Merge tag 'dspace-7.4' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu

This commit is contained in:
Kristof De Langhe
2022-10-11 15:11:16 +02:00
174 changed files with 8874 additions and 3732 deletions

View File

@@ -24,6 +24,12 @@ import { ConfirmationModalComponent } from './confirmation-modal/confirmation-mo
import {
ExportMetadataSelectorComponent
} from './dso-selector/modal-wrappers/export-metadata-selector/export-metadata-selector.component';
import {
ExportBatchSelectorComponent
} from './dso-selector/modal-wrappers/export-batch-selector/export-batch-selector.component';
import {
ImportBatchSelectorComponent
} from './dso-selector/modal-wrappers/import-batch-selector/import-batch-selector.component';
import { FileDropzoneNoUploaderComponent } from './file-dropzone-no-uploader/file-dropzone-no-uploader.component';
import { ItemListElementComponent } from './object-list/item-list-element/item-types/item/item-list-element.component';
import { EnumKeysPipe } from './utils/enum-keys-pipe';
@@ -320,6 +326,7 @@ import { DsoEditMenuComponent } from './dso-page/dso-edit-menu/dso-edit-menu.com
import {
DsoEditMenuExpandableSectionComponent
} from './dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component';
import { GoogleRecaptchaModule } from '../core/google-recaptcha/google-recaptcha.module';
const MODULES = [
CommonModule,
@@ -340,7 +347,8 @@ const MODULES = [
NouisliderModule,
MomentModule,
DragDropModule,
CdkTreeModule
CdkTreeModule,
GoogleRecaptchaModule,
];
const ROOT_MODULES = [
@@ -479,6 +487,8 @@ const COMPONENTS = [
CollectionDropdownComponent,
EntityDropdownComponent,
ExportMetadataSelectorComponent,
ImportBatchSelectorComponent,
ExportBatchSelectorComponent,
ConfirmationModalComponent,
VocabularyTreeviewComponent,
AuthorizedCollectionSelectorComponent,
@@ -558,6 +568,8 @@ const ENTRY_COMPONENTS = [
BitstreamRequestACopyPageComponent,
CurationFormComponent,
ExportMetadataSelectorComponent,
ImportBatchSelectorComponent,
ExportBatchSelectorComponent,
ConfirmationModalComponent,
VocabularyTreeviewComponent,
SidebarSearchListElementComponent,