@idmwx/idmui-gl4 0.1.5 → 0.1.6
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 +3 -3
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44682,7 +44682,7 @@ const ky = {
|
|
|
44682
44682
|
history: (d = o[0]) == null ? void 0 : d.properties,
|
|
44683
44683
|
showCircle: (y = (u = a[0]) == null ? void 0 : u.properties) == null ? void 0 : y.showCircle
|
|
44684
44684
|
}, this.showTropicalsInfo = !0;
|
|
44685
|
-
const i = document.getElementById("idm-tropical-gl4");
|
|
44685
|
+
const i = document.getElementById("idm-tropical-gl4-info");
|
|
44686
44686
|
this.activeTropicalsMarker ? this.activeTropicalsMarker.setLngLat([t.lngLat.lng, t.lngLat.lat]) : this.activeTropicalsMarker = new rt.Marker(i).setLngLat([t.lngLat.lng, t.lngLat.lat]).setOffset([220, 0]).addTo(this.map);
|
|
44687
44687
|
},
|
|
44688
44688
|
handleForecastToggle(t) {
|
|
@@ -44769,8 +44769,8 @@ const ky = {
|
|
|
44769
44769
|
}
|
|
44770
44770
|
}
|
|
44771
44771
|
}, Ey = { class: "idm-tropical-gl4" }, jy = { class: "bar-item layer-bars" }, Ly = {
|
|
44772
|
-
id: "idm-tropical-gl4",
|
|
44773
|
-
class: "tropical-info
|
|
44772
|
+
id: "idm-tropical-gl4-info",
|
|
44773
|
+
class: "idm-tropical-gl4-info"
|
|
44774
44774
|
}, qy = { class: "header-box" }, zy = { class: "main" }, Sy = { key: 0 }, Oy = { class: "sub" }, Py = {
|
|
44775
44775
|
id: "meteoBox",
|
|
44776
44776
|
class: "main-box"
|