import { IPSAppDEChartExplorerView, IPSChartExpBar } from '@ibizstudio/runtime'; import { ChartExpViewEngine } from '@ibizstudio/runtime'; import { ExpViewBase } from './expview-base'; export declare class ChartExpViewBase extends ExpViewBase { /** * 图表导航视图实例对象 * * @type {IPSAppDEChartExplorerView} * @memberof ChartExpViewBase */ viewInstance: IPSAppDEChartExplorerView; /** * 图表导航栏实例对象 * * @type {IPSChartExpBar} * @memberof ChartExpViewBase */ expBarInstance: IPSChartExpBar; /** * 图表导航视图引擎对象 * * @type {ChartExpViewEngine} * @memberof ChartExpViewBase */ engine: ChartExpViewEngine; /** * 视图模型初始化 * * @memberof ChartExpViewBase */ viewModelInit(): Promise; /** * 引擎初始化 * * @memberof ChartExpViewBase */ engineInit(): void; /** * 计算图表导航栏部件参数 * * @memberof CalendarExpViewBase */ computeTargetCtrlData(controlInstance: any): { targetCtrlName: string; targetCtrlParam: any; targetCtrlEvent: any; }; } //# sourceMappingURL=chartexpview-base.d.ts.map