@idmwx/idmui-gl3 6.5.7 → 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 +4 -6
  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
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idmwx/idmui-gl3",
3
3
  "private": false,
4
- "version": "6.5.7",
4
+ "version": "6.5.8",
5
5
  "description": "idm webgl3",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -43,16 +43,14 @@
43
43
  "@idm-plugin/geo": "^1.8.6",
44
44
  "@idm-plugin/meteo": "^0.5.4",
45
45
  "@idm-plugin/tag": "^0.3.3",
46
- "@idmui/style": "^0.1.7",
47
- "moment": "^2.29.4",
48
- "moment-timezone": "^0.5.47"
46
+ "@idmui/style": "^0.1.7"
49
47
  },
50
48
  "devDependencies": {
51
49
  "@idm-plugin/geo": "^1.8.6",
52
50
  "@idm-plugin/meteo": "^0.5.6",
53
51
  "@idm-plugin/tag": "^0.3.6",
54
52
  "@idmui/style": "^0.1.7",
55
- "@types/mapbox-gl": "^3.1.0",
53
+ "@types/mapbox-gl": "^2.7.21",
56
54
  "@types/node": "^18.14.2",
57
55
  "@typescript-eslint/eslint-plugin": "^5.53.0",
58
56
  "@typescript-eslint/parser": "^5.53.0",
@@ -69,7 +67,7 @@
69
67
  "stylelint": "^15.2.0",
70
68
  "typescript": "^4.9.3",
71
69
  "vite": "^4.1.0",
72
- "vite-plugin-dts": "^2.0.2",
70
+ "vite-plugin-dts": "^3.9.1",
73
71
  "vue-tsc": "^1.0.24"
74
72
  },
75
73
  "lint-staged": {
@@ -1,7 +0,0 @@
1
- import { Plugin } from 'vue';
2
- import MapboxGL from './src/index.vue';
3
- import TropicalGL from './src/components/weather/tropical.vue';
4
- import LatLngGL from './src/components/other/latLng.vue';
5
- export declare const MapboxGLPlugin: Plugin;
6
- export { MapboxGL, TropicalGL, LatLngGL };
7
- export * from './src/helper';
@@ -1,158 +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 mapProjection {
9
- const type_1: StringConstructor;
10
- export { type_1 as type };
11
- }
12
- namespace gateway {
13
- const type_2: StringConstructor;
14
- export { type_2 as type };
15
- }
16
- namespace token {
17
- const type_3: StringConstructor;
18
- export { type_3 as type };
19
- }
20
- namespace top {
21
- const type_4: NumberConstructor;
22
- export { type_4 as type };
23
- const _default: number;
24
- export { _default as default };
25
- }
26
- namespace layerToggle {
27
- const type_5: BooleanConstructor;
28
- export { type_5 as type };
29
- const _default_1: boolean;
30
- export { _default_1 as default };
31
- }
32
- namespace toggleVersion {
33
- const type_6: NumberConstructor;
34
- export { type_6 as type };
35
- }
36
- namespace isLogin {
37
- const type_7: BooleanConstructor;
38
- export { type_7 as type };
39
- const _default_2: undefined;
40
- export { _default_2 as default };
41
- }
42
- namespace showWindFeather {
43
- const type_8: BooleanConstructor;
44
- export { type_8 as type };
45
- const _default_3: undefined;
46
- export { _default_3 as default };
47
- }
48
- namespace showWindParticle {
49
- const type_9: BooleanConstructor;
50
- export { type_9 as type };
51
- const _default_4: undefined;
52
- export { _default_4 as default };
53
- }
54
- namespace showCurrentIsoband {
55
- const type_10: BooleanConstructor;
56
- export { type_10 as type };
57
- const _default_5: undefined;
58
- export { _default_5 as default };
59
- }
60
- namespace showCurrentParticle {
61
- const type_11: BooleanConstructor;
62
- export { type_11 as type };
63
- const _default_6: undefined;
64
- export { _default_6 as default };
65
- }
66
- namespace forecastModel {
67
- const type_12: StringConstructor;
68
- export { type_12 as type };
69
- }
70
- }
71
- const emits: string[];
72
- function data(): {
73
- autoActive: boolean;
74
- layers: {
75
- weather: any[];
76
- other: any[];
77
- };
78
- activeWeatherLayers: never[];
79
- activeWeatherLayersCollected: never[];
80
- activeOtherLayers: never[];
81
- autoActiveCache: string;
82
- activeWeatherLayersCache: string;
83
- activeOtherLayersCache: string;
84
- collectedLayerCache: string;
85
- sourceCache: string;
86
- windFeatherCollectedCache: string;
87
- currentIsobandCollectedCache: string;
88
- showCoord: boolean;
89
- showMeasure: boolean;
90
- showPoint: boolean;
91
- show3d: boolean;
92
- version: {
93
- v: string;
94
- k: string;
95
- };
96
- source: string;
97
- sourceList: never[];
98
- right: number;
99
- rampColorLayers: string[];
100
- showWindParticleCollected: boolean;
101
- showWindFeatherCollected: boolean;
102
- showCurrentParticleCollected: boolean;
103
- showCurrentIsobandCollected: boolean;
104
- };
105
- namespace computed {
106
- function computeLayerClass(): (layer: any, layers: any) => string;
107
- function hasCollectedLayers(): any;
108
- function computeDateZ(): (time: any) => string;
109
- function sourceCode(): any;
110
- }
111
- namespace watch {
112
- export namespace toggleVersion_1 {
113
- function handler(): void;
114
- }
115
- export { toggleVersion_1 as toggleVersion };
116
- export namespace source {
117
- function handler(newV: any, oldV: any): void;
118
- }
119
- export namespace activeWeatherLayers {
120
- function handler(newV: any, oldV: any): void;
121
- }
122
- export namespace showWindParticle_1 {
123
- function handler(newV: any, oldV: any): void;
124
- }
125
- export { showWindParticle_1 as showWindParticle };
126
- export namespace showWindFeather_1 {
127
- function handler(newV: any, oldV: any): void;
128
- }
129
- export { showWindFeather_1 as showWindFeather };
130
- export namespace showCurrentParticle_1 {
131
- function handler(newV: any, oldV: any): void;
132
- }
133
- export { showCurrentParticle_1 as showCurrentParticle };
134
- export namespace showCurrentIsoband_1 {
135
- function handler(newV: any, oldV: any): void;
136
- }
137
- export { showCurrentIsoband_1 as showCurrentIsoband };
138
- }
139
- function mounted(): Promise<void>;
140
- namespace methods {
141
- function fetchMeteoSource(): Promise<void>;
142
- function fetchCache(): void;
143
- function handleConfirm(): void;
144
- function handleWeatherLayerPick(layer: any): false | undefined;
145
- function handleWeatherLayerCollect(layer: any): false | undefined;
146
- function handleToggleWindParticle(): void;
147
- function handleToggleWindFeather(): void;
148
- function handleToggleCurrentParticle(): void;
149
- function handleToggleCurrentIsoband(): void;
150
- function handleOtherLayerPick(layer: any): void;
151
- function handleMenuToggle(): void;
152
- function toggleAutoActive(): void;
153
- function handleCoordToggle(): void;
154
- function handlePointToggle(): void;
155
- function handleMeasureToggle(): void;
156
- function handle3DToggle(): void;
157
- }
158
- }
@@ -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 zone {
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
- polygonLayer: string;
20
- polygonLabelLayer: string;
21
- lineLayer: string;
22
- lineLabelLayer: string;
23
- pointLayer: string;
24
- showZone: boolean;
25
- form: {};
26
- };
27
- namespace watch {
28
- export namespace zone_1 {
29
- function handler(): void;
30
- }
31
- export { zone_1 as zone };
32
- }
33
- namespace methods {
34
- function handleClick(event: any): void;
35
- function handleRender(): void;
36
- function handleMove(): void;
37
- function handleClear(): void;
38
- }
39
- }
@@ -1,29 +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 enabled {
9
- const type_1: BooleanConstructor;
10
- export { type_1 as type };
11
- }
12
- }
13
- function data(): {
14
- labelLayer: string;
15
- lineLayer: string;
16
- fillLayer: string;
17
- };
18
- namespace watch {
19
- export namespace enabled_1 {
20
- function handler(): void;
21
- const immediate: boolean;
22
- }
23
- export { enabled_1 as enabled };
24
- }
25
- namespace methods {
26
- function handleRender(): void;
27
- function handleClear(): void;
28
- }
29
- }
@@ -1,37 +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 zone {
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
- zoneLayer: string;
24
- zoneLabelLayer: string;
25
- };
26
- namespace watch {
27
- export namespace zone_1 {
28
- function handler(): void;
29
- }
30
- export { zone_1 as zone };
31
- }
32
- namespace methods {
33
- function handleRender(): void;
34
- function handleMove(): void;
35
- function handleClear(): void;
36
- }
37
- }
@@ -1,59 +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 enabled {
9
- const type_1: BooleanConstructor;
10
- export { type_1 as type };
11
- }
12
- namespace beforeLayer {
13
- const type_2: StringConstructor;
14
- export { type_2 as type };
15
- const _default: string;
16
- export { _default as default };
17
- }
18
- namespace bottom {
19
- const type_3: StringConstructor;
20
- export { type_3 as type };
21
- const _default_1: string;
22
- export { _default_1 as default };
23
- }
24
- namespace token {
25
- const type_4: StringConstructor;
26
- export { type_4 as type };
27
- const _default_2: string;
28
- export { _default_2 as default };
29
- }
30
- namespace toggleVersion {
31
- const type_5: NumberConstructor;
32
- export { type_5 as type };
33
- }
34
- namespace permission {
35
- const type_6: NumberConstructor;
36
- export { type_6 as type };
37
- }
38
- }
39
- const emits: string[];
40
- function data(): {
41
- helper: any;
42
- vendor: string;
43
- right: number;
44
- };
45
- namespace watch {
46
- export namespace vendor {
47
- function handler(): void;
48
- const immediate: boolean;
49
- }
50
- export namespace toggleVersion_1 {
51
- export function handler(): void;
52
- const immediate_1: boolean;
53
- export { immediate_1 as immediate };
54
- }
55
- export { toggleVersion_1 as toggleVersion };
56
- }
57
- function mounted(): void;
58
- const methods: {};
59
- }
@@ -1,33 +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 area {
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
- areaLayer: string;
20
- areaLabelLayer: string;
21
- };
22
- namespace watch {
23
- export namespace area_1 {
24
- function handler(): void;
25
- }
26
- export { area_1 as area };
27
- }
28
- namespace methods {
29
- function handleRender(): void;
30
- function handleMove(): void;
31
- function handleClear(): void;
32
- }
33
- }
@@ -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 show {
9
- const type_1: BooleanConstructor;
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
- lngLat: undefined;
25
- source: string;
26
- layer: string;
27
- labelLayer: string;
28
- right: number;
29
- };
30
- namespace watch {
31
- export namespace show_1 {
32
- function handler(): void;
33
- const immediate: boolean;
34
- }
35
- export { show_1 as show };
36
- export namespace map_1 {
37
- export function handler(): void;
38
- const immediate_1: boolean;
39
- export { immediate_1 as immediate };
40
- }
41
- export { map_1 as map };
42
- export namespace toggleVersion_1 {
43
- export function handler(): void;
44
- const immediate_2: boolean;
45
- export { immediate_2 as immediate };
46
- }
47
- export { toggleVersion_1 as toggleVersion };
48
- }
49
- namespace methods {
50
- function handleBind(): void;
51
- function handleMouseMove(e: any): void;
52
- function handleComputeLatLngs(): ({
53
- type: string;
54
- geometry: {
55
- type: string;
56
- coordinates: number[][];
57
- };
58
- properties?: undefined;
59
- } | {
60
- type: string;
61
- geometry: {
62
- type: string;
63
- coordinates: number[];
64
- };
65
- properties: {
66
- val: string;
67
- };
68
- })[];
69
- function handleZoomEnd(): void;
70
- function handleRender(): void;
71
- function handleClear(): void;
72
- }
73
- }
@@ -1,33 +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 line {
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
- lineLayer: string;
20
- lineLabelLayer: string;
21
- };
22
- namespace watch {
23
- export namespace line_1 {
24
- function handler(): void;
25
- }
26
- export { line_1 as line };
27
- }
28
- namespace methods {
29
- function handleRender(): void;
30
- function handleMove(): void;
31
- function handleClear(): void;
32
- }
33
- }
@@ -1,53 +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 show {
9
- const type_1: BooleanConstructor;
10
- export { type_1 as type };
11
- }
12
- }
13
- function data(): {
14
- geojson: never[];
15
- source: string;
16
- layer: string;
17
- labelLayer: string;
18
- tmpSource: string;
19
- tmpLayer: string;
20
- tmpLabelLayer: string;
21
- closeMarkers: {};
22
- pointMarkers: {};
23
- tipMarker: undefined;
24
- contextmenu: undefined;
25
- navigation: string;
26
- };
27
- namespace watch {
28
- export namespace show_1 {
29
- function handler(): void;
30
- const immediate: boolean;
31
- }
32
- export { show_1 as show };
33
- export namespace map_1 {
34
- function handler(): void;
35
- }
36
- export { map_1 as map };
37
- }
38
- namespace methods {
39
- function handleBind(): void;
40
- function handleUnbind(): void;
41
- function handleKeydown(event: any): void;
42
- function handleDrag(event: any): void;
43
- function handleDragEnd(event: any): void;
44
- function handleContextmenu(event: any): void;
45
- function handleClick(event: any): void;
46
- function handlePointUpdate(featureCollection: any): any;
47
- function handleTmpPointUpdate(featureCollection: any, start: any, target: any, end: any): void;
48
- function handleMove(event: any): void;
49
- function handleDblClick(event: any): void;
50
- function handleRender(featureCollection: any): void;
51
- function handleClear(featureCollection: any, deep?: boolean): void;
52
- }
53
- }
@@ -1,126 +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 token {
7
- const type: StringConstructor;
8
- }
9
- namespace map {
10
- const type_1: ObjectConstructor;
11
- export { type_1 as type };
12
- }
13
- namespace show {
14
- const type_2: BooleanConstructor;
15
- export { type_2 as type };
16
- }
17
- namespace ts {
18
- const type_3: StringConstructor;
19
- export { type_3 as type };
20
- }
21
- namespace gateway {
22
- const type_4: StringConstructor;
23
- export { type_4 as type };
24
- }
25
- namespace startTs {
26
- const type_5: StringConstructor;
27
- export { type_5 as type };
28
- }
29
- namespace forecastModel {
30
- const type_6: StringConstructor;
31
- export { type_6 as type };
32
- }
33
- namespace permission {
34
- const type_7: NumberConstructor;
35
- export { type_7 as type };
36
- }
37
- }
38
- const emits: string[];
39
- function data(): {
40
- helper: any;
41
- showMeteo: boolean;
42
- loading: boolean;
43
- point: {};
44
- meteoData: undefined;
45
- activeIndex: number;
46
- tableData: {
47
- hours: undefined[];
48
- weatherUrls: never[];
49
- weatherNames: never[];
50
- temp: never[];
51
- precipProbability: never[];
52
- precip1h: never[];
53
- visibility: never[];
54
- humidity: never[];
55
- windSpeed: never[];
56
- windDir: never[];
57
- windGust: never[];
58
- sigwaveHeight: never[];
59
- sigwaveDir: never[];
60
- windwaveHeight: never[];
61
- windwaveDir: never[];
62
- windwavePeriod: never[];
63
- swellHeight: never[];
64
- swellDir: never[];
65
- swellPeriod: never[];
66
- currentSpeed: never[];
67
- currentDir: never[];
68
- seaLevel: never[];
69
- seaTemp: never[];
70
- };
71
- currentHourData: undefined;
72
- positionOffset: undefined;
73
- positionGmt: undefined;
74
- localDate: undefined;
75
- meteoMarker: undefined;
76
- tideData: {};
77
- tideTableData: never[];
78
- tideLoading: boolean;
79
- showTables: boolean;
80
- isDay: boolean;
81
- };
82
- namespace watch {
83
- export namespace show_1 {
84
- function handler(): void;
85
- const immediate: boolean;
86
- }
87
- export { show_1 as show };
88
- export namespace map_1 {
89
- function handler(): void;
90
- }
91
- export { map_1 as map };
92
- export namespace forecastModel_1 {
93
- function handler(): Promise<void>;
94
- }
95
- export { forecastModel_1 as forecastModel };
96
- export namespace point {
97
- function handler(): Promise<void>;
98
- }
99
- export namespace ts_1 {
100
- function handler(): Promise<void>;
101
- }
102
- export { ts_1 as ts };
103
- }
104
- namespace computed {
105
- function computeHourL(): (time: any) => string;
106
- function computeHourZ(): (time: any) => string;
107
- function computeHourHmmLT(): (time: any) => string;
108
- function computeLat(): (lat: any, precision?: number) => any;
109
- function computeLng(): (lng: any, precision?: number) => any;
110
- function roundPrecision(): (num: any, precision?: number) => any;
111
- }
112
- namespace methods {
113
- function fetchMeteoData(point: any, ts: any, day: any): Promise<void>;
114
- function fetchHistoryData(point: any, ts: any): Promise<void>;
115
- function initTableData(meteoData: any): void;
116
- function clearTable(): void;
117
- function handleSelectTab(value: any): Promise<void>;
118
- function fetchTidesData(point: any, ts: any, day: any): Promise<void>;
119
- function handleBind(): void;
120
- function handleClick(event: any): false | undefined;
121
- function handleMeteoMore(): void;
122
- function handleNotify(): void;
123
- function handleCloseMeteo(): void;
124
- function handleRender(): void;
125
- }
126
- }