mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
make filter public
This commit is contained in:
parent
a360cd8e61
commit
3d02a1ecb8
@ -19,8 +19,8 @@ export class CiphersComponent {
|
|||||||
ciphers: CipherView[] = [];
|
ciphers: CipherView[] = [];
|
||||||
searchText: string;
|
searchText: string;
|
||||||
searchPlaceholder: string = null;
|
searchPlaceholder: string = null;
|
||||||
|
filter: (cipher: CipherView) => boolean = null;
|
||||||
|
|
||||||
protected filter: (cipher: CipherView) => boolean = null;
|
|
||||||
protected searchPending = false;
|
protected searchPending = false;
|
||||||
|
|
||||||
private searchTimeout: any = null;
|
private searchTimeout: any = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user