@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 Ga, LaneHelper as Ue } from "@idm-plugin/geo";
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 Za } from "@idm-plugin/meteo";
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", { ports: !0 }), (o = (e = (t = this.$parent) == null ? void 0 : t.$parent) == null ? void 0 : e.$refs.idmIideStation) == null || o.handleCloseDetail(), this.fetchMeteoData());
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 = Za.pickDailyExtremes(t, (o = (e = this.dateList) == null ? void 0 : e[this.currentIndex]) == null ? void 0 : o.dateTime), this.initEchartData();
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 qa = /* @__PURE__ */ Y(ui, [["render", yr], ["__scopeId", "data-v-07898ee1"]]);
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: qa
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[0] || (e[0] = l("label", { class: "pr-1" }, "LoCode : ", -1)),
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-483cb63d"]]), zr = {
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 = Za.pickDailyExtremes(t, (o = (e = this.dateList) == null ? void 0 : e[this.currentIndex]) == null ? void 0 : o.dateTime), this.initEchartData();
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: qa
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[0] || (e[0] = l("label", { class: "pr-1" }, "LoCode : ", -1)),
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-7e6d5241"]]);
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 lo {
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: lo
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: lo
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 lo(this.map), this.handleRampColorInitial(), this.handleWeatherLayerChange(), this.$emit("weatherCheckList", this.checkList));
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 Va {
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 = Va.kts2ms(t);
10665
- return Va.beaufort(e);
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 = Ga.convert2Geojson(((L = p == null ? void 0 : p.data) == null ? void 0 : L.data) || (p == null ? void 0 : p.data));
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 = Ga.interpolate(this.tropicals, 1);
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 so = /* @__PURE__ */ Y(Pc, [["render", Mc]]);
11683
+ const no = /* @__PURE__ */ Y(Pc, [["render", Mc]]);
11680
11684
  const Ac = {
11681
11685
  name: "IdmPoint",
11682
11686
  components: {
11683
- DateTimePicker: so
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: so },
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, no, 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;
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
- (no = (Jt = this.originStyle) == null ? void 0 : Jt.satellite.layers) == null ? void 0 : no.find((m) => m.id === "loadlines-fill"),
32269
- (mo = (co = this.originStyle) == null ? void 0 : co.satellite.layers) == null ? void 0 : mo.find((m) => m.id === "empty-layer-0"),
32270
- (po = (ho = this.originStyle) == null ? void 0 : ho.satellite.layers) == null ? void 0 : po.find((m) => m.id === "empty-layer-1"),
32271
- (go = (uo = this.originStyle) == null ? void 0 : uo.satellite.layers) == null ? void 0 : go.find((m) => m.id === "country-boundaries"),
32272
- (yo = (fo = this.originStyle) == null ? void 0 : fo.satellite.layers) == null ? void 0 : yo.find((m) => m.id === "water-outline"),
32273
- (wo = (bo = this.originStyle) == null ? void 0 : bo.satellite.layers) == null ? void 0 : wo.find((m) => m.id === "empty-layer-2"),
32274
- (vo = (xo = this.originStyle) == null ? void 0 : xo.satellite.layers) == null ? void 0 : vo.find((m) => m.id === "world-12nm-v4-20231025"),
32275
- (ko = (_o = this.originStyle) == null ? void 0 : _o.satellite.layers) == null ? void 0 : ko.find((m) => m.id === "ne-10m-outline"),
32276
- (Lo = (zo = this.originStyle) == null ? void 0 : zo.satellite.layers) == null ? void 0 : Lo.find((m) => m.id === "ne-10m-label"),
32277
- (Co = (Po = this.originStyle) == null ? void 0 : Po.satellite.layers) == null ? void 0 : Co.find((m) => m.id === "china-route-line"),
32278
- (So = (To = this.originStyle) == null ? void 0 : To.satellite.layers) == null ? void 0 : So.find((m) => m.id === "china-route-fill"),
32279
- (Mo = (Io = this.originStyle) == null ? void 0 : Io.satellite.layers) == null ? void 0 : Mo.find((m) => m.id === "china-route-label"),
32280
- (Do = (Ao = this.originStyle) == null ? void 0 : Ao.satellite.layers) == null ? void 0 : Do.find((m) => m.id === "country-label"),
32281
- (Oo = (Ro = this.originStyle) == null ? void 0 : Ro.satellite.layers) == null ? void 0 : Oo.find((m) => m.id === "continent-label"),
32282
- (Eo = (Bo = this.originStyle) == null ? void 0 : Bo.satellite.layers) == null ? void 0 : Eo.find((m) => m.id === "tide-stations"),
32283
- (No = (jo = this.originStyle) == null ? void 0 : jo.satellite.layers) == null ? void 0 : No.find((m) => m.id === "ice-area-fill"),
32284
- (Ho = (Fo = this.originStyle) == null ? void 0 : Fo.satellite.layers) == null ? void 0 : Ho.find((m) => m.id === "ice-area-line"),
32285
- (Wo = (Uo = this.originStyle) == null ? void 0 : Uo.satellite.layers) == null ? void 0 : Wo.find((m) => m.id === "empty-layer-3"),
32286
- (Vo = (Go = this.originStyle) == null ? void 0 : Go.satellite.layers) == null ? void 0 : Vo.find((m) => m.id === "empty-layer-4")
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: (Zo = this.originStyle) == null ? void 0 : Zo.nautical.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: (qo = this.originStyle) == null ? void 0 : qo.nautical.imports,
32297
- sources: (Yo = this.originStyle) == null ? void 0 : Yo.nautical.sources,
32298
- sprite: (Ko = this.originStyle) == null ? void 0 : Ko.nautical.sprite,
32299
- glyphs: (Xo = this.originStyle) == null ? void 0 : Xo.nautical.glyphs,
32300
- projection: ($o = this.originStyle) == null ? void 0 : $o.nautical.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
- (Jo = (Qo = this.originStyle) == null ? void 0 : Qo.nautical.layers) == null ? void 0 : Jo.find((m) => m.id === "ice-area-fill"),
32305
- (ta = (ea = this.originStyle) == null ? void 0 : ea.nautical.layers) == null ? void 0 : ta.find((m) => m.id === "ice-area-line"),
32306
- (aa = (oa = this.originStyle) == null ? void 0 : oa.nautical.layers) == null ? void 0 : aa.find((m) => m.id === "loadlines-label"),
32307
- (ra = (ia = this.originStyle) == null ? void 0 : ia.nautical.layers) == null ? void 0 : ra.find((m) => m.id === "loadlines-fill"),
32308
- (sa = (la = this.originStyle) == null ? void 0 : la.nautical.layers) == null ? void 0 : sa.find((m) => m.id === "empty-layer-0"),
32309
- (ca = (na = this.originStyle) == null ? void 0 : na.nautical.layers) == null ? void 0 : ca.find((m) => m.id === "empty-layer-1"),
32310
- (da = (ma = this.originStyle) == null ? void 0 : ma.nautical.layers) == null ? void 0 : da.find((m) => m.id === "empty-layer-2"),
32311
- (pa = (ha = this.originStyle) == null ? void 0 : ha.nautical.layers) == null ? void 0 : pa.find((m) => m.id === "country-boundaries"),
32312
- (ga = (ua = this.originStyle) == null ? void 0 : ua.nautical.layers) == null ? void 0 : ga.find((m) => m.id === "water-outline"),
32313
- (ya = (fa = this.originStyle) == null ? void 0 : fa.nautical.layers) == null ? void 0 : ya.find((m) => m.id === "world-12nm-v4-20231025"),
32314
- (wa = (ba = this.originStyle) == null ? void 0 : ba.nautical.layers) == null ? void 0 : wa.find((m) => m.id === "ne-10m-outline"),
32315
- (va = (xa = this.originStyle) == null ? void 0 : xa.nautical.layers) == null ? void 0 : va.find((m) => m.id === "ne-10m-label"),
32316
- (ka = (_a = this.originStyle) == null ? void 0 : _a.nautical.layers) == null ? void 0 : ka.find((m) => m.id === "china-route-line"),
32317
- (La = (za = this.originStyle) == null ? void 0 : za.nautical.layers) == null ? void 0 : La.find((m) => m.id === "china-route-fill"),
32318
- (Ca = (Pa = this.originStyle) == null ? void 0 : Pa.nautical.layers) == null ? void 0 : Ca.find((m) => m.id === "china-route-label"),
32319
- (Sa = (Ta = this.originStyle) == null ? void 0 : Ta.light.layers) == null ? void 0 : Sa.find((m) => m.id === "admin-0-boundary-bg"),
32320
- (Ma = (Ia = this.originStyle) == null ? void 0 : Ia.light.layers) == null ? void 0 : Ma.find((m) => m.id === "admin-0-boundary"),
32321
- (Da = (Aa = this.originStyle) == null ? void 0 : Aa.light.layers) == null ? void 0 : Da.find((m) => m.id === "admin-0-boundary-disputed"),
32322
- (Oa = (Ra = this.originStyle) == null ? void 0 : Ra.light.layers) == null ? void 0 : Oa.find((m) => m.id === "country-label"),
32323
- (Ea = (Ba = this.originStyle) == null ? void 0 : Ba.light.layers) == null ? void 0 : Ea.find((m) => m.id === "continent-label"),
32324
- (Na = (ja = this.originStyle) == null ? void 0 : ja.nautical.layers) == null ? void 0 : Na.find((m) => m.id === "tide-stations"),
32325
- (Ha = (Fa = this.originStyle) == null ? void 0 : Fa.nautical.layers) == null ? void 0 : Ha.find((m) => m.id === "empty-layer-3"),
32326
- (Wa = (Ua = this.originStyle) == null ? void 0 : Ua.nautical.layers) == null ? void 0 : Wa.find((m) => m.id === "empty-layer-4")
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", so);
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
- so as DateTimePicker,
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
- lo as Viewport,
32504
+ so as Viewport,
32500
32505
  He as WebGL,
32501
32506
  he as WebGLSchema
32502
32507
  };