@visactor/vchart-extension 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.
@@ -95,4 +95,5 @@ function computeIndex(arrow, totalArrows) {
95
95
  return index;
96
96
  }
97
97
 
98
+ //# sourceMappingURL=arrow-data-transform.js.map
98
99
  exports.conversionArrowTransform = conversionArrowTransform;
@@ -80,4 +80,4 @@ const registerFunnel3dSeries = () => {
80
80
  };
81
81
 
82
82
  exports.registerFunnel3dSeries = registerFunnel3dSeries;
83
- //# sourceMappingURL=series.js.map
83
+ //# sourceMappingURL=series.js.map
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const vchart_1 = require("@visactor/vchart");
8
8
 
9
9
  exports.funnel3d = (0, vchart_1.getFunnelTheme)(!0);
10
- //# sourceMappingURL=theme.js.map
10
+ //# sourceMappingURL=theme.js.map
@@ -27,5 +27,4 @@ const registerHistogram3dChart = () => {
27
27
  (0, series_1.registerBar3dSeries)(), vchart_1.Factory.registerChart(Histogram3dChart.type, Histogram3dChart);
28
28
  };
29
29
 
30
- exports.registerHistogram3dChart = registerHistogram3dChart;
31
- //# sourceMappingURL=chart.js.map
30
+ exports.registerHistogram3dChart = registerHistogram3dChart;
@@ -18,4 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./chart"), exports), __exportStar(require("./interface"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.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
@@ -90,4 +90,5 @@ function computeIndex(arrow, totalArrows) {
90
90
  curArrow.layout.duplicateNode && duplicateCount++;
91
91
  }
92
92
  return index;
93
- }
93
+ }
94
+ //# sourceMappingURL=arrow-data-transform.js.map
@@ -81,4 +81,4 @@ Funnel3dSeries.builtInTheme = {
81
81
  export const registerFunnel3dSeries = () => {
82
82
  registerPyramid3dMark(), registerTextMark(), registerRuleMark(), Factory.registerSeries(Funnel3dSeries.type, Funnel3dSeries);
83
83
  };
84
- //# sourceMappingURL=series.js.map
84
+ //# sourceMappingURL=series.js.map
@@ -1,4 +1,4 @@
1
1
  import { getFunnelTheme } from "@visactor/vchart";
2
2
 
3
3
  export const funnel3d = getFunnelTheme(!0);
4
- //# sourceMappingURL=theme.js.map
4
+ //# sourceMappingURL=theme.js.map
@@ -26,5 +26,4 @@ export const registerHistogram3dChart = () => {
26
26
  registerGroupTooltipProcessor(), registerDimensionTooltipProcessor(), registerMarkTooltipProcessor(),
27
27
  registerDimensionEvents(), registerDimensionHover(), register3DPlugin(), registerLayout3d(),
28
28
  registerBar3dSeries(), Factory.registerChart(Histogram3dChart.type, Histogram3dChart);
29
- };
30
- //# sourceMappingURL=chart.js.map
29
+ };
@@ -1,4 +1,4 @@
1
1
  export * from "./chart";
2
2
 
3
3
  export * from "./interface";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.0.12-alpha.1",
3
+ "version": "2.0.12-alpha.2",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,11 +12,11 @@
12
12
  "build"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vrender-core": "~1.0.33",
16
- "@visactor/vrender-kits": "~1.0.33",
17
- "@visactor/vrender-components": "~1.0.33",
18
- "@visactor/vrender-animate": "~1.0.33",
19
- "@visactor/vchart": "2.0.12-alpha.1",
15
+ "@visactor/vrender-core": "~1.0.33-alpha.0",
16
+ "@visactor/vrender-kits": "~1.0.33-alpha.0",
17
+ "@visactor/vrender-components": "~1.0.33-alpha.0",
18
+ "@visactor/vrender-animate": "~1.0.33-alpha.0",
19
+ "@visactor/vchart": "2.0.12-alpha.2",
20
20
  "@visactor/vutils": "~1.0.12",
21
21
  "@visactor/vdataset": "~1.0.12",
22
22
  "@visactor/vlayouts": "~1.0.12"
@@ -43,8 +43,8 @@
43
43
  "rollup-plugin-bundle-size": "1.0.3",
44
44
  "rollup-plugin-sizes": "1.0.5",
45
45
  "rollup": "3.20.5",
46
- "@internal/ts-config": "0.0.1",
47
46
  "@internal/bundler": "0.0.1",
47
+ "@internal/ts-config": "0.0.1",
48
48
  "@internal/eslint-config": "0.0.1"
49
49
  },
50
50
  "publishConfig": {