@advt-gpt-chart/package 3.0.18 → 3.1.0

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 (92) hide show
  1. package/dist/Chart/ChartBase/constants.d.ts +19 -4
  2. package/dist/Chart/ChartBase/index.d.ts +1 -1
  3. package/dist/Chart/ChartBase/transformed.d.ts +5 -0
  4. package/dist/Chart/ChartBase/types.d.ts +7 -1
  5. package/dist/Chart/ChartBase/utils.d.ts +1 -1
  6. package/dist/Chart/ChartCodeRender/type.d.ts +23 -0
  7. package/dist/Chart/ChartCodeRender/visChart/ChartStoreContext.d.ts +2 -2
  8. package/dist/Chart/ChartControllers/Orders/OrdersController.d.ts +1 -1
  9. package/dist/Chart/ChartControllers/index.d.ts +1 -1
  10. package/dist/Chart/ChartWrapper/style.d.ts +2 -1
  11. package/dist/Chart/ChartWrapper/utils.d.ts +7 -0
  12. package/dist/Chart/DataSource/metricInsight.d.ts +14 -1
  13. package/dist/Chart/DataSource/types.d.ts +1 -1
  14. package/dist/Chart/DataSource/useChartDataQuery.d.ts +1 -1
  15. package/dist/Charts/AgentCharts/AgentChartHeader.d.ts +7 -0
  16. package/dist/Charts/AgentCharts/AgentChartHeaderStyle.d.ts +9 -0
  17. package/dist/Charts/AgentCharts/DimensionAttribution/index.d.ts +3 -0
  18. package/dist/Charts/AgentCharts/DimensionAttribution/types.d.ts +8 -0
  19. package/dist/Charts/AgentCharts/FactorAttribution/index.d.ts +3 -0
  20. package/dist/Charts/AgentCharts/FactorAttribution/types.d.ts +8 -0
  21. package/dist/Charts/AgentCharts/index.d.ts +3 -0
  22. package/dist/Charts/AgentCharts/types.d.ts +70 -0
  23. package/dist/Charts/Area/types.d.ts +2 -2
  24. package/dist/Charts/Bar/types.d.ts +2 -2
  25. package/dist/Charts/Composite/config.d.ts +22 -0
  26. package/dist/Charts/Composite/index.d.ts +3 -0
  27. package/dist/Charts/Composite/types.d.ts +11 -0
  28. package/dist/Charts/Composite/util.d.ts +18 -0
  29. package/dist/Charts/Donut/types.d.ts +2 -2
  30. package/dist/Charts/Funnel/types.d.ts +2 -2
  31. package/dist/Charts/Gauge/types.d.ts +2 -2
  32. package/dist/Charts/Heatmap/types.d.ts +3 -3
  33. package/dist/Charts/Indicator/contants.d.ts +2 -2
  34. package/dist/Charts/Indicator/styles.d.ts +2 -0
  35. package/dist/Charts/Indicator/types.d.ts +4 -2
  36. package/dist/Charts/Line/types.d.ts +2 -2
  37. package/dist/Charts/Pie/types.d.ts +2 -2
  38. package/dist/Charts/PivotTable/index.d.ts +3 -0
  39. package/dist/Charts/PivotTable/theme.d.ts +3 -0
  40. package/dist/Charts/PivotTable/types.d.ts +22 -0
  41. package/dist/Charts/Radar/types.d.ts +1 -1
  42. package/dist/Charts/Rank/types.d.ts +2 -2
  43. package/dist/Charts/Scatter/types.d.ts +2 -2
  44. package/dist/Charts/Tabs/index.d.ts +3 -0
  45. package/dist/Charts/Tabs/styles.d.ts +3 -0
  46. package/dist/Charts/Tabs/types.d.ts +18 -0
  47. package/dist/ConfigProvider/hooks/useConfig.d.ts +3 -7
  48. package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/index.d.ts +1 -1
  49. package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/types.d.ts +4 -4
  50. package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/utils.d.ts +2 -2
  51. package/dist/components/VTabs.d.ts +5 -0
  52. package/dist/components/index.d.ts +9 -0
  53. package/dist/export.d.ts +14 -2
  54. package/dist/index.d.ts +2 -0
  55. package/dist/index.es.js +178499 -182253
  56. package/dist/index.es.js.gz +0 -0
  57. package/dist/index.umd.js +2430 -2215
  58. package/dist/index.umd.js.gz +0 -0
  59. package/dist/locale/en-US.d.ts +14 -0
  60. package/dist/locale/zh-CN.d.ts +14 -0
  61. package/dist/locale/zh-TW.d.ts +14 -0
  62. package/dist/services/constants.d.ts +5 -1
  63. package/dist/services/index.d.ts +104 -2
  64. package/dist/services/types.d.ts +15 -0
  65. package/dist/types/chart.d.ts +16 -3
  66. package/dist/types/config.d.ts +1 -0
  67. package/dist/utils/useTools.d.ts +3 -1
  68. package/dist/version.d.ts +1 -1
  69. package/package.json +32 -101
  70. /package/dist/{Text → Charts/Text}/VisText.d.ts +0 -0
  71. /package/dist/{Text → Charts/Text}/config.d.ts +0 -0
  72. /package/dist/{Text → Charts/Text}/custom-icons/index.d.ts +0 -0
  73. /package/dist/{Text → Charts/Text}/index.d.ts +0 -0
  74. /package/dist/{Text → Charts/Text}/mini-charts/hooks/getElementFontSize.d.ts +0 -0
  75. /package/dist/{Text → Charts/Text}/mini-charts/hooks/index.d.ts +0 -0
  76. /package/dist/{Text → Charts/Text}/mini-charts/hooks/useSvgWrapper.d.ts +0 -0
  77. /package/dist/{Text → Charts/Text}/mini-charts/index.d.ts +0 -0
  78. /package/dist/{Text → Charts/Text}/mini-charts/line/SingleLineChart.d.ts +0 -0
  79. /package/dist/{Text → Charts/Text}/mini-charts/line/index.d.ts +0 -0
  80. /package/dist/{Text → Charts/Text}/mini-charts/line/scaleLinear.d.ts +0 -0
  81. /package/dist/{Text → Charts/Text}/mini-charts/line/useLineCompute.d.ts +0 -0
  82. /package/dist/{Text → Charts/Text}/mini-charts/proportion/getArcPath.d.ts +0 -0
  83. /package/dist/{Text → Charts/Text}/mini-charts/proportion/index.d.ts +0 -0
  84. /package/dist/{Text → Charts/Text}/theme.d.ts +0 -0
  85. /package/dist/{Text → Charts/Text}/types.d.ts +0 -0
  86. /package/dist/{Text → Charts/Text}/utils/getThemeColor.d.ts +0 -0
  87. /package/dist/{Text → Charts/Text}/utils/index.d.ts +0 -0
  88. /package/dist/{Text → Charts/Text}/utils/useAntdDarkAlgorithm.d.ts +0 -0
  89. /package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/AdvancedContent.d.ts +0 -0
  90. /package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/CustomContent.d.ts +0 -0
  91. /package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/TimeRangePopover.d.ts +0 -0
  92. /package/dist/{Chart/ChartControllers/TimeRange → components/CustomTimeRange}/styles.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.