@realsee/dnalogel 3.48.3 → 3.48.4
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 Ep from "earcut";
|
|
|
48
48
|
import { GLTFLoader as Mp } from "@realsee/five/gltf-loader";
|
|
49
49
|
function kp() {
|
|
50
50
|
console.debug(
|
|
51
|
-
"%c %c@realsee/dnalogel %cv3.48.
|
|
51
|
+
"%c %c@realsee/dnalogel %cv3.48.4",
|
|
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",
|
|
@@ -8349,7 +8349,7 @@ let Hi = class {
|
|
|
8349
8349
|
/**
|
|
8350
8350
|
* @realsee/dnalogel 版本号
|
|
8351
8351
|
*/
|
|
8352
|
-
d(this, "VERSION", "3.48.
|
|
8352
|
+
d(this, "VERSION", "3.48.4");
|
|
8353
8353
|
d(this, "NAME");
|
|
8354
8354
|
d(this, "five");
|
|
8355
8355
|
d(this, "workUtil");
|
|
@@ -27368,7 +27368,7 @@ class mc {
|
|
|
27368
27368
|
return W(this, null, function* () {
|
|
27369
27369
|
var a, l;
|
|
27370
27370
|
const e = (a = this.enabled) != null ? a : !0, i = (l = this.state) == null ? void 0 : l.visible, s = e && i;
|
|
27371
|
-
s === !1 && (this.state.visible = !0, this.enabled = !0, this.applyVisible(), this.plugin.
|
|
27371
|
+
s === !1 && (this.state.visible = !0, this.enabled = !0, this.applyVisible(), this.plugin.render(), this.computeRenderType() !== "Mesh" && (yield kg(0)), this.dom && (this.dom.style.visibility = "hidden"), this.contentDom && (this.contentDom.style.visibility = "hidden"));
|
|
27372
27372
|
const o = (() => {
|
|
27373
27373
|
var h;
|
|
27374
27374
|
const c = [];
|
|
@@ -27383,7 +27383,7 @@ class mc {
|
|
|
27383
27383
|
updateRender: () => {
|
|
27384
27384
|
this.five.needsRender = !0;
|
|
27385
27385
|
}
|
|
27386
|
-
}, t)).finished, e === !1 && (this.enabled = !1), i === !1 && this.updateVisible(), s === !1 && (this.dom && (this.dom.style.visibility = ""), this.contentDom && (this.contentDom.style.visibility = ""));
|
|
27386
|
+
}, t)).finished, e === !1 && (this.enabled = !1, this.updateVisible()), i === !1 && this.updateVisible(), s === !1 && (this.dom && (this.dom.style.visibility = ""), this.contentDom && (this.contentDom.style.visibility = ""));
|
|
27387
27387
|
});
|
|
27388
27388
|
}
|
|
27389
27389
|
/**
|