/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ import { WjComponentBehavior, IPropsMeta } from 'wijmo/wijmo.webcomponents.base'; import 'wijmo/wijmo.webcomponents.chart'; import * as wjcOlap from 'wijmo/wijmo.olap'; export declare class WjcPivotGrid extends wjcOlap.PivotGrid { _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; addEventListener(...args: any[]): void; } export declare class WjcPivotChart extends wjcOlap.PivotChart { _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; addEventListener(...args: any[]): void; } export declare class WjcPivotPanel extends wjcOlap.PivotPanel { _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; addEventListener(...args: any[]): void; } export declare class WjcSlicer extends wjcOlap.Slicer { _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; addEventListener(...args: any[]): void; }