@idmwx/idmui-gl3 4.9.3 → 4.9.4

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
@@ -6223,7 +6223,7 @@ const cM = {
6223
6223
  type: String
6224
6224
  }
6225
6225
  },
6226
- emits: ["meteoMore"],
6226
+ emits: ["meteoMore", "removeMeteo"],
6227
6227
  data() {
6228
6228
  return {
6229
6229
  showMeteo: !1,
@@ -6433,6 +6433,9 @@ const cM = {
6433
6433
  const z = document.getElementById("point-meteo");
6434
6434
  this.point && (this.meteoMarker ? (M = this.meteoMarker) == null || M.setLngLat([this.point.lng, this.point.lat]) : this.meteoMarker = new y0.Marker(z).setLngLat([this.point.lng, this.point.lat]).addTo(this.map));
6435
6435
  });
6436
+ },
6437
+ handleCloseMeteo() {
6438
+ this.showMeteo = !1, this.$emit("removeMeteo");
6436
6439
  }
6437
6440
  }
6438
6441
  }, AM = {
@@ -6468,7 +6471,7 @@ function bb(z, M, b, O, p, o) {
6468
6471
  ]),
6469
6472
  c("div", {
6470
6473
  class: "iconfont close",
6471
- onClick: M[0] || (M[0] = (g) => p.showMeteo = !1)
6474
+ onClick: M[0] || (M[0] = (...g) => o.handleCloseMeteo && o.handleCloseMeteo(...g))
6472
6475
  }, "")
6473
6476
  ]),
6474
6477
  p.loading ? (l(), f("div", Mb, M[30] || (M[30] = [
@@ -6946,7 +6949,7 @@ function bb(z, M, b, O, p, o) {
6946
6949
  ])
6947
6950
  ]);
6948
6951
  }
6949
- const zb = /* @__PURE__ */ k(cM, [["render", bb], ["__scopeId", "data-v-150fee0f"]]), pb = {
6952
+ const zb = /* @__PURE__ */ k(cM, [["render", bb], ["__scopeId", "data-v-a589f3be"]]), pb = {
6950
6953
  name: "IdmWarZone",
6951
6954
  props: {
6952
6955
  map: {