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

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,4 +8,5 @@ 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 = {}));
11
+ }(AnimationStateEnum = exports.AnimationStateEnum || (exports.AnimationStateEnum = {}));
12
+ //# sourceMappingURL=interface.js.map
@@ -25,5 +25,4 @@ class StateManager extends compilable_base_1.CompilableBase {
25
25
  }
26
26
  }
27
27
 
28
- exports.StateManager = StateManager;
29
- //# sourceMappingURL=state-manager.js.map
28
+ exports.StateManager = StateManager;
@@ -4,4 +4,5 @@ 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 = {}));
7
+ }(AnimationStateEnum || (AnimationStateEnum = {}));
8
+ //# sourceMappingURL=interface.js.map
@@ -19,5 +19,4 @@ 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
- }
23
- //# sourceMappingURL=state-manager.js.map
22
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart",
3
- "version": "2.0.12-alpha.1",
3
+ "version": "2.0.12-alpha.2",
4
4
  "description": "charts lib based @visactor/VGrammar",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -81,9 +81,9 @@
81
81
  "@size-limit/file": "9.0.0",
82
82
  "rimraf": "3.0.2",
83
83
  "cross-env": "^7.0.3",
84
- "@internal/eslint-config": "0.0.1",
85
- "@internal/ts-config": "0.0.1",
86
84
  "@internal/typescript-json-schema": "0.0.1",
85
+ "@internal/ts-config": "0.0.1",
86
+ "@internal/eslint-config": "0.0.1",
87
87
  "@internal/bundler": "0.0.1"
88
88
  },
89
89
  "dependencies": {
@@ -91,11 +91,11 @@
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",
95
- "@visactor/vrender-kits": "~1.0.33",
96
- "@visactor/vrender-components": "~1.0.33",
97
- "@visactor/vrender-animate": "~1.0.33",
98
- "@visactor/vutils-extension": "2.0.12-alpha.1"
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"
99
99
  },
100
100
  "publishConfig": {
101
101
  "access": "public",