mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
replace ds-search-sidebar with ds-themed-search-sidebar
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #sidebarContent>
|
<ng-template #sidebarContent>
|
||||||
<ds-search-sidebar id="search-sidebar" *ngIf="!(isXsOrSm$ | async)"
|
<ds-themed-search-sidebar id="search-sidebar" *ngIf="!(isXsOrSm$ | async)"
|
||||||
[configurationList]="configurationList"
|
[configurationList]="configurationList"
|
||||||
[configuration]="(currentConfiguration$ | async)"
|
[configuration]="(currentConfiguration$ | async)"
|
||||||
[currentScope]="(currentScope$ | async)"
|
[currentScope]="(currentScope$ | async)"
|
||||||
@@ -56,8 +56,8 @@
|
|||||||
[viewModeList]="viewModeList"
|
[viewModeList]="viewModeList"
|
||||||
[showViewModes]="showViewModes"
|
[showViewModes]="showViewModes"
|
||||||
(changeConfiguration)="changeContext($event.context)"
|
(changeConfiguration)="changeContext($event.context)"
|
||||||
(changeViewMode)="changeViewMode()"></ds-search-sidebar>
|
(changeViewMode)="changeViewMode()"></ds-themed-search-sidebar>
|
||||||
<ds-search-sidebar id="search-sidebar-sm" *ngIf="(isXsOrSm$ | async)"
|
<ds-themed-search-sidebar id="search-sidebar-sm" *ngIf="(isXsOrSm$ | async)"
|
||||||
[configurationList]="configurationList"
|
[configurationList]="configurationList"
|
||||||
[configuration]="(currentConfiguration$ | async)"
|
[configuration]="(currentConfiguration$ | async)"
|
||||||
[currentScope]="(currentScope$ | async)"
|
[currentScope]="(currentScope$ | async)"
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
(toggleSidebar)="closeSidebar()"
|
(toggleSidebar)="closeSidebar()"
|
||||||
(changeConfiguration)="changeContext($event.context)"
|
(changeConfiguration)="changeContext($event.context)"
|
||||||
(changeViewMode)="changeViewMode()">
|
(changeViewMode)="changeViewMode()">
|
||||||
</ds-search-sidebar>
|
</ds-themed-search-sidebar>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #searchForm>
|
<ng-template #searchForm>
|
||||||
|
Reference in New Issue
Block a user