@vgroup/dialbox 0.7.25 → 0.7.27

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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.25",
3
+ "version": "0.7.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",