@realsee/dnalogel 3.8.5 → 3.8.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.
@@ -1,13 +1,13 @@
1
1
  var C = Object.defineProperty, M = Object.defineProperties;
2
2
  var I = Object.getOwnPropertyDescriptors;
3
3
  var p = Object.getOwnPropertySymbols;
4
- var A = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
4
+ var S = Object.prototype.hasOwnProperty, A = Object.prototype.propertyIsEnumerable;
5
5
  var u = (h, r, t) => r in h ? C(h, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : h[r] = t, d = (h, r) => {
6
6
  for (var t in r || (r = {}))
7
- A.call(r, t) && u(h, t, r[t]);
7
+ S.call(r, t) && u(h, t, r[t]);
8
8
  if (p)
9
9
  for (var t of p(r))
10
- S.call(r, t) && u(h, t, r[t]);
10
+ A.call(r, t) && u(h, t, r[t]);
11
11
  return h;
12
12
  }, f = (h, r) => M(h, I(r));
13
13
  var o = (h, r, t) => (u(h, typeof r != "symbol" ? r + "" : r, t), t);
@@ -165,10 +165,10 @@ class at extends _ {
165
165
  load(t) {
166
166
  return m(this, null, function* () {
167
167
  const i = this.data;
168
- this.data = this.formatData(t), this.hooks.emit("dataChange", this.data, i), this.modelGroup.remove(...this.modelGroup.children), this.itemMap.clear(), this.data.list.forEach((e) => {
168
+ this.data = this.formatData(t), this.hooks.emit("dataChange", this.data, i), this.modelGroup.remove(...this.modelGroup.children), this.itemMap.clear(), this.childrenMountedState = !1, this.checkMsg.childrenMountedState = "", this.data.list.forEach((e) => {
169
169
  const s = new y(this, e);
170
170
  s.itemRenderer = this.itemRenderer, this.modelGroup.add(s.modelGroup), this.itemMap.set(e.id, s), s.hooks.on("tagClick", this.onMakerTagClick);
171
- });
171
+ }), this.updateChildrenMountedState();
172
172
  });
173
173
  }
174
174
  /** 将插件的 DOM 容器添加到指定的 DOM 元素上 */
@@ -212,23 +212,24 @@ class Q {
212
212
  }
213
213
  /** 挂载标注 */
214
214
  mount() {
215
+ var t;
215
216
  if (this.mounted = !0, this.updateVisible(), this.makerObject.material.depthTest = this.plugin.config.modelDepthTest, this.outline.material.depthTest = this.plugin.config.modelDepthTest, this.modelGroup.add(this.makerObject, this.outline), !!this.name) {
216
- const t = this.plugin.tagDomContainer, s = {
217
+ const s = this.plugin.tagDomContainer, o = {
217
218
  data: this.data,
218
219
  content: this.name,
219
220
  visible: this.tagVisible,
220
221
  renderer: this.itemRenderer,
221
222
  transform: `translate(${this.tagTransform.left}px, ${this.tagTransform.top}px)`,
222
- onClick: (o) => this.hooks.emit("tagClick", { target: this, nativeEvent: o })
223
+ onClick: (r) => this.hooks.emit("tagClick", { target: this, nativeEvent: r })
223
224
  };
224
- this.tagApp = new T({ target: t, props: s }), this.updateTag();
225
+ this.tagApp = new T({ target: s, props: o }), this.updateTag();
225
226
  }
226
- this.plugin.five.needsRender = !0, this.plugin.hooks.on("stateChange", this.onPluginStateChange), this.plugin.hooks.on("configChange", this.onPluginConfigChange), this.plugin.five.on("modeChange", this.updateVisible), this.plugin.five.on("modelShownFloorChange", this.updateVisible), this.plugin.five.on("cameraUpdate", this.onFiveCameraUpdate), this.plugin.resizeIframe.contentWindow.addEventListener("resize", this.onContainerResize);
227
+ this.plugin.five.needsRender = !0, this.plugin.hooks.on("stateChange", this.onPluginStateChange), this.plugin.hooks.on("configChange", this.onPluginConfigChange), this.plugin.five.on("modeChange", this.updateVisible), this.plugin.five.on("modelShownFloorChange", this.updateVisible), this.plugin.five.on("cameraUpdate", this.onFiveCameraUpdate), (t = this.plugin.resizeIframe.contentWindow) == null || t.addEventListener("resize", this.onContainerResize);
227
228
  }
228
229
  /** 卸载标注 */
229
230
  unmount() {
230
- var e;
231
- this.mounted = !1, this.modelGroup.remove(...this.modelGroup.children), (e = this.tagApp) == null || e.$destroy(), this.tagApp = null, this.plugin.hooks.off("stateChange", this.onPluginStateChange), this.plugin.hooks.off("configChange", this.onPluginConfigChange), this.plugin.five.off("modeChange", this.updateVisible), this.plugin.five.off("modelShownFloorChange", this.updateVisible), this.plugin.five.off("cameraUpdate", this.onFiveCameraUpdate), this.plugin.resizeIframe.contentWindow.removeEventListener("resize", this.onContainerResize);
231
+ var e, t;
232
+ this.mounted = !1, this.modelGroup.remove(...this.modelGroup.children), (e = this.tagApp) == null || e.$destroy(), this.tagApp = null, this.plugin.hooks.off("stateChange", this.onPluginStateChange), this.plugin.hooks.off("configChange", this.onPluginConfigChange), this.plugin.five.off("modeChange", this.updateVisible), this.plugin.five.off("modelShownFloorChange", this.updateVisible), this.plugin.five.off("cameraUpdate", this.onFiveCameraUpdate), (t = this.plugin.resizeIframe.contentWindow) == null || t.removeEventListener("resize", this.onContainerResize);
232
233
  }
233
234
  /** 更改标注透明度
234
235
  * @param opacity 标注透明度,范围:0-1
@@ -2,30 +2,30 @@ var C = Object.defineProperty, P = Object.defineProperties;
2
2
  var b = Object.getOwnPropertyDescriptors;
3
3
  var y = Object.getOwnPropertySymbols;
4
4
  var k = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
5
- var d = (i, t, e) => t in i ? C(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e, u = (i, t) => {
5
+ var u = (r, t, e) => t in r ? C(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e, d = (r, t) => {
6
6
  for (var e in t || (t = {}))
7
- k.call(t, e) && d(i, e, t[e]);
7
+ k.call(t, e) && u(r, e, t[e]);
8
8
  if (y)
9
9
  for (var e of y(t))
10
- O.call(t, e) && d(i, e, t[e]);
11
- return i;
12
- }, c = (i, t) => P(i, b(t));
13
- var f = (i, t, e) => (d(i, typeof t != "symbol" ? t + "" : t, e), e);
14
- var S = (i, t, e) => new Promise((s, h) => {
15
- var p = (o) => {
10
+ O.call(t, e) && u(r, e, t[e]);
11
+ return r;
12
+ }, c = (r, t) => P(r, b(t));
13
+ var f = (r, t, e) => (u(r, typeof t != "symbol" ? t + "" : t, e), e);
14
+ var S = (r, t, e) => new Promise((s, h) => {
15
+ var o = (i) => {
16
16
  try {
17
- r(e.next(o));
17
+ n(e.next(i));
18
18
  } catch (a) {
19
19
  h(a);
20
20
  }
21
- }, n = (o) => {
21
+ }, p = (i) => {
22
22
  try {
23
- r(e.throw(o));
23
+ n(e.throw(i));
24
24
  } catch (a) {
25
25
  h(a);
26
26
  }
27
- }, r = (o) => o.done ? s(o.value) : Promise.resolve(o.value).then(p, n);
28
- r((e = e.apply(i, t)).next());
27
+ }, n = (i) => i.done ? s(i.value) : Promise.resolve(i.value).then(o, p);
28
+ n((e = e.apply(r, t)).next());
29
29
  });
30
30
  import w from "./BaseController.js";
31
31
  import { objectAssignDeepExports as l } from "../vendor/object-assign-deep/objectAssignDeep.js";
@@ -59,7 +59,7 @@ import "../shared-utils/vectorToCoordinate.js";
59
59
  import "../shared-utils/formatRad.js";
60
60
  class re extends w {
61
61
  constructor(e, s) {
62
- var n;
62
+ var p;
63
63
  super(e, s);
64
64
  f(this, "curve");
65
65
  f(this, "baseCurveOffset");
@@ -70,16 +70,19 @@ class re extends w {
70
70
  this.state.speed = e, this.hooks.emit("speedChange", e, { userAction: s });
71
71
  });
72
72
  f(this, "moveToStart", () => {
73
- this.five.setState(c(u({}, g(this.curve, 0, this.curveOffset)), { mode: "Model" }));
73
+ this.five.setState(c(d({}, g(this.curve, 0, this.curveOffset)), { mode: "Model" }));
74
74
  });
75
75
  f(this, "playFromStart", () => {
76
76
  this.clearPauseData(), this.setState({ playing: !0 });
77
77
  });
78
78
  f(this, "getDuration", () => this.getSpeededDuration(this.duration));
79
79
  f(this, "getProgress", () => {
80
- var r;
81
- const e = this.getPauseData(), s = 1 - ((r = e == null ? void 0 : e.playedProgress) != null ? r : 0), h = this.getDuration(), n = (performance.now() - this.playStartedTime) / h;
82
- return 1 - s + n;
80
+ var i;
81
+ const e = this.getPauseData();
82
+ let s = (i = e == null ? void 0 : e.playedProgress) != null ? i : 0;
83
+ (s < 0 || s >= 1) && (s = 0);
84
+ const h = 1 - s, o = this.getDuration(), n = (performance.now() - this.playStartedTime) / o;
85
+ return 1 - h + n;
83
86
  });
84
87
  const h = {
85
88
  config: {
@@ -88,44 +91,47 @@ class re extends w {
88
91
  moveSpeedUnit: "m/s"
89
92
  }
90
93
  }
91
- }, p = {
94
+ }, o = {
92
95
  allowBroke: !0
93
96
  };
94
- this.state = l({}, h, this.state), this.config = l({}, p, this.config), this.baseCurveOffset = l({ x: 0, y: 0, z: 0 }, { y: 2 }, (n = this.config) == null ? void 0 : n.offset);
97
+ this.state = l({}, h, this.state), this.config = l({}, o, this.config), this.baseCurveOffset = l({ x: 0, y: 0, z: 0 }, { y: 2 }, (p = this.config) == null ? void 0 : p.offset);
95
98
  }
96
99
  load(e, s) {
97
- var n, r, o, a, m, v;
98
- if (this.handlePause(), this.clear(), this.data = u({ id: x() }, e), this.curve = this.data.path.curves[0], this.curveOffset = {
99
- x: this.baseCurveOffset.x + ((r = (n = this.data.offset) == null ? void 0 : n.x) != null ? r : 0),
100
- y: this.baseCurveOffset.y + ((a = (o = this.data.offset) == null ? void 0 : o.y) != null ? a : 0),
100
+ var p, n, i, a, m, v;
101
+ if (this.handlePause(), this.clear(), this.data = d({ id: x() }, e), this.curve = this.data.path.curves[0], this.curveOffset = {
102
+ x: this.baseCurveOffset.x + ((n = (p = this.data.offset) == null ? void 0 : p.x) != null ? n : 0),
103
+ y: this.baseCurveOffset.y + ((a = (i = this.data.offset) == null ? void 0 : i.y) != null ? a : 0),
101
104
  z: this.baseCurveOffset.z + ((v = (m = this.data.offset) == null ? void 0 : m.z) != null ? v : 0)
102
105
  }, !this.curve)
103
106
  throw new Error("curve is not defined");
104
- const h = this.curve.getLength(), p = this.state.config.speedConfig.moveSpeedUnit === "m/ms" ? 1 : 1e3;
105
- return this.duration = h / (this.state.config.speedConfig.moveSpeed / p), s ? this.setState(s) : (this.setState({ playing: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing), this.changeSpeed(this.state.speed)), Promise.resolve();
107
+ const h = this.curve.getLength(), o = this.state.config.speedConfig.moveSpeedUnit === "m/ms" ? 1 : 1e3;
108
+ return this.duration = h / (this.state.config.speedConfig.moveSpeed / o), s ? this.setState(s) : (this.setState({ playing: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing), this.changeSpeed(this.state.speed)), Promise.resolve();
106
109
  }
107
110
  handlePlay() {
108
111
  return new Promise((e, s) => S(this, null, function* () {
109
- var o;
112
+ var i;
110
113
  this.hooks.emit("play", { userAction: !0 });
111
- const h = this.getPauseData(), p = (o = h == null ? void 0 : h.playedProgress) != null ? o : 0, n = g(this.curve, p, this.curveOffset);
112
- if (this.hooks.emit("progressChange", p), this.five.setState(c(u({}, n), { mode: "Model" })), yield this.five.ready(), this.playStartedTime = performance.now(), this.config.allowBroke) {
114
+ const h = this.getPauseData();
115
+ let o = (i = h == null ? void 0 : h.playedProgress) != null ? i : 0;
116
+ (o < 0 || o >= 1) && (o = 0);
117
+ const p = g(this.curve, o, this.curveOffset);
118
+ if (this.hooks.emit("progressChange", o), this.five.setState(c(d({}, p), { mode: "Model" })), yield this.five.ready(), this.playStartedTime = performance.now(), this.config.allowBroke) {
113
119
  const a = this.addInterruptListener(() => {
114
120
  this.state.playing && (this.hooks.emit("broke"), this.handlePause(), a(), s(new Error("broke")));
115
121
  });
116
122
  }
117
- const r = () => {
123
+ const n = () => {
118
124
  const a = this.getProgress();
119
125
  if (a >= 1)
120
- this.five.off("renderFrame", r), this.setState({ playing: !1 }, { userAction: !1 }), this.hooks.emit("end"), this.hooks.emit("progressChange", 1), e("end");
126
+ this.five.off("renderFrame", n), this.setState({ playing: !1 }, { userAction: !1 }), this.hooks.emit("end"), this.hooks.emit("progressChange", 1), e("end");
121
127
  else if (this.state.playing === !1)
122
- this.five.off("renderFrame", r);
128
+ this.five.off("renderFrame", n);
123
129
  else if (a >= 0) {
124
130
  const m = g(this.curve, a, this.curveOffset);
125
131
  this.hooks.emit("progressChange", a), this.five.setState(m, !0);
126
132
  }
127
133
  };
128
- this.five.on("renderFrame", r);
134
+ this.five.on("renderFrame", n);
129
135
  }));
130
136
  }
131
137
  handlePause(e) {
@@ -14,7 +14,7 @@ let b = class {
14
14
  /**
15
15
  * @realsee/dnalogel 版本号
16
16
  */
17
- i(this, "VERSION", "3.8.5");
17
+ i(this, "VERSION", "3.8.7");
18
18
  i(this, "five");
19
19
  /**
20
20
  * 插件事件钩子
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv3.8.5",
3
+ "%c %c@realsee/dnalogel %cv3.8.7",
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
@@ -7,7 +7,7 @@
7
7
  "repository": "https://github.com/realsee-developer/dnalogel.git",
8
8
  "description": "如视 VR 看房插件合集",
9
9
  "private": false,
10
- "version": "3.8.5",
10
+ "version": "3.8.7",
11
11
  "license": "SEE LICENSE IN TERMS.txt",
12
12
  "scripts": {
13
13
  "clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",