Skip to content

Commit

Permalink
fixed the themes in the ts files in the ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Arta Seyedian committed Jul 2, 2024
1 parent 78b4cf2 commit ccc9c9f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../../../../../../../app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component';
import { Context } from '../../../../../../../app/core/shared/context.model';

@listableObjectComponent('JournalIssue', ViewMode.StandalonePage, Context.Any, 'custom')
@listableObjectComponent('JournalIssue', ViewMode.StandalonePage, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-journal-issue',
// styleUrls: ['./journal-issue.component.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../../../../../../../app/entity-groups/journal-entities/item-pages/journal-volume/journal-volume.component';
import { Context } from '../../../../../../../app/core/shared/context.model';

@listableObjectComponent('JournalVolume', ViewMode.StandalonePage, Context.Any, 'custom')
@listableObjectComponent('JournalVolume', ViewMode.StandalonePage, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-journal-volume',
// styleUrls: ['./journal-volume.component.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../../../../../../../app/entity-groups/journal-entities/item-pages/journal/journal.component';
import { Context } from '../../../../../../../app/core/shared/context.model';

@listableObjectComponent('Journal', ViewMode.StandalonePage, Context.Any, 'custom')
@listableObjectComponent('Journal', ViewMode.StandalonePage, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-journal',
// styleUrls: ['./journal.component.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../../../../../../../app/entity-groups/research-entities/item-pages/person/person.component';
import { Context } from '../../../../../../../app/core/shared/context.model';

@listableObjectComponent('Person', ViewMode.StandalonePage, Context.Any, 'custom')
@listableObjectComponent('Person', ViewMode.StandalonePage, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-person',
// styleUrls: ['./person.component.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { PublicationComponent as BaseComponent } from '../../../../../../../app/
* Component that represents a publication Item page
*/

@listableObjectComponent('Publication', ViewMode.StandalonePage, Context.Any, 'custom')
@listableObjectComponent('Publication', ViewMode.StandalonePage, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-publication',
// styleUrls: ['./publication.component.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
/**
* Component that represents an untyped Item page
*/
@listableObjectComponent(Item, ViewMode.StandalonePage, Context.Any, 'custom')
@listableObjectComponent(Item, ViewMode.StandalonePage, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-untyped-item',
// styleUrls: ['./untyped-item.component.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {
PublicationSidebarSearchListElementComponent as BaseComponent
} from '../../../../../../../app/shared/object-list/sidebar-search-list-element/item-types/publication/publication-sidebar-search-list-element.component';

@listableObjectComponent('PublicationSearchResult', ViewMode.ListElement, Context.SideBarSearchModal, 'custom')
@listableObjectComponent('PublicationSearchResult', ViewMode.ListElement, Context.SideBarSearchModalCurrent, 'custom')
@listableObjectComponent(ItemSearchResult, ViewMode.ListElement, Context.SideBarSearchModal, 'custom')
@listableObjectComponent(ItemSearchResult, ViewMode.ListElement, Context.SideBarSearchModalCurrent, 'custom')
@listableObjectComponent('PublicationSearchResult', ViewMode.ListElement, Context.SideBarSearchModal, 'pedspace-custom')
@listableObjectComponent('PublicationSearchResult', ViewMode.ListElement, Context.SideBarSearchModalCurrent, 'pedspace-custom')
@listableObjectComponent(ItemSearchResult, ViewMode.ListElement, Context.SideBarSearchModal, 'pedspace-custom')
@listableObjectComponent(ItemSearchResult, ViewMode.ListElement, Context.SideBarSearchModalCurrent, 'pedspace-custom')
@Component({
selector: 'ds-publication-sidebar-search-list-element',
// templateUrl: './publication-sidebar-search-list-element.component.html',
Expand Down

0 comments on commit ccc9c9f

Please sign in to comment.