@abi-software/map-utilities 0.0.0-beta.4 → 0.0.0-beta.5

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.
@@ -10875,7 +10875,9 @@ const k2 = /* @__PURE__ */ qt(ab, [["render", cb], ["__scopeId", "data-v-6ac1a74
10875
10875
  },
10876
10876
  getCurrentMultiflatmap: function() {
10877
10877
  var t;
10878
- return ((t = this.multiflatmapRef) == null ? void 0 : t.$el) || null;
10878
+ console.log("🚀 ~ this.multiflatmapRef:", this.multiflatmapRef);
10879
+ const e = ((t = this.multiflatmapRef) == null ? void 0 : t.$el) || null;
10880
+ return console.log("🚀 ~ multiflatmapEl:", e), e;
10879
10881
  },
10880
10882
  getCurrentFlatmap: function() {
10881
10883
  var n;
@@ -10883,8 +10885,22 @@ const k2 = /* @__PURE__ */ qt(ab, [["render", cb], ["__scopeId", "data-v-6ac1a74
10883
10885
  return (e == null ? void 0 : e.$el) || null;
10884
10886
  },
10885
10887
  toggleHelpModeHighlight: function(e) {
10886
- const t = this.getCurrentMultiflatmap(), n = this.getCurrentFlatmap(), o = this.getCurrentScaffold(), r = document.querySelectorAll(".in-help-highlight");
10887
- t && (e ? t.classList.add("in-help") : t.classList.remove("in-help")), n && (e ? n.classList.add("in-help") : n.classList.remove("in-help")), o && (e ? o.classList.add("in-help") : o.classList.remove("in-help")), e || r.forEach((s) => {
10888
+ const t = this.getCurrentMultiflatmap();
10889
+ console.log("🚀 ~ currentMultiflatmapEl:", t);
10890
+ const n = this.getCurrentFlatmap(), o = this.getCurrentScaffold(), r = document.querySelectorAll(".in-help-highlight");
10891
+ t && (e ? (console.log(
10892
+ "🚀 ~ currentMultiflatmapEl.classList:",
10893
+ t.classList
10894
+ ), t.classList.add("in-help"), console.log(
10895
+ "🚀 ~ currentMultiflatmapEl.classList:",
10896
+ t.classList
10897
+ )) : (console.log(
10898
+ "🚀 ~ currentMultiflatmapEl.classList:",
10899
+ t.classList
10900
+ ), t.classList.remove("in-help"), console.log(
10901
+ "🚀 ~ currentMultiflatmapEl.classList:",
10902
+ t.classList
10903
+ ))), n && (e ? n.classList.add("in-help") : n.classList.remove("in-help")), o && (e ? o.classList.add("in-help") : o.classList.remove("in-help")), e || r.forEach((s) => {
10888
10904
  s.classList.remove("in-help-highlight");
10889
10905
  });
10890
10906
  },
@@ -10896,7 +10912,7 @@ const k2 = /* @__PURE__ */ qt(ab, [["render", cb], ["__scopeId", "data-v-6ac1a74
10896
10912
  return n ? n[n.length - 1].slice(10, -1) : "";
10897
10913
  }
10898
10914
  }
10899
- }, hs = (e) => (zo("data-v-3efb89fb"), e = e(), Vo(), e), fb = /* @__PURE__ */ hs(() => /* @__PURE__ */ O("h4", null, "Help Mode", -1)), pb = /* @__PURE__ */ hs(() => /* @__PURE__ */ O("p", null, [
10915
+ }, hs = (e) => (zo("data-v-91e0ba91"), e = e(), Vo(), e), fb = /* @__PURE__ */ hs(() => /* @__PURE__ */ O("h4", null, "Help Mode", -1)), pb = /* @__PURE__ */ hs(() => /* @__PURE__ */ O("p", null, [
10900
10916
  /* @__PURE__ */ te(" All caught up! "),
10901
10917
  /* @__PURE__ */ O("br"),
10902
10918
  /* @__PURE__ */ te(" Click 'Help' to restart. ")
@@ -10945,7 +10961,7 @@ function vb(e, t, n, o, r, s) {
10945
10961
  ], 64))
10946
10962
  ], 2);
10947
10963
  }
10948
- const C2 = /* @__PURE__ */ qt(db, [["render", vb], ["__scopeId", "data-v-3efb89fb"]]);
10964
+ const C2 = /* @__PURE__ */ qt(db, [["render", vb], ["__scopeId", "data-v-91e0ba91"]]);
10949
10965
  function gb(e) {
10950
10966
  return { all: e = e || /* @__PURE__ */ new Map(), on: function(t, n) {
10951
10967
  var o = e.get(t);