Merge branch 'main-ghds' into CST-6782-refactor

# Conflicts:
#	src/app/shared/shared.module.ts
This commit is contained in:
Davide Negretti
2022-09-26 15:46:08 +02:00
149 changed files with 2243 additions and 2382 deletions

View File

@@ -311,6 +311,9 @@ import { BrowserOnlyPipe } from './utils/browser-only.pipe';
import { ThemedLoadingComponent } from './loading/themed-loading.component';
import { PersonPageClaimButtonComponent } from './dso-page/person-page-claim-button/person-page-claim-button.component';
import { SearchExportCsvComponent } from './search/search-export-csv/search-export-csv.component';
import {
ItemPageTitleFieldComponent
} from '../item-page/simple/field-components/specific-field/title/item-page-title-field.component';
import { GoogleRecaptchaModule } from '../core/google-recaptcha/google-recaptcha.module';
const MODULES = [
@@ -333,7 +336,7 @@ const MODULES = [
MomentModule,
DragDropModule,
CdkTreeModule,
GoogleRecaptchaModule
GoogleRecaptchaModule,
];
const ROOT_MODULES = [
@@ -493,7 +496,8 @@ const COMPONENTS = [
CollectionSidebarSearchListElementComponent,
CommunitySidebarSearchListElementComponent,
SearchNavbarComponent,
ScopeSelectorModalComponent
ScopeSelectorModalComponent,
ItemPageTitleFieldComponent,
];
const ENTRY_COMPONENTS = [