@sunrise-upc/mobile-prod-card 1.2.4-beta.9 → 1.2.5-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/Analytics/AnalyticsConstants.d.ts +13 -0
- package/dist/cjs/components/LineCheckV3/AutoComplete.d.ts +1 -2
- package/dist/cjs/components/LineCheckV3/IndividualLineCheck.d.ts +1 -1
- package/dist/cjs/components/LineCheckV3/LineCheckInput.d.ts +1 -1
- package/dist/cjs/components/LineCheckV3/LineCheckOverlay.d.ts +2 -1
- package/dist/cjs/components/LineCheckV3/LineCheckV3.d.ts +2 -4
- package/dist/cjs/components/LineCheckV3/LinecheckService.d.ts +1 -3
- package/dist/cjs/components/LineCheckV3/Success.d.ts +1 -2
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/index.js +1 -8
- package/dist/cjs/services/index.d.ts +1 -0
- package/dist/cjs/utils/AnalyticsUtils.d.ts +17 -0
- package/dist/cjs/utils/utils.d.ts +1 -0
- package/dist/esm/Analytics/AnalyticsConstants.d.ts +13 -0
- package/dist/esm/components/LineCheckV3/AutoComplete.d.ts +1 -2
- package/dist/esm/components/LineCheckV3/IndividualLineCheck.d.ts +1 -1
- package/dist/esm/components/LineCheckV3/LineCheckInput.d.ts +1 -1
- package/dist/esm/components/LineCheckV3/LineCheckOverlay.d.ts +2 -1
- package/dist/esm/components/LineCheckV3/LineCheckV3.d.ts +2 -4
- package/dist/esm/components/LineCheckV3/LinecheckService.d.ts +1 -3
- package/dist/esm/components/LineCheckV3/Success.d.ts +1 -2
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/index.js +1 -8
- package/dist/esm/services/index.d.ts +1 -0
- package/dist/esm/utils/AnalyticsUtils.d.ts +17 -0
- package/dist/esm/utils/utils.d.ts +1 -0
- package/dist/index.d.ts +14 -1
- package/package.json +1 -1
- package/dist/cjs/components/LineCheckV3/LineCheck.types.d.ts +0 -46
- package/dist/cjs/components/LineCheckV3/LineCheckLoader.d.ts +0 -3
- package/dist/esm/components/LineCheckV3/LineCheck.types.d.ts +0 -46
- package/dist/esm/components/LineCheckV3/LineCheckLoader.d.ts +0 -3
- /package/dist/cjs/{components/LineCheckV3 → services}/LinecheckBasicPropConfig.d.ts +0 -0
- /package/dist/esm/{components/LineCheckV3 → services}/LinecheckBasicPropConfig.d.ts +0 -0
@@ -17,3 +17,16 @@ export declare const MOBILEORDER = "MOBILE_ORDER";
|
|
17
17
|
export declare const HOMEORDER = "HOME_ORDER";
|
18
18
|
export declare const MOBILESUBSCRIPTION = "Mobile Subscription Only";
|
19
19
|
export declare const INTERNETSUBSCRIPTION = "Internet Subscription Only";
|
20
|
+
export declare const TYPE = "click";
|
21
|
+
export declare const SBLINECHECKSTART = "line_check_start";
|
22
|
+
export declare const SBLINECHECKRESULT = "line_check_results";
|
23
|
+
export declare const LINETABLERESULT = "lineCheckResult";
|
24
|
+
export declare const VIEW = "view";
|
25
|
+
export declare const LINECHECKSTART = "lineCheckStart";
|
26
|
+
export declare const CHECKADDRESS = "Check address";
|
27
|
+
export declare const LINEADDRESS = "lineTableView Address";
|
28
|
+
export declare const CHANGE = "Change";
|
29
|
+
export declare const ERRORMESSAGE = "Missing or Invalid Error";
|
30
|
+
export declare const ERRORTYPE = "error";
|
31
|
+
export declare const FIXNET = "fixnet";
|
32
|
+
export declare const AUTHCOOKIE = "sunriseAuth";
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* A candidate for common component.
|
3
3
|
*/
|
4
|
-
import React from
|
5
|
-
import "./LineCheck.css";
|
4
|
+
import React from 'react';
|
6
5
|
declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
|
7
6
|
export default AutoComplete;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import React from
|
1
|
+
import React from 'react';
|
2
2
|
export declare const IndividualLineCheck: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
export interface LineCheckOverlaySchema {
|
3
3
|
props: any;
|
4
|
+
productName: string;
|
4
5
|
}
|
5
|
-
declare const LineCheckOverlay: ({ props }: LineCheckOverlaySchema) => JSX.Element;
|
6
|
+
declare const LineCheckOverlay: ({ props, productName, }: LineCheckOverlaySchema) => JSX.Element;
|
6
7
|
export default LineCheckOverlay;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;
|
2
1
|
export declare const getLineCheckService: (selectedAdd: any) => unknown;
|
3
2
|
export declare const fetchLineCheck: (payload: any) => Promise<{
|
4
3
|
corelationaId: any;
|
@@ -8,5 +7,4 @@ export declare const fetchLineCheck: (payload: any) => Promise<{
|
|
8
7
|
configEligibleBundle: string[];
|
9
8
|
plannedUpgrade: any;
|
10
9
|
}>;
|
11
|
-
export declare const
|
12
|
-
export declare const automateLineCheck: (setFetchingLineCheck: any, setlinecheckResponse: any, shippingAddress: any, onSuccess?: () => void) => Promise<any>;
|
10
|
+
export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;
|
@@ -1,5 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import "./LineCheck.css";
|
3
2
|
interface successInterface {
|
4
3
|
content: string | JSX.Element;
|
5
4
|
isLoading: boolean;
|
@@ -14,5 +13,5 @@ interface MaxDownloadUploadSpeed {
|
|
14
13
|
maxBandwidthDown: number;
|
15
14
|
maxBandwidthUp: number;
|
16
15
|
}
|
17
|
-
declare const Success: ({ content, uploadDownload, textContent, eligibleBundle, tooltipcontent, onModemDetailsClick, onSuccess
|
16
|
+
declare const Success: ({ content, uploadDownload, textContent, eligibleBundle, tooltipcontent, onModemDetailsClick, onSuccess }: successInterface) => JSX.Element;
|
18
17
|
export default Success;
|
@@ -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) => 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;
|