replace ds-search-sidebar with ds-themed-search-sidebar

This commit is contained in:
lotte
2023-01-11 15:14:19 +01:00
parent cb982d6552
commit bcb27f666a

View File

@@ -44,7 +44,7 @@
</ng-template>
<ng-template #sidebarContent>
<ds-search-sidebar id="search-sidebar" *ngIf="!(isXsOrSm$ | async)"
<ds-themed-search-sidebar id="search-sidebar" *ngIf="!(isXsOrSm$ | async)"
[configurationList]="configurationList"
[configuration]="(currentConfiguration$ | async)"
[currentScope]="(currentScope$ | async)"
@@ -56,8 +56,8 @@
[viewModeList]="viewModeList"
[showViewModes]="showViewModes"
(changeConfiguration)="changeContext($event.context)"
(changeViewMode)="changeViewMode()"></ds-search-sidebar>
<ds-search-sidebar id="search-sidebar-sm" *ngIf="(isXsOrSm$ | async)"
(changeViewMode)="changeViewMode()"></ds-themed-search-sidebar>
<ds-themed-search-sidebar id="search-sidebar-sm" *ngIf="(isXsOrSm$ | async)"
[configurationList]="configurationList"
[configuration]="(currentConfiguration$ | async)"
[currentScope]="(currentScope$ | async)"
@@ -70,7 +70,7 @@
(toggleSidebar)="closeSidebar()"
(changeConfiguration)="changeContext($event.context)"
(changeViewMode)="changeViewMode()">
</ds-search-sidebar>
</ds-themed-search-sidebar>
</ng-template>
<ng-template #searchForm>