UNPKG

stimulsoft-viewer-angular

Version:

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

27 lines (26 loc) 1.23 kB
import { OnInit, ElementRef, AfterViewInit } from '@angular/core'; import { ModelService } from '../services/model.service'; import { HelperService } from '../services/helper.service'; import { ControllerService } from '../services/controller.service'; import { BookmarkNode } from '../services/objects'; import * as i0 from "@angular/core"; export declare class BookmarksPanelComponent implements OnInit, AfterViewInit { model: ModelService; helper: HelperService; controller: ControllerService; element: ElementRef; bookmarksPanel: ElementRef; rootName: string; constructor(model: ModelService, helper: HelperService, controller: ControllerService); ngAfterViewInit(): void; ngOnInit(): void; getImg1(node: BookmarkNode, i: number): string; postAction(node: BookmarkNode): void; clearSelected(): void; create(): void; parseNodes(bookmarks: any, index: number, nodes: BookmarkNode[]): void; unescape(str: string): string; get bottom(): string; static ɵfac: i0.ɵɵFactoryDeclaration<BookmarksPanelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BookmarksPanelComponent, "sti-bookmarks-panel", never, {}, {}, never, never, false, never>; }