@idmui/extend 0.3.0 → 0.3.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 +4 -4
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -228,7 +228,7 @@ const FM = {
|
|
|
228
228
|
computeMajorPoints() {
|
|
229
229
|
return function(s, a) {
|
|
230
230
|
const l = [];
|
|
231
|
-
for (let u = 0; u < a.length; u++) {
|
|
231
|
+
for (let u = 0; u < (a == null ? void 0 : a.length); u++) {
|
|
232
232
|
const D = a[u], n = a[u - 1];
|
|
233
233
|
n && (D.avgBearing = n.bearing), l.push(D), D.suspend && (s != null && s.useRouteParam) && l.push({
|
|
234
234
|
etd: D.etd,
|
|
@@ -756,7 +756,7 @@ function WD(s, a, l, u, D, n) {
|
|
|
756
756
|
}, null, 8, Do)
|
|
757
757
|
]),
|
|
758
758
|
t("div", No, [
|
|
759
|
-
a[17] || (a[17] = na('<div class="legend" data-v-
|
|
759
|
+
a[17] || (a[17] = na('<div class="legend" data-v-0bc1ac2b><span class="dangerous" data-v-0bc1ac2b></span><span data-v-0bc1ac2b>Danger</span></div><div class="legend" data-v-0bc1ac2b><span class="severe" data-v-0bc1ac2b></span><span data-v-0bc1ac2b>Severe</span></div><div class="legend" data-v-0bc1ac2b><span class="heavy" data-v-0bc1ac2b></span><span data-v-0bc1ac2b>Heavy</span></div>', 3)),
|
|
760
760
|
t("div", ro, [
|
|
761
761
|
a[14] || (a[14] = t("b", { class: "route1" }, null, -1)),
|
|
762
762
|
t("span", {
|
|
@@ -1019,7 +1019,7 @@ function WD(s, a, l, u, D, n) {
|
|
|
1019
1019
|
]),
|
|
1020
1020
|
t("div", Jo, [
|
|
1021
1021
|
t("div", Xo, [
|
|
1022
|
-
a[55] || (a[55] = na('<div class="cell-item flex" style="flex:2.5;" data-v-
|
|
1022
|
+
a[55] || (a[55] = na('<div class="cell-item flex" style="flex:2.5;" data-v-0bc1ac2b>Major waypoint</div><div class="cell-item flex" style="flex:1.5;" data-v-0bc1ac2b>Time</div><div class="cell-item flex" data-v-0bc1ac2b>Nav</div><div class="cell-item flex" data-v-0bc1ac2b>Dist <span class="text-units" data-v-0bc1ac2b>(nm)</span></div>', 4)),
|
|
1023
1023
|
(ja = (za = l.plan) == null ? void 0 : za.voyage) != null && ja.showMajorWPSpd ? (d(), M("div", Ko, [...a[53] || (a[53] = [
|
|
1024
1024
|
r("SOG ", -1),
|
|
1025
1025
|
t("span", { class: "text-units" }, "(kts)", -1)
|
|
@@ -1225,7 +1225,7 @@ function WD(s, a, l, u, D, n) {
|
|
|
1225
1225
|
], 64))
|
|
1226
1226
|
]);
|
|
1227
1227
|
}
|
|
1228
|
-
const ZD = /* @__PURE__ */ cl(FM, [["render", WD], ["__scopeId", "data-v-
|
|
1228
|
+
const ZD = /* @__PURE__ */ cl(FM, [["render", WD], ["__scopeId", "data-v-0bc1ac2b"]]), xU = {
|
|
1229
1229
|
install(s) {
|
|
1230
1230
|
s.component("PlanReport", ZD);
|
|
1231
1231
|
}
|