@sunrise-upc/mobile-prod-card 4.7.0 → 4.7.2
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/TvOptionsContainer.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/TvOptionsContainer.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
@@ -8,5 +8,5 @@ export declare const staticCreateCart: (setShowLoader: {
|
|
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,
|
11
|
+
export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean, tvOptions?: any[]) => any;
|
12
12
|
export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];
|
@@ -1,3 +1,3 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
declare const TvOptionsContainer: ({ content, offeringData, uniqueId, constants,
|
2
|
+
declare const TvOptionsContainer: ({ content, offeringData, uniqueId, constants, metadata, setTvOptionsData }: any) => JSX.Element;
|
3
3
|
export default TvOptionsContainer;
|