@vgroup/dialbox 0.1.51 → 0.1.53
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 -1
- package/esm2020/lib/dialbox.component.mjs +1 -3
- package/fesm2015/vgroup-dialbox.mjs +1 -2
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +1 -2
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1764,6 +1764,7 @@ class CallProgressComponent {
|
|
|
1764
1764
|
constructor(extensionService, cdr) {
|
|
1765
1765
|
this.extensionService = extensionService;
|
|
1766
1766
|
this.cdr = cdr;
|
|
1767
|
+
this.newIncomingCallsList = [];
|
|
1767
1768
|
this.endCallEvent = new EventEmitter();
|
|
1768
1769
|
this.incomingCallsNewInfo = new EventEmitter();
|
|
1769
1770
|
this.minimiseEvent = new EventEmitter();
|
|
@@ -2514,8 +2515,6 @@ class DialboxComponent {
|
|
|
2514
2515
|
this.registerDragElement();
|
|
2515
2516
|
}
|
|
2516
2517
|
ngOnChanges(changes) {
|
|
2517
|
-
if (changes['deviceId'] && this.deviceId) {
|
|
2518
|
-
}
|
|
2519
2518
|
if (changes['isDialpadHidden'] && !this.isDialpadHidden) {
|
|
2520
2519
|
this.getContactList();
|
|
2521
2520
|
this.getUserCallSetting();
|