@idmwx/idmui-gl4 0.1.5 → 0.1.7
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/dark-map.png +0 -0
- package/dist/index.js +41566 -44299
- package/dist/index.umd.cjs +15 -26
- package/dist/mapbox/index.d.ts +2 -2
- package/dist/mapbox/src/components/map/index.vue.d.ts +6 -6
- package/dist/mapbox/src/components/{other/measure.vue.d.ts → measure/index.vue.d.ts} +3 -1
- package/dist/mapbox/src/components/{otherLayer.vue.d.ts → other/index.vue.d.ts} +3 -2
- package/dist/mapbox/src/components/other/latLng.vue.d.ts +16 -27
- package/dist/mapbox/src/components/{other/spot.vue.d.ts → spot/index.vue.d.ts} +0 -1
- package/dist/mapbox/src/components/{weather/tropical.vue.d.ts → tropical/index.vue.d.ts} +37 -11
- package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +5 -5
- package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +4 -4
- package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +4 -4
- package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +4 -4
- package/dist/mapbox/src/components/{meteoLayer.vue.d.ts → weather/index.vue.d.ts} +12 -29
- package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +4 -4
- package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +4 -4
- package/dist/mapbox/src/components/weather/temp.vue.d.ts +4 -4
- package/dist/mapbox/src/components/weather/visibility.vue.d.ts +4 -4
- package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +4 -10
- package/dist/mapbox/src/components/weather/windBarbs.vue.d.ts +2 -2
- package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +5 -5
- package/dist/mapbox/src/helper/mapbox.d.ts +9 -0
- package/dist/mapbox/src/{helper.d.ts → helper/viewport.d.ts} +0 -12
- package/dist/mapbox/src/index.vue.d.ts +1 -4
- package/dist/style.css +1 -1
- package/package.json +82 -75
package/dist/mapbox/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
2
|
import MapboxGL from './src/index.vue';
|
|
3
3
|
import MapInitial from './src/components/map/index.vue';
|
|
4
|
-
import TropicalGL from './src/components/
|
|
4
|
+
import TropicalGL from './src/components/tropical/index.vue';
|
|
5
5
|
import LatLngGL from './src/components/other/latLng.vue';
|
|
6
6
|
export declare const MapboxGLPlugin: Plugin;
|
|
7
7
|
export { MapInitial, MapboxGL, TropicalGL, LatLngGL };
|
|
8
|
-
export * from './src/helper';
|
|
8
|
+
export * from './src/helper/viewport';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
|
-
const components: undefined;
|
|
5
4
|
namespace props {
|
|
6
5
|
namespace token {
|
|
7
6
|
export const type: StringConstructor;
|
|
@@ -11,14 +10,12 @@ declare namespace _sfc_main {
|
|
|
11
10
|
namespace mapFeather {
|
|
12
11
|
const type_1: StringConstructor;
|
|
13
12
|
export { type_1 as type };
|
|
14
|
-
const _default_1: string;
|
|
15
|
-
export { _default_1 as default };
|
|
16
13
|
}
|
|
17
14
|
namespace menuToggle {
|
|
18
15
|
const type_2: ObjectConstructor;
|
|
19
16
|
export { type_2 as type };
|
|
20
|
-
const
|
|
21
|
-
export {
|
|
17
|
+
const _default_1: {};
|
|
18
|
+
export { _default_1 as default };
|
|
22
19
|
}
|
|
23
20
|
}
|
|
24
21
|
const emits: string[];
|
|
@@ -35,11 +32,14 @@ declare namespace _sfc_main {
|
|
|
35
32
|
};
|
|
36
33
|
mapFeather: {
|
|
37
34
|
handler(): void;
|
|
35
|
+
immediate: boolean;
|
|
38
36
|
};
|
|
39
37
|
};
|
|
40
38
|
function mounted(): void;
|
|
41
39
|
namespace methods {
|
|
42
40
|
function initOnlineMap(): Promise<void>;
|
|
43
|
-
function
|
|
41
|
+
function addScaleControl(): void;
|
|
42
|
+
function addZoomControl(): void;
|
|
43
|
+
function updateZoomControl(): void;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
|
-
const components: undefined;
|
|
5
4
|
namespace props {
|
|
6
5
|
namespace map {
|
|
7
6
|
const type: ObjectConstructor;
|
|
@@ -19,6 +18,9 @@ declare namespace _sfc_main {
|
|
|
19
18
|
export { _default_1 as default };
|
|
20
19
|
}
|
|
21
20
|
}
|
|
21
|
+
function setup(): {
|
|
22
|
+
theme: import("vuetify").ThemeInstance;
|
|
23
|
+
};
|
|
22
24
|
function data(): {
|
|
23
25
|
right: number;
|
|
24
26
|
toggle: boolean;
|
|
@@ -64,6 +64,8 @@ declare namespace _sfc_main {
|
|
|
64
64
|
value: string;
|
|
65
65
|
icon: string;
|
|
66
66
|
}[];
|
|
67
|
+
checkList: never[];
|
|
68
|
+
followList: never[];
|
|
67
69
|
};
|
|
68
70
|
namespace computed {
|
|
69
71
|
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
@@ -73,9 +75,8 @@ declare namespace _sfc_main {
|
|
|
73
75
|
handler(): void;
|
|
74
76
|
immediate: boolean;
|
|
75
77
|
};
|
|
76
|
-
|
|
78
|
+
checkList: {
|
|
77
79
|
handler(newV: any, oldV: any): void;
|
|
78
|
-
immediate: boolean;
|
|
79
80
|
};
|
|
80
81
|
};
|
|
81
82
|
function mounted(): Promise<void>;
|
|
@@ -13,15 +13,9 @@ declare namespace _sfc_main {
|
|
|
13
13
|
const type_2: StringConstructor;
|
|
14
14
|
export { type_2 as type };
|
|
15
15
|
}
|
|
16
|
-
namespace
|
|
17
|
-
const type_3:
|
|
16
|
+
namespace menuToggle {
|
|
17
|
+
const type_3: ObjectConstructor;
|
|
18
18
|
export { type_3 as type };
|
|
19
|
-
const _default: string;
|
|
20
|
-
export { _default as default };
|
|
21
|
-
}
|
|
22
|
-
namespace toggleVersion {
|
|
23
|
-
const type_4: NumberConstructor;
|
|
24
|
-
export { type_4 as type };
|
|
25
19
|
}
|
|
26
20
|
}
|
|
27
21
|
function data(): {
|
|
@@ -34,25 +28,20 @@ declare namespace _sfc_main {
|
|
|
34
28
|
namespace computed {
|
|
35
29
|
function lineColor(): any;
|
|
36
30
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
const immediate_2: boolean;
|
|
52
|
-
export { immediate_2 as immediate };
|
|
53
|
-
}
|
|
54
|
-
export { toggleVersion_1 as toggleVersion };
|
|
55
|
-
}
|
|
31
|
+
const watch: {
|
|
32
|
+
show: {
|
|
33
|
+
handler(): void;
|
|
34
|
+
immediate: boolean;
|
|
35
|
+
};
|
|
36
|
+
map: {
|
|
37
|
+
handler(): void;
|
|
38
|
+
immediate: boolean;
|
|
39
|
+
};
|
|
40
|
+
'menuToggle.v': {
|
|
41
|
+
handler(): void;
|
|
42
|
+
immediate: boolean;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
56
45
|
namespace methods {
|
|
57
46
|
function handleBind(): void;
|
|
58
47
|
function handleMouseMove(e: any): void;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
|
-
const components: undefined;
|
|
5
4
|
namespace props {
|
|
6
5
|
namespace map {
|
|
7
6
|
const type: ObjectConstructor;
|
|
@@ -18,26 +17,52 @@ declare namespace _sfc_main {
|
|
|
18
17
|
const _default_1: {};
|
|
19
18
|
export { _default_1 as default };
|
|
20
19
|
}
|
|
21
|
-
namespace tropicals {
|
|
22
|
-
const type_3: ObjectConstructor;
|
|
23
|
-
export { type_3 as type };
|
|
24
|
-
}
|
|
25
20
|
namespace date {
|
|
26
|
-
const
|
|
27
|
-
export {
|
|
21
|
+
const type_3: StringConstructor;
|
|
22
|
+
export { type_3 as type };
|
|
28
23
|
}
|
|
29
24
|
namespace timeZone {
|
|
30
|
-
const
|
|
31
|
-
export {
|
|
25
|
+
const type_4: NumberConstructor;
|
|
26
|
+
export { type_4 as type };
|
|
32
27
|
const _default_2: number;
|
|
33
28
|
export { _default_2 as default };
|
|
34
29
|
}
|
|
30
|
+
namespace token {
|
|
31
|
+
const type_5: StringConstructor;
|
|
32
|
+
export { type_5 as type };
|
|
33
|
+
}
|
|
34
|
+
namespace defaultMeteoToken {
|
|
35
|
+
const type_6: StringConstructor;
|
|
36
|
+
export { type_6 as type };
|
|
37
|
+
}
|
|
38
|
+
namespace gateway {
|
|
39
|
+
const type_7: StringConstructor;
|
|
40
|
+
export { type_7 as type };
|
|
41
|
+
const _default_3: string;
|
|
42
|
+
export { _default_3 as default };
|
|
43
|
+
}
|
|
44
|
+
namespace assistGateway {
|
|
45
|
+
const type_8: ArrayConstructor;
|
|
46
|
+
export { type_8 as type };
|
|
47
|
+
const _default_4: never[];
|
|
48
|
+
export { _default_4 as default };
|
|
49
|
+
}
|
|
50
|
+
namespace forecastModel {
|
|
51
|
+
const type_9: StringConstructor;
|
|
52
|
+
export { type_9 as type };
|
|
53
|
+
}
|
|
54
|
+
namespace ts {
|
|
55
|
+
const type_10: StringConstructor;
|
|
56
|
+
export { type_10 as type };
|
|
57
|
+
}
|
|
35
58
|
}
|
|
36
59
|
const emits: string[];
|
|
37
60
|
function data(): {
|
|
38
61
|
right: number;
|
|
39
62
|
toggle: boolean;
|
|
40
63
|
helper: any;
|
|
64
|
+
tropicals: undefined;
|
|
65
|
+
tropicalCacheKey: string;
|
|
41
66
|
source: string;
|
|
42
67
|
clusterSource: string;
|
|
43
68
|
historyLayer: string;
|
|
@@ -71,9 +96,8 @@ declare namespace _sfc_main {
|
|
|
71
96
|
handler(): void;
|
|
72
97
|
immediate: boolean;
|
|
73
98
|
};
|
|
74
|
-
|
|
99
|
+
map: {
|
|
75
100
|
handler(): void;
|
|
76
|
-
immediate: boolean;
|
|
77
101
|
};
|
|
78
102
|
showTropicalsInfo: {
|
|
79
103
|
handler(): void;
|
|
@@ -86,8 +110,10 @@ declare namespace _sfc_main {
|
|
|
86
110
|
handler(): void;
|
|
87
111
|
};
|
|
88
112
|
};
|
|
113
|
+
function mounted(): void;
|
|
89
114
|
namespace methods {
|
|
90
115
|
function handleMenuToggle(): void;
|
|
116
|
+
function fetchTropicals(): Promise<void>;
|
|
91
117
|
function handleRefresh(): void;
|
|
92
118
|
function handleInit(): void;
|
|
93
119
|
function handleRender(): void;
|
|
@@ -14,8 +14,8 @@ declare namespace _sfc_main {
|
|
|
14
14
|
const _default: string;
|
|
15
15
|
export { _default as default };
|
|
16
16
|
}
|
|
17
|
-
namespace
|
|
18
|
-
const type_2:
|
|
17
|
+
namespace menuToggle {
|
|
18
|
+
const type_2: ObjectConstructor;
|
|
19
19
|
export { type_2 as type };
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -49,7 +49,7 @@ declare namespace _sfc_main {
|
|
|
49
49
|
handler(): void;
|
|
50
50
|
deep: boolean;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
'menuToggle.v': {
|
|
53
53
|
handler(): void;
|
|
54
54
|
immediate: boolean;
|
|
55
55
|
};
|
|
@@ -65,5 +65,5 @@ declare namespace _sfc_main {
|
|
|
65
65
|
function handlePlay(): void;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
import { Viewport } from '../../helper.ts';
|
|
69
|
-
import { WebGL } from '../../helper.ts';
|
|
68
|
+
import { Viewport } from '../../helper/viewport.ts';
|
|
69
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -15,8 +15,8 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: string;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
19
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -34,7 +34,7 @@ declare namespace _sfc_main {
|
|
|
34
34
|
'factor.version': {
|
|
35
35
|
handler(): void;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
'menuToggle.v': {
|
|
38
38
|
handler(): void;
|
|
39
39
|
immediate: boolean;
|
|
40
40
|
};
|
|
@@ -46,4 +46,4 @@ declare namespace _sfc_main {
|
|
|
46
46
|
function handleDraw(): Promise<void>;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
import { WebGL } from '../../helper.ts';
|
|
49
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -15,8 +15,8 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: string;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
19
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -34,7 +34,7 @@ declare namespace _sfc_main {
|
|
|
34
34
|
'factor.version': {
|
|
35
35
|
handler(): void;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
'menuToggle.v': {
|
|
38
38
|
handler(): void;
|
|
39
39
|
immediate: boolean;
|
|
40
40
|
};
|
|
@@ -46,4 +46,4 @@ declare namespace _sfc_main {
|
|
|
46
46
|
function handleDraw(): Promise<void>;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
import { WebGL } from '../../helper.ts';
|
|
49
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -9,8 +9,8 @@ declare namespace _sfc_main {
|
|
|
9
9
|
const type_1: ObjectConstructor;
|
|
10
10
|
export { type_1 as type };
|
|
11
11
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
12
|
+
namespace menuToggle {
|
|
13
|
+
const type_2: ObjectConstructor;
|
|
14
14
|
export { type_2 as type };
|
|
15
15
|
}
|
|
16
16
|
namespace bottom {
|
|
@@ -35,7 +35,7 @@ declare namespace _sfc_main {
|
|
|
35
35
|
handler(): void;
|
|
36
36
|
deep: boolean;
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
'menuToggle.v': {
|
|
39
39
|
handler(): void;
|
|
40
40
|
immediate: boolean;
|
|
41
41
|
};
|
|
@@ -47,4 +47,4 @@ declare namespace _sfc_main {
|
|
|
47
47
|
function handleDraw(): Promise<void>;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
import { WebGL } from '../../helper.ts';
|
|
50
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -6,7 +6,7 @@ declare namespace _sfc_main {
|
|
|
6
6
|
namespace map {
|
|
7
7
|
const type: ObjectConstructor;
|
|
8
8
|
}
|
|
9
|
-
namespace
|
|
9
|
+
namespace mapFeather {
|
|
10
10
|
const type_1: StringConstructor;
|
|
11
11
|
export { type_1 as type };
|
|
12
12
|
}
|
|
@@ -63,39 +63,29 @@ declare namespace _sfc_main {
|
|
|
63
63
|
toggle: boolean;
|
|
64
64
|
autoActive: boolean;
|
|
65
65
|
tagLayers: any[];
|
|
66
|
+
checkList: never[];
|
|
67
|
+
radioValue: undefined;
|
|
66
68
|
weatherLayers: {};
|
|
67
69
|
activeWeatherLayers: never[];
|
|
68
|
-
activeWeatherLayersCollected: never[];
|
|
69
|
-
showMeasure: boolean;
|
|
70
|
-
showPoint: boolean;
|
|
71
|
-
show3d: boolean;
|
|
72
70
|
cache: {
|
|
73
71
|
v: string;
|
|
74
72
|
versionKey: string;
|
|
75
73
|
forecastModelKey: string;
|
|
76
74
|
autoActiveKey: string;
|
|
75
|
+
checkListKey: string;
|
|
77
76
|
activeLayersKey: string;
|
|
78
|
-
collectedLayersKey: string;
|
|
79
77
|
};
|
|
80
78
|
source: string;
|
|
81
79
|
sourceList: {};
|
|
82
80
|
rampColorLayers: string[];
|
|
83
|
-
showWindParticleCollected: boolean;
|
|
84
|
-
showCurrentParticleCollected: boolean;
|
|
85
81
|
zoom: number;
|
|
86
82
|
viewport: undefined;
|
|
87
83
|
particleFactor: undefined;
|
|
88
|
-
showRampColor: boolean;
|
|
89
|
-
activeWindLayer: boolean;
|
|
90
|
-
showWindParticle: boolean;
|
|
91
|
-
toggleWindParticeVersion: number;
|
|
92
|
-
toggleCurrentParticeVersion: number;
|
|
93
|
-
showCurrentParticle: boolean;
|
|
94
84
|
};
|
|
95
85
|
namespace computed {
|
|
96
|
-
function hasCollectedLayers(): any;
|
|
97
86
|
function computeDateZ(): (time: any) => string;
|
|
98
87
|
function sourceCode(): any;
|
|
88
|
+
function rendersKeys(): any;
|
|
99
89
|
}
|
|
100
90
|
const watch: {
|
|
101
91
|
'menuToggle.v': {
|
|
@@ -108,35 +98,28 @@ declare namespace _sfc_main {
|
|
|
108
98
|
handler(): void;
|
|
109
99
|
immediate: boolean;
|
|
110
100
|
};
|
|
111
|
-
activeWeatherLayers: {
|
|
112
|
-
handler(): false | undefined;
|
|
113
|
-
immediate: boolean;
|
|
114
|
-
};
|
|
115
101
|
ts: {
|
|
116
102
|
handler(newV: any, oldV: any): void;
|
|
117
103
|
immediate: boolean;
|
|
118
104
|
};
|
|
105
|
+
checkList: {
|
|
106
|
+
handler(newV: any, oldV: any): void;
|
|
107
|
+
};
|
|
108
|
+
radioValue: {
|
|
109
|
+
handler(newV: any, oldV: any): void;
|
|
110
|
+
};
|
|
119
111
|
};
|
|
120
112
|
function mounted(): Promise<void>;
|
|
121
113
|
namespace methods {
|
|
122
114
|
function fetchMeteoSource(): Promise<void>;
|
|
123
115
|
function fetchCache(): void;
|
|
124
|
-
function handleConfirm(): void;
|
|
125
|
-
function handleWeatherLayerPick(layer: any): false | undefined;
|
|
126
|
-
function handleWeatherLayerCollect(layer: any): false | undefined;
|
|
127
|
-
function handleToggleSigWaveRamp(): void;
|
|
128
|
-
function handleToggleSigWaveHeight(): void;
|
|
129
116
|
function handleMenuToggle(): void;
|
|
130
|
-
function toggleAutoActive(): void;
|
|
131
117
|
function fetchWeatherLayers(options?: {}): Promise<void>;
|
|
132
|
-
function handleRampColorState(): void;
|
|
133
118
|
function handleRampColorInitial(): void;
|
|
134
119
|
function handleDrawWeather4Json(): void;
|
|
135
120
|
function handleMove4Weather(): void;
|
|
136
121
|
function handleBboxClip(fc: any, bounds: any): any[];
|
|
137
122
|
function handleWeatherLayerToggle(): void;
|
|
138
|
-
function
|
|
139
|
-
function handleDateChange(): void;
|
|
140
|
-
function handleWeatherLayerChange(activeLayers: any, source: any): void;
|
|
123
|
+
function handleWeatherLayerChange(): void;
|
|
141
124
|
}
|
|
142
125
|
}
|
|
@@ -15,8 +15,8 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: string;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
19
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -35,7 +35,7 @@ declare namespace _sfc_main {
|
|
|
35
35
|
handler(): void;
|
|
36
36
|
deep: boolean;
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
'menuToggle.v': {
|
|
39
39
|
handler(): void;
|
|
40
40
|
immediate: boolean;
|
|
41
41
|
};
|
|
@@ -47,4 +47,4 @@ declare namespace _sfc_main {
|
|
|
47
47
|
function handleDraw(): Promise<void>;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
import { WebGL } from '../../helper.ts';
|
|
50
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -15,8 +15,8 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: string;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
19
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -35,7 +35,7 @@ declare namespace _sfc_main {
|
|
|
35
35
|
handler(): void;
|
|
36
36
|
deep: boolean;
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
'menuToggle.v': {
|
|
39
39
|
handler(): void;
|
|
40
40
|
immediate: boolean;
|
|
41
41
|
};
|
|
@@ -47,4 +47,4 @@ declare namespace _sfc_main {
|
|
|
47
47
|
function handleDraw(): Promise<void>;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
import { WebGL } from '../../helper.ts';
|
|
50
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -15,8 +15,8 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: string;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
19
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -35,7 +35,7 @@ declare namespace _sfc_main {
|
|
|
35
35
|
handler(): void;
|
|
36
36
|
deep: boolean;
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
'menuToggle.v': {
|
|
39
39
|
handler(): void;
|
|
40
40
|
immediate: boolean;
|
|
41
41
|
};
|
|
@@ -47,4 +47,4 @@ declare namespace _sfc_main {
|
|
|
47
47
|
function handleDraw(): Promise<void>;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
import { WebGL } from '../../helper.ts';
|
|
50
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -15,8 +15,8 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: string;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
19
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -34,7 +34,7 @@ declare namespace _sfc_main {
|
|
|
34
34
|
handler(): void;
|
|
35
35
|
deep: boolean;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
'menuToggle.v': {
|
|
38
38
|
handler(): void;
|
|
39
39
|
immediate: boolean;
|
|
40
40
|
};
|
|
@@ -46,4 +46,4 @@ declare namespace _sfc_main {
|
|
|
46
46
|
function handleDraw(): Promise<void>;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
import { WebGL } from '../../helper.ts';
|
|
49
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -9,15 +9,9 @@ declare namespace _sfc_main {
|
|
|
9
9
|
const type_1: ObjectConstructor;
|
|
10
10
|
export { type_1 as type };
|
|
11
11
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
12
|
+
namespace menuToggle {
|
|
13
|
+
const type_2: ObjectConstructor;
|
|
14
14
|
export { type_2 as type };
|
|
15
|
-
const _default: string;
|
|
16
|
-
export { _default as default };
|
|
17
|
-
}
|
|
18
|
-
namespace toggleVersion {
|
|
19
|
-
const type_3: NumberConstructor;
|
|
20
|
-
export { type_3 as type };
|
|
21
15
|
}
|
|
22
16
|
}
|
|
23
17
|
function data(): {
|
|
@@ -35,7 +29,7 @@ declare namespace _sfc_main {
|
|
|
35
29
|
handler(): void;
|
|
36
30
|
deep: boolean;
|
|
37
31
|
};
|
|
38
|
-
|
|
32
|
+
'menuToggle.v': {
|
|
39
33
|
handler(): void;
|
|
40
34
|
immediate: boolean;
|
|
41
35
|
};
|
|
@@ -47,4 +41,4 @@ declare namespace _sfc_main {
|
|
|
47
41
|
function handleDraw(): Promise<void>;
|
|
48
42
|
}
|
|
49
43
|
}
|
|
50
|
-
import { WebGL } from '../../helper.ts';
|
|
44
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -17,8 +17,8 @@ declare namespace _sfc_main {
|
|
|
17
17
|
const type_3: StringConstructor;
|
|
18
18
|
export { type_3 as type };
|
|
19
19
|
}
|
|
20
|
-
namespace
|
|
21
|
-
const type_4:
|
|
20
|
+
namespace menuToggle {
|
|
21
|
+
const type_4: ObjectConstructor;
|
|
22
22
|
export { type_4 as type };
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -14,8 +14,8 @@ declare namespace _sfc_main {
|
|
|
14
14
|
const _default: string;
|
|
15
15
|
export { _default as default };
|
|
16
16
|
}
|
|
17
|
-
namespace
|
|
18
|
-
const type_2:
|
|
17
|
+
namespace menuToggle {
|
|
18
|
+
const type_2: ObjectConstructor;
|
|
19
19
|
export { type_2 as type };
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -48,7 +48,7 @@ declare namespace _sfc_main {
|
|
|
48
48
|
handler(): void;
|
|
49
49
|
deep: boolean;
|
|
50
50
|
};
|
|
51
|
-
|
|
51
|
+
'menuToggle.v': {
|
|
52
52
|
handler(): void;
|
|
53
53
|
immediate: boolean;
|
|
54
54
|
};
|
|
@@ -64,5 +64,5 @@ declare namespace _sfc_main {
|
|
|
64
64
|
function handlePlay(): void;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
import { Viewport } from '../../helper.ts';
|
|
68
|
-
import { WebGL } from '../../helper.ts';
|
|
67
|
+
import { Viewport } from '../../helper/viewport.ts';
|
|
68
|
+
import { WebGL } from '../../helper/viewport.ts';
|
|
@@ -160,15 +160,3 @@ export declare class ParticleSchema {
|
|
|
160
160
|
static screenFragmentSchema: string;
|
|
161
161
|
static updateFragmentSchema: string;
|
|
162
162
|
}
|
|
163
|
-
/**
|
|
164
|
-
* Mapbox辅助图层
|
|
165
|
-
*/
|
|
166
|
-
export declare class MapboxHelper {
|
|
167
|
-
originStyle: any;
|
|
168
|
-
mapboxStyle: any;
|
|
169
|
-
i4: any;
|
|
170
|
-
hi: any;
|
|
171
|
-
td: any;
|
|
172
|
-
windy: any;
|
|
173
|
-
constructor(token?: string, type?: string);
|
|
174
|
-
}
|
|
@@ -32,11 +32,8 @@ declare namespace _sfc_main {
|
|
|
32
32
|
tropicals: undefined;
|
|
33
33
|
gateway: string;
|
|
34
34
|
assistGateway: string[];
|
|
35
|
-
mapProjection: string;
|
|
36
35
|
defaultMeteoToken: string;
|
|
37
36
|
};
|
|
38
37
|
function mounted(): void;
|
|
39
|
-
|
|
40
|
-
function fetchTropicals(): Promise<void>;
|
|
41
|
-
}
|
|
38
|
+
const methods: {};
|
|
42
39
|
}
|