@vgroup/dialbox 0.7.26 → 0.7.28
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 +64 -47
- package/esm2020/lib/dialbox.component.mjs +58 -55
- package/esm2020/lib/service/extension.service.mjs +25 -4
- package/esm2020/lib/service/twilio.service.mjs +6 -9
- package/fesm2015/vgroup-dialbox.mjs +150 -112
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +148 -110
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -0
- package/lib/dialbox.component.d.ts +0 -2
- package/lib/service/extension.service.d.ts +1 -0
- package/package.json +1 -1
- package/{vgroup-dialbox-0.7.20.tgz → vgroup-dialbox-0.7.21.tgz} +0 -0
|
@@ -230,6 +230,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
230
230
|
confirmLeave(): void;
|
|
231
231
|
cancelLeave(): void;
|
|
232
232
|
get activeParticipantsCount(): number;
|
|
233
|
+
truncateText(text: string, maxLength: number): string;
|
|
233
234
|
ngOnDestroy(): void;
|
|
234
235
|
static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
|
|
235
236
|
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>;
|
|
@@ -88,8 +88,6 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
|
|
|
88
88
|
contactNameForLoader: string;
|
|
89
89
|
contactImgForLoader: string;
|
|
90
90
|
incomingFromImage: string;
|
|
91
|
-
handleRefreshShortcut(event: KeyboardEvent): void;
|
|
92
|
-
private confirmReloadDuringCall;
|
|
93
91
|
beforeUnloadHandler(event: BeforeUnloadEvent): true | undefined;
|
|
94
92
|
unloadHandler(): void;
|
|
95
93
|
private removeParticipantsOnUnload;
|
|
@@ -183,6 +183,7 @@ export declare class ExtensionService {
|
|
|
183
183
|
deleteAdminUsers(token: string, userIds: string): Observable<[]>;
|
|
184
184
|
setTimerForEndConferenceCall(payload: any): Observable<[]>;
|
|
185
185
|
getUserInformation(twilioAuthId: string): Observable<[]>;
|
|
186
|
+
getIpInfo(): Observable<any>;
|
|
186
187
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtensionService, never>;
|
|
187
188
|
static ɵprov: i0.ɵɵInjectableDeclaration<ExtensionService>;
|
|
188
189
|
}
|
package/package.json
CHANGED
|
index 9b847d3..1ff4b90 100644
|
|
|
Binary file
|