@idmwx/idmui-gl4 1.2.0 → 1.2.1
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 -1
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5468,12 +5468,14 @@ const es = {
|
|
|
5468
5468
|
},
|
|
5469
5469
|
theme: {
|
|
5470
5470
|
handler() {
|
|
5471
|
+
debugger;
|
|
5471
5472
|
this.theme === "light" ? this.mapFeather = ["light", "nautical"].includes(this.mapFeather) ? this.mapFeather : "light" : this.mapFeather = ["dark", "satellite"].includes(this.mapFeather) ? this.mapFeather : "dark";
|
|
5472
5473
|
},
|
|
5473
5474
|
immediate: !0
|
|
5474
5475
|
},
|
|
5475
5476
|
mapFeather: {
|
|
5476
5477
|
handler() {
|
|
5478
|
+
debugger;
|
|
5477
5479
|
localStorage.setItem(this.cache.mapFeatherKey, this.mapFeather), this.$emit("mapFeather", this.mapFeather), this.$emit("theme", ["light", "nautical"].includes(this.mapFeather) ? "light" : "dark");
|
|
5478
5480
|
},
|
|
5479
5481
|
immediate: !0
|
|
@@ -32394,6 +32396,7 @@ const _m = {
|
|
|
32394
32396
|
},
|
|
32395
32397
|
mapFeather: {
|
|
32396
32398
|
handler() {
|
|
32399
|
+
debugger;
|
|
32397
32400
|
this.mapFeather && this.$nextTick(() => {
|
|
32398
32401
|
this.initOnlineMap();
|
|
32399
32402
|
});
|
|
@@ -32467,7 +32470,7 @@ function Cm(t, e, o, i, a, r) {
|
|
|
32467
32470
|
_: 1,
|
|
32468
32471
|
__: [0]
|
|
32469
32472
|
}, 8, ["onClick"]),
|
|
32470
|
-
l("div", Lm, h(Math.floor(a.zoom)), 1),
|
|
32473
|
+
l("div", Lm, h(a.zoom ? Math.floor(a.zoom) : 0), 1),
|
|
32471
32474
|
d(s, {
|
|
32472
32475
|
"min-width": "32",
|
|
32473
32476
|
width: "32",
|