()
| 897 | /* =================== Search Management =================== */ |
| 898 | |
| 899 | get search() { |
| 900 | return this.searchField.length ? this.searchField[0] : null; |
| 901 | } |
| 902 | |
| 903 | get isSelfCollapsibleSearch(): boolean { |
| 904 | const searchField = this.search; |
no outgoing calls
no test coverage detected