@visactor/vchart-extension 2.1.3-alpha.4 → 2.1.3

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.
@@ -24,5 +24,4 @@ function(SeriesType3dForThemeEnum) {
24
24
  SeriesType3dForThemeEnum.bar3d_horizontal = "bar3d_horizontal", SeriesType3dForThemeEnum.bar3d_vertical = "bar3d_vertical",
25
25
  SeriesType3dForThemeEnum.bar3d_stack = "bar3d_stack", SeriesType3dForThemeEnum.rangeColumn3d_horizontal = "rangeColumn3d_horizontal",
26
26
  SeriesType3dForThemeEnum.rangeColumn3d_vertical = "rangeColumn3d_vertical";
27
- }(SeriesType3dForThemeEnum = exports.SeriesType3dForThemeEnum || (exports.SeriesType3dForThemeEnum = {}));
28
- //# sourceMappingURL=enum.js.map
27
+ }(SeriesType3dForThemeEnum = exports.SeriesType3dForThemeEnum || (exports.SeriesType3dForThemeEnum = {}));
@@ -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.registerCartesianBandAxis3d = registerCartesianBandAxis3d;
15
+ exports.registerCartesianBandAxis3d = registerCartesianBandAxis3d;
16
+ //# sourceMappingURL=band-axis.js.map
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=type.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
+ });
@@ -45,5 +45,4 @@ Object.defineProperty(exports, "getSeriesBreakConfig", {
45
45
  get: function() {
46
46
  return util_1.appendSeriesBreakConfig;
47
47
  }
48
- }), __exportStar(require("./type"), exports), __exportStar(require("./constant"), exports);
49
- //# sourceMappingURL=index.js.map
48
+ }), __exportStar(require("./type"), exports), __exportStar(require("./constant"), exports);
@@ -244,4 +244,5 @@ const appendSeriesBreakConfig = rawSpec => {
244
244
  return !1;
245
245
  };
246
246
 
247
- exports.appendSeriesBreakConfig = appendSeriesBreakConfig;
247
+ exports.appendSeriesBreakConfig = appendSeriesBreakConfig;
248
+ //# sourceMappingURL=util.js.map
@@ -32,5 +32,4 @@ export var SeriesType3dForThemeEnum;
32
32
  SeriesType3dForThemeEnum.bar3d_horizontal = "bar3d_horizontal", SeriesType3dForThemeEnum.bar3d_vertical = "bar3d_vertical",
33
33
  SeriesType3dForThemeEnum.bar3d_stack = "bar3d_stack", SeriesType3dForThemeEnum.rangeColumn3d_horizontal = "rangeColumn3d_horizontal",
34
34
  SeriesType3dForThemeEnum.rangeColumn3d_vertical = "rangeColumn3d_vertical";
35
- }(SeriesType3dForThemeEnum || (SeriesType3dForThemeEnum = {}));
36
- //# sourceMappingURL=enum.js.map
35
+ }(SeriesType3dForThemeEnum || (SeriesType3dForThemeEnum = {}));
@@ -12,4 +12,5 @@ export const registerCartesianBandAxis3d = () => {
12
12
  AxisCls.builtInTheme = Object.assign(Object.assign({}, AxisCls.builtInTheme), {
13
13
  axisZ: Object.assign(Object.assign({}, CartesianBandAxis.builtInTheme.axisX), axisZ)
14
14
  }), mixin(AxisCls, Axis3dMixin);
15
- };
15
+ };
16
+ //# sourceMappingURL=band-axis.js.map
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=type.js.map
@@ -1,2 +1 @@
1
- export { };
2
- //# sourceMappingURL=type.js.map
1
+ export { };
@@ -4,5 +4,4 @@ export { getSeriesBreakConfig, appendSeriesBreakConfig } from "./util";
4
4
 
5
5
  export * from "./type";
6
6
 
7
- export * from "./constant";
8
- //# sourceMappingURL=index.js.map
7
+ export * from "./constant";
@@ -240,4 +240,5 @@ export const appendSeriesBreakConfig = rawSpec => {
240
240
  !0;
241
241
  }
242
242
  return !1;
243
- };
243
+ };
244
+ //# sourceMappingURL=util.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.1.3-alpha.4",
3
+ "version": "2.1.3",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -17,11 +17,11 @@
17
17
  "build"
18
18
  ],
19
19
  "dependencies": {
20
- "@visactor/vrender-core": "~1.1.4-alpha.0",
21
- "@visactor/vrender-kits": "~1.1.4-alpha.0",
22
- "@visactor/vrender-components": "~1.1.4-alpha.0",
23
- "@visactor/vrender-animate": "~1.1.4-alpha.0",
24
- "@visactor/vchart": "2.1.3-alpha.4",
20
+ "@visactor/vrender-core": "~1.1.4",
21
+ "@visactor/vrender-kits": "~1.1.4",
22
+ "@visactor/vrender-components": "~1.1.4",
23
+ "@visactor/vrender-animate": "~1.1.4",
24
+ "@visactor/vchart": "2.1.3",
25
25
  "@visactor/vutils": "~1.0.23",
26
26
  "@visactor/vdataset": "~1.0.23",
27
27
  "@visactor/vlayouts": "~1.0.23"
@@ -48,9 +48,9 @@
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/eslint-config": "0.0.1",
52
51
  "@internal/bundler": "0.0.1",
53
- "@internal/ts-config": "0.0.1"
52
+ "@internal/ts-config": "0.0.1",
53
+ "@internal/eslint-config": "0.0.1"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public",