@visactor/vseed 0.4.23 → 0.4.25

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 (89) hide show
  1. package/dist/cjs/index.cjs +2 -2
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js +2 -1
  4. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js.map +1 -1
  5. package/dist/esm/pipeline/spec/chart/pipeline/bar.js +3 -1
  6. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  7. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +3 -1
  8. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  9. package/dist/esm/pipeline/spec/chart/pipeline/column.js +3 -1
  10. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  11. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +3 -1
  12. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  13. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLine.d.ts +2 -0
  14. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLine.js +134 -0
  15. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLine.js.map +1 -0
  16. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLineCommon.d.ts +27 -0
  17. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLineCommon.js +167 -0
  18. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLineCommon.js.map +1 -0
  19. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.d.ts +1 -0
  20. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.js +1 -0
  21. package/dist/esm/theme/common/annotaion.d.ts +6 -1
  22. package/dist/esm/theme/common/annotaion.js +18 -1
  23. package/dist/esm/theme/common/annotaion.js.map +1 -1
  24. package/dist/esm/theme/dark/area.d.ts +2 -0
  25. package/dist/esm/theme/dark/bar.d.ts +3 -0
  26. package/dist/esm/theme/dark/boxPlot.d.ts +1 -0
  27. package/dist/esm/theme/dark/column.d.ts +3 -0
  28. package/dist/esm/theme/dark/dualAxis.d.ts +1 -0
  29. package/dist/esm/theme/dark/histogram.d.ts +1 -0
  30. package/dist/esm/theme/dark/line.d.ts +1 -0
  31. package/dist/esm/theme/dark/race.d.ts +3 -0
  32. package/dist/esm/theme/dark/raceLine.d.ts +1 -0
  33. package/dist/esm/theme/dark/scatter.d.ts +1 -0
  34. package/dist/esm/theme/light/area.d.ts +2 -0
  35. package/dist/esm/theme/light/bar.d.ts +3 -0
  36. package/dist/esm/theme/light/boxPlot.d.ts +1 -0
  37. package/dist/esm/theme/light/column.d.ts +3 -0
  38. package/dist/esm/theme/light/dualAxis.d.ts +1 -0
  39. package/dist/esm/theme/light/histogram.d.ts +1 -0
  40. package/dist/esm/theme/light/line.d.ts +1 -0
  41. package/dist/esm/theme/light/race.d.ts +3 -0
  42. package/dist/esm/theme/light/raceLine.d.ts +1 -0
  43. package/dist/esm/theme/light/scatter.d.ts +1 -0
  44. package/dist/esm/theme/tokenTheme.js +3 -0
  45. package/dist/esm/theme/tokenTheme.js.map +1 -1
  46. package/dist/esm/types/chartType/bar/bar.d.ts +5 -1
  47. package/dist/esm/types/chartType/bar/zBar.d.ts +303 -0
  48. package/dist/esm/types/chartType/bar/zBar.js +2 -1
  49. package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
  50. package/dist/esm/types/chartType/barParallel/barParallel.d.ts +5 -1
  51. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +303 -0
  52. package/dist/esm/types/chartType/barParallel/zBarParallel.js +2 -1
  53. package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
  54. package/dist/esm/types/chartType/column/column.d.ts +5 -1
  55. package/dist/esm/types/chartType/column/zColumn.d.ts +303 -0
  56. package/dist/esm/types/chartType/column/zColumn.js +2 -1
  57. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  58. package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +5 -1
  59. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +303 -0
  60. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js +2 -1
  61. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
  62. package/dist/esm/types/properties/annotation/annotation.d.ts +303 -0
  63. package/dist/esm/types/properties/annotation/annotation.js +3 -1
  64. package/dist/esm/types/properties/annotation/annotation.js.map +1 -1
  65. package/dist/esm/types/properties/annotation/annotationDifferenceLine.d.ts +51 -0
  66. package/dist/esm/types/properties/annotation/annotationDifferenceLine.js +0 -0
  67. package/dist/esm/types/properties/annotation/index.d.ts +2 -0
  68. package/dist/esm/types/properties/annotation/index.js +1 -0
  69. package/dist/esm/types/properties/annotation/zAnnotationDifferenceLine.d.ts +294 -0
  70. package/dist/esm/types/properties/annotation/zAnnotationDifferenceLine.js +29 -0
  71. package/dist/esm/types/properties/annotation/zAnnotationDifferenceLine.js.map +1 -0
  72. package/dist/esm/types/properties/config/annotation/annotation.d.ts +2 -0
  73. package/dist/esm/types/properties/config/annotation/zAnnotation.d.ts +12 -0
  74. package/dist/esm/types/properties/config/annotation/zAnnotation.js +10 -2
  75. package/dist/esm/types/properties/config/annotation/zAnnotation.js.map +1 -1
  76. package/dist/esm/types/properties/config/area.d.ts +12 -0
  77. package/dist/esm/types/properties/config/bar.d.ts +18 -0
  78. package/dist/esm/types/properties/config/boxplot.d.ts +6 -0
  79. package/dist/esm/types/properties/config/column.d.ts +18 -0
  80. package/dist/esm/types/properties/config/config.d.ts +114 -0
  81. package/dist/esm/types/properties/config/dualAxis.d.ts +6 -0
  82. package/dist/esm/types/properties/config/histogram.d.ts +6 -0
  83. package/dist/esm/types/properties/config/line.d.ts +6 -0
  84. package/dist/esm/types/properties/config/race.d.ts +36 -0
  85. package/dist/esm/types/properties/config/scatter.d.ts +6 -0
  86. package/dist/esm/types/properties/theme/customTheme.d.ts +228 -0
  87. package/dist/umd/index.js +366 -6
  88. package/dist/umd/index.js.map +1 -1
  89. package/package.json +1 -1

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.