import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { CoreService } from "inet-core"; import { ChartService } from "../chart.service"; import { ActivatedRoute, Router } from "@angular/router"; import { Location } from "@angular/common"; import { ChartData } from "../../model/chart"; import * as i0 from "@angular/core"; export declare class ChartSelectComponent implements OnInit { private chartService; private router; private route; private location; private coreService; itemOut: EventEmitter; cancelOut: EventEmitter; oldChart: string; isPlugin: boolean; keywordInput: ElementRef; plugin: any; btnClass: string; formData: any; tags: any[]; categorys: any[]; datasets: any[]; charts: ChartData[]; chartSearch: ChartData[]; select?: any; chartSelect: ChartData; uuidDatasetSelect: string; keyword: string; currentSelect: string; private subRouter; constructor(chartService: ChartService, router: Router, route: ActivatedRoute, location: Location, coreService: CoreService); ngOnInit(): void; encodeBase64(str: string): string; decodeBase64(str: string): string; getChartsLists(): void; initData(): void; onActive(value?: any): void; search(keyword?: string): void; onSelect(value?: any): void; disableBtnAdd(): void; nextToExplore(): void; getImageByUrl(__value: any): any; reSelect(): void; cancelReSelect(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }