@vgroup/dialbox 0.4.119 → 0.4.120
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 +2 -2
- package/esm2020/lib/dialbox.component.mjs +3 -5
- package/fesm2015/vgroup-dialbox.mjs +3 -5
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +3 -5
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -1
- package/lib/dialbox.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
|
|
|
15
15
|
newIncomingCallData?: Call;
|
|
16
16
|
newIncomingCallsList: any;
|
|
17
17
|
deviceId: any;
|
|
18
|
-
conferenceCallInfo
|
|
18
|
+
conferenceCallInfo: any;
|
|
19
19
|
endCallEvent: EventEmitter<void>;
|
|
20
20
|
incomingCallsNewInfo: EventEmitter<any>;
|
|
21
21
|
minimiseEvent: EventEmitter<boolean>;
|
|
@@ -120,5 +120,5 @@ export declare class DialboxComponent implements OnInit, AfterViewInit {
|
|
|
120
120
|
incomingCallsNewInfo(data: any): void;
|
|
121
121
|
ngOnDestroy(): void;
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialboxComponent, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialboxComponent, "lib-dialbox", never, { "autoOpenOnIncoming": "autoOpenOnIncoming"; "contactInfo": "contactInfo"; "deviceId": "deviceId"; "isDialpadHidden": "isDialpadHidden"; "incomingCallData": "incomingCallData";
|
|
123
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialboxComponent, "lib-dialbox", never, { "autoOpenOnIncoming": "autoOpenOnIncoming"; "contactInfo": "contactInfo"; "deviceId": "deviceId"; "isDialpadHidden": "isDialpadHidden"; "incomingCallData": "incomingCallData"; }, { "closeDialpadEvent": "closeDialpadEvent"; "callInitiated": "callInitiated"; "endCallEvent": "endCallEvent"; "minimiseEvent": "minimiseEvent"; "incomingCallsNewInfoEvent": "incomingCallsNewInfoEvent"; "incomingCallInitiated": "incomingCallInitiated"; "numberDialed": "numberDialed"; }, never, never, false, never>;
|
|
124
124
|
}
|