You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/11/09 04:20:18 UTC

[echarts] branch master updated: chore: export `ECElementEvent` for Typescript

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 12636cd73 chore: export `ECElementEvent` for Typescript
     new 3d69d6c5b Merge pull request #17892 from keita-determined/chore/export-ECElementEvent
12636cd73 is described below

commit 12636cd73e2103f047f05f6d3b1ec09d3a4485d7
Author: Keita Nonaka <ke...@hpe.com>
AuthorDate: Tue Nov 8 17:00:37 2022 -0800

    chore: export `ECElementEvent` for Typescript
---
 src/export/core.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/export/core.ts b/src/export/core.ts
index 9c3107ecf..c47986981 100644
--- a/src/export/core.ts
+++ b/src/export/core.ts
@@ -30,7 +30,7 @@ use(installLabelLayout);
 
 
 // Export necessary types
-export {ZRColor as Color, Payload} from '../util/types';
+export {ZRColor as Color, Payload, ECElementEvent} from '../util/types';
 export {LinearGradientObject} from 'zrender/src/graphic/LinearGradient';
 export {RadialGradientObject} from 'zrender/src/graphic/RadialGradient';
 export {PatternObject, ImagePatternObject, SVGPatternObject} from 'zrender/src/graphic/Pattern';
@@ -115,4 +115,4 @@ export type ComposeOption<OptionUnion extends ComponentOption> =
     ComposeUnitOption<OptionUnion> & {
         baseOption?: ComposeUnitOption<OptionUnion>
         options?: ComposeUnitOption<OptionUnion>[]
-    };
\ No newline at end of file
+    };


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org