@sunrise-upc/mobile-prod-card 4.4.1-beta.2 → 4.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/UltimateBundleLinetable/DpDetailsModal/DpDetailsModal.d.ts +3 -0
- package/dist/cjs/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts +1 -1
- package/dist/cjs/components/UltimateBundleLinetable/DpTableUtils.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/UltimateBundleLinetable/DpDetailsModal/DpDetailsModal.d.ts +3 -0
- package/dist/esm/components/UltimateBundleLinetable/DpTableFlexSection/DpTableFlexSection.d.ts +1 -1
- package/dist/esm/components/UltimateBundleLinetable/DpTableUtils.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
- /package/dist/cjs/components/UltimateBundleLinetable/{CheckoutRedirectionPopup → checkoutRedirectionPopup}/checkoutRedirectionPopup.d.ts +0 -0
- /package/dist/esm/components/UltimateBundleLinetable/{CheckoutRedirectionPopup → checkoutRedirectionPopup}/checkoutRedirectionPopup.d.ts +0 -0
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, selectedDeviceDetails, tabIndex, indexKey, cardsLength }: any) => JSX.Element;
|
2
|
+
declare const DpTableFlexSection: ({ productData, mainContent, selectedDeviceDetails, tabIndex, indexKey, cardsLength, activeTab }: any) => JSX.Element;
|
3
3
|
export default DpTableFlexSection;
|
@@ -23,7 +23,7 @@ export interface hardwareSessionObjV2 {
|
|
23
23
|
hardwareVariant: hardwareSessionSchema;
|
24
24
|
checkSubscriptions: checkSubscriptionsSchema;
|
25
25
|
}
|
26
|
-
export declare const getDeviceWithVarients: (deviceData: any) => {
|
26
|
+
export declare const getDeviceWithVarients: (deviceData: any) => false | {
|
27
27
|
deviceVarientsList: any;
|
28
28
|
colorsList: any[];
|
29
29
|
memoryList: any[];
|