@visactor/vchart-extension 2.0.12-alpha.0 → 2.0.12-alpha.1

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.
@@ -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
@@ -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
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.1",
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",
16
+ "@visactor/vrender-kits": "~1.0.33",
17
+ "@visactor/vrender-components": "~1.0.33",
18
+ "@visactor/vrender-animate": "~1.0.33",
19
+ "@visactor/vchart": "2.0.12-alpha.1",
20
20
  "@visactor/vutils": "~1.0.12",
21
21
  "@visactor/vdataset": "~1.0.12",
22
22
  "@visactor/vlayouts": "~1.0.12"
@@ -43,8 +43,8 @@
43
43
  "rollup-plugin-bundle-size": "1.0.3",
44
44
  "rollup-plugin-sizes": "1.0.5",
45
45
  "rollup": "3.20.5",
46
- "@internal/bundler": "0.0.1",
47
46
  "@internal/ts-config": "0.0.1",
47
+ "@internal/bundler": "0.0.1",
48
48
  "@internal/eslint-config": "0.0.1"
49
49
  },
50
50
  "publishConfig": {