@idmwx/idmui-gl3 5.1.0 → 5.1.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.
- package/dist/index.js +6123 -6090
- package/dist/index.umd.cjs +9 -9
- package/dist/mapbox/src/components/layer.vue.d.ts +28 -17
- package/package.json +1 -1
|
@@ -9,49 +9,57 @@ declare namespace _sfc_main {
|
|
|
9
9
|
const type_1: StringConstructor;
|
|
10
10
|
export { type_1 as type };
|
|
11
11
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
12
|
+
namespace gateway {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
14
|
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
namespace token {
|
|
17
|
+
const type_3: StringConstructor;
|
|
18
|
+
export { type_3 as type };
|
|
19
|
+
}
|
|
20
|
+
namespace top {
|
|
21
|
+
const type_4: NumberConstructor;
|
|
22
|
+
export { type_4 as type };
|
|
15
23
|
const _default: number;
|
|
16
24
|
export { _default as default };
|
|
17
25
|
}
|
|
18
26
|
namespace layerToggle {
|
|
19
|
-
const
|
|
20
|
-
export {
|
|
27
|
+
const type_5: BooleanConstructor;
|
|
28
|
+
export { type_5 as type };
|
|
21
29
|
const _default_1: boolean;
|
|
22
30
|
export { _default_1 as default };
|
|
23
31
|
}
|
|
24
32
|
namespace toggleVersion {
|
|
25
|
-
const
|
|
26
|
-
export {
|
|
33
|
+
const type_6: NumberConstructor;
|
|
34
|
+
export { type_6 as type };
|
|
27
35
|
}
|
|
28
36
|
namespace isLogin {
|
|
29
|
-
const
|
|
30
|
-
export {
|
|
37
|
+
const type_7: BooleanConstructor;
|
|
38
|
+
export { type_7 as type };
|
|
31
39
|
const _default_2: undefined;
|
|
32
40
|
export { _default_2 as default };
|
|
33
41
|
}
|
|
34
42
|
namespace showWindFeather {
|
|
35
|
-
const
|
|
36
|
-
export {
|
|
43
|
+
const type_8: BooleanConstructor;
|
|
44
|
+
export { type_8 as type };
|
|
37
45
|
const _default_3: undefined;
|
|
38
46
|
export { _default_3 as default };
|
|
39
47
|
}
|
|
40
48
|
namespace showWindParticle {
|
|
41
|
-
const
|
|
42
|
-
export {
|
|
49
|
+
const type_9: BooleanConstructor;
|
|
50
|
+
export { type_9 as type };
|
|
43
51
|
const _default_4: undefined;
|
|
44
52
|
export { _default_4 as default };
|
|
45
53
|
}
|
|
46
54
|
namespace showCurrentIsoband {
|
|
47
|
-
const
|
|
48
|
-
export {
|
|
55
|
+
const type_10: BooleanConstructor;
|
|
56
|
+
export { type_10 as type };
|
|
49
57
|
const _default_5: undefined;
|
|
50
58
|
export { _default_5 as default };
|
|
51
59
|
}
|
|
52
60
|
namespace showCurrentParticle {
|
|
53
|
-
const
|
|
54
|
-
export {
|
|
61
|
+
const type_11: BooleanConstructor;
|
|
62
|
+
export { type_11 as type };
|
|
55
63
|
const _default_6: undefined;
|
|
56
64
|
export { _default_6 as default };
|
|
57
65
|
}
|
|
@@ -81,12 +89,14 @@ declare namespace _sfc_main {
|
|
|
81
89
|
k: string;
|
|
82
90
|
};
|
|
83
91
|
source: string;
|
|
92
|
+
sourceList: never[];
|
|
84
93
|
right: number;
|
|
85
94
|
rampColorLayers: string[];
|
|
86
95
|
};
|
|
87
96
|
namespace computed {
|
|
88
97
|
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
89
98
|
function hasCollectedLayers(): any;
|
|
99
|
+
function computeDateZ(): (time: any) => string;
|
|
90
100
|
}
|
|
91
101
|
namespace watch {
|
|
92
102
|
export namespace toggleVersion_1 {
|
|
@@ -97,8 +107,9 @@ declare namespace _sfc_main {
|
|
|
97
107
|
function handler(newV: any, oldV: any): void;
|
|
98
108
|
}
|
|
99
109
|
}
|
|
100
|
-
function mounted(): void
|
|
110
|
+
function mounted(): Promise<void>;
|
|
101
111
|
namespace methods {
|
|
112
|
+
function fetchMeteoSource(): Promise<void>;
|
|
102
113
|
function fetchCache(): void;
|
|
103
114
|
function handleConfirm(): void;
|
|
104
115
|
function handleWeatherLayerPick(layer: any): false | undefined;
|