@visactor/vrender-core 0.17.2-alpha.0 → 0.17.2-alpha.2

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 (343) hide show
  1. package/cjs/graphic/arc.d.ts +1 -0
  2. package/cjs/graphic/arc.js +6 -2
  3. package/cjs/graphic/arc.js.map +1 -1
  4. package/cjs/graphic/arc3d.d.ts +1 -0
  5. package/cjs/graphic/arc3d.js +6 -2
  6. package/cjs/graphic/arc3d.js.map +1 -1
  7. package/cjs/graphic/area.d.ts +1 -0
  8. package/cjs/graphic/area.js +6 -2
  9. package/cjs/graphic/area.js.map +1 -1
  10. package/cjs/graphic/bounds.d.ts +2 -2
  11. package/cjs/graphic/bounds.js +8 -10
  12. package/cjs/graphic/bounds.js.map +1 -1
  13. package/cjs/graphic/circle.d.ts +1 -0
  14. package/cjs/graphic/circle.js +7 -2
  15. package/cjs/graphic/circle.js.map +1 -1
  16. package/cjs/graphic/glyph.d.ts +1 -0
  17. package/cjs/graphic/glyph.js +7 -2
  18. package/cjs/graphic/glyph.js.map +1 -1
  19. package/cjs/graphic/graphic-creator.d.ts +24 -36
  20. package/cjs/graphic/graphic-creator.js +16 -99
  21. package/cjs/graphic/graphic-creator.js.map +1 -1
  22. package/cjs/graphic/group.d.ts +1 -0
  23. package/cjs/graphic/group.js +7 -2
  24. package/cjs/graphic/group.js.map +1 -1
  25. package/cjs/graphic/image.d.ts +1 -0
  26. package/cjs/graphic/image.js +6 -2
  27. package/cjs/graphic/image.js.map +1 -1
  28. package/cjs/graphic/index.d.ts +1 -0
  29. package/cjs/graphic/index.js +6 -5
  30. package/cjs/graphic/index.js.map +1 -1
  31. package/cjs/graphic/line.d.ts +1 -0
  32. package/cjs/graphic/line.js +6 -2
  33. package/cjs/graphic/line.js.map +1 -1
  34. package/cjs/graphic/path.d.ts +1 -0
  35. package/cjs/graphic/path.js +6 -2
  36. package/cjs/graphic/path.js.map +1 -1
  37. package/cjs/graphic/polygon.d.ts +1 -0
  38. package/cjs/graphic/polygon.js +7 -2
  39. package/cjs/graphic/polygon.js.map +1 -1
  40. package/cjs/graphic/pyramid3d.d.ts +1 -0
  41. package/cjs/graphic/pyramid3d.js +7 -2
  42. package/cjs/graphic/pyramid3d.js.map +1 -1
  43. package/cjs/graphic/rect.d.ts +1 -0
  44. package/cjs/graphic/rect.js +6 -2
  45. package/cjs/graphic/rect.js.map +1 -1
  46. package/cjs/graphic/rect3d.d.ts +1 -0
  47. package/cjs/graphic/rect3d.js +7 -2
  48. package/cjs/graphic/rect3d.js.map +1 -1
  49. package/cjs/graphic/richtext.d.ts +1 -0
  50. package/cjs/graphic/richtext.js +6 -2
  51. package/cjs/graphic/richtext.js.map +1 -1
  52. package/cjs/graphic/shadow-root.d.ts +2 -1
  53. package/cjs/graphic/shadow-root.js +6 -2
  54. package/cjs/graphic/shadow-root.js.map +1 -1
  55. package/cjs/graphic/symbol.d.ts +1 -0
  56. package/cjs/graphic/symbol.js +6 -2
  57. package/cjs/graphic/symbol.js.map +1 -1
  58. package/cjs/graphic/text.d.ts +1 -0
  59. package/cjs/graphic/text.js +6 -2
  60. package/cjs/graphic/text.js.map +1 -1
  61. package/cjs/graphic/wrap-text.d.ts +2 -1
  62. package/cjs/graphic/wrap-text.js +6 -2
  63. package/cjs/graphic/wrap-text.js.map +1 -1
  64. package/cjs/index.d.ts +33 -0
  65. package/cjs/index.js +17 -1
  66. package/cjs/index.js.map +1 -1
  67. package/cjs/register/register-arc.d.ts +1 -0
  68. package/cjs/register/register-arc.js +14 -0
  69. package/cjs/register/register-arc.js.map +1 -0
  70. package/cjs/register/register-arc3d.d.ts +1 -0
  71. package/cjs/register/register-arc3d.js +14 -0
  72. package/cjs/register/register-arc3d.js.map +1 -0
  73. package/cjs/register/register-area.d.ts +1 -0
  74. package/cjs/register/register-area.js +14 -0
  75. package/cjs/register/register-area.js.map +1 -0
  76. package/cjs/register/register-circle.d.ts +1 -0
  77. package/cjs/register/register-circle.js +14 -0
  78. package/cjs/register/register-circle.js.map +1 -0
  79. package/cjs/register/register-glyph.d.ts +1 -0
  80. package/cjs/register/register-glyph.js +14 -0
  81. package/cjs/register/register-glyph.js.map +1 -0
  82. package/cjs/register/register-group.d.ts +1 -0
  83. package/cjs/register/register-group.js +14 -0
  84. package/cjs/register/register-group.js.map +1 -0
  85. package/cjs/register/register-image.d.ts +1 -0
  86. package/cjs/register/register-image.js +14 -0
  87. package/cjs/register/register-image.js.map +1 -0
  88. package/cjs/register/register-line.d.ts +1 -0
  89. package/cjs/register/register-line.js +14 -0
  90. package/cjs/register/register-line.js.map +1 -0
  91. package/cjs/register/register-path.d.ts +1 -0
  92. package/cjs/register/register-path.js +14 -0
  93. package/cjs/register/register-path.js.map +1 -0
  94. package/cjs/register/register-polygon.d.ts +1 -0
  95. package/cjs/register/register-polygon.js +14 -0
  96. package/cjs/register/register-polygon.js.map +1 -0
  97. package/cjs/register/register-pyramid3d.d.ts +1 -0
  98. package/cjs/register/register-pyramid3d.js +14 -0
  99. package/cjs/register/register-pyramid3d.js.map +1 -0
  100. package/cjs/register/register-rect.d.ts +1 -0
  101. package/cjs/register/register-rect.js +14 -0
  102. package/cjs/register/register-rect.js.map +1 -0
  103. package/cjs/register/register-rect3d.d.ts +1 -0
  104. package/cjs/register/register-rect3d.js +14 -0
  105. package/cjs/register/register-rect3d.js.map +1 -0
  106. package/cjs/register/register-richtext.d.ts +1 -0
  107. package/cjs/register/register-richtext.js +14 -0
  108. package/cjs/register/register-richtext.js.map +1 -0
  109. package/cjs/register/register-shadowRoot.d.ts +1 -0
  110. package/cjs/register/register-shadowRoot.js +14 -0
  111. package/cjs/register/register-shadowRoot.js.map +1 -0
  112. package/cjs/register/register-symbol.d.ts +1 -0
  113. package/cjs/register/register-symbol.js +14 -0
  114. package/cjs/register/register-symbol.js.map +1 -0
  115. package/cjs/register/register-text.d.ts +1 -0
  116. package/cjs/register/register-text.js +14 -0
  117. package/cjs/register/register-text.js.map +1 -0
  118. package/cjs/register/register-wraptext.d.ts +1 -0
  119. package/cjs/register/register-wraptext.js +14 -0
  120. package/cjs/register/register-wraptext.js.map +1 -0
  121. package/cjs/render/contributions/render/arc-module.d.ts +2 -0
  122. package/cjs/render/contributions/render/arc-module.js +17 -0
  123. package/cjs/render/contributions/render/arc-module.js.map +1 -0
  124. package/cjs/render/contributions/render/arc3d-module.d.ts +2 -0
  125. package/cjs/render/contributions/render/arc3d-module.js +15 -0
  126. package/cjs/render/contributions/render/arc3d-module.js.map +1 -0
  127. package/cjs/render/contributions/render/area-module.d.ts +2 -0
  128. package/cjs/render/contributions/render/area-module.js +18 -0
  129. package/cjs/render/contributions/render/area-module.js.map +1 -0
  130. package/cjs/render/contributions/render/circle-module.d.ts +2 -0
  131. package/cjs/render/contributions/render/circle-module.js +17 -0
  132. package/cjs/render/contributions/render/circle-module.js.map +1 -0
  133. package/cjs/render/contributions/render/draw-interceptor.d.ts +0 -2
  134. package/cjs/render/contributions/render/draw-interceptor.js +2 -2
  135. package/cjs/render/contributions/render/draw-interceptor.js.map +1 -1
  136. package/cjs/render/contributions/render/glyph-module.d.ts +2 -0
  137. package/cjs/render/contributions/render/glyph-module.js +15 -0
  138. package/cjs/render/contributions/render/glyph-module.js.map +1 -0
  139. package/cjs/render/contributions/render/image-module.d.ts +2 -0
  140. package/cjs/render/contributions/render/image-module.js +16 -0
  141. package/cjs/render/contributions/render/image-module.js.map +1 -0
  142. package/cjs/render/contributions/render/line-module.d.ts +2 -0
  143. package/cjs/render/contributions/render/line-module.js +17 -0
  144. package/cjs/render/contributions/render/line-module.js.map +1 -0
  145. package/cjs/render/contributions/render/module.js +2 -37
  146. package/cjs/render/contributions/render/module.js.map +1 -1
  147. package/cjs/render/contributions/render/path-module.d.ts +2 -0
  148. package/cjs/render/contributions/render/path-module.js +17 -0
  149. package/cjs/render/contributions/render/path-module.js.map +1 -0
  150. package/cjs/render/contributions/render/polygon-module.d.ts +2 -0
  151. package/cjs/render/contributions/render/polygon-module.js +16 -0
  152. package/cjs/render/contributions/render/polygon-module.js.map +1 -0
  153. package/cjs/render/contributions/render/pyramid3d-module.d.ts +2 -0
  154. package/cjs/render/contributions/render/pyramid3d-module.js +15 -0
  155. package/cjs/render/contributions/render/pyramid3d-module.js.map +1 -0
  156. package/cjs/render/contributions/render/rect-module.d.ts +2 -0
  157. package/cjs/render/contributions/render/rect-module.js +17 -0
  158. package/cjs/render/contributions/render/rect-module.js.map +1 -0
  159. package/cjs/render/contributions/render/rect3d-module.d.ts +2 -0
  160. package/cjs/render/contributions/render/rect3d-module.js +15 -0
  161. package/cjs/render/contributions/render/rect3d-module.js.map +1 -0
  162. package/cjs/render/contributions/render/richtext-module.d.ts +2 -0
  163. package/cjs/render/contributions/render/richtext-module.js +15 -0
  164. package/cjs/render/contributions/render/richtext-module.js.map +1 -0
  165. package/cjs/render/contributions/render/symbol-module.d.ts +2 -0
  166. package/cjs/render/contributions/render/symbol-module.js +17 -0
  167. package/cjs/render/contributions/render/symbol-module.js.map +1 -0
  168. package/cjs/render/contributions/render/text-module.d.ts +2 -0
  169. package/cjs/render/contributions/render/text-module.js +16 -0
  170. package/cjs/render/contributions/render/text-module.js.map +1 -0
  171. package/dist/index.js +3243 -3018
  172. package/dist/index.min.js +1 -1
  173. package/es/graphic/arc.d.ts +1 -0
  174. package/es/graphic/arc.js +4 -0
  175. package/es/graphic/arc.js.map +1 -1
  176. package/es/graphic/arc3d.d.ts +1 -0
  177. package/es/graphic/arc3d.js +4 -0
  178. package/es/graphic/arc3d.js.map +1 -1
  179. package/es/graphic/area.d.ts +1 -0
  180. package/es/graphic/area.js +4 -0
  181. package/es/graphic/area.js.map +1 -1
  182. package/es/graphic/bounds.d.ts +2 -2
  183. package/es/graphic/bounds.js +6 -8
  184. package/es/graphic/bounds.js.map +1 -1
  185. package/es/graphic/circle.d.ts +1 -0
  186. package/es/graphic/circle.js +4 -0
  187. package/es/graphic/circle.js.map +1 -1
  188. package/es/graphic/glyph.d.ts +1 -0
  189. package/es/graphic/glyph.js +4 -0
  190. package/es/graphic/glyph.js.map +1 -1
  191. package/es/graphic/graphic-creator.d.ts +24 -36
  192. package/es/graphic/graphic-creator.js +14 -125
  193. package/es/graphic/graphic-creator.js.map +1 -1
  194. package/es/graphic/group.d.ts +1 -0
  195. package/es/graphic/group.js +4 -0
  196. package/es/graphic/group.js.map +1 -1
  197. package/es/graphic/image.d.ts +1 -0
  198. package/es/graphic/image.js +4 -0
  199. package/es/graphic/image.js.map +1 -1
  200. package/es/graphic/index.d.ts +1 -0
  201. package/es/graphic/index.js +2 -0
  202. package/es/graphic/index.js.map +1 -1
  203. package/es/graphic/line.d.ts +1 -0
  204. package/es/graphic/line.js +4 -0
  205. package/es/graphic/line.js.map +1 -1
  206. package/es/graphic/path.d.ts +1 -0
  207. package/es/graphic/path.js +4 -0
  208. package/es/graphic/path.js.map +1 -1
  209. package/es/graphic/polygon.d.ts +1 -0
  210. package/es/graphic/polygon.js +4 -0
  211. package/es/graphic/polygon.js.map +1 -1
  212. package/es/graphic/pyramid3d.d.ts +1 -0
  213. package/es/graphic/pyramid3d.js +4 -0
  214. package/es/graphic/pyramid3d.js.map +1 -1
  215. package/es/graphic/rect.d.ts +1 -0
  216. package/es/graphic/rect.js +4 -0
  217. package/es/graphic/rect.js.map +1 -1
  218. package/es/graphic/rect3d.d.ts +1 -0
  219. package/es/graphic/rect3d.js +4 -0
  220. package/es/graphic/rect3d.js.map +1 -1
  221. package/es/graphic/richtext.d.ts +1 -0
  222. package/es/graphic/richtext.js +4 -0
  223. package/es/graphic/richtext.js.map +1 -1
  224. package/es/graphic/shadow-root.d.ts +2 -1
  225. package/es/graphic/shadow-root.js +4 -0
  226. package/es/graphic/shadow-root.js.map +1 -1
  227. package/es/graphic/symbol.d.ts +1 -0
  228. package/es/graphic/symbol.js +4 -0
  229. package/es/graphic/symbol.js.map +1 -1
  230. package/es/graphic/text.d.ts +1 -0
  231. package/es/graphic/text.js +4 -0
  232. package/es/graphic/text.js.map +1 -1
  233. package/es/graphic/wrap-text.d.ts +2 -1
  234. package/es/graphic/wrap-text.js +4 -0
  235. package/es/graphic/wrap-text.js.map +1 -1
  236. package/es/index.d.ts +33 -0
  237. package/es/index.js +66 -0
  238. package/es/index.js.map +1 -1
  239. package/es/register/register-arc.d.ts +1 -0
  240. package/es/register/register-arc.js +8 -0
  241. package/es/register/register-arc.js.map +1 -0
  242. package/es/register/register-arc3d.d.ts +1 -0
  243. package/es/register/register-arc3d.js +8 -0
  244. package/es/register/register-arc3d.js.map +1 -0
  245. package/es/register/register-area.d.ts +1 -0
  246. package/es/register/register-area.js +8 -0
  247. package/es/register/register-area.js.map +1 -0
  248. package/es/register/register-circle.d.ts +1 -0
  249. package/es/register/register-circle.js +8 -0
  250. package/es/register/register-circle.js.map +1 -0
  251. package/es/register/register-glyph.d.ts +1 -0
  252. package/es/register/register-glyph.js +8 -0
  253. package/es/register/register-glyph.js.map +1 -0
  254. package/es/register/register-group.d.ts +1 -0
  255. package/es/register/register-group.js +8 -0
  256. package/es/register/register-group.js.map +1 -0
  257. package/es/register/register-image.d.ts +1 -0
  258. package/es/register/register-image.js +8 -0
  259. package/es/register/register-image.js.map +1 -0
  260. package/es/register/register-line.d.ts +1 -0
  261. package/es/register/register-line.js +8 -0
  262. package/es/register/register-line.js.map +1 -0
  263. package/es/register/register-path.d.ts +1 -0
  264. package/es/register/register-path.js +8 -0
  265. package/es/register/register-path.js.map +1 -0
  266. package/es/register/register-polygon.d.ts +1 -0
  267. package/es/register/register-polygon.js +8 -0
  268. package/es/register/register-polygon.js.map +1 -0
  269. package/es/register/register-pyramid3d.d.ts +1 -0
  270. package/es/register/register-pyramid3d.js +8 -0
  271. package/es/register/register-pyramid3d.js.map +1 -0
  272. package/es/register/register-rect.d.ts +1 -0
  273. package/es/register/register-rect.js +8 -0
  274. package/es/register/register-rect.js.map +1 -0
  275. package/es/register/register-rect3d.d.ts +1 -0
  276. package/es/register/register-rect3d.js +8 -0
  277. package/es/register/register-rect3d.js.map +1 -0
  278. package/es/register/register-richtext.d.ts +1 -0
  279. package/es/register/register-richtext.js +8 -0
  280. package/es/register/register-richtext.js.map +1 -0
  281. package/es/register/register-shadowRoot.d.ts +1 -0
  282. package/es/register/register-shadowRoot.js +8 -0
  283. package/es/register/register-shadowRoot.js.map +1 -0
  284. package/es/register/register-symbol.d.ts +1 -0
  285. package/es/register/register-symbol.js +8 -0
  286. package/es/register/register-symbol.js.map +1 -0
  287. package/es/register/register-text.d.ts +1 -0
  288. package/es/register/register-text.js +8 -0
  289. package/es/register/register-text.js.map +1 -0
  290. package/es/register/register-wraptext.d.ts +1 -0
  291. package/es/register/register-wraptext.js +8 -0
  292. package/es/register/register-wraptext.js.map +1 -0
  293. package/es/render/contributions/render/arc-module.d.ts +2 -0
  294. package/es/render/contributions/render/arc-module.js +21 -0
  295. package/es/render/contributions/render/arc-module.js.map +1 -0
  296. package/es/render/contributions/render/arc3d-module.d.ts +2 -0
  297. package/es/render/contributions/render/arc3d-module.js +13 -0
  298. package/es/render/contributions/render/arc3d-module.js.map +1 -0
  299. package/es/render/contributions/render/area-module.d.ts +2 -0
  300. package/es/render/contributions/render/area-module.js +23 -0
  301. package/es/render/contributions/render/area-module.js.map +1 -0
  302. package/es/render/contributions/render/circle-module.d.ts +2 -0
  303. package/es/render/contributions/render/circle-module.js +21 -0
  304. package/es/render/contributions/render/circle-module.js.map +1 -0
  305. package/es/render/contributions/render/draw-interceptor.d.ts +0 -2
  306. package/es/render/contributions/render/draw-interceptor.js +4 -4
  307. package/es/render/contributions/render/draw-interceptor.js.map +1 -1
  308. package/es/render/contributions/render/glyph-module.d.ts +2 -0
  309. package/es/render/contributions/render/glyph-module.js +13 -0
  310. package/es/render/contributions/render/glyph-module.js.map +1 -0
  311. package/es/render/contributions/render/image-module.d.ts +2 -0
  312. package/es/render/contributions/render/image-module.js +20 -0
  313. package/es/render/contributions/render/image-module.js.map +1 -0
  314. package/es/render/contributions/render/line-module.d.ts +2 -0
  315. package/es/render/contributions/render/line-module.js +16 -0
  316. package/es/render/contributions/render/line-module.js.map +1 -0
  317. package/es/render/contributions/render/module.js +3 -70
  318. package/es/render/contributions/render/module.js.map +1 -1
  319. package/es/render/contributions/render/path-module.d.ts +2 -0
  320. package/es/render/contributions/render/path-module.js +21 -0
  321. package/es/render/contributions/render/path-module.js.map +1 -0
  322. package/es/render/contributions/render/polygon-module.d.ts +2 -0
  323. package/es/render/contributions/render/polygon-module.js +20 -0
  324. package/es/render/contributions/render/polygon-module.js.map +1 -0
  325. package/es/render/contributions/render/pyramid3d-module.d.ts +2 -0
  326. package/es/render/contributions/render/pyramid3d-module.js +13 -0
  327. package/es/render/contributions/render/pyramid3d-module.js.map +1 -0
  328. package/es/render/contributions/render/rect-module.d.ts +2 -0
  329. package/es/render/contributions/render/rect-module.js +21 -0
  330. package/es/render/contributions/render/rect-module.js.map +1 -0
  331. package/es/render/contributions/render/rect3d-module.d.ts +2 -0
  332. package/es/render/contributions/render/rect3d-module.js +13 -0
  333. package/es/render/contributions/render/rect3d-module.js.map +1 -0
  334. package/es/render/contributions/render/richtext-module.d.ts +2 -0
  335. package/es/render/contributions/render/richtext-module.js +13 -0
  336. package/es/render/contributions/render/richtext-module.js.map +1 -0
  337. package/es/render/contributions/render/symbol-module.d.ts +2 -0
  338. package/es/render/contributions/render/symbol-module.js +21 -0
  339. package/es/render/contributions/render/symbol-module.js.map +1 -0
  340. package/es/render/contributions/render/text-module.d.ts +2 -0
  341. package/es/render/contributions/render/text-module.js +20 -0
  342. package/es/render/contributions/render/text-module.js.map +1 -0
  343. package/package.json +6 -4
package/es/index.d.ts CHANGED
@@ -47,3 +47,36 @@ export * from './common/inversify-lite';
47
47
  export * from './constants';
48
48
  export * from './application';
49
49
  export * from './env-check';
50
+ export * from './render/contributions/render/arc-module';
51
+ export * from './render/contributions/render/rect-module';
52
+ export * from './render/contributions/render/line-module';
53
+ export * from './render/contributions/render/area-module';
54
+ export * from './render/contributions/render/symbol-module';
55
+ export * from './render/contributions/render/circle-module';
56
+ export * from './render/contributions/render/text-module';
57
+ export * from './render/contributions/render/path-module';
58
+ export * from './render/contributions/render/polygon-module';
59
+ export * from './render/contributions/render/glyph-module';
60
+ export * from './render/contributions/render/richtext-module';
61
+ export * from './render/contributions/render/image-module';
62
+ export * from './render/contributions/render/rect3d-module';
63
+ export * from './render/contributions/render/arc3d-module';
64
+ export * from './render/contributions/render/pyramid3d-module';
65
+ export * from './register/register-arc';
66
+ export * from './register/register-arc3d';
67
+ export * from './register/register-area';
68
+ export * from './register/register-circle';
69
+ export * from './register/register-glyph';
70
+ export * from './register/register-group';
71
+ export * from './register/register-image';
72
+ export * from './register/register-line';
73
+ export * from './register/register-path';
74
+ export * from './register/register-polygon';
75
+ export * from './register/register-pyramid3d';
76
+ export * from './register/register-rect';
77
+ export * from './register/register-rect3d';
78
+ export * from './register/register-richtext';
79
+ export * from './register/register-symbol';
80
+ export * from './register/register-text';
81
+ export * from './register/register-shadowRoot';
82
+ export * from './register/register-wraptext';
package/es/index.js CHANGED
@@ -95,4 +95,70 @@ export * from "./constants";
95
95
  export * from "./application";
96
96
 
97
97
  export * from "./env-check";
98
+
99
+ export * from "./render/contributions/render/arc-module";
100
+
101
+ export * from "./render/contributions/render/rect-module";
102
+
103
+ export * from "./render/contributions/render/line-module";
104
+
105
+ export * from "./render/contributions/render/area-module";
106
+
107
+ export * from "./render/contributions/render/symbol-module";
108
+
109
+ export * from "./render/contributions/render/circle-module";
110
+
111
+ export * from "./render/contributions/render/text-module";
112
+
113
+ export * from "./render/contributions/render/path-module";
114
+
115
+ export * from "./render/contributions/render/polygon-module";
116
+
117
+ export * from "./render/contributions/render/glyph-module";
118
+
119
+ export * from "./render/contributions/render/richtext-module";
120
+
121
+ export * from "./render/contributions/render/image-module";
122
+
123
+ export * from "./render/contributions/render/rect3d-module";
124
+
125
+ export * from "./render/contributions/render/arc3d-module";
126
+
127
+ export * from "./render/contributions/render/pyramid3d-module";
128
+
129
+ export * from "./register/register-arc";
130
+
131
+ export * from "./register/register-arc3d";
132
+
133
+ export * from "./register/register-area";
134
+
135
+ export * from "./register/register-circle";
136
+
137
+ export * from "./register/register-glyph";
138
+
139
+ export * from "./register/register-group";
140
+
141
+ export * from "./register/register-image";
142
+
143
+ export * from "./register/register-line";
144
+
145
+ export * from "./register/register-path";
146
+
147
+ export * from "./register/register-polygon";
148
+
149
+ export * from "./register/register-pyramid3d";
150
+
151
+ export * from "./register/register-rect";
152
+
153
+ export * from "./register/register-rect3d";
154
+
155
+ export * from "./register/register-richtext";
156
+
157
+ export * from "./register/register-symbol";
158
+
159
+ export * from "./register/register-text";
160
+
161
+ export * from "./register/register-shadowRoot";
162
+
163
+ export * from "./register/register-wraptext";
98
164
  //# sourceMappingURL=index.js.map
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,WAAW,CAAC;AAEnB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,2CAA2C,CAAC;AAC1D,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAG/B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAEhC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAE7C,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACxD,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC","file":"index.js","sourcesContent":["// import 'core-js/proposals/reflect-metadata';\nimport './modules';\n\nexport * from './container';\nexport * from './core/global';\nexport * from './graphic';\nexport * from './modules';\nexport * from './create';\nexport * from './event';\nexport * from './interface';\nexport * from './render';\nexport * from './render/contributions/render/base-render';\nexport * from './canvas';\nexport * from './core';\nexport * from './picker';\nexport * from './animate';\nexport * from './resource-loader/loader';\nexport * from './color-string';\n\n/* export common */\nexport * from './common/text';\nexport * from './common/bezier-utils';\nexport * from './common/bounds-context';\nexport * from './common/seg-context';\nexport * from './common/custom-path2d';\nexport * from './common/segment';\nexport * from './common/canvas-utils';\nexport * from './common/contribution-provider';\nexport * from './common/generator';\nexport * from './common/utils';\nexport * from './common/shape/arc';\nexport * from './common/shape/rect';\nexport * from './common/matrix';\n\nexport * from './common/path-svg';\nexport * from './common/render-curve';\nexport * from './common/render-area';\nexport * from './common/render-command-list';\nexport * from './common/sort';\nexport * from './common/morphing-utils';\nexport * from './common/split-path';\nexport * from './common/enums';\nexport * from './common/generator';\nexport * from './plugins/constants';\nexport * from './allocator/matrix-allocate';\nexport * from './allocator/canvas-allocate';\nexport * from './allocator/graphic-allocate';\n\nexport * from './animate/default-ticker';\nexport { wrapCanvas, wrapContext } from './canvas/util';\nexport * from './common/xml';\nexport * from './common/inversify-lite';\nexport * from './constants';\nexport * from './application';\nexport * from './env-check';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,WAAW,CAAC;AAEnB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,2CAA2C,CAAC;AAC1D,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAG/B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAEhC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAE7C,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACxD,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAE5B,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAE/D,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC","file":"index.js","sourcesContent":["// import 'core-js/proposals/reflect-metadata';\nimport './modules';\n\nexport * from './container';\nexport * from './core/global';\nexport * from './graphic';\nexport * from './modules';\nexport * from './create';\nexport * from './event';\nexport * from './interface';\nexport * from './render';\nexport * from './render/contributions/render/base-render';\nexport * from './canvas';\nexport * from './core';\nexport * from './picker';\nexport * from './animate';\nexport * from './resource-loader/loader';\nexport * from './color-string';\n\n/* export common */\nexport * from './common/text';\nexport * from './common/bezier-utils';\nexport * from './common/bounds-context';\nexport * from './common/seg-context';\nexport * from './common/custom-path2d';\nexport * from './common/segment';\nexport * from './common/canvas-utils';\nexport * from './common/contribution-provider';\nexport * from './common/generator';\nexport * from './common/utils';\nexport * from './common/shape/arc';\nexport * from './common/shape/rect';\nexport * from './common/matrix';\n\nexport * from './common/path-svg';\nexport * from './common/render-curve';\nexport * from './common/render-area';\nexport * from './common/render-command-list';\nexport * from './common/sort';\nexport * from './common/morphing-utils';\nexport * from './common/split-path';\nexport * from './common/enums';\nexport * from './common/generator';\nexport * from './plugins/constants';\nexport * from './allocator/matrix-allocate';\nexport * from './allocator/canvas-allocate';\nexport * from './allocator/graphic-allocate';\n\nexport * from './animate/default-ticker';\nexport { wrapCanvas, wrapContext } from './canvas/util';\nexport * from './common/xml';\nexport * from './common/inversify-lite';\nexport * from './constants';\nexport * from './application';\nexport * from './env-check';\n\nexport * from './render/contributions/render/arc-module';\nexport * from './render/contributions/render/rect-module';\nexport * from './render/contributions/render/line-module';\nexport * from './render/contributions/render/area-module';\nexport * from './render/contributions/render/symbol-module';\nexport * from './render/contributions/render/circle-module';\nexport * from './render/contributions/render/text-module';\nexport * from './render/contributions/render/path-module';\nexport * from './render/contributions/render/polygon-module';\nexport * from './render/contributions/render/glyph-module';\nexport * from './render/contributions/render/richtext-module';\nexport * from './render/contributions/render/image-module';\nexport * from './render/contributions/render/rect3d-module';\nexport * from './render/contributions/render/arc3d-module';\nexport * from './render/contributions/render/pyramid3d-module';\n\nexport * from './register/register-arc';\nexport * from './register/register-arc3d';\nexport * from './register/register-area';\nexport * from './register/register-circle';\nexport * from './register/register-glyph';\nexport * from './register/register-group';\nexport * from './register/register-image';\nexport * from './register/register-line';\nexport * from './register/register-path';\nexport * from './register/register-polygon';\nexport * from './register/register-pyramid3d';\nexport * from './register/register-rect';\nexport * from './register/register-rect3d';\nexport * from './register/register-richtext';\nexport * from './register/register-symbol';\nexport * from './register/register-text';\nexport * from './register/register-shadowRoot';\nexport * from './register/register-wraptext';\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerArcGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createArc } from "../graphic/arc";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerArcGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("arc", createArc);
7
+ }
8
+ //# sourceMappingURL=register-arc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-arc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,kBAAkB;IAChC,cAAc,CAAC,sBAAsB,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;AAC1D,CAAC","file":"register-arc.js","sourcesContent":["import { createArc } from '../graphic/arc';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerArcGraphic() {\n graphicCreator.RegisterGraphicCreator('arc', createArc);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerArc3dGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createArc3d } from "../graphic/arc3d";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerArc3dGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("arc3d", createArc3d);
7
+ }
8
+ //# sourceMappingURL=register-arc3d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-arc3d.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,oBAAoB;IAClC,cAAc,CAAC,sBAAsB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;AAC9D,CAAC","file":"register-arc3d.js","sourcesContent":["import { createArc3d } from '../graphic/arc3d';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerArc3dGraphic() {\n graphicCreator.RegisterGraphicCreator('arc3d', createArc3d);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerAreaGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createArea } from "../graphic/area";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerAreaGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("area", createArea);
7
+ }
8
+ //# sourceMappingURL=register-area.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-area.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,mBAAmB;IACjC,cAAc,CAAC,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAC5D,CAAC","file":"register-area.js","sourcesContent":["import { createArea } from '../graphic/area';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerAreaGraphic() {\n graphicCreator.RegisterGraphicCreator('area', createArea);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerCircleGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createCircle } from "../graphic/circle";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerCircleGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("circle", createCircle);
7
+ }
8
+ //# sourceMappingURL=register-circle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-circle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,qBAAqB;IACnC,cAAc,CAAC,sBAAsB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;AAChE,CAAC","file":"register-circle.js","sourcesContent":["import { createCircle } from '../graphic/circle';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerCircleGraphic() {\n graphicCreator.RegisterGraphicCreator('circle', createCircle);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerGlyphGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createGlyph } from "../graphic/glyph";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerGlyphGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("glyph", createGlyph);
7
+ }
8
+ //# sourceMappingURL=register-glyph.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-glyph.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,oBAAoB;IAClC,cAAc,CAAC,sBAAsB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;AAC9D,CAAC","file":"register-glyph.js","sourcesContent":["import { createGlyph } from '../graphic/glyph';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerGlyphGraphic() {\n graphicCreator.RegisterGraphicCreator('glyph', createGlyph);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerGroupGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createGroup } from "../graphic/group";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerGroupGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("group", createGroup);
7
+ }
8
+ //# sourceMappingURL=register-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,oBAAoB;IAClC,cAAc,CAAC,sBAAsB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;AAC9D,CAAC","file":"register-group.js","sourcesContent":["import { createGroup } from '../graphic/group';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerGroupGraphic() {\n graphicCreator.RegisterGraphicCreator('group', createGroup);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerImageGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createImage } from "../graphic/image";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerImageGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("image", createImage);
7
+ }
8
+ //# sourceMappingURL=register-image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-image.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,oBAAoB;IAClC,cAAc,CAAC,sBAAsB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;AAC9D,CAAC","file":"register-image.js","sourcesContent":["import { createImage } from '../graphic/image';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerImageGraphic() {\n graphicCreator.RegisterGraphicCreator('image', createImage);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerLineGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createLine } from "../graphic/line";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerLineGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("line", createLine);
7
+ }
8
+ //# sourceMappingURL=register-line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-line.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,mBAAmB;IACjC,cAAc,CAAC,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAC5D,CAAC","file":"register-line.js","sourcesContent":["import { createLine } from '../graphic/line';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerLineGraphic() {\n graphicCreator.RegisterGraphicCreator('line', createLine);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerPathGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createPath } from "../graphic/path";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerPathGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("path", createPath);
7
+ }
8
+ //# sourceMappingURL=register-path.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,mBAAmB;IACjC,cAAc,CAAC,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAC5D,CAAC","file":"register-path.js","sourcesContent":["import { createPath } from '../graphic/path';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerPathGraphic() {\n graphicCreator.RegisterGraphicCreator('path', createPath);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerPolygonGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createPolygon } from "../graphic/polygon";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerPolygonGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("polygon", createPolygon);
7
+ }
8
+ //# sourceMappingURL=register-polygon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-polygon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,sBAAsB;IACpC,cAAc,CAAC,sBAAsB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;AAClE,CAAC","file":"register-polygon.js","sourcesContent":["import { createPolygon } from '../graphic/polygon';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerPolygonGraphic() {\n graphicCreator.RegisterGraphicCreator('polygon', createPolygon);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerPyramid3dGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createPyramid3d } from "../graphic/pyramid3d";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerPyramid3dGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("pyramid3d", createPyramid3d);
7
+ }
8
+ //# sourceMappingURL=register-pyramid3d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-pyramid3d.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,wBAAwB;IACtC,cAAc,CAAC,sBAAsB,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC;AACtE,CAAC","file":"register-pyramid3d.js","sourcesContent":["import { createPyramid3d } from '../graphic/pyramid3d';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerPyramid3dGraphic() {\n graphicCreator.RegisterGraphicCreator('pyramid3d', createPyramid3d);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerRectGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createRect } from "../graphic/rect";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerRectGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("rect", createRect);
7
+ }
8
+ //# sourceMappingURL=register-rect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-rect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,mBAAmB;IACjC,cAAc,CAAC,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAC5D,CAAC","file":"register-rect.js","sourcesContent":["import { createRect } from '../graphic/rect';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerRectGraphic() {\n graphicCreator.RegisterGraphicCreator('rect', createRect);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerRect3dGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createRect3d } from "../graphic/rect3d";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerRect3dGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("rect3d", createRect3d);
7
+ }
8
+ //# sourceMappingURL=register-rect3d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-rect3d.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,qBAAqB;IACnC,cAAc,CAAC,sBAAsB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;AAChE,CAAC","file":"register-rect3d.js","sourcesContent":["import { createRect3d } from '../graphic/rect3d';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerRect3dGraphic() {\n graphicCreator.RegisterGraphicCreator('rect3d', createRect3d);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerRichtextGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createRichText } from "../graphic/richtext";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerRichtextGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("richtext", createRichText);
7
+ }
8
+ //# sourceMappingURL=register-richtext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-richtext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,uBAAuB;IACrC,cAAc,CAAC,sBAAsB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;AACpE,CAAC","file":"register-richtext.js","sourcesContent":["import { createRichText } from '../graphic/richtext';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerRichtextGraphic() {\n graphicCreator.RegisterGraphicCreator('richtext', createRichText);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerShadowRootGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createShadowRoot } from "../graphic/shadow-root";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerShadowRootGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("shadowRoot", createShadowRoot);
7
+ }
8
+ //# sourceMappingURL=register-shadowRoot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-shadowRoot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,yBAAyB;IACvC,cAAc,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,CAAC,CAAC;AACxE,CAAC","file":"register-shadowRoot.js","sourcesContent":["import { createShadowRoot } from '../graphic/shadow-root';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerShadowRootGraphic() {\n graphicCreator.RegisterGraphicCreator('shadowRoot', createShadowRoot);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerSymbolGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createSymbol } from "../graphic/symbol";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerSymbolGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("symbol", createSymbol);
7
+ }
8
+ //# sourceMappingURL=register-symbol.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-symbol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,qBAAqB;IACnC,cAAc,CAAC,sBAAsB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;AAChE,CAAC","file":"register-symbol.js","sourcesContent":["import { createSymbol } from '../graphic/symbol';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerSymbolGraphic() {\n graphicCreator.RegisterGraphicCreator('symbol', createSymbol);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerTextGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createText } from "../graphic/text";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerTextGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("text", createText);
7
+ }
8
+ //# sourceMappingURL=register-text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-text.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,mBAAmB;IACjC,cAAc,CAAC,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAC5D,CAAC","file":"register-text.js","sourcesContent":["import { createText } from '../graphic/text';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerTextGraphic() {\n graphicCreator.RegisterGraphicCreator('text', createText);\n}\n"]}
@@ -0,0 +1 @@
1
+ export declare function registerWrapTextGraphic(): void;
@@ -0,0 +1,8 @@
1
+ import { createWrapText } from "../graphic/wrap-text";
2
+
3
+ import { graphicCreator } from "../graphic/graphic-creator";
4
+
5
+ export function registerWrapTextGraphic() {
6
+ graphicCreator.RegisterGraphicCreator("wrapText", createWrapText);
7
+ }
8
+ //# sourceMappingURL=register-wraptext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/register/register-wraptext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,MAAM,UAAU,uBAAuB;IACrC,cAAc,CAAC,sBAAsB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;AACpE,CAAC","file":"register-wraptext.js","sourcesContent":["import { createWrapText } from '../graphic/wrap-text';\nimport { graphicCreator } from '../graphic/graphic-creator';\n\nexport function registerWrapTextGraphic() {\n graphicCreator.RegisterGraphicCreator('wrapText', createWrapText);\n}\n"]}
@@ -0,0 +1,2 @@
1
+ import { ContainerModule } from '../../../common/inversify';
2
+ export declare const arcModule: ContainerModule;
@@ -0,0 +1,21 @@
1
+ import { bindContributionProvider } from "../../../common/contribution-provider";
2
+
3
+ import { ContainerModule } from "../../../common/inversify";
4
+
5
+ import { DefaultCanvasArcRender } from "./arc-render";
6
+
7
+ import { DefaultBaseInteractiveRenderContribution } from "./contributions";
8
+
9
+ import { ArcRenderContribution } from "./contributions/constants";
10
+
11
+ import { ArcRender, GraphicRender } from "./symbol";
12
+
13
+ let loadArcModule = !1;
14
+
15
+ export const arcModule = new ContainerModule((bind => {
16
+ loadArcModule || (loadArcModule = !0, bind(DefaultCanvasArcRender).toSelf().inSingletonScope(),
17
+ bind(ArcRender).to(DefaultCanvasArcRender).inSingletonScope(), bind(GraphicRender).toService(ArcRender),
18
+ bind(ArcRenderContribution).toService(DefaultBaseInteractiveRenderContribution),
19
+ bindContributionProvider(bind, ArcRenderContribution));
20
+ }));
21
+ //# sourceMappingURL=arc-module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/render/contributions/render/arc-module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,wCAAwC,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEpD,IAAI,aAAa,GAAG,KAAK,CAAC;AAC1B,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,EAAE;IAClD,IAAI,aAAa,EAAE;QACjB,OAAO;KACR;IACD,aAAa,GAAG,IAAI,CAAC;IAErB,IAAI,CAAC,sBAAsB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACzD,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC9D,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;IACzC,IAAI,CAAC,qBAAqB,CAAC,CAAC,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAEhF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,CAAC,CAAC;AACxD,CAAC,CAAC,CAAC","file":"arc-module.js","sourcesContent":["import { bindContributionProvider } from '../../../common/contribution-provider';\nimport { ContainerModule } from '../../../common/inversify';\nimport { DefaultCanvasArcRender } from './arc-render';\nimport { DefaultBaseInteractiveRenderContribution } from './contributions';\nimport { ArcRenderContribution } from './contributions/constants';\nimport { ArcRender, GraphicRender } from './symbol';\n\nlet loadArcModule = false;\nexport const arcModule = new ContainerModule(bind => {\n if (loadArcModule) {\n return;\n }\n loadArcModule = true;\n // arc 渲染器\n bind(DefaultCanvasArcRender).toSelf().inSingletonScope();\n bind(ArcRender).to(DefaultCanvasArcRender).inSingletonScope();\n bind(GraphicRender).toService(ArcRender);\n bind(ArcRenderContribution).toService(DefaultBaseInteractiveRenderContribution);\n // arc 渲染器注入contributions\n bindContributionProvider(bind, ArcRenderContribution);\n});\n"]}
@@ -0,0 +1,2 @@
1
+ import { ContainerModule } from '../../../common/inversify';
2
+ export declare const arc3dModule: ContainerModule;
@@ -0,0 +1,13 @@
1
+ import { ContainerModule } from "../../../common/inversify";
2
+
3
+ import { DefaultCanvasArc3DRender } from "./arc3d-render";
4
+
5
+ import { Arc3dRender, GraphicRender } from "./symbol";
6
+
7
+ let loadArc3dModule = !1;
8
+
9
+ export const arc3dModule = new ContainerModule((bind => {
10
+ loadArc3dModule || (loadArc3dModule = !0, bind(Arc3dRender).to(DefaultCanvasArc3DRender).inSingletonScope(),
11
+ bind(GraphicRender).toService(Arc3dRender));
12
+ }));
13
+ //# sourceMappingURL=arc3d-module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/render/contributions/render/arc3d-module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAG1D,OAAO,EAAE,WAAW,EAAa,aAAa,EAAE,MAAM,UAAU,CAAC;AAEjE,IAAI,eAAe,GAAG,KAAK,CAAC;AAC5B,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,EAAE;IACpD,IAAI,eAAe,EAAE;QACnB,OAAO;KACR;IACD,eAAe,GAAG,IAAI,CAAC;IAEvB,IAAI,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAClE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;AAC7C,CAAC,CAAC,CAAC","file":"arc3d-module.js","sourcesContent":["import { ContainerModule } from '../../../common/inversify';\nimport { DefaultCanvasArcRender } from './arc-render';\nimport { DefaultCanvasArc3DRender } from './arc3d-render';\nimport { DefaultBaseInteractiveRenderContribution } from './contributions';\nimport { ArcRenderContribution } from './contributions/constants';\nimport { Arc3dRender, ArcRender, GraphicRender } from './symbol';\n\nlet loadArc3dModule = false;\nexport const arc3dModule = new ContainerModule(bind => {\n if (loadArc3dModule) {\n return;\n }\n loadArc3dModule = true;\n // arc3d 渲染器\n bind(Arc3dRender).to(DefaultCanvasArc3DRender).inSingletonScope();\n bind(GraphicRender).toService(Arc3dRender);\n});\n"]}
@@ -0,0 +1,2 @@
1
+ import { ContainerModule } from '../../../common/inversify';
2
+ export declare const areaModule: ContainerModule;
@@ -0,0 +1,23 @@
1
+ import { bindContributionProvider } from "../../../common/contribution-provider";
2
+
3
+ import { ContainerModule } from "../../../common/inversify";
4
+
5
+ import { DefaultCanvasAreaRender } from "./area-render";
6
+
7
+ import { DefaultBaseInteractiveRenderContribution } from "./contributions";
8
+
9
+ import { AreaRenderContribution } from "./contributions/constants";
10
+
11
+ import { DefaultIncrementalCanvasAreaRender } from "./incremental-area-render";
12
+
13
+ import { AreaRender, GraphicRender } from "./symbol";
14
+
15
+ let loadAreaModule = !1;
16
+
17
+ export const areaModule = new ContainerModule((bind => {
18
+ loadAreaModule || (loadAreaModule = !0, bind(DefaultCanvasAreaRender).toSelf().inSingletonScope(),
19
+ bind(AreaRender).to(DefaultCanvasAreaRender).inSingletonScope(), bind(GraphicRender).toService(AreaRender),
20
+ bind(AreaRenderContribution).toService(DefaultBaseInteractiveRenderContribution),
21
+ bindContributionProvider(bind, AreaRenderContribution), bind(DefaultIncrementalCanvasAreaRender).toSelf().inSingletonScope());
22
+ }));
23
+ //# sourceMappingURL=area-module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/render/contributions/render/area-module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wCAAwC,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAErD,IAAI,cAAc,GAAG,KAAK,CAAC;AAC3B,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,EAAE;IACnD,IAAI,cAAc,EAAE;QAClB,OAAO;KACR;IACD,cAAc,GAAG,IAAI,CAAC;IAEtB,IAAI,CAAC,uBAAuB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC1D,IAAI,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAChE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IAC1C,IAAI,CAAC,sBAAsB,CAAC,CAAC,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAGjF,wBAAwB,CAAC,IAAI,EAAE,sBAAsB,CAAC,CAAC;IAGvD,IAAI,CAAC,kCAAkC,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;AACvE,CAAC,CAAC,CAAC","file":"area-module.js","sourcesContent":["import { bindContributionProvider } from '../../../common/contribution-provider';\nimport { ContainerModule } from '../../../common/inversify';\nimport { DefaultCanvasAreaRender } from './area-render';\nimport { DefaultBaseInteractiveRenderContribution } from './contributions';\nimport { AreaRenderContribution } from './contributions/constants';\nimport { DefaultIncrementalCanvasAreaRender } from './incremental-area-render';\nimport { AreaRender, GraphicRender } from './symbol';\n\nlet loadAreaModule = false;\nexport const areaModule = new ContainerModule(bind => {\n if (loadAreaModule) {\n return;\n }\n loadAreaModule = true;\n // area渲染器\n bind(DefaultCanvasAreaRender).toSelf().inSingletonScope();\n bind(AreaRender).to(DefaultCanvasAreaRender).inSingletonScope();\n bind(GraphicRender).toService(AreaRender);\n bind(AreaRenderContribution).toService(DefaultBaseInteractiveRenderContribution);\n\n // area 渲染器注入contributions\n bindContributionProvider(bind, AreaRenderContribution);\n\n // incremental-line渲染器\n bind(DefaultIncrementalCanvasAreaRender).toSelf().inSingletonScope();\n});\n"]}
@@ -0,0 +1,2 @@
1
+ import { ContainerModule } from '../../../common/inversify';
2
+ export declare const circleModule: ContainerModule;
@@ -0,0 +1,21 @@
1
+ import { bindContributionProvider } from "../../../common/contribution-provider";
2
+
3
+ import { ContainerModule } from "../../../common/inversify";
4
+
5
+ import { DefaultCanvasCircleRender } from "./circle-render";
6
+
7
+ import { DefaultBaseInteractiveRenderContribution } from "./contributions";
8
+
9
+ import { CircleRenderContribution } from "./contributions/constants";
10
+
11
+ import { CircleRender, GraphicRender } from "./symbol";
12
+
13
+ let loadCircleModule = !1;
14
+
15
+ export const circleModule = new ContainerModule((bind => {
16
+ loadCircleModule || (loadCircleModule = !0, bind(DefaultCanvasCircleRender).toSelf().inSingletonScope(),
17
+ bind(CircleRender).to(DefaultCanvasCircleRender).inSingletonScope(), bind(GraphicRender).toService(CircleRender),
18
+ bind(CircleRenderContribution).toService(DefaultBaseInteractiveRenderContribution),
19
+ bindContributionProvider(bind, CircleRenderContribution));
20
+ }));
21
+ //# sourceMappingURL=circle-module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/render/contributions/render/circle-module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,wCAAwC,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEvD,IAAI,gBAAgB,GAAG,KAAK,CAAC;AAC7B,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,EAAE;IACrD,IAAI,gBAAgB,EAAE;QACpB,OAAO;KACR;IACD,gBAAgB,GAAG,IAAI,CAAC;IAExB,IAAI,CAAC,yBAAyB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC5D,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACpE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAC5C,IAAI,CAAC,wBAAwB,CAAC,CAAC,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAGnF,wBAAwB,CAAC,IAAI,EAAE,wBAAwB,CAAC,CAAC;AAC3D,CAAC,CAAC,CAAC","file":"circle-module.js","sourcesContent":["import { bindContributionProvider } from '../../../common/contribution-provider';\nimport { ContainerModule } from '../../../common/inversify';\nimport { DefaultCanvasCircleRender } from './circle-render';\nimport { DefaultBaseInteractiveRenderContribution } from './contributions';\nimport { CircleRenderContribution } from './contributions/constants';\nimport { CircleRender, GraphicRender } from './symbol';\n\nlet loadCircleModule = false;\nexport const circleModule = new ContainerModule(bind => {\n if (loadCircleModule) {\n return;\n }\n loadCircleModule = true;\n // circle 渲染器\n bind(DefaultCanvasCircleRender).toSelf().inSingletonScope();\n bind(CircleRender).to(DefaultCanvasCircleRender).inSingletonScope();\n bind(GraphicRender).toService(CircleRender);\n bind(CircleRenderContribution).toService(DefaultBaseInteractiveRenderContribution);\n\n // circle 渲染器注入contributions\n bindContributionProvider(bind, CircleRenderContribution);\n});\n"]}
@@ -8,8 +8,6 @@ export declare class ShadowRootDrawItemInterceptorContribution implements IDrawI
8
8
  }
9
9
  export declare class DebugDrawItemInterceptorContribution implements IDrawItemInterceptorContribution {
10
10
  order: number;
11
- interceptors: IDrawItemInterceptorContribution[];
12
- constructor();
13
11
  afterDrawItem(graphic: IGraphic, renderService: IRenderService, drawContext: IDrawContext, drawContribution: IDrawContribution, params?: IGraphicRenderDrawParams): boolean;
14
12
  protected drawItem(graphic: IGraphic, renderService: IRenderService, drawContext: IDrawContext, drawContribution: IDrawContribution, params?: IGraphicRenderDrawParams): boolean;
15
13
  }