@realsee/dnalogel 3.50.10 → 3.50.12

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 LE from "earcut";
48
48
  import { GLTFLoader as kE } from "@realsee/five/gltf-loader";
49
49
  function RE() {
50
50
  console.debug(
51
- "%c %c@realsee/dnalogel %cv3.50.10",
51
+ "%c %c@realsee/dnalogel %cv3.50.12",
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",
@@ -27815,7 +27815,7 @@ let ws = class {
27815
27815
  /**
27816
27816
  * @realsee/dnalogel 版本号
27817
27817
  */
27818
- v(this, "VERSION", "3.50.10");
27818
+ v(this, "VERSION", "3.50.12");
27819
27819
  v(this, "NAME");
27820
27820
  v(this, "five");
27821
27821
  v(this, "workUtil");
@@ -49927,10 +49927,10 @@ class Um extends T8 {
49927
49927
  });
49928
49928
  }
49929
49929
  handleShow() {
49930
- this.state.visible = !0, this.group.visible = !0, this.addRenderQueue({ type: "TagContainerSvelte", keys: ["state"] }), this.five.needsRender = !0;
49930
+ this.state.visible = !0, this.group.visible = !0, this.addRenderQueue({ type: "TagContainerSvelte", keys: ["state"] }), this.updateRender3DDomTag(), this.five.needsRender = !0;
49931
49931
  }
49932
49932
  handleHide() {
49933
- this.pauseCurrentMedia(), this.state.visible = !1, this.group.visible = !1, this.addRenderQueue({ type: "TagContainerSvelte", keys: ["state"] }), this.five.needsRender = !0;
49933
+ this.pauseCurrentMedia(), this.state.visible = !1, this.group.visible = !1, this.addRenderQueue({ type: "TagContainerSvelte", keys: ["state"] }), this.updateRender3DDomTag(), this.five.needsRender = !0;
49934
49934
  }
49935
49935
  handleEnable() {
49936
49936
  this.state.enabled = !0, this.store.eventListenerDisposer = this.addEventListener(), this.five.scene.children.includes(this.group) || this.five.scene.add(this.group), this.group.traverse((t) => {
@@ -57818,12 +57818,20 @@ const Zo = class extends En {
57818
57818
  /**
57819
57819
  * @description: 开始绘制线段
57820
57820
  */
57821
- createline(t) {
57821
+ createLine(t) {
57822
57822
  return ee(this, null, function* () {
57823
57823
  var i;
57824
57824
  return this.createItem(H1, R(R({}, (i = this.theme) == null ? void 0 : i.line), t));
57825
57825
  });
57826
57826
  }
57827
+ /**
57828
+ * @deprecated use createLine instead
57829
+ */
57830
+ createline(...t) {
57831
+ return ee(this, null, function* () {
57832
+ this.createLine(...t);
57833
+ });
57834
+ }
57827
57835
  /**
57828
57836
  * @description: 开始绘制空间折线
57829
57837
  */