@univerjs-pro/engine-chart 0.25.0-insiders.20260623-012b5a8 → 0.25.1

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 (159) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/index.js +1 -1
  4. package/lib/types/enum.d.ts +0 -3
  5. package/lib/types/index.d.ts +20 -23
  6. package/lib/types/{models → model}/chart-data-operators/operators.d.ts +10 -6
  7. package/lib/types/{models → model}/chart-model.d.ts +115 -107
  8. package/lib/types/{models → model}/constants/default-chart-style.d.ts +2 -4
  9. package/lib/types/{models → model}/echart-render-model.d.ts +1 -6
  10. package/lib/types/model/mode-converter/converters/word-cloud-converter.d.ts +76 -0
  11. package/lib/types/{models → model}/mode-converter/mode-converter.d.ts +2 -2
  12. package/lib/types/{models → model}/mode-converter/render-spec-operators/index.d.ts +0 -2
  13. package/lib/types/model/mode-converter/render-spec-operators/tool-tip-operator.d.ts +3 -0
  14. package/lib/types/{models → model}/word-cloud-musk-image.service.d.ts +1 -1
  15. package/lib/types/source/source-util.d.ts +2 -2
  16. package/lib/types/source/static-chart-source.d.ts +0 -1
  17. package/lib/types/types.d.ts +8 -18
  18. package/lib/types/util.d.ts +1 -2
  19. package/lib/types/utils/echarts.d.ts +1 -2
  20. package/lib/umd/index.js +1 -1
  21. package/package.json +5 -5
  22. package/lib/types/models/chart-runtime-axes.d.ts +0 -38
  23. package/lib/types/models/chart-runtime-style.d.ts +0 -12
  24. package/lib/types/models/mode-converter/converters/word-cloud-converter.d.ts +0 -2
  25. package/lib/types/models/mode-converter/render-spec-operators/implicit-category-axis.operator.d.ts +0 -2
  26. package/lib/types/models/mode-converter/render-spec-operators/rtl-render-spec.operator.d.ts +0 -2
  27. package/lib/types/models/mode-converter/render-spec-operators/tool-tip-operator.d.ts +0 -37
  28. package/lib/types/models/mode-converter/render-spec-operators/tool-tip-renderer.d.ts +0 -15
  29. package/lib/types/source/option-data-value.d.ts +0 -3
  30. package/lib/types/word-cloud-resource/word-cloud-shape-resource.d.ts +0 -5
  31. package/lib/types/wordcloud-chart/adapters/echarts/chart-view.d.ts +0 -7
  32. package/lib/types/wordcloud-chart/adapters/echarts/echarts-options.d.ts +0 -24
  33. package/lib/types/wordcloud-chart/adapters/echarts/install.d.ts +0 -4
  34. package/lib/types/wordcloud-chart/adapters/echarts/layout-register.d.ts +0 -5
  35. package/lib/types/wordcloud-chart/adapters/echarts/layout.d.ts +0 -82
  36. package/lib/types/wordcloud-chart/adapters/echarts/render-config.d.ts +0 -57
  37. package/lib/types/wordcloud-chart/adapters/echarts/series-model.d.ts +0 -7
  38. package/lib/types/wordcloud-chart/adapters/echarts/text-measurer.d.ts +0 -12
  39. package/lib/types/wordcloud-chart/adapters/echarts/words.d.ts +0 -47
  40. package/lib/types/wordcloud-chart/canvas.d.ts +0 -8
  41. package/lib/types/wordcloud-chart/core/collision/bitset-board.d.ts +0 -45
  42. package/lib/types/wordcloud-chart/core/collision/box-shape-engine.d.ts +0 -31
  43. package/lib/types/wordcloud-chart/core/collision/engine.d.ts +0 -67
  44. package/lib/types/wordcloud-chart/core/collision/failure-cache.d.ts +0 -6
  45. package/lib/types/wordcloud-chart/core/collision/footprint.d.ts +0 -13
  46. package/lib/types/wordcloud-chart/core/collision/glyph-shape-engine.d.ts +0 -49
  47. package/lib/types/wordcloud-chart/core/collision/grid.d.ts +0 -10
  48. package/lib/types/wordcloud-chart/core/collision/types.d.ts +0 -1
  49. package/lib/types/wordcloud-chart/core/layout/candidates.d.ts +0 -15
  50. package/lib/types/wordcloud-chart/core/layout/font-scale.d.ts +0 -66
  51. package/lib/types/wordcloud-chart/core/layout/layout-config.d.ts +0 -3
  52. package/lib/types/wordcloud-chart/core/layout/layout.d.ts +0 -4
  53. package/lib/types/wordcloud-chart/core/layout/phases.d.ts +0 -12
  54. package/lib/types/wordcloud-chart/core/layout/place-word.d.ts +0 -12
  55. package/lib/types/wordcloud-chart/core/layout/placement-stats.d.ts +0 -7
  56. package/lib/types/wordcloud-chart/core/layout/placement-types.d.ts +0 -28
  57. package/lib/types/wordcloud-chart/core/layout/placement-word-manager.d.ts +0 -23
  58. package/lib/types/wordcloud-chart/core/layout/rotation.d.ts +0 -10
  59. package/lib/types/wordcloud-chart/core/layout/runtime-mask.d.ts +0 -6
  60. package/lib/types/wordcloud-chart/core/layout/search-plan.d.ts +0 -51
  61. package/lib/types/wordcloud-chart/core/layout/types.d.ts +0 -1
  62. package/lib/types/wordcloud-chart/core/layout/word-prepare.d.ts +0 -3
  63. package/lib/types/wordcloud-chart/core/layout/word-shrink.d.ts +0 -39
  64. package/lib/types/wordcloud-chart/core/random/seed.d.ts +0 -3
  65. package/lib/types/wordcloud-chart/core/shape/built-in-shapes.d.ts +0 -14
  66. package/lib/types/wordcloud-chart/core/shape/shape-mask.d.ts +0 -12
  67. package/lib/types/wordcloud-chart/core/shape/shape-profile.d.ts +0 -20
  68. package/lib/types/wordcloud-chart/core/shape/sprite-shape.d.ts +0 -19
  69. package/lib/types/wordcloud-chart/core/shape/types.d.ts +0 -1
  70. package/lib/types/wordcloud-chart/core/text/formatter.d.ts +0 -2
  71. package/lib/types/wordcloud-chart/core/text/measure.d.ts +0 -8
  72. package/lib/types/wordcloud-chart/core/text/normalize.d.ts +0 -2
  73. package/lib/types/wordcloud-chart/core/text/sprite.d.ts +0 -17
  74. package/lib/types/wordcloud-chart/core/text/types.d.ts +0 -1
  75. package/lib/types/wordcloud-chart/core/types/layout.d.ts +0 -81
  76. package/lib/types/wordcloud-chart/core/types/option.d.ts +0 -1
  77. package/lib/types/wordcloud-chart/core/types/shape.d.ts +0 -1
  78. package/lib/types/wordcloud-chart/core/types/word.d.ts +0 -1
  79. package/lib/types/wordcloud-chart/defaults.d.ts +0 -70
  80. package/lib/types/wordcloud-chart/echarts.d.ts +0 -2
  81. package/lib/types/wordcloud-chart/index.d.ts +0 -11
  82. package/lib/types/wordcloud-chart/types.d.ts +0 -339
  83. package/lib/types/wordcloud-chart/word-cloud-render-config.d.ts +0 -30
  84. /package/lib/types/{models → model}/chart-data-operators/build-chart-data.d.ts +0 -0
  85. /package/lib/types/{models → model}/chart-data-operators/index.d.ts +0 -0
  86. /package/lib/types/{models → model}/chart-locale-texts.d.ts +0 -0
  87. /package/lib/types/{models → model}/chart-theme.service.d.ts +0 -0
  88. /package/lib/types/{models → model}/constants/build-in-theme/default.d.ts +0 -0
  89. /package/lib/types/{models → model}/constants/build-in-theme/index.d.ts +0 -0
  90. /package/lib/types/{models → model}/constants/build-in-theme/theme-util.d.ts +0 -0
  91. /package/lib/types/{models → model}/constants/build-in-theme/types.d.ts +0 -0
  92. /package/lib/types/{models → model}/constants/build-in-theme/univer-gradient1.d.ts +0 -0
  93. /package/lib/types/{models → model}/constants/build-in-theme/univer-gradient2.d.ts +0 -0
  94. /package/lib/types/{models → model}/constants/build-in-theme/univer-gradient3.d.ts +0 -0
  95. /package/lib/types/{models → model}/constants/build-in-theme/univer-gradient4.d.ts +0 -0
  96. /package/lib/types/{models → model}/constants/build-in-theme/univer-gradient5.d.ts +0 -0
  97. /package/lib/types/{models → model}/constants/build-in-theme/univer-gradient6.d.ts +0 -0
  98. /package/lib/types/{models → model}/constants/build-in-theme/univer1.d.ts +0 -0
  99. /package/lib/types/{models → model}/constants/build-in-theme/univer2.d.ts +0 -0
  100. /package/lib/types/{models → model}/constants/build-in-theme/univer3.d.ts +0 -0
  101. /package/lib/types/{models → model}/constants/build-in-theme/univer4.d.ts +0 -0
  102. /package/lib/types/{models → model}/constants/build-in-theme/univer5.d.ts +0 -0
  103. /package/lib/types/{models → model}/constants/build-in-theme/univer6.d.ts +0 -0
  104. /package/lib/types/{models → model}/constants/default.d.ts +0 -0
  105. /package/lib/types/{models → model}/data-context-transformers/bar-data-context-transformer.d.ts +0 -0
  106. /package/lib/types/{models → model}/data-context-transformers/box-plot-data-context-transformer.d.ts +0 -0
  107. /package/lib/types/{models → model}/data-context-transformers/line-like-context-transformer.d.ts +0 -0
  108. /package/lib/types/{models → model}/data-context-transformers/pareto-data-context-transformer.d.ts +0 -0
  109. /package/lib/types/{models → model}/data-context-transformers/percent-data-context-transformer.d.ts +0 -0
  110. /package/lib/types/{models → model}/data-context-transformers/pie-data-context-transformer.d.ts +0 -0
  111. /package/lib/types/{models → model}/data-context-transformers/word-cloud-data-context-transform.d.ts +0 -0
  112. /package/lib/types/{models → model}/echart-to-chart-model-init.d.ts +0 -0
  113. /package/lib/types/{models → model}/mode-converter/converters/boxplot-chart-converter.d.ts +0 -0
  114. /package/lib/types/{models → model}/mode-converter/converters/bubble-chart-converter.d.ts +0 -0
  115. /package/lib/types/{models → model}/mode-converter/converters/combination-chart-converter.d.ts +0 -0
  116. /package/lib/types/{models → model}/mode-converter/converters/constants.d.ts +0 -0
  117. /package/lib/types/{models → model}/mode-converter/converters/funnel-chart-converter.d.ts +0 -0
  118. /package/lib/types/{models → model}/mode-converter/converters/heatmap-chart-convert.d.ts +0 -0
  119. /package/lib/types/{models → model}/mode-converter/converters/pareto-chart-converter.d.ts +0 -0
  120. /package/lib/types/{models → model}/mode-converter/converters/pie-chart-converter.d.ts +0 -0
  121. /package/lib/types/{models → model}/mode-converter/converters/radar-chart-converter.d.ts +0 -0
  122. /package/lib/types/{models → model}/mode-converter/converters/relation-chart-converter.d.ts +0 -0
  123. /package/lib/types/{models → model}/mode-converter/converters/sankey-chart-converter.d.ts +0 -0
  124. /package/lib/types/{models → model}/mode-converter/converters/scatter-chart-converter.d.ts +0 -0
  125. /package/lib/types/{models → model}/mode-converter/converters/tools.d.ts +0 -0
  126. /package/lib/types/{models → model}/mode-converter/converters/waterfall-chart-converter.d.ts +0 -0
  127. /package/lib/types/{models → model}/mode-converter/render-spec-operators/axis-title.operator.d.ts +0 -0
  128. /package/lib/types/{models → model}/mode-converter/render-spec-operators/bubble-style.operator.d.ts +0 -0
  129. /package/lib/types/{models → model}/mode-converter/render-spec-operators/chart-axes.operator.d.ts +0 -0
  130. /package/lib/types/{models → model}/mode-converter/render-spec-operators/chart-box-style.operator.d.ts +0 -0
  131. /package/lib/types/{models → model}/mode-converter/render-spec-operators/empty-style-operator.d.ts +0 -0
  132. /package/lib/types/{models → model}/mode-converter/render-spec-operators/font-size.operator.d.ts +0 -0
  133. /package/lib/types/{models → model}/mode-converter/render-spec-operators/grid-operator.d.ts +0 -0
  134. /package/lib/types/{models → model}/mode-converter/render-spec-operators/heatmap-chart-operator.d.ts +0 -0
  135. /package/lib/types/{models → model}/mode-converter/render-spec-operators/hover-mark-style.operator.d.ts +0 -0
  136. /package/lib/types/{models → model}/mode-converter/render-spec-operators/invalid-value-style.operator.d.ts +0 -0
  137. /package/lib/types/{models → model}/mode-converter/render-spec-operators/legend-style.operator.d.ts +0 -0
  138. /package/lib/types/{models → model}/mode-converter/render-spec-operators/line-like-style.operator.d.ts +0 -0
  139. /package/lib/types/{models → model}/mode-converter/render-spec-operators/operator-types.d.ts +0 -0
  140. /package/lib/types/{models → model}/mode-converter/render-spec-operators/pie-style.operator.d.ts +0 -0
  141. /package/lib/types/{models → model}/mode-converter/render-spec-operators/radar-style.operator.d.ts +0 -0
  142. /package/lib/types/{models → model}/mode-converter/render-spec-operators/relation-chart-operator/relation-chart-operator.d.ts +0 -0
  143. /package/lib/types/{models → model}/mode-converter/render-spec-operators/relation-chart-operator/relation-force-directed-layout.d.ts +0 -0
  144. /package/lib/types/{models → model}/mode-converter/render-spec-operators/sankey-chart-operator.d.ts +0 -0
  145. /package/lib/types/{models → model}/mode-converter/render-spec-operators/scatter-style.operator.d.ts +0 -0
  146. /package/lib/types/{models → model}/mode-converter/render-spec-operators/series-style-operator/pareto-series-style.handler.d.ts +0 -0
  147. /package/lib/types/{models → model}/mode-converter/render-spec-operators/series-style-operator/series-chart-style.handler.d.ts +0 -0
  148. /package/lib/types/{models → model}/mode-converter/render-spec-operators/series-style-operator/series-data-label.handler.d.ts +0 -0
  149. /package/lib/types/{models → model}/mode-converter/render-spec-operators/series-style-operator/series-style-operator.d.ts +0 -0
  150. /package/lib/types/{models → model}/mode-converter/render-spec-operators/series-style-operator/waterfall-series-style-operator.d.ts +0 -0
  151. /package/lib/types/{models → model}/mode-converter/render-spec-operators/stack.operator.d.ts +0 -0
  152. /package/lib/types/{models → model}/mode-converter/render-spec-operators/theme.operator.d.ts +0 -0
  153. /package/lib/types/{models → model}/mode-converter/render-spec-operators/title-style.operator.d.ts +0 -0
  154. /package/lib/types/{models → model}/mode-converter/render-spec-operators/tools.d.ts +0 -0
  155. /package/lib/types/{models → model}/mode-converter/render-spec-operators/trend-line/trend-line.operator.d.ts +0 -0
  156. /package/lib/types/{models → model}/mode-converter/render-spec-operators/trend-line/trendline-util.d.ts +0 -0
  157. /package/lib/types/{models → model}/mode-converter/render-spec-operators/visual-map-operator.d.ts +0 -0
  158. /package/lib/types/{models → model}/mode-converter/render-spec-operators/watermark.operator.d.ts +0 -0
  159. /package/lib/types/{models → model}/spec-converter/spec-converter.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.