@visactor/vchart-extension 2.0.21 → 2.0.22-alpha.0

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.
@@ -12,4 +12,5 @@ const vchart_1 = require("@visactor/vchart"), theme_1 = require("./theme"), vcha
12
12
  }), (0, vchart_2.mixin)(AxisCls, axis_3d_mixin_1.Axis3dMixin);
13
13
  };
14
14
 
15
- exports.registerCartesianLinearAxis3d = registerCartesianLinearAxis3d;
15
+ exports.registerCartesianLinearAxis3d = registerCartesianLinearAxis3d;
16
+ //# sourceMappingURL=linear-axis.js.map
@@ -11,5 +11,4 @@ Object.defineProperty(exports, "__esModule", {
11
11
  name: "bar3d",
12
12
  type: "rect3d"
13
13
  }
14
- };
15
- //# sourceMappingURL=constant.js.map
14
+ };
@@ -22,4 +22,5 @@ const registerCandlestickChart = () => {
22
22
  (0, candlestick_1.registerCandlestickSeries)(), vchart_1.Factory.registerChart(CandlestickChart.type, CandlestickChart);
23
23
  };
24
24
 
25
- exports.registerCandlestickChart = registerCandlestickChart;
25
+ exports.registerCandlestickChart = registerCandlestickChart;
26
+ //# sourceMappingURL=candlestick.js.map
@@ -95,5 +95,4 @@ function computeIndex(arrow, totalArrows) {
95
95
  return index;
96
96
  }
97
97
 
98
- //# sourceMappingURL=arrow-data-transform.js.map
99
98
  exports.conversionArrowTransform = conversionArrowTransform;
@@ -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
@@ -12,4 +12,5 @@ export const registerCartesianLinearAxis3d = () => {
12
12
  AxisCls.builtInTheme = Object.assign(Object.assign({}, AxisCls.builtInTheme), {
13
13
  axisZ: Object.assign(Object.assign({}, CartesianLinearAxis.builtInTheme.axisX), axisZ)
14
14
  }), mixin(AxisCls, Axis3dMixin);
15
- };
15
+ };
16
+ //# sourceMappingURL=linear-axis.js.map
@@ -7,5 +7,4 @@ export const bar3dSeriesMark = {
7
7
  name: "bar3d",
8
8
  type: "rect3d"
9
9
  }
10
- };
11
- //# sourceMappingURL=constant.js.map
10
+ };
@@ -19,4 +19,5 @@ CandlestickChart.transformerConstructor = CandlestickChartSpecTransformer;
19
19
  export const registerCandlestickChart = () => {
20
20
  registerDimensionTooltipProcessor(), registerMarkTooltipProcessor(), registerDimensionEvents(),
21
21
  registerDimensionHover(), registerCandlestickSeries(), Factory.registerChart(CandlestickChart.type, CandlestickChart);
22
- };
22
+ };
23
+ //# sourceMappingURL=candlestick.js.map
@@ -90,5 +90,4 @@ function computeIndex(arrow, totalArrows) {
90
90
  curArrow.layout.duplicateNode && duplicateCount++;
91
91
  }
92
92
  return index;
93
- }
94
- //# sourceMappingURL=arrow-data-transform.js.map
93
+ }
@@ -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,22 +1,27 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.0.21",
3
+ "version": "2.0.22-alpha.0",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
7
7
  "module": "esm/index.js",
8
8
  "types": "esm/index.d.ts",
9
+ "unpkg": "build/index.min.js",
10
+ "unpkgFiles": [
11
+ "build/index.js",
12
+ "build/index.min.js"
13
+ ],
9
14
  "files": [
10
15
  "cjs",
11
16
  "esm",
12
17
  "build"
13
18
  ],
14
19
  "dependencies": {
15
- "@visactor/vrender-core": "1.0.45",
16
- "@visactor/vrender-kits": "1.0.45",
17
- "@visactor/vrender-components": "1.0.45",
18
- "@visactor/vrender-animate": "1.0.45",
19
- "@visactor/vchart": "2.0.21",
20
+ "@visactor/vrender-core": "1.0.46-alpha.0",
21
+ "@visactor/vrender-kits": "1.0.46-alpha.0",
22
+ "@visactor/vrender-components": "1.0.46-alpha.0",
23
+ "@visactor/vrender-animate": "1.0.46-alpha.0",
24
+ "@visactor/vchart": "2.0.22-alpha.0",
20
25
  "@visactor/vutils": "~1.0.23",
21
26
  "@visactor/vdataset": "~1.0.23",
22
27
  "@visactor/vlayouts": "~1.0.23"