@vgroup/dialbox 0.0.91 → 0.0.93
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter,
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { TwilioService } from './service/twilio.service';
|
|
3
3
|
import { ExtensionService } from './service/extension.service';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
@@ -6,7 +6,7 @@ import { IpAddressService } from './service/ip-address.service';
|
|
|
6
6
|
import { Router } from '@angular/router';
|
|
7
7
|
import { Call } from '@twilio/voice-sdk';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DialboxComponent implements OnInit, AfterViewInit
|
|
9
|
+
export declare class DialboxComponent implements OnInit, AfterViewInit {
|
|
10
10
|
private twilioService;
|
|
11
11
|
private extService;
|
|
12
12
|
private dialog;
|
|
@@ -71,7 +71,6 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
|
|
|
71
71
|
getUserInformation(incomingCallData: any): void;
|
|
72
72
|
fromEntries(entries: [string, any][]): Record<string, any>;
|
|
73
73
|
ngAfterViewInit(): void;
|
|
74
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
75
74
|
private registerDragElement;
|
|
76
75
|
addNumber(num: any): void;
|
|
77
76
|
hideDialpad(): void;
|