@realsee/dnalogel 3.41.1 → 3.41.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
@@ -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.1",
51
+ "%c %c@realsee/dnalogel %cv3.41.2",
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",
@@ -2299,7 +2299,7 @@ function Ar(n, t) {
2299
2299
  l instanceof HTMLElement ? s.push(l) : l.isObject3D && (e ? (s.push(l), l.traverse((c) => {
2300
2300
  c && s.push(c);
2301
2301
  })) : s.push(l));
2302
- }), i = [...new Set(s)], Qp(i);
2302
+ }), i = [...new Set(s.filter(Boolean))], Qp(i);
2303
2303
  const o = Yo(D({
2304
2304
  targets: i,
2305
2305
  duration: 300,
@@ -7570,7 +7570,7 @@ let Oi = class {
7570
7570
  /**
7571
7571
  * @realsee/dnalogel 版本号
7572
7572
  */
7573
- d(this, "VERSION", "3.41.1");
7573
+ d(this, "VERSION", "3.41.2");
7574
7574
  d(this, "NAME");
7575
7575
  d(this, "five");
7576
7576
  d(this, "workUtil");
@@ -30176,9 +30176,10 @@ class cl {
30176
30176
  }
30177
30177
  /** 闪烁 */
30178
30178
  flicker() {
30179
+ var t, e, i, s, o, r;
30179
30180
  if (this.disposed)
30180
30181
  return this.logError("disposed");
30181
- Ar(this.group, {
30182
+ Ar([this.group, (i = (e = (t = this.startTagContainer) == null ? void 0 : t.plugin) == null ? void 0 : e.tags[0]) == null ? void 0 : i.dom, (r = (o = (s = this.endTagContainer) == null ? void 0 : s.plugin) == null ? void 0 : o.tags[0]) == null ? void 0 : r.dom], {
30182
30183
  loop: 6,
30183
30184
  updateRender: () => {
30184
30185
  this.five.needsRender = !0;