@visactor/vchart 2.0.12-alpha.2 → 2.0.12-alpha.3

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.
@@ -8,5 +8,4 @@ Object.defineProperty(exports, "__esModule", {
8
8
  AnimationStateEnum.appear = "appear", AnimationStateEnum.disappear = "disappear",
9
9
  AnimationStateEnum.enter = "enter", AnimationStateEnum.update = "update", AnimationStateEnum.state = "state",
10
10
  AnimationStateEnum.exit = "exit", AnimationStateEnum.normal = "normal", AnimationStateEnum.none = "none";
11
- }(AnimationStateEnum = exports.AnimationStateEnum || (exports.AnimationStateEnum = {}));
12
- //# sourceMappingURL=interface.js.map
11
+ }(AnimationStateEnum = exports.AnimationStateEnum || (exports.AnimationStateEnum = {}));
@@ -25,4 +25,5 @@ class StateManager extends compilable_base_1.CompilableBase {
25
25
  }
26
26
  }
27
27
 
28
- exports.StateManager = StateManager;
28
+ exports.StateManager = StateManager;
29
+ //# sourceMappingURL=state-manager.js.map
@@ -4,5 +4,4 @@ export var AnimationStateEnum;
4
4
  AnimationStateEnum.appear = "appear", AnimationStateEnum.disappear = "disappear",
5
5
  AnimationStateEnum.enter = "enter", AnimationStateEnum.update = "update", AnimationStateEnum.state = "state",
6
6
  AnimationStateEnum.exit = "exit", AnimationStateEnum.normal = "normal", AnimationStateEnum.none = "none";
7
- }(AnimationStateEnum || (AnimationStateEnum = {}));
8
- //# sourceMappingURL=interface.js.map
7
+ }(AnimationStateEnum || (AnimationStateEnum = {}));
@@ -19,4 +19,5 @@ export class StateManager extends CompilableBase {
19
19
  updateState(newState, noRender) {
20
20
  if (newState && (merge(this._stateMap, newState), !noRender)) return this.getCompiler().renderNextTick();
21
21
  }
22
- }
22
+ }
23
+ //# sourceMappingURL=state-manager.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart",
3
- "version": "2.0.12-alpha.2",
3
+ "version": "2.0.12-alpha.3",
4
4
  "description": "charts lib based @visactor/VGrammar",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -81,21 +81,21 @@
81
81
  "@size-limit/file": "9.0.0",
82
82
  "rimraf": "3.0.2",
83
83
  "cross-env": "^7.0.3",
84
+ "@internal/bundler": "0.0.1",
84
85
  "@internal/typescript-json-schema": "0.0.1",
85
86
  "@internal/ts-config": "0.0.1",
86
- "@internal/eslint-config": "0.0.1",
87
- "@internal/bundler": "0.0.1"
87
+ "@internal/eslint-config": "0.0.1"
88
88
  },
89
89
  "dependencies": {
90
90
  "@visactor/vutils": "~1.0.12",
91
91
  "@visactor/vdataset": "~1.0.12",
92
92
  "@visactor/vscale": "~1.0.12",
93
93
  "@visactor/vlayouts": "~1.0.12",
94
- "@visactor/vrender-core": "~1.0.33-alpha.0",
95
- "@visactor/vrender-kits": "~1.0.33-alpha.0",
96
- "@visactor/vrender-components": "~1.0.33-alpha.0",
97
- "@visactor/vrender-animate": "~1.0.33-alpha.0",
98
- "@visactor/vutils-extension": "2.0.12-alpha.2"
94
+ "@visactor/vrender-core": "1.0.33-alpha.0",
95
+ "@visactor/vrender-kits": "1.0.33-alpha.0",
96
+ "@visactor/vrender-components": "1.0.33-alpha.0",
97
+ "@visactor/vrender-animate": "1.0.33-alpha.0",
98
+ "@visactor/vutils-extension": "2.0.12-alpha.3"
99
99
  },
100
100
  "publishConfig": {
101
101
  "access": "public",