@visactor/vchart 2.1.2-alpha.4 → 2.1.2-alpha.5

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.
@@ -443,5 +443,4 @@ class Compiler {
443
443
  }
444
444
  }
445
445
 
446
- exports.Compiler = Compiler;
447
- //# sourceMappingURL=compiler.js.map
446
+ exports.Compiler = Compiler;
@@ -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
@@ -7,5 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const base_1 = require("./base");
8
8
 
9
9
  exports.CORRELATION_X = `${base_1.PREFIX}_CORRELATION_X`, exports.CORRELATION_Y = `${base_1.PREFIX}_CORRELATION_Y`,
10
- exports.CORRELATION_SIZE = `${base_1.PREFIX}_CORRELATION_SIZE`;
11
- //# sourceMappingURL=correlation.js.map
10
+ exports.CORRELATION_SIZE = `${base_1.PREFIX}_CORRELATION_SIZE`;
@@ -61,4 +61,5 @@ function(Event_Bubble_Level) {
61
61
  Event_Bubble_Level.vchart = "vchart", Event_Bubble_Level.chart = "chart", Event_Bubble_Level.model = "model",
62
62
  Event_Bubble_Level.mark = "mark";
63
63
  }(Event_Bubble_Level = exports.Event_Bubble_Level || (exports.Event_Bubble_Level = {})),
64
- exports.EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
64
+ exports.EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
65
+ //# sourceMappingURL=event.js.map
@@ -9,4 +9,4 @@ const vscale_1 = require("@visactor/vscale");
9
9
  exports.SCATTER_DEFAULT_SIZE = 10, exports.SCATTER_DEFAULT_RANGE_SIZE = [ 10, 20 ],
10
10
  exports.SCATTER_DEFAULT_SIZE_SCALE_TYPE = vscale_1.ScaleEnum.Linear, exports.SCATTER_DEFAULT_SHAPE = "circle",
11
11
  exports.SCATTER_DEFAULT_SHAPE_SCALE_TYPE = vscale_1.ScaleEnum.Ordinal, exports.SCATTER_DEFAULT_RANGE_SHAPE = [ "circle", "square", "triangle", "diamond", "star" ];
12
- //# sourceMappingURL=scatter.js.map
12
+ //# sourceMappingURL=scatter.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  }), exports.SCROLL_BAR_DEFAULT_SIZE = void 0, exports.SCROLL_BAR_DEFAULT_SIZE = 12;
6
- //# sourceMappingURL=scroll-bar.js.map
6
+ //# sourceMappingURL=scroll-bar.js.map
@@ -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
package/cjs/core/index.js CHANGED
@@ -203,4 +203,4 @@ Object.defineProperty(exports, "measureText", {
203
203
  return text_1.measureText;
204
204
  }
205
205
  });
206
- //# sourceMappingURL=index.js.map
206
+ //# sourceMappingURL=index.js.map
@@ -28,4 +28,4 @@ class InstanceManager {
28
28
  }
29
29
 
30
30
  exports.InstanceManager = InstanceManager, InstanceManager.instances = new Map;
31
- //# sourceMappingURL=instance-manager.js.map
31
+ //# sourceMappingURL=instance-manager.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
@@ -975,4 +975,4 @@ const registerVChartCore = () => {
975
975
  };
976
976
 
977
977
  exports.registerVChartCore = registerVChartCore, (0, exports.registerVChartCore)();
978
- //# sourceMappingURL=vchart.js.map
978
+ //# sourceMappingURL=vchart.js.map
@@ -451,5 +451,4 @@ export class Compiler {
451
451
  entry.clearProgressive();
452
452
  })), this._progressiveMarks = null);
453
453
  }
454
- }
455
- //# sourceMappingURL=compiler.js.map
454
+ }
@@ -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
@@ -4,5 +4,4 @@ export const CORRELATION_X = `${PREFIX}_CORRELATION_X`;
4
4
 
5
5
  export const CORRELATION_Y = `${PREFIX}_CORRELATION_Y`;
6
6
 
7
- export const CORRELATION_SIZE = `${PREFIX}_CORRELATION_SIZE`;
8
- //# sourceMappingURL=correlation.js.map
7
+ export const CORRELATION_SIZE = `${PREFIX}_CORRELATION_SIZE`;
@@ -69,4 +69,5 @@ export var Event_Bubble_Level;
69
69
  Event_Bubble_Level.mark = "mark";
70
70
  }(Event_Bubble_Level || (Event_Bubble_Level = {}));
71
71
 
72
- export const EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
72
+ export const EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
73
+ //# sourceMappingURL=event.js.map
@@ -11,4 +11,4 @@ export const SCATTER_DEFAULT_SHAPE = "circle";
11
11
  export const SCATTER_DEFAULT_SHAPE_SCALE_TYPE = ScaleEnum.Ordinal;
12
12
 
13
13
  export const SCATTER_DEFAULT_RANGE_SHAPE = [ "circle", "square", "triangle", "diamond", "star" ];
14
- //# sourceMappingURL=scatter.js.map
14
+ //# sourceMappingURL=scatter.js.map
@@ -1,2 +1,2 @@
1
1
  export const SCROLL_BAR_DEFAULT_SIZE = 12;
2
- //# sourceMappingURL=scroll-bar.js.map
2
+ //# sourceMappingURL=scroll-bar.js.map
@@ -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
package/esm/core/index.js CHANGED
@@ -57,4 +57,4 @@ export { lookup } from "../data/transforms/lookup";
57
57
  export { warn } from "../util/debug";
58
58
 
59
59
  export { measureText } from "../util/text";
60
- //# sourceMappingURL=index.js.map
60
+ //# sourceMappingURL=index.js.map
@@ -22,4 +22,4 @@ export class InstanceManager {
22
22
  }
23
23
 
24
24
  InstanceManager.instances = new Map;
25
- //# sourceMappingURL=instance-manager.js.map
25
+ //# sourceMappingURL=instance-manager.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
@@ -1043,4 +1043,4 @@ export const registerVChartCore = () => {
1043
1043
  Factory.registerRegion("region", Region), Factory.registerLayout("base", Layout),
1044
1044
  registerGroupMark(), registerGesturePlugin(), registerElementHighlight(), registerElementSelect(),
1045
1045
  registerTheme(darkTheme.name, darkTheme);
1046
- //# sourceMappingURL=vchart.js.map
1046
+ //# sourceMappingURL=vchart.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart",
3
- "version": "2.1.2-alpha.4",
3
+ "version": "2.1.2-alpha.5",
4
4
  "description": "charts lib based @visactor/VGrammar",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -85,9 +85,9 @@
85
85
  "@size-limit/file": "9.0.0",
86
86
  "rimraf": "3.0.2",
87
87
  "cross-env": "^7.0.3",
88
- "@internal/bundler": "0.0.1",
89
- "@internal/eslint-config": "0.0.1",
90
88
  "@internal/typescript-json-schema": "0.0.1",
89
+ "@internal/eslint-config": "0.0.1",
90
+ "@internal/bundler": "0.0.1",
91
91
  "@internal/ts-config": "0.0.1"
92
92
  },
93
93
  "dependencies": {
@@ -95,12 +95,12 @@
95
95
  "@visactor/vdataset": "~1.0.23",
96
96
  "@visactor/vscale": "~1.0.23",
97
97
  "@visactor/vlayouts": "~1.0.23",
98
- "@visactor/vrender": "^1.1.2",
99
- "@visactor/vrender-core": "^1.1.2",
100
- "@visactor/vrender-kits": "^1.1.2",
101
- "@visactor/vrender-components": "^1.1.2",
102
- "@visactor/vrender-animate": "^1.1.2",
103
- "@visactor/vutils-extension": "2.1.2-alpha.4"
98
+ "@visactor/vrender": "1.1.3-alpha.0",
99
+ "@visactor/vrender-core": "1.1.3-alpha.0",
100
+ "@visactor/vrender-kits": "1.1.3-alpha.0",
101
+ "@visactor/vrender-components": "1.1.3-alpha.0",
102
+ "@visactor/vrender-animate": "1.1.3-alpha.0",
103
+ "@visactor/vutils-extension": "2.1.2-alpha.5"
104
104
  },
105
105
  "publishConfig": {
106
106
  "access": "public",