[develop | DONE | CHANGED]: searchResearchResults.component.ts & searchProjects.component.ts & searchOrganizations.component.ts & searchDataProviders.component.ts: In <new-search-page> added parameter [hasCompactView]="true" to enable compact view button.

This commit is contained in:
Konstantina Galouni 2024-07-09 17:19:13 +03:00
parent 403fe375e7
commit 0896d5a3ce
4 changed files with 7 additions and 4 deletions

View File

@ -44,8 +44,8 @@ import {zip} from "rxjs";
[showResultCount]="true" [showIndexInfo]="type!='deposit'"
[tableViewLink]="tableViewLink"
[sort]="false" [showBreadcrumb]="showBreadcrumb" [basicMetaDescription]="metaDescription"
(filterRequestAll)="filterRequestedAll($event)">
(filterRequestAll)="filterRequestedAll($event)"
[hasCompactView]="true">
</new-search-page>
`

View File

@ -39,7 +39,8 @@ import {zip} from "rxjs";
[simpleView]="simpleView" formPlaceholderText="Search by organization name..."
[showSwitchSearchLink]="showSwitchSearchLink"
[showBreadcrumb]="showBreadcrumb"
(filterRequestAll)="filterRequestedAll($event)">
(filterRequestAll)="filterRequestedAll($event)"
[hasCompactView]="true">
</new-search-page>
`
})

View File

@ -38,7 +38,8 @@ import {zip} from "rxjs";
[simpleView]="simpleView" formPlaceholderText="Search by title, acronym, project code..."
[showSwitchSearchLink]="showSwitchSearchLink"
[sort]="false" [showBreadcrumb]="showBreadcrumb"
(filterRequestAll)="filterRequestedAll($event)">
(filterRequestAll)="filterRequestedAll($event)"
[hasCompactView]="true">
</new-search-page>
`

View File

@ -44,6 +44,7 @@ import {zip} from "rxjs";
[includeOnlyResultsAndFilter]="includeOnlyResultsAndFilter" [showBreadcrumb]="showBreadcrumb"
[showSwitchSearchLink]="showSwitchSearchLink"
[stickyForm]="stickyForm"
[hasCompactView]="true"
(filterRequestAll)="filterRequestedAll($event)"
>
</new-search-page>