chbim-plugins 0.0.123 → 0.0.124

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/chbim-plugins.js CHANGED
@@ -243,8 +243,8 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
243
243
  return this;
244
244
  }, C.render = function(E, L, T) {
245
245
  this._initted || this._duration === 0 && this.vars.repeat && this.invalidate();
246
- var M, R, b, U, N, X, Z, $, ct, Rt = this._dirty ? this.totalDuration() : this._totalDuration, et = this._time, _t = this._totalTime, G = this._cycle, Pt = this._duration, Et = this._rawPrevTime;
247
- if (E >= Rt - 1e-7 && E >= 0 ? (this._totalTime = Rt, this._cycle = this._repeat, this._yoyo && 1 & this._cycle ? (this._time = 0, this.ratio = this._ease._calcEnd ? this._ease.getRatio(0) : 0) : (this._time = Pt, this.ratio = this._ease._calcEnd ? this._ease.getRatio(1) : 1), this._reversed || (M = !0, R = "onComplete", T = T || this._timeline.autoRemoveChildren), Pt === 0 && (this._initted || !this.vars.lazy || T) && (this._startTime === this._timeline._duration && (E = 0), (0 > Et || 0 >= E && E >= -1e-7 || Et === m && this.data !== "isPause") && Et !== E && (T = !0, Et > m && (R = "onReverseComplete")), this._rawPrevTime = $ = !L || E || Et === E ? E : m)) : 1e-7 > E ? (this._totalTime = this._time = this._cycle = 0, this.ratio = this._ease._calcEnd ? this._ease.getRatio(0) : 0, (_t !== 0 || Pt === 0 && Et > 0) && (R = "onReverseComplete", M = this._reversed), 0 > E && (this._active = !1, Pt === 0 && (this._initted || !this.vars.lazy || T) && (Et >= 0 && (T = !0), this._rawPrevTime = $ = !L || E || Et === E ? E : m)), this._initted || (T = !0)) : (this._totalTime = this._time = E, this._repeat !== 0 && (U = Pt + this._repeatDelay, this._cycle = this._totalTime / U >> 0, this._cycle !== 0 && this._cycle === this._totalTime / U && E >= _t && this._cycle--, this._time = this._totalTime - this._cycle * U, this._yoyo && 1 & this._cycle && (this._time = Pt - this._time, ct = this._yoyoEase || this.vars.yoyoEase, ct && (this._yoyoEase || (ct !== !0 || this._initted ? this._yoyoEase = ct = ct === !0 ? this._ease : ct instanceof Ease ? ct : Ease.map[ct] : (ct = this.vars.ease, this._yoyoEase = ct = ct ? ct instanceof Ease ? ct : typeof ct == "function" ? new Ease(ct, this.vars.easeParams) : Ease.map[ct] || s.defaultEase : s.defaultEase)), this.ratio = ct ? 1 - ct.getRatio((Pt - this._time) / Pt) : 0)), this._time > Pt ? this._time = Pt : this._time < 0 && (this._time = 0)), this._easeType && !ct ? (N = this._time / Pt, X = this._easeType, Z = this._easePower, (X === 1 || X === 3 && N >= 0.5) && (N = 1 - N), X === 3 && (N *= 2), Z === 1 ? N *= N : Z === 2 ? N *= N * N : Z === 3 ? N *= N * N * N : Z === 4 && (N *= N * N * N * N), X === 1 ? this.ratio = 1 - N : X === 2 ? this.ratio = N : this._time / Pt < 0.5 ? this.ratio = N / 2 : this.ratio = 1 - N / 2) : ct || (this.ratio = this._ease.getRatio(this._time / Pt))), et === this._time && !T && G === this._cycle)
246
+ var M, R, b, U, N, X, K, Z, ct, Rt = this._dirty ? this.totalDuration() : this._totalDuration, et = this._time, _t = this._totalTime, G = this._cycle, Pt = this._duration, Et = this._rawPrevTime;
247
+ if (E >= Rt - 1e-7 && E >= 0 ? (this._totalTime = Rt, this._cycle = this._repeat, this._yoyo && 1 & this._cycle ? (this._time = 0, this.ratio = this._ease._calcEnd ? this._ease.getRatio(0) : 0) : (this._time = Pt, this.ratio = this._ease._calcEnd ? this._ease.getRatio(1) : 1), this._reversed || (M = !0, R = "onComplete", T = T || this._timeline.autoRemoveChildren), Pt === 0 && (this._initted || !this.vars.lazy || T) && (this._startTime === this._timeline._duration && (E = 0), (0 > Et || 0 >= E && E >= -1e-7 || Et === m && this.data !== "isPause") && Et !== E && (T = !0, Et > m && (R = "onReverseComplete")), this._rawPrevTime = Z = !L || E || Et === E ? E : m)) : 1e-7 > E ? (this._totalTime = this._time = this._cycle = 0, this.ratio = this._ease._calcEnd ? this._ease.getRatio(0) : 0, (_t !== 0 || Pt === 0 && Et > 0) && (R = "onReverseComplete", M = this._reversed), 0 > E && (this._active = !1, Pt === 0 && (this._initted || !this.vars.lazy || T) && (Et >= 0 && (T = !0), this._rawPrevTime = Z = !L || E || Et === E ? E : m)), this._initted || (T = !0)) : (this._totalTime = this._time = E, this._repeat !== 0 && (U = Pt + this._repeatDelay, this._cycle = this._totalTime / U >> 0, this._cycle !== 0 && this._cycle === this._totalTime / U && E >= _t && this._cycle--, this._time = this._totalTime - this._cycle * U, this._yoyo && 1 & this._cycle && (this._time = Pt - this._time, ct = this._yoyoEase || this.vars.yoyoEase, ct && (this._yoyoEase || (ct !== !0 || this._initted ? this._yoyoEase = ct = ct === !0 ? this._ease : ct instanceof Ease ? ct : Ease.map[ct] : (ct = this.vars.ease, this._yoyoEase = ct = ct ? ct instanceof Ease ? ct : typeof ct == "function" ? new Ease(ct, this.vars.easeParams) : Ease.map[ct] || s.defaultEase : s.defaultEase)), this.ratio = ct ? 1 - ct.getRatio((Pt - this._time) / Pt) : 0)), this._time > Pt ? this._time = Pt : this._time < 0 && (this._time = 0)), this._easeType && !ct ? (N = this._time / Pt, X = this._easeType, K = this._easePower, (X === 1 || X === 3 && N >= 0.5) && (N = 1 - N), X === 3 && (N *= 2), K === 1 ? N *= N : K === 2 ? N *= N * N : K === 3 ? N *= N * N * N : K === 4 && (N *= N * N * N * N), X === 1 ? this.ratio = 1 - N : X === 2 ? this.ratio = N : this._time / Pt < 0.5 ? this.ratio = N / 2 : this.ratio = 1 - N / 2) : ct || (this.ratio = this._ease.getRatio(this._time / Pt))), et === this._time && !T && G === this._cycle)
248
248
  return void (_t !== this._totalTime && this._onUpdate && (L || this._callback("onUpdate")));
249
249
  if (!this._initted) {
250
250
  if (this._init(), !this._initted || this._gc)
@@ -255,7 +255,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
255
255
  }
256
256
  for (this._lazy !== !1 && (this._lazy = !1), this._active || !this._paused && this._time !== et && E >= 0 && (this._active = !0), _t === 0 && (this._initted === 2 && E > 0 && this._init(), this._startAt && (E >= 0 ? this._startAt.render(E, !0, T) : R || (R = "_dummyGS")), this.vars.onStart && (this._totalTime !== 0 || Pt === 0) && (L || this._callback("onStart"))), b = this._firstPT; b; )
257
257
  b.f ? b.t[b.p](b.c * this.ratio + b.s) : b.t[b.p] = b.c * this.ratio + b.s, b = b._next;
258
- this._onUpdate && (0 > E && this._startAt && this._startTime && this._startAt.render(E, !0, T), L || (this._totalTime !== _t || R) && this._callback("onUpdate")), this._cycle !== G && (L || this._gc || this.vars.onRepeat && this._callback("onRepeat")), R && (!this._gc || T) && (0 > E && this._startAt && !this._onUpdate && this._startTime && this._startAt.render(E, !0, T), M && (this._timeline.autoRemoveChildren && this._enabled(!1, !1), this._active = !1), !L && this.vars[R] && this._callback(R), Pt === 0 && this._rawPrevTime === m && $ !== m && (this._rawPrevTime = 0));
258
+ this._onUpdate && (0 > E && this._startAt && this._startTime && this._startAt.render(E, !0, T), L || (this._totalTime !== _t || R) && this._callback("onUpdate")), this._cycle !== G && (L || this._gc || this.vars.onRepeat && this._callback("onRepeat")), R && (!this._gc || T) && (0 > E && this._startAt && !this._onUpdate && this._startTime && this._startAt.render(E, !0, T), M && (this._timeline.autoRemoveChildren && this._enabled(!1, !1), this._active = !1), !L && this.vars[R] && this._callback(R), Pt === 0 && this._rawPrevTime === m && Z !== m && (this._rawPrevTime = 0));
259
259
  }, u.to = function(E, L, T) {
260
260
  return new u(E, L, T);
261
261
  }, u.from = function(E, L, T) {
@@ -264,20 +264,20 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
264
264
  return M.startAt = T, M.immediateRender = M.immediateRender != 0 && T.immediateRender != 0, new u(E, L, M);
265
265
  }, u.staggerTo = u.allTo = function(E, L, T, M, R, b, U) {
266
266
  M = M || 0;
267
- var N, X, Z, $, ct = 0, Rt = [], et = function() {
267
+ var N, X, K, Z, ct = 0, Rt = [], et = function() {
268
268
  T.onComplete && T.onComplete.apply(T.onCompleteScope || this, arguments), R.apply(U || T.callbackScope || this, b || O);
269
269
  }, _t = T.cycle, G = T.startAt && T.startAt.cycle;
270
- for (S(E) || (typeof E == "string" && (E = s.selector(E) || E), _(E) && (E = c(E))), E = E || [], 0 > M && (E = c(E), E.reverse(), M *= -1), N = E.length - 1, Z = 0; N >= Z; Z++) {
270
+ for (S(E) || (typeof E == "string" && (E = s.selector(E) || E), _(E) && (E = c(E))), E = E || [], 0 > M && (E = c(E), E.reverse(), M *= -1), N = E.length - 1, K = 0; N >= K; K++) {
271
271
  X = {};
272
- for ($ in T)
273
- X[$] = T[$];
274
- if (_t && (p(X, E, Z), X.duration != null && (L = X.duration, delete X.duration)), G) {
272
+ for (Z in T)
273
+ X[Z] = T[Z];
274
+ if (_t && (p(X, E, K), X.duration != null && (L = X.duration, delete X.duration)), G) {
275
275
  G = X.startAt = {};
276
- for ($ in T.startAt)
277
- G[$] = T.startAt[$];
278
- p(X.startAt, E, Z);
276
+ for (Z in T.startAt)
277
+ G[Z] = T.startAt[Z];
278
+ p(X.startAt, E, K);
279
279
  }
280
- X.delay = ct + (X.delay || 0), Z === N && R && (X.onComplete = et), Rt[Z] = new u(E[Z], L, X), ct += M;
280
+ X.delay = ct + (X.delay || 0), K === N && R && (X.onComplete = et), Rt[K] = new u(E[K], L, X), ct += M;
281
281
  }
282
282
  return Rt;
283
283
  }, u.staggerFrom = u.allFrom = function(E, L, T, M, R, b, U) {
@@ -310,9 +310,9 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
310
310
  };
311
311
  u.killAll = function(E, L, T, M) {
312
312
  L == null && (L = !0), T == null && (T = !0);
313
- var R, b, U, N = D(M != 0), X = N.length, Z = L && T && M;
313
+ var R, b, U, N = D(M != 0), X = N.length, K = L && T && M;
314
314
  for (U = 0; X > U; U++)
315
- b = N[U], (Z || b instanceof a || (R = b.target === b.vars.onComplete) && T || L && !R) && (E ? b.totalTime(b._reversed ? 0 : b.totalDuration()) : b._enabled(!1, !1));
315
+ b = N[U], (K || b instanceof a || (R = b.target === b.vars.onComplete) && T || L && !R) && (E ? b.totalTime(b._reversed ? 0 : b.totalDuration()) : b._enabled(!1, !1));
316
316
  }, u.killChildTweensOf = function(E, L) {
317
317
  if (E != null) {
318
318
  var T, M, R, b, U, N = g.tweenLookup;
@@ -400,36 +400,36 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
400
400
  }, L.fromTo = function(T, M, R, b, U) {
401
401
  var N = b.repeat && O.TweenMax || s;
402
402
  return M ? this.add(N.fromTo(T, M, R, b), U) : this.set(T, b, U);
403
- }, L.staggerTo = function(T, M, R, b, U, N, X, Z) {
404
- var $, ct, Rt = new c({
403
+ }, L.staggerTo = function(T, M, R, b, U, N, X, K) {
404
+ var Z, ct, Rt = new c({
405
405
  onComplete: N,
406
406
  onCompleteParams: X,
407
- callbackScope: Z,
407
+ callbackScope: K,
408
408
  smoothChildTiming: this.smoothChildTiming
409
409
  }), et = R.cycle;
410
410
  for (typeof T == "string" && (T = s.selector(T) || T), T = T || [], g(T) && (T = E(T)), b = b || 0, 0 > b && (T = E(T), T.reverse(), b *= -1), ct = 0; ct < T.length; ct++)
411
- $ = k(R), $.startAt && ($.startAt = k($.startAt), $.startAt.cycle && D($.startAt, T, ct)), et && (D($, T, ct), $.duration != null && (M = $.duration, delete $.duration)), Rt.to(T[ct], M, $, ct * b);
411
+ Z = k(R), Z.startAt && (Z.startAt = k(Z.startAt), Z.startAt.cycle && D(Z.startAt, T, ct)), et && (D(Z, T, ct), Z.duration != null && (M = Z.duration, delete Z.duration)), Rt.to(T[ct], M, Z, ct * b);
412
412
  return this.add(Rt, U);
413
- }, L.staggerFrom = function(T, M, R, b, U, N, X, Z) {
414
- return R.immediateRender = R.immediateRender != 0, R.runBackwards = !0, this.staggerTo(T, M, R, b, U, N, X, Z);
415
- }, L.staggerFromTo = function(T, M, R, b, U, N, X, Z, $) {
416
- return b.startAt = R, b.immediateRender = b.immediateRender != 0 && R.immediateRender != 0, this.staggerTo(T, M, b, U, N, X, Z, $);
413
+ }, L.staggerFrom = function(T, M, R, b, U, N, X, K) {
414
+ return R.immediateRender = R.immediateRender != 0, R.runBackwards = !0, this.staggerTo(T, M, R, b, U, N, X, K);
415
+ }, L.staggerFromTo = function(T, M, R, b, U, N, X, K, Z) {
416
+ return b.startAt = R, b.immediateRender = b.immediateRender != 0 && R.immediateRender != 0, this.staggerTo(T, M, b, U, N, X, K, Z);
417
417
  }, L.call = function(T, M, R, b) {
418
418
  return this.add(s.delayedCall(0, T, M, R), b);
419
419
  }, L.set = function(T, M, R) {
420
420
  return R = this._parseTimeOrLabel(R, 0, !0), M.immediateRender == null && (M.immediateRender = R === this._time && !this._paused), this.add(new s(T, 0, M), R);
421
421
  }, c.exportRoot = function(T, M) {
422
422
  T = T || {}, T.smoothChildTiming == null && (T.smoothChildTiming = !0);
423
- var R, b, U, N, X = new c(T), Z = X._timeline;
424
- for (M == null && (M = !0), Z._remove(X, !0), X._startTime = 0, X._rawPrevTime = X._time = X._totalTime = Z._time, U = Z._first; U; )
423
+ var R, b, U, N, X = new c(T), K = X._timeline;
424
+ for (M == null && (M = !0), K._remove(X, !0), X._startTime = 0, X._rawPrevTime = X._time = X._totalTime = K._time, U = K._first; U; )
425
425
  N = U._next, M && U instanceof s && U.target === U.vars.onComplete || (b = U._startTime - U._delay, 0 > b && (R = 1), X.add(U, b)), U = N;
426
- return Z.add(X, 0), R && X.totalDuration(), X;
426
+ return K.add(X, 0), R && X.totalDuration(), X;
427
427
  }, L.add = function(T, M, R, b) {
428
- var U, N, X, Z, $, ct;
428
+ var U, N, X, K, Z, ct;
429
429
  if (typeof M != "number" && (M = this._parseTimeOrLabel(M, 0, !0, T)), !(T instanceof x)) {
430
430
  if (T instanceof Array || T && T.push && _(T)) {
431
431
  for (R = R || "normal", b = b || 0, U = M, N = T.length, X = 0; N > X; X++)
432
- _(Z = T[X]) && (Z = new c({ tweens: Z })), this.add(Z, U), typeof Z != "string" && typeof Z != "function" && (R === "sequence" ? U = Z._startTime + Z.totalDuration() / Z._timeScale : R === "start" && (Z._startTime -= Z.delay())), U += b;
432
+ _(K = T[X]) && (K = new c({ tweens: K })), this.add(K, U), typeof K != "string" && typeof K != "function" && (R === "sequence" ? U = K._startTime + K.totalDuration() / K._timeScale : R === "start" && (K._startTime -= K.delay())), U += b;
433
433
  return this._uncache(!0);
434
434
  }
435
435
  if (typeof T == "string")
@@ -445,8 +445,8 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
445
445
  (this.rawTime() - T._startTime) * T._timeScale
446
446
  )
447
447
  ), Math.abs(U - T._totalTime) > 1e-5 && T.render(U, !1, !1)), (this._gc || this._time === this._duration) && !this._paused && this._duration < this.duration())
448
- for ($ = this, ct = $.rawTime() > T._startTime; $._timeline; )
449
- ct && $._timeline.smoothChildTiming ? $.totalTime($._totalTime, !0) : $._gc && $._enabled(!0, !1), $ = $._timeline;
448
+ for (Z = this, ct = Z.rawTime() > T._startTime; Z._timeline; )
449
+ ct && Z._timeline.smoothChildTiming ? Z.totalTime(Z._totalTime, !0) : Z._gc && Z._enabled(!0, !1), Z = Z._timeline;
450
450
  return this;
451
451
  }, L.remove = function(T) {
452
452
  if (T instanceof x) {
@@ -513,34 +513,34 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
513
513
  return this.pause(T, M);
514
514
  }, L.render = function(T, M, R) {
515
515
  this._gc && this._enabled(!0, !1);
516
- var b, U, N, X, Z, $, ct, Rt = this._time, et = this._dirty ? this.totalDuration() : this._totalDuration, _t = this._startTime, G = this._timeScale, Pt = this._paused;
516
+ var b, U, N, X, K, Z, ct, Rt = this._time, et = this._dirty ? this.totalDuration() : this._totalDuration, _t = this._startTime, G = this._timeScale, Pt = this._paused;
517
517
  if (Rt !== this._time && (T += this._time - Rt), T >= et - 1e-7 && T >= 0)
518
- this._totalTime = this._time = et, this._reversed || this._hasPausedChild() || (U = !0, X = "onComplete", Z = !!this._timeline.autoRemoveChildren, this._duration === 0 && (0 >= T && T >= -1e-7 || this._rawPrevTime < 0 || this._rawPrevTime === p) && this._rawPrevTime !== T && this._first && (Z = !0, this._rawPrevTime > p && (X = "onReverseComplete"))), this._rawPrevTime = this._duration || !M || T || this._rawPrevTime === T ? T : p, T = et + 1e-4;
518
+ this._totalTime = this._time = et, this._reversed || this._hasPausedChild() || (U = !0, X = "onComplete", K = !!this._timeline.autoRemoveChildren, this._duration === 0 && (0 >= T && T >= -1e-7 || this._rawPrevTime < 0 || this._rawPrevTime === p) && this._rawPrevTime !== T && this._first && (K = !0, this._rawPrevTime > p && (X = "onReverseComplete"))), this._rawPrevTime = this._duration || !M || T || this._rawPrevTime === T ? T : p, T = et + 1e-4;
519
519
  else if (1e-7 > T)
520
520
  if (this._totalTime = this._time = 0, (Rt !== 0 || this._duration === 0 && this._rawPrevTime !== p && (this._rawPrevTime > 0 || 0 > T && this._rawPrevTime >= 0)) && (X = "onReverseComplete", U = this._reversed), 0 > T)
521
- this._active = !1, this._timeline.autoRemoveChildren && this._reversed ? (Z = U = !0, X = "onReverseComplete") : this._rawPrevTime >= 0 && this._first && (Z = !0), this._rawPrevTime = T;
521
+ this._active = !1, this._timeline.autoRemoveChildren && this._reversed ? (K = U = !0, X = "onReverseComplete") : this._rawPrevTime >= 0 && this._first && (K = !0), this._rawPrevTime = T;
522
522
  else {
523
523
  if (this._rawPrevTime = this._duration || !M || T || this._rawPrevTime === T ? T : p, T === 0 && U)
524
524
  for (b = this._first; b && b._startTime === 0; )
525
525
  b._duration || (U = !1), b = b._next;
526
- T = 0, this._initted || (Z = !0);
526
+ T = 0, this._initted || (K = !0);
527
527
  }
528
528
  else {
529
529
  if (this._hasPause && !this._forcingPlayhead && !M) {
530
530
  if (T >= Rt)
531
- for (b = this._first; b && b._startTime <= T && !$; )
532
- b._duration || b.data !== "isPause" || b.ratio || b._startTime === 0 && this._rawPrevTime === 0 || ($ = b), b = b._next;
531
+ for (b = this._first; b && b._startTime <= T && !Z; )
532
+ b._duration || b.data !== "isPause" || b.ratio || b._startTime === 0 && this._rawPrevTime === 0 || (Z = b), b = b._next;
533
533
  else
534
- for (b = this._last; b && b._startTime >= T && !$; )
535
- b._duration || b.data === "isPause" && b._rawPrevTime > 0 && ($ = b), b = b._prev;
536
- $ && (this._time = T = $._startTime, this._totalTime = T + this._cycle * (this._totalDuration + this._repeatDelay));
534
+ for (b = this._last; b && b._startTime >= T && !Z; )
535
+ b._duration || b.data === "isPause" && b._rawPrevTime > 0 && (Z = b), b = b._prev;
536
+ Z && (this._time = T = Z._startTime, this._totalTime = T + this._cycle * (this._totalDuration + this._repeatDelay));
537
537
  }
538
538
  this._totalTime = this._time = this._rawPrevTime = T;
539
539
  }
540
- if (this._time !== Rt && this._first || R || Z || $) {
540
+ if (this._time !== Rt && this._first || R || K || Z) {
541
541
  if (this._initted || (this._initted = !0), this._active || !this._paused && this._time !== Rt && T > 0 && (this._active = !0), Rt === 0 && this.vars.onStart && (this._time === 0 && this._duration || M || this._callback("onStart")), ct = this._time, ct >= Rt)
542
542
  for (b = this._first; b && (N = b._next, ct === this._time && (!this._paused || Pt)); )
543
- (b._active || b._startTime <= ct && !b._paused && !b._gc) && ($ === b && this.pause(), b._reversed ? b.render(
543
+ (b._active || b._startTime <= ct && !b._paused && !b._gc) && (Z === b && this.pause(), b._reversed ? b.render(
544
544
  (b._dirty ? b.totalDuration() : b._totalDuration) - (T - b._startTime) * b._timeScale,
545
545
  M,
546
546
  R
@@ -548,14 +548,14 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
548
548
  else
549
549
  for (b = this._last; b && (N = b._prev, ct === this._time && (!this._paused || Pt)); ) {
550
550
  if (b._active || b._startTime <= Rt && !b._paused && !b._gc) {
551
- if ($ === b) {
552
- for ($ = b._prev; $ && $.endTime() > this._time; )
553
- $.render(
554
- $._reversed ? $.totalDuration() - (T - $._startTime) * $._timeScale : (T - $._startTime) * $._timeScale,
551
+ if (Z === b) {
552
+ for (Z = b._prev; Z && Z.endTime() > this._time; )
553
+ Z.render(
554
+ Z._reversed ? Z.totalDuration() - (T - Z._startTime) * Z._timeScale : (T - Z._startTime) * Z._timeScale,
555
555
  M,
556
556
  R
557
- ), $ = $._prev;
558
- $ = null, this.pause();
557
+ ), Z = Z._prev;
558
+ Z = null, this.pause();
559
559
  }
560
560
  b._reversed ? b.render(
561
561
  (b._dirty ? b.totalDuration() : b._totalDuration) - (T - b._startTime) * b._timeScale,
@@ -700,36 +700,36 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
700
700
  return F.isFromTo = 1, F.duration(Math.abs(F.vars.time - O) / this._timeScale || 1e-3);
701
701
  }, C.render = function(O, k, D) {
702
702
  this._gc && this._enabled(!0, !1);
703
- var F, E, L, T, M, R, b, U, N = this._time, X = this._dirty ? this.totalDuration() : this._totalDuration, Z = this._duration, $ = this._totalTime, ct = this._startTime, Rt = this._timeScale, et = this._rawPrevTime, _t = this._paused, G = this._cycle;
703
+ var F, E, L, T, M, R, b, U, N = this._time, X = this._dirty ? this.totalDuration() : this._totalDuration, K = this._duration, Z = this._totalTime, ct = this._startTime, Rt = this._timeScale, et = this._rawPrevTime, _t = this._paused, G = this._cycle;
704
704
  if (N !== this._time && (O += this._time - N), O >= X - 1e-7 && O >= 0)
705
- this._locked || (this._totalTime = X, this._cycle = this._repeat), this._reversed || this._hasPausedChild() || (E = !0, T = "onComplete", M = !!this._timeline.autoRemoveChildren, this._duration === 0 && (0 >= O && O >= -1e-7 || 0 > et || et === p) && et !== O && this._first && (M = !0, et > p && (T = "onReverseComplete"))), this._rawPrevTime = this._duration || !k || O || this._rawPrevTime === O ? O : p, this._yoyo && 1 & this._cycle ? this._time = O = 0 : (this._time = Z, O = Z + 1e-4);
705
+ this._locked || (this._totalTime = X, this._cycle = this._repeat), this._reversed || this._hasPausedChild() || (E = !0, T = "onComplete", M = !!this._timeline.autoRemoveChildren, this._duration === 0 && (0 >= O && O >= -1e-7 || 0 > et || et === p) && et !== O && this._first && (M = !0, et > p && (T = "onReverseComplete"))), this._rawPrevTime = this._duration || !k || O || this._rawPrevTime === O ? O : p, this._yoyo && 1 & this._cycle ? this._time = O = 0 : (this._time = K, O = K + 1e-4);
706
706
  else if (1e-7 > O)
707
- if (this._locked || (this._totalTime = this._cycle = 0), this._time = 0, (N !== 0 || Z === 0 && et !== p && (et > 0 || 0 > O && et >= 0) && !this._locked) && (T = "onReverseComplete", E = this._reversed), 0 > O)
707
+ if (this._locked || (this._totalTime = this._cycle = 0), this._time = 0, (N !== 0 || K === 0 && et !== p && (et > 0 || 0 > O && et >= 0) && !this._locked) && (T = "onReverseComplete", E = this._reversed), 0 > O)
708
708
  this._active = !1, this._timeline.autoRemoveChildren && this._reversed ? (M = E = !0, T = "onReverseComplete") : et >= 0 && this._first && (M = !0), this._rawPrevTime = O;
709
709
  else {
710
- if (this._rawPrevTime = Z || !k || O || this._rawPrevTime === O ? O : p, O === 0 && E)
710
+ if (this._rawPrevTime = K || !k || O || this._rawPrevTime === O ? O : p, O === 0 && E)
711
711
  for (F = this._first; F && F._startTime === 0; )
712
712
  F._duration || (E = !1), F = F._next;
713
713
  O = 0, this._initted || (M = !0);
714
714
  }
715
- else if (Z === 0 && 0 > et && (M = !0), this._time = this._rawPrevTime = O, this._locked || (this._totalTime = O, this._repeat !== 0 && (R = Z + this._repeatDelay, this._cycle = this._totalTime / R >> 0, this._cycle !== 0 && this._cycle === this._totalTime / R && O >= $ && this._cycle--, this._time = this._totalTime - this._cycle * R, this._yoyo && 1 & this._cycle && (this._time = Z - this._time), this._time > Z ? (this._time = Z, O = Z + 1e-4) : this._time < 0 ? this._time = O = 0 : O = this._time)), this._hasPause && !this._forcingPlayhead && !k) {
715
+ else if (K === 0 && 0 > et && (M = !0), this._time = this._rawPrevTime = O, this._locked || (this._totalTime = O, this._repeat !== 0 && (R = K + this._repeatDelay, this._cycle = this._totalTime / R >> 0, this._cycle !== 0 && this._cycle === this._totalTime / R && O >= Z && this._cycle--, this._time = this._totalTime - this._cycle * R, this._yoyo && 1 & this._cycle && (this._time = K - this._time), this._time > K ? (this._time = K, O = K + 1e-4) : this._time < 0 ? this._time = O = 0 : O = this._time)), this._hasPause && !this._forcingPlayhead && !k) {
716
716
  if (O = this._time, O >= N || this._repeat && G !== this._cycle)
717
717
  for (F = this._first; F && F._startTime <= O && !b; )
718
718
  F._duration || F.data !== "isPause" || F.ratio || F._startTime === 0 && this._rawPrevTime === 0 || (b = F), F = F._next;
719
719
  else
720
720
  for (F = this._last; F && F._startTime >= O && !b; )
721
721
  F._duration || F.data === "isPause" && F._rawPrevTime > 0 && (b = F), F = F._prev;
722
- b && b._startTime < Z && (this._time = O = b._startTime, this._totalTime = O + this._cycle * (this._totalDuration + this._repeatDelay));
722
+ b && b._startTime < K && (this._time = O = b._startTime, this._totalTime = O + this._cycle * (this._totalDuration + this._repeatDelay));
723
723
  }
724
724
  if (this._cycle !== G && !this._locked) {
725
725
  var Pt = this._yoyo && (1 & G) !== 0, Et = Pt === (this._yoyo && (1 & this._cycle) !== 0), At = this._totalTime, fe = this._cycle, re = this._rawPrevTime, Ft = this._time;
726
- if (this._totalTime = G * Z, this._cycle < G ? Pt = !Pt : this._totalTime += Z, this._time = N, this._rawPrevTime = Z === 0 ? et - 1e-4 : et, this._cycle = G, this._locked = !0, N = Pt ? 0 : Z, this.render(N, k, Z === 0), k || this._gc || this.vars.onRepeat && (this._cycle = fe, this._locked = !1, this._callback("onRepeat")), N !== this._time || (Et && (this._cycle = G, this._locked = !0, N = Pt ? Z + 1e-4 : -1e-4, this.render(N, !0, !1)), this._locked = !1, this._paused && !_t))
726
+ if (this._totalTime = G * K, this._cycle < G ? Pt = !Pt : this._totalTime += K, this._time = N, this._rawPrevTime = K === 0 ? et - 1e-4 : et, this._cycle = G, this._locked = !0, N = Pt ? 0 : K, this.render(N, k, K === 0), k || this._gc || this.vars.onRepeat && (this._cycle = fe, this._locked = !1, this._callback("onRepeat")), N !== this._time || (Et && (this._cycle = G, this._locked = !0, N = Pt ? K + 1e-4 : -1e-4, this.render(N, !0, !1)), this._locked = !1, this._paused && !_t))
727
727
  return;
728
728
  this._time = Ft, this._totalTime = At, this._cycle = fe, this._rawPrevTime = re;
729
729
  }
730
730
  if (!(this._time !== N && this._first || D || M || b))
731
- return void ($ !== this._totalTime && this._onUpdate && (k || this._callback("onUpdate")));
732
- if (this._initted || (this._initted = !0), this._active || !this._paused && this._totalTime !== $ && O > 0 && (this._active = !0), $ === 0 && this.vars.onStart && (this._totalTime === 0 && this._totalDuration || k || this._callback("onStart")), U = this._time, U >= N)
731
+ return void (Z !== this._totalTime && this._onUpdate && (k || this._callback("onUpdate")));
732
+ if (this._initted || (this._initted = !0), this._active || !this._paused && this._totalTime !== Z && O > 0 && (this._active = !0), Z === 0 && this.vars.onStart && (this._totalTime === 0 && this._totalDuration || k || this._callback("onStart")), U = this._time, U >= N)
733
733
  for (F = this._first; F && (L = F._next, U === this._time && (!this._paused || _t)); )
734
734
  (F._active || F._startTime <= this._time && !F._paused && !F._gc) && (b === F && this.pause(), F._reversed ? F.render(
735
735
  (F._dirty ? F.totalDuration() : F._totalDuration) - (O - F._startTime) * F._timeScale,
@@ -811,78 +811,78 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
811
811
  var x = 180 / Math.PI, a = [], s = [], c = [], p = {}, u = hn._gsDefine.globals, m = function(T, M, R, b) {
812
812
  R === b && (R = b - (b - M) / 1e6), T === M && (M = T + (R - T) / 1e6), this.a = T, this.b = M, this.c = R, this.d = b, this.da = b - T, this.ca = R - T, this.ba = M - T;
813
813
  }, g = ",x,y,z,left,top,right,bottom,marginTop,marginLeft,marginRight,marginBottom,paddingLeft,paddingTop,paddingRight,paddingBottom,backgroundPosition,backgroundPosition_y,", _ = function(T, M, R, b) {
814
- var U = { a: T }, N = {}, X = {}, Z = { c: b }, $ = (T + M) / 2, ct = (M + R) / 2, Rt = (R + b) / 2, et = ($ + ct) / 2, _t = (ct + Rt) / 2, G = (_t - et) / 8;
815
- return U.b = $ + (T - $) / 4, N.b = et + G, U.c = N.a = (U.b + N.b) / 2, N.c = X.a = (et + _t) / 2, X.b = _t - G, Z.b = Rt + (b - Rt) / 4, X.c = Z.a = (X.b + Z.b) / 2, [U, N, X, Z];
814
+ var U = { a: T }, N = {}, X = {}, K = { c: b }, Z = (T + M) / 2, ct = (M + R) / 2, Rt = (R + b) / 2, et = (Z + ct) / 2, _t = (ct + Rt) / 2, G = (_t - et) / 8;
815
+ return U.b = Z + (T - Z) / 4, N.b = et + G, U.c = N.a = (U.b + N.b) / 2, N.c = X.a = (et + _t) / 2, X.b = _t - G, K.b = Rt + (b - Rt) / 4, X.c = K.a = (X.b + K.b) / 2, [U, N, X, K];
816
816
  }, S = function(T, M, R, b, U) {
817
- var N, X, Z, $, ct, Rt, et, _t, G, Pt, Et, At, fe, re = T.length - 1, Ft = 0, It = T[0].a;
817
+ var N, X, K, Z, ct, Rt, et, _t, G, Pt, Et, At, fe, re = T.length - 1, Ft = 0, It = T[0].a;
818
818
  for (N = 0; re > N; N++)
819
- ct = T[Ft], X = ct.a, Z = ct.d, $ = T[Ft + 1].d, U ? (Et = a[N], At = s[N], fe = (At + Et) * M * 0.25 / (b ? 0.5 : c[N] || 0.5), Rt = Z - (Z - X) * (b ? 0.5 * M : Et !== 0 ? fe / Et : 0), et = Z + ($ - Z) * (b ? 0.5 * M : At !== 0 ? fe / At : 0), _t = Z - (Rt + ((et - Rt) * (3 * Et / (Et + At) + 0.5) / 4 || 0))) : (Rt = Z - (Z - X) * M * 0.5, et = Z + ($ - Z) * M * 0.5, _t = Z - (Rt + et) / 2), Rt += _t, et += _t, ct.c = G = Rt, N !== 0 ? ct.b = It : ct.b = It = ct.a + 0.6 * (ct.c - ct.a), ct.da = Z - X, ct.ca = G - X, ct.ba = It - X, R ? (Pt = _(X, It, G, Z), T.splice(Ft, 1, Pt[0], Pt[1], Pt[2], Pt[3]), Ft += 4) : Ft++, It = et;
819
+ ct = T[Ft], X = ct.a, K = ct.d, Z = T[Ft + 1].d, U ? (Et = a[N], At = s[N], fe = (At + Et) * M * 0.25 / (b ? 0.5 : c[N] || 0.5), Rt = K - (K - X) * (b ? 0.5 * M : Et !== 0 ? fe / Et : 0), et = K + (Z - K) * (b ? 0.5 * M : At !== 0 ? fe / At : 0), _t = K - (Rt + ((et - Rt) * (3 * Et / (Et + At) + 0.5) / 4 || 0))) : (Rt = K - (K - X) * M * 0.5, et = K + (Z - K) * M * 0.5, _t = K - (Rt + et) / 2), Rt += _t, et += _t, ct.c = G = Rt, N !== 0 ? ct.b = It : ct.b = It = ct.a + 0.6 * (ct.c - ct.a), ct.da = K - X, ct.ca = G - X, ct.ba = It - X, R ? (Pt = _(X, It, G, K), T.splice(Ft, 1, Pt[0], Pt[1], Pt[2], Pt[3]), Ft += 4) : Ft++, It = et;
820
820
  ct = T[Ft], ct.b = It, ct.c = It + 0.4 * (ct.d - It), ct.da = ct.d - ct.a, ct.ca = ct.c - ct.a, ct.ba = It - ct.a, R && (Pt = _(ct.a, It, ct.c, ct.d), T.splice(Ft, 1, Pt[0], Pt[1], Pt[2], Pt[3]));
821
821
  }, C = function(T, M, R, b) {
822
- var U, N, X, Z, $, ct, Rt = [];
822
+ var U, N, X, K, Z, ct, Rt = [];
823
823
  if (b)
824
824
  for (T = [b].concat(T), N = T.length; --N > -1; )
825
825
  typeof (ct = T[N][M]) == "string" && ct.charAt(1) === "=" && (T[N][M] = b[M] + Number(ct.charAt(0) + ct.substr(2)));
826
826
  if (U = T.length - 2, 0 > U)
827
827
  return Rt[0] = new m(T[0][M], 0, 0, T[0][M]), Rt;
828
828
  for (N = 0; U > N; N++)
829
- X = T[N][M], Z = T[N + 1][M], Rt[N] = new m(X, 0, 0, Z), R && ($ = T[N + 2][M], a[N] = (a[N] || 0) + (Z - X) * (Z - X), s[N] = (s[N] || 0) + ($ - Z) * ($ - Z));
829
+ X = T[N][M], K = T[N + 1][M], Rt[N] = new m(X, 0, 0, K), R && (Z = T[N + 2][M], a[N] = (a[N] || 0) + (K - X) * (K - X), s[N] = (s[N] || 0) + (Z - K) * (Z - K));
830
830
  return Rt[N] = new m(T[N][M], 0, 0, T[N + 1][M]), Rt;
831
831
  }, O = function(T, M, R, b, U, N) {
832
- var X, Z, $, ct, Rt, et, _t, G, Pt = {}, Et = [], At = N || T[0];
832
+ var X, K, Z, ct, Rt, et, _t, G, Pt = {}, Et = [], At = N || T[0];
833
833
  U = typeof U == "string" ? "," + U + "," : g, M == null && (M = 1);
834
- for (Z in T[0])
835
- Et.push(Z);
834
+ for (K in T[0])
835
+ Et.push(K);
836
836
  if (T.length > 1) {
837
837
  for (G = T[T.length - 1], _t = !0, X = Et.length; --X > -1; )
838
- if (Z = Et[X], Math.abs(At[Z] - G[Z]) > 0.05) {
838
+ if (K = Et[X], Math.abs(At[K] - G[K]) > 0.05) {
839
839
  _t = !1;
840
840
  break;
841
841
  }
842
842
  _t && (T = T.concat(), N && T.unshift(N), T.push(T[1]), N = T[T.length - 3]);
843
843
  }
844
844
  for (a.length = s.length = c.length = 0, X = Et.length; --X > -1; )
845
- Z = Et[X], p[Z] = U.indexOf("," + Z + ",") !== -1, Pt[Z] = C(T, Z, p[Z], N);
845
+ K = Et[X], p[K] = U.indexOf("," + K + ",") !== -1, Pt[K] = C(T, K, p[K], N);
846
846
  for (X = a.length; --X > -1; )
847
847
  a[X] = Math.sqrt(a[X]), s[X] = Math.sqrt(s[X]);
848
848
  if (!b) {
849
849
  for (X = Et.length; --X > -1; )
850
- if (p[Z])
851
- for ($ = Pt[Et[X]], et = $.length - 1, ct = 0; et > ct; ct++)
852
- Rt = $[ct + 1].da / s[ct] + $[ct].da / a[ct] || 0, c[ct] = (c[ct] || 0) + Rt * Rt;
850
+ if (p[K])
851
+ for (Z = Pt[Et[X]], et = Z.length - 1, ct = 0; et > ct; ct++)
852
+ Rt = Z[ct + 1].da / s[ct] + Z[ct].da / a[ct] || 0, c[ct] = (c[ct] || 0) + Rt * Rt;
853
853
  for (X = c.length; --X > -1; )
854
854
  c[X] = Math.sqrt(c[X]);
855
855
  }
856
856
  for (X = Et.length, ct = R ? 4 : 1; --X > -1; )
857
- Z = Et[X], $ = Pt[Z], S($, M, R, b, p[Z]), _t && ($.splice(0, ct), $.splice($.length - ct, ct));
857
+ K = Et[X], Z = Pt[K], S(Z, M, R, b, p[K]), _t && (Z.splice(0, ct), Z.splice(Z.length - ct, ct));
858
858
  return Pt;
859
859
  }, k = function(T, M, R) {
860
860
  M = M || "soft";
861
- var b, U, N, X, Z, $, ct, Rt, et, _t, G, Pt = {}, Et = M === "cubic" ? 3 : 2, At = M === "soft", fe = [];
861
+ var b, U, N, X, K, Z, ct, Rt, et, _t, G, Pt = {}, Et = M === "cubic" ? 3 : 2, At = M === "soft", fe = [];
862
862
  if (At && R && (T = [R].concat(T)), T == null || T.length < Et + 1)
863
863
  throw "invalid Bezier data";
864
864
  for (et in T[0])
865
865
  fe.push(et);
866
- for ($ = fe.length; --$ > -1; ) {
867
- for (et = fe[$], Pt[et] = Z = [], _t = 0, Rt = T.length, ct = 0; Rt > ct; ct++)
868
- b = R == null ? T[ct][et] : typeof (G = T[ct][et]) == "string" && G.charAt(1) === "=" ? R[et] + Number(G.charAt(0) + G.substr(2)) : Number(G), At && ct > 1 && Rt - 1 > ct && (Z[_t++] = (b + Z[_t - 2]) / 2), Z[_t++] = b;
866
+ for (Z = fe.length; --Z > -1; ) {
867
+ for (et = fe[Z], Pt[et] = K = [], _t = 0, Rt = T.length, ct = 0; Rt > ct; ct++)
868
+ b = R == null ? T[ct][et] : typeof (G = T[ct][et]) == "string" && G.charAt(1) === "=" ? R[et] + Number(G.charAt(0) + G.substr(2)) : Number(G), At && ct > 1 && Rt - 1 > ct && (K[_t++] = (b + K[_t - 2]) / 2), K[_t++] = b;
869
869
  for (Rt = _t - Et + 1, _t = 0, ct = 0; Rt > ct; ct += Et)
870
- b = Z[ct], U = Z[ct + 1], N = Z[ct + 2], X = Et === 2 ? 0 : Z[ct + 3], Z[_t++] = G = Et === 3 ? new m(b, U, N, X) : new m(b, (2 * U + b) / 3, (2 * U + N) / 3, N);
871
- Z.length = _t;
870
+ b = K[ct], U = K[ct + 1], N = K[ct + 2], X = Et === 2 ? 0 : K[ct + 3], K[_t++] = G = Et === 3 ? new m(b, U, N, X) : new m(b, (2 * U + b) / 3, (2 * U + N) / 3, N);
871
+ K.length = _t;
872
872
  }
873
873
  return Pt;
874
874
  }, D = function(T, M, R) {
875
- for (var b, U, N, X, Z, $, ct, Rt, et, _t, G, Pt = 1 / R, Et = T.length; --Et > -1; )
876
- for (_t = T[Et], N = _t.a, X = _t.d - N, Z = _t.c - N, $ = _t.b - N, b = U = 0, Rt = 1; R >= Rt; Rt++)
877
- ct = Pt * Rt, et = 1 - ct, b = U - (U = (ct * ct * X + 3 * et * (ct * Z + et * $)) * ct), G = Et * R + Rt - 1, M[G] = (M[G] || 0) + b * b;
875
+ for (var b, U, N, X, K, Z, ct, Rt, et, _t, G, Pt = 1 / R, Et = T.length; --Et > -1; )
876
+ for (_t = T[Et], N = _t.a, X = _t.d - N, K = _t.c - N, Z = _t.b - N, b = U = 0, Rt = 1; R >= Rt; Rt++)
877
+ ct = Pt * Rt, et = 1 - ct, b = U - (U = (ct * ct * X + 3 * et * (ct * K + et * Z)) * ct), G = Et * R + Rt - 1, M[G] = (M[G] || 0) + b * b;
878
878
  }, F = function(T, M) {
879
879
  M = M >> 0 || 6;
880
- var R, b, U, N, X = [], Z = [], $ = 0, ct = 0, Rt = M - 1, et = [], _t = [];
880
+ var R, b, U, N, X = [], K = [], Z = 0, ct = 0, Rt = M - 1, et = [], _t = [];
881
881
  for (R in T)
882
882
  D(T[R], X, M);
883
883
  for (U = X.length, b = 0; U > b; b++)
884
- $ += Math.sqrt(X[b]), N = b % M, _t[N] = $, N === Rt && (ct += $, N = b / M >> 0, et[N] = _t, Z[N] = ct, $ = 0, _t = []);
885
- return { length: ct, lengths: Z, segments: et };
884
+ Z += Math.sqrt(X[b]), N = b % M, _t[N] = Z, N === Rt && (ct += Z, N = b / M >> 0, et[N] = _t, K[N] = ct, Z = 0, _t = []);
885
+ return { length: ct, lengths: K, segments: et };
886
886
  }, E = hn._gsDefine.plugin({
887
887
  propName: "bezier",
888
888
  priority: -1,
@@ -891,20 +891,20 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
891
891
  global: !0,
892
892
  init: function(T, M, R) {
893
893
  this._target = T, M instanceof Array && (M = { values: M }), this._func = {}, this._mod = {}, this._props = [], this._timeRes = M.timeResolution == null ? 6 : parseInt(M.timeResolution, 10);
894
- var b, U, N, X, Z, $ = M.values || [], ct = {}, Rt = $[0], et = M.autoRotate || R.vars.orientToBezier;
894
+ var b, U, N, X, K, Z = M.values || [], ct = {}, Rt = Z[0], et = M.autoRotate || R.vars.orientToBezier;
895
895
  this._autoRotate = et ? et instanceof Array ? et : [["x", "y", "rotation", et === !0 ? 0 : Number(et) || 0]] : null;
896
896
  for (b in Rt)
897
897
  this._props.push(b);
898
898
  for (N = this._props.length; --N > -1; )
899
- b = this._props[N], this._overwriteProps.push(b), U = this._func[b] = typeof T[b] == "function", ct[b] = U ? T[b.indexOf("set") || typeof T["get" + b.substr(3)] != "function" ? b : "get" + b.substr(3)]() : parseFloat(T[b]), Z || ct[b] !== $[0][b] && (Z = ct);
899
+ b = this._props[N], this._overwriteProps.push(b), U = this._func[b] = typeof T[b] == "function", ct[b] = U ? T[b.indexOf("set") || typeof T["get" + b.substr(3)] != "function" ? b : "get" + b.substr(3)]() : parseFloat(T[b]), K || ct[b] !== Z[0][b] && (K = ct);
900
900
  if (this._beziers = M.type !== "cubic" && M.type !== "quadratic" && M.type !== "soft" ? O(
901
- $,
901
+ Z,
902
902
  isNaN(M.curviness) ? 1 : M.curviness,
903
903
  !1,
904
904
  M.type === "thruBasic",
905
905
  M.correlate,
906
- Z
907
- ) : k($, M.type, ct), this._segCount = this._beziers[b].length, this._timeRes) {
906
+ K
907
+ ) : k(Z, M.type, ct), this._segCount = this._beziers[b].length, this._timeRes) {
908
908
  var _t = F(this._beziers, this._timeRes);
909
909
  this._length = _t.length, this._lengths = _t.lengths, this._segments = _t.segments, this._l1 = this._li = this._s1 = this._si = 0, this._l2 = this._lengths[0], this._curSeg = this._segments[0], this._s2 = this._curSeg[0], this._prec = 1 / this._curSeg.length;
910
910
  }
@@ -917,10 +917,10 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
917
917
  return this._startRatio = R.vars.runBackwards ? 1 : 0, !0;
918
918
  },
919
919
  set: function(T) {
920
- var M, R, b, U, N, X, Z, $, ct, Rt, et = this._segCount, _t = this._func, G = this._target, Pt = T !== this._startRatio;
920
+ var M, R, b, U, N, X, K, Z, ct, Rt, et = this._segCount, _t = this._func, G = this._target, Pt = T !== this._startRatio;
921
921
  if (this._timeRes) {
922
922
  if (ct = this._lengths, Rt = this._curSeg, T *= this._length, b = this._li, T > this._l2 && et - 1 > b) {
923
- for ($ = et - 1; $ > b && (this._l2 = ct[++b]) <= T; )
923
+ for (Z = et - 1; Z > b && (this._l2 = ct[++b]) <= T; )
924
924
  ;
925
925
  this._l1 = ct[b - 1], this._li = b, this._curSeg = Rt = this._segments[b], this._s2 = Rt[this._s1 = this._si = 0];
926
926
  } else if (T < this._l1 && b > 0) {
@@ -929,7 +929,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
929
929
  b === 0 && T < this._l1 ? this._l1 = 0 : b++, this._l2 = ct[b], this._li = b, this._curSeg = Rt = this._segments[b], this._s1 = Rt[(this._si = Rt.length - 1) - 1] || 0, this._s2 = Rt[this._si];
930
930
  }
931
931
  if (M = b, T -= this._l1, b = this._si, T > this._s2 && b < Rt.length - 1) {
932
- for ($ = Rt.length - 1; $ > b && (this._s2 = Rt[++b]) <= T; )
932
+ for (Z = Rt.length - 1; Z > b && (this._s2 = Rt[++b]) <= T; )
933
933
  ;
934
934
  this._s1 = Rt[b - 1], this._si = b;
935
935
  } else if (T < this._s1 && b > 0) {
@@ -941,11 +941,11 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
941
941
  } else
942
942
  M = 0 > T ? 0 : T >= 1 ? et - 1 : et * T >> 0, X = (T - M * (1 / et)) * et;
943
943
  for (R = 1 - X, b = this._props.length; --b > -1; )
944
- U = this._props[b], N = this._beziers[U][M], Z = (X * X * N.da + 3 * R * (X * N.ca + R * N.ba)) * X + N.a, this._mod[U] && (Z = this._mod[U](Z, G)), _t[U] ? G[U](Z) : G[U] = Z;
944
+ U = this._props[b], N = this._beziers[U][M], K = (X * X * N.da + 3 * R * (X * N.ca + R * N.ba)) * X + N.a, this._mod[U] && (K = this._mod[U](K, G)), _t[U] ? G[U](K) : G[U] = K;
945
945
  if (this._autoRotate) {
946
946
  var Et, At, fe, re, Ft, It, Bt, ke = this._autoRotate;
947
947
  for (b = ke.length; --b > -1; )
948
- U = ke[b][2], It = ke[b][3] || 0, Bt = ke[b][4] === !0 ? 1 : x, N = this._beziers[ke[b][0]], Et = this._beziers[ke[b][1]], N && Et && (N = N[M], Et = Et[M], At = N.a + (N.b - N.a) * X, re = N.b + (N.c - N.b) * X, At += (re - At) * X, re += (N.c + (N.d - N.c) * X - re) * X, fe = Et.a + (Et.b - Et.a) * X, Ft = Et.b + (Et.c - Et.b) * X, fe += (Ft - fe) * X, Ft += (Et.c + (Et.d - Et.c) * X - Ft) * X, Z = Pt ? Math.atan2(Ft - fe, re - At) * Bt + It : this._initialRotations[b], this._mod[U] && (Z = this._mod[U](Z, G)), _t[U] ? G[U](Z) : G[U] = Z);
948
+ U = ke[b][2], It = ke[b][3] || 0, Bt = ke[b][4] === !0 ? 1 : x, N = this._beziers[ke[b][0]], Et = this._beziers[ke[b][1]], N && Et && (N = N[M], Et = Et[M], At = N.a + (N.b - N.a) * X, re = N.b + (N.c - N.b) * X, At += (re - At) * X, re += (N.c + (N.d - N.c) * X - re) * X, fe = Et.a + (Et.b - Et.a) * X, Ft = Et.b + (Et.c - Et.b) * X, fe += (Ft - fe) * X, Ft += (Et.c + (Et.d - Et.c) * X - Ft) * X, K = Pt ? Math.atan2(Ft - fe, re - At) * Bt + It : this._initialRotations[b], this._mod[U] && (K = this._mod[U](K, G)), _t[U] ? G[U](K) : G[U] = K);
949
949
  }
950
950
  }
951
951
  }), L = E.prototype;
@@ -956,16 +956,16 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
956
956
  if (T) {
957
957
  var M = T._internals, R = M._parseToProxy, b = M._setPluginRatio, U = M.CSSPropTween;
958
958
  M._registerComplexSpecialProp("bezier", {
959
- parser: function(N, X, Z, $, ct, Rt) {
959
+ parser: function(N, X, K, Z, ct, Rt) {
960
960
  X instanceof Array && (X = { values: X }), Rt = new E();
961
961
  var et, _t, G, Pt = X.values, Et = Pt.length - 1, At = [], fe = {};
962
962
  if (0 > Et)
963
963
  return ct;
964
964
  for (et = 0; Et >= et; et++)
965
- G = R(N, Pt[et], $, ct, Rt, Et !== et), At[et] = G.end;
965
+ G = R(N, Pt[et], Z, ct, Rt, Et !== et), At[et] = G.end;
966
966
  for (_t in X)
967
967
  fe[_t] = X[_t];
968
- return fe.values = At, ct = new U(N, "bezier", 0, 0, G.pt, 2), ct.data = G, ct.plugin = Rt, ct.setRatio = b, fe.autoRotate === 0 && (fe.autoRotate = !0), !fe.autoRotate || fe.autoRotate instanceof Array || (et = fe.autoRotate === !0 ? 0 : Number(fe.autoRotate), fe.autoRotate = G.end.left != null ? [["left", "top", "rotation", et, !1]] : G.end.x != null ? [["x", "y", "rotation", et, !1]] : !1), fe.autoRotate && ($._transform || $._enableTransforms(!1), G.autoRotate = $._target._gsTransform, G.proxy.rotation = G.autoRotate.rotation || 0, $._overwriteProps.push("rotation")), Rt._onInitTween(G.proxy, fe, $._tween), ct;
968
+ return fe.values = At, ct = new U(N, "bezier", 0, 0, G.pt, 2), ct.data = G, ct.plugin = Rt, ct.setRatio = b, fe.autoRotate === 0 && (fe.autoRotate = !0), !fe.autoRotate || fe.autoRotate instanceof Array || (et = fe.autoRotate === !0 ? 0 : Number(fe.autoRotate), fe.autoRotate = G.end.left != null ? [["left", "top", "rotation", et, !1]] : G.end.x != null ? [["x", "y", "rotation", et, !1]] : !1), fe.autoRotate && (Z._transform || Z._enableTransforms(!1), G.autoRotate = Z._target._gsTransform, G.proxy.rotation = G.autoRotate.rotation || 0, Z._overwriteProps.push("rotation")), Rt._onInitTween(G.proxy, fe, Z._tween), ct;
969
969
  }
970
970
  });
971
971
  }
@@ -1003,7 +1003,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
1003
1003
  perspective: S,
1004
1004
  lineHeight: ""
1005
1005
  };
1006
- var C, O, k, D, F, E, L, T, M = /(?:\-|\.|\b)(\d|\.|e\-)+/g, R = /(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g, b = /(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi, U = /(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g, N = /(?:\d|\-|\+|=|#|\.)*/g, X = /opacity *= *([^)]*)/i, Z = /opacity:([^;]*)/i, $ = /alpha\(opacity *=.+?\)/i, ct = /^(rgb|hsl)/, Rt = /([A-Z])/g, et = /-([a-z])/gi, _t = /(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi, G = function(V, tt) {
1006
+ var C, O, k, D, F, E, L, T, M = /(?:\-|\.|\b)(\d|\.|e\-)+/g, R = /(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g, b = /(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi, U = /(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g, N = /(?:\d|\-|\+|=|#|\.)*/g, X = /opacity *= *([^)]*)/i, K = /opacity:([^;]*)/i, Z = /alpha\(opacity *=.+?\)/i, ct = /^(rgb|hsl)/, Rt = /([A-Z])/g, et = /-([a-z])/gi, _t = /(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi, G = function(V, tt) {
1007
1007
  return tt.toUpperCase();
1008
1008
  }, Pt = /(?:Left|Right|Width)/i, Et = /(M11|M12|M21|M22)=[\d\-\.e]+/gi, At = /progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i, fe = /,(?=[^\)]*(?:\(|$))/gi, re = /[\s,\(]/i, Ft = Math.PI / 180, It = 180 / Math.PI, Bt = {}, ke = { style: {} }, ce = hn.document || {
1009
1009
  createElement: function() {
@@ -1690,7 +1690,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
1690
1690
  });
1691
1691
  var vh = function(V) {
1692
1692
  var tt, lt = this.t, at = lt.filter || pt(this.data, "filter") || "", j = this.s + this.c * V | 0;
1693
- j === 100 && (at.indexOf("atrix(") === -1 && at.indexOf("radient(") === -1 && at.indexOf("oader(") === -1 ? (lt.removeAttribute("filter"), tt = !pt(this.data, "filter")) : (lt.filter = at.replace($, ""), tt = !0)), tt || (this.xn1 && (lt.filter = at = at || "alpha(opacity=" + j + ")"), at.indexOf("pacity") === -1 ? j === 0 && this.xn1 || (lt.filter = at + " alpha(opacity=" + j + ")") : lt.filter = at.replace(X, "opacity=" + j));
1693
+ j === 100 && (at.indexOf("atrix(") === -1 && at.indexOf("radient(") === -1 && at.indexOf("oader(") === -1 ? (lt.removeAttribute("filter"), tt = !pt(this.data, "filter")) : (lt.filter = at.replace(Z, ""), tt = !0)), tt || (this.xn1 && (lt.filter = at = at || "alpha(opacity=" + j + ")"), at.indexOf("pacity") === -1 ? j === 0 && this.xn1 || (lt.filter = at + " alpha(opacity=" + j + ")") : lt.filter = at.replace(X, "opacity=" + j));
1694
1694
  };
1695
1695
  Oi("opacity,alpha,autoAlpha", {
1696
1696
  defaultValue: "1",
@@ -1758,7 +1758,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
1758
1758
  return !1;
1759
1759
  this._target = L = V, this._tween = lt, this._vars = tt, T = at, C = tt.autoRound, s = !1, c = tt.suffixMap || m.suffixMap, p = Wt(V, ""), u = this._overwriteProps;
1760
1760
  var j, St, ht, Ot, Ht, kt, Mt, he, se, te = V.style;
1761
- if (O && te.zIndex === "" && (j = pt(V, "zIndex", p), (j === "auto" || j === "") && this._addLazySet(te, "zIndex", 0)), typeof tt == "string" && (Ot = te.cssText, j = ie(V, p), te.cssText = Ot + ";" + tt, j = Kt(V, j, ie(V)).difs, !pi && Z.test(tt) && (j.opacity = parseFloat(RegExp.$1)), tt = j, te.cssText = Ot), tt.className ? this._firstPT = St = _.className.parse(
1761
+ if (O && te.zIndex === "" && (j = pt(V, "zIndex", p), (j === "auto" || j === "") && this._addLazySet(te, "zIndex", 0)), typeof tt == "string" && (Ot = te.cssText, j = ie(V, p), te.cssText = Ot + ";" + tt, j = Kt(V, j, ie(V)).difs, !pi && K.test(tt) && (j.opacity = parseFloat(RegExp.$1)), tt = j, te.cssText = Ot), tt.className ? this._firstPT = St = _.className.parse(
1762
1762
  V,
1763
1763
  tt.className,
1764
1764
  "className",
@@ -2082,13 +2082,13 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
2082
2082
  "easing.RoughEase",
2083
2083
  function(M) {
2084
2084
  M = M || {};
2085
- for (var R, b, U, N, X, Z, $ = M.taper || "none", ct = [], Rt = 0, et = 0 | (M.points || 20), _t = et, G = M.randomize !== !1, Pt = M.clamp === !0, Et = M.template instanceof x ? M.template : null, At = typeof M.strength == "number" ? 0.4 * M.strength : 0.4; --_t > -1; )
2086
- R = G ? Math.random() : 1 / et * _t, b = Et ? Et.getRatio(R) : R, $ === "none" ? U = At : $ === "out" ? (N = 1 - R, U = N * N * At) : $ === "in" ? U = R * R * At : 0.5 > R ? (N = 2 * R, U = N * N * 0.5 * At) : (N = 2 * (1 - R), U = N * N * 0.5 * At), G ? b += Math.random() * U - 0.5 * U : _t % 2 ? b += 0.5 * U : b -= 0.5 * U, Pt && (b > 1 ? b = 1 : 0 > b && (b = 0)), ct[Rt++] = { x: R, y: b };
2085
+ for (var R, b, U, N, X, K, Z = M.taper || "none", ct = [], Rt = 0, et = 0 | (M.points || 20), _t = et, G = M.randomize !== !1, Pt = M.clamp === !0, Et = M.template instanceof x ? M.template : null, At = typeof M.strength == "number" ? 0.4 * M.strength : 0.4; --_t > -1; )
2086
+ R = G ? Math.random() : 1 / et * _t, b = Et ? Et.getRatio(R) : R, Z === "none" ? U = At : Z === "out" ? (N = 1 - R, U = N * N * At) : Z === "in" ? U = R * R * At : 0.5 > R ? (N = 2 * R, U = N * N * 0.5 * At) : (N = 2 * (1 - R), U = N * N * 0.5 * At), G ? b += Math.random() * U - 0.5 * U : _t % 2 ? b += 0.5 * U : b -= 0.5 * U, Pt && (b > 1 ? b = 1 : 0 > b && (b = 0)), ct[Rt++] = { x: R, y: b };
2087
2087
  for (ct.sort(function(fe, re) {
2088
2088
  return fe.x - re.x;
2089
- }), Z = new D(1, 1, null), _t = et; --_t > -1; )
2090
- X = ct[_t], Z = new D(X.x, X.y, Z);
2091
- this._prev = new D(0, 0, Z.t !== 0 ? Z : Z.next);
2089
+ }), K = new D(1, 1, null), _t = et; --_t > -1; )
2090
+ X = ct[_t], K = new D(X.x, X.y, K);
2091
+ this._prev = new D(0, 0, K.t !== 0 ? K : K.next);
2092
2092
  },
2093
2093
  !0
2094
2094
  ), T = c.prototype = new x(), T.constructor = c, T.getRatio = function(M) {
@@ -2129,13 +2129,13 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
2129
2129
  ), p = function(M, R, b) {
2130
2130
  var U = S(
2131
2131
  "easing." + M,
2132
- function(X, Z) {
2133
- this._p1 = X >= 1 ? X : 1, this._p2 = (Z || b) / (1 > X ? X : 1), this._p3 = this._p2 / g * (Math.asin(1 / this._p1) || 0), this._p2 = g / this._p2;
2132
+ function(X, K) {
2133
+ this._p1 = X >= 1 ? X : 1, this._p2 = (K || b) / (1 > X ? X : 1), this._p3 = this._p2 / g * (Math.asin(1 / this._p1) || 0), this._p2 = g / this._p2;
2134
2134
  },
2135
2135
  !0
2136
2136
  ), N = U.prototype = new x();
2137
- return N.constructor = U, N.getRatio = R, N.config = function(X, Z) {
2138
- return new U(X, Z);
2137
+ return N.constructor = U, N.getRatio = R, N.config = function(X, K) {
2138
+ return new U(X, K);
2139
2139
  }, U;
2140
2140
  }, k(
2141
2141
  "Elastic",
@@ -2261,7 +2261,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
2261
2261
  this._func = z, this._type = st || 0, this._power = nt || 0, this._params = Q ? U.concat(Q) : U;
2262
2262
  },
2263
2263
  !0
2264
- ), X = N.map = {}, Z = N.register = function(z, Q, st, nt) {
2264
+ ), X = N.map = {}, K = N.register = function(z, Q, st, nt) {
2265
2265
  for (var vt, Gt, Xt, jt, Ne = Q.split(","), Re = Ne.length, ge = (st || "easeIn,easeOut,easeInOut").split(","); --Re > -1; )
2266
2266
  for (Gt = Ne[Re], vt = nt ? b("easing." + Gt, null, !0) : k.easing[Gt] || {}, Xt = ge.length; --Xt > -1; )
2267
2267
  jt = ge[Xt], X[Gt + "." + jt] = X[jt + Gt] = vt[jt] = z.getRatio ? z : z[jt] || new z();
@@ -2272,12 +2272,12 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
2272
2272
  var Q = this._type, st = this._power, nt = Q === 1 ? 1 - z : Q === 2 ? z : 0.5 > z ? 2 * z : 2 * (1 - z);
2273
2273
  return st === 1 ? nt *= nt : st === 2 ? nt *= nt * nt : st === 3 ? nt *= nt * nt * nt : st === 4 && (nt *= nt * nt * nt * nt), Q === 1 ? 1 - nt : Q === 2 ? nt : 0.5 > z ? nt / 2 : 1 - nt / 2;
2274
2274
  }, m = ["Linear", "Quad", "Cubic", "Quart", "Quint,Strong"], g = m.length; --g > -1; )
2275
- _ = m[g] + ",Power" + g, Z(new N(null, null, 1, g), _, "easeOut", !0), Z(new N(null, null, 2, g), _, "easeIn" + (g === 0 ? ",easeNone" : "")), Z(new N(null, null, 3, g), _, "easeInOut");
2275
+ _ = m[g] + ",Power" + g, K(new N(null, null, 1, g), _, "easeOut", !0), K(new N(null, null, 2, g), _, "easeIn" + (g === 0 ? ",easeNone" : "")), K(new N(null, null, 3, g), _, "easeInOut");
2276
2276
  X.linear = k.easing.Linear.easeIn, X.swing = k.easing.Quad.easeInOut;
2277
- var $ = b("events.EventDispatcher", function(z) {
2277
+ var Z = b("events.EventDispatcher", function(z) {
2278
2278
  this._listeners = {}, this._eventTarget = z || this;
2279
2279
  });
2280
- _ = $.prototype, _.addEventListener = function(z, Q, st, nt, vt) {
2280
+ _ = Z.prototype, _.addEventListener = function(z, Q, st, nt, vt) {
2281
2281
  vt = vt || 0;
2282
2282
  var Gt, Xt, jt = this._listeners[z], Ne = 0;
2283
2283
  for (this !== S || C || S.wake(), jt == null && (this._listeners[z] = jt = []), Xt = jt.length; --Xt > -1; )
@@ -2306,7 +2306,7 @@ var hn = typeof module < "u" && module.exports && typeof global < "u" ? global :
2306
2306
  var Si, Gr, er = et() - _t;
2307
2307
  er > ge && (Ne += er - we), _t += er, jt.time = (_t - Ne) / 1e3, Si = jt.time - Xt, (!st || Si > 0 || ni === !0) && (jt.frame++, Xt += Si + (Si >= Gt ? 4e-3 : Gt - Si), Gr = !0), ni !== !0 && (vt = nt(Mi)), Gr && jt.dispatchEvent(vi);
2308
2308
  };
2309
- $.call(jt), jt.time = jt.frame = 0, jt.tick = function() {
2309
+ Z.call(jt), jt.time = jt.frame = 0, jt.tick = function() {
2310
2310
  Mi(!0);
2311
2311
  }, jt.lagSmoothing = function(ni, Si) {
2312
2312
  return arguments.length ? (ge = ni || 1 / D, void (we = Math.min(Si, ge, 0))) : 1 / D > ge;
@@ -3200,8 +3200,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3200
3200
  }
3201
3201
  function L() {
3202
3202
  S = new THREE.Scene();
3203
- var $ = new THREE.Color(3355443);
3204
- S.background = $, S.fog = new THREE.Fog($, 0, 400), R(), O = new THREE.PerspectiveCamera(60, g / _, 0.1, 1e4), O.position.y = 8, O.position.z = 4;
3203
+ var Z = new THREE.Color(3355443);
3204
+ S.background = Z, S.fog = new THREE.Fog(Z, 0, 400), R(), O = new THREE.PerspectiveCamera(60, g / _, 0.1, 1e4), O.position.y = 8, O.position.z = 4;
3205
3205
  let ct = new THREE.AmbientLight(16777215, 1);
3206
3206
  S.add(ct), C = new THREE.WebGLRenderer({
3207
3207
  canvas: m,
@@ -3209,7 +3209,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3209
3209
  }), C.setPixelRatio = devicePixelRatio, C.setSize(g, _);
3210
3210
  }
3211
3211
  function T() {
3212
- var $ = new THREE.PlaneBufferGeometry(100, 400, 400, 400), ct = {
3212
+ var Z = new THREE.PlaneBufferGeometry(100, 400, 400, 400), ct = {
3213
3213
  time: { type: "f", value: 0 },
3214
3214
  scroll: { type: "f", value: 0 },
3215
3215
  distortCenter: { type: "f", value: 0.1 },
@@ -3228,35 +3228,35 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3228
3228
  wireframe: !1,
3229
3229
  fog: !0
3230
3230
  });
3231
- k = new THREE.Mesh($, Rt), k.position.z = -180, k.rotation.x = -Math.PI / 2, S.add(k);
3231
+ k = new THREE.Mesh(Z, Rt), k.position.z = -180, k.rotation.x = -Math.PI / 2, S.add(k);
3232
3232
  }
3233
3233
  function M() {
3234
- new THREE.TextureLoader().load("", function($) {
3235
- k.material.uniforms.pallete.value = $, k.material.needsUpdate = !0;
3234
+ new THREE.TextureLoader().load("", function(Z) {
3235
+ k.material.uniforms.pallete.value = Z, k.material.needsUpdate = !0;
3236
3236
  });
3237
3237
  }
3238
3238
  function R() {
3239
3239
  R = new THREE.Sky(), R.scale.setScalar(45e4), R.material.uniforms.turbidity.value = 13, R.material.uniforms.rayleigh.value = 1.2, R.material.uniforms.luminance.value = 1, R.material.uniforms.mieCoefficient.value = 0.1, R.material.uniforms.mieDirectionalG.value = 0.58, S.add(R);
3240
- let $ = new THREE.Mesh(
3240
+ let Z = new THREE.Mesh(
3241
3241
  new THREE.SphereBufferGeometry(2e4, 16, 8),
3242
3242
  new THREE.MeshBasicMaterial({ color: 16777215 })
3243
3243
  );
3244
- $.visible = !1, S.add($);
3244
+ Z.visible = !1, S.add(Z);
3245
3245
  var ct = Math.PI * -2e-3, Rt = 2 * Math.PI * -0.25;
3246
- $.position.x = 4e5 * Math.cos(Rt), $.position.y = 4e5 * Math.sin(Rt) * Math.sin(ct), $.position.z = 4e5 * Math.sin(Rt) * Math.cos(ct), R.material.uniforms.sunPosition.value.copy($.position);
3246
+ Z.position.x = 4e5 * Math.cos(Rt), Z.position.y = 4e5 * Math.sin(Rt) * Math.sin(ct), Z.position.z = 4e5 * Math.sin(Rt) * Math.cos(ct), R.material.uniforms.sunPosition.value.copy(Z.position);
3247
3247
  }
3248
3248
  function b() {
3249
3249
  g = window.innerWidth, _ = window.innerHeight, O.aspect = g / _, O.updateProjectionMatrix(), C.setSize(g, _);
3250
3250
  }
3251
- function U($) {
3252
- $.preventDefault();
3251
+ function U(Z) {
3252
+ Z.preventDefault();
3253
3253
  var ct, Rt;
3254
- $.type == "mousemove" ? (ct = $.clientX, Rt = $.clientY) : (ct = $.changedTouches[0].clientX, Rt = $.changedTouches[0].clientY), D.x = ct, D.y = Rt;
3254
+ Z.type == "mousemove" ? (ct = Z.clientX, Rt = Z.clientY) : (ct = Z.changedTouches[0].clientX, Rt = Z.changedTouches[0].clientY), D.x = ct, D.y = Rt;
3255
3255
  }
3256
3256
  function N() {
3257
- requestAnimationFrame(N), D.xDamped = Z(D.xDamped, D.x, 0.1), D.yDamped = Z(D.yDamped, D.y, 0.1);
3258
- var $ = performance.now() * 1e-3;
3259
- k.material.uniforms.time.value = $, k.material.uniforms.scroll.value = $ + X(D.yDamped, 0, _, 0, 4), k.material.uniforms.distortCenter.value = Math.sin($) * 0.1, k.material.uniforms.roadWidth.value = X(
3257
+ requestAnimationFrame(N), D.xDamped = K(D.xDamped, D.x, 0.1), D.yDamped = K(D.yDamped, D.y, 0.1);
3258
+ var Z = performance.now() * 1e-3;
3259
+ k.material.uniforms.time.value = Z, k.material.uniforms.scroll.value = Z + X(D.yDamped, 0, _, 0, 4), k.material.uniforms.distortCenter.value = Math.sin(Z) * 0.1, k.material.uniforms.roadWidth.value = X(
3260
3260
  D.xDamped,
3261
3261
  0,
3262
3262
  g,
@@ -3264,11 +3264,11 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3264
3264
  4.5
3265
3265
  ), O.position.y = X(D.yDamped, 0, _, 4, 11), C.render(S, O);
3266
3266
  }
3267
- function X($, ct, Rt, et, _t) {
3268
- return et + (_t - et) * (($ - ct) / (Rt - ct));
3267
+ function X(Z, ct, Rt, et, _t) {
3268
+ return et + (_t - et) * ((Z - ct) / (Rt - ct));
3269
3269
  }
3270
- function Z($, ct, Rt) {
3271
- return (1 - Rt) * $ + Rt * ct;
3270
+ function K(Z, ct, Rt) {
3271
+ return (1 - Rt) * Z + Rt * ct;
3272
3272
  }
3273
3273
  }, s = () => {
3274
3274
  const p = document.querySelector(".overlay"), u = document.querySelector(".content__title");
@@ -3465,39 +3465,39 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3465
3465
  function X() {
3466
3466
  Object.defineProperty(this, "id", { value: nc += 2 }), this.uuid = fi.generateUUID(), this.name = "", this.type = "Geometry", this.vertices = [], this.colors = [], this.faces = [], this.faceVertexUvs = [[]], this.morphTargets = [], this.morphNormals = [], this.skinWeights = [], this.skinIndices = [], this.lineDistances = [], this.boundingSphere = this.boundingBox = null, this.groupsNeedUpdate = this.lineDistancesNeedUpdate = this.colorsNeedUpdate = this.normalsNeedUpdate = this.uvsNeedUpdate = this.verticesNeedUpdate = this.elementsNeedUpdate = !1;
3467
3467
  }
3468
- function Z(t, e, i) {
3468
+ function K(t, e, i) {
3469
3469
  if (Array.isArray(t))
3470
3470
  throw new TypeError(
3471
3471
  "THREE.BufferAttribute: array should be a Typed Array."
3472
3472
  );
3473
3473
  this.name = "", this.array = t, this.itemSize = e, this.count = t !== void 0 ? t.length / e : 0, this.normalized = i === !0, this.dynamic = !1, this.updateRange = { offset: 0, count: -1 }, this.version = 0;
3474
3474
  }
3475
- function $(t, e, i) {
3476
- Z.call(this, new Int8Array(t), e, i);
3475
+ function Z(t, e, i) {
3476
+ K.call(this, new Int8Array(t), e, i);
3477
3477
  }
3478
3478
  function ct(t, e, i) {
3479
- Z.call(this, new Uint8Array(t), e, i);
3479
+ K.call(this, new Uint8Array(t), e, i);
3480
3480
  }
3481
3481
  function Rt(t, e, i) {
3482
- Z.call(this, new Uint8ClampedArray(t), e, i);
3482
+ K.call(this, new Uint8ClampedArray(t), e, i);
3483
3483
  }
3484
3484
  function et(t, e, i) {
3485
- Z.call(this, new Int16Array(t), e, i);
3485
+ K.call(this, new Int16Array(t), e, i);
3486
3486
  }
3487
3487
  function _t(t, e, i) {
3488
- Z.call(this, new Uint16Array(t), e, i);
3488
+ K.call(this, new Uint16Array(t), e, i);
3489
3489
  }
3490
3490
  function G(t, e, i) {
3491
- Z.call(this, new Int32Array(t), e, i);
3491
+ K.call(this, new Int32Array(t), e, i);
3492
3492
  }
3493
3493
  function Pt(t, e, i) {
3494
- Z.call(this, new Uint32Array(t), e, i);
3494
+ K.call(this, new Uint32Array(t), e, i);
3495
3495
  }
3496
3496
  function Et(t, e, i) {
3497
- Z.call(this, new Float32Array(t), e, i);
3497
+ K.call(this, new Float32Array(t), e, i);
3498
3498
  }
3499
3499
  function At(t, e, i) {
3500
- Z.call(this, new Float64Array(t), e, i);
3500
+ K.call(this, new Float64Array(t), e, i);
3501
3501
  }
3502
3502
  function fe() {
3503
3503
  this.vertices = [], this.normals = [], this.colors = [], this.uvs = [], this.uvs2 = [], this.groups = [], this.morphTargets = {}, this.skinWeights = [], this.skinIndices = [], this.boundingSphere = this.boundingBox = null, this.groupsNeedUpdate = this.uvsNeedUpdate = this.colorsNeedUpdate = this.normalsNeedUpdate = this.verticesNeedUpdate = !1;
@@ -3523,18 +3523,18 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3523
3523
  }, this.fromBufferGeometry(new Bt(t, e, i, n, o, l)), this.mergeVertices();
3524
3524
  }
3525
3525
  function Bt(t, e, i, n, o, l) {
3526
- function f(q, K, rt, xt, gt, Ct, wt, Vt, J, ot, zt) {
3526
+ function f(q, $, rt, xt, gt, Ct, wt, Vt, J, ot, zt) {
3527
3527
  var ee = Ct / J, $t = wt / ot, qt = Ct / 2, Te = wt / 2, me = Vt / 2;
3528
3528
  wt = J + 1;
3529
3529
  var Ie = ot + 1, be = Ct = 0, ae, We, Qe = new u();
3530
3530
  for (We = 0; We < Ie; We++) {
3531
3531
  var ci = We * $t - Te;
3532
3532
  for (ae = 0; ae < wt; ae++)
3533
- Qe[q] = (ae * ee - qt) * xt, Qe[K] = ci * gt, Qe[rt] = me, w.push(Qe.x, Qe.y, Qe.z), Qe[q] = 0, Qe[K] = 0, Qe[rt] = 0 < Vt ? 1 : -1, A.push(Qe.x, Qe.y, Qe.z), P.push(ae / J), P.push(1 - We / ot), Ct += 1;
3533
+ Qe[q] = (ae * ee - qt) * xt, Qe[$] = ci * gt, Qe[rt] = me, w.push(Qe.x, Qe.y, Qe.z), Qe[q] = 0, Qe[$] = 0, Qe[rt] = 0 < Vt ? 1 : -1, A.push(Qe.x, Qe.y, Qe.z), P.push(ae / J), P.push(1 - We / ot), Ct += 1;
3534
3534
  }
3535
3535
  for (We = 0; We < ot; We++)
3536
3536
  for (ae = 0; ae < J; ae++)
3537
- q = B + ae + wt * (We + 1), K = B + (ae + 1) + wt * (We + 1), rt = B + (ae + 1) + wt * We, y.push(B + ae + wt * We, q, rt), y.push(q, K, rt), be += 6;
3537
+ q = B + ae + wt * (We + 1), $ = B + (ae + 1) + wt * (We + 1), rt = B + (ae + 1) + wt * We, y.push(B + ae + wt * We, q, rt), y.push(q, $, rt), be += 6;
3538
3538
  d.addGroup(H, be, zt), H += be, B += Ct;
3539
3539
  }
3540
3540
  Ft.call(this), this.type = "BoxBufferGeometry", this.parameters = {
@@ -3638,8 +3638,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3638
3638
  depthWrite: !1,
3639
3639
  fog: !1
3640
3640
  })
3641
- ), y.geometry.removeAttribute("normal"), y.geometry.removeAttribute("uv"), y.onBeforeRender = function(H, q, K) {
3642
- this.matrixWorld.copyPosition(K.matrixWorld);
3641
+ ), y.geometry.removeAttribute("normal"), y.geometry.removeAttribute("uv"), y.onBeforeRender = function(H, q, $) {
3642
+ this.matrixWorld.copyPosition($.matrixWorld);
3643
3643
  }, i.update(y)), y.material.uniforms.tCube.value = A.isWebGLRenderTargetCube ? A.texture : A, y.material.uniforms.tFlip.value = A.isWebGLRenderTargetCube ? 1 : -1, w.push(y, y.geometry, y.material, 0, null)) : A && A.isTexture && (d === void 0 && (d = new pi(
3644
3644
  new ce(2, 2),
3645
3645
  new $e({
@@ -3696,7 +3696,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3696
3696
  d,
3697
3697
  "instead."
3698
3698
  ), f = d), i = i.logarithmicDepthBuffer === !0, d = t.getParameter(34930);
3699
- var y = t.getParameter(35660), w = t.getParameter(3379), A = t.getParameter(34076), P = t.getParameter(34921), B = t.getParameter(36347), H = t.getParameter(36348), q = t.getParameter(36349), K = 0 < y, rt = l || !!e.get("OES_texture_float");
3699
+ var y = t.getParameter(35660), w = t.getParameter(3379), A = t.getParameter(34076), P = t.getParameter(34921), B = t.getParameter(36347), H = t.getParameter(36348), q = t.getParameter(36349), $ = 0 < y, rt = l || !!e.get("OES_texture_float");
3700
3700
  return {
3701
3701
  isWebGL2: l,
3702
3702
  getMaxAnisotropy: function() {
@@ -3716,9 +3716,9 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3716
3716
  maxVertexUniforms: B,
3717
3717
  maxVaryings: H,
3718
3718
  maxFragmentUniforms: q,
3719
- vertexTextures: K,
3719
+ vertexTextures: $,
3720
3720
  floatFragmentTextures: rt,
3721
- floatVertexTextures: K && rt
3721
+ floatVertexTextures: $ && rt
3722
3722
  };
3723
3723
  }
3724
3724
  function W() {
@@ -3726,14 +3726,14 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3726
3726
  w.value !== n && (w.value = n, w.needsUpdate = 0 < o), i.numPlanes = o, i.numIntersection = 0;
3727
3727
  }
3728
3728
  function e(A, P, B, H) {
3729
- var q = A !== null ? A.length : 0, K = null;
3729
+ var q = A !== null ? A.length : 0, $ = null;
3730
3730
  if (q !== 0) {
3731
- if (K = w.value, H !== !0 || K === null)
3732
- for (H = B + 4 * q, P = P.matrixWorldInverse, y.getNormalMatrix(P), (K === null || K.length < H) && (K = new Float32Array(H)), H = 0; H !== q; ++H, B += 4)
3733
- d.copy(A[H]).applyMatrix4(P, y), d.normal.toArray(K, B), K[B + 3] = d.constant;
3734
- w.value = K, w.needsUpdate = !0;
3731
+ if ($ = w.value, H !== !0 || $ === null)
3732
+ for (H = B + 4 * q, P = P.matrixWorldInverse, y.getNormalMatrix(P), ($ === null || $.length < H) && ($ = new Float32Array(H)), H = 0; H !== q; ++H, B += 4)
3733
+ d.copy(A[H]).applyMatrix4(P, y), d.normal.toArray($, B), $[B + 3] = d.constant;
3734
+ w.value = $, w.needsUpdate = !0;
3735
3735
  }
3736
- return i.numPlanes = q, K;
3736
+ return i.numPlanes = q, $;
3737
3737
  }
3738
3738
  var i = this, n = null, o = 0, l = !1, f = !1, d = new F(), y = new m(), w = { value: null, needsUpdate: !1 };
3739
3739
  this.uniform = w, this.numIntersection = this.numPlanes = 0, this.init = function(A, P, B) {
@@ -3743,13 +3743,13 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
3743
3743
  f = !0, e(null);
3744
3744
  }, this.endShadows = function() {
3745
3745
  f = !1, t();
3746
- }, this.setState = function(A, P, B, H, q, K) {
3746
+ }, this.setState = function(A, P, B, H, q, $) {
3747
3747
  if (!l || A === null || A.length === 0 || f && !B)
3748
3748
  f ? e(null) : t();
3749
3749
  else {
3750
3750
  B = f ? 0 : o;
3751
3751
  var rt = 4 * B, xt = q.clippingState || null;
3752
- for (w.value = xt, xt = e(A, H, rt, K), A = 0; A !== rt; ++A)
3752
+ for (w.value = xt, xt = e(A, H, rt, $), A = 0; A !== rt; ++A)
3753
3753
  xt[A] = n[A];
3754
3754
  q.clippingState = xt, this.numIntersection = P ? this.numPlanes : 0, this.numPlanes += B;
3755
3755
  }
@@ -4308,7 +4308,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4308
4308
  q = "ENVMAP_BLENDING_ADD";
4309
4309
  }
4310
4310
  }
4311
- var K = 0 < t.gammaFactor ? t.gammaFactor : 1, rt = f.isWebGL2 ? "" : vh(n.extensions, l, e), xt = cs(y), gt = d.createProgram();
4311
+ var $ = 0 < t.gammaFactor ? t.gammaFactor : 1, rt = f.isWebGL2 ? "" : vh(n.extensions, l, e), xt = cs(y), gt = d.createProgram();
4312
4312
  n.isRawShaderMaterial ? (y = [xt].filter(fs).join(`
4313
4313
  `), 0 < y.length && (y += `
4314
4314
  `), e = [rt, xt].filter(fs).join(`
@@ -4319,7 +4319,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4319
4319
  "#define SHADER_NAME " + o.name,
4320
4320
  xt,
4321
4321
  l.supportsVertexTextures ? "#define VERTEX_TEXTURES" : "",
4322
- "#define GAMMA_FACTOR " + K,
4322
+ "#define GAMMA_FACTOR " + $,
4323
4323
  "#define MAX_BONES " + l.maxBones,
4324
4324
  l.useFog && l.fog ? "#define USE_FOG" : "",
4325
4325
  l.useFog && l.fogExp ? "#define FOG_EXP2" : "",
@@ -4393,7 +4393,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4393
4393
  "#define SHADER_NAME " + o.name,
4394
4394
  xt,
4395
4395
  l.alphaTest ? "#define ALPHATEST " + l.alphaTest + (l.alphaTest % 1 ? "" : ".0") : "",
4396
- "#define GAMMA_FACTOR " + K,
4396
+ "#define GAMMA_FACTOR " + $,
4397
4397
  l.useFog && l.fog ? "#define USE_FOG" : "",
4398
4398
  l.useFog && l.fogExp ? "#define FOG_EXP2" : "",
4399
4399
  l.map ? "#define USE_MAP" : "",
@@ -4541,20 +4541,20 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4541
4541
  this.getParameters = function(d, y, w, A, P, B, H) {
4542
4542
  var q = l[d.type];
4543
4543
  if (H.isSkinnedMesh) {
4544
- var K = H.skeleton.bones;
4544
+ var $ = H.skeleton.bones;
4545
4545
  if (i.floatVertexTextures)
4546
- K = 1024;
4546
+ $ = 1024;
4547
4547
  else {
4548
4548
  var rt = Math.min(
4549
4549
  Math.floor((i.maxVertexUniforms - 20) / 4),
4550
- K.length
4550
+ $.length
4551
4551
  );
4552
- rt < K.length ? (console.warn(
4553
- "THREE.WebGLRenderer: Skeleton has " + K.length + " bones. This GPU supports " + rt + "."
4554
- ), K = 0) : K = rt;
4552
+ rt < $.length ? (console.warn(
4553
+ "THREE.WebGLRenderer: Skeleton has " + $.length + " bones. This GPU supports " + rt + "."
4554
+ ), $ = 0) : $ = rt;
4555
4555
  }
4556
4556
  } else
4557
- K = 0;
4557
+ $ = 0;
4558
4558
  rt = i.precision, d.precision !== null && (rt = i.getMaxPrecision(d.precision), rt !== d.precision && console.warn(
4559
4559
  "THREE.WebGLProgram.getParameters:",
4560
4560
  d.precision,
@@ -4597,8 +4597,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4597
4597
  flatShading: d.flatShading,
4598
4598
  sizeAttenuation: d.sizeAttenuation,
4599
4599
  logarithmicDepthBuffer: i.logarithmicDepthBuffer,
4600
- skinning: d.skinning && 0 < K,
4601
- maxBones: K,
4600
+ skinning: d.skinning && 0 < $,
4601
+ maxBones: $,
4602
4602
  useVertexTexture: i.floatVertexTextures,
4603
4603
  morphTargets: d.morphTargets,
4604
4604
  morphNormals: d.morphNormals,
@@ -4795,7 +4795,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4795
4795
  }, i = new u(), n = new c(), o = new c();
4796
4796
  return {
4797
4797
  setup: function(l, f, d) {
4798
- var y = 0, w = 0, A = 0, P = 0, B = 0, H = 0, q = 0, K = 0;
4798
+ var y = 0, w = 0, A = 0, P = 0, B = 0, H = 0, q = 0, $ = 0;
4799
4799
  d = d.matrixWorldInverse;
4800
4800
  for (var rt = 0, xt = l.length; rt < xt; rt++) {
4801
4801
  var gt = l[rt], Ct = gt.color, wt = gt.intensity, Vt = gt.distance, J = gt.shadow && gt.shadow.map ? gt.shadow.map.texture : null;
@@ -4805,9 +4805,9 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4805
4805
  var ot = t.get(gt);
4806
4806
  ot.color.copy(gt.color).multiplyScalar(gt.intensity), ot.direction.setFromMatrixPosition(gt.matrixWorld), i.setFromMatrixPosition(gt.target.matrixWorld), ot.direction.sub(i), ot.direction.transformDirection(d), (ot.shadow = gt.castShadow) && (Ct = gt.shadow, ot.shadowBias = Ct.bias, ot.shadowRadius = Ct.radius, ot.shadowMapSize = Ct.mapSize), e.directionalShadowMap[P] = J, e.directionalShadowMatrix[P] = gt.shadow.matrix, e.directional[P] = ot, P++;
4807
4807
  } else
4808
- gt.isSpotLight ? (ot = t.get(gt), ot.position.setFromMatrixPosition(gt.matrixWorld), ot.position.applyMatrix4(d), ot.color.copy(Ct).multiplyScalar(wt), ot.distance = Vt, ot.direction.setFromMatrixPosition(gt.matrixWorld), i.setFromMatrixPosition(gt.target.matrixWorld), ot.direction.sub(i), ot.direction.transformDirection(d), ot.coneCos = Math.cos(gt.angle), ot.penumbraCos = Math.cos(gt.angle * (1 - gt.penumbra)), ot.decay = gt.decay, (ot.shadow = gt.castShadow) && (Ct = gt.shadow, ot.shadowBias = Ct.bias, ot.shadowRadius = Ct.radius, ot.shadowMapSize = Ct.mapSize), e.spotShadowMap[H] = J, e.spotShadowMatrix[H] = gt.shadow.matrix, e.spot[H] = ot, H++) : gt.isRectAreaLight ? (ot = t.get(gt), ot.color.copy(Ct).multiplyScalar(wt), ot.position.setFromMatrixPosition(gt.matrixWorld), ot.position.applyMatrix4(d), o.identity(), n.copy(gt.matrixWorld), n.premultiply(d), o.extractRotation(n), ot.halfWidth.set(0.5 * gt.width, 0, 0), ot.halfHeight.set(0, 0.5 * gt.height, 0), ot.halfWidth.applyMatrix4(o), ot.halfHeight.applyMatrix4(o), e.rectArea[q] = ot, q++) : gt.isPointLight ? (ot = t.get(gt), ot.position.setFromMatrixPosition(gt.matrixWorld), ot.position.applyMatrix4(d), ot.color.copy(gt.color).multiplyScalar(gt.intensity), ot.distance = gt.distance, ot.decay = gt.decay, (ot.shadow = gt.castShadow) && (Ct = gt.shadow, ot.shadowBias = Ct.bias, ot.shadowRadius = Ct.radius, ot.shadowMapSize = Ct.mapSize, ot.shadowCameraNear = Ct.camera.near, ot.shadowCameraFar = Ct.camera.far), e.pointShadowMap[B] = J, e.pointShadowMatrix[B] = gt.shadow.matrix, e.point[B] = ot, B++) : gt.isHemisphereLight && (ot = t.get(gt), ot.direction.setFromMatrixPosition(gt.matrixWorld), ot.direction.transformDirection(d), ot.direction.normalize(), ot.skyColor.copy(gt.color).multiplyScalar(wt), ot.groundColor.copy(gt.groundColor).multiplyScalar(wt), e.hemi[K] = ot, K++);
4808
+ gt.isSpotLight ? (ot = t.get(gt), ot.position.setFromMatrixPosition(gt.matrixWorld), ot.position.applyMatrix4(d), ot.color.copy(Ct).multiplyScalar(wt), ot.distance = Vt, ot.direction.setFromMatrixPosition(gt.matrixWorld), i.setFromMatrixPosition(gt.target.matrixWorld), ot.direction.sub(i), ot.direction.transformDirection(d), ot.coneCos = Math.cos(gt.angle), ot.penumbraCos = Math.cos(gt.angle * (1 - gt.penumbra)), ot.decay = gt.decay, (ot.shadow = gt.castShadow) && (Ct = gt.shadow, ot.shadowBias = Ct.bias, ot.shadowRadius = Ct.radius, ot.shadowMapSize = Ct.mapSize), e.spotShadowMap[H] = J, e.spotShadowMatrix[H] = gt.shadow.matrix, e.spot[H] = ot, H++) : gt.isRectAreaLight ? (ot = t.get(gt), ot.color.copy(Ct).multiplyScalar(wt), ot.position.setFromMatrixPosition(gt.matrixWorld), ot.position.applyMatrix4(d), o.identity(), n.copy(gt.matrixWorld), n.premultiply(d), o.extractRotation(n), ot.halfWidth.set(0.5 * gt.width, 0, 0), ot.halfHeight.set(0, 0.5 * gt.height, 0), ot.halfWidth.applyMatrix4(o), ot.halfHeight.applyMatrix4(o), e.rectArea[q] = ot, q++) : gt.isPointLight ? (ot = t.get(gt), ot.position.setFromMatrixPosition(gt.matrixWorld), ot.position.applyMatrix4(d), ot.color.copy(gt.color).multiplyScalar(gt.intensity), ot.distance = gt.distance, ot.decay = gt.decay, (ot.shadow = gt.castShadow) && (Ct = gt.shadow, ot.shadowBias = Ct.bias, ot.shadowRadius = Ct.radius, ot.shadowMapSize = Ct.mapSize, ot.shadowCameraNear = Ct.camera.near, ot.shadowCameraFar = Ct.camera.far), e.pointShadowMap[B] = J, e.pointShadowMatrix[B] = gt.shadow.matrix, e.point[B] = ot, B++) : gt.isHemisphereLight && (ot = t.get(gt), ot.direction.setFromMatrixPosition(gt.matrixWorld), ot.direction.transformDirection(d), ot.direction.normalize(), ot.skyColor.copy(gt.color).multiplyScalar(wt), ot.groundColor.copy(gt.groundColor).multiplyScalar(wt), e.hemi[$] = ot, $++);
4809
4809
  }
4810
- e.ambient[0] = y, e.ambient[1] = w, e.ambient[2] = A, e.directional.length = P, e.spot.length = H, e.rectArea.length = q, e.point.length = B, e.hemi.length = K, e.hash.stateID = e.id, e.hash.directionalLength = P, e.hash.pointLength = B, e.hash.spotLength = H, e.hash.rectAreaLength = q, e.hash.hemiLength = K, e.hash.shadowsLength = f.length;
4810
+ e.ambient[0] = y, e.ambient[1] = w, e.ambient[2] = A, e.directional.length = P, e.spot.length = H, e.rectArea.length = q, e.point.length = B, e.hemi.length = $, e.hash.stateID = e.id, e.hash.directionalLength = P, e.hash.pointLength = B, e.hash.spotLength = H, e.hash.rectAreaLength = q, e.hash.hemiLength = $, e.hash.shadowsLength = f.length;
4811
4811
  },
4812
4812
  state: e
4813
4813
  };
@@ -4880,7 +4880,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4880
4880
  o(J[$t], ot, zt, ee);
4881
4881
  }
4882
4882
  }
4883
- var l = new E(), f = new c(), d = new s(), y = new s(i, i), w = new u(), A = new u(), P = Array(4), B = Array(4), H = {}, q = { 0: 1, 1: 0, 2: 2 }, K = [
4883
+ var l = new E(), f = new c(), d = new s(), y = new s(i, i), w = new u(), A = new u(), P = Array(4), B = Array(4), H = {}, q = { 0: 1, 1: 0, 2: 2 }, $ = [
4884
4884
  new u(1, 0, 0),
4885
4885
  new u(-1, 0, 0),
4886
4886
  new u(0, 0, 1),
@@ -4938,7 +4938,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
4938
4938
  0,
4939
4939
  1
4940
4940
  ), We.multiply(be.projectionMatrix), We.multiply(be.matrixWorldInverse)), t.setRenderTarget(ae), t.clear(), me = 0; me < $t; me++)
4941
- Ie && (w.copy(be.position), w.add(K[me]), be.up.copy(rt[me]), be.lookAt(w), be.updateMatrixWorld(), ee.viewport(xt[me])), f.multiplyMatrices(be.projectionMatrix, be.matrixWorldInverse), l.setFromMatrix(f), o(ot, zt, be, Ie);
4941
+ Ie && (w.copy(be.position), w.add($[me]), be.up.copy(rt[me]), be.lookAt(w), be.updateMatrixWorld(), ee.viewport(xt[me])), f.multiplyMatrices(be.projectionMatrix, be.matrixWorldInverse), l.setFromMatrix(f), o(ot, zt, be, Ie);
4942
4942
  }
4943
4943
  }
4944
4944
  Vt.needsUpdate = !1;
@@ -5093,7 +5093,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5093
5093
  Ut = !1, Hi = ei = Ye = null;
5094
5094
  }
5095
5095
  };
5096
- }(), K = new function() {
5096
+ }(), $ = new function() {
5097
5097
  var Ut = !1, Ye = null, ei = null, Hi = null, Ae = null, Xe = null, ri = null, Ci = null, bi = null;
5098
5098
  return {
5099
5099
  setTest: function(ne) {
@@ -5121,8 +5121,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5121
5121
  }(), rt = t.getParameter(34921), xt = new Uint8Array(rt), gt = new Uint8Array(rt), Ct = new Uint8Array(rt), wt = {}, Vt = null, J = null, ot = null, zt = null, ee = null, $t = null, qt = null, Te = null, me = null, Ie = null, be = !1, ae = null, We = null, Qe = null, ci = null, Sn = null, mn = t.getParameter(35661), ji = !1;
5122
5122
  rt = 0, rt = t.getParameter(7938), rt.indexOf("WebGL") !== -1 ? (rt = parseFloat(/^WebGL ([0-9])/.exec(rt)[1]), ji = 1 <= rt) : rt.indexOf("OpenGL ES") !== -1 && (rt = parseFloat(/^OpenGL ES ([0-9])/.exec(rt)[1]), ji = 2 <= rt);
5123
5123
  var Gi = null, en = {}, En = new _(), Ce = new _(), ti = {};
5124
- return ti[3553] = o(3553, 3553, 1), ti[34067] = o(34067, 34069, 6), H.setClear(0, 0, 0, 1), q.setClear(1), K.setClear(0), f(2929), q.setFunc(3), w(!1), A(1), f(2884), y(0), {
5125
- buffers: { color: H, depth: q, stencil: K },
5124
+ return ti[3553] = o(3553, 3553, 1), ti[34067] = o(34067, 34069, 6), H.setClear(0, 0, 0, 1), q.setClear(1), $.setClear(0), f(2929), q.setFunc(3), w(!1), A(1), f(2884), y(0), {
5125
+ buffers: { color: H, depth: q, stencil: $ },
5126
5126
  initAttributes: function() {
5127
5127
  for (var Ut = 0, Ye = xt.length; Ut < Ye; Ut++)
5128
5128
  xt[Ut] = 0;
@@ -5206,7 +5206,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5206
5206
  reset: function() {
5207
5207
  for (var Ut = 0; Ut < gt.length; Ut++)
5208
5208
  gt[Ut] === 1 && (t.disableVertexAttribArray(Ut), gt[Ut] = 0);
5209
- wt = {}, Gi = Vt = null, en = {}, We = ae = zt = J = null, H.reset(), q.reset(), K.reset();
5209
+ wt = {}, Gi = Vt = null, en = {}, We = ae = zt = J = null, H.reset(), q.reset(), $.reset();
5210
5210
  }
5211
5211
  };
5212
5212
  }
@@ -5309,7 +5309,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5309
5309
  }
5310
5310
  f.memory.textures--;
5311
5311
  }
5312
- function K(J, ot) {
5312
+ function $(J, ot) {
5313
5313
  var zt = n.get(J);
5314
5314
  if (J.isVideoTexture) {
5315
5315
  var ee = J.id, $t = f.render.frame;
@@ -5405,7 +5405,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5405
5405
  t.bindRenderbuffer(36161, J), ot.depthBuffer && !ot.stencilBuffer ? (t.renderbufferStorage(36161, 33189, ot.width, ot.height), t.framebufferRenderbuffer(36160, 36096, 36161, J)) : ot.depthBuffer && ot.stencilBuffer ? (t.renderbufferStorage(36161, 34041, ot.width, ot.height), t.framebufferRenderbuffer(36160, 33306, 36161, J)) : t.renderbufferStorage(36161, 32854, ot.width, ot.height), t.bindRenderbuffer(36161, null);
5406
5406
  }
5407
5407
  var wt = {}, Vt;
5408
- this.setTexture2D = K, this.setTexture3D = function(J, ot) {
5408
+ this.setTexture2D = $, this.setTexture3D = function(J, ot) {
5409
5409
  var zt = n.get(J);
5410
5410
  0 < J.version && zt.__version !== J.version ? xt(zt, J, ot) : (i.activeTexture(33984 + ot), i.bindTexture(32879, zt.__webglTexture));
5411
5411
  }, this.setTextureCube = function(J, ot) {
@@ -5487,7 +5487,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5487
5487
  throw Error(
5488
5488
  "renderTarget.depthTexture must be an instance of THREE.DepthTexture"
5489
5489
  );
5490
- if (n.get(J.depthTexture).__webglTexture && J.depthTexture.image.width === J.width && J.depthTexture.image.height === J.height || (J.depthTexture.image.width = J.width, J.depthTexture.image.height = J.height, J.depthTexture.needsUpdate = !0), K(J.depthTexture, 0), ot = n.get(J.depthTexture).__webglTexture, J.depthTexture.format === 1026)
5490
+ if (n.get(J.depthTexture).__webglTexture && J.depthTexture.image.width === J.width && J.depthTexture.image.height === J.height || (J.depthTexture.image.width = J.width, J.depthTexture.image.height = J.height, J.depthTexture.needsUpdate = !0), $(J.depthTexture, 0), ot = n.get(J.depthTexture).__webglTexture, J.depthTexture.format === 1026)
5491
5491
  t.framebufferTexture2D(36160, 36096, 3553, ot, 0);
5492
5492
  else if (J.depthTexture.format === 1027)
5493
5493
  t.framebufferTexture2D(36160, 33306, 3553, ot, 0);
@@ -5688,11 +5688,11 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5688
5688
  }
5689
5689
  var n = this, o = null, l = null, f = null, d = [], y = new c(), w = new c(), A = 1, P = "stage";
5690
5690
  typeof window < "u" && "VRFrameData" in window && (l = new window.VRFrameData(), window.addEventListener("vrdisplaypresentchange", i, !1));
5691
- var B = new c(), H = new p(), q = new u(), K = new _e();
5692
- K.bounds = new _(0, 0, 0.5, 1), K.layers.enable(1);
5691
+ var B = new c(), H = new p(), q = new u(), $ = new _e();
5692
+ $.bounds = new _(0, 0, 0.5, 1), $.layers.enable(1);
5693
5693
  var rt = new _e();
5694
5694
  rt.bounds = new _(0.5, 0, 0.5, 1), rt.layers.enable(2);
5695
- var xt = new Fe([K, rt]);
5695
+ var xt = new Fe([$, rt]);
5696
5696
  xt.layers.enable(1), xt.layers.enable(2);
5697
5697
  var gt, Ct, wt = [];
5698
5698
  this.enabled = !1, this.getController = function(J) {
@@ -5718,7 +5718,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5718
5718
  }
5719
5719
  if (ot = l.pose, zt = f !== null ? f : J, zt.matrix.copy(y), zt.matrix.decompose(zt.position, zt.quaternion, zt.scale), ot.orientation !== null && (H.fromArray(ot.orientation), zt.quaternion.multiply(H)), ot.position !== null && (H.setFromRotationMatrix(y), q.fromArray(ot.position), q.applyQuaternion(H), zt.position.add(q)), zt.updateMatrixWorld(), o.isPresenting === !1)
5720
5720
  return J;
5721
- K.near = J.near, rt.near = J.near, K.far = J.far, rt.far = J.far, K.matrixWorldInverse.fromArray(l.leftViewMatrix), rt.matrixWorldInverse.fromArray(l.rightViewMatrix), w.getInverse(y), P === "stage" && (K.matrixWorldInverse.multiply(w), rt.matrixWorldInverse.multiply(w)), J = zt.parent, J !== null && (B.getInverse(J.matrixWorld), K.matrixWorldInverse.multiply(B), rt.matrixWorldInverse.multiply(B)), K.matrixWorld.getInverse(K.matrixWorldInverse), rt.matrixWorld.getInverse(rt.matrixWorldInverse), K.projectionMatrix.fromArray(l.leftProjectionMatrix), rt.projectionMatrix.fromArray(l.rightProjectionMatrix), pe(xt, K, rt), J = o.getLayers(), J.length && (J = J[0], J.leftBounds !== null && J.leftBounds.length === 4 && K.bounds.fromArray(J.leftBounds), J.rightBounds !== null && J.rightBounds.length === 4 && rt.bounds.fromArray(J.rightBounds));
5721
+ $.near = J.near, rt.near = J.near, $.far = J.far, rt.far = J.far, $.matrixWorldInverse.fromArray(l.leftViewMatrix), rt.matrixWorldInverse.fromArray(l.rightViewMatrix), w.getInverse(y), P === "stage" && ($.matrixWorldInverse.multiply(w), rt.matrixWorldInverse.multiply(w)), J = zt.parent, J !== null && (B.getInverse(J.matrixWorld), $.matrixWorldInverse.multiply(B), rt.matrixWorldInverse.multiply(B)), $.matrixWorld.getInverse($.matrixWorldInverse), rt.matrixWorld.getInverse(rt.matrixWorldInverse), $.projectionMatrix.fromArray(l.leftProjectionMatrix), rt.projectionMatrix.fromArray(l.rightProjectionMatrix), pe(xt, $, rt), J = o.getLayers(), J.length && (J = J[0], J.leftBounds !== null && J.leftBounds.length === 4 && $.bounds.fromArray(J.leftBounds), J.rightBounds !== null && J.rightBounds.length === 4 && rt.bounds.fromArray(J.rightBounds));
5722
5722
  t:
5723
5723
  for (J = 0; J < d.length; J++) {
5724
5724
  ot = d[J];
@@ -5772,9 +5772,9 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5772
5772
  }
5773
5773
  var l = t.context, f = null, d = null, y = 1, w = null, A = "stage", P = null, B = [], H = [], q = new _e();
5774
5774
  q.layers.enable(1), q.viewport = new _();
5775
- var K = new _e();
5776
- K.layers.enable(2), K.viewport = new _();
5777
- var rt = new Fe([q, K]);
5775
+ var $ = new _e();
5776
+ $.layers.enable(2), $.viewport = new _();
5777
+ var rt = new Fe([q, $]);
5778
5778
  rt.layers.enable(1), rt.layers.enable(2), this.enabled = !1, this.getController = function(Ct) {
5779
5779
  var wt = B[Ct];
5780
5780
  return wt === void 0 && (wt = new ui(), wt.matrixAutoUpdate = !1, wt.visible = !1, B[Ct] = wt), wt;
@@ -5802,7 +5802,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5802
5802
  o(Vt[J], wt);
5803
5803
  for (Ct.matrixWorld.copy(rt.matrixWorld), Ct = Ct.children, J = 0, wt = Ct.length; J < wt; J++)
5804
5804
  Ct[J].updateMatrixWorld(!0);
5805
- return pe(rt, q, K), rt;
5805
+ return pe(rt, q, $), rt;
5806
5806
  }
5807
5807
  return Ct;
5808
5808
  }, this.isPresenting = e;
@@ -5979,7 +5979,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5979
5979
  Se.setValue(ne, "boneTexture", ft.boneTexture), Se.setValue(ne, "boneTextureSize", ft.boneTextureSize);
5980
5980
  } else
5981
5981
  Se.setOptional(ne, ft, "boneMatrices");
5982
- return Pi && (Se.setValue(ne, "toneMappingExposure", qt.toneMappingExposure), Se.setValue(ne, "toneMappingWhitePoint", qt.toneMappingWhitePoint), mt.lights && (Pi = Zi, ve.ambientLightColor.needsUpdate = Pi, ve.directionalLights.needsUpdate = Pi, ve.pointLights.needsUpdate = Pi, ve.spotLights.needsUpdate = Pi, ve.rectAreaLights.needsUpdate = Pi, ve.hemisphereLights.needsUpdate = Pi), Tt && mt.fog && (ve.fogColor.value = Tt.color, Tt.isFog ? (ve.fogNear.value = Tt.near, ve.fogFar.value = Tt.far) : Tt.isFogExp2 && (ve.fogDensity.value = Tt.density)), mt.isMeshBasicMaterial ? H(ve, mt) : mt.isMeshLambertMaterial ? (H(ve, mt), mt.emissiveMap && (ve.emissiveMap.value = mt.emissiveMap)) : mt.isMeshPhongMaterial ? (H(ve, mt), mt.isMeshToonMaterial ? (q(ve, mt), mt.gradientMap && (ve.gradientMap.value = mt.gradientMap)) : q(ve, mt)) : mt.isMeshStandardMaterial ? (H(ve, mt), mt.isMeshPhysicalMaterial ? (K(ve, mt), ve.reflectivity.value = mt.reflectivity, ve.clearCoat.value = mt.clearCoat, ve.clearCoatRoughness.value = mt.clearCoatRoughness) : K(ve, mt)) : mt.isMeshMatcapMaterial ? (H(ve, mt), mt.matcap && (ve.matcap.value = mt.matcap), mt.bumpMap && (ve.bumpMap.value = mt.bumpMap, ve.bumpScale.value = mt.bumpScale, mt.side === 1 && (ve.bumpScale.value *= -1)), mt.normalMap && (ve.normalMap.value = mt.normalMap, ve.normalScale.value.copy(mt.normalScale), mt.side === 1 && ve.normalScale.value.negate()), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias)) : mt.isMeshDepthMaterial ? (H(ve, mt), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias)) : mt.isMeshDistanceMaterial ? (H(ve, mt), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias), ve.referencePosition.value.copy(mt.referencePosition), ve.nearDistance.value = mt.nearDistance, ve.farDistance.value = mt.farDistance) : mt.isMeshNormalMaterial ? (H(ve, mt), mt.bumpMap && (ve.bumpMap.value = mt.bumpMap, ve.bumpScale.value = mt.bumpScale, mt.side === 1 && (ve.bumpScale.value *= -1)), mt.normalMap && (ve.normalMap.value = mt.normalMap, ve.normalScale.value.copy(mt.normalScale), mt.side === 1 && ve.normalScale.value.negate()), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias)) : mt.isLineBasicMaterial ? (ve.diffuse.value = mt.color, ve.opacity.value = mt.opacity, mt.isLineDashedMaterial && (ve.dashSize.value = mt.dashSize, ve.totalSize.value = mt.dashSize + mt.gapSize, ve.scale.value = mt.scale)) : mt.isPointsMaterial ? (ve.diffuse.value = mt.color, ve.opacity.value = mt.opacity, ve.size.value = mt.size * ti, ve.scale.value = 0.5 * Ce, ve.map.value = mt.map, mt.map !== null && (mt.map.matrixAutoUpdate === !0 && mt.map.updateMatrix(), ve.uvTransform.value.copy(mt.map.matrix))) : mt.isSpriteMaterial ? (ve.diffuse.value = mt.color, ve.opacity.value = mt.opacity, ve.rotation.value = mt.rotation, ve.map.value = mt.map, mt.map !== null && (mt.map.matrixAutoUpdate === !0 && mt.map.updateMatrix(), ve.uvTransform.value.copy(mt.map.matrix))) : mt.isShadowMaterial && (ve.color.value = mt.color, ve.opacity.value = mt.opacity), ve.ltc_1 !== void 0 && (ve.ltc_1.value = qe.LTC_1), ve.ltc_2 !== void 0 && (ve.ltc_2.value = qe.LTC_2), ro.upload(ne, De.uniformsList, ve, qt)), mt.isShaderMaterial && mt.uniformsNeedUpdate === !0 && (ro.upload(ne, De.uniformsList, ve, qt), mt.uniformsNeedUpdate = !1), mt.isSpriteMaterial && Se.setValue(ne, "center", Me.center), Se.setValue(ne, "modelViewMatrix", Me.modelViewMatrix), Se.setValue(ne, "normalMatrix", Me.normalMatrix), Se.setValue(ne, "modelMatrix", Me.matrixWorld), Ve;
5982
+ return Pi && (Se.setValue(ne, "toneMappingExposure", qt.toneMappingExposure), Se.setValue(ne, "toneMappingWhitePoint", qt.toneMappingWhitePoint), mt.lights && (Pi = Zi, ve.ambientLightColor.needsUpdate = Pi, ve.directionalLights.needsUpdate = Pi, ve.pointLights.needsUpdate = Pi, ve.spotLights.needsUpdate = Pi, ve.rectAreaLights.needsUpdate = Pi, ve.hemisphereLights.needsUpdate = Pi), Tt && mt.fog && (ve.fogColor.value = Tt.color, Tt.isFog ? (ve.fogNear.value = Tt.near, ve.fogFar.value = Tt.far) : Tt.isFogExp2 && (ve.fogDensity.value = Tt.density)), mt.isMeshBasicMaterial ? H(ve, mt) : mt.isMeshLambertMaterial ? (H(ve, mt), mt.emissiveMap && (ve.emissiveMap.value = mt.emissiveMap)) : mt.isMeshPhongMaterial ? (H(ve, mt), mt.isMeshToonMaterial ? (q(ve, mt), mt.gradientMap && (ve.gradientMap.value = mt.gradientMap)) : q(ve, mt)) : mt.isMeshStandardMaterial ? (H(ve, mt), mt.isMeshPhysicalMaterial ? ($(ve, mt), ve.reflectivity.value = mt.reflectivity, ve.clearCoat.value = mt.clearCoat, ve.clearCoatRoughness.value = mt.clearCoatRoughness) : $(ve, mt)) : mt.isMeshMatcapMaterial ? (H(ve, mt), mt.matcap && (ve.matcap.value = mt.matcap), mt.bumpMap && (ve.bumpMap.value = mt.bumpMap, ve.bumpScale.value = mt.bumpScale, mt.side === 1 && (ve.bumpScale.value *= -1)), mt.normalMap && (ve.normalMap.value = mt.normalMap, ve.normalScale.value.copy(mt.normalScale), mt.side === 1 && ve.normalScale.value.negate()), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias)) : mt.isMeshDepthMaterial ? (H(ve, mt), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias)) : mt.isMeshDistanceMaterial ? (H(ve, mt), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias), ve.referencePosition.value.copy(mt.referencePosition), ve.nearDistance.value = mt.nearDistance, ve.farDistance.value = mt.farDistance) : mt.isMeshNormalMaterial ? (H(ve, mt), mt.bumpMap && (ve.bumpMap.value = mt.bumpMap, ve.bumpScale.value = mt.bumpScale, mt.side === 1 && (ve.bumpScale.value *= -1)), mt.normalMap && (ve.normalMap.value = mt.normalMap, ve.normalScale.value.copy(mt.normalScale), mt.side === 1 && ve.normalScale.value.negate()), mt.displacementMap && (ve.displacementMap.value = mt.displacementMap, ve.displacementScale.value = mt.displacementScale, ve.displacementBias.value = mt.displacementBias)) : mt.isLineBasicMaterial ? (ve.diffuse.value = mt.color, ve.opacity.value = mt.opacity, mt.isLineDashedMaterial && (ve.dashSize.value = mt.dashSize, ve.totalSize.value = mt.dashSize + mt.gapSize, ve.scale.value = mt.scale)) : mt.isPointsMaterial ? (ve.diffuse.value = mt.color, ve.opacity.value = mt.opacity, ve.size.value = mt.size * ti, ve.scale.value = 0.5 * Ce, ve.map.value = mt.map, mt.map !== null && (mt.map.matrixAutoUpdate === !0 && mt.map.updateMatrix(), ve.uvTransform.value.copy(mt.map.matrix))) : mt.isSpriteMaterial ? (ve.diffuse.value = mt.color, ve.opacity.value = mt.opacity, ve.rotation.value = mt.rotation, ve.map.value = mt.map, mt.map !== null && (mt.map.matrixAutoUpdate === !0 && mt.map.updateMatrix(), ve.uvTransform.value.copy(mt.map.matrix))) : mt.isShadowMaterial && (ve.color.value = mt.color, ve.opacity.value = mt.opacity), ve.ltc_1 !== void 0 && (ve.ltc_1.value = qe.LTC_1), ve.ltc_2 !== void 0 && (ve.ltc_2.value = qe.LTC_2), ro.upload(ne, De.uniformsList, ve, qt)), mt.isShaderMaterial && mt.uniformsNeedUpdate === !0 && (ro.upload(ne, De.uniformsList, ve, qt), mt.uniformsNeedUpdate = !1), mt.isSpriteMaterial && Se.setValue(ne, "center", Me.center), Se.setValue(ne, "modelViewMatrix", Me.modelViewMatrix), Se.setValue(ne, "normalMatrix", Me.normalMatrix), Se.setValue(ne, "modelMatrix", Me.matrixWorld), Ve;
5983
5983
  }
5984
5984
  function H(ft, Tt) {
5985
5985
  if (ft.opacity.value = Tt.opacity, Tt.color && (ft.diffuse.value = Tt.color), Tt.emissive && ft.emissive.value.copy(Tt.emissive).multiplyScalar(Tt.emissiveIntensity), Tt.map && (ft.map.value = Tt.map), Tt.alphaMap && (ft.alphaMap.value = Tt.alphaMap), Tt.specularMap && (ft.specularMap.value = Tt.specularMap), Tt.envMap && (ft.envMap.value = Tt.envMap, ft.flipEnvMap.value = Tt.envMap && Tt.envMap.isCubeTexture ? -1 : 1, ft.reflectivity.value = Tt.reflectivity, ft.refractionRatio.value = Tt.refractionRatio, ft.maxMipLevel.value = bn.get(Tt.envMap).__maxMipLevel), Tt.lightMap && (ft.lightMap.value = Tt.lightMap, ft.lightMapIntensity.value = Tt.lightMapIntensity), Tt.aoMap && (ft.aoMap.value = Tt.aoMap, ft.aoMapIntensity.value = Tt.aoMapIntensity), Tt.map)
@@ -5991,7 +5991,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
5991
5991
  function q(ft, Tt) {
5992
5992
  ft.specular.value = Tt.specular, ft.shininess.value = Math.max(Tt.shininess, 1e-4), Tt.emissiveMap && (ft.emissiveMap.value = Tt.emissiveMap), Tt.bumpMap && (ft.bumpMap.value = Tt.bumpMap, ft.bumpScale.value = Tt.bumpScale, Tt.side === 1 && (ft.bumpScale.value *= -1)), Tt.normalMap && (ft.normalMap.value = Tt.normalMap, ft.normalScale.value.copy(Tt.normalScale), Tt.side === 1 && ft.normalScale.value.negate()), Tt.displacementMap && (ft.displacementMap.value = Tt.displacementMap, ft.displacementScale.value = Tt.displacementScale, ft.displacementBias.value = Tt.displacementBias);
5993
5993
  }
5994
- function K(ft, Tt) {
5994
+ function $(ft, Tt) {
5995
5995
  ft.roughness.value = Tt.roughness, ft.metalness.value = Tt.metalness, Tt.roughnessMap && (ft.roughnessMap.value = Tt.roughnessMap), Tt.metalnessMap && (ft.metalnessMap.value = Tt.metalnessMap), Tt.emissiveMap && (ft.emissiveMap.value = Tt.emissiveMap), Tt.bumpMap && (ft.bumpMap.value = Tt.bumpMap, ft.bumpScale.value = Tt.bumpScale, Tt.side === 1 && (ft.bumpScale.value *= -1)), Tt.normalMap && (ft.normalMap.value = Tt.normalMap, ft.normalScale.value.copy(Tt.normalScale), Tt.side === 1 && ft.normalScale.value.negate()), Tt.displacementMap && (ft.displacementMap.value = Tt.displacementMap, ft.displacementScale.value = Tt.displacementScale, ft.displacementBias.value = Tt.displacementBias), Tt.envMap && (ft.envMapIntensity.value = Tt.envMapIntensity);
5996
5996
  }
5997
5997
  console.log("THREE.WebGLRenderer", "98"), t = t || {};
@@ -6408,10 +6408,10 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6408
6408
  );
6409
6409
  var q = e + 1;
6410
6410
  for (B = 0; B <= i; B++) {
6411
- var K = B / i;
6411
+ var $ = B / i;
6412
6412
  for (H = 0; H <= e; H++) {
6413
6413
  var rt = H / e;
6414
- t(rt, K, y), o.push(y.x, y.y, y.z), 0 <= rt - 1e-5 ? (t(rt - 1e-5, K, w), A.subVectors(y, w)) : (t(rt + 1e-5, K, w), A.subVectors(w, y)), 0 <= K - 1e-5 ? (t(rt, K - 1e-5, w), P.subVectors(y, w)) : (t(rt, K + 1e-5, w), P.subVectors(w, y)), d.crossVectors(A, P).normalize(), l.push(d.x, d.y, d.z), f.push(rt, K);
6414
+ t(rt, $, y), o.push(y.x, y.y, y.z), 0 <= rt - 1e-5 ? (t(rt - 1e-5, $, w), A.subVectors(y, w)) : (t(rt + 1e-5, $, w), A.subVectors(w, y)), 0 <= $ - 1e-5 ? (t(rt, $ - 1e-5, w), P.subVectors(y, w)) : (t(rt, $ + 1e-5, w), P.subVectors(w, y)), d.crossVectors(A, P).normalize(), l.push(d.x, d.y, d.z), f.push(rt, $);
6415
6415
  }
6416
6416
  }
6417
6417
  for (B = 0; B < i; B++)
@@ -6437,16 +6437,16 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6437
6437
  (function(w) {
6438
6438
  for (var A = new u(), P = new u(), B = new u(), H = 0; H < e.length; H += 3) {
6439
6439
  l(e[H + 0], A), l(e[H + 1], P), l(e[H + 2], B);
6440
- var q, K, rt = A, xt = P, gt = B, Ct = Math.pow(2, w), wt = [];
6441
- for (K = 0; K <= Ct; K++) {
6442
- wt[K] = [];
6443
- var Vt = rt.clone().lerp(gt, K / Ct), J = xt.clone().lerp(gt, K / Ct), ot = Ct - K;
6440
+ var q, $, rt = A, xt = P, gt = B, Ct = Math.pow(2, w), wt = [];
6441
+ for ($ = 0; $ <= Ct; $++) {
6442
+ wt[$] = [];
6443
+ var Vt = rt.clone().lerp(gt, $ / Ct), J = xt.clone().lerp(gt, $ / Ct), ot = Ct - $;
6444
6444
  for (q = 0; q <= ot; q++)
6445
- wt[K][q] = q === 0 && K === Ct ? Vt : Vt.clone().lerp(J, q / ot);
6445
+ wt[$][q] = q === 0 && $ === Ct ? Vt : Vt.clone().lerp(J, q / ot);
6446
6446
  }
6447
- for (K = 0; K < Ct; K++)
6448
- for (q = 0; q < 2 * (Ct - K) - 1; q++)
6449
- rt = Math.floor(q / 2), q % 2 === 0 ? (o(wt[K][rt + 1]), o(wt[K + 1][rt]), o(wt[K][rt])) : (o(wt[K][rt + 1]), o(wt[K + 1][rt + 1]), o(wt[K + 1][rt]));
6447
+ for ($ = 0; $ < Ct; $++)
6448
+ for (q = 0; q < 2 * (Ct - $) - 1; q++)
6449
+ rt = Math.floor(q / 2), q % 2 === 0 ? (o(wt[$][rt + 1]), o(wt[$ + 1][rt]), o(wt[$][rt])) : (o(wt[$][rt + 1]), o(wt[$ + 1][rt + 1]), o(wt[$ + 1][rt]));
6450
6450
  }
6451
6451
  })(n), function(w) {
6452
6452
  for (var A = new u(), P = 0; P < d.length; P += 3)
@@ -6458,10 +6458,10 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6458
6458
  1 - (Math.atan2(-w.y, Math.sqrt(w.x * w.x + w.z * w.z)) / Math.PI + 0.5)
6459
6459
  );
6460
6460
  w = new u(), A = new u();
6461
- for (var P = new u(), B = new u(), H = new s(), q = new s(), K = new s(), rt = 0, xt = 0; rt < d.length; rt += 9, xt += 6) {
6462
- w.set(d[rt + 0], d[rt + 1], d[rt + 2]), A.set(d[rt + 3], d[rt + 4], d[rt + 5]), P.set(d[rt + 6], d[rt + 7], d[rt + 8]), H.set(y[xt + 0], y[xt + 1]), q.set(y[xt + 2], y[xt + 3]), K.set(y[xt + 4], y[xt + 5]), B.copy(w).add(A).add(P).divideScalar(3);
6461
+ for (var P = new u(), B = new u(), H = new s(), q = new s(), $ = new s(), rt = 0, xt = 0; rt < d.length; rt += 9, xt += 6) {
6462
+ w.set(d[rt + 0], d[rt + 1], d[rt + 2]), A.set(d[rt + 3], d[rt + 4], d[rt + 5]), P.set(d[rt + 6], d[rt + 7], d[rt + 8]), H.set(y[xt + 0], y[xt + 1]), q.set(y[xt + 2], y[xt + 3]), $.set(y[xt + 4], y[xt + 5]), B.copy(w).add(A).add(P).divideScalar(3);
6463
6463
  var gt = Math.atan2(B.z, -B.x);
6464
- f(H, xt + 0, w, gt), f(q, xt + 2, A, gt), f(K, xt + 4, P, gt);
6464
+ f(H, xt + 0, w, gt), f(q, xt + 2, A, gt), f($, xt + 4, P, gt);
6465
6465
  }
6466
6466
  for (w = 0; w < y.length; w += 6)
6467
6467
  A = y[w + 0], P = y[w + 2], B = y[w + 4], H = Math.min(A, P, B), 0.9 < Math.max(A, P, B) && 0.1 > H && (0.2 > A && (y[w + 0] += 1), 0.2 > P && (y[w + 2] += 1), 0.2 > B && (y[w + 4] += 1));
@@ -6812,19 +6812,19 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6812
6812
  }, e = e || 64, i = i || 1, n = n || 8, o = o || !1;
6813
6813
  var f = t.computeFrenetFrames(e, o);
6814
6814
  this.tangents = f.tangents, this.normals = f.normals, this.binormals = f.binormals;
6815
- var d = new u(), y = new u(), w = new s(), A = new u(), P, B, H = [], q = [], K = [], rt = [];
6815
+ var d = new u(), y = new u(), w = new s(), A = new u(), P, B, H = [], q = [], $ = [], rt = [];
6816
6816
  for (P = 0; P < e; P++)
6817
6817
  l(P);
6818
6818
  for (l(o === !1 ? e : 0), P = 0; P <= e; P++)
6819
6819
  for (B = 0; B <= n; B++)
6820
- w.x = P / e, w.y = B / n, K.push(w.x, w.y);
6820
+ w.x = P / e, w.y = B / n, $.push(w.x, w.y);
6821
6821
  (function() {
6822
6822
  for (B = 1; B <= e; B++)
6823
6823
  for (P = 1; P <= n; P++) {
6824
6824
  var xt = (n + 1) * B + (P - 1), gt = (n + 1) * B + P, Ct = (n + 1) * (B - 1) + P;
6825
6825
  rt.push((n + 1) * (B - 1) + (P - 1), xt, Ct), rt.push(xt, gt, Ct);
6826
6826
  }
6827
- })(), this.setIndex(rt), this.addAttribute("position", new Et(H, 3)), this.addAttribute("normal", new Et(q, 3)), this.addAttribute("uv", new Et(K, 2));
6827
+ })(), this.setIndex(rt), this.addAttribute("position", new Et(H, 3)), this.addAttribute("normal", new Et(q, 3)), this.addAttribute("uv", new Et($, 2));
6828
6828
  }
6829
6829
  function Vr(t, e, i, n, o, l, f) {
6830
6830
  X.call(this), this.type = "TorusKnotGeometry", this.parameters = {
@@ -6851,10 +6851,10 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6851
6851
  p: o,
6852
6852
  q: l
6853
6853
  }, t = t || 1, e = e || 0.4, i = Math.floor(i) || 64, n = Math.floor(n) || 8, o = o || 2, l = l || 3;
6854
- var d = [], y = [], w = [], A = [], P, B = new u(), H = new u(), q = new u(), K = new u(), rt = new u(), xt = new u(), gt = new u();
6854
+ var d = [], y = [], w = [], A = [], P, B = new u(), H = new u(), q = new u(), $ = new u(), rt = new u(), xt = new u(), gt = new u();
6855
6855
  for (P = 0; P <= i; ++P) {
6856
6856
  var Ct = P / i * o * Math.PI * 2;
6857
- for (f(Ct, o, l, t, q), f(Ct + 0.01, o, l, t, K), xt.subVectors(K, q), gt.addVectors(K, q), rt.crossVectors(xt, gt), gt.crossVectors(rt, xt), rt.normalize(), gt.normalize(), Ct = 0; Ct <= n; ++Ct) {
6857
+ for (f(Ct, o, l, t, q), f(Ct + 0.01, o, l, t, $), xt.subVectors($, q), gt.addVectors($, q), rt.crossVectors(xt, gt), gt.crossVectors(rt, xt), rt.normalize(), gt.normalize(), Ct = 0; Ct <= n; ++Ct) {
6858
6858
  var wt = Ct / n * Math.PI * 2, Vt = -e * Math.cos(wt);
6859
6859
  wt = e * Math.sin(wt), B.x = q.x + (Vt * gt.x + wt * rt.x), B.y = q.y + (Vt * gt.y + wt * rt.y), B.z = q.z + (Vt * gt.z + wt * rt.z), y.push(B.x, B.y, B.z), H.subVectors(B, q).normalize(), w.push(H.x, H.y, H.z), A.push(P / i), A.push(Ct / n);
6860
6860
  }
@@ -6884,8 +6884,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6884
6884
  var l = [], f = [], d = [], y = [], w = new u(), A = new u(), P = new u(), B, H;
6885
6885
  for (B = 0; B <= i; B++)
6886
6886
  for (H = 0; H <= n; H++) {
6887
- var q = H / n * o, K = B / i * Math.PI * 2;
6888
- A.x = (t + e * Math.cos(K)) * Math.cos(q), A.y = (t + e * Math.cos(K)) * Math.sin(q), A.z = e * Math.sin(K), f.push(A.x, A.y, A.z), w.x = t * Math.cos(q), w.y = t * Math.sin(q), P.subVectors(A, w).normalize(), d.push(P.x, P.y, P.z), y.push(H / n), y.push(B / i);
6887
+ var q = H / n * o, $ = B / i * Math.PI * 2;
6888
+ A.x = (t + e * Math.cos($)) * Math.cos(q), A.y = (t + e * Math.cos($)) * Math.sin(q), A.z = e * Math.sin($), f.push(A.x, A.y, A.z), w.x = t * Math.cos(q), w.y = t * Math.sin(q), P.subVectors(A, w).normalize(), d.push(P.x, P.y, P.z), y.push(H / n), y.push(B / i);
6889
6889
  }
6890
6890
  for (B = 1; B <= i; B++)
6891
6891
  for (H = 1; H <= n; H++)
@@ -6933,18 +6933,18 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6933
6933
  var q = d = null;
6934
6934
  for (A = 0; y; ) {
6935
6935
  A++;
6936
- var K = y;
6937
- for (w = P = 0; w < H && (P++, K = K.nextZ, K); w++)
6936
+ var $ = y;
6937
+ for (w = P = 0; w < H && (P++, $ = $.nextZ, $); w++)
6938
6938
  ;
6939
- for (B = H; 0 < P || 0 < B && K; )
6940
- P !== 0 && (B === 0 || !K || y.z <= K.z) ? (w = y, y = y.nextZ, P--) : (w = K, K = K.nextZ, B--), q ? q.nextZ = w : d = w, w.prevZ = q, q = w;
6941
- y = K;
6939
+ for (B = H; 0 < P || 0 < B && $; )
6940
+ P !== 0 && (B === 0 || !$ || y.z <= $.z) ? (w = y, y = y.nextZ, P--) : (w = $, $ = $.nextZ, B--), q ? q.nextZ = w : d = w, w.prevZ = q, q = w;
6941
+ y = $;
6942
6942
  }
6943
6943
  q.nextZ = null, H *= 2;
6944
6944
  } while (1 < A);
6945
6945
  }
6946
6946
  for (d = t; t.prev !== t.next; ) {
6947
- if (y = t.prev, K = t.next, l)
6947
+ if (y = t.prev, $ = t.next, l)
6948
6948
  t: {
6949
6949
  q = t, B = n;
6950
6950
  var rt = o, xt = l;
@@ -6990,14 +6990,14 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
6990
6990
  q = !0;
6991
6991
  }
6992
6992
  if (q)
6993
- e.push(y.i / i), e.push(t.i / i), e.push(K.i / i), Xi(t), d = t = K.next;
6994
- else if (t = K, t === d) {
6993
+ e.push(y.i / i), e.push(t.i / i), e.push($.i / i), Xi(t), d = t = $.next;
6994
+ else if (t = $, t === d) {
6995
6995
  if (!f)
6996
6996
  sa(oa(t), e, i, n, o, l, 1);
6997
6997
  else if (f === 1) {
6998
6998
  f = e, d = i, y = t;
6999
6999
  do
7000
- K = y.prev, q = y.next.next, !gs(K, q) && xh(K, y, y.next, q) && Sr(K, q) && Sr(q, K) && (f.push(K.i / d), f.push(y.i / d), f.push(q.i / d), Xi(y), Xi(y.next), y = t = q), y = y.next;
7000
+ $ = y.prev, q = y.next.next, !gs($, q) && xh($, y, y.next, q) && Sr($, q) && Sr(q, $) && (f.push($.i / d), f.push(y.i / d), f.push(q.i / d), Xi(y), Xi(y.next), y = t = q), y = y.next;
7001
7001
  while (y !== t);
7002
7002
  t = y, sa(t, e, i, n, o, l, 2);
7003
7003
  } else if (f === 2)
@@ -7006,11 +7006,11 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7006
7006
  do {
7007
7007
  for (d = f.next.next; d !== f.prev; ) {
7008
7008
  if (y = f.i !== d.i) {
7009
- if (y = f, K = d, q = y.next.i !== K.i && y.prev.i !== K.i) {
7009
+ if (y = f, $ = d, q = y.next.i !== $.i && y.prev.i !== $.i) {
7010
7010
  e: {
7011
7011
  q = y;
7012
7012
  do {
7013
- if (q.i !== y.i && q.next.i !== y.i && q.i !== K.i && q.next.i !== K.i && xh(q, q.next, y, K)) {
7013
+ if (q.i !== y.i && q.next.i !== y.i && q.i !== $.i && q.next.i !== $.i && xh(q, q.next, y, $)) {
7014
7014
  q = !0;
7015
7015
  break e;
7016
7016
  }
@@ -7020,10 +7020,10 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7020
7020
  }
7021
7021
  q = !q;
7022
7022
  }
7023
- if (q = q && Sr(y, K) && Sr(K, y)) {
7024
- q = y, A = !1, P = (y.x + K.x) / 2, K = (y.y + K.y) / 2;
7023
+ if (q = q && Sr(y, $) && Sr($, y)) {
7024
+ q = y, A = !1, P = (y.x + $.x) / 2, $ = (y.y + $.y) / 2;
7025
7025
  do
7026
- q.y > K != q.next.y > K && q.next.y !== q.y && P < (q.next.x - q.x) * (K - q.y) / (q.next.y - q.y) + q.x && (A = !A), q = q.next;
7026
+ q.y > $ != q.next.y > $ && q.next.y !== q.y && P < (q.next.x - q.x) * ($ - q.y) / (q.next.y - q.y) + q.x && (A = !A), q = q.next;
7027
7027
  while (q !== y);
7028
7028
  q = A;
7029
7029
  }
@@ -7150,7 +7150,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7150
7150
  var ne, ii = gt + 2 * ot;
7151
7151
  for (ne = 0; ne < ii; ne++) {
7152
7152
  var Ze = Gi * ne, ai = Gi * (ne + 1), gn = ri + bi + Ze, bn = ri + bi + ai;
7153
- ai = ri + Ci + ai, q(ri + Ci + Ze), q(gn), q(ai), q(gn), q(bn), q(ai), Ze = o.length / 3, Ze = ee.generateSideWallUV(n, o, Ze - 6, Ze - 3, Ze - 2, Ze - 1), K(Ze[0]), K(Ze[1]), K(Ze[3]), K(Ze[1]), K(Ze[2]), K(Ze[3]);
7153
+ ai = ri + Ci + ai, q(ri + Ci + Ze), q(gn), q(ai), q(gn), q(bn), q(ai), Ze = o.length / 3, Ze = ee.generateSideWallUV(n, o, Ze - 6, Ze - 3, Ze - 2, Ze - 1), $(Ze[0]), $(Ze[1]), $(Ze[3]), $(Ze[1]), $(Ze[2]), $(Ze[3]);
7154
7154
  }
7155
7155
  }
7156
7156
  }
@@ -7158,12 +7158,12 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7158
7158
  rt.push(Xe), rt.push(ri), rt.push(Ci);
7159
7159
  }
7160
7160
  function H(Xe, ri, Ci) {
7161
- q(Xe), q(ri), q(Ci), Xe = o.length / 3, Xe = ee.generateTopUV(n, o, Xe - 3, Xe - 2, Xe - 1), K(Xe[0]), K(Xe[1]), K(Xe[2]);
7161
+ q(Xe), q(ri), q(Ci), Xe = o.length / 3, Xe = ee.generateTopUV(n, o, Xe - 3, Xe - 2, Xe - 1), $(Xe[0]), $(Xe[1]), $(Xe[2]);
7162
7162
  }
7163
7163
  function q(Xe) {
7164
7164
  o.push(rt[3 * Xe]), o.push(rt[3 * Xe + 1]), o.push(rt[3 * Xe + 2]);
7165
7165
  }
7166
- function K(Xe) {
7166
+ function $(Xe) {
7167
7167
  l.push(Xe.x), l.push(Xe.y);
7168
7168
  }
7169
7169
  var rt = [], xt = e.curveSegments !== void 0 ? e.curveSegments : 12, gt = e.steps !== void 0 ? e.steps : 1, Ct = e.depth !== void 0 ? e.depth : 100, wt = e.bevelEnabled !== void 0 ? e.bevelEnabled : !0, Vt = e.bevelThickness !== void 0 ? e.bevelThickness : 6, J = e.bevelSize !== void 0 ? e.bevelSize : Vt - 2, ot = e.bevelSegments !== void 0 ? e.bevelSegments : 3, zt = e.extrudePath, ee = e.UVGenerator !== void 0 ? e.UVGenerator : ul;
@@ -7296,19 +7296,19 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7296
7296
  thetaStart: l,
7297
7297
  thetaLength: f
7298
7298
  }, t = t || 1, e = Math.max(3, Math.floor(e) || 8), i = Math.max(2, Math.floor(i) || 6), n = n !== void 0 ? n : 0, o = o !== void 0 ? o : 2 * Math.PI, l = l !== void 0 ? l : 0, f = f !== void 0 ? f : Math.PI;
7299
- var d = l + f, y, w, A = 0, P = [], B = new u(), H = new u(), q = [], K = [], rt = [], xt = [];
7299
+ var d = l + f, y, w, A = 0, P = [], B = new u(), H = new u(), q = [], $ = [], rt = [], xt = [];
7300
7300
  for (w = 0; w <= i; w++) {
7301
7301
  var gt = [], Ct = w / i;
7302
7302
  for (y = 0; y <= e; y++) {
7303
7303
  var wt = y / e;
7304
- B.x = -t * Math.cos(n + wt * o) * Math.sin(l + Ct * f), B.y = t * Math.cos(l + Ct * f), B.z = t * Math.sin(n + wt * o) * Math.sin(l + Ct * f), K.push(B.x, B.y, B.z), H.set(B.x, B.y, B.z).normalize(), rt.push(H.x, H.y, H.z), xt.push(wt, 1 - Ct), gt.push(A++);
7304
+ B.x = -t * Math.cos(n + wt * o) * Math.sin(l + Ct * f), B.y = t * Math.cos(l + Ct * f), B.z = t * Math.sin(n + wt * o) * Math.sin(l + Ct * f), $.push(B.x, B.y, B.z), H.set(B.x, B.y, B.z).normalize(), rt.push(H.x, H.y, H.z), xt.push(wt, 1 - Ct), gt.push(A++);
7305
7305
  }
7306
7306
  P.push(gt);
7307
7307
  }
7308
7308
  for (w = 0; w < i; w++)
7309
7309
  for (y = 0; y < e; y++)
7310
7310
  t = P[w][y + 1], n = P[w][y], o = P[w + 1][y], f = P[w + 1][y + 1], (w !== 0 || 0 < l) && q.push(t, n, f), (w !== i - 1 || d < Math.PI) && q.push(n, o, f);
7311
- this.setIndex(q), this.addAttribute("position", new Et(K, 3)), this.addAttribute("normal", new Et(rt, 3)), this.addAttribute("uv", new Et(xt, 2));
7311
+ this.setIndex(q), this.addAttribute("position", new Et($, 3)), this.addAttribute("normal", new Et(rt, 3)), this.addAttribute("uv", new Et(xt, 2));
7312
7312
  }
7313
7313
  function qa(t, e, i, n, o, l) {
7314
7314
  X.call(this), this.type = "RingGeometry", this.parameters = {
@@ -7329,15 +7329,15 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7329
7329
  thetaStart: o,
7330
7330
  thetaLength: l
7331
7331
  }, t = t || 0.5, e = e || 1, o = o !== void 0 ? o : 0, l = l !== void 0 ? l : 2 * Math.PI, i = i !== void 0 ? Math.max(3, i) : 8, n = n !== void 0 ? Math.max(1, n) : 1;
7332
- var f = [], d = [], y = [], w = [], A = t, P = (e - t) / n, B = new u(), H = new s(), q, K;
7332
+ var f = [], d = [], y = [], w = [], A = t, P = (e - t) / n, B = new u(), H = new s(), q, $;
7333
7333
  for (q = 0; q <= n; q++) {
7334
- for (K = 0; K <= i; K++)
7335
- t = o + K / i * l, B.x = A * Math.cos(t), B.y = A * Math.sin(t), d.push(B.x, B.y, B.z), y.push(0, 0, 1), H.x = (B.x / e + 1) / 2, H.y = (B.y / e + 1) / 2, w.push(H.x, H.y);
7334
+ for ($ = 0; $ <= i; $++)
7335
+ t = o + $ / i * l, B.x = A * Math.cos(t), B.y = A * Math.sin(t), d.push(B.x, B.y, B.z), y.push(0, 0, 1), H.x = (B.x / e + 1) / 2, H.y = (B.y / e + 1) / 2, w.push(H.x, H.y);
7336
7336
  A += P;
7337
7337
  }
7338
7338
  for (q = 0; q < n; q++)
7339
- for (e = q * (i + 1), K = 0; K < i; K++)
7340
- t = K + e, o = t + i + 1, l = t + i + 2, A = t + 1, f.push(t, o, A), f.push(o, l, A);
7339
+ for (e = q * (i + 1), $ = 0; $ < i; $++)
7340
+ t = $ + e, o = t + i + 1, l = t + i + 2, A = t + 1, f.push(t, o, A), f.push(o, l, A);
7341
7341
  this.setIndex(f), this.addAttribute("position", new Et(d, 3)), this.addAttribute("normal", new Et(y, 3)), this.addAttribute("uv", new Et(w, 2));
7342
7342
  }
7343
7343
  function aa(t, e, i, n) {
@@ -7368,14 +7368,14 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7368
7368
  var H = A.shape, q = A.holes;
7369
7369
  if (vo.isClockWise(H) === !1)
7370
7370
  for (H = H.reverse(), A = 0, P = q.length; A < P; A++) {
7371
- var K = q[A];
7372
- vo.isClockWise(K) === !0 && (q[A] = K.reverse());
7371
+ var $ = q[A];
7372
+ vo.isClockWise($) === !0 && (q[A] = $.reverse());
7373
7373
  }
7374
7374
  var rt = vo.triangulateShape(H, q);
7375
7375
  for (A = 0, P = q.length; A < P; A++)
7376
- K = q[A], H = H.concat(K);
7376
+ $ = q[A], H = H.concat($);
7377
7377
  for (A = 0, P = H.length; A < P; A++)
7378
- K = H[A], o.push(K.x, K.y, 0), l.push(0, 0, 1), f.push(K.x, K.y);
7378
+ $ = H[A], o.push($.x, $.y, 0), l.push(0, 0, 1), f.push($.x, $.y);
7379
7379
  for (A = 0, P = rt.length; A < P; A++)
7380
7380
  H = rt[A], n.push(H[0] + B, H[1] + B, H[2] + B), y += 3;
7381
7381
  }
@@ -7454,7 +7454,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7454
7454
  };
7455
7455
  var w = this;
7456
7456
  t = t !== void 0 ? t : 1, e = e !== void 0 ? e : 1, i = i || 1, n = Math.floor(n) || 8, o = Math.floor(o) || 1, l = l !== void 0 ? l : !1, f = f !== void 0 ? f : 0, d = d !== void 0 ? d : 2 * Math.PI;
7457
- var A = [], P = [], B = [], H = [], q = 0, K = [], rt = i / 2, xt = 0;
7457
+ var A = [], P = [], B = [], H = [], q = 0, $ = [], rt = i / 2, xt = 0;
7458
7458
  (function() {
7459
7459
  var gt, Ct, wt = new u(), Vt = new u(), J = 0, ot = (e - t) / i;
7460
7460
  for (Ct = 0; Ct <= o; Ct++) {
@@ -7463,11 +7463,11 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7463
7463
  var qt = gt / n, Te = qt * d + f, me = Math.sin(Te);
7464
7464
  Te = Math.cos(Te), Vt.x = $t * me, Vt.y = -ee * i + rt, Vt.z = $t * Te, P.push(Vt.x, Vt.y, Vt.z), wt.set(me, ot, Te).normalize(), B.push(wt.x, wt.y, wt.z), H.push(qt, 1 - ee), zt.push(q++);
7465
7465
  }
7466
- K.push(zt);
7466
+ $.push(zt);
7467
7467
  }
7468
7468
  for (gt = 0; gt < n; gt++)
7469
7469
  for (Ct = 0; Ct < o; Ct++)
7470
- wt = K[Ct + 1][gt], Vt = K[Ct + 1][gt + 1], ot = K[Ct][gt + 1], A.push(K[Ct][gt], wt, ot), A.push(wt, Vt, ot), J += 6;
7470
+ wt = $[Ct + 1][gt], Vt = $[Ct + 1][gt + 1], ot = $[Ct][gt + 1], A.push($[Ct][gt], wt, ot), A.push(wt, Vt, ot), J += 6;
7471
7471
  w.addGroup(xt, J, 0), xt += J;
7472
7472
  })(), l === !1 && (0 < t && y(!0), 0 < e && y(!1)), this.setIndex(A), this.addAttribute("position", new Et(P, 3)), this.addAttribute("normal", new Et(B, 3)), this.addAttribute("uv", new Et(H, 2));
7473
7473
  }
@@ -7827,8 +7827,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7827
7827
  var B = this.renderTarget, H = B.texture.generateMipmaps;
7828
7828
  B.texture.generateMipmaps = !1, B.activeCubeFace = 0, A.render(P, o, B), B.activeCubeFace = 1, A.render(P, l, B), B.activeCubeFace = 2, A.render(P, f, B), B.activeCubeFace = 3, A.render(P, d, B), B.activeCubeFace = 4, A.render(P, y, B), B.texture.generateMipmaps = H, B.activeCubeFace = 5, A.render(P, w, B), A.setRenderTarget(null);
7829
7829
  }, this.clear = function(A, P, B, H) {
7830
- for (var q = this.renderTarget, K = 0; 6 > K; K++)
7831
- q.activeCubeFace = K, A.setRenderTarget(q), A.clear(P, B, H);
7830
+ for (var q = this.renderTarget, $ = 0; 6 > $; $++)
7831
+ q.activeCubeFace = $, A.setRenderTarget(q), A.clear(P, B, H);
7832
7832
  A.setRenderTarget(null);
7833
7833
  };
7834
7834
  }
@@ -7912,7 +7912,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
7912
7912
  function Ch(t, e, i, n) {
7913
7913
  typeof i == "number" && (n = i, i = !1, console.error(
7914
7914
  "THREE.InstancedBufferAttribute: The constructor now expects normalized as the third argument."
7915
- )), Z.call(this, t, e, i), this.meshPerAttribute = n || 1;
7915
+ )), K.call(this, t, e, i), this.meshPerAttribute = n || 1;
7916
7916
  }
7917
7917
  function cu(t, e, i, n) {
7918
7918
  this.ray = new Li(t, e), this.near = i || 0, this.far = n || 1 / 0, this.params = {
@@ -8022,10 +8022,10 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8022
8022
  this.light = t, this.light.updateMatrixWorld(), this.color = i, t = new Er(e, 4, 2), e = new Ge({ wireframe: !0, fog: !1 }), pi.call(this, t, e), this.matrix = this.light.matrixWorld, this.matrixAutoUpdate = !1, this.update();
8023
8023
  }
8024
8024
  function ya(t, e) {
8025
- N.call(this), this.light = t, this.light.updateMatrixWorld(), this.matrix = t.matrixWorld, this.matrixAutoUpdate = !1, this.color = e, t = new zi({ fog: !1 }), e = new Ft(), e.addAttribute("position", new Z(new Float32Array(15), 3)), this.line = new Vi(e, t), this.add(this.line), this.update();
8025
+ N.call(this), this.light = t, this.light.updateMatrixWorld(), this.matrix = t.matrixWorld, this.matrixAutoUpdate = !1, this.color = e, t = new zi({ fog: !1 }), e = new Ft(), e.addAttribute("position", new K(new Float32Array(15), 3)), this.line = new Vi(e, t), this.add(this.line), this.update();
8026
8026
  }
8027
8027
  function _a(t, e, i) {
8028
- N.call(this), this.light = t, this.light.updateMatrixWorld(), this.matrix = t.matrixWorld, this.matrixAutoUpdate = !1, this.color = i, t = new ps(e), t.rotateY(0.5 * Math.PI), this.material = new Ge({ wireframe: !0, fog: !1 }), this.color === void 0 && (this.material.vertexColors = 2), e = t.getAttribute("position"), e = new Float32Array(3 * e.count), t.addAttribute("color", new Z(e, 3)), this.add(new pi(t, this.material)), this.update();
8028
+ N.call(this), this.light = t, this.light.updateMatrixWorld(), this.matrix = t.matrixWorld, this.matrixAutoUpdate = !1, this.color = i, t = new ps(e), t.rotateY(0.5 * Math.PI), this.material = new Ge({ wireframe: !0, fog: !1 }), this.color === void 0 && (this.material.vertexColors = 2), e = t.getAttribute("position"), e = new Float32Array(3 * e.count), t.addAttribute("color", new K(e, 3)), this.add(new pi(t, this.material)), this.update();
8029
8029
  }
8030
8030
  function rl(t, e, i, n) {
8031
8031
  t = t || 10, e = e || 10, i = new L(i !== void 0 ? i : 4473924), n = new L(n !== void 0 ? n : 8947848);
@@ -8067,8 +8067,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8067
8067
  ), e = new zi({ fog: !1 }), this.lightPlane = new Vi(t, e), this.add(this.lightPlane), t = new Ft(), t.addAttribute("position", new Et([0, 0, 0, 0, 0, 1], 3)), this.targetLine = new Vi(t, e), this.add(this.targetLine), this.update();
8068
8068
  }
8069
8069
  function sl(t) {
8070
- function e(H, q, K) {
8071
- i(H, K), i(q, K);
8070
+ function e(H, q, $) {
8071
+ i(H, $), i(q, $);
8072
8072
  }
8073
8073
  function i(H, q) {
8074
8074
  l.push(0, 0, 0), f.push(q.r, q.g, q.b), d[H] === void 0 && (d[H] = []), d[H].push(l.length / 3 - 1);
@@ -8104,7 +8104,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8104
8104
  7
8105
8105
  ]);
8106
8106
  var i = new Float32Array(24), n = new Ft();
8107
- n.setIndex(new Z(t, 1)), n.addAttribute("position", new Z(i, 3)), mi.call(this, n, new zi({ color: e })), this.matrixAutoUpdate = !1, this.update();
8107
+ n.setIndex(new K(t, 1)), n.addAttribute("position", new K(i, 3)), mi.call(this, n, new zi({ color: e })), this.matrixAutoUpdate = !1, this.update();
8108
8108
  }
8109
8109
  function al(t, e) {
8110
8110
  this.type = "Box3Helper", this.box = t, t = e !== void 0 ? e : 16776960, e = new Uint16Array([
@@ -8134,7 +8134,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8134
8134
  7
8135
8135
  ]);
8136
8136
  var i = new Ft();
8137
- i.setIndex(new Z(e, 1)), i.addAttribute(
8137
+ i.setIndex(new K(e, 1)), i.addAttribute(
8138
8138
  "position",
8139
8139
  new Et(
8140
8140
  [
@@ -8541,9 +8541,9 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8541
8541
  }
8542
8542
  }), Object.assign(c.prototype, {
8543
8543
  isMatrix4: !0,
8544
- set: function(t, e, i, n, o, l, f, d, y, w, A, P, B, H, q, K) {
8544
+ set: function(t, e, i, n, o, l, f, d, y, w, A, P, B, H, q, $) {
8545
8545
  var rt = this.elements;
8546
- return rt[0] = t, rt[4] = e, rt[8] = i, rt[12] = n, rt[1] = o, rt[5] = l, rt[9] = f, rt[13] = d, rt[2] = y, rt[6] = w, rt[10] = A, rt[14] = P, rt[3] = B, rt[7] = H, rt[11] = q, rt[15] = K, this;
8546
+ return rt[0] = t, rt[4] = e, rt[8] = i, rt[12] = n, rt[1] = o, rt[5] = l, rt[9] = f, rt[13] = d, rt[2] = y, rt[6] = w, rt[10] = A, rt[14] = P, rt[3] = B, rt[7] = H, rt[11] = q, rt[15] = $, this;
8547
8547
  },
8548
8548
  identity: function() {
8549
8549
  return this.set(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1), this;
@@ -8630,10 +8630,10 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8630
8630
  multiplyMatrices: function(t, e) {
8631
8631
  var i = t.elements, n = e.elements;
8632
8632
  e = this.elements, t = i[0];
8633
- var o = i[4], l = i[8], f = i[12], d = i[1], y = i[5], w = i[9], A = i[13], P = i[2], B = i[6], H = i[10], q = i[14], K = i[3], rt = i[7], xt = i[11];
8633
+ var o = i[4], l = i[8], f = i[12], d = i[1], y = i[5], w = i[9], A = i[13], P = i[2], B = i[6], H = i[10], q = i[14], $ = i[3], rt = i[7], xt = i[11];
8634
8634
  i = i[15];
8635
8635
  var gt = n[0], Ct = n[4], wt = n[8], Vt = n[12], J = n[1], ot = n[5], zt = n[9], ee = n[13], $t = n[2], qt = n[6], Te = n[10], me = n[14], Ie = n[3], be = n[7], ae = n[11];
8636
- return n = n[15], e[0] = t * gt + o * J + l * $t + f * Ie, e[4] = t * Ct + o * ot + l * qt + f * be, e[8] = t * wt + o * zt + l * Te + f * ae, e[12] = t * Vt + o * ee + l * me + f * n, e[1] = d * gt + y * J + w * $t + A * Ie, e[5] = d * Ct + y * ot + w * qt + A * be, e[9] = d * wt + y * zt + w * Te + A * ae, e[13] = d * Vt + y * ee + w * me + A * n, e[2] = P * gt + B * J + H * $t + q * Ie, e[6] = P * Ct + B * ot + H * qt + q * be, e[10] = P * wt + B * zt + H * Te + q * ae, e[14] = P * Vt + B * ee + H * me + q * n, e[3] = K * gt + rt * J + xt * $t + i * Ie, e[7] = K * Ct + rt * ot + xt * qt + i * be, e[11] = K * wt + rt * zt + xt * Te + i * ae, e[15] = K * Vt + rt * ee + xt * me + i * n, this;
8636
+ return n = n[15], e[0] = t * gt + o * J + l * $t + f * Ie, e[4] = t * Ct + o * ot + l * qt + f * be, e[8] = t * wt + o * zt + l * Te + f * ae, e[12] = t * Vt + o * ee + l * me + f * n, e[1] = d * gt + y * J + w * $t + A * Ie, e[5] = d * Ct + y * ot + w * qt + A * be, e[9] = d * wt + y * zt + w * Te + A * ae, e[13] = d * Vt + y * ee + w * me + A * n, e[2] = P * gt + B * J + H * $t + q * Ie, e[6] = P * Ct + B * ot + H * qt + q * be, e[10] = P * wt + B * zt + H * Te + q * ae, e[14] = P * Vt + B * ee + H * me + q * n, e[3] = $ * gt + rt * J + xt * $t + i * Ie, e[7] = $ * Ct + rt * ot + xt * qt + i * be, e[11] = $ * wt + rt * zt + xt * Te + i * ae, e[15] = $ * Vt + rt * ee + xt * me + i * n, this;
8637
8637
  },
8638
8638
  multiplyScalar: function(t) {
8639
8639
  var e = this.elements;
@@ -8662,9 +8662,9 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8662
8662
  getInverse: function(t, e) {
8663
8663
  var i = this.elements, n = t.elements;
8664
8664
  t = n[0];
8665
- var o = n[1], l = n[2], f = n[3], d = n[4], y = n[5], w = n[6], A = n[7], P = n[8], B = n[9], H = n[10], q = n[11], K = n[12], rt = n[13], xt = n[14];
8665
+ var o = n[1], l = n[2], f = n[3], d = n[4], y = n[5], w = n[6], A = n[7], P = n[8], B = n[9], H = n[10], q = n[11], $ = n[12], rt = n[13], xt = n[14];
8666
8666
  n = n[15];
8667
- var gt = B * xt * A - rt * H * A + rt * w * q - y * xt * q - B * w * n + y * H * n, Ct = K * H * A - P * xt * A - K * w * q + d * xt * q + P * w * n - d * H * n, wt = P * rt * A - K * B * A + K * y * q - d * rt * q - P * y * n + d * B * n, Vt = K * B * w - P * rt * w - K * y * H + d * rt * H + P * y * xt - d * B * xt, J = t * gt + o * Ct + l * wt + f * Vt;
8667
+ var gt = B * xt * A - rt * H * A + rt * w * q - y * xt * q - B * w * n + y * H * n, Ct = $ * H * A - P * xt * A - $ * w * q + d * xt * q + P * w * n - d * H * n, wt = P * rt * A - $ * B * A + $ * y * q - d * rt * q - P * y * n + d * B * n, Vt = $ * B * w - P * rt * w - $ * y * H + d * rt * H + P * y * xt - d * B * xt, J = t * gt + o * Ct + l * wt + f * Vt;
8668
8668
  if (J === 0) {
8669
8669
  if (e === !0)
8670
8670
  throw Error(
@@ -8674,7 +8674,7 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
8674
8674
  "THREE.Matrix4: .getInverse() can't invert matrix, determinant is 0"
8675
8675
  ), this.identity();
8676
8676
  }
8677
- return e = 1 / J, i[0] = gt * e, i[1] = (rt * H * f - B * xt * f - rt * l * q + o * xt * q + B * l * n - o * H * n) * e, i[2] = (y * xt * f - rt * w * f + rt * l * A - o * xt * A - y * l * n + o * w * n) * e, i[3] = (B * w * f - y * H * f - B * l * A + o * H * A + y * l * q - o * w * q) * e, i[4] = Ct * e, i[5] = (P * xt * f - K * H * f + K * l * q - t * xt * q - P * l * n + t * H * n) * e, i[6] = (K * w * f - d * xt * f - K * l * A + t * xt * A + d * l * n - t * w * n) * e, i[7] = (d * H * f - P * w * f + P * l * A - t * H * A - d * l * q + t * w * q) * e, i[8] = wt * e, i[9] = (K * B * f - P * rt * f - K * o * q + t * rt * q + P * o * n - t * B * n) * e, i[10] = (d * rt * f - K * y * f + K * o * A - t * rt * A - d * o * n + t * y * n) * e, i[11] = (P * y * f - d * B * f - P * o * A + t * B * A + d * o * q - t * y * q) * e, i[12] = Vt * e, i[13] = (P * rt * l - K * B * l + K * o * H - t * rt * H - P * o * xt + t * B * xt) * e, i[14] = (K * y * l - d * rt * l - K * o * w + t * rt * w + d * o * xt - t * y * xt) * e, i[15] = (d * B * l - P * y * l + P * o * w - t * B * w - d * o * H + t * y * H) * e, this;
8677
+ return e = 1 / J, i[0] = gt * e, i[1] = (rt * H * f - B * xt * f - rt * l * q + o * xt * q + B * l * n - o * H * n) * e, i[2] = (y * xt * f - rt * w * f + rt * l * A - o * xt * A - y * l * n + o * w * n) * e, i[3] = (B * w * f - y * H * f - B * l * A + o * H * A + y * l * q - o * w * q) * e, i[4] = Ct * e, i[5] = (P * xt * f - $ * H * f + $ * l * q - t * xt * q - P * l * n + t * H * n) * e, i[6] = ($ * w * f - d * xt * f - $ * l * A + t * xt * A + d * l * n - t * w * n) * e, i[7] = (d * H * f - P * w * f + P * l * A - t * H * A - d * l * q + t * w * q) * e, i[8] = wt * e, i[9] = ($ * B * f - P * rt * f - $ * o * q + t * rt * q + P * o * n - t * B * n) * e, i[10] = (d * rt * f - $ * y * f + $ * o * A - t * rt * A - d * o * n + t * y * n) * e, i[11] = (P * y * f - d * B * f - P * o * A + t * B * A + d * o * q - t * y * q) * e, i[12] = Vt * e, i[13] = (P * rt * l - $ * B * l + $ * o * H - t * rt * H - P * o * xt + t * B * xt) * e, i[14] = ($ * y * l - d * rt * l - $ * o * w + t * rt * w + d * o * xt - t * y * xt) * e, i[15] = (d * B * l - P * y * l + P * o * w - t * B * w - d * o * H + t * y * H) * e, this;
8678
8678
  },
8679
8679
  scale: function(t) {
8680
8680
  var e = this.elements, i = t.x, n = t.y;
@@ -9258,8 +9258,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
9258
9258
  e = this.elements, t = i[0];
9259
9259
  var o = i[3], l = i[6], f = i[1], d = i[4], y = i[7], w = i[2], A = i[5];
9260
9260
  i = i[8];
9261
- var P = n[0], B = n[3], H = n[6], q = n[1], K = n[4], rt = n[7], xt = n[2], gt = n[5];
9262
- return n = n[8], e[0] = t * P + o * q + l * xt, e[3] = t * B + o * K + l * gt, e[6] = t * H + o * rt + l * n, e[1] = f * P + d * q + y * xt, e[4] = f * B + d * K + y * gt, e[7] = f * H + d * rt + y * n, e[2] = w * P + A * q + i * xt, e[5] = w * B + A * K + i * gt, e[8] = w * H + A * rt + i * n, this;
9261
+ var P = n[0], B = n[3], H = n[6], q = n[1], $ = n[4], rt = n[7], xt = n[2], gt = n[5];
9262
+ return n = n[8], e[0] = t * P + o * q + l * xt, e[3] = t * B + o * $ + l * gt, e[6] = t * H + o * rt + l * n, e[1] = f * P + d * q + y * xt, e[4] = f * B + d * $ + y * gt, e[7] = f * H + d * rt + y * n, e[2] = w * P + A * q + i * xt, e[5] = w * B + A * $ + i * gt, e[8] = w * H + A * rt + i * n, this;
9263
9263
  },
9264
9264
  multiplyScalar: function(t) {
9265
9265
  var e = this.elements;
@@ -9764,8 +9764,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
9764
9764
  var B, H = 0;
9765
9765
  for (B = P.length - 3; H <= B; H += 3) {
9766
9766
  d.fromArray(P, H);
9767
- var q = w.x * Math.abs(d.x) + w.y * Math.abs(d.y) + w.z * Math.abs(d.z), K = e.dot(d), rt = i.dot(d), xt = n.dot(d);
9768
- if (Math.max(-Math.max(K, rt, xt), Math.min(K, rt, xt)) > q)
9767
+ var q = w.x * Math.abs(d.x) + w.y * Math.abs(d.y) + w.z * Math.abs(d.z), $ = e.dot(d), rt = i.dot(d), xt = n.dot(d);
9768
+ if (Math.max(-Math.max($, rt, xt), Math.min($, rt, xt)) > q)
9769
9769
  return !1;
9770
9770
  }
9771
9771
  return !0;
@@ -9993,8 +9993,8 @@ const Hy = { class: "bim_background_plate" }, Vy = { class: "content" }, Wy = /*
9993
9993
  setFromMatrix: function(t) {
9994
9994
  var e = this.planes, i = t.elements;
9995
9995
  t = i[0];
9996
- var n = i[1], o = i[2], l = i[3], f = i[4], d = i[5], y = i[6], w = i[7], A = i[8], P = i[9], B = i[10], H = i[11], q = i[12], K = i[13], rt = i[14];
9997
- return i = i[15], e[0].setComponents(l - t, w - f, H - A, i - q).normalize(), e[1].setComponents(l + t, w + f, H + A, i + q).normalize(), e[2].setComponents(l + n, w + d, H + P, i + K).normalize(), e[3].setComponents(l - n, w - d, H - P, i - K).normalize(), e[4].setComponents(l - o, w - y, H - B, i - rt).normalize(), e[5].setComponents(l + o, w + y, H + B, i + rt).normalize(), this;
9996
+ var n = i[1], o = i[2], l = i[3], f = i[4], d = i[5], y = i[6], w = i[7], A = i[8], P = i[9], B = i[10], H = i[11], q = i[12], $ = i[13], rt = i[14];
9997
+ return i = i[15], e[0].setComponents(l - t, w - f, H - A, i - q).normalize(), e[1].setComponents(l + t, w + f, H + A, i + q).normalize(), e[2].setComponents(l + n, w + d, H + P, i + $).normalize(), e[3].setComponents(l - n, w - d, H - P, i - $).normalize(), e[4].setComponents(l - o, w - y, H - B, i - rt).normalize(), e[5].setComponents(l + o, w + y, H + B, i + rt).normalize(), this;
9998
9998
  },
9999
9999
  intersectsObject: function() {
10000
10000
  var t = new D();
@@ -13504,19 +13504,19 @@ void main() {
13504
13504
  };
13505
13505
  }(),
13506
13506
  fromBufferGeometry: function(t) {
13507
- function e(q, K, rt, xt) {
13508
- var gt = d === void 0 ? [] : [i.colors[q].clone(), i.colors[K].clone(), i.colors[rt].clone()], Ct = f === void 0 ? [] : [
13507
+ function e(q, $, rt, xt) {
13508
+ var gt = d === void 0 ? [] : [i.colors[q].clone(), i.colors[$].clone(), i.colors[rt].clone()], Ct = f === void 0 ? [] : [
13509
13509
  new u().fromArray(f, 3 * q),
13510
- new u().fromArray(f, 3 * K),
13510
+ new u().fromArray(f, 3 * $),
13511
13511
  new u().fromArray(f, 3 * rt)
13512
13512
  ];
13513
- xt = new R(q, K, rt, Ct, gt, xt), i.faces.push(xt), y !== void 0 && i.faceVertexUvs[0].push([
13513
+ xt = new R(q, $, rt, Ct, gt, xt), i.faces.push(xt), y !== void 0 && i.faceVertexUvs[0].push([
13514
13514
  new s().fromArray(y, 2 * q),
13515
- new s().fromArray(y, 2 * K),
13515
+ new s().fromArray(y, 2 * $),
13516
13516
  new s().fromArray(y, 2 * rt)
13517
13517
  ]), w !== void 0 && i.faceVertexUvs[1].push([
13518
13518
  new s().fromArray(w, 2 * q),
13519
- new s().fromArray(w, 2 * K),
13519
+ new s().fromArray(w, 2 * $),
13520
13520
  new s().fromArray(w, 2 * rt)
13521
13521
  ]);
13522
13522
  }
@@ -13650,9 +13650,9 @@ void main() {
13650
13650
  P.push(B[t].clone());
13651
13651
  for (t = 0, H = y.length; t < H; t++) {
13652
13652
  f = y[t];
13653
- var K = f.vertexNormals;
13654
- for (B = f.vertexColors, P = new R(f.a + o, f.b + o, f.c + o), P.normal.copy(f.normal), n !== void 0 && P.normal.applyMatrix3(n).normalize(), e = 0, l = K.length; e < l; e++)
13655
- q = K[e].clone(), n !== void 0 && q.applyMatrix3(n).normalize(), P.vertexNormals.push(q);
13653
+ var $ = f.vertexNormals;
13654
+ for (B = f.vertexColors, P = new R(f.a + o, f.b + o, f.c + o), P.normal.copy(f.normal), n !== void 0 && P.normal.applyMatrix3(n).normalize(), e = 0, l = $.length; e < l; e++)
13655
+ q = $[e].clone(), n !== void 0 && q.applyMatrix3(n).normalize(), P.vertexNormals.push(q);
13656
13656
  for (P.color.copy(f.color), e = 0, l = B.length; e < l; e++)
13657
13657
  q = B[e], P.vertexColors.push(q.clone());
13658
13658
  P.materialIndex = f.materialIndex + i, d.push(P);
@@ -13749,8 +13749,8 @@ void main() {
13749
13749
  d = [];
13750
13750
  var y = [], w = {}, A = [], P = {}, B = [], H = {};
13751
13751
  for (f = 0; f < this.faces.length; f++) {
13752
- var q = this.faces[f], K = this.faceVertexUvs[0][f] !== void 0, rt = 0 < q.normal.length(), xt = 0 < q.vertexNormals.length, gt = q.color.r !== 1 || q.color.g !== 1 || q.color.b !== 1, Ct = 0 < q.vertexColors.length, wt = 0;
13753
- wt = t(wt, 0, 0), wt = t(wt, 1, !0), wt = t(wt, 2, !1), wt = t(wt, 3, K), wt = t(wt, 4, rt), wt = t(wt, 5, xt), wt = t(wt, 6, gt), wt = t(wt, 7, Ct), d.push(wt), d.push(q.a, q.b, q.c), d.push(q.materialIndex), K && (K = this.faceVertexUvs[0][f], d.push(n(K[0]), n(K[1]), n(K[2]))), rt && d.push(e(q.normal)), xt && (rt = q.vertexNormals, d.push(e(rt[0]), e(rt[1]), e(rt[2]))), gt && d.push(i(q.color)), Ct && (q = q.vertexColors, d.push(i(q[0]), i(q[1]), i(q[2])));
13752
+ var q = this.faces[f], $ = this.faceVertexUvs[0][f] !== void 0, rt = 0 < q.normal.length(), xt = 0 < q.vertexNormals.length, gt = q.color.r !== 1 || q.color.g !== 1 || q.color.b !== 1, Ct = 0 < q.vertexColors.length, wt = 0;
13753
+ wt = t(wt, 0, 0), wt = t(wt, 1, !0), wt = t(wt, 2, !1), wt = t(wt, 3, $), wt = t(wt, 4, rt), wt = t(wt, 5, xt), wt = t(wt, 6, gt), wt = t(wt, 7, Ct), d.push(wt), d.push(q.a, q.b, q.c), d.push(q.materialIndex), $ && ($ = this.faceVertexUvs[0][f], d.push(n($[0]), n($[1]), n($[2]))), rt && d.push(e(q.normal)), xt && (rt = q.vertexNormals, d.push(e(rt[0]), e(rt[1]), e(rt[2]))), gt && d.push(i(q.color)), Ct && (q = q.vertexColors, d.push(i(q[0]), i(q[1]), i(q[2])));
13754
13754
  }
13755
13755
  return o.data = {}, o.data.vertices = l, o.data.normals = y, 0 < A.length && (o.data.colors = A), 0 < B.length && (o.data.uvs = [B]), o.data.faces = d, o;
13756
13756
  },
@@ -13805,11 +13805,11 @@ void main() {
13805
13805
  dispose: function() {
13806
13806
  this.dispatchEvent({ type: "dispose" });
13807
13807
  }
13808
- }), Object.defineProperty(Z.prototype, "needsUpdate", {
13808
+ }), Object.defineProperty(K.prototype, "needsUpdate", {
13809
13809
  set: function(t) {
13810
13810
  t === !0 && this.version++;
13811
13811
  }
13812
- }), Object.assign(Z.prototype, {
13812
+ }), Object.assign(K.prototype, {
13813
13813
  isBufferAttribute: !0,
13814
13814
  onUploadCallback: function() {
13815
13815
  },
@@ -13917,7 +13917,7 @@ void main() {
13917
13917
  clone: function() {
13918
13918
  return new this.constructor(this.array, this.itemSize).copy(this);
13919
13919
  }
13920
- }), $.prototype = Object.create(Z.prototype), $.prototype.constructor = $, ct.prototype = Object.create(Z.prototype), ct.prototype.constructor = ct, Rt.prototype = Object.create(Z.prototype), Rt.prototype.constructor = Rt, et.prototype = Object.create(Z.prototype), et.prototype.constructor = et, _t.prototype = Object.create(Z.prototype), _t.prototype.constructor = _t, G.prototype = Object.create(Z.prototype), G.prototype.constructor = G, Pt.prototype = Object.create(Z.prototype), Pt.prototype.constructor = Pt, Et.prototype = Object.create(Z.prototype), Et.prototype.constructor = Et, At.prototype = Object.create(Z.prototype), At.prototype.constructor = At, Object.assign(fe.prototype, {
13920
+ }), Z.prototype = Object.create(K.prototype), Z.prototype.constructor = Z, ct.prototype = Object.create(K.prototype), ct.prototype.constructor = ct, Rt.prototype = Object.create(K.prototype), Rt.prototype.constructor = Rt, et.prototype = Object.create(K.prototype), et.prototype.constructor = et, _t.prototype = Object.create(K.prototype), _t.prototype.constructor = _t, G.prototype = Object.create(K.prototype), G.prototype.constructor = G, Pt.prototype = Object.create(K.prototype), Pt.prototype.constructor = Pt, Et.prototype = Object.create(K.prototype), Et.prototype.constructor = Et, At.prototype = Object.create(K.prototype), At.prototype.constructor = At, Object.assign(fe.prototype, {
13921
13921
  computeGroups: function(t) {
13922
13922
  var e = [], i = void 0;
13923
13923
  t = t.faces;
@@ -13944,7 +13944,7 @@ void main() {
13944
13944
  B[w] = { name: A[w].name, data: [] };
13945
13945
  this.morphTargets.normal = B;
13946
13946
  }
13947
- var H = t.skinIndices, q = t.skinWeights, K = H.length === i.length, rt = q.length === i.length;
13947
+ var H = t.skinIndices, q = t.skinWeights, $ = H.length === i.length, rt = q.length === i.length;
13948
13948
  for (0 < i.length && e.length === 0 && console.error(
13949
13949
  "THREE.DirectGeometry: Faceless geometries are not supported."
13950
13950
  ), w = 0; w < e.length; w++) {
@@ -13963,7 +13963,7 @@ void main() {
13963
13963
  }
13964
13964
  for (gt = 0; gt < P; gt++)
13965
13965
  Ct = A[gt].vertexNormals[w], B[gt].data.push(Ct.a, Ct.b, Ct.c);
13966
- K && this.skinIndices.push(H[xt.a], H[xt.b], H[xt.c]), rt && this.skinWeights.push(q[xt.a], q[xt.b], q[xt.c]);
13966
+ $ && this.skinIndices.push(H[xt.a], H[xt.b], H[xt.c]), rt && this.skinWeights.push(q[xt.a], q[xt.b], q[xt.c]);
13967
13967
  }
13968
13968
  return this.computeGroups(t), this.verticesNeedUpdate = t.verticesNeedUpdate, this.normalsNeedUpdate = t.normalsNeedUpdate, this.colorsNeedUpdate = t.colorsNeedUpdate, this.uvsNeedUpdate = t.uvsNeedUpdate, this.groupsNeedUpdate = t.groupsNeedUpdate, this;
13969
13969
  }
@@ -13983,7 +13983,7 @@ void main() {
13983
13983
  "THREE.BufferGeometry.addAttribute: Use .setIndex() for index attribute."
13984
13984
  ), this.setIndex(e), this) : (this.attributes[t] = e, this) : (console.warn(
13985
13985
  "THREE.BufferGeometry: .addAttribute() now expects ( name, attribute )."
13986
- ), this.addAttribute(t, new Z(e, i)));
13986
+ ), this.addAttribute(t, new K(e, i)));
13987
13987
  },
13988
13988
  getAttribute: function(t) {
13989
13989
  return this.attributes[t];
@@ -14082,7 +14082,7 @@ void main() {
14082
14082
  },
14083
14083
  fromDirectGeometry: function(t) {
14084
14084
  var e = new Float32Array(3 * t.vertices.length);
14085
- this.addAttribute("position", new Z(e, 3).copyVector3sArray(t.vertices)), 0 < t.normals.length && (e = new Float32Array(3 * t.normals.length), this.addAttribute("normal", new Z(e, 3).copyVector3sArray(t.normals))), 0 < t.colors.length && (e = new Float32Array(3 * t.colors.length), this.addAttribute("color", new Z(e, 3).copyColorsArray(t.colors))), 0 < t.uvs.length && (e = new Float32Array(2 * t.uvs.length), this.addAttribute("uv", new Z(e, 2).copyVector2sArray(t.uvs))), 0 < t.uvs2.length && (e = new Float32Array(2 * t.uvs2.length), this.addAttribute("uv2", new Z(e, 2).copyVector2sArray(t.uvs2))), this.groups = t.groups;
14085
+ this.addAttribute("position", new K(e, 3).copyVector3sArray(t.vertices)), 0 < t.normals.length && (e = new Float32Array(3 * t.normals.length), this.addAttribute("normal", new K(e, 3).copyVector3sArray(t.normals))), 0 < t.colors.length && (e = new Float32Array(3 * t.colors.length), this.addAttribute("color", new K(e, 3).copyColorsArray(t.colors))), 0 < t.uvs.length && (e = new Float32Array(2 * t.uvs.length), this.addAttribute("uv", new K(e, 2).copyVector2sArray(t.uvs))), 0 < t.uvs2.length && (e = new Float32Array(2 * t.uvs2.length), this.addAttribute("uv2", new K(e, 2).copyVector2sArray(t.uvs2))), this.groups = t.groups;
14086
14086
  for (var i in t.morphTargets) {
14087
14087
  e = [];
14088
14088
  for (var n = t.morphTargets[i], o = 0, l = n.length; o < l; o++) {
@@ -14125,7 +14125,7 @@ void main() {
14125
14125
  if (e.position) {
14126
14126
  var i = e.position.array;
14127
14127
  if (e.normal === void 0)
14128
- this.addAttribute("normal", new Z(new Float32Array(i.length), 3));
14128
+ this.addAttribute("normal", new K(new Float32Array(i.length), 3));
14129
14129
  else
14130
14130
  for (var n = e.normal.array, o = 0, l = n.length; o < l; o++)
14131
14131
  n[o] = 0;
@@ -14182,7 +14182,7 @@ void main() {
14182
14182
  for (var w = e.length; o < w; o++)
14183
14183
  for (var A = e[o] * f, P = 0; P < f; P++)
14184
14184
  d[y++] = l[A++];
14185
- t.addAttribute(n, new Z(d, f));
14185
+ t.addAttribute(n, new K(d, f));
14186
14186
  }
14187
14187
  for (e = this.groups, o = 0, w = e.length; o < w; o++)
14188
14188
  i = e[o], t.addGroup(i.start, i.count, i.materialIndex);
@@ -14516,12 +14516,12 @@ void main() {
14516
14516
  var H = t.dot(o), q = e.dot(o);
14517
14517
  if (0 <= H && q <= H)
14518
14518
  return d.copy(w);
14519
- var K = P * q - H * B;
14520
- if (0 >= K && 0 <= P && 0 >= H)
14519
+ var $ = P * q - H * B;
14520
+ if (0 >= $ && 0 <= P && 0 >= H)
14521
14521
  return w = P / (P - H), d.copy(y).addScaledVector(t, w);
14522
14522
  l.subVectors(f, A), f = t.dot(l);
14523
14523
  var rt = e.dot(l);
14524
- return 0 <= rt && f <= rt ? d.copy(A) : (P = f * B - P * rt, 0 >= P && 0 <= B && 0 >= rt ? (K = B / (B - rt), d.copy(y).addScaledVector(e, K)) : (B = H * rt - f * q, 0 >= B && 0 <= q - H && 0 <= f - rt ? (i.subVectors(A, w), K = (q - H) / (q - H + (f - rt)), d.copy(w).addScaledVector(i, K)) : (A = 1 / (B + P + K), w = P * A, K *= A, d.copy(y).addScaledVector(t, w).addScaledVector(e, K))));
14524
+ return 0 <= rt && f <= rt ? d.copy(A) : (P = f * B - P * rt, 0 >= P && 0 <= B && 0 >= rt ? ($ = B / (B - rt), d.copy(y).addScaledVector(e, $)) : (B = H * rt - f * q, 0 >= B && 0 <= q - H && 0 <= f - rt ? (i.subVectors(A, w), $ = (q - H) / (q - H + (f - rt)), d.copy(w).addScaledVector(i, $)) : (A = 1 / (B + P + $), w = P * A, $ *= A, d.copy(y).addScaledVector(t, w).addScaledVector(e, $))));
14525
14525
  };
14526
14526
  }(),
14527
14527
  equals: function(t) {
@@ -14560,12 +14560,12 @@ void main() {
14560
14560
  },
14561
14561
  raycast: function() {
14562
14562
  function t(rt, xt, gt, Ct, wt, Vt, J, ot) {
14563
- return (xt.side === 1 ? Ct.intersectTriangle(J, Vt, wt, !0, ot) : Ct.intersectTriangle(wt, Vt, J, xt.side !== 2, ot)) === null ? null : (K.copy(ot), K.applyMatrix4(rt.matrixWorld), xt = gt.ray.origin.distanceTo(K), xt < gt.near || xt > gt.far ? null : { distance: xt, point: K.clone(), object: rt });
14563
+ return (xt.side === 1 ? Ct.intersectTriangle(J, Vt, wt, !0, ot) : Ct.intersectTriangle(wt, Vt, J, xt.side !== 2, ot)) === null ? null : ($.copy(ot), $.applyMatrix4(rt.matrixWorld), xt = gt.ray.origin.distanceTo($), xt < gt.near || xt > gt.far ? null : { distance: xt, point: $.clone(), object: rt });
14564
14564
  }
14565
14565
  function e(rt, xt, gt, Ct, wt, Vt, J, ot, zt) {
14566
14566
  return l.fromBufferAttribute(wt, J), f.fromBufferAttribute(wt, ot), d.fromBufferAttribute(wt, zt), (rt = t(rt, xt, gt, Ct, l, f, d, q)) && (Vt && (P.fromBufferAttribute(Vt, J), B.fromBufferAttribute(Vt, ot), H.fromBufferAttribute(Vt, zt), rt.uv = Oe.getUV(q, l, f, d, P, B, H, new s())), Vt = new R(J, ot, zt), Oe.getNormal(l, f, d, Vt.normal), rt.face = Vt), rt;
14567
14567
  }
14568
- var i = new c(), n = new Li(), o = new D(), l = new u(), f = new u(), d = new u(), y = new u(), w = new u(), A = new u(), P = new s(), B = new s(), H = new s(), q = new u(), K = new u();
14568
+ var i = new c(), n = new Li(), o = new D(), l = new u(), f = new u(), d = new u(), y = new u(), w = new u(), A = new u(), P = new s(), B = new s(), H = new s(), q = new u(), $ = new u();
14569
14569
  return function(rt, xt) {
14570
14570
  var gt = this.geometry, Ct = this.material, wt = this.matrixWorld;
14571
14571
  if (Ct !== void 0 && (gt.boundingSphere === null && gt.computeBoundingSphere(), o.copy(gt.boundingSphere), o.applyMatrix4(wt), rt.ray.intersectsSphere(o) !== !1 && (i.getInverse(wt), n.copy(rt.ray).applyMatrix4(i), gt.boundingBox === null || n.intersectsBox(gt.boundingBox) !== !1))) {
@@ -14852,18 +14852,18 @@ void main() {
14852
14852
  constructor: Qi,
14853
14853
  isSprite: !0,
14854
14854
  raycast: function() {
14855
- function t(H, q, K, rt, xt, gt) {
14856
- o.subVectors(H, K).addScalar(0.5).multiply(rt), xt !== void 0 ? (l.x = gt * o.x - xt * o.y, l.y = xt * o.x + gt * o.y) : l.copy(o), H.copy(q), H.x += l.x, H.y += l.y, H.applyMatrix4(f);
14855
+ function t(H, q, $, rt, xt, gt) {
14856
+ o.subVectors(H, $).addScalar(0.5).multiply(rt), xt !== void 0 ? (l.x = gt * o.x - xt * o.y, l.y = xt * o.x + gt * o.y) : l.copy(o), H.copy(q), H.x += l.x, H.y += l.y, H.applyMatrix4(f);
14857
14857
  }
14858
14858
  var e = new u(), i = new u(), n = new u(), o = new s(), l = new s(), f = new c(), d = new u(), y = new u(), w = new u(), A = new s(), P = new s(), B = new s();
14859
14859
  return function(H, q) {
14860
14860
  i.setFromMatrixScale(this.matrixWorld), f.getInverse(this.modelViewMatrix).premultiply(this.matrixWorld), n.setFromMatrixPosition(this.modelViewMatrix);
14861
- var K = this.material.rotation;
14862
- if (K !== 0)
14863
- var rt = Math.cos(K), xt = Math.sin(K);
14864
- K = this.center, t(d.set(-0.5, -0.5, 0), n, K, i, xt, rt), t(y.set(0.5, -0.5, 0), n, K, i, xt, rt), t(w.set(0.5, 0.5, 0), n, K, i, xt, rt), A.set(0, 0), P.set(1, 0), B.set(1, 1);
14861
+ var $ = this.material.rotation;
14862
+ if ($ !== 0)
14863
+ var rt = Math.cos($), xt = Math.sin($);
14864
+ $ = this.center, t(d.set(-0.5, -0.5, 0), n, $, i, xt, rt), t(y.set(0.5, -0.5, 0), n, $, i, xt, rt), t(w.set(0.5, 0.5, 0), n, $, i, xt, rt), A.set(0, 0), P.set(1, 0), B.set(1, 1);
14865
14865
  var gt = H.ray.intersectTriangle(d, y, w, !1, e);
14866
- gt === null && (t(y.set(-0.5, 0.5, 0), n, K, i, xt, rt), P.set(0, 1), gt = H.ray.intersectTriangle(d, w, y, !1, e), gt === null) || (xt = H.ray.origin.distanceTo(e), xt < H.near || xt > H.far || q.push({
14866
+ gt === null && (t(y.set(-0.5, 0.5, 0), n, $, i, xt, rt), P.set(0, 1), gt = H.ray.intersectTriangle(d, w, y, !1, e), gt === null) || (xt = H.ray.origin.distanceTo(e), xt < H.near || xt > H.far || q.push({
14867
14867
  distance: xt,
14868
14868
  point: e.clone(),
14869
14869
  uv: Oe.getUV(e, d, y, w, A, P, B, new s()),
@@ -15046,9 +15046,9 @@ void main() {
15046
15046
  if (B !== null) {
15047
15047
  B = B.array, f = 0;
15048
15048
  for (var q = B.length - 1; f < q; f += P) {
15049
- var K = B[f + 1];
15050
- y.fromArray(H, 3 * B[f]), w.fromArray(H, 3 * K), K = e.distanceSqToSegment(y, w, A, d), K > l || (A.applyMatrix4(this.matrixWorld), K = n.ray.origin.distanceTo(A), K < n.near || K > n.far || o.push({
15051
- distance: K,
15049
+ var $ = B[f + 1];
15050
+ y.fromArray(H, 3 * B[f]), w.fromArray(H, 3 * $), $ = e.distanceSqToSegment(y, w, A, d), $ > l || (A.applyMatrix4(this.matrixWorld), $ = n.ray.origin.distanceTo(A), $ < n.near || $ > n.far || o.push({
15051
+ distance: $,
15052
15052
  point: d.clone().applyMatrix4(this.matrixWorld),
15053
15053
  index: f,
15054
15054
  face: null,
@@ -15058,8 +15058,8 @@ void main() {
15058
15058
  }
15059
15059
  } else
15060
15060
  for (f = 0, q = H.length / 3 - 1; f < q; f += P)
15061
- y.fromArray(H, 3 * f), w.fromArray(H, 3 * f + 3), K = e.distanceSqToSegment(y, w, A, d), K > l || (A.applyMatrix4(this.matrixWorld), K = n.ray.origin.distanceTo(A), K < n.near || K > n.far || o.push({
15062
- distance: K,
15061
+ y.fromArray(H, 3 * f), w.fromArray(H, 3 * f + 3), $ = e.distanceSqToSegment(y, w, A, d), $ > l || (A.applyMatrix4(this.matrixWorld), $ = n.ray.origin.distanceTo(A), $ < n.near || $ > n.far || o.push({
15062
+ distance: $,
15063
15063
  point: d.clone().applyMatrix4(this.matrixWorld),
15064
15064
  index: f,
15065
15065
  face: null,
@@ -15068,8 +15068,8 @@ void main() {
15068
15068
  }));
15069
15069
  } else if (f.isGeometry)
15070
15070
  for (y = f.vertices, w = y.length, f = 0; f < w - 1; f += P)
15071
- K = e.distanceSqToSegment(y[f], y[f + 1], A, d), K > l || (A.applyMatrix4(this.matrixWorld), K = n.ray.origin.distanceTo(A), K < n.near || K > n.far || o.push({
15072
- distance: K,
15071
+ $ = e.distanceSqToSegment(y[f], y[f + 1], A, d), $ > l || (A.applyMatrix4(this.matrixWorld), $ = n.ray.origin.distanceTo(A), $ < n.near || $ > n.far || o.push({
15072
+ distance: $,
15073
15073
  point: d.clone().applyMatrix4(this.matrixWorld),
15074
15074
  index: f,
15075
15075
  face: null,
@@ -15141,8 +15141,8 @@ void main() {
15141
15141
  var H = B.array;
15142
15142
  B = 0;
15143
15143
  for (var q = H.length; B < q; B++) {
15144
- var K = H[B];
15145
- w.fromArray(d, 3 * K), l(w, K);
15144
+ var $ = H[B];
15145
+ w.fromArray(d, 3 * $), l(w, $);
15146
15146
  }
15147
15147
  } else
15148
15148
  for (B = 0, H = d.length / 3; B < H; B++)
@@ -15733,10 +15733,10 @@ void main() {
15733
15733
  return console.error(
15734
15734
  "THREE.AnimationClip: No animation in JSONLoader data."
15735
15735
  ), null;
15736
- var i = function(K, rt, xt, gt, Ct) {
15736
+ var i = function($, rt, xt, gt, Ct) {
15737
15737
  if (xt.length !== 0) {
15738
15738
  var wt = [], Vt = [];
15739
- Wn.flattenJSON(xt, wt, Vt, gt), wt.length !== 0 && Ct.push(new K(rt, wt, Vt));
15739
+ Wn.flattenJSON(xt, wt, Vt, gt), wt.length !== 0 && Ct.push(new $(rt, wt, Vt));
15740
15740
  }
15741
15741
  }, n = [], o = t.name || "default", l = t.length || -1, f = t.fps || 30;
15742
15742
  t = t.hierarchy || [];
@@ -15858,13 +15858,13 @@ void main() {
15858
15858
  var q = Lr[t];
15859
15859
  if (delete Lr[t], this.status === 200 || this.status === 0) {
15860
15860
  this.status === 0 && console.warn("THREE.FileLoader: HTTP Status 0 received.");
15861
- for (var K = 0, rt = q.length; K < rt; K++) {
15862
- var xt = q[K];
15861
+ for (var $ = 0, rt = q.length; $ < rt; $++) {
15862
+ var xt = q[$];
15863
15863
  xt.onLoad && xt.onLoad(H);
15864
15864
  }
15865
15865
  } else {
15866
- for (K = 0, rt = q.length; K < rt; K++)
15867
- xt = q[K], xt.onError && xt.onError(B);
15866
+ for ($ = 0, rt = q.length; $ < rt; $++)
15867
+ xt = q[$], xt.onError && xt.onError(B);
15868
15868
  o.manager.itemError(t);
15869
15869
  }
15870
15870
  o.manager.itemEnd(t);
@@ -15873,7 +15873,7 @@ void main() {
15873
15873
  ), P.addEventListener(
15874
15874
  "progress",
15875
15875
  function(B) {
15876
- for (var H = Lr[t], q = 0, K = H.length; q < K; q++) {
15876
+ for (var H = Lr[t], q = 0, $ = H.length; q < $; q++) {
15877
15877
  var rt = H[q];
15878
15878
  rt.onProgress && rt.onProgress(B);
15879
15879
  }
@@ -15884,7 +15884,7 @@ void main() {
15884
15884
  function(B) {
15885
15885
  var H = Lr[t];
15886
15886
  delete Lr[t];
15887
- for (var q = 0, K = H.length; q < K; q++) {
15887
+ for (var q = 0, $ = H.length; q < $; q++) {
15888
15888
  var rt = H[q];
15889
15889
  rt.onError && rt.onError(B);
15890
15890
  }
@@ -15896,7 +15896,7 @@ void main() {
15896
15896
  function(B) {
15897
15897
  var H = Lr[t];
15898
15898
  delete Lr[t];
15899
- for (var q = 0, K = H.length; q < K; q++) {
15899
+ for (var q = 0, $ = H.length; q < $; q++) {
15900
15900
  var rt = H[q];
15901
15901
  rt.onError && rt.onError(B);
15902
15902
  }
@@ -15980,8 +15980,8 @@ void main() {
15980
15980
  if (B = l._parser(B, !0), B.isCubemap)
15981
15981
  for (var H = B.mipmaps.length / B.mipmapCount, q = 0; q < H; q++) {
15982
15982
  f[q] = { mipmaps: [] };
15983
- for (var K = 0; K < B.mipmapCount; K++)
15984
- f[q].mipmaps.push(B.mipmaps[q * B.mipmapCount + K]), f[q].format = B.format, f[q].width = B.width, f[q].height = B.height;
15983
+ for (var $ = 0; $ < B.mipmapCount; $++)
15984
+ f[q].mipmaps.push(B.mipmaps[q * B.mipmapCount + $]), f[q].format = B.format, f[q].width = B.width, f[q].height = B.height;
15985
15985
  }
15986
15986
  else
15987
15987
  d.image.width = B.width, d.image.height = B.height, d.mipmaps = B.mipmaps;
@@ -16668,11 +16668,11 @@ void main() {
16668
16668
  },
16669
16669
  parse: function(t) {
16670
16670
  var e = new Ft(), i = t.data.index;
16671
- i !== void 0 && (i = new is[i.type](i.array), e.setIndex(new Z(i, 1)));
16671
+ i !== void 0 && (i = new is[i.type](i.array), e.setIndex(new K(i, 1)));
16672
16672
  var n = t.data.attributes;
16673
16673
  for (l in n) {
16674
16674
  var o = n[l];
16675
- i = new is[o.type](o.array), e.addAttribute(l, new Z(i, o.itemSize, o.normalized));
16675
+ i = new is[o.type](o.array), e.addAttribute(l, new K(i, o.itemSize, o.normalized));
16676
16676
  }
16677
16677
  var l = t.data.groups || t.data.drawcalls || t.data.offsets;
16678
16678
  if (l !== void 0)
@@ -16731,10 +16731,10 @@ void main() {
16731
16731
  CustomBlending: 5
16732
16732
  }, e = new L(), i = new ln(), n = new Hl();
16733
16733
  return function(o, l, f) {
16734
- function d(B, H, q, K, rt) {
16734
+ function d(B, H, q, $, rt) {
16735
16735
  B = l + B;
16736
16736
  var xt = Io.Handlers.get(B);
16737
- return xt !== null ? B = xt.load(B) : (i.setCrossOrigin(f), B = i.load(B)), H !== void 0 && (B.repeat.fromArray(H), H[0] !== 1 && (B.wrapS = 1e3), H[1] !== 1 && (B.wrapT = 1e3)), q !== void 0 && B.offset.fromArray(q), K !== void 0 && (K[0] === "repeat" && (B.wrapS = 1e3), K[0] === "mirror" && (B.wrapS = 1002), K[1] === "repeat" && (B.wrapT = 1e3), K[1] === "mirror" && (B.wrapT = 1002)), rt !== void 0 && (B.anisotropy = rt), H = fi.generateUUID(), y[H] = B, H;
16737
+ return xt !== null ? B = xt.load(B) : (i.setCrossOrigin(f), B = i.load(B)), H !== void 0 && (B.repeat.fromArray(H), H[0] !== 1 && (B.wrapS = 1e3), H[1] !== 1 && (B.wrapT = 1e3)), q !== void 0 && B.offset.fromArray(q), $ !== void 0 && ($[0] === "repeat" && (B.wrapS = 1e3), $[0] === "mirror" && (B.wrapS = 1002), $[1] === "repeat" && (B.wrapT = 1e3), $[1] === "mirror" && (B.wrapT = 1002)), rt !== void 0 && (B.anisotropy = rt), H = fi.generateUUID(), y[H] = B, H;
16738
16738
  }
16739
16739
  var y = {}, w = { uuid: fi.generateUUID(), type: "MeshLambertMaterial" }, A;
16740
16740
  for (A in o) {
@@ -16996,18 +16996,18 @@ void main() {
16996
16996
  o = new u(), o.x = y[H++] * P, o.y = y[H++] * P, o.z = y[H++] * P, i.vertices.push(o);
16997
16997
  for (H = 0, f = d.length; H < f; ) {
16998
16998
  y = d[H++];
16999
- var q = y & 1, K = y & 2;
16999
+ var q = y & 1, $ = y & 2;
17000
17000
  o = y & 8;
17001
17001
  var rt = y & 16, xt = y & 32;
17002
17002
  if (P = y & 64, y &= 128, q) {
17003
17003
  q = new R(), q.a = d[H], q.b = d[H + 1], q.c = d[H + 3];
17004
17004
  var gt = new R();
17005
- if (gt.a = d[H + 1], gt.b = d[H + 2], gt.c = d[H + 3], H += 4, K && (K = d[H++], q.materialIndex = K, gt.materialIndex = K), K = i.faces.length, o)
17005
+ if (gt.a = d[H + 1], gt.b = d[H + 2], gt.c = d[H + 3], H += 4, $ && ($ = d[H++], q.materialIndex = $, gt.materialIndex = $), $ = i.faces.length, o)
17006
17006
  for (o = 0; o < B; o++) {
17007
17007
  var Ct = n.uvs[o];
17008
- for (i.faceVertexUvs[o][K] = [], i.faceVertexUvs[o][K + 1] = [], l = 0; 4 > l; l++) {
17008
+ for (i.faceVertexUvs[o][$] = [], i.faceVertexUvs[o][$ + 1] = [], l = 0; 4 > l; l++) {
17009
17009
  var wt = d[H++], Vt = Ct[2 * wt];
17010
- wt = Ct[2 * wt + 1], Vt = new s(Vt, wt), l !== 2 && i.faceVertexUvs[o][K].push(Vt), l !== 0 && i.faceVertexUvs[o][K + 1].push(Vt);
17010
+ wt = Ct[2 * wt + 1], Vt = new s(Vt, wt), l !== 2 && i.faceVertexUvs[o][$].push(Vt), l !== 0 && i.faceVertexUvs[o][$ + 1].push(Vt);
17011
17011
  }
17012
17012
  }
17013
17013
  if (rt && (rt = 3 * d[H++], q.normal.set(w[rt++], w[rt++], w[rt]), gt.normal.copy(q.normal)), xt)
@@ -17018,10 +17018,10 @@ void main() {
17018
17018
  P = d[H++], P = A[P], o !== 2 && q.vertexColors.push(new L(P)), o !== 0 && gt.vertexColors.push(new L(P));
17019
17019
  i.faces.push(q), i.faces.push(gt);
17020
17020
  } else {
17021
- if (q = new R(), q.a = d[H++], q.b = d[H++], q.c = d[H++], K && (K = d[H++], q.materialIndex = K), K = i.faces.length, o)
17021
+ if (q = new R(), q.a = d[H++], q.b = d[H++], q.c = d[H++], $ && ($ = d[H++], q.materialIndex = $), $ = i.faces.length, o)
17022
17022
  for (o = 0; o < B; o++)
17023
- for (Ct = n.uvs[o], i.faceVertexUvs[o][K] = [], l = 0; 3 > l; l++)
17024
- wt = d[H++], Vt = Ct[2 * wt], wt = Ct[2 * wt + 1], Vt = new s(Vt, wt), i.faceVertexUvs[o][K].push(Vt);
17023
+ for (Ct = n.uvs[o], i.faceVertexUvs[o][$] = [], l = 0; 3 > l; l++)
17024
+ wt = d[H++], Vt = Ct[2 * wt], wt = Ct[2 * wt + 1], Vt = new s(Vt, wt), i.faceVertexUvs[o][$].push(Vt);
17025
17025
  if (rt && (rt = 3 * d[H++], q.normal.set(w[rt++], w[rt++], w[rt])), xt)
17026
17026
  for (o = 0; 3 > o; o++)
17027
17027
  rt = 3 * d[H++], xt = new u(w[rt++], w[rt++], w[rt]), q.vertexNormals.push(xt);
@@ -17562,8 +17562,8 @@ void main() {
17562
17562
  w[P] = void 0, A[P] = [];
17563
17563
  for (var B = 0, H = l.length; B < H; B++) {
17564
17564
  f = l[B];
17565
- var q = f.getPoints(), K = o(q);
17566
- (K = t ? !K : K) ? (!y && w[P] && P++, w[P] = { s: new $n(), p: q }, w[P].s.curves = f.curves, y && P++, A[P] = []) : A[P].push({ h: f, p: q[0] });
17565
+ var q = f.getPoints(), $ = o(q);
17566
+ ($ = t ? !$ : $) ? (!y && w[P] && P++, w[P] = { s: new $n(), p: q }, w[P].s.curves = f.curves, y && P++, A[P] = []) : A[P].push({ h: f, p: q[0] });
17567
17567
  }
17568
17568
  if (!w[0])
17569
17569
  return i(l);
@@ -17571,9 +17571,9 @@ void main() {
17571
17571
  for (B = !1, t = [], o = 0, l = w.length; o < l; o++)
17572
17572
  d[o] = [];
17573
17573
  for (o = 0, l = w.length; o < l; o++)
17574
- for (f = A[o], K = 0; K < f.length; K++) {
17575
- for (y = f[K], P = !0, q = 0; q < w.length; q++)
17576
- n(y.p, w[q].p) && (o !== q && t.push({ froms: o, tos: q, hole: K }), P ? (P = !1, d[q].push(y)) : B = !0);
17574
+ for (f = A[o], $ = 0; $ < f.length; $++) {
17575
+ for (y = f[$], P = !0, q = 0; q < w.length; q++)
17576
+ n(y.p, w[q].p) && (o !== q && t.push({ froms: o, tos: q, hole: $ }), P ? (P = !1, d[q].push(y)) : B = !0);
17577
17577
  P && d[o].push(y);
17578
17578
  }
17579
17579
  0 < t.length && (B || (A = d));
@@ -17603,21 +17603,21 @@ void main() {
17603
17603
  if (w = e.glyphs[w] || e.glyphs["?"]) {
17604
17604
  var H = new Vl();
17605
17605
  if (w.o)
17606
- for (var q = w._cachedOutline || (w._cachedOutline = w.o.split(" ")), K = 0, rt = q.length; K < rt; )
17607
- switch (q[K++]) {
17606
+ for (var q = w._cachedOutline || (w._cachedOutline = w.o.split(" ")), $ = 0, rt = q.length; $ < rt; )
17607
+ switch (q[$++]) {
17608
17608
  case "m":
17609
- var xt = q[K++] * A + P, gt = q[K++] * A + B;
17609
+ var xt = q[$++] * A + P, gt = q[$++] * A + B;
17610
17610
  H.moveTo(xt, gt);
17611
17611
  break;
17612
17612
  case "l":
17613
- xt = q[K++] * A + P, gt = q[K++] * A + B, H.lineTo(xt, gt);
17613
+ xt = q[$++] * A + P, gt = q[$++] * A + B, H.lineTo(xt, gt);
17614
17614
  break;
17615
17615
  case "q":
17616
- var Ct = q[K++] * A + P, wt = q[K++] * A + B, Vt = q[K++] * A + P, J = q[K++] * A + B;
17616
+ var Ct = q[$++] * A + P, wt = q[$++] * A + B, Vt = q[$++] * A + P, J = q[$++] * A + B;
17617
17617
  H.quadraticCurveTo(Vt, J, Ct, wt);
17618
17618
  break;
17619
17619
  case "b":
17620
- Ct = q[K++] * A + P, wt = q[K++] * A + B, Vt = q[K++] * A + P, J = q[K++] * A + B, xt = q[K++] * A + P, gt = q[K++] * A + B, H.bezierCurveTo(Vt, J, xt, gt, Ct, wt);
17620
+ Ct = q[$++] * A + P, wt = q[$++] * A + B, Vt = q[$++] * A + P, J = q[$++] * A + B, xt = q[$++] * A + P, gt = q[$++] * A + B, H.bezierCurveTo(Vt, J, xt, gt, Ct, wt);
17621
17621
  }
17622
17622
  A = { offsetX: w.ha * A, path: H };
17623
17623
  } else
@@ -17690,8 +17690,8 @@ void main() {
17690
17690
  d = this.eyeSep / 2;
17691
17691
  var B = d * o / e, H = o * Math.tan(fi.DEG2RAD * i * 0.5) / f;
17692
17692
  w.elements[12] = -d, y.elements[12] = d;
17693
- var q = -H * n + B, K = H * n + B;
17694
- P.elements[0] = 2 * o / (K - q), P.elements[8] = (K + q) / (K - q), this.cameraL.projectionMatrix.copy(P), q = -H * n - B, K = H * n - B, P.elements[0] = 2 * o / (K - q), P.elements[8] = (K + q) / (K - q), this.cameraR.projectionMatrix.copy(P);
17693
+ var q = -H * n + B, $ = H * n + B;
17694
+ P.elements[0] = 2 * o / ($ - q), P.elements[8] = ($ + q) / ($ - q), this.cameraL.projectionMatrix.copy(P), q = -H * n - B, $ = H * n - B, P.elements[0] = 2 * o / ($ - q), P.elements[8] = ($ + q) / ($ - q), this.cameraR.projectionMatrix.copy(P);
17695
17695
  }
17696
17696
  this.cameraL.matrixWorld.copy(A.matrixWorld).multiply(w), this.cameraR.matrixWorld.copy(A.matrixWorld).multiply(y);
17697
17697
  };
@@ -18239,10 +18239,10 @@ void main() {
18239
18239
  f[B].push(new Tn(P, o[B], l[B]));
18240
18240
  } else if (H < i) {
18241
18241
  y = t[H];
18242
- var K = --i;
18243
- for (q = t[K], n[q.uuid] = H, t[H] = q, n[B] = K, t[K] = P, B = 0, q = d; B !== q; ++B) {
18242
+ var $ = --i;
18243
+ for (q = t[$], n[q.uuid] = H, t[H] = q, n[B] = $, t[$] = P, B = 0, q = d; B !== q; ++B) {
18244
18244
  var rt = f[B], xt = rt[H];
18245
- rt[H] = rt[K], xt === void 0 && (xt = new Tn(P, o[B], l[B])), rt[K] = xt;
18245
+ rt[H] = rt[$], xt === void 0 && (xt = new Tn(P, o[B], l[B])), rt[$] = xt;
18246
18246
  }
18247
18247
  } else
18248
18248
  t[H] !== y && console.error(
@@ -18685,11 +18685,11 @@ void main() {
18685
18685
  copy: function(t) {
18686
18686
  return Ii.prototype.copy.call(this, t), this.meshPerAttribute = t.meshPerAttribute, this;
18687
18687
  }
18688
- }), Ch.prototype = Object.assign(Object.create(Z.prototype), {
18688
+ }), Ch.prototype = Object.assign(Object.create(K.prototype), {
18689
18689
  constructor: Ch,
18690
18690
  isInstancedBufferAttribute: !0,
18691
18691
  copy: function(t) {
18692
- return Z.prototype.copy.call(this, t), this.meshPerAttribute = t.meshPerAttribute, this;
18692
+ return K.prototype.copy.call(this, t), this.meshPerAttribute = t.meshPerAttribute, this;
18693
18693
  }
18694
18694
  }), Object.assign(cu.prototype, {
18695
18695
  linePrecision: 1,
@@ -19528,7 +19528,7 @@ void main() {
19528
19528
  ), this.shadow.mapSize.height = t;
19529
19529
  }
19530
19530
  }
19531
- }), Object.defineProperties(Z.prototype, {
19531
+ }), Object.defineProperties(K.prototype, {
19532
19532
  length: {
19533
19533
  get: function() {
19534
19534
  return console.warn(
@@ -19984,7 +19984,7 @@ void main() {
19984
19984
  console.error(
19985
19985
  "THREE.ImageUtils.loadCompressedTextureCube has been removed. Use THREE.DDSLoader instead."
19986
19986
  );
19987
- }, x.WebGLRenderTargetCube = C, x.WebGLRenderTarget = S, x.WebGLRenderer = xe, x.ShaderLib = go, x.UniformsLib = qe, x.UniformsUtils = Dn, x.ShaderChunk = Ei, x.FogExp2 = Le, x.Fog = wn, x.Scene = Hn, x.Sprite = Qi, x.LOD = tn, x.SkinnedMesh = Fi, x.Skeleton = sn, x.Bone = an, x.Mesh = pi, x.LineSegments = mi, x.LineLoop = so, x.Line = Vi, x.Points = Ks, x.Group = ui, x.VideoTexture = yh, x.DataTexture = O, x.DataTexture3D = Q, x.CompressedTexture = Ho, x.CubeTexture = z, x.CanvasTexture = Fa, x.DepthTexture = Ua, x.Texture = g, x.AnimationLoader = Qt, x.CompressedTextureLoader = Zt, x.DataTextureLoader = Ue, x.CubeTextureLoader = ki, x.TextureLoader = ln, x.ObjectLoader = Ka, x.MaterialLoader = Hl, x.BufferGeometryLoader = wh, x.DefaultLoadingManager = Kn, x.LoadingManager = Zo, x.JSONLoader = Ps, x.ImageLoader = si, x.ImageBitmapLoader = Th, x.FontLoader = uu, x.FileLoader = Lt, x.Loader = Io, x.LoaderUtils = Ds, x.Cache = yo, x.AudioLoader = pn, x.SpotLightShadow = Ja, x.SpotLight = $a, x.PointLight = Cs, x.RectAreaLight = Gl, x.HemisphereLight = Za, x.DirectionalLightShadow = $o, x.DirectionalLight = mo, x.AmbientLight = As, x.LightShadow = po, x.Light = $i, x.StereoCamera = Gn, x.PerspectiveCamera = _e, x.OrthographicCamera = fa, x.CubeCamera = Qa, x.ArrayCamera = Fe, x.Camera = Be, x.AudioListener = Wl, x.PositionalAudio = tl, x.AudioContext = Dh, x.AudioAnalyser = Ls, x.Audio = pa, x.VectorKeyframeTrack = ua, x.StringKeyframeTrack = Ul, x.QuaternionKeyframeTrack = ha, x.NumberKeyframeTrack = jr, x.ColorKeyframeTrack = Fl, x.BooleanKeyframeTrack = Nl, x.PropertyMixer = el, x.PropertyBinding = Tn, x.KeyframeTrack = Un, x.AnimationUtils = Wn, x.AnimationObjectGroup = da, x.AnimationMixer = Ko, x.AnimationClip = gr, x.Uniform = jl, x.InstancedBufferGeometry = Eh, x.BufferGeometry = Ft, x.Geometry = X, x.InterleavedBufferAttribute = Di, x.InstancedInterleavedBuffer = bh, x.InterleavedBuffer = Ii, x.InstancedBufferAttribute = Ch, x.Face3 = R, x.Object3D = N, x.Raycaster = cu, x.Layers = U, x.EventDispatcher = a, x.Clock = Sh, x.QuaternionLinearInterpolant = ir, x.LinearInterpolant = Cr, x.DiscreteInterpolant = bs, x.CubicInterpolant = Ya, x.Interpolant = Zn, x.Triangle = Oe, x.Math = fi, x.Spherical = Ah, x.Cylindrical = it, x.Plane = F, x.Frustum = E, x.Sphere = D, x.Ray = Li, x.Matrix4 = c, x.Matrix3 = m, x.Box3 = k, x.Box2 = Qo, x.Line3 = ma, x.Euler = b, x.Vector4 = _, x.Vector3 = u, x.Vector2 = s, x.Quaternion = p, x.Color = L, x.ImmediateRenderObject = Vn, x.VertexNormalsHelper = yi, x.SpotLightHelper = ga, x.SkeletonHelper = va, x.PointLightHelper = Pr, x.RectAreaLightHelper = ya, x.HemisphereLightHelper = _a, x.GridHelper = rl, x.PolarGridHelper = Xl, x.FaceNormalsHelper = ol, x.DirectionalLightHelper = lr, x.CameraHelper = sl, x.BoxHelper = Do, x.Box3Helper = al, x.PlaneHelper = ll, x.ArrowHelper = zo, x.AxesHelper = vr, x.Shape = $n, x.Path = ar, x.ShapePath = Vl, x.Font = Mh, x.CurvePath = Oo, x.Curve = Ee, x.ImageUtils = ts, x.ShapeUtils = vo, x.WebGLUtils = He, x.WireframeGeometry = Qs, x.ParametricGeometry = Ga, x.ParametricBufferGeometry = ta, x.TetrahedronGeometry = Ha, x.TetrahedronBufferGeometry = ea, x.OctahedronGeometry = Va, x.OctahedronBufferGeometry = ps, x.IcosahedronGeometry = Wa, x.IcosahedronBufferGeometry = ia, x.DodecahedronGeometry = na, x.DodecahedronBufferGeometry = ra, x.PolyhedronGeometry = Wi, x.PolyhedronBufferGeometry = _i, x.TubeGeometry = fn, x.TubeBufferGeometry = Vo, x.TorusKnotGeometry = Vr, x.TorusKnotBufferGeometry = ds, x.TorusGeometry = ms, x.TorusBufferGeometry = Nn, x.TextGeometry = Xa, x.TextBufferGeometry = vs, x.SphereGeometry = Wo, x.SphereBufferGeometry = Er, x.RingGeometry = qa, x.RingBufferGeometry = ys, x.PlaneGeometry = ke, x.PlaneBufferGeometry = ce, x.LatheGeometry = aa, x.LatheBufferGeometry = jo, x.ShapeGeometry = Po, x.ShapeBufferGeometry = Xo, x.ExtrudeGeometry = Ao, x.ExtrudeBufferGeometry = lo, x.EdgesGeometry = qo, x.ConeGeometry = la, x.ConeBufferGeometry = Fn, x.CylinderGeometry = Lo, x.CylinderBufferGeometry = Ro, x.CircleGeometry = _s, x.CircleBufferGeometry = ho, x.BoxGeometry = It, x.BoxBufferGeometry = Bt, x.ShadowMaterial = Yo, x.SpriteMaterial = Ui, x.RawShaderMaterial = xs, x.ShaderMaterial = $e, x.PointsMaterial = Bn, x.MeshPhysicalMaterial = ws, x.MeshStandardMaterial = uo, x.MeshPhongMaterial = Wr, x.MeshToonMaterial = Ts, x.MeshNormalMaterial = Ms, x.MeshLambertMaterial = br, x.MeshDepthMaterial = se, x.MeshDistanceMaterial = te, x.MeshBasicMaterial = Ge, x.MeshMatcapMaterial = Ss, x.LineDashedMaterial = Es, x.LineBasicMaterial = zi, x.Material = Yt, x.Float64BufferAttribute = At, x.Float32BufferAttribute = Et, x.Uint32BufferAttribute = Pt, x.Int32BufferAttribute = G, x.Uint16BufferAttribute = _t, x.Int16BufferAttribute = et, x.Uint8ClampedBufferAttribute = Rt, x.Uint8BufferAttribute = ct, x.Int8BufferAttribute = $, x.BufferAttribute = Z, x.ArcCurve = ca, x.CatmullRomCurve3 = Pn, x.CubicBezierCurve = rr, x.CubicBezierCurve3 = wi, x.EllipseCurve = Jn, x.LineCurve = or, x.LineCurve3 = Ar, x.QuadraticBezierCurve = sr, x.QuadraticBezierCurve3 = fo, x.SplineCurve = Xr, x.REVISION = "98", x.MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 }, x.CullFaceNone = 0, x.CullFaceBack = 1, x.CullFaceFront = 2, x.CullFaceFrontBack = 3, x.FrontFaceDirectionCW = 0, x.FrontFaceDirectionCCW = 1, x.BasicShadowMap = 0, x.PCFShadowMap = 1, x.PCFSoftShadowMap = 2, x.FrontSide = 0, x.BackSide = 1, x.DoubleSide = 2, x.FlatShading = 1, x.SmoothShading = 2, x.NoColors = 0, x.FaceColors = 1, x.VertexColors = 2, x.NoBlending = 0, x.NormalBlending = 1, x.AdditiveBlending = 2, x.SubtractiveBlending = 3, x.MultiplyBlending = 4, x.CustomBlending = 5, x.AddEquation = 100, x.SubtractEquation = 101, x.ReverseSubtractEquation = 102, x.MinEquation = 103, x.MaxEquation = 104, x.ZeroFactor = 200, x.OneFactor = 201, x.SrcColorFactor = 202, x.OneMinusSrcColorFactor = 203, x.SrcAlphaFactor = 204, x.OneMinusSrcAlphaFactor = 205, x.DstAlphaFactor = 206, x.OneMinusDstAlphaFactor = 207, x.DstColorFactor = 208, x.OneMinusDstColorFactor = 209, x.SrcAlphaSaturateFactor = 210, x.NeverDepth = 0, x.AlwaysDepth = 1, x.LessDepth = 2, x.LessEqualDepth = 3, x.EqualDepth = 4, x.GreaterEqualDepth = 5, x.GreaterDepth = 6, x.NotEqualDepth = 7, x.MultiplyOperation = 0, x.MixOperation = 1, x.AddOperation = 2, x.NoToneMapping = 0, x.LinearToneMapping = 1, x.ReinhardToneMapping = 2, x.Uncharted2ToneMapping = 3, x.CineonToneMapping = 4, x.UVMapping = 300, x.CubeReflectionMapping = 301, x.CubeRefractionMapping = 302, x.EquirectangularReflectionMapping = 303, x.EquirectangularRefractionMapping = 304, x.SphericalReflectionMapping = 305, x.CubeUVReflectionMapping = 306, x.CubeUVRefractionMapping = 307, x.RepeatWrapping = 1e3, x.ClampToEdgeWrapping = 1001, x.MirroredRepeatWrapping = 1002, x.NearestFilter = 1003, x.NearestMipMapNearestFilter = 1004, x.NearestMipMapLinearFilter = 1005, x.LinearFilter = 1006, x.LinearMipMapNearestFilter = 1007, x.LinearMipMapLinearFilter = 1008, x.UnsignedByteType = 1009, x.ByteType = 1010, x.ShortType = 1011, x.UnsignedShortType = 1012, x.IntType = 1013, x.UnsignedIntType = 1014, x.FloatType = 1015, x.HalfFloatType = 1016, x.UnsignedShort4444Type = 1017, x.UnsignedShort5551Type = 1018, x.UnsignedShort565Type = 1019, x.UnsignedInt248Type = 1020, x.AlphaFormat = 1021, x.RGBFormat = 1022, x.RGBAFormat = 1023, x.LuminanceFormat = 1024, x.LuminanceAlphaFormat = 1025, x.RGBEFormat = 1023, x.DepthFormat = 1026, x.DepthStencilFormat = 1027, x.RedFormat = 1028, x.RGB_S3TC_DXT1_Format = 33776, x.RGBA_S3TC_DXT1_Format = 33777, x.RGBA_S3TC_DXT3_Format = 33778, x.RGBA_S3TC_DXT5_Format = 33779, x.RGB_PVRTC_4BPPV1_Format = 35840, x.RGB_PVRTC_2BPPV1_Format = 35841, x.RGBA_PVRTC_4BPPV1_Format = 35842, x.RGBA_PVRTC_2BPPV1_Format = 35843, x.RGB_ETC1_Format = 36196, x.RGBA_ASTC_4x4_Format = 37808, x.RGBA_ASTC_5x4_Format = 37809, x.RGBA_ASTC_5x5_Format = 37810, x.RGBA_ASTC_6x5_Format = 37811, x.RGBA_ASTC_6x6_Format = 37812, x.RGBA_ASTC_8x5_Format = 37813, x.RGBA_ASTC_8x6_Format = 37814, x.RGBA_ASTC_8x8_Format = 37815, x.RGBA_ASTC_10x5_Format = 37816, x.RGBA_ASTC_10x6_Format = 37817, x.RGBA_ASTC_10x8_Format = 37818, x.RGBA_ASTC_10x10_Format = 37819, x.RGBA_ASTC_12x10_Format = 37820, x.RGBA_ASTC_12x12_Format = 37821, x.LoopOnce = 2200, x.LoopRepeat = 2201, x.LoopPingPong = 2202, x.InterpolateDiscrete = 2300, x.InterpolateLinear = 2301, x.InterpolateSmooth = 2302, x.ZeroCurvatureEnding = 2400, x.ZeroSlopeEnding = 2401, x.WrapAroundEnding = 2402, x.TrianglesDrawMode = 0, x.TriangleStripDrawMode = 1, x.TriangleFanDrawMode = 2, x.LinearEncoding = 3e3, x.sRGBEncoding = 3001, x.GammaEncoding = 3007, x.RGBEEncoding = 3002, x.LogLuvEncoding = 3003, x.RGBM7Encoding = 3004, x.RGBM16Encoding = 3005, x.RGBDEncoding = 3006, x.BasicDepthPacking = 3200, x.RGBADepthPacking = 3201, x.TangentSpaceNormalMap = 0, x.ObjectSpaceNormalMap = 1, x.CubeGeometry = It, x.Face4 = function(t, e, i, n, o, l, f) {
19987
+ }, x.WebGLRenderTargetCube = C, x.WebGLRenderTarget = S, x.WebGLRenderer = xe, x.ShaderLib = go, x.UniformsLib = qe, x.UniformsUtils = Dn, x.ShaderChunk = Ei, x.FogExp2 = Le, x.Fog = wn, x.Scene = Hn, x.Sprite = Qi, x.LOD = tn, x.SkinnedMesh = Fi, x.Skeleton = sn, x.Bone = an, x.Mesh = pi, x.LineSegments = mi, x.LineLoop = so, x.Line = Vi, x.Points = Ks, x.Group = ui, x.VideoTexture = yh, x.DataTexture = O, x.DataTexture3D = Q, x.CompressedTexture = Ho, x.CubeTexture = z, x.CanvasTexture = Fa, x.DepthTexture = Ua, x.Texture = g, x.AnimationLoader = Qt, x.CompressedTextureLoader = Zt, x.DataTextureLoader = Ue, x.CubeTextureLoader = ki, x.TextureLoader = ln, x.ObjectLoader = Ka, x.MaterialLoader = Hl, x.BufferGeometryLoader = wh, x.DefaultLoadingManager = Kn, x.LoadingManager = Zo, x.JSONLoader = Ps, x.ImageLoader = si, x.ImageBitmapLoader = Th, x.FontLoader = uu, x.FileLoader = Lt, x.Loader = Io, x.LoaderUtils = Ds, x.Cache = yo, x.AudioLoader = pn, x.SpotLightShadow = Ja, x.SpotLight = $a, x.PointLight = Cs, x.RectAreaLight = Gl, x.HemisphereLight = Za, x.DirectionalLightShadow = $o, x.DirectionalLight = mo, x.AmbientLight = As, x.LightShadow = po, x.Light = $i, x.StereoCamera = Gn, x.PerspectiveCamera = _e, x.OrthographicCamera = fa, x.CubeCamera = Qa, x.ArrayCamera = Fe, x.Camera = Be, x.AudioListener = Wl, x.PositionalAudio = tl, x.AudioContext = Dh, x.AudioAnalyser = Ls, x.Audio = pa, x.VectorKeyframeTrack = ua, x.StringKeyframeTrack = Ul, x.QuaternionKeyframeTrack = ha, x.NumberKeyframeTrack = jr, x.ColorKeyframeTrack = Fl, x.BooleanKeyframeTrack = Nl, x.PropertyMixer = el, x.PropertyBinding = Tn, x.KeyframeTrack = Un, x.AnimationUtils = Wn, x.AnimationObjectGroup = da, x.AnimationMixer = Ko, x.AnimationClip = gr, x.Uniform = jl, x.InstancedBufferGeometry = Eh, x.BufferGeometry = Ft, x.Geometry = X, x.InterleavedBufferAttribute = Di, x.InstancedInterleavedBuffer = bh, x.InterleavedBuffer = Ii, x.InstancedBufferAttribute = Ch, x.Face3 = R, x.Object3D = N, x.Raycaster = cu, x.Layers = U, x.EventDispatcher = a, x.Clock = Sh, x.QuaternionLinearInterpolant = ir, x.LinearInterpolant = Cr, x.DiscreteInterpolant = bs, x.CubicInterpolant = Ya, x.Interpolant = Zn, x.Triangle = Oe, x.Math = fi, x.Spherical = Ah, x.Cylindrical = it, x.Plane = F, x.Frustum = E, x.Sphere = D, x.Ray = Li, x.Matrix4 = c, x.Matrix3 = m, x.Box3 = k, x.Box2 = Qo, x.Line3 = ma, x.Euler = b, x.Vector4 = _, x.Vector3 = u, x.Vector2 = s, x.Quaternion = p, x.Color = L, x.ImmediateRenderObject = Vn, x.VertexNormalsHelper = yi, x.SpotLightHelper = ga, x.SkeletonHelper = va, x.PointLightHelper = Pr, x.RectAreaLightHelper = ya, x.HemisphereLightHelper = _a, x.GridHelper = rl, x.PolarGridHelper = Xl, x.FaceNormalsHelper = ol, x.DirectionalLightHelper = lr, x.CameraHelper = sl, x.BoxHelper = Do, x.Box3Helper = al, x.PlaneHelper = ll, x.ArrowHelper = zo, x.AxesHelper = vr, x.Shape = $n, x.Path = ar, x.ShapePath = Vl, x.Font = Mh, x.CurvePath = Oo, x.Curve = Ee, x.ImageUtils = ts, x.ShapeUtils = vo, x.WebGLUtils = He, x.WireframeGeometry = Qs, x.ParametricGeometry = Ga, x.ParametricBufferGeometry = ta, x.TetrahedronGeometry = Ha, x.TetrahedronBufferGeometry = ea, x.OctahedronGeometry = Va, x.OctahedronBufferGeometry = ps, x.IcosahedronGeometry = Wa, x.IcosahedronBufferGeometry = ia, x.DodecahedronGeometry = na, x.DodecahedronBufferGeometry = ra, x.PolyhedronGeometry = Wi, x.PolyhedronBufferGeometry = _i, x.TubeGeometry = fn, x.TubeBufferGeometry = Vo, x.TorusKnotGeometry = Vr, x.TorusKnotBufferGeometry = ds, x.TorusGeometry = ms, x.TorusBufferGeometry = Nn, x.TextGeometry = Xa, x.TextBufferGeometry = vs, x.SphereGeometry = Wo, x.SphereBufferGeometry = Er, x.RingGeometry = qa, x.RingBufferGeometry = ys, x.PlaneGeometry = ke, x.PlaneBufferGeometry = ce, x.LatheGeometry = aa, x.LatheBufferGeometry = jo, x.ShapeGeometry = Po, x.ShapeBufferGeometry = Xo, x.ExtrudeGeometry = Ao, x.ExtrudeBufferGeometry = lo, x.EdgesGeometry = qo, x.ConeGeometry = la, x.ConeBufferGeometry = Fn, x.CylinderGeometry = Lo, x.CylinderBufferGeometry = Ro, x.CircleGeometry = _s, x.CircleBufferGeometry = ho, x.BoxGeometry = It, x.BoxBufferGeometry = Bt, x.ShadowMaterial = Yo, x.SpriteMaterial = Ui, x.RawShaderMaterial = xs, x.ShaderMaterial = $e, x.PointsMaterial = Bn, x.MeshPhysicalMaterial = ws, x.MeshStandardMaterial = uo, x.MeshPhongMaterial = Wr, x.MeshToonMaterial = Ts, x.MeshNormalMaterial = Ms, x.MeshLambertMaterial = br, x.MeshDepthMaterial = se, x.MeshDistanceMaterial = te, x.MeshBasicMaterial = Ge, x.MeshMatcapMaterial = Ss, x.LineDashedMaterial = Es, x.LineBasicMaterial = zi, x.Material = Yt, x.Float64BufferAttribute = At, x.Float32BufferAttribute = Et, x.Uint32BufferAttribute = Pt, x.Int32BufferAttribute = G, x.Uint16BufferAttribute = _t, x.Int16BufferAttribute = et, x.Uint8ClampedBufferAttribute = Rt, x.Uint8BufferAttribute = ct, x.Int8BufferAttribute = Z, x.BufferAttribute = K, x.ArcCurve = ca, x.CatmullRomCurve3 = Pn, x.CubicBezierCurve = rr, x.CubicBezierCurve3 = wi, x.EllipseCurve = Jn, x.LineCurve = or, x.LineCurve3 = Ar, x.QuadraticBezierCurve = sr, x.QuadraticBezierCurve3 = fo, x.SplineCurve = Xr, x.REVISION = "98", x.MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 }, x.CullFaceNone = 0, x.CullFaceBack = 1, x.CullFaceFront = 2, x.CullFaceFrontBack = 3, x.FrontFaceDirectionCW = 0, x.FrontFaceDirectionCCW = 1, x.BasicShadowMap = 0, x.PCFShadowMap = 1, x.PCFSoftShadowMap = 2, x.FrontSide = 0, x.BackSide = 1, x.DoubleSide = 2, x.FlatShading = 1, x.SmoothShading = 2, x.NoColors = 0, x.FaceColors = 1, x.VertexColors = 2, x.NoBlending = 0, x.NormalBlending = 1, x.AdditiveBlending = 2, x.SubtractiveBlending = 3, x.MultiplyBlending = 4, x.CustomBlending = 5, x.AddEquation = 100, x.SubtractEquation = 101, x.ReverseSubtractEquation = 102, x.MinEquation = 103, x.MaxEquation = 104, x.ZeroFactor = 200, x.OneFactor = 201, x.SrcColorFactor = 202, x.OneMinusSrcColorFactor = 203, x.SrcAlphaFactor = 204, x.OneMinusSrcAlphaFactor = 205, x.DstAlphaFactor = 206, x.OneMinusDstAlphaFactor = 207, x.DstColorFactor = 208, x.OneMinusDstColorFactor = 209, x.SrcAlphaSaturateFactor = 210, x.NeverDepth = 0, x.AlwaysDepth = 1, x.LessDepth = 2, x.LessEqualDepth = 3, x.EqualDepth = 4, x.GreaterEqualDepth = 5, x.GreaterDepth = 6, x.NotEqualDepth = 7, x.MultiplyOperation = 0, x.MixOperation = 1, x.AddOperation = 2, x.NoToneMapping = 0, x.LinearToneMapping = 1, x.ReinhardToneMapping = 2, x.Uncharted2ToneMapping = 3, x.CineonToneMapping = 4, x.UVMapping = 300, x.CubeReflectionMapping = 301, x.CubeRefractionMapping = 302, x.EquirectangularReflectionMapping = 303, x.EquirectangularRefractionMapping = 304, x.SphericalReflectionMapping = 305, x.CubeUVReflectionMapping = 306, x.CubeUVRefractionMapping = 307, x.RepeatWrapping = 1e3, x.ClampToEdgeWrapping = 1001, x.MirroredRepeatWrapping = 1002, x.NearestFilter = 1003, x.NearestMipMapNearestFilter = 1004, x.NearestMipMapLinearFilter = 1005, x.LinearFilter = 1006, x.LinearMipMapNearestFilter = 1007, x.LinearMipMapLinearFilter = 1008, x.UnsignedByteType = 1009, x.ByteType = 1010, x.ShortType = 1011, x.UnsignedShortType = 1012, x.IntType = 1013, x.UnsignedIntType = 1014, x.FloatType = 1015, x.HalfFloatType = 1016, x.UnsignedShort4444Type = 1017, x.UnsignedShort5551Type = 1018, x.UnsignedShort565Type = 1019, x.UnsignedInt248Type = 1020, x.AlphaFormat = 1021, x.RGBFormat = 1022, x.RGBAFormat = 1023, x.LuminanceFormat = 1024, x.LuminanceAlphaFormat = 1025, x.RGBEFormat = 1023, x.DepthFormat = 1026, x.DepthStencilFormat = 1027, x.RedFormat = 1028, x.RGB_S3TC_DXT1_Format = 33776, x.RGBA_S3TC_DXT1_Format = 33777, x.RGBA_S3TC_DXT3_Format = 33778, x.RGBA_S3TC_DXT5_Format = 33779, x.RGB_PVRTC_4BPPV1_Format = 35840, x.RGB_PVRTC_2BPPV1_Format = 35841, x.RGBA_PVRTC_4BPPV1_Format = 35842, x.RGBA_PVRTC_2BPPV1_Format = 35843, x.RGB_ETC1_Format = 36196, x.RGBA_ASTC_4x4_Format = 37808, x.RGBA_ASTC_5x4_Format = 37809, x.RGBA_ASTC_5x5_Format = 37810, x.RGBA_ASTC_6x5_Format = 37811, x.RGBA_ASTC_6x6_Format = 37812, x.RGBA_ASTC_8x5_Format = 37813, x.RGBA_ASTC_8x6_Format = 37814, x.RGBA_ASTC_8x8_Format = 37815, x.RGBA_ASTC_10x5_Format = 37816, x.RGBA_ASTC_10x6_Format = 37817, x.RGBA_ASTC_10x8_Format = 37818, x.RGBA_ASTC_10x10_Format = 37819, x.RGBA_ASTC_12x10_Format = 37820, x.RGBA_ASTC_12x12_Format = 37821, x.LoopOnce = 2200, x.LoopRepeat = 2201, x.LoopPingPong = 2202, x.InterpolateDiscrete = 2300, x.InterpolateLinear = 2301, x.InterpolateSmooth = 2302, x.ZeroCurvatureEnding = 2400, x.ZeroSlopeEnding = 2401, x.WrapAroundEnding = 2402, x.TrianglesDrawMode = 0, x.TriangleStripDrawMode = 1, x.TriangleFanDrawMode = 2, x.LinearEncoding = 3e3, x.sRGBEncoding = 3001, x.GammaEncoding = 3007, x.RGBEEncoding = 3002, x.LogLuvEncoding = 3003, x.RGBM7Encoding = 3004, x.RGBM16Encoding = 3005, x.RGBDEncoding = 3006, x.BasicDepthPacking = 3200, x.RGBADepthPacking = 3201, x.TangentSpaceNormalMap = 0, x.ObjectSpaceNormalMap = 1, x.CubeGeometry = It, x.Face4 = function(t, e, i, n, o, l, f) {
19988
19988
  return console.warn(
19989
19989
  "THREE.Face4 has been removed. A THREE.Face3 will be created instead."
19990
19990
  ), new R(t, e, i, o, l, f);
@@ -20019,11 +20019,11 @@ void main() {
20019
20019
  }, x.DynamicBufferAttribute = function(t, e) {
20020
20020
  return console.warn(
20021
20021
  "THREE.DynamicBufferAttribute has been removed. Use new THREE.BufferAttribute().setDynamic( true ) instead."
20022
- ), new Z(t, e).setDynamic(!0);
20022
+ ), new K(t, e).setDynamic(!0);
20023
20023
  }, x.Int8Attribute = function(t, e) {
20024
20024
  return console.warn(
20025
20025
  "THREE.Int8Attribute has been removed. Use new THREE.Int8BufferAttribute() instead."
20026
- ), new $(t, e);
20026
+ ), new Z(t, e);
20027
20027
  }, x.Uint8Attribute = function(t, e) {
20028
20028
  return console.warn(
20029
20029
  "THREE.Uint8Attribute has been removed. Use new THREE.Uint8BufferAttribute() instead."
@@ -20346,21 +20346,24 @@ class v1 {
20346
20346
  // maxCanvasSize: 7000,
20347
20347
  }, M = { enabled: !0, precise: !1, czm: !1 };
20348
20348
  if (typeof a != "object") {
20349
- let U = this.query(a);
20350
- U || g("缺少树结构");
20351
- let { id: N, bimModelExcavationDetails: X, bimModel: Z } = U;
20352
- _ = N, S = Z.modelType, C = Z.tender, O = Z.releasedDistance, k = Z.modelName, D = Z.isDynamicReleased, F = {
20353
- bimModelExcavationDetails: X
20354
- }, E = U.url, L = Z.modelColor, T.maxCanvasSize = Z.gridResolution || 4080;
20349
+ let N = this.query(a);
20350
+ N || g("缺少树结构");
20351
+ let { id: X, bimModelExcavationDetails: K, bimModel: Z } = N;
20352
+ _ = X, S = Z.modelType, C = Z.tender, O = Z.releasedDistance, k = Z.modelName, D = Z.isDynamicReleased, F = {
20353
+ bimModelExcavationDetails: K
20354
+ }, E = N.url, L = Z.modelColor, T.maxCanvasSize = Z.gridResolution || 4080;
20355
20355
  } else
20356
20356
  _ = a.modelId, S = a.modelType, C = a.tender, O = a.releasedDistance, k = a.modelTitle, D = a.permission, F = a.customize, E = a.url, L = a.color, T.maxCanvasSize = a.maxCanvasSize || 4080;
20357
- let R = 2147483648;
20358
- if (c && (c.color && (L = c.color), c.clip && (T.area = c.clip.handleDataList), c.flat && (M.area = c.flat.handleDataList), c.maxCanvasSize && (T.maxCanvasSize = c.maxCanvasSize || 4080), c.cacheSpaceMultiplier)) {
20359
- let U = U * c.cacheSpaceMultiplier;
20357
+ let R = 2147483648, b = 16;
20358
+ if (c) {
20359
+ if (c.color && (L = c.color), c.clip && (T.area = c.clip.handleDataList), c.flat && (M.area = c.flat.handleDataList), c.maxCanvasSize && (T.maxCanvasSize = c.maxCanvasSize || 4080), c.cacheSpaceMultiplier) {
20360
+ let N = N * c.cacheSpaceMultiplier;
20361
+ }
20362
+ c.maximumScreenSpaceError && S == 0 && (b = c.maximumScreenSpaceError);
20360
20363
  }
20361
- let b;
20362
- if (p ? window.mapClone && (b = window.mapClone.mapEx.getLayer(a, "modelId")) : b = window.map.getLayer(a, "modelId"), b)
20363
- return m(b), c.color && this.editColor(
20364
+ let U;
20365
+ if (p ? window.mapClone && (U = window.mapClone.mapEx.getLayer(a, "modelId")) : U = window.map.getLayer(a, "modelId"), U)
20366
+ return m(U), c.color && this.editColor(
20364
20367
  a,
20365
20368
  c.color,
20366
20369
  c
@@ -20374,9 +20377,9 @@ class v1 {
20374
20377
  }), !1;
20375
20378
  new Cesium.Resource({
20376
20379
  url: E
20377
- }).fetchJson().then((N) => {
20378
- let X = null;
20379
- L && (X = {
20380
+ }).fetchJson().then((X) => {
20381
+ let K = null;
20382
+ L && (K = {
20380
20383
  color: { conditions: [["true", L]] }
20381
20384
  }), this.tilesetLayer = new mars3d.layer.TilesetLayer({
20382
20385
  modelId: _,
@@ -20395,10 +20398,10 @@ class v1 {
20395
20398
  progressiveResolutionHeightFraction: 0.5,
20396
20399
  dynamicScreenSpaceError: !0,
20397
20400
  preloadWhenHidden: !1,
20398
- style: X,
20401
+ style: K,
20399
20402
  clip: T,
20400
20403
  flat: M,
20401
- maximumScreenSpaceError: 16,
20404
+ maximumScreenSpaceError: b,
20402
20405
  cacheBytes: 1073741824,
20403
20406
  // 1024MB = 1024*1024*1024
20404
20407
  maximumCacheOverflowBytes: R
@@ -20408,9 +20411,9 @@ class v1 {
20408
20411
  // }),
20409
20412
  }), this.tilesetLayer.bindPopup((Z) => {
20410
20413
  if (Z.graphic) {
20411
- const $ = Z.graphic.attr;
20412
- let ct = null, Rt = null;
20413
- return JSON.stringify($) !== "{}" ? ($.name && (ct = $.name.lastIndexOf("@")), ct && ct > -1 && (Rt = $.name.slice(0, ct)), $.name ? `&nbsp;&nbsp;<span>${Rt || $.name}</span>&nbsp;&nbsp;` : `&nbsp;&nbsp;<span>${k}</span>&nbsp;&nbsp;`) : `&nbsp;&nbsp;<span>${k}</span>&nbsp;&nbsp;`;
20414
+ const ct = Z.graphic.attr;
20415
+ let Rt = null, et = null;
20416
+ return JSON.stringify(ct) !== "{}" ? (ct.name && (Rt = ct.name.lastIndexOf("@")), Rt && Rt > -1 && (et = ct.name.slice(0, Rt)), ct.name ? `&nbsp;&nbsp;<span>${et || ct.name}</span>&nbsp;&nbsp;` : `&nbsp;&nbsp;<span>${k}</span>&nbsp;&nbsp;`) : `&nbsp;&nbsp;<span>${k}</span>&nbsp;&nbsp;`;
20414
20417
  } else
20415
20418
  return `&nbsp;&nbsp;<span>${k}</span>&nbsp;&nbsp;`;
20416
20419
  }), this.tilesetLayer.readyPromise.then((Z) => {
@@ -20425,11 +20428,11 @@ class v1 {
20425
20428
  !0
20426
20429
  );
20427
20430
  }), s && Object.keys(s).forEach((Z) => {
20428
- this.tilesetLayer.on(u.get(Z), ($) => {
20429
- s[Z]($);
20431
+ this.tilesetLayer.on(u.get(Z), (ct) => {
20432
+ s[Z](ct);
20430
20433
  });
20431
20434
  }), S == 0 && this.bimObliquePhotographyId.push(_), p ? window.mapClone && window.mapClone.mapEx.addLayer(this.tilesetLayer) : window.map.addLayer(this.tilesetLayer);
20432
- }).catch((N) => {
20435
+ }).catch((X) => {
20433
20436
  console.error("数据加载失败", k), m({
20434
20437
  tite: "【模型】「" + k + "」无法加载",
20435
20438
  type: "error",
@@ -20704,16 +20707,16 @@ var Gu = { exports: {} };
20704
20707
  Gu.exports;
20705
20708
  (function(x, a) {
20706
20709
  (function() {
20707
- var s, c = "4.17.21", p = 200, u = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", m = "Expected a function", g = "Invalid `variable` option passed into `_.template`", _ = "__lodash_hash_undefined__", S = 500, C = "__lodash_placeholder__", O = 1, k = 2, D = 4, F = 1, E = 2, L = 1, T = 2, M = 4, R = 8, b = 16, U = 32, N = 64, X = 128, Z = 256, $ = 512, ct = 30, Rt = "...", et = 800, _t = 16, G = 1, Pt = 2, Et = 3, At = 1 / 0, fe = 9007199254740991, re = 17976931348623157e292, Ft = 0 / 0, It = 4294967295, Bt = It - 1, ke = It >>> 1, ce = [
20710
+ var s, c = "4.17.21", p = 200, u = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", m = "Expected a function", g = "Invalid `variable` option passed into `_.template`", _ = "__lodash_hash_undefined__", S = 500, C = "__lodash_placeholder__", O = 1, k = 2, D = 4, F = 1, E = 2, L = 1, T = 2, M = 4, R = 8, b = 16, U = 32, N = 64, X = 128, K = 256, Z = 512, ct = 30, Rt = "...", et = 800, _t = 16, G = 1, Pt = 2, Et = 3, At = 1 / 0, fe = 9007199254740991, re = 17976931348623157e292, Ft = 0 / 0, It = 4294967295, Bt = It - 1, ke = It >>> 1, ce = [
20708
20711
  ["ary", X],
20709
20712
  ["bind", L],
20710
20713
  ["bindKey", T],
20711
20714
  ["curry", R],
20712
20715
  ["curryRight", b],
20713
- ["flip", $],
20716
+ ["flip", Z],
20714
20717
  ["partial", U],
20715
20718
  ["partialRight", N],
20716
- ["rearg", Z]
20719
+ ["rearg", K]
20717
20720
  ], Yt = "[object Arguments]", $e = "[object Array]", Li = "[object AsyncFunction]", Oe = "[object Boolean]", Ge = "[object Date]", pi = "[object DOMException]", Ri = "[object Error]", cn = "[object Function]", Ji = "[object GeneratorFunction]", W = "[object Map]", Jt = "[object Number]", Wt = "[object Null]", pt = "[object Object]", dt = "[object Promise]", Dt = "[object Proxy]", ie = "[object RegExp]", Kt = "[object Set]", z = "[object String]", Q = "[object Symbol]", st = "[object Undefined]", nt = "[object WeakMap]", vt = "[object WeakSet]", Gt = "[object ArrayBuffer]", Xt = "[object DataView]", jt = "[object Float32Array]", Ne = "[object Float64Array]", Re = "[object Int8Array]", ge = "[object Int16Array]", we = "[object Int32Array]", vi = "[object Uint8Array]", Mi = "[object Uint8ClampedArray]", ni = "[object Uint16Array]", Si = "[object Uint32Array]", Gr = /\b__p \+= '';/g, er = /\b(__p \+=) '' \+/g, rn = /(__e\(.*?\)|\b__t\)) \+\n'';/g, Co = /&(?:amp|lt|gt|quot|#39);/g, Oi = /[&<>"']/g, Go = RegExp(Co.source), io = RegExp(Oi.source), Pl = /<%-([\s\S]+?)%>/g, xn = /<%([\s\S]+?)%>/g, qs = /<%=([\s\S]+?)%>/g, us = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, dr = /^\w*$/, Ys = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, ka = /[\\^$.*+?()[\]{}|]/g, Ll = RegExp(ka.source), no = /^\s+/, mh = /\s/, Zs = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ba = /\{\n\/\* \[wrapped with (.+)\] \*/, ro = /,? & /, Na = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, Js = /[()=,{}\[\]\/\s]/, $s = /\\(\\)?/g, oo = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Rl = /\w*$/, gh = /^[-+]0x[0-9a-f]+$/i, vh = /^0b[01]+$/i, cs = /^\[object .+?Constructor\]$/, fs = /^0o[0-7]+$/i, Ol = /^(?:0|[1-9]\d*)$/, Il = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Hr = /($^)/, V = /['\n\r\u2028\u2029\\]/g, tt = "\\ud800-\\udfff", lt = "\\u0300-\\u036f", at = "\\ufe20-\\ufe2f", j = "\\u20d0-\\u20ff", St = lt + at + j, ht = "\\u2700-\\u27bf", Ot = "a-z\\xdf-\\xf6\\xf8-\\xff", Ht = "\\xac\\xb1\\xd7\\xf7", kt = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Mt = "\\u2000-\\u206f", he = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", se = "A-Z\\xc0-\\xd6\\xd8-\\xde", te = "\\ufe0e\\ufe0f", ye = Ht + kt + Mt + he, ue = "['’]", je = "[" + tt + "]", He = "[" + ye + "]", ui = "[" + St + "]", Be = "\\d+", _e = "[" + ht + "]", Fe = "[" + Ot + "]", pe = "[^" + tt + ye + Be + ht + Ot + se + "]", di = "\\ud83c[\\udffb-\\udfff]", Pe = "(?:" + ui + "|" + di + ")", xe = "[^" + tt + "]", Le = "(?:\\ud83c[\\udde6-\\uddff]){2}", wn = "[\\ud800-\\udbff][\\udc00-\\udfff]", Hn = "[" + se + "]", Ii = "\\u200d", Di = "(?:" + Fe + "|" + pe + ")", Ui = "(?:" + Hn + "|" + pe + ")", Qi = "(?:" + ue + "(?:d|ll|m|re|s|t|ve))?", tn = "(?:" + ue + "(?:D|LL|M|RE|S|T|VE))?", sn = Pe + "?", an = "[" + te + "]?", Fi = "(?:" + Ii + "(?:" + [xe, Le, wn].join("|") + ")" + an + sn + ")*", zi = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", Vi = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", mi = an + sn + Fi, so = "(?:" + [_e, Le, wn].join("|") + ")" + mi, Bn = "(?:" + [xe + ui + "?", ui, Le, wn, je].join("|") + ")", Ks = RegExp(ue, "g"), yh = RegExp(ui, "g"), Ho = RegExp(di + "(?=" + di + ")|" + Bn + mi, "g"), Fa = RegExp([
20718
20721
  Hn + "?" + Fe + "+" + Qi + "(?=" + [He, Hn, "$"].join("|") + ")",
20719
20722
  Ui + "+" + tn + "(?=" + [He, Hn + Di, "$"].join("|") + ")",
@@ -21827,7 +21830,7 @@ Gu.exports;
21827
21830
  wi.call(r, v) && v != "constructor" && h.push(v);
21828
21831
  return h;
21829
21832
  }
21830
- function K(r) {
21833
+ function $(r) {
21831
21834
  if (!vn(r))
21832
21835
  return rm(r);
21833
21836
  var h = Uh(r), v = [];
@@ -22346,7 +22349,7 @@ Gu.exports;
22346
22349
  for (I = yt ? I : v; ++I < v; ) {
22347
22350
  ut = h[I];
22348
22351
  var bt = Mu(ut), Nt = bt == "wrapper" ? lc(ut) : s;
22349
- Nt && fc(Nt[0]) && Nt[1] == (X | R | U | Z) && !Nt[4].length && Nt[9] == 1 ? yt = yt[Mu(Nt[0])].apply(yt, Nt[3]) : yt = ut.length == 1 && fc(ut) ? yt[bt]() : yt.thru(ut);
22352
+ Nt && fc(Nt[0]) && Nt[1] == (X | R | U | K) && !Nt[4].length && Nt[9] == 1 ? yt = yt[Mu(Nt[0])].apply(yt, Nt[3]) : yt = ut.length == 1 && fc(ut) ? yt[bt]() : yt.thru(ut);
22350
22353
  }
22351
22354
  return function() {
22352
22355
  var oe = arguments, le = oe[0];
@@ -22359,7 +22362,7 @@ Gu.exports;
22359
22362
  });
22360
22363
  }
22361
22364
  function Zi(r, h, v, I, Y, ut, yt, bt, Nt, oe) {
22362
- var le = h & X, de = h & L, ze = h & T, Je = h & (R | b), li = h & $, Ti = ze ? s : Ve(r);
22365
+ var le = h & X, de = h & L, ze = h & T, Je = h & (R | b), li = h & Z, Ti = ze ? s : Ve(r);
22363
22366
  function hi() {
22364
22367
  for (var Ai = arguments.length, Bi = Zt(Ai), Zr = Ai; Zr--; )
22365
22368
  Bi[Zr] = arguments[Zr];
@@ -22831,7 +22834,7 @@ Gu.exports;
22831
22834
  return h;
22832
22835
  }
22833
22836
  function nm(r, h) {
22834
- var v = r[1], I = h[1], Y = v | I, ut = Y < (L | T | X), yt = I == X && v == R || I == X && v == Z && r[7].length <= h[8] || I == (X | Z) && h[7].length <= h[8] && v == R;
22837
+ var v = r[1], I = h[1], Y = v | I, ut = Y < (L | T | X), yt = I == X && v == R || I == X && v == K && r[7].length <= h[8] || I == (X | K) && h[7].length <= h[8] && v == R;
22835
22838
  if (!(ut || yt))
22836
22839
  return r;
22837
22840
  I & L && (r[2] = h[2], Y |= v & L ? 0 : M);
@@ -23469,7 +23472,7 @@ Gu.exports;
23469
23472
  return vo(r, To(h) || 0, v);
23470
23473
  });
23471
23474
  function Wg(r) {
23472
- return tr(r, $);
23475
+ return tr(r, Z);
23473
23476
  }
23474
23477
  function Pu(r, h) {
23475
23478
  if (typeof r != "function" || h != null && typeof h != "function")
@@ -23520,7 +23523,7 @@ Gu.exports;
23520
23523
  var v = Cr(h, th(ep));
23521
23524
  return tr(r, N, s, h, v);
23522
23525
  }), qg = Bs(function(r, h) {
23523
- return tr(r, Z, s, s, s, h);
23526
+ return tr(r, K, s, s, s, h);
23524
23527
  });
23525
23528
  function Yg(r, h) {
23526
23529
  if (typeof r != "function")
@@ -23826,7 +23829,7 @@ Gu.exports;
23826
23829
  return Or(r) ? mu(r) : q(r);
23827
23830
  }
23828
23831
  function Ir(r) {
23829
- return Or(r) ? mu(r, !0) : K(r);
23832
+ return Or(r) ? mu(r, !0) : $(r);
23830
23833
  }
23831
23834
  function X0(r, h) {
23832
23835
  var v = {};
@@ -24439,8 +24442,8 @@ class y1 {
24439
24442
  materialType: U,
24440
24443
  materialOptions: N,
24441
24444
  clampToGround: X,
24442
- distanceDisplayCondition: Z,
24443
- distanceDisplayCondition_near: $,
24445
+ distanceDisplayCondition: K,
24446
+ distanceDisplayCondition_near: Z,
24444
24447
  distanceDisplayCondition_far: ct,
24445
24448
  zIndex: Rt,
24446
24449
  label: et,
@@ -24476,9 +24479,9 @@ class y1 {
24476
24479
  styleOptions: {
24477
24480
  width: b,
24478
24481
  clampToGround: X,
24479
- distanceDisplayCondition: Z,
24482
+ distanceDisplayCondition: K,
24480
24483
  distanceDisplayCondition_far: ct,
24481
- distanceDisplayCondition_near: $,
24484
+ distanceDisplayCondition_near: Z,
24482
24485
  materialType: U,
24483
24486
  materialOptions: N,
24484
24487
  classificationType: It,
@@ -24509,9 +24512,9 @@ class y1 {
24509
24512
  clampToGround: X,
24510
24513
  materialType: U,
24511
24514
  materialOptions: N,
24512
- distanceDisplayCondition: Z,
24515
+ distanceDisplayCondition: K,
24513
24516
  distanceDisplayCondition_far: ct,
24514
- distanceDisplayCondition_near: $,
24517
+ distanceDisplayCondition_near: Z,
24515
24518
  outlineStyle: Et,
24516
24519
  outline: Pt,
24517
24520
  classificationType: It,
@@ -25719,7 +25722,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
25719
25722
  return L;
25720
25723
  }
25721
25724
  function m(D, F, E, L, T, M) {
25722
- var R, b, U = D.file, N = D.compression, X = M !== S.utf8encode, Z = g.transformTo("string", M(U.name)), $ = g.transformTo("string", S.utf8encode(U.name)), ct = U.comment, Rt = g.transformTo("string", M(ct)), et = g.transformTo("string", S.utf8encode(ct)), _t = $.length !== U.name.length, G = et.length !== ct.length, Pt = "", Et = "", At = "", fe = U.dir, re = U.date, Ft = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
25725
+ var R, b, U = D.file, N = D.compression, X = M !== S.utf8encode, K = g.transformTo("string", M(U.name)), Z = g.transformTo("string", S.utf8encode(U.name)), ct = U.comment, Rt = g.transformTo("string", M(ct)), et = g.transformTo("string", S.utf8encode(ct)), _t = Z.length !== U.name.length, G = et.length !== ct.length, Pt = "", Et = "", At = "", fe = U.dir, re = U.date, Ft = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
25723
25726
  F && !E || (Ft.crc32 = D.crc32, Ft.compressedSize = D.compressedSize, Ft.uncompressedSize = D.uncompressedSize);
25724
25727
  var It = 0;
25725
25728
  F && (It |= 8), X || !_t && !G || (It |= 2048);
@@ -25729,10 +25732,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
25729
25732
  return Yt || (Li = $e ? 16893 : 33204), (65535 & Li) << 16;
25730
25733
  }(U.unixPermissions, fe)) : (ke = 20, Bt |= function(Yt) {
25731
25734
  return 63 & (Yt || 0);
25732
- }(U.dosPermissions)), R = re.getUTCHours(), R <<= 6, R |= re.getUTCMinutes(), R <<= 5, R |= re.getUTCSeconds() / 2, b = re.getUTCFullYear() - 1980, b <<= 4, b |= re.getUTCMonth() + 1, b <<= 5, b |= re.getUTCDate(), _t && (Et = u(1, 1) + u(C(Z), 4) + $, Pt += "up" + u(Et.length, 2) + Et), G && (At = u(1, 1) + u(C(Rt), 4) + et, Pt += "uc" + u(At.length, 2) + At);
25735
+ }(U.dosPermissions)), R = re.getUTCHours(), R <<= 6, R |= re.getUTCMinutes(), R <<= 5, R |= re.getUTCSeconds() / 2, b = re.getUTCFullYear() - 1980, b <<= 4, b |= re.getUTCMonth() + 1, b <<= 5, b |= re.getUTCDate(), _t && (Et = u(1, 1) + u(C(K), 4) + Z, Pt += "up" + u(Et.length, 2) + Et), G && (At = u(1, 1) + u(C(Rt), 4) + et, Pt += "uc" + u(At.length, 2) + At);
25733
25736
  var ce = "";
25734
25737
  return ce += `
25735
- \0`, ce += u(It, 2), ce += N.magic, ce += u(R, 2), ce += u(b, 2), ce += u(Ft.crc32, 4), ce += u(Ft.compressedSize, 4), ce += u(Ft.uncompressedSize, 4), ce += u(Z.length, 2), ce += u(Pt.length, 2), { fileRecord: O.LOCAL_FILE_HEADER + ce + Z + Pt, dirRecord: O.CENTRAL_FILE_HEADER + u(ke, 2) + ce + u(Rt.length, 2) + "\0\0\0\0" + u(Bt, 4) + u(L, 4) + Z + Pt + Rt };
25738
+ \0`, ce += u(It, 2), ce += N.magic, ce += u(R, 2), ce += u(b, 2), ce += u(Ft.crc32, 4), ce += u(Ft.compressedSize, 4), ce += u(Ft.uncompressedSize, 4), ce += u(K.length, 2), ce += u(Pt.length, 2), { fileRecord: O.LOCAL_FILE_HEADER + ce + K + Pt, dirRecord: O.CENTRAL_FILE_HEADER + u(ke, 2) + ce + u(Rt.length, 2) + "\0\0\0\0" + u(Bt, 4) + u(L, 4) + K + Pt + Rt };
25736
25739
  }
25737
25740
  var g = s("../utils"), _ = s("../stream/GenericWorker"), S = s("../utf8"), C = s("../crc32"), O = s("../signature");
25738
25741
  function k(D, F, E, L) {
@@ -25918,10 +25921,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
25918
25921
  } };
25919
25922
  }, {}], 15: [function(s, c, p) {
25920
25923
  function u(U, N, X) {
25921
- var Z, $ = g.getTypeOf(N), ct = g.extend(X || {}, C);
25922
- ct.date = ct.date || /* @__PURE__ */ new Date(), ct.compression !== null && (ct.compression = ct.compression.toUpperCase()), typeof ct.unixPermissions == "string" && (ct.unixPermissions = parseInt(ct.unixPermissions, 8)), ct.unixPermissions && 16384 & ct.unixPermissions && (ct.dir = !0), ct.dosPermissions && 16 & ct.dosPermissions && (ct.dir = !0), ct.dir && (U = T(U)), ct.createFolders && (Z = L(U)) && M.call(this, Z, !0);
25923
- var Rt = $ === "string" && ct.binary === !1 && ct.base64 === !1;
25924
- X && X.binary !== void 0 || (ct.binary = !Rt), (N instanceof O && N.uncompressedSize === 0 || ct.dir || !N || N.length === 0) && (ct.base64 = !1, ct.binary = !0, N = "", ct.compression = "STORE", $ = "string");
25924
+ var K, Z = g.getTypeOf(N), ct = g.extend(X || {}, C);
25925
+ ct.date = ct.date || /* @__PURE__ */ new Date(), ct.compression !== null && (ct.compression = ct.compression.toUpperCase()), typeof ct.unixPermissions == "string" && (ct.unixPermissions = parseInt(ct.unixPermissions, 8)), ct.unixPermissions && 16384 & ct.unixPermissions && (ct.dir = !0), ct.dosPermissions && 16 & ct.dosPermissions && (ct.dir = !0), ct.dir && (U = T(U)), ct.createFolders && (K = L(U)) && M.call(this, K, !0);
25926
+ var Rt = Z === "string" && ct.binary === !1 && ct.base64 === !1;
25927
+ X && X.binary !== void 0 || (ct.binary = !Rt), (N instanceof O && N.uncompressedSize === 0 || ct.dir || !N || N.length === 0) && (ct.base64 = !1, ct.binary = !0, N = "", ct.compression = "STORE", Z = "string");
25925
25928
  var et = null;
25926
25929
  et = N instanceof O || N instanceof _ ? N : F.isNode && F.isStream(N) ? new E(U, N) : g.prepareContent(U, N, ct.binary, ct.optimizedBinaryString, ct.base64);
25927
25930
  var _t = new k(U, et, ct);
@@ -25942,44 +25945,44 @@ https://github.com/nodeca/pako/blob/main/LICENSE
25942
25945
  var b = { load: function() {
25943
25946
  throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.");
25944
25947
  }, forEach: function(U) {
25945
- var N, X, Z;
25948
+ var N, X, K;
25946
25949
  for (N in this.files)
25947
- Z = this.files[N], (X = N.slice(this.root.length, N.length)) && N.slice(0, this.root.length) === this.root && U(X, Z);
25950
+ K = this.files[N], (X = N.slice(this.root.length, N.length)) && N.slice(0, this.root.length) === this.root && U(X, K);
25948
25951
  }, filter: function(U) {
25949
25952
  var N = [];
25950
- return this.forEach(function(X, Z) {
25951
- U(X, Z) && N.push(Z);
25953
+ return this.forEach(function(X, K) {
25954
+ U(X, K) && N.push(K);
25952
25955
  }), N;
25953
25956
  }, file: function(U, N, X) {
25954
25957
  if (arguments.length !== 1)
25955
25958
  return U = this.root + U, u.call(this, U, N, X), this;
25956
25959
  if (R(U)) {
25957
- var Z = U;
25960
+ var K = U;
25958
25961
  return this.filter(function(ct, Rt) {
25959
- return !Rt.dir && Z.test(ct);
25962
+ return !Rt.dir && K.test(ct);
25960
25963
  });
25961
25964
  }
25962
- var $ = this.files[this.root + U];
25963
- return $ && !$.dir ? $ : null;
25965
+ var Z = this.files[this.root + U];
25966
+ return Z && !Z.dir ? Z : null;
25964
25967
  }, folder: function(U) {
25965
25968
  if (!U)
25966
25969
  return this;
25967
25970
  if (R(U))
25968
- return this.filter(function($, ct) {
25969
- return ct.dir && U.test($);
25971
+ return this.filter(function(Z, ct) {
25972
+ return ct.dir && U.test(Z);
25970
25973
  });
25971
- var N = this.root + U, X = M.call(this, N), Z = this.clone();
25972
- return Z.root = X.name, Z;
25974
+ var N = this.root + U, X = M.call(this, N), K = this.clone();
25975
+ return K.root = X.name, K;
25973
25976
  }, remove: function(U) {
25974
25977
  U = this.root + U;
25975
25978
  var N = this.files[U];
25976
25979
  if (N || (U.slice(-1) !== "/" && (U += "/"), N = this.files[U]), N && !N.dir)
25977
25980
  delete this.files[U];
25978
25981
  else
25979
- for (var X = this.filter(function($, ct) {
25982
+ for (var X = this.filter(function(Z, ct) {
25980
25983
  return ct.name.slice(0, U.length) === U;
25981
- }), Z = 0; Z < X.length; Z++)
25982
- delete this.files[X[Z].name];
25984
+ }), K = 0; K < X.length; K++)
25985
+ delete this.files[X[K].name];
25983
25986
  return this;
25984
25987
  }, generate: function() {
25985
25988
  throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.");
@@ -25989,10 +25992,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
25989
25992
  if ((X = g.extend(U || {}, { streamFiles: !1, compression: "STORE", compressionOptions: null, type: "", platform: "DOS", comment: null, mimeType: "application/zip", encodeFileName: m.utf8encode })).type = X.type.toLowerCase(), X.compression = X.compression.toUpperCase(), X.type === "binarystring" && (X.type = "string"), !X.type)
25990
25993
  throw new Error("No output type specified.");
25991
25994
  g.checkSupport(X.type), X.platform !== "darwin" && X.platform !== "freebsd" && X.platform !== "linux" && X.platform !== "sunos" || (X.platform = "UNIX"), X.platform === "win32" && (X.platform = "DOS");
25992
- var Z = X.comment || this.comment || "";
25993
- N = D.generateWorker(this, X, Z);
25994
- } catch ($) {
25995
- (N = new _("error")).error($);
25995
+ var K = X.comment || this.comment || "";
25996
+ N = D.generateWorker(this, X, K);
25997
+ } catch (Z) {
25998
+ (N = new _("error")).error(Z);
25996
25999
  }
25997
26000
  return new S(N, X.type || "string", X.mimeType);
25998
26001
  }, generateAsync: function(U, N) {
@@ -26243,30 +26246,30 @@ https://github.com/nodeca/pako/blob/main/LICENSE
26243
26246
  M = [], T(N);
26244
26247
  }).on("end", function() {
26245
26248
  try {
26246
- var N = function(X, Z, $) {
26249
+ var N = function(X, K, Z) {
26247
26250
  switch (X) {
26248
26251
  case "blob":
26249
- return u.newBlob(u.transformTo("arraybuffer", Z), $);
26252
+ return u.newBlob(u.transformTo("arraybuffer", K), Z);
26250
26253
  case "base64":
26251
- return _.encode(Z);
26254
+ return _.encode(K);
26252
26255
  default:
26253
- return u.transformTo(X, Z);
26256
+ return u.transformTo(X, K);
26254
26257
  }
26255
- }(b, function(X, Z) {
26256
- var $, ct = 0, Rt = null, et = 0;
26257
- for ($ = 0; $ < Z.length; $++)
26258
- et += Z[$].length;
26258
+ }(b, function(X, K) {
26259
+ var Z, ct = 0, Rt = null, et = 0;
26260
+ for (Z = 0; Z < K.length; Z++)
26261
+ et += K[Z].length;
26259
26262
  switch (X) {
26260
26263
  case "string":
26261
- return Z.join("");
26264
+ return K.join("");
26262
26265
  case "array":
26263
- return Array.prototype.concat.apply([], Z);
26266
+ return Array.prototype.concat.apply([], K);
26264
26267
  case "uint8array":
26265
- for (Rt = new Uint8Array(et), $ = 0; $ < Z.length; $++)
26266
- Rt.set(Z[$], ct), ct += Z[$].length;
26268
+ for (Rt = new Uint8Array(et), Z = 0; Z < K.length; Z++)
26269
+ Rt.set(K[Z], ct), ct += K[Z].length;
26267
26270
  return Rt;
26268
26271
  case "nodebuffer":
26269
- return Buffer.concat(Z);
26272
+ return Buffer.concat(K);
26270
26273
  default:
26271
26274
  throw new Error("concat : unsupported type '" + X + "'");
26272
26275
  }
@@ -26529,10 +26532,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
26529
26532
  return _.Promise.resolve(L).then(function(b) {
26530
26533
  return u.blob && (b instanceof Blob || ["[object File]", "[object Blob]"].indexOf(Object.prototype.toString.call(b)) !== -1) && typeof FileReader < "u" ? new _.Promise(function(U, N) {
26531
26534
  var X = new FileReader();
26532
- X.onload = function(Z) {
26533
- U(Z.target.result);
26534
- }, X.onerror = function(Z) {
26535
- N(Z.target.error);
26535
+ X.onload = function(K) {
26536
+ U(K.target.result);
26537
+ }, X.onerror = function(K) {
26538
+ N(K.target.error);
26536
26539
  }, X.readAsArrayBuffer(b);
26537
26540
  }) : b;
26538
26541
  }).then(function(b) {
@@ -26864,14 +26867,14 @@ https://github.com/nodeca/pako/blob/main/LICENSE
26864
26867
  var R = T.length, b = !1;
26865
26868
  if (!R)
26866
26869
  return this.resolve([]);
26867
- for (var U = new Array(R), N = 0, X = -1, Z = new this(m); ++X < R; )
26868
- $(T[X], X);
26869
- return Z;
26870
- function $(ct, Rt) {
26870
+ for (var U = new Array(R), N = 0, X = -1, K = new this(m); ++X < R; )
26871
+ Z(T[X], X);
26872
+ return K;
26873
+ function Z(ct, Rt) {
26871
26874
  M.resolve(ct).then(function(et) {
26872
- U[Rt] = et, ++N !== R || b || (b = !0, g.resolve(Z, U));
26875
+ U[Rt] = et, ++N !== R || b || (b = !0, g.resolve(K, U));
26873
26876
  }, function(et) {
26874
- b || (b = !0, g.reject(Z, et));
26877
+ b || (b = !0, g.reject(K, et));
26875
26878
  });
26876
26879
  }
26877
26880
  }, O.race = function(T) {
@@ -26882,10 +26885,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
26882
26885
  if (!R)
26883
26886
  return this.resolve([]);
26884
26887
  for (var U = -1, N = new this(m); ++U < R; )
26885
- X = T[U], M.resolve(X).then(function(Z) {
26886
- b || (b = !0, g.resolve(N, Z));
26887
- }, function(Z) {
26888
- b || (b = !0, g.reject(N, Z));
26888
+ X = T[U], M.resolve(X).then(function(K) {
26889
+ b || (b = !0, g.resolve(N, K));
26890
+ }, function(K) {
26891
+ b || (b = !0, g.reject(N, K));
26889
26892
  });
26890
26893
  var X;
26891
26894
  return N;
@@ -26957,14 +26960,14 @@ https://github.com/nodeca/pako/blob/main/LICENSE
26957
26960
  return T.result;
26958
26961
  }
26959
26962
  D.prototype.push = function(E, L) {
26960
- var T, M, R, b, U, N, X = this.strm, Z = this.options.chunkSize, $ = this.options.dictionary, ct = !1;
26963
+ var T, M, R, b, U, N, X = this.strm, K = this.options.chunkSize, Z = this.options.dictionary, ct = !1;
26961
26964
  if (this.ended)
26962
26965
  return !1;
26963
26966
  M = L === ~~L ? L : L === !0 ? _.Z_FINISH : _.Z_NO_FLUSH, typeof E == "string" ? X.input = g.binstring2buf(E) : k.call(E) === "[object ArrayBuffer]" ? X.input = new Uint8Array(E) : X.input = E, X.next_in = 0, X.avail_in = X.input.length;
26964
26967
  do {
26965
- if (X.avail_out === 0 && (X.output = new m.Buf8(Z), X.next_out = 0, X.avail_out = Z), (T = u.inflate(X, _.Z_NO_FLUSH)) === _.Z_NEED_DICT && $ && (N = typeof $ == "string" ? g.string2buf($) : k.call($) === "[object ArrayBuffer]" ? new Uint8Array($) : $, T = u.inflateSetDictionary(this.strm, N)), T === _.Z_BUF_ERROR && ct === !0 && (T = _.Z_OK, ct = !1), T !== _.Z_STREAM_END && T !== _.Z_OK)
26968
+ if (X.avail_out === 0 && (X.output = new m.Buf8(K), X.next_out = 0, X.avail_out = K), (T = u.inflate(X, _.Z_NO_FLUSH)) === _.Z_NEED_DICT && Z && (N = typeof Z == "string" ? g.string2buf(Z) : k.call(Z) === "[object ArrayBuffer]" ? new Uint8Array(Z) : Z, T = u.inflateSetDictionary(this.strm, N)), T === _.Z_BUF_ERROR && ct === !0 && (T = _.Z_OK, ct = !1), T !== _.Z_STREAM_END && T !== _.Z_OK)
26966
26969
  return this.onEnd(T), !(this.ended = !0);
26967
- X.next_out && (X.avail_out !== 0 && T !== _.Z_STREAM_END && (X.avail_in !== 0 || M !== _.Z_FINISH && M !== _.Z_SYNC_FLUSH) || (this.options.to === "string" ? (R = g.utf8border(X.output, X.next_out), b = X.next_out - R, U = g.buf2string(X.output, R), X.next_out = b, X.avail_out = Z - b, b && m.arraySet(X.output, X.output, R, b, 0), this.onData(U)) : this.onData(m.shrinkBuf(X.output, X.next_out)))), X.avail_in === 0 && X.avail_out === 0 && (ct = !0);
26970
+ X.next_out && (X.avail_out !== 0 && T !== _.Z_STREAM_END && (X.avail_in !== 0 || M !== _.Z_FINISH && M !== _.Z_SYNC_FLUSH) || (this.options.to === "string" ? (R = g.utf8border(X.output, X.next_out), b = X.next_out - R, U = g.buf2string(X.output, R), X.next_out = b, X.avail_out = K - b, b && m.arraySet(X.output, X.output, R, b, 0), this.onData(U)) : this.onData(m.shrinkBuf(X.output, X.next_out)))), X.avail_in === 0 && X.avail_out === 0 && (ct = !0);
26968
26971
  } while ((0 < X.avail_in || X.avail_out === 0) && T !== _.Z_STREAM_END);
26969
26972
  return T === _.Z_STREAM_END && (M = _.Z_FINISH), M === _.Z_FINISH ? (T = u.inflateEnd(this.strm), this.onEnd(T), this.ended = !0, T === _.Z_OK) : M !== _.Z_SYNC_FLUSH || (this.onEnd(_.Z_OK), !(X.avail_out = 0));
26970
26973
  }, D.prototype.onData = function(E) {
@@ -27094,7 +27097,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27094
27097
  return -1 ^ m;
27095
27098
  };
27096
27099
  }, {}], 46: [function(s, c, p) {
27097
- var u, m = s("../utils/common"), g = s("./trees"), _ = s("./adler32"), S = s("./crc32"), C = s("./messages"), O = 0, k = 4, D = 0, F = -2, E = -1, L = 4, T = 2, M = 8, R = 9, b = 286, U = 30, N = 19, X = 2 * b + 1, Z = 15, $ = 3, ct = 258, Rt = ct + $ + 1, et = 42, _t = 113, G = 1, Pt = 2, Et = 3, At = 4;
27100
+ var u, m = s("../utils/common"), g = s("./trees"), _ = s("./adler32"), S = s("./crc32"), C = s("./messages"), O = 0, k = 4, D = 0, F = -2, E = -1, L = 4, T = 2, M = 8, R = 9, b = 286, U = 30, N = 19, X = 2 * b + 1, K = 15, Z = 3, ct = 258, Rt = ct + Z + 1, et = 42, _t = 113, G = 1, Pt = 2, Et = 3, At = 4;
27098
27101
  function fe(W, Jt) {
27099
27102
  return W.msg = C[Jt], Jt;
27100
27103
  }
@@ -27148,8 +27151,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27148
27151
  }
27149
27152
  if (W.strm.avail_in === 0)
27150
27153
  break;
27151
- if (ie = W.strm, Kt = W.window, z = W.strstart + W.lookahead, Q = dt, st = void 0, st = ie.avail_in, Q < st && (st = Q), Wt = st === 0 ? 0 : (ie.avail_in -= st, m.arraySet(Kt, ie.input, ie.next_in, st, z), ie.state.wrap === 1 ? ie.adler = _(ie.adler, Kt, st, z) : ie.state.wrap === 2 && (ie.adler = S(ie.adler, Kt, st, z)), ie.next_in += st, ie.total_in += st, st), W.lookahead += Wt, W.lookahead + W.insert >= $)
27152
- for (Dt = W.strstart - W.insert, W.ins_h = W.window[Dt], W.ins_h = (W.ins_h << W.hash_shift ^ W.window[Dt + 1]) & W.hash_mask; W.insert && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[Dt + $ - 1]) & W.hash_mask, W.prev[Dt & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = Dt, Dt++, W.insert--, !(W.lookahead + W.insert < $)); )
27154
+ if (ie = W.strm, Kt = W.window, z = W.strstart + W.lookahead, Q = dt, st = void 0, st = ie.avail_in, Q < st && (st = Q), Wt = st === 0 ? 0 : (ie.avail_in -= st, m.arraySet(Kt, ie.input, ie.next_in, st, z), ie.state.wrap === 1 ? ie.adler = _(ie.adler, Kt, st, z) : ie.state.wrap === 2 && (ie.adler = S(ie.adler, Kt, st, z)), ie.next_in += st, ie.total_in += st, st), W.lookahead += Wt, W.lookahead + W.insert >= Z)
27155
+ for (Dt = W.strstart - W.insert, W.ins_h = W.window[Dt], W.ins_h = (W.ins_h << W.hash_shift ^ W.window[Dt + 1]) & W.hash_mask; W.insert && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[Dt + Z - 1]) & W.hash_mask, W.prev[Dt & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = Dt, Dt++, W.insert--, !(W.lookahead + W.insert < Z)); )
27153
27156
  ;
27154
27157
  } while (W.lookahead < Rt && W.strm.avail_in !== 0);
27155
27158
  }
@@ -27161,9 +27164,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27161
27164
  if (W.lookahead === 0)
27162
27165
  break;
27163
27166
  }
27164
- if (Wt = 0, W.lookahead >= $ && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + $ - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart), Wt !== 0 && W.strstart - Wt <= W.w_size - Rt && (W.match_length = Yt(W, Wt)), W.match_length >= $)
27165
- if (pt = g._tr_tally(W, W.strstart - W.match_start, W.match_length - $), W.lookahead -= W.match_length, W.match_length <= W.max_lazy_match && W.lookahead >= $) {
27166
- for (W.match_length--; W.strstart++, W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + $ - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart, --W.match_length != 0; )
27167
+ if (Wt = 0, W.lookahead >= Z && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + Z - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart), Wt !== 0 && W.strstart - Wt <= W.w_size - Rt && (W.match_length = Yt(W, Wt)), W.match_length >= Z)
27168
+ if (pt = g._tr_tally(W, W.strstart - W.match_start, W.match_length - Z), W.lookahead -= W.match_length, W.match_length <= W.max_lazy_match && W.lookahead >= Z) {
27169
+ for (W.match_length--; W.strstart++, W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + Z - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart, --W.match_length != 0; )
27167
27170
  ;
27168
27171
  W.strstart++;
27169
27172
  } else
@@ -27173,7 +27176,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27173
27176
  if (pt && (Bt(W, !1), W.strm.avail_out === 0))
27174
27177
  return G;
27175
27178
  }
27176
- return W.insert = W.strstart < $ - 1 ? W.strstart : $ - 1, Jt === k ? (Bt(W, !0), W.strm.avail_out === 0 ? Et : At) : W.last_lit && (Bt(W, !1), W.strm.avail_out === 0) ? G : Pt;
27179
+ return W.insert = W.strstart < Z - 1 ? W.strstart : Z - 1, Jt === k ? (Bt(W, !0), W.strm.avail_out === 0 ? Et : At) : W.last_lit && (Bt(W, !1), W.strm.avail_out === 0) ? G : Pt;
27177
27180
  }
27178
27181
  function Oe(W, Jt) {
27179
27182
  for (var Wt, pt, dt; ; ) {
@@ -27183,10 +27186,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27183
27186
  if (W.lookahead === 0)
27184
27187
  break;
27185
27188
  }
27186
- if (Wt = 0, W.lookahead >= $ && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + $ - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart), W.prev_length = W.match_length, W.prev_match = W.match_start, W.match_length = $ - 1, Wt !== 0 && W.prev_length < W.max_lazy_match && W.strstart - Wt <= W.w_size - Rt && (W.match_length = Yt(W, Wt), W.match_length <= 5 && (W.strategy === 1 || W.match_length === $ && 4096 < W.strstart - W.match_start) && (W.match_length = $ - 1)), W.prev_length >= $ && W.match_length <= W.prev_length) {
27187
- for (dt = W.strstart + W.lookahead - $, pt = g._tr_tally(W, W.strstart - 1 - W.prev_match, W.prev_length - $), W.lookahead -= W.prev_length - 1, W.prev_length -= 2; ++W.strstart <= dt && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + $ - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart), --W.prev_length != 0; )
27189
+ if (Wt = 0, W.lookahead >= Z && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + Z - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart), W.prev_length = W.match_length, W.prev_match = W.match_start, W.match_length = Z - 1, Wt !== 0 && W.prev_length < W.max_lazy_match && W.strstart - Wt <= W.w_size - Rt && (W.match_length = Yt(W, Wt), W.match_length <= 5 && (W.strategy === 1 || W.match_length === Z && 4096 < W.strstart - W.match_start) && (W.match_length = Z - 1)), W.prev_length >= Z && W.match_length <= W.prev_length) {
27190
+ for (dt = W.strstart + W.lookahead - Z, pt = g._tr_tally(W, W.strstart - 1 - W.prev_match, W.prev_length - Z), W.lookahead -= W.prev_length - 1, W.prev_length -= 2; ++W.strstart <= dt && (W.ins_h = (W.ins_h << W.hash_shift ^ W.window[W.strstart + Z - 1]) & W.hash_mask, Wt = W.prev[W.strstart & W.w_mask] = W.head[W.ins_h], W.head[W.ins_h] = W.strstart), --W.prev_length != 0; )
27188
27191
  ;
27189
- if (W.match_available = 0, W.match_length = $ - 1, W.strstart++, pt && (Bt(W, !1), W.strm.avail_out === 0))
27192
+ if (W.match_available = 0, W.match_length = Z - 1, W.strstart++, pt && (Bt(W, !1), W.strm.avail_out === 0))
27190
27193
  return G;
27191
27194
  } else if (W.match_available) {
27192
27195
  if ((pt = g._tr_tally(W, 0, W.window[W.strstart - 1])) && Bt(W, !1), W.strstart++, W.lookahead--, W.strm.avail_out === 0)
@@ -27194,13 +27197,13 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27194
27197
  } else
27195
27198
  W.match_available = 1, W.strstart++, W.lookahead--;
27196
27199
  }
27197
- return W.match_available && (pt = g._tr_tally(W, 0, W.window[W.strstart - 1]), W.match_available = 0), W.insert = W.strstart < $ - 1 ? W.strstart : $ - 1, Jt === k ? (Bt(W, !0), W.strm.avail_out === 0 ? Et : At) : W.last_lit && (Bt(W, !1), W.strm.avail_out === 0) ? G : Pt;
27200
+ return W.match_available && (pt = g._tr_tally(W, 0, W.window[W.strstart - 1]), W.match_available = 0), W.insert = W.strstart < Z - 1 ? W.strstart : Z - 1, Jt === k ? (Bt(W, !0), W.strm.avail_out === 0 ? Et : At) : W.last_lit && (Bt(W, !1), W.strm.avail_out === 0) ? G : Pt;
27198
27201
  }
27199
27202
  function Ge(W, Jt, Wt, pt, dt) {
27200
27203
  this.good_length = W, this.max_lazy = Jt, this.nice_length = Wt, this.max_chain = pt, this.func = dt;
27201
27204
  }
27202
27205
  function pi() {
27203
- this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = M, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new m.Buf16(2 * X), this.dyn_dtree = new m.Buf16(2 * (2 * U + 1)), this.bl_tree = new m.Buf16(2 * (2 * N + 1)), Ft(this.dyn_ltree), Ft(this.dyn_dtree), Ft(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new m.Buf16(Z + 1), this.heap = new m.Buf16(2 * b + 1), Ft(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new m.Buf16(2 * b + 1), Ft(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
27206
+ this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = M, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new m.Buf16(2 * X), this.dyn_dtree = new m.Buf16(2 * (2 * U + 1)), this.bl_tree = new m.Buf16(2 * (2 * N + 1)), Ft(this.dyn_ltree), Ft(this.dyn_dtree), Ft(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new m.Buf16(K + 1), this.heap = new m.Buf16(2 * b + 1), Ft(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new m.Buf16(2 * b + 1), Ft(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
27204
27207
  }
27205
27208
  function Ri(W) {
27206
27209
  var Jt;
@@ -27209,7 +27212,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27209
27212
  function cn(W) {
27210
27213
  var Jt = Ri(W);
27211
27214
  return Jt === D && function(Wt) {
27212
- Wt.window_size = 2 * Wt.w_size, Ft(Wt.head), Wt.max_lazy_match = u[Wt.level].max_lazy, Wt.good_match = u[Wt.level].good_length, Wt.nice_match = u[Wt.level].nice_length, Wt.max_chain_length = u[Wt.level].max_chain, Wt.strstart = 0, Wt.block_start = 0, Wt.lookahead = 0, Wt.insert = 0, Wt.match_length = Wt.prev_length = $ - 1, Wt.match_available = 0, Wt.ins_h = 0;
27215
+ Wt.window_size = 2 * Wt.w_size, Ft(Wt.head), Wt.max_lazy_match = u[Wt.level].max_lazy, Wt.good_match = u[Wt.level].good_length, Wt.nice_match = u[Wt.level].nice_length, Wt.max_chain_length = u[Wt.level].max_chain, Wt.strstart = 0, Wt.block_start = 0, Wt.lookahead = 0, Wt.insert = 0, Wt.match_length = Wt.prev_length = Z - 1, Wt.match_available = 0, Wt.ins_h = 0;
27213
27216
  }(W.state), Jt;
27214
27217
  }
27215
27218
  function Ji(W, Jt, Wt, pt, dt, Dt) {
@@ -27220,7 +27223,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27220
27223
  return fe(W, F);
27221
27224
  pt === 8 && (pt = 9);
27222
27225
  var Kt = new pi();
27223
- return (W.state = Kt).strm = W, Kt.wrap = ie, Kt.gzhead = null, Kt.w_bits = pt, Kt.w_size = 1 << Kt.w_bits, Kt.w_mask = Kt.w_size - 1, Kt.hash_bits = dt + 7, Kt.hash_size = 1 << Kt.hash_bits, Kt.hash_mask = Kt.hash_size - 1, Kt.hash_shift = ~~((Kt.hash_bits + $ - 1) / $), Kt.window = new m.Buf8(2 * Kt.w_size), Kt.head = new m.Buf16(Kt.hash_size), Kt.prev = new m.Buf16(Kt.w_size), Kt.lit_bufsize = 1 << dt + 6, Kt.pending_buf_size = 4 * Kt.lit_bufsize, Kt.pending_buf = new m.Buf8(Kt.pending_buf_size), Kt.d_buf = 1 * Kt.lit_bufsize, Kt.l_buf = 3 * Kt.lit_bufsize, Kt.level = Jt, Kt.strategy = Dt, Kt.method = Wt, cn(W);
27226
+ return (W.state = Kt).strm = W, Kt.wrap = ie, Kt.gzhead = null, Kt.w_bits = pt, Kt.w_size = 1 << Kt.w_bits, Kt.w_mask = Kt.w_size - 1, Kt.hash_bits = dt + 7, Kt.hash_size = 1 << Kt.hash_bits, Kt.hash_mask = Kt.hash_size - 1, Kt.hash_shift = ~~((Kt.hash_bits + Z - 1) / Z), Kt.window = new m.Buf8(2 * Kt.w_size), Kt.head = new m.Buf16(Kt.hash_size), Kt.prev = new m.Buf16(Kt.w_size), Kt.lit_bufsize = 1 << dt + 6, Kt.pending_buf_size = 4 * Kt.lit_bufsize, Kt.pending_buf = new m.Buf8(Kt.pending_buf_size), Kt.d_buf = 1 * Kt.lit_bufsize, Kt.l_buf = 3 * Kt.lit_bufsize, Kt.level = Jt, Kt.strategy = Dt, Kt.method = Wt, cn(W);
27224
27227
  }
27225
27228
  u = [new Ge(0, 0, 0, 0, function(W, Jt) {
27226
27229
  var Wt = 65535;
@@ -27314,14 +27317,14 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27314
27317
  if (z.lookahead === 0)
27315
27318
  break;
27316
27319
  }
27317
- if (z.match_length = 0, z.lookahead >= $ && 0 < z.strstart && (nt = Xt[vt = z.strstart - 1]) === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt]) {
27320
+ if (z.match_length = 0, z.lookahead >= Z && 0 < z.strstart && (nt = Xt[vt = z.strstart - 1]) === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt]) {
27318
27321
  Gt = z.strstart + ct;
27319
27322
  do
27320
27323
  ;
27321
27324
  while (nt === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt] && nt === Xt[++vt] && vt < Gt);
27322
27325
  z.match_length = ct - (Gt - vt), z.match_length > z.lookahead && (z.match_length = z.lookahead);
27323
27326
  }
27324
- if (z.match_length >= $ ? (st = g._tr_tally(z, 1, z.match_length - $), z.lookahead -= z.match_length, z.strstart += z.match_length, z.match_length = 0) : (st = g._tr_tally(z, 0, z.window[z.strstart]), z.lookahead--, z.strstart++), st && (Bt(z, !1), z.strm.avail_out === 0))
27327
+ if (z.match_length >= Z ? (st = g._tr_tally(z, 1, z.match_length - Z), z.lookahead -= z.match_length, z.strstart += z.match_length, z.match_length = 0) : (st = g._tr_tally(z, 0, z.window[z.strstart]), z.lookahead--, z.strstart++), st && (Bt(z, !1), z.strm.avail_out === 0))
27325
27328
  return G;
27326
27329
  }
27327
27330
  return z.insert = 0, Q === k ? (Bt(z, !0), z.strm.avail_out === 0 ? Et : At) : z.last_lit && (Bt(z, !1), z.strm.avail_out === 0) ? G : Pt;
@@ -27339,12 +27342,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27339
27342
  var Wt, pt, dt, Dt, ie, Kt, z, Q, st = Jt.length;
27340
27343
  if (!W || !W.state || (Dt = (Wt = W.state).wrap) === 2 || Dt === 1 && Wt.status !== et || Wt.lookahead)
27341
27344
  return F;
27342
- for (Dt === 1 && (W.adler = _(W.adler, Jt, st, 0)), Wt.wrap = 0, st >= Wt.w_size && (Dt === 0 && (Ft(Wt.head), Wt.strstart = 0, Wt.block_start = 0, Wt.insert = 0), Q = new m.Buf8(Wt.w_size), m.arraySet(Q, Jt, st - Wt.w_size, Wt.w_size, 0), Jt = Q, st = Wt.w_size), ie = W.avail_in, Kt = W.next_in, z = W.input, W.avail_in = st, W.next_in = 0, W.input = Jt, $e(Wt); Wt.lookahead >= $; ) {
27343
- for (pt = Wt.strstart, dt = Wt.lookahead - ($ - 1); Wt.ins_h = (Wt.ins_h << Wt.hash_shift ^ Wt.window[pt + $ - 1]) & Wt.hash_mask, Wt.prev[pt & Wt.w_mask] = Wt.head[Wt.ins_h], Wt.head[Wt.ins_h] = pt, pt++, --dt; )
27345
+ for (Dt === 1 && (W.adler = _(W.adler, Jt, st, 0)), Wt.wrap = 0, st >= Wt.w_size && (Dt === 0 && (Ft(Wt.head), Wt.strstart = 0, Wt.block_start = 0, Wt.insert = 0), Q = new m.Buf8(Wt.w_size), m.arraySet(Q, Jt, st - Wt.w_size, Wt.w_size, 0), Jt = Q, st = Wt.w_size), ie = W.avail_in, Kt = W.next_in, z = W.input, W.avail_in = st, W.next_in = 0, W.input = Jt, $e(Wt); Wt.lookahead >= Z; ) {
27346
+ for (pt = Wt.strstart, dt = Wt.lookahead - (Z - 1); Wt.ins_h = (Wt.ins_h << Wt.hash_shift ^ Wt.window[pt + Z - 1]) & Wt.hash_mask, Wt.prev[pt & Wt.w_mask] = Wt.head[Wt.ins_h], Wt.head[Wt.ins_h] = pt, pt++, --dt; )
27344
27347
  ;
27345
- Wt.strstart = pt, Wt.lookahead = $ - 1, $e(Wt);
27348
+ Wt.strstart = pt, Wt.lookahead = Z - 1, $e(Wt);
27346
27349
  }
27347
- return Wt.strstart += Wt.lookahead, Wt.block_start = Wt.strstart, Wt.insert = Wt.lookahead, Wt.lookahead = 0, Wt.match_length = Wt.prev_length = $ - 1, Wt.match_available = 0, W.next_in = Kt, W.input = z, W.avail_in = ie, Wt.wrap = Dt, D;
27350
+ return Wt.strstart += Wt.lookahead, Wt.block_start = Wt.strstart, Wt.insert = Wt.lookahead, Wt.lookahead = 0, Wt.match_length = Wt.prev_length = Z - 1, Wt.match_available = 0, W.next_in = Kt, W.input = z, W.avail_in = ie, Wt.wrap = Dt, D;
27348
27351
  }, p.deflateInfo = "pako deflate (from Nodeca project)";
27349
27352
  }, { "../utils/common": 41, "./adler32": 43, "./crc32": 45, "./messages": 51, "./trees": 52 }], 47: [function(s, c, p) {
27350
27353
  c.exports = function() {
@@ -27352,66 +27355,66 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27352
27355
  };
27353
27356
  }, {}], 48: [function(s, c, p) {
27354
27357
  c.exports = function(u, m) {
27355
- var g, _, S, C, O, k, D, F, E, L, T, M, R, b, U, N, X, Z, $, ct, Rt, et, _t, G, Pt;
27358
+ var g, _, S, C, O, k, D, F, E, L, T, M, R, b, U, N, X, K, Z, ct, Rt, et, _t, G, Pt;
27356
27359
  g = u.state, _ = u.next_in, G = u.input, S = _ + (u.avail_in - 5), C = u.next_out, Pt = u.output, O = C - (m - u.avail_out), k = C + (u.avail_out - 257), D = g.dmax, F = g.wsize, E = g.whave, L = g.wnext, T = g.window, M = g.hold, R = g.bits, b = g.lencode, U = g.distcode, N = (1 << g.lenbits) - 1, X = (1 << g.distbits) - 1;
27357
27360
  t:
27358
27361
  do {
27359
- R < 15 && (M += G[_++] << R, R += 8, M += G[_++] << R, R += 8), Z = b[M & N];
27362
+ R < 15 && (M += G[_++] << R, R += 8, M += G[_++] << R, R += 8), K = b[M & N];
27360
27363
  e:
27361
27364
  for (; ; ) {
27362
- if (M >>>= $ = Z >>> 24, R -= $, ($ = Z >>> 16 & 255) === 0)
27363
- Pt[C++] = 65535 & Z;
27365
+ if (M >>>= Z = K >>> 24, R -= Z, (Z = K >>> 16 & 255) === 0)
27366
+ Pt[C++] = 65535 & K;
27364
27367
  else {
27365
- if (!(16 & $)) {
27366
- if (!(64 & $)) {
27367
- Z = b[(65535 & Z) + (M & (1 << $) - 1)];
27368
+ if (!(16 & Z)) {
27369
+ if (!(64 & Z)) {
27370
+ K = b[(65535 & K) + (M & (1 << Z) - 1)];
27368
27371
  continue e;
27369
27372
  }
27370
- if (32 & $) {
27373
+ if (32 & Z) {
27371
27374
  g.mode = 12;
27372
27375
  break t;
27373
27376
  }
27374
27377
  u.msg = "invalid literal/length code", g.mode = 30;
27375
27378
  break t;
27376
27379
  }
27377
- ct = 65535 & Z, ($ &= 15) && (R < $ && (M += G[_++] << R, R += 8), ct += M & (1 << $) - 1, M >>>= $, R -= $), R < 15 && (M += G[_++] << R, R += 8, M += G[_++] << R, R += 8), Z = U[M & X];
27380
+ ct = 65535 & K, (Z &= 15) && (R < Z && (M += G[_++] << R, R += 8), ct += M & (1 << Z) - 1, M >>>= Z, R -= Z), R < 15 && (M += G[_++] << R, R += 8, M += G[_++] << R, R += 8), K = U[M & X];
27378
27381
  i:
27379
27382
  for (; ; ) {
27380
- if (M >>>= $ = Z >>> 24, R -= $, !(16 & ($ = Z >>> 16 & 255))) {
27381
- if (!(64 & $)) {
27382
- Z = U[(65535 & Z) + (M & (1 << $) - 1)];
27383
+ if (M >>>= Z = K >>> 24, R -= Z, !(16 & (Z = K >>> 16 & 255))) {
27384
+ if (!(64 & Z)) {
27385
+ K = U[(65535 & K) + (M & (1 << Z) - 1)];
27383
27386
  continue i;
27384
27387
  }
27385
27388
  u.msg = "invalid distance code", g.mode = 30;
27386
27389
  break t;
27387
27390
  }
27388
- if (Rt = 65535 & Z, R < ($ &= 15) && (M += G[_++] << R, (R += 8) < $ && (M += G[_++] << R, R += 8)), D < (Rt += M & (1 << $) - 1)) {
27391
+ if (Rt = 65535 & K, R < (Z &= 15) && (M += G[_++] << R, (R += 8) < Z && (M += G[_++] << R, R += 8)), D < (Rt += M & (1 << Z) - 1)) {
27389
27392
  u.msg = "invalid distance too far back", g.mode = 30;
27390
27393
  break t;
27391
27394
  }
27392
- if (M >>>= $, R -= $, ($ = C - O) < Rt) {
27393
- if (E < ($ = Rt - $) && g.sane) {
27395
+ if (M >>>= Z, R -= Z, (Z = C - O) < Rt) {
27396
+ if (E < (Z = Rt - Z) && g.sane) {
27394
27397
  u.msg = "invalid distance too far back", g.mode = 30;
27395
27398
  break t;
27396
27399
  }
27397
27400
  if (_t = T, (et = 0) === L) {
27398
- if (et += F - $, $ < ct) {
27399
- for (ct -= $; Pt[C++] = T[et++], --$; )
27401
+ if (et += F - Z, Z < ct) {
27402
+ for (ct -= Z; Pt[C++] = T[et++], --Z; )
27400
27403
  ;
27401
27404
  et = C - Rt, _t = Pt;
27402
27405
  }
27403
- } else if (L < $) {
27404
- if (et += F + L - $, ($ -= L) < ct) {
27405
- for (ct -= $; Pt[C++] = T[et++], --$; )
27406
+ } else if (L < Z) {
27407
+ if (et += F + L - Z, (Z -= L) < ct) {
27408
+ for (ct -= Z; Pt[C++] = T[et++], --Z; )
27406
27409
  ;
27407
27410
  if (et = 0, L < ct) {
27408
- for (ct -= $ = L; Pt[C++] = T[et++], --$; )
27411
+ for (ct -= Z = L; Pt[C++] = T[et++], --Z; )
27409
27412
  ;
27410
27413
  et = C - Rt, _t = Pt;
27411
27414
  }
27412
27415
  }
27413
- } else if (et += L - $, $ < ct) {
27414
- for (ct -= $; Pt[C++] = T[et++], --$; )
27416
+ } else if (et += L - Z, Z < ct) {
27417
+ for (ct -= Z; Pt[C++] = T[et++], --Z; )
27415
27418
  ;
27416
27419
  et = C - Rt, _t = Pt;
27417
27420
  }
@@ -27455,11 +27458,11 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27455
27458
  var G, Pt;
27456
27459
  return et ? (Pt = new M(), (et.state = Pt).window = null, (G = U(et, _t)) !== k && (et.state = null), G) : D;
27457
27460
  }
27458
- var X, Z, $ = !0;
27461
+ var X, K, Z = !0;
27459
27462
  function ct(et) {
27460
- if ($) {
27463
+ if (Z) {
27461
27464
  var _t;
27462
- for (X = new u.Buf32(512), Z = new u.Buf32(32), _t = 0; _t < 144; )
27465
+ for (X = new u.Buf32(512), K = new u.Buf32(32), _t = 0; _t < 144; )
27463
27466
  et.lens[_t++] = 8;
27464
27467
  for (; _t < 256; )
27465
27468
  et.lens[_t++] = 9;
@@ -27469,9 +27472,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27469
27472
  et.lens[_t++] = 8;
27470
27473
  for (S(C, et.lens, 0, 288, X, 0, et.work, { bits: 9 }), _t = 0; _t < 32; )
27471
27474
  et.lens[_t++] = 5;
27472
- S(O, et.lens, 0, 32, Z, 0, et.work, { bits: 5 }), $ = !1;
27475
+ S(O, et.lens, 0, 32, K, 0, et.work, { bits: 5 }), Z = !1;
27473
27476
  }
27474
- et.lencode = X, et.lenbits = 9, et.distcode = Z, et.distbits = 5;
27477
+ et.lencode = X, et.lenbits = 9, et.distcode = K, et.distbits = 5;
27475
27478
  }
27476
27479
  function Rt(et, _t, G, Pt) {
27477
27480
  var Et, At = et.state;
@@ -27901,7 +27904,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27901
27904
  }, { "../utils/common": 41, "./adler32": 43, "./crc32": 45, "./inffast": 48, "./inftrees": 50 }], 50: [function(s, c, p) {
27902
27905
  var u = s("../utils/common"), m = [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0], g = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], _ = [1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 0, 0], S = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64];
27903
27906
  c.exports = function(C, O, k, D, F, E, L, T) {
27904
- var M, R, b, U, N, X, Z, $, ct, Rt = T.bits, et = 0, _t = 0, G = 0, Pt = 0, Et = 0, At = 0, fe = 0, re = 0, Ft = 0, It = 0, Bt = null, ke = 0, ce = new u.Buf16(16), Yt = new u.Buf16(16), $e = null, Li = 0;
27907
+ var M, R, b, U, N, X, K, Z, ct, Rt = T.bits, et = 0, _t = 0, G = 0, Pt = 0, Et = 0, At = 0, fe = 0, re = 0, Ft = 0, It = 0, Bt = null, ke = 0, ce = new u.Buf16(16), Yt = new u.Buf16(16), $e = null, Li = 0;
27905
27908
  for (et = 0; et <= 15; et++)
27906
27909
  ce[et] = 0;
27907
27910
  for (_t = 0; _t < D; _t++)
@@ -27924,7 +27927,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27924
27927
  if (X = C === 0 ? (Bt = $e = L, 19) : C === 1 ? (Bt = m, ke -= 257, $e = g, Li -= 257, 256) : (Bt = _, $e = S, -1), et = G, N = E, fe = _t = It = 0, b = -1, U = (Ft = 1 << (At = Et)) - 1, C === 1 && 852 < Ft || C === 2 && 592 < Ft)
27925
27928
  return 1;
27926
27929
  for (; ; ) {
27927
- for (Z = et - fe, ct = L[_t] < X ? ($ = 0, L[_t]) : L[_t] > X ? ($ = $e[Li + L[_t]], Bt[ke + L[_t]]) : ($ = 96, 0), M = 1 << et - fe, G = R = 1 << At; F[N + (It >> fe) + (R -= M)] = Z << 24 | $ << 16 | ct | 0, R !== 0; )
27930
+ for (K = et - fe, ct = L[_t] < X ? (Z = 0, L[_t]) : L[_t] > X ? (Z = $e[Li + L[_t]], Bt[ke + L[_t]]) : (Z = 96, 0), M = 1 << et - fe, G = R = 1 << At; F[N + (It >> fe) + (R -= M)] = K << 24 | Z << 16 | ct | 0, R !== 0; )
27928
27931
  ;
27929
27932
  for (M = 1 << et - 1; It & M; )
27930
27933
  M >>= 1;
@@ -27951,7 +27954,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
27951
27954
  for (var Dt = dt.length; 0 <= --Dt; )
27952
27955
  dt[Dt] = 0;
27953
27956
  }
27954
- var S = 0, C = 29, O = 256, k = O + 1 + C, D = 30, F = 19, E = 2 * k + 1, L = 15, T = 16, M = 7, R = 256, b = 16, U = 17, N = 18, X = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], Z = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], $ = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], ct = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], Rt = new Array(2 * (k + 2));
27957
+ var S = 0, C = 29, O = 256, k = O + 1 + C, D = 30, F = 19, E = 2 * k + 1, L = 15, T = 16, M = 7, R = 256, b = 16, U = 17, N = 18, X = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], K = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], Z = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], ct = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], Rt = new Array(2 * (k + 2));
27955
27958
  _(Rt);
27956
27959
  var et = new Array(2 * D);
27957
27960
  _(et);
@@ -28019,7 +28022,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
28019
28022
  function cn(dt, Dt, ie) {
28020
28023
  var Kt, z, Q, st, nt = 0;
28021
28024
  if (dt.last_lit !== 0)
28022
- for (; Kt = dt.pending_buf[dt.d_buf + 2 * nt] << 8 | dt.pending_buf[dt.d_buf + 2 * nt + 1], z = dt.pending_buf[dt.l_buf + nt], nt++, Kt === 0 ? Yt(dt, z, Dt) : (Yt(dt, (Q = G[z]) + O + 1, Dt), (st = X[Q]) !== 0 && ce(dt, z -= Pt[Q], st), Yt(dt, Q = Bt(--Kt), ie), (st = Z[Q]) !== 0 && ce(dt, Kt -= re[Q], st)), nt < dt.last_lit; )
28025
+ for (; Kt = dt.pending_buf[dt.d_buf + 2 * nt] << 8 | dt.pending_buf[dt.d_buf + 2 * nt + 1], z = dt.pending_buf[dt.l_buf + nt], nt++, Kt === 0 ? Yt(dt, z, Dt) : (Yt(dt, (Q = G[z]) + O + 1, Dt), (st = X[Q]) !== 0 && ce(dt, z -= Pt[Q], st), Yt(dt, Q = Bt(--Kt), ie), (st = K[Q]) !== 0 && ce(dt, Kt -= re[Q], st)), nt < dt.last_lit; )
28023
28026
  ;
28024
28027
  Yt(dt, R, Dt);
28025
28028
  }
@@ -28082,10 +28085,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
28082
28085
  for (Pt[z] = Kt, Dt = 0; Dt < 1 << X[z]; Dt++)
28083
28086
  G[Kt++] = z;
28084
28087
  for (G[Kt - 1] = z, z = Q = 0; z < 16; z++)
28085
- for (re[z] = Q, Dt = 0; Dt < 1 << Z[z]; Dt++)
28088
+ for (re[z] = Q, Dt = 0; Dt < 1 << K[z]; Dt++)
28086
28089
  _t[Q++] = z;
28087
28090
  for (Q >>= 7; z < D; z++)
28088
- for (re[z] = Q << 7, Dt = 0; Dt < 1 << Z[z] - 7; Dt++)
28091
+ for (re[z] = Q << 7, Dt = 0; Dt < 1 << K[z] - 7; Dt++)
28089
28092
  _t[256 + Q++] = z;
28090
28093
  for (ie = 0; ie <= L; ie++)
28091
28094
  st[ie] = 0;
@@ -28099,7 +28102,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
28099
28102
  Rt[2 * Dt + 1] = 8, Dt++, st[8]++;
28100
28103
  for (Li(Rt, k + 1, st), Dt = 0; Dt < D; Dt++)
28101
28104
  et[2 * Dt + 1] = 5, et[2 * Dt] = $e(Dt, 5);
28102
- Et = new Ft(Rt, X, O + 1, k, L), At = new Ft(et, Z, 0, D, L), fe = new Ft(new Array(0), $, 0, F, M);
28105
+ Et = new Ft(Rt, X, O + 1, k, L), At = new Ft(et, K, 0, D, L), fe = new Ft(new Array(0), Z, 0, F, M);
28103
28106
  }(), Wt = !0), dt.l_desc = new It(dt.dyn_ltree, Et), dt.d_desc = new It(dt.dyn_dtree, At), dt.bl_desc = new It(dt.bl_tree, fe), dt.bi_buf = 0, dt.bi_valid = 0, Oe(dt);
28104
28107
  }, p._tr_stored_block = pt, p._tr_flush_block = function(dt, Dt, ie, Kt) {
28105
28108
  var z, Q, st = 0;
@@ -28185,22 +28188,22 @@ https://github.com/nodeca/pako/blob/main/LICENSE
28185
28188
  F = !0;
28186
28189
  try {
28187
28190
  (function(N) {
28188
- var X = N.callback, Z = N.args;
28189
- switch (Z.length) {
28191
+ var X = N.callback, K = N.args;
28192
+ switch (K.length) {
28190
28193
  case 0:
28191
28194
  X();
28192
28195
  break;
28193
28196
  case 1:
28194
- X(Z[0]);
28197
+ X(K[0]);
28195
28198
  break;
28196
28199
  case 2:
28197
- X(Z[0], Z[1]);
28200
+ X(K[0], K[1]);
28198
28201
  break;
28199
28202
  case 3:
28200
- X(Z[0], Z[1], Z[2]);
28203
+ X(K[0], K[1], K[2]);
28201
28204
  break;
28202
28205
  default:
28203
- X.apply(g, Z);
28206
+ X.apply(g, K);
28204
28207
  }
28205
28208
  })(U);
28206
28209
  } finally {
@@ -28764,16 +28767,16 @@ var to = {
28764
28767
  edges: 0.5,
28765
28768
  end: 1
28766
28769
  }[p] || 0 : !g && _ && (C = p[0], O = p[1]), function(k, D, F) {
28767
- var E = (F || s).length, L = m[E], T, M, R, b, U, N, X, Z, $;
28770
+ var E = (F || s).length, L = m[E], T, M, R, b, U, N, X, K, Z;
28768
28771
  if (!L) {
28769
- if ($ = s.grid === "auto" ? 0 : (s.grid || [1, So])[1], !$) {
28770
- for (X = -So; X < (X = F[$++].getBoundingClientRect().left) && $ < E; )
28772
+ if (Z = s.grid === "auto" ? 0 : (s.grid || [1, So])[1], !Z) {
28773
+ for (X = -So; X < (X = F[Z++].getBoundingClientRect().left) && Z < E; )
28771
28774
  ;
28772
- $ < E && $--;
28775
+ Z < E && Z--;
28773
28776
  }
28774
- for (L = m[E] = [], T = _ ? Math.min($, E) * C - 0.5 : p % $, M = $ === So ? 0 : _ ? E * O / $ - 0.5 : p / $ | 0, X = 0, Z = So, N = 0; N < E; N++)
28775
- R = N % $ - T, b = M - (N / $ | 0), L[N] = U = S ? Math.abs(S === "y" ? b : R) : Wp(R * R + b * b), U > X && (X = U), U < Z && (Z = U);
28776
- p === "random" && ld(L), L.max = X - Z, L.min = Z, L.v = E = (parseFloat(s.amount) || parseFloat(s.each) * ($ > E ? E - 1 : S ? S === "y" ? E / $ : $ : Math.max($, E / $)) || 0) * (p === "edges" ? -1 : 1), L.b = E < 0 ? u - E : u, L.u = cr(s.amount || s.each) || 0, c = c && E < 0 ? _d(c) : c;
28777
+ for (L = m[E] = [], T = _ ? Math.min(Z, E) * C - 0.5 : p % Z, M = Z === So ? 0 : _ ? E * O / Z - 0.5 : p / Z | 0, X = 0, K = So, N = 0; N < E; N++)
28778
+ R = N % Z - T, b = M - (N / Z | 0), L[N] = U = S ? Math.abs(S === "y" ? b : R) : Wp(R * R + b * b), U > X && (X = U), U < K && (K = U);
28779
+ p === "random" && ld(L), L.max = X - K, L.min = K, L.v = E = (parseFloat(s.amount) || parseFloat(s.each) * (Z > E ? E - 1 : S ? S === "y" ? E / Z : Z : Math.max(Z, E / Z)) || 0) * (p === "edges" ? -1 : 1), L.b = E < 0 ? u - E : u, L.u = cr(s.amount || s.each) || 0, c = c && E < 0 ? _d(c) : c;
28777
28780
  }
28778
28781
  return E = (L[k] - L.min) / L.max || 0, qn(L.b + (c ? c(E) : E) * L.v) + L.u;
28779
28782
  };
@@ -29274,10 +29277,10 @@ var Tr = /* @__PURE__ */ function(x) {
29274
29277
  if (N = this._yoyo, L = S + this._rDelay, this._repeat < -1 && p < 0)
29275
29278
  return this.totalTime(L * 100 + p, u, m);
29276
29279
  if (k = qn(C % L), C === _ ? (E = this._repeat, k = S) : (E = ~~(C / L), E && E === C / L && (k = S, E--), k > S && (k = S)), U = ch(this._tTime, L), !g && this._tTime && U !== E && this._tTime - U * L - this._dur <= 0 && (U = E), N && E & 1 && (k = S - k, X = 1), E !== U && !this._lock) {
29277
- var Z = N && U & 1, $ = Z === (N && E & 1);
29278
- if (E < U && (Z = !Z), g = Z ? 0 : C % S ? S : C, this._lock = 1, this.render(g || (X ? 0 : qn(E * L)), u, !S)._lock = 0, this._tTime = C, !u && this.parent && Qr(this, "onRepeat"), this.vars.repeatRefresh && !X && (this.invalidate()._lock = 1), g && g !== this._time || T !== !this._ts || this.vars.onRepeat && !this.parent && !this._act)
29280
+ var K = N && U & 1, Z = K === (N && E & 1);
29281
+ if (E < U && (K = !K), g = K ? 0 : C % S ? S : C, this._lock = 1, this.render(g || (X ? 0 : qn(E * L)), u, !S)._lock = 0, this._tTime = C, !u && this.parent && Qr(this, "onRepeat"), this.vars.repeatRefresh && !X && (this.invalidate()._lock = 1), g && g !== this._time || T !== !this._ts || this.vars.onRepeat && !this.parent && !this._act)
29279
29282
  return this;
29280
- if (S = this._dur, _ = this._tDur, $ && (this._lock = 2, g = Z ? S : -1e-4, this.render(g, !0), this.vars.repeatRefresh && !X && this.invalidate()), this._lock = 0, !this._ts && !T)
29283
+ if (S = this._dur, _ = this._tDur, Z && (this._lock = 2, g = K ? S : -1e-4, this.render(g, !0), this.vars.repeatRefresh && !X && this.invalidate()), this._lock = 0, !this._ts && !T)
29281
29284
  return this;
29282
29285
  xd(this, X);
29283
29286
  }
@@ -29470,7 +29473,7 @@ var L_ = function(a, s, c, p, u, m, g) {
29470
29473
  S[g._props[C]] = _;
29471
29474
  return g;
29472
29475
  }, Aa, Jc, vf = function x(a, s, c) {
29473
- var p = a.vars, u = p.ease, m = p.startAt, g = p.immediateRender, _ = p.lazy, S = p.onUpdate, C = p.runBackwards, O = p.yoyoEase, k = p.keyframes, D = p.autoRevert, F = a._dur, E = a._startAt, L = a._targets, T = a.parent, M = T && T.data === "nested" ? T.vars.targets : L, R = a._overwrite === "auto" && !lf, b = a.timeline, U, N, X, Z, $, ct, Rt, et, _t, G, Pt, Et, At;
29476
+ var p = a.vars, u = p.ease, m = p.startAt, g = p.immediateRender, _ = p.lazy, S = p.onUpdate, C = p.runBackwards, O = p.yoyoEase, k = p.keyframes, D = p.autoRevert, F = a._dur, E = a._startAt, L = a._targets, T = a.parent, M = T && T.data === "nested" ? T.vars.targets : L, R = a._overwrite === "auto" && !lf, b = a.timeline, U, N, X, K, Z, ct, Rt, et, _t, G, Pt, Et, At;
29474
29477
  if (b && (!k || !u) && (u = "none"), a._ease = Sl(u, uh.ease), a._yEase = O ? _d(Sl(O === !0 ? u : O, uh.ease)) : 0, O && a._yoyo && !a._repeat && (O = a._yEase, a._yEase = a._ease, a._ease = O), a._from = !b && !!p.runBackwards, !b || k && !p.stagger) {
29475
29478
  if (et = L[0] ? Tl(L[0]).harness : 0, Et = et && p[et.prop], U = Wu(p, pf), E && (E._zTime < 0 && E.progress(1), s < 0 && C && g && !D ? E.render(-1, !0) : E.revert(C && F ? Bu : o_), E._lazy = 0), m) {
29476
29479
  if (Ia(a._startAt = kn.set(L, bo({
@@ -29506,12 +29509,12 @@ var L_ = function(a, s, c, p, u, m, g) {
29506
29509
  return;
29507
29510
  }
29508
29511
  for (a._pt = a._ptCache = 0, _ = F && kr(_) || _ && !F, N = 0; N < L.length; N++) {
29509
- if ($ = L[N], Rt = $._gsap || mf(L)[N]._gsap, a._ptLookup[N] = G = {}, Wc[Rt.id] && Ra.length && Vu(), Pt = M === L ? N : M.indexOf($), et && (_t = new et()).init($, Et || U, a, Pt, M) !== !1 && (a._pt = Z = new Nr(a._pt, $, _t.name, 0, 1, _t.render, _t, 0, _t.priority), _t._props.forEach(function(fe) {
29510
- G[fe] = Z;
29512
+ if (Z = L[N], Rt = Z._gsap || mf(L)[N]._gsap, a._ptLookup[N] = G = {}, Wc[Rt.id] && Ra.length && Vu(), Pt = M === L ? N : M.indexOf(Z), et && (_t = new et()).init(Z, Et || U, a, Pt, M) !== !1 && (a._pt = K = new Nr(a._pt, Z, _t.name, 0, 1, _t.render, _t, 0, _t.priority), _t._props.forEach(function(fe) {
29513
+ G[fe] = K;
29511
29514
  }), _t.priority && (ct = 1)), !et || Et)
29512
29515
  for (X in U)
29513
- $r[X] && (_t = Md(X, U, a, Pt, $, M)) ? _t.priority && (ct = 1) : G[X] = Z = gf.call(a, $, X, "get", U[X], Pt, M, 0, p.stringFilter);
29514
- a._op && a._op[N] && a.kill($, a._op[N]), R && a._pt && (Aa = a, yn.killTweensOf($, G, a.globalTime(s)), At = !a.parent, Aa = 0), a._pt && _ && (Wc[Rt.id] = 1);
29516
+ $r[X] && (_t = Md(X, U, a, Pt, Z, M)) ? _t.priority && (ct = 1) : G[X] = K = gf.call(a, Z, X, "get", U[X], Pt, M, 0, p.stringFilter);
29517
+ a._op && a._op[N] && a.kill(Z, a._op[N]), R && a._pt && (Aa = a, yn.killTweensOf(Z, G, a.globalTime(s)), At = !a.parent, Aa = 0), a._pt && _ && (Wc[Rt.id] = 1);
29515
29518
  }
29516
29519
  ct && Pd(a), a._onInit && a._onInit(a);
29517
29520
  }
@@ -29567,7 +29570,7 @@ var kn = /* @__PURE__ */ function(x) {
29567
29570
  function a(c, p, u, m) {
29568
29571
  var g;
29569
29572
  typeof p == "number" && (u.duration = p, p = u, u = null), g = x.call(this, m ? p : qh(p)) || this;
29570
- var _ = g.vars, S = _.duration, C = _.delay, O = _.immediateRender, k = _.stagger, D = _.overwrite, F = _.keyframes, E = _.defaults, L = _.scrollTrigger, T = _.yoyoEase, M = p.parent || yn, R = (pr(c) || jp(c) ? js(c[0]) : "length" in p) ? [c] : Eo(c), b, U, N, X, Z, $, ct, Rt;
29573
+ var _ = g.vars, S = _.duration, C = _.delay, O = _.immediateRender, k = _.stagger, D = _.overwrite, F = _.keyframes, E = _.defaults, L = _.scrollTrigger, T = _.yoyoEase, M = p.parent || yn, R = (pr(c) || jp(c) ? js(c[0]) : "length" in p) ? [c] : Eo(c), b, U, N, X, K, Z, ct, Rt;
29571
29574
  if (g._targets = R.length ? mf(R) : Jh("GSAP target " + c + " not found. https://gsap.com", !to.nullTargetWarn) || [], g._ptLookup = [], g._overwrite = D, F || k || ku(S) || ku(C)) {
29572
29575
  if (p = g.vars, b = g.timeline = new Tr({
29573
29576
  data: "nested",
@@ -29575,10 +29578,10 @@ var kn = /* @__PURE__ */ function(x) {
29575
29578
  targets: M && M.data === "nested" ? M.vars.targets : R
29576
29579
  }), b.kill(), b.parent = b._dp = Vs(g), b._start = 0, k || ku(S) || ku(C)) {
29577
29580
  if (X = R.length, ct = k && hd(k), hs(k))
29578
- for (Z in k)
29579
- ~Sd.indexOf(Z) && (Rt || (Rt = {}), Rt[Z] = k[Z]);
29581
+ for (K in k)
29582
+ ~Sd.indexOf(K) && (Rt || (Rt = {}), Rt[K] = k[K]);
29580
29583
  for (U = 0; U < X; U++)
29581
- N = Wu(p, Ed), N.stagger = 0, T && (N.yoyoEase = T), Rt && bl(N, Rt), $ = R[U], N.duration = +Zh(S, Vs(g), U, $, R), N.delay = (+Zh(C, Vs(g), U, $, R) || 0) - g._delay, !k && X === 1 && N.delay && (g._delay = C = N.delay, g._start += C, N.delay = 0), b.to($, N, ct ? ct(U, $, R) : 0), b._ease = Ni.none;
29584
+ N = Wu(p, Ed), N.stagger = 0, T && (N.yoyoEase = T), Rt && bl(N, Rt), Z = R[U], N.duration = +Zh(S, Vs(g), U, Z, R), N.delay = (+Zh(C, Vs(g), U, Z, R) || 0) - g._delay, !k && X === 1 && N.delay && (g._delay = C = N.delay, g._start += C, N.delay = 0), b.to(Z, N, ct ? ct(U, Z, R) : 0), b._ease = Ni.none;
29582
29585
  b.duration() ? S = C = 0 : g.timeline = 0;
29583
29586
  } else if (F) {
29584
29587
  qh(bo(b.vars.defaults, {
@@ -29591,16 +29594,16 @@ var kn = /* @__PURE__ */ function(x) {
29591
29594
  }), b.duration();
29592
29595
  else {
29593
29596
  N = {};
29594
- for (Z in F)
29595
- Z === "ease" || Z === "easeEach" || D_(Z, F[Z], N, F.easeEach);
29596
- for (Z in N)
29597
- for (_t = N[Z].sort(function(Et, At) {
29597
+ for (K in F)
29598
+ K === "ease" || K === "easeEach" || D_(K, F[K], N, F.easeEach);
29599
+ for (K in N)
29600
+ for (_t = N[K].sort(function(Et, At) {
29598
29601
  return Et.t - At.t;
29599
29602
  }), et = 0, U = 0; U < _t.length; U++)
29600
29603
  G = _t[U], Pt = {
29601
29604
  ease: G.e,
29602
29605
  duration: (G.t - (U ? _t[U - 1].t : 0)) / 100 * S
29603
- }, Pt[Z] = G.v, b.to(R, Pt, et), et += Pt.duration;
29606
+ }, Pt[K] = G.v, b.to(R, Pt, et), et += Pt.duration;
29604
29607
  b.duration() < S && b.to({}, {
29605
29608
  duration: S - b.duration()
29606
29609
  });
@@ -30359,14 +30362,14 @@ var Ap, Pa, lh, wf, wl, Pp, Tf, X_ = function() {
30359
30362
  var c = a._gsap || Tl(a), p = a.style, u = zp(a), m, g, _, S;
30360
30363
  return c.svg && a.getAttribute("transform") ? (_ = a.transform.baseVal.consolidate().matrix, u = [_.a, _.b, _.c, _.d, _.e, _.f], u.join(",") === "1,0,0,1,0,0" ? eu : u) : (u === eu && !a.offsetParent && a !== lh && !c.svg && (_ = p.display, p.display = "block", m = a.parentNode, (!m || !a.offsetParent) && (S = 1, g = a.nextElementSibling, lh.appendChild(a)), u = zp(a), _ ? p.display = _ : Cl(a, "display"), S && (g ? m.insertBefore(a, g) : m ? m.appendChild(a) : lh.removeChild(a))), s && u.length > 6 ? [u[0], u[1], u[4], u[5], u[12], u[13]] : u);
30361
30364
  }, ef = function(a, s, c, p, u, m) {
30362
- var g = a._gsap, _ = u || Sf(a, !0), S = g.xOrigin || 0, C = g.yOrigin || 0, O = g.xOffset || 0, k = g.yOffset || 0, D = _[0], F = _[1], E = _[2], L = _[3], T = _[4], M = _[5], R = s.split(" "), b = parseFloat(R[0]) || 0, U = parseFloat(R[1]) || 0, N, X, Z, $;
30363
- c ? _ !== eu && (X = D * L - F * E) && (Z = b * (L / X) + U * (-E / X) + (E * M - L * T) / X, $ = b * (-F / X) + U * (D / X) - (D * M - F * T) / X, b = Z, U = $) : (N = kd(a), b = N.x + (~R[0].indexOf("%") ? b / 100 * N.width : b), U = N.y + (~(R[1] || R[0]).indexOf("%") ? U / 100 * N.height : U)), p || p !== !1 && g.smooth ? (T = b - S, M = U - C, g.xOffset = O + (T * D + M * E) - T, g.yOffset = k + (T * F + M * L) - M) : g.xOffset = g.yOffset = 0, g.xOrigin = b, g.yOrigin = U, g.smooth = !!p, g.origin = s, g.originIsAbsolute = !!c, a.style[Fr] = "0px 0px", m && (La(m, g, "xOrigin", S, b), La(m, g, "yOrigin", C, U), La(m, g, "xOffset", O, g.xOffset), La(m, g, "yOffset", k, g.yOffset)), a.setAttribute("data-svg-origin", b + " " + U);
30365
+ var g = a._gsap, _ = u || Sf(a, !0), S = g.xOrigin || 0, C = g.yOrigin || 0, O = g.xOffset || 0, k = g.yOffset || 0, D = _[0], F = _[1], E = _[2], L = _[3], T = _[4], M = _[5], R = s.split(" "), b = parseFloat(R[0]) || 0, U = parseFloat(R[1]) || 0, N, X, K, Z;
30366
+ c ? _ !== eu && (X = D * L - F * E) && (K = b * (L / X) + U * (-E / X) + (E * M - L * T) / X, Z = b * (-F / X) + U * (D / X) - (D * M - F * T) / X, b = K, U = Z) : (N = kd(a), b = N.x + (~R[0].indexOf("%") ? b / 100 * N.width : b), U = N.y + (~(R[1] || R[0]).indexOf("%") ? U / 100 * N.height : U)), p || p !== !1 && g.smooth ? (T = b - S, M = U - C, g.xOffset = O + (T * D + M * E) - T, g.yOffset = k + (T * F + M * L) - M) : g.xOffset = g.yOffset = 0, g.xOrigin = b, g.yOrigin = U, g.smooth = !!p, g.origin = s, g.originIsAbsolute = !!c, a.style[Fr] = "0px 0px", m && (La(m, g, "xOrigin", S, b), La(m, g, "yOrigin", C, U), La(m, g, "xOffset", O, g.xOffset), La(m, g, "yOffset", k, g.yOffset)), a.setAttribute("data-svg-origin", b + " " + U);
30364
30367
  }, iu = function(a, s) {
30365
30368
  var c = a._gsap || new Td(a);
30366
30369
  if ("x" in c && !s && !c.uncache)
30367
30370
  return c;
30368
- var p = a.style, u = c.scaleX < 0, m = "px", g = "deg", _ = getComputedStyle(a), S = ls(a, Fr) || "0", C, O, k, D, F, E, L, T, M, R, b, U, N, X, Z, $, ct, Rt, et, _t, G, Pt, Et, At, fe, re, Ft, It, Bt, ke, ce, Yt;
30369
- return C = O = k = E = L = T = M = R = b = 0, D = F = 1, c.svg = !!(a.getCTM && Bd(a)), _.translate && ((_.translate !== "none" || _.scale !== "none" || _.rotate !== "none") && (p[_n] = (_.translate !== "none" ? "translate3d(" + (_.translate + " 0 0").split(" ").slice(0, 3).join(", ") + ") " : "") + (_.rotate !== "none" ? "rotate(" + _.rotate + ") " : "") + (_.scale !== "none" ? "scale(" + _.scale.split(" ").join(",") + ") " : "") + (_[_n] !== "none" ? _[_n] : "")), p.scale = p.rotate = p.translate = "none"), X = Sf(a, c.svg), c.svg && (c.uncache ? (fe = a.getBBox(), S = c.xOrigin - fe.x + "px " + (c.yOrigin - fe.y) + "px", At = "") : At = !s && a.getAttribute("data-svg-origin"), ef(a, At || S, !!At || c.originIsAbsolute, c.smooth !== !1, X)), U = c.xOrigin || 0, N = c.yOrigin || 0, X !== eu && (Rt = X[0], et = X[1], _t = X[2], G = X[3], C = Pt = X[4], O = Et = X[5], X.length === 6 ? (D = Math.sqrt(Rt * Rt + et * et), F = Math.sqrt(G * G + _t * _t), E = Rt || et ? nh(et, Rt) * xl : 0, M = _t || G ? nh(_t, G) * xl + E : 0, M && (F *= Math.abs(Math.cos(M * hh))), c.svg && (C -= U - (U * Rt + N * _t), O -= N - (U * et + N * G))) : (Yt = X[6], ke = X[7], Ft = X[8], It = X[9], Bt = X[10], ce = X[11], C = X[12], O = X[13], k = X[14], Z = nh(Yt, Bt), L = Z * xl, Z && ($ = Math.cos(-Z), ct = Math.sin(-Z), At = Pt * $ + Ft * ct, fe = Et * $ + It * ct, re = Yt * $ + Bt * ct, Ft = Pt * -ct + Ft * $, It = Et * -ct + It * $, Bt = Yt * -ct + Bt * $, ce = ke * -ct + ce * $, Pt = At, Et = fe, Yt = re), Z = nh(-_t, Bt), T = Z * xl, Z && ($ = Math.cos(-Z), ct = Math.sin(-Z), At = Rt * $ - Ft * ct, fe = et * $ - It * ct, re = _t * $ - Bt * ct, ce = G * ct + ce * $, Rt = At, et = fe, _t = re), Z = nh(et, Rt), E = Z * xl, Z && ($ = Math.cos(Z), ct = Math.sin(Z), At = Rt * $ + et * ct, fe = Pt * $ + Et * ct, et = et * $ - Rt * ct, Et = Et * $ - Pt * ct, Rt = At, Pt = fe), L && Math.abs(L) + Math.abs(E) > 359.9 && (L = E = 0, T = 180 - T), D = In(Math.sqrt(Rt * Rt + et * et + _t * _t)), F = In(Math.sqrt(Et * Et + Yt * Yt)), Z = nh(Pt, Et), M = Math.abs(Z) > 2e-4 ? Z * xl : 0, b = ce ? 1 / (ce < 0 ? -ce : ce) : 0), c.svg && (At = a.getAttribute("transform"), c.forceCSS = a.setAttribute("transform", "") || !Fd(ls(a, _n)), At && a.setAttribute("transform", At))), Math.abs(M) > 90 && Math.abs(M) < 270 && (u ? (D *= -1, M += E <= 0 ? 180 : -180, E += E <= 0 ? 180 : -180) : (F *= -1, M += M <= 0 ? 180 : -180)), s = s || c.uncache, c.x = C - ((c.xPercent = C && (!s && c.xPercent || (Math.round(a.offsetWidth / 2) === Math.round(-C) ? -50 : 0))) ? a.offsetWidth * c.xPercent / 100 : 0) + m, c.y = O - ((c.yPercent = O && (!s && c.yPercent || (Math.round(a.offsetHeight / 2) === Math.round(-O) ? -50 : 0))) ? a.offsetHeight * c.yPercent / 100 : 0) + m, c.z = k + m, c.scaleX = In(D), c.scaleY = In(F), c.rotation = In(E) + g, c.rotationX = In(L) + g, c.rotationY = In(T) + g, c.skewX = M + g, c.skewY = R + g, c.transformPerspective = b + m, (c.zOrigin = parseFloat(S.split(" ")[2]) || !s && c.zOrigin || 0) && (p[Fr] = Yu(S)), c.xOffset = c.yOffset = 0, c.force3D = to.force3D, c.renderTransform = c.svg ? c1 : zd ? Ud : u1, c.uncache = 0, c;
30371
+ var p = a.style, u = c.scaleX < 0, m = "px", g = "deg", _ = getComputedStyle(a), S = ls(a, Fr) || "0", C, O, k, D, F, E, L, T, M, R, b, U, N, X, K, Z, ct, Rt, et, _t, G, Pt, Et, At, fe, re, Ft, It, Bt, ke, ce, Yt;
30372
+ return C = O = k = E = L = T = M = R = b = 0, D = F = 1, c.svg = !!(a.getCTM && Bd(a)), _.translate && ((_.translate !== "none" || _.scale !== "none" || _.rotate !== "none") && (p[_n] = (_.translate !== "none" ? "translate3d(" + (_.translate + " 0 0").split(" ").slice(0, 3).join(", ") + ") " : "") + (_.rotate !== "none" ? "rotate(" + _.rotate + ") " : "") + (_.scale !== "none" ? "scale(" + _.scale.split(" ").join(",") + ") " : "") + (_[_n] !== "none" ? _[_n] : "")), p.scale = p.rotate = p.translate = "none"), X = Sf(a, c.svg), c.svg && (c.uncache ? (fe = a.getBBox(), S = c.xOrigin - fe.x + "px " + (c.yOrigin - fe.y) + "px", At = "") : At = !s && a.getAttribute("data-svg-origin"), ef(a, At || S, !!At || c.originIsAbsolute, c.smooth !== !1, X)), U = c.xOrigin || 0, N = c.yOrigin || 0, X !== eu && (Rt = X[0], et = X[1], _t = X[2], G = X[3], C = Pt = X[4], O = Et = X[5], X.length === 6 ? (D = Math.sqrt(Rt * Rt + et * et), F = Math.sqrt(G * G + _t * _t), E = Rt || et ? nh(et, Rt) * xl : 0, M = _t || G ? nh(_t, G) * xl + E : 0, M && (F *= Math.abs(Math.cos(M * hh))), c.svg && (C -= U - (U * Rt + N * _t), O -= N - (U * et + N * G))) : (Yt = X[6], ke = X[7], Ft = X[8], It = X[9], Bt = X[10], ce = X[11], C = X[12], O = X[13], k = X[14], K = nh(Yt, Bt), L = K * xl, K && (Z = Math.cos(-K), ct = Math.sin(-K), At = Pt * Z + Ft * ct, fe = Et * Z + It * ct, re = Yt * Z + Bt * ct, Ft = Pt * -ct + Ft * Z, It = Et * -ct + It * Z, Bt = Yt * -ct + Bt * Z, ce = ke * -ct + ce * Z, Pt = At, Et = fe, Yt = re), K = nh(-_t, Bt), T = K * xl, K && (Z = Math.cos(-K), ct = Math.sin(-K), At = Rt * Z - Ft * ct, fe = et * Z - It * ct, re = _t * Z - Bt * ct, ce = G * ct + ce * Z, Rt = At, et = fe, _t = re), K = nh(et, Rt), E = K * xl, K && (Z = Math.cos(K), ct = Math.sin(K), At = Rt * Z + et * ct, fe = Pt * Z + Et * ct, et = et * Z - Rt * ct, Et = Et * Z - Pt * ct, Rt = At, Pt = fe), L && Math.abs(L) + Math.abs(E) > 359.9 && (L = E = 0, T = 180 - T), D = In(Math.sqrt(Rt * Rt + et * et + _t * _t)), F = In(Math.sqrt(Et * Et + Yt * Yt)), K = nh(Pt, Et), M = Math.abs(K) > 2e-4 ? K * xl : 0, b = ce ? 1 / (ce < 0 ? -ce : ce) : 0), c.svg && (At = a.getAttribute("transform"), c.forceCSS = a.setAttribute("transform", "") || !Fd(ls(a, _n)), At && a.setAttribute("transform", At))), Math.abs(M) > 90 && Math.abs(M) < 270 && (u ? (D *= -1, M += E <= 0 ? 180 : -180, E += E <= 0 ? 180 : -180) : (F *= -1, M += M <= 0 ? 180 : -180)), s = s || c.uncache, c.x = C - ((c.xPercent = C && (!s && c.xPercent || (Math.round(a.offsetWidth / 2) === Math.round(-C) ? -50 : 0))) ? a.offsetWidth * c.xPercent / 100 : 0) + m, c.y = O - ((c.yPercent = O && (!s && c.yPercent || (Math.round(a.offsetHeight / 2) === Math.round(-O) ? -50 : 0))) ? a.offsetHeight * c.yPercent / 100 : 0) + m, c.z = k + m, c.scaleX = In(D), c.scaleY = In(F), c.rotation = In(E) + g, c.rotationX = In(L) + g, c.rotationY = In(T) + g, c.skewX = M + g, c.skewY = R + g, c.transformPerspective = b + m, (c.zOrigin = parseFloat(S.split(" ")[2]) || !s && c.zOrigin || 0) && (p[Fr] = Yu(S)), c.xOffset = c.yOffset = 0, c.force3D = to.force3D, c.renderTransform = c.svg ? c1 : zd ? Ud : u1, c.uncache = 0, c;
30370
30373
  }, Yu = function(a) {
30371
30374
  return (a = a.split(" "))[0] + " " + a[1];
30372
30375
  }, Nc = function(a, s, c) {
@@ -30377,13 +30380,13 @@ var Ap, Pa, lh, wf, wl, Pp, Tf, X_ = function() {
30377
30380
  }, yl = "0deg", Wh = "0px", _l = ") ", Ud = function(a, s) {
30378
30381
  var c = s || this, p = c.xPercent, u = c.yPercent, m = c.x, g = c.y, _ = c.z, S = c.rotation, C = c.rotationY, O = c.rotationX, k = c.skewX, D = c.skewY, F = c.scaleX, E = c.scaleY, L = c.transformPerspective, T = c.force3D, M = c.target, R = c.zOrigin, b = "", U = T === "auto" && a && a !== 1 || T === !0;
30379
30382
  if (R && (O !== yl || C !== yl)) {
30380
- var N = parseFloat(C) * hh, X = Math.sin(N), Z = Math.cos(N), $;
30381
- N = parseFloat(O) * hh, $ = Math.cos(N), m = Nc(M, m, X * $ * -R), g = Nc(M, g, -Math.sin(N) * -R), _ = Nc(M, _, Z * $ * -R + R);
30383
+ var N = parseFloat(C) * hh, X = Math.sin(N), K = Math.cos(N), Z;
30384
+ N = parseFloat(O) * hh, Z = Math.cos(N), m = Nc(M, m, X * Z * -R), g = Nc(M, g, -Math.sin(N) * -R), _ = Nc(M, _, K * Z * -R + R);
30382
30385
  }
30383
30386
  L !== Wh && (b += "perspective(" + L + _l), (p || u) && (b += "translate(" + p + "%, " + u + "%) "), (U || m !== Wh || g !== Wh || _ !== Wh) && (b += _ !== Wh || U ? "translate3d(" + m + ", " + g + ", " + _ + ") " : "translate(" + m + ", " + g + _l), S !== yl && (b += "rotate(" + S + _l), C !== yl && (b += "rotateY(" + C + _l), O !== yl && (b += "rotateX(" + O + _l), (k !== yl || D !== yl) && (b += "skew(" + k + ", " + D + _l), (F !== 1 || E !== 1) && (b += "scale(" + F + ", " + E + _l), M.style[_n] = b || "translate(0, 0)";
30384
30387
  }, c1 = function(a, s) {
30385
- var c = s || this, p = c.xPercent, u = c.yPercent, m = c.x, g = c.y, _ = c.rotation, S = c.skewX, C = c.skewY, O = c.scaleX, k = c.scaleY, D = c.target, F = c.xOrigin, E = c.yOrigin, L = c.xOffset, T = c.yOffset, M = c.forceCSS, R = parseFloat(m), b = parseFloat(g), U, N, X, Z, $;
30386
- _ = parseFloat(_), S = parseFloat(S), C = parseFloat(C), C && (C = parseFloat(C), S += C, _ += C), _ || S ? (_ *= hh, S *= hh, U = Math.cos(_) * O, N = Math.sin(_) * O, X = Math.sin(_ - S) * -k, Z = Math.cos(_ - S) * k, S && (C *= hh, $ = Math.tan(S - C), $ = Math.sqrt(1 + $ * $), X *= $, Z *= $, C && ($ = Math.tan(C), $ = Math.sqrt(1 + $ * $), U *= $, N *= $)), U = In(U), N = In(N), X = In(X), Z = In(Z)) : (U = O, Z = k, N = X = 0), (R && !~(m + "").indexOf("px") || b && !~(g + "").indexOf("px")) && (R = Da(D, "x", m, "px"), b = Da(D, "y", g, "px")), (F || E || L || T) && (R = In(R + F - (F * U + E * X) + L), b = In(b + E - (F * N + E * Z) + T)), (p || u) && ($ = D.getBBox(), R = In(R + p / 100 * $.width), b = In(b + u / 100 * $.height)), $ = "matrix(" + U + "," + N + "," + X + "," + Z + "," + R + "," + b + ")", D.setAttribute("transform", $), M && (D.style[_n] = $);
30388
+ var c = s || this, p = c.xPercent, u = c.yPercent, m = c.x, g = c.y, _ = c.rotation, S = c.skewX, C = c.skewY, O = c.scaleX, k = c.scaleY, D = c.target, F = c.xOrigin, E = c.yOrigin, L = c.xOffset, T = c.yOffset, M = c.forceCSS, R = parseFloat(m), b = parseFloat(g), U, N, X, K, Z;
30389
+ _ = parseFloat(_), S = parseFloat(S), C = parseFloat(C), C && (C = parseFloat(C), S += C, _ += C), _ || S ? (_ *= hh, S *= hh, U = Math.cos(_) * O, N = Math.sin(_) * O, X = Math.sin(_ - S) * -k, K = Math.cos(_ - S) * k, S && (C *= hh, Z = Math.tan(S - C), Z = Math.sqrt(1 + Z * Z), X *= Z, K *= Z, C && (Z = Math.tan(C), Z = Math.sqrt(1 + Z * Z), U *= Z, N *= Z)), U = In(U), N = In(N), X = In(X), K = In(K)) : (U = O, K = k, N = X = 0), (R && !~(m + "").indexOf("px") || b && !~(g + "").indexOf("px")) && (R = Da(D, "x", m, "px"), b = Da(D, "y", g, "px")), (F || E || L || T) && (R = In(R + F - (F * U + E * X) + L), b = In(b + E - (F * N + E * K) + T)), (p || u) && (Z = D.getBBox(), R = In(R + p / 100 * Z.width), b = In(b + u / 100 * Z.height)), Z = "matrix(" + U + "," + N + "," + X + "," + K + "," + R + "," + b + ")", D.setAttribute("transform", Z), M && (D.style[_n] = Z);
30387
30390
  }, f1 = function(a, s, c, p, u) {
30388
30391
  var m = 360, g = Yn(u), _ = parseFloat(u) * (g && ~u.indexOf("rad") ? xl : 1), S = _ - p, C = p + S + "deg", O, k;
30389
30392
  return g && (O = u.split("_")[1], O === "short" && (S %= m, S !== S % (m / 2) && (S += S < 0 ? m : -m)), O === "cw" && S < 0 ? S = (S + m * Lp) % m - ~~(S / m) * m : O === "ccw" && S > 0 && (S = (S - m * Lp) % m - ~~(S / m) * m)), a._pt = k = new Nr(a._pt, s, c, p, S, Z_), k.e = C, k.u = "deg", a._props.push(c), k;
@@ -30420,20 +30423,20 @@ var Gd = {
30420
30423
  return a.style && a.nodeType;
30421
30424
  },
30422
30425
  init: function(a, s, c, p, u) {
30423
- var m = this._props, g = a.style, _ = c.vars.startAt, S, C, O, k, D, F, E, L, T, M, R, b, U, N, X, Z;
30424
- wf || tf(), this.styles = this.styles || Dd(a), Z = this.styles.props, this.tween = c;
30426
+ var m = this._props, g = a.style, _ = c.vars.startAt, S, C, O, k, D, F, E, L, T, M, R, b, U, N, X, K;
30427
+ wf || tf(), this.styles = this.styles || Dd(a), K = this.styles.props, this.tween = c;
30425
30428
  for (E in s)
30426
30429
  if (E !== "autoRound" && (C = s[E], !($r[E] && Md(E, s, c, p, a, u)))) {
30427
30430
  if (D = typeof C, F = qu[E], D === "function" && (C = C.call(c, p, a, u), D = typeof C), D === "string" && ~C.indexOf("random(") && (C = Kh(C)), F)
30428
30431
  F(this, a, E, C, c) && (X = 1);
30429
30432
  else if (E.substr(0, 2) === "--")
30430
- S = (getComputedStyle(a).getPropertyValue(E) + "").trim(), C += "", Oa.lastIndex = 0, Oa.test(S) || (L = cr(S), T = cr(C)), T ? L !== T && (S = Da(a, E, S, T) + T) : L && (C += L), this.add(g, "setProperty", S, C, p, u, 0, 0, E), m.push(E), Z.push(E, 0, g[E]);
30433
+ S = (getComputedStyle(a).getPropertyValue(E) + "").trim(), C += "", Oa.lastIndex = 0, Oa.test(S) || (L = cr(S), T = cr(C)), T ? L !== T && (S = Da(a, E, S, T) + T) : L && (C += L), this.add(g, "setProperty", S, C, p, u, 0, 0, E), m.push(E), K.push(E, 0, g[E]);
30431
30434
  else if (D !== "undefined") {
30432
- if (_ && E in _ ? (S = typeof _[E] == "function" ? _[E].call(c, p, a, u) : _[E], Yn(S) && ~S.indexOf("random(") && (S = Kh(S)), cr(S + "") || S === "auto" || (S += to.units[E] || cr(Ws(a, E)) || ""), (S + "").charAt(1) === "=" && (S = Ws(a, E))) : S = Ws(a, E), k = parseFloat(S), M = D === "string" && C.charAt(1) === "=" && C.substr(0, 2), M && (C = C.substr(2)), O = parseFloat(C), E in as && (E === "autoAlpha" && (k === 1 && Ws(a, "visibility") === "hidden" && O && (k = 0), Z.push("visibility", 0, g.visibility), La(this, g, "visibility", k ? "inherit" : "hidden", O ? "inherit" : "hidden", !O)), E !== "scale" && E !== "transform" && (E = as[E], ~E.indexOf(",") && (E = E.split(",")[0]))), R = E in Xs, R) {
30435
+ if (_ && E in _ ? (S = typeof _[E] == "function" ? _[E].call(c, p, a, u) : _[E], Yn(S) && ~S.indexOf("random(") && (S = Kh(S)), cr(S + "") || S === "auto" || (S += to.units[E] || cr(Ws(a, E)) || ""), (S + "").charAt(1) === "=" && (S = Ws(a, E))) : S = Ws(a, E), k = parseFloat(S), M = D === "string" && C.charAt(1) === "=" && C.substr(0, 2), M && (C = C.substr(2)), O = parseFloat(C), E in as && (E === "autoAlpha" && (k === 1 && Ws(a, "visibility") === "hidden" && O && (k = 0), K.push("visibility", 0, g.visibility), La(this, g, "visibility", k ? "inherit" : "hidden", O ? "inherit" : "hidden", !O)), E !== "scale" && E !== "transform" && (E = as[E], ~E.indexOf(",") && (E = E.split(",")[0]))), R = E in Xs, R) {
30433
30436
  if (this.styles.save(E), b || (U = a._gsap, U.renderTransform && !s.parseTransform || iu(a, s.parseTransform), N = s.smoothOrigin !== !1 && U.smooth, b = this._pt = new Nr(this._pt, g, _n, 0, 1, U.renderTransform, U, 0, -1), b.dep = 1), E === "scale")
30434
30437
  this._pt = new Nr(this._pt, U, "scaleY", U.scaleY, (M ? ah(U.scaleY, M + O) : O) - U.scaleY || 0, Kc), this._pt.u = 0, m.push("scaleY", E), E += "X";
30435
30438
  else if (E === "transformOrigin") {
30436
- Z.push(Fr, 0, g[Fr]), C = l1(C), U.svg ? ef(a, C, 0, N, 0, this) : (T = parseFloat(C.split(" ")[2]) || 0, T !== U.zOrigin && La(this, U, "zOrigin", U.zOrigin, T), La(this, g, E, Yu(S), Yu(C)));
30439
+ K.push(Fr, 0, g[Fr]), C = l1(C), U.svg ? ef(a, C, 0, N, 0, this) : (T = parseFloat(C.split(" ")[2]) || 0, T !== U.zOrigin && La(this, U, "zOrigin", U.zOrigin, T), La(this, g, E, Yu(S), Yu(C)));
30437
30440
  continue;
30438
30441
  } else if (E === "svgOrigin") {
30439
30442
  ef(a, C, 1, N, 0, this);
@@ -30463,7 +30466,7 @@ var Gd = {
30463
30466
  ff(E, C);
30464
30467
  continue;
30465
30468
  }
30466
- R || (E in g ? Z.push(E, 0, g[E]) : Z.push(E, 1, S || a[E])), m.push(E);
30469
+ R || (E in g ? K.push(E, 0, g[E]) : K.push(E, 1, S || a[E])), m.push(E);
30467
30470
  }
30468
30471
  }
30469
30472
  X && Pd(this);