@vgroup/dialbox 0.6.0 → 0.6.2

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.
@@ -77,7 +77,9 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
77
77
  shakeDedicatedBtn: boolean;
78
78
  isSmartDialCall: boolean;
79
79
  private isInitialized;
80
+ beforeUnloadHandler(event: Event): void;
80
81
  constructor(twilioService: TwilioService, extService: ExtensionService, dialog: MatDialog, ipService: IpAddressService, extensionService: ExtensionService, cdk: ChangeDetectorRef, router: Router, incomeingCallSocketService: IncomeingCallSocketService);
82
+ private getRemoveParticipants;
81
83
  private initializeTwilio;
82
84
  ngOnInit(): void;
83
85
  getUserInformation(incomingCallData: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",