@realsee/dnalogel 3.74.1-alpha.1 → 3.74.1
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/index.cjs.js +4 -4
- package/dist/index.js +11 -16
- package/dist/index.umd.js +18 -18
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +3 -3
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPoint.js +7 -7
- package/libs/PanoTagPlugin/Components/TagContainer.js +102 -107
- package/libs/PanoTagPlugin/Components/TagItem.js +20 -20
- package/libs/base/BasePlugin.js +5 -5
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ import { LineGeometry as Cb, LineMaterial as Ib, THREE_Line2 as Eb, Line as k0 }
|
|
|
43
43
|
import { GLTFLoader as Mb } from "@realsee/five/gltf-loader";
|
|
44
44
|
function kb() {
|
|
45
45
|
console.debug(
|
|
46
|
-
"%c %c@realsee/dnalogel %cv3.74.1
|
|
46
|
+
"%c %c@realsee/dnalogel %cv3.74.1",
|
|
47
47
|
[
|
|
48
48
|
"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=')",
|
|
49
49
|
"background-repeat: no-repeat",
|
|
@@ -13501,7 +13501,7 @@ let ys = class {
|
|
|
13501
13501
|
/**
|
|
13502
13502
|
* @realsee/dnalogel 版本号
|
|
13503
13503
|
*/
|
|
13504
|
-
f(this, "VERSION", "3.74.1
|
|
13504
|
+
f(this, "VERSION", "3.74.1");
|
|
13505
13505
|
f(this, "NAME");
|
|
13506
13506
|
f(this, "five");
|
|
13507
13507
|
f(this, "workUtil");
|
|
@@ -49345,13 +49345,13 @@ function Vx(n) {
|
|
|
49345
49345
|
n[2]
|
|
49346
49346
|
) && n[2].apply(this, arguments);
|
|
49347
49347
|
}),
|
|
49348
|
-
je(t, "
|
|
49348
|
+
je(t, "pointerenter", function() {
|
|
49349
49349
|
ri(
|
|
49350
49350
|
/*handleMouseEnter*/
|
|
49351
49351
|
n[3]
|
|
49352
49352
|
) && n[3].apply(this, arguments);
|
|
49353
49353
|
}),
|
|
49354
|
-
je(t, "
|
|
49354
|
+
je(t, "pointerleave", function() {
|
|
49355
49355
|
ri(
|
|
49356
49356
|
/*handleMouseLeave*/
|
|
49357
49357
|
n[4]
|
|
@@ -49535,11 +49535,11 @@ function Ux(n) {
|
|
|
49535
49535
|
),
|
|
49536
49536
|
je(
|
|
49537
49537
|
t,
|
|
49538
|
-
"
|
|
49539
|
-
/*
|
|
49538
|
+
"pointerenter",
|
|
49539
|
+
/*pointerenter_handler*/
|
|
49540
49540
|
n[16]
|
|
49541
49541
|
),
|
|
49542
|
-
je(t, "
|
|
49542
|
+
je(t, "pointerleave", function() {
|
|
49543
49543
|
ri(
|
|
49544
49544
|
/*handleMouseLeave*/
|
|
49545
49545
|
n[3]
|
|
@@ -52798,7 +52798,7 @@ function iD(n, t, e) {
|
|
|
52798
52798
|
C = !1, K(!1);
|
|
52799
52799
|
}, ue = (ee) => {
|
|
52800
52800
|
var Te, Re, Ae, Ve, me, Ie;
|
|
52801
|
-
if (M = !0, g.isPopoverConfigEnabled() && g.isHoverEnabled() && ((Re = (Te = g.currentConfig) == null ? void 0 : Te.popoverConfig) == null ? void 0 : Re.trigger) === "hover") {
|
|
52801
|
+
if (ee.pointerType === "mouse" && (M = !0, g.isPopoverConfigEnabled() && g.isHoverEnabled() && ((Re = (Te = g.currentConfig) == null ? void 0 : Te.popoverConfig) == null ? void 0 : Re.trigger) === "hover")) {
|
|
52802
52802
|
if (O && clearTimeout(O), T !== void 0)
|
|
52803
52803
|
return;
|
|
52804
52804
|
((Ve = (Ae = g.currentConfig) == null ? void 0 : Ae.popoverConfig) == null ? void 0 : Ve.triggerDelay) > 0 ? T = setTimeout(
|
|
@@ -52810,7 +52810,7 @@ function iD(n, t, e) {
|
|
|
52810
52810
|
}
|
|
52811
52811
|
}, Le = (ee) => {
|
|
52812
52812
|
var Te, Re;
|
|
52813
|
-
M = !1, g.isHoverEnabled() && g.isPopoverConfigEnabled() && ((Re = (Te = g.currentConfig) == null ? void 0 : Te.popoverConfig) == null ? void 0 : Re.trigger) === "hover" && (T !== void 0 && (clearTimeout(T), T = void 0), K(!1));
|
|
52813
|
+
ee.pointerType === "mouse" && (M = !1, g.isHoverEnabled() && g.isPopoverConfigEnabled() && ((Re = (Te = g.currentConfig) == null ? void 0 : Te.popoverConfig) == null ? void 0 : Re.trigger) === "hover" && (T !== void 0 && (clearTimeout(T), T = void 0), K(!1)));
|
|
52814
52814
|
}, re = (ee) => {
|
|
52815
52815
|
var Re, Ae;
|
|
52816
52816
|
const Te = g.contentType === "Audio" && g.data.appearance === "plane";
|
|
@@ -52968,9 +52968,7 @@ function s0(n) {
|
|
|
52968
52968
|
"z-index",
|
|
52969
52969
|
/*zIndex*/
|
|
52970
52970
|
(c = n[6]) != null ? c : ""
|
|
52971
|
-
)
|
|
52972
|
-
n[4].visible || !/*temporaryState*/
|
|
52973
|
-
n[5].visible ? null : 1);
|
|
52971
|
+
);
|
|
52974
52972
|
},
|
|
52975
52973
|
m(c, h) {
|
|
52976
52974
|
X(c, t, h);
|
|
@@ -52994,10 +52992,7 @@ function s0(n) {
|
|
|
52994
52992
|
"z-index",
|
|
52995
52993
|
/*zIndex*/
|
|
52996
52994
|
(d = c[6]) != null ? d : ""
|
|
52997
|
-
)
|
|
52998
|
-
48 && R(t, "opacity", !/*state*/
|
|
52999
|
-
c[4].visible || !/*temporaryState*/
|
|
53000
|
-
c[5].visible ? null : 1);
|
|
52995
|
+
);
|
|
53001
52996
|
},
|
|
53002
52997
|
i(c) {
|
|
53003
52998
|
if (!r) {
|