@sunrise-upc/mobile-prod-card 3.0.3-beta.9 → 3.0.4
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/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -5
- package/dist/cjs/components/index.d.ts +0 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/services/LineTableService.d.ts +2 -2
- package/dist/cjs/utils/constants.d.ts +0 -3
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -5
- package/dist/esm/components/index.d.ts +0 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/services/LineTableService.d.ts +2 -2
- package/dist/esm/utils/constants.d.ts +0 -3
- package/dist/index.d.ts +1 -7
- package/package.json +1 -1
- package/dist/cjs/components/Breadcrumb/Breadcrumb.d.ts +0 -3
- package/dist/cjs/components/Breadcrumb/index.d.ts +0 -1
- package/dist/cjs/components/Breadcrumb/useScrollCheck.d.ts +0 -4
- package/dist/cjs/components/PretoPost/PreToPostSubsPopup.d.ts +0 -3
- package/dist/cjs/components/PretoPost/index.d.ts +0 -1
- package/dist/cjs/components/StaticLineTable/ExsistingSubscriptionCards.d.ts +0 -11
- package/dist/cjs/components/StaticLineTable/ExsistingSubscriptionModal.d.ts +0 -8
- package/dist/esm/components/Breadcrumb/Breadcrumb.d.ts +0 -3
- package/dist/esm/components/Breadcrumb/index.d.ts +0 -1
- package/dist/esm/components/Breadcrumb/useScrollCheck.d.ts +0 -4
- package/dist/esm/components/PretoPost/PreToPostSubsPopup.d.ts +0 -3
- package/dist/esm/components/PretoPost/index.d.ts +0 -1
- package/dist/esm/components/StaticLineTable/ExsistingSubscriptionCards.d.ts +0 -11
- package/dist/esm/components/StaticLineTable/ExsistingSubscriptionModal.d.ts +0 -8
@@ -39,7 +39,6 @@ export interface ProductTeaserCompSchema extends GenericSBProps {
|
|
39
39
|
export interface ProductTeaserSchema {
|
40
40
|
content: ProductTeaserCompSchema;
|
41
41
|
lineCheckCallBack?: () => void;
|
42
|
-
linecheckSuccessCallBack?: () => void;
|
43
42
|
changeAddressClicked?: boolean;
|
44
43
|
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
45
44
|
productCallBack?: (a: string) => void;
|
@@ -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
|
7
|
+
}, cartEndPoint: string, giftItem: any, uniqueProductData: any, mainContent: any, showPrice: any, isMobileFlow: boolean, radioValue: any, eligibleBundle: any, address: any, setShowLinecheck: any, showLinecheck: 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) => void;
|
10
10
|
export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
|
@@ -5,7 +5,6 @@ export interface StaticLinetableSchema {
|
|
5
5
|
metadata: any;
|
6
6
|
loginSuccess?: boolean;
|
7
7
|
changeAddressClicked?: any;
|
8
|
-
lineCheckCallBack?: any;
|
9
8
|
linecheckSuccessCallBack?: any;
|
10
9
|
selectedOption?: string;
|
11
10
|
basicConfigUrl?: string;
|
@@ -25,15 +24,12 @@ export interface StaticProductSchema {
|
|
25
24
|
mainContent?: any;
|
26
25
|
address?: any;
|
27
26
|
linecheckSuccessCallBack?: any;
|
28
|
-
lineCheckCallBack?: any;
|
29
27
|
eligibleBundle?: any;
|
30
28
|
selectedOption?: string;
|
31
29
|
fetchOfferData?: any;
|
32
30
|
basicConfigUrl?: string;
|
33
31
|
selectedExistingOption?: any;
|
34
32
|
setLoginSuccess?: any;
|
35
|
-
enableP2P?: boolean;
|
36
|
-
loginSuccess?: boolean;
|
37
33
|
}
|
38
34
|
export interface DynamicPriceSchema {
|
39
35
|
priceCollection: any;
|
@@ -56,7 +52,6 @@ export interface StaticProductContainerSchema {
|
|
56
52
|
basicConfigUrl?: string;
|
57
53
|
selectedExistingOption?: any;
|
58
54
|
setLoginSuccess?: any;
|
59
|
-
lineCheckCallBack?: any;
|
60
55
|
}
|
61
56
|
export interface StaticProductDetailsSchema {
|
62
57
|
content: any;
|
@@ -9,5 +9,3 @@ export { default as StickyProductAnchor } from './StickyProductAnchor';
|
|
9
9
|
export { default as StaticLineTable } from './StaticLineTable';
|
10
10
|
export { default as LinecheckModal } from './LineCheckV3';
|
11
11
|
export { default as BenefitWrapper } from './BenefitWrapper';
|
12
|
-
export { default as Breadcrumb } from './Breadcrumb';
|
13
|
-
export { default as PretoPostSubsPopup } from './PretoPost';
|