@sunrise-upc/mobile-prod-card 4.6.1-beta.8 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/cjs/components/NewLineCheck/SuccessCoverage.d.ts +1 -1
  2. package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +1 -0
  3. package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
  4. package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
  5. package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsModal.d.ts +15 -0
  6. package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +3 -0
  7. package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +3 -3
  8. package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +4 -0
  9. package/dist/cjs/components/StaticLineTable/TvOptionsContainer.d.ts +3 -0
  10. package/dist/cjs/index.js +2 -2
  11. package/dist/cjs/services/LineTableService.d.ts +1 -1
  12. package/dist/cjs/services/api-constants.d.ts +1 -0
  13. package/dist/cjs/utils/constants.d.ts +1 -0
  14. package/dist/cjs/utils/utils.d.ts +1 -0
  15. package/dist/esm/components/NewLineCheck/SuccessCoverage.d.ts +1 -1
  16. package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -0
  17. package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
  18. package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
  19. package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsModal.d.ts +15 -0
  20. package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +3 -0
  21. package/dist/esm/components/StaticLineTable/Product.utils.d.ts +3 -3
  22. package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +4 -0
  23. package/dist/esm/components/StaticLineTable/TvOptionsContainer.d.ts +3 -0
  24. package/dist/esm/index.js +2 -2
  25. package/dist/esm/services/LineTableService.d.ts +1 -1
  26. package/dist/esm/services/api-constants.d.ts +1 -0
  27. package/dist/esm/utils/constants.d.ts +1 -0
  28. package/dist/esm/utils/utils.d.ts +1 -0
  29. package/dist/index.d.ts +2 -0
  30. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const SuccessCoverage: ({ content, data, lcData, setLcData, advData, desktopOverlay, mobileOverlay, handleModal, setAdvData, productName, onClear, onCreateCart, isModal, setShowModal }: any) => JSX.Element;
2
+ declare const SuccessCoverage: ({ content, data, lcData, setLcData, advData, desktopOverlay, mobileOverlay, handleModal, setAdvData, productName, lineCheckOnClear, onCreateCart, isModal, setShowModal, productId }: any) => JSX.Element;
3
3
  export default SuccessCoverage;
@@ -44,6 +44,7 @@ export interface ProductTeaserSchema {
44
44
  offerDataCallBack?: (a: any, b: any, c?: string) => void;
45
45
  productCallBack?: (a: string) => void;
46
46
  tableSelectedTab?: string;
47
+ lineCheckOnClear?: () => void;
47
48
  }
48
49
  declare const ProductTeaser: FC<ProductTeaserSchema>;
49
50
  export default ProductTeaser;
@@ -9,6 +9,7 @@ export interface ProductTeaserSlidesSchema {
9
9
  linecheckSuccessCallBack?: () => void;
10
10
  setEnableToggle?: any;
11
11
  tableSelectedTab?: string;
12
+ lineCheckOnClear?: () => void;
12
13
  }
13
14
  declare const ProductTeaserSlides: FC<ProductTeaserSlidesSchema>;
14
15
  export default ProductTeaserSlides;
@@ -0,0 +1,2 @@
1
+ declare const OttServiceOptionsLoader: () => any;
2
+ export default OttServiceOptionsLoader;
@@ -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;
@@ -1,12 +1,12 @@
1
1
  import { SetStateAction } from 'react';
2
- export declare const fetchStaticProductIds: (productList: any, productId: any, bundle4PProduct?: boolean) => any;
2
+ export declare const fetchStaticProductIds: (productList: any, productId: any, bundle4PProduct?: boolean, tvOptionIds?: any) => any;
3
3
  export declare const checkGiftOrCashback: (data: any) => any;
4
4
  export declare const staticCreateCart: (setShowLoader: {
5
5
  (value: SetStateAction<boolean>): void;
6
6
  (arg0: boolean): void;
7
- }, 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) => any;
7
+ }, 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) => any;
8
8
  export declare const findHeight: (tabIndex: number, cardsLength: number) => void;
9
9
  export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any, responseData?: any, product?: any) => void;
10
10
  export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
11
- export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean) => any;
11
+ export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean, tvOptionsPrice?: number) => any;
12
12
  export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];
@@ -14,6 +14,7 @@ export interface StaticLinetableSchema {
14
14
  deviceFlow?: any;
15
15
  deviceFlowCallBack?: any;
16
16
  ubRatePlanObj?: any;
17
+ lineCheckOnClear?: any;
17
18
  }
18
19
  export interface StaticProductSchema {
19
20
  content: any;
@@ -44,6 +45,7 @@ export interface StaticProductSchema {
44
45
  deviceFlowCallBack?: any;
45
46
  selectedRP?: any;
46
47
  continueCart?: any;
48
+ lineCheckOnClear?: any;
47
49
  }
48
50
  export interface DynamicPriceSchema {
49
51
  priceCollection: any;
@@ -74,6 +76,7 @@ export interface StaticProductContainerSchema {
74
76
  deviceFlow?: any;
75
77
  deviceFlowCallBack?: any;
76
78
  ubRatePlanObj?: any;
79
+ lineCheckOnClear?: any;
77
80
  }
78
81
  export interface StaticProductDetailsSchema {
79
82
  content: any;
@@ -102,4 +105,5 @@ export interface CheckoutButtonSchema {
102
105
  address?: any;
103
106
  deviceFlow?: any;
104
107
  deviceFlowCallBack?: any;
108
+ alwaysActive?: boolean;
105
109
  }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const TvOptionsContainer: ({ content, offeringData, uniqueId, constants, tvOptionsPrice, metadata, setTvOptionsData }: any) => JSX.Element;
3
+ export default TvOptionsContainer;