@sunrise-upc/mobile-prod-card 3.3.0 → 3.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +6 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/services/LineTableService.d.ts +2 -1
- package/dist/cjs/services/api-constants.d.ts +1 -0
- package/dist/cjs/utils/AnalyticsUtils.d.ts +11 -0
- package/dist/cjs/utils/constants.d.ts +5 -0
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +6 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/services/LineTableService.d.ts +2 -1
- package/dist/esm/services/api-constants.d.ts +1 -0
- package/dist/esm/utils/AnalyticsUtils.d.ts +11 -0
- package/dist/esm/utils/constants.d.ts +5 -0
- package/package.json +1 -1
@@ -34,6 +34,9 @@ export interface StaticProductSchema {
|
|
34
34
|
setLoginSuccess?: any;
|
35
35
|
enableP2P?: boolean;
|
36
36
|
loginSuccess?: boolean;
|
37
|
+
setToggleState?: any;
|
38
|
+
toggleState?: any;
|
39
|
+
noTabs?: boolean;
|
37
40
|
}
|
38
41
|
export interface DynamicPriceSchema {
|
39
42
|
priceCollection: any;
|
@@ -57,6 +60,9 @@ export interface StaticProductContainerSchema {
|
|
57
60
|
selectedExistingOption?: any;
|
58
61
|
setLoginSuccess?: any;
|
59
62
|
lineCheckCallBack?: any;
|
63
|
+
setToggleState?: any;
|
64
|
+
toggleState?: any;
|
65
|
+
noTabs?: boolean;
|
60
66
|
}
|
61
67
|
export interface StaticProductDetailsSchema {
|
62
68
|
content: any;
|