@idmwx/idmui-gl3 4.3.9 → 4.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.
|
@@ -70,6 +70,10 @@ declare namespace _sfc_main {
|
|
|
70
70
|
function handler(): void;
|
|
71
71
|
}
|
|
72
72
|
export { toggleMenu_1 as toggleMenu };
|
|
73
|
+
export namespace toggleVersion_1 {
|
|
74
|
+
function handler(): void;
|
|
75
|
+
}
|
|
76
|
+
export { toggleVersion_1 as toggleVersion };
|
|
73
77
|
}
|
|
74
78
|
function mounted(): void;
|
|
75
79
|
namespace methods {
|
|
@@ -22,7 +22,12 @@ declare namespace _sfc_main {
|
|
|
22
22
|
const _default_1: string;
|
|
23
23
|
export { _default_1 as default };
|
|
24
24
|
}
|
|
25
|
+
namespace toggleVersion {
|
|
26
|
+
const type_4: NumberConstructor;
|
|
27
|
+
export { type_4 as type };
|
|
28
|
+
}
|
|
25
29
|
}
|
|
30
|
+
const emits: string[];
|
|
26
31
|
function data(): {
|
|
27
32
|
weatherLayers: {};
|
|
28
33
|
activeWeatherLayers: never[];
|
|
@@ -44,7 +49,6 @@ declare namespace _sfc_main {
|
|
|
44
49
|
activeWindLayer: boolean;
|
|
45
50
|
showWindParticle: boolean;
|
|
46
51
|
showCurrentParticle: boolean;
|
|
47
|
-
toggleVersion: number;
|
|
48
52
|
enc: string;
|
|
49
53
|
defaultMeteoToken: string;
|
|
50
54
|
helper: MapboxHelper;
|
|
@@ -94,6 +98,7 @@ declare namespace _sfc_main {
|
|
|
94
98
|
function handlePointChange(point: any): Promise<void>;
|
|
95
99
|
function handle3dToggle(show3d: any): void;
|
|
96
100
|
function handleParticle(row: any): void;
|
|
101
|
+
function handleToggleVersion(): void;
|
|
97
102
|
}
|
|
98
103
|
}
|
|
99
104
|
import { MapboxHelper } from './helper.ts';
|