@vgroup/dialbox 0.7.50 → 0.7.52
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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +3 -3
- package/esm2020/lib/dialbox.component.mjs +10 -7
- package/fesm2015/vgroup-dialbox.mjs +11 -8
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +11 -8
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/dialbox.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -88,7 +88,7 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
|
|
|
88
88
|
contactNameForLoader: string;
|
|
89
89
|
contactImgForLoader: string;
|
|
90
90
|
incomingFromImage: string;
|
|
91
|
-
beforeUnloadHandler(event:
|
|
91
|
+
beforeUnloadHandler($event: any): "Reloading this page will disconnect your active call. Are you sure you want to continue?" | undefined;
|
|
92
92
|
unloadHandler(): void;
|
|
93
93
|
constructor(twilioService: TwilioService, extService: ExtensionService, ipService: IpAddressService, extensionService: ExtensionService, cdk: ChangeDetectorRef, router: Router, incomeingCallSocketService: IncomeingCallSocketService);
|
|
94
94
|
private getRemoveParticipants;
|