@idmwx/idmui-gl4 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -128,6 +128,7 @@ declare namespace _sfc_main {
|
|
|
128
128
|
function initTableData(meteoData: any): void;
|
|
129
129
|
function handleBind(): void;
|
|
130
130
|
function handleClick(event: any): false | undefined;
|
|
131
|
+
function handleDrawMarker(point: any): void;
|
|
131
132
|
function handleRender(): void;
|
|
132
133
|
function handleMeteoMore(): void;
|
|
133
134
|
function handleCloseMeteo(): void;
|