@vgroup/dialbox 0.4.11 → 0.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +44 -39
- package/fesm2015/vgroup-dialbox.mjs +43 -38
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +43 -38
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -95,7 +95,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
|
|
|
95
95
|
mergeCalls(): Promise<void>;
|
|
96
96
|
endHeldCall(): void;
|
|
97
97
|
hasDetailedInfo(callData: any): boolean;
|
|
98
|
-
onClickExpand(data?: any): void;
|
|
99
98
|
rejectConcurrentCall(incomingCall: any): void;
|
|
100
99
|
onCallInputs(num: any): void;
|
|
101
100
|
onCallInputEnter(ev: any): void;
|
|
@@ -117,6 +116,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
|
|
|
117
116
|
incomingCallsNewList(data: any): void;
|
|
118
117
|
selectedIncomingCallInfo(data: any): void;
|
|
119
118
|
getHoldCallList(): any[];
|
|
119
|
+
onClickExpand(data: any): void;
|
|
120
120
|
ngOnDestroy(): void;
|
|
121
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
|
|
122
122
|
static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "deviceId": "deviceId"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; }, never, never, false, never>;
|