@idmwx/idmui-report 4.8.7 → 4.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { LngLatHelper as ft } from "@idm-plugin/geo";
1
+ import { LngLatHelper as jt } from "@idm-plugin/geo";
2
2
  import $ from "moment";
3
3
  import { openBlock as n, createElementBlock as d, createStaticVNode as it, createElementVNode as t, toDisplayString as e, createCommentVNode as y, markRaw as vd, resolveComponent as F, createVNode as E, createTextVNode as g, Fragment as U, renderList as et, normalizeStyle as ei, shallowRef as ka, withDirectives as ha, vShow as Ra, withCtx as as, normalizeClass as z, createBlock as il } from "vue";
4
4
  import * as Td from "echarts";
@@ -145,12 +145,12 @@ const ir = {
145
145
  computed: {
146
146
  computeLat() {
147
147
  return function(i) {
148
- return ft.lat2pretty(i, 2);
148
+ return jt.lat2pretty(i, 2);
149
149
  };
150
150
  },
151
151
  computeLng() {
152
152
  return function(i) {
153
- return ft.lng2pretty(i, 2);
153
+ return jt.lng2pretty(i, 2);
154
154
  };
155
155
  },
156
156
  computeLTime() {
@@ -160,7 +160,7 @@ const ir = {
160
160
  },
161
161
  computeTZ() {
162
162
  return function(i = "0") {
163
- return ft.prettyTimeZoneOffset(i);
163
+ return jt.prettyTimeZoneOffset(i);
164
164
  };
165
165
  },
166
166
  roundPrecision() {
@@ -184,15 +184,15 @@ const ir = {
184
184
  },
185
185
  computeForm() {
186
186
  return function(i) {
187
- var D, r, a, c, M, I, p, j, u, A;
187
+ var D, r, a, c, M, I, p, f, u, A;
188
188
  const l = {};
189
189
  for (let Y = 0; Y < ((r = (D = i == null ? void 0 : i.extend) == null ? void 0 : D.data) == null ? void 0 : r.length); Y++) {
190
- const f = (a = i == null ? void 0 : i.extend) == null ? void 0 : a.data[Y];
190
+ const j = (a = i == null ? void 0 : i.extend) == null ? void 0 : a.data[Y];
191
191
  if (Y === 0)
192
- f.precip.pacc = 0;
192
+ j.precip.pacc = 0;
193
193
  else {
194
- const b = (c = i == null ? void 0 : i.extend) == null ? void 0 : c.data[Y - 1], m = $(f.utc).utcOffset(this.localTZ), C = $(b.utc).utcOffset(this.localTZ), S = (M = b == null ? void 0 : b.precip) == null ? void 0 : M.prate, O = m.diff(C, "h"), Q = this.roundPrecision(S * O, 1);
195
- if (f.precip.pacc = Q, Q > 0) {
194
+ const b = (c = i == null ? void 0 : i.extend) == null ? void 0 : c.data[Y - 1], m = $(j.utc).utcOffset(this.localTZ), C = $(b.utc).utcOffset(this.localTZ), S = (M = b == null ? void 0 : b.precip) == null ? void 0 : M.prate, O = m.diff(C, "h"), Q = this.roundPrecision(S * O, 1);
195
+ if (j.precip.pacc = Q, Q > 0) {
196
196
  const v = l[m.format("MMM-DD")], R = Math.floor(m.get("hour") / 6);
197
197
  v ? (v.pacc = this.roundPrecision(v.pacc + Q, 1), v[`${R}`] ? v[`${R}`] += Q : (v[`${R}`] = Q, v.colspan += 1)) : (l[m.format("MMM-DD")] = {
198
198
  pacc: Q,
@@ -204,7 +204,7 @@ const ir = {
204
204
  i.paccInDays = l;
205
205
  let s = 0;
206
206
  for (const Y of Object.keys(l))
207
- s += (I = l[Y]) == null ? void 0 : I.colspan, l[Y].level = ((p = l[Y]) == null ? void 0 : p.pacc) < 10 ? "Light" : ((j = l[Y]) == null ? void 0 : j.pacc) < 24.9 ? "Moderate" : ((u = l[Y]) == null ? void 0 : u.pacc) < 49.9 ? "Heavy" : ((A = l[Y]) == null ? void 0 : A.pacc) < 99.9 ? "Rainstorm" : "HeavyRainstorm";
207
+ s += (I = l[Y]) == null ? void 0 : I.colspan, l[Y].level = ((p = l[Y]) == null ? void 0 : p.pacc) < 10 ? "Light" : ((f = l[Y]) == null ? void 0 : f.pacc) < 24.9 ? "Moderate" : ((u = l[Y]) == null ? void 0 : u.pacc) < 49.9 ? "Heavy" : ((A = l[Y]) == null ? void 0 : A.pacc) < 99.9 ? "Rainstorm" : "HeavyRainstorm";
208
208
  return i.span = s, i;
209
209
  };
210
210
  }
@@ -213,7 +213,7 @@ const ir = {
213
213
  report: {
214
214
  handler() {
215
215
  var i, l, s, D;
216
- (l = (i = this.report) == null ? void 0 : i.extend) != null && l.data && (this.loading = !1, this.localTZ = ft.guessTimeZoneOffset((s = this.report) == null ? void 0 : s.lng, (D = this.report) == null ? void 0 : D.lat), this.$nextTick(() => {
216
+ (l = (i = this.report) == null ? void 0 : i.extend) != null && l.data && (this.loading = !1, this.localTZ = jt.guessTimeZoneOffset((s = this.report) == null ? void 0 : s.lng, (D = this.report) == null ? void 0 : D.lat), this.$nextTick(() => {
217
217
  this.initEchart();
218
218
  }));
219
219
  },
@@ -239,11 +239,11 @@ const ir = {
239
239
  };
240
240
  let D = 4;
241
241
  (M = (c = (a = this.report) == null ? void 0 : a.extend) == null ? void 0 : c.data) == null || M.forEach((I) => {
242
- var j, u, A, Y, f, b, m, C, S, O, Q, v, R;
242
+ var f, u, A, Y, j, b, m, C, S, O, Q, v, R;
243
243
  const p = $(I.utc).utcOffset(this.localTZ).format("MMM-DD/HHmm[LT]");
244
- i.push(p), D = ((u = (j = I.wave) == null ? void 0 : j.sig) == null ? void 0 : u.height) > D ? (Y = (A = I.wave) == null ? void 0 : A.sig) == null ? void 0 : Y.height : D, l.push([
244
+ i.push(p), D = ((u = (f = I.wave) == null ? void 0 : f.sig) == null ? void 0 : u.height) > D ? (Y = (A = I.wave) == null ? void 0 : A.sig) == null ? void 0 : Y.height : D, l.push([
245
245
  p,
246
- (f = I.wind) == null ? void 0 : f.kts,
246
+ (j = I.wind) == null ? void 0 : j.kts,
247
247
  (b = I.gusts) == null ? void 0 : b.kts,
248
248
  (C = (m = I.wave) == null ? void 0 : m.sig) == null ? void 0 : C.height,
249
249
  (S = I.wind) == null ? void 0 : S.direction,
@@ -508,15 +508,15 @@ const ir = {
508
508
  }, zr = { key: 1 }, pr = {
509
509
  key: 0,
510
510
  class: "degree-box"
511
- }, Cr = { key: 1 }, jr = {
511
+ }, Cr = { key: 1 }, fr = {
512
512
  key: 0,
513
513
  class: "degree-box"
514
- }, fr = { key: 1 }, Ur = {
514
+ }, jr = { key: 1 }, Ur = {
515
515
  key: 0,
516
516
  class: "degree-box"
517
517
  }, br = { key: 1 }, mr = { key: 0 }, Er = { key: 1 };
518
518
  function Or(i, l, s, D, r, a) {
519
- var I, p, j, u;
519
+ var I, p, f, u;
520
520
  const c = F("IdmBrand"), M = F("IdmLoading");
521
521
  return n(), d("div", or, [
522
522
  E(c, { name: "Point Weather Forecast" }),
@@ -595,12 +595,12 @@ function Or(i, l, s, D, r, a) {
595
595
  ])
596
596
  ]),
597
597
  t("tbody", null, [
598
- (n(!0), d(U, null, et((u = (j = s.report) == null ? void 0 : j.extend) == null ? void 0 : u.data, (A, Y) => {
599
- var f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt;
598
+ (n(!0), d(U, null, et((u = (f = s.report) == null ? void 0 : f.extend) == null ? void 0 : u.data, (A, Y) => {
599
+ var j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt;
600
600
  return n(), d("tr", { key: Y }, [
601
601
  t("td", Tr, e(a.computeLTime(A.utc, r.localTZ)), 1),
602
602
  t("td", null, [
603
- (f = A.wind) != null && f.kts ? (n(), d("span", xr, [
603
+ (j = A.wind) != null && j.kts ? (n(), d("span", xr, [
604
604
  g(e((b = A.wind) == null ? void 0 : b.direction), 1),
605
605
  t("i", {
606
606
  class: "iconfont",
@@ -624,13 +624,13 @@ function Or(i, l, s, D, r, a) {
624
624
  t("td", null, e(a.roundPrecision((J = (H = A.wave) == null ? void 0 : H.swell) == null ? void 0 : J.height, 1)), 1),
625
625
  t("td", null, e(a.roundPrecision((X = (_ = A.wave) == null ? void 0 : _.swell) == null ? void 0 : X.period, 1)), 1),
626
626
  t("td", null, [
627
- (tt = (K = A.wave) == null ? void 0 : K.sig) != null && tt.height ? (n(), d("span", jr, [
627
+ (tt = (K = A.wave) == null ? void 0 : K.sig) != null && tt.height ? (n(), d("span", fr, [
628
628
  g(e((Dt = (V = A.wave) == null ? void 0 : V.sig) == null ? void 0 : Dt.direction), 1),
629
629
  t("i", {
630
630
  class: "iconfont",
631
631
  style: ei(a.computeDegree((It = (Nt = A.wave) == null ? void 0 : Nt.sig) == null ? void 0 : It.degree, !1))
632
632
  }, "", 4)
633
- ])) : (n(), d("span", fr, "-"))
633
+ ])) : (n(), d("span", jr, "-"))
634
634
  ]),
635
635
  t("td", null, e(a.roundPrecision((ut = (gt = A.wave) == null ? void 0 : gt.sig) == null ? void 0 : ut.height, 1)), 1),
636
636
  t("td", null, e(a.roundPrecision((q = (o = A.wave) == null ? void 0 : o.sig) == null ? void 0 : q.period, 1)), 1),
@@ -681,8 +681,8 @@ const Yr = {
681
681
  lng: {
682
682
  handler() {
683
683
  if (this.lng !== void 0) {
684
- const i = ft.convertToStdLng(this.lng);
685
- this.pretty = ft.lng2pretty(i).pretty;
684
+ const i = jt.convertToStdLng(this.lng);
685
+ this.pretty = jt.lng2pretty(i).pretty;
686
686
  }
687
687
  },
688
688
  immediate: !0
@@ -716,7 +716,7 @@ const hr = {
716
716
  watch: {
717
717
  lat: {
718
718
  handler() {
719
- this.lat !== void 0 && (this.pretty = ft.lat2pretty(this.lat).pretty);
719
+ this.lat !== void 0 && (this.pretty = jt.lat2pretty(this.lat).pretty);
720
720
  },
721
721
  immediate: !0
722
722
  }
@@ -865,7 +865,7 @@ const Br = {
865
865
  computeLTime() {
866
866
  return function(i, l, s) {
867
867
  let D = 0;
868
- return s && l && (D = ft.guessTimeZoneOffset(l, s)), `${$(i).utcOffset(D).format("MMM-DD/HHmm")}LT`;
868
+ return s && l && (D = jt.guessTimeZoneOffset(l, s)), `${$(i).utcOffset(D).format("MMM-DD/HHmm")}LT`;
869
869
  };
870
870
  },
871
871
  computeTimeDiff() {
@@ -981,7 +981,7 @@ const Br = {
981
981
  this.echart || (this.echart = vd(Td.init(this.$refs.echart))), this.renderEchart();
982
982
  },
983
983
  renderEchart() {
984
- var I, p, j, u, A, Y, f;
984
+ var I, p, f, u, A, Y, j;
985
985
  const i = [], l = [], s = {
986
986
  dateTime: 0,
987
987
  windSpeed: 1,
@@ -998,7 +998,7 @@ const Br = {
998
998
  });
999
999
  const a = 18;
1000
1000
  let c = 4;
1001
- (Y = (A = (u = (j = (p = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : p[this.speedIndex]) == null ? void 0 : j.speed) == null ? void 0 : u.sample) == null ? void 0 : A.hours) == null || Y.forEach((b) => {
1001
+ (Y = (A = (u = (f = (p = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : p[this.speedIndex]) == null ? void 0 : f.speed) == null ? void 0 : u.sample) == null ? void 0 : A.hours) == null || Y.forEach((b) => {
1002
1002
  var C, S, O, Q, v, R, P, G, W, B;
1003
1003
  const m = b.meteo;
1004
1004
  if (m) {
@@ -1265,7 +1265,7 @@ const Br = {
1265
1265
  }
1266
1266
  ]
1267
1267
  };
1268
- (f = this.echart) == null || f.setOption(M);
1268
+ (j = this.echart) == null || j.setOption(M);
1269
1269
  }
1270
1270
  }
1271
1271
  }, Lr = { class: "voyage-plan" }, Zr = { class: "plan-report" }, Hr = { class: "section voyage-section flex-space" }, Jr = {
@@ -1332,7 +1332,7 @@ const Br = {
1332
1332
  }, vM = {
1333
1333
  key: 1,
1334
1334
  class: "empty"
1335
- }, TM = { class: "section comparison-section" }, xM = { key: 0 }, zM = { key: 0 }, pM = ["rowspan"], CM = { key: 0 }, jM = { key: 1 }, fM = { rowspan: "2" }, UM = { rowspan: "2" }, bM = { key: 0 }, mM = { key: 1 }, EM = { rowspan: "1" }, OM = { key: 0 }, wM = { rowspan: "2" }, YM = { rowspan: "2" }, SM = { rowspan: "2" }, QM = { key: 0 }, kM = { key: 0 }, hM = ["rowspan"], RM = { key: 0 }, FM = { rowspan: "1" }, VM = { key: 0 }, PM = { key: 0 }, GM = { key: 1 }, WM = { class: "tips" }, BM = { key: 0 }, LM = { class: "section waypoint-section" }, ZM = { class: "header-block flex-start" }, HM = { class: "title" }, JM = {
1335
+ }, TM = { class: "section comparison-section" }, xM = { key: 0 }, zM = { key: 0 }, pM = ["rowspan"], CM = { key: 0 }, fM = { key: 1 }, jM = { rowspan: "2" }, UM = { rowspan: "2" }, bM = { key: 0 }, mM = { key: 1 }, EM = { rowspan: "1" }, OM = { key: 0 }, wM = { rowspan: "2" }, YM = { rowspan: "2" }, SM = { rowspan: "2" }, QM = { key: 0 }, kM = { key: 0 }, hM = ["rowspan"], RM = { key: 0 }, FM = { rowspan: "1" }, VM = { key: 0 }, PM = { key: 0 }, GM = { key: 1 }, WM = { class: "tips" }, BM = { key: 0 }, LM = { class: "section waypoint-section" }, ZM = { class: "header-block flex-start" }, HM = { class: "title" }, JM = {
1336
1336
  key: 0,
1337
1337
  class: "flex-end",
1338
1338
  style: { flex: "1" }
@@ -1385,7 +1385,7 @@ const Br = {
1385
1385
  }, z1 = {
1386
1386
  class: "tips forecast-model",
1387
1387
  style: { margin: "10px auto", "text-align": "left" }
1388
- }, p1 = ["colspan"], C1 = { key: 0 }, j1 = { class: "flex-center" }, f1 = {
1388
+ }, p1 = ["colspan"], C1 = { key: 0 }, f1 = { class: "flex-center" }, j1 = {
1389
1389
  key: 0,
1390
1390
  class: "degree-box"
1391
1391
  }, U1 = { key: 1 }, b1 = { key: 0 }, m1 = {
@@ -1399,8 +1399,8 @@ const Br = {
1399
1399
  class: "degree-box"
1400
1400
  }, S1 = { key: 1 };
1401
1401
  function Q1(i, l, s, D, r, a) {
1402
- var A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss;
1403
- const c = F("Brand"), M = F("Loading"), I = F("Lat"), p = F("Lng"), j = F("ElTooltip"), u = F("Editor");
1402
+ var A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss;
1403
+ const c = F("Brand"), M = F("Loading"), I = F("Lat"), p = F("Lng"), f = F("ElTooltip"), u = F("Editor");
1404
1404
  return n(), d("div", Lr, [
1405
1405
  t("div", Zr, [
1406
1406
  E(c, {
@@ -1418,7 +1418,7 @@ function Q1(i, l, s, D, r, a) {
1418
1418
  class: "flex-end",
1419
1419
  style: { width: "140px" }
1420
1420
  }, "Prepare for", -1)),
1421
- t("span", Xr, e((b = (f = (Y = s.plan) == null ? void 0 : Y.voyage) == null ? void 0 : f.company) == null ? void 0 : b.name), 1)
1421
+ t("span", Xr, e((b = (j = (Y = s.plan) == null ? void 0 : Y.voyage) == null ? void 0 : j.company) == null ? void 0 : b.name), 1)
1422
1422
  ]),
1423
1423
  t("div", Kr, [
1424
1424
  l[9] || (l[9] = t("label", {
@@ -1512,7 +1512,7 @@ function Q1(i, l, s, D, r, a) {
1512
1512
  })
1513
1513
  }, e((N = (qt = (Kt = (h = (Xt = s.plan) == null ? void 0 : Xt.speeds) == null ? void 0 : h[1]) == null ? void 0 : Kt.speed) == null ? void 0 : qt.lane) == null ? void 0 : N.name), 1)
1514
1514
  ])) : y("", !0),
1515
- ((jt = (Mt = s.plan) == null ? void 0 : Mt.speeds) == null ? void 0 : jt.length) > 2 ? (n(), d("div", AM, [
1515
+ ((ft = (Mt = s.plan) == null ? void 0 : Mt.speeds) == null ? void 0 : ft.length) > 2 ? (n(), d("div", AM, [
1516
1516
  l[18] || (l[18] = t("b", { class: "route3" }, null, -1)),
1517
1517
  t("span", {
1518
1518
  class: "btn",
@@ -1559,16 +1559,16 @@ function Q1(i, l, s, D, r, a) {
1559
1559
  l[33] || (l[33] = t("th", null, "*FO", -1)),
1560
1560
  l[34] || (l[34] = t("th", null, "*DO/GO", -1)),
1561
1561
  a.showCost ? (n(), d("th", CM, "*Hire / Bunker (USD)")) : y("", !0),
1562
- a.showCost ? (n(), d("th", jM, "Diff Cost (USD)")) : y("", !0),
1562
+ a.showCost ? (n(), d("th", fM, "Diff Cost (USD)")) : y("", !0),
1563
1563
  t("th", null, "*in the next " + e(a.computeDay(s.plan, 0)) + " days", 1)
1564
1564
  ])
1565
1565
  ]),
1566
1566
  t("tbody", null, [
1567
1567
  (n(!0), d(U, null, et((dl = s.plan) == null ? void 0 : dl.speeds, (x, Zt) => {
1568
- var Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs;
1568
+ var Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs;
1569
1569
  return n(), d(U, { key: Zt }, [
1570
1570
  t("tr", null, [
1571
- t("td", fM, e(Zt + 1), 1),
1571
+ t("td", jM, e(Zt + 1), 1),
1572
1572
  t("td", UM, e((Il = (Nl = x.speed) == null ? void 0 : Nl.lane) == null ? void 0 : Il.name), 1),
1573
1573
  t("td", null, [
1574
1574
  x.speed.label !== "Combined" ? (n(), d("span", bM, e(`CP ${((Ll = (Sl = x.speed) == null ? void 0 : Sl.cpCopy) == null ? void 0 : Ll.speed) ?? ((Zl = x.speed) == null ? void 0 : Zl.v0)}`), 1)) : (n(), d("div", mM, [
@@ -1598,7 +1598,7 @@ function Q1(i, l, s, D, r, a) {
1598
1598
  rowspan: a.showCost ? 1 : 2
1599
1599
  }, e(a.computeTimeDiff(s.plan, Zt)), 9, hM),
1600
1600
  t("td", null, [
1601
- E(j, {
1601
+ E(f, {
1602
1602
  effect: "light",
1603
1603
  placement: "top",
1604
1604
  trigger: "hover",
@@ -1612,7 +1612,7 @@ function Q1(i, l, s, D, r, a) {
1612
1612
  __: [38]
1613
1613
  }, 8, ["content"]),
1614
1614
  l[41] || (l[41] = g(" / ")),
1615
- E(j, {
1615
+ E(f, {
1616
1616
  effect: "light",
1617
1617
  placement: "top",
1618
1618
  trigger: "hover",
@@ -1626,7 +1626,7 @@ function Q1(i, l, s, D, r, a) {
1626
1626
  __: [39]
1627
1627
  }, 8, ["content"]),
1628
1628
  l[42] || (l[42] = g(" / ")),
1629
- E(j, {
1629
+ E(f, {
1630
1630
  effect: "light",
1631
1631
  placement: "top",
1632
1632
  trigger: "hover",
@@ -1643,7 +1643,7 @@ function Q1(i, l, s, D, r, a) {
1643
1643
  ]),
1644
1644
  t("tr", null, [
1645
1645
  t("td", null, [
1646
- ((Ce = x.speed) == null ? void 0 : Ce.label) !== "Combined" ? (n(), d("div", RM, "FO: " + e((fe = (je = x.speed) == null ? void 0 : je.cpCopy) == null ? void 0 : fe.fo) + " / DO: " + e((be = (Ue = x.speed) == null ? void 0 : Ue.cpCopy) == null ? void 0 : be.dgo), 1)) : (n(), d(U, { key: 1 }, [
1646
+ ((Ce = x.speed) == null ? void 0 : Ce.label) !== "Combined" ? (n(), d("div", RM, "FO: " + e((je = (fe = x.speed) == null ? void 0 : fe.cpCopy) == null ? void 0 : je.fo) + " / DO: " + e((be = (Ue = x.speed) == null ? void 0 : Ue.cpCopy) == null ? void 0 : be.dgo), 1)) : (n(), d(U, { key: 1 }, [
1647
1647
  t("div", null, "FO: " + e((Ee = (me = x.speed) == null ? void 0 : me.extend) == null ? void 0 : Ee.cps[0].fo) + " / " + e((we = (Oe = x.speed) == null ? void 0 : Oe.extend) == null ? void 0 : we.cps[1].fo), 1),
1648
1648
  t("div", null, "DO: " + e((Se = (Ye = x.speed) == null ? void 0 : Ye.extend) == null ? void 0 : Se.cps[0].dgo) + " / " + e((ke = (Qe = x.speed) == null ? void 0 : Qe.extend) == null ? void 0 : ke.cps[1].dgo), 1)
1649
1649
  ], 64))
@@ -1677,7 +1677,7 @@ function Q1(i, l, s, D, r, a) {
1677
1677
  t("div", ZM, [
1678
1678
  l[49] || (l[49] = t("i", { class: "iconfont" }, "", -1)),
1679
1679
  t("div", HM, "Advisory & Major Waypoint of Route " + e((Cl = (pl = (zl = (xl = s.plan.speeds) == null ? void 0 : xl[r.speedIndex]) == null ? void 0 : zl.speed) == null ? void 0 : pl.lane) == null ? void 0 : Cl.name), 1),
1680
- ((fl = (jl = s.plan) == null ? void 0 : jl.speeds) == null ? void 0 : fl.length) > 1 ? (n(), d("div", JM, [
1680
+ ((jl = (fl = s.plan) == null ? void 0 : fl.speeds) == null ? void 0 : jl.length) > 1 ? (n(), d("div", JM, [
1681
1681
  (n(!0), d(U, null, et((Ul = s.plan) == null ? void 0 : Ul.speeds, (x, Zt) => {
1682
1682
  var Nl, Il;
1683
1683
  return n(), d("div", {
@@ -1804,14 +1804,14 @@ function Q1(i, l, s, D, r, a) {
1804
1804
  ]),
1805
1805
  t("tbody", null, [
1806
1806
  (n(!0), d(U, null, et((ss = (es = (ls = (ts = ($e = s.plan) == null ? void 0 : $e.speeds) == null ? void 0 : ts[r.speedIndex]) == null ? void 0 : ls.speed) == null ? void 0 : es.sample) == null ? void 0 : ss.hours, (x, Zt) => {
1807
- var Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve;
1807
+ var Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve;
1808
1808
  return n(), d("tr", {
1809
1809
  key: Zt,
1810
1810
  class: z(x.isDangerous ? "dangerous" : x.isSevere ? "severe" : x.isHeavy ? "heavy" : "")
1811
1811
  }, [
1812
1812
  t("td", null, e(a.computeUTCTime(x.eta)), 1),
1813
1813
  t("td", null, [
1814
- t("div", j1, [
1814
+ t("div", f1, [
1815
1815
  E(I, {
1816
1816
  lat: x.lat,
1817
1817
  label: ""
@@ -1824,7 +1824,7 @@ function Q1(i, l, s, D, r, a) {
1824
1824
  ])
1825
1825
  ]),
1826
1826
  t("td", null, [
1827
- (Il = (Nl = x.meteo) == null ? void 0 : Nl.wind) != null && Il.kts ? (n(), d("span", f1, [
1827
+ (Il = (Nl = x.meteo) == null ? void 0 : Nl.wind) != null && Il.kts ? (n(), d("span", j1, [
1828
1828
  g(e((Ll = (Sl = x.meteo) == null ? void 0 : Sl.wind) == null ? void 0 : Ll.direction), 1),
1829
1829
  t("i", {
1830
1830
  class: "iconfont",
@@ -1851,7 +1851,7 @@ function Q1(i, l, s, D, r, a) {
1851
1851
  g(e((pe = (ze = (xe = x.meteo) == null ? void 0 : xe.wave) == null ? void 0 : ze.sig) == null ? void 0 : pe.direction), 1),
1852
1852
  t("i", {
1853
1853
  class: "iconfont",
1854
- style: ei(a.computeDegree((fe = (je = (Ce = x.meteo) == null ? void 0 : Ce.wave) == null ? void 0 : je.sig) == null ? void 0 : fe.degree, !1))
1854
+ style: ei(a.computeDegree((je = (fe = (Ce = x.meteo) == null ? void 0 : Ce.wave) == null ? void 0 : fe.sig) == null ? void 0 : je.degree, !1))
1855
1855
  }, "", 4)
1856
1856
  ])) : (n(), d("span", w1, "-"))
1857
1857
  ]),
@@ -2025,7 +2025,7 @@ const k1 = {
2025
2025
  }, vD = { class: "section" }, TD = { class: "section-body comparison" }, xD = { class: "container" }, zD = { key: 0 }, pD = {
2026
2026
  class: "section",
2027
2027
  style: { "page-break-inside": "avoid" }
2028
- }, CD = { class: "section-body sample" }, jD = { class: "major-waypoints" }, fD = { class: "container" }, UD = { class: "body" }, bD = { class: "cell-item flexM" }, mD = { class: "flex-center" }, ED = { class: "cell-item flexL" }, OD = {
2028
+ }, CD = { class: "section-body sample" }, fD = { class: "major-waypoints" }, jD = { class: "container" }, UD = { class: "body" }, bD = { class: "cell-item flexM" }, mD = { class: "flex-center" }, ED = { class: "cell-item flexL" }, OD = {
2029
2029
  key: 0,
2030
2030
  class: "flex-center"
2031
2031
  }, wD = { key: 1 }, YD = { class: "cell-item flex" }, SD = {
@@ -2060,7 +2060,7 @@ const k1 = {
2060
2060
  class: "degree-box"
2061
2061
  }, KD = { key: 1 };
2062
2062
  function qD(i, l, s, D, r, a) {
2063
- var p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt;
2063
+ var p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt;
2064
2064
  const c = F("Lat"), M = F("Lng"), I = F("Editor");
2065
2065
  return n(), d("div", h1, [
2066
2066
  l[28] || (l[28] = t("div", { class: "brand" }, [
@@ -2078,12 +2078,12 @@ function qD(i, l, s, D, r, a) {
2078
2078
  t("div", V1, [
2079
2079
  t("div", P1, [
2080
2080
  l[4] || (l[4] = t("label", { class: "flex-end" }, "Company Name", -1)),
2081
- t("div", G1, e((u = (j = (p = s.plan) == null ? void 0 : p.voyage) == null ? void 0 : j.company) == null ? void 0 : u.name), 1)
2081
+ t("div", G1, e((u = (f = (p = s.plan) == null ? void 0 : p.voyage) == null ? void 0 : f.company) == null ? void 0 : u.name), 1)
2082
2082
  ]),
2083
2083
  t("div", W1, [
2084
2084
  l[6] || (l[6] = t("label", { class: "flex-end" }, "Departure Port", -1)),
2085
2085
  t("div", B1, [
2086
- (f = (Y = (A = s.plan) == null ? void 0 : A.leg) == null ? void 0 : Y.departure) != null && f.name ? (n(), d("div", L1, e((m = (b = s.plan) == null ? void 0 : b.leg) == null ? void 0 : m.departure.name), 1)) : (n(), d("div", Z1, [
2086
+ (j = (Y = (A = s.plan) == null ? void 0 : A.leg) == null ? void 0 : Y.departure) != null && j.name ? (n(), d("div", L1, e((m = (b = s.plan) == null ? void 0 : b.leg) == null ? void 0 : m.departure.name), 1)) : (n(), d("div", Z1, [
2087
2087
  E(c, {
2088
2088
  lat: (O = (S = (C = s.plan) == null ? void 0 : C.leg) == null ? void 0 : S.departure) == null ? void 0 : O.lat,
2089
2089
  label: ""
@@ -2210,12 +2210,12 @@ function qD(i, l, s, D, r, a) {
2210
2210
  ], -1)),
2211
2211
  t("tbody", null, [
2212
2212
  (n(!0), d(U, null, et((Yt = s.plan) == null ? void 0 : Yt.speeds, (k, Ut) => {
2213
- var Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl;
2213
+ var Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl;
2214
2214
  return n(), d("tr", { key: Ut }, [
2215
2215
  t("td", null, "Route " + e(Ut + 1), 1),
2216
2216
  t("td", null, e(a.roundPrecision((Lt = k.speed) == null ? void 0 : Lt.distance, 0)), 1),
2217
2217
  t("td", null, e(`${((_t = k.speed) == null ? void 0 : _t.label) ?? "CP"} ${((Xt = k.speed) == null ? void 0 : Xt.v0) ?? ((Kt = (h = k.speed) == null ? void 0 : h.cpCopy) == null ? void 0 : Kt.speed)}`), 1),
2218
- t("td", null, e((N = (qt = k.speed) == null ? void 0 : qt.cpCopy) == null ? void 0 : N.fo) + " FO / " + e((jt = (Mt = k.speed) == null ? void 0 : Mt.cpCopy) == null ? void 0 : jt.dgo) + " DO", 1),
2218
+ t("td", null, e((N = (qt = k.speed) == null ? void 0 : qt.cpCopy) == null ? void 0 : N.fo) + " FO / " + e((ft = (Mt = k.speed) == null ? void 0 : Mt.cpCopy) == null ? void 0 : ft.dgo) + " DO", 1),
2219
2219
  t("td", null, e(a.computeUTCTime((Z = k.speed) == null ? void 0 : Z.eta)), 1),
2220
2220
  t("td", null, e(a.roundPrecision((Ht = k.speed) == null ? void 0 : Ht.avgSpeed, 2)) + " / " + e(a.roundPrecision((At = k.speed) == null ? void 0 : At.wxFactor, 2)) + " / " + e(a.roundPrecision((Jt = k.speed) == null ? void 0 : Jt.cFactor, 2)), 1),
2221
2221
  t("td", null, e(a.roundPrecision(($t = k.speed) == null ? void 0 : $t.totalFoCons, 3)) + " FO /" + e(a.roundPrecision((tl = k.speed) == null ? void 0 : tl.totalDgoCons, 3)) + " DO", 1)
@@ -2232,8 +2232,8 @@ function qD(i, l, s, D, r, a) {
2232
2232
  t("div", { class: "title" }, "Major Waypoint")
2233
2233
  ], -1)),
2234
2234
  t("div", CD, [
2235
- t("div", jD, [
2236
- t("div", fD, [
2235
+ t("div", fD, [
2236
+ t("div", jD, [
2237
2237
  l[23] || (l[23] = it('<div class="header" data-v-e08bd687><div class="cell-item flexM" data-v-e08bd687>Major waypoint</div><div class="cell-item flexL" data-v-e08bd687>Name</div><div class="cell-item flex" data-v-e08bd687>Time</div><div class="cell-item flex" data-v-e08bd687>Nav</div><div class="cell-item flex" data-v-e08bd687>Dist</div><div class="cell-item flex" data-v-e08bd687>SOG</div></div>', 1)),
2238
2238
  t("div", UD, [
2239
2239
  (Qt = (St = s.plan) == null ? void 0 : St.speeds) != null && Qt.length ? (n(!0), d(U, { key: 0 }, et((Ft = (Rt = (ht = (kt = s.plan) == null ? void 0 : kt.speeds[0]) == null ? void 0 : ht.speed) == null ? void 0 : Rt.sample) == null ? void 0 : Ft.wps, (k, Ut) => (n(), d("div", {
@@ -2311,7 +2311,7 @@ function qD(i, l, s, D, r, a) {
2311
2311
  ], -1)),
2312
2312
  t("tbody", null, [
2313
2313
  (n(!0), d(U, null, et((Gt = (Bt = (Wt = (Ct = s.plan) == null ? void 0 : Ct.speeds[0]) == null ? void 0 : Wt.speed) == null ? void 0 : Bt.sample) == null ? void 0 : Gt.hours, (k, Ut) => {
2314
- var Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl;
2314
+ var Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl;
2315
2315
  return n(), d("tr", {
2316
2316
  key: Ut,
2317
2317
  class: z(k.isDangerous ? "dangerous" : k.isSevere ? "severe" : k.isHeavy ? "heavy" : "")
@@ -2334,7 +2334,7 @@ function qD(i, l, s, D, r, a) {
2334
2334
  (_t = (Lt = k.meteo) == null ? void 0 : Lt.wind) != null && _t.kts ? (n(), d("span", BD, e((h = (Xt = k.meteo) == null ? void 0 : Xt.wind) == null ? void 0 : h.direction), 1)) : (n(), d("span", LD, "-"))
2335
2335
  ]),
2336
2336
  t("td", null, e(a.roundPrecision((qt = (Kt = k.meteo) == null ? void 0 : Kt.wind) == null ? void 0 : qt.kts, 1)), 1),
2337
- t("td", null, e(a.roundPrecision((jt = (Mt = (N = k.meteo) == null ? void 0 : N.wave) == null ? void 0 : Mt.wd) == null ? void 0 : jt.height, 1)), 1),
2337
+ t("td", null, e(a.roundPrecision((ft = (Mt = (N = k.meteo) == null ? void 0 : N.wave) == null ? void 0 : Mt.wd) == null ? void 0 : ft.height, 1)), 1),
2338
2338
  t("td", null, [
2339
2339
  (At = (Ht = (Z = k.meteo) == null ? void 0 : Z.wave) == null ? void 0 : Ht.swell) != null && At.height ? (n(), d("span", ZD, e((tl = ($t = (Jt = k.meteo) == null ? void 0 : Jt.wave) == null ? void 0 : $t.swell) == null ? void 0 : tl.direction), 1)) : (n(), d("span", HD, "-"))
2340
2340
  ]),
@@ -2344,7 +2344,7 @@ function qD(i, l, s, D, r, a) {
2344
2344
  (Al = (yl = (cl = k.meteo) == null ? void 0 : cl.wave) == null ? void 0 : yl.sig) != null && Al.height ? (n(), d("span", JD, e((xl = (Tl = (vl = k.meteo) == null ? void 0 : vl.wave) == null ? void 0 : Tl.sig) == null ? void 0 : xl.direction), 1)) : (n(), d("span", _D, "-"))
2345
2345
  ]),
2346
2346
  t("td", null, e(a.roundPrecision((Cl = (pl = (zl = k.meteo) == null ? void 0 : zl.wave) == null ? void 0 : pl.sig) == null ? void 0 : Cl.height, 1)), 1),
2347
- t("td", null, e(a.roundPrecision((Ul = (fl = (jl = k.meteo) == null ? void 0 : jl.wave) == null ? void 0 : fl.sig) == null ? void 0 : Ul.period, 1)), 1),
2347
+ t("td", null, e(a.roundPrecision((Ul = (jl = (fl = k.meteo) == null ? void 0 : fl.wave) == null ? void 0 : jl.sig) == null ? void 0 : Ul.period, 1)), 1),
2348
2348
  t("td", null, [
2349
2349
  (ml = (bl = k.meteo) == null ? void 0 : bl.current) != null && ml.kts ? (n(), d("span", XD, e((Ol = (El = k.meteo) == null ? void 0 : El.current) == null ? void 0 : Ol.direction), 1)) : (n(), d("span", KD, "-"))
2350
2350
  ]),
@@ -2507,7 +2507,7 @@ const nN = {
2507
2507
  // 经纬度转换
2508
2508
  computedLngLat() {
2509
2509
  return function(i, l) {
2510
- const s = ft.lat2pretty(i).pretty, D = ft.lng2pretty(l).pretty;
2510
+ const s = jt.lat2pretty(i).pretty, D = jt.lng2pretty(l).pretty;
2511
2511
  return `${s} ${D}`;
2512
2512
  };
2513
2513
  },
@@ -2584,7 +2584,7 @@ const nN = {
2584
2584
  computedAbt4Spd() {
2585
2585
  return function(i) {
2586
2586
  var l, s, D;
2587
- return (l = i.timeConclusion) != null && l.spdPercentage ? ft.roundPrecision(i.extend.cp.speed * (((s = i == null ? void 0 : i.timeConclusion) == null ? void 0 : s.spdOfAbout) / 100), 2) : (D = i == null ? void 0 : i.timeConclusion) == null ? void 0 : D.spdOfAbout;
2587
+ return (l = i.timeConclusion) != null && l.spdPercentage ? jt.roundPrecision(i.extend.cp.speed * (((s = i == null ? void 0 : i.timeConclusion) == null ? void 0 : s.spdOfAbout) / 100), 2) : (D = i == null ? void 0 : i.timeConclusion) == null ? void 0 : D.spdOfAbout;
2588
2588
  };
2589
2589
  }
2590
2590
  },
@@ -2636,7 +2636,7 @@ const nN = {
2636
2636
  });
2637
2637
  }
2638
2638
  }
2639
- }, dN = { class: "fli-main" }, aN = { class: "card basics" }, rN = { class: "list flex" }, MN = { class: "item" }, DN = { class: "content flex" }, NN = { class: "item" }, IN = { class: "content flex" }, gN = { class: "item" }, uN = { class: "content flex" }, cN = { class: "list" }, yN = { class: "item" }, AN = { class: "content flex" }, vN = { class: "content flex" }, TN = { class: "item" }, xN = { class: "content flex" }, zN = { class: "content flex" }, pN = { class: "item" }, CN = { class: "content flexL" }, jN = { class: "clause" }, fN = {
2639
+ }, dN = { class: "fli-main" }, aN = { class: "card basics" }, rN = { class: "list flex" }, MN = { class: "item" }, DN = { class: "content flex" }, NN = { class: "item" }, IN = { class: "content flex" }, gN = { class: "item" }, uN = { class: "content flex" }, cN = { class: "list" }, yN = { class: "item" }, AN = { class: "content flex" }, vN = { class: "content flex" }, TN = { class: "item" }, xN = { class: "content flex" }, zN = { class: "content flex" }, pN = { class: "item" }, CN = { class: "content flexL" }, fN = { class: "clause" }, jN = {
2640
2640
  key: 0,
2641
2641
  class: "definition flex"
2642
2642
  }, UN = {
@@ -2693,10 +2693,10 @@ const nN = {
2693
2693
  }, CI = {
2694
2694
  key: 0,
2695
2695
  class: "iconfont success"
2696
- }, jI = {
2696
+ }, fI = {
2697
2697
  key: 1,
2698
2698
  class: "iconfont error"
2699
- }, fI = {
2699
+ }, jI = {
2700
2700
  key: 1,
2701
2701
  class: "main-content"
2702
2702
  }, UI = {
@@ -2741,7 +2741,7 @@ const nN = {
2741
2741
  }, Ig = { class: "main-content" }, gg = { class: "main-content" }, ug = { class: "card-content" }, cg = { class: "card-content" }, yg = { class: "card-content" }, Ag = { class: "card-content" }, vg = {
2742
2742
  class: "card phase-card",
2743
2743
  style: { flex: "1" }
2744
- }, Tg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" }, pg = { class: "card-content" }, Cg = { class: "card-content" }, jg = { class: "card-content" }, fg = {
2744
+ }, Tg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" }, pg = { class: "card-content" }, Cg = { class: "card-content" }, fg = { class: "card-content" }, jg = {
2745
2745
  class: "card phase-card",
2746
2746
  style: { flex: "1" }
2747
2747
  }, Ug = { class: "main-content" }, bg = { class: "main-content" }, mg = { class: "card-content" }, Eg = { class: "card-content" }, Og = { class: "card-content" }, wg = { class: "card-content" }, Yg = { class: "phase-analysis" }, Sg = {
@@ -2789,7 +2789,7 @@ const nN = {
2789
2789
  }, pu = { class: "nogwd" }, Cu = {
2790
2790
  class: "card-content",
2791
2791
  style: { "justify-content": "flex-start" }
2792
- }, ju = { key: 0 }, fu = { class: "equation" }, Uu = { style: { width: "8%" } }, bu = { style: { width: "120px" } }, mu = { style: { width: "10%" } }, Eu = { class: "equation" }, Ou = { style: { width: "8%" } }, wu = { style: { width: "120px" } }, Yu = { style: { width: "10%" } }, Su = { class: "equation" }, Qu = { style: { width: "8%" } }, ku = { style: { width: "120px" } }, hu = { style: { width: "10%" } }, Ru = {
2792
+ }, fu = { key: 0 }, ju = { class: "equation" }, Uu = { style: { width: "8%" } }, bu = { style: { width: "120px" } }, mu = { style: { width: "10%" } }, Eu = { class: "equation" }, Ou = { style: { width: "8%" } }, wu = { style: { width: "120px" } }, Yu = { style: { width: "10%" } }, Su = { class: "equation" }, Qu = { style: { width: "8%" } }, ku = { style: { width: "120px" } }, hu = { style: { width: "10%" } }, Ru = {
2793
2793
  key: 0,
2794
2794
  class: "phase-card"
2795
2795
  }, Fu = {
@@ -2839,7 +2839,7 @@ const nN = {
2839
2839
  class: "fraction"
2840
2840
  };
2841
2841
  function zc(i, l, s, D, r, a) {
2842
- var c, M, I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt;
2842
+ var c, M, I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt;
2843
2843
  return n(), d("div", {
2844
2844
  class: z((M = (c = s.reportData) == null ? void 0 : c.weather) != null && M.referenceOnly ? "watermark" : "")
2845
2845
  }, [
@@ -2863,7 +2863,7 @@ function zc(i, l, s, D, r, a) {
2863
2863
  ]),
2864
2864
  t("div", NN, [
2865
2865
  l[1] || (l[1] = t("label", { class: "flex" }, "Vessel Name: ", -1)),
2866
- t("div", IN, e((j = (p = s.reportData) == null ? void 0 : p.vessel) == null ? void 0 : j.name), 1)
2866
+ t("div", IN, e((f = (p = s.reportData) == null ? void 0 : p.vessel) == null ? void 0 : f.name), 1)
2867
2867
  ]),
2868
2868
  t("div", gN, [
2869
2869
  l[2] || (l[2] = t("label", { class: "flex" }, "Report Created: ", -1)),
@@ -2873,7 +2873,7 @@ function zc(i, l, s, D, r, a) {
2873
2873
  t("div", cN, [
2874
2874
  t("div", yN, [
2875
2875
  l[3] || (l[3] = t("label", { class: "flex" }, "Departure Port: ", -1)),
2876
- t("div", AN, e(((A = (u = s.reportData) == null ? void 0 : u.departure) == null ? void 0 : A.portName) || a.computedLngLat((f = (Y = s.reportData) == null ? void 0 : Y.departure) == null ? void 0 : f.lat, (m = (b = s.reportData) == null ? void 0 : b.departure) == null ? void 0 : m.lng)), 1),
2876
+ t("div", AN, e(((A = (u = s.reportData) == null ? void 0 : u.departure) == null ? void 0 : A.portName) || a.computedLngLat((j = (Y = s.reportData) == null ? void 0 : Y.departure) == null ? void 0 : j.lat, (m = (b = s.reportData) == null ? void 0 : b.departure) == null ? void 0 : m.lng)), 1),
2877
2877
  t("div", vN, e(a.computedTime((S = (C = s.reportData) == null ? void 0 : C.departure) == null ? void 0 : S.utcTime, "table")), 1)
2878
2878
  ]),
2879
2879
  t("div", TN, [
@@ -2891,8 +2891,8 @@ function zc(i, l, s, D, r, a) {
2891
2891
  t("i", { class: "iconfont" }, ""),
2892
2892
  t("div", { class: "content" }, "Charter Party Clause")
2893
2893
  ], -1)),
2894
- t("div", jN, [
2895
- (_ = (J = s.reportData) == null ? void 0 : J.weather) != null && _.overallAsGoodWx ? (n(), d("div", fN, "No specific thresholds in weather.")) : (n(), d("div", UN, [
2894
+ t("div", fN, [
2895
+ (_ = (J = s.reportData) == null ? void 0 : J.weather) != null && _.overallAsGoodWx ? (n(), d("div", jN, "No specific thresholds in weather.")) : (n(), d("div", UN, [
2896
2896
  t("div", bN, [
2897
2897
  l[6] || (l[6] = t("label", null, "Beaufort Wind Scale", -1)),
2898
2898
  t("div", mN, "BF " + e(((K = (X = s.reportData) == null ? void 0 : X.weather) == null ? void 0 : K.windScale) || "-"), 1)
@@ -3011,7 +3011,7 @@ function zc(i, l, s, D, r, a) {
3011
3011
  ], -1))
3012
3012
  ])) : y("", !0),
3013
3013
  (n(!0), d(U, null, et((h = s.reportData) == null ? void 0 : h.segments, (N, Mt) => {
3014
- var jt, Z, Ht;
3014
+ var ft, Z, Ht;
3015
3015
  return n(), d("div", {
3016
3016
  key: Mt,
3017
3017
  class: "summary-seg"
@@ -3048,7 +3048,7 @@ function zc(i, l, s, D, r, a) {
3048
3048
  l[24] || (l[24] = t("div", { class: "card-subtitle" }, [
3049
3049
  t("span", null, "Time Lost/Gained: ")
3050
3050
  ], -1)),
3051
- (jt = N.goodWx) != null && jt.distance ? (n(), d("div", yI, [
3051
+ (ft = N.goodWx) != null && ft.distance ? (n(), d("div", yI, [
3052
3052
  a.computedTimeConclusion(N.timeConclusion).className === "success" ? (n(), d("i", AI, "")) : y("", !0),
3053
3053
  a.computedTimeConclusion(N.timeConclusion).className === "error" ? (n(), d("i", vI, "")) : y("", !0),
3054
3054
  t("span", null, e(a.computedTimeConclusion(N.timeConclusion).timeCon), 1)
@@ -3068,9 +3068,9 @@ function zc(i, l, s, D, r, a) {
3068
3068
  ], -1)),
3069
3069
  (Z = N.goodWx) != null && Z.distance ? (n(), d("div", pI, [
3070
3070
  a.computedFuleConclusion(N.fuelConclusion.fo, "FO").className === "success" ? (n(), d("i", CI, "")) : y("", !0),
3071
- a.computedFuleConclusion(N.fuelConclusion.fo, "FO").className === "error" ? (n(), d("i", jI, "")) : y("", !0),
3071
+ a.computedFuleConclusion(N.fuelConclusion.fo, "FO").className === "error" ? (n(), d("i", fI, "")) : y("", !0),
3072
3072
  t("span", null, e(a.computedFuleConclusion(N.fuelConclusion.fo, "FO").cons), 1)
3073
- ])) : (n(), d("div", fI, [
3073
+ ])) : (n(), d("div", jI, [
3074
3074
  t("span", null, e(r.noGoodWxDay), 1)
3075
3075
  ])),
3076
3076
  t("div", UI, [
@@ -3125,9 +3125,9 @@ function zc(i, l, s, D, r, a) {
3125
3125
  t("span", null, e(N.extend.cp.dgo) + "mt )  ", 1)
3126
3126
  ]),
3127
3127
  t("div", null, [
3128
- (n(!0), d(U, null, et(r.segDetail[Mt], (jt, Z) => (n(), d("div", {
3128
+ (n(!0), d(U, null, et(r.segDetail[Mt], (ft, Z) => (n(), d("div", {
3129
3129
  key: "seg" + Z
3130
- }, e(`${jt.port1} (${jt.fullTime1}) to ${jt.port2} (${jt.fullTime2})`), 1))), 128))
3130
+ }, e(`${ft.port1} (${ft.fullTime1}) to ${ft.port2} (${ft.fullTime2})`), 1))), 128))
3131
3131
  ])
3132
3132
  ])
3133
3133
  ]))), 128))
@@ -3144,7 +3144,7 @@ function zc(i, l, s, D, r, a) {
3144
3144
  ])
3145
3145
  ]),
3146
3146
  (n(!0), d(U, null, et((qt = s.reportData) == null ? void 0 : qt.segments, (N, Mt) => {
3147
- var jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns;
3147
+ var ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns;
3148
3148
  return n(), d("div", {
3149
3149
  key: Mt,
3150
3150
  class: "phase"
@@ -3190,7 +3190,7 @@ function zc(i, l, s, D, r, a) {
3190
3190
  t("span", null, "GW Avg Daily Cons. FO*")
3191
3191
  ], -1)),
3192
3192
  t("div", qI, [
3193
- t("span", null, e(((jt = N.goodWx) == null ? void 0 : jt.avgFoEcaCons) || "-") + " mt", 1)
3193
+ t("span", null, e(((ft = N.goodWx) == null ? void 0 : ft.avgFoEcaCons) || "-") + " mt", 1)
3194
3194
  ]),
3195
3195
  l[41] || (l[41] = t("div", { class: "card-subtitle" }, [
3196
3196
  t("span", null, "Overall Avg Daily Cons. FO*")
@@ -3357,19 +3357,19 @@ function zc(i, l, s, D, r, a) {
3357
3357
  t("div", Cg, [
3358
3358
  l[69] || (l[69] = t("label", null, "Overall Time (out of ECA)", -1)),
3359
3359
  t("b", null, [
3360
- g(e(((jl = N.allWx) == null ? void 0 : jl.outEca.time) || "-"), 1),
3360
+ g(e(((fl = N.allWx) == null ? void 0 : fl.outEca.time) || "-"), 1),
3361
3361
  l[68] || (l[68] = t("span", null, "hrs", -1))
3362
3362
  ])
3363
3363
  ]),
3364
- t("div", jg, [
3364
+ t("div", fg, [
3365
3365
  l[71] || (l[71] = t("label", null, "Overall Time (in ECA)", -1)),
3366
3366
  t("b", null, [
3367
- g(e(((fl = N.allWx) == null ? void 0 : fl.inEca.time) || "-"), 1),
3367
+ g(e(((jl = N.allWx) == null ? void 0 : jl.inEca.time) || "-"), 1),
3368
3368
  l[70] || (l[70] = t("span", null, "hrs", -1))
3369
3369
  ])
3370
3370
  ])
3371
3371
  ]),
3372
- t("div", fg, [
3372
+ t("div", jg, [
3373
3373
  l[82] || (l[82] = t("div", { class: "card-subtitle" }, [
3374
3374
  t("span", null, "GW Avg Speed")
3375
3375
  ], -1)),
@@ -3598,8 +3598,8 @@ function zc(i, l, s, D, r, a) {
3598
3598
  t("div", {
3599
3599
  class: z(`${(Hl = N.goodWx) != null && Hl.distance ? "" : "analysis-none"} card analysis-card`)
3600
3600
  }, [
3601
- (Jl = N.goodWx) != null && Jl.distance ? (n(), d("div", ju, [
3602
- t("div", fu, [
3601
+ (Jl = N.goodWx) != null && Jl.distance ? (n(), d("div", fu, [
3602
+ t("div", ju, [
3603
3603
  l[126] || (l[126] = t("div", { style: { width: "54%" } }, "Entire Voyage Consumption using Good Weather Consumption", -1)),
3604
3604
  l[127] || (l[127] = t("div", { style: { width: "5%" } }, "=", -1)),
3605
3605
  t("div", Uu, [
@@ -3701,7 +3701,7 @@ function zc(i, l, s, D, r, a) {
3701
3701
  l[158] || (l[158] = t("div", { style: { width: "54%" } }, "Maximum Warranted Consumption for Over-Consumption", -1)),
3702
3702
  l[159] || (l[159] = t("div", { style: { width: "5%" } }, "=", -1)),
3703
3703
  t("div", qu, [
3704
- t("div", null, e((je = (Ce = s.reportData) == null ? void 0 : Ce.weather) != null && je.noExtrapolation ? (fe = N.goodWx) == null ? void 0 : fe.distance : (Ue = N.allWx) == null ? void 0 : Ue.distance), 1),
3704
+ t("div", null, e((fe = (Ce = s.reportData) == null ? void 0 : Ce.weather) != null && fe.noExtrapolation ? (je = N.goodWx) == null ? void 0 : je.distance : (Ue = N.allWx) == null ? void 0 : Ue.distance), 1),
3705
3705
  l[155] || (l[155] = t("div", { class: "fractional-line" }, null, -1)),
3706
3706
  t("div", null, e(N.timeConclusion.minusAbtSpd), 1)
3707
3707
  ]),
@@ -3956,7 +3956,7 @@ const Cc = {
3956
3956
  },
3957
3957
  methods: {
3958
3958
  getLonLat(i) {
3959
- return `${i.degree}°${ft.roundPrecision(i.minute, 1)}′${i.direction}`;
3959
+ return `${i.degree}°${jt.roundPrecision(i.minute, 1)}′${i.direction}`;
3960
3960
  },
3961
3961
  checkData() {
3962
3962
  var D, r, a, c;
@@ -3964,33 +3964,33 @@ const Cc = {
3964
3964
  let i = [];
3965
3965
  (c = (a = this.reportData) == null ? void 0 : a.segments) == null || c.forEach((M, I) => {
3966
3966
  let p = M.extend.cp;
3967
- M.inventory.sample.hours.forEach((j, u) => {
3968
- let A = JSON.parse(JSON.stringify(j));
3967
+ M.inventory.sample.hours.forEach((f, u) => {
3968
+ let A = JSON.parse(JSON.stringify(f));
3969
3969
  A.cp = p, i.push(A);
3970
3970
  });
3971
3971
  }), i.sort(function(M, I) {
3972
- let p = M.date, j = I.date;
3973
- return p - j;
3972
+ let p = M.date, f = I.date;
3973
+ return p - f;
3974
3974
  });
3975
3975
  let l = "", s = "";
3976
3976
  i.forEach((M, I) => {
3977
3977
  M.seg !== l && (M.isFirstSeg = !0, l = M.seg);
3978
3978
  let p = M.type.charAt(0);
3979
3979
  M.abbreviation = p;
3980
- const j = $(M.utc).utc().format("D-MMM");
3981
- j !== s && (M.lastdate = j, s = j), p === "A" ? M.type = "" : p === "M" && (M.type = "*"), M.time = $(M.utc).utc().format("HH:mm[Z]"), M.lngPretty = this.getLonLat(ft.lng2pretty(M.lng)), M.latPretty = this.getLonLat(ft.lat2pretty(M.lat));
3980
+ const f = $(M.utc).utc().format("D-MMM");
3981
+ f !== s && (M.lastdate = f, s = f), p === "A" ? M.type = "" : p === "M" && (M.type = "*"), M.time = $(M.utc).utc().format("HH:mm[Z]"), M.lngPretty = this.getLonLat(jt.lng2pretty(M.lng)), M.latPretty = this.getLonLat(jt.lat2pretty(M.lat));
3982
3982
  }), this.summaryTable = i;
3983
3983
  }
3984
3984
  }
3985
- }, jc = {
3985
+ }, fc = {
3986
3986
  id: "second-table",
3987
3987
  class: "table"
3988
- }, fc = { class: "summary-table" }, Uc = { class: "summary-tbody" }, bc = {
3988
+ }, jc = { class: "summary-table" }, Uc = { class: "summary-tbody" }, bc = {
3989
3989
  class: "voyage-map",
3990
3990
  style: { "page-break-inside": "avoid" }
3991
3991
  }, mc = ["src"];
3992
3992
  function Ec(i, l, s, D, r, a) {
3993
- var c, M, I, p, j;
3993
+ var c, M, I, p, f;
3994
3994
  return n(), d("div", {
3995
3995
  style: { "page-break-before": "always" },
3996
3996
  class: z((M = (c = s.reportData) == null ? void 0 : c.weather) != null && M.referenceOnly || (p = (I = s.reportData) == null ? void 0 : I.weather) != null && p.overallAsGoodWx ? "watermark fli-main" : "fli-main")
@@ -4002,9 +4002,9 @@ function Ec(i, l, s, D, r, a) {
4002
4002
  }),
4003
4003
  t("div", { class: "logo-title" }, "Voyage Analysis Report")
4004
4004
  ], -1)),
4005
- t("div", jc, [
4005
+ t("div", fc, [
4006
4006
  t("div", null, [
4007
- t("table", fc, [
4007
+ t("table", jc, [
4008
4008
  l[0] || (l[0] = t("thead", null, [
4009
4009
  t("tr", null, [
4010
4010
  t("th", { rowspan: "2" }, "Seg"),
@@ -4072,7 +4072,7 @@ function Ec(i, l, s, D, r, a) {
4072
4072
  ], -1)),
4073
4073
  t("tbody", Uc, [
4074
4074
  (n(!0), d(U, null, et(r.summaryTable, (u, A) => {
4075
- var Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
4075
+ var Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
4076
4076
  return n(), d("tr", { key: A }, [
4077
4077
  t("td", {
4078
4078
  class: z(a.computedSegClass(u, A))
@@ -4100,7 +4100,7 @@ function Ec(i, l, s, D, r, a) {
4100
4100
  }, e((Y = u.noon) == null ? void 0 : Y.port), 3)),
4101
4101
  t("td", {
4102
4102
  class: z(a.computedClass(u, A, !0, !0))
4103
- }, e(u.abbreviation === "A" || u.abbreviation === "B" ? "" : (f = u.cp) == null ? void 0 : f.speed), 3),
4103
+ }, e(u.abbreviation === "A" || u.abbreviation === "B" ? "" : (j = u.cp) == null ? void 0 : j.speed), 3),
4104
4104
  t("td", {
4105
4105
  class: z(a.computedClass(u, A, !0))
4106
4106
  }, e(u.avgSpdCalc), 3),
@@ -4164,7 +4164,7 @@ function Ec(i, l, s, D, r, a) {
4164
4164
  ], -1)),
4165
4165
  t("img", {
4166
4166
  style: { width: "100%" },
4167
- src: (j = s.reportData) == null ? void 0 : j.chartUrl,
4167
+ src: (f = s.reportData) == null ? void 0 : f.chartUrl,
4168
4168
  alt: ""
4169
4169
  }, null, 8, mc),
4170
4170
  l[2] || (l[2] = it('<div class="legend-block" data-v-ec7ec0f5><div style="position:relative;left:-20px;" data-v-ec7ec0f5><div style="position:relative;display:inline-block;top:-12px;left:15px;transform:scale(0.95);" data-v-ec7ec0f5><div data-v-ec7ec0f5>7</div><br data-v-ec7ec0f5><div data-v-ec7ec0f5>W 4</div></div><i class="iconfont" style="font-size:30px;font-weight:600;position:relative;top:-20px;margin:8px 0 0 4px;color:var(--idm-black-6);" data-v-ec7ec0f5></i><div style="display:inline-block;transform:scale(0.95);text-align:left;margin-left:5px;" data-v-ec7ec0f5> LEGEND: <br data-v-ec7ec0f5> Wind from NE(045) <br data-v-ec7ec0f5> Each barb = 10 kts <br data-v-ec7ec0f5> 1/2 barb = 5 kts <br data-v-ec7ec0f5></div></div><div style="transform:scale(0.95);" data-v-ec7ec0f5> 7 - DAY OF THE MONTH <br data-v-ec7ec0f5> W 4 - PRIMARY WAVE FROM WEST, 4 METERS<br data-v-ec7ec0f5><div class="goodWx" data-v-ec7ec0f5>Date</div> Good weather days<br data-v-ec7ec0f5></div></div>', 1))
@@ -4271,17 +4271,17 @@ const kc = {
4271
4271
  let l = "";
4272
4272
  i != null && i.waveSwitch ? l += `Wind wave height is ${i == null ? void 0 : i.waveHeight} meters or less (Douglas Sea State ${i == null ? void 0 : i.seaScale})` : i != null && i.swellSwitch ? l += `Swell height is ${i == null ? void 0 : i.swellHeight} meters or less (Douglas Sea State ${i == null ? void 0 : i.seaScale})` : i != null && i.sigSwitch && (l += `Significant wave height is ${i == null ? void 0 : i.sigHeight} meters or less (Douglas Sea State ${i == null ? void 0 : i.seaScale})`);
4273
4273
  let s = `Winds are BF/${i == null ? void 0 : i.windScale} or less, ${l}`;
4274
- return i != null && i.noAdverseCur && (s += ", No Adverse Current"), i != null && i.waterTempSwitch && (s += `, water temperature is ${i == null ? void 0 : i.waterTemp} °C or less`), i != null && i.noExtrapolation && (s += ", No Extrapolation"), i != null && i.overallAsGoodWx && (s = "No specific thresholds for wind/wave/currents are defined in the Charter Party.", i.disableWxFactor && i.disableCFactor ? s += " Both Wx Factor and Current Factor are ignored." : i.disableWxFactor ? s += " Wx Factor is ignored." : i.disableCFactor && (s += " Current Factor is ignored."), s += " Therefore the Good Weather Definition in this reports does not apply any thresholds."), s;
4274
+ return i != null && i.noAdverseCur && (s += ", No Adverse Current"), i != null && i.waterTempSwitch && (s += `, water temperature is ${i == null ? void 0 : i.waterTemp} °C or less`), i != null && i.noExtrapolation && (s += ", No Extrapolation"), i != null && i.overallAsGoodWx && (s = "No specific thresholds for wind/wave/currents are defined in the Charter Party", i.disableWxFactor && i.disableCFactor ? s += " Both Wx Factor and Current Factor are ignored." : i.disableWxFactor ? s += " Wx Factor is ignored." : i.disableCFactor && (s += " Current Factor is ignored."), s += " Therefore the Good Weather Definition in this reports does not apply any thresholds"), (i == null ? void 0 : i.time) === 100 && (i != null && i.timePercentage) && (i == null ? void 0 : i.consecutiveTime) === 1 ? s += ", All parts of the period." : (i == null ? void 0 : i.consecutiveTime) > 1 & !(i != null && i.consecTimePercentage) ? s += `, At least ${i == null ? void 0 : i.consecutiveTime} consecutive hours.` : s += ".", s;
4275
4275
  };
4276
4276
  },
4277
4277
  computeLng() {
4278
4278
  return function(i) {
4279
- return ft.lng2pretty(i);
4279
+ return jt.lng2pretty(i);
4280
4280
  };
4281
4281
  },
4282
4282
  computeLat() {
4283
4283
  return function(i) {
4284
- return ft.lat2pretty(i);
4284
+ return jt.lat2pretty(i);
4285
4285
  };
4286
4286
  },
4287
4287
  computeAbtSpeed() {
@@ -4404,10 +4404,10 @@ const kc = {
4404
4404
  }, sy = { class: "section weather-section" }, iy = { class: "definition" }, oy = { class: "txt" }, ny = { class: "section summary-section" }, dy = { class: "phase-box" }, ay = { class: "phase-index" }, ry = { class: "phase-position" }, My = { key: 0 }, Dy = { key: 1 }, Ny = { class: "phase-position" }, Iy = { key: 0 }, gy = { key: 1 }, uy = { class: "phase-cp flex-space" }, cy = { class: "cp-box" }, yy = { class: "flex-space" }, Ay = { class: "phase-conclusion flex-space" }, vy = { class: "item-conclusion" }, Ty = { class: "value flex-start" }, xy = {
4405
4405
  key: 0,
4406
4406
  class: "label flex-end"
4407
- }, zy = { key: 0 }, py = { key: 1 }, Cy = { key: 2 }, jy = {
4407
+ }, zy = { key: 0 }, py = { key: 1 }, Cy = { key: 2 }, fy = {
4408
4408
  key: 1,
4409
4409
  class: "label flex-end"
4410
- }, fy = {
4410
+ }, jy = {
4411
4411
  key: 2,
4412
4412
  class: "value flex-end"
4413
4413
  }, Uy = { key: 0 }, by = { class: "gain" }, my = { key: 1 }, Ey = { class: "lost" }, Oy = { key: 2 }, wy = { class: "item-conclusion" }, Yy = { class: "value flex-start" }, Sy = {
@@ -4431,7 +4431,7 @@ const kc = {
4431
4431
  }, $y = { key: 0 }, t0 = { class: "gain" }, l0 = { key: 1 }, e0 = { class: "lost" }, s0 = { key: 2 }, i0 = {
4432
4432
  key: 0,
4433
4433
  class: "exclusion-block"
4434
- }, o0 = { style: { margin: "8px 0" } }, n0 = { class: "remark-table" }, d0 = ["innerHTML"], a0 = { class: "section segment-section" }, r0 = { class: "segment-index flex-center" }, M0 = { class: "segment-position" }, D0 = { key: 0 }, N0 = { key: 1 }, I0 = { class: "segment-position" }, g0 = { key: 0 }, u0 = { key: 1 }, c0 = { style: { margin: "10px 0 0" } }, y0 = { class: "good-wx" }, A0 = { class: "good-wx" }, v0 = { class: "good-wx" }, T0 = { class: "good-wx" }, x0 = { class: "good-wx" }, z0 = { class: "good-wx" }, p0 = { class: "good-wx" }, C0 = { class: "good-wx" }, j0 = { class: "good-wx" }, f0 = { class: "good-wx" }, U0 = { class: "good-wx" }, b0 = { class: "good-wx" }, m0 = { class: "good-wx" }, E0 = { class: "good-wx" }, O0 = {
4434
+ }, o0 = { style: { margin: "8px 0" } }, n0 = { class: "remark-table" }, d0 = ["innerHTML"], a0 = { class: "section segment-section" }, r0 = { class: "segment-index flex-center" }, M0 = { class: "segment-position" }, D0 = { key: 0 }, N0 = { key: 1 }, I0 = { class: "segment-position" }, g0 = { key: 0 }, u0 = { key: 1 }, c0 = { style: { margin: "10px 0 0" } }, y0 = { class: "good-wx" }, A0 = { class: "good-wx" }, v0 = { class: "good-wx" }, T0 = { class: "good-wx" }, x0 = { class: "good-wx" }, z0 = { class: "good-wx" }, p0 = { class: "good-wx" }, C0 = { class: "good-wx" }, f0 = { class: "good-wx" }, j0 = { class: "good-wx" }, U0 = { class: "good-wx" }, b0 = { class: "good-wx" }, m0 = { class: "good-wx" }, E0 = { class: "good-wx" }, O0 = {
4435
4435
  key: 0,
4436
4436
  style: { "margin-top": "10px" }
4437
4437
  }, w0 = { key: 0 }, Y0 = {
@@ -4477,7 +4477,7 @@ const kc = {
4477
4477
  key: 0,
4478
4478
  class: "formula-block",
4479
4479
  style: { "font-weight": "400" }
4480
- }, CA = { class: "flex-evenly" }, jA = { class: "formula-right flex-evenly" }, fA = {
4480
+ }, CA = { class: "flex-evenly" }, fA = { class: "formula-right flex-evenly" }, jA = {
4481
4481
  class: "fraction",
4482
4482
  style: { width: "240px" }
4483
4483
  }, UA = { class: "flex-center" }, bA = { class: "formula-left flex-space" }, mA = { class: "formula-right flex-evenly" }, EA = {
@@ -4549,10 +4549,10 @@ const kc = {
4549
4549
  }, z2 = {
4550
4550
  class: "fraction",
4551
4551
  style: { width: "240px" }
4552
- }, p2 = { class: "flex-evenly" }, C2 = { class: "formula-right flex-evenly" }, j2 = {
4552
+ }, p2 = { class: "flex-evenly" }, C2 = { class: "formula-right flex-evenly" }, f2 = {
4553
4553
  class: "fraction",
4554
4554
  style: { width: "240px" }
4555
- }, f2 = {
4555
+ }, j2 = {
4556
4556
  class: "fraction",
4557
4557
  style: { width: "240px" }
4558
4558
  }, U2 = {
@@ -4617,7 +4617,7 @@ const kc = {
4617
4617
  class: "formula-conclusion"
4618
4618
  };
4619
4619
  function lv(i, l, s, D, r, a) {
4620
- var p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut;
4620
+ var p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut;
4621
4621
  const c = F("Lat"), M = F("Lng"), I = F("Editor");
4622
4622
  return n(), d("div", hc, [
4623
4623
  t("div", Rc, [
@@ -4634,14 +4634,14 @@ function lv(i, l, s, D, r, a) {
4634
4634
  class: "flex-end",
4635
4635
  style: { width: "140px" }
4636
4636
  }, "Vessel", -1)),
4637
- t("span", Wc, e((j = (p = s.report) == null ? void 0 : p.vessel) == null ? void 0 : j.name) + " (" + e((A = (u = s.report) == null ? void 0 : u.vessel) == null ? void 0 : A.type) + ")", 1)
4637
+ t("span", Wc, e((f = (p = s.report) == null ? void 0 : p.vessel) == null ? void 0 : f.name) + " (" + e((A = (u = s.report) == null ? void 0 : u.vessel) == null ? void 0 : A.type) + ")", 1)
4638
4638
  ]),
4639
4639
  t("div", Bc, [
4640
4640
  l[5] || (l[5] = t("label", {
4641
4641
  class: "flex-end",
4642
4642
  style: { width: "140px" }
4643
4643
  }, "Voyage No", -1)),
4644
- t("span", Lc, e(((f = (Y = s.report) == null ? void 0 : Y.voyage) == null ? void 0 : f.voyNum) || ((m = (b = s.report) == null ? void 0 : b.voyage) == null ? void 0 : m.number)), 1)
4644
+ t("span", Lc, e(((j = (Y = s.report) == null ? void 0 : Y.voyage) == null ? void 0 : j.voyNum) || ((m = (b = s.report) == null ? void 0 : b.voyage) == null ? void 0 : m.number)), 1)
4645
4645
  ])
4646
4646
  ]),
4647
4647
  t("div", Zc, [
@@ -4709,7 +4709,7 @@ function lv(i, l, s, D, r, a) {
4709
4709
  t("div", { class: "title" }, "Analysis Summary")
4710
4710
  ], -1)),
4711
4711
  (n(!0), d(U, null, et((It = s.report) == null ? void 0 : It.segments, (o, q) => {
4712
- var dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt;
4712
+ var dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft;
4713
4713
  return n(), d("div", {
4714
4714
  key: "summary" + q,
4715
4715
  class: "segment-box flex-space"
@@ -4793,8 +4793,8 @@ function lv(i, l, s, D, r, a) {
4793
4793
  ]),
4794
4794
  o.goodWx.distance ? (n(), d("div", xy, [
4795
4795
  ((vt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : vt.conclusionStatus) === "Gain" ? (n(), d("div", zy, "Time Gained")) : ((bt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : bt.conclusionStatus) === "Lost" ? (n(), d("div", py, "Time Lost")) : (n(), d("div", Cy, "No Time Lost/Gained"))
4796
- ])) : (n(), d("div", jy, e(r.noGoodWxDay), 1)),
4797
- o.goodWx.distance ? (n(), d("div", fy, [
4796
+ ])) : (n(), d("div", fy, e(r.noGoodWxDay), 1)),
4797
+ o.goodWx.distance ? (n(), d("div", jy, [
4798
4798
  ((mt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : mt.conclusionStatus) === "Gain" ? (n(), d("div", Uy, [
4799
4799
  l[22] || (l[22] = t("i", { class: "iconfont gain" }, "", -1)),
4800
4800
  t("span", by, e((Et = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Et.timeGain), 1),
@@ -4843,7 +4843,7 @@ function lv(i, l, s, D, r, a) {
4843
4843
  l[35] || (l[35] = t("span", { class: "unit" }, "mt", -1))
4844
4844
  ])) : ((N = (qt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : qt.dgo) == null ? void 0 : N.conclusionStatus) === "Over" ? (n(), d("div", l0, [
4845
4845
  l[36] || (l[36] = t("i", { class: "iconfont lost" }, "", -1)),
4846
- t("span", e0, e((jt = (Mt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Mt.dgo) == null ? void 0 : jt.overCons), 1),
4846
+ t("span", e0, e((ft = (Mt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Mt.dgo) == null ? void 0 : ft.overCons), 1),
4847
4847
  l[37] || (l[37] = t("span", { class: "unit" }, "mt", -1))
4848
4848
  ])) : (n(), d("div", s0, "N/A"))
4849
4849
  ])) : y("", !0)
@@ -4915,7 +4915,7 @@ function lv(i, l, s, D, r, a) {
4915
4915
  t("div", { class: "title" }, "Speed and Consumption Calculation")
4916
4916
  ], -1)),
4917
4917
  (n(!0), d(U, null, et(s.report.segments, (o, q) => {
4918
- var dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, js, fs, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, ds, zi, pi, Ci, ji, fi, Ui, bi, mi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Ql, Ji, _i, Xi, Ki, qi, $i, to, lo, eo, so, io, oo, no, ao, ro, Mo, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, Co, jo, fo, Uo, bo, mo, Eo, Oo, wo, Yo, So, Qo, ko, ho, Ro, Fo, Vo, Po, Go, Wo, Bo, Lo, Zo, Ho, Jo, _o, Xo, Ko, qo, $o, tn, ln, en, sn, on, nn, dn, an, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, Cn, jn, fn, Un, bn, mn, En, On, wn, Yn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Bn, Ln, Zn, Hn, Jn, _n, Xn, Kn, qn, $n, td, ld, ed, sd, id, od, nd, dd;
4918
+ var dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, fs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, ds, zi, pi, Ci, fi, ji, Ui, bi, mi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Ql, Ji, _i, Xi, Ki, qi, $i, to, lo, eo, so, io, oo, no, ao, ro, Mo, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, Co, fo, jo, Uo, bo, mo, Eo, Oo, wo, Yo, So, Qo, ko, ho, Ro, Fo, Vo, Po, Go, Wo, Bo, Lo, Zo, Ho, Jo, _o, Xo, Ko, qo, $o, tn, ln, en, sn, on, nn, dn, an, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, Cn, fn, jn, Un, bn, mn, En, On, wn, Yn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Bn, Ln, Zn, Hn, Jn, _n, Xn, Kn, qn, $n, td, ld, ed, sd, id, od, nd, dd;
4919
4919
  return n(), d("div", {
4920
4920
  key: q,
4921
4921
  class: "segment-block"
@@ -4993,10 +4993,10 @@ function lv(i, l, s, D, r, a) {
4993
4993
  ]),
4994
4994
  t("tr", null, [
4995
4995
  l[52] || (l[52] = t("td", { class: "label" }, "Averaged Daily FO Consumption (mt)", -1)),
4996
- t("td", j0, e(((Xt = (_t = o == null ? void 0 : o.goodWx) == null ? void 0 : _t.outEca) == null ? void 0 : Xt.avgFoCons) || "--"), 1),
4997
- t("td", f0, e(((Kt = (h = o == null ? void 0 : o.goodWx) == null ? void 0 : h.inEca) == null ? void 0 : Kt.avgFoCons) || "--"), 1),
4996
+ t("td", f0, e(((Xt = (_t = o == null ? void 0 : o.goodWx) == null ? void 0 : _t.outEca) == null ? void 0 : Xt.avgFoCons) || "--"), 1),
4997
+ t("td", j0, e(((Kt = (h = o == null ? void 0 : o.goodWx) == null ? void 0 : h.inEca) == null ? void 0 : Kt.avgFoCons) || "--"), 1),
4998
4998
  t("td", null, e(((N = (qt = o == null ? void 0 : o.allWx) == null ? void 0 : qt.outEca) == null ? void 0 : N.avgFoCons) || "--"), 1),
4999
- t("td", null, e(((jt = (Mt = o == null ? void 0 : o.allWx) == null ? void 0 : Mt.inEca) == null ? void 0 : jt.avgFoCons) || "--"), 1)
4999
+ t("td", null, e(((ft = (Mt = o == null ? void 0 : o.allWx) == null ? void 0 : Mt.inEca) == null ? void 0 : ft.avgFoCons) || "--"), 1)
5000
5000
  ]),
5001
5001
  t("tr", null, [
5002
5002
  l[53] || (l[53] = t("td", { class: "label" }, "DO/GO Consumption (mt)", -1)),
@@ -5078,7 +5078,7 @@ function lv(i, l, s, D, r, a) {
5078
5078
  t("span", G0, e((Nl = o == null ? void 0 : o.goodWx) == null ? void 0 : Nl.pfmSpd) + " (kts)", 1)
5079
5079
  ], 64))
5080
5080
  ], 64)) : (n(), d(U, { key: 0 }, [
5081
- (fl = (jl = s.report) == null ? void 0 : jl.weather) != null && fl.favorableCur && ((Ul = o == null ? void 0 : o.goodWx) == null ? void 0 : Ul.avgCf) > 0 ? (n(), d("span", R0, e((Yl = o == null ? void 0 : o.goodWx) == null ? void 0 : Yl.pfmSpd) + " (kts)", 1)) : (n(), d(U, { key: 0 }, [
5081
+ (jl = (fl = s.report) == null ? void 0 : fl.weather) != null && jl.favorableCur && ((Ul = o == null ? void 0 : o.goodWx) == null ? void 0 : Ul.avgCf) > 0 ? (n(), d("span", R0, e((Yl = o == null ? void 0 : o.goodWx) == null ? void 0 : Yl.pfmSpd) + " (kts)", 1)) : (n(), d(U, { key: 0 }, [
5082
5082
  t("span", null, e((bl = o == null ? void 0 : o.goodWx) == null ? void 0 : bl.avgSpd), 1),
5083
5083
  l[60] || (l[60] = t("span", null, "-", -1)),
5084
5084
  t("span", null, e(((ml = o == null ? void 0 : o.goodWx) == null ? void 0 : ml.avgCf) > 0 ? (El = o == null ? void 0 : o.goodWx) == null ? void 0 : El.avgCf : `(${(Ol = o == null ? void 0 : o.goodWx) == null ? void 0 : Ol.avgCf})`), 1),
@@ -5158,7 +5158,7 @@ function lv(i, l, s, D, r, a) {
5158
5158
  t("label", null, "=")
5159
5159
  ], -1)),
5160
5160
  t("div", eA, [
5161
- (fe = (je = s.report) == null ? void 0 : je.weather) != null && fe.favorableCur && ((Ue = o == null ? void 0 : o.allWx) == null ? void 0 : Ue.avgCf) > 0 ? (n(), d(U, { key: 1 }, [
5161
+ (je = (fe = s.report) == null ? void 0 : fe.weather) != null && je.favorableCur && ((Ue = o == null ? void 0 : o.allWx) == null ? void 0 : Ue.avgCf) > 0 ? (n(), d(U, { key: 1 }, [
5162
5162
  l[98] || (l[98] = t("label", null, "All Weather Average Speed", -1)),
5163
5163
  l[99] || (l[99] = t("label", null, "-", -1)),
5164
5164
  l[100] || (l[100] = t("label", null, "Weather Factor ", -1)),
@@ -5228,7 +5228,7 @@ function lv(i, l, s, D, r, a) {
5228
5228
  l[113] || (l[113] = t("div", null, "(c)", -1))
5229
5229
  ])
5230
5230
  ]),
5231
- l[114] || (l[114] = it('<div class="flex-start" data-v-d9351c5d><div class="flex-space" style="width:300px;font-weight:400;" data-v-d9351c5d><label data-v-d9351c5d>Time Lost</label><div data-v-d9351c5d>=</div><div data-v-d9351c5d>(a)</div><div data-v-d9351c5d>-</div><div data-v-d9351c5d>(b)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-d9351c5d><label data-v-d9351c5d>Time Gained</label><div data-v-d9351c5d>=</div><div data-v-d9351c5d>(c)</div><div data-v-d9351c5d>-</div><div data-v-d9351c5d>(a)</div></div></div>', 1))
5231
+ l[114] || (l[114] = it('<div class="flex-start" data-v-d3c29053><div class="flex-space" style="width:300px;font-weight:400;" data-v-d3c29053><label data-v-d3c29053>Time Lost</label><div data-v-d3c29053>=</div><div data-v-d3c29053>(a)</div><div data-v-d3c29053>-</div><div data-v-d3c29053>(b)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-d3c29053><label data-v-d3c29053>Time Gained</label><div data-v-d3c29053>=</div><div data-v-d3c29053>(c)</div><div data-v-d3c29053>-</div><div data-v-d3c29053>(a)</div></div></div>', 1))
5232
5232
  ]),
5233
5233
  t("div", vA, [
5234
5234
  t("div", TA, [
@@ -5250,14 +5250,14 @@ function lv(i, l, s, D, r, a) {
5250
5250
  t("label", null, "Total Time at Good Weather Performance Speed"),
5251
5251
  t("label", null, "=")
5252
5252
  ], -1)),
5253
- t("div", jA, [
5254
- t("div", fA, [
5253
+ t("div", fA, [
5254
+ t("div", jA, [
5255
5255
  t("div", null, e((zs = (xs = s.report) == null ? void 0 : xs.weather) != null && zs.noExtrapolation ? (ps = o == null ? void 0 : o.goodWx) == null ? void 0 : ps.distance : (Cs = o == null ? void 0 : o.allWx) == null ? void 0 : Cs.distance), 1),
5256
5256
  l[118] || (l[118] = t("div", { class: "line" }, null, -1)),
5257
- t("div", null, e((js = o == null ? void 0 : o.goodWx) == null ? void 0 : js.pfmSpd), 1)
5257
+ t("div", null, e((fs = o == null ? void 0 : o.goodWx) == null ? void 0 : fs.pfmSpd), 1)
5258
5258
  ]),
5259
5259
  l[119] || (l[119] = t("div", null, "=", -1)),
5260
- t("div", null, e((fs = o == null ? void 0 : o.timeConclusion) == null ? void 0 : fs.timeAtPfmSpd) + " (hrs)", 1),
5260
+ t("div", null, e((js = o == null ? void 0 : o.timeConclusion) == null ? void 0 : js.timeAtPfmSpd) + " (hrs)", 1),
5261
5261
  l[120] || (l[120] = t("div", null, "(a')", -1))
5262
5262
  ])
5263
5263
  ]),
@@ -5415,7 +5415,7 @@ function lv(i, l, s, D, r, a) {
5415
5415
  l[159] || (l[159] = t("div", null, "(f)", -1))
5416
5416
  ])
5417
5417
  ]),
5418
- l[167] || (l[167] = it('<div class="flex-start" data-v-d9351c5d><div class="flex-space" style="width:300px;font-weight:400;" data-v-d9351c5d><label data-v-d9351c5d>Fuel Over-consumption</label><div data-v-d9351c5d>=</div><div data-v-d9351c5d>(d)</div><div data-v-d9351c5d>-</div><div data-v-d9351c5d>(e)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-d9351c5d><label data-v-d9351c5d>Fuel Saving</label><div data-v-d9351c5d>=</div><div data-v-d9351c5d>(f)</div><div data-v-d9351c5d>-</div><div data-v-d9351c5d>(d)</div></div></div>', 1)),
5418
+ l[167] || (l[167] = it('<div class="flex-start" data-v-d3c29053><div class="flex-space" style="width:300px;font-weight:400;" data-v-d3c29053><label data-v-d3c29053>Fuel Over-consumption</label><div data-v-d3c29053>=</div><div data-v-d3c29053>(d)</div><div data-v-d3c29053>-</div><div data-v-d3c29053>(e)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-d3c29053><label data-v-d3c29053>Fuel Saving</label><div data-v-d3c29053>=</div><div data-v-d3c29053>(f)</div><div data-v-d3c29053>-</div><div data-v-d3c29053>(d)</div></div></div>', 1)),
5419
5419
  ((ui = (gi = o.extend) == null ? void 0 : gi.cp) == null ? void 0 : ui.dgo) > 0 ? (n(), d(U, { key: 0 }, [
5420
5420
  t("div", l2, [
5421
5421
  l[163] || (l[163] = t("div", { class: "formula-left flex-space" }, [
@@ -5480,7 +5480,7 @@ function lv(i, l, s, D, r, a) {
5480
5480
  l[170] || (l[170] = t("div", null, "24", -1))
5481
5481
  ]),
5482
5482
  l[172] || (l[172] = t("div", null, "*", -1)),
5483
- t("div", null, e((fi = (ji = o == null ? void 0 : o.goodWx) == null ? void 0 : ji.inEca) == null ? void 0 : fi.time), 1),
5483
+ t("div", null, e((ji = (fi = o == null ? void 0 : o.goodWx) == null ? void 0 : fi.inEca) == null ? void 0 : ji.time), 1),
5484
5484
  l[173] || (l[173] = t("div", null, "=", -1)),
5485
5485
  t("div", null, e((bi = (Ui = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Ui.fo) == null ? void 0 : bi.dgoAsFoCons) + " (mt)", 1)
5486
5486
  ])
@@ -5541,13 +5541,13 @@ function lv(i, l, s, D, r, a) {
5541
5541
  t("label", null, "=")
5542
5542
  ], -1)),
5543
5543
  t("div", C2, [
5544
- t("div", j2, [
5544
+ t("div", f2, [
5545
5545
  t("div", null, e((to = ($i = s.report) == null ? void 0 : $i.weather) != null && to.noExtrapolation ? (lo = o == null ? void 0 : o.goodWx) == null ? void 0 : lo.distance : (eo = o == null ? void 0 : o.allWx) == null ? void 0 : eo.distance), 1),
5546
5546
  l[189] || (l[189] = t("div", { class: "line" }, null, -1)),
5547
5547
  t("div", null, e((so = o == null ? void 0 : o.timeConclusion) == null ? void 0 : so.plusAbtSpd), 1)
5548
5548
  ]),
5549
5549
  l[192] || (l[192] = t("div", null, "x", -1)),
5550
- t("div", f2, [
5550
+ t("div", j2, [
5551
5551
  t("div", null, e((oo = (io = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : io.fo) == null ? void 0 : oo.underTolerance), 1),
5552
5552
  l[190] || (l[190] = t("div", { class: "line" }, null, -1)),
5553
5553
  l[191] || (l[191] = t("div", null, "24", -1))
@@ -5576,7 +5576,7 @@ function lv(i, l, s, D, r, a) {
5576
5576
  t("div", E2, [
5577
5577
  t("div", null, e((To = (vo = o == null ? void 0 : o.goodWx) == null ? void 0 : vo.inEca) == null ? void 0 : To.distance) + " * " + e((zo = (xo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : xo.fo) == null ? void 0 : zo.overCons), 1),
5578
5578
  l[202] || (l[202] = t("div", { class: "line" }, null, -1)),
5579
- t("div", null, e((Co = (po = s.report) == null ? void 0 : po.weather) != null && Co.noExtrapolation ? (jo = o == null ? void 0 : o.goodWx) == null ? void 0 : jo.distance : (fo = o == null ? void 0 : o.allWx) == null ? void 0 : fo.distance), 1)
5579
+ t("div", null, e((Co = (po = s.report) == null ? void 0 : po.weather) != null && Co.noExtrapolation ? (fo = o == null ? void 0 : o.goodWx) == null ? void 0 : fo.distance : (jo = o == null ? void 0 : o.allWx) == null ? void 0 : jo.distance), 1)
5580
5580
  ]),
5581
5581
  l[205] || (l[205] = t("div", null, "=", -1)),
5582
5582
  t("div", null, e((bo = (Uo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Uo.fo) == null ? void 0 : bo.foOverConsInEca) + " (mt)", 1)
@@ -5659,9 +5659,9 @@ function lv(i, l, s, D, r, a) {
5659
5659
  ], -1)),
5660
5660
  t("div", B2, [
5661
5661
  t("div", L2, [
5662
- t("div", null, e((pn = (zn = s.report) == null ? void 0 : zn.weather) != null && pn.noExtrapolation ? (Cn = o == null ? void 0 : o.goodWx) == null ? void 0 : Cn.distance : (jn = o == null ? void 0 : o.allWx) == null ? void 0 : jn.distance), 1),
5662
+ t("div", null, e((pn = (zn = s.report) == null ? void 0 : zn.weather) != null && pn.noExtrapolation ? (Cn = o == null ? void 0 : o.goodWx) == null ? void 0 : Cn.distance : (fn = o == null ? void 0 : o.allWx) == null ? void 0 : fn.distance), 1),
5663
5663
  l[225] || (l[225] = t("div", { class: "line" }, null, -1)),
5664
- t("div", null, e((fn = o == null ? void 0 : o.timeConclusion) == null ? void 0 : fn.minusAbtSpd), 1)
5664
+ t("div", null, e((jn = o == null ? void 0 : o.timeConclusion) == null ? void 0 : jn.minusAbtSpd), 1)
5665
5665
  ]),
5666
5666
  l[228] || (l[228] = t("div", null, "x", -1)),
5667
5667
  t("div", Z2, [
@@ -5735,7 +5735,7 @@ function lv(i, l, s, D, r, a) {
5735
5735
  ])
5736
5736
  ]);
5737
5737
  }
5738
- const ev = /* @__PURE__ */ sl(kc, [["render", lv], ["__scopeId", "data-v-d9351c5d"]]);
5738
+ const ev = /* @__PURE__ */ sl(kc, [["render", lv], ["__scopeId", "data-v-d3c29053"]]);
5739
5739
  const sv = {
5740
5740
  name: "OrmVygInventory",
5741
5741
  components: {},
@@ -5785,17 +5785,17 @@ const sv = {
5785
5785
  },
5786
5786
  computeLng() {
5787
5787
  return function(i) {
5788
- return ft.lng2pretty(i);
5788
+ return jt.lng2pretty(i);
5789
5789
  };
5790
5790
  },
5791
5791
  computeLat() {
5792
5792
  return function(i) {
5793
- return ft.lat2pretty(i);
5793
+ return jt.lat2pretty(i);
5794
5794
  };
5795
5795
  },
5796
5796
  computePrecision() {
5797
5797
  return function(i, l = 2, s = "0.0") {
5798
- return i ? ft.roundPrecision(i, l) : s;
5798
+ return i ? jt.roundPrecision(i, l) : s;
5799
5799
  };
5800
5800
  }
5801
5801
  },
@@ -5811,8 +5811,8 @@ const sv = {
5811
5811
  },
5812
5812
  methods: {
5813
5813
  prepare() {
5814
- var i, l, s, D, r, a, c, M, I, p, j, u;
5815
- this.showCF = ((l = (i = this.report) == null ? void 0 : i.weather) == null ? void 0 : l.showCF) ?? !1, this.showAisDistance = ((D = (s = this.report) == null ? void 0 : s.weather) == null ? void 0 : D.showAisDistance) ?? !0, this.showSig = ((a = (r = this.report) == null ? void 0 : r.weather) == null ? void 0 : a.showSig) ?? !0, this.showSwell = ((M = (c = this.report) == null ? void 0 : c.weather) == null ? void 0 : M.showSwell) ?? !0, this.showWave = ((p = (I = this.report) == null ? void 0 : I.weather) == null ? void 0 : p.showWave) ?? !0, this.showWaterTemp = ((u = (j = this.report) == null ? void 0 : j.weather) == null ? void 0 : u.waterTempSwitch) || !1;
5814
+ var i, l, s, D, r, a, c, M, I, p, f, u;
5815
+ this.showCF = ((l = (i = this.report) == null ? void 0 : i.weather) == null ? void 0 : l.showCF) ?? !1, this.showAisDistance = ((D = (s = this.report) == null ? void 0 : s.weather) == null ? void 0 : D.showAisDistance) ?? !0, this.showSig = ((a = (r = this.report) == null ? void 0 : r.weather) == null ? void 0 : a.showSig) ?? !0, this.showSwell = ((M = (c = this.report) == null ? void 0 : c.weather) == null ? void 0 : M.showSwell) ?? !0, this.showWave = ((p = (I = this.report) == null ? void 0 : I.weather) == null ? void 0 : p.showWave) ?? !0, this.showWaterTemp = ((u = (f = this.report) == null ? void 0 : f.weather) == null ? void 0 : u.waterTempSwitch) || !1;
5816
5816
  }
5817
5817
  }
5818
5818
  }, iv = { class: "report-inventory" }, ov = { class: "section summary-section" }, nv = { class: "summary-block" }, dv = {
@@ -5867,10 +5867,10 @@ const sv = {
5867
5867
  }, Cv = {
5868
5868
  key: 2,
5869
5869
  class: "label"
5870
- }, jv = {
5870
+ }, fv = {
5871
5871
  key: 3,
5872
5872
  class: "label"
5873
- }, fv = { class: "summary-tbody" };
5873
+ }, jv = { class: "summary-tbody" };
5874
5874
  function Uv(i, l, s, D, r, a) {
5875
5875
  var c;
5876
5876
  return n(), d("div", iv, [
@@ -5924,20 +5924,20 @@ function Uv(i, l, s, D, r, a) {
5924
5924
  ], -1)),
5925
5925
  t("tbody", null, [
5926
5926
  (n(!0), d(U, null, et((c = s.report) == null ? void 0 : c.segments, (M, I) => {
5927
- var p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H;
5927
+ var p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H;
5928
5928
  return n(), d(U, { key: I }, [
5929
5929
  t("tr", null, [
5930
5930
  t("td", dv, e(I + 1), 1),
5931
5931
  l[0] || (l[0] = t("td", { class: "label" }, "Entire Period", -1)),
5932
5932
  t("td", null, e(a.computePrecision((p = M == null ? void 0 : M.allWx) == null ? void 0 : p.distance, 2, "0.0")), 1),
5933
- t("td", null, e(a.computePrecision((j = M == null ? void 0 : M.allWx) == null ? void 0 : j.time, 2, "0.0")), 1),
5933
+ t("td", null, e(a.computePrecision((f = M == null ? void 0 : M.allWx) == null ? void 0 : f.time, 2, "0.0")), 1),
5934
5934
  t("td", null, e(a.computePrecision((u = M == null ? void 0 : M.allWx) == null ? void 0 : u.avgSpd, 2, "0.0")), 1),
5935
5935
  t("td", null, e(a.computePrecision((A = M == null ? void 0 : M.allWx) == null ? void 0 : A.sumFoCons, 3, "0.000")), 1),
5936
5936
  t("td", null, e(a.computePrecision((Y = M == null ? void 0 : M.allWx) == null ? void 0 : Y.sumDgoCons, 3, "0.000")), 1)
5937
5937
  ]),
5938
5938
  t("tr", null, [
5939
5939
  l[1] || (l[1] = t("td", { class: "label" }, "Good Weather Period", -1)),
5940
- t("td", null, e(a.computePrecision((f = M == null ? void 0 : M.goodWx) == null ? void 0 : f.distance, 2, "0.0")), 1),
5940
+ t("td", null, e(a.computePrecision((j = M == null ? void 0 : M.goodWx) == null ? void 0 : j.distance, 2, "0.0")), 1),
5941
5941
  t("td", null, e(a.computePrecision((b = M == null ? void 0 : M.goodWx) == null ? void 0 : b.time, 2, "0.0")), 1),
5942
5942
  t("td", null, e(a.computePrecision((m = M == null ? void 0 : M.goodWx) == null ? void 0 : m.avgSpd, 2, "0.0")), 1),
5943
5943
  t("td", null, e(a.computePrecision((C = M == null ? void 0 : M.goodWx) == null ? void 0 : C.sumFoCons, 3, "0.000")), 1),
@@ -6116,7 +6116,7 @@ function Uv(i, l, s, D, r, a) {
6116
6116
  r.showSwell ? (n(), d("th", zv, "Dir")) : y("", !0),
6117
6117
  r.showSwell ? (n(), d("th", pv, "HT(m)")) : y("", !0),
6118
6118
  r.showCF ? (n(), d("th", Cv, "Dir")) : y("", !0),
6119
- r.showCF ? (n(), d("th", jv, "CF(kts)")) : y("", !0),
6119
+ r.showCF ? (n(), d("th", fv, "CF(kts)")) : y("", !0),
6120
6120
  l[34] || (l[34] = t("th", { class: "label" }, "RPM", -1)),
6121
6121
  l[35] || (l[35] = t("th", { class: "label" }, "Slip%", -1)),
6122
6122
  l[36] || (l[36] = t("th", { class: "label" }, "FO", -1)),
@@ -6127,9 +6127,9 @@ function Uv(i, l, s, D, r, a) {
6127
6127
  l[41] || (l[41] = t("th", { class: "label" }, "BF", -1))
6128
6128
  ])
6129
6129
  ]),
6130
- t("tbody", fv, [
6130
+ t("tbody", jv, [
6131
6131
  (n(!0), d(U, null, et(s.inventory, (M, I) => {
6132
- var p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K;
6132
+ var p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K;
6133
6133
  return n(), d("tr", { key: I }, [
6134
6134
  t("td", {
6135
6135
  class: z(M.segLength ? "no-border-bottom" : "no-border")
@@ -6142,7 +6142,7 @@ function Uv(i, l, s, D, r, a) {
6142
6142
  class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : ""),
6143
6143
  colspan: "2",
6144
6144
  style: { "max-width": "150px", "text-wrap": "wrap" }
6145
- }, e((j = M.noon) == null ? void 0 : j.port), 3)) : (n(), d(U, { key: 1 }, [
6145
+ }, e((f = M.noon) == null ? void 0 : f.port), 3)) : (n(), d(U, { key: 1 }, [
6146
6146
  t("td", {
6147
6147
  class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
6148
6148
  }, e(M._lat.pretty), 3),
@@ -6172,7 +6172,7 @@ function Uv(i, l, s, D, r, a) {
6172
6172
  }, e(M.type === "BOSP" ? "-" : ((A = (u = M.meteo) == null ? void 0 : u.wind) == null ? void 0 : A.direction) ?? "-"), 3),
6173
6173
  t("td", {
6174
6174
  class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
6175
- }, e(M.type === "BOSP" ? "-" : ((f = (Y = M.meteo) == null ? void 0 : Y.wind) == null ? void 0 : f.scale) ?? "-"), 3),
6175
+ }, e(M.type === "BOSP" ? "-" : ((j = (Y = M.meteo) == null ? void 0 : Y.wind) == null ? void 0 : j.scale) ?? "-"), 3),
6176
6176
  r.showWave ? (n(), d("td", {
6177
6177
  key: 4,
6178
6178
  class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
@@ -6303,7 +6303,7 @@ const mv = {
6303
6303
  this.spdFoConsChart || (this.spdFoConsChart = vd(Td.init(this.$refs.spdFoConsChart))), this.spdDgoConsChart || (this.spdDgoConsChart = vd(Td.init(this.$refs.spdDgoConsChart))), this.currChart || (this.currChart = vd(Td.init(this.$refs.currChart))), this.renderSpdConsChart(), this.renderWxCurrChart();
6304
6304
  },
6305
6305
  renderSpdConsChart() {
6306
- var u, A, Y, f, b, m;
6306
+ var u, A, Y, j, b, m;
6307
6307
  let i = [];
6308
6308
  const l = [], s = [], D = {
6309
6309
  dateTime: 0,
@@ -6563,7 +6563,7 @@ const mv = {
6563
6563
  ]
6564
6564
  };
6565
6565
  (Y = this.spdFoConsChart) == null || Y.setOption(p);
6566
- const j = {
6566
+ const f = {
6567
6567
  animation: !1,
6568
6568
  title: {
6569
6569
  text: "Ship Speed and DGO Consumption",
@@ -6703,7 +6703,7 @@ const mv = {
6703
6703
  showSymbol: !1,
6704
6704
  encode: {
6705
6705
  x: D.dateTime,
6706
- y: (b = (f = this.report) == null ? void 0 : f.weather) != null && b.believeRptDistance ? D.noonAvgSpd : D.anlyAvgSpd
6706
+ y: (b = (j = this.report) == null ? void 0 : j.weather) != null && b.believeRptDistance ? D.noonAvgSpd : D.anlyAvgSpd
6707
6707
  },
6708
6708
  lineStyle: {
6709
6709
  color: "#F44336",
@@ -6765,7 +6765,7 @@ const mv = {
6765
6765
  }
6766
6766
  ]
6767
6767
  };
6768
- (m = this.spdDgoConsChart) == null || m.setOption(j);
6768
+ (m = this.spdDgoConsChart) == null || m.setOption(f);
6769
6769
  },
6770
6770
  renderWxCurrChart() {
6771
6771
  var Y;
@@ -6783,37 +6783,37 @@ const mv = {
6783
6783
  };
6784
6784
  let r = 4;
6785
6785
  const a = this.inventory || [], c = [];
6786
- a.forEach((f, b) => {
6786
+ a.forEach((j, b) => {
6787
6787
  var m, C;
6788
- b === 0 && c.push(f.utc), f.type === "EOSP" && ((m = a[b + 1]) == null ? void 0 : m.type) === "BOSP" && (c.push(f.utc), c.push((C = a[b + 1]) == null ? void 0 : C.utc)), b === a.length - 1 && c.push(f.utc);
6789
- }), c.forEach((f, b) => {
6788
+ b === 0 && c.push(j.utc), j.type === "EOSP" && ((m = a[b + 1]) == null ? void 0 : m.type) === "BOSP" && (c.push(j.utc), c.push((C = a[b + 1]) == null ? void 0 : C.utc)), b === a.length - 1 && c.push(j.utc);
6789
+ }), c.forEach((j, b) => {
6790
6790
  if (b % 2 === 0) {
6791
6791
  const m = $(c[b + 1]).diff($(c[b]), "minute", !0);
6792
6792
  for (let C = 0; C <= m + 1; C++)
6793
6793
  l.push(this.computeUTCTime($(c[b]).clone().utc().add(C, "m").format(), "MM-DD/HHmm[Z]"));
6794
6794
  }
6795
- }), a.forEach((f, b) => {
6795
+ }), a.forEach((j, b) => {
6796
6796
  var C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt;
6797
- const m = this.computeUTCTime(f.utc, "MM-DD/HHmm[Z]");
6798
- if (f.noon && !i.some((lt) => lt.slice(0, 5) === f.utc.slice(5, 10)) && i.push(m), b === a.length - 1 && (i = i.filter((lt) => lt.slice(0, 5) !== f.utc.slice(5, 10)), i.push(m)), r = Math.ceil(((O = (S = (C = f.meteo) == null ? void 0 : C.wave) == null ? void 0 : S.sig) == null ? void 0 : O.height) > r ? (R = (v = (Q = f.meteo) == null ? void 0 : Q.wave) == null ? void 0 : v.sig) == null ? void 0 : R.height : r), s.push([
6797
+ const m = this.computeUTCTime(j.utc, "MM-DD/HHmm[Z]");
6798
+ if (j.noon && !i.some((lt) => lt.slice(0, 5) === j.utc.slice(5, 10)) && i.push(m), b === a.length - 1 && (i = i.filter((lt) => lt.slice(0, 5) !== j.utc.slice(5, 10)), i.push(m)), r = Math.ceil(((O = (S = (C = j.meteo) == null ? void 0 : C.wave) == null ? void 0 : S.sig) == null ? void 0 : O.height) > r ? (R = (v = (Q = j.meteo) == null ? void 0 : Q.wave) == null ? void 0 : v.sig) == null ? void 0 : R.height : r), s.push([
6799
6799
  m,
6800
- ((P = f.noon) == null ? void 0 : P.windBF) || ((W = (G = f.meteo) == null ? void 0 : G.wind) == null ? void 0 : W.scale),
6801
- (L = (B = f.meteo) == null ? void 0 : B.wind) == null ? void 0 : L.scale,
6802
- (J = (H = f.meteo) == null ? void 0 : H.wind) == null ? void 0 : J.direction,
6803
- (_ = f.noon) == null ? void 0 : _.seasHt,
6804
- (tt = (K = (X = f.meteo) == null ? void 0 : X.wave) == null ? void 0 : K.sig) == null ? void 0 : tt.height,
6805
- f.dailyAvgCf ?? ((V = s[s.length - 1]) == null ? void 0 : V[D.anlyCurFct]),
6806
- f.goodWx && !f.excluded ? 20 : 0,
6807
- f.excluded ? 20 : 0
6800
+ ((P = j.noon) == null ? void 0 : P.windBF) || ((W = (G = j.meteo) == null ? void 0 : G.wind) == null ? void 0 : W.scale),
6801
+ (L = (B = j.meteo) == null ? void 0 : B.wind) == null ? void 0 : L.scale,
6802
+ (J = (H = j.meteo) == null ? void 0 : H.wind) == null ? void 0 : J.direction,
6803
+ (_ = j.noon) == null ? void 0 : _.seasHt,
6804
+ (tt = (K = (X = j.meteo) == null ? void 0 : X.wave) == null ? void 0 : K.sig) == null ? void 0 : tt.height,
6805
+ j.dailyAvgCf ?? ((V = s[s.length - 1]) == null ? void 0 : V[D.anlyCurFct]),
6806
+ j.goodWx && !j.excluded ? 20 : 0,
6807
+ j.excluded ? 20 : 0
6808
6808
  ]), b < a.length - 1) {
6809
6809
  const lt = a[b + 1];
6810
6810
  s.push([
6811
6811
  m,
6812
- ((Dt = f.noon) == null ? void 0 : Dt.windBF) || ((It = (Nt = f.meteo) == null ? void 0 : Nt.wind) == null ? void 0 : It.scale),
6812
+ ((Dt = j.noon) == null ? void 0 : Dt.windBF) || ((It = (Nt = j.meteo) == null ? void 0 : Nt.wind) == null ? void 0 : It.scale),
6813
6813
  (ut = (gt = lt.meteo) == null ? void 0 : gt.wind) == null ? void 0 : ut.scale,
6814
6814
  (q = (o = lt.meteo) == null ? void 0 : o.wind) == null ? void 0 : q.direction,
6815
6815
  (dt = lt.noon) == null ? void 0 : dt.seasHt,
6816
- (ct = (rt = (at = f.meteo) == null ? void 0 : at.wave) == null ? void 0 : rt.sig) == null ? void 0 : ct.height,
6816
+ (ct = (rt = (at = j.meteo) == null ? void 0 : at.wave) == null ? void 0 : rt.sig) == null ? void 0 : ct.height,
6817
6817
  lt.dailyAvgCf ?? ((yt = s[s.length - 1]) == null ? void 0 : yt[D.anlyCurFct]),
6818
6818
  lt.goodWx && !lt.excluded ? 20 : 0,
6819
6819
  lt.excluded ? 20 : 0
@@ -6821,9 +6821,9 @@ const mv = {
6821
6821
  }
6822
6822
  });
6823
6823
  const M = Math.ceil(i.length / 10);
6824
- i = i.filter((f, b) => b === 0 || b === i.length - 1 || b % M === 0);
6825
- let I = -2.5, p = 2.5, j = 1, u = 5;
6826
- I < -2.5 || p > 2.5 ? (I = Math.floor(this.findMinValue(s, 6) / 5) * 5, p = Math.ceil(this.findMaxValue(s, 6) / 5) * 5, j = Math.ceil(Math.max([Math.abs(I), Math.abs(p)]) / 5), u = Math.ceil(Math.abs(I) / j) + Math.ceil(Math.abs(p) / j)) : (j = 0.5, I = Math.floor(this.findMinValue(s, 6) / 0.5) * j, p = 2.5, u = Math.abs(I) / j + 5);
6824
+ i = i.filter((j, b) => b === 0 || b === i.length - 1 || b % M === 0);
6825
+ let I = -2.5, p = 2.5, f = 1, u = 5;
6826
+ I < -2.5 || p > 2.5 ? (I = Math.floor(this.findMinValue(s, 6) / 5) * 5, p = Math.ceil(this.findMaxValue(s, 6) / 5) * 5, f = Math.ceil(Math.max([Math.abs(I), Math.abs(p)]) / 5), u = Math.ceil(Math.abs(I) / f) + Math.ceil(Math.abs(p) / f)) : (f = 0.5, I = Math.floor(this.findMinValue(s, 6) / 0.5) * f, p = 2.5, u = Math.abs(I) / f + 5);
6827
6827
  const A = {
6828
6828
  animation: !1,
6829
6829
  title: {
@@ -6891,7 +6891,7 @@ const mv = {
6891
6891
  nameGap: 25,
6892
6892
  min: I,
6893
6893
  max: p,
6894
- interval: j,
6894
+ interval: f,
6895
6895
  splitNumber: u,
6896
6896
  axisLine: {
6897
6897
  lineStyle: {
@@ -6922,9 +6922,9 @@ const mv = {
6922
6922
  show: !0
6923
6923
  },
6924
6924
  axisLabel: {
6925
- formatter: (f, b) => {
6926
- if (f >= 0)
6927
- return f;
6925
+ formatter: (j, b) => {
6926
+ if (j >= 0)
6927
+ return j;
6928
6928
  }
6929
6929
  }
6930
6930
  },
@@ -6949,9 +6949,9 @@ const mv = {
6949
6949
  show: !0
6950
6950
  },
6951
6951
  axisLabel: {
6952
- formatter: (f, b) => {
6953
- if (f >= 0)
6954
- return f;
6952
+ formatter: (j, b) => {
6953
+ if (j >= 0)
6954
+ return j;
6955
6955
  }
6956
6956
  }
6957
6957
  },
@@ -7139,7 +7139,7 @@ const mv = {
7139
7139
  style: { flex: "1", "text-transform": "uppercase" }
7140
7140
  }, sT = ["src"];
7141
7141
  function iT(i, l, s, D, r, a) {
7142
- var I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
7142
+ var I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
7143
7143
  const c = F("Lat"), M = F("Lng");
7144
7144
  return n(), d("div", Ev, [
7145
7145
  t("div", Ov, [
@@ -7174,7 +7174,7 @@ function iT(i, l, s, D, r, a) {
7174
7174
  style: { width: "140px" }
7175
7175
  }, "Vessel", -1)),
7176
7176
  t("span", Wv, e((p = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : p.name), 1),
7177
- t("span", Bv, "(" + e((u = (j = s.report) == null ? void 0 : j.vessel) == null ? void 0 : u.type) + ")", 1)
7177
+ t("span", Bv, "(" + e((u = (f = s.report) == null ? void 0 : f.vessel) == null ? void 0 : u.type) + ")", 1)
7178
7178
  ]),
7179
7179
  t("div", Lv, [
7180
7180
  l[3] || (l[3] = t("label", {
@@ -7188,7 +7188,7 @@ function iT(i, l, s, D, r, a) {
7188
7188
  class: "flex-end",
7189
7189
  style: { width: "140px" }
7190
7190
  }, "Departure Port", -1)),
7191
- (b = (f = s.report) == null ? void 0 : f.departure) != null && b.portName ? (n(), d("span", Jv, e((C = (m = s.report) == null ? void 0 : m.departure) == null ? void 0 : C.portName), 1)) : (n(), d("div", _v, [
7191
+ (b = (j = s.report) == null ? void 0 : j.departure) != null && b.portName ? (n(), d("span", Jv, e((C = (m = s.report) == null ? void 0 : m.departure) == null ? void 0 : C.portName), 1)) : (n(), d("div", _v, [
7192
7192
  E(c, {
7193
7193
  lat: (O = (S = s.report) == null ? void 0 : S.departure) == null ? void 0 : O.lat,
7194
7194
  label: "",
@@ -7376,16 +7376,16 @@ const MT = {
7376
7376
  let a, c, M = !1;
7377
7377
  D.inventory.sample.hours.forEach((I, p) => {
7378
7378
  a || (a = I), (!c || M) && (c = I, M = !1), a.segIndex === I.segIndex ? a.segLength = (a.segLength || 0) + 1 : (a = I, a.segLength = 1), c.noonLength = (c.noonLength || 0) + 1;
7379
- let j = I.type.charAt(0);
7380
- ["N", "M", "E"].includes(j) && (M = !0, c.dailyAvgCf = I.dailyAvgCf, c.avgSpdCalc = I.avgSpdCalc, c.distanceCalc = I.distanceCalc, c.noon && (c.noon.foCons = I.noon.foCons, c.noon.dgoCons = I.noon.dgoCons)), I.abbrev = j, j = j === "M" ? "*" : j === "A" ? "" : j, I.time = `${j} ${this.computeUTCTime(I.utc, "MMM-DD/HHmm[Z]")}`, I._lng = ft.lng2pretty(I.lng), I._lat = ft.lat2pretty(I.lat), I.cp = r, I.goodWx = I.type === "BOSP" ? !1 : I.goodWx, i.push(I);
7379
+ let f = I.type.charAt(0);
7380
+ ["N", "M", "E"].includes(f) && (M = !0, c.dailyAvgCf = I.dailyAvgCf, c.avgSpdCalc = I.avgSpdCalc, c.distanceCalc = I.distanceCalc, c.noon && (c.noon.foCons = I.noon.foCons, c.noon.dgoCons = I.noon.dgoCons)), I.abbrev = f, f = f === "M" ? "*" : f === "A" ? "" : f, I.time = `${f} ${this.computeUTCTime(I.utc, "MMM-DD/HHmm[Z]")}`, I._lng = jt.lng2pretty(I.lng), I._lat = jt.lat2pretty(I.lat), I.cp = r, I.goodWx = I.type === "BOSP" ? !1 : I.goodWx, i.push(I);
7381
7381
  });
7382
7382
  }), i.sort((D, r) => D.positionTime - r.positionTime), this.inventory = i;
7383
7383
  }
7384
7384
  }
7385
7385
  };
7386
7386
  function DT(i, l, s, D, r, a) {
7387
- var A, Y, f;
7388
- const c = F("Brand"), M = F("Loading"), I = F("VoySummary"), p = F("Inventory"), j = F("Chart"), u = F("Email");
7387
+ var A, Y, j;
7388
+ const c = F("Brand"), M = F("Loading"), I = F("VoySummary"), p = F("Inventory"), f = F("Chart"), u = F("Email");
7389
7389
  return n(), d("div", {
7390
7390
  class: z((Y = (A = s.report) == null ? void 0 : A.weather) != null && Y.referenceOnly ? "report-section watermark" : "report-section")
7391
7391
  }, [
@@ -7407,12 +7407,12 @@ function DT(i, l, s, D, r, a) {
7407
7407
  inventory: r.inventory,
7408
7408
  class: "main"
7409
7409
  }, null, 8, ["report", "inventory"]),
7410
- E(j, {
7410
+ E(f, {
7411
7411
  report: s.report,
7412
7412
  inventory: r.inventory,
7413
7413
  class: "main"
7414
7414
  }, null, 8, ["report", "inventory"]),
7415
- ((f = s.voyageEmails) == null ? void 0 : f.length) > 0 ? (n(), il(u, {
7415
+ ((j = s.voyageEmails) == null ? void 0 : j.length) > 0 ? (n(), il(u, {
7416
7416
  key: 0,
7417
7417
  report: s.report,
7418
7418
  "voyage-emails": s.voyageEmails
@@ -7541,12 +7541,12 @@ const yT = {
7541
7541
  }, AT = { class: "invoice-report" }, vT = { class: "section items-section" }, TT = { class: "flex-start" }, xT = ["innerHTML"], zT = { class: "flex-space" }, pT = { class: "invoice-item" }, CT = {
7542
7542
  key: 0,
7543
7543
  class: "invoice-item"
7544
- }, jT = ["colspan"], fT = ["colspan"], UT = ["colspan"], bT = { class: "total" }, mT = ["colspan"], ET = { class: "total" }, OT = ["colspan"], wT = { class: "total" }, YT = { key: 1 }, ST = ["colspan"], QT = { class: "total" }, kT = {
7544
+ }, fT = ["colspan"], jT = ["colspan"], UT = ["colspan"], bT = { class: "total" }, mT = ["colspan"], ET = { class: "total" }, OT = ["colspan"], wT = { class: "total" }, YT = { key: 1 }, ST = ["colspan"], QT = { class: "total" }, kT = {
7545
7545
  key: 0,
7546
7546
  class: "memo-block"
7547
7547
  }, hT = ["innerHTML"], RT = { class: "section company-section" }, FT = { class: "company-item" }, VT = { class: "company-item" }, PT = { class: "company-item" }, GT = { class: "company-item" }, WT = { class: "company-item" }, BT = { class: "company-item" }, LT = { class: "company-item" }, ZT = { class: "company-item" }, HT = { class: "company-item" }, JT = { class: "company-item" }, _T = { class: "company-item" }, XT = { class: "company-item" }, KT = { class: "company-item" }, qT = { class: "company-item" };
7548
7548
  function $T(i, l, s, D, r, a) {
7549
- var M, I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt;
7549
+ var M, I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt;
7550
7550
  const c = F("IdmBrand");
7551
7551
  return n(), d("div", AT, [
7552
7552
  E(c, {
@@ -7565,7 +7565,7 @@ function $T(i, l, s, D, r, a) {
7565
7565
  ]),
7566
7566
  t("div", zT, [
7567
7567
  t("div", pT, "Invoice No. " + e(s.report.number), 1),
7568
- (j = s.report) != null && j.paymentDate ? (n(), d("div", CT, "Paid: " + e(a.computeTime(s.report.paymentDate)), 1)) : y("", !0)
7568
+ (f = s.report) != null && f.paymentDate ? (n(), d("div", CT, "Paid: " + e(a.computeTime(s.report.paymentDate)), 1)) : y("", !0)
7569
7569
  ]),
7570
7570
  t("table", null, [
7571
7571
  (u = r.reservations4Route) != null && u.length ? (n(), d(U, { key: 0 }, [
@@ -7605,7 +7605,7 @@ function $T(i, l, s, D, r, a) {
7605
7605
  l[2] || (l[2] = t("td", null, "NO.", -1)),
7606
7606
  t("td", {
7607
7607
  colspan: r.maxColspans - 1
7608
- }, "Items.", 8, jT),
7608
+ }, "Items.", 8, fT),
7609
7609
  l[3] || (l[3] = t("td", null, "Amounts", -1))
7610
7610
  ])
7611
7611
  ]),
@@ -7614,7 +7614,7 @@ function $T(i, l, s, D, r, a) {
7614
7614
  t("td", null, e(ot.number), 1),
7615
7615
  t("td", {
7616
7616
  colspan: r.maxColspans - 1
7617
- }, e(ot.items), 9, fT),
7617
+ }, e(ot.items), 9, jT),
7618
7618
  t("td", null, "$" + e(ot.amount), 1)
7619
7619
  ]))), 128))
7620
7620
  ])
@@ -7634,7 +7634,7 @@ function $T(i, l, s, D, r, a) {
7634
7634
  t("span", null, "Exchange Rate", -1)
7635
7635
  ]), 8, mT),
7636
7636
  t("td", ET, [
7637
- t("span", null, e((f = s.report) == null ? void 0 : f.rate), 1)
7637
+ t("span", null, e((j = s.report) == null ? void 0 : j.rate), 1)
7638
7638
  ])
7639
7639
  ]),
7640
7640
  t("tr", null, [
@@ -7774,7 +7774,7 @@ const lx = {
7774
7774
  class: "memo-block"
7775
7775
  }, xx = ["innerHTML"];
7776
7776
  function zx(i, l, s, D, r, a) {
7777
- var c, M, I, p, j, u, A, Y, f, b, m, C, S;
7777
+ var c, M, I, p, f, u, A, Y, j, b, m, C, S;
7778
7778
  return n(), d("div", ex, [
7779
7779
  t("div", sx, [
7780
7780
  t("div", ix, [
@@ -7791,7 +7791,7 @@ function zx(i, l, s, D, r, a) {
7791
7791
  (p = s.report) != null && p.paymentDate ? (n(), d("div", ax, "Paid: " + e(a.computeTime(s.report.paymentDate)), 1)) : y("", !0)
7792
7792
  ]),
7793
7793
  t("table", null, [
7794
- (j = r.reservations4Route) != null && j.length ? (n(), d(U, { key: 0 }, [
7794
+ (f = r.reservations4Route) != null && f.length ? (n(), d(U, { key: 0 }, [
7795
7795
  l[1] || (l[1] = t("thead", null, [
7796
7796
  t("tr", null, [
7797
7797
  t("td", null, "NO."),
@@ -7862,7 +7862,7 @@ function zx(i, l, s, D, r, a) {
7862
7862
  ]),
7863
7863
  t("tr", null, [
7864
7864
  t("td", { colspan: r.maxColspans }, "Total in CNY", 8, ux),
7865
- t("td", cx, "¥" + e((f = s.report) == null ? void 0 : f.paymentAmount), 1)
7865
+ t("td", cx, "¥" + e((j = s.report) == null ? void 0 : j.paymentAmount), 1)
7866
7866
  ])
7867
7867
  ], 64)) : (n(), d("tr", yx, [
7868
7868
  t("td", { colspan: r.maxColspans }, l[6] || (l[6] = [
@@ -7892,7 +7892,7 @@ const px = /* @__PURE__ */ sl(lx, [["render", zx], ["__scopeId", "data-v-5a35290
7892
7892
  install(i) {
7893
7893
  i.component("OrmInvoiceReport", tx), i.component("FliInvoiceReport", px);
7894
7894
  }
7895
- }, Cx = (i) => (typeof i == "string" ? i = $(i) : typeof i == "number" && (i = $(i)), i), jx = (i, l = "MMM-DD,YYYY/HHmm[Z]") => fx(i, l), fx = (i, l = "MMM-DD/HHmm[Z]") => (i = Cx(i), i ? `${i.utc().format(l)}` : "-");
7895
+ }, Cx = (i) => (typeof i == "string" ? i = $(i) : typeof i == "number" && (i = $(i)), i), fx = (i, l = "MMM-DD,YYYY/HHmm[Z]") => jx(i, l), jx = (i, l = "MMM-DD/HHmm[Z]") => (i = Cx(i), i ? `${i.utc().format(l)}` : "-");
7896
7896
  const Ux = {
7897
7897
  name: "IdmEditableItem",
7898
7898
  components: { Edit: Wa, Close: Ba, IdmEditor: ys },
@@ -7977,7 +7977,7 @@ const Ux = {
7977
7977
  computed: {
7978
7978
  computeUtcTime() {
7979
7979
  return function(i, l) {
7980
- return jx(i, l);
7980
+ return fx(i, l);
7981
7981
  };
7982
7982
  }
7983
7983
  },
@@ -8005,7 +8005,7 @@ const Ux = {
8005
8005
  class: "buttons"
8006
8006
  };
8007
8007
  function Ox(i, l, s, D, r, a) {
8008
- const c = F("ElTag"), M = F("ElInput"), I = F("IdmEditor"), p = F("ElInputNumber"), j = F("ElDatePicker"), u = F("ElOption"), A = F("ElSelect"), Y = F("ElRadio"), f = F("ElRadioGroup"), b = F("ElCheckbox"), m = F("ElCheckboxGroup"), C = F("Edit"), S = F("ElIcon"), O = F("ElButton"), Q = F("Close");
8008
+ const c = F("ElTag"), M = F("ElInput"), I = F("IdmEditor"), p = F("ElInputNumber"), f = F("ElDatePicker"), u = F("ElOption"), A = F("ElSelect"), Y = F("ElRadio"), j = F("ElRadioGroup"), b = F("ElCheckbox"), m = F("ElCheckboxGroup"), C = F("Edit"), S = F("ElIcon"), O = F("ElButton"), Q = F("Close");
8009
8009
  return n(), d("div", bx, [
8010
8010
  t("div", {
8011
8011
  class: "group",
@@ -8058,7 +8058,7 @@ function Ox(i, l, s, D, r, a) {
8058
8058
  onBlur: a.handleCommit,
8059
8059
  onChange: a.handleCommit
8060
8060
  }, null, 8, ["modelValue", "size", "controls", "min", "max", "step", "precision", "onBlur", "onChange"])) : y("", !0),
8061
- s.type === "datetime" ? (n(), il(j, {
8061
+ s.type === "datetime" ? (n(), il(f, {
8062
8062
  key: 5,
8063
8063
  modelValue: r.model,
8064
8064
  "onUpdate:modelValue": l[7] || (l[7] = (v) => r.model = v),
@@ -8135,7 +8135,7 @@ function Ox(i, l, s, D, r, a) {
8135
8135
  ]),
8136
8136
  _: 1
8137
8137
  }, 8, ["modelValue", "size", "remote-method", "onChange"])) : y("", !0),
8138
- s.type === "radio" ? (n(), il(f, {
8138
+ s.type === "radio" ? (n(), il(j, {
8139
8139
  key: 9,
8140
8140
  modelValue: r.model,
8141
8141
  "onUpdate:modelValue": l[11] || (l[11] = (v) => r.model = v),
@@ -8314,7 +8314,7 @@ const wx = {
8314
8314
  // 经纬度转换
8315
8315
  computedLngLat() {
8316
8316
  return function(i, l) {
8317
- return `${ft.lat2pretty(i).pretty} / ${ft.lng2pretty(l).pretty}`;
8317
+ return `${jt.lat2pretty(i).pretty} / ${jt.lng2pretty(l).pretty}`;
8318
8318
  };
8319
8319
  },
8320
8320
  computeNum() {
@@ -8398,8 +8398,8 @@ const wx = {
8398
8398
  if ((s || s == 0) && s != "") {
8399
8399
  if (i === "port") {
8400
8400
  if (r > 0) {
8401
- const p = l.substring(0, r), j = l.substring(r + 1);
8402
- j !== "date" && (s = Number(s)), this.extraPortList[D][p][j] = s;
8401
+ const p = l.substring(0, r), f = l.substring(r + 1);
8402
+ f !== "date" && (s = Number(s)), this.extraPortList[D][p][f] = s;
8403
8403
  } else
8404
8404
  this.extraPortList[D][l] = s;
8405
8405
  a = {
@@ -8446,7 +8446,7 @@ const wx = {
8446
8446
  }, Hx = { class: "section summary-section" }, Jx = { class: "border-solid" }, _x = { class: "cp" }, Xx = {
8447
8447
  class: "flex-between",
8448
8448
  style: { padding: "6px 0" }
8449
- }, Kx = { style: { "margin-left": "5px" } }, qx = { style: { "margin-left": "5px" } }, $x = { key: 0 }, tz = { key: 0 }, lz = { key: 1 }, ez = { key: 0 }, sz = { key: 0 }, iz = { key: 1 }, oz = { key: 0 }, nz = { key: 0 }, dz = { key: 1 }, az = { class: "summary-block flex-between" }, rz = { class: "item" }, Mz = { class: "value flex-end" }, Dz = { key: 0 }, Nz = { class: "gain" }, Iz = { key: 1 }, gz = { class: "lost" }, uz = { key: 2 }, cz = { class: "item" }, yz = { class: "value flex-end" }, Az = { key: 0 }, vz = { class: "gain" }, Tz = { key: 1 }, xz = { class: "lost" }, zz = { key: 2 }, pz = { class: "item" }, Cz = { class: "value flex-end" }, jz = { key: 0 }, fz = { class: "gain" }, Uz = { key: 1 }, bz = { class: "lost" }, mz = { key: 2 }, Ez = { class: "item" }, Oz = { class: "value flex-end" }, wz = { key: 0 }, Yz = { class: "gain" }, Sz = { key: 1 }, Qz = { class: "lost" }, kz = { key: 2 }, hz = { class: "section-content" }, Rz = {
8449
+ }, Kx = { style: { "margin-left": "5px" } }, qx = { style: { "margin-left": "5px" } }, $x = { key: 0 }, tz = { key: 0 }, lz = { key: 1 }, ez = { key: 0 }, sz = { key: 0 }, iz = { key: 1 }, oz = { key: 0 }, nz = { key: 0 }, dz = { key: 1 }, az = { class: "summary-block flex-between" }, rz = { class: "item" }, Mz = { class: "value flex-end" }, Dz = { key: 0 }, Nz = { class: "gain" }, Iz = { key: 1 }, gz = { class: "lost" }, uz = { key: 2 }, cz = { class: "item" }, yz = { class: "value flex-end" }, Az = { key: 0 }, vz = { class: "gain" }, Tz = { key: 1 }, xz = { class: "lost" }, zz = { key: 2 }, pz = { class: "item" }, Cz = { class: "value flex-end" }, fz = { key: 0 }, jz = { class: "gain" }, Uz = { key: 1 }, bz = { class: "lost" }, mz = { key: 2 }, Ez = { class: "item" }, Oz = { class: "value flex-end" }, wz = { key: 0 }, Yz = { class: "gain" }, Sz = { key: 1 }, Qz = { class: "lost" }, kz = { key: 2 }, hz = { class: "section-content" }, Rz = {
8450
8450
  key: 0,
8451
8451
  class: ""
8452
8452
  }, Fz = ["innerHTML"], Vz = { key: 1 }, Pz = { class: "section deviation-info-section" }, Gz = { key: 0 }, Wz = { key: 1 }, Bz = {
@@ -8468,15 +8468,15 @@ const wx = {
8468
8468
  }, $z = { class: "flex-start" }, tp = { class: "fraction flex-center" }, lp = { class: "content" }, ep = { key: 0 }, sp = { key: 1 }, ip = { class: "fraction flex-center" }, op = { class: "content" }, np = { class: "fraction flex-center" }, dp = { class: "flex-start" }, ap = { class: "fraction flex-center" }, rp = { class: "fraction flex-center" }, Mp = { class: "fraction flex-center" }, Dp = {
8469
8469
  key: 1,
8470
8470
  class: "formula-block"
8471
- }, Np = { class: "flex-start" }, Ip = { class: "fraction flex-center" }, gp = { class: "content" }, up = { key: 0 }, cp = { key: 1 }, yp = { class: "fraction flex-center" }, Ap = { class: "content" }, vp = { class: "fraction flex-center" }, Tp = { class: "flex-start" }, xp = { class: "fraction flex-center" }, zp = { class: "fraction flex-center" }, pp = { class: "fraction flex-center" }, Cp = { class: "fuel-block flex-between border-dashed" }, jp = {
8471
+ }, Np = { class: "flex-start" }, Ip = { class: "fraction flex-center" }, gp = { class: "content" }, up = { key: 0 }, cp = { key: 1 }, yp = { class: "fraction flex-center" }, Ap = { class: "content" }, vp = { class: "fraction flex-center" }, Tp = { class: "flex-start" }, xp = { class: "fraction flex-center" }, zp = { class: "fraction flex-center" }, pp = { class: "fraction flex-center" }, Cp = { class: "fuel-block flex-between border-dashed" }, fp = {
8472
8472
  key: 0,
8473
8473
  class: "formula-block"
8474
- }, fp = { class: "flex-start" }, Up = { class: "fraction flex-center" }, bp = { class: "content" }, mp = { key: 0 }, Ep = { key: 1 }, Op = { class: "fraction flex-center" }, wp = { class: "content" }, Yp = { key: 0 }, Sp = { key: 1 }, Qp = { class: "fraction flex-center" }, kp = { class: "content" }, hp = { class: "fraction flex-center" }, Rp = { class: "content" }, Fp = { class: "fraction flex-center" }, Vp = { class: "flex-start" }, Pp = { class: "fraction flex-center" }, Gp = { class: "fraction flex-center" }, Wp = { class: "fraction flex-center" }, Bp = { class: "flex-start" }, Lp = { class: "fraction flex-center" }, Zp = { class: "content" }, Hp = { key: 0 }, Jp = { key: 1 }, _p = { class: "fraction flex-center" }, Xp = { class: "content" }, Kp = { key: 0 }, qp = { key: 1 }, $p = { class: "fraction flex-center" }, t4 = { class: "content" }, l4 = { class: "fraction flex-center" }, e4 = { class: "content" }, s4 = { class: "fraction flex-center" }, i4 = { class: "flex-start" }, o4 = { class: "fraction flex-center" }, n4 = { class: "fraction flex-center" }, d4 = { class: "fraction flex-center" }, a4 = {
8474
+ }, jp = { class: "flex-start" }, Up = { class: "fraction flex-center" }, bp = { class: "content" }, mp = { key: 0 }, Ep = { key: 1 }, Op = { class: "fraction flex-center" }, wp = { class: "content" }, Yp = { key: 0 }, Sp = { key: 1 }, Qp = { class: "fraction flex-center" }, kp = { class: "content" }, hp = { class: "fraction flex-center" }, Rp = { class: "content" }, Fp = { class: "fraction flex-center" }, Vp = { class: "flex-start" }, Pp = { class: "fraction flex-center" }, Gp = { class: "fraction flex-center" }, Wp = { class: "fraction flex-center" }, Bp = { class: "flex-start" }, Lp = { class: "fraction flex-center" }, Zp = { class: "content" }, Hp = { key: 0 }, Jp = { key: 1 }, _p = { class: "fraction flex-center" }, Xp = { class: "content" }, Kp = { key: 0 }, qp = { key: 1 }, $p = { class: "fraction flex-center" }, t4 = { class: "content" }, l4 = { class: "fraction flex-center" }, e4 = { class: "content" }, s4 = { class: "fraction flex-center" }, i4 = { class: "flex-start" }, o4 = { class: "fraction flex-center" }, n4 = { class: "fraction flex-center" }, d4 = { class: "fraction flex-center" }, a4 = {
8475
8475
  key: 1,
8476
8476
  class: "formula-block"
8477
- }, r4 = { class: "flex-start" }, M4 = { class: "fraction flex-center" }, D4 = { class: "content" }, N4 = { key: 0 }, I4 = { key: 1 }, g4 = { class: "fraction flex-center" }, u4 = { class: "content" }, c4 = { key: 0 }, y4 = { key: 1 }, A4 = { class: "fraction flex-center" }, v4 = { class: "content" }, T4 = { class: "fraction flex-center" }, x4 = { class: "content" }, z4 = { class: "fraction flex-center" }, p4 = { class: "flex-start" }, C4 = { class: "fraction flex-center" }, j4 = { class: "fraction flex-center" }, f4 = { class: "fraction flex-center" }, U4 = { class: "flex-start" }, b4 = { class: "fraction flex-center" }, m4 = { class: "content" }, E4 = { key: 0 }, O4 = { key: 1 }, w4 = { class: "fraction flex-center" }, Y4 = { class: "content" }, S4 = { key: 0 }, Q4 = { key: 1 }, k4 = { class: "fraction flex-center" }, h4 = { class: "content" }, R4 = { class: "fraction flex-center" }, F4 = { class: "content" }, V4 = { class: "fraction flex-center" }, P4 = { class: "flex-start" }, G4 = { class: "fraction flex-center" }, W4 = { class: "fraction flex-center" }, B4 = { class: "fraction flex-center" }, L4 = { class: "section map-section" }, Z4 = { class: "report-map" }, H4 = ["src"];
8477
+ }, r4 = { class: "flex-start" }, M4 = { class: "fraction flex-center" }, D4 = { class: "content" }, N4 = { key: 0 }, I4 = { key: 1 }, g4 = { class: "fraction flex-center" }, u4 = { class: "content" }, c4 = { key: 0 }, y4 = { key: 1 }, A4 = { class: "fraction flex-center" }, v4 = { class: "content" }, T4 = { class: "fraction flex-center" }, x4 = { class: "content" }, z4 = { class: "fraction flex-center" }, p4 = { class: "flex-start" }, C4 = { class: "fraction flex-center" }, f4 = { class: "fraction flex-center" }, j4 = { class: "fraction flex-center" }, U4 = { class: "flex-start" }, b4 = { class: "fraction flex-center" }, m4 = { class: "content" }, E4 = { key: 0 }, O4 = { key: 1 }, w4 = { class: "fraction flex-center" }, Y4 = { class: "content" }, S4 = { key: 0 }, Q4 = { key: 1 }, k4 = { class: "fraction flex-center" }, h4 = { class: "content" }, R4 = { class: "fraction flex-center" }, F4 = { class: "content" }, V4 = { class: "fraction flex-center" }, P4 = { class: "flex-start" }, G4 = { class: "fraction flex-center" }, W4 = { class: "fraction flex-center" }, B4 = { class: "fraction flex-center" }, L4 = { class: "section map-section" }, Z4 = { class: "report-map" }, H4 = ["src"];
8478
8478
  function J4(i, l, s, D, r, a) {
8479
- var j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, js, fs, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi;
8479
+ var f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, fs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi;
8480
8480
  const c = F("IdmBrand"), M = F("Editor"), I = F("EditableItem"), p = F("ElButton");
8481
8481
  return n(), d("div", Yx, [
8482
8482
  E(c, { name: "Voyage Deviation Report" }),
@@ -8485,14 +8485,14 @@ function J4(i, l, s, D, r, a) {
8485
8485
  t("div", kx, [
8486
8486
  t("div", hx, [
8487
8487
  l[11] || (l[11] = t("label", { class: "label" }, "Prepared For:", -1)),
8488
- t("div", null, e((j = s.report) == null ? void 0 : j.preparedFor), 1)
8488
+ t("div", null, e((f = s.report) == null ? void 0 : f.preparedFor), 1)
8489
8489
  ]),
8490
8490
  t("div", Rx, [
8491
8491
  l[13] || (l[13] = t("label", { class: "label" }, "Departure Port:", -1)),
8492
8492
  t("div", null, [
8493
8493
  t("span", null, e((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.name), 1),
8494
8494
  l[12] || (l[12] = g(" , ")),
8495
- t("span", Fx, e(a.computeUTCTime(((f = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : f.atd) || ((m = (b = s.report) == null ? void 0 : b.departure) == null ? void 0 : m.etd))), 1)
8495
+ t("span", Fx, e(a.computeUTCTime(((j = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : j.atd) || ((m = (b = s.report) == null ? void 0 : b.departure) == null ? void 0 : m.etd))), 1)
8496
8496
  ])
8497
8497
  ])
8498
8498
  ]),
@@ -8565,7 +8565,7 @@ function J4(i, l, s, D, r, a) {
8565
8565
  t("span", null, e(((Xt = (_t = s.report) == null ? void 0 : _t.cp) == null ? void 0 : Xt.dgo) ?? "—"), 1),
8566
8566
  s.report.useWeather ? (n(), d("span", oz, [
8567
8567
  l[21] || (l[21] = g(" | ")),
8568
- (qt = (Kt = (h = s.report) == null ? void 0 : h.extend) == null ? void 0 : Kt.dgoAbtCons) != null && qt.percentage ? (n(), d("span", nz, "+" + e((jt = (Mt = (N = s.report) == null ? void 0 : N.extend) == null ? void 0 : Mt.dgoAbtCons) == null ? void 0 : jt.over) + "% , -" + e((At = (Ht = (Z = s.report) == null ? void 0 : Z.extend) == null ? void 0 : Ht.dgoAbtCons) == null ? void 0 : At.under) + "%", 1)) : (n(), d("span", dz, "+" + e((tl = ($t = (Jt = s.report) == null ? void 0 : Jt.extend) == null ? void 0 : $t.dgoAbtCons) == null ? void 0 : tl.overTolerance) + " , -" + e((al = (dl = (nl = s.report) == null ? void 0 : nl.extend) == null ? void 0 : dl.dgoAbtCons) == null ? void 0 : al.underTolerance), 1))
8568
+ (qt = (Kt = (h = s.report) == null ? void 0 : h.extend) == null ? void 0 : Kt.dgoAbtCons) != null && qt.percentage ? (n(), d("span", nz, "+" + e((ft = (Mt = (N = s.report) == null ? void 0 : N.extend) == null ? void 0 : Mt.dgoAbtCons) == null ? void 0 : ft.over) + "% , -" + e((At = (Ht = (Z = s.report) == null ? void 0 : Z.extend) == null ? void 0 : Ht.dgoAbtCons) == null ? void 0 : At.under) + "%", 1)) : (n(), d("span", dz, "+" + e((tl = ($t = (Jt = s.report) == null ? void 0 : Jt.extend) == null ? void 0 : $t.dgoAbtCons) == null ? void 0 : tl.overTolerance) + " , -" + e((al = (dl = (nl = s.report) == null ? void 0 : nl.extend) == null ? void 0 : dl.dgoAbtCons) == null ? void 0 : al.underTolerance), 1))
8569
8569
  ])) : y("", !0)
8570
8570
  ])
8571
8571
  ])
@@ -8604,9 +8604,9 @@ function J4(i, l, s, D, r, a) {
8604
8604
  t("div", pz, [
8605
8605
  l[38] || (l[38] = t("div", { class: "title" }, "FO Total extra Consumption", -1)),
8606
8606
  t("div", Cz, [
8607
- ((Ul = (fl = (jl = s.report) == null ? void 0 : jl.consAnalysis) == null ? void 0 : fl.fo) == null ? void 0 : Ul.totalExtraCons) < 0 ? (n(), d("div", jz, [
8607
+ ((Ul = (jl = (fl = s.report) == null ? void 0 : fl.consAnalysis) == null ? void 0 : jl.fo) == null ? void 0 : Ul.totalExtraCons) < 0 ? (n(), d("div", fz, [
8608
8608
  l[34] || (l[34] = t("i", { class: "iconfont gain" }, "", -1)),
8609
- t("span", fz, e(Math.abs((El = (ml = (bl = s.report) == null ? void 0 : bl.consAnalysis) == null ? void 0 : ml.fo) == null ? void 0 : El.totalExtraCons)), 1),
8609
+ t("span", jz, e(Math.abs((El = (ml = (bl = s.report) == null ? void 0 : bl.consAnalysis) == null ? void 0 : ml.fo) == null ? void 0 : El.totalExtraCons)), 1),
8610
8610
  l[35] || (l[35] = t("span", { class: "unit" }, "mt", -1))
8611
8611
  ])) : ((Yl = (wl = (Ol = s.report) == null ? void 0 : Ol.consAnalysis) == null ? void 0 : wl.fo) == null ? void 0 : Yl.totalExtraCons) >= 0 ? (n(), d("div", Uz, [
8612
8612
  l[36] || (l[36] = t("i", { class: "iconfont lost" }, "", -1)),
@@ -8858,7 +8858,7 @@ function J4(i, l, s, D, r, a) {
8858
8858
  ]),
8859
8859
  t("tbody", null, [
8860
8860
  (n(!0), d(U, null, et(r.extraPortList, (st, ds) => {
8861
- var zi, pi, Ci, ji, fi, Ui, bi, mi;
8861
+ var zi, pi, Ci, fi, ji, Ui, bi, mi;
8862
8862
  return n(), d(U, { key: ds }, [
8863
8863
  t("tr", null, [
8864
8864
  t("td", Hz, [
@@ -8928,7 +8928,7 @@ function J4(i, l, s, D, r, a) {
8928
8928
  t("td", null, [
8929
8929
  E(I, {
8930
8930
  class: "check editable-item",
8931
- value: (ji = st == null ? void 0 : st.departure) == null ? void 0 : ji.date,
8931
+ value: (fi = st == null ? void 0 : st.departure) == null ? void 0 : fi.date,
8932
8932
  size: "small",
8933
8933
  format: "MMM-DD,YYYY|HHmm[Z]",
8934
8934
  iconable: !1,
@@ -8940,7 +8940,7 @@ function J4(i, l, s, D, r, a) {
8940
8940
  t("td", null, [
8941
8941
  E(I, {
8942
8942
  class: "editable-item",
8943
- value: (fi = st == null ? void 0 : st.departure) == null ? void 0 : fi.foBrob,
8943
+ value: (ji = st == null ? void 0 : st.departure) == null ? void 0 : ji.foBrob,
8944
8944
  iconable: !1,
8945
8945
  size: "small",
8946
8946
  type: "alphanumeric",
@@ -9066,7 +9066,7 @@ function J4(i, l, s, D, r, a) {
9066
9066
  l[83] || (l[83] = t("div", { class: "sig" }, "+", -1)),
9067
9067
  t("div", rp, e(a.computeNum((Ce = (pe = s.report) == null ? void 0 : pe.timeAnalysis) == null ? void 0 : Ce.portTime)), 1),
9068
9068
  l[84] || (l[84] = t("div", { class: "sig" }, "=", -1)),
9069
- t("div", Mp, e((fe = (je = s.report) == null ? void 0 : je.timeAnalysis) == null ? void 0 : fe.totalExtraTime) + " (hrs)", 1)
9069
+ t("div", Mp, e((je = (fe = s.report) == null ? void 0 : fe.timeAnalysis) == null ? void 0 : je.totalExtraTime) + " (hrs)", 1)
9070
9070
  ])
9071
9071
  ])) : (n(), d("div", Dp, [
9072
9072
  t("div", Np, [
@@ -9103,8 +9103,8 @@ function J4(i, l, s, D, r, a) {
9103
9103
  ]))
9104
9104
  ]),
9105
9105
  t("div", Cp, [
9106
- ((Re = s.report) == null ? void 0 : Re.method) === "DistExtrapolate" ? (n(), d("div", jp, [
9107
- t("div", fp, [
9106
+ ((Re = s.report) == null ? void 0 : Re.method) === "DistExtrapolate" ? (n(), d("div", fp, [
9107
+ t("div", jp, [
9108
9108
  l[104] || (l[104] = t("div", { class: "fraction flex-center" }, "FO Consumption for extra distance sailing", -1)),
9109
9109
  l[105] || (l[105] = t("div", { class: "sig" }, "=", -1)),
9110
9110
  t("div", Up, [
@@ -9172,7 +9172,7 @@ function J4(i, l, s, D, r, a) {
9172
9172
  t("div", t4, [
9173
9173
  t("div", null, e((Cs = s.report) == null ? void 0 : Cs.extraDist), 1),
9174
9174
  l[117] || (l[117] = t("div", { class: "line" }, null, -1)),
9175
- t("div", null, e((fs = (js = s.report) == null ? void 0 : js.extend) == null ? void 0 : fs.cpSpd), 1)
9175
+ t("div", null, e((js = (fs = s.report) == null ? void 0 : fs.extend) == null ? void 0 : js.cpSpd), 1)
9176
9176
  ])
9177
9177
  ]),
9178
9178
  l[124] || (l[124] = t("div", { class: "sig" }, "×", -1)),
@@ -9236,9 +9236,9 @@ function J4(i, l, s, D, r, a) {
9236
9236
  l[142] || (l[142] = it('<div class="fraction flex-center" data-v-79be3d47>FO Total Extra Consumption</div><div class="sig" data-v-79be3d47>=</div><div class="fraction flex-center" data-v-79be3d47>FO Consumption for Actual Route</div><div class="sig" data-v-79be3d47>-</div><div class="fraction flex-center" data-v-79be3d47>FO Consumption for Route prior to deviation sailing</div><div class="sig" data-v-79be3d47>=</div>', 6)),
9237
9237
  t("div", C4, e((Xs = (_s = (Js = s.report) == null ? void 0 : Js.consAnalysis) == null ? void 0 : _s.fo) == null ? void 0 : Xs.actualCons), 1),
9238
9238
  l[143] || (l[143] = t("div", { class: "sig" }, "-", -1)),
9239
- t("div", j4, e(a.computeNum(($s = (qs = (Ks = s.report) == null ? void 0 : Ks.consAnalysis) == null ? void 0 : qs.fo) == null ? void 0 : $s.sailingCons)), 1),
9239
+ t("div", f4, e(a.computeNum(($s = (qs = (Ks = s.report) == null ? void 0 : Ks.consAnalysis) == null ? void 0 : qs.fo) == null ? void 0 : $s.sailingCons)), 1),
9240
9240
  l[144] || (l[144] = t("div", { class: "sig" }, "=", -1)),
9241
- t("div", f4, e((Ms = (li = (ti = s.report) == null ? void 0 : ti.consAnalysis) == null ? void 0 : li.fo) == null ? void 0 : Ms.totalExtraCons) + " (mt)", 1)
9241
+ t("div", j4, e((Ms = (li = (ti = s.report) == null ? void 0 : ti.consAnalysis) == null ? void 0 : li.fo) == null ? void 0 : Ms.totalExtraCons) + " (mt)", 1)
9242
9242
  ]),
9243
9243
  t("div", U4, [
9244
9244
  l[152] || (l[152] = t("div", { class: "fraction flex-center" }, "MGO Consumption for Route prior to deviation sailing", -1)),
@@ -9362,7 +9362,7 @@ const X4 = {
9362
9362
  // 经纬度转换
9363
9363
  computedLngLat() {
9364
9364
  return function(i, l) {
9365
- const s = ft.lat2pretty(i).pretty, D = ft.lng2pretty(l).pretty;
9365
+ const s = jt.lat2pretty(i).pretty, D = jt.lng2pretty(l).pretty;
9366
9366
  return `${s} / ${D}`;
9367
9367
  };
9368
9368
  },
@@ -9435,7 +9435,7 @@ const X4 = {
9435
9435
  this.editorDisabled ? this.editable = !1 : this.editable = !0;
9436
9436
  },
9437
9437
  async handleCommit(i, l, s, D) {
9438
- var c, M, I, p, j;
9438
+ var c, M, I, p, f;
9439
9439
  this.editable = !1;
9440
9440
  const r = l.indexOf(".");
9441
9441
  let a = {};
@@ -9461,7 +9461,7 @@ const X4 = {
9461
9461
  }
9462
9462
  }
9463
9463
  );
9464
- this.extraData = (c = u == null ? void 0 : u.data) == null ? void 0 : c.data, this.extraPortList = (I = (M = u == null ? void 0 : u.data) == null ? void 0 : M.data) == null ? void 0 : I.extraPorts, this.advisory = (p = this.data) != null && p.comments ? (j = this.data) == null ? void 0 : j.comments : void 0;
9464
+ this.extraData = (c = u == null ? void 0 : u.data) == null ? void 0 : c.data, this.extraPortList = (I = (M = u == null ? void 0 : u.data) == null ? void 0 : M.data) == null ? void 0 : I.extraPorts, this.advisory = (p = this.data) != null && p.comments ? (f = this.data) == null ? void 0 : f.comments : void 0;
9465
9465
  } else
9466
9466
  wa({
9467
9467
  message: "Value cannot be empty.",
@@ -9478,7 +9478,7 @@ const X4 = {
9478
9478
  }, I3 = { class: "flex" }, g3 = { class: "flexM" }, u3 = { class: "summary-item" }, c3 = {
9479
9479
  class: "flexL gray",
9480
9480
  style: { display: "flex" }
9481
- }, y3 = { class: "flex" }, A3 = { class: "flexM" }, v3 = { class: "report-summary" }, T3 = { class: "summary-item" }, x3 = { class: "summary-item" }, z3 = { class: "summary-item" }, p3 = { class: "summary-item" }, C3 = { class: "report-map" }, j3 = ["src"], f3 = {
9481
+ }, y3 = { class: "flex" }, A3 = { class: "flexM" }, v3 = { class: "report-summary" }, T3 = { class: "summary-item" }, x3 = { class: "summary-item" }, z3 = { class: "summary-item" }, p3 = { class: "summary-item" }, C3 = { class: "report-map" }, f3 = ["src"], j3 = {
9482
9482
  key: 0,
9483
9483
  class: "subtitle"
9484
9484
  }, U3 = {
@@ -9520,7 +9520,7 @@ const X4 = {
9520
9520
  }, xC = { style: { width: "5%" } }, zC = { style: { width: "5%" } }, pC = { style: { width: "5%" } }, CC = {
9521
9521
  key: 1,
9522
9522
  class: "equation"
9523
- }, jC = { style: { width: "5%" } }, fC = { style: { width: "5%" } }, UC = { style: { width: "5%" } }, bC = { style: { width: "5%" } }, mC = {
9523
+ }, fC = { style: { width: "5%" } }, jC = { style: { width: "5%" } }, UC = { style: { width: "5%" } }, bC = { style: { width: "5%" } }, mC = {
9524
9524
  key: 4,
9525
9525
  class: "report-summary"
9526
9526
  }, EC = { class: "summary-item" }, OC = { class: "flex blue center" }, wC = { class: "summary-item" }, YC = { class: "flex blue center" }, SC = { class: "summary-item" }, QC = { class: "flex blue center" }, kC = {
@@ -9538,52 +9538,52 @@ const X4 = {
9538
9538
  }, JC = {
9539
9539
  class: "function",
9540
9540
  style: { width: "5%" }
9541
- }, _C = { style: { width: "5%" } }, XC = { class: "equation" }, KC = { style: { width: "5%" } }, qC = { style: { width: "5%" } }, $C = { style: { width: "5%" } }, tj = { class: "equation" }, lj = {
9541
+ }, _C = { style: { width: "5%" } }, XC = { class: "equation" }, KC = { style: { width: "5%" } }, qC = { style: { width: "5%" } }, $C = { style: { width: "5%" } }, tf = { class: "equation" }, lf = {
9542
9542
  class: "function",
9543
9543
  style: { width: "5%" }
9544
- }, ej = {
9544
+ }, ef = {
9545
9545
  class: "function",
9546
9546
  style: { width: "5%" }
9547
- }, sj = { style: { width: "5%" } }, ij = { class: "equation" }, oj = { style: { width: "5%" } }, nj = { style: { width: "5%" } }, dj = { style: { width: "5%" } }, aj = {
9547
+ }, sf = { style: { width: "5%" } }, of = { class: "equation" }, nf = { style: { width: "5%" } }, df = { style: { width: "5%" } }, af = { style: { width: "5%" } }, rf = {
9548
9548
  key: 7,
9549
9549
  class: "report-formular"
9550
- }, rj = { class: "equation" }, Mj = {
9550
+ }, Mf = { class: "equation" }, Df = {
9551
9551
  class: "function",
9552
9552
  style: { width: "5%" }
9553
- }, Dj = {
9553
+ }, Nf = {
9554
9554
  class: "function",
9555
9555
  style: { width: "5%" }
9556
- }, Nj = { style: { width: "5%" } }, Ij = { class: "equation" }, gj = {
9556
+ }, If = { style: { width: "5%" } }, gf = { class: "equation" }, uf = {
9557
9557
  class: "function",
9558
9558
  style: { width: "5%" }
9559
- }, uj = {
9559
+ }, cf = {
9560
9560
  class: "function",
9561
9561
  style: { width: "5%" }
9562
- }, cj = { style: { width: "5%" } }, yj = {
9562
+ }, yf = { style: { width: "5%" } }, Af = {
9563
9563
  key: 0,
9564
9564
  class: "equation"
9565
- }, Aj = { style: { width: "5%" } }, vj = { style: { width: "5%" } }, Tj = { style: { width: "5%" } }, xj = {
9565
+ }, vf = { style: { width: "5%" } }, Tf = { style: { width: "5%" } }, xf = { style: { width: "5%" } }, zf = {
9566
9566
  key: 1,
9567
9567
  class: "equation"
9568
- }, zj = { style: { width: "5%" } }, pj = { style: { width: "5%" } }, Cj = { style: { width: "5%" } }, jj = { style: { width: "5%" } }, fj = {
9568
+ }, pf = { style: { width: "5%" } }, Cf = { style: { width: "5%" } }, ff = { style: { width: "5%" } }, jf = { style: { width: "5%" } }, Uf = {
9569
9569
  key: 2,
9570
9570
  class: "equation"
9571
- }, Uj = { style: { width: "5%" } }, bj = { style: { width: "5%" } }, mj = { style: { width: "5%" } }, Ej = {
9571
+ }, bf = { style: { width: "5%" } }, mf = { style: { width: "5%" } }, Ef = { style: { width: "5%" } }, Of = {
9572
9572
  key: 3,
9573
9573
  class: "equation"
9574
- }, Oj = { style: { width: "5%" } }, wj = { style: { width: "5%" } }, Yj = { style: { width: "5%" } }, Sj = { style: { width: "5%" } }, Qj = {
9574
+ }, wf = { style: { width: "5%" } }, Yf = { style: { width: "5%" } }, Sf = { style: { width: "5%" } }, Qf = { style: { width: "5%" } }, kf = {
9575
9575
  key: 8,
9576
9576
  class: "report-summary"
9577
- }, kj = { class: "summary-item" }, hj = { class: "flex blue center" }, Rj = { class: "flex blue center" }, Fj = { class: "summary-item" }, Vj = { class: "flex blue center" }, Pj = { class: "flex blue center" }, Gj = { class: "summary-item" }, Wj = {
9577
+ }, hf = { class: "summary-item" }, Rf = { class: "flex blue center" }, Ff = { class: "flex blue center" }, Vf = { class: "summary-item" }, Pf = { class: "flex blue center" }, Gf = { class: "flex blue center" }, Wf = { class: "summary-item" }, Bf = {
9578
9578
  key: 9,
9579
9579
  class: "report-summary"
9580
- }, Bj = { class: "summary-item" }, Lj = { class: "flex blue center" }, Zj = { class: "flex blue center" }, Hj = { class: "summary-item" }, Jj = { class: "flex blue center" }, _j = { class: "flex blue center" }, Xj = {
9580
+ }, Lf = { class: "summary-item" }, Zf = { class: "flex blue center" }, Hf = { class: "flex blue center" }, Jf = { class: "summary-item" }, _f = { class: "flex blue center" }, Xf = { class: "flex blue center" }, Kf = {
9581
9581
  key: 0,
9582
9582
  class: "summary-item"
9583
- }, Kj = { class: "flex blue center" }, qj = { class: "flex blue center" }, $j = { class: "summary-item" }, tf = ["innerHTML"];
9584
- function lf(i, l, s, D, r, a) {
9585
- var u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, js, fs, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, ds, zi, pi, Ci, ji, fi, Ui, bi, mi, ul, Ei, Oi, wi, Yi;
9586
- const c = F("EditableItem"), M = F("CirclePlus"), I = F("ElIcon"), p = F("Remove"), j = F("Editor");
9583
+ }, qf = { class: "flex blue center" }, $f = { class: "flex blue center" }, tj = { class: "summary-item" }, lj = ["innerHTML"];
9584
+ function ej(i, l, s, D, r, a) {
9585
+ var u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, fs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, ds, zi, pi, Ci, fi, ji, Ui, bi, mi, ul, Ei, Oi, wi, Yi;
9586
+ const c = F("EditableItem"), M = F("CirclePlus"), I = F("ElIcon"), p = F("Remove"), f = F("Editor");
9587
9587
  return n(), d("div", K4, [
9588
9588
  l[140] || (l[140] = t("div", { class: "report-bg" }, [
9589
9589
  t("img", { src: "https://img.idmwx.com/asset/fli_logo.png" })
@@ -9603,7 +9603,7 @@ function lf(i, l, s, D, r, a) {
9603
9603
  ]),
9604
9604
  t("div", o3, [
9605
9605
  l[13] || (l[13] = t("label", { class: "flex gray" }, "Prepared For", -1)),
9606
- t("div", n3, e((f = r.extraData) == null ? void 0 : f.preparedFor), 1)
9606
+ t("div", n3, e((j = r.extraData) == null ? void 0 : j.preparedFor), 1)
9607
9607
  ]),
9608
9608
  t("div", d3, [
9609
9609
  l[14] || (l[14] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
@@ -9661,11 +9661,11 @@ function lf(i, l, s, D, r, a) {
9661
9661
  style: { width: "100%" },
9662
9662
  src: (ot = r.extraData) == null ? void 0 : ot.chartUrl,
9663
9663
  alt: ""
9664
- }, null, 8, j3),
9664
+ }, null, 8, f3),
9665
9665
  l[22] || (l[22] = it('<div class="legend" data-v-eba493df><div class="legend-item" data-v-eba493df><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-eba493df></div><div data-v-eba493df>Actual Route</div></div><div class="legend-item" data-v-eba493df><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-eba493df></div><div data-v-eba493df>Route prior to deviation</div></div></div>', 1))
9666
9666
  ]),
9667
9667
  l[143] || (l[143] = t("div", { class: "page-break" }, null, -1)),
9668
- i.isDistExtra ? y("", !0) : (n(), d("div", f3, "Diversion Information")),
9668
+ i.isDistExtra ? y("", !0) : (n(), d("div", j3, "Diversion Information")),
9669
9669
  i.isDistExtra ? y("", !0) : (n(), d("div", U3, [
9670
9670
  l[31] || (l[31] = it('<div class="summary-item" data-v-eba493df><div class="blue center" style="width:16%;" data-v-eba493df>Diversion</div><div class="blue center" style="width:20%;" data-v-eba493df>Position</div><div class="blue center" style="width:17%;" data-v-eba493df>Date Time</div><div class="flex blue center" data-v-eba493df>FO BROB<br data-v-eba493df>(mt)</div><div class="flex blue center" data-v-eba493df>DO/GO<br data-v-eba493df>BROB (mt)</div><div class="flex blue center" data-v-eba493df>Bunkering<br data-v-eba493df>FO (mt)</div><div class="flex blue center" data-v-eba493df>Bunkering<br data-v-eba493df>DO/GO (mt)</div></div>', 1)),
9671
9671
  t("div", b3, [
@@ -9961,7 +9961,7 @@ function lf(i, l, s, D, r, a) {
9961
9961
  l[41] || (l[41] = t("td", null, null, -1)),
9962
9962
  t("td", null, e(((h = (Xt = r.extraData) == null ? void 0 : Xt.timeAnalysis) == null ? void 0 : h.portTime) ?? "—"), 1),
9963
9963
  t("td", null, e(((N = (qt = (Kt = r.extraData) == null ? void 0 : Kt.consAnalysis) == null ? void 0 : qt.fo) == null ? void 0 : N.portCons) ?? "—"), 1),
9964
- t("td", null, e(((Z = (jt = (Mt = r.extraData) == null ? void 0 : Mt.consAnalysis) == null ? void 0 : jt.dgo) == null ? void 0 : Z.portCons) ?? "—"), 1),
9964
+ t("td", null, e(((Z = (ft = (Mt = r.extraData) == null ? void 0 : Mt.consAnalysis) == null ? void 0 : ft.dgo) == null ? void 0 : Z.portCons) ?? "—"), 1),
9965
9965
  l[42] || (l[42] = t("td", null, null, -1)),
9966
9966
  l[43] || (l[43] = t("td", null, null, -1)),
9967
9967
  l[44] || (l[44] = t("td", { class: "print-hidden" }, null, -1))
@@ -10053,17 +10053,17 @@ function lf(i, l, s, D, r, a) {
10053
10053
  ]),
10054
10054
  r.extraPortList.length < 1 ? (n(), d("div", TC, [
10055
10055
  l[61] || (l[61] = it('<div style="width:18%;text-align:left;" data-v-eba493df>Total extra Time (hrs)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:24%;" data-v-eba493df>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-eba493df>-</div><div style="width:30%;" data-v-eba493df>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-eba493df>=</div>', 6)),
10056
- t("div", xC, e((jl = (Cl = r.extraData) == null ? void 0 : Cl.timeAnalysis) == null ? void 0 : jl.actualTime), 1),
10056
+ t("div", xC, e((fl = (Cl = r.extraData) == null ? void 0 : Cl.timeAnalysis) == null ? void 0 : fl.actualTime), 1),
10057
10057
  l[62] || (l[62] = t("div", { style: { width: "2%" } }, "-", -1)),
10058
- t("div", zC, e((Ul = (fl = r.extraData) == null ? void 0 : fl.timeAnalysis) == null ? void 0 : Ul.sailingTime), 1),
10058
+ t("div", zC, e((Ul = (jl = r.extraData) == null ? void 0 : jl.timeAnalysis) == null ? void 0 : Ul.sailingTime), 1),
10059
10059
  l[63] || (l[63] = t("div", { style: { width: "2%" } }, "=", -1)),
10060
10060
  t("div", pC, e((ml = (bl = r.extraData) == null ? void 0 : bl.timeAnalysis) == null ? void 0 : ml.totalExtraTime), 1),
10061
10061
  l[64] || (l[64] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
10062
10062
  ])) : (n(), d("div", CC, [
10063
10063
  l[65] || (l[65] = it('<div style="width:18%;text-align:left;" data-v-eba493df>Total extra Time (hrs)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:24%;" data-v-eba493df>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-eba493df>-</div><div style="width:20%;" data-v-eba493df>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-eba493df>-</div><div style="width:10%;" data-v-eba493df>Time spent in port (hrs)</div><div style="width:2%;" data-v-eba493df>=</div>', 8)),
10064
- t("div", jC, e((Ol = (El = r.extraData) == null ? void 0 : El.timeAnalysis) == null ? void 0 : Ol.actualTime), 1),
10064
+ t("div", fC, e((Ol = (El = r.extraData) == null ? void 0 : El.timeAnalysis) == null ? void 0 : Ol.actualTime), 1),
10065
10065
  l[66] || (l[66] = t("div", { style: { width: "2%" } }, "-", -1)),
10066
- t("div", fC, e((Yl = (wl = r.extraData) == null ? void 0 : wl.timeAnalysis) == null ? void 0 : Yl.sailingTime), 1),
10066
+ t("div", jC, e((Yl = (wl = r.extraData) == null ? void 0 : wl.timeAnalysis) == null ? void 0 : Yl.sailingTime), 1),
10067
10067
  l[67] || (l[67] = t("div", { style: { width: "2%" } }, "-", -1)),
10068
10068
  t("div", UC, e((w = (kl = r.extraData) == null ? void 0 : kl.timeAnalysis) == null ? void 0 : w.portTime), 1),
10069
10069
  l[68] || (l[68] = t("div", { style: { width: "2%" } }, "=", -1)),
@@ -10151,123 +10151,123 @@ function lf(i, l, s, D, r, a) {
10151
10151
  t("div", $C, e((Hl = (Zl = (Ll = r.extraData) == null ? void 0 : Ll.consAnalysis) == null ? void 0 : Zl.fo) == null ? void 0 : Hl.totalExtraCons), 1),
10152
10152
  l[87] || (l[87] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10153
10153
  ]),
10154
- t("div", tj, [
10154
+ t("div", tf, [
10155
10155
  l[91] || (l[91] = it('<div style="width:20%;text-align:left;" data-v-eba493df>DO Consumption for extra distance sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>Daily DO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10156
- t("div", lj, [
10156
+ t("div", lf, [
10157
10157
  t("div", null, e((Jl = r.extraData) == null ? void 0 : Jl.extraDist), 1),
10158
10158
  l[88] || (l[88] = t("div", { class: "fractional-line" }, null, -1)),
10159
10159
  t("div", null, e((Xl = (_l = r.extraData) == null ? void 0 : _l.cp) == null ? void 0 : Xl.speed), 1)
10160
10160
  ]),
10161
10161
  l[92] || (l[92] = t("div", { style: { width: "3%" } }, "×", -1)),
10162
- t("div", ej, [
10162
+ t("div", ef, [
10163
10163
  t("div", null, e((ql = (Kl = r.extraData) == null ? void 0 : Kl.cp) == null ? void 0 : ql.dgo), 1),
10164
10164
  l[89] || (l[89] = t("div", { class: "fractional-line" }, null, -1)),
10165
10165
  l[90] || (l[90] = t("div", null, "24", -1))
10166
10166
  ]),
10167
10167
  l[93] || (l[93] = t("div", { style: { width: "3%" } }, "=", -1)),
10168
- t("div", sj, e((le = (te = ($l = r.extraData) == null ? void 0 : $l.consAnalysis) == null ? void 0 : te.dgo) == null ? void 0 : le.sailingCons), 1),
10168
+ t("div", sf, e((le = (te = ($l = r.extraData) == null ? void 0 : $l.consAnalysis) == null ? void 0 : te.dgo) == null ? void 0 : le.sailingCons), 1),
10169
10169
  l[94] || (l[94] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10170
10170
  ]),
10171
- t("div", ij, [
10171
+ t("div", of, [
10172
10172
  l[95] || (l[95] = it('<div style="width:20%;text-align:left;" data-v-eba493df>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:30%;" data-v-eba493df>DO/GO Consumption for extra distance sailing(mt)</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:23%;" data-v-eba493df>DO/GO Consumption in extra port(mt)</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10173
- t("div", oj, e((ie = (se = (ee = r.extraData) == null ? void 0 : ee.consAnalysis) == null ? void 0 : se.dgo) == null ? void 0 : ie.sailingCons), 1),
10173
+ t("div", nf, e((ie = (se = (ee = r.extraData) == null ? void 0 : ee.consAnalysis) == null ? void 0 : se.dgo) == null ? void 0 : ie.sailingCons), 1),
10174
10174
  l[96] || (l[96] = t("div", { style: { width: "3%" } }, "-", -1)),
10175
- t("div", nj, e(a.computeNum((de = (ne = (oe = r.extraData) == null ? void 0 : oe.consAnalysis) == null ? void 0 : ne.dgo) == null ? void 0 : de.portCons)), 1),
10175
+ t("div", df, e(a.computeNum((de = (ne = (oe = r.extraData) == null ? void 0 : oe.consAnalysis) == null ? void 0 : ne.dgo) == null ? void 0 : de.portCons)), 1),
10176
10176
  l[97] || (l[97] = t("div", { style: { width: "3%" } }, "=", -1)),
10177
- t("div", dj, e((Me = (re = (ae = r.extraData) == null ? void 0 : ae.consAnalysis) == null ? void 0 : re.dgo) == null ? void 0 : Me.totalExtraCons), 1),
10177
+ t("div", af, e((Me = (re = (ae = r.extraData) == null ? void 0 : ae.consAnalysis) == null ? void 0 : re.dgo) == null ? void 0 : Me.totalExtraCons), 1),
10178
10178
  l[98] || (l[98] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10179
10179
  ])
10180
- ])) : (n(), d("div", aj, [
10181
- t("div", rj, [
10180
+ ])) : (n(), d("div", rf, [
10181
+ t("div", Mf, [
10182
10182
  l[102] || (l[102] = it('<div style="width:20%;text-align:left;" data-v-eba493df>FO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Route prior to deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>CP Daily FO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10183
- t("div", Mj, [
10183
+ t("div", Df, [
10184
10184
  t("div", null, e((De = r.extraData) == null ? void 0 : De.priorDist), 1),
10185
10185
  l[99] || (l[99] = t("div", { class: "fractional-line" }, null, -1)),
10186
10186
  t("div", null, e((Ie = (Ne = r.extraData) == null ? void 0 : Ne.cp) == null ? void 0 : Ie.speed), 1)
10187
10187
  ]),
10188
10188
  l[103] || (l[103] = t("div", { style: { width: "3%" } }, "×", -1)),
10189
- t("div", Dj, [
10189
+ t("div", Nf, [
10190
10190
  t("div", null, e((ue = (ge = r.extraData) == null ? void 0 : ge.cp) == null ? void 0 : ue.fo), 1),
10191
10191
  l[100] || (l[100] = t("div", { class: "fractional-line" }, null, -1)),
10192
10192
  l[101] || (l[101] = t("div", null, "24", -1))
10193
10193
  ]),
10194
10194
  l[104] || (l[104] = t("div", { style: { width: "3%" } }, "=", -1)),
10195
- t("div", Nj, e((Ae = (ye = (ce = r.extraData) == null ? void 0 : ce.consAnalysis) == null ? void 0 : ye.fo) == null ? void 0 : Ae.sailingCons), 1),
10195
+ t("div", If, e((Ae = (ye = (ce = r.extraData) == null ? void 0 : ce.consAnalysis) == null ? void 0 : ye.fo) == null ? void 0 : Ae.sailingCons), 1),
10196
10196
  l[105] || (l[105] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10197
10197
  ]),
10198
- t("div", Ij, [
10198
+ t("div", gf, [
10199
10199
  l[109] || (l[109] = it('<div style="width:20%;text-align:left;" data-v-eba493df>DO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Route prior to deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>CP Daily DO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10200
- t("div", gj, [
10200
+ t("div", uf, [
10201
10201
  t("div", null, e((ve = r.extraData) == null ? void 0 : ve.priorDist), 1),
10202
10202
  l[106] || (l[106] = t("div", { class: "fractional-line" }, null, -1)),
10203
10203
  t("div", null, e((xe = (Te = r.extraData) == null ? void 0 : Te.cp) == null ? void 0 : xe.speed), 1)
10204
10204
  ]),
10205
10205
  l[110] || (l[110] = t("div", { style: { width: "3%" } }, "×", -1)),
10206
- t("div", uj, [
10206
+ t("div", cf, [
10207
10207
  t("div", null, e((pe = (ze = r.extraData) == null ? void 0 : ze.cp) == null ? void 0 : pe.dgo), 1),
10208
10208
  l[107] || (l[107] = t("div", { class: "fractional-line" }, null, -1)),
10209
10209
  l[108] || (l[108] = t("div", null, "24", -1))
10210
10210
  ]),
10211
10211
  l[111] || (l[111] = t("div", { style: { width: "3%" } }, "=", -1)),
10212
- t("div", cj, e((fe = (je = (Ce = r.extraData) == null ? void 0 : Ce.consAnalysis) == null ? void 0 : je.dgo) == null ? void 0 : fe.sailingCons), 1),
10212
+ t("div", yf, e((je = (fe = (Ce = r.extraData) == null ? void 0 : Ce.consAnalysis) == null ? void 0 : fe.dgo) == null ? void 0 : je.sailingCons), 1),
10213
10213
  l[112] || (l[112] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10214
10214
  ]),
10215
- r.extraPortList.length < 1 ? (n(), d("div", yj, [
10215
+ r.extraPortList.length < 1 ? (n(), d("div", Af, [
10216
10216
  l[113] || (l[113] = it('<div style="width:20%;text-align:left;" data-v-eba493df>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:30%;" data-v-eba493df>FO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:23%;" data-v-eba493df>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10217
- t("div", Aj, e((me = (be = (Ue = r.extraData) == null ? void 0 : Ue.consAnalysis) == null ? void 0 : be.fo) == null ? void 0 : me.actualCons), 1),
10217
+ t("div", vf, e((me = (be = (Ue = r.extraData) == null ? void 0 : Ue.consAnalysis) == null ? void 0 : be.fo) == null ? void 0 : me.actualCons), 1),
10218
10218
  l[114] || (l[114] = t("div", { style: { width: "3%" } }, "-", -1)),
10219
- t("div", vj, e(a.computeNum((we = (Oe = (Ee = r.extraData) == null ? void 0 : Ee.consAnalysis) == null ? void 0 : Oe.fo) == null ? void 0 : we.sailingCons)), 1),
10219
+ t("div", Tf, e(a.computeNum((we = (Oe = (Ee = r.extraData) == null ? void 0 : Ee.consAnalysis) == null ? void 0 : Oe.fo) == null ? void 0 : we.sailingCons)), 1),
10220
10220
  l[115] || (l[115] = t("div", { style: { width: "3%" } }, "=", -1)),
10221
- t("div", Tj, e((Qe = (Se = (Ye = r.extraData) == null ? void 0 : Ye.consAnalysis) == null ? void 0 : Se.fo) == null ? void 0 : Qe.totalExtraCons), 1),
10221
+ t("div", xf, e((Qe = (Se = (Ye = r.extraData) == null ? void 0 : Ye.consAnalysis) == null ? void 0 : Se.fo) == null ? void 0 : Qe.totalExtraCons), 1),
10222
10222
  l[116] || (l[116] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10223
- ])) : (n(), d("div", xj, [
10223
+ ])) : (n(), d("div", zf, [
10224
10224
  l[117] || (l[117] = it('<div style="width:15%;text-align:left;" data-v-eba493df>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:15%;" data-v-eba493df>FO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:20%;" data-v-eba493df>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:10%;" data-v-eba493df>FO Consumption in port</div><div style="width:3%;" data-v-eba493df>=</div>', 8)),
10225
- t("div", zj, e((Re = (he = (ke = r.extraData) == null ? void 0 : ke.consAnalysis) == null ? void 0 : he.fo) == null ? void 0 : Re.actualCons), 1),
10225
+ t("div", pf, e((Re = (he = (ke = r.extraData) == null ? void 0 : ke.consAnalysis) == null ? void 0 : he.fo) == null ? void 0 : Re.actualCons), 1),
10226
10226
  l[118] || (l[118] = t("div", { style: { width: "3%" } }, "-", -1)),
10227
- t("div", pj, e(a.computeNum((is = (Ve = (Fe = r.extraData) == null ? void 0 : Fe.consAnalysis) == null ? void 0 : Ve.fo) == null ? void 0 : is.sailingCons)), 1),
10227
+ t("div", Cf, e(a.computeNum((is = (Ve = (Fe = r.extraData) == null ? void 0 : Fe.consAnalysis) == null ? void 0 : Ve.fo) == null ? void 0 : is.sailingCons)), 1),
10228
10228
  l[119] || (l[119] = t("div", { style: { width: "3%" } }, "-", -1)),
10229
- t("div", Cj, e(a.computeNum((ol = (ns = (os = r.extraData) == null ? void 0 : os.consAnalysis) == null ? void 0 : ns.fo) == null ? void 0 : ol.portCons)), 1),
10229
+ t("div", ff, e(a.computeNum((ol = (ns = (os = r.extraData) == null ? void 0 : os.consAnalysis) == null ? void 0 : ns.fo) == null ? void 0 : ol.portCons)), 1),
10230
10230
  l[120] || (l[120] = t("div", { style: { width: "3%" } }, "=", -1)),
10231
- t("div", jj, e((Ns = (Ds = (rs = r.extraData) == null ? void 0 : rs.consAnalysis) == null ? void 0 : Ds.fo) == null ? void 0 : Ns.totalExtraCons), 1),
10231
+ t("div", jf, e((Ns = (Ds = (rs = r.extraData) == null ? void 0 : rs.consAnalysis) == null ? void 0 : Ds.fo) == null ? void 0 : Ns.totalExtraCons), 1),
10232
10232
  l[121] || (l[121] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10233
10233
  ])),
10234
- r.extraPortList.length < 1 ? (n(), d("div", fj, [
10234
+ r.extraPortList.length < 1 ? (n(), d("div", Uf, [
10235
10235
  l[122] || (l[122] = it('<div style="width:20%;text-align:left;" data-v-eba493df>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:30%;" data-v-eba493df>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:23%;" data-v-eba493df>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10236
- t("div", Uj, e((As = (gs = (Is = r.extraData) == null ? void 0 : Is.consAnalysis) == null ? void 0 : gs.dgo) == null ? void 0 : As.actualCons), 1),
10236
+ t("div", bf, e((As = (gs = (Is = r.extraData) == null ? void 0 : Is.consAnalysis) == null ? void 0 : gs.dgo) == null ? void 0 : As.actualCons), 1),
10237
10237
  l[123] || (l[123] = t("div", { style: { width: "3%" } }, "-", -1)),
10238
- t("div", bj, e((xs = (Ts = (vs = r.extraData) == null ? void 0 : vs.consAnalysis) == null ? void 0 : Ts.dgo) == null ? void 0 : xs.sailingCons), 1),
10238
+ t("div", mf, e((xs = (Ts = (vs = r.extraData) == null ? void 0 : vs.consAnalysis) == null ? void 0 : Ts.dgo) == null ? void 0 : xs.sailingCons), 1),
10239
10239
  l[124] || (l[124] = t("div", { style: { width: "3%" } }, "=", -1)),
10240
- t("div", mj, e((Cs = (ps = (zs = r.extraData) == null ? void 0 : zs.consAnalysis) == null ? void 0 : ps.dgo) == null ? void 0 : Cs.totalExtraCons), 1),
10240
+ t("div", Ef, e((Cs = (ps = (zs = r.extraData) == null ? void 0 : zs.consAnalysis) == null ? void 0 : ps.dgo) == null ? void 0 : Cs.totalExtraCons), 1),
10241
10241
  l[125] || (l[125] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10242
- ])) : (n(), d("div", Ej, [
10242
+ ])) : (n(), d("div", Of, [
10243
10243
  l[126] || (l[126] = it('<div style="width:15%;text-align:left;" data-v-eba493df>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:15%;" data-v-eba493df>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:20%;" data-v-eba493df>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:10%;" data-v-eba493df>DO/GO Consumption in port</div><div style="width:3%;" data-v-eba493df>=</div>', 8)),
10244
- t("div", Oj, e((Us = (fs = (js = r.extraData) == null ? void 0 : js.consAnalysis) == null ? void 0 : fs.dgo) == null ? void 0 : Us.actualCons), 1),
10244
+ t("div", wf, e((Us = (js = (fs = r.extraData) == null ? void 0 : fs.consAnalysis) == null ? void 0 : js.dgo) == null ? void 0 : Us.actualCons), 1),
10245
10245
  l[127] || (l[127] = t("div", { style: { width: "3%" } }, "-", -1)),
10246
- t("div", wj, e(a.computeNum((Es = (ms = (bs = r.extraData) == null ? void 0 : bs.consAnalysis) == null ? void 0 : ms.dgo) == null ? void 0 : Es.sailingCons)), 1),
10246
+ t("div", Yf, e(a.computeNum((Es = (ms = (bs = r.extraData) == null ? void 0 : bs.consAnalysis) == null ? void 0 : ms.dgo) == null ? void 0 : Es.sailingCons)), 1),
10247
10247
  l[128] || (l[128] = t("div", { style: { width: "3%" } }, "-", -1)),
10248
- t("div", Yj, e(a.computeNum((Ys = (ws = (Os = r.extraData) == null ? void 0 : Os.consAnalysis) == null ? void 0 : ws.dgo) == null ? void 0 : Ys.portCons)), 1),
10248
+ t("div", Sf, e(a.computeNum((Ys = (ws = (Os = r.extraData) == null ? void 0 : Os.consAnalysis) == null ? void 0 : ws.dgo) == null ? void 0 : Ys.portCons)), 1),
10249
10249
  l[129] || (l[129] = t("div", { style: { width: "3%" } }, "=", -1)),
10250
- t("div", Sj, e((ks = (Qs = (Ss = r.extraData) == null ? void 0 : Ss.consAnalysis) == null ? void 0 : Qs.dgo) == null ? void 0 : ks.totalExtraCons), 1),
10250
+ t("div", Qf, e((ks = (Qs = (Ss = r.extraData) == null ? void 0 : Ss.consAnalysis) == null ? void 0 : Qs.dgo) == null ? void 0 : ks.totalExtraCons), 1),
10251
10251
  l[130] || (l[130] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10252
10252
  ]))
10253
10253
  ])),
10254
- i.isDistExtra ? (n(), d("div", Qj, [
10254
+ i.isDistExtra ? (n(), d("div", kf, [
10255
10255
  l[134] || (l[134] = t("div", { class: "summary-item" }, [
10256
10256
  t("div", { class: "blue flexM" }),
10257
10257
  t("div", { class: "flex blue center" }, "FO"),
10258
10258
  t("div", { class: "flex blue center" }, "DO/GO")
10259
10259
  ], -1)),
10260
- t("div", kj, [
10260
+ t("div", hf, [
10261
10261
  l[131] || (l[131] = t("div", { class: "blue flexM" }, "Consumption for extra distance sailing (mt)", -1)),
10262
- t("div", hj, e(((Fs = (Rs = (hs = r.extraData) == null ? void 0 : hs.consAnalysis) == null ? void 0 : Rs.fo) == null ? void 0 : Fs.sailingCons) ?? "—"), 1),
10263
- t("div", Rj, e(((Gs = (Ps = (Vs = r.extraData) == null ? void 0 : Vs.consAnalysis) == null ? void 0 : Ps.dgo) == null ? void 0 : Gs.sailingCons) ?? "—"), 1)
10262
+ t("div", Rf, e(((Fs = (Rs = (hs = r.extraData) == null ? void 0 : hs.consAnalysis) == null ? void 0 : Rs.fo) == null ? void 0 : Fs.sailingCons) ?? "—"), 1),
10263
+ t("div", Ff, e(((Gs = (Ps = (Vs = r.extraData) == null ? void 0 : Vs.consAnalysis) == null ? void 0 : Ps.dgo) == null ? void 0 : Gs.sailingCons) ?? "—"), 1)
10264
10264
  ]),
10265
- t("div", Fj, [
10265
+ t("div", Vf, [
10266
10266
  l[132] || (l[132] = t("div", { class: "blue flexM" }, "Consumption in extra port (mt)", -1)),
10267
- t("div", Vj, e(((Ls = (Bs = (Ws = r.extraData) == null ? void 0 : Ws.consAnalysis) == null ? void 0 : Bs.fo) == null ? void 0 : Ls.portCons) ?? "—"), 1),
10268
- t("div", Pj, e(((T = (Hs = (Zs = r.extraData) == null ? void 0 : Zs.consAnalysis) == null ? void 0 : Hs.dgo) == null ? void 0 : T.portCons) ?? "—"), 1)
10267
+ t("div", Pf, e(((Ls = (Bs = (Ws = r.extraData) == null ? void 0 : Ws.consAnalysis) == null ? void 0 : Bs.fo) == null ? void 0 : Ls.portCons) ?? "—"), 1),
10268
+ t("div", Gf, e(((T = (Hs = (Zs = r.extraData) == null ? void 0 : Zs.consAnalysis) == null ? void 0 : Hs.dgo) == null ? void 0 : T.portCons) ?? "—"), 1)
10269
10269
  ]),
10270
- t("div", Gj, [
10270
+ t("div", Wf, [
10271
10271
  l[133] || (l[133] = t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)),
10272
10272
  t("div", {
10273
10273
  class: z(`${a.computeColor((Xs = (_s = (Js = r.extraData) == null ? void 0 : Js.consAnalysis) == null ? void 0 : _s.fo) == null ? void 0 : Xs.totalExtraCons)} flex blue center`)
@@ -10276,32 +10276,32 @@ function lf(i, l, s, D, r, a) {
10276
10276
  class: z(`${a.computeColor((Ms = (li = (ti = r.extraData) == null ? void 0 : ti.consAnalysis) == null ? void 0 : li.dgo) == null ? void 0 : Ms.totalExtraCons)} flex blue center`)
10277
10277
  }, e(((ni = (oi = (ii = r.extraData) == null ? void 0 : ii.consAnalysis) == null ? void 0 : oi.dgo) == null ? void 0 : ni.totalExtraCons) ?? "—"), 3)
10278
10278
  ])
10279
- ])) : (n(), d("div", Wj, [
10279
+ ])) : (n(), d("div", Bf, [
10280
10280
  l[139] || (l[139] = t("div", { class: "summary-item" }, [
10281
10281
  t("div", { class: "blue flexM" }),
10282
10282
  t("div", { class: "flex blue center" }, "FO"),
10283
10283
  t("div", { class: "flex blue center" }, "DO/GO")
10284
10284
  ], -1)),
10285
- t("div", Bj, [
10285
+ t("div", Lf, [
10286
10286
  l[135] || (l[135] = t("div", { class: "blue flexM" }, "Consumption for Route prior to deviation sailing (mt)", -1)),
10287
- t("div", Lj, e((ri = (ai = (di = r.extraData) == null ? void 0 : di.consAnalysis) == null ? void 0 : ai.fo) == null ? void 0 : ri.sailingCons), 1),
10288
- t("div", Zj, e((Ni = (Di = (Mi = r.extraData) == null ? void 0 : Mi.consAnalysis) == null ? void 0 : Di.dgo) == null ? void 0 : Ni.sailingCons), 1)
10287
+ t("div", Zf, e((ri = (ai = (di = r.extraData) == null ? void 0 : di.consAnalysis) == null ? void 0 : ai.fo) == null ? void 0 : ri.sailingCons), 1),
10288
+ t("div", Hf, e((Ni = (Di = (Mi = r.extraData) == null ? void 0 : Mi.consAnalysis) == null ? void 0 : Di.dgo) == null ? void 0 : Ni.sailingCons), 1)
10289
10289
  ]),
10290
- t("div", Hj, [
10290
+ t("div", Jf, [
10291
10291
  l[136] || (l[136] = t("div", { class: "blue flexM" }, "Consumption for Actual Route (mt)", -1)),
10292
- t("div", Jj, e((ui = (gi = (Ii = r.extraData) == null ? void 0 : Ii.consAnalysis) == null ? void 0 : gi.fo) == null ? void 0 : ui.actualCons), 1),
10293
- t("div", _j, e((Ai = (yi = (ci = r.extraData) == null ? void 0 : ci.consAnalysis) == null ? void 0 : yi.dgo) == null ? void 0 : Ai.actualCons), 1)
10292
+ t("div", _f, e((ui = (gi = (Ii = r.extraData) == null ? void 0 : Ii.consAnalysis) == null ? void 0 : gi.fo) == null ? void 0 : ui.actualCons), 1),
10293
+ t("div", Xf, e((Ai = (yi = (ci = r.extraData) == null ? void 0 : ci.consAnalysis) == null ? void 0 : yi.dgo) == null ? void 0 : Ai.actualCons), 1)
10294
10294
  ]),
10295
- r.extraPortList.length > 0 ? (n(), d("div", Xj, [
10295
+ r.extraPortList.length > 0 ? (n(), d("div", Kf, [
10296
10296
  l[137] || (l[137] = t("div", { class: "blue flexM" }, "Consumption in port (hrs)", -1)),
10297
- t("div", Kj, e((xi = (Ti = (vi = r.extraData) == null ? void 0 : vi.consAnalysis) == null ? void 0 : Ti.fo) == null ? void 0 : xi.portCons), 1),
10298
- t("div", qj, e((zi = (ds = (st = r.extraData) == null ? void 0 : st.consAnalysis) == null ? void 0 : ds.dgo) == null ? void 0 : zi.portCons), 1)
10297
+ t("div", qf, e((xi = (Ti = (vi = r.extraData) == null ? void 0 : vi.consAnalysis) == null ? void 0 : Ti.fo) == null ? void 0 : xi.portCons), 1),
10298
+ t("div", $f, e((zi = (ds = (st = r.extraData) == null ? void 0 : st.consAnalysis) == null ? void 0 : ds.dgo) == null ? void 0 : zi.portCons), 1)
10299
10299
  ])) : y("", !0),
10300
- t("div", $j, [
10300
+ t("div", tj, [
10301
10301
  l[138] || (l[138] = t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)),
10302
10302
  t("div", {
10303
- class: z(`${a.computeColor((ji = (Ci = (pi = r.extraData) == null ? void 0 : pi.consAnalysis) == null ? void 0 : Ci.fo) == null ? void 0 : ji.totalExtraCons)} flex blue center`)
10304
- }, e((bi = (Ui = (fi = r.extraData) == null ? void 0 : fi.consAnalysis) == null ? void 0 : Ui.fo) == null ? void 0 : bi.totalExtraCons), 3),
10303
+ class: z(`${a.computeColor((fi = (Ci = (pi = r.extraData) == null ? void 0 : pi.consAnalysis) == null ? void 0 : Ci.fo) == null ? void 0 : fi.totalExtraCons)} flex blue center`)
10304
+ }, e((bi = (Ui = (ji = r.extraData) == null ? void 0 : ji.consAnalysis) == null ? void 0 : Ui.fo) == null ? void 0 : bi.totalExtraCons), 3),
10305
10305
  t("div", {
10306
10306
  class: z(`${a.computeColor((Ei = (ul = (mi = r.extraData) == null ? void 0 : mi.consAnalysis) == null ? void 0 : ul.dgo) == null ? void 0 : Ei.totalExtraCons)} flex blue center`)
10307
10307
  }, e((Yi = (wi = (Oi = r.extraData) == null ? void 0 : Oi.consAnalysis) == null ? void 0 : wi.dgo) == null ? void 0 : Yi.totalExtraCons), 3)
@@ -10314,7 +10314,7 @@ function lf(i, l, s, D, r, a) {
10314
10314
  class: z(`report-comments ${r.advisory && r.advisory !== "<p><br></p>" ? "" : "print-hidden"}`),
10315
10315
  style: { "min-height": "50px" }
10316
10316
  }, [
10317
- r.editable ? (n(), il(j, {
10317
+ r.editable ? (n(), il(f, {
10318
10318
  key: 0,
10319
10319
  modelValue: r.advisory,
10320
10320
  "onUpdate:modelValue": l[8] || (l[8] = (nt) => r.advisory = nt),
@@ -10325,16 +10325,16 @@ function lf(i, l, s, D, r, a) {
10325
10325
  class: "remark-txt editor",
10326
10326
  onDblclick: l[10] || (l[10] = (...nt) => a.decideDisable && a.decideDisable(...nt)),
10327
10327
  innerHTML: r.advisory && r.advisory !== "<p><br></p>" ? r.advisory : "Please double click to modify remark"
10328
- }, null, 40, tf))
10328
+ }, null, 40, lj))
10329
10329
  ], 2)
10330
10330
  ]);
10331
10331
  }
10332
- const ef = /* @__PURE__ */ sl(X4, [["render", lf], ["__scopeId", "data-v-eba493df"]]), tS = {
10332
+ const sj = /* @__PURE__ */ sl(X4, [["render", ej], ["__scopeId", "data-v-eba493df"]]), tS = {
10333
10333
  install(i) {
10334
- i.component("DeviationReport", _4), i.component("FliDeviationReport", ef);
10334
+ i.component("DeviationReport", _4), i.component("FliDeviationReport", sj);
10335
10335
  }
10336
10336
  };
10337
- const sf = {
10337
+ const ij = {
10338
10338
  name: "OrmStoppage",
10339
10339
  components: {
10340
10340
  IdmBrand: cs,
@@ -10364,17 +10364,17 @@ const sf = {
10364
10364
  },
10365
10365
  computeLat() {
10366
10366
  return function(i) {
10367
- return ft.lat2pretty(i, 2);
10367
+ return jt.lat2pretty(i, 2);
10368
10368
  };
10369
10369
  },
10370
10370
  computeLng() {
10371
10371
  return function(i) {
10372
- return ft.lng2pretty(i, 2);
10372
+ return jt.lng2pretty(i, 2);
10373
10373
  };
10374
10374
  },
10375
10375
  computeRoundPrecision() {
10376
10376
  return function(i, l = 3) {
10377
- return i === "-" ? "-" : ft.roundPrecision(i, l);
10377
+ return i === "-" ? "-" : jt.roundPrecision(i, l);
10378
10378
  };
10379
10379
  },
10380
10380
  computeBlankHtml() {
@@ -10397,117 +10397,117 @@ const sf = {
10397
10397
  this.editable = !1, this.remarks = i, this.$emit("commit", i);
10398
10398
  }
10399
10399
  }
10400
- }, of = { class: "stoppage-report" }, nf = { class: "content-box" }, df = { class: "info-box border" }, af = { class: "flex-between row" }, rf = {
10400
+ }, oj = { class: "stoppage-report" }, nj = { class: "content-box" }, dj = { class: "info-box border" }, aj = { class: "flex-between row" }, rj = {
10401
10401
  class: "flex-between",
10402
10402
  style: { width: "48%" }
10403
- }, Mf = {
10403
+ }, Mj = {
10404
10404
  class: "flex-between",
10405
10405
  style: { width: "48%" }
10406
- }, Df = { style: { "margin-left": "5px" } }, Nf = { class: "flex-between row" }, If = {
10406
+ }, Dj = { style: { "margin-left": "5px" } }, Nj = { class: "flex-between row" }, Ij = {
10407
10407
  class: "flex-between",
10408
10408
  style: { width: "48%" }
10409
- }, gf = {
10409
+ }, gj = {
10410
10410
  class: "flex-between",
10411
10411
  style: { width: "48%" }
10412
- }, uf = { style: { "margin-left": "5px" } }, cf = { class: "flex-between row" }, yf = {
10412
+ }, uj = { style: { "margin-left": "5px" } }, cj = { class: "flex-between row" }, yj = {
10413
10413
  class: "flex-between",
10414
10414
  style: { width: "48%" }
10415
- }, Af = {
10415
+ }, Aj = {
10416
10416
  class: "flex-between",
10417
10417
  style: { width: "48%" }
10418
- }, vf = { class: "section summary-section" }, Tf = { class: "formula-block flex-between border" }, xf = { class: "item" }, zf = { class: "value flex-end" }, pf = { key: 0 }, Cf = { class: "gain" }, jf = { key: 1 }, ff = { class: "lost" }, Uf = { key: 2 }, bf = { class: "item" }, mf = { class: "value flex-end" }, Ef = { key: 0 }, Of = { class: "gain" }, wf = { key: 1 }, Yf = { class: "lost" }, Sf = { key: 2 }, Qf = { class: "item" }, kf = { class: "value flex-end" }, hf = { key: 0 }, Rf = { class: "gain" }, Ff = { key: 1 }, Vf = { class: "lost" }, Pf = { key: 2 }, Gf = { class: "section-content" }, Wf = {
10418
+ }, vj = { class: "section summary-section" }, Tj = { class: "formula-block flex-between border" }, xj = { class: "item" }, zj = { class: "value flex-end" }, pj = { key: 0 }, Cj = { class: "gain" }, fj = { key: 1 }, jj = { class: "lost" }, Uj = { key: 2 }, bj = { class: "item" }, mj = { class: "value flex-end" }, Ej = { key: 0 }, Oj = { class: "gain" }, wj = { key: 1 }, Yj = { class: "lost" }, Sj = { key: 2 }, Qj = { class: "item" }, kj = { class: "value flex-end" }, hj = { key: 0 }, Rj = { class: "gain" }, Fj = { key: 1 }, Vj = { class: "lost" }, Pj = { key: 2 }, Gj = { class: "section-content" }, Wj = {
10419
10419
  key: 0,
10420
10420
  class: ""
10421
- }, Bf = ["innerHTML"], Lf = { key: 1 }, Zf = { class: "section table-section" }, Hf = { rowspan: 2 }, Jf = { rowspan: 2 }, _f = { rowspan: 2 }, Xf = { class: "section map-section" }, Kf = ["src"];
10422
- function qf(i, l, s, D, r, a) {
10423
- var I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt;
10421
+ }, Bj = ["innerHTML"], Lj = { key: 1 }, Zj = { class: "section table-section" }, Hj = { rowspan: 2 }, Jj = { rowspan: 2 }, _j = { rowspan: 2 }, Xj = { class: "section map-section" }, Kj = ["src"];
10422
+ function qj(i, l, s, D, r, a) {
10423
+ var I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt;
10424
10424
  const c = F("IdmBrand"), M = F("Editor");
10425
- return n(), d("div", of, [
10425
+ return n(), d("div", oj, [
10426
10426
  E(c, { name: "Voyage Stoppage Report" }),
10427
- t("div", nf, [
10428
- t("div", df, [
10429
- t("div", af, [
10430
- t("div", rf, [
10427
+ t("div", nj, [
10428
+ t("div", dj, [
10429
+ t("div", aj, [
10430
+ t("div", rj, [
10431
10431
  l[3] || (l[3] = t("label", { class: "label" }, "Prepared For:", -1)),
10432
10432
  t("div", null, e((I = s.report) == null ? void 0 : I.preparedFor), 1)
10433
10433
  ]),
10434
- t("div", Mf, [
10434
+ t("div", Mj, [
10435
10435
  l[5] || (l[5] = t("label", { class: "label" }, "Departure Port:", -1)),
10436
10436
  t("div", null, [
10437
- t("span", null, e((j = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : j.name), 1),
10437
+ t("span", null, e((f = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : f.name), 1),
10438
10438
  l[4] || (l[4] = g(" , ")),
10439
- t("span", Df, e(a.computeUTCTime(((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.atd) || ((f = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : f.etd))), 1)
10439
+ t("span", Dj, e(a.computeUTCTime(((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.atd) || ((j = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : j.etd))), 1)
10440
10440
  ])
10441
10441
  ])
10442
10442
  ]),
10443
- t("div", Nf, [
10444
- t("div", If, [
10443
+ t("div", Nj, [
10444
+ t("div", Ij, [
10445
10445
  l[6] || (l[6] = t("label", { class: "label" }, "Vessel:", -1)),
10446
10446
  t("div", null, e((m = (b = s.report) == null ? void 0 : b.vessel) == null ? void 0 : m.name), 1)
10447
10447
  ]),
10448
- t("div", gf, [
10448
+ t("div", gj, [
10449
10449
  l[8] || (l[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
10450
10450
  t("div", null, [
10451
10451
  t("span", null, e((S = (C = s.report) == null ? void 0 : C.arrival) == null ? void 0 : S.name), 1),
10452
10452
  l[7] || (l[7] = g(" , ")),
10453
- t("span", uf, e(a.computeUTCTime(((Q = (O = s.report) == null ? void 0 : O.arrival) == null ? void 0 : Q.ata) || ((R = (v = s.report) == null ? void 0 : v.arrival) == null ? void 0 : R.eta))), 1)
10453
+ t("span", uj, e(a.computeUTCTime(((Q = (O = s.report) == null ? void 0 : O.arrival) == null ? void 0 : Q.ata) || ((R = (v = s.report) == null ? void 0 : v.arrival) == null ? void 0 : R.eta))), 1)
10454
10454
  ])
10455
10455
  ])
10456
10456
  ]),
10457
- t("div", cf, [
10458
- t("div", yf, [
10457
+ t("div", cj, [
10458
+ t("div", yj, [
10459
10459
  l[9] || (l[9] = t("label", { class: "label" }, "Voyage No:", -1)),
10460
10460
  t("div", null, e((G = (P = s.report) == null ? void 0 : P.voyage) == null ? void 0 : G.number), 1)
10461
10461
  ]),
10462
- t("div", Af, [
10462
+ t("div", Aj, [
10463
10463
  l[10] || (l[10] = t("label", { class: "label" }, "Load Condition:", -1)),
10464
10464
  t("div", null, e((B = (W = s.report) == null ? void 0 : W.voyage) == null ? void 0 : B.loadCondition), 1)
10465
10465
  ])
10466
10466
  ])
10467
10467
  ]),
10468
- t("div", vf, [
10468
+ t("div", vj, [
10469
10469
  l[26] || (l[26] = t("div", { class: "subtitle" }, "Summary", -1)),
10470
- t("div", Tf, [
10471
- t("div", xf, [
10470
+ t("div", Tj, [
10471
+ t("div", xj, [
10472
10472
  l[15] || (l[15] = t("div", { class: "title" }, "Total Time Lost", -1)),
10473
- t("div", zf, [
10474
- ((L = s.report) == null ? void 0 : L.totalTime) < 0 ? (n(), d("div", pf, [
10473
+ t("div", zj, [
10474
+ ((L = s.report) == null ? void 0 : L.totalTime) < 0 ? (n(), d("div", pj, [
10475
10475
  l[11] || (l[11] = t("i", { class: "iconfont gain" }, "", -1)),
10476
- t("span", Cf, e((H = s.report) == null ? void 0 : H.totalTime), 1),
10476
+ t("span", Cj, e((H = s.report) == null ? void 0 : H.totalTime), 1),
10477
10477
  l[12] || (l[12] = t("span", { class: "unit" }, "hrs", -1))
10478
- ])) : ((J = s.report) == null ? void 0 : J.totalTime) >= 0 ? (n(), d("div", jf, [
10478
+ ])) : ((J = s.report) == null ? void 0 : J.totalTime) >= 0 ? (n(), d("div", fj, [
10479
10479
  l[13] || (l[13] = t("i", { class: "iconfont lost" }, "", -1)),
10480
- t("span", ff, e((_ = s.report) == null ? void 0 : _.totalTime), 1),
10480
+ t("span", jj, e((_ = s.report) == null ? void 0 : _.totalTime), 1),
10481
10481
  l[14] || (l[14] = t("span", { class: "unit" }, "hrs", -1))
10482
- ])) : (n(), d("div", Uf, "N/A"))
10482
+ ])) : (n(), d("div", Uj, "N/A"))
10483
10483
  ])
10484
10484
  ]),
10485
- t("div", bf, [
10485
+ t("div", bj, [
10486
10486
  l[20] || (l[20] = t("div", { class: "title" }, "FO Total Consumption", -1)),
10487
- t("div", mf, [
10488
- ((X = s.report) == null ? void 0 : X.totalFoCons) < 0 ? (n(), d("div", Ef, [
10487
+ t("div", mj, [
10488
+ ((X = s.report) == null ? void 0 : X.totalFoCons) < 0 ? (n(), d("div", Ej, [
10489
10489
  l[16] || (l[16] = t("i", { class: "iconfont gain" }, "", -1)),
10490
- t("span", Of, e((K = s.report) == null ? void 0 : K.totalFoCons), 1),
10490
+ t("span", Oj, e((K = s.report) == null ? void 0 : K.totalFoCons), 1),
10491
10491
  l[17] || (l[17] = t("span", { class: "unit" }, "mt", -1))
10492
- ])) : ((tt = s.report) == null ? void 0 : tt.totalFoCons) >= 0 ? (n(), d("div", wf, [
10492
+ ])) : ((tt = s.report) == null ? void 0 : tt.totalFoCons) >= 0 ? (n(), d("div", wj, [
10493
10493
  l[18] || (l[18] = t("i", { class: "iconfont lost" }, "", -1)),
10494
- t("span", Yf, e((V = s.report) == null ? void 0 : V.totalFoCons), 1),
10494
+ t("span", Yj, e((V = s.report) == null ? void 0 : V.totalFoCons), 1),
10495
10495
  l[19] || (l[19] = t("span", { class: "unit" }, "mt", -1))
10496
- ])) : (n(), d("div", Sf, "N/A"))
10496
+ ])) : (n(), d("div", Sj, "N/A"))
10497
10497
  ])
10498
10498
  ]),
10499
- t("div", Qf, [
10499
+ t("div", Qj, [
10500
10500
  l[25] || (l[25] = t("div", { class: "title" }, "MGO Total Consumption", -1)),
10501
- t("div", kf, [
10502
- ((Dt = s.report) == null ? void 0 : Dt.totalDgoCons) < 0 ? (n(), d("div", hf, [
10501
+ t("div", kj, [
10502
+ ((Dt = s.report) == null ? void 0 : Dt.totalDgoCons) < 0 ? (n(), d("div", hj, [
10503
10503
  l[21] || (l[21] = t("i", { class: "iconfont gain" }, "", -1)),
10504
- t("span", Rf, e((Nt = s.report) == null ? void 0 : Nt.totalDgoCons), 1),
10504
+ t("span", Rj, e((Nt = s.report) == null ? void 0 : Nt.totalDgoCons), 1),
10505
10505
  l[22] || (l[22] = t("span", { class: "unit" }, "mt", -1))
10506
- ])) : ((It = s.report) == null ? void 0 : It.totalDgoCons) >= 0 ? (n(), d("div", Ff, [
10506
+ ])) : ((It = s.report) == null ? void 0 : It.totalDgoCons) >= 0 ? (n(), d("div", Fj, [
10507
10507
  l[23] || (l[23] = t("i", { class: "iconfont lost" }, "", -1)),
10508
- t("span", Vf, e((gt = s.report) == null ? void 0 : gt.totalDgoCons), 1),
10508
+ t("span", Vj, e((gt = s.report) == null ? void 0 : gt.totalDgoCons), 1),
10509
10509
  l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
10510
- ])) : (n(), d("div", Pf, "N/A"))
10510
+ ])) : (n(), d("div", Pj, "N/A"))
10511
10511
  ])
10512
10512
  ])
10513
10513
  ])
@@ -10516,8 +10516,8 @@ function qf(i, l, s, D, r, a) {
10516
10516
  class: z(["section remark-section", a.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
10517
10517
  }, [
10518
10518
  l[27] || (l[27] = t("div", { class: "subtitle" }, "Remarks", -1)),
10519
- t("div", Gf, [
10520
- r.editable ? (n(), d("div", Wf, [
10519
+ t("div", Gj, [
10520
+ r.editable ? (n(), d("div", Wj, [
10521
10521
  r.editable ? (n(), il(M, {
10522
10522
  key: 0,
10523
10523
  modelValue: r.remarks,
@@ -10531,14 +10531,14 @@ function qf(i, l, s, D, r, a) {
10531
10531
  class: "remark-block",
10532
10532
  onDblclick: l[2] || (l[2] = (vt) => r.editable = !0)
10533
10533
  }, [
10534
- a.computeBlankHtml(r.remarks) ? (n(), d("div", Lf, "Please double click to modify remark")) : (n(), d("div", {
10534
+ a.computeBlankHtml(r.remarks) ? (n(), d("div", Lj, "Please double click to modify remark")) : (n(), d("div", {
10535
10535
  key: 0,
10536
10536
  innerHTML: r.remarks
10537
- }, null, 8, Bf))
10537
+ }, null, 8, Bj))
10538
10538
  ], 32))
10539
10539
  ])
10540
10540
  ], 2),
10541
- t("div", Zf, [
10541
+ t("div", Zj, [
10542
10542
  l[32] || (l[32] = t("div", { class: "subtitle" }, "Stoppage Info", -1)),
10543
10543
  t("table", null, [
10544
10544
  l[31] || (l[31] = t("thead", null, [
@@ -10587,9 +10587,9 @@ function qf(i, l, s, D, r, a) {
10587
10587
  t("td", null, e(a.computeUTCTime((q = s.report) == null ? void 0 : q.stopTime)), 1),
10588
10588
  t("td", null, e(a.computeRoundPrecision(((dt = s.report) == null ? void 0 : dt.stopFoBrob) ?? "-")), 1),
10589
10589
  t("td", null, e(a.computeRoundPrecision(((at = s.report) == null ? void 0 : at.stopDgoBrob) ?? "-")), 1),
10590
- t("td", Hf, e(a.computeRoundPrecision(((rt = s.report) == null ? void 0 : rt.totalTime) ?? "-")), 1),
10591
- t("td", Jf, e(a.computeRoundPrecision(((ct = s.report) == null ? void 0 : ct.totalFoCons) ?? "-")), 1),
10592
- t("td", _f, e(a.computeRoundPrecision(((yt = s.report) == null ? void 0 : yt.totalDgoCons) ?? "-")), 1)
10590
+ t("td", Hj, e(a.computeRoundPrecision(((rt = s.report) == null ? void 0 : rt.totalTime) ?? "-")), 1),
10591
+ t("td", Jj, e(a.computeRoundPrecision(((ct = s.report) == null ? void 0 : ct.totalFoCons) ?? "-")), 1),
10592
+ t("td", _j, e(a.computeRoundPrecision(((yt = s.report) == null ? void 0 : yt.totalDgoCons) ?? "-")), 1)
10593
10593
  ]),
10594
10594
  t("tr", null, [
10595
10595
  l[30] || (l[30] = t("td", null, "Resumed", -1)),
@@ -10601,17 +10601,17 @@ function qf(i, l, s, D, r, a) {
10601
10601
  ])
10602
10602
  ])
10603
10603
  ]),
10604
- t("div", Xf, [
10604
+ t("div", Xj, [
10605
10605
  l[33] || (l[33] = t("div", { class: "subtitle" }, "Voayge Map", -1)),
10606
10606
  t("img", {
10607
10607
  src: (pt = s.report) == null ? void 0 : pt.chartUrl,
10608
10608
  alt: ""
10609
- }, null, 8, Kf)
10609
+ }, null, 8, Kj)
10610
10610
  ])
10611
10611
  ])
10612
10612
  ]);
10613
10613
  }
10614
- const $f = /* @__PURE__ */ sl(sf, [["render", qf], ["__scopeId", "data-v-6bfb65e2"]]);
10614
+ const $j = /* @__PURE__ */ sl(ij, [["render", qj], ["__scopeId", "data-v-6bfb65e2"]]);
10615
10615
  const tU = {
10616
10616
  name: "OrmStoppage",
10617
10617
  components: {
@@ -10640,17 +10640,17 @@ const tU = {
10640
10640
  },
10641
10641
  computeLat() {
10642
10642
  return function(i) {
10643
- return ft.lat2pretty(i, 2);
10643
+ return jt.lat2pretty(i, 2);
10644
10644
  };
10645
10645
  },
10646
10646
  computeLng() {
10647
10647
  return function(i) {
10648
- return ft.lng2pretty(i, 2);
10648
+ return jt.lng2pretty(i, 2);
10649
10649
  };
10650
10650
  },
10651
10651
  computeRoundPrecision() {
10652
10652
  return function(i, l = 3) {
10653
- return i === "-" ? "-" : ft.roundPrecision(i, l);
10653
+ return i === "-" ? "-" : jt.roundPrecision(i, l);
10654
10654
  };
10655
10655
  },
10656
10656
  computeBlankHtml() {
@@ -10697,12 +10697,12 @@ const tU = {
10697
10697
  }, gU = {
10698
10698
  class: "flex-between",
10699
10699
  style: { width: "48%" }
10700
- }, uU = { class: "section summary-section" }, cU = { class: "formula-block flex-between border" }, yU = { class: "item" }, AU = { class: "value flex-end" }, vU = { key: 0 }, TU = { class: "gain" }, xU = { key: 1 }, zU = { class: "lost" }, pU = { key: 2 }, CU = { class: "item" }, jU = { class: "value flex-end" }, fU = { key: 0 }, UU = { class: "gain" }, bU = { key: 1 }, mU = { class: "lost" }, EU = { key: 2 }, OU = { class: "item" }, wU = { class: "value flex-end" }, YU = { key: 0 }, SU = { class: "gain" }, QU = { key: 1 }, kU = { class: "lost" }, hU = { key: 2 }, RU = { class: "section-content" }, FU = {
10700
+ }, uU = { class: "section summary-section" }, cU = { class: "formula-block flex-between border" }, yU = { class: "item" }, AU = { class: "value flex-end" }, vU = { key: 0 }, TU = { class: "gain" }, xU = { key: 1 }, zU = { class: "lost" }, pU = { key: 2 }, CU = { class: "item" }, fU = { class: "value flex-end" }, jU = { key: 0 }, UU = { class: "gain" }, bU = { key: 1 }, mU = { class: "lost" }, EU = { key: 2 }, OU = { class: "item" }, wU = { class: "value flex-end" }, YU = { key: 0 }, SU = { class: "gain" }, QU = { key: 1 }, kU = { class: "lost" }, hU = { key: 2 }, RU = { class: "section-content" }, FU = {
10701
10701
  key: 0,
10702
10702
  class: ""
10703
10703
  }, VU = ["innerHTML"], PU = { key: 1 }, GU = { class: "section table-section" }, WU = { rowspan: 2 }, BU = { rowspan: 2 }, LU = { rowspan: 2 }, ZU = { rowspan: 2 }, HU = { class: "section map-section" }, JU = ["src"], _U = ["src"];
10704
10704
  function XU(i, l, s, D, r, a) {
10705
- var I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt;
10705
+ var I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt;
10706
10706
  const c = F("IdmBrand"), M = F("Editor");
10707
10707
  return n(), d("div", lU, [
10708
10708
  E(c, { name: "Voyage Stoppage Report" }),
@@ -10711,13 +10711,13 @@ function XU(i, l, s, D, r, a) {
10711
10711
  t("div", iU, [
10712
10712
  t("div", oU, [
10713
10713
  l[3] || (l[3] = t("label", { class: "label" }, "Prepared For:", -1)),
10714
- t("div", null, e((j = (p = (I = s.report) == null ? void 0 : I.voyage) == null ? void 0 : p.company) == null ? void 0 : j.name), 1)
10714
+ t("div", null, e((f = (p = (I = s.report) == null ? void 0 : I.voyage) == null ? void 0 : p.company) == null ? void 0 : f.name), 1)
10715
10715
  ]),
10716
10716
  t("div", nU, [
10717
10717
  l[4] || (l[4] = t("label", { class: "label" }, "Departure Port:", -1)),
10718
10718
  t("div", null, [
10719
10719
  t("span", null, e((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.name), 1),
10720
- (f = (Y = s.report) == null ? void 0 : Y.departure) != null && f.atd || (m = (b = s.report) == null ? void 0 : b.departure) != null && m.etd ? (n(), d("span", dU, " , " + e(a.computeUTCTime(((S = (C = s.report) == null ? void 0 : C.departure) == null ? void 0 : S.atd) || ((Q = (O = s.report) == null ? void 0 : O.departure) == null ? void 0 : Q.etd))), 1)) : y("", !0)
10720
+ (j = (Y = s.report) == null ? void 0 : Y.departure) != null && j.atd || (m = (b = s.report) == null ? void 0 : b.departure) != null && m.etd ? (n(), d("span", dU, " , " + e(a.computeUTCTime(((S = (C = s.report) == null ? void 0 : C.departure) == null ? void 0 : S.atd) || ((Q = (O = s.report) == null ? void 0 : O.departure) == null ? void 0 : Q.etd))), 1)) : y("", !0)
10721
10721
  ])
10722
10722
  ])
10723
10723
  ]),
@@ -10764,8 +10764,8 @@ function XU(i, l, s, D, r, a) {
10764
10764
  ]),
10765
10765
  t("div", CU, [
10766
10766
  l[18] || (l[18] = t("div", { class: "title" }, "FO Total Consumption", -1)),
10767
- t("div", jU, [
10768
- ((lt = (yt = s.report) == null ? void 0 : yt.pvsr) == null ? void 0 : lt.totalFoCons) < 0 ? (n(), d("div", fU, [
10767
+ t("div", fU, [
10768
+ ((lt = (yt = s.report) == null ? void 0 : yt.pvsr) == null ? void 0 : lt.totalFoCons) < 0 ? (n(), d("div", jU, [
10769
10769
  l[14] || (l[14] = t("i", { class: "iconfont gain" }, "", -1)),
10770
10770
  t("span", UU, e((ot = (xt = s.report) == null ? void 0 : xt.pvsr) == null ? void 0 : ot.totalFoCons), 1),
10771
10771
  l[15] || (l[15] = t("span", { class: "unit" }, "mt", -1))
@@ -10861,14 +10861,14 @@ function XU(i, l, s, D, r, a) {
10861
10861
  ], -1)),
10862
10862
  t("tbody", null, [
10863
10863
  (n(!0), d(U, null, et(((Rt = (ht = (kt = s.report) == null ? void 0 : kt.pvsr) == null ? void 0 : ht.extend) == null ? void 0 : Rt.segments) || [], (h, Kt) => {
10864
- var qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl;
10864
+ var qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl;
10865
10865
  return n(), d(U, { key: Kt }, [
10866
10866
  t("tr", null, [
10867
10867
  t("td", WU, e(Kt + 1), 1),
10868
10868
  l[26] || (l[26] = t("td", null, "Stopped", -1)),
10869
10869
  t("td", null, e(a.computeLat((qt = h == null ? void 0 : h.stop) == null ? void 0 : qt.lat).pretty) + " / " + e(a.computeLng((N = h == null ? void 0 : h.stop) == null ? void 0 : N.lng).pretty), 1),
10870
10870
  t("td", null, e(a.computeUTCTime((Mt = h == null ? void 0 : h.stop) == null ? void 0 : Mt.date)), 1),
10871
- t("td", null, e(a.computeRoundPrecision(((jt = h == null ? void 0 : h.stop) == null ? void 0 : jt.foBrob) ?? "-")), 1),
10871
+ t("td", null, e(a.computeRoundPrecision(((ft = h == null ? void 0 : h.stop) == null ? void 0 : ft.foBrob) ?? "-")), 1),
10872
10872
  t("td", null, e(a.computeRoundPrecision(((Z = h == null ? void 0 : h.stop) == null ? void 0 : Z.dgoBrob) ?? "-")), 1),
10873
10873
  t("td", BU, e(a.computeRoundPrecision((h == null ? void 0 : h.time) ?? "-")), 1),
10874
10874
  t("td", LU, e(a.computeRoundPrecision((h == null ? void 0 : h.foCons) ?? "-")), 1),
@@ -10906,7 +10906,7 @@ function XU(i, l, s, D, r, a) {
10906
10906
  }
10907
10907
  const KU = /* @__PURE__ */ sl(tU, [["render", XU], ["__scopeId", "data-v-d2f380bd"]]), lS = {
10908
10908
  install(i) {
10909
- i.component("StoppageReport", $f), i.component("MergeStoppageReport", KU);
10909
+ i.component("StoppageReport", $j), i.component("MergeStoppageReport", KU);
10910
10910
  }
10911
10911
  };
10912
10912
  const qU = {
@@ -10937,7 +10937,7 @@ const qU = {
10937
10937
  },
10938
10938
  compareTime() {
10939
10939
  return function(i, l) {
10940
- return i && l ? ft.roundPrecision(i - l) : "-";
10940
+ return i && l ? jt.roundPrecision(i - l) : "-";
10941
10941
  };
10942
10942
  },
10943
10943
  computeBlankHtml() {
@@ -10978,7 +10978,7 @@ const qU = {
10978
10978
  }, Nb = {
10979
10979
  class: "flex-between",
10980
10980
  style: { width: "48%" }
10981
- }, Ib = { class: "section summary-section" }, gb = { class: "border-solid" }, ub = { class: "summary-block flex-between" }, cb = { class: "item" }, yb = { class: "value flex-end" }, Ab = { key: 0 }, vb = { class: "gain" }, Tb = { key: 1 }, xb = { class: "lost" }, zb = { key: 2 }, pb = { class: "item" }, Cb = { class: "value flex-end" }, jb = { key: 0 }, fb = { class: "gain" }, Ub = { key: 1 }, bb = { class: "lost" }, mb = { key: 2 }, Eb = { class: "item" }, Ob = { class: "value flex-end" }, wb = { key: 0 }, Yb = { class: "gain" }, Sb = { key: 1 }, Qb = { class: "lost" }, kb = { key: 2 }, hb = { class: "section-content" }, Rb = {
10981
+ }, Ib = { class: "section summary-section" }, gb = { class: "border-solid" }, ub = { class: "summary-block flex-between" }, cb = { class: "item" }, yb = { class: "value flex-end" }, Ab = { key: 0 }, vb = { class: "gain" }, Tb = { key: 1 }, xb = { class: "lost" }, zb = { key: 2 }, pb = { class: "item" }, Cb = { class: "value flex-end" }, fb = { key: 0 }, jb = { class: "gain" }, Ub = { key: 1 }, bb = { class: "lost" }, mb = { key: 2 }, Eb = { class: "item" }, Ob = { class: "value flex-end" }, wb = { key: 0 }, Yb = { class: "gain" }, Sb = { key: 1 }, Qb = { class: "lost" }, kb = { key: 2 }, hb = { class: "section-content" }, Rb = {
10982
10982
  key: 0,
10983
10983
  class: ""
10984
10984
  }, Fb = ["innerHTML"], Vb = { key: 1 }, Pb = { class: "section map-section" }, Gb = { class: "report-map" }, Wb = ["src"], Bb = {
@@ -10995,7 +10995,7 @@ const qU = {
10995
10995
  colspan: "2"
10996
10996
  };
10997
10997
  function Xb(i, l, s, D, r, a) {
10998
- var I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt;
10998
+ var I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt;
10999
10999
  const c = F("IdmBrand"), M = F("Editor");
11000
11000
  return n(), d("div", $U, [
11001
11001
  E(c, { name: "Voyage Comparison Report" }),
@@ -11009,9 +11009,9 @@ function Xb(i, l, s, D, r, a) {
11009
11009
  t("div", ib, [
11010
11010
  l[5] || (l[5] = t("label", { class: "label" }, "Departure Port:", -1)),
11011
11011
  t("div", null, [
11012
- t("span", null, e((j = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : j.name), 1),
11012
+ t("span", null, e((f = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : f.name), 1),
11013
11013
  l[4] || (l[4] = g(" , ")),
11014
- t("span", ob, e(a.computeUTCTime(((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.atd) || ((f = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : f.etd))), 1)
11014
+ t("span", ob, e(a.computeUTCTime(((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.atd) || ((j = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : j.etd))), 1)
11015
11015
  ])
11016
11016
  ])
11017
11017
  ]),
@@ -11065,10 +11065,10 @@ function Xb(i, l, s, D, r, a) {
11065
11065
  l[25] || (l[25] = t("div", { class: "title" }, "Actual Route FO Consumption", -1)),
11066
11066
  l[26] || (l[26] = t("div", null, "compared with Recommended route", -1)),
11067
11067
  t("div", Cb, [
11068
- ((X = s.report) == null ? void 0 : X.diffFoCons) < 0 ? (n(), d("div", jb, [
11068
+ ((X = s.report) == null ? void 0 : X.diffFoCons) < 0 ? (n(), d("div", fb, [
11069
11069
  l[19] || (l[19] = t("span", { class: "text" }, "Saving", -1)),
11070
11070
  l[20] || (l[20] = t("i", { class: "iconfont gain" }, "", -1)),
11071
- t("span", fb, e(Math.abs((K = s.report) == null ? void 0 : K.diffFoCons)), 1),
11071
+ t("span", jb, e(Math.abs((K = s.report) == null ? void 0 : K.diffFoCons)), 1),
11072
11072
  l[21] || (l[21] = t("span", { class: "unit" }, "mt", -1))
11073
11073
  ])) : ((tt = s.report) == null ? void 0 : tt.diffFoCons) > 0 ? (n(), d("div", Ub, [
11074
11074
  l[22] || (l[22] = t("span", { class: "text" }, "Lost", -1)),
@@ -11302,7 +11302,7 @@ const qb = {
11302
11302
  },
11303
11303
  compareTime() {
11304
11304
  return function(i, l) {
11305
- return i && l ? ft.roundPrecision(i - l) : "-";
11305
+ return i && l ? jt.roundPrecision(i - l) : "-";
11306
11306
  };
11307
11307
  },
11308
11308
  computeSummary() {
@@ -11354,7 +11354,7 @@ const qb = {
11354
11354
  }, ym = { class: "flex" }, Am = { class: "flexM" }, vm = { class: "summary-item" }, Tm = {
11355
11355
  class: "flexL gray",
11356
11356
  style: { display: "flex" }
11357
- }, xm = { class: "flex" }, zm = { class: "flexM" }, pm = { class: "report-summary" }, Cm = { class: "summary-item" }, jm = { class: "summary-item" }, fm = { class: "summary-item" }, Um = { class: "report-map" }, bm = ["src"], mm = {
11357
+ }, xm = { class: "flex" }, zm = { class: "flexM" }, pm = { class: "report-summary" }, Cm = { class: "summary-item" }, fm = { class: "summary-item" }, jm = { class: "summary-item" }, Um = { class: "report-map" }, bm = ["src"], mm = {
11358
11358
  key: 0,
11359
11359
  class: "subtitle"
11360
11360
  }, Em = {
@@ -11362,7 +11362,7 @@ const qb = {
11362
11362
  class: "report-summary"
11363
11363
  }, Om = { class: "summary-item" }, wm = { class: "flexL blue center" }, Ym = { class: "summary-item" }, Sm = { class: "flexL blue center" }, Qm = { class: "summary-item" }, km = { class: "flexL blue center" }, hm = { class: "report-summary" }, Rm = { class: "summary-item" }, Fm = { class: "flex blue-light center" }, Vm = { class: "flex blue-light center" }, Pm = { class: "summary-item" }, Gm = { class: "flex blue-light center" }, Wm = { class: "flex blue-light center" }, Bm = { class: "summary-item" }, Lm = { class: "flex blue-light center" }, Zm = { class: "flex blue-light center" }, Hm = { class: "summary-item" }, Jm = { class: "flex blue-light center" }, _m = { class: "flex blue-light center" }, Xm = { class: "summary-item" }, Km = { class: "flex blue-light center" }, qm = { class: "flex blue-light center" }, $m = { class: "summary-item" }, tE = { class: "flex blue-light center" }, lE = { class: "flex blue-light center" }, eE = { class: "summary-item" }, sE = { class: "flex blue-light center italic" }, iE = { class: "report-summary" }, oE = { class: "summary-item" }, nE = { class: "flex blue-light center" }, dE = { class: "flex blue-light center" }, aE = { class: "summary-item" }, rE = { class: "flex blue-light center" }, ME = { class: "flex blue-light center" }, DE = { class: "summary-item" }, NE = { class: "flex blue-light center" }, IE = { class: "flex blue-light center" }, gE = { class: "summary-item" }, uE = { class: "flex blue-light center" }, cE = { class: "flex blue-light center" }, yE = { class: "summary-item" }, AE = { class: "flex blue-light center italic" }, vE = { class: "summary-item" }, TE = { class: "flex blue-light center italic" }, xE = ["innerHTML"];
11364
11364
  function zE(i, l, s, D, r, a) {
11365
- var M, I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt;
11365
+ var M, I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt;
11366
11366
  const c = F("Editor");
11367
11367
  return n(), d("div", $b, [
11368
11368
  l[33] || (l[33] = t("div", { class: "report-bg" }, [
@@ -11383,7 +11383,7 @@ function zE(i, l, s, D, r, a) {
11383
11383
  ]),
11384
11384
  t("div", dm, [
11385
11385
  l[5] || (l[5] = t("label", { class: "flex gray" }, "Prepared For", -1)),
11386
- t("div", am, e((j = r.comparisonData) == null ? void 0 : j.preparedFor), 1)
11386
+ t("div", am, e((f = r.comparisonData) == null ? void 0 : f.preparedFor), 1)
11387
11387
  ]),
11388
11388
  t("div", rm, [
11389
11389
  l[6] || (l[6] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
@@ -11391,7 +11391,7 @@ function zE(i, l, s, D, r, a) {
11391
11391
  ]),
11392
11392
  t("div", Dm, [
11393
11393
  l[7] || (l[7] = t("label", { class: "flex gray" }, "Load Condition", -1)),
11394
- t("div", Nm, e((f = (Y = r.comparisonData) == null ? void 0 : Y.voyage) == null ? void 0 : f.loadCondition), 1)
11394
+ t("div", Nm, e((j = (Y = r.comparisonData) == null ? void 0 : Y.voyage) == null ? void 0 : j.loadCondition), 1)
11395
11395
  ]),
11396
11396
  t("div", Im, [
11397
11397
  l[8] || (l[8] = t("label", { class: "flex gray" }, "Reference Number", -1)),
@@ -11420,13 +11420,13 @@ function zE(i, l, s, D, r, a) {
11420
11420
  class: z(`${a.computeColor((J = r.comparisonData) == null ? void 0 : J.diffTime)} flex blue`)
11421
11421
  }, e(a.computeSummary((_ = r.comparisonData) == null ? void 0 : _.diffTime, "time")), 3)
11422
11422
  ]),
11423
- t("div", jm, [
11423
+ t("div", fm, [
11424
11424
  l[12] || (l[12] = t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)),
11425
11425
  t("div", {
11426
11426
  class: z(`${a.computeColor((X = r.comparisonData) == null ? void 0 : X.diffFoCons)} flex blue`)
11427
11427
  }, e(a.computeSummary((K = r.comparisonData) == null ? void 0 : K.diffFoCons, "oil")), 3)
11428
11428
  ]),
11429
- t("div", fm, [
11429
+ t("div", jm, [
11430
11430
  l[13] || (l[13] = t("div", { class: "flexL blue" }, "Actual route DO/GO Consumption compared with Recommended route", -1)),
11431
11431
  t("div", {
11432
11432
  class: z(`${a.computeColor((tt = r.comparisonData) == null ? void 0 : tt.diffDgoCons)} flex blue`)
@@ -11616,11 +11616,11 @@ const CE = {
11616
11616
  default: ""
11617
11617
  }
11618
11618
  }
11619
- }, jE = { class: "section brand-section flex-space" }, fE = { class: "report-box flex-space" }, UE = { class: "name flex-start" };
11619
+ }, fE = { class: "section brand-section flex-space" }, jE = { class: "report-box flex-space" }, UE = { class: "name flex-start" };
11620
11620
  function bE(i, l, s, D, r, a) {
11621
- return n(), d("div", jE, [
11621
+ return n(), d("div", fE, [
11622
11622
  l[1] || (l[1] = it('<div class="logo-box flex-center" data-v-d5871b6a><a class="logo" href="https://www.idmwx.com" target="_blank" data-v-d5871b6a><img src="https://img.idmwx.com/asset/orm/logo_300x180.png" data-v-d5871b6a><div class="brand" data-v-d5871b6a><span data-v-d5871b6a>Weather Routing</span><div class="company" data-v-d5871b6a>Ocean Right Marine Service</div></div></a></div>', 1)),
11623
- t("div", fE, [
11623
+ t("div", jE, [
11624
11624
  t("div", UE, e(s.name), 1),
11625
11625
  l[0] || (l[0] = it('<div class="support flex-end" data-v-d5871b6a><img src="https://img.idmwx.com/asset/idm/qrcode_for_gh_976e5ac920c0_258.jpg" data-v-d5871b6a><div style="margin-left:10px;" data-v-d5871b6a><div class="name flex-space" data-v-d5871b6a><label data-v-d5871b6a>IDM Service Team</label></div><div class="desc flex-center" data-v-d5871b6a>Technical Support &amp; Consulting Center</div></div></div>', 1))
11626
11626
  ])
@@ -14066,12 +14066,12 @@ const iO = {
14066
14066
  },
14067
14067
  computeLat() {
14068
14068
  return function(i) {
14069
- return ft.lat2pretty(i, 2);
14069
+ return jt.lat2pretty(i, 2);
14070
14070
  };
14071
14071
  },
14072
14072
  computeLng() {
14073
14073
  return function(i) {
14074
- return ft.lng2pretty(i, 2);
14074
+ return jt.lng2pretty(i, 2);
14075
14075
  };
14076
14076
  },
14077
14077
  computeBlankHtml() {
@@ -14151,7 +14151,7 @@ const iO = {
14151
14151
  }, CO = {
14152
14152
  class: "flex-end",
14153
14153
  style: { flex: "1", "text-transform": "uppercase" }
14154
- }, jO = { class: "section summary-section" }, fO = { class: "section-content" }, UO = { colspan: "2" }, bO = { key: 0 }, mO = { key: 0 }, EO = { key: 1 }, OO = { colspan: "2" }, wO = { key: 0 }, YO = { key: 0 }, SO = { key: 1 }, QO = { colspan: "2" }, kO = { key: 0 }, hO = { key: 0 }, RO = { key: 1 }, FO = { colspan: "2" }, VO = { key: 0 }, PO = { key: 0 }, GO = { key: 1 }, WO = { class: "phase-box flex-between" }, BO = {
14154
+ }, fO = { class: "section summary-section" }, jO = { class: "section-content" }, UO = { colspan: "2" }, bO = { key: 0 }, mO = { key: 0 }, EO = { key: 1 }, OO = { colspan: "2" }, wO = { key: 0 }, YO = { key: 0 }, SO = { key: 1 }, QO = { colspan: "2" }, kO = { key: 0 }, hO = { key: 0 }, RO = { key: 1 }, FO = { colspan: "2" }, VO = { key: 0 }, PO = { key: 0 }, GO = { key: 1 }, WO = { class: "phase-box flex-between" }, BO = {
14155
14155
  class: "item",
14156
14156
  style: { width: "22%" }
14157
14157
  }, LO = { class: "text" }, ZO = {
@@ -14193,7 +14193,7 @@ const iO = {
14193
14193
  }, I5 = {
14194
14194
  class: "formula-block",
14195
14195
  style: { flex: "1" }
14196
- }, g5 = { class: "flex-start" }, u5 = { class: "fraction" }, c5 = { class: "fraction flex-center" }, y5 = { class: "content" }, A5 = { class: "fraction" }, v5 = { class: "fraction flex-center" }, T5 = { class: "content" }, x5 = { class: "fraction" }, z5 = { class: "flex-start" }, p5 = { class: "fraction" }, C5 = { class: "fraction flex-center" }, j5 = { class: "content" }, f5 = { class: "fraction" }, U5 = { class: "fraction flex-center" }, b5 = { class: "content" }, m5 = { class: "fraction" }, E5 = {
14196
+ }, g5 = { class: "flex-start" }, u5 = { class: "fraction" }, c5 = { class: "fraction flex-center" }, y5 = { class: "content" }, A5 = { class: "fraction" }, v5 = { class: "fraction flex-center" }, T5 = { class: "content" }, x5 = { class: "fraction" }, z5 = { class: "flex-start" }, p5 = { class: "fraction" }, C5 = { class: "fraction flex-center" }, f5 = { class: "content" }, j5 = { class: "fraction" }, U5 = { class: "fraction flex-center" }, b5 = { class: "content" }, m5 = { class: "fraction" }, E5 = {
14197
14197
  key: 0,
14198
14198
  class: "flex-center summary-bg"
14199
14199
  }, O5 = {
@@ -14219,7 +14219,7 @@ const iO = {
14219
14219
  class: "flex-center summary-bg"
14220
14220
  }, rw = { class: "fraction" }, Mw = { class: "fraction" }, Dw = { class: "fraction" }, Nw = { class: "section vessel-report-section" }, Iw = { class: "section-content" }, gw = ["rowspan"];
14221
14221
  function uw(i, l, s, D, r, a) {
14222
- var j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, js, fs, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, ds, zi, pi, Ci, ji, fi, Ui, bi, mi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Ql, Ji, _i, Xi, Ki, qi, $i, to, lo, eo, so, io, oo, no, ao, ro, Mo, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, Co, jo, fo, Uo, bo, mo, Eo, Oo, wo, Yo, So, Qo, ko, ho, Ro, Fo, Vo, Po, Go, Wo, Bo, Lo, Zo, Ho, Jo, _o, Xo, Ko, qo, $o, tn, ln, en, sn, on, nn, dn, an, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, Cn, jn, fn, Un, bn, mn, En, On, wn, Yn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Bn, Ln, Zn, Hn, Jn, _n, Xn, Kn, qn, $n, td, ld, ed, sd, id, od, nd, dd, ll, Bi, si, Gi, ad, rd, Md, Dd, Nd, Id, gd, ud, zd, pd, Cd, jd, fd, Ud, bd, md, Ed;
14222
+ var f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, fs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs, T, Js, _s, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, di, ai, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, ds, zi, pi, Ci, fi, ji, Ui, bi, mi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Ql, Ji, _i, Xi, Ki, qi, $i, to, lo, eo, so, io, oo, no, ao, ro, Mo, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, Co, fo, jo, Uo, bo, mo, Eo, Oo, wo, Yo, So, Qo, ko, ho, Ro, Fo, Vo, Po, Go, Wo, Bo, Lo, Zo, Ho, Jo, _o, Xo, Ko, qo, $o, tn, ln, en, sn, on, nn, dn, an, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, Cn, fn, jn, Un, bn, mn, En, On, wn, Yn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Bn, Ln, Zn, Hn, Jn, _n, Xn, Kn, qn, $n, td, ld, ed, sd, id, od, nd, dd, ll, Bi, si, Gi, ad, rd, Md, Dd, Nd, Id, gd, ud, zd, pd, Cd, fd, jd, Ud, bd, md, Ed;
14223
14223
  const c = F("IdmBrand"), M = F("Lat"), I = F("Lng"), p = F("Editor");
14224
14224
  return n(), d("div", oO, [
14225
14225
  E(c, { name: "Energy Efficiency Analysis Report" }),
@@ -14230,14 +14230,14 @@ function uw(i, l, s, D, r, a) {
14230
14230
  class: "flex-end",
14231
14231
  style: { width: "140px" }
14232
14232
  }, "Prepare for", -1)),
14233
- t("span", rO, e((A = (u = (j = s.report) == null ? void 0 : j.voyage) == null ? void 0 : u.company) == null ? void 0 : A.name), 1)
14233
+ t("span", rO, e((A = (u = (f = s.report) == null ? void 0 : f.voyage) == null ? void 0 : u.company) == null ? void 0 : A.name), 1)
14234
14234
  ]),
14235
14235
  t("div", MO, [
14236
14236
  l[4] || (l[4] = t("label", {
14237
14237
  class: "flex-end",
14238
14238
  style: { width: "140px" }
14239
14239
  }, "Vessel", -1)),
14240
- t("span", DO, e((b = (f = (Y = s.report) == null ? void 0 : Y.voyage) == null ? void 0 : f.vessel) == null ? void 0 : b.name) + " (" + e((S = (C = (m = s.report) == null ? void 0 : m.voyage) == null ? void 0 : C.vessel) == null ? void 0 : S.type) + ")", 1)
14240
+ t("span", DO, e((b = (j = (Y = s.report) == null ? void 0 : Y.voyage) == null ? void 0 : j.vessel) == null ? void 0 : b.name) + " (" + e((S = (C = (m = s.report) == null ? void 0 : m.voyage) == null ? void 0 : C.vessel) == null ? void 0 : S.type) + ")", 1)
14241
14241
  ]),
14242
14242
  t("div", NO, [
14243
14243
  l[5] || (l[5] = t("label", {
@@ -14297,9 +14297,9 @@ function uw(i, l, s, D, r, a) {
14297
14297
  ])
14298
14298
  ])
14299
14299
  ]),
14300
- t("div", jO, [
14300
+ t("div", fO, [
14301
14301
  l[30] || (l[30] = t("div", { class: "section-title" }, "Report Summary", -1)),
14302
- t("div", fO, [
14302
+ t("div", jO, [
14303
14303
  t("table", null, [
14304
14304
  l[17] || (l[17] = t("thead", null, [
14305
14305
  t("tr", null, [
@@ -14329,9 +14329,9 @@ function uw(i, l, s, D, r, a) {
14329
14329
  ]),
14330
14330
  t("td", OO, [
14331
14331
  g(e((qt = (Kt = (h = (Xt = (_t = s.report) == null ? void 0 : _t.eeas) == null ? void 0 : Xt.extend) == null ? void 0 : h.cp) == null ? void 0 : Kt.idle) == null ? void 0 : qt.dgo) + " ", 1),
14332
- (Z = (jt = (Mt = (N = s.report) == null ? void 0 : N.eeas) == null ? void 0 : Mt.extend) == null ? void 0 : jt.cp) != null && Z.weather ? (n(), d("span", wO, [
14332
+ (Z = (ft = (Mt = (N = s.report) == null ? void 0 : N.eeas) == null ? void 0 : Mt.extend) == null ? void 0 : ft.cp) != null && Z.weather ? (n(), d("span", wO, [
14333
14333
  l[12] || (l[12] = g("| ")),
14334
- (tl = ($t = (Jt = (At = (Ht = s.report) == null ? void 0 : Ht.eeas) == null ? void 0 : At.extend) == null ? void 0 : Jt.cp) == null ? void 0 : $t.weather) != null && tl.consPercentage ? (n(), d("span", YO, "+" + e((Ml = (rl = (al = (dl = (nl = s.report) == null ? void 0 : nl.eeas) == null ? void 0 : dl.extend) == null ? void 0 : al.cp) == null ? void 0 : rl.weather) == null ? void 0 : Ml.consOfOver) + "% , -" + e((vl = (Al = (yl = (cl = (Dl = s.report) == null ? void 0 : Dl.eeas) == null ? void 0 : cl.extend) == null ? void 0 : yl.cp) == null ? void 0 : Al.weather) == null ? void 0 : vl.consOfUnder) + "%", 1)) : (n(), d("span", SO, "+" + e((Cl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.eeas) == null ? void 0 : xl.extend) == null ? void 0 : zl.cp) == null ? void 0 : pl.weather) == null ? void 0 : Cl.consOfOver) + " , -" + e((ml = (bl = (Ul = (fl = (jl = s.report) == null ? void 0 : jl.eeas) == null ? void 0 : fl.extend) == null ? void 0 : Ul.cp) == null ? void 0 : bl.weather) == null ? void 0 : ml.consOfUnder), 1))
14334
+ (tl = ($t = (Jt = (At = (Ht = s.report) == null ? void 0 : Ht.eeas) == null ? void 0 : At.extend) == null ? void 0 : Jt.cp) == null ? void 0 : $t.weather) != null && tl.consPercentage ? (n(), d("span", YO, "+" + e((Ml = (rl = (al = (dl = (nl = s.report) == null ? void 0 : nl.eeas) == null ? void 0 : dl.extend) == null ? void 0 : al.cp) == null ? void 0 : rl.weather) == null ? void 0 : Ml.consOfOver) + "% , -" + e((vl = (Al = (yl = (cl = (Dl = s.report) == null ? void 0 : Dl.eeas) == null ? void 0 : cl.extend) == null ? void 0 : yl.cp) == null ? void 0 : Al.weather) == null ? void 0 : vl.consOfUnder) + "%", 1)) : (n(), d("span", SO, "+" + e((Cl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.eeas) == null ? void 0 : xl.extend) == null ? void 0 : zl.cp) == null ? void 0 : pl.weather) == null ? void 0 : Cl.consOfOver) + " , -" + e((ml = (bl = (Ul = (jl = (fl = s.report) == null ? void 0 : fl.eeas) == null ? void 0 : jl.extend) == null ? void 0 : Ul.cp) == null ? void 0 : bl.weather) == null ? void 0 : ml.consOfUnder), 1))
14335
14335
  ])) : y("", !0)
14336
14336
  ])
14337
14337
  ]),
@@ -14358,7 +14358,7 @@ function uw(i, l, s, D, r, a) {
14358
14358
  t("div", BO, [
14359
14359
  l[19] || (l[19] = t("div", { class: "phase-title" }, "Total Idle Time", -1)),
14360
14360
  t("div", LO, [
14361
- g(e((Ue = (fe = (je = (Ce = (pe = s.report) == null ? void 0 : pe.eeas) == null ? void 0 : Ce.extend) == null ? void 0 : je.actual) == null ? void 0 : fe.idle) == null ? void 0 : Ue.totalTime), 1),
14361
+ g(e((Ue = (je = (fe = (Ce = (pe = s.report) == null ? void 0 : pe.eeas) == null ? void 0 : Ce.extend) == null ? void 0 : fe.actual) == null ? void 0 : je.idle) == null ? void 0 : Ue.totalTime), 1),
14362
14362
  l[18] || (l[18] = t("span", { class: "unit" }, "hrs", -1))
14363
14363
  ])
14364
14364
  ]),
@@ -14384,7 +14384,7 @@ function uw(i, l, s, D, r, a) {
14384
14384
  class: z(["iconfont", ((vs = (As = (gs = (Is = (Ns = s.report) == null ? void 0 : Ns.eeas) == null ? void 0 : Is.extend) == null ? void 0 : gs.summary) == null ? void 0 : As.fo) == null ? void 0 : vs.status) === "Saving" ? "gain" : "lost"])
14385
14385
  }, e(((Cs = (ps = (zs = (xs = (Ts = s.report) == null ? void 0 : Ts.eeas) == null ? void 0 : xs.extend) == null ? void 0 : zs.summary) == null ? void 0 : ps.fo) == null ? void 0 : Cs.status) === "Saving" ? "" : ""), 3),
14386
14386
  t("span", {
14387
- class: z(((ms = (bs = (Us = (fs = (js = s.report) == null ? void 0 : js.eeas) == null ? void 0 : fs.extend) == null ? void 0 : Us.summary) == null ? void 0 : bs.fo) == null ? void 0 : ms.status) === "Saving" ? "gain" : "lost")
14387
+ class: z(((ms = (bs = (Us = (js = (fs = s.report) == null ? void 0 : fs.eeas) == null ? void 0 : js.extend) == null ? void 0 : Us.summary) == null ? void 0 : bs.fo) == null ? void 0 : ms.status) === "Saving" ? "gain" : "lost")
14388
14388
  }, e((Ss = (Ys = (ws = (Os = (Es = s.report) == null ? void 0 : Es.eeas) == null ? void 0 : Os.extend) == null ? void 0 : ws.summary) == null ? void 0 : Ys.fo) == null ? void 0 : Ss.margin), 3),
14389
14389
  l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
14390
14390
  ])
@@ -14475,7 +14475,7 @@ function uw(i, l, s, D, r, a) {
14475
14475
  ])
14476
14476
  ], -1)),
14477
14477
  (n(!0), d(U, null, et((yi = (ci = (ui = s.report) == null ? void 0 : ui.eeas) == null ? void 0 : ci.extend) == null ? void 0 : yi.ports, (el) => {
14478
- var cd, Pe, yd, Ad, Od, wd, Yd, Sd, Qd, kd, hd, Rd, Fd, Vd, Pd, Gd, Wd, Bd, Ld, Zd, Hd, Jd, _d, Xd, Kd, qd, $d, ta, la, ea, sa, ia, oa, na, da, aa, ra, Ma, Da, Na, Ia, ga, ua, ca, ya, Aa, va, Ta, xa, za, pa, Ca, ja, fa, Ua, ba, ma, Ea;
14478
+ var cd, Pe, yd, Ad, Od, wd, Yd, Sd, Qd, kd, hd, Rd, Fd, Vd, Pd, Gd, Wd, Bd, Ld, Zd, Hd, Jd, _d, Xd, Kd, qd, $d, ta, la, ea, sa, ia, oa, na, da, aa, ra, Ma, Da, Na, Ia, ga, ua, ca, ya, Aa, va, Ta, xa, za, pa, Ca, fa, ja, Ua, ba, ma, Ea;
14479
14479
  return n(), d("tbody", {
14480
14480
  key: el.port
14481
14481
  }, [
@@ -14512,7 +14512,7 @@ function uw(i, l, s, D, r, a) {
14512
14512
  class: z(((ya = el.working) == null ? void 0 : ya.dailyFoCons) > ((za = (xa = (Ta = (va = (Aa = s.report) == null ? void 0 : Aa.eeas) == null ? void 0 : va.extend) == null ? void 0 : Ta.cp) == null ? void 0 : xa.working) == null ? void 0 : za.fo) ? "lost" : "")
14513
14513
  }, e((pa = el.working) == null ? void 0 : pa.dailyFoCons), 3),
14514
14514
  t("td", {
14515
- class: z(((Ca = el.working) == null ? void 0 : Ca.dailyDgoCons) > ((ma = (ba = (Ua = (fa = (ja = s.report) == null ? void 0 : ja.eeas) == null ? void 0 : fa.extend) == null ? void 0 : Ua.cp) == null ? void 0 : ba.working) == null ? void 0 : ma.dgo) ? "lost" : "")
14515
+ class: z(((Ca = el.working) == null ? void 0 : Ca.dailyDgoCons) > ((ma = (ba = (Ua = (ja = (fa = s.report) == null ? void 0 : fa.eeas) == null ? void 0 : ja.extend) == null ? void 0 : Ua.cp) == null ? void 0 : ba.working) == null ? void 0 : ma.dgo) ? "lost" : "")
14516
14516
  }, e((Ea = el.working) == null ? void 0 : Ea.dailyDgoCons), 3)
14517
14517
  ])
14518
14518
  ]);
@@ -14532,7 +14532,7 @@ function uw(i, l, s, D, r, a) {
14532
14532
  l[43] || (l[43] = t("div", { class: "sig" }, "x", -1)),
14533
14533
  t("div", c5, [
14534
14534
  t("div", y5, [
14535
- t("div", null, e((ji = (Ci = (pi = (zi = (ds = s.report) == null ? void 0 : ds.eeas) == null ? void 0 : zi.extend) == null ? void 0 : pi.cp) == null ? void 0 : Ci.idle) == null ? void 0 : ji.plusAbtfo), 1),
14535
+ t("div", null, e((fi = (Ci = (pi = (zi = (ds = s.report) == null ? void 0 : ds.eeas) == null ? void 0 : zi.extend) == null ? void 0 : pi.cp) == null ? void 0 : Ci.idle) == null ? void 0 : fi.plusAbtfo), 1),
14536
14536
  l[38] || (l[38] = t("div", { class: "line" }, null, -1)),
14537
14537
  l[39] || (l[39] = t("div", null, "24", -1))
14538
14538
  ])
@@ -14540,7 +14540,7 @@ function uw(i, l, s, D, r, a) {
14540
14540
  l[44] || (l[44] = t("div", { class: "sig" }, ")", -1)),
14541
14541
  l[45] || (l[45] = t("div", { class: "sig" }, "+", -1)),
14542
14542
  l[46] || (l[46] = t("div", { class: "sig" }, "(", -1)),
14543
- t("div", A5, e((ul = (mi = (bi = (Ui = (fi = s.report) == null ? void 0 : fi.eeas) == null ? void 0 : Ui.extend) == null ? void 0 : bi.actual) == null ? void 0 : mi.working) == null ? void 0 : ul.totalTime), 1),
14543
+ t("div", A5, e((ul = (mi = (bi = (Ui = (ji = s.report) == null ? void 0 : ji.eeas) == null ? void 0 : Ui.extend) == null ? void 0 : bi.actual) == null ? void 0 : mi.working) == null ? void 0 : ul.totalTime), 1),
14544
14544
  l[47] || (l[47] = t("div", { class: "sig" }, "x", -1)),
14545
14545
  t("div", v5, [
14546
14546
  t("div", T5, [
@@ -14559,7 +14559,7 @@ function uw(i, l, s, D, r, a) {
14559
14559
  t("div", p5, e((Pi = (Vi = (Fi = (Ri = (hi = s.report) == null ? void 0 : hi.eeas) == null ? void 0 : Ri.extend) == null ? void 0 : Fi.actual) == null ? void 0 : Vi.idle) == null ? void 0 : Pi.totalTime), 1),
14560
14560
  l[56] || (l[56] = t("div", { class: "sig" }, "x", -1)),
14561
14561
  t("div", C5, [
14562
- t("div", j5, [
14562
+ t("div", f5, [
14563
14563
  t("div", null, e((Ki = (Xi = (_i = (Ji = (Ql = s.report) == null ? void 0 : Ql.eeas) == null ? void 0 : Ji.extend) == null ? void 0 : _i.cp) == null ? void 0 : Xi.idle) == null ? void 0 : Ki.minusAbtfo), 1),
14564
14564
  l[51] || (l[51] = t("div", { class: "line" }, null, -1)),
14565
14565
  l[52] || (l[52] = t("div", null, "24", -1))
@@ -14568,7 +14568,7 @@ function uw(i, l, s, D, r, a) {
14568
14568
  l[57] || (l[57] = t("div", { class: "sig" }, ")", -1)),
14569
14569
  l[58] || (l[58] = t("div", { class: "sig" }, "+", -1)),
14570
14570
  l[59] || (l[59] = t("div", { class: "sig" }, "(", -1)),
14571
- t("div", f5, e((eo = (lo = (to = ($i = (qi = s.report) == null ? void 0 : qi.eeas) == null ? void 0 : $i.extend) == null ? void 0 : to.actual) == null ? void 0 : lo.working) == null ? void 0 : eo.totalTime), 1),
14571
+ t("div", j5, e((eo = (lo = (to = ($i = (qi = s.report) == null ? void 0 : qi.eeas) == null ? void 0 : $i.extend) == null ? void 0 : to.actual) == null ? void 0 : lo.working) == null ? void 0 : eo.totalTime), 1),
14572
14572
  l[60] || (l[60] = t("div", { class: "sig" }, "x", -1)),
14573
14573
  t("div", U5, [
14574
14574
  t("div", b5, [
@@ -14589,7 +14589,7 @@ function uw(i, l, s, D, r, a) {
14589
14589
  }, "No Fuel Saving/Over-Consumption", -1)
14590
14590
  ]))) : ((zo = (xo = (To = (vo = (Ao = s.report) == null ? void 0 : Ao.eeas) == null ? void 0 : vo.extend) == null ? void 0 : To.summary) == null ? void 0 : xo.fo) == null ? void 0 : zo.status) === "Saving" ? (n(), d("div", O5, [
14591
14591
  l[65] || (l[65] = it('<div class="fraction" style="width:260px;" data-v-34ecb434>Fuel Saving</div><div class="sig" data-v-34ecb434>=</div><div class="fraction" data-v-34ecb434>(c&#39;)</div><div class="sig" data-v-34ecb434>-</div><div class="fraction" data-v-34ecb434>Actual Total Consumption</div><div class="sig" data-v-34ecb434>=</div>', 6)),
14592
- t("div", w5, e((fo = (jo = (Co = (po = s.report) == null ? void 0 : po.eeas) == null ? void 0 : Co.extend) == null ? void 0 : jo.cp) == null ? void 0 : fo.maxFoCons), 1),
14592
+ t("div", w5, e((jo = (fo = (Co = (po = s.report) == null ? void 0 : po.eeas) == null ? void 0 : Co.extend) == null ? void 0 : fo.cp) == null ? void 0 : jo.maxFoCons), 1),
14593
14593
  l[66] || (l[66] = t("div", { class: "sig" }, "-", -1)),
14594
14594
  t("div", Y5, e((Eo = (mo = (bo = (Uo = s.report) == null ? void 0 : Uo.eeas) == null ? void 0 : bo.extend) == null ? void 0 : mo.actual) == null ? void 0 : Eo.totalFoCons), 1),
14595
14595
  l[67] || (l[67] = t("div", { class: "sig" }, "=", -1)),
@@ -14641,7 +14641,7 @@ function uw(i, l, s, D, r, a) {
14641
14641
  l[89] || (l[89] = t("div", { class: "sig" }, "x", -1)),
14642
14642
  t("div", K5, [
14643
14643
  t("div", q5, [
14644
- t("div", null, e((mn = (bn = (Un = (fn = (jn = s.report) == null ? void 0 : jn.eeas) == null ? void 0 : fn.extend) == null ? void 0 : Un.cp) == null ? void 0 : bn.idle) == null ? void 0 : mn.minusAbtdgo), 1),
14644
+ t("div", null, e((mn = (bn = (Un = (jn = (fn = s.report) == null ? void 0 : fn.eeas) == null ? void 0 : jn.extend) == null ? void 0 : Un.cp) == null ? void 0 : bn.idle) == null ? void 0 : mn.minusAbtdgo), 1),
14645
14645
  l[84] || (l[84] = t("div", { class: "line" }, null, -1)),
14646
14646
  l[85] || (l[85] = t("div", null, "24", -1))
14647
14647
  ])
@@ -14681,7 +14681,7 @@ function uw(i, l, s, D, r, a) {
14681
14681
  l[102] || (l[102] = t("div", { class: "sig" }, "-", -1)),
14682
14682
  t("div", Mw, e((zd = (ud = (gd = (Id = s.report) == null ? void 0 : Id.eeas) == null ? void 0 : gd.extend) == null ? void 0 : ud.cp) == null ? void 0 : zd.maxDgoCons), 1),
14683
14683
  l[103] || (l[103] = t("div", { class: "sig" }, "=", -1)),
14684
- t("div", Dw, e((Ud = (fd = (jd = (Cd = (pd = s.report) == null ? void 0 : pd.eeas) == null ? void 0 : Cd.extend) == null ? void 0 : jd.summary) == null ? void 0 : fd.dgo) == null ? void 0 : Ud.margin) + " mt", 1)
14684
+ t("div", Dw, e((Ud = (jd = (fd = (Cd = (pd = s.report) == null ? void 0 : pd.eeas) == null ? void 0 : Cd.extend) == null ? void 0 : fd.summary) == null ? void 0 : jd.dgo) == null ? void 0 : Ud.margin) + " mt", 1)
14685
14685
  ]))
14686
14686
  ])
14687
14687
  ])
@@ -14828,12 +14828,12 @@ const xw = {
14828
14828
  // 经纬度转换
14829
14829
  computedLngLat() {
14830
14830
  return function(i, l) {
14831
- return `${ft.lat2pretty(i).pretty} / ${ft.lng2pretty(l).pretty}`;
14831
+ return `${jt.lat2pretty(i).pretty} / ${jt.lng2pretty(l).pretty}`;
14832
14832
  };
14833
14833
  },
14834
14834
  computePortName() {
14835
14835
  return function(i) {
14836
- return i ? i != null && i.name ? i == null ? void 0 : i.name : `${ft.lat2pretty(i == null ? void 0 : i.lat).pretty}, ${ft.lng2pretty(i == null ? void 0 : i.lng).pretty}` : "-";
14836
+ return i ? i != null && i.name ? i == null ? void 0 : i.name : `${jt.lat2pretty(i == null ? void 0 : i.lat).pretty}, ${jt.lng2pretty(i == null ? void 0 : i.lng).pretty}` : "-";
14837
14837
  };
14838
14838
  },
14839
14839
  computeNum() {
@@ -14864,7 +14864,7 @@ const xw = {
14864
14864
  this.editable = !1, this.$emit("commit", i);
14865
14865
  }
14866
14866
  }
14867
- }, zw = { class: "ets-report" }, pw = { class: "content-box" }, Cw = { class: "info-box border-dashed" }, jw = { class: "flex-between row" }, fw = {
14867
+ }, zw = { class: "ets-report" }, pw = { class: "content-box" }, Cw = { class: "info-box border-dashed" }, fw = { class: "flex-between row" }, jw = {
14868
14868
  class: "flex-between",
14869
14869
  style: { width: "48%" }
14870
14870
  }, Uw = {
@@ -14897,16 +14897,16 @@ const xw = {
14897
14897
  style: { "font-weight": "bold" }
14898
14898
  }, tY = { class: "section leg-section" };
14899
14899
  function lY(i, l, s, D, r, a) {
14900
- var I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl;
14900
+ var I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl;
14901
14901
  const c = F("IdmBrand"), M = F("Editor");
14902
14902
  return n(), d("div", zw, [
14903
14903
  E(c, { name: "EU ETS Compliance Cost Analysis Report" }),
14904
14904
  t("div", pw, [
14905
14905
  t("div", Cw, [
14906
- t("div", jw, [
14907
- t("div", fw, [
14906
+ t("div", fw, [
14907
+ t("div", jw, [
14908
14908
  l[3] || (l[3] = t("label", { class: "label" }, "Vessel:", -1)),
14909
- t("div", null, e(((p = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : p.name) ?? "-") + " (" + e(((u = (j = s.report) == null ? void 0 : j.vessel) == null ? void 0 : u.type) ?? "-") + ")", 1)
14909
+ t("div", null, e(((p = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : p.name) ?? "-") + " (" + e(((u = (f = s.report) == null ? void 0 : f.vessel) == null ? void 0 : u.type) ?? "-") + ")", 1)
14910
14910
  ]),
14911
14911
  t("div", Uw, [
14912
14912
  l[4] || (l[4] = t("label", { class: "label" }, "IMO:", -1)),
@@ -14918,7 +14918,7 @@ function lY(i, l, s, D, r, a) {
14918
14918
  t("div", bw, [
14919
14919
  t("div", mw, [
14920
14920
  l[5] || (l[5] = t("label", { class: "label" }, "Report Year:", -1)),
14921
- t("div", null, e(((f = s.report) == null ? void 0 : f.year) ?? "-"), 1)
14921
+ t("div", null, e(((j = s.report) == null ? void 0 : j.year) ?? "-"), 1)
14922
14922
  ]),
14923
14923
  t("div", Ew, [
14924
14924
  l[6] || (l[6] = t("label", { class: "label" }, "GT:", -1)),
@@ -15048,7 +15048,7 @@ function lY(i, l, s, D, r, a) {
15048
15048
  l[20] || (l[20] = t("td", null, "MGO", -1)),
15049
15049
  t("td", null, e(((Ut = (k = (Gt = (Bt = (Wt = s.report) == null ? void 0 : Wt.summary) == null ? void 0 : Bt.fuels) == null ? void 0 : Gt.filter((w) => w.type === "MGO")) == null ? void 0 : k[0]) == null ? void 0 : Ut.cons) ?? "-"), 1),
15050
15050
  t("td", null, e(((Kt = (h = (Xt = (_t = (Lt = s.report) == null ? void 0 : Lt.summary) == null ? void 0 : _t.fuels) == null ? void 0 : Xt.filter((w) => w.type === "MGO")) == null ? void 0 : h[0]) == null ? void 0 : Kt.co2) ?? "-"), 1),
15051
- t("td", null, e(((Z = (jt = (Mt = (N = (qt = s.report) == null ? void 0 : qt.summary) == null ? void 0 : N.fuels) == null ? void 0 : Mt.filter((w) => w.type === "MGO")) == null ? void 0 : jt[0]) == null ? void 0 : Z.ch4) ?? "-"), 1),
15051
+ t("td", null, e(((Z = (ft = (Mt = (N = (qt = s.report) == null ? void 0 : qt.summary) == null ? void 0 : N.fuels) == null ? void 0 : Mt.filter((w) => w.type === "MGO")) == null ? void 0 : ft[0]) == null ? void 0 : Z.ch4) ?? "-"), 1),
15052
15052
  t("td", null, e(((tl = ($t = (Jt = (At = (Ht = s.report) == null ? void 0 : Ht.summary) == null ? void 0 : At.fuels) == null ? void 0 : Jt.filter((w) => w.type === "MGO")) == null ? void 0 : $t[0]) == null ? void 0 : tl.n2o) ?? "-"), 1)
15053
15053
  ]),
15054
15054
  t("tr", null, [
@@ -15056,7 +15056,7 @@ function lY(i, l, s, D, r, a) {
15056
15056
  t("td", null, e(((Ml = (rl = (al = (dl = (nl = s.report) == null ? void 0 : nl.summary) == null ? void 0 : dl.fuels) == null ? void 0 : al.filter((w) => w.type === "MDO")) == null ? void 0 : rl[0]) == null ? void 0 : Ml.cons) ?? "-"), 1),
15057
15057
  t("td", null, e(((vl = (Al = (yl = (cl = (Dl = s.report) == null ? void 0 : Dl.summary) == null ? void 0 : cl.fuels) == null ? void 0 : yl.filter((w) => w.type === "MDO")) == null ? void 0 : Al[0]) == null ? void 0 : vl.co2) ?? "-"), 1),
15058
15058
  t("td", null, e(((Cl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.summary) == null ? void 0 : xl.fuels) == null ? void 0 : zl.filter((w) => w.type === "MDO")) == null ? void 0 : pl[0]) == null ? void 0 : Cl.ch4) ?? "-"), 1),
15059
- t("td", null, e(((ml = (bl = (Ul = (fl = (jl = s.report) == null ? void 0 : jl.summary) == null ? void 0 : fl.fuels) == null ? void 0 : Ul.filter((w) => w.type === "MDO")) == null ? void 0 : bl[0]) == null ? void 0 : ml.n2o) ?? "-"), 1)
15059
+ t("td", null, e(((ml = (bl = (Ul = (jl = (fl = s.report) == null ? void 0 : fl.summary) == null ? void 0 : jl.fuels) == null ? void 0 : Ul.filter((w) => w.type === "MDO")) == null ? void 0 : bl[0]) == null ? void 0 : ml.n2o) ?? "-"), 1)
15060
15060
  ]),
15061
15061
  t("tr", null, [
15062
15062
  l[22] || (l[22] = t("td", {
@@ -15185,12 +15185,12 @@ const sY = {
15185
15185
  // 经纬度转换
15186
15186
  computedLngLat() {
15187
15187
  return function(i, l) {
15188
- return `${ft.lat2pretty(i).pretty} / ${ft.lng2pretty(l).pretty}`;
15188
+ return `${jt.lat2pretty(i).pretty} / ${jt.lng2pretty(l).pretty}`;
15189
15189
  };
15190
15190
  },
15191
15191
  computePortName() {
15192
15192
  return function(i) {
15193
- return i ? i != null && i.name ? i == null ? void 0 : i.name : `${ft.lat2pretty(i == null ? void 0 : i.lat).pretty}, ${ft.lng2pretty(i == null ? void 0 : i.lng).pretty}` : "-";
15193
+ return i ? i != null && i.name ? i == null ? void 0 : i.name : `${jt.lat2pretty(i == null ? void 0 : i.lat).pretty}, ${jt.lng2pretty(i == null ? void 0 : i.lng).pretty}` : "-";
15194
15194
  };
15195
15195
  },
15196
15196
  computeNum() {
@@ -15245,12 +15245,12 @@ const sY = {
15245
15245
  }, TY = { class: "text" }, xY = { class: "value" }, zY = { class: "phase-title" }, pY = {
15246
15246
  class: "item",
15247
15247
  style: { width: "24%" }
15248
- }, CY = { class: "fuel-title" }, jY = { class: "fuel-text" }, fY = { class: "section-content" }, UY = {
15248
+ }, CY = { class: "fuel-title" }, fY = { class: "fuel-text" }, jY = { class: "section-content" }, UY = {
15249
15249
  key: 0,
15250
15250
  class: ""
15251
15251
  }, bY = ["innerHTML"], mY = { key: 1 }, EY = { class: "section co2-emissions-section" }, OY = { class: "section leg-section" }, wY = { class: "section leg-section" };
15252
15252
  function YY(i, l, s, D, r, a) {
15253
- var I, p, j, u, A, Y, f, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, jt, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, jl, fl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, je, fe, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, js, fs, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs;
15253
+ var I, p, f, u, A, Y, j, b, m, C, S, O, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, dt, at, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, Ct, Wt, Bt, Gt, k, Ut, Lt, _t, Xt, h, Kt, qt, N, Mt, ft, Z, Ht, At, Jt, $t, tl, nl, dl, al, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, Cl, fl, jl, Ul, bl, ml, El, Ol, wl, Yl, kl, w, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, gl, Ge, We, Be, Le, Ze, He, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Nl, Il, Sl, Ll, Zl, Hl, Jl, _l, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, de, ae, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, Ce, fe, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, Cs, fs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, Zs, Hs;
15254
15254
  const c = F("IdmBrand"), M = F("Editor");
15255
15255
  return n(), d("div", iY, [
15256
15256
  E(c, { name: "FuelEU Maritime Compliance Cost Analysis Report" }),
@@ -15259,7 +15259,7 @@ function YY(i, l, s, D, r, a) {
15259
15259
  t("div", dY, [
15260
15260
  t("div", aY, [
15261
15261
  l[3] || (l[3] = t("label", { class: "label" }, "Vessel:", -1)),
15262
- t("div", null, e(((p = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : p.name) ?? "-") + " (" + e(((u = (j = s.report) == null ? void 0 : j.vessel) == null ? void 0 : u.type) ?? "-") + ")", 1)
15262
+ t("div", null, e(((p = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : p.name) ?? "-") + " (" + e(((u = (f = s.report) == null ? void 0 : f.vessel) == null ? void 0 : u.type) ?? "-") + ")", 1)
15263
15263
  ]),
15264
15264
  t("div", rY, [
15265
15265
  l[4] || (l[4] = t("label", { class: "label" }, "IMO:", -1)),
@@ -15271,7 +15271,7 @@ function YY(i, l, s, D, r, a) {
15271
15271
  t("div", MY, [
15272
15272
  t("div", DY, [
15273
15273
  l[5] || (l[5] = t("label", { class: "label" }, "Report Year:", -1)),
15274
- t("div", null, e(((f = s.report) == null ? void 0 : f.year) ?? "-"), 1)
15274
+ t("div", null, e(((j = s.report) == null ? void 0 : j.year) ?? "-"), 1)
15275
15275
  ]),
15276
15276
  t("div", NY, [
15277
15277
  l[6] || (l[6] = t("label", { class: "label" }, "GT:", -1)),
@@ -15318,7 +15318,7 @@ function YY(i, l, s, D, r, a) {
15318
15318
  class: "value flex-between"
15319
15319
  }, [
15320
15320
  t("div", CY, e(T.type ?? "-"), 1),
15321
- t("div", jY, [
15321
+ t("div", fY, [
15322
15322
  g(e(T.cons ?? "-"), 1),
15323
15323
  l[14] || (l[14] = t("span", { class: "unit" }, "mt", -1))
15324
15324
  ])
@@ -15330,7 +15330,7 @@ function YY(i, l, s, D, r, a) {
15330
15330
  class: z(["section remark-section", a.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
15331
15331
  }, [
15332
15332
  l[17] || (l[17] = t("div", { class: "subtitle" }, "Remarks", -1)),
15333
- t("div", fY, [
15333
+ t("div", jY, [
15334
15334
  r.editable ? (n(), d("div", UY, [
15335
15335
  r.editable ? (n(), il(M, {
15336
15336
  key: 0,
@@ -15438,11 +15438,11 @@ function YY(i, l, s, D, r, a) {
15438
15438
  t("tr", null, [
15439
15439
  l[19] || (l[19] = t("td", null, "LFO", -1)),
15440
15440
  t("td", null, e(((qt = (Kt = (h = (Xt = (_t = s.report) == null ? void 0 : _t.summary) == null ? void 0 : Xt.fuels) == null ? void 0 : h.filter((T) => T.type === "LFO")) == null ? void 0 : Kt[0]) == null ? void 0 : qt.cons) ?? "-"), 1),
15441
- t("td", null, e(((Ht = (Z = (jt = (Mt = (N = s.report) == null ? void 0 : N.summary) == null ? void 0 : Mt.fuels) == null ? void 0 : jt.filter((T) => T.type === "LFO")) == null ? void 0 : Z[0]) == null ? void 0 : Ht.lcv) ?? "-"), 1),
15441
+ t("td", null, e(((Ht = (Z = (ft = (Mt = (N = s.report) == null ? void 0 : N.summary) == null ? void 0 : Mt.fuels) == null ? void 0 : ft.filter((T) => T.type === "LFO")) == null ? void 0 : Z[0]) == null ? void 0 : Ht.lcv) ?? "-"), 1),
15442
15442
  t("td", null, e(((nl = (tl = ($t = (Jt = (At = s.report) == null ? void 0 : At.summary) == null ? void 0 : Jt.fuels) == null ? void 0 : $t.filter((T) => T.type === "LFO")) == null ? void 0 : tl[0]) == null ? void 0 : nl.energy) ?? "-"), 1),
15443
15443
  t("td", null, e(((Dl = (Ml = (rl = (al = (dl = s.report) == null ? void 0 : dl.summary) == null ? void 0 : al.fuels) == null ? void 0 : rl.filter((T) => T.type === "LFO")) == null ? void 0 : Ml[0]) == null ? void 0 : Dl.wtt) ?? "-"), 1),
15444
15444
  t("td", null, e(((xl = (Tl = (vl = (Al = (yl = (cl = s.report) == null ? void 0 : cl.summary) == null ? void 0 : yl.fuels) == null ? void 0 : Al.filter((T) => T.type === "LFO")) == null ? void 0 : vl[0]) == null ? void 0 : Tl.ttw) == null ? void 0 : xl.co2) ?? "-"), 1),
15445
- t("td", null, e(((Ul = (fl = (jl = (Cl = (pl = (zl = s.report) == null ? void 0 : zl.summary) == null ? void 0 : pl.fuels) == null ? void 0 : Cl.filter((T) => T.type === "LFO")) == null ? void 0 : jl[0]) == null ? void 0 : fl.ttw) == null ? void 0 : Ul.ch4) ?? "-"), 1),
15445
+ t("td", null, e(((Ul = (jl = (fl = (Cl = (pl = (zl = s.report) == null ? void 0 : zl.summary) == null ? void 0 : pl.fuels) == null ? void 0 : Cl.filter((T) => T.type === "LFO")) == null ? void 0 : fl[0]) == null ? void 0 : jl.ttw) == null ? void 0 : Ul.ch4) ?? "-"), 1),
15446
15446
  t("td", null, e(((Yl = (wl = (Ol = (El = (ml = (bl = s.report) == null ? void 0 : bl.summary) == null ? void 0 : ml.fuels) == null ? void 0 : El.filter((T) => T.type === "LFO")) == null ? void 0 : Ol[0]) == null ? void 0 : wl.ttw) == null ? void 0 : Yl.n2o) ?? "-"), 1),
15447
15447
  t("td", null, e(((Fl = (Rl = (hl = (w = (kl = s.report) == null ? void 0 : kl.summary) == null ? void 0 : w.fuels) == null ? void 0 : hl.filter((T) => T.type === "LFO")) == null ? void 0 : Rl[0]) == null ? void 0 : Fl.wttEmission) ?? "-"), 1),
15448
15448
  t("td", null, e(((Bl = (Wl = (Gl = (Pl = (Vl = s.report) == null ? void 0 : Vl.summary) == null ? void 0 : Pl.fuels) == null ? void 0 : Gl.filter((T) => T.type === "LFO")) == null ? void 0 : Wl[0]) == null ? void 0 : Bl.ttwEmission) ?? "-"), 1)
@@ -15462,13 +15462,13 @@ function YY(i, l, s, D, r, a) {
15462
15462
  t("tr", null, [
15463
15463
  l[21] || (l[21] = t("td", null, "MDO", -1)),
15464
15464
  t("td", null, e(((xe = (Te = (ve = (Ae = (ye = s.report) == null ? void 0 : ye.summary) == null ? void 0 : Ae.fuels) == null ? void 0 : ve.filter((T) => T.type === "MDO")) == null ? void 0 : Te[0]) == null ? void 0 : xe.cons) ?? "-"), 1),
15465
- t("td", null, e(((fe = (je = (Ce = (pe = (ze = s.report) == null ? void 0 : ze.summary) == null ? void 0 : pe.fuels) == null ? void 0 : Ce.filter((T) => T.type === "MDO")) == null ? void 0 : je[0]) == null ? void 0 : fe.lcv) ?? "-"), 1),
15465
+ t("td", null, e(((je = (fe = (Ce = (pe = (ze = s.report) == null ? void 0 : ze.summary) == null ? void 0 : pe.fuels) == null ? void 0 : Ce.filter((T) => T.type === "MDO")) == null ? void 0 : fe[0]) == null ? void 0 : je.lcv) ?? "-"), 1),
15466
15466
  t("td", null, e(((Oe = (Ee = (me = (be = (Ue = s.report) == null ? void 0 : Ue.summary) == null ? void 0 : be.fuels) == null ? void 0 : me.filter((T) => T.type === "MDO")) == null ? void 0 : Ee[0]) == null ? void 0 : Oe.energy) ?? "-"), 1),
15467
15467
  t("td", null, e(((ke = (Qe = (Se = (Ye = (we = s.report) == null ? void 0 : we.summary) == null ? void 0 : Ye.fuels) == null ? void 0 : Se.filter((T) => T.type === "MDO")) == null ? void 0 : Qe[0]) == null ? void 0 : ke.wtt) ?? "-"), 1),
15468
15468
  t("td", null, e(((os = (is = (Ve = (Fe = (Re = (he = s.report) == null ? void 0 : he.summary) == null ? void 0 : Re.fuels) == null ? void 0 : Fe.filter((T) => T.type === "MDO")) == null ? void 0 : Ve[0]) == null ? void 0 : is.ttw) == null ? void 0 : os.co2) ?? "-"), 1),
15469
15469
  t("td", null, e(((Is = (Ns = (Ds = (rs = (ol = (ns = s.report) == null ? void 0 : ns.summary) == null ? void 0 : ol.fuels) == null ? void 0 : rs.filter((T) => T.type === "MDO")) == null ? void 0 : Ds[0]) == null ? void 0 : Ns.ttw) == null ? void 0 : Is.ch4) ?? "-"), 1),
15470
15470
  t("td", null, e(((zs = (xs = (Ts = (vs = (As = (gs = s.report) == null ? void 0 : gs.summary) == null ? void 0 : As.fuels) == null ? void 0 : vs.filter((T) => T.type === "MDO")) == null ? void 0 : Ts[0]) == null ? void 0 : xs.ttw) == null ? void 0 : zs.n2o) ?? "-"), 1),
15471
- t("td", null, e(((Us = (fs = (js = (Cs = (ps = s.report) == null ? void 0 : ps.summary) == null ? void 0 : Cs.fuels) == null ? void 0 : js.filter((T) => T.type === "MDO")) == null ? void 0 : fs[0]) == null ? void 0 : Us.wttEmission) ?? "-"), 1),
15471
+ t("td", null, e(((Us = (js = (fs = (Cs = (ps = s.report) == null ? void 0 : ps.summary) == null ? void 0 : Cs.fuels) == null ? void 0 : fs.filter((T) => T.type === "MDO")) == null ? void 0 : js[0]) == null ? void 0 : Us.wttEmission) ?? "-"), 1),
15472
15472
  t("td", null, e(((ws = (Os = (Es = (ms = (bs = s.report) == null ? void 0 : bs.summary) == null ? void 0 : ms.fuels) == null ? void 0 : Es.filter((T) => T.type === "MDO")) == null ? void 0 : Os[0]) == null ? void 0 : ws.ttwEmission) ?? "-"), 1)
15473
15473
  ])
15474
15474
  ])
@@ -15662,7 +15662,7 @@ export {
15662
15662
  eY as EtsReport,
15663
15663
  aS as EtsReportPlugin,
15664
15664
  pE as FliComparisonReport,
15665
- ef as FliDeviationReport,
15665
+ sj as FliDeviationReport,
15666
15666
  px as FliInvoiceReport,
15667
15667
  $D as FliPlanReport,
15668
15668
  Qc as FliVoyageReport,
@@ -15697,7 +15697,7 @@ export {
15697
15697
  iS as QuoteReportPlugin,
15698
15698
  Oa as RouteReport,
15699
15699
  ZY as RouteReportPlugin,
15700
- $f as StoppageReport,
15700
+ $j as StoppageReport,
15701
15701
  lS as StoppageReportPlugin,
15702
15702
  cT as TropicalReport,
15703
15703
  KY as VoyageReportPlugin