@visactor/vchart-extension 2.0.12-alpha.0 → 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.
@@ -21,4 +21,5 @@ const registerFunnel3dChart = () => {
21
21
  (0, layout_1.registerLayout3d)(), (0, series_1.registerFunnel3dSeries)(), vchart_1.Factory.registerChart(Funnel3dChart.type, Funnel3dChart);
22
22
  };
23
23
 
24
- exports.registerFunnel3dChart = registerFunnel3dChart;
24
+ exports.registerFunnel3dChart = registerFunnel3dChart;
25
+ //# sourceMappingURL=chart.js.map
@@ -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
@@ -21,4 +21,5 @@ Funnel3dChart.transformerConstructor = FunnelChartSpecTransformer;
21
21
  export const registerFunnel3dChart = () => {
22
22
  registerMarkTooltipProcessor(), register3DPlugin(), registerLayout3d(), registerFunnel3dSeries(),
23
23
  Factory.registerChart(Funnel3dChart.type, Funnel3dChart);
24
- };
24
+ };
25
+ //# sourceMappingURL=chart.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.0",
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.32",
16
- "@visactor/vrender-kits": "~1.0.32",
17
- "@visactor/vrender-components": "~1.0.32",
18
- "@visactor/vrender-animate": "~1.0.32",
19
- "@visactor/vchart": "2.0.12-alpha.0",
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"