@visactor/vchart-extension 2.0.23-alpha.2 → 2.0.23-alpha.4

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.
@@ -10,5 +10,4 @@ const layout_1 = require("../3d/layout"), plugin_1 = require("../3d/plugin"), ba
10
10
  (0, symlog_axis_1.registerCartesianSymlogAxis3d)(), (0, log_axis_1.registerCartesianLogAxis3d)();
11
11
  };
12
12
 
13
- exports.registerAxis3dPlugin = registerAxis3dPlugin;
14
- //# sourceMappingURL=index.js.map
13
+ exports.registerAxis3dPlugin = registerAxis3dPlugin;
@@ -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.registerCartesianLogAxis3d = registerCartesianLogAxis3d;
15
+ exports.registerCartesianLogAxis3d = registerCartesianLogAxis3d;
16
+ //# sourceMappingURL=log-axis.js.map
@@ -14,4 +14,4 @@ const vchart_1 = require("@visactor/vchart"), registerBar3dAnimation = () => {
14
14
  };
15
15
 
16
16
  exports.registerBar3dAnimation = registerBar3dAnimation;
17
- //# sourceMappingURL=animation.js.map
17
+ //# sourceMappingURL=animation.js.map
@@ -16,4 +16,4 @@ class Bar3dChartSpecTransformer extends vchart_1.BarChartSpecTransformer {
16
16
  }
17
17
 
18
18
  exports.Bar3dChartSpecTransformer = Bar3dChartSpecTransformer;
19
- //# sourceMappingURL=chart-spec-transformer.js.map
19
+ //# sourceMappingURL=chart-spec-transformer.js.map
@@ -22,4 +22,4 @@ const registerBar3dChart = () => {
22
22
  };
23
23
 
24
24
  exports.registerBar3dChart = registerBar3dChart;
25
- //# sourceMappingURL=chart.js.map
25
+ //# sourceMappingURL=chart.js.map
@@ -21,4 +21,4 @@ class CandlestickChartSpecTransformer extends vchart_1.CartesianChartSpecTransfo
21
21
  }
22
22
 
23
23
  exports.CandlestickChartSpecTransformer = CandlestickChartSpecTransformer;
24
- //# sourceMappingURL=candlestick-transformer.js.map
24
+ //# sourceMappingURL=candlestick-transformer.js.map
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
6
- //# sourceMappingURL=type.js.map
5
+ });
@@ -150,4 +150,5 @@ function candidatesByOrient(positions, anchor, rect, offset = 0) {
150
150
 
151
151
  exports.bound = bound, exports.layoutByPosition = layoutByPosition, exports.layoutOuter = layoutOuter,
152
152
  exports.layoutOuter2 = layoutOuter2, exports.placeRectByOrient = placeRectByOrient,
153
- exports.candidatesByOrient = candidatesByOrient;
153
+ exports.candidatesByOrient = candidatesByOrient;
154
+ //# sourceMappingURL=layout.js.map
@@ -244,5 +244,4 @@ const appendSeriesBreakConfig = rawSpec => {
244
244
  return !1;
245
245
  };
246
246
 
247
- exports.appendSeriesBreakConfig = appendSeriesBreakConfig;
248
- //# sourceMappingURL=util.js.map
247
+ exports.appendSeriesBreakConfig = appendSeriesBreakConfig;
@@ -45,4 +45,5 @@ Object.defineProperty(exports, "getSeriesLabelConfig", {
45
45
  get: function() {
46
46
  return util_1.appendSeriesLabelConfig;
47
47
  }
48
- });
48
+ });
49
+ //# sourceMappingURL=index.js.map
package/cjs/type/index.js CHANGED
@@ -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("../charts/ranking-bar/interface"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.js.map
package/cjs/type/type.js CHANGED
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=type.js.map
6
+ //# sourceMappingURL=type.js.map
@@ -15,5 +15,4 @@ import { registerCartesianTimeAxis3d } from "./time-axis";
15
15
  export const registerAxis3dPlugin = () => {
16
16
  register3DPlugin(), registerLayout3d(), registerCartesianBandAxis3d(), registerCartesianLinearAxis3d(),
17
17
  registerCartesianTimeAxis3d(), registerCartesianSymlogAxis3d(), registerCartesianLogAxis3d();
18
- };
19
- //# sourceMappingURL=index.js.map
18
+ };
@@ -12,4 +12,5 @@ export const registerCartesianLogAxis3d = () => {
12
12
  AxisCls.builtInTheme = Object.assign(Object.assign({}, AxisCls.builtInTheme), {
13
13
  axisZ: Object.assign(Object.assign({}, CartesianLogAxis.builtInTheme.axisX), axisZ)
14
14
  }), mixin(AxisCls, Axis3dMixin);
15
- };
15
+ };
16
+ //# sourceMappingURL=log-axis.js.map
@@ -8,4 +8,4 @@ export const registerBar3dAnimation = () => {
8
8
  disappear: barGrowOut(params)
9
9
  })));
10
10
  };
11
- //# sourceMappingURL=animation.js.map
11
+ //# sourceMappingURL=animation.js.map
@@ -8,4 +8,4 @@ export class Bar3dChartSpecTransformer extends BarChartSpecTransformer {
8
8
  seriesSpec;
9
9
  }
10
10
  }
11
- //# sourceMappingURL=chart-spec-transformer.js.map
11
+ //# sourceMappingURL=chart-spec-transformer.js.map
@@ -22,4 +22,4 @@ Bar3dChart.type = "bar3d", Bar3dChart.seriesType = SeriesType3dEnum.bar3d, Bar3d
22
22
  export const registerBar3dChart = () => {
23
23
  register3DPlugin(), registerLayout3d(), registerBar3dSeries(), Factory.registerChart(Bar3dChart.type, Bar3dChart);
24
24
  };
25
- //# sourceMappingURL=chart.js.map
25
+ //# sourceMappingURL=chart.js.map
@@ -13,4 +13,4 @@ export class CandlestickChartSpecTransformer extends CartesianChartSpecTransform
13
13
  } ]), setDefaultCrosshairForCartesianChart(spec);
14
14
  }
15
15
  }
16
- //# sourceMappingURL=candlestick-transformer.js.map
16
+ //# sourceMappingURL=candlestick-transformer.js.map
@@ -1,2 +1 @@
1
- export { };
2
- //# sourceMappingURL=type.js.map
1
+ export { };
@@ -139,4 +139,5 @@ export function candidatesByOrient(positions, anchor, rect, offset = 0) {
139
139
  y: y
140
140
  });
141
141
  })), candidates;
142
- }
142
+ }
143
+ //# sourceMappingURL=layout.js.map
@@ -240,5 +240,4 @@ export const appendSeriesBreakConfig = rawSpec => {
240
240
  !0;
241
241
  }
242
242
  return !1;
243
- };
244
- //# sourceMappingURL=util.js.map
243
+ };
@@ -2,4 +2,5 @@ export { SeriesLabelComponent, registerSeriesLabel } from "./series-label";
2
2
 
3
3
  export * from "./type";
4
4
 
5
- export { getSeriesLabelConfig, appendSeriesLabelConfig } from "./util";
5
+ export { getSeriesLabelConfig, appendSeriesLabelConfig } from "./util";
6
+ //# sourceMappingURL=index.js.map
package/esm/type/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export * from "../charts/ranking-bar/interface";
2
- //# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=index.js.map
package/esm/type/type.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.0.23-alpha.2",
3
+ "version": "2.0.23-alpha.4",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -21,7 +21,7 @@
21
21
  "@visactor/vrender-kits": "1.0.45",
22
22
  "@visactor/vrender-components": "1.0.45",
23
23
  "@visactor/vrender-animate": "1.0.45",
24
- "@visactor/vchart": "2.0.23-alpha.2",
24
+ "@visactor/vchart": "2.0.23-alpha.4",
25
25
  "@visactor/vutils": "~1.0.23",
26
26
  "@visactor/vdataset": "~1.0.23",
27
27
  "@visactor/vlayouts": "~1.0.23"
@@ -48,8 +48,8 @@
48
48
  "rollup-plugin-bundle-size": "1.0.3",
49
49
  "rollup-plugin-sizes": "1.0.5",
50
50
  "rollup": "3.20.5",
51
- "@internal/bundler": "0.0.1",
52
51
  "@internal/eslint-config": "0.0.1",
52
+ "@internal/bundler": "0.0.1",
53
53
  "@internal/ts-config": "0.0.1"
54
54
  },
55
55
  "publishConfig": {