@visactor/vchart-types 2.0.7-alpha.6 → 2.0.7-alpha.7

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.
@@ -22,8 +22,8 @@ export * from '../typings/spec/index';
22
22
  export * from '../typings/visual';
23
23
  export * from '../typings/tooltip';
24
24
  export * from '../theme/index';
25
- export { vglobal, createGroup, createRichText, createText, createArc, createArea, createRect, createLine, createSymbol } from '@visactor/vrender-core';
26
- export { ManualTicker, StreamLight } from '@visactor/vrender-animate';
25
+ export { vglobal, createGroup, createRichText, createText, createArc, createArea, createRect, createLine, createSymbol, createImage, createPath, createArc3d, createPyramid3d, createRect3d, graphicCreator, type IGraphic, type IGlyph, type IGroup, type IText, type ILine, type IArea, type IRect, type INode, type IStage, type EasingType, type ILineGraphicAttribute, type ITextGraphicAttribute, type IRectGraphicAttribute, type IGroupGraphicAttribute, type TextAlignType, type TextBaselineType, type GraphicEventType, type IAreaGraphicAttribute, type ISymbolGraphicAttribute } from '@visactor/vrender-core';
26
+ export { ManualTicker, StreamLight, ACustomAnimate, AnimateExecutor, RotateBySphereAnimate } from '@visactor/vrender-animate';
27
27
  export * from '../util/space';
28
28
  export { transformToGraphic } from '../util/style';
29
29
  export { getSpecInfo } from '../component/util';
@@ -31,3 +31,9 @@ export { registerDataSetInstanceParser, registerDataSetInstanceTransform } from
31
31
  export { lookup } from '../data/transforms/lookup';
32
32
  export { warn } from '../util/debug';
33
33
  export { measureText } from '../util/text';
34
+ export { AbstractComponent, Segment, MarkPoint, type SegmentAttributes, type Point } from '@visactor/vrender-components';
35
+ export { registerLine, registerRect, registerArc3d, registerPyramid3d, registerRect3d, registerShadowRoot } from '@visactor/vrender-kits';
36
+ export * from '@visactor/vlayouts';
37
+ export { DataView, DataSet, svgParser } from '@visactor/vdataset';
38
+ export type { SVGParsedElement, SVGParserResult, ISVGSourceOption } from '@visactor/vdataset';
39
+ export * from '@visactor/vutils';