@mychoice/mychoice-sdk-modules 1.0.1 → 2.0.0
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 +3218 -2072
- 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 +2 -2
- 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 +6 -0
- package/dist/cjs/init/AppTitle/MetaFields.d.ts +5 -0
- package/dist/cjs/init/AppTitle/index.d.ts +1 -0
- 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 +2 -2
- package/dist/cjs/init/index.d.ts +0 -1
- package/dist/cjs/insurances/car/pages/discount/PageDiscount.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/helpers.d.ts +15 -1
- 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 +5 -0
- 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/car/pages/helpers.d.ts +2 -2
- package/dist/cjs/insurances/car/pages/index.d.ts +0 -1
- package/dist/cjs/insurances/car/pages/interfaces.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/quote/PageQuote.d.ts +2 -2
- package/dist/cjs/insurances/car/pages/quote/index.d.ts +1 -1
- 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/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 +3 -3
- 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/address/sections/blocks/BlockAddressInfo.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/index.d.ts +1 -0
- package/dist/cjs/insurances/home/pages/quote/PageQuote.d.ts +2 -0
- package/dist/cjs/insurances/home/pages/quote/index.d.ts +1 -0
- package/dist/cjs/insurances/home/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
- package/dist/cjs/insurances/home/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
- package/dist/cjs/insurances/home/pages/quote/sections/SplashScreen.d.ts +2 -0
- package/dist/cjs/insurances/home/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
- package/dist/cjs/insurances/home/pages/quote/sections/index.d.ts +2 -0
- package/dist/cjs/insurances/index.d.ts +1 -0
- package/dist/cjs/insurances/life/index.d.ts +1 -0
- package/dist/cjs/insurances/life/pages/applicant/PageApplicant.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/applicant/index.d.ts +1 -0
- package/dist/cjs/insurances/life/pages/applicant/sections/SectionApplicant.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/BlockNextPageInfo.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/BlockSubmit.d.ts +3 -0
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/index.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/interfaces.d.ts +7 -0
- package/dist/cjs/insurances/life/pages/applicant/sections/index.d.ts +1 -0
- package/dist/cjs/insurances/life/pages/coverage/PageCoverage.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/coverage/index.d.ts +1 -0
- package/dist/cjs/insurances/life/pages/coverage/sections/SectionCoverage.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/coverage/sections/index.d.ts +1 -0
- package/dist/cjs/insurances/life/pages/helpers.d.ts +4 -0
- package/dist/cjs/insurances/life/pages/index.d.ts +3 -0
- package/dist/cjs/insurances/life/pages/quote/PageQuote.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/quote/index.d.ts +1 -0
- package/dist/cjs/insurances/life/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/quote/sections/SplashScreen.d.ts +2 -0
- package/dist/cjs/insurances/life/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
- package/dist/cjs/insurances/life/pages/quote/sections/index.d.ts +1 -0
- package/dist/cjs/shared/boxes/Container/Container.d.ts +1 -1
- package/dist/cjs/shared/boxes/Container/interface.d.ts +2 -2
- package/dist/cjs/shared/boxes/DateSelectFormBox/DateSelectFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/DateSelectFormBox/interface.d.ts +3 -3
- 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 +4 -3
- package/dist/cjs/shared/boxes/LabelFormBox/LabelFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/LabelFormBox/interface.d.ts +3 -2
- package/dist/cjs/shared/boxes/SelectFormBox/SelectFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/SelectFormBox/interface.d.ts +2 -2
- package/dist/cjs/shared/boxes/SwitchButtonBox/SwitchButtonBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/SwitchButtonBox/interface.d.ts +2 -2
- 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 +4 -4
- package/dist/cjs/shared/loaders/LoaderPrimary/LoaderPrimary.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalAddress/ModalAddress.d.ts +2 -0
- package/dist/cjs/shared/modals/ModalAddress/index.d.ts +1 -0
- 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 +2 -3
- package/dist/cjs/shared/modals/ModalQuoteRequest/ModalQuoteRequest.d.ts +1 -1
- package/dist/cjs/shared/modals/index.d.ts +1 -0
- package/dist/cjs/shared/modals/interfaces.d.ts +6 -6
- 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/NavigationTab/interface.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/NavigationTop/components/interface.d.ts +1 -0
- package/dist/cjs/shared/navigations/constants/insuranceSteps.d.ts +65 -5
- package/dist/cjs/shared/navigations/interfaces.d.ts +12 -6
- package/dist/cjs/shared/sections/quotes/OfferSection/OfferSection.d.ts +1 -1
- package/dist/cjs/shared/sections/quotes/interfaces.d.ts +3 -2
- package/dist/esm/index.js +3207 -2061
- 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 +2 -2
- 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 +6 -0
- package/dist/esm/init/AppTitle/MetaFields.d.ts +5 -0
- package/dist/esm/init/AppTitle/index.d.ts +1 -0
- 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 +2 -2
- package/dist/esm/init/index.d.ts +0 -1
- package/dist/esm/insurances/car/pages/discount/PageDiscount.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/helpers.d.ts +15 -1
- 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 +5 -0
- 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/car/pages/helpers.d.ts +2 -2
- package/dist/esm/insurances/car/pages/index.d.ts +0 -1
- package/dist/esm/insurances/car/pages/interfaces.d.ts +1 -1
- package/dist/esm/insurances/car/pages/quote/PageQuote.d.ts +2 -2
- package/dist/esm/insurances/car/pages/quote/index.d.ts +1 -1
- 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/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 +3 -3
- 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/address/sections/blocks/BlockAddressInfo.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/index.d.ts +1 -0
- package/dist/esm/insurances/home/pages/quote/PageQuote.d.ts +2 -0
- package/dist/esm/insurances/home/pages/quote/index.d.ts +1 -0
- package/dist/esm/insurances/home/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
- package/dist/esm/insurances/home/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
- package/dist/esm/insurances/home/pages/quote/sections/SplashScreen.d.ts +2 -0
- package/dist/esm/insurances/home/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
- package/dist/esm/insurances/home/pages/quote/sections/index.d.ts +2 -0
- package/dist/esm/insurances/index.d.ts +1 -0
- package/dist/esm/insurances/life/index.d.ts +1 -0
- package/dist/esm/insurances/life/pages/applicant/PageApplicant.d.ts +2 -0
- package/dist/esm/insurances/life/pages/applicant/index.d.ts +1 -0
- package/dist/esm/insurances/life/pages/applicant/sections/SectionApplicant.d.ts +2 -0
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/BlockNextPageInfo.d.ts +2 -0
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/BlockSubmit.d.ts +3 -0
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/index.d.ts +2 -0
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/interfaces.d.ts +7 -0
- package/dist/esm/insurances/life/pages/applicant/sections/index.d.ts +1 -0
- package/dist/esm/insurances/life/pages/coverage/PageCoverage.d.ts +2 -0
- package/dist/esm/insurances/life/pages/coverage/index.d.ts +1 -0
- package/dist/esm/insurances/life/pages/coverage/sections/SectionCoverage.d.ts +2 -0
- package/dist/esm/insurances/life/pages/coverage/sections/index.d.ts +1 -0
- package/dist/esm/insurances/life/pages/helpers.d.ts +4 -0
- package/dist/esm/insurances/life/pages/index.d.ts +3 -0
- package/dist/esm/insurances/life/pages/quote/PageQuote.d.ts +2 -0
- package/dist/esm/insurances/life/pages/quote/index.d.ts +1 -0
- package/dist/esm/insurances/life/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
- package/dist/esm/insurances/life/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
- package/dist/esm/insurances/life/pages/quote/sections/SplashScreen.d.ts +2 -0
- package/dist/esm/insurances/life/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
- package/dist/esm/insurances/life/pages/quote/sections/index.d.ts +1 -0
- package/dist/esm/shared/boxes/Container/Container.d.ts +1 -1
- package/dist/esm/shared/boxes/Container/interface.d.ts +2 -2
- package/dist/esm/shared/boxes/DateSelectFormBox/DateSelectFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/DateSelectFormBox/interface.d.ts +3 -3
- 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 +4 -3
- package/dist/esm/shared/boxes/LabelFormBox/LabelFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/LabelFormBox/interface.d.ts +3 -2
- package/dist/esm/shared/boxes/SelectFormBox/SelectFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/SelectFormBox/interface.d.ts +2 -2
- package/dist/esm/shared/boxes/SwitchButtonBox/SwitchButtonBox.d.ts +1 -1
- package/dist/esm/shared/boxes/SwitchButtonBox/interface.d.ts +2 -2
- 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 +4 -4
- package/dist/esm/shared/loaders/LoaderPrimary/LoaderPrimary.d.ts +1 -1
- package/dist/esm/shared/modals/ModalAddress/ModalAddress.d.ts +2 -0
- package/dist/esm/shared/modals/ModalAddress/index.d.ts +1 -0
- 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 +2 -3
- package/dist/esm/shared/modals/ModalQuoteRequest/ModalQuoteRequest.d.ts +1 -1
- package/dist/esm/shared/modals/index.d.ts +1 -0
- package/dist/esm/shared/modals/interfaces.d.ts +6 -6
- 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/NavigationTab/interface.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/NavigationTop/components/interface.d.ts +1 -0
- package/dist/esm/shared/navigations/constants/insuranceSteps.d.ts +65 -5
- package/dist/esm/shared/navigations/interfaces.d.ts +12 -6
- package/dist/esm/shared/sections/quotes/OfferSection/OfferSection.d.ts +1 -1
- package/dist/esm/shared/sections/quotes/interfaces.d.ts +3 -2
- package/dist/index.d.ts +114 -52
- package/package.json +8 -5
- package/dist/images/logotype-mychoice-primary.png +0 -0
- package/dist/images/logotype-thebig-primary.png +0 -0
- package/dist/images/pigLoader.mp4 +0 -0
- package/dist/images/powered-by-mychoice.png +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
import 'react-phone-input-2/lib/style.css';
|
|
3
3
|
import { AppConfigPropsInterface } from './interfaces';
|
|
4
4
|
export declare const AppConfig: SdkFC<AppConfigPropsInterface>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const AppContainer: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const AppHeader: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const AppLoader: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkElement } from '@
|
|
1
|
+
import { SdkElement } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const AppModal: () => SdkElement;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const AppRouterListener: SdkFC;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AppTitle } from './AppTitle';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InsuranceTypes } from '@
|
|
2
|
-
export declare const getInsuranceType: () => InsuranceTypes
|
|
1
|
+
import { InsuranceTypes } from '@groksmith/mychoice-sdk-components';
|
|
2
|
+
export declare const getInsuranceType: () => InsuranceTypes;
|
package/dist/cjs/init/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageCarDiscount: SdkFC;
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
1
|
+
import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
|
|
2
|
+
import { ProvinceHookInterface } from '@groksmith/mychoice-sdk-store';
|
|
2
3
|
export declare const getVehicleYearRange: () => SelectOptionInterface[];
|
|
4
|
+
export declare const getDynamicLicenceBoxProps: ({ isAlbertaProvince, isOntarioProvince, isNewfoundlandProvince, isNovaScotiaProvince, isNewBrunswickProvince, }: ProvinceHookInterface) => {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
maxLength: number;
|
|
7
|
+
manipulateInput: (value: string) => string;
|
|
8
|
+
} | {
|
|
9
|
+
placeholder: string;
|
|
10
|
+
maxLength: number;
|
|
11
|
+
manipulateInput?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
placeholder?: undefined;
|
|
14
|
+
maxLength?: undefined;
|
|
15
|
+
manipulateInput?: undefined;
|
|
16
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDiscountInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockNextPageInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockVehLinks: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageDriver: SdkFC;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { SelectOptionGroupInterface } from '@groksmith/mychoice-sdk-components';
|
|
2
|
+
/**
|
|
3
|
+
* Filter out G1/G2 options from "Serious" section for trafficTicketsGroupOptions
|
|
4
|
+
*/
|
|
5
|
+
export declare const getTrafficTicketsGroupOptionsWithoutG1G2: () => SelectOptionGroupInterface[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverCancellation: SdkFC;
|
package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/SectionDriverHistory.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverHistory: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDriverAccident: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDriverSuspension: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDriverTicket: SdkFC;
|
package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverInfo/SectionDriverInfo.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverInsurancePolicy: SdkFC;
|
package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverLicence/SectionDriverLicence.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverLicence: SdkFC;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DriverLicenceTypes, SelectOptionInterface } from '@
|
|
2
|
-
import { FormCarConfigStateInterface } from '@
|
|
1
|
+
import { DriverLicenceTypes, SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
|
|
2
|
+
import { FormCarConfigStateInterface } from '@groksmith/mychoice-sdk-store';
|
|
3
3
|
export declare const getLicenceTypeOptions: (options: SelectOptionInterface[], optionValues: string[], disabled: boolean) => SelectOptionInterface[];
|
|
4
4
|
export declare const checkDateIsSpecial: (defaultMinDate: string, specialDate: string) => boolean;
|
|
5
5
|
export declare const getLicenceMinDate: (licenceType: DriverLicenceTypes, defaultMinDate: string, config: FormCarConfigStateInterface) => string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
2
|
-
export declare const
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
|
+
export declare const PageCarQuote: SdkFC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PageCarQuote } from './PageQuote';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteEdit: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteRecalc: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SplashScreen: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageVehicle: SdkFC;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
1
|
+
import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const getVehicleYearRange: () => SelectOptionInterface[];
|
|
3
3
|
export declare const getRecommendedRange: (distanceDaily: number, distanceBusiness?: number) => number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const VehicleSectionCoverage: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const VehicleSectionMain: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockCarConditionInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockCarInfo: SdkFC;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
2
|
-
export declare const getSelectedOption: (options: SelectOptionInterface[],
|
|
3
|
-
export declare const getErrorMessage: (value: number | string, inValidation?: boolean, message?: string) => string;
|
|
1
|
+
import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
|
|
2
|
+
export declare const getSelectedOption: (options: SelectOptionInterface[], val: string | number | boolean | undefined | null) => import("@groksmith/mychoice-sdk-components").InputValueType;
|
|
3
|
+
export declare const getErrorMessage: (value: number | string | boolean | null | undefined, inValidation?: boolean, message?: string) => string;
|
|
4
4
|
export declare const getDateErrorMessage: (values: string[], inValidation?: boolean) => "" | "This field is required." | "These fields are required.";
|
|
5
5
|
export declare const formatPhoneObject: (phone: string) => {
|
|
6
6
|
number: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageAddress: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionAddress: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockAddressInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageApplicant: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantCancellation: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantClaim: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantInsurancePolicy: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageHomeDiscount: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDiscountInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDwellingInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockNextPageInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const PageProperty: SdkFC;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
1
|
+
import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const getVehicleYearRange: () => SelectOptionInterface[];
|
|
3
3
|
export declare const getRecommendedRange: (distanceDaily: number, distanceBusiness?: number) => number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@groksmith/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDwelling: SdkFC;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PageHomeQuote } from './PageQuote';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pages';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PageLifeApplicant } from './PageApplicant';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SectionApplicant } from './SectionApplicant';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PageCoverage } from './PageCoverage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SectionCoverage } from './SectionCoverage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PageLifeQuote } from './PageQuote';
|