@idmwx/idmui-gl4 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1419,13 +1419,13 @@ const ui = {
|
|
|
1419
1419
|
portId: {
|
|
1420
1420
|
handler() {
|
|
1421
1421
|
var t, e, o;
|
|
1422
|
-
this.portId && (this.$emit("closeAllDetail"
|
|
1422
|
+
this.portId && (this.$emit("closeAllDetail"), (o = (e = (t = this.$parent) == null ? void 0 : t.$parent) == null ? void 0 : e.$refs.idmIideStation) == null || o.handleCloseDetail(), this.fetchMeteoData());
|
|
1423
1423
|
},
|
|
1424
1424
|
immediate: !0
|
|
1425
1425
|
},
|
|
1426
1426
|
currentIndex: {
|
|
1427
1427
|
handler() {
|
|
1428
|
-
this.initTableData(this.meteoData), this.initTideTableData();
|
|
1428
|
+
this.initTableData(this.meteoData), this.showTideDetail && this.initTideTableData(this.tideData);
|
|
1429
1429
|
}
|
|
1430
1430
|
},
|
|
1431
1431
|
theme: {
|
|
@@ -1930,7 +1930,7 @@ function yr(t, e, o, i, a, r) {
|
|
|
1930
1930
|
_: 1
|
|
1931
1931
|
});
|
|
1932
1932
|
}
|
|
1933
|
-
const lo = /* @__PURE__ */ Y(ui, [["render", yr], ["__scopeId", "data-v-
|
|
1933
|
+
const lo = /* @__PURE__ */ Y(ui, [["render", yr], ["__scopeId", "data-v-5eb3dfe5"]]);
|
|
1934
1934
|
const br = {
|
|
1935
1935
|
name: "IdmPort",
|
|
1936
1936
|
components: {
|
|
@@ -1953,6 +1953,7 @@ const br = {
|
|
|
1953
1953
|
setup() {
|
|
1954
1954
|
return { Theme: ze() };
|
|
1955
1955
|
},
|
|
1956
|
+
emits: ["closeAllDetail"],
|
|
1956
1957
|
data() {
|
|
1957
1958
|
return {
|
|
1958
1959
|
source: "port-source",
|
|
@@ -2063,7 +2064,7 @@ function _r(t, e, o, i, a, r) {
|
|
|
2063
2064
|
l("span", null, h(a.hoverPort.name ?? "-"), 1)
|
|
2064
2065
|
]),
|
|
2065
2066
|
l("div", vr, [
|
|
2066
|
-
e[
|
|
2067
|
+
e[1] || (e[1] = l("label", { class: "pr-1" }, "LoCode : ", -1)),
|
|
2067
2068
|
l("span", null, h(a.hoverPort.loCode ?? "-"), 1)
|
|
2068
2069
|
])
|
|
2069
2070
|
])
|
|
@@ -2080,11 +2081,12 @@ function _r(t, e, o, i, a, r) {
|
|
|
2080
2081
|
portId: a.portId,
|
|
2081
2082
|
port: a.port,
|
|
2082
2083
|
forecastModel: o.forecastModel,
|
|
2083
|
-
onClose: r.handleCloseDetail
|
|
2084
|
+
onClose: r.handleCloseDetail,
|
|
2085
|
+
onCloseAllDetail: e[0] || (e[0] = (g) => t.$emit("closeAllDetail", { ports: !0 }))
|
|
2084
2086
|
}, t.$attrs), null, 16, ["portId", "port", "forecastModel", "onClose"])) : O("", !0)
|
|
2085
2087
|
]);
|
|
2086
2088
|
}
|
|
2087
|
-
const kr = /* @__PURE__ */ Y(br, [["render", _r], ["__scopeId", "data-v-
|
|
2089
|
+
const kr = /* @__PURE__ */ Y(br, [["render", _r], ["__scopeId", "data-v-a75dcce3"]]), zr = {
|
|
2088
2090
|
name: "IdmLoadLine",
|
|
2089
2091
|
props: {
|
|
2090
2092
|
map: {
|
|
@@ -4239,6 +4241,7 @@ const Ul = {
|
|
|
4239
4241
|
setup() {
|
|
4240
4242
|
return { Theme: ze() };
|
|
4241
4243
|
},
|
|
4244
|
+
emits: ["closeAllDetail"],
|
|
4242
4245
|
data() {
|
|
4243
4246
|
return {
|
|
4244
4247
|
source: "follow-port-source",
|
|
@@ -4367,7 +4370,7 @@ function Zl(t, e, o, i, a, r) {
|
|
|
4367
4370
|
l("span", null, h(a.hoverPort.name ?? "-"), 1)
|
|
4368
4371
|
]),
|
|
4369
4372
|
l("div", Vl, [
|
|
4370
|
-
e[
|
|
4373
|
+
e[1] || (e[1] = l("label", { class: "pr-1" }, "LoCode : ", -1)),
|
|
4371
4374
|
l("span", null, h(a.hoverPort.loCode ?? "-"), 1)
|
|
4372
4375
|
])
|
|
4373
4376
|
])
|
|
@@ -4385,11 +4388,12 @@ function Zl(t, e, o, i, a, r) {
|
|
|
4385
4388
|
port: a.port,
|
|
4386
4389
|
forecastModel: o.forecastModel,
|
|
4387
4390
|
followList: o.followList,
|
|
4388
|
-
onClose: r.handleCloseDetail
|
|
4391
|
+
onClose: r.handleCloseDetail,
|
|
4392
|
+
onCloseAllDetail: e[0] || (e[0] = (g) => t.$emit("closeAllDetail", { followPort: !0 }))
|
|
4389
4393
|
}, t.$attrs), null, 16, ["portId", "port", "forecastModel", "followList", "onClose"])) : O("", !0)
|
|
4390
4394
|
]);
|
|
4391
4395
|
}
|
|
4392
|
-
const ql = /* @__PURE__ */ Y(Ul, [["render", Zl], ["__scopeId", "data-v-
|
|
4396
|
+
const ql = /* @__PURE__ */ Y(Ul, [["render", Zl], ["__scopeId", "data-v-8a886ac9"]]);
|
|
4393
4397
|
const Yl = {
|
|
4394
4398
|
name: "IdmFollowPosition",
|
|
4395
4399
|
props: {
|