@visactor/vchart-extension 2.1.5-alpha.2 → 2.1.5-alpha.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,4 +24,5 @@ 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 = {}));
27
+ }(SeriesType3dForThemeEnum = exports.SeriesType3dForThemeEnum || (exports.SeriesType3dForThemeEnum = {}));
28
+ //# sourceMappingURL=enum.js.map
@@ -12,5 +12,4 @@ 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;
16
- //# sourceMappingURL=band-axis.js.map
15
+ exports.registerCartesianBandAxis3d = registerCartesianBandAxis3d;
@@ -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
+ });
@@ -32,4 +32,5 @@ 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 = {}));
35
+ }(SeriesType3dForThemeEnum || (SeriesType3dForThemeEnum = {}));
36
+ //# sourceMappingURL=enum.js.map
@@ -12,5 +12,4 @@ 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
- };
16
- //# sourceMappingURL=band-axis.js.map
15
+ };
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=type.js.map
@@ -1,2 +1 @@
1
- export { };
2
- //# sourceMappingURL=type.js.map
1
+ export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.1.5-alpha.2",
3
+ "version": "2.1.5-alpha.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.8-alpha.2",
21
- "@visactor/vrender-kits": "1.1.8-alpha.2",
22
- "@visactor/vrender-components": "1.1.8-alpha.2",
23
- "@visactor/vrender-animate": "1.1.8-alpha.2",
24
- "@visactor/vchart": "2.1.5-alpha.2",
20
+ "@visactor/vrender-core": "1.1.8",
21
+ "@visactor/vrender-kits": "1.1.8",
22
+ "@visactor/vrender-components": "1.1.8",
23
+ "@visactor/vrender-animate": "1.1.8",
24
+ "@visactor/vchart": "2.1.5-alpha.3",
25
25
  "@visactor/vutils": "~1.0.23",
26
26
  "@visactor/vdataset": "~1.0.23",
27
27
  "@visactor/vlayouts": "~1.0.23"
@@ -49,8 +49,8 @@
49
49
  "rollup-plugin-sizes": "1.0.5",
50
50
  "rollup": "3.20.5",
51
51
  "@internal/bundler": "0.0.1",
52
- "@internal/eslint-config": "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",