@sunrise-upc/mobile-prod-card 4.4.1-beta.1 → 4.4.1-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/UltimateBundleLinetable/CheckoutRedirectionPopup/checkoutRedirectionPopup.d.ts +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/DpLinetableContainer.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpProduct.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTabContainer.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTableDeviceSection/DpTableDeviceSection.d.ts +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/DpTableMobileSection/DpTableMobileSection.d.ts +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/DpTableUtils.d.ts +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/index.d.ts +1 -1
- package/dist/cjs/components/index.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/utils/constants.d.ts +1 -0
- package/dist/esm/components/UltimateBundleLinetable/CheckoutRedirectionPopup/checkoutRedirectionPopup.d.ts +1 -1
- package/dist/esm/components/UltimateBundleLinetable/DpLinetableContainer.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpProduct.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTabContainer.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTableDeviceSection/DpTableDeviceSection.d.ts +1 -1
- package/dist/esm/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts +1 -1
- package/dist/esm/components/UltimateBundleLinetable/DpTableMobileSection/DpTableMobileSection.d.ts +1 -1
- package/dist/esm/components/UltimateBundleLinetable/DpTableUtils.d.ts +1 -1
- package/dist/esm/components/UltimateBundleLinetable/index.d.ts +1 -1
- package/dist/esm/components/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/utils/constants.d.ts +1 -0
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/UbTabContainer.d.ts +0 -3
- package/dist/cjs/components/UltimateBundleLinetable/UltimateBundleLinetableContainer.d.ts +0 -3
- package/dist/cjs/components/UltimateBundleLinetable/UltimateBundleProduct.d.ts +0 -3
- package/dist/esm/components/UltimateBundleLinetable/UbTabContainer.d.ts +0 -3
- package/dist/esm/components/UltimateBundleLinetable/UltimateBundleLinetableContainer.d.ts +0 -3
- package/dist/esm/components/UltimateBundleLinetable/UltimateBundleProduct.d.ts +0 -3
@@ -29,6 +29,7 @@ export declare const CONTRACT = "CONTRACT";
|
|
29
29
|
export declare const HARDWARE = "HARDWARE";
|
30
30
|
export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
|
31
31
|
export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
|
32
|
+
export declare const NOT_AVAILABLE = "NOT_AVAILABLE";
|
32
33
|
export declare const MOBILE = "mobile";
|
33
34
|
export declare const DESKTOP = "desktop";
|
34
35
|
export declare const LARGE_DESKTOP = "large-desktop";
|
@@ -7,5 +7,5 @@ interface LoginPopupSchema {
|
|
7
7
|
validation?: any;
|
8
8
|
onLoginSuccessRedirection?: any;
|
9
9
|
}
|
10
|
-
declare const checkoutRedirectionPopup: ({ content, metadata, togglePopup, isOpen, validation, onLoginSuccessRedirection
|
10
|
+
declare const checkoutRedirectionPopup: ({ content, metadata, togglePopup, isOpen, validation, onLoginSuccessRedirection }: LoginPopupSchema) => JSX.Element;
|
11
11
|
export default checkoutRedirectionPopup;
|
package/dist/esm/components/UltimateBundleLinetable/DpTableDeviceSection/DpTableDeviceSection.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
declare const DpTableDeviceSection: ({ productData, mainContent, activeTab, tabIndex, deviceModelsList, deviceDetailsList, setDeviceDetails, fetchDeviceDetails }: any) => JSX.Element;
|
2
|
+
declare const DpTableDeviceSection: ({ productData, mainContent, activeTab, tabIndex, indexKey, cardsLength, deviceModelsList, deviceDetailsList, setDeviceDetails, fetchDeviceDetails }: any) => JSX.Element;
|
3
3
|
export default DpTableDeviceSection;
|
package/dist/esm/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
declare const DpTableFlexSection: ({ productData, mainContent,
|
2
|
+
declare const DpTableFlexSection: ({ productData, mainContent, selectedDeviceDetails, tabIndex, indexKey, cardsLength }: any) => JSX.Element;
|
3
3
|
export default DpTableFlexSection;
|
package/dist/esm/components/UltimateBundleLinetable/DpTableMobileSection/DpTableMobileSection.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
declare const DpTableMobileSection: ({ productData, mainContent, offerDataList }: any) => JSX.Element;
|
2
|
+
declare const DpTableMobileSection: ({ productData, mainContent, offerDataList, tabIndex, indexKey, cardsLength }: any) => JSX.Element;
|
3
3
|
export default DpTableMobileSection;
|
@@ -36,7 +36,7 @@ export declare const getDeviceCartItem: (deviceDetails: any) => {
|
|
36
36
|
itemType: string;
|
37
37
|
id: any;
|
38
38
|
}[] | null;
|
39
|
-
export declare const setDeviceSessionObject: (mainContent: any, productData: any, offerDataList: any, deviceDetails: any, redirectionUrl: any) => void;
|
39
|
+
export declare const setDeviceSessionObject: (mainContent: any, productData: any, offerDataList: any, deviceDetails: any, priceValues: any, redirectionUrl: any) => void;
|
40
40
|
export declare const getDeviceNotes: (deviceDetails: any, upFrontValue: string) => {
|
41
41
|
author: string;
|
42
42
|
text: any;
|
@@ -1 +1 @@
|
|
1
|
-
export { default } from './
|
1
|
+
export { default } from './DpLinetableContainer';
|
@@ -13,4 +13,4 @@ export { default as Breadcrumb } from './Breadcrumb';
|
|
13
13
|
export { default as PretoPostSubsPopup } from './PretoPost';
|
14
14
|
export { default as HeroLogin } from './HeroLogin';
|
15
15
|
export { default as CheckCoverage } from './NewLineCheck';
|
16
|
-
export { default as
|
16
|
+
export { default as DpLinetable } from './UltimateBundleLinetable';
|