@sunrise-upc/mobile-prod-card 4.4.1-beta.0 → 4.4.1-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{esm/components/UltimateBundleLinetable/checkoutRedirectionPopup → cjs/components/UltimateBundleLinetable/CheckoutRedirectionPopup}/checkoutRedirectionPopup.d.ts +1 -3
- 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 +4 -3
- 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 +9 -0
- package/dist/{cjs/components/UltimateBundleLinetable/checkoutRedirectionPopup → esm/components/UltimateBundleLinetable/CheckoutRedirectionPopup}/checkoutRedirectionPopup.d.ts +1 -3
- 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 +4 -3
- 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 +9 -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
@@ -21,6 +21,15 @@ export declare const AFTER = "after";
|
|
21
21
|
export declare const BEFORE = "before";
|
22
22
|
export declare const SMARTPHONEDEVICE = "smartphone";
|
23
23
|
export declare const ONE_ECOMMERCE_HARDWARE_SUMMARY = "one-ecommerce-hardwareSummary";
|
24
|
+
export declare const BASE_PRICE = "basePrice";
|
25
|
+
export declare const INSTALLMENTS = "installments";
|
26
|
+
export declare const SMARTUPGRADEINSTALLMENTS = "smartUpgradeInstallments";
|
27
|
+
export declare const BASE = "BASE";
|
28
|
+
export declare const CONTRACT = "CONTRACT";
|
29
|
+
export declare const HARDWARE = "HARDWARE";
|
30
|
+
export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
|
31
|
+
export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
|
32
|
+
export declare const NOT_AVAILABLE = "NOT_AVAILABLE";
|
24
33
|
export declare const MOBILE = "mobile";
|
25
34
|
export declare const DESKTOP = "desktop";
|
26
35
|
export declare const LARGE_DESKTOP = "large-desktop";
|
package/dist/index.d.ts
CHANGED
@@ -186,7 +186,7 @@ declare const HeroLoginBanner: FC<any>;
|
|
186
186
|
|
187
187
|
declare const CheckCoverage: FC<any>;
|
188
188
|
|
189
|
-
declare const
|
189
|
+
declare const DpLinetableContainer: ({ content, metadata }: any) => JSX.Element;
|
190
190
|
|
191
191
|
interface LineTableBasicPropConfigSchema {
|
192
192
|
baseURL: string | '';
|
@@ -244,4 +244,4 @@ declare class LinecheckBasicPropConfig {
|
|
244
244
|
static create: (p_config: LinecheckBasicPropConfigSchema) => void;
|
245
245
|
}
|
246
246
|
|
247
|
-
export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor
|
247
|
+
export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, DpLinetableContainer as DpLinetable, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
|
package/package.json
CHANGED