@idmwx/idmui-gl4 0.5.1 → 0.5.2
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 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71848,7 +71848,8 @@ const Kl = {
|
|
|
71848
71848
|
mapFeather: {
|
|
71849
71849
|
handler() {
|
|
71850
71850
|
this.mapFeather && this.$nextTick(() => {
|
|
71851
|
-
|
|
71851
|
+
var o;
|
|
71852
|
+
this.map ? (o = this.map) == null || o.setStyle(this.helper.mapboxStyle[this.mapFeather]) : this.initOnlineMap();
|
|
71852
71853
|
});
|
|
71853
71854
|
},
|
|
71854
71855
|
immediate: !0
|
|
@@ -71901,7 +71902,7 @@ const Kl = {
|
|
|
71901
71902
|
}
|
|
71902
71903
|
}, Jl = { class: "mapbox-initial-gl4" }, Ql = { class: "v-btn--variant-elevated rounded" }, $l = { class: "zoom" };
|
|
71903
71904
|
function es(o, e, t, i, a, r) {
|
|
71904
|
-
const s = w("
|
|
71905
|
+
const s = w("VBtn");
|
|
71905
71906
|
return y(), M("div", Jl, [
|
|
71906
71907
|
e[2] || (e[2] = l("div", { id: "map" }, null, -1)),
|
|
71907
71908
|
l("div", {
|