@hmcts/media-viewer
Version:
36 lines • 1.85 kB
TypeScript
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
import { Annotation } from '../../annotation-set/annotation-view/annotation.model';
import { Store } from '@ngrx/store';
import * as fromStore from '../../../store/reducers/reducers';
import { Subscription } from 'rxjs';
import { ToolbarEventService } from '../../../toolbar/toolbar-event.service';
import { CommentService } from '../comment/comment.service';
import { IcpEventService } from '../../../toolbar/icp-event.service';
import * as i0 from "@angular/core";
export declare class CommentSetHeaderComponent implements OnInit, OnDestroy {
private store;
private commentService;
toolbarEvents: ToolbarEventService;
readonly icpEventService: IcpEventService;
showCommentSummary: boolean;
isHidden: boolean;
readonly showCommentSummaryDialog: EventEmitter<any>;
marginToComment: boolean;
tabs: {
isFiltered?: boolean;
label: string;
}[];
tabSelected: string;
isFiltered: boolean;
navigationList: Annotation[];
$subscriptions: Subscription;
constructor(store: Store<fromStore.State>, commentService: CommentService, toolbarEvents: ToolbarEventService, icpEventService: IcpEventService);
ngOnInit(): void;
toggleCommentsSummary(): void;
selectTab(tab: string): void;
toggleCommentsPanel(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CommentSetHeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CommentSetHeaderComponent, "mv-comment-set-header", never, { "showCommentSummary": { "alias": "showCommentSummary"; "required": false; }; "isHidden": { "alias": "isHidden"; "required": false; }; }, { "showCommentSummaryDialog": "showCommentSummaryDialog"; }, never, never, false, never>;
}
//# sourceMappingURL=comment-set-header.component.d.ts.map