@realsee/dnalogel 3.3.1 → 3.3.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
CHANGED
|
@@ -39,7 +39,7 @@ import hl from "animejs";
|
|
|
39
39
|
import { GLTFLoader as Kf } from "@realsee/five/gltf-loader";
|
|
40
40
|
function $f() {
|
|
41
41
|
console.debug(
|
|
42
|
-
"%c %c@realsee/dnalogel %cv3.3.
|
|
42
|
+
"%c %c@realsee/dnalogel %cv3.3.2",
|
|
43
43
|
[
|
|
44
44
|
"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=')",
|
|
45
45
|
"background-repeat: no-repeat",
|
|
@@ -7085,7 +7085,7 @@ let Vn = class {
|
|
|
7085
7085
|
/**
|
|
7086
7086
|
* @realsee/dnalogel 版本号
|
|
7087
7087
|
*/
|
|
7088
|
-
u(this, "VERSION", "3.3.
|
|
7088
|
+
u(this, "VERSION", "3.3.2");
|
|
7089
7089
|
u(this, "five");
|
|
7090
7090
|
/**
|
|
7091
7091
|
* 插件事件钩子
|
|
@@ -17622,8 +17622,10 @@ class $1 {
|
|
|
17622
17622
|
}
|
|
17623
17623
|
}
|
|
17624
17624
|
function id(n, t) {
|
|
17625
|
-
var
|
|
17626
|
-
typeof n.visibleConfig == "object" && (n.visibleConfig.visibleFiveMode = (
|
|
17625
|
+
var i, s, o, r;
|
|
17626
|
+
typeof n.visibleConfig == "object" && (n.visibleConfig.visibleFiveMode = (o = (s = n.visibleConfig.visibleFiveMode) != null ? s : (i = t == null ? void 0 : t.fiveState) == null ? void 0 : i.mode) != null ? o : "Panorama", n.visibleConfig.keep && (n.visibleConfig.keep === "visible" ? n.visibleConfig = { keep: n.visibleConfig.keep, visibleFiveMode: (r = n.visibleConfig) == null ? void 0 : r.visibleFiveMode } : n.visibleConfig.keep === "hidden" && (n.visibleConfig = { keep: n.visibleConfig.keep }))), typeof n.unfoldedConfig == "object" && (n.unfoldedConfig.disableFold && (n.unfoldedConfig = { keep: "unfolded" }), n.unfoldedConfig.disableUnfold && (n.unfoldedConfig = { keep: "folded" }), n.unfoldedConfig.keep && (n.unfoldedConfig = { keep: n.unfoldedConfig.keep }));
|
|
17627
|
+
const e = n.initialState;
|
|
17628
|
+
typeof n.unfoldedConfig == "object" && (n.unfoldedConfig.keep === "unfolded" ? e.unfolded = !0 : n.unfoldedConfig.keep === "folded" && (e.unfolded = !1)), typeof n.visibleConfig == "object" && (n.visibleConfig.keep === "visible" ? e.visible = !0 : n.visibleConfig.keep === "hidden" && (e.visible = !1)), n.initialState = e;
|
|
17627
17629
|
}
|
|
17628
17630
|
function nd(n) {
|
|
17629
17631
|
return Object.entries(n);
|