@visactor/react-vchart 1.5.1-alpha.0 → 1.5.1-alpha.2

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.
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseComponent_1 = require("./BaseComponent");
8
8
 
9
- exports.MarkArea = (0, BaseComponent_1.createComponent)("MarkArea", "markArea");
9
+ exports.MarkArea = (0, BaseComponent_1.createComponent)("MarkArea", "markArea");
10
+ //# sourceMappingURL=MarkArea.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseComponent_1 = require("./BaseComponent");
8
8
 
9
- exports.Tooltip = (0, BaseComponent_1.createComponent)("Tooltip", "tooltip", null, !0);
10
- //# sourceMappingURL=Tooltip.js.map
9
+ exports.Tooltip = (0, BaseComponent_1.createComponent)("Tooltip", "tooltip", null, !0);
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.Link = (0, BaseSeries_1.createSeries)("Link", [ "link" ], "link");
9
+ exports.Link = (0, BaseSeries_1.createSeries)("Link", [ "link" ], "link");
10
+ //# sourceMappingURL=Link.js.map
package/cjs/series/Pie.js CHANGED
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.Pie = (0, BaseSeries_1.createSeries)("Pie", [ "pie" ], "pie");
10
- //# sourceMappingURL=Pie.js.map
9
+ exports.Pie = (0, BaseSeries_1.createSeries)("Pie", [ "pie" ], "pie");
@@ -1,3 +1,4 @@
1
1
  import { createComponent } from "./BaseComponent";
2
2
 
3
- export const MarkArea = createComponent("MarkArea", "markArea");
3
+ export const MarkArea = createComponent("MarkArea", "markArea");
4
+ //# sourceMappingURL=MarkArea.js.map
@@ -1,4 +1,3 @@
1
1
  import { createComponent } from "./BaseComponent";
2
2
 
3
- export const Tooltip = createComponent("Tooltip", "tooltip", null, !0);
4
- //# sourceMappingURL=Tooltip.js.map
3
+ export const Tooltip = createComponent("Tooltip", "tooltip", null, !0);
@@ -1,3 +1,4 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Link = createSeries("Link", [ "link" ], "link");
3
+ export const Link = createSeries("Link", [ "link" ], "link");
4
+ //# sourceMappingURL=Link.js.map
package/esm/series/Pie.js CHANGED
@@ -1,4 +1,3 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Pie = createSeries("Pie", [ "pie" ], "pie");
4
- //# sourceMappingURL=Pie.js.map
3
+ export const Pie = createSeries("Pie", [ "pie" ], "pie");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "1.5.1-alpha.0",
3
+ "version": "1.5.1-alpha.2",
4
4
  "description": "The react version of VChart 4.x",
5
5
  "keywords": [
6
6
  "react",
@@ -22,10 +22,10 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@visactor/vchart": "1.5.1-alpha.0",
25
+ "@visactor/vchart": "1.5.1-alpha.2",
26
26
  "@visactor/vutils": "~0.16.1",
27
- "@visactor/vrender-core": "~0.16.0",
28
- "@visactor/vrender-kits": "~0.16.0",
27
+ "@visactor/vrender-core": "~0.16.1",
28
+ "@visactor/vrender-kits": "~0.16.1",
29
29
  "@visactor/vgrammar-core": "~0.7.7-alpha.2",
30
30
  "react-is": "^18.2.0"
31
31
  },
@@ -53,8 +53,8 @@
53
53
  "@types/node": "*",
54
54
  "@vitejs/plugin-react": "3.1.0",
55
55
  "vite": "3.2.6",
56
- "@internal/ts-config": "0.0.1",
57
56
  "@internal/bundler": "0.0.1",
57
+ "@internal/ts-config": "0.0.1",
58
58
  "@internal/eslint-config": "0.0.1"
59
59
  },
60
60
  "peerDependencies": {