@visactor/vchart 1.1.0-beta.0 → 1.1.0-beta.1

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.js CHANGED
@@ -60954,7 +60954,7 @@
60954
60954
  callback.call(null, params);
60955
60955
  }.bind(this);
60956
60956
  this._windowListeners.set(callback, { type, callback: wrappedCallback });
60957
- window?.addEventListener(type, wrappedCallback);
60957
+ this.getStage()?.window?.addEventListener(type, wrappedCallback);
60958
60958
  }
60959
60959
  }
60960
60960
  removeEventListener(source, type, callback) {
@@ -64323,7 +64323,7 @@
64323
64323
  VChart.useMark([ComponentMark, GroupMark]);
64324
64324
  Factory.registerRegion('region', Region);
64325
64325
  Factory.registerLayout('base', Layout);
64326
- const version = "1.1.0-beta.0";
64326
+ const version = "1.1.0-beta.1";
64327
64327
 
64328
64328
  var SeriesMarkNameEnum;
64329
64329
  (function (SeriesMarkNameEnum) {