@vgroup/dialbox 0.4.11 → 0.4.13

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.
@@ -95,7 +95,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
95
95
  mergeCalls(): Promise<void>;
96
96
  endHeldCall(): void;
97
97
  hasDetailedInfo(callData: any): boolean;
98
- onClickExpand(data?: any): void;
99
98
  rejectConcurrentCall(incomingCall: any): void;
100
99
  onCallInputs(num: any): void;
101
100
  onCallInputEnter(ev: any): void;
@@ -117,6 +116,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
117
116
  incomingCallsNewList(data: any): void;
118
117
  selectedIncomingCallInfo(data: any): void;
119
118
  getHoldCallList(): any[];
119
+ onClickExpand(data: any): void;
120
120
  ngOnDestroy(): void;
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
122
122
  static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "deviceId": "deviceId"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; }, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.4.11",
3
+ "version": "0.4.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",