mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
added TypeDoc
This commit is contained in:
@@ -13,10 +13,9 @@ import { MyDspaceItemStatusType } from '../../../object-collection/shared/mydspa
|
||||
import { listableObjectComponent } from '../../../object-collection/shared/listable-object/listable-object.decorator';
|
||||
import { ClaimedTaskSearchResult } from '../../../object-collection/shared/claimed-task-search-result.model';
|
||||
import { SearchResultListElementComponent } from '../../search-result-list-element/search-result-list-element.component';
|
||||
import { Item } from '../../../../core/shared/item.model';
|
||||
|
||||
/**
|
||||
* This component renders claimed task object for the mydspace result in the list view.
|
||||
* This component renders claimed task object for the search result in the list view.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-claimed-search-result-list-element',
|
||||
|
@@ -22,7 +22,7 @@ export class ItemListPreviewComponent {
|
||||
@Input() item: Item;
|
||||
|
||||
/**
|
||||
* The mydspace result object
|
||||
* The search result object
|
||||
*/
|
||||
@Input() object: SearchResult<any>;
|
||||
|
||||
|
@@ -9,7 +9,7 @@ import { ItemSearchResult } from '../../../object-collection/shared/item-search-
|
||||
import { SearchResultListElementComponent } from '../../search-result-list-element/search-result-list-element.component';
|
||||
|
||||
/**
|
||||
* This component renders item object for the mydspace result in the list view.
|
||||
* This component renders item object for the search result in the list view for submission.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-item-search-result-list-element-submission',
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { Component, Inject, OnInit } from '@angular/core';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
import { Observable } from 'rxjs';
|
||||
import { find } from 'rxjs/operators';
|
||||
@@ -13,10 +13,9 @@ import { listableObjectComponent } from '../../../object-collection/shared/lista
|
||||
import { PoolTaskSearchResult } from '../../../object-collection/shared/pool-task-search-result.model';
|
||||
import { SearchResultListElementComponent } from '../../search-result-list-element/search-result-list-element.component';
|
||||
import { TruncatableService } from '../../../truncatable/truncatable.service';
|
||||
import { Item } from '../../../../core/shared/item.model';
|
||||
|
||||
/**
|
||||
* This component renders pool task object for the mydspace result in the list view.
|
||||
* This component renders pool task object for the search result in the list view.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-pool-search-result-list-element',
|
||||
@@ -42,6 +41,9 @@ export class PoolSearchResultListElementComponent extends SearchResultListElemen
|
||||
*/
|
||||
public workflowitem: WorkflowItem;
|
||||
|
||||
/**
|
||||
* The index of this list element
|
||||
*/
|
||||
public index: number;
|
||||
|
||||
constructor(protected truncatableService: TruncatableService) {
|
||||
|
@@ -14,7 +14,7 @@ import { WorkflowItemSearchResult } from '../../../object-collection/shared/work
|
||||
import { SearchResultListElementComponent } from '../../search-result-list-element/search-result-list-element.component';
|
||||
|
||||
/**
|
||||
* This component renders workflowitem object for the mydspace result in the list view.
|
||||
* This component renders workflowitem object for the search result in the list view.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-workflow-item-my-dspace-result-list-element',
|
||||
|
@@ -14,7 +14,7 @@ import { WorkspaceItemSearchResult } from '../../../object-collection/shared/wor
|
||||
import { SearchResultListElementComponent } from '../../search-result-list-element/search-result-list-element.component';
|
||||
|
||||
/**
|
||||
* This component renders workspaceitem object for the mydspace result in the list view.
|
||||
* This component renders workspaceitem object for the search result in the list view.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-workspace-item-search-result-list-element',
|
||||
|
Reference in New Issue
Block a user