@vgroup/dialbox 0.1.51 → 0.1.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 +1 -1
- package/esm2020/lib/dialbox.component.mjs +1 -3
- package/fesm2015/vgroup-dialbox.mjs +0 -2
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +0 -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
|
@@ -2514,8 +2514,6 @@ class DialboxComponent {
|
|
|
2514
2514
|
this.registerDragElement();
|
|
2515
2515
|
}
|
|
2516
2516
|
ngOnChanges(changes) {
|
|
2517
|
-
if (changes['deviceId'] && this.deviceId) {
|
|
2518
|
-
}
|
|
2519
2517
|
if (changes['isDialpadHidden'] && !this.isDialpadHidden) {
|
|
2520
2518
|
this.getContactList();
|
|
2521
2519
|
this.getUserCallSetting();
|