@idmui/spot 0.3.8 → 0.3.9

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
@@ -2,102 +2,102 @@ import we from "moment";
2
2
  import ae 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 o, createElementBlock as n, createElementVNode as t, createVNode as Ie, withCtx as be, Fragment as re, renderList as Ae, createBlock as Ne, normalizeClass as le, toDisplayString as p, createTextVNode as se, 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, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f, r, z, d, ge, de, ce, x, ne, c, S, _, w, F;
11
+ const he = typeof a == "string" ? we(a) : a, ie = e == null ? void 0 : e.weather, oe = e == null ? void 0 : e.marine, i = we((s = (l = ie == null ? void 0 : ie[0]) == null ? void 0 : l.hourly) == null ? void 0 : s.date).utc(), A = i.clone().add((O = (H = (D = ie == null ? void 0 : ie[0]) == null ? void 0 : D.hourly) == null ? void 0 : H.time) == null ? void 0 : O.at(0), "h"), me = i.clone().add((N = (P = (Y = ie == null ? void 0 : ie[0]) == null ? void 0 : Y.hourly) == null ? void 0 : P.time) == null ? void 0 : N.at(-1), "h"), v = [];
12
+ if (he.isBetween(A, me, "millisecond", "[]")) {
13
+ const I = he.utc().diff(A, "h", !1);
14
14
  let pe, De;
15
- if (oe)
16
- for (const xe of oe) {
15
+ if (ie)
16
+ for (const xe of ie) {
17
17
  const y = 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: (T = y.temperature_2m) == null ? void 0 : T.at(I),
20
+ apparentTemp: (ee = y.apparent_temperature) == null ? void 0 : ee.at(I),
21
+ rh: (k = y.relative_humidity_2m) == null ? void 0 : k.at(I),
22
+ dp: (j = y.dew_point_2m) == null ? void 0 : j.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: ($ = y.precipitation_probability) == null ? void 0 : $.at(I),
25
+ sum: (te = y.precipitation) == null ? void 0 : te.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 = y.pressure_msl) == null ? void 0 : M.at(I),
28
+ psurf: (G = y.surface_pressure) == null ? void 0 : G.at(I),
29
+ code: (K = y.weather_code) == null ? void 0 : K.at(I),
30
+ visibility: this.m2nm((U = y.visibility) == null ? void 0 : U.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: (X = y.wind_speed_10m) == null ? void 0 : X.at(I),
33
+ kts: (W = y.wind_speed_10m) == null ? void 0 : W.at(I),
34
+ degree: (R = y.wind_direction_10m) == null ? void 0 : R.at(I),
35
+ bearing: ((J = y.wind_direction_10m) == null ? void 0 : J.at(I)) !== null ? (((q = y.wind_direction_10m) == null ? void 0 : q.at(I)) + 180) % 360 : null,
36
+ gusts: (V = y.wind_gusts_10m) == null ? void 0 : V.at(I)
37
37
  },
38
- isDay: (_ = y.is_day) == null ? void 0 : _.at(b)
38
+ isDay: (Z = y.is_day) == null ? void 0 : Z.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) {
43
+ if (oe)
44
+ for (const xe of oe) {
45
45
  const y = 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: (g = y.wave_height) == null ? void 0 : g.at(I),
50
+ degree: (Q = y.wave_direction) == null ? void 0 : Q.at(I),
51
+ bearing: ((b = y.wave_direction) == null ? void 0 : b.at(I)) !== null ? (((E = y.wave_direction) == null ? void 0 : E.at(I)) + 180) % 360 : null,
52
+ period: (m = y.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: (L = y.swell_wave_height) == null ? void 0 : L.at(I),
56
+ degree: (B = y.swell_wave_direction) == null ? void 0 : B.at(I),
57
+ bearing: ((C = y.swell_wave_direction) == null ? void 0 : C.at(I)) !== null ? (((u = y.swell_wave_direction) == null ? void 0 : u.at(I)) + 180) % 360 : null,
58
+ period: (f = y.swell_wave_period) == null ? void 0 : f.at(I),
59
+ peakPeriod: (r = y.swell_wave_peak_period) == null ? void 0 : r.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: (z = y.wind_wave_height) == null ? void 0 : z.at(I),
63
+ degree: (d = y.wind_wave_direction) == null ? void 0 : d.at(I),
64
+ bearing: ((ge = y.wind_wave_direction) == null ? void 0 : ge.at(I)) !== null ? (((de = y.wind_wave_direction) == null ? void 0 : de.at(I)) + 180) % 360 : null,
65
+ period: (ce = y.wind_wave_period) == null ? void 0 : ce.at(I),
66
+ peakPeriod: (x = y.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: (ne = y.ocean_current_velocity) == null ? void 0 : ne.at(I),
71
+ kts: (c = y.ocean_current_velocity) == null ? void 0 : c.at(I),
72
+ degree: (S = y.ocean_current_direction) == null ? void 0 : S.at(I),
73
+ bearing: ((_ = y.ocean_current_direction) == null ? void 0 : _.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 = y.sea_surface_temperature) == null ? void 0 : w.at(I),
76
+ height: (F = y.sea_level_height_msl) == null ? void 0 : F.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
+ v.push({
80
+ utc: A.add(I, "h").format(),
81
81
  weather: { ...pe },
82
82
  ...De
83
83
  });
84
84
  }
85
- return C;
85
+ return v;
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, H, O, Y, P, N, T;
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: (O = (H = e == null ? void 0 : e.weather) == null ? void 0 : H.wind) == null ? void 0 : O.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: (Y = e == null ? void 0 : e.weather) == null ? void 0 : Y.precip,
98
+ code: (P = e == null ? void 0 : e.weather) == null ? void 0 : P.code,
99
+ name: (N = e == null ? void 0 : e.weather) == null ? void 0 : N.name,
100
+ url: (T = e == null ? void 0 : e.weather) == null ? void 0 : T.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, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f, r, z, d, ge, de, ce, x, ne, c;
110
+ const S = typeof a == "string" ? we(a) : a, _ = e == null ? void 0 : e.weather, w = e == null ? void 0 : e.marine, F = we((D = (s = (l = _ == null ? void 0 : _[0]) == null ? void 0 : l.daily) == null ? void 0 : s.time) == null ? void 0 : D.at(0)), he = we((Y = (O = (H = _ == null ? void 0 : _[0]) == null ? void 0 : H.daily) == null ? void 0 : O.time) == null ? void 0 : Y.at(-1)), ie = [];
111
+ if (S.isBetween(F, he, "millisecond", "[]")) {
112
+ let oe, i;
113
+ const A = S.diff(F, "d", !1);
114
+ if (_)
115
+ for (const me of _) {
116
+ const v = me.daily;
117
+ oe = {
118
+ code: (P = v.weather_code) == null ? void 0 : P.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: (N = v.temperature_2m_max) == null ? void 0 : N.at(A),
121
+ min: (T = v.temperature_2m_min) == null ? void 0 : T.at(A),
122
+ mean: (ee = v.temperature_2m_mean) == null ? void 0 : ee.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: (k = v.apparent_temperature_max) == null ? void 0 : k.at(A),
126
+ min: (j = v.apparent_temperature_min) == null ? void 0 : j.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: ($ = v.precipitation_sum) == null ? void 0 : $.at(A),
130
+ rainSum: (te = v.rain_sum) == null ? void 0 : te.at(A),
131
+ snowfallSum: (M = v.snowfall_sum) == null ? void 0 : M.at(A),
132
+ showersSum: (G = v.showers_sum) == null ? void 0 : G.at(A),
133
+ hours: (K = v.precipitation_hours) == null ? void 0 : K.at(A),
134
+ probability: (U = v.precipitation_probability_max) == null ? void 0 : U.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: (X = v.relative_humidity_2m_max) == null ? void 0 : X.at(A),
138
+ min: (W = v.relative_humidity_2m_min) == null ? void 0 : W.at(A),
139
+ mean: (R = v.relative_humidity_2m_mean) == null ? void 0 : R.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: (J = v.wind_speed_10m_max) == null ? void 0 : J.at(A),
143
+ kts: (q = v.wind_speed_10m_max) == null ? void 0 : q.at(A),
144
+ degree: (V = v.wind_direction_10m_dominant) == null ? void 0 : V.at(A),
145
+ gusts: (Z = v.wind_gusts_10m_max) == null ? void 0 : Z.at(A),
146
+ bearing: ((g = v.wind_direction_10m_dominant) == null ? void 0 : g.at(A)) !== null ? (((Q = v.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(oe.code, !0);
150
+ oe.name = I, oe.url = pe, oe.bg = De, oe.wind.scale = this.beaufort(this.kts2ms(oe.wind.kts)), oe.wind.direction = this.degree2Direction(oe.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 v = 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 = v.wave_height_max) == null ? void 0 : b.at(A),
159
+ degree: (E = v.wave_direction_dominant) == null ? void 0 : E.at(A),
160
+ period: (m = v.wave_period_max) == null ? void 0 : m.at(A),
161
+ bearing: ((L = v.wave_direction_dominant) == null ? void 0 : L.at(A)) !== null ? (((B = v.wave_direction_dominant) == null ? void 0 : B.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: (C = v.swell_wave_height_max) == null ? void 0 : C.at(A),
165
+ degree: (u = v.swell_wave_direction_dominant) == null ? void 0 : u.at(A),
166
+ period: (f = v.swell_wave_period_max) == null ? void 0 : f.at(A),
167
+ peakPeriod: (r = v.swell_wave_peak_period_max) == null ? void 0 : r.at(A),
168
+ bearing: ((z = v.swell_wave_direction_dominant) == null ? void 0 : z.at(A)) !== null ? (((d = v.swell_wave_direction_dominant) == null ? void 0 : d.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: (ge = v.wind_wave_height_max) == null ? void 0 : ge.at(A),
172
+ degree: (de = v.wind_wave_direction_dominant) == null ? void 0 : de.at(A),
173
+ period: (ce = v.wind_wave_period_max) == null ? void 0 : ce.at(A),
174
+ peakPeriod: (x = v.wind_wave_peak_period_max) == null ? void 0 : x.at(A),
175
+ bearing: ((ne = v.wind_wave_direction_dominant) == null ? void 0 : ne.at(A)) !== null ? (((c = v.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
+ ie.push({
181
+ utc: F.add(A, "d").utc().format(),
182
+ weather: { ...oe },
183
+ ...i
184
184
  });
185
185
  }
186
- return oe;
186
+ return ie;
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 = (h, e) => {
569
+ const a = h.__vccOpts || h;
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(h) {
633
+ if (h) {
634
+ const e = ae(h).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(h) {
642
+ if (h) {
643
+ const e = we(h).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(h) {
651
+ if (h) {
652
+ const e = ae(h).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(h) {
660
+ if (h) {
661
+ const e = ae(h).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(h) {
669
+ if (h) {
670
+ const e = ae(h).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(h) {
678
+ if (h) {
679
+ const e = ae(h).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(h, e = 4) {
687
+ return Ee.lat2pretty(h, 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(h, e = 4) {
692
+ return Ee.lng2pretty(h, 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(h, e = 4) {
697
+ return isNaN(h) ? "-" : Ee.roundPrecision(h, e);
698
698
  };
699
699
  }
700
700
  },
701
701
  watch: {
702
702
  point: {
703
703
  handler() {
704
- var l, e, a;
704
+ var h, e, a;
705
705
  this.point && (this.position = {
706
- portId: (l = this.point) == null ? void 0 : l.portId,
706
+ portId: (h = this.point) == null ? void 0 : h.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", (h) => {
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(h.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(h) {
738
+ var l;
739
+ const e = h.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 h, 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: (h = this.positionList.find((l) => l.name === this.searchName)) == null ? void 0 : h.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((h) => h.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 h = {
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", h, {
779
779
  headers: {
780
780
  Authorization: this.token
781
781
  }
@@ -788,49 +788,49 @@ 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 h, e, a, l;
792
+ this.positionGmt = (e = (h = this.meteoData.weather) == null ? void 0 : h[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 = 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 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 h = [], e = [], a = [], l = [], s = [], D = [], H = [], O = [], Y = [], P = [], N = {}, T = "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>'
802
802
  )
803
803
  )
804
- ), te = "data:image/svg+xml;base64," + window.btoa(
804
+ ), ee = "data:image/svg+xml;base64," + window.btoa(
805
805
  unescape(
806
806
  encodeURIComponent(
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
+ ), k = new Image(64, 64);
811
+ k.src = ee, k.onload = () => {
812
+ var K, U, X, W, R, J, q, V, Z, g, Q, b, E;
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 L = we(this.pickedDate).clone().add(m, "d");
816
+ h.push(ae(L).tz(this.positionGmt).format("yyyy-MM-DD")), e.push(this.computeMMMDDLT(L)), a.push(m === 0 ? "Today" : this.computeWeekLT(L));
817
+ const B = ((K = ye.pickDaily(this.meteoData, L)) == null ? void 0 : K[0]) || {};
818
+ l.push(this.roundPrecision((X = (U = B.weather) == null ? void 0 : U.temp) == null ? void 0 : X.min, 0)), s.push(this.roundPrecision((R = (W = B.weather) == null ? void 0 : W.temp) == null ? void 0 : R.max, 0)), O.push(this.roundPrecision((q = (J = B.weather) == null ? void 0 : J.wind) == null ? void 0 : q.kts, 1) ?? "- kts"), P.push(this.roundPrecision((Z = (V = B.weather) == null ? void 0 : V.precip) == null ? void 0 : Z.sum, 1) ?? "- mm"), D.push({ symbol: "image://" + ((g = B.weather) == null ? void 0 : g.url) }), H.push((Q = B.weather) == null ? void 0 : Q.name), Y.push((E = (b = B.weather) == null ? void 0 : b.wind) == null ? void 0 : E.bearing);
819
+ const C = document.createElement("canvas"), u = C.getContext("2d");
820
+ C.width = k.width, C.height = k.height;
821
+ const r = Y[m] * (Math.PI / 180);
822
+ u.translate(C.width / 2, C.height / 2), u.rotate(r), u.translate(-k.width / 2, -k.height / 2), u.drawImage(k, 0, 0, 64, 64);
823
+ const z = C.toDataURL();
824
+ N[`WindIcon${m}`] = {
825
825
  height: 12,
826
826
  width: 12,
827
827
  align: "left",
828
828
  backgroundColor: {
829
- image: H
829
+ image: z
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 j = 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 * j, te = Math.max(...s.filter((m) => typeof m == "number" && !isNaN(m))) + 2 * j, M = 4 + 0.5 / h.length * 92 + "%", G = {
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" ? H[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: h,
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: h,
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: h,
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: h,
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: h,
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: h,
988
988
  top: "93%",
989
989
  height: "2%"
990
990
  }
@@ -993,8 +993,8 @@ const Se = (l, e) => {
993
993
  type: "value",
994
994
  name: "温度(℃)",
995
995
  show: !1,
996
- min: ee,
997
- max: se,
996
+ min: $,
997
+ max: te,
998
998
  axisLabel: {
999
999
  formatter: "{value} °C"
1000
1000
  }
@@ -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 / h.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: O,
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
+ ...N,
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: P,
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: T
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(G), m.on("click", (L) => {
1139
+ const B = L.dataIndex, C = h[B].split("-");
1140
+ this.pickedDate = ae().tz(this.positionGmt).set({ year: C[0], month: Number(C[1] - 1), date: Number(C[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(), G.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 + B / h.length * 92 + "%"
1148
1148
  },
1149
1149
  {
1150
- x: 4 + (B + 1) / l.length * 92 + "%"
1150
+ x: 4 + (B + 1) / h.length * 92 + "%"
1151
1151
  }
1152
1152
  ]
1153
1153
  ]
1154
- }, m.setOption(S);
1154
+ }, m.setOption(G);
1155
1155
  });
1156
1156
  });
1157
1157
  };
@@ -1181,25 +1181,25 @@ 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, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f, r, z, d, ge, de, ce;
1187
1187
  this.loading.meteogramEchart = !1;
1188
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;
1189
+ for (let x = 0; x < 7 * 24; x++) {
1190
+ const ne = we(s).clone().add(x, "h");
1191
+ (D = this.meteogramData) == null || D.dates.push(ne);
1192
+ const c = ((H = ye.pickHourly(this.meteoData, ne)) == null ? void 0 : H[0]) || {};
1193
+ if (x % 12 === 0 && x % 24 !== 0 ? (O = this.meteogramData) == null || O.xDates.push(ae(ne).tz(this.positionGmt).format("MMM-DD")) : (Y = this.meteogramData) == null || Y.xDates.push(""), x % 3 === 0 ? (P = this.meteogramData) == null || P.hours.push(this.computeHourLT(ne)) : (N = this.meteogramData) == null || N.hours.push(""), (ee = this.meteogramData) == null || ee.temperatures.push(this.roundPrecision((T = c == null ? void 0 : c.weather) == null ? void 0 : T.temp, 0)), ($ = this.meteogramData) == null || $.precip.push(this.roundPrecision((j = (k = c == null ? void 0 : c.weather) == null ? void 0 : k.precip) == null ? void 0 : j.sum, 1)), (G = this.meteogramData) == null || G.windspeed.push(this.roundPrecision((M = (te = c.weather) == null ? void 0 : te.wind) == null ? void 0 : M.kts, 1)), (X = this.meteogramData) == null || X.windGusts.push(this.roundPrecision((U = (K = c == null ? void 0 : c.weather) == null ? void 0 : K.wind) == null ? void 0 : U.gusts, 1)), (J = this.meteogramData) == null || J.sigWaveHeight.push(this.roundPrecision((R = (W = c == null ? void 0 : c.wave) == null ? void 0 : W.sig) == null ? void 0 : R.height)), (Z = this.meteogramData) == null || Z.swellHeight.push(this.roundPrecision((V = (q = c == null ? void 0 : c.wave) == null ? void 0 : q.swell) == null ? void 0 : V.height)), x % 6 === 0 ? ((Q = this.meteogramData) == null || Q.weatherIcons.push({ symbol: "image://" + ((g = c.weather) == null ? void 0 : g.url), symbolSize: 30 }), (E = this.meteogramData) == null || E.weatherNames.push((b = c.weather) == null ? void 0 : b.name)) : ((L = this.meteogramData) == null || L.weatherIcons.push({ symbol: "image://" + ((m = c.weather) == null ? void 0 : m.url), symbolSize: 0 }), (B = this.meteogramData) == null || B.weatherNames.push("")), x % 3 === 0 ? (f = this.meteogramData) == null || f.windDir.push((u = (C = c.weather) == null ? void 0 : C.wind) == null ? void 0 : u.bearing) : (r = this.meteogramData) == null || r.windDir.push(void 0), x % 3 === 0) {
1194
+ const S = document.createElement("canvas"), _ = S.getContext("2d");
1195
+ S.width = l.width, S.height = l.height;
1196
+ const F = ((z = this.meteogramData) == null ? void 0 : z.windDir[x]) * (Math.PI / 180);
1197
+ _.translate(S.width / 2, S.height / 2), _.rotate(F), _.translate(-l.width / 2, -l.height / 2), _.drawImage(l, 0, 0, 64, 64);
1198
+ const he = S.toDataURL();
1199
+ this.meteogramData.windDirIcons[x] = he;
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(
1201
+ this.meteogramData.windDirIcons[x] = void 0;
1202
+ (d = c == null ? void 0 : c.weather) != null && d.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) && ((ge = this.meteogramData) == null || ge.markarea.push(
1203
1203
  [
1204
1204
  {
1205
1205
  x: 4 + e.start / (7 * 24) * 92 + "%"
@@ -1240,25 +1240,25 @@ const Se = (l, e) => {
1240
1240
  '<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
1241
  )
1242
1242
  )
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;
1243
+ ), l = new Image(64, 64);
1244
+ l.src = a, l.onload = () => {
1245
+ var D, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f, r, z, d, ge, de, ce;
1246
1246
  this.loading.meteogramEchart = !1;
1247
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;
1248
+ for (let x = 0; x < 14 * 24; x++) {
1249
+ const ne = we(s).clone().add(x, "h");
1250
+ (D = this.meteogramData) == null || D.dates.push(ne);
1251
+ const c = ((H = ye.pickHourly(this.meteoData, ne)) == null ? void 0 : H[0]) || {};
1252
+ if ((Y = this.meteogramData) == null || Y.temperatures.push(this.roundPrecision((O = c == null ? void 0 : c.weather) == null ? void 0 : O.temp, 0)), (T = this.meteogramData) == null || T.precip.push(this.roundPrecision((N = (P = c == null ? void 0 : c.weather) == null ? void 0 : P.precip) == null ? void 0 : N.sum, 1)), (j = this.meteogramData) == null || j.windspeed.push(this.roundPrecision((k = (ee = c.weather) == null ? void 0 : ee.wind) == null ? void 0 : k.kts, 1)), (M = this.meteogramData) == null || M.windGusts.push(this.roundPrecision((te = ($ = c == null ? void 0 : c.weather) == null ? void 0 : $.wind) == null ? void 0 : te.gusts, 1)), (U = this.meteogramData) == null || U.sigWaveHeight.push(this.roundPrecision((K = (G = c == null ? void 0 : c.wave) == null ? void 0 : G.sig) == null ? void 0 : K.height)), (R = this.meteogramData) == null || R.swellHeight.push(this.roundPrecision((W = (X = c == null ? void 0 : c.wave) == null ? void 0 : X.swell) == null ? void 0 : W.height)), x % 12 === 0 && x % 24 !== 0 ? (J = this.meteogramData) == null || J.xDates.push(ae(ne).tz(this.positionGmt).format("MMM-DD")) : (q = this.meteogramData) == null || q.xDates.push(""), x % 6 === 0 ? (V = this.meteogramData) == null || V.hours.push(this.computeHourLT(ne)) : (Z = this.meteogramData) == null || Z.hours.push(""), x % 12 === 0 ? ((Q = this.meteogramData) == null || Q.weatherIcons.push({ symbol: "image://" + ((g = c.weather) == null ? void 0 : g.url), symbolSize: 30 }), (E = this.meteogramData) == null || E.weatherNames.push((b = c.weather) == null ? void 0 : b.name)) : ((L = this.meteogramData) == null || L.weatherIcons.push({ symbol: "image://" + ((m = c.weather) == null ? void 0 : m.url), symbolSize: 0 }), (B = this.meteogramData) == null || B.weatherNames.push("")), x % 6 === 0 ? (f = this.meteogramData) == null || f.windDir.push((u = (C = c.weather) == null ? void 0 : C.wind) == null ? void 0 : u.bearing) : (r = this.meteogramData) == null || r.windDir.push(void 0), x % 6 === 0) {
1253
+ const S = document.createElement("canvas"), _ = S.getContext("2d");
1254
+ S.width = l.width, S.height = l.height;
1255
+ const F = ((z = this.meteogramData) == null ? void 0 : z.windDir[x]) * (Math.PI / 180);
1256
+ _.translate(S.width / 2, S.height / 2), _.rotate(F), _.translate(-l.width / 2, -l.height / 2), _.drawImage(l, 0, 0, 64, 64);
1257
+ const he = S.toDataURL();
1258
+ this.meteogramData.windDirIcons[x] = he;
1259
1259
  } 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(
1260
+ this.meteogramData.windDirIcons[x] = void 0;
1261
+ (d = c == null ? void 0 : c.weather) != null && d.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) && ((ge = this.meteogramData) == null || ge.markarea.push(
1262
1262
  [
1263
1263
  {
1264
1264
  x: 4 + e.start / (14 * 24) * 92 + "%"
@@ -1275,8 +1275,8 @@ const Se = (l, e) => {
1275
1275
  };
1276
1276
  },
1277
1277
  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 = {
1278
+ var T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f, r, z, d, ge, de, ce, x, ne, c, S, _;
1279
+ const h = ue.init(document.getElementById("weather-icons")), e = {
1280
1280
  grid: {
1281
1281
  show: !0,
1282
1282
  bottom: "0%",
@@ -1292,9 +1292,9 @@ const Se = (l, e) => {
1292
1292
  trigger: "item",
1293
1293
  show: !0,
1294
1294
  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;
1295
+ formatter: (w) => {
1296
+ const F = w == null ? void 0 : w.dataIndex;
1297
+ return w.seriesName === "Weather Icons" ? `<strong>${this.meteogramData.weatherNames[F]}</strong>` : !1;
1298
1298
  }
1299
1299
  },
1300
1300
  legend: {
@@ -1307,13 +1307,13 @@ const Se = (l, e) => {
1307
1307
  top: "50%",
1308
1308
  height: "50%",
1309
1309
  type: "category",
1310
- data: (G = this.meteogramData) == null ? void 0 : G.dates,
1310
+ data: (T = this.meteogramData) == null ? void 0 : T.dates,
1311
1311
  show: !1
1312
1312
  },
1313
1313
  singleAxis: [
1314
1314
  {
1315
- left: (te = this.meteogramData) == null ? void 0 : te.offset,
1316
- right: (P = this.meteogramData) == null ? void 0 : P.offset,
1315
+ left: (ee = this.meteogramData) == null ? void 0 : ee.offset,
1316
+ right: (k = this.meteogramData) == null ? void 0 : k.offset,
1317
1317
  type: "category",
1318
1318
  show: !1,
1319
1319
  axisLine: {
@@ -1333,7 +1333,7 @@ const Se = (l, e) => {
1333
1333
  // 隐藏分割线
1334
1334
  },
1335
1335
  boundaryGap: !1,
1336
- data: (K = this.meteogramData) == null ? void 0 : K.dates,
1336
+ data: (j = this.meteogramData) == null ? void 0 : j.dates,
1337
1337
  top: "50%",
1338
1338
  height: "2%"
1339
1339
  }
@@ -1344,14 +1344,14 @@ const Se = (l, e) => {
1344
1344
  type: "scatter",
1345
1345
  singleAxisIndex: 0,
1346
1346
  coordinateSystem: "singleAxis",
1347
- data: (ee = this.meteogramData) == null ? void 0 : ee.weatherIcons,
1347
+ data: ($ = this.meteogramData) == null ? void 0 : $.weatherIcons,
1348
1348
  symbolSize: 24
1349
1349
  }
1350
1350
  ]
1351
1351
  };
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 = {
1352
+ h.setOption(e);
1353
+ 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, H = Math.ceil((D - s) / 5);
1354
+ const O = ue.init(document.getElementById("weather-condition")), Y = {
1355
1355
  title: {
1356
1356
  text: "Weather conditions",
1357
1357
  top: "10px",
@@ -1376,24 +1376,24 @@ const Se = (l, e) => {
1376
1376
  trigger: "axis",
1377
1377
  show: !0,
1378
1378
  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"))
1379
+ formatter: (w) => {
1380
+ var he, ie, oe, i, A, me, v, I, pe, De, xe;
1381
+ const F = (he = w == null ? void 0 : w[0]) == null ? void 0 : he.dataIndex;
1382
+ if (w.find((y) => y.seriesType === "scatter"))
1383
1383
  return !1;
1384
1384
  {
1385
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>
1386
+ return ((ie = w[1]) == null ? void 0 : ie.value) < 1.9 ? y = "rgba(172, 210, 255, 1)" : ((oe = w[1]) == null ? void 0 : oe.value) < 3.9 ? y = "rgba(3, 248, 103, 1)" : ((i = w[1]) == null ? void 0 : i.value) < 7.9 ? y = "rgba(190, 226, 2, 18)" : ((A = w[1]) == null ? void 0 : A.value) < 19.9 ? y = "rgba(248, 1, 1, 1)" : ((me = w[1]) == null ? void 0 : me.value) > 20 ? y = "rgba(197, 5, 58, 1)" : y = "rgba(172, 210, 255, 1)", `<div style="font-size: 13px;"><strong>${ae((v = this.meteogramData) == null ? void 0 : v.dates[F]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
1387
+ <div style="display: ${(I = this.meteogramData) != null && I.weatherNames[F] ? "block" : "none"}; font-size: 13px;">
1388
+ <span>Weather : </span><strong>${(pe = this.meteogramData) == null ? void 0 : pe.weatherNames[F]}</strong>
1389
1389
  </div>
1390
1390
  <div style="font-size: 13px;">
1391
1391
  <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>
1392
+ <span>Temperature : </span><strong>${(De = w[0]) == null ? void 0 : De.value}</strong><span style="padding-left: 3px;">℃</span>
1393
1393
  </div>
1394
1394
  <div style="font-size: 13px;">
1395
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>
1396
+ <span>Precipitation : </span><strong>${(xe = w[1]) == null ? void 0 : xe.value}</strong><span style="padding-left: 3px;">mm</span>
1397
1397
  </div>`;
1398
1398
  }
1399
1399
  }
@@ -1419,7 +1419,7 @@ const Se = (l, e) => {
1419
1419
  top: "50%",
1420
1420
  height: "50%",
1421
1421
  type: "category",
1422
- data: (se = this.meteogramData) == null ? void 0 : se.dates,
1422
+ data: (te = this.meteogramData) == null ? void 0 : te.dates,
1423
1423
  axisLabel: {
1424
1424
  show: !1
1425
1425
  },
@@ -1438,8 +1438,8 @@ const Se = (l, e) => {
1438
1438
  },
1439
1439
  singleAxis: [
1440
1440
  {
1441
- left: (L = this.meteogramData) == null ? void 0 : L.offset,
1442
- right: (S = this.meteogramData) == null ? void 0 : S.offset,
1441
+ left: (M = this.meteogramData) == null ? void 0 : M.offset,
1442
+ right: (G = this.meteogramData) == null ? void 0 : G.offset,
1443
1443
  type: "category",
1444
1444
  show: !1,
1445
1445
  axisLine: {
@@ -1459,13 +1459,13 @@ const Se = (l, e) => {
1459
1459
  // 隐藏分割线
1460
1460
  },
1461
1461
  boundaryGap: !1,
1462
- data: (U = this.meteogramData) == null ? void 0 : U.dates,
1462
+ data: (K = this.meteogramData) == null ? void 0 : K.dates,
1463
1463
  top: "17%",
1464
1464
  height: "2%"
1465
1465
  },
1466
1466
  {
1467
- left: (X = this.meteogramData) == null ? void 0 : X.offset,
1468
- right: (W = this.meteogramData) == null ? void 0 : W.offset,
1467
+ left: (U = this.meteogramData) == null ? void 0 : U.offset,
1468
+ right: (X = this.meteogramData) == null ? void 0 : X.offset,
1469
1469
  type: "category",
1470
1470
  show: !1,
1471
1471
  axisLine: {
@@ -1485,13 +1485,13 @@ const Se = (l, e) => {
1485
1485
  // 隐藏分割线
1486
1486
  },
1487
1487
  boundaryGap: !1,
1488
- data: (R = this.meteogramData) == null ? void 0 : R.dates,
1488
+ data: (W = this.meteogramData) == null ? void 0 : W.dates,
1489
1489
  top: "27%",
1490
1490
  height: "2%"
1491
1491
  },
1492
1492
  {
1493
- left: (J = this.meteogramData) == null ? void 0 : J.offset,
1494
- right: (q = this.meteogramData) == null ? void 0 : q.offset,
1493
+ left: (R = this.meteogramData) == null ? void 0 : R.offset,
1494
+ right: (J = this.meteogramData) == null ? void 0 : J.offset,
1495
1495
  type: "category",
1496
1496
  show: !1,
1497
1497
  axisLine: {
@@ -1511,13 +1511,13 @@ const Se = (l, e) => {
1511
1511
  // 隐藏分割线
1512
1512
  },
1513
1513
  boundaryGap: !1,
1514
- data: (V = this.meteogramData) == null ? void 0 : V.dates,
1514
+ data: (q = this.meteogramData) == null ? void 0 : q.dates,
1515
1515
  top: "84%",
1516
1516
  height: "2%"
1517
1517
  },
1518
1518
  {
1519
- left: (Z = this.meteogramData) == null ? void 0 : Z.offset,
1520
- right: (_ = this.meteogramData) == null ? void 0 : _.offset,
1519
+ left: (V = this.meteogramData) == null ? void 0 : V.offset,
1520
+ right: (Z = this.meteogramData) == null ? void 0 : Z.offset,
1521
1521
  type: "category",
1522
1522
  show: !1,
1523
1523
  axisLine: {
@@ -1537,7 +1537,7 @@ const Se = (l, e) => {
1537
1537
  // 隐藏分割线
1538
1538
  },
1539
1539
  boundaryGap: !1,
1540
- data: (h = this.meteogramData) == null ? void 0 : h.dates,
1540
+ data: (g = this.meteogramData) == null ? void 0 : g.dates,
1541
1541
  top: "92%",
1542
1542
  height: "2%"
1543
1543
  }
@@ -1548,8 +1548,8 @@ const Se = (l, e) => {
1548
1548
  name: "Temperature ( ℃ ) ",
1549
1549
  show: !0,
1550
1550
  min: s,
1551
- max: x,
1552
- interval: k,
1551
+ max: D,
1552
+ interval: H,
1553
1553
  splitNumber: 5,
1554
1554
  nameRotate: 90,
1555
1555
  nameLocation: "middle",
@@ -1565,8 +1565,8 @@ const Se = (l, e) => {
1565
1565
  type: "value",
1566
1566
  name: "Precipitation ( mm ) ",
1567
1567
  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),
1568
+ max: Math.ceil((Math.max(...this.meteogramData.precip.filter((w) => typeof w == "number" && !isNaN(w))) + 1) / 5) * 5,
1569
+ interval: Math.ceil((Math.max(...this.meteogramData.precip.filter((w) => typeof w == "number" && !isNaN(w))) + 1) / 5),
1570
1570
  splitNumber: 5,
1571
1571
  show: !0,
1572
1572
  nameRotate: 90,
@@ -1623,7 +1623,7 @@ const Se = (l, e) => {
1623
1623
  name: "Temperature",
1624
1624
  type: "line",
1625
1625
  yAxisIndex: 0,
1626
- data: (M = this.meteogramData) == null ? void 0 : M.temperatures,
1626
+ data: (Q = this.meteogramData) == null ? void 0 : Q.temperatures,
1627
1627
  symbol: "none",
1628
1628
  smooth: !1,
1629
1629
  itemStyle: {
@@ -1638,7 +1638,7 @@ const Se = (l, e) => {
1638
1638
  itemStyle: {
1639
1639
  color: "rgba(239,239,239,0.6)"
1640
1640
  },
1641
- data: (E = this.meteogramData) == null ? void 0 : E.markarea,
1641
+ data: (b = this.meteogramData) == null ? void 0 : b.markarea,
1642
1642
  emphasis: {
1643
1643
  disabled: !0
1644
1644
  }
@@ -1648,7 +1648,7 @@ const Se = (l, e) => {
1648
1648
  name: "Precipitation:",
1649
1649
  type: "bar",
1650
1650
  yAxisIndex: 1,
1651
- data: (Q = this.meteogramData) == null ? void 0 : Q.precip,
1651
+ data: (E = this.meteogramData) == null ? void 0 : E.precip,
1652
1652
  itemStyle: {
1653
1653
  color: "#0c73a8"
1654
1654
  },
@@ -1675,7 +1675,7 @@ const Se = (l, e) => {
1675
1675
  singleAxisIndex: 3,
1676
1676
  coordinateSystem: "singleAxis",
1677
1677
  type: "scatter",
1678
- data: (z = this.meteogramData) == null ? void 0 : z.xDates,
1678
+ data: (L = this.meteogramData) == null ? void 0 : L.xDates,
1679
1679
  label: {
1680
1680
  show: !0,
1681
1681
  fontSize: 13,
@@ -1688,8 +1688,8 @@ const Se = (l, e) => {
1688
1688
  }
1689
1689
  ]
1690
1690
  };
1691
- Y.setOption(j);
1692
- const N = me.init(document.getElementById("wave-swell")), T = {
1691
+ O.setOption(Y);
1692
+ const P = ue.init(document.getElementById("wave-swell")), N = {
1693
1693
  title: {
1694
1694
  text: "Wave & Swell",
1695
1695
  top: "10px",
@@ -1715,25 +1715,25 @@ const Se = (l, e) => {
1715
1715
  triggerOn: "mousemove",
1716
1716
  show: !0,
1717
1717
  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>
1718
+ formatter: (w) => {
1719
+ var he, ie, oe, i, A, me;
1720
+ const F = (he = w == null ? void 0 : w[0]) == null ? void 0 : he.dataIndex;
1721
+ return w.find((v) => v.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${ae((ie = this.meteogramData) == null ? void 0 : ie.dates[F]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
1722
1722
  <div style="font-size: 13px;">
1723
1723
  <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>
1724
+ <span>Wind Speed : </span><strong>${(oe = w[0]) == null ? void 0 : oe.value}</strong><span style="padding-left: 3px;">kts</span>
1725
1725
  </div>
1726
1726
  <div style="font-size: 13px;">
1727
1727
  <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>
1728
+ <span>Wind Gusts : </span><strong>${(i = w[2]) == null ? void 0 : i.value}</strong><span style="padding-left: 3px;">kts</span>
1729
1729
  </div>
1730
1730
  <div style="font-size: 13px;">
1731
1731
  <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>
1732
+ <span>Swell Height : </span><strong>${(A = w[3]) == null ? void 0 : A.value}</strong><span style="padding-left: 3px;">m</span>
1733
1733
  </div>
1734
1734
  <div style="font-size: 13px;">
1735
1735
  <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>
1736
+ <span>Sig.Wave Height : </span><strong>${(me = w[4]) == null ? void 0 : me.value}</strong><span style="padding-left: 3px;">m</span>
1737
1737
  </div>
1738
1738
  `;
1739
1739
  }
@@ -1784,7 +1784,7 @@ const Se = (l, e) => {
1784
1784
  },
1785
1785
  singleAxis: [
1786
1786
  {
1787
- left: (I = this.meteogramData) == null ? void 0 : I.offset,
1787
+ left: (C = this.meteogramData) == null ? void 0 : C.offset,
1788
1788
  right: (u = this.meteogramData) == null ? void 0 : u.offset,
1789
1789
  type: "category",
1790
1790
  show: !1,
@@ -1810,8 +1810,8 @@ const Se = (l, e) => {
1810
1810
  height: "2%"
1811
1811
  },
1812
1812
  {
1813
- left: (n = this.meteogramData) == null ? void 0 : n.offset,
1814
- right: (H = this.meteogramData) == null ? void 0 : H.offset,
1813
+ left: (r = this.meteogramData) == null ? void 0 : r.offset,
1814
+ right: (z = this.meteogramData) == null ? void 0 : z.offset,
1815
1815
  type: "category",
1816
1816
  show: !1,
1817
1817
  axisLine: {
@@ -1831,7 +1831,7 @@ const Se = (l, e) => {
1831
1831
  // 隐藏分割线
1832
1832
  },
1833
1833
  boundaryGap: !1,
1834
- data: (g = this.meteogramData) == null ? void 0 : g.dates,
1834
+ data: (d = this.meteogramData) == null ? void 0 : d.dates,
1835
1835
  top: "92%",
1836
1836
  height: "2%"
1837
1837
  }
@@ -1842,8 +1842,8 @@ const Se = (l, e) => {
1842
1842
  name: "Wind Speed ( kts )",
1843
1843
  show: !0,
1844
1844
  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),
1845
+ max: Math.ceil(Math.max(...[...this.meteogramData.windGusts, ...this.meteogramData.windspeed].filter((w) => typeof w == "number" && !isNaN(w))) / 5) * 5,
1846
+ interval: Math.ceil(Math.max(...[...this.meteogramData.windGusts, ...this.meteogramData.windspeed].filter((w) => typeof w == "number" && !isNaN(w))) / 5),
1847
1847
  splitNumber: 5,
1848
1848
  nameRotate: 90,
1849
1849
  nameLocation: "middle",
@@ -1859,8 +1859,8 @@ 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(Math.max(...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight].filter((w) => typeof w == "number" && !isNaN(w))) / 5) * 5,
1863
+ interval: Math.ceil(Math.max(...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight].filter((w) => typeof w == "number" && !isNaN(w))) / 5),
1864
1864
  splitNumber: 5,
1865
1865
  show: !0,
1866
1866
  nameRotate: 90,
@@ -1900,12 +1900,12 @@ const Se = (l, e) => {
1900
1900
  name: "Wind Direction",
1901
1901
  type: "custom",
1902
1902
  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 ? {
1903
+ renderItem: (w, F) => {
1904
+ var oe, i;
1905
+ const he = w.dataIndex, ie = F.coord([F.value(0), F.value(1)]);
1906
+ return ((i = (oe = this.meteogramData) == null ? void 0 : oe.windDir) == null ? void 0 : i[he]) >= 0 ? {
1907
1907
  type: "image",
1908
- position: oe,
1908
+ position: ie,
1909
1909
  style: {
1910
1910
  image: this.meteogramData.windDirIcons[he],
1911
1911
  x: -12 / 2,
@@ -1922,7 +1922,7 @@ const Se = (l, e) => {
1922
1922
  name: "Wind Gusts",
1923
1923
  type: "line",
1924
1924
  yAxisIndex: 0,
1925
- data: (v = this.meteogramData) == null ? void 0 : v.windGusts,
1925
+ data: (x = this.meteogramData) == null ? void 0 : x.windGusts,
1926
1926
  symbol: "none",
1927
1927
  smooth: !1,
1928
1928
  itemStyle: {
@@ -1954,7 +1954,7 @@ const Se = (l, e) => {
1954
1954
  name: "Sig.Wave Height",
1955
1955
  type: "line",
1956
1956
  yAxisIndex: 1,
1957
- data: (d = this.meteogramData) == null ? void 0 : d.sigWaveHeight,
1957
+ data: (c = this.meteogramData) == null ? void 0 : c.sigWaveHeight,
1958
1958
  symbol: "none",
1959
1959
  smooth: !1,
1960
1960
  itemStyle: {
@@ -1969,7 +1969,7 @@ const Se = (l, e) => {
1969
1969
  singleAxisIndex: 0,
1970
1970
  coordinateSystem: "singleAxis",
1971
1971
  type: "scatter",
1972
- data: (F = this.meteogramData) == null ? void 0 : F.hours,
1972
+ data: (S = this.meteogramData) == null ? void 0 : S.hours,
1973
1973
  itemStyle: {
1974
1974
  color: "#fff"
1975
1975
  },
@@ -1985,7 +1985,7 @@ const Se = (l, e) => {
1985
1985
  singleAxisIndex: 1,
1986
1986
  coordinateSystem: "singleAxis",
1987
1987
  type: "scatter",
1988
- data: ($ = this.meteogramData) == null ? void 0 : $.xDates,
1988
+ data: (_ = this.meteogramData) == null ? void 0 : _.xDates,
1989
1989
  itemStyle: {
1990
1990
  color: "#fff"
1991
1991
  },
@@ -1998,23 +1998,23 @@ const Se = (l, e) => {
1998
1998
  }
1999
1999
  ]
2000
2000
  };
2001
- N.setOption(T), N.on("legendselectchanged", (c) => {
2002
- c.name === "Wind Speed" && (c.selected["Wind Direction"] = c.selected["Wind Speed"]);
2001
+ P.setOption(N), P.on("legendselectchanged", (w) => {
2002
+ w.name === "Wind Speed" && (w.selected["Wind Direction"] = w.selected["Wind Speed"]);
2003
2003
  });
2004
2004
  },
2005
2005
  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;
2006
+ var D, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b;
2007
2007
  if (!this.token)
2008
2008
  return !1;
2009
2009
  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 });
2010
+ const h = ae().tz(this.positionGmt).date() >= 14 ? ae().tz(this.positionGmt).month() + 1 : ae().tz(this.positionGmt).month(), e = ae((D = this.currentMonth) == null ? void 0 : D.date).tz(this.positionGmt).set({ month: h });
2011
2011
  let a = {
2012
2012
  lat: this.position.lat,
2013
2013
  lng: this.position.lng,
2014
2014
  startDate: ae().tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format(),
2015
2015
  endDate: ae().tz(this.positionGmt).set({ year: e.year(), month: e.month() + 1, date: 1, hour: 0, minute: 0, second: 0 }).format(),
2016
2016
  pastYear: 1
2017
- }, A = await Qe.post("https://cbe.idmwx.com/api/arc/meteo2/spot/seasonal", a, {
2017
+ }, l = await Qe.post("https://cbe.idmwx.com/api/arc/meteo2/spot/seasonal", a, {
2018
2018
  headers: {
2019
2019
  Authorization: this.token
2020
2020
  }
@@ -2033,8 +2033,8 @@ const Se = (l, e) => {
2033
2033
  lastYearPrecip: []
2034
2034
  };
2035
2035
  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) {
2036
+ if ((l == null ? void 0 : l.data.code) === 0) {
2037
+ if (this.etime = (H = l == null ? void 0 : l.data) == null ? void 0 : H.etime, !this.currentMonth) {
2038
2038
  this.monthsOptions = [];
2039
2039
  for (let f = 0; f < 6; f++)
2040
2040
  this.monthsOptions.push({
@@ -2043,47 +2043,47 @@ const Se = (l, e) => {
2043
2043
  });
2044
2044
  }
2045
2045
  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();
2046
+ let E = (O = l == null ? void 0 : l.data.data) == null ? void 0 : O.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
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));
2048
+ const r = we(m).clone().add(f, "d"), z = ((Y = ye.pickDaily(E, r)) == null ? void 0 : Y[0]) || {};
2049
+ (P = this.seasonalData) == null || P.dates.push(ae(r).tz(this.positionGmt).format("MMM-DD")), (N = this.seasonalData) == null || N.xDates.push(ae(r).tz(this.positionGmt).format("DD")), (k = this.seasonalData) == null || k.highTemp.push(this.roundPrecision((ee = (T = z == null ? void 0 : z.weather) == null ? void 0 : T.temp) == null ? void 0 : ee.max, 0)), (te = this.seasonalData) == null || te.lowTemp.push(this.roundPrecision(($ = (j = z == null ? void 0 : z.weather) == null ? void 0 : j.temp) == null ? void 0 : $.min, 0)), (K = this.seasonalData) == null || K.windSpeed.push(this.roundPrecision((G = (M = z.weather) == null ? void 0 : M.wind) == null ? void 0 : G.kts, 1)), (W = this.seasonalData) == null || W.windDirection.push((X = (U = z.weather) == null ? void 0 : U.wind) == null ? void 0 : X.direction), (q = this.seasonalData) == null || q.precip.push(this.roundPrecision((J = (R = z == null ? void 0 : z.weather) == null ? void 0 : R.precip) == null ? void 0 : J.sum, 1));
2050
2050
  }
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));
2051
+ (((Z = (V = l == null ? void 0 : l.data.data) == null ? void 0 : V.past) == null ? void 0 : Z.reverse()) || []).forEach((f, r) => {
2052
+ var z, d, ge, de, ce, x, ne, c, S, _, w, F, he;
2053
+ m = ae(this.etime).tz(this.positionGmt).set({ year: e.year() - (r + 1), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
2054
+ for (let ie = 0; ie < s; ie++) {
2055
+ const oe = we(m).clone().add(ie, "d"), i = ((z = ye.pickDaily(f, oe)) == null ? void 0 : z[0]) || {};
2056
+ (de = this.seasonalData) == null || de.lastYearHighTemp.push(this.roundPrecision((ge = (d = i == null ? void 0 : i.weather) == null ? void 0 : d.temp) == null ? void 0 : ge.max, 0)), (ne = this.seasonalData) == null || ne.lastYearLowTemp.push(this.roundPrecision((x = (ce = i == null ? void 0 : i.weather) == null ? void 0 : ce.temp) == null ? void 0 : x.min, 0)), (_ = this.seasonalData) == null || _.lastYearWindSpeed.push(this.roundPrecision((S = (c = i.weather) == null ? void 0 : c.wind) == null ? void 0 : S.kts, 1)), (he = this.seasonalData) == null || he.lastYearPrecip.push(this.roundPrecision((F = (w = i == null ? void 0 : i.weather) == null ? void 0 : w.precip) == null ? void 0 : F.sum, 1));
2057
2057
  }
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)));
2058
+ }), this.seasonalData.offset = 4 + 0.5 / ((Q = (g = this.seasonalData) == null ? void 0 : g.dates) == null ? void 0 : Q.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
2059
  let B = 0;
2060
- this.seasonalData.highTemp.forEach((f, n) => {
2061
- f === this.seasonalData.maxHighTemp && (B = n);
2060
+ this.seasonalData.highTemp.forEach((f, r) => {
2061
+ f === this.seasonalData.maxHighTemp && (B = r);
2062
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)));
2063
+ let C = 0;
2064
+ this.seasonalData.lowTemp.forEach((f, r) => {
2065
+ f === this.seasonalData.minLowTemp && (C = r);
2066
+ }), this.seasonalData.coldestDay = this.seasonalData.dates[C], this.seasonalData.meanWind = this.seasonalData.windSpeed.reduce((f, r) => f + r, 0) / ((b = this.seasonalData.windSpeed) == null ? void 0 : b.length), this.seasonalData.maxWindSpeed = Math.max(...this.seasonalData.windSpeed.filter((f) => typeof f == "number" && !isNaN(f)));
2067
2067
  let u = 0;
2068
- this.seasonalData.windSpeed.forEach((f, n) => {
2069
- f === this.seasonalData.maxWindSpeed && (u = n);
2068
+ this.seasonalData.windSpeed.forEach((f, r) => {
2069
+ f === this.seasonalData.maxWindSpeed && (u = r);
2070
2070
  }), this.seasonalData.windiestDay = this.seasonalData.dates[u], this.seasonalData.dominantWind = this.findMostFrequent(this.seasonalData.windDirection);
2071
2071
  }
2072
2072
  this.initSeasonalEchart();
2073
2073
  },
2074
- findMostFrequent(l) {
2074
+ findMostFrequent(h) {
2075
2075
  const e = {};
2076
- let a = 0, A;
2077
- for (const s of l)
2076
+ let a = 0, l;
2077
+ for (const s of h)
2078
2078
  e[s] ? e[s]++ : e[s] = 1;
2079
2079
  for (const s in e)
2080
- e[s] > a && (a = e[s], A = s);
2081
- return A;
2080
+ e[s] > a && (a = e[s], l = s);
2081
+ return l;
2082
2082
  },
2083
2083
  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 = {
2084
+ var G, K, U, X, W, R, J, q, V, Z;
2085
+ let h = Math.max(...[...this.seasonalData.highTemp, ...this.seasonalData.lastYearHighTemp].filter((g) => typeof g == "number" && !isNaN(g))), e = Math.min(...[...this.seasonalData.lowTemp, ...this.seasonalData.lastYearLowTemp].filter((g) => typeof g == "number" && !isNaN(g))), a = Math.ceil((h + 1) / 5) * 5, l = Math.floor((e - 1) / 5) * 5, s = Math.ceil((a - l) / 5);
2086
+ const D = {
2087
2087
  title: {
2088
2088
  text: "Temperature",
2089
2089
  top: "10px",
@@ -2108,25 +2108,25 @@ const Se = (l, e) => {
2108
2108
  trigger: "axis",
2109
2109
  show: !0,
2110
2110
  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>
2111
+ formatter: (g) => {
2112
+ var b, E, m, L, B, C;
2113
+ const Q = (b = g == null ? void 0 : g[0]) == null ? void 0 : b.dataIndex;
2114
+ return g.find((u) => u.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${(E = this.seasonalData) == null ? void 0 : E.dates[Q]}</strong></div>
2115
2115
  <div style="font-size: 13px;">
2116
2116
  <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>
2117
+ <span>High : </span><strong>${(m = g[0]) == null ? void 0 : m.value}</strong><span style="padding-left: 3px;">℃</span>
2118
2118
  </div>
2119
2119
  <div style="font-size: 13px;">
2120
2120
  <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>
2121
+ <span>High, last year : </span><strong>${(L = g[1]) == null ? void 0 : L.value}</strong><span style="padding-left: 3px;">mm</span>
2122
2122
  </div>
2123
2123
  <div style="font-size: 13px;">
2124
2124
  <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>
2125
+ <span>Low : </span><strong>${(B = g[2]) == null ? void 0 : B.value}</strong><span style="padding-left: 3px;">mm</span>
2126
2126
  </div>
2127
2127
  <div style="font-size: 13px;">
2128
2128
  <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>
2129
+ <span>Low, last year : </span><strong>${(C = g[3]) == null ? void 0 : C.value}</strong><span style="padding-left: 3px;">℃</span>
2130
2130
  </div>
2131
2131
  `;
2132
2132
  }
@@ -2146,7 +2146,7 @@ const Se = (l, e) => {
2146
2146
  height: "50%",
2147
2147
  type: "category",
2148
2148
  boundaryGap: !0,
2149
- data: (S = this.seasonalData) == null ? void 0 : S.xDates,
2149
+ data: (G = this.seasonalData) == null ? void 0 : G.xDates,
2150
2150
  axisLabel: {
2151
2151
  show: !0
2152
2152
  },
@@ -2169,7 +2169,7 @@ const Se = (l, e) => {
2169
2169
  type: "value",
2170
2170
  name: "Temperature ( ℃ ) ",
2171
2171
  show: !0,
2172
- min: A,
2172
+ min: l,
2173
2173
  max: a,
2174
2174
  interval: s,
2175
2175
  splitNumber: 5,
@@ -2187,7 +2187,7 @@ const Se = (l, e) => {
2187
2187
  {
2188
2188
  name: "High",
2189
2189
  type: "line",
2190
- data: (U = this.seasonalData) == null ? void 0 : U.highTemp,
2190
+ data: (K = this.seasonalData) == null ? void 0 : K.highTemp,
2191
2191
  symbol: "none",
2192
2192
  smooth: !1,
2193
2193
  itemStyle: {
@@ -2201,7 +2201,7 @@ const Se = (l, e) => {
2201
2201
  name: "High, last year",
2202
2202
  type: "line",
2203
2203
  symbol: "none",
2204
- data: (X = this.seasonalData) == null ? void 0 : X.lastYearHighTemp,
2204
+ data: (U = this.seasonalData) == null ? void 0 : U.lastYearHighTemp,
2205
2205
  itemStyle: {
2206
2206
  color: "#f7c587"
2207
2207
  },
@@ -2216,7 +2216,7 @@ const Se = (l, e) => {
2216
2216
  {
2217
2217
  name: "Low",
2218
2218
  type: "line",
2219
- data: (W = this.seasonalData) == null ? void 0 : W.lowTemp,
2219
+ data: (X = this.seasonalData) == null ? void 0 : X.lowTemp,
2220
2220
  symbol: "none",
2221
2221
  smooth: !1,
2222
2222
  itemStyle: {
@@ -2230,7 +2230,7 @@ const Se = (l, e) => {
2230
2230
  name: "Low, last year",
2231
2231
  type: "line",
2232
2232
  symbol: "none",
2233
- data: (R = this.seasonalData) == null ? void 0 : R.lastYearLowTemp,
2233
+ data: (W = this.seasonalData) == null ? void 0 : W.lastYearLowTemp,
2234
2234
  itemStyle: {
2235
2235
  color: "#7baef7"
2236
2236
  },
@@ -2245,25 +2245,25 @@ const Se = (l, e) => {
2245
2245
  ]
2246
2246
  };
2247
2247
  this.loading.seasonalEchart = !1, this.$nextTick(() => {
2248
- me.init(document.getElementById("temperature-echart")).setOption(x);
2248
+ ue.init(document.getElementById("temperature-echart")).setOption(D);
2249
2249
  });
2250
- function k(h) {
2250
+ function H(g) {
2251
2251
  return {
2252
2252
  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);
2253
+ const Q = document.createElementNS("http://www.w3.org/2000/svg", "svg");
2254
+ Q.setAttribute("width", "10"), Q.setAttribute("height", "5"), Q.setAttribute("viewBox", "0 0 10 5");
2255
+ const b = document.createElementNS("http://www.w3.org/2000/svg", "rect");
2256
+ b.setAttribute("x", "0"), b.setAttribute("y", "0"), b.setAttribute("width", "10"), b.setAttribute("height", "5"), b.setAttribute("fill", g), Q.appendChild(b);
2257
+ const E = document.createElementNS("http://www.w3.org/2000/svg", "line");
2258
+ E.setAttribute("x1", "0"), E.setAttribute("y1", "0"), E.setAttribute("x2", "10"), E.setAttribute("y2", "5"), E.setAttribute("stroke", "#fff"), E.setAttribute("stroke-width", "1"), Q.appendChild(E);
2259
+ const m = new XMLSerializer().serializeToString(Q), L = new Blob([m], { type: "image/svg+xml;charset=utf-8" });
2260
+ return URL.createObjectURL(L);
2261
2261
  })(),
2262
2262
  repeat: "repeat"
2263
2263
  };
2264
2264
  }
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 = {
2265
+ let O = Math.max(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((g) => typeof g == "number" && !isNaN(g))), P = Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((g) => typeof g == "number" && !isNaN(g))) > 0 ? 0 : Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((g) => typeof g == "number" && !isNaN(g))), N = Math.ceil((O + 1) / 5) * 5, T = Math.ceil((N - P) / 5), ee = Math.max(...[...this.seasonalData.precip, ...this.seasonalData.lastYearPrecip].filter((g) => typeof g == "number" && !isNaN(g))), j = 0, $ = Math.ceil(ee * 2 / 5) * 5, te = Math.ceil(($ - j) / 5);
2266
+ const M = {
2267
2267
  title: {
2268
2268
  text: "Wind & Preciption",
2269
2269
  top: "10px",
@@ -2288,40 +2288,40 @@ const Se = (l, e) => {
2288
2288
  trigger: "axis",
2289
2289
  show: !0,
2290
2290
  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"))
2291
+ formatter: (g) => {
2292
+ var b, E, m, L, B, C, u, f, r, z, d, ge, de, ce, x, ne;
2293
+ const Q = (b = g == null ? void 0 : g[0]) == null ? void 0 : b.dataIndex;
2294
+ if (g.find((c) => c.seriesType === "scatter"))
2295
2295
  return !1;
2296
2296
  {
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>
2297
+ let c = { color: "", colorLastYear: "", url: "" };
2298
+ return ((E = g[2]) == null ? void 0 : E.value) < 1.9 ? c.color = "rgba(172, 210, 255, 1)" : ((m = g[2]) == null ? void 0 : m.value) < 3.9 ? c.color = "rgba(3, 248, 103, 1)" : ((L = g[2]) == null ? void 0 : L.value) < 7.9 ? c.color = "rgba(190, 226, 2, 18)" : ((B = g[2]) == null ? void 0 : B.value) < 19.9 ? c.color = "rgba(248, 1, 1, 1)" : ((C = g[2]) == null ? void 0 : C.value) > 20 ? c.color = "rgba(197, 5, 58, 1)" : c.color = "rgba(172, 210, 255, 1)", ((u = g[3]) == null ? void 0 : u.value) < 9.9 ? c.colorLastYear = "rgba(172, 210, 255, 1)" : ((f = g[3]) == null ? void 0 : f.value) < 24.9 ? c.colorLastYear = "rgba(3, 248, 103, 1)" : ((r = g[3]) == null ? void 0 : r.value) < 49.9 ? c.colorLastYear = "rgba(190, 226, 2, 18)" : ((z = g[3]) == null ? void 0 : z.value) < 99.9 ? c.colorLastYear = "rgba(248, 1, 1, 1)" : ((d = g[3]) == null ? void 0 : d.value) > 100 ? c.colorLastYear = "rgba(197, 5, 58, 1)" : c.colorLastYear = "rgba(172, 210, 255, 1)", c.url = (() => {
2299
+ const S = document.createElementNS("http://www.w3.org/2000/svg", "svg");
2300
+ S.setAttribute("width", "10"), S.setAttribute("height", "10"), S.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", c.colorLastYear), S.appendChild(_);
2303
+ const w = document.createElementNS("http://www.w3.org/2000/svg", "line");
2304
+ 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"), S.appendChild(w);
2305
+ const F = document.createElementNS("http://www.w3.org/2000/svg", "line");
2306
+ F.setAttribute("x1", "0"), F.setAttribute("y1", "5"), F.setAttribute("x2", "10"), F.setAttribute("y2", "10"), F.setAttribute("stroke", "#fff"), F.setAttribute("stroke-width", "1"), S.appendChild(F);
2307
+ const he = new XMLSerializer().serializeToString(S), ie = new Blob([he], { type: "image/svg+xml;charset=utf-8" });
2308
+ return URL.createObjectURL(ie);
2309
+ })(), `<div style="font-size: 13px;"><strong>${(ge = this.seasonalData) == null ? void 0 : ge.dates[Q]}</strong></div>
2310
2310
  <div style="font-size: 13px;">
2311
2311
  <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>
2312
+ <span>Wind : </span><strong>${(de = g[0]) == null ? void 0 : de.value}</strong><span style="padding-left: 3px;">kts</span>
2313
2313
  </div>
2314
2314
  <div style="font-size: 13px;">
2315
2315
  <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>
2316
+ <span>Wind, last year : </span><strong>${(ce = g[1]) == null ? void 0 : ce.value}</strong><span style="padding-left: 3px;">kts</span>
2317
2317
  </div>
2318
2318
  <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>
2319
+ <span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${c.color};}"></span>
2320
+ <span>Precip : </span><strong>${(x = g[2]) == null ? void 0 : x.value}</strong><span style="padding-left: 3px;">mm</span>
2321
2321
  </div>
2322
2322
  <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>
2323
+ <img src="${c.url}" style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;}" />
2324
+ <span>Precip, last year : </span><strong>${(ne = g[3]) == null ? void 0 : ne.value}</strong><span style="padding-left: 3px;">mm</span>
2325
2325
  </div>
2326
2326
  `;
2327
2327
  }
@@ -2358,7 +2358,7 @@ const Se = (l, e) => {
2358
2358
  height: "50%",
2359
2359
  type: "category",
2360
2360
  boundaryGap: !0,
2361
- data: (J = this.seasonalData) == null ? void 0 : J.xDates,
2361
+ data: (R = this.seasonalData) == null ? void 0 : R.xDates,
2362
2362
  axisLabel: {
2363
2363
  show: !0
2364
2364
  },
@@ -2380,9 +2380,9 @@ const Se = (l, e) => {
2380
2380
  type: "value",
2381
2381
  name: "Wind speed max ( kts ) ",
2382
2382
  show: !0,
2383
- min: N,
2384
- max: T,
2385
- interval: G,
2383
+ min: P,
2384
+ max: N,
2385
+ interval: T,
2386
2386
  splitNumber: 5,
2387
2387
  nameRotate: 90,
2388
2388
  nameLocation: "middle",
@@ -2397,9 +2397,9 @@ const Se = (l, e) => {
2397
2397
  type: "value",
2398
2398
  name: "Precipitation ( mm ) ",
2399
2399
  show: !0,
2400
- min: K,
2401
- max: ee,
2402
- interval: se,
2400
+ min: j,
2401
+ max: $,
2402
+ interval: te,
2403
2403
  splitNumber: 5,
2404
2404
  nameRotate: 90,
2405
2405
  nameLocation: "middle",
@@ -2460,30 +2460,30 @@ const Se = (l, e) => {
2460
2460
  pieces: [
2461
2461
  {
2462
2462
  gte: 100,
2463
- color: k("#C5053A"),
2463
+ color: H("#C5053A"),
2464
2464
  label: "Heavy Rainstorm, last year"
2465
2465
  },
2466
2466
  {
2467
2467
  gte: 50,
2468
2468
  lt: 99.9,
2469
- color: k("#F80101"),
2469
+ color: H("#F80101"),
2470
2470
  label: "Rainstorm, last year"
2471
2471
  },
2472
2472
  {
2473
2473
  gte: 25,
2474
2474
  lt: 49.9,
2475
- color: k("#BEE202"),
2475
+ color: H("#BEE202"),
2476
2476
  label: "Heavy, last year"
2477
2477
  },
2478
2478
  {
2479
2479
  gte: 10,
2480
2480
  lt: 24.9,
2481
- color: k("#03F867"),
2481
+ color: H("#03F867"),
2482
2482
  label: "Moderate, last year"
2483
2483
  },
2484
2484
  {
2485
2485
  lt: 9.9,
2486
- color: k("#ACD2FF"),
2486
+ color: H("#ACD2FF"),
2487
2487
  label: "Light, last year"
2488
2488
  }
2489
2489
  ],
@@ -2495,7 +2495,7 @@ const Se = (l, e) => {
2495
2495
  {
2496
2496
  name: "Wind",
2497
2497
  type: "line",
2498
- data: (q = this.seasonalData) == null ? void 0 : q.windSpeed,
2498
+ data: (J = this.seasonalData) == null ? void 0 : J.windSpeed,
2499
2499
  symbol: "none",
2500
2500
  smooth: !1,
2501
2501
  itemStyle: {
@@ -2509,7 +2509,7 @@ const Se = (l, e) => {
2509
2509
  name: "Wind, last year",
2510
2510
  type: "line",
2511
2511
  symbol: "none",
2512
- data: (V = this.seasonalData) == null ? void 0 : V.lastYearWindSpeed,
2512
+ data: (q = this.seasonalData) == null ? void 0 : q.lastYearWindSpeed,
2513
2513
  itemStyle: {
2514
2514
  color: "#9af77b"
2515
2515
  },
@@ -2526,7 +2526,7 @@ const Se = (l, e) => {
2526
2526
  type: "bar",
2527
2527
  yAxisIndex: 1,
2528
2528
  barWidth: "30%",
2529
- data: (Z = this.seasonalData) == null ? void 0 : Z.precip,
2529
+ data: (V = this.seasonalData) == null ? void 0 : V.precip,
2530
2530
  symbol: "none",
2531
2531
  smooth: !1,
2532
2532
  itemStyle: {
@@ -2541,7 +2541,7 @@ const Se = (l, e) => {
2541
2541
  type: "bar",
2542
2542
  yAxisIndex: 1,
2543
2543
  barWidth: "30%",
2544
- data: (_ = this.seasonalData) == null ? void 0 : _.lastYearPrecip,
2544
+ data: (Z = this.seasonalData) == null ? void 0 : Z.lastYearPrecip,
2545
2545
  itemStyle: {
2546
2546
  color: "rgba(12,116,168,0.5)"
2547
2547
  },
@@ -2552,14 +2552,14 @@ const Se = (l, e) => {
2552
2552
  ]
2553
2553
  };
2554
2554
  this.$nextTick(() => {
2555
- me.init(document.getElementById("wind-precip-echart")).setOption(L);
2555
+ ue.init(document.getElementById("wind-precip-echart")).setOption(M);
2556
2556
  });
2557
2557
  },
2558
2558
  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"));
2559
+ 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
2560
  },
2561
2561
  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;
2562
+ var h, e, a, l, s, D, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L;
2563
2563
  this.hoursTableData = {
2564
2564
  hours: [],
2565
2565
  utcHours: [],
@@ -2587,149 +2587,145 @@ const Se = (l, e) => {
2587
2587
  seaTemp: []
2588
2588
  };
2589
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) ?? "-");
2590
+ const C = we(this.pickedDate).clone().add(B, "h").format();
2591
+ this.hoursTableData.hours.push(C);
2592
+ const u = ((h = ye.pickHourly(this.meteoData, C)) == null ? void 0 : h[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((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((O = (H = u.weather) == null ? void 0 : H.precip) == null ? void 0 : O.sum, 1) ?? "-"), this.hoursTableData.visibility.push(this.roundPrecision((Y = u.weather) == null ? void 0 : Y.visibility, 0) ?? "-"), this.hoursTableData.humidity.push(this.roundPrecision((P = u.weather) == null ? void 0 : P.rh, 0) ?? "-"), this.hoursTableData.windSpeed.push(this.roundPrecision((T = (N = u.weather) == null ? void 0 : N.wind) == null ? void 0 : T.kts, 1)), this.hoursTableData.windDir.push((k = (ee = u.weather) == null ? void 0 : ee.wind) == null ? void 0 : k.bearing), this.hoursTableData.windGust.push(this.roundPrecision(($ = (j = u.weather) == null ? void 0 : j.wind) == null ? void 0 : $.gusts, 1) ?? "-"), this.hoursTableData.sigwaveHeight.push(this.roundPrecision((M = (te = u.wave) == null ? void 0 : te.sig) == null ? void 0 : M.height, 1) ?? "-"), this.hoursTableData.sigwaveDir.push((K = (G = u.wave) == null ? void 0 : G.sig) == null ? void 0 : K.bearing), this.hoursTableData.windwaveHeight.push(this.roundPrecision((X = (U = u.wave) == null ? void 0 : U.wd) == null ? void 0 : X.height, 1) ?? "-"), this.hoursTableData.windwaveDir.push((R = (W = u.wave) == null ? void 0 : W.wd) == null ? void 0 : R.bearing), this.hoursTableData.windwavePeriod.push(this.roundPrecision((q = (J = u.wave) == null ? void 0 : J.wd) == null ? void 0 : q.period, 1) ?? "-"), this.hoursTableData.swellHeight.push(this.roundPrecision((Z = (V = u.wave) == null ? void 0 : V.swell) == null ? void 0 : Z.height, 1) ?? "-"), this.hoursTableData.swellDir.push((Q = (g = u.wave) == null ? void 0 : g.swell) == null ? void 0 : Q.bearing), this.hoursTableData.swellPeriod.push(this.roundPrecision((E = (b = u.wave) == null ? void 0 : b.swell) == null ? void 0 : E.period, 1) ?? "-"), this.hoursTableData.currentSpeed.push(this.roundPrecision((m = u.current) == null ? void 0 : m.speed, 1) ?? "-"), this.hoursTableData.currentDir.push((L = u.current) == null ? void 0 : L.bearing), this.hoursTableData.seaLevel.push(this.roundPrecision(u.height, 1) ?? "-"), this.hoursTableData.seaTemp.push(this.roundPrecision(u.sst, 0) ?? "-");
2594
2594
  }
2595
2595
  this.loading.hoursTable = !1;
2596
2596
  },
2597
2597
  handleClearHoursTable() {
2598
- this.position = {}, this.meteoData = {}, this.isCollected = !1, me && document.getElementById("weather-chart") && me.dispose(document.getElementById("weather-chart"));
2598
+ this.position = {}, this.meteoData = {}, this.isCollected = !1, ue && document.getElementById("weather-chart") && ue.dispose(document.getElementById("weather-chart"));
2599
2599
  },
2600
2600
  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;
2601
+ var e, a, l, s, D, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f;
2602
2602
  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]) || {};
2603
+ const h = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2604
+ for (let r = 0; r < 14; r++) {
2605
+ const z = we(h).clone().add(r, "d").format(), d = ((e = ye.pickDaily(this.meteoData, z)) == null ? void 0 : e[0]) || {};
2606
2606
  this.daysTableData.push(
2607
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
2608
+ localWeek: this.computeWeekLT(z),
2609
+ localDate: this.computeMMMDDLT(z),
2610
+ weatherUrl: (a = d == null ? void 0 : d.weather) == null ? void 0 : a.url,
2611
+ minTemp: this.roundPrecision((s = (l = d == null ? void 0 : d.weather) == null ? void 0 : l.temp) == null ? void 0 : s.min, 0) ?? "-",
2612
+ maxTemp: this.roundPrecision((H = (D = d == null ? void 0 : d.weather) == null ? void 0 : D.temp) == null ? void 0 : H.max, 0) ?? "-",
2613
+ weatherName: (O = d == null ? void 0 : d.weather) == null ? void 0 : O.name,
2614
+ precipSum: this.roundPrecision((P = (Y = d == null ? void 0 : d.weather) == null ? void 0 : Y.precip) == null ? void 0 : P.sum, 1) ?? "-",
2615
+ precipRainSum: this.roundPrecision((T = (N = d == null ? void 0 : d.weather) == null ? void 0 : N.precip) == null ? void 0 : T.rainSum, 1) ?? "-",
2616
+ precipSnowfallSum: this.roundPrecision((k = (ee = d == null ? void 0 : d.weather) == null ? void 0 : ee.precip) == null ? void 0 : k.snowfallSum, 1) ?? "-",
2617
+ windSpeedMax: this.roundPrecision(($ = (j = d == null ? void 0 : d.weather) == null ? void 0 : j.wind) == null ? void 0 : $.kts, 1) ?? "-",
2618
+ windSpeedDir: (M = (te = d == null ? void 0 : d.weather) == null ? void 0 : te.wind) == null ? void 0 : M.bearing,
2619
+ gustSpeedMax: this.roundPrecision((K = (G = d == null ? void 0 : d.weather) == null ? void 0 : G.wind) == null ? void 0 : K.gusts, 1) ?? "-",
2620
+ windWaveHeight: this.roundPrecision((X = (U = d == null ? void 0 : d.wave) == null ? void 0 : U.wd) == null ? void 0 : X.height, 1) ?? "-",
2621
+ windWavePeriod: this.roundPrecision((R = (W = d == null ? void 0 : d.wave) == null ? void 0 : W.wd) == null ? void 0 : R.period, 1) ?? "-",
2622
+ windWaveDir: (q = (J = d == null ? void 0 : d.wave) == null ? void 0 : J.wd) == null ? void 0 : q.bearing,
2623
+ swellWaveHeight: this.roundPrecision((Z = (V = d == null ? void 0 : d.wave) == null ? void 0 : V.swell) == null ? void 0 : Z.height, 1) ?? "-",
2624
+ swellWavePeriod: this.roundPrecision((Q = (g = d == null ? void 0 : d.wave) == null ? void 0 : g.swell) == null ? void 0 : Q.period, 1) ?? "-",
2625
+ swellWaveDir: (E = (b = d == null ? void 0 : d.wave) == null ? void 0 : b.swell) == null ? void 0 : E.bearing,
2626
+ sigWaveHeight: this.roundPrecision((L = (m = d == null ? void 0 : d.wave) == null ? void 0 : m.sig) == null ? void 0 : L.height, 1) ?? "-",
2627
+ sigWavePeriod: this.roundPrecision((C = (B = d == null ? void 0 : d.wave) == null ? void 0 : B.sig) == null ? void 0 : C.period, 1) ?? "-",
2628
+ sigWaveDir: (f = (u = d == null ? void 0 : d.wave) == null ? void 0 : u.sig) == null ? void 0 : f.bearing
2629
2629
  }
2630
2630
  );
2631
2631
  }
2632
2632
  this.loading.daysTable = !1;
2633
2633
  },
2634
2634
  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;
2635
+ var e, a, l, s, D, H, O, Y, P, N, T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C;
2636
2636
  this.hourlyTableData = [];
2637
- const l = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2637
+ const h = ae(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
2638
2638
  for (let u = 0; u < 14 * 24; u++) {
2639
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]) || {};
2640
+ if (u < 3 * 24 ? f = we(h).clone().add(u, "h").format() : u < 7 * 24 ? u % 3 === 0 && (f = we(h).clone().add(u, "h").format()) : u % 6 === 0 && (f = we(h).clone().add(u, "h").format()), f) {
2641
+ const r = ((e = ye.pickHourly(this.meteoData, f)) == null ? void 0 : e[0]) || {};
2642
2642
  this.hourlyTableData.push(
2643
2643
  {
2644
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) ?? "-"
2645
+ temp: this.roundPrecision((a = r == null ? void 0 : r.weather) == null ? void 0 : a.temp, 0) ?? "-",
2646
+ precipSum: this.roundPrecision((s = (l = r == null ? void 0 : r.weather) == null ? void 0 : l.precip) == null ? void 0 : s.sum, 1) ?? "-",
2647
+ visibility: this.roundPrecision((D = r == null ? void 0 : r.weather) == null ? void 0 : D.visibility, 1) ?? "-",
2648
+ windSpeed: this.roundPrecision((O = (H = r == null ? void 0 : r.weather) == null ? void 0 : H.wind) == null ? void 0 : O.kts, 1) ?? "-",
2649
+ windDir: (P = (Y = r == null ? void 0 : r.weather) == null ? void 0 : Y.wind) == null ? void 0 : P.direction,
2650
+ windBearing: (T = (N = r == null ? void 0 : r.weather) == null ? void 0 : N.wind) == null ? void 0 : T.bearing,
2651
+ windBF: ((k = (ee = r == null ? void 0 : r.weather) == null ? void 0 : ee.wind) == null ? void 0 : k.scale) ?? "-",
2652
+ windGusts: this.roundPrecision(($ = (j = r == null ? void 0 : r.weather) == null ? void 0 : j.wind) == null ? void 0 : $.gusts, 1) ?? "-",
2653
+ windWaveHeight: this.roundPrecision((M = (te = r == null ? void 0 : r.wave) == null ? void 0 : te.wd) == null ? void 0 : M.height, 1) ?? "-",
2654
+ windWavePeriod: this.roundPrecision((K = (G = r == null ? void 0 : r.wave) == null ? void 0 : G.wd) == null ? void 0 : K.period, 1) ?? "-",
2655
+ windWaveDir: (X = (U = r == null ? void 0 : r.wave) == null ? void 0 : U.wd) == null ? void 0 : X.direction,
2656
+ windWaveBearing: (R = (W = r == null ? void 0 : r.wave) == null ? void 0 : W.wd) == null ? void 0 : R.bearing,
2657
+ sigWaveHeight: this.roundPrecision((q = (J = r == null ? void 0 : r.wave) == null ? void 0 : J.sig) == null ? void 0 : q.height, 1) ?? "-",
2658
+ sigWavePeriod: this.roundPrecision((Z = (V = r == null ? void 0 : r.wave) == null ? void 0 : V.sig) == null ? void 0 : Z.period, 1) ?? "-",
2659
+ sigWaveDir: (Q = (g = r == null ? void 0 : r.wave) == null ? void 0 : g.sig) == null ? void 0 : Q.direction,
2660
+ sigWaveBearing: (E = (b = r == null ? void 0 : r.wave) == null ? void 0 : b.wd) == null ? void 0 : E.bearing,
2661
+ currentDir: (m = r == null ? void 0 : r.current) == null ? void 0 : m.direction,
2662
+ currentSpd: this.roundPrecision((L = r == null ? void 0 : r.current) == null ? void 0 : L.kts, 1) ?? "-",
2663
+ currentBearing: (C = (B = r == null ? void 0 : r.wave) == null ? void 0 : B.wd) == null ? void 0 : C.bearing,
2664
+ seaLevel: this.roundPrecision(r == null ? void 0 : r.height, 1) ?? "-",
2665
+ seaSurfaceTemp: this.roundPrecision(r == null ? void 0 : r.sst, 0) ?? "-"
2666
2666
  }
2667
2667
  );
2668
2668
  }
2669
2669
  }
2670
2670
  this.loading.hourlyTable = !1;
2671
2671
  },
2672
- handleSelectMonth(l) {
2673
- this.currentMonth = l, this.handleFetchSeasonalData();
2672
+ handleSelectMonth(h) {
2673
+ this.currentMonth = h, this.handleFetchSeasonalData();
2674
2674
  }
2675
2675
  }
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 = {
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 = { key: 0 }, Ve = { class: "flex-end" }, Ze = {
2677
2677
  key: 0,
2678
2678
  class: "meteogram-echart-section"
2679
- }, Ze = {
2679
+ }, _e = {
2680
2680
  key: 0,
2681
2681
  class: "card"
2682
- }, _e = {
2682
+ }, $e = {
2683
2683
  key: 1,
2684
2684
  class: "card flex-center"
2685
- }, $e = {
2685
+ }, et = {
2686
2686
  key: 2,
2687
2687
  class: "card flex-center"
2688
- }, et = {
2688
+ }, tt = {
2689
2689
  key: 1,
2690
2690
  class: "weather-echart-section"
2691
- }, tt = {
2691
+ }, st = {
2692
2692
  key: 0,
2693
2693
  id: "weather-chart",
2694
2694
  class: "weather-chart"
2695
- }, st = {
2695
+ }, at = {
2696
2696
  key: 1,
2697
2697
  class: "weather-chart weather-chart-loading flex-center"
2698
- }, at = {
2698
+ }, it = {
2699
2699
  key: 2,
2700
2700
  class: "weather-chart flex-center"
2701
- }, it = {
2701
+ }, ot = {
2702
2702
  key: 2,
2703
2703
  class: "hours-table-section",
2704
2704
  style: { border: "1px solid var(--idm-gray-light)" }
2705
- }, ot = {
2705
+ }, nt = {
2706
2706
  key: 0,
2707
2707
  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 = {
2708
+ }, 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
2709
  key: 1,
2710
2710
  class: "card card-loading flex-center"
2711
- }, St = {
2711
+ }, Ft = {
2712
2712
  key: 2,
2713
2713
  class: "card flex-center"
2714
- }, Ft = {
2714
+ }, Ot = {
2715
2715
  key: 3,
2716
2716
  class: "days-table-section"
2717
- }, Ot = {
2717
+ }, Yt = {
2718
2718
  key: 0,
2719
2719
  class: "card"
2720
- }, Yt = { class: "conditions-table" }, jt = {
2720
+ }, jt = { class: "conditions-table" }, Kt = {
2721
2721
  rowspan: "1",
2722
2722
  colspan: "1",
2723
2723
  class: "tr-title font-gray",
2724
2724
  style: { "text-align": "right", "padding-right": "10px", "box-sizing": "border-box" }
2725
- }, Kt = {
2725
+ }, Ut = {
2726
2726
  rowspan: "1",
2727
2727
  colspan: "1"
2728
- }, Ut = ["src"], Xt = {
2729
- rowspan: "1",
2730
- colspan: "1",
2731
- class: "text-align-left"
2732
- }, Wt = {
2728
+ }, Xt = ["src"], Wt = {
2733
2729
  rowspan: "1",
2734
2730
  colspan: "1",
2735
2731
  class: "text-align-left"
@@ -2749,39 +2745,39 @@ const Se = (l, e) => {
2749
2745
  rowspan: "1",
2750
2746
  colspan: "1",
2751
2747
  class: "text-align-left"
2752
- }, Zt = { key: 1 }, _t = {
2748
+ }, Zt = {
2749
+ rowspan: "1",
2750
+ colspan: "1",
2751
+ class: "text-align-left"
2752
+ }, _t = { key: 1 }, $t = {
2753
2753
  rowspan: "1",
2754
2754
  colspan: "1",
2755
2755
  class: "text-align-left"
2756
- }, $t = {
2756
+ }, es = {
2757
2757
  rowspan: "1",
2758
2758
  colspan: "1",
2759
2759
  class: "text-align-left"
2760
- }, es = { key: 1 }, ts = {
2760
+ }, ts = { key: 1 }, ss = {
2761
2761
  rowspan: "1",
2762
2762
  colspan: "1",
2763
2763
  class: "text-align-left"
2764
- }, ss = { key: 1 }, as = {
2764
+ }, as = { key: 1 }, is = {
2765
2765
  rowspan: "1",
2766
2766
  colspan: "1",
2767
2767
  class: "text-align-left"
2768
- }, is = { key: 1 }, os = {
2768
+ }, os = { key: 1 }, ns = {
2769
2769
  key: 1,
2770
2770
  class: "card card-loading flex-center"
2771
- }, ns = {
2771
+ }, rs = {
2772
2772
  key: 2,
2773
2773
  class: "card flex-center"
2774
- }, rs = {
2774
+ }, As = {
2775
2775
  key: 4,
2776
2776
  class: "hourly-table-section"
2777
- }, As = {
2777
+ }, ls = {
2778
2778
  key: 0,
2779
2779
  class: "card"
2780
- }, ls = { class: "conditions-table" }, hs = {
2781
- rowspan: "1",
2782
- colspan: "1",
2783
- class: "border"
2784
- }, gs = {
2780
+ }, hs = { class: "conditions-table" }, gs = {
2785
2781
  rowspan: "1",
2786
2782
  colspan: "1",
2787
2783
  class: "border"
@@ -2794,98 +2790,102 @@ const Se = (l, e) => {
2794
2790
  colspan: "1",
2795
2791
  class: "border"
2796
2792
  }, ws = {
2793
+ rowspan: "1",
2794
+ colspan: "1",
2795
+ class: "border"
2796
+ }, ps = {
2797
2797
  rowspan: "1",
2798
2798
  colspan: "1",
2799
2799
  class: "border",
2800
2800
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2801
- }, ps = { key: 1 }, ms = {
2801
+ }, ms = { key: 1 }, us = {
2802
2802
  rowspan: "1",
2803
2803
  colspan: "1",
2804
2804
  class: "border"
2805
- }, us = {
2805
+ }, fs = {
2806
2806
  rowspan: "1",
2807
2807
  colspan: "1",
2808
2808
  class: "border"
2809
- }, fs = {
2809
+ }, Ds = {
2810
2810
  rowspan: "1",
2811
2811
  colspan: "1",
2812
2812
  class: "border"
2813
- }, Ds = {
2813
+ }, Bs = {
2814
2814
  rowspan: "1",
2815
2815
  colspan: "1",
2816
2816
  class: "border",
2817
2817
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2818
- }, Bs = { key: 1 }, ys = {
2818
+ }, ys = { key: 1 }, xs = {
2819
2819
  rowspan: "1",
2820
2820
  colspan: "1",
2821
2821
  class: "border"
2822
- }, xs = {
2822
+ }, vs = {
2823
2823
  rowspan: "1",
2824
2824
  colspan: "1",
2825
2825
  class: "border"
2826
- }, vs = {
2826
+ }, Cs = {
2827
2827
  rowspan: "1",
2828
2828
  colspan: "1",
2829
2829
  class: "border",
2830
2830
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2831
- }, Cs = { key: 1 }, Is = {
2831
+ }, Is = { key: 1 }, bs = {
2832
2832
  rowspan: "1",
2833
2833
  colspan: "1",
2834
2834
  class: "border"
2835
- }, bs = {
2835
+ }, Es = {
2836
2836
  rowspan: "1",
2837
2837
  colspan: "1",
2838
2838
  class: "border"
2839
- }, Es = {
2839
+ }, Qs = {
2840
2840
  rowspan: "1",
2841
2841
  colspan: "1",
2842
2842
  class: "border",
2843
2843
  style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
2844
- }, Qs = { key: 1 }, Ms = {
2844
+ }, Ms = { key: 1 }, Ls = {
2845
2845
  rowspan: "1",
2846
2846
  colspan: "1",
2847
2847
  class: "border"
2848
- }, Ls = {
2848
+ }, zs = {
2849
2849
  rowspan: "1",
2850
2850
  colspan: "1",
2851
2851
  class: "border"
2852
- }, zs = {
2852
+ }, Hs = {
2853
2853
  rowspan: "1",
2854
2854
  colspan: "1",
2855
2855
  class: "border"
2856
- }, Hs = {
2856
+ }, ks = {
2857
2857
  key: 1,
2858
2858
  class: "card card-loading flex-center"
2859
- }, ks = {
2859
+ }, Ps = {
2860
2860
  key: 2,
2861
2861
  class: "card flex-center"
2862
- }, Ps = {
2862
+ }, Ns = {
2863
2863
  key: 5,
2864
2864
  class: "seasonal-weather-section"
2865
- }, Ns = {
2865
+ }, Ts = {
2866
2866
  key: 0,
2867
2867
  class: "card flex-space"
2868
- }, Ts = {
2868
+ }, Gs = {
2869
2869
  class: "echart-box",
2870
2870
  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 = {
2871
+ }, 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
2872
  class: "",
2873
2873
  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 = {
2874
+ }, 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
2875
  key: 1,
2876
2876
  class: "card flex-center"
2877
- }, aa = {
2877
+ }, ia = {
2878
2878
  key: 2,
2879
2879
  class: "card flex-center"
2880
2880
  };
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, [
2881
+ function oa(h, e, a, l, s, D) {
2882
+ var T, ee, k, j, $, te, M, G, K, U, X, W, R, J, q, V, Z, g, Q, b, E, m, L, B, C, u, f, r, z, d, ge, de, ce, x, ne, c, S, _, w, F, he, ie, oe;
2883
+ const H = Ce("ElOption"), O = Ce("ElSelect"), Y = Ce("ElTooltip"), P = Ce("ArrowRight"), N = Ce("el-icon");
2884
+ return o(), n("div", Oe, [
2885
2885
  t("div", Ye, [
2886
2886
  t("div", je, [
2887
2887
  t("div", Ke, [
2888
- Ie(Y, {
2888
+ Ie(O, {
2889
2889
  modelValue: s.searchName,
2890
2890
  "onUpdate:modelValue": e[0] || (e[0] = (i) => s.searchName = i),
2891
2891
  filterable: "",
@@ -2897,11 +2897,11 @@ function ia(l, e, a, A, s, x) {
2897
2897
  "remote-show-suffix": "",
2898
2898
  onFocus: e[1] || (e[1] = (i) => s.placeholder = ""),
2899
2899
  onBlur: e[2] || (e[2] = (i) => s.placeholder = "search for port name or coordinates"),
2900
- "remote-method": x.fetchSuggestPosition,
2901
- onChange: x.handleSearch
2900
+ "remote-method": D.fetchSuggestPosition,
2901
+ onChange: D.handleSearch
2902
2902
  }, {
2903
2903
  default: be(() => [
2904
- (o(!0), r(re, null, Ae(s.positionList, (i) => (o(), Ne(k, {
2904
+ (o(!0), n(re, null, Ae(s.positionList, (i) => (o(), Ne(H, {
2905
2905
  key: i.name,
2906
2906
  label: i.name,
2907
2907
  value: i.name
@@ -2929,466 +2929,470 @@ function ia(l, e, a, A, s, x) {
2929
2929
  t("div", Xe, [
2930
2930
  t("div", We, [
2931
2931
  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)
2932
+ t("div", Re, p(s.menuIndex === 3 ? "Seasonal" : "") + " Weather forecast for " + p(((T = s.position) == null ? void 0 : T.name) || "-") + " ( UTC" + p(s.positionOffset) + " )", 1),
2933
+ t("div", Je, [
2934
+ se("At " + p((ee = s.position) != null && ee.portId ? "port" : "coordinates"), 1),
2935
+ (k = s.position) != null && k.portId ? (o(), n("span", qe, ", " + p(D.computeLat(s.position.lat)) + ", " + p(D.computeLng(s.position.lng)), 1)) : Be("", !0),
2936
+ se(", issued " + p(s.issuedDate), 1)
2937
+ ])
2934
2938
  ]),
2935
- t("div", qe, [
2936
- Ie(j, {
2939
+ t("div", Ve, [
2940
+ Ie(Y, {
2937
2941
  placement: "left",
2938
2942
  effect: "light",
2939
2943
  content: s.isCollected ? "remove the port/coordinate from the search list" : "add the port/coordinate to the search list",
2940
2944
  "show-after": 1e3
2941
2945
  }, {
2942
2946
  default: be(() => [
2943
- s.isCollected ? (o(), r("span", {
2947
+ s.isCollected ? (o(), n("span", {
2944
2948
  key: 0,
2945
2949
  class: "iconfont icon active",
2946
- onClick: e[6] || (e[6] = (...i) => x.handleCollect && x.handleCollect(...i))
2947
- }, "")) : (o(), r("span", {
2950
+ onClick: e[6] || (e[6] = (...i) => D.handleCollect && D.handleCollect(...i))
2951
+ }, "")) : (o(), n("span", {
2948
2952
  key: 1,
2949
2953
  class: "iconfont icon",
2950
- onClick: e[7] || (e[7] = (...i) => x.handleCollect && x.handleCollect(...i))
2954
+ onClick: e[7] || (e[7] = (...i) => D.handleCollect && D.handleCollect(...i))
2951
2955
  }, ""))
2952
2956
  ]),
2953
2957
  _: 1
2954
2958
  }, 8, ["content"])
2955
2959
  ])
2956
2960
  ]),
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] = [
2961
+ s.menuIndex === 1 || s.menuIndex === 2 ? (o(), n("div", Ze, [
2962
+ (j = s.position) != null && j.name && a.token && !(($ = s.loading) != null && $.meteogramEchart) ? (o(), n("div", _e, e[9] || (e[9] = [
2959
2963
  t("div", { class: "title" }, "Meteogram", -1),
2960
2964
  t("div", { id: "weather-icons" }, null, -1),
2961
2965
  t("div", { id: "weather-condition" }, null, -1),
2962
2966
  t("div", { id: "wave-swell" }, null, -1)
2963
- ]))) : (ee = s.loading) != null && ee.meteogramEchart ? (o(), r("div", _e, e[10] || (e[10] = [
2967
+ ]))) : (te = s.loading) != null && te.meteogramEchart ? (o(), n("div", $e, e[10] || (e[10] = [
2964
2968
  t("img", {
2965
2969
  style: { height: "200px" },
2966
2970
  src: ve
2967
2971
  }, null, -1)
2968
- ]))) : (o(), r("div", $e, "No Data"))
2972
+ ]))) : (o(), n("div", et, "No Data"))
2969
2973
  ])) : 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] = [
2974
+ s.menuIndex === 1 ? (o(), n("div", tt, [
2975
+ (M = s.position) != null && M.name && a.token && !((G = s.loading) != null && G.weatherEchart) ? (o(), n("div", st)) : (K = s.loading) != null && K.weatherEchart ? (o(), n("div", at, e[11] || (e[11] = [
2972
2976
  t("img", {
2973
2977
  style: { height: "200px" },
2974
2978
  src: ve
2975
2979
  }, null, -1)
2976
- ]))) : (o(), r("div", at, "No Data"))
2980
+ ]))) : (o(), n("div", it, "No Data"))
2977
2981
  ])) : 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, [
2982
+ s.menuIndex === 1 ? (o(), n("div", ot, [
2983
+ (U = s.position) != null && U.name && a.token && !((X = s.loading) != null && X.hoursTable) ? (o(), n("div", nt, [
2984
+ t("div", rt, p(s.pickedWeek) + " " + p(D.computeMMMDDLT(s.pickedDate)), 1),
2985
+ t("table", At, [
2986
+ t("tr", lt, [
2983
2987
  e[12] || (e[12] = t("th", {
2984
2988
  rowspan: "1",
2985
2989
  colspan: "1",
2986
2990
  class: "td-title"
2987
2991
  }, [
2988
- ie("Local time"),
2992
+ se("Local time"),
2989
2993
  t("span", { class: "unit" }, "(LT)")
2990
2994
  ], -1)),
2991
- (o(!0), r(re, null, Ae(s.hoursTableData.hours, (i, w) => (o(), r("th", {
2995
+ (o(!0), n(re, null, Ae(s.hoursTableData.hours, (i, A) => (o(), n("th", {
2992
2996
  rowspan: "1",
2993
2997
  colspan: "1",
2994
- class: le(s.activeIndex === w ? "active" : ""),
2998
+ class: le(s.activeIndex === A ? "active" : ""),
2995
2999
  key: Math.random() + "local"
2996
- }, p(x.computeHourLT(i)), 3))), 128))
3000
+ }, p(D.computeHourLT(i)), 3))), 128))
2997
3001
  ]),
2998
- t("tr", lt, [
3002
+ t("tr", ht, [
2999
3003
  e[13] || (e[13] = t("th", {
3000
3004
  rowspan: "1",
3001
3005
  colspan: "1",
3002
3006
  class: "td-title"
3003
3007
  }, [
3004
- ie("UTC"),
3008
+ se("UTC"),
3005
3009
  t("span", { class: "unit" })
3006
3010
  ], -1)),
3007
- (o(!0), r(re, null, Ae(s.hoursTableData.hours, (i, w) => (o(), r("th", {
3011
+ (o(!0), n(re, null, Ae(s.hoursTableData.hours, (i, A) => (o(), n("th", {
3008
3012
  rowspan: "1",
3009
3013
  colspan: "1",
3010
- class: le(s.activeIndex === w ? "active" : ""),
3014
+ class: le(s.activeIndex === A ? "active" : ""),
3011
3015
  key: Math.random() + "z"
3012
- }, p(x.computeHourZ(i)), 3))), 128))
3016
+ }, p(D.computeHourZ(i)), 3))), 128))
3013
3017
  ]),
3014
- t("tr", ht, [
3018
+ t("tr", gt, [
3015
3019
  e[14] || (e[14] = t("td", {
3016
3020
  rowspan: "1",
3017
3021
  colspan: "1",
3018
3022
  class: "td-title"
3019
3023
  }, [
3020
- ie("Weather"),
3024
+ se("Weather"),
3021
3025
  t("span", { class: "unit" })
3022
3026
  ], -1)),
3023
- (o(!0), r(re, null, Ae(s.hoursTableData.weatherUrls, (i, w) => (o(), r("td", {
3027
+ (o(!0), n(re, null, Ae(s.hoursTableData.weatherUrls, (i, A) => (o(), n("td", {
3024
3028
  rowspan: "1",
3025
3029
  colspan: "1",
3026
- class: le(s.activeIndex === w ? "active" : ""),
3030
+ class: le(s.activeIndex === A ? "active" : ""),
3027
3031
  key: Math.random() + "url"
3028
3032
  }, [
3029
- Ie(j, {
3033
+ Ie(Y, {
3030
3034
  placement: "top",
3031
3035
  effect: "light",
3032
- content: s.hoursTableData.weatherNames[w],
3036
+ content: s.hoursTableData.weatherNames[A],
3033
3037
  "show-after": 500
3034
3038
  }, {
3035
3039
  default: be(() => [
3036
- i ? (o(), r("img", {
3040
+ i ? (o(), n("img", {
3037
3041
  key: 0,
3038
3042
  class: "iconfont weather-icon",
3039
3043
  src: i
3040
- }, null, 8, gt)) : Be("", !0)
3044
+ }, null, 8, dt)) : Be("", !0)
3041
3045
  ]),
3042
3046
  _: 2
3043
3047
  }, 1032, ["content"])
3044
3048
  ], 2))), 128))
3045
3049
  ]),
3046
- t("tr", dt, [
3050
+ t("tr", ct, [
3047
3051
  e[15] || (e[15] = t("td", {
3048
3052
  rowspan: "1",
3049
3053
  colspan: "1",
3050
3054
  class: "td-title"
3051
3055
  }, [
3052
- ie("Temperature"),
3056
+ se("Temperature"),
3053
3057
  t("span", { class: "unit" }, "°C")
3054
3058
  ], -1)),
3055
- (o(!0), r(re, null, Ae(s.hoursTableData.temp, (i, w) => (o(), r("td", {
3059
+ (o(!0), n(re, null, Ae(s.hoursTableData.temp, (i, A) => (o(), n("td", {
3056
3060
  rowspan: "1",
3057
3061
  colspan: "1",
3058
- class: le(s.activeIndex === w ? "active" : ""),
3062
+ class: le(s.activeIndex === A ? "active" : ""),
3059
3063
  key: Math.random() + i
3060
3064
  }, p(i), 3))), 128))
3061
3065
  ]),
3062
- t("tr", ct, [
3066
+ t("tr", wt, [
3063
3067
  e[16] || (e[16] = t("td", {
3064
3068
  rowspan: "1",
3065
3069
  colspan: "1",
3066
3070
  class: "td-title"
3067
3071
  }, [
3068
- ie("Precipitation Probability"),
3072
+ se("Precipitation Probability"),
3069
3073
  t("span", { class: "unit" }, "%")
3070
3074
  ], -1)),
3071
- (o(!0), r(re, null, Ae(s.hoursTableData.precipProbability, (i, w) => (o(), r("td", {
3075
+ (o(!0), n(re, null, Ae(s.hoursTableData.precipProbability, (i, A) => (o(), n("td", {
3072
3076
  rowspan: "1",
3073
3077
  colspan: "1",
3074
- class: le(s.activeIndex === w ? "active" : ""),
3078
+ class: le(s.activeIndex === A ? "active" : ""),
3075
3079
  key: Math.random() + i
3076
3080
  }, p(i), 3))), 128))
3077
3081
  ]),
3078
- t("tr", wt, [
3082
+ t("tr", pt, [
3079
3083
  e[17] || (e[17] = t("td", {
3080
3084
  rowspan: "1",
3081
3085
  colspan: "1",
3082
3086
  class: "td-title"
3083
3087
  }, [
3084
- ie("Precipitation 1h"),
3088
+ se("Precipitation 1h"),
3085
3089
  t("span", { class: "unit" }, "mm")
3086
3090
  ], -1)),
3087
- (o(!0), r(re, null, Ae(s.hoursTableData.precip1h, (i, w) => (o(), r("td", {
3091
+ (o(!0), n(re, null, Ae(s.hoursTableData.precip1h, (i, A) => (o(), n("td", {
3088
3092
  rowspan: "1",
3089
3093
  colspan: "1",
3090
- class: le(s.activeIndex === w ? "active" : ""),
3094
+ class: le(s.activeIndex === A ? "active" : ""),
3091
3095
  key: Math.random() + i
3092
3096
  }, p(i), 3))), 128))
3093
3097
  ]),
3094
- t("tr", pt, [
3098
+ t("tr", mt, [
3095
3099
  e[18] || (e[18] = t("td", {
3096
3100
  rowspan: "1",
3097
3101
  colspan: "1",
3098
3102
  class: "td-title"
3099
3103
  }, [
3100
- ie("Visibility"),
3104
+ se("Visibility"),
3101
3105
  t("span", { class: "unit" }, "nm")
3102
3106
  ], -1)),
3103
- (o(!0), r(re, null, Ae(s.hoursTableData.visibility, (i, w) => (o(), r("td", {
3107
+ (o(!0), n(re, null, Ae(s.hoursTableData.visibility, (i, A) => (o(), n("td", {
3104
3108
  rowspan: "1",
3105
3109
  colspan: "1",
3106
- class: le(s.activeIndex === w ? "active" : ""),
3110
+ class: le(s.activeIndex === A ? "active" : ""),
3107
3111
  key: Math.random() + i
3108
3112
  }, p(i), 3))), 128))
3109
3113
  ]),
3110
- t("tr", mt, [
3114
+ t("tr", ut, [
3111
3115
  e[19] || (e[19] = t("td", {
3112
3116
  rowspan: "1",
3113
3117
  colspan: "1",
3114
3118
  class: "td-title"
3115
3119
  }, [
3116
- ie("Relative Humidity"),
3120
+ se("Relative Humidity"),
3117
3121
  t("span", { class: "unit" }, "%")
3118
3122
  ], -1)),
3119
- (o(!0), r(re, null, Ae(s.hoursTableData.humidity, (i, w) => (o(), r("td", {
3123
+ (o(!0), n(re, null, Ae(s.hoursTableData.humidity, (i, A) => (o(), n("td", {
3120
3124
  rowspan: "1",
3121
3125
  colspan: "1",
3122
- class: le(s.activeIndex === w ? "active" : ""),
3126
+ class: le(s.activeIndex === A ? "active" : ""),
3123
3127
  key: Math.random() + i
3124
3128
  }, p(i), 3))), 128))
3125
3129
  ]),
3126
- t("tr", ut, [
3130
+ t("tr", ft, [
3127
3131
  e[20] || (e[20] = t("td", {
3128
3132
  rowspan: "1",
3129
3133
  colspan: "1",
3130
3134
  class: "td-title"
3131
3135
  }, [
3132
- ie("Wind direction"),
3136
+ se("Wind direction"),
3133
3137
  t("span", { class: "unit" })
3134
3138
  ], -1)),
3135
- (o(!0), r(re, null, Ae(s.hoursTableData.windDir, (i, w) => (o(), r("td", {
3139
+ (o(!0), n(re, null, Ae(s.hoursTableData.windDir, (i, A) => (o(), n("td", {
3136
3140
  rowspan: "1",
3137
3141
  colspan: "1",
3138
- class: le(s.activeIndex === w ? "active" : ""),
3142
+ class: le(s.activeIndex === A ? "active" : ""),
3139
3143
  key: Math.random() + i
3140
3144
  }, [
3141
- isNaN(i) ? (o(), r("span", ft, "-")) : (o(), r("span", {
3145
+ isNaN(i) ? (o(), n("span", Dt, "-")) : (o(), n("span", {
3142
3146
  key: 0,
3143
3147
  class: "iconfont icon",
3144
3148
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3145
3149
  }, "", 4))
3146
3150
  ], 2))), 128))
3147
3151
  ]),
3148
- t("tr", Dt, [
3152
+ t("tr", Bt, [
3149
3153
  e[21] || (e[21] = t("td", {
3150
3154
  rowspan: "1",
3151
3155
  colspan: "1",
3152
3156
  class: "td-title"
3153
3157
  }, [
3154
- ie("Wind speed"),
3158
+ se("Wind speed"),
3155
3159
  t("span", { class: "unit" }, "kts")
3156
3160
  ], -1)),
3157
- (o(!0), r(re, null, Ae(s.hoursTableData.windSpeed, (i, w) => (o(), r("td", {
3161
+ (o(!0), n(re, null, Ae(s.hoursTableData.windSpeed, (i, A) => (o(), n("td", {
3158
3162
  rowspan: "1",
3159
3163
  colspan: "1",
3160
- class: le(s.activeIndex === w ? "active" : ""),
3164
+ class: le(s.activeIndex === A ? "active" : ""),
3161
3165
  key: Math.random() + i
3162
3166
  }, p(i), 3))), 128))
3163
3167
  ]),
3164
- t("tr", Bt, [
3168
+ t("tr", yt, [
3165
3169
  e[22] || (e[22] = t("td", {
3166
3170
  rowspan: "1",
3167
3171
  colspan: "1",
3168
3172
  class: "td-title"
3169
3173
  }, [
3170
- ie("Wind gust"),
3174
+ se("Wind gust"),
3171
3175
  t("span", { class: "unit" }, "kts")
3172
3176
  ], -1)),
3173
- (o(!0), r(re, null, Ae(s.hoursTableData.windGust, (i, w) => (o(), r("td", {
3177
+ (o(!0), n(re, null, Ae(s.hoursTableData.windGust, (i, A) => (o(), n("td", {
3174
3178
  rowspan: "1",
3175
3179
  colspan: "1",
3176
- class: le(s.activeIndex === w ? "active" : ""),
3180
+ class: le(s.activeIndex === A ? "active" : ""),
3177
3181
  key: Math.random() + i
3178
3182
  }, p(i), 3))), 128))
3179
3183
  ])
3180
3184
  ]),
3181
3185
  e[34] || (e[34] = t("div", { style: { "text-align": "center", padding: "3px" } }, null, -1)),
3182
- t("table", yt, [
3183
- t("tr", xt, [
3186
+ t("table", xt, [
3187
+ t("tr", vt, [
3184
3188
  e[23] || (e[23] = t("td", {
3185
3189
  rowspan: "1",
3186
3190
  colspan: "1",
3187
3191
  class: "td-title"
3188
3192
  }, [
3189
- ie("Wind wave height"),
3193
+ se("Wind wave height"),
3190
3194
  t("span", { class: "unit" }, "m")
3191
3195
  ], -1)),
3192
- (o(!0), r(re, null, Ae(s.hoursTableData.windwaveHeight, (i, w) => (o(), r("td", {
3196
+ (o(!0), n(re, null, Ae(s.hoursTableData.windwaveHeight, (i, A) => (o(), n("td", {
3193
3197
  rowspan: "1",
3194
3198
  colspan: "1",
3195
- class: le(s.activeIndex === w ? "active" : ""),
3199
+ class: le(s.activeIndex === A ? "active" : ""),
3196
3200
  key: Math.random() + i
3197
3201
  }, p(i), 3))), 128))
3198
3202
  ]),
3199
- t("tr", vt, [
3203
+ t("tr", Ct, [
3200
3204
  e[24] || (e[24] = t("td", {
3201
3205
  rowspan: "1",
3202
3206
  colspan: "1",
3203
3207
  class: "td-title"
3204
3208
  }, [
3205
- ie("Wind wave direction"),
3209
+ se("Wind wave direction"),
3206
3210
  t("span", { class: "unit" })
3207
3211
  ], -1)),
3208
- (o(!0), r(re, null, Ae(s.hoursTableData.windwaveDir, (i, w) => (o(), r("td", {
3212
+ (o(!0), n(re, null, Ae(s.hoursTableData.windwaveDir, (i, A) => (o(), n("td", {
3209
3213
  rowspan: "1",
3210
3214
  colspan: "1",
3211
- class: le(s.activeIndex === w ? "active" : ""),
3215
+ class: le(s.activeIndex === A ? "active" : ""),
3212
3216
  key: Math.random() + i
3213
3217
  }, [
3214
- isNaN(i) ? (o(), r("span", Ct, "-")) : (o(), r("span", {
3218
+ isNaN(i) ? (o(), n("span", It, "-")) : (o(), n("span", {
3215
3219
  key: 0,
3216
3220
  class: "iconfont icon",
3217
3221
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3218
3222
  }, "", 4))
3219
3223
  ], 2))), 128))
3220
3224
  ]),
3221
- t("tr", It, [
3225
+ t("tr", bt, [
3222
3226
  e[25] || (e[25] = t("td", {
3223
3227
  rowspan: "1",
3224
3228
  colspan: "1",
3225
3229
  class: "td-title"
3226
3230
  }, [
3227
- ie("Wind wave period"),
3231
+ se("Wind wave period"),
3228
3232
  t("span", { class: "unit" }, "s")
3229
3233
  ], -1)),
3230
- (o(!0), r(re, null, Ae(s.hoursTableData.windwavePeriod, (i, w) => (o(), r("td", {
3234
+ (o(!0), n(re, null, Ae(s.hoursTableData.windwavePeriod, (i, A) => (o(), n("td", {
3231
3235
  rowspan: "1",
3232
3236
  colspan: "1",
3233
- class: le(s.activeIndex === w ? "active" : ""),
3237
+ class: le(s.activeIndex === A ? "active" : ""),
3234
3238
  key: Math.random() + i
3235
3239
  }, p(i), 3))), 128))
3236
3240
  ]),
3237
- t("tr", bt, [
3241
+ t("tr", Et, [
3238
3242
  e[26] || (e[26] = t("td", {
3239
3243
  rowspan: "1",
3240
3244
  colspan: "1",
3241
3245
  class: "td-title"
3242
3246
  }, [
3243
- ie("Swell height"),
3247
+ se("Swell height"),
3244
3248
  t("span", { class: "unit" }, "m")
3245
3249
  ], -1)),
3246
- (o(!0), r(re, null, Ae(s.hoursTableData.swellHeight, (i, w) => (o(), r("td", {
3250
+ (o(!0), n(re, null, Ae(s.hoursTableData.swellHeight, (i, A) => (o(), n("td", {
3247
3251
  rowspan: "1",
3248
3252
  colspan: "1",
3249
- class: le(s.activeIndex === w ? "active" : ""),
3253
+ class: le(s.activeIndex === A ? "active" : ""),
3250
3254
  key: Math.random() + i
3251
3255
  }, p(i), 3))), 128))
3252
3256
  ]),
3253
- t("tr", Et, [
3257
+ t("tr", Qt, [
3254
3258
  e[27] || (e[27] = t("td", {
3255
3259
  rowspan: "1",
3256
3260
  colspan: "1",
3257
3261
  class: "td-title"
3258
3262
  }, [
3259
- ie("Swell direction"),
3263
+ se("Swell direction"),
3260
3264
  t("span", { class: "unit" })
3261
3265
  ], -1)),
3262
- (o(!0), r(re, null, Ae(s.hoursTableData.swellDir, (i, w) => (o(), r("td", {
3266
+ (o(!0), n(re, null, Ae(s.hoursTableData.swellDir, (i, A) => (o(), n("td", {
3263
3267
  rowspan: "1",
3264
3268
  colspan: "1",
3265
- class: le(s.activeIndex === w ? "active" : ""),
3269
+ class: le(s.activeIndex === A ? "active" : ""),
3266
3270
  key: Math.random() + i
3267
3271
  }, [
3268
- isNaN(i) ? (o(), r("span", Qt, "-")) : (o(), r("span", {
3272
+ isNaN(i) ? (o(), n("span", Mt, "-")) : (o(), n("span", {
3269
3273
  key: 0,
3270
3274
  class: "iconfont icon",
3271
3275
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3272
3276
  }, "", 4))
3273
3277
  ], 2))), 128))
3274
3278
  ]),
3275
- t("tr", Mt, [
3279
+ t("tr", Lt, [
3276
3280
  e[28] || (e[28] = t("td", {
3277
3281
  rowspan: "1",
3278
3282
  colspan: "1",
3279
3283
  class: "td-title"
3280
3284
  }, [
3281
- ie("Swell period"),
3285
+ se("Swell period"),
3282
3286
  t("span", { class: "unit" }, "s")
3283
3287
  ], -1)),
3284
- (o(!0), r(re, null, Ae(s.hoursTableData.swellPeriod, (i, w) => (o(), r("td", {
3288
+ (o(!0), n(re, null, Ae(s.hoursTableData.swellPeriod, (i, A) => (o(), n("td", {
3285
3289
  rowspan: "1",
3286
3290
  colspan: "1",
3287
- class: le(s.activeIndex === w ? "active" : ""),
3291
+ class: le(s.activeIndex === A ? "active" : ""),
3288
3292
  key: Math.random() + i
3289
3293
  }, p(i), 3))), 128))
3290
3294
  ]),
3291
- t("tr", Lt, [
3295
+ t("tr", zt, [
3292
3296
  e[29] || (e[29] = t("td", {
3293
3297
  rowspan: "1",
3294
3298
  colspan: "1",
3295
3299
  class: "td-title"
3296
3300
  }, [
3297
- ie("Sig wave height"),
3301
+ se("Sig wave height"),
3298
3302
  t("span", { class: "unit" }, "m")
3299
3303
  ], -1)),
3300
- (o(!0), r(re, null, Ae(s.hoursTableData.sigwaveHeight, (i, w) => (o(), r("td", {
3304
+ (o(!0), n(re, null, Ae(s.hoursTableData.sigwaveHeight, (i, A) => (o(), n("td", {
3301
3305
  rowspan: "1",
3302
3306
  colspan: "1",
3303
- class: le(s.activeIndex === w ? "active" : ""),
3307
+ class: le(s.activeIndex === A ? "active" : ""),
3304
3308
  key: Math.random() + i
3305
3309
  }, p(i), 3))), 128))
3306
3310
  ]),
3307
- t("tr", zt, [
3311
+ t("tr", Ht, [
3308
3312
  e[30] || (e[30] = t("td", {
3309
3313
  rowspan: "1",
3310
3314
  colspan: "1",
3311
3315
  class: "td-title"
3312
3316
  }, [
3313
- ie("Current direction"),
3317
+ se("Current direction"),
3314
3318
  t("span", { class: "unit" })
3315
3319
  ], -1)),
3316
- (o(!0), r(re, null, Ae(s.hoursTableData.currentDir, (i, w) => (o(), r("td", {
3320
+ (o(!0), n(re, null, Ae(s.hoursTableData.currentDir, (i, A) => (o(), n("td", {
3317
3321
  rowspan: "1",
3318
3322
  colspan: "1",
3319
- class: le(s.activeIndex === w ? "active" : ""),
3323
+ class: le(s.activeIndex === A ? "active" : ""),
3320
3324
  key: Math.random() + i
3321
3325
  }, [
3322
- isNaN(i) ? (o(), r("span", Ht, "-")) : (o(), r("span", {
3326
+ isNaN(i) ? (o(), n("span", kt, "-")) : (o(), n("span", {
3323
3327
  key: 0,
3324
3328
  class: "iconfont icon",
3325
3329
  style: fe({ display: "inline-block", transform: `rotate(${i}deg)` })
3326
3330
  }, "", 4))
3327
3331
  ], 2))), 128))
3328
3332
  ]),
3329
- t("tr", kt, [
3333
+ t("tr", Pt, [
3330
3334
  e[31] || (e[31] = t("td", {
3331
3335
  rowspan: "1",
3332
3336
  colspan: "1",
3333
3337
  class: "td-title"
3334
3338
  }, [
3335
- ie("Current speed"),
3339
+ se("Current speed"),
3336
3340
  t("span", { class: "unit" }, "kts")
3337
3341
  ], -1)),
3338
- (o(!0), r(re, null, Ae(s.hoursTableData.currentSpeed, (i, w) => (o(), r("td", {
3342
+ (o(!0), n(re, null, Ae(s.hoursTableData.currentSpeed, (i, A) => (o(), n("td", {
3339
3343
  rowspan: "1",
3340
3344
  colspan: "1",
3341
- class: le(s.activeIndex === w ? "active" : ""),
3345
+ class: le(s.activeIndex === A ? "active" : ""),
3342
3346
  key: Math.random() + i
3343
3347
  }, p(i), 3))), 128))
3344
3348
  ])
3345
3349
  ]),
3346
3350
  e[35] || (e[35] = t("div", { style: { "text-align": "center", padding: "3px" } }, null, -1)),
3347
- t("table", Pt, [
3348
- t("tr", Nt, [
3351
+ t("table", Nt, [
3352
+ t("tr", Tt, [
3349
3353
  e[32] || (e[32] = t("td", {
3350
3354
  rowspan: "1",
3351
3355
  colspan: "1",
3352
3356
  class: "td-title"
3353
3357
  }, [
3354
- ie("Sea level height"),
3358
+ se("Sea level height"),
3355
3359
  t("span", { class: "unit" }, "m")
3356
3360
  ], -1)),
3357
- (o(!0), r(re, null, Ae(s.hoursTableData.seaLevel, (i, w) => (o(), r("td", {
3361
+ (o(!0), n(re, null, Ae(s.hoursTableData.seaLevel, (i, A) => (o(), n("td", {
3358
3362
  rowspan: "1",
3359
3363
  colspan: "1",
3360
- class: le(s.activeIndex === w ? "active" : ""),
3364
+ class: le(s.activeIndex === A ? "active" : ""),
3361
3365
  key: Math.random() + i
3362
3366
  }, p(i), 3))), 128))
3363
3367
  ]),
3364
- t("tr", Tt, [
3368
+ t("tr", Gt, [
3365
3369
  e[33] || (e[33] = t("td", {
3366
3370
  rowspan: "1",
3367
3371
  colspan: "1",
3368
3372
  class: "td-title"
3369
3373
  }, [
3370
- ie("Sea surface temperature"),
3374
+ se("Sea surface temperature"),
3371
3375
  t("span", { class: "unit" }, "°C")
3372
3376
  ], -1)),
3373
- (o(!0), r(re, null, Ae(s.hoursTableData.seaTemp, (i, w) => (o(), r("td", {
3377
+ (o(!0), n(re, null, Ae(s.hoursTableData.seaTemp, (i, A) => (o(), n("td", {
3374
3378
  rowspan: "1",
3375
3379
  colspan: "1",
3376
- class: le(s.activeIndex === w ? "active" : ""),
3380
+ class: le(s.activeIndex === A ? "active" : ""),
3377
3381
  key: Math.random() + i
3378
3382
  }, p(i), 3))), 128))
3379
3383
  ])
3380
3384
  ])
3381
- ])) : (W = s.loading) != null && W.hoursTable ? (o(), r("div", Gt, e[36] || (e[36] = [
3385
+ ])) : (W = s.loading) != null && W.hoursTable ? (o(), n("div", St, e[36] || (e[36] = [
3382
3386
  t("img", {
3383
3387
  style: { height: "200px" },
3384
3388
  src: ve
3385
3389
  }, null, -1)
3386
- ]))) : (o(), r("div", St, "No Data"))
3390
+ ]))) : (o(), n("div", Ft, "No Data"))
3387
3391
  ])) : 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, [
3392
+ s.menuIndex === 2 ? (o(), n("div", Ot, [
3393
+ (R = s.position) != null && R.name && a.token && !((J = s.loading) != null && J.daysTable) ? (o(), n("div", Yt, [
3390
3394
  e[48] || (e[48] = t("div", { class: "date" }, "Daily Forecast", -1)),
3391
- t("table", Yt, [
3395
+ t("table", jt, [
3392
3396
  e[46] || (e[46] = t("tr", { class: "day tr-title" }, [
3393
3397
  t("th", {
3394
3398
  rowspan: "1",
@@ -3483,92 +3487,92 @@ function ia(l, e, a, A, s, x) {
3483
3487
  style: { width: "75px" }
3484
3488
  }, "Sig.wave_max")
3485
3489
  ], -1)),
3486
- (o(!0), r(re, null, Ae(s.daysTableData, (i, w) => (o(), r("tr", {
3490
+ (o(!0), n(re, null, Ae(s.daysTableData, (i, A) => (o(), n("tr", {
3487
3491
  class: "text border-bottom",
3488
3492
  key: Math.random() + i.localDate
3489
3493
  }, [
3490
- t("td", jt, [
3494
+ t("td", Kt, [
3491
3495
  t("div", null, p(i.localWeek), 1),
3492
3496
  t("div", null, p(i.localDate), 1)
3493
3497
  ]),
3494
- t("td", Kt, [
3495
- i.weatherUrl ? (o(), r("img", {
3498
+ t("td", Ut, [
3499
+ i.weatherUrl ? (o(), n("img", {
3496
3500
  key: 0,
3497
3501
  class: "iconfont weather-icon",
3498
3502
  style: { width: "34px", height: "34px" },
3499
3503
  src: i.weatherUrl
3500
- }, null, 8, Ut)) : Be("", !0)
3504
+ }, null, 8, Xt)) : Be("", !0)
3501
3505
  ]),
3502
- t("td", Xt, p(i.weatherName), 1),
3503
- t("td", Wt, [
3504
- ie(p(i.minTemp) + " / " + p(i.maxTemp), 1),
3506
+ t("td", Wt, p(i.weatherName), 1),
3507
+ t("td", Rt, [
3508
+ se(p(i.minTemp) + " / " + p(i.maxTemp), 1),
3505
3509
  e[37] || (e[37] = t("span", { class: "unit" }, "°C", -1))
3506
3510
  ]),
3507
- t("td", Rt, [
3508
- ie(p(i.precipSum), 1),
3511
+ t("td", Jt, [
3512
+ se(p(i.precipSum), 1),
3509
3513
  e[38] || (e[38] = t("span", { class: "unit" }, "mm", -1))
3510
3514
  ]),
3511
- t("td", Jt, [
3512
- ie(p(i.precipRainSum), 1),
3515
+ t("td", qt, [
3516
+ se(p(i.precipRainSum), 1),
3513
3517
  e[39] || (e[39] = t("span", { class: "unit" }, "mm", -1))
3514
3518
  ]),
3515
- t("td", qt, [
3516
- ie(p(i.precipSnowfallSum), 1),
3519
+ t("td", Vt, [
3520
+ se(p(i.precipSnowfallSum), 1),
3517
3521
  e[40] || (e[40] = t("span", { class: "unit" }, "mm", -1))
3518
3522
  ]),
3519
- t("td", Vt, [
3523
+ t("td", Zt, [
3520
3524
  t("span", null, p(i.windSpeedMax), 1),
3521
3525
  e[41] || (e[41] = t("span", { class: "unit" }, "kts", -1)),
3522
- !isNaN(i.windSpeedDir) && !isNaN(i.windSpeedMax) ? (o(), r("span", {
3526
+ !isNaN(i.windSpeedDir) && !isNaN(i.windSpeedMax) ? (o(), n("span", {
3523
3527
  key: 0,
3524
3528
  class: "iconfont icon",
3525
3529
  style: fe({ display: "inline-block", transform: `rotate(${i.windSpeedDir}deg)` })
3526
- }, "", 4)) : (o(), r("span", Zt, "-"))
3530
+ }, "", 4)) : (o(), n("span", _t, "-"))
3527
3531
  ]),
3528
- t("td", _t, [
3532
+ t("td", $t, [
3529
3533
  t("span", null, p(i.gustSpeedMax), 1),
3530
3534
  e[42] || (e[42] = t("span", { class: "unit" }, "kts", -1))
3531
3535
  ]),
3532
- t("td", $t, [
3536
+ t("td", es, [
3533
3537
  t("span", null, p(i.windWaveHeight), 1),
3534
3538
  e[43] || (e[43] = t("span", { class: "unit" }, "m", -1)),
3535
- !isNaN(i.windWaveDir) && !isNaN(i.windWaveHeight) ? (o(), r("span", {
3539
+ !isNaN(i.windWaveDir) && !isNaN(i.windWaveHeight) ? (o(), n("span", {
3536
3540
  key: 0,
3537
3541
  class: "iconfont icon",
3538
3542
  style: fe({ display: "inline-block", transform: `rotate(${i.windWaveDir}deg)` })
3539
- }, "", 4)) : (o(), r("span", es, "-"))
3543
+ }, "", 4)) : (o(), n("span", ts, "-"))
3540
3544
  ]),
3541
- t("td", ts, [
3545
+ t("td", ss, [
3542
3546
  t("span", null, p(i.swellWaveHeight), 1),
3543
3547
  e[44] || (e[44] = t("span", { class: "unit" }, "m", -1)),
3544
- !isNaN(i.swellWaveDir) && !isNaN(i.swellWaveHeight) ? (o(), r("span", {
3548
+ !isNaN(i.swellWaveDir) && !isNaN(i.swellWaveHeight) ? (o(), n("span", {
3545
3549
  key: 0,
3546
3550
  class: "iconfont icon",
3547
3551
  style: fe({ display: "inline-block", transform: `rotate(${i.swellWaveDir}deg)` })
3548
- }, "", 4)) : (o(), r("span", ss, "-"))
3552
+ }, "", 4)) : (o(), n("span", as, "-"))
3549
3553
  ]),
3550
- t("td", as, [
3554
+ t("td", is, [
3551
3555
  t("span", null, p(i.sigWaveHeight), 1),
3552
3556
  e[45] || (e[45] = t("span", { class: "unit" }, "m", -1)),
3553
- !isNaN(i.sigWaveDir) && !isNaN(i.sigWaveHeight) ? (o(), r("span", {
3557
+ !isNaN(i.sigWaveDir) && !isNaN(i.sigWaveHeight) ? (o(), n("span", {
3554
3558
  key: 0,
3555
3559
  class: "iconfont icon",
3556
3560
  style: fe({ display: "inline-block", transform: `rotate(${i.sigWaveDir}deg)` })
3557
- }, "", 4)) : (o(), r("span", is, "-"))
3561
+ }, "", 4)) : (o(), n("span", os, "-"))
3558
3562
  ])
3559
3563
  ]))), 128))
3560
3564
  ])
3561
- ])) : (q = s.loading) != null && q.daysTable ? (o(), r("div", os, e[49] || (e[49] = [
3565
+ ])) : (q = s.loading) != null && q.daysTable ? (o(), n("div", ns, e[49] || (e[49] = [
3562
3566
  t("img", {
3563
3567
  style: { height: "200px" },
3564
3568
  src: ve
3565
3569
  }, null, -1)
3566
- ]))) : (o(), r("div", ns, "No Data"))
3570
+ ]))) : (o(), n("div", rs, "No Data"))
3567
3571
  ])) : 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, [
3572
+ s.menuIndex === 2 ? (o(), n("div", As, [
3573
+ (V = s.position) != null && V.name && a.token && !((Z = s.loading) != null && Z.hourlyTable) ? (o(), n("div", ls, [
3570
3574
  e[52] || (e[52] = t("div", { class: "date" }, "Hourly Forecast", -1)),
3571
- t("table", ls, [
3575
+ t("table", hs, [
3572
3576
  e[50] || (e[50] = t("tr", { class: "day tr-title" }, [
3573
3577
  t("th", {
3574
3578
  rowspan: "2",
@@ -3710,95 +3714,95 @@ function ia(l, e, a, A, s, x) {
3710
3714
  class: "border"
3711
3715
  }, "Temp(°C)")
3712
3716
  ], -1)),
3713
- (o(!0), r(re, null, Ae(s.hourlyTableData, (i, w) => (o(), r("tr", {
3717
+ (o(!0), n(re, null, Ae(s.hourlyTableData, (i, A) => (o(), n("tr", {
3714
3718
  class: "text border-bottom",
3715
3719
  key: Math.random() + i.localDate
3716
3720
  }, [
3717
- t("td", hs, [
3721
+ t("td", gs, [
3718
3722
  t("div", null, p(i.localDate), 1)
3719
3723
  ]),
3720
- t("td", gs, [
3724
+ t("td", ds, [
3721
3725
  t("div", null, p(i.temp), 1)
3722
3726
  ]),
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", {
3727
+ t("td", cs, p(i.precipSum), 1),
3728
+ t("td", ws, p(i.visibility), 1),
3729
+ t("td", ps, [
3730
+ se(p(i.windDir) + " ", 1),
3731
+ !isNaN(i.windBearing) && i.windDir ? (o(), n("span", {
3728
3732
  key: 0,
3729
3733
  class: "iconfont icon",
3730
3734
  style: fe({ display: "inline-block", transform: `rotate(${i.windBearing}deg)` })
3731
- }, "", 4)) : (o(), r("span", ps, "-"))
3735
+ }, "", 4)) : (o(), n("span", ms, "-"))
3732
3736
  ]),
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", {
3737
+ t("td", us, p(i.windSpeed), 1),
3738
+ t("td", fs, p(i.windBF), 1),
3739
+ t("td", Ds, p(i.windGusts), 1),
3740
+ t("td", Bs, [
3741
+ se(p(i.windWaveDir) + " ", 1),
3742
+ !isNaN(i.windWaveBearing) && i.windWaveDir ? (o(), n("span", {
3739
3743
  key: 0,
3740
3744
  class: "iconfont icon",
3741
3745
  style: fe({ display: "inline-block", transform: `rotate(${i.windWaveBearing}deg)` })
3742
- }, "", 4)) : (o(), r("span", Bs, "-"))
3746
+ }, "", 4)) : (o(), n("span", ys, "-"))
3743
3747
  ]),
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", {
3748
+ t("td", xs, p(i.windWaveHeight), 1),
3749
+ t("td", vs, p(i.windWavePeriod), 1),
3750
+ t("td", Cs, [
3751
+ se(p(i.sigWaveDir) + " ", 1),
3752
+ !isNaN(i.sigWaveBearing) && i.sigWaveDir ? (o(), n("span", {
3749
3753
  key: 0,
3750
3754
  class: "iconfont icon",
3751
3755
  style: fe({ display: "inline-block", transform: `rotate(${i.sigWaveBearing}deg)` })
3752
- }, "", 4)) : (o(), r("span", Cs, "-"))
3756
+ }, "", 4)) : (o(), n("span", Is, "-"))
3753
3757
  ]),
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", {
3758
+ t("td", bs, p(i.sigWaveHeight), 1),
3759
+ t("td", Es, p(i.sigWavePeriod), 1),
3760
+ t("td", Qs, [
3761
+ se(p(i.currentDir) + " ", 1),
3762
+ !isNaN(i.currentBearing) && i.currentDir ? (o(), n("span", {
3759
3763
  key: 0,
3760
3764
  class: "iconfont icon",
3761
3765
  style: fe({ display: "inline-block", transform: `rotate(${i.currentBearing}deg)` })
3762
- }, "", 4)) : (o(), r("span", Qs, "-"))
3766
+ }, "", 4)) : (o(), n("span", Ms, "-"))
3763
3767
  ]),
3764
- t("td", Ms, p(i.currentSpd), 1),
3765
- t("td", Ls, p(i.seaLevel), 1),
3766
- t("td", zs, p(i.seaSurfaceTemp), 1)
3768
+ t("td", Ls, p(i.currentSpd), 1),
3769
+ t("td", zs, p(i.seaLevel), 1),
3770
+ t("td", Hs, p(i.seaSurfaceTemp), 1)
3767
3771
  ]))), 128))
3768
3772
  ])
3769
- ])) : (_ = s.loading) != null && _.hourlyTable ? (o(), r("div", Hs, e[53] || (e[53] = [
3773
+ ])) : (g = s.loading) != null && g.hourlyTable ? (o(), n("div", ks, e[53] || (e[53] = [
3770
3774
  t("img", {
3771
3775
  style: { height: "200px" },
3772
3776
  src: ve
3773
3777
  }, null, -1)
3774
- ]))) : (o(), r("div", ks, "No Data"))
3778
+ ]))) : (o(), n("div", Ps, "No Data"))
3775
3779
  ])) : 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, [
3780
+ s.menuIndex === 3 ? (o(), n("div", Ns, [
3781
+ (Q = s.position) != null && Q.name && a.token && !((b = s.loading) != null && b.seasonalEchart) ? (o(), n("div", Ts, [
3782
+ t("div", Gs, [
3779
3783
  t("div", {
3780
3784
  class: "title flex-start",
3781
3785
  id: "seasonal-title",
3782
3786
  onClick: e[8] || (e[8] = (i) => s.seasonalData.showMonths = !s.seasonalData.showMonths)
3783
3787
  }, [
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, {
3788
+ t("div", Ss, p((L = (m = (E = s.currentMonth) == null ? void 0 : E.month) == null ? void 0 : m.split("-")) == null ? void 0 : L[0]) + " " + p((u = (C = (B = s.currentMonth) == null ? void 0 : B.month) == null ? void 0 : C.split("-")) == null ? void 0 : u[1]), 1),
3789
+ t("div", Fs, [
3790
+ Ie(N, null, {
3787
3791
  default: be(() => [
3788
- Ie(N)
3792
+ Ie(P)
3789
3793
  ]),
3790
3794
  _: 1
3791
3795
  })
3792
3796
  ]),
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", {
3797
+ Te(t("div", Os, [
3798
+ t("div", Ys, [
3799
+ (o(!0), n(re, null, Ae(s.monthsOptions, (i, A) => {
3800
+ var me;
3801
+ return o(), n("div", {
3798
3802
  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);
3803
+ class: le(["month-option", ((me = s.currentMonth) == null ? void 0 : me.month) === i.month ? "active" : ""]),
3804
+ onClick: (v) => D.handleSelectMonth(i)
3805
+ }, p(i.month), 11, js);
3802
3806
  }), 128))
3803
3807
  ])
3804
3808
  ], 512), [
@@ -3808,40 +3812,40 @@ function ia(l, e, a, A, s, x) {
3808
3812
  e[54] || (e[54] = t("div", { id: "temperature-echart" }, null, -1)),
3809
3813
  e[55] || (e[55] = t("div", { id: "wind-precip-echart" }, null, -1))
3810
3814
  ]),
3811
- t("div", js, [
3812
- t("div", Ks, p((u = s.currentMonth) == null ? void 0 : u.month) + " Summary", 1),
3815
+ t("div", Ks, [
3816
+ t("div", Us, p((f = s.currentMonth) == null ? void 0 : f.month) + " Summary", 1),
3813
3817
  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),
3818
+ t("div", Xs, "Avg High Temp: " + p(s.seasonalData.minHighTemp) + " to " + p(s.seasonalData.maxHighTemp) + " °C", 1),
3819
+ t("div", Ws, "Avg Low Temp: " + p(s.seasonalData.minLowTemp) + " to " + p(s.seasonalData.maxLowTemp) + " °C", 1),
3820
+ t("div", Rs, "Hottest Day: " + p(s.seasonalData.hottestDay), 1),
3821
+ t("div", Js, "Coldest Day: " + p(s.seasonalData.coldestDay), 1),
3818
3822
  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),
3823
+ t("div", qs, "Light (<10mm): " + p((d = (z = (r = s.seasonalData) == null ? void 0 : r.precip) == null ? void 0 : z.filter((i) => i < 10)) == null ? void 0 : d.length) + " days", 1),
3824
+ t("div", Vs, "Moderate (<24.9mm): " + p((ce = (de = (ge = s.seasonalData) == null ? void 0 : ge.precip) == null ? void 0 : de.filter((i) => i >= 10 && i < 24.9)) == null ? void 0 : ce.length) + " days", 1),
3825
+ t("div", Zs, "Heavy (<49.9mm): " + p((c = (ne = (x = s.seasonalData) == null ? void 0 : x.precip) == null ? void 0 : ne.filter((i) => i >= 24.9 && i < 49.9)) == null ? void 0 : c.length) + " days", 1),
3826
+ t("div", _s, "Rainstorm (<99.9mm): " + p((w = (_ = (S = s.seasonalData) == null ? void 0 : S.precip) == null ? void 0 : _.filter((i) => i >= 49.9 && i < 99.9)) == null ? void 0 : w.length) + " days", 1),
3827
+ t("div", $s, "Heavy Rainstorm (>=100mm): " + p((ie = (he = (F = s.seasonalData) == null ? void 0 : F.precip) == null ? void 0 : he.filter((i) => i >= 100)) == null ? void 0 : ie.length) + " days", 1),
3824
3828
  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)
3829
+ t("div", ea, "Mean Wind: " + p(D.roundPrecision(s.seasonalData.meanWind, 1)) + " kts", 1),
3830
+ t("div", ta, "Windiest Day: " + p(s.seasonalData.windiestDay) + " ( " + p(s.seasonalData.maxWindSpeed) + "kts )", 1),
3831
+ t("div", sa, "Dominant Wind Dir: " + p(s.seasonalData.dominantWind), 1)
3828
3832
  ])
3829
- ])) : (oe = s.loading) != null && oe.seasonalEchart ? (o(), r("div", sa, e[59] || (e[59] = [
3833
+ ])) : (oe = s.loading) != null && oe.seasonalEchart ? (o(), n("div", aa, e[59] || (e[59] = [
3830
3834
  t("img", {
3831
3835
  style: { height: "200px" },
3832
3836
  src: ve
3833
3837
  }, null, -1)
3834
- ]))) : (o(), r("div", aa, "No Data"))
3838
+ ]))) : (o(), n("div", ia, "No Data"))
3835
3839
  ])) : Be("", !0)
3836
3840
  ])
3837
3841
  ]);
3838
3842
  }
3839
- const oa = /* @__PURE__ */ Se(Fe, [["render", ia], ["__scopeId", "data-v-3269abe2"]]), da = {
3840
- install(l) {
3841
- l.component("SpotReport", oa);
3843
+ const na = /* @__PURE__ */ Se(Fe, [["render", oa], ["__scopeId", "data-v-5cdfcd58"]]), ca = {
3844
+ install(h) {
3845
+ h.component("SpotReport", na);
3842
3846
  }
3843
3847
  };
3844
3848
  export {
3845
- oa as SpotReport,
3846
- da as SpotReportPlugin
3849
+ na as SpotReport,
3850
+ ca as SpotReportPlugin
3847
3851
  };