@vgroup/dialbox 0.7.21 → 0.7.23

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.
@@ -23,6 +23,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
23
23
  deviceId: any;
24
24
  callAction: any;
25
25
  conferenceCallInfo: any;
26
+ incomingFromImage: string;
26
27
  userId: any;
27
28
  endCallEvent: EventEmitter<void>;
28
29
  incomingCallsNewInfo: EventEmitter<any>;
@@ -230,5 +231,5 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
230
231
  get activeParticipantsCount(): number;
231
232
  ngOnDestroy(): void;
232
233
  static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
233
- 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"; "outgoingContactName": "outgoingContactName"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; "isLoadershown": "isLoadershown"; "endIncomingCallEvent": "endIncomingCallEvent"; }, never, never, false, never>;
234
+ 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>;
234
235
  }
@@ -87,6 +87,7 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
87
87
  private isReloadConfirmed;
88
88
  contactNameForLoader: string;
89
89
  contactImgForLoader: string;
90
+ incomingFromImage: string;
90
91
  handleRefreshShortcut(event: KeyboardEvent): void;
91
92
  private confirmReloadDuringCall;
92
93
  beforeUnloadHandler(event: BeforeUnloadEvent): true | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.21",
3
+ "version": "0.7.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",