@idmwx/idmui-gl3 0.0.2
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/README.md +27 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5620 -0
- package/dist/index.umd.cjs +204 -0
- package/dist/mapbox/index.d.ts +6 -0
- package/dist/mapbox/src/components/layer.vue.d.ts +82 -0
- package/dist/mapbox/src/components/other/alertZone.vue.d.ts +38 -0
- package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +32 -0
- package/dist/mapbox/src/components/other/enc.vue.d.ts +54 -0
- package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +32 -0
- package/dist/mapbox/src/components/other/latLng.vue.d.ts +73 -0
- package/dist/mapbox/src/components/other/loadLines.vue.d.ts +32 -0
- package/dist/mapbox/src/components/other/measure.vue.d.ts +52 -0
- package/dist/mapbox/src/components/other/point.vue.d.ts +49 -0
- package/dist/mapbox/src/components/other/port.vue.d.ts +41 -0
- package/dist/mapbox/src/components/other/specialArea.vue.d.ts +32 -0
- package/dist/mapbox/src/components/other/terminator.vue.d.ts +27 -0
- package/dist/mapbox/src/components/other/timezone.vue.d.ts +32 -0
- package/dist/mapbox/src/components/other/vra.vue.d.ts +32 -0
- package/dist/mapbox/src/components/other/warZone.vue.d.ts +32 -0
- package/dist/mapbox/src/components/weather/arctic.vue.d.ts +50 -0
- package/dist/mapbox/src/components/weather/current.vue.d.ts +77 -0
- package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +68 -0
- package/dist/mapbox/src/components/weather/iceberg.vue.d.ts +33 -0
- package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +50 -0
- package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +35 -0
- package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +34 -0
- package/dist/mapbox/src/components/weather/swell.vue.d.ts +35 -0
- package/dist/mapbox/src/components/weather/temp.vue.d.ts +50 -0
- package/dist/mapbox/src/components/weather/tropical.vue.d.ts +66 -0
- package/dist/mapbox/src/components/weather/visibility.vue.d.ts +49 -0
- package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +50 -0
- package/dist/mapbox/src/components/weather/wind.vue.d.ts +78 -0
- package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +68 -0
- package/dist/mapbox/src/helper.d.ts +161 -0
- package/dist/mapbox/src/index.vue.d.ts +94 -0
- package/dist/pi.svg +48 -0
- package/dist/style.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +70 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace factor {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace viewport {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace bottom {
|
|
13
|
+
const type_2: StringConstructor;
|
|
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
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function data(): {
|
|
24
|
+
program: undefined;
|
|
25
|
+
context: undefined;
|
|
26
|
+
texture: undefined;
|
|
27
|
+
rampColor: undefined;
|
|
28
|
+
aPositionBuffer: undefined;
|
|
29
|
+
webgl: WebGL;
|
|
30
|
+
etime: undefined;
|
|
31
|
+
right: number;
|
|
32
|
+
};
|
|
33
|
+
const watch: {
|
|
34
|
+
'factor.version': {
|
|
35
|
+
handler(): void;
|
|
36
|
+
deep: boolean;
|
|
37
|
+
};
|
|
38
|
+
toggleVersion: {
|
|
39
|
+
handler(): void;
|
|
40
|
+
immediate: boolean;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
namespace methods {
|
|
44
|
+
function handleRender(): void;
|
|
45
|
+
function handleClear(): void;
|
|
46
|
+
function handleSetup(): void;
|
|
47
|
+
function handleDraw(): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
import { WebGL } from '../../helper.ts';
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace current {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace beforeLayer {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
namespace showParticle {
|
|
17
|
+
const type_3: BooleanConstructor;
|
|
18
|
+
export { type_3 as type };
|
|
19
|
+
const _default: boolean;
|
|
20
|
+
export { _default as default };
|
|
21
|
+
}
|
|
22
|
+
namespace marginBottom {
|
|
23
|
+
const type_4: StringConstructor;
|
|
24
|
+
export { type_4 as type };
|
|
25
|
+
const _default_1: string;
|
|
26
|
+
export { _default_1 as default };
|
|
27
|
+
}
|
|
28
|
+
namespace toggleVersion {
|
|
29
|
+
const type_5: NumberConstructor;
|
|
30
|
+
export { type_5 as type };
|
|
31
|
+
}
|
|
32
|
+
namespace weatherLayers {
|
|
33
|
+
const type_6: ObjectConstructor;
|
|
34
|
+
export { type_6 as type };
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
const emits: string[];
|
|
38
|
+
function data(): {
|
|
39
|
+
source: string;
|
|
40
|
+
directionLayer: string;
|
|
41
|
+
speedLayer: string;
|
|
42
|
+
speedLabelLayer: string;
|
|
43
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
44
|
+
showJson: boolean;
|
|
45
|
+
right: number;
|
|
46
|
+
bottom: number;
|
|
47
|
+
};
|
|
48
|
+
const watch: {
|
|
49
|
+
'current.version': {
|
|
50
|
+
handler(): void;
|
|
51
|
+
deep: boolean;
|
|
52
|
+
};
|
|
53
|
+
showParticle: {
|
|
54
|
+
handler(): void;
|
|
55
|
+
immediate: boolean;
|
|
56
|
+
};
|
|
57
|
+
showJson: {
|
|
58
|
+
handler(): void;
|
|
59
|
+
immediate: boolean;
|
|
60
|
+
};
|
|
61
|
+
toggleVersion: {
|
|
62
|
+
handler(): void;
|
|
63
|
+
immediate: boolean;
|
|
64
|
+
};
|
|
65
|
+
weatherLayers: {
|
|
66
|
+
handler(): void;
|
|
67
|
+
immediate: boolean;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
namespace methods {
|
|
71
|
+
function handleParticle(): void;
|
|
72
|
+
function handleRender(): void;
|
|
73
|
+
function handleToggle(): void;
|
|
74
|
+
function handleClear(): void;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace factor {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace viewport {
|
|
9
|
+
export { Viewport as type };
|
|
10
|
+
}
|
|
11
|
+
namespace bottom {
|
|
12
|
+
const type_1: StringConstructor;
|
|
13
|
+
export { type_1 as type };
|
|
14
|
+
const _default: string;
|
|
15
|
+
export { _default as default };
|
|
16
|
+
}
|
|
17
|
+
namespace toggleVersion {
|
|
18
|
+
const type_2: NumberConstructor;
|
|
19
|
+
export { type_2 as type };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
function data(): {
|
|
23
|
+
program: undefined;
|
|
24
|
+
context: undefined;
|
|
25
|
+
texture: undefined;
|
|
26
|
+
rampColor: undefined;
|
|
27
|
+
aPositionBuffer: undefined;
|
|
28
|
+
webgl: WebGL;
|
|
29
|
+
etime: undefined;
|
|
30
|
+
wrapper: undefined;
|
|
31
|
+
animation: undefined;
|
|
32
|
+
particleContext: undefined;
|
|
33
|
+
particleTexture: undefined;
|
|
34
|
+
particleOptions: {
|
|
35
|
+
fadeOpacity: number;
|
|
36
|
+
speedFactor: number;
|
|
37
|
+
dropRate: number;
|
|
38
|
+
dropRateBump: number;
|
|
39
|
+
uvRange: number[];
|
|
40
|
+
sRange: number[];
|
|
41
|
+
};
|
|
42
|
+
paused: boolean;
|
|
43
|
+
initial: boolean;
|
|
44
|
+
right: number;
|
|
45
|
+
};
|
|
46
|
+
const watch: {
|
|
47
|
+
'factor.version': {
|
|
48
|
+
handler(): void;
|
|
49
|
+
deep: boolean;
|
|
50
|
+
};
|
|
51
|
+
toggleVersion: {
|
|
52
|
+
handler(): void;
|
|
53
|
+
immediate: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
namespace methods {
|
|
57
|
+
function handleRender(): void;
|
|
58
|
+
function handleClear(): void;
|
|
59
|
+
function handleSetup(): void;
|
|
60
|
+
function handleParticleSetup(): void;
|
|
61
|
+
function handleDraw(): Promise<void>;
|
|
62
|
+
function handleResize(): void;
|
|
63
|
+
function handlePause(): void;
|
|
64
|
+
function handlePlay(): void;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
import { Viewport } from '../../helper.ts';
|
|
68
|
+
import { WebGL } from '../../helper.ts';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace iceberg {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace beforeLayer {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function data(): {
|
|
18
|
+
source: string;
|
|
19
|
+
layer: string;
|
|
20
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
21
|
+
};
|
|
22
|
+
const watch: {
|
|
23
|
+
'iceberg.version': {
|
|
24
|
+
handler(): void;
|
|
25
|
+
deep: boolean;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
namespace methods {
|
|
29
|
+
function handleRender(): void;
|
|
30
|
+
function handleClear(): void;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace factor {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace viewport {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace bottom {
|
|
13
|
+
const type_2: StringConstructor;
|
|
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
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function data(): {
|
|
24
|
+
program: undefined;
|
|
25
|
+
context: undefined;
|
|
26
|
+
texture: undefined;
|
|
27
|
+
rampColor: undefined;
|
|
28
|
+
aPositionBuffer: undefined;
|
|
29
|
+
webgl: WebGL;
|
|
30
|
+
etime: undefined;
|
|
31
|
+
right: number;
|
|
32
|
+
};
|
|
33
|
+
const watch: {
|
|
34
|
+
'factor.version': {
|
|
35
|
+
handler(): void;
|
|
36
|
+
deep: boolean;
|
|
37
|
+
};
|
|
38
|
+
toggleVersion: {
|
|
39
|
+
handler(): void;
|
|
40
|
+
immediate: boolean;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
namespace methods {
|
|
44
|
+
function handleRender(): void;
|
|
45
|
+
function handleClear(): void;
|
|
46
|
+
function handleSetup(): void;
|
|
47
|
+
function handleDraw(): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
import { WebGL } from '../../helper.ts';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace prmsl {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace beforeLayer {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function data(): {
|
|
18
|
+
source: string;
|
|
19
|
+
layer: string;
|
|
20
|
+
labelLayer: string;
|
|
21
|
+
pointLabelLayer: string;
|
|
22
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
23
|
+
};
|
|
24
|
+
const watch: {
|
|
25
|
+
'prmsl.version': {
|
|
26
|
+
handler(): void;
|
|
27
|
+
deep: boolean;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
namespace methods {
|
|
31
|
+
function handleRender(): void;
|
|
32
|
+
function handleClear(): void;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace sigWave {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace beforeLayer {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function data(): {
|
|
18
|
+
source: string;
|
|
19
|
+
heightLayer: string;
|
|
20
|
+
heightLabelLayer: string;
|
|
21
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
22
|
+
};
|
|
23
|
+
const watch: {
|
|
24
|
+
'sigWave.version': {
|
|
25
|
+
handler(): void;
|
|
26
|
+
deep: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
namespace methods {
|
|
30
|
+
function handleRender(): void;
|
|
31
|
+
function handleClear(): void;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace swell {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace beforeLayer {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function data(): {
|
|
18
|
+
source: string;
|
|
19
|
+
directionLayer: string;
|
|
20
|
+
heightLayer: string;
|
|
21
|
+
heightLabelLayer: string;
|
|
22
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
23
|
+
};
|
|
24
|
+
const watch: {
|
|
25
|
+
'swell.version': {
|
|
26
|
+
handler(): void;
|
|
27
|
+
deep: boolean;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
namespace methods {
|
|
31
|
+
function handleRender(): void;
|
|
32
|
+
function handleClear(): void;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace factor {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace viewport {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace bottom {
|
|
13
|
+
const type_2: StringConstructor;
|
|
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
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function data(): {
|
|
24
|
+
program: undefined;
|
|
25
|
+
context: undefined;
|
|
26
|
+
texture: undefined;
|
|
27
|
+
rampColor: undefined;
|
|
28
|
+
aPositionBuffer: undefined;
|
|
29
|
+
webgl: WebGL;
|
|
30
|
+
etime: undefined;
|
|
31
|
+
right: number;
|
|
32
|
+
};
|
|
33
|
+
const watch: {
|
|
34
|
+
'factor.version': {
|
|
35
|
+
handler(): void;
|
|
36
|
+
deep: boolean;
|
|
37
|
+
};
|
|
38
|
+
toggleVersion: {
|
|
39
|
+
handler(): void;
|
|
40
|
+
immediate: boolean;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
namespace methods {
|
|
44
|
+
function handleRender(): void;
|
|
45
|
+
function handleClear(): void;
|
|
46
|
+
function handleSetup(): void;
|
|
47
|
+
function handleDraw(): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
import { WebGL } from '../../helper.ts';
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace tropicals {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace date {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
const emits: string[];
|
|
18
|
+
function data(): {
|
|
19
|
+
source: string;
|
|
20
|
+
clusterSource: string;
|
|
21
|
+
historyLayer: string;
|
|
22
|
+
forecastLayer: string;
|
|
23
|
+
forecastModelLayer: string;
|
|
24
|
+
forecastNameLayer: string;
|
|
25
|
+
pointCircleLayer: string;
|
|
26
|
+
pointLabelLayer: string;
|
|
27
|
+
historyPointCircleLayer: string;
|
|
28
|
+
historyPointLabelLayer: string;
|
|
29
|
+
interpolateData: never[];
|
|
30
|
+
interpolateMarkers: never[];
|
|
31
|
+
interpolateSource: string;
|
|
32
|
+
interpolateLineLayer: string;
|
|
33
|
+
showTropicals: boolean;
|
|
34
|
+
activeTropicals: undefined;
|
|
35
|
+
activeTropicalsMarker: undefined;
|
|
36
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
37
|
+
};
|
|
38
|
+
namespace computed {
|
|
39
|
+
function computeTime(): (time: any) => string;
|
|
40
|
+
}
|
|
41
|
+
const watch: {
|
|
42
|
+
'tropicals.active': {
|
|
43
|
+
handler(): void;
|
|
44
|
+
immediate: boolean;
|
|
45
|
+
};
|
|
46
|
+
showTropicals: {
|
|
47
|
+
handler(): void;
|
|
48
|
+
immediate: boolean;
|
|
49
|
+
};
|
|
50
|
+
'tropicals.version': {
|
|
51
|
+
handler(): void;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
namespace methods {
|
|
55
|
+
function handleInit(): void;
|
|
56
|
+
function handleRender(): void;
|
|
57
|
+
function handleClear(): void;
|
|
58
|
+
function handleDateChange(): void;
|
|
59
|
+
function handleClick(event: any): void;
|
|
60
|
+
function handleForecastToggle(forecast: any): void;
|
|
61
|
+
function handleStrikeProbability(tropical: any): void;
|
|
62
|
+
function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>)[];
|
|
63
|
+
function handleComputeArc(center: any, radius: any, properties: any): turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace factor {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace viewport {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace bottom {
|
|
13
|
+
const type_2: StringConstructor;
|
|
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
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function data(): {
|
|
24
|
+
program: undefined;
|
|
25
|
+
context: undefined;
|
|
26
|
+
texture: undefined;
|
|
27
|
+
rampColor: undefined;
|
|
28
|
+
aPositionBuffer: undefined;
|
|
29
|
+
webgl: WebGL;
|
|
30
|
+
etime: undefined;
|
|
31
|
+
};
|
|
32
|
+
const watch: {
|
|
33
|
+
'factor.version': {
|
|
34
|
+
handler(): void;
|
|
35
|
+
deep: boolean;
|
|
36
|
+
};
|
|
37
|
+
toggleVersion: {
|
|
38
|
+
handler(): void;
|
|
39
|
+
immediate: boolean;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
namespace methods {
|
|
43
|
+
function handleRender(): void;
|
|
44
|
+
function handleClear(): void;
|
|
45
|
+
function handleSetup(): void;
|
|
46
|
+
function handleDraw(): Promise<void>;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
import { WebGL } from '../../helper.ts';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace factor {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace viewport {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace bottom {
|
|
13
|
+
const type_2: StringConstructor;
|
|
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
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function data(): {
|
|
24
|
+
program: undefined;
|
|
25
|
+
context: undefined;
|
|
26
|
+
texture: undefined;
|
|
27
|
+
rampColor: undefined;
|
|
28
|
+
aPositionBuffer: undefined;
|
|
29
|
+
webgl: WebGL;
|
|
30
|
+
etime: undefined;
|
|
31
|
+
right: number;
|
|
32
|
+
};
|
|
33
|
+
const watch: {
|
|
34
|
+
'factor.version': {
|
|
35
|
+
handler(): void;
|
|
36
|
+
deep: boolean;
|
|
37
|
+
};
|
|
38
|
+
toggleVersion: {
|
|
39
|
+
handler(): void;
|
|
40
|
+
immediate: boolean;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
namespace methods {
|
|
44
|
+
function handleRender(): void;
|
|
45
|
+
function handleClear(): void;
|
|
46
|
+
function handleSetup(): void;
|
|
47
|
+
function handleDraw(): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
import { WebGL } from '../../helper.ts';
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace wind {
|
|
9
|
+
const type_1: ObjectConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace current {
|
|
13
|
+
const type_2: ObjectConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
namespace beforeLayer {
|
|
17
|
+
const type_3: StringConstructor;
|
|
18
|
+
export { type_3 as type };
|
|
19
|
+
}
|
|
20
|
+
namespace showParticle {
|
|
21
|
+
const type_4: BooleanConstructor;
|
|
22
|
+
export { type_4 as type };
|
|
23
|
+
const _default: boolean;
|
|
24
|
+
export { _default as default };
|
|
25
|
+
}
|
|
26
|
+
namespace toggleVersion {
|
|
27
|
+
const type_5: NumberConstructor;
|
|
28
|
+
export { type_5 as type };
|
|
29
|
+
}
|
|
30
|
+
namespace weatherLayers {
|
|
31
|
+
const type_6: ObjectConstructor;
|
|
32
|
+
export { type_6 as type };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
const emits: string[];
|
|
36
|
+
function data(): {
|
|
37
|
+
source: string;
|
|
38
|
+
barbs: number[];
|
|
39
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
40
|
+
showFeather: boolean;
|
|
41
|
+
right: number;
|
|
42
|
+
bottom: number;
|
|
43
|
+
windBarbLoaded: boolean;
|
|
44
|
+
};
|
|
45
|
+
const watch: {
|
|
46
|
+
'wind.version': {
|
|
47
|
+
handler(): void;
|
|
48
|
+
deep: boolean;
|
|
49
|
+
};
|
|
50
|
+
showParticle: {
|
|
51
|
+
handler(): void;
|
|
52
|
+
immediate: boolean;
|
|
53
|
+
};
|
|
54
|
+
showFeather: {
|
|
55
|
+
handler(): void;
|
|
56
|
+
immediate: boolean;
|
|
57
|
+
};
|
|
58
|
+
toggleVersion: {
|
|
59
|
+
handler(): void;
|
|
60
|
+
immediate: boolean;
|
|
61
|
+
};
|
|
62
|
+
'current.version': {
|
|
63
|
+
handler(): void;
|
|
64
|
+
immediate: boolean;
|
|
65
|
+
};
|
|
66
|
+
weatherLayers: {
|
|
67
|
+
handler(): void;
|
|
68
|
+
immediate: boolean;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
namespace methods {
|
|
72
|
+
function handleParticle(): void;
|
|
73
|
+
function handleRender(): void;
|
|
74
|
+
function handleToggle(): void;
|
|
75
|
+
function handleClear(): void;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
import * as turf from '@turf/turf';
|