win-chart 2.3.2 → 2.4.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 (61) hide show
  1. package/dist/bundle.esm.js +5 -281
  2. package/dist/bundle.esm.js.map +1 -0
  3. package/dist/index.d.ts +1 -183
  4. package/dist/types/components/WinChart.d.ts +3 -0
  5. package/dist/types/index.d.ts +2 -4
  6. package/dist/types/types/index.d.ts +90 -8
  7. package/dist/types/utils/const.d.ts +4 -10
  8. package/dist/types/{components/win-chart/utils → utils}/tool.d.ts +6 -0
  9. package/package.json +8 -10
  10. package/dist/types/api/request.d.ts +0 -25
  11. package/dist/types/components/NoContent.d.ts +0 -11
  12. package/dist/types/components/VisionUserConfigContext.d.ts +0 -3
  13. package/dist/types/components/hover-view.d.ts +0 -11
  14. package/dist/types/components/icon.d.ts +0 -11
  15. package/dist/types/components/panel-title-tab.d.ts +0 -12
  16. package/dist/types/components/win-card/components/ChartContent.d.ts +0 -7
  17. package/dist/types/components/win-card/components/Indicator.d.ts +0 -2
  18. package/dist/types/components/win-card/components/IndicatorArea.d.ts +0 -2
  19. package/dist/types/components/win-card/components/IndicatorInfo.d.ts +0 -11
  20. package/dist/types/components/win-card/components/MatterContent.d.ts +0 -5
  21. package/dist/types/components/win-card/components/MatterList.d.ts +0 -7
  22. package/dist/types/components/win-card/components/SelectDecoration.d.ts +0 -4
  23. package/dist/types/components/win-card/components/WinRankContent.d.ts +0 -1
  24. package/dist/types/components/win-card/index.d.ts +0 -14
  25. package/dist/types/components/win-chart/index.d.ts +0 -3
  26. package/dist/types/components/win-chart/utils/const.d.ts +0 -8
  27. package/dist/types/components/win-icon/index.d.ts +0 -8
  28. package/dist/types/components/win-wrappers/card-wrapper.d.ts +0 -17
  29. package/dist/types/components/win-wrappers/dot-wrapper.d.ts +0 -4
  30. package/dist/types/components/win-wrappers/iframe-wrapper.d.ts +0 -2
  31. package/dist/types/components/win-wrappers/request-wrapper.d.ts +0 -41
  32. package/dist/types/hooks/useCardOptionList.d.ts +0 -2
  33. package/dist/types/hooks/useHasIntersected.d.ts +0 -8
  34. package/dist/types/services/CardService.d.ts +0 -33
  35. package/dist/types/services/IndicatorService.d.ts +0 -19
  36. package/dist/types/services/WorkbenchService.d.ts +0 -17
  37. package/dist/types/types/chart.d.ts +0 -90
  38. package/dist/types/types/enum.d.ts +0 -128
  39. package/dist/types/types/indicator.d.ts +0 -252
  40. package/dist/types/types/interface.d.ts +0 -271
  41. package/dist/types/types/portal.d.ts +0 -180
  42. package/dist/types/types/report.d.ts +0 -25
  43. package/dist/types/types/type.d.ts +0 -9
  44. package/dist/types/types/user.d.ts +0 -26
  45. package/dist/types/utils/arr.d.ts +0 -41
  46. package/dist/types/utils/index.d.ts +0 -10
  47. package/dist/types/utils/init.d.ts +0 -5
  48. package/dist/types/utils/map.d.ts +0 -84
  49. package/dist/types/utils/str.d.ts +0 -12
  50. package/dist/types/utils/url.d.ts +0 -15
  51. package/dist/types/utils/util.d.ts +0 -14
  52. /package/dist/types/components/{win-chart/components/chart-wrapper.d.ts → ChartWrapper.d.ts} +0 -0
  53. /package/dist/types/{components/win-chart/utils → utils}/getAreaSpec.d.ts +0 -0
  54. /package/dist/types/{components/win-chart/utils → utils}/getBarSpec.d.ts +0 -0
  55. /package/dist/types/{components/win-chart/utils → utils}/getChartOptions.d.ts +0 -0
  56. /package/dist/types/{components/win-chart/utils → utils}/getColumnSpec.d.ts +0 -0
  57. /package/dist/types/{components/win-chart/utils → utils}/getDualSpec.d.ts +0 -0
  58. /package/dist/types/{components/win-chart/utils → utils}/getFunnelSpec.d.ts +0 -0
  59. /package/dist/types/{components/win-chart/utils → utils}/getLineSpec.d.ts +0 -0
  60. /package/dist/types/{components/win-chart/utils → utils}/getPieSpec.d.ts +0 -0
  61. /package/dist/types/{components/win-chart/utils → utils}/getRadarSpec.d.ts +0 -0