@sunrise-upc/mobile-prod-card 8.6.11-beta.2 → 8.8.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/dist/cjs/Analytics/AnalyticsConstants.d.ts +84 -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 +41 -0
- package/dist/cjs/components/Accessories/PaymentTypeTabs/PaymentTypeTabs.d.ts +14 -0
- package/dist/cjs/components/Accessories/ProgressionBar/progressionBar.d.ts +13 -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 +71 -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 +8 -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/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 +7 -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/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 +22 -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/StickyBottomSheetConfig.d.ts +14 -0
- package/dist/cjs/services/api-constants.d.ts +19 -0
- package/dist/cjs/services/index.d.ts +5 -0
- package/dist/cjs/utils/AnalyticsUtils.d.ts +41 -0
- package/dist/cjs/utils/constants.d.ts +92 -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 +30 -0
- package/dist/esm/Analytics/AnalyticsConstants.d.ts +84 -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 +41 -0
- package/dist/esm/components/Accessories/PaymentTypeTabs/PaymentTypeTabs.d.ts +14 -0
- package/dist/esm/components/Accessories/ProgressionBar/progressionBar.d.ts +13 -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 +71 -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 +8 -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/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 +7 -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/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 +22 -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/StickyBottomSheetConfig.d.ts +14 -0
- package/dist/esm/services/api-constants.d.ts +19 -0
- package/dist/esm/services/index.d.ts +5 -0
- package/dist/esm/utils/AnalyticsUtils.d.ts +41 -0
- package/dist/esm/utils/constants.d.ts +92 -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 +30 -0
- package/dist/index.d.ts +364 -412
- package/package.json +33 -39
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './PreToPostSubsPopup';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import "./ProductDetails.css";
|
|
3
|
+
interface ProductDetailsSchema {
|
|
4
|
+
content: any;
|
|
5
|
+
updatedContent: any;
|
|
6
|
+
modalTriggered?: () => void;
|
|
7
|
+
addToCart?: (e: string) => void;
|
|
8
|
+
}
|
|
9
|
+
declare const ProductDetails: FC<ProductDetailsSchema>;
|
|
10
|
+
export default ProductDetails;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ProductDetails';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
interface GenericModalSchema {
|
|
3
|
+
modalState: boolean;
|
|
4
|
+
handler: () => void;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
showFooter: boolean;
|
|
7
|
+
footerNode?: React.ReactNode;
|
|
8
|
+
height?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
noCloseButton?: boolean;
|
|
11
|
+
backDrop?: boolean;
|
|
12
|
+
backButton?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const ProductDetailsModal: FC<GenericModalSchema>;
|
|
15
|
+
export default ProductDetailsModal;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ProductDetailsModal';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface GenericModalSchema {
|
|
3
|
+
modalState: boolean;
|
|
4
|
+
handler: () => void;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
showFooter: boolean;
|
|
7
|
+
footerNode?: React.ReactNode;
|
|
8
|
+
height?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
backDrop?: boolean;
|
|
11
|
+
backButton?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const ProductDetailsModal: ({ modalState, handler, showFooter, footerNode, children, width, height, backButton }: GenericModalSchema) => any;
|
|
14
|
+
export default ProductDetailsModal;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface ProductDetailsSchema {
|
|
2
|
+
showProductDetail: boolean;
|
|
3
|
+
setShowProductDetail: (showProductDetail: boolean) => void;
|
|
4
|
+
products: any;
|
|
5
|
+
content: any;
|
|
6
|
+
priceCollection: any;
|
|
7
|
+
addToCart: any;
|
|
8
|
+
sbStaticConstants: any;
|
|
9
|
+
createCartCall: any;
|
|
10
|
+
contractDuration: any;
|
|
11
|
+
}
|
|
12
|
+
declare const ProductDetailsV2: ({ products, showProductDetail, setShowProductDetail, content, priceCollection, addToCart, sbStaticConstants, createCartCall, contractDuration }: ProductDetailsSchema) => any;
|
|
13
|
+
export default ProductDetailsV2;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { Asset, FalconGradientTypes, GenericSBProps, Links } from '../types';
|
|
3
|
+
export interface RichTextWithTooltip extends GenericSBProps {
|
|
4
|
+
icon: Asset;
|
|
5
|
+
mobIcon: Asset;
|
|
6
|
+
text: Array<Object>;
|
|
7
|
+
tooltipTxt: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ProductTeaserSlideSchema extends GenericSBProps {
|
|
10
|
+
buttonLbl: string;
|
|
11
|
+
conDuration: string;
|
|
12
|
+
description: Array<Object>;
|
|
13
|
+
desktopBGImage: Asset;
|
|
14
|
+
details: RichTextWithTooltip[];
|
|
15
|
+
heading: string;
|
|
16
|
+
mobileBGImage: Asset;
|
|
17
|
+
priceDesc: string;
|
|
18
|
+
productId: string;
|
|
19
|
+
productType: string;
|
|
20
|
+
promoId: string;
|
|
21
|
+
subHeading: string;
|
|
22
|
+
summaryURL: Links;
|
|
23
|
+
tabBGImage: Asset;
|
|
24
|
+
tabTitle: string;
|
|
25
|
+
tvDetails: RichTextWithTooltip[];
|
|
26
|
+
tvPrice: string;
|
|
27
|
+
tvProductId: string;
|
|
28
|
+
tvSubHeading: string;
|
|
29
|
+
textAlignment: any;
|
|
30
|
+
gradientBackground: FalconGradientTypes;
|
|
31
|
+
isFullWidthImage: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface ProductTeaserCompSchema extends GenericSBProps {
|
|
34
|
+
btnIcon: Asset;
|
|
35
|
+
serviceabilityError: string;
|
|
36
|
+
tvIcon: Asset;
|
|
37
|
+
productTeaserSlides: ProductTeaserSlideSchema[];
|
|
38
|
+
}
|
|
39
|
+
export interface ProductTeaserSchema {
|
|
40
|
+
content: ProductTeaserCompSchema;
|
|
41
|
+
lineCheckCallBack?: () => void;
|
|
42
|
+
linecheckSuccessCallBack?: () => void;
|
|
43
|
+
changeAddressClicked?: boolean;
|
|
44
|
+
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
|
45
|
+
productCallBack?: (a: string) => void;
|
|
46
|
+
tableSelectedTab?: string;
|
|
47
|
+
lineCheckOnClear?: () => void;
|
|
48
|
+
}
|
|
49
|
+
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
|
50
|
+
export default ProductTeaser;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ProductTeaserCompSchema, ProductTeaserSlideSchema } from './ProductTeaser';
|
|
3
|
+
export interface ProductTeaserSlidesSchema {
|
|
4
|
+
content: ProductTeaserCompSchema;
|
|
5
|
+
slides: ProductTeaserSlideSchema;
|
|
6
|
+
index: number;
|
|
7
|
+
offeringData: any;
|
|
8
|
+
lineCheckCallBack?: () => void;
|
|
9
|
+
linecheckSuccessCallBack?: () => void;
|
|
10
|
+
setEnableToggle?: any;
|
|
11
|
+
tableSelectedTab?: string;
|
|
12
|
+
lineCheckOnClear?: () => void;
|
|
13
|
+
}
|
|
14
|
+
declare const ProductTeaserSlides: FC<ProductTeaserSlidesSchema>;
|
|
15
|
+
export default ProductTeaserSlides;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ProductTeaser';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ProgressionBar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './row';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface ExistingSubscriptionSchema {
|
|
3
|
+
name?: string;
|
|
4
|
+
subscriptionData: any;
|
|
5
|
+
cardIndex?: any;
|
|
6
|
+
updateBorderMethod?: (key?: number) => void;
|
|
7
|
+
selectedCardIndex?: number;
|
|
8
|
+
subscriptionCardsLength?: any;
|
|
9
|
+
}
|
|
10
|
+
declare const ExistingSubscriptionCards: ({ subscriptionData, cardIndex, updateBorderMethod, selectedCardIndex, subscriptionCardsLength, }: ExistingSubscriptionSchema) => JSX.Element;
|
|
11
|
+
export default ExistingSubscriptionCards;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface ExsistingModalSchema {
|
|
3
|
+
exsistingSubscriptionData: any;
|
|
4
|
+
onSubmit?: any;
|
|
5
|
+
updatedContent?: any;
|
|
6
|
+
}
|
|
7
|
+
declare const ExsistingSubscriptionModal: ({ onSubmit, exsistingSubscriptionData, updatedContent }: ExsistingModalSchema) => JSX.Element;
|
|
8
|
+
export default ExsistingSubscriptionModal;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface GenericModalSchema {
|
|
3
|
+
modalState: boolean;
|
|
4
|
+
handler: () => void;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
showFooter: boolean;
|
|
7
|
+
content?: any;
|
|
8
|
+
footerNode?: any;
|
|
9
|
+
height?: string;
|
|
10
|
+
width?: string;
|
|
11
|
+
backDrop?: boolean;
|
|
12
|
+
backButton?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const OttServiceOptionsModal: ({ modalState, handler, content, showFooter, footerNode, children, height }: GenericModalSchema) => any;
|
|
15
|
+
export default OttServiceOptionsModal;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const OttServiceOptionsPopup: ({ content, showPopup, setShowPopup, addOptionsCallBack, metadata, constants, mainContent, preSelectedOptions, optionsResponse, updateResponseList }: any) => JSX.Element;
|
|
3
|
+
export default OttServiceOptionsPopup;
|
package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsSmallPopup.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface OttServiceOptionsSmallPopupProps {
|
|
3
|
+
content: any;
|
|
4
|
+
addOptionsCallBack: (option?: any[] | undefined) => void;
|
|
5
|
+
metadata: any;
|
|
6
|
+
constants: any;
|
|
7
|
+
mainContent: any;
|
|
8
|
+
preSelectedOptions: any[];
|
|
9
|
+
optionsResponse: any[];
|
|
10
|
+
updateResponseList?: (list: any) => void;
|
|
11
|
+
showPrice?: any;
|
|
12
|
+
productData?: any;
|
|
13
|
+
offeringData?: any;
|
|
14
|
+
uniqueId?: any;
|
|
15
|
+
deviceFlow?: any;
|
|
16
|
+
}
|
|
17
|
+
declare const OttServiceOptionsSmallPopup: ({ content, addOptionsCallBack, metadata, constants, mainContent, preSelectedOptions, optionsResponse, updateResponseList, showPrice, productData, offeringData, uniqueId, deviceFlow }: OttServiceOptionsSmallPopupProps) => JSX.Element;
|
|
18
|
+
export default OttServiceOptionsSmallPopup;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SetStateAction } from 'react';
|
|
2
|
+
import { PegaProductRequestBase } from '../lineTable/lineTable.types';
|
|
3
|
+
export declare const fetchStaticProductIds: (productList: any, productId: any, bundle4PProduct?: boolean, tvOptionIds?: any, pricesToggleState?: any) => any;
|
|
4
|
+
export declare const fetchPegaProducts: (content: any, pegaCustomerInterest?: string, placements?: string) => PegaProductRequestBase;
|
|
5
|
+
export declare const checkGiftOrCashback: (data: any) => any;
|
|
6
|
+
export declare const staticCreateCart: (setShowLoader: {
|
|
7
|
+
(value: SetStateAction<boolean>): void;
|
|
8
|
+
(arg0: boolean): void;
|
|
9
|
+
}, cartEndPoint: string, giftItem: any, uniqueProductData: any, mainContent: any, showPrice: any, isMobileFlow: boolean, radioValue: any, eligibleBundle: any, address: any, setShowLinecheck: any, showLinecheck: any, lineCheckCallBack: any, enableP2P: any, P2PData: any, content: any, tvOptions?: any, discountRef?: string, discountVersion?: string) => any;
|
|
10
|
+
export declare const findHeight: (tabIndex: number, cardsLength: number) => void;
|
|
11
|
+
export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any, responseData?: any, product?: any, pegaIntegration?: boolean) => void;
|
|
12
|
+
export declare const combineWithVasOptions: (showPrice: any, uniqueProductData: any, product?: any, pegaIntegration?: boolean, productName?: string) => void;
|
|
13
|
+
export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
|
|
14
|
+
export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean, tvOptions?: any[], pegaIntegration?: boolean) => any;
|
|
15
|
+
export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
interface AppProviderSchema {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export interface ActionSchema {
|
|
6
|
+
type: string;
|
|
7
|
+
payload: any;
|
|
8
|
+
}
|
|
9
|
+
interface AppContextType {
|
|
10
|
+
store: StaticLineTableProviderSchema;
|
|
11
|
+
dispatch: React.Dispatch<ActionSchema>;
|
|
12
|
+
}
|
|
13
|
+
export interface StaticLineTableProviderSchema {
|
|
14
|
+
ottOptionsApi: [];
|
|
15
|
+
}
|
|
16
|
+
export declare const actionTypes: {
|
|
17
|
+
ottOptionsApi: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const AppContext: React.Context<AppContextType | undefined>;
|
|
20
|
+
declare const StaticLineTableProvider: ({ children }: AppProviderSchema) => JSX.Element;
|
|
21
|
+
export default StaticLineTableProvider;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export interface StaticLinetableSchema {
|
|
2
|
+
content: any;
|
|
3
|
+
tabCheckCallBack?: any;
|
|
4
|
+
setGenericErrorModalDetails: any;
|
|
5
|
+
metadata: any;
|
|
6
|
+
loginSuccess?: boolean;
|
|
7
|
+
changeAddressClicked?: any;
|
|
8
|
+
lineCheckCallBack?: any;
|
|
9
|
+
linecheckSuccessCallBack?: any;
|
|
10
|
+
selectedOption?: string;
|
|
11
|
+
basicConfigUrl?: string;
|
|
12
|
+
selectedExistingOption?: any;
|
|
13
|
+
setLoginSuccess?: any;
|
|
14
|
+
deviceFlow?: any;
|
|
15
|
+
deviceFlowCallBack?: any;
|
|
16
|
+
ubRatePlanObj?: any;
|
|
17
|
+
lineCheckOnClear?: any;
|
|
18
|
+
pegaIntegration?: boolean;
|
|
19
|
+
pegaCustomerInterest?: string;
|
|
20
|
+
useStoryblokOrder?: boolean;
|
|
21
|
+
isProdEnv?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface StaticProductSchema {
|
|
24
|
+
content: any;
|
|
25
|
+
offeringData: any;
|
|
26
|
+
uniqueId: number | string | symbol;
|
|
27
|
+
storyContent: any;
|
|
28
|
+
metadata: any;
|
|
29
|
+
tabIndex: number;
|
|
30
|
+
cardsLength: number;
|
|
31
|
+
indexKey: number;
|
|
32
|
+
constants: any;
|
|
33
|
+
mainContent?: any;
|
|
34
|
+
address?: any;
|
|
35
|
+
linecheckSuccessCallBack?: any;
|
|
36
|
+
lineCheckCallBack?: any;
|
|
37
|
+
eligibleBundle?: any;
|
|
38
|
+
selectedOption?: string;
|
|
39
|
+
fetchOfferData?: any;
|
|
40
|
+
basicConfigUrl?: string;
|
|
41
|
+
selectedExistingOption?: any;
|
|
42
|
+
setLoginSuccess?: any;
|
|
43
|
+
enableP2P?: boolean;
|
|
44
|
+
loginSuccess?: boolean;
|
|
45
|
+
setToggleState?: any;
|
|
46
|
+
toggleState?: any;
|
|
47
|
+
noTabs?: boolean;
|
|
48
|
+
deviceFlow?: any;
|
|
49
|
+
deviceFlowCallBack?: any;
|
|
50
|
+
selectedRP?: any;
|
|
51
|
+
continueCart?: any;
|
|
52
|
+
lineCheckOnClear?: any;
|
|
53
|
+
pegaIntegration?: boolean;
|
|
54
|
+
isProdEnv?: boolean;
|
|
55
|
+
deviceUltimateBundle?: boolean;
|
|
56
|
+
toggleContent?: toggleContentSchema;
|
|
57
|
+
pricesToggleState?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export interface DynamicPriceSchema {
|
|
60
|
+
priceCollection: any;
|
|
61
|
+
constants: any;
|
|
62
|
+
promoText?: string;
|
|
63
|
+
deviceFlow?: any;
|
|
64
|
+
content?: any;
|
|
65
|
+
offeringData?: any;
|
|
66
|
+
uniqueId?: any;
|
|
67
|
+
}
|
|
68
|
+
export interface StaticProductContainerSchema {
|
|
69
|
+
content: any;
|
|
70
|
+
setGenericErrorModalDetails: any;
|
|
71
|
+
metadata: any;
|
|
72
|
+
tabIndex: number;
|
|
73
|
+
constants: any;
|
|
74
|
+
loginSuccess?: any;
|
|
75
|
+
activeIndex: number;
|
|
76
|
+
mainContent?: any;
|
|
77
|
+
address?: any;
|
|
78
|
+
eligibleBundle?: any;
|
|
79
|
+
linecheckSuccessCallBack?: any;
|
|
80
|
+
selectedOption?: string;
|
|
81
|
+
basicConfigUrl?: string;
|
|
82
|
+
selectedExistingOption?: any;
|
|
83
|
+
setLoginSuccess?: any;
|
|
84
|
+
lineCheckCallBack?: any;
|
|
85
|
+
setToggleState?: any;
|
|
86
|
+
toggleState?: any;
|
|
87
|
+
noTabs?: boolean;
|
|
88
|
+
deviceFlow?: any;
|
|
89
|
+
deviceFlowCallBack?: any;
|
|
90
|
+
ubRatePlanObj?: any;
|
|
91
|
+
lineCheckOnClear?: any;
|
|
92
|
+
pegaIntegration?: boolean;
|
|
93
|
+
pegaCustomerInterest?: string;
|
|
94
|
+
useStoryblokOrder?: boolean;
|
|
95
|
+
isFetching?: boolean;
|
|
96
|
+
setIsFetching?: any;
|
|
97
|
+
isProdEnv?: boolean;
|
|
98
|
+
toggleContent?: toggleContentSchema;
|
|
99
|
+
}
|
|
100
|
+
export interface StaticProductDetailsSchema {
|
|
101
|
+
content: any;
|
|
102
|
+
showProductDetail: any;
|
|
103
|
+
setShowProductDetail: any;
|
|
104
|
+
constants: any;
|
|
105
|
+
showPrice: any;
|
|
106
|
+
isMobileFlow: boolean;
|
|
107
|
+
createCartCall: any;
|
|
108
|
+
storyContent: any;
|
|
109
|
+
isAvailable?: boolean;
|
|
110
|
+
address?: any;
|
|
111
|
+
flexUpgradeFreePopup: any;
|
|
112
|
+
}
|
|
113
|
+
export interface StaticBenefitsSchema {
|
|
114
|
+
content: any;
|
|
115
|
+
benefitData: any;
|
|
116
|
+
constants: any;
|
|
117
|
+
pricesToggleState?: boolean;
|
|
118
|
+
togglePriceLabel?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface StaticExclusiveBenefitsSchema {
|
|
121
|
+
content: any;
|
|
122
|
+
}
|
|
123
|
+
export interface CheckoutButtonSchema {
|
|
124
|
+
isMobileFlow: boolean;
|
|
125
|
+
createCartCall: any;
|
|
126
|
+
constants: any;
|
|
127
|
+
storyContent: any;
|
|
128
|
+
showPrice: any;
|
|
129
|
+
isAvailable?: boolean;
|
|
130
|
+
address?: any;
|
|
131
|
+
deviceFlow?: any;
|
|
132
|
+
deviceFlowCallBack?: any;
|
|
133
|
+
alwaysActive?: boolean;
|
|
134
|
+
uniqueProductBenefits?: any;
|
|
135
|
+
flexUpgradeFreePopup?: any;
|
|
136
|
+
content?: any;
|
|
137
|
+
deviceUltimateBundle?: boolean;
|
|
138
|
+
}
|
|
139
|
+
export interface toggleContentSchema {
|
|
140
|
+
enableLoggedInPrice: string;
|
|
141
|
+
togglePosition: string;
|
|
142
|
+
togglePriceLabel?: string;
|
|
143
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface GenericModalSchema {
|
|
3
|
+
modalState: boolean;
|
|
4
|
+
handler: () => void;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
showFooter: boolean;
|
|
7
|
+
footerNode?: React.ReactNode;
|
|
8
|
+
height?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
backDrop?: boolean;
|
|
11
|
+
backButton?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const ProductDetailsModal: ({ modalState, handler, showFooter, footerNode, children, width, height, backButton }: GenericModalSchema) => any;
|
|
14
|
+
export default ProductDetailsModal;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface WorldPassPopupSchema {
|
|
3
|
+
storyContent: any;
|
|
4
|
+
createCartCall: () => void;
|
|
5
|
+
setShowFlexPopUp: (a: boolean) => void;
|
|
6
|
+
sessionFlexData: any;
|
|
7
|
+
}
|
|
8
|
+
declare const WorldPassPopup: FC<WorldPassPopupSchema>;
|
|
9
|
+
export default WorldPassPopup;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './StaticLineTable';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './StickyBottomSheet';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './StickyProductAnchor';
|
package/dist/esm/components/UltimateBundleLinetable/DpTableDeviceSection/DpTableDeviceSection.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const DpTableDeviceSection: ({ productData, mainContent, activeTab, tabIndex, indexKey, cardsLength, deviceModelsList, deviceDetailsList, setDeviceDetails, fetchDeviceDetails }: any) => JSX.Element;
|
|
3
|
+
export default DpTableDeviceSection;
|