@ndmspc/ndmvr 0.20230621.5 → 0.20230914.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ndmvr.es.js +145 -145
- package/dist/ndmvr.umd.js +20 -20
- package/package.json +1 -1
package/dist/ndmvr.es.js
CHANGED
|
@@ -44,8 +44,8 @@ function Xn() {
|
|
|
44
44
|
var P = E && f[E] || f[T];
|
|
45
45
|
return typeof P == "function" ? P : null;
|
|
46
46
|
}
|
|
47
|
-
var
|
|
48
|
-
function
|
|
47
|
+
var w = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
48
|
+
function C(f) {
|
|
49
49
|
{
|
|
50
50
|
for (var P = arguments.length, D = new Array(P > 1 ? P - 1 : 0), q = 1; q < P; q++)
|
|
51
51
|
D[q - 1] = arguments[q];
|
|
@@ -54,7 +54,7 @@ function Xn() {
|
|
|
54
54
|
}
|
|
55
55
|
function O(f, P, D) {
|
|
56
56
|
{
|
|
57
|
-
var q =
|
|
57
|
+
var q = w.ReactDebugCurrentFrame, ge = q.getStackAddendum();
|
|
58
58
|
ge !== "" && (P += "%s", D = D.concat([ge]));
|
|
59
59
|
var Ae = D.map(function(he) {
|
|
60
60
|
return String(he);
|
|
@@ -80,7 +80,7 @@ function Xn() {
|
|
|
80
80
|
function V(f) {
|
|
81
81
|
if (f == null)
|
|
82
82
|
return null;
|
|
83
|
-
if (typeof f.tag == "number" &&
|
|
83
|
+
if (typeof f.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof f == "function")
|
|
84
84
|
return f.displayName || f.name || null;
|
|
85
85
|
if (typeof f == "string")
|
|
86
86
|
return f;
|
|
@@ -181,10 +181,10 @@ function Xn() {
|
|
|
181
181
|
})
|
|
182
182
|
});
|
|
183
183
|
}
|
|
184
|
-
X < 0 &&
|
|
184
|
+
X < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
var m =
|
|
187
|
+
var m = w.ReactCurrentDispatcher, G;
|
|
188
188
|
function x(f, P, D) {
|
|
189
189
|
{
|
|
190
190
|
if (G === void 0)
|
|
@@ -310,7 +310,7 @@ function Xn() {
|
|
|
310
310
|
}
|
|
311
311
|
return "";
|
|
312
312
|
}
|
|
313
|
-
var Pe = Object.prototype.hasOwnProperty, le = {}, $e =
|
|
313
|
+
var Pe = Object.prototype.hasOwnProperty, le = {}, $e = w.ReactDebugCurrentFrame;
|
|
314
314
|
function Je(f) {
|
|
315
315
|
if (f) {
|
|
316
316
|
var P = f._owner, D = ee(f.type, f._source, P ? P.type : null);
|
|
@@ -333,7 +333,7 @@ function Xn() {
|
|
|
333
333
|
} catch (ze) {
|
|
334
334
|
ce = ze;
|
|
335
335
|
}
|
|
336
|
-
ce && !(ce instanceof Error) && (Je(ge),
|
|
336
|
+
ce && !(ce instanceof Error) && (Je(ge), C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", q || "React class", D, he, typeof ce), Je(null)), ce instanceof Error && !(ce.message in le) && (le[ce.message] = !0, Je(ge), C("Failed %s type: %s", D, ce.message), Je(null));
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}
|
|
@@ -359,9 +359,9 @@ function Xn() {
|
|
|
359
359
|
}
|
|
360
360
|
function Dt(f) {
|
|
361
361
|
if (K(f))
|
|
362
|
-
return
|
|
362
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(f)), Oe(f);
|
|
363
363
|
}
|
|
364
|
-
var lt =
|
|
364
|
+
var lt = w.ReactCurrentOwner, Qe = {
|
|
365
365
|
key: !0,
|
|
366
366
|
ref: !0,
|
|
367
367
|
__self: !0,
|
|
@@ -387,13 +387,13 @@ function Xn() {
|
|
|
387
387
|
function Cn(f, P) {
|
|
388
388
|
if (typeof f.ref == "string" && lt.current && P && lt.current.stateNode !== P) {
|
|
389
389
|
var D = V(lt.current.type);
|
|
390
|
-
Yr[D] || (
|
|
390
|
+
Yr[D] || (C('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', V(lt.current.type), f.ref), Yr[D] = !0);
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
function En(f, P) {
|
|
394
394
|
{
|
|
395
395
|
var D = function() {
|
|
396
|
-
di || (di = !0,
|
|
396
|
+
di || (di = !0, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", P));
|
|
397
397
|
};
|
|
398
398
|
D.isReactWarning = !0, Object.defineProperty(f, "key", {
|
|
399
399
|
get: D,
|
|
@@ -404,7 +404,7 @@ function Xn() {
|
|
|
404
404
|
function Tn(f, P) {
|
|
405
405
|
{
|
|
406
406
|
var D = function() {
|
|
407
|
-
hi || (hi = !0,
|
|
407
|
+
hi || (hi = !0, C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", P));
|
|
408
408
|
};
|
|
409
409
|
D.isReactWarning = !0, Object.defineProperty(f, "ref", {
|
|
410
410
|
get: D,
|
|
@@ -456,7 +456,7 @@ function Xn() {
|
|
|
456
456
|
return An(f, ce, Fe, ge, q, lt.current, he);
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
|
-
var Br =
|
|
459
|
+
var Br = w.ReactCurrentOwner, fi = w.ReactDebugCurrentFrame;
|
|
460
460
|
function zt(f) {
|
|
461
461
|
if (f) {
|
|
462
462
|
var P = f._owner, D = ee(f.type, f._source, P ? P.type : null);
|
|
@@ -515,7 +515,7 @@ Check the top-level render call using <` + D + ">.");
|
|
|
515
515
|
return;
|
|
516
516
|
mi[D] = !0;
|
|
517
517
|
var q = "";
|
|
518
|
-
f && f._owner && f._owner !== Br.current && (q = " It was passed a child from " + V(f._owner.type) + "."), zt(f),
|
|
518
|
+
f && f._owner && f._owner !== Br.current && (q = " It was passed a child from " + V(f._owner.type) + "."), zt(f), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', D, q), zt(null);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
521
|
function yi(f, P) {
|
|
@@ -555,9 +555,9 @@ Check the top-level render call using <` + D + ">.");
|
|
|
555
555
|
} else if (P.PropTypes !== void 0 && !Fr) {
|
|
556
556
|
Fr = !0;
|
|
557
557
|
var ge = V(P);
|
|
558
|
-
|
|
558
|
+
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ge || "Unknown");
|
|
559
559
|
}
|
|
560
|
-
typeof P.getDefaultProps == "function" && !P.getDefaultProps.isReactClassApproved &&
|
|
560
|
+
typeof P.getDefaultProps == "function" && !P.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
563
|
function Rn(f) {
|
|
@@ -565,11 +565,11 @@ Check the top-level render call using <` + D + ">.");
|
|
|
565
565
|
for (var P = Object.keys(f.props), D = 0; D < P.length; D++) {
|
|
566
566
|
var q = P[D];
|
|
567
567
|
if (q !== "children" && q !== "key") {
|
|
568
|
-
zt(f),
|
|
568
|
+
zt(f), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", q), zt(null);
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
f.ref !== null && (zt(f),
|
|
572
|
+
f.ref !== null && (zt(f), C("Invalid attribute `ref` supplied to `React.Fragment`."), zt(null));
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
function vi(f, P, D, q, ge, Ae) {
|
|
@@ -581,7 +581,7 @@ Check the top-level render call using <` + D + ">.");
|
|
|
581
581
|
var Fe = Pn(ge);
|
|
582
582
|
Fe ? ce += Fe : ce += pi();
|
|
583
583
|
var ze;
|
|
584
|
-
f === null ? ze = "null" : at(f) ? ze = "array" : f !== void 0 && f.$$typeof === e ? (ze = "<" + (V(f.type) || "Unknown") + " />", ce = " Did you accidentally export a JSX literal instead of a component?") : ze = typeof f,
|
|
584
|
+
f === null ? ze = "null" : at(f) ? ze = "array" : f !== void 0 && f.$$typeof === e ? (ze = "<" + (V(f.type) || "Unknown") + " />", ce = " Did you accidentally export a JSX literal instead of a component?") : ze = typeof f, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ze, ce);
|
|
585
585
|
}
|
|
586
586
|
var Me = kn(f, P, D, ge, Ae);
|
|
587
587
|
if (Me == null)
|
|
@@ -595,7 +595,7 @@ Check the top-level render call using <` + D + ">.");
|
|
|
595
595
|
yi(Ze[$t], f);
|
|
596
596
|
Object.freeze && Object.freeze(Ze);
|
|
597
597
|
} else
|
|
598
|
-
|
|
598
|
+
C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
599
599
|
else
|
|
600
600
|
yi(Ze, f);
|
|
601
601
|
}
|
|
@@ -1128,8 +1128,8 @@ function no() {
|
|
|
1128
1128
|
E = Symbol.for("react.module.reference");
|
|
1129
1129
|
function T(d) {
|
|
1130
1130
|
if (typeof d == "object" && d !== null) {
|
|
1131
|
-
var
|
|
1132
|
-
switch (
|
|
1131
|
+
var w = d.$$typeof;
|
|
1132
|
+
switch (w) {
|
|
1133
1133
|
case r:
|
|
1134
1134
|
switch (d = d.type, d) {
|
|
1135
1135
|
case t:
|
|
@@ -1148,11 +1148,11 @@ function no() {
|
|
|
1148
1148
|
case s:
|
|
1149
1149
|
return d;
|
|
1150
1150
|
default:
|
|
1151
|
-
return
|
|
1151
|
+
return w;
|
|
1152
1152
|
}
|
|
1153
1153
|
}
|
|
1154
1154
|
case e:
|
|
1155
|
-
return
|
|
1155
|
+
return w;
|
|
1156
1156
|
}
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
@@ -1192,10 +1192,10 @@ var ve = {};
|
|
|
1192
1192
|
var Ri;
|
|
1193
1193
|
function oo() {
|
|
1194
1194
|
return Ri || (Ri = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1195
|
-
var r = Symbol.for("react.element"), e = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), n = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), a = Symbol.for("react.context"), l = Symbol.for("react.server_context"), u = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), E = !1, T = !1, d = !1,
|
|
1195
|
+
var r = Symbol.for("react.element"), e = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), n = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), a = Symbol.for("react.context"), l = Symbol.for("react.server_context"), u = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), E = !1, T = !1, d = !1, w = !1, C = !1, O;
|
|
1196
1196
|
O = Symbol.for("react.module.reference");
|
|
1197
1197
|
function _(z) {
|
|
1198
|
-
return !!(typeof z == "string" || typeof z == "function" || z === t || z === n ||
|
|
1198
|
+
return !!(typeof z == "string" || typeof z == "function" || z === t || z === n || C || z === i || z === h || z === c || w || z === v || E || T || d || typeof z == "object" && z !== null && (z.$$typeof === S || z.$$typeof === p || z.$$typeof === s || z.$$typeof === a || z.$$typeof === u || z.$$typeof === O || z.getModuleId !== void 0));
|
|
1199
1199
|
}
|
|
1200
1200
|
function g(z) {
|
|
1201
1201
|
if (typeof z == "object" && z !== null) {
|
|
@@ -1363,7 +1363,7 @@ function so(r) {
|
|
|
1363
1363
|
ee = K + "{" + ee + "}";
|
|
1364
1364
|
break;
|
|
1365
1365
|
case 107:
|
|
1366
|
-
K = K.replace(
|
|
1366
|
+
K = K.replace(C, "$1 $2"), ee = K + "{" + ee + "}", ee = X === 1 || X === 2 && s("@" + ee, 3) ? "@-webkit-" + ee + "@" + ee : "@" + ee;
|
|
1367
1367
|
break;
|
|
1368
1368
|
default:
|
|
1369
1369
|
ee = K + ee, y === 112 && (ee = (Oe += ee, ""));
|
|
@@ -1535,12 +1535,12 @@ function so(r) {
|
|
|
1535
1535
|
var y = R.charCodeAt(0);
|
|
1536
1536
|
switch (33 > y && (y = (R = R.trim()).charCodeAt(0)), y) {
|
|
1537
1537
|
case 38:
|
|
1538
|
-
return R.replace(
|
|
1538
|
+
return R.replace(w, "$1" + $.trim());
|
|
1539
1539
|
case 58:
|
|
1540
|
-
return $.trim() + R.replace(
|
|
1540
|
+
return $.trim() + R.replace(w, "$1" + $.trim());
|
|
1541
1541
|
default:
|
|
1542
1542
|
if (0 < 1 * M && 0 < R.indexOf("\f"))
|
|
1543
|
-
return R.replace(
|
|
1543
|
+
return R.replace(w, ($.charCodeAt(0) === 58 ? "" : "$1") + $.trim());
|
|
1544
1544
|
}
|
|
1545
1545
|
return $ + R;
|
|
1546
1546
|
}
|
|
@@ -1704,7 +1704,7 @@ function so(r) {
|
|
|
1704
1704
|
var m = e(N, M, R, 0, 0);
|
|
1705
1705
|
return 0 < ue && (y = l(-2, m, M, M, V, I, m.length, 0, 0, 0), y !== void 0 && (m = y)), Ie = "", J = 0, I = V = 1, m;
|
|
1706
1706
|
}
|
|
1707
|
-
var p = /^\0+/g, S = /[\0\r\f]/g, v = /: */g, E = /zoo|gra/, T = /([,: ])(transform)/g, d = /,\r+?/g,
|
|
1707
|
+
var p = /^\0+/g, S = /[\0\r\f]/g, v = /: */g, E = /zoo|gra/, T = /([,: ])(transform)/g, d = /,\r+?/g, w = /([\t\r\n ])*\f?&/g, C = /@(k\w+)\s*(\S*)\s*/, O = /::(place)/g, _ = /:(read-only)/g, g = /[svh]\w+-[tblr]{2}/, W = /\(\s*(.*)\s*\)/g, H = /([\s\S]*?);/g, k = /-self|flex-/g, B = /[^]*?(:[rp][el]a[\w-]+)[^]*/, oe = /stretch|:\s*\w+\-(?:conte|avail)/, U = /([^-])(image-set\()/, I = 1, V = 1, J = 0, X = 1, N = [], de = [], ue = 0, Ce = null, Te = 0, Ie = "";
|
|
1708
1708
|
return c.use = u, c.set = h, r !== void 0 && h(r), c;
|
|
1709
1709
|
}
|
|
1710
1710
|
var ao = {
|
|
@@ -1770,7 +1770,7 @@ function uo() {
|
|
|
1770
1770
|
if (zi)
|
|
1771
1771
|
return be;
|
|
1772
1772
|
zi = 1;
|
|
1773
|
-
var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, i = r ? Symbol.for("react.fragment") : 60107, n = r ? Symbol.for("react.strict_mode") : 60108, s = r ? Symbol.for("react.profiler") : 60114, a = r ? Symbol.for("react.provider") : 60109, l = r ? Symbol.for("react.context") : 60110, u = r ? Symbol.for("react.async_mode") : 60111, h = r ? Symbol.for("react.concurrent_mode") : 60111, c = r ? Symbol.for("react.forward_ref") : 60112, p = r ? Symbol.for("react.suspense") : 60113, S = r ? Symbol.for("react.suspense_list") : 60120, v = r ? Symbol.for("react.memo") : 60115, E = r ? Symbol.for("react.lazy") : 60116, T = r ? Symbol.for("react.block") : 60121, d = r ? Symbol.for("react.fundamental") : 60117,
|
|
1773
|
+
var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, i = r ? Symbol.for("react.fragment") : 60107, n = r ? Symbol.for("react.strict_mode") : 60108, s = r ? Symbol.for("react.profiler") : 60114, a = r ? Symbol.for("react.provider") : 60109, l = r ? Symbol.for("react.context") : 60110, u = r ? Symbol.for("react.async_mode") : 60111, h = r ? Symbol.for("react.concurrent_mode") : 60111, c = r ? Symbol.for("react.forward_ref") : 60112, p = r ? Symbol.for("react.suspense") : 60113, S = r ? Symbol.for("react.suspense_list") : 60120, v = r ? Symbol.for("react.memo") : 60115, E = r ? Symbol.for("react.lazy") : 60116, T = r ? Symbol.for("react.block") : 60121, d = r ? Symbol.for("react.fundamental") : 60117, w = r ? Symbol.for("react.responder") : 60118, C = r ? Symbol.for("react.scope") : 60119;
|
|
1774
1774
|
function O(g) {
|
|
1775
1775
|
if (typeof g == "object" && g !== null) {
|
|
1776
1776
|
var W = g.$$typeof;
|
|
@@ -1829,16 +1829,16 @@ function uo() {
|
|
|
1829
1829
|
}, be.isSuspense = function(g) {
|
|
1830
1830
|
return O(g) === p;
|
|
1831
1831
|
}, be.isValidElementType = function(g) {
|
|
1832
|
-
return typeof g == "string" || typeof g == "function" || g === i || g === h || g === s || g === n || g === p || g === S || typeof g == "object" && g !== null && (g.$$typeof === E || g.$$typeof === v || g.$$typeof === a || g.$$typeof === l || g.$$typeof === c || g.$$typeof === d || g.$$typeof ===
|
|
1832
|
+
return typeof g == "string" || typeof g == "function" || g === i || g === h || g === s || g === n || g === p || g === S || typeof g == "object" && g !== null && (g.$$typeof === E || g.$$typeof === v || g.$$typeof === a || g.$$typeof === l || g.$$typeof === c || g.$$typeof === d || g.$$typeof === w || g.$$typeof === C || g.$$typeof === T);
|
|
1833
1833
|
}, be.typeOf = O, be;
|
|
1834
1834
|
}
|
|
1835
1835
|
var xe = {};
|
|
1836
1836
|
var $i;
|
|
1837
1837
|
function ho() {
|
|
1838
1838
|
return $i || ($i = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1839
|
-
var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, i = r ? Symbol.for("react.fragment") : 60107, n = r ? Symbol.for("react.strict_mode") : 60108, s = r ? Symbol.for("react.profiler") : 60114, a = r ? Symbol.for("react.provider") : 60109, l = r ? Symbol.for("react.context") : 60110, u = r ? Symbol.for("react.async_mode") : 60111, h = r ? Symbol.for("react.concurrent_mode") : 60111, c = r ? Symbol.for("react.forward_ref") : 60112, p = r ? Symbol.for("react.suspense") : 60113, S = r ? Symbol.for("react.suspense_list") : 60120, v = r ? Symbol.for("react.memo") : 60115, E = r ? Symbol.for("react.lazy") : 60116, T = r ? Symbol.for("react.block") : 60121, d = r ? Symbol.for("react.fundamental") : 60117,
|
|
1839
|
+
var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, i = r ? Symbol.for("react.fragment") : 60107, n = r ? Symbol.for("react.strict_mode") : 60108, s = r ? Symbol.for("react.profiler") : 60114, a = r ? Symbol.for("react.provider") : 60109, l = r ? Symbol.for("react.context") : 60110, u = r ? Symbol.for("react.async_mode") : 60111, h = r ? Symbol.for("react.concurrent_mode") : 60111, c = r ? Symbol.for("react.forward_ref") : 60112, p = r ? Symbol.for("react.suspense") : 60113, S = r ? Symbol.for("react.suspense_list") : 60120, v = r ? Symbol.for("react.memo") : 60115, E = r ? Symbol.for("react.lazy") : 60116, T = r ? Symbol.for("react.block") : 60121, d = r ? Symbol.for("react.fundamental") : 60117, w = r ? Symbol.for("react.responder") : 60118, C = r ? Symbol.for("react.scope") : 60119;
|
|
1840
1840
|
function O(A) {
|
|
1841
|
-
return typeof A == "string" || typeof A == "function" || A === i || A === h || A === s || A === n || A === p || A === S || typeof A == "object" && A !== null && (A.$$typeof === E || A.$$typeof === v || A.$$typeof === a || A.$$typeof === l || A.$$typeof === c || A.$$typeof === d || A.$$typeof ===
|
|
1841
|
+
return typeof A == "string" || typeof A == "function" || A === i || A === h || A === s || A === n || A === p || A === S || typeof A == "object" && A !== null && (A.$$typeof === E || A.$$typeof === v || A.$$typeof === a || A.$$typeof === l || A.$$typeof === c || A.$$typeof === d || A.$$typeof === w || A.$$typeof === C || A.$$typeof === T);
|
|
1842
1842
|
}
|
|
1843
1843
|
function _(A) {
|
|
1844
1844
|
if (typeof A == "object" && A !== null) {
|
|
@@ -2300,8 +2300,8 @@ var Yo = ln("5.3.6"), Bo = function() {
|
|
|
2300
2300
|
if (p) {
|
|
2301
2301
|
var d = Jr(c >>> 0);
|
|
2302
2302
|
if (!t.hasNameForId(n, d)) {
|
|
2303
|
-
var
|
|
2304
|
-
t.insertRules(n, d,
|
|
2303
|
+
var w = i(p, "." + d, void 0, n);
|
|
2304
|
+
t.insertRules(n, d, w);
|
|
2305
2305
|
}
|
|
2306
2306
|
s.push(d);
|
|
2307
2307
|
}
|
|
@@ -2311,47 +2311,47 @@ var Yo = ln("5.3.6"), Bo = function() {
|
|
|
2311
2311
|
}(), Fo = /^\s*\/\/.*$/gm, jo = [":", "[", ".", "#"];
|
|
2312
2312
|
function No(r) {
|
|
2313
2313
|
var e, t, i, n, s = r === void 0 ? St : r, a = s.options, l = a === void 0 ? St : a, u = s.plugins, h = u === void 0 ? wr : u, c = new so(l), p = [], S = function(T) {
|
|
2314
|
-
function d(
|
|
2315
|
-
if (
|
|
2314
|
+
function d(w) {
|
|
2315
|
+
if (w)
|
|
2316
2316
|
try {
|
|
2317
|
-
T(
|
|
2317
|
+
T(w + "}");
|
|
2318
2318
|
} catch {
|
|
2319
2319
|
}
|
|
2320
2320
|
}
|
|
2321
|
-
return function(
|
|
2322
|
-
switch (
|
|
2321
|
+
return function(w, C, O, _, g, W, H, k, B, oe) {
|
|
2322
|
+
switch (w) {
|
|
2323
2323
|
case 1:
|
|
2324
|
-
if (B === 0 &&
|
|
2325
|
-
return T(
|
|
2324
|
+
if (B === 0 && C.charCodeAt(0) === 64)
|
|
2325
|
+
return T(C + ";"), "";
|
|
2326
2326
|
break;
|
|
2327
2327
|
case 2:
|
|
2328
2328
|
if (k === 0)
|
|
2329
|
-
return
|
|
2329
|
+
return C + "/*|*/";
|
|
2330
2330
|
break;
|
|
2331
2331
|
case 3:
|
|
2332
2332
|
switch (k) {
|
|
2333
2333
|
case 102:
|
|
2334
2334
|
case 112:
|
|
2335
|
-
return T(O[0] +
|
|
2335
|
+
return T(O[0] + C), "";
|
|
2336
2336
|
default:
|
|
2337
|
-
return
|
|
2337
|
+
return C + (oe === 0 ? "/*|*/" : "");
|
|
2338
2338
|
}
|
|
2339
2339
|
case -2:
|
|
2340
|
-
|
|
2340
|
+
C.split("/*|*/}").forEach(d);
|
|
2341
2341
|
}
|
|
2342
2342
|
};
|
|
2343
2343
|
}(function(T) {
|
|
2344
2344
|
p.push(T);
|
|
2345
|
-
}), v = function(T, d,
|
|
2346
|
-
return d === 0 && jo.indexOf(
|
|
2345
|
+
}), v = function(T, d, w) {
|
|
2346
|
+
return d === 0 && jo.indexOf(w[t.length]) !== -1 || w.match(n) ? T : "." + e;
|
|
2347
2347
|
};
|
|
2348
|
-
function E(T, d,
|
|
2349
|
-
|
|
2350
|
-
var O = T.replace(Fo, ""), _ = d &&
|
|
2351
|
-
return e =
|
|
2348
|
+
function E(T, d, w, C) {
|
|
2349
|
+
C === void 0 && (C = "&");
|
|
2350
|
+
var O = T.replace(Fo, ""), _ = d && w ? w + " " + d + " { " + O + " }" : O;
|
|
2351
|
+
return e = C, t = d, i = new RegExp("\\" + t + "\\b", "g"), n = new RegExp("(\\" + t + "\\b){2,}"), c(w || !d ? "" : d, _);
|
|
2352
2352
|
}
|
|
2353
|
-
return c.use([].concat(h, [function(T, d,
|
|
2354
|
-
T === 2 &&
|
|
2353
|
+
return c.use([].concat(h, [function(T, d, w) {
|
|
2354
|
+
T === 2 && w.length && w[0].lastIndexOf(t) > 0 && (w[0] = w[0].replace(i, v));
|
|
2355
2355
|
}, S, function(T) {
|
|
2356
2356
|
if (T === -2) {
|
|
2357
2357
|
var d = p;
|
|
@@ -2483,18 +2483,18 @@ var hn = Be.createContext();
|
|
|
2483
2483
|
hn.Consumer;
|
|
2484
2484
|
var Vr = {};
|
|
2485
2485
|
function fn(r, e, t) {
|
|
2486
|
-
var i = li(r), n = !mr(r), s = e.attrs, a = s === void 0 ? wr : s, l = e.componentId, u = l === void 0 ? function(
|
|
2487
|
-
var _ = typeof
|
|
2486
|
+
var i = li(r), n = !mr(r), s = e.attrs, a = s === void 0 ? wr : s, l = e.componentId, u = l === void 0 ? function(C, O) {
|
|
2487
|
+
var _ = typeof C != "string" ? "sc" : Lr(C);
|
|
2488
2488
|
Vr[_] = (Vr[_] || 0) + 1;
|
|
2489
2489
|
var g = _ + "-" + rs("5.3.6" + _ + Vr[_]);
|
|
2490
2490
|
return O ? O + "-" + g : g;
|
|
2491
|
-
}(e.displayName, e.parentComponentId) : l, h = e.displayName, c = h === void 0 ? function(
|
|
2492
|
-
return mr(
|
|
2491
|
+
}(e.displayName, e.parentComponentId) : l, h = e.displayName, c = h === void 0 ? function(C) {
|
|
2492
|
+
return mr(C) ? "styled." + C : "Styled(" + qr(C) + ")";
|
|
2493
2493
|
}(r) : h, p = e.displayName && e.componentId ? Lr(e.displayName) + "-" + e.componentId : e.componentId || u, S = i && r.attrs ? Array.prototype.concat(r.attrs, a).filter(Boolean) : a, v = e.shouldForwardProp;
|
|
2494
|
-
i && r.shouldForwardProp && (v = e.shouldForwardProp ? function(
|
|
2495
|
-
return r.shouldForwardProp(
|
|
2494
|
+
i && r.shouldForwardProp && (v = e.shouldForwardProp ? function(C, O, _) {
|
|
2495
|
+
return r.shouldForwardProp(C, O, _) && e.shouldForwardProp(C, O, _);
|
|
2496
2496
|
} : r.shouldForwardProp);
|
|
2497
|
-
var E, T = new Bo(t, p, i ? r.componentStyle : void 0), d = T.isStatic && a.length === 0,
|
|
2497
|
+
var E, T = new Bo(t, p, i ? r.componentStyle : void 0), d = T.isStatic && a.length === 0, w = function(C, O) {
|
|
2498
2498
|
return function(_, g, W, H) {
|
|
2499
2499
|
var k = _.attrs, B = _.componentStyle, oe = _.defaultProps, U = _.foldedComponentIds, I = _.shouldForwardProp, V = _.styledComponentId, J = _.target;
|
|
2500
2500
|
process.env.NODE_ENV !== "production" && xi(V);
|
|
@@ -2513,9 +2513,9 @@ function fn(r, e, t) {
|
|
|
2513
2513
|
for (var M in $)
|
|
2514
2514
|
M[0] !== "$" && M !== "as" && (M === "forwardedAs" ? R.as = $[M] : (I ? I(M, Di, Te) : !Ie || Di(M)) && (R[M] = $[M]));
|
|
2515
2515
|
return g.style && de.style !== g.style && (R.style = pt({}, g.style, {}, de.style)), R.className = Array.prototype.concat(U, V, ue !== V ? ue : null, g.className, de.className).filter(Boolean).join(" "), R.ref = Ce, Yn(Te, R);
|
|
2516
|
-
}(E,
|
|
2516
|
+
}(E, C, O, d);
|
|
2517
2517
|
};
|
|
2518
|
-
return
|
|
2518
|
+
return w.displayName = c, (E = Be.forwardRef(w)).attrs = S, E.componentStyle = T, E.displayName = c, E.shouldForwardProp = v, E.foldedComponentIds = i ? Array.prototype.concat(r.foldedComponentIds, r.styledComponentId) : wr, E.styledComponentId = p, E.target = i ? r.target : r, E.withComponent = function(C) {
|
|
2519
2519
|
var O = e.componentId, _ = function(W, H) {
|
|
2520
2520
|
if (W == null)
|
|
2521
2521
|
return {};
|
|
@@ -2523,18 +2523,18 @@ function fn(r, e, t) {
|
|
|
2523
2523
|
for (B = 0; B < U.length; B++)
|
|
2524
2524
|
k = U[B], H.indexOf(k) >= 0 || (oe[k] = W[k]);
|
|
2525
2525
|
return oe;
|
|
2526
|
-
}(e, ["componentId"]), g = O && O + "-" + (mr(
|
|
2527
|
-
return fn(
|
|
2526
|
+
}(e, ["componentId"]), g = O && O + "-" + (mr(C) ? C : Lr(qr(C)));
|
|
2527
|
+
return fn(C, pt({}, _, { attrs: S, componentId: g }), t);
|
|
2528
2528
|
}, Object.defineProperty(E, "defaultProps", { get: function() {
|
|
2529
2529
|
return this._foldedDefaultProps;
|
|
2530
|
-
}, set: function(
|
|
2531
|
-
this._foldedDefaultProps = i ? dn({}, r.defaultProps,
|
|
2532
|
-
} }), process.env.NODE_ENV !== "production" && (Jo(c, p), E.warnTooManyClasses = function(
|
|
2530
|
+
}, set: function(C) {
|
|
2531
|
+
this._foldedDefaultProps = i ? dn({}, r.defaultProps, C) : C;
|
|
2532
|
+
} }), process.env.NODE_ENV !== "production" && (Jo(c, p), E.warnTooManyClasses = function(C, O) {
|
|
2533
2533
|
var _ = {}, g = !1;
|
|
2534
2534
|
return function(W) {
|
|
2535
2535
|
if (!g && (_[W] = !0, Object.keys(_).length >= 200)) {
|
|
2536
2536
|
var H = O ? ' with the id of "' + O + '"' : "";
|
|
2537
|
-
console.warn("Over 200 classes were generated for component " +
|
|
2537
|
+
console.warn("Over 200 classes were generated for component " + C + H + `.
|
|
2538
2538
|
Consider using the attrs method, together with a style object for frequently changed styles.
|
|
2539
2539
|
Example:
|
|
2540
2540
|
const Component = styled.div.attrs(props => ({
|
|
@@ -2759,12 +2759,12 @@ function pn() {
|
|
|
2759
2759
|
absoluteContent: 0
|
|
2760
2760
|
}), [v, E] = ke(1), [T] = ke(
|
|
2761
2761
|
fs.utils.device.checkHeadsetConnected() ? "oculus" : "desktop"
|
|
2762
|
-
), d = Ue(Zt), { source:
|
|
2762
|
+
), d = Ue(Zt), { source: w, theme: C, range: O, scene: _ } = d.stores, [g, W] = ke([]), [H, k] = ke([]), [B, oe] = ke([]), [U, I] = ke([]);
|
|
2763
2763
|
pe(() => {
|
|
2764
|
-
const y =
|
|
2764
|
+
const y = w != null && w.getOptions().length ? w == null ? void 0 : w.getOptions() : [];
|
|
2765
2765
|
W(y);
|
|
2766
2766
|
}, [d]), pe(() => {
|
|
2767
|
-
const y =
|
|
2767
|
+
const y = C != null && C.getOptions().length ? C == null ? void 0 : C.getOptions() : [];
|
|
2768
2768
|
k(y);
|
|
2769
2769
|
}, [d]), pe(() => {
|
|
2770
2770
|
const y = O != null && O.getOptions().length ? O == null ? void 0 : O.getOptions() : [];
|
|
@@ -2774,9 +2774,9 @@ function pn() {
|
|
|
2774
2774
|
I(y);
|
|
2775
2775
|
}, [d]), pe(() => (Wi = we.subscribe(V), () => Wi.unsubscribe()), [g, H, B, U]), pe(() => {
|
|
2776
2776
|
}, [e]), pe(() => {
|
|
2777
|
-
|
|
2777
|
+
w && i && w.executeFunction(0, i);
|
|
2778
2778
|
}, [i]), pe(() => {
|
|
2779
|
-
|
|
2779
|
+
C && s && C.executeFunction(0, s);
|
|
2780
2780
|
}, [s]), pe(() => {
|
|
2781
2781
|
O && l && O.executeFunction(0, l);
|
|
2782
2782
|
}, [l]), pe(() => {
|
|
@@ -3168,13 +3168,13 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3168
3168
|
const { projPanelIds: t } = Ue(Zt).data, [i, n] = ke(0), [s, a] = ke(null), [l, u] = ke(
|
|
3169
3169
|
Ui.utils.device.checkHeadsetConnected() ? "oculus" : "keyboard"
|
|
3170
3170
|
), [h, c] = ke(!1), [p, S] = ke(!1), [v, E] = ke(!0), T = (k) => {
|
|
3171
|
-
k.device ? (l !== k.device && u(k.device), c(!h)) : k === "shift" ?
|
|
3171
|
+
k.device ? (l !== k.device && u(k.device), c(!h)) : k === "shift" ? w() : k === "show" && S(!p);
|
|
3172
3172
|
}, d = (k) => {
|
|
3173
3173
|
k.changeTabletState && E(!1);
|
|
3174
|
-
},
|
|
3174
|
+
}, w = () => {
|
|
3175
3175
|
let k = i + 90;
|
|
3176
3176
|
k >= 360 && (k = 0), n(k);
|
|
3177
|
-
},
|
|
3177
|
+
}, C = (k) => t[k] ? t[k] : `panel_${k}`, O = () => /* @__PURE__ */ ie(
|
|
3178
3178
|
"a-entity",
|
|
3179
3179
|
{
|
|
3180
3180
|
position: s === null ? `0 ${30} 0` : `${s.x} ${30} ${s.z}`,
|
|
@@ -3187,7 +3187,7 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3187
3187
|
geometry: "primitive: box; width: 50; height: 10; depth: 0.1;",
|
|
3188
3188
|
position: "-30 28 0",
|
|
3189
3189
|
rotation: "45 90 0",
|
|
3190
|
-
material: "color:white
|
|
3190
|
+
material: "color: white",
|
|
3191
3191
|
children: [
|
|
3192
3192
|
/* @__PURE__ */ b(
|
|
3193
3193
|
"a-text",
|
|
@@ -3222,7 +3222,7 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3222
3222
|
/* @__PURE__ */ b(
|
|
3223
3223
|
"a-box",
|
|
3224
3224
|
{
|
|
3225
|
-
id:
|
|
3225
|
+
id: C(1),
|
|
3226
3226
|
scale: "80 50 2",
|
|
3227
3227
|
animation__position: "property: position; from: 0 0 -60; to: 0 -1 -42; delay: 0; dur: 800; easing: linear;",
|
|
3228
3228
|
material: "transparent:true"
|
|
@@ -3239,11 +3239,11 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3239
3239
|
/* @__PURE__ */ b(
|
|
3240
3240
|
"a-box",
|
|
3241
3241
|
{
|
|
3242
|
-
id:
|
|
3242
|
+
id: C(2),
|
|
3243
3243
|
scale: "80 50 2",
|
|
3244
3244
|
animation__position: "property: position; from: 60 0 0; to: 42 -1 0; delay: 200; dur: 800; easing: linear;",
|
|
3245
3245
|
rotation: "0 90 0",
|
|
3246
|
-
material: "transparent:true"
|
|
3246
|
+
material: "transparent: true"
|
|
3247
3247
|
}
|
|
3248
3248
|
),
|
|
3249
3249
|
/* @__PURE__ */ b(
|
|
@@ -3258,10 +3258,10 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3258
3258
|
/* @__PURE__ */ b(
|
|
3259
3259
|
"a-box",
|
|
3260
3260
|
{
|
|
3261
|
-
id:
|
|
3261
|
+
id: C(3),
|
|
3262
3262
|
scale: "80 50 2",
|
|
3263
3263
|
animation__position: "property: position; from: 0 0 60; to: 0 -1 42; delay: 400; dur: 800; easing: linear;",
|
|
3264
|
-
material: "transparent:true"
|
|
3264
|
+
material: "transparent: true"
|
|
3265
3265
|
}
|
|
3266
3266
|
),
|
|
3267
3267
|
/* @__PURE__ */ b(
|
|
@@ -3275,11 +3275,11 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3275
3275
|
/* @__PURE__ */ b(
|
|
3276
3276
|
"a-box",
|
|
3277
3277
|
{
|
|
3278
|
-
id:
|
|
3278
|
+
id: C(4),
|
|
3279
3279
|
scale: "80 50 2",
|
|
3280
3280
|
animation__position: "property: position; from: -60 0 0; to: -42 -1 0; delay: 600; dur: 800; easing: linear;",
|
|
3281
3281
|
rotation: "0 90 0",
|
|
3282
|
-
material: "transparent:true"
|
|
3282
|
+
material: "transparent: true"
|
|
3283
3283
|
}
|
|
3284
3284
|
),
|
|
3285
3285
|
/* @__PURE__ */ b(
|
|
@@ -3459,10 +3459,10 @@ const At = () => ri, Ui = window.AFRAME, ps = () => {
|
|
|
3459
3459
|
]
|
|
3460
3460
|
}
|
|
3461
3461
|
), g = () => {
|
|
3462
|
-
const k = document.getElementById(
|
|
3462
|
+
const k = document.getElementById(C(0));
|
|
3463
3463
|
k && k.setAttribute("material", "opacity", 0);
|
|
3464
3464
|
}, W = () => {
|
|
3465
|
-
const k = document.getElementById(
|
|
3465
|
+
const k = document.getElementById(C(0));
|
|
3466
3466
|
k && k.setAttribute("material", "opacity", 1);
|
|
3467
3467
|
};
|
|
3468
3468
|
pe(() => (r = we.subscribe(d), () => r.unsubscribe()), []), pe(() => (r = Ot.getCameraSubject().subscribe(T), () => r.unsubscribe()), [h, p, i]), pe(() => {
|
|
@@ -4556,10 +4556,10 @@ class xs {
|
|
|
4556
4556
|
let t, i, n, s, a, l, u, h, c, p, S, v;
|
|
4557
4557
|
const E = "";
|
|
4558
4558
|
let T, d = 0;
|
|
4559
|
-
const
|
|
4559
|
+
const w = o(this, ae) + o(this, me) > o(this, je) ? o(this, je) : o(this, ae) + o(this, me), C = o(this, fe) + o(this, me) > o(this, We) ? o(this, We) : o(this, fe) + o(this, me), O = o(this, j) + o(this, me) > o(this, rt) ? o(this, rt) : o(this, j) + o(this, me), _ = o(this, L).fXaxis.fTitle, g = o(this, L).fYaxis.fTitle, W = o(this, L).fZaxis.fTitle, H = o(this, L).fXaxis.fLabels ? o(this, L).fXaxis.fLabels.arr : [], k = o(this, L).fYaxis.fLabels ? o(this, L).fYaxis.fLabels.arr : [], B = o(this, L).fZaxis.fLabels ? o(this, L).fZaxis.fLabels.arr : [], oe = [];
|
|
4560
4560
|
for (let V = o(this, j); V <= O; V++)
|
|
4561
|
-
for (let J = o(this, fe); J <=
|
|
4562
|
-
for (let X = o(this, ae); X <=
|
|
4561
|
+
for (let J = o(this, fe); J <= C; J++)
|
|
4562
|
+
for (let X = o(this, ae); X <= w; X++) {
|
|
4563
4563
|
t = o(this, L).fXaxis.GetBinCenter(X), i = o(this, L).fXaxis.GetBinLowEdge(X), n = t + (t - i), s = n - i, a = o(this, L).fYaxis.GetBinCenter(J), l = o(this, L).fYaxis.GetBinLowEdge(J), u = a + (a - l), h = u - l, c = o(this, L).fZaxis.GetBinCenter(V), p = o(this, L).fZaxis.GetBinLowEdge(V), S = c + (c - p), v = S - p;
|
|
4564
4564
|
const N = o(this, Bt).call(this, o(this, L).getBinContent(X, J, V));
|
|
4565
4565
|
if (N <= o(this, _t))
|
|
@@ -4648,7 +4648,7 @@ class xs {
|
|
|
4648
4648
|
}
|
|
4649
4649
|
Y(this, bt, oe);
|
|
4650
4650
|
const U = [], I = [];
|
|
4651
|
-
return d = o(this, Nt).call(this, e, U, I,
|
|
4651
|
+
return d = o(this, Nt).call(this, e, U, I, C, w, k, g, 0), d = o(this, Lt).call(this, e, U, I, w, C, H, _, d), d = o(this, jt).call(this, e, U, I, w, C, O, B, W, d), hr(this, Vt, br).call(this, e, U, I, w, C, d), e.labels = [...U, ...I], e;
|
|
4652
4652
|
});
|
|
4653
4653
|
F(this, Or, () => {
|
|
4654
4654
|
const e = {
|
|
@@ -4663,7 +4663,7 @@ class xs {
|
|
|
4663
4663
|
let t, i, n, s, a, l, u, h, c, p;
|
|
4664
4664
|
const S = "";
|
|
4665
4665
|
let v = 0;
|
|
4666
|
-
const E = o(this, ae) + o(this, me) > o(this, L).fXaxis.fNbins ? o(this, L).fXaxis.fNbins : o(this, ae) + o(this, me), T = o(this, fe) + o(this, me) > o(this, L).fYaxis.fNbins ? o(this, L).fYaxis.fNbins : o(this, fe) + o(this, me), d = o(this, L).fXaxis.fTitle !== "" ? o(this, L).fXaxis.fTitle : "x",
|
|
4666
|
+
const E = o(this, ae) + o(this, me) > o(this, L).fXaxis.fNbins ? o(this, L).fXaxis.fNbins : o(this, ae) + o(this, me), T = o(this, fe) + o(this, me) > o(this, L).fYaxis.fNbins ? o(this, L).fYaxis.fNbins : o(this, fe) + o(this, me), d = o(this, L).fXaxis.fTitle !== "" ? o(this, L).fXaxis.fTitle : "x", w = o(this, L).fYaxis.fTitle !== "" ? o(this, L).fYaxis.fTitle : "y", C = o(this, L).fXaxis.fLabels ? o(this, L).fXaxis.fLabels.arr : [], O = o(this, L).fYaxis.fLabels ? o(this, L).fYaxis.fLabels.arr : [], _ = [];
|
|
4667
4667
|
for (let H = o(this, fe); H <= T; H++)
|
|
4668
4668
|
for (let k = o(this, ae); k <= E; k++) {
|
|
4669
4669
|
i = o(this, L).fXaxis.GetBinCenter(k), n = o(this, L).fXaxis.GetBinLowEdge(k), s = i + (i - n), a = s - n, l = o(this, L).fYaxis.GetBinCenter(H), u = o(this, L).fYaxis.GetBinLowEdge(H), h = l + (l - u), c = h - u;
|
|
@@ -4692,7 +4692,7 @@ class xs {
|
|
|
4692
4692
|
typeName: 'TH2';
|
|
4693
4693
|
content: ${p};
|
|
4694
4694
|
color: ${oe};
|
|
4695
|
-
yTitle: ${
|
|
4695
|
+
yTitle: ${w};
|
|
4696
4696
|
xTitle: ${d};
|
|
4697
4697
|
zTitle: 'none';
|
|
4698
4698
|
absoluteContent: ${B};
|
|
@@ -4750,7 +4750,7 @@ class xs {
|
|
|
4750
4750
|
}
|
|
4751
4751
|
Y(this, bt, _);
|
|
4752
4752
|
const g = [], W = [];
|
|
4753
|
-
return v = o(this, Nt).call(this, e, g, W, T, E, O,
|
|
4753
|
+
return v = o(this, Nt).call(this, e, g, W, T, E, O, w, 0), v = o(this, Lt).call(this, e, g, W, E, T, C, d, v), v = o(this, jt).call(this, e, g, W, E, T, void 0, void 0, void 0, v), hr(this, Vt, br).call(this, e, g, W, E, T, v), e.labels = [...g, ...W], e;
|
|
4754
4754
|
});
|
|
4755
4755
|
F(this, Rr, () => {
|
|
4756
4756
|
const e = {
|
|
@@ -4766,39 +4766,39 @@ class xs {
|
|
|
4766
4766
|
const u = "";
|
|
4767
4767
|
let h = 0;
|
|
4768
4768
|
const c = o(this, ae) + o(this, me) > o(this, L).fXaxis.fNbins ? o(this, L).fXaxis.fNbins : o(this, ae) + o(this, me), p = 1, S = o(this, L).fXaxis.fTitle !== "" ? o(this, L).fXaxis.fTitle : "x", v = o(this, L).fXaxis.fLabels ? o(this, L).fXaxis.fLabels.arr : [], E = [];
|
|
4769
|
-
for (let
|
|
4770
|
-
i = o(this, L).fXaxis.GetBinCenter(
|
|
4771
|
-
const
|
|
4772
|
-
if (
|
|
4769
|
+
for (let w = o(this, ae); w <= c; w++) {
|
|
4770
|
+
i = o(this, L).fXaxis.GetBinCenter(w), n = o(this, L).fXaxis.GetBinLowEdge(w), s = i + (i - n), a = s - n;
|
|
4771
|
+
const C = o(this, Bt).call(this, o(this, L).getBinContent(w));
|
|
4772
|
+
if (C <= o(this, _t))
|
|
4773
4773
|
continue;
|
|
4774
4774
|
l = o(this, nt) ? o(this, Wt).call(this, o(this, nt).call(this, {
|
|
4775
4775
|
histogram: o(this, L),
|
|
4776
4776
|
histogramId: o(this, Ee),
|
|
4777
|
-
x:
|
|
4778
|
-
})) :
|
|
4777
|
+
x: w
|
|
4778
|
+
})) : C, t = l * o(this, me) * o(this, ot) / 16;
|
|
4779
4779
|
let O = o(this, it) ? o(this, it).call(this, {
|
|
4780
4780
|
histogram: o(this, L),
|
|
4781
4781
|
histogramId: o(this, Ee),
|
|
4782
|
-
x:
|
|
4782
|
+
x: w,
|
|
4783
4783
|
content: l
|
|
4784
4784
|
}) : null;
|
|
4785
4785
|
O = O || o(this, Z).getBinColor(l);
|
|
4786
4786
|
const _ = o(this, Ee) + n + "th1" + s;
|
|
4787
4787
|
let g;
|
|
4788
|
-
o(this, Yt).call(this, _) ? g = o(this, Z).getSecondaryAccentColor() : g = O;
|
|
4788
|
+
o(this, Yt).call(this, _) ? g = o(this, Z).getSecondaryAccentColor() : g = O, console.log(w, n, s, i);
|
|
4789
4789
|
const W = `id: ${_};
|
|
4790
4790
|
histogramName: ${o(this, Ee)};
|
|
4791
4791
|
typeName: 'TH1';
|
|
4792
4792
|
content: ${l};
|
|
4793
4793
|
xTitle: ${S};
|
|
4794
4794
|
zTitle: 'none';
|
|
4795
|
-
absoluteContent: ${
|
|
4795
|
+
absoluteContent: ${C};
|
|
4796
4796
|
binName: ${u};
|
|
4797
4797
|
xMin: ${n};
|
|
4798
4798
|
zMin: ${0};
|
|
4799
4799
|
xMax: ${s};
|
|
4800
4800
|
zMax: ${0};
|
|
4801
|
-
xPos: ${
|
|
4801
|
+
xPos: ${w};
|
|
4802
4802
|
zPos: ${0};
|
|
4803
4803
|
xCenter: ${i};
|
|
4804
4804
|
yCenter: ${0};
|
|
@@ -4808,12 +4808,12 @@ class xs {
|
|
|
4808
4808
|
selectColor: ${o(this, Z).getSecondaryAccentColor()};
|
|
4809
4809
|
axisX: ${o(this, Z).getAxisColor("x")};
|
|
4810
4810
|
axisY: ${o(this, Z).getAxisColor("y")};
|
|
4811
|
-
axisZ: ${o(this, Z).getAxisColor("z")}`, H = a / o(this, ht) / o(this, It), k = -(
|
|
4811
|
+
axisZ: ${o(this, Z).getAxisColor("z")}`, H = a / o(this, ht) / o(this, It), k = -(w - 1), B = 0;
|
|
4812
4812
|
e.bins[h] = {
|
|
4813
4813
|
id: _,
|
|
4814
4814
|
color: O,
|
|
4815
4815
|
binData: W,
|
|
4816
|
-
content:
|
|
4816
|
+
content: C,
|
|
4817
4817
|
animation: {
|
|
4818
4818
|
fromWidth: H,
|
|
4819
4819
|
fromHeight: o(this, xt).call(this, _),
|
|
@@ -5134,8 +5134,8 @@ class xs {
|
|
|
5134
5134
|
e && (e.xOffset && Y(this, ae, o(this, ft).call(this, e == null ? void 0 : e.xOffset, o(this, je))), e.yOffset && !histogram._typename.includes("TH1") && Y(this, fe, o(this, ft).call(this, e == null ? void 0 : e.yOffset, o(this, We))), e.zOffset && histogram._typename.includes("TH3") && Y(this, j, o(this, ft).call(this, e == null ? void 0 : e.zOffset, o(this, rt))));
|
|
5135
5135
|
}
|
|
5136
5136
|
setHistogram(e) {
|
|
5137
|
-
var t, i, n, s, a, l, u, h, c, p, S, v, E, T, d,
|
|
5138
|
-
Y(this, L, e), Y(this, tt, e == null ? void 0 : e._typename), Y(this, ae, 1), Y(this, fe, 1), Y(this, j, 1), Y(this, je, 0), Y(this, We, 0), Y(this, rt, 0), Y(this, ht, 1), Y(this, yt, 1), Y(this, cr, 1), Y(this, je, (t = e == null ? void 0 : e.fXaxis) == null ? void 0 : t.fNbins), Y(this, ht, (((i = e == null ? void 0 : e.fXaxis) == null ? void 0 : i.fXmax) - ((n = e == null ? void 0 : e.fXaxis) == null ? void 0 : n.fXmin)) / ((s = e == null ? void 0 : e.fXaxis) == null ? void 0 : s.fNbins)), o(this, Ne).xInitial = (a = e == null ? void 0 : e.fXaxis) == null ? void 0 : a.fXmin, Y(this, ae, o(this, ft).call(this, o(this, ae), o(this, je))), (l = e == null ? void 0 : e._typename) != null && l.includes("TH1") || (Y(this, We, (u = e == null ? void 0 : e.fYaxis) == null ? void 0 : u.fNbins), Y(this, yt, (((h = e == null ? void 0 : e.fYaxis) == null ? void 0 : h.fXmax) - ((c = e == null ? void 0 : e.fYaxis) == null ? void 0 : c.fXmin)) / ((p = e == null ? void 0 : e.fYaxis) == null ? void 0 : p.fNbins)), o(this, Ne).yInitial = (S = e == null ? void 0 : e.fYaxis) == null ? void 0 : S.fXmin, Y(this, fe, o(this, ft).call(this, o(this, fe), o(this, We)))), (v = e == null ? void 0 : e._typename) != null && v.includes("TH3") && (Y(this, rt, (E = e == null ? void 0 : e.fZaxis) == null ? void 0 : E.fNbins), Y(this, cr, ((T = e == null ? void 0 : e.fZaxis) == null ? void 0 : T.fXmax) / ((d = e == null ? void 0 : e.fZaxis) == null ? void 0 : d.fNbins)), o(this, Ne).zInitial = (
|
|
5137
|
+
var t, i, n, s, a, l, u, h, c, p, S, v, E, T, d, w;
|
|
5138
|
+
Y(this, L, e), Y(this, tt, e == null ? void 0 : e._typename), Y(this, ae, 1), Y(this, fe, 1), Y(this, j, 1), Y(this, je, 0), Y(this, We, 0), Y(this, rt, 0), Y(this, ht, 1), Y(this, yt, 1), Y(this, cr, 1), Y(this, je, (t = e == null ? void 0 : e.fXaxis) == null ? void 0 : t.fNbins), Y(this, ht, (((i = e == null ? void 0 : e.fXaxis) == null ? void 0 : i.fXmax) - ((n = e == null ? void 0 : e.fXaxis) == null ? void 0 : n.fXmin)) / ((s = e == null ? void 0 : e.fXaxis) == null ? void 0 : s.fNbins)), o(this, Ne).xInitial = (a = e == null ? void 0 : e.fXaxis) == null ? void 0 : a.fXmin, Y(this, ae, o(this, ft).call(this, o(this, ae), o(this, je))), (l = e == null ? void 0 : e._typename) != null && l.includes("TH1") || (Y(this, We, (u = e == null ? void 0 : e.fYaxis) == null ? void 0 : u.fNbins), Y(this, yt, (((h = e == null ? void 0 : e.fYaxis) == null ? void 0 : h.fXmax) - ((c = e == null ? void 0 : e.fYaxis) == null ? void 0 : c.fXmin)) / ((p = e == null ? void 0 : e.fYaxis) == null ? void 0 : p.fNbins)), o(this, Ne).yInitial = (S = e == null ? void 0 : e.fYaxis) == null ? void 0 : S.fXmin, Y(this, fe, o(this, ft).call(this, o(this, fe), o(this, We)))), (v = e == null ? void 0 : e._typename) != null && v.includes("TH3") && (Y(this, rt, (E = e == null ? void 0 : e.fZaxis) == null ? void 0 : E.fNbins), Y(this, cr, ((T = e == null ? void 0 : e.fZaxis) == null ? void 0 : T.fXmax) / ((d = e == null ? void 0 : e.fZaxis) == null ? void 0 : d.fNbins)), o(this, Ne).zInitial = (w = e == null ? void 0 : e.fZaxis) == null ? void 0 : w.fXmin, Y(this, j, o(this, ft).call(this, o(this, j), o(this, rt)))), this.setHistogramContentMaximum(e == null ? void 0 : e.fMaximum);
|
|
5139
5139
|
}
|
|
5140
5140
|
setRange(e) {
|
|
5141
5141
|
e && (e < 4 && Y(this, me, 4), Y(this, me, e));
|
|
@@ -9983,13 +9983,13 @@ const Ss = () => {
|
|
|
9983
9983
|
E = this.random(v) < 0.35 ? this.random(v + 1) : 0;
|
|
9984
9984
|
}
|
|
9985
9985
|
E += 0.1 * this.random(v + 2);
|
|
9986
|
-
var T = 2 * p / h - 1, d = 2 * S / h - 1,
|
|
9986
|
+
var T = 2 * p / h - 1, d = 2 * S / h - 1, w = this.environmentData.playArea;
|
|
9987
9987
|
T = Math.max(
|
|
9988
9988
|
0,
|
|
9989
|
-
Math.min(1, (Math.abs(T) - (
|
|
9989
|
+
Math.min(1, (Math.abs(T) - (w - 0.9)) * (1 / w))
|
|
9990
9990
|
), d = Math.max(
|
|
9991
9991
|
0,
|
|
9992
|
-
Math.min(1, (Math.abs(d) - (
|
|
9992
|
+
Math.min(1, (Math.abs(d) - (w - 0.9)) * (1 / w))
|
|
9993
9993
|
), E *= T > d ? T : d, E < 0.01 && (E = 0), l[v] = E, p += c, p >= 10 && (p = 0, S += c);
|
|
9994
9994
|
} else
|
|
9995
9995
|
l[v] = 0;
|
|
@@ -9998,8 +9998,8 @@ const Ss = () => {
|
|
|
9998
9998
|
this.ground.setAttribute("scale", {
|
|
9999
9999
|
z: this.environmentData.groundYScale
|
|
10000
10000
|
});
|
|
10001
|
-
var
|
|
10002
|
-
this.groundCanvas && this.groundCanvas.width ==
|
|
10001
|
+
var C = 2048, O = 20, _ = this.STAGE_SIZE / O;
|
|
10002
|
+
this.groundCanvas && this.groundCanvas.width == C || (this.gridCanvas = document.createElement("canvas"), this.gridCanvas.width = C, this.gridCanvas.height = C, this.gridTexture = new THREE.Texture(this.gridCanvas), this.gridTexture.wrapS = THREE.RepeatWrapping, this.gridTexture.wrapT = THREE.RepeatWrapping, this.gridTexture.repeat.set(_, _), this.groundCanvas = document.createElement("canvas"), this.groundCanvas.width = C, this.groundCanvas.height = C, this.groundTexture = new THREE.Texture(this.groundCanvas), this.groundTexture.wrapS = THREE.RepeatWrapping, this.groundTexture.wrapT = THREE.RepeatWrapping, this.groundTexture.repeat.set(_, _), this.groundMaterialProps = {
|
|
10003
10003
|
map: this.groundTexture,
|
|
10004
10004
|
emissive: new THREE.Color(16777215),
|
|
10005
10005
|
emissiveMap: this.gridTexture
|
|
@@ -10007,7 +10007,7 @@ const Ss = () => {
|
|
|
10007
10007
|
this.groundMaterialProps
|
|
10008
10008
|
));
|
|
10009
10009
|
var g = this.groundCanvas.getContext("2d"), W = this.gridCanvas.getContext("2d");
|
|
10010
|
-
if (this.drawTexture(g,
|
|
10010
|
+
if (this.drawTexture(g, C, O), W.fillStyle = "#000000", W.fillRect(0, 0, C, C), this.drawGrid(W, C, O), this.groundTexture.needsUpdate = !0, this.gridTexture.needsUpdate = !0, i) {
|
|
10011
10011
|
var H = new THREE.Mesh(this.groundGeometry, this.groundMaterial);
|
|
10012
10012
|
this.ground.setObject3D("mesh", H);
|
|
10013
10013
|
} else
|
|
@@ -10073,16 +10073,16 @@ const Ss = () => {
|
|
|
10073
10073
|
);
|
|
10074
10074
|
break;
|
|
10075
10075
|
case "squares":
|
|
10076
|
-
var d = 16,
|
|
10076
|
+
var d = 16, w = n / d;
|
|
10077
10077
|
for (u = new THREE.Color(this.environmentData.groundColor), h = new THREE.Color(this.environmentData.groundColor2), a = 0; a < d * d; a++)
|
|
10078
|
-
l = this.random(a + 3) > 0.5 ? u.clone() : h.clone(), l.addScalar(0.1 * this.random(a + 3) - 0.05), i.fillStyle = "#" + l.getHexString(), i.fillRect(a % d *
|
|
10078
|
+
l = this.random(a + 3) > 0.5 ? u.clone() : h.clone(), l.addScalar(0.1 * this.random(a + 3) - 0.05), i.fillStyle = "#" + l.getHexString(), i.fillRect(a % d * w, Math.floor(a / d) * w, w, w);
|
|
10079
10079
|
break;
|
|
10080
10080
|
case "noise":
|
|
10081
10081
|
p = i.getImageData(0, 0, n, n), c = p.data, u = new THREE.Color(this.environmentData.groundColor), h = new THREE.Color(this.environmentData.groundColor2);
|
|
10082
|
-
var
|
|
10082
|
+
var C = new THREE.Color(h.r - u.r, h.g - u.g, h.b - u.b), O = new t();
|
|
10083
10083
|
for (a = 0, T = 0, S = c.length; a < S; a += 4, T++) {
|
|
10084
10084
|
var _ = O.noise(T % n / n * 3, T / n / n * 3, 0);
|
|
10085
|
-
c[a + 0] = Math.floor(255 * (u.r +
|
|
10085
|
+
c[a + 0] = Math.floor(255 * (u.r + C.r * _)), c[a + 1] = Math.floor(255 * (u.g + C.g * _)), c[a + 2] = Math.floor(255 * (u.b + C.b * _));
|
|
10086
10086
|
}
|
|
10087
10087
|
i.putImageData(p, 0, 0);
|
|
10088
10088
|
break;
|
|
@@ -10109,10 +10109,10 @@ const Ss = () => {
|
|
|
10109
10109
|
}
|
|
10110
10110
|
},
|
|
10111
10111
|
getAssetGeometry: function(i) {
|
|
10112
|
-
function n(
|
|
10113
|
-
for (var O = (new THREE.Vector3(),
|
|
10114
|
-
O[g] = (h.random(g) - 0.5) *
|
|
10115
|
-
|
|
10112
|
+
function n(w, C) {
|
|
10113
|
+
for (var O = (new THREE.Vector3(), w.attributes.position.array), _ = O.length, g = 0; g < _; g += 3)
|
|
10114
|
+
O[g] = (h.random(g) - 0.5) * C, O[g + 1] = (h.random(g + _) - 0.5) * C, O[g + 2] = (h.random(g + 2 * _) - 0.5) * C;
|
|
10115
|
+
w.attributes.position.needsUpdate = !0;
|
|
10116
10116
|
}
|
|
10117
10117
|
if (!i)
|
|
10118
10118
|
return null;
|
|
@@ -10200,11 +10200,11 @@ const Ss = () => {
|
|
|
10200
10200
|
)
|
|
10201
10201
|
), h.applyMatrix4(E), n.push(h);
|
|
10202
10202
|
}
|
|
10203
|
-
var
|
|
10204
|
-
|
|
10205
|
-
var
|
|
10203
|
+
var w = THREE.BufferGeometryUtils.mergeBufferGeometries(n);
|
|
10204
|
+
w.attributes.position.needsUpdate = !0;
|
|
10205
|
+
var C = new THREE.MeshLambertMaterial({
|
|
10206
10206
|
color: new THREE.Color(this.environmentData.dressingColor)
|
|
10207
|
-
}), O = new THREE.Mesh(
|
|
10207
|
+
}), O = new THREE.Mesh(w, C);
|
|
10208
10208
|
i.add(O), this.dressing.setObject3D("mesh", i);
|
|
10209
10209
|
}
|
|
10210
10210
|
},
|
|
@@ -10442,7 +10442,7 @@ const Ss = () => {
|
|
|
10442
10442
|
}, t.prototype.noise = function(i, n, s) {
|
|
10443
10443
|
var a = Math.floor(i), l = Math.floor(n), u = Math.floor(s);
|
|
10444
10444
|
i -= a, n -= l, s -= u, a &= 255, l &= 255, u &= 255;
|
|
10445
|
-
var h = this.perm[a + this.perm[l + this.perm[u]]] % 12, c = this.perm[a + this.perm[l + this.perm[u + 1]]] % 12, p = this.perm[a + this.perm[l + 1 + this.perm[u]]] % 12, S = this.perm[a + this.perm[l + 1 + this.perm[u + 1]]] % 12, v = this.perm[a + 1 + this.perm[l + this.perm[u]]] % 12, E = this.perm[a + 1 + this.perm[l + this.perm[u + 1]]] % 12, T = this.perm[a + 1 + this.perm[l + 1 + this.perm[u]]] % 12, d = this.perm[a + 1 + this.perm[l + 1 + this.perm[u + 1]]] % 12,
|
|
10445
|
+
var h = this.perm[a + this.perm[l + this.perm[u]]] % 12, c = this.perm[a + this.perm[l + this.perm[u + 1]]] % 12, p = this.perm[a + this.perm[l + 1 + this.perm[u]]] % 12, S = this.perm[a + this.perm[l + 1 + this.perm[u + 1]]] % 12, v = this.perm[a + 1 + this.perm[l + this.perm[u]]] % 12, E = this.perm[a + 1 + this.perm[l + this.perm[u + 1]]] % 12, T = this.perm[a + 1 + this.perm[l + 1 + this.perm[u]]] % 12, d = this.perm[a + 1 + this.perm[l + 1 + this.perm[u + 1]]] % 12, w = this.dot(this.grad3[h], i, n, s), C = this.dot(this.grad3[v], i - 1, n, s), O = this.dot(this.grad3[p], i, n - 1, s), _ = this.dot(this.grad3[T], i - 1, n - 1, s), g = this.dot(this.grad3[c], i, n, s - 1), W = this.dot(this.grad3[E], i - 1, n, s - 1), H = this.dot(this.grad3[S], i, n - 1, s - 1), k = this.dot(this.grad3[d], i - 1, n - 1, s - 1), B = this.fade(i), oe = this.fade(n), U = this.fade(s), I = this.mix(w, C, B), V = this.mix(g, W, B), J = this.mix(O, _, B), X = this.mix(H, k, B), N = this.mix(I, J, oe), de = this.mix(V, X, oe), ue = this.mix(N, de, U);
|
|
10446
10446
|
return ue;
|
|
10447
10447
|
};
|
|
10448
10448
|
}
|
|
@@ -10710,37 +10710,37 @@ const dr = Be.createContext(null), or = (r = "", e = "zmq2ws") => {
|
|
|
10710
10710
|
if (S = nr.getBinDistributor().subscribe((v) => {
|
|
10711
10711
|
var E, T, d;
|
|
10712
10712
|
if ((v == null ? void 0 : v.id) === r.id) {
|
|
10713
|
-
const
|
|
10713
|
+
const w = {
|
|
10714
10714
|
intersectionAxis: v.intersect,
|
|
10715
10715
|
obj: r.histogram,
|
|
10716
10716
|
id: r.id,
|
|
10717
10717
|
binId: v.data.id
|
|
10718
10718
|
};
|
|
10719
|
-
switch ((E = v.data) != null && E.zPos ? (
|
|
10719
|
+
switch ((E = v.data) != null && E.zPos ? (w.binz = v.data.zPos, w.biny = v.data.yPos, w.binx = v.data.xPos, w.bin = r.histogram.getBin(
|
|
10720
10720
|
v.data.xPos,
|
|
10721
10721
|
v.data.yPos,
|
|
10722
10722
|
v.data.zPos
|
|
10723
|
-
),
|
|
10723
|
+
), w.con = r.histogram.getBinContent(
|
|
10724
10724
|
v.data.xPos,
|
|
10725
10725
|
v.data.yPos,
|
|
10726
10726
|
v.data.zPos
|
|
10727
|
-
)) : (T = v.data) != null && T.yPos ? (
|
|
10727
|
+
)) : (T = v.data) != null && T.yPos ? (w.biny = v.data.yPos, w.binx = v.data.xPos, w.bin = r.histogram.getBin(
|
|
10728
10728
|
v.data.xPos,
|
|
10729
10729
|
v.data.yPos
|
|
10730
|
-
),
|
|
10730
|
+
), w.con = r.histogram.getBinContent(
|
|
10731
10731
|
v.data.xPos,
|
|
10732
10732
|
v.data.yPos
|
|
10733
|
-
)) : (d = v.data) != null && d.xPos && (
|
|
10733
|
+
)) : (d = v.data) != null && d.xPos && (w.binx = v.data.xPos, w.bin = r.histogram.getBin(v.data.xPos), w.con = r.histogram.getBinContent(
|
|
10734
10734
|
v.data.xPos
|
|
10735
10735
|
)), v.event) {
|
|
10736
10736
|
case "CLICK":
|
|
10737
|
-
n(
|
|
10737
|
+
n(w);
|
|
10738
10738
|
break;
|
|
10739
10739
|
case "HOVER":
|
|
10740
|
-
a(
|
|
10740
|
+
a(w);
|
|
10741
10741
|
break;
|
|
10742
10742
|
case "DB_CLICK":
|
|
10743
|
-
s(
|
|
10743
|
+
s(w);
|
|
10744
10744
|
break;
|
|
10745
10745
|
}
|
|
10746
10746
|
} else
|
|
@@ -11055,14 +11055,14 @@ function Is(r) {
|
|
|
11055
11055
|
function Ur(r, e, t, i, n, s, a) {
|
|
11056
11056
|
bn = mn.getBinsFromLocalStorage();
|
|
11057
11057
|
const l = new Hs(), u = new Ms(e), h = new vn(a), c = {}, p = r;
|
|
11058
|
-
let S, v, E, T, d,
|
|
11058
|
+
let S, v, E, T, d, w, C, O, _, g;
|
|
11059
11059
|
const W = "";
|
|
11060
11060
|
let H, k = 0;
|
|
11061
11061
|
const B = i + s > t.fXaxis.fXmax ? t.fXaxis.fXmax : i + s, oe = n + s > t.fYaxis.fXmax ? t.fYaxis.fXmax : n + s, U = t.fXaxis.fTitle, I = t.fYaxis.fTitle, V = t.fXaxis.fLabels ? t.fXaxis.fLabels.arr : [], J = t.fYaxis.fLabels ? t.fYaxis.fLabels.arr : [];
|
|
11062
11062
|
for (let N = n; N <= oe; N++)
|
|
11063
11063
|
for (let de = i; de <= B; de++)
|
|
11064
|
-
if (v = t.fXaxis.GetBinCenter(de), E = t.fXaxis.GetBinLowEdge(de), T = v + (v - E), d = T - E,
|
|
11065
|
-
const ue = h.getBinColor(g), Ce = E + "th2" + T + "th2" +
|
|
11064
|
+
if (v = t.fXaxis.GetBinCenter(de), E = t.fXaxis.GetBinLowEdge(de), T = v + (v - E), d = T - E, w = t.fYaxis.GetBinCenter(N), C = t.fYaxis.GetBinLowEdge(N), O = w + (w - C), _ = O - C, H = t.getBinContent(de, N), g = Ys(H, t.fMaximum), S = g / 2, g > 0) {
|
|
11065
|
+
const ue = h.getBinColor(g), Ce = E + "th2" + T + "th2" + C + "th2" + O;
|
|
11066
11066
|
let Te;
|
|
11067
11067
|
Is(Ce) ? Te = h.getSecondaryAccentColor() : Te = ue;
|
|
11068
11068
|
const Ie = `id: ${Ce};
|
|
@@ -11073,11 +11073,11 @@ function Ur(r, e, t, i, n, s, a) {
|
|
|
11073
11073
|
absoluteContent: ${H};
|
|
11074
11074
|
binName: ${W};
|
|
11075
11075
|
xMin: ${E};
|
|
11076
|
-
yMin: ${
|
|
11076
|
+
yMin: ${C};
|
|
11077
11077
|
xMax: ${T};
|
|
11078
11078
|
yMax: ${O};
|
|
11079
11079
|
xCenter: ${v};
|
|
11080
|
-
yCenter: ${
|
|
11080
|
+
yCenter: ${w};
|
|
11081
11081
|
xWidth: ${d};
|
|
11082
11082
|
yWidth: ${_};
|
|
11083
11083
|
markedColor: ${Te};
|
|
@@ -11085,7 +11085,7 @@ function Ur(r, e, t, i, n, s, a) {
|
|
|
11085
11085
|
axisX: ${h.getAxisColor("x")};
|
|
11086
11086
|
axisY: ${h.getAxisColor("y")};
|
|
11087
11087
|
axisZ: ${h.getAxisColor("z")}`;
|
|
11088
|
-
c.id = Ce, c.positionX = E, c.positionY = S, c.positionZ =
|
|
11088
|
+
c.id = Ce, c.positionX = E, c.positionY = S, c.positionZ = C, c.scaleX = d / 2, c.scaleY = g, c.scaleZ = _ / 2, c.color = Te, c.class = "clickable", c.data = Ie, e.bins.attributes[k] = l.binTemplate(c), u.updateElement(k, p, "bins", "a-box"), k++;
|
|
11089
11089
|
}
|
|
11090
11090
|
u.deleteUnnecessaryElements(k, ["bins"]), c.id = 1500 + k, c.positionX = B + 0.5, c.positionY = 0, c.positionZ = oe + 0.5, c.rotationX = 270, c.rotationY = 360, c.rotationZ = 0, c.width = 2, c.height = 2, c.value = "0", c.color = h.getAxisColor("y"), e.normalXAxis.attributes[0] = l.axisTemplate(c), u.updateElement(0, p, "normalXAxis", "a-entity"), c.positionZ = n - 2.5, c.rotationX = 270, c.rotationY = 180, e.reversedYAxis.attributes[0] = l.axisTemplate(c), u.updateElement(0, p, "reversedYAxis", "a-entity"), c.positionX = i - 2.5, c.positionZ = oe + 0.5, e.normalYAxis.attributes[0] = l.axisTemplate(c), u.updateElement(0, p, "normalYAxis", "a-entity"), c.positionZ = n - 2.5, c.rotationY = 180, e.reversedXAxis.attributes[0] = l.axisTemplate(c), u.updateElement(0, p, "reversedXAxis", "a-entity"), k = 1;
|
|
11091
11091
|
for (let N = n; N <= oe; N++)
|