Skip to content

Commit 0b3d10a

Browse files
author
abhinav
committed
Merge remote-tracking branch 'contributions/w2p-124198_add-themeable-ItemBitstreamsComponent_contribute-7.6' into w2p-124198_add-themeable-ItemBitstreamsComponent_contribute-main
2 parents 6d42535 + 0beed32 commit 0b3d10a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/app/item-page/edit-item-page/item-bitstreams/themed-item-bitstreams.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { ItemBitstreamsComponent } from './item-bitstreams.component';
1212
*/
1313
@Component({
1414
selector: 'ds-item-bitstreams',
15-
styleUrls: ['./item-bitstreams.component.scss'],
1615
templateUrl: '../../../shared/theme-support/themed.component.html',
1716
standalone: true,
1817
imports: [ItemBitstreamsComponent],

src/themes/custom/eager-theme.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { HeaderComponent } from './app/header/header.component';
1111
import { HeaderNavbarWrapperComponent } from './app/header-nav-wrapper/header-navbar-wrapper.component';
1212
import { HomeNewsComponent } from './app/home-page/home-news/home-news.component';
1313
import { TopLevelCommunityListComponent } from './app/home-page/top-level-community-list/top-level-community-list.component';
14-
import { ItemBitstreamsComponent } from './app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component';
1514
import { PublicationComponent } from './app/item-page/simple/item-types/publication/publication.component';
1615
import { UntypedItemComponent } from './app/item-page/simple/item-types/untyped-item/untyped-item.component';
1716
import { NavbarComponent } from './app/navbar/navbar.component';
@@ -34,7 +33,6 @@ import { PublicationSidebarSearchListElementComponent } from './app/shared/objec
3433
import { StartsWithDateComponent } from './app/shared/starts-with/date/starts-with-date.component';
3534
import { StartsWithTextComponent } from './app/shared/starts-with/text/starts-with-text.component';
3635

37-
3836
/**
3937
* Add components that use a custom decorator to ENTRY_COMPONENTS as well as DECLARATIONS.
4038
* This will ensure that decorator gets picked up when the app loads
@@ -56,7 +54,6 @@ const ENTRY_COMPONENTS = [
5654
ItemSearchResultListElementComponent,
5755
TopLevelCommunityListComponent,
5856
BrowseEntryListElementComponent,
59-
ItemBitstreamsComponent,
6057
];
6158

6259
const DECLARATIONS = [

src/themes/custom/lazy-theme.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import { FeedbackComponent } from './app/info/feedback/feedback.component';
4040
import { FeedbackFormComponent } from './app/info/feedback/feedback-form/feedback-form.component';
4141
import { PrivacyComponent } from './app/info/privacy/privacy.component';
4242
import { ItemAlertsComponent } from './app/item-page/alerts/item-alerts.component';
43+
import { ItemBitstreamsComponent } from './app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component';
4344
import { ItemStatusComponent } from './app/item-page/edit-item-page/item-status/item-status.component';
4445
import { FullFileSectionComponent } from './app/item-page/full/field-components/file-section/full-file-section.component';
4546
import { FullItemPageComponent } from './app/item-page/full/full-item-page.component';
@@ -106,7 +107,6 @@ import { WorkflowItemDeleteComponent } from './app/workflowitems-edit-page/workf
106107
import { WorkflowItemSendBackComponent } from './app/workflowitems-edit-page/workflow-item-send-back/workflow-item-send-back.component';
107108
import { WorkspaceItemsDeletePageComponent } from './app/workspaceitems-edit-page/workspaceitems-delete-page/workspaceitems-delete-page.component';
108109

109-
110110
const DECLARATIONS = [
111111
FileSectionComponent,
112112
HomePageComponent,
@@ -201,6 +201,7 @@ const DECLARATIONS = [
201201
AdminSearchPageComponent,
202202
AdminWorkflowPageComponent,
203203
SearchResultsSkeletonComponent,
204+
ItemBitstreamsComponent,
204205
];
205206

206207
@NgModule({

0 commit comments

Comments
 (0)