@visactor/vchart 2.0.22-alpha.3 → 2.0.22-alpha.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/build/es5/index.js +1 -1
- package/build/index.es.js +2 -1
- package/build/index.js +2 -1
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/instance-manager.js +1 -1
- package/cjs/core/vchart.js +2 -1
- package/cjs/core/vchart.js.map +1 -1
- package/cjs/data/initialize.js +1 -1
- package/cjs/data/register.js +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/instance-manager.js +1 -1
- package/esm/core/vchart.js +2 -1
- package/esm/core/vchart.js.map +1 -1
- package/esm/data/initialize.js +1 -1
- package/esm/data/register.js +1 -1
- package/package.json +5 -5
package/build/index.es.js
CHANGED
|
@@ -62055,8 +62055,9 @@ class VChart {
|
|
|
62055
62055
|
]);
|
|
62056
62056
|
}
|
|
62057
62057
|
_reSetRenderState() {
|
|
62058
|
+
var _a, _b;
|
|
62058
62059
|
this._renderState = RenderStateEnum.render;
|
|
62059
|
-
this.getStage().eventSystem.resumeTriggerEvent();
|
|
62060
|
+
(_b = (_a = this.getStage()) === null || _a === void 0 ? void 0 : _a.eventSystem) === null || _b === void 0 ? void 0 : _b.resumeTriggerEvent();
|
|
62060
62061
|
}
|
|
62061
62062
|
}
|
|
62062
62063
|
VChart.InstanceManager = InstanceManager;
|
package/build/index.js
CHANGED
|
@@ -62061,8 +62061,9 @@
|
|
|
62061
62061
|
]);
|
|
62062
62062
|
}
|
|
62063
62063
|
_reSetRenderState() {
|
|
62064
|
+
var _a, _b;
|
|
62064
62065
|
this._renderState = RenderStateEnum.render;
|
|
62065
|
-
this.getStage().eventSystem.resumeTriggerEvent();
|
|
62066
|
+
(_b = (_a = this.getStage()) === null || _a === void 0 ? void 0 : _a.eventSystem) === null || _b === void 0 ? void 0 : _b.resumeTriggerEvent();
|
|
62066
62067
|
}
|
|
62067
62068
|
}
|
|
62068
62069
|
VChart.InstanceManager = InstanceManager;
|