Hide toggled state & counts when selection spans documents not in view

This commit is contained in:
Michael Shamoon
2020-12-19 23:42:08 -08:00
parent c2c15cc35f
commit 36b7b0df6a
4 changed files with 34 additions and 19 deletions

View File

@@ -81,7 +81,7 @@
<app-filter-editor [hidden]="isBulkEditing" [(filterRules)]="list.filterRules" #filterEditor></app-filter-editor>
<app-bulk-editor [hidden]="!isBulkEditing"
[allDocuments]="list.documents"
[viewDocuments]="list.documents"
[(selectedDocuments)]="list.selected"
(selectPage)="list.selectPage()"
(selectAll)="list.selectAll()"