UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

173 lines (172 loc) 12.5 kB
/// <reference types="hoist-non-react-statics" /> import React from 'react'; import CapsuleBarChartStore from './store'; declare const _default: React.ComponentClass<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }, any> & { new (props: any): { store: CapsuleBarChartStore; getProps: () => Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }> & Readonly<{ children?: React.ReactNode; }>; componentWillUnmount(): void; render(): React.JSX.Element; context: any; setState<K extends string | number | symbol>(state: any, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<any>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextState: Readonly<any>, nextContext: any): boolean; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, prevState: Readonly<any>): any; componentDidUpdate?(prevProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, prevState: Readonly<any>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextState: Readonly<any>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextState: Readonly<any>, nextContext: any): void; }; contextType?: React.Context<any> | undefined; }) | (React.FunctionComponent<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }> & { new (props: any): { store: CapsuleBarChartStore; getProps: () => Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }> & Readonly<{ children?: React.ReactNode; }>; componentWillUnmount(): void; render(): React.JSX.Element; context: any; setState<K extends string | number | symbol>(state: any, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<any>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextState: Readonly<any>, nextContext: any): boolean; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, prevState: Readonly<any>): any; componentDidUpdate?(prevProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, prevState: Readonly<any>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextState: Readonly<any>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<{ store: CapsuleBarChartStore; }, never> & { getChartStore?: ((store: import("../stores/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").default<import("../../../base-pandora-visualization/services/chart-style/charts/base").IChartStyleOption>>) => void) | undefined; chartContainerService: import("../../..").IChartContainerService; }>, nextState: Readonly<any>, nextContext: any): void; }; contextType?: React.Context<any> | undefined; }), {}>; export default _default;