@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.
Files changed (78) hide show
  1. package/dist/index.js +519 -513
  2. package/dist/index.umd.cjs +19 -19
  3. package/dist/packages/mapbox/index.d.ts +8 -0
  4. package/dist/packages/mapbox/src/components/layer.vue.d.ts +175 -0
  5. package/dist/packages/mapbox/src/components/other/alertZone.vue.d.ts +36 -0
  6. package/dist/packages/mapbox/src/components/other/chinaRoute.vue.d.ts +25 -0
  7. package/dist/packages/mapbox/src/components/other/ecaZone.vue.d.ts +36 -0
  8. package/dist/packages/mapbox/src/components/other/enc.vue.d.ts +63 -0
  9. package/dist/packages/mapbox/src/components/other/gmdssArea.vue.d.ts +30 -0
  10. package/dist/packages/mapbox/src/components/other/latLng.vue.d.ts +62 -0
  11. package/dist/packages/mapbox/src/components/other/loadLines.vue.d.ts +30 -0
  12. package/dist/packages/mapbox/src/components/other/measure.vue.d.ts +45 -0
  13. package/dist/packages/mapbox/src/components/other/point.vue.d.ts +121 -0
  14. package/dist/packages/mapbox/src/components/other/port.vue.d.ts +44 -0
  15. package/dist/packages/mapbox/src/components/other/specialArea.vue.d.ts +30 -0
  16. package/dist/packages/mapbox/src/components/other/terminator.vue.d.ts +23 -0
  17. package/dist/packages/mapbox/src/components/other/timezone.vue.d.ts +30 -0
  18. package/dist/packages/mapbox/src/components/other/vra.vue.d.ts +30 -0
  19. package/dist/packages/mapbox/src/components/other/warZone.vue.d.ts +30 -0
  20. package/dist/packages/mapbox/src/components/other/world12nm.vue.d.ts +69 -0
  21. package/dist/packages/mapbox/src/components/other/worldMarine.vue.d.ts +25 -0
  22. package/dist/packages/mapbox/src/components/weather/current.vue.d.ts +84 -0
  23. package/dist/packages/mapbox/src/components/weather/currentParticle.vue.d.ts +66 -0
  24. package/dist/packages/mapbox/src/components/weather/iceCover.vue.d.ts +46 -0
  25. package/dist/packages/mapbox/src/components/weather/iceEdge.vue.d.ts +46 -0
  26. package/dist/packages/mapbox/src/components/weather/iceThickness.vue.d.ts +46 -0
  27. package/dist/packages/mapbox/src/components/weather/precip3h.vue.d.ts +46 -0
  28. package/dist/packages/mapbox/src/components/weather/prmsl.vue.d.ts +46 -0
  29. package/dist/packages/mapbox/src/components/weather/sigWave.vue.d.ts +46 -0
  30. package/dist/packages/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +37 -0
  31. package/dist/packages/mapbox/src/components/weather/swell.vue.d.ts +38 -0
  32. package/dist/packages/mapbox/src/components/weather/temp.vue.d.ts +46 -0
  33. package/dist/packages/mapbox/src/components/weather/tropical.vue.d.ts +96 -0
  34. package/dist/packages/mapbox/src/components/weather/visibility.vue.d.ts +45 -0
  35. package/dist/packages/mapbox/src/components/weather/waterTemp.vue.d.ts +46 -0
  36. package/dist/packages/mapbox/src/components/weather/wind.vue.d.ts +80 -0
  37. package/dist/packages/mapbox/src/components/weather/windParticle.vue.d.ts +66 -0
  38. package/dist/{mapbox → packages/mapbox}/src/helper.d.ts +4 -3
  39. package/dist/packages/mapbox/src/index.vue.d.ts +1858 -0
  40. package/dist/playground/main.d.ts +1 -0
  41. package/package.json +3 -3
  42. package/dist/mapbox/index.d.ts +0 -7
  43. package/dist/mapbox/src/components/layer.vue.d.ts +0 -158
  44. package/dist/mapbox/src/components/other/alertZone.vue.d.ts +0 -39
  45. package/dist/mapbox/src/components/other/chinaRoute.vue.d.ts +0 -29
  46. package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +0 -37
  47. package/dist/mapbox/src/components/other/enc.vue.d.ts +0 -59
  48. package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +0 -33
  49. package/dist/mapbox/src/components/other/latLng.vue.d.ts +0 -73
  50. package/dist/mapbox/src/components/other/loadLines.vue.d.ts +0 -33
  51. package/dist/mapbox/src/components/other/measure.vue.d.ts +0 -53
  52. package/dist/mapbox/src/components/other/point.vue.d.ts +0 -126
  53. package/dist/mapbox/src/components/other/port.vue.d.ts +0 -45
  54. package/dist/mapbox/src/components/other/specialArea.vue.d.ts +0 -33
  55. package/dist/mapbox/src/components/other/terminator.vue.d.ts +0 -28
  56. package/dist/mapbox/src/components/other/timezone.vue.d.ts +0 -33
  57. package/dist/mapbox/src/components/other/vra.vue.d.ts +0 -33
  58. package/dist/mapbox/src/components/other/warZone.vue.d.ts +0 -33
  59. package/dist/mapbox/src/components/other/world12nm.vue.d.ts +0 -58
  60. package/dist/mapbox/src/components/other/worldMarine.vue.d.ts +0 -29
  61. package/dist/mapbox/src/components/weather/current.vue.d.ts +0 -76
  62. package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +0 -69
  63. package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +0 -49
  64. package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +0 -49
  65. package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +0 -50
  66. package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +0 -50
  67. package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +0 -49
  68. package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +0 -50
  69. package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +0 -39
  70. package/dist/mapbox/src/components/weather/swell.vue.d.ts +0 -45
  71. package/dist/mapbox/src/components/weather/temp.vue.d.ts +0 -50
  72. package/dist/mapbox/src/components/weather/tropical.vue.d.ts +0 -98
  73. package/dist/mapbox/src/components/weather/visibility.vue.d.ts +0 -49
  74. package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +0 -50
  75. package/dist/mapbox/src/components/weather/wind.vue.d.ts +0 -73
  76. package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +0 -69
  77. package/dist/mapbox/src/index.vue.d.ts +0 -118
  78. /package/dist/{index.d.ts → packages/index.d.ts} +0 -0
@@ -1,50 +0,0 @@
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
- immediate: 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';
@@ -1,39 +0,0 @@
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 sigWaveHeight {
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 activeWeatherLayers {
17
- const type_3: ArrayConstructor;
18
- export { type_3 as type };
19
- }
20
- }
21
- function data(): {
22
- source: string;
23
- heightLayer: string;
24
- heightLabelLayer: string;
25
- empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
26
- };
27
- const watch: {
28
- 'sigWaveHeight.version': {
29
- handler(): void;
30
- deep: boolean;
31
- };
32
- };
33
- namespace methods {
34
- function handleRender(): void;
35
- function handleMove(): void;
36
- function handleClear(): void;
37
- }
38
- }
39
- import * as turf from '@turf/turf';
@@ -1,45 +0,0 @@
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
- namespace activeWeatherLayers {
17
- const type_3: ArrayConstructor;
18
- export { type_3 as type };
19
- }
20
- }
21
- function data(): {
22
- source: string;
23
- directionLayer: string;
24
- heightLayer: string;
25
- heightLabelLayer: string;
26
- empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
27
- };
28
- const watch: {
29
- 'swell.version': {
30
- handler(): void;
31
- deep: boolean;
32
- };
33
- activeWeatherLayers: {
34
- handler(): void;
35
- deep: boolean;
36
- immediate: boolean;
37
- };
38
- };
39
- namespace methods {
40
- function handleRender(): void;
41
- function handleMove(): void;
42
- function handleClear(): void;
43
- }
44
- }
45
- import * as turf from '@turf/turf';
@@ -1,50 +0,0 @@
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';
@@ -1,98 +0,0 @@
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
- namespace timeZone {
17
- const type_3: NumberConstructor;
18
- export { type_3 as type };
19
- const _default: number;
20
- export { _default as default };
21
- }
22
- namespace permission {
23
- const type_4: NumberConstructor;
24
- export { type_4 as type };
25
- }
26
- namespace fromTropicalReport {
27
- const type_5: BooleanConstructor;
28
- export { type_5 as type };
29
- const _default_1: boolean;
30
- export { _default_1 as default };
31
- }
32
- }
33
- const emits: string[];
34
- function data(): {
35
- helper: any;
36
- source: string;
37
- clusterSource: string;
38
- historyLayer: string;
39
- forecastLayer: string;
40
- forecastModelLayer: string;
41
- forecastNameLayer: string;
42
- pointCircleLayer: string;
43
- pointLabelLayer: string;
44
- historyPointCircleLayer: string;
45
- historyPointLabelLayer: string;
46
- interpolateData: never[];
47
- interpolateMarkers: never[];
48
- interpolateSource: string;
49
- interpolateLineLayer: string;
50
- showTropicals: boolean;
51
- activeTropicals: undefined;
52
- activeTropicalsMarker: undefined;
53
- empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
54
- circleSource: string;
55
- circleSourceData: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
56
- circleLayer: string;
57
- labelMarkers: never[];
58
- };
59
- namespace computed {
60
- function computeTime(): (time: any) => string;
61
- function computeTimezone(): any;
62
- function computeBF(): (kts: any) => number;
63
- function computeMovement(): (activeTropicals: any) => any;
64
- }
65
- const watch: {
66
- 'tropicals.active': {
67
- handler(): void;
68
- immediate: boolean;
69
- };
70
- showTropicals: {
71
- handler(): void;
72
- immediate: boolean;
73
- };
74
- 'tropicals.version': {
75
- handler(): void;
76
- };
77
- timeZone: {
78
- handler(): void;
79
- };
80
- };
81
- namespace methods {
82
- function handleRefresh(): void;
83
- function handleInit(): void;
84
- function handleRender(): void;
85
- function findClosestToNumber(arr: any, key: any, number: any): any;
86
- function handleClear(): void;
87
- function handleDateChange(): void;
88
- function handleClick(event: any): void;
89
- function handleForecastToggle(forecast: any): void;
90
- function handleStrikeProbability(tropical: any): void;
91
- function handleNotification(tropical: any): void;
92
- function handleToggleCircles(activeTropicals: any): void;
93
- function handleDrawCircle(): void;
94
- function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>)[];
95
- 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>;
96
- }
97
- }
98
- import * as turf from '@turf/turf';
@@ -1,49 +0,0 @@
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';
@@ -1,50 +0,0 @@
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';
@@ -1,73 +0,0 @@
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 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
- namespace toggleVersion {
41
- const type_8: NumberConstructor;
42
- export { type_8 as type };
43
- }
44
- }
45
- const emits: string[];
46
- function data(): {
47
- source: string;
48
- barbs: number[];
49
- empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
50
- right: number;
51
- bottom: number;
52
- windBarbLoaded: boolean;
53
- };
54
- const watch: {
55
- 'wind.version': {
56
- handler(): void;
57
- deep: boolean;
58
- };
59
- toggleParticeVersion: {
60
- handler(): void;
61
- };
62
- showWindFeather: {
63
- handler(): void;
64
- };
65
- };
66
- namespace methods {
67
- function handleParticle(): void;
68
- function handleRender(): void;
69
- function handleToggle(): void;
70
- function handleClear(): void;
71
- }
72
- }
73
- import * as turf from '@turf/turf';
@@ -1,69 +0,0 @@
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
- scale: number;
42
- };
43
- paused: boolean;
44
- initial: boolean;
45
- right: number;
46
- };
47
- const watch: {
48
- 'factor.version': {
49
- handler(): void;
50
- deep: boolean;
51
- };
52
- toggleVersion: {
53
- handler(): void;
54
- immediate: boolean;
55
- };
56
- };
57
- namespace methods {
58
- function handleRender(): void;
59
- function handleClear(): void;
60
- function handleSetup(): void;
61
- function handleParticleSetup(): void;
62
- function handleDraw(): Promise<void>;
63
- function handleResize(): void;
64
- function handlePause(): void;
65
- function handlePlay(): void;
66
- }
67
- }
68
- import { Viewport } from '../../helper.ts';
69
- import { WebGL } from '../../helper.ts';
@@ -1,118 +0,0 @@
1
- export default _sfc_main;
2
- declare namespace _sfc_main {
3
- const name: string;
4
- const components: undefined;
5
- namespace props {
6
- namespace map {
7
- export const type: ObjectConstructor;
8
- const _default: undefined;
9
- export { _default as default };
10
- }
11
- namespace token {
12
- const type_1: StringConstructor;
13
- export { type_1 as type };
14
- }
15
- namespace ts {
16
- const type_2: StringConstructor;
17
- export { type_2 as type };
18
- }
19
- namespace beforeLayer {
20
- const type_3: StringConstructor;
21
- export { type_3 as type };
22
- const _default_1: string;
23
- export { _default_1 as default };
24
- }
25
- namespace toggleVersion {
26
- const type_4: NumberConstructor;
27
- export { type_4 as type };
28
- }
29
- namespace forecastModel {
30
- const type_5: StringConstructor;
31
- export { type_5 as type };
32
- }
33
- }
34
- const emits: string[];
35
- function data(): {
36
- weatherLayers: {};
37
- activeWeatherLayers: never[];
38
- weatherWeight: number;
39
- otherLayers: {};
40
- otherWeight: number;
41
- showCoord: boolean;
42
- showMeasure: boolean;
43
- showPoint: boolean;
44
- show3d: boolean;
45
- meteo: undefined;
46
- source: string;
47
- gateway: string;
48
- assistGateway: string[];
49
- mapProjection: string;
50
- zoom: number;
51
- viewport: undefined;
52
- particleFactor: undefined;
53
- showRampColor: boolean;
54
- activeWindLayer: boolean;
55
- showWindFeather: boolean;
56
- showWindParticle: boolean;
57
- toggleWindParticeVersion: number;
58
- toggleCurrentParticeVersion: number;
59
- showCurrentIsoband: boolean;
60
- showCurrentParticle: boolean;
61
- enc: string;
62
- defaultMeteoToken: string;
63
- helper: MapboxHelper;
64
- };
65
- namespace watch {
66
- export namespace ts_1 {
67
- function handler(newV: any, oldV: any): void;
68
- const immediate: boolean;
69
- }
70
- export { ts_1 as ts };
71
- export namespace map_1 {
72
- export function handler(): void;
73
- const immediate_1: boolean;
74
- export { immediate_1 as immediate };
75
- }
76
- export { map_1 as map };
77
- export namespace enc {
78
- function handler(newV: any, oldV: any): void;
79
- }
80
- export namespace activeWeatherLayers {
81
- export function handler(): false | undefined;
82
- const immediate_2: boolean;
83
- export { immediate_2 as immediate };
84
- }
85
- export namespace showPoint {
86
- function handler(): void;
87
- }
88
- }
89
- namespace methods {
90
- function fetchWeatherLayers(options?: {
91
- tropicals: boolean;
92
- }): Promise<void>;
93
- function fetchOtherLayers(options?: {
94
- all: boolean;
95
- dayNight: boolean;
96
- enc: boolean;
97
- world12nm: boolean;
98
- worldMarine: boolean;
99
- chinaRoute: boolean;
100
- }): Promise<void>;
101
- function handleRampColorState(): void;
102
- function handleRampColorInitial(): void;
103
- function handleDrawWeather4Json(): void;
104
- function handleMove4Weather(): void;
105
- function handleBboxClip(fc: any, bounds: any): any[];
106
- function handleWeatherLayerToggle(): void;
107
- function handleBeforeLayerToggle(): void;
108
- function handleDateChange(options?: {
109
- tropicals: boolean;
110
- }): void;
111
- function handleWeatherLayerChange(activeLayers: any, source: any): void;
112
- function handleOtherLayerChange(layers: any): void;
113
- function handle3dToggle(show3d: any): void;
114
- function handleParticle(row: any): void;
115
- function handleToggleVersion(): void;
116
- }
117
- }
118
- import { MapboxHelper } from './helper.ts';
File without changes