@idmwx/idmui-gl4 0.1.4 → 0.1.5
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 +3953 -4067
- package/dist/index.umd.cjs +19 -19
- package/dist/mapbox/src/components/meteoLayer.vue.d.ts +53 -54
- package/dist/mapbox/src/components/weather/{current.vue.d.ts → currentDirection.vue.d.ts} +3 -35
- package/dist/mapbox/src/components/weather/tropical.vue.d.ts +1 -1
- package/dist/mapbox/src/components/weather/{wind.vue.d.ts → windBarbs.vue.d.ts} +3 -31
- package/dist/mapbox/src/index.vue.d.ts +4 -51
- package/dist/style.css +1 -1
- package/package.json +2 -2
- /package/dist/mapbox/src/components/other/{point.vue.d.ts → spot.vue.d.ts} +0 -0
|
@@ -10,59 +10,51 @@ declare namespace _sfc_main {
|
|
|
10
10
|
const type_1: StringConstructor;
|
|
11
11
|
export { type_1 as type };
|
|
12
12
|
}
|
|
13
|
-
namespace
|
|
13
|
+
namespace beforeLayer {
|
|
14
14
|
const type_2: StringConstructor;
|
|
15
15
|
export { type_2 as type };
|
|
16
|
+
const _default: string;
|
|
17
|
+
export { _default as default };
|
|
16
18
|
}
|
|
17
|
-
namespace
|
|
19
|
+
namespace gateway {
|
|
18
20
|
const type_3: StringConstructor;
|
|
19
21
|
export { type_3 as type };
|
|
22
|
+
const _default_1: string;
|
|
23
|
+
export { _default_1 as default };
|
|
20
24
|
}
|
|
21
|
-
namespace
|
|
22
|
-
const type_4:
|
|
25
|
+
namespace assistGateway {
|
|
26
|
+
const type_4: ArrayConstructor;
|
|
23
27
|
export { type_4 as type };
|
|
24
|
-
const
|
|
25
|
-
export {
|
|
28
|
+
const _default_2: never[];
|
|
29
|
+
export { _default_2 as default };
|
|
26
30
|
}
|
|
27
|
-
namespace
|
|
28
|
-
const type_5:
|
|
31
|
+
namespace token {
|
|
32
|
+
const type_5: StringConstructor;
|
|
29
33
|
export { type_5 as type };
|
|
30
|
-
const _default_1: {};
|
|
31
|
-
export { _default_1 as default };
|
|
32
34
|
}
|
|
33
|
-
namespace
|
|
34
|
-
const type_6:
|
|
35
|
+
namespace defaultMeteoToken {
|
|
36
|
+
const type_6: StringConstructor;
|
|
35
37
|
export { type_6 as type };
|
|
36
|
-
const _default_2: undefined;
|
|
37
|
-
export { _default_2 as default };
|
|
38
38
|
}
|
|
39
|
-
namespace
|
|
40
|
-
const type_7:
|
|
39
|
+
namespace top {
|
|
40
|
+
const type_7: NumberConstructor;
|
|
41
41
|
export { type_7 as type };
|
|
42
|
-
const _default_3:
|
|
42
|
+
const _default_3: number;
|
|
43
43
|
export { _default_3 as default };
|
|
44
44
|
}
|
|
45
|
-
namespace
|
|
46
|
-
const type_8:
|
|
45
|
+
namespace menuToggle {
|
|
46
|
+
const type_8: ObjectConstructor;
|
|
47
47
|
export { type_8 as type };
|
|
48
|
-
const _default_4:
|
|
48
|
+
const _default_4: {};
|
|
49
49
|
export { _default_4 as default };
|
|
50
50
|
}
|
|
51
|
-
namespace
|
|
52
|
-
const type_9:
|
|
51
|
+
namespace ts {
|
|
52
|
+
const type_9: StringConstructor;
|
|
53
53
|
export { type_9 as type };
|
|
54
|
-
const _default_5: undefined;
|
|
55
|
-
export { _default_5 as default };
|
|
56
|
-
}
|
|
57
|
-
namespace showCurrentParticle {
|
|
58
|
-
const type_10: BooleanConstructor;
|
|
59
|
-
export { type_10 as type };
|
|
60
|
-
const _default_6: undefined;
|
|
61
|
-
export { _default_6 as default };
|
|
62
54
|
}
|
|
63
55
|
namespace forecastModel {
|
|
64
|
-
const
|
|
65
|
-
export {
|
|
56
|
+
const type_10: StringConstructor;
|
|
57
|
+
export { type_10 as type };
|
|
66
58
|
}
|
|
67
59
|
}
|
|
68
60
|
const emits: string[];
|
|
@@ -71,6 +63,7 @@ declare namespace _sfc_main {
|
|
|
71
63
|
toggle: boolean;
|
|
72
64
|
autoActive: boolean;
|
|
73
65
|
tagLayers: any[];
|
|
66
|
+
weatherLayers: {};
|
|
74
67
|
activeWeatherLayers: never[];
|
|
75
68
|
activeWeatherLayersCollected: never[];
|
|
76
69
|
showMeasure: boolean;
|
|
@@ -83,19 +76,23 @@ declare namespace _sfc_main {
|
|
|
83
76
|
autoActiveKey: string;
|
|
84
77
|
activeLayersKey: string;
|
|
85
78
|
collectedLayersKey: string;
|
|
86
|
-
windFeatherCollectedKey: string;
|
|
87
|
-
currentIsobandCollectedKey: string;
|
|
88
79
|
};
|
|
89
80
|
source: string;
|
|
90
|
-
sourceList:
|
|
81
|
+
sourceList: {};
|
|
91
82
|
rampColorLayers: string[];
|
|
92
83
|
showWindParticleCollected: boolean;
|
|
93
|
-
showWindFeatherCollected: boolean;
|
|
94
84
|
showCurrentParticleCollected: boolean;
|
|
95
|
-
|
|
85
|
+
zoom: number;
|
|
86
|
+
viewport: undefined;
|
|
87
|
+
particleFactor: undefined;
|
|
88
|
+
showRampColor: boolean;
|
|
89
|
+
activeWindLayer: boolean;
|
|
90
|
+
showWindParticle: boolean;
|
|
91
|
+
toggleWindParticeVersion: number;
|
|
92
|
+
toggleCurrentParticeVersion: number;
|
|
93
|
+
showCurrentParticle: boolean;
|
|
96
94
|
};
|
|
97
95
|
namespace computed {
|
|
98
|
-
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
99
96
|
function hasCollectedLayers(): any;
|
|
100
97
|
function computeDateZ(): (time: any) => string;
|
|
101
98
|
function sourceCode(): any;
|
|
@@ -107,20 +104,17 @@ declare namespace _sfc_main {
|
|
|
107
104
|
source: {
|
|
108
105
|
handler(newV: any, oldV: any): void;
|
|
109
106
|
};
|
|
110
|
-
|
|
111
|
-
handler(
|
|
112
|
-
|
|
113
|
-
showWindParticle: {
|
|
114
|
-
handler(newV: any, oldV: any): void;
|
|
115
|
-
};
|
|
116
|
-
showWindFeather: {
|
|
117
|
-
handler(newV: any, oldV: any): void;
|
|
107
|
+
map: {
|
|
108
|
+
handler(): void;
|
|
109
|
+
immediate: boolean;
|
|
118
110
|
};
|
|
119
|
-
|
|
120
|
-
handler(
|
|
111
|
+
activeWeatherLayers: {
|
|
112
|
+
handler(): false | undefined;
|
|
113
|
+
immediate: boolean;
|
|
121
114
|
};
|
|
122
|
-
|
|
115
|
+
ts: {
|
|
123
116
|
handler(newV: any, oldV: any): void;
|
|
117
|
+
immediate: boolean;
|
|
124
118
|
};
|
|
125
119
|
};
|
|
126
120
|
function mounted(): Promise<void>;
|
|
@@ -128,16 +122,21 @@ declare namespace _sfc_main {
|
|
|
128
122
|
function fetchMeteoSource(): Promise<void>;
|
|
129
123
|
function fetchCache(): void;
|
|
130
124
|
function handleConfirm(): void;
|
|
131
|
-
function handleClickLayer(layer: any): void;
|
|
132
125
|
function handleWeatherLayerPick(layer: any): false | undefined;
|
|
133
126
|
function handleWeatherLayerCollect(layer: any): false | undefined;
|
|
134
|
-
function handleToggleWindParticle(): void;
|
|
135
|
-
function handleToggleWindFeather(): void;
|
|
136
|
-
function handleToggleCurrentParticle(): void;
|
|
137
|
-
function handleToggleCurrentIsoband(): void;
|
|
138
127
|
function handleToggleSigWaveRamp(): void;
|
|
139
128
|
function handleToggleSigWaveHeight(): void;
|
|
140
129
|
function handleMenuToggle(): void;
|
|
141
130
|
function toggleAutoActive(): void;
|
|
131
|
+
function fetchWeatherLayers(options?: {}): Promise<void>;
|
|
132
|
+
function handleRampColorState(): void;
|
|
133
|
+
function handleRampColorInitial(): void;
|
|
134
|
+
function handleDrawWeather4Json(): void;
|
|
135
|
+
function handleMove4Weather(): void;
|
|
136
|
+
function handleBboxClip(fc: any, bounds: any): any[];
|
|
137
|
+
function handleWeatherLayerToggle(): void;
|
|
138
|
+
function handleBeforeLayerToggle(): void;
|
|
139
|
+
function handleDateChange(): void;
|
|
140
|
+
function handleWeatherLayerChange(activeLayers: any, source: any): void;
|
|
142
141
|
}
|
|
143
142
|
}
|
|
@@ -13,38 +13,14 @@ declare namespace _sfc_main {
|
|
|
13
13
|
const type_2: StringConstructor;
|
|
14
14
|
export { type_2 as type };
|
|
15
15
|
}
|
|
16
|
-
namespace
|
|
16
|
+
namespace marginBottom {
|
|
17
17
|
const type_3: StringConstructor;
|
|
18
18
|
export { type_3 as type };
|
|
19
|
-
|
|
20
|
-
namespace showCurrentParticle {
|
|
21
|
-
const type_4: BooleanConstructor;
|
|
22
|
-
export { type_4 as type };
|
|
23
|
-
const _default: boolean;
|
|
19
|
+
const _default: string;
|
|
24
20
|
export { _default as default };
|
|
25
21
|
}
|
|
26
|
-
namespace showCurrentIsoband {
|
|
27
|
-
const type_5: BooleanConstructor;
|
|
28
|
-
export { type_5 as type };
|
|
29
|
-
const _default_1: boolean;
|
|
30
|
-
export { _default_1 as default };
|
|
31
|
-
}
|
|
32
|
-
namespace marginBottom {
|
|
33
|
-
const type_6: StringConstructor;
|
|
34
|
-
export { type_6 as type };
|
|
35
|
-
const _default_2: string;
|
|
36
|
-
export { _default_2 as default };
|
|
37
|
-
}
|
|
38
|
-
namespace toggleParticeVersion {
|
|
39
|
-
const type_7: NumberConstructor;
|
|
40
|
-
export { type_7 as type };
|
|
41
|
-
}
|
|
42
|
-
namespace toggleVersion {
|
|
43
|
-
const type_8: NumberConstructor;
|
|
44
|
-
export { type_8 as type };
|
|
45
|
-
}
|
|
46
22
|
}
|
|
47
|
-
const emits:
|
|
23
|
+
const emits: never[];
|
|
48
24
|
function data(): {
|
|
49
25
|
source: string;
|
|
50
26
|
directionLayer: string;
|
|
@@ -59,17 +35,9 @@ declare namespace _sfc_main {
|
|
|
59
35
|
handler(): void;
|
|
60
36
|
deep: boolean;
|
|
61
37
|
};
|
|
62
|
-
toggleParticeVersion: {
|
|
63
|
-
handler(): void;
|
|
64
|
-
};
|
|
65
|
-
showCurrentIsoband: {
|
|
66
|
-
handler(): void;
|
|
67
|
-
};
|
|
68
38
|
};
|
|
69
39
|
namespace methods {
|
|
70
|
-
function handleParticle(): void;
|
|
71
40
|
function handleRender(): void;
|
|
72
|
-
function handleToggle(): void;
|
|
73
41
|
function handleClear(): void;
|
|
74
42
|
}
|
|
75
43
|
}
|
|
@@ -17,32 +17,12 @@ declare namespace _sfc_main {
|
|
|
17
17
|
const type_3: StringConstructor;
|
|
18
18
|
export { type_3 as type };
|
|
19
19
|
}
|
|
20
|
-
namespace mapProjection {
|
|
21
|
-
const type_4: StringConstructor;
|
|
22
|
-
export { type_4 as type };
|
|
23
|
-
}
|
|
24
|
-
namespace showWindFeather {
|
|
25
|
-
const type_5: BooleanConstructor;
|
|
26
|
-
export { type_5 as type };
|
|
27
|
-
const _default: boolean;
|
|
28
|
-
export { _default as default };
|
|
29
|
-
}
|
|
30
|
-
namespace showWindParticle {
|
|
31
|
-
const type_6: BooleanConstructor;
|
|
32
|
-
export { type_6 as type };
|
|
33
|
-
const _default_1: boolean;
|
|
34
|
-
export { _default_1 as default };
|
|
35
|
-
}
|
|
36
|
-
namespace toggleParticeVersion {
|
|
37
|
-
const type_7: NumberConstructor;
|
|
38
|
-
export { type_7 as type };
|
|
39
|
-
}
|
|
40
20
|
namespace toggleVersion {
|
|
41
|
-
const
|
|
42
|
-
export {
|
|
21
|
+
const type_4: NumberConstructor;
|
|
22
|
+
export { type_4 as type };
|
|
43
23
|
}
|
|
44
24
|
}
|
|
45
|
-
const emits:
|
|
25
|
+
const emits: never[];
|
|
46
26
|
function data(): {
|
|
47
27
|
source: string;
|
|
48
28
|
barbs: number[];
|
|
@@ -56,17 +36,9 @@ declare namespace _sfc_main {
|
|
|
56
36
|
handler(): void;
|
|
57
37
|
deep: boolean;
|
|
58
38
|
};
|
|
59
|
-
toggleParticeVersion: {
|
|
60
|
-
handler(): void;
|
|
61
|
-
};
|
|
62
|
-
showWindFeather: {
|
|
63
|
-
handler(): void;
|
|
64
|
-
};
|
|
65
39
|
};
|
|
66
40
|
namespace methods {
|
|
67
|
-
function handleParticle(): void;
|
|
68
41
|
function handleRender(): void;
|
|
69
|
-
function handleToggle(): void;
|
|
70
42
|
function handleClear(): void;
|
|
71
43
|
}
|
|
72
44
|
}
|
|
@@ -27,63 +27,16 @@ declare namespace _sfc_main {
|
|
|
27
27
|
export { type_4 as type };
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
const emits:
|
|
30
|
+
const emits: never[];
|
|
31
31
|
function data(): {
|
|
32
|
-
|
|
33
|
-
activeWeatherLayers: never[];
|
|
34
|
-
weatherWeight: number;
|
|
35
|
-
source: string;
|
|
32
|
+
tropicals: undefined;
|
|
36
33
|
gateway: string;
|
|
37
34
|
assistGateway: string[];
|
|
38
35
|
mapProjection: string;
|
|
39
|
-
zoom: number;
|
|
40
|
-
viewport: undefined;
|
|
41
|
-
particleFactor: undefined;
|
|
42
|
-
showRampColor: boolean;
|
|
43
|
-
activeWindLayer: boolean;
|
|
44
|
-
showWindFeather: boolean;
|
|
45
|
-
showWindParticle: boolean;
|
|
46
|
-
toggleWindParticeVersion: number;
|
|
47
|
-
toggleCurrentParticeVersion: number;
|
|
48
|
-
showCurrentIsoband: boolean;
|
|
49
|
-
showCurrentParticle: boolean;
|
|
50
36
|
defaultMeteoToken: string;
|
|
51
|
-
helper: MapboxHelper;
|
|
52
37
|
};
|
|
53
|
-
|
|
54
|
-
export namespace ts_1 {
|
|
55
|
-
function handler(newV: any, oldV: any): void;
|
|
56
|
-
const immediate: boolean;
|
|
57
|
-
}
|
|
58
|
-
export { ts_1 as ts };
|
|
59
|
-
export namespace map_1 {
|
|
60
|
-
export function handler(): void;
|
|
61
|
-
const immediate_1: boolean;
|
|
62
|
-
export { immediate_1 as immediate };
|
|
63
|
-
}
|
|
64
|
-
export { map_1 as map };
|
|
65
|
-
export namespace activeWeatherLayers {
|
|
66
|
-
export function handler(): false | undefined;
|
|
67
|
-
const immediate_2: boolean;
|
|
68
|
-
export { immediate_2 as immediate };
|
|
69
|
-
}
|
|
70
|
-
}
|
|
38
|
+
function mounted(): void;
|
|
71
39
|
namespace methods {
|
|
72
|
-
function
|
|
73
|
-
tropicals: boolean;
|
|
74
|
-
}): Promise<void>;
|
|
75
|
-
function handleRampColorState(): void;
|
|
76
|
-
function handleRampColorInitial(): void;
|
|
77
|
-
function handleDrawWeather4Json(): void;
|
|
78
|
-
function handleMove4Weather(): void;
|
|
79
|
-
function handleBboxClip(fc: any, bounds: any): any[];
|
|
80
|
-
function handleWeatherLayerToggle(): void;
|
|
81
|
-
function handleBeforeLayerToggle(): void;
|
|
82
|
-
function handleDateChange(options?: {
|
|
83
|
-
tropicals: boolean;
|
|
84
|
-
}): void;
|
|
85
|
-
function handleWeatherLayerChange(activeLayers: any, source: any): void;
|
|
86
|
-
function handleParticle(row: any): void;
|
|
40
|
+
function fetchTropicals(): Promise<void>;
|
|
87
41
|
}
|
|
88
42
|
}
|
|
89
|
-
import { MapboxHelper } from './helper.ts';
|