@vgroup/dialbox 0.6.51 → 0.6.55

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.
@@ -80,6 +80,8 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
80
80
  callPreference: any;
81
81
  shakeDedicatedBtn: boolean;
82
82
  isSmartDialCall: boolean;
83
+ showNewCallWarning: boolean;
84
+ private _pendingCallResolve;
83
85
  private isInitialized;
84
86
  beforeUnloadHandler(event: Event): void;
85
87
  constructor(twilioService: TwilioService, extService: ExtensionService, dialog: MatDialog, ipService: IpAddressService, extensionService: ExtensionService, cdk: ChangeDetectorRef, router: Router, incomeingCallSocketService: IncomeingCallSocketService);
@@ -105,6 +107,9 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
105
107
  onContactSelect(contact: any): void;
106
108
  endCall(): void;
107
109
  initiateCall(): Promise<boolean | undefined>;
110
+ private showConferenceWarning;
111
+ confirmNewCall(): void;
112
+ cancelNewCall(): void;
108
113
  isInvalidNumber(): Promise<boolean>;
109
114
  saveLastDialed(): void;
110
115
  isSavedContactDialled(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.51",
3
+ "version": "0.6.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file