@idmwx/idmui-gl4 1.1.6 → 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
|
@@ -5,9 +5,9 @@ import Se from "axios";
|
|
|
5
5
|
import { useTheme as ze } from "vuetify";
|
|
6
6
|
import { openBlock as y, createElementBlock as S, resolveComponent as x, withDirectives as Ne, createBlock as A, withCtx as u, createVNode as d, withModifiers as ro, createElementVNode as l, vShow as Fe, normalizeClass as We, toDisplayString as h, createTextVNode as N, Fragment as be, renderList as we, createCommentVNode as O, mergeProps as B, normalizeStyle as ie } from "vue";
|
|
7
7
|
import ve from "mapbox-gl";
|
|
8
|
-
import { LngLatHelper as G, TropicalHelper as
|
|
8
|
+
import { LngLatHelper as G, TropicalHelper as Va, LaneHelper as Ue } from "@idm-plugin/geo";
|
|
9
9
|
import M from "moment";
|
|
10
|
-
import { Meteo2Assist as oo, TidesAssist as
|
|
10
|
+
import { Meteo2Assist as oo, TidesAssist as qa } from "@idm-plugin/meteo";
|
|
11
11
|
import * as io from "echarts";
|
|
12
12
|
import * as H from "@turf/turf";
|
|
13
13
|
import { LayerHelper as ao, CompanyHelper as Qa } from "@idm-plugin/tag-nop";
|
|
@@ -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: {
|
|
@@ -1517,7 +1517,7 @@ const ui = {
|
|
|
1517
1517
|
},
|
|
1518
1518
|
initTideTableData(t) {
|
|
1519
1519
|
var e, o;
|
|
1520
|
-
this.tideTableData =
|
|
1520
|
+
this.tideTableData = qa.pickDailyExtremes(t, (o = (e = this.dateList) == null ? void 0 : e[this.currentIndex]) == null ? void 0 : o.dateTime), this.initEchartData();
|
|
1521
1521
|
},
|
|
1522
1522
|
initEchartData() {
|
|
1523
1523
|
var t;
|
|
@@ -1930,11 +1930,11 @@ function yr(t, e, o, i, a, r) {
|
|
|
1930
1930
|
_: 1
|
|
1931
1931
|
});
|
|
1932
1932
|
}
|
|
1933
|
-
const
|
|
1933
|
+
const lo = /* @__PURE__ */ Y(ui, [["render", yr], ["__scopeId", "data-v-5eb3dfe5"]]);
|
|
1934
1934
|
const br = {
|
|
1935
1935
|
name: "IdmPort",
|
|
1936
1936
|
components: {
|
|
1937
|
-
PortDetail:
|
|
1937
|
+
PortDetail: lo
|
|
1938
1938
|
},
|
|
1939
1939
|
props: {
|
|
1940
1940
|
map: {
|
|
@@ -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: {
|
|
@@ -2834,7 +2836,7 @@ const Yr = {
|
|
|
2834
2836
|
},
|
|
2835
2837
|
initTideTableData(t) {
|
|
2836
2838
|
var e, o;
|
|
2837
|
-
this.tideTableData =
|
|
2839
|
+
this.tideTableData = qa.pickDailyExtremes(t, (o = (e = this.dateList) == null ? void 0 : e[this.currentIndex]) == null ? void 0 : o.dateTime), this.initEchartData();
|
|
2838
2840
|
},
|
|
2839
2841
|
initEchartData() {
|
|
2840
2842
|
var t;
|
|
@@ -3437,7 +3439,7 @@ const Ya = /* @__PURE__ */ Y(Fl, [["render", Hl]]);
|
|
|
3437
3439
|
const Ul = {
|
|
3438
3440
|
name: "IdmFollowPort",
|
|
3439
3441
|
components: {
|
|
3440
|
-
PortDetail:
|
|
3442
|
+
PortDetail: lo
|
|
3441
3443
|
},
|
|
3442
3444
|
props: {
|
|
3443
3445
|
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: {
|
|
@@ -5906,7 +5910,7 @@ function hs(t, e, o, i, a, r) {
|
|
|
5906
5910
|
]);
|
|
5907
5911
|
}
|
|
5908
5912
|
const ps = /* @__PURE__ */ Y(es, [["render", hs]]);
|
|
5909
|
-
class
|
|
5913
|
+
class so {
|
|
5910
5914
|
constructor(e) {
|
|
5911
5915
|
me(this, "map");
|
|
5912
5916
|
me(this, "mercator");
|
|
@@ -6558,7 +6562,7 @@ const bs = {
|
|
|
6558
6562
|
type: Object
|
|
6559
6563
|
},
|
|
6560
6564
|
viewport: {
|
|
6561
|
-
type:
|
|
6565
|
+
type: so
|
|
6562
6566
|
},
|
|
6563
6567
|
menuToggle: {
|
|
6564
6568
|
type: Object
|
|
@@ -6898,7 +6902,7 @@ const Ls = {
|
|
|
6898
6902
|
type: Object
|
|
6899
6903
|
},
|
|
6900
6904
|
viewport: {
|
|
6901
|
-
type:
|
|
6905
|
+
type: so
|
|
6902
6906
|
},
|
|
6903
6907
|
menuToggle: {
|
|
6904
6908
|
type: Object
|
|
@@ -8628,7 +8632,7 @@ const bn = {
|
|
|
8628
8632
|
},
|
|
8629
8633
|
map: {
|
|
8630
8634
|
handler() {
|
|
8631
|
-
this.map && (this.map.on("move", this.handleMove4Weather), this.viewport = new
|
|
8635
|
+
this.map && (this.map.on("move", this.handleMove4Weather), this.viewport = new so(this.map), this.handleRampColorInitial(), this.handleWeatherLayerChange(), this.$emit("weatherCheckList", this.checkList));
|
|
8632
8636
|
},
|
|
8633
8637
|
immediate: !0
|
|
8634
8638
|
},
|
|
@@ -9912,7 +9916,7 @@ const Jn = /* @__PURE__ */ Y(bn, [["render", Qn]]), eo = [
|
|
|
9912
9916
|
variables: "swell_wave_direction,swell_wave_height,swell_wave_period,swell_wave_peak_period,wave_direction,wave_height,wave_period,wind_wave_direction,wind_wave_height,wind_wave_period,wind_wave_peak_period"
|
|
9913
9917
|
}
|
|
9914
9918
|
];
|
|
9915
|
-
class
|
|
9919
|
+
class Za {
|
|
9916
9920
|
static standardWeatherModels() {
|
|
9917
9921
|
return eo.filter((e) => !e.disabled && e.alias);
|
|
9918
9922
|
}
|
|
@@ -10661,8 +10665,8 @@ const ec = {
|
|
|
10661
10665
|
},
|
|
10662
10666
|
computeBF() {
|
|
10663
10667
|
return function(t) {
|
|
10664
|
-
const e =
|
|
10665
|
-
return
|
|
10668
|
+
const e = Za.kts2ms(t);
|
|
10669
|
+
return Za.beaufort(e);
|
|
10666
10670
|
};
|
|
10667
10671
|
},
|
|
10668
10672
|
computeMovement() {
|
|
@@ -10731,7 +10735,7 @@ const ec = {
|
|
|
10731
10735
|
responseType: /\.(jpg|png)$/.test(g.tropicals) ? "blob" : "json"
|
|
10732
10736
|
}).then((p) => {
|
|
10733
10737
|
var L, _, P;
|
|
10734
|
-
const f =
|
|
10738
|
+
const f = Va.convert2Geojson(((L = p == null ? void 0 : p.data) == null ? void 0 : L.data) || (p == null ? void 0 : p.data));
|
|
10735
10739
|
((P = (_ = p == null ? void 0 : p.config) == null ? void 0 : _.headers) == null ? void 0 : P.key) && f && (this.tropicals = {
|
|
10736
10740
|
data: f,
|
|
10737
10741
|
active: !0,
|
|
@@ -10992,7 +10996,7 @@ const ec = {
|
|
|
10992
10996
|
}), L = (/* @__PURE__ */ new Date()).valueOf() - (f + w), console.log("[tropical] add elapsed: ", L, ", total: ", w += L));
|
|
10993
10997
|
}
|
|
10994
10998
|
this.handleDrawCircle();
|
|
10995
|
-
const t =
|
|
10999
|
+
const t = Va.interpolate(this.tropicals, 1);
|
|
10996
11000
|
this.interpolateData = JSON.parse(JSON.stringify(t)), this.handleDateChange();
|
|
10997
11001
|
},
|
|
10998
11002
|
handleClear() {
|
|
@@ -11676,11 +11680,11 @@ function Mc(t, e, o, i, a, r) {
|
|
|
11676
11680
|
})) : O("", !0)
|
|
11677
11681
|
]);
|
|
11678
11682
|
}
|
|
11679
|
-
const
|
|
11683
|
+
const no = /* @__PURE__ */ Y(Pc, [["render", Mc]]);
|
|
11680
11684
|
const Ac = {
|
|
11681
11685
|
name: "IdmPoint",
|
|
11682
11686
|
components: {
|
|
11683
|
-
DateTimePicker:
|
|
11687
|
+
DateTimePicker: no
|
|
11684
11688
|
},
|
|
11685
11689
|
props: {
|
|
11686
11690
|
isLogin: {
|
|
@@ -13019,7 +13023,7 @@ function em(t, e, o, i, a, r) {
|
|
|
13019
13023
|
const tm = /* @__PURE__ */ Y(Qc, [["render", em]]);
|
|
13020
13024
|
const om = {
|
|
13021
13025
|
name: "IdmBottomBar",
|
|
13022
|
-
components: { DateTimePicker:
|
|
13026
|
+
components: { DateTimePicker: no },
|
|
13023
13027
|
props: {
|
|
13024
13028
|
menuToggle: {
|
|
13025
13029
|
type: Object,
|
|
@@ -13585,7 +13589,7 @@ class bm {
|
|
|
13585
13589
|
me(this, "hi");
|
|
13586
13590
|
me(this, "td");
|
|
13587
13591
|
me(this, "windy");
|
|
13588
|
-
var o, i, a, r, s, c, n, g, p, f, w, L, _, P, b, D, I, C, v, k, T, z, R, V, K, X, Z, J, ee, Q, re, de, pe, se, $, ae, ue, ne, F, ce, xe, Le, Pe, Ae, De, Re, _e, U, oe, je, Ie, ge, fe, W, Ce, te, le, Oe, j, ye, Me, Be, Ee, E, q, Ge, Ve, Ze, Te, qe, Ye, Ke, Xe, $e, Qe, Je, et, tt, ot, at, it, rt, lt, st, nt, ct, mt, dt, ht, pt, ut, gt, ft, yt, bt, wt, xt, vt, _t, kt, zt, Lt, Pt, Ct, Tt, St, It, Mt, At, Dt, Rt, Ot, Bt, Et, jt, Nt, Ft, Ht, Ut, Wt, Gt, Vt, Zt, qt, Yt, Kt, Xt, Qt, Jt,
|
|
13592
|
+
var o, i, a, r, s, c, n, g, p, f, w, L, _, P, b, D, I, C, v, k, T, z, R, V, K, X, Z, J, ee, Q, re, de, pe, se, $, ae, ue, ne, F, ce, xe, Le, Pe, Ae, De, Re, _e, U, oe, je, Ie, ge, fe, W, Ce, te, le, Oe, j, ye, Me, Be, Ee, E, q, Ge, Ve, Ze, Te, qe, Ye, Ke, Xe, $e, Qe, Je, et, tt, ot, at, it, rt, lt, st, nt, ct, mt, dt, ht, pt, ut, gt, ft, yt, bt, wt, xt, vt, _t, kt, zt, Lt, Pt, Ct, Tt, St, It, Mt, At, Dt, Rt, Ot, Bt, Et, jt, Nt, Ft, Ht, Ut, Wt, Gt, Vt, Zt, qt, Yt, Kt, Xt, Qt, Jt, co, mo, ho, po, uo, go, fo, yo, bo, wo, xo, vo, _o, ko, zo, Lo, Po, Co, To, So, Io, Mo, Ao, Do, Ro, Oo, Bo, Eo, jo, No, Fo, Ho, Uo, Wo, Go, Vo, Zo, qo, Yo, Ko, Xo, $o, Qo, Jo, ea, ta, oa, aa, ia, ra, la, sa, na, ca, ma, da, ha, pa, ua, ga, fa, ya, ba, wa, xa, va, _a, ka, za, La, Pa, Ca, Ta, Sa, Ia, Ma, Aa, Da, Ra, Oa, Ba, Ea, ja, Na, Fa, Ha, Ua, Wa, Ga;
|
|
13589
13593
|
this.i4 = {
|
|
13590
13594
|
source: {
|
|
13591
13595
|
type: "raster",
|
|
@@ -32265,65 +32269,65 @@ class bm {
|
|
|
32265
32269
|
(qt = (Zt = this.originStyle) == null ? void 0 : Zt.satellite.layers) == null ? void 0 : qt.find((m) => m.id === "background"),
|
|
32266
32270
|
(Kt = (Yt = this.originStyle) == null ? void 0 : Yt.satellite.layers) == null ? void 0 : Kt.find((m) => m.id === "satellite"),
|
|
32267
32271
|
(Qt = (Xt = this.originStyle) == null ? void 0 : Xt.satellite.layers) == null ? void 0 : Qt.find((m) => m.id === "loadlines-label"),
|
|
32268
|
-
(
|
|
32269
|
-
(
|
|
32270
|
-
(
|
|
32271
|
-
(
|
|
32272
|
-
(
|
|
32273
|
-
(
|
|
32274
|
-
(
|
|
32275
|
-
(
|
|
32276
|
-
(
|
|
32277
|
-
(
|
|
32278
|
-
(
|
|
32279
|
-
(
|
|
32280
|
-
(
|
|
32281
|
-
(
|
|
32282
|
-
(
|
|
32283
|
-
(
|
|
32284
|
-
(
|
|
32285
|
-
(
|
|
32286
|
-
(
|
|
32272
|
+
(co = (Jt = this.originStyle) == null ? void 0 : Jt.satellite.layers) == null ? void 0 : co.find((m) => m.id === "loadlines-fill"),
|
|
32273
|
+
(ho = (mo = this.originStyle) == null ? void 0 : mo.satellite.layers) == null ? void 0 : ho.find((m) => m.id === "empty-layer-0"),
|
|
32274
|
+
(uo = (po = this.originStyle) == null ? void 0 : po.satellite.layers) == null ? void 0 : uo.find((m) => m.id === "empty-layer-1"),
|
|
32275
|
+
(fo = (go = this.originStyle) == null ? void 0 : go.satellite.layers) == null ? void 0 : fo.find((m) => m.id === "country-boundaries"),
|
|
32276
|
+
(bo = (yo = this.originStyle) == null ? void 0 : yo.satellite.layers) == null ? void 0 : bo.find((m) => m.id === "water-outline"),
|
|
32277
|
+
(xo = (wo = this.originStyle) == null ? void 0 : wo.satellite.layers) == null ? void 0 : xo.find((m) => m.id === "empty-layer-2"),
|
|
32278
|
+
(_o = (vo = this.originStyle) == null ? void 0 : vo.satellite.layers) == null ? void 0 : _o.find((m) => m.id === "world-12nm-v4-20231025"),
|
|
32279
|
+
(zo = (ko = this.originStyle) == null ? void 0 : ko.satellite.layers) == null ? void 0 : zo.find((m) => m.id === "ne-10m-outline"),
|
|
32280
|
+
(Po = (Lo = this.originStyle) == null ? void 0 : Lo.satellite.layers) == null ? void 0 : Po.find((m) => m.id === "ne-10m-label"),
|
|
32281
|
+
(To = (Co = this.originStyle) == null ? void 0 : Co.satellite.layers) == null ? void 0 : To.find((m) => m.id === "china-route-line"),
|
|
32282
|
+
(Io = (So = this.originStyle) == null ? void 0 : So.satellite.layers) == null ? void 0 : Io.find((m) => m.id === "china-route-fill"),
|
|
32283
|
+
(Ao = (Mo = this.originStyle) == null ? void 0 : Mo.satellite.layers) == null ? void 0 : Ao.find((m) => m.id === "china-route-label"),
|
|
32284
|
+
(Ro = (Do = this.originStyle) == null ? void 0 : Do.satellite.layers) == null ? void 0 : Ro.find((m) => m.id === "country-label"),
|
|
32285
|
+
(Bo = (Oo = this.originStyle) == null ? void 0 : Oo.satellite.layers) == null ? void 0 : Bo.find((m) => m.id === "continent-label"),
|
|
32286
|
+
(jo = (Eo = this.originStyle) == null ? void 0 : Eo.satellite.layers) == null ? void 0 : jo.find((m) => m.id === "tide-stations"),
|
|
32287
|
+
(Fo = (No = this.originStyle) == null ? void 0 : No.satellite.layers) == null ? void 0 : Fo.find((m) => m.id === "ice-area-fill"),
|
|
32288
|
+
(Uo = (Ho = this.originStyle) == null ? void 0 : Ho.satellite.layers) == null ? void 0 : Uo.find((m) => m.id === "ice-area-line"),
|
|
32289
|
+
(Go = (Wo = this.originStyle) == null ? void 0 : Wo.satellite.layers) == null ? void 0 : Go.find((m) => m.id === "empty-layer-3"),
|
|
32290
|
+
(Zo = (Vo = this.originStyle) == null ? void 0 : Vo.satellite.layers) == null ? void 0 : Zo.find((m) => m.id === "empty-layer-4")
|
|
32287
32291
|
]
|
|
32288
32292
|
},
|
|
32289
32293
|
nautical: {
|
|
32290
32294
|
version: 8,
|
|
32291
32295
|
name: "nautical",
|
|
32292
|
-
metadata: (
|
|
32296
|
+
metadata: (qo = this.originStyle) == null ? void 0 : qo.nautical.metadata,
|
|
32293
32297
|
center: [-34, 38],
|
|
32294
32298
|
zoom: 2,
|
|
32295
32299
|
terrain: null,
|
|
32296
|
-
imports: (
|
|
32297
|
-
sources: (
|
|
32298
|
-
sprite: (
|
|
32299
|
-
glyphs: (
|
|
32300
|
-
projection: (
|
|
32300
|
+
imports: (Yo = this.originStyle) == null ? void 0 : Yo.nautical.imports,
|
|
32301
|
+
sources: (Ko = this.originStyle) == null ? void 0 : Ko.nautical.sources,
|
|
32302
|
+
sprite: (Xo = this.originStyle) == null ? void 0 : Xo.nautical.sprite,
|
|
32303
|
+
glyphs: ($o = this.originStyle) == null ? void 0 : $o.nautical.glyphs,
|
|
32304
|
+
projection: (Qo = this.originStyle) == null ? void 0 : Qo.nautical.projection,
|
|
32301
32305
|
layers: [
|
|
32302
32306
|
this.i4.layer,
|
|
32303
32307
|
// this.hi.layer,
|
|
32304
|
-
(
|
|
32305
|
-
(
|
|
32306
|
-
(
|
|
32307
|
-
(
|
|
32308
|
-
(
|
|
32309
|
-
(
|
|
32310
|
-
(
|
|
32311
|
-
(
|
|
32312
|
-
(
|
|
32313
|
-
(
|
|
32314
|
-
(
|
|
32315
|
-
(
|
|
32316
|
-
(
|
|
32317
|
-
(
|
|
32318
|
-
(
|
|
32319
|
-
(
|
|
32320
|
-
(
|
|
32321
|
-
(
|
|
32322
|
-
(
|
|
32323
|
-
(
|
|
32324
|
-
(
|
|
32325
|
-
(
|
|
32326
|
-
(
|
|
32308
|
+
(ea = (Jo = this.originStyle) == null ? void 0 : Jo.nautical.layers) == null ? void 0 : ea.find((m) => m.id === "ice-area-fill"),
|
|
32309
|
+
(oa = (ta = this.originStyle) == null ? void 0 : ta.nautical.layers) == null ? void 0 : oa.find((m) => m.id === "ice-area-line"),
|
|
32310
|
+
(ia = (aa = this.originStyle) == null ? void 0 : aa.nautical.layers) == null ? void 0 : ia.find((m) => m.id === "loadlines-label"),
|
|
32311
|
+
(la = (ra = this.originStyle) == null ? void 0 : ra.nautical.layers) == null ? void 0 : la.find((m) => m.id === "loadlines-fill"),
|
|
32312
|
+
(na = (sa = this.originStyle) == null ? void 0 : sa.nautical.layers) == null ? void 0 : na.find((m) => m.id === "empty-layer-0"),
|
|
32313
|
+
(ma = (ca = this.originStyle) == null ? void 0 : ca.nautical.layers) == null ? void 0 : ma.find((m) => m.id === "empty-layer-1"),
|
|
32314
|
+
(ha = (da = this.originStyle) == null ? void 0 : da.nautical.layers) == null ? void 0 : ha.find((m) => m.id === "empty-layer-2"),
|
|
32315
|
+
(ua = (pa = this.originStyle) == null ? void 0 : pa.nautical.layers) == null ? void 0 : ua.find((m) => m.id === "country-boundaries"),
|
|
32316
|
+
(fa = (ga = this.originStyle) == null ? void 0 : ga.nautical.layers) == null ? void 0 : fa.find((m) => m.id === "water-outline"),
|
|
32317
|
+
(ba = (ya = this.originStyle) == null ? void 0 : ya.nautical.layers) == null ? void 0 : ba.find((m) => m.id === "world-12nm-v4-20231025"),
|
|
32318
|
+
(xa = (wa = this.originStyle) == null ? void 0 : wa.nautical.layers) == null ? void 0 : xa.find((m) => m.id === "ne-10m-outline"),
|
|
32319
|
+
(_a = (va = this.originStyle) == null ? void 0 : va.nautical.layers) == null ? void 0 : _a.find((m) => m.id === "ne-10m-label"),
|
|
32320
|
+
(za = (ka = this.originStyle) == null ? void 0 : ka.nautical.layers) == null ? void 0 : za.find((m) => m.id === "china-route-line"),
|
|
32321
|
+
(Pa = (La = this.originStyle) == null ? void 0 : La.nautical.layers) == null ? void 0 : Pa.find((m) => m.id === "china-route-fill"),
|
|
32322
|
+
(Ta = (Ca = this.originStyle) == null ? void 0 : Ca.nautical.layers) == null ? void 0 : Ta.find((m) => m.id === "china-route-label"),
|
|
32323
|
+
(Ia = (Sa = this.originStyle) == null ? void 0 : Sa.light.layers) == null ? void 0 : Ia.find((m) => m.id === "admin-0-boundary-bg"),
|
|
32324
|
+
(Aa = (Ma = this.originStyle) == null ? void 0 : Ma.light.layers) == null ? void 0 : Aa.find((m) => m.id === "admin-0-boundary"),
|
|
32325
|
+
(Ra = (Da = this.originStyle) == null ? void 0 : Da.light.layers) == null ? void 0 : Ra.find((m) => m.id === "admin-0-boundary-disputed"),
|
|
32326
|
+
(Ba = (Oa = this.originStyle) == null ? void 0 : Oa.light.layers) == null ? void 0 : Ba.find((m) => m.id === "country-label"),
|
|
32327
|
+
(ja = (Ea = this.originStyle) == null ? void 0 : Ea.light.layers) == null ? void 0 : ja.find((m) => m.id === "continent-label"),
|
|
32328
|
+
(Fa = (Na = this.originStyle) == null ? void 0 : Na.nautical.layers) == null ? void 0 : Fa.find((m) => m.id === "tide-stations"),
|
|
32329
|
+
(Ua = (Ha = this.originStyle) == null ? void 0 : Ha.nautical.layers) == null ? void 0 : Ua.find((m) => m.id === "empty-layer-3"),
|
|
32330
|
+
(Ga = (Wa = this.originStyle) == null ? void 0 : Wa.nautical.layers) == null ? void 0 : Ga.find((m) => m.id === "empty-layer-4")
|
|
32327
32331
|
],
|
|
32328
32332
|
created: "2025-07-22T02:15:53.587Z",
|
|
32329
32333
|
modified: "2025-08-07T10:15:43.870Z",
|
|
@@ -32485,18 +32489,19 @@ function zm(t, e, o, i, a, r) {
|
|
|
32485
32489
|
}
|
|
32486
32490
|
const Lm = /* @__PURE__ */ Y(wm, [["render", zm]]), Em = {
|
|
32487
32491
|
install(t) {
|
|
32488
|
-
t.component("MapInitial", Lm), t.component("MapboxGL", ym), t.component("TropicalGL", Ka), t.component("LatLngGL", Ya), t.component("DateTimePicker",
|
|
32492
|
+
t.component("MapInitial", Lm), t.component("MapboxGL", ym), t.component("TropicalGL", Ka), t.component("LatLngGL", Ya), t.component("DateTimePicker", no), t.component("PortDetail", lo);
|
|
32489
32493
|
}
|
|
32490
32494
|
};
|
|
32491
32495
|
export {
|
|
32492
|
-
|
|
32496
|
+
no as DateTimePicker,
|
|
32493
32497
|
Ya as LatLngGL,
|
|
32494
32498
|
Lm as MapInitial,
|
|
32495
32499
|
ym as MapboxGL,
|
|
32496
32500
|
Em as MapboxGLPlugin,
|
|
32497
32501
|
ke as ParticleSchema,
|
|
32502
|
+
lo as PortDetail,
|
|
32498
32503
|
Ka as TropicalGL,
|
|
32499
|
-
|
|
32504
|
+
so as Viewport,
|
|
32500
32505
|
He as WebGL,
|
|
32501
32506
|
he as WebGLSchema
|
|
32502
32507
|
};
|