@visactor/vchart 1.13.19-alpha.1 → 1.13.20

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/build/index.es.js CHANGED
@@ -45011,6 +45011,7 @@ loadBrushComponent();
45011
45011
  let Brush$1 = class Brush extends AbstractComponent {
45012
45012
  constructor(attributes, options) {
45013
45013
  super((null == options ? void 0 : options.skipDefault) ? attributes : merge$1({}, Brush.defaultAttributes, attributes)), this.name = "brush", this._activeBrushState = !1, this._activeDrawState = !1, this._cacheDrawPoints = [], this._activeMoveState = !1, this._operatingMaskMoveDx = 0, this._operatingMaskMoveDy = 0, this._operatingMaskMoveRangeX = [-1 / 0, 1 / 0], this._operatingMaskMoveRangeY = [-1 / 0, 1 / 0], this._brushMaskAABBBoundsDict = {}, this._firstUpdate = !0, this._onBrushStart = e => {
45014
+ if (this._outOfInteractiveRange(e)) return;
45014
45015
  const {
45015
45016
  updateTrigger = DEFAULT_BRUSH_ATTRIBUTES.updateTrigger,
45016
45017
  endTrigger = DEFAULT_BRUSH_ATTRIBUTES.endTrigger,
@@ -64255,7 +64256,7 @@ const registerVChartCore = () => {
64255
64256
  };
64256
64257
  registerVChartCore();
64257
64258
 
64258
- const version = "1.13.19-alpha.1";
64259
+ const version = "1.13.20";
64259
64260
 
64260
64261
  const addVChartProperty = (data, op) => {
64261
64262
  const context = op.beforeCall();
package/build/index.js CHANGED
@@ -45017,6 +45017,7 @@
45017
45017
  let Brush$1 = class Brush extends AbstractComponent {
45018
45018
  constructor(attributes, options) {
45019
45019
  super((null == options ? void 0 : options.skipDefault) ? attributes : merge$1({}, Brush.defaultAttributes, attributes)), this.name = "brush", this._activeBrushState = !1, this._activeDrawState = !1, this._cacheDrawPoints = [], this._activeMoveState = !1, this._operatingMaskMoveDx = 0, this._operatingMaskMoveDy = 0, this._operatingMaskMoveRangeX = [-1 / 0, 1 / 0], this._operatingMaskMoveRangeY = [-1 / 0, 1 / 0], this._brushMaskAABBBoundsDict = {}, this._firstUpdate = !0, this._onBrushStart = e => {
45020
+ if (this._outOfInteractiveRange(e)) return;
45020
45021
  const {
45021
45022
  updateTrigger = DEFAULT_BRUSH_ATTRIBUTES.updateTrigger,
45022
45023
  endTrigger = DEFAULT_BRUSH_ATTRIBUTES.endTrigger,
@@ -64261,7 +64262,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
64261
64262
  };
64262
64263
  registerVChartCore();
64263
64264
 
64264
- const version = "1.13.19-alpha.1";
64265
+ const version = "1.13.20";
64265
64266
 
64266
64267
  const addVChartProperty = (data, op) => {
64267
64268
  const context = op.beforeCall();