@vgroup/dialbox 0.7.14 → 0.7.15

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.
@@ -206,6 +206,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
206
206
  convertHHMMToMinutes(time: string): number;
207
207
  onRejectCall(callInfo: any): void;
208
208
  isSelfNumber(participant: any): any;
209
+ shouldShowSeparator(index: number): boolean;
209
210
  getName(number: any): string | null;
210
211
  getImg(number: any): any;
211
212
  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.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",