@visactor/react-vchart 2.1.0-alpha.11 → 2.1.0-alpha.12

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"), vchart_1 = require("@visactor/vchart");
8
8
 
9
- exports.MarkArea = (0, BaseComponent_1.createComponent)("MarkArea", "markArea", null, !1, [ vchart_1.registerMarkArea ]);
9
+ exports.MarkArea = (0, BaseComponent_1.createComponent)("MarkArea", "markArea", null, !1, [ vchart_1.registerMarkArea ]);
10
+ //# sourceMappingURL=MarkArea.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const eventsUtils_1 = require("../eventsUtils"), BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
8
8
 
9
- exports.ScrollBar = (0, BaseComponent_1.createComponent)("ScrollBar", "scrollBar", eventsUtils_1.SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerScrollBar ]);
10
- //# sourceMappingURL=ScrollBar.js.map
9
+ exports.ScrollBar = (0, BaseComponent_1.createComponent)("ScrollBar", "scrollBar", eventsUtils_1.SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerScrollBar ]);
@@ -62,4 +62,4 @@ function withContainer(Comp, name = "ChartContainer", getProps) {
62
62
  }
63
63
 
64
64
  exports.default = withContainer;
65
- //# sourceMappingURL=withContainer.js.map
65
+ //# sourceMappingURL=withContainer.js.map
@@ -23,4 +23,4 @@ function withChartInstance(Component) {
23
23
 
24
24
  ChartContext.displayName = "ChartContext", exports.withChartInstance = withChartInstance,
25
25
  exports.default = ChartContext;
26
- //# sourceMappingURL=chart.js.map
26
+ //# sourceMappingURL=chart.js.map
@@ -2,4 +2,5 @@ import { createComponent } from "./BaseComponent";
2
2
 
3
3
  import { registerMarkArea } from "@visactor/vchart";
4
4
 
5
- export const MarkArea = createComponent("MarkArea", "markArea", null, !1, [ registerMarkArea ]);
5
+ export const MarkArea = createComponent("MarkArea", "markArea", null, !1, [ registerMarkArea ]);
6
+ //# sourceMappingURL=MarkArea.js.map
@@ -4,5 +4,4 @@ import { createComponent } from "./BaseComponent";
4
4
 
5
5
  import { registerScrollBar } from "@visactor/vchart";
6
6
 
7
- export const ScrollBar = createComponent("ScrollBar", "scrollBar", SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ registerScrollBar ]);
8
- //# sourceMappingURL=ScrollBar.js.map
7
+ export const ScrollBar = createComponent("ScrollBar", "scrollBar", SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ registerScrollBar ]);
@@ -31,4 +31,4 @@ export default function withContainer(Comp, name = "ChartContainer", getProps) {
31
31
  }));
32
32
  return Cls.displayName = name || Comp.name, Cls;
33
33
  }
34
- //# sourceMappingURL=withContainer.js.map
34
+ //# sourceMappingURL=withContainer.js.map
@@ -14,4 +14,4 @@ export function withChartInstance(Component) {
14
14
  }
15
15
 
16
16
  export default ChartContext;
17
- //# sourceMappingURL=chart.js.map
17
+ //# sourceMappingURL=chart.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "2.1.0-alpha.11",
3
+ "version": "2.1.0-alpha.12",
4
4
  "sideEffects": false,
5
5
  "description": "The react version of VChart 4.x",
6
6
  "keywords": [
@@ -28,8 +28,8 @@
28
28
  "build"
29
29
  ],
30
30
  "dependencies": {
31
- "@visactor/vchart": "2.1.0-alpha.11",
32
- "@visactor/vchart-extension": "2.1.0-alpha.11",
31
+ "@visactor/vchart": "2.1.0-alpha.12",
32
+ "@visactor/vchart-extension": "2.1.0-alpha.12",
33
33
  "@visactor/vutils": "~1.0.23",
34
34
  "@visactor/vrender-core": "1.1.0-alpha.21",
35
35
  "@visactor/vrender-kits": "1.1.0-alpha.21",
@@ -60,8 +60,8 @@
60
60
  "@vitejs/plugin-react": "3.1.0",
61
61
  "vite": "3.2.6",
62
62
  "@internal/bundler": "0.0.1",
63
- "@internal/eslint-config": "0.0.1",
64
- "@internal/ts-config": "0.0.1"
63
+ "@internal/ts-config": "0.0.1",
64
+ "@internal/eslint-config": "0.0.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "react": ">=16.0.0",