@sunrise-upc/mobile-prod-card 9.2.1 → 9.3.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 +41 -41
- package/dist/cjs/Analytics/AnalyticsConstants.d.ts +90 -0
- package/dist/cjs/Analytics/items.d.ts +32 -0
- package/dist/cjs/components/Accessories/Accessory-card/AccessoryCard.d.ts +10 -0
- package/dist/cjs/components/Accessories/Accessory-card/AccessoryErrorModal.d.ts +18 -0
- package/dist/cjs/components/Accessories/AccessoryPreviewCardLoader/AccessoryPreviewCardLoader.d.ts +3 -0
- package/dist/cjs/components/Accessories/AccessoryPreviewCardSkeletonBody/AccessoryPreviewCardSkeletonBody.d.ts +3 -0
- package/dist/cjs/components/Accessories/DeviceCarouselComponent.d.ts +3 -0
- package/dist/cjs/components/Accessories/MultiItemAccessories/MultiItemAccessoriesPage.d.ts +5 -0
- package/dist/cjs/components/Accessories/MultiItemAccessories/MultiItemAccessoriesSchema.d.ts +42 -0
- package/dist/cjs/components/Accessories/PaymentTypeTabs/PaymentTypeTabs.d.ts +14 -0
- package/dist/cjs/components/Accessories/ProgressionBar/progressionBar.d.ts +14 -0
- package/dist/cjs/components/Accessories/index.d.ts +1 -0
- package/dist/cjs/components/Accessories/multiItemAccessoryStore/MultiAccessoryProvider.d.ts +19 -0
- package/dist/cjs/components/Accessories/multiItemAccessoryStore/types.d.ts +72 -0
- package/dist/cjs/components/Accessories/multiItemAccessoryStore/useMultiAccessoryActions.d.ts +15 -0
- package/dist/cjs/components/Accessories/multiItemAccessoryStore/useMultiAccessoryContext.d.ts +32 -0
- package/dist/cjs/components/Accessories/multiItemAccessoryStore/useMultiAccessoryUpdateCartActions.d.ts +11 -0
- package/dist/cjs/components/BenefitWrapper/BenefitValidate.d.ts +3 -0
- package/dist/cjs/components/BenefitWrapper/BenefitWrapper.d.ts +3 -0
- package/dist/cjs/components/BenefitWrapper/Benefits.d.ts +1 -0
- package/dist/cjs/components/BenefitWrapper/BenefitsValidateWrapper.d.ts +3 -0
- package/dist/cjs/components/BenefitWrapper/index.d.ts +1 -0
- package/dist/cjs/components/Breadcrumb/Breadcrumb.d.ts +3 -0
- package/dist/cjs/components/Breadcrumb/index.d.ts +1 -0
- package/dist/cjs/components/Breadcrumb/useScrollCheck.d.ts +4 -0
- package/dist/cjs/components/CardComp/Card.d.ts +15 -0
- package/dist/cjs/components/CardComp/index.d.ts +1 -0
- package/dist/cjs/components/CardEntitlement/CardEntitlement.d.ts +13 -0
- package/dist/cjs/components/CardEntitlement/index.d.ts +1 -0
- package/dist/cjs/components/CarouselComp/CarouselComp.d.ts +3 -0
- package/dist/cjs/components/CarouselComp/index.d.ts +1 -0
- package/dist/cjs/components/CountryOverlays/CountryOverlays.d.ts +11 -0
- package/dist/cjs/components/CountryOverlays/OverlayModal.d.ts +12 -0
- package/dist/cjs/components/Dotloader/Dotloader.d.ts +7 -0
- package/dist/cjs/components/DynamicPriceComp/DynamicPrice.d.ts +9 -0
- package/dist/cjs/components/FalconAccordionList/FalconAccordion.d.ts +13 -0
- package/dist/cjs/components/FalconAccordionList/FalconAccordionList.d.ts +13 -0
- package/dist/cjs/components/FalconAccordionList/index.d.ts +1 -0
- package/dist/cjs/components/FalconButtonV2/FalconButtonV2.d.ts +3 -0
- package/dist/cjs/components/FalconDescription/FalconDescription.d.ts +11 -0
- package/dist/cjs/components/FalconMessage/FalconMessage.d.ts +12 -0
- package/dist/cjs/components/FalconTitle/FalconTitle.d.ts +11 -0
- package/dist/cjs/components/HeroLogin/HeroLogin.d.ts +3 -0
- package/dist/cjs/components/HeroLogin/index.d.ts +1 -0
- package/dist/cjs/components/LineCheckV3/APIResourceConstants.d.ts +9 -0
- package/dist/cjs/components/LineCheckV3/AutoComplete.d.ts +6 -0
- package/dist/cjs/components/LineCheckV3/GenericModal.d.ts +18 -0
- package/dist/cjs/components/LineCheckV3/IndividualLineCheck.d.ts +2 -0
- package/dist/cjs/components/LineCheckV3/LineCheckInput.d.ts +3 -0
- package/dist/cjs/components/LineCheckV3/LineCheckOverlay.d.ts +13 -0
- package/dist/cjs/components/LineCheckV3/LineCheckV3.d.ts +3 -0
- package/dist/cjs/components/LineCheckV3/LinecheckModal.d.ts +3 -0
- package/dist/cjs/components/LineCheckV3/LinecheckService.d.ts +10 -0
- package/dist/cjs/components/LineCheckV3/Success.d.ts +17 -0
- package/dist/cjs/components/LineCheckV3/api-constants.d.ts +1 -0
- package/dist/cjs/components/LineCheckV3/index.d.ts +1 -0
- package/dist/cjs/components/NewLineCheck/AdvanceSearch.d.ts +3 -0
- package/dist/cjs/components/NewLineCheck/CheckCoverage.d.ts +3 -0
- package/dist/cjs/components/NewLineCheck/CoverageCheckModal.d.ts +3 -0
- package/dist/cjs/components/NewLineCheck/CoverageCheckUtils.d.ts +16 -0
- package/dist/cjs/components/NewLineCheck/CovercheckWrapper.d.ts +3 -0
- package/dist/cjs/components/NewLineCheck/GenericModal.d.ts +19 -0
- package/dist/cjs/components/NewLineCheck/LocationFinder.d.ts +8 -0
- package/dist/cjs/components/NewLineCheck/NewLCInput.d.ts +3 -0
- package/dist/cjs/components/NewLineCheck/SuccessCoverage.d.ts +3 -0
- package/dist/cjs/components/NewLineCheck/index.d.ts +2 -0
- package/dist/cjs/components/NotificationToast/NotificationToast.d.ts +10 -0
- package/dist/cjs/components/PretoPost/PreToPostSubsPopup.d.ts +3 -0
- package/dist/cjs/components/PretoPost/index.d.ts +1 -0
- package/dist/cjs/components/ProductDetailsComp/ProductDetails.d.ts +10 -0
- package/dist/cjs/components/ProductDetailsComp/index.d.ts +1 -0
- package/dist/cjs/components/ProductDetailsModal/ProductDetailsModal.d.ts +15 -0
- package/dist/cjs/components/ProductDetailsModal/index.d.ts +1 -0
- package/dist/cjs/components/ProductDetailsV3/BenefitsSectionV3.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/CashBackV2/CashbackV2.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/ChooseGiftV2.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/GiftConfigV2.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/ProductDetailsModal/ProductDetailsModal.d.ts +14 -0
- package/dist/cjs/components/ProductDetailsV3/ProductDetailsModal/ProductDetailsV2.d.ts +13 -0
- package/dist/cjs/components/ProductDetailsV3/ProductEntitlement.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/ProductPriceV3.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/ReactInputSelectV2/ReactInputSelectV2.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/tv/EntertainmentOptionsV2/EntertainmentOptionsV2.d.ts +3 -0
- package/dist/cjs/components/ProductDetailsV3/tv/TVChannelOfferV2.d.ts +3 -0
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +50 -0
- package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +15 -0
- package/dist/cjs/components/ProductTeaser/index.d.ts +1 -0
- package/dist/cjs/components/ProgressionBar/ProgressionBar.d.ts +11 -0
- package/dist/cjs/components/ProgressionBar/index.d.ts +1 -0
- package/dist/cjs/components/ReactInputSelect/ReactInputSelect.d.ts +3 -0
- package/dist/cjs/components/RecommendedOptions/RecommendedOptions.d.ts +10 -0
- package/dist/cjs/components/RecommendedOptions/RecommendedOptionsUtils.d.ts +14 -0
- package/dist/cjs/components/RecommendedOptions/ServiceOption/ServiceOptionCard/ItemsCounter.d.ts +3 -0
- package/dist/cjs/components/RecommendedOptions/ServiceOption/ServiceOptionCard/ServiceDetailSection.d.ts +21 -0
- package/dist/cjs/components/RecommendedOptions/ServiceOption/ServiceOptionCard/ServiceOptionCard.d.ts +17 -0
- package/dist/cjs/components/RecommendedOptions/ServiceOption/ServiceOptionLoader.d.ts +3 -0
- package/dist/cjs/components/RecommendedOptions/ServiceOption/ServiceOptionPrice/ServiceOptionPrice.d.ts +11 -0
- package/dist/cjs/components/RecommendedOptions/index.d.ts +1 -0
- package/dist/cjs/components/RecommendedOptions/types.d.ts +104 -0
- package/dist/cjs/components/ResponsiveRow/index.d.ts +1 -0
- package/dist/cjs/components/ResponsiveRow/row.d.ts +8 -0
- package/dist/cjs/components/StaticLineTable/CheckoutButton.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/DynamicPriceSection.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/ExsistingSubscriptionCards.d.ts +11 -0
- package/dist/cjs/components/StaticLineTable/ExsistingSubscriptionModal.d.ts +8 -0
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsModal.d.ts +15 -0
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +3 -0
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsSmallPopup.d.ts +18 -0
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +15 -0
- package/dist/cjs/components/StaticLineTable/StaticBenefit.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/StaticExclusiveBenefit.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/StaticLineTable.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/StaticLineTableStore/StaticLineTableProvider.d.ts +21 -0
- package/dist/cjs/components/StaticLineTable/StaticProduct.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/StaticProductContainer.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +143 -0
- package/dist/cjs/components/StaticLineTable/StaticProductDetails.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/StaticProductDetailsModal.d.ts +14 -0
- package/dist/cjs/components/StaticLineTable/StaticProductEntitlement.d.ts +3 -0
- package/dist/cjs/components/StaticLineTable/TVChannelModal.d.ts +3 -0
- package/dist/cjs/components/StaticLineTable/TvOptionsContainer.d.ts +3 -0
- package/dist/cjs/components/StaticLineTable/WorldPassPopup.d.ts +9 -0
- package/dist/cjs/components/StaticLineTable/index.d.ts +1 -0
- package/dist/cjs/components/StaticPriceComp/StaticPriceComp.d.ts +9 -0
- package/dist/cjs/components/StickyBottomSheet/StickyBottomSheet.d.ts +6 -0
- package/dist/cjs/components/StickyBottomSheet/index.d.ts +1 -0
- package/dist/cjs/components/StickyProductAnchor/StickyProductAnchor.d.ts +3 -0
- package/dist/cjs/components/StickyProductAnchor/index.d.ts +1 -0
- package/dist/cjs/components/ToolTip/ToolTip.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpDetailsModal/DpDetailsModal.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpLinetableContainer.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpProduct.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTabContainer.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTableDeviceSection/DpTableDeviceSection.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTableMobileSection/DpTableMobileSection.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTableUtils.d.ts +45 -0
- package/dist/cjs/components/UltimateBundleLinetable/checkoutRedirectionPopup/checkoutRedirectionPopup.d.ts +13 -0
- package/dist/cjs/components/UltimateBundleLinetable/index.d.ts +1 -0
- package/dist/cjs/components/UserLoggedPricesToggle/UserLoggedPricesToggle.d.ts +9 -0
- package/dist/cjs/components/button/Button.d.ts +5 -0
- package/dist/cjs/components/button/Button.types.d.ts +11 -0
- package/dist/cjs/components/button/index.d.ts +1 -0
- package/dist/cjs/components/index.d.ts +23 -0
- package/dist/cjs/components/lineTable/BundleProductsV3.d.ts +3 -0
- package/dist/cjs/components/lineTable/LineTableV3.utils.d.ts +10 -0
- package/dist/cjs/components/lineTable/OrderButton.d.ts +3 -0
- package/dist/cjs/components/lineTable/ProductContainerV3.d.ts +4 -0
- package/dist/cjs/components/lineTable/ProductTableV3.d.ts +4 -0
- package/dist/cjs/components/lineTable/ProductV3.d.ts +2 -0
- package/dist/cjs/components/lineTable/index.d.ts +1 -0
- package/dist/cjs/components/lineTable/lineTable.types.d.ts +36 -0
- package/dist/cjs/components/login/Login.types.d.ts +71 -0
- package/dist/cjs/components/login/LoginModalV2.d.ts +4 -0
- package/dist/cjs/components/login/LoginV2.d.ts +4 -0
- package/dist/cjs/components/login/MfaPhase2/DepricatingChannels.d.ts +4 -0
- package/dist/cjs/components/login/MfaPhase2/NewNumber.d.ts +4 -0
- package/dist/cjs/components/login/MfaPhase2/OtpValidation.d.ts +4 -0
- package/dist/cjs/components/login/MfaPhase2/ResetPwdModal.d.ts +4 -0
- package/dist/cjs/components/login/index.d.ts +1 -0
- package/dist/cjs/components/richtext.d.ts +10 -0
- package/dist/cjs/components/sharedCarousel/CarouselComponent.d.ts +3 -0
- package/dist/cjs/components/skeletonLoader/Skeletonloader.d.ts +3 -0
- package/dist/cjs/components/spacer/spacer.d.ts +11 -0
- package/dist/cjs/components/types.d.ts +94 -0
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.js +11 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/models/Analytics/items.d.ts +45 -0
- package/dist/cjs/services/ButtonService.d.ts +6 -0
- package/dist/cjs/services/LineTableBasicPropConfig.d.ts +29 -0
- package/dist/cjs/services/LineTableService.d.ts +13 -0
- package/dist/cjs/services/LinecheckBasicPropConfig.d.ts +12 -0
- package/dist/cjs/services/LoginBasicPropConfig.d.ts +16 -0
- package/dist/cjs/services/LoginServiceV2.d.ts +31 -0
- package/dist/cjs/services/MultiItemAccessories/multiItemAccessoryService.d.ts +8 -0
- package/dist/cjs/services/MultiItemAccessories/multiitemAccessoriesUpdateCartService.d.ts +8 -0
- package/dist/cjs/services/MultiItemAccessories/storyBlokService.d.ts +10 -0
- package/dist/cjs/services/ProductTeaserPropsConfig.d.ts +14 -0
- package/dist/cjs/services/ServiceOptionsPropConfig.d.ts +16 -0
- package/dist/cjs/services/StickyBottomSheetConfig.d.ts +14 -0
- package/dist/cjs/services/api-constants.d.ts +19 -0
- package/dist/cjs/services/index.d.ts +6 -0
- package/dist/cjs/utils/AnalyticsUtils.d.ts +42 -0
- package/dist/cjs/utils/constants.d.ts +98 -0
- package/dist/cjs/utils/data-source.d.ts +17 -0
- package/dist/cjs/utils/global.d.ts +7 -0
- package/dist/cjs/utils/store/card-context.d.ts +10 -0
- package/dist/cjs/utils/utils.d.ts +31 -0
- package/dist/esm/Analytics/AnalyticsConstants.d.ts +90 -0
- package/dist/esm/Analytics/items.d.ts +32 -0
- package/dist/esm/components/Accessories/Accessory-card/AccessoryCard.d.ts +10 -0
- package/dist/esm/components/Accessories/Accessory-card/AccessoryErrorModal.d.ts +18 -0
- package/dist/esm/components/Accessories/AccessoryPreviewCardLoader/AccessoryPreviewCardLoader.d.ts +3 -0
- package/dist/esm/components/Accessories/AccessoryPreviewCardSkeletonBody/AccessoryPreviewCardSkeletonBody.d.ts +3 -0
- package/dist/esm/components/Accessories/DeviceCarouselComponent.d.ts +3 -0
- package/dist/esm/components/Accessories/MultiItemAccessories/MultiItemAccessoriesPage.d.ts +5 -0
- package/dist/esm/components/Accessories/MultiItemAccessories/MultiItemAccessoriesSchema.d.ts +42 -0
- package/dist/esm/components/Accessories/PaymentTypeTabs/PaymentTypeTabs.d.ts +14 -0
- package/dist/esm/components/Accessories/ProgressionBar/progressionBar.d.ts +14 -0
- package/dist/esm/components/Accessories/index.d.ts +1 -0
- package/dist/esm/components/Accessories/multiItemAccessoryStore/MultiAccessoryProvider.d.ts +19 -0
- package/dist/esm/components/Accessories/multiItemAccessoryStore/types.d.ts +72 -0
- package/dist/esm/components/Accessories/multiItemAccessoryStore/useMultiAccessoryActions.d.ts +15 -0
- package/dist/esm/components/Accessories/multiItemAccessoryStore/useMultiAccessoryContext.d.ts +32 -0
- package/dist/esm/components/Accessories/multiItemAccessoryStore/useMultiAccessoryUpdateCartActions.d.ts +11 -0
- package/dist/esm/components/BenefitWrapper/BenefitValidate.d.ts +3 -0
- package/dist/esm/components/BenefitWrapper/BenefitWrapper.d.ts +3 -0
- package/dist/esm/components/BenefitWrapper/Benefits.d.ts +1 -0
- package/dist/esm/components/BenefitWrapper/BenefitsValidateWrapper.d.ts +3 -0
- package/dist/esm/components/BenefitWrapper/index.d.ts +1 -0
- package/dist/esm/components/Breadcrumb/Breadcrumb.d.ts +3 -0
- package/dist/esm/components/Breadcrumb/index.d.ts +1 -0
- package/dist/esm/components/Breadcrumb/useScrollCheck.d.ts +4 -0
- package/dist/esm/components/CardComp/Card.d.ts +15 -0
- package/dist/esm/components/CardComp/index.d.ts +1 -0
- package/dist/esm/components/CardEntitlement/CardEntitlement.d.ts +13 -0
- package/dist/esm/components/CardEntitlement/index.d.ts +1 -0
- package/dist/esm/components/CarouselComp/CarouselComp.d.ts +3 -0
- package/dist/esm/components/CarouselComp/index.d.ts +1 -0
- package/dist/esm/components/CountryOverlays/CountryOverlays.d.ts +11 -0
- package/dist/esm/components/CountryOverlays/OverlayModal.d.ts +12 -0
- package/dist/esm/components/Dotloader/Dotloader.d.ts +7 -0
- package/dist/esm/components/DynamicPriceComp/DynamicPrice.d.ts +9 -0
- package/dist/esm/components/FalconAccordionList/FalconAccordion.d.ts +13 -0
- package/dist/esm/components/FalconAccordionList/FalconAccordionList.d.ts +13 -0
- package/dist/esm/components/FalconAccordionList/index.d.ts +1 -0
- package/dist/esm/components/FalconButtonV2/FalconButtonV2.d.ts +3 -0
- package/dist/esm/components/FalconDescription/FalconDescription.d.ts +11 -0
- package/dist/esm/components/FalconMessage/FalconMessage.d.ts +12 -0
- package/dist/esm/components/FalconTitle/FalconTitle.d.ts +11 -0
- package/dist/esm/components/HeroLogin/HeroLogin.d.ts +3 -0
- package/dist/esm/components/HeroLogin/index.d.ts +1 -0
- package/dist/esm/components/LineCheckV3/APIResourceConstants.d.ts +9 -0
- package/dist/esm/components/LineCheckV3/AutoComplete.d.ts +6 -0
- package/dist/esm/components/LineCheckV3/GenericModal.d.ts +18 -0
- package/dist/esm/components/LineCheckV3/IndividualLineCheck.d.ts +2 -0
- package/dist/esm/components/LineCheckV3/LineCheckInput.d.ts +3 -0
- package/dist/esm/components/LineCheckV3/LineCheckOverlay.d.ts +13 -0
- package/dist/esm/components/LineCheckV3/LineCheckV3.d.ts +3 -0
- package/dist/esm/components/LineCheckV3/LinecheckModal.d.ts +3 -0
- package/dist/esm/components/LineCheckV3/LinecheckService.d.ts +10 -0
- package/dist/esm/components/LineCheckV3/Success.d.ts +17 -0
- package/dist/esm/components/LineCheckV3/api-constants.d.ts +1 -0
- package/dist/esm/components/LineCheckV3/index.d.ts +1 -0
- package/dist/esm/components/NewLineCheck/AdvanceSearch.d.ts +3 -0
- package/dist/esm/components/NewLineCheck/CheckCoverage.d.ts +3 -0
- package/dist/esm/components/NewLineCheck/CoverageCheckModal.d.ts +3 -0
- package/dist/esm/components/NewLineCheck/CoverageCheckUtils.d.ts +16 -0
- package/dist/esm/components/NewLineCheck/CovercheckWrapper.d.ts +3 -0
- package/dist/esm/components/NewLineCheck/GenericModal.d.ts +19 -0
- package/dist/esm/components/NewLineCheck/LocationFinder.d.ts +8 -0
- package/dist/esm/components/NewLineCheck/NewLCInput.d.ts +3 -0
- package/dist/esm/components/NewLineCheck/SuccessCoverage.d.ts +3 -0
- package/dist/esm/components/NewLineCheck/index.d.ts +2 -0
- package/dist/esm/components/NotificationToast/NotificationToast.d.ts +10 -0
- package/dist/esm/components/PretoPost/PreToPostSubsPopup.d.ts +3 -0
- package/dist/esm/components/PretoPost/index.d.ts +1 -0
- package/dist/esm/components/ProductDetailsComp/ProductDetails.d.ts +10 -0
- package/dist/esm/components/ProductDetailsComp/index.d.ts +1 -0
- package/dist/esm/components/ProductDetailsModal/ProductDetailsModal.d.ts +15 -0
- package/dist/esm/components/ProductDetailsModal/index.d.ts +1 -0
- package/dist/esm/components/ProductDetailsV3/BenefitsSectionV3.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/CashBackV2/CashbackV2.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/ChooseGiftV2.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/GiftConfigV2.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/ProductDetailsModal/ProductDetailsModal.d.ts +14 -0
- package/dist/esm/components/ProductDetailsV3/ProductDetailsModal/ProductDetailsV2.d.ts +13 -0
- package/dist/esm/components/ProductDetailsV3/ProductEntitlement.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/ProductPriceV3.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/ReactInputSelectV2/ReactInputSelectV2.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/tv/EntertainmentOptionsV2/EntertainmentOptionsV2.d.ts +3 -0
- package/dist/esm/components/ProductDetailsV3/tv/TVChannelOfferV2.d.ts +3 -0
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +50 -0
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +15 -0
- package/dist/esm/components/ProductTeaser/index.d.ts +1 -0
- package/dist/esm/components/ProgressionBar/ProgressionBar.d.ts +11 -0
- package/dist/esm/components/ProgressionBar/index.d.ts +1 -0
- package/dist/esm/components/ReactInputSelect/ReactInputSelect.d.ts +3 -0
- package/dist/esm/components/RecommendedOptions/RecommendedOptions.d.ts +10 -0
- package/dist/esm/components/RecommendedOptions/RecommendedOptionsUtils.d.ts +14 -0
- package/dist/esm/components/RecommendedOptions/ServiceOption/ServiceOptionCard/ItemsCounter.d.ts +3 -0
- package/dist/esm/components/RecommendedOptions/ServiceOption/ServiceOptionCard/ServiceDetailSection.d.ts +21 -0
- package/dist/esm/components/RecommendedOptions/ServiceOption/ServiceOptionCard/ServiceOptionCard.d.ts +17 -0
- package/dist/esm/components/RecommendedOptions/ServiceOption/ServiceOptionLoader.d.ts +3 -0
- package/dist/esm/components/RecommendedOptions/ServiceOption/ServiceOptionPrice/ServiceOptionPrice.d.ts +11 -0
- package/dist/esm/components/RecommendedOptions/index.d.ts +1 -0
- package/dist/esm/components/RecommendedOptions/types.d.ts +104 -0
- package/dist/esm/components/ResponsiveRow/index.d.ts +1 -0
- package/dist/esm/components/ResponsiveRow/row.d.ts +8 -0
- package/dist/esm/components/StaticLineTable/CheckoutButton.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/DynamicPriceSection.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/ExsistingSubscriptionCards.d.ts +11 -0
- package/dist/esm/components/StaticLineTable/ExsistingSubscriptionModal.d.ts +8 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsModal.d.ts +15 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +3 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsSmallPopup.d.ts +18 -0
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +15 -0
- package/dist/esm/components/StaticLineTable/StaticBenefit.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/StaticExclusiveBenefit.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/StaticLineTable.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/StaticLineTableStore/StaticLineTableProvider.d.ts +21 -0
- package/dist/esm/components/StaticLineTable/StaticProduct.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/StaticProductContainer.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +143 -0
- package/dist/esm/components/StaticLineTable/StaticProductDetails.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/StaticProductDetailsModal.d.ts +14 -0
- package/dist/esm/components/StaticLineTable/StaticProductEntitlement.d.ts +3 -0
- package/dist/esm/components/StaticLineTable/TVChannelModal.d.ts +3 -0
- package/dist/esm/components/StaticLineTable/TvOptionsContainer.d.ts +3 -0
- package/dist/esm/components/StaticLineTable/WorldPassPopup.d.ts +9 -0
- package/dist/esm/components/StaticLineTable/index.d.ts +1 -0
- package/dist/esm/components/StaticPriceComp/StaticPriceComp.d.ts +9 -0
- package/dist/esm/components/StickyBottomSheet/StickyBottomSheet.d.ts +6 -0
- package/dist/esm/components/StickyBottomSheet/index.d.ts +1 -0
- package/dist/esm/components/StickyProductAnchor/StickyProductAnchor.d.ts +3 -0
- package/dist/esm/components/StickyProductAnchor/index.d.ts +1 -0
- package/dist/esm/components/ToolTip/ToolTip.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpDetailsModal/DpDetailsModal.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpLinetableContainer.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpProduct.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTabContainer.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTableDeviceSection/DpTableDeviceSection.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTableMobileSection/DpTableMobileSection.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTableUtils.d.ts +45 -0
- package/dist/esm/components/UltimateBundleLinetable/checkoutRedirectionPopup/checkoutRedirectionPopup.d.ts +13 -0
- package/dist/esm/components/UltimateBundleLinetable/index.d.ts +1 -0
- package/dist/esm/components/UserLoggedPricesToggle/UserLoggedPricesToggle.d.ts +9 -0
- package/dist/esm/components/button/Button.d.ts +5 -0
- package/dist/esm/components/button/Button.types.d.ts +11 -0
- package/dist/esm/components/button/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts +23 -0
- package/dist/esm/components/lineTable/BundleProductsV3.d.ts +3 -0
- package/dist/esm/components/lineTable/LineTableV3.utils.d.ts +10 -0
- package/dist/esm/components/lineTable/OrderButton.d.ts +3 -0
- package/dist/esm/components/lineTable/ProductContainerV3.d.ts +4 -0
- package/dist/esm/components/lineTable/ProductTableV3.d.ts +4 -0
- package/dist/esm/components/lineTable/ProductV3.d.ts +2 -0
- package/dist/esm/components/lineTable/index.d.ts +1 -0
- package/dist/esm/components/lineTable/lineTable.types.d.ts +36 -0
- package/dist/esm/components/login/Login.types.d.ts +71 -0
- package/dist/esm/components/login/LoginModalV2.d.ts +4 -0
- package/dist/esm/components/login/LoginV2.d.ts +4 -0
- package/dist/esm/components/login/MfaPhase2/DepricatingChannels.d.ts +4 -0
- package/dist/esm/components/login/MfaPhase2/NewNumber.d.ts +4 -0
- package/dist/esm/components/login/MfaPhase2/OtpValidation.d.ts +4 -0
- package/dist/esm/components/login/MfaPhase2/ResetPwdModal.d.ts +4 -0
- package/dist/esm/components/login/index.d.ts +1 -0
- package/dist/esm/components/richtext.d.ts +10 -0
- package/dist/esm/components/sharedCarousel/CarouselComponent.d.ts +3 -0
- package/dist/esm/components/skeletonLoader/Skeletonloader.d.ts +3 -0
- package/dist/esm/components/spacer/spacer.d.ts +11 -0
- package/dist/esm/components/types.d.ts +94 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +10 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/Analytics/items.d.ts +45 -0
- package/dist/esm/services/ButtonService.d.ts +6 -0
- package/dist/esm/services/LineTableBasicPropConfig.d.ts +29 -0
- package/dist/esm/services/LineTableService.d.ts +13 -0
- package/dist/esm/services/LinecheckBasicPropConfig.d.ts +12 -0
- package/dist/esm/services/LoginBasicPropConfig.d.ts +16 -0
- package/dist/esm/services/LoginServiceV2.d.ts +31 -0
- package/dist/esm/services/MultiItemAccessories/multiItemAccessoryService.d.ts +8 -0
- package/dist/esm/services/MultiItemAccessories/multiitemAccessoriesUpdateCartService.d.ts +8 -0
- package/dist/esm/services/MultiItemAccessories/storyBlokService.d.ts +10 -0
- package/dist/esm/services/ProductTeaserPropsConfig.d.ts +14 -0
- package/dist/esm/services/ServiceOptionsPropConfig.d.ts +16 -0
- package/dist/esm/services/StickyBottomSheetConfig.d.ts +14 -0
- package/dist/esm/services/api-constants.d.ts +19 -0
- package/dist/esm/services/index.d.ts +6 -0
- package/dist/esm/utils/AnalyticsUtils.d.ts +42 -0
- package/dist/esm/utils/constants.d.ts +98 -0
- package/dist/esm/utils/data-source.d.ts +17 -0
- package/dist/esm/utils/global.d.ts +7 -0
- package/dist/esm/utils/store/card-context.d.ts +10 -0
- package/dist/esm/utils/utils.d.ts +31 -0
- package/dist/index.d.ts +106 -63
- package/package.json +75 -81
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export interface itemInfoEvent {
|
|
2
|
+
item_id: string;
|
|
3
|
+
item_name: string;
|
|
4
|
+
affiliation: string | number;
|
|
5
|
+
coupon: string | number;
|
|
6
|
+
discount: number;
|
|
7
|
+
index: number;
|
|
8
|
+
item_brand: string;
|
|
9
|
+
item_category: string;
|
|
10
|
+
item_category2: string;
|
|
11
|
+
item_category3: string;
|
|
12
|
+
item_category4: string;
|
|
13
|
+
item_category5: string;
|
|
14
|
+
item_list_id: string;
|
|
15
|
+
item_list_name: string;
|
|
16
|
+
item_variant: string;
|
|
17
|
+
location_id: string | number;
|
|
18
|
+
price: number;
|
|
19
|
+
quantity: number;
|
|
20
|
+
promotion_id: string;
|
|
21
|
+
item_available?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface ecomViewCartInfo {
|
|
24
|
+
item_list_id: string;
|
|
25
|
+
item_list_name: string;
|
|
26
|
+
items: itemInfoEvent;
|
|
27
|
+
}
|
|
28
|
+
export interface ecomAddCartInfo {
|
|
29
|
+
currency: string;
|
|
30
|
+
value: string | number;
|
|
31
|
+
items: itemInfoEvent[];
|
|
32
|
+
}
|
|
33
|
+
export declare const getItemCategory: (item: any) => {
|
|
34
|
+
prodCategory: string;
|
|
35
|
+
prodsubCategory: string;
|
|
36
|
+
prodsubscription: string;
|
|
37
|
+
};
|
|
38
|
+
export declare const getItemData: (item: any, data?: any, isAvailable?: any) => itemInfoEvent;
|
|
39
|
+
export declare const getEcomInfo: (items: any, category?: any, location?: any, eligibleBundle?: any) => any;
|
|
40
|
+
export declare const getViewCartInfo: (items: any, category: any, location: any) => ecomViewCartInfo;
|
|
41
|
+
export declare const getEcomCartInfo: (items: any, category: any, location: any, eligibleBundle?: any) => any;
|
|
42
|
+
export declare const trackEligibleItem: (type: string, prodData?: any, category?: any, location?: any, eligibleBundle?: any, pegaIntegration?: boolean) => void;
|
|
43
|
+
export declare const getItemInfo: (products: any, showPrice: any, isEligible?: any) => itemInfoEvent;
|
|
44
|
+
export declare const getBundleItemInfo: (products: any, showPrice: any, isEligible?: any) => any;
|
|
45
|
+
export declare const getItemEventValueArray: (products: any, showPrice: any, isEligible?: any) => void;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export interface LineTableBasicPropConfigSchema {
|
|
2
|
+
baseURL: string | '';
|
|
3
|
+
cartURL?: string | '';
|
|
4
|
+
storyBlokURL?: string | '';
|
|
5
|
+
}
|
|
6
|
+
export declare class LineTableBasicPropConfig {
|
|
7
|
+
private static instance;
|
|
8
|
+
config: LineTableBasicPropConfigSchema;
|
|
9
|
+
private constructor();
|
|
10
|
+
getConfig: () => LineTableBasicPropConfigSchema;
|
|
11
|
+
getBaseUrl: () => string;
|
|
12
|
+
getCartUrl: () => string;
|
|
13
|
+
getSBUrl: () => string;
|
|
14
|
+
static getInstance: () => LineTableBasicPropConfig;
|
|
15
|
+
static create: (p_config: LineTableBasicPropConfigSchema) => void;
|
|
16
|
+
}
|
|
17
|
+
export interface AssetPathPropConfigSchema {
|
|
18
|
+
assetPath: string | '';
|
|
19
|
+
basicConfigUrl?: string | '';
|
|
20
|
+
}
|
|
21
|
+
export declare class AssetPathPropConfig {
|
|
22
|
+
private static instance;
|
|
23
|
+
config: AssetPathPropConfigSchema;
|
|
24
|
+
private constructor();
|
|
25
|
+
getAssetPath: () => string;
|
|
26
|
+
getBasicConfigUrl: () => string;
|
|
27
|
+
static getInstance: () => AssetPathPropConfig;
|
|
28
|
+
static create: (path_config: AssetPathPropConfigSchema) => void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const fetchCountryList: (name: string, lang: string, url: string, TTL: number) => Promise<any>;
|
|
2
|
+
export declare const fetchOfferingDataV2: (requestBody: any, url: any, returnPromo?: boolean) => Promise<any>;
|
|
3
|
+
export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any, enabledP2P?: any, P2PData?: any, isQoqaFlow?: boolean, qVoucher?: any, deviceDetails?: any, tvOptions?: any, discountRef?: string, discountVersion?: string) => Promise<any>;
|
|
4
|
+
export declare const fetchLinetableContent: (slugurl: string, params: any) => Promise<any>;
|
|
5
|
+
export declare const getStaticContent: (language: any, endPoints: any) => Promise<any>;
|
|
6
|
+
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean, pegaIntegration?: boolean, deviceUltimateBundle?: boolean) => Promise<any>;
|
|
7
|
+
export declare const fetchSubscriptionData: (category: any, endpoint: any) => Promise<any>;
|
|
8
|
+
export declare const getVocherPromotion: (productID: string, voucher: string) => Promise<void>;
|
|
9
|
+
export declare const validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
|
|
10
|
+
export declare const getDeviceDetails: (deviceID: any, endpoint: any) => Promise<any>;
|
|
11
|
+
export declare const getDeviceModelsList: (brandId: any, endpoint: any) => Promise<any>;
|
|
12
|
+
export declare const trackPegaEvents: (endpoint: any, payload: {} | undefined, prospectId: string) => Promise<any>;
|
|
13
|
+
export declare const fetchOttServiceOptions: () => Promise<any>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface LinecheckBasicPropConfigSchema {
|
|
2
|
+
baseURL: string | '';
|
|
3
|
+
}
|
|
4
|
+
export declare class LinecheckBasicPropConfig {
|
|
5
|
+
private static instance;
|
|
6
|
+
config: LinecheckBasicPropConfigSchema;
|
|
7
|
+
private constructor();
|
|
8
|
+
getConfig: () => LinecheckBasicPropConfigSchema;
|
|
9
|
+
getBaseUrl: () => string;
|
|
10
|
+
static getInstance: () => LinecheckBasicPropConfig;
|
|
11
|
+
static create: (p_config: LinecheckBasicPropConfigSchema) => void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ApiServiceV2 } from "@sunrise-upc/ajax-lib";
|
|
2
|
+
export interface LoginBasicPropConfigSchema {
|
|
3
|
+
baseURL: string | "";
|
|
4
|
+
}
|
|
5
|
+
export declare class LoginBasicPropConfig {
|
|
6
|
+
private static instance;
|
|
7
|
+
apiServiceObject?: ApiServiceV2;
|
|
8
|
+
prop: any;
|
|
9
|
+
config: LoginBasicPropConfigSchema;
|
|
10
|
+
private constructor();
|
|
11
|
+
getConfig: () => LoginBasicPropConfigSchema;
|
|
12
|
+
getBaseUrl: () => string;
|
|
13
|
+
static getInstance: () => LoginBasicPropConfig;
|
|
14
|
+
static create: (p_config: LoginBasicPropConfigSchema) => void;
|
|
15
|
+
getAPIServiceObject: () => ApiServiceV2;
|
|
16
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare enum USERNAME_TYPE {
|
|
2
|
+
EMAIL = "Email_Id",
|
|
3
|
+
CLI = "CLI",
|
|
4
|
+
CUSTOMER_NUMBER = "SiteID",
|
|
5
|
+
MSISDN = "MSISDN"
|
|
6
|
+
}
|
|
7
|
+
export interface LoginResponse {
|
|
8
|
+
content: any;
|
|
9
|
+
status: string;
|
|
10
|
+
}
|
|
11
|
+
export interface LoginMethodsResponse {
|
|
12
|
+
ok: boolean;
|
|
13
|
+
segment: string;
|
|
14
|
+
username: string;
|
|
15
|
+
allowedMethods: string[];
|
|
16
|
+
isResidential: boolean;
|
|
17
|
+
isSohoSmall: boolean;
|
|
18
|
+
isMediumLargeCorporate: boolean;
|
|
19
|
+
isMsisdn: boolean;
|
|
20
|
+
errorCode?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare const removeSpaces: (username: any) => string;
|
|
23
|
+
export declare const checkUsernameType: (username: string) => string | any;
|
|
24
|
+
export declare const getFormattedUsername: (username: string) => string;
|
|
25
|
+
export declare const isValidEmail: (email: string) => any;
|
|
26
|
+
export declare const isValidSiteId: (username: string) => any;
|
|
27
|
+
export declare const changeUserNameFormat: (username: string) => string;
|
|
28
|
+
export declare const insertToken: (originalString: string | undefined | null, token: string, tokenPositions: number[]) => string;
|
|
29
|
+
export declare const replacePlaceholder: (source: string, params: string[]) => string;
|
|
30
|
+
export declare const MyPolicyCallByAction: (action: string, payload?: string, controllerRef?: any) => Promise<any>;
|
|
31
|
+
export declare const loginCalls: (action: string, ApiEndPoint: string, username: string, password: string, controllerRef: any, lang?: string, rememberMe?: boolean) => Promise<any>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ApiServiceV2 } from '@sunrise-upc/ajax-lib';
|
|
2
|
+
declare class multiItemAccessoryService {
|
|
3
|
+
apiServiceInstance: ApiServiceV2;
|
|
4
|
+
constructor();
|
|
5
|
+
getRecommendedAccessoryData: (cartId: string) => Promise<any>;
|
|
6
|
+
}
|
|
7
|
+
declare const multiItemAccessoryServices: multiItemAccessoryService;
|
|
8
|
+
export default multiItemAccessoryServices;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ApiServiceV2 } from '@sunrise-upc/ajax-lib';
|
|
2
|
+
declare class multiItemAccessoryUpdateCartService {
|
|
3
|
+
apiServiceInstance: ApiServiceV2;
|
|
4
|
+
constructor();
|
|
5
|
+
getUpdateCartData: (cartId: any, payload: any) => Promise<any>;
|
|
6
|
+
}
|
|
7
|
+
declare const multiItemAccessoryUpdateCartServices: multiItemAccessoryUpdateCartService;
|
|
8
|
+
export default multiItemAccessoryUpdateCartServices;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ApiServiceV2 } from '@sunrise-upc/ajax-lib';
|
|
2
|
+
declare class storyBlokServices {
|
|
3
|
+
apiServiceInstance: ApiServiceV2;
|
|
4
|
+
constructor();
|
|
5
|
+
getStoryBlokData: (lang: string | undefined, prodName: any, accessoryPath: string) => Promise<{
|
|
6
|
+
sbStory: any;
|
|
7
|
+
}>;
|
|
8
|
+
}
|
|
9
|
+
declare const storyBlokService: storyBlokServices;
|
|
10
|
+
export default storyBlokService;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface ProductTeaserPropConfigSchema {
|
|
2
|
+
baseURL: string | "";
|
|
3
|
+
cartURL: string | "";
|
|
4
|
+
}
|
|
5
|
+
export declare class ProductTeaserPropConfig {
|
|
6
|
+
private static instance;
|
|
7
|
+
config: ProductTeaserPropConfigSchema;
|
|
8
|
+
private constructor();
|
|
9
|
+
getConfig: () => ProductTeaserPropConfigSchema;
|
|
10
|
+
getBaseUrl: () => string;
|
|
11
|
+
getCartUrl: () => string;
|
|
12
|
+
static getInstance: () => ProductTeaserPropConfig;
|
|
13
|
+
static create: (p_config: ProductTeaserPropConfigSchema) => void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface ServiceOptionsPropConfigSchema {
|
|
2
|
+
baseURL: string | '';
|
|
3
|
+
cartURL: string | '';
|
|
4
|
+
storyBlokURL: string | '';
|
|
5
|
+
}
|
|
6
|
+
export declare class ServiceOptionsPropConfig {
|
|
7
|
+
private static instance;
|
|
8
|
+
config: ServiceOptionsPropConfigSchema;
|
|
9
|
+
private constructor();
|
|
10
|
+
getConfig: () => ServiceOptionsPropConfigSchema;
|
|
11
|
+
getBaseUrl: () => string;
|
|
12
|
+
getCartUrl: () => string;
|
|
13
|
+
getSBUrl: () => string;
|
|
14
|
+
static getInstance: () => ServiceOptionsPropConfig;
|
|
15
|
+
static create: (p_config: ServiceOptionsPropConfigSchema) => void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface StickyBottomSheetPropConfigSchema {
|
|
2
|
+
baseURL: string | '';
|
|
3
|
+
cartURL: string | '';
|
|
4
|
+
}
|
|
5
|
+
export declare class StickyBottomSheetPropConfig {
|
|
6
|
+
private static instance;
|
|
7
|
+
config: StickyBottomSheetPropConfigSchema;
|
|
8
|
+
private constructor();
|
|
9
|
+
getConfig: () => StickyBottomSheetPropConfigSchema;
|
|
10
|
+
getBaseUrl: () => string;
|
|
11
|
+
getCartUrl: () => string;
|
|
12
|
+
static getInstance: () => StickyBottomSheetPropConfig;
|
|
13
|
+
static create: (p_config: StickyBottomSheetPropConfigSchema) => void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const API_BASE_BASEPOINT: any;
|
|
2
|
+
export declare const APIResourceConstants: {
|
|
3
|
+
X_SUN_CHAL: string;
|
|
4
|
+
LINE_TABLEV2: string;
|
|
5
|
+
LINE_TABLEV3: string;
|
|
6
|
+
CREATE_CARTV2: string;
|
|
7
|
+
CREATE_CARTV3: string;
|
|
8
|
+
SUBSCRIPTION: string;
|
|
9
|
+
VOUCHER_PROMOTIONS: string;
|
|
10
|
+
HARDWARES: string;
|
|
11
|
+
HARDWARE_DEVICES: string;
|
|
12
|
+
TV_SERVICE_OPTIONS_V2: string;
|
|
13
|
+
CUSTOMER_EVENTS: string;
|
|
14
|
+
THREE_SCALE_API_KEY: string;
|
|
15
|
+
STORIES: string;
|
|
16
|
+
RECOMMENDED_ACCESSORIES: string;
|
|
17
|
+
UPDATE_CART: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const SBENDPOINT: any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare const trackNewDatalayerEvent: (event: string, eventName: string, eventInfo?: any) => void;
|
|
2
|
+
export declare const ecommerceEmptyDatalayer: () => void;
|
|
3
|
+
declare global {
|
|
4
|
+
interface Window {
|
|
5
|
+
appEventData: any;
|
|
6
|
+
dataLayer: any;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export declare const trackGADatalayerEvent: (event: string, eventName: string, eventInfo?: any) => void;
|
|
10
|
+
export declare const trackLineEvent: (address: string, eventAction: string, eventValue: string | number, id: string | undefined, type: string) => void;
|
|
11
|
+
export declare const trackEvent: (eventAction: string, eventValue: string | number, type: string) => void;
|
|
12
|
+
export declare const trackMessageEvent: (description: string, source: string, title: string, type: string, guid?: string, errorID?: string) => void;
|
|
13
|
+
export interface ErrorEventInfoInterface {
|
|
14
|
+
message_type: string;
|
|
15
|
+
message_title: string;
|
|
16
|
+
message_source: string;
|
|
17
|
+
message_reason: string;
|
|
18
|
+
message_guid?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const trackErrorEvent: (message_type: string, message_title: string, message_source: string, message_reason: string, message_guid?: string) => void;
|
|
21
|
+
export interface DataLayerErrorEvent {
|
|
22
|
+
event: string;
|
|
23
|
+
event_name: string;
|
|
24
|
+
message_guid: string;
|
|
25
|
+
message_reason: string;
|
|
26
|
+
message_source: string;
|
|
27
|
+
message_title: string;
|
|
28
|
+
message_type: string;
|
|
29
|
+
message_apiinfo: string;
|
|
30
|
+
}
|
|
31
|
+
export declare const errorTrackingDataLayer: (response: any) => void;
|
|
32
|
+
export interface UserInterface {
|
|
33
|
+
loginType: string;
|
|
34
|
+
accountID?: string;
|
|
35
|
+
language?: string;
|
|
36
|
+
lastLoginDate?: string;
|
|
37
|
+
type?: string;
|
|
38
|
+
existingUser?: boolean;
|
|
39
|
+
}
|
|
40
|
+
export declare const trackUser: (loginType: string, accountID?: string, language?: string, lastLoginDate?: string, type?: string, existingUser?: boolean) => void;
|
|
41
|
+
export declare const trackViewItem: (event: string, eventName: string, product: any) => void;
|
|
42
|
+
export declare const setMmcItemTracker: (productList: any) => void;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export declare const H1 = "h1";
|
|
2
|
+
export declare const H2 = "h2";
|
|
3
|
+
export declare const H3 = "h3";
|
|
4
|
+
export declare const H4 = "h4";
|
|
5
|
+
export declare const NONE = "none";
|
|
6
|
+
export declare const FALCONDESCRIPTION = "falconDescription";
|
|
7
|
+
export declare const FALCONDESCRIPTIONLIST = "falconAccordionList";
|
|
8
|
+
export declare const SPACER = "spacer";
|
|
9
|
+
export declare const COUNTRYLISTCOMPONENT = "countryListComponent";
|
|
10
|
+
export declare const SBCONSTANT = "sbstaticcontent";
|
|
11
|
+
export declare const CHF = "CHF";
|
|
12
|
+
export declare const FIXNET = "fixnet";
|
|
13
|
+
export declare const DEFAULT_WIRELINE_BUNDLE = "defaultWirelineBundle";
|
|
14
|
+
export declare const DEFAULT_MOBILEPOSTPAID_BUNDLE = "defaultMobilePostpaidBundle";
|
|
15
|
+
export declare const QOQA = "QoQa";
|
|
16
|
+
export declare const VCTYPE = "vctype";
|
|
17
|
+
export declare const VOUCHER = "voucher";
|
|
18
|
+
export declare const VOUCHERTYPE = "voucherType";
|
|
19
|
+
export declare const VOUCHERCODE = "voucherCode";
|
|
20
|
+
export declare const AFTER = "after";
|
|
21
|
+
export declare const BEFORE = "before";
|
|
22
|
+
export declare const SMARTPHONEDEVICE = "smartphone";
|
|
23
|
+
export declare const ONE_ECOMMERCE_HARDWARE_SUMMARY = "one-ecommerce-hardwareSummary";
|
|
24
|
+
export declare const BASE_PRICE = "basePrice";
|
|
25
|
+
export declare const INSTALLMENTS = "installments";
|
|
26
|
+
export declare const SMARTUPGRADEINSTALLMENTS = "smartUpgradeInstallments";
|
|
27
|
+
export declare const BASE = "BASE";
|
|
28
|
+
export declare const CONTRACT = "CONTRACT";
|
|
29
|
+
export declare const HARDWARE = "HARDWARE";
|
|
30
|
+
export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
|
|
31
|
+
export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
|
|
32
|
+
export declare const NOT_AVAILABLE = "NOT_AVAILABLE";
|
|
33
|
+
export declare const ICONIC_FLEX_UPGRADE_BENEFIT = "ICONIC_FLEX_UPGRADE_BENEFIT";
|
|
34
|
+
export declare const FLEX_UPGRADE = "Flex Upgrade";
|
|
35
|
+
export declare const WP_FLEX_UPGRADE = "FLEX_UPGRADE";
|
|
36
|
+
export declare const WP_FLEX_UPGRADE_NOT = "FLEX_UPGRADE_NOT";
|
|
37
|
+
export declare const EXCLUSIVE_BENEFIT_COLOR = "#008187";
|
|
38
|
+
export declare const ULTIMATEBUNDLE = "ultimateBundle";
|
|
39
|
+
export declare const ONE_ECOMMERCE_INTERNET_SUMMARY = "one-ecommerce-internetSummary";
|
|
40
|
+
export declare const ONE_ECOMMERCE_SUMMARY = "one-ecommerce-summary";
|
|
41
|
+
export declare const WIN = "WIN";
|
|
42
|
+
export declare const HARDWAREGROUPNAME = "hardwareGroupName";
|
|
43
|
+
export declare const MOBILE = "mobile";
|
|
44
|
+
export declare const DESKTOP = "desktop";
|
|
45
|
+
export declare const LARGE_DESKTOP = "large-desktop";
|
|
46
|
+
export declare const TABLET = "tablet";
|
|
47
|
+
export declare const AVAILABLE_LANGUAGES: {
|
|
48
|
+
EN: string;
|
|
49
|
+
FR: string;
|
|
50
|
+
IT: string;
|
|
51
|
+
DE: string;
|
|
52
|
+
};
|
|
53
|
+
export declare const ERROR_COLOR = "#C60047";
|
|
54
|
+
export declare const BREADCRUMB = "...";
|
|
55
|
+
export declare const PRE_TO_POST = "PRE_TO_POST";
|
|
56
|
+
export declare const P2PSUBSCRIBEDPLAN = "Sunrise Prepaid Unlimited";
|
|
57
|
+
export declare const TV_SERVICE_OPTION = "TV_SERVICE_OPTION";
|
|
58
|
+
export declare const INTERNET_SERVICE_OPTION = "INTERNET_SERVICE_OPTION";
|
|
59
|
+
export declare const VOICE_SERVICE_OPTION = "VOICE_SERVICE_OPTION";
|
|
60
|
+
export declare const ERROR_BORDER = "#BF0760";
|
|
61
|
+
export declare const DISABLED_BACKGROUND = "#E6E3DF";
|
|
62
|
+
export declare const LOGIN_MFA = "LOGIN_MFA";
|
|
63
|
+
export declare const DEPRICATING_SMS = "DEPRICATING_SMS";
|
|
64
|
+
export declare const DEPRICATING_EMAIL = "DEPRICATING_EMAIL";
|
|
65
|
+
export declare const DEPRICATED_EMAIL = "DEPRICATED_EMAIL";
|
|
66
|
+
export declare const OTP_NR_LIST = "OTP_NR_LIST";
|
|
67
|
+
export declare const PW_CHANGED = "PW_CHANGED";
|
|
68
|
+
export declare const OTP_SMS_OLD = "OTP_SMS_OLD";
|
|
69
|
+
export declare const OTP_SMS_NEW = "OTP_SMS_NEW";
|
|
70
|
+
export declare const OTP_SMS = "OTP_SMS";
|
|
71
|
+
export declare const OTP_EMAIL = "OTP_EMAIL";
|
|
72
|
+
export declare const OTP_NR_NEW = "OTP_NR_NEW";
|
|
73
|
+
export declare const LOGIN_OTP = "LOGIN_OTP";
|
|
74
|
+
export declare const PW_RESET = "PW_RESET";
|
|
75
|
+
export declare const OTP_NR_ADD = "OTP_NR_ADD";
|
|
76
|
+
export declare const OTP_NR_CONFIRM = "OTP_NR_CONFIRM";
|
|
77
|
+
export declare const OTP_NR_CHANGE = "OTP_NR_CHANGE";
|
|
78
|
+
export declare const OTP_CONTINUE = "OTP_CONTINUE";
|
|
79
|
+
export declare const OTP_RESEND = "OTP_RESEND";
|
|
80
|
+
export declare const PW_FORGOT = "PW_FORGOT";
|
|
81
|
+
export declare const MONTHLY = "monthly_24";
|
|
82
|
+
export declare const ACCESSORY = "ACCESSORY";
|
|
83
|
+
export declare const ADD = "ADD";
|
|
84
|
+
export declare const FLOWINTITIATED = "flowInitiated";
|
|
85
|
+
export declare const MONTHLYFLASHDISCOUNT = "monthlyFlashDiscount";
|
|
86
|
+
export declare const REMOVE = "REMOVE";
|
|
87
|
+
export declare const TOTALFLASHDISCOUNT = "totalFlashDiscount";
|
|
88
|
+
export declare const MOBILEACCESSORIES = "mobileaccessories";
|
|
89
|
+
export declare const ONETIME = "none";
|
|
90
|
+
export declare const LAZYLOAD = "lazy";
|
|
91
|
+
export declare const CONTAIN = "contain";
|
|
92
|
+
export declare const COVER = "cover";
|
|
93
|
+
export declare const ACCESSORYLABEL = "accessoriesLabel";
|
|
94
|
+
export declare const VASSTEPPERLABEL = "vasStepperLabel";
|
|
95
|
+
export declare const MULTIPLEITEMACCESSORIES = "MULTIPLE_ITEM_ACCESSORIES";
|
|
96
|
+
export declare const MOBILERATEPLAN = "MOBILE";
|
|
97
|
+
export declare const INTERNETFLOW = "INTERNET";
|
|
98
|
+
export declare const TV = "TV";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export type LocaleID = 'en' | 'de' | 'fr' | 'it' | 'default';
|
|
2
|
+
export type LinkTarget = '_blank' | '_parent' | '_self' | '_top';
|
|
3
|
+
export type Alignment = 'left' | 'center' | 'right';
|
|
4
|
+
export type AuraButtonTypes = 'Primary-V1' | 'Secondary-V1' | 'Secondary-V4';
|
|
5
|
+
export type FalconButtonTypes = 'Primary-V1' | 'Secondary-V1' | 'Secondary-V4' | 'Secondary-Dark' | 'Secondary-V5';
|
|
6
|
+
export type QuoteBackgroundColor = 'pink' | 'blue' | 'grey' | 'iceWhite' | 'transparent';
|
|
7
|
+
export type FalconGradientTypes = 'rubyglow-diagonal' | 'rubyglow-vertical' | 'pinksky-diagonal' | 'pinksky-vertical' | 'bluehaze-diagonal' | 'bluehaze-vertical' | 'greencloud-diagonal' | 'greencloud-vertical' | 'peachfog-diagonal' | 'peachfog-vertical' | 'black' | 'skyfuel-vertical' | 'black-friday' | 'none';
|
|
8
|
+
export type ElementPosition = 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left';
|
|
9
|
+
export type FalconColorsTypes = 'grey-600' | 'grey-500' | 'ice-white' | 'grey-100' | 'grey-400' | 'none';
|
|
10
|
+
export type CardDisplayVariants = 'stack' | 'slider';
|
|
11
|
+
export type HeadingVariants = 'h1' | 'h2' | 'h3' | 'h4';
|
|
12
|
+
export type ShadowVariants = 'no-shadow' | 'default-shadow';
|
|
13
|
+
export type FalconBackgroundColor = 'grey-100' | 'ice-white' | 'transparent' | 'blue' | 'dark-green';
|
|
14
|
+
export type VerticalAlignment = 'top' | 'center' | 'bottom';
|
|
15
|
+
export type OverlayGradient = 'overlay' | 'top-to-bottom' | 'bottom-to-top' | 'left-to-right' | 'right-to-left' | 'none';
|
|
16
|
+
export type FalconBackgroundColorNew = 'grey-100' | 'ice-white' | 'transparent' | 'none';
|
|
17
|
+
export type FalconMessageTypes = 'success' | 'error' | 'info' | 'warning' | 'tip' | 'infoWhite';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const getFalconColorsClass: (type: string) => string;
|
|
2
|
+
export declare const getElementMaximumHeight: (idPrefix: string, totalCards: number) => void;
|
|
3
|
+
export declare const getFalconBackgroundColorClass: (type: string) => string;
|
|
4
|
+
export declare const getFalconGradientClass: (type: string) => string;
|
|
5
|
+
export declare const countZero: (value: any) => any;
|
|
6
|
+
export declare const setLocalStoreWithExpiry: (key: string, value: any, ttl?: any) => void;
|
|
7
|
+
export declare const getLocalStorageWithExpiry: (key: string) => any;
|
|
8
|
+
export declare const removeLocalStorage: (key: string) => void;
|
|
9
|
+
export declare const viewport: () => string;
|
|
10
|
+
export declare const getCookies: (cname: string) => any;
|
|
11
|
+
export declare const isTouchScreen: () => boolean;
|
|
12
|
+
export declare const returnPriceByType: (priceList: any, type: string) => any;
|
|
13
|
+
export declare const replacePlaceholder: (source: string, params: any) => string;
|
|
14
|
+
export declare const isModemPresent: () => boolean;
|
|
15
|
+
export declare const iconHandler: (type: string) => string;
|
|
16
|
+
export declare const checkLinkWithLang: (url: string) => string | undefined;
|
|
17
|
+
export declare const getSBAssetUrl: (wafIdentifier: any, image?: string) => string;
|
|
18
|
+
export declare const getCompressedImage: (wafIdentifier: any, imageUrl: string) => string;
|
|
19
|
+
export declare const getNoteValues: (hardwareProducts: any, key: string) => undefined;
|
|
20
|
+
/**US 349849 - MIA migration
|
|
21
|
+
* price model
|
|
22
|
+
* @param value string | number
|
|
23
|
+
* @returns
|
|
24
|
+
* 2.0 -> 2.00
|
|
25
|
+
* 2.1 -> 2.10
|
|
26
|
+
* 2.15 -> 2.15
|
|
27
|
+
* 0.0 -> 0.00
|
|
28
|
+
* 0.5 -> 0.50
|
|
29
|
+
*/
|
|
30
|
+
export declare const countZeros: (value: any) => any;
|
|
31
|
+
export declare const viewportMultiItem: () => string;
|