@vgroup/dialbox 0.0.55 → 0.0.56

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.
@@ -13,11 +13,10 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
13
13
  private ipService;
14
14
  private extensionService;
15
15
  private router;
16
+ private _isDialpadHidden;
16
17
  set isDialpadHidden(value: boolean);
17
18
  get isDialpadHidden(): boolean;
18
- private _isDialpadHidden;
19
19
  closeDialpadEvent: EventEmitter<void>;
20
- private initializeTwilio;
21
20
  callInitiated: EventEmitter<any>;
22
21
  endCallEvent: EventEmitter<void>;
23
22
  minimiseEvent: EventEmitter<boolean>;
@@ -61,11 +60,12 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
61
60
  incomingCallsList: any;
62
61
  newIncomingCallData?: Call;
63
62
  private subscriptions;
64
- private callPreference;
63
+ callPreference: any;
65
64
  shakeDedicatedBtn: boolean;
66
65
  isSmartDialCall: boolean;
67
- constructor(twilioService: TwilioService, extService: ExtensionService, dialog: MatDialog, ipService: IpAddressService, extensionService: ExtensionService, router: Router);
68
66
  private isInitialized;
67
+ constructor(twilioService: TwilioService, extService: ExtensionService, dialog: MatDialog, ipService: IpAddressService, extensionService: ExtensionService, router: Router);
68
+ private initializeTwilio;
69
69
  ngOnInit(): void;
70
70
  getUserInformation(incomingCallData: any): void;
71
71
  fromEntries(entries: [string, any][]): Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",