@visactor/taro-vchart 2.0.1 → 2.0.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.
@@ -1,3 +1,2 @@
1
1
  /// <reference types="react" />
2
- import type { IBar3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const Bar3dChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IBar3dChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  /// <reference types="react" />
2
- import type { IFunnel3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const Funnel3dChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IFunnel3dChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  import React from 'react';
2
- import type { IHistogram3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const Histogram3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IHistogram3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  import React from 'react';
2
- import type { IRangeColumn3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const RangeColumn3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IRangeColumn3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  import React from 'react';
2
- import type { IWordCloud3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const WordCloud3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IWordCloud3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  /// <reference types="react" />
2
- import type { IBar3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const Bar3dChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IBar3dChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  /// <reference types="react" />
2
- import type { IFunnel3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const Funnel3dChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IFunnel3dChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  import React from 'react';
2
- import type { IHistogram3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const Histogram3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IHistogram3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  import React from 'react';
2
- import type { IRangeColumn3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const RangeColumn3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IRangeColumn3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;
@@ -1,3 +1,2 @@
1
1
  import React from 'react';
2
- import type { IWordCloud3dChartSpec } from '@visactor/vchart-extension';
3
2
  export declare const WordCloud3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IWordCloud3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/taro-vchart",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Taro VChart 图表组件",
5
5
  "sideEffects": false,
6
6
  "main": "esm/index.js",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@visactor/vchart": "2.0.1",
36
- "@visactor/vchart-extension": "2.0.1"
35
+ "@visactor/vchart": "2.0.2",
36
+ "@visactor/vchart-extension": "2.0.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@rushstack/eslint-patch": "~1.1.4",