@idmui/spot 0.3.8 → 0.4.0

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 CHANGED
@@ -1,103 +1,103 @@
1
1
  import we from "moment";
2
- import ae from "moment-timezone";
2
+ import ie from "moment-timezone";
3
3
  import { ArrowRight as He, Search as ke } from "@element-plus/icons-vue";
4
4
  import { LngLatHelper as Ee } from "@idm-plugin/geo";
5
- import * as me from "echarts";
6
- import { markRaw as Pe, resolveComponent as Ce, openBlock as o, createElementBlock as r, createElementVNode as t, createVNode as Ie, withCtx as be, Fragment as re, renderList as Ae, createBlock as Ne, normalizeClass as le, toDisplayString as p, createCommentVNode as Be, createTextVNode as ie, normalizeStyle as fe, withDirectives as Te, vShow as Ge } from "vue";
5
+ import * as ue from "echarts";
6
+ import { markRaw as Pe, resolveComponent as Ce, openBlock as n, createElementBlock as r, createElementVNode as t, createVNode as Ie, withCtx as be, Fragment as le, renderList as he, createBlock as Ne, normalizeClass as ge, toDisplayString as p, createTextVNode as ae, createCommentVNode as Be, normalizeStyle as fe, withDirectives as Te, vShow as Ge } from "vue";
7
7
  import Qe from "axios";
8
8
  class ye {
9
9
  static pickHourly(e, a) {
10
- var A, s, x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce, v, ne, d, F, $, c, O;
11
- const he = typeof a == "string" ? we(a) : a, oe = e == null ? void 0 : e.weather, i = e == null ? void 0 : e.marine, w = we((s = (A = oe == null ? void 0 : oe[0]) == null ? void 0 : A.hourly) == null ? void 0 : s.date).utc(), D = w.clone().add((Y = (k = (x = oe == null ? void 0 : oe[0]) == null ? void 0 : x.hourly) == null ? void 0 : k.time) == null ? void 0 : Y.at(0), "h"), ue = w.clone().add((T = (N = (j = oe == null ? void 0 : oe[0]) == null ? void 0 : j.hourly) == null ? void 0 : N.time) == null ? void 0 : T.at(-1), "h"), C = [];
12
- if (he.isBetween(D, ue, "millisecond", "[]")) {
13
- const b = he.utc().diff(D, "h", !1);
10
+ var l, s, D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce, x, re, c, T, Z, w, G;
11
+ const de = typeof a == "string" ? we(a) : a, Ae = e == null ? void 0 : e.weather, ne = e == null ? void 0 : e.marine, i = we((s = (l = Ae == null ? void 0 : Ae[0]) == null ? void 0 : l.hourly) == null ? void 0 : s.date).utc(), A = i.clone().add((S = (L = (D = Ae == null ? void 0 : Ae[0]) == null ? void 0 : D.hourly) == null ? void 0 : L.time) == null ? void 0 : S.at(0), "h"), me = i.clone().add((k = (H = (F = Ae == null ? void 0 : Ae[0]) == null ? void 0 : F.hourly) == null ? void 0 : H.time) == null ? void 0 : k.at(-1), "h"), f = [];
12
+ if (de.isBetween(A, me, "millisecond", "[]")) {
13
+ const I = de.utc().diff(A, "h", !1);
14
14
  let pe, De;
15
- if (oe)
16
- for (const xe of oe) {
17
- const y = xe.hourly;
15
+ if (Ae)
16
+ for (const xe of Ae) {
17
+ const B = xe.hourly;
18
18
  pe = {
19
- temp: (G = y.temperature_2m) == null ? void 0 : G.at(b),
20
- apparentTemp: (te = y.apparent_temperature) == null ? void 0 : te.at(b),
21
- rh: (P = y.relative_humidity_2m) == null ? void 0 : P.at(b),
22
- dp: (K = y.dew_point_2m) == null ? void 0 : K.at(b),
19
+ temp: (P = B.temperature_2m) == null ? void 0 : P.at(I),
20
+ apparentTemp: (te = B.apparent_temperature) == null ? void 0 : te.at(I),
21
+ rh: (z = B.relative_humidity_2m) == null ? void 0 : z.at(I),
22
+ dp: (O = B.dew_point_2m) == null ? void 0 : O.at(I),
23
23
  precip: {
24
- probability: (ee = y.precipitation_probability) == null ? void 0 : ee.at(b),
25
- sum: (se = y.precipitation) == null ? void 0 : se.at(b)
24
+ probability: (_ = B.precipitation_probability) == null ? void 0 : _.at(I),
25
+ sum: (se = B.precipitation) == null ? void 0 : se.at(I)
26
26
  },
27
- pmsl: (L = y.pressure_msl) == null ? void 0 : L.at(b),
28
- psurf: (S = y.surface_pressure) == null ? void 0 : S.at(b),
29
- code: (U = y.weather_code) == null ? void 0 : U.at(b),
30
- visibility: this.m2nm((X = y.visibility) == null ? void 0 : X.at(b)),
27
+ pmsl: (M = B.pressure_msl) == null ? void 0 : M.at(I),
28
+ psurf: (N = B.surface_pressure) == null ? void 0 : N.at(I),
29
+ code: (Y = B.weather_code) == null ? void 0 : Y.at(I),
30
+ visibility: this.m2nm((j = B.visibility) == null ? void 0 : j.at(I)),
31
31
  wind: {
32
- speed: (W = y.wind_speed_10m) == null ? void 0 : W.at(b),
33
- kts: (R = y.wind_speed_10m) == null ? void 0 : R.at(b),
34
- degree: (J = y.wind_direction_10m) == null ? void 0 : J.at(b),
35
- bearing: ((q = y.wind_direction_10m) == null ? void 0 : q.at(b)) !== null ? (((V = y.wind_direction_10m) == null ? void 0 : V.at(b)) + 180) % 360 : null,
36
- gusts: (Z = y.wind_gusts_10m) == null ? void 0 : Z.at(b)
32
+ speed: (K = B.wind_speed_10m) == null ? void 0 : K.at(I),
33
+ kts: (U = B.wind_speed_10m) == null ? void 0 : U.at(I),
34
+ degree: (X = B.wind_direction_10m) == null ? void 0 : X.at(I),
35
+ bearing: ((W = B.wind_direction_10m) == null ? void 0 : W.at(I)) !== null ? (((R = B.wind_direction_10m) == null ? void 0 : R.at(I)) + 180) % 360 : null,
36
+ gusts: (J = B.wind_gusts_10m) == null ? void 0 : J.at(I)
37
37
  },
38
- isDay: (_ = y.is_day) == null ? void 0 : _.at(b)
38
+ isDay: (q = B.is_day) == null ? void 0 : q.at(I)
39
39
  };
40
40
  const { name: Me, url: Le, bg: ze } = this.parseWeatherCode(pe.code, pe.isDay);
41
41
  pe.name = Me, pe.url = Le, pe.bg = ze, pe.wind.scale = this.beaufort(this.kts2ms(pe.wind.kts)), pe.wind.direction = this.degree2Direction(pe.wind.degree);
42
42
  }
43
- if (i)
44
- for (const xe of i) {
45
- const y = xe.hourly;
43
+ if (ne)
44
+ for (const xe of ne) {
45
+ const B = xe.hourly;
46
46
  De = {
47
47
  wave: {
48
48
  sig: {
49
- height: (h = y.wave_height) == null ? void 0 : h.at(b),
50
- degree: (M = y.wave_direction) == null ? void 0 : M.at(b),
51
- bearing: ((E = y.wave_direction) == null ? void 0 : E.at(b)) !== null ? (((Q = y.wave_direction) == null ? void 0 : Q.at(b)) + 180) % 360 : null,
52
- period: (m = y.wave_period) == null ? void 0 : m.at(b)
49
+ height: (d = B.wave_height) == null ? void 0 : d.at(I),
50
+ degree: (Q = B.wave_direction) == null ? void 0 : Q.at(I),
51
+ bearing: ((b = B.wave_direction) == null ? void 0 : b.at(I)) !== null ? (((C = B.wave_direction) == null ? void 0 : C.at(I)) + 180) % 360 : null,
52
+ period: (m = B.wave_period) == null ? void 0 : m.at(I)
53
53
  },
54
54
  swell: {
55
- height: (z = y.swell_wave_height) == null ? void 0 : z.at(b),
56
- degree: (B = y.swell_wave_direction) == null ? void 0 : B.at(b),
57
- bearing: ((I = y.swell_wave_direction) == null ? void 0 : I.at(b)) !== null ? (((u = y.swell_wave_direction) == null ? void 0 : u.at(b)) + 180) % 360 : null,
58
- period: (f = y.swell_wave_period) == null ? void 0 : f.at(b),
59
- peakPeriod: (n = y.swell_wave_peak_period) == null ? void 0 : n.at(b)
55
+ height: (E = B.swell_wave_height) == null ? void 0 : E.at(I),
56
+ degree: (y = B.swell_wave_direction) == null ? void 0 : y.at(I),
57
+ bearing: ((v = B.swell_wave_direction) == null ? void 0 : v.at(I)) !== null ? (((u = B.swell_wave_direction) == null ? void 0 : u.at(I)) + 180) % 360 : null,
58
+ period: ($ = B.swell_wave_period) == null ? void 0 : $.at(I),
59
+ peakPeriod: (h = B.swell_wave_peak_period) == null ? void 0 : h.at(I)
60
60
  },
61
61
  wd: {
62
- height: (H = y.wind_wave_height) == null ? void 0 : H.at(b),
63
- degree: (g = y.wind_wave_direction) == null ? void 0 : g.at(b),
64
- bearing: ((ge = y.wind_wave_direction) == null ? void 0 : ge.at(b)) !== null ? (((de = y.wind_wave_direction) == null ? void 0 : de.at(b)) + 180) % 360 : null,
65
- period: (ce = y.wind_wave_period) == null ? void 0 : ce.at(b),
66
- peakPeriod: (v = y.wind_wave_peak_period) == null ? void 0 : v.at(b)
62
+ height: (oe = B.wind_wave_height) == null ? void 0 : oe.at(I),
63
+ degree: (o = B.wind_wave_direction) == null ? void 0 : o.at(I),
64
+ bearing: ((ee = B.wind_wave_direction) == null ? void 0 : ee.at(I)) !== null ? (((V = B.wind_wave_direction) == null ? void 0 : V.at(I)) + 180) % 360 : null,
65
+ period: (ce = B.wind_wave_period) == null ? void 0 : ce.at(I),
66
+ peakPeriod: (x = B.wind_wave_peak_period) == null ? void 0 : x.at(I)
67
67
  }
68
68
  },
69
69
  current: {
70
- speed: (ne = y.ocean_current_velocity) == null ? void 0 : ne.at(b),
71
- kts: (d = y.ocean_current_velocity) == null ? void 0 : d.at(b),
72
- degree: (F = y.ocean_current_direction) == null ? void 0 : F.at(b),
73
- bearing: (($ = y.ocean_current_direction) == null ? void 0 : $.at(b)) ?? null
70
+ speed: (re = B.ocean_current_velocity) == null ? void 0 : re.at(I),
71
+ kts: (c = B.ocean_current_velocity) == null ? void 0 : c.at(I),
72
+ degree: (T = B.ocean_current_direction) == null ? void 0 : T.at(I),
73
+ bearing: ((Z = B.ocean_current_direction) == null ? void 0 : Z.at(I)) ?? null
74
74
  },
75
- sst: (c = y.sea_surface_temperature) == null ? void 0 : c.at(b),
76
- height: (O = y.sea_level_height_msl) == null ? void 0 : O.at(b)
75
+ sst: (w = B.sea_surface_temperature) == null ? void 0 : w.at(I),
76
+ height: (G = B.sea_level_height_msl) == null ? void 0 : G.at(I)
77
77
  }, De.wave = this.parseWave(De.wave), De.current.direction = this.degree2Direction(De.current.degree);
78
78
  }
79
- C.push({
80
- utc: D.add(b, "h").format(),
79
+ f.push({
80
+ utc: A.add(I, "h").format(),
81
81
  weather: { ...pe },
82
82
  ...De
83
83
  });
84
84
  }
85
- return C;
85
+ return f;
86
86
  }
87
87
  static toLegacy(e) {
88
- var a, A, s, x, k, Y, j, N, T, G;
88
+ var a, l, s, D, L, S, F, H, k, P;
89
89
  return {
90
90
  wind: (a = e == null ? void 0 : e.weather) == null ? void 0 : a.wind,
91
- visibility: (A = e == null ? void 0 : e.weather) == null ? void 0 : A.visibility,
91
+ visibility: (l = e == null ? void 0 : e.weather) == null ? void 0 : l.visibility,
92
92
  temp: (s = e == null ? void 0 : e.weather) == null ? void 0 : s.temp,
93
- prmsl: (x = e == null ? void 0 : e.weather) == null ? void 0 : x.pmsl,
93
+ prmsl: (D = e == null ? void 0 : e.weather) == null ? void 0 : D.pmsl,
94
94
  gusts: {
95
- kts: (Y = (k = e == null ? void 0 : e.weather) == null ? void 0 : k.wind) == null ? void 0 : Y.gusts
95
+ kts: (S = (L = e == null ? void 0 : e.weather) == null ? void 0 : L.wind) == null ? void 0 : S.gusts
96
96
  },
97
- precip: (j = e == null ? void 0 : e.weather) == null ? void 0 : j.precip,
98
- code: (N = e == null ? void 0 : e.weather) == null ? void 0 : N.code,
99
- name: (T = e == null ? void 0 : e.weather) == null ? void 0 : T.name,
100
- url: (G = e == null ? void 0 : e.weather) == null ? void 0 : G.url,
97
+ precip: (F = e == null ? void 0 : e.weather) == null ? void 0 : F.precip,
98
+ code: (H = e == null ? void 0 : e.weather) == null ? void 0 : H.code,
99
+ name: (k = e == null ? void 0 : e.weather) == null ? void 0 : k.name,
100
+ url: (P = e == null ? void 0 : e.weather) == null ? void 0 : P.url,
101
101
  wave: e == null ? void 0 : e.wave,
102
102
  current: e == null ? void 0 : e.current,
103
103
  sst: e == null ? void 0 : e.sst,
@@ -106,91 +106,91 @@ class ye {
106
106
  };
107
107
  }
108
108
  static pickDaily(e, a) {
109
- var A, s, x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce, v, ne, d;
110
- const F = typeof a == "string" ? we(a) : a, $ = e == null ? void 0 : e.weather, c = e == null ? void 0 : e.marine, O = we((x = (s = (A = $ == null ? void 0 : $[0]) == null ? void 0 : A.daily) == null ? void 0 : s.time) == null ? void 0 : x.at(0)), he = we((j = (Y = (k = $ == null ? void 0 : $[0]) == null ? void 0 : k.daily) == null ? void 0 : Y.time) == null ? void 0 : j.at(-1)), oe = [];
111
- if (F.isBetween(O, he, "millisecond", "[]")) {
112
- let i, w;
113
- const D = F.diff(O, "d", !1);
114
- if ($)
115
- for (const ue of $) {
116
- const C = ue.daily;
117
- i = {
118
- code: (N = C.weather_code) == null ? void 0 : N.at(D),
109
+ var l, s, D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce, x, re, c;
110
+ const T = typeof a == "string" ? we(a) : a, Z = e == null ? void 0 : e.weather, w = e == null ? void 0 : e.marine, G = we((D = (s = (l = Z == null ? void 0 : Z[0]) == null ? void 0 : l.daily) == null ? void 0 : s.time) == null ? void 0 : D.at(0)), de = we((F = (S = (L = Z == null ? void 0 : Z[0]) == null ? void 0 : L.daily) == null ? void 0 : S.time) == null ? void 0 : F.at(-1)), Ae = [];
111
+ if (T.isBetween(G, de, "millisecond", "[]")) {
112
+ let ne, i;
113
+ const A = T.diff(G, "d", !1);
114
+ if (Z)
115
+ for (const me of Z) {
116
+ const f = me.daily;
117
+ ne = {
118
+ code: (H = f.weather_code) == null ? void 0 : H.at(A),
119
119
  temp: {
120
- max: (T = C.temperature_2m_max) == null ? void 0 : T.at(D),
121
- min: (G = C.temperature_2m_min) == null ? void 0 : G.at(D),
122
- mean: (te = C.temperature_2m_mean) == null ? void 0 : te.at(D)
120
+ max: (k = f.temperature_2m_max) == null ? void 0 : k.at(A),
121
+ min: (P = f.temperature_2m_min) == null ? void 0 : P.at(A),
122
+ mean: (te = f.temperature_2m_mean) == null ? void 0 : te.at(A)
123
123
  },
124
124
  apparentTemp: {
125
- max: (P = C.apparent_temperature_max) == null ? void 0 : P.at(D),
126
- min: (K = C.apparent_temperature_min) == null ? void 0 : K.at(D)
125
+ max: (z = f.apparent_temperature_max) == null ? void 0 : z.at(A),
126
+ min: (O = f.apparent_temperature_min) == null ? void 0 : O.at(A)
127
127
  },
128
128
  precip: {
129
- sum: (ee = C.precipitation_sum) == null ? void 0 : ee.at(D),
130
- rainSum: (se = C.rain_sum) == null ? void 0 : se.at(D),
131
- snowfallSum: (L = C.snowfall_sum) == null ? void 0 : L.at(D),
132
- showersSum: (S = C.showers_sum) == null ? void 0 : S.at(D),
133
- hours: (U = C.precipitation_hours) == null ? void 0 : U.at(D),
134
- probability: (X = C.precipitation_probability_max) == null ? void 0 : X.at(D)
129
+ sum: (_ = f.precipitation_sum) == null ? void 0 : _.at(A),
130
+ rainSum: (se = f.rain_sum) == null ? void 0 : se.at(A),
131
+ snowfallSum: (M = f.snowfall_sum) == null ? void 0 : M.at(A),
132
+ showersSum: (N = f.showers_sum) == null ? void 0 : N.at(A),
133
+ hours: (Y = f.precipitation_hours) == null ? void 0 : Y.at(A),
134
+ probability: (j = f.precipitation_probability_max) == null ? void 0 : j.at(A)
135
135
  },
136
136
  rh: {
137
- max: (W = C.relative_humidity_2m_max) == null ? void 0 : W.at(D),
138
- min: (R = C.relative_humidity_2m_min) == null ? void 0 : R.at(D),
139
- mean: (J = C.relative_humidity_2m_mean) == null ? void 0 : J.at(D)
137
+ max: (K = f.relative_humidity_2m_max) == null ? void 0 : K.at(A),
138
+ min: (U = f.relative_humidity_2m_min) == null ? void 0 : U.at(A),
139
+ mean: (X = f.relative_humidity_2m_mean) == null ? void 0 : X.at(A)
140
140
  },
141
141
  wind: {
142
- speed: (q = C.wind_speed_10m_max) == null ? void 0 : q.at(D),
143
- kts: (V = C.wind_speed_10m_max) == null ? void 0 : V.at(D),
144
- degree: (Z = C.wind_direction_10m_dominant) == null ? void 0 : Z.at(D),
145
- gusts: (_ = C.wind_gusts_10m_max) == null ? void 0 : _.at(D),
146
- bearing: ((h = C.wind_direction_10m_dominant) == null ? void 0 : h.at(D)) !== null ? (((M = C.wind_direction_10m_dominant) == null ? void 0 : M.at(D)) + 180) % 360 : null
142
+ speed: (W = f.wind_speed_10m_max) == null ? void 0 : W.at(A),
143
+ kts: (R = f.wind_speed_10m_max) == null ? void 0 : R.at(A),
144
+ degree: (J = f.wind_direction_10m_dominant) == null ? void 0 : J.at(A),
145
+ gusts: (q = f.wind_gusts_10m_max) == null ? void 0 : q.at(A),
146
+ bearing: ((d = f.wind_direction_10m_dominant) == null ? void 0 : d.at(A)) !== null ? (((Q = f.wind_direction_10m_dominant) == null ? void 0 : Q.at(A)) + 180) % 360 : null
147
147
  }
148
148
  };
149
- const { name: b, url: pe, bg: De } = this.parseWeatherCode(i.code, !0);
150
- i.name = b, i.url = pe, i.bg = De, i.wind.scale = this.beaufort(this.kts2ms(i.wind.kts)), i.wind.direction = this.degree2Direction(i.wind.degree);
149
+ const { name: I, url: pe, bg: De } = this.parseWeatherCode(ne.code, !0);
150
+ ne.name = I, ne.url = pe, ne.bg = De, ne.wind.scale = this.beaufort(this.kts2ms(ne.wind.kts)), ne.wind.direction = this.degree2Direction(ne.wind.degree);
151
151
  }
152
- if (c)
153
- for (const ue of c) {
154
- const C = ue.daily;
155
- w = {
152
+ if (w)
153
+ for (const me of w) {
154
+ const f = me.daily;
155
+ i = {
156
156
  wave: {
157
157
  sig: {
158
- height: (E = C.wave_height_max) == null ? void 0 : E.at(D),
159
- degree: (Q = C.wave_direction_dominant) == null ? void 0 : Q.at(D),
160
- period: (m = C.wave_period_max) == null ? void 0 : m.at(D),
161
- bearing: ((z = C.wave_direction_dominant) == null ? void 0 : z.at(D)) !== null ? (((B = C.wave_direction_dominant) == null ? void 0 : B.at(D)) + 180) % 360 : null
158
+ height: (b = f.wave_height_max) == null ? void 0 : b.at(A),
159
+ degree: (C = f.wave_direction_dominant) == null ? void 0 : C.at(A),
160
+ period: (m = f.wave_period_max) == null ? void 0 : m.at(A),
161
+ bearing: ((E = f.wave_direction_dominant) == null ? void 0 : E.at(A)) !== null ? (((y = f.wave_direction_dominant) == null ? void 0 : y.at(A)) + 180) % 360 : null
162
162
  },
163
163
  swell: {
164
- height: (I = C.swell_wave_height_max) == null ? void 0 : I.at(D),
165
- degree: (u = C.swell_wave_direction_dominant) == null ? void 0 : u.at(D),
166
- period: (f = C.swell_wave_period_max) == null ? void 0 : f.at(D),
167
- peakPeriod: (n = C.swell_wave_peak_period_max) == null ? void 0 : n.at(D),
168
- bearing: ((H = C.swell_wave_direction_dominant) == null ? void 0 : H.at(D)) !== null ? (((g = C.swell_wave_direction_dominant) == null ? void 0 : g.at(D)) + 180) % 360 : null
164
+ height: (v = f.swell_wave_height_max) == null ? void 0 : v.at(A),
165
+ degree: (u = f.swell_wave_direction_dominant) == null ? void 0 : u.at(A),
166
+ period: ($ = f.swell_wave_period_max) == null ? void 0 : $.at(A),
167
+ peakPeriod: (h = f.swell_wave_peak_period_max) == null ? void 0 : h.at(A),
168
+ bearing: ((oe = f.swell_wave_direction_dominant) == null ? void 0 : oe.at(A)) !== null ? (((o = f.swell_wave_direction_dominant) == null ? void 0 : o.at(A)) + 180) % 360 : null
169
169
  },
170
170
  wd: {
171
- height: (ge = C.wind_wave_height_max) == null ? void 0 : ge.at(D),
172
- degree: (de = C.wind_wave_direction_dominant) == null ? void 0 : de.at(D),
173
- period: (ce = C.wind_wave_period_max) == null ? void 0 : ce.at(D),
174
- peakPeriod: (v = C.wind_wave_peak_period_max) == null ? void 0 : v.at(D),
175
- bearing: ((ne = C.wind_wave_direction_dominant) == null ? void 0 : ne.at(D)) !== null ? (((d = C.wind_wave_direction_dominant) == null ? void 0 : d.at(D)) + 180) % 360 : null
171
+ height: (ee = f.wind_wave_height_max) == null ? void 0 : ee.at(A),
172
+ degree: (V = f.wind_wave_direction_dominant) == null ? void 0 : V.at(A),
173
+ period: (ce = f.wind_wave_period_max) == null ? void 0 : ce.at(A),
174
+ peakPeriod: (x = f.wind_wave_peak_period_max) == null ? void 0 : x.at(A),
175
+ bearing: ((re = f.wind_wave_direction_dominant) == null ? void 0 : re.at(A)) !== null ? (((c = f.wind_wave_direction_dominant) == null ? void 0 : c.at(A)) + 180) % 360 : null
176
176
  }
177
177
  }
178
- }, w.wave = this.parseWave(w.wave);
178
+ }, i.wave = this.parseWave(i.wave);
179
179
  }
180
- oe.push({
181
- utc: O.add(D, "d").utc().format(),
182
- weather: { ...i },
183
- ...w
180
+ Ae.push({
181
+ utc: G.add(A, "d").utc().format(),
182
+ weather: { ...ne },
183
+ ...i
184
184
  });
185
185
  }
186
- return oe;
186
+ return Ae;
187
187
  }
188
188
  static parseWave(e) {
189
189
  return e.sig.direction = this.degree2Direction(e.sig.degree), e.swell.direction = this.degree2Direction(e.swell.degree), e.wd.direction = this.degree2Direction(e.wd.degree), e.sig.scale = this.douglas(e.sig.height), e.swell.scale = this.douglas(e.swell.height), e.wd.scale = this.douglas(e.wd.height), e;
190
190
  }
191
191
  static parseWeatherCode(e, a) {
192
- const A = this.weatherCode(e);
193
- return (a ? A.day : A.night) || {};
192
+ const l = this.weatherCode(e);
193
+ return (a ? l.day : l.night) || {};
194
194
  }
195
195
  static weatherCode(e) {
196
196
  const a = {
@@ -542,9 +542,9 @@ class ye {
542
542
  const a = this.degree2Radian(e);
543
543
  if (isNaN(a) || a === null)
544
544
  return null;
545
- let A = "N/A";
545
+ let l = "N/A";
546
546
  const s = Math.PI / 16;
547
- return a < s ? A = "N" : a >= s && a < 3 * s ? A = "NNE" : a >= 3 * s && a < 5 * s ? A = "NE" : a >= 5 * s && a < 7 * s ? A = "ENE" : a >= 7 * s && a < 9 * s ? A = "E" : a >= 9 * s && a < 11 * s ? A = "ESE" : a >= 11 * s && a < 13 * s ? A = "SE" : a >= 13 * s && a < 15 * s ? A = "SSE" : a >= 15 * s && a < 17 * s ? A = "S" : a >= 17 * s && a < 19 * s ? A = "SSW" : a >= 19 * s && a < 21 * s ? A = "SW" : a >= 21 * s && a < 23 * s ? A = "WSW" : a >= 23 * s && a < 25 * s ? A = "W" : a >= 25 * s && a < 27 * s ? A = "WNW" : a >= 27 * s && a < 29 * s ? A = "NW" : a >= 29 * s && a < 31 * s ? A = "NNW" : a >= 31 * s && a < 32 * s && (A = "N"), A;
547
+ return a < s ? l = "N" : a >= s && a < 3 * s ? l = "NNE" : a >= 3 * s && a < 5 * s ? l = "NE" : a >= 5 * s && a < 7 * s ? l = "ENE" : a >= 7 * s && a < 9 * s ? l = "E" : a >= 9 * s && a < 11 * s ? l = "ESE" : a >= 11 * s && a < 13 * s ? l = "SE" : a >= 13 * s && a < 15 * s ? l = "SSE" : a >= 15 * s && a < 17 * s ? l = "S" : a >= 17 * s && a < 19 * s ? l = "SSW" : a >= 19 * s && a < 21 * s ? l = "SW" : a >= 21 * s && a < 23 * s ? l = "WSW" : a >= 23 * s && a < 25 * s ? l = "W" : a >= 25 * s && a < 27 * s ? l = "WNW" : a >= 27 * s && a < 29 * s ? l = "NW" : a >= 29 * s && a < 31 * s ? l = "NNW" : a >= 31 * s && a < 32 * s && (l = "N"), l;
548
548
  }
549
549
  /**
550
550
  * 计算风力蒲福等级
@@ -565,10 +565,10 @@ class ye {
565
565
  }
566
566
  }
567
567
  const ve = "data:image/gif;base64,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";
568
- const Se = (l, e) => {
569
- const a = l.__vccOpts || l;
570
- for (const [A, s] of e)
571
- a[A] = s;
568
+ const Se = (g, e) => {
569
+ const a = g.__vccOpts || g;
570
+ for (const [l, s] of e)
571
+ a[l] = s;
572
572
  return a;
573
573
  }, Fe = {
574
574
  name: "SpotReport",
@@ -629,81 +629,81 @@ const Se = (l, e) => {
629
629
  },
630
630
  computed: {
631
631
  computeHourLT() {
632
- return function(l) {
633
- if (l) {
634
- const e = ae(l).tz(this.positionGmt);
632
+ return function(g) {
633
+ if (g) {
634
+ const e = ie(g).tz(this.positionGmt);
635
635
  return `${e == null ? void 0 : e.format("HH")}`;
636
636
  }
637
637
  return "-";
638
638
  };
639
639
  },
640
640
  computeHourZ() {
641
- return function(l) {
642
- if (l) {
643
- const e = we(l).utc();
641
+ return function(g) {
642
+ if (g) {
643
+ const e = we(g).utc();
644
644
  return `${e == null ? void 0 : e.format("HH")}Z`;
645
645
  }
646
646
  return "-";
647
647
  };
648
648
  },
649
649
  computeWeekLT() {
650
- return function(l) {
651
- if (l) {
652
- const e = ae(l).tz(this.positionGmt);
650
+ return function(g) {
651
+ if (g) {
652
+ const e = ie(g).tz(this.positionGmt);
653
653
  return `${e == null ? void 0 : e.format("dddd")}`;
654
654
  }
655
655
  return "-";
656
656
  };
657
657
  },
658
658
  computeDDLT() {
659
- return function(l) {
660
- if (l) {
661
- const e = ae(l).tz(this.positionGmt);
659
+ return function(g) {
660
+ if (g) {
661
+ const e = ie(g).tz(this.positionGmt);
662
662
  return `${e == null ? void 0 : e.format("DD")}`;
663
663
  }
664
664
  return "-";
665
665
  };
666
666
  },
667
667
  computeMMMDDLT() {
668
- return function(l) {
669
- if (l) {
670
- const e = ae(l).tz(this.positionGmt);
668
+ return function(g) {
669
+ if (g) {
670
+ const e = ie(g).tz(this.positionGmt);
671
671
  return `${e == null ? void 0 : e.format("MMM-DD")}`;
672
672
  }
673
673
  return "-";
674
674
  };
675
675
  },
676
676
  computeMMMDDHHmmLT() {
677
- return function(l) {
678
- if (l) {
679
- const e = ae(l).tz(this.positionGmt);
677
+ return function(g) {
678
+ if (g) {
679
+ const e = ie(g).tz(this.positionGmt);
680
680
  return `${e == null ? void 0 : e.format("MMM-DD HHmm")}`;
681
681
  }
682
682
  return "-";
683
683
  };
684
684
  },
685
685
  computeLat() {
686
- return function(l, e = 4) {
687
- return Ee.lat2pretty(l, e).pretty;
686
+ return function(g, e = 4) {
687
+ return Ee.lat2pretty(g, e).pretty;
688
688
  };
689
689
  },
690
690
  computeLng() {
691
- return function(l, e = 4) {
692
- return Ee.lng2pretty(l, e).pretty;
691
+ return function(g, e = 4) {
692
+ return Ee.lng2pretty(g, e).pretty;
693
693
  };
694
694
  },
695
695
  roundPrecision() {
696
- return function(l, e = 4) {
697
- return isNaN(l) ? "-" : Ee.roundPrecision(l, e);
696
+ return function(g, e = 4) {
697
+ return isNaN(g) ? "-" : Ee.roundPrecision(g, e);
698
698
  };
699
699
  }
700
700
  },
701
701
  watch: {
702
702
  point: {
703
703
  handler() {
704
- var l, e, a;
704
+ var g, e, a;
705
705
  this.point && (this.position = {
706
- portId: (l = this.point) == null ? void 0 : l.portId,
706
+ portId: (g = this.point) == null ? void 0 : g.portId,
707
707
  lat: (e = this.point) == null ? void 0 : e.lat,
708
708
  lng: (a = this.point) == null ? void 0 : a.lng,
709
709
  name: this.computeLat(this.point.lat) + "," + this.computeLng(this.point.lng)
@@ -727,16 +727,16 @@ const Se = (l, e) => {
727
727
  },
728
728
  mounted() {
729
729
  this.$nextTick(() => {
730
- document.addEventListener("click", (l) => {
730
+ document.addEventListener("click", (g) => {
731
731
  const e = document.getElementById("seasonal-title");
732
- !(e != null && e.contains(l.target)) && this.seasonalData && (this.seasonalData.showMonths = !1);
732
+ !(e != null && e.contains(g.target)) && this.seasonalData && (this.seasonalData.showMonths = !1);
733
733
  });
734
734
  });
735
735
  },
736
736
  methods: {
737
- async fetchSuggestPosition(l) {
738
- var A;
739
- const e = l.replaceAll(",", ",");
737
+ async fetchSuggestPosition(g) {
738
+ var l;
739
+ const e = g.replaceAll(",", ",");
740
740
  if (!e)
741
741
  return this.positionList = this.collectList, !1;
742
742
  const a = await Qe.get(`https://cbe.idmwx.com/api/arc/ports/suggest?n=${e}`, {
@@ -744,19 +744,19 @@ const Se = (l, e) => {
744
744
  Authorization: this.token
745
745
  }
746
746
  });
747
- (a == null ? void 0 : a.data.code) === 0 && (this.positionList = (A = a == null ? void 0 : a.data.data) == null ? void 0 : A.map((s) => (s.name = s.id ? s.name : this.computeLat(s.lat) + ", " + this.computeLng(s.lng), s)));
747
+ (a == null ? void 0 : a.data.code) === 0 && (this.positionList = (l = a == null ? void 0 : a.data.data) == null ? void 0 : l.map((s) => (s.name = s.id ? s.name : this.computeLat(s.lat) + ", " + this.computeLng(s.lng), s.portId = s.id, s)));
748
748
  },
749
749
  handleSearch() {
750
- var l, e, a;
750
+ var g, e, a;
751
751
  this.searchName && (this.handleClearHoursTable(), this.position = {
752
- portId: (l = this.positionList.find((A) => A.name === this.searchName)) == null ? void 0 : l.id,
753
- lat: (e = this.positionList.find((A) => A.name === this.searchName)) == null ? void 0 : e.lat,
754
- lng: (a = this.positionList.find((A) => A.name === this.searchName)) == null ? void 0 : a.lng,
752
+ portId: (g = this.positionList.find((l) => l.name === this.searchName)) == null ? void 0 : g.portId,
753
+ lat: (e = this.positionList.find((l) => l.name === this.searchName)) == null ? void 0 : e.lat,
754
+ lng: (a = this.positionList.find((l) => l.name === this.searchName)) == null ? void 0 : a.lng,
755
755
  name: this.searchName
756
756
  }, this.$emit("url", this.position), this.handleFetchMeteo());
757
757
  },
758
758
  handleCollect() {
759
- this.isCollected = !this.isCollected, this.isCollected ? this.collectList.push({ name: this.position.name, lat: this.position.lat, lng: this.position.lng }) : this.collectList = this.collectList.filter((l) => l.name !== this.position.name), localStorage.setItem("idmCollectList", JSON.stringify(this.collectList));
759
+ this.isCollected = !this.isCollected, this.isCollected ? this.collectList.push({ name: this.position.name, portId: this.position.portId, lat: this.position.lat, lng: this.position.lng }) : this.collectList = this.collectList.filter((g) => g.name !== this.position.name), localStorage.setItem("idmCollectList", JSON.stringify(this.collectList));
760
760
  },
761
761
  async handleFetchMeteo() {
762
762
  var a;
@@ -770,12 +770,12 @@ const Se = (l, e) => {
770
770
  hourlyTable: !0,
771
771
  seasonalEchart: !0
772
772
  };
773
- const l = {
773
+ const g = {
774
774
  lat: this.position.lat,
775
775
  lng: this.position.lng,
776
776
  forecastDays: 15,
777
777
  selfHosted: !1
778
- }, e = await Qe.post("https://cbe.idmwx.com/api/arc/meteo2/spot/forecast", l, {
778
+ }, e = await Qe.post("https://cbe.idmwx.com/api/arc/meteo2/spot/forecast", g, {
779
779
  headers: {
780
780
  Authorization: this.token
781
781
  }
@@ -788,14 +788,14 @@ const Se = (l, e) => {
788
788
  this.initInfo(), this.menuIndex === 1 ? (this.initWeatherEchart(), this.handleMeteogramData7(), this.initHoursTableData()) : this.menuIndex === 2 ? (this.handleMeteogramData14(), this.initDaysTableData(), this.initHourlyTableData()) : this.handleFetchSeasonalData();
789
789
  },
790
790
  initInfo() {
791
- var l, e, a, A;
792
- this.positionGmt = (e = (l = this.meteoData.weather) == null ? void 0 : l[0]) == null ? void 0 : e.timezone, this.positionOffset = (A = (a = this.meteoData.weather) == null ? void 0 : a[0]) == null ? void 0 : A.offset, this.issuedDate = we(this.etime).utc().format("MMM-DD/HHmm[Z], YYYY"), this.activeIndex = ae(this.etime).tz(this.positionGmt).hour(), this.pickedDate = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(), this.collectList = JSON.parse(localStorage.getItem("idmCollectList") || "[]"), this.positionList = JSON.parse(JSON.stringify(this.collectList)), this.isCollected = this.collectList.some((s) => {
793
- var x;
794
- return s.name === ((x = this.position) == null ? void 0 : x.name);
791
+ var g, e, a, l;
792
+ this.positionGmt = (e = (g = this.meteoData.weather) == null ? void 0 : g[0]) == null ? void 0 : e.timezone, this.positionOffset = (l = (a = this.meteoData.weather) == null ? void 0 : a[0]) == null ? void 0 : l.offset, this.issuedDate = we(this.etime).utc().format("MMM-DD/HHmm[Z], YYYY"), this.activeIndex = ie(this.etime).tz(this.positionGmt).hour(), this.pickedDate = ie(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(), this.collectList = JSON.parse(localStorage.getItem("idmCollectList") || "[]"), this.positionList = JSON.parse(JSON.stringify(this.collectList)), this.isCollected = this.collectList.some((s) => {
793
+ var D;
794
+ return s.name === ((D = this.position) == null ? void 0 : D.name);
795
795
  });
796
796
  },
797
797
  initWeatherEchart() {
798
- const l = [], e = [], a = [], A = [], s = [], x = [], k = [], Y = [], j = [], N = [], T = {}, G = "data:image/svg+xml;base64," + window.btoa(
798
+ const g = [], e = [], a = [], l = [], s = [], D = [], L = [], S = [], F = [], H = [], k = {}, P = "data:image/svg+xml;base64," + window.btoa(
799
799
  unescape(
800
800
  encodeURIComponent(
801
801
  '<svg t="1740385441519" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10951" width="200" height="200"><path d="M512 804.83593751A276.87183211 276.87183211 0 0 1 235.12816789 527.9641054Q235.12816789 375.21005376 512 13.82031251q276.87183211 361.30792288 276.87183211 514.14379289a276.87183211 276.87183211 0 0 1-276.87183211 276.87183211zM294.4461577 527.9641054a217.47202472 217.47202472 0 0 0 217.5538423 217.55384231 19.79993605 19.79993605 0 1 0 0-39.51805453 177.9539702 177.9539702 0 0 1-177.9539702-178.03578778 19.79993605 19.79993605 0 0 0-39.5998721 0z" fill="#0c73a8" p-id="10952"></path></svg>'
@@ -807,30 +807,30 @@ const Se = (l, e) => {
807
807
  '<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="#333" p-id="10798"></path></svg>'
808
808
  )
809
809
  )
810
- ), P = new Image(64, 64);
811
- P.src = te, P.onload = () => {
812
- var U, X, W, R, J, q, V, Z, _, h, M, E, Q;
810
+ ), z = new Image(64, 64);
811
+ z.src = te, z.onload = () => {
812
+ var Y, j, K, U, X, W, R, J, q, d, Q, b, C;
813
813
  this.loading.weatherEchart = !1;
814
814
  for (let m = 0; m < 7; m++) {
815
- const z = we(this.pickedDate).clone().add(m, "d");
816
- l.push(ae(z).tz(this.positionGmt).format("yyyy-MM-DD")), e.push(this.computeMMMDDLT(z)), a.push(m === 0 ? "Today" : this.computeWeekLT(z));
817
- const B = ((U = ye.pickDaily(this.meteoData, z)) == null ? void 0 : U[0]) || {};
818
- A.push(this.roundPrecision((W = (X = B.weather) == null ? void 0 : X.temp) == null ? void 0 : W.min, 0)), s.push(this.roundPrecision((J = (R = B.weather) == null ? void 0 : R.temp) == null ? void 0 : J.max, 0)), Y.push(this.roundPrecision((V = (q = B.weather) == null ? void 0 : q.wind) == null ? void 0 : V.kts, 1) ?? "- kts"), N.push(this.roundPrecision((_ = (Z = B.weather) == null ? void 0 : Z.precip) == null ? void 0 : _.sum, 0) ?? "- mm"), x.push({ symbol: "image://" + ((h = B.weather) == null ? void 0 : h.url) }), k.push((M = B.weather) == null ? void 0 : M.name), j.push((Q = (E = B.weather) == null ? void 0 : E.wind) == null ? void 0 : Q.bearing);
819
- const I = document.createElement("canvas"), u = I.getContext("2d");
820
- I.width = P.width, I.height = P.height;
821
- const n = j[m] * (Math.PI / 180);
822
- u.translate(I.width / 2, I.height / 2), u.rotate(n), u.translate(-P.width / 2, -P.height / 2), u.drawImage(P, 0, 0, 64, 64);
823
- const H = I.toDataURL();
824
- T[`WindIcon${m}`] = {
815
+ const E = we(this.pickedDate).clone().add(m, "d");
816
+ g.push(ie(E).tz(this.positionGmt).format("yyyy-MM-DD")), e.push(this.computeMMMDDLT(E)), a.push(m === 0 ? "Today" : this.computeWeekLT(E));
817
+ const y = ((Y = ye.pickDaily(this.meteoData, E)) == null ? void 0 : Y[0]) || {};
818
+ l.push(this.roundPrecision((K = (j = y.weather) == null ? void 0 : j.temp) == null ? void 0 : K.min, 0)), s.push(this.roundPrecision((X = (U = y.weather) == null ? void 0 : U.temp) == null ? void 0 : X.max, 0)), S.push(this.roundPrecision((R = (W = y.weather) == null ? void 0 : W.wind) == null ? void 0 : R.kts, 1) ?? "- kts"), H.push(this.roundPrecision((q = (J = y.weather) == null ? void 0 : J.precip) == null ? void 0 : q.sum, 1) ?? "- mm"), D.push({ symbol: "image://" + ((d = y.weather) == null ? void 0 : d.url) }), L.push((Q = y.weather) == null ? void 0 : Q.name), F.push((C = (b = y.weather) == null ? void 0 : b.wind) == null ? void 0 : C.bearing);
819
+ const v = document.createElement("canvas"), u = v.getContext("2d");
820
+ v.width = z.width, v.height = z.height;
821
+ const h = F[m] * (Math.PI / 180);
822
+ u.translate(v.width / 2, v.height / 2), u.rotate(h), u.translate(-z.width / 2, -z.height / 2), u.drawImage(z, 0, 0, 64, 64);
823
+ const oe = v.toDataURL();
824
+ k[`WindIcon${m}`] = {
825
825
  height: 12,
826
826
  width: 12,
827
827
  align: "left",
828
828
  backgroundColor: {
829
- image: H
829
+ image: oe
830
830
  }
831
831
  };
832
832
  }
833
- const K = Math.max(...s.filter((m) => typeof m == "number" && !isNaN(m))) - Math.min(...A.filter((m) => typeof m == "number" && !isNaN(m))), ee = Math.min(...A.filter((m) => typeof m == "number" && !isNaN(m))) - 1.5 * K, se = Math.max(...s.filter((m) => typeof m == "number" && !isNaN(m))) + 2 * K, L = 4 + 0.5 / l.length * 92 + "%", S = {
833
+ const O = Math.max(...s.filter((m) => typeof m == "number" && !isNaN(m))) - Math.min(...l.filter((m) => typeof m == "number" && !isNaN(m))), _ = Math.min(...l.filter((m) => typeof m == "number" && !isNaN(m))) - 1.5 * O, se = Math.max(...s.filter((m) => typeof m == "number" && !isNaN(m))) + 2 * O, M = 4 + 0.5 / g.length * 92 + "%", N = {
834
834
  grid: {
835
835
  bottom: 0,
836
836
  top: 0,
@@ -842,7 +842,7 @@ const Se = (l, e) => {
842
842
  show: !0,
843
843
  position: "right",
844
844
  formatter: function(m) {
845
- return m.seriesName === "Weather Icon" ? k[m.dataIndex] : !1;
845
+ return m.seriesName === "Weather Icon" ? L[m.dataIndex] : !1;
846
846
  }
847
847
  },
848
848
  legend: {
@@ -854,13 +854,13 @@ const Se = (l, e) => {
854
854
  top: "50%",
855
855
  height: "50%",
856
856
  type: "category",
857
- data: l,
857
+ data: g,
858
858
  show: !1
859
859
  },
860
860
  singleAxis: [
861
861
  {
862
- left: L,
863
- right: L,
862
+ left: M,
863
+ right: M,
864
864
  type: "category",
865
865
  show: !1,
866
866
  axisLine: {
@@ -880,13 +880,13 @@ const Se = (l, e) => {
880
880
  // 隐藏分割线
881
881
  },
882
882
  boundaryGap: !1,
883
- data: l,
883
+ data: g,
884
884
  top: "7%",
885
885
  height: "2%"
886
886
  },
887
887
  {
888
- left: L,
889
- right: L,
888
+ left: M,
889
+ right: M,
890
890
  type: "category",
891
891
  show: !1,
892
892
  axisLine: {
@@ -906,13 +906,13 @@ const Se = (l, e) => {
906
906
  // 隐藏分割线
907
907
  },
908
908
  boundaryGap: !1,
909
- data: l,
909
+ data: g,
910
910
  top: "16%",
911
911
  height: "2%"
912
912
  },
913
913
  {
914
- left: L,
915
- right: L,
914
+ left: M,
915
+ right: M,
916
916
  type: "category",
917
917
  show: !1,
918
918
  axisLine: {
@@ -932,13 +932,13 @@ const Se = (l, e) => {
932
932
  // 隐藏分割线
933
933
  },
934
934
  boundaryGap: !1,
935
- data: l,
935
+ data: g,
936
936
  top: "27%",
937
937
  height: "2%"
938
938
  },
939
939
  {
940
- left: L,
941
- right: L,
940
+ left: M,
941
+ right: M,
942
942
  type: "category",
943
943
  show: !1,
944
944
  axisLine: {
@@ -958,13 +958,13 @@ const Se = (l, e) => {
958
958
  // 隐藏分割线
959
959
  },
960
960
  boundaryGap: !1,
961
- data: l,
961
+ data: g,
962
962
  top: "84%",
963
963
  height: "2%"
964
964
  },
965
965
  {
966
- left: L,
967
- right: L,
966
+ left: M,
967
+ right: M,
968
968
  type: "category",
969
969
  show: !1,
970
970
  axisLine: {
@@ -984,7 +984,7 @@ const Se = (l, e) => {
984
984
  // 隐藏分割线
985
985
  },
986
986
  boundaryGap: !1,
987
- data: l,
987
+ data: g,
988
988
  top: "93%",
989
989
  height: "2%"
990
990
  }
@@ -993,7 +993,7 @@ const Se = (l, e) => {
993
993
  type: "value",
994
994
  name: "温度(℃)",
995
995
  show: !1,
996
- min: ee,
996
+ min: _,
997
997
  max: se,
998
998
  axisLabel: {
999
999
  formatter: "{value} °C"
@@ -1030,13 +1030,13 @@ const Se = (l, e) => {
1030
1030
  singleAxisIndex: 2,
1031
1031
  coordinateSystem: "singleAxis",
1032
1032
  type: "scatter",
1033
- data: x,
1033
+ data: D,
1034
1034
  symbolSize: 44
1035
1035
  },
1036
1036
  {
1037
1037
  name: "温度(℃)",
1038
1038
  type: "line",
1039
- data: A,
1039
+ data: l,
1040
1040
  smooth: !0,
1041
1041
  itemStyle: {
1042
1042
  color: "#FF9500"
@@ -1058,7 +1058,7 @@ const Se = (l, e) => {
1058
1058
  x: "4%"
1059
1059
  },
1060
1060
  {
1061
- x: 4 + 1 / l.length * 92 + "%"
1061
+ x: 4 + 1 / g.length * 92 + "%"
1062
1062
  }
1063
1063
  ]
1064
1064
  ]
@@ -1084,13 +1084,13 @@ const Se = (l, e) => {
1084
1084
  singleAxisIndex: 3,
1085
1085
  coordinateSystem: "singleAxis",
1086
1086
  type: "scatter",
1087
- data: Y,
1087
+ data: S,
1088
1088
  label: {
1089
1089
  show: !0,
1090
1090
  color: "rgba(0,0,0,0.7)",
1091
1091
  // formatter: '{c}'
1092
1092
  rich: {
1093
- ...T,
1093
+ ...k,
1094
1094
  title: {
1095
1095
  align: "center",
1096
1096
  vertical: "center"
@@ -1106,7 +1106,7 @@ const Se = (l, e) => {
1106
1106
  singleAxisIndex: 4,
1107
1107
  coordinateSystem: "singleAxis",
1108
1108
  type: "scatter",
1109
- data: N,
1109
+ data: H,
1110
1110
  label: {
1111
1111
  show: !0,
1112
1112
  color: "rgba(0,0,0,0.7)",
@@ -1117,7 +1117,7 @@ const Se = (l, e) => {
1117
1117
  width: 16,
1118
1118
  align: "left",
1119
1119
  backgroundColor: {
1120
- image: G
1120
+ image: P
1121
1121
  }
1122
1122
  },
1123
1123
  title: {
@@ -1134,24 +1134,24 @@ const Se = (l, e) => {
1134
1134
  ]
1135
1135
  };
1136
1136
  this.$nextTick(() => {
1137
- const m = me.init(document.getElementById("weather-chart"));
1138
- m.setOption(S), m.on("click", (z) => {
1139
- const B = z.dataIndex, I = l[B].split("-");
1140
- this.pickedDate = ae().tz(this.positionGmt).set({ year: I[0], month: Number(I[1] - 1), date: Number(I[2]), hour: 0, minute: 0, second: 0, millisecond: 0 }).format(), this.pickedWeek = B === 0 ? "Today" : this.computeWeekLT(this.pickedDate), this.activeIndex = B === 0 ? ae(this.etime).tz(this.positionGmt).hour() : void 0, this.initHoursTableData(), S.series[3].markArea = {
1137
+ const m = ue.init(document.getElementById("weather-chart"));
1138
+ m.setOption(N), m.on("click", (E) => {
1139
+ const y = E.dataIndex, v = g[y].split("-");
1140
+ this.pickedDate = ie().tz(this.positionGmt).set({ year: v[0], month: Number(v[1] - 1), date: Number(v[2]), hour: 0, minute: 0, second: 0, millisecond: 0 }).format(), this.pickedWeek = y === 0 ? "Today" : this.computeWeekLT(this.pickedDate), this.activeIndex = y === 0 ? ie(this.etime).tz(this.positionGmt).hour() : void 0, this.initHoursTableData(), N.series[3].markArea = {
1141
1141
  itemStyle: {
1142
1142
  color: "rgba(64,159,255,0.25)"
1143
1143
  },
1144
1144
  data: [
1145
1145
  [
1146
1146
  {
1147
- x: 4 + B / l.length * 92 + "%"
1147
+ x: 4 + y / g.length * 92 + "%"
1148
1148
  },
1149
1149
  {
1150
- x: 4 + (B + 1) / l.length * 92 + "%"
1150
+ x: 4 + (y + 1) / g.length * 92 + "%"
1151
1151
  }
1152
1152
  ]
1153
1153
  ]
1154
- }, m.setOption(S);
1154
+ }, m.setOption(N);
1155
1155
  });
1156
1156
  });
1157
1157
  };
@@ -1181,36 +1181,34 @@ const Se = (l, e) => {
1181
1181
  '<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="#60c43e" p-id="10798"></path></svg>'
1182
1182
  )
1183
1183
  )
1184
- ), A = new Image(64, 64);
1185
- A.src = a, A.onload = () => {
1186
- var x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce;
1184
+ ), l = new Image(64, 64);
1185
+ l.src = a, l.onload = () => {
1186
+ var D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce;
1187
1187
  this.loading.meteogramEchart = !1;
1188
- const s = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
1189
- for (let v = 0; v < 7 * 24; v++) {
1190
- const ne = we(s).clone().add(v, "h");
1191
- (x = this.meteogramData) == null || x.dates.push(ne);
1192
- const d = ((k = ye.pickHourly(this.meteoData, ne)) == null ? void 0 : k[0]) || {};
1193
- if (v % 12 === 0 && v % 24 !== 0 ? (Y = this.meteogramData) == null || Y.xDates.push(ae(ne).tz(this.positionGmt).format("MMM-DD")) : (j = this.meteogramData) == null || j.xDates.push(""), v % 3 === 0 ? (N = this.meteogramData) == null || N.hours.push(this.computeHourLT(ne)) : (T = this.meteogramData) == null || T.hours.push(""), (te = this.meteogramData) == null || te.temperatures.push(this.roundPrecision((G = d == null ? void 0 : d.weather) == null ? void 0 : G.temp, 0)), (ee = this.meteogramData) == null || ee.precip.push(this.roundPrecision((K = (P = d == null ? void 0 : d.weather) == null ? void 0 : P.precip) == null ? void 0 : K.sum, 0)), (S = this.meteogramData) == null || S.windspeed.push(this.roundPrecision((L = (se = d.weather) == null ? void 0 : se.wind) == null ? void 0 : L.kts, 1)), (W = this.meteogramData) == null || W.windGusts.push(this.roundPrecision((X = (U = d == null ? void 0 : d.weather) == null ? void 0 : U.wind) == null ? void 0 : X.gusts, 1)), (q = this.meteogramData) == null || q.sigWaveHeight.push(this.roundPrecision((J = (R = d == null ? void 0 : d.wave) == null ? void 0 : R.sig) == null ? void 0 : J.height)), (_ = this.meteogramData) == null || _.swellHeight.push(this.roundPrecision((Z = (V = d == null ? void 0 : d.wave) == null ? void 0 : V.swell) == null ? void 0 : Z.height)), v % 6 === 0 ? ((M = this.meteogramData) == null || M.weatherIcons.push({ symbol: "image://" + ((h = d.weather) == null ? void 0 : h.url), symbolSize: 30 }), (Q = this.meteogramData) == null || Q.weatherNames.push((E = d.weather) == null ? void 0 : E.name)) : ((z = this.meteogramData) == null || z.weatherIcons.push({ symbol: "image://" + ((m = d.weather) == null ? void 0 : m.url), symbolSize: 0 }), (B = this.meteogramData) == null || B.weatherNames.push("")), v % 3 === 0 ? (f = this.meteogramData) == null || f.windDir.push((u = (I = d.weather) == null ? void 0 : I.wind) == null ? void 0 : u.bearing) : (n = this.meteogramData) == null || n.windDir.push(void 0), v % 3 === 0) {
1194
- const F = document.createElement("canvas"), $ = F.getContext("2d");
1195
- F.width = A.width, F.height = A.height;
1196
- const O = ((H = this.meteogramData) == null ? void 0 : H.windDir[v]) * (Math.PI / 180);
1197
- $.translate(F.width / 2, F.height / 2), $.rotate(O), $.translate(-A.width / 2, -A.height / 2), $.drawImage(A, 0, 0, 64, 64);
1198
- const he = F.toDataURL();
1199
- this.meteogramData.windDirIcons[v] = he;
1188
+ const s = ie(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
1189
+ for (let x = 0; x < 7 * 24; x++) {
1190
+ const re = we(s).clone().add(x, "h");
1191
+ (D = this.meteogramData) == null || D.dates.push(re);
1192
+ const c = ((L = ye.pickHourly(this.meteoData, re)) == null ? void 0 : L[0]) || {};
1193
+ if (x % 12 === 0 && x % 24 !== 0 ? (S = this.meteogramData) == null || S.xDates.push(ie(re).tz(this.positionGmt).format("MMM-DD")) : (F = this.meteogramData) == null || F.xDates.push(""), x % 3 === 0 ? (H = this.meteogramData) == null || H.hours.push(this.computeHourLT(re)) : (k = this.meteogramData) == null || k.hours.push(""), (te = this.meteogramData) == null || te.temperatures.push(this.roundPrecision((P = c == null ? void 0 : c.weather) == null ? void 0 : P.temp, 0)), (_ = this.meteogramData) == null || _.precip.push(this.roundPrecision((O = (z = c == null ? void 0 : c.weather) == null ? void 0 : z.precip) == null ? void 0 : O.sum, 1)), (N = this.meteogramData) == null || N.windspeed.push(this.roundPrecision((M = (se = c.weather) == null ? void 0 : se.wind) == null ? void 0 : M.kts, 1)), (K = this.meteogramData) == null || K.windGusts.push(this.roundPrecision((j = (Y = c == null ? void 0 : c.weather) == null ? void 0 : Y.wind) == null ? void 0 : j.gusts, 1)), (W = this.meteogramData) == null || W.sigWaveHeight.push(this.roundPrecision((X = (U = c == null ? void 0 : c.wave) == null ? void 0 : U.sig) == null ? void 0 : X.height)), (q = this.meteogramData) == null || q.swellHeight.push(this.roundPrecision((J = (R = c == null ? void 0 : c.wave) == null ? void 0 : R.swell) == null ? void 0 : J.height)), x % 6 === 0 ? ((Q = this.meteogramData) == null || Q.weatherIcons.push({ symbol: "image://" + ((d = c.weather) == null ? void 0 : d.url), symbolSize: 30 }), (C = this.meteogramData) == null || C.weatherNames.push((b = c.weather) == null ? void 0 : b.name)) : ((E = this.meteogramData) == null || E.weatherIcons.push({ symbol: "image://" + ((m = c.weather) == null ? void 0 : m.url), symbolSize: 0 }), (y = this.meteogramData) == null || y.weatherNames.push("")), x % 3 === 0 ? ($ = this.meteogramData) == null || $.windDir.push((u = (v = c.weather) == null ? void 0 : v.wind) == null ? void 0 : u.bearing) : (h = this.meteogramData) == null || h.windDir.push(void 0), x % 3 === 0) {
1194
+ const T = document.createElement("canvas"), Z = T.getContext("2d");
1195
+ T.width = l.width, T.height = l.height;
1196
+ const G = ((oe = this.meteogramData) == null ? void 0 : oe.windDir[x]) * (Math.PI / 180);
1197
+ Z.translate(T.width / 2, T.height / 2), Z.rotate(G), Z.translate(-l.width / 2, -l.height / 2), Z.drawImage(l, 0, 0, 64, 64);
1198
+ const de = T.toDataURL();
1199
+ this.meteogramData.windDirIcons[x] = de;
1200
1200
  } else
1201
- this.meteogramData.windDirIcons[v] = void 0;
1202
- (g = d == null ? void 0 : d.weather) != null && g.isDay ? e.end === void 0 && e.start >= 0 && (e.end = v) : e.start === void 0 && (e.start = v), (e.start >= 0 && e.end >= 0 || e.start >= 0 && v === 7 * 24 - 1) && ((ge = this.meteogramData) == null || ge.markarea.push(
1203
- [
1204
- {
1205
- x: 4 + e.start / (7 * 24) * 92 + "%"
1206
- },
1207
- {
1208
- x: 4 + (e.end + 1) / (7 * 24) * 92 + "%"
1209
- }
1210
- ]
1211
- ), e = { start: void 0, end: void 0 });
1201
+ this.meteogramData.windDirIcons[x] = void 0;
1202
+ (o = c == null ? void 0 : c.weather) != null && o.isDay ? e.end === void 0 && e.start >= 0 && (e.end = x) : e.start === void 0 && (e.start = x), (e.start >= 0 && e.end >= 0 || e.start >= 0 && x === 7 * 24 - 1) && ((ee = this.meteogramData) == null || ee.markarea.push([
1203
+ {
1204
+ x: 4 + e.start / (7 * 24) * 92 + "%"
1205
+ },
1206
+ {
1207
+ x: 4 + (e.end + 1) / (7 * 24) * 92 + "%"
1208
+ }
1209
+ ]), e = { start: void 0, end: void 0 });
1212
1210
  }
1213
- this.meteogramData.offset = 4 + 0.5 / ((ce = (de = this.meteogramData) == null ? void 0 : de.dates) == null ? void 0 : ce.length) * 92 + "%", this.$nextTick(() => {
1211
+ this.meteogramData.offset = 4 + 0.5 / ((ce = (V = this.meteogramData) == null ? void 0 : V.dates) == null ? void 0 : ce.length) * 92 + "%", this.$nextTick(() => {
1214
1212
  this.initMeteogramEchart();
1215
1213
  });
1216
1214
  };
@@ -1240,43 +1238,41 @@ const Se = (l, e) => {
1240
1238
  '<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="#60c43e" p-id="10798"></path></svg>'
1241
1239
  )
1242
1240
  )
1243
- ), A = new Image(64, 64);
1244
- A.src = a, A.onload = () => {
1245
- var x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce;
1241
+ ), l = new Image(64, 64);
1242
+ l.src = a, l.onload = () => {
1243
+ var D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce;
1246
1244
  this.loading.meteogramEchart = !1;
1247
- const s = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
1248
- for (let v = 0; v < 14 * 24; v++) {
1249
- const ne = we(s).clone().add(v, "h");
1250
- (x = this.meteogramData) == null || x.dates.push(ne);
1251
- const d = ((k = ye.pickHourly(this.meteoData, ne)) == null ? void 0 : k[0]) || {};
1252
- if ((j = this.meteogramData) == null || j.temperatures.push(this.roundPrecision((Y = d == null ? void 0 : d.weather) == null ? void 0 : Y.temp, 0)), (G = this.meteogramData) == null || G.precip.push(this.roundPrecision((T = (N = d == null ? void 0 : d.weather) == null ? void 0 : N.precip) == null ? void 0 : T.sum, 0)), (K = this.meteogramData) == null || K.windspeed.push(this.roundPrecision((P = (te = d.weather) == null ? void 0 : te.wind) == null ? void 0 : P.kts, 1)), (L = this.meteogramData) == null || L.windGusts.push(this.roundPrecision((se = (ee = d == null ? void 0 : d.weather) == null ? void 0 : ee.wind) == null ? void 0 : se.gusts, 1)), (X = this.meteogramData) == null || X.sigWaveHeight.push(this.roundPrecision((U = (S = d == null ? void 0 : d.wave) == null ? void 0 : S.sig) == null ? void 0 : U.height)), (J = this.meteogramData) == null || J.swellHeight.push(this.roundPrecision((R = (W = d == null ? void 0 : d.wave) == null ? void 0 : W.swell) == null ? void 0 : R.height)), v % 12 === 0 && v % 24 !== 0 ? (q = this.meteogramData) == null || q.xDates.push(ae(ne).tz(this.positionGmt).format("MMM-DD")) : (V = this.meteogramData) == null || V.xDates.push(""), v % 6 === 0 ? (Z = this.meteogramData) == null || Z.hours.push(this.computeHourLT(ne)) : (_ = this.meteogramData) == null || _.hours.push(""), v % 12 === 0 ? ((M = this.meteogramData) == null || M.weatherIcons.push({ symbol: "image://" + ((h = d.weather) == null ? void 0 : h.url), symbolSize: 30 }), (Q = this.meteogramData) == null || Q.weatherNames.push((E = d.weather) == null ? void 0 : E.name)) : ((z = this.meteogramData) == null || z.weatherIcons.push({ symbol: "image://" + ((m = d.weather) == null ? void 0 : m.url), symbolSize: 0 }), (B = this.meteogramData) == null || B.weatherNames.push("")), v % 6 === 0 ? (f = this.meteogramData) == null || f.windDir.push((u = (I = d.weather) == null ? void 0 : I.wind) == null ? void 0 : u.bearing) : (n = this.meteogramData) == null || n.windDir.push(void 0), v % 6 === 0) {
1253
- const F = document.createElement("canvas"), $ = F.getContext("2d");
1254
- F.width = A.width, F.height = A.height;
1255
- const O = ((H = this.meteogramData) == null ? void 0 : H.windDir[v]) * (Math.PI / 180);
1256
- $.translate(F.width / 2, F.height / 2), $.rotate(O), $.translate(-A.width / 2, -A.height / 2), $.drawImage(A, 0, 0, 64, 64);
1257
- const he = F.toDataURL();
1258
- this.meteogramData.windDirIcons[v] = he;
1245
+ const s = ie(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
1246
+ for (let x = 0; x < 14 * 24; x++) {
1247
+ const re = we(s).clone().add(x, "h");
1248
+ (D = this.meteogramData) == null || D.dates.push(re);
1249
+ const c = ((L = ye.pickHourly(this.meteoData, re)) == null ? void 0 : L[0]) || {};
1250
+ if ((F = this.meteogramData) == null || F.temperatures.push(this.roundPrecision((S = c == null ? void 0 : c.weather) == null ? void 0 : S.temp, 0)), (P = this.meteogramData) == null || P.precip.push(this.roundPrecision((k = (H = c == null ? void 0 : c.weather) == null ? void 0 : H.precip) == null ? void 0 : k.sum, 1)), (O = this.meteogramData) == null || O.windspeed.push(this.roundPrecision((z = (te = c.weather) == null ? void 0 : te.wind) == null ? void 0 : z.kts, 1)), (M = this.meteogramData) == null || M.windGusts.push(this.roundPrecision((se = (_ = c == null ? void 0 : c.weather) == null ? void 0 : _.wind) == null ? void 0 : se.gusts, 1)), (j = this.meteogramData) == null || j.sigWaveHeight.push(this.roundPrecision((Y = (N = c == null ? void 0 : c.wave) == null ? void 0 : N.sig) == null ? void 0 : Y.height)), (X = this.meteogramData) == null || X.swellHeight.push(this.roundPrecision((U = (K = c == null ? void 0 : c.wave) == null ? void 0 : K.swell) == null ? void 0 : U.height)), x % 12 === 0 && x % 24 !== 0 ? (W = this.meteogramData) == null || W.xDates.push(ie(re).tz(this.positionGmt).format("MMM-DD")) : (R = this.meteogramData) == null || R.xDates.push(""), x % 6 === 0 ? (J = this.meteogramData) == null || J.hours.push(this.computeHourLT(re)) : (q = this.meteogramData) == null || q.hours.push(""), x % 12 === 0 ? ((Q = this.meteogramData) == null || Q.weatherIcons.push({ symbol: "image://" + ((d = c.weather) == null ? void 0 : d.url), symbolSize: 30 }), (C = this.meteogramData) == null || C.weatherNames.push((b = c.weather) == null ? void 0 : b.name)) : ((E = this.meteogramData) == null || E.weatherIcons.push({ symbol: "image://" + ((m = c.weather) == null ? void 0 : m.url), symbolSize: 0 }), (y = this.meteogramData) == null || y.weatherNames.push("")), x % 6 === 0 ? ($ = this.meteogramData) == null || $.windDir.push((u = (v = c.weather) == null ? void 0 : v.wind) == null ? void 0 : u.bearing) : (h = this.meteogramData) == null || h.windDir.push(void 0), x % 6 === 0) {
1251
+ const T = document.createElement("canvas"), Z = T.getContext("2d");
1252
+ T.width = l.width, T.height = l.height;
1253
+ const G = ((oe = this.meteogramData) == null ? void 0 : oe.windDir[x]) * (Math.PI / 180);
1254
+ Z.translate(T.width / 2, T.height / 2), Z.rotate(G), Z.translate(-l.width / 2, -l.height / 2), Z.drawImage(l, 0, 0, 64, 64);
1255
+ const de = T.toDataURL();
1256
+ this.meteogramData.windDirIcons[x] = de;
1259
1257
  } else
1260
- this.meteogramData.windDirIcons[v] = void 0;
1261
- (g = d == null ? void 0 : d.weather) != null && g.isDay ? e.end === void 0 && e.start >= 0 && (e.end = v) : e.start === void 0 && (e.start = v), (e.start >= 0 && e.end >= 0 || e.start >= 0 && v === 14 * 24 - 1) && ((ge = this.meteogramData) == null || ge.markarea.push(
1262
- [
1263
- {
1264
- x: 4 + e.start / (14 * 24) * 92 + "%"
1265
- },
1266
- {
1267
- x: 4 + (e.end + 1) / (14 * 24) * 92 + "%"
1268
- }
1269
- ]
1270
- ), e = { start: void 0, end: void 0 });
1258
+ this.meteogramData.windDirIcons[x] = void 0;
1259
+ (o = c == null ? void 0 : c.weather) != null && o.isDay ? e.end === void 0 && e.start >= 0 && (e.end = x) : e.start === void 0 && (e.start = x), (e.start >= 0 && e.end >= 0 || e.start >= 0 && x === 14 * 24 - 1) && ((ee = this.meteogramData) == null || ee.markarea.push([
1260
+ {
1261
+ x: 4 + e.start / (14 * 24) * 92 + "%"
1262
+ },
1263
+ {
1264
+ x: 4 + (e.end + 1) / (14 * 24) * 92 + "%"
1265
+ }
1266
+ ]), e = { start: void 0, end: void 0 });
1271
1267
  }
1272
- this.meteogramData.offset = 4 + 0.5 / ((ce = (de = this.meteogramData) == null ? void 0 : de.dates) == null ? void 0 : ce.length) * 92 + "%", this.$nextTick(() => {
1268
+ this.meteogramData.offset = 4 + 0.5 / ((ce = (V = this.meteogramData) == null ? void 0 : V.dates) == null ? void 0 : ce.length) * 92 + "%", this.$nextTick(() => {
1273
1269
  this.initMeteogramEchart();
1274
1270
  });
1275
1271
  };
1276
1272
  },
1277
1273
  initMeteogramEchart() {
1278
- var G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce, v, ne, d, F, $;
1279
- const l = me.init(document.getElementById("weather-icons")), e = {
1274
+ var P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce, x, re, c, T, Z;
1275
+ const g = ue.init(document.getElementById("weather-icons")), e = {
1280
1276
  grid: {
1281
1277
  show: !0,
1282
1278
  bottom: "0%",
@@ -1292,9 +1288,9 @@ const Se = (l, e) => {
1292
1288
  trigger: "item",
1293
1289
  show: !0,
1294
1290
  position: "right",
1295
- formatter: (c) => {
1296
- const O = c == null ? void 0 : c.dataIndex;
1297
- return c.seriesName === "Weather Icons" ? `<strong>${this.meteogramData.weatherNames[O]}</strong>` : !1;
1291
+ formatter: (w) => {
1292
+ const G = w == null ? void 0 : w.dataIndex;
1293
+ return w.seriesName === "Weather Icons" ? `<strong>${this.meteogramData.weatherNames[G]}</strong>` : !1;
1298
1294
  }
1299
1295
  },
1300
1296
  legend: {
@@ -1307,13 +1303,13 @@ const Se = (l, e) => {
1307
1303
  top: "50%",
1308
1304
  height: "50%",
1309
1305
  type: "category",
1310
- data: (G = this.meteogramData) == null ? void 0 : G.dates,
1306
+ data: (P = this.meteogramData) == null ? void 0 : P.dates,
1311
1307
  show: !1
1312
1308
  },
1313
1309
  singleAxis: [
1314
1310
  {
1315
1311
  left: (te = this.meteogramData) == null ? void 0 : te.offset,
1316
- right: (P = this.meteogramData) == null ? void 0 : P.offset,
1312
+ right: (z = this.meteogramData) == null ? void 0 : z.offset,
1317
1313
  type: "category",
1318
1314
  show: !1,
1319
1315
  axisLine: {
@@ -1333,7 +1329,7 @@ const Se = (l, e) => {
1333
1329
  // 隐藏分割线
1334
1330
  },
1335
1331
  boundaryGap: !1,
1336
- data: (K = this.meteogramData) == null ? void 0 : K.dates,
1332
+ data: (O = this.meteogramData) == null ? void 0 : O.dates,
1337
1333
  top: "50%",
1338
1334
  height: "2%"
1339
1335
  }
@@ -1344,14 +1340,14 @@ const Se = (l, e) => {
1344
1340
  type: "scatter",
1345
1341
  singleAxisIndex: 0,
1346
1342
  coordinateSystem: "singleAxis",
1347
- data: (ee = this.meteogramData) == null ? void 0 : ee.weatherIcons,
1343
+ data: (_ = this.meteogramData) == null ? void 0 : _.weatherIcons,
1348
1344
  symbolSize: 24
1349
1345
  }
1350
1346
  ]
1351
1347
  };
1352
- l.setOption(e);
1353
- let a = Math.max(...this.meteogramData.temperatures.filter((c) => typeof c == "number" && !isNaN(c))), s = Math.min(...this.meteogramData.temperatures.filter((c) => typeof c == "number" && !isNaN(c))) > 0 ? 0 : Math.min(...this.meteogramData.temperatures.filter((c) => typeof c == "number" && !isNaN(c))), x = Math.ceil(a / 5) * 5, k = Math.ceil((x - s) / 5);
1354
- const Y = me.init(document.getElementById("weather-condition")), j = {
1348
+ g.setOption(e);
1349
+ let a = Math.max(...this.meteogramData.temperatures.filter((w) => typeof w == "number" && !isNaN(w))), s = Math.min(...this.meteogramData.temperatures.filter((w) => typeof w == "number" && !isNaN(w))) > 0 ? 0 : Math.min(...this.meteogramData.temperatures.filter((w) => typeof w == "number" && !isNaN(w))), D = Math.ceil(a / 5) * 5, L = Math.ceil((D - s) / 5);
1350
+ const S = ue.init(document.getElementById("weather-condition")), F = {
1355
1351
  title: {
1356
1352
  text: "Weather conditions",
1357
1353
  top: "10px",
@@ -1376,24 +1372,24 @@ const Se = (l, e) => {
1376
1372
  trigger: "axis",
1377
1373
  show: !0,
1378
1374
  position: "right",
1379
- formatter: (c) => {
1380
- var he, oe, i, w, D, ue, C, b, pe, De, xe;
1381
- const O = (he = c == null ? void 0 : c[0]) == null ? void 0 : he.dataIndex;
1382
- if (c.find((y) => y.seriesType === "scatter"))
1375
+ formatter: (w) => {
1376
+ var de, Ae, ne, i, A, me, f, I, pe, De, xe;
1377
+ const G = (de = w == null ? void 0 : w[0]) == null ? void 0 : de.dataIndex;
1378
+ if (w.find((B) => B.seriesType === "scatter"))
1383
1379
  return !1;
1384
1380
  {
1385
- let y = "";
1386
- return ((oe = c[1]) == null ? void 0 : oe.value) < 1.9 ? y = "rgba(172, 210, 255, 1)" : ((i = c[1]) == null ? void 0 : i.value) < 3.9 ? y = "rgba(3, 248, 103, 1)" : ((w = c[1]) == null ? void 0 : w.value) < 7.9 ? y = "rgba(190, 226, 2, 18)" : ((D = c[1]) == null ? void 0 : D.value) < 19.9 ? y = "rgba(248, 1, 1, 1)" : ((ue = c[1]) == null ? void 0 : ue.value) > 20 ? y = "rgba(197, 5, 58, 1)" : y = "rgba(172, 210, 255, 1)", `<div style="font-size: 13px;"><strong>${ae((C = this.meteogramData) == null ? void 0 : C.dates[O]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
1387
- <div style="display: ${(b = this.meteogramData) != null && b.weatherNames[O] ? "block" : "none"}; font-size: 13px;">
1388
- <span>Weather : </span><strong>${(pe = this.meteogramData) == null ? void 0 : pe.weatherNames[O]}</strong>
1381
+ let B = "";
1382
+ return ((Ae = w[1]) == null ? void 0 : Ae.value) < 1.9 ? B = "rgba(172, 210, 255, 1)" : ((ne = w[1]) == null ? void 0 : ne.value) < 3.9 ? B = "rgba(3, 248, 103, 1)" : ((i = w[1]) == null ? void 0 : i.value) < 7.9 ? B = "rgba(190, 226, 2, 18)" : ((A = w[1]) == null ? void 0 : A.value) < 19.9 ? B = "rgba(248, 1, 1, 1)" : ((me = w[1]) == null ? void 0 : me.value) > 20 ? B = "rgba(197, 5, 58, 1)" : B = "rgba(172, 210, 255, 1)", `<div style="font-size: 13px;"><strong>${ie((f = this.meteogramData) == null ? void 0 : f.dates[G]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
1383
+ <div style="display: ${(I = this.meteogramData) != null && I.weatherNames[G] ? "block" : "none"}; font-size: 13px;">
1384
+ <span>Weather : </span><strong>${(pe = this.meteogramData) == null ? void 0 : pe.weatherNames[G]}</strong>
1389
1385
  </div>
1390
1386
  <div style="font-size: 13px;">
1391
1387
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #FF9500;}"></span>
1392
- <span>Temperature : </span><strong>${(De = c[0]) == null ? void 0 : De.value}</strong><span style="padding-left: 3px;">℃</span>
1388
+ <span>Temperature : </span><strong>${(De = w[0]) == null ? void 0 : De.value}</strong><span style="padding-left: 3px;">℃</span>
1393
1389
  </div>
1394
1390
  <div style="font-size: 13px;">
1395
- <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${y};"></span>
1396
- <span>Precipitation : </span><strong>${(xe = c[1]) == null ? void 0 : xe.value}</strong><span style="padding-left: 3px;">mm</span>
1391
+ <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${B};"></span>
1392
+ <span>Precipitation : </span><strong>${(xe = w[1]) == null ? void 0 : xe.value}</strong><span style="padding-left: 3px;">mm</span>
1397
1393
  </div>`;
1398
1394
  }
1399
1395
  }
@@ -1438,8 +1434,8 @@ const Se = (l, e) => {
1438
1434
  },
1439
1435
  singleAxis: [
1440
1436
  {
1441
- left: (L = this.meteogramData) == null ? void 0 : L.offset,
1442
- right: (S = this.meteogramData) == null ? void 0 : S.offset,
1437
+ left: (M = this.meteogramData) == null ? void 0 : M.offset,
1438
+ right: (N = this.meteogramData) == null ? void 0 : N.offset,
1443
1439
  type: "category",
1444
1440
  show: !1,
1445
1441
  axisLine: {
@@ -1459,13 +1455,13 @@ const Se = (l, e) => {
1459
1455
  // 隐藏分割线
1460
1456
  },
1461
1457
  boundaryGap: !1,
1462
- data: (U = this.meteogramData) == null ? void 0 : U.dates,
1458
+ data: (Y = this.meteogramData) == null ? void 0 : Y.dates,
1463
1459
  top: "17%",
1464
1460
  height: "2%"
1465
1461
  },
1466
1462
  {
1467
- left: (X = this.meteogramData) == null ? void 0 : X.offset,
1468
- right: (W = this.meteogramData) == null ? void 0 : W.offset,
1463
+ left: (j = this.meteogramData) == null ? void 0 : j.offset,
1464
+ right: (K = this.meteogramData) == null ? void 0 : K.offset,
1469
1465
  type: "category",
1470
1466
  show: !1,
1471
1467
  axisLine: {
@@ -1485,13 +1481,13 @@ const Se = (l, e) => {
1485
1481
  // 隐藏分割线
1486
1482
  },
1487
1483
  boundaryGap: !1,
1488
- data: (R = this.meteogramData) == null ? void 0 : R.dates,
1484
+ data: (U = this.meteogramData) == null ? void 0 : U.dates,
1489
1485
  top: "27%",
1490
1486
  height: "2%"
1491
1487
  },
1492
1488
  {
1493
- left: (J = this.meteogramData) == null ? void 0 : J.offset,
1494
- right: (q = this.meteogramData) == null ? void 0 : q.offset,
1489
+ left: (X = this.meteogramData) == null ? void 0 : X.offset,
1490
+ right: (W = this.meteogramData) == null ? void 0 : W.offset,
1495
1491
  type: "category",
1496
1492
  show: !1,
1497
1493
  axisLine: {
@@ -1511,13 +1507,13 @@ const Se = (l, e) => {
1511
1507
  // 隐藏分割线
1512
1508
  },
1513
1509
  boundaryGap: !1,
1514
- data: (V = this.meteogramData) == null ? void 0 : V.dates,
1510
+ data: (R = this.meteogramData) == null ? void 0 : R.dates,
1515
1511
  top: "84%",
1516
1512
  height: "2%"
1517
1513
  },
1518
1514
  {
1519
- left: (Z = this.meteogramData) == null ? void 0 : Z.offset,
1520
- right: (_ = this.meteogramData) == null ? void 0 : _.offset,
1515
+ left: (J = this.meteogramData) == null ? void 0 : J.offset,
1516
+ right: (q = this.meteogramData) == null ? void 0 : q.offset,
1521
1517
  type: "category",
1522
1518
  show: !1,
1523
1519
  axisLine: {
@@ -1537,7 +1533,7 @@ const Se = (l, e) => {
1537
1533
  // 隐藏分割线
1538
1534
  },
1539
1535
  boundaryGap: !1,
1540
- data: (h = this.meteogramData) == null ? void 0 : h.dates,
1536
+ data: (d = this.meteogramData) == null ? void 0 : d.dates,
1541
1537
  top: "92%",
1542
1538
  height: "2%"
1543
1539
  }
@@ -1548,8 +1544,8 @@ const Se = (l, e) => {
1548
1544
  name: "Temperature ( ℃ ) ",
1549
1545
  show: !0,
1550
1546
  min: s,
1551
- max: x,
1552
- interval: k,
1547
+ max: D,
1548
+ interval: L,
1553
1549
  splitNumber: 5,
1554
1550
  nameRotate: 90,
1555
1551
  nameLocation: "middle",
@@ -1565,8 +1561,8 @@ const Se = (l, e) => {
1565
1561
  type: "value",
1566
1562
  name: "Precipitation ( mm ) ",
1567
1563
  min: 0,
1568
- max: Math.ceil((Math.max(...this.meteogramData.precip.filter((c) => typeof c == "number" && !isNaN(c))) + 1) / 5) * 5,
1569
- interval: Math.ceil((Math.max(...this.meteogramData.precip.filter((c) => typeof c == "number" && !isNaN(c))) + 1) / 5),
1564
+ max: Math.ceil((Math.max(...this.meteogramData.precip.filter((w) => typeof w == "number" && !isNaN(w))) + 1) / 5) * 5,
1565
+ interval: Math.ceil((Math.max(...this.meteogramData.precip.filter((w) => typeof w == "number" && !isNaN(w))) + 1) / 5),
1570
1566
  splitNumber: 5,
1571
1567
  show: !0,
1572
1568
  nameRotate: 90,
@@ -1623,7 +1619,7 @@ const Se = (l, e) => {
1623
1619
  name: "Temperature",
1624
1620
  type: "line",
1625
1621
  yAxisIndex: 0,
1626
- data: (M = this.meteogramData) == null ? void 0 : M.temperatures,
1622
+ data: (Q = this.meteogramData) == null ? void 0 : Q.temperatures,
1627
1623
  symbol: "none",
1628
1624
  smooth: !1,
1629
1625
  itemStyle: {
@@ -1638,7 +1634,7 @@ const Se = (l, e) => {
1638
1634
  itemStyle: {
1639
1635
  color: "rgba(239,239,239,0.6)"
1640
1636
  },
1641
- data: (E = this.meteogramData) == null ? void 0 : E.markarea,
1637
+ data: (b = this.meteogramData) == null ? void 0 : b.markarea,
1642
1638
  emphasis: {
1643
1639
  disabled: !0
1644
1640
  }
@@ -1648,7 +1644,7 @@ const Se = (l, e) => {
1648
1644
  name: "Precipitation:",
1649
1645
  type: "bar",
1650
1646
  yAxisIndex: 1,
1651
- data: (Q = this.meteogramData) == null ? void 0 : Q.precip,
1647
+ data: (C = this.meteogramData) == null ? void 0 : C.precip,
1652
1648
  itemStyle: {
1653
1649
  color: "#0c73a8"
1654
1650
  },
@@ -1675,7 +1671,7 @@ const Se = (l, e) => {
1675
1671
  singleAxisIndex: 3,
1676
1672
  coordinateSystem: "singleAxis",
1677
1673
  type: "scatter",
1678
- data: (z = this.meteogramData) == null ? void 0 : z.xDates,
1674
+ data: (E = this.meteogramData) == null ? void 0 : E.xDates,
1679
1675
  label: {
1680
1676
  show: !0,
1681
1677
  fontSize: 13,
@@ -1688,8 +1684,8 @@ const Se = (l, e) => {
1688
1684
  }
1689
1685
  ]
1690
1686
  };
1691
- Y.setOption(j);
1692
- const N = me.init(document.getElementById("wave-swell")), T = {
1687
+ S.setOption(F);
1688
+ const H = ue.init(document.getElementById("wave-swell")), k = {
1693
1689
  title: {
1694
1690
  text: "Wave & Swell",
1695
1691
  top: "10px",
@@ -1715,25 +1711,25 @@ const Se = (l, e) => {
1715
1711
  triggerOn: "mousemove",
1716
1712
  show: !0,
1717
1713
  position: "right",
1718
- formatter: (c) => {
1719
- var he, oe, i, w, D, ue;
1720
- const O = (he = c == null ? void 0 : c[0]) == null ? void 0 : he.dataIndex;
1721
- return c.find((C) => C.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${ae((oe = this.meteogramData) == null ? void 0 : oe.dates[O]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
1714
+ formatter: (w) => {
1715
+ var de, Ae, ne, i, A, me;
1716
+ const G = (de = w == null ? void 0 : w[0]) == null ? void 0 : de.dataIndex;
1717
+ return w.find((f) => f.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${ie((Ae = this.meteogramData) == null ? void 0 : Ae.dates[G]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
1722
1718
  <div style="font-size: 13px;">
1723
1719
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #60c43e;}"></span>
1724
- <span>Wind Speed : </span><strong>${(i = c[0]) == null ? void 0 : i.value}</strong><span style="padding-left: 3px;">kts</span>
1720
+ <span>Wind Speed : </span><strong>${(ne = w[0]) == null ? void 0 : ne.value}</strong><span style="padding-left: 3px;">kts</span>
1725
1721
  </div>
1726
1722
  <div style="font-size: 13px;">
1727
1723
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #4ba229;}"></span>
1728
- <span>Wind Gusts : </span><strong>${(w = c[2]) == null ? void 0 : w.value}</strong><span style="padding-left: 3px;">kts</span>
1724
+ <span>Wind Gusts : </span><strong>${(i = w[2]) == null ? void 0 : i.value}</strong><span style="padding-left: 3px;">kts</span>
1729
1725
  </div>
1730
1726
  <div style="font-size: 13px;">
1731
1727
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #21baa3;"></span>
1732
- <span>Swell Height : </span><strong>${(D = c[3]) == null ? void 0 : D.value}</strong><span style="padding-left: 3px;">m</span>
1728
+ <span>Swell Height : </span><strong>${(A = w[3]) == null ? void 0 : A.value}</strong><span style="padding-left: 3px;">m</span>
1733
1729
  </div>
1734
1730
  <div style="font-size: 13px;">
1735
1731
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #049f9c;}"></span>
1736
- <span>Sig.Wave Height : </span><strong>${(ue = c[4]) == null ? void 0 : ue.value}</strong><span style="padding-left: 3px;">m</span>
1732
+ <span>Sig.Wave Height : </span><strong>${(me = w[4]) == null ? void 0 : me.value}</strong><span style="padding-left: 3px;">m</span>
1737
1733
  </div>
1738
1734
  `;
1739
1735
  }
@@ -1765,7 +1761,7 @@ const Se = (l, e) => {
1765
1761
  top: "50%",
1766
1762
  height: "50%",
1767
1763
  type: "category",
1768
- data: (B = this.meteogramData) == null ? void 0 : B.dates,
1764
+ data: (y = this.meteogramData) == null ? void 0 : y.dates,
1769
1765
  axisLabel: {
1770
1766
  show: !1
1771
1767
  },
@@ -1784,7 +1780,7 @@ const Se = (l, e) => {
1784
1780
  },
1785
1781
  singleAxis: [
1786
1782
  {
1787
- left: (I = this.meteogramData) == null ? void 0 : I.offset,
1783
+ left: (v = this.meteogramData) == null ? void 0 : v.offset,
1788
1784
  right: (u = this.meteogramData) == null ? void 0 : u.offset,
1789
1785
  type: "category",
1790
1786
  show: !1,
@@ -1805,13 +1801,13 @@ const Se = (l, e) => {
1805
1801
  // 隐藏分割线
1806
1802
  },
1807
1803
  boundaryGap: !1,
1808
- data: (f = this.meteogramData) == null ? void 0 : f.dates,
1804
+ data: ($ = this.meteogramData) == null ? void 0 : $.dates,
1809
1805
  top: "84%",
1810
1806
  height: "2%"
1811
1807
  },
1812
1808
  {
1813
- left: (n = this.meteogramData) == null ? void 0 : n.offset,
1814
- right: (H = this.meteogramData) == null ? void 0 : H.offset,
1809
+ left: (h = this.meteogramData) == null ? void 0 : h.offset,
1810
+ right: (oe = this.meteogramData) == null ? void 0 : oe.offset,
1815
1811
  type: "category",
1816
1812
  show: !1,
1817
1813
  axisLine: {
@@ -1831,7 +1827,7 @@ const Se = (l, e) => {
1831
1827
  // 隐藏分割线
1832
1828
  },
1833
1829
  boundaryGap: !1,
1834
- data: (g = this.meteogramData) == null ? void 0 : g.dates,
1830
+ data: (o = this.meteogramData) == null ? void 0 : o.dates,
1835
1831
  top: "92%",
1836
1832
  height: "2%"
1837
1833
  }
@@ -1842,8 +1838,12 @@ const Se = (l, e) => {
1842
1838
  name: "Wind Speed ( kts )",
1843
1839
  show: !0,
1844
1840
  min: 0,
1845
- max: Math.ceil(Math.max(...[...this.meteogramData.windGusts, ...this.meteogramData.windspeed].filter((c) => typeof c == "number" && !isNaN(c))) / 5) * 5,
1846
- interval: Math.ceil(Math.max(...[...this.meteogramData.windGusts, ...this.meteogramData.windspeed].filter((c) => typeof c == "number" && !isNaN(c))) / 5),
1841
+ max: Math.ceil(
1842
+ Math.max(...[...this.meteogramData.windGusts, ...this.meteogramData.windspeed].filter((w) => typeof w == "number" && !isNaN(w))) / 5
1843
+ ) * 5,
1844
+ interval: Math.ceil(
1845
+ Math.max(...[...this.meteogramData.windGusts, ...this.meteogramData.windspeed].filter((w) => typeof w == "number" && !isNaN(w))) / 5
1846
+ ),
1847
1847
  splitNumber: 5,
1848
1848
  nameRotate: 90,
1849
1849
  nameLocation: "middle",
@@ -1859,8 +1859,16 @@ const Se = (l, e) => {
1859
1859
  type: "value",
1860
1860
  name: "Sig.Wave & Swell ( m )",
1861
1861
  min: 0,
1862
- max: Math.ceil(Math.max(...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight].filter((c) => typeof c == "number" && !isNaN(c))) / 5) * 5,
1863
- interval: Math.ceil(Math.max(...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight].filter((c) => typeof c == "number" && !isNaN(c))) / 5),
1862
+ max: Math.ceil(
1863
+ Math.max(
1864
+ ...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight].filter((w) => typeof w == "number" && !isNaN(w))
1865
+ ) / 5
1866
+ ) * 5,
1867
+ interval: Math.ceil(
1868
+ Math.max(
1869
+ ...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight].filter((w) => typeof w == "number" && !isNaN(w))
1870
+ ) / 5
1871
+ ),
1864
1872
  splitNumber: 5,
1865
1873
  show: !0,
1866
1874
  nameRotate: 90,
@@ -1878,7 +1886,7 @@ const Se = (l, e) => {
1878
1886
  name: "Wind Speed",
1879
1887
  type: "line",
1880
1888
  yAxisIndex: 0,
1881
- data: (ge = this.meteogramData) == null ? void 0 : ge.windspeed,
1889
+ data: (ee = this.meteogramData) == null ? void 0 : ee.windspeed,
1882
1890
  symbol: "none",
1883
1891
  smooth: !1,
1884
1892
  itemStyle: {
@@ -1888,7 +1896,7 @@ const Se = (l, e) => {
1888
1896
  itemStyle: {
1889
1897
  color: "rgba(239,239,239,0.6)"
1890
1898
  },
1891
- data: (de = this.meteogramData) == null ? void 0 : de.markarea,
1899
+ data: (V = this.meteogramData) == null ? void 0 : V.markarea,
1892
1900
  emphasis: {
1893
1901
  disabled: !0
1894
1902
  },
@@ -1900,14 +1908,14 @@ const Se = (l, e) => {
1900
1908
  name: "Wind Direction",
1901
1909
  type: "custom",
1902
1910
  yAxisIndex: 0,
1903
- renderItem: (c, O) => {
1904
- var i, w;
1905
- const he = c.dataIndex, oe = O.coord([O.value(0), O.value(1)]);
1906
- return ((w = (i = this.meteogramData) == null ? void 0 : i.windDir) == null ? void 0 : w[he]) >= 0 ? {
1911
+ renderItem: (w, G) => {
1912
+ var ne, i;
1913
+ const de = w.dataIndex, Ae = G.coord([G.value(0), G.value(1)]);
1914
+ return ((i = (ne = this.meteogramData) == null ? void 0 : ne.windDir) == null ? void 0 : i[de]) >= 0 ? {
1907
1915
  type: "image",
1908
- position: oe,
1916
+ position: Ae,
1909
1917
  style: {
1910
- image: this.meteogramData.windDirIcons[he],
1918
+ image: this.meteogramData.windDirIcons[de],
1911
1919
  x: -12 / 2,
1912
1920
  y: 6,
1913
1921
  width: 12,
@@ -1922,7 +1930,7 @@ const Se = (l, e) => {
1922
1930
  name: "Wind Gusts",
1923
1931
  type: "line",
1924
1932
  yAxisIndex: 0,
1925
- data: (v = this.meteogramData) == null ? void 0 : v.windGusts,
1933
+ data: (x = this.meteogramData) == null ? void 0 : x.windGusts,
1926
1934
  symbol: "none",
1927
1935
  smooth: !1,
1928
1936
  itemStyle: {
@@ -1940,7 +1948,7 @@ const Se = (l, e) => {
1940
1948
  name: "Swell Height",
1941
1949
  type: "line",
1942
1950
  yAxisIndex: 1,
1943
- data: (ne = this.meteogramData) == null ? void 0 : ne.swellHeight,
1951
+ data: (re = this.meteogramData) == null ? void 0 : re.swellHeight,
1944
1952
  symbol: "none",
1945
1953
  smooth: !1,
1946
1954
  itemStyle: {
@@ -1954,7 +1962,7 @@ const Se = (l, e) => {
1954
1962
  name: "Sig.Wave Height",
1955
1963
  type: "line",
1956
1964
  yAxisIndex: 1,
1957
- data: (d = this.meteogramData) == null ? void 0 : d.sigWaveHeight,
1965
+ data: (c = this.meteogramData) == null ? void 0 : c.sigWaveHeight,
1958
1966
  symbol: "none",
1959
1967
  smooth: !1,
1960
1968
  itemStyle: {
@@ -1969,7 +1977,7 @@ const Se = (l, e) => {
1969
1977
  singleAxisIndex: 0,
1970
1978
  coordinateSystem: "singleAxis",
1971
1979
  type: "scatter",
1972
- data: (F = this.meteogramData) == null ? void 0 : F.hours,
1980
+ data: (T = this.meteogramData) == null ? void 0 : T.hours,
1973
1981
  itemStyle: {
1974
1982
  color: "#fff"
1975
1983
  },
@@ -1985,7 +1993,7 @@ const Se = (l, e) => {
1985
1993
  singleAxisIndex: 1,
1986
1994
  coordinateSystem: "singleAxis",
1987
1995
  type: "scatter",
1988
- data: ($ = this.meteogramData) == null ? void 0 : $.xDates,
1996
+ data: (Z = this.meteogramData) == null ? void 0 : Z.xDates,
1989
1997
  itemStyle: {
1990
1998
  color: "#fff"
1991
1999
  },
@@ -1998,23 +2006,23 @@ const Se = (l, e) => {
1998
2006
  }
1999
2007
  ]
2000
2008
  };
2001
- N.setOption(T), N.on("legendselectchanged", (c) => {
2002
- c.name === "Wind Speed" && (c.selected["Wind Direction"] = c.selected["Wind Speed"]);
2009
+ H.setOption(k), H.on("legendselectchanged", (w) => {
2010
+ w.name === "Wind Speed" && (w.selected["Wind Direction"] = w.selected["Wind Speed"]);
2003
2011
  });
2004
2012
  },
2005
2013
  async handleFetchSeasonalData() {
2006
- var x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E;
2014
+ var D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E;
2007
2015
  if (!this.token)
2008
2016
  return !1;
2009
2017
  this.loading.seasonalEchart = !0;
2010
- const l = ae().tz(this.positionGmt).date() >= 14 ? ae().tz(this.positionGmt).month() + 1 : ae().tz(this.positionGmt).month(), e = ae((x = this.currentMonth) == null ? void 0 : x.date).tz(this.positionGmt).set({ month: l });
2018
+ const g = ie((D = this.currentMonth) == null ? void 0 : D.date).tz(this.positionGmt).date() >= 14 ? ie((L = this.currentMonth) == null ? void 0 : L.date).tz(this.positionGmt).month() + 1 : ie((S = this.currentMonth) == null ? void 0 : S.date).tz(this.positionGmt).month(), e = ie((F = this.currentMonth) == null ? void 0 : F.date).tz(this.positionGmt).set({ month: g });
2011
2019
  let a = {
2012
2020
  lat: this.position.lat,
2013
2021
  lng: this.position.lng,
2014
- startDate: ae().tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format(),
2015
- endDate: ae().tz(this.positionGmt).set({ year: e.year(), month: e.month() + 1, date: 1, hour: 0, minute: 0, second: 0 }).format(),
2022
+ startDate: ie().tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format(),
2023
+ endDate: ie().tz(this.positionGmt).set({ year: e.year(), month: e.month() + 1, date: 1, hour: 0, minute: 0, second: 0 }).format(),
2016
2024
  pastYear: 1
2017
- }, A = await Qe.post("https://cbe.idmwx.com/api/arc/meteo2/spot/seasonal", a, {
2025
+ }, l = await Qe.post("https://cbe.idmwx.com/api/arc/meteo2/spot/seasonal", a, {
2018
2026
  headers: {
2019
2027
  Authorization: this.token
2020
2028
  }
@@ -2033,57 +2041,59 @@ const Se = (l, e) => {
2033
2041
  lastYearPrecip: []
2034
2042
  };
2035
2043
  const s = we(a.endDate).diff(we(a.startDate), "day", !0);
2036
- if ((A == null ? void 0 : A.data.code) === 0) {
2037
- if (this.etime = (k = A == null ? void 0 : A.data) == null ? void 0 : k.etime, !this.currentMonth) {
2044
+ if ((l == null ? void 0 : l.data.code) === 0) {
2045
+ if (this.etime = (H = l == null ? void 0 : l.data) == null ? void 0 : H.etime, !this.currentMonth) {
2038
2046
  this.monthsOptions = [];
2039
- for (let f = 0; f < 6; f++)
2047
+ for (let o = 0; o < 6; o++)
2040
2048
  this.monthsOptions.push({
2041
- date: ae(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month() + f, date: 1, hour: 0, minute: 0, second: 0 }).format(),
2042
- month: ae(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month() + f }).format("MMMM yyyy")
2049
+ date: ie(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month() + o, date: 1, hour: 0, minute: 0, second: 0 }).format(),
2050
+ month: ie(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month() + o }).format("MMMM yyyy")
2043
2051
  });
2044
2052
  }
2045
2053
  this.currentMonth = this.currentMonth ?? this.monthsOptions[0];
2046
- let Q = (Y = A == null ? void 0 : A.data.data) == null ? void 0 : Y.seasonal, m = ae(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
2047
- for (let f = 0; f < s; f++) {
2048
- const n = we(m).clone().add(f, "d"), H = ((j = ye.pickDaily(Q, n)) == null ? void 0 : j[0]) || {};
2049
- (N = this.seasonalData) == null || N.dates.push(ae(n).tz(this.positionGmt).format("MMM-DD")), (T = this.seasonalData) == null || T.xDates.push(ae(n).tz(this.positionGmt).format("DD")), (P = this.seasonalData) == null || P.highTemp.push(this.roundPrecision((te = (G = H == null ? void 0 : H.weather) == null ? void 0 : G.temp) == null ? void 0 : te.max, 0)), (se = this.seasonalData) == null || se.lowTemp.push(this.roundPrecision((ee = (K = H == null ? void 0 : H.weather) == null ? void 0 : K.temp) == null ? void 0 : ee.min, 0)), (U = this.seasonalData) == null || U.windSpeed.push(this.roundPrecision((S = (L = H.weather) == null ? void 0 : L.wind) == null ? void 0 : S.kts, 1)), (R = this.seasonalData) == null || R.windDirection.push((W = (X = H.weather) == null ? void 0 : X.wind) == null ? void 0 : W.direction), (V = this.seasonalData) == null || V.precip.push(this.roundPrecision((q = (J = H == null ? void 0 : H.weather) == null ? void 0 : J.precip) == null ? void 0 : q.sum, 0));
2054
+ let y = (k = l == null ? void 0 : l.data.data) == null ? void 0 : k.seasonal, v = ie(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
2055
+ for (let o = 0; o < s; o++) {
2056
+ const ee = we(v).clone().add(o, "d"), V = ((P = ye.pickDaily(y, ee)) == null ? void 0 : P[0]) || {};
2057
+ (te = this.seasonalData) == null || te.dates.push(ie(ee).tz(this.positionGmt).format("MMM-DD")), (z = this.seasonalData) == null || z.xDates.push(ie(ee).tz(this.positionGmt).format("DD")), (se = this.seasonalData) == null || se.highTemp.push(this.roundPrecision((_ = (O = V == null ? void 0 : V.weather) == null ? void 0 : O.temp) == null ? void 0 : _.max, 0)), (Y = this.seasonalData) == null || Y.lowTemp.push(this.roundPrecision((N = (M = V == null ? void 0 : V.weather) == null ? void 0 : M.temp) == null ? void 0 : N.min, 0)), (U = this.seasonalData) == null || U.windSpeed.push(this.roundPrecision((K = (j = V.weather) == null ? void 0 : j.wind) == null ? void 0 : K.kts, 1)), (R = this.seasonalData) == null || R.windDirection.push((W = (X = V.weather) == null ? void 0 : X.wind) == null ? void 0 : W.direction), (d = this.seasonalData) == null || d.precip.push(this.roundPrecision((q = (J = V == null ? void 0 : V.weather) == null ? void 0 : J.precip) == null ? void 0 : q.sum, 1));
2050
2058
  }
2051
- (((_ = (Z = A == null ? void 0 : A.data.data) == null ? void 0 : Z.past) == null ? void 0 : _.reverse()) || []).forEach((f, n) => {
2052
- var H, g, ge, de, ce, v, ne, d, F, $, c, O, he;
2053
- m = ae(this.etime).tz(this.positionGmt).set({ year: e.year() - (n + 1), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
2054
- for (let oe = 0; oe < s; oe++) {
2055
- const i = we(m).clone().add(oe, "d"), w = ((H = ye.pickDaily(f, i)) == null ? void 0 : H[0]) || {};
2056
- (de = this.seasonalData) == null || de.lastYearHighTemp.push(this.roundPrecision((ge = (g = w == null ? void 0 : w.weather) == null ? void 0 : g.temp) == null ? void 0 : ge.max, 0)), (ne = this.seasonalData) == null || ne.lastYearLowTemp.push(this.roundPrecision((v = (ce = w == null ? void 0 : w.weather) == null ? void 0 : ce.temp) == null ? void 0 : v.min, 0)), ($ = this.seasonalData) == null || $.lastYearWindSpeed.push(this.roundPrecision((F = (d = w.weather) == null ? void 0 : d.wind) == null ? void 0 : F.kts, 1)), (he = this.seasonalData) == null || he.lastYearPrecip.push(this.roundPrecision((O = (c = w == null ? void 0 : w.weather) == null ? void 0 : c.precip) == null ? void 0 : O.sum, 0));
2059
+ (((b = (Q = l == null ? void 0 : l.data.data) == null ? void 0 : Q.past) == null ? void 0 : b.reverse()) || []).forEach((o, ee) => {
2060
+ var V, ce, x, re, c, T, Z, w, G, de, Ae, ne, i;
2061
+ v = ie(this.etime).tz(this.positionGmt).set({ year: e.year() - (ee + 1), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
2062
+ for (let A = 0; A < s; A++) {
2063
+ const me = we(v).clone().add(A, "d"), f = ((V = ye.pickDaily(o, me)) == null ? void 0 : V[0]) || {};
2064
+ (re = this.seasonalData) == null || re.lastYearHighTemp.push(this.roundPrecision((x = (ce = f == null ? void 0 : f.weather) == null ? void 0 : ce.temp) == null ? void 0 : x.max, 0)), (Z = this.seasonalData) == null || Z.lastYearLowTemp.push(this.roundPrecision((T = (c = f == null ? void 0 : f.weather) == null ? void 0 : c.temp) == null ? void 0 : T.min, 0)), (de = this.seasonalData) == null || de.lastYearWindSpeed.push(this.roundPrecision((G = (w = f.weather) == null ? void 0 : w.wind) == null ? void 0 : G.kts, 1)), (i = this.seasonalData) == null || i.lastYearPrecip.push(this.roundPrecision((ne = (Ae = f == null ? void 0 : f.weather) == null ? void 0 : Ae.precip) == null ? void 0 : ne.sum, 1));
2057
2065
  }
2058
- }), this.seasonalData.offset = 4 + 0.5 / ((M = (h = this.seasonalData) == null ? void 0 : h.dates) == null ? void 0 : M.length) * 92 + "%", this.seasonalData.minHighTemp = Math.min(...this.seasonalData.highTemp.filter((f) => typeof f == "number" && !isNaN(f))), this.seasonalData.maxHighTemp = Math.max(...this.seasonalData.highTemp.filter((f) => typeof f == "number" && !isNaN(f))), this.seasonalData.minLowTemp = Math.min(...this.seasonalData.lowTemp.filter((f) => typeof f == "number" && !isNaN(f))), this.seasonalData.maxLowTemp = Math.max(...this.seasonalData.lowTemp.filter((f) => typeof f == "number" && !isNaN(f)));
2059
- let B = 0;
2060
- this.seasonalData.highTemp.forEach((f, n) => {
2061
- f === this.seasonalData.maxHighTemp && (B = n);
2062
- }), this.seasonalData.hottestDay = this.seasonalData.dates[B];
2063
- let I = 0;
2064
- this.seasonalData.lowTemp.forEach((f, n) => {
2065
- f === this.seasonalData.minLowTemp && (I = n);
2066
- }), this.seasonalData.coldestDay = this.seasonalData.dates[I], this.seasonalData.meanWind = this.seasonalData.windSpeed.reduce((f, n) => f + n, 0) / ((E = this.seasonalData.windSpeed) == null ? void 0 : E.length), this.seasonalData.maxWindSpeed = Math.max(...this.seasonalData.windSpeed.filter((f) => typeof f == "number" && !isNaN(f)));
2067
- let u = 0;
2068
- this.seasonalData.windSpeed.forEach((f, n) => {
2069
- f === this.seasonalData.maxWindSpeed && (u = n);
2070
- }), this.seasonalData.windiestDay = this.seasonalData.dates[u], this.seasonalData.dominantWind = this.findMostFrequent(this.seasonalData.windDirection);
2066
+ }), this.seasonalData.offset = 4 + 0.5 / ((m = (C = this.seasonalData) == null ? void 0 : C.dates) == null ? void 0 : m.length) * 92 + "%", this.seasonalData.minHighTemp = Math.min(...this.seasonalData.highTemp.filter((o) => typeof o == "number" && !isNaN(o))), this.seasonalData.maxHighTemp = Math.max(...this.seasonalData.highTemp.filter((o) => typeof o == "number" && !isNaN(o))), this.seasonalData.minLowTemp = Math.min(...this.seasonalData.lowTemp.filter((o) => typeof o == "number" && !isNaN(o))), this.seasonalData.maxLowTemp = Math.max(...this.seasonalData.lowTemp.filter((o) => typeof o == "number" && !isNaN(o)));
2067
+ let $ = 0;
2068
+ this.seasonalData.highTemp.forEach((o, ee) => {
2069
+ o === this.seasonalData.maxHighTemp && ($ = ee);
2070
+ }), this.seasonalData.hottestDay = this.seasonalData.dates[$];
2071
+ let h = 0;
2072
+ this.seasonalData.lowTemp.forEach((o, ee) => {
2073
+ o === this.seasonalData.minLowTemp && (h = ee);
2074
+ }), this.seasonalData.coldestDay = this.seasonalData.dates[h], this.seasonalData.meanWind = this.seasonalData.windSpeed.reduce((o, ee) => o + ee, 0) / ((E = this.seasonalData.windSpeed) == null ? void 0 : E.length), this.seasonalData.maxWindSpeed = Math.max(...this.seasonalData.windSpeed.filter((o) => typeof o == "number" && !isNaN(o)));
2075
+ let oe = 0;
2076
+ this.seasonalData.windSpeed.forEach((o, ee) => {
2077
+ o === this.seasonalData.maxWindSpeed && (oe = ee);
2078
+ }), this.seasonalData.windiestDay = this.seasonalData.dates[oe], this.seasonalData.dominantWind = this.findMostFrequent(this.seasonalData.windDirection);
2071
2079
  }
2072
2080
  this.initSeasonalEchart();
2073
2081
  },
2074
- findMostFrequent(l) {
2082
+ findMostFrequent(g) {
2075
2083
  const e = {};
2076
- let a = 0, A;
2077
- for (const s of l)
2084
+ let a = 0, l;
2085
+ for (const s of g)
2078
2086
  e[s] ? e[s]++ : e[s] = 1;
2079
2087
  for (const s in e)
2080
- e[s] > a && (a = e[s], A = s);
2081
- return A;
2088
+ e[s] > a && (a = e[s], l = s);
2089
+ return l;
2082
2090
  },
2083
2091
  initSeasonalEchart() {
2084
- var S, U, X, W, R, J, q, V, Z, _;
2085
- let l = Math.max(...[...this.seasonalData.highTemp, ...this.seasonalData.lastYearHighTemp].filter((h) => typeof h == "number" && !isNaN(h))), e = Math.min(...[...this.seasonalData.lowTemp, ...this.seasonalData.lastYearLowTemp].filter((h) => typeof h == "number" && !isNaN(h))), a = Math.ceil((l + 1) / 5) * 5, A = Math.floor((e - 1) / 5) * 5, s = Math.ceil((a - A) / 5);
2086
- const x = {
2092
+ var N, Y, j, K, U, X, W, R, J, q;
2093
+ let g = Math.max(
2094
+ ...[...this.seasonalData.highTemp, ...this.seasonalData.lastYearHighTemp].filter((d) => typeof d == "number" && !isNaN(d))
2095
+ ), e = Math.min(...[...this.seasonalData.lowTemp, ...this.seasonalData.lastYearLowTemp].filter((d) => typeof d == "number" && !isNaN(d))), a = Math.ceil((g + 1) / 5) * 5, l = Math.floor((e - 1) / 5) * 5, s = Math.ceil((a - l) / 5);
2096
+ const D = {
2087
2097
  title: {
2088
2098
  text: "Temperature",
2089
2099
  top: "10px",
@@ -2108,25 +2118,25 @@ const Se = (l, e) => {
2108
2118
  trigger: "axis",
2109
2119
  show: !0,
2110
2120
  position: "right",
2111
- formatter: (h) => {
2112
- var E, Q, m, z, B, I;
2113
- const M = (E = h == null ? void 0 : h[0]) == null ? void 0 : E.dataIndex;
2114
- return h.find((u) => u.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${(Q = this.seasonalData) == null ? void 0 : Q.dates[M]}</strong></div>
2121
+ formatter: (d) => {
2122
+ var b, C, m, E, y, v;
2123
+ const Q = (b = d == null ? void 0 : d[0]) == null ? void 0 : b.dataIndex;
2124
+ return d.find((u) => u.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${(C = this.seasonalData) == null ? void 0 : C.dates[Q]}</strong></div>
2115
2125
  <div style="font-size: 13px;">
2116
2126
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #FF9500;}"></span>
2117
- <span>High : </span><strong>${(m = h[0]) == null ? void 0 : m.value}</strong><span style="padding-left: 3px;">℃</span>
2127
+ <span>High : </span><strong>${(m = d[0]) == null ? void 0 : m.value}</strong><span style="padding-left: 3px;">℃</span>
2118
2128
  </div>
2119
2129
  <div style="font-size: 13px;">
2120
2130
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #f7c587;}"></span>
2121
- <span>High, last year : </span><strong>${(z = h[1]) == null ? void 0 : z.value}</strong><span style="padding-left: 3px;">mm</span>
2131
+ <span>High, last year : </span><strong>${(E = d[1]) == null ? void 0 : E.value}</strong><span style="padding-left: 3px;">mm</span>
2122
2132
  </div>
2123
2133
  <div style="font-size: 13px;">
2124
2134
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #2164bf;}"></span>
2125
- <span>Low : </span><strong>${(B = h[2]) == null ? void 0 : B.value}</strong><span style="padding-left: 3px;">mm</span>
2135
+ <span>Low : </span><strong>${(y = d[2]) == null ? void 0 : y.value}</strong><span style="padding-left: 3px;">mm</span>
2126
2136
  </div>
2127
2137
  <div style="font-size: 13px;">
2128
2138
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #7baef7;}"></span>
2129
- <span>Low, last year : </span><strong>${(I = h[3]) == null ? void 0 : I.value}</strong><span style="padding-left: 3px;">℃</span>
2139
+ <span>Low, last year : </span><strong>${(v = d[3]) == null ? void 0 : v.value}</strong><span style="padding-left: 3px;">℃</span>
2130
2140
  </div>
2131
2141
  `;
2132
2142
  }
@@ -2146,7 +2156,7 @@ const Se = (l, e) => {
2146
2156
  height: "50%",
2147
2157
  type: "category",
2148
2158
  boundaryGap: !0,
2149
- data: (S = this.seasonalData) == null ? void 0 : S.xDates,
2159
+ data: (N = this.seasonalData) == null ? void 0 : N.xDates,
2150
2160
  axisLabel: {
2151
2161
  show: !0
2152
2162
  },
@@ -2169,7 +2179,7 @@ const Se = (l, e) => {
2169
2179
  type: "value",
2170
2180
  name: "Temperature ( ℃ ) ",
2171
2181
  show: !0,
2172
- min: A,
2182
+ min: l,
2173
2183
  max: a,
2174
2184
  interval: s,
2175
2185
  splitNumber: 5,
@@ -2187,7 +2197,7 @@ const Se = (l, e) => {
2187
2197
  {
2188
2198
  name: "High",
2189
2199
  type: "line",
2190
- data: (U = this.seasonalData) == null ? void 0 : U.highTemp,
2200
+ data: (Y = this.seasonalData) == null ? void 0 : Y.highTemp,
2191
2201
  symbol: "none",
2192
2202
  smooth: !1,
2193
2203
  itemStyle: {
@@ -2201,7 +2211,7 @@ const Se = (l, e) => {
2201
2211
  name: "High, last year",
2202
2212
  type: "line",
2203
2213
  symbol: "none",
2204
- data: (X = this.seasonalData) == null ? void 0 : X.lastYearHighTemp,
2214
+ data: (j = this.seasonalData) == null ? void 0 : j.lastYearHighTemp,
2205
2215
  itemStyle: {
2206
2216
  color: "#f7c587"
2207
2217
  },
@@ -2216,7 +2226,7 @@ const Se = (l, e) => {
2216
2226
  {
2217
2227
  name: "Low",
2218
2228
  type: "line",
2219
- data: (W = this.seasonalData) == null ? void 0 : W.lowTemp,
2229
+ data: (K = this.seasonalData) == null ? void 0 : K.lowTemp,
2220
2230
  symbol: "none",
2221
2231
  smooth: !1,
2222
2232
  itemStyle: {
@@ -2230,7 +2240,7 @@ const Se = (l, e) => {
2230
2240
  name: "Low, last year",
2231
2241
  type: "line",
2232
2242
  symbol: "none",
2233
- data: (R = this.seasonalData) == null ? void 0 : R.lastYearLowTemp,
2243
+ data: (U = this.seasonalData) == null ? void 0 : U.lastYearLowTemp,
2234
2244
  itemStyle: {
2235
2245
  color: "#7baef7"
2236
2246
  },
@@ -2245,25 +2255,27 @@ const Se = (l, e) => {
2245
2255
  ]
2246
2256
  };
2247
2257
  this.loading.seasonalEchart = !1, this.$nextTick(() => {
2248
- me.init(document.getElementById("temperature-echart")).setOption(x);
2258
+ ue.init(document.getElementById("temperature-echart")).setOption(D);
2249
2259
  });
2250
- function k(h) {
2260
+ function L(d) {
2251
2261
  return {
2252
2262
  image: (() => {
2253
- const M = document.createElementNS("http://www.w3.org/2000/svg", "svg");
2254
- M.setAttribute("width", "10"), M.setAttribute("height", "5"), M.setAttribute("viewBox", "0 0 10 5");
2255
- const E = document.createElementNS("http://www.w3.org/2000/svg", "rect");
2256
- E.setAttribute("x", "0"), E.setAttribute("y", "0"), E.setAttribute("width", "10"), E.setAttribute("height", "5"), E.setAttribute("fill", h), M.appendChild(E);
2257
- const Q = document.createElementNS("http://www.w3.org/2000/svg", "line");
2258
- Q.setAttribute("x1", "0"), Q.setAttribute("y1", "0"), Q.setAttribute("x2", "10"), Q.setAttribute("y2", "5"), Q.setAttribute("stroke", "#fff"), Q.setAttribute("stroke-width", "1"), M.appendChild(Q);
2259
- const m = new XMLSerializer().serializeToString(M), z = new Blob([m], { type: "image/svg+xml;charset=utf-8" });
2260
- return URL.createObjectURL(z);
2263
+ const Q = document.createElementNS("http://www.w3.org/2000/svg", "svg");
2264
+ Q.setAttribute("width", "10"), Q.setAttribute("height", "5"), Q.setAttribute("viewBox", "0 0 10 5");
2265
+ const b = document.createElementNS("http://www.w3.org/2000/svg", "rect");
2266
+ b.setAttribute("x", "0"), b.setAttribute("y", "0"), b.setAttribute("width", "10"), b.setAttribute("height", "5"), b.setAttribute("fill", d), Q.appendChild(b);
2267
+ const C = document.createElementNS("http://www.w3.org/2000/svg", "line");
2268
+ C.setAttribute("x1", "0"), C.setAttribute("y1", "0"), C.setAttribute("x2", "10"), C.setAttribute("y2", "5"), C.setAttribute("stroke", "#fff"), C.setAttribute("stroke-width", "1"), Q.appendChild(C);
2269
+ const m = new XMLSerializer().serializeToString(Q), E = new Blob([m], { type: "image/svg+xml;charset=utf-8" });
2270
+ return URL.createObjectURL(E);
2261
2271
  })(),
2262
2272
  repeat: "repeat"
2263
2273
  };
2264
2274
  }
2265
- let Y = Math.max(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((h) => typeof h == "number" && !isNaN(h))), N = Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((h) => typeof h == "number" && !isNaN(h))) > 0 ? 0 : Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((h) => typeof h == "number" && !isNaN(h))), T = Math.ceil((Y + 1) / 5) * 5, G = Math.ceil((T - N) / 5), te = Math.max(...[...this.seasonalData.precip, ...this.seasonalData.lastYearPrecip].filter((h) => typeof h == "number" && !isNaN(h))), K = 0, ee = Math.ceil(te * 2 / 5) * 5, se = Math.ceil((ee - K) / 5);
2266
- const L = {
2275
+ let S = Math.max(
2276
+ ...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((d) => typeof d == "number" && !isNaN(d))
2277
+ ), H = Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((d) => typeof d == "number" && !isNaN(d))) > 0 ? 0 : Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((d) => typeof d == "number" && !isNaN(d))), k = Math.ceil((S + 1) / 5) * 5, P = Math.ceil((k - H) / 5), te = Math.max(...[...this.seasonalData.precip, ...this.seasonalData.lastYearPrecip].filter((d) => typeof d == "number" && !isNaN(d))), O = 0, _ = Math.ceil(te * 2 / 5) * 5, se = Math.ceil((_ - O) / 5);
2278
+ const M = {
2267
2279
  title: {
2268
2280
  text: "Wind & Preciption",
2269
2281
  top: "10px",
@@ -2288,40 +2300,40 @@ const Se = (l, e) => {
2288
2300
  trigger: "axis",
2289
2301
  show: !0,
2290
2302
  position: "right",
2291
- formatter: (h) => {
2292
- var E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce, v, ne;
2293
- const M = (E = h == null ? void 0 : h[0]) == null ? void 0 : E.dataIndex;
2294
- if (h.find((d) => d.seriesType === "scatter"))
2303
+ formatter: (d) => {
2304
+ var b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce, x, re;
2305
+ const Q = (b = d == null ? void 0 : d[0]) == null ? void 0 : b.dataIndex;
2306
+ if (d.find((c) => c.seriesType === "scatter"))
2295
2307
  return !1;
2296
2308
  {
2297
- let d = { color: "", colorLastYear: "", url: "" };
2298
- return ((Q = h[2]) == null ? void 0 : Q.value) < 1.9 ? d.color = "rgba(172, 210, 255, 1)" : ((m = h[2]) == null ? void 0 : m.value) < 3.9 ? d.color = "rgba(3, 248, 103, 1)" : ((z = h[2]) == null ? void 0 : z.value) < 7.9 ? d.color = "rgba(190, 226, 2, 18)" : ((B = h[2]) == null ? void 0 : B.value) < 19.9 ? d.color = "rgba(248, 1, 1, 1)" : ((I = h[2]) == null ? void 0 : I.value) > 20 ? d.color = "rgba(197, 5, 58, 1)" : d.color = "rgba(172, 210, 255, 1)", ((u = h[3]) == null ? void 0 : u.value) < 9.9 ? d.colorLastYear = "rgba(172, 210, 255, 1)" : ((f = h[3]) == null ? void 0 : f.value) < 24.9 ? d.colorLastYear = "rgba(3, 248, 103, 1)" : ((n = h[3]) == null ? void 0 : n.value) < 49.9 ? d.colorLastYear = "rgba(190, 226, 2, 18)" : ((H = h[3]) == null ? void 0 : H.value) < 99.9 ? d.colorLastYear = "rgba(248, 1, 1, 1)" : ((g = h[3]) == null ? void 0 : g.value) > 100 ? d.colorLastYear = "rgba(197, 5, 58, 1)" : d.colorLastYear = "rgba(172, 210, 255, 1)", d.url = (() => {
2299
- const F = document.createElementNS("http://www.w3.org/2000/svg", "svg");
2300
- F.setAttribute("width", "10"), F.setAttribute("height", "10"), F.setAttribute("viewBox", "0 0 10 10");
2301
- const $ = document.createElementNS("http://www.w3.org/2000/svg", "rect");
2302
- $.setAttribute("x", "0"), $.setAttribute("y", "0"), $.setAttribute("width", "10"), $.setAttribute("height", "10"), $.setAttribute("fill", d.colorLastYear), F.appendChild($);
2303
- const c = document.createElementNS("http://www.w3.org/2000/svg", "line");
2304
- c.setAttribute("x1", "0"), c.setAttribute("y1", "0"), c.setAttribute("x2", "10"), c.setAttribute("y2", "5"), c.setAttribute("stroke", "#fff"), c.setAttribute("stroke-width", "1"), F.appendChild(c);
2305
- const O = document.createElementNS("http://www.w3.org/2000/svg", "line");
2306
- O.setAttribute("x1", "0"), O.setAttribute("y1", "5"), O.setAttribute("x2", "10"), O.setAttribute("y2", "10"), O.setAttribute("stroke", "#fff"), O.setAttribute("stroke-width", "1"), F.appendChild(O);
2307
- const he = new XMLSerializer().serializeToString(F), oe = new Blob([he], { type: "image/svg+xml;charset=utf-8" });
2308
- return URL.createObjectURL(oe);
2309
- })(), `<div style="font-size: 13px;"><strong>${(ge = this.seasonalData) == null ? void 0 : ge.dates[M]}</strong></div>
2309
+ let c = { color: "", colorLastYear: "", url: "" };
2310
+ return ((C = d[2]) == null ? void 0 : C.value) < 1.9 ? c.color = "rgba(172, 210, 255, 1)" : ((m = d[2]) == null ? void 0 : m.value) < 3.9 ? c.color = "rgba(3, 248, 103, 1)" : ((E = d[2]) == null ? void 0 : E.value) < 7.9 ? c.color = "rgba(190, 226, 2, 18)" : ((y = d[2]) == null ? void 0 : y.value) < 19.9 ? c.color = "rgba(248, 1, 1, 1)" : ((v = d[2]) == null ? void 0 : v.value) > 20 ? c.color = "rgba(197, 5, 58, 1)" : c.color = "rgba(172, 210, 255, 1)", ((u = d[3]) == null ? void 0 : u.value) < 9.9 ? c.colorLastYear = "rgba(172, 210, 255, 1)" : (($ = d[3]) == null ? void 0 : $.value) < 24.9 ? c.colorLastYear = "rgba(3, 248, 103, 1)" : ((h = d[3]) == null ? void 0 : h.value) < 49.9 ? c.colorLastYear = "rgba(190, 226, 2, 18)" : ((oe = d[3]) == null ? void 0 : oe.value) < 99.9 ? c.colorLastYear = "rgba(248, 1, 1, 1)" : ((o = d[3]) == null ? void 0 : o.value) > 100 ? c.colorLastYear = "rgba(197, 5, 58, 1)" : c.colorLastYear = "rgba(172, 210, 255, 1)", c.url = (() => {
2311
+ const T = document.createElementNS("http://www.w3.org/2000/svg", "svg");
2312
+ T.setAttribute("width", "10"), T.setAttribute("height", "10"), T.setAttribute("viewBox", "0 0 10 10");
2313
+ const Z = document.createElementNS("http://www.w3.org/2000/svg", "rect");
2314
+ Z.setAttribute("x", "0"), Z.setAttribute("y", "0"), Z.setAttribute("width", "10"), Z.setAttribute("height", "10"), Z.setAttribute("fill", c.colorLastYear), T.appendChild(Z);
2315
+ const w = document.createElementNS("http://www.w3.org/2000/svg", "line");
2316
+ w.setAttribute("x1", "0"), w.setAttribute("y1", "0"), w.setAttribute("x2", "10"), w.setAttribute("y2", "5"), w.setAttribute("stroke", "#fff"), w.setAttribute("stroke-width", "1"), T.appendChild(w);
2317
+ const G = document.createElementNS("http://www.w3.org/2000/svg", "line");
2318
+ G.setAttribute("x1", "0"), G.setAttribute("y1", "5"), G.setAttribute("x2", "10"), G.setAttribute("y2", "10"), G.setAttribute("stroke", "#fff"), G.setAttribute("stroke-width", "1"), T.appendChild(G);
2319
+ const de = new XMLSerializer().serializeToString(T), Ae = new Blob([de], { type: "image/svg+xml;charset=utf-8" });
2320
+ return URL.createObjectURL(Ae);
2321
+ })(), `<div style="font-size: 13px;"><strong>${(ee = this.seasonalData) == null ? void 0 : ee.dates[Q]}</strong></div>
2310
2322
  <div style="font-size: 13px;">
2311
2323
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #60c43e;}"></span>
2312
- <span>Wind : </span><strong>${(de = h[0]) == null ? void 0 : de.value}</strong><span style="padding-left: 3px;">kts</span>
2324
+ <span>Wind : </span><strong>${(V = d[0]) == null ? void 0 : V.value}</strong><span style="padding-left: 3px;">kts</span>
2313
2325
  </div>
2314
2326
  <div style="font-size: 13px;">
2315
2327
  <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #9af77b;}"></span>
2316
- <span>Wind, last year : </span><strong>${(ce = h[1]) == null ? void 0 : ce.value}</strong><span style="padding-left: 3px;">kts</span>
2328
+ <span>Wind, last year : </span><strong>${(ce = d[1]) == null ? void 0 : ce.value}</strong><span style="padding-left: 3px;">kts</span>
2317
2329
  </div>
2318
2330
  <div style="font-size: 13px;">
2319
- <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${d.color};}"></span>
2320
- <span>Precip : </span><strong>${(v = h[2]) == null ? void 0 : v.value}</strong><span style="padding-left: 3px;">mm</span>
2331
+ <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${c.color};}"></span>
2332
+ <span>Precip : </span><strong>${(x = d[2]) == null ? void 0 : x.value}</strong><span style="padding-left: 3px;">mm</span>
2321
2333
  </div>
2322
2334
  <div style="font-size: 13px;">
2323
- <img src="${d.url}" style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;}" />
2324
- <span>Precip, last year : </span><strong>${(ne = h[3]) == null ? void 0 : ne.value}</strong><span style="padding-left: 3px;">mm</span>
2335
+ <img src="${c.url}" style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;}" />
2336
+ <span>Precip, last year : </span><strong>${(re = d[3]) == null ? void 0 : re.value}</strong><span style="padding-left: 3px;">mm</span>
2325
2337
  </div>
2326
2338
  `;
2327
2339
  }
@@ -2358,7 +2370,7 @@ const Se = (l, e) => {
2358
2370
  height: "50%",
2359
2371
  type: "category",
2360
2372
  boundaryGap: !0,
2361
- data: (J = this.seasonalData) == null ? void 0 : J.xDates,
2373
+ data: (X = this.seasonalData) == null ? void 0 : X.xDates,
2362
2374
  axisLabel: {
2363
2375
  show: !0
2364
2376
  },
@@ -2380,9 +2392,9 @@ const Se = (l, e) => {
2380
2392
  type: "value",
2381
2393
  name: "Wind speed max ( kts ) ",
2382
2394
  show: !0,
2383
- min: N,
2384
- max: T,
2385
- interval: G,
2395
+ min: H,
2396
+ max: k,
2397
+ interval: P,
2386
2398
  splitNumber: 5,
2387
2399
  nameRotate: 90,
2388
2400
  nameLocation: "middle",
@@ -2397,8 +2409,8 @@ const Se = (l, e) => {
2397
2409
  type: "value",
2398
2410
  name: "Precipitation ( mm ) ",
2399
2411
  show: !0,
2400
- min: K,
2401
- max: ee,
2412
+ min: O,
2413
+ max: _,
2402
2414
  interval: se,
2403
2415
  splitNumber: 5,
2404
2416
  nameRotate: 90,
@@ -2460,30 +2472,30 @@ const Se = (l, e) => {
2460
2472
  pieces: [
2461
2473
  {
2462
2474
  gte: 100,
2463
- color: k("#C5053A"),
2475
+ color: L("#C5053A"),
2464
2476
  label: "Heavy Rainstorm, last year"
2465
2477
  },
2466
2478
  {
2467
2479
  gte: 50,
2468
2480
  lt: 99.9,
2469
- color: k("#F80101"),
2481
+ color: L("#F80101"),
2470
2482
  label: "Rainstorm, last year"
2471
2483
  },
2472
2484
  {
2473
2485
  gte: 25,
2474
2486
  lt: 49.9,
2475
- color: k("#BEE202"),
2487
+ color: L("#BEE202"),
2476
2488
  label: "Heavy, last year"
2477
2489
  },
2478
2490
  {
2479
2491
  gte: 10,
2480
2492
  lt: 24.9,
2481
- color: k("#03F867"),
2493
+ color: L("#03F867"),
2482
2494
  label: "Moderate, last year"
2483
2495
  },
2484
2496
  {
2485
2497
  lt: 9.9,
2486
- color: k("#ACD2FF"),
2498
+ color: L("#ACD2FF"),
2487
2499
  label: "Light, last year"
2488
2500
  }
2489
2501
  ],
@@ -2495,7 +2507,7 @@ const Se = (l, e) => {
2495
2507
  {
2496
2508
  name: "Wind",
2497
2509
  type: "line",
2498
- data: (q = this.seasonalData) == null ? void 0 : q.windSpeed,
2510
+ data: (W = this.seasonalData) == null ? void 0 : W.windSpeed,
2499
2511
  symbol: "none",
2500
2512
  smooth: !1,
2501
2513
  itemStyle: {
@@ -2509,7 +2521,7 @@ const Se = (l, e) => {
2509
2521
  name: "Wind, last year",
2510
2522
  type: "line",
2511
2523
  symbol: "none",
2512
- data: (V = this.seasonalData) == null ? void 0 : V.lastYearWindSpeed,
2524
+ data: (R = this.seasonalData) == null ? void 0 : R.lastYearWindSpeed,
2513
2525
  itemStyle: {
2514
2526
  color: "#9af77b"
2515
2527
  },
@@ -2526,7 +2538,7 @@ const Se = (l, e) => {
2526
2538
  type: "bar",
2527
2539
  yAxisIndex: 1,
2528
2540
  barWidth: "30%",
2529
- data: (Z = this.seasonalData) == null ? void 0 : Z.precip,
2541
+ data: (J = this.seasonalData) == null ? void 0 : J.precip,
2530
2542
  symbol: "none",
2531
2543
  smooth: !1,
2532
2544
  itemStyle: {
@@ -2541,7 +2553,7 @@ const Se = (l, e) => {
2541
2553
  type: "bar",
2542
2554
  yAxisIndex: 1,
2543
2555
  barWidth: "30%",
2544
- data: (_ = this.seasonalData) == null ? void 0 : _.lastYearPrecip,
2556
+ data: (q = this.seasonalData) == null ? void 0 : q.lastYearPrecip,
2545
2557
  itemStyle: {
2546
2558
  color: "rgba(12,116,168,0.5)"
2547
2559
  },
@@ -2552,14 +2564,14 @@ const Se = (l, e) => {
2552
2564
  ]
2553
2565
  };
2554
2566
  this.$nextTick(() => {
2555
- me.init(document.getElementById("wind-precip-echart")).setOption(L);
2567
+ ue.init(document.getElementById("wind-precip-echart")).setOption(M);
2556
2568
  });
2557
2569
  },
2558
2570
  disposeEcharts() {
2559
- document.getElementById("weather-chart") && me.dispose(document.getElementById("weather-chart")), document.getElementById("weather-icons") && me.dispose(document.getElementById("weather-icons")), document.getElementById("weather-condition") && me.dispose(document.getElementById("weather-condition")), document.getElementById("wave-swell") && me.dispose(document.getElementById("wave-swell")), document.getElementById("temperature-echart") && me.dispose(document.getElementById("temperature-echart")), document.getElementById("wind-precip-echart") && me.dispose(document.getElementById("wind-precip-echart"));
2571
+ document.getElementById("weather-chart") && ue.dispose(document.getElementById("weather-chart")), document.getElementById("weather-icons") && ue.dispose(document.getElementById("weather-icons")), document.getElementById("weather-condition") && ue.dispose(document.getElementById("weather-condition")), document.getElementById("wave-swell") && ue.dispose(document.getElementById("wave-swell")), document.getElementById("temperature-echart") && ue.dispose(document.getElementById("temperature-echart")), document.getElementById("wind-precip-echart") && ue.dispose(document.getElementById("wind-precip-echart"));
2560
2572
  },
2561
2573
  initHoursTableData() {
2562
- var l, e, a, A, s, x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z;
2574
+ var g, e, a, l, s, D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E;
2563
2575
  this.hoursTableData = {
2564
2576
  hours: [],
2565
2577
  utcHours: [],
@@ -2586,150 +2598,142 @@ const Se = (l, e) => {
2586
2598
  seaLevel: [],
2587
2599
  seaTemp: []
2588
2600
  };
2589
- for (let B = 0; B < 24; B++) {
2590
- const I = we(this.pickedDate).clone().add(B, "h").format();
2591
- this.hoursTableData.hours.push(I);
2592
- const u = ((l = ye.pickHourly(this.meteoData, I)) == null ? void 0 : l[0]) || {};
2593
- this.hoursTableData.weatherUrls.push((e = u.weather) == null ? void 0 : e.url), this.hoursTableData.weatherNames.push(((a = u.weather) == null ? void 0 : a.name) ?? "-"), this.hoursTableData.temp.push(this.roundPrecision((A = u.weather) == null ? void 0 : A.temp, 0) ?? "-"), this.hoursTableData.precipProbability.push(this.roundPrecision((x = (s = u.weather) == null ? void 0 : s.precip) == null ? void 0 : x.probability, 0) ?? "-"), this.hoursTableData.precip1h.push(this.roundPrecision((Y = (k = u.weather) == null ? void 0 : k.precip) == null ? void 0 : Y.sum, 0) ?? "-"), this.hoursTableData.visibility.push(this.roundPrecision((j = u.weather) == null ? void 0 : j.visibility, 0) ?? "-"), this.hoursTableData.humidity.push(this.roundPrecision((N = u.weather) == null ? void 0 : N.rh, 0) ?? "-"), this.hoursTableData.windSpeed.push(this.roundPrecision((G = (T = u.weather) == null ? void 0 : T.wind) == null ? void 0 : G.kts, 1)), this.hoursTableData.windDir.push((P = (te = u.weather) == null ? void 0 : te.wind) == null ? void 0 : P.bearing), this.hoursTableData.windGust.push(this.roundPrecision((ee = (K = u.weather) == null ? void 0 : K.wind) == null ? void 0 : ee.gusts, 1) ?? "-"), this.hoursTableData.sigwaveHeight.push(this.roundPrecision((L = (se = u.wave) == null ? void 0 : se.sig) == null ? void 0 : L.height, 1) ?? "-"), this.hoursTableData.sigwaveDir.push((U = (S = u.wave) == null ? void 0 : S.sig) == null ? void 0 : U.bearing), this.hoursTableData.windwaveHeight.push(this.roundPrecision((W = (X = u.wave) == null ? void 0 : X.wd) == null ? void 0 : W.height, 1) ?? "-"), this.hoursTableData.windwaveDir.push((J = (R = u.wave) == null ? void 0 : R.wd) == null ? void 0 : J.bearing), this.hoursTableData.windwavePeriod.push(this.roundPrecision((V = (q = u.wave) == null ? void 0 : q.wd) == null ? void 0 : V.period, 1) ?? "-"), this.hoursTableData.swellHeight.push(this.roundPrecision((_ = (Z = u.wave) == null ? void 0 : Z.swell) == null ? void 0 : _.height, 1) ?? "-"), this.hoursTableData.swellDir.push((M = (h = u.wave) == null ? void 0 : h.swell) == null ? void 0 : M.bearing), this.hoursTableData.swellPeriod.push(this.roundPrecision((Q = (E = u.wave) == null ? void 0 : E.swell) == null ? void 0 : Q.period, 1) ?? "-"), this.hoursTableData.currentSpeed.push(this.roundPrecision((m = u.current) == null ? void 0 : m.speed, 1) ?? "-"), this.hoursTableData.currentDir.push((z = u.current) == null ? void 0 : z.bearing), this.hoursTableData.seaLevel.push(this.roundPrecision(u.height, 1) ?? "-"), this.hoursTableData.seaTemp.push(this.roundPrecision(u.sst, 0) ?? "-");
2601
+ for (let y = 0; y < 24; y++) {
2602
+ const v = we(this.pickedDate).clone().add(y, "h").format();
2603
+ this.hoursTableData.hours.push(v);
2604
+ const u = ((g = ye.pickHourly(this.meteoData, v)) == null ? void 0 : g[0]) || {};
2605
+ this.hoursTableData.weatherUrls.push((e = u.weather) == null ? void 0 : e.url), this.hoursTableData.weatherNames.push(((a = u.weather) == null ? void 0 : a.name) ?? "-"), this.hoursTableData.temp.push(this.roundPrecision((l = u.weather) == null ? void 0 : l.temp, 0) ?? "-"), this.hoursTableData.precipProbability.push(this.roundPrecision((D = (s = u.weather) == null ? void 0 : s.precip) == null ? void 0 : D.probability, 1) ?? "-"), this.hoursTableData.precip1h.push(this.roundPrecision((S = (L = u.weather) == null ? void 0 : L.precip) == null ? void 0 : S.sum, 1) ?? "-"), this.hoursTableData.visibility.push(this.roundPrecision((F = u.weather) == null ? void 0 : F.visibility, 0) ?? "-"), this.hoursTableData.humidity.push(this.roundPrecision((H = u.weather) == null ? void 0 : H.rh, 0) ?? "-"), this.hoursTableData.windSpeed.push(this.roundPrecision((P = (k = u.weather) == null ? void 0 : k.wind) == null ? void 0 : P.kts, 1)), this.hoursTableData.windDir.push((z = (te = u.weather) == null ? void 0 : te.wind) == null ? void 0 : z.bearing), this.hoursTableData.windGust.push(this.roundPrecision((_ = (O = u.weather) == null ? void 0 : O.wind) == null ? void 0 : _.gusts, 1) ?? "-"), this.hoursTableData.sigwaveHeight.push(this.roundPrecision((M = (se = u.wave) == null ? void 0 : se.sig) == null ? void 0 : M.height, 1) ?? "-"), this.hoursTableData.sigwaveDir.push((Y = (N = u.wave) == null ? void 0 : N.sig) == null ? void 0 : Y.bearing), this.hoursTableData.windwaveHeight.push(this.roundPrecision((K = (j = u.wave) == null ? void 0 : j.wd) == null ? void 0 : K.height, 1) ?? "-"), this.hoursTableData.windwaveDir.push((X = (U = u.wave) == null ? void 0 : U.wd) == null ? void 0 : X.bearing), this.hoursTableData.windwavePeriod.push(this.roundPrecision((R = (W = u.wave) == null ? void 0 : W.wd) == null ? void 0 : R.period, 1) ?? "-"), this.hoursTableData.swellHeight.push(this.roundPrecision((q = (J = u.wave) == null ? void 0 : J.swell) == null ? void 0 : q.height, 1) ?? "-"), this.hoursTableData.swellDir.push((Q = (d = u.wave) == null ? void 0 : d.swell) == null ? void 0 : Q.bearing), this.hoursTableData.swellPeriod.push(this.roundPrecision((C = (b = u.wave) == null ? void 0 : b.swell) == null ? void 0 : C.period, 1) ?? "-"), this.hoursTableData.currentSpeed.push(this.roundPrecision((m = u.current) == null ? void 0 : m.speed, 1) ?? "-"), this.hoursTableData.currentDir.push((E = u.current) == null ? void 0 : E.bearing), this.hoursTableData.seaLevel.push(this.roundPrecision(u.height, 1) ?? "-"), this.hoursTableData.seaTemp.push(this.roundPrecision(u.sst, 0) ?? "-");
2594
2606
  }
2595
2607
  this.loading.hoursTable = !1;
2596
2608
  },
2597
2609
  handleClearHoursTable() {
2598
- this.position = {}, this.meteoData = {}, this.isCollected = !1, me && document.getElementById("weather-chart") && me.dispose(document.getElementById("weather-chart"));
2610
+ this.position = {}, this.meteoData = {}, this.isCollected = !1, ue && document.getElementById("weather-chart") && ue.dispose(document.getElementById("weather-chart"));
2599
2611
  },
2600
2612
  initDaysTableData() {
2601
- var e, a, A, s, x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f;
2613
+ var e, a, l, s, D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $;
2602
2614
  this.daysTableData = [];
2603
- const l = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2604
- for (let n = 0; n < 14; n++) {
2605
- const H = we(l).clone().add(n, "d").format(), g = ((e = ye.pickDaily(this.meteoData, H)) == null ? void 0 : e[0]) || {};
2606
- this.daysTableData.push(
2607
- {
2608
- localWeek: this.computeWeekLT(H),
2609
- localDate: this.computeMMMDDLT(H),
2610
- weatherUrl: (a = g == null ? void 0 : g.weather) == null ? void 0 : a.url,
2611
- minTemp: this.roundPrecision((s = (A = g == null ? void 0 : g.weather) == null ? void 0 : A.temp) == null ? void 0 : s.min, 0) ?? "-",
2612
- maxTemp: this.roundPrecision((k = (x = g == null ? void 0 : g.weather) == null ? void 0 : x.temp) == null ? void 0 : k.max, 0) ?? "-",
2613
- weatherName: (Y = g == null ? void 0 : g.weather) == null ? void 0 : Y.name,
2614
- precipSum: this.roundPrecision((N = (j = g == null ? void 0 : g.weather) == null ? void 0 : j.precip) == null ? void 0 : N.sum, 0) ?? "-",
2615
- precipRainSum: this.roundPrecision((G = (T = g == null ? void 0 : g.weather) == null ? void 0 : T.precip) == null ? void 0 : G.rainSum, 0) ?? "-",
2616
- precipSnowfallSum: this.roundPrecision((P = (te = g == null ? void 0 : g.weather) == null ? void 0 : te.precip) == null ? void 0 : P.snowfallSum, 0) ?? "-",
2617
- windSpeedMax: this.roundPrecision((ee = (K = g == null ? void 0 : g.weather) == null ? void 0 : K.wind) == null ? void 0 : ee.kts, 1) ?? "-",
2618
- windSpeedDir: (L = (se = g == null ? void 0 : g.weather) == null ? void 0 : se.wind) == null ? void 0 : L.bearing,
2619
- gustSpeedMax: this.roundPrecision((U = (S = g == null ? void 0 : g.weather) == null ? void 0 : S.wind) == null ? void 0 : U.gusts, 1) ?? "-",
2620
- windWaveHeight: this.roundPrecision((W = (X = g == null ? void 0 : g.wave) == null ? void 0 : X.wd) == null ? void 0 : W.height, 1) ?? "-",
2621
- windWavePeriod: this.roundPrecision((J = (R = g == null ? void 0 : g.wave) == null ? void 0 : R.wd) == null ? void 0 : J.period, 1) ?? "-",
2622
- windWaveDir: (V = (q = g == null ? void 0 : g.wave) == null ? void 0 : q.wd) == null ? void 0 : V.bearing,
2623
- swellWaveHeight: this.roundPrecision((_ = (Z = g == null ? void 0 : g.wave) == null ? void 0 : Z.swell) == null ? void 0 : _.height, 1) ?? "-",
2624
- swellWavePeriod: this.roundPrecision((M = (h = g == null ? void 0 : g.wave) == null ? void 0 : h.swell) == null ? void 0 : M.period, 1) ?? "-",
2625
- swellWaveDir: (Q = (E = g == null ? void 0 : g.wave) == null ? void 0 : E.swell) == null ? void 0 : Q.bearing,
2626
- sigWaveHeight: this.roundPrecision((z = (m = g == null ? void 0 : g.wave) == null ? void 0 : m.sig) == null ? void 0 : z.height, 1) ?? "-",
2627
- sigWavePeriod: this.roundPrecision((I = (B = g == null ? void 0 : g.wave) == null ? void 0 : B.sig) == null ? void 0 : I.period, 1) ?? "-",
2628
- sigWaveDir: (f = (u = g == null ? void 0 : g.wave) == null ? void 0 : u.sig) == null ? void 0 : f.bearing
2629
- }
2630
- );
2615
+ const g = ie(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2616
+ for (let h = 0; h < 14; h++) {
2617
+ const oe = we(g).clone().add(h, "d").format(), o = ((e = ye.pickDaily(this.meteoData, oe)) == null ? void 0 : e[0]) || {};
2618
+ this.daysTableData.push({
2619
+ localWeek: this.computeWeekLT(oe),
2620
+ localDate: this.computeMMMDDLT(oe),
2621
+ weatherUrl: (a = o == null ? void 0 : o.weather) == null ? void 0 : a.url,
2622
+ minTemp: this.roundPrecision((s = (l = o == null ? void 0 : o.weather) == null ? void 0 : l.temp) == null ? void 0 : s.min, 0) ?? "-",
2623
+ maxTemp: this.roundPrecision((L = (D = o == null ? void 0 : o.weather) == null ? void 0 : D.temp) == null ? void 0 : L.max, 0) ?? "-",
2624
+ weatherName: (S = o == null ? void 0 : o.weather) == null ? void 0 : S.name,
2625
+ precipSum: this.roundPrecision((H = (F = o == null ? void 0 : o.weather) == null ? void 0 : F.precip) == null ? void 0 : H.sum, 1) ?? "-",
2626
+ precipRainSum: this.roundPrecision((P = (k = o == null ? void 0 : o.weather) == null ? void 0 : k.precip) == null ? void 0 : P.rainSum, 1) ?? "-",
2627
+ precipSnowfallSum: this.roundPrecision((z = (te = o == null ? void 0 : o.weather) == null ? void 0 : te.precip) == null ? void 0 : z.snowfallSum, 1) ?? "-",
2628
+ windSpeedMax: this.roundPrecision((_ = (O = o == null ? void 0 : o.weather) == null ? void 0 : O.wind) == null ? void 0 : _.kts, 1) ?? "-",
2629
+ windSpeedDir: (M = (se = o == null ? void 0 : o.weather) == null ? void 0 : se.wind) == null ? void 0 : M.bearing,
2630
+ gustSpeedMax: this.roundPrecision((Y = (N = o == null ? void 0 : o.weather) == null ? void 0 : N.wind) == null ? void 0 : Y.gusts, 1) ?? "-",
2631
+ windWaveHeight: this.roundPrecision((K = (j = o == null ? void 0 : o.wave) == null ? void 0 : j.wd) == null ? void 0 : K.height, 1) ?? "-",
2632
+ windWavePeriod: this.roundPrecision((X = (U = o == null ? void 0 : o.wave) == null ? void 0 : U.wd) == null ? void 0 : X.period, 1) ?? "-",
2633
+ windWaveDir: (R = (W = o == null ? void 0 : o.wave) == null ? void 0 : W.wd) == null ? void 0 : R.bearing,
2634
+ swellWaveHeight: this.roundPrecision((q = (J = o == null ? void 0 : o.wave) == null ? void 0 : J.swell) == null ? void 0 : q.height, 1) ?? "-",
2635
+ swellWavePeriod: this.roundPrecision((Q = (d = o == null ? void 0 : o.wave) == null ? void 0 : d.swell) == null ? void 0 : Q.period, 1) ?? "-",
2636
+ swellWaveDir: (C = (b = o == null ? void 0 : o.wave) == null ? void 0 : b.swell) == null ? void 0 : C.bearing,
2637
+ sigWaveHeight: this.roundPrecision((E = (m = o == null ? void 0 : o.wave) == null ? void 0 : m.sig) == null ? void 0 : E.height, 1) ?? "-",
2638
+ sigWavePeriod: this.roundPrecision((v = (y = o == null ? void 0 : o.wave) == null ? void 0 : y.sig) == null ? void 0 : v.period, 1) ?? "-",
2639
+ sigWaveDir: ($ = (u = o == null ? void 0 : o.wave) == null ? void 0 : u.sig) == null ? void 0 : $.bearing
2640
+ });
2631
2641
  }
2632
2642
  this.loading.daysTable = !1;
2633
2643
  },
2634
2644
  initHourlyTableData() {
2635
- var e, a, A, s, x, k, Y, j, N, T, G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I;
2645
+ var e, a, l, s, D, L, S, F, H, k, P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v;
2636
2646
  this.hourlyTableData = [];
2637
- const l = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2647
+ const g = ie(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2638
2648
  for (let u = 0; u < 14 * 24; u++) {
2639
- let f;
2640
- if (u < 3 * 24 ? f = we(l).clone().add(u, "h").format() : u < 7 * 24 ? u % 3 === 0 && (f = we(l).clone().add(u, "h").format()) : u % 6 === 0 && (f = we(l).clone().add(u, "h").format()), f) {
2641
- const n = ((e = ye.pickHourly(this.meteoData, f)) == null ? void 0 : e[0]) || {};
2642
- this.hourlyTableData.push(
2643
- {
2644
- localDate: this.computeMMMDDHHmmLT(f),
2645
- temp: this.roundPrecision((a = n == null ? void 0 : n.weather) == null ? void 0 : a.temp, 0) ?? "-",
2646
- precipSum: this.roundPrecision((s = (A = n == null ? void 0 : n.weather) == null ? void 0 : A.precip) == null ? void 0 : s.sum, 0) ?? "-",
2647
- visibility: this.roundPrecision((x = n == null ? void 0 : n.weather) == null ? void 0 : x.visibility, 0) ?? "-",
2648
- windSpeed: this.roundPrecision((Y = (k = n == null ? void 0 : n.weather) == null ? void 0 : k.wind) == null ? void 0 : Y.kts, 1) ?? "-",
2649
- windDir: (N = (j = n == null ? void 0 : n.weather) == null ? void 0 : j.wind) == null ? void 0 : N.direction,
2650
- windBearing: (G = (T = n == null ? void 0 : n.weather) == null ? void 0 : T.wind) == null ? void 0 : G.bearing,
2651
- windBF: ((P = (te = n == null ? void 0 : n.weather) == null ? void 0 : te.wind) == null ? void 0 : P.scale) ?? "-",
2652
- windGusts: this.roundPrecision((ee = (K = n == null ? void 0 : n.weather) == null ? void 0 : K.wind) == null ? void 0 : ee.gusts, 1) ?? "-",
2653
- windWaveHeight: this.roundPrecision((L = (se = n == null ? void 0 : n.wave) == null ? void 0 : se.wd) == null ? void 0 : L.height, 1) ?? "-",
2654
- windWavePeriod: this.roundPrecision((U = (S = n == null ? void 0 : n.wave) == null ? void 0 : S.wd) == null ? void 0 : U.period, 1) ?? "-",
2655
- windWaveDir: (W = (X = n == null ? void 0 : n.wave) == null ? void 0 : X.wd) == null ? void 0 : W.direction,
2656
- windWaveBearing: (J = (R = n == null ? void 0 : n.wave) == null ? void 0 : R.wd) == null ? void 0 : J.bearing,
2657
- sigWaveHeight: this.roundPrecision((V = (q = n == null ? void 0 : n.wave) == null ? void 0 : q.sig) == null ? void 0 : V.height, 1) ?? "-",
2658
- sigWavePeriod: this.roundPrecision((_ = (Z = n == null ? void 0 : n.wave) == null ? void 0 : Z.sig) == null ? void 0 : _.period, 1) ?? "-",
2659
- sigWaveDir: (M = (h = n == null ? void 0 : n.wave) == null ? void 0 : h.sig) == null ? void 0 : M.direction,
2660
- sigWaveBearing: (Q = (E = n == null ? void 0 : n.wave) == null ? void 0 : E.wd) == null ? void 0 : Q.bearing,
2661
- currentDir: (m = n == null ? void 0 : n.current) == null ? void 0 : m.direction,
2662
- currentSpd: this.roundPrecision((z = n == null ? void 0 : n.current) == null ? void 0 : z.kts, 1) ?? "-",
2663
- currentBearing: (I = (B = n == null ? void 0 : n.wave) == null ? void 0 : B.wd) == null ? void 0 : I.bearing,
2664
- seaLevel: this.roundPrecision(n == null ? void 0 : n.height, 1) ?? "-",
2665
- seaSurfaceTemp: this.roundPrecision(n == null ? void 0 : n.sst, 0) ?? "-"
2666
- }
2667
- );
2649
+ let $;
2650
+ if (u < 3 * 24 ? $ = we(g).clone().add(u, "h").format() : u < 7 * 24 ? u % 3 === 0 && ($ = we(g).clone().add(u, "h").format()) : u % 6 === 0 && ($ = we(g).clone().add(u, "h").format()), $) {
2651
+ const h = ((e = ye.pickHourly(this.meteoData, $)) == null ? void 0 : e[0]) || {};
2652
+ this.hourlyTableData.push({
2653
+ localDate: this.computeMMMDDHHmmLT($),
2654
+ temp: this.roundPrecision((a = h == null ? void 0 : h.weather) == null ? void 0 : a.temp, 0) ?? "-",
2655
+ precipSum: this.roundPrecision((s = (l = h == null ? void 0 : h.weather) == null ? void 0 : l.precip) == null ? void 0 : s.sum, 1) ?? "-",
2656
+ visibility: this.roundPrecision((D = h == null ? void 0 : h.weather) == null ? void 0 : D.visibility, 1) ?? "-",
2657
+ windSpeed: this.roundPrecision((S = (L = h == null ? void 0 : h.weather) == null ? void 0 : L.wind) == null ? void 0 : S.kts, 1) ?? "-",
2658
+ windDir: (H = (F = h == null ? void 0 : h.weather) == null ? void 0 : F.wind) == null ? void 0 : H.direction,
2659
+ windBearing: (P = (k = h == null ? void 0 : h.weather) == null ? void 0 : k.wind) == null ? void 0 : P.bearing,
2660
+ windBF: ((z = (te = h == null ? void 0 : h.weather) == null ? void 0 : te.wind) == null ? void 0 : z.scale) ?? "-",
2661
+ windGusts: this.roundPrecision((_ = (O = h == null ? void 0 : h.weather) == null ? void 0 : O.wind) == null ? void 0 : _.gusts, 1) ?? "-",
2662
+ windWaveHeight: this.roundPrecision((M = (se = h == null ? void 0 : h.wave) == null ? void 0 : se.wd) == null ? void 0 : M.height, 1) ?? "-",
2663
+ windWavePeriod: this.roundPrecision((Y = (N = h == null ? void 0 : h.wave) == null ? void 0 : N.wd) == null ? void 0 : Y.period, 1) ?? "-",
2664
+ windWaveDir: (K = (j = h == null ? void 0 : h.wave) == null ? void 0 : j.wd) == null ? void 0 : K.direction,
2665
+ windWaveBearing: (X = (U = h == null ? void 0 : h.wave) == null ? void 0 : U.wd) == null ? void 0 : X.bearing,
2666
+ sigWaveHeight: this.roundPrecision((R = (W = h == null ? void 0 : h.wave) == null ? void 0 : W.sig) == null ? void 0 : R.height, 1) ?? "-",
2667
+ sigWavePeriod: this.roundPrecision((q = (J = h == null ? void 0 : h.wave) == null ? void 0 : J.sig) == null ? void 0 : q.period, 1) ?? "-",
2668
+ sigWaveDir: (Q = (d = h == null ? void 0 : h.wave) == null ? void 0 : d.sig) == null ? void 0 : Q.direction,
2669
+ sigWaveBearing: (C = (b = h == null ? void 0 : h.wave) == null ? void 0 : b.wd) == null ? void 0 : C.bearing,
2670
+ currentDir: (m = h == null ? void 0 : h.current) == null ? void 0 : m.direction,
2671
+ currentSpd: this.roundPrecision((E = h == null ? void 0 : h.current) == null ? void 0 : E.kts, 1) ?? "-",
2672
+ currentBearing: (v = (y = h == null ? void 0 : h.wave) == null ? void 0 : y.wd) == null ? void 0 : v.bearing,
2673
+ seaLevel: this.roundPrecision(h == null ? void 0 : h.height, 1) ?? "-",
2674
+ seaSurfaceTemp: this.roundPrecision(h == null ? void 0 : h.sst, 0) ?? "-"
2675
+ });
2668
2676
  }
2669
2677
  }
2670
2678
  this.loading.hourlyTable = !1;
2671
2679
  },
2672
- handleSelectMonth(l) {
2673
- this.currentMonth = l, this.handleFetchSeasonalData();
2680
+ handleSelectMonth(g) {
2681
+ this.currentMonth = g, this.handleFetchSeasonalData();
2674
2682
  }
2675
2683
  }
2676
- }, Oe = { class: "spot-report" }, Ye = { class: "search-header-box" }, je = { class: "search-header-box-inner flex-between" }, Ke = { class: "search-box flex-start" }, Ue = { class: "menu-box flex-end" }, Xe = { class: "content-box" }, We = { class: "title-section flex-between" }, Re = { class: "main-title" }, Je = { class: "sub-title" }, qe = { class: "flex-end" }, Ve = {
2684
+ }, Oe = { class: "spot-report" }, Ye = { class: "search-header-box" }, je = { class: "search-header-box-inner flex-between" }, Ke = { class: "search-box flex-start" }, Ue = { class: "menu-box flex-end" }, Xe = { class: "content-box" }, We = { class: "title-section flex-between" }, Re = { class: "main-title" }, Je = { class: "sub-title" }, qe = { key: 0 }, Ve = { class: "flex-end" }, Ze = {
2677
2685
  key: 0,
2678
2686
  class: "meteogram-echart-section"
2679
- }, Ze = {
2687
+ }, _e = {
2680
2688
  key: 0,
2681
2689
  class: "card"
2682
- }, _e = {
2690
+ }, $e = {
2683
2691
  key: 1,
2684
2692
  class: "card flex-center"
2685
- }, $e = {
2693
+ }, et = {
2686
2694
  key: 2,
2687
2695
  class: "card flex-center"
2688
- }, et = {
2696
+ }, tt = {
2689
2697
  key: 1,
2690
2698
  class: "weather-echart-section"
2691
- }, tt = {
2699
+ }, st = {
2692
2700
  key: 0,
2693
2701
  id: "weather-chart",
2694
2702
  class: "weather-chart"
2695
- }, st = {
2703
+ }, at = {
2696
2704
  key: 1,
2697
2705
  class: "weather-chart weather-chart-loading flex-center"
2698
- }, at = {
2706
+ }, it = {
2699
2707
  key: 2,
2700
2708
  class: "weather-chart flex-center"
2701
- }, it = {
2709
+ }, ot = {
2702
2710
  key: 2,
2703
2711
  class: "hours-table-section",
2704
2712
  style: { border: "1px solid var(--idm-gray-light)" }
2705
- }, ot = {
2713
+ }, nt = {
2706
2714
  key: 0,
2707
2715
  class: "card"
2708
- }, nt = { class: "date" }, rt = { class: "basic-table" }, At = { class: "day" }, lt = { class: "hour" }, ht = { class: "icon" }, gt = ["src"], dt = { class: "text" }, ct = { class: "text" }, wt = { class: "text" }, pt = { class: "text" }, mt = { class: "text" }, ut = { class: "text" }, ft = { key: 1 }, Dt = { class: "text" }, Bt = { class: "text" }, yt = { class: "wave-current-table" }, xt = { class: "text" }, vt = { class: "text" }, Ct = { key: 1 }, It = { class: "text" }, bt = { class: "text" }, Et = { class: "text" }, Qt = { key: 1 }, Mt = { class: "text" }, Lt = { class: "text" }, zt = { class: "text" }, Ht = { key: 1 }, kt = { class: "text" }, Pt = { class: "sea-table" }, Nt = { class: "text" }, Tt = { class: "text" }, Gt = {
2716
+ }, rt = { class: "date" }, At = { class: "basic-table" }, lt = { class: "day" }, ht = { class: "hour" }, gt = { class: "icon" }, dt = ["src"], ct = { class: "text" }, wt = { class: "text" }, pt = { class: "text" }, mt = { class: "text" }, ut = { class: "text" }, ft = { class: "text" }, Dt = { key: 1 }, Bt = { class: "text" }, yt = { class: "text" }, xt = { class: "wave-current-table" }, vt = { class: "text" }, Ct = { class: "text" }, It = { key: 1 }, bt = { class: "text" }, Et = { class: "text" }, Qt = { class: "text" }, Mt = { key: 1 }, Lt = { class: "text" }, zt = { class: "text" }, Ht = { class: "text" }, kt = { key: 1 }, Pt = { class: "text" }, Nt = { class: "sea-table" }, Tt = { class: "text" }, Gt = { class: "text" }, St = {
2709
2717
  key: 1,
2710
2718
  class: "card card-loading flex-center"
2711
- }, St = {
2719
+ }, Ft = {
2712
2720
  key: 2,
2713
2721
  class: "card flex-center"
2714
- }, Ft = {
2722
+ }, Ot = {
2715
2723
  key: 3,
2716
2724
  class: "days-table-section"
2717
- }, Ot = {
2725
+ }, Yt = {
2718
2726
  key: 0,
2719
2727
  class: "card"
2720
- }, Yt = { class: "conditions-table" }, jt = {
2728
+ }, jt = { class: "conditions-table" }, Kt = {
2721
2729
  rowspan: "1",
2722
2730
  colspan: "1",
2723
2731
  class: "tr-title font-gray",
2724
2732
  style: { "text-align": "right", "padding-right": "10px", "box-sizing": "border-box" }
2725
- }, Kt = {
2733
+ }, Ut = {
2726
2734
  rowspan: "1",
2727
2735
  colspan: "1"
2728
- }, Ut = ["src"], Xt = {
2729
- rowspan: "1",
2730
- colspan: "1",
2731
- class: "text-align-left"
2732
- }, Wt = {
2736
+ }, Xt = ["src"], Wt = {
2733
2737
  rowspan: "1",
2734
2738
  colspan: "1",
2735
2739
  class: "text-align-left"
@@ -2749,39 +2753,39 @@ const Se = (l, e) => {
2749
2753
  rowspan: "1",
2750
2754
  colspan: "1",
2751
2755
  class: "text-align-left"
2752
- }, Zt = { key: 1 }, _t = {
2756
+ }, Zt = {
2757
+ rowspan: "1",
2758
+ colspan: "1",
2759
+ class: "text-align-left"
2760
+ }, _t = { key: 1 }, $t = {
2753
2761
  rowspan: "1",
2754
2762
  colspan: "1",
2755
2763
  class: "text-align-left"
2756
- }, $t = {
2764
+ }, es = {
2757
2765
  rowspan: "1",
2758
2766
  colspan: "1",
2759
2767
  class: "text-align-left"
2760
- }, es = { key: 1 }, ts = {
2768
+ }, ts = { key: 1 }, ss = {
2761
2769
  rowspan: "1",
2762
2770
  colspan: "1",
2763
2771
  class: "text-align-left"
2764
- }, ss = { key: 1 }, as = {
2772
+ }, as = { key: 1 }, is = {
2765
2773
  rowspan: "1",
2766
2774
  colspan: "1",
2767
2775
  class: "text-align-left"
2768
- }, is = { key: 1 }, os = {
2776
+ }, os = { key: 1 }, ns = {
2769
2777
  key: 1,
2770
2778
  class: "card card-loading flex-center"
2771
- }, ns = {
2779
+ }, rs = {
2772
2780
  key: 2,
2773
2781
  class: "card flex-center"
2774
- }, rs = {
2782
+ }, As = {
2775
2783
  key: 4,
2776
2784
  class: "hourly-table-section"
2777
- }, As = {
2785
+ }, ls = {
2778
2786
  key: 0,
2779
2787
  class: "card"
2780
- }, ls = { class: "conditions-table" }, hs = {
2781
- rowspan: "1",
2782
- colspan: "1",
2783
- class: "border"
2784
- }, gs = {
2788
+ }, hs = { class: "conditions-table" }, gs = {
2785
2789
  rowspan: "1",
2786
2790
  colspan: "1",
2787
2791
  class: "border"
@@ -2794,98 +2798,102 @@ const Se = (l, e) => {
2794
2798
  colspan: "1",
2795
2799
  class: "border"
2796
2800
  }, ws = {
2801
+ rowspan: "1",
2802
+ colspan: "1",
2803
+ class: "border"
2804
+ }, ps = {
2797
2805
  rowspan: "1",
2798
2806
  colspan: "1",
2799
2807
  class: "border",
2800
2808
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2801
- }, ps = { key: 1 }, ms = {
2809
+ }, ms = { key: 1 }, us = {
2802
2810
  rowspan: "1",
2803
2811
  colspan: "1",
2804
2812
  class: "border"
2805
- }, us = {
2813
+ }, fs = {
2806
2814
  rowspan: "1",
2807
2815
  colspan: "1",
2808
2816
  class: "border"
2809
- }, fs = {
2817
+ }, Ds = {
2810
2818
  rowspan: "1",
2811
2819
  colspan: "1",
2812
2820
  class: "border"
2813
- }, Ds = {
2821
+ }, Bs = {
2814
2822
  rowspan: "1",
2815
2823
  colspan: "1",
2816
2824
  class: "border",
2817
2825
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2818
- }, Bs = { key: 1 }, ys = {
2826
+ }, ys = { key: 1 }, xs = {
2819
2827
  rowspan: "1",
2820
2828
  colspan: "1",
2821
2829
  class: "border"
2822
- }, xs = {
2830
+ }, vs = {
2823
2831
  rowspan: "1",
2824
2832
  colspan: "1",
2825
2833
  class: "border"
2826
- }, vs = {
2834
+ }, Cs = {
2827
2835
  rowspan: "1",
2828
2836
  colspan: "1",
2829
2837
  class: "border",
2830
2838
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2831
- }, Cs = { key: 1 }, Is = {
2839
+ }, Is = { key: 1 }, bs = {
2832
2840
  rowspan: "1",
2833
2841
  colspan: "1",
2834
2842
  class: "border"
2835
- }, bs = {
2843
+ }, Es = {
2836
2844
  rowspan: "1",
2837
2845
  colspan: "1",
2838
2846
  class: "border"
2839
- }, Es = {
2847
+ }, Qs = {
2840
2848
  rowspan: "1",
2841
2849
  colspan: "1",
2842
2850
  class: "border",
2843
2851
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2844
- }, Qs = { key: 1 }, Ms = {
2852
+ }, Ms = { key: 1 }, Ls = {
2845
2853
  rowspan: "1",
2846
2854
  colspan: "1",
2847
2855
  class: "border"
2848
- }, Ls = {
2856
+ }, zs = {
2849
2857
  rowspan: "1",
2850
2858
  colspan: "1",
2851
2859
  class: "border"
2852
- }, zs = {
2860
+ }, Hs = {
2853
2861
  rowspan: "1",
2854
2862
  colspan: "1",
2855
2863
  class: "border"
2856
- }, Hs = {
2864
+ }, ks = {
2857
2865
  key: 1,
2858
2866
  class: "card card-loading flex-center"
2859
- }, ks = {
2867
+ }, Ps = {
2860
2868
  key: 2,
2861
2869
  class: "card flex-center"
2862
- }, Ps = {
2870
+ }, Ns = {
2863
2871
  key: 5,
2864
2872
  class: "seasonal-weather-section"
2865
- }, Ns = {
2873
+ }, Ts = {
2866
2874
  key: 0,
2867
2875
  class: "card flex-space"
2868
- }, Ts = {
2876
+ }, Gs = {
2869
2877
  class: "echart-box",
2870
2878
  style: {}
2871
- }, Gs = { style: { cursor: "pointer" } }, Ss = { style: { padding: "3px 0 0 5px", cursor: "pointer" } }, Fs = { class: "months-select-box" }, Os = { class: "bg-select" }, Ys = ["onClick"], js = { class: "flex-col-start-start right-bar" }, Ks = {
2879
+ }, Ss = { style: { cursor: "pointer" } }, Fs = { style: { padding: "3px 0 0 5px", cursor: "pointer" } }, Os = { class: "months-select-box" }, Ys = { class: "bg-select" }, js = ["onClick"], Ks = { class: "flex-col-start-start right-bar" }, Us = {
2872
2880
  class: "",
2873
2881
  style: { "font-size": "16px", "font-weight": "bold", "margin-bottom": "20px" }
2874
- }, Us = { class: "text" }, Xs = { class: "text" }, Ws = { class: "text" }, Rs = { class: "text" }, Js = { class: "text" }, qs = { class: "text" }, Vs = { class: "text" }, Zs = { class: "text" }, _s = { class: "text" }, $s = { class: "text" }, ea = { class: "text" }, ta = { class: "text" }, sa = {
2882
+ }, Xs = { class: "text" }, Ws = { class: "text" }, Rs = { class: "text" }, Js = { class: "text" }, qs = { class: "text" }, Vs = { class: "text" }, Zs = { class: "text" }, _s = { class: "text" }, $s = { class: "text" }, ea = { class: "text" }, ta = { class: "text" }, sa = { class: "text" }, aa = {
2875
2883
  key: 1,
2876
2884
  class: "card flex-center"
2877
- }, aa = {
2885
+ }, ia = {
2878
2886
  key: 2,
2879
2887
  class: "card flex-center"
2880
2888
  };
2881
- function ia(l, e, a, A, s, x) {
2882
- var G, te, P, K, ee, se, L, S, U, X, W, R, J, q, V, Z, _, h, M, E, Q, m, z, B, I, u, f, n, H, g, ge, de, ce, v, ne, d, F, $, c, O, he, oe;
2883
- const k = Ce("ElOption"), Y = Ce("ElSelect"), j = Ce("ElTooltip"), N = Ce("ArrowRight"), T = Ce("el-icon");
2884
- return o(), r("div", Oe, [
2889
+ function oa(g, e, a, l, s, D) {
2890
+ var P, te, z, O, _, se, M, N, Y, j, K, U, X, W, R, J, q, d, Q, b, C, m, E, y, v, u, $, h, oe, o, ee, V, ce, x, re, c, T, Z, w, G, de, Ae, ne;
2891
+ const L = Ce("ElOption"), S = Ce("ElSelect"), F = Ce("ElTooltip"), H = Ce("ArrowRight"), k = Ce("ElIcon");
2892
+ return n(), r("div", Oe, [
2885
2893
  t("div", Ye, [
2886
2894
  t("div", je, [
2887
2895
  t("div", Ke, [
2888
- Ie(Y, {
2896
+ Ie(S, {
2889
2897
  modelValue: s.searchName,
2890
2898
  "onUpdate:modelValue": e[0] || (e[0] = (i) => s.searchName = i),
2891
2899
  filterable: "",
@@ -2895,13 +2903,13 @@ function ia(l, e, a, A, s, x) {
2895
2903
  placeholder: s.placeholder,
2896
2904
  autocomplete: "",
2897
2905
  "remote-show-suffix": "",
2906
+ "remote-method": D.fetchSuggestPosition,
2898
2907
  onFocus: e[1] || (e[1] = (i) => s.placeholder = ""),
2899
2908
  onBlur: e[2] || (e[2] = (i) => s.placeholder = "search for port name or coordinates"),
2900
- "remote-method": x.fetchSuggestPosition,
2901
- onChange: x.handleSearch
2909
+ onChange: D.handleSearch
2902
2910
  }, {
2903
2911
  default: be(() => [
2904
- (o(!0), r(re, null, Ae(s.positionList, (i) => (o(), Ne(k, {
2912
+ (n(!0), r(le, null, he(s.positionList, (i) => (n(), Ne(L, {
2905
2913
  key: i.name,
2906
2914
  label: i.name,
2907
2915
  value: i.name
@@ -2912,15 +2920,15 @@ function ia(l, e, a, A, s, x) {
2912
2920
  ]),
2913
2921
  t("div", Ue, [
2914
2922
  t("div", {
2915
- class: le(["item flex-center", s.menuIndex === 1 ? "active" : ""]),
2923
+ class: ge(["item flex-center", s.menuIndex === 1 ? "active" : ""]),
2916
2924
  onClick: e[3] || (e[3] = (i) => s.menuIndex = 1)
2917
2925
  }, "7-Day Forecast", 2),
2918
2926
  t("div", {
2919
- class: le(["item flex-center", s.menuIndex === 2 ? "active" : ""]),
2927
+ class: ge(["item flex-center", s.menuIndex === 2 ? "active" : ""]),
2920
2928
  onClick: e[4] || (e[4] = (i) => s.menuIndex = 2)
2921
2929
  }, "14-Day Forecast", 2),
2922
2930
  t("div", {
2923
- class: le(["item flex-center", s.menuIndex === 3 ? "active" : ""]),
2931
+ class: ge(["item flex-center", s.menuIndex === 3 ? "active" : ""]),
2924
2932
  onClick: e[5] || (e[5] = (i) => s.menuIndex = 3)
2925
2933
  }, "Seasonal Forecast", 2)
2926
2934
  ])
@@ -2929,466 +2937,470 @@ function ia(l, e, a, A, s, x) {
2929
2937
  t("div", Xe, [
2930
2938
  t("div", We, [
2931
2939
  t("div", null, [
2932
- t("div", Re, p(s.menuIndex === 3 ? "Seasonal" : "") + " Weather forecast for " + p(((G = s.position) == null ? void 0 : G.name) || "-") + " ( UTC" + p(s.positionOffset) + " )", 1),
2933
- t("div", Je, "At " + p((te = s.position) != null && te.portId ? "port" : "coordinates") + ", issued " + p(s.issuedDate), 1)
2940
+ t("div", Re, p(s.menuIndex === 3 ? "Seasonal" : "") + " Weather forecast for " + p(((P = s.position) == null ? void 0 : P.name) || "-") + " ( UTC" + p(s.positionOffset) + " )", 1),
2941
+ t("div", Je, [
2942
+ ae(" At " + p((te = s.position) != null && te.portId ? "port" : "coordinates"), 1),
2943
+ (z = s.position) != null && z.portId ? (n(), r("span", qe, ", " + p(D.computeLat(s.position.lat)) + ", " + p(D.computeLng(s.position.lng)), 1)) : Be("", !0),
2944
+ ae(", issued " + p(s.issuedDate), 1)
2945
+ ])
2934
2946
  ]),
2935
- t("div", qe, [
2936
- Ie(j, {
2947
+ t("div", Ve, [
2948
+ Ie(F, {
2937
2949
  placement: "left",
2938
2950
  effect: "light",
2939
2951
  content: s.isCollected ? "remove the port/coordinate from the search list" : "add the port/coordinate to the search list",
2940
2952
  "show-after": 1e3
2941
2953
  }, {
2942
2954
  default: be(() => [
2943
- s.isCollected ? (o(), r("span", {
2955
+ s.isCollected ? (n(), r("span", {
2944
2956
  key: 0,
2945
2957
  class: "iconfont icon active",
2946
- onClick: e[6] || (e[6] = (...i) => x.handleCollect && x.handleCollect(...i))
2947
- }, "")) : (o(), r("span", {
2958
+ onClick: e[6] || (e[6] = (...i) => D.handleCollect && D.handleCollect(...i))
2959
+ }, "")) : (n(), r("span", {
2948
2960
  key: 1,
2949
2961
  class: "iconfont icon",
2950
- onClick: e[7] || (e[7] = (...i) => x.handleCollect && x.handleCollect(...i))
2962
+ onClick: e[7] || (e[7] = (...i) => D.handleCollect && D.handleCollect(...i))
2951
2963
  }, ""))
2952
2964
  ]),
2953
2965
  _: 1
2954
2966
  }, 8, ["content"])
2955
2967
  ])
2956
2968
  ]),
2957
- s.menuIndex === 1 || s.menuIndex === 2 ? (o(), r("div", Ve, [
2958
- (P = s.position) != null && P.name && a.token && !((K = s.loading) != null && K.meteogramEchart) ? (o(), r("div", Ze, e[9] || (e[9] = [
2969
+ s.menuIndex === 1 || s.menuIndex === 2 ? (n(), r("div", Ze, [
2970
+ (O = s.position) != null && O.name && a.token && !((_ = s.loading) != null && _.meteogramEchart) ? (n(), r("div", _e, e[9] || (e[9] = [
2959
2971
  t("div", { class: "title" }, "Meteogram", -1),
2960
2972
  t("div", { id: "weather-icons" }, null, -1),
2961
2973
  t("div", { id: "weather-condition" }, null, -1),
2962
2974
  t("div", { id: "wave-swell" }, null, -1)
2963
- ]))) : (ee = s.loading) != null && ee.meteogramEchart ? (o(), r("div", _e, e[10] || (e[10] = [
2975
+ ]))) : (se = s.loading) != null && se.meteogramEchart ? (n(), r("div", $e, e[10] || (e[10] = [
2964
2976
  t("img", {
2965
2977
  style: { height: "200px" },
2966
2978
  src: ve
2967
2979
  }, null, -1)
2968
- ]))) : (o(), r("div", $e, "No Data"))
2980
+ ]))) : (n(), r("div", et, "No Data"))
2969
2981
  ])) : Be("", !0),
2970
- s.menuIndex === 1 ? (o(), r("div", et, [
2971
- (se = s.position) != null && se.name && a.token && !((L = s.loading) != null && L.weatherEchart) ? (o(), r("div", tt)) : (S = s.loading) != null && S.weatherEchart ? (o(), r("div", st, e[11] || (e[11] = [
2982
+ s.menuIndex === 1 ? (n(), r("div", tt, [
2983
+ (M = s.position) != null && M.name && a.token && !((N = s.loading) != null && N.weatherEchart) ? (n(), r("div", st)) : (Y = s.loading) != null && Y.weatherEchart ? (n(), r("div", at, e[11] || (e[11] = [
2972
2984
  t("img", {
2973
2985
  style: { height: "200px" },
2974
2986
  src: ve
2975
2987
  }, null, -1)
2976
- ]))) : (o(), r("div", at, "No Data"))
2988
+ ]))) : (n(), r("div", it, "No Data"))
2977
2989
  ])) : Be("", !0),
2978
- s.menuIndex === 1 ? (o(), r("div", it, [
2979
- (U = s.position) != null && U.name && a.token && !((X = s.loading) != null && X.hoursTable) ? (o(), r("div", ot, [
2980
- t("div", nt, p(s.pickedWeek) + " " + p(x.computeMMMDDLT(s.pickedDate)), 1),
2981
- t("table", rt, [
2982
- t("tr", At, [
2990
+ s.menuIndex === 1 ? (n(), r("div", ot, [
2991
+ (j = s.position) != null && j.name && a.token && !((K = s.loading) != null && K.hoursTable) ? (n(), r("div", nt, [
2992
+ t("div", rt, p(s.pickedWeek) + " " + p(D.computeMMMDDLT(s.pickedDate)), 1),
2993
+ t("table", At, [
2994
+ t("tr", lt, [
2983
2995
  e[12] || (e[12] = t("th", {
2984
2996
  rowspan: "1",
2985
2997
  colspan: "1",
2986
2998
  class: "td-title"
2987
2999
  }, [
2988
- ie("Local time"),
3000
+ ae("Local time"),
2989
3001
  t("span", { class: "unit" }, "(LT)")
2990
3002
  ], -1)),
2991
- (o(!0), r(re, null, Ae(s.hoursTableData.hours, (i, w) => (o(), r("th", {
3003
+ (n(!0), r(le, null, he(s.hoursTableData.hours, (i, A) => (n(), r("th", {
3004
+ key: Math.random() + "local",
2992
3005
  rowspan: "1",
2993
3006
  colspan: "1",
2994
- class: le(s.activeIndex === w ? "active" : ""),
2995
- key: Math.random() + "local"
2996
- }, p(x.computeHourLT(i)), 3))), 128))
3007
+ class: ge(s.activeIndex === A ? "active" : "")
3008
+ }, p(D.computeHourLT(i)), 3))), 128))
2997
3009
  ]),
2998
- t("tr", lt, [
3010
+ t("tr", ht, [
2999
3011
  e[13] || (e[13] = t("th", {
3000
3012
  rowspan: "1",
3001
3013
  colspan: "1",
3002
3014
  class: "td-title"
3003
3015
  }, [
3004
- ie("UTC"),
3016
+ ae("UTC"),
3005
3017
  t("span", { class: "unit" })
3006
3018
  ], -1)),
3007
- (o(!0), r(re, null, Ae(s.hoursTableData.hours, (i, w) => (o(), r("th", {
3019
+ (n(!0), r(le, null, he(s.hoursTableData.hours, (i, A) => (n(), r("th", {
3020
+ key: Math.random() + "z",
3008
3021
  rowspan: "1",
3009
3022
  colspan: "1",
3010
- class: le(s.activeIndex === w ? "active" : ""),
3011
- key: Math.random() + "z"
3012
- }, p(x.computeHourZ(i)), 3))), 128))
3023
+ class: ge(s.activeIndex === A ? "active" : "")
3024
+ }, p(D.computeHourZ(i)), 3))), 128))
3013
3025
  ]),
3014
- t("tr", ht, [
3026
+ t("tr", gt, [
3015
3027
  e[14] || (e[14] = t("td", {
3016
3028
  rowspan: "1",
3017
3029
  colspan: "1",
3018
3030
  class: "td-title"
3019
3031
  }, [
3020
- ie("Weather"),
3032
+ ae("Weather"),
3021
3033
  t("span", { class: "unit" })
3022
3034
  ], -1)),
3023
- (o(!0), r(re, null, Ae(s.hoursTableData.weatherUrls, (i, w) => (o(), r("td", {
3035
+ (n(!0), r(le, null, he(s.hoursTableData.weatherUrls, (i, A) => (n(), r("td", {
3036
+ key: Math.random() + "url",
3024
3037
  rowspan: "1",
3025
3038
  colspan: "1",
3026
- class: le(s.activeIndex === w ? "active" : ""),
3027
- key: Math.random() + "url"
3039
+ class: ge(s.activeIndex === A ? "active" : "")
3028
3040
  }, [
3029
- Ie(j, {
3041
+ Ie(F, {
3030
3042
  placement: "top",
3031
3043
  effect: "light",
3032
- content: s.hoursTableData.weatherNames[w],
3044
+ content: s.hoursTableData.weatherNames[A],
3033
3045
  "show-after": 500
3034
3046
  }, {
3035
3047
  default: be(() => [
3036
- i ? (o(), r("img", {
3048
+ i ? (n(), r("img", {
3037
3049
  key: 0,
3038
3050
  class: "iconfont weather-icon",
3039
3051
  src: i
3040
- }, null, 8, gt)) : Be("", !0)
3052
+ }, null, 8, dt)) : Be("", !0)
3041
3053
  ]),
3042
3054
  _: 2
3043
3055
  }, 1032, ["content"])
3044
3056
  ], 2))), 128))
3045
3057
  ]),
3046
- t("tr", dt, [
3058
+ t("tr", ct, [
3047
3059
  e[15] || (e[15] = t("td", {
3048
3060
  rowspan: "1",
3049
3061
  colspan: "1",
3050
3062
  class: "td-title"
3051
3063
  }, [
3052
- ie("Temperature"),
3064
+ ae("Temperature"),
3053
3065
  t("span", { class: "unit" }, "°C")
3054
3066
  ], -1)),
3055
- (o(!0), r(re, null, Ae(s.hoursTableData.temp, (i, w) => (o(), r("td", {
3067
+ (n(!0), r(le, null, he(s.hoursTableData.temp, (i, A) => (n(), r("td", {
3068
+ key: Math.random() + i,
3056
3069
  rowspan: "1",
3057
3070
  colspan: "1",
3058
- class: le(s.activeIndex === w ? "active" : ""),
3059
- key: Math.random() + i
3071
+ class: ge(s.activeIndex === A ? "active" : "")
3060
3072
  }, p(i), 3))), 128))
3061
3073
  ]),
3062
- t("tr", ct, [
3074
+ t("tr", wt, [
3063
3075
  e[16] || (e[16] = t("td", {
3064
3076
  rowspan: "1",
3065
3077
  colspan: "1",
3066
3078
  class: "td-title"
3067
3079
  }, [
3068
- ie("Precipitation Probability"),
3080
+ ae("Precipitation Probability"),
3069
3081
  t("span", { class: "unit" }, "%")
3070
3082
  ], -1)),
3071
- (o(!0), r(re, null, Ae(s.hoursTableData.precipProbability, (i, w) => (o(), r("td", {
3083
+ (n(!0), r(le, null, he(s.hoursTableData.precipProbability, (i, A) => (n(), r("td", {
3084
+ key: Math.random() + i,
3072
3085
  rowspan: "1",
3073
3086
  colspan: "1",
3074
- class: le(s.activeIndex === w ? "active" : ""),
3075
- key: Math.random() + i
3087
+ class: ge(s.activeIndex === A ? "active" : "")
3076
3088
  }, p(i), 3))), 128))
3077
3089
  ]),
3078
- t("tr", wt, [
3090
+ t("tr", pt, [
3079
3091
  e[17] || (e[17] = t("td", {
3080
3092
  rowspan: "1",
3081
3093
  colspan: "1",
3082
3094
  class: "td-title"
3083
3095
  }, [
3084
- ie("Precipitation 1h"),
3096
+ ae("Precipitation 1h"),
3085
3097
  t("span", { class: "unit" }, "mm")
3086
3098
  ], -1)),
3087
- (o(!0), r(re, null, Ae(s.hoursTableData.precip1h, (i, w) => (o(), r("td", {
3099
+ (n(!0), r(le, null, he(s.hoursTableData.precip1h, (i, A) => (n(), r("td", {
3100
+ key: Math.random() + i,
3088
3101
  rowspan: "1",
3089
3102
  colspan: "1",
3090
- class: le(s.activeIndex === w ? "active" : ""),
3091
- key: Math.random() + i
3103
+ class: ge(s.activeIndex === A ? "active" : "")
3092
3104
  }, p(i), 3))), 128))
3093
3105
  ]),
3094
- t("tr", pt, [
3106
+ t("tr", mt, [
3095
3107
  e[18] || (e[18] = t("td", {
3096
3108
  rowspan: "1",
3097
3109
  colspan: "1",
3098
3110
  class: "td-title"
3099
3111
  }, [
3100
- ie("Visibility"),
3112
+ ae("Visibility"),
3101
3113
  t("span", { class: "unit" }, "nm")
3102
3114
  ], -1)),
3103
- (o(!0), r(re, null, Ae(s.hoursTableData.visibility, (i, w) => (o(), r("td", {
3115
+ (n(!0), r(le, null, he(s.hoursTableData.visibility, (i, A) => (n(), r("td", {
3116
+ key: Math.random() + i,
3104
3117
  rowspan: "1",
3105
3118
  colspan: "1",
3106
- class: le(s.activeIndex === w ? "active" : ""),
3107
- key: Math.random() + i
3119
+ class: ge(s.activeIndex === A ? "active" : "")
3108
3120
  }, p(i), 3))), 128))
3109
3121
  ]),
3110
- t("tr", mt, [
3122
+ t("tr", ut, [
3111
3123
  e[19] || (e[19] = t("td", {
3112
3124
  rowspan: "1",
3113
3125
  colspan: "1",
3114
3126
  class: "td-title"
3115
3127
  }, [
3116
- ie("Relative Humidity"),
3128
+ ae("Relative Humidity"),
3117
3129
  t("span", { class: "unit" }, "%")
3118
3130
  ], -1)),
3119
- (o(!0), r(re, null, Ae(s.hoursTableData.humidity, (i, w) => (o(), r("td", {
3131
+ (n(!0), r(le, null, he(s.hoursTableData.humidity, (i, A) => (n(), r("td", {
3132
+ key: Math.random() + i,
3120
3133
  rowspan: "1",
3121
3134
  colspan: "1",
3122
- class: le(s.activeIndex === w ? "active" : ""),
3123
- key: Math.random() + i
3135
+ class: ge(s.activeIndex === A ? "active" : "")
3124
3136
  }, p(i), 3))), 128))
3125
3137
  ]),
3126
- t("tr", ut, [
3138
+ t("tr", ft, [
3127
3139
  e[20] || (e[20] = t("td", {
3128
3140
  rowspan: "1",
3129
3141
  colspan: "1",
3130
3142
  class: "td-title"
3131
3143
  }, [
3132
- ie("Wind direction"),
3144
+ ae("Wind direction"),
3133
3145
  t("span", { class: "unit" })
3134
3146
  ], -1)),
3135
- (o(!0), r(re, null, Ae(s.hoursTableData.windDir, (i, w) => (o(), r("td", {
3147
+ (n(!0), r(le, null, he(s.hoursTableData.windDir, (i, A) => (n(), r("td", {
3148
+ key: Math.random() + i,
3136
3149
  rowspan: "1",
3137
3150
  colspan: "1",
3138
- class: le(s.activeIndex === w ? "active" : ""),
3139
- key: Math.random() + i
3151
+ class: ge(s.activeIndex === A ? "active" : "")
3140
3152
  }, [
3141
- isNaN(i) ? (o(), r("span", ft, "-")) : (o(), r("span", {
3153
+ isNaN(i) ? (n(), r("span", Dt, "-")) : (n(), r("span", {
3142
3154
  key: 0,
3143
3155
  class: "iconfont icon",
3144
3156
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3145
3157
  }, "", 4))
3146
3158
  ], 2))), 128))
3147
3159
  ]),
3148
- t("tr", Dt, [
3160
+ t("tr", Bt, [
3149
3161
  e[21] || (e[21] = t("td", {
3150
3162
  rowspan: "1",
3151
3163
  colspan: "1",
3152
3164
  class: "td-title"
3153
3165
  }, [
3154
- ie("Wind speed"),
3166
+ ae("Wind speed"),
3155
3167
  t("span", { class: "unit" }, "kts")
3156
3168
  ], -1)),
3157
- (o(!0), r(re, null, Ae(s.hoursTableData.windSpeed, (i, w) => (o(), r("td", {
3169
+ (n(!0), r(le, null, he(s.hoursTableData.windSpeed, (i, A) => (n(), r("td", {
3170
+ key: Math.random() + i,
3158
3171
  rowspan: "1",
3159
3172
  colspan: "1",
3160
- class: le(s.activeIndex === w ? "active" : ""),
3161
- key: Math.random() + i
3173
+ class: ge(s.activeIndex === A ? "active" : "")
3162
3174
  }, p(i), 3))), 128))
3163
3175
  ]),
3164
- t("tr", Bt, [
3176
+ t("tr", yt, [
3165
3177
  e[22] || (e[22] = t("td", {
3166
3178
  rowspan: "1",
3167
3179
  colspan: "1",
3168
3180
  class: "td-title"
3169
3181
  }, [
3170
- ie("Wind gust"),
3182
+ ae("Wind gust"),
3171
3183
  t("span", { class: "unit" }, "kts")
3172
3184
  ], -1)),
3173
- (o(!0), r(re, null, Ae(s.hoursTableData.windGust, (i, w) => (o(), r("td", {
3185
+ (n(!0), r(le, null, he(s.hoursTableData.windGust, (i, A) => (n(), r("td", {
3186
+ key: Math.random() + i,
3174
3187
  rowspan: "1",
3175
3188
  colspan: "1",
3176
- class: le(s.activeIndex === w ? "active" : ""),
3177
- key: Math.random() + i
3189
+ class: ge(s.activeIndex === A ? "active" : "")
3178
3190
  }, p(i), 3))), 128))
3179
3191
  ])
3180
3192
  ]),
3181
3193
  e[34] || (e[34] = t("div", { style: { "text-align": "center", padding: "3px" } }, null, -1)),
3182
- t("table", yt, [
3183
- t("tr", xt, [
3194
+ t("table", xt, [
3195
+ t("tr", vt, [
3184
3196
  e[23] || (e[23] = t("td", {
3185
3197
  rowspan: "1",
3186
3198
  colspan: "1",
3187
3199
  class: "td-title"
3188
3200
  }, [
3189
- ie("Wind wave height"),
3201
+ ae("Wind wave height"),
3190
3202
  t("span", { class: "unit" }, "m")
3191
3203
  ], -1)),
3192
- (o(!0), r(re, null, Ae(s.hoursTableData.windwaveHeight, (i, w) => (o(), r("td", {
3204
+ (n(!0), r(le, null, he(s.hoursTableData.windwaveHeight, (i, A) => (n(), r("td", {
3205
+ key: Math.random() + i,
3193
3206
  rowspan: "1",
3194
3207
  colspan: "1",
3195
- class: le(s.activeIndex === w ? "active" : ""),
3196
- key: Math.random() + i
3208
+ class: ge(s.activeIndex === A ? "active" : "")
3197
3209
  }, p(i), 3))), 128))
3198
3210
  ]),
3199
- t("tr", vt, [
3211
+ t("tr", Ct, [
3200
3212
  e[24] || (e[24] = t("td", {
3201
3213
  rowspan: "1",
3202
3214
  colspan: "1",
3203
3215
  class: "td-title"
3204
3216
  }, [
3205
- ie("Wind wave direction"),
3217
+ ae("Wind wave direction"),
3206
3218
  t("span", { class: "unit" })
3207
3219
  ], -1)),
3208
- (o(!0), r(re, null, Ae(s.hoursTableData.windwaveDir, (i, w) => (o(), r("td", {
3220
+ (n(!0), r(le, null, he(s.hoursTableData.windwaveDir, (i, A) => (n(), r("td", {
3221
+ key: Math.random() + i,
3209
3222
  rowspan: "1",
3210
3223
  colspan: "1",
3211
- class: le(s.activeIndex === w ? "active" : ""),
3212
- key: Math.random() + i
3224
+ class: ge(s.activeIndex === A ? "active" : "")
3213
3225
  }, [
3214
- isNaN(i) ? (o(), r("span", Ct, "-")) : (o(), r("span", {
3226
+ isNaN(i) ? (n(), r("span", It, "-")) : (n(), r("span", {
3215
3227
  key: 0,
3216
3228
  class: "iconfont icon",
3217
3229
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3218
3230
  }, "", 4))
3219
3231
  ], 2))), 128))
3220
3232
  ]),
3221
- t("tr", It, [
3233
+ t("tr", bt, [
3222
3234
  e[25] || (e[25] = t("td", {
3223
3235
  rowspan: "1",
3224
3236
  colspan: "1",
3225
3237
  class: "td-title"
3226
3238
  }, [
3227
- ie("Wind wave period"),
3239
+ ae("Wind wave period"),
3228
3240
  t("span", { class: "unit" }, "s")
3229
3241
  ], -1)),
3230
- (o(!0), r(re, null, Ae(s.hoursTableData.windwavePeriod, (i, w) => (o(), r("td", {
3242
+ (n(!0), r(le, null, he(s.hoursTableData.windwavePeriod, (i, A) => (n(), r("td", {
3243
+ key: Math.random() + i,
3231
3244
  rowspan: "1",
3232
3245
  colspan: "1",
3233
- class: le(s.activeIndex === w ? "active" : ""),
3234
- key: Math.random() + i
3246
+ class: ge(s.activeIndex === A ? "active" : "")
3235
3247
  }, p(i), 3))), 128))
3236
3248
  ]),
3237
- t("tr", bt, [
3249
+ t("tr", Et, [
3238
3250
  e[26] || (e[26] = t("td", {
3239
3251
  rowspan: "1",
3240
3252
  colspan: "1",
3241
3253
  class: "td-title"
3242
3254
  }, [
3243
- ie("Swell height"),
3255
+ ae("Swell height"),
3244
3256
  t("span", { class: "unit" }, "m")
3245
3257
  ], -1)),
3246
- (o(!0), r(re, null, Ae(s.hoursTableData.swellHeight, (i, w) => (o(), r("td", {
3258
+ (n(!0), r(le, null, he(s.hoursTableData.swellHeight, (i, A) => (n(), r("td", {
3259
+ key: Math.random() + i,
3247
3260
  rowspan: "1",
3248
3261
  colspan: "1",
3249
- class: le(s.activeIndex === w ? "active" : ""),
3250
- key: Math.random() + i
3262
+ class: ge(s.activeIndex === A ? "active" : "")
3251
3263
  }, p(i), 3))), 128))
3252
3264
  ]),
3253
- t("tr", Et, [
3265
+ t("tr", Qt, [
3254
3266
  e[27] || (e[27] = t("td", {
3255
3267
  rowspan: "1",
3256
3268
  colspan: "1",
3257
3269
  class: "td-title"
3258
3270
  }, [
3259
- ie("Swell direction"),
3271
+ ae("Swell direction"),
3260
3272
  t("span", { class: "unit" })
3261
3273
  ], -1)),
3262
- (o(!0), r(re, null, Ae(s.hoursTableData.swellDir, (i, w) => (o(), r("td", {
3274
+ (n(!0), r(le, null, he(s.hoursTableData.swellDir, (i, A) => (n(), r("td", {
3275
+ key: Math.random() + i,
3263
3276
  rowspan: "1",
3264
3277
  colspan: "1",
3265
- class: le(s.activeIndex === w ? "active" : ""),
3266
- key: Math.random() + i
3278
+ class: ge(s.activeIndex === A ? "active" : "")
3267
3279
  }, [
3268
- isNaN(i) ? (o(), r("span", Qt, "-")) : (o(), r("span", {
3280
+ isNaN(i) ? (n(), r("span", Mt, "-")) : (n(), r("span", {
3269
3281
  key: 0,
3270
3282
  class: "iconfont icon",
3271
3283
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3272
3284
  }, "", 4))
3273
3285
  ], 2))), 128))
3274
3286
  ]),
3275
- t("tr", Mt, [
3287
+ t("tr", Lt, [
3276
3288
  e[28] || (e[28] = t("td", {
3277
3289
  rowspan: "1",
3278
3290
  colspan: "1",
3279
3291
  class: "td-title"
3280
3292
  }, [
3281
- ie("Swell period"),
3293
+ ae("Swell period"),
3282
3294
  t("span", { class: "unit" }, "s")
3283
3295
  ], -1)),
3284
- (o(!0), r(re, null, Ae(s.hoursTableData.swellPeriod, (i, w) => (o(), r("td", {
3296
+ (n(!0), r(le, null, he(s.hoursTableData.swellPeriod, (i, A) => (n(), r("td", {
3297
+ key: Math.random() + i,
3285
3298
  rowspan: "1",
3286
3299
  colspan: "1",
3287
- class: le(s.activeIndex === w ? "active" : ""),
3288
- key: Math.random() + i
3300
+ class: ge(s.activeIndex === A ? "active" : "")
3289
3301
  }, p(i), 3))), 128))
3290
3302
  ]),
3291
- t("tr", Lt, [
3303
+ t("tr", zt, [
3292
3304
  e[29] || (e[29] = t("td", {
3293
3305
  rowspan: "1",
3294
3306
  colspan: "1",
3295
3307
  class: "td-title"
3296
3308
  }, [
3297
- ie("Sig wave height"),
3309
+ ae("Sig wave height"),
3298
3310
  t("span", { class: "unit" }, "m")
3299
3311
  ], -1)),
3300
- (o(!0), r(re, null, Ae(s.hoursTableData.sigwaveHeight, (i, w) => (o(), r("td", {
3312
+ (n(!0), r(le, null, he(s.hoursTableData.sigwaveHeight, (i, A) => (n(), r("td", {
3313
+ key: Math.random() + i,
3301
3314
  rowspan: "1",
3302
3315
  colspan: "1",
3303
- class: le(s.activeIndex === w ? "active" : ""),
3304
- key: Math.random() + i
3316
+ class: ge(s.activeIndex === A ? "active" : "")
3305
3317
  }, p(i), 3))), 128))
3306
3318
  ]),
3307
- t("tr", zt, [
3319
+ t("tr", Ht, [
3308
3320
  e[30] || (e[30] = t("td", {
3309
3321
  rowspan: "1",
3310
3322
  colspan: "1",
3311
3323
  class: "td-title"
3312
3324
  }, [
3313
- ie("Current direction"),
3325
+ ae("Current direction"),
3314
3326
  t("span", { class: "unit" })
3315
3327
  ], -1)),
3316
- (o(!0), r(re, null, Ae(s.hoursTableData.currentDir, (i, w) => (o(), r("td", {
3328
+ (n(!0), r(le, null, he(s.hoursTableData.currentDir, (i, A) => (n(), r("td", {
3329
+ key: Math.random() + i,
3317
3330
  rowspan: "1",
3318
3331
  colspan: "1",
3319
- class: le(s.activeIndex === w ? "active" : ""),
3320
- key: Math.random() + i
3332
+ class: ge(s.activeIndex === A ? "active" : "")
3321
3333
  }, [
3322
- isNaN(i) ? (o(), r("span", Ht, "-")) : (o(), r("span", {
3334
+ isNaN(i) ? (n(), r("span", kt, "-")) : (n(), r("span", {
3323
3335
  key: 0,
3324
3336
  class: "iconfont icon",
3325
3337
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3326
3338
  }, "", 4))
3327
3339
  ], 2))), 128))
3328
3340
  ]),
3329
- t("tr", kt, [
3341
+ t("tr", Pt, [
3330
3342
  e[31] || (e[31] = t("td", {
3331
3343
  rowspan: "1",
3332
3344
  colspan: "1",
3333
3345
  class: "td-title"
3334
3346
  }, [
3335
- ie("Current speed"),
3347
+ ae("Current speed"),
3336
3348
  t("span", { class: "unit" }, "kts")
3337
3349
  ], -1)),
3338
- (o(!0), r(re, null, Ae(s.hoursTableData.currentSpeed, (i, w) => (o(), r("td", {
3350
+ (n(!0), r(le, null, he(s.hoursTableData.currentSpeed, (i, A) => (n(), r("td", {
3351
+ key: Math.random() + i,
3339
3352
  rowspan: "1",
3340
3353
  colspan: "1",
3341
- class: le(s.activeIndex === w ? "active" : ""),
3342
- key: Math.random() + i
3354
+ class: ge(s.activeIndex === A ? "active" : "")
3343
3355
  }, p(i), 3))), 128))
3344
3356
  ])
3345
3357
  ]),
3346
3358
  e[35] || (e[35] = t("div", { style: { "text-align": "center", padding: "3px" } }, null, -1)),
3347
- t("table", Pt, [
3348
- t("tr", Nt, [
3359
+ t("table", Nt, [
3360
+ t("tr", Tt, [
3349
3361
  e[32] || (e[32] = t("td", {
3350
3362
  rowspan: "1",
3351
3363
  colspan: "1",
3352
3364
  class: "td-title"
3353
3365
  }, [
3354
- ie("Sea level height"),
3366
+ ae("Sea level height"),
3355
3367
  t("span", { class: "unit" }, "m")
3356
3368
  ], -1)),
3357
- (o(!0), r(re, null, Ae(s.hoursTableData.seaLevel, (i, w) => (o(), r("td", {
3369
+ (n(!0), r(le, null, he(s.hoursTableData.seaLevel, (i, A) => (n(), r("td", {
3370
+ key: Math.random() + i,
3358
3371
  rowspan: "1",
3359
3372
  colspan: "1",
3360
- class: le(s.activeIndex === w ? "active" : ""),
3361
- key: Math.random() + i
3373
+ class: ge(s.activeIndex === A ? "active" : "")
3362
3374
  }, p(i), 3))), 128))
3363
3375
  ]),
3364
- t("tr", Tt, [
3376
+ t("tr", Gt, [
3365
3377
  e[33] || (e[33] = t("td", {
3366
3378
  rowspan: "1",
3367
3379
  colspan: "1",
3368
3380
  class: "td-title"
3369
3381
  }, [
3370
- ie("Sea surface temperature"),
3382
+ ae("Sea surface temperature"),
3371
3383
  t("span", { class: "unit" }, "°C")
3372
3384
  ], -1)),
3373
- (o(!0), r(re, null, Ae(s.hoursTableData.seaTemp, (i, w) => (o(), r("td", {
3385
+ (n(!0), r(le, null, he(s.hoursTableData.seaTemp, (i, A) => (n(), r("td", {
3386
+ key: Math.random() + i,
3374
3387
  rowspan: "1",
3375
3388
  colspan: "1",
3376
- class: le(s.activeIndex === w ? "active" : ""),
3377
- key: Math.random() + i
3389
+ class: ge(s.activeIndex === A ? "active" : "")
3378
3390
  }, p(i), 3))), 128))
3379
3391
  ])
3380
3392
  ])
3381
- ])) : (W = s.loading) != null && W.hoursTable ? (o(), r("div", Gt, e[36] || (e[36] = [
3393
+ ])) : (U = s.loading) != null && U.hoursTable ? (n(), r("div", St, e[36] || (e[36] = [
3382
3394
  t("img", {
3383
3395
  style: { height: "200px" },
3384
3396
  src: ve
3385
3397
  }, null, -1)
3386
- ]))) : (o(), r("div", St, "No Data"))
3398
+ ]))) : (n(), r("div", Ft, "No Data"))
3387
3399
  ])) : Be("", !0),
3388
- s.menuIndex === 2 ? (o(), r("div", Ft, [
3389
- (R = s.position) != null && R.name && a.token && !((J = s.loading) != null && J.daysTable) ? (o(), r("div", Ot, [
3400
+ s.menuIndex === 2 ? (n(), r("div", Ot, [
3401
+ (X = s.position) != null && X.name && a.token && !((W = s.loading) != null && W.daysTable) ? (n(), r("div", Yt, [
3390
3402
  e[48] || (e[48] = t("div", { class: "date" }, "Daily Forecast", -1)),
3391
- t("table", Yt, [
3403
+ t("table", jt, [
3392
3404
  e[46] || (e[46] = t("tr", { class: "day tr-title" }, [
3393
3405
  t("th", {
3394
3406
  rowspan: "1",
@@ -3483,92 +3495,92 @@ function ia(l, e, a, A, s, x) {
3483
3495
  style: { width: "75px" }
3484
3496
  }, "Sig.wave_max")
3485
3497
  ], -1)),
3486
- (o(!0), r(re, null, Ae(s.daysTableData, (i, w) => (o(), r("tr", {
3487
- class: "text border-bottom",
3488
- key: Math.random() + i.localDate
3498
+ (n(!0), r(le, null, he(s.daysTableData, (i) => (n(), r("tr", {
3499
+ key: Math.random() + i.localDate,
3500
+ class: "text border-bottom"
3489
3501
  }, [
3490
- t("td", jt, [
3502
+ t("td", Kt, [
3491
3503
  t("div", null, p(i.localWeek), 1),
3492
3504
  t("div", null, p(i.localDate), 1)
3493
3505
  ]),
3494
- t("td", Kt, [
3495
- i.weatherUrl ? (o(), r("img", {
3506
+ t("td", Ut, [
3507
+ i.weatherUrl ? (n(), r("img", {
3496
3508
  key: 0,
3497
3509
  class: "iconfont weather-icon",
3498
3510
  style: { width: "34px", height: "34px" },
3499
3511
  src: i.weatherUrl
3500
- }, null, 8, Ut)) : Be("", !0)
3512
+ }, null, 8, Xt)) : Be("", !0)
3501
3513
  ]),
3502
- t("td", Xt, p(i.weatherName), 1),
3503
- t("td", Wt, [
3504
- ie(p(i.minTemp) + " / " + p(i.maxTemp), 1),
3514
+ t("td", Wt, p(i.weatherName), 1),
3515
+ t("td", Rt, [
3516
+ ae(p(i.minTemp) + " / " + p(i.maxTemp), 1),
3505
3517
  e[37] || (e[37] = t("span", { class: "unit" }, "°C", -1))
3506
3518
  ]),
3507
- t("td", Rt, [
3508
- ie(p(i.precipSum), 1),
3519
+ t("td", Jt, [
3520
+ ae(p(i.precipSum), 1),
3509
3521
  e[38] || (e[38] = t("span", { class: "unit" }, "mm", -1))
3510
3522
  ]),
3511
- t("td", Jt, [
3512
- ie(p(i.precipRainSum), 1),
3523
+ t("td", qt, [
3524
+ ae(p(i.precipRainSum), 1),
3513
3525
  e[39] || (e[39] = t("span", { class: "unit" }, "mm", -1))
3514
3526
  ]),
3515
- t("td", qt, [
3516
- ie(p(i.precipSnowfallSum), 1),
3527
+ t("td", Vt, [
3528
+ ae(p(i.precipSnowfallSum), 1),
3517
3529
  e[40] || (e[40] = t("span", { class: "unit" }, "mm", -1))
3518
3530
  ]),
3519
- t("td", Vt, [
3531
+ t("td", Zt, [
3520
3532
  t("span", null, p(i.windSpeedMax), 1),
3521
3533
  e[41] || (e[41] = t("span", { class: "unit" }, "kts", -1)),
3522
- !isNaN(i.windSpeedDir) && !isNaN(i.windSpeedMax) ? (o(), r("span", {
3534
+ !isNaN(i.windSpeedDir) && !isNaN(i.windSpeedMax) ? (n(), r("span", {
3523
3535
  key: 0,
3524
3536
  class: "iconfont icon",
3525
3537
  style: fe({ display: "inline-block", transform: `rotate(${i.windSpeedDir}deg)` })
3526
- }, "", 4)) : (o(), r("span", Zt, "-"))
3538
+ }, "", 4)) : (n(), r("span", _t, "-"))
3527
3539
  ]),
3528
- t("td", _t, [
3540
+ t("td", $t, [
3529
3541
  t("span", null, p(i.gustSpeedMax), 1),
3530
3542
  e[42] || (e[42] = t("span", { class: "unit" }, "kts", -1))
3531
3543
  ]),
3532
- t("td", $t, [
3544
+ t("td", es, [
3533
3545
  t("span", null, p(i.windWaveHeight), 1),
3534
3546
  e[43] || (e[43] = t("span", { class: "unit" }, "m", -1)),
3535
- !isNaN(i.windWaveDir) && !isNaN(i.windWaveHeight) ? (o(), r("span", {
3547
+ !isNaN(i.windWaveDir) && !isNaN(i.windWaveHeight) ? (n(), r("span", {
3536
3548
  key: 0,
3537
3549
  class: "iconfont icon",
3538
3550
  style: fe({ display: "inline-block", transform: `rotate(${i.windWaveDir}deg)` })
3539
- }, "", 4)) : (o(), r("span", es, "-"))
3551
+ }, "", 4)) : (n(), r("span", ts, "-"))
3540
3552
  ]),
3541
- t("td", ts, [
3553
+ t("td", ss, [
3542
3554
  t("span", null, p(i.swellWaveHeight), 1),
3543
3555
  e[44] || (e[44] = t("span", { class: "unit" }, "m", -1)),
3544
- !isNaN(i.swellWaveDir) && !isNaN(i.swellWaveHeight) ? (o(), r("span", {
3556
+ !isNaN(i.swellWaveDir) && !isNaN(i.swellWaveHeight) ? (n(), r("span", {
3545
3557
  key: 0,
3546
3558
  class: "iconfont icon",
3547
3559
  style: fe({ display: "inline-block", transform: `rotate(${i.swellWaveDir}deg)` })
3548
- }, "", 4)) : (o(), r("span", ss, "-"))
3560
+ }, "", 4)) : (n(), r("span", as, "-"))
3549
3561
  ]),
3550
- t("td", as, [
3562
+ t("td", is, [
3551
3563
  t("span", null, p(i.sigWaveHeight), 1),
3552
3564
  e[45] || (e[45] = t("span", { class: "unit" }, "m", -1)),
3553
- !isNaN(i.sigWaveDir) && !isNaN(i.sigWaveHeight) ? (o(), r("span", {
3565
+ !isNaN(i.sigWaveDir) && !isNaN(i.sigWaveHeight) ? (n(), r("span", {
3554
3566
  key: 0,
3555
3567
  class: "iconfont icon",
3556
3568
  style: fe({ display: "inline-block", transform: `rotate(${i.sigWaveDir}deg)` })
3557
- }, "", 4)) : (o(), r("span", is, "-"))
3569
+ }, "", 4)) : (n(), r("span", os, "-"))
3558
3570
  ])
3559
3571
  ]))), 128))
3560
3572
  ])
3561
- ])) : (q = s.loading) != null && q.daysTable ? (o(), r("div", os, e[49] || (e[49] = [
3573
+ ])) : (R = s.loading) != null && R.daysTable ? (n(), r("div", ns, e[49] || (e[49] = [
3562
3574
  t("img", {
3563
3575
  style: { height: "200px" },
3564
3576
  src: ve
3565
3577
  }, null, -1)
3566
- ]))) : (o(), r("div", ns, "No Data"))
3578
+ ]))) : (n(), r("div", rs, "No Data"))
3567
3579
  ])) : Be("", !0),
3568
- s.menuIndex === 2 ? (o(), r("div", rs, [
3569
- (V = s.position) != null && V.name && a.token && !((Z = s.loading) != null && Z.hourlyTable) ? (o(), r("div", As, [
3580
+ s.menuIndex === 2 ? (n(), r("div", As, [
3581
+ (J = s.position) != null && J.name && a.token && !((q = s.loading) != null && q.hourlyTable) ? (n(), r("div", ls, [
3570
3582
  e[52] || (e[52] = t("div", { class: "date" }, "Hourly Forecast", -1)),
3571
- t("table", ls, [
3583
+ t("table", hs, [
3572
3584
  e[50] || (e[50] = t("tr", { class: "day tr-title" }, [
3573
3585
  t("th", {
3574
3586
  rowspan: "2",
@@ -3710,95 +3722,95 @@ function ia(l, e, a, A, s, x) {
3710
3722
  class: "border"
3711
3723
  }, "Temp(°C)")
3712
3724
  ], -1)),
3713
- (o(!0), r(re, null, Ae(s.hourlyTableData, (i, w) => (o(), r("tr", {
3714
- class: "text border-bottom",
3715
- key: Math.random() + i.localDate
3725
+ (n(!0), r(le, null, he(s.hourlyTableData, (i) => (n(), r("tr", {
3726
+ key: Math.random() + i.localDate,
3727
+ class: "text border-bottom"
3716
3728
  }, [
3717
- t("td", hs, [
3729
+ t("td", gs, [
3718
3730
  t("div", null, p(i.localDate), 1)
3719
3731
  ]),
3720
- t("td", gs, [
3732
+ t("td", ds, [
3721
3733
  t("div", null, p(i.temp), 1)
3722
3734
  ]),
3723
- t("td", ds, p(i.precipSum), 1),
3724
- t("td", cs, p(i.visibility), 1),
3725
- t("td", ws, [
3726
- ie(p(i.windDir) + " ", 1),
3727
- !isNaN(i.windBearing) && i.windDir ? (o(), r("span", {
3735
+ t("td", cs, p(i.precipSum), 1),
3736
+ t("td", ws, p(i.visibility), 1),
3737
+ t("td", ps, [
3738
+ ae(p(i.windDir) + " ", 1),
3739
+ !isNaN(i.windBearing) && i.windDir ? (n(), r("span", {
3728
3740
  key: 0,
3729
3741
  class: "iconfont icon",
3730
3742
  style: fe({ display: "inline-block", transform: `rotate(${i.windBearing}deg)` })
3731
- }, "", 4)) : (o(), r("span", ps, "-"))
3743
+ }, "", 4)) : (n(), r("span", ms, "-"))
3732
3744
  ]),
3733
- t("td", ms, p(i.windSpeed), 1),
3734
- t("td", us, p(i.windBF), 1),
3735
- t("td", fs, p(i.windGusts), 1),
3736
- t("td", Ds, [
3737
- ie(p(i.windWaveDir) + " ", 1),
3738
- !isNaN(i.windWaveBearing) && i.windWaveDir ? (o(), r("span", {
3745
+ t("td", us, p(i.windSpeed), 1),
3746
+ t("td", fs, p(i.windBF), 1),
3747
+ t("td", Ds, p(i.windGusts), 1),
3748
+ t("td", Bs, [
3749
+ ae(p(i.windWaveDir) + " ", 1),
3750
+ !isNaN(i.windWaveBearing) && i.windWaveDir ? (n(), r("span", {
3739
3751
  key: 0,
3740
3752
  class: "iconfont icon",
3741
3753
  style: fe({ display: "inline-block", transform: `rotate(${i.windWaveBearing}deg)` })
3742
- }, "", 4)) : (o(), r("span", Bs, "-"))
3754
+ }, "", 4)) : (n(), r("span", ys, "-"))
3743
3755
  ]),
3744
- t("td", ys, p(i.windWaveHeight), 1),
3745
- t("td", xs, p(i.windWavePeriod), 1),
3746
- t("td", vs, [
3747
- ie(p(i.sigWaveDir) + " ", 1),
3748
- !isNaN(i.sigWaveBearing) && i.sigWaveDir ? (o(), r("span", {
3756
+ t("td", xs, p(i.windWaveHeight), 1),
3757
+ t("td", vs, p(i.windWavePeriod), 1),
3758
+ t("td", Cs, [
3759
+ ae(p(i.sigWaveDir) + " ", 1),
3760
+ !isNaN(i.sigWaveBearing) && i.sigWaveDir ? (n(), r("span", {
3749
3761
  key: 0,
3750
3762
  class: "iconfont icon",
3751
3763
  style: fe({ display: "inline-block", transform: `rotate(${i.sigWaveBearing}deg)` })
3752
- }, "", 4)) : (o(), r("span", Cs, "-"))
3764
+ }, "", 4)) : (n(), r("span", Is, "-"))
3753
3765
  ]),
3754
- t("td", Is, p(i.sigWaveHeight), 1),
3755
- t("td", bs, p(i.sigWavePeriod), 1),
3756
- t("td", Es, [
3757
- ie(p(i.currentDir) + " ", 1),
3758
- !isNaN(i.currentBearing) && i.currentDir ? (o(), r("span", {
3766
+ t("td", bs, p(i.sigWaveHeight), 1),
3767
+ t("td", Es, p(i.sigWavePeriod), 1),
3768
+ t("td", Qs, [
3769
+ ae(p(i.currentDir) + " ", 1),
3770
+ !isNaN(i.currentBearing) && i.currentDir ? (n(), r("span", {
3759
3771
  key: 0,
3760
3772
  class: "iconfont icon",
3761
3773
  style: fe({ display: "inline-block", transform: `rotate(${i.currentBearing}deg)` })
3762
- }, "", 4)) : (o(), r("span", Qs, "-"))
3774
+ }, "", 4)) : (n(), r("span", Ms, "-"))
3763
3775
  ]),
3764
- t("td", Ms, p(i.currentSpd), 1),
3765
- t("td", Ls, p(i.seaLevel), 1),
3766
- t("td", zs, p(i.seaSurfaceTemp), 1)
3776
+ t("td", Ls, p(i.currentSpd), 1),
3777
+ t("td", zs, p(i.seaLevel), 1),
3778
+ t("td", Hs, p(i.seaSurfaceTemp), 1)
3767
3779
  ]))), 128))
3768
3780
  ])
3769
- ])) : (_ = s.loading) != null && _.hourlyTable ? (o(), r("div", Hs, e[53] || (e[53] = [
3781
+ ])) : (d = s.loading) != null && d.hourlyTable ? (n(), r("div", ks, e[53] || (e[53] = [
3770
3782
  t("img", {
3771
3783
  style: { height: "200px" },
3772
3784
  src: ve
3773
3785
  }, null, -1)
3774
- ]))) : (o(), r("div", ks, "No Data"))
3786
+ ]))) : (n(), r("div", Ps, "No Data"))
3775
3787
  ])) : Be("", !0),
3776
- s.menuIndex === 3 ? (o(), r("div", Ps, [
3777
- (h = s.position) != null && h.name && a.token && !((M = s.loading) != null && M.seasonalEchart) ? (o(), r("div", Ns, [
3778
- t("div", Ts, [
3788
+ s.menuIndex === 3 ? (n(), r("div", Ns, [
3789
+ (Q = s.position) != null && Q.name && a.token && !((b = s.loading) != null && b.seasonalEchart) ? (n(), r("div", Ts, [
3790
+ t("div", Gs, [
3779
3791
  t("div", {
3780
- class: "title flex-start",
3781
3792
  id: "seasonal-title",
3793
+ class: "title flex-start",
3782
3794
  onClick: e[8] || (e[8] = (i) => s.seasonalData.showMonths = !s.seasonalData.showMonths)
3783
3795
  }, [
3784
- t("div", Gs, p((m = (Q = (E = s.currentMonth) == null ? void 0 : E.month) == null ? void 0 : Q.split("-")) == null ? void 0 : m[0]) + " " + p((I = (B = (z = s.currentMonth) == null ? void 0 : z.month) == null ? void 0 : B.split("-")) == null ? void 0 : I[1]), 1),
3785
- t("div", Ss, [
3786
- Ie(T, null, {
3796
+ t("div", Ss, p((E = (m = (C = s.currentMonth) == null ? void 0 : C.month) == null ? void 0 : m.split("-")) == null ? void 0 : E[0]) + " " + p((u = (v = (y = s.currentMonth) == null ? void 0 : y.month) == null ? void 0 : v.split("-")) == null ? void 0 : u[1]), 1),
3797
+ t("div", Fs, [
3798
+ Ie(k, null, {
3787
3799
  default: be(() => [
3788
- Ie(N)
3800
+ Ie(H)
3789
3801
  ]),
3790
3802
  _: 1
3791
3803
  })
3792
3804
  ]),
3793
- Te(t("div", Fs, [
3794
- t("div", Os, [
3795
- (o(!0), r(re, null, Ae(s.monthsOptions, (i, w) => {
3796
- var D;
3797
- return o(), r("div", {
3805
+ Te(t("div", Os, [
3806
+ t("div", Ys, [
3807
+ (n(!0), r(le, null, he(s.monthsOptions, (i) => {
3808
+ var A;
3809
+ return n(), r("div", {
3798
3810
  key: i,
3799
- class: le(["month-option", ((D = s.currentMonth) == null ? void 0 : D.month) === i.month ? "active" : ""]),
3800
- onClick: (ue) => x.handleSelectMonth(i)
3801
- }, p(i.month), 11, Ys);
3811
+ class: ge(["month-option", ((A = s.currentMonth) == null ? void 0 : A.month) === i.month ? "active" : ""]),
3812
+ onClick: (me) => D.handleSelectMonth(i)
3813
+ }, p(i.month), 11, js);
3802
3814
  }), 128))
3803
3815
  ])
3804
3816
  ], 512), [
@@ -3808,40 +3820,40 @@ function ia(l, e, a, A, s, x) {
3808
3820
  e[54] || (e[54] = t("div", { id: "temperature-echart" }, null, -1)),
3809
3821
  e[55] || (e[55] = t("div", { id: "wind-precip-echart" }, null, -1))
3810
3822
  ]),
3811
- t("div", js, [
3812
- t("div", Ks, p((u = s.currentMonth) == null ? void 0 : u.month) + " Summary", 1),
3823
+ t("div", Ks, [
3824
+ t("div", Us, p(($ = s.currentMonth) == null ? void 0 : $.month) + " Summary", 1),
3813
3825
  e[56] || (e[56] = t("div", { class: "label" }, "Temperature", -1)),
3814
- t("div", Us, "Avg High Temp: " + p(s.seasonalData.minHighTemp) + " to " + p(s.seasonalData.maxHighTemp) + " °C", 1),
3815
- t("div", Xs, "Avg Low Temp: " + p(s.seasonalData.minLowTemp) + " to " + p(s.seasonalData.maxLowTemp) + " °C", 1),
3816
- t("div", Ws, "Hottest Day: " + p(s.seasonalData.hottestDay), 1),
3817
- t("div", Rs, "Coldest Day: " + p(s.seasonalData.coldestDay), 1),
3826
+ t("div", Xs, "Avg High Temp: " + p(s.seasonalData.minHighTemp) + " to " + p(s.seasonalData.maxHighTemp) + " °C", 1),
3827
+ t("div", Ws, "Avg Low Temp: " + p(s.seasonalData.minLowTemp) + " to " + p(s.seasonalData.maxLowTemp) + " °C", 1),
3828
+ t("div", Rs, "Hottest Day: " + p(s.seasonalData.hottestDay), 1),
3829
+ t("div", Js, "Coldest Day: " + p(s.seasonalData.coldestDay), 1),
3818
3830
  e[57] || (e[57] = t("div", { class: "label" }, "Precipitation", -1)),
3819
- t("div", Js, "Light (<10mm): " + p((H = (n = (f = s.seasonalData) == null ? void 0 : f.precip) == null ? void 0 : n.filter((i) => i < 10)) == null ? void 0 : H.length) + " days", 1),
3820
- t("div", qs, "Moderate (<24.9mm): " + p((de = (ge = (g = s.seasonalData) == null ? void 0 : g.precip) == null ? void 0 : ge.filter((i) => i >= 10 && i < 24.9)) == null ? void 0 : de.length) + " days", 1),
3821
- t("div", Vs, "Heavy (<49.9mm): " + p((ne = (v = (ce = s.seasonalData) == null ? void 0 : ce.precip) == null ? void 0 : v.filter((i) => i >= 24.9 && i < 49.9)) == null ? void 0 : ne.length) + " days", 1),
3822
- t("div", Zs, "Rainstorm (<99.9mm): " + p(($ = (F = (d = s.seasonalData) == null ? void 0 : d.precip) == null ? void 0 : F.filter((i) => i >= 49.9 && i < 99.9)) == null ? void 0 : $.length) + " days", 1),
3823
- t("div", _s, "Heavy Rainstorm (>=100mm): " + p((he = (O = (c = s.seasonalData) == null ? void 0 : c.precip) == null ? void 0 : O.filter((i) => i >= 100)) == null ? void 0 : he.length) + " days", 1),
3831
+ t("div", qs, "Light (<10mm): " + p((o = (oe = (h = s.seasonalData) == null ? void 0 : h.precip) == null ? void 0 : oe.filter((i) => i < 10)) == null ? void 0 : o.length) + " days", 1),
3832
+ t("div", Vs, "Moderate (<24.9mm): " + p((ce = (V = (ee = s.seasonalData) == null ? void 0 : ee.precip) == null ? void 0 : V.filter((i) => i >= 10 && i < 24.9)) == null ? void 0 : ce.length) + " days", 1),
3833
+ t("div", Zs, "Heavy (<49.9mm): " + p((c = (re = (x = s.seasonalData) == null ? void 0 : x.precip) == null ? void 0 : re.filter((i) => i >= 24.9 && i < 49.9)) == null ? void 0 : c.length) + " days", 1),
3834
+ t("div", _s, "Rainstorm (<99.9mm): " + p((w = (Z = (T = s.seasonalData) == null ? void 0 : T.precip) == null ? void 0 : Z.filter((i) => i >= 49.9 && i < 99.9)) == null ? void 0 : w.length) + " days", 1),
3835
+ t("div", $s, "Heavy Rainstorm (>=100mm): " + p((Ae = (de = (G = s.seasonalData) == null ? void 0 : G.precip) == null ? void 0 : de.filter((i) => i >= 100)) == null ? void 0 : Ae.length) + " days", 1),
3824
3836
  e[58] || (e[58] = t("div", { class: "label" }, "Wind", -1)),
3825
- t("div", $s, "Mean Wind: " + p(x.roundPrecision(s.seasonalData.meanWind, 1)) + " kts", 1),
3826
- t("div", ea, "Windiest Day: " + p(s.seasonalData.windiestDay) + " ( " + p(s.seasonalData.maxWindSpeed) + "kts )", 1),
3827
- t("div", ta, "Dominant Wind Dir: " + p(s.seasonalData.dominantWind), 1)
3837
+ t("div", ea, "Mean Wind: " + p(D.roundPrecision(s.seasonalData.meanWind, 1)) + " kts", 1),
3838
+ t("div", ta, "Windiest Day: " + p(s.seasonalData.windiestDay) + " ( " + p(s.seasonalData.maxWindSpeed) + "kts )", 1),
3839
+ t("div", sa, "Dominant Wind Dir: " + p(s.seasonalData.dominantWind), 1)
3828
3840
  ])
3829
- ])) : (oe = s.loading) != null && oe.seasonalEchart ? (o(), r("div", sa, e[59] || (e[59] = [
3841
+ ])) : (ne = s.loading) != null && ne.seasonalEchart ? (n(), r("div", aa, e[59] || (e[59] = [
3830
3842
  t("img", {
3831
3843
  style: { height: "200px" },
3832
3844
  src: ve
3833
3845
  }, null, -1)
3834
- ]))) : (o(), r("div", aa, "No Data"))
3846
+ ]))) : (n(), r("div", ia, "No Data"))
3835
3847
  ])) : Be("", !0)
3836
3848
  ])
3837
3849
  ]);
3838
3850
  }
3839
- const oa = /* @__PURE__ */ Se(Fe, [["render", ia], ["__scopeId", "data-v-3269abe2"]]), da = {
3840
- install(l) {
3841
- l.component("SpotReport", oa);
3851
+ const na = /* @__PURE__ */ Se(Fe, [["render", oa], ["__scopeId", "data-v-dcd7e702"]]), ca = {
3852
+ install(g) {
3853
+ g.component("SpotReport", na);
3842
3854
  }
3843
3855
  };
3844
3856
  export {
3845
- oa as SpotReport,
3846
- da as SpotReportPlugin
3857
+ na as SpotReport,
3858
+ ca as SpotReportPlugin
3847
3859
  };