@vgroup/dialbox 0.8.6 → 0.8.7

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.
@@ -138,6 +138,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
138
138
  isConnectingIncomingCallId: any;
139
139
  pendingNewCallHeldParticipant: any;
140
140
  isCallCancelled: boolean;
141
+ isNewCallLoader: boolean;
141
142
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
142
143
  ngOnInit(): void;
143
144
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",