@idmwx/idmui-gl4 2.3.8 → 2.4.0
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.
|
@@ -151,7 +151,7 @@ declare namespace _sfc_main {
|
|
|
151
151
|
function initTableData(meteoData: any): void;
|
|
152
152
|
function handleBind(): void;
|
|
153
153
|
function handleClick(event: any): false | undefined;
|
|
154
|
-
function handleGetPosition(point: any):
|
|
154
|
+
function handleGetPosition(point: any): false | undefined;
|
|
155
155
|
function handleDrawInfoMarker(coord: any): void;
|
|
156
156
|
function drawPositionMarker(coord: any): void;
|
|
157
157
|
function drawMeteoInfoMarker(coord: any): void;
|