@visactor/react-vchart 1.13.11-alpha.2 → 1.13.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.
Files changed (169) hide show
  1. package/cjs/VChart.js +1 -1
  2. package/cjs/VChart.js.map +1 -1
  3. package/cjs/VChartSimple.d.ts +2 -2
  4. package/cjs/VChartSimple.js.map +1 -1
  5. package/cjs/charts/AreaChart.js +1 -1
  6. package/cjs/charts/AreaChart.js.map +1 -1
  7. package/cjs/charts/Bar3dChart.js +1 -1
  8. package/cjs/charts/Bar3dChart.js.map +1 -1
  9. package/cjs/charts/BarChart.js +1 -1
  10. package/cjs/charts/BarChart.js.map +1 -1
  11. package/cjs/charts/BaseChart.d.ts +1 -0
  12. package/cjs/charts/BaseChart.js +4 -3
  13. package/cjs/charts/BaseChart.js.map +1 -1
  14. package/cjs/charts/BoxPlotChart.js +1 -1
  15. package/cjs/charts/BoxPlotChart.js.map +1 -1
  16. package/cjs/charts/CirclePackingChart.js +1 -1
  17. package/cjs/charts/CirclePackingChart.js.map +1 -1
  18. package/cjs/charts/CircularProgressChart.js +1 -1
  19. package/cjs/charts/CircularProgressChart.js.map +1 -1
  20. package/cjs/charts/CommonChart.js +1 -1
  21. package/cjs/charts/CommonChart.js.map +1 -1
  22. package/cjs/charts/CorrelationChart.js +1 -1
  23. package/cjs/charts/CorrelationChart.js.map +1 -1
  24. package/cjs/charts/Funnel3dChart.js +1 -1
  25. package/cjs/charts/Funnel3dChart.js.map +1 -1
  26. package/cjs/charts/FunnelChart.js +1 -1
  27. package/cjs/charts/FunnelChart.js.map +1 -1
  28. package/cjs/charts/GaugeChart.js +1 -1
  29. package/cjs/charts/GaugeChart.js.map +1 -1
  30. package/cjs/charts/HeatmapChart.js +1 -1
  31. package/cjs/charts/HeatmapChart.js.map +1 -1
  32. package/cjs/charts/Histogram3dChart.js +1 -1
  33. package/cjs/charts/Histogram3dChart.js.map +1 -1
  34. package/cjs/charts/HistogramChart.js +1 -1
  35. package/cjs/charts/HistogramChart.js.map +1 -1
  36. package/cjs/charts/LineChart.js +1 -1
  37. package/cjs/charts/LineChart.js.map +1 -1
  38. package/cjs/charts/LinearProgressChart.js +1 -1
  39. package/cjs/charts/LinearProgressChart.js.map +1 -1
  40. package/cjs/charts/LiquidChart.js +1 -1
  41. package/cjs/charts/LiquidChart.js.map +1 -1
  42. package/cjs/charts/MapChart.js +1 -1
  43. package/cjs/charts/MapChart.js.map +1 -1
  44. package/cjs/charts/MosaicChart.js +1 -1
  45. package/cjs/charts/MosaicChart.js.map +1 -1
  46. package/cjs/charts/PictogramChart.js +1 -1
  47. package/cjs/charts/PictogramChart.js.map +1 -1
  48. package/cjs/charts/Pie3dChart.js +1 -1
  49. package/cjs/charts/Pie3dChart.js.map +1 -1
  50. package/cjs/charts/PieChart.js +1 -1
  51. package/cjs/charts/PieChart.js.map +1 -1
  52. package/cjs/charts/RadarChart.js +1 -1
  53. package/cjs/charts/RadarChart.js.map +1 -1
  54. package/cjs/charts/RangeAreaChart.js +1 -1
  55. package/cjs/charts/RangeAreaChart.js.map +1 -1
  56. package/cjs/charts/RangeColumn3dChart.js +1 -1
  57. package/cjs/charts/RangeColumn3dChart.js.map +1 -1
  58. package/cjs/charts/RangeColumnChart.js +1 -1
  59. package/cjs/charts/RangeColumnChart.js.map +1 -1
  60. package/cjs/charts/RoseChart.js +1 -1
  61. package/cjs/charts/RoseChart.js.map +1 -1
  62. package/cjs/charts/SankeyChart.js +1 -1
  63. package/cjs/charts/SankeyChart.js.map +1 -1
  64. package/cjs/charts/ScatterChart.js +1 -1
  65. package/cjs/charts/ScatterChart.js.map +1 -1
  66. package/cjs/charts/SequenceChart.js +1 -1
  67. package/cjs/charts/SequenceChart.js.map +1 -1
  68. package/cjs/charts/SunburstChart.js +1 -1
  69. package/cjs/charts/SunburstChart.js.map +1 -1
  70. package/cjs/charts/TreemapChart.js +1 -1
  71. package/cjs/charts/TreemapChart.js.map +1 -1
  72. package/cjs/charts/VennChart.js +1 -1
  73. package/cjs/charts/VennChart.js.map +1 -1
  74. package/cjs/charts/WaterfallChart.js +1 -1
  75. package/cjs/charts/WaterfallChart.js.map +1 -1
  76. package/cjs/charts/WordCloud3dChart.js +1 -1
  77. package/cjs/charts/WordCloud3dChart.js.map +1 -1
  78. package/cjs/charts/WordCloudChart.js +1 -1
  79. package/cjs/charts/WordCloudChart.js.map +1 -1
  80. package/cjs/components/MarkArea.js +2 -1
  81. package/cjs/components/ScrollBar.js +1 -2
  82. package/cjs/index.d.ts +1 -1
  83. package/cjs/index.js +1 -1
  84. package/cjs/index.js.map +1 -1
  85. package/esm/VChart.js +1 -1
  86. package/esm/VChart.js.map +1 -1
  87. package/esm/VChartSimple.d.ts +2 -2
  88. package/esm/VChartSimple.js.map +1 -1
  89. package/esm/charts/AreaChart.js +1 -1
  90. package/esm/charts/AreaChart.js.map +1 -1
  91. package/esm/charts/Bar3dChart.js +1 -1
  92. package/esm/charts/Bar3dChart.js.map +1 -1
  93. package/esm/charts/BarChart.js +1 -1
  94. package/esm/charts/BarChart.js.map +1 -1
  95. package/esm/charts/BaseChart.d.ts +1 -0
  96. package/esm/charts/BaseChart.js +4 -3
  97. package/esm/charts/BaseChart.js.map +1 -1
  98. package/esm/charts/BoxPlotChart.js +1 -1
  99. package/esm/charts/BoxPlotChart.js.map +1 -1
  100. package/esm/charts/CirclePackingChart.js +1 -1
  101. package/esm/charts/CirclePackingChart.js.map +1 -1
  102. package/esm/charts/CircularProgressChart.js +1 -1
  103. package/esm/charts/CircularProgressChart.js.map +1 -1
  104. package/esm/charts/CommonChart.js +1 -1
  105. package/esm/charts/CommonChart.js.map +1 -1
  106. package/esm/charts/CorrelationChart.js +1 -1
  107. package/esm/charts/CorrelationChart.js.map +1 -1
  108. package/esm/charts/Funnel3dChart.js +1 -1
  109. package/esm/charts/Funnel3dChart.js.map +1 -1
  110. package/esm/charts/FunnelChart.js +1 -1
  111. package/esm/charts/FunnelChart.js.map +1 -1
  112. package/esm/charts/GaugeChart.js +1 -1
  113. package/esm/charts/GaugeChart.js.map +1 -1
  114. package/esm/charts/HeatmapChart.js +1 -1
  115. package/esm/charts/HeatmapChart.js.map +1 -1
  116. package/esm/charts/Histogram3dChart.js +1 -1
  117. package/esm/charts/Histogram3dChart.js.map +1 -1
  118. package/esm/charts/HistogramChart.js +1 -1
  119. package/esm/charts/HistogramChart.js.map +1 -1
  120. package/esm/charts/LineChart.js +1 -1
  121. package/esm/charts/LineChart.js.map +1 -1
  122. package/esm/charts/LinearProgressChart.js +1 -1
  123. package/esm/charts/LinearProgressChart.js.map +1 -1
  124. package/esm/charts/LiquidChart.js +1 -1
  125. package/esm/charts/LiquidChart.js.map +1 -1
  126. package/esm/charts/MapChart.js +1 -1
  127. package/esm/charts/MapChart.js.map +1 -1
  128. package/esm/charts/MosaicChart.js +1 -1
  129. package/esm/charts/MosaicChart.js.map +1 -1
  130. package/esm/charts/PictogramChart.js +1 -1
  131. package/esm/charts/PictogramChart.js.map +1 -1
  132. package/esm/charts/Pie3dChart.js +1 -1
  133. package/esm/charts/Pie3dChart.js.map +1 -1
  134. package/esm/charts/PieChart.js +1 -1
  135. package/esm/charts/PieChart.js.map +1 -1
  136. package/esm/charts/RadarChart.js +1 -1
  137. package/esm/charts/RadarChart.js.map +1 -1
  138. package/esm/charts/RangeAreaChart.js +1 -1
  139. package/esm/charts/RangeAreaChart.js.map +1 -1
  140. package/esm/charts/RangeColumn3dChart.js +1 -1
  141. package/esm/charts/RangeColumn3dChart.js.map +1 -1
  142. package/esm/charts/RangeColumnChart.js +1 -1
  143. package/esm/charts/RangeColumnChart.js.map +1 -1
  144. package/esm/charts/RoseChart.js +1 -1
  145. package/esm/charts/RoseChart.js.map +1 -1
  146. package/esm/charts/SankeyChart.js +1 -1
  147. package/esm/charts/SankeyChart.js.map +1 -1
  148. package/esm/charts/ScatterChart.js +1 -1
  149. package/esm/charts/ScatterChart.js.map +1 -1
  150. package/esm/charts/SequenceChart.js +1 -1
  151. package/esm/charts/SequenceChart.js.map +1 -1
  152. package/esm/charts/SunburstChart.js +1 -1
  153. package/esm/charts/SunburstChart.js.map +1 -1
  154. package/esm/charts/TreemapChart.js +1 -1
  155. package/esm/charts/TreemapChart.js.map +1 -1
  156. package/esm/charts/VennChart.js +1 -1
  157. package/esm/charts/VennChart.js.map +1 -1
  158. package/esm/charts/WaterfallChart.js +1 -1
  159. package/esm/charts/WaterfallChart.js.map +1 -1
  160. package/esm/charts/WordCloud3dChart.js +1 -1
  161. package/esm/charts/WordCloud3dChart.js.map +1 -1
  162. package/esm/charts/WordCloudChart.js +1 -1
  163. package/esm/charts/WordCloudChart.js.map +1 -1
  164. package/esm/components/MarkArea.js +2 -1
  165. package/esm/components/ScrollBar.js +1 -2
  166. package/esm/index.d.ts +1 -1
  167. package/esm/index.js +1 -1
  168. package/esm/index.js.map +1 -1
  169. package/package.json +7 -7
@@ -6,6 +6,6 @@ import { createChart } from "./BaseChart";
6
6
 
7
7
  export const WordCloud3dChart = createChart("WordCloud3dChart", {
8
8
  type: "wordCloud3d",
9
- vchartConstrouctor: VChart
9
+ vchartConstructor: VChart
10
10
  }, [ registerWordCloud3dChart, ...registers ]);
11
11
  //# sourceMappingURL=WordCloud3dChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/WordCloud3dChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAM1C,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,wBAAwB,EAAE,GAAG,SAAS,CAAC,CACzC,CAAC","file":"WordCloud3dChart.js","sourcesContent":["import type React from 'react';\nimport type { IWordCloud3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWordCloud3dChart } from '@visactor/vchart';\nimport { registers } from './registers/simple';\nimport type { BaseChartProps } from './BaseChart';\nimport { createChart } from './BaseChart';\n\nexport interface WordCloud3dChartProps\n extends Omit<BaseChartProps, 'container' | 'type' | 'data'>,\n Omit<Partial<IWordCloud3dChartSpec>, 'type'> {}\n\nexport const WordCloud3dChart = createChart<React.PropsWithChildren<WordCloud3dChartProps> & { type?: 'wordCloud3d' }>(\n 'WordCloud3dChart',\n {\n type: 'wordCloud3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerWordCloud3dChart, ...registers]\n);\n"]}
1
+ {"version":3,"sources":["../src/charts/WordCloud3dChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAM1C,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,iBAAiB,EAAE,MAA4B;CAChD,EACD,CAAC,wBAAwB,EAAE,GAAG,SAAS,CAAC,CACzC,CAAC","file":"WordCloud3dChart.js","sourcesContent":["import type React from 'react';\nimport type { IWordCloud3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWordCloud3dChart } from '@visactor/vchart';\nimport { registers } from './registers/simple';\nimport type { BaseChartProps } from './BaseChart';\nimport { createChart } from './BaseChart';\n\nexport interface WordCloud3dChartProps\n extends Omit<BaseChartProps, 'container' | 'type' | 'data'>,\n Omit<Partial<IWordCloud3dChartSpec>, 'type'> {}\n\nexport const WordCloud3dChart = createChart<React.PropsWithChildren<WordCloud3dChartProps> & { type?: 'wordCloud3d' }>(\n 'WordCloud3dChart',\n {\n type: 'wordCloud3d',\n vchartConstructor: VChart as IVChartConstructor\n },\n [registerWordCloud3dChart, ...registers]\n);\n"]}
@@ -6,6 +6,6 @@ import { registers } from "./registers/simple";
6
6
 
7
7
  export const WordCloudChart = createChart("WordCloudChart", {
8
8
  type: "wordCloud",
9
- vchartConstrouctor: VChart
9
+ vchartConstructor: VChart
10
10
  }, [ registerWordCloudChart, ...registers ]);
11
11
  //# sourceMappingURL=WordCloudChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/WordCloudChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAM/C,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,sBAAsB,EAAE,GAAG,SAAS,CAAC,CACvC,CAAC","file":"WordCloudChart.js","sourcesContent":["import type React from 'react';\nimport type { IWordCloudChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWordCloudChart } from '@visactor/vchart';\nimport type { BaseChartProps } from './BaseChart';\nimport { createChart } from './BaseChart';\nimport { registers } from './registers/simple';\n\nexport interface WordCloudChartProps\n extends Omit<BaseChartProps, 'container' | 'type' | 'data'>,\n Omit<Partial<IWordCloudChartSpec>, 'type'> {}\n\nexport const WordCloudChart = createChart<React.PropsWithChildren<WordCloudChartProps> & { type?: 'wordCloud' }>(\n 'WordCloudChart',\n {\n type: 'wordCloud',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerWordCloudChart, ...registers]\n);\n"]}
1
+ {"version":3,"sources":["../src/charts/WordCloudChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAM/C,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,iBAAiB,EAAE,MAA4B;CAChD,EACD,CAAC,sBAAsB,EAAE,GAAG,SAAS,CAAC,CACvC,CAAC","file":"WordCloudChart.js","sourcesContent":["import type React from 'react';\nimport type { IWordCloudChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWordCloudChart } from '@visactor/vchart';\nimport type { BaseChartProps } from './BaseChart';\nimport { createChart } from './BaseChart';\nimport { registers } from './registers/simple';\n\nexport interface WordCloudChartProps\n extends Omit<BaseChartProps, 'container' | 'type' | 'data'>,\n Omit<Partial<IWordCloudChartSpec>, 'type'> {}\n\nexport const WordCloudChart = createChart<React.PropsWithChildren<WordCloudChartProps> & { type?: 'wordCloud' }>(\n 'WordCloudChart',\n {\n type: 'wordCloud',\n vchartConstructor: VChart as IVChartConstructor\n },\n [registerWordCloudChart, ...registers]\n);\n"]}
@@ -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 ]);
package/esm/index.d.ts CHANGED
@@ -5,5 +5,5 @@ 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 = "1.13.11-alpha.2";
8
+ export declare const version = "1.13.12";
9
9
  export type { IAreaChartSpec, IBarChartSpec, IBar3dChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IFunnel3dChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, IHistogram3dChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, IPie3dChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeColumn3dChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, ICorrelationChartSpec, ILiquidChartSpec, IWordCloud3dChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec, ITheme, IInitOption, ISpec, IVChart } from '@visactor/vchart';
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 = "1.13.11-alpha.2";
15
+ export const version = "1.13.12";
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,iBAAiB,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 = \"1.13.11-alpha.2\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBar3dChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IFunnel3dChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n IHistogram3dChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n IPie3dChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeColumn3dChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloud3dChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\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,SAAS,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 = \"1.13.12\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBar3dChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IFunnel3dChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n IHistogram3dChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n IPie3dChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeColumn3dChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloud3dChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "1.13.11-alpha.2",
3
+ "version": "1.13.12",
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": "1.13.11-alpha.2",
26
+ "@visactor/vchart": "1.13.12",
27
27
  "@visactor/vutils": "~0.19.5",
28
- "@visactor/vrender-core": "0.22.10",
29
- "@visactor/vrender-kits": "0.22.10",
30
- "@visactor/vgrammar-core": "0.16.7",
28
+ "@visactor/vrender-core": "0.22.14",
29
+ "@visactor/vrender-kits": "0.22.14",
30
+ "@visactor/vgrammar-core": "0.16.9",
31
31
  "react-is": "^18.2.0"
32
32
  },
33
33
  "devDependencies": {
@@ -54,9 +54,9 @@
54
54
  "@types/node": "*",
55
55
  "@vitejs/plugin-react": "3.1.0",
56
56
  "vite": "3.2.6",
57
- "@internal/bundler": "0.0.1",
58
57
  "@internal/eslint-config": "0.0.1",
59
- "@internal/ts-config": "0.0.1"
58
+ "@internal/ts-config": "0.0.1",
59
+ "@internal/bundler": "0.0.1"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "react": ">=16.0.0",