@vgroup/dialbox 0.6.55 → 0.6.57

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