@sunrise-upc/mobile-prod-card 1.2.4-beta.9 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/dist/cjs/Analytics/AnalyticsConstants.d.ts +13 -0
  2. package/dist/cjs/components/LineCheckV3/AutoComplete.d.ts +1 -2
  3. package/dist/cjs/components/LineCheckV3/IndividualLineCheck.d.ts +1 -1
  4. package/dist/cjs/components/LineCheckV3/LineCheckInput.d.ts +1 -1
  5. package/dist/cjs/components/LineCheckV3/LineCheckOverlay.d.ts +2 -1
  6. package/dist/cjs/components/LineCheckV3/LineCheckV3.d.ts +2 -4
  7. package/dist/cjs/components/LineCheckV3/LinecheckService.d.ts +1 -3
  8. package/dist/cjs/components/LineCheckV3/Success.d.ts +1 -2
  9. package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
  10. package/dist/cjs/index.js +2 -2
  11. package/dist/cjs/services/index.d.ts +1 -0
  12. package/dist/cjs/utils/AnalyticsUtils.d.ts +17 -0
  13. package/dist/cjs/utils/utils.d.ts +1 -0
  14. package/dist/esm/Analytics/AnalyticsConstants.d.ts +13 -0
  15. package/dist/esm/components/LineCheckV3/AutoComplete.d.ts +1 -2
  16. package/dist/esm/components/LineCheckV3/IndividualLineCheck.d.ts +1 -1
  17. package/dist/esm/components/LineCheckV3/LineCheckInput.d.ts +1 -1
  18. package/dist/esm/components/LineCheckV3/LineCheckOverlay.d.ts +2 -1
  19. package/dist/esm/components/LineCheckV3/LineCheckV3.d.ts +2 -4
  20. package/dist/esm/components/LineCheckV3/LinecheckService.d.ts +1 -3
  21. package/dist/esm/components/LineCheckV3/Success.d.ts +1 -2
  22. package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
  23. package/dist/esm/index.js +2 -2
  24. package/dist/esm/services/index.d.ts +1 -0
  25. package/dist/esm/utils/AnalyticsUtils.d.ts +17 -0
  26. package/dist/esm/utils/utils.d.ts +1 -0
  27. package/dist/index.d.ts +14 -1
  28. package/package.json +1 -1
  29. package/dist/cjs/components/LineCheckV3/LineCheck.types.d.ts +0 -46
  30. package/dist/cjs/components/LineCheckV3/LineCheckLoader.d.ts +0 -3
  31. package/dist/esm/components/LineCheckV3/LineCheck.types.d.ts +0 -46
  32. package/dist/esm/components/LineCheckV3/LineCheckLoader.d.ts +0 -3
  33. /package/dist/cjs/{components/LineCheckV3 → services}/LinecheckBasicPropConfig.d.ts +0 -0
  34. /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 "react";
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 "react";
1
+ import React from 'react';
2
2
  export declare const IndividualLineCheck: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
@@ -1,3 +1,3 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  declare const LineCheckInput: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
3
3
  export default LineCheckInput;
@@ -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,5 +1,3 @@
1
- import { FC } from "react";
2
- import "./LineCheck.css";
3
- import { LineCheckSchema } from "./LineCheck.types";
4
- declare const LineCheckV3: FC<LineCheckSchema>;
1
+ import { FC } from 'react';
2
+ declare const LineCheckV3: FC<any>;
5
3
  export default LineCheckV3;
@@ -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 getCustomerData: () => string | Promise<any>;
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, }: successInterface) => JSX.Element;
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;