Merge branch 'main' into w2p-97184_theme-feedback_contribute-main

This commit is contained in:
lotte
2023-04-13 13:11:58 +02:00
267 changed files with 37498 additions and 31621 deletions

View File

@@ -51,6 +51,7 @@ import { LoadingComponent } from './loading/loading.component';
import { PaginationComponent } from './pagination/pagination.component';
import { ThumbnailComponent } from '../thumbnail/thumbnail.component';
import { SearchFormComponent } from './search-form/search-form.component';
import { ThemedSearchFormComponent } from './search-form/themed-search-form.component';
import {
SearchResultGridElementComponent
} from './object-grid/search-result-grid-element/search-result-grid-element.component';
@@ -277,6 +278,9 @@ import {
import { EpersonGroupListComponent } from './eperson-group-list/eperson-group-list.component';
import { EpersonSearchBoxComponent } from './eperson-group-list/eperson-search-box/eperson-search-box.component';
import { GroupSearchBoxComponent } from './eperson-group-list/group-search-box/group-search-box.component';
import {
ThemedItemPageTitleFieldComponent
} from '../item-page/simple/field-components/specific-field/title/themed-item-page-field.component';
const MODULES = [
CommonModule,
@@ -340,6 +344,7 @@ const COMPONENTS = [
PaginationComponent,
RSSComponent,
SearchFormComponent,
ThemedSearchFormComponent,
PageWithSidebarComponent,
SidebarDropdownComponent,
ThumbnailComponent,
@@ -390,7 +395,8 @@ const COMPONENTS = [
ContextHelpWrapperComponent,
EpersonGroupListComponent,
EpersonSearchBoxComponent,
GroupSearchBoxComponent
GroupSearchBoxComponent,
ThemedItemPageTitleFieldComponent,
];
const ENTRY_COMPONENTS = [