UNPKG

stimulsoft-viewer-angular

Version:

The Viewer component is designed to view reports and dashboards in the web browser.

32 lines (31 loc) 1.34 kB
import { OnInit, ElementRef, AfterViewInit } from '@angular/core'; import { ControllerService } from '../services/controller.service'; import { ModelService } from '../services/model.service'; import { StylesService } from '../services/styles.service'; import { InteractionsService } from '../services/interactions.service'; import * as i0 from "@angular/core"; export declare class ReportPanelComponent implements OnInit, AfterViewInit { private controller; model: ModelService; private stylesService; private interactionService; element: ElementRef; private scrollTimeout; private touchesLength; private touchZoomFirstDistance; private touchZoomSecondDistance; private touchZoomValue; private touchStartX; maxHeights: {}; constructor(controller: ControllerService, model: ModelService, stylesService: StylesService, interactionService: InteractionsService); ngOnInit(): void; ngAfterViewInit(): void; loadPages(): void; get position(): string; scroll(): void; eventTouchStart(e: any): void; eventTouchMove(e: any): void; eventTouchEnd(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<ReportPanelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ReportPanelComponent, "sti-report-panel", never, {}, {}, never, never, false, never>; }