@mychoice/mychoice-sdk-modules 2.0.0 → 2.0.1
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 +2 -2
- 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/car/pages/helpers.d.ts +2 -2
- package/dist/cjs/insurances/car/pages/quote/PageQuote.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 +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/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/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/SectionQuoteRecalc.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/OfferSection.d.ts +1 -1
- package/dist/cjs/shared/sections/quotes/interfaces.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- 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/car/pages/helpers.d.ts +2 -2
- package/dist/esm/insurances/car/pages/quote/PageQuote.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 +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/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/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/SectionQuoteRecalc.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/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
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# `@
|
|
1
|
+
# `@mychoice/mychoice-sdk-modules`
|
|
2
2
|
|
|
3
3
|
> TODO: description
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
const mychoiceSdkModules1 = require('@
|
|
8
|
+
const mychoiceSdkModules1 = require('@mychoice/mychoice-sdk-modules');
|
|
9
9
|
|
|
10
10
|
// TODO: DEMONSTRATE API
|
|
11
11
|
```
|
package/dist/cjs/index.js
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
-
var mychoiceSdkComponents = require('@
|
|
7
|
-
var mychoiceSdkStore = require('@
|
|
6
|
+
var mychoiceSdkComponents = require('@mychoice/mychoice-sdk-components');
|
|
7
|
+
var mychoiceSdkStore = require('@mychoice/mychoice-sdk-store');
|
|
8
8
|
var reactRouterDom = require('react-router-dom');
|
|
9
9
|
var React = require('react');
|
|
10
10
|
var GooglePlacesAutocomplete = require('react-google-places-autocomplete');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/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 '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const AppContainer: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const AppHeader: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const AppLoader: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkElement } from '@
|
|
1
|
+
import { SdkElement } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const AppModal: () => SdkElement;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const AppRouterListener: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InsuranceTypes } from '@
|
|
1
|
+
import { InsuranceTypes } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const getInsuranceType: () => InsuranceTypes;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageCarDiscount: SdkFC;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
2
|
-
import { ProvinceHookInterface } from '@
|
|
1
|
+
import { SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
|
+
import { ProvinceHookInterface } from '@mychoice/mychoice-sdk-store';
|
|
3
3
|
export declare const getVehicleYearRange: () => SelectOptionInterface[];
|
|
4
4
|
export declare const getDynamicLicenceBoxProps: ({ isAlbertaProvince, isOntarioProvince, isNewfoundlandProvince, isNovaScotiaProvince, isNewBrunswickProvince, }: ProvinceHookInterface) => {
|
|
5
5
|
placeholder: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDiscountInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockNextPageInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockVehLinks: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageDriver: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/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 '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverHistory: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDriverAccident: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDriverSuspension: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/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 '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDriverInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/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 '@mychoice/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 '@mychoice/mychoice-sdk-components';
|
|
2
|
+
import { FormCarConfigStateInterface } from '@mychoice/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 '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageCarQuote: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteEdit: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteRecalc: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SplashScreen: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageVehicle: SdkFC;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
1
|
+
import { SelectOptionInterface } from '@mychoice/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 '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const VehicleSectionCoverage: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const VehicleSectionMain: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockCarConditionInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockCarInfo: SdkFC;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
2
|
-
export declare const getSelectedOption: (options: SelectOptionInterface[], val: string | number | boolean | undefined | null) => import("@
|
|
1
|
+
import { SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
|
+
export declare const getSelectedOption: (options: SelectOptionInterface[], val: string | number | boolean | undefined | null) => import("@mychoice/mychoice-sdk-components").InputValueType;
|
|
3
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) => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageAddress: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionAddress: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockAddressInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageApplicant: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantCancellation: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantClaim: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicantInsurancePolicy: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageHomeDiscount: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDiscountInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockDwellingInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockNextPageInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageProperty: SdkFC;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SelectOptionInterface } from '@
|
|
1
|
+
import { SelectOptionInterface } from '@mychoice/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 '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionDwelling: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageHomeQuote: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteEdit: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteRecalc: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SplashScreen: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageLifeApplicant: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionApplicant: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const BlockNextPageInfo: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageCoverage: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionCoverage: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const PageLifeQuote: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteEdit: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SectionQuoteRecalc: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const SplashScreen: SdkFC;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SdkElement } from '@
|
|
1
|
+
import { SdkElement } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
import { LabelFormBoxProps } from '../LabelFormBox/interface';
|
|
3
3
|
export type ContainerProps = LabelFormBoxProps & {
|
|
4
4
|
errorMessage?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DateTypes, DefaultInputProps, OnChangeEventInterface, SelectOptionGroupInterface, SelectOptionInterface } from '@
|
|
1
|
+
import { DateTypes, 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;
|