@vgroup/dialbox 0.6.60 → 0.6.61
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/dialbox.component.mjs +35 -4
- package/fesm2015/vgroup-dialbox.mjs +36 -3
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +34 -3
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/dialbox.component.d.ts +5 -0
- package/package.json +1 -1
- package/vgroup-dialbox-0.6.60.tgz +0 -0
|
@@ -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
|
Binary file
|