1
0

Merge remote-tracking branch 'origin/main' into w2p-96252_Reduce-main-bundle-size_Reorganize-shared-module_REBASE-ON-7.4

This commit is contained in:
Yury Bondarenko
2022-12-08 16:19:41 +01:00
240 changed files with 8193 additions and 2095 deletions

View File

@@ -18,7 +18,6 @@ import {
import { MissingTranslationHandler, TranslateModule } from '@ngx-translate/core';
import { NgxPaginationModule } from 'ngx-pagination';
import { InfiniteScrollModule } from 'ngx-infinite-scroll';
import { MomentModule } from 'ngx-moment';
import { ConfirmationModalComponent } from './confirmation-modal/confirmation-modal.component';
import {
ExportMetadataSelectorComponent
@@ -313,6 +312,9 @@ import {
import { MarkdownPipe } from './utils/markdown.pipe';
import { GoogleRecaptchaModule } from '../core/google-recaptcha/google-recaptcha.module';
import { MenuModule } from './menu/menu.module';
import {
ListableNotificationObjectComponent
} from './object-list/listable-notification-object/listable-notification-object.component';
const MODULES = [
CommonModule,
@@ -329,7 +331,6 @@ const MODULES = [
ReactiveFormsModule,
RouterModule,
NouisliderModule,
MomentModule,
DragDropModule,
CdkTreeModule,
GoogleRecaptchaModule,
@@ -434,6 +435,7 @@ const COMPONENTS = [
SearchNavbarComponent,
ItemPageTitleFieldComponent,
ThemedSearchNavbarComponent,
ListableNotificationObjectComponent,
];
const ENTRY_COMPONENTS = [
@@ -495,6 +497,7 @@ const ENTRY_COMPONENTS = [
CollectionSidebarSearchListElementComponent,
CommunitySidebarSearchListElementComponent,
ScopeSelectorModalComponent,
ListableNotificationObjectComponent,
];
const SHARED_ITEM_PAGE_COMPONENTS = [