@visactor/vchart-types 2.0.11-alpha.4 → 2.0.11-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,8 +57,7 @@ export declare class Tooltip extends BaseComponent<any> implements ITooltip {
57
57
  protected _handleChartMouseOut: (params?: BaseEventParams) => void;
58
58
  protected _getMouseMoveHandler: (isClick: boolean) => (params: BaseEventParams) => void;
59
59
  protected _handleChartMouseMove: (params: BaseEventParams, isClick: boolean) => void;
60
- protected _showContentByEvent(activeType: TooltipActiveType): boolean;
61
- protected _showTooltipByMouseEvent: (activeType: TooltipActiveType, mouseEventData: TotalMouseEventData, params: BaseEventParams, isClick: boolean, useCache?: boolean) => boolean | 'unShowByOption';
60
+ protected _showTooltipByMouseEvent: (activeType: TooltipActiveType, mouseEventData: TotalMouseEventData, params: BaseEventParams, isClick: boolean, useCache?: boolean) => boolean;
62
61
  protected _getMouseEventData: (params: BaseEventParams) => TotalMouseEventData;
63
62
  protected _hideTooltipByHandler: (params: TooltipHandlerParams) => TooltipResult;
64
63
  reInit(spec?: any): void;
@@ -21,3 +21,4 @@ export declare const MOSAIC_CAT_END_PERCENT: string;
21
21
  export declare const SEGMENT_FIELD_START: string;
22
22
  export declare const SEGMENT_FIELD_END: string;
23
23
  export declare const DEFAULT_KEY: string;
24
+ export declare const DEFAULT_MAP_LOOK_UP_KEY: string;
@@ -3,5 +3,4 @@ export interface IMapOpt {
3
3
  nameMap: Record<string, string>;
4
4
  nameProperty: string;
5
5
  }
6
- export declare const DEFAULT_MAP_LOOK_UP_KEY: string;
7
6
  export declare const map: (data: GeoSourceType, opt: IMapOpt) => any;
package/types/index.d.ts CHANGED
@@ -23,6 +23,7 @@ export * from './util/spec/transform';
23
23
  export * from './util/mark';
24
24
  export * from './util/region';
25
25
  export * from './util/scale';
26
+ export * from './constant/data';
26
27
  export * from './component/base';
27
28
  export * from './compile/data/compilable-data';
28
29
  export * from './animation';