@idmwx/idmui-gl3 6.5.6 → 6.5.8
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 +519 -513
- package/dist/index.umd.cjs +19 -19
- package/dist/packages/mapbox/index.d.ts +8 -0
- package/dist/packages/mapbox/src/components/layer.vue.d.ts +175 -0
- package/dist/packages/mapbox/src/components/other/alertZone.vue.d.ts +36 -0
- package/dist/packages/mapbox/src/components/other/chinaRoute.vue.d.ts +25 -0
- package/dist/packages/mapbox/src/components/other/ecaZone.vue.d.ts +36 -0
- package/dist/packages/mapbox/src/components/other/enc.vue.d.ts +63 -0
- package/dist/packages/mapbox/src/components/other/gmdssArea.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/latLng.vue.d.ts +62 -0
- package/dist/packages/mapbox/src/components/other/loadLines.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/measure.vue.d.ts +45 -0
- package/dist/packages/mapbox/src/components/other/point.vue.d.ts +121 -0
- package/dist/packages/mapbox/src/components/other/port.vue.d.ts +44 -0
- package/dist/packages/mapbox/src/components/other/specialArea.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/terminator.vue.d.ts +23 -0
- package/dist/packages/mapbox/src/components/other/timezone.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/vra.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/warZone.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/world12nm.vue.d.ts +69 -0
- package/dist/packages/mapbox/src/components/other/worldMarine.vue.d.ts +25 -0
- package/dist/packages/mapbox/src/components/weather/current.vue.d.ts +84 -0
- package/dist/packages/mapbox/src/components/weather/currentParticle.vue.d.ts +66 -0
- package/dist/packages/mapbox/src/components/weather/iceCover.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/iceEdge.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/iceThickness.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/precip3h.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/prmsl.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/sigWave.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +37 -0
- package/dist/packages/mapbox/src/components/weather/swell.vue.d.ts +38 -0
- package/dist/packages/mapbox/src/components/weather/temp.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/tropical.vue.d.ts +96 -0
- package/dist/packages/mapbox/src/components/weather/visibility.vue.d.ts +45 -0
- package/dist/packages/mapbox/src/components/weather/waterTemp.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/wind.vue.d.ts +80 -0
- package/dist/packages/mapbox/src/components/weather/windParticle.vue.d.ts +66 -0
- package/dist/{mapbox → packages/mapbox}/src/helper.d.ts +4 -3
- package/dist/packages/mapbox/src/index.vue.d.ts +1858 -0
- package/dist/playground/main.d.ts +1 -0
- package/package.json +3 -3
- package/dist/mapbox/index.d.ts +0 -7
- package/dist/mapbox/src/components/layer.vue.d.ts +0 -158
- package/dist/mapbox/src/components/other/alertZone.vue.d.ts +0 -39
- package/dist/mapbox/src/components/other/chinaRoute.vue.d.ts +0 -29
- package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +0 -37
- package/dist/mapbox/src/components/other/enc.vue.d.ts +0 -59
- package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/latLng.vue.d.ts +0 -73
- package/dist/mapbox/src/components/other/loadLines.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/measure.vue.d.ts +0 -53
- package/dist/mapbox/src/components/other/point.vue.d.ts +0 -126
- package/dist/mapbox/src/components/other/port.vue.d.ts +0 -45
- package/dist/mapbox/src/components/other/specialArea.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/terminator.vue.d.ts +0 -28
- package/dist/mapbox/src/components/other/timezone.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/vra.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/warZone.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/world12nm.vue.d.ts +0 -58
- package/dist/mapbox/src/components/other/worldMarine.vue.d.ts +0 -29
- package/dist/mapbox/src/components/weather/current.vue.d.ts +0 -76
- package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +0 -69
- package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +0 -39
- package/dist/mapbox/src/components/weather/swell.vue.d.ts +0 -45
- package/dist/mapbox/src/components/weather/temp.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/tropical.vue.d.ts +0 -98
- package/dist/mapbox/src/components/weather/visibility.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/wind.vue.d.ts +0 -73
- package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +0 -69
- package/dist/mapbox/src/index.vue.d.ts +0 -118
- /package/dist/{index.d.ts → packages/index.d.ts} +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
map: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
sigWaveHeight: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
beforeLayer: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
activeWeatherLayers: {
|
|
12
|
+
type: ArrayConstructor;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {
|
|
15
|
+
source: string;
|
|
16
|
+
heightLayer: string;
|
|
17
|
+
heightLabelLayer: string;
|
|
18
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
19
|
+
}, {}, {
|
|
20
|
+
handleRender(): void;
|
|
21
|
+
handleMove(): void;
|
|
22
|
+
handleClear(): void;
|
|
23
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
|
+
map: {
|
|
25
|
+
type: ObjectConstructor;
|
|
26
|
+
};
|
|
27
|
+
sigWaveHeight: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
};
|
|
30
|
+
beforeLayer: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
};
|
|
33
|
+
activeWeatherLayers: {
|
|
34
|
+
type: ArrayConstructor;
|
|
35
|
+
};
|
|
36
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
map: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
swell: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
beforeLayer: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
activeWeatherLayers: {
|
|
12
|
+
type: ArrayConstructor;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {
|
|
15
|
+
source: string;
|
|
16
|
+
directionLayer: string;
|
|
17
|
+
heightLayer: string;
|
|
18
|
+
heightLabelLayer: string;
|
|
19
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
20
|
+
}, {}, {
|
|
21
|
+
handleRender(): void;
|
|
22
|
+
handleMove(): void;
|
|
23
|
+
handleClear(): void;
|
|
24
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
+
map: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
};
|
|
28
|
+
swell: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
};
|
|
31
|
+
beforeLayer: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
};
|
|
34
|
+
activeWeatherLayers: {
|
|
35
|
+
type: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
factor: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
viewport: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
bottom: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
toggleVersion: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {
|
|
16
|
+
program: undefined;
|
|
17
|
+
context: undefined;
|
|
18
|
+
texture: undefined;
|
|
19
|
+
rampColor: undefined;
|
|
20
|
+
aPositionBuffer: undefined;
|
|
21
|
+
webgl: any;
|
|
22
|
+
etime: undefined;
|
|
23
|
+
right: number;
|
|
24
|
+
}, {}, {
|
|
25
|
+
handleRender(): void;
|
|
26
|
+
handleClear(): void;
|
|
27
|
+
handleSetup(): void;
|
|
28
|
+
handleDraw(): Promise<void>;
|
|
29
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
factor: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
};
|
|
33
|
+
viewport: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
};
|
|
36
|
+
bottom: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
toggleVersion: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
|
+
bottom: string;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
export default _default;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
map: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
tropicals: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
date: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
timeZone: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
permission: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
};
|
|
18
|
+
fromTropicalReport: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {
|
|
23
|
+
helper: any;
|
|
24
|
+
source: string;
|
|
25
|
+
clusterSource: string;
|
|
26
|
+
historyLayer: string;
|
|
27
|
+
forecastLayer: string;
|
|
28
|
+
forecastModelLayer: string;
|
|
29
|
+
forecastNameLayer: string;
|
|
30
|
+
pointCircleLayer: string;
|
|
31
|
+
pointLabelLayer: string;
|
|
32
|
+
historyPointCircleLayer: string;
|
|
33
|
+
historyPointLabelLayer: string;
|
|
34
|
+
interpolateData: never[];
|
|
35
|
+
interpolateMarkers: never[];
|
|
36
|
+
interpolateSource: string;
|
|
37
|
+
interpolateLineLayer: string;
|
|
38
|
+
showTropicals: boolean;
|
|
39
|
+
activeTropicals: undefined;
|
|
40
|
+
activeTropicalsMarker: undefined;
|
|
41
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
42
|
+
circleSource: string;
|
|
43
|
+
circleSourceData: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
44
|
+
circleLayer: string;
|
|
45
|
+
labelMarkers: never[];
|
|
46
|
+
}, {
|
|
47
|
+
computeTime(): (time: any) => string;
|
|
48
|
+
computeTimezone(): string | number;
|
|
49
|
+
computeBF(): (kts: any) => number;
|
|
50
|
+
computeMovement(): (activeTropicals: any) => any;
|
|
51
|
+
}, {
|
|
52
|
+
handleRefresh(): void;
|
|
53
|
+
handleInit(): void;
|
|
54
|
+
handleRender(): void;
|
|
55
|
+
findClosestToNumber(arr: any, key: any, number: any): any;
|
|
56
|
+
handleClear(): void;
|
|
57
|
+
handleDateChange(): void;
|
|
58
|
+
handleClick(event: any): void;
|
|
59
|
+
handleForecastToggle(forecast: any): void;
|
|
60
|
+
handleStrikeProbability(tropical: any): void;
|
|
61
|
+
handleNotification(tropical: any): void;
|
|
62
|
+
handleToggleCircles(activeTropicals: any): void;
|
|
63
|
+
handleDrawCircle(): void;
|
|
64
|
+
handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>)[];
|
|
65
|
+
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>;
|
|
66
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("tropical" | "tropicalCenterPoints" | "tropicalProbability" | "tropicalNotification")[], "tropical" | "tropicalCenterPoints" | "tropicalProbability" | "tropicalNotification", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
+
map: {
|
|
68
|
+
type: ObjectConstructor;
|
|
69
|
+
};
|
|
70
|
+
tropicals: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
};
|
|
73
|
+
date: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
};
|
|
76
|
+
timeZone: {
|
|
77
|
+
type: NumberConstructor;
|
|
78
|
+
default: number;
|
|
79
|
+
};
|
|
80
|
+
permission: {
|
|
81
|
+
type: NumberConstructor;
|
|
82
|
+
};
|
|
83
|
+
fromTropicalReport: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
}>> & Readonly<{
|
|
88
|
+
onTropical?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
onTropicalCenterPoints?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
onTropicalProbability?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
onTropicalNotification?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
}>, {
|
|
93
|
+
timeZone: number;
|
|
94
|
+
fromTropicalReport: boolean;
|
|
95
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
96
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
factor: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
viewport: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
bottom: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
toggleVersion: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {
|
|
16
|
+
program: undefined;
|
|
17
|
+
context: undefined;
|
|
18
|
+
texture: undefined;
|
|
19
|
+
rampColor: undefined;
|
|
20
|
+
aPositionBuffer: undefined;
|
|
21
|
+
webgl: any;
|
|
22
|
+
etime: undefined;
|
|
23
|
+
}, {}, {
|
|
24
|
+
handleRender(): void;
|
|
25
|
+
handleClear(): void;
|
|
26
|
+
handleSetup(): void;
|
|
27
|
+
handleDraw(): Promise<void>;
|
|
28
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
factor: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
};
|
|
32
|
+
viewport: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
bottom: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
toggleVersion: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{}>, {
|
|
43
|
+
bottom: string;
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
factor: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
viewport: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
bottom: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
toggleVersion: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {
|
|
16
|
+
program: undefined;
|
|
17
|
+
context: undefined;
|
|
18
|
+
texture: undefined;
|
|
19
|
+
rampColor: undefined;
|
|
20
|
+
aPositionBuffer: undefined;
|
|
21
|
+
webgl: any;
|
|
22
|
+
etime: undefined;
|
|
23
|
+
right: number;
|
|
24
|
+
}, {}, {
|
|
25
|
+
handleRender(): void;
|
|
26
|
+
handleClear(): void;
|
|
27
|
+
handleSetup(): void;
|
|
28
|
+
handleDraw(): Promise<void>;
|
|
29
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
factor: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
};
|
|
33
|
+
viewport: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
};
|
|
36
|
+
bottom: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
toggleVersion: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
|
+
bottom: string;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
export default _default;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
map: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
wind: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
current: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
};
|
|
11
|
+
beforeLayer: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
mapProjection: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
showWindFeather: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
showWindParticle: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
toggleParticeVersion: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
};
|
|
28
|
+
toggleVersion: {
|
|
29
|
+
type: NumberConstructor;
|
|
30
|
+
};
|
|
31
|
+
}>, {}, {
|
|
32
|
+
source: string;
|
|
33
|
+
barbs: number[];
|
|
34
|
+
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
35
|
+
right: number;
|
|
36
|
+
bottom: number;
|
|
37
|
+
windBarbLoaded: boolean;
|
|
38
|
+
}, {}, {
|
|
39
|
+
handleParticle(): void;
|
|
40
|
+
handleRender(): void;
|
|
41
|
+
handleToggle(): void;
|
|
42
|
+
handleClear(): void;
|
|
43
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("showWindFeather" | "particle")[], "showWindFeather" | "particle", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
44
|
+
map: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
};
|
|
47
|
+
wind: {
|
|
48
|
+
type: ObjectConstructor;
|
|
49
|
+
};
|
|
50
|
+
current: {
|
|
51
|
+
type: ObjectConstructor;
|
|
52
|
+
};
|
|
53
|
+
beforeLayer: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
};
|
|
56
|
+
mapProjection: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
};
|
|
59
|
+
showWindFeather: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
showWindParticle: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
toggleParticeVersion: {
|
|
68
|
+
type: NumberConstructor;
|
|
69
|
+
};
|
|
70
|
+
toggleVersion: {
|
|
71
|
+
type: NumberConstructor;
|
|
72
|
+
};
|
|
73
|
+
}>> & Readonly<{
|
|
74
|
+
onShowWindFeather?: ((...args: any[]) => any) | undefined;
|
|
75
|
+
onParticle?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
}>, {
|
|
77
|
+
showWindFeather: boolean;
|
|
78
|
+
showWindParticle: boolean;
|
|
79
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
80
|
+
export default _default;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
factor: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
viewport: {
|
|
6
|
+
type: any;
|
|
7
|
+
};
|
|
8
|
+
bottom: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
toggleVersion: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {
|
|
16
|
+
program: undefined;
|
|
17
|
+
context: undefined;
|
|
18
|
+
texture: undefined;
|
|
19
|
+
rampColor: undefined;
|
|
20
|
+
aPositionBuffer: undefined;
|
|
21
|
+
webgl: any;
|
|
22
|
+
etime: undefined;
|
|
23
|
+
wrapper: undefined;
|
|
24
|
+
animation: undefined;
|
|
25
|
+
particleContext: undefined;
|
|
26
|
+
particleTexture: undefined;
|
|
27
|
+
particleOptions: {
|
|
28
|
+
fadeOpacity: number;
|
|
29
|
+
speedFactor: number;
|
|
30
|
+
dropRate: number;
|
|
31
|
+
dropRateBump: number;
|
|
32
|
+
uvRange: number[];
|
|
33
|
+
sRange: number[];
|
|
34
|
+
scale: number;
|
|
35
|
+
};
|
|
36
|
+
paused: boolean;
|
|
37
|
+
initial: boolean;
|
|
38
|
+
right: number;
|
|
39
|
+
}, {}, {
|
|
40
|
+
handleRender(): void;
|
|
41
|
+
handleClear(): void;
|
|
42
|
+
handleSetup(): void;
|
|
43
|
+
handleParticleSetup(): void;
|
|
44
|
+
handleDraw(): Promise<void>;
|
|
45
|
+
handleResize(): void;
|
|
46
|
+
handlePause(): void;
|
|
47
|
+
handlePlay(): void;
|
|
48
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
|
+
factor: {
|
|
50
|
+
type: ObjectConstructor;
|
|
51
|
+
};
|
|
52
|
+
viewport: {
|
|
53
|
+
type: any;
|
|
54
|
+
};
|
|
55
|
+
bottom: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
toggleVersion: {
|
|
60
|
+
type: NumberConstructor;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{}>, {
|
|
63
|
+
bottom: string;
|
|
64
|
+
viewport: any;
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
66
|
+
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import mapboxgl from 'mapbox-gl';
|
|
1
|
+
import { default as mapboxgl } from 'mapbox-gl';
|
|
2
|
+
|
|
2
3
|
export interface ParticleOptions {
|
|
3
4
|
fadeOpacity: number;
|
|
4
5
|
speedFactor: number;
|
|
@@ -1926,7 +1927,7 @@ export declare class MapboxHelper {
|
|
|
1926
1927
|
'text-justify'?: undefined;
|
|
1927
1928
|
};
|
|
1928
1929
|
paint: {
|
|
1929
|
-
'line-color':
|
|
1930
|
+
'line-color': string;
|
|
1930
1931
|
'line-width': number;
|
|
1931
1932
|
'background-color'?: undefined;
|
|
1932
1933
|
'fill-color'?: undefined;
|
|
@@ -2013,6 +2014,7 @@ export declare class MapboxHelper {
|
|
|
2013
2014
|
layout: {
|
|
2014
2015
|
'text-field': (string | string[])[];
|
|
2015
2016
|
'text-size': number;
|
|
2017
|
+
'text-offset': number[];
|
|
2016
2018
|
visibility: string;
|
|
2017
2019
|
'line-cap'?: undefined;
|
|
2018
2020
|
'line-join'?: undefined;
|
|
@@ -2022,7 +2024,6 @@ export declare class MapboxHelper {
|
|
|
2022
2024
|
'symbol-placement'?: undefined;
|
|
2023
2025
|
'text-pitch-alignment'?: undefined;
|
|
2024
2026
|
'icon-image'?: undefined;
|
|
2025
|
-
'text-offset'?: undefined;
|
|
2026
2027
|
'text-anchor'?: undefined;
|
|
2027
2028
|
'text-letter-spacing'?: undefined;
|
|
2028
2029
|
'text-line-height'?: undefined;
|