@realsee/dnalogel 3.41.6 → 3.41.7
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/CHANGELOG.md +3 -0
- package/dist/base/BasePlugin.d.ts +1 -0
- package/dist/index.cjs.js +22 -22
- package/dist/index.js +7 -4
- package/dist/index.umd.js +25 -25
- package/libs/PanoTagPlugin/controller/TagRender.js +8 -8
- package/libs/base/BasePlugin.d.ts +1 -0
- package/libs/base/BasePlugin.js +7 -4
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ import Jg from "earcut";
|
|
|
48
48
|
import { GLTFLoader as qg } from "@realsee/five/gltf-loader";
|
|
49
49
|
function Kg() {
|
|
50
50
|
console.debug(
|
|
51
|
-
"%c %c@realsee/dnalogel %cv3.41.
|
|
51
|
+
"%c %c@realsee/dnalogel %cv3.41.7",
|
|
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",
|
|
@@ -7604,7 +7604,7 @@ let Bi = class {
|
|
|
7604
7604
|
/**
|
|
7605
7605
|
* @realsee/dnalogel 版本号
|
|
7606
7606
|
*/
|
|
7607
|
-
d(this, "VERSION", "3.41.
|
|
7607
|
+
d(this, "VERSION", "3.41.7");
|
|
7608
7608
|
d(this, "NAME");
|
|
7609
7609
|
d(this, "five");
|
|
7610
7610
|
d(this, "workUtil");
|
|
@@ -7614,7 +7614,7 @@ let Bi = class {
|
|
|
7614
7614
|
*/
|
|
7615
7615
|
d(this, "hooks", new It());
|
|
7616
7616
|
d(this, "staticPrefix", "//vr-image-4.realsee-cdn.cn");
|
|
7617
|
-
this.
|
|
7617
|
+
this.updateFive(t), e != null && e.staticPrefix && (this.staticPrefix = e.staticPrefix);
|
|
7618
7618
|
}
|
|
7619
7619
|
set workCode(t) {
|
|
7620
7620
|
this.workUtil.workCode = t, this.onWorkCodeChange();
|
|
@@ -7622,6 +7622,9 @@ let Bi = class {
|
|
|
7622
7622
|
get workCode() {
|
|
7623
7623
|
return this.workUtil.workCode;
|
|
7624
7624
|
}
|
|
7625
|
+
updateFive(t) {
|
|
7626
|
+
this.five = t, this.fiveUtil = new x0(t), this.workUtil = this.fiveUtil.workUtil;
|
|
7627
|
+
}
|
|
7625
7628
|
/**
|
|
7626
7629
|
* 获取当前的插件状态,如果当初插件内存在需要通过动画变更的 state 值,则通过此方法可以得到中间状态
|
|
7627
7630
|
*/
|
|
@@ -28951,7 +28954,7 @@ class aM extends iC {
|
|
|
28951
28954
|
this.tags.length && (this.tags.forEach((i) => {
|
|
28952
28955
|
var s, o;
|
|
28953
28956
|
(o = (s = i.mediaPlane) == null ? void 0 : s.parent) == null || o.remove(i.mediaPlane);
|
|
28954
|
-
}), this.tags = [], (e = this.TagContainerSvelte) == null || e.$destroy(), this.TagContainerSvelte = void 0, this.disposeAllCSS3DContainer(), this.updateRenderAllTags()), this.enabledModelTagSet.clear(), this.clearCache(), this.tagsLengthWillUpdate = !0;
|
|
28957
|
+
}), this.tags = [], this.tagsLengthWillUpdate = !0, (e = this.TagContainerSvelte) == null || e.$destroy(), this.TagContainerSvelte = void 0, this.disposeAllCSS3DContainer(), this.updateRenderAllTags()), this.enabledModelTagSet.clear(), this.clearCache(), this.tagsLengthWillUpdate = !0;
|
|
28955
28958
|
}
|
|
28956
28959
|
/**
|
|
28957
28960
|
* @description 更新所有标签
|