@idmwx/idmui-gl3 4.6.6 → 4.6.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 +4 -4
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ const I = (z, M) => {
|
|
|
56
56
|
default: void 0
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
emits: ["weather", "other", "toggleWindParticle", "toggleWindFeather", "toggleCurrentParticle", "toggleCurrentIsoband", "coordinate", "measure", "point", "3d", "layerToggle", "handleToggleVersion"],
|
|
59
|
+
emits: ["weather", "other", "toggleWindParticle", "toggleWindFeather", "toggleCurrentParticle", "toggleCurrentIsoband", "coordinate", "measure", "point", "3d", "layerToggle", "handleToggleVersion", "login"],
|
|
60
60
|
data() {
|
|
61
61
|
return {
|
|
62
62
|
autoActive: !0,
|
|
@@ -175,7 +175,7 @@ const I = (z, M) => {
|
|
|
175
175
|
this.showCoord = !this.showCoord, this.$emit("coordinate", this.showCoord);
|
|
176
176
|
},
|
|
177
177
|
handlePointToggle() {
|
|
178
|
-
this.isLogin ? (this.showPoint = !this.showPoint, this.$emit("point", this.showPoint)) : this.$emit("
|
|
178
|
+
this.isLogin ? (this.showPoint = !this.showPoint, this.$emit("point", this.showPoint)) : this.$emit("login");
|
|
179
179
|
},
|
|
180
180
|
handleMeasureToggle() {
|
|
181
181
|
this.showMeasure = !this.showMeasure, this.$emit("measure", this.showMeasure);
|
|
@@ -6300,7 +6300,7 @@ const pM = {
|
|
|
6300
6300
|
if (M.indexOf("close") > -1)
|
|
6301
6301
|
this.showMeteo = !1;
|
|
6302
6302
|
else if (M === "more")
|
|
6303
|
-
this.$emit("meteoMore", this.
|
|
6303
|
+
this.$emit("meteoMore", this.point);
|
|
6304
6304
|
else if (M === "mapboxgl-canvas")
|
|
6305
6305
|
this.point = z.lngLat;
|
|
6306
6306
|
else
|
|
@@ -6787,7 +6787,7 @@ function JM(z, M, b, O, p, o) {
|
|
|
6787
6787
|
])
|
|
6788
6788
|
]);
|
|
6789
6789
|
}
|
|
6790
|
-
const QM = /* @__PURE__ */ I(pM, [["render", JM], ["__scopeId", "data-v-
|
|
6790
|
+
const QM = /* @__PURE__ */ I(pM, [["render", JM], ["__scopeId", "data-v-84bab2e8"]]), $M = {
|
|
6791
6791
|
name: "IdmWarZone",
|
|
6792
6792
|
props: {
|
|
6793
6793
|
map: {
|