@vgroup/dialbox 0.7.23 → 0.7.25

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.
@@ -221,6 +221,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
221
221
  onRejectCall(callInfo: any): void;
222
222
  isSelfNumber(participant: any): any;
223
223
  shouldShowSeparator(index: number): boolean;
224
+ onCloseC2CInfoPanel(): void;
224
225
  getName(number: any): string | null;
225
226
  getImg(number: any): any;
226
227
  get showEndAllButton(): boolean;
@@ -102,7 +102,7 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
102
102
  ngAfterViewInit(): void;
103
103
  ngOnChanges(changes: SimpleChanges): void;
104
104
  private registerDragElement;
105
- incomingCallNotification(callerInfo: any): Promise<void>;
105
+ incomingCallNotification(callerInfo: any, notification: any): Promise<void>;
106
106
  addNumber(num: any): void;
107
107
  hideDialpad(): void;
108
108
  onDialInputChange(inputVal: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.23",
3
+ "version": "0.7.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",