@sunrise-upc/mobile-prod-card 1.0.36-beta.9 → 1.0.36
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/cjs/components/lineTable/LineTableV3.utils.d.ts +0 -6
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/services/LineTableService.d.ts +1 -1
- package/dist/cjs/services/api-constants.d.ts +0 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/esm/components/lineTable/LineTableV3.utils.d.ts +0 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/services/LineTableService.d.ts +1 -1
- package/dist/esm/services/api-constants.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
@@ -39,7 +39,6 @@ export interface ProductTeaserSchema {
|
|
39
39
|
changeAddressClicked?: boolean;
|
40
40
|
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
41
41
|
productCallBack?: (a: string) => void;
|
42
|
-
tableSelectedTab?: string;
|
43
42
|
}
|
44
43
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
45
44
|
export default ProductTeaser;
|
@@ -7,7 +7,6 @@ export interface ProductTeaserSlidesSchema {
|
|
7
7
|
offeringData: any;
|
8
8
|
lineCheckCallBack?: () => void;
|
9
9
|
setEnableToggle?: any;
|
10
|
-
tableSelectedTab?: string;
|
11
10
|
}
|
12
11
|
declare const ProductTeaserSlides: FC<ProductTeaserSlidesSchema>;
|
13
12
|
export default ProductTeaserSlides;
|
@@ -2,9 +2,3 @@ export declare const formattedContent: (content: any, isMobileFlow: boolean, upd
|
|
2
2
|
export declare const sortProductDetails: (prodDetails: any) => any;
|
3
3
|
export declare const checkGift: (data: any) => any;
|
4
4
|
export declare const checkCashback: (data: any) => any;
|
5
|
-
/**
|
6
|
-
* retrieves access data from the line check data based on provided product id
|
7
|
-
* @param productId the id to search for in the line check response
|
8
|
-
* @returns accessData for the particular product
|
9
|
-
*/
|
10
|
-
export declare const getAccessDataFromLineCheck: (productId: any) => any;
|