@sunrise-upc/mobile-prod-card 4.1.3 → 4.1.4-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +3 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +3 -0
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
@@ -4,7 +4,7 @@ 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) => 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) => 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;
|
@@ -37,6 +37,7 @@ export interface StaticProductSchema {
|
|
37
37
|
setToggleState?: any;
|
38
38
|
toggleState?: any;
|
39
39
|
noTabs?: boolean;
|
40
|
+
setProductIndex?: any;
|
40
41
|
}
|
41
42
|
export interface DynamicPriceSchema {
|
42
43
|
priceCollection: any;
|
@@ -63,6 +64,8 @@ export interface StaticProductContainerSchema {
|
|
63
64
|
setToggleState?: any;
|
64
65
|
toggleState?: any;
|
65
66
|
noTabs?: boolean;
|
67
|
+
setProductIndex?: any;
|
68
|
+
productIndex?: number;
|
66
69
|
}
|
67
70
|
export interface StaticProductDetailsSchema {
|
68
71
|
content: any;
|