@idmwx/idmui-report 5.0.9 → 5.1.1

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.
@@ -38,7 +38,7 @@ declare namespace _sfc_main {
38
38
  namespace computed {
39
39
  function showCost(): any;
40
40
  function computeUTCTime(): (time: any, format?: string) => string;
41
- function computeLTime(): (time: any, lng: any, lat: any) => string;
41
+ function computeLTime(): (time: any, lng: any, lat: any, offset: any) => string;
42
42
  function computeTimeDiff(): (plan: any, index: any) => number | "-";
43
43
  function computeCostDiff(): (plan: any, index: any) => string;
44
44
  function computeNav(): (item: any) => "GC" | "RL";
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { LngLatHelper as Et } from "@idm-plugin/geo";
2
2
  import lt from "moment";
3
- import { openBlock as n, createElementBlock as a, createStaticVNode as ot, createElementVNode as t, toDisplayString as s, createCommentVNode as c, markRaw as va, resolveComponent as V, createVNode as O, createTextVNode as g, Fragment as T, renderList as it, normalizeStyle as ue, shallowRef as kd, withDirectives as Qd, vShow as hd, withCtx as se, normalizeClass as f, createBlock as el } from "vue";
3
+ import { openBlock as n, createElementBlock as a, createStaticVNode as ot, createElementVNode as t, toDisplayString as s, createCommentVNode as c, markRaw as va, resolveComponent as V, createVNode as O, createTextVNode as g, Fragment as T, renderList as it, normalizeStyle as Te, shallowRef as kd, withDirectives as Qd, vShow as hd, withCtx as se, normalizeClass as f, createBlock as el } from "vue";
4
4
  import * as Ta from "echarts";
5
5
  import { Editor as wd, Toolbar as Rd } from "@wangeditor/editor-for-vue";
6
6
  import { ElTooltip as Fd, ElMessage as Yd } from "element-plus";
@@ -604,7 +604,7 @@ function OM(i, l, e, N, M, d) {
604
604
  g(s((m = v.wind) == null ? void 0 : m.direction), 1),
605
605
  t("i", {
606
606
  class: "iconfont",
607
- style: ue(d.computeDegree((E = v.wind) == null ? void 0 : E.degree, !1))
607
+ style: Te(d.computeDegree((E = v.wind) == null ? void 0 : E.degree, !1))
608
608
  }, "", 4)
609
609
  ])) : (n(), a("span", zM, "-"))
610
610
  ]),
@@ -617,7 +617,7 @@ function OM(i, l, e, N, M, d) {
617
617
  g(s((Z = (L = v.wave) == null ? void 0 : L.swell) == null ? void 0 : Z.direction), 1),
618
618
  t("i", {
619
619
  class: "iconfont",
620
- style: ue(d.computeDegree((H = (B = v.wave) == null ? void 0 : B.swell) == null ? void 0 : H.degree, !1))
620
+ style: Te(d.computeDegree((H = (B = v.wave) == null ? void 0 : B.swell) == null ? void 0 : H.degree, !1))
621
621
  }, "", 4)
622
622
  ])) : (n(), a("span", fM, "-"))
623
623
  ]),
@@ -628,7 +628,7 @@ function OM(i, l, e, N, M, d) {
628
628
  g(s((Nt = (P = v.wave) == null ? void 0 : P.sig) == null ? void 0 : Nt.direction), 1),
629
629
  t("i", {
630
630
  class: "iconfont",
631
- style: ue(d.computeDegree((gt = (It = v.wave) == null ? void 0 : It.sig) == null ? void 0 : gt.degree, !1))
631
+ style: Te(d.computeDegree((gt = (It = v.wave) == null ? void 0 : It.sig) == null ? void 0 : gt.degree, !1))
632
632
  }, "", 4)
633
633
  ])) : (n(), a("span", bM, "-"))
634
634
  ]),
@@ -639,7 +639,7 @@ function OM(i, l, e, N, M, d) {
639
639
  g(s((dt = v.current) == null ? void 0 : dt.direction), 1),
640
640
  t("i", {
641
641
  class: "iconfont",
642
- style: ue(d.computeDegree((Mt = v.current) == null ? void 0 : Mt.degree, !0))
642
+ style: Te(d.computeDegree((Mt = v.current) == null ? void 0 : Mt.degree, !0))
643
643
  }, "", 4)
644
644
  ])) : (n(), a("span", UM, "-"))
645
645
  ]),
@@ -806,7 +806,7 @@ function WM(i, l, e, N, M, d) {
806
806
  "default-config": M.editorConfig,
807
807
  mode: M.mode,
808
808
  class: "editor",
809
- style: ue({ height: e.height }),
809
+ style: Te({ height: e.height }),
810
810
  onOnCreated: d.handleCreated,
811
811
  onOnChange: d.handleChange,
812
812
  onOnBlur: d.handleBlur
@@ -863,9 +863,9 @@ const LM = {
863
863
  };
864
864
  },
865
865
  computeLTime() {
866
- return function(i, l, e) {
867
- let N = 0;
868
- return e && l && (N = Et.guessTimeZoneOffset(l, e)), `${lt(i).utcOffset(N).format("MMM-DD/HHmm")}LT`;
866
+ return function(i, l, e, N) {
867
+ let M = 0;
868
+ return e && l && (M = Et.guessTimeZoneOffset(l, e)), `${lt(i).utcOffset(N ?? M).format("MMM-DD/HHmm")}LT`;
869
869
  };
870
870
  },
871
871
  computeTimeDiff() {
@@ -1498,7 +1498,7 @@ function Q1(i, l, e, N, M, d) {
1498
1498
  }, null, 8, gr)
1499
1499
  ]),
1500
1500
  t("div", ur, [
1501
- l[19] || (l[19] = ot('<div class="legend" data-v-db1b4630><label style="background-color:var(--idm-dangerous);" data-v-db1b4630></label><span data-v-db1b4630>Dangerous</span></div><div class="legend" data-v-db1b4630><label style="background-color:var(--idm-severe);" data-v-db1b4630></label><span data-v-db1b4630>Severe</span></div><div class="legend" data-v-db1b4630><label style="background-color:var(--idm-heavy);" data-v-db1b4630></label><span data-v-db1b4630>Heavy</span></div>', 3)),
1501
+ l[19] || (l[19] = ot('<div class="legend" data-v-b0b13d51><label style="background-color:var(--idm-dangerous);" data-v-b0b13d51></label><span data-v-b0b13d51>Dangerous</span></div><div class="legend" data-v-b0b13d51><label style="background-color:var(--idm-severe);" data-v-b0b13d51></label><span data-v-b0b13d51>Severe</span></div><div class="legend" data-v-b0b13d51><label style="background-color:var(--idm-heavy);" data-v-b0b13d51></label><span data-v-b0b13d51>Heavy</span></div>', 3)),
1502
1502
  t("div", cr, [
1503
1503
  l[16] || (l[16] = t("b", { class: "route1" }, null, -1)),
1504
1504
  t("span", {
@@ -1570,7 +1570,7 @@ function Q1(i, l, e, N, M, d) {
1570
1570
  ]),
1571
1571
  t("tbody", null, [
1572
1572
  (n(!0), a(T, null, it((ol = e.plan) == null ? void 0 : ol.speeds, (p, $t) => {
1573
- var pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge;
1573
+ var pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ue, ce, ye, Ae, ve;
1574
1574
  return n(), a(T, { key: $t }, [
1575
1575
  t("tr", null, [
1576
1576
  t("td", br, s($t + 1), 1),
@@ -1589,16 +1589,16 @@ function Q1(i, l, e, N, M, d) {
1589
1589
  ($l = (ql = p.speed) == null ? void 0 : ql.extend) != null && $l.distanceInECA ? (n(), a("span", Or, " (" + s(d.roundPrecision(p.speed.extend.distanceInECA, 0)) + " in ECA)", 1)) : c("", !0)
1590
1590
  ]),
1591
1591
  t("td", null, [
1592
- t("b", null, s(d.computeLTime((ts = p.speed) == null ? void 0 : ts.eta, (es = (ss = (ls = e.plan) == null ? void 0 : ls.leg) == null ? void 0 : ss.destination) == null ? void 0 : es.lng, (ns = (os = (is = e.plan) == null ? void 0 : is.leg) == null ? void 0 : os.destination) == null ? void 0 : ns.lat)), 1),
1593
- g(" [" + s(d.computeUTCTime((as = p.speed) == null ? void 0 : as.eta)) + "] ", 1)
1592
+ t("b", null, s(d.computeLTime((ts = p.speed) == null ? void 0 : ts.eta, (es = (ss = (ls = e.plan) == null ? void 0 : ls.leg) == null ? void 0 : ss.destination) == null ? void 0 : es.lng, (ns = (os = (is = e.plan) == null ? void 0 : is.leg) == null ? void 0 : os.destination) == null ? void 0 : ns.lat, (Ds = (rs = (Ms = (ds = (as = e.plan) == null ? void 0 : as.leg) == null ? void 0 : ds.destination) == null ? void 0 : Ms.port) == null ? void 0 : rs.timezone) == null ? void 0 : Ds.RawOffset)), 1),
1593
+ g(" [" + s(d.computeUTCTime((Ns = p.speed) == null ? void 0 : Ns.eta)) + "] ", 1)
1594
1594
  ]),
1595
1595
  t("td", Yr, s(d.computeSuspend(p.speed)), 1),
1596
- t("td", Sr, s(d.roundPrecision((ds = p.speed) == null ? void 0 : ds.totalFoCons, 3)), 1),
1596
+ t("td", Sr, s(d.roundPrecision((Is = p.speed) == null ? void 0 : Is.totalFoCons, 3)), 1),
1597
1597
  t("td", kr, [
1598
- t("span", null, s(d.roundPrecision((Ms = p.speed) == null ? void 0 : Ms.totalDgoCons, 3)), 1),
1599
- (Ds = (rs = p.speed) == null ? void 0 : rs.extend) != null && Ds.totalDgoConsInECA ? (n(), a("span", Qr, " + " + s(d.roundPrecision((Ns = p.speed.extend) == null ? void 0 : Ns.totalDgoConsInECA, 3)) + "*", 1)) : c("", !0)
1598
+ t("span", null, s(d.roundPrecision((gs = p.speed) == null ? void 0 : gs.totalDgoCons, 3)), 1),
1599
+ (cs = (us = p.speed) == null ? void 0 : us.extend) != null && cs.totalDgoConsInECA ? (n(), a("span", Qr, " + " + s(d.roundPrecision((ys = p.speed.extend) == null ? void 0 : ys.totalDgoConsInECA, 3)) + "*", 1)) : c("", !0)
1600
1600
  ]),
1601
- d.showCost ? (n(), a("td", hr, s((us = d.roundPrecision(((gs = (Is = p == null ? void 0 : p.speed) == null ? void 0 : Is.cost) == null ? void 0 : gs.total) / 1e3, 2)) == null ? void 0 : us.toLocaleString("en-US")) + "k", 1)) : c("", !0),
1601
+ d.showCost ? (n(), a("td", hr, s((Ts = d.roundPrecision(((vs = (As = p == null ? void 0 : p.speed) == null ? void 0 : As.cost) == null ? void 0 : vs.total) / 1e3, 2)) == null ? void 0 : Ts.toLocaleString("en-US")) + "k", 1)) : c("", !0),
1602
1602
  t("td", {
1603
1603
  rowspan: d.showCost ? 1 : 2
1604
1604
  }, s(d.computeTimeDiff(e.plan, $t)), 9, wr),
@@ -1608,7 +1608,7 @@ function Q1(i, l, e, N, M, d) {
1608
1608
  placement: "top",
1609
1609
  trigger: "hover",
1610
1610
  width: 300,
1611
- content: (ys = (cs = e.weatherPrinciple) == null ? void 0 : cs.dangerous) == null ? void 0 : ys.pretty
1611
+ content: (zs = (xs = e.weatherPrinciple) == null ? void 0 : xs.dangerous) == null ? void 0 : zs.pretty
1612
1612
  }, {
1613
1613
  default: se(() => l[38] || (l[38] = [
1614
1614
  t("span", { style: { cursor: "pointer" } }, "Dangerous", -1)
@@ -1621,7 +1621,7 @@ function Q1(i, l, e, N, M, d) {
1621
1621
  placement: "top",
1622
1622
  trigger: "hover",
1623
1623
  width: 300,
1624
- content: (vs = (As = e.weatherPrinciple) == null ? void 0 : As.severe) == null ? void 0 : vs.pretty
1624
+ content: (fs = (ps = e.weatherPrinciple) == null ? void 0 : ps.severe) == null ? void 0 : fs.pretty
1625
1625
  }, {
1626
1626
  default: se(() => l[39] || (l[39] = [
1627
1627
  t("span", { style: { cursor: "pointer" } }, "Severe", -1)
@@ -1634,7 +1634,7 @@ function Q1(i, l, e, N, M, d) {
1634
1634
  placement: "top",
1635
1635
  trigger: "hover",
1636
1636
  width: 300,
1637
- content: (xs = (Ts = e.weatherPrinciple) == null ? void 0 : Ts.heavy) == null ? void 0 : xs.pretty
1637
+ content: (Ws = (Gs = e.weatherPrinciple) == null ? void 0 : Gs.heavy) == null ? void 0 : Ws.pretty
1638
1638
  }, {
1639
1639
  default: se(() => l[40] || (l[40] = [
1640
1640
  t("span", { style: { cursor: "pointer" } }, "Heavy", -1)
@@ -1645,19 +1645,19 @@ function Q1(i, l, e, N, M, d) {
1645
1645
  ]),
1646
1646
  t("tr", null, [
1647
1647
  t("td", null, [
1648
- ((zs = p.speed) == null ? void 0 : zs.label) !== "Combined" ? (n(), a("div", Rr, "FO: " + s((fs = (ps = p.speed) == null ? void 0 : ps.cpCopy) == null ? void 0 : fs.fo) + " / DO: " + s((Ws = (Gs = p.speed) == null ? void 0 : Gs.cpCopy) == null ? void 0 : Ws.dgo), 1)) : (n(), a(T, { key: 1 }, [
1649
- t("div", null, "FO: " + s((Zs = (Ls = p.speed) == null ? void 0 : Ls.extend) == null ? void 0 : Zs.cps[0].fo) + " / " + s((Hs = (Bs = p.speed) == null ? void 0 : Bs.extend) == null ? void 0 : Hs.cps[1].fo), 1),
1650
- t("div", null, "DO: " + s((Js = (_s = p.speed) == null ? void 0 : _s.extend) == null ? void 0 : Js.cps[0].dgo) + " / " + s((Ks = (Xs = p.speed) == null ? void 0 : Xs.extend) == null ? void 0 : Ks.cps[1].dgo), 1)
1648
+ ((Ls = p.speed) == null ? void 0 : Ls.label) !== "Combined" ? (n(), a("div", Rr, "FO: " + s((Bs = (Zs = p.speed) == null ? void 0 : Zs.cpCopy) == null ? void 0 : Bs.fo) + " / DO: " + s((_s = (Hs = p.speed) == null ? void 0 : Hs.cpCopy) == null ? void 0 : _s.dgo), 1)) : (n(), a(T, { key: 1 }, [
1649
+ t("div", null, "FO: " + s((Xs = (Js = p.speed) == null ? void 0 : Js.extend) == null ? void 0 : Xs.cps[0].fo) + " / " + s((qs = (Ks = p.speed) == null ? void 0 : Ks.extend) == null ? void 0 : qs.cps[1].fo), 1),
1650
+ t("div", null, "DO: " + s((te = ($s = p.speed) == null ? void 0 : $s.extend) == null ? void 0 : te.cps[0].dgo) + " / " + s((ee = (le = p.speed) == null ? void 0 : le.extend) == null ? void 0 : ee.cps[1].dgo), 1)
1651
1651
  ], 64))
1652
1652
  ]),
1653
1653
  t("td", Fr, [
1654
- t("span", null, s(d.roundPrecision((qs = p.speed) == null ? void 0 : qs.totalHrs, 1)), 1),
1655
- (te = ($s = p.speed) == null ? void 0 : $s.extend) != null && te.hoursInECA ? (n(), a("span", Vr, " (" + s(d.roundPrecision(p.speed.extend.hoursInECA, 1)) + " in ECA)", 1)) : c("", !0)
1654
+ t("span", null, s(d.roundPrecision((ie = p.speed) == null ? void 0 : ie.totalHrs, 1)), 1),
1655
+ (bl = (oe = p.speed) == null ? void 0 : oe.extend) != null && bl.hoursInECA ? (n(), a("span", Vr, " (" + s(d.roundPrecision(p.speed.extend.hoursInECA, 1)) + " in ECA)", 1)) : c("", !0)
1656
1656
  ]),
1657
- t("td", null, s(d.roundPrecision((le = p.speed) == null ? void 0 : le.avgSpeed, 2)) + " / " + s(d.roundPrecision((ee = p.speed) == null ? void 0 : ee.wxFactor, 2)) + " / " + s(d.roundPrecision((ie = p.speed) == null ? void 0 : ie.cFactor, 2)), 1),
1658
- d.showCost ? (n(), a("td", Pr, s(d.roundPrecision(((bl = (oe = p == null ? void 0 : p.speed) == null ? void 0 : oe.cost) == null ? void 0 : bl.hire) / 1e3, 2).toLocaleString("en-US")) + "k / " + s(d.roundPrecision(((De = (ae = p == null ? void 0 : p.speed) == null ? void 0 : ae.cost) == null ? void 0 : De.bunker) / 1e3, 2).toLocaleString("en-US")) + "k", 1)) : c("", !0),
1657
+ t("td", null, s(d.roundPrecision((ae = p.speed) == null ? void 0 : ae.avgSpeed, 2)) + " / " + s(d.roundPrecision((De = p.speed) == null ? void 0 : De.wxFactor, 2)) + " / " + s(d.roundPrecision((Ne = p.speed) == null ? void 0 : Ne.cFactor, 2)), 1),
1658
+ d.showCost ? (n(), a("td", Pr, s(d.roundPrecision(((ge = (Ie = p == null ? void 0 : p.speed) == null ? void 0 : Ie.cost) == null ? void 0 : ge.hire) / 1e3, 2).toLocaleString("en-US")) + "k / " + s(d.roundPrecision(((ce = (ue = p == null ? void 0 : p.speed) == null ? void 0 : ue.cost) == null ? void 0 : ce.bunker) / 1e3, 2).toLocaleString("en-US")) + "k", 1)) : c("", !0),
1659
1659
  d.showCost ? (n(), a("td", Gr, s(d.computeCostDiff(e.plan, $t)), 1)) : c("", !0),
1660
- t("td", null, s(d.roundPrecision(((Ne = p.speed) == null ? void 0 : Ne.dangerous) / 24, 2)) + " / " + s(d.roundPrecision(((Ie = p.speed) == null ? void 0 : Ie.severe) / 24, 2)) + " / " + s(d.roundPrecision(((ge = p.speed) == null ? void 0 : ge.heavy) / 24, 2)), 1)
1660
+ t("td", null, s(d.roundPrecision(((ye = p.speed) == null ? void 0 : ye.dangerous) / 24, 2)) + " / " + s(d.roundPrecision(((Ae = p.speed) == null ? void 0 : Ae.severe) / 24, 2)) + " / " + s(d.roundPrecision(((ve = p.speed) == null ? void 0 : ve.heavy) / 24, 2)), 1)
1661
1661
  ])
1662
1662
  ], 64);
1663
1663
  }), 128))
@@ -1708,7 +1708,7 @@ function Q1(i, l, e, N, M, d) {
1708
1708
  }, null, 40, Kr))
1709
1709
  ]),
1710
1710
  t("div", qr, [
1711
- l[51] || (l[51] = ot('<div class="major-header" data-v-db1b4630><div class="cell-item flex" style="flex:1.5;" data-v-db1b4630>Major waypoint</div><div class="cell-item flex" data-v-db1b4630>Time</div><div class="cell-item flex" data-v-db1b4630>Nav</div><div class="cell-item flex" data-v-db1b4630>Dist</div><div class="cell-item flex" data-v-db1b4630>SOG/COG</div><div class="cell-item flex" data-v-db1b4630>Memo</div></div>', 1)),
1711
+ l[51] || (l[51] = ot('<div class="major-header" data-v-b0b13d51><div class="cell-item flex" style="flex:1.5;" data-v-b0b13d51>Major waypoint</div><div class="cell-item flex" data-v-b0b13d51>Time</div><div class="cell-item flex" data-v-b0b13d51>Nav</div><div class="cell-item flex" data-v-b0b13d51>Dist</div><div class="cell-item flex" data-v-b0b13d51>SOG/COG</div><div class="cell-item flex" data-v-b0b13d51>Memo</div></div>', 1)),
1712
1712
  t("div", $r, [
1713
1713
  (Cl = (zl = e.plan) == null ? void 0 : zl.speeds) != null && Cl.length ? (n(!0), a(T, { key: 0 }, it(d.computeMajorPoints((Ol = (El = (ml = (Ul = e.plan) == null ? void 0 : Ul.speeds) == null ? void 0 : ml[M.speedIndex]) == null ? void 0 : El.speed) == null ? void 0 : Ol.argv, (wl = (hl = (Ql = (S = (kl = e.plan) == null ? void 0 : kl.speeds) == null ? void 0 : S[M.speedIndex]) == null ? void 0 : Ql.speed) == null ? void 0 : hl.sample) == null ? void 0 : wl.wps), (p, $t) => (n(), a("div", {
1714
1714
  key: $t,
@@ -1830,7 +1830,7 @@ function Q1(i, l, e, N, M, d) {
1830
1830
  g(s((Wl = (Yl = p.meteo) == null ? void 0 : Yl.wind) == null ? void 0 : Wl.direction), 1),
1831
1831
  t("i", {
1832
1832
  class: "iconfont",
1833
- style: ue(d.computeDegree((Zl = (Ll = p.meteo) == null ? void 0 : Ll.wind) == null ? void 0 : Zl.degree, !1))
1833
+ style: Te(d.computeDegree((Zl = (Ll = p.meteo) == null ? void 0 : Ll.wind) == null ? void 0 : Zl.degree, !1))
1834
1834
  }, "", 4)
1835
1835
  ])) : (n(), a("span", C1, "-"))
1836
1836
  ]),
@@ -1842,7 +1842,7 @@ function Q1(i, l, e, N, M, d) {
1842
1842
  g(s((ns = (os = (is = p.meteo) == null ? void 0 : is.wave) == null ? void 0 : os.swell) == null ? void 0 : ns.direction), 1),
1843
1843
  t("i", {
1844
1844
  class: "iconfont",
1845
- style: ue(d.computeDegree((Ms = (ds = (as = p.meteo) == null ? void 0 : as.wave) == null ? void 0 : ds.swell) == null ? void 0 : Ms.degree, !1))
1845
+ style: Te(d.computeDegree((Ms = (ds = (as = p.meteo) == null ? void 0 : as.wave) == null ? void 0 : ds.swell) == null ? void 0 : Ms.degree, !1))
1846
1846
  }, "", 4)
1847
1847
  ])) : (n(), a("span", E1, "-"))
1848
1848
  ]),
@@ -1853,7 +1853,7 @@ function Q1(i, l, e, N, M, d) {
1853
1853
  g(s((xs = (Ts = (vs = p.meteo) == null ? void 0 : vs.wave) == null ? void 0 : Ts.sig) == null ? void 0 : xs.direction), 1),
1854
1854
  t("i", {
1855
1855
  class: "iconfont",
1856
- style: ue(d.computeDegree((fs = (ps = (zs = p.meteo) == null ? void 0 : zs.wave) == null ? void 0 : ps.sig) == null ? void 0 : fs.degree, !1))
1856
+ style: Te(d.computeDegree((fs = (ps = (zs = p.meteo) == null ? void 0 : zs.wave) == null ? void 0 : ps.sig) == null ? void 0 : fs.degree, !1))
1857
1857
  }, "", 4)
1858
1858
  ])) : (n(), a("span", Y1, "-"))
1859
1859
  ]),
@@ -1864,7 +1864,7 @@ function Q1(i, l, e, N, M, d) {
1864
1864
  g(s((Ks = (Xs = p.meteo) == null ? void 0 : Xs.current) == null ? void 0 : Ks.direction), 1),
1865
1865
  t("i", {
1866
1866
  class: "iconfont",
1867
- style: ue(d.computeDegree(($s = (qs = p.meteo) == null ? void 0 : qs.current) == null ? void 0 : $s.degree, !0))
1867
+ style: Te(d.computeDegree(($s = (qs = p.meteo) == null ? void 0 : qs.current) == null ? void 0 : $s.degree, !0))
1868
1868
  }, "", 4)
1869
1869
  ])) : (n(), a("span", k1, "-"))
1870
1870
  ]),
@@ -1886,7 +1886,7 @@ function Q1(i, l, e, N, M, d) {
1886
1886
  ])
1887
1887
  ]);
1888
1888
  }
1889
- const Od = /* @__PURE__ */ sl(LM, [["render", Q1], ["__scopeId", "data-v-db1b4630"]]);
1889
+ const Od = /* @__PURE__ */ sl(LM, [["render", Q1], ["__scopeId", "data-v-b0b13d51"]]);
1890
1890
  const h1 = {
1891
1891
  name: "RouteReport",
1892
1892
  components: {
@@ -4921,20 +4921,20 @@ function lv(i, l, e, N, M, d) {
4921
4921
  t("div", { class: "title" }, "Speed and Consumption Calculation")
4922
4922
  ], -1)),
4923
4923
  (n(!0), a(T, null, it(e.report.segments, (o, tt) => {
4924
- var at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ye, Ae, ve, Te, xe, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be, z, He, _e, Je, Xe, Ke, qe, $e, ti, de, li, si, ei, ii, oi, ni, ai, di, Mi, ri, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, zi, pi, fi, ji, bi, Ci, Ui, mi, Ei, Oi, Yi, Si, nt, ne, ki, Qi, hi, wi, Ri, Fi, Vi, Pi, Sl, _i, Ji, Xi, Ki, qi, $i, to, lo, so, eo, io, oo, no, ao, Mo, ro, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, fo, jo, bo, Co, Uo, mo, Eo, Oo, Yo, So, ko, Qo, ho, wo, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, Ko, qo, $o, tn, ln, sn, en, on, nn, an, dn, Mn, rn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, jn, bn, Cn, Un, mn, En, On, Yn, Sn, kn, Qn, hn, wn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, Kn, qn, $n, ta, la, sa, ea, ia, oa, na, aa;
4924
+ var at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be, z, He, _e, Je, Xe, Ke, qe, $e, ti, de, li, si, ei, ii, oi, ni, ai, di, Mi, ri, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, zi, pi, fi, ji, bi, Ci, Ui, mi, Ei, Oi, Yi, Si, nt, ne, ki, Qi, hi, wi, Ri, Fi, Vi, Pi, Sl, _i, Ji, Xi, Ki, qi, $i, to, lo, so, eo, io, oo, no, ao, Mo, ro, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, fo, jo, bo, Co, Uo, mo, Eo, Oo, Yo, So, ko, Qo, ho, wo, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, Ko, qo, $o, tn, ln, sn, en, on, nn, an, dn, Mn, rn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, jn, bn, Cn, Un, mn, En, On, Yn, Sn, kn, Qn, hn, wn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, Kn, qn, $n, ta, la, sa, ea, ia, oa, na, aa;
4925
4925
  return n(), a("div", {
4926
4926
  key: tt,
4927
4927
  class: "segment-block"
4928
4928
  }, [
4929
4929
  t("div", M0, "Voyage Analysis Seg. " + s(tt + 1), 1),
4930
4930
  (n(!0), a(T, null, it((at = o == null ? void 0 : o.extend) == null ? void 0 : at.segTimes, (tl, Li) => {
4931
- var ce, Gi, da, Ma, ra, Da, Na, Ia, ga, ua;
4931
+ var xe, Gi, da, Ma, ra, Da, Na, Ia, ga, ua;
4932
4932
  return n(), a("div", {
4933
4933
  key: Li,
4934
4934
  class: "segment-row flex-space"
4935
4935
  }, [
4936
4936
  t("div", r0, [
4937
- (ce = tl == null ? void 0 : tl.departure) != null && ce.portName ? (n(), a("span", D0, s((Gi = tl == null ? void 0 : tl.departure) == null ? void 0 : Gi.portName), 1)) : (n(), a("span", N0, s(d.computeLat((da = tl == null ? void 0 : tl.departure) == null ? void 0 : da.lat).pretty) + ", " + s(d.computeLng((Ma = tl == null ? void 0 : tl.departure) == null ? void 0 : Ma.lng).pretty), 1)),
4937
+ (xe = tl == null ? void 0 : tl.departure) != null && xe.portName ? (n(), a("span", D0, s((Gi = tl == null ? void 0 : tl.departure) == null ? void 0 : Gi.portName), 1)) : (n(), a("span", N0, s(d.computeLat((da = tl == null ? void 0 : tl.departure) == null ? void 0 : da.lat).pretty) + ", " + s(d.computeLng((Ma = tl == null ? void 0 : tl.departure) == null ? void 0 : Ma.lng).pretty), 1)),
4938
4938
  t("label", null, "(" + s(d.computeUTCTime((ra = tl == null ? void 0 : tl.departure) == null ? void 0 : ra.utcTime)) + ")", 1)
4939
4939
  ]),
4940
4940
  l[47] || (l[47] = t("div", { class: "segment-split" }, "to", -1)),
@@ -5034,16 +5034,16 @@ function lv(i, l, e, N, M, d) {
5034
5034
  t("td", { class: "label" }, "Duration (hrs)")
5035
5035
  ], -1)),
5036
5036
  (n(!0), a(T, null, it(M.noons[tt], (tl, Li) => (n(), a(T, { key: Li }, [
5037
- (n(!0), a(T, null, it(tl, (ce, Gi) => (n(), a(T, { key: Gi }, [
5038
- ce.goodWx ? (n(), a("tr", Y0, [
5039
- t("td", null, s(ce.type) + " " + s(d.computeUTCTime(ce.utc, "MMM-DD")), 1),
5037
+ (n(!0), a(T, null, it(tl, (xe, Gi) => (n(), a(T, { key: Gi }, [
5038
+ xe.goodWx ? (n(), a("tr", Y0, [
5039
+ t("td", null, s(xe.type) + " " + s(d.computeUTCTime(xe.utc, "MMM-DD")), 1),
5040
5040
  t("td", null, [
5041
- t("span", null, s(d.computeUTCTime(d.computePrevTime(ce), "MMM-DD/HHmm[Z],YYYY")), 1),
5041
+ t("span", null, s(d.computeUTCTime(d.computePrevTime(xe), "MMM-DD/HHmm[Z],YYYY")), 1),
5042
5042
  l[57] || (l[57] = t("span", { style: { margin: "0 4px" } }, "~", -1)),
5043
- t("span", null, s(d.computeUTCTime(ce.utc, "MMM-DD/HHmm[Z],YYYY")), 1)
5043
+ t("span", null, s(d.computeUTCTime(xe.utc, "MMM-DD/HHmm[Z],YYYY")), 1)
5044
5044
  ]),
5045
5045
  t("td", null, [
5046
- t("span", null, s(d.computeDuration(ce.utc, d.computePrevTime(ce))), 1)
5046
+ t("span", null, s(d.computeDuration(xe.utc, d.computePrevTime(xe))), 1)
5047
5047
  ])
5048
5048
  ])) : c("", !0)
5049
5049
  ], 64))), 128))
@@ -5247,10 +5247,10 @@ function lv(i, l, e, N, M, d) {
5247
5247
  ]),
5248
5248
  t("div", zA, [
5249
5249
  l[117] || (l[117] = t("label", null, "No Time Lost and Gained", -1)),
5250
- t("div", null, " Total Time at (CP Speed + " + s(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ge = (Ie = o == null ? void 0 : o.extend) == null ? void 0 : Ie.cp) == null ? void 0 : ge.speed, "Over")) + " kts) ≤ Total Time at Good Weather Performance Speed ≤ Total Time at (CP Speed -" + s(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (Ae = (ye = o == null ? void 0 : o.extend) == null ? void 0 : ye.cp) == null ? void 0 : Ae.speed, "Under")) + " kts) ", 1)
5250
+ t("div", null, " Total Time at (CP Speed + " + s(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ge = (Ie = o == null ? void 0 : o.extend) == null ? void 0 : Ie.cp) == null ? void 0 : ge.speed, "Over")) + " kts) ≤ Total Time at Good Weather Performance Speed ≤ Total Time at (CP Speed -" + s(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (ce = (ue = o == null ? void 0 : o.extend) == null ? void 0 : ue.cp) == null ? void 0 : ce.speed, "Under")) + " kts) ", 1)
5251
5251
  ])
5252
5252
  ]),
5253
- (ve = o == null ? void 0 : o.goodWx) != null && ve.distance ? (n(), a("div", pA, [
5253
+ (ye = o == null ? void 0 : o.goodWx) != null && ye.distance ? (n(), a("div", pA, [
5254
5254
  t("div", fA, [
5255
5255
  l[121] || (l[121] = t("div", { class: "formula-left flex-space" }, [
5256
5256
  t("label", null, "Total Time at Good Weather Performance Speed"),
@@ -5258,7 +5258,7 @@ function lv(i, l, e, N, M, d) {
5258
5258
  ], -1)),
5259
5259
  t("div", jA, [
5260
5260
  t("div", bA, [
5261
- t("div", null, s((xe = (Te = e.report) == null ? void 0 : Te.weather) != null && xe.noExtrapolation ? (ze = o == null ? void 0 : o.goodWx) == null ? void 0 : ze.distance : (pe = o == null ? void 0 : o.allWx) == null ? void 0 : pe.distance), 1),
5261
+ t("div", null, s((ve = (Ae = e.report) == null ? void 0 : Ae.weather) != null && ve.noExtrapolation ? (ze = o == null ? void 0 : o.goodWx) == null ? void 0 : ze.distance : (pe = o == null ? void 0 : o.allWx) == null ? void 0 : pe.distance), 1),
5262
5262
  l[118] || (l[118] = t("div", { class: "line" }, null, -1)),
5263
5263
  t("div", null, s((fe = o == null ? void 0 : o.goodWx) == null ? void 0 : fe.pfmSpd), 1)
5264
5264
  ]),
@@ -8038,11 +8038,11 @@ function Rx(i, l, e, N, M, d) {
8038
8038
  return n(), a("div", Qx, [
8039
8039
  t("div", {
8040
8040
  class: "group",
8041
- style: ue({ justifyContent: e.align })
8041
+ style: Te({ justifyContent: e.align })
8042
8042
  }, [
8043
8043
  e.label ? (n(), a("label", {
8044
8044
  key: 0,
8045
- style: ue({ width: e.width + "px" })
8045
+ style: Te({ width: e.width + "px" })
8046
8046
  }, s(e.label), 5)) : c("", !0),
8047
8047
  M.editable ? (n(), a(T, { key: 2 }, [
8048
8048
  e.type === "input" ? (n(), el(r, {
@@ -9727,7 +9727,7 @@ const V3 = {
9727
9727
  class: "summary-item"
9728
9728
  }, Gb = { class: "flex blue center" }, Wb = { class: "flex blue center" }, Lb = { class: "summary-item" }, Zb = ["innerHTML"];
9729
9729
  function Bb(i, l, e, N, M, d) {
9730
- var y, v, k, U, m, E, b, Q, Y, h, x, F, W, L, Z, B, H, _, X, K, q, $, st, P, Nt, It, gt, ut, ct, o, tt, at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ye, Ae, ve, Te, xe, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be, z, He, _e, Je, Xe, Ke, qe, $e, ti, de, li, si, ei, ii, oi, ni, ai, di, Mi, ri, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, zi, pi, fi, ji, bi, Ci, Ui, mi, Ei, Oi, Yi, Si;
9730
+ var y, v, k, U, m, E, b, Q, Y, h, x, F, W, L, Z, B, H, _, X, K, q, $, st, P, Nt, It, gt, ut, ct, o, tt, at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be, z, He, _e, Je, Xe, Ke, qe, $e, ti, de, li, si, ei, ii, oi, ni, ai, di, Mi, ri, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, zi, pi, fi, ji, bi, Ci, Ui, mi, Ei, Oi, Yi, Si;
9731
9731
  const A = V("EditableItem"), r = V("CirclePlus"), u = V("ElIcon"), j = V("Remove"), C = V("Editor");
9732
9732
  return n(), a("div", P3, [
9733
9733
  l[140] || (l[140] = t("div", { class: "report-bg" }, [
@@ -10378,11 +10378,11 @@ function Bb(i, l, e, N, M, d) {
10378
10378
  ])),
10379
10379
  M.extraPortList.length < 1 ? (n(), a("div", yb, [
10380
10380
  l[122] || (l[122] = ot('<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)),
10381
- t("div", Ab, s((ye = (ge = (Ie = M.extraData) == null ? void 0 : Ie.consAnalysis) == null ? void 0 : ge.dgo) == null ? void 0 : ye.actualCons), 1),
10381
+ t("div", Ab, s((ue = (ge = (Ie = M.extraData) == null ? void 0 : Ie.consAnalysis) == null ? void 0 : ge.dgo) == null ? void 0 : ue.actualCons), 1),
10382
10382
  l[123] || (l[123] = t("div", { style: { width: "3%" } }, "-", -1)),
10383
- t("div", vb, s((Te = (ve = (Ae = M.extraData) == null ? void 0 : Ae.consAnalysis) == null ? void 0 : ve.dgo) == null ? void 0 : Te.sailingCons), 1),
10383
+ t("div", vb, s((Ae = (ye = (ce = M.extraData) == null ? void 0 : ce.consAnalysis) == null ? void 0 : ye.dgo) == null ? void 0 : Ae.sailingCons), 1),
10384
10384
  l[124] || (l[124] = t("div", { style: { width: "3%" } }, "=", -1)),
10385
- t("div", Tb, s((pe = (ze = (xe = M.extraData) == null ? void 0 : xe.consAnalysis) == null ? void 0 : ze.dgo) == null ? void 0 : pe.totalExtraCons), 1),
10385
+ t("div", Tb, s((pe = (ze = (ve = M.extraData) == null ? void 0 : ve.consAnalysis) == null ? void 0 : ze.dgo) == null ? void 0 : pe.totalExtraCons), 1),
10386
10386
  l[125] || (l[125] = t("div", { style: { width: "5%" } }, "(mt)", -1))
10387
10387
  ])) : (n(), a("div", xb, [
10388
10388
  l[126] || (l[126] = ot('<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)),
@@ -12906,7 +12906,7 @@ function UO(i, l, e, N, M, d) {
12906
12906
  t("tr", null, [
12907
12907
  (n(!0), a(T, null, it(M.area, (r) => (n(), a("td", {
12908
12908
  key: r.rank,
12909
- style: ue({ width: r.width }),
12909
+ style: Te({ width: r.width }),
12910
12910
  class: "label"
12911
12911
  }, s(r.name), 5))), 128))
12912
12912
  ])
@@ -13515,7 +13515,7 @@ function hO(i, l, e, N, M, d) {
13515
13515
  t("tr", null, [
13516
13516
  (n(!0), a(T, null, it(M.area, (r) => (n(), a("td", {
13517
13517
  key: r.rank,
13518
- style: ue({ width: r.width }),
13518
+ style: Te({ width: r.width }),
13519
13519
  class: "label"
13520
13520
  }, s(r.name), 5))), 128))
13521
13521
  ])
@@ -14124,7 +14124,7 @@ function LO(i, l, e, N, M, d) {
14124
14124
  t("tr", null, [
14125
14125
  (n(!0), a(T, null, it(M.area, (r) => (n(), a("td", {
14126
14126
  key: r.rank,
14127
- style: ue({ width: r.width }),
14127
+ style: Te({ width: r.width }),
14128
14128
  class: "label"
14129
14129
  }, s(r.name), 5))), 128))
14130
14130
  ])
@@ -14362,7 +14362,7 @@ const XO = {
14362
14362
  class: "flex-center summary-bg"
14363
14363
  }, lS = { class: "fraction" }, sS = { class: "fraction" }, eS = { class: "fraction" }, iS = { class: "section vessel-report-section" }, oS = { class: "section-content" }, nS = ["rowspan"];
14364
14364
  function aS(i, l, e, N, M, d) {
14365
- var C, y, v, k, U, m, E, b, Q, Y, h, x, F, W, L, Z, B, H, _, X, K, q, $, st, P, Nt, It, gt, ut, ct, o, tt, at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ye, Ae, ve, Te, xe, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be, z, He, _e, Je, Xe, Ke, qe, $e, ti, de, li, si, ei, ii, oi, ni, ai, di, Mi, ri, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, zi, pi, fi, ji, bi, Ci, Ui, mi, Ei, Oi, Yi, Si, nt, ne, ki, Qi, hi, wi, Ri, Fi, Vi, Pi, Sl, _i, Ji, Xi, Ki, qi, $i, to, lo, so, eo, io, oo, no, ao, Mo, ro, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, fo, jo, bo, Co, Uo, mo, Eo, Oo, Yo, So, ko, Qo, ho, wo, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, Ko, qo, $o, tn, ln, sn, en, on, nn, an, dn, Mn, rn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, jn, bn, Cn, Un, mn, En, On, Yn, Sn, kn, Qn, hn, wn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, Kn, qn, $n, ta, la, sa, ea, ia, oa, na, aa, tl, Li, ce, Gi, da, Ma, ra, Da, Na, Ia, ga, ua, za, pa, fa, ja, ba, Ca, Ua, ma, Ea;
14365
+ var C, y, v, k, U, m, E, b, Q, Y, h, x, F, W, L, Z, B, H, _, X, K, q, $, st, P, Nt, It, gt, ut, ct, o, tt, at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be, z, He, _e, Je, Xe, Ke, qe, $e, ti, de, li, si, ei, ii, oi, ni, ai, di, Mi, ri, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, zi, pi, fi, ji, bi, Ci, Ui, mi, Ei, Oi, Yi, Si, nt, ne, ki, Qi, hi, wi, Ri, Fi, Vi, Pi, Sl, _i, Ji, Xi, Ki, qi, $i, to, lo, so, eo, io, oo, no, ao, Mo, ro, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, fo, jo, bo, Co, Uo, mo, Eo, Oo, Yo, So, ko, Qo, ho, wo, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, Ko, qo, $o, tn, ln, sn, en, on, nn, an, dn, Mn, rn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, fn, jn, bn, Cn, Un, mn, En, On, Yn, Sn, kn, Qn, hn, wn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, Kn, qn, $n, ta, la, sa, ea, ia, oa, na, aa, tl, Li, xe, Gi, da, Ma, ra, Da, Na, Ia, ga, ua, za, pa, fa, ja, ba, Ca, Ua, ma, Ea;
14366
14366
  const A = V("IdmBrand"), r = V("Lat"), u = V("Lng"), j = V("Editor");
14367
14367
  return n(), a("div", KO, [
14368
14368
  O(A, { name: "Energy Efficiency Analysis Report" }),
@@ -14524,8 +14524,8 @@ function aS(i, l, e, N, M, d) {
14524
14524
  t("div", null, [
14525
14525
  t("span", L5, s((De = (ae = (bl = (oe = (ie = e.report) == null ? void 0 : ie.eeas) == null ? void 0 : oe.extend) == null ? void 0 : bl.summary) == null ? void 0 : ae.fo) == null ? void 0 : De.status) + "-consumption ", 1),
14526
14526
  t("i", {
14527
- class: f(["iconfont", ((Ae = (ye = (ge = (Ie = (Ne = e.report) == null ? void 0 : Ne.eeas) == null ? void 0 : Ie.extend) == null ? void 0 : ge.summary) == null ? void 0 : ye.fo) == null ? void 0 : Ae.status) === "Saving" ? "gain" : "lost"])
14528
- }, s(((pe = (ze = (xe = (Te = (ve = e.report) == null ? void 0 : ve.eeas) == null ? void 0 : Te.extend) == null ? void 0 : xe.summary) == null ? void 0 : ze.fo) == null ? void 0 : pe.status) === "Saving" ? "" : ""), 3),
14527
+ class: f(["iconfont", ((ce = (ue = (ge = (Ie = (Ne = e.report) == null ? void 0 : Ne.eeas) == null ? void 0 : Ie.extend) == null ? void 0 : ge.summary) == null ? void 0 : ue.fo) == null ? void 0 : ce.status) === "Saving" ? "gain" : "lost"])
14528
+ }, s(((pe = (ze = (ve = (Ae = (ye = e.report) == null ? void 0 : ye.eeas) == null ? void 0 : Ae.extend) == null ? void 0 : ve.summary) == null ? void 0 : ze.fo) == null ? void 0 : pe.status) === "Saving" ? "" : ""), 3),
14529
14529
  t("span", {
14530
14530
  class: f(((Ue = (Ce = (be = (je = (fe = e.report) == null ? void 0 : fe.eeas) == null ? void 0 : je.extend) == null ? void 0 : be.summary) == null ? void 0 : Ce.fo) == null ? void 0 : Ue.status) === "Saving" ? "gain" : "lost")
14531
14531
  }, s((Se = (Ye = (Oe = (Ee = (me = e.report) == null ? void 0 : me.eeas) == null ? void 0 : Ee.extend) == null ? void 0 : Oe.summary) == null ? void 0 : Ye.fo) == null ? void 0 : Se.margin), 3),
@@ -14817,7 +14817,7 @@ function aS(i, l, e, N, M, d) {
14817
14817
  l[99] || (l[99] = t("div", { class: "sig" }, "-", -1)),
14818
14818
  t("div", qY, s((aa = (na = (oa = (ia = e.report) == null ? void 0 : ia.eeas) == null ? void 0 : oa.extend) == null ? void 0 : na.actual) == null ? void 0 : aa.totalDgoCons), 1),
14819
14819
  l[100] || (l[100] = t("div", { class: "sig" }, "=", -1)),
14820
- t("div", $Y, s((da = (Gi = (ce = (Li = (tl = e.report) == null ? void 0 : tl.eeas) == null ? void 0 : Li.extend) == null ? void 0 : ce.summary) == null ? void 0 : Gi.dgo) == null ? void 0 : da.margin) + " mt", 1)
14820
+ t("div", $Y, s((da = (Gi = (xe = (Li = (tl = e.report) == null ? void 0 : tl.eeas) == null ? void 0 : Li.extend) == null ? void 0 : xe.summary) == null ? void 0 : Gi.dgo) == null ? void 0 : da.margin) + " mt", 1)
14821
14821
  ])) : (n(), a("div", tS, [
14822
14822
  l[101] || (l[101] = ot('<div class="fraction" style="width:260px;" data-v-34ecb434>Fuel Over-Consumption</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><div class="fraction" data-v-34ecb434>(c&#39;)</div><div class="sig" data-v-34ecb434>=</div>', 6)),
14823
14823
  t("div", lS, s((Na = (Da = (ra = (Ma = e.report) == null ? void 0 : Ma.eeas) == null ? void 0 : ra.extend) == null ? void 0 : Da.actual) == null ? void 0 : Na.totalDgoCons), 1),
@@ -15393,7 +15393,7 @@ const JS = {
15393
15393
  class: ""
15394
15394
  }, Tk = ["innerHTML"], xk = { key: 1 }, zk = { class: "section co2-emissions-section" }, pk = { class: "section leg-section" }, fk = { class: "section leg-section" };
15395
15395
  function jk(i, l, e, N, M, d) {
15396
- var u, j, C, y, v, k, U, m, E, b, Q, Y, h, x, F, W, L, Z, B, H, _, X, K, q, $, st, P, Nt, It, gt, ut, ct, o, tt, at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ye, Ae, ve, Te, xe, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be;
15396
+ var u, j, C, y, v, k, U, m, E, b, Q, Y, h, x, F, W, L, Z, B, H, _, X, K, q, $, st, P, Nt, It, gt, ut, ct, o, tt, at, dt, Mt, yt, At, et, zt, pt, ft, jt, bt, Ct, Ut, Tt, Ot, Yt, St, kt, Qt, ht, wt, Rt, Ft, Vt, Pt, Gt, mt, Xt, D, rt, w, xt, Wt, Lt, Zt, R, Bt, Ht, I, J, vt, G, _t, Dt, Jt, Kt, qt, il, ol, nl, al, dl, Ml, rl, Dl, Nl, Il, gl, ul, cl, yl, Al, vl, Tl, xl, zl, Cl, Ul, ml, El, Ol, kl, S, Ql, hl, wl, Rl, Fl, Vl, Pl, Gl, jl, bs, Cs, Us, ms, Es, Os, Ys, Ss, ks, Qs, hs, ws, Rs, Fs, Vs, Ps, p, $t, pl, fl, Yl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, ts, ls, ss, es, is, os, ns, as, ds, Ms, rs, Ds, Ns, Is, gs, us, cs, ys, As, vs, Ts, xs, zs, ps, fs, Gs, Ws, Ls, Zs, Bs, Hs, _s, Js, Xs, Ks, qs, $s, te, le, ee, ie, oe, bl, ae, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, ze, pe, fe, je, be, Ce, Ue, me, Ee, Oe, Ye, Se, ke, Qe, he, we, Re, Fe, Ve, Pe, Ge, We, Le, Ze, Be;
15397
15397
  const A = V("IdmBrand"), r = V("Editor");
15398
15398
  return n(), a("div", XS, [
15399
15399
  O(A, { name: "FuelEU Maritime Compliance Cost Analysis Report" }),
@@ -15610,7 +15610,7 @@ function jk(i, l, e, N, M, d) {
15610
15610
  t("td", null, s(((Ks = (Xs = (Js = (_s = (Hs = e.report) == null ? void 0 : Hs.summary) == null ? void 0 : _s.fuels) == null ? void 0 : Js.filter((z) => z.type === "MDO")) == null ? void 0 : Xs[0]) == null ? void 0 : Ks.wtt) ?? "-"), 1),
15611
15611
  t("td", null, s(((ie = (ee = (le = (te = ($s = (qs = e.report) == null ? void 0 : qs.summary) == null ? void 0 : $s.fuels) == null ? void 0 : te.filter((z) => z.type === "MDO")) == null ? void 0 : le[0]) == null ? void 0 : ee.ttw) == null ? void 0 : ie.co2) ?? "-"), 1),
15612
15612
  t("td", null, s(((Ie = (Ne = (De = (ae = (bl = (oe = e.report) == null ? void 0 : oe.summary) == null ? void 0 : bl.fuels) == null ? void 0 : ae.filter((z) => z.type === "MDO")) == null ? void 0 : De[0]) == null ? void 0 : Ne.ttw) == null ? void 0 : Ie.ch4) ?? "-"), 1),
15613
- t("td", null, s(((xe = (Te = (ve = (Ae = (ye = (ge = e.report) == null ? void 0 : ge.summary) == null ? void 0 : ye.fuels) == null ? void 0 : Ae.filter((z) => z.type === "MDO")) == null ? void 0 : ve[0]) == null ? void 0 : Te.ttw) == null ? void 0 : xe.n2o) ?? "-"), 1),
15613
+ t("td", null, s(((ve = (Ae = (ye = (ce = (ue = (ge = e.report) == null ? void 0 : ge.summary) == null ? void 0 : ue.fuels) == null ? void 0 : ce.filter((z) => z.type === "MDO")) == null ? void 0 : ye[0]) == null ? void 0 : Ae.ttw) == null ? void 0 : ve.n2o) ?? "-"), 1),
15614
15614
  t("td", null, s(((be = (je = (fe = (pe = (ze = e.report) == null ? void 0 : ze.summary) == null ? void 0 : pe.fuels) == null ? void 0 : fe.filter((z) => z.type === "MDO")) == null ? void 0 : je[0]) == null ? void 0 : be.wttEmission) ?? "-"), 1),
15615
15615
  t("td", null, s(((Oe = (Ee = (me = (Ue = (Ce = e.report) == null ? void 0 : Ce.summary) == null ? void 0 : Ue.fuels) == null ? void 0 : me.filter((z) => z.type === "MDO")) == null ? void 0 : Ee[0]) == null ? void 0 : Oe.ttwEmission) ?? "-"), 1)
15616
15616
  ])