@sunrise-upc/mobile-prod-card 4.4.1-beta.3 → 4.6.1-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/NewLineCheck/CoverageCheckUtils.d.ts +1 -1
- 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 +2 -2
- package/dist/esm/components/NewLineCheck/CoverageCheckUtils.d.ts +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
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any) => Promise<any[] | undefined>;
|
1
|
+
export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any, count?: number) => Promise<any[] | undefined>;
|
2
2
|
export declare const getLineCheckService: (selectedAdd: any, setLcData: any, lcData: any) => unknown;
|
3
3
|
export declare const fetchLineCheck: (payload: any, setLcData: any, lcData: any) => Promise<{
|
4
4
|
corelationaId: any;
|
package/dist/cjs/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[];
|