@hmcts/media-viewer
Version:
15 lines • 746 B
TypeScript
import { CommentComponent } from './comment/comment.component';
import * as i0 from "@angular/core";
export declare class CommentSetRenderService {
redrawComponents(commentComponents: CommentComponent[], pageHeights: any[], rotate: number, zoom: number): void;
sortComponents(commentComponents: CommentComponent[], pageHeights: any[], rotate: number, zoom: number): CommentComponent[];
private adjustIfOverlapping;
private processSort;
private onSameLine;
private top;
private height;
private difference;
static ɵfac: i0.ɵɵFactoryDeclaration<CommentSetRenderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CommentSetRenderService>;
}
//# sourceMappingURL=comment-set-render.service.d.ts.map