@idmwx/idmui-report 2.8.9 → 2.9.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.
- package/dist/index.js +753 -753
- package/dist/index.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -189,13 +189,13 @@ const gn = {
|
|
|
189
189
|
if (S === 0)
|
|
190
190
|
v.precip.pacc = 0;
|
|
191
191
|
else {
|
|
192
|
-
const E = (f = s == null ? void 0 : s.extend) == null ? void 0 : f.data[S - 1],
|
|
192
|
+
const E = (f = s == null ? void 0 : s.extend) == null ? void 0 : f.data[S - 1], B = H(v.utc).utcOffset(this.localTZ), G = H(E.utc).utcOffset(this.localTZ), U = (r = E == null ? void 0 : E.precip) == null ? void 0 : r.prate, Y = B.diff(G, "h"), I = this.roundPrecision(U * Y, 1);
|
|
193
193
|
if (v.precip.pacc = I, I > 0) {
|
|
194
|
-
const T = a[
|
|
195
|
-
T ? (T.pacc = this.roundPrecision(T.pacc + I, 1), T[`${N}`] ? T[`${N}`] += I : (T[`${N}`] = I, T.colspan += 1)) : (a[
|
|
194
|
+
const T = a[B.format("MMM-DD")], N = Math.floor(B.get("hour") / 6);
|
|
195
|
+
T ? (T.pacc = this.roundPrecision(T.pacc + I, 1), T[`${N}`] ? T[`${N}`] += I : (T[`${N}`] = I, T.colspan += 1)) : (a[B.format("MMM-DD")] = {
|
|
196
196
|
pacc: I,
|
|
197
197
|
colspan: 1
|
|
198
|
-
}, a[
|
|
198
|
+
}, a[B.format("MMM-DD")][`${N}`] = I);
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
}
|
|
@@ -226,9 +226,9 @@ const gn = {
|
|
|
226
226
|
};
|
|
227
227
|
let u = 4;
|
|
228
228
|
(r = (f = (l = this.report) == null ? void 0 : l.extend) == null ? void 0 : f.data) == null || r.forEach((y) => {
|
|
229
|
-
var P, m, D, S, v, E,
|
|
229
|
+
var P, m, D, S, v, E, B, G, U, Y, I, T, N;
|
|
230
230
|
const O = H(y.utc).utcOffset(this.localTZ).format("MMM-DD/HHmm[LT]");
|
|
231
|
-
s.push(O), u = ((m = (P = y.wave) == null ? void 0 : P.sig) == null ? void 0 : m.height) > u ? (S = (D = y.wave) == null ? void 0 : D.sig) == null ? void 0 : S.height : u, a.push([O, (v = y.wind) == null ? void 0 : v.kts, (E = y.gusts) == null ? void 0 : E.kts, (G = (
|
|
231
|
+
s.push(O), u = ((m = (P = y.wave) == null ? void 0 : P.sig) == null ? void 0 : m.height) > u ? (S = (D = y.wave) == null ? void 0 : D.sig) == null ? void 0 : S.height : u, a.push([O, (v = y.wind) == null ? void 0 : v.kts, (E = y.gusts) == null ? void 0 : E.kts, (G = (B = y.wave) == null ? void 0 : B.sig) == null ? void 0 : G.height, (U = y.wind) == null ? void 0 : U.direction, (Y = y.wind) == null ? void 0 : Y.degree, (I = y.wind) == null ? void 0 : I.scale, (T = y.current) == null ? void 0 : T.kts, (N = y.precip) == null ? void 0 : N.acc, this.roundPrecision(y.visibility / 1852, 0), y.temp]);
|
|
232
232
|
});
|
|
233
233
|
const i = {
|
|
234
234
|
animation: !1,
|
|
@@ -474,13 +474,13 @@ const gn = {
|
|
|
474
474
|
}, "Issued (+00:00)", -1)), En = { class: "flex-evenly" }, Pn = {
|
|
475
475
|
class: "flex-space label-block",
|
|
476
476
|
style: { width: "100%" }
|
|
477
|
-
},
|
|
477
|
+
}, Bn = /* @__PURE__ */ xe(() => /* @__PURE__ */ t("label", {
|
|
478
478
|
class: "flex-end",
|
|
479
479
|
style: { width: "180px" }
|
|
480
|
-
}, "Timezone", -1)),
|
|
480
|
+
}, "Timezone", -1)), Fn = {
|
|
481
481
|
class: "flex-space label-block",
|
|
482
482
|
style: { width: "100%" }
|
|
483
|
-
},
|
|
483
|
+
}, Wn = {
|
|
484
484
|
class: "flex-end",
|
|
485
485
|
style: { width: "180px" }
|
|
486
486
|
}, Ln = { class: "section echart-section" }, Hn = {
|
|
@@ -522,11 +522,11 @@ function xd(s, a, o, u, i, l) {
|
|
|
522
522
|
]),
|
|
523
523
|
t("div", En, [
|
|
524
524
|
t("div", Pn, [
|
|
525
|
-
|
|
525
|
+
Bn,
|
|
526
526
|
t("span", null, e(l.computeTZ(this.localTZ)), 1)
|
|
527
527
|
]),
|
|
528
|
-
t("div",
|
|
529
|
-
t("label",
|
|
528
|
+
t("div", Fn, [
|
|
529
|
+
t("label", Wn, "(" + e(l.computeTZ(this.localTZ)) + ")", 1),
|
|
530
530
|
t("span", null, e(l.computeLTime(o.report.updatedAt, this.localTZ, "YYYY, MMM-DD/HHmm[LT]")), 1)
|
|
531
531
|
])
|
|
532
532
|
])
|
|
@@ -571,7 +571,7 @@ function xd(s, a, o, u, i, l) {
|
|
|
571
571
|
]),
|
|
572
572
|
t("tbody", null, [
|
|
573
573
|
(d(!0), c(M, null, rt((m = (P = o.report) == null ? void 0 : P.extend) == null ? void 0 : m.data, (D, S) => {
|
|
574
|
-
var v, E,
|
|
574
|
+
var v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt;
|
|
575
575
|
return d(), c("tr", { key: S }, [
|
|
576
576
|
t("td", cd, e(l.computeLTime(D.utc, this.localTZ)), 1),
|
|
577
577
|
t("td", null, [
|
|
@@ -579,7 +579,7 @@ function xd(s, a, o, u, i, l) {
|
|
|
579
579
|
C(e((E = D.wind) == null ? void 0 : E.direction), 1),
|
|
580
580
|
t("i", {
|
|
581
581
|
class: "iconfont",
|
|
582
|
-
style: be(l.computeDegree((
|
|
582
|
+
style: be(l.computeDegree((B = D.wind) == null ? void 0 : B.degree, !1))
|
|
583
583
|
}, "", 4)
|
|
584
584
|
])) : (d(), c("span", ud, "-"))
|
|
585
585
|
]),
|
|
@@ -708,7 +708,7 @@ const Od = {
|
|
|
708
708
|
methods: {}
|
|
709
709
|
}, _e = (s) => (he("data-v-2fead0ca"), s = s(), ve(), s), Ed = { class: "point-report" }, Pd = /* @__PURE__ */ _e(() => /* @__PURE__ */ t("div", { class: "report-bg" }, [
|
|
710
710
|
/* @__PURE__ */ t("img", { src: "https://img.idmwx.com/asset/report-head-bg.png" })
|
|
711
|
-
], -1)),
|
|
711
|
+
], -1)), Bd = { class: "report-header flex-center" }, Fd = { class: "info-box" }, Wd = /* @__PURE__ */ _e(() => /* @__PURE__ */ t("img", {
|
|
712
712
|
class: "logo",
|
|
713
713
|
src: "https://img.idmwx.com/asset/logo-150x150.png"
|
|
714
714
|
}, null, -1)), Ld = { class: "info" }, Hd = /* @__PURE__ */ _e(() => /* @__PURE__ */ t("label", null, "Position", -1)), Md = { class: "info" }, Gd = /* @__PURE__ */ _e(() => /* @__PURE__ */ t("label", null, "Issued", -1)), Id = /* @__PURE__ */ _e(() => /* @__PURE__ */ t("div", { class: "title-box" }, [
|
|
@@ -735,9 +735,9 @@ function Ac(s, a, o, u, i, l) {
|
|
|
735
735
|
return d(), c("div", Ed, [
|
|
736
736
|
L(f),
|
|
737
737
|
Pd,
|
|
738
|
-
t("div",
|
|
739
|
-
t("div",
|
|
740
|
-
|
|
738
|
+
t("div", Bd, [
|
|
739
|
+
t("div", Fd, [
|
|
740
|
+
Wd,
|
|
741
741
|
t("div", Ld, [
|
|
742
742
|
Hd,
|
|
743
743
|
t("span", null, e(l.computeLat(o.data.lat).pretty) + " / " + e(l.computeLng(o.data.lng).pretty), 1)
|
|
@@ -787,7 +787,7 @@ function Ac(s, a, o, u, i, l) {
|
|
|
787
787
|
]),
|
|
788
788
|
t("tbody", null, [
|
|
789
789
|
(d(!0), c(M, null, rt(o.data.meteo, (r, y) => {
|
|
790
|
-
var O, P, m, D, S, v, E,
|
|
790
|
+
var O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht;
|
|
791
791
|
return d(), c("tr", { key: y }, [
|
|
792
792
|
t("td", vc, e(l.computeUTCTime(r.utc)), 1),
|
|
793
793
|
t("td", null, [
|
|
@@ -802,7 +802,7 @@ function Ac(s, a, o, u, i, l) {
|
|
|
802
802
|
t("td", null, e(l.roundPrecision((D = r.wind) == null ? void 0 : D.kts, 1)), 1),
|
|
803
803
|
t("td", null, e((S = r.wind) == null ? void 0 : S.scale), 1),
|
|
804
804
|
t("td", null, e(l.roundPrecision((v = r.gusts) == null ? void 0 : v.kts, 1)), 1),
|
|
805
|
-
t("td", null, e(l.roundPrecision((
|
|
805
|
+
t("td", null, e(l.roundPrecision((B = (E = r.wave) == null ? void 0 : E.wd) == null ? void 0 : B.height, 1)), 1),
|
|
806
806
|
t("td", null, [
|
|
807
807
|
(U = (G = r.wave) == null ? void 0 : G.swell) != null && U.height ? (d(), c("span", fc, [
|
|
808
808
|
C(e((I = (Y = r.wave) == null ? void 0 : Y.swell) == null ? void 0 : I.direction), 1),
|
|
@@ -894,7 +894,7 @@ const wc = /* @__PURE__ */ Gt(Od, [["render", Ac], ["__scopeId", "data-v-2fead0c
|
|
|
894
894
|
function Ec(s, a, o, u, i, l) {
|
|
895
895
|
return d(), c("i", Sc, Oc);
|
|
896
896
|
}
|
|
897
|
-
const Pc = /* @__PURE__ */ Gt(kc, [["render", Ec]]),
|
|
897
|
+
const Pc = /* @__PURE__ */ Gt(kc, [["render", Ec]]), Bc = {
|
|
898
898
|
name: "brabImg",
|
|
899
899
|
props: {
|
|
900
900
|
fill: {
|
|
@@ -902,7 +902,7 @@ const Pc = /* @__PURE__ */ Gt(kc, [["render", Ec]]), Fc = {
|
|
|
902
902
|
default: "#000000"
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
|
-
},
|
|
905
|
+
}, Fc = { class: "logo" }, Wc = /* @__PURE__ */ t("svg", {
|
|
906
906
|
t: "1681710772723",
|
|
907
907
|
class: "icon",
|
|
908
908
|
viewBox: "0 0 3413 1024",
|
|
@@ -927,12 +927,12 @@ const Pc = /* @__PURE__ */ Gt(kc, [["render", Ec]]), Fc = {
|
|
|
927
927
|
"p-id": "7208"
|
|
928
928
|
})
|
|
929
929
|
], -1), Lc = [
|
|
930
|
-
|
|
930
|
+
Wc
|
|
931
931
|
];
|
|
932
932
|
function Hc(s, a, o, u, i, l) {
|
|
933
|
-
return d(), c("i",
|
|
933
|
+
return d(), c("i", Fc, Lc);
|
|
934
934
|
}
|
|
935
|
-
const Mc = /* @__PURE__ */ Gt(
|
|
935
|
+
const Mc = /* @__PURE__ */ Gt(Bc, [["render", Hc]]), Gc = {
|
|
936
936
|
name: "brabImg",
|
|
937
937
|
props: {
|
|
938
938
|
fill: {
|
|
@@ -1511,11 +1511,11 @@ const ar = {
|
|
|
1511
1511
|
series: []
|
|
1512
1512
|
};
|
|
1513
1513
|
let v, E;
|
|
1514
|
-
for (let
|
|
1515
|
-
const G = (i = this.plan) == null ? void 0 : i.speeds[
|
|
1514
|
+
for (let B = 0; B < ((u = (o = this.plan) == null ? void 0 : o.speeds) == null ? void 0 : u.length); B++) {
|
|
1515
|
+
const G = (i = this.plan) == null ? void 0 : i.speeds[B].speed, U = [], Y = [], I = [], T = [];
|
|
1516
1516
|
for (let X = 0; X < G.sample.hours.length; X++) {
|
|
1517
1517
|
const Z = G.sample.hours[X];
|
|
1518
|
-
if (
|
|
1518
|
+
if (B === 0) {
|
|
1519
1519
|
v || (v = H(Z.eta).utc(), E = v.clone().add(this.computeDay(this.plan), "day"));
|
|
1520
1520
|
const st = H(Z.eta).utc();
|
|
1521
1521
|
if (st.isAfter(E))
|
|
@@ -1526,21 +1526,21 @@ const ar = {
|
|
|
1526
1526
|
U.push(w), I.push(Q), T.push(V), Y.push(j);
|
|
1527
1527
|
}
|
|
1528
1528
|
const N = {
|
|
1529
|
-
name: `Route ${
|
|
1529
|
+
name: `Route ${B + 1}`,
|
|
1530
1530
|
type: "line",
|
|
1531
1531
|
smooth: !0,
|
|
1532
1532
|
showSymbol: !0,
|
|
1533
1533
|
// stack: 'sog',
|
|
1534
1534
|
data: U
|
|
1535
1535
|
}, K = {
|
|
1536
|
-
name: `Route ${
|
|
1536
|
+
name: `Route ${B + 1}`,
|
|
1537
1537
|
type: "line",
|
|
1538
1538
|
smooth: !0,
|
|
1539
1539
|
showSymbol: !0,
|
|
1540
1540
|
// stock: 'wind',
|
|
1541
1541
|
data: I
|
|
1542
1542
|
}, $ = {
|
|
1543
|
-
name: `Route ${
|
|
1543
|
+
name: `Route ${B + 1}`,
|
|
1544
1544
|
type: "line",
|
|
1545
1545
|
smooth: !0,
|
|
1546
1546
|
showSymbol: !0,
|
|
@@ -1588,7 +1588,7 @@ const ar = {
|
|
|
1588
1588
|
}, Sr = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("span", { style: { "margin-right": "3px" } }, ",", -1)), Tr = { class: "summary-item" }, Or = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("label", { class: "label" }, "To ", -1)), Er = { key: 0 }, Pr = {
|
|
1589
1589
|
key: 1,
|
|
1590
1590
|
class: "flex-start"
|
|
1591
|
-
},
|
|
1591
|
+
}, Br = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("span", { style: { "margin-right": "3px" } }, ",", -1)), Fr = { class: "route-advisory" }, Wr = { class: "charts" }, Lr = { key: 0 }, Hr = ["src"], Mr = { class: "legend-box" }, Gr = /* @__PURE__ */ ut('<div class="legend-item" data-v-ba499fc2><span class="img-legend" style="background-color:var(--dangerous);" data-v-ba499fc2></span> Dangerous </div><div class="legend-item" data-v-ba499fc2><span class="img-legend" style="background-color:var(--severe);" data-v-ba499fc2></span> Severe </div><div class="legend-item" data-v-ba499fc2><span class="img-legend" style="background-color:var(--heavy);" data-v-ba499fc2></span> Heavy </div><div class="legend-item" data-v-ba499fc2><b class="route1" data-v-ba499fc2></b><span data-v-ba499fc2>Route 1</span></div>', 4), Ir = {
|
|
1592
1592
|
key: 0,
|
|
1593
1593
|
class: "legend-item"
|
|
1594
1594
|
}, Rr = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("b", { class: "route2" }, null, -1)), Nr = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("span", null, "Route 2", -1)), Ur = [
|
|
@@ -1646,15 +1646,15 @@ const ar = {
|
|
|
1646
1646
|
key: 1,
|
|
1647
1647
|
class: "cell-item offset",
|
|
1648
1648
|
style: { width: "55px" }
|
|
1649
|
-
},
|
|
1649
|
+
}, Bu = {
|
|
1650
1650
|
key: 2,
|
|
1651
1651
|
class: "cell-item offset",
|
|
1652
1652
|
style: { width: "40px" }
|
|
1653
|
-
},
|
|
1653
|
+
}, Fu = {
|
|
1654
1654
|
key: 3,
|
|
1655
1655
|
class: "cell-item offset",
|
|
1656
1656
|
style: { width: "125px" }
|
|
1657
|
-
},
|
|
1657
|
+
}, Wu = { class: "weather-eChart" }, Lu = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("div", { class: "secondary-title" }, "Weather and Speed Analysis", -1)), Hu = {
|
|
1658
1658
|
ref: "sogChart",
|
|
1659
1659
|
class: "eChart"
|
|
1660
1660
|
}, Mu = {
|
|
@@ -1712,7 +1712,7 @@ const ar = {
|
|
|
1712
1712
|
class: "degree-box"
|
|
1713
1713
|
}, qu = { key: 1 };
|
|
1714
1714
|
function ju(s, a, o, u, i, l) {
|
|
1715
|
-
var P, m, D, S, v, E,
|
|
1715
|
+
var P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt;
|
|
1716
1716
|
const f = it("IdmBrand"), r = it("Lat"), y = it("Lng"), O = it("Editor");
|
|
1717
1717
|
return d(), c("div", nr, [
|
|
1718
1718
|
L(f, { name: "Voyage Planning" }),
|
|
@@ -1727,7 +1727,7 @@ function ju(s, a, o, u, i, l) {
|
|
|
1727
1727
|
t("div", vr, [
|
|
1728
1728
|
t("div", _r, [
|
|
1729
1729
|
t("div", pr, [
|
|
1730
|
-
((m = o.plan) == null ? void 0 : m.type) === "Recommend" ? (d(), c("div", fr, "Recommended Route Report for " + e((v = (S = (D = o.plan) == null ? void 0 : D.voyage) == null ? void 0 : S.vessel) == null ? void 0 : v.name), 1)) : (d(), c("div", mr, "Route Report for " + e((G = (
|
|
1730
|
+
((m = o.plan) == null ? void 0 : m.type) === "Recommend" ? (d(), c("div", fr, "Recommended Route Report for " + e((v = (S = (D = o.plan) == null ? void 0 : D.voyage) == null ? void 0 : S.vessel) == null ? void 0 : v.name), 1)) : (d(), c("div", mr, "Route Report for " + e((G = (B = (E = o.plan) == null ? void 0 : E.voyage) == null ? void 0 : B.vessel) == null ? void 0 : G.name), 1)),
|
|
1731
1731
|
t("div", null, [
|
|
1732
1732
|
((U = o.plan) == null ? void 0 : U.type) === "Recommend" ? (d(), c("span", yr, "Initial Route Report")) : x("", !0),
|
|
1733
1733
|
((Y = o.plan) == null ? void 0 : Y.type) === "Drifting" ? (d(), c("span", br, "Drifting Route Report")) : x("", !0)
|
|
@@ -1759,7 +1759,7 @@ function ju(s, a, o, u, i, l) {
|
|
|
1759
1759
|
lat: (nt = (n = (et = o.plan) == null ? void 0 : et.leg) == null ? void 0 : n.destination) == null ? void 0 : nt.lat,
|
|
1760
1760
|
label: ""
|
|
1761
1761
|
}, null, 8, ["lat"]),
|
|
1762
|
-
|
|
1762
|
+
Br,
|
|
1763
1763
|
L(y, {
|
|
1764
1764
|
lat: (ht = (dt = (h = o.plan) == null ? void 0 : h.leg) == null ? void 0 : dt.destination) == null ? void 0 : ht.lng,
|
|
1765
1765
|
label: ""
|
|
@@ -1768,8 +1768,8 @@ function ju(s, a, o, u, i, l) {
|
|
|
1768
1768
|
])
|
|
1769
1769
|
])
|
|
1770
1770
|
]),
|
|
1771
|
-
t("div",
|
|
1772
|
-
t("div",
|
|
1771
|
+
t("div", Fr, [
|
|
1772
|
+
t("div", Wr, [
|
|
1773
1773
|
(ct = o.plan) != null && ct.chartUrl ? (d(), c("div", Lr, [
|
|
1774
1774
|
t("img", {
|
|
1775
1775
|
src: o.plan.chartUrl
|
|
@@ -1864,7 +1864,7 @@ function ju(s, a, o, u, i, l) {
|
|
|
1864
1864
|
t("div", Cu, [
|
|
1865
1865
|
gu,
|
|
1866
1866
|
t("div", Du, [
|
|
1867
|
-
(At = (mt = o.plan) == null ? void 0 : mt.speeds) != null && At.length ? (d(!0), c(M, { key: 0 }, rt(l.computeMajorPoints((
|
|
1867
|
+
(At = (mt = o.plan) == null ? void 0 : mt.speeds) != null && At.length ? (d(!0), c(M, { key: 0 }, rt(l.computeMajorPoints((Ft = (Bt = (Pt = (Et = o.plan) == null ? void 0 : Et.speeds[0]) == null ? void 0 : Pt.speed) == null ? void 0 : Bt.sample) == null ? void 0 : Ft.wps), (R, wt) => (d(), c("div", {
|
|
1868
1868
|
key: wt,
|
|
1869
1869
|
class: "cell-row"
|
|
1870
1870
|
}, [
|
|
@@ -1885,28 +1885,28 @@ function ju(s, a, o, u, i, l) {
|
|
|
1885
1885
|
t("div", Ou, e(l.computeUTCTime(R.eta)), 1),
|
|
1886
1886
|
wt ? (d(), c("div", Eu, e(l.computeNav(R)), 1)) : x("", !0),
|
|
1887
1887
|
wt ? (d(), c("div", Pu, e(l.roundPrecision(R.distanceFromStart, 1)), 1)) : x("", !0),
|
|
1888
|
-
wt ? (d(), c("div",
|
|
1889
|
-
wt ? (d(), c("div",
|
|
1888
|
+
wt ? (d(), c("div", Bu, e(l.roundPrecision(R.avgSpd ?? R.speed, 1)), 1)) : x("", !0),
|
|
1889
|
+
wt ? (d(), c("div", Fu, e(l.computeMemo(R)), 1)) : x("", !0)
|
|
1890
1890
|
]))), 128)) : x("", !0)
|
|
1891
1891
|
])
|
|
1892
1892
|
])
|
|
1893
1893
|
])
|
|
1894
1894
|
])
|
|
1895
1895
|
]),
|
|
1896
|
-
t("div",
|
|
1896
|
+
t("div", Wu, [
|
|
1897
1897
|
Lu,
|
|
1898
1898
|
t("div", Hu, null, 512),
|
|
1899
1899
|
t("div", Mu, null, 512),
|
|
1900
1900
|
t("div", Gu, null, 512)
|
|
1901
1901
|
]),
|
|
1902
1902
|
t("div", Iu, [
|
|
1903
|
-
(Lt = (
|
|
1903
|
+
(Lt = (Wt = o.plan) == null ? void 0 : Wt.speeds) != null && Lt.length ? (d(), c(M, { key: 0 }, [
|
|
1904
1904
|
t("div", Ru, "Weather Forecast for the Next " + e(l.computeDay(o.plan)) + " Days of Route 1", 1),
|
|
1905
1905
|
t("table", null, [
|
|
1906
1906
|
Nu,
|
|
1907
1907
|
t("tbody", null, [
|
|
1908
1908
|
(d(!0), c(M, null, rt((kt = (Ut = (Nt = (Ht = o.plan) == null ? void 0 : Ht.speeds[0]) == null ? void 0 : Nt.speed) == null ? void 0 : Ut.sample) == null ? void 0 : kt.hours, (R, wt) => {
|
|
1909
|
-
var Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Fe, We,
|
|
1909
|
+
var Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze, je;
|
|
1910
1910
|
return d(), c("tr", {
|
|
1911
1911
|
key: wt,
|
|
1912
1912
|
class: A(R.isDangerous ? "dangerous" : R.isSevere ? "severe" : R.isHeavy ? "heavy" : "")
|
|
@@ -1956,7 +1956,7 @@ function ju(s, a, o, u, i, l) {
|
|
|
1956
1956
|
}, "", 4)
|
|
1957
1957
|
])) : (d(), c("span", Ku, "-"))
|
|
1958
1958
|
]),
|
|
1959
|
-
t("td", null, e(l.roundPrecision((
|
|
1959
|
+
t("td", null, e(l.roundPrecision((We = (Fe = (Be = R.meteo) == null ? void 0 : Be.wave) == null ? void 0 : Fe.sig) == null ? void 0 : We.height, 1)), 1),
|
|
1960
1960
|
t("td", null, e(l.roundPrecision((Me = (He = (Le = R.meteo) == null ? void 0 : Le.wave) == null ? void 0 : He.sig) == null ? void 0 : Me.period, 1)), 1),
|
|
1961
1961
|
t("td", null, [
|
|
1962
1962
|
(Ie = (Ge = R.meteo) == null ? void 0 : Ge.current) != null && Ie.kts ? (d(), c("span", Xu, [
|
|
@@ -2106,7 +2106,7 @@ const $u = {
|
|
|
2106
2106
|
}, Ah = {
|
|
2107
2107
|
key: 1,
|
|
2108
2108
|
class: "flex-space"
|
|
2109
|
-
}, wh = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { style: { "margin-right": "3px" } }, ",", -1)), kh = { class: "time flex" }, Sh = { class: "flex-space section-row" }, Th = { class: "flex-start" }, Oh = /* @__PURE__ */ De(() => /* @__PURE__ */ t("label", { class: "flex-end" }, "Report Created", -1)), Eh = { class: "flex-start" }, Ph = { class: "flex-start" },
|
|
2109
|
+
}, wh = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { style: { "margin-right": "3px" } }, ",", -1)), kh = { class: "time flex" }, Sh = { class: "flex-space section-row" }, Th = { class: "flex-start" }, Oh = /* @__PURE__ */ De(() => /* @__PURE__ */ t("label", { class: "flex-end" }, "Report Created", -1)), Eh = { class: "flex-start" }, Ph = { class: "flex-start" }, Bh = /* @__PURE__ */ De(() => /* @__PURE__ */ t("label", { class: "flex-end" }, "Voyage Condition", -1)), Fh = { class: "flex-start flex" }, Wh = {
|
|
2110
2110
|
class: "section",
|
|
2111
2111
|
style: { "border-bottom": "2px dashed var(--fli-border-color-dark)" }
|
|
2112
2112
|
}, Lh = /* @__PURE__ */ De(() => /* @__PURE__ */ t("div", { class: "section-header flex-start" }, [
|
|
@@ -2212,7 +2212,7 @@ const $u = {
|
|
|
2212
2212
|
/* @__PURE__ */ t("th", null, "Speed (kts)"),
|
|
2213
2213
|
/* @__PURE__ */ t("th", null, "Factor (kts)")
|
|
2214
2214
|
])
|
|
2215
|
-
], -1)),
|
|
2215
|
+
], -1)), B1 = { class: "flex-center" }, F1 = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", null, "/", -1)), W1 = {
|
|
2216
2216
|
key: 0,
|
|
2217
2217
|
class: "degree-box"
|
|
2218
2218
|
}, L1 = { key: 1 }, H1 = {
|
|
@@ -2234,7 +2234,7 @@ const $u = {
|
|
|
2234
2234
|
])
|
|
2235
2235
|
], -1));
|
|
2236
2236
|
function Y1(s, a, o, u, i, l) {
|
|
2237
|
-
var O, P, m, D, S, v, E,
|
|
2237
|
+
var O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le;
|
|
2238
2238
|
const f = it("Lat"), r = it("Lng"), y = it("Editor");
|
|
2239
2239
|
return d(), c("div", th, [
|
|
2240
2240
|
eh,
|
|
@@ -2249,7 +2249,7 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2249
2249
|
t("div", ch, [
|
|
2250
2250
|
rh,
|
|
2251
2251
|
t("div", uh, [
|
|
2252
|
-
(v = (S = (D = o.plan) == null ? void 0 : D.leg) == null ? void 0 : S.departure) != null && v.name ? (d(), c("div", hh, e((
|
|
2252
|
+
(v = (S = (D = o.plan) == null ? void 0 : D.leg) == null ? void 0 : S.departure) != null && v.name ? (d(), c("div", hh, e((B = (E = o.plan) == null ? void 0 : E.leg) == null ? void 0 : B.departure.name), 1)) : (d(), c("div", vh, [
|
|
2253
2253
|
L(f, {
|
|
2254
2254
|
lat: (Y = (U = (G = o.plan) == null ? void 0 : G.leg) == null ? void 0 : U.departure) == null ? void 0 : Y.lat,
|
|
2255
2255
|
label: ""
|
|
@@ -2293,15 +2293,15 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2293
2293
|
t("div", Eh, e(l.computeUTCTime((Ct = o.plan) == null ? void 0 : Ct.createdAt, "MMMM-DD, HHmm[Z]")), 1)
|
|
2294
2294
|
]),
|
|
2295
2295
|
t("div", Ph, [
|
|
2296
|
-
|
|
2297
|
-
t("div",
|
|
2296
|
+
Bh,
|
|
2297
|
+
t("div", Fh, [
|
|
2298
2298
|
t("div", null, e((Dt = (gt = o.plan) == null ? void 0 : gt.voyage) == null ? void 0 : Dt.loadCondition), 1)
|
|
2299
2299
|
])
|
|
2300
2300
|
])
|
|
2301
2301
|
])
|
|
2302
2302
|
])
|
|
2303
2303
|
]),
|
|
2304
|
-
t("div",
|
|
2304
|
+
t("div", Wh, [
|
|
2305
2305
|
Lh,
|
|
2306
2306
|
t("div", Hh, [
|
|
2307
2307
|
t("div", Mh, [
|
|
@@ -2339,7 +2339,7 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2339
2339
|
t("div", Vh, [
|
|
2340
2340
|
zh,
|
|
2341
2341
|
((Pt = (Et = o.plan) == null ? void 0 : Et.speeds) == null ? void 0 : Pt.length) > 1 ? (d(), c("div", Qh, Xh)) : x("", !0),
|
|
2342
|
-
((
|
|
2342
|
+
((Ft = (Bt = o.plan) == null ? void 0 : Bt.speeds) == null ? void 0 : Ft.length) > 2 ? (d(), c("div", qh, t1)) : x("", !0)
|
|
2343
2343
|
])
|
|
2344
2344
|
])
|
|
2345
2345
|
])
|
|
@@ -2349,7 +2349,7 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2349
2349
|
s1,
|
|
2350
2350
|
t("div", o1, [
|
|
2351
2351
|
t("div", i1, [
|
|
2352
|
-
(Lt = (
|
|
2352
|
+
(Lt = (Wt = o.plan) == null ? void 0 : Wt.speeds) != null && Lt.length ? (d(), c("table", l1, [
|
|
2353
2353
|
a1,
|
|
2354
2354
|
t("tbody", null, [
|
|
2355
2355
|
(d(!0), c(M, null, rt((Ht = o.plan) == null ? void 0 : Ht.speeds, (q, Rt) => {
|
|
@@ -2413,19 +2413,19 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2413
2413
|
P1,
|
|
2414
2414
|
t("tbody", null, [
|
|
2415
2415
|
(d(!0), c(M, null, rt((le = (ie = (zt = (Mt = o.plan) == null ? void 0 : Mt.speeds[0]) == null ? void 0 : zt.speed) == null ? void 0 : ie.sample) == null ? void 0 : le.hours, (q, Rt) => {
|
|
2416
|
-
var Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Fe, We,
|
|
2416
|
+
var Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze;
|
|
2417
2417
|
return d(), c("tr", {
|
|
2418
2418
|
key: Rt,
|
|
2419
2419
|
class: A(q.isDangerous ? "dangerous" : q.isSevere ? "severe" : q.isHeavy ? "heavy" : "")
|
|
2420
2420
|
}, [
|
|
2421
2421
|
t("td", null, e(l.computeUTCTime(q.eta)), 1),
|
|
2422
2422
|
t("td", null, [
|
|
2423
|
-
t("div",
|
|
2423
|
+
t("div", B1, [
|
|
2424
2424
|
L(f, {
|
|
2425
2425
|
lat: q.lat,
|
|
2426
2426
|
label: ""
|
|
2427
2427
|
}, null, 8, ["lat"]),
|
|
2428
|
-
|
|
2428
|
+
F1,
|
|
2429
2429
|
L(r, {
|
|
2430
2430
|
lng: q.lng,
|
|
2431
2431
|
label: ""
|
|
@@ -2433,7 +2433,7 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2433
2433
|
])
|
|
2434
2434
|
]),
|
|
2435
2435
|
t("td", null, [
|
|
2436
|
-
(Xt = (Kt = q.meteo) == null ? void 0 : Kt.wind) != null && Xt.kts ? (d(), c("span",
|
|
2436
|
+
(Xt = (Kt = q.meteo) == null ? void 0 : Kt.wind) != null && Xt.kts ? (d(), c("span", W1, e((jt = (qt = q.meteo) == null ? void 0 : qt.wind) == null ? void 0 : jt.direction), 1)) : (d(), c("span", L1, "-"))
|
|
2437
2437
|
]),
|
|
2438
2438
|
t("td", null, e(l.roundPrecision((te = ($t = q.meteo) == null ? void 0 : $t.wind) == null ? void 0 : te.kts, 1)), 1),
|
|
2439
2439
|
t("td", null, e(l.roundPrecision((St = (tt = (b = q.meteo) == null ? void 0 : b.wave) == null ? void 0 : tt.wd) == null ? void 0 : St.height, 1)), 1),
|
|
@@ -2443,9 +2443,9 @@ function Y1(s, a, o, u, i, l) {
|
|
|
2443
2443
|
t("td", null, e(l.roundPrecision((me = (fe = (pe = q.meteo) == null ? void 0 : pe.wave) == null ? void 0 : fe.swell) == null ? void 0 : me.height, 1)), 1),
|
|
2444
2444
|
t("td", null, e(l.roundPrecision((ke = (we = (ye = q.meteo) == null ? void 0 : ye.wave) == null ? void 0 : we.swell) == null ? void 0 : ke.period, 1)), 1),
|
|
2445
2445
|
t("td", null, [
|
|
2446
|
-
(Oe = (Te = (Se = q.meteo) == null ? void 0 : Se.wave) == null ? void 0 : Te.sig) != null && Oe.height ? (d(), c("span", G1, e((
|
|
2446
|
+
(Oe = (Te = (Se = q.meteo) == null ? void 0 : Se.wave) == null ? void 0 : Te.sig) != null && Oe.height ? (d(), c("span", G1, e((Be = (Pe = (Ee = q.meteo) == null ? void 0 : Ee.wave) == null ? void 0 : Pe.sig) == null ? void 0 : Be.direction), 1)) : (d(), c("span", I1, "-"))
|
|
2447
2447
|
]),
|
|
2448
|
-
t("td", null, e(l.roundPrecision((Le = (
|
|
2448
|
+
t("td", null, e(l.roundPrecision((Le = (We = (Fe = q.meteo) == null ? void 0 : Fe.wave) == null ? void 0 : We.sig) == null ? void 0 : Le.height, 1)), 1),
|
|
2449
2449
|
t("td", null, e(l.roundPrecision((Ge = (Me = (He = q.meteo) == null ? void 0 : He.wave) == null ? void 0 : Me.sig) == null ? void 0 : Ge.period, 1)), 1),
|
|
2450
2450
|
t("td", null, [
|
|
2451
2451
|
(Re = (Ie = q.meteo) == null ? void 0 : Ie.current) != null && Re.kts ? (d(), c("span", R1, e((Ue = (Ne = q.meteo) == null ? void 0 : Ne.current) == null ? void 0 : Ue.direction) + " ", 1)) : (d(), c("span", N1, "-"))
|
|
@@ -2602,17 +2602,17 @@ const V1 = {
|
|
|
2602
2602
|
weatherFactor: 7,
|
|
2603
2603
|
speed: 8
|
|
2604
2604
|
}, u = {};
|
|
2605
|
-
["W", "WSW", "SW", "SSW", "S", "SSE", "SE", "ESE", "E", "ENE", "NE", "NNE", "N", "NNW", "NW", "WNW"].forEach((E,
|
|
2606
|
-
u[E] = Math.PI / 8 *
|
|
2605
|
+
["W", "WSW", "SW", "SSW", "S", "SSE", "SE", "ESE", "E", "ENE", "NE", "NNE", "N", "NNW", "NW", "WNW"].forEach((E, B) => {
|
|
2606
|
+
u[E] = Math.PI / 8 * B;
|
|
2607
2607
|
});
|
|
2608
2608
|
const l = 18;
|
|
2609
2609
|
let f = 4;
|
|
2610
2610
|
(S = (D = (m = (P = (O = (y = this.plan) == null ? void 0 : y.speeds) == null ? void 0 : O[this.speedIndex]) == null ? void 0 : P.speed) == null ? void 0 : m.sample) == null ? void 0 : D.hours) == null || S.forEach((E) => {
|
|
2611
2611
|
var G, U, Y, I, T, N, K, $, X, Z;
|
|
2612
|
-
const
|
|
2613
|
-
if (
|
|
2614
|
-
const w = H(
|
|
2615
|
-
s.push(w), f = Math.ceil(((U = (G =
|
|
2612
|
+
const B = E.meteo;
|
|
2613
|
+
if (B) {
|
|
2614
|
+
const w = H(B.utc).utc().format("MMM-DD/HHmm[Z]");
|
|
2615
|
+
s.push(w), f = Math.ceil(((U = (G = B.wave) == null ? void 0 : G.sig) == null ? void 0 : U.height) > f ? (I = (Y = B.wave) == null ? void 0 : Y.sig) == null ? void 0 : I.height : f), a.push([w, (T = B.wind) == null ? void 0 : T.kts, (K = (N = B.wave) == null ? void 0 : N.sig) == null ? void 0 : K.height, ($ = B.wind) == null ? void 0 : $.direction, (X = B.wind) == null ? void 0 : X.degree, (Z = B.wind) == null ? void 0 : Z.scale, E.cFactor, E.wFactor, E.speed]);
|
|
2616
2616
|
}
|
|
2617
2617
|
});
|
|
2618
2618
|
const r = {
|
|
@@ -2798,8 +2798,8 @@ const V1 = {
|
|
|
2798
2798
|
// name: 'Wind Direction',
|
|
2799
2799
|
type: "custom",
|
|
2800
2800
|
yAxisIndex: 0,
|
|
2801
|
-
renderItem: (E,
|
|
2802
|
-
const G =
|
|
2801
|
+
renderItem: (E, B) => {
|
|
2802
|
+
const G = B.coord([B.value(o.dateTime), B.value(o.windSpeed)]);
|
|
2803
2803
|
return {
|
|
2804
2804
|
type: "path",
|
|
2805
2805
|
shape: {
|
|
@@ -2809,9 +2809,9 @@ const V1 = {
|
|
|
2809
2809
|
width: l,
|
|
2810
2810
|
height: l
|
|
2811
2811
|
},
|
|
2812
|
-
rotation: u[
|
|
2812
|
+
rotation: u[B.value(o.windDirection)],
|
|
2813
2813
|
position: G,
|
|
2814
|
-
style:
|
|
2814
|
+
style: B.style({
|
|
2815
2815
|
stroke: "#555",
|
|
2816
2816
|
lineWidth: 1
|
|
2817
2817
|
})
|
|
@@ -2949,10 +2949,10 @@ const V1 = {
|
|
|
2949
2949
|
}, Ev = /* @__PURE__ */ Ae(() => /* @__PURE__ */ t("b", { class: "route2" }, null, -1)), Pv = {
|
|
2950
2950
|
key: 1,
|
|
2951
2951
|
class: "legend"
|
|
2952
|
-
},
|
|
2952
|
+
}, Bv = /* @__PURE__ */ Ae(() => /* @__PURE__ */ t("b", { class: "route3" }, null, -1)), Fv = {
|
|
2953
2953
|
key: 1,
|
|
2954
2954
|
class: "empty"
|
|
2955
|
-
},
|
|
2955
|
+
}, Wv = { class: "section comparison-section" }, Lv = { key: 0 }, Hv = /* @__PURE__ */ Ae(() => /* @__PURE__ */ t("tr", null, [
|
|
2956
2956
|
/* @__PURE__ */ t("th", {
|
|
2957
2957
|
rowspan: "2",
|
|
2958
2958
|
colspan: "2"
|
|
@@ -3048,7 +3048,7 @@ const V1 = {
|
|
|
3048
3048
|
/* @__PURE__ */ t("th", null, "Speed (kts)"),
|
|
3049
3049
|
/* @__PURE__ */ t("th", null, "Factor (kts)")
|
|
3050
3050
|
])
|
|
3051
|
-
], -1)),
|
|
3051
|
+
], -1)), B_ = { class: "flex-center" }, F_ = /* @__PURE__ */ Ae(() => /* @__PURE__ */ t("span", null, "/", -1)), W_ = {
|
|
3052
3052
|
key: 0,
|
|
3053
3053
|
class: "degree-box"
|
|
3054
3054
|
}, L_ = { key: 1 }, H_ = {
|
|
@@ -3068,7 +3068,7 @@ const V1 = {
|
|
|
3068
3068
|
/* @__PURE__ */ t("div", null, " The route map is for reference only and should not be used for navigation. All the material is an advisory provided so as to assist the Master in making the final route decision. ")
|
|
3069
3069
|
], -1));
|
|
3070
3070
|
function Y_(s, a, o, u, i, l) {
|
|
3071
|
-
var m, D, S, v, E,
|
|
3071
|
+
var m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze, je, Ss, Os, Es, Ps, Bs;
|
|
3072
3072
|
const f = it("Brand"), r = it("Loading"), y = it("Lat"), O = it("Lng"), P = it("Editor");
|
|
3073
3073
|
return d(), c("div", z1, [
|
|
3074
3074
|
t("div", Q1, [
|
|
@@ -3085,7 +3085,7 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3085
3085
|
]),
|
|
3086
3086
|
t("div", $1, [
|
|
3087
3087
|
tv,
|
|
3088
|
-
t("span", ev, e((G = (
|
|
3088
|
+
t("span", ev, e((G = (B = (E = o.plan) == null ? void 0 : E.voyage) == null ? void 0 : B.vessel) == null ? void 0 : G.name) + " (" + e((T = (I = (Y = (U = o.plan) == null ? void 0 : U.voyage) == null ? void 0 : Y.vessel) == null ? void 0 : I.vesselType) == null ? void 0 : T.name) + ")", 1)
|
|
3089
3089
|
]),
|
|
3090
3090
|
t("div", sv, [
|
|
3091
3091
|
ov,
|
|
@@ -3117,11 +3117,11 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3117
3117
|
}, null, 8, ["lat"]),
|
|
3118
3118
|
fv,
|
|
3119
3119
|
L(O, {
|
|
3120
|
-
lng: (
|
|
3120
|
+
lng: (Ft = (Bt = (Pt = o.plan) == null ? void 0 : Pt.leg) == null ? void 0 : Bt.destination) == null ? void 0 : Ft.lng,
|
|
3121
3121
|
label: ""
|
|
3122
3122
|
}, null, 8, ["lng"])
|
|
3123
3123
|
])),
|
|
3124
|
-
t("span", mv, e(l.computeUTCTime(((Nt = (Ht = (Lt = (
|
|
3124
|
+
t("span", mv, e(l.computeUTCTime(((Nt = (Ht = (Lt = (Wt = o.plan) == null ? void 0 : Wt.speeds) == null ? void 0 : Lt[i.speedIndex]) == null ? void 0 : Ht.speed) == null ? void 0 : Nt.ata) || ((wt = (R = (kt = (Ut = o.plan) == null ? void 0 : Ut.speeds) == null ? void 0 : kt[i.speedIndex]) == null ? void 0 : R.speed) == null ? void 0 : wt.eta), "MMM-DD/HHmm[Z]")), 1)
|
|
3125
3125
|
]),
|
|
3126
3126
|
t("div", yv, [
|
|
3127
3127
|
bv,
|
|
@@ -3154,14 +3154,14 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3154
3154
|
}, e((te = ($t = (jt = (qt = (Xt = o.plan) == null ? void 0 : Xt.speeds) == null ? void 0 : qt[1]) == null ? void 0 : jt.speed) == null ? void 0 : $t.lane) == null ? void 0 : te.name), 1)
|
|
3155
3155
|
])) : x("", !0),
|
|
3156
3156
|
((tt = (b = o.plan) == null ? void 0 : b.speeds) == null ? void 0 : tt.length) > 2 ? (d(), c("div", Pv, [
|
|
3157
|
-
|
|
3157
|
+
Bv,
|
|
3158
3158
|
t("span", {
|
|
3159
3159
|
class: "btn",
|
|
3160
3160
|
onClick: a[2] || (a[2] = (J) => (i.speedIndex = 2, l.renderEchart()))
|
|
3161
3161
|
}, e((ae = (xt = (Qt = (It = (St = o.plan) == null ? void 0 : St.speeds) == null ? void 0 : It[2]) == null ? void 0 : Qt.speed) == null ? void 0 : xt.lane) == null ? void 0 : ae.name), 1)
|
|
3162
3162
|
])) : x("", !0)
|
|
3163
3163
|
])
|
|
3164
|
-
], 64)) : (d(), c("div",
|
|
3164
|
+
], 64)) : (d(), c("div", Fv, [
|
|
3165
3165
|
t("span", null, [
|
|
3166
3166
|
C("Weather chart in cooking "),
|
|
3167
3167
|
t("span", {
|
|
@@ -3172,7 +3172,7 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3172
3172
|
])
|
|
3173
3173
|
]))
|
|
3174
3174
|
]),
|
|
3175
|
-
t("div",
|
|
3175
|
+
t("div", Wv, [
|
|
3176
3176
|
(ce = (de = o.plan) == null ? void 0 : de.speeds) != null && ce.length ? (d(), c("table", Lv, [
|
|
3177
3177
|
t("thead", null, [
|
|
3178
3178
|
Hv,
|
|
@@ -3246,7 +3246,7 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3246
3246
|
t("div", a_, [
|
|
3247
3247
|
n_,
|
|
3248
3248
|
t("div", d_, [
|
|
3249
|
-
(Ee = (Oe = o.plan) == null ? void 0 : Oe.speeds) != null && Ee.length ? (d(!0), c(M, { key: 0 }, rt(l.computeMajorPoints((Le = (
|
|
3249
|
+
(Ee = (Oe = o.plan) == null ? void 0 : Oe.speeds) != null && Ee.length ? (d(!0), c(M, { key: 0 }, rt(l.computeMajorPoints((Le = (We = (Fe = (Be = (Pe = o.plan) == null ? void 0 : Pe.speeds) == null ? void 0 : Be[i.speedIndex]) == null ? void 0 : Fe.speed) == null ? void 0 : We.sample) == null ? void 0 : Le.wps), (J, ue) => (d(), c("div", {
|
|
3250
3250
|
key: ue,
|
|
3251
3251
|
class: "cell-row"
|
|
3252
3252
|
}, [
|
|
@@ -3294,20 +3294,20 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3294
3294
|
t("table", null, [
|
|
3295
3295
|
P_,
|
|
3296
3296
|
t("tbody", null, [
|
|
3297
|
-
(d(!0), c(M, null, rt((
|
|
3298
|
-
var Ve, ze, $e, ts, es, ss, os, is, ls, as, ns, ds, cs, rs, us, hs, vs, _s, ps, fs, ms, ys, bs, xs, Cs, gs, Ds,
|
|
3297
|
+
(d(!0), c(M, null, rt((Bs = (Ps = (Es = (Os = (Ss = o.plan) == null ? void 0 : Ss.speeds) == null ? void 0 : Os[i.speedIndex]) == null ? void 0 : Es.speed) == null ? void 0 : Ps.sample) == null ? void 0 : Bs.hours, (J, ue) => {
|
|
3298
|
+
var Ve, ze, $e, ts, es, ss, os, is, ls, as, ns, ds, cs, rs, us, hs, vs, _s, ps, fs, ms, ys, bs, xs, Cs, gs, Ds, Fs, Ws, Ls, Hs, Ms, Gs, Is, Rs, Ns, Us, Ys, Zs, Vs, zs, Qs, Js, Ks, Xs, qs, js, $s, to;
|
|
3299
3299
|
return d(), c("tr", {
|
|
3300
3300
|
key: ue,
|
|
3301
3301
|
class: A(J.isDangerous ? "dangerous" : J.isSevere ? "severe" : J.isHeavy ? "heavy" : "")
|
|
3302
3302
|
}, [
|
|
3303
3303
|
t("td", null, e(l.computeUTCTime(J.eta)), 1),
|
|
3304
3304
|
t("td", null, [
|
|
3305
|
-
t("div",
|
|
3305
|
+
t("div", B_, [
|
|
3306
3306
|
L(y, {
|
|
3307
3307
|
lat: J.lat,
|
|
3308
3308
|
label: ""
|
|
3309
3309
|
}, null, 8, ["lat"]),
|
|
3310
|
-
|
|
3310
|
+
F_,
|
|
3311
3311
|
L(O, {
|
|
3312
3312
|
lng: J.lng,
|
|
3313
3313
|
label: ""
|
|
@@ -3315,7 +3315,7 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3315
3315
|
])
|
|
3316
3316
|
]),
|
|
3317
3317
|
t("td", null, [
|
|
3318
|
-
(ze = (Ve = J.meteo) == null ? void 0 : Ve.wind) != null && ze.kts ? (d(), c("span",
|
|
3318
|
+
(ze = (Ve = J.meteo) == null ? void 0 : Ve.wind) != null && ze.kts ? (d(), c("span", W_, [
|
|
3319
3319
|
C(e((ts = ($e = J.meteo) == null ? void 0 : $e.wind) == null ? void 0 : ts.direction), 1),
|
|
3320
3320
|
t("i", {
|
|
3321
3321
|
class: "iconfont",
|
|
@@ -3337,7 +3337,7 @@ function Y_(s, a, o, u, i, l) {
|
|
|
3337
3337
|
t("td", null, e(l.roundPrecision((bs = (ys = (ms = J.meteo) == null ? void 0 : ms.wave) == null ? void 0 : ys.swell) == null ? void 0 : bs.height, 1)), 1),
|
|
3338
3338
|
t("td", null, e(l.roundPrecision((gs = (Cs = (xs = J.meteo) == null ? void 0 : xs.wave) == null ? void 0 : Cs.swell) == null ? void 0 : gs.period, 1)), 1),
|
|
3339
3339
|
t("td", null, [
|
|
3340
|
-
(
|
|
3340
|
+
(Ws = (Fs = (Ds = J.meteo) == null ? void 0 : Ds.wave) == null ? void 0 : Fs.sig) != null && Ws.height ? (d(), c("span", G_, [
|
|
3341
3341
|
C(e((Ms = (Hs = (Ls = J.meteo) == null ? void 0 : Ls.wave) == null ? void 0 : Hs.sig) == null ? void 0 : Ms.direction), 1),
|
|
3342
3342
|
t("i", {
|
|
3343
3343
|
class: "iconfont",
|
|
@@ -3639,7 +3639,7 @@ const $_ = {
|
|
|
3639
3639
|
}, Ep = { style: { color: "var(--table-note-color)" } }, Pp = {
|
|
3640
3640
|
class: "summary-table",
|
|
3641
3641
|
style: { "margin-top": "5px" }
|
|
3642
|
-
},
|
|
3642
|
+
}, Bp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { style: { "line-height": "30pt", width: "35%" } }, "Total Voyage Time", -1)), Fp = { style: { width: "15%" } }, Wp = { key: 1 }, Lp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { style: { "line-height": "30pt" } }, "Total FO Consumption", -1)), Hp = { key: 1 }, Mp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { style: { "line-height": "30pt" } }, "Total DO/GO Consumption", -1)), Gp = { key: 1 }, Ip = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { color: "var(--table-note-color-2)", "font-size": "10.5pt", margin: "10px 0", "text-align": "right" } }, " *Please see voyage analysis pages for the details. ", -1)), Rp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Good Weather Definition", -1)), Np = { class: "weather-definition" }, Up = {
|
|
3643
3643
|
key: 0,
|
|
3644
3644
|
class: /* @__PURE__ */ A("main-info main-box page-avoid main-txt}")
|
|
3645
3645
|
}, Yp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "Exclusion", -1)), Zp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "The following time,distance and amount of consumed fuel have been excluded from the voyage analysis", -1)), Vp = { class: "remark-table" }, zp = /* @__PURE__ */ k(() => /* @__PURE__ */ t("thead", null, [
|
|
@@ -3681,7 +3681,7 @@ const $_ = {
|
|
|
3681
3681
|
/* @__PURE__ */ t("td", { class: "title" }, "in ECA"),
|
|
3682
3682
|
/* @__PURE__ */ t("td", { class: "title" }, "out of ECA"),
|
|
3683
3683
|
/* @__PURE__ */ t("td", { class: "title" }, "in ECA")
|
|
3684
|
-
], -1)), pf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Total Distance (nm)", -1)), ff = { class: "inGoodWx" }, mf = { class: "inGoodWx" }, yf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Total Time (hrs)", -1)), bf = { class: "inGoodWx" }, xf = { class: "inGoodWx" }, Cf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Average Speed (kts)", -1)), gf = { class: "inGoodWx" }, Df = { class: "inGoodWx" }, Af = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "FO Consumption (mt)", -1)), wf = { class: "inGoodWx" }, kf = { class: "inGoodWx" }, Sf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Averaged Daily FO Consumption (mt)", -1)), Tf = { class: "inGoodWx" }, Of = { class: "inGoodWx" }, Ef = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "DO/GO Consumption (mt)", -1)), Pf = { class: "inGoodWx" },
|
|
3684
|
+
], -1)), pf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Total Distance (nm)", -1)), ff = { class: "inGoodWx" }, mf = { class: "inGoodWx" }, yf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Total Time (hrs)", -1)), bf = { class: "inGoodWx" }, xf = { class: "inGoodWx" }, Cf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Average Speed (kts)", -1)), gf = { class: "inGoodWx" }, Df = { class: "inGoodWx" }, Af = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "FO Consumption (mt)", -1)), wf = { class: "inGoodWx" }, kf = { class: "inGoodWx" }, Sf = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Averaged Daily FO Consumption (mt)", -1)), Tf = { class: "inGoodWx" }, Of = { class: "inGoodWx" }, Ef = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "DO/GO Consumption (mt)", -1)), Pf = { class: "inGoodWx" }, Bf = { class: "inGoodWx" }, Ff = /* @__PURE__ */ k(() => /* @__PURE__ */ t("td", { class: "title" }, "Averaged Daily DO/GO Consumption (mt)", -1)), Wf = { class: "inGoodWx" }, Lf = { class: "inGoodWx" }, Hf = {
|
|
3685
3685
|
key: 0,
|
|
3686
3686
|
class: "analysis-tips"
|
|
3687
3687
|
}, Mf = {
|
|
@@ -3716,11 +3716,11 @@ const $_ = {
|
|
|
3716
3716
|
}, Tm = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Om = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(c)", -1)), Em = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, [
|
|
3717
3717
|
/* @__PURE__ */ t("span", null, "Time Lost = (a) - (b)"),
|
|
3718
3718
|
/* @__PURE__ */ t("span", { style: { "margin-left": "20px" } }, "Time Gained = (c) - (a)")
|
|
3719
|
-
], -1)), Pm = { class: "page-avoid" },
|
|
3719
|
+
], -1)), Pm = { class: "page-avoid" }, Bm = {
|
|
3720
3720
|
key: 0,
|
|
3721
3721
|
class: "definition",
|
|
3722
3722
|
style: { margin: "15px 0" }
|
|
3723
|
-
},
|
|
3723
|
+
}, Fm = { class: "equation" }, Wm = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "35%" } }, "Total Time at Good Weather Performance Speed", -1)), Lm = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), Hm = {
|
|
3724
3724
|
style: { width: "35%" },
|
|
3725
3725
|
class: "fraction"
|
|
3726
3726
|
}, Mm = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Gm = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), Im = { style: { width: "10%", "text-align": "center" } }, Rm = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(a')", -1)), Nm = { class: "equation" }, Um = { style: { width: "35%" } }, Ym = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), Zm = {
|
|
@@ -3745,14 +3745,14 @@ const $_ = {
|
|
|
3745
3745
|
], -1)), gy = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(d)", -1)), Dy = { style: { display: "flex", "flex-direction": "column", "align-content": "flex-end", width: "100%", "flex-wrap": "wrap", transform: "scale(0.9)" } }, Ay = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "* For FO: Good Weather FO Cons. + Good Weather M/E DO/GO Cons. in ECA", -1)), wy = { key: 0 }, ky = { class: "equation" }, Sy = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "25%" } }, "Max CP Consumption", -1)), Ty = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), Oy = {
|
|
3746
3746
|
style: { width: "25%" },
|
|
3747
3747
|
class: "fraction"
|
|
3748
|
-
}, Ey = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Py = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "×", -1)),
|
|
3748
|
+
}, Ey = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Py = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "×", -1)), By = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", {
|
|
3749
3749
|
style: { width: "30%" },
|
|
3750
3750
|
class: "fraction"
|
|
3751
3751
|
}, [
|
|
3752
3752
|
/* @__PURE__ */ t("div", null, "Daily CP Consumption + Consumer Over"),
|
|
3753
3753
|
/* @__PURE__ */ t("div", { class: "fractional-line" }),
|
|
3754
3754
|
/* @__PURE__ */ t("div", null, "24 hours")
|
|
3755
|
-
], -1)),
|
|
3755
|
+
], -1)), Fy = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(e)", -1)), Wy = { class: "equation" }, Ly = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "25%" } }, "Min CP Consumption", -1)), Hy = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), My = {
|
|
3756
3756
|
style: { width: "25%" },
|
|
3757
3757
|
class: "fraction"
|
|
3758
3758
|
}, Gy = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Iy = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "×", -1)), Ry = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", {
|
|
@@ -3796,10 +3796,10 @@ const $_ = {
|
|
|
3796
3796
|
}, g2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), D2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "24", -1)), A2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), w2 = { style: { width: "10%", "text-align": "center" } }, k2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(e')", -1)), S2 = { class: "equation" }, T2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "25%" } }, "Min CP Consumption", -1)), O2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), E2 = {
|
|
3797
3797
|
style: { width: "20%" },
|
|
3798
3798
|
class: "fraction"
|
|
3799
|
-
}, P2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)),
|
|
3799
|
+
}, P2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), B2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "×", -1)), F2 = {
|
|
3800
3800
|
style: { width: "20%" },
|
|
3801
3801
|
class: "fraction"
|
|
3802
|
-
},
|
|
3802
|
+
}, W2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), L2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "24", -1)), H2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), M2 = { style: { width: "10%", "text-align": "center" } }, G2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(f')", -1)), I2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("span", null, "=", -1)), R2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("span", null, "=", -1)), N2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("span", null, "=", -1)), U2 = { key: 0 }, Y2 = {
|
|
3803
3803
|
key: 0,
|
|
3804
3804
|
class: "equation"
|
|
3805
3805
|
}, Z2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "25%" } }, "Fuel Oil Over-consumption in ECA", -1)), V2 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), z2 = {
|
|
@@ -3827,7 +3827,7 @@ const $_ = {
|
|
|
3827
3827
|
}, D0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), A0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "×", -1)), w0 = {
|
|
3828
3828
|
style: { width: "20%" },
|
|
3829
3829
|
class: "fraction"
|
|
3830
|
-
}, k0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), S0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "24", -1)), T0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), O0 = { style: { width: "10%", "text-align": "center" } }, E0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(e'')", -1)), P0 = { class: "equation" },
|
|
3830
|
+
}, k0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), S0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "24", -1)), T0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), O0 = { style: { width: "10%", "text-align": "center" } }, E0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(e'')", -1)), P0 = { class: "equation" }, B0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "25%" } }, "Min CP Consumption", -1)), F0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), W0 = {
|
|
3831
3831
|
style: { width: "20%" },
|
|
3832
3832
|
class: "fraction"
|
|
3833
3833
|
}, L0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), H0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "×", -1)), M0 = {
|
|
@@ -3835,7 +3835,7 @@ const $_ = {
|
|
|
3835
3835
|
class: "fraction"
|
|
3836
3836
|
}, G0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), I0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", null, "24", -1)), R0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), N0 = { style: { width: "10%", "text-align": "center" } }, U0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(f'')", -1)), Y0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("span", null, "=", -1)), Z0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("span", null, "=", -1)), V0 = /* @__PURE__ */ k(() => /* @__PURE__ */ t("span", null, "=", -1)), z0 = ["innerHTML"];
|
|
3837
3837
|
function Q0(s, a, o, u, i, l) {
|
|
3838
|
-
var y, O, P, m, D, S, v, E,
|
|
3838
|
+
var y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt;
|
|
3839
3839
|
const f = it("IdmBrand"), r = it("Editor");
|
|
3840
3840
|
return d(), c("div", {
|
|
3841
3841
|
class: A((O = (y = o.reportData) == null ? void 0 : y.weather) != null && O.referenceOnly || (m = (P = o.reportData) == null ? void 0 : P.weather) != null && m.overallAsGoodWx ? "watermark" : "")
|
|
@@ -3875,7 +3875,7 @@ function Q0(s, a, o, u, i, l) {
|
|
|
3875
3875
|
t("table", pp, [
|
|
3876
3876
|
t("tr", null, [
|
|
3877
3877
|
fp,
|
|
3878
|
-
t("td", mp, e((
|
|
3878
|
+
t("td", mp, e((B = (E = o.reportData) == null ? void 0 : E.vessel) == null ? void 0 : B.type), 1)
|
|
3879
3879
|
]),
|
|
3880
3880
|
t("tr", null, [
|
|
3881
3881
|
yp,
|
|
@@ -3916,12 +3916,12 @@ function Q0(s, a, o, u, i, l) {
|
|
|
3916
3916
|
]),
|
|
3917
3917
|
t("table", Pp, [
|
|
3918
3918
|
t("tr", null, [
|
|
3919
|
-
|
|
3920
|
-
t("td",
|
|
3919
|
+
Bp,
|
|
3920
|
+
t("td", Fp, e(h.allWx.time) + " hrs", 1),
|
|
3921
3921
|
h.goodWx.distance ? (d(), c("td", {
|
|
3922
3922
|
key: 0,
|
|
3923
3923
|
class: A(l.computedTimeConclusion(h.timeConclusion).className)
|
|
3924
|
-
}, e(l.computedTimeConclusion(h.timeConclusion).conclusion), 3)) : (d(), c("td",
|
|
3924
|
+
}, e(l.computedTimeConclusion(h.timeConclusion).conclusion), 3)) : (d(), c("td", Wp, e(i.noGoodWxDay), 1)),
|
|
3925
3925
|
h.goodWx.distance ? (d(), c("td", {
|
|
3926
3926
|
key: 2,
|
|
3927
3927
|
style: { width: "15%" },
|
|
@@ -4001,7 +4001,7 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4001
4001
|
], 2)
|
|
4002
4002
|
]),
|
|
4003
4003
|
(d(!0), c(M, null, rt((nt = o.reportData) == null ? void 0 : nt.segments, (h, dt) => {
|
|
4004
|
-
var ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Ft, Wt,
|
|
4004
|
+
var ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze;
|
|
4005
4005
|
return d(), c("div", {
|
|
4006
4006
|
key: "seg" + dt,
|
|
4007
4007
|
class: "page-title"
|
|
@@ -4088,13 +4088,13 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4088
4088
|
t("tr", null, [
|
|
4089
4089
|
Ef,
|
|
4090
4090
|
t("td", Pf, e(h.goodWx.outEca.sumDgoCons || "--"), 1),
|
|
4091
|
-
t("td",
|
|
4091
|
+
t("td", Bf, e(h.goodWx.inEca.sumDgoCons || "--"), 1),
|
|
4092
4092
|
t("td", null, e(h.allWx.outEca.sumDgoCons || "--"), 1),
|
|
4093
4093
|
t("td", null, e(h.allWx.inEca.sumDgoCons || "--"), 1)
|
|
4094
4094
|
]),
|
|
4095
4095
|
t("tr", null, [
|
|
4096
|
-
|
|
4097
|
-
t("td",
|
|
4096
|
+
Ff,
|
|
4097
|
+
t("td", Wf, e(h.goodWx.outEca.avgDgoCons || "--"), 1),
|
|
4098
4098
|
t("td", Lf, e(h.goodWx.inEca.avgDgoCons || "--"), 1),
|
|
4099
4099
|
t("td", null, e(h.allWx.outEca.avgDgoCons || "--"), 1),
|
|
4100
4100
|
t("td", null, e(h.allWx.inEca.avgDgoCons || "--"), 1)
|
|
@@ -4113,13 +4113,13 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4113
4113
|
(gt = (Ct = o.reportData) == null ? void 0 : Ct.weather) != null && gt.favorableCur && h.goodWx.avgCf > 0 ? x("", !0) : (d(), c("span", Yf, e(h.goodWx.avgSpd), 1)),
|
|
4114
4114
|
(mt = (Dt = o.reportData) == null ? void 0 : Dt.weather) != null && mt.favorableCur && h.goodWx.avgCf > 0 ? x("", !0) : (d(), c("span", Zf, "-")),
|
|
4115
4115
|
(Et = (At = o.reportData) == null ? void 0 : At.weather) != null && Et.favorableCur && h.goodWx.avgCf > 0 ? x("", !0) : (d(), c("span", Vf, e(`${l.computedPositive(h.goodWx.avgCf)}`), 1)),
|
|
4116
|
-
(
|
|
4116
|
+
(Bt = (Pt = o.reportData) == null ? void 0 : Pt.weather) != null && Bt.favorableCur && h.goodWx.avgCf > 0 ? x("", !0) : (d(), c("span", zf, "=")),
|
|
4117
4117
|
t("span", null, e(h.goodWx.pfmSpd) + " (kts)", 1)
|
|
4118
4118
|
])) : (d(), c("div", Qf, [
|
|
4119
4119
|
Jf,
|
|
4120
4120
|
Kf,
|
|
4121
4121
|
t("span", null, e(h.allWx.avgSpd), 1),
|
|
4122
|
-
(
|
|
4122
|
+
(Wt = (Ft = o.reportData) == null ? void 0 : Ft.weather) != null && Wt.favorableCur && h.allWx.avgCf > 0 ? x("", !0) : (d(), c("span", Xf, "-")),
|
|
4123
4123
|
(Ht = (Lt = o.reportData) == null ? void 0 : Lt.weather) != null && Ht.favorableCur && h.allWx.avgCf > 0 ? x("", !0) : (d(), c("span", qf, e(`${l.computedPositive(h.allWx.avgCf)}`), 1)),
|
|
4124
4124
|
jf,
|
|
4125
4125
|
t("span", null, e(`${l.computedPositive(h.allWx.avgWf)}`), 1),
|
|
@@ -4182,9 +4182,9 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4182
4182
|
])
|
|
4183
4183
|
]),
|
|
4184
4184
|
t("div", Pm, [
|
|
4185
|
-
h.goodWx.distance ? (d(), c("div",
|
|
4186
|
-
t("div",
|
|
4187
|
-
|
|
4185
|
+
h.goodWx.distance ? (d(), c("div", Bm, [
|
|
4186
|
+
t("div", Fm, [
|
|
4187
|
+
Wm,
|
|
4188
4188
|
Lm,
|
|
4189
4189
|
t("div", Hm, [
|
|
4190
4190
|
t("div", null, e((zt = (Mt = o.reportData) == null ? void 0 : Mt.weather) != null && zt.noExtrapolation ? h.goodWx.distance : h.allWx.distance), 1),
|
|
@@ -4282,10 +4282,10 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4282
4282
|
t("div", null, "CP Speed - " + e(h.timeConclusion.abt4SpdUnder) + " " + e(l.computedUnit("speed", h.timeConclusion.spdPercentage)), 1)
|
|
4283
4283
|
]),
|
|
4284
4284
|
Py,
|
|
4285
|
-
|
|
4286
|
-
|
|
4285
|
+
By,
|
|
4286
|
+
Fy
|
|
4287
4287
|
]),
|
|
4288
|
-
t("div",
|
|
4288
|
+
t("div", Wy, [
|
|
4289
4289
|
Ly,
|
|
4290
4290
|
Hy,
|
|
4291
4291
|
t("div", My, [
|
|
@@ -4366,10 +4366,10 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4366
4366
|
P2,
|
|
4367
4367
|
t("div", null, e(h.timeConclusion.minusAbtSpd), 1)
|
|
4368
4368
|
]),
|
|
4369
|
-
|
|
4370
|
-
t("div",
|
|
4369
|
+
B2,
|
|
4370
|
+
t("div", F2, [
|
|
4371
4371
|
t("div", null, e(h.fuelConclusion.fo.underTolerance), 1),
|
|
4372
|
-
|
|
4372
|
+
W2,
|
|
4373
4373
|
L2
|
|
4374
4374
|
]),
|
|
4375
4375
|
H2,
|
|
@@ -4397,7 +4397,7 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4397
4397
|
t("div", z2, [
|
|
4398
4398
|
t("div", null, e(h.goodWx.inEca.distance) + " × " + e(h.fuelConclusion.fo.overCons), 1),
|
|
4399
4399
|
Q2,
|
|
4400
|
-
t("div", null, e((
|
|
4400
|
+
t("div", null, e((Be = (Pe = o.reportData) == null ? void 0 : Pe.weather) != null && Be.noExtrapolation ? h.goodWx.distance : h.allWx.distance), 1)
|
|
4401
4401
|
]),
|
|
4402
4402
|
J2,
|
|
4403
4403
|
t("div", K2, e(h.fuelConclusion.fo.foOverConsInEca) + " (mt)", 1)
|
|
@@ -4405,7 +4405,7 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4405
4405
|
q2,
|
|
4406
4406
|
j2,
|
|
4407
4407
|
t("div", $2, [
|
|
4408
|
-
t("div", null, e((
|
|
4408
|
+
t("div", null, e((We = (Fe = o.reportData) == null ? void 0 : Fe.weather) != null && We.noExtrapolation ? h.goodWx.inEca.distance : h.allWx.inEca.distance) + " × " + e(h.fuelConclusion.fo.saving), 1),
|
|
4409
4409
|
t0,
|
|
4410
4410
|
t("div", null, e((He = (Le = o.reportData) == null ? void 0 : Le.weather) != null && He.noExtrapolation ? h.goodWx.distance : h.allWx.distance), 1)
|
|
4411
4411
|
]),
|
|
@@ -4464,9 +4464,9 @@ function Q0(s, a, o, u, i, l) {
|
|
|
4464
4464
|
E0
|
|
4465
4465
|
]),
|
|
4466
4466
|
t("div", P0, [
|
|
4467
|
+
B0,
|
|
4467
4468
|
F0,
|
|
4468
|
-
W0,
|
|
4469
|
-
t("div", B0, [
|
|
4469
|
+
t("div", W0, [
|
|
4470
4470
|
t("div", null, e((Ze = (Ye = o.reportData) == null ? void 0 : Ye.weather) != null && Ze.noExtrapolation ? h.goodWx.distance : h.allWx.distance), 1),
|
|
4471
4471
|
L0,
|
|
4472
4472
|
t("div", null, e(h.timeConclusion.minusAbtSpd), 1)
|
|
@@ -4588,13 +4588,13 @@ const K0 = {
|
|
|
4588
4588
|
let s = [];
|
|
4589
4589
|
(S = (D = this.reportData) == null ? void 0 : D.segments) == null || S.forEach((v) => {
|
|
4590
4590
|
let E = v.extend.cp;
|
|
4591
|
-
v.inventory.sample.hours.forEach((
|
|
4592
|
-
let G = JSON.parse(JSON.stringify(
|
|
4591
|
+
v.inventory.sample.hours.forEach((B) => {
|
|
4592
|
+
let G = JSON.parse(JSON.stringify(B));
|
|
4593
4593
|
G.cp = E, s.push(G);
|
|
4594
4594
|
});
|
|
4595
4595
|
}), s.sort(function(v, E) {
|
|
4596
|
-
let
|
|
4597
|
-
return
|
|
4596
|
+
let B = v.date, G = E.date;
|
|
4597
|
+
return B - G;
|
|
4598
4598
|
});
|
|
4599
4599
|
let a = "";
|
|
4600
4600
|
s.forEach((v) => {
|
|
@@ -4654,14 +4654,14 @@ const K0 = {
|
|
|
4654
4654
|
}, Eb = {
|
|
4655
4655
|
key: 4,
|
|
4656
4656
|
rowspan: "2"
|
|
4657
|
-
}, Pb = /* @__PURE__ */ Tt(() => /* @__PURE__ */ t("br", null, null, -1)),
|
|
4657
|
+
}, Pb = /* @__PURE__ */ Tt(() => /* @__PURE__ */ t("br", null, null, -1)), Bb = {
|
|
4658
4658
|
key: 5,
|
|
4659
4659
|
colspan: "2"
|
|
4660
|
-
},
|
|
4660
|
+
}, Fb = /* @__PURE__ */ Tt(() => /* @__PURE__ */ t("th", { rowspan: "2" }, [
|
|
4661
4661
|
/* @__PURE__ */ C("Avg. CF"),
|
|
4662
4662
|
/* @__PURE__ */ t("br"),
|
|
4663
4663
|
/* @__PURE__ */ C("(kts)")
|
|
4664
|
-
], -1)),
|
|
4664
|
+
], -1)), Wb = {
|
|
4665
4665
|
key: 6,
|
|
4666
4666
|
rowspan: "2"
|
|
4667
4667
|
}, Lb = {
|
|
@@ -4780,9 +4780,9 @@ function nx(s, a, o, u, i, l) {
|
|
|
4780
4780
|
Pb,
|
|
4781
4781
|
C("(m)")
|
|
4782
4782
|
])) : x("", !0),
|
|
4783
|
-
i.showCF ? (d(), c("th",
|
|
4784
|
-
|
|
4785
|
-
o.isAdmin ? (d(), c("th",
|
|
4783
|
+
i.showCF ? (d(), c("th", Bb, "Current")) : x("", !0),
|
|
4784
|
+
Fb,
|
|
4785
|
+
o.isAdmin ? (d(), c("th", Wb, "cFactor")) : x("", !0),
|
|
4786
4786
|
o.isAdmin ? (d(), c("th", Lb, "wxFactor")) : x("", !0),
|
|
4787
4787
|
Hb,
|
|
4788
4788
|
Mb,
|
|
@@ -4814,10 +4814,10 @@ function nx(s, a, o, u, i, l) {
|
|
|
4814
4814
|
]),
|
|
4815
4815
|
t("tbody", ax, [
|
|
4816
4816
|
(d(!0), c(M, null, rt(i.summaryTable, (v, E) => {
|
|
4817
|
-
var
|
|
4817
|
+
var B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et;
|
|
4818
4818
|
return d(), c("tr", { key: E }, [
|
|
4819
4819
|
t("td", {
|
|
4820
|
-
class: A(v.isFirstSeg ? "td-no-bottom td-top" : (
|
|
4820
|
+
class: A(v.isFirstSeg ? "td-no-bottom td-top" : (B = i.summaryTable[E + 1]) != null && B.isFirstSeg ? "td-bottom" : "td-no-bottom")
|
|
4821
4821
|
}, e(v.isFirstSeg ? v.seg : ""), 3),
|
|
4822
4822
|
t("td", {
|
|
4823
4823
|
class: A(l.computedClass(v))
|
|
@@ -5323,9 +5323,9 @@ const bx = {
|
|
|
5323
5323
|
let et = g.date, n = z.date;
|
|
5324
5324
|
return et - n;
|
|
5325
5325
|
});
|
|
5326
|
-
let a = [], o = [], u = [], i = [], l = [], f = [], r = [], y = [], O = [], P = [], m = [], D = [], S = [], v = [], E = [],
|
|
5326
|
+
let a = [], o = [], u = [], i = [], l = [], f = [], r = [], y = [], O = [], P = [], m = [], D = [], S = [], v = [], E = [], B = [], G = [], U = [], Y = [], I = [], T = [], N = [], K = [], $ = [], X = [], Z = [!1, !1], w = [], j = [], Q = [!1, !1], V = [], st = [];
|
|
5327
5327
|
s.forEach((g, z) => {
|
|
5328
|
-
var n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Ft, Wt,
|
|
5328
|
+
var n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt;
|
|
5329
5329
|
if (a.push(H(g.utc).utc().format("MM/DD HHmm[Z]")), g.goodWx === !0 && g.excluded !== !0 ? (Z.indexOf(!0) == -1 && (g.type === "BOSP" ? w.push({
|
|
5330
5330
|
xAxis: H(g.utc).utc().format("MM/DD HHmm[Z]")
|
|
5331
5331
|
}) : w.push({
|
|
@@ -5350,7 +5350,7 @@ const bx = {
|
|
|
5350
5350
|
xAxis: H(s[z + 1].utc).utc().format("MM/DD HHmm[Z]")
|
|
5351
5351
|
}), st.push(xt);
|
|
5352
5352
|
}
|
|
5353
|
-
g.type != "A" && (g.type === "BOSP" && z === 0 ? i.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), (nt = g == null ? void 0 : g.noon) == null ? void 0 : nt.avgSpd, g == null ? void 0 : g.type]) : i.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), ((h = g == null ? void 0 : g.noon) == null ? void 0 : h.avgSpd) || "-", g == null ? void 0 : g.type]), Y.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), ((dt = g == null ? void 0 : g.noon) == null ? void 0 : dt.windBF) || "-"]), K.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), ((ht = g == null ? void 0 : g.noon) == null ? void 0 : ht.seasHt) || "-"])), y.push((g == null ? void 0 : g.type) != "A" ? this.computedIsNull((ct = g == null ? void 0 : g.noon) == null ? void 0 : ct.foCons) : ""), S.push((g == null ? void 0 : g.type) != "A" ? this.computedIsNull((pt = g == null ? void 0 : g.noon) == null ? void 0 : pt.dgoCons) : ""), X.push((g == null ? void 0 : g.type) != "A" ? this.computedIsNull(g == null ? void 0 : g.dailyAvgCf) : ""), u.push((g == null ? void 0 : g.cpSpd) ?? ""), l.push(((ft = g == null ? void 0 : g.timeConclusion) == null ? void 0 : ft.minusAbtSpd) ?? ""), r.push(((yt = g == null ? void 0 : g.cp) == null ? void 0 : yt.fo) ?? ""), O.push(((Ct = (bt = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : bt.fo) == null ? void 0 : Ct.underTolerance) ?? ""), P.push(((Dt = (gt = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : gt.fo) == null ? void 0 : Dt.overTolerance) ?? ""), D.push(((mt = g == null ? void 0 : g.cp) == null ? void 0 : mt.dgo) ?? ""), v.push(((Et = (At = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : At.dgo) == null ? void 0 : Et.underTolerance) ?? ""), E.push(((
|
|
5353
|
+
g.type != "A" && (g.type === "BOSP" && z === 0 ? i.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), (nt = g == null ? void 0 : g.noon) == null ? void 0 : nt.avgSpd, g == null ? void 0 : g.type]) : i.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), ((h = g == null ? void 0 : g.noon) == null ? void 0 : h.avgSpd) || "-", g == null ? void 0 : g.type]), Y.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), ((dt = g == null ? void 0 : g.noon) == null ? void 0 : dt.windBF) || "-"]), K.push([H(g == null ? void 0 : g.utc).utc().format("MM/DD HHmm[Z]"), ((ht = g == null ? void 0 : g.noon) == null ? void 0 : ht.seasHt) || "-"])), y.push((g == null ? void 0 : g.type) != "A" ? this.computedIsNull((ct = g == null ? void 0 : g.noon) == null ? void 0 : ct.foCons) : ""), S.push((g == null ? void 0 : g.type) != "A" ? this.computedIsNull((pt = g == null ? void 0 : g.noon) == null ? void 0 : pt.dgoCons) : ""), X.push((g == null ? void 0 : g.type) != "A" ? this.computedIsNull(g == null ? void 0 : g.dailyAvgCf) : ""), u.push((g == null ? void 0 : g.cpSpd) ?? ""), l.push(((ft = g == null ? void 0 : g.timeConclusion) == null ? void 0 : ft.minusAbtSpd) ?? ""), r.push(((yt = g == null ? void 0 : g.cp) == null ? void 0 : yt.fo) ?? ""), O.push(((Ct = (bt = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : bt.fo) == null ? void 0 : Ct.underTolerance) ?? ""), P.push(((Dt = (gt = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : gt.fo) == null ? void 0 : Dt.overTolerance) ?? ""), D.push(((mt = g == null ? void 0 : g.cp) == null ? void 0 : mt.dgo) ?? ""), v.push(((Et = (At = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : At.dgo) == null ? void 0 : Et.underTolerance) ?? ""), E.push(((Bt = (Pt = g == null ? void 0 : g.fuelConclusion) == null ? void 0 : Pt.dgo) == null ? void 0 : Bt.overTolerance) ?? ""), G.push(((Wt = (Ft = g == null ? void 0 : g.meteo) == null ? void 0 : Ft.wind) == null ? void 0 : Wt.scale) ?? ""), U.push(((Ht = (Lt = this.reportData) == null ? void 0 : Lt.weather) == null ? void 0 : Ht.windScale) ?? "");
|
|
5354
5354
|
let et = "";
|
|
5355
5355
|
(Ut = (Nt = this.reportData) == null ? void 0 : Nt.weather) != null && Ut.sigSwitch ? (et = (wt = (R = (kt = g.meteo) == null ? void 0 : kt.wave) == null ? void 0 : R.sig) != null && wt.height ? (Vt = (Zt = (Yt = g.meteo) == null ? void 0 : Yt.wave) == null ? void 0 : Zt.sig) == null ? void 0 : Vt.height : "", this.waveDetail.ytitle = "Sig-wave Heigt(m)", N.push(this.reportData.weather.sigHeight)) : (zt = (Mt = this.reportData) == null ? void 0 : Mt.weather) != null && zt.waveSwitch ? (et = (q = (le = (ie = g.meteo) == null ? void 0 : ie.wave) == null ? void 0 : le.wd) != null && q.height ? (Xt = (Kt = (Rt = g.meteo) == null ? void 0 : Rt.wave) == null ? void 0 : Kt.wd) == null ? void 0 : Xt.height : "", this.waveDetail.ytitle = "Wind Wave Height(m)", N.push(this.reportData.weather.waveHeight)) : (jt = (qt = this.reportData) == null ? void 0 : qt.weather) != null && jt.swellSwitch && (et = (b = (te = ($t = g.meteo) == null ? void 0 : $t.wave) == null ? void 0 : te.swell) != null && b.height ? (It = (St = (tt = g.meteo) == null ? void 0 : tt.wave) == null ? void 0 : St.swell) == null ? void 0 : It.height : "", this.waveDetail.ytitle = "Swell Wave Height(m)", N.push(this.reportData.weather.swellHeight)), this.waveDetail.title = (Qt = this.waveDetail) == null ? void 0 : Qt.ytitle.replaceAll("(m)", ""), T.push(et);
|
|
5356
5356
|
}), this.params = {
|
|
@@ -5475,21 +5475,21 @@ const bx = {
|
|
|
5475
5475
|
data: S,
|
|
5476
5476
|
color: "rgba(123,145,211,0.62)",
|
|
5477
5477
|
barCategoryGap: "0"
|
|
5478
|
-
}),
|
|
5478
|
+
}), B.push({
|
|
5479
5479
|
name: "CP Good Weather",
|
|
5480
5480
|
type: "line",
|
|
5481
5481
|
data: U,
|
|
5482
5482
|
color: "#ff8935",
|
|
5483
5483
|
showSymbol: !1,
|
|
5484
5484
|
smooth: !0
|
|
5485
|
-
}),
|
|
5485
|
+
}), B.push({
|
|
5486
5486
|
name: "Wind BF",
|
|
5487
5487
|
type: "line",
|
|
5488
5488
|
data: G,
|
|
5489
5489
|
color: "#5eb3e0",
|
|
5490
5490
|
showSymbol: !1,
|
|
5491
5491
|
smooth: !0
|
|
5492
|
-
}),
|
|
5492
|
+
}), B.push({
|
|
5493
5493
|
name: "Ship Report",
|
|
5494
5494
|
type: "scatter",
|
|
5495
5495
|
data: Y,
|
|
@@ -5532,10 +5532,10 @@ const bx = {
|
|
|
5532
5532
|
color: "#5eb3e0",
|
|
5533
5533
|
showSymbol: !1,
|
|
5534
5534
|
smooth: !1
|
|
5535
|
-
}), this.shipSpdChartData = o, this.FoChartData = f, this.DGOChartData = m, this.windSpdChartData =
|
|
5535
|
+
}), this.shipSpdChartData = o, this.FoChartData = f, this.DGOChartData = m, this.windSpdChartData = B, this.waveChartData = I, this.currentChartData = $;
|
|
5536
5536
|
}
|
|
5537
5537
|
}
|
|
5538
|
-
}, Jt = (s) => (he("data-v-4fb04207"), s = s(), ve(), s), xx = { class: "charts" }, Cx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "charts-title" }, "Speed and Consumptifon with Weather / Current Analysis Graph", -1)), gx = { class: "subtitle" }, Dx = /* @__PURE__ */ ut('<div class="chart-legend" data-v-4fb04207><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--goodWx-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Good Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="border:1px solid var(--table-edging-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Adverse Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--exclude-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Excluded periods from analysis</div></div></div>', 1), Ax = { class: "weather-eChart" }, wx = { class: "charts page-title" }, kx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "charts-title" }, "Speed and Consumption with Weather / Current Analysis Graph", -1)), Sx = { class: "subtitle" }, Tx = /* @__PURE__ */ ut('<div class="chart-legend" data-v-4fb04207><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--goodWx-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Good Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="border:1px solid var(--table-edging-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Adverse Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--exclude-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Excluded periods from analysis</div></div></div>', 1), Ox = { class: "weather-eChart" }, Ex = { class: "charts page-title" }, Px = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "charts-title" }, "Voyage Map", -1)),
|
|
5538
|
+
}, Jt = (s) => (he("data-v-4fb04207"), s = s(), ve(), s), xx = { class: "charts" }, Cx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "charts-title" }, "Speed and Consumptifon with Weather / Current Analysis Graph", -1)), gx = { class: "subtitle" }, Dx = /* @__PURE__ */ ut('<div class="chart-legend" data-v-4fb04207><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--goodWx-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Good Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="border:1px solid var(--table-edging-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Adverse Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--exclude-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Excluded periods from analysis</div></div></div>', 1), Ax = { class: "weather-eChart" }, wx = { class: "charts page-title" }, kx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "charts-title" }, "Speed and Consumption with Weather / Current Analysis Graph", -1)), Sx = { class: "subtitle" }, Tx = /* @__PURE__ */ ut('<div class="chart-legend" data-v-4fb04207><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--goodWx-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Good Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="border:1px solid var(--table-edging-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Charter Party defined Adverse Weather Days</div></div><div style="display:flex;align-items:center;" data-v-4fb04207><div style="background-color:var(--exclude-bg-color);" class="legend" data-v-4fb04207></div><div style="transform:scale(0.85);" data-v-4fb04207>Excluded periods from analysis</div></div></div>', 1), Ox = { class: "weather-eChart" }, Ex = { class: "charts page-title" }, Px = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "charts-title" }, "Voyage Map", -1)), Bx = { class: "subtitle" }, Fx = { class: "message-table" }, Wx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("td", { class: "title" }, "Vessel Name", -1)), Lx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("td", { class: "title" }, "Prepared For", -1)), Hx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("td", { class: "title" }, "Departure Port and Date", -1)), Mx = { style: { display: "inline-block", width: "50%" } }, Gx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("td", { class: "title" }, "Arrival Port and Date", -1)), Ix = { style: { display: "inline-block", width: "50%" } }, Rx = { style: { margin: "15px auto", "padding-left": "20px" } }, Nx = ["src"], Ux = { class: "charts-imgLegend" }, Yx = { style: { position: "relative", left: "-20px" } }, Zx = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { style: { position: "relative", display: "inline-block", top: "-12px", left: "15px", transform: "scale(0.95)" } }, [
|
|
5539
5539
|
/* @__PURE__ */ t("div", null, "7"),
|
|
5540
5540
|
/* @__PURE__ */ t("br"),
|
|
5541
5541
|
/* @__PURE__ */ t("div", null, "W 4")
|
|
@@ -5571,10 +5571,10 @@ const bx = {
|
|
|
5571
5571
|
}, g3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), D3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", null, "CP Speed - About Speed", -1)), A3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(b)", -1)), w3 = { class: "equation" }, k3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { style: { width: "30%" } }, "Total Time at CP Speed", -1)), S3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "=", -1)), T3 = {
|
|
5572
5572
|
style: { width: "50%" },
|
|
5573
5573
|
class: "fraction"
|
|
5574
|
-
}, O3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), E3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", null, "CP Speed", -1)), P3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(c)", -1)),
|
|
5574
|
+
}, O3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), E3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", null, "CP Speed", -1)), P3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(c)", -1)), B3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", null, [
|
|
5575
5575
|
/* @__PURE__ */ t("span", null, "Time Lost = (a) - (b)"),
|
|
5576
5576
|
/* @__PURE__ */ t("span", { style: { "margin-left": "20px" } }, "Time Gained = (c) - (a)")
|
|
5577
|
-
], -1)),
|
|
5577
|
+
], -1)), F3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "noun" }, "6. Bunker Analysis Methodology for Bunker Type Switch-Over", -1)), W3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "explain" }, [
|
|
5578
5578
|
/* @__PURE__ */ C(" The following methodology will be applied to analyze bunker consumption when the bunker type is switched over,such as in ECA/SECA zone . "),
|
|
5579
5579
|
/* @__PURE__ */ t("br"),
|
|
5580
5580
|
/* @__PURE__ */ C(" 6-1 DO/GO consumption in the switch over period will be compared to the charter party warranted IFO figure. "),
|
|
@@ -5582,7 +5582,7 @@ const bx = {
|
|
|
5582
5582
|
/* @__PURE__ */ C(" 6-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. ")
|
|
5583
5583
|
], -1)), L3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "noun" }, "7. Further reference materials", -1)), H3 = /* @__PURE__ */ Jt(() => /* @__PURE__ */ t("div", { class: "explain" }, "Please send mail to op@oceanpitech.com", -1));
|
|
5584
5584
|
function M3(s, a, o, u, i, l) {
|
|
5585
|
-
var y, O, P, m, D, S, v, E,
|
|
5585
|
+
var y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut;
|
|
5586
5586
|
const f = it("ScCharts"), r = it("BrabImg");
|
|
5587
5587
|
return d(), c("div", {
|
|
5588
5588
|
class: A((O = (y = o.reportData) == null ? void 0 : y.weather) != null && O.referenceOnly || (m = (P = o.reportData) == null ? void 0 : P.weather) != null && m.overallAsGoodWx ? "watermark voyage-main" : "voyage-main")
|
|
@@ -5645,12 +5645,12 @@ function M3(s, a, o, u, i, l) {
|
|
|
5645
5645
|
]),
|
|
5646
5646
|
t("div", Ex, [
|
|
5647
5647
|
Px,
|
|
5648
|
-
t("div",
|
|
5648
|
+
t("div", Bx, e(l.computedTime((v = o.reportData) == null ? void 0 : v.createdAt)), 1),
|
|
5649
5649
|
t("div", null, [
|
|
5650
|
-
t("table",
|
|
5650
|
+
t("table", Fx, [
|
|
5651
5651
|
t("tr", null, [
|
|
5652
|
-
|
|
5653
|
-
t("td", null, e((
|
|
5652
|
+
Wx,
|
|
5653
|
+
t("td", null, e((B = (E = o.reportData) == null ? void 0 : E.vessel) == null ? void 0 : B.name), 1)
|
|
5654
5654
|
]),
|
|
5655
5655
|
t("tr", null, [
|
|
5656
5656
|
Lx,
|
|
@@ -5715,7 +5715,7 @@ function M3(s, a, o, u, i, l) {
|
|
|
5715
5715
|
e3,
|
|
5716
5716
|
t("td", null, [
|
|
5717
5717
|
t("span", s3, e(((gt = (Ct = o.reportData) == null ? void 0 : Ct.arrival) == null ? void 0 : gt.portName) || l.computedLngLat((mt = (Dt = o.reportData) == null ? void 0 : Dt.arrival) == null ? void 0 : mt.lat, (Et = (At = o.reportData) == null ? void 0 : At.arrival) == null ? void 0 : Et.lng)), 1),
|
|
5718
|
-
t("span", null, e(l.computedTime((
|
|
5718
|
+
t("span", null, e(l.computedTime((Bt = (Pt = o.reportData) == null ? void 0 : Pt.arrival) == null ? void 0 : Bt.utcTime, "table")), 1)
|
|
5719
5719
|
])
|
|
5720
5720
|
])
|
|
5721
5721
|
])
|
|
@@ -5742,7 +5742,7 @@ function M3(s, a, o, u, i, l) {
|
|
|
5742
5742
|
h3,
|
|
5743
5743
|
v3,
|
|
5744
5744
|
t("div", _3, [
|
|
5745
|
-
t("div", null, e((
|
|
5745
|
+
t("div", null, e((Wt = (Ft = o.reportData) == null ? void 0 : Ft.weather) != null && Wt.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
5746
5746
|
p3,
|
|
5747
5747
|
f3
|
|
5748
5748
|
]),
|
|
@@ -5768,10 +5768,10 @@ function M3(s, a, o, u, i, l) {
|
|
|
5768
5768
|
]),
|
|
5769
5769
|
P3
|
|
5770
5770
|
]),
|
|
5771
|
-
|
|
5771
|
+
B3
|
|
5772
5772
|
]),
|
|
5773
|
+
F3,
|
|
5773
5774
|
W3,
|
|
5774
|
-
B3,
|
|
5775
5775
|
L3,
|
|
5776
5776
|
H3
|
|
5777
5777
|
])
|
|
@@ -6053,10 +6053,10 @@ const Y3 = {
|
|
|
6053
6053
|
}, SC = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Swell Wave Height", -1)), TC = { class: "content" }, OC = {
|
|
6054
6054
|
key: 2,
|
|
6055
6055
|
class: "item"
|
|
6056
|
-
}, EC = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Significant Wave Height", -1)), PC = { class: "content" },
|
|
6056
|
+
}, EC = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Significant Wave Height", -1)), PC = { class: "content" }, BC = {
|
|
6057
6057
|
key: 3,
|
|
6058
6058
|
class: "item"
|
|
6059
|
-
},
|
|
6059
|
+
}, FC = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Douglas Sea State", -1)), WC = { class: "content" }, LC = {
|
|
6060
6060
|
key: 4,
|
|
6061
6061
|
class: "item"
|
|
6062
6062
|
}, HC = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "No Adverse Current", -1)), MC = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "content" }, "Applied", -1)), GC = [
|
|
@@ -6113,12 +6113,12 @@ const Y3 = {
|
|
|
6113
6113
|
}, Ag = { class: "card-title" }, wg = /* @__PURE__ */ p(() => /* @__PURE__ */ t("i", { class: "iconfont" }, "", -1)), kg = { class: "card-segment" }, Sg = { class: "card-segment" }, Tg = { class: "card-segment" }, Og = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "Applied", -1)), Eg = { class: "uppercase" }, Pg = {
|
|
6114
6114
|
class: "card summary-card",
|
|
6115
6115
|
style: { flex: "1" }
|
|
6116
|
-
},
|
|
6116
|
+
}, Bg = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
6117
6117
|
/* @__PURE__ */ t("span", null, "Time Lost/Gained: ")
|
|
6118
|
-
], -1)),
|
|
6118
|
+
], -1)), Fg = {
|
|
6119
6119
|
key: 0,
|
|
6120
6120
|
class: "main-content"
|
|
6121
|
-
},
|
|
6121
|
+
}, Wg = {
|
|
6122
6122
|
key: 0,
|
|
6123
6123
|
class: "iconfont success"
|
|
6124
6124
|
}, Lg = {
|
|
@@ -6198,7 +6198,7 @@ const Y3 = {
|
|
|
6198
6198
|
/* @__PURE__ */ t("span", null, "GW Avg Daily Cons. FO*")
|
|
6199
6199
|
], -1)), D4 = { class: "main-content" }, A4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
6200
6200
|
/* @__PURE__ */ t("span", null, "Overall Avg Daily Cons. FO*")
|
|
6201
|
-
], -1)), w4 = { class: "main-content" }, k4 = { class: "card-content" }, S4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Avg Daily Cons. FO (out of ECA)", -1)), T4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), O4 = { class: "card-content" }, E4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Avg Daily Cons. FO* (in ECA)", -1)), P4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)),
|
|
6201
|
+
], -1)), w4 = { class: "main-content" }, k4 = { class: "card-content" }, S4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Avg Daily Cons. FO (out of ECA)", -1)), T4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), O4 = { class: "card-content" }, E4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Avg Daily Cons. FO* (in ECA)", -1)), P4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), B4 = { class: "card-content" }, F4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Avg Daily Cons. FO (out of ECA)", -1)), W4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), L4 = { class: "card-content" }, H4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Avg Daily Cons. FO* (in ECA)", -1)), M4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), G4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", {
|
|
6202
6202
|
class: "card-content",
|
|
6203
6203
|
style: { "justify-content": "flex-start" }
|
|
6204
6204
|
}, [
|
|
@@ -6231,7 +6231,7 @@ const Y3 = {
|
|
|
6231
6231
|
/* @__PURE__ */ t("span", null, "GW Time")
|
|
6232
6232
|
], -1)), DD = { class: "main-content" }, AD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
6233
6233
|
/* @__PURE__ */ t("span", null, "Overall Time")
|
|
6234
|
-
], -1)), wD = { class: "main-content" }, kD = { class: "card-content" }, SD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Time (out of ECA)", -1)), TD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "hrs", -1)), OD = { class: "card-content" }, ED = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Time (in ECA)", -1)), PD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "hrs", -1)),
|
|
6234
|
+
], -1)), wD = { class: "main-content" }, kD = { class: "card-content" }, SD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Time (out of ECA)", -1)), TD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "hrs", -1)), OD = { class: "card-content" }, ED = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Time (in ECA)", -1)), PD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "hrs", -1)), BD = { class: "card-content" }, FD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Time (out of ECA)", -1)), WD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "hrs", -1)), LD = { class: "card-content" }, HD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Time (in ECA)", -1)), MD = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "hrs", -1)), GD = {
|
|
6235
6235
|
class: "card phase-card",
|
|
6236
6236
|
style: { flex: "1" }
|
|
6237
6237
|
}, ID = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
@@ -6252,7 +6252,7 @@ const Y3 = {
|
|
|
6252
6252
|
/* @__PURE__ */ t("span", null, "GW Cons. DO/GO")
|
|
6253
6253
|
], -1)), CA = { class: "main-content" }, gA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
6254
6254
|
/* @__PURE__ */ t("span", null, "Overall Cons. DO/GO")
|
|
6255
|
-
], -1)), DA = { class: "main-content" }, AA = { class: "card-content" }, wA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Cons. DO/GO (out of ECA)", -1)), kA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), SA = { class: "card-content" }, TA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Cons. DO/GO (in ECA)", -1)), OA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), EA = { class: "card-content" }, PA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Cons. DO/GO (out of ECA)", -1)),
|
|
6255
|
+
], -1)), DA = { class: "main-content" }, AA = { class: "card-content" }, wA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Cons. DO/GO (out of ECA)", -1)), kA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), SA = { class: "card-content" }, TA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "GW Cons. DO/GO (in ECA)", -1)), OA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), EA = { class: "card-content" }, PA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Cons. DO/GO (out of ECA)", -1)), BA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), FA = { class: "card-content" }, WA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("label", null, "Overall Cons. DO/GO (in ECA)", -1)), LA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("span", null, "mt", -1)), HA = {
|
|
6256
6256
|
class: "card phase-card",
|
|
6257
6257
|
style: { flex: "1", "justify-content": "flex-start" }
|
|
6258
6258
|
}, MA = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
@@ -6294,10 +6294,10 @@ const Y3 = {
|
|
|
6294
6294
|
}, E8 = {
|
|
6295
6295
|
key: 1,
|
|
6296
6296
|
class: "main-content"
|
|
6297
|
-
}, P8 = { class: "nogwd" },
|
|
6297
|
+
}, P8 = { class: "nogwd" }, B8 = {
|
|
6298
6298
|
class: "card-content",
|
|
6299
6299
|
style: { "justify-content": "flex-start" }
|
|
6300
|
-
},
|
|
6300
|
+
}, F8 = { key: 0 }, W8 = { class: "equation" }, L8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Entire Voyage Consumption using Good Weather Consumption", -1)), H8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), M8 = { style: { width: "8%" } }, G8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), I8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), R8 = { style: { width: "120px" } }, N8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), U8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), Y8 = { style: { width: "10%" } }, Z8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(d')", -1)), V8 = { class: "equation" }, z8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Maximum Warranted Consumption for Over-Consumption", -1)), Q8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), J8 = { style: { width: "8%" } }, K8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), X8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), q8 = { style: { width: "120px" } }, j8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), $8 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "24", -1)), tw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), ew = { style: { width: "10%" } }, sw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(e')", -1)), ow = { class: "equation" }, iw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Minimum Warranted Consumption for Fuel-Consumption", -1)), lw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), aw = { style: { width: "8%" } }, nw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), dw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), cw = { style: { width: "120px" } }, rw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), uw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "24", -1)), hw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), vw = { style: { width: "10%" } }, _w = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(f')", -1)), pw = { class: "phase-card" }, fw = {
|
|
6301
6301
|
class: "card",
|
|
6302
6302
|
style: { flex: "1" }
|
|
6303
6303
|
}, mw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "card-subtitle" }, [
|
|
@@ -6317,7 +6317,7 @@ const Y3 = {
|
|
|
6317
6317
|
}, gw = { class: "nogwd" }, Dw = {
|
|
6318
6318
|
class: "card-content",
|
|
6319
6319
|
style: { "justify-content": "flex-start" }
|
|
6320
|
-
}, Aw = { key: 0 }, ww = { class: "equation" }, kw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Entire Voyage Consumption using Good Weather Consumption", -1)), Sw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), Tw = { style: { width: "8%" } }, Ow = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Ew = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), Pw = { style: { width: "120px" } },
|
|
6320
|
+
}, Aw = { key: 0 }, ww = { class: "equation" }, kw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Entire Voyage Consumption using Good Weather Consumption", -1)), Sw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), Tw = { style: { width: "8%" } }, Ow = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Ew = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), Pw = { style: { width: "120px" } }, Bw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Fw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), Ww = { style: { width: "10%" } }, Lw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(d')", -1)), Hw = { class: "equation" }, Mw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Maximum Warranted Consumption for Over-Consumption", -1)), Gw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), Iw = { style: { width: "8%" } }, Rw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Nw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), Uw = { style: { width: "120px" } }, Yw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Zw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "24", -1)), Vw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), zw = { style: { width: "10%" } }, Qw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(e')", -1)), Jw = { class: "equation" }, Kw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "54%" } }, "Minimum Warranted Consumption for Fuel-Consumption", -1)), Xw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), qw = { style: { width: "8%" } }, jw = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), $w = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "×", -1)), t5 = { style: { width: "120px" } }, e5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), s5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "24", -1)), o5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), i5 = { style: { width: "10%" } }, l5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(f')", -1)), a5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", {
|
|
6321
6321
|
class: "dashed",
|
|
6322
6322
|
style: { "margin-top": "20px" }
|
|
6323
6323
|
}, null, -1)), n5 = {
|
|
@@ -6340,16 +6340,16 @@ const Y3 = {
|
|
|
6340
6340
|
}, g5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), D5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "Warranted Speed - Speed Under", -1)), A5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(b)", -1)), w5 = { class: "equation" }, k5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "35%", "text-align": "left" } }, "Total Time at ( Warranted Speed + Speed Over )", -1)), S5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)), T5 = {
|
|
6341
6341
|
style: { width: "50%" },
|
|
6342
6342
|
class: "fraction"
|
|
6343
|
-
}, O5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), E5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "Warranted Speed + Speed Over", -1)), P5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(c)", -1)),
|
|
6343
|
+
}, O5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), E5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", null, "Warranted Speed + Speed Over", -1)), P5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { style: { width: "10%", "text-align": "center" } }, "(c)", -1)), B5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", {
|
|
6344
6344
|
class: "equation flex-end",
|
|
6345
6345
|
style: { "margin-right": "4%" }
|
|
6346
6346
|
}, [
|
|
6347
6347
|
/* @__PURE__ */ t("span", null, "Time Lost = (a) - (b)"),
|
|
6348
6348
|
/* @__PURE__ */ t("span", { style: { "margin-left": "20px" } }, "Time Gained = (c) - (a)")
|
|
6349
|
-
], -1)),
|
|
6349
|
+
], -1)), F5 = {
|
|
6350
6350
|
class: "flexL formular-item",
|
|
6351
6351
|
style: { "margin-left": "20px" }
|
|
6352
|
-
},
|
|
6352
|
+
}, W5 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "subtitle" }, [
|
|
6353
6353
|
/* @__PURE__ */ t("div", { class: "content" }, [
|
|
6354
6354
|
/* @__PURE__ */ t("i", { class: "iconfont" }, ""),
|
|
6355
6355
|
/* @__PURE__ */ C(" Fuel Over/Under Consumption Calculation Method ")
|
|
@@ -6399,7 +6399,7 @@ const Y3 = {
|
|
|
6399
6399
|
/* @__PURE__ */ t("br")
|
|
6400
6400
|
], -1));
|
|
6401
6401
|
function u7(s, a, o, u, i, l) {
|
|
6402
|
-
var f, r, y, O, P, m, D, S, v, E,
|
|
6402
|
+
var f, r, y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te;
|
|
6403
6403
|
return d(), c("div", {
|
|
6404
6404
|
class: A((r = (f = o.reportData) == null ? void 0 : f.weather) != null && r.referenceOnly ? "watermark" : "")
|
|
6405
6405
|
}, [
|
|
@@ -6424,7 +6424,7 @@ function u7(s, a, o, u, i, l) {
|
|
|
6424
6424
|
t("div", iC, [
|
|
6425
6425
|
t("div", lC, [
|
|
6426
6426
|
aC,
|
|
6427
|
-
t("div", nC, e(((D = (m = o.reportData) == null ? void 0 : m.departure) == null ? void 0 : D.portName) || l.computedLngLat((v = (S = o.reportData) == null ? void 0 : S.departure) == null ? void 0 : v.lat, (
|
|
6427
|
+
t("div", nC, e(((D = (m = o.reportData) == null ? void 0 : m.departure) == null ? void 0 : D.portName) || l.computedLngLat((v = (S = o.reportData) == null ? void 0 : S.departure) == null ? void 0 : v.lat, (B = (E = o.reportData) == null ? void 0 : E.departure) == null ? void 0 : B.lng)), 1),
|
|
6428
6428
|
t("div", dC, e(l.computedTime((U = (G = o.reportData) == null ? void 0 : G.departure) == null ? void 0 : U.utcTime, "table")), 1)
|
|
6429
6429
|
]),
|
|
6430
6430
|
t("div", cC, [
|
|
@@ -6455,12 +6455,12 @@ function u7(s, a, o, u, i, l) {
|
|
|
6455
6455
|
EC,
|
|
6456
6456
|
t("div", PC, e(((pt = (ct = o.reportData) == null ? void 0 : ct.weather) == null ? void 0 : pt.sigHeight) || "-") + " Meter", 1)
|
|
6457
6457
|
])) : x("", !0),
|
|
6458
|
-
(yt = (ft = o.reportData) == null ? void 0 : ft.weather) != null && yt.waveSwitch || (Ct = (bt = o.reportData) == null ? void 0 : bt.weather) != null && Ct.swellHeight || (Dt = (gt = o.reportData) == null ? void 0 : gt.weather) != null && Dt.sigSwitch ? (d(), c("div",
|
|
6459
|
-
|
|
6460
|
-
t("div",
|
|
6458
|
+
(yt = (ft = o.reportData) == null ? void 0 : ft.weather) != null && yt.waveSwitch || (Ct = (bt = o.reportData) == null ? void 0 : bt.weather) != null && Ct.swellHeight || (Dt = (gt = o.reportData) == null ? void 0 : gt.weather) != null && Dt.sigSwitch ? (d(), c("div", BC, [
|
|
6459
|
+
FC,
|
|
6460
|
+
t("div", WC, e((At = (mt = o.reportData) == null ? void 0 : mt.weather) == null ? void 0 : At.seaScale), 1)
|
|
6461
6461
|
])) : x("", !0),
|
|
6462
6462
|
(Pt = (Et = o.reportData) == null ? void 0 : Et.weather) != null && Pt.noAdverseCur ? (d(), c("div", LC, GC)) : x("", !0),
|
|
6463
|
-
(
|
|
6463
|
+
(Ft = (Bt = o.reportData) == null ? void 0 : Bt.weather) != null && Ft.noExtrapolation ? (d(), c("div", IC, UC)) : x("", !0)
|
|
6464
6464
|
])),
|
|
6465
6465
|
t("div", YC, [
|
|
6466
6466
|
t("table", ZC, [
|
|
@@ -6478,7 +6478,7 @@ function u7(s, a, o, u, i, l) {
|
|
|
6478
6478
|
]),
|
|
6479
6479
|
zC,
|
|
6480
6480
|
t("div", QC, [
|
|
6481
|
-
((Lt = (
|
|
6481
|
+
((Lt = (Wt = o.reportData) == null ? void 0 : Wt.segments) == null ? void 0 : Lt.length) > 1 ? (d(), c("div", JC, [
|
|
6482
6482
|
KC,
|
|
6483
6483
|
t("div", XC, [
|
|
6484
6484
|
t("div", qC, [
|
|
@@ -6551,9 +6551,9 @@ function u7(s, a, o, u, i, l) {
|
|
|
6551
6551
|
])
|
|
6552
6552
|
]),
|
|
6553
6553
|
t("div", Pg, [
|
|
6554
|
-
|
|
6555
|
-
(St = b.goodWx) != null && St.distance ? (d(), c("div",
|
|
6556
|
-
l.computedTimeConclusion(b.timeConclusion).className === "success" ? (d(), c("i",
|
|
6554
|
+
Bg,
|
|
6555
|
+
(St = b.goodWx) != null && St.distance ? (d(), c("div", Fg, [
|
|
6556
|
+
l.computedTimeConclusion(b.timeConclusion).className === "success" ? (d(), c("i", Wg, "")) : x("", !0),
|
|
6557
6557
|
l.computedTimeConclusion(b.timeConclusion).className === "error" ? (d(), c("i", Lg, "")) : x("", !0),
|
|
6558
6558
|
t("span", null, e(l.computedTimeConclusion(b.timeConclusion).timeCon), 1)
|
|
6559
6559
|
])) : (d(), c("div", Hg, [
|
|
@@ -6635,7 +6635,7 @@ function u7(s, a, o, u, i, l) {
|
|
|
6635
6635
|
])
|
|
6636
6636
|
]),
|
|
6637
6637
|
(d(!0), c(M, null, rt((te = o.reportData) == null ? void 0 : te.segments, (b, tt) => {
|
|
6638
|
-
var St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Fe, We,
|
|
6638
|
+
var St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze, je, Ss, Os, Es, Ps, Bs, J, ue, Ve, ze, $e, ts, es, ss, os, is, ls, as, ns, ds, cs, rs, us, hs, vs, _s, ps, fs, ms, ys, bs, xs, Cs, gs, Ds, Fs, Ws, Ls, Hs, Ms, Gs, Is, Rs, Ns, Us, Ys, Zs, Vs, zs, Qs, Js, Ks, Xs, qs, js, $s, to, oo, io, lo, ao, no, co, ro, uo, ho, vo, _o, po, fo, mo, yo, bo, xo, Co, go, Do, Ao, wo, ko, So, To, Oo;
|
|
6639
6639
|
return d(), c("div", {
|
|
6640
6640
|
class: "phase",
|
|
6641
6641
|
key: tt
|
|
@@ -6647,8 +6647,8 @@ function u7(s, a, o, u, i, l) {
|
|
|
6647
6647
|
v4,
|
|
6648
6648
|
t("span", null, "Phase " + e(tt + 1), 1)
|
|
6649
6649
|
]),
|
|
6650
|
-
(d(!0), c(M, null, rt(i.segDetail[tt], (Je,
|
|
6651
|
-
key: "seg" +
|
|
6650
|
+
(d(!0), c(M, null, rt(i.segDetail[tt], (Je, Bo) => (d(), c("div", {
|
|
6651
|
+
key: "seg" + Bo,
|
|
6652
6652
|
class: A(i.segDetail[tt].length > 1 ? "dashed" : "")
|
|
6653
6653
|
}, [
|
|
6654
6654
|
t("div", _4, [
|
|
@@ -6696,11 +6696,11 @@ function u7(s, a, o, u, i, l) {
|
|
|
6696
6696
|
P4
|
|
6697
6697
|
])
|
|
6698
6698
|
]),
|
|
6699
|
-
t("div",
|
|
6700
|
-
|
|
6699
|
+
t("div", B4, [
|
|
6700
|
+
F4,
|
|
6701
6701
|
t("b", null, [
|
|
6702
6702
|
C(e(((ae = b.allWx) == null ? void 0 : ae.outEca.avgFoCons) || "-"), 1),
|
|
6703
|
-
|
|
6703
|
+
W4
|
|
6704
6704
|
])
|
|
6705
6705
|
]),
|
|
6706
6706
|
t("div", L4, [
|
|
@@ -6794,16 +6794,16 @@ function u7(s, a, o, u, i, l) {
|
|
|
6794
6794
|
t("div", CD, [
|
|
6795
6795
|
gD,
|
|
6796
6796
|
t("div", DD, [
|
|
6797
|
-
t("span", null, e(((
|
|
6797
|
+
t("span", null, e(((Be = b.goodWx) == null ? void 0 : Be.time) || "-") + " hrs", 1)
|
|
6798
6798
|
]),
|
|
6799
6799
|
AD,
|
|
6800
6800
|
t("div", wD, [
|
|
6801
|
-
t("span", null, e(((
|
|
6801
|
+
t("span", null, e(((Fe = b.allWx) == null ? void 0 : Fe.time) || "-") + " hrs", 1)
|
|
6802
6802
|
]),
|
|
6803
6803
|
t("div", kD, [
|
|
6804
6804
|
SD,
|
|
6805
6805
|
t("b", null, [
|
|
6806
|
-
C(e(((
|
|
6806
|
+
C(e(((We = b.goodWx) == null ? void 0 : We.outEca.time) || "-"), 1),
|
|
6807
6807
|
TD
|
|
6808
6808
|
])
|
|
6809
6809
|
]),
|
|
@@ -6814,11 +6814,11 @@ function u7(s, a, o, u, i, l) {
|
|
|
6814
6814
|
PD
|
|
6815
6815
|
])
|
|
6816
6816
|
]),
|
|
6817
|
-
t("div",
|
|
6818
|
-
|
|
6817
|
+
t("div", BD, [
|
|
6818
|
+
FD,
|
|
6819
6819
|
t("b", null, [
|
|
6820
6820
|
C(e(((He = b.allWx) == null ? void 0 : He.outEca.time) || "-"), 1),
|
|
6821
|
-
|
|
6821
|
+
WD
|
|
6822
6822
|
])
|
|
6823
6823
|
]),
|
|
6824
6824
|
t("div", LD, [
|
|
@@ -6910,7 +6910,7 @@ function u7(s, a, o, u, i, l) {
|
|
|
6910
6910
|
t("div", bA, [
|
|
6911
6911
|
xA,
|
|
6912
6912
|
t("div", CA, [
|
|
6913
|
-
t("span", null, e(((
|
|
6913
|
+
t("span", null, e(((Bs = b.goodWx) == null ? void 0 : Bs.sumDgoCons) || "-") + " mt", 1)
|
|
6914
6914
|
]),
|
|
6915
6915
|
gA,
|
|
6916
6916
|
t("div", DA, [
|
|
@@ -6934,11 +6934,11 @@ function u7(s, a, o, u, i, l) {
|
|
|
6934
6934
|
PA,
|
|
6935
6935
|
t("b", null, [
|
|
6936
6936
|
C(e(((ze = b.allWx) == null ? void 0 : ze.outEca.sumDgoCons) || "-"), 1),
|
|
6937
|
-
|
|
6937
|
+
BA
|
|
6938
6938
|
])
|
|
6939
6939
|
]),
|
|
6940
|
-
t("div",
|
|
6941
|
-
|
|
6940
|
+
t("div", FA, [
|
|
6941
|
+
WA,
|
|
6942
6942
|
t("b", null, [
|
|
6943
6943
|
C(e((($e = b.allWx) == null ? void 0 : $e.inEca.sumDgoCons) || "-"), 1),
|
|
6944
6944
|
LA
|
|
@@ -7030,7 +7030,7 @@ function u7(s, a, o, u, i, l) {
|
|
|
7030
7030
|
])) : (d(), c("div", E8, [
|
|
7031
7031
|
t("span", P8, e(i.noGoodWxDay), 1)
|
|
7032
7032
|
])),
|
|
7033
|
-
t("div",
|
|
7033
|
+
t("div", B8, [
|
|
7034
7034
|
t("i", {
|
|
7035
7035
|
class: A(`iconfont ${l.computedFuleConclusion(b.fuelConclusion.fo, "FO").className}`)
|
|
7036
7036
|
}, "", 2),
|
|
@@ -7040,12 +7040,12 @@ function u7(s, a, o, u, i, l) {
|
|
|
7040
7040
|
t("div", {
|
|
7041
7041
|
class: A(`${(Ds = b.goodWx) != null && Ds.distance ? "" : "analysis-none"} card analysis-card`)
|
|
7042
7042
|
}, [
|
|
7043
|
-
(
|
|
7044
|
-
t("div",
|
|
7043
|
+
(Fs = b.goodWx) != null && Fs.distance ? (d(), c("div", F8, [
|
|
7044
|
+
t("div", W8, [
|
|
7045
7045
|
L8,
|
|
7046
7046
|
H8,
|
|
7047
7047
|
t("div", M8, [
|
|
7048
|
-
t("div", null, e((Ls = (
|
|
7048
|
+
t("div", null, e((Ls = (Ws = o.reportData) == null ? void 0 : Ws.weather) != null && Ls.noExtrapolation ? (Hs = b.goodWx) == null ? void 0 : Hs.distance : (Ms = b.allWx) == null ? void 0 : Ms.distance), 1),
|
|
7049
7049
|
G8,
|
|
7050
7050
|
t("div", null, e((Gs = b.goodWx) == null ? void 0 : Gs.pfmSpd), 1)
|
|
7051
7051
|
]),
|
|
@@ -7130,11 +7130,11 @@ function u7(s, a, o, u, i, l) {
|
|
|
7130
7130
|
Ew,
|
|
7131
7131
|
t("div", Pw, [
|
|
7132
7132
|
t("div", null, e((ao = b.goodWx) == null ? void 0 : ao.sumDgoCons) + " " + e(((no = b.allWx) == null ? void 0 : no.inEca.distance) > 0 ? ` - ${b.fuelConclusion.fo.dgoAsFoCons}` : ""), 1),
|
|
7133
|
-
|
|
7133
|
+
Bw,
|
|
7134
7134
|
t("div", null, e((co = b.goodWx) == null ? void 0 : co.time), 1)
|
|
7135
7135
|
]),
|
|
7136
|
-
|
|
7137
|
-
t("div",
|
|
7136
|
+
Fw,
|
|
7137
|
+
t("div", Ww, e(b.fuelConclusion.dgo.entireCons) + " MT", 1),
|
|
7138
7138
|
Lw
|
|
7139
7139
|
]),
|
|
7140
7140
|
t("div", Hw, [
|
|
@@ -7212,11 +7212,11 @@ function u7(s, a, o, u, i, l) {
|
|
|
7212
7212
|
]),
|
|
7213
7213
|
P5
|
|
7214
7214
|
]),
|
|
7215
|
-
|
|
7215
|
+
B5
|
|
7216
7216
|
])
|
|
7217
7217
|
]),
|
|
7218
|
-
t("div",
|
|
7219
|
-
|
|
7218
|
+
t("div", F5, [
|
|
7219
|
+
W5,
|
|
7220
7220
|
t("div", L5, [
|
|
7221
7221
|
t("div", H5, [
|
|
7222
7222
|
M5,
|
|
@@ -7462,7 +7462,7 @@ function A7(s, a, o, u, i, l) {
|
|
|
7462
7462
|
m7,
|
|
7463
7463
|
t("tbody", y7, [
|
|
7464
7464
|
(d(!0), c(M, null, rt(i.summaryTable, (m, D) => {
|
|
7465
|
-
var S, v, E,
|
|
7465
|
+
var S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt;
|
|
7466
7466
|
return d(), c("tr", { key: D }, [
|
|
7467
7467
|
t("td", {
|
|
7468
7468
|
class: A(l.computedSegClass(m, D))
|
|
@@ -7499,7 +7499,7 @@ function A7(s, a, o, u, i, l) {
|
|
|
7499
7499
|
}, e(m.distanceCalc), 3),
|
|
7500
7500
|
t("td", {
|
|
7501
7501
|
class: A(l.computedClass(m, D))
|
|
7502
|
-
}, e(((
|
|
7502
|
+
}, e(((B = (E = m.meteo) == null ? void 0 : E.wind) == null ? void 0 : B.scale) ?? "--"), 3),
|
|
7503
7503
|
t("td", {
|
|
7504
7504
|
class: A(l.computedClass(m, D))
|
|
7505
7505
|
}, e(((Y = (U = (G = m.meteo) == null ? void 0 : G.wave) == null ? void 0 : U.swell) == null ? void 0 : Y.direction) ?? "--"), 3),
|
|
@@ -7707,10 +7707,10 @@ const E7 = {
|
|
|
7707
7707
|
this.editable = !0;
|
|
7708
7708
|
}
|
|
7709
7709
|
}
|
|
7710
|
-
}, _ = (s) => (he("data-v-b4b228d1"), s = s(), ve(), s), P7 = { class: "report-summary" },
|
|
7710
|
+
}, _ = (s) => (he("data-v-b4b228d1"), s = s(), ve(), s), P7 = { class: "report-summary" }, B7 = { class: "section voyage-section flex-space" }, F7 = {
|
|
7711
7711
|
class: "flex-end",
|
|
7712
7712
|
style: { width: "50%", "flex-wrap": "wrap" }
|
|
7713
|
-
},
|
|
7713
|
+
}, W7 = {
|
|
7714
7714
|
class: "flex-space label-block",
|
|
7715
7715
|
style: { width: "100%" }
|
|
7716
7716
|
}, L7 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("label", {
|
|
@@ -7794,7 +7794,7 @@ const E7 = {
|
|
|
7794
7794
|
], -1)), A9 = { class: "flex-space" }, w9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", null, [
|
|
7795
7795
|
/* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }),
|
|
7796
7796
|
/* @__PURE__ */ t("span", null, "-")
|
|
7797
|
-
], -1)), k9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "+", -1)), S9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "-", -1)), T9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "+", -1)), O9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "-", -1)), E9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "+", -1)), P9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "-", -1)),
|
|
7797
|
+
], -1)), k9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "+", -1)), S9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "-", -1)), T9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "+", -1)), O9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "-", -1)), E9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "+", -1)), P9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { style: { "vertical-align": "super" } }, "-", -1)), B9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "bb" }, null, -1)), F9 = { class: "phase-conclusion flex-space" }, W9 = { class: "item-conclusion" }, L9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "label flex-start" }, "Total Voyage Time", -1)), H9 = { class: "value flex-start" }, M9 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "unit" }, "hrs", -1)), G9 = {
|
|
7798
7798
|
key: 0,
|
|
7799
7799
|
class: "label flex-end"
|
|
7800
7800
|
}, I9 = { key: 0 }, R9 = { key: 1 }, N9 = { key: 2 }, U9 = {
|
|
@@ -7821,7 +7821,7 @@ const E7 = {
|
|
|
7821
7821
|
}, S6 = {
|
|
7822
7822
|
key: 2,
|
|
7823
7823
|
class: "value flex-end"
|
|
7824
|
-
}, T6 = { key: 0 }, O6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("i", { class: "iconfont gain" }, "", -1)), E6 = { class: "gain" }, P6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { class: "unit" }, "mt", -1)),
|
|
7824
|
+
}, T6 = { key: 0 }, O6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("i", { class: "iconfont gain" }, "", -1)), E6 = { class: "gain" }, P6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { class: "unit" }, "mt", -1)), B6 = { key: 1 }, F6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("i", { class: "iconfont lost" }, "", -1)), W6 = { class: "lost" }, L6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", { class: "unit" }, "mt", -1)), H6 = { key: 2 }, M6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "tips flex-end" }, " *Please see voyage analysis pages for the details. ", -1)), G6 = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "header-block flex-start" }, [
|
|
7825
7825
|
/* @__PURE__ */ t("i", { class: "iconfont" }, ""),
|
|
7826
7826
|
/* @__PURE__ */ t("div", { class: "title" }, "Remarks")
|
|
7827
7827
|
], -1)), I6 = {
|
|
@@ -7869,7 +7869,7 @@ const E7 = {
|
|
|
7869
7869
|
}, Ok = { class: "flex-center" }, Ek = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "speed-left flex-space" }, [
|
|
7870
7870
|
/* @__PURE__ */ t("label", null, "Good Weather Performance Speed"),
|
|
7871
7871
|
/* @__PURE__ */ t("label", null, "=")
|
|
7872
|
-
], -1)), Pk = { class: "speed-right flex-space" },
|
|
7872
|
+
], -1)), Pk = { class: "speed-right flex-space" }, Bk = /* @__PURE__ */ _(() => /* @__PURE__ */ t("span", null, "-", -1)), Fk = /* @__PURE__ */ _(() => /* @__PURE__ */ t("label", null, "=", -1)), Wk = { class: "speed" }, Lk = {
|
|
7873
7873
|
key: 1,
|
|
7874
7874
|
class: "speed"
|
|
7875
7875
|
}, Hk = {
|
|
@@ -7908,7 +7908,7 @@ const E7 = {
|
|
|
7908
7908
|
], -1)), kS = { class: "formula-right flex-evenly" }, SS = {
|
|
7909
7909
|
class: "fraction",
|
|
7910
7910
|
style: { width: "240px" }
|
|
7911
|
-
}, TS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), OS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Good Weather Performance Speed", -1)), ES = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(a)", -1)), PS = { class: "flex-center" },
|
|
7911
|
+
}, TS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), OS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Good Weather Performance Speed", -1)), ES = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(a)", -1)), PS = { class: "flex-center" }, BS = { class: "formula-left flex-space" }, FS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("label", null, "=", -1)), WS = { class: "formula-right flex-evenly" }, LS = {
|
|
7912
7912
|
class: "fraction",
|
|
7913
7913
|
style: { width: "240px" }
|
|
7914
7914
|
}, HS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), MS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(b)", -1)), GS = { class: "flex-center" }, IS = { class: "formula-left flex-space" }, RS = /* @__PURE__ */ _(() => /* @__PURE__ */ t("label", null, "=", -1)), NS = { class: "formula-right flex-evenly" }, US = {
|
|
@@ -7941,7 +7941,7 @@ const E7 = {
|
|
|
7941
7941
|
key: 1,
|
|
7942
7942
|
class: "flex-evenly",
|
|
7943
7943
|
style: { width: "500px" }
|
|
7944
|
-
},
|
|
7944
|
+
}, BT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Time Lost", -1)), FT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), WT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(c') - (a')", -1)), LT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), HT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "-", -1)), MT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), GT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("label", { style: { "font-weight": "400", "margin-right": "4px", color: "var(--idm-black-9)" } }, " Conclusion: ", -1)), IT = {
|
|
7945
7945
|
key: 1,
|
|
7946
7946
|
class: "formula-conclusion"
|
|
7947
7947
|
}, RT = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", {
|
|
@@ -8008,7 +8008,7 @@ const E7 = {
|
|
|
8008
8008
|
], -1)), EO = { class: "formula-right flex-evenly" }, PO = {
|
|
8009
8009
|
class: "fraction",
|
|
8010
8010
|
style: { width: "270px" }
|
|
8011
|
-
},
|
|
8011
|
+
}, BO = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "ECA Distance × Fuel Saving", -1)), FO = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), WO = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "formula-desc" }, [
|
|
8012
8012
|
/* @__PURE__ */ t("div", { class: "flex-end" }, [
|
|
8013
8013
|
/* @__PURE__ */ t("label", null, "Fuel Over-consumption"),
|
|
8014
8014
|
/* @__PURE__ */ t("div", null, " Entire Voyage Consumption using Good Weather Consumption > Max CP Consumption ")
|
|
@@ -8063,10 +8063,10 @@ const E7 = {
|
|
|
8063
8063
|
}, CE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Fuel Oil Over-consumption", -1)), gE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), DE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(d') - (e')", -1)), AE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), wE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "-", -1)), kE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), SE = {
|
|
8064
8064
|
key: 0,
|
|
8065
8065
|
class: "flex-evenly"
|
|
8066
|
-
}, TE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Fuel Oil Over-consumption in ECA", -1)), OE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), EE = { class: "fraction" }, PE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)),
|
|
8066
|
+
}, TE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Fuel Oil Over-consumption in ECA", -1)), OE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), EE = { class: "fraction" }, PE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), BE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), FE = {
|
|
8067
8067
|
class: "flex-evenly",
|
|
8068
8068
|
style: { width: "700px" }
|
|
8069
|
-
},
|
|
8069
|
+
}, WE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Fuel Oil Saving", -1)), LE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), HE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(f') - (d')", -1)), ME = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), GE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "-", -1)), IE = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), RE = {
|
|
8070
8070
|
key: 0,
|
|
8071
8071
|
class: "flex-evenly",
|
|
8072
8072
|
style: { width: "500px" }
|
|
@@ -8112,14 +8112,14 @@ const E7 = {
|
|
|
8112
8112
|
}, wP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), kP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "x", -1)), SP = {
|
|
8113
8113
|
class: "fraction",
|
|
8114
8114
|
style: { width: "240px" }
|
|
8115
|
-
}, TP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), OP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "24", -1)), EP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), PP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(f'')", -1)),
|
|
8115
|
+
}, TP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), OP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "24", -1)), EP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), PP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(f'')", -1)), BP = {
|
|
8116
8116
|
class: "formula-conclusion",
|
|
8117
8117
|
style: { "margin-bottom": "0" }
|
|
8118
|
-
},
|
|
8118
|
+
}, FP = {
|
|
8119
8119
|
key: 0,
|
|
8120
8120
|
class: "flex-evenly",
|
|
8121
8121
|
style: { width: "500px" }
|
|
8122
|
-
},
|
|
8122
|
+
}, WP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "Diesel/Gas Oil Over-consumption", -1)), LP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), HP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "(d'') - (e'')", -1)), MP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), GP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "-", -1)), IP = /* @__PURE__ */ _(() => /* @__PURE__ */ t("div", null, "=", -1)), RP = {
|
|
8123
8123
|
key: 1,
|
|
8124
8124
|
class: "flex-evenly",
|
|
8125
8125
|
style: { width: "700px" }
|
|
@@ -8128,12 +8128,12 @@ const E7 = {
|
|
|
8128
8128
|
class: "formula-conclusion"
|
|
8129
8129
|
};
|
|
8130
8130
|
function KP(s, a, o, u, i, l) {
|
|
8131
|
-
var O, P, m, D, S, v, E,
|
|
8131
|
+
var O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et;
|
|
8132
8132
|
const f = it("Lat"), r = it("Lng"), y = it("Editor");
|
|
8133
8133
|
return d(), c("div", P7, [
|
|
8134
|
-
t("div",
|
|
8135
|
-
t("div",
|
|
8136
|
-
t("div",
|
|
8134
|
+
t("div", B7, [
|
|
8135
|
+
t("div", F7, [
|
|
8136
|
+
t("div", W7, [
|
|
8137
8137
|
L7,
|
|
8138
8138
|
t("span", H7, e(o.report.preparedFor), 1)
|
|
8139
8139
|
]),
|
|
@@ -8149,7 +8149,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8149
8149
|
t("div", Y7, [
|
|
8150
8150
|
t("div", Z7, [
|
|
8151
8151
|
V7,
|
|
8152
|
-
(
|
|
8152
|
+
(B = (E = o.report) == null ? void 0 : E.departure) != null && B.portName ? (d(), c("span", z7, e((U = (G = o.report) == null ? void 0 : G.departure) == null ? void 0 : U.portName), 1)) : (d(), c("div", Q7, [
|
|
8153
8153
|
L(f, {
|
|
8154
8154
|
lat: (I = (Y = o.report) == null ? void 0 : Y.departure) == null ? void 0 : I.lat,
|
|
8155
8155
|
label: "",
|
|
@@ -8196,7 +8196,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8196
8196
|
t("div", c9, [
|
|
8197
8197
|
r9,
|
|
8198
8198
|
(d(!0), c(M, null, rt((g = o.report) == null ? void 0 : g.segments, (n, nt) => {
|
|
8199
|
-
var h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Ft, Wt,
|
|
8199
|
+
var h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b;
|
|
8200
8200
|
return d(), c("div", {
|
|
8201
8201
|
class: "segment-box flex-space",
|
|
8202
8202
|
key: "summary" + nt
|
|
@@ -8262,9 +8262,9 @@ function KP(s, a, o, u, i, l) {
|
|
|
8262
8262
|
])
|
|
8263
8263
|
])
|
|
8264
8264
|
]),
|
|
8265
|
-
|
|
8266
|
-
t("div",
|
|
8267
|
-
t("div",
|
|
8265
|
+
B9,
|
|
8266
|
+
t("div", F9, [
|
|
8267
|
+
t("div", W9, [
|
|
8268
8268
|
L9,
|
|
8269
8269
|
t("div", H9, [
|
|
8270
8270
|
t("div", null, e(n.allWx.time), 1),
|
|
@@ -8278,9 +8278,9 @@ function KP(s, a, o, u, i, l) {
|
|
|
8278
8278
|
V9,
|
|
8279
8279
|
t("span", z9, e((Pt = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Pt.timeGain), 1),
|
|
8280
8280
|
Q9
|
|
8281
|
-
])) : ((
|
|
8281
|
+
])) : ((Bt = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Bt.conclusionStatus) === "Lost" ? (d(), c("div", J9, [
|
|
8282
8282
|
K9,
|
|
8283
|
-
t("span", X9, e((
|
|
8283
|
+
t("span", X9, e((Ft = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Ft.timeLost), 1),
|
|
8284
8284
|
q9
|
|
8285
8285
|
])) : (d(), c("div", j9, "N/A"))
|
|
8286
8286
|
])) : x("", !0)
|
|
@@ -8292,7 +8292,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8292
8292
|
s6
|
|
8293
8293
|
]),
|
|
8294
8294
|
n.goodWx.distance ? (d(), c("div", o6, [
|
|
8295
|
-
((Lt = (
|
|
8295
|
+
((Lt = (Wt = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Wt.fo) == null ? void 0 : Lt.conclusionStatus) === "Saving" ? (d(), c("div", i6, " FO Saving ")) : ((Nt = (Ht = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Ht.fo) == null ? void 0 : Nt.conclusionStatus) === "Over" ? (d(), c("div", l6, " FO Over-consumption ")) : (d(), c("div", a6, "No FO Over-consumption/Saving"))
|
|
8296
8296
|
])) : (d(), c("div", n6, e(i.noGoodWxDay), 1)),
|
|
8297
8297
|
n.goodWx.distance ? (d(), c("div", d6, [
|
|
8298
8298
|
((kt = (Ut = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Ut.fo) == null ? void 0 : kt.conclusionStatus) === "Saving" ? (d(), c("div", c6, [
|
|
@@ -8320,9 +8320,9 @@ function KP(s, a, o, u, i, l) {
|
|
|
8320
8320
|
O6,
|
|
8321
8321
|
t("span", E6, e((qt = (Xt = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Xt.dgo) == null ? void 0 : qt.saving), 1),
|
|
8322
8322
|
P6
|
|
8323
|
-
])) : (($t = (jt = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : jt.dgo) == null ? void 0 : $t.conclusionStatus) === "Over" ? (d(), c("div",
|
|
8324
|
-
|
|
8325
|
-
t("span",
|
|
8323
|
+
])) : (($t = (jt = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : jt.dgo) == null ? void 0 : $t.conclusionStatus) === "Over" ? (d(), c("div", B6, [
|
|
8324
|
+
F6,
|
|
8325
|
+
t("span", W6, e((b = (te = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : te.dgo) == null ? void 0 : b.overCons), 1),
|
|
8326
8326
|
L6
|
|
8327
8327
|
])) : (d(), c("div", H6, "N/A"))
|
|
8328
8328
|
])) : x("", !0)
|
|
@@ -8377,21 +8377,21 @@ function KP(s, a, o, u, i, l) {
|
|
|
8377
8377
|
t("div", z6, [
|
|
8378
8378
|
Q6,
|
|
8379
8379
|
(d(!0), c(M, null, rt(o.report.segments, (n, nt) => {
|
|
8380
|
-
var h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Ft, Wt,
|
|
8380
|
+
var h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze, je, Ss, Os, Es, Ps, Bs, J, ue, Ve, ze, $e, ts, es, ss, os, is, ls, as, ns, ds, cs, rs, us, hs, vs, _s, ps, fs, ms, ys, bs, xs, Cs, gs, Ds, Fs, Ws, Ls, Hs, Ms, Gs, Is, Rs, Ns, Us, Ys, Zs, Vs, zs, Qs, Js, Ks, Xs, qs, js, $s, to, oo, io, lo, ao, no, co, ro, uo, ho, vo, _o, po, fo, mo, yo, bo, xo, Co, go, Do, Ao, wo, ko, So, To, Oo, Je, Bo, Ho, Mo, Go, Io, Ro, No, Uo, Yo, Zo, Vo, zo, Qo, Jo, Ko, Xo, qo, jo, $o, ti, ei, si, oi, ii, li, ai, ni, di, ci, ri, ui, hi, vi, _i, pi, fi, mi, yi, bi, xi, Ci, gi, Di, Ai, wi, ki, Si, Ti, Oi, Ei, Pi, Bi, Fi, Wi, Li, Hi, Mi, Gi, Ii, Ri, Ni, Ui, Yi, Zi, Vi, zi, Qi, Ji, Ki, Xi, qi, ji, $i, tl, el, sl, ol, il, ll, al, vt, As, nl, dl, cl, _t, ws, rl, ul, hl, Ce, bl, xl, Cl, gl, Ke, Sl, Tl, Ol, El, Pl, Bl, Fl, Wl, Ll, Hl, Ml, Gl, Il, Rl, Nl, Ul, Yl, Zl, Vl, zl, Ql, Jl, Kl, Xl, ql, jl, $l, ta, ea, sa, oa, ia, la, aa, na, da, ca, ra, ua, ha, va, _a, pa, fa, ma, ya, ba, xa, Ca, ga, Da, Aa, wa, ka, Sa, Ta, Oa;
|
|
8381
8381
|
return d(), c("div", {
|
|
8382
8382
|
key: nt,
|
|
8383
8383
|
class: "segment-block"
|
|
8384
8384
|
}, [
|
|
8385
8385
|
t("div", J6, "Voyage Analysis Seg. " + e(nt + 1), 1),
|
|
8386
8386
|
(d(!0), c(M, null, rt((h = n == null ? void 0 : n.extend) == null ? void 0 : h.segTimes, (ne, Ka) => {
|
|
8387
|
-
var Ea, Pa, Fa, Wa,
|
|
8387
|
+
var Ea, Pa, Ba, Fa, Wa, La, Ha, Ma, Ga, Ia;
|
|
8388
8388
|
return d(), c("div", {
|
|
8389
8389
|
class: "segment-row flex-space",
|
|
8390
8390
|
key: Ka
|
|
8391
8391
|
}, [
|
|
8392
8392
|
t("div", K6, [
|
|
8393
|
-
(Ea = ne == null ? void 0 : ne.departure) != null && Ea.portName ? (d(), c("span", X6, e((Pa = ne == null ? void 0 : ne.departure) == null ? void 0 : Pa.portName), 1)) : (d(), c("span", q6, e(l.computeLat((
|
|
8394
|
-
t("label", null, "(" + e(l.computeUTCTime((
|
|
8393
|
+
(Ea = ne == null ? void 0 : ne.departure) != null && Ea.portName ? (d(), c("span", X6, e((Pa = ne == null ? void 0 : ne.departure) == null ? void 0 : Pa.portName), 1)) : (d(), c("span", q6, e(l.computeLat((Ba = ne == null ? void 0 : ne.departure) == null ? void 0 : Ba.lat).pretty) + ", " + e(l.computeLng((Fa = ne == null ? void 0 : ne.departure) == null ? void 0 : Fa.lng).pretty), 1)),
|
|
8394
|
+
t("label", null, "(" + e(l.computeUTCTime((Wa = ne == null ? void 0 : ne.departure) == null ? void 0 : Wa.utcTime)) + ")", 1)
|
|
8395
8395
|
]),
|
|
8396
8396
|
j6,
|
|
8397
8397
|
t("div", $6, [
|
|
@@ -8417,11 +8417,11 @@ function KP(s, a, o, u, i, l) {
|
|
|
8417
8417
|
t("td", rk, e((Dt = (gt = n == null ? void 0 : n.goodWx) == null ? void 0 : gt.outEca) == null ? void 0 : Dt.time), 1),
|
|
8418
8418
|
t("td", uk, e((At = (mt = n == null ? void 0 : n.goodWx) == null ? void 0 : mt.inEca) == null ? void 0 : At.time), 1),
|
|
8419
8419
|
t("td", null, e((Pt = (Et = n == null ? void 0 : n.allWx) == null ? void 0 : Et.outEca) == null ? void 0 : Pt.time), 1),
|
|
8420
|
-
t("td", null, e((
|
|
8420
|
+
t("td", null, e((Ft = (Bt = n == null ? void 0 : n.allWx) == null ? void 0 : Bt.inEca) == null ? void 0 : Ft.time), 1)
|
|
8421
8421
|
]),
|
|
8422
8422
|
t("tr", null, [
|
|
8423
8423
|
hk,
|
|
8424
|
-
t("td", vk, e(((Lt = (
|
|
8424
|
+
t("td", vk, e(((Lt = (Wt = n == null ? void 0 : n.goodWx) == null ? void 0 : Wt.outEca) == null ? void 0 : Lt.avgSpd) || "--"), 1),
|
|
8425
8425
|
t("td", _k, e(((Nt = (Ht = n == null ? void 0 : n.goodWx) == null ? void 0 : Ht.inEca) == null ? void 0 : Nt.avgSpd) || "--"), 1),
|
|
8426
8426
|
t("td", null, e(((kt = (Ut = n == null ? void 0 : n.allWx) == null ? void 0 : Ut.outEca) == null ? void 0 : kt.avgSpd) || "--"), 1),
|
|
8427
8427
|
t("td", null, e(((wt = (R = n == null ? void 0 : n.allWx) == null ? void 0 : R.inEca) == null ? void 0 : wt.avgSpd) || "--"), 1)
|
|
@@ -8461,12 +8461,12 @@ function KP(s, a, o, u, i, l) {
|
|
|
8461
8461
|
t("div", Ok, [
|
|
8462
8462
|
Ek,
|
|
8463
8463
|
t("div", Pk, [
|
|
8464
|
-
(
|
|
8465
|
-
t("span", null, e((
|
|
8466
|
-
|
|
8464
|
+
(Be = (Pe = o.report) == null ? void 0 : Pe.weather) != null && Be.favorableCur && ((Fe = n == null ? void 0 : n.goodWx) == null ? void 0 : Fe.avgCf) > 0 ? (d(), c("span", Lk, e((Ie = n == null ? void 0 : n.goodWx) == null ? void 0 : Ie.pfmSpd) + " (kts)", 1)) : (d(), c(M, { key: 0 }, [
|
|
8465
|
+
t("span", null, e((We = n == null ? void 0 : n.goodWx) == null ? void 0 : We.avgSpd), 1),
|
|
8466
|
+
Bk,
|
|
8467
8467
|
t("span", null, e(((Le = n == null ? void 0 : n.goodWx) == null ? void 0 : Le.avgCf) > 0 ? (He = n == null ? void 0 : n.goodWx) == null ? void 0 : He.avgCf : `(${(Me = n == null ? void 0 : n.goodWx) == null ? void 0 : Me.avgCf})`), 1),
|
|
8468
|
-
|
|
8469
|
-
t("span",
|
|
8468
|
+
Fk,
|
|
8469
|
+
t("span", Wk, e((Ge = n == null ? void 0 : n.goodWx) == null ? void 0 : Ge.pfmSpd) + " (kts)", 1)
|
|
8470
8470
|
], 64)),
|
|
8471
8471
|
((Re = n == null ? void 0 : n.goodWx) == null ? void 0 : Re.pfmStatus) === "Under" ? (d(), c("span", Hk, "(Under-performance)")) : x("", !0),
|
|
8472
8472
|
((Ne = n == null ? void 0 : n.goodWx) == null ? void 0 : Ne.pfmStatus) === "Over" ? (d(), c("span", Mk, "(Over-performance)")) : x("", !0)
|
|
@@ -8498,7 +8498,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8498
8498
|
], 64)) : (d(), c(M, { key: 0 }, [
|
|
8499
8499
|
t("span", null, e((Es = n == null ? void 0 : n.allWx) == null ? void 0 : Es.avgSpd), 1),
|
|
8500
8500
|
Xk,
|
|
8501
|
-
t("span", null, e(((Ps = n == null ? void 0 : n.allWx) == null ? void 0 : Ps.avgCf) > 0 ? (
|
|
8501
|
+
t("span", null, e(((Ps = n == null ? void 0 : n.allWx) == null ? void 0 : Ps.avgCf) > 0 ? (Bs = n == null ? void 0 : n.allWx) == null ? void 0 : Bs.avgCf : `(${(J = n == null ? void 0 : n.allWx) == null ? void 0 : J.avgCf})`), 1),
|
|
8502
8502
|
qk,
|
|
8503
8503
|
t("span", null, e(((ue = n == null ? void 0 : n.allWx) == null ? void 0 : ue.avgWf) > 0 ? (Ve = n == null ? void 0 : n.allWx) == null ? void 0 : Ve.avgWf : `(${(ze = n == null ? void 0 : n.allWx) == null ? void 0 : ze.avgWf})`), 1),
|
|
8504
8504
|
jk,
|
|
@@ -8548,11 +8548,11 @@ function KP(s, a, o, u, i, l) {
|
|
|
8548
8548
|
])
|
|
8549
8549
|
]),
|
|
8550
8550
|
t("div", PS, [
|
|
8551
|
-
t("div",
|
|
8551
|
+
t("div", BS, [
|
|
8552
8552
|
t("label", null, "Total Time at (CP Speed - " + e(l.computeAbtSpeed(n == null ? void 0 : n.timeConclusion, (ps = (_s = n == null ? void 0 : n.extend) == null ? void 0 : _s.cp) == null ? void 0 : ps.speed, "Under")) + "kts)", 1),
|
|
8553
|
-
|
|
8553
|
+
FS
|
|
8554
8554
|
]),
|
|
8555
|
-
t("div",
|
|
8555
|
+
t("div", WS, [
|
|
8556
8556
|
t("div", LS, [
|
|
8557
8557
|
t("div", null, e((ms = (fs = o.report) == null ? void 0 : fs.weather) != null && ms.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
8558
8558
|
HS,
|
|
@@ -8570,7 +8570,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8570
8570
|
t("div", US, [
|
|
8571
8571
|
t("div", null, e((Ds = (gs = o.report) == null ? void 0 : gs.weather) != null && Ds.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
8572
8572
|
YS,
|
|
8573
|
-
t("div", null, "CP Speed + " + e(l.computeAbtSpeed(n == null ? void 0 : n.timeConclusion, (
|
|
8573
|
+
t("div", null, "CP Speed + " + e(l.computeAbtSpeed(n == null ? void 0 : n.timeConclusion, (Ws = (Fs = n == null ? void 0 : n.extend) == null ? void 0 : Fs.cp) == null ? void 0 : Ws.speed, "Over")) + "kts", 1)
|
|
8574
8574
|
]),
|
|
8575
8575
|
ZS
|
|
8576
8576
|
])
|
|
@@ -8649,9 +8649,9 @@ function KP(s, a, o, u, i, l) {
|
|
|
8649
8649
|
ET,
|
|
8650
8650
|
t("div", null, e((yo = n == null ? void 0 : n.timeConclusion) == null ? void 0 : yo.timeLost) + " (hrs)", 1)
|
|
8651
8651
|
])) : ((bo = n == null ? void 0 : n.timeConclusion) == null ? void 0 : bo.conclusionStatus) === "Gain" ? (d(), c("div", PT, [
|
|
8652
|
+
BT,
|
|
8652
8653
|
FT,
|
|
8653
8654
|
WT,
|
|
8654
|
-
BT,
|
|
8655
8655
|
LT,
|
|
8656
8656
|
t("div", null, e((xo = n == null ? void 0 : n.timeConclusion) == null ? void 0 : xo.timeAtPlusAbtSpd), 1),
|
|
8657
8657
|
HT,
|
|
@@ -8693,7 +8693,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8693
8693
|
]),
|
|
8694
8694
|
t("div", sO, [
|
|
8695
8695
|
oO,
|
|
8696
|
-
((
|
|
8696
|
+
((Bo = (Je = n.extend) == null ? void 0 : Je.cp) == null ? void 0 : Bo.dgo) > 0 ? (d(), c("div", iO, "* For DO/GO: Good Weather DO/GO Cons. - Good Weather M/E DO/GO Cons. in ECA")) : x("", !0)
|
|
8697
8697
|
]),
|
|
8698
8698
|
t("div", lO, [
|
|
8699
8699
|
aO,
|
|
@@ -8737,15 +8737,15 @@ function KP(s, a, o, u, i, l) {
|
|
|
8737
8737
|
OO,
|
|
8738
8738
|
t("div", EO, [
|
|
8739
8739
|
t("div", PO, [
|
|
8740
|
+
BO,
|
|
8740
8741
|
FO,
|
|
8741
|
-
WO,
|
|
8742
8742
|
t("div", null, e((Ko = (Jo = o.report) == null ? void 0 : Jo.weather) != null && Ko.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1)
|
|
8743
8743
|
])
|
|
8744
8744
|
])
|
|
8745
8745
|
])
|
|
8746
8746
|
], 64)) : x("", !0)
|
|
8747
8747
|
]),
|
|
8748
|
-
|
|
8748
|
+
WO,
|
|
8749
8749
|
t("div", LO, [
|
|
8750
8750
|
HO,
|
|
8751
8751
|
t("div", MO, "Seg. " + e(nt + 1) + " Fuel Oil", 1)
|
|
@@ -8823,9 +8823,9 @@ function KP(s, a, o, u, i, l) {
|
|
|
8823
8823
|
AE,
|
|
8824
8824
|
t("div", null, e((Pi = (Ei = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Ei.fo) == null ? void 0 : Pi.entireCons), 1),
|
|
8825
8825
|
wE,
|
|
8826
|
-
t("div", null, e((
|
|
8826
|
+
t("div", null, e((Fi = (Bi = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Bi.fo) == null ? void 0 : Fi.maxCons), 1),
|
|
8827
8827
|
kE,
|
|
8828
|
-
t("div", null, e((Li = (
|
|
8828
|
+
t("div", null, e((Li = (Wi = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Wi.fo) == null ? void 0 : Li.overCons), 1)
|
|
8829
8829
|
]),
|
|
8830
8830
|
(Mi = (Hi = n == null ? void 0 : n.goodWx) == null ? void 0 : Hi.inEca) != null && Mi.distance ? (d(), c("div", SE, [
|
|
8831
8831
|
TE,
|
|
@@ -8835,12 +8835,12 @@ function KP(s, a, o, u, i, l) {
|
|
|
8835
8835
|
PE,
|
|
8836
8836
|
t("div", null, e((Yi = (Ui = o.report) == null ? void 0 : Ui.weather) != null && Yi.noExtrapolation ? (Zi = n == null ? void 0 : n.goodWx) == null ? void 0 : Zi.distance : (Vi = n == null ? void 0 : n.allWx) == null ? void 0 : Vi.distance), 1)
|
|
8837
8837
|
]),
|
|
8838
|
-
|
|
8838
|
+
BE,
|
|
8839
8839
|
t("div", null, e((Qi = (zi = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : zi.fo) == null ? void 0 : Qi.foOverConsInEca) + " (mt)", 1)
|
|
8840
8840
|
])) : x("", !0)
|
|
8841
8841
|
], 64)) : ((Ki = (Ji = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Ji.fo) == null ? void 0 : Ki.conclusionStatus) === "Saving" ? (d(), c(M, { key: 1 }, [
|
|
8842
|
-
t("div",
|
|
8843
|
-
|
|
8842
|
+
t("div", FE, [
|
|
8843
|
+
WE,
|
|
8844
8844
|
LE,
|
|
8845
8845
|
HE,
|
|
8846
8846
|
ME,
|
|
@@ -8880,7 +8880,7 @@ function KP(s, a, o, u, i, l) {
|
|
|
8880
8880
|
$E,
|
|
8881
8881
|
t("div", tP, [
|
|
8882
8882
|
t("div", eP, [
|
|
8883
|
-
t("div", null, e((
|
|
8883
|
+
t("div", null, e((Bl = (Pl = o.report) == null ? void 0 : Pl.weather) != null && Bl.noExtrapolation ? (Fl = n == null ? void 0 : n.goodWx) == null ? void 0 : Fl.distance : (Wl = n == null ? void 0 : n.allWx) == null ? void 0 : Wl.distance), 1),
|
|
8884
8884
|
sP,
|
|
8885
8885
|
t("div", null, e((Ll = n == null ? void 0 : n.goodWx) == null ? void 0 : Ll.pfmSpd), 1)
|
|
8886
8886
|
]),
|
|
@@ -8939,9 +8939,9 @@ function KP(s, a, o, u, i, l) {
|
|
|
8939
8939
|
PP
|
|
8940
8940
|
])
|
|
8941
8941
|
]),
|
|
8942
|
-
t("div",
|
|
8943
|
-
((ca = (da = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : da.dgo) == null ? void 0 : ca.conclusionStatus) === "Over" ? (d(), c("div",
|
|
8944
|
-
|
|
8942
|
+
t("div", BP, [
|
|
8943
|
+
((ca = (da = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : da.dgo) == null ? void 0 : ca.conclusionStatus) === "Over" ? (d(), c("div", FP, [
|
|
8944
|
+
WP,
|
|
8945
8945
|
LP,
|
|
8946
8946
|
HP,
|
|
8947
8947
|
MP,
|
|
@@ -9050,10 +9050,10 @@ const qP = {
|
|
|
9050
9050
|
this.showCF = ((a = (s = this.report) == null ? void 0 : s.weather) == null ? void 0 : a.showCF) ?? !1, this.showAisDistance = ((u = (o = this.report) == null ? void 0 : o.weather) == null ? void 0 : u.showAisDistance) ?? !0, this.showSig = ((l = (i = this.report) == null ? void 0 : i.weather) == null ? void 0 : l.showSig) ?? !0, this.showSwell = ((r = (f = this.report) == null ? void 0 : f.weather) == null ? void 0 : r.showSwell) ?? !0, this.showWave = ((O = (y = this.report) == null ? void 0 : y.weather) == null ? void 0 : O.showWave) ?? !0;
|
|
9051
9051
|
}
|
|
9052
9052
|
}
|
|
9053
|
-
}, Ot = (s) => (he("data-v-
|
|
9053
|
+
}, Ot = (s) => (he("data-v-8ad5d1b0"), s = s(), ve(), s), jP = { class: "report-inventory" }, $P = { class: "section summary-section" }, tB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("div", { class: "header-block flex-center" }, [
|
|
9054
9054
|
/* @__PURE__ */ t("i", { class: "iconfont" }, ""),
|
|
9055
9055
|
/* @__PURE__ */ t("div", { class: "title" }, "Speed and Weather Analysis")
|
|
9056
|
-
], -1)),
|
|
9056
|
+
], -1)), eB = { class: "summary-block" }, sB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("thead", null, [
|
|
9057
9057
|
/* @__PURE__ */ t("tr", null, [
|
|
9058
9058
|
/* @__PURE__ */ t("th", {
|
|
9059
9059
|
class: "label",
|
|
@@ -9093,157 +9093,157 @@ const qP = {
|
|
|
9093
9093
|
/* @__PURE__ */ t("th", { class: "label" }, "FO"),
|
|
9094
9094
|
/* @__PURE__ */ t("th", { class: "label" }, "DO/GO")
|
|
9095
9095
|
])
|
|
9096
|
-
], -1)),
|
|
9096
|
+
], -1)), oB = {
|
|
9097
9097
|
class: "label",
|
|
9098
9098
|
rowspan: "4"
|
|
9099
|
-
},
|
|
9099
|
+
}, iB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("td", { class: "label" }, "Entire Period", -1)), lB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("td", { class: "label" }, "Good Weather Period", -1)), aB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("td", { class: "label" }, "Adverse Weather Period", -1)), nB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("td", { class: "label" }, "Excluded Period", -1)), dB = { class: "section inventory-section" }, cB = /* @__PURE__ */ ut('<div class="legends flex-space" data-v-8ad5d1b0><div class="flex-start" style="flex:1.2;" data-v-8ad5d1b0><div class="legend good-wx" data-v-8ad5d1b0></div><div class="label flex-end" data-v-8ad5d1b0>Charter Party Defined Good Weather Days</div></div><div class="flex-start" style="flex:1.2;" data-v-8ad5d1b0><div class="legend adverse-wx" data-v-8ad5d1b0></div><div class="label" data-v-8ad5d1b0>Charter Party Defined Adverse Weather Days</div></div><div class="flex-start" style="flex:1;" data-v-8ad5d1b0><div class="legend excluded" data-v-8ad5d1b0></div><div class="label" data-v-8ad5d1b0>Excluded Periods From Analysis</div></div><div class="report flex-space" style="flex:1.6;" data-v-8ad5d1b0><div data-v-8ad5d1b0><label data-v-8ad5d1b0>B</label><span data-v-8ad5d1b0>BOSP</span></div><div data-v-8ad5d1b0><label data-v-8ad5d1b0>N</label><span data-v-8ad5d1b0>NOON</span></div><div data-v-8ad5d1b0><label data-v-8ad5d1b0>E</label><span data-v-8ad5d1b0>EOSP</span></div><div data-v-8ad5d1b0><label data-v-8ad5d1b0>*</label><span data-v-8ad5d1b0>Ship Reported Position</span></div></div></div>', 1), rB = { class: "inventory-block flex-center" }, uB = { style: { "font-size": "12px" } }, hB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9100
9100
|
class: "label",
|
|
9101
9101
|
rowspan: "3"
|
|
9102
|
-
}, "Seg", -1)),
|
|
9102
|
+
}, "Seg", -1)), vB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9103
9103
|
class: "label",
|
|
9104
9104
|
rowspan: "3"
|
|
9105
|
-
}, "Date", -1)),
|
|
9105
|
+
}, "Date", -1)), _B = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9106
9106
|
class: "label",
|
|
9107
9107
|
colspan: "2"
|
|
9108
|
-
}, "Position", -1)),
|
|
9108
|
+
}, "Position", -1)), pB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9109
9109
|
class: "label",
|
|
9110
9110
|
colspan: "3"
|
|
9111
|
-
}, "CP", -1)),
|
|
9111
|
+
}, "CP", -1)), fB = ["colspan"], mB = {
|
|
9112
9112
|
key: 0,
|
|
9113
9113
|
class: "label",
|
|
9114
9114
|
colspan: "2"
|
|
9115
|
-
},
|
|
9115
|
+
}, yB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9116
9116
|
class: "label",
|
|
9117
9117
|
colspan: "12"
|
|
9118
|
-
}, "Vessel Reported", -1)),
|
|
9118
|
+
}, "Vessel Reported", -1)), bB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9119
9119
|
class: "label",
|
|
9120
9120
|
rowspan: "3"
|
|
9121
|
-
}, "In ECA", -1)),
|
|
9121
|
+
}, "In ECA", -1)), xB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9122
9122
|
class: "label",
|
|
9123
9123
|
rowspan: "2"
|
|
9124
|
-
}, "Lat", -1)),
|
|
9124
|
+
}, "Lat", -1)), CB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9125
9125
|
class: "label",
|
|
9126
9126
|
rowspan: "2"
|
|
9127
|
-
}, "Lon", -1)),
|
|
9127
|
+
}, "Lon", -1)), gB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9128
9128
|
class: "label",
|
|
9129
9129
|
rowspan: "2"
|
|
9130
9130
|
}, [
|
|
9131
9131
|
/* @__PURE__ */ C("Spd "),
|
|
9132
9132
|
/* @__PURE__ */ t("br"),
|
|
9133
9133
|
/* @__PURE__ */ C("(kts)")
|
|
9134
|
-
], -1)),
|
|
9134
|
+
], -1)), DB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9135
9135
|
class: "label",
|
|
9136
9136
|
colspan: "2"
|
|
9137
|
-
}, "Daily Cons.(mt)", -1)),
|
|
9137
|
+
}, "Daily Cons.(mt)", -1)), AB = {
|
|
9138
9138
|
key: 0,
|
|
9139
9139
|
class: "label",
|
|
9140
9140
|
rowspan: "2"
|
|
9141
|
-
},
|
|
9141
|
+
}, wB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("br", null, null, -1)), kB = {
|
|
9142
9142
|
key: 1,
|
|
9143
9143
|
class: "label",
|
|
9144
9144
|
rowspan: "2"
|
|
9145
|
-
},
|
|
9145
|
+
}, SB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("br", null, null, -1)), TB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9146
9146
|
class: "label",
|
|
9147
9147
|
colspan: "2"
|
|
9148
|
-
}, "Wind", -1)),
|
|
9148
|
+
}, "Wind", -1)), OB = {
|
|
9149
9149
|
key: 2,
|
|
9150
9150
|
class: "label",
|
|
9151
9151
|
rowspan: "2"
|
|
9152
|
-
},
|
|
9152
|
+
}, EB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("br", null, null, -1)), PB = {
|
|
9153
9153
|
key: 3,
|
|
9154
9154
|
class: "label",
|
|
9155
9155
|
colspan: "2"
|
|
9156
|
-
},
|
|
9156
|
+
}, BB = {
|
|
9157
9157
|
key: 4,
|
|
9158
9158
|
class: "label",
|
|
9159
9159
|
rowspan: "2"
|
|
9160
|
-
},
|
|
9160
|
+
}, FB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("br", null, null, -1)), WB = {
|
|
9161
9161
|
key: 5,
|
|
9162
9162
|
class: "label",
|
|
9163
9163
|
colspan: "2"
|
|
9164
|
-
},
|
|
9164
|
+
}, LB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9165
9165
|
class: "label",
|
|
9166
9166
|
rowspan: "2"
|
|
9167
9167
|
}, [
|
|
9168
9168
|
/* @__PURE__ */ C("Avg. CF"),
|
|
9169
9169
|
/* @__PURE__ */ t("br"),
|
|
9170
9170
|
/* @__PURE__ */ C("(kts)")
|
|
9171
|
-
], -1)),
|
|
9171
|
+
], -1)), HB = {
|
|
9172
9172
|
key: 6,
|
|
9173
9173
|
class: "label",
|
|
9174
9174
|
rowspan: "2"
|
|
9175
|
-
},
|
|
9175
|
+
}, MB = {
|
|
9176
9176
|
key: 7,
|
|
9177
9177
|
class: "label",
|
|
9178
9178
|
rowspan: "2"
|
|
9179
|
-
},
|
|
9179
|
+
}, GB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9180
9180
|
class: "label",
|
|
9181
9181
|
rowspan: "2"
|
|
9182
9182
|
}, [
|
|
9183
9183
|
/* @__PURE__ */ C("Spd"),
|
|
9184
9184
|
/* @__PURE__ */ t("br"),
|
|
9185
9185
|
/* @__PURE__ */ C("(kts)")
|
|
9186
|
-
], -1)),
|
|
9186
|
+
], -1)), IB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9187
9187
|
class: "label",
|
|
9188
9188
|
rowspan: "2"
|
|
9189
9189
|
}, [
|
|
9190
9190
|
/* @__PURE__ */ C("Time"),
|
|
9191
9191
|
/* @__PURE__ */ t("br"),
|
|
9192
9192
|
/* @__PURE__ */ C("(h)")
|
|
9193
|
-
], -1)),
|
|
9193
|
+
], -1)), RB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9194
9194
|
class: "label",
|
|
9195
9195
|
rowspan: "2"
|
|
9196
9196
|
}, [
|
|
9197
9197
|
/* @__PURE__ */ C("Dis"),
|
|
9198
9198
|
/* @__PURE__ */ t("br"),
|
|
9199
9199
|
/* @__PURE__ */ C("(nm)")
|
|
9200
|
-
], -1)),
|
|
9200
|
+
], -1)), NB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9201
9201
|
class: "label",
|
|
9202
9202
|
colspan: "2"
|
|
9203
|
-
}, "Engine", -1)),
|
|
9203
|
+
}, "Engine", -1)), UB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9204
9204
|
class: "label",
|
|
9205
9205
|
colspan: "2"
|
|
9206
|
-
}, "BROB(mt)", -1)),
|
|
9206
|
+
}, "BROB(mt)", -1)), YB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9207
9207
|
class: "label",
|
|
9208
9208
|
colspan: "2"
|
|
9209
|
-
}, "DailyCons(mt)", -1)),
|
|
9209
|
+
}, "DailyCons(mt)", -1)), ZB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9210
9210
|
class: "label",
|
|
9211
9211
|
colspan: "2"
|
|
9212
|
-
}, "Wind", -1)),
|
|
9212
|
+
}, "Wind", -1)), VB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", {
|
|
9213
9213
|
class: "label",
|
|
9214
9214
|
rowspan: "2"
|
|
9215
9215
|
}, [
|
|
9216
9216
|
/* @__PURE__ */ C("Sea HT"),
|
|
9217
9217
|
/* @__PURE__ */ t("br"),
|
|
9218
9218
|
/* @__PURE__ */ C("(m)")
|
|
9219
|
-
], -1)),
|
|
9219
|
+
], -1)), zB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "FO", -1)), QB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "DO/GO", -1)), JB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "Dir", -1)), KB = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "BF", -1)), XB = {
|
|
9220
9220
|
key: 0,
|
|
9221
9221
|
class: "label"
|
|
9222
|
-
},
|
|
9222
|
+
}, qB = {
|
|
9223
9223
|
key: 1,
|
|
9224
9224
|
class: "label"
|
|
9225
|
-
},
|
|
9225
|
+
}, jB = {
|
|
9226
9226
|
key: 2,
|
|
9227
9227
|
class: "label"
|
|
9228
|
-
}, $
|
|
9228
|
+
}, $B = {
|
|
9229
9229
|
key: 3,
|
|
9230
9230
|
class: "label"
|
|
9231
|
-
},
|
|
9232
|
-
function
|
|
9231
|
+
}, tF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "RPM", -1)), eF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "Slip%", -1)), sF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "FO", -1)), oF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "DO/GO", -1)), iF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "FO", -1)), lF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "DO/GO", -1)), aF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "Dir", -1)), nF = /* @__PURE__ */ Ot(() => /* @__PURE__ */ t("th", { class: "label" }, "BF", -1)), dF = { class: "summary-tbody" };
|
|
9232
|
+
function cF(s, a, o, u, i, l) {
|
|
9233
9233
|
var f;
|
|
9234
9234
|
return d(), c("div", jP, [
|
|
9235
9235
|
t("div", $P, [
|
|
9236
|
-
|
|
9237
|
-
t("div",
|
|
9236
|
+
tB,
|
|
9237
|
+
t("div", eB, [
|
|
9238
9238
|
t("table", null, [
|
|
9239
|
-
|
|
9239
|
+
sB,
|
|
9240
9240
|
t("tbody", null, [
|
|
9241
9241
|
(d(!0), c(M, null, rt((f = o.report) == null ? void 0 : f.segments, (r, y) => {
|
|
9242
|
-
var O, P, m, D, S, v, E,
|
|
9242
|
+
var O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j;
|
|
9243
9243
|
return d(), c(M, { key: y }, [
|
|
9244
9244
|
t("tr", null, [
|
|
9245
|
-
t("td",
|
|
9246
|
-
|
|
9245
|
+
t("td", oB, e(y + 1), 1),
|
|
9246
|
+
iB,
|
|
9247
9247
|
t("td", null, e(l.computePrecision((O = r == null ? void 0 : r.allWx) == null ? void 0 : O.distance, 1, "0.0")), 1),
|
|
9248
9248
|
t("td", null, e(l.computePrecision((P = r == null ? void 0 : r.allWx) == null ? void 0 : P.time, 1, "0.0")), 1),
|
|
9249
9249
|
t("td", null, e(l.computePrecision((m = r == null ? void 0 : r.allWx) == null ? void 0 : m.avgSpd, 2, "0.0")), 1),
|
|
@@ -9251,15 +9251,15 @@ function cW(s, a, o, u, i, l) {
|
|
|
9251
9251
|
t("td", null, e(l.computePrecision((S = r == null ? void 0 : r.allWx) == null ? void 0 : S.sumDgoCons, 3, "0.000")), 1)
|
|
9252
9252
|
]),
|
|
9253
9253
|
t("tr", null, [
|
|
9254
|
-
|
|
9254
|
+
lB,
|
|
9255
9255
|
t("td", null, e(l.computePrecision((v = r == null ? void 0 : r.goodWx) == null ? void 0 : v.distance, 1, "0.0")), 1),
|
|
9256
9256
|
t("td", null, e(l.computePrecision((E = r == null ? void 0 : r.goodWx) == null ? void 0 : E.time, 1, "0.0")), 1),
|
|
9257
|
-
t("td", null, e(l.computePrecision((
|
|
9257
|
+
t("td", null, e(l.computePrecision((B = r == null ? void 0 : r.goodWx) == null ? void 0 : B.avgSpd, 2, "0.0")), 1),
|
|
9258
9258
|
t("td", null, e(l.computePrecision((G = r == null ? void 0 : r.goodWx) == null ? void 0 : G.sumFoCons, 3, "0.000")), 1),
|
|
9259
9259
|
t("td", null, e(l.computePrecision((U = r == null ? void 0 : r.goodWx) == null ? void 0 : U.sumDgoCons, 3, "0.000")), 1)
|
|
9260
9260
|
]),
|
|
9261
9261
|
t("tr", null, [
|
|
9262
|
-
|
|
9262
|
+
aB,
|
|
9263
9263
|
t("td", null, e(l.computePrecision((Y = r == null ? void 0 : r.badWx) == null ? void 0 : Y.distance, 1, "0.0")), 1),
|
|
9264
9264
|
t("td", null, e(l.computePrecision((I = r == null ? void 0 : r.badWx) == null ? void 0 : I.time, 1, "0.0")), 1),
|
|
9265
9265
|
t("td", null, e(l.computePrecision((T = r == null ? void 0 : r.badWx) == null ? void 0 : T.avgSpd, 2, "0.0")), 1),
|
|
@@ -9267,7 +9267,7 @@ function cW(s, a, o, u, i, l) {
|
|
|
9267
9267
|
t("td", null, e(l.computePrecision((K = r == null ? void 0 : r.badWx) == null ? void 0 : K.sumDgoCons, 3, "0.000")), 1)
|
|
9268
9268
|
]),
|
|
9269
9269
|
t("tr", null, [
|
|
9270
|
-
|
|
9270
|
+
nB,
|
|
9271
9271
|
t("td", null, e(l.computePrecision(($ = r == null ? void 0 : r.excluded) == null ? void 0 : $.sumDistance, 1, "0.0")), 1),
|
|
9272
9272
|
t("td", null, e(l.computePrecision((X = r == null ? void 0 : r.excluded) == null ? void 0 : X.sumDuration, 1, "0.0")), 1),
|
|
9273
9273
|
t("td", null, e(l.computePrecision((Z = r == null ? void 0 : r.excluded) == null ? void 0 : Z.avgSpd, 2, "0.0")), 1),
|
|
@@ -9280,86 +9280,86 @@ function cW(s, a, o, u, i, l) {
|
|
|
9280
9280
|
])
|
|
9281
9281
|
])
|
|
9282
9282
|
]),
|
|
9283
|
-
t("div",
|
|
9284
|
-
|
|
9285
|
-
t("div",
|
|
9286
|
-
t("table",
|
|
9283
|
+
t("div", dB, [
|
|
9284
|
+
cB,
|
|
9285
|
+
t("div", rB, [
|
|
9286
|
+
t("table", uB, [
|
|
9287
9287
|
t("thead", null, [
|
|
9288
9288
|
t("tr", null, [
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9289
|
+
hB,
|
|
9290
|
+
vB,
|
|
9291
|
+
_B,
|
|
9292
|
+
pB,
|
|
9293
9293
|
t("th", {
|
|
9294
9294
|
class: "label",
|
|
9295
9295
|
colspan: l.computeWxColspan
|
|
9296
|
-
}, "ORM Weather Analysis", 8,
|
|
9297
|
-
o.showFactor ? (d(), c("th",
|
|
9298
|
-
|
|
9299
|
-
|
|
9296
|
+
}, "ORM Weather Analysis", 8, fB),
|
|
9297
|
+
o.showFactor ? (d(), c("th", mB, "Factor")) : x("", !0),
|
|
9298
|
+
yB,
|
|
9299
|
+
bB
|
|
9300
9300
|
]),
|
|
9301
9301
|
t("tr", null, [
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
i.showAisDistance ? (d(), c("th",
|
|
9302
|
+
xB,
|
|
9303
|
+
CB,
|
|
9304
|
+
gB,
|
|
9305
|
+
DB,
|
|
9306
|
+
i.showAisDistance ? (d(), c("th", AB, [
|
|
9307
9307
|
C("Spd"),
|
|
9308
|
-
|
|
9308
|
+
wB,
|
|
9309
9309
|
C("(kts)")
|
|
9310
9310
|
])) : x("", !0),
|
|
9311
|
-
i.showAisDistance ? (d(), c("th",
|
|
9311
|
+
i.showAisDistance ? (d(), c("th", kB, [
|
|
9312
9312
|
C("Dis"),
|
|
9313
|
-
|
|
9313
|
+
SB,
|
|
9314
9314
|
C("(nm)")
|
|
9315
9315
|
])) : x("", !0),
|
|
9316
|
-
|
|
9317
|
-
i.showWave ? (d(), c("th",
|
|
9316
|
+
TB,
|
|
9317
|
+
i.showWave ? (d(), c("th", OB, [
|
|
9318
9318
|
C("Sea HT"),
|
|
9319
|
-
|
|
9319
|
+
EB,
|
|
9320
9320
|
C("(m)")
|
|
9321
9321
|
])) : x("", !0),
|
|
9322
|
-
i.showSwell ? (d(), c("th",
|
|
9323
|
-
i.showSig ? (d(), c("th",
|
|
9322
|
+
i.showSwell ? (d(), c("th", PB, "Swell")) : x("", !0),
|
|
9323
|
+
i.showSig ? (d(), c("th", BB, [
|
|
9324
9324
|
C("Sig Wave"),
|
|
9325
|
-
|
|
9325
|
+
FB,
|
|
9326
9326
|
C("(m)")
|
|
9327
9327
|
])) : x("", !0),
|
|
9328
|
-
i.showCF ? (d(), c("th",
|
|
9329
|
-
|
|
9330
|
-
o.showFactor ? (d(), c("th",
|
|
9331
|
-
o.showFactor ? (d(), c("th",
|
|
9332
|
-
|
|
9333
|
-
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9328
|
+
i.showCF ? (d(), c("th", WB, "Current")) : x("", !0),
|
|
9329
|
+
LB,
|
|
9330
|
+
o.showFactor ? (d(), c("th", HB, "cFactor")) : x("", !0),
|
|
9331
|
+
o.showFactor ? (d(), c("th", MB, "wxFactor")) : x("", !0),
|
|
9332
|
+
GB,
|
|
9333
|
+
IB,
|
|
9334
|
+
RB,
|
|
9335
|
+
NB,
|
|
9336
|
+
UB,
|
|
9337
|
+
YB,
|
|
9338
|
+
ZB,
|
|
9339
|
+
VB
|
|
9340
9340
|
]),
|
|
9341
9341
|
t("tr", null, [
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
9345
|
-
|
|
9346
|
-
i.showSwell ? (d(), c("th",
|
|
9347
|
-
i.showSwell ? (d(), c("th",
|
|
9348
|
-
i.showCF ? (d(), c("th",
|
|
9349
|
-
i.showCF ? (d(), c("th", $
|
|
9350
|
-
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9342
|
+
zB,
|
|
9343
|
+
QB,
|
|
9344
|
+
JB,
|
|
9345
|
+
KB,
|
|
9346
|
+
i.showSwell ? (d(), c("th", XB, "Dir")) : x("", !0),
|
|
9347
|
+
i.showSwell ? (d(), c("th", qB, "HT(m)")) : x("", !0),
|
|
9348
|
+
i.showCF ? (d(), c("th", jB, "Dir")) : x("", !0),
|
|
9349
|
+
i.showCF ? (d(), c("th", $B, "CF(kts)")) : x("", !0),
|
|
9350
|
+
tF,
|
|
9351
|
+
eF,
|
|
9352
|
+
sF,
|
|
9353
|
+
oF,
|
|
9354
|
+
iF,
|
|
9355
|
+
lF,
|
|
9356
|
+
aF,
|
|
9357
|
+
nF
|
|
9358
9358
|
])
|
|
9359
9359
|
]),
|
|
9360
|
-
t("tbody",
|
|
9360
|
+
t("tbody", dF, [
|
|
9361
9361
|
(d(!0), c(M, null, rt(o.inventory, (r, y) => {
|
|
9362
|
-
var O, P, m, D, S, v, E,
|
|
9362
|
+
var O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st;
|
|
9363
9363
|
return d(), c("tr", { key: y }, [
|
|
9364
9364
|
t("td", {
|
|
9365
9365
|
class: A(r.segLength ? "no-border-bottom" : "no-border")
|
|
@@ -9381,19 +9381,19 @@ function cW(s, a, o, u, i, l) {
|
|
|
9381
9381
|
], 64)),
|
|
9382
9382
|
t("td", {
|
|
9383
9383
|
class: A(l.computeTDClass(r))
|
|
9384
|
-
}, e(
|
|
9384
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.cp.speed : ""), 3),
|
|
9385
9385
|
t("td", {
|
|
9386
9386
|
class: A(l.computeTDClass(r))
|
|
9387
|
-
}, e(
|
|
9387
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.cp.fo : ""), 3),
|
|
9388
9388
|
t("td", {
|
|
9389
9389
|
class: A(l.computeTDClass(r))
|
|
9390
|
-
}, e(
|
|
9390
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.cp.dgo : ""), 3),
|
|
9391
9391
|
t("td", {
|
|
9392
9392
|
class: A(l.computeTDClass(r))
|
|
9393
|
-
}, e(
|
|
9393
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.avgSpdCalc : ""), 3),
|
|
9394
9394
|
t("td", {
|
|
9395
9395
|
class: A(l.computeTDClass(r))
|
|
9396
|
-
}, e(
|
|
9396
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.distanceCalc : ""), 3),
|
|
9397
9397
|
t("td", {
|
|
9398
9398
|
class: A(r.excluded ? "excluded" : r.goodWx ? "good-wx" : "")
|
|
9399
9399
|
}, e(((D = (m = r.meteo) == null ? void 0 : m.wind) == null ? void 0 : D.direction) ?? "--"), 3),
|
|
@@ -9403,7 +9403,7 @@ function cW(s, a, o, u, i, l) {
|
|
|
9403
9403
|
i.showWave ? (d(), c("td", {
|
|
9404
9404
|
key: 2,
|
|
9405
9405
|
class: A(r.excluded ? "excluded" : r.goodWx ? "good-wx" : "")
|
|
9406
|
-
}, e(((G = (
|
|
9406
|
+
}, e(((G = (B = (E = r.meteo) == null ? void 0 : E.wave) == null ? void 0 : B.wd) == null ? void 0 : G.height) ?? "--"), 3)) : x("", !0),
|
|
9407
9407
|
i.showSwell ? (d(), c("td", {
|
|
9408
9408
|
key: 3,
|
|
9409
9409
|
class: A(r.excluded ? "excluded" : r.goodWx ? "good-wx" : "")
|
|
@@ -9426,7 +9426,7 @@ function cW(s, a, o, u, i, l) {
|
|
|
9426
9426
|
}, e(((Q = r.meteo) == null ? void 0 : Q.cFactor) ?? "--"), 3)) : x("", !0),
|
|
9427
9427
|
t("td", {
|
|
9428
9428
|
class: A(l.computeTDClass(r))
|
|
9429
|
-
}, e(
|
|
9429
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.dailyAvgCf : ""), 3),
|
|
9430
9430
|
o.showFactor ? (d(), c("td", {
|
|
9431
9431
|
key: 8,
|
|
9432
9432
|
class: A(r.excluded ? "excluded" : r.goodWx ? "good-wx" : "")
|
|
@@ -9437,43 +9437,43 @@ function cW(s, a, o, u, i, l) {
|
|
|
9437
9437
|
}, e(((st = r.meteo) == null ? void 0 : st.wxFactor) ?? "--"), 3)) : x("", !0),
|
|
9438
9438
|
t("td", {
|
|
9439
9439
|
class: A(l.computeTDClass(r))
|
|
9440
|
-
}, e(
|
|
9440
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.avgSpd || "0.00" : ""), 3),
|
|
9441
9441
|
t("td", {
|
|
9442
9442
|
class: A(l.computeTDClass(r))
|
|
9443
|
-
}, e(
|
|
9443
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.timeSlr || "0.0" : ""), 3),
|
|
9444
9444
|
t("td", {
|
|
9445
9445
|
class: A(l.computeTDClass(r))
|
|
9446
|
-
}, e(
|
|
9446
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.distanceSlr || "0.0" : ""), 3),
|
|
9447
9447
|
t("td", {
|
|
9448
9448
|
class: A(l.computeTDClass(r))
|
|
9449
|
-
}, e(
|
|
9449
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.rpm || "0" : ""), 3),
|
|
9450
9450
|
t("td", {
|
|
9451
9451
|
class: A(l.computeTDClass(r))
|
|
9452
|
-
}, e(
|
|
9452
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.slip || "0" : ""), 3),
|
|
9453
9453
|
t("td", {
|
|
9454
9454
|
class: A(l.computeTDClass(r))
|
|
9455
|
-
}, e(
|
|
9455
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.foBrob || "0.00" : ""), 3),
|
|
9456
9456
|
t("td", {
|
|
9457
9457
|
class: A(l.computeTDClass(r))
|
|
9458
|
-
}, e(
|
|
9458
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.dgoBrob || "0.00" : ""), 3),
|
|
9459
9459
|
t("td", {
|
|
9460
9460
|
class: A(l.computeTDClass(r))
|
|
9461
|
-
}, e(
|
|
9461
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.foCons || "0.00" : ""), 3),
|
|
9462
9462
|
t("td", {
|
|
9463
9463
|
class: A(l.computeTDClass(r))
|
|
9464
|
-
}, e(
|
|
9464
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.dgoCons || "0.00" : ""), 3),
|
|
9465
9465
|
t("td", {
|
|
9466
9466
|
class: A(l.computeTDClass(r))
|
|
9467
|
-
}, e(
|
|
9467
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.windDir || "--" : ""), 3),
|
|
9468
9468
|
t("td", {
|
|
9469
9469
|
class: A(l.computeTDClass(r))
|
|
9470
|
-
}, e(
|
|
9470
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.windBF || "--" : ""), 3),
|
|
9471
9471
|
t("td", {
|
|
9472
9472
|
class: A(l.computeTDClass(r))
|
|
9473
|
-
}, e(
|
|
9473
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.noon.seasHt || "--" : ""), 3),
|
|
9474
9474
|
t("td", {
|
|
9475
9475
|
class: A(l.computeTDClass(r))
|
|
9476
|
-
}, e(
|
|
9476
|
+
}, e(!["A", "B"].includes(r.abbrev) && y ? r.inEca === !1 ? "" : "Inside ECA" : ""), 3)
|
|
9477
9477
|
]);
|
|
9478
9478
|
}), 128))
|
|
9479
9479
|
])
|
|
@@ -9482,8 +9482,8 @@ function cW(s, a, o, u, i, l) {
|
|
|
9482
9482
|
])
|
|
9483
9483
|
]);
|
|
9484
9484
|
}
|
|
9485
|
-
const
|
|
9486
|
-
const
|
|
9485
|
+
const rF = /* @__PURE__ */ Gt(qP, [["render", cF], ["__scopeId", "data-v-8ad5d1b0"]]);
|
|
9486
|
+
const uF = {
|
|
9487
9487
|
components: { Lng: fl, Lat: ml },
|
|
9488
9488
|
props: {
|
|
9489
9489
|
report: {
|
|
@@ -9540,10 +9540,10 @@ const uW = {
|
|
|
9540
9540
|
};
|
|
9541
9541
|
let u = 0, i = 0;
|
|
9542
9542
|
this.inventory.forEach((S) => {
|
|
9543
|
-
var v, E,
|
|
9543
|
+
var v, E, B, G, U, Y, I, T, N, K, $;
|
|
9544
9544
|
if (S.noonLength) {
|
|
9545
9545
|
const X = this.computeUTCTime(S.noonUtc, "MM-DD/HHmm[Z]");
|
|
9546
|
-
s.push(X), u = Math.ceil(((v = S.noon) == null ? void 0 : v.foCons) > u ? (E = S.noon) == null ? void 0 : E.foCons : u), u = Math.ceil(((
|
|
9546
|
+
s.push(X), u = Math.ceil(((v = S.noon) == null ? void 0 : v.foCons) > u ? (E = S.noon) == null ? void 0 : E.foCons : u), u = Math.ceil(((B = S.cp) == null ? void 0 : B.fo) > u ? (G = S.cp) == null ? void 0 : G.fo : u), i = Math.ceil(((U = S.noon) == null ? void 0 : U.dgoCons) > i ? (Y = S.noon) == null ? void 0 : Y.dgoCons : i), i = Math.ceil(((I = S.cp) == null ? void 0 : I.dgo) > i ? (T = S.cp) == null ? void 0 : T.dgo : i), a.push([X, (N = S.noon) == null ? void 0 : N.avgSpd, (K = S.noon) == null ? void 0 : K.foCons, ($ = S.noon) == null ? void 0 : $.dgoCons, S.avgSpdCalc, S.cp.speed, S.goodWx && !S.excluded ? 100 : 0, S.cp.dgo, S.cp.fo, S.excluded ? 100 : 0]);
|
|
9547
9547
|
}
|
|
9548
9548
|
});
|
|
9549
9549
|
const l = {
|
|
@@ -9905,11 +9905,11 @@ const uW = {
|
|
|
9905
9905
|
};
|
|
9906
9906
|
let u = 4, i = 0;
|
|
9907
9907
|
this.inventory.forEach((r) => {
|
|
9908
|
-
var y, O, P, m, D, S, v, E,
|
|
9908
|
+
var y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N;
|
|
9909
9909
|
if (r.noonLength) {
|
|
9910
9910
|
i = r.noonLength ? r.dailyAvgCf : i;
|
|
9911
9911
|
const K = this.computeUTCTime(r.noonUtc, "MM-DD/HHmm[Z]");
|
|
9912
|
-
s.push(K), u = Math.ceil(((P = (O = (y = r.meteo) == null ? void 0 : y.wave) == null ? void 0 : O.sig) == null ? void 0 : P.height) > u ? (S = (D = (m = r.meteo) == null ? void 0 : m.wave) == null ? void 0 : D.sig) == null ? void 0 : S.height : u), a.push([K, (v = r.noon) == null ? void 0 : v.windBF, (
|
|
9912
|
+
s.push(K), u = Math.ceil(((P = (O = (y = r.meteo) == null ? void 0 : y.wave) == null ? void 0 : O.sig) == null ? void 0 : P.height) > u ? (S = (D = (m = r.meteo) == null ? void 0 : m.wave) == null ? void 0 : D.sig) == null ? void 0 : S.height : u), a.push([K, (v = r.noon) == null ? void 0 : v.windBF, (B = (E = r.meteo) == null ? void 0 : E.wind) == null ? void 0 : B.scale, (U = (G = r.meteo) == null ? void 0 : G.wind) == null ? void 0 : U.direction, (Y = r.noon) == null ? void 0 : Y.seasHt, (N = (T = (I = r.meteo) == null ? void 0 : I.wave) == null ? void 0 : T.sig) == null ? void 0 : N.height, i, r.goodWx && !r.excluded ? 20 : 0, r.excluded ? 20 : 0]);
|
|
9913
9913
|
}
|
|
9914
9914
|
});
|
|
9915
9915
|
const l = {
|
|
@@ -10023,182 +10023,182 @@ const uW = {
|
|
|
10023
10023
|
(f = this.currChart) == null || f.setOption(l);
|
|
10024
10024
|
}
|
|
10025
10025
|
}
|
|
10026
|
-
},
|
|
10026
|
+
}, Fo = (s) => (he("data-v-dace21b5"), s = s(), ve(), s), hF = { class: "report-summary" }, vF = { class: "section chart-section" }, _F = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("div", { class: "header-block flex-center" }, [
|
|
10027
10027
|
/* @__PURE__ */ t("i", { class: "iconfont" }, ""),
|
|
10028
10028
|
/* @__PURE__ */ t("div", { class: "title" }, "Speed and Consumption with Current Analysis Graph")
|
|
10029
|
-
], -1)),
|
|
10029
|
+
], -1)), pF = { class: "chart-block" }, fF = {
|
|
10030
10030
|
ref: "spdFoConsChart",
|
|
10031
10031
|
class: "chart"
|
|
10032
|
-
},
|
|
10032
|
+
}, mF = {
|
|
10033
10033
|
ref: "spdDgoConsChart",
|
|
10034
10034
|
class: "chart"
|
|
10035
|
-
},
|
|
10035
|
+
}, yF = {
|
|
10036
10036
|
ref: "currChart",
|
|
10037
10037
|
class: "chart"
|
|
10038
|
-
},
|
|
10038
|
+
}, bF = { class: "section map-section" }, xF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("div", { class: "header-block flex-center" }, [
|
|
10039
10039
|
/* @__PURE__ */ t("i", { class: "iconfont" }, ""),
|
|
10040
10040
|
/* @__PURE__ */ t("div", { class: "title" }, "Voyage Map")
|
|
10041
|
-
], -1)),
|
|
10041
|
+
], -1)), CF = { class: "map-block" }, gF = { class: "flex-space" }, DF = {
|
|
10042
10042
|
class: "voyage-block",
|
|
10043
10043
|
style: { height: "197px" }
|
|
10044
|
-
},
|
|
10044
|
+
}, AF = {
|
|
10045
10045
|
class: "flex-space label-block",
|
|
10046
10046
|
style: { width: "100%" }
|
|
10047
|
-
},
|
|
10047
|
+
}, wF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("label", {
|
|
10048
10048
|
class: "flex-end",
|
|
10049
10049
|
style: { width: "140px" }
|
|
10050
|
-
}, "Prepare for", -1)),
|
|
10050
|
+
}, "Prepare for", -1)), kF = { style: { "text-transform": "uppercase" } }, SF = {
|
|
10051
10051
|
class: "flex-space label-block",
|
|
10052
10052
|
style: { width: "100%" }
|
|
10053
|
-
},
|
|
10053
|
+
}, TF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("label", {
|
|
10054
10054
|
class: "flex-end",
|
|
10055
10055
|
style: { width: "140px" }
|
|
10056
|
-
}, "Vessel", -1)),
|
|
10056
|
+
}, "Vessel", -1)), OF = {
|
|
10057
10057
|
class: "flex-end",
|
|
10058
10058
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
10059
|
-
},
|
|
10059
|
+
}, EF = {
|
|
10060
10060
|
class: "flex-end",
|
|
10061
10061
|
style: { width: "180px", "text-transform": "uppercase" }
|
|
10062
|
-
},
|
|
10062
|
+
}, PF = {
|
|
10063
10063
|
class: "flex-space label-block",
|
|
10064
10064
|
style: { width: "100%" }
|
|
10065
|
-
},
|
|
10065
|
+
}, BF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("label", {
|
|
10066
10066
|
class: "flex-end",
|
|
10067
10067
|
style: { width: "140px" }
|
|
10068
|
-
}, "Voyage No", -1)),
|
|
10068
|
+
}, "Voyage No", -1)), FF = {
|
|
10069
10069
|
class: "flex-end",
|
|
10070
10070
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
10071
|
-
},
|
|
10071
|
+
}, WF = {
|
|
10072
10072
|
class: "flex-space label-block",
|
|
10073
10073
|
style: { width: "100%" }
|
|
10074
|
-
},
|
|
10074
|
+
}, LF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("label", {
|
|
10075
10075
|
class: "flex-end",
|
|
10076
10076
|
style: { width: "140px" }
|
|
10077
|
-
}, "Departure Port", -1)),
|
|
10077
|
+
}, "Departure Port", -1)), HF = {
|
|
10078
10078
|
key: 0,
|
|
10079
10079
|
class: "flex-end",
|
|
10080
10080
|
style: { flex: "1" }
|
|
10081
|
-
},
|
|
10081
|
+
}, MF = {
|
|
10082
10082
|
key: 1,
|
|
10083
10083
|
class: "flex-end",
|
|
10084
10084
|
style: { flex: "1" }
|
|
10085
|
-
},
|
|
10085
|
+
}, GF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("span", { style: { "margin-right": "3px" } }, ",", -1)), IF = {
|
|
10086
10086
|
class: "flex-end",
|
|
10087
10087
|
style: { width: "140px" }
|
|
10088
|
-
},
|
|
10088
|
+
}, RF = {
|
|
10089
10089
|
class: "flex-space label-block",
|
|
10090
10090
|
style: { width: "100%" }
|
|
10091
|
-
},
|
|
10091
|
+
}, NF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("label", {
|
|
10092
10092
|
class: "flex-end",
|
|
10093
10093
|
style: { width: "140px" }
|
|
10094
|
-
}, "Arrival Port", -1)),
|
|
10094
|
+
}, "Arrival Port", -1)), UF = {
|
|
10095
10095
|
key: 0,
|
|
10096
10096
|
class: "flex-end",
|
|
10097
10097
|
style: { flex: "1" }
|
|
10098
|
-
},
|
|
10098
|
+
}, YF = {
|
|
10099
10099
|
key: 1,
|
|
10100
10100
|
class: "flex-end",
|
|
10101
10101
|
style: { flex: "1" }
|
|
10102
|
-
},
|
|
10102
|
+
}, ZF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("span", { style: { "margin-right": "3px" } }, ",", -1)), VF = {
|
|
10103
10103
|
class: "flex-end",
|
|
10104
10104
|
style: { width: "140px" }
|
|
10105
|
-
},
|
|
10105
|
+
}, zF = {
|
|
10106
10106
|
class: "flex-space label-block",
|
|
10107
10107
|
style: { width: "100%" }
|
|
10108
|
-
},
|
|
10108
|
+
}, QF = /* @__PURE__ */ Fo(() => /* @__PURE__ */ t("label", {
|
|
10109
10109
|
class: "flex-end",
|
|
10110
10110
|
style: { width: "140px" }
|
|
10111
|
-
}, "Load Condition", -1)),
|
|
10111
|
+
}, "Load Condition", -1)), JF = {
|
|
10112
10112
|
class: "flex-end",
|
|
10113
10113
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
10114
|
-
},
|
|
10115
|
-
function
|
|
10116
|
-
var y, O, P, m, D, S, v, E,
|
|
10114
|
+
}, KF = /* @__PURE__ */ ut('<div class="legend-block" data-v-dace21b5><div style="position:absolute;margin-top:-8px;" data-v-dace21b5>LEGEND</div><div class="flex-space" data-v-dace21b5><div data-v-dace21b5>0812</div><div data-v-dace21b5><div data-v-dace21b5>08 - Day of the month</div><div data-v-dace21b5>12 - Hours of the day</div></div></div><div class="flex-space" data-v-dace21b5><div data-v-dace21b5><i class="iconfont" style="font-size:30px;font-weight:600;color:var(--idm-black-6);" data-v-dace21b5></i></div><div data-v-dace21b5><div data-v-dace21b5>Wind from N (000)</div><div data-v-dace21b5>Each bard = 10 kts</div><div data-v-dace21b5>1/2 bard = 5 kts</div></div></div><div class="flex-space" data-v-dace21b5><div data-v-dace21b5>W 4</div><div data-v-dace21b5> Sig. Wave from West, 4 meters </div></div><div class="flex-space" data-v-dace21b5><div class="good-wx" data-v-dace21b5>Date</div><div data-v-dace21b5>Good weather days</div></div></div>', 1), XF = ["src"], qF = /* @__PURE__ */ ut('<div class="section method-section" data-v-dace21b5><div class="header-block flex-center" data-v-dace21b5><i class="iconfont" data-v-dace21b5></i><div class="title" data-v-dace21b5>Charter Party Compliance Analysis Methodology</div></div><div class="method-block" data-v-dace21b5><div class="method-title" data-v-dace21b5>1. Good Weather Method</div><div class="method-body" data-v-dace21b5> Ship Performance is assessed based on the Good Weather Method as set out by The Didymi[1987] 2 Lloyd's Rep 166 and The Gas Enterprise [1993] 2 Lloyd's Rep. 352. <br data-v-dace21b5> The vessel'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-dace21b5> A “day” is taken to be the period of time between consecutive daily noon positions: each day is categorized as a "good weather day" or "adverse weather day" according to the good weather definition stipulated in the Charter Party. </div></div><div class="method-block" data-v-dace21b5><div class="method-title" data-v-dace21b5>2. Damage assessment due to ship under-performance</div><div class="method-body" data-v-dace21b5> 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-dace21b5><div class="method-title" data-v-dace21b5>3. Logbooks description vs. Analysis</div><div class="method-body" data-v-dace21b5> 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-dace21b5><div class="method-title" data-v-dace21b5>4. “About”</div><div class="method-body" data-v-dace21b5> Complying with arbitration standards, the speed calculation applies an allowance when an “about” is included with the speed warranty. <br data-v-dace21b5> 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-dace21b5><div class="method-title" data-v-dace21b5>5. Bunker Analysis Methodology for Bunker Type Switch-Over</div><div class="method-body" data-v-dace21b5> 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-dace21b5> 5-1 DO/GO consumption in the switch over period will be compared to the charter party warranted IFO figure. <br data-v-dace21b5> 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-dace21b5><div class="method-title" data-v-dace21b5>6. Further reference materials</div><div class="method-body" data-v-dace21b5>Please send mail to <a href="mailto:op@ormwx.com" data-v-dace21b5>op@ormwx.com</a>.</div></div></div></div>', 1);
|
|
10115
|
+
function jF(s, a, o, u, i, l) {
|
|
10116
|
+
var y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt;
|
|
10117
10117
|
const f = it("Lat"), r = it("Lng");
|
|
10118
|
-
return d(), c("div",
|
|
10119
|
-
t("div",
|
|
10120
|
-
|
|
10121
|
-
t("div",
|
|
10122
|
-
t("div",
|
|
10123
|
-
t("div",
|
|
10124
|
-
t("div",
|
|
10118
|
+
return d(), c("div", hF, [
|
|
10119
|
+
t("div", vF, [
|
|
10120
|
+
_F,
|
|
10121
|
+
t("div", pF, [
|
|
10122
|
+
t("div", fF, null, 512),
|
|
10123
|
+
t("div", mF, null, 512),
|
|
10124
|
+
t("div", yF, null, 512)
|
|
10125
10125
|
])
|
|
10126
10126
|
]),
|
|
10127
|
-
t("div",
|
|
10128
|
-
|
|
10129
|
-
t("div",
|
|
10130
|
-
t("div",
|
|
10131
|
-
t("div",
|
|
10132
|
-
t("div",
|
|
10133
|
-
|
|
10134
|
-
t("span",
|
|
10127
|
+
t("div", bF, [
|
|
10128
|
+
xF,
|
|
10129
|
+
t("div", CF, [
|
|
10130
|
+
t("div", gF, [
|
|
10131
|
+
t("div", DF, [
|
|
10132
|
+
t("div", AF, [
|
|
10133
|
+
wF,
|
|
10134
|
+
t("span", kF, e(o.report.preparedFor), 1)
|
|
10135
10135
|
]),
|
|
10136
|
-
t("div",
|
|
10137
|
-
|
|
10138
|
-
t("span",
|
|
10139
|
-
t("span",
|
|
10136
|
+
t("div", SF, [
|
|
10137
|
+
TF,
|
|
10138
|
+
t("span", OF, e((O = (y = o.report) == null ? void 0 : y.vessel) == null ? void 0 : O.name), 1),
|
|
10139
|
+
t("span", EF, "(" + e((m = (P = o.report) == null ? void 0 : P.vessel) == null ? void 0 : m.type) + ")", 1)
|
|
10140
10140
|
]),
|
|
10141
|
-
t("div",
|
|
10142
|
-
|
|
10143
|
-
t("span",
|
|
10141
|
+
t("div", PF, [
|
|
10142
|
+
BF,
|
|
10143
|
+
t("span", FF, e((S = (D = o.report) == null ? void 0 : D.voyage) == null ? void 0 : S.number), 1)
|
|
10144
10144
|
]),
|
|
10145
|
-
t("div",
|
|
10146
|
-
|
|
10147
|
-
(E = (v = o.report) == null ? void 0 : v.departure) != null && E.portName ? (d(), c("span",
|
|
10145
|
+
t("div", WF, [
|
|
10146
|
+
LF,
|
|
10147
|
+
(E = (v = o.report) == null ? void 0 : v.departure) != null && E.portName ? (d(), c("span", HF, e((G = (B = o.report) == null ? void 0 : B.departure) == null ? void 0 : G.portName), 1)) : (d(), c("div", MF, [
|
|
10148
10148
|
L(f, {
|
|
10149
10149
|
lat: (Y = (U = o.report) == null ? void 0 : U.departure) == null ? void 0 : Y.lat,
|
|
10150
10150
|
label: "",
|
|
10151
10151
|
style: { "font-size": "14px", "font-weight": "400" }
|
|
10152
10152
|
}, null, 8, ["lat"]),
|
|
10153
|
-
|
|
10153
|
+
GF,
|
|
10154
10154
|
L(r, {
|
|
10155
10155
|
lng: (I = o.report.departure) == null ? void 0 : I.lng,
|
|
10156
10156
|
label: "",
|
|
10157
10157
|
style: { "font-size": "14px", "font-weight": "400" }
|
|
10158
10158
|
}, null, 8, ["lng"])
|
|
10159
10159
|
])),
|
|
10160
|
-
t("span",
|
|
10160
|
+
t("span", IF, e(l.computeUTCTime((T = o.report.departure) == null ? void 0 : T.utcTime, "MMM-DD/HHmm[Z], YYYY")), 1)
|
|
10161
10161
|
]),
|
|
10162
|
-
t("div",
|
|
10163
|
-
|
|
10164
|
-
(K = (N = o.report) == null ? void 0 : N.arrival) != null && K.portName ? (d(), c("span",
|
|
10162
|
+
t("div", RF, [
|
|
10163
|
+
NF,
|
|
10164
|
+
(K = (N = o.report) == null ? void 0 : N.arrival) != null && K.portName ? (d(), c("span", UF, e((X = ($ = o.report) == null ? void 0 : $.arrival) == null ? void 0 : X.portName), 1)) : (d(), c("div", YF, [
|
|
10165
10165
|
L(f, {
|
|
10166
10166
|
lat: (w = (Z = o.report) == null ? void 0 : Z.arrival) == null ? void 0 : w.lat,
|
|
10167
10167
|
label: "",
|
|
10168
10168
|
style: { "font-size": "14px", "font-weight": "400" }
|
|
10169
10169
|
}, null, 8, ["lat"]),
|
|
10170
|
-
|
|
10170
|
+
ZF,
|
|
10171
10171
|
L(r, {
|
|
10172
10172
|
lng: (Q = (j = o.report) == null ? void 0 : j.arrival) == null ? void 0 : Q.lng,
|
|
10173
10173
|
label: "",
|
|
10174
10174
|
style: { "font-size": "14px", "font-weight": "400" }
|
|
10175
10175
|
}, null, 8, ["lng"])
|
|
10176
10176
|
])),
|
|
10177
|
-
t("span",
|
|
10177
|
+
t("span", VF, e(l.computeUTCTime((st = (V = o.report) == null ? void 0 : V.arrival) == null ? void 0 : st.utcTime, "MMM-DD/HHmm[Z], YYYY")), 1)
|
|
10178
10178
|
]),
|
|
10179
|
-
t("div",
|
|
10180
|
-
|
|
10181
|
-
t("span",
|
|
10179
|
+
t("div", zF, [
|
|
10180
|
+
QF,
|
|
10181
|
+
t("span", JF, e((at = (ot = o.report) == null ? void 0 : ot.voyage) == null ? void 0 : at.loadCondition), 1)
|
|
10182
10182
|
])
|
|
10183
10183
|
]),
|
|
10184
|
-
|
|
10184
|
+
KF
|
|
10185
10185
|
]),
|
|
10186
10186
|
t("img", {
|
|
10187
10187
|
src: (lt = o.report) == null ? void 0 : lt.chartUrl,
|
|
10188
10188
|
alt: ""
|
|
10189
|
-
}, null, 8,
|
|
10189
|
+
}, null, 8, XF)
|
|
10190
10190
|
])
|
|
10191
10191
|
]),
|
|
10192
|
-
|
|
10192
|
+
qF
|
|
10193
10193
|
]);
|
|
10194
10194
|
}
|
|
10195
|
-
const $
|
|
10196
|
-
const
|
|
10195
|
+
const $F = /* @__PURE__ */ Gt(uF, [["render", jF], ["__scopeId", "data-v-dace21b5"]]);
|
|
10196
|
+
const tW = {
|
|
10197
10197
|
components: {
|
|
10198
10198
|
Brand: Lo,
|
|
10199
10199
|
Summary: XP,
|
|
10200
|
-
Inventory:
|
|
10201
|
-
Chart: $
|
|
10200
|
+
Inventory: rF,
|
|
10201
|
+
Chart: $F,
|
|
10202
10202
|
Loading: Dl
|
|
10203
10203
|
},
|
|
10204
10204
|
props: {
|
|
@@ -10248,10 +10248,10 @@ const tB = {
|
|
|
10248
10248
|
}), s.sort((u, i) => u.date - i.date), this.inventory = s;
|
|
10249
10249
|
}
|
|
10250
10250
|
}
|
|
10251
|
-
},
|
|
10252
|
-
function
|
|
10251
|
+
}, eW = { class: "report-section" };
|
|
10252
|
+
function sW(s, a, o, u, i, l) {
|
|
10253
10253
|
const f = it("Brand"), r = it("Loading"), y = it("Summary"), O = it("Inventory"), P = it("Chart");
|
|
10254
|
-
return d(), c("div",
|
|
10254
|
+
return d(), c("div", eW, [
|
|
10255
10255
|
L(f, {
|
|
10256
10256
|
name: "Voyage Analysis Report",
|
|
10257
10257
|
issued: o.report.createdAt
|
|
@@ -10274,12 +10274,12 @@ function sB(s, a, o, u, i, l) {
|
|
|
10274
10274
|
}, null, 8, ["report", "inventory"])
|
|
10275
10275
|
]);
|
|
10276
10276
|
}
|
|
10277
|
-
const
|
|
10277
|
+
const oW = /* @__PURE__ */ Gt(tW, [["render", sW], ["__scopeId", "data-v-bc53f33c"]]), jtt = {
|
|
10278
10278
|
install(s) {
|
|
10279
|
-
s.component("OpiVoyageReport", U3), s.component("FliVoyageReport", O7), s.component("OrmVoyageReport",
|
|
10279
|
+
s.component("OpiVoyageReport", U3), s.component("FliVoyageReport", O7), s.component("OrmVoyageReport", oW);
|
|
10280
10280
|
}
|
|
10281
10281
|
};
|
|
10282
|
-
const
|
|
10282
|
+
const Wo = {
|
|
10283
10283
|
map: null,
|
|
10284
10284
|
bounds: null,
|
|
10285
10285
|
// 当前地图的四个顶点
|
|
@@ -10421,7 +10421,7 @@ const Bo = {
|
|
|
10421
10421
|
this.addSourceData(a, o);
|
|
10422
10422
|
}
|
|
10423
10423
|
};
|
|
10424
|
-
const
|
|
10424
|
+
const iW = {
|
|
10425
10425
|
props: {
|
|
10426
10426
|
data: {
|
|
10427
10427
|
type: Object,
|
|
@@ -10497,22 +10497,22 @@ const iB = {
|
|
|
10497
10497
|
};
|
|
10498
10498
|
let u = this;
|
|
10499
10499
|
this.map.on("load", function() {
|
|
10500
|
-
|
|
10500
|
+
Wo.initStyle(o), Wo.initProperty(u.map), Wo.addSourceData([]), Wo.addLayerData(), Wo.initGrid();
|
|
10501
10501
|
}), this.map.on("moveend", (i) => {
|
|
10502
|
-
|
|
10502
|
+
Wo.initProperty(u.map), Wo.initGrid();
|
|
10503
10503
|
}), this.map.on("zoomend", (i) => {
|
|
10504
|
-
|
|
10504
|
+
Wo.initProperty(u.map), Wo.initGrid();
|
|
10505
10505
|
});
|
|
10506
10506
|
}
|
|
10507
10507
|
}
|
|
10508
|
-
},
|
|
10508
|
+
}, lW = (s) => (he("data-v-0230b635"), s = s(), ve(), s), aW = { class: "map" }, nW = /* @__PURE__ */ lW(() => /* @__PURE__ */ t("div", {
|
|
10509
10509
|
id: "report-map",
|
|
10510
10510
|
class: "map-box"
|
|
10511
10511
|
}, null, -1));
|
|
10512
|
-
function
|
|
10512
|
+
function dW(s, a, o, u, i, l) {
|
|
10513
10513
|
const f = it("HurricaneGL");
|
|
10514
|
-
return d(), c("div",
|
|
10515
|
-
|
|
10514
|
+
return d(), c("div", aW, [
|
|
10515
|
+
nW,
|
|
10516
10516
|
L(f, {
|
|
10517
10517
|
class: "hurricane",
|
|
10518
10518
|
map: i.map,
|
|
@@ -10524,7 +10524,7 @@ function dB(s, a, o, u, i, l) {
|
|
|
10524
10524
|
}, null, 8, ["map", "name", "model", "ts", "token", "changeZoom"])
|
|
10525
10525
|
]);
|
|
10526
10526
|
}
|
|
10527
|
-
const
|
|
10527
|
+
const cW = /* @__PURE__ */ Gt(iW, [["render", dW], ["__scopeId", "data-v-0230b635"]]), rW = {
|
|
10528
10528
|
props: {
|
|
10529
10529
|
id: {
|
|
10530
10530
|
type: String,
|
|
@@ -10641,17 +10641,17 @@ const cB = /* @__PURE__ */ Gt(iB, [["render", dB], ["__scopeId", "data-v-0230b63
|
|
|
10641
10641
|
});
|
|
10642
10642
|
}
|
|
10643
10643
|
}
|
|
10644
|
-
},
|
|
10645
|
-
function
|
|
10644
|
+
}, uW = ["id"];
|
|
10645
|
+
function hW(s, a, o, u, i, l) {
|
|
10646
10646
|
return d(), c("div", null, [
|
|
10647
10647
|
t("div", {
|
|
10648
10648
|
id: o.id,
|
|
10649
10649
|
style: { height: "100%" }
|
|
10650
|
-
}, null, 8,
|
|
10650
|
+
}, null, 8, uW)
|
|
10651
10651
|
]);
|
|
10652
10652
|
}
|
|
10653
|
-
const
|
|
10654
|
-
const
|
|
10653
|
+
const vW = /* @__PURE__ */ Gt(rW, [["render", hW]]);
|
|
10654
|
+
const _W = {
|
|
10655
10655
|
props: {
|
|
10656
10656
|
data: {
|
|
10657
10657
|
type: Object,
|
|
@@ -10679,8 +10679,8 @@ const _B = {
|
|
|
10679
10679
|
}
|
|
10680
10680
|
},
|
|
10681
10681
|
components: {
|
|
10682
|
-
Map:
|
|
10683
|
-
Echart:
|
|
10682
|
+
Map: cW,
|
|
10683
|
+
Echart: vW
|
|
10684
10684
|
},
|
|
10685
10685
|
data() {
|
|
10686
10686
|
return {
|
|
@@ -10985,7 +10985,7 @@ const _B = {
|
|
|
10985
10985
|
];
|
|
10986
10986
|
},
|
|
10987
10987
|
async interpolatedRecord(s, a, o = 3) {
|
|
10988
|
-
var r, y, O, P, m, D, S, v, E,
|
|
10988
|
+
var r, y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht;
|
|
10989
10989
|
const u = H(s).set({ second: 0 }).utc();
|
|
10990
10990
|
let i = o - (u.get("hour") * 60 + u.get("minute")) % (o * 60) / 60, l;
|
|
10991
10991
|
const f = {};
|
|
@@ -10996,7 +10996,7 @@ const _B = {
|
|
|
10996
10996
|
lat: this.computeInterpolateValue((O = a[l.prev]) == null ? void 0 : O.lat, (P = a[l.next]) == null ? void 0 : P.lat, ct),
|
|
10997
10997
|
lng: this.computeInterpolateValue((m = a[l.prev]) == null ? void 0 : m.lng, (D = a[l.next]) == null ? void 0 : D.lng, ct),
|
|
10998
10998
|
movement: {
|
|
10999
|
-
deg: this.computeInterpolateValue((v = (S = a[l.prev]) == null ? void 0 : S.movement) == null ? void 0 : v.deg, (
|
|
10999
|
+
deg: this.computeInterpolateValue((v = (S = a[l.prev]) == null ? void 0 : S.movement) == null ? void 0 : v.deg, (B = (E = a[l.next]) == null ? void 0 : E.movement) == null ? void 0 : B.deg, ct),
|
|
11000
11000
|
kts: this.computeInterpolateValue((U = (G = a[l.prev]) == null ? void 0 : G.movement) == null ? void 0 : U.kts, (I = (Y = a[l.next]) == null ? void 0 : Y.movement) == null ? void 0 : I.kts, ct),
|
|
11001
11001
|
spd: this.computeInterpolateValue((N = (T = a[l.prev]) == null ? void 0 : T.movement) == null ? void 0 : N.spd, ($ = (K = a[l.next]) == null ? void 0 : K.movement) == null ? void 0 : $.spd, ct)
|
|
11002
11002
|
},
|
|
@@ -11012,14 +11012,14 @@ const _B = {
|
|
|
11012
11012
|
return f;
|
|
11013
11013
|
}
|
|
11014
11014
|
}
|
|
11015
|
-
}, yl = (s) => (he("data-v-d22314b1"), s = s(), ve(), s),
|
|
11015
|
+
}, yl = (s) => (he("data-v-d22314b1"), s = s(), ve(), s), pW = { class: "typhoon-report" }, fW = /* @__PURE__ */ yl(() => /* @__PURE__ */ t("div", { class: "report-bg" }, [
|
|
11016
11016
|
/* @__PURE__ */ t("img", { src: "https://img.idmwx.com/asset/report-head-bg.png" })
|
|
11017
|
-
], -1)),
|
|
11017
|
+
], -1)), mW = { class: "report-title" }, yW = /* @__PURE__ */ yl(() => /* @__PURE__ */ t("div", { class: "title" }, "Tropical Cyclone Strike Probability Report", -1)), bW = { class: "subtitle" }, xW = /* @__PURE__ */ yl(() => /* @__PURE__ */ t("div", null, [
|
|
11018
11018
|
/* @__PURE__ */ t("img", {
|
|
11019
11019
|
class: "logo",
|
|
11020
11020
|
src: "https://img.idmwx.com/asset/logo-150x150.png"
|
|
11021
11021
|
})
|
|
11022
|
-
], -1)),
|
|
11022
|
+
], -1)), CW = { class: "tips-label" }, gW = /* @__PURE__ */ yl(() => /* @__PURE__ */ t("div", null, "Prepared by Ocean PI Technology Co., Ltd.", -1)), DW = { class: "label-issued" }, AW = /* @__PURE__ */ yl(() => /* @__PURE__ */ t("div", null, "The report is for reference only. All the material is an advisory provided so as to assist the Master in making the final route decision.", -1)), wW = { class: "issued" }, kW = { class: "report-content" }, SW = { class: "map" }, TW = { class: "table" }, OW = /* @__PURE__ */ yl(() => /* @__PURE__ */ t("thead", null, [
|
|
11023
11023
|
/* @__PURE__ */ t("tr", null, [
|
|
11024
11024
|
/* @__PURE__ */ t("td", null, "Time"),
|
|
11025
11025
|
/* @__PURE__ */ t("td", null, "Position"),
|
|
@@ -11031,27 +11031,27 @@ const _B = {
|
|
|
11031
11031
|
/* @__PURE__ */ t("td", null, "Spd(kts)")
|
|
11032
11032
|
])
|
|
11033
11033
|
], -1));
|
|
11034
|
-
function
|
|
11034
|
+
function EW(s, a, o, u, i, l) {
|
|
11035
11035
|
const f = it("Map"), r = it("Echart");
|
|
11036
|
-
return d(), c("div",
|
|
11037
|
-
|
|
11038
|
-
t("div",
|
|
11039
|
-
|
|
11040
|
-
t("div",
|
|
11041
|
-
|
|
11042
|
-
t("div",
|
|
11043
|
-
|
|
11036
|
+
return d(), c("div", pW, [
|
|
11037
|
+
fW,
|
|
11038
|
+
t("div", mW, [
|
|
11039
|
+
yW,
|
|
11040
|
+
t("div", bW, [
|
|
11041
|
+
xW,
|
|
11042
|
+
t("div", CW, [
|
|
11043
|
+
gW,
|
|
11044
11044
|
t("div", null, e(i.dateTime ? i.dateTime : l.computeUTCTime(Date.now(), "dddd, MMMM D,YYYY")), 1),
|
|
11045
|
-
t("div",
|
|
11046
|
-
|
|
11047
|
-
t("div",
|
|
11045
|
+
t("div", DW, [
|
|
11046
|
+
AW,
|
|
11047
|
+
t("div", wW, "Issued: " + e(l.computeUTCTime(Date.now(), "MMM-DD/HHmm[Z]")), 1)
|
|
11048
11048
|
])
|
|
11049
11049
|
])
|
|
11050
11050
|
])
|
|
11051
11051
|
]),
|
|
11052
|
-
t("div",
|
|
11052
|
+
t("div", kW, [
|
|
11053
11053
|
t("div", null, [
|
|
11054
|
-
t("div",
|
|
11054
|
+
t("div", SW, [
|
|
11055
11055
|
L(f, {
|
|
11056
11056
|
data: o.data,
|
|
11057
11057
|
name: o.name,
|
|
@@ -11061,9 +11061,9 @@ function EB(s, a, o, u, i, l) {
|
|
|
11061
11061
|
changeZoom: o.changeZoom
|
|
11062
11062
|
}, null, 8, ["data", "name", "model", "ts", "token", "changeZoom"])
|
|
11063
11063
|
]),
|
|
11064
|
-
t("div",
|
|
11064
|
+
t("div", TW, [
|
|
11065
11065
|
t("table", null, [
|
|
11066
|
-
|
|
11066
|
+
OW,
|
|
11067
11067
|
t("tbody", null, [
|
|
11068
11068
|
(d(!0), c(M, null, rt(i.typhoonData, (y, O) => {
|
|
11069
11069
|
var P, m, D, S, v, E;
|
|
@@ -11109,12 +11109,12 @@ function EB(s, a, o, u, i, l) {
|
|
|
11109
11109
|
])
|
|
11110
11110
|
]);
|
|
11111
11111
|
}
|
|
11112
|
-
const
|
|
11112
|
+
const PW = /* @__PURE__ */ Gt(_W, [["render", EW], ["__scopeId", "data-v-d22314b1"]]), $tt = {
|
|
11113
11113
|
install(s) {
|
|
11114
|
-
s.component("HurricaneReport",
|
|
11114
|
+
s.component("HurricaneReport", PW);
|
|
11115
11115
|
}
|
|
11116
11116
|
};
|
|
11117
|
-
const
|
|
11117
|
+
const BW = {
|
|
11118
11118
|
components: {
|
|
11119
11119
|
IdmBrand: pl
|
|
11120
11120
|
},
|
|
@@ -11198,30 +11198,30 @@ const FB = {
|
|
|
11198
11198
|
this.breaked = l < o + u;
|
|
11199
11199
|
});
|
|
11200
11200
|
}
|
|
11201
|
-
}, Ts = (s) => (he("data-v-db643e45"), s = s(), ve(), s),
|
|
11201
|
+
}, Ts = (s) => (he("data-v-db643e45"), s = s(), ve(), s), FW = { class: "invoice-report" }, WW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", { class: "report-bg" }, [
|
|
11202
11202
|
/* @__PURE__ */ t("img", { src: "https://img.idmwx.com/asset/report-head-bg.png" })
|
|
11203
|
-
], -1)),
|
|
11203
|
+
], -1)), LW = { class: "report-title" }, HW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", { class: "title" }, "INVOICE", -1)), MW = { class: "title-info" }, GW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", null, [
|
|
11204
11204
|
/* @__PURE__ */ t("img", {
|
|
11205
11205
|
class: "logo",
|
|
11206
11206
|
src: "https://img.idmwx.com/asset/logo-150x150.png"
|
|
11207
11207
|
})
|
|
11208
|
-
], -1)),
|
|
11208
|
+
], -1)), IW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", null, "Room 1006,Building 5,No. 199,", -1)), RW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", null, "Shandnog Road,Qing Dao China", -1)), NW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", null, "Post Code: 266000", -1)), UW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", null, "Email: op@oceanpitech.com", -1)), YW = { class: "report-content" }, ZW = {
|
|
11209
11209
|
style: { display: "flex" },
|
|
11210
11210
|
ref: "name",
|
|
11211
11211
|
class: "name"
|
|
11212
|
-
},
|
|
11212
|
+
}, VW = ["innerHTML"], zW = { style: { "margin-bottom": "10px" } }, QW = {
|
|
11213
11213
|
class: "table",
|
|
11214
11214
|
ref: "table"
|
|
11215
|
-
},
|
|
11215
|
+
}, JW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("thead", null, [
|
|
11216
11216
|
/* @__PURE__ */ t("tr", null, [
|
|
11217
11217
|
/* @__PURE__ */ t("td", null, "NO"),
|
|
11218
11218
|
/* @__PURE__ */ t("td", null, "ITEMS"),
|
|
11219
11219
|
/* @__PURE__ */ t("td", null, "AMOUNTS")
|
|
11220
11220
|
])
|
|
11221
|
-
], -1)),
|
|
11221
|
+
], -1)), KW = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("td", null, null, -1)), XW = { class: "total" }, qW = { class: "total" }, jW = {
|
|
11222
11222
|
key: 0,
|
|
11223
11223
|
class: "page-break"
|
|
11224
|
-
}, $
|
|
11224
|
+
}, $W = {
|
|
11225
11225
|
ref: "detail",
|
|
11226
11226
|
class: "detail"
|
|
11227
11227
|
}, tL = { class: "title" }, eL = { class: "info" }, sL = { class: "info" }, oL = { class: "info" }, iL = { class: "info" }, lL = { class: "info" }, aL = { key: 0 }, nL = { class: "info" }, dL = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("span", { class: "info-title" }, "SWIFT: ", -1)), cL = { class: "info" }, rL = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("span", { class: "info-title" }, "Bank Add: ", -1)), uL = { class: "info" }, hL = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("span", { class: "info-title" }, "INTERMEDIARY BANK: ", -1)), vL = { class: "info" }, _L = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("span", { class: "info-title" }, "SWIFT BIC: ", -1)), pL = { key: 1 }, fL = { class: "info" }, mL = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("span", { class: "info-title cny" }, "税号: ", -1)), yL = {
|
|
@@ -11230,39 +11230,39 @@ const FB = {
|
|
|
11230
11230
|
class: "detail"
|
|
11231
11231
|
}, bL = /* @__PURE__ */ Ts(() => /* @__PURE__ */ t("div", { class: "title" }, "MEMO", -1)), xL = ["innerHTML"];
|
|
11232
11232
|
function CL(s, a, o, u, i, l) {
|
|
11233
|
-
var r, y, O, P, m, D, S, v, E,
|
|
11233
|
+
var r, y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X;
|
|
11234
11234
|
const f = it("IdmBrand");
|
|
11235
|
-
return d(), c("div",
|
|
11235
|
+
return d(), c("div", FW, [
|
|
11236
11236
|
L(f),
|
|
11237
|
-
|
|
11238
|
-
t("div",
|
|
11239
|
-
|
|
11240
|
-
t("div",
|
|
11241
|
-
|
|
11237
|
+
WW,
|
|
11238
|
+
t("div", LW, [
|
|
11239
|
+
HW,
|
|
11240
|
+
t("div", MW, [
|
|
11241
|
+
GW,
|
|
11242
11242
|
t("div", null, [
|
|
11243
11243
|
t("div", {
|
|
11244
11244
|
class: A(i.isUSD ? "info-title" : "info-title cny")
|
|
11245
11245
|
}, "Ocean PI Technology Co., Ltd", 2),
|
|
11246
|
-
|
|
11247
|
-
|
|
11248
|
-
|
|
11249
|
-
|
|
11246
|
+
IW,
|
|
11247
|
+
RW,
|
|
11248
|
+
NW,
|
|
11249
|
+
UW
|
|
11250
11250
|
])
|
|
11251
11251
|
])
|
|
11252
11252
|
]),
|
|
11253
|
-
t("div",
|
|
11254
|
-
t("div",
|
|
11253
|
+
t("div", YW, [
|
|
11254
|
+
t("div", ZW, [
|
|
11255
11255
|
C(" To: "),
|
|
11256
11256
|
t("div", {
|
|
11257
11257
|
class: "name",
|
|
11258
11258
|
innerHTML: l.computeHtml((y = (r = o.data) == null ? void 0 : r.invoiceTitle) == null ? void 0 : y.name)
|
|
11259
|
-
}, null, 8,
|
|
11259
|
+
}, null, 8, VW)
|
|
11260
11260
|
], 512),
|
|
11261
11261
|
t("div", null, "Date: " + e(l.computeUTCTime((O = o.data) == null ? void 0 : O.paymentDate, "YYYY MMM DD")), 1),
|
|
11262
|
-
t("div",
|
|
11263
|
-
t("div",
|
|
11262
|
+
t("div", zW, "No: " + e((P = o.data) == null ? void 0 : P.number), 1),
|
|
11263
|
+
t("div", QW, [
|
|
11264
11264
|
t("table", null, [
|
|
11265
|
-
|
|
11265
|
+
JW,
|
|
11266
11266
|
t("tbody", null, [
|
|
11267
11267
|
(d(!0), c(M, null, rt((m = o.data) == null ? void 0 : m.reservations, (Z, w) => (d(), c("tr", { key: w }, [
|
|
11268
11268
|
t("td", null, e(w + 1), 1),
|
|
@@ -11273,20 +11273,20 @@ function CL(s, a, o, u, i, l) {
|
|
|
11273
11273
|
t("td", null, e(`$ ${Z == null ? void 0 : Z.amount}`), 1)
|
|
11274
11274
|
]))), 128)),
|
|
11275
11275
|
t("tr", null, [
|
|
11276
|
-
|
|
11276
|
+
KW,
|
|
11277
11277
|
t("td", null, [
|
|
11278
11278
|
t("span", null, e(`${i.isUSD ? "" : "Exchange rate: " + ((D = o.data) == null ? void 0 : D.rate)}`) + " ", 1),
|
|
11279
|
-
t("span",
|
|
11279
|
+
t("span", XW, e(`${i.isUSD ? "TOTAL" : "TOTAL Amounts in CNY"}`), 1)
|
|
11280
11280
|
]),
|
|
11281
11281
|
t("td", null, [
|
|
11282
|
-
t("span",
|
|
11282
|
+
t("span", qW, e(`${i.isUSD ? "$" : "¥"} ${(S = o.data) == null ? void 0 : S.paymentAmount}`), 1)
|
|
11283
11283
|
])
|
|
11284
11284
|
])
|
|
11285
11285
|
])
|
|
11286
11286
|
])
|
|
11287
11287
|
], 512),
|
|
11288
|
-
i.breaked ? (d(), c("div",
|
|
11289
|
-
t("div", $
|
|
11288
|
+
i.breaked ? (d(), c("div", jW)) : x("", !0),
|
|
11289
|
+
t("div", $W, [
|
|
11290
11290
|
t("div", tL, e(`${i.isUSD ? "USD ACCOUNT" : "CNY ACCOUNT"}:`), 1),
|
|
11291
11291
|
t("div", eL, [
|
|
11292
11292
|
t("span", {
|
|
@@ -11304,7 +11304,7 @@ function CL(s, a, o, u, i, l) {
|
|
|
11304
11304
|
t("span", {
|
|
11305
11305
|
class: A(i.isUSD ? "info-title" : "info-title cny")
|
|
11306
11306
|
}, e(`${i.isUSD ? "Tel" : "电话号码"}: `), 3),
|
|
11307
|
-
t("span", null, e(((
|
|
11307
|
+
t("span", null, e(((B = i.company) == null ? void 0 : B.tel) ?? "-"), 1)
|
|
11308
11308
|
]),
|
|
11309
11309
|
t("div", iL, [
|
|
11310
11310
|
t("span", {
|
|
@@ -11352,7 +11352,7 @@ function CL(s, a, o, u, i, l) {
|
|
|
11352
11352
|
])
|
|
11353
11353
|
]);
|
|
11354
11354
|
}
|
|
11355
|
-
const gL = /* @__PURE__ */ Gt(
|
|
11355
|
+
const gL = /* @__PURE__ */ Gt(BW, [["render", CL], ["__scopeId", "data-v-db643e45"]]);
|
|
11356
11356
|
const DL = {
|
|
11357
11357
|
components: {
|
|
11358
11358
|
IdmBrand: Lo
|
|
@@ -11374,7 +11374,7 @@ const DL = {
|
|
|
11374
11374
|
address: "Rm1805, B Technology Innovation Bldg. No. 171 Shandong Rd, Qingdao, China",
|
|
11375
11375
|
tel: "15192665266",
|
|
11376
11376
|
bank: "Bank of China Qingdao Chengyang Sub-Branch",
|
|
11377
|
-
number: "
|
|
11377
|
+
number: "216950903845",
|
|
11378
11378
|
swift: "BKCHCNBJ50A",
|
|
11379
11379
|
bankAddr: "198 Zhengyang road Chengyang District, Qingdao, China",
|
|
11380
11380
|
intermediaryBank: "Bank of China New York Branch",
|
|
@@ -11399,10 +11399,10 @@ const DL = {
|
|
|
11399
11399
|
},
|
|
11400
11400
|
mounted() {
|
|
11401
11401
|
}
|
|
11402
|
-
}, Xe = (s) => (he("data-v-
|
|
11402
|
+
}, Xe = (s) => (he("data-v-37fd64ff"), s = s(), ve(), s), AL = { class: "invoice-report" }, wL = { class: "section company-section" }, kL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("div", {
|
|
11403
11403
|
class: "company-item",
|
|
11404
11404
|
style: { "font-weight": "600", "font-size": "16px", "margin-bottom": "10px" }
|
|
11405
|
-
}, "ACCOUNT", -1)), SL = { class: "company-item" }, TL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Bank", -1)), OL = { class: "company-item" }, EL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Account", -1)), PL = { class: "company-item" },
|
|
11405
|
+
}, "ACCOUNT", -1)), SL = { class: "company-item" }, TL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Bank", -1)), OL = { class: "company-item" }, EL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Account", -1)), PL = { class: "company-item" }, BL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Title", -1)), FL = { class: "company-item" }, WL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Addr", -1)), LL = { class: "company-item" }, HL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Tel", -1)), ML = { class: "company-item" }, GL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Tax ID", -1)), IL = { class: "company-item" }, RL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Beneficiary's Name", -1)), NL = { class: "company-item" }, UL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Add", -1)), YL = { class: "company-item" }, ZL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Bank Name", -1)), VL = { class: "company-item" }, zL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "A/C No.", -1)), QL = { class: "company-item" }, JL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), KL = { class: "company-item" }, XL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Bank Add", -1)), qL = { class: "company-item" }, jL = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "Intermediary Bank", -1)), $L = { class: "company-item" }, tH = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), eH = { class: "company-item" }, sH = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("label", null, "ABA NO.", -1)), oH = { class: "section items-section" }, iH = { class: "flex-start" }, lH = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("div", { class: "invoice-item" }, "To:", -1)), aH = ["innerHTML"], nH = { class: "flex-space" }, dH = { class: "invoice-item" }, cH = {
|
|
11406
11406
|
key: 0,
|
|
11407
11407
|
class: "invoice-item"
|
|
11408
11408
|
}, rH = {
|
|
@@ -11420,9 +11420,9 @@ const DL = {
|
|
|
11420
11420
|
}, vH = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", null, "Total Amounts in CNY", -1)), _H = { key: 1 }, pH = { class: "total" }, fH = { key: 0 }, mH = { key: 1 }, yH = {
|
|
11421
11421
|
key: 0,
|
|
11422
11422
|
class: "memo-block"
|
|
11423
|
-
}, bH = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("div", { class: "invoice-item" }, "MEMO", -1)), xH = ["innerHTML"], CH = /* @__PURE__ */ ut('<div class="section sign-section" data-v-
|
|
11423
|
+
}, bH = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("div", { class: "invoice-item" }, "MEMO", -1)), xH = ["innerHTML"], CH = /* @__PURE__ */ ut('<div class="section sign-section" data-v-37fd64ff><div class="flex-space" data-v-37fd64ff><div class="sign-block" data-v-37fd64ff><div data-v-37fd64ff>Finance Team</div><div data-v-37fd64ff>Ocean Right Marine Service Co., Ltd.</div><div data-v-37fd64ff>Email: <a href="mailto:op@ormwx.com" data-v-37fd64ff>op@ormwx.com</a></div><div data-v-37fd64ff>Add: Rm1805, B Technology Innovation Bldg, No. 171 Shandong Road, Qingdao, China.</div></div><div class="thank-block" data-v-37fd64ff> Thank You </div></div></div>', 1);
|
|
11424
11424
|
function gH(s, a, o, u, i, l) {
|
|
11425
|
-
var r, y, O, P, m, D, S, v, E,
|
|
11425
|
+
var r, y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt;
|
|
11426
11426
|
const f = it("IdmBrand");
|
|
11427
11427
|
return d(), c("div", AL, [
|
|
11428
11428
|
L(f, { name: "INVOICE" }),
|
|
@@ -11438,16 +11438,16 @@ function gH(s, a, o, u, i, l) {
|
|
|
11438
11438
|
t("span", null, e((m = i.account[(P = o.report) == null ? void 0 : P.paymentType]) == null ? void 0 : m.number), 1)
|
|
11439
11439
|
]),
|
|
11440
11440
|
t("div", PL, [
|
|
11441
|
-
|
|
11441
|
+
BL,
|
|
11442
11442
|
t("span", null, e((S = i.account[(D = o.report) == null ? void 0 : D.paymentType]) == null ? void 0 : S.title), 1)
|
|
11443
11443
|
]),
|
|
11444
|
-
t("div",
|
|
11445
|
-
|
|
11444
|
+
t("div", FL, [
|
|
11445
|
+
WL,
|
|
11446
11446
|
t("span", null, e((E = i.account[(v = o.report) == null ? void 0 : v.paymentType]) == null ? void 0 : E.address), 1)
|
|
11447
11447
|
]),
|
|
11448
11448
|
t("div", LL, [
|
|
11449
11449
|
HL,
|
|
11450
|
-
t("span", null, e((G = i.account[(
|
|
11450
|
+
t("span", null, e((G = i.account[(B = o.report) == null ? void 0 : B.paymentType]) == null ? void 0 : G.tel), 1)
|
|
11451
11451
|
]),
|
|
11452
11452
|
t("div", ML, [
|
|
11453
11453
|
GL,
|
|
@@ -11497,7 +11497,7 @@ function gH(s, a, o, u, i, l) {
|
|
|
11497
11497
|
lH,
|
|
11498
11498
|
t("div", {
|
|
11499
11499
|
class: "invoice-item",
|
|
11500
|
-
style: { "font-weight": "500" },
|
|
11500
|
+
style: { "font-weight": "500", "margin-left": "4px" },
|
|
11501
11501
|
innerHTML: (h = (nt = (n = o.report) == null ? void 0 : n.invoiceTitle) == null ? void 0 : nt.name) == null ? void 0 : h.replace(`
|
|
11502
11502
|
`, "<br/>")
|
|
11503
11503
|
}, null, 8, aH)
|
|
@@ -11541,7 +11541,7 @@ function gH(s, a, o, u, i, l) {
|
|
|
11541
11541
|
CH
|
|
11542
11542
|
]);
|
|
11543
11543
|
}
|
|
11544
|
-
const DH = /* @__PURE__ */ Gt(DL, [["render", gH], ["__scopeId", "data-v-
|
|
11544
|
+
const DH = /* @__PURE__ */ Gt(DL, [["render", gH], ["__scopeId", "data-v-37fd64ff"]]), tet = {
|
|
11545
11545
|
install(s) {
|
|
11546
11546
|
s.component("InvoiceReport", gL), s.component("OrmInvoiceReport", DH);
|
|
11547
11547
|
}
|
|
@@ -11658,7 +11658,7 @@ const SH = {
|
|
|
11658
11658
|
class: "buttons"
|
|
11659
11659
|
};
|
|
11660
11660
|
function PH(s, a, o, u, i, l) {
|
|
11661
|
-
const f = it("ElTag"), r = it("ElInput"), y = it("IdmEditor"), O = it("ElInputNumber"), P = it("ElDatePicker"), m = it("ElOption"), D = it("ElSelect"), S = it("ElRadio"), v = it("ElRadioGroup"), E = it("ElCheckbox"),
|
|
11661
|
+
const f = it("ElTag"), r = it("ElInput"), y = it("IdmEditor"), O = it("ElInputNumber"), P = it("ElDatePicker"), m = it("ElOption"), D = it("ElSelect"), S = it("ElRadio"), v = it("ElRadioGroup"), E = it("ElCheckbox"), B = it("ElCheckboxGroup"), G = it("Edit"), U = it("ElIcon"), Y = it("ElButton"), I = it("Close");
|
|
11662
11662
|
return d(), c("div", TH, [
|
|
11663
11663
|
t("div", {
|
|
11664
11664
|
class: "group",
|
|
@@ -11809,7 +11809,7 @@ function PH(s, a, o, u, i, l) {
|
|
|
11809
11809
|
]),
|
|
11810
11810
|
_: 1
|
|
11811
11811
|
}, 8, ["modelValue", "size", "onChange"])) : x("", !0),
|
|
11812
|
-
o.type === "checkbox" ? (d(), re(
|
|
11812
|
+
o.type === "checkbox" ? (d(), re(B, {
|
|
11813
11813
|
key: 10,
|
|
11814
11814
|
modelValue: i.model,
|
|
11815
11815
|
"onUpdate:modelValue": a[12] || (a[12] = (T) => i.model = T),
|
|
@@ -11914,7 +11914,7 @@ function PH(s, a, o, u, i, l) {
|
|
|
11914
11914
|
]);
|
|
11915
11915
|
}
|
|
11916
11916
|
const Qa = /* @__PURE__ */ Gt(SH, [["render", PH]]);
|
|
11917
|
-
const
|
|
11917
|
+
const BH = {
|
|
11918
11918
|
props: {
|
|
11919
11919
|
report: {
|
|
11920
11920
|
type: Object,
|
|
@@ -12077,16 +12077,16 @@ const FH = {
|
|
|
12077
12077
|
});
|
|
12078
12078
|
}
|
|
12079
12079
|
}
|
|
12080
|
-
},
|
|
12080
|
+
}, W = (s) => (he("data-v-4829e189"), s = s(), ve(), s), FH = { class: "deviation-report" }, WH = { class: "section vessel-section" }, LH = { class: "report-summary" }, HH = { class: "summary-item" }, MH = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Name", -1)), GH = { class: "flexL gray" }, IH = { class: "summary-item" }, RH = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Prepared For", -1)), NH = { class: "flexL gray" }, UH = { class: "summary-item" }, YH = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Type", -1)), ZH = { class: "flexL gray" }, VH = { class: "summary-item" }, zH = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Reference Number", -1)), QH = { class: "flexL gray" }, JH = { class: "summary-item" }, KH = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Departure", -1)), XH = {
|
|
12081
12081
|
class: "flexL gray",
|
|
12082
12082
|
style: { display: "flex" }
|
|
12083
|
-
}, qH = { class: "flex" }, jH = { class: "flexM" }, $H = { class: "summary-item" }, tM = /* @__PURE__ */
|
|
12083
|
+
}, qH = { class: "flex" }, jH = { class: "flexM" }, $H = { class: "summary-item" }, tM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Arrival", -1)), eM = {
|
|
12084
12084
|
class: "flexL gray",
|
|
12085
12085
|
style: { display: "flex" }
|
|
12086
|
-
}, sM = { class: "flex" }, oM = { class: "flexM" }, iM = { class: "section summary-section" }, lM = /* @__PURE__ */
|
|
12086
|
+
}, sM = { class: "flex" }, oM = { class: "flexM" }, iM = { class: "section summary-section" }, lM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), aM = { class: "report-summary" }, nM = { class: "summary-item" }, dM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "Extra Distance (nm)", -1)), cM = { class: "summary-item" }, rM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "Total extra Time (hrs)", -1)), uM = { class: "summary-item" }, hM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "FO Total extra Consumption (mt)", -1)), vM = { class: "summary-item" }, _M = /* @__PURE__ */ W(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "DO/GO Total extra Consumption (mt)", -1)), pM = { class: "section map-section" }, fM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Voyage Map", -1)), mM = { class: "report-map" }, yM = ["src"], bM = /* @__PURE__ */ ut('<div class="legend" data-v-4829e189><div class="legend-item" data-v-4829e189><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-4829e189></div><div data-v-4829e189>Actual Route</div></div><div class="legend-item" data-v-4829e189><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-4829e189></div><div data-v-4829e189>Route prior to deviation</div></div></div>', 1), xM = {
|
|
12087
12087
|
key: 0,
|
|
12088
12088
|
class: "section deviation-section"
|
|
12089
|
-
}, CM = /* @__PURE__ */
|
|
12089
|
+
}, CM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Deviation Information", -1)), gM = { class: "report-summary" }, DM = /* @__PURE__ */ ut('<div class="summary-item" data-v-4829e189><div class="blue center" style="width:17%;" data-v-4829e189>Deviation</div><div class="blue center" style="width:20%;" data-v-4829e189>Position</div><div class="blue center" style="width:17%;" data-v-4829e189>Date Time</div><div class="flex blue center" data-v-4829e189>FO BROB<br data-v-4829e189>(mt)</div><div class="flex blue center" data-v-4829e189>DO/GO<br data-v-4829e189>BROB (mt)</div><div class="flex blue center" data-v-4829e189>Bunkering<br data-v-4829e189>FO (mt)</div><div class="flex blue center" data-v-4829e189>Bunkering<br data-v-4829e189>DO/GO (mt)</div></div>', 1), AM = { class: "summary-item" }, wM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12090
12090
|
class: "blue center",
|
|
12091
12091
|
style: { width: "17%" }
|
|
12092
12092
|
}, "Deviation", -1)), kM = {
|
|
@@ -12095,25 +12095,25 @@ const FH = {
|
|
|
12095
12095
|
}, SM = {
|
|
12096
12096
|
class: "blue center",
|
|
12097
12097
|
style: { width: "17%" }
|
|
12098
|
-
}, TM = { class: "flex blue center" }, OM = { class: "flex blue center" }, EM = /* @__PURE__ */
|
|
12098
|
+
}, TM = { class: "flex blue center" }, OM = { class: "flex blue center" }, EM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), PM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), BM = { class: "summary-item" }, FM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12099
12099
|
class: "blue center",
|
|
12100
12100
|
style: { width: "17%" }
|
|
12101
|
-
}, "Back on Track", -1)),
|
|
12101
|
+
}, "Back on Track", -1)), WM = {
|
|
12102
12102
|
class: "blue center",
|
|
12103
12103
|
style: { width: "20%" }
|
|
12104
12104
|
}, LM = {
|
|
12105
12105
|
class: "blue center",
|
|
12106
12106
|
style: { width: "17%" }
|
|
12107
|
-
}, HM = { class: "flex blue center" }, MM = { class: "flex blue center" }, GM = { class: "flex blue center" }, IM = { class: "flex blue center" }, RM = { class: "summary-item" }, NM = /* @__PURE__ */
|
|
12107
|
+
}, HM = { class: "flex blue center" }, MM = { class: "flex blue center" }, GM = { class: "flex blue center" }, IM = { class: "flex blue center" }, RM = { class: "summary-item" }, NM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12108
12108
|
class: "blue center",
|
|
12109
12109
|
style: { width: "17%" }
|
|
12110
|
-
}, "Time & Consumption", -1)), UM = /* @__PURE__ */
|
|
12110
|
+
}, "Time & Consumption", -1)), UM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12111
12111
|
class: "blue center",
|
|
12112
12112
|
style: { width: "20%" }
|
|
12113
12113
|
}, null, -1)), YM = {
|
|
12114
12114
|
class: "blue center",
|
|
12115
12115
|
style: { width: "17%" }
|
|
12116
|
-
}, ZM = { class: "flex blue center" }, VM = { class: "flex blue center" }, zM = /* @__PURE__ */
|
|
12116
|
+
}, ZM = { class: "flex blue center" }, VM = { class: "flex blue center" }, zM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), QM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), JM = { class: "section cp-section" }, KM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "CP Terms", -1)), XM = { class: "report-summary" }, qM = { class: "summary-item" }, jM = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "CP Speed (kts)", -1)), $M = { class: "flexL blue center" }, tG = { class: "summary-item" }, eG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "CP Daily FO Consumption (mt)", -1)), sG = { class: "flexL blue center" }, oG = { class: "summary-item" }, iG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "CP Daily DO/GO Consumption (mt)", -1)), lG = { class: "flexL blue center" }, aG = { class: "section port-section" }, nG = { class: "subtitle port" }, dG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", null, "Extra Port Information", -1)), cG = { class: "print-hidden" }, rG = { class: "report-port" }, uG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("thead", null, [
|
|
12117
12117
|
/* @__PURE__ */ t("tr", null, [
|
|
12118
12118
|
/* @__PURE__ */ t("th", null, "Extra Port"),
|
|
12119
12119
|
/* @__PURE__ */ t("th", null, "Event"),
|
|
@@ -12136,136 +12136,136 @@ const FH = {
|
|
|
12136
12136
|
]),
|
|
12137
12137
|
/* @__PURE__ */ t("th", { class: "print-hidden" })
|
|
12138
12138
|
])
|
|
12139
|
-
], -1)), hG = { rowspan: 2 }, vG = /* @__PURE__ */
|
|
12139
|
+
], -1)), hG = { rowspan: 2 }, vG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, "Arrival", -1)), _G = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, null, -1)), pG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, null, -1)), fG = {
|
|
12140
12140
|
rowspan: 2,
|
|
12141
12141
|
class: "print-hidden"
|
|
12142
|
-
}, mG = /* @__PURE__ */
|
|
12142
|
+
}, mG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, "Departure", -1)), yG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, "Time & Consumption", -1)), bG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, null, -1)), xG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, null, -1)), CG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", null, null, -1)), gG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("td", { class: "print-hidden" }, null, -1)), DG = { class: "section distance-section" }, AG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Distance Analysis", -1)), wG = { class: "report-summary" }, kG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
12143
12143
|
/* @__PURE__ */ t("div", {
|
|
12144
12144
|
class: "blue",
|
|
12145
12145
|
style: { width: "30%" }
|
|
12146
12146
|
}),
|
|
12147
12147
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "Actual Route"),
|
|
12148
12148
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "Route prior to deviation")
|
|
12149
|
-
], -1)), SG = { class: "summary-item" }, TG = /* @__PURE__ */
|
|
12149
|
+
], -1)), SG = { class: "summary-item" }, TG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12150
12150
|
class: "blue",
|
|
12151
12151
|
style: { width: "30%" }
|
|
12152
|
-
}, "Distance (nm)", -1)), OG = { class: "flex blue center" }, EG = { class: "flex blue center" }, PG = { class: "summary-item" },
|
|
12152
|
+
}, "Distance (nm)", -1)), OG = { class: "flex blue center" }, EG = { class: "flex blue center" }, PG = { class: "summary-item" }, BG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12153
12153
|
class: "blue",
|
|
12154
12154
|
style: { width: "30%" }
|
|
12155
|
-
}, "Extra Distance (nm)", -1)),
|
|
12155
|
+
}, "Extra Distance (nm)", -1)), FG = { class: "flex blue center" }, WG = { class: "section time-section" }, LG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Time Analysis", -1)), HG = {
|
|
12156
12156
|
key: 0,
|
|
12157
12157
|
class: "report-formular"
|
|
12158
12158
|
}, MG = { class: "equation" }, GG = /* @__PURE__ */ ut('<div style="width:30%;text-align:left;" data-v-4829e189>Time for extra distance sailing (hrs)</div><div style="width:5%;" data-v-4829e189>=</div><div class="function" style="width:20%;" data-v-4829e189><div data-v-4829e189>Deviation Distance</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>CP Speed</div></div><div style="width:5%;" data-v-4829e189>=</div>', 4), IG = {
|
|
12159
12159
|
class: "function",
|
|
12160
12160
|
style: { width: "20%" }
|
|
12161
|
-
}, RG = /* @__PURE__ */
|
|
12161
|
+
}, RG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), NG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), UG = { style: { width: "10%" } }, YG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), ZG = { class: "equation" }, VG = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-4829e189>Total extra Time (hrs)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:28%;" data-v-4829e189>Time for extra distance sailing (hrs)</div><div style="width:2%;" data-v-4829e189>+</div><div style="width:23%;" data-v-4829e189>Time spent in extra port (hrs)</div><div style="width:2%;" data-v-4829e189>=</div>', 6), zG = { style: { width: "5%" } }, QG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "+", -1)), JG = { style: { width: "8%" } }, KG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "=", -1)), XG = { style: { width: "4%" } }, qG = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), jG = {
|
|
12162
12162
|
key: 1,
|
|
12163
12163
|
class: "report-formular"
|
|
12164
12164
|
}, $G = { class: "equation" }, tI = /* @__PURE__ */ ut('<div style="width:30%;text-align:left;" data-v-4829e189>Time for Route prior to deviation sailing (hrs)</div><div style="width:5%;" data-v-4829e189>=</div><div class="function" style="width:20%;" data-v-4829e189><div data-v-4829e189>Distance</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>CP Speed</div></div><div style="width:5%;" data-v-4829e189>=</div>', 4), eI = {
|
|
12165
12165
|
class: "function",
|
|
12166
12166
|
style: { width: "20%" }
|
|
12167
|
-
}, sI = /* @__PURE__ */
|
|
12167
|
+
}, sI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), oI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), iI = { style: { width: "10%" } }, lI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), aI = {
|
|
12168
12168
|
key: 0,
|
|
12169
12169
|
class: "equation"
|
|
12170
|
-
}, nI = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-4829e189>Total extra Time (hrs)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:24%;" data-v-4829e189>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-4829e189>-</div><div style="width:30%;" data-v-4829e189>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-4829e189>=</div>', 6), dI = { style: { width: "5%" } }, cI = /* @__PURE__ */
|
|
12170
|
+
}, nI = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-4829e189>Total extra Time (hrs)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:24%;" data-v-4829e189>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-4829e189>-</div><div style="width:30%;" data-v-4829e189>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-4829e189>=</div>', 6), dI = { style: { width: "5%" } }, cI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "-", -1)), rI = { style: { width: "5%" } }, uI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "=", -1)), hI = { style: { width: "5%" } }, vI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), _I = {
|
|
12171
12171
|
key: 1,
|
|
12172
12172
|
class: "equation"
|
|
12173
|
-
}, pI = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-4829e189>Total extra Time (hrs)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:24%;" data-v-4829e189>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-4829e189>-</div><div style="width:20%;" data-v-4829e189>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-4829e189>-</div><div style="width:10%;" data-v-4829e189>Time spent in port (hrs)</div><div style="width:2%;" data-v-4829e189>=</div>', 8), fI = { style: { width: "5%" } }, mI = /* @__PURE__ */
|
|
12173
|
+
}, pI = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-4829e189>Total extra Time (hrs)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:24%;" data-v-4829e189>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-4829e189>-</div><div style="width:20%;" data-v-4829e189>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-4829e189>-</div><div style="width:10%;" data-v-4829e189>Time spent in port (hrs)</div><div style="width:2%;" data-v-4829e189>=</div>', 8), fI = { style: { width: "5%" } }, mI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "-", -1)), yI = { style: { width: "5%" } }, bI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "-", -1)), xI = { style: { width: "5%" } }, CI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "=", -1)), gI = { style: { width: "5%" } }, DI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), AI = {
|
|
12174
12174
|
key: 2,
|
|
12175
12175
|
class: "report-summary"
|
|
12176
|
-
}, wI = { class: "summary-item" }, kI = /* @__PURE__ */
|
|
12176
|
+
}, wI = { class: "summary-item" }, kI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12177
12177
|
class: "blue",
|
|
12178
12178
|
style: { width: "30%" }
|
|
12179
|
-
}, "Time for extra distance sailing (hrs)", -1)), SI = { class: "flex blue center" }, TI = { class: "summary-item" }, OI = /* @__PURE__ */
|
|
12179
|
+
}, "Time for extra distance sailing (hrs)", -1)), SI = { class: "flex blue center" }, TI = { class: "summary-item" }, OI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12180
12180
|
class: "blue",
|
|
12181
12181
|
style: { width: "30%" }
|
|
12182
|
-
}, "Time spent in extra port (hrs)", -1)), EI = { class: "flex blue center" }, PI = { class: "summary-item" },
|
|
12182
|
+
}, "Time spent in extra port (hrs)", -1)), EI = { class: "flex blue center" }, PI = { class: "summary-item" }, BI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12183
12183
|
class: "blue",
|
|
12184
12184
|
style: { width: "30%" }
|
|
12185
|
-
}, "Total extra Time (hrs)", -1)),
|
|
12185
|
+
}, "Total extra Time (hrs)", -1)), FI = { class: "flex blue center" }, WI = {
|
|
12186
12186
|
key: 3,
|
|
12187
12187
|
class: "report-summary"
|
|
12188
|
-
}, LI = { class: "summary-item" }, HI = /* @__PURE__ */
|
|
12188
|
+
}, LI = { class: "summary-item" }, HI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12189
12189
|
class: "blue",
|
|
12190
12190
|
style: { width: "40%" }
|
|
12191
|
-
}, "Time for Route prior to deviation sailing (hrs)", -1)), MI = { class: "flex blue center" }, GI = { class: "summary-item" }, II = /* @__PURE__ */
|
|
12191
|
+
}, "Time for Route prior to deviation sailing (hrs)", -1)), MI = { class: "flex blue center" }, GI = { class: "summary-item" }, II = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12192
12192
|
class: "blue",
|
|
12193
12193
|
style: { width: "40%" }
|
|
12194
12194
|
}, "Time for Actual Route (hrs)", -1)), RI = { class: "flex blue center" }, NI = {
|
|
12195
12195
|
key: 0,
|
|
12196
12196
|
class: "summary-item"
|
|
12197
|
-
}, UI = /* @__PURE__ */
|
|
12197
|
+
}, UI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12198
12198
|
class: "blue",
|
|
12199
12199
|
style: { width: "40%" }
|
|
12200
|
-
}, "Time spent in port (hrs)", -1)), YI = { class: "flex blue center" }, ZI = { class: "summary-item" }, VI = /* @__PURE__ */
|
|
12200
|
+
}, "Time spent in port (hrs)", -1)), YI = { class: "flex blue center" }, ZI = { class: "summary-item" }, VI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", {
|
|
12201
12201
|
class: "blue",
|
|
12202
12202
|
style: { width: "40%" }
|
|
12203
|
-
}, "Total extra Time (hrs)", -1)), zI = { class: "flex blue center" }, QI = { class: "section consumption-section" }, JI = /* @__PURE__ */
|
|
12203
|
+
}, "Total extra Time (hrs)", -1)), zI = { class: "flex blue center" }, QI = { class: "section consumption-section" }, JI = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Consumption Analysis", -1)), KI = {
|
|
12204
12204
|
key: 0,
|
|
12205
12205
|
class: "report-formular"
|
|
12206
12206
|
}, XI = { class: "equation" }, qI = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>FO Consumption for extra distance sailing</div><div style="width:2%;" data-v-4829e189>=</div><div class="function" style="width:30%;" data-v-4829e189><div data-v-4829e189>Deviation Distance</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>CP Speed</div></div><div style="width:3%;" data-v-4829e189>×</div><div class="function" style="width:23%;" data-v-4829e189><div data-v-4829e189>Daily FO Consumption</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>24</div></div><div style="width:3%;" data-v-4829e189>=</div>', 6), jI = {
|
|
12207
12207
|
class: "function",
|
|
12208
12208
|
style: { width: "5%" }
|
|
12209
|
-
}, $I = /* @__PURE__ */
|
|
12209
|
+
}, $I = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), tR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), eR = {
|
|
12210
12210
|
class: "function",
|
|
12211
12211
|
style: { width: "5%" }
|
|
12212
|
-
}, sR = /* @__PURE__ */
|
|
12212
|
+
}, sR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), oR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", null, "24", -1)), iR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), lR = { style: { width: "5%" } }, aR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), nR = { class: "equation" }, dR = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:30%;" data-v-4829e189>FO Consumption for extra distance sailing (mt)</div><div style="width:3%;" data-v-4829e189>+</div><div style="width:23%;" data-v-4829e189>FO Consumption in extra port (mt)</div><div style="width:3%;" data-v-4829e189>=</div>', 6), cR = { style: { width: "5%" } }, rR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "+", -1)), uR = { style: { width: "5%" } }, hR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), vR = { style: { width: "5%" } }, _R = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), pR = { class: "equation" }, fR = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>DO Consumption for extra distance sailing</div><div style="width:2%;" data-v-4829e189>=</div><div class="function" style="width:30%;" data-v-4829e189><div data-v-4829e189>Deviation Distance</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>CP Speed</div></div><div style="width:3%;" data-v-4829e189>×</div><div class="function" style="width:23%;" data-v-4829e189><div data-v-4829e189>Daily DO Consumption</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>24</div></div><div style="width:3%;" data-v-4829e189>=</div>', 6), mR = {
|
|
12213
12213
|
class: "function",
|
|
12214
12214
|
style: { width: "5%" }
|
|
12215
|
-
}, yR = /* @__PURE__ */
|
|
12215
|
+
}, yR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), bR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), xR = {
|
|
12216
12216
|
class: "function",
|
|
12217
12217
|
style: { width: "5%" }
|
|
12218
|
-
}, CR = /* @__PURE__ */
|
|
12218
|
+
}, CR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), gR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", null, "24", -1)), DR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), AR = { style: { width: "5%" } }, wR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), kR = { class: "equation" }, SR = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:30%;" data-v-4829e189>DO/GO Consumption for extra distance sailing(mt)</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:23%;" data-v-4829e189>DO/GO Consumption in extra port(mt)</div><div style="width:3%;" data-v-4829e189>=</div>', 6), TR = { style: { width: "5%" } }, OR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), ER = { style: { width: "5%" } }, PR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), BR = { style: { width: "5%" } }, FR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), WR = {
|
|
12219
12219
|
key: 1,
|
|
12220
12220
|
class: "report-formular"
|
|
12221
12221
|
}, LR = { class: "equation" }, HR = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>FO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-4829e189>=</div><div class="function" style="width:30%;" data-v-4829e189><div data-v-4829e189>Route prior to deviation Distance</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>CP Speed</div></div><div style="width:3%;" data-v-4829e189>×</div><div class="function" style="width:23%;" data-v-4829e189><div data-v-4829e189>CP Daily FO Consumption</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>24</div></div><div style="width:3%;" data-v-4829e189>=</div>', 6), MR = {
|
|
12222
12222
|
class: "function",
|
|
12223
12223
|
style: { width: "5%" }
|
|
12224
|
-
}, GR = /* @__PURE__ */
|
|
12224
|
+
}, GR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), IR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), RR = {
|
|
12225
12225
|
class: "function",
|
|
12226
12226
|
style: { width: "5%" }
|
|
12227
|
-
}, NR = /* @__PURE__ */
|
|
12227
|
+
}, NR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), UR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", null, "24", -1)), YR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), ZR = { style: { width: "5%" } }, VR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), zR = { class: "equation" }, QR = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>DO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-4829e189>=</div><div class="function" style="width:30%;" data-v-4829e189><div data-v-4829e189>Route prior to deviation Distance</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>CP Speed</div></div><div style="width:3%;" data-v-4829e189>×</div><div class="function" style="width:23%;" data-v-4829e189><div data-v-4829e189>CP Daily DO Consumption</div><div class="fractional-line" data-v-4829e189></div><div data-v-4829e189>24</div></div><div style="width:3%;" data-v-4829e189>=</div>', 6), JR = {
|
|
12228
12228
|
class: "function",
|
|
12229
12229
|
style: { width: "5%" }
|
|
12230
|
-
}, KR = /* @__PURE__ */
|
|
12230
|
+
}, KR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), XR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), qR = {
|
|
12231
12231
|
class: "function",
|
|
12232
12232
|
style: { width: "5%" }
|
|
12233
|
-
}, jR = /* @__PURE__ */
|
|
12233
|
+
}, jR = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), $R = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", null, "24", -1)), tN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), eN = { style: { width: "5%" } }, sN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), oN = {
|
|
12234
12234
|
key: 0,
|
|
12235
12235
|
class: "equation"
|
|
12236
|
-
}, iN = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:30%;" data-v-4829e189>FO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:23%;" data-v-4829e189>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>=</div>', 6), lN = { style: { width: "5%" } }, aN = /* @__PURE__ */
|
|
12236
|
+
}, iN = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:30%;" data-v-4829e189>FO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:23%;" data-v-4829e189>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>=</div>', 6), lN = { style: { width: "5%" } }, aN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), nN = { style: { width: "5%" } }, dN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), cN = { style: { width: "5%" } }, rN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), uN = {
|
|
12237
12237
|
key: 1,
|
|
12238
12238
|
class: "equation"
|
|
12239
|
-
}, hN = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-4829e189>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:15%;" data-v-4829e189>FO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:20%;" data-v-4829e189>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:10%;" data-v-4829e189>FO Consumption in port</div><div style="width:3%;" data-v-4829e189>=</div>', 8), vN = { style: { width: "5%" } }, _N = /* @__PURE__ */
|
|
12239
|
+
}, hN = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-4829e189>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:15%;" data-v-4829e189>FO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:20%;" data-v-4829e189>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:10%;" data-v-4829e189>FO Consumption in port</div><div style="width:3%;" data-v-4829e189>=</div>', 8), vN = { style: { width: "5%" } }, _N = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), pN = { style: { width: "5%" } }, fN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), mN = { style: { width: "5%" } }, yN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), bN = { style: { width: "5%" } }, xN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), CN = {
|
|
12240
12240
|
key: 2,
|
|
12241
12241
|
class: "equation"
|
|
12242
|
-
}, gN = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:30%;" data-v-4829e189>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:23%;" data-v-4829e189>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>=</div>', 6), DN = { style: { width: "5%" } }, AN = /* @__PURE__ */
|
|
12242
|
+
}, gN = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-4829e189>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:30%;" data-v-4829e189>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:23%;" data-v-4829e189>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>=</div>', 6), DN = { style: { width: "5%" } }, AN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), wN = { style: { width: "5%" } }, kN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), SN = { style: { width: "5%" } }, TN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), ON = {
|
|
12243
12243
|
key: 3,
|
|
12244
12244
|
class: "equation"
|
|
12245
|
-
}, EN = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-4829e189>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:15%;" data-v-4829e189>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:20%;" data-v-4829e189>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:10%;" data-v-4829e189>DO/GO Consumption in port</div><div style="width:3%;" data-v-4829e189>=</div>', 8), PN = { style: { width: "5%" } },
|
|
12245
|
+
}, EN = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-4829e189>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-4829e189>=</div><div style="width:15%;" data-v-4829e189>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:20%;" data-v-4829e189>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-4829e189>-</div><div style="width:10%;" data-v-4829e189>DO/GO Consumption in port</div><div style="width:3%;" data-v-4829e189>=</div>', 8), PN = { style: { width: "5%" } }, BN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), FN = { style: { width: "5%" } }, WN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), LN = { style: { width: "5%" } }, HN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), MN = { style: { width: "5%" } }, GN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), IN = {
|
|
12246
12246
|
key: 2,
|
|
12247
12247
|
class: "report-summary"
|
|
12248
|
-
}, RN = /* @__PURE__ */
|
|
12248
|
+
}, RN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
12249
12249
|
/* @__PURE__ */ t("div", { class: "blue flexM" }),
|
|
12250
12250
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "FO"),
|
|
12251
12251
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "DO/GO")
|
|
12252
|
-
], -1)), NN = { class: "summary-item" }, UN = /* @__PURE__ */
|
|
12252
|
+
], -1)), NN = { class: "summary-item" }, UN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption for extra distance sailing (mt)", -1)), YN = { class: "flex blue center" }, ZN = { class: "flex blue center" }, VN = { class: "summary-item" }, zN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption in extra port (mt)", -1)), QN = { class: "flex blue center" }, JN = { class: "flex blue center" }, KN = { class: "summary-item" }, XN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)), qN = {
|
|
12253
12253
|
key: 3,
|
|
12254
12254
|
class: "report-summary"
|
|
12255
|
-
}, jN = /* @__PURE__ */
|
|
12255
|
+
}, jN = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
12256
12256
|
/* @__PURE__ */ t("div", { class: "blue flexM" }),
|
|
12257
12257
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "FO"),
|
|
12258
12258
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "DO/GO")
|
|
12259
|
-
], -1)), $N = { class: "summary-item" }, tU = /* @__PURE__ */
|
|
12259
|
+
], -1)), $N = { class: "summary-item" }, tU = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption for Route prior to deviation sailing (mt)", -1)), eU = { class: "flex blue center" }, sU = { class: "flex blue center" }, oU = { class: "summary-item" }, iU = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption for Actual Route (mt)", -1)), lU = { class: "flex blue center" }, aU = { class: "flex blue center" }, nU = {
|
|
12260
12260
|
key: 0,
|
|
12261
12261
|
class: "summary-item"
|
|
12262
|
-
}, dU = /* @__PURE__ */
|
|
12262
|
+
}, dU = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption in port (hrs)", -1)), cU = { class: "flex blue center" }, rU = { class: "flex blue center" }, uU = { class: "summary-item" }, hU = /* @__PURE__ */ W(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)), vU = { class: "section comment-section" }, _U = ["innerHTML"];
|
|
12263
12263
|
function pU(s, a, o, u, i, l) {
|
|
12264
|
-
var D, S, v, E,
|
|
12264
|
+
var D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze, je, Ss, Os, Es, Ps, Bs, J, ue, Ve, ze, $e, ts, es, ss, os, is, ls, as, ns, ds, cs, rs, us, hs, vs, _s, ps, fs, ms, ys, bs, xs, Cs, gs, Ds, Fs, Ws, Ls, Hs, Ms, Gs, Is, Rs, Ns, Us, Ys, Zs, Vs, zs, Qs, Js, Ks, Xs, qs, js, $s, to, oo, io, lo, ao, no, co, ro, uo, ho, vo, _o, po, fo, mo, yo, bo, xo, Co, go, Do, Ao, wo, ko, So, To, Oo, Je, Bo, Ho, Mo, Go, Io, Ro, No, Uo, Yo, Zo, Vo, zo, Qo, Jo, Ko, Xo, qo, jo, $o, ti, ei, si, oi, ii, li, ai, ni, di, ci, ri, ui, hi, vi, _i, pi, fi, mi, yi, bi, xi, Ci, gi, Di, Ai, wi, ki, Si, Ti, Oi, Ei, Pi, Bi, Fi, Wi, Li, Hi, Mi, Gi, Ii, Ri, Ni, Ui, Yi, Zi, Vi, zi, Qi, Ji, Ki, Xi, qi, ji, $i, tl, el, sl, ol, il, ll, al, vt, As, nl, dl, cl;
|
|
12265
12265
|
const f = it("IdmBrand"), r = it("EditableItem"), y = it("CirclePlus"), O = it("el-icon"), P = it("Remove"), m = it("Editor");
|
|
12266
|
-
return d(), c("div",
|
|
12266
|
+
return d(), c("div", FH, [
|
|
12267
12267
|
L(f, { name: "Voyage Deviation Report" }),
|
|
12268
|
-
t("div",
|
|
12268
|
+
t("div", WH, [
|
|
12269
12269
|
t("div", LH, [
|
|
12270
12270
|
t("div", HH, [
|
|
12271
12271
|
MH,
|
|
@@ -12277,7 +12277,7 @@ function pU(s, a, o, u, i, l) {
|
|
|
12277
12277
|
]),
|
|
12278
12278
|
t("div", UH, [
|
|
12279
12279
|
YH,
|
|
12280
|
-
t("div", ZH, e((
|
|
12280
|
+
t("div", ZH, e((B = (E = i.extraData) == null ? void 0 : E.vessel) == null ? void 0 : B.type), 1)
|
|
12281
12281
|
]),
|
|
12282
12282
|
t("div", VH, [
|
|
12283
12283
|
zH,
|
|
@@ -12363,7 +12363,7 @@ function pU(s, a, o, u, i, l) {
|
|
|
12363
12363
|
L(r, {
|
|
12364
12364
|
style: { padding: "0px" },
|
|
12365
12365
|
class: "editable-item",
|
|
12366
|
-
value: (
|
|
12366
|
+
value: (Bt = i.extraData) == null ? void 0 : Bt.startDgoBrob,
|
|
12367
12367
|
iconable: !1,
|
|
12368
12368
|
size: "small",
|
|
12369
12369
|
type: "alphanumeric",
|
|
@@ -12374,9 +12374,9 @@ function pU(s, a, o, u, i, l) {
|
|
|
12374
12374
|
EM,
|
|
12375
12375
|
PM
|
|
12376
12376
|
]),
|
|
12377
|
-
t("div",
|
|
12378
|
-
|
|
12379
|
-
t("div",
|
|
12377
|
+
t("div", BM, [
|
|
12378
|
+
FM,
|
|
12379
|
+
t("div", WM, e(l.computedLngLat((Ft = i.extraData) == null ? void 0 : Ft.endLng, (Wt = i.extraData) == null ? void 0 : Wt.endLat)), 1),
|
|
12380
12380
|
t("div", LM, e(l.computeUTCTime((Lt = i.extraData) == null ? void 0 : Lt.endTime, "MMM DD,YYYY HHmm")), 1),
|
|
12381
12381
|
t("div", HM, [
|
|
12382
12382
|
L(r, {
|
|
@@ -12646,12 +12646,12 @@ function pU(s, a, o, u, i, l) {
|
|
|
12646
12646
|
])
|
|
12647
12647
|
]),
|
|
12648
12648
|
t("div", PG, [
|
|
12649
|
-
|
|
12650
|
-
t("div",
|
|
12649
|
+
BG,
|
|
12650
|
+
t("div", FG, e(((de = i.extraData) == null ? void 0 : de.extraDist) ?? "—"), 1)
|
|
12651
12651
|
])
|
|
12652
12652
|
])
|
|
12653
12653
|
]),
|
|
12654
|
-
t("div",
|
|
12654
|
+
t("div", WG, [
|
|
12655
12655
|
LG,
|
|
12656
12656
|
((ce = o.report) == null ? void 0 : ce.method) === "DistExtrapolate" ? (d(), c("div", HG, [
|
|
12657
12657
|
t("div", MG, [
|
|
@@ -12678,9 +12678,9 @@ function pU(s, a, o, u, i, l) {
|
|
|
12678
12678
|
t("div", $G, [
|
|
12679
12679
|
tI,
|
|
12680
12680
|
t("div", eI, [
|
|
12681
|
-
t("div", null, e((
|
|
12681
|
+
t("div", null, e((Be = i.extraData) == null ? void 0 : Be.priorDist), 1),
|
|
12682
12682
|
sI,
|
|
12683
|
-
t("div", null, e((
|
|
12683
|
+
t("div", null, e((We = (Fe = i.extraData) == null ? void 0 : Fe.cp) == null ? void 0 : We.speed), 1)
|
|
12684
12684
|
]),
|
|
12685
12685
|
oI,
|
|
12686
12686
|
t("div", iI, e((He = (Le = i.extraData) == null ? void 0 : Le.timeAnalysis) == null ? void 0 : He.sailingTime), 1),
|
|
@@ -12702,7 +12702,7 @@ function pU(s, a, o, u, i, l) {
|
|
|
12702
12702
|
bI,
|
|
12703
12703
|
t("div", xI, e((Es = (Os = i.extraData) == null ? void 0 : Os.timeAnalysis) == null ? void 0 : Es.portTime), 1),
|
|
12704
12704
|
CI,
|
|
12705
|
-
t("div", gI, e((
|
|
12705
|
+
t("div", gI, e((Bs = (Ps = i.extraData) == null ? void 0 : Ps.timeAnalysis) == null ? void 0 : Bs.totalExtraTime), 1),
|
|
12706
12706
|
DI
|
|
12707
12707
|
]))
|
|
12708
12708
|
])),
|
|
@@ -12716,10 +12716,10 @@ function pU(s, a, o, u, i, l) {
|
|
|
12716
12716
|
t("div", EI, e((($e = (ze = i.extraData) == null ? void 0 : ze.timeAnalysis) == null ? void 0 : $e.portTime) ?? "—"), 1)
|
|
12717
12717
|
]),
|
|
12718
12718
|
t("div", PI, [
|
|
12719
|
-
|
|
12720
|
-
t("div",
|
|
12719
|
+
BI,
|
|
12720
|
+
t("div", FI, e(((es = (ts = i.extraData) == null ? void 0 : ts.timeAnalysis) == null ? void 0 : es.totalExtraTime) ?? "—"), 1)
|
|
12721
12721
|
])
|
|
12722
|
-
])) : (d(), c("div",
|
|
12722
|
+
])) : (d(), c("div", WI, [
|
|
12723
12723
|
t("div", LI, [
|
|
12724
12724
|
HI,
|
|
12725
12725
|
t("div", MI, e((os = (ss = i.extraData) == null ? void 0 : ss.timeAnalysis) == null ? void 0 : os.sailingTime), 1)
|
|
@@ -12762,9 +12762,9 @@ function pU(s, a, o, u, i, l) {
|
|
|
12762
12762
|
dR,
|
|
12763
12763
|
t("div", cR, e((Cs = (xs = (bs = i.extraData) == null ? void 0 : bs.consAnalysis) == null ? void 0 : xs.fo) == null ? void 0 : Cs.sailingCons), 1),
|
|
12764
12764
|
rR,
|
|
12765
|
-
t("div", uR, e(l.computeNum((
|
|
12765
|
+
t("div", uR, e(l.computeNum((Fs = (Ds = (gs = i.extraData) == null ? void 0 : gs.consAnalysis) == null ? void 0 : Ds.fo) == null ? void 0 : Fs.portCons)), 1),
|
|
12766
12766
|
hR,
|
|
12767
|
-
t("div", vR, e((Hs = (Ls = (
|
|
12767
|
+
t("div", vR, e((Hs = (Ls = (Ws = i.extraData) == null ? void 0 : Ws.consAnalysis) == null ? void 0 : Ls.fo) == null ? void 0 : Hs.totalExtraCons), 1),
|
|
12768
12768
|
_R
|
|
12769
12769
|
]),
|
|
12770
12770
|
t("div", pR, [
|
|
@@ -12790,10 +12790,10 @@ function pU(s, a, o, u, i, l) {
|
|
|
12790
12790
|
OR,
|
|
12791
12791
|
t("div", ER, e(l.computeNum((Xs = (Ks = (Js = i.extraData) == null ? void 0 : Js.consAnalysis) == null ? void 0 : Ks.dgo) == null ? void 0 : Xs.portCons)), 1),
|
|
12792
12792
|
PR,
|
|
12793
|
-
t("div",
|
|
12794
|
-
|
|
12793
|
+
t("div", BR, e(($s = (js = (qs = i.extraData) == null ? void 0 : qs.consAnalysis) == null ? void 0 : js.dgo) == null ? void 0 : $s.totalExtraCons), 1),
|
|
12794
|
+
FR
|
|
12795
12795
|
])
|
|
12796
|
-
])) : (d(), c("div",
|
|
12796
|
+
])) : (d(), c("div", WR, [
|
|
12797
12797
|
t("div", LR, [
|
|
12798
12798
|
HR,
|
|
12799
12799
|
t("div", MR, [
|
|
@@ -12840,7 +12840,7 @@ function pU(s, a, o, u, i, l) {
|
|
|
12840
12840
|
hN,
|
|
12841
12841
|
t("div", vN, e((Je = (Oo = (To = i.extraData) == null ? void 0 : To.consAnalysis) == null ? void 0 : Oo.fo) == null ? void 0 : Je.actualCons), 1),
|
|
12842
12842
|
_N,
|
|
12843
|
-
t("div", pN, e(l.computeNum((Mo = (Ho = (
|
|
12843
|
+
t("div", pN, e(l.computeNum((Mo = (Ho = (Bo = i.extraData) == null ? void 0 : Bo.consAnalysis) == null ? void 0 : Ho.fo) == null ? void 0 : Mo.sailingCons)), 1),
|
|
12844
12844
|
fN,
|
|
12845
12845
|
t("div", mN, e(l.computeNum((Ro = (Io = (Go = i.extraData) == null ? void 0 : Go.consAnalysis) == null ? void 0 : Io.fo) == null ? void 0 : Ro.portCons)), 1),
|
|
12846
12846
|
yN,
|
|
@@ -12858,9 +12858,9 @@ function pU(s, a, o, u, i, l) {
|
|
|
12858
12858
|
])) : (d(), c("div", ON, [
|
|
12859
12859
|
EN,
|
|
12860
12860
|
t("div", PN, e((ei = (ti = ($o = i.extraData) == null ? void 0 : $o.consAnalysis) == null ? void 0 : ti.dgo) == null ? void 0 : ei.actualCons), 1),
|
|
12861
|
-
FN,
|
|
12862
|
-
t("div", WN, e(l.computeNum((ii = (oi = (si = i.extraData) == null ? void 0 : si.consAnalysis) == null ? void 0 : oi.dgo) == null ? void 0 : ii.sailingCons)), 1),
|
|
12863
12861
|
BN,
|
|
12862
|
+
t("div", FN, e(l.computeNum((ii = (oi = (si = i.extraData) == null ? void 0 : si.consAnalysis) == null ? void 0 : oi.dgo) == null ? void 0 : ii.sailingCons)), 1),
|
|
12863
|
+
WN,
|
|
12864
12864
|
t("div", LN, e(l.computeNum((ni = (ai = (li = i.extraData) == null ? void 0 : li.consAnalysis) == null ? void 0 : ai.dgo) == null ? void 0 : ni.portCons)), 1),
|
|
12865
12865
|
HN,
|
|
12866
12866
|
t("div", MN, e((ri = (ci = (di = i.extraData) == null ? void 0 : di.consAnalysis) == null ? void 0 : ci.dgo) == null ? void 0 : ri.totalExtraCons), 1),
|
|
@@ -12885,8 +12885,8 @@ function pU(s, a, o, u, i, l) {
|
|
|
12885
12885
|
class: A(`${l.computeColor((ki = (wi = (Ai = i.extraData) == null ? void 0 : Ai.consAnalysis) == null ? void 0 : wi.fo) == null ? void 0 : ki.totalExtraCons)} flex blue center`)
|
|
12886
12886
|
}, e(((Oi = (Ti = (Si = i.extraData) == null ? void 0 : Si.consAnalysis) == null ? void 0 : Ti.fo) == null ? void 0 : Oi.totalExtraCons) ?? "—"), 3),
|
|
12887
12887
|
t("div", {
|
|
12888
|
-
class: A(`${l.computeColor((
|
|
12889
|
-
}, e(((Li = (
|
|
12888
|
+
class: A(`${l.computeColor((Bi = (Pi = (Ei = i.extraData) == null ? void 0 : Ei.consAnalysis) == null ? void 0 : Pi.dgo) == null ? void 0 : Bi.totalExtraCons)} flex blue center`)
|
|
12889
|
+
}, e(((Li = (Wi = (Fi = i.extraData) == null ? void 0 : Fi.consAnalysis) == null ? void 0 : Wi.dgo) == null ? void 0 : Li.totalExtraCons) ?? "—"), 3)
|
|
12890
12890
|
])
|
|
12891
12891
|
])) : (d(), c("div", qN, [
|
|
12892
12892
|
jN,
|
|
@@ -12940,7 +12940,7 @@ function pU(s, a, o, u, i, l) {
|
|
|
12940
12940
|
])
|
|
12941
12941
|
]);
|
|
12942
12942
|
}
|
|
12943
|
-
const fU = /* @__PURE__ */ Gt(
|
|
12943
|
+
const fU = /* @__PURE__ */ Gt(BH, [["render", pU], ["__scopeId", "data-v-4829e189"]]);
|
|
12944
12944
|
const mU = {
|
|
12945
12945
|
name: "FliDvtRpt",
|
|
12946
12946
|
components: {
|
|
@@ -13110,24 +13110,24 @@ const mU = {
|
|
|
13110
13110
|
});
|
|
13111
13111
|
}
|
|
13112
13112
|
}
|
|
13113
|
-
},
|
|
13113
|
+
}, F = (s) => (he("data-v-77edf8aa"), s = s(), ve(), s), yU = { class: "deviation-report" }, bU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "report-bg" }, [
|
|
13114
13114
|
/* @__PURE__ */ t("img", { src: "https://img.idmwx.com/asset/fli_logo.png" })
|
|
13115
13115
|
], -1)), xU = { class: "report-header" }, CU = {
|
|
13116
13116
|
class: "header-title",
|
|
13117
13117
|
style: { position: "relative !important" }
|
|
13118
|
-
}, gU = { class: "header-title-content" }, DU = /* @__PURE__ */
|
|
13118
|
+
}, gU = { class: "header-title-content" }, DU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "title" }, "Voyage Deviation Report", -1)), AU = { class: "title-date" }, wU = { class: "report-summary" }, kU = { class: "summary-item" }, SU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Name", -1)), TU = { class: "flexL gray" }, OU = { class: "summary-item" }, EU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Prepared For", -1)), PU = { class: "flexL gray" }, BU = { class: "summary-item" }, FU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Type", -1)), WU = { class: "flexL gray" }, LU = { class: "summary-item" }, HU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Reference Number", -1)), MU = { class: "flexL gray" }, GU = { class: "summary-item" }, IU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Departure", -1)), RU = {
|
|
13119
13119
|
class: "flexL gray",
|
|
13120
13120
|
style: { display: "flex" }
|
|
13121
|
-
}, NU = { class: "flex" }, UU = { class: "flexM" }, YU = { class: "summary-item" }, ZU = /* @__PURE__ */
|
|
13121
|
+
}, NU = { class: "flex" }, UU = { class: "flexM" }, YU = { class: "summary-item" }, ZU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Arrival", -1)), VU = {
|
|
13122
13122
|
class: "flexL gray",
|
|
13123
13123
|
style: { display: "flex" }
|
|
13124
|
-
}, zU = { class: "flex" }, QU = { class: "flexM" }, JU = /* @__PURE__ */
|
|
13124
|
+
}, zU = { class: "flex" }, QU = { class: "flexM" }, JU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), KU = { class: "report-summary" }, XU = { class: "summary-item" }, qU = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "Extra Distance (nm)", -1)), jU = { class: "summary-item" }, $U = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "Total extra Time (hrs)", -1)), tY = { class: "summary-item" }, eY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "FO Total extra Consumption (mt)", -1)), sY = { class: "summary-item" }, oY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("label", { class: "flex blue" }, "DO/GO Total extra Consumption (mt)", -1)), iY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Voyage Map", -1)), lY = { class: "report-map" }, aY = ["src"], nY = /* @__PURE__ */ ut('<div class="legend" data-v-77edf8aa><div class="legend-item" data-v-77edf8aa><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-77edf8aa></div><div data-v-77edf8aa>Actual Route</div></div><div class="legend-item" data-v-77edf8aa><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-77edf8aa></div><div data-v-77edf8aa>Route prior to deviation</div></div></div>', 1), dY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "page-break" }, null, -1)), cY = {
|
|
13125
13125
|
key: 0,
|
|
13126
13126
|
class: "subtitle"
|
|
13127
13127
|
}, rY = {
|
|
13128
13128
|
key: 1,
|
|
13129
13129
|
class: "report-summary"
|
|
13130
|
-
}, uY = /* @__PURE__ */ ut('<div class="summary-item" data-v-77edf8aa><div class="blue center" style="width:16%;" data-v-77edf8aa>Diversion</div><div class="blue center" style="width:20%;" data-v-77edf8aa>Position</div><div class="blue center" style="width:17%;" data-v-77edf8aa>Date Time</div><div class="flex blue center" data-v-77edf8aa>FO BROB<br data-v-77edf8aa>(mt)</div><div class="flex blue center" data-v-77edf8aa>DO/GO<br data-v-77edf8aa>BROB (mt)</div><div class="flex blue center" data-v-77edf8aa>Bunkering<br data-v-77edf8aa>FO (mt)</div><div class="flex blue center" data-v-77edf8aa>Bunkering<br data-v-77edf8aa>DO/GO (mt)</div></div>', 1), hY = { class: "summary-item" }, vY = /* @__PURE__ */
|
|
13130
|
+
}, uY = /* @__PURE__ */ ut('<div class="summary-item" data-v-77edf8aa><div class="blue center" style="width:16%;" data-v-77edf8aa>Diversion</div><div class="blue center" style="width:20%;" data-v-77edf8aa>Position</div><div class="blue center" style="width:17%;" data-v-77edf8aa>Date Time</div><div class="flex blue center" data-v-77edf8aa>FO BROB<br data-v-77edf8aa>(mt)</div><div class="flex blue center" data-v-77edf8aa>DO/GO<br data-v-77edf8aa>BROB (mt)</div><div class="flex blue center" data-v-77edf8aa>Bunkering<br data-v-77edf8aa>FO (mt)</div><div class="flex blue center" data-v-77edf8aa>Bunkering<br data-v-77edf8aa>DO/GO (mt)</div></div>', 1), hY = { class: "summary-item" }, vY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13131
13131
|
class: "blue center",
|
|
13132
13132
|
style: { width: "16%" }
|
|
13133
13133
|
}, "Diversion (A)", -1)), _Y = {
|
|
@@ -13136,7 +13136,7 @@ const mU = {
|
|
|
13136
13136
|
}, pY = {
|
|
13137
13137
|
class: "blue center",
|
|
13138
13138
|
style: { width: "17%" }
|
|
13139
|
-
}, fY = { class: "flex blue center" }, mY = { class: "flex blue center" }, yY = /* @__PURE__ */
|
|
13139
|
+
}, fY = { class: "flex blue center" }, mY = { class: "flex blue center" }, yY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), bY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), xY = { class: "summary-item" }, CY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13140
13140
|
class: "blue center",
|
|
13141
13141
|
style: { width: "16%" }
|
|
13142
13142
|
}, "Back on Track (B)", -1)), gY = {
|
|
@@ -13145,16 +13145,16 @@ const mU = {
|
|
|
13145
13145
|
}, DY = {
|
|
13146
13146
|
class: "blue center",
|
|
13147
13147
|
style: { width: "17%" }
|
|
13148
|
-
}, AY = { class: "flex blue center" }, wY = { class: "flex blue center" }, kY = { class: "flex blue center" }, SY = { class: "flex blue center" }, TY = { class: "summary-item" }, OY = /* @__PURE__ */
|
|
13148
|
+
}, AY = { class: "flex blue center" }, wY = { class: "flex blue center" }, kY = { class: "flex blue center" }, SY = { class: "flex blue center" }, TY = { class: "summary-item" }, OY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13149
13149
|
class: "blue center",
|
|
13150
13150
|
style: { width: "16%" }
|
|
13151
|
-
}, "Time&Consumption", -1)), EY = /* @__PURE__ */
|
|
13151
|
+
}, "Time&Consumption", -1)), EY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13152
13152
|
class: "blue center",
|
|
13153
13153
|
style: { width: "20%" }
|
|
13154
13154
|
}, null, -1)), PY = {
|
|
13155
13155
|
class: "blue center",
|
|
13156
13156
|
style: { width: "17%" }
|
|
13157
|
-
},
|
|
13157
|
+
}, BY = { class: "flex blue center" }, FY = { class: "flex blue center" }, WY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), LY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue center" }, null, -1)), HY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "CP Terms", -1)), MY = { class: "report-summary" }, GY = { class: "summary-item" }, IY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "CP Speed (kts)", -1)), RY = { class: "flexL blue center" }, NY = { class: "summary-item" }, UY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "CP Daily FO Consumption (mt)", -1)), YY = { class: "flexL blue center" }, ZY = { class: "summary-item" }, VY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "CP Daily DO/GO Consumption (mt)", -1)), zY = { class: "flexL blue center" }, QY = { class: "subtitle port" }, JY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", null, "Extra Port Information", -1)), KY = { class: "print-hidden" }, XY = { class: "report-port" }, qY = /* @__PURE__ */ F(() => /* @__PURE__ */ t("thead", null, [
|
|
13158
13158
|
/* @__PURE__ */ t("tr", null, [
|
|
13159
13159
|
/* @__PURE__ */ t("th", null, "Extra Port"),
|
|
13160
13160
|
/* @__PURE__ */ t("th", null, "Event"),
|
|
@@ -13177,132 +13177,132 @@ const mU = {
|
|
|
13177
13177
|
]),
|
|
13178
13178
|
/* @__PURE__ */ t("th", { class: "print-hidden" })
|
|
13179
13179
|
])
|
|
13180
|
-
], -1)), jY = { rowspan: 2 }, $Y = /* @__PURE__ */
|
|
13180
|
+
], -1)), jY = { rowspan: 2 }, $Y = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, "Arrival", -1)), tZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, null, -1)), eZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, null, -1)), sZ = {
|
|
13181
13181
|
rowspan: 2,
|
|
13182
13182
|
class: "print-hidden"
|
|
13183
|
-
}, oZ = /* @__PURE__ */
|
|
13183
|
+
}, oZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, "Departure", -1)), iZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, "Time & Consumption", -1)), lZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, null, -1)), aZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, null, -1)), nZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", null, null, -1)), dZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("td", { class: "print-hidden" }, null, -1)), cZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Distance Analysis", -1)), rZ = { class: "report-summary" }, uZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
13184
13184
|
/* @__PURE__ */ t("div", {
|
|
13185
13185
|
class: "blue",
|
|
13186
13186
|
style: { width: "30%" }
|
|
13187
13187
|
}),
|
|
13188
13188
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "Actual Route"),
|
|
13189
13189
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "Route prior to deviation")
|
|
13190
|
-
], -1)), hZ = { class: "summary-item" }, vZ = /* @__PURE__ */
|
|
13190
|
+
], -1)), hZ = { class: "summary-item" }, vZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13191
13191
|
class: "blue",
|
|
13192
13192
|
style: { width: "30%" }
|
|
13193
|
-
}, "Distance (nm)", -1)), _Z = { class: "flex blue center" }, pZ = { class: "flex blue center" }, fZ = { class: "summary-item" }, mZ = /* @__PURE__ */
|
|
13193
|
+
}, "Distance (nm)", -1)), _Z = { class: "flex blue center" }, pZ = { class: "flex blue center" }, fZ = { class: "summary-item" }, mZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13194
13194
|
class: "blue",
|
|
13195
13195
|
style: { width: "30%" }
|
|
13196
|
-
}, "Extra Distance (nm)", -1)), yZ = { class: "flex blue center" }, bZ = /* @__PURE__ */
|
|
13196
|
+
}, "Extra Distance (nm)", -1)), yZ = { class: "flex blue center" }, bZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Time Analysis", -1)), xZ = {
|
|
13197
13197
|
key: 2,
|
|
13198
13198
|
class: "report-formular"
|
|
13199
13199
|
}, CZ = { class: "equation" }, gZ = /* @__PURE__ */ ut('<div style="width:30%;text-align:left;" data-v-77edf8aa>Time for extra distance sailing (hrs)</div><div style="width:5%;" data-v-77edf8aa>=</div><div class="function" style="width:20%;" data-v-77edf8aa><div data-v-77edf8aa>Deviation Distance</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>CP Speed</div></div><div style="width:5%;" data-v-77edf8aa>=</div>', 4), DZ = {
|
|
13200
13200
|
class: "function",
|
|
13201
13201
|
style: { width: "20%" }
|
|
13202
|
-
}, AZ = /* @__PURE__ */
|
|
13202
|
+
}, AZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), wZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), kZ = { style: { width: "10%" } }, SZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), TZ = { class: "equation" }, OZ = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-77edf8aa>Total extra Time (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:28%;" data-v-77edf8aa>Time for extra distance sailing (hrs)</div><div style="width:2%;" data-v-77edf8aa>+</div><div style="width:23%;" data-v-77edf8aa>Time spent in extra port (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div>', 6), EZ = { style: { width: "5%" } }, PZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "+", -1)), BZ = { style: { width: "8%" } }, FZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "=", -1)), WZ = { style: { width: "4%" } }, LZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), HZ = {
|
|
13203
13203
|
key: 3,
|
|
13204
13204
|
class: "report-formular"
|
|
13205
13205
|
}, MZ = { class: "equation" }, GZ = /* @__PURE__ */ ut('<div style="width:30%;text-align:left;" data-v-77edf8aa>Time for Route prior to deviation sailing (hrs)</div><div style="width:5%;" data-v-77edf8aa>=</div><div class="function" style="width:20%;" data-v-77edf8aa><div data-v-77edf8aa>Distance</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>CP Speed</div></div><div style="width:5%;" data-v-77edf8aa>=</div>', 4), IZ = {
|
|
13206
13206
|
class: "function",
|
|
13207
13207
|
style: { width: "20%" }
|
|
13208
|
-
}, RZ = /* @__PURE__ */
|
|
13208
|
+
}, RZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), NZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "=", -1)), UZ = { style: { width: "10%" } }, YZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), ZZ = {
|
|
13209
13209
|
key: 0,
|
|
13210
13210
|
class: "equation"
|
|
13211
|
-
}, VZ = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-77edf8aa>Total extra Time (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:24%;" data-v-77edf8aa>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-77edf8aa>-</div><div style="width:30%;" data-v-77edf8aa>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div>', 6), zZ = { style: { width: "5%" } }, QZ = /* @__PURE__ */
|
|
13211
|
+
}, VZ = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-77edf8aa>Total extra Time (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:24%;" data-v-77edf8aa>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-77edf8aa>-</div><div style="width:30%;" data-v-77edf8aa>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div>', 6), zZ = { style: { width: "5%" } }, QZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "-", -1)), JZ = { style: { width: "5%" } }, KZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "=", -1)), XZ = { style: { width: "5%" } }, qZ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), jZ = {
|
|
13212
13212
|
key: 1,
|
|
13213
13213
|
class: "equation"
|
|
13214
|
-
}, $Z = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-77edf8aa>Total extra Time (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:24%;" data-v-77edf8aa>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-77edf8aa>-</div><div style="width:20%;" data-v-77edf8aa>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-77edf8aa>-</div><div style="width:10%;" data-v-77edf8aa>Time spent in port (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div>', 8), tV = { style: { width: "5%" } }, eV = /* @__PURE__ */
|
|
13214
|
+
}, $Z = /* @__PURE__ */ ut('<div style="width:18%;text-align:left;" data-v-77edf8aa>Total extra Time (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:24%;" data-v-77edf8aa>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-77edf8aa>-</div><div style="width:20%;" data-v-77edf8aa>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-77edf8aa>-</div><div style="width:10%;" data-v-77edf8aa>Time spent in port (hrs)</div><div style="width:2%;" data-v-77edf8aa>=</div>', 8), tV = { style: { width: "5%" } }, eV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "-", -1)), sV = { style: { width: "5%" } }, oV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "-", -1)), iV = { style: { width: "5%" } }, lV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "2%" } }, "=", -1)), aV = { style: { width: "5%" } }, nV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(hrs)", -1)), dV = {
|
|
13215
13215
|
key: 4,
|
|
13216
13216
|
class: "report-summary"
|
|
13217
|
-
}, cV = { class: "summary-item" }, rV = /* @__PURE__ */
|
|
13217
|
+
}, cV = { class: "summary-item" }, rV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13218
13218
|
class: "blue",
|
|
13219
13219
|
style: { width: "30%" }
|
|
13220
|
-
}, "Time for extra distance sailing (hrs)", -1)), uV = { class: "flex blue center" }, hV = { class: "summary-item" }, vV = /* @__PURE__ */
|
|
13220
|
+
}, "Time for extra distance sailing (hrs)", -1)), uV = { class: "flex blue center" }, hV = { class: "summary-item" }, vV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13221
13221
|
class: "blue",
|
|
13222
13222
|
style: { width: "30%" }
|
|
13223
|
-
}, "Time spent in extra port (hrs)", -1)), _V = { class: "flex blue center" }, pV = { class: "summary-item" }, fV = /* @__PURE__ */
|
|
13223
|
+
}, "Time spent in extra port (hrs)", -1)), _V = { class: "flex blue center" }, pV = { class: "summary-item" }, fV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13224
13224
|
class: "blue",
|
|
13225
13225
|
style: { width: "30%" }
|
|
13226
13226
|
}, "Total extra Time (hrs)", -1)), mV = { class: "flex blue center" }, yV = {
|
|
13227
13227
|
key: 5,
|
|
13228
13228
|
class: "report-summary"
|
|
13229
|
-
}, bV = { class: "summary-item" }, xV = /* @__PURE__ */
|
|
13229
|
+
}, bV = { class: "summary-item" }, xV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13230
13230
|
class: "blue",
|
|
13231
13231
|
style: { width: "40%" }
|
|
13232
|
-
}, "Time for Route prior to deviation sailing (hrs)", -1)), CV = { class: "flex blue center" }, gV = { class: "summary-item" }, DV = /* @__PURE__ */
|
|
13232
|
+
}, "Time for Route prior to deviation sailing (hrs)", -1)), CV = { class: "flex blue center" }, gV = { class: "summary-item" }, DV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13233
13233
|
class: "blue",
|
|
13234
13234
|
style: { width: "40%" }
|
|
13235
13235
|
}, "Time for Actual Route (hrs)", -1)), AV = { class: "flex blue center" }, wV = {
|
|
13236
13236
|
key: 0,
|
|
13237
13237
|
class: "summary-item"
|
|
13238
|
-
}, kV = /* @__PURE__ */
|
|
13238
|
+
}, kV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13239
13239
|
class: "blue",
|
|
13240
13240
|
style: { width: "40%" }
|
|
13241
|
-
}, "Time spent in port (hrs)", -1)), SV = { class: "flex blue center" }, TV = { class: "summary-item" }, OV = /* @__PURE__ */
|
|
13241
|
+
}, "Time spent in port (hrs)", -1)), SV = { class: "flex blue center" }, TV = { class: "summary-item" }, OV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", {
|
|
13242
13242
|
class: "blue",
|
|
13243
13243
|
style: { width: "40%" }
|
|
13244
|
-
}, "Total extra Time (hrs)", -1)), EV = { class: "flex blue center" }, PV = /* @__PURE__ */
|
|
13244
|
+
}, "Total extra Time (hrs)", -1)), EV = { class: "flex blue center" }, PV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Consumption Analysis", -1)), BV = {
|
|
13245
13245
|
key: 6,
|
|
13246
13246
|
class: "report-formular"
|
|
13247
|
-
},
|
|
13247
|
+
}, FV = { class: "equation" }, WV = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>FO Consumption for extra distance sailing</div><div style="width:2%;" data-v-77edf8aa>=</div><div class="function" style="width:30%;" data-v-77edf8aa><div data-v-77edf8aa>Deviation Distance</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>CP Speed</div></div><div style="width:3%;" data-v-77edf8aa>×</div><div class="function" style="width:23%;" data-v-77edf8aa><div data-v-77edf8aa>Daily FO Consumption</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>24</div></div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), LV = {
|
|
13248
13248
|
class: "function",
|
|
13249
13249
|
style: { width: "5%" }
|
|
13250
|
-
}, HV = /* @__PURE__ */
|
|
13250
|
+
}, HV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), MV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), GV = {
|
|
13251
13251
|
class: "function",
|
|
13252
13252
|
style: { width: "5%" }
|
|
13253
|
-
}, IV = /* @__PURE__ */
|
|
13253
|
+
}, IV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), RV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", null, "24", -1)), NV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), UV = { style: { width: "5%" } }, YV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), ZV = { class: "equation" }, VV = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:30%;" data-v-77edf8aa>FO Consumption for extra distance sailing (mt)</div><div style="width:3%;" data-v-77edf8aa>+</div><div style="width:23%;" data-v-77edf8aa>FO Consumption in extra port (mt)</div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), zV = { style: { width: "5%" } }, QV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "+", -1)), JV = { style: { width: "5%" } }, KV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), XV = { style: { width: "5%" } }, qV = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), jV = { class: "equation" }, $V = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>DO Consumption for extra distance sailing</div><div style="width:2%;" data-v-77edf8aa>=</div><div class="function" style="width:30%;" data-v-77edf8aa><div data-v-77edf8aa>Deviation Distance</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>CP Speed</div></div><div style="width:3%;" data-v-77edf8aa>×</div><div class="function" style="width:23%;" data-v-77edf8aa><div data-v-77edf8aa>Daily DO Consumption</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>24</div></div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), tz = {
|
|
13254
13254
|
class: "function",
|
|
13255
13255
|
style: { width: "5%" }
|
|
13256
|
-
}, ez = /* @__PURE__ */
|
|
13256
|
+
}, ez = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), sz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), oz = {
|
|
13257
13257
|
class: "function",
|
|
13258
13258
|
style: { width: "5%" }
|
|
13259
|
-
}, iz = /* @__PURE__ */
|
|
13259
|
+
}, iz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), lz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", null, "24", -1)), az = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), nz = { style: { width: "5%" } }, dz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), cz = { class: "equation" }, rz = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:30%;" data-v-77edf8aa>DO/GO Consumption for extra distance sailing(mt)</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:23%;" data-v-77edf8aa>DO/GO Consumption in extra port(mt)</div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), uz = { style: { width: "5%" } }, hz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), vz = { style: { width: "5%" } }, _z = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), pz = { style: { width: "5%" } }, fz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), mz = {
|
|
13260
13260
|
key: 7,
|
|
13261
13261
|
class: "report-formular"
|
|
13262
13262
|
}, yz = { class: "equation" }, bz = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>FO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-77edf8aa>=</div><div class="function" style="width:30%;" data-v-77edf8aa><div data-v-77edf8aa>Route prior to deviation Distance</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>CP Speed</div></div><div style="width:3%;" data-v-77edf8aa>×</div><div class="function" style="width:23%;" data-v-77edf8aa><div data-v-77edf8aa>CP Daily FO Consumption</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>24</div></div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), xz = {
|
|
13263
13263
|
class: "function",
|
|
13264
13264
|
style: { width: "5%" }
|
|
13265
|
-
}, Cz = /* @__PURE__ */
|
|
13265
|
+
}, Cz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), gz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), Dz = {
|
|
13266
13266
|
class: "function",
|
|
13267
13267
|
style: { width: "5%" }
|
|
13268
|
-
}, Az = /* @__PURE__ */
|
|
13268
|
+
}, Az = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), wz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", null, "24", -1)), kz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), Sz = { style: { width: "5%" } }, Tz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), Oz = { class: "equation" }, Ez = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>DO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-77edf8aa>=</div><div class="function" style="width:30%;" data-v-77edf8aa><div data-v-77edf8aa>Route prior to deviation Distance</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>CP Speed</div></div><div style="width:3%;" data-v-77edf8aa>×</div><div class="function" style="width:23%;" data-v-77edf8aa><div data-v-77edf8aa>CP Daily DO Consumption</div><div class="fractional-line" data-v-77edf8aa></div><div data-v-77edf8aa>24</div></div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), Pz = {
|
|
13269
13269
|
class: "function",
|
|
13270
13270
|
style: { width: "5%" }
|
|
13271
|
-
},
|
|
13271
|
+
}, Bz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Fz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "×", -1)), Wz = {
|
|
13272
13272
|
class: "function",
|
|
13273
13273
|
style: { width: "5%" }
|
|
13274
|
-
}, Lz = /* @__PURE__ */
|
|
13274
|
+
}, Lz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "fractional-line" }, null, -1)), Hz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", null, "24", -1)), Mz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), Gz = { style: { width: "5%" } }, Iz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), Rz = {
|
|
13275
13275
|
key: 0,
|
|
13276
13276
|
class: "equation"
|
|
13277
|
-
}, Nz = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:30%;" data-v-77edf8aa>FO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:23%;" data-v-77edf8aa>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), Uz = { style: { width: "5%" } }, Yz = /* @__PURE__ */
|
|
13277
|
+
}, Nz = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:30%;" data-v-77edf8aa>FO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:23%;" data-v-77edf8aa>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), Uz = { style: { width: "5%" } }, Yz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), Zz = { style: { width: "5%" } }, Vz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), zz = { style: { width: "5%" } }, Qz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), Jz = {
|
|
13278
13278
|
key: 1,
|
|
13279
13279
|
class: "equation"
|
|
13280
|
-
}, Kz = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-77edf8aa>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:15%;" data-v-77edf8aa>FO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:20%;" data-v-77edf8aa>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:10%;" data-v-77edf8aa>FO Consumption in port</div><div style="width:3%;" data-v-77edf8aa>=</div>', 8), Xz = { style: { width: "5%" } }, qz = /* @__PURE__ */
|
|
13280
|
+
}, Kz = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-77edf8aa>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:15%;" data-v-77edf8aa>FO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:20%;" data-v-77edf8aa>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:10%;" data-v-77edf8aa>FO Consumption in port</div><div style="width:3%;" data-v-77edf8aa>=</div>', 8), Xz = { style: { width: "5%" } }, qz = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), jz = { style: { width: "5%" } }, $z = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), tQ = { style: { width: "5%" } }, eQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), sQ = { style: { width: "5%" } }, oQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), iQ = {
|
|
13281
13281
|
key: 2,
|
|
13282
13282
|
class: "equation"
|
|
13283
|
-
}, lQ = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:30%;" data-v-77edf8aa>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:23%;" data-v-77edf8aa>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), aQ = { style: { width: "5%" } }, nQ = /* @__PURE__ */
|
|
13283
|
+
}, lQ = /* @__PURE__ */ ut('<div style="width:20%;text-align:left;" data-v-77edf8aa>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:30%;" data-v-77edf8aa>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:23%;" data-v-77edf8aa>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>=</div>', 6), aQ = { style: { width: "5%" } }, nQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), dQ = { style: { width: "5%" } }, cQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), rQ = { style: { width: "5%" } }, uQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), hQ = {
|
|
13284
13284
|
key: 3,
|
|
13285
13285
|
class: "equation"
|
|
13286
|
-
}, vQ = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-77edf8aa>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:15%;" data-v-77edf8aa>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:20%;" data-v-77edf8aa>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:10%;" data-v-77edf8aa>DO/GO Consumption in port</div><div style="width:3%;" data-v-77edf8aa>=</div>', 8), _Q = { style: { width: "5%" } }, pQ = /* @__PURE__ */
|
|
13286
|
+
}, vQ = /* @__PURE__ */ ut('<div style="width:15%;text-align:left;" data-v-77edf8aa>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-77edf8aa>=</div><div style="width:15%;" data-v-77edf8aa>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:20%;" data-v-77edf8aa>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-77edf8aa>-</div><div style="width:10%;" data-v-77edf8aa>DO/GO Consumption in port</div><div style="width:3%;" data-v-77edf8aa>=</div>', 8), _Q = { style: { width: "5%" } }, pQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), fQ = { style: { width: "5%" } }, mQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "-", -1)), yQ = { style: { width: "5%" } }, bQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "3%" } }, "=", -1)), xQ = { style: { width: "5%" } }, CQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { style: { width: "5%" } }, "(mt)", -1)), gQ = {
|
|
13287
13287
|
key: 8,
|
|
13288
13288
|
class: "report-summary"
|
|
13289
|
-
}, DQ = /* @__PURE__ */
|
|
13289
|
+
}, DQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
13290
13290
|
/* @__PURE__ */ t("div", { class: "blue flexM" }),
|
|
13291
13291
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "FO"),
|
|
13292
13292
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "DO/GO")
|
|
13293
|
-
], -1)), AQ = { class: "summary-item" }, wQ = /* @__PURE__ */
|
|
13293
|
+
], -1)), AQ = { class: "summary-item" }, wQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption for extra distance sailing (mt)", -1)), kQ = { class: "flex blue center" }, SQ = { class: "flex blue center" }, TQ = { class: "summary-item" }, OQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption in extra port (mt)", -1)), EQ = { class: "flex blue center" }, PQ = { class: "flex blue center" }, BQ = { class: "summary-item" }, FQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)), WQ = {
|
|
13294
13294
|
key: 9,
|
|
13295
13295
|
class: "report-summary"
|
|
13296
|
-
}, LQ = /* @__PURE__ */
|
|
13296
|
+
}, LQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
13297
13297
|
/* @__PURE__ */ t("div", { class: "blue flexM" }),
|
|
13298
13298
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "FO"),
|
|
13299
13299
|
/* @__PURE__ */ t("div", { class: "flex blue center" }, "DO/GO")
|
|
13300
|
-
], -1)), HQ = { class: "summary-item" }, MQ = /* @__PURE__ */
|
|
13300
|
+
], -1)), HQ = { class: "summary-item" }, MQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption for Route prior to deviation sailing (mt)", -1)), GQ = { class: "flex blue center" }, IQ = { class: "flex blue center" }, RQ = { class: "summary-item" }, NQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption for Actual Route (mt)", -1)), UQ = { class: "flex blue center" }, YQ = { class: "flex blue center" }, ZQ = {
|
|
13301
13301
|
key: 0,
|
|
13302
13302
|
class: "summary-item"
|
|
13303
|
-
}, VQ = /* @__PURE__ */
|
|
13303
|
+
}, VQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Consumption in port (hrs)", -1)), zQ = { class: "flex blue center" }, QQ = { class: "flex blue center" }, JQ = { class: "summary-item" }, KQ = /* @__PURE__ */ F(() => /* @__PURE__ */ t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)), XQ = ["innerHTML"];
|
|
13304
13304
|
function qQ(s, a, o, u, i, l) {
|
|
13305
|
-
var m, D, S, v, E,
|
|
13305
|
+
var m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt, zt, ie, le, q, Rt, Kt, Xt, qt, jt, $t, te, b, tt, St, It, Qt, xt, ae, de, ce, pe, fe, me, ye, we, ke, Se, Te, Oe, Ee, Pe, Be, Fe, We, Le, He, Me, Ge, Ie, Re, Ne, Ue, Ye, Ze, je, Ss, Os, Es, Ps, Bs, J, ue, Ve, ze, $e, ts, es, ss, os, is, ls, as, ns, ds, cs, rs, us, hs, vs, _s, ps, fs, ms, ys, bs, xs, Cs, gs, Ds, Fs, Ws, Ls, Hs, Ms, Gs, Is, Rs, Ns, Us, Ys, Zs, Vs, zs, Qs, Js, Ks, Xs, qs, js, $s, to, oo, io, lo, ao, no, co, ro, uo, ho, vo, _o, po, fo, mo, yo, bo, xo, Co, go, Do, Ao, wo, ko, So, To, Oo, Je, Bo, Ho, Mo, Go, Io, Ro, No, Uo, Yo, Zo, Vo, zo, Qo, Jo, Ko, Xo, qo, jo, $o, ti, ei, si, oi, ii, li, ai, ni, di, ci, ri, ui, hi, vi, _i, pi, fi, mi, yi, bi, xi, Ci, gi, Di, Ai, wi, ki, Si, Ti, Oi, Ei, Pi, Bi, Fi, Wi, Li, Hi, Mi, Gi, Ii, Ri, Ni, Ui, Yi, Zi, Vi, zi, Qi, Ji, Ki, Xi, qi, ji, $i, tl, el, sl, ol, il, ll, al;
|
|
13306
13306
|
const f = it("EditableItem"), r = it("CirclePlus"), y = it("ElIcon"), O = it("Remove"), P = it("Editor");
|
|
13307
13307
|
return d(), c("div", yU, [
|
|
13308
13308
|
bU,
|
|
@@ -13323,9 +13323,9 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13323
13323
|
EU,
|
|
13324
13324
|
t("div", PU, e((v = i.extraData) == null ? void 0 : v.preparedFor), 1)
|
|
13325
13325
|
]),
|
|
13326
|
-
t("div",
|
|
13327
|
-
|
|
13328
|
-
t("div",
|
|
13326
|
+
t("div", BU, [
|
|
13327
|
+
FU,
|
|
13328
|
+
t("div", WU, e((B = (E = i.extraData) == null ? void 0 : E.vessel) == null ? void 0 : B.type), 1)
|
|
13329
13329
|
]),
|
|
13330
13330
|
t("div", LU, [
|
|
13331
13331
|
HU,
|
|
@@ -13419,8 +13419,8 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13419
13419
|
]),
|
|
13420
13420
|
t("div", xY, [
|
|
13421
13421
|
CY,
|
|
13422
|
-
t("div", gY, e(l.computedLngLat((
|
|
13423
|
-
t("div", DY, e(l.computeUTCTime((
|
|
13422
|
+
t("div", gY, e(l.computedLngLat((Bt = i.extraData) == null ? void 0 : Bt.endLng, (Ft = i.extraData) == null ? void 0 : Ft.endLat)), 1),
|
|
13423
|
+
t("div", DY, e(l.computeUTCTime((Wt = i.extraData) == null ? void 0 : Wt.endTime, "MMM DD,YYYY HHmm")), 1),
|
|
13424
13424
|
t("div", AY, [
|
|
13425
13425
|
L(f, {
|
|
13426
13426
|
style: { padding: "0px" },
|
|
@@ -13474,9 +13474,9 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13474
13474
|
OY,
|
|
13475
13475
|
EY,
|
|
13476
13476
|
t("div", PY, e(((R = (kt = i.extraData) == null ? void 0 : kt.timeAnalysis) == null ? void 0 : R.actualTime) ?? "—"), 1),
|
|
13477
|
-
t("div",
|
|
13478
|
-
t("div",
|
|
13479
|
-
|
|
13477
|
+
t("div", BY, e(((Zt = (Yt = (wt = i.extraData) == null ? void 0 : wt.consAnalysis) == null ? void 0 : Yt.fo) == null ? void 0 : Zt.actualCons) ?? "—"), 1),
|
|
13478
|
+
t("div", FY, e(((zt = (Mt = (Vt = i.extraData) == null ? void 0 : Vt.consAnalysis) == null ? void 0 : Mt.dgo) == null ? void 0 : zt.actualCons) ?? "—"), 1),
|
|
13479
|
+
WY,
|
|
13480
13480
|
LY
|
|
13481
13481
|
])
|
|
13482
13482
|
])),
|
|
@@ -13704,9 +13704,9 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13704
13704
|
OZ,
|
|
13705
13705
|
t("div", EZ, e((we = (ye = i.extraData) == null ? void 0 : ye.timeAnalysis) == null ? void 0 : we.sailingTime), 1),
|
|
13706
13706
|
PZ,
|
|
13707
|
-
t("div",
|
|
13708
|
-
|
|
13709
|
-
t("div",
|
|
13707
|
+
t("div", BZ, e(l.computeNum((Se = (ke = i.extraData) == null ? void 0 : ke.timeAnalysis) == null ? void 0 : Se.portTime)), 1),
|
|
13708
|
+
FZ,
|
|
13709
|
+
t("div", WZ, e((Oe = (Te = i.extraData) == null ? void 0 : Te.timeAnalysis) == null ? void 0 : Oe.totalExtraTime), 1),
|
|
13710
13710
|
LZ
|
|
13711
13711
|
])
|
|
13712
13712
|
])) : (d(), c("div", HZ, [
|
|
@@ -13715,10 +13715,10 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13715
13715
|
t("div", IZ, [
|
|
13716
13716
|
t("div", null, e((Ee = i.extraData) == null ? void 0 : Ee.priorDist), 1),
|
|
13717
13717
|
RZ,
|
|
13718
|
-
t("div", null, e((
|
|
13718
|
+
t("div", null, e((Be = (Pe = i.extraData) == null ? void 0 : Pe.cp) == null ? void 0 : Be.speed), 1)
|
|
13719
13719
|
]),
|
|
13720
13720
|
NZ,
|
|
13721
|
-
t("div", UZ, e((
|
|
13721
|
+
t("div", UZ, e((We = (Fe = i.extraData) == null ? void 0 : Fe.timeAnalysis) == null ? void 0 : We.sailingTime), 1),
|
|
13722
13722
|
YZ
|
|
13723
13723
|
]),
|
|
13724
13724
|
i.extraPortList.length < 1 ? (d(), c("div", ZZ, [
|
|
@@ -13744,7 +13744,7 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13744
13744
|
s.isDistExtra ? (d(), c("div", dV, [
|
|
13745
13745
|
t("div", cV, [
|
|
13746
13746
|
rV,
|
|
13747
|
-
t("div", uV, e(((
|
|
13747
|
+
t("div", uV, e(((Bs = (Ps = i.extraData) == null ? void 0 : Ps.timeAnalysis) == null ? void 0 : Bs.sailingTime) ?? "—"), 1)
|
|
13748
13748
|
]),
|
|
13749
13749
|
t("div", hV, [
|
|
13750
13750
|
vV,
|
|
@@ -13773,9 +13773,9 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13773
13773
|
])
|
|
13774
13774
|
])),
|
|
13775
13775
|
PV,
|
|
13776
|
-
s.isDistExtra ? (d(), c("div",
|
|
13777
|
-
t("div",
|
|
13778
|
-
|
|
13776
|
+
s.isDistExtra ? (d(), c("div", BV, [
|
|
13777
|
+
t("div", FV, [
|
|
13778
|
+
WV,
|
|
13779
13779
|
t("div", LV, [
|
|
13780
13780
|
t("div", null, e((ns = i.extraData) == null ? void 0 : ns.extraDist), 1),
|
|
13781
13781
|
HV,
|
|
@@ -13803,9 +13803,9 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13803
13803
|
t("div", jV, [
|
|
13804
13804
|
$V,
|
|
13805
13805
|
t("div", tz, [
|
|
13806
|
-
t("div", null, e((
|
|
13806
|
+
t("div", null, e((Fs = i.extraData) == null ? void 0 : Fs.extraDist), 1),
|
|
13807
13807
|
ez,
|
|
13808
|
-
t("div", null, e((Ls = (
|
|
13808
|
+
t("div", null, e((Ls = (Ws = i.extraData) == null ? void 0 : Ws.cp) == null ? void 0 : Ls.speed), 1)
|
|
13809
13809
|
]),
|
|
13810
13810
|
sz,
|
|
13811
13811
|
t("div", oz, [
|
|
@@ -13848,11 +13848,11 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13848
13848
|
Ez,
|
|
13849
13849
|
t("div", Pz, [
|
|
13850
13850
|
t("div", null, e((ao = i.extraData) == null ? void 0 : ao.priorDist), 1),
|
|
13851
|
-
|
|
13851
|
+
Bz,
|
|
13852
13852
|
t("div", null, e((co = (no = i.extraData) == null ? void 0 : no.cp) == null ? void 0 : co.speed), 1)
|
|
13853
13853
|
]),
|
|
13854
|
-
|
|
13855
|
-
t("div",
|
|
13854
|
+
Fz,
|
|
13855
|
+
t("div", Wz, [
|
|
13856
13856
|
t("div", null, e((uo = (ro = i.extraData) == null ? void 0 : ro.cp) == null ? void 0 : uo.dgo), 1),
|
|
13857
13857
|
Lz,
|
|
13858
13858
|
Hz
|
|
@@ -13875,7 +13875,7 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13875
13875
|
qz,
|
|
13876
13876
|
t("div", jz, e(l.computeNum((Oo = (To = (So = i.extraData) == null ? void 0 : So.consAnalysis) == null ? void 0 : To.fo) == null ? void 0 : Oo.sailingCons)), 1),
|
|
13877
13877
|
$z,
|
|
13878
|
-
t("div", tQ, e(l.computeNum((Ho = (
|
|
13878
|
+
t("div", tQ, e(l.computeNum((Ho = (Bo = (Je = i.extraData) == null ? void 0 : Je.consAnalysis) == null ? void 0 : Bo.fo) == null ? void 0 : Ho.portCons)), 1),
|
|
13879
13879
|
eQ,
|
|
13880
13880
|
t("div", sQ, e((Io = (Go = (Mo = i.extraData) == null ? void 0 : Mo.consAnalysis) == null ? void 0 : Go.fo) == null ? void 0 : Io.totalExtraCons), 1),
|
|
13881
13881
|
oQ
|
|
@@ -13912,8 +13912,8 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13912
13912
|
t("div", EQ, e(((pi = (_i = (vi = i.extraData) == null ? void 0 : vi.consAnalysis) == null ? void 0 : _i.fo) == null ? void 0 : pi.portCons) ?? "—"), 1),
|
|
13913
13913
|
t("div", PQ, e(((yi = (mi = (fi = i.extraData) == null ? void 0 : fi.consAnalysis) == null ? void 0 : mi.dgo) == null ? void 0 : yi.portCons) ?? "—"), 1)
|
|
13914
13914
|
]),
|
|
13915
|
-
t("div",
|
|
13916
|
-
|
|
13915
|
+
t("div", BQ, [
|
|
13916
|
+
FQ,
|
|
13917
13917
|
t("div", {
|
|
13918
13918
|
class: A(`${l.computeColor((Ci = (xi = (bi = i.extraData) == null ? void 0 : bi.consAnalysis) == null ? void 0 : xi.fo) == null ? void 0 : Ci.totalExtraCons)} flex blue center`)
|
|
13919
13919
|
}, e(((Ai = (Di = (gi = i.extraData) == null ? void 0 : gi.consAnalysis) == null ? void 0 : Di.fo) == null ? void 0 : Ai.totalExtraCons) ?? "—"), 3),
|
|
@@ -13921,12 +13921,12 @@ function qQ(s, a, o, u, i, l) {
|
|
|
13921
13921
|
class: A(`${l.computeColor((Si = (ki = (wi = i.extraData) == null ? void 0 : wi.consAnalysis) == null ? void 0 : ki.dgo) == null ? void 0 : Si.totalExtraCons)} flex blue center`)
|
|
13922
13922
|
}, e(((Ei = (Oi = (Ti = i.extraData) == null ? void 0 : Ti.consAnalysis) == null ? void 0 : Oi.dgo) == null ? void 0 : Ei.totalExtraCons) ?? "—"), 3)
|
|
13923
13923
|
])
|
|
13924
|
-
])) : (d(), c("div",
|
|
13924
|
+
])) : (d(), c("div", WQ, [
|
|
13925
13925
|
LQ,
|
|
13926
13926
|
t("div", HQ, [
|
|
13927
13927
|
MQ,
|
|
13928
|
-
t("div", GQ, e((
|
|
13929
|
-
t("div", IQ, e((Hi = (Li = (
|
|
13928
|
+
t("div", GQ, e((Fi = (Bi = (Pi = i.extraData) == null ? void 0 : Pi.consAnalysis) == null ? void 0 : Bi.fo) == null ? void 0 : Fi.sailingCons), 1),
|
|
13929
|
+
t("div", IQ, e((Hi = (Li = (Wi = i.extraData) == null ? void 0 : Wi.consAnalysis) == null ? void 0 : Li.dgo) == null ? void 0 : Hi.sailingCons), 1)
|
|
13930
13930
|
]),
|
|
13931
13931
|
t("div", RQ, [
|
|
13932
13932
|
NQ,
|
|
@@ -14024,7 +14024,7 @@ const $Q = {
|
|
|
14024
14024
|
}, mJ = { class: "flex" }, yJ = { class: "flexM" }, bJ = { class: "summary-item" }, xJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Arrival", -1)), CJ = {
|
|
14025
14025
|
class: "flexL gray",
|
|
14026
14026
|
style: { display: "flex" }
|
|
14027
|
-
}, gJ = { class: "flex" }, DJ = { class: "flexM" }, AJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), wJ = { class: "report-summary" }, kJ = { class: "summary-item" }, SJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "Total Time Lost", -1)), TJ = { class: "summary-item" }, OJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "FO Total Consumption", -1)), EJ = { class: "summary-item" }, PJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "DO/GO Total Consumption", -1)),
|
|
14027
|
+
}, gJ = { class: "flex" }, DJ = { class: "flexM" }, AJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), wJ = { class: "report-summary" }, kJ = { class: "summary-item" }, SJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "Total Time Lost", -1)), TJ = { class: "summary-item" }, OJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "FO Total Consumption", -1)), EJ = { class: "summary-item" }, PJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "DO/GO Total Consumption", -1)), BJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Stoppage Info", -1)), FJ = { class: "report-table" }, WJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("thead", null, [
|
|
14028
14028
|
/* @__PURE__ */ t("tr", null, [
|
|
14029
14029
|
/* @__PURE__ */ t("th", { rowspan: 2 }, "Stoppage"),
|
|
14030
14030
|
/* @__PURE__ */ t("th", { rowspan: 2 }, "Position"),
|
|
@@ -14041,7 +14041,7 @@ const $Q = {
|
|
|
14041
14041
|
])
|
|
14042
14042
|
], -1)), LJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("td", null, "Stopped", -1)), HJ = { rowspan: 2 }, MJ = { rowspan: 2 }, GJ = { rowspan: 2 }, IJ = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("td", null, "Resumed", -1)), RJ = { class: "report-map" }, NJ = ["src"];
|
|
14043
14043
|
function UJ(s, a, o, u, i, l) {
|
|
14044
|
-
var r, y, O, P, m, D, S, v, E,
|
|
14044
|
+
var r, y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft;
|
|
14045
14045
|
const f = it("IdmBrand");
|
|
14046
14046
|
return d(), c("div", tJ, [
|
|
14047
14047
|
L(f, { name: "Voyage Stoppage Report" }),
|
|
@@ -14066,7 +14066,7 @@ function UJ(s, a, o, u, i, l) {
|
|
|
14066
14066
|
pJ,
|
|
14067
14067
|
t("div", fJ, [
|
|
14068
14068
|
t("span", mJ, e((E = (v = o.report) == null ? void 0 : v.departure) == null ? void 0 : E.name), 1),
|
|
14069
|
-
t("span", yJ, e(l.computeUTCTime(((G = (
|
|
14069
|
+
t("span", yJ, e(l.computeUTCTime(((G = (B = o.report) == null ? void 0 : B.departure) == null ? void 0 : G.atd) || ((Y = (U = o.report) == null ? void 0 : U.departure) == null ? void 0 : Y.etd))), 1)
|
|
14070
14070
|
])
|
|
14071
14071
|
]),
|
|
14072
14072
|
t("div", bJ, [
|
|
@@ -14101,10 +14101,10 @@ function UJ(s, a, o, u, i, l) {
|
|
|
14101
14101
|
}, e(((st = o.report) == null ? void 0 : st.totalDgoCons) ?? "—"), 5)
|
|
14102
14102
|
])
|
|
14103
14103
|
]),
|
|
14104
|
-
|
|
14105
|
-
t("div",
|
|
14104
|
+
BJ,
|
|
14105
|
+
t("div", FJ, [
|
|
14106
14106
|
t("table", null, [
|
|
14107
|
-
|
|
14107
|
+
WJ,
|
|
14108
14108
|
t("tbody", null, [
|
|
14109
14109
|
t("tr", null, [
|
|
14110
14110
|
LJ,
|
|
@@ -14240,7 +14240,7 @@ const ZJ = {
|
|
|
14240
14240
|
}, yK = { class: "flex" }, bK = { class: "flexM" }, xK = { class: "summary-item" }, CK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Arrival", -1)), gK = {
|
|
14241
14241
|
class: "flexL gray",
|
|
14242
14242
|
style: { display: "flex" }
|
|
14243
|
-
}, DK = { class: "flex" }, AK = { class: "flexM" }, wK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), kK = { class: "report-summary" }, SK = { class: "summary-item" }, TK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Speed time on actual routecompared with Recommended route", -1)), OK = { class: "summary-item" }, EK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)), PK = { class: "summary-item" },
|
|
14243
|
+
}, DK = { class: "flex" }, AK = { class: "flexM" }, wK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), kK = { class: "report-summary" }, SK = { class: "summary-item" }, TK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Speed time on actual routecompared with Recommended route", -1)), OK = { class: "summary-item" }, EK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)), PK = { class: "summary-item" }, BK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Actual route DO/GO Consumption compared with Recommended route", -1)), FK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Route Map", -1)), WK = { class: "report-map" }, LK = ["src"], HK = /* @__PURE__ */ ut('<div class="legend" data-v-c8bf8198><div class="legend-item" data-v-c8bf8198><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-c8bf8198></div><div data-v-c8bf8198>Actual Route</div></div><div class="legend-item" data-v-c8bf8198><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-c8bf8198></div><div data-v-c8bf8198>Recommended Route</div></div></div>', 1), MK = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", { class: "page-break" }, null, -1)), GK = {
|
|
14244
14244
|
key: 0,
|
|
14245
14245
|
class: "subtitle"
|
|
14246
14246
|
}, IK = {
|
|
@@ -14284,10 +14284,10 @@ const ZJ = {
|
|
|
14284
14284
|
], -1)), TX = { class: "summary-item" }, OX = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", {
|
|
14285
14285
|
class: "blue",
|
|
14286
14286
|
style: { width: "35%" }
|
|
14287
|
-
}, "Average Daily FO Consumption (mt)", -1)), EX = { class: "flex blue-light center" }, PX = { class: "flex blue-light center" },
|
|
14287
|
+
}, "Average Daily FO Consumption (mt)", -1)), EX = { class: "flex blue-light center" }, PX = { class: "flex blue-light center" }, BX = { class: "summary-item" }, FX = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", {
|
|
14288
14288
|
class: "blue",
|
|
14289
14289
|
style: { width: "35%" }
|
|
14290
|
-
}, "Total FO Consumption (mt)", -1)),
|
|
14290
|
+
}, "Total FO Consumption (mt)", -1)), WX = { class: "flex blue-light center" }, LX = { class: "flex blue-light center" }, HX = { class: "summary-item" }, MX = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", {
|
|
14291
14291
|
class: "blue",
|
|
14292
14292
|
style: { width: "35%" }
|
|
14293
14293
|
}, "Average Daily DO/GO Consumption (mt)", -1)), GX = { class: "flex blue-light center" }, IX = { class: "flex blue-light center" }, RX = { class: "summary-item" }, NX = /* @__PURE__ */ se(() => /* @__PURE__ */ t("div", {
|
|
@@ -14301,7 +14301,7 @@ const ZJ = {
|
|
|
14301
14301
|
style: { width: "35%" }
|
|
14302
14302
|
}, "Diff DO/GO Consumption (mt)", -1)), KX = { class: "flex blue-light center italic" }, XX = ["innerHTML"];
|
|
14303
14303
|
function qX(s, a, o, u, i, l) {
|
|
14304
|
-
var y, O, P, m, D, S, v, E,
|
|
14304
|
+
var y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt, Mt;
|
|
14305
14305
|
const f = it("IdmBrand"), r = it("Editor");
|
|
14306
14306
|
return d(), c("div", VJ, [
|
|
14307
14307
|
L(f),
|
|
@@ -14338,7 +14338,7 @@ function qX(s, a, o, u, i, l) {
|
|
|
14338
14338
|
]),
|
|
14339
14339
|
t("div", hK, [
|
|
14340
14340
|
vK,
|
|
14341
|
-
t("div", _K, e((G = (
|
|
14341
|
+
t("div", _K, e((G = (B = i.comparisonData) == null ? void 0 : B.voyage) == null ? void 0 : G.number), 1)
|
|
14342
14342
|
]),
|
|
14343
14343
|
t("div", pK, [
|
|
14344
14344
|
fK,
|
|
@@ -14370,14 +14370,14 @@ function qX(s, a, o, u, i, l) {
|
|
|
14370
14370
|
}, e(l.computeSummary((at = i.comparisonData) == null ? void 0 : at.diffFoCons, "oil")), 3)
|
|
14371
14371
|
]),
|
|
14372
14372
|
t("div", PK, [
|
|
14373
|
-
|
|
14373
|
+
BK,
|
|
14374
14374
|
t("div", {
|
|
14375
14375
|
class: A(`${l.computeColor((lt = i.comparisonData) == null ? void 0 : lt.diffDgoCons)} flex blue`)
|
|
14376
14376
|
}, e(l.computeSummary((g = i.comparisonData) == null ? void 0 : g.diffDgoCons, "oil")), 3)
|
|
14377
14377
|
])
|
|
14378
14378
|
]),
|
|
14379
|
-
|
|
14380
|
-
t("div",
|
|
14379
|
+
FK,
|
|
14380
|
+
t("div", WK, [
|
|
14381
14381
|
t("img", {
|
|
14382
14382
|
style: { width: "100%" },
|
|
14383
14383
|
src: (z = i.comparisonData) == null ? void 0 : z.chartUrl,
|
|
@@ -14431,12 +14431,12 @@ function qX(s, a, o, u, i, l) {
|
|
|
14431
14431
|
]),
|
|
14432
14432
|
t("div", yX, [
|
|
14433
14433
|
bX,
|
|
14434
|
-
t("div", xX, e(((
|
|
14435
|
-
t("div", CX, e(((
|
|
14434
|
+
t("div", xX, e(((Bt = i.comparisonData) == null ? void 0 : Bt.actualPfmSpd) ?? "—"), 1),
|
|
14435
|
+
t("div", CX, e(((Ft = i.comparisonData) == null ? void 0 : Ft.recmdPfmSpd) ?? "—"), 1)
|
|
14436
14436
|
]),
|
|
14437
14437
|
t("div", gX, [
|
|
14438
14438
|
DX,
|
|
14439
|
-
t("div", AX, e(l.compareTime((
|
|
14439
|
+
t("div", AX, e(l.compareTime((Wt = i.comparisonData) == null ? void 0 : Wt.actualTime, (Lt = i.comparisonData) == null ? void 0 : Lt.recmdTime)), 1)
|
|
14440
14440
|
])
|
|
14441
14441
|
]),
|
|
14442
14442
|
wX,
|
|
@@ -14447,9 +14447,9 @@ function qX(s, a, o, u, i, l) {
|
|
|
14447
14447
|
t("div", EX, e(((Ht = i.comparisonData) == null ? void 0 : Ht.actualAvgFoCons) ?? "-"), 1),
|
|
14448
14448
|
t("div", PX, e(((Nt = i.comparisonData) == null ? void 0 : Nt.recmdAvgFoCons) ?? "-"), 1)
|
|
14449
14449
|
]),
|
|
14450
|
-
t("div",
|
|
14451
|
-
|
|
14452
|
-
t("div",
|
|
14450
|
+
t("div", BX, [
|
|
14451
|
+
FX,
|
|
14452
|
+
t("div", WX, e(((Ut = i.comparisonData) == null ? void 0 : Ut.actualFoCons) ?? "-"), 1),
|
|
14453
14453
|
t("div", LX, e(((kt = i.comparisonData) == null ? void 0 : kt.recmdFoCons) ?? "-"), 1)
|
|
14454
14454
|
]),
|
|
14455
14455
|
t("div", HX, [
|
|
@@ -14593,7 +14593,7 @@ const $X = {
|
|
|
14593
14593
|
}, kq = { class: "flex" }, Sq = { class: "flexM" }, Tq = { class: "summary-item" }, Oq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Arrival", -1)), Eq = {
|
|
14594
14594
|
class: "flexL gray",
|
|
14595
14595
|
style: { display: "flex" }
|
|
14596
|
-
}, Pq = { class: "flex" },
|
|
14596
|
+
}, Pq = { class: "flex" }, Bq = { class: "flexM" }, Fq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), Wq = { class: "report-summary" }, Lq = { class: "summary-item" }, Hq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Speed time on actual routecompared with Recommended route", -1)), Mq = { class: "summary-item" }, Gq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)), Iq = { class: "summary-item" }, Rq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "flexL blue" }, "Actual route DO/GO Consumption compared with Recommended route", -1)), Nq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Route Map", -1)), Uq = { class: "report-map" }, Yq = ["src"], Zq = /* @__PURE__ */ ut('<div class="legend" data-v-b2f57055><div class="legend-item" data-v-b2f57055><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-b2f57055></div><div data-v-b2f57055>Actual Route</div></div><div class="legend-item" data-v-b2f57055><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-b2f57055></div><div data-v-b2f57055>Ocean π Recommended Route</div></div></div>', 1), Vq = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "page-break" }, null, -1)), zq = {
|
|
14597
14597
|
key: 0,
|
|
14598
14598
|
class: "subtitle"
|
|
14599
14599
|
}, Qq = {
|
|
@@ -14627,7 +14627,7 @@ const $X = {
|
|
|
14627
14627
|
}, "Performance Speed (kts)", -1)), Tj = { class: "flex blue-light center" }, Oj = { class: "flex blue-light center" }, Ej = { class: "summary-item" }, Pj = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", {
|
|
14628
14628
|
class: "blue",
|
|
14629
14629
|
style: { width: "35%" }
|
|
14630
|
-
}, "Diff Time (hrs)", -1)),
|
|
14630
|
+
}, "Diff Time (hrs)", -1)), Bj = { class: "flex blue-light center italic" }, Fj = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Comparison of Fuel Consumption", -1)), Wj = { class: "report-summary" }, Lj = /* @__PURE__ */ oe(() => /* @__PURE__ */ t("div", { class: "summary-item" }, [
|
|
14631
14631
|
/* @__PURE__ */ t("div", {
|
|
14632
14632
|
class: "blue",
|
|
14633
14633
|
style: { width: "35%" }
|
|
@@ -14654,7 +14654,7 @@ const $X = {
|
|
|
14654
14654
|
style: { width: "35%" }
|
|
14655
14655
|
}, "Diff DO/GO Consumption (mt)", -1)), o$ = { class: "flex blue-light center italic" }, i$ = ["innerHTML"];
|
|
14656
14656
|
function l$(s, a, o, u, i, l) {
|
|
14657
|
-
var r, y, O, P, m, D, S, v, E,
|
|
14657
|
+
var r, y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z, w, j, Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht, Nt, Ut, kt, R, wt, Yt, Zt, Vt;
|
|
14658
14658
|
const f = it("Editor");
|
|
14659
14659
|
return d(), c("div", tq, [
|
|
14660
14660
|
eq,
|
|
@@ -14685,7 +14685,7 @@ function l$(s, a, o, u, i, l) {
|
|
|
14685
14685
|
]),
|
|
14686
14686
|
t("div", xq, [
|
|
14687
14687
|
Cq,
|
|
14688
|
-
t("div", gq, e((
|
|
14688
|
+
t("div", gq, e((B = (E = i.comparisonData) == null ? void 0 : E.voyage) == null ? void 0 : B.number), 1)
|
|
14689
14689
|
]),
|
|
14690
14690
|
t("div", Dq, [
|
|
14691
14691
|
Aq,
|
|
@@ -14698,12 +14698,12 @@ function l$(s, a, o, u, i, l) {
|
|
|
14698
14698
|
Oq,
|
|
14699
14699
|
t("div", Eq, [
|
|
14700
14700
|
t("span", Pq, e(($ = (K = i.comparisonData) == null ? void 0 : K.arrival) == null ? void 0 : $.name), 1),
|
|
14701
|
-
t("span",
|
|
14701
|
+
t("span", Bq, e(l.computeUTCTime(((Z = (X = i.comparisonData) == null ? void 0 : X.arrival) == null ? void 0 : Z.ata) || ((j = (w = i.comparisonData) == null ? void 0 : w.arrival) == null ? void 0 : j.eta))), 1)
|
|
14702
14702
|
])
|
|
14703
14703
|
])
|
|
14704
14704
|
]),
|
|
14705
|
-
|
|
14706
|
-
t("div",
|
|
14705
|
+
Fq,
|
|
14706
|
+
t("div", Wq, [
|
|
14707
14707
|
t("div", Lq, [
|
|
14708
14708
|
Hq,
|
|
14709
14709
|
t("div", {
|
|
@@ -14779,15 +14779,15 @@ function l$(s, a, o, u, i, l) {
|
|
|
14779
14779
|
t("div", kj, [
|
|
14780
14780
|
Sj,
|
|
14781
14781
|
t("div", Tj, e(((Pt = i.comparisonData) == null ? void 0 : Pt.actualPfmSpd) ?? "—"), 1),
|
|
14782
|
-
t("div", Oj, e(((
|
|
14782
|
+
t("div", Oj, e(((Bt = i.comparisonData) == null ? void 0 : Bt.recmdPfmSpd) ?? "—"), 1)
|
|
14783
14783
|
]),
|
|
14784
14784
|
t("div", Ej, [
|
|
14785
14785
|
Pj,
|
|
14786
|
-
t("div",
|
|
14786
|
+
t("div", Bj, e(l.compareTime((Ft = i.comparisonData) == null ? void 0 : Ft.actualTime, (Wt = i.comparisonData) == null ? void 0 : Wt.recmdTime)), 1)
|
|
14787
14787
|
])
|
|
14788
14788
|
]),
|
|
14789
|
-
|
|
14790
|
-
t("div",
|
|
14789
|
+
Fj,
|
|
14790
|
+
t("div", Wj, [
|
|
14791
14791
|
Lj,
|
|
14792
14792
|
t("div", Hj, [
|
|
14793
14793
|
Mj,
|
|
@@ -15582,11 +15582,11 @@ const y$ = {
|
|
|
15582
15582
|
else {
|
|
15583
15583
|
const S = H(D.utc).utcOffset(a), v = (l = D.precip) == null ? void 0 : l.acc;
|
|
15584
15584
|
if (D.precip.pacc = v, v > 0) {
|
|
15585
|
-
const E = o[S.format("MMM-DD")],
|
|
15586
|
-
E ? (E.pacc = this.roundPrecision(E.pacc + v, 1), E[`${
|
|
15585
|
+
const E = o[S.format("MMM-DD")], B = Math.floor(S.get("hour") / 6);
|
|
15586
|
+
E ? (E.pacc = this.roundPrecision(E.pacc + v, 1), E[`${B}`] ? E[`${B}`] += v : (E[`${B}`] = v, E.colspan += 1)) : (o[S.format("MMM-DD")] = {
|
|
15587
15587
|
pacc: v,
|
|
15588
15588
|
colspan: 1
|
|
15589
|
-
}, o[S.format("MMM-DD")][`${
|
|
15589
|
+
}, o[S.format("MMM-DD")][`${B}`] = v);
|
|
15590
15590
|
}
|
|
15591
15591
|
}
|
|
15592
15592
|
}
|
|
@@ -15618,9 +15618,9 @@ const y$ = {
|
|
|
15618
15618
|
};
|
|
15619
15619
|
let l = 4;
|
|
15620
15620
|
(a = (s = this.form) == null ? void 0 : s.extend) == null || a.forEach((r) => {
|
|
15621
|
-
var O, P, m, D, S, v, E,
|
|
15621
|
+
var O, P, m, D, S, v, E, B, G, U, Y, I, T, N;
|
|
15622
15622
|
const y = H(r.utc).utcOffset((O = this.form) == null ? void 0 : O.localTZ).format("MMM-DD/HHmm[LT]");
|
|
15623
|
-
o.push(y), l = ((m = (P = r.wave) == null ? void 0 : P.sig) == null ? void 0 : m.height) > l ? (S = (D = r.wave) == null ? void 0 : D.sig) == null ? void 0 : S.height : l, u.push([y, (v = r.wind) == null ? void 0 : v.kts, (E = r.gusts) == null ? void 0 : E.kts, (G = (
|
|
15623
|
+
o.push(y), l = ((m = (P = r.wave) == null ? void 0 : P.sig) == null ? void 0 : m.height) > l ? (S = (D = r.wave) == null ? void 0 : D.sig) == null ? void 0 : S.height : l, u.push([y, (v = r.wind) == null ? void 0 : v.kts, (E = r.gusts) == null ? void 0 : E.kts, (G = (B = r.wave) == null ? void 0 : B.sig) == null ? void 0 : G.height, (U = r.wind) == null ? void 0 : U.direction, (Y = r.wind) == null ? void 0 : Y.degree, (I = r.wind) == null ? void 0 : I.scale, (T = r.current) == null ? void 0 : T.kts, (N = r.precip) == null ? void 0 : N.pacc, this.roundPrecision(r.visibility / 1852, 0), r.temp]);
|
|
15624
15624
|
});
|
|
15625
15625
|
const f = {
|
|
15626
15626
|
animation: !1,
|
|
@@ -15926,7 +15926,7 @@ const y$ = {
|
|
|
15926
15926
|
(a = this.map) == null || a.flyTo({ center: [s.lng, s.lat], zoom: 8 });
|
|
15927
15927
|
}
|
|
15928
15928
|
}
|
|
15929
|
-
}, qe = (s) => (he("data-v-eec28d50"), s = s(), ve(), s), b$ = { class: "precipitation-report" }, x$ = { class: "section area-section" }, C$ = { class: "area-block" }, g$ = { class: "area-header flex-space" }, D$ = { class: "flex-start" }, A$ = ["onClick"], w$ = { class: "flex-end" }, k$ = { class: "area-body" }, S$ = /* @__PURE__ */ ut('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-eec28d50>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-eec28d50><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Light (<10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Moderate (<24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Heavy (<49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Rainstorm (<99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-eec28d50>Heavy Rainstorm (>100mm)</div></div>', 2), T$ = { class: "flex-evenly" }, O$ = { key: 0 }, E$ = ["colspan"], P$ = ["colspan"],
|
|
15929
|
+
}, qe = (s) => (he("data-v-eec28d50"), s = s(), ve(), s), b$ = { class: "precipitation-report" }, x$ = { class: "section area-section" }, C$ = { class: "area-block" }, g$ = { class: "area-header flex-space" }, D$ = { class: "flex-start" }, A$ = ["onClick"], w$ = { class: "flex-end" }, k$ = { class: "area-body" }, S$ = /* @__PURE__ */ ut('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-eec28d50>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-eec28d50><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Light (<10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Moderate (<24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Heavy (<49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Rainstorm (<99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-eec28d50>Heavy Rainstorm (>100mm)</div></div>', 2), T$ = { class: "flex-evenly" }, O$ = { key: 0 }, E$ = ["colspan"], P$ = ["colspan"], B$ = { style: { "font-size": "10px" } }, F$ = { key: 0 }, W$ = { key: 1 }, L$ = { key: 2 }, H$ = { key: 3 }, M$ = { key: 0 }, G$ = {
|
|
15930
15930
|
key: 1,
|
|
15931
15931
|
style: { "font-size": "14px" }
|
|
15932
15932
|
}, I$ = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("div", { class: "section map-section" }, [
|
|
@@ -15947,12 +15947,12 @@ const y$ = {
|
|
|
15947
15947
|
}, mtt = { key: 1 }, ytt = {
|
|
15948
15948
|
key: 0,
|
|
15949
15949
|
class: "degree-box"
|
|
15950
|
-
}, btt = { key: 1 }, xtt = { class: "section area-section" }, Ctt = { class: "area-block" }, gtt = { class: "area-header flex-end" }, Dtt = { class: "flex-end" }, Att = { class: "area-body" }, wtt = /* @__PURE__ */ ut('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-eec28d50>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-eec28d50><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Light (<10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Moderate (<24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Heavy (<49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Rainstorm (<99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-eec28d50>Heavy Rainstorm (>100mm)</div></div>', 2), ktt = ["colspan"], Stt = ["colspan"], Ttt = { style: { "font-size": "10px" } }, Ott = { key: 0 }, Ett = { key: 1 }, Ptt = { key: 2 },
|
|
15950
|
+
}, btt = { key: 1 }, xtt = { class: "section area-section" }, Ctt = { class: "area-block" }, gtt = { class: "area-header flex-end" }, Dtt = { class: "flex-end" }, Att = { class: "area-body" }, wtt = /* @__PURE__ */ ut('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-eec28d50>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-eec28d50><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Light (<10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Moderate (<24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Heavy (<49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-eec28d50>Rainstorm (<99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-eec28d50>Heavy Rainstorm (>100mm)</div></div>', 2), ktt = ["colspan"], Stt = ["colspan"], Ttt = { style: { "font-size": "10px" } }, Ott = { key: 0 }, Ett = { key: 1 }, Ptt = { key: 2 }, Btt = { key: 3 }, Ftt = {
|
|
15951
15951
|
key: 1,
|
|
15952
15952
|
style: { "font-size": "14px" }
|
|
15953
|
-
},
|
|
15953
|
+
}, Wtt = { key: 0 };
|
|
15954
15954
|
function Ltt(s, a, o, u, i, l) {
|
|
15955
|
-
var y, O, P, m, D, S, v, E,
|
|
15955
|
+
var y, O, P, m, D, S, v, E, B, G, U, Y, I, T, N, K, $, X, Z;
|
|
15956
15956
|
const f = it("IdmBrand"), r = it("IdmLoading");
|
|
15957
15957
|
return d(), c("div", b$, [
|
|
15958
15958
|
L(f, { name: "Precipitation Accumulation" }),
|
|
@@ -15993,7 +15993,7 @@ function Ltt(s, a, o, u, i, l) {
|
|
|
15993
15993
|
}, [
|
|
15994
15994
|
t("b", null, "[" + e((O = i.form) == null ? void 0 : O.rank) + "] ", 1),
|
|
15995
15995
|
t("b", null, e((P = i.form) == null ? void 0 : P.name) + " (" + e(l.computeLat((m = i.form) == null ? void 0 : m.lat).pretty) + " / " + e(l.computeLng((D = i.form) == null ? void 0 : D.lng).pretty) + ") ", 1),
|
|
15996
|
-
t("span", null, "(from " + e(l.computeLTime((v = (S = i.form) == null ? void 0 : S.extend) == null ? void 0 : v[0].utc, (E = i.form) == null ? void 0 : E.localTZ)) + " to " + e(l.computeLTime((G = (
|
|
15996
|
+
t("span", null, "(from " + e(l.computeLTime((v = (S = i.form) == null ? void 0 : S.extend) == null ? void 0 : v[0].utc, (E = i.form) == null ? void 0 : E.localTZ)) + " to " + e(l.computeLTime((G = (B = i.form) == null ? void 0 : B.extend) == null ? void 0 : G.at(-1).utc, (U = i.form) == null ? void 0 : U.localTZ)) + ", " + e(l.computeTZ((Y = i.form) == null ? void 0 : Y.localTZ)) + ")", 1)
|
|
15997
15997
|
], 8, E$)
|
|
15998
15998
|
]),
|
|
15999
15999
|
t("tr", null, [
|
|
@@ -16006,13 +16006,13 @@ function Ltt(s, a, o, u, i, l) {
|
|
|
16006
16006
|
}, e(w) + " (" + e(i.form.paccInDays[w].pacc) + ") ", 11, P$);
|
|
16007
16007
|
}), 128))
|
|
16008
16008
|
]),
|
|
16009
|
-
t("tr",
|
|
16009
|
+
t("tr", B$, [
|
|
16010
16010
|
(d(!0), c(M, null, rt(Object.keys((T = i.form) == null ? void 0 : T.paccInDays), (w, j) => {
|
|
16011
16011
|
var Q;
|
|
16012
16012
|
return d(), c(M, { key: j }, [
|
|
16013
16013
|
(d(!0), c(M, null, rt(Object.keys((Q = i.form) == null ? void 0 : Q.paccInDays[w]), (V, st) => (d(), c(M, { key: st }, [
|
|
16014
|
-
V === "0" ? (d(), c("th",
|
|
16015
|
-
V === "1" ? (d(), c("th",
|
|
16014
|
+
V === "0" ? (d(), c("th", F$, "00-06")) : x("", !0),
|
|
16015
|
+
V === "1" ? (d(), c("th", W$, "06-12")) : x("", !0),
|
|
16016
16016
|
V === "2" ? (d(), c("th", L$, "12-18")) : x("", !0),
|
|
16017
16017
|
V === "3" ? (d(), c("th", H$, "18-24")) : x("", !0)
|
|
16018
16018
|
], 64))), 128))
|
|
@@ -16078,7 +16078,7 @@ function Ltt(s, a, o, u, i, l) {
|
|
|
16078
16078
|
]),
|
|
16079
16079
|
t("tbody", null, [
|
|
16080
16080
|
(d(!0), c(M, null, rt((X = i.form) == null ? void 0 : X.extend, (w, j) => {
|
|
16081
|
-
var Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Ft, Wt,
|
|
16081
|
+
var Q, V, st, ot, at, lt, g, z, et, n, nt, h, dt, ht, ct, pt, ft, yt, bt, Ct, gt, Dt, mt, At, Et, Pt, Bt, Ft, Wt, Lt, Ht;
|
|
16082
16082
|
return d(), c("tr", { key: j }, [
|
|
16083
16083
|
t("td", utt, e(l.computeLTime(w.utc, (Q = i.form) == null ? void 0 : Q.localTZ)), 1),
|
|
16084
16084
|
o.showPrate ? (d(), c("td", htt, e(l.roundPrecision((V = w.precip) == null ? void 0 : V.prate, 2)), 1)) : x("", !0),
|
|
@@ -16113,11 +16113,11 @@ function Ltt(s, a, o, u, i, l) {
|
|
|
16113
16113
|
C(e((Et = (At = w.wave) == null ? void 0 : At.sig) == null ? void 0 : Et.direction), 1),
|
|
16114
16114
|
t("i", {
|
|
16115
16115
|
class: "iconfont",
|
|
16116
|
-
style: be(l.computeDegree((
|
|
16116
|
+
style: be(l.computeDegree((Bt = (Pt = w.wave) == null ? void 0 : Pt.sig) == null ? void 0 : Bt.degree, !1))
|
|
16117
16117
|
}, "", 4)
|
|
16118
16118
|
])) : (d(), c("span", btt, "-"))
|
|
16119
16119
|
]),
|
|
16120
|
-
t("td", null, e(l.roundPrecision((
|
|
16120
|
+
t("td", null, e(l.roundPrecision((Wt = (Ft = w.wave) == null ? void 0 : Ft.sig) == null ? void 0 : Wt.height, 1)), 1),
|
|
16121
16121
|
t("td", null, e(l.roundPrecision((Ht = (Lt = w.wave) == null ? void 0 : Lt.sig) == null ? void 0 : Ht.period, 1)), 1),
|
|
16122
16122
|
t("td", null, e(l.roundPrecision(w.temp, 1)), 1)
|
|
16123
16123
|
]);
|
|
@@ -16175,16 +16175,16 @@ function Ltt(s, a, o, u, i, l) {
|
|
|
16175
16175
|
lt === "0" ? (d(), c("th", Ott, "00-06")) : x("", !0),
|
|
16176
16176
|
lt === "1" ? (d(), c("th", Ett, "06-12")) : x("", !0),
|
|
16177
16177
|
lt === "2" ? (d(), c("th", Ptt, "12-18")) : x("", !0),
|
|
16178
|
-
lt === "3" ? (d(), c("th",
|
|
16178
|
+
lt === "3" ? (d(), c("th", Btt, "18-24")) : x("", !0)
|
|
16179
16179
|
], 64))), 128))
|
|
16180
|
-
], 64))), 128)) : (d(), c("th",
|
|
16180
|
+
], 64))), 128)) : (d(), c("th", Ftt, "No Precipitation in the next 10 days"))
|
|
16181
16181
|
])
|
|
16182
16182
|
]),
|
|
16183
16183
|
t("tbody", null, [
|
|
16184
16184
|
t("tr", null, [
|
|
16185
16185
|
(d(!0), c(M, null, rt(Object.keys(w == null ? void 0 : w.paccInDays), (ot, at) => (d(), c(M, { key: at }, [
|
|
16186
16186
|
(d(!0), c(M, null, rt(Object.keys(w == null ? void 0 : w.paccInDays[ot]), (lt, g) => (d(), c(M, { key: g }, [
|
|
16187
|
-
["0", "1", "2", "3"].includes(lt) ? (d(), c("td",
|
|
16187
|
+
["0", "1", "2", "3"].includes(lt) ? (d(), c("td", Wtt, e(l.roundPrecision(w == null ? void 0 : w.paccInDays[ot][lt], 1)), 1)) : x("", !0)
|
|
16188
16188
|
], 64))), 128))
|
|
16189
16189
|
], 64))), 128))
|
|
16190
16190
|
])
|
|
@@ -16219,7 +16219,7 @@ export {
|
|
|
16219
16219
|
Z1 as FliPlanReport,
|
|
16220
16220
|
O7 as FliVoyageReport,
|
|
16221
16221
|
$tt as HurricanePlugin,
|
|
16222
|
-
|
|
16222
|
+
PW as HurricaneReport,
|
|
16223
16223
|
Lo as IdmBrand,
|
|
16224
16224
|
so as IdmEditor,
|
|
16225
16225
|
Jtt as IdmEditorPlugin,
|
|
@@ -16239,7 +16239,7 @@ export {
|
|
|
16239
16239
|
DH as OrmInvoiceReport,
|
|
16240
16240
|
Z_ as OrmPlanReport,
|
|
16241
16241
|
m$ as OrmQuoteReport,
|
|
16242
|
-
|
|
16242
|
+
oW as OrmVoyageReport,
|
|
16243
16243
|
j_ as PiLogo,
|
|
16244
16244
|
qtt as PiLogoPlugin,
|
|
16245
16245
|
wc as PointReport,
|