@vgroup/dialbox 0.7.31 → 0.7.33
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 +52 -26
- package/esm2020/lib/dialbox.component.mjs +11 -1
- package/fesm2015/vgroup-dialbox.mjs +75 -38
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +61 -25
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +2 -0
- package/package.json +1 -1
- package/{vgroup-dialbox-0.7.26.tgz → vgroup-dialbox-0.7.23.tgz} +0 -0
|
@@ -232,6 +232,8 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
232
232
|
get activeParticipantsCount(): number;
|
|
233
233
|
truncateText(text: string, maxLength: number): string;
|
|
234
234
|
get totalParticipantsCount(): number;
|
|
235
|
+
onReasonCheckChanged(newValue: boolean): void;
|
|
236
|
+
resetLeaveTimer(): void;
|
|
235
237
|
ngOnDestroy(): void;
|
|
236
238
|
static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
|
|
237
239
|
static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "callerIdList": "callerIdList"; "newCallConference": "newCallConference"; "missCallInfo": "missCallInfo"; "userSettingInfo": "userSettingInfo"; "deviceId": "deviceId"; "callAction": "callAction"; "conferenceCallInfo": "conferenceCallInfo"; "incomingFromImage": "incomingFromImage"; "outgoingContactName": "outgoingContactName"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; "isLoadershown": "isLoadershown"; "endIncomingCallEvent": "endIncomingCallEvent"; }, never, never, false, never>;
|
package/package.json
CHANGED
|
index cc4a813..8c16c78 100644
|
|
|
Binary file
|