@visactor/vrender-core 0.20.0-alpha.1 → 0.20.0-alpha.3

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 (420) hide show
  1. package/cjs/animate/Ticker/default-ticker.d.ts +2 -53
  2. package/cjs/animate/Ticker/default-ticker.js +17 -130
  3. package/cjs/animate/Ticker/default-ticker.js.map +1 -1
  4. package/cjs/animate/Ticker/index.d.ts +4 -0
  5. package/cjs/animate/Ticker/index.js +3 -1
  6. package/cjs/animate/Ticker/index.js.map +1 -1
  7. package/cjs/animate/Ticker/manual-ticker-handler.d.ts +15 -0
  8. package/cjs/animate/Ticker/manual-ticker-handler.js +36 -0
  9. package/cjs/animate/Ticker/manual-ticker-handler.js.map +1 -0
  10. package/cjs/animate/Ticker/manual-ticker.d.ts +19 -0
  11. package/cjs/animate/Ticker/manual-ticker.js +37 -0
  12. package/cjs/animate/Ticker/manual-ticker.js.map +1 -0
  13. package/cjs/animate/Ticker/raf-tick-handler.d.ts +9 -0
  14. package/cjs/animate/Ticker/raf-tick-handler.js +30 -0
  15. package/cjs/animate/Ticker/raf-tick-handler.js.map +1 -0
  16. package/cjs/animate/Ticker/timeout-tick-handler.d.ts +9 -0
  17. package/cjs/animate/Ticker/timeout-tick-handler.js +28 -0
  18. package/cjs/animate/Ticker/timeout-tick-handler.js.map +1 -0
  19. package/cjs/animate/Ticker/type.d.ts +6 -0
  20. package/cjs/animate/Ticker/type.js +11 -0
  21. package/cjs/animate/Ticker/type.js.map +1 -0
  22. package/cjs/canvas/conical-gradient.js.map +1 -1
  23. package/cjs/canvas/contributions/base-canvas.js +4 -13
  24. package/cjs/canvas/contributions/base-canvas.js.map +1 -1
  25. package/cjs/common/3d-interceptor.js +1 -2
  26. package/cjs/common/bounds-context.js +2 -1
  27. package/cjs/common/morphing-utils.js +1 -1
  28. package/cjs/common/path-svg.js +1 -1
  29. package/cjs/common/polygon.js +2 -2
  30. package/cjs/common/rect-utils.js +1 -1
  31. package/cjs/common/render-area.js +1 -1
  32. package/cjs/common/render-command-list.js +1 -2
  33. package/cjs/common/render-curve.js +1 -1
  34. package/cjs/common/render-utils.js +1 -1
  35. package/cjs/common/seg-context.js +1 -1
  36. package/cjs/common/segment/catmull-rom-close.d.ts +41 -0
  37. package/cjs/common/segment/catmull-rom-close.js +81 -0
  38. package/cjs/common/segment/catmull-rom-close.js.map +1 -0
  39. package/cjs/common/segment/catmull-rom.d.ts +38 -0
  40. package/cjs/common/segment/catmull-rom.js +97 -0
  41. package/cjs/common/segment/catmull-rom.js.map +1 -0
  42. package/cjs/common/segment/index.d.ts +5 -2
  43. package/cjs/common/segment/index.js +8 -1
  44. package/cjs/common/segment/index.js.map +1 -1
  45. package/cjs/common/simplify.js +1 -1
  46. package/cjs/common/sort.js +1 -1
  47. package/cjs/common/split-path.js +1 -1
  48. package/cjs/common/store.js +1 -1
  49. package/cjs/common/text.js +4 -3
  50. package/cjs/common/text.js.map +1 -1
  51. package/cjs/core/application.js +2 -1
  52. package/cjs/core/camera.js +1 -1
  53. package/cjs/core/constants.js +1 -1
  54. package/cjs/core/contributions/layerHandler/modules.js +2 -5
  55. package/cjs/core/contributions/layerHandler/modules.js.map +1 -1
  56. package/cjs/core/core-modules.js +1 -1
  57. package/cjs/core/global-module.js +2 -0
  58. package/cjs/core/global.js +1 -1
  59. package/cjs/core/graphic-utils.js +1 -1
  60. package/cjs/core/index.js +1 -1
  61. package/cjs/core/layer-service.js +1 -1
  62. package/cjs/core/layer.js +1 -1
  63. package/cjs/core/light.js +1 -1
  64. package/cjs/core/stage.d.ts +2 -2
  65. package/cjs/core/stage.js +10 -4
  66. package/cjs/core/stage.js.map +1 -1
  67. package/cjs/core/window.js +1 -1
  68. package/cjs/event/federated-event/base-event.js +12 -2
  69. package/cjs/event/federated-event/base-event.js.map +1 -1
  70. package/cjs/graphic/arc.d.ts +6 -4
  71. package/cjs/graphic/arc.js +46 -17
  72. package/cjs/graphic/arc.js.map +1 -1
  73. package/cjs/graphic/arc3d.d.ts +2 -2
  74. package/cjs/graphic/arc3d.js +8 -9
  75. package/cjs/graphic/arc3d.js.map +1 -1
  76. package/cjs/graphic/area.d.ts +5 -3
  77. package/cjs/graphic/area.js +27 -12
  78. package/cjs/graphic/area.js.map +1 -1
  79. package/cjs/graphic/builtin-symbol/index.d.ts +1 -1
  80. package/cjs/graphic/builtin-symbol/thin-triangle.d.ts +2 -2
  81. package/cjs/graphic/builtin-symbol/thin-triangle.js +2 -2
  82. package/cjs/graphic/builtin-symbol/thin-triangle.js.map +1 -1
  83. package/cjs/graphic/builtin-symbol/triangle-down.d.ts +1 -2
  84. package/cjs/graphic/builtin-symbol/triangle-down.js +4 -9
  85. package/cjs/graphic/builtin-symbol/triangle-down.js.map +1 -1
  86. package/cjs/graphic/builtin-symbol/triangle-left.d.ts +0 -1
  87. package/cjs/graphic/builtin-symbol/triangle-left.js +3 -8
  88. package/cjs/graphic/builtin-symbol/triangle-left.js.map +1 -1
  89. package/cjs/graphic/builtin-symbol/triangle-right.d.ts +1 -2
  90. package/cjs/graphic/builtin-symbol/triangle-right.js +4 -9
  91. package/cjs/graphic/builtin-symbol/triangle-right.js.map +1 -1
  92. package/cjs/graphic/builtin-symbol/triangle-up.d.ts +1 -2
  93. package/cjs/graphic/builtin-symbol/triangle-up.js +4 -9
  94. package/cjs/graphic/builtin-symbol/triangle-up.js.map +1 -1
  95. package/cjs/graphic/builtin-symbol/triangle.d.ts +1 -2
  96. package/cjs/graphic/builtin-symbol/triangle.js +1 -3
  97. package/cjs/graphic/builtin-symbol/triangle.js.map +1 -1
  98. package/cjs/graphic/circle.d.ts +5 -3
  99. package/cjs/graphic/circle.js +20 -12
  100. package/cjs/graphic/circle.js.map +1 -1
  101. package/cjs/graphic/config.js +6 -3
  102. package/cjs/graphic/config.js.map +1 -1
  103. package/cjs/graphic/glyph.d.ts +4 -2
  104. package/cjs/graphic/glyph.js +9 -2
  105. package/cjs/graphic/glyph.js.map +1 -1
  106. package/cjs/graphic/graphic-creator.js.map +1 -1
  107. package/cjs/graphic/graphic-service/common-outer-boder-bounds.d.ts +3 -0
  108. package/cjs/graphic/graphic-service/common-outer-boder-bounds.js +17 -0
  109. package/cjs/graphic/graphic-service/common-outer-boder-bounds.js.map +1 -0
  110. package/cjs/graphic/graphic-service/graphic-service.d.ts +7 -36
  111. package/cjs/graphic/graphic-service/graphic-service.js +11 -296
  112. package/cjs/graphic/graphic-service/graphic-service.js.map +1 -1
  113. package/cjs/graphic/graphic-service/symbol-outer-border-bounds.d.ts +3 -0
  114. package/cjs/graphic/graphic-service/symbol-outer-border-bounds.js +17 -0
  115. package/cjs/graphic/graphic-service/symbol-outer-border-bounds.js.map +1 -0
  116. package/cjs/graphic/graphic.d.ts +12 -9
  117. package/cjs/graphic/graphic.js +17 -2
  118. package/cjs/graphic/graphic.js.map +1 -1
  119. package/cjs/graphic/group.d.ts +7 -3
  120. package/cjs/graphic/group.js +34 -22
  121. package/cjs/graphic/group.js.map +1 -1
  122. package/cjs/graphic/image.d.ts +3 -2
  123. package/cjs/graphic/image.js +14 -9
  124. package/cjs/graphic/image.js.map +1 -1
  125. package/cjs/graphic/line.d.ts +5 -3
  126. package/cjs/graphic/line.js +24 -11
  127. package/cjs/graphic/line.js.map +1 -1
  128. package/cjs/graphic/node-tree.js.map +1 -1
  129. package/cjs/graphic/path.d.ts +3 -3
  130. package/cjs/graphic/path.js +17 -13
  131. package/cjs/graphic/path.js.map +1 -1
  132. package/cjs/graphic/polygon.d.ts +4 -3
  133. package/cjs/graphic/polygon.js +16 -11
  134. package/cjs/graphic/polygon.js.map +1 -1
  135. package/cjs/graphic/pyramid3d.d.ts +2 -2
  136. package/cjs/graphic/pyramid3d.js +10 -9
  137. package/cjs/graphic/pyramid3d.js.map +1 -1
  138. package/cjs/graphic/rect.d.ts +3 -3
  139. package/cjs/graphic/rect.js +16 -12
  140. package/cjs/graphic/rect.js.map +1 -1
  141. package/cjs/graphic/rect3d.js +2 -2
  142. package/cjs/graphic/rect3d.js.map +1 -1
  143. package/cjs/graphic/richtext/icon.d.ts +2 -2
  144. package/cjs/graphic/richtext/icon.js.map +1 -1
  145. package/cjs/graphic/richtext.d.ts +3 -3
  146. package/cjs/graphic/richtext.js +44 -12
  147. package/cjs/graphic/richtext.js.map +1 -1
  148. package/cjs/graphic/shadow-root.d.ts +2 -2
  149. package/cjs/graphic/shadow-root.js.map +1 -1
  150. package/cjs/graphic/symbol.d.ts +5 -3
  151. package/cjs/graphic/symbol.js +25 -12
  152. package/cjs/graphic/symbol.js.map +1 -1
  153. package/cjs/graphic/text.d.ts +10 -10
  154. package/cjs/graphic/text.js +26 -20
  155. package/cjs/graphic/text.js.map +1 -1
  156. package/cjs/graphic/theme.js.map +1 -1
  157. package/cjs/graphic/wrap-text.d.ts +1 -1
  158. package/cjs/graphic/wrap-text.js +2 -2
  159. package/cjs/graphic/wrap-text.js.map +1 -1
  160. package/cjs/index.d.ts +2 -0
  161. package/cjs/index.js +3 -1
  162. package/cjs/index.js.map +1 -1
  163. package/cjs/interface/graphic/arc.d.ts +2 -2
  164. package/cjs/interface/graphic/arc.js.map +1 -1
  165. package/cjs/interface/graphic/arc3d.d.ts +1 -1
  166. package/cjs/interface/graphic/arc3d.js.map +1 -1
  167. package/cjs/interface/graphic/area.d.ts +1 -0
  168. package/cjs/interface/graphic/area.js.map +1 -1
  169. package/cjs/interface/graphic/line.d.ts +1 -0
  170. package/cjs/interface/graphic/line.js.map +1 -1
  171. package/cjs/interface/graphic-service.d.ts +10 -17
  172. package/cjs/interface/graphic-service.js.map +1 -1
  173. package/cjs/interface/graphic.d.ts +2 -0
  174. package/cjs/interface/graphic.js.map +1 -1
  175. package/cjs/picker/pick-interceptor.js +5 -3
  176. package/cjs/picker/pick-interceptor.js.map +1 -1
  177. package/cjs/plugins/builtin-plugin/3dview-transform-plugin.d.ts +1 -0
  178. package/cjs/plugins/builtin-plugin/3dview-transform-plugin.js +8 -2
  179. package/cjs/plugins/builtin-plugin/3dview-transform-plugin.js.map +1 -1
  180. package/cjs/plugins/builtin-plugin/auto-render-plugin.d.ts +2 -1
  181. package/cjs/plugins/builtin-plugin/auto-render-plugin.js +10 -8
  182. package/cjs/plugins/builtin-plugin/auto-render-plugin.js.map +1 -1
  183. package/cjs/plugins/builtin-plugin/flex-layout-plugin.d.ts +1 -0
  184. package/cjs/plugins/builtin-plugin/flex-layout-plugin.js +8 -2
  185. package/cjs/plugins/builtin-plugin/flex-layout-plugin.js.map +1 -1
  186. package/cjs/plugins/builtin-plugin/html-attribute-plugin.js +1 -1
  187. package/cjs/plugins/builtin-plugin/html-attribute-plugin.js.map +1 -1
  188. package/cjs/render/contributions/render/arc-render.js +15 -28
  189. package/cjs/render/contributions/render/arc-render.js.map +1 -1
  190. package/cjs/render/contributions/render/area-render.js +11 -6
  191. package/cjs/render/contributions/render/area-render.js.map +1 -1
  192. package/cjs/render/contributions/render/base-render.d.ts +1 -1
  193. package/cjs/render/contributions/render/base-render.js.map +1 -1
  194. package/cjs/render/contributions/render/index.d.ts +1 -0
  195. package/cjs/render/contributions/render/index.js +3 -3
  196. package/cjs/render/contributions/render/index.js.map +1 -1
  197. package/cjs/render/contributions/render/line-render.js +6 -3
  198. package/cjs/render/contributions/render/line-render.js.map +1 -1
  199. package/cjs/render/contributions/render/symbol-render.js +1 -1
  200. package/cjs/render/contributions/render/symbol-render.js.map +1 -1
  201. package/cjs/render/contributions/render/utils.d.ts +24 -0
  202. package/cjs/render/contributions/render/utils.js +56 -23
  203. package/cjs/render/contributions/render/utils.js.map +1 -1
  204. package/dist/index.es.js +6911 -7082
  205. package/es/animate/Ticker/default-ticker.d.ts +2 -53
  206. package/es/animate/Ticker/default-ticker.js +3 -106
  207. package/es/animate/Ticker/default-ticker.js.map +1 -1
  208. package/es/animate/Ticker/index.d.ts +4 -0
  209. package/es/animate/Ticker/index.js +8 -0
  210. package/es/animate/Ticker/index.js.map +1 -1
  211. package/es/animate/Ticker/manual-ticker-handler.d.ts +15 -0
  212. package/es/animate/Ticker/manual-ticker-handler.js +28 -0
  213. package/es/animate/Ticker/manual-ticker-handler.js.map +1 -0
  214. package/es/animate/Ticker/manual-ticker.d.ts +19 -0
  215. package/es/animate/Ticker/manual-ticker.js +31 -0
  216. package/es/animate/Ticker/manual-ticker.js.map +1 -0
  217. package/es/animate/Ticker/raf-tick-handler.d.ts +9 -0
  218. package/es/animate/Ticker/raf-tick-handler.js +22 -0
  219. package/es/animate/Ticker/raf-tick-handler.js.map +1 -0
  220. package/es/animate/Ticker/timeout-tick-handler.d.ts +9 -0
  221. package/es/animate/Ticker/timeout-tick-handler.js +20 -0
  222. package/es/animate/Ticker/timeout-tick-handler.js.map +1 -0
  223. package/es/animate/Ticker/type.d.ts +6 -0
  224. package/es/animate/Ticker/type.js +7 -0
  225. package/es/animate/Ticker/type.js.map +1 -0
  226. package/es/canvas/conical-gradient.js.map +1 -1
  227. package/es/canvas/contributions/base-canvas.js +3 -15
  228. package/es/canvas/contributions/base-canvas.js.map +1 -1
  229. package/es/common/3d-interceptor.js +1 -2
  230. package/es/common/bounds-context.js +2 -1
  231. package/es/common/morphing-utils.js +1 -1
  232. package/es/common/path-svg.js +1 -1
  233. package/es/common/polygon.js +1 -1
  234. package/es/common/rect-utils.js +1 -1
  235. package/es/common/render-area.js +1 -1
  236. package/es/common/render-command-list.js +1 -2
  237. package/es/common/render-curve.js +1 -1
  238. package/es/common/render-utils.js +1 -1
  239. package/es/common/seg-context.js +1 -1
  240. package/es/common/segment/catmull-rom-close.d.ts +41 -0
  241. package/es/common/segment/catmull-rom-close.js +74 -0
  242. package/es/common/segment/catmull-rom-close.js.map +1 -0
  243. package/es/common/segment/catmull-rom.d.ts +38 -0
  244. package/es/common/segment/catmull-rom.js +92 -0
  245. package/es/common/segment/catmull-rom.js.map +1 -0
  246. package/es/common/segment/index.d.ts +5 -2
  247. package/es/common/segment/index.js +11 -0
  248. package/es/common/segment/index.js.map +1 -1
  249. package/es/common/simplify.js +1 -1
  250. package/es/common/sort.js +1 -1
  251. package/es/common/split-path.js +1 -1
  252. package/es/common/store.js +1 -1
  253. package/es/common/text.js +5 -4
  254. package/es/common/text.js.map +1 -1
  255. package/es/core/application.js +2 -1
  256. package/es/core/camera.js +1 -1
  257. package/es/core/constants.js +1 -1
  258. package/es/core/contributions/layerHandler/modules.js +2 -9
  259. package/es/core/contributions/layerHandler/modules.js.map +1 -1
  260. package/es/core/core-modules.js +1 -1
  261. package/es/core/global-module.js +2 -0
  262. package/es/core/global.js +1 -1
  263. package/es/core/graphic-utils.js +1 -1
  264. package/es/core/index.js +1 -1
  265. package/es/core/layer-service.js +1 -1
  266. package/es/core/layer.js +1 -1
  267. package/es/core/light.js +1 -1
  268. package/es/core/stage.d.ts +2 -2
  269. package/es/core/stage.js +9 -7
  270. package/es/core/stage.js.map +1 -1
  271. package/es/core/window.js +1 -1
  272. package/es/event/federated-event/base-event.js +12 -2
  273. package/es/event/federated-event/base-event.js.map +1 -1
  274. package/es/graphic/arc.d.ts +6 -4
  275. package/es/graphic/arc.js +47 -16
  276. package/es/graphic/arc.js.map +1 -1
  277. package/es/graphic/arc3d.d.ts +2 -2
  278. package/es/graphic/arc3d.js +7 -10
  279. package/es/graphic/arc3d.js.map +1 -1
  280. package/es/graphic/area.d.ts +5 -3
  281. package/es/graphic/area.js +28 -11
  282. package/es/graphic/area.js.map +1 -1
  283. package/es/graphic/builtin-symbol/index.d.ts +1 -1
  284. package/es/graphic/builtin-symbol/thin-triangle.d.ts +2 -2
  285. package/es/graphic/builtin-symbol/thin-triangle.js +2 -2
  286. package/es/graphic/builtin-symbol/thin-triangle.js.map +1 -1
  287. package/es/graphic/builtin-symbol/triangle-down.d.ts +1 -2
  288. package/es/graphic/builtin-symbol/triangle-down.js +2 -7
  289. package/es/graphic/builtin-symbol/triangle-down.js.map +1 -1
  290. package/es/graphic/builtin-symbol/triangle-left.d.ts +0 -1
  291. package/es/graphic/builtin-symbol/triangle-left.js +1 -6
  292. package/es/graphic/builtin-symbol/triangle-left.js.map +1 -1
  293. package/es/graphic/builtin-symbol/triangle-right.d.ts +1 -2
  294. package/es/graphic/builtin-symbol/triangle-right.js +2 -7
  295. package/es/graphic/builtin-symbol/triangle-right.js.map +1 -1
  296. package/es/graphic/builtin-symbol/triangle-up.d.ts +1 -2
  297. package/es/graphic/builtin-symbol/triangle-up.js +2 -7
  298. package/es/graphic/builtin-symbol/triangle-up.js.map +1 -1
  299. package/es/graphic/builtin-symbol/triangle.d.ts +1 -2
  300. package/es/graphic/builtin-symbol/triangle.js +1 -3
  301. package/es/graphic/builtin-symbol/triangle.js.map +1 -1
  302. package/es/graphic/circle.d.ts +5 -3
  303. package/es/graphic/circle.js +23 -9
  304. package/es/graphic/circle.js.map +1 -1
  305. package/es/graphic/config.js +6 -3
  306. package/es/graphic/config.js.map +1 -1
  307. package/es/graphic/glyph.d.ts +4 -2
  308. package/es/graphic/glyph.js +9 -1
  309. package/es/graphic/glyph.js.map +1 -1
  310. package/es/graphic/graphic-creator.js.map +1 -1
  311. package/es/graphic/graphic-service/common-outer-boder-bounds.d.ts +3 -0
  312. package/es/graphic/graphic-service/common-outer-boder-bounds.js +9 -0
  313. package/es/graphic/graphic-service/common-outer-boder-bounds.js.map +1 -0
  314. package/es/graphic/graphic-service/graphic-service.d.ts +7 -36
  315. package/es/graphic/graphic-service/graphic-service.js +11 -297
  316. package/es/graphic/graphic-service/graphic-service.js.map +1 -1
  317. package/es/graphic/graphic-service/symbol-outer-border-bounds.d.ts +3 -0
  318. package/es/graphic/graphic-service/symbol-outer-border-bounds.js +11 -0
  319. package/es/graphic/graphic-service/symbol-outer-border-bounds.js.map +1 -0
  320. package/es/graphic/graphic.d.ts +12 -9
  321. package/es/graphic/graphic.js +20 -3
  322. package/es/graphic/graphic.js.map +1 -1
  323. package/es/graphic/group.d.ts +7 -3
  324. package/es/graphic/group.js +32 -22
  325. package/es/graphic/group.js.map +1 -1
  326. package/es/graphic/image.d.ts +3 -2
  327. package/es/graphic/image.js +15 -8
  328. package/es/graphic/image.js.map +1 -1
  329. package/es/graphic/line.d.ts +5 -3
  330. package/es/graphic/line.js +25 -10
  331. package/es/graphic/line.js.map +1 -1
  332. package/es/graphic/node-tree.js.map +1 -1
  333. package/es/graphic/path.d.ts +3 -3
  334. package/es/graphic/path.js +18 -12
  335. package/es/graphic/path.js.map +1 -1
  336. package/es/graphic/polygon.d.ts +4 -3
  337. package/es/graphic/polygon.js +17 -10
  338. package/es/graphic/polygon.js.map +1 -1
  339. package/es/graphic/pyramid3d.d.ts +2 -2
  340. package/es/graphic/pyramid3d.js +8 -10
  341. package/es/graphic/pyramid3d.js.map +1 -1
  342. package/es/graphic/rect.d.ts +3 -3
  343. package/es/graphic/rect.js +16 -10
  344. package/es/graphic/rect.js.map +1 -1
  345. package/es/graphic/rect3d.js +1 -3
  346. package/es/graphic/rect3d.js.map +1 -1
  347. package/es/graphic/richtext/icon.d.ts +2 -2
  348. package/es/graphic/richtext/icon.js.map +1 -1
  349. package/es/graphic/richtext.d.ts +3 -3
  350. package/es/graphic/richtext.js +43 -11
  351. package/es/graphic/richtext.js.map +1 -1
  352. package/es/graphic/shadow-root.d.ts +2 -2
  353. package/es/graphic/shadow-root.js.map +1 -1
  354. package/es/graphic/symbol.d.ts +5 -3
  355. package/es/graphic/symbol.js +26 -11
  356. package/es/graphic/symbol.js.map +1 -1
  357. package/es/graphic/text.d.ts +10 -10
  358. package/es/graphic/text.js +27 -22
  359. package/es/graphic/text.js.map +1 -1
  360. package/es/graphic/theme.js.map +1 -1
  361. package/es/graphic/wrap-text.d.ts +1 -1
  362. package/es/graphic/wrap-text.js +1 -3
  363. package/es/graphic/wrap-text.js.map +1 -1
  364. package/es/index.d.ts +2 -0
  365. package/es/index.js +4 -0
  366. package/es/index.js.map +1 -1
  367. package/es/interface/graphic/arc.d.ts +2 -2
  368. package/es/interface/graphic/arc.js.map +1 -1
  369. package/es/interface/graphic/arc3d.d.ts +1 -1
  370. package/es/interface/graphic/arc3d.js.map +1 -1
  371. package/es/interface/graphic/area.d.ts +1 -0
  372. package/es/interface/graphic/area.js.map +1 -1
  373. package/es/interface/graphic/line.d.ts +1 -0
  374. package/es/interface/graphic/line.js.map +1 -1
  375. package/es/interface/graphic-service.d.ts +10 -17
  376. package/es/interface/graphic-service.js.map +1 -1
  377. package/es/interface/graphic.d.ts +2 -0
  378. package/es/interface/graphic.js.map +1 -1
  379. package/es/picker/pick-interceptor.js +6 -2
  380. package/es/picker/pick-interceptor.js.map +1 -1
  381. package/es/plugins/builtin-plugin/3dview-transform-plugin.d.ts +1 -0
  382. package/es/plugins/builtin-plugin/3dview-transform-plugin.js +6 -0
  383. package/es/plugins/builtin-plugin/3dview-transform-plugin.js.map +1 -1
  384. package/es/plugins/builtin-plugin/auto-render-plugin.d.ts +2 -1
  385. package/es/plugins/builtin-plugin/auto-render-plugin.js +9 -8
  386. package/es/plugins/builtin-plugin/auto-render-plugin.js.map +1 -1
  387. package/es/plugins/builtin-plugin/flex-layout-plugin.d.ts +1 -0
  388. package/es/plugins/builtin-plugin/flex-layout-plugin.js +6 -0
  389. package/es/plugins/builtin-plugin/flex-layout-plugin.js.map +1 -1
  390. package/es/plugins/builtin-plugin/html-attribute-plugin.js +1 -1
  391. package/es/plugins/builtin-plugin/html-attribute-plugin.js.map +1 -1
  392. package/es/render/contributions/render/arc-render.js +10 -16
  393. package/es/render/contributions/render/arc-render.js.map +1 -1
  394. package/es/render/contributions/render/area-render.js +11 -5
  395. package/es/render/contributions/render/area-render.js.map +1 -1
  396. package/es/render/contributions/render/base-render.d.ts +1 -1
  397. package/es/render/contributions/render/base-render.js.map +1 -1
  398. package/es/render/contributions/render/index.d.ts +1 -0
  399. package/es/render/contributions/render/index.js +2 -0
  400. package/es/render/contributions/render/index.js.map +1 -1
  401. package/es/render/contributions/render/line-render.js +6 -3
  402. package/es/render/contributions/render/line-render.js.map +1 -1
  403. package/es/render/contributions/render/symbol-render.js +1 -1
  404. package/es/render/contributions/render/symbol-render.js.map +1 -1
  405. package/es/render/contributions/render/utils.d.ts +24 -0
  406. package/es/render/contributions/render/utils.js +46 -15
  407. package/es/render/contributions/render/utils.js.map +1 -1
  408. package/package.json +2 -2
  409. package/cjs/graphic/graphic-service/common-contribution.d.ts +0 -5
  410. package/cjs/graphic/graphic-service/common-contribution.js +0 -19
  411. package/cjs/graphic/graphic-service/common-contribution.js.map +0 -1
  412. package/cjs/graphic/graphic-service/symbol-contribution.d.ts +0 -6
  413. package/cjs/graphic/graphic-service/symbol-contribution.js +0 -21
  414. package/cjs/graphic/graphic-service/symbol-contribution.js.map +0 -1
  415. package/es/graphic/graphic-service/common-contribution.d.ts +0 -5
  416. package/es/graphic/graphic-service/common-contribution.js +0 -11
  417. package/es/graphic/graphic-service/common-contribution.js.map +0 -1
  418. package/es/graphic/graphic-service/symbol-contribution.d.ts +0 -6
  419. package/es/graphic/graphic-service/symbol-contribution.js +0 -15
  420. package/es/graphic/graphic-service/symbol-contribution.js.map +0 -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.