@idmwx/idmui-gl3 4.9.9 → 5.0.0
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 +4 -7
- package/dist/index.umd.cjs +1 -1
- package/dist/mapbox/src/index.vue.d.ts +0 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7413,7 +7413,7 @@ const Wb = {
|
|
|
7413
7413
|
type: String
|
|
7414
7414
|
}
|
|
7415
7415
|
},
|
|
7416
|
-
emits: ["
|
|
7416
|
+
emits: ["meteoMore"],
|
|
7417
7417
|
data() {
|
|
7418
7418
|
return {
|
|
7419
7419
|
source: "port-source",
|
|
@@ -7489,7 +7489,7 @@ const Wb = {
|
|
|
7489
7489
|
this.showPort = !1, this.map.getLayer(this.layer) && this.map.removeLayer(this.layer), this.map.getSource(this.source) && this.map.removeSource(this.source);
|
|
7490
7490
|
},
|
|
7491
7491
|
handleClickMeteo(z) {
|
|
7492
|
-
this.$emit("
|
|
7492
|
+
this.$emit("meteoMore", this.point);
|
|
7493
7493
|
}
|
|
7494
7494
|
}
|
|
7495
7495
|
}, lb = {
|
|
@@ -7532,7 +7532,7 @@ function Bb(z, M, b, O, p, o) {
|
|
|
7532
7532
|
[w0, p.showPort]
|
|
7533
7533
|
]);
|
|
7534
7534
|
}
|
|
7535
|
-
const gb = /* @__PURE__ */ k(Wb, [["render", Bb], ["__scopeId", "data-v-
|
|
7535
|
+
const gb = /* @__PURE__ */ k(Wb, [["render", Bb], ["__scopeId", "data-v-1feebc2e"]]), Nb = {
|
|
7536
7536
|
name: "IdmLoadLine",
|
|
7537
7537
|
props: {
|
|
7538
7538
|
map: {
|
|
@@ -9245,9 +9245,6 @@ const bz = {
|
|
|
9245
9245
|
},
|
|
9246
9246
|
handleToggleVersion() {
|
|
9247
9247
|
this.$emit("toggleVersion", Math.random());
|
|
9248
|
-
},
|
|
9249
|
-
handleIdmPoint(z) {
|
|
9250
|
-
this.$refs.idmPoint.showMeteo = !0, this.$refs.idmPoint.point = z;
|
|
9251
9248
|
}
|
|
9252
9249
|
}
|
|
9253
9250
|
}, zz = {
|
|
@@ -9419,7 +9416,7 @@ function pz(z, M, b, O, p, o) {
|
|
|
9419
9416
|
map: b.map,
|
|
9420
9417
|
port: (F = p.otherLayers) == null ? void 0 : F.ports,
|
|
9421
9418
|
"before-layer": b.beforeLayer
|
|
9422
|
-
}, z.$attrs
|
|
9419
|
+
}, z.$attrs), null, 16, ["map", "port", "before-layer"]),
|
|
9423
9420
|
C(n0, Q({
|
|
9424
9421
|
map: b.map,
|
|
9425
9422
|
line: (T0 = p.otherLayers) == null ? void 0 : T0["load-lines"],
|