@visactor/vchart 2.1.0-alpha.24 → 2.1.0-alpha.25

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.
@@ -177,4 +177,5 @@ const registerStageAnimation = () => {
177
177
  vrender_animate_1.AnimateExecutor.registerBuiltInAnimate(animate_1.BuiltIn_DISAPPEAR_ANIMATE_NAME, callback_disappear_1.CallbackDisappearAnimate);
178
178
  };
179
179
 
180
- exports.registerStageAnimation = registerStageAnimation;
180
+ exports.registerStageAnimation = registerStageAnimation;
181
+ //# sourceMappingURL=config.js.map
@@ -82,5 +82,4 @@ Object.defineProperty(exports, "animationConfig", {
82
82
  get: function() {
83
83
  return utils_1.shouldMarkDoMorph;
84
84
  }
85
- });
86
- //# sourceMappingURL=index.js.map
85
+ });
@@ -138,4 +138,5 @@ function diffMarks(prevMarks, nextMarks, runningConfig) {
138
138
 
139
139
  exports.toRenderMode = toRenderMode, exports.traverseGroupMark = traverseGroupMark,
140
140
  exports.findSimpleMarks = findSimpleMarks, exports.diffUpdateByGroup = diffUpdateByGroup,
141
- exports.diffMarks = diffMarks;
141
+ exports.diffMarks = diffMarks;
142
+ //# sourceMappingURL=util.js.map
@@ -37,5 +37,4 @@ const getSpecInfo = (chartSpec, specKey, compType, filter) => {
37
37
  })), specInfos;
38
38
  };
39
39
 
40
- exports.getSpecInfo = getSpecInfo;
41
- //# sourceMappingURL=util.js.map
40
+ exports.getSpecInfo = getSpecInfo;
@@ -24,4 +24,5 @@ exports.GradientType = [ "linear", "radial", "conical" ], exports.DEFAULT_LINEAR
24
24
  linear: exports.DEFAULT_LINEAR_GRADIENT_CONFIG,
25
25
  radial: exports.DEFAULT_RADIAL_GRADIENT_CONFIG,
26
26
  conical: exports.DEFAULT_CONICAL_GRADIENT_CONFIG
27
- };
27
+ };
28
+ //# sourceMappingURL=gradient.js.map
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- }), exports.SCROLL_BAR_DEFAULT_SIZE = void 0, exports.SCROLL_BAR_DEFAULT_SIZE = 12;
6
- //# sourceMappingURL=scroll-bar.js.map
5
+ }), exports.SCROLL_BAR_DEFAULT_SIZE = void 0, exports.SCROLL_BAR_DEFAULT_SIZE = 12;
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  }), exports.SUNBURST_AUTO_VISIBLE_DEFAULT_THRESHOLD = void 0, exports.SUNBURST_AUTO_VISIBLE_DEFAULT_THRESHOLD = 10;
6
- //# sourceMappingURL=sunburst.js.map
6
+ //# sourceMappingURL=sunburst.js.map
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const base_1 = require("./base");
8
8
 
9
9
  exports.WaterfallDefaultSeriesField = `${base_1.PREFIX}_waterfall_default_seriesField`;
10
- //# sourceMappingURL=waterfall.js.map
10
+ //# sourceMappingURL=waterfall.js.map
@@ -10,4 +10,4 @@ exports.WORD_CLOUD_ANGLE = `${base_1.PREFIX}_WORD_CLOUD_ANGLE`, exports.WORD_CLO
10
10
  exports.WORD_CLOUD_WEIGHT = `${base_1.PREFIX}_WORD_CLOUD_WEIGHT`, exports.WORDCLOUD_COLOR = `${base_1.PREFIX}_WORDCLOUD_COLOR`,
11
11
  exports.WORDCLOUD_DATA_TOTAL = `${base_1.PREFIX}_WORDCLOUD_DATA_TOTAL`, exports.WORD_CLOUD_TEXT = `${base_1.PREFIX}_WORD_CLOUD_TEXT`,
12
12
  exports.WORDCLOUD_SHAPE_DATA_TOTAL = `${base_1.PREFIX}_WORDCLOUD_SHAPE_DATA_TOTAL`;
13
- //# sourceMappingURL=word-cloud.js.map
13
+ //# sourceMappingURL=word-cloud.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=interface.js.map
6
+ //# sourceMappingURL=interface.js.map
package/cjs/core/util.js CHANGED
@@ -9,4 +9,4 @@ const util_1 = require("../util");
9
9
  exports.VCHART_UTILS = {
10
10
  measureText: util_1.measureText
11
11
  };
12
- //# sourceMappingURL=util.js.map
12
+ //# sourceMappingURL=util.js.map
@@ -950,4 +950,4 @@ const registerVChartCore = () => {
950
950
  };
951
951
 
952
952
  exports.registerVChartCore = registerVChartCore, (0, exports.registerVChartCore)();
953
- //# sourceMappingURL=vchart.js.map
953
+ //# sourceMappingURL=vchart.js.map
@@ -149,4 +149,5 @@ export const registerPolygonAnimation = () => {
149
149
 
150
150
  export const registerStageAnimation = () => {
151
151
  AnimateExecutor.registerBuiltInAnimate(BuiltIn_DISAPPEAR_ANIMATE_NAME, CallbackDisappearAnimate);
152
- };
152
+ };
153
+ //# sourceMappingURL=config.js.map
@@ -6,5 +6,4 @@ export { registerSequentialAnimate } from "./sequential-animate";
6
6
 
7
7
  export { registerPolygonAnimation, registerRectAnimation, registerArcAnimation, registerScaleInOutAnimation, DEFAULT_ANIMATION_CONFIG } from "./config";
8
8
 
9
- export { animationConfig, userAnimationConfig, shouldMarkDoMorph } from "./utils";
10
- //# sourceMappingURL=index.js.map
9
+ export { animationConfig, userAnimationConfig, shouldMarkDoMorph } from "./utils";
@@ -131,4 +131,5 @@ export function diffMarks(prevMarks, nextMarks, runningConfig) {
131
131
  }))), nextDiffMarks.forEach((mark => diffResult.enter.push({
132
132
  next: [ mark ]
133
133
  }))), diffResult;
134
- }
134
+ }
135
+ //# sourceMappingURL=util.js.map
@@ -29,5 +29,4 @@ export const getSpecInfo = (chartSpec, specKey, compType, filter) => {
29
29
  type: compType
30
30
  });
31
31
  })), specInfos;
32
- };
33
- //# sourceMappingURL=util.js.map
32
+ };
@@ -27,4 +27,5 @@ export const DEFAULT_GRADIENT_CONFIG = {
27
27
  linear: DEFAULT_LINEAR_GRADIENT_CONFIG,
28
28
  radial: DEFAULT_RADIAL_GRADIENT_CONFIG,
29
29
  conical: DEFAULT_CONICAL_GRADIENT_CONFIG
30
- };
30
+ };
31
+ //# sourceMappingURL=gradient.js.map
@@ -1,2 +1 @@
1
- export const SCROLL_BAR_DEFAULT_SIZE = 12;
2
- //# sourceMappingURL=scroll-bar.js.map
1
+ export const SCROLL_BAR_DEFAULT_SIZE = 12;
@@ -1,2 +1,2 @@
1
1
  export const SUNBURST_AUTO_VISIBLE_DEFAULT_THRESHOLD = 10;
2
- //# sourceMappingURL=sunburst.js.map
2
+ //# sourceMappingURL=sunburst.js.map
@@ -1,4 +1,4 @@
1
1
  import { PREFIX } from "./base";
2
2
 
3
3
  export const WaterfallDefaultSeriesField = `${PREFIX}_waterfall_default_seriesField`;
4
- //# sourceMappingURL=waterfall.js.map
4
+ //# sourceMappingURL=waterfall.js.map
@@ -13,4 +13,4 @@ export const WORDCLOUD_DATA_TOTAL = `${PREFIX}_WORDCLOUD_DATA_TOTAL`;
13
13
  export const WORD_CLOUD_TEXT = `${PREFIX}_WORD_CLOUD_TEXT`;
14
14
 
15
15
  export const WORDCLOUD_SHAPE_DATA_TOTAL = `${PREFIX}_WORDCLOUD_SHAPE_DATA_TOTAL`;
16
- //# sourceMappingURL=word-cloud.js.map
16
+ //# sourceMappingURL=word-cloud.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
package/esm/core/util.js CHANGED
@@ -3,4 +3,4 @@ import { measureText } from "../util";
3
3
  export const VCHART_UTILS = {
4
4
  measureText: measureText
5
5
  };
6
- //# sourceMappingURL=util.js.map
6
+ //# sourceMappingURL=util.js.map
@@ -1017,4 +1017,4 @@ export const registerVChartCore = () => {
1017
1017
  Factory.registerRegion("region", Region), Factory.registerLayout("base", Layout),
1018
1018
  registerGroupMark(), registerGesturePlugin(), registerElementHighlight(), registerElementSelect(),
1019
1019
  registerTheme(darkTheme.name, darkTheme);
1020
- //# sourceMappingURL=vchart.js.map
1020
+ //# sourceMappingURL=vchart.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart",
3
- "version": "2.1.0-alpha.24",
3
+ "version": "2.1.0-alpha.25",
4
4
  "description": "charts lib based @visactor/VGrammar",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -99,7 +99,7 @@
99
99
  "@visactor/vrender-kits": "1.0.45",
100
100
  "@visactor/vrender-components": "1.0.45",
101
101
  "@visactor/vrender-animate": "1.0.45",
102
- "@visactor/vutils-extension": "2.1.0-alpha.24"
102
+ "@visactor/vutils-extension": "2.1.0-alpha.25"
103
103
  },
104
104
  "publishConfig": {
105
105
  "access": "public",