@vgroup/dialbox 0.7.14 → 0.7.16

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.
@@ -121,6 +121,12 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
121
121
  selectedConfName: any;
122
122
  pendingMuteParticipants: Set<string>;
123
123
  intendedMuteStates: Map<string, boolean>;
124
+ showNewCallLoader: boolean;
125
+ newCallLoaderData: {
126
+ name: string;
127
+ phone: string;
128
+ img?: string;
129
+ };
124
130
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
125
131
  ngOnInit(): void;
126
132
  ngOnChanges(changes: SimpleChanges): void;
@@ -206,6 +212,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
206
212
  convertHHMMToMinutes(time: string): number;
207
213
  onRejectCall(callInfo: any): void;
208
214
  isSelfNumber(participant: any): any;
215
+ shouldShowSeparator(index: number): boolean;
209
216
  getName(number: any): string | null;
210
217
  getImg(number: any): any;
211
218
  get showEndAllButton(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.14",
3
+ "version": "0.7.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",