@idmui/spot 0.7.4 → 0.7.6
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.
|
@@ -13873,7 +13873,7 @@ function(t) {
|
|
|
13873
13873
|
*/
|
|
13874
13874
|
function(t) {
|
|
13875
13875
|
function A() {
|
|
13876
|
-
return (he.canvg ? Promise.resolve(he.canvg) : import("./index.es-
|
|
13876
|
+
return (he.canvg ? Promise.resolve(he.canvg) : import("./index.es-3741a942.js")).catch(function(e) {
|
|
13877
13877
|
return Promise.reject(new Error("Could not load canvg: " + e));
|
|
13878
13878
|
}).then(function(e) {
|
|
13879
13879
|
return e.default ? e.default : e;
|
|
@@ -18700,7 +18700,8 @@ const Wv = {
|
|
|
18700
18700
|
pickedWeek: "Today",
|
|
18701
18701
|
meteogramData: void 0,
|
|
18702
18702
|
hourlyTableData: [],
|
|
18703
|
-
forecastDays: 7
|
|
18703
|
+
forecastDays: 7,
|
|
18704
|
+
forecastModel: ""
|
|
18704
18705
|
};
|
|
18705
18706
|
},
|
|
18706
18707
|
computed: {
|
|
@@ -18784,7 +18785,7 @@ const Wv = {
|
|
|
18784
18785
|
lng: (e = this.point) == null ? void 0 : e.lng,
|
|
18785
18786
|
name: ((r = this.point) == null ? void 0 : r.portName) || this.computeLat(this.point.lat) + ", " + this.computeLng(this.point.lng),
|
|
18786
18787
|
remark: (n = this.point) == null ? void 0 : n.remark
|
|
18787
|
-
});
|
|
18788
|
+
}, this.forecastModel = this.point.forecastModel);
|
|
18788
18789
|
},
|
|
18789
18790
|
deep: !0,
|
|
18790
18791
|
immediate: !0
|
|
@@ -19985,14 +19986,14 @@ function _C(t, A, e, r, n, i) {
|
|
|
19985
19986
|
H("div", sC, [
|
|
19986
19987
|
A[3] || (A[3] = H("label", { class: "label" }, "ForecastModel:", -1)),
|
|
19987
19988
|
H("div", null, [
|
|
19988
|
-
H("span", aC, OA(n.
|
|
19989
|
+
H("span", aC, OA(n.forecastModel), 1)
|
|
19989
19990
|
])
|
|
19990
19991
|
])
|
|
19991
19992
|
])
|
|
19992
19993
|
]),
|
|
19993
19994
|
H("div", oC, [
|
|
19994
19995
|
(c = n.position) != null && c.name && !((u = n.loading) != null && u.meteogramEchart) ? (FA(), EA("div", lC, A[4] || (A[4] = [
|
|
19995
|
-
bd('<div class="title flex-start" data-v-
|
|
19996
|
+
bd('<div class="title flex-start" data-v-1003f4a7><div style="margin-right:20px;" data-v-1003f4a7>Meteogram</div></div><div id="weather-icons" data-v-1003f4a7></div><div id="weather-condition" data-v-1003f4a7></div><div id="wave-swell" data-v-1003f4a7></div>', 4)
|
|
19996
19997
|
]))) : (d = n.loading) != null && d.meteogramEchart ? (FA(), EA("div", cC, A[5] || (A[5] = [
|
|
19997
19998
|
H("img", {
|
|
19998
19999
|
style: { height: "200px" },
|
|
@@ -20215,7 +20216,7 @@ function _C(t, A, e, r, n, i) {
|
|
|
20215
20216
|
])
|
|
20216
20217
|
]);
|
|
20217
20218
|
}
|
|
20218
|
-
const jC = /* @__PURE__ */ nh(Wv, [["render", _C], ["__scopeId", "data-v-
|
|
20219
|
+
const jC = /* @__PURE__ */ nh(Wv, [["render", _C], ["__scopeId", "data-v-1003f4a7"]]), ZC = {
|
|
20219
20220
|
install(t) {
|
|
20220
20221
|
t.component("SpotReport", jC);
|
|
20221
20222
|
}
|
package/dist/index.js
CHANGED