@idmwx/idmui-report 4.7.8 → 4.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -191,13 +191,13 @@ const ir = {
191
191
  if (Y === 0)
192
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 = $(j.utc).utcOffset(this.localTZ), f = $(b.utc).utcOffset(this.localTZ), S = (M = b == null ? void 0 : b.precip) == null ? void 0 : M.prate, w = m.diff(f, "h"), Q = this.roundPrecision(S * w, 1);
194
+ const m = (c = i == null ? void 0 : i.extend) == null ? void 0 : c.data[Y - 1], b = $(j.utc).utcOffset(this.localTZ), f = $(m.utc).utcOffset(this.localTZ), S = (M = m == null ? void 0 : m.precip) == null ? void 0 : M.prate, w = b.diff(f, "h"), Q = this.roundPrecision(S * w, 1);
195
195
  if (j.precip.pacc = Q, Q > 0) {
196
- const v = l[m.format("MMM-DD")], R = Math.floor(m.get("hour") / 6);
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")] = {
196
+ const v = l[b.format("MMM-DD")], R = Math.floor(b.get("hour") / 6);
197
+ v ? (v.pacc = this.roundPrecision(v.pacc + Q, 1), v[`${R}`] ? v[`${R}`] += Q : (v[`${R}`] = Q, v.colspan += 1)) : (l[b.format("MMM-DD")] = {
198
198
  pacc: Q,
199
199
  colspan: 1
200
- }, l[m.format("MMM-DD")][`${R}`] = Q);
200
+ }, l[b.format("MMM-DD")][`${R}`] = Q);
201
201
  }
202
202
  }
203
203
  }
@@ -239,13 +239,13 @@ const ir = {
239
239
  };
240
240
  let D = 4;
241
241
  (M = (c = (d = this.report) == null ? void 0 : d.extend) == null ? void 0 : c.data) == null || M.forEach((I) => {
242
- var C, u, A, Y, j, b, m, f, S, w, Q, v, R;
242
+ var C, u, A, Y, j, m, b, f, S, w, Q, v, R;
243
243
  const p = $(I.utc).utcOffset(this.localTZ).format("MMM-DD/HHmm[LT]");
244
244
  i.push(p), D = ((u = (C = I.wave) == null ? void 0 : C.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
246
  (j = I.wind) == null ? void 0 : j.kts,
247
- (b = I.gusts) == null ? void 0 : b.kts,
248
- (f = (m = I.wave) == null ? void 0 : m.sig) == null ? void 0 : f.height,
247
+ (m = I.gusts) == null ? void 0 : m.kts,
248
+ (f = (b = I.wave) == null ? void 0 : b.sig) == null ? void 0 : f.height,
249
249
  (S = I.wind) == null ? void 0 : S.direction,
250
250
  (w = I.wind) == null ? void 0 : w.degree,
251
251
  (Q = I.wind) == null ? void 0 : Q.scale,
@@ -514,7 +514,7 @@ const ir = {
514
514
  }, jr = { key: 1 }, Ur = {
515
515
  key: 0,
516
516
  class: "degree-box"
517
- }, br = { key: 1 }, mr = { key: 0 }, Er = { key: 1 };
517
+ }, mr = { key: 1 }, br = { key: 0 }, Er = { key: 1 };
518
518
  function Or(i, l, s, D, r, d) {
519
519
  var I, p, C, u;
520
520
  const c = F("IdmBrand"), M = F("IdmLoading");
@@ -596,15 +596,15 @@ function Or(i, l, s, D, r, d) {
596
596
  ]),
597
597
  t("tbody", null, [
598
598
  (n(!0), a(U, null, et((u = (C = s.report) == null ? void 0 : C.extend) == null ? void 0 : u.data, (A, Y) => {
599
- var j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt;
599
+ var j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt;
600
600
  return n(), a("tr", { key: Y }, [
601
601
  t("td", Tr, e(d.computeLTime(A.utc, r.localTZ)), 1),
602
602
  t("td", null, [
603
603
  (j = A.wind) != null && j.kts ? (n(), a("span", xr, [
604
- g(e((b = A.wind) == null ? void 0 : b.direction), 1),
604
+ g(e((m = A.wind) == null ? void 0 : m.direction), 1),
605
605
  t("i", {
606
606
  class: "iconfont",
607
- style: ti(d.computeDegree((m = A.wind) == null ? void 0 : m.degree, !1))
607
+ style: ti(d.computeDegree((b = A.wind) == null ? void 0 : b.degree, !1))
608
608
  }, "", 4)
609
609
  ])) : (n(), a("span", zr, "-"))
610
610
  ]),
@@ -641,10 +641,10 @@ function Or(i, l, s, D, r, d) {
641
641
  class: "iconfont",
642
642
  style: ti(d.computeDegree((rt = A.current) == null ? void 0 : rt.degree, !0))
643
643
  }, "", 4)
644
- ])) : (n(), a("span", br, "-"))
644
+ ])) : (n(), a("span", mr, "-"))
645
645
  ]),
646
646
  t("td", null, e(d.roundPrecision((ct = A.current) == null ? void 0 : ct.kts, 1)), 1),
647
- s.showPrate ? (n(), a("td", mr, e(d.roundPrecision((yt = A.precip) == null ? void 0 : yt.prate, 2)), 1)) : y("", !0),
647
+ s.showPrate ? (n(), a("td", br, e(d.roundPrecision((yt = A.precip) == null ? void 0 : yt.prate, 2)), 1)) : y("", !0),
648
648
  s.showAcc ? (n(), a("td", Er, e(d.roundPrecision((lt = A.precip) == null ? void 0 : lt.acc, 2)), 1)) : y("", !0),
649
649
  t("td", null, e(d.roundPrecision(A.visibility / 1852, 0) || "-"), 1),
650
650
  t("td", null, e(d.roundPrecision(A.temp, 1)), 1)
@@ -993,26 +993,26 @@ const Br = {
993
993
  weatherFactor: 7,
994
994
  speed: 8
995
995
  }, D = {};
996
- ["W", "WSW", "SW", "SSW", "S", "SSE", "SE", "ESE", "E", "ENE", "NE", "NNE", "N", "NNW", "NW", "WNW"].forEach((b, m) => {
997
- D[b] = Math.PI / 8 * m;
996
+ ["W", "WSW", "SW", "SSW", "S", "SSE", "SE", "ESE", "E", "ENE", "NE", "NNE", "N", "NNW", "NW", "WNW"].forEach((m, b) => {
997
+ D[m] = Math.PI / 8 * b;
998
998
  });
999
999
  const d = 18;
1000
1000
  let c = 4;
1001
- (Y = (A = (u = (C = (p = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : p[this.speedIndex]) == null ? void 0 : C.speed) == null ? void 0 : u.sample) == null ? void 0 : A.hours) == null || Y.forEach((b) => {
1001
+ (Y = (A = (u = (C = (p = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : p[this.speedIndex]) == null ? void 0 : C.speed) == null ? void 0 : u.sample) == null ? void 0 : A.hours) == null || Y.forEach((m) => {
1002
1002
  var f, S, w, Q, v, R, P, G, W, B;
1003
- const m = b.meteo;
1004
- if (m) {
1005
- const L = $(m.utc).utc().format("MMM-DD/HHmm[Z]");
1006
- i.push(L), c = Math.ceil(((S = (f = m.wave) == null ? void 0 : f.sig) == null ? void 0 : S.height) > c ? (Q = (w = m.wave) == null ? void 0 : w.sig) == null ? void 0 : Q.height : c), l.push([
1003
+ const b = m.meteo;
1004
+ if (b) {
1005
+ const L = $(b.utc).utc().format("MMM-DD/HHmm[Z]");
1006
+ i.push(L), c = Math.ceil(((S = (f = b.wave) == null ? void 0 : f.sig) == null ? void 0 : S.height) > c ? (Q = (w = b.wave) == null ? void 0 : w.sig) == null ? void 0 : Q.height : c), l.push([
1007
1007
  L,
1008
- (v = m.wind) == null ? void 0 : v.kts,
1009
- (P = (R = m.wave) == null ? void 0 : R.sig) == null ? void 0 : P.height,
1010
- (G = m.wind) == null ? void 0 : G.direction,
1011
- (W = m.wind) == null ? void 0 : W.degree,
1012
- (B = m.wind) == null ? void 0 : B.scale,
1013
- b.cFactor,
1014
- b.wFactor,
1015
- b.speed
1008
+ (v = b.wind) == null ? void 0 : v.kts,
1009
+ (P = (R = b.wave) == null ? void 0 : R.sig) == null ? void 0 : P.height,
1010
+ (G = b.wind) == null ? void 0 : G.direction,
1011
+ (W = b.wind) == null ? void 0 : W.degree,
1012
+ (B = b.wind) == null ? void 0 : B.scale,
1013
+ m.cFactor,
1014
+ m.wFactor,
1015
+ m.speed
1016
1016
  ]);
1017
1017
  }
1018
1018
  });
@@ -1199,8 +1199,8 @@ const Br = {
1199
1199
  // name: 'Wind Direction',
1200
1200
  type: "custom",
1201
1201
  yAxisIndex: 0,
1202
- renderItem: (b, m) => {
1203
- const f = m.coord([m.value(s.dateTime), m.value(s.windSpeed)]);
1202
+ renderItem: (m, b) => {
1203
+ const f = b.coord([b.value(s.dateTime), b.value(s.windSpeed)]);
1204
1204
  return {
1205
1205
  type: "path",
1206
1206
  shape: {
@@ -1210,9 +1210,9 @@ const Br = {
1210
1210
  width: d,
1211
1211
  height: d
1212
1212
  },
1213
- rotation: D[m.value(s.windDirection)],
1213
+ rotation: D[b.value(s.windDirection)],
1214
1214
  position: f,
1215
- style: m.style({
1215
+ style: b.style({
1216
1216
  stroke: "#555",
1217
1217
  lineWidth: 1
1218
1218
  })
@@ -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"], fM = { key: 0 }, CM = { 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 = {
1335
+ }, TM = { class: "section comparison-section" }, xM = { key: 0 }, zM = { key: 0 }, pM = ["rowspan"], fM = { key: 0 }, CM = { key: 1 }, jM = { rowspan: "2" }, UM = { rowspan: "2" }, mM = { key: 0 }, bM = { 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" }
@@ -1388,7 +1388,7 @@ const Br = {
1388
1388
  }, p1 = ["colspan"], f1 = { key: 0 }, C1 = { class: "flex-center" }, j1 = {
1389
1389
  key: 0,
1390
1390
  class: "degree-box"
1391
- }, U1 = { key: 1 }, b1 = { key: 0 }, m1 = {
1391
+ }, U1 = { key: 1 }, m1 = { key: 0 }, b1 = {
1392
1392
  key: 0,
1393
1393
  class: "degree-box"
1394
1394
  }, E1 = { key: 1 }, O1 = {
@@ -1399,7 +1399,7 @@ const Br = {
1399
1399
  class: "degree-box"
1400
1400
  }, S1 = { key: 1 };
1401
1401
  function Q1(i, l, s, D, r, d) {
1402
- var A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss;
1402
+ var A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss;
1403
1403
  const c = F("Brand"), M = F("Loading"), I = F("Lat"), p = F("Lng"), C = F("ElTooltip"), u = F("Editor");
1404
1404
  return n(), a("div", Lr, [
1405
1405
  t("div", Zr, [
@@ -1418,14 +1418,14 @@ function Q1(i, l, s, D, r, d) {
1418
1418
  class: "flex-end",
1419
1419
  style: { width: "140px" }
1420
1420
  }, "Prepare for", -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)
1421
+ t("span", Xr, e((m = (j = (Y = s.plan) == null ? void 0 : Y.voyage) == null ? void 0 : j.company) == null ? void 0 : m.name), 1)
1422
1422
  ]),
1423
1423
  t("div", Kr, [
1424
1424
  l[9] || (l[9] = t("label", {
1425
1425
  class: "flex-end",
1426
1426
  style: { width: "140px" }
1427
1427
  }, "Vessel", -1)),
1428
- t("span", qr, e((S = (f = (m = s.plan) == null ? void 0 : m.voyage) == null ? void 0 : f.vessel) == null ? void 0 : S.name) + " (" + e((R = (v = (Q = (w = s.plan) == null ? void 0 : w.voyage) == null ? void 0 : Q.vessel) == null ? void 0 : v.vesselType) == null ? void 0 : R.name) + ")", 1)
1428
+ t("span", qr, e((S = (f = (b = s.plan) == null ? void 0 : b.voyage) == null ? void 0 : f.vessel) == null ? void 0 : S.name) + " (" + e((R = (v = (Q = (w = s.plan) == null ? void 0 : w.voyage) == null ? void 0 : Q.vessel) == null ? void 0 : v.vesselType) == null ? void 0 : R.name) + ")", 1)
1429
1429
  ]),
1430
1430
  t("div", $r, [
1431
1431
  l[10] || (l[10] = t("label", {
@@ -1461,12 +1461,12 @@ function Q1(i, l, s, D, r, d) {
1461
1461
  }, "Arrival Port", -1)),
1462
1462
  (xt = (lt = (yt = s.plan) == null ? void 0 : yt.leg) == null ? void 0 : lt.destination) != null && xt.name ? (n(), a("span", aM, e((zt = (Tt = (ot = s.plan) == null ? void 0 : ot.leg) == null ? void 0 : Tt.destination) == null ? void 0 : zt.name), 1)) : (n(), a("div", dM, [
1463
1463
  E(I, {
1464
- lat: (bt = (vt = (pt = s.plan) == null ? void 0 : pt.leg) == null ? void 0 : vt.destination) == null ? void 0 : bt.lat,
1464
+ lat: (mt = (vt = (pt = s.plan) == null ? void 0 : pt.leg) == null ? void 0 : vt.destination) == null ? void 0 : mt.lat,
1465
1465
  label: ""
1466
1466
  }, null, 8, ["lat"]),
1467
1467
  l[13] || (l[13] = t("span", { style: { "margin-right": "3px" } }, ",", -1)),
1468
1468
  E(p, {
1469
- lng: (Ot = (Et = (mt = s.plan) == null ? void 0 : mt.leg) == null ? void 0 : Et.destination) == null ? void 0 : Ot.lng,
1469
+ lng: (Ot = (Et = (bt = s.plan) == null ? void 0 : bt.leg) == null ? void 0 : Et.destination) == null ? void 0 : Ot.lng,
1470
1470
  label: ""
1471
1471
  }, null, 8, ["lng"])
1472
1472
  ])),
@@ -1565,13 +1565,13 @@ function Q1(i, l, s, D, r, d) {
1565
1565
  ]),
1566
1566
  t("tbody", null, [
1567
1567
  (n(!0), a(U, null, et((dl = s.plan) == null ? void 0 : dl.speeds, (x, Zt) => {
1568
- var Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs;
1568
+ var Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs;
1569
1569
  return n(), a(U, { key: Zt }, [
1570
1570
  t("tr", null, [
1571
1571
  t("td", jM, e(Zt + 1), 1),
1572
1572
  t("td", UM, e((gl = (Il = x.speed) == null ? void 0 : Il.lane) == null ? void 0 : gl.name), 1),
1573
1573
  t("td", null, [
1574
- x.speed.label !== "Combined" ? (n(), a("span", bM, e(`CP ${((Kl = (Yl = x.speed) == null ? void 0 : Yl.cpCopy) == null ? void 0 : Kl.speed) ?? ((ql = x.speed) == null ? void 0 : ql.v0)}`), 1)) : (n(), a("div", mM, [
1574
+ x.speed.label !== "Combined" ? (n(), a("span", mM, e(`CP ${((Kl = (Yl = x.speed) == null ? void 0 : Yl.cpCopy) == null ? void 0 : Kl.speed) ?? ((ql = x.speed) == null ? void 0 : ql.v0)}`), 1)) : (n(), a("div", bM, [
1575
1575
  l[35] || (l[35] = g("CP")),
1576
1576
  l[36] || (l[36] = t("sub", null, "1", -1)),
1577
1577
  g(" " + e((le = (te = ($l = x.speed) == null ? void 0 : $l.extend) == null ? void 0 : te.cps[0]) == null ? void 0 : le.speed) + ", CP", 1),
@@ -1631,7 +1631,7 @@ function Q1(i, l, s, D, r, d) {
1631
1631
  placement: "top",
1632
1632
  trigger: "hover",
1633
1633
  width: 300,
1634
- content: (me = (be = s.weatherPrinciple) == null ? void 0 : be.heavy) == null ? void 0 : me.pretty
1634
+ content: (be = (me = s.weatherPrinciple) == null ? void 0 : me.heavy) == null ? void 0 : be.pretty
1635
1635
  }, {
1636
1636
  default: ds(() => l[40] || (l[40] = [
1637
1637
  t("span", { style: { cursor: "pointer" } }, "Heavy", -1)
@@ -1708,7 +1708,7 @@ function Q1(i, l, s, D, r, d) {
1708
1708
  t("div", qM, [
1709
1709
  l[51] || (l[51] = it('<div class="major-header" data-v-5cd52c07><div class="cell-item flex" style="flex:1.5;" data-v-5cd52c07>Major waypoint</div><div class="cell-item flex" data-v-5cd52c07>Time</div><div class="cell-item flex" data-v-5cd52c07>Nav</div><div class="cell-item flex" data-v-5cd52c07>Dist</div><div class="cell-item flex" data-v-5cd52c07>SOG/COG</div><div class="cell-item flex" data-v-5cd52c07>Memo</div></div>', 1)),
1710
1710
  t("div", $M, [
1711
- (ml = (bl = s.plan) == null ? void 0 : bl.speeds) != null && ml.length ? (n(!0), a(U, { key: 0 }, et(d.computeMajorPoints((O = (wl = (Ol = (El = s.plan) == null ? void 0 : El.speeds) == null ? void 0 : Ol[r.speedIndex]) == null ? void 0 : wl.speed) == null ? void 0 : O.argv, (Fl = (Rl = (hl = (kl = (Ql = s.plan) == null ? void 0 : Ql.speeds) == null ? void 0 : kl[r.speedIndex]) == null ? void 0 : hl.speed) == null ? void 0 : Rl.sample) == null ? void 0 : Fl.wps), (x, Zt) => (n(), a("div", {
1711
+ (bl = (ml = s.plan) == null ? void 0 : ml.speeds) != null && bl.length ? (n(!0), a(U, { key: 0 }, et(d.computeMajorPoints((O = (wl = (Ol = (El = s.plan) == null ? void 0 : El.speeds) == null ? void 0 : Ol[r.speedIndex]) == null ? void 0 : wl.speed) == null ? void 0 : O.argv, (Fl = (Rl = (hl = (kl = (Ql = s.plan) == null ? void 0 : Ql.speeds) == null ? void 0 : kl[r.speedIndex]) == null ? void 0 : hl.speed) == null ? void 0 : Rl.sample) == null ? void 0 : Fl.wps), (x, Zt) => (n(), a("div", {
1712
1712
  key: Zt,
1713
1713
  class: "cell-row"
1714
1714
  }, [
@@ -1804,7 +1804,7 @@ function Q1(i, l, s, D, r, d) {
1804
1804
  ]),
1805
1805
  t("tbody", null, [
1806
1806
  (n(!0), a(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 Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze;
1807
+ var Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze;
1808
1808
  return n(), a("tr", {
1809
1809
  key: Zt,
1810
1810
  class: z(x.isDangerous ? "dangerous" : x.isSevere ? "severe" : x.isHeavy ? "heavy" : "")
@@ -1833,10 +1833,10 @@ function Q1(i, l, s, D, r, d) {
1833
1833
  ])) : (n(), a("span", U1, "-"))
1834
1834
  ]),
1835
1835
  t("td", null, e(d.roundPrecision((le = (te = x.meteo) == null ? void 0 : te.wind) == null ? void 0 : le.kts, 1)), 1),
1836
- (se = (ee = s.plan) == null ? void 0 : ee.voyage) != null && se.sendRptWithBF ? (n(), a("td", b1, e((oe = (ie = x.meteo) == null ? void 0 : ie.wind) == null ? void 0 : oe.scale), 1)) : y("", !0),
1836
+ (se = (ee = s.plan) == null ? void 0 : ee.voyage) != null && se.sendRptWithBF ? (n(), a("td", m1, e((oe = (ie = x.meteo) == null ? void 0 : ie.wind) == null ? void 0 : oe.scale), 1)) : y("", !0),
1837
1837
  t("td", null, e(d.roundPrecision((de = (ae = (ne = x.meteo) == null ? void 0 : ne.wave) == null ? void 0 : ae.wd) == null ? void 0 : de.height, 1)), 1),
1838
1838
  t("td", null, [
1839
- (De = (Me = (re = x.meteo) == null ? void 0 : re.wave) == null ? void 0 : Me.swell) != null && De.height ? (n(), a("span", m1, [
1839
+ (De = (Me = (re = x.meteo) == null ? void 0 : re.wave) == null ? void 0 : Me.swell) != null && De.height ? (n(), a("span", b1, [
1840
1840
  g(e((ge = (Ie = (Ne = x.meteo) == null ? void 0 : Ne.wave) == null ? void 0 : Ie.swell) == null ? void 0 : ge.direction), 1),
1841
1841
  t("i", {
1842
1842
  class: "iconfont",
@@ -1848,7 +1848,7 @@ function Q1(i, l, s, D, r, d) {
1848
1848
  t("td", null, e(d.roundPrecision((pe = (ze = (xe = x.meteo) == null ? void 0 : xe.wave) == null ? void 0 : ze.swell) == null ? void 0 : pe.period, 1)), 1),
1849
1849
  t("td", null, [
1850
1850
  (je = (Ce = (fe = x.meteo) == null ? void 0 : fe.wave) == null ? void 0 : Ce.sig) != null && je.height ? (n(), a("span", O1, [
1851
- g(e((me = (be = (Ue = x.meteo) == null ? void 0 : Ue.wave) == null ? void 0 : be.sig) == null ? void 0 : me.direction), 1),
1851
+ g(e((be = (me = (Ue = x.meteo) == null ? void 0 : Ue.wave) == null ? void 0 : me.sig) == null ? void 0 : be.direction), 1),
1852
1852
  t("i", {
1853
1853
  class: "iconfont",
1854
1854
  style: ti(d.computeDegree((we = (Oe = (Ee = x.meteo) == null ? void 0 : Ee.wave) == null ? void 0 : Oe.sig) == null ? void 0 : we.degree, !1))
@@ -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
- }, fD = { class: "section-body sample" }, CD = { class: "major-waypoints" }, jD = { class: "container" }, UD = { class: "body" }, bD = { class: "cell-item flexM" }, mD = { class: "flex-center" }, ED = { class: "cell-item flexL" }, OD = {
2028
+ }, fD = { class: "section-body sample" }, CD = { class: "major-waypoints" }, jD = { class: "container" }, UD = { class: "body" }, mD = { class: "cell-item flexM" }, bD = { 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, d) {
2063
- var p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt;
2063
+ var p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt;
2064
2064
  const c = F("Lat"), M = F("Lng"), I = F("Editor");
2065
2065
  return n(), a("div", h1, [
2066
2066
  l[28] || (l[28] = t("div", { class: "brand" }, [
@@ -2083,7 +2083,7 @@ function qD(i, l, s, D, r, d) {
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
- (j = (Y = (A = s.plan) == null ? void 0 : A.leg) == null ? void 0 : Y.departure) != null && j.name ? (n(), a("div", L1, e((m = (b = s.plan) == null ? void 0 : b.leg) == null ? void 0 : m.departure.name), 1)) : (n(), a("div", Z1, [
2086
+ (j = (Y = (A = s.plan) == null ? void 0 : A.leg) == null ? void 0 : Y.departure) != null && j.name ? (n(), a("div", L1, e((b = (m = s.plan) == null ? void 0 : m.leg) == null ? void 0 : b.departure.name), 1)) : (n(), a("div", Z1, [
2087
2087
  E(c, {
2088
2088
  lat: (w = (S = (f = s.plan) == null ? void 0 : f.leg) == null ? void 0 : S.departure) == null ? void 0 : w.lat,
2089
2089
  label: ""
@@ -2175,11 +2175,11 @@ function qD(i, l, s, D, r, d) {
2175
2175
  ]),
2176
2176
  t("div", cD, [
2177
2177
  l[18] || (l[18] = it('<div class="legend" data-v-e08bd687><label style="background-color:var(--idm-severe);" data-v-e08bd687></label><span data-v-e08bd687>Dangerous</span></div><div class="legend" data-v-e08bd687><label style="background-color:var(--idm-heavy);" data-v-e08bd687></label><span data-v-e08bd687>Severe</span></div><div class="legend" data-v-e08bd687><b class="route1" data-v-e08bd687></b><span data-v-e08bd687>Route 1</span></div>', 3)),
2178
- ((bt = (vt = s.plan) == null ? void 0 : vt.speeds) == null ? void 0 : bt.length) > 1 ? (n(), a("div", yD, l[16] || (l[16] = [
2178
+ ((mt = (vt = s.plan) == null ? void 0 : vt.speeds) == null ? void 0 : mt.length) > 1 ? (n(), a("div", yD, l[16] || (l[16] = [
2179
2179
  t("b", { class: "route2" }, null, -1),
2180
2180
  t("span", null, "Route 2", -1)
2181
2181
  ]))) : y("", !0),
2182
- ((Et = (mt = s.plan) == null ? void 0 : mt.speeds) == null ? void 0 : Et.length) > 2 ? (n(), a("div", AD, l[17] || (l[17] = [
2182
+ ((Et = (bt = s.plan) == null ? void 0 : bt.speeds) == null ? void 0 : Et.length) > 2 ? (n(), a("div", AD, l[17] || (l[17] = [
2183
2183
  t("b", { class: "route3" }, null, -1),
2184
2184
  t("span", null, "Route 3", -1)
2185
2185
  ]))) : y("", !0)
@@ -2240,8 +2240,8 @@ function qD(i, l, s, D, r, d) {
2240
2240
  key: Ut,
2241
2241
  class: "cell-row"
2242
2242
  }, [
2243
- t("div", bD, [
2244
- t("div", mD, [
2243
+ t("div", mD, [
2244
+ t("div", bD, [
2245
2245
  E(c, {
2246
2246
  lat: k.lat,
2247
2247
  label: ""
@@ -2311,7 +2311,7 @@ function qD(i, l, s, D, r, d) {
2311
2311
  ], -1)),
2312
2312
  t("tbody", null, [
2313
2313
  (n(!0), a(U, null, et((Gt = (Bt = (Wt = (ft = s.plan) == null ? void 0 : ft.speeds[0]) == null ? void 0 : Wt.speed) == null ? void 0 : Bt.sample) == null ? void 0 : Gt.hours, (k, Ut) => {
2314
- var Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O;
2314
+ var Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O;
2315
2315
  return n(), a("tr", {
2316
2316
  key: Ut,
2317
2317
  class: z(k.isDangerous ? "dangerous" : k.isSevere ? "severe" : k.isHeavy ? "heavy" : "")
@@ -2346,7 +2346,7 @@ function qD(i, l, s, D, r, d) {
2346
2346
  t("td", null, e(d.roundPrecision((fl = (pl = (zl = k.meteo) == null ? void 0 : zl.wave) == null ? void 0 : pl.sig) == null ? void 0 : fl.height, 1)), 1),
2347
2347
  t("td", null, e(d.roundPrecision((Ul = (jl = (Cl = k.meteo) == null ? void 0 : Cl.wave) == null ? void 0 : jl.sig) == null ? void 0 : Ul.period, 1)), 1),
2348
2348
  t("td", null, [
2349
- (ml = (bl = k.meteo) == null ? void 0 : bl.current) != null && ml.kts ? (n(), a("span", XD, e((Ol = (El = k.meteo) == null ? void 0 : El.current) == null ? void 0 : Ol.direction), 1)) : (n(), a("span", KD, "-"))
2349
+ (bl = (ml = k.meteo) == null ? void 0 : ml.current) != null && bl.kts ? (n(), a("span", XD, e((Ol = (El = k.meteo) == null ? void 0 : El.current) == null ? void 0 : Ol.direction), 1)) : (n(), a("span", KD, "-"))
2350
2350
  ]),
2351
2351
  t("td", null, e(d.roundPrecision((O = (wl = k.meteo) == null ? void 0 : wl.current) == null ? void 0 : O.kts, 1)), 1),
2352
2352
  t("td", null, e(d.roundPrecision(k.cFactor, 1)), 1)
@@ -2642,7 +2642,7 @@ const nN = {
2642
2642
  }, UN = {
2643
2643
  key: 1,
2644
2644
  class: "definition flex"
2645
- }, bN = { class: "item" }, mN = { class: "content" }, EN = {
2645
+ }, mN = { class: "item" }, bN = { class: "content" }, EN = {
2646
2646
  key: 0,
2647
2647
  class: "item"
2648
2648
  }, ON = { class: "content" }, wN = {
@@ -2702,10 +2702,10 @@ const nN = {
2702
2702
  }, UI = {
2703
2703
  class: "card-content",
2704
2704
  style: { "justify-content": "flex-start" }
2705
- }, bI = {
2705
+ }, mI = {
2706
2706
  class: "card summary-card",
2707
2707
  style: { flex: "1" }
2708
- }, mI = {
2708
+ }, bI = {
2709
2709
  key: 0,
2710
2710
  class: "main-content"
2711
2711
  }, EI = {
@@ -2744,7 +2744,7 @@ const nN = {
2744
2744
  }, Tg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" }, pg = { class: "card-content" }, fg = { class: "card-content" }, Cg = { class: "card-content" }, jg = {
2745
2745
  class: "card phase-card",
2746
2746
  style: { flex: "1" }
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 = {
2747
+ }, Ug = { class: "main-content" }, mg = { class: "main-content" }, bg = { class: "card-content" }, Eg = { class: "card-content" }, Og = { class: "card-content" }, wg = { class: "card-content" }, Yg = { class: "phase-analysis" }, Sg = {
2748
2748
  class: "card phase-card",
2749
2749
  style: { flex: "1" }
2750
2750
  }, Qg = { class: "main-content" }, kg = { class: "main-content" }, hg = { class: "card-content" }, Rg = { class: "card-content" }, Fg = { class: "card-content" }, Vg = { class: "card-content" }, Pg = {
@@ -2789,7 +2789,7 @@ const nN = {
2789
2789
  }, pu = { class: "nogwd" }, fu = {
2790
2790
  class: "card-content",
2791
2791
  style: { "justify-content": "flex-start" }
2792
- }, Cu = { 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 = {
2792
+ }, Cu = { key: 0 }, ju = { class: "equation" }, Uu = { style: { width: "8%" } }, mu = { style: { width: "120px" } }, bu = { 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, d) {
2842
- var c, M, I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t;
2842
+ var c, M, I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t;
2843
2843
  return n(), a("div", {
2844
2844
  class: z((M = (c = s.reportData) == null ? void 0 : c.weather) != null && M.referenceOnly ? "watermark" : "")
2845
2845
  }, [
@@ -2873,7 +2873,7 @@ function zc(i, l, s, D, r, d) {
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) || d.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),
2876
+ t("div", AN, e(((A = (u = s.reportData) == null ? void 0 : u.departure) == null ? void 0 : A.portName) || d.computedLngLat((j = (Y = s.reportData) == null ? void 0 : Y.departure) == null ? void 0 : j.lat, (b = (m = s.reportData) == null ? void 0 : m.departure) == null ? void 0 : b.lng)), 1),
2877
2877
  t("div", vN, e(d.computedTime((S = (f = s.reportData) == null ? void 0 : f.departure) == null ? void 0 : S.utcTime, "table")), 1)
2878
2878
  ]),
2879
2879
  t("div", TN, [
@@ -2893,9 +2893,9 @@ function zc(i, l, s, D, r, d) {
2893
2893
  ], -1)),
2894
2894
  t("div", CN, [
2895
2895
  (_ = (J = s.reportData) == null ? void 0 : J.weather) != null && _.overallAsGoodWx ? (n(), a("div", jN, "No specific thresholds in weather.")) : (n(), a("div", UN, [
2896
- t("div", bN, [
2896
+ t("div", mN, [
2897
2897
  l[6] || (l[6] = t("label", null, "Beaufort Wind Scale", -1)),
2898
- t("div", mN, "BF " + e(((K = (X = s.reportData) == null ? void 0 : X.weather) == null ? void 0 : K.windScale) || "-"), 1)
2898
+ t("div", bN, "BF " + e(((K = (X = s.reportData) == null ? void 0 : X.weather) == null ? void 0 : K.windScale) || "-"), 1)
2899
2899
  ]),
2900
2900
  (V = (tt = s.reportData) == null ? void 0 : tt.weather) != null && V.waveSwitch ? (n(), a("div", EN, [
2901
2901
  l[7] || (l[7] = t("label", null, "Wind Wave Height", -1)),
@@ -2911,11 +2911,11 @@ function zc(i, l, s, D, r, d) {
2911
2911
  l[10] || (l[10] = t("label", null, "Douglas Sea State", -1)),
2912
2912
  t("div", hN, e((pt = (zt = s.reportData) == null ? void 0 : zt.weather) == null ? void 0 : pt.seaScale), 1)
2913
2913
  ])) : y("", !0),
2914
- (bt = (vt = s.reportData) == null ? void 0 : vt.weather) != null && bt.noAdverseCur ? (n(), a("div", RN, l[11] || (l[11] = [
2914
+ (mt = (vt = s.reportData) == null ? void 0 : vt.weather) != null && mt.noAdverseCur ? (n(), a("div", RN, l[11] || (l[11] = [
2915
2915
  t("label", null, "No Adverse Current", -1),
2916
2916
  t("div", { class: "content" }, "Applied", -1)
2917
2917
  ]))) : y("", !0),
2918
- (Et = (mt = s.reportData) == null ? void 0 : mt.weather) != null && Et.noExtrapolation ? (n(), a("div", FN, l[12] || (l[12] = [
2918
+ (Et = (bt = s.reportData) == null ? void 0 : bt.weather) != null && Et.noExtrapolation ? (n(), a("div", FN, l[12] || (l[12] = [
2919
2919
  t("label", null, "No Extrapolation", -1),
2920
2920
  t("div", { class: "content" }, "Applied", -1)
2921
2921
  ]))) : y("", !0)
@@ -3080,11 +3080,11 @@ function zc(i, l, s, D, r, d) {
3080
3080
  t("span", null, e(d.computedFuleConclusion(N.fuelConclusion.fo, "FO").conclusion), 1)
3081
3081
  ])
3082
3082
  ]),
3083
- t("div", bI, [
3083
+ t("div", mI, [
3084
3084
  l[26] || (l[26] = t("div", { class: "card-subtitle" }, [
3085
3085
  t("span", null, "DO/GO Over/Under: ")
3086
3086
  ], -1)),
3087
- (Ht = N.goodWx) != null && Ht.distance ? (n(), a("div", mI, [
3087
+ (Ht = N.goodWx) != null && Ht.distance ? (n(), a("div", bI, [
3088
3088
  d.computedFuleConclusion(N.fuelConclusion.dgo, "DGO").className === "success" ? (n(), a("i", EI, "")) : y("", !0),
3089
3089
  d.computedFuleConclusion(N.fuelConclusion.dgo, "DGO").className === "error" ? (n(), a("i", OI, "")) : y("", !0),
3090
3090
  t("span", null, e(d.computedFuleConclusion(N.fuelConclusion.dgo, "DGO").cons), 1)
@@ -3144,7 +3144,7 @@ function zc(i, l, s, D, r, d) {
3144
3144
  ])
3145
3145
  ]),
3146
3146
  (n(!0), a(U, null, et(($t = s.reportData) == null ? void 0 : $t.segments, (N, Mt) => {
3147
- var Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns;
3147
+ var Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns;
3148
3148
  return n(), a("div", {
3149
3149
  key: Mt,
3150
3150
  class: "phase"
@@ -3379,13 +3379,13 @@ function zc(i, l, s, D, r, d) {
3379
3379
  l[83] || (l[83] = t("div", { class: "card-subtitle" }, [
3380
3380
  t("span", null, "Overall Avg Speed")
3381
3381
  ], -1)),
3382
- t("div", bg, [
3383
- t("span", null, e(((bl = N.allWx) == null ? void 0 : bl.avgSpd) || "-") + " kts", 1)
3384
- ]),
3385
3382
  t("div", mg, [
3383
+ t("span", null, e(((ml = N.allWx) == null ? void 0 : ml.avgSpd) || "-") + " kts", 1)
3384
+ ]),
3385
+ t("div", bg, [
3386
3386
  l[75] || (l[75] = t("label", null, "GW Avg Speed (out of ECA)", -1)),
3387
3387
  t("b", null, [
3388
- g(e(((ml = N.goodWx) == null ? void 0 : ml.outEca.avgSpd) || "-"), 1),
3388
+ g(e(((bl = N.goodWx) == null ? void 0 : bl.outEca.avgSpd) || "-"), 1),
3389
3389
  l[74] || (l[74] = t("span", null, "kts", -1))
3390
3390
  ])
3391
3391
  ]),
@@ -3608,13 +3608,13 @@ function zc(i, l, s, D, r, d) {
3608
3608
  t("div", null, e((oe = N.goodWx) == null ? void 0 : oe.pfmSpd), 1)
3609
3609
  ]),
3610
3610
  l[128] || (l[128] = t("div", { style: { width: "5%" } }, "×", -1)),
3611
- t("div", bu, [
3611
+ t("div", mu, [
3612
3612
  t("div", null, e((ne = N.goodWx) == null ? void 0 : ne.sumFoCons) + " " + e(((ae = N.allWx) == null ? void 0 : ae.inEca.distance) > 0 ? ` + ${N.fuelConclusion.fo.dgoAsFoCons}` : ""), 1),
3613
3613
  l[125] || (l[125] = t("div", { class: "fractional-line" }, null, -1)),
3614
3614
  t("div", null, e((de = N.goodWx) == null ? void 0 : de.time), 1)
3615
3615
  ]),
3616
3616
  l[129] || (l[129] = t("div", { style: { width: "5%" } }, "=", -1)),
3617
- t("div", mu, e(N.fuelConclusion.fo.entireCons) + " MT", 1),
3617
+ t("div", bu, e(N.fuelConclusion.fo.entireCons) + " MT", 1),
3618
3618
  l[130] || (l[130] = t("div", { style: { width: "5%" } }, "(d')", -1))
3619
3619
  ]),
3620
3620
  t("div", Eu, [
@@ -3689,9 +3689,9 @@ function zc(i, l, s, D, r, d) {
3689
3689
  ]),
3690
3690
  l[152] || (l[152] = t("div", { style: { width: "5%" } }, "×", -1)),
3691
3691
  t("div", _u, [
3692
- t("div", null, e((Ue = N.goodWx) == null ? void 0 : Ue.sumDgoCons) + " " + e(((be = N.allWx) == null ? void 0 : be.inEca.distance) > 0 ? ` - ${N.fuelConclusion.fo.dgoAsFoCons}` : ""), 1),
3692
+ t("div", null, e((Ue = N.goodWx) == null ? void 0 : Ue.sumDgoCons) + " " + e(((me = N.allWx) == null ? void 0 : me.inEca.distance) > 0 ? ` - ${N.fuelConclusion.fo.dgoAsFoCons}` : ""), 1),
3693
3693
  l[149] || (l[149] = t("div", { class: "fractional-line" }, null, -1)),
3694
- t("div", null, e((me = N.goodWx) == null ? void 0 : me.time), 1)
3694
+ t("div", null, e((be = N.goodWx) == null ? void 0 : be.time), 1)
3695
3695
  ]),
3696
3696
  l[153] || (l[153] = t("div", { style: { width: "5%" } }, "=", -1)),
3697
3697
  t("div", Xu, e(N.fuelConclusion.dgo.entireCons) + " MT", 1),
@@ -3985,10 +3985,10 @@ const fc = {
3985
3985
  }, Cc = {
3986
3986
  id: "second-table",
3987
3987
  class: "table"
3988
- }, jc = { class: "summary-table" }, Uc = { class: "summary-tbody" }, bc = {
3988
+ }, jc = { class: "summary-table" }, Uc = { class: "summary-tbody" }, mc = {
3989
3989
  class: "voyage-map",
3990
3990
  style: { "page-break-inside": "avoid" }
3991
- }, mc = ["src"];
3991
+ }, bc = ["src"];
3992
3992
  function Ec(i, l, s, D, r, d) {
3993
3993
  var c, M, I, p, C;
3994
3994
  return n(), a("div", {
@@ -4072,7 +4072,7 @@ function Ec(i, l, s, D, r, d) {
4072
4072
  ], -1)),
4073
4073
  t("tbody", Uc, [
4074
4074
  (n(!0), a(U, null, et(r.summaryTable, (u, A) => {
4075
- var Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
4075
+ var Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
4076
4076
  return n(), a("tr", { key: A }, [
4077
4077
  t("td", {
4078
4078
  class: z(d.computedSegClass(u, A))
@@ -4109,7 +4109,7 @@ function Ec(i, l, s, D, r, d) {
4109
4109
  }, e(u.distanceCalc), 3),
4110
4110
  t("td", {
4111
4111
  class: z(d.computedClass(u, A))
4112
- }, e(((m = (b = u.meteo) == null ? void 0 : b.wind) == null ? void 0 : m.scale) ?? "--"), 3),
4112
+ }, e(((b = (m = u.meteo) == null ? void 0 : m.wind) == null ? void 0 : b.scale) ?? "--"), 3),
4113
4113
  t("td", {
4114
4114
  class: z(d.computedClass(u, A))
4115
4115
  }, e(((w = (S = (f = u.meteo) == null ? void 0 : f.wave) == null ? void 0 : S.swell) == null ? void 0 : w.direction) ?? "--"), 3),
@@ -4157,7 +4157,7 @@ function Ec(i, l, s, D, r, d) {
4157
4157
  ])
4158
4158
  ]),
4159
4159
  l[4] || (l[4] = it('<div style="page-break-inside:avoid;" class="table-legend dashed" data-v-ec7ec0f5><div class="item" data-v-ec7ec0f5><div class="legend" data-v-ec7ec0f5><div class="legend-bg gwd" data-v-ec7ec0f5></div></div> Good Weather Days </div><div class="item" data-v-ec7ec0f5><div class="legend" data-v-ec7ec0f5><div class="legend-bg adverse" data-v-ec7ec0f5></div></div> Adverse Weather Days </div><div class="item" data-v-ec7ec0f5><div class="legend" data-v-ec7ec0f5><div class="legend-bg excluded" data-v-ec7ec0f5></div></div> Excluded Periods </div></div>', 1)),
4160
- t("div", bc, [
4160
+ t("div", mc, [
4161
4161
  l[1] || (l[1] = t("div", { class: "title" }, [
4162
4162
  t("i", { class: "iconfont" }, ""),
4163
4163
  t("div", { class: "content" }, "Voyage Map")
@@ -4166,7 +4166,7 @@ function Ec(i, l, s, D, r, d) {
4166
4166
  style: { width: "100%" },
4167
4167
  src: (C = s.reportData) == null ? void 0 : C.chartUrl,
4168
4168
  alt: ""
4169
- }, null, 8, mc),
4169
+ }, null, 8, bc),
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))
4171
4171
  ])
4172
4172
  ], 2);
@@ -4410,7 +4410,7 @@ const kc = {
4410
4410
  }, jy = {
4411
4411
  key: 2,
4412
4412
  class: "value flex-end"
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 = {
4413
+ }, Uy = { key: 0 }, my = { class: "gain" }, by = { key: 1 }, Ey = { class: "lost" }, Oy = { key: 2 }, wy = { class: "item-conclusion" }, Yy = { class: "value flex-start" }, Sy = {
4414
4414
  key: 0,
4415
4415
  class: "label flex-end"
4416
4416
  }, Qy = { key: 0 }, ky = { key: 1 }, hy = { key: 2 }, Ry = {
@@ -4428,92 +4428,92 @@ const kc = {
4428
4428
  }, qy = {
4429
4429
  key: 2,
4430
4430
  class: "value flex-end"
4431
- }, $y = { key: 0 }, tA = { class: "gain" }, lA = { key: 1 }, eA = { class: "lost" }, sA = { key: 2 }, iA = {
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
- }, oA = { style: { margin: "8px 0" } }, nA = { class: "remark-table" }, aA = ["innerHTML"], dA = { class: "section segment-section" }, rA = { class: "segment-index flex-center" }, MA = { class: "segment-position" }, DA = { key: 0 }, NA = { key: 1 }, IA = { class: "segment-position" }, gA = { key: 0 }, uA = { key: 1 }, cA = { style: { margin: "10px 0 0" } }, yA = { class: "good-wx" }, AA = { class: "good-wx" }, vA = { class: "good-wx" }, TA = { class: "good-wx" }, xA = { class: "good-wx" }, zA = { class: "good-wx" }, pA = { class: "good-wx" }, fA = { class: "good-wx" }, CA = { class: "good-wx" }, jA = { class: "good-wx" }, UA = { class: "good-wx" }, bA = { class: "good-wx" }, mA = { class: "good-wx" }, EA = { class: "good-wx" }, OA = {
4434
+ }, o0 = { style: { margin: "8px 0" } }, n0 = { class: "remark-table" }, a0 = ["innerHTML"], d0 = { 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" }, f0 = { class: "good-wx" }, C0 = { class: "good-wx" }, j0 = { class: "good-wx" }, U0 = { class: "good-wx" }, m0 = { class: "good-wx" }, b0 = { class: "good-wx" }, E0 = { class: "good-wx" }, O0 = {
4435
4435
  key: 0,
4436
4436
  style: { "margin-top": "10px" }
4437
- }, wA = { key: 0 }, YA = {
4437
+ }, w0 = { key: 0 }, Y0 = {
4438
4438
  key: 0,
4439
4439
  class: "flex-end tip"
4440
- }, SA = {
4440
+ }, S0 = {
4441
4441
  key: 1,
4442
4442
  class: "segment-speed"
4443
- }, QA = { class: "flex-center" }, kA = { class: "speed-right flex-space" }, hA = { class: "speed" }, RA = {
4443
+ }, Q0 = { class: "flex-center" }, k0 = { class: "speed-right flex-space" }, h0 = { class: "speed" }, R0 = {
4444
4444
  key: 1,
4445
4445
  class: "speed"
4446
- }, FA = {
4446
+ }, F0 = {
4447
4447
  key: 0,
4448
4448
  class: "speed"
4449
- }, VA = { class: "speed" }, PA = { class: "speed" }, GA = { class: "speed" }, WA = {
4449
+ }, V0 = { class: "speed" }, P0 = { class: "speed" }, G0 = { class: "speed" }, W0 = {
4450
4450
  key: 2,
4451
4451
  class: "under"
4452
- }, BA = {
4452
+ }, B0 = {
4453
4453
  key: 3,
4454
4454
  class: "over"
4455
- }, LA = { class: "flex-center" }, ZA = { class: "speed-right formula flex-space" }, HA = { key: 0 }, JA = {
4455
+ }, L0 = { class: "flex-center" }, Z0 = { class: "speed-right formula flex-space" }, H0 = { key: 0 }, J0 = {
4456
4456
  key: 2,
4457
4457
  class: "segment-speed"
4458
- }, _A = { class: "flex-center" }, XA = { class: "speed-right flex-space" }, KA = { class: "speed" }, qA = { class: "speed" }, $A = {
4458
+ }, _0 = { class: "flex-center" }, X0 = { class: "speed-right flex-space" }, K0 = { class: "speed" }, q0 = { class: "speed" }, $0 = {
4459
4459
  key: 2,
4460
4460
  class: "under"
4461
- }, t0 = {
4461
+ }, tA = {
4462
4462
  key: 3,
4463
4463
  class: "over"
4464
- }, l0 = { class: "flex-center" }, e0 = { class: "speed-right formula flex-space" }, s0 = { class: "segment-formula" }, i0 = { class: "header-block flex-start" }, o0 = { class: "title" }, n0 = {
4464
+ }, lA = { class: "flex-center" }, eA = { class: "speed-right formula flex-space" }, sA = { class: "segment-formula" }, iA = { class: "header-block flex-start" }, oA = { class: "title" }, nA = {
4465
4465
  key: 0,
4466
4466
  style: { "margin-left": "4px", "font-weight": "300" }
4467
- }, a0 = { class: "formula-block" }, d0 = { class: "flex-evenly" }, r0 = { class: "formula-right flex-evenly" }, M0 = {
4467
+ }, aA = { class: "formula-block" }, dA = { class: "flex-evenly" }, rA = { class: "formula-right flex-evenly" }, MA = {
4468
4468
  class: "fraction",
4469
4469
  style: { width: "240px" }
4470
- }, D0 = { class: "flex-center" }, N0 = { class: "formula-left flex-space" }, I0 = { class: "formula-right flex-evenly" }, g0 = {
4470
+ }, DA = { class: "flex-center" }, NA = { class: "formula-left flex-space" }, IA = { class: "formula-right flex-evenly" }, gA = {
4471
4471
  class: "fraction",
4472
4472
  style: { width: "240px" }
4473
- }, u0 = { class: "flex-center" }, c0 = { class: "formula-left flex-space" }, y0 = { class: "formula-right flex-evenly" }, A0 = {
4473
+ }, uA = { class: "flex-center" }, cA = { class: "formula-left flex-space" }, yA = { class: "formula-right flex-evenly" }, AA = {
4474
4474
  class: "fraction",
4475
4475
  style: { width: "240px" }
4476
- }, v0 = { class: "formula-desc" }, T0 = { class: "flex-end" }, x0 = { class: "flex-end" }, z0 = { class: "flex-end" }, p0 = {
4476
+ }, vA = { class: "formula-desc" }, TA = { class: "flex-end" }, xA = { class: "flex-end" }, zA = { class: "flex-end" }, pA = {
4477
4477
  key: 0,
4478
4478
  class: "formula-block",
4479
4479
  style: { "font-weight": "400" }
4480
- }, f0 = { class: "flex-evenly" }, C0 = { class: "formula-right flex-evenly" }, j0 = {
4480
+ }, fA = { class: "flex-evenly" }, CA = { class: "formula-right flex-evenly" }, jA = {
4481
4481
  class: "fraction",
4482
4482
  style: { width: "240px" }
4483
- }, U0 = { class: "flex-center" }, b0 = { class: "formula-left flex-space" }, m0 = { class: "formula-right flex-evenly" }, E0 = {
4483
+ }, UA = { class: "flex-center" }, mA = { class: "formula-left flex-space" }, bA = { class: "formula-right flex-evenly" }, EA = {
4484
4484
  class: "fraction",
4485
4485
  style: { width: "240px" }
4486
- }, O0 = { class: "flex-center" }, w0 = { class: "formula-left flex-space" }, Y0 = { class: "formula-right flex-evenly" }, S0 = {
4486
+ }, OA = { class: "flex-center" }, wA = { class: "formula-left flex-space" }, YA = { class: "formula-right flex-evenly" }, SA = {
4487
4487
  class: "fraction",
4488
4488
  style: { width: "240px" }
4489
- }, Q0 = {
4489
+ }, QA = {
4490
4490
  class: "formula-conclusion",
4491
4491
  style: { "margin-bottom": "0" }
4492
- }, k0 = {
4492
+ }, kA = {
4493
4493
  key: 0,
4494
4494
  class: "flex-evenly",
4495
4495
  style: { width: "500px" }
4496
- }, h0 = {
4496
+ }, hA = {
4497
4497
  key: 1,
4498
4498
  class: "flex-evenly",
4499
4499
  style: { width: "500px" }
4500
- }, R0 = {
4500
+ }, RA = {
4501
4501
  key: 1,
4502
4502
  class: "formula-conclusion"
4503
- }, F0 = { class: "segment-formula" }, V0 = { class: "header-block flex-start" }, P0 = { class: "title" }, G0 = {
4503
+ }, FA = { class: "segment-formula" }, VA = { class: "header-block flex-start" }, PA = { class: "title" }, GA = {
4504
4504
  key: 0,
4505
4505
  style: { "margin-left": "4px", "font-weight": "300" }
4506
- }, W0 = { class: "formula-block" }, B0 = { class: "flex-evenly" }, L0 = { class: "formula-right flex-evenly" }, Z0 = {
4506
+ }, WA = { class: "formula-block" }, BA = { class: "flex-evenly" }, LA = { class: "formula-right flex-evenly" }, ZA = {
4507
4507
  class: "fraction",
4508
4508
  style: { width: "240px" }
4509
- }, H0 = { style: { "line-height": "1" } }, J0 = {
4509
+ }, HA = { style: { "line-height": "1" } }, JA = {
4510
4510
  key: 0,
4511
4511
  class: "tips flex-end",
4512
4512
  style: { "font-size": "14px" }
4513
- }, _0 = { class: "flex-center" }, X0 = { class: "formula-right flex-evenly" }, K0 = {
4513
+ }, _A = { class: "flex-center" }, XA = { class: "formula-right flex-evenly" }, KA = {
4514
4514
  class: "fraction",
4515
4515
  style: { width: "240px" }
4516
- }, q0 = { class: "flex-center" }, $0 = { class: "formula-right flex-evenly" }, t2 = {
4516
+ }, qA = { class: "flex-center" }, $A = { class: "formula-right flex-evenly" }, t2 = {
4517
4517
  class: "fraction",
4518
4518
  style: { width: "240px" }
4519
4519
  }, l2 = { class: "flex-center" }, e2 = { class: "formula-right flex-evenly" }, s2 = {
@@ -4558,10 +4558,10 @@ const kc = {
4558
4558
  }, U2 = {
4559
4559
  class: "formula-conclusion",
4560
4560
  style: { "margin-bottom": "0" }
4561
- }, b2 = {
4561
+ }, m2 = {
4562
4562
  class: "flex-evenly",
4563
4563
  style: { width: "500px" }
4564
- }, m2 = {
4564
+ }, b2 = {
4565
4565
  key: 0,
4566
4566
  class: "flex-evenly"
4567
4567
  }, E2 = { class: "fraction" }, O2 = {
@@ -4617,7 +4617,7 @@ const kc = {
4617
4617
  class: "formula-conclusion"
4618
4618
  };
4619
4619
  function lv(i, l, s, D, r, d) {
4620
- var p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut;
4620
+ var p, C, u, A, Y, j, m, b, f, S, w, 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(), a("div", hc, [
4623
4623
  t("div", Rc, [
@@ -4641,7 +4641,7 @@ function lv(i, l, s, D, r, d) {
4641
4641
  class: "flex-end",
4642
4642
  style: { width: "140px" }
4643
4643
  }, "Voyage No", -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)
4644
+ t("span", Lc, e(((j = (Y = s.report) == null ? void 0 : Y.voyage) == null ? void 0 : j.voyNum) || ((b = (m = s.report) == null ? void 0 : m.voyage) == null ? void 0 : b.number)), 1)
4645
4645
  ])
4646
4646
  ]),
4647
4647
  t("div", Zc, [
@@ -4709,7 +4709,7 @@ function lv(i, l, s, D, r, d) {
4709
4709
  t("div", { class: "title" }, "Analysis Summary")
4710
4710
  ], -1)),
4711
4711
  (n(!0), a(U, null, et((It = s.report) == null ? void 0 : It.segments, (o, q) => {
4712
- var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct;
4712
+ var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct;
4713
4713
  return n(), a("div", {
4714
4714
  key: "summary" + q,
4715
4715
  class: "segment-box flex-space"
@@ -4792,14 +4792,14 @@ function lv(i, l, s, D, r, d) {
4792
4792
  l[21] || (l[21] = t("div", { class: "unit" }, "hrs", -1))
4793
4793
  ]),
4794
4794
  o.goodWx.distance ? (n(), a("div", xy, [
4795
- ((vt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : vt.conclusionStatus) === "Gain" ? (n(), a("div", zy, "Time Gained")) : ((bt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : bt.conclusionStatus) === "Lost" ? (n(), a("div", py, "Time Lost")) : (n(), a("div", fy, "No Time Lost/Gained"))
4795
+ ((vt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : vt.conclusionStatus) === "Gain" ? (n(), a("div", zy, "Time Gained")) : ((mt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : mt.conclusionStatus) === "Lost" ? (n(), a("div", py, "Time Lost")) : (n(), a("div", fy, "No Time Lost/Gained"))
4796
4796
  ])) : (n(), a("div", Cy, e(r.noGoodWxDay), 1)),
4797
4797
  o.goodWx.distance ? (n(), a("div", jy, [
4798
- ((mt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : mt.conclusionStatus) === "Gain" ? (n(), a("div", Uy, [
4798
+ ((bt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : bt.conclusionStatus) === "Gain" ? (n(), a("div", Uy, [
4799
4799
  l[22] || (l[22] = t("i", { class: "iconfont gain" }, "", -1)),
4800
- t("span", by, e((Et = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Et.timeGain), 1),
4800
+ t("span", my, e((Et = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Et.timeGain), 1),
4801
4801
  l[23] || (l[23] = t("span", { class: "unit" }, "hrs", -1))
4802
- ])) : ((Ot = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ot.conclusionStatus) === "Lost" ? (n(), a("div", my, [
4802
+ ])) : ((Ot = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ot.conclusionStatus) === "Lost" ? (n(), a("div", by, [
4803
4803
  l[24] || (l[24] = t("i", { class: "iconfont lost" }, "", -1)),
4804
4804
  t("span", Ey, e((wt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : wt.timeLost), 1),
4805
4805
  l[25] || (l[25] = t("span", { class: "unit" }, "hrs", -1))
@@ -4839,13 +4839,13 @@ function lv(i, l, s, D, r, d) {
4839
4839
  o.goodWx.distance ? (n(), a("div", qy, [
4840
4840
  ((Kt = (Xt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Xt.dgo) == null ? void 0 : Kt.conclusionStatus) === "Saving" ? (n(), a("div", $y, [
4841
4841
  l[34] || (l[34] = t("i", { class: "iconfont gain" }, "", -1)),
4842
- t("span", tA, e((qt = (h = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : h.dgo) == null ? void 0 : qt.saving), 1),
4842
+ t("span", t0, e((qt = (h = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : h.dgo) == null ? void 0 : qt.saving), 1),
4843
4843
  l[35] || (l[35] = t("span", { class: "unit" }, "mt", -1))
4844
- ])) : ((N = ($t = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : $t.dgo) == null ? void 0 : N.conclusionStatus) === "Over" ? (n(), a("div", lA, [
4844
+ ])) : ((N = ($t = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : $t.dgo) == null ? void 0 : N.conclusionStatus) === "Over" ? (n(), a("div", l0, [
4845
4845
  l[36] || (l[36] = t("i", { class: "iconfont lost" }, "", -1)),
4846
- t("span", eA, e((Ct = (Mt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Mt.dgo) == null ? void 0 : Ct.overCons), 1),
4846
+ t("span", e0, e((Ct = (Mt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Mt.dgo) == null ? void 0 : Ct.overCons), 1),
4847
4847
  l[37] || (l[37] = t("span", { class: "unit" }, "mt", -1))
4848
- ])) : (n(), a("div", sA, "N/A"))
4848
+ ])) : (n(), a("div", s0, "N/A"))
4849
4849
  ])) : y("", !0)
4850
4850
  ])
4851
4851
  ])
@@ -4861,13 +4861,13 @@ function lv(i, l, s, D, r, d) {
4861
4861
  t("i", { class: "iconfont" }, ""),
4862
4862
  t("div", { class: "title" }, "Remarks")
4863
4863
  ], -1)),
4864
- r.exclusion.length ? (n(), a("div", iA, [
4864
+ r.exclusion.length ? (n(), a("div", i0, [
4865
4865
  l[44] || (l[44] = t("div", { class: "title" }, "Exclusion", -1)),
4866
4866
  l[45] || (l[45] = t("div", { class: "sub-title" }, [
4867
4867
  t("div", null, "The voyage analysis does not include following information on time, distance, and consumed fuel.")
4868
4868
  ], -1)),
4869
- t("div", oA, [
4870
- t("table", nA, [
4869
+ t("div", o0, [
4870
+ t("table", n0, [
4871
4871
  l[43] || (l[43] = t("thead", null, [
4872
4872
  t("tr", null, [
4873
4873
  t("td"),
@@ -4906,40 +4906,40 @@ function lv(i, l, s, D, r, d) {
4906
4906
  class: "txt",
4907
4907
  onDblclick: l[2] || (l[2] = (...o) => d.handleEdit && d.handleEdit(...o)),
4908
4908
  innerHTML: r.remarks
4909
- }, null, 40, aA))
4909
+ }, null, 40, a0))
4910
4910
  ], 2)
4911
4911
  ], 2),
4912
- t("div", dA, [
4912
+ t("div", d0, [
4913
4913
  l[256] || (l[256] = t("div", { class: "header-block flex-center" }, [
4914
4914
  t("i", { class: "iconfont" }, ""),
4915
4915
  t("div", { class: "title" }, "Speed and Consumption Calculation")
4916
4916
  ], -1)),
4917
4917
  (n(!0), a(U, null, et(s.report.segments, (o, q) => {
4918
- var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, fi, Ci, ji, Ui, bi, mi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Sl, 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, fo, Co, 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, an, dn, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, Cn, 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, ta, la, ea, sa, ia, oa, na, aa;
4918
+ var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, ms, bs, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, fi, Ci, ji, Ui, mi, bi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Sl, 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, fo, Co, jo, Uo, mo, bo, 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, an, dn, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, Cn, jn, Un, mn, bn, En, On, wn, Yn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Bn, Ln, Zn, Hn, Jn, _n, Xn, Kn, qn, $n, ta, la, ea, sa, ia, oa, na, aa;
4919
4919
  return n(), a("div", {
4920
4920
  key: q,
4921
4921
  class: "segment-block"
4922
4922
  }, [
4923
- t("div", rA, "Voyage Analysis Seg. " + e(q + 1), 1),
4923
+ t("div", r0, "Voyage Analysis Seg. " + e(q + 1), 1),
4924
4924
  (n(!0), a(U, null, et((at = o == null ? void 0 : o.extend) == null ? void 0 : at.segTimes, (el, Bi) => {
4925
4925
  var li, Gi, da, ra, Ma, Da, Na, Ia, ga, ua;
4926
4926
  return n(), a("div", {
4927
4927
  key: Bi,
4928
4928
  class: "segment-row flex-space"
4929
4929
  }, [
4930
- t("div", MA, [
4931
- (li = el == null ? void 0 : el.departure) != null && li.portName ? (n(), a("span", DA, e((Gi = el == null ? void 0 : el.departure) == null ? void 0 : Gi.portName), 1)) : (n(), a("span", NA, e(d.computeLat((da = el == null ? void 0 : el.departure) == null ? void 0 : da.lat).pretty) + ", " + e(d.computeLng((ra = el == null ? void 0 : el.departure) == null ? void 0 : ra.lng).pretty), 1)),
4930
+ t("div", M0, [
4931
+ (li = el == null ? void 0 : el.departure) != null && li.portName ? (n(), a("span", D0, e((Gi = el == null ? void 0 : el.departure) == null ? void 0 : Gi.portName), 1)) : (n(), a("span", N0, e(d.computeLat((da = el == null ? void 0 : el.departure) == null ? void 0 : da.lat).pretty) + ", " + e(d.computeLng((ra = el == null ? void 0 : el.departure) == null ? void 0 : ra.lng).pretty), 1)),
4932
4932
  t("label", null, "(" + e(d.computeUTCTime((Ma = el == null ? void 0 : el.departure) == null ? void 0 : Ma.utcTime)) + ")", 1)
4933
4933
  ]),
4934
4934
  l[47] || (l[47] = t("div", { class: "segment-split" }, "to", -1)),
4935
- t("div", IA, [
4936
- (Da = el == null ? void 0 : el.arrival) != null && Da.portName ? (n(), a("span", gA, e((Na = el == null ? void 0 : el.arrival) == null ? void 0 : Na.portName), 1)) : (n(), a("span", uA, e(d.computeLat((Ia = el == null ? void 0 : el.arrival) == null ? void 0 : Ia.lat).pretty) + ", " + e(d.computeLng((ga = el == null ? void 0 : el.arrival) == null ? void 0 : ga.lng).pretty), 1)),
4935
+ t("div", I0, [
4936
+ (Da = el == null ? void 0 : el.arrival) != null && Da.portName ? (n(), a("span", g0, e((Na = el == null ? void 0 : el.arrival) == null ? void 0 : Na.portName), 1)) : (n(), a("span", u0, e(d.computeLat((Ia = el == null ? void 0 : el.arrival) == null ? void 0 : Ia.lat).pretty) + ", " + e(d.computeLng((ga = el == null ? void 0 : el.arrival) == null ? void 0 : ga.lng).pretty), 1)),
4937
4937
  t("label", null, "(" + e(d.computeUTCTime((ua = el == null ? void 0 : el.arrival) == null ? void 0 : ua.utcTime)) + ")", 1)
4938
4938
  ])
4939
4939
  ]);
4940
4940
  }), 128)),
4941
4941
  l[253] || (l[253] = t("div", { class: "bb" }, null, -1)),
4942
- t("div", cA, [
4942
+ t("div", c0, [
4943
4943
  t("table", null, [
4944
4944
  l[55] || (l[55] = t("tr", null, [
4945
4945
  t("td", {
@@ -4964,55 +4964,55 @@ function lv(i, l, s, D, r, d) {
4964
4964
  ], -1)),
4965
4965
  t("tr", null, [
4966
4966
  l[48] || (l[48] = t("td", { class: "label" }, "Total Distance (nm)", -1)),
4967
- t("td", yA, e((rt = (dt = o == null ? void 0 : o.goodWx) == null ? void 0 : dt.outEca) == null ? void 0 : rt.distance), 1),
4968
- t("td", AA, e((yt = (ct = o == null ? void 0 : o.goodWx) == null ? void 0 : ct.inEca) == null ? void 0 : yt.distance), 1),
4967
+ t("td", y0, e((rt = (dt = o == null ? void 0 : o.goodWx) == null ? void 0 : dt.outEca) == null ? void 0 : rt.distance), 1),
4968
+ t("td", A0, e((yt = (ct = o == null ? void 0 : o.goodWx) == null ? void 0 : ct.inEca) == null ? void 0 : yt.distance), 1),
4969
4969
  t("td", null, e((xt = (lt = o == null ? void 0 : o.allWx) == null ? void 0 : lt.outEca) == null ? void 0 : xt.distance), 1),
4970
4970
  t("td", null, e((Tt = (ot = o == null ? void 0 : o.allWx) == null ? void 0 : ot.inEca) == null ? void 0 : Tt.distance), 1)
4971
4971
  ]),
4972
4972
  t("tr", null, [
4973
4973
  l[49] || (l[49] = t("td", { class: "label" }, "Total Time (hrs)", -1)),
4974
- t("td", vA, e((pt = (zt = o == null ? void 0 : o.goodWx) == null ? void 0 : zt.outEca) == null ? void 0 : pt.time), 1),
4975
- t("td", TA, e((bt = (vt = o == null ? void 0 : o.goodWx) == null ? void 0 : vt.inEca) == null ? void 0 : bt.time), 1),
4976
- t("td", null, e((Et = (mt = o == null ? void 0 : o.allWx) == null ? void 0 : mt.outEca) == null ? void 0 : Et.time), 1),
4974
+ t("td", v0, e((pt = (zt = o == null ? void 0 : o.goodWx) == null ? void 0 : zt.outEca) == null ? void 0 : pt.time), 1),
4975
+ t("td", T0, e((mt = (vt = o == null ? void 0 : o.goodWx) == null ? void 0 : vt.inEca) == null ? void 0 : mt.time), 1),
4976
+ t("td", null, e((Et = (bt = o == null ? void 0 : o.allWx) == null ? void 0 : bt.outEca) == null ? void 0 : Et.time), 1),
4977
4977
  t("td", null, e((wt = (Ot = o == null ? void 0 : o.allWx) == null ? void 0 : Ot.inEca) == null ? void 0 : wt.time), 1)
4978
4978
  ]),
4979
4979
  t("tr", null, [
4980
4980
  l[50] || (l[50] = t("td", { class: "label" }, "Average Speed (kts)", -1)),
4981
- t("td", xA, e(((St = (Yt = o == null ? void 0 : o.goodWx) == null ? void 0 : Yt.outEca) == null ? void 0 : St.avgSpd) || "--"), 1),
4982
- t("td", zA, e(((kt = (Qt = o == null ? void 0 : o.goodWx) == null ? void 0 : Qt.inEca) == null ? void 0 : kt.avgSpd) || "--"), 1),
4981
+ t("td", x0, e(((St = (Yt = o == null ? void 0 : o.goodWx) == null ? void 0 : Yt.outEca) == null ? void 0 : St.avgSpd) || "--"), 1),
4982
+ t("td", z0, e(((kt = (Qt = o == null ? void 0 : o.goodWx) == null ? void 0 : Qt.inEca) == null ? void 0 : kt.avgSpd) || "--"), 1),
4983
4983
  t("td", null, e(((Rt = (ht = o == null ? void 0 : o.allWx) == null ? void 0 : ht.outEca) == null ? void 0 : Rt.avgSpd) || "--"), 1),
4984
4984
  t("td", null, e(((Vt = (Ft = o == null ? void 0 : o.allWx) == null ? void 0 : Ft.inEca) == null ? void 0 : Vt.avgSpd) || "--"), 1)
4985
4985
  ]),
4986
4986
  t("tr", null, [
4987
4987
  l[51] || (l[51] = t("td", { class: "label" }, "FO Consumption (mt)", -1)),
4988
- t("td", pA, e(((ft = (Pt = o == null ? void 0 : o.goodWx) == null ? void 0 : Pt.outEca) == null ? void 0 : ft.sumFoCons) || "--"), 1),
4989
- t("td", fA, e(((Bt = (Wt = o == null ? void 0 : o.goodWx) == null ? void 0 : Wt.inEca) == null ? void 0 : Bt.sumFoCons) || "--"), 1),
4988
+ t("td", p0, e(((ft = (Pt = o == null ? void 0 : o.goodWx) == null ? void 0 : Pt.outEca) == null ? void 0 : ft.sumFoCons) || "--"), 1),
4989
+ t("td", f0, e(((Bt = (Wt = o == null ? void 0 : o.goodWx) == null ? void 0 : Wt.inEca) == null ? void 0 : Bt.sumFoCons) || "--"), 1),
4990
4990
  t("td", null, e(((k = (Gt = o == null ? void 0 : o.allWx) == null ? void 0 : Gt.outEca) == null ? void 0 : k.sumFoCons) || "--"), 1),
4991
4991
  t("td", null, e(((Lt = (Ut = o == null ? void 0 : o.allWx) == null ? void 0 : Ut.inEca) == null ? void 0 : Lt.sumFoCons) || "--"), 1)
4992
4992
  ]),
4993
4993
  t("tr", null, [
4994
4994
  l[52] || (l[52] = t("td", { class: "label" }, "Averaged Daily FO Consumption (mt)", -1)),
4995
- t("td", CA, e(((Kt = (Xt = o == null ? void 0 : o.goodWx) == null ? void 0 : Xt.outEca) == null ? void 0 : Kt.avgFoCons) || "--"), 1),
4996
- t("td", jA, e(((qt = (h = o == null ? void 0 : o.goodWx) == null ? void 0 : h.inEca) == null ? void 0 : qt.avgFoCons) || "--"), 1),
4995
+ t("td", C0, e(((Kt = (Xt = o == null ? void 0 : o.goodWx) == null ? void 0 : Xt.outEca) == null ? void 0 : Kt.avgFoCons) || "--"), 1),
4996
+ t("td", j0, e(((qt = (h = o == null ? void 0 : o.goodWx) == null ? void 0 : h.inEca) == null ? void 0 : qt.avgFoCons) || "--"), 1),
4997
4997
  t("td", null, e(((N = ($t = o == null ? void 0 : o.allWx) == null ? void 0 : $t.outEca) == null ? void 0 : N.avgFoCons) || "--"), 1),
4998
4998
  t("td", null, e(((Ct = (Mt = o == null ? void 0 : o.allWx) == null ? void 0 : Mt.inEca) == null ? void 0 : Ct.avgFoCons) || "--"), 1)
4999
4999
  ]),
5000
5000
  t("tr", null, [
5001
5001
  l[53] || (l[53] = t("td", { class: "label" }, "DO/GO Consumption (mt)", -1)),
5002
- t("td", UA, e(((Ht = (Z = o == null ? void 0 : o.goodWx) == null ? void 0 : Z.outEca) == null ? void 0 : Ht.sumDgoCons) || "--"), 1),
5003
- t("td", bA, e(((Jt = (At = o == null ? void 0 : o.goodWx) == null ? void 0 : At.inEca) == null ? void 0 : Jt.sumDgoCons) || "--"), 1),
5002
+ t("td", U0, e(((Ht = (Z = o == null ? void 0 : o.goodWx) == null ? void 0 : Z.outEca) == null ? void 0 : Ht.sumDgoCons) || "--"), 1),
5003
+ t("td", m0, e(((Jt = (At = o == null ? void 0 : o.goodWx) == null ? void 0 : At.inEca) == null ? void 0 : Jt.sumDgoCons) || "--"), 1),
5004
5004
  t("td", null, e(((ll = (tl = o == null ? void 0 : o.allWx) == null ? void 0 : tl.outEca) == null ? void 0 : ll.sumDgoCons) || "--"), 1),
5005
5005
  t("td", null, e(((dl = (al = o == null ? void 0 : o.allWx) == null ? void 0 : al.inEca) == null ? void 0 : dl.sumDgoCons) || "--"), 1)
5006
5006
  ]),
5007
5007
  t("tr", null, [
5008
5008
  l[54] || (l[54] = t("td", { class: "label" }, "Averaged Daily DO/GO Consumption (mt)", -1)),
5009
- t("td", mA, e(((Ml = (rl = o == null ? void 0 : o.goodWx) == null ? void 0 : rl.outEca) == null ? void 0 : Ml.avgDgoCons) || "--"), 1),
5010
- t("td", EA, e(((Nl = (Dl = o == null ? void 0 : o.goodWx) == null ? void 0 : Dl.inEca) == null ? void 0 : Nl.avgDgoCons) || "--"), 1),
5009
+ t("td", b0, e(((Ml = (rl = o == null ? void 0 : o.goodWx) == null ? void 0 : rl.outEca) == null ? void 0 : Ml.avgDgoCons) || "--"), 1),
5010
+ t("td", E0, e(((Nl = (Dl = o == null ? void 0 : o.goodWx) == null ? void 0 : Dl.inEca) == null ? void 0 : Nl.avgDgoCons) || "--"), 1),
5011
5011
  t("td", null, e(((yl = (cl = o == null ? void 0 : o.allWx) == null ? void 0 : cl.outEca) == null ? void 0 : yl.avgDgoCons) || "--"), 1),
5012
5012
  t("td", null, e(((vl = (Al = o == null ? void 0 : o.allWx) == null ? void 0 : Al.inEca) == null ? void 0 : vl.avgDgoCons) || "--"), 1)
5013
5013
  ])
5014
5014
  ]),
5015
- (Tl = o == null ? void 0 : o.goodWx) != null && Tl.distance ? (n(), a("table", OA, [
5015
+ (Tl = o == null ? void 0 : o.goodWx) != null && Tl.distance ? (n(), a("table", O0, [
5016
5016
  l[58] || (l[58] = t("tr", null, [
5017
5017
  t("td", {
5018
5018
  class: "label",
@@ -5026,7 +5026,7 @@ function lv(i, l, s, D, r, d) {
5026
5026
  ], -1)),
5027
5027
  (n(!0), a(U, null, et(r.noons[q], (el, Bi) => (n(), a(U, { key: Bi }, [
5028
5028
  (n(!0), a(U, null, et(el, (li, Gi) => (n(), a(U, { key: Gi }, [
5029
- li.goodWx ? (n(), a("tr", wA, [
5029
+ li.goodWx ? (n(), a("tr", w0, [
5030
5030
  t("td", null, e(li.type) + " " + e(d.computeUTCTime(li.utc, "MMM-DD")), 1),
5031
5031
  t("td", null, [
5032
5032
  t("span", null, e(d.computeUTCTime(d.computePrevTime(li), "MMM-DD/HHmm[Z],YYYY")), 1),
@@ -5041,27 +5041,27 @@ function lv(i, l, s, D, r, d) {
5041
5041
  ], 64))), 128))
5042
5042
  ])) : y("", !0)
5043
5043
  ]),
5044
- (xl = r.exclusion[q]) != null && xl.time ? (n(), a("div", YA, "*The Performance Speed Evaluation excludes exclusion time, distance, and consumed fuel.")) : y("", !0),
5045
- (zl = o == null ? void 0 : o.goodWx) != null && zl.distance ? (n(), a("div", SA, [
5046
- t("div", QA, [
5044
+ (xl = r.exclusion[q]) != null && xl.time ? (n(), a("div", Y0, "*The Performance Speed Evaluation excludes exclusion time, distance, and consumed fuel.")) : y("", !0),
5045
+ (zl = o == null ? void 0 : o.goodWx) != null && zl.distance ? (n(), a("div", S0, [
5046
+ t("div", Q0, [
5047
5047
  l[69] || (l[69] = t("div", { class: "speed-left flex-space" }, [
5048
5048
  t("label", null, "Good Weather Performance Speed"),
5049
5049
  t("label", null, "=")
5050
5050
  ], -1)),
5051
- t("div", kA, [
5051
+ t("div", k0, [
5052
5052
  (fl = (pl = s.report) == null ? void 0 : pl.weather) != null && fl.overallAsGoodWx ? (n(), a(U, { key: 1 }, [
5053
- (kl = (Ql = s.report) == null ? void 0 : Ql.weather) != null && kl.disableWxFactor && ((Rl = (hl = s.report) == null ? void 0 : hl.weather) != null && Rl.disableCFactor) ? (n(), a("span", FA, e((Fl = o == null ? void 0 : o.goodWx) == null ? void 0 : Fl.pfmSpd) + " (kts)", 1)) : (Pl = (Vl = s.report) == null ? void 0 : Vl.weather) != null && Pl.disableWxFactor ? (n(), a(U, { key: 1 }, [
5053
+ (kl = (Ql = s.report) == null ? void 0 : Ql.weather) != null && kl.disableWxFactor && ((Rl = (hl = s.report) == null ? void 0 : hl.weather) != null && Rl.disableCFactor) ? (n(), a("span", F0, e((Fl = o == null ? void 0 : o.goodWx) == null ? void 0 : Fl.pfmSpd) + " (kts)", 1)) : (Pl = (Vl = s.report) == null ? void 0 : Vl.weather) != null && Pl.disableWxFactor ? (n(), a(U, { key: 1 }, [
5054
5054
  t("span", null, e((Gl = o == null ? void 0 : o.goodWx) == null ? void 0 : Gl.avgSpd), 1),
5055
5055
  l[62] || (l[62] = t("span", null, "-", -1)),
5056
5056
  t("span", null, e(((Wl = o == null ? void 0 : o.goodWx) == null ? void 0 : Wl.avgCf) > 0 ? (Bl = o == null ? void 0 : o.goodWx) == null ? void 0 : Bl.avgCf : `(${(Ll = o == null ? void 0 : o.goodWx) == null ? void 0 : Ll.avgCf})`), 1),
5057
5057
  l[63] || (l[63] = t("label", null, "=", -1)),
5058
- t("span", VA, e((Zl = o == null ? void 0 : o.goodWx) == null ? void 0 : Zl.pfmSpd) + " (kts)", 1)
5058
+ t("span", V0, e((Zl = o == null ? void 0 : o.goodWx) == null ? void 0 : Zl.pfmSpd) + " (kts)", 1)
5059
5059
  ], 64)) : (Jl = (Hl = s.report) == null ? void 0 : Hl.weather) != null && Jl.disableCFactor ? (n(), a(U, { key: 2 }, [
5060
5060
  t("span", null, e((_l = o == null ? void 0 : o.goodWx) == null ? void 0 : _l.avgSpd), 1),
5061
5061
  l[64] || (l[64] = t("span", null, "-", -1)),
5062
5062
  t("span", null, e(((Xl = o == null ? void 0 : o.goodWx) == null ? void 0 : Xl.avgWf) > 0 ? (_t = o == null ? void 0 : o.goodWx) == null ? void 0 : _t.avgWf : `(${(Je = o == null ? void 0 : o.goodWx) == null ? void 0 : Je.avgWf})`), 1),
5063
5063
  l[65] || (l[65] = t("label", null, "=", -1)),
5064
- t("span", PA, e((_e = o == null ? void 0 : o.goodWx) == null ? void 0 : _e.pfmSpd) + " (kts)", 1)
5064
+ t("span", P0, e((_e = o == null ? void 0 : o.goodWx) == null ? void 0 : _e.pfmSpd) + " (kts)", 1)
5065
5065
  ], 64)) : (n(), a(U, { key: 3 }, [
5066
5066
  t("span", null, e((Xe = o == null ? void 0 : o.goodWx) == null ? void 0 : Xe.avgSpd), 1),
5067
5067
  l[67] || (l[67] = t("span", null, "-", -1)),
@@ -5071,29 +5071,29 @@ function lv(i, l, s, D, r, d) {
5071
5071
  t("span", null, e(((ss = o == null ? void 0 : o.goodWx) == null ? void 0 : ss.avgCf) > 0 ? (x = o == null ? void 0 : o.goodWx) == null ? void 0 : x.avgCf : `(${(Zt = o == null ? void 0 : o.goodWx) == null ? void 0 : Zt.avgCf})`), 1)
5072
5072
  ], 64)),
5073
5073
  l[68] || (l[68] = t("label", null, "=", -1)),
5074
- t("span", GA, e((Il = o == null ? void 0 : o.goodWx) == null ? void 0 : Il.pfmSpd) + " (kts)", 1)
5074
+ t("span", G0, e((Il = o == null ? void 0 : o.goodWx) == null ? void 0 : Il.pfmSpd) + " (kts)", 1)
5075
5075
  ], 64))
5076
5076
  ], 64)) : (n(), a(U, { key: 0 }, [
5077
- (jl = (Cl = s.report) == null ? void 0 : Cl.weather) != null && jl.favorableCur && ((Ul = o == null ? void 0 : o.goodWx) == null ? void 0 : Ul.avgCf) > 0 ? (n(), a("span", RA, e((O = o == null ? void 0 : o.goodWx) == null ? void 0 : O.pfmSpd) + " (kts)", 1)) : (n(), a(U, { key: 0 }, [
5078
- t("span", null, e((bl = o == null ? void 0 : o.goodWx) == null ? void 0 : bl.avgSpd), 1),
5077
+ (jl = (Cl = s.report) == null ? void 0 : Cl.weather) != null && jl.favorableCur && ((Ul = o == null ? void 0 : o.goodWx) == null ? void 0 : Ul.avgCf) > 0 ? (n(), a("span", R0, e((O = o == null ? void 0 : o.goodWx) == null ? void 0 : O.pfmSpd) + " (kts)", 1)) : (n(), a(U, { key: 0 }, [
5078
+ t("span", null, e((ml = o == null ? void 0 : o.goodWx) == null ? void 0 : ml.avgSpd), 1),
5079
5079
  l[60] || (l[60] = t("span", null, "-", -1)),
5080
- 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),
5080
+ t("span", null, e(((bl = o == null ? void 0 : o.goodWx) == null ? void 0 : bl.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),
5081
5081
  l[61] || (l[61] = t("label", null, "=", -1)),
5082
- t("span", hA, e((wl = o == null ? void 0 : o.goodWx) == null ? void 0 : wl.pfmSpd) + " (kts)", 1)
5082
+ t("span", h0, e((wl = o == null ? void 0 : o.goodWx) == null ? void 0 : wl.pfmSpd) + " (kts)", 1)
5083
5083
  ], 64))
5084
5084
  ], 64)),
5085
- ((gl = o == null ? void 0 : o.goodWx) == null ? void 0 : gl.pfmStatus) === "Under" ? (n(), a("span", WA, "(Under-performance)")) : y("", !0),
5086
- ((Yl = o == null ? void 0 : o.goodWx) == null ? void 0 : Yl.pfmStatus) === "Over" ? (n(), a("span", BA, "(Over-performance)")) : y("", !0)
5085
+ ((gl = o == null ? void 0 : o.goodWx) == null ? void 0 : gl.pfmStatus) === "Under" ? (n(), a("span", W0, "(Under-performance)")) : y("", !0),
5086
+ ((Yl = o == null ? void 0 : o.goodWx) == null ? void 0 : Yl.pfmStatus) === "Over" ? (n(), a("span", B0, "(Over-performance)")) : y("", !0)
5087
5087
  ])
5088
5088
  ]),
5089
- t("div", LA, [
5089
+ t("div", L0, [
5090
5090
  l[86] || (l[86] = t("div", { class: "speed-left formula flex-space" }, [
5091
5091
  t("label", null, "Good Weather Performance Speed"),
5092
5092
  t("label", null, "=")
5093
5093
  ], -1)),
5094
- t("div", ZA, [
5094
+ t("div", Z0, [
5095
5095
  (ql = (Kl = s.report) == null ? void 0 : Kl.weather) != null && ql.overallAsGoodWx ? (n(), a(U, { key: 1 }, [
5096
- (se = (ee = s.report) == null ? void 0 : ee.weather) != null && se.disableWxFactor && ((oe = (ie = s.report) == null ? void 0 : ie.weather) != null && oe.disableCFactor) ? (n(), a("label", HA, "GW Average Speed")) : (ae = (ne = s.report) == null ? void 0 : ne.weather) != null && ae.disableWxFactor ? (n(), a(U, { key: 1 }, [
5096
+ (se = (ee = s.report) == null ? void 0 : ee.weather) != null && se.disableWxFactor && ((oe = (ie = s.report) == null ? void 0 : ie.weather) != null && oe.disableCFactor) ? (n(), a("label", H0, "GW Average Speed")) : (ae = (ne = s.report) == null ? void 0 : ne.weather) != null && ae.disableWxFactor ? (n(), a(U, { key: 1 }, [
5097
5097
  l[75] || (l[75] = t("label", null, "GW Average Speed", -1)),
5098
5098
  l[76] || (l[76] = t("label", null, "-", -1)),
5099
5099
  l[77] || (l[77] = t("label", null, "GW Current Factor", -1))
@@ -5122,19 +5122,19 @@ function lv(i, l, s, D, r, d) {
5122
5122
  ], 64))
5123
5123
  ])
5124
5124
  ])
5125
- ])) : (n(), a("div", JA, [
5126
- t("div", _A, [
5125
+ ])) : (n(), a("div", J0, [
5126
+ t("div", _0, [
5127
5127
  l[92] || (l[92] = t("div", { class: "speed-left flex-space" }, [
5128
5128
  t("label", null, "All Weather Performance Speed"),
5129
5129
  t("label", null, "=")
5130
5130
  ], -1)),
5131
- t("div", XA, [
5131
+ t("div", X0, [
5132
5132
  (ge = (Ie = s.report) == null ? void 0 : Ie.weather) != null && ge.favorableCur && ((ue = o == null ? void 0 : o.allWx) == null ? void 0 : ue.avgCf) > 0 ? (n(), a(U, { key: 1 }, [
5133
5133
  t("span", null, e((fe = o == null ? void 0 : o.allWx) == null ? void 0 : fe.avgSpd), 1),
5134
5134
  l[90] || (l[90] = t("span", null, "-", -1)),
5135
5135
  t("span", null, e(((Ce = o == null ? void 0 : o.allWx) == null ? void 0 : Ce.avgWf) > 0 ? (je = o == null ? void 0 : o.allWx) == null ? void 0 : je.avgWf : `(${(Ue = o == null ? void 0 : o.allWx) == null ? void 0 : Ue.avgWf})`), 1),
5136
5136
  l[91] || (l[91] = t("label", null, "=", -1)),
5137
- t("span", qA, e((be = o == null ? void 0 : o.allWx) == null ? void 0 : be.pfmSpd) + " (kts)", 1)
5137
+ t("span", q0, e((me = o == null ? void 0 : o.allWx) == null ? void 0 : me.pfmSpd) + " (kts)", 1)
5138
5138
  ], 64)) : (n(), a(U, { key: 0 }, [
5139
5139
  t("span", null, e((ce = o == null ? void 0 : o.allWx) == null ? void 0 : ce.avgSpd), 1),
5140
5140
  l[87] || (l[87] = t("span", null, "-", -1)),
@@ -5142,18 +5142,18 @@ function lv(i, l, s, D, r, d) {
5142
5142
  l[88] || (l[88] = t("span", null, "-", -1)),
5143
5143
  t("span", null, e(((Te = o == null ? void 0 : o.allWx) == null ? void 0 : Te.avgWf) > 0 ? (xe = o == null ? void 0 : o.allWx) == null ? void 0 : xe.avgWf : `(${(ze = o == null ? void 0 : o.allWx) == null ? void 0 : ze.avgWf})`), 1),
5144
5144
  l[89] || (l[89] = t("label", null, "=", -1)),
5145
- t("span", KA, e((pe = o == null ? void 0 : o.allWx) == null ? void 0 : pe.pfmSpd) + " (kts)", 1)
5145
+ t("span", K0, e((pe = o == null ? void 0 : o.allWx) == null ? void 0 : pe.pfmSpd) + " (kts)", 1)
5146
5146
  ], 64)),
5147
- ((me = o == null ? void 0 : o.allWx) == null ? void 0 : me.pfmStatus) === "Under" ? (n(), a("span", $A, "(Under-performance)")) : y("", !0),
5148
- ((Ee = o == null ? void 0 : o.allWx) == null ? void 0 : Ee.pfmStatus) === "Over" ? (n(), a("span", t0, "(Over-performance)")) : y("", !0)
5147
+ ((be = o == null ? void 0 : o.allWx) == null ? void 0 : be.pfmStatus) === "Under" ? (n(), a("span", $0, "(Under-performance)")) : y("", !0),
5148
+ ((Ee = o == null ? void 0 : o.allWx) == null ? void 0 : Ee.pfmStatus) === "Over" ? (n(), a("span", tA, "(Over-performance)")) : y("", !0)
5149
5149
  ])
5150
5150
  ]),
5151
- t("div", l0, [
5151
+ t("div", lA, [
5152
5152
  l[102] || (l[102] = t("div", { class: "speed-left formula flex-space" }, [
5153
5153
  t("label", null, "All Weather Performance Speed"),
5154
5154
  t("label", null, "=")
5155
5155
  ], -1)),
5156
- t("div", e0, [
5156
+ t("div", eA, [
5157
5157
  (we = (Oe = s.report) == null ? void 0 : Oe.weather) != null && we.favorableCur && ((Ye = o == null ? void 0 : o.allWx) == null ? void 0 : Ye.avgCf) > 0 ? (n(), a(U, { key: 1 }, [
5158
5158
  l[98] || (l[98] = t("label", null, "All Weather Average Speed", -1)),
5159
5159
  l[99] || (l[99] = t("label", null, "-", -1)),
@@ -5173,22 +5173,22 @@ function lv(i, l, s, D, r, d) {
5173
5173
  class: "bb",
5174
5174
  style: { margin: "10px 0" }
5175
5175
  }, null, -1)),
5176
- t("div", s0, [
5177
- t("div", i0, [
5176
+ t("div", sA, [
5177
+ t("div", iA, [
5178
5178
  l[103] || (l[103] = t("i", { class: "iconfont" }, "", -1)),
5179
- t("div", o0, [
5179
+ t("div", oA, [
5180
5180
  t("span", null, "Seg. " + e(q + 1) + " Time Analysis", 1),
5181
- (Qe = (Se = s.report) == null ? void 0 : Se.weather) != null && Qe.noExtrapolation ? (n(), a("span", n0, "( no extrapolation beyond the good weather period )")) : y("", !0)
5181
+ (Qe = (Se = s.report) == null ? void 0 : Se.weather) != null && Qe.noExtrapolation ? (n(), a("span", nA, "( no extrapolation beyond the good weather period )")) : y("", !0)
5182
5182
  ])
5183
5183
  ]),
5184
- t("div", a0, [
5185
- t("div", d0, [
5184
+ t("div", aA, [
5185
+ t("div", dA, [
5186
5186
  l[107] || (l[107] = t("div", { class: "formula-left flex-space" }, [
5187
5187
  t("label", null, "Total Time at Good Weather Performance Speed"),
5188
5188
  t("label", null, "=")
5189
5189
  ], -1)),
5190
- t("div", r0, [
5191
- t("div", M0, [
5190
+ t("div", rA, [
5191
+ t("div", MA, [
5192
5192
  t("div", null, e((he = (ke = s.report) == null ? void 0 : ke.weather) != null && he.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
5193
5193
  l[104] || (l[104] = t("div", { class: "line" }, null, -1)),
5194
5194
  l[105] || (l[105] = t("div", null, "Good Weather Performance Speed", -1))
@@ -5196,13 +5196,13 @@ function lv(i, l, s, D, r, d) {
5196
5196
  l[106] || (l[106] = t("div", null, "(a)", -1))
5197
5197
  ])
5198
5198
  ]),
5199
- t("div", D0, [
5200
- t("div", N0, [
5199
+ t("div", DA, [
5200
+ t("div", NA, [
5201
5201
  t("label", null, "Total Time at (CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (Fe = (Re = o == null ? void 0 : o.extend) == null ? void 0 : Re.cp) == null ? void 0 : Fe.speed, "Under")) + "kts)", 1),
5202
5202
  l[108] || (l[108] = t("label", null, "=", -1))
5203
5203
  ]),
5204
- t("div", I0, [
5205
- t("div", g0, [
5204
+ t("div", IA, [
5205
+ t("div", gA, [
5206
5206
  t("div", null, e((Pe = (Ve = s.report) == null ? void 0 : Ve.weather) != null && Pe.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
5207
5207
  l[109] || (l[109] = t("div", { class: "line" }, null, -1)),
5208
5208
  t("div", null, "CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (We = (Ge = o == null ? void 0 : o.extend) == null ? void 0 : Ge.cp) == null ? void 0 : We.speed, "Under")) + "kts", 1)
@@ -5210,13 +5210,13 @@ function lv(i, l, s, D, r, d) {
5210
5210
  l[110] || (l[110] = t("div", null, "(b)", -1))
5211
5211
  ])
5212
5212
  ]),
5213
- t("div", u0, [
5214
- t("div", c0, [
5213
+ t("div", uA, [
5214
+ t("div", cA, [
5215
5215
  t("label", null, "Total Time at (CP Speed + " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (Le = (Be = o == null ? void 0 : o.extend) == null ? void 0 : Be.cp) == null ? void 0 : Le.speed, "Over")) + "kts)", 1),
5216
5216
  l[111] || (l[111] = t("label", null, "=", -1))
5217
5217
  ]),
5218
- t("div", y0, [
5219
- t("div", A0, [
5218
+ t("div", yA, [
5219
+ t("div", AA, [
5220
5220
  t("div", null, e((is = (Ze = s.report) == null ? void 0 : Ze.weather) != null && is.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
5221
5221
  l[112] || (l[112] = t("div", { class: "line" }, null, -1)),
5222
5222
  t("div", null, "CP Speed + " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ns = (os = o == null ? void 0 : o.extend) == null ? void 0 : os.cp) == null ? void 0 : ns.speed, "Over")) + "kts", 1)
@@ -5226,28 +5226,28 @@ function lv(i, l, s, D, r, d) {
5226
5226
  ]),
5227
5227
  l[114] || (l[114] = it('<div class="flex-start" data-v-387cca83><div class="flex-space" style="width:300px;font-weight:400;" data-v-387cca83><label data-v-387cca83>Time Lost</label><div data-v-387cca83>=</div><div data-v-387cca83>(a)</div><div data-v-387cca83>-</div><div data-v-387cca83>(b)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-387cca83><label data-v-387cca83>Time Gained</label><div data-v-387cca83>=</div><div data-v-387cca83>(c)</div><div data-v-387cca83>-</div><div data-v-387cca83>(a)</div></div></div>', 1))
5228
5228
  ]),
5229
- t("div", v0, [
5230
- t("div", T0, [
5229
+ t("div", vA, [
5230
+ t("div", TA, [
5231
5231
  l[115] || (l[115] = t("label", null, "Time Lost", -1)),
5232
5232
  t("div", null, " Total Time at Good Weather Performance Speed > Total Time at (CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (rs = (nl = o == null ? void 0 : o.extend) == null ? void 0 : nl.cp) == null ? void 0 : rs.speed, "Under")) + " kts) ", 1)
5233
5233
  ]),
5234
- t("div", x0, [
5234
+ t("div", xA, [
5235
5235
  l[116] || (l[116] = t("label", null, "Time Gained", -1)),
5236
5236
  t("div", null, " Total Time at Good Weather Performance Speed < Total Time at (CP Speed + " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (Ns = (Ds = o == null ? void 0 : o.extend) == null ? void 0 : Ds.cp) == null ? void 0 : Ns.speed, "Over")) + " kts) ", 1)
5237
5237
  ]),
5238
- t("div", z0, [
5238
+ t("div", zA, [
5239
5239
  l[117] || (l[117] = t("label", null, "No Time Lost and Gained", -1)),
5240
5240
  t("div", null, " Total Time at (CP Speed + " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (gs = (Is = o == null ? void 0 : o.extend) == null ? void 0 : Is.cp) == null ? void 0 : gs.speed, "Over")) + " kts) ≤ Total Time at Good Weather Performance Speed ≤ Total Time at (CP Speed -" + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (vs = (As = o == null ? void 0 : o.extend) == null ? void 0 : As.cp) == null ? void 0 : vs.speed, "Under")) + " kts) ", 1)
5241
5241
  ])
5242
5242
  ]),
5243
- (Ts = o == null ? void 0 : o.goodWx) != null && Ts.distance ? (n(), a("div", p0, [
5244
- t("div", f0, [
5243
+ (Ts = o == null ? void 0 : o.goodWx) != null && Ts.distance ? (n(), a("div", pA, [
5244
+ t("div", fA, [
5245
5245
  l[121] || (l[121] = t("div", { class: "formula-left flex-space" }, [
5246
5246
  t("label", null, "Total Time at Good Weather Performance Speed"),
5247
5247
  t("label", null, "=")
5248
5248
  ], -1)),
5249
- t("div", C0, [
5250
- t("div", j0, [
5249
+ t("div", CA, [
5250
+ t("div", jA, [
5251
5251
  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 : (fs = o == null ? void 0 : o.allWx) == null ? void 0 : fs.distance), 1),
5252
5252
  l[118] || (l[118] = t("div", { class: "line" }, null, -1)),
5253
5253
  t("div", null, e((Cs = o == null ? void 0 : o.goodWx) == null ? void 0 : Cs.pfmSpd), 1)
@@ -5257,14 +5257,14 @@ function lv(i, l, s, D, r, d) {
5257
5257
  l[120] || (l[120] = t("div", null, "(a')", -1))
5258
5258
  ])
5259
5259
  ]),
5260
- t("div", U0, [
5261
- t("div", b0, [
5262
- t("label", null, "Total Time at (CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (bs = (Us = o == null ? void 0 : o.extend) == null ? void 0 : Us.cp) == null ? void 0 : bs.speed, "Under")) + "kts)", 1),
5260
+ t("div", UA, [
5261
+ t("div", mA, [
5262
+ t("label", null, "Total Time at (CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ms = (Us = o == null ? void 0 : o.extend) == null ? void 0 : Us.cp) == null ? void 0 : ms.speed, "Under")) + "kts)", 1),
5263
5263
  l[122] || (l[122] = t("label", null, "=", -1))
5264
5264
  ]),
5265
- t("div", m0, [
5266
- t("div", E0, [
5267
- t("div", null, e((Es = (ms = s.report) == null ? void 0 : ms.weather) != null && Es.noExtrapolation ? (Os = o == null ? void 0 : o.goodWx) == null ? void 0 : Os.distance : (ws = o == null ? void 0 : o.allWx) == null ? void 0 : ws.distance), 1),
5265
+ t("div", bA, [
5266
+ t("div", EA, [
5267
+ t("div", null, e((Es = (bs = s.report) == null ? void 0 : bs.weather) != null && Es.noExtrapolation ? (Os = o == null ? void 0 : o.goodWx) == null ? void 0 : Os.distance : (ws = o == null ? void 0 : o.allWx) == null ? void 0 : ws.distance), 1),
5268
5268
  l[123] || (l[123] = t("div", { class: "line" }, null, -1)),
5269
5269
  t("div", null, e((Ys = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ys.minusAbtSpd), 1)
5270
5270
  ]),
@@ -5273,13 +5273,13 @@ function lv(i, l, s, D, r, d) {
5273
5273
  l[125] || (l[125] = t("div", null, "(b')", -1))
5274
5274
  ])
5275
5275
  ]),
5276
- t("div", O0, [
5277
- t("div", w0, [
5276
+ t("div", OA, [
5277
+ t("div", wA, [
5278
5278
  t("label", null, "Total Time at (CP Speed + " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ks = (Qs = o == null ? void 0 : o.extend) == null ? void 0 : Qs.cp) == null ? void 0 : ks.speed, "Over")) + "kts)", 1),
5279
5279
  l[126] || (l[126] = t("label", null, "=", -1))
5280
5280
  ]),
5281
- t("div", Y0, [
5282
- t("div", S0, [
5281
+ t("div", YA, [
5282
+ t("div", SA, [
5283
5283
  t("div", null, e((Rs = (hs = s.report) == null ? void 0 : hs.weather) != null && Rs.noExtrapolation ? (Fs = o == null ? void 0 : o.goodWx) == null ? void 0 : Fs.distance : (Vs = o == null ? void 0 : o.allWx) == null ? void 0 : Vs.distance), 1),
5284
5284
  l[127] || (l[127] = t("div", { class: "line" }, null, -1)),
5285
5285
  t("div", null, e((Ps = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ps.plusAbtSpd), 1)
@@ -5289,8 +5289,8 @@ function lv(i, l, s, D, r, d) {
5289
5289
  l[129] || (l[129] = t("div", null, "(c')", -1))
5290
5290
  ])
5291
5291
  ]),
5292
- t("div", Q0, [
5293
- ((Ws = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ws.conclusionStatus) === "Lost" ? (n(), a("div", k0, [
5292
+ t("div", QA, [
5293
+ ((Ws = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ws.conclusionStatus) === "Lost" ? (n(), a("div", kA, [
5294
5294
  l[130] || (l[130] = t("div", null, "Time Lost", -1)),
5295
5295
  l[131] || (l[131] = t("div", null, "=", -1)),
5296
5296
  l[132] || (l[132] = t("div", null, "(a') - (b')", -1)),
@@ -5300,7 +5300,7 @@ function lv(i, l, s, D, r, d) {
5300
5300
  t("div", null, e((Ls = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ls.timeAtMinusAbtSpd), 1),
5301
5301
  l[135] || (l[135] = t("div", null, "=", -1)),
5302
5302
  t("div", null, e((T = o == null ? void 0 : o.timeConclusion) == null ? void 0 : T.timeLost) + " (hrs)", 1)
5303
- ])) : ((Zs = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Zs.conclusionStatus) === "Gain" ? (n(), a("div", h0, [
5303
+ ])) : ((Zs = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Zs.conclusionStatus) === "Gain" ? (n(), a("div", hA, [
5304
5304
  l[136] || (l[136] = t("div", null, "Time Lost", -1)),
5305
5305
  l[137] || (l[137] = t("div", null, "=", -1)),
5306
5306
  l[138] || (l[138] = t("div", null, "(c') - (a')", -1)),
@@ -5320,28 +5320,28 @@ function lv(i, l, s, D, r, d) {
5320
5320
  t("div", null, e(((qs = o == null ? void 0 : o.timeConclusion) == null ? void 0 : qs.conclusion) || ""), 1)
5321
5321
  ], 2)
5322
5322
  ])
5323
- ])) : (n(), a("div", R0, e(r.noGoodWxDay), 1))
5323
+ ])) : (n(), a("div", RA, e(r.noGoodWxDay), 1))
5324
5324
  ]),
5325
5325
  l[255] || (l[255] = t("div", {
5326
5326
  class: "bb",
5327
5327
  style: { margin: "10px 0" }
5328
5328
  }, null, -1)),
5329
- t("div", F0, [
5330
- t("div", V0, [
5329
+ t("div", FA, [
5330
+ t("div", VA, [
5331
5331
  l[143] || (l[143] = t("i", { class: "iconfont" }, "", -1)),
5332
- t("div", P0, [
5332
+ t("div", PA, [
5333
5333
  t("span", null, "Seg. " + e(q + 1) + " Consumption Analysis", 1),
5334
- (Ms = ($s = s.report) == null ? void 0 : $s.weather) != null && Ms.noExtrapolation ? (n(), a("span", G0, "( no extrapolation beyond the good weather period )")) : y("", !0)
5334
+ (Ms = ($s = s.report) == null ? void 0 : $s.weather) != null && Ms.noExtrapolation ? (n(), a("span", GA, "( no extrapolation beyond the good weather period )")) : y("", !0)
5335
5335
  ])
5336
5336
  ]),
5337
- t("div", W0, [
5338
- t("div", B0, [
5337
+ t("div", WA, [
5338
+ t("div", BA, [
5339
5339
  l[149] || (l[149] = t("div", { class: "formula-left flex-space" }, [
5340
5340
  t("label", null, "Entire Voyage Consumption using Good Weather Consumption"),
5341
5341
  t("label", null, "=")
5342
5342
  ], -1)),
5343
- t("div", L0, [
5344
- t("div", Z0, [
5343
+ t("div", LA, [
5344
+ t("div", ZA, [
5345
5345
  t("div", null, e((si = (ei = s.report) == null ? void 0 : ei.weather) != null && si.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
5346
5346
  l[144] || (l[144] = t("div", { class: "line" }, null, -1)),
5347
5347
  l[145] || (l[145] = t("div", null, "Good Weather Performance Speed", -1))
@@ -5358,20 +5358,20 @@ function lv(i, l, s, D, r, d) {
5358
5358
  l[148] || (l[148] = t("div", null, "(d)", -1))
5359
5359
  ])
5360
5360
  ]),
5361
- t("div", H0, [
5361
+ t("div", HA, [
5362
5362
  l[150] || (l[150] = t("div", {
5363
5363
  class: "tips flex-end",
5364
5364
  style: { "font-size": "14px" }
5365
5365
  }, "* For FO: Good Weather FO Cons. + Good Weather M/E DO/GO Cons. in ECA", -1)),
5366
- ((oi = (ii = o.extend) == null ? void 0 : ii.cp) == null ? void 0 : oi.dgo) > 0 ? (n(), a("div", J0, " * For DO/GO: Good Weather DO/GO Cons. - Good Weather M/E DO/GO Cons. in ECA ")) : y("", !0)
5366
+ ((oi = (ii = o.extend) == null ? void 0 : ii.cp) == null ? void 0 : oi.dgo) > 0 ? (n(), a("div", JA, " * For DO/GO: Good Weather DO/GO Cons. - Good Weather M/E DO/GO Cons. in ECA ")) : y("", !0)
5367
5367
  ]),
5368
- t("div", _0, [
5368
+ t("div", _A, [
5369
5369
  l[155] || (l[155] = t("div", { class: "formula-left flex-space" }, [
5370
5370
  t("label", null, "Max CP Consumption"),
5371
5371
  t("label", null, "=")
5372
5372
  ], -1)),
5373
- t("div", X0, [
5374
- t("div", K0, [
5373
+ t("div", XA, [
5374
+ t("div", KA, [
5375
5375
  t("div", null, e((ai = (ni = s.report) == null ? void 0 : ni.weather) != null && ai.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
5376
5376
  l[151] || (l[151] = t("div", { class: "line" }, null, -1)),
5377
5377
  t("div", null, "CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ri = (di = o == null ? void 0 : o.extend) == null ? void 0 : di.cp) == null ? void 0 : ri.speed, "Under")) + "kts", 1)
@@ -5388,12 +5388,12 @@ function lv(i, l, s, D, r, d) {
5388
5388
  l[154] || (l[154] = t("div", null, "(e)", -1))
5389
5389
  ])
5390
5390
  ]),
5391
- t("div", q0, [
5391
+ t("div", qA, [
5392
5392
  l[160] || (l[160] = t("div", { class: "formula-left flex-space" }, [
5393
5393
  t("label", null, "Min CP Consumption"),
5394
5394
  t("label", null, "=")
5395
5395
  ], -1)),
5396
- t("div", $0, [
5396
+ t("div", $A, [
5397
5397
  t("div", t2, [
5398
5398
  t("div", null, e((Di = (Mi = s.report) == null ? void 0 : Mi.weather) != null && Di.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
5399
5399
  l[156] || (l[156] = t("div", { class: "line" }, null, -1)),
@@ -5478,7 +5478,7 @@ function lv(i, l, s, D, r, d) {
5478
5478
  l[172] || (l[172] = t("div", null, "*", -1)),
5479
5479
  t("div", null, e((ji = (Ci = o == null ? void 0 : o.goodWx) == null ? void 0 : Ci.inEca) == null ? void 0 : ji.time), 1),
5480
5480
  l[173] || (l[173] = t("div", null, "=", -1)),
5481
- t("div", null, e((bi = (Ui = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Ui.fo) == null ? void 0 : bi.dgoAsFoCons) + " (mt)", 1)
5481
+ t("div", null, e((mi = (Ui = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Ui.fo) == null ? void 0 : mi.dgoAsFoCons) + " (mt)", 1)
5482
5482
  ])
5483
5483
  ])) : y("", !0),
5484
5484
  t("div", g2, [
@@ -5488,7 +5488,7 @@ function lv(i, l, s, D, r, d) {
5488
5488
  ], -1)),
5489
5489
  t("div", u2, [
5490
5490
  t("div", c2, [
5491
- t("div", null, e((ul = (mi = s.report) == null ? void 0 : mi.weather) != null && ul.noExtrapolation ? (Ei = o == null ? void 0 : o.goodWx) == null ? void 0 : Ei.distance : (Oi = o == null ? void 0 : o.allWx) == null ? void 0 : Oi.distance), 1),
5491
+ t("div", null, e((ul = (bi = s.report) == null ? void 0 : bi.weather) != null && ul.noExtrapolation ? (Ei = o == null ? void 0 : o.goodWx) == null ? void 0 : Ei.distance : (Oi = o == null ? void 0 : o.allWx) == null ? void 0 : Oi.distance), 1),
5492
5492
  l[175] || (l[175] = t("div", { class: "line" }, null, -1)),
5493
5493
  t("div", null, e((wi = o == null ? void 0 : o.goodWx) == null ? void 0 : wi.pfmSpd), 1)
5494
5494
  ]),
@@ -5555,7 +5555,7 @@ function lv(i, l, s, D, r, d) {
5555
5555
  ]),
5556
5556
  t("div", U2, [
5557
5557
  ((Mo = (ro = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : ro.fo) == null ? void 0 : Mo.conclusionStatus) === "Over" ? (n(), a(U, { key: 0 }, [
5558
- t("div", b2, [
5558
+ t("div", m2, [
5559
5559
  l[196] || (l[196] = t("div", null, "Fuel Oil Over-consumption", -1)),
5560
5560
  l[197] || (l[197] = t("div", null, "=", -1)),
5561
5561
  l[198] || (l[198] = t("div", null, "(d') - (e')", -1)),
@@ -5566,7 +5566,7 @@ function lv(i, l, s, D, r, d) {
5566
5566
  l[201] || (l[201] = t("div", null, "=", -1)),
5567
5567
  t("div", null, e((co = (uo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : uo.fo) == null ? void 0 : co.overCons), 1)
5568
5568
  ]),
5569
- (Ao = (yo = o == null ? void 0 : o.goodWx) == null ? void 0 : yo.inEca) != null && Ao.distance ? (n(), a("div", m2, [
5569
+ (Ao = (yo = o == null ? void 0 : o.goodWx) == null ? void 0 : yo.inEca) != null && Ao.distance ? (n(), a("div", b2, [
5570
5570
  l[203] || (l[203] = t("div", null, "Fuel Oil Over-consumption in ECA", -1)),
5571
5571
  l[204] || (l[204] = t("div", null, "=", -1)),
5572
5572
  t("div", E2, [
@@ -5575,9 +5575,9 @@ function lv(i, l, s, D, r, d) {
5575
5575
  t("div", null, e((fo = (po = s.report) == null ? void 0 : po.weather) != null && fo.noExtrapolation ? (Co = o == null ? void 0 : o.goodWx) == null ? void 0 : Co.distance : (jo = o == null ? void 0 : o.allWx) == null ? void 0 : jo.distance), 1)
5576
5576
  ]),
5577
5577
  l[205] || (l[205] = t("div", null, "=", -1)),
5578
- t("div", null, e((bo = (Uo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Uo.fo) == null ? void 0 : bo.foOverConsInEca) + " (mt)", 1)
5578
+ t("div", null, e((mo = (Uo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Uo.fo) == null ? void 0 : mo.foOverConsInEca) + " (mt)", 1)
5579
5579
  ])) : y("", !0)
5580
- ], 64)) : ((Eo = (mo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : mo.fo) == null ? void 0 : Eo.conclusionStatus) === "Saving" ? (n(), a(U, { key: 1 }, [
5580
+ ], 64)) : ((Eo = (bo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : bo.fo) == null ? void 0 : Eo.conclusionStatus) === "Saving" ? (n(), a(U, { key: 1 }, [
5581
5581
  t("div", O2, [
5582
5582
  l[206] || (l[206] = t("div", null, "Fuel Oil Saving", -1)),
5583
5583
  l[207] || (l[207] = t("div", null, "=", -1)),
@@ -5661,12 +5661,12 @@ function lv(i, l, s, D, r, d) {
5661
5661
  ]),
5662
5662
  l[228] || (l[228] = t("div", null, "x", -1)),
5663
5663
  t("div", Z2, [
5664
- t("div", null, e((bn = (Un = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Un.dgo) == null ? void 0 : bn.overTolerance), 1),
5664
+ t("div", null, e((mn = (Un = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Un.dgo) == null ? void 0 : mn.overTolerance), 1),
5665
5665
  l[226] || (l[226] = t("div", { class: "line" }, null, -1)),
5666
5666
  l[227] || (l[227] = t("div", null, "24", -1))
5667
5667
  ]),
5668
5668
  l[229] || (l[229] = t("div", null, "=", -1)),
5669
- t("div", null, e((En = (mn = o.fuelConclusion) == null ? void 0 : mn.dgo) == null ? void 0 : En.maxCons) + " (mt)", 1),
5669
+ t("div", null, e((En = (bn = o.fuelConclusion) == null ? void 0 : bn.dgo) == null ? void 0 : En.maxCons) + " (mt)", 1),
5670
5670
  l[230] || (l[230] = t("div", null, "(e'')", -1))
5671
5671
  ])
5672
5672
  ]),
@@ -5920,7 +5920,7 @@ function Uv(i, l, s, D, r, d) {
5920
5920
  ], -1)),
5921
5921
  t("tbody", null, [
5922
5922
  (n(!0), a(U, null, et((c = s.report) == null ? void 0 : c.segments, (M, I) => {
5923
- var p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H;
5923
+ var p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H;
5924
5924
  return n(), a(U, { key: I }, [
5925
5925
  t("tr", null, [
5926
5926
  t("td", av, e(I + 1), 1),
@@ -5934,8 +5934,8 @@ function Uv(i, l, s, D, r, d) {
5934
5934
  t("tr", null, [
5935
5935
  l[1] || (l[1] = t("td", { class: "label" }, "Good Weather Period", -1)),
5936
5936
  t("td", null, e(d.computePrecision((j = M == null ? void 0 : M.goodWx) == null ? void 0 : j.distance, 2, "0.0")), 1),
5937
- t("td", null, e(d.computePrecision((b = M == null ? void 0 : M.goodWx) == null ? void 0 : b.time, 2, "0.0")), 1),
5938
- t("td", null, e(d.computePrecision((m = M == null ? void 0 : M.goodWx) == null ? void 0 : m.avgSpd, 2, "0.0")), 1),
5937
+ t("td", null, e(d.computePrecision((m = M == null ? void 0 : M.goodWx) == null ? void 0 : m.time, 2, "0.0")), 1),
5938
+ t("td", null, e(d.computePrecision((b = M == null ? void 0 : M.goodWx) == null ? void 0 : b.avgSpd, 2, "0.0")), 1),
5939
5939
  t("td", null, e(d.computePrecision((f = M == null ? void 0 : M.goodWx) == null ? void 0 : f.sumFoCons, 3, "0.000")), 1),
5940
5940
  t("td", null, e(d.computePrecision((S = M == null ? void 0 : M.goodWx) == null ? void 0 : S.sumDgoCons, 3, "0.000")), 1)
5941
5941
  ]),
@@ -6125,7 +6125,7 @@ function Uv(i, l, s, D, r, d) {
6125
6125
  ]),
6126
6126
  t("tbody", jv, [
6127
6127
  (n(!0), a(U, null, et(s.inventory, (M, I) => {
6128
- var p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K;
6128
+ var p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K;
6129
6129
  return n(), a("tr", { key: I }, [
6130
6130
  t("td", {
6131
6131
  class: z(M.segLength ? "no-border-bottom" : "no-border")
@@ -6172,7 +6172,7 @@ function Uv(i, l, s, D, r, d) {
6172
6172
  r.showWave ? (n(), a("td", {
6173
6173
  key: 4,
6174
6174
  class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
6175
- }, e(M.type === "BOSP" ? "-" : ((f = (m = (b = M.meteo) == null ? void 0 : b.wave) == null ? void 0 : m.wd) == null ? void 0 : f.height) ?? "-"), 3)) : y("", !0),
6175
+ }, e(M.type === "BOSP" ? "-" : ((f = (b = (m = M.meteo) == null ? void 0 : m.wave) == null ? void 0 : b.wd) == null ? void 0 : f.height) ?? "-"), 3)) : y("", !0),
6176
6176
  r.showSwell ? (n(), a("td", {
6177
6177
  key: 5,
6178
6178
  class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
@@ -6255,8 +6255,8 @@ function Uv(i, l, s, D, r, d) {
6255
6255
  ])
6256
6256
  ]);
6257
6257
  }
6258
- const bv = /* @__PURE__ */ il(sv, [["render", Uv], ["__scopeId", "data-v-8f17d50b"]]);
6259
- const mv = {
6258
+ const mv = /* @__PURE__ */ il(sv, [["render", Uv], ["__scopeId", "data-v-8f17d50b"]]);
6259
+ const bv = {
6260
6260
  name: "OrmVoyageChart",
6261
6261
  components: { Lng: Zi, Lat: Hi },
6262
6262
  props: {
@@ -6299,7 +6299,7 @@ const mv = {
6299
6299
  this.spdFoConsChart || (this.spdFoConsChart = va(Ta.init(this.$refs.spdFoConsChart))), this.spdDgoConsChart || (this.spdDgoConsChart = va(Ta.init(this.$refs.spdDgoConsChart))), this.currChart || (this.currChart = va(Ta.init(this.$refs.currChart))), this.renderSpdConsChart(), this.renderWxCurrChart();
6300
6300
  },
6301
6301
  renderSpdConsChart() {
6302
- var u, A, Y, j, b, m;
6302
+ var u, A, Y, j, m, b;
6303
6303
  let i = [];
6304
6304
  const l = [], s = [], D = {
6305
6305
  dateTime: 0,
@@ -6699,7 +6699,7 @@ const mv = {
6699
6699
  showSymbol: !1,
6700
6700
  encode: {
6701
6701
  x: D.dateTime,
6702
- y: (b = (j = this.report) == null ? void 0 : j.weather) != null && b.believeRptDistance ? D.noonAvgSpd : D.anlyAvgSpd
6702
+ y: (m = (j = this.report) == null ? void 0 : j.weather) != null && m.believeRptDistance ? D.noonAvgSpd : D.anlyAvgSpd
6703
6703
  },
6704
6704
  lineStyle: {
6705
6705
  color: "#F44336",
@@ -6761,7 +6761,7 @@ const mv = {
6761
6761
  }
6762
6762
  ]
6763
6763
  };
6764
- (m = this.spdDgoConsChart) == null || m.setOption(C);
6764
+ (b = this.spdDgoConsChart) == null || b.setOption(C);
6765
6765
  },
6766
6766
  renderWxCurrChart() {
6767
6767
  var Y;
@@ -6779,20 +6779,20 @@ const mv = {
6779
6779
  };
6780
6780
  let r = 4;
6781
6781
  const d = this.inventory || [], c = [];
6782
- d.forEach((j, b) => {
6783
- var m, f;
6784
- b === 0 && c.push(j.utc), j.type === "EOSP" && ((m = d[b + 1]) == null ? void 0 : m.type) === "BOSP" && (c.push(j.utc), c.push((f = d[b + 1]) == null ? void 0 : f.utc)), b === d.length - 1 && c.push(j.utc);
6785
- }), c.forEach((j, b) => {
6786
- if (b % 2 === 0) {
6787
- const m = $(c[b + 1]).diff($(c[b]), "minute", !0);
6788
- for (let f = 0; f <= m + 1; f++)
6789
- l.push(this.computeUTCTime($(c[b]).clone().utc().add(f, "m").format(), "MM-DD/HHmm[Z]"));
6782
+ d.forEach((j, m) => {
6783
+ var b, f;
6784
+ m === 0 && c.push(j.utc), j.type === "EOSP" && ((b = d[m + 1]) == null ? void 0 : b.type) === "BOSP" && (c.push(j.utc), c.push((f = d[m + 1]) == null ? void 0 : f.utc)), m === d.length - 1 && c.push(j.utc);
6785
+ }), c.forEach((j, m) => {
6786
+ if (m % 2 === 0) {
6787
+ const b = $(c[m + 1]).diff($(c[m]), "minute", !0);
6788
+ for (let f = 0; f <= b + 1; f++)
6789
+ l.push(this.computeUTCTime($(c[m]).clone().utc().add(f, "m").format(), "MM-DD/HHmm[Z]"));
6790
6790
  }
6791
- }), d.forEach((j, b) => {
6791
+ }), d.forEach((j, m) => {
6792
6792
  var f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt;
6793
- const m = this.computeUTCTime(j.utc, "MM-DD/HHmm[Z]");
6794
- if (j.noon && !i.some((lt) => lt.slice(0, 5) === j.utc.slice(5, 10)) && i.push(m), b === d.length - 1 && (i = i.filter((lt) => lt.slice(0, 5) !== j.utc.slice(5, 10)), i.push(m)), r = Math.ceil(((w = (S = (f = j.meteo) == null ? void 0 : f.wave) == null ? void 0 : S.sig) == null ? void 0 : w.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([
6795
- m,
6793
+ const b = this.computeUTCTime(j.utc, "MM-DD/HHmm[Z]");
6794
+ if (j.noon && !i.some((lt) => lt.slice(0, 5) === j.utc.slice(5, 10)) && i.push(b), m === d.length - 1 && (i = i.filter((lt) => lt.slice(0, 5) !== j.utc.slice(5, 10)), i.push(b)), r = Math.ceil(((w = (S = (f = j.meteo) == null ? void 0 : f.wave) == null ? void 0 : S.sig) == null ? void 0 : w.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([
6795
+ b,
6796
6796
  ((P = j.noon) == null ? void 0 : P.windBF) || ((W = (G = j.meteo) == null ? void 0 : G.wind) == null ? void 0 : W.scale),
6797
6797
  (L = (B = j.meteo) == null ? void 0 : B.wind) == null ? void 0 : L.scale,
6798
6798
  (J = (H = j.meteo) == null ? void 0 : H.wind) == null ? void 0 : J.direction,
@@ -6801,10 +6801,10 @@ const mv = {
6801
6801
  j.dailyAvgCf ?? ((V = s[s.length - 1]) == null ? void 0 : V[D.anlyCurFct]),
6802
6802
  j.goodWx && !j.excluded ? 20 : 0,
6803
6803
  j.excluded ? 20 : 0
6804
- ]), b < d.length - 1) {
6805
- const lt = d[b + 1];
6804
+ ]), m < d.length - 1) {
6805
+ const lt = d[m + 1];
6806
6806
  s.push([
6807
- m,
6807
+ b,
6808
6808
  ((Dt = j.noon) == null ? void 0 : Dt.windBF) || ((It = (Nt = j.meteo) == null ? void 0 : Nt.wind) == null ? void 0 : It.scale),
6809
6809
  (ut = (gt = lt.meteo) == null ? void 0 : gt.wind) == null ? void 0 : ut.scale,
6810
6810
  (q = (o = lt.meteo) == null ? void 0 : o.wind) == null ? void 0 : q.direction,
@@ -6817,7 +6817,7 @@ const mv = {
6817
6817
  }
6818
6818
  });
6819
6819
  const M = Math.ceil(i.length / 10);
6820
- i = i.filter((j, b) => b === 0 || b === i.length - 1 || b % M === 0);
6820
+ i = i.filter((j, m) => m === 0 || m === i.length - 1 || m % M === 0);
6821
6821
  let I = -2.5, p = 2.5, C = 1, u = 5;
6822
6822
  I < -2.5 || p > 2.5 ? (I = Math.floor(this.findMinValue(s, 6) / 5) * 5, p = Math.ceil(this.findMaxValue(s, 6) / 5) * 5, C = Math.ceil(Math.max([Math.abs(I), Math.abs(p)]) / 5), u = Math.ceil(Math.abs(I) / C) + Math.ceil(Math.abs(p) / C)) : (C = 0.5, I = Math.floor(this.findMinValue(s, 6) / 0.5) * C, p = 2.5, u = Math.abs(I) / C + 5);
6823
6823
  const A = {
@@ -6918,7 +6918,7 @@ const mv = {
6918
6918
  show: !0
6919
6919
  },
6920
6920
  axisLabel: {
6921
- formatter: (j, b) => {
6921
+ formatter: (j, m) => {
6922
6922
  if (j >= 0)
6923
6923
  return j;
6924
6924
  }
@@ -6945,7 +6945,7 @@ const mv = {
6945
6945
  show: !0
6946
6946
  },
6947
6947
  axisLabel: {
6948
- formatter: (j, b) => {
6948
+ formatter: (j, m) => {
6949
6949
  if (j >= 0)
6950
6950
  return j;
6951
6951
  }
@@ -7135,7 +7135,7 @@ const mv = {
7135
7135
  style: { flex: "1", "text-transform": "uppercase" }
7136
7136
  }, sT = ["src"];
7137
7137
  function iT(i, l, s, D, r, d) {
7138
- var I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
7138
+ var I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V;
7139
7139
  const c = F("Lat"), M = F("Lng");
7140
7140
  return n(), a("div", Ev, [
7141
7141
  t("div", Ov, [
@@ -7184,7 +7184,7 @@ function iT(i, l, s, D, r, d) {
7184
7184
  class: "flex-end",
7185
7185
  style: { width: "140px" }
7186
7186
  }, "Departure Port", -1)),
7187
- (b = (j = s.report) == null ? void 0 : j.departure) != null && b.portName ? (n(), a("span", Jv, e((f = (m = s.report) == null ? void 0 : m.departure) == null ? void 0 : f.portName), 1)) : (n(), a("div", _v, [
7187
+ (m = (j = s.report) == null ? void 0 : j.departure) != null && m.portName ? (n(), a("span", Jv, e((f = (b = s.report) == null ? void 0 : b.departure) == null ? void 0 : f.portName), 1)) : (n(), a("div", _v, [
7188
7188
  E(c, {
7189
7189
  lat: (w = (S = s.report) == null ? void 0 : S.departure) == null ? void 0 : w.lat,
7190
7190
  label: "",
@@ -7238,7 +7238,7 @@ function iT(i, l, s, D, r, d) {
7238
7238
  l[11] || (l[11] = it('<div class="section method-section" data-v-45a20167><div class="header-block flex-center" data-v-45a20167><i class="iconfont" data-v-45a20167></i><div class="title" data-v-45a20167>Charter Party Compliance Analysis Methodology</div></div><div class="method-block" data-v-45a20167><div class="method-title" data-v-45a20167>1. Good Weather Method</div><div class="method-body" data-v-45a20167> Ship Performance is assessed based on the Good Weather Method as set out by The Didymi[1987] 2 Lloyd&#39;s Rep 166 and The Gas Enterprise [1993] 2 Lloyd&#39;s Rep. 352. <br data-v-45a20167> The vessel&#39;s performance in good weather conditions stipulated in the Charter Party is analyzed taking into account the average speed and the current factor during good weather periods, unless otherwise stipulated. <br data-v-45a20167> A “day” is taken to be the period of time between consecutive daily noon positions: each day is categorized as a &quot;good weather day&quot; or &quot;adverse weather day&quot; according to the good weather definition stipulated in the Charter Party. </div></div><div class="method-block" data-v-45a20167><div class="method-title" data-v-45a20167>2. Damage assessment due to ship under-performance</div><div class="method-body" data-v-45a20167> Speed and Consumption Calculation applies allowed time and allowed consumption calculated based on cp speed and consumption in good weather conditions. Complying with maritime arbitration standards, time loss and over/under-consumption is not calculated when there are no good weather days. </div></div><div class="method-block" data-v-45a20167><div class="method-title" data-v-45a20167>3. Logbooks description vs. Analysis</div><div class="method-body" data-v-45a20167> To complete the Good Weather Analysis method requests daily noon positions (including time, distance, weather, seas, bunker consumption, etc.) from the Master, which are to be inspected in evaluation reports. We will apply our analyzed distances. Weather and sea conditions in reports represent our verified weather data. </div></div><div class="method-block" data-v-45a20167><div class="method-title" data-v-45a20167>4. “About”</div><div class="method-body" data-v-45a20167> Complying with arbitration standards, the speed calculation applies an allowance when an “about” is included with the speed warranty. <br data-v-45a20167> As per the High Court decision on The Gaz Energy (2012) 852 LMLN 2 a plus 5% tolerance in over-consumption calculation and a minus 5% tolerance in under-consumption are employed respectively when an “about” is included with the consumption warranty, unless otherwise stipulated. </div></div><div class="method-block" data-v-45a20167><div class="method-title" data-v-45a20167>5. Bunker Analysis Methodology for Bunker Type Switch-Over</div><div class="method-body" data-v-45a20167> The following methodology will be applied to analyze bunker consumption when the bunker type is switched over, such as in ECA/SECA zone. <br data-v-45a20167> 5-1 DO/GO consumption in the switch over period will be compared to the charter party warranted IFO figure. <br data-v-45a20167> 5-2 Considering DO/GO consumption in the switch over period the amount of DO/GO consumed will initially be compared to the DO/GO warranted figure; the remaining DO/GO consumed in the switch over period will then be compared to the warranted IFO figure. In cases of partial steaming Days, the DO/GO consumed will be converted basis a calculation for hourly consumption. </div><div class="method-block" data-v-45a20167><div class="method-title" data-v-45a20167>6. Further reference materials</div><div class="method-body" data-v-45a20167>Please send mail to <a href="mailto:op@ormwx.com" data-v-45a20167>op@ormwx.com</a>.</div></div></div></div>', 1))
7239
7239
  ]);
7240
7240
  }
7241
- const oT = /* @__PURE__ */ il(mv, [["render", iT], ["__scopeId", "data-v-45a20167"]]);
7241
+ const oT = /* @__PURE__ */ il(bv, [["render", iT], ["__scopeId", "data-v-45a20167"]]);
7242
7242
  const nT = {
7243
7243
  name: "OrmVoyageEmail",
7244
7244
  props: {
@@ -7321,7 +7321,7 @@ const MT = {
7321
7321
  components: {
7322
7322
  Brand: cs,
7323
7323
  VoySummary: ev,
7324
- Inventory: bv,
7324
+ Inventory: mv,
7325
7325
  Chart: oT,
7326
7326
  Email: rT,
7327
7327
  Loading: xa
@@ -7391,7 +7391,7 @@ function DT(i, l, s, D, r, d) {
7391
7391
  }, null, 8, ["issued"]),
7392
7392
  E(M, {
7393
7393
  loading: r.loading,
7394
- onTimeout: l[0] || (l[0] = (b) => r.loading = !1)
7394
+ onTimeout: l[0] || (l[0] = (m) => r.loading = !1)
7395
7395
  }, null, 8, ["loading"]),
7396
7396
  E(I, {
7397
7397
  report: s.report,
@@ -7537,12 +7537,12 @@ const yT = {
7537
7537
  }, AT = { class: "invoice-report" }, vT = { class: "section items-section" }, TT = { class: "flex-start" }, xT = ["innerHTML"], zT = { class: "flex-space" }, pT = { class: "invoice-item" }, fT = {
7538
7538
  key: 0,
7539
7539
  class: "invoice-item"
7540
- }, CT = ["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 = {
7540
+ }, CT = ["colspan"], jT = ["colspan"], UT = ["colspan"], mT = { class: "total" }, bT = ["colspan"], ET = { class: "total" }, OT = ["colspan"], wT = { class: "total" }, YT = { key: 1 }, ST = ["colspan"], QT = { class: "total" }, kT = {
7541
7541
  key: 0,
7542
7542
  class: "memo-block"
7543
7543
  }, 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" };
7544
7544
  function $T(i, l, s, D, r, d) {
7545
- var M, I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt;
7545
+ var M, I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt;
7546
7546
  const c = F("IdmBrand");
7547
7547
  return n(), a("div", AT, [
7548
7548
  E(c, {
@@ -7580,10 +7580,10 @@ function $T(i, l, s, D, r, d) {
7580
7580
  ], -1)),
7581
7581
  t("tbody", null, [
7582
7582
  (n(!0), a(U, null, et(r.reservations4Route, (ot, Tt) => {
7583
- var zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt;
7583
+ var zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt;
7584
7584
  return n(), a("tr", { key: Tt }, [
7585
7585
  t("td", null, e((vt = (pt = (zt = ot.props) == null ? void 0 : zt[0]) == null ? void 0 : pt.voyage) == null ? void 0 : vt.number), 1),
7586
- t("td", null, e(((Et = (mt = (bt = ot.props) == null ? void 0 : bt[0]) == null ? void 0 : mt.voyage) == null ? void 0 : Et.voyNum) || "-"), 1),
7586
+ t("td", null, e(((Et = (bt = (mt = ot.props) == null ? void 0 : mt[0]) == null ? void 0 : bt.voyage) == null ? void 0 : Et.voyNum) || "-"), 1),
7587
7587
  t("td", null, e((Yt = (wt = (Ot = ot.props) == null ? void 0 : Ot[0]) == null ? void 0 : wt.vessel) == null ? void 0 : Yt.name), 1),
7588
7588
  t("td", null, e((kt = (Qt = (St = ot.props) == null ? void 0 : St[0]) == null ? void 0 : Qt.voyage) == null ? void 0 : kt.loadCondition), 1),
7589
7589
  t("td", null, e((Ft = (Rt = (ht = ot.props) == null ? void 0 : ht[0]) == null ? void 0 : Rt.departure) == null ? void 0 : Ft.name), 1),
@@ -7621,28 +7621,28 @@ function $T(i, l, s, D, r, d) {
7621
7621
  t("td", { colspan: r.maxColspans }, l[4] || (l[4] = [
7622
7622
  t("span", null, "Total in USD", -1)
7623
7623
  ]), 8, UT),
7624
- t("td", bT, [
7624
+ t("td", mT, [
7625
7625
  t("span", null, e(`$${r.totalInUS}`), 1)
7626
7626
  ])
7627
7627
  ]),
7628
7628
  t("tr", null, [
7629
7629
  t("td", { colspan: r.maxColspans }, l[5] || (l[5] = [
7630
7630
  t("span", null, "Exchange Rate", -1)
7631
- ]), 8, mT),
7631
+ ]), 8, bT),
7632
7632
  t("td", ET, [
7633
7633
  t("span", null, e((j = s.report) == null ? void 0 : j.rate), 1)
7634
7634
  ])
7635
7635
  ]),
7636
7636
  t("tr", null, [
7637
7637
  t("td", { colspan: r.maxColspans }, "Total in CNY", 8, OT),
7638
- t("td", wT, "¥" + e((b = s.report) == null ? void 0 : b.paymentAmount), 1)
7638
+ t("td", wT, "¥" + e((m = s.report) == null ? void 0 : m.paymentAmount), 1)
7639
7639
  ])
7640
7640
  ], 64)) : (n(), a("tr", YT, [
7641
7641
  t("td", { colspan: r.maxColspans }, l[6] || (l[6] = [
7642
7642
  t("span", null, "Total in USD", -1)
7643
7643
  ]), 8, ST),
7644
7644
  t("td", QT, [
7645
- t("span", null, e(`$${(m = s.report) == null ? void 0 : m.paymentAmount}`), 1)
7645
+ t("span", null, e(`$${(b = s.report) == null ? void 0 : b.paymentAmount}`), 1)
7646
7646
  ])
7647
7647
  ]))
7648
7648
  ])
@@ -7770,7 +7770,7 @@ const lx = {
7770
7770
  class: "memo-block"
7771
7771
  }, xx = ["innerHTML"];
7772
7772
  function zx(i, l, s, D, r, d) {
7773
- var c, M, I, p, C, u, A, Y, j, b, m, f, S;
7773
+ var c, M, I, p, C, u, A, Y, j, m, b, f, S;
7774
7774
  return n(), a("div", ex, [
7775
7775
  t("div", sx, [
7776
7776
  t("div", ix, [
@@ -7865,12 +7865,12 @@ function zx(i, l, s, D, r, d) {
7865
7865
  t("span", null, "Total in USD", -1)
7866
7866
  ]), 8, Ax),
7867
7867
  t("td", vx, [
7868
- t("span", null, e(`$${(b = s.report) == null ? void 0 : b.paymentAmount}`), 1)
7868
+ t("span", null, e(`$${(m = s.report) == null ? void 0 : m.paymentAmount}`), 1)
7869
7869
  ])
7870
7870
  ]))
7871
7871
  ])
7872
7872
  ]),
7873
- (m = s.report) != null && m.memo ? (n(), a("div", Tx, [
7873
+ (b = s.report) != null && b.memo ? (n(), a("div", Tx, [
7874
7874
  l[7] || (l[7] = t("div", {
7875
7875
  class: "invoice-item",
7876
7876
  style: { "font-weight": "600" }
@@ -7996,13 +7996,13 @@ const Ux = {
7996
7996
  this.$emit("select", i);
7997
7997
  }
7998
7998
  }
7999
- }, bx = { class: "idm-editable-item" }, mx = ["innerHTML"], Ex = {
7999
+ }, mx = { class: "idm-editable-item" }, bx = ["innerHTML"], Ex = {
8000
8000
  key: 3,
8001
8001
  class: "buttons"
8002
8002
  };
8003
8003
  function Ox(i, l, s, D, r, d) {
8004
- const c = F("ElTag"), M = F("ElInput"), I = F("IdmEditor"), p = F("ElInputNumber"), C = F("ElDatePicker"), u = F("ElOption"), A = F("ElSelect"), Y = F("ElRadio"), j = F("ElRadioGroup"), b = F("ElCheckbox"), m = F("ElCheckboxGroup"), f = F("Edit"), S = F("ElIcon"), w = F("ElButton"), Q = F("Close");
8005
- return n(), a("div", bx, [
8004
+ const c = F("ElTag"), M = F("ElInput"), I = F("IdmEditor"), p = F("ElInputNumber"), C = F("ElDatePicker"), u = F("ElOption"), A = F("ElSelect"), Y = F("ElRadio"), j = F("ElRadioGroup"), m = F("ElCheckbox"), b = F("ElCheckboxGroup"), f = F("Edit"), S = F("ElIcon"), w = F("ElButton"), Q = F("Close");
8005
+ return n(), a("div", mx, [
8006
8006
  t("div", {
8007
8007
  class: "group",
8008
8008
  style: ti({ justifyContent: s.align })
@@ -8152,7 +8152,7 @@ function Ox(i, l, s, D, r, d) {
8152
8152
  ]),
8153
8153
  _: 1
8154
8154
  }, 8, ["modelValue", "size", "onChange"])) : y("", !0),
8155
- s.type === "checkbox" ? (n(), ol(m, {
8155
+ s.type === "checkbox" ? (n(), ol(b, {
8156
8156
  key: 10,
8157
8157
  modelValue: r.model,
8158
8158
  "onUpdate:modelValue": l[12] || (l[12] = (v) => r.model = v),
@@ -8162,7 +8162,7 @@ function Ox(i, l, s, D, r, d) {
8162
8162
  onChange: d.handleCommit
8163
8163
  }, {
8164
8164
  default: ds(() => [
8165
- (n(!0), a(U, null, et(s.checkboxs, (v) => (n(), ol(b, {
8165
+ (n(!0), a(U, null, et(s.checkboxs, (v) => (n(), ol(m, {
8166
8166
  key: v.label,
8167
8167
  label: v.value
8168
8168
  }, {
@@ -8206,7 +8206,7 @@ function Ox(i, l, s, D, r, d) {
8206
8206
  }, e(d.computeUtcTime(s.value, s.format)), 33)) : s.type === "richText" ? (n(), a("div", {
8207
8207
  key: 1,
8208
8208
  innerHTML: s.value || ""
8209
- }, null, 8, mx)) : (n(), a("span", {
8209
+ }, null, 8, bx)) : (n(), a("span", {
8210
8210
  key: 2,
8211
8211
  onDblclick: l[1] || (l[1] = (...v) => d.handleEdit && d.handleEdit(...v))
8212
8212
  }, [
@@ -8442,7 +8442,7 @@ const wx = {
8442
8442
  }, Hx = { class: "section summary-section" }, Jx = { class: "border-solid" }, _x = { class: "cp" }, Xx = {
8443
8443
  class: "flex-between",
8444
8444
  style: { padding: "6px 0" }
8445
- }, 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 }, az = { key: 1 }, dz = { 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" }, fz = { class: "value flex-end" }, Cz = { 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 = {
8445
+ }, 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 }, az = { key: 1 }, dz = { 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" }, fz = { class: "value flex-end" }, Cz = { key: 0 }, jz = { class: "gain" }, Uz = { key: 1 }, mz = { class: "lost" }, bz = { 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 = {
8446
8446
  key: 0,
8447
8447
  class: ""
8448
8448
  }, Fz = ["innerHTML"], Vz = { key: 1 }, Pz = { class: "section deviation-info-section" }, Gz = { key: 0 }, Wz = { key: 1 }, Bz = {
@@ -8467,12 +8467,12 @@ const wx = {
8467
8467
  }, 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" }, fp = { class: "fuel-block flex-between border-dashed" }, Cp = {
8468
8468
  key: 0,
8469
8469
  class: "formula-block"
8470
- }, 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" }, a4 = { class: "fraction flex-center" }, d4 = {
8470
+ }, jp = { class: "flex-start" }, Up = { class: "fraction flex-center" }, mp = { class: "content" }, bp = { 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" }, a4 = { class: "fraction flex-center" }, d4 = {
8471
8471
  key: 1,
8472
8472
  class: "formula-block"
8473
- }, 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" }, f4 = { class: "fraction flex-center" }, C4 = { 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"];
8473
+ }, 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" }, f4 = { class: "fraction flex-center" }, C4 = { class: "fraction flex-center" }, j4 = { class: "fraction flex-center" }, U4 = { class: "flex-start" }, m4 = { class: "fraction flex-center" }, b4 = { 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"];
8474
8474
  function J4(i, l, s, D, r, d) {
8475
- var C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi;
8475
+ var C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, ms, bs, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi;
8476
8476
  const c = F("IdmBrand"), M = F("Editor"), I = F("EditableItem"), p = F("ElButton");
8477
8477
  return n(), a("div", Yx, [
8478
8478
  E(c, { name: "Voyage Deviation Report" }),
@@ -8488,7 +8488,7 @@ function J4(i, l, s, D, r, d) {
8488
8488
  t("div", null, [
8489
8489
  t("span", null, e((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.name), 1),
8490
8490
  l[12] || (l[12] = g(" , ")),
8491
- t("span", Fx, e(d.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)
8491
+ t("span", Fx, e(d.computeUTCTime(((j = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : j.atd) || ((b = (m = s.report) == null ? void 0 : m.departure) == null ? void 0 : b.etd))), 1)
8492
8492
  ])
8493
8493
  ])
8494
8494
  ]),
@@ -8547,7 +8547,7 @@ function J4(i, l, s, D, r, d) {
8547
8547
  t("span", null, e(((at = (q = s.report) == null ? void 0 : q.cp) == null ? void 0 : at.speed) ?? "—"), 1),
8548
8548
  s.report.useWeather ? (n(), a("span", $x, [
8549
8549
  l[19] || (l[19] = g(" | ")),
8550
- (ct = (rt = (dt = s.report) == null ? void 0 : dt.extend) == null ? void 0 : rt.spdAbt) != null && ct.spdPercentage ? (n(), a("span", tz, "+" + e((xt = (lt = (yt = s.report) == null ? void 0 : yt.extend) == null ? void 0 : lt.spdAbt) == null ? void 0 : xt.spdOfOver) + "% , -" + e((zt = (Tt = (ot = s.report) == null ? void 0 : ot.extend) == null ? void 0 : Tt.spdAbt) == null ? void 0 : zt.spdOfUnder) + "%", 1)) : (n(), a("span", lz, "+" + e((bt = (vt = (pt = s.report) == null ? void 0 : pt.extend) == null ? void 0 : vt.spdAbt) == null ? void 0 : bt.abt4SpdOver) + " , -" + e((Ot = (Et = (mt = s.report) == null ? void 0 : mt.extend) == null ? void 0 : Et.spdAbt) == null ? void 0 : Ot.abt4SpdUnder), 1))
8550
+ (ct = (rt = (dt = s.report) == null ? void 0 : dt.extend) == null ? void 0 : rt.spdAbt) != null && ct.spdPercentage ? (n(), a("span", tz, "+" + e((xt = (lt = (yt = s.report) == null ? void 0 : yt.extend) == null ? void 0 : lt.spdAbt) == null ? void 0 : xt.spdOfOver) + "% , -" + e((zt = (Tt = (ot = s.report) == null ? void 0 : ot.extend) == null ? void 0 : Tt.spdAbt) == null ? void 0 : zt.spdOfUnder) + "%", 1)) : (n(), a("span", lz, "+" + e((mt = (vt = (pt = s.report) == null ? void 0 : pt.extend) == null ? void 0 : vt.spdAbt) == null ? void 0 : mt.abt4SpdOver) + " , -" + e((Ot = (Et = (bt = s.report) == null ? void 0 : bt.extend) == null ? void 0 : Et.spdAbt) == null ? void 0 : Ot.abt4SpdUnder), 1))
8551
8551
  ])) : y("", !0)
8552
8552
  ]),
8553
8553
  t("td", null, [
@@ -8602,13 +8602,13 @@ function J4(i, l, s, D, r, d) {
8602
8602
  t("div", fz, [
8603
8603
  ((Ul = (jl = (Cl = s.report) == null ? void 0 : Cl.consAnalysis) == null ? void 0 : jl.fo) == null ? void 0 : Ul.totalExtraCons) < 0 ? (n(), a("div", Cz, [
8604
8604
  l[34] || (l[34] = t("i", { class: "iconfont gain" }, "", -1)),
8605
- 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),
8605
+ t("span", jz, e(Math.abs((El = (bl = (ml = s.report) == null ? void 0 : ml.consAnalysis) == null ? void 0 : bl.fo) == null ? void 0 : El.totalExtraCons)), 1),
8606
8606
  l[35] || (l[35] = t("span", { class: "unit" }, "mt", -1))
8607
8607
  ])) : ((O = (wl = (Ol = s.report) == null ? void 0 : Ol.consAnalysis) == null ? void 0 : wl.fo) == null ? void 0 : O.totalExtraCons) >= 0 ? (n(), a("div", Uz, [
8608
8608
  l[36] || (l[36] = t("i", { class: "iconfont lost" }, "", -1)),
8609
- t("span", bz, e(Math.abs((hl = (kl = (Ql = s.report) == null ? void 0 : Ql.consAnalysis) == null ? void 0 : kl.fo) == null ? void 0 : hl.totalExtraCons)), 1),
8609
+ t("span", mz, e(Math.abs((hl = (kl = (Ql = s.report) == null ? void 0 : Ql.consAnalysis) == null ? void 0 : kl.fo) == null ? void 0 : hl.totalExtraCons)), 1),
8610
8610
  l[37] || (l[37] = t("span", { class: "unit" }, "mt", -1))
8611
- ])) : (n(), a("div", mz, "N/A"))
8611
+ ])) : (n(), a("div", bz, "N/A"))
8612
8612
  ])
8613
8613
  ]),
8614
8614
  t("div", Ez, [
@@ -8854,7 +8854,7 @@ function J4(i, l, s, D, r, d) {
8854
8854
  ]),
8855
8855
  t("tbody", null, [
8856
8856
  (n(!0), a(U, null, et(r.extraPortList, (st, as) => {
8857
- var zi, pi, fi, Ci, ji, Ui, bi, mi;
8857
+ var zi, pi, fi, Ci, ji, Ui, mi, bi;
8858
8858
  return n(), a(U, { key: as }, [
8859
8859
  t("tr", null, [
8860
8860
  t("td", Hz, [
@@ -8958,7 +8958,7 @@ function J4(i, l, s, D, r, d) {
8958
8958
  t("td", null, [
8959
8959
  E(I, {
8960
8960
  class: "editable-item",
8961
- value: (bi = st == null ? void 0 : st.departure) == null ? void 0 : bi.bunkeringFo,
8961
+ value: (mi = st == null ? void 0 : st.departure) == null ? void 0 : mi.bunkeringFo,
8962
8962
  iconable: !1,
8963
8963
  size: "small",
8964
8964
  type: "alphanumeric",
@@ -8969,7 +8969,7 @@ function J4(i, l, s, D, r, d) {
8969
8969
  t("td", null, [
8970
8970
  E(I, {
8971
8971
  class: "editable-item",
8972
- value: (mi = st == null ? void 0 : st.departure) == null ? void 0 : mi.bunkeringDgo,
8972
+ value: (bi = st == null ? void 0 : st.departure) == null ? void 0 : bi.bunkeringDgo,
8973
8973
  iconable: !1,
8974
8974
  size: "small",
8975
8975
  type: "alphanumeric",
@@ -9058,9 +9058,9 @@ function J4(i, l, s, D, r, d) {
9058
9058
  ]),
9059
9059
  t("div", ap, [
9060
9060
  l[82] || (l[82] = it('<div class="fraction flex-center" data-v-79be3d47>Total extra Time</div><div class="sig" data-v-79be3d47>=</div><div class="fraction flex-center" data-v-79be3d47>Time for extra distance sailing</div><div class="sig" data-v-79be3d47>+</div><div class="fraction flex-center" data-v-79be3d47>Time spent in extra port</div><div class="sig" data-v-79be3d47>=</div>', 6)),
9061
- t("div", dp, e((be = (Ue = s.report) == null ? void 0 : Ue.timeAnalysis) == null ? void 0 : be.sailingTime), 1),
9061
+ t("div", dp, e((me = (Ue = s.report) == null ? void 0 : Ue.timeAnalysis) == null ? void 0 : me.sailingTime), 1),
9062
9062
  l[83] || (l[83] = t("div", { class: "sig" }, "+", -1)),
9063
- t("div", rp, e(d.computeNum((Ee = (me = s.report) == null ? void 0 : me.timeAnalysis) == null ? void 0 : Ee.portTime)), 1),
9063
+ t("div", rp, e(d.computeNum((Ee = (be = s.report) == null ? void 0 : be.timeAnalysis) == null ? void 0 : Ee.portTime)), 1),
9064
9064
  l[84] || (l[84] = t("div", { class: "sig" }, "=", -1)),
9065
9065
  t("div", Mp, e((we = (Oe = s.report) == null ? void 0 : Oe.timeAnalysis) == null ? void 0 : we.totalExtraTime) + " (hrs)", 1)
9066
9066
  ])
@@ -9104,10 +9104,10 @@ function J4(i, l, s, D, r, d) {
9104
9104
  l[104] || (l[104] = t("div", { class: "fraction flex-center" }, "FO Consumption for extra distance sailing", -1)),
9105
9105
  l[105] || (l[105] = t("div", { class: "sig" }, "=", -1)),
9106
9106
  t("div", Up, [
9107
- t("div", bp, [
9107
+ t("div", mp, [
9108
9108
  l[97] || (l[97] = t("div", null, "Extra Distance", -1)),
9109
9109
  l[98] || (l[98] = t("div", { class: "line" }, null, -1)),
9110
- s.report.useWeather ? (n(), a("div", mp, "CP Speed - About")) : (n(), a("div", Ep, "CP Speed"))
9110
+ s.report.useWeather ? (n(), a("div", bp, "CP Speed - About")) : (n(), a("div", Ep, "CP Speed"))
9111
9111
  ])
9112
9112
  ]),
9113
9113
  l[106] || (l[106] = t("div", { class: "sig" }, "x", -1)),
@@ -9174,13 +9174,13 @@ function J4(i, l, s, D, r, d) {
9174
9174
  l[124] || (l[124] = t("div", { class: "sig" }, "×", -1)),
9175
9175
  t("div", l4, [
9176
9176
  t("div", e4, [
9177
- t("div", null, e((bs = (Us = s.report) == null ? void 0 : Us.extend) == null ? void 0 : bs.cpDgoCons), 1),
9177
+ t("div", null, e((ms = (Us = s.report) == null ? void 0 : Us.extend) == null ? void 0 : ms.cpDgoCons), 1),
9178
9178
  l[118] || (l[118] = t("div", { class: "line" }, null, -1)),
9179
9179
  l[119] || (l[119] = t("div", null, "24", -1))
9180
9180
  ])
9181
9181
  ]),
9182
9182
  l[125] || (l[125] = t("div", { class: "sig" }, "=", -1)),
9183
- t("div", s4, e((Os = (Es = (ms = s.report) == null ? void 0 : ms.consAnalysis) == null ? void 0 : Es.dgo) == null ? void 0 : Os.sailingCons) + " (mt)", 1)
9183
+ t("div", s4, e((Os = (Es = (bs = s.report) == null ? void 0 : bs.consAnalysis) == null ? void 0 : Es.dgo) == null ? void 0 : Os.sailingCons) + " (mt)", 1)
9184
9184
  ]),
9185
9185
  t("div", i4, [
9186
9186
  l[126] || (l[126] = it('<div class="fraction flex-center" data-v-79be3d47>MGO Total Extra Consumption</div><div class="sig" data-v-79be3d47>=</div><div class="fraction flex-center" data-v-79be3d47>MGO Consumption for extra distance sailing</div><div class="sig" data-v-79be3d47>+</div><div class="fraction flex-center" data-v-79be3d47>MGO Consumption in extra port</div><div class="sig" data-v-79be3d47>=</div>', 6)),
@@ -9239,8 +9239,8 @@ function J4(i, l, s, D, r, d) {
9239
9239
  t("div", U4, [
9240
9240
  l[152] || (l[152] = t("div", { class: "fraction flex-center" }, "MGO Consumption for Route prior to deviation sailing", -1)),
9241
9241
  l[153] || (l[153] = t("div", { class: "sig" }, "=", -1)),
9242
- t("div", b4, [
9243
- t("div", m4, [
9242
+ t("div", m4, [
9243
+ t("div", b4, [
9244
9244
  l[145] || (l[145] = t("div", null, "Route prior to deviation Distance", -1)),
9245
9245
  l[146] || (l[146] = t("div", { class: "line" }, null, -1)),
9246
9246
  s.report.useWeather ? (n(), a("div", E4, "CP Speed - About")) : (n(), a("div", O4, "CP Speed"))
@@ -9468,73 +9468,73 @@ const X4 = {
9468
9468
  }, K4 = { class: "deviation-report" }, q4 = { class: "report-header" }, $4 = {
9469
9469
  class: "header-title",
9470
9470
  style: { position: "relative !important" }
9471
- }, tf = { class: "header-title-content" }, lf = { class: "title-date" }, ef = { class: "report-summary" }, sf = { class: "summary-item" }, of = { class: "flexL gray" }, nf = { class: "summary-item" }, af = { class: "flexL gray" }, df = { class: "summary-item" }, rf = { class: "flexL gray" }, Mf = { class: "summary-item" }, Df = { class: "flexL gray" }, Nf = { class: "summary-item" }, If = {
9471
+ }, t3 = { class: "header-title-content" }, l3 = { class: "title-date" }, e3 = { class: "report-summary" }, s3 = { class: "summary-item" }, i3 = { class: "flexL gray" }, o3 = { class: "summary-item" }, n3 = { class: "flexL gray" }, a3 = { class: "summary-item" }, d3 = { class: "flexL gray" }, r3 = { class: "summary-item" }, M3 = { class: "flexL gray" }, D3 = { class: "summary-item" }, N3 = {
9472
9472
  class: "flexL gray",
9473
9473
  style: { display: "flex" }
9474
- }, gf = { class: "flex" }, uf = { class: "flexM" }, cf = { class: "summary-item" }, yf = {
9474
+ }, I3 = { class: "flex" }, g3 = { class: "flexM" }, u3 = { class: "summary-item" }, c3 = {
9475
9475
  class: "flexL gray",
9476
9476
  style: { display: "flex" }
9477
- }, Af = { class: "flex" }, vf = { class: "flexM" }, Tf = { class: "report-summary" }, xf = { class: "summary-item" }, zf = { class: "summary-item" }, pf = { class: "summary-item" }, ff = { class: "summary-item" }, Cf = { class: "report-map" }, jf = ["src"], Uf = {
9477
+ }, 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" }, f3 = { class: "report-map" }, C3 = ["src"], j3 = {
9478
9478
  key: 0,
9479
9479
  class: "subtitle"
9480
- }, bf = {
9480
+ }, U3 = {
9481
9481
  key: 1,
9482
9482
  class: "report-summary"
9483
- }, mf = { class: "summary-item" }, Ef = {
9483
+ }, m3 = { class: "summary-item" }, b3 = {
9484
9484
  class: "blue center",
9485
9485
  style: { width: "20%" }
9486
- }, Of = {
9486
+ }, E3 = {
9487
9487
  class: "blue center",
9488
9488
  style: { width: "17%" }
9489
- }, wf = { class: "flex blue center" }, Yf = { class: "flex blue center" }, Sf = { class: "summary-item" }, Qf = {
9489
+ }, O3 = { class: "flex blue center" }, w3 = { class: "flex blue center" }, Y3 = { class: "summary-item" }, S3 = {
9490
9490
  class: "blue center",
9491
9491
  style: { width: "20%" }
9492
- }, kf = {
9492
+ }, Q3 = {
9493
9493
  class: "blue center",
9494
9494
  style: { width: "17%" }
9495
- }, hf = { class: "flex blue center" }, Rf = { class: "flex blue center" }, Ff = { class: "flex blue center" }, Vf = { class: "flex blue center" }, Pf = { class: "summary-item" }, Gf = {
9495
+ }, k3 = { class: "flex blue center" }, h3 = { class: "flex blue center" }, R3 = { class: "flex blue center" }, F3 = { class: "flex blue center" }, V3 = { class: "summary-item" }, P3 = {
9496
9496
  class: "blue center",
9497
9497
  style: { width: "17%" }
9498
- }, Wf = { class: "flex blue center" }, Bf = { class: "flex blue center" }, Lf = { class: "report-summary" }, Zf = { class: "summary-item" }, Hf = { class: "flexL blue center" }, Jf = { class: "summary-item" }, _f = { class: "flexL blue center" }, Xf = { class: "summary-item" }, Kf = { class: "flexL blue center" }, qf = { class: "subtitle port" }, $f = { class: "print-hidden" }, t3 = { class: "report-port" }, l3 = { rowspan: 2 }, e3 = {
9498
+ }, G3 = { class: "flex blue center" }, W3 = { class: "flex blue center" }, B3 = { class: "report-summary" }, L3 = { class: "summary-item" }, Z3 = { class: "flexL blue center" }, H3 = { class: "summary-item" }, J3 = { class: "flexL blue center" }, _3 = { class: "summary-item" }, X3 = { class: "flexL blue center" }, K3 = { class: "subtitle port" }, q3 = { class: "print-hidden" }, $3 = { class: "report-port" }, tf = { rowspan: 2 }, lf = {
9499
9499
  rowspan: 2,
9500
9500
  class: "print-hidden"
9501
- }, s3 = { class: "report-summary" }, i3 = { class: "summary-item" }, o3 = { class: "flex blue center" }, n3 = { class: "flex blue center" }, a3 = { class: "summary-item" }, d3 = { class: "flex blue center" }, r3 = {
9501
+ }, ef = { class: "report-summary" }, sf = { class: "summary-item" }, of = { class: "flex blue center" }, nf = { class: "flex blue center" }, af = { class: "summary-item" }, df = { class: "flex blue center" }, rf = {
9502
9502
  key: 2,
9503
9503
  class: "report-formular"
9504
- }, M3 = { class: "equation" }, D3 = {
9504
+ }, Mf = { class: "equation" }, Df = {
9505
9505
  class: "function",
9506
9506
  style: { width: "20%" }
9507
- }, N3 = { style: { width: "10%" } }, I3 = { class: "equation" }, g3 = { style: { width: "5%" } }, u3 = { style: { width: "8%" } }, c3 = { style: { width: "4%" } }, y3 = {
9507
+ }, Nf = { style: { width: "10%" } }, If = { class: "equation" }, gf = { style: { width: "5%" } }, uf = { style: { width: "8%" } }, cf = { style: { width: "4%" } }, yf = {
9508
9508
  key: 3,
9509
9509
  class: "report-formular"
9510
- }, A3 = { class: "equation" }, v3 = {
9510
+ }, Af = { class: "equation" }, vf = {
9511
9511
  class: "function",
9512
9512
  style: { width: "20%" }
9513
- }, T3 = { style: { width: "10%" } }, x3 = {
9513
+ }, Tf = { style: { width: "10%" } }, xf = {
9514
9514
  key: 0,
9515
9515
  class: "equation"
9516
- }, z3 = { style: { width: "5%" } }, p3 = { style: { width: "5%" } }, f3 = { style: { width: "5%" } }, C3 = {
9516
+ }, zf = { style: { width: "5%" } }, pf = { style: { width: "5%" } }, ff = { style: { width: "5%" } }, Cf = {
9517
9517
  key: 1,
9518
9518
  class: "equation"
9519
- }, j3 = { style: { width: "5%" } }, U3 = { style: { width: "5%" } }, b3 = { style: { width: "5%" } }, m3 = { style: { width: "5%" } }, E3 = {
9519
+ }, jf = { style: { width: "5%" } }, Uf = { style: { width: "5%" } }, mf = { style: { width: "5%" } }, bf = { style: { width: "5%" } }, Ef = {
9520
9520
  key: 4,
9521
9521
  class: "report-summary"
9522
- }, O3 = { class: "summary-item" }, w3 = { class: "flex blue center" }, Y3 = { class: "summary-item" }, S3 = { class: "flex blue center" }, Q3 = { class: "summary-item" }, k3 = { class: "flex blue center" }, h3 = {
9522
+ }, Of = { class: "summary-item" }, wf = { class: "flex blue center" }, Yf = { class: "summary-item" }, Sf = { class: "flex blue center" }, Qf = { class: "summary-item" }, kf = { class: "flex blue center" }, hf = {
9523
9523
  key: 5,
9524
9524
  class: "report-summary"
9525
- }, R3 = { class: "summary-item" }, F3 = { class: "flex blue center" }, V3 = { class: "summary-item" }, P3 = { class: "flex blue center" }, G3 = {
9525
+ }, Rf = { class: "summary-item" }, Ff = { class: "flex blue center" }, Vf = { class: "summary-item" }, Pf = { class: "flex blue center" }, Gf = {
9526
9526
  key: 0,
9527
9527
  class: "summary-item"
9528
- }, W3 = { class: "flex blue center" }, B3 = { class: "summary-item" }, L3 = { class: "flex blue center" }, Z3 = {
9528
+ }, Wf = { class: "flex blue center" }, Bf = { class: "summary-item" }, Lf = { class: "flex blue center" }, Zf = {
9529
9529
  key: 6,
9530
9530
  class: "report-formular"
9531
- }, H3 = { class: "equation" }, J3 = {
9531
+ }, Hf = { class: "equation" }, Jf = {
9532
9532
  class: "function",
9533
9533
  style: { width: "5%" }
9534
- }, _3 = {
9534
+ }, _f = {
9535
9535
  class: "function",
9536
9536
  style: { width: "5%" }
9537
- }, X3 = { style: { width: "5%" } }, K3 = { class: "equation" }, q3 = { style: { width: "5%" } }, $3 = { style: { width: "5%" } }, tC = { style: { width: "5%" } }, lC = { class: "equation" }, eC = {
9537
+ }, Xf = { style: { width: "5%" } }, Kf = { class: "equation" }, qf = { style: { width: "5%" } }, $f = { style: { width: "5%" } }, tC = { style: { width: "5%" } }, lC = { class: "equation" }, eC = {
9538
9538
  class: "function",
9539
9539
  style: { width: "5%" }
9540
9540
  }, sC = {
@@ -9564,7 +9564,7 @@ const X4 = {
9564
9564
  }, pC = { style: { width: "5%" } }, fC = { style: { width: "5%" } }, CC = { style: { width: "5%" } }, jC = { style: { width: "5%" } }, UC = {
9565
9565
  key: 2,
9566
9566
  class: "equation"
9567
- }, bC = { style: { width: "5%" } }, mC = { style: { width: "5%" } }, EC = { style: { width: "5%" } }, OC = {
9567
+ }, mC = { style: { width: "5%" } }, bC = { style: { width: "5%" } }, EC = { style: { width: "5%" } }, OC = {
9568
9568
  key: 3,
9569
9569
  class: "equation"
9570
9570
  }, wC = { style: { width: "5%" } }, YC = { style: { width: "5%" } }, SC = { style: { width: "5%" } }, QC = { style: { width: "5%" } }, kC = {
@@ -9578,7 +9578,7 @@ const X4 = {
9578
9578
  class: "summary-item"
9579
9579
  }, qC = { class: "flex blue center" }, $C = { class: "flex blue center" }, tj = { class: "summary-item" }, lj = ["innerHTML"];
9580
9580
  function ej(i, l, s, D, r, d) {
9581
- var u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, fi, Ci, ji, Ui, bi, mi, ul, Ei, Oi, wi, Yi;
9581
+ var u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, ms, bs, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, fi, Ci, ji, Ui, mi, bi, ul, Ei, Oi, wi, Yi;
9582
9582
  const c = F("EditableItem"), M = F("CirclePlus"), I = F("ElIcon"), p = F("Remove"), C = F("Editor");
9583
9583
  return n(), a("div", K4, [
9584
9584
  l[140] || (l[140] = t("div", { class: "report-bg" }, [
@@ -9586,65 +9586,65 @@ function ej(i, l, s, D, r, d) {
9586
9586
  ], -1)),
9587
9587
  t("div", q4, [
9588
9588
  t("div", $4, [
9589
- t("div", tf, [
9589
+ t("div", t3, [
9590
9590
  l[11] || (l[11] = t("div", { class: "title" }, "Voyage Deviation Report", -1)),
9591
- t("div", lf, e(d.computeUTCTime((u = r.extraData) == null ? void 0 : u.createdAt, "dddd,MMM DD,YYYY")), 1)
9591
+ t("div", l3, e(d.computeUTCTime((u = r.extraData) == null ? void 0 : u.createdAt, "dddd,MMM DD,YYYY")), 1)
9592
9592
  ])
9593
9593
  ])
9594
9594
  ]),
9595
- t("div", ef, [
9596
- t("div", sf, [
9595
+ t("div", e3, [
9596
+ t("div", s3, [
9597
9597
  l[12] || (l[12] = t("label", { class: "flex gray" }, "Vessel Name", -1)),
9598
- t("div", of, e((Y = (A = r.extraData) == null ? void 0 : A.vessel) == null ? void 0 : Y.name), 1)
9598
+ t("div", i3, e((Y = (A = r.extraData) == null ? void 0 : A.vessel) == null ? void 0 : Y.name), 1)
9599
9599
  ]),
9600
- t("div", nf, [
9600
+ t("div", o3, [
9601
9601
  l[13] || (l[13] = t("label", { class: "flex gray" }, "Prepared For", -1)),
9602
- t("div", af, e((j = r.extraData) == null ? void 0 : j.preparedFor), 1)
9602
+ t("div", n3, e((j = r.extraData) == null ? void 0 : j.preparedFor), 1)
9603
9603
  ]),
9604
- t("div", df, [
9604
+ t("div", a3, [
9605
9605
  l[14] || (l[14] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
9606
- t("div", rf, e((m = (b = r.extraData) == null ? void 0 : b.vessel) == null ? void 0 : m.type), 1)
9606
+ t("div", d3, e((b = (m = r.extraData) == null ? void 0 : m.vessel) == null ? void 0 : b.type), 1)
9607
9607
  ]),
9608
- t("div", Mf, [
9608
+ t("div", r3, [
9609
9609
  l[15] || (l[15] = t("label", { class: "flex gray" }, "Reference Number", -1)),
9610
- t("div", Df, e((S = (f = r.extraData) == null ? void 0 : f.voyage) == null ? void 0 : S.number), 1)
9610
+ t("div", M3, e((S = (f = r.extraData) == null ? void 0 : f.voyage) == null ? void 0 : S.number), 1)
9611
9611
  ]),
9612
- t("div", Nf, [
9612
+ t("div", D3, [
9613
9613
  l[16] || (l[16] = t("label", { class: "flex gray" }, "Departure", -1)),
9614
- t("div", If, [
9615
- t("span", gf, e((Q = (w = r.extraData) == null ? void 0 : w.departure) == null ? void 0 : Q.name), 1),
9616
- t("span", uf, e(d.computeUTCTime(((R = (v = r.extraData) == null ? void 0 : v.departure) == null ? void 0 : R.atd) || ((G = (P = r.extraData) == null ? void 0 : P.departure) == null ? void 0 : G.etd))), 1)
9614
+ t("div", N3, [
9615
+ t("span", I3, e((Q = (w = r.extraData) == null ? void 0 : w.departure) == null ? void 0 : Q.name), 1),
9616
+ t("span", g3, e(d.computeUTCTime(((R = (v = r.extraData) == null ? void 0 : v.departure) == null ? void 0 : R.atd) || ((G = (P = r.extraData) == null ? void 0 : P.departure) == null ? void 0 : G.etd))), 1)
9617
9617
  ])
9618
9618
  ]),
9619
- t("div", cf, [
9619
+ t("div", u3, [
9620
9620
  l[17] || (l[17] = t("label", { class: "flex gray" }, "Arrival", -1)),
9621
- t("div", yf, [
9622
- t("span", Af, e((B = (W = r.extraData) == null ? void 0 : W.arrival) == null ? void 0 : B.name), 1),
9623
- t("span", vf, e(d.computeUTCTime(((H = (L = r.extraData) == null ? void 0 : L.arrival) == null ? void 0 : H.ata) || ((_ = (J = r.extraData) == null ? void 0 : J.arrival) == null ? void 0 : _.eta))), 1)
9621
+ t("div", c3, [
9622
+ t("span", y3, e((B = (W = r.extraData) == null ? void 0 : W.arrival) == null ? void 0 : B.name), 1),
9623
+ t("span", A3, e(d.computeUTCTime(((H = (L = r.extraData) == null ? void 0 : L.arrival) == null ? void 0 : H.ata) || ((_ = (J = r.extraData) == null ? void 0 : J.arrival) == null ? void 0 : _.eta))), 1)
9624
9624
  ])
9625
9625
  ])
9626
9626
  ]),
9627
9627
  l[141] || (l[141] = t("div", { class: "subtitle" }, "Report Summary", -1)),
9628
- t("div", Tf, [
9629
- t("div", xf, [
9628
+ t("div", v3, [
9629
+ t("div", T3, [
9630
9630
  l[18] || (l[18] = t("label", { class: "flex blue" }, "Extra Distance (nm)", -1)),
9631
9631
  t("div", {
9632
9632
  class: z(`${d.computeColor((X = r.extraData) == null ? void 0 : X.extraDist)} flex blue`)
9633
9633
  }, e(((K = r.extraData) == null ? void 0 : K.extraDist) ?? "—"), 3)
9634
9634
  ]),
9635
- t("div", zf, [
9635
+ t("div", x3, [
9636
9636
  l[19] || (l[19] = t("label", { class: "flex blue" }, "Total extra Time (hrs)", -1)),
9637
9637
  t("div", {
9638
9638
  class: z(`${d.computeColor((V = (tt = r.extraData) == null ? void 0 : tt.timeAnalysis) == null ? void 0 : V.totalExtraTime)} flex blue`)
9639
9639
  }, e(((Nt = (Dt = r.extraData) == null ? void 0 : Dt.timeAnalysis) == null ? void 0 : Nt.totalExtraTime) ?? "—"), 3)
9640
9640
  ]),
9641
- t("div", pf, [
9641
+ t("div", z3, [
9642
9642
  l[20] || (l[20] = t("label", { class: "flex blue" }, "FO Total extra Consumption (mt)", -1)),
9643
9643
  t("div", {
9644
9644
  class: z(`${d.computeColor((ut = (gt = (It = r.extraData) == null ? void 0 : It.consAnalysis) == null ? void 0 : gt.fo) == null ? void 0 : ut.totalExtraCons)} flex blue`)
9645
9645
  }, e(((at = (q = (o = r.extraData) == null ? void 0 : o.consAnalysis) == null ? void 0 : q.fo) == null ? void 0 : at.totalExtraCons) ?? "—"), 3)
9646
9646
  ]),
9647
- t("div", ff, [
9647
+ t("div", p3, [
9648
9648
  l[21] || (l[21] = t("label", { class: "flex blue" }, "DO/GO Total extra Consumption (mt)", -1)),
9649
9649
  t("div", {
9650
9650
  class: z(`${d.computeColor((ct = (rt = (dt = r.extraData) == null ? void 0 : dt.consAnalysis) == null ? void 0 : rt.dgo) == null ? void 0 : ct.totalExtraCons)} flex blue`)
@@ -9652,26 +9652,26 @@ function ej(i, l, s, D, r, d) {
9652
9652
  ])
9653
9653
  ]),
9654
9654
  l[142] || (l[142] = t("div", { class: "subtitle" }, "Voyage Map", -1)),
9655
- t("div", Cf, [
9655
+ t("div", f3, [
9656
9656
  t("img", {
9657
9657
  style: { width: "100%" },
9658
9658
  src: (ot = r.extraData) == null ? void 0 : ot.chartUrl,
9659
9659
  alt: ""
9660
- }, null, 8, jf),
9660
+ }, null, 8, C3),
9661
9661
  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))
9662
9662
  ]),
9663
9663
  l[143] || (l[143] = t("div", { class: "page-break" }, null, -1)),
9664
- i.isDistExtra ? y("", !0) : (n(), a("div", Uf, "Diversion Information")),
9665
- i.isDistExtra ? y("", !0) : (n(), a("div", bf, [
9664
+ i.isDistExtra ? y("", !0) : (n(), a("div", j3, "Diversion Information")),
9665
+ i.isDistExtra ? y("", !0) : (n(), a("div", U3, [
9666
9666
  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)),
9667
- t("div", mf, [
9667
+ t("div", m3, [
9668
9668
  l[23] || (l[23] = t("div", {
9669
9669
  class: "blue center",
9670
9670
  style: { width: "16%" }
9671
9671
  }, "Diversion (A)", -1)),
9672
- t("div", Ef, e(d.computedLngLat((Tt = r.extraData) == null ? void 0 : Tt.startLng, (zt = r.extraData) == null ? void 0 : zt.startLat)), 1),
9673
- t("div", Of, e(d.computeUTCTime((pt = r.extraData) == null ? void 0 : pt.startTime, "MMM DD,YYYY HHmm")), 1),
9674
- t("div", wf, [
9672
+ t("div", b3, e(d.computedLngLat((Tt = r.extraData) == null ? void 0 : Tt.startLng, (zt = r.extraData) == null ? void 0 : zt.startLat)), 1),
9673
+ t("div", E3, e(d.computeUTCTime((pt = r.extraData) == null ? void 0 : pt.startTime, "MMM DD,YYYY HHmm")), 1),
9674
+ t("div", O3, [
9675
9675
  E(c, {
9676
9676
  style: { padding: "0px" },
9677
9677
  class: "editable-item",
@@ -9683,11 +9683,11 @@ function ej(i, l, s, D, r, d) {
9683
9683
  onCommit: l[0] || (l[0] = (nt) => d.handleCommit("extra", "startFoBrob", nt))
9684
9684
  }, null, 8, ["value"])
9685
9685
  ]),
9686
- t("div", Yf, [
9686
+ t("div", w3, [
9687
9687
  E(c, {
9688
9688
  style: { padding: "0px" },
9689
9689
  class: "editable-item",
9690
- value: (bt = r.extraData) == null ? void 0 : bt.startDgoBrob,
9690
+ value: (mt = r.extraData) == null ? void 0 : mt.startDgoBrob,
9691
9691
  iconable: !1,
9692
9692
  size: "small",
9693
9693
  type: "alphanumeric",
@@ -9698,14 +9698,14 @@ function ej(i, l, s, D, r, d) {
9698
9698
  l[24] || (l[24] = t("div", { class: "flex blue center" }, null, -1)),
9699
9699
  l[25] || (l[25] = t("div", { class: "flex blue center" }, null, -1))
9700
9700
  ]),
9701
- t("div", Sf, [
9701
+ t("div", Y3, [
9702
9702
  l[26] || (l[26] = t("div", {
9703
9703
  class: "blue center",
9704
9704
  style: { width: "16%" }
9705
9705
  }, "Back on Track (B)", -1)),
9706
- t("div", Qf, e(d.computedLngLat((mt = r.extraData) == null ? void 0 : mt.endLng, (Et = r.extraData) == null ? void 0 : Et.endLat)), 1),
9707
- t("div", kf, e(d.computeUTCTime((Ot = r.extraData) == null ? void 0 : Ot.endTime, "MMM DD,YYYY HHmm")), 1),
9708
- t("div", hf, [
9706
+ t("div", S3, e(d.computedLngLat((bt = r.extraData) == null ? void 0 : bt.endLng, (Et = r.extraData) == null ? void 0 : Et.endLat)), 1),
9707
+ t("div", Q3, e(d.computeUTCTime((Ot = r.extraData) == null ? void 0 : Ot.endTime, "MMM DD,YYYY HHmm")), 1),
9708
+ t("div", k3, [
9709
9709
  E(c, {
9710
9710
  style: { padding: "0px" },
9711
9711
  class: "editable-item",
@@ -9717,7 +9717,7 @@ function ej(i, l, s, D, r, d) {
9717
9717
  onCommit: l[2] || (l[2] = (nt) => d.handleCommit("extra", "endFoBrob", nt))
9718
9718
  }, null, 8, ["value"])
9719
9719
  ]),
9720
- t("div", Rf, [
9720
+ t("div", h3, [
9721
9721
  E(c, {
9722
9722
  style: { padding: "0px" },
9723
9723
  class: "editable-item",
@@ -9729,7 +9729,7 @@ function ej(i, l, s, D, r, d) {
9729
9729
  onCommit: l[3] || (l[3] = (nt) => d.handleCommit("extra", "endDgoBrob", nt))
9730
9730
  }, null, 8, ["value"])
9731
9731
  ]),
9732
- t("div", Ff, [
9732
+ t("div", R3, [
9733
9733
  E(c, {
9734
9734
  style: { padding: "0px" },
9735
9735
  class: "editable-item",
@@ -9741,7 +9741,7 @@ function ej(i, l, s, D, r, d) {
9741
9741
  onCommit: l[4] || (l[4] = (nt) => d.handleCommit("extra", "endFoBunkering", nt))
9742
9742
  }, null, 8, ["value"])
9743
9743
  ]),
9744
- t("div", Vf, [
9744
+ t("div", F3, [
9745
9745
  E(c, {
9746
9746
  style: { padding: "0px" },
9747
9747
  class: "editable-item",
@@ -9754,7 +9754,7 @@ function ej(i, l, s, D, r, d) {
9754
9754
  }, null, 8, ["value"])
9755
9755
  ])
9756
9756
  ]),
9757
- t("div", Pf, [
9757
+ t("div", V3, [
9758
9758
  l[27] || (l[27] = t("div", {
9759
9759
  class: "blue center",
9760
9760
  style: { width: "16%" }
@@ -9763,31 +9763,31 @@ function ej(i, l, s, D, r, d) {
9763
9763
  class: "blue center",
9764
9764
  style: { width: "20%" }
9765
9765
  }, null, -1)),
9766
- t("div", Gf, e(((ht = (kt = r.extraData) == null ? void 0 : kt.timeAnalysis) == null ? void 0 : ht.actualTime) ?? "—"), 1),
9767
- t("div", Wf, e(((Vt = (Ft = (Rt = r.extraData) == null ? void 0 : Rt.consAnalysis) == null ? void 0 : Ft.fo) == null ? void 0 : Vt.actualCons) ?? "—"), 1),
9768
- t("div", Bf, e(((Wt = (ft = (Pt = r.extraData) == null ? void 0 : Pt.consAnalysis) == null ? void 0 : ft.dgo) == null ? void 0 : Wt.actualCons) ?? "—"), 1),
9766
+ t("div", P3, e(((ht = (kt = r.extraData) == null ? void 0 : kt.timeAnalysis) == null ? void 0 : ht.actualTime) ?? "—"), 1),
9767
+ t("div", G3, e(((Vt = (Ft = (Rt = r.extraData) == null ? void 0 : Rt.consAnalysis) == null ? void 0 : Ft.fo) == null ? void 0 : Vt.actualCons) ?? "—"), 1),
9768
+ t("div", W3, e(((Wt = (ft = (Pt = r.extraData) == null ? void 0 : Pt.consAnalysis) == null ? void 0 : ft.dgo) == null ? void 0 : Wt.actualCons) ?? "—"), 1),
9769
9769
  l[29] || (l[29] = t("div", { class: "flex blue center" }, null, -1)),
9770
9770
  l[30] || (l[30] = t("div", { class: "flex blue center" }, null, -1))
9771
9771
  ])
9772
9772
  ])),
9773
9773
  l[144] || (l[144] = t("div", { class: "subtitle" }, "CP Terms", -1)),
9774
- t("div", Lf, [
9775
- t("div", Zf, [
9774
+ t("div", B3, [
9775
+ t("div", L3, [
9776
9776
  l[32] || (l[32] = t("div", { class: "flex blue" }, "CP Speed (kts)", -1)),
9777
- t("div", Hf, e(((Gt = (Bt = r.extraData) == null ? void 0 : Bt.cp) == null ? void 0 : Gt.speed) ?? "—"), 1)
9777
+ t("div", Z3, e(((Gt = (Bt = r.extraData) == null ? void 0 : Bt.cp) == null ? void 0 : Gt.speed) ?? "—"), 1)
9778
9778
  ]),
9779
- t("div", Jf, [
9779
+ t("div", H3, [
9780
9780
  l[33] || (l[33] = t("div", { class: "flex blue" }, "CP Daily FO Consumption (mt)", -1)),
9781
- t("div", _f, e(((Ut = (k = r.extraData) == null ? void 0 : k.cp) == null ? void 0 : Ut.fo) ?? "—"), 1)
9781
+ t("div", J3, e(((Ut = (k = r.extraData) == null ? void 0 : k.cp) == null ? void 0 : Ut.fo) ?? "—"), 1)
9782
9782
  ]),
9783
- t("div", Xf, [
9783
+ t("div", _3, [
9784
9784
  l[34] || (l[34] = t("div", { class: "flex blue" }, "CP Daily DO/GO Consumption (mt)", -1)),
9785
- t("div", Kf, e(((Xt = (Lt = r.extraData) == null ? void 0 : Lt.cp) == null ? void 0 : Xt.dgo) ?? "—"), 1)
9785
+ t("div", X3, e(((Xt = (Lt = r.extraData) == null ? void 0 : Lt.cp) == null ? void 0 : Xt.dgo) ?? "—"), 1)
9786
9786
  ])
9787
9787
  ]),
9788
- t("div", qf, [
9788
+ t("div", K3, [
9789
9789
  l[35] || (l[35] = t("div", null, "Extra Port Information", -1)),
9790
- t("div", $f, [
9790
+ t("div", q3, [
9791
9791
  E(I, {
9792
9792
  size: 20,
9793
9793
  onClick: d.handleAdd
@@ -9799,7 +9799,7 @@ function ej(i, l, s, D, r, d) {
9799
9799
  }, 8, ["onClick"])
9800
9800
  ])
9801
9801
  ]),
9802
- t("div", t3, [
9802
+ t("div", $3, [
9803
9803
  t("table", null, [
9804
9804
  l[45] || (l[45] = t("thead", null, [
9805
9805
  t("tr", null, [
@@ -9830,7 +9830,7 @@ function ej(i, l, s, D, r, d) {
9830
9830
  var Si, Qi, ki, hi, Ri, Fi, Vi, Pi;
9831
9831
  return n(), a(U, { key: us }, [
9832
9832
  t("tr", null, [
9833
- t("td", l3, [
9833
+ t("td", tf, [
9834
9834
  E(c, {
9835
9835
  class: "editable-item",
9836
9836
  value: nt == null ? void 0 : nt.name,
@@ -9879,7 +9879,7 @@ function ej(i, l, s, D, r, d) {
9879
9879
  ]),
9880
9880
  l[37] || (l[37] = t("td", null, null, -1)),
9881
9881
  l[38] || (l[38] = t("td", null, null, -1)),
9882
- t("td", e3, [
9882
+ t("td", lf, [
9883
9883
  E(I, {
9884
9884
  size: 20,
9885
9885
  onClick: (Sl) => d.handleRemove(us)
@@ -9966,7 +9966,7 @@ function ej(i, l, s, D, r, d) {
9966
9966
  ])
9967
9967
  ]),
9968
9968
  l[145] || (l[145] = t("div", { class: "subtitle" }, "Distance Analysis", -1)),
9969
- t("div", s3, [
9969
+ t("div", ef, [
9970
9970
  l[48] || (l[48] = t("div", { class: "summary-item" }, [
9971
9971
  t("div", {
9972
9972
  class: "blue",
@@ -9975,12 +9975,12 @@ function ej(i, l, s, D, r, d) {
9975
9975
  t("div", { class: "flex blue center" }, "Actual Route"),
9976
9976
  t("div", { class: "flex blue center" }, "Route prior to deviation")
9977
9977
  ], -1)),
9978
- t("div", i3, [
9978
+ t("div", sf, [
9979
9979
  l[46] || (l[46] = t("div", {
9980
9980
  class: "blue",
9981
9981
  style: { width: "30%" }
9982
9982
  }, "Distance (nm)", -1)),
9983
- t("div", o3, [
9983
+ t("div", of, [
9984
9984
  E(c, {
9985
9985
  class: "editable-item",
9986
9986
  style: { padding: "0px" },
@@ -9992,7 +9992,7 @@ function ej(i, l, s, D, r, d) {
9992
9992
  onCommit: l[6] || (l[6] = (nt) => d.handleCommit("extraData", "actualDist", nt, i.index))
9993
9993
  }, null, 8, ["value"])
9994
9994
  ]),
9995
- t("div", n3, [
9995
+ t("div", nf, [
9996
9996
  E(c, {
9997
9997
  class: "editable-item",
9998
9998
  style: { padding: "0px" },
@@ -10005,144 +10005,144 @@ function ej(i, l, s, D, r, d) {
10005
10005
  }, null, 8, ["value"])
10006
10006
  ])
10007
10007
  ]),
10008
- t("div", a3, [
10008
+ t("div", af, [
10009
10009
  l[47] || (l[47] = t("div", {
10010
10010
  class: "blue",
10011
10011
  style: { width: "30%" }
10012
10012
  }, "Extra Distance (nm)", -1)),
10013
- t("div", d3, e(((Jt = r.extraData) == null ? void 0 : Jt.extraDist) ?? "—"), 1)
10013
+ t("div", df, e(((Jt = r.extraData) == null ? void 0 : Jt.extraDist) ?? "—"), 1)
10014
10014
  ])
10015
10015
  ]),
10016
10016
  l[146] || (l[146] = t("div", { class: "subtitle" }, "Time Analysis", -1)),
10017
- i.isDistExtra ? (n(), a("div", r3, [
10018
- t("div", M3, [
10017
+ i.isDistExtra ? (n(), a("div", rf, [
10018
+ t("div", Mf, [
10019
10019
  l[50] || (l[50] = it('<div style="width:30%;text-align:left;" data-v-eba493df>Time for extra distance sailing (hrs)</div><div style="width:5%;" data-v-eba493df>=</div><div class="function" style="width:20%;" 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:5%;" data-v-eba493df>=</div>', 4)),
10020
- t("div", D3, [
10020
+ t("div", Df, [
10021
10021
  t("div", null, e((tl = r.extraData) == null ? void 0 : tl.extraDist), 1),
10022
10022
  l[49] || (l[49] = t("div", { class: "fractional-line" }, null, -1)),
10023
10023
  t("div", null, e((al = (ll = r.extraData) == null ? void 0 : ll.cp) == null ? void 0 : al.speed), 1)
10024
10024
  ]),
10025
10025
  l[51] || (l[51] = t("div", { style: { width: "5%" } }, "=", -1)),
10026
- t("div", N3, e((rl = (dl = r.extraData) == null ? void 0 : dl.timeAnalysis) == null ? void 0 : rl.sailingTime), 1),
10026
+ t("div", Nf, e((rl = (dl = r.extraData) == null ? void 0 : dl.timeAnalysis) == null ? void 0 : rl.sailingTime), 1),
10027
10027
  l[52] || (l[52] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
10028
10028
  ]),
10029
- t("div", I3, [
10029
+ t("div", If, [
10030
10030
  l[53] || (l[53] = 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:28%;" data-v-eba493df>Time for extra distance sailing (hrs)</div><div style="width:2%;" data-v-eba493df>+</div><div style="width:23%;" data-v-eba493df>Time spent in extra port (hrs)</div><div style="width:2%;" data-v-eba493df>=</div>', 6)),
10031
- t("div", g3, e((Dl = (Ml = r.extraData) == null ? void 0 : Ml.timeAnalysis) == null ? void 0 : Dl.sailingTime), 1),
10031
+ t("div", gf, e((Dl = (Ml = r.extraData) == null ? void 0 : Ml.timeAnalysis) == null ? void 0 : Dl.sailingTime), 1),
10032
10032
  l[54] || (l[54] = t("div", { style: { width: "2%" } }, "+", -1)),
10033
- t("div", u3, e(d.computeNum((cl = (Nl = r.extraData) == null ? void 0 : Nl.timeAnalysis) == null ? void 0 : cl.portTime)), 1),
10033
+ t("div", uf, e(d.computeNum((cl = (Nl = r.extraData) == null ? void 0 : Nl.timeAnalysis) == null ? void 0 : cl.portTime)), 1),
10034
10034
  l[55] || (l[55] = t("div", { style: { width: "2%" } }, "=", -1)),
10035
- t("div", c3, e((Al = (yl = r.extraData) == null ? void 0 : yl.timeAnalysis) == null ? void 0 : Al.totalExtraTime), 1),
10035
+ t("div", cf, e((Al = (yl = r.extraData) == null ? void 0 : yl.timeAnalysis) == null ? void 0 : Al.totalExtraTime), 1),
10036
10036
  l[56] || (l[56] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
10037
10037
  ])
10038
- ])) : (n(), a("div", y3, [
10039
- t("div", A3, [
10038
+ ])) : (n(), a("div", yf, [
10039
+ t("div", Af, [
10040
10040
  l[58] || (l[58] = it('<div style="width:30%;text-align:left;" data-v-eba493df>Time for Route prior to deviation sailing (hrs)</div><div style="width:5%;" data-v-eba493df>=</div><div class="function" style="width:20%;" data-v-eba493df><div data-v-eba493df>Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:5%;" data-v-eba493df>=</div>', 4)),
10041
- t("div", v3, [
10041
+ t("div", vf, [
10042
10042
  t("div", null, e((vl = r.extraData) == null ? void 0 : vl.priorDist), 1),
10043
10043
  l[57] || (l[57] = t("div", { class: "fractional-line" }, null, -1)),
10044
10044
  t("div", null, e((xl = (Tl = r.extraData) == null ? void 0 : Tl.cp) == null ? void 0 : xl.speed), 1)
10045
10045
  ]),
10046
10046
  l[59] || (l[59] = t("div", { style: { width: "5%" } }, "=", -1)),
10047
- t("div", T3, e((pl = (zl = r.extraData) == null ? void 0 : zl.timeAnalysis) == null ? void 0 : pl.sailingTime), 1),
10047
+ t("div", Tf, e((pl = (zl = r.extraData) == null ? void 0 : zl.timeAnalysis) == null ? void 0 : pl.sailingTime), 1),
10048
10048
  l[60] || (l[60] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
10049
10049
  ]),
10050
- r.extraPortList.length < 1 ? (n(), a("div", x3, [
10050
+ r.extraPortList.length < 1 ? (n(), a("div", xf, [
10051
10051
  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)),
10052
- t("div", z3, e((Cl = (fl = r.extraData) == null ? void 0 : fl.timeAnalysis) == null ? void 0 : Cl.actualTime), 1),
10052
+ t("div", zf, e((Cl = (fl = r.extraData) == null ? void 0 : fl.timeAnalysis) == null ? void 0 : Cl.actualTime), 1),
10053
10053
  l[62] || (l[62] = t("div", { style: { width: "2%" } }, "-", -1)),
10054
- t("div", p3, e((Ul = (jl = r.extraData) == null ? void 0 : jl.timeAnalysis) == null ? void 0 : Ul.sailingTime), 1),
10054
+ t("div", pf, e((Ul = (jl = r.extraData) == null ? void 0 : jl.timeAnalysis) == null ? void 0 : Ul.sailingTime), 1),
10055
10055
  l[63] || (l[63] = t("div", { style: { width: "2%" } }, "=", -1)),
10056
- t("div", f3, e((ml = (bl = r.extraData) == null ? void 0 : bl.timeAnalysis) == null ? void 0 : ml.totalExtraTime), 1),
10056
+ t("div", ff, e((bl = (ml = r.extraData) == null ? void 0 : ml.timeAnalysis) == null ? void 0 : bl.totalExtraTime), 1),
10057
10057
  l[64] || (l[64] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
10058
- ])) : (n(), a("div", C3, [
10058
+ ])) : (n(), a("div", Cf, [
10059
10059
  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)),
10060
- t("div", j3, e((Ol = (El = r.extraData) == null ? void 0 : El.timeAnalysis) == null ? void 0 : Ol.actualTime), 1),
10060
+ t("div", jf, e((Ol = (El = r.extraData) == null ? void 0 : El.timeAnalysis) == null ? void 0 : Ol.actualTime), 1),
10061
10061
  l[66] || (l[66] = t("div", { style: { width: "2%" } }, "-", -1)),
10062
- t("div", U3, e((O = (wl = r.extraData) == null ? void 0 : wl.timeAnalysis) == null ? void 0 : O.sailingTime), 1),
10062
+ t("div", Uf, e((O = (wl = r.extraData) == null ? void 0 : wl.timeAnalysis) == null ? void 0 : O.sailingTime), 1),
10063
10063
  l[67] || (l[67] = t("div", { style: { width: "2%" } }, "-", -1)),
10064
- t("div", b3, e((kl = (Ql = r.extraData) == null ? void 0 : Ql.timeAnalysis) == null ? void 0 : kl.portTime), 1),
10064
+ t("div", mf, e((kl = (Ql = r.extraData) == null ? void 0 : Ql.timeAnalysis) == null ? void 0 : kl.portTime), 1),
10065
10065
  l[68] || (l[68] = t("div", { style: { width: "2%" } }, "=", -1)),
10066
- t("div", m3, e((Rl = (hl = r.extraData) == null ? void 0 : hl.timeAnalysis) == null ? void 0 : Rl.totalExtraTime), 1),
10066
+ t("div", bf, e((Rl = (hl = r.extraData) == null ? void 0 : hl.timeAnalysis) == null ? void 0 : Rl.totalExtraTime), 1),
10067
10067
  l[69] || (l[69] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
10068
10068
  ]))
10069
10069
  ])),
10070
- i.isDistExtra ? (n(), a("div", E3, [
10071
- t("div", O3, [
10070
+ i.isDistExtra ? (n(), a("div", Ef, [
10071
+ t("div", Of, [
10072
10072
  l[70] || (l[70] = t("div", {
10073
10073
  class: "blue",
10074
10074
  style: { width: "30%" }
10075
10075
  }, "Time for extra distance sailing (hrs)", -1)),
10076
- t("div", w3, e(((Vl = (Fl = r.extraData) == null ? void 0 : Fl.timeAnalysis) == null ? void 0 : Vl.sailingTime) ?? "—"), 1)
10076
+ t("div", wf, e(((Vl = (Fl = r.extraData) == null ? void 0 : Fl.timeAnalysis) == null ? void 0 : Vl.sailingTime) ?? "—"), 1)
10077
10077
  ]),
10078
- t("div", Y3, [
10078
+ t("div", Yf, [
10079
10079
  l[71] || (l[71] = t("div", {
10080
10080
  class: "blue",
10081
10081
  style: { width: "30%" }
10082
10082
  }, "Time spent in extra port (hrs)", -1)),
10083
- t("div", S3, e(((Gl = (Pl = r.extraData) == null ? void 0 : Pl.timeAnalysis) == null ? void 0 : Gl.portTime) ?? "—"), 1)
10083
+ t("div", Sf, e(((Gl = (Pl = r.extraData) == null ? void 0 : Pl.timeAnalysis) == null ? void 0 : Gl.portTime) ?? "—"), 1)
10084
10084
  ]),
10085
- t("div", Q3, [
10085
+ t("div", Qf, [
10086
10086
  l[72] || (l[72] = t("div", {
10087
10087
  class: "blue",
10088
10088
  style: { width: "30%" }
10089
10089
  }, "Total extra Time (hrs)", -1)),
10090
- t("div", k3, e(((Bl = (Wl = r.extraData) == null ? void 0 : Wl.timeAnalysis) == null ? void 0 : Bl.totalExtraTime) ?? "—"), 1)
10090
+ t("div", kf, e(((Bl = (Wl = r.extraData) == null ? void 0 : Wl.timeAnalysis) == null ? void 0 : Bl.totalExtraTime) ?? "—"), 1)
10091
10091
  ])
10092
- ])) : (n(), a("div", h3, [
10093
- t("div", R3, [
10092
+ ])) : (n(), a("div", hf, [
10093
+ t("div", Rf, [
10094
10094
  l[73] || (l[73] = t("div", {
10095
10095
  class: "blue",
10096
10096
  style: { width: "40%" }
10097
10097
  }, "Time for Route prior to deviation sailing (hrs)", -1)),
10098
- t("div", F3, e((Zl = (Ll = r.extraData) == null ? void 0 : Ll.timeAnalysis) == null ? void 0 : Zl.sailingTime), 1)
10098
+ t("div", Ff, e((Zl = (Ll = r.extraData) == null ? void 0 : Ll.timeAnalysis) == null ? void 0 : Zl.sailingTime), 1)
10099
10099
  ]),
10100
- t("div", V3, [
10100
+ t("div", Vf, [
10101
10101
  l[74] || (l[74] = t("div", {
10102
10102
  class: "blue",
10103
10103
  style: { width: "40%" }
10104
10104
  }, "Time for Actual Route (hrs)", -1)),
10105
- t("div", P3, e((Jl = (Hl = r.extraData) == null ? void 0 : Hl.timeAnalysis) == null ? void 0 : Jl.actualTime), 1)
10105
+ t("div", Pf, e((Jl = (Hl = r.extraData) == null ? void 0 : Hl.timeAnalysis) == null ? void 0 : Jl.actualTime), 1)
10106
10106
  ]),
10107
- r.extraPortList.length > 0 ? (n(), a("div", G3, [
10107
+ r.extraPortList.length > 0 ? (n(), a("div", Gf, [
10108
10108
  l[75] || (l[75] = t("div", {
10109
10109
  class: "blue",
10110
10110
  style: { width: "40%" }
10111
10111
  }, "Time spent in port (hrs)", -1)),
10112
- t("div", W3, e(((Xl = (_l = r.extraData) == null ? void 0 : _l.timeAnalysis) == null ? void 0 : Xl.portTime) ?? "—"), 1)
10112
+ t("div", Wf, e(((Xl = (_l = r.extraData) == null ? void 0 : _l.timeAnalysis) == null ? void 0 : Xl.portTime) ?? "—"), 1)
10113
10113
  ])) : y("", !0),
10114
- t("div", B3, [
10114
+ t("div", Bf, [
10115
10115
  l[76] || (l[76] = t("div", {
10116
10116
  class: "blue",
10117
10117
  style: { width: "40%" }
10118
10118
  }, "Total extra Time (hrs)", -1)),
10119
- t("div", L3, e((Je = (_t = r.extraData) == null ? void 0 : _t.timeAnalysis) == null ? void 0 : Je.totalExtraTime), 1)
10119
+ t("div", Lf, e((Je = (_t = r.extraData) == null ? void 0 : _t.timeAnalysis) == null ? void 0 : Je.totalExtraTime), 1)
10120
10120
  ])
10121
10121
  ])),
10122
10122
  l[147] || (l[147] = t("div", { class: "subtitle" }, "Consumption Analysis", -1)),
10123
- i.isDistExtra ? (n(), a("div", Z3, [
10124
- t("div", H3, [
10123
+ i.isDistExtra ? (n(), a("div", Zf, [
10124
+ t("div", Hf, [
10125
10125
  l[80] || (l[80] = it('<div style="width:20%;text-align:left;" data-v-eba493df>FO 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 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)),
10126
- t("div", J3, [
10126
+ t("div", Jf, [
10127
10127
  t("div", null, e((_e = r.extraData) == null ? void 0 : _e.extraDist), 1),
10128
10128
  l[77] || (l[77] = t("div", { class: "fractional-line" }, null, -1)),
10129
10129
  t("div", null, e((Ke = (Xe = r.extraData) == null ? void 0 : Xe.cp) == null ? void 0 : Ke.speed), 1)
10130
10130
  ]),
10131
10131
  l[81] || (l[81] = t("div", { style: { width: "3%" } }, "×", -1)),
10132
- t("div", _3, [
10132
+ t("div", _f, [
10133
10133
  t("div", null, e(($e = (qe = r.extraData) == null ? void 0 : qe.cp) == null ? void 0 : $e.fo), 1),
10134
10134
  l[78] || (l[78] = t("div", { class: "fractional-line" }, null, -1)),
10135
10135
  l[79] || (l[79] = t("div", null, "24", -1))
10136
10136
  ]),
10137
10137
  l[82] || (l[82] = t("div", { style: { width: "3%" } }, "=", -1)),
10138
- t("div", X3, e((es = (ls = (ts = r.extraData) == null ? void 0 : ts.consAnalysis) == null ? void 0 : ls.fo) == null ? void 0 : es.sailingCons), 1),
10138
+ t("div", Xf, e((es = (ls = (ts = r.extraData) == null ? void 0 : ts.consAnalysis) == null ? void 0 : ls.fo) == null ? void 0 : es.sailingCons), 1),
10139
10139
  l[83] || (l[83] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10140
10140
  ]),
10141
- t("div", K3, [
10141
+ t("div", Kf, [
10142
10142
  l[84] || (l[84] = 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 extra distance sailing (mt)</div><div style="width:3%;" data-v-eba493df>+</div><div style="width:23%;" data-v-eba493df>FO Consumption in extra port (mt)</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
10143
- t("div", q3, e((Zt = (x = (ss = r.extraData) == null ? void 0 : ss.consAnalysis) == null ? void 0 : x.fo) == null ? void 0 : Zt.sailingCons), 1),
10143
+ t("div", qf, e((Zt = (x = (ss = r.extraData) == null ? void 0 : ss.consAnalysis) == null ? void 0 : x.fo) == null ? void 0 : Zt.sailingCons), 1),
10144
10144
  l[85] || (l[85] = t("div", { style: { width: "3%" } }, "+", -1)),
10145
- t("div", $3, e(d.computeNum((Yl = (gl = (Il = r.extraData) == null ? void 0 : Il.consAnalysis) == null ? void 0 : gl.fo) == null ? void 0 : Yl.portCons)), 1),
10145
+ t("div", $f, e(d.computeNum((Yl = (gl = (Il = r.extraData) == null ? void 0 : Il.consAnalysis) == null ? void 0 : gl.fo) == null ? void 0 : Yl.portCons)), 1),
10146
10146
  l[86] || (l[86] = t("div", { style: { width: "3%" } }, "=", -1)),
10147
10147
  t("div", tC, e(($l = (ql = (Kl = r.extraData) == null ? void 0 : Kl.consAnalysis) == null ? void 0 : ql.fo) == null ? void 0 : $l.totalExtraCons), 1),
10148
10148
  l[87] || (l[87] = t("div", { style: { width: "5%" } }, "(mt)", -1))
@@ -10200,7 +10200,7 @@ function ej(i, l, s, D, r, d) {
10200
10200
  ]),
10201
10201
  l[110] || (l[110] = t("div", { style: { width: "3%" } }, "×", -1)),
10202
10202
  t("div", cC, [
10203
- t("div", null, e((me = (be = r.extraData) == null ? void 0 : be.cp) == null ? void 0 : me.dgo), 1),
10203
+ t("div", null, e((be = (me = r.extraData) == null ? void 0 : me.cp) == null ? void 0 : be.dgo), 1),
10204
10204
  l[107] || (l[107] = t("div", { class: "fractional-line" }, null, -1)),
10205
10205
  l[108] || (l[108] = t("div", null, "24", -1))
10206
10206
  ]),
@@ -10229,9 +10229,9 @@ function ej(i, l, s, D, r, d) {
10229
10229
  ])),
10230
10230
  r.extraPortList.length < 1 ? (n(), a("div", UC, [
10231
10231
  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)),
10232
- t("div", bC, e((As = (gs = (Is = r.extraData) == null ? void 0 : Is.consAnalysis) == null ? void 0 : gs.dgo) == null ? void 0 : As.actualCons), 1),
10232
+ t("div", mC, e((As = (gs = (Is = r.extraData) == null ? void 0 : Is.consAnalysis) == null ? void 0 : gs.dgo) == null ? void 0 : As.actualCons), 1),
10233
10233
  l[123] || (l[123] = t("div", { style: { width: "3%" } }, "-", -1)),
10234
- t("div", mC, e((xs = (Ts = (vs = r.extraData) == null ? void 0 : vs.consAnalysis) == null ? void 0 : Ts.dgo) == null ? void 0 : xs.sailingCons), 1),
10234
+ t("div", bC, e((xs = (Ts = (vs = r.extraData) == null ? void 0 : vs.consAnalysis) == null ? void 0 : Ts.dgo) == null ? void 0 : xs.sailingCons), 1),
10235
10235
  l[124] || (l[124] = t("div", { style: { width: "3%" } }, "=", -1)),
10236
10236
  t("div", EC, e((fs = (ps = (zs = r.extraData) == null ? void 0 : zs.consAnalysis) == null ? void 0 : ps.dgo) == null ? void 0 : fs.totalExtraCons), 1),
10237
10237
  l[125] || (l[125] = t("div", { style: { width: "5%" } }, "(mt)", -1))
@@ -10239,7 +10239,7 @@ function ej(i, l, s, D, r, d) {
10239
10239
  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)),
10240
10240
  t("div", wC, e((Us = (js = (Cs = r.extraData) == null ? void 0 : Cs.consAnalysis) == null ? void 0 : js.dgo) == null ? void 0 : Us.actualCons), 1),
10241
10241
  l[127] || (l[127] = t("div", { style: { width: "3%" } }, "-", -1)),
10242
- t("div", YC, e(d.computeNum((Es = (ms = (bs = r.extraData) == null ? void 0 : bs.consAnalysis) == null ? void 0 : ms.dgo) == null ? void 0 : Es.sailingCons)), 1),
10242
+ t("div", YC, e(d.computeNum((Es = (bs = (ms = r.extraData) == null ? void 0 : ms.consAnalysis) == null ? void 0 : bs.dgo) == null ? void 0 : Es.sailingCons)), 1),
10243
10243
  l[128] || (l[128] = t("div", { style: { width: "3%" } }, "-", -1)),
10244
10244
  t("div", SC, e(d.computeNum((Ys = (ws = (Os = r.extraData) == null ? void 0 : Os.consAnalysis) == null ? void 0 : ws.dgo) == null ? void 0 : Ys.portCons)), 1),
10245
10245
  l[129] || (l[129] = t("div", { style: { width: "3%" } }, "=", -1)),
@@ -10297,9 +10297,9 @@ function ej(i, l, s, D, r, d) {
10297
10297
  l[138] || (l[138] = t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)),
10298
10298
  t("div", {
10299
10299
  class: z(`${d.computeColor((Ci = (fi = (pi = r.extraData) == null ? void 0 : pi.consAnalysis) == null ? void 0 : fi.fo) == null ? void 0 : Ci.totalExtraCons)} flex blue center`)
10300
- }, e((bi = (Ui = (ji = r.extraData) == null ? void 0 : ji.consAnalysis) == null ? void 0 : Ui.fo) == null ? void 0 : bi.totalExtraCons), 3),
10300
+ }, e((mi = (Ui = (ji = r.extraData) == null ? void 0 : ji.consAnalysis) == null ? void 0 : Ui.fo) == null ? void 0 : mi.totalExtraCons), 3),
10301
10301
  t("div", {
10302
- class: z(`${d.computeColor((Ei = (ul = (mi = r.extraData) == null ? void 0 : mi.consAnalysis) == null ? void 0 : ul.dgo) == null ? void 0 : Ei.totalExtraCons)} flex blue center`)
10302
+ class: z(`${d.computeColor((Ei = (ul = (bi = r.extraData) == null ? void 0 : bi.consAnalysis) == null ? void 0 : ul.dgo) == null ? void 0 : Ei.totalExtraCons)} flex blue center`)
10303
10303
  }, e((Yi = (wi = (Oi = r.extraData) == null ? void 0 : Oi.consAnalysis) == null ? void 0 : wi.dgo) == null ? void 0 : Yi.totalExtraCons), 3)
10304
10304
  ])
10305
10305
  ])),
@@ -10411,12 +10411,12 @@ const ij = {
10411
10411
  }, Aj = {
10412
10412
  class: "flex-between",
10413
10413
  style: { width: "48%" }
10414
- }, vj = { class: "section summary-section" }, Tj = { class: "formula-block flex-between border" }, xj = { class: "item" }, zj = { class: "value flex-end" }, pj = { key: 0 }, fj = { class: "gain" }, Cj = { 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 = {
10414
+ }, vj = { class: "section summary-section" }, Tj = { class: "formula-block flex-between border" }, xj = { class: "item" }, zj = { class: "value flex-end" }, pj = { key: 0 }, fj = { class: "gain" }, Cj = { key: 1 }, jj = { class: "lost" }, Uj = { key: 2 }, mj = { class: "item" }, bj = { 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 = {
10415
10415
  key: 0,
10416
10416
  class: ""
10417
10417
  }, 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"];
10418
10418
  function qj(i, l, s, D, r, d) {
10419
- var I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt;
10419
+ var I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt;
10420
10420
  const c = F("IdmBrand"), M = F("Editor");
10421
10421
  return n(), a("div", oj, [
10422
10422
  E(c, { name: "Voyage Stoppage Report" }),
@@ -10439,7 +10439,7 @@ function qj(i, l, s, D, r, d) {
10439
10439
  t("div", Nj, [
10440
10440
  t("div", Ij, [
10441
10441
  l[6] || (l[6] = t("label", { class: "label" }, "Vessel:", -1)),
10442
- t("div", null, e((m = (b = s.report) == null ? void 0 : b.vessel) == null ? void 0 : m.name), 1)
10442
+ t("div", null, e((b = (m = s.report) == null ? void 0 : m.vessel) == null ? void 0 : b.name), 1)
10443
10443
  ]),
10444
10444
  t("div", gj, [
10445
10445
  l[8] || (l[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
@@ -10478,9 +10478,9 @@ function qj(i, l, s, D, r, d) {
10478
10478
  ])) : (n(), a("div", Uj, "N/A"))
10479
10479
  ])
10480
10480
  ]),
10481
- t("div", bj, [
10481
+ t("div", mj, [
10482
10482
  l[20] || (l[20] = t("div", { class: "title" }, "FO Total Consumption", -1)),
10483
- t("div", mj, [
10483
+ t("div", bj, [
10484
10484
  ((X = s.report) == null ? void 0 : X.totalFoCons) < 0 ? (n(), a("div", Ej, [
10485
10485
  l[16] || (l[16] = t("i", { class: "iconfont gain" }, "", -1)),
10486
10486
  t("span", Oj, e((K = s.report) == null ? void 0 : K.totalFoCons), 1),
@@ -10693,12 +10693,12 @@ const tU = {
10693
10693
  }, gU = {
10694
10694
  class: "flex-between",
10695
10695
  style: { width: "48%" }
10696
- }, 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 }, fU = { class: "item" }, CU = { 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 = {
10696
+ }, 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 }, fU = { class: "item" }, CU = { class: "value flex-end" }, jU = { key: 0 }, UU = { class: "gain" }, mU = { key: 1 }, bU = { 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 = {
10697
10697
  key: 0,
10698
10698
  class: ""
10699
10699
  }, 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"];
10700
10700
  function XU(i, l, s, D, r, d) {
10701
- var I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt;
10701
+ var I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt;
10702
10702
  const c = F("IdmBrand"), M = F("Editor");
10703
10703
  return n(), a("div", lU, [
10704
10704
  E(c, { name: "Voyage Stoppage Report" }),
@@ -10713,7 +10713,7 @@ function XU(i, l, s, D, r, d) {
10713
10713
  l[4] || (l[4] = t("label", { class: "label" }, "Departure Port:", -1)),
10714
10714
  t("div", null, [
10715
10715
  t("span", null, e((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.name), 1),
10716
- (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(), a("span", aU, " , " + e(d.computeUTCTime(((S = (f = s.report) == null ? void 0 : f.departure) == null ? void 0 : S.atd) || ((Q = (w = s.report) == null ? void 0 : w.departure) == null ? void 0 : Q.etd))), 1)) : y("", !0)
10716
+ (j = (Y = s.report) == null ? void 0 : Y.departure) != null && j.atd || (b = (m = s.report) == null ? void 0 : m.departure) != null && b.etd ? (n(), a("span", aU, " , " + e(d.computeUTCTime(((S = (f = s.report) == null ? void 0 : f.departure) == null ? void 0 : S.atd) || ((Q = (w = s.report) == null ? void 0 : w.departure) == null ? void 0 : Q.etd))), 1)) : y("", !0)
10717
10717
  ])
10718
10718
  ])
10719
10719
  ]),
@@ -10765,9 +10765,9 @@ function XU(i, l, s, D, r, d) {
10765
10765
  l[14] || (l[14] = t("i", { class: "iconfont gain" }, "", -1)),
10766
10766
  t("span", UU, e((ot = (xt = s.report) == null ? void 0 : xt.pvsr) == null ? void 0 : ot.totalFoCons), 1),
10767
10767
  l[15] || (l[15] = t("span", { class: "unit" }, "mt", -1))
10768
- ])) : ((zt = (Tt = s.report) == null ? void 0 : Tt.pvsr) == null ? void 0 : zt.totalFoCons) >= 0 ? (n(), a("div", bU, [
10768
+ ])) : ((zt = (Tt = s.report) == null ? void 0 : Tt.pvsr) == null ? void 0 : zt.totalFoCons) >= 0 ? (n(), a("div", mU, [
10769
10769
  l[16] || (l[16] = t("i", { class: "iconfont lost" }, "", -1)),
10770
- t("span", mU, e((vt = (pt = s.report) == null ? void 0 : pt.pvsr) == null ? void 0 : vt.totalFoCons), 1),
10770
+ t("span", bU, e((vt = (pt = s.report) == null ? void 0 : pt.pvsr) == null ? void 0 : vt.totalFoCons), 1),
10771
10771
  l[17] || (l[17] = t("span", { class: "unit" }, "mt", -1))
10772
10772
  ])) : (n(), a("div", EU, "N/A"))
10773
10773
  ])
@@ -10775,7 +10775,7 @@ function XU(i, l, s, D, r, d) {
10775
10775
  t("div", OU, [
10776
10776
  l[23] || (l[23] = t("div", { class: "title" }, "MGO Total Consumption", -1)),
10777
10777
  t("div", wU, [
10778
- ((mt = (bt = s.report) == null ? void 0 : bt.pvsr) == null ? void 0 : mt.totalDgoCons) < 0 ? (n(), a("div", YU, [
10778
+ ((bt = (mt = s.report) == null ? void 0 : mt.pvsr) == null ? void 0 : bt.totalDgoCons) < 0 ? (n(), a("div", YU, [
10779
10779
  l[19] || (l[19] = t("i", { class: "iconfont gain" }, "", -1)),
10780
10780
  t("span", SU, e((Ot = (Et = s.report) == null ? void 0 : Et.pvsr) == null ? void 0 : Ot.totalDgoCons), 1),
10781
10781
  l[20] || (l[20] = t("span", { class: "unit" }, "mt", -1))
@@ -10956,139 +10956,139 @@ const qU = {
10956
10956
  this.editable = !1, this.$emit("commit", i);
10957
10957
  }
10958
10958
  }
10959
- }, $U = { class: "comparison-report" }, tb = { class: "content-box" }, lb = { class: "info-box border-dashed" }, eb = { class: "flex-between row" }, sb = {
10959
+ }, $U = { class: "comparison-report" }, tm = { class: "content-box" }, lm = { class: "info-box border-dashed" }, em = { class: "flex-between row" }, sm = {
10960
10960
  class: "flex-between",
10961
10961
  style: { width: "48%" }
10962
- }, ib = {
10962
+ }, im = {
10963
10963
  class: "flex-between",
10964
10964
  style: { width: "48%" }
10965
- }, ob = { style: { "margin-left": "5px" } }, nb = { class: "flex-between row" }, ab = {
10965
+ }, om = { style: { "margin-left": "5px" } }, nm = { class: "flex-between row" }, am = {
10966
10966
  class: "flex-between",
10967
10967
  style: { width: "48%" }
10968
- }, db = {
10968
+ }, dm = {
10969
10969
  class: "flex-between",
10970
10970
  style: { width: "48%" }
10971
- }, rb = { style: { "margin-left": "5px" } }, Mb = { class: "flex-between row" }, Db = {
10971
+ }, rm = { style: { "margin-left": "5px" } }, Mm = { class: "flex-between row" }, Dm = {
10972
10972
  class: "flex-between",
10973
10973
  style: { width: "48%" }
10974
- }, Nb = {
10974
+ }, Nm = {
10975
10975
  class: "flex-between",
10976
10976
  style: { width: "48%" }
10977
- }, 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" }, fb = { class: "value flex-end" }, Cb = { 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 = {
10977
+ }, Im = { class: "section summary-section" }, gm = { class: "border-solid" }, um = { class: "summary-block flex-between" }, cm = { class: "item" }, ym = { class: "value flex-end" }, Am = { key: 0 }, vm = { class: "gain" }, Tm = { key: 1 }, xm = { class: "lost" }, zm = { key: 2 }, pm = { class: "item" }, fm = { class: "value flex-end" }, Cm = { key: 0 }, jm = { class: "gain" }, Um = { key: 1 }, mm = { class: "lost" }, bm = { key: 2 }, Em = { class: "item" }, Om = { class: "value flex-end" }, wm = { key: 0 }, Ym = { class: "gain" }, Sm = { key: 1 }, Qm = { class: "lost" }, km = { key: 2 }, hm = { class: "section-content" }, Rm = {
10978
10978
  key: 0,
10979
10979
  class: ""
10980
- }, Fb = ["innerHTML"], Vb = { key: 1 }, Pb = { class: "section map-section" }, Gb = { class: "report-map" }, Wb = ["src"], Bb = {
10980
+ }, Fm = ["innerHTML"], Vm = { key: 1 }, Pm = { class: "section map-section" }, Gm = { class: "report-map" }, Wm = ["src"], Bm = {
10981
10981
  key: 0,
10982
10982
  class: "section route-comparison-section"
10983
- }, Lb = { class: "section route-comparison-section" }, Zb = {
10983
+ }, Lm = { class: "section route-comparison-section" }, Zm = {
10984
10984
  class: "sum",
10985
10985
  colspan: "2"
10986
- }, Hb = { class: "section route-comparison-section" }, Jb = {
10986
+ }, Hm = { class: "section route-comparison-section" }, Jm = {
10987
10987
  class: "sum",
10988
10988
  colspan: "2"
10989
- }, _b = {
10989
+ }, _m = {
10990
10990
  class: "sum",
10991
10991
  colspan: "2"
10992
10992
  };
10993
- function Xb(i, l, s, D, r, d) {
10994
- var I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt;
10993
+ function Xm(i, l, s, D, r, d) {
10994
+ var I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt;
10995
10995
  const c = F("IdmBrand"), M = F("Editor");
10996
10996
  return n(), a("div", $U, [
10997
10997
  E(c, { name: "Voyage Comparison Report" }),
10998
- t("div", tb, [
10999
- t("div", lb, [
11000
- t("div", eb, [
11001
- t("div", sb, [
10998
+ t("div", tm, [
10999
+ t("div", lm, [
11000
+ t("div", em, [
11001
+ t("div", sm, [
11002
11002
  l[3] || (l[3] = t("label", { class: "label" }, "Prepared For:", -1)),
11003
11003
  t("div", null, e((I = s.report) == null ? void 0 : I.preparedFor), 1)
11004
11004
  ]),
11005
- t("div", ib, [
11005
+ t("div", im, [
11006
11006
  l[5] || (l[5] = t("label", { class: "label" }, "Departure Port:", -1)),
11007
11007
  t("div", null, [
11008
11008
  t("span", null, e((C = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : C.name), 1),
11009
11009
  l[4] || (l[4] = g(" , ")),
11010
- t("span", ob, e(d.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)
11010
+ t("span", om, e(d.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)
11011
11011
  ])
11012
11012
  ])
11013
11013
  ]),
11014
- t("div", nb, [
11015
- t("div", ab, [
11014
+ t("div", nm, [
11015
+ t("div", am, [
11016
11016
  l[6] || (l[6] = t("label", { class: "label" }, "Vessel:", -1)),
11017
- t("div", null, e((m = (b = s.report) == null ? void 0 : b.vessel) == null ? void 0 : m.name), 1)
11017
+ t("div", null, e((b = (m = s.report) == null ? void 0 : m.vessel) == null ? void 0 : b.name), 1)
11018
11018
  ]),
11019
- t("div", db, [
11019
+ t("div", dm, [
11020
11020
  l[8] || (l[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
11021
11021
  t("div", null, [
11022
11022
  t("span", null, e((S = (f = s.report) == null ? void 0 : f.arrival) == null ? void 0 : S.name), 1),
11023
11023
  l[7] || (l[7] = g(" , ")),
11024
- t("span", rb, e(d.computeUTCTime(((Q = (w = s.report) == null ? void 0 : w.arrival) == null ? void 0 : Q.ata) || ((R = (v = s.report) == null ? void 0 : v.arrival) == null ? void 0 : R.eta))), 1)
11024
+ t("span", rm, e(d.computeUTCTime(((Q = (w = s.report) == null ? void 0 : w.arrival) == null ? void 0 : Q.ata) || ((R = (v = s.report) == null ? void 0 : v.arrival) == null ? void 0 : R.eta))), 1)
11025
11025
  ])
11026
11026
  ])
11027
11027
  ]),
11028
- t("div", Mb, [
11029
- t("div", Db, [
11028
+ t("div", Mm, [
11029
+ t("div", Dm, [
11030
11030
  l[9] || (l[9] = t("label", { class: "label" }, "Voyage No:", -1)),
11031
11031
  t("div", null, e((G = (P = s.report) == null ? void 0 : P.voyage) == null ? void 0 : G.number), 1)
11032
11032
  ]),
11033
- t("div", Nb, [
11033
+ t("div", Nm, [
11034
11034
  l[10] || (l[10] = t("label", { class: "label" }, "Load Condition:", -1)),
11035
11035
  t("div", null, e((B = (W = s.report) == null ? void 0 : W.voyage) == null ? void 0 : B.loadCondition), 1)
11036
11036
  ])
11037
11037
  ])
11038
11038
  ]),
11039
- t("div", Ib, [
11039
+ t("div", Im, [
11040
11040
  l[35] || (l[35] = t("div", { class: "subtitle" }, "Summary", -1)),
11041
- t("div", gb, [
11042
- t("div", ub, [
11043
- t("div", cb, [
11041
+ t("div", gm, [
11042
+ t("div", um, [
11043
+ t("div", cm, [
11044
11044
  l[17] || (l[17] = t("div", { class: "title" }, "Spend Time on Actual Route", -1)),
11045
11045
  l[18] || (l[18] = t("div", null, "compared with Recommended route", -1)),
11046
- t("div", yb, [
11047
- ((L = s.report) == null ? void 0 : L.diffTime) < 0 ? (n(), a("div", Ab, [
11046
+ t("div", ym, [
11047
+ ((L = s.report) == null ? void 0 : L.diffTime) < 0 ? (n(), a("div", Am, [
11048
11048
  l[11] || (l[11] = t("span", { class: "text" }, "Saving", -1)),
11049
11049
  l[12] || (l[12] = t("i", { class: "iconfont gain" }, "", -1)),
11050
- t("span", vb, e(Math.abs((H = s.report) == null ? void 0 : H.diffTime)), 1),
11050
+ t("span", vm, e(Math.abs((H = s.report) == null ? void 0 : H.diffTime)), 1),
11051
11051
  l[13] || (l[13] = t("span", { class: "unit" }, "hrs", -1))
11052
- ])) : ((J = s.report) == null ? void 0 : J.diffTime) > 0 ? (n(), a("div", Tb, [
11052
+ ])) : ((J = s.report) == null ? void 0 : J.diffTime) > 0 ? (n(), a("div", Tm, [
11053
11053
  l[14] || (l[14] = t("span", { class: "text" }, "Lost", -1)),
11054
11054
  l[15] || (l[15] = t("i", { class: "iconfont lost" }, "", -1)),
11055
- t("span", xb, e(Math.abs((_ = s.report) == null ? void 0 : _.diffTime)), 1),
11055
+ t("span", xm, e(Math.abs((_ = s.report) == null ? void 0 : _.diffTime)), 1),
11056
11056
  l[16] || (l[16] = t("span", { class: "unit" }, "hrs", -1))
11057
- ])) : (n(), a("div", zb, "No Difference"))
11057
+ ])) : (n(), a("div", zm, "No Difference"))
11058
11058
  ])
11059
11059
  ]),
11060
- t("div", pb, [
11060
+ t("div", pm, [
11061
11061
  l[25] || (l[25] = t("div", { class: "title" }, "Actual Route FO Consumption", -1)),
11062
11062
  l[26] || (l[26] = t("div", null, "compared with Recommended route", -1)),
11063
- t("div", fb, [
11064
- ((X = s.report) == null ? void 0 : X.diffFoCons) < 0 ? (n(), a("div", Cb, [
11063
+ t("div", fm, [
11064
+ ((X = s.report) == null ? void 0 : X.diffFoCons) < 0 ? (n(), a("div", Cm, [
11065
11065
  l[19] || (l[19] = t("span", { class: "text" }, "Saving", -1)),
11066
11066
  l[20] || (l[20] = t("i", { class: "iconfont gain" }, "", -1)),
11067
- t("span", jb, e(Math.abs((K = s.report) == null ? void 0 : K.diffFoCons)), 1),
11067
+ t("span", jm, e(Math.abs((K = s.report) == null ? void 0 : K.diffFoCons)), 1),
11068
11068
  l[21] || (l[21] = t("span", { class: "unit" }, "mt", -1))
11069
- ])) : ((tt = s.report) == null ? void 0 : tt.diffFoCons) > 0 ? (n(), a("div", Ub, [
11069
+ ])) : ((tt = s.report) == null ? void 0 : tt.diffFoCons) > 0 ? (n(), a("div", Um, [
11070
11070
  l[22] || (l[22] = t("span", { class: "text" }, "Lost", -1)),
11071
11071
  l[23] || (l[23] = t("i", { class: "iconfont lost" }, "", -1)),
11072
- t("span", bb, e(Math.abs((V = s.report) == null ? void 0 : V.diffFoCons)), 1),
11072
+ t("span", mm, e(Math.abs((V = s.report) == null ? void 0 : V.diffFoCons)), 1),
11073
11073
  l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
11074
- ])) : (n(), a("div", mb, "No Difference"))
11074
+ ])) : (n(), a("div", bm, "No Difference"))
11075
11075
  ])
11076
11076
  ]),
11077
- t("div", Eb, [
11077
+ t("div", Em, [
11078
11078
  l[33] || (l[33] = t("div", { class: "title" }, "Actual Route MGO Consumption", -1)),
11079
11079
  l[34] || (l[34] = t("div", null, "compared with Recommended route", -1)),
11080
- t("div", Ob, [
11081
- ((Dt = s.report) == null ? void 0 : Dt.diffDgoCons) < 0 ? (n(), a("div", wb, [
11080
+ t("div", Om, [
11081
+ ((Dt = s.report) == null ? void 0 : Dt.diffDgoCons) < 0 ? (n(), a("div", wm, [
11082
11082
  l[27] || (l[27] = t("span", { class: "text" }, "Saving", -1)),
11083
11083
  l[28] || (l[28] = t("i", { class: "iconfont gain" }, "", -1)),
11084
- t("span", Yb, e(Math.abs((Nt = s.report) == null ? void 0 : Nt.diffDgoCons)), 1),
11084
+ t("span", Ym, e(Math.abs((Nt = s.report) == null ? void 0 : Nt.diffDgoCons)), 1),
11085
11085
  l[29] || (l[29] = t("span", { class: "unit" }, "mt", -1))
11086
- ])) : ((It = s.report) == null ? void 0 : It.diffDgoCons) > 0 ? (n(), a("div", Sb, [
11086
+ ])) : ((It = s.report) == null ? void 0 : It.diffDgoCons) > 0 ? (n(), a("div", Sm, [
11087
11087
  l[30] || (l[30] = t("span", { class: "text" }, "Lost", -1)),
11088
11088
  l[31] || (l[31] = t("i", { class: "iconfont lost" }, "", -1)),
11089
- t("span", Qb, e(Math.abs((gt = s.report) == null ? void 0 : gt.diffDgoCons)), 1),
11089
+ t("span", Qm, e(Math.abs((gt = s.report) == null ? void 0 : gt.diffDgoCons)), 1),
11090
11090
  l[32] || (l[32] = t("span", { class: "unit" }, "mt", -1))
11091
- ])) : (n(), a("div", kb, "No Difference"))
11091
+ ])) : (n(), a("div", km, "No Difference"))
11092
11092
  ])
11093
11093
  ])
11094
11094
  ])
@@ -11098,8 +11098,8 @@ function Xb(i, l, s, D, r, d) {
11098
11098
  class: z(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
11099
11099
  }, [
11100
11100
  l[36] || (l[36] = t("div", { class: "subtitle" }, "Remarks", -1)),
11101
- t("div", hb, [
11102
- r.editable ? (n(), a("div", Rb, [
11101
+ t("div", hm, [
11102
+ r.editable ? (n(), a("div", Rm, [
11103
11103
  r.editable ? (n(), ol(M, {
11104
11104
  key: 0,
11105
11105
  modelValue: r.remarks,
@@ -11113,25 +11113,25 @@ function Xb(i, l, s, D, r, d) {
11113
11113
  class: "remark-block",
11114
11114
  onDblclick: l[2] || (l[2] = (Gt) => r.editable = !0)
11115
11115
  }, [
11116
- d.computeBlankHtml(r.remarks) ? (n(), a("div", Vb, "Please double click to modify remark")) : (n(), a("div", {
11116
+ d.computeBlankHtml(r.remarks) ? (n(), a("div", Vm, "Please double click to modify remark")) : (n(), a("div", {
11117
11117
  key: 0,
11118
11118
  innerHTML: r.remarks
11119
- }, null, 8, Fb))
11119
+ }, null, 8, Fm))
11120
11120
  ], 32))
11121
11121
  ])
11122
11122
  ], 2),
11123
- t("div", Pb, [
11123
+ t("div", Pm, [
11124
11124
  l[38] || (l[38] = t("div", { class: "subtitle" }, "Route Map", -1)),
11125
- t("div", Gb, [
11125
+ t("div", Gm, [
11126
11126
  t("img", {
11127
11127
  style: { width: "100%" },
11128
11128
  src: (ut = s.report) == null ? void 0 : ut.chartUrl,
11129
11129
  alt: ""
11130
- }, null, 8, Wb),
11130
+ }, null, 8, Wm),
11131
11131
  l[37] || (l[37] = it('<div class="legend" data-v-de288d5d><div class="legend-item" data-v-de288d5d><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-de288d5d></div><div data-v-de288d5d>Actual Route</div></div><div class="legend-item" data-v-de288d5d><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-de288d5d></div><div data-v-de288d5d>Recommended Route</div></div></div>', 1))
11132
11132
  ])
11133
11133
  ]),
11134
- (o = s.report) != null && o.useActual ? y("", !0) : (n(), a("div", Bb, [
11134
+ (o = s.report) != null && o.useActual ? y("", !0) : (n(), a("div", Bm, [
11135
11135
  l[41] || (l[41] = t("div", { class: "flex-between" }, [
11136
11136
  t("div", { class: "subtitle" }, "CP Terms")
11137
11137
  ], -1)),
@@ -11154,7 +11154,7 @@ function Xb(i, l, s, D, r, d) {
11154
11154
  ])
11155
11155
  ])
11156
11156
  ])),
11157
- t("div", Lb, [
11157
+ t("div", Lm, [
11158
11158
  l[50] || (l[50] = t("div", { class: "flex-between" }, [
11159
11159
  t("div", { class: "subtitle" }, "Deviation Info Information")
11160
11160
  ], -1)),
@@ -11185,11 +11185,11 @@ function Xb(i, l, s, D, r, d) {
11185
11185
  t("tr", null, [
11186
11186
  l[45] || (l[45] = t("td", null, "Current Factor (kts)", -1)),
11187
11187
  t("td", null, e(((vt = s.report) == null ? void 0 : vt.actualAvgCF) ?? "—"), 1),
11188
- t("td", null, e(((bt = s.report) == null ? void 0 : bt.recmdAvgCF) ?? "—"), 1)
11188
+ t("td", null, e(((mt = s.report) == null ? void 0 : mt.recmdAvgCF) ?? "—"), 1)
11189
11189
  ]),
11190
11190
  t("tr", null, [
11191
11191
  l[46] || (l[46] = t("td", null, "Weather Factor (kts)", -1)),
11192
- t("td", null, e(((mt = s.report) == null ? void 0 : mt.actualAvgWF) ?? "—"), 1),
11192
+ t("td", null, e(((bt = s.report) == null ? void 0 : bt.actualAvgWF) ?? "—"), 1),
11193
11193
  t("td", null, e(((Et = s.report) == null ? void 0 : Et.recmdAvgWF) ?? "—"), 1)
11194
11194
  ]),
11195
11195
  t("tr", null, [
@@ -11199,12 +11199,12 @@ function Xb(i, l, s, D, r, d) {
11199
11199
  ]),
11200
11200
  t("tr", null, [
11201
11201
  l[48] || (l[48] = t("td", { class: "sum" }, "Diff Time (hrs)", -1)),
11202
- t("td", Zb, e(d.compareTime((Yt = s.report) == null ? void 0 : Yt.actualTime, (St = s.report) == null ? void 0 : St.recmdTime)), 1)
11202
+ t("td", Zm, e(d.compareTime((Yt = s.report) == null ? void 0 : Yt.actualTime, (St = s.report) == null ? void 0 : St.recmdTime)), 1)
11203
11203
  ])
11204
11204
  ])
11205
11205
  ])
11206
11206
  ]),
11207
- t("div", Hb, [
11207
+ t("div", Hm, [
11208
11208
  l[58] || (l[58] = t("div", { class: "flex-between" }, [
11209
11209
  t("div", { class: "subtitle" }, "Comparison of Fuel Consumption")
11210
11210
  ], -1)),
@@ -11239,11 +11239,11 @@ function Xb(i, l, s, D, r, d) {
11239
11239
  ]),
11240
11240
  t("tr", null, [
11241
11241
  l[55] || (l[55] = t("td", { class: "sum" }, "Diff FO Consumption (mt)", -1)),
11242
- t("td", Jb, e(((Wt = s.report) == null ? void 0 : Wt.diffFoCons) ?? "-"), 1)
11242
+ t("td", Jm, e(((Wt = s.report) == null ? void 0 : Wt.diffFoCons) ?? "-"), 1)
11243
11243
  ]),
11244
11244
  t("tr", null, [
11245
11245
  l[56] || (l[56] = t("td", { class: "sum" }, "Diff MGO Consumption (mt)", -1)),
11246
- t("td", _b, e(((Bt = s.report) == null ? void 0 : Bt.diffDgoCons) ?? "-"), 1)
11246
+ t("td", _m, e(((Bt = s.report) == null ? void 0 : Bt.diffDgoCons) ?? "-"), 1)
11247
11247
  ])
11248
11248
  ])
11249
11249
  ])
@@ -11251,8 +11251,8 @@ function Xb(i, l, s, D, r, d) {
11251
11251
  ])
11252
11252
  ]);
11253
11253
  }
11254
- const Kb = /* @__PURE__ */ il(qU, [["render", Xb], ["__scopeId", "data-v-de288d5d"]]);
11255
- const qb = {
11254
+ const Km = /* @__PURE__ */ il(qU, [["render", Xm], ["__scopeId", "data-v-de288d5d"]]);
11255
+ const qm = {
11256
11256
  name: "ComparisonFli",
11257
11257
  components: {
11258
11258
  Editor: ys
@@ -11341,88 +11341,88 @@ const qb = {
11341
11341
  ), this.advisory = l;
11342
11342
  }
11343
11343
  }
11344
- }, $b = { class: "comparison-report" }, tm = { class: "report-header" }, lm = {
11344
+ }, $m = { class: "comparison-report" }, tb = { class: "report-header" }, lb = {
11345
11345
  class: "header-title",
11346
11346
  style: { position: "relative !important" }
11347
- }, em = { class: "header-title-content" }, sm = { class: "title-date" }, im = { class: "report-summary" }, om = { class: "summary-item" }, nm = { class: "flexL gray" }, am = { class: "summary-item" }, dm = { class: "flexL gray" }, rm = { class: "summary-item" }, Mm = { class: "flexL gray" }, Dm = { class: "summary-item" }, Nm = { class: "flexL gray" }, Im = { class: "summary-item" }, gm = { class: "flexL gray" }, um = { class: "summary-item" }, cm = {
11347
+ }, eb = { class: "header-title-content" }, sb = { class: "title-date" }, ib = { class: "report-summary" }, ob = { class: "summary-item" }, nb = { class: "flexL gray" }, ab = { class: "summary-item" }, db = { class: "flexL gray" }, rb = { class: "summary-item" }, Mb = { class: "flexL gray" }, Db = { class: "summary-item" }, Nb = { class: "flexL gray" }, Ib = { class: "summary-item" }, gb = { class: "flexL gray" }, ub = { class: "summary-item" }, cb = {
11348
11348
  class: "flexL gray",
11349
11349
  style: { display: "flex" }
11350
- }, ym = { class: "flex" }, Am = { class: "flexM" }, vm = { class: "summary-item" }, Tm = {
11350
+ }, yb = { class: "flex" }, Ab = { class: "flexM" }, vb = { class: "summary-item" }, Tb = {
11351
11351
  class: "flexL gray",
11352
11352
  style: { display: "flex" }
11353
- }, xm = { class: "flex" }, zm = { class: "flexM" }, pm = { class: "report-summary" }, fm = { class: "summary-item" }, Cm = { class: "summary-item" }, jm = { class: "summary-item" }, Um = { class: "report-map" }, bm = ["src"], mm = {
11353
+ }, xb = { class: "flex" }, zb = { class: "flexM" }, pb = { class: "report-summary" }, fb = { class: "summary-item" }, Cb = { class: "summary-item" }, jb = { class: "summary-item" }, Ub = { class: "report-map" }, mb = ["src"], bb = {
11354
11354
  key: 0,
11355
11355
  class: "subtitle"
11356
- }, Em = {
11356
+ }, Eb = {
11357
11357
  key: 1,
11358
11358
  class: "report-summary"
11359
- }, 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" }, aE = { class: "flex blue-light center" }, dE = { 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"];
11359
+ }, Ob = { class: "summary-item" }, wb = { class: "flexL blue center" }, Yb = { class: "summary-item" }, Sb = { class: "flexL blue center" }, Qb = { class: "summary-item" }, kb = { class: "flexL blue center" }, hb = { class: "report-summary" }, Rb = { class: "summary-item" }, Fb = { class: "flex blue-light center" }, Vb = { class: "flex blue-light center" }, Pb = { class: "summary-item" }, Gb = { class: "flex blue-light center" }, Wb = { class: "flex blue-light center" }, Bb = { class: "summary-item" }, Lb = { class: "flex blue-light center" }, Zb = { class: "flex blue-light center" }, Hb = { class: "summary-item" }, Jb = { class: "flex blue-light center" }, _b = { class: "flex blue-light center" }, Xb = { class: "summary-item" }, Kb = { class: "flex blue-light center" }, qb = { class: "flex blue-light center" }, $b = { 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" }, aE = { class: "flex blue-light center" }, dE = { 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"];
11360
11360
  function zE(i, l, s, D, r, d) {
11361
- var M, I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt;
11361
+ var M, I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt;
11362
11362
  const c = F("Editor");
11363
- return n(), a("div", $b, [
11363
+ return n(), a("div", $m, [
11364
11364
  l[33] || (l[33] = t("div", { class: "report-bg" }, [
11365
11365
  t("img", { src: "https://img.idmwx.com/asset/fli_logo.png" })
11366
11366
  ], -1)),
11367
- t("div", tm, [
11368
- t("div", lm, [
11369
- t("div", em, [
11367
+ t("div", tb, [
11368
+ t("div", lb, [
11369
+ t("div", eb, [
11370
11370
  l[3] || (l[3] = t("div", { class: "title" }, "Voyage Comparison Report", -1)),
11371
- t("div", sm, e(d.computeUTCTime(((M = r.comparisonData) == null ? void 0 : M.createdAt) ?? "", "dddd,MMM DD,YYYY")), 1)
11371
+ t("div", sb, e(d.computeUTCTime(((M = r.comparisonData) == null ? void 0 : M.createdAt) ?? "", "dddd,MMM DD,YYYY")), 1)
11372
11372
  ])
11373
11373
  ])
11374
11374
  ]),
11375
- t("div", im, [
11376
- t("div", om, [
11375
+ t("div", ib, [
11376
+ t("div", ob, [
11377
11377
  l[4] || (l[4] = t("label", { class: "flex gray" }, "Vessel Name", -1)),
11378
- t("div", nm, e((p = (I = r.comparisonData) == null ? void 0 : I.vessel) == null ? void 0 : p.name), 1)
11378
+ t("div", nb, e((p = (I = r.comparisonData) == null ? void 0 : I.vessel) == null ? void 0 : p.name), 1)
11379
11379
  ]),
11380
- t("div", am, [
11380
+ t("div", ab, [
11381
11381
  l[5] || (l[5] = t("label", { class: "flex gray" }, "Prepared For", -1)),
11382
- t("div", dm, e((C = r.comparisonData) == null ? void 0 : C.preparedFor), 1)
11382
+ t("div", db, e((C = r.comparisonData) == null ? void 0 : C.preparedFor), 1)
11383
11383
  ]),
11384
- t("div", rm, [
11384
+ t("div", rb, [
11385
11385
  l[6] || (l[6] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
11386
- t("div", Mm, e((A = (u = r.comparisonData) == null ? void 0 : u.vessel) == null ? void 0 : A.type), 1)
11386
+ t("div", Mb, e((A = (u = r.comparisonData) == null ? void 0 : u.vessel) == null ? void 0 : A.type), 1)
11387
11387
  ]),
11388
- t("div", Dm, [
11388
+ t("div", Db, [
11389
11389
  l[7] || (l[7] = t("label", { class: "flex gray" }, "Load Condition", -1)),
11390
- t("div", Nm, e((j = (Y = r.comparisonData) == null ? void 0 : Y.voyage) == null ? void 0 : j.loadCondition), 1)
11390
+ t("div", Nb, e((j = (Y = r.comparisonData) == null ? void 0 : Y.voyage) == null ? void 0 : j.loadCondition), 1)
11391
11391
  ]),
11392
- t("div", Im, [
11392
+ t("div", Ib, [
11393
11393
  l[8] || (l[8] = t("label", { class: "flex gray" }, "Reference Number", -1)),
11394
- t("div", gm, e((m = (b = r.comparisonData) == null ? void 0 : b.voyage) == null ? void 0 : m.number), 1)
11394
+ t("div", gb, e((b = (m = r.comparisonData) == null ? void 0 : m.voyage) == null ? void 0 : b.number), 1)
11395
11395
  ]),
11396
- t("div", um, [
11396
+ t("div", ub, [
11397
11397
  l[9] || (l[9] = t("label", { class: "flex gray" }, "Departure", -1)),
11398
- t("div", cm, [
11399
- t("span", ym, e((S = (f = r.comparisonData) == null ? void 0 : f.departure) == null ? void 0 : S.name), 1),
11400
- t("span", Am, e(d.computeUTCTime(((Q = (w = r.comparisonData) == null ? void 0 : w.departure) == null ? void 0 : Q.atd) || ((R = (v = r.comparisonData) == null ? void 0 : v.departure) == null ? void 0 : R.etd))), 1)
11398
+ t("div", cb, [
11399
+ t("span", yb, e((S = (f = r.comparisonData) == null ? void 0 : f.departure) == null ? void 0 : S.name), 1),
11400
+ t("span", Ab, e(d.computeUTCTime(((Q = (w = r.comparisonData) == null ? void 0 : w.departure) == null ? void 0 : Q.atd) || ((R = (v = r.comparisonData) == null ? void 0 : v.departure) == null ? void 0 : R.etd))), 1)
11401
11401
  ])
11402
11402
  ]),
11403
- t("div", vm, [
11403
+ t("div", vb, [
11404
11404
  l[10] || (l[10] = t("label", { class: "flex gray" }, "Arrival", -1)),
11405
- t("div", Tm, [
11406
- t("span", xm, e((G = (P = r.comparisonData) == null ? void 0 : P.arrival) == null ? void 0 : G.name), 1),
11407
- t("span", zm, e(d.computeUTCTime(((B = (W = r.comparisonData) == null ? void 0 : W.arrival) == null ? void 0 : B.ata) || ((H = (L = r.comparisonData) == null ? void 0 : L.arrival) == null ? void 0 : H.eta))), 1)
11405
+ t("div", Tb, [
11406
+ t("span", xb, e((G = (P = r.comparisonData) == null ? void 0 : P.arrival) == null ? void 0 : G.name), 1),
11407
+ t("span", zb, e(d.computeUTCTime(((B = (W = r.comparisonData) == null ? void 0 : W.arrival) == null ? void 0 : B.ata) || ((H = (L = r.comparisonData) == null ? void 0 : L.arrival) == null ? void 0 : H.eta))), 1)
11408
11408
  ])
11409
11409
  ])
11410
11410
  ]),
11411
11411
  l[34] || (l[34] = t("div", { class: "subtitle" }, "Report Summary", -1)),
11412
- t("div", pm, [
11413
- t("div", fm, [
11412
+ t("div", pb, [
11413
+ t("div", fb, [
11414
11414
  l[11] || (l[11] = t("div", { class: "flexL blue" }, "Speed time on actual routecompared with Recommended route", -1)),
11415
11415
  t("div", {
11416
11416
  class: z(`${d.computeColor((J = r.comparisonData) == null ? void 0 : J.diffTime)} flex blue`)
11417
11417
  }, e(d.computeSummary((_ = r.comparisonData) == null ? void 0 : _.diffTime, "time")), 3)
11418
11418
  ]),
11419
- t("div", Cm, [
11419
+ t("div", Cb, [
11420
11420
  l[12] || (l[12] = t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)),
11421
11421
  t("div", {
11422
11422
  class: z(`${d.computeColor((X = r.comparisonData) == null ? void 0 : X.diffFoCons)} flex blue`)
11423
11423
  }, e(d.computeSummary((K = r.comparisonData) == null ? void 0 : K.diffFoCons, "oil")), 3)
11424
11424
  ]),
11425
- t("div", jm, [
11425
+ t("div", jb, [
11426
11426
  l[13] || (l[13] = t("div", { class: "flexL blue" }, "Actual route DO/GO Consumption compared with Recommended route", -1)),
11427
11427
  t("div", {
11428
11428
  class: z(`${d.computeColor((tt = r.comparisonData) == null ? void 0 : tt.diffDgoCons)} flex blue`)
@@ -11430,32 +11430,32 @@ function zE(i, l, s, D, r, d) {
11430
11430
  ])
11431
11431
  ]),
11432
11432
  l[35] || (l[35] = t("div", { class: "subtitle" }, "Route Map", -1)),
11433
- t("div", Um, [
11433
+ t("div", Ub, [
11434
11434
  t("img", {
11435
11435
  style: { width: "100%" },
11436
11436
  src: (Dt = r.comparisonData) == null ? void 0 : Dt.chartUrl,
11437
11437
  alt: ""
11438
- }, null, 8, bm),
11438
+ }, null, 8, mb),
11439
11439
  l[14] || (l[14] = it('<div class="legend" data-v-24b3bc72><div class="legend-item" data-v-24b3bc72><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-24b3bc72></div><div data-v-24b3bc72>Actual Route</div></div><div class="legend-item" data-v-24b3bc72><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-24b3bc72></div><div data-v-24b3bc72>Ocean π Recommended Route</div></div></div>', 1))
11440
11440
  ]),
11441
11441
  l[36] || (l[36] = t("div", { class: "page-break" }, null, -1)),
11442
- (Nt = r.comparisonData) != null && Nt.useActual ? y("", !0) : (n(), a("div", mm, "CP Terms")),
11443
- (It = r.comparisonData) != null && It.useActual ? y("", !0) : (n(), a("div", Em, [
11444
- t("div", Om, [
11442
+ (Nt = r.comparisonData) != null && Nt.useActual ? y("", !0) : (n(), a("div", bb, "CP Terms")),
11443
+ (It = r.comparisonData) != null && It.useActual ? y("", !0) : (n(), a("div", Eb, [
11444
+ t("div", Ob, [
11445
11445
  l[15] || (l[15] = t("div", { class: "flex blue" }, "CP Speed (kts)", -1)),
11446
- t("div", wm, e(((ut = (gt = r.comparisonData) == null ? void 0 : gt.cp) == null ? void 0 : ut.speed) ?? "—"), 1)
11446
+ t("div", wb, e(((ut = (gt = r.comparisonData) == null ? void 0 : gt.cp) == null ? void 0 : ut.speed) ?? "—"), 1)
11447
11447
  ]),
11448
- t("div", Ym, [
11448
+ t("div", Yb, [
11449
11449
  l[16] || (l[16] = t("div", { class: "flex blue" }, "CP Daily FO Consumption (mt)", -1)),
11450
- t("div", Sm, e(((q = (o = r.comparisonData) == null ? void 0 : o.cp) == null ? void 0 : q.fo) ?? "—"), 1)
11450
+ t("div", Sb, e(((q = (o = r.comparisonData) == null ? void 0 : o.cp) == null ? void 0 : q.fo) ?? "—"), 1)
11451
11451
  ]),
11452
- t("div", Qm, [
11452
+ t("div", Qb, [
11453
11453
  l[17] || (l[17] = t("div", { class: "flex blue" }, "CP Daily DO/GO Consumption (mt)", -1)),
11454
- t("div", km, e(((dt = (at = r.comparisonData) == null ? void 0 : at.cp) == null ? void 0 : dt.dgo) ?? "—"), 1)
11454
+ t("div", kb, e(((dt = (at = r.comparisonData) == null ? void 0 : at.cp) == null ? void 0 : dt.dgo) ?? "—"), 1)
11455
11455
  ])
11456
11456
  ])),
11457
11457
  l[37] || (l[37] = t("div", { class: "subtitle" }, "Route Comparison", -1)),
11458
- t("div", hm, [
11458
+ t("div", hb, [
11459
11459
  l[25] || (l[25] = t("div", { class: "summary-item" }, [
11460
11460
  t("div", {
11461
11461
  class: "blue",
@@ -11464,53 +11464,53 @@ function zE(i, l, s, D, r, d) {
11464
11464
  t("div", { class: "flex blue center" }, "Actual Route"),
11465
11465
  t("div", { class: "flex blue center" }, "Recommended Route")
11466
11466
  ], -1)),
11467
- t("div", Rm, [
11467
+ t("div", Rb, [
11468
11468
  l[18] || (l[18] = t("div", {
11469
11469
  class: "blue",
11470
11470
  style: { width: "35%" }
11471
11471
  }, "Distance (nm)", -1)),
11472
- t("div", Fm, e(((rt = r.comparisonData) == null ? void 0 : rt.actualDist) ?? "—"), 1),
11473
- t("div", Vm, e(((ct = r.comparisonData) == null ? void 0 : ct.recmdDist) ?? "—"), 1)
11472
+ t("div", Fb, e(((rt = r.comparisonData) == null ? void 0 : rt.actualDist) ?? "—"), 1),
11473
+ t("div", Vb, e(((ct = r.comparisonData) == null ? void 0 : ct.recmdDist) ?? "—"), 1)
11474
11474
  ]),
11475
- t("div", Pm, [
11475
+ t("div", Pb, [
11476
11476
  l[19] || (l[19] = t("div", {
11477
11477
  class: "blue",
11478
11478
  style: { width: "35%" }
11479
11479
  }, "Time Enroute (hrs)", -1)),
11480
- t("div", Gm, e(((yt = r.comparisonData) == null ? void 0 : yt.actualTime) ?? "—"), 1),
11481
- t("div", Wm, e(((lt = r.comparisonData) == null ? void 0 : lt.recmdTime) ?? "—"), 1)
11480
+ t("div", Gb, e(((yt = r.comparisonData) == null ? void 0 : yt.actualTime) ?? "—"), 1),
11481
+ t("div", Wb, e(((lt = r.comparisonData) == null ? void 0 : lt.recmdTime) ?? "—"), 1)
11482
11482
  ]),
11483
- t("div", Bm, [
11483
+ t("div", Bb, [
11484
11484
  l[20] || (l[20] = t("div", {
11485
11485
  class: "blue",
11486
11486
  style: { width: "35%" }
11487
11487
  }, "Average Speed (kts)", -1)),
11488
- t("div", Lm, e(((xt = r.comparisonData) == null ? void 0 : xt.actualAvgSpd) ?? "—"), 1),
11489
- t("div", Zm, e(((ot = r.comparisonData) == null ? void 0 : ot.recmdAvgSpd) ?? "—"), 1)
11488
+ t("div", Lb, e(((xt = r.comparisonData) == null ? void 0 : xt.actualAvgSpd) ?? "—"), 1),
11489
+ t("div", Zb, e(((ot = r.comparisonData) == null ? void 0 : ot.recmdAvgSpd) ?? "—"), 1)
11490
11490
  ]),
11491
- t("div", Hm, [
11491
+ t("div", Hb, [
11492
11492
  l[21] || (l[21] = t("div", {
11493
11493
  class: "blue",
11494
11494
  style: { width: "35%" }
11495
11495
  }, "Current Factor (kts)", -1)),
11496
- t("div", Jm, e(((Tt = r.comparisonData) == null ? void 0 : Tt.actualAvgCF) ?? "—"), 1),
11497
- t("div", _m, e(((zt = r.comparisonData) == null ? void 0 : zt.recmdAvgCF) ?? "—"), 1)
11496
+ t("div", Jb, e(((Tt = r.comparisonData) == null ? void 0 : Tt.actualAvgCF) ?? "—"), 1),
11497
+ t("div", _b, e(((zt = r.comparisonData) == null ? void 0 : zt.recmdAvgCF) ?? "—"), 1)
11498
11498
  ]),
11499
- t("div", Xm, [
11499
+ t("div", Xb, [
11500
11500
  l[22] || (l[22] = t("div", {
11501
11501
  class: "blue",
11502
11502
  style: { width: "35%" }
11503
11503
  }, "Weather Factor (kts)", -1)),
11504
- t("div", Km, e(((pt = r.comparisonData) == null ? void 0 : pt.actualAvgWF) ?? "—"), 1),
11505
- t("div", qm, e(((vt = r.comparisonData) == null ? void 0 : vt.recmdAvgWF) ?? "—"), 1)
11504
+ t("div", Kb, e(((pt = r.comparisonData) == null ? void 0 : pt.actualAvgWF) ?? "—"), 1),
11505
+ t("div", qb, e(((vt = r.comparisonData) == null ? void 0 : vt.recmdAvgWF) ?? "—"), 1)
11506
11506
  ]),
11507
- t("div", $m, [
11507
+ t("div", $b, [
11508
11508
  l[23] || (l[23] = t("div", {
11509
11509
  class: "blue",
11510
11510
  style: { width: "35%" }
11511
11511
  }, "Performance Speed (kts)", -1)),
11512
- t("div", tE, e(((bt = r.comparisonData) == null ? void 0 : bt.actualPfmSpd) ?? "—"), 1),
11513
- t("div", lE, e(((mt = r.comparisonData) == null ? void 0 : mt.recmdPfmSpd) ?? "—"), 1)
11512
+ t("div", tE, e(((mt = r.comparisonData) == null ? void 0 : mt.actualPfmSpd) ?? "—"), 1),
11513
+ t("div", lE, e(((bt = r.comparisonData) == null ? void 0 : bt.recmdPfmSpd) ?? "—"), 1)
11514
11514
  ]),
11515
11515
  t("div", eE, [
11516
11516
  l[24] || (l[24] = t("div", {
@@ -11599,9 +11599,9 @@ function zE(i, l, s, D, r, d) {
11599
11599
  ], 2)
11600
11600
  ]);
11601
11601
  }
11602
- const pE = /* @__PURE__ */ il(qb, [["render", zE], ["__scopeId", "data-v-24b3bc72"]]), eS = {
11602
+ const pE = /* @__PURE__ */ il(qm, [["render", zE], ["__scopeId", "data-v-24b3bc72"]]), eS = {
11603
11603
  install(i) {
11604
- i.component("OrmComparisonReport", Kb), i.component("FliComparisonReport", pE);
11604
+ i.component("OrmComparisonReport", Km), i.component("FliComparisonReport", pE);
11605
11605
  }
11606
11606
  };
11607
11607
  const fE = {
@@ -11613,7 +11613,7 @@ const fE = {
11613
11613
  }
11614
11614
  }
11615
11615
  }, CE = { class: "section brand-section flex-space" }, jE = { class: "report-box flex-space" }, UE = { class: "name flex-start" };
11616
- function bE(i, l, s, D, r, d) {
11616
+ function mE(i, l, s, D, r, d) {
11617
11617
  return n(), a("div", CE, [
11618
11618
  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)),
11619
11619
  t("div", jE, [
@@ -11622,9 +11622,9 @@ function bE(i, l, s, D, r, d) {
11622
11622
  ])
11623
11623
  ]);
11624
11624
  }
11625
- const mE = /* @__PURE__ */ il(fE, [["render", bE], ["__scopeId", "data-v-d5871b6a"]]), sS = {
11625
+ const bE = /* @__PURE__ */ il(fE, [["render", mE], ["__scopeId", "data-v-d5871b6a"]]), sS = {
11626
11626
  install(i) {
11627
- i.component("IdmBrand", cs), i.component("IdmThird", mE);
11627
+ i.component("IdmBrand", cs), i.component("IdmThird", bE);
11628
11628
  }
11629
11629
  };
11630
11630
  const EE = {
@@ -14147,7 +14147,7 @@ const iO = {
14147
14147
  }, fO = {
14148
14148
  class: "flex-end",
14149
14149
  style: { flex: "1", "text-transform": "uppercase" }
14150
- }, CO = { 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 = {
14150
+ }, CO = { class: "section summary-section" }, jO = { class: "section-content" }, UO = { colspan: "2" }, mO = { key: 0 }, bO = { 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 = {
14151
14151
  class: "item",
14152
14152
  style: { width: "22%" }
14153
14153
  }, LO = { class: "text" }, ZO = {
@@ -14189,7 +14189,7 @@ const iO = {
14189
14189
  }, I5 = {
14190
14190
  class: "formula-block",
14191
14191
  style: { flex: "1" }
14192
- }, 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" }, f5 = { class: "fraction flex-center" }, C5 = { class: "content" }, j5 = { class: "fraction" }, U5 = { class: "fraction flex-center" }, b5 = { class: "content" }, m5 = { class: "fraction" }, E5 = {
14192
+ }, 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" }, f5 = { class: "fraction flex-center" }, C5 = { class: "content" }, j5 = { class: "fraction" }, U5 = { class: "fraction flex-center" }, m5 = { class: "content" }, b5 = { class: "fraction" }, E5 = {
14193
14193
  key: 0,
14194
14194
  class: "flex-center summary-bg"
14195
14195
  }, O5 = {
@@ -14215,7 +14215,7 @@ const iO = {
14215
14215
  class: "flex-center summary-bg"
14216
14216
  }, rw = { class: "fraction" }, Mw = { class: "fraction" }, Dw = { class: "fraction" }, Nw = { class: "section vessel-report-section" }, Iw = { class: "section-content" }, gw = ["rowspan"];
14217
14217
  function uw(i, l, s, D, r, d) {
14218
- var C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, fi, Ci, ji, Ui, bi, mi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Sl, 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, fo, Co, 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, an, dn, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, Cn, 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, ta, la, ea, sa, ia, oa, na, aa, el, Bi, li, Gi, da, ra, Ma, Da, Na, Ia, ga, ua, za, pa, fa, Ca, ja, Ua, ba, ma, Ea;
14218
+ var C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, ms, bs, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls, T, Zs, Hs, Js, _s, Xs, Ks, qs, $s, Ms, ei, si, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, fi, Ci, ji, Ui, mi, bi, ul, Ei, Oi, wi, Yi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Sl, 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, fo, Co, jo, Uo, mo, bo, 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, an, dn, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, Cn, jn, Un, mn, bn, En, On, wn, Yn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Bn, Ln, Zn, Hn, Jn, _n, Xn, Kn, qn, $n, ta, la, ea, sa, ia, oa, na, aa, el, Bi, li, Gi, da, ra, Ma, Da, Na, Ia, ga, ua, za, pa, fa, Ca, ja, Ua, ma, ba, Ea;
14219
14219
  const c = F("IdmBrand"), M = F("Lat"), I = F("Lng"), p = F("Editor");
14220
14220
  return n(), a("div", oO, [
14221
14221
  E(c, { name: "Energy Efficiency Analysis Report" }),
@@ -14233,7 +14233,7 @@ function uw(i, l, s, D, r, d) {
14233
14233
  class: "flex-end",
14234
14234
  style: { width: "140px" }
14235
14235
  }, "Vessel", -1)),
14236
- 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 = (f = (m = s.report) == null ? void 0 : m.voyage) == null ? void 0 : f.vessel) == null ? void 0 : S.type) + ")", 1)
14236
+ t("span", DO, e((m = (j = (Y = s.report) == null ? void 0 : Y.voyage) == null ? void 0 : j.vessel) == null ? void 0 : m.name) + " (" + e((S = (f = (b = s.report) == null ? void 0 : b.voyage) == null ? void 0 : f.vessel) == null ? void 0 : S.type) + ")", 1)
14237
14237
  ]),
14238
14238
  t("div", NO, [
14239
14239
  l[5] || (l[5] = t("label", {
@@ -14318,16 +14318,16 @@ function uw(i, l, s, D, r, d) {
14318
14318
  l[13] || (l[13] = t("td", { colspan: "2" }, "Idle", -1)),
14319
14319
  t("td", UO, [
14320
14320
  g(e((ct = (rt = (dt = (at = (q = s.report) == null ? void 0 : q.eeas) == null ? void 0 : at.extend) == null ? void 0 : dt.cp) == null ? void 0 : rt.idle) == null ? void 0 : ct.fo) + " ", 1),
14321
- (ot = (xt = (lt = (yt = s.report) == null ? void 0 : yt.eeas) == null ? void 0 : lt.extend) == null ? void 0 : xt.cp) != null && ot.weather ? (n(), a("span", bO, [
14321
+ (ot = (xt = (lt = (yt = s.report) == null ? void 0 : yt.eeas) == null ? void 0 : lt.extend) == null ? void 0 : xt.cp) != null && ot.weather ? (n(), a("span", mO, [
14322
14322
  l[11] || (l[11] = g("| ")),
14323
- (bt = (vt = (pt = (zt = (Tt = s.report) == null ? void 0 : Tt.eeas) == null ? void 0 : zt.extend) == null ? void 0 : pt.cp) == null ? void 0 : vt.weather) != null && bt.consPercentage ? (n(), a("span", mO, "+" + e((Yt = (wt = (Ot = (Et = (mt = s.report) == null ? void 0 : mt.eeas) == null ? void 0 : Et.extend) == null ? void 0 : Ot.cp) == null ? void 0 : wt.weather) == null ? void 0 : Yt.consOfOver) + "% , -" + e((Rt = (ht = (kt = (Qt = (St = s.report) == null ? void 0 : St.eeas) == null ? void 0 : Qt.extend) == null ? void 0 : kt.cp) == null ? void 0 : ht.weather) == null ? void 0 : Rt.consOfUnder) + "%", 1)) : (n(), a("span", EO, "+" + e((Wt = (ft = (Pt = (Vt = (Ft = s.report) == null ? void 0 : Ft.eeas) == null ? void 0 : Vt.extend) == null ? void 0 : Pt.cp) == null ? void 0 : ft.weather) == null ? void 0 : Wt.consOfOver) + " , -" + e((Lt = (Ut = (k = (Gt = (Bt = s.report) == null ? void 0 : Bt.eeas) == null ? void 0 : Gt.extend) == null ? void 0 : k.cp) == null ? void 0 : Ut.weather) == null ? void 0 : Lt.consOfUnder), 1))
14323
+ (mt = (vt = (pt = (zt = (Tt = s.report) == null ? void 0 : Tt.eeas) == null ? void 0 : zt.extend) == null ? void 0 : pt.cp) == null ? void 0 : vt.weather) != null && mt.consPercentage ? (n(), a("span", bO, "+" + e((Yt = (wt = (Ot = (Et = (bt = s.report) == null ? void 0 : bt.eeas) == null ? void 0 : Et.extend) == null ? void 0 : Ot.cp) == null ? void 0 : wt.weather) == null ? void 0 : Yt.consOfOver) + "% , -" + e((Rt = (ht = (kt = (Qt = (St = s.report) == null ? void 0 : St.eeas) == null ? void 0 : Qt.extend) == null ? void 0 : kt.cp) == null ? void 0 : ht.weather) == null ? void 0 : Rt.consOfUnder) + "%", 1)) : (n(), a("span", EO, "+" + e((Wt = (ft = (Pt = (Vt = (Ft = s.report) == null ? void 0 : Ft.eeas) == null ? void 0 : Vt.extend) == null ? void 0 : Pt.cp) == null ? void 0 : ft.weather) == null ? void 0 : Wt.consOfOver) + " , -" + e((Lt = (Ut = (k = (Gt = (Bt = s.report) == null ? void 0 : Bt.eeas) == null ? void 0 : Gt.extend) == null ? void 0 : k.cp) == null ? void 0 : Ut.weather) == null ? void 0 : Lt.consOfUnder), 1))
14324
14324
  ])) : y("", !0)
14325
14325
  ]),
14326
14326
  t("td", OO, [
14327
14327
  g(e(($t = (qt = (h = (Kt = (Xt = s.report) == null ? void 0 : Xt.eeas) == null ? void 0 : Kt.extend) == null ? void 0 : h.cp) == null ? void 0 : qt.idle) == null ? void 0 : $t.dgo) + " ", 1),
14328
14328
  (Z = (Ct = (Mt = (N = s.report) == null ? void 0 : N.eeas) == null ? void 0 : Mt.extend) == null ? void 0 : Ct.cp) != null && Z.weather ? (n(), a("span", wO, [
14329
14329
  l[12] || (l[12] = g("| ")),
14330
- (ll = (tl = (Jt = (At = (Ht = s.report) == null ? void 0 : Ht.eeas) == null ? void 0 : At.extend) == null ? void 0 : Jt.cp) == null ? void 0 : tl.weather) != null && ll.consPercentage ? (n(), a("span", YO, "+" + e((Dl = (Ml = (rl = (dl = (al = s.report) == null ? void 0 : al.eeas) == null ? void 0 : dl.extend) == null ? void 0 : rl.cp) == null ? void 0 : Ml.weather) == null ? void 0 : Dl.consOfOver) + "% , -" + e((vl = (Al = (yl = (cl = (Nl = s.report) == null ? void 0 : Nl.eeas) == null ? void 0 : cl.extend) == null ? void 0 : yl.cp) == null ? void 0 : Al.weather) == null ? void 0 : vl.consOfUnder) + "%", 1)) : (n(), a("span", SO, "+" + e((fl = (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 : fl.consOfOver) + " , -" + e((ml = (bl = (Ul = (jl = (Cl = s.report) == null ? void 0 : Cl.eeas) == null ? void 0 : jl.extend) == null ? void 0 : Ul.cp) == null ? void 0 : bl.weather) == null ? void 0 : ml.consOfUnder), 1))
14330
+ (ll = (tl = (Jt = (At = (Ht = s.report) == null ? void 0 : Ht.eeas) == null ? void 0 : At.extend) == null ? void 0 : Jt.cp) == null ? void 0 : tl.weather) != null && ll.consPercentage ? (n(), a("span", YO, "+" + e((Dl = (Ml = (rl = (dl = (al = s.report) == null ? void 0 : al.eeas) == null ? void 0 : dl.extend) == null ? void 0 : rl.cp) == null ? void 0 : Ml.weather) == null ? void 0 : Dl.consOfOver) + "% , -" + e((vl = (Al = (yl = (cl = (Nl = s.report) == null ? void 0 : Nl.eeas) == null ? void 0 : cl.extend) == null ? void 0 : yl.cp) == null ? void 0 : Al.weather) == null ? void 0 : vl.consOfUnder) + "%", 1)) : (n(), a("span", SO, "+" + e((fl = (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 : fl.consOfOver) + " , -" + e((bl = (ml = (Ul = (jl = (Cl = s.report) == null ? void 0 : Cl.eeas) == null ? void 0 : jl.extend) == null ? void 0 : Ul.cp) == null ? void 0 : ml.weather) == null ? void 0 : bl.consOfUnder), 1))
14331
14331
  ])) : y("", !0)
14332
14332
  ])
14333
14333
  ]),
@@ -14344,7 +14344,7 @@ function uw(i, l, s, D, r, d) {
14344
14344
  g(e(($l = (ql = (Kl = (Yl = (gl = s.report) == null ? void 0 : gl.eeas) == null ? void 0 : Yl.extend) == null ? void 0 : Kl.cp) == null ? void 0 : ql.working) == null ? void 0 : $l.dgo) + " ", 1),
14345
14345
  (se = (ee = (le = (te = s.report) == null ? void 0 : te.eeas) == null ? void 0 : le.extend) == null ? void 0 : ee.cp) != null && se.weather ? (n(), a("span", VO, [
14346
14346
  l[15] || (l[15] = g(" | ")),
14347
- (de = (ae = (ne = (oe = (ie = s.report) == null ? void 0 : ie.eeas) == null ? void 0 : oe.extend) == null ? void 0 : ne.cp) == null ? void 0 : ae.weather) != null && de.consPercentage ? (n(), a("span", PO, "+" + e((Ie = (Ne = (De = (Me = (re = s.report) == null ? void 0 : re.eeas) == null ? void 0 : Me.extend) == null ? void 0 : De.cp) == null ? void 0 : Ne.weather) == null ? void 0 : Ie.consOfOver) + "% , -" + e((Ae = (ye = (ce = (ue = (ge = s.report) == null ? void 0 : ge.eeas) == null ? void 0 : ue.extend) == null ? void 0 : ce.cp) == null ? void 0 : ye.weather) == null ? void 0 : Ae.consOfUnder) + "%", 1)) : (n(), a("span", GO, "+" + e((pe = (ze = (xe = (Te = (ve = s.report) == null ? void 0 : ve.eeas) == null ? void 0 : Te.extend) == null ? void 0 : xe.cp) == null ? void 0 : ze.weather) == null ? void 0 : pe.consOfOver) + " , -" + e((be = (Ue = (je = (Ce = (fe = s.report) == null ? void 0 : fe.eeas) == null ? void 0 : Ce.extend) == null ? void 0 : je.cp) == null ? void 0 : Ue.weather) == null ? void 0 : be.consOfUnder), 1))
14347
+ (de = (ae = (ne = (oe = (ie = s.report) == null ? void 0 : ie.eeas) == null ? void 0 : oe.extend) == null ? void 0 : ne.cp) == null ? void 0 : ae.weather) != null && de.consPercentage ? (n(), a("span", PO, "+" + e((Ie = (Ne = (De = (Me = (re = s.report) == null ? void 0 : re.eeas) == null ? void 0 : Me.extend) == null ? void 0 : De.cp) == null ? void 0 : Ne.weather) == null ? void 0 : Ie.consOfOver) + "% , -" + e((Ae = (ye = (ce = (ue = (ge = s.report) == null ? void 0 : ge.eeas) == null ? void 0 : ue.extend) == null ? void 0 : ce.cp) == null ? void 0 : ye.weather) == null ? void 0 : Ae.consOfUnder) + "%", 1)) : (n(), a("span", GO, "+" + e((pe = (ze = (xe = (Te = (ve = s.report) == null ? void 0 : ve.eeas) == null ? void 0 : Te.extend) == null ? void 0 : xe.cp) == null ? void 0 : ze.weather) == null ? void 0 : pe.consOfOver) + " , -" + e((me = (Ue = (je = (Ce = (fe = s.report) == null ? void 0 : fe.eeas) == null ? void 0 : Ce.extend) == null ? void 0 : je.cp) == null ? void 0 : Ue.weather) == null ? void 0 : me.consOfUnder), 1))
14348
14348
  ])) : y("", !0)
14349
14349
  ])
14350
14350
  ])
@@ -14354,7 +14354,7 @@ function uw(i, l, s, D, r, d) {
14354
14354
  t("div", BO, [
14355
14355
  l[19] || (l[19] = t("div", { class: "phase-title" }, "Total Idle Time", -1)),
14356
14356
  t("div", LO, [
14357
- g(e((Ye = (we = (Oe = (Ee = (me = s.report) == null ? void 0 : me.eeas) == null ? void 0 : Ee.extend) == null ? void 0 : Oe.actual) == null ? void 0 : we.idle) == null ? void 0 : Ye.totalTime), 1),
14357
+ g(e((Ye = (we = (Oe = (Ee = (be = s.report) == null ? void 0 : be.eeas) == null ? void 0 : Ee.extend) == null ? void 0 : Oe.actual) == null ? void 0 : we.idle) == null ? void 0 : Ye.totalTime), 1),
14358
14358
  l[18] || (l[18] = t("span", { class: "unit" }, "hrs", -1))
14359
14359
  ])
14360
14360
  ]),
@@ -14380,7 +14380,7 @@ function uw(i, l, s, D, r, d) {
14380
14380
  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"])
14381
14381
  }, e(((fs = (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 : fs.status) === "Saving" ? "" : ""), 3),
14382
14382
  t("span", {
14383
- class: z(((ms = (bs = (Us = (js = (Cs = s.report) == null ? void 0 : Cs.eeas) == null ? void 0 : js.extend) == null ? void 0 : Us.summary) == null ? void 0 : bs.fo) == null ? void 0 : ms.status) === "Saving" ? "gain" : "lost")
14383
+ class: z(((bs = (ms = (Us = (js = (Cs = s.report) == null ? void 0 : Cs.eeas) == null ? void 0 : js.extend) == null ? void 0 : Us.summary) == null ? void 0 : ms.fo) == null ? void 0 : bs.status) === "Saving" ? "gain" : "lost")
14384
14384
  }, 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),
14385
14385
  l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
14386
14386
  ])
@@ -14471,7 +14471,7 @@ function uw(i, l, s, D, r, d) {
14471
14471
  ])
14472
14472
  ], -1)),
14473
14473
  (n(!0), a(U, null, et((yi = (ci = (ui = s.report) == null ? void 0 : ui.eeas) == null ? void 0 : ci.extend) == null ? void 0 : yi.ports, (sl) => {
14474
- var ca, He, ya, Aa, Oa, wa, Ya, Sa, Qa, ka, ha, Ra, Fa, Va, Pa, Ga, Wa, Ba, La, Za, Ha, Ja, _a, Xa, Ka, qa, $a, td, ld, ed, sd, id, od, nd, ad, dd, rd, Md, Dd, Nd, Id, gd, ud, cd, yd, Ad, vd, Td, xd, zd, pd, fd, Cd, jd, Ud, bd, md, Ed;
14474
+ var ca, He, ya, Aa, Oa, wa, Ya, Sa, Qa, ka, ha, Ra, Fa, Va, Pa, Ga, Wa, Ba, La, Za, Ha, Ja, _a, Xa, Ka, qa, $a, td, ld, ed, sd, id, od, nd, ad, dd, rd, Md, Dd, Nd, Id, gd, ud, cd, yd, Ad, vd, Td, xd, zd, pd, fd, Cd, jd, Ud, md, bd, Ed;
14475
14475
  return n(), a("tbody", {
14476
14476
  key: sl.port
14477
14477
  }, [
@@ -14508,7 +14508,7 @@ function uw(i, l, s, D, r, d) {
14508
14508
  class: z(((yd = sl.working) == null ? void 0 : yd.dailyFoCons) > ((zd = (xd = (Td = (vd = (Ad = s.report) == null ? void 0 : Ad.eeas) == null ? void 0 : vd.extend) == null ? void 0 : Td.cp) == null ? void 0 : xd.working) == null ? void 0 : zd.fo) ? "lost" : "")
14509
14509
  }, e((pd = sl.working) == null ? void 0 : pd.dailyFoCons), 3),
14510
14510
  t("td", {
14511
- class: z(((fd = sl.working) == null ? void 0 : fd.dailyDgoCons) > ((md = (bd = (Ud = (jd = (Cd = s.report) == null ? void 0 : Cd.eeas) == null ? void 0 : jd.extend) == null ? void 0 : Ud.cp) == null ? void 0 : bd.working) == null ? void 0 : md.dgo) ? "lost" : "")
14511
+ class: z(((fd = sl.working) == null ? void 0 : fd.dailyDgoCons) > ((bd = (md = (Ud = (jd = (Cd = s.report) == null ? void 0 : Cd.eeas) == null ? void 0 : jd.extend) == null ? void 0 : Ud.cp) == null ? void 0 : md.working) == null ? void 0 : bd.dgo) ? "lost" : "")
14512
14512
  }, e((Ed = sl.working) == null ? void 0 : Ed.dailyDgoCons), 3)
14513
14513
  ])
14514
14514
  ]);
@@ -14536,7 +14536,7 @@ function uw(i, l, s, D, r, d) {
14536
14536
  l[44] || (l[44] = t("div", { class: "sig" }, ")", -1)),
14537
14537
  l[45] || (l[45] = t("div", { class: "sig" }, "+", -1)),
14538
14538
  l[46] || (l[46] = t("div", { class: "sig" }, "(", -1)),
14539
- 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),
14539
+ t("div", A5, e((ul = (bi = (mi = (Ui = (ji = s.report) == null ? void 0 : ji.eeas) == null ? void 0 : Ui.extend) == null ? void 0 : mi.actual) == null ? void 0 : bi.working) == null ? void 0 : ul.totalTime), 1),
14540
14540
  l[47] || (l[47] = t("div", { class: "sig" }, "x", -1)),
14541
14541
  t("div", v5, [
14542
14542
  t("div", T5, [
@@ -14567,7 +14567,7 @@ function uw(i, l, s, D, r, d) {
14567
14567
  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),
14568
14568
  l[60] || (l[60] = t("div", { class: "sig" }, "x", -1)),
14569
14569
  t("div", U5, [
14570
- t("div", b5, [
14570
+ t("div", m5, [
14571
14571
  t("div", null, e((ao = (no = (oo = (io = (so = s.report) == null ? void 0 : so.eeas) == null ? void 0 : io.extend) == null ? void 0 : oo.cp) == null ? void 0 : no.working) == null ? void 0 : ao.minusAbtfo), 1),
14572
14572
  l[53] || (l[53] = t("div", { class: "line" }, null, -1)),
14573
14573
  l[54] || (l[54] = t("div", null, "24", -1))
@@ -14575,7 +14575,7 @@ function uw(i, l, s, D, r, d) {
14575
14575
  ]),
14576
14576
  l[61] || (l[61] = t("div", { class: "sig" }, ")", -1)),
14577
14577
  l[62] || (l[62] = t("div", { class: "sig" }, "=", -1)),
14578
- t("div", m5, e((No = (Do = (Mo = (ro = s.report) == null ? void 0 : ro.eeas) == null ? void 0 : Mo.extend) == null ? void 0 : Do.cp) == null ? void 0 : No.minFoCons) + " mt", 1),
14578
+ t("div", b5, e((No = (Do = (Mo = (ro = s.report) == null ? void 0 : ro.eeas) == null ? void 0 : Mo.extend) == null ? void 0 : Do.cp) == null ? void 0 : No.minFoCons) + " mt", 1),
14579
14579
  l[63] || (l[63] = t("div", { class: "sig" }, "(f')", -1))
14580
14580
  ]),
14581
14581
  ((yo = (co = (uo = (go = (Io = s.report) == null ? void 0 : Io.eeas) == null ? void 0 : go.extend) == null ? void 0 : uo.summary) == null ? void 0 : co.fo) == null ? void 0 : yo.status) === "N/A" ? (n(), a("div", E5, l[64] || (l[64] = [
@@ -14587,7 +14587,7 @@ function uw(i, l, s, D, r, d) {
14587
14587
  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)),
14588
14588
  t("div", w5, e((jo = (Co = (fo = (po = s.report) == null ? void 0 : po.eeas) == null ? void 0 : fo.extend) == null ? void 0 : Co.cp) == null ? void 0 : jo.maxFoCons), 1),
14589
14589
  l[66] || (l[66] = t("div", { class: "sig" }, "-", -1)),
14590
- 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),
14590
+ t("div", Y5, e((Eo = (bo = (mo = (Uo = s.report) == null ? void 0 : Uo.eeas) == null ? void 0 : mo.extend) == null ? void 0 : bo.actual) == null ? void 0 : Eo.totalFoCons), 1),
14591
14591
  l[67] || (l[67] = t("div", { class: "sig" }, "=", -1)),
14592
14592
  t("div", S5, e((Qo = (So = (Yo = (wo = (Oo = s.report) == null ? void 0 : Oo.eeas) == null ? void 0 : wo.extend) == null ? void 0 : Yo.summary) == null ? void 0 : So.fo) == null ? void 0 : Qo.margin) + " mt", 1)
14593
14593
  ])) : (n(), a("div", Q5, [
@@ -14637,7 +14637,7 @@ function uw(i, l, s, D, r, d) {
14637
14637
  l[89] || (l[89] = t("div", { class: "sig" }, "x", -1)),
14638
14638
  t("div", K5, [
14639
14639
  t("div", q5, [
14640
- t("div", null, e((mn = (bn = (Un = (jn = (Cn = s.report) == null ? void 0 : Cn.eeas) == null ? void 0 : jn.extend) == null ? void 0 : Un.cp) == null ? void 0 : bn.idle) == null ? void 0 : mn.minusAbtdgo), 1),
14640
+ t("div", null, e((bn = (mn = (Un = (jn = (Cn = s.report) == null ? void 0 : Cn.eeas) == null ? void 0 : jn.extend) == null ? void 0 : Un.cp) == null ? void 0 : mn.idle) == null ? void 0 : bn.minusAbtdgo), 1),
14641
14641
  l[84] || (l[84] = t("div", { class: "line" }, null, -1)),
14642
14642
  l[85] || (l[85] = t("div", null, "24", -1))
14643
14643
  ])
@@ -14749,7 +14749,7 @@ function uw(i, l, s, D, r, d) {
14749
14749
  ])
14750
14750
  ], -1)),
14751
14751
  t("tbody", null, [
14752
- (n(!0), a(U, null, et(((Ea = (ma = (ba = s.report) == null ? void 0 : ba.eeas) == null ? void 0 : ma.extend) == null ? void 0 : Ea.eecs) || [], (sl) => {
14752
+ (n(!0), a(U, null, et(((Ea = (ba = (ma = s.report) == null ? void 0 : ma.eeas) == null ? void 0 : ba.extend) == null ? void 0 : Ea.eecs) || [], (sl) => {
14753
14753
  var ca;
14754
14754
  return n(), a(U, {
14755
14755
  key: sl.port
@@ -14866,7 +14866,7 @@ const xw = {
14866
14866
  }, Uw = {
14867
14867
  class: "flex-between",
14868
14868
  style: { width: "48%" }
14869
- }, bw = { class: "flex-between row" }, mw = {
14869
+ }, mw = { class: "flex-between row" }, bw = {
14870
14870
  class: "flex-between",
14871
14871
  style: { width: "48%" }
14872
14872
  }, Ew = {
@@ -14893,7 +14893,7 @@ const xw = {
14893
14893
  style: { "font-weight": "bold" }
14894
14894
  }, tY = { class: "section leg-section" };
14895
14895
  function lY(i, l, s, D, r, d) {
14896
- var I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl;
14896
+ var I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl;
14897
14897
  const c = F("IdmBrand"), M = F("Editor");
14898
14898
  return n(), a("div", zw, [
14899
14899
  E(c, { name: "EU ETS Compliance Cost Analysis Report" }),
@@ -14911,8 +14911,8 @@ function lY(i, l, s, D, r, d) {
14911
14911
  ])
14912
14912
  ])
14913
14913
  ]),
14914
- t("div", bw, [
14915
- t("div", mw, [
14914
+ t("div", mw, [
14915
+ t("div", bw, [
14916
14916
  l[5] || (l[5] = t("label", { class: "label" }, "Report Year:", -1)),
14917
14917
  t("div", null, e((A = s.report) == null ? void 0 : A.year), 1)
14918
14918
  ]),
@@ -14930,7 +14930,7 @@ function lY(i, l, s, D, r, d) {
14930
14930
  t("div", Yw, [
14931
14931
  l[8] || (l[8] = t("div", { class: "phase-title" }, "EU ETS Cost", -1)),
14932
14932
  t("div", Sw, [
14933
- g(e((m = (b = s.report) == null ? void 0 : b.summary) == null ? void 0 : m.cost), 1),
14933
+ g(e((b = (m = s.report) == null ? void 0 : m.summary) == null ? void 0 : b.cost), 1),
14934
14934
  l[7] || (l[7] = t("span", { class: "unit" }, "€", -1))
14935
14935
  ]),
14936
14936
  t("div", Qw, [
@@ -14951,7 +14951,7 @@ function lY(i, l, s, D, r, d) {
14951
14951
  ])
14952
14952
  ]),
14953
14953
  t("div", Pw, [
14954
- l[13] || (l[13] = t("div", { class: "phase-title" }, "EU ETS CO2 emissions", -1)),
14954
+ l[13] || (l[13] = t("div", { class: "phase-title" }, "EU ETS CO₂ emissions", -1)),
14955
14955
  t("div", Gw, [
14956
14956
  g(e((G = (P = s.report) == null ? void 0 : P.summary) == null ? void 0 : G.ghg2), 1),
14957
14957
  l[12] || (l[12] = t("span", { class: "unit" }, "mt", -1))
@@ -15000,7 +15000,7 @@ function lY(i, l, s, D, r, d) {
15000
15000
  ], 2),
15001
15001
  t("div", Xw, [
15002
15002
  l[25] || (l[25] = t("div", { class: "flex-between" }, [
15003
- t("div", { class: "subtitle" }, "CO2 emissions Calculation")
15003
+ t("div", { class: "subtitle" }, "CO₂ emissions Calculation")
15004
15004
  ], -1)),
15005
15005
  t("div", Kw, [
15006
15006
  t("table", qw, [
@@ -15017,12 +15017,12 @@ function lY(i, l, s, D, r, d) {
15017
15017
  t("th", {
15018
15018
  colspan: 3,
15019
15019
  class: "label"
15020
- }, "Emissions (t CO2e)")
15020
+ }, "Emissions (t CO₂eq)")
15021
15021
  ]),
15022
15022
  t("tr", null, [
15023
- t("th", { class: "label" }, "CO2"),
15024
- t("th", { class: "label" }, "CH4"),
15025
- t("th", { class: "label" }, "N2O")
15023
+ t("th", { class: "label" }, "CO₂"),
15024
+ t("th", { class: "label" }, "CH₄"),
15025
+ t("th", { class: "label" }, "N₂O")
15026
15026
  ])
15027
15027
  ], -1)),
15028
15028
  t("tbody", null, [
@@ -15036,7 +15036,7 @@ function lY(i, l, s, D, r, d) {
15036
15036
  t("tr", null, [
15037
15037
  l[19] || (l[19] = t("td", null, "LFO", -1)),
15038
15038
  t("td", null, e(((zt = (Tt = (ot = (xt = (lt = s.report) == null ? void 0 : lt.summary) == null ? void 0 : xt.fuels) == null ? void 0 : ot.filter((O) => O.type === "LFO")) == null ? void 0 : Tt[0]) == null ? void 0 : zt.cons) ?? "-"), 1),
15039
- t("td", null, e(((Et = (mt = (bt = (vt = (pt = s.report) == null ? void 0 : pt.summary) == null ? void 0 : vt.fuels) == null ? void 0 : bt.filter((O) => O.type === "LFO")) == null ? void 0 : mt[0]) == null ? void 0 : Et.co2) ?? "-"), 1),
15039
+ t("td", null, e(((Et = (bt = (mt = (vt = (pt = s.report) == null ? void 0 : pt.summary) == null ? void 0 : vt.fuels) == null ? void 0 : mt.filter((O) => O.type === "LFO")) == null ? void 0 : bt[0]) == null ? void 0 : Et.co2) ?? "-"), 1),
15040
15040
  t("td", null, e(((Qt = (St = (Yt = (wt = (Ot = s.report) == null ? void 0 : Ot.summary) == null ? void 0 : wt.fuels) == null ? void 0 : Yt.filter((O) => O.type === "LFO")) == null ? void 0 : St[0]) == null ? void 0 : Qt.ch4) ?? "-"), 1),
15041
15041
  t("td", null, e(((Vt = (Ft = (Rt = (ht = (kt = s.report) == null ? void 0 : kt.summary) == null ? void 0 : ht.fuels) == null ? void 0 : Rt.filter((O) => O.type === "LFO")) == null ? void 0 : Ft[0]) == null ? void 0 : Vt.n2o) ?? "-"), 1)
15042
15042
  ]),
@@ -15060,11 +15060,11 @@ function lY(i, l, s, D, r, d) {
15060
15060
  class: "label",
15061
15061
  style: { "font-weight": "bold" }
15062
15062
  }, "Total (ETS / MRV)", -1)),
15063
- t("td", $w, e((ml = (bl = s.report) == null ? void 0 : bl.summary) == null ? void 0 : ml.ghg2) + " / " + e((Ol = (El = s.report) == null ? void 0 : El.summary) == null ? void 0 : Ol.ghg) + "mt", 1)
15063
+ t("td", $w, e((bl = (ml = s.report) == null ? void 0 : ml.summary) == null ? void 0 : bl.ghg2) + " / " + e((Ol = (El = s.report) == null ? void 0 : El.summary) == null ? void 0 : Ol.ghg) + "mt", 1)
15064
15064
  ])
15065
15065
  ])
15066
15066
  ]),
15067
- l[24] || (l[24] = it('<div class="flex-between border-dashed" style="flex:1;" data-v-7ff4b4c5><div class="emission-formula" data-v-7ff4b4c5><div class="formula-row formula-row-1 flex-center" data-v-7ff4b4c5><img style="width:350px;" src="' + yw + '" data-v-7ff4b4c5></div><div class="formula-row formula-row-2 flex-center" data-v-7ff4b4c5><img style="height:36px;" src="' + Aw + '" data-v-7ff4b4c5></div><div class="formula-row formula-row-3 flex-center" data-v-7ff4b4c5><img style="height:36px;" src="' + vw + '" data-v-7ff4b4c5></div><div class="formula-row formula-row-4 flex-center" data-v-7ff4b4c5><img style="height:14px;" src="' + Tw + '" data-v-7ff4b4c5></div></div><div class="emission-divider" data-v-7ff4b4c5></div><div class="emission-info" data-v-7ff4b4c5><p data-v-7ff4b4c5>Mi: Fuel consumption, as total mass of the specific fuel i used, in tonnes.</p><p data-v-7ff4b4c5>Mi,NC: Total mass of fuel i (in tonnes) not combusted but released into the atmosphere.</p><p data-v-7ff4b4c5>EF: emission factor for the combustion of fuel i.</p><p data-v-7ff4b4c5>GWP: Global warming potential.</p><p data-v-7ff4b4c5>GHG: Greenhouse gas emissions to be reported under the MRV Maritime Regulation, expressed in tonnes CO2 equivalent.</p></div></div>', 1))
15067
+ l[24] || (l[24] = it('<div class="flex-between border-dashed" style="flex:1;" data-v-8973d7d0><div class="emission-formula" data-v-8973d7d0><div class="formula-row formula-row-1 flex-center" data-v-8973d7d0><img style="width:350px;" src="' + yw + '" data-v-8973d7d0></div><div class="formula-row formula-row-2 flex-center" data-v-8973d7d0><img style="height:36px;" src="' + Aw + '" data-v-8973d7d0></div><div class="formula-row formula-row-3 flex-center" data-v-8973d7d0><img style="height:36px;" src="' + vw + '" data-v-8973d7d0></div><div class="formula-row formula-row-4 flex-center" data-v-8973d7d0><img style="height:14px;" src="' + Tw + '" data-v-8973d7d0></div></div><div class="emission-divider" data-v-8973d7d0></div><div class="emission-info" data-v-8973d7d0><p data-v-8973d7d0>Mi: Fuel consumption, as total mass of the specific fuel i used, in tonnes.</p><p data-v-8973d7d0>Mi,NC: Total mass of fuel i (in tonnes) not combusted but released into the atmosphere.</p><p data-v-8973d7d0>EF: emission factor for the combustion of fuel i.</p><p data-v-8973d7d0>GWP: Global warming potential.</p><p data-v-8973d7d0>GHG: Greenhouse gas emissions to be reported under the MRV Maritime Regulation, expressed in tonnes CO₂ equivalent.</p></div></div>', 1))
15068
15068
  ])
15069
15069
  ]),
15070
15070
  t("div", tY, [
@@ -15144,11 +15144,11 @@ function lY(i, l, s, D, r, d) {
15144
15144
  ])
15145
15145
  ])
15146
15146
  ]),
15147
- l[30] || (l[30] = it('<div class="section notes-section" data-v-7ff4b4c5><div class="subtitle" data-v-7ff4b4c5>Notes</div><div class="title-third" data-v-7ff4b4c5>1.Greenhouse gas emissions covered by the EU ETS Directive</div><div class="notes-content" data-v-7ff4b4c5><p data-v-7ff4b4c5>Emission factors:The greenhouse gases covered by the EU ETS Directive are: CO2, and from 1 January 2026 onwards CH4 and N2O.</p><p data-v-7ff4b4c5> Ships:The EU ETS has been extended to include maritime transport emissions from 2024. Cargo and passenger ships of or above 5 000 gross tonnage (GT) are included in the EU ETS. From 2027 onwards, offshore ships of or above 5 000 GT will be included. </p><p data-v-7ff4b4c5>Voyages:</p><p data-v-7ff4b4c5>● 100% of emissions from all voyages between EEA ports;</p><p data-v-7ff4b4c5>● 100% of emissions which occurred within EEA ports (and which occurred when at berth within EEA ports);</p><p data-v-7ff4b4c5>● 50% of emissions from all voyages which departed from EEA portsand arrived in non EEA ports;</p><p data-v-7ff4b4c5>● 50% of emissions from all voyages from non-EEA ports to EEA ports.</p></div><div class="title-third" data-v-7ff4b4c5>2.Phase-in of obligation under EU ETS</div><div class="notes-content" data-v-7ff4b4c5><p data-v-7ff4b4c5> Shipping companies must surrender EU ETS allowances(EUAs) equal to the amount of verified aggregated emissions data at company level by 30 September every year following the reporting year, i.e. the first time by 30 September 2025 for emissions reported for the year 2024. </p><p data-v-7ff4b4c5>The share of emissions that must be covered by the surrendering of allowances gradually increases each year:</p><p data-v-7ff4b4c5>● 2025: 40% of emissions reported for 2024 must be covered by emission allowances;</p><p data-v-7ff4b4c5>● 2026: 70% of emissions reported for 2025;</p><p data-v-7ff4b4c5>● 2027 and beyond: 100% of reported emissions.</p></div><div class="title-third" data-v-7ff4b4c5>3.Emission factors</div><div class="notes-content" data-v-7ff4b4c5><p data-v-7ff4b4c5> Regarding the emission factor, the shipping company shall identify the emission factor values to be applied to each fuel type reported over the reporting period. As a general rule, the shipping company apply the default (tank-to-wake) emission factor values as listed under point 2, Part A of Annex I to the MRV Maritime Regulation, which cover both those applicable to fuel combustion (for CO2, CH4, N2O) and to slippage (Cj values). </p></div><div class="title-third" data-v-7ff4b4c5>4.Legislative texts</div><div class="notes-content" data-v-7ff4b4c5><p data-v-7ff4b4c5> EU ETS Directive: Directive 2003/87/EC of the European Parliament and of the Council of 13 October 2003 establishing a system for greenhouse gas emission allowance trading within the Community and amending Council Directive 96/61/EC, amended several times. Download of the consolidated version: </p><p data-v-7ff4b4c5><a target="_blank" href="http://data.europa.eu/eli/dir/2003/87/2024-03-01" data-v-7ff4b4c5>http://data.europa.eu/eli/dir/2003/87/2024-03-01</a></p><p data-v-7ff4b4c5> MRV Maritime Regulation: Regulation (EU) 2015/757 of the European Parliament and of the Council of 29 April 2015 on the monitoring, reporting and verification of carbon dioxide emissions from maritime transport, and amending Directive 2009/16/EC, <a target="_blank" href="http://data.europa.eu/eli/reg/2015/757/2024-01-01" data-v-7ff4b4c5>http://data.europa.eu/eli/reg/2015/757/2024-01-01</a></p></div></div>', 1))
15147
+ l[30] || (l[30] = it('<div class="section notes-section" data-v-8973d7d0><div class="subtitle" data-v-8973d7d0>Notes</div><div class="title-third" data-v-8973d7d0>1.Greenhouse gas emissions covered by the EU ETS Directive</div><div class="notes-content" data-v-8973d7d0><p data-v-8973d7d0>Emission factors:The greenhouse gases covered by the EU ETS Directive are: CO₂, and from 1 January 2026 onwards CH₄ and N₂O.</p><p data-v-8973d7d0> Ships:The EU ETS has been extended to include maritime transport emissions from 2024. Cargo and passenger ships of or above 5 000 gross tonnage (GT) are included in the EU ETS. From 2027 onwards, offshore ships of or above 5 000 GT will be included. </p><p data-v-8973d7d0>Voyages:</p><p data-v-8973d7d0>● 100% of emissions from all voyages between EEA ports;</p><p data-v-8973d7d0>● 100% of emissions which occurred within EEA ports (and which occurred when at berth within EEA ports);</p><p data-v-8973d7d0>● 50% of emissions from all voyages which departed from EEA portsand arrived in non EEA ports;</p><p data-v-8973d7d0>● 50% of emissions from all voyages from non-EEA ports to EEA ports.</p></div><div class="title-third" data-v-8973d7d0>2.Phase-in of obligation under EU ETS</div><div class="notes-content" data-v-8973d7d0><p data-v-8973d7d0> Shipping companies must surrender EU ETS allowances(EUAs) equal to the amount of verified aggregated emissions data at company level by 30 September every year following the reporting year, i.e. the first time by 30 September 2025 for emissions reported for the year 2024. </p><p data-v-8973d7d0>The share of emissions that must be covered by the surrendering of allowances gradually increases each year:</p><p data-v-8973d7d0>● 2025: 40% of emissions reported for 2024 must be covered by emission allowances;</p><p data-v-8973d7d0>● 2026: 70% of emissions reported for 2025;</p><p data-v-8973d7d0>● 2027 and beyond: 100% of reported emissions.</p></div><div class="title-third" data-v-8973d7d0>3.Emission factors</div><div class="notes-content" data-v-8973d7d0><p data-v-8973d7d0> Regarding the emission factor, the shipping company shall identify the emission factor values to be applied to each fuel type reported over the reporting period. As a general rule, the shipping company apply the default (tank-to-wake) emission factor values as listed under point 2, Part A of Annex I to the MRV Maritime Regulation, which cover both those applicable to fuel combustion (for CO₂, CH₄, N₂O) and to slippage (Cj values). </p></div><div class="title-third" data-v-8973d7d0>4.Legislative texts</div><div class="notes-content" data-v-8973d7d0><p data-v-8973d7d0> EU ETS Directive: Directive 2003/87/EC of the European Parliament and of the Council of 13 October 2003 establishing a system for greenhouse gas emission allowance trading within the Community and amending Council Directive 96/61/EC, amended several times. Download of the consolidated version: </p><p data-v-8973d7d0><a target="_blank" href="http://data.europa.eu/eli/dir/2003/87/2024-03-01" data-v-8973d7d0>http://data.europa.eu/eli/dir/2003/87/2024-03-01</a></p><p data-v-8973d7d0> MRV Maritime Regulation: Regulation (EU) 2015/757 of the European Parliament and of the Council of 29 April 2015 on the monitoring, reporting and verification of carbon dioxide emissions from maritime transport, and amending Directive 2009/16/EC, <a target="_blank" href="http://data.europa.eu/eli/reg/2015/757/2024-01-01" data-v-8973d7d0>http://data.europa.eu/eli/reg/2015/757/2024-01-01</a></p></div></div>', 1))
15148
15148
  ])
15149
15149
  ]);
15150
15150
  }
15151
- const eY = /* @__PURE__ */ il(xw, [["render", lY], ["__scopeId", "data-v-7ff4b4c5"]]), dS = {
15151
+ const eY = /* @__PURE__ */ il(xw, [["render", lY], ["__scopeId", "data-v-8973d7d0"]]), dS = {
15152
15152
  install(i) {
15153
15153
  i.component("EtsReport", eY);
15154
15154
  }
@@ -15244,9 +15244,9 @@ const sY = {
15244
15244
  }, fY = { class: "fuel-title" }, CY = { class: "fuel-text" }, jY = { class: "section-content" }, UY = {
15245
15245
  key: 0,
15246
15246
  class: ""
15247
- }, bY = ["innerHTML"], mY = { key: 1 }, EY = { class: "section co2-emissions-section" }, OY = { class: "section leg-section" }, wY = { class: "section leg-section" };
15247
+ }, mY = ["innerHTML"], bY = { key: 1 }, EY = { class: "section co2-emissions-section" }, OY = { class: "section leg-section" }, wY = { class: "section leg-section" };
15248
15248
  function YY(i, l, s, D, r, d) {
15249
- var I, p, C, u, A, Y, j, b, m, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, bt, mt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, bl, ml, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, be, me, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, bs, ms, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls;
15249
+ var I, p, C, u, A, Y, j, m, b, f, S, w, Q, v, R, P, G, W, B, L, H, J, _, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, vt, mt, bt, Et, Ot, wt, Yt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Bt, Gt, k, Ut, Lt, Xt, Kt, h, qt, $t, N, Mt, Ct, Z, Ht, At, Jt, tl, ll, al, dl, rl, Ml, Dl, Nl, cl, yl, Al, vl, Tl, xl, zl, pl, fl, Cl, jl, Ul, ml, bl, El, Ol, wl, O, Ql, kl, hl, Rl, Fl, Vl, Pl, Gl, Wl, Bl, Ll, Zl, Hl, Jl, _l, Xl, _t, Je, _e, Xe, Ke, qe, $e, ts, ls, es, ss, x, Zt, Il, gl, Yl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, fe, Ce, je, Ue, me, be, Ee, Oe, we, Ye, Se, Qe, ke, he, Re, Fe, Ve, Pe, Ge, We, Be, Le, Ze, is, os, ns, nl, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, fs, Cs, js, Us, ms, bs, Es, Os, ws, Ys, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Bs, Ls;
15250
15250
  const c = F("IdmBrand"), M = F("Editor");
15251
15251
  return n(), a("div", iY, [
15252
15252
  E(c, { name: "FuelEU Maritime Compliance Cost Analysis Report" }),
@@ -15283,7 +15283,7 @@ function YY(i, l, s, D, r, d) {
15283
15283
  t("div", uY, [
15284
15284
  l[8] || (l[8] = t("div", { class: "phase-title" }, "FuelEU Penalty", -1)),
15285
15285
  t("div", cY, [
15286
- g(e(((m = (b = s.report) == null ? void 0 : b.summary) == null ? void 0 : m.penalty) ?? "-"), 1),
15286
+ g(e(((b = (m = s.report) == null ? void 0 : m.summary) == null ? void 0 : b.penalty) ?? "-"), 1),
15287
15287
  l[7] || (l[7] = t("span", { class: "unit" }, "€", -1))
15288
15288
  ])
15289
15289
  ]),
@@ -15341,10 +15341,10 @@ function YY(i, l, s, D, r, d) {
15341
15341
  class: "remark-block",
15342
15342
  onDblclick: l[2] || (l[2] = (T) => r.editable = !0)
15343
15343
  }, [
15344
- d.computeBlankHtml(r.remarks) ? (n(), a("div", mY, "Please double click to modify remark")) : (n(), a("div", {
15344
+ d.computeBlankHtml(r.remarks) ? (n(), a("div", bY, "Please double click to modify remark")) : (n(), a("div", {
15345
15345
  key: 0,
15346
15346
  innerHTML: r.remarks
15347
- }, null, 8, bY))
15347
+ }, null, 8, mY))
15348
15348
  ], 32))
15349
15349
  ])
15350
15350
  ], 2),
@@ -15413,9 +15413,9 @@ function YY(i, l, s, D, r, d) {
15413
15413
  ])
15414
15414
  ]),
15415
15415
  t("tr", null, [
15416
- t("th", { class: "label" }, "CO2"),
15417
- t("th", { class: "label" }, "CH4"),
15418
- t("th", { class: "label" }, "N2O")
15416
+ t("th", { class: "label" }, "CO₂"),
15417
+ t("th", { class: "label" }, "CH₄"),
15418
+ t("th", { class: "label" }, "N₂O")
15419
15419
  ])
15420
15420
  ], -1)),
15421
15421
  t("tbody", null, [
@@ -15426,7 +15426,7 @@ function YY(i, l, s, D, r, d) {
15426
15426
  t("td", null, e(((ut = (gt = (It = (Nt = (Dt = s.report) == null ? void 0 : Dt.summary) == null ? void 0 : Nt.fuels) == null ? void 0 : It.filter((T) => T.type === "HFO")) == null ? void 0 : gt[0]) == null ? void 0 : ut.energy) ?? "-"), 1),
15427
15427
  t("td", null, e(((rt = (dt = (at = (q = (o = s.report) == null ? void 0 : o.summary) == null ? void 0 : q.fuels) == null ? void 0 : at.filter((T) => T.type === "HFO")) == null ? void 0 : dt[0]) == null ? void 0 : rt.wtt) ?? "-"), 1),
15428
15428
  t("td", null, e(((Tt = (ot = (xt = (lt = (yt = (ct = s.report) == null ? void 0 : ct.summary) == null ? void 0 : yt.fuels) == null ? void 0 : lt.filter((T) => T.type === "HFO")) == null ? void 0 : xt[0]) == null ? void 0 : ot.ttw) == null ? void 0 : Tt.co2) ?? "-"), 1),
15429
- t("td", null, e(((Et = (mt = (bt = (vt = (pt = (zt = s.report) == null ? void 0 : zt.summary) == null ? void 0 : pt.fuels) == null ? void 0 : vt.filter((T) => T.type === "HFO")) == null ? void 0 : bt[0]) == null ? void 0 : mt.ttw) == null ? void 0 : Et.ch4) ?? "-"), 1),
15429
+ t("td", null, e(((Et = (bt = (mt = (vt = (pt = (zt = s.report) == null ? void 0 : zt.summary) == null ? void 0 : pt.fuels) == null ? void 0 : vt.filter((T) => T.type === "HFO")) == null ? void 0 : mt[0]) == null ? void 0 : bt.ttw) == null ? void 0 : Et.ch4) ?? "-"), 1),
15430
15430
  t("td", null, e(((kt = (Qt = (St = (Yt = (wt = (Ot = s.report) == null ? void 0 : Ot.summary) == null ? void 0 : wt.fuels) == null ? void 0 : Yt.filter((T) => T.type === "HFO")) == null ? void 0 : St[0]) == null ? void 0 : Qt.ttw) == null ? void 0 : kt.n2o) ?? "-"), 1),
15431
15431
  t("td", null, e(((Pt = (Vt = (Ft = (Rt = (ht = s.report) == null ? void 0 : ht.summary) == null ? void 0 : Rt.fuels) == null ? void 0 : Ft.filter((T) => T.type === "HFO")) == null ? void 0 : Vt[0]) == null ? void 0 : Pt.wttEmission) ?? "-"), 1),
15432
15432
  t("td", null, e(((k = (Gt = (Bt = (Wt = (ft = s.report) == null ? void 0 : ft.summary) == null ? void 0 : Wt.fuels) == null ? void 0 : Bt.filter((T) => T.type === "HFO")) == null ? void 0 : Gt[0]) == null ? void 0 : k.ttwEmission) ?? "-"), 1)
@@ -15439,7 +15439,7 @@ function YY(i, l, s, D, r, d) {
15439
15439
  t("td", null, e(((Ml = (rl = (dl = (al = (ll = s.report) == null ? void 0 : ll.summary) == null ? void 0 : al.fuels) == null ? void 0 : dl.filter((T) => T.type === "LFO")) == null ? void 0 : rl[0]) == null ? void 0 : Ml.wtt) ?? "-"), 1),
15440
15440
  t("td", null, e(((vl = (Al = (yl = (cl = (Nl = (Dl = s.report) == null ? void 0 : Dl.summary) == null ? void 0 : Nl.fuels) == null ? void 0 : cl.filter((T) => T.type === "LFO")) == null ? void 0 : yl[0]) == null ? void 0 : Al.ttw) == null ? void 0 : vl.co2) ?? "-"), 1),
15441
15441
  t("td", null, e(((Cl = (fl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.summary) == null ? void 0 : xl.fuels) == null ? void 0 : zl.filter((T) => T.type === "LFO")) == null ? void 0 : pl[0]) == null ? void 0 : fl.ttw) == null ? void 0 : Cl.ch4) ?? "-"), 1),
15442
- t("td", null, e(((Ol = (El = (ml = (bl = (Ul = (jl = s.report) == null ? void 0 : jl.summary) == null ? void 0 : Ul.fuels) == null ? void 0 : bl.filter((T) => T.type === "LFO")) == null ? void 0 : ml[0]) == null ? void 0 : El.ttw) == null ? void 0 : Ol.n2o) ?? "-"), 1),
15442
+ t("td", null, e(((Ol = (El = (bl = (ml = (Ul = (jl = s.report) == null ? void 0 : jl.summary) == null ? void 0 : Ul.fuels) == null ? void 0 : ml.filter((T) => T.type === "LFO")) == null ? void 0 : bl[0]) == null ? void 0 : El.ttw) == null ? void 0 : Ol.n2o) ?? "-"), 1),
15443
15443
  t("td", null, e(((hl = (kl = (Ql = (O = (wl = s.report) == null ? void 0 : wl.summary) == null ? void 0 : O.fuels) == null ? void 0 : Ql.filter((T) => T.type === "LFO")) == null ? void 0 : kl[0]) == null ? void 0 : hl.wttEmission) ?? "-"), 1),
15444
15444
  t("td", null, e(((Gl = (Pl = (Vl = (Fl = (Rl = s.report) == null ? void 0 : Rl.summary) == null ? void 0 : Fl.fuels) == null ? void 0 : Vl.filter((T) => T.type === "LFO")) == null ? void 0 : Pl[0]) == null ? void 0 : Gl.ttwEmission) ?? "-"), 1)
15445
15445
  ]),
@@ -15458,14 +15458,14 @@ function YY(i, l, s, D, r, d) {
15458
15458
  t("tr", null, [
15459
15459
  l[21] || (l[21] = t("td", null, "MDO", -1)),
15460
15460
  t("td", null, e(((Ce = (fe = (pe = (ze = (xe = s.report) == null ? void 0 : xe.summary) == null ? void 0 : ze.fuels) == null ? void 0 : pe.filter((T) => T.type === "MDO")) == null ? void 0 : fe[0]) == null ? void 0 : Ce.cons) ?? "-"), 1),
15461
- t("td", null, e(((Ee = (me = (be = (Ue = (je = s.report) == null ? void 0 : je.summary) == null ? void 0 : Ue.fuels) == null ? void 0 : be.filter((T) => T.type === "MDO")) == null ? void 0 : me[0]) == null ? void 0 : Ee.lcv) ?? "-"), 1),
15461
+ t("td", null, e(((Ee = (be = (me = (Ue = (je = s.report) == null ? void 0 : je.summary) == null ? void 0 : Ue.fuels) == null ? void 0 : me.filter((T) => T.type === "MDO")) == null ? void 0 : be[0]) == null ? void 0 : Ee.lcv) ?? "-"), 1),
15462
15462
  t("td", null, e(((Qe = (Se = (Ye = (we = (Oe = s.report) == null ? void 0 : Oe.summary) == null ? void 0 : we.fuels) == null ? void 0 : Ye.filter((T) => T.type === "MDO")) == null ? void 0 : Se[0]) == null ? void 0 : Qe.energy) ?? "-"), 1),
15463
15463
  t("td", null, e(((Ve = (Fe = (Re = (he = (ke = s.report) == null ? void 0 : ke.summary) == null ? void 0 : he.fuels) == null ? void 0 : Re.filter((T) => T.type === "MDO")) == null ? void 0 : Fe[0]) == null ? void 0 : Ve.wtt) ?? "-"), 1),
15464
15464
  t("td", null, e(((Ze = (Le = (Be = (We = (Ge = (Pe = s.report) == null ? void 0 : Pe.summary) == null ? void 0 : Ge.fuels) == null ? void 0 : We.filter((T) => T.type === "MDO")) == null ? void 0 : Be[0]) == null ? void 0 : Le.ttw) == null ? void 0 : Ze.co2) ?? "-"), 1),
15465
15465
  t("td", null, e(((Ds = (rs = (nl = (ns = (os = (is = s.report) == null ? void 0 : is.summary) == null ? void 0 : os.fuels) == null ? void 0 : ns.filter((T) => T.type === "MDO")) == null ? void 0 : nl[0]) == null ? void 0 : rs.ttw) == null ? void 0 : Ds.ch4) ?? "-"), 1),
15466
15466
  t("td", null, e(((Ts = (vs = (As = (gs = (Is = (Ns = s.report) == null ? void 0 : Ns.summary) == null ? void 0 : Is.fuels) == null ? void 0 : gs.filter((T) => T.type === "MDO")) == null ? void 0 : As[0]) == null ? void 0 : vs.ttw) == null ? void 0 : Ts.n2o) ?? "-"), 1),
15467
15467
  t("td", null, e(((Cs = (fs = (ps = (zs = (xs = s.report) == null ? void 0 : xs.summary) == null ? void 0 : zs.fuels) == null ? void 0 : ps.filter((T) => T.type === "MDO")) == null ? void 0 : fs[0]) == null ? void 0 : Cs.wttEmission) ?? "-"), 1),
15468
- t("td", null, e(((Es = (ms = (bs = (Us = (js = s.report) == null ? void 0 : js.summary) == null ? void 0 : Us.fuels) == null ? void 0 : bs.filter((T) => T.type === "MDO")) == null ? void 0 : ms[0]) == null ? void 0 : Es.ttwEmission) ?? "-"), 1)
15468
+ t("td", null, e(((Es = (bs = (ms = (Us = (js = s.report) == null ? void 0 : js.summary) == null ? void 0 : Us.fuels) == null ? void 0 : ms.filter((T) => T.type === "MDO")) == null ? void 0 : bs[0]) == null ? void 0 : Es.ttwEmission) ?? "-"), 1)
15469
15469
  ])
15470
15470
  ])
15471
15471
  ])
@@ -15639,11 +15639,11 @@ function YY(i, l, s, D, r, d) {
15639
15639
  ])
15640
15640
  ])
15641
15641
  ]),
15642
- l[28] || (l[28] = it('<div class="section notes-section" data-v-f5f6fc25><div class="subtitle" data-v-f5f6fc25>Notes</div><div class="title-third" data-v-f5f6fc25>1.Greenhouse gas emissions covered by the FuelEU Maritime</div><div class="notes-content" data-v-f5f6fc25><p data-v-f5f6fc25>ShipsShips over 5,000 GT arriving at or departing from ports under the jurisdiction of EU/EEA Member States are covered.</p><p data-v-f5f6fc25>Emission factorsThe greenhouse gases (GHGs) covered are CO₂, methane (CH4) and nitrous oxide (N2O).</p><p data-v-f5f6fc25>GHG intensityIt is calculated by converting CO2, CH4 and N2O emissions into CO2 equivalent emissions in the unit &quot;CO2 equivalent emissions per energy [gCO2eqa/MJ]&quot;</p><p data-v-f5f6fc25>Energy used in the scope:</p><p data-v-f5f6fc25>● 100% of emissions from all voyages between EEA ports;</p><p data-v-f5f6fc25>● 100% of emissions which occurred within EEA ports (and which occurred when at berth within EEA ports);</p><p data-v-f5f6fc25>● 50% of emissions from all voyages which departed from EEA portsand arrived in non EEA ports;</p><p data-v-f5f6fc25>● 50% of emissions from all voyages from non-EEA ports to EEA ports.</p></div><div class="title-third" data-v-f5f6fc25>2.GHG intensity limit on energy used on board by a ship</div><div class="notes-content" data-v-f5f6fc25><p data-v-f5f6fc25> The GHG intensity limit is tightened every five years, starting from the 2020 baseline of 91.16. Specifically, the limit relative to the 2020 level will be reduced according to the following percentages: </p><p data-v-f5f6fc25>● 2 % from 1 January 2025;</p><p data-v-f5f6fc25>● 6 % from 1 January 2030;</p><p data-v-f5f6fc25>● 14,5 % from 1 January 2035;</p><p data-v-f5f6fc25>● 31 % from 1 January 2040;</p><p data-v-f5f6fc25>● 62 % from 1 January 2045;</p><p data-v-f5f6fc25>● 80 % from 1 January 2050.</p></div><div class="title-third" data-v-f5f6fc25>3.Legal Disclaimer</div><div class="notes-content" data-v-f5f6fc25><p data-v-f5f6fc25> This report has been prepared based on the available knowledge, technology, and information at the time of its issuance. While it reflects the industry&#39;s current understanding, it is not legally binding and should not be relied upon for decision-making purposes. The use of this document by other parties than ORM is at the users sole risk. </p></div></div>', 1))
15642
+ l[28] || (l[28] = it('<div class="section notes-section" data-v-0a0ac1a8><div class="subtitle" data-v-0a0ac1a8>Notes</div><div class="title-third" data-v-0a0ac1a8>1.Greenhouse gas emissions covered by the FuelEU Maritime</div><div class="notes-content" data-v-0a0ac1a8><p data-v-0a0ac1a8>Ships: Ships over 5,000 GT arriving at or departing from ports under the jurisdiction of EU/EEA Member States are covered.</p><p data-v-0a0ac1a8>Emission factors: The greenhouse gases (GHGs) covered are CO₂, methane (CH₄) and nitrous oxide (N₂O).</p><p data-v-0a0ac1a8>GHG intensity: It is calculated by converting CO₂, CH₄ and N₂O emissions into CO₂ equivalent emissions in the unit &quot;CO₂ equivalent emissions per energy [gCO₂eqa/MJ]&quot;</p><p data-v-0a0ac1a8>Energy used in the scope:</p><p data-v-0a0ac1a8>● 100% of emissions from all voyages between EEA ports.</p><p data-v-0a0ac1a8>● 100% of emissions which occurred within EEA ports (and which occurred when at berth within EEA ports).</p><p data-v-0a0ac1a8>● 50% of emissions from all voyages which departed from EEA portsand arrived in non EEA ports.</p><p data-v-0a0ac1a8>● 50% of emissions from all voyages from non-EEA ports to EEA ports.</p></div><div class="title-third" data-v-0a0ac1a8>2.GHG intensity limit on energy used on board by a ship</div><div class="notes-content" data-v-0a0ac1a8><p data-v-0a0ac1a8> The GHG intensity limit is tightened every five years, starting from the 2020 baseline of 91.16. Specifically, the limit relative to the 2020 level will be reduced according to the following percentages: </p><p data-v-0a0ac1a8>● 2% from 1 January 2025.</p><p data-v-0a0ac1a8>● 6% from 1 January 2030.</p><p data-v-0a0ac1a8>● 14.5% from 1 January 2035.</p><p data-v-0a0ac1a8>● 31% from 1 January 2040.</p><p data-v-0a0ac1a8>● 62% from 1 January 2045.</p><p data-v-0a0ac1a8>● 80% from 1 January 2050.</p></div><div class="title-third" data-v-0a0ac1a8>3.Legal Disclaimer</div><div class="notes-content" data-v-0a0ac1a8><p data-v-0a0ac1a8> This report has been prepared based on the available knowledge, technology, and information at the time of its issuance. While it reflects the industry&#39;s current understanding, it is not legally binding and should not be relied upon for decision-making purposes. The use of this document by other parties than ORM is at the user&#39;s sole risk. </p></div></div>', 1))
15643
15643
  ])
15644
15644
  ]);
15645
15645
  }
15646
- const SY = /* @__PURE__ */ il(sY, [["render", YY], ["__scopeId", "data-v-f5f6fc25"]]), rS = {
15646
+ const SY = /* @__PURE__ */ il(sY, [["render", YY], ["__scopeId", "data-v-0a0ac1a8"]]), rS = {
15647
15647
  install(i) {
15648
15648
  i.component("FuelEUReport", SY);
15649
15649
  }
@@ -15673,12 +15673,12 @@ export {
15673
15673
  Zi as IdmLng,
15674
15674
  _Y as IdmLngPlugin,
15675
15675
  xa as IdmLoading,
15676
- mE as IdmThird,
15676
+ bE as IdmThird,
15677
15677
  $Y as InvoicePlugin,
15678
15678
  nS as LoadingPlugin,
15679
15679
  KU as MergeStoppageReport,
15680
15680
  wr as ORMPointReport,
15681
- Kb as OrmComparisonReport,
15681
+ Km as OrmComparisonReport,
15682
15682
  tx as OrmInvoiceReport,
15683
15683
  Od as OrmPlanReport,
15684
15684
  hE as OrmQuoteReport,