mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
view types
This commit is contained in:
parent
b5f9920a92
commit
0adc40ec57
@ -28,8 +28,8 @@ export class GroupingsComponent {
|
|||||||
@Output() onEditFolder = new EventEmitter<FolderView>();
|
@Output() onEditFolder = new EventEmitter<FolderView>();
|
||||||
@Output() onCollectionClicked = new EventEmitter<CollectionView>();
|
@Output() onCollectionClicked = new EventEmitter<CollectionView>();
|
||||||
|
|
||||||
folders: any[];
|
folders: FolderView[];
|
||||||
collections: any[];
|
collections: CollectionView[];
|
||||||
loaded: boolean = false;
|
loaded: boolean = false;
|
||||||
cipherType = CipherType;
|
cipherType = CipherType;
|
||||||
selectedAll: boolean = false;
|
selectedAll: boolean = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user