@sunrise-upc/mobile-prod-card 6.4.0 → 6.4.2
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 +1 -0
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/esm/Analytics/AnalyticsConstants.d.ts +1 -0
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ export declare const SELECTPROMOTION = "select_promotion";
|
|
|
6
6
|
export declare const VIEWPROMOTION = "view_promotion";
|
|
7
7
|
export declare const VIEWOPTIONPOPUP = "view_option_popup";
|
|
8
8
|
export declare const CLOSEOPTIONPOPUP = "close_option_popup";
|
|
9
|
+
export declare const CTABUTTONCLICK = "cta_button_click";
|
|
9
10
|
export declare const DOWNLOADPRODUCT = "download_product_details";
|
|
10
11
|
export declare const BUNDLEPRODUCT = "BUNDLE";
|
|
11
12
|
export declare const GAEVENT = "gaEvent";
|
|
@@ -8,7 +8,7 @@ export declare const staticCreateCart: (setShowLoader: {
|
|
|
8
8
|
(arg0: boolean): void;
|
|
9
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
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) => void;
|
|
11
|
+
export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any, responseData?: any, product?: any, pegaIntegration?: boolean) => void;
|
|
12
12
|
export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
|
|
13
13
|
export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean, tvOptions?: any[], pegaIntegration?: boolean) => any;
|
|
14
14
|
export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];
|