@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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +37 -33
- package/fesm2015/vgroup-dialbox.mjs +37 -33
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +36 -32
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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>;
|