@idmwx/idmui-gl3 4.3.9 → 4.4.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.
|
@@ -15,7 +15,7 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: number;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
18
|
+
namespace layerToggle {
|
|
19
19
|
const type_3: BooleanConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
const _default_1: boolean;
|
|
@@ -34,7 +34,6 @@ declare namespace _sfc_main {
|
|
|
34
34
|
}
|
|
35
35
|
const emits: string[];
|
|
36
36
|
function data(): {
|
|
37
|
-
showLayers: boolean;
|
|
38
37
|
source: string;
|
|
39
38
|
weatherLayers: never[];
|
|
40
39
|
activeWeatherLayers: never[];
|
|
@@ -63,13 +62,10 @@ declare namespace _sfc_main {
|
|
|
63
62
|
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
64
63
|
}
|
|
65
64
|
namespace watch {
|
|
66
|
-
export namespace
|
|
65
|
+
export namespace toggleVersion_1 {
|
|
67
66
|
function handler(): void;
|
|
68
67
|
}
|
|
69
|
-
export
|
|
70
|
-
function handler(): void;
|
|
71
|
-
}
|
|
72
|
-
export { toggleMenu_1 as toggleMenu };
|
|
68
|
+
export { toggleVersion_1 as toggleVersion };
|
|
73
69
|
}
|
|
74
70
|
function mounted(): void;
|
|
75
71
|
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';
|