@realsee/dnalogel 3.41.5 → 3.41.6

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.
@@ -2,12 +2,12 @@ var L = Object.defineProperty, O = Object.defineProperties;
2
2
  var z = Object.getOwnPropertyDescriptors;
3
3
  var C = Object.getOwnPropertySymbols;
4
4
  var D = Object.prototype.hasOwnProperty, F = Object.prototype.propertyIsEnumerable;
5
- var U = (d, e, i) => e in d ? L(d, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : d[e] = i, h = (d, e) => {
5
+ var M = (d, e, i) => e in d ? L(d, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : d[e] = i, h = (d, e) => {
6
6
  for (var i in e || (e = {}))
7
- D.call(e, i) && U(d, i, e[i]);
7
+ D.call(e, i) && M(d, i, e[i]);
8
8
  if (C)
9
9
  for (var i of C(e))
10
- F.call(e, i) && U(d, i, e[i]);
10
+ F.call(e, i) && M(d, i, e[i]);
11
11
  return d;
12
12
  }, R = (d, e) => O(d, z(e));
13
13
  var S = (d, e) => {
@@ -91,7 +91,7 @@ class si extends W {
91
91
  * @description 获取是否可见
92
92
  */
93
93
  getVisible(e, i) {
94
- if (!e.enabled)
94
+ if (!e.enabled || !this.fiveUtil.model)
95
95
  return !1;
96
96
  const s = h(h({}, this.five.getCurrentState()), i), { panoIndex: t, mode: r } = s, n = x(r) ? this.getPanoIndexCache({ panoIndex: t, id: e.id }) : void 0;
97
97
  if ((n == null ? void 0 : n.visible) !== void 0)
@@ -317,8 +317,8 @@ class si extends W {
317
317
  if (!j(e))
318
318
  return;
319
319
  const $ = this.tags.filter(j).map((_) => {
320
- var M;
321
- return (M = _.model) == null ? void 0 : M.object;
320
+ var U;
321
+ return (U = _.model) == null ? void 0 : U.object;
322
322
  }).filter(N), [E] = T.intersectObjects($, !0);
323
323
  return E;
324
324
  })(), m = (a = s.distanceAccuracy) != null ? a : 0.01;
@@ -15,7 +15,7 @@ let c = class {
15
15
  /**
16
16
  * @realsee/dnalogel 版本号
17
17
  */
18
- e(this, "VERSION", "3.41.5");
18
+ e(this, "VERSION", "3.41.6");
19
19
  e(this, "NAME");
20
20
  e(this, "five");
21
21
  e(this, "workUtil");
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv3.41.5",
3
+ "%c %c@realsee/dnalogel %cv3.41.6",
4
4
  [
5
5
  "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=')",
6
6
  "background-repeat: no-repeat",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realsee/dnalogel",
3
- "version": "3.41.5",
3
+ "version": "3.41.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./libs/index.js",
6
6
  "types": "./libs/index.d.ts",