@visactor/react-vchart 2.0.3 → 2.0.4-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.
@@ -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.Indicator = (0, BaseComponent_1.createComponent)("Indicator", "indicator", null, !0, [ vchart_1.registerIndicator ]);
9
+ exports.Indicator = (0, BaseComponent_1.createComponent)("Indicator", "indicator", null, !0, [ vchart_1.registerIndicator ]);
10
+ //# sourceMappingURL=Indicator.js.map
@@ -6,5 +6,4 @@ 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 ]);
10
- //# sourceMappingURL=MarkArea.js.map
9
+ exports.MarkArea = (0, BaseComponent_1.createComponent)("MarkArea", "markArea", null, !1, [ vchart_1.registerMarkArea ]);
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const eventsUtils_1 = require("../eventsUtils"), BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
8
8
 
9
9
  exports.ScrollBar = (0, BaseComponent_1.createComponent)("ScrollBar", "scrollBar", eventsUtils_1.SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerScrollBar ]);
10
- //# sourceMappingURL=ScrollBar.js.map
10
+ //# sourceMappingURL=ScrollBar.js.map
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
8
8
 
9
9
  exports.Title = (0, BaseComponent_1.createComponent)("Title", "title", null, !0, [ vchart_1.registerTitle ]);
10
- //# sourceMappingURL=Title.js.map
10
+ //# sourceMappingURL=Title.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
@@ -32,4 +32,4 @@ function withStage(Component) {
32
32
  }
33
33
 
34
34
  StageContext.displayName = "StageContext", exports.withStage = withStage, exports.default = StageContext;
35
- //# sourceMappingURL=stage.js.map
35
+ //# sourceMappingURL=stage.js.map
package/cjs/index.d.ts CHANGED
@@ -5,6 +5,6 @@ export * from './VChart';
5
5
  export * from './VChartSimple';
6
6
  export * from './register';
7
7
  export { VChart as VChartCore } from '@visactor/vchart';
8
- export declare const version = "2.0.3";
8
+ export declare const version = "2.0.4-alpha.1";
9
9
  export type { IAreaChartSpec, IBarChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, ICorrelationChartSpec, ILiquidChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec, ITheme, IInitOption, ISpec, IVChart } from '@visactor/vchart';
10
10
  export type { IBar3dChartSpec, IFunnel3dChartSpec, IHistogram3dChartSpec, IPie3dChartSpec, IRangeColumn3dChartSpec, IWordCloud3dChartSpec } from '@visactor/vchart-extension';
package/cjs/index.js CHANGED
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "VChartCore", {
29
29
  get: function() {
30
30
  return vchart_1.VChart;
31
31
  }
32
- }), exports.version = "2.0.3";
32
+ }), exports.version = "2.0.4-alpha.1";
33
33
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,2CAAwD;AAA/C,oGAAA,MAAM,OAAc;AAGhB,QAAA,OAAO,GAAG,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport * from './register';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"2.0.3\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n\nexport type {\n IBar3dChartSpec,\n IFunnel3dChartSpec,\n IHistogram3dChartSpec,\n IPie3dChartSpec,\n IRangeColumn3dChartSpec,\n IWordCloud3dChartSpec\n} from '@visactor/vchart-extension';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,2CAAwD;AAA/C,oGAAA,MAAM,OAAc;AAGhB,QAAA,OAAO,GAAG,eAAe,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport * from './register';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"2.0.4-alpha.1\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n\nexport type {\n IBar3dChartSpec,\n IFunnel3dChartSpec,\n IHistogram3dChartSpec,\n IPie3dChartSpec,\n IRangeColumn3dChartSpec,\n IWordCloud3dChartSpec\n} from '@visactor/vchart-extension';\n"]}
@@ -2,4 +2,5 @@ import { createComponent } from "./BaseComponent";
2
2
 
3
3
  import { registerIndicator } from "@visactor/vchart";
4
4
 
5
- export const Indicator = createComponent("Indicator", "indicator", null, !0, [ registerIndicator ]);
5
+ export const Indicator = createComponent("Indicator", "indicator", null, !0, [ registerIndicator ]);
6
+ //# sourceMappingURL=Indicator.js.map
@@ -2,5 +2,4 @@ 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 ]);
6
- //# sourceMappingURL=MarkArea.js.map
5
+ export const MarkArea = createComponent("MarkArea", "markArea", null, !1, [ registerMarkArea ]);
@@ -5,4 +5,4 @@ import { createComponent } from "./BaseComponent";
5
5
  import { registerScrollBar } from "@visactor/vchart";
6
6
 
7
7
  export const ScrollBar = createComponent("ScrollBar", "scrollBar", SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ registerScrollBar ]);
8
- //# sourceMappingURL=ScrollBar.js.map
8
+ //# sourceMappingURL=ScrollBar.js.map
@@ -3,4 +3,4 @@ import { createComponent } from "./BaseComponent";
3
3
  import { registerTitle } from "@visactor/vchart";
4
4
 
5
5
  export const Title = createComponent("Title", "title", null, !0, [ registerTitle ]);
6
- //# sourceMappingURL=Title.js.map
6
+ //# sourceMappingURL=Title.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
@@ -26,4 +26,4 @@ export function withStage(Component) {
26
26
  }
27
27
 
28
28
  export default StageContext;
29
- //# sourceMappingURL=stage.js.map
29
+ //# sourceMappingURL=stage.js.map
package/esm/index.d.ts CHANGED
@@ -5,6 +5,6 @@ export * from './VChart';
5
5
  export * from './VChartSimple';
6
6
  export * from './register';
7
7
  export { VChart as VChartCore } from '@visactor/vchart';
8
- export declare const version = "2.0.3";
8
+ export declare const version = "2.0.4-alpha.1";
9
9
  export type { IAreaChartSpec, IBarChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, ICorrelationChartSpec, ILiquidChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec, ITheme, IInitOption, ISpec, IVChart } from '@visactor/vchart';
10
10
  export type { IBar3dChartSpec, IFunnel3dChartSpec, IHistogram3dChartSpec, IPie3dChartSpec, IRangeColumn3dChartSpec, IWordCloud3dChartSpec } from '@visactor/vchart-extension';
package/esm/index.js CHANGED
@@ -12,5 +12,5 @@ export * from "./register";
12
12
 
13
13
  export { VChart as VChartCore } from "@visactor/vchart";
14
14
 
15
- export const version = "2.0.3";
15
+ export const version = "2.0.4-alpha.1";
16
16
  //# sourceMappingURL=index.js.map
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGxD,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport * from './register';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"2.0.3\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n\nexport type {\n IBar3dChartSpec,\n IFunnel3dChartSpec,\n IHistogram3dChartSpec,\n IPie3dChartSpec,\n IRangeColumn3dChartSpec,\n IWordCloud3dChartSpec\n} from '@visactor/vchart-extension';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGxD,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport * from './register';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"2.0.4-alpha.1\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n\nexport type {\n IBar3dChartSpec,\n IFunnel3dChartSpec,\n IHistogram3dChartSpec,\n IPie3dChartSpec,\n IRangeColumn3dChartSpec,\n IWordCloud3dChartSpec\n} from '@visactor/vchart-extension';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "2.0.3",
3
+ "version": "2.0.4-alpha.1",
4
4
  "sideEffects": false,
5
5
  "description": "The react version of VChart 4.x",
6
6
  "keywords": [
@@ -23,11 +23,11 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@visactor/vchart": "2.0.3",
27
- "@visactor/vchart-extension": "2.0.3",
26
+ "@visactor/vchart": "2.0.4-alpha.1",
27
+ "@visactor/vchart-extension": "2.0.4-alpha.1",
28
28
  "@visactor/vutils": "~1.0.6",
29
- "@visactor/vrender-core": "1.0.9",
30
- "@visactor/vrender-kits": "1.0.9",
29
+ "@visactor/vrender-core": "1.0.11",
30
+ "@visactor/vrender-kits": "1.0.11",
31
31
  "react-is": "^18.2.0"
32
32
  },
33
33
  "devDependencies": {