@visactor/vrender-components 1.0.3 → 1.0.4

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.
package/cjs/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const version = "1.0.3";
1
+ export declare const version = "1.0.4";
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.0.3", __exportStar(require("./core/base"), exports),
20
+ }), exports.version = void 0, exports.version = "1.0.4", __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,OAAO,CAAC;AAE/B,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","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.0.3\";\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';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACa,QAAA,OAAO,GAAG,OAAO,CAAC;AAE/B,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","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.0.4\";\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';\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
@@ -520,4 +520,4 @@ exports.LabelBase = LabelBase, LabelBase.defaultAttributes = {
520
520
  offset: 0,
521
521
  pickable: !1
522
522
  };
523
- //# sourceMappingURL=base.js.map
523
+ //# sourceMappingURL=base.js.map
@@ -13,4 +13,4 @@ exports.registerLabelComponent = registerLabelComponent;
13
13
  const getLabelComponent = type => labelComponentMap[type];
14
14
 
15
15
  exports.getLabelComponent = getLabelComponent;
16
- //# sourceMappingURL=data-label-register.js.map
16
+ //# sourceMappingURL=data-label-register.js.map
@@ -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
@@ -18,4 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./label-item"), exports), __exportStar(require("./type"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.js.map
@@ -160,4 +160,4 @@ exports.StoryLabelItem = StoryLabelItem, StoryLabelItem.defaultAttributes = {
160
160
  },
161
161
  theme: "default"
162
162
  };
163
- //# sourceMappingURL=label-item.js.map
163
+ //# sourceMappingURL=label-item.js.map
@@ -12,4 +12,4 @@ function loadLabelItemComponent() {
12
12
  }
13
13
 
14
14
  exports.loadLabelItemComponent = loadLabelItemComponent;
15
- //# sourceMappingURL=register.js.map
15
+ //# sourceMappingURL=register.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
package/dist/index.es.js CHANGED
@@ -6391,9 +6391,9 @@ class Graphic extends Node {
6391
6391
  setWidthHeightWithoutTransform(aabbBounds) {
6392
6392
  this.widthWithoutTransform = aabbBounds.x2 - aabbBounds.x1, this.heightWithoutTransform = aabbBounds.y2 - aabbBounds.y1;
6393
6393
  }
6394
- setAttributesAndPreventAnimate(params, forceUpdateTag = !1, context) {
6394
+ setAttributesAndPreventAnimate(params, forceUpdateTag = !1, context, ignorePriority) {
6395
6395
  this.setAttributes(params, forceUpdateTag, context), this.animates && this.animates.forEach(animate => {
6396
- Object.keys(params).forEach(key => {
6396
+ (animate.priority !== 1 / 0 || ignorePriority) && Object.keys(params).forEach(key => {
6397
6397
  animate.preventAttr(key);
6398
6398
  });
6399
6399
  });
@@ -6564,7 +6564,7 @@ class Graphic extends Node {
6564
6564
  });
6565
6565
  } else this.stopStateAnimates(), this.setAttributesAndPreventAnimate(attrs, !1, {
6566
6566
  type: AttributeUpdateType.STATE
6567
- });
6567
+ }), this.finalAttribute && Object.assign(this.finalAttribute, attrs);
6568
6568
  this._emitCustomEvent("afterStateUpdate", {
6569
6569
  type: AttributeUpdateType.STATE
6570
6570
  });
@@ -18825,7 +18825,7 @@ class DefaultTimeline extends EventEmitter {
18825
18825
  return this._animateCount;
18826
18826
  }
18827
18827
  constructor() {
18828
- super(), this.head = null, this.tail = null, this.animateMap = new Map(), this._animateCount = 0, this._playSpeed = 1, this._totalDuration = 0, this._startTime = 0, this._currentTime = 0, this.id = Generator.GenAutoIncrementId(), this.paused = !1;
18828
+ super(), this.head = null, this.tail = null, this.animateMap = new Map(), this._animateCount = 0, this._playSpeed = 1, this._totalDuration = 0, this._startTime = 0, this._currentTime = 0, this._animationEndFlag = !0, this.id = Generator.GenAutoIncrementId(), this.paused = !1;
18829
18829
  }
18830
18830
  isRunning() {
18831
18831
  return !this.paused && this._animateCount > 0;
@@ -18854,10 +18854,11 @@ class DefaultTimeline extends EventEmitter {
18854
18854
  }
18855
18855
  tick(delta) {
18856
18856
  if (this.paused) return;
18857
+ this._animationEndFlag && (this._animationEndFlag = !1, this.emit("animationStart"));
18857
18858
  const scaledDelta = delta * this._playSpeed;
18858
18859
  this._currentTime += scaledDelta, this.forEachAccessAnimate((animate, i) => {
18859
18860
  animate.status === AnimateStatus.END ? this.removeAnimate(animate, !0) : animate.status !== AnimateStatus.RUNNING && animate.status !== AnimateStatus.INITIAL || animate.advance(scaledDelta);
18860
- }), 0 === this._animateCount && this.emit("animationEnd");
18861
+ }), 0 === this._animateCount && (this._animationEndFlag = !0, this.emit("animationEnd"));
18861
18862
  }
18862
18863
  clear() {
18863
18864
  this.forEachAccessAnimate(animate => {
@@ -18921,7 +18922,9 @@ class Animate {
18921
18922
  return this._timeline;
18922
18923
  }
18923
18924
  bind(target) {
18924
- return this.target = target, this.target.onAnimateBind && !this.slience && this.target.onAnimateBind(this), this.target.animationAttribute || (this.target.animationAttribute = {}), this;
18925
+ return this.target = target, this.target.animates || (this.target.animates = new Map()), this.target.animates.set(this.id, this), this.onRemove(() => {
18926
+ this.stop(), this.target.animates.delete(this.id);
18927
+ }), this.target.onAnimateBind && !this.slience && this.target.onAnimateBind(this), this.target.animationAttribute || (this.target.animationAttribute = {}), this;
18925
18928
  }
18926
18929
  to(props, duration = 300, easing = "linear") {
18927
18930
  const step = new Step(AnimateStepType.to, props, duration, easing);
@@ -19135,8 +19138,8 @@ class DefaultTicker extends EventEmitter {
19135
19138
  }
19136
19139
  init() {
19137
19140
  this.interval = 16, this.status = STATUS$1.INITIAL, application.global.hooks.onSetEnv.tap("graph-ticker", () => {
19138
- this.initHandler();
19139
- }), application.global.env && this.initHandler();
19141
+ this.initHandler(!1);
19142
+ }), application.global.env && this.initHandler(!1);
19140
19143
  }
19141
19144
  addTimeline(timeline) {
19142
19145
  this.timelines.push(timeline);
@@ -19147,10 +19150,11 @@ class DefaultTicker extends EventEmitter {
19147
19150
  getTimelines() {
19148
19151
  return this.timelines;
19149
19152
  }
19150
- initHandler() {
19151
- this.setupTickHandler();
19153
+ initHandler(force = !1) {
19154
+ this.setupTickHandler(force);
19152
19155
  }
19153
- setupTickHandler() {
19156
+ setupTickHandler(force = !1) {
19157
+ if (!force && this.tickerHandler) return !0;
19154
19158
  const handler = new RAFTickHandler();
19155
19159
  return this.tickerHandler && this.tickerHandler.release(), this.tickerHandler = handler, !0;
19156
19160
  }
@@ -19201,7 +19205,7 @@ class DefaultTicker extends EventEmitter {
19201
19205
  return this.status = STATUS$1.RUNNING, this.tickerHandler.tick(0, this.handleTick), !0;
19202
19206
  }
19203
19207
  stop() {
19204
- this.status = STATUS$1.INITIAL, this.setupTickHandler(), this.lastFrameTime = -1;
19208
+ this.status = STATUS$1.INITIAL, this.setupTickHandler(!0), this.lastFrameTime = -1;
19205
19209
  }
19206
19210
  trySyncTickStatus() {
19207
19211
  this.status === STATUS$1.INITIAL && this.timelines.some(timeline => timeline.isRunning()) ? this.start() : this.status === STATUS$1.RUNNING && this.timelines.every(timeline => !timeline.isRunning()) && this.stop();
@@ -19462,10 +19466,11 @@ class AnimateExecutor {
19462
19466
  _handleRunAnimate(animate, custom, customType, from, props, duration, easing, customParameters, controlOptions, options, type, graphic) {
19463
19467
  var _a, _b, _c, _d;
19464
19468
  if (custom && customType) {
19465
- const customParams = this.resolveValue(customParameters, graphic, {
19469
+ const customParams = Object.assign({
19466
19470
  width: graphic.stage.width,
19467
- height: graphic.stage.height
19468
- }),
19471
+ height: graphic.stage.height,
19472
+ group: this._target.parent
19473
+ }, this.resolveValue(customParameters, graphic)),
19469
19474
  objOptions = isFunction(options) ? options.call(null, null !== (_b = customParams && (null === (_a = customParams.data) || void 0 === _a ? void 0 : _a[0])) && void 0 !== _b ? _b : null === (_d = null === (_c = graphic.context) || void 0 === _c ? void 0 : _c.data) || void 0 === _d ? void 0 : _d[0], graphic, customParams) : options;
19470
19475
  customParams.options = objOptions, customParams.controlOptions = controlOptions, 1 === customType ? this.createCustomAnimation(animate, custom, from, props, duration, easing, customParams) : 2 === customType && this.createCustomInterpolatorAnimation(animate, custom, props, duration, easing, customParams);
19471
19476
  } else "to" === type ? animate.to(props, duration, easing) : "from" === type && animate.from(props, duration, easing);
@@ -19730,7 +19735,6 @@ class AnimateExtension {
19730
19735
  }
19731
19736
  animate(params) {
19732
19737
  var _a, _b, _c;
19733
- this.animates || (this.animates = new Map());
19734
19738
  const animate = new Animate(null == params ? void 0 : params.id, null !== (_b = null !== (_a = null == params ? void 0 : params.timeline) && void 0 !== _a ? _a : this.stage && this.stage.getTimeline()) && void 0 !== _b ? _b : defaultTimeline, null == params ? void 0 : params.slience);
19735
19739
  if (animate.bind(this), params) {
19736
19740
  const {
@@ -19740,9 +19744,7 @@ class AnimateExtension {
19740
19744
  } = params;
19741
19745
  null != onStart && animate.onStart(onStart), null != onEnd && animate.onEnd(onEnd), null != onRemove && animate.onRemove(onRemove);
19742
19746
  }
19743
- return this.animates.set(animate.id, animate), animate.onRemove(() => {
19744
- animate.stop(), this.animates.delete(animate.id);
19745
- }), null === (_c = this.stage) || void 0 === _c || _c.ticker.start(), animate;
19747
+ return null === (_c = this.stage) || void 0 === _c || _c.ticker.start(), animate;
19746
19748
  }
19747
19749
  createTimeline() {
19748
19750
  return new DefaultTimeline();
@@ -19781,7 +19783,7 @@ function registerAnimate() {
19781
19783
 
19782
19784
  class ACustomAnimate extends Step {
19783
19785
  constructor(customFrom, customTo, duration, easing, params) {
19784
- super("customAnimate", customTo, duration, easing), this.type = "customAnimate", this.customFrom = customFrom, this.params = params;
19786
+ super("customAnimate", customTo, duration, easing), this.type = "customAnimate", this.customFrom = customFrom, this.params = params, this.from = customFrom, this.to = customTo;
19785
19787
  }
19786
19788
  update(end, ratio, out) {
19787
19789
  if (this.onStart(), !this.props || !this.propKeys) return;
@@ -33087,6 +33089,6 @@ StoryLabelItem.defaultAttributes = {
33087
33089
  theme: 'default'
33088
33090
  };
33089
33091
 
33090
- const version = "1.0.3";
33092
+ const version = "1.0.4";
33091
33093
 
33092
33094
  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, 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, SizeContinuousLegend, Slider, StoryLabelItem, Switch, SymbolLabel, 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, 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, scrollbarModule, setPoptipTheme, smartInvertStrategy, tan2AngleToAngle, textIntersect, ticks, traverseGroup, version };
package/es/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const version = "1.0.3";
1
+ export declare const version = "1.0.4";
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.0.3";
1
+ export const version = "1.0.4";
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,OAAO,CAAC;AAE/B,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","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.0.3\";\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';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC;AAE/B,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","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"1.0.4\";\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';\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
@@ -527,4 +527,4 @@ LabelBase.defaultAttributes = {
527
527
  offset: 0,
528
528
  pickable: !1
529
529
  };
530
- //# sourceMappingURL=base.js.map
530
+ //# sourceMappingURL=base.js.map
@@ -5,4 +5,4 @@ export const registerLabelComponent = (type, LabelClass) => {
5
5
  };
6
6
 
7
7
  export const getLabelComponent = type => labelComponentMap[type];
8
- //# sourceMappingURL=data-label-register.js.map
8
+ //# sourceMappingURL=data-label-register.js.map
@@ -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
@@ -1,4 +1,4 @@
1
1
  export * from "./label-item";
2
2
 
3
3
  export * from "./type";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -156,4 +156,4 @@ StoryLabelItem.defaultAttributes = {
156
156
  },
157
157
  theme: "default"
158
158
  };
159
- //# sourceMappingURL=label-item.js.map
159
+ //# sourceMappingURL=label-item.js.map
@@ -3,4 +3,4 @@ import { registerGroup, registerSymbol, registerLine, registerText } from "@visa
3
3
  export function loadLabelItemComponent() {
4
4
  registerGroup(), registerText(), registerSymbol(), registerLine();
5
5
  }
6
- //# sourceMappingURL=register.js.map
6
+ //# sourceMappingURL=register.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-components",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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.6",
16
16
  "@visactor/vscale": "1.0.6",
17
- "@visactor/vrender-core": "1.0.3",
18
- "@visactor/vrender-kits": "1.0.3",
19
- "@visactor/vrender-animate": "1.0.3"
17
+ "@visactor/vrender-core": "1.0.4",
18
+ "@visactor/vrender-kits": "1.0.4",
19
+ "@visactor/vrender-animate": "1.0.4"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@rushstack/eslint-patch": "~1.1.4",