@sunrise-upc/mobile-prod-card 4.1.8-beta.8 → 4.1.9-beta.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 +0 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +12 -0
- package/dist/cjs/components/index.d.ts +0 -1
- package/dist/cjs/index.js +2 -2
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +0 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +12 -0
- package/dist/esm/components/index.d.ts +0 -1
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +4 -3
- package/package.json +2 -1
- package/dist/cjs/components/NewLineCheck/AdvanceSearch.d.ts +0 -3
- package/dist/cjs/components/NewLineCheck/CheckCoverage.d.ts +0 -3
- package/dist/cjs/components/NewLineCheck/CoverageCheckUtils.d.ts +0 -10
- package/dist/cjs/components/NewLineCheck/CovercheckWrapper.d.ts +0 -3
- package/dist/cjs/components/NewLineCheck/NewLCInput.d.ts +0 -3
- package/dist/cjs/components/NewLineCheck/SuccessCoverage.d.ts +0 -3
- package/dist/cjs/components/NewLineCheck/index.d.ts +0 -1
- package/dist/esm/components/NewLineCheck/AdvanceSearch.d.ts +0 -3
- package/dist/esm/components/NewLineCheck/CheckCoverage.d.ts +0 -3
- package/dist/esm/components/NewLineCheck/CoverageCheckUtils.d.ts +0 -10
- package/dist/esm/components/NewLineCheck/CovercheckWrapper.d.ts +0 -3
- package/dist/esm/components/NewLineCheck/NewLCInput.d.ts +0 -3
- package/dist/esm/components/NewLineCheck/SuccessCoverage.d.ts +0 -3
- package/dist/esm/components/NewLineCheck/index.d.ts +0 -1
@@ -9,4 +9,3 @@ 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
11
|
export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean) => any;
|
12
|
-
export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];
|
@@ -11,6 +11,9 @@ export interface StaticLinetableSchema {
|
|
11
11
|
basicConfigUrl?: string;
|
12
12
|
selectedExistingOption?: any;
|
13
13
|
setLoginSuccess?: any;
|
14
|
+
isDeviceFlow?: any;
|
15
|
+
deviceFlowCallBack?: any;
|
16
|
+
ubRatePlanObj?: any;
|
14
17
|
}
|
15
18
|
export interface StaticProductSchema {
|
16
19
|
content: any;
|
@@ -37,6 +40,10 @@ export interface StaticProductSchema {
|
|
37
40
|
setToggleState?: any;
|
38
41
|
toggleState?: any;
|
39
42
|
noTabs?: boolean;
|
43
|
+
isDeviceFlow?: any;
|
44
|
+
deviceFlowCallBack?: any;
|
45
|
+
selectedRP?: any;
|
46
|
+
continueCart?: any;
|
40
47
|
}
|
41
48
|
export interface DynamicPriceSchema {
|
42
49
|
priceCollection: any;
|
@@ -63,6 +70,9 @@ export interface StaticProductContainerSchema {
|
|
63
70
|
setToggleState?: any;
|
64
71
|
toggleState?: any;
|
65
72
|
noTabs?: boolean;
|
73
|
+
isDeviceFlow?: any;
|
74
|
+
deviceFlowCallBack?: any;
|
75
|
+
ubRatePlanObj?: any;
|
66
76
|
}
|
67
77
|
export interface StaticProductDetailsSchema {
|
68
78
|
content: any;
|
@@ -89,4 +99,6 @@ export interface CheckoutButtonSchema {
|
|
89
99
|
showPrice: any;
|
90
100
|
isAvailable?: boolean;
|
91
101
|
address?: any;
|
102
|
+
isDeviceFlow?: any;
|
103
|
+
deviceFlowCallBack?: any;
|
92
104
|
}
|
@@ -12,4 +12,3 @@ export { default as BenefitWrapper } from './BenefitWrapper';
|
|
12
12
|
export { default as Breadcrumb } from './Breadcrumb';
|
13
13
|
export { default as PretoPostSubsPopup } from './PretoPost';
|
14
14
|
export { default as HeroLogin } from './HeroLogin';
|
15
|
-
export { default as CheckCoverage } from './NewLineCheck';
|