@visactor/vrender-core 0.17.2-alpha.1 → 0.17.2-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.
- package/cjs/graphic/arc.d.ts +1 -0
- package/cjs/graphic/arc.js +6 -2
- package/cjs/graphic/arc.js.map +1 -1
- package/cjs/graphic/arc3d.d.ts +1 -0
- package/cjs/graphic/arc3d.js +6 -2
- package/cjs/graphic/arc3d.js.map +1 -1
- package/cjs/graphic/area.d.ts +1 -0
- package/cjs/graphic/area.js +6 -2
- package/cjs/graphic/area.js.map +1 -1
- package/cjs/graphic/bounds.d.ts +2 -2
- package/cjs/graphic/bounds.js +8 -10
- package/cjs/graphic/bounds.js.map +1 -1
- package/cjs/graphic/circle.d.ts +1 -0
- package/cjs/graphic/circle.js +7 -2
- package/cjs/graphic/circle.js.map +1 -1
- package/cjs/graphic/glyph.d.ts +1 -0
- package/cjs/graphic/glyph.js +7 -2
- package/cjs/graphic/glyph.js.map +1 -1
- package/cjs/graphic/graphic-creator.d.ts +24 -36
- package/cjs/graphic/graphic-creator.js +16 -99
- package/cjs/graphic/graphic-creator.js.map +1 -1
- package/cjs/graphic/group.d.ts +1 -0
- package/cjs/graphic/group.js +7 -2
- package/cjs/graphic/group.js.map +1 -1
- package/cjs/graphic/image.d.ts +1 -0
- package/cjs/graphic/image.js +6 -2
- package/cjs/graphic/image.js.map +1 -1
- package/cjs/graphic/index.d.ts +1 -0
- package/cjs/graphic/index.js +6 -5
- package/cjs/graphic/index.js.map +1 -1
- package/cjs/graphic/line.d.ts +1 -0
- package/cjs/graphic/line.js +6 -2
- package/cjs/graphic/line.js.map +1 -1
- package/cjs/graphic/path.d.ts +1 -0
- package/cjs/graphic/path.js +6 -2
- package/cjs/graphic/path.js.map +1 -1
- package/cjs/graphic/polygon.d.ts +1 -0
- package/cjs/graphic/polygon.js +7 -2
- package/cjs/graphic/polygon.js.map +1 -1
- package/cjs/graphic/pyramid3d.d.ts +1 -0
- package/cjs/graphic/pyramid3d.js +7 -2
- package/cjs/graphic/pyramid3d.js.map +1 -1
- package/cjs/graphic/rect.d.ts +1 -0
- package/cjs/graphic/rect.js +6 -2
- package/cjs/graphic/rect.js.map +1 -1
- package/cjs/graphic/rect3d.d.ts +1 -0
- package/cjs/graphic/rect3d.js +7 -2
- package/cjs/graphic/rect3d.js.map +1 -1
- package/cjs/graphic/richtext.d.ts +1 -0
- package/cjs/graphic/richtext.js +6 -2
- package/cjs/graphic/richtext.js.map +1 -1
- package/cjs/graphic/shadow-root.d.ts +2 -1
- package/cjs/graphic/shadow-root.js +6 -2
- package/cjs/graphic/shadow-root.js.map +1 -1
- package/cjs/graphic/symbol.d.ts +1 -0
- package/cjs/graphic/symbol.js +6 -2
- package/cjs/graphic/symbol.js.map +1 -1
- package/cjs/graphic/text.d.ts +1 -0
- package/cjs/graphic/text.js +6 -2
- package/cjs/graphic/text.js.map +1 -1
- package/cjs/graphic/wrap-text.d.ts +2 -1
- package/cjs/graphic/wrap-text.js +6 -2
- package/cjs/graphic/wrap-text.js.map +1 -1
- package/cjs/index.d.ts +33 -0
- package/cjs/index.js +17 -1
- package/cjs/index.js.map +1 -1
- package/cjs/register/register-arc.d.ts +1 -0
- package/cjs/register/register-arc.js +14 -0
- package/cjs/register/register-arc.js.map +1 -0
- package/cjs/register/register-arc3d.d.ts +1 -0
- package/cjs/register/register-arc3d.js +14 -0
- package/cjs/register/register-arc3d.js.map +1 -0
- package/cjs/register/register-area.d.ts +1 -0
- package/cjs/register/register-area.js +14 -0
- package/cjs/register/register-area.js.map +1 -0
- package/cjs/register/register-circle.d.ts +1 -0
- package/cjs/register/register-circle.js +14 -0
- package/cjs/register/register-circle.js.map +1 -0
- package/cjs/register/register-glyph.d.ts +1 -0
- package/cjs/register/register-glyph.js +14 -0
- package/cjs/register/register-glyph.js.map +1 -0
- package/cjs/register/register-group.d.ts +1 -0
- package/cjs/register/register-group.js +14 -0
- package/cjs/register/register-group.js.map +1 -0
- package/cjs/register/register-image.d.ts +1 -0
- package/cjs/register/register-image.js +14 -0
- package/cjs/register/register-image.js.map +1 -0
- package/cjs/register/register-line.d.ts +1 -0
- package/cjs/register/register-line.js +14 -0
- package/cjs/register/register-line.js.map +1 -0
- package/cjs/register/register-path.d.ts +1 -0
- package/cjs/register/register-path.js +14 -0
- package/cjs/register/register-path.js.map +1 -0
- package/cjs/register/register-polygon.d.ts +1 -0
- package/cjs/register/register-polygon.js +14 -0
- package/cjs/register/register-polygon.js.map +1 -0
- package/cjs/register/register-pyramid3d.d.ts +1 -0
- package/cjs/register/register-pyramid3d.js +14 -0
- package/cjs/register/register-pyramid3d.js.map +1 -0
- package/cjs/register/register-rect.d.ts +1 -0
- package/cjs/register/register-rect.js +14 -0
- package/cjs/register/register-rect.js.map +1 -0
- package/cjs/register/register-rect3d.d.ts +1 -0
- package/cjs/register/register-rect3d.js +14 -0
- package/cjs/register/register-rect3d.js.map +1 -0
- package/cjs/register/register-richtext.d.ts +1 -0
- package/cjs/register/register-richtext.js +14 -0
- package/cjs/register/register-richtext.js.map +1 -0
- package/cjs/register/register-shadowRoot.d.ts +1 -0
- package/cjs/register/register-shadowRoot.js +14 -0
- package/cjs/register/register-shadowRoot.js.map +1 -0
- package/cjs/register/register-symbol.d.ts +1 -0
- package/cjs/register/register-symbol.js +14 -0
- package/cjs/register/register-symbol.js.map +1 -0
- package/cjs/register/register-text.d.ts +1 -0
- package/cjs/register/register-text.js +14 -0
- package/cjs/register/register-text.js.map +1 -0
- package/cjs/register/register-wraptext.d.ts +1 -0
- package/cjs/register/register-wraptext.js +14 -0
- package/cjs/register/register-wraptext.js.map +1 -0
- package/cjs/render/contributions/render/arc-module.d.ts +2 -0
- package/cjs/render/contributions/render/arc-module.js +17 -0
- package/cjs/render/contributions/render/arc-module.js.map +1 -0
- package/cjs/render/contributions/render/arc3d-module.d.ts +2 -0
- package/cjs/render/contributions/render/arc3d-module.js +15 -0
- package/cjs/render/contributions/render/arc3d-module.js.map +1 -0
- package/cjs/render/contributions/render/area-module.d.ts +2 -0
- package/cjs/render/contributions/render/area-module.js +18 -0
- package/cjs/render/contributions/render/area-module.js.map +1 -0
- package/cjs/render/contributions/render/circle-module.d.ts +2 -0
- package/cjs/render/contributions/render/circle-module.js +17 -0
- package/cjs/render/contributions/render/circle-module.js.map +1 -0
- package/cjs/render/contributions/render/draw-interceptor.d.ts +0 -2
- package/cjs/render/contributions/render/draw-interceptor.js +2 -2
- package/cjs/render/contributions/render/draw-interceptor.js.map +1 -1
- package/cjs/render/contributions/render/glyph-module.d.ts +2 -0
- package/cjs/render/contributions/render/glyph-module.js +15 -0
- package/cjs/render/contributions/render/glyph-module.js.map +1 -0
- package/cjs/render/contributions/render/image-module.d.ts +2 -0
- package/cjs/render/contributions/render/image-module.js +16 -0
- package/cjs/render/contributions/render/image-module.js.map +1 -0
- package/cjs/render/contributions/render/line-module.d.ts +2 -0
- package/cjs/render/contributions/render/line-module.js +17 -0
- package/cjs/render/contributions/render/line-module.js.map +1 -0
- package/cjs/render/contributions/render/module.js +2 -37
- package/cjs/render/contributions/render/module.js.map +1 -1
- package/cjs/render/contributions/render/path-module.d.ts +2 -0
- package/cjs/render/contributions/render/path-module.js +17 -0
- package/cjs/render/contributions/render/path-module.js.map +1 -0
- package/cjs/render/contributions/render/polygon-module.d.ts +2 -0
- package/cjs/render/contributions/render/polygon-module.js +16 -0
- package/cjs/render/contributions/render/polygon-module.js.map +1 -0
- package/cjs/render/contributions/render/pyramid3d-module.d.ts +2 -0
- package/cjs/render/contributions/render/pyramid3d-module.js +15 -0
- package/cjs/render/contributions/render/pyramid3d-module.js.map +1 -0
- package/cjs/render/contributions/render/rect-module.d.ts +2 -0
- package/cjs/render/contributions/render/rect-module.js +17 -0
- package/cjs/render/contributions/render/rect-module.js.map +1 -0
- package/cjs/render/contributions/render/rect3d-module.d.ts +2 -0
- package/cjs/render/contributions/render/rect3d-module.js +15 -0
- package/cjs/render/contributions/render/rect3d-module.js.map +1 -0
- package/cjs/render/contributions/render/richtext-module.d.ts +2 -0
- package/cjs/render/contributions/render/richtext-module.js +15 -0
- package/cjs/render/contributions/render/richtext-module.js.map +1 -0
- package/cjs/render/contributions/render/symbol-module.d.ts +2 -0
- package/cjs/render/contributions/render/symbol-module.js +17 -0
- package/cjs/render/contributions/render/symbol-module.js.map +1 -0
- package/cjs/render/contributions/render/text-module.d.ts +2 -0
- package/cjs/render/contributions/render/text-module.js +16 -0
- package/cjs/render/contributions/render/text-module.js.map +1 -0
- package/dist/index.js +3243 -3018
- package/dist/index.min.js +1 -1
- package/es/graphic/arc.d.ts +1 -0
- package/es/graphic/arc.js +4 -0
- package/es/graphic/arc.js.map +1 -1
- package/es/graphic/arc3d.d.ts +1 -0
- package/es/graphic/arc3d.js +4 -0
- package/es/graphic/arc3d.js.map +1 -1
- package/es/graphic/area.d.ts +1 -0
- package/es/graphic/area.js +4 -0
- package/es/graphic/area.js.map +1 -1
- package/es/graphic/bounds.d.ts +2 -2
- package/es/graphic/bounds.js +6 -8
- package/es/graphic/bounds.js.map +1 -1
- package/es/graphic/circle.d.ts +1 -0
- package/es/graphic/circle.js +4 -0
- package/es/graphic/circle.js.map +1 -1
- package/es/graphic/glyph.d.ts +1 -0
- package/es/graphic/glyph.js +4 -0
- package/es/graphic/glyph.js.map +1 -1
- package/es/graphic/graphic-creator.d.ts +24 -36
- package/es/graphic/graphic-creator.js +14 -125
- package/es/graphic/graphic-creator.js.map +1 -1
- package/es/graphic/group.d.ts +1 -0
- package/es/graphic/group.js +4 -0
- package/es/graphic/group.js.map +1 -1
- package/es/graphic/image.d.ts +1 -0
- package/es/graphic/image.js +4 -0
- package/es/graphic/image.js.map +1 -1
- package/es/graphic/index.d.ts +1 -0
- package/es/graphic/index.js +2 -0
- package/es/graphic/index.js.map +1 -1
- package/es/graphic/line.d.ts +1 -0
- package/es/graphic/line.js +4 -0
- package/es/graphic/line.js.map +1 -1
- package/es/graphic/path.d.ts +1 -0
- package/es/graphic/path.js +4 -0
- package/es/graphic/path.js.map +1 -1
- package/es/graphic/polygon.d.ts +1 -0
- package/es/graphic/polygon.js +4 -0
- package/es/graphic/polygon.js.map +1 -1
- package/es/graphic/pyramid3d.d.ts +1 -0
- package/es/graphic/pyramid3d.js +4 -0
- package/es/graphic/pyramid3d.js.map +1 -1
- package/es/graphic/rect.d.ts +1 -0
- package/es/graphic/rect.js +4 -0
- package/es/graphic/rect.js.map +1 -1
- package/es/graphic/rect3d.d.ts +1 -0
- package/es/graphic/rect3d.js +4 -0
- package/es/graphic/rect3d.js.map +1 -1
- package/es/graphic/richtext.d.ts +1 -0
- package/es/graphic/richtext.js +4 -0
- package/es/graphic/richtext.js.map +1 -1
- package/es/graphic/shadow-root.d.ts +2 -1
- package/es/graphic/shadow-root.js +4 -0
- package/es/graphic/shadow-root.js.map +1 -1
- package/es/graphic/symbol.d.ts +1 -0
- package/es/graphic/symbol.js +4 -0
- package/es/graphic/symbol.js.map +1 -1
- package/es/graphic/text.d.ts +1 -0
- package/es/graphic/text.js +4 -0
- package/es/graphic/text.js.map +1 -1
- package/es/graphic/wrap-text.d.ts +2 -1
- package/es/graphic/wrap-text.js +4 -0
- package/es/graphic/wrap-text.js.map +1 -1
- package/es/index.d.ts +33 -0
- package/es/index.js +66 -0
- package/es/index.js.map +1 -1
- package/es/register/register-arc.d.ts +1 -0
- package/es/register/register-arc.js +8 -0
- package/es/register/register-arc.js.map +1 -0
- package/es/register/register-arc3d.d.ts +1 -0
- package/es/register/register-arc3d.js +8 -0
- package/es/register/register-arc3d.js.map +1 -0
- package/es/register/register-area.d.ts +1 -0
- package/es/register/register-area.js +8 -0
- package/es/register/register-area.js.map +1 -0
- package/es/register/register-circle.d.ts +1 -0
- package/es/register/register-circle.js +8 -0
- package/es/register/register-circle.js.map +1 -0
- package/es/register/register-glyph.d.ts +1 -0
- package/es/register/register-glyph.js +8 -0
- package/es/register/register-glyph.js.map +1 -0
- package/es/register/register-group.d.ts +1 -0
- package/es/register/register-group.js +8 -0
- package/es/register/register-group.js.map +1 -0
- package/es/register/register-image.d.ts +1 -0
- package/es/register/register-image.js +8 -0
- package/es/register/register-image.js.map +1 -0
- package/es/register/register-line.d.ts +1 -0
- package/es/register/register-line.js +8 -0
- package/es/register/register-line.js.map +1 -0
- package/es/register/register-path.d.ts +1 -0
- package/es/register/register-path.js +8 -0
- package/es/register/register-path.js.map +1 -0
- package/es/register/register-polygon.d.ts +1 -0
- package/es/register/register-polygon.js +8 -0
- package/es/register/register-polygon.js.map +1 -0
- package/es/register/register-pyramid3d.d.ts +1 -0
- package/es/register/register-pyramid3d.js +8 -0
- package/es/register/register-pyramid3d.js.map +1 -0
- package/es/register/register-rect.d.ts +1 -0
- package/es/register/register-rect.js +8 -0
- package/es/register/register-rect.js.map +1 -0
- package/es/register/register-rect3d.d.ts +1 -0
- package/es/register/register-rect3d.js +8 -0
- package/es/register/register-rect3d.js.map +1 -0
- package/es/register/register-richtext.d.ts +1 -0
- package/es/register/register-richtext.js +8 -0
- package/es/register/register-richtext.js.map +1 -0
- package/es/register/register-shadowRoot.d.ts +1 -0
- package/es/register/register-shadowRoot.js +8 -0
- package/es/register/register-shadowRoot.js.map +1 -0
- package/es/register/register-symbol.d.ts +1 -0
- package/es/register/register-symbol.js +8 -0
- package/es/register/register-symbol.js.map +1 -0
- package/es/register/register-text.d.ts +1 -0
- package/es/register/register-text.js +8 -0
- package/es/register/register-text.js.map +1 -0
- package/es/register/register-wraptext.d.ts +1 -0
- package/es/register/register-wraptext.js +8 -0
- package/es/register/register-wraptext.js.map +1 -0
- package/es/render/contributions/render/arc-module.d.ts +2 -0
- package/es/render/contributions/render/arc-module.js +21 -0
- package/es/render/contributions/render/arc-module.js.map +1 -0
- package/es/render/contributions/render/arc3d-module.d.ts +2 -0
- package/es/render/contributions/render/arc3d-module.js +13 -0
- package/es/render/contributions/render/arc3d-module.js.map +1 -0
- package/es/render/contributions/render/area-module.d.ts +2 -0
- package/es/render/contributions/render/area-module.js +23 -0
- package/es/render/contributions/render/area-module.js.map +1 -0
- package/es/render/contributions/render/circle-module.d.ts +2 -0
- package/es/render/contributions/render/circle-module.js +21 -0
- package/es/render/contributions/render/circle-module.js.map +1 -0
- package/es/render/contributions/render/draw-interceptor.d.ts +0 -2
- package/es/render/contributions/render/draw-interceptor.js +4 -4
- package/es/render/contributions/render/draw-interceptor.js.map +1 -1
- package/es/render/contributions/render/glyph-module.d.ts +2 -0
- package/es/render/contributions/render/glyph-module.js +13 -0
- package/es/render/contributions/render/glyph-module.js.map +1 -0
- package/es/render/contributions/render/image-module.d.ts +2 -0
- package/es/render/contributions/render/image-module.js +20 -0
- package/es/render/contributions/render/image-module.js.map +1 -0
- package/es/render/contributions/render/line-module.d.ts +2 -0
- package/es/render/contributions/render/line-module.js +16 -0
- package/es/render/contributions/render/line-module.js.map +1 -0
- package/es/render/contributions/render/module.js +3 -70
- package/es/render/contributions/render/module.js.map +1 -1
- package/es/render/contributions/render/path-module.d.ts +2 -0
- package/es/render/contributions/render/path-module.js +21 -0
- package/es/render/contributions/render/path-module.js.map +1 -0
- package/es/render/contributions/render/polygon-module.d.ts +2 -0
- package/es/render/contributions/render/polygon-module.js +20 -0
- package/es/render/contributions/render/polygon-module.js.map +1 -0
- package/es/render/contributions/render/pyramid3d-module.d.ts +2 -0
- package/es/render/contributions/render/pyramid3d-module.js +13 -0
- package/es/render/contributions/render/pyramid3d-module.js.map +1 -0
- package/es/render/contributions/render/rect-module.d.ts +2 -0
- package/es/render/contributions/render/rect-module.js +21 -0
- package/es/render/contributions/render/rect-module.js.map +1 -0
- package/es/render/contributions/render/rect3d-module.d.ts +2 -0
- package/es/render/contributions/render/rect3d-module.js +13 -0
- package/es/render/contributions/render/rect3d-module.js.map +1 -0
- package/es/render/contributions/render/richtext-module.d.ts +2 -0
- package/es/render/contributions/render/richtext-module.js +13 -0
- package/es/render/contributions/render/richtext-module.js.map +1 -0
- package/es/render/contributions/render/symbol-module.d.ts +2 -0
- package/es/render/contributions/render/symbol-module.js +21 -0
- package/es/render/contributions/render/symbol-module.js.map +1 -0
- package/es/render/contributions/render/text-module.d.ts +2 -0
- package/es/render/contributions/render/text-module.js +20 -0
- package/es/render/contributions/render/text-module.js.map +1 -0
- 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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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,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,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,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,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
|
}
|