@realsee/dnalogel 3.49.1 → 3.49.3

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 CHANGED
@@ -48,7 +48,7 @@ import zE from "earcut";
48
48
  import { GLTFLoader as BE } from "@realsee/five/gltf-loader";
49
49
  function NE() {
50
50
  console.debug(
51
- "%c %c@realsee/dnalogel %cv3.49.1",
51
+ "%c %c@realsee/dnalogel %cv3.49.3",
52
52
  [
53
53
  "background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
54
54
  "background-repeat: no-repeat",
@@ -21429,7 +21429,7 @@ class Ic {
21429
21429
  return;
21430
21430
  this.enabled = !0, this.wrapper = (s = (r = this.config.wrapper) != null ? r : (i = this.five.getElement()) == null ? void 0 : i.parentElement) != null ? s : document.body, this.tagWrapper || (this.tagWrapper = (o = document.getElementById(ny)) != null ? o : (() => {
21431
21431
  const a = document.createElement("div");
21432
- return a.id = ny, a.style.position = "absolute", a.style.top = "0", a.style.left = "0", a.style.width = "100%", a.style.height = "100%", a.style.pointerEvents = "none", a;
21432
+ return a.id = ny, a.style.position = "absolute", a.style.top = "0", a.style.left = "0", a.style.width = "100%", a.style.height = "100%", a.style.pointerEvents = "none", a.style.zIndex = "1", a;
21433
21433
  })(), this.wrapper.contains(this.tagWrapper) || this.wrapper.appendChild(this.tagWrapper)), this.tagWrapper.appendChild(this.container);
21434
21434
  let n = !1;
21435
21435
  const t = () => {
@@ -27761,7 +27761,7 @@ let ws = class {
27761
27761
  /**
27762
27762
  * @realsee/dnalogel 版本号
27763
27763
  */
27764
- v(this, "VERSION", "3.49.1");
27764
+ v(this, "VERSION", "3.49.3");
27765
27765
  v(this, "NAME");
27766
27766
  v(this, "five");
27767
27767
  v(this, "workUtil");
@@ -49898,9 +49898,9 @@ class Wm extends R9 {
49898
49898
  if (this.store.disposed)
49899
49899
  return;
49900
49900
  const t = this.five.getElement(), i = () => {
49901
- this.state.enabled && (this.filterPointTag.forEach((c) => c.updateScreenPosition({ force: !0 })), this.show());
49901
+ this.state.enabled && (this.filterPointTag.forEach((c) => c.updateScreenPosition({ force: !0 })), this.temporaryState.visible = !0, this.addRenderQueue({ type: "TagContainerSvelte", keys: ["temporaryState"] }));
49902
49902
  }, r = () => {
49903
- this.state.enabled && this.hide();
49903
+ this.state.enabled && (this.temporaryState.visible = !1, this.addRenderQueue({ type: "TagContainerSvelte", keys: ["temporaryState"] }));
49904
49904
  }, { observe: s, unobserve: o } = jm(
49905
49905
  Jb(() => {
49906
49906
  this.store.resizeObserverDisposer && r();