@vgroup/dialbox 0.6.37 → 0.6.38
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 +33 -14
- package/esm2020/lib/dialbox.component.mjs +13 -11
- package/fesm2015/vgroup-dialbox.mjs +45 -23
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +44 -23
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -0
- package/package.json +1 -1
- package/vgroup-dialbox-0.6.38.tgz +0 -0
|
@@ -167,6 +167,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
167
167
|
endConference(): void;
|
|
168
168
|
leaveConference(): void;
|
|
169
169
|
convertHHMMToMinutes(time: string): number;
|
|
170
|
+
onRejectCall(callInfo: any): void;
|
|
170
171
|
ngOnDestroy(): void;
|
|
171
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
|
|
172
173
|
static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "callerIdList": "callerIdList"; "deviceId": "deviceId"; "callAction": "callAction"; "conferenceCallInfo": "conferenceCallInfo"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; "isLoadershow": "isLoadershow"; "endIncomingCallEvent": "endIncomingCallEvent"; }, never, never, false, never>;
|
package/package.json
CHANGED
|
Binary file
|