@vgroup/dialbox 0.4.39 → 0.4.41

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.
@@ -60,6 +60,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
60
60
  isSearchVisible: boolean;
61
61
  searchText: string;
62
62
  filteredList: any;
63
+ filteredParticipentList: any;
63
64
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService);
64
65
  ngOnInit(): void;
65
66
  ngOnChanges(changes: SimpleChanges): void;
@@ -124,7 +125,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
124
125
  onClickExpand(data: any): void;
125
126
  setIncomingCallStatus(data: any): void;
126
127
  toggleSearch(): void;
127
- filterContacts(): void;
128
128
  applyFilter(): void;
129
129
  ngOnDestroy(): void;
130
130
  static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.4.39",
3
+ "version": "0.4.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",