@visactor/vrender-components 1.1.0-alpha.15 → 1.1.0-alpha.16

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.
Files changed (52) hide show
  1. package/cjs/crosshair/base.js +1 -1
  2. package/cjs/crosshair/circle.js +1 -1
  3. package/cjs/crosshair/index.js +1 -1
  4. package/cjs/crosshair/line.js +1 -1
  5. package/cjs/crosshair/polygon-sector.js +1 -1
  6. package/cjs/crosshair/polygon.js +2 -1
  7. package/cjs/crosshair/rect.js +1 -1
  8. package/cjs/crosshair/register.js +1 -1
  9. package/cjs/crosshair/sector.js +1 -1
  10. package/cjs/crosshair/type.js +1 -1
  11. package/cjs/data-zoom/renderer.js +1 -2
  12. package/cjs/empty-tip/type.js +2 -1
  13. package/cjs/index.d.ts +1 -1
  14. package/cjs/index.js +1 -1
  15. package/cjs/index.js.map +1 -1
  16. package/cjs/label/arc.js +1 -1
  17. package/cjs/label/base.js +1 -1
  18. package/cjs/label/data-label-register.js +1 -2
  19. package/cjs/label/dataLabel.js +1 -1
  20. package/cjs/label/index.js +1 -1
  21. package/cjs/label/line.js +1 -1
  22. package/cjs/label/polygon.js +1 -1
  23. package/cjs/label/rect.js +1 -1
  24. package/cjs/label/register.js +1 -1
  25. package/cjs/label/symbol.js +1 -1
  26. package/dist/index.es.js +11 -6
  27. package/es/crosshair/base.js +1 -1
  28. package/es/crosshair/circle.js +1 -1
  29. package/es/crosshair/index.js +1 -1
  30. package/es/crosshair/line.js +1 -1
  31. package/es/crosshair/polygon-sector.js +1 -1
  32. package/es/crosshair/polygon.js +2 -1
  33. package/es/crosshair/rect.js +1 -1
  34. package/es/crosshair/register.js +1 -1
  35. package/es/crosshair/sector.js +1 -1
  36. package/es/crosshair/type.js +1 -1
  37. package/es/data-zoom/renderer.js +1 -2
  38. package/es/empty-tip/type.js +2 -1
  39. package/es/index.d.ts +1 -1
  40. package/es/index.js +1 -1
  41. package/es/index.js.map +1 -1
  42. package/es/label/arc.js +1 -1
  43. package/es/label/base.js +1 -1
  44. package/es/label/data-label-register.js +1 -2
  45. package/es/label/dataLabel.js +1 -1
  46. package/es/label/index.js +1 -1
  47. package/es/label/line.js +1 -1
  48. package/es/label/polygon.js +1 -1
  49. package/es/label/rect.js +1 -1
  50. package/es/label/register.js +1 -1
  51. package/es/label/symbol.js +1 -1
  52. package/package.json +6 -6
@@ -16,4 +16,4 @@ class CrosshairBase extends base_1.AbstractComponent {
16
16
  }
17
17
 
18
18
  exports.CrosshairBase = CrosshairBase;
19
- //# sourceMappingURL=base.js.map
19
+ //# sourceMappingURL=base.js.map
@@ -31,4 +31,4 @@ exports.CircleCrosshair = CircleCrosshair, CircleCrosshair.defaultAttributes = {
31
31
  lineDash: [ 2 ]
32
32
  }
33
33
  };
34
- //# sourceMappingURL=circle.js.map
34
+ //# sourceMappingURL=circle.js.map
@@ -21,4 +21,4 @@ Object.defineProperty(exports, "__esModule", {
21
21
  __exportStar(require("./circle"), exports), __exportStar(require("./sector"), exports),
22
22
  __exportStar(require("./polygon"), exports), __exportStar(require("./polygon-sector"), exports),
23
23
  __exportStar(require("./type"), exports);
24
- //# sourceMappingURL=index.js.map
24
+ //# sourceMappingURL=index.js.map
@@ -34,4 +34,4 @@ exports.LineCrosshair = LineCrosshair, LineCrosshair.defaultAttributes = {
34
34
  lineDash: [ 2 ]
35
35
  }
36
36
  };
37
- //# sourceMappingURL=line.js.map
37
+ //# sourceMappingURL=line.js.map
@@ -39,4 +39,4 @@ exports.PolygonSectorCrosshair = PolygonSectorCrosshair, PolygonSectorCrosshair.
39
39
  opacity: .2
40
40
  }
41
41
  };
42
- //# sourceMappingURL=polygon-sector.js.map
42
+ //# sourceMappingURL=polygon-sector.js.map
@@ -36,4 +36,5 @@ exports.PolygonCrosshair = PolygonCrosshair, PolygonCrosshair.defaultAttributes
36
36
  lineWidth: 1,
37
37
  lineDash: [ 2 ]
38
38
  }
39
- };
39
+ };
40
+ //# sourceMappingURL=polygon.js.map
@@ -36,4 +36,4 @@ exports.RectCrosshair = RectCrosshair, RectCrosshair.defaultAttributes = {
36
36
  opacity: .2
37
37
  }
38
38
  };
39
- //# sourceMappingURL=rect.js.map
39
+ //# sourceMappingURL=rect.js.map
@@ -33,4 +33,4 @@ function loadPolygonSectorCrosshairComponent() {
33
33
  exports.loadLineCrosshairComponent = loadLineCrosshairComponent, exports.loadCircleCrosshairComponent = loadCircleCrosshairComponent,
34
34
  exports.loadPolygonCrosshairComponent = loadPolygonCrosshairComponent, exports.loadRectCrosshairComponent = loadRectCrosshairComponent,
35
35
  exports.loadSectorCrosshairComponent = loadSectorCrosshairComponent, exports.loadPolygonSectorCrosshairComponent = loadPolygonSectorCrosshairComponent;
36
- //# sourceMappingURL=register.js.map
36
+ //# sourceMappingURL=register.js.map
@@ -37,4 +37,4 @@ exports.SectorCrosshair = SectorCrosshair, SectorCrosshair.defaultAttributes = {
37
37
  opacity: .2
38
38
  }
39
39
  };
40
- //# sourceMappingURL=sector.js.map
40
+ //# sourceMappingURL=sector.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=type.js.map
6
+ //# sourceMappingURL=type.js.map
@@ -483,5 +483,4 @@ class DataZoomRenderer {
483
483
  }
484
484
  }
485
485
 
486
- exports.DataZoomRenderer = DataZoomRenderer;
487
- //# sourceMappingURL=renderer.js.map
486
+ exports.DataZoomRenderer = DataZoomRenderer;
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=type.js.map
package/cjs/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const version = "1.1.0-alpha.15";
1
+ export declare const version = "1.1.0-alpha.16";
2
2
  export * from './core/base';
3
3
  export * from './core/type';
4
4
  export * from './scrollbar';
package/cjs/index.js CHANGED
@@ -17,7 +17,7 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
17
17
 
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
- }), exports.version = void 0, exports.version = "1.1.0-alpha.15", __exportStar(require("./core/base"), exports),
20
+ }), exports.version = void 0, exports.version = "1.1.0-alpha.16", __exportStar(require("./core/base"), exports),
21
21
  __exportStar(require("./core/type"), exports), __exportStar(require("./scrollbar"), exports),
22
22
  __exportStar(require("./tag"), exports), __exportStar(require("./poptip"), exports),
23
23
  __exportStar(require("./crosshair"), exports), __exportStar(require("./label"), exports),
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACa,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,8CAA4B;AAC5B,8CAA4B;AAC5B,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,8CAA4B;AAC5B,0CAAwB;AACxB,yCAAuB;AACvB,8CAA4B;AAC5B,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,8CAA4B;AAC5B,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,yCAAuB;AACvB,2CAAyB;AACzB,+CAA6B;AAC7B,wDAAsC","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.1.0-alpha.15\";\n\nexport * from './core/base';\nexport * from './core/type';\nexport * from './scrollbar';\nexport * from './tag';\nexport * from './poptip';\nexport * from './crosshair';\nexport * from './label';\nexport * from './axis';\nexport * from './axis/grid';\nexport * from './segment';\nexport * from './data-zoom';\nexport * from './marker';\nexport * from './pager';\nexport * from './legend';\nexport * from './title';\nexport * from './indicator';\nexport * from './slider';\nexport * from './link-path';\nexport * from './player';\nexport * from './brush';\nexport * from './tooltip';\nexport * from './timeline';\nexport * from './interface';\nexport * from './jsx';\nexport * from './checkbox';\nexport * from './radio';\nexport * from './empty-tip';\nexport * from './weather';\nexport * from './util';\nexport * from './switch';\nexport * from './label-item';\nexport * from './table-series-number';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACa,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,8CAA4B;AAC5B,8CAA4B;AAC5B,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,8CAA4B;AAC5B,0CAAwB;AACxB,yCAAuB;AACvB,8CAA4B;AAC5B,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,8CAA4B;AAC5B,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,yCAAuB;AACvB,2CAAyB;AACzB,+CAA6B;AAC7B,wDAAsC","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.1.0-alpha.16\";\n\nexport * from './core/base';\nexport * from './core/type';\nexport * from './scrollbar';\nexport * from './tag';\nexport * from './poptip';\nexport * from './crosshair';\nexport * from './label';\nexport * from './axis';\nexport * from './axis/grid';\nexport * from './segment';\nexport * from './data-zoom';\nexport * from './marker';\nexport * from './pager';\nexport * from './legend';\nexport * from './title';\nexport * from './indicator';\nexport * from './slider';\nexport * from './link-path';\nexport * from './player';\nexport * from './brush';\nexport * from './tooltip';\nexport * from './timeline';\nexport * from './interface';\nexport * from './jsx';\nexport * from './checkbox';\nexport * from './radio';\nexport * from './empty-tip';\nexport * from './weather';\nexport * from './util';\nexport * from './switch';\nexport * from './label-item';\nexport * from './table-series-number';\n"]}
package/cjs/label/arc.js CHANGED
@@ -516,4 +516,4 @@ const registerArcDataLabel = () => {
516
516
  };
517
517
 
518
518
  exports.registerArcDataLabel = registerArcDataLabel;
519
- //# sourceMappingURL=arc.js.map
519
+ //# sourceMappingURL=arc.js.map
package/cjs/label/base.js CHANGED
@@ -561,4 +561,4 @@ exports.LabelBase = LabelBase, LabelBase.defaultAttributes = {
561
561
  offset: 0,
562
562
  pickable: !1
563
563
  };
564
- //# sourceMappingURL=base.js.map
564
+ //# sourceMappingURL=base.js.map
@@ -12,5 +12,4 @@ exports.registerLabelComponent = registerLabelComponent;
12
12
 
13
13
  const getLabelComponent = type => labelComponentMap[type];
14
14
 
15
- exports.getLabelComponent = getLabelComponent;
16
- //# sourceMappingURL=data-label-register.js.map
15
+ exports.getLabelComponent = getLabelComponent;
@@ -65,4 +65,4 @@ class DataLabel extends base_1.AbstractComponent {
65
65
  exports.DataLabel = DataLabel, DataLabel.defaultAttributes = {
66
66
  pickable: !1
67
67
  };
68
- //# sourceMappingURL=dataLabel.js.map
68
+ //# sourceMappingURL=dataLabel.js.map
@@ -21,4 +21,4 @@ Object.defineProperty(exports, "__esModule", {
21
21
  __exportStar(require("./rect"), exports), __exportStar(require("./line"), exports),
22
22
  __exportStar(require("./base"), exports), __exportStar(require("./arc"), exports),
23
23
  __exportStar(require("./dataLabel"), exports);
24
- //# sourceMappingURL=index.js.map
24
+ //# sourceMappingURL=index.js.map
package/cjs/label/line.js CHANGED
@@ -57,4 +57,4 @@ const registerLineDataLabel = () => {
57
57
  };
58
58
 
59
59
  exports.registerLineDataLabel = registerLineDataLabel;
60
- //# sourceMappingURL=line.js.map
60
+ //# sourceMappingURL=line.js.map
@@ -40,4 +40,4 @@ exports.PolygonLabel = PolygonLabel, PolygonLabel.defaultAttributes = {
40
40
  position: "center",
41
41
  offset: 6
42
42
  };
43
- //# sourceMappingURL=polygon.js.map
43
+ //# sourceMappingURL=polygon.js.map
package/cjs/label/rect.js CHANGED
@@ -60,4 +60,4 @@ const registerRectDataLabel = () => {
60
60
  };
61
61
 
62
62
  exports.registerRectDataLabel = registerRectDataLabel;
63
- //# sourceMappingURL=rect.js.map
63
+ //# sourceMappingURL=rect.js.map
@@ -16,4 +16,4 @@ function loadLabelAnimate() {
16
16
  }
17
17
 
18
18
  exports.loadLabelComponent = loadLabelComponent, exports.loadLabelAnimate = loadLabelAnimate;
19
- //# sourceMappingURL=register.js.map
19
+ //# sourceMappingURL=register.js.map
@@ -41,4 +41,4 @@ const registerSymbolDataLabel = () => {
41
41
  };
42
42
 
43
43
  exports.registerSymbolDataLabel = registerSymbolDataLabel;
44
- //# sourceMappingURL=symbol.js.map
44
+ //# sourceMappingURL=symbol.js.map
package/dist/index.es.js CHANGED
@@ -20453,7 +20453,8 @@ class AnimateExecutor {
20453
20453
  let parsedFromProps = null,
20454
20454
  props = params.to,
20455
20455
  from = params.from;
20456
- props || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic)), props = parsedFromProps.props), from || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic)), from = parsedFromProps.from), parsedFromProps.attrOutChannel && graphic.setAttributes(parsedFromProps.attrOutChannel), this._handleRunAnimate(animate, custom, customType, from, props, duration, easing, customParameters, controlOptions, options, type, graphic);
20456
+ const commitAttrOutChannel = this.shouldCommitAttrOutChannel(type);
20457
+ props || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic, commitAttrOutChannel)), props = parsedFromProps.props), from || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic, commitAttrOutChannel)), from = parsedFromProps.from), parsedFromProps.attrOutChannel && graphic.setAttributes(parsedFromProps.attrOutChannel), this._handleRunAnimate(animate, custom, customType, from, props, duration, easing, customParameters, controlOptions, options, type, graphic);
20457
20458
  let totalDelay = 0;
20458
20459
  oneByOneDelay && (totalDelay = oneByOneDelay * (count - index - 1));
20459
20460
  const delayAfterValue = isFunction(delayAfter) ? delayAfter(null === (_h = null === (_g = graphic.context) || void 0 === _g ? void 0 : _g.data) || void 0 === _h ? void 0 : _h[0], graphic, {}) : delayAfter;
@@ -20516,7 +20517,8 @@ class AnimateExecutor {
20516
20517
  let parsedFromProps = null,
20517
20518
  props = effect.to,
20518
20519
  from = effect.from;
20519
- props || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic)), props = parsedFromProps.props), from || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic)), from = parsedFromProps.from), parsedFromProps.attrOutChannel && graphic.setAttributes(parsedFromProps.attrOutChannel);
20520
+ const commitAttrOutChannel = this.shouldCommitAttrOutChannel(type);
20521
+ props || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic, commitAttrOutChannel)), props = parsedFromProps.props), from || (parsedFromProps || (parsedFromProps = this.createPropsFromChannel(channel, graphic, commitAttrOutChannel)), from = parsedFromProps.from), parsedFromProps.attrOutChannel && graphic.setAttributes(parsedFromProps.attrOutChannel);
20520
20522
  const custom = null !== (_a = effect.custom) && void 0 !== _a ? _a : AnimateExecutor.builtInAnimateMap[type],
20521
20523
  customType = effect.custom ? effect.customType : getCustomType(custom);
20522
20524
  this._handleRunAnimate(animate, custom, customType, from, props, duration, easing, customParameters, controlOptions, options, type, graphic);
@@ -20530,11 +20532,14 @@ class AnimateExecutor {
20530
20532
  interpolator(ratio, from, to, step, target, animate.target, customParams);
20531
20533
  }, animate.to(props, duration, easing);
20532
20534
  }
20535
+ shouldCommitAttrOutChannel(type) {
20536
+ return "update" !== type;
20537
+ }
20533
20538
  createCustomAnimation(animate, CustomAnimateConstructor, from, props, duration, easing, customParams) {
20534
20539
  const customAnimate = new CustomAnimateConstructor(from, props, duration, easing, customParams);
20535
20540
  animate.play(customAnimate);
20536
20541
  }
20537
- createPropsFromChannel(channel, graphic) {
20542
+ createPropsFromChannel(channel, graphic, includeAttrOutChannel = !0) {
20538
20543
  var _a;
20539
20544
  const props = {};
20540
20545
  let from = null;
@@ -20543,7 +20548,7 @@ class AnimateExecutor {
20543
20548
  props: props,
20544
20549
  attrOutChannel: null
20545
20550
  };
20546
- const attrOutChannel = {};
20551
+ const attrOutChannel = includeAttrOutChannel ? {} : null;
20547
20552
  let hasAttrs = !1;
20548
20553
  const diffAttrs = null === (_a = graphic.context) || void 0 === _a ? void 0 : _a.diffAttrs;
20549
20554
  if (Array.isArray(channel) && (channel = channel.reduce((res, key) => (void 0 === diffAttrs[key] || (res[key] = {
@@ -20552,7 +20557,7 @@ class AnimateExecutor {
20552
20557
  var _a, _b, _c, _d;
20553
20558
  const config = channel[key];
20554
20559
  void 0 !== config.to && ("function" == typeof config.to ? props[key] = config.to(null === (_b = null === (_a = graphic.context) || void 0 === _a ? void 0 : _a.data) || void 0 === _b ? void 0 : _b[0], graphic, {}) : props[key] = config.to), void 0 !== config.from && (from || (from = {}), "function" == typeof config.from ? from[key] = config.from(null === (_d = null === (_c = graphic.context) || void 0 === _c ? void 0 : _c.data) || void 0 === _d ? void 0 : _d[0], graphic, {}) : from[key] = config.from);
20555
- }), diffAttrs) for (const key in diffAttrs) {
20560
+ }), diffAttrs && attrOutChannel) for (const key in diffAttrs) {
20556
20561
  const value = diffAttrs[key];
20557
20562
  if (void 0 === value) continue;
20558
20563
  props.hasOwnProperty(key) || !!(null == from ? void 0 : from.hasOwnProperty(key)) || (attrOutChannel[key] = value, hasAttrs = !0);
@@ -35772,6 +35777,6 @@ TableSeriesNumber.defaultAttributes = {
35772
35777
  select: true
35773
35778
  };
35774
35779
 
35775
- const version = "1.1.0-alpha.15";
35780
+ const version = "1.1.0-alpha.16";
35776
35781
 
35777
35782
  export { AXIS_ELEMENT_NAME, AbstractComponent, ArcInfo, ArcLabel, ArcSegment, AxisStateValue, BasePlayer, Brush, CheckBox, CircleAxis, CircleAxisGrid, CircleCrosshair, ColorContinuousLegend, ContinuousPlayer, DEFAULT_ITEM_SPACE_COL, DEFAULT_ITEM_SPACE_ROW, DEFAULT_LABEL_SPACE, DEFAULT_PAGER_SPACE, DEFAULT_SHAPE_SIZE, DEFAULT_SHAPE_SPACE, DEFAULT_STATES$1 as DEFAULT_STATES, DEFAULT_TITLE_SPACE, DEFAULT_VALUE_SPACE, DataLabel, DataZoom, DataZoomActiveTag, DirectionEnum, DiscreteLegend, DiscretePlayer, EmptyTip, GroupTransition, IDataZoomEvent, IDataZoomInteractiveEvent, IMarkAreaLabelPosition, IMarkCommonArcLabelPosition, IMarkLineLabelPosition, IMarkPointItemPosition, IOperateType, Indicator, LEGEND_ELEMENT_NAME, LabelBase, LegendEvent, LegendStateValue, LineAxis, LineAxisGrid, LineCrosshair, LineLabel, LinkPath, MarkArcArea, MarkArcLine, MarkArea, MarkLine, MarkPoint, Pager, PlayerEventEnum, PolygonCrosshair, PolygonSectorCrosshair, PopTip, Radio, RectCrosshair, RectLabel, SLIDER_ELEMENT_NAME, ScrollBar, SectorCrosshair, Segment, SeriesNumberCellStateValue, SeriesNumberEvent, SizeContinuousLegend, Slider, StoryLabelItem, Switch, SymbolLabel, TableSeriesNumber, Tag, Timeline, Title, Tooltip, TopZIndex, VTag, WeatherBox, alignTextInLine, angle, angleLabelOrientAttribute, angleTo, cartesianTicks, clampRadian, computeOffsetForlimit, continuousTicks, contrastAccessibilityChecker, convertDomainToTickData, createTextGraphicByType, deltaXYToAngle, fuzzyEqualNumber, getAxisBreakSymbolAttrs, getCircleLabelPosition, getCirclePoints, getCircleVerticalVector, getElMap, getHorizontalPath, getMarksByName, getNoneGroupMarksByName, getPolarAngleLabelPosition, getPolygonPath, getSizeHandlerPath, getTextAlignAttrOfVerticalDir, getTextType, getVerticalCoord, getVerticalPath, hasOverlap, htmlAttributeTransform, initTextMeasure, installPoptipToApp, installScrollbarToApp, isInRange, isPostiveXAxis, isRichText, isVisible, labelSmartInvert, length, limitShapeInBounds, linearDiscreteTicks, loadPoptip, loadScrollbar, measureTextSize, normalize, polarAngleAxisDiscreteTicks, polarTicks, reactAttributeTransform, registerArcDataLabel, registerLineDataLabel, registerMarkArcAreaAnimate, registerMarkArcLineAnimate, registerMarkAreaAnimate, registerMarkLineAnimate, registerMarkPointAnimate, registerRectDataLabel, registerSymbolDataLabel, removeRepeatPoint, richTextAttributeTransform, scale, setPoptipTheme, smartInvertStrategy, tan2AngleToAngle, textIntersect, ticks, traverseGroup, version };
@@ -8,4 +8,4 @@ export class CrosshairBase extends AbstractComponent {
8
8
  this.renderCrosshair(this);
9
9
  }
10
10
  }
11
- //# sourceMappingURL=base.js.map
11
+ //# sourceMappingURL=base.js.map
@@ -29,4 +29,4 @@ CircleCrosshair.defaultAttributes = {
29
29
  lineDash: [ 2 ]
30
30
  }
31
31
  };
32
- //# sourceMappingURL=circle.js.map
32
+ //# sourceMappingURL=circle.js.map
@@ -11,4 +11,4 @@ export * from "./polygon";
11
11
  export * from "./polygon-sector";
12
12
 
13
13
  export * from "./type";
14
- //# sourceMappingURL=index.js.map
14
+ //# sourceMappingURL=index.js.map
@@ -32,4 +32,4 @@ LineCrosshair.defaultAttributes = {
32
32
  lineDash: [ 2 ]
33
33
  }
34
34
  };
35
- //# sourceMappingURL=line.js.map
35
+ //# sourceMappingURL=line.js.map
@@ -38,4 +38,4 @@ PolygonSectorCrosshair.defaultAttributes = {
38
38
  opacity: .2
39
39
  }
40
40
  };
41
- //# sourceMappingURL=polygon-sector.js.map
41
+ //# sourceMappingURL=polygon-sector.js.map
@@ -34,4 +34,5 @@ PolygonCrosshair.defaultAttributes = {
34
34
  lineWidth: 1,
35
35
  lineDash: [ 2 ]
36
36
  }
37
- };
37
+ };
38
+ //# sourceMappingURL=polygon.js.map
@@ -34,4 +34,4 @@ RectCrosshair.defaultAttributes = {
34
34
  opacity: .2
35
35
  }
36
36
  };
37
- //# sourceMappingURL=rect.js.map
37
+ //# sourceMappingURL=rect.js.map
@@ -23,4 +23,4 @@ export function loadSectorCrosshairComponent() {
23
23
  export function loadPolygonSectorCrosshairComponent() {
24
24
  registerGroup(), registerPath();
25
25
  }
26
- //# sourceMappingURL=register.js.map
26
+ //# sourceMappingURL=register.js.map
@@ -36,4 +36,4 @@ SectorCrosshair.defaultAttributes = {
36
36
  opacity: .2
37
37
  }
38
38
  };
39
- //# sourceMappingURL=sector.js.map
39
+ //# sourceMappingURL=sector.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
@@ -480,5 +480,4 @@ export class DataZoomRenderer {
480
480
  return labelShape ? labelShape.setAttributes(attributes) : (labelShape = new Tag(attributes),
481
481
  labelShape.name = name, container.add(labelShape)), labelShape;
482
482
  }
483
- }
484
- //# sourceMappingURL=renderer.js.map
483
+ }
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=type.js.map
package/es/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const version = "1.1.0-alpha.15";
1
+ export declare const version = "1.1.0-alpha.16";
2
2
  export * from './core/base';
3
3
  export * from './core/type';
4
4
  export * from './scrollbar';
package/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export const version = "1.1.0-alpha.15";
1
+ export const version = "1.1.0-alpha.16";
2
2
 
3
3
  export * from "./core/base";
4
4
 
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC;AAExC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.1.0-alpha.15\";\n\nexport * from './core/base';\nexport * from './core/type';\nexport * from './scrollbar';\nexport * from './tag';\nexport * from './poptip';\nexport * from './crosshair';\nexport * from './label';\nexport * from './axis';\nexport * from './axis/grid';\nexport * from './segment';\nexport * from './data-zoom';\nexport * from './marker';\nexport * from './pager';\nexport * from './legend';\nexport * from './title';\nexport * from './indicator';\nexport * from './slider';\nexport * from './link-path';\nexport * from './player';\nexport * from './brush';\nexport * from './tooltip';\nexport * from './timeline';\nexport * from './interface';\nexport * from './jsx';\nexport * from './checkbox';\nexport * from './radio';\nexport * from './empty-tip';\nexport * from './weather';\nexport * from './util';\nexport * from './switch';\nexport * from './label-item';\nexport * from './table-series-number';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC;AAExC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.1.0-alpha.16\";\n\nexport * from './core/base';\nexport * from './core/type';\nexport * from './scrollbar';\nexport * from './tag';\nexport * from './poptip';\nexport * from './crosshair';\nexport * from './label';\nexport * from './axis';\nexport * from './axis/grid';\nexport * from './segment';\nexport * from './data-zoom';\nexport * from './marker';\nexport * from './pager';\nexport * from './legend';\nexport * from './title';\nexport * from './indicator';\nexport * from './slider';\nexport * from './link-path';\nexport * from './player';\nexport * from './brush';\nexport * from './tooltip';\nexport * from './timeline';\nexport * from './interface';\nexport * from './jsx';\nexport * from './checkbox';\nexport * from './radio';\nexport * from './empty-tip';\nexport * from './weather';\nexport * from './util';\nexport * from './switch';\nexport * from './label-item';\nexport * from './table-series-number';\n"]}
package/es/label/arc.js CHANGED
@@ -503,4 +503,4 @@ ArcLabel.defaultAttributes = {
503
503
  export const registerArcDataLabel = () => {
504
504
  registerLabelComponent("arc", ArcLabel);
505
505
  };
506
- //# sourceMappingURL=arc.js.map
506
+ //# sourceMappingURL=arc.js.map
package/es/label/base.js CHANGED
@@ -572,4 +572,4 @@ LabelBase.defaultAttributes = {
572
572
  offset: 0,
573
573
  pickable: !1
574
574
  };
575
- //# sourceMappingURL=base.js.map
575
+ //# sourceMappingURL=base.js.map
@@ -4,5 +4,4 @@ export const registerLabelComponent = (type, LabelClass) => {
4
4
  labelComponentMap[type] = LabelClass;
5
5
  };
6
6
 
7
- export const getLabelComponent = type => labelComponentMap[type];
8
- //# sourceMappingURL=data-label-register.js.map
7
+ export const getLabelComponent = type => labelComponentMap[type];
@@ -67,4 +67,4 @@ export class DataLabel extends AbstractComponent {
67
67
  DataLabel.defaultAttributes = {
68
68
  pickable: !1
69
69
  };
70
- //# sourceMappingURL=dataLabel.js.map
70
+ //# sourceMappingURL=dataLabel.js.map
package/es/label/index.js CHANGED
@@ -11,4 +11,4 @@ export * from "./base";
11
11
  export * from "./arc";
12
12
 
13
13
  export * from "./dataLabel";
14
- //# sourceMappingURL=index.js.map
14
+ //# sourceMappingURL=index.js.map
package/es/label/line.js CHANGED
@@ -55,4 +55,4 @@ LineLabel.defaultAttributes = {
55
55
  export const registerLineDataLabel = () => {
56
56
  registerLabelComponent("line", LineLabel), registerLabelComponent("area", LineLabel);
57
57
  };
58
- //# sourceMappingURL=line.js.map
58
+ //# sourceMappingURL=line.js.map
@@ -36,4 +36,4 @@ PolygonLabel.defaultAttributes = {
36
36
  position: "center",
37
37
  offset: 6
38
38
  };
39
- //# sourceMappingURL=polygon.js.map
39
+ //# sourceMappingURL=polygon.js.map
package/es/label/rect.js CHANGED
@@ -55,4 +55,4 @@ RectLabel.tag = "rect-label", RectLabel.defaultAttributes = {
55
55
  export const registerRectDataLabel = () => {
56
56
  registerLabelComponent("rect", RectLabel);
57
57
  };
58
- //# sourceMappingURL=rect.js.map
58
+ //# sourceMappingURL=rect.js.map
@@ -9,4 +9,4 @@ export function loadLabelComponent() {
9
9
  export function loadLabelAnimate() {
10
10
  registerLabelAnimate();
11
11
  }
12
- //# sourceMappingURL=register.js.map
12
+ //# sourceMappingURL=register.js.map
@@ -39,4 +39,4 @@ SymbolLabel.defaultAttributes = {
39
39
  export const registerSymbolDataLabel = () => {
40
40
  registerLabelComponent("symbol", SymbolLabel), registerLabelComponent("line-data", SymbolLabel);
41
41
  };
42
- //# sourceMappingURL=symbol.js.map
42
+ //# sourceMappingURL=symbol.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-components",
3
- "version": "1.1.0-alpha.15",
3
+ "version": "1.1.0-alpha.16",
4
4
  "description": "components library for dp visualization",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -14,9 +14,9 @@
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "~1.0.12",
16
16
  "@visactor/vscale": "~1.0.12",
17
- "@visactor/vrender-core": "1.1.0-alpha.15",
18
- "@visactor/vrender-kits": "1.1.0-alpha.15",
19
- "@visactor/vrender-animate": "1.1.0-alpha.15"
17
+ "@visactor/vrender-core": "1.1.0-alpha.16",
18
+ "@visactor/vrender-kits": "1.1.0-alpha.16",
19
+ "@visactor/vrender-animate": "1.1.0-alpha.16"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@rushstack/eslint-patch": "~1.1.4",
@@ -30,9 +30,9 @@
30
30
  "vite": "3.2.6",
31
31
  "typescript": "4.9.5",
32
32
  "cross-env": "^7.0.3",
33
- "@internal/eslint-config": "0.0.1",
34
33
  "@internal/bundler": "0.0.1",
35
- "@internal/ts-config": "0.0.1"
34
+ "@internal/ts-config": "0.0.1",
35
+ "@internal/eslint-config": "0.0.1"
36
36
  },
37
37
  "keywords": [
38
38
  "VisActor",