@visactor/vseed 0.1.32 → 0.1.34

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 (67) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/builder.d.ts +275 -1237
  4. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js +3 -1
  5. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  6. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js +7 -5
  7. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js.map +1 -1
  8. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js +16 -5
  9. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js.map +1 -1
  10. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js +0 -3
  11. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js.map +1 -1
  12. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.js +1 -1
  13. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.js.map +1 -1
  14. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.d.ts +2 -0
  15. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.js +22 -0
  16. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.js.map +1 -0
  17. package/dist/esm/pipeline/spec/chart/pipes/markStyle/index.d.ts +1 -0
  18. package/dist/esm/pipeline/spec/chart/pipes/markStyle/index.js +2 -1
  19. package/dist/esm/theme/common/annotaion.js +22 -14
  20. package/dist/esm/theme/common/annotaion.js.map +1 -1
  21. package/dist/esm/theme/common/axes.js +22 -6
  22. package/dist/esm/theme/common/axes.js.map +1 -1
  23. package/dist/esm/theme/common/crosshair.js +2 -2
  24. package/dist/esm/theme/common/crosshair.js.map +1 -1
  25. package/dist/esm/theme/common/funnelTransform.d.ts +3 -0
  26. package/dist/esm/theme/common/funnelTransform.js +11 -0
  27. package/dist/esm/theme/common/funnelTransform.js.map +1 -0
  28. package/dist/esm/theme/dark/dark.js +2 -0
  29. package/dist/esm/theme/dark/dark.js.map +1 -1
  30. package/dist/esm/theme/light/light.js +2 -0
  31. package/dist/esm/theme/light/light.js.map +1 -1
  32. package/dist/esm/types/advancedVSeed.d.ts +32 -404
  33. package/dist/esm/types/chartType/area/zArea.d.ts +2 -0
  34. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +2 -0
  35. package/dist/esm/types/chartType/bar/zBar.d.ts +2 -0
  36. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +2 -0
  37. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +2 -0
  38. package/dist/esm/types/chartType/column/zColumn.d.ts +2 -0
  39. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +2 -0
  40. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +2 -0
  41. package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +2 -0
  42. package/dist/esm/types/chartType/line/zLine.d.ts +2 -0
  43. package/dist/esm/types/chartType/scatter/zScatter.d.ts +2 -0
  44. package/dist/esm/types/properties/annotation/annotation.d.ts +2 -0
  45. package/dist/esm/types/properties/annotation/annotationArea.d.ts +5 -0
  46. package/dist/esm/types/properties/annotation/zAnnotationArea.d.ts +1 -0
  47. package/dist/esm/types/properties/annotation/zAnnotationArea.js +1 -0
  48. package/dist/esm/types/properties/annotation/zAnnotationArea.js.map +1 -1
  49. package/dist/esm/types/properties/config/annotation/annotation.d.ts +1 -1
  50. package/dist/esm/types/properties/config/annotation/zAnnotaion.d.ts +2 -0
  51. package/dist/esm/types/properties/config/annotation/zAnnotaion.js +1 -0
  52. package/dist/esm/types/properties/config/annotation/zAnnotaion.js.map +1 -1
  53. package/dist/esm/types/properties/config/config.d.ts +30 -404
  54. package/dist/esm/types/properties/config/config.js +10 -1
  55. package/dist/esm/types/properties/config/config.js.map +1 -1
  56. package/dist/esm/types/properties/config/funnelTransform/funntlTransform.d.ts +13 -0
  57. package/dist/esm/types/properties/config/funnelTransform/funntlTransform.js +0 -0
  58. package/dist/esm/types/properties/config/funnelTransform/index.d.ts +2 -0
  59. package/dist/esm/types/properties/config/funnelTransform/index.js +1 -0
  60. package/dist/esm/types/properties/config/funnelTransform/zFunnelTransform.d.ts +5 -0
  61. package/dist/esm/types/properties/config/funnelTransform/zFunnelTransform.js +8 -0
  62. package/dist/esm/types/properties/config/funnelTransform/zFunnelTransform.js.map +1 -0
  63. package/dist/esm/types/properties/theme/customTheme.d.ts +30 -404
  64. package/dist/esm/types/zVseed.d.ts +22 -0
  65. package/dist/umd/index.js +115 -37
  66. package/dist/umd/index.js.map +1 -1
  67. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vseed",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {