@mathwiz/ui-components 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -130,14 +130,14 @@ function requireReactJsxRuntime_development() {
130
130
  }
131
131
  return null;
132
132
  }
133
- var A = Object.assign, B = 0, R, U, Y, I, z, L, O;
133
+ var A = Object.assign, B = 0, R, U, V, I, z, L, O;
134
134
  function J() {
135
135
  }
136
136
  J.__reactDisabledLog = !0;
137
137
  function W() {
138
138
  {
139
139
  if (B === 0) {
140
- R = console.log, U = console.info, Y = console.warn, I = console.error, z = console.group, L = console.groupCollapsed, O = console.groupEnd;
140
+ R = console.log, U = console.info, V = console.warn, I = console.error, z = console.group, L = console.groupCollapsed, O = console.groupEnd;
141
141
  var N = {
142
142
  configurable: !0,
143
143
  enumerable: !0,
@@ -173,7 +173,7 @@ function requireReactJsxRuntime_development() {
173
173
  value: U
174
174
  }),
175
175
  warn: A({}, N, {
176
- value: Y
176
+ value: V
177
177
  }),
178
178
  error: A({}, N, {
179
179
  value: I
@@ -279,8 +279,8 @@ function requireReactJsxRuntime_development() {
279
279
  } finally {
280
280
  oe = !1, he.current = ye, F(), Error.prepareStackTrace = ve;
281
281
  }
282
- var Ze = N ? N.displayName || N.name : "", Ve = Ze ? K(Ze) : "";
283
- return typeof N == "function" && ce.set(N, Ve), Ve;
282
+ var Ze = N ? N.displayName || N.name : "", Ye = Ze ? K(Ze) : "";
283
+ return typeof N == "function" && ce.set(N, Ye), Ye;
284
284
  }
285
285
  function xe(N, H, Z) {
286
286
  return q(N, !1);
@@ -355,7 +355,7 @@ function requireReactJsxRuntime_development() {
355
355
  return Z;
356
356
  }
357
357
  }
358
- function Ye(N) {
358
+ function Ve(N) {
359
359
  try {
360
360
  return Te(N), !1;
361
361
  } catch {
@@ -366,7 +366,7 @@ function requireReactJsxRuntime_development() {
366
366
  return "" + N;
367
367
  }
368
368
  function te(N) {
369
- if (Ye(N))
369
+ if (Ve(N))
370
370
  return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Fe(N)), Te(N);
371
371
  }
372
372
  var ie = v.ReactCurrentOwner, Ne = {
@@ -416,7 +416,7 @@ function requireReactJsxRuntime_development() {
416
416
  });
417
417
  }
418
418
  }
419
- var V = function(N, H, Z, ne, ve, ye, pe) {
419
+ var Y = function(N, H, Z, ne, ve, ye, pe) {
420
420
  var de = {
421
421
  // This tag allows us to uniquely identify this as a React Element
422
422
  $$typeof: t,
@@ -460,7 +460,7 @@ function requireReactJsxRuntime_development() {
460
460
  var Me = typeof N == "function" ? N.displayName || N.name || "Unknown" : N;
461
461
  de && me(pe, Me), Je && ae(pe, Me);
462
462
  }
463
- return V(N, de, Je, ve, ne, ie.current, pe);
463
+ return Y(N, de, Je, ve, ne, ie.current, pe);
464
464
  }
465
465
  }
466
466
  var j = v.ReactCurrentOwner, Qe = v.ReactDebugCurrentFrame;
@@ -602,17 +602,17 @@ Check the top-level render call using <` + Z + ">.");
602
602
  rt(Oe, N);
603
603
  }
604
604
  if (Ce.call(H, "key")) {
605
- var Ve = k(N), ke = Object.keys(H).filter(function(lt) {
605
+ var Ye = k(N), ke = Object.keys(H).filter(function(lt) {
606
606
  return lt !== "key";
607
607
  }), nt = ke.length > 0 ? "{key: someKey, " + ke.join(": ..., ") + ": ...}" : "{key: someKey}";
608
- if (!$e[Ve + nt]) {
608
+ if (!$e[Ye + nt]) {
609
609
  var at = ke.length > 0 ? "{" + ke.join(": ..., ") + ": ...}" : "{}";
610
610
  C(`A props object containing a "key" prop is being spread into JSX:
611
611
  let props = %s;
612
612
  <%s {...props} />
613
613
  React keys must be passed directly to JSX without using spread:
614
614
  let props = %s;
615
- <%s key={someKey} {...props} />`, nt, Ve, at, Ve), $e[Ve + nt] = !0;
615
+ <%s key={someKey} {...props} />`, nt, Ye, at, Ye), $e[Ye + nt] = !0;
616
616
  }
617
617
  }
618
618
  return N === s ? Ie(Me) : Ge(Me), Me;
@@ -2318,32 +2318,32 @@ const resolveConfig = (e) => {
2318
2318
  credentials: R ? X : void 0
2319
2319
  };
2320
2320
  k = o && new r(g, U);
2321
- let Y = await (o ? P(k, G) : P(g, U));
2321
+ let V = await (o ? P(k, G) : P(g, U));
2322
2322
  const I = u && (E === "stream" || E === "response");
2323
2323
  if (u && (y || I && A)) {
2324
2324
  const L = {};
2325
2325
  ["status", "statusText", "headers"].forEach((F) => {
2326
- L[F] = Y[F];
2326
+ L[F] = V[F];
2327
2327
  });
2328
- const O = utils$2.toFiniteNumber(Y.headers.get("content-length")), [J, W] = y && progressEventDecorator(
2328
+ const O = utils$2.toFiniteNumber(V.headers.get("content-length")), [J, W] = y && progressEventDecorator(
2329
2329
  O,
2330
2330
  progressEventReducer(asyncDecorator(y), !0)
2331
2331
  ) || [];
2332
- Y = new s(
2333
- trackStream(Y.body, DEFAULT_CHUNK_SIZE, J, () => {
2332
+ V = new s(
2333
+ trackStream(V.body, DEFAULT_CHUNK_SIZE, J, () => {
2334
2334
  W && W(), A && A();
2335
2335
  }),
2336
2336
  L
2337
2337
  );
2338
2338
  }
2339
2339
  E = E || "text";
2340
- let z = await d[utils$2.findKey(d, E) || "text"](Y, m);
2340
+ let z = await d[utils$2.findKey(d, E) || "text"](V, m);
2341
2341
  return !I && A && A(), await new Promise((L, O) => {
2342
2342
  settle(L, O, {
2343
2343
  data: z,
2344
- headers: AxiosHeaders$1.from(Y.headers),
2345
- status: Y.status,
2346
- statusText: Y.statusText,
2344
+ headers: AxiosHeaders$1.from(V.headers),
2345
+ status: V.status,
2346
+ statusText: V.statusText,
2347
2347
  config: m,
2348
2348
  request: k
2349
2349
  });
@@ -2940,7 +2940,7 @@ const {
2940
2940
  "aria-labelledby": R,
2941
2941
  ...U
2942
2942
  }) => {
2943
- const Y = o.map((J) => ({
2943
+ const V = o.map((J) => ({
2944
2944
  id: J.id,
2945
2945
  label: c(J),
2946
2946
  onClick: () => h?.(J)
@@ -2985,7 +2985,7 @@ const {
2985
2985
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "explore-icon", children: "🌍" }),
2986
2986
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "explore-text", children: "探索" })
2987
2987
  ] }),
2988
- items: Y,
2988
+ items: V,
2989
2989
  position: "bottom",
2990
2990
  alignment: "start",
2991
2991
  openDelay: 300,
@@ -10553,12 +10553,12 @@ var getMetrics = function(t, r, s) {
10553
10553
  s && (G *= n.sizeMultiplier);
10554
10554
  var P = X / 2 - G, $ = [];
10555
10555
  if (d.length > 0) {
10556
- var k = X - g - x, A = Math.round(X * 1e3), B = tallDelim(d, Math.round(k * 1e3)), R = new PathNode(d, B), U = (f / 1e3).toFixed(3) + "em", Y = (A / 1e3).toFixed(3) + "em", I = new SvgNode([R], {
10556
+ var k = X - g - x, A = Math.round(X * 1e3), B = tallDelim(d, Math.round(k * 1e3)), R = new PathNode(d, B), U = (f / 1e3).toFixed(3) + "em", V = (A / 1e3).toFixed(3) + "em", I = new SvgNode([R], {
10557
10557
  width: U,
10558
- height: Y,
10558
+ height: V,
10559
10559
  viewBox: "0 0 " + f + " " + A
10560
10560
  }), z = buildCommon.makeSvgSpan([], [I], n);
10561
- z.height = A / 1e3, z.style.width = U, z.style.height = Y, $.push({
10561
+ z.height = A / 1e3, z.style.width = U, z.style.height = V, $.push({
10562
10562
  type: "elem",
10563
10563
  elem: z
10564
10564
  });
@@ -11292,8 +11292,8 @@ var htmlBuilder$6 = function(t, r) {
11292
11292
  var $ = x / 2 + r.fontMetrics().axisHeight, k = t.cols || [], A = [], B, R, U = [];
11293
11293
  if (t.tags && t.tags.some((_e) => _e))
11294
11294
  for (s = 0; s < o; ++s) {
11295
- var Y = h[s], I = Y.pos - $, z = t.tags[s], L = void 0;
11296
- z === !0 ? L = buildCommon.makeSpan(["eqn-num"], [], r) : z === !1 ? L = buildCommon.makeSpan([], [], r) : L = buildCommon.makeSpan([], buildExpression$1(z, r, !0), r), L.depth = Y.depth, L.height = Y.height, U.push({
11295
+ var V = h[s], I = V.pos - $, z = t.tags[s], L = void 0;
11296
+ z === !0 ? L = buildCommon.makeSpan(["eqn-num"], [], r) : z === !1 ? L = buildCommon.makeSpan([], [], r) : L = buildCommon.makeSpan([], buildExpression$1(z, r, !0), r), L.depth = V.depth, L.height = V.height, U.push({
11297
11297
  type: "elem",
11298
11298
  elem: L,
11299
11299
  shift: I
@@ -17332,9 +17332,9 @@ function requireReactIs_development() {
17332
17332
  }
17333
17333
  }
17334
17334
  }
17335
- var y = h, w = c, E = l, M = a, X = t, G = u, P = s, $ = m, k = p, A = r, B = o, R = n, U = d, Y = !1;
17335
+ var y = h, w = c, E = l, M = a, X = t, G = u, P = s, $ = m, k = p, A = r, B = o, R = n, U = d, V = !1;
17336
17336
  function I(q) {
17337
- return Y || (Y = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), z(q) || _(q) === h;
17337
+ return V || (V = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), z(q) || _(q) === h;
17338
17338
  }
17339
17339
  function z(q) {
17340
17340
  return _(q) === c;
@@ -24105,7 +24105,7 @@ Mat.Numerics = {
24105
24105
  * @memberof JXG.Math.Numerics
24106
24106
  */
24107
24107
  Qag: function(e, t, r) {
24108
- var s = 2220446049250313e-31, n = this._workspace(e, 1e3), o = r && JXG$2.isNumber(r.limit) ? r.limit : 15, a = r && JXG$2.isNumber(r.epsrel) ? r.epsrel : 1e-7, l = r && JXG$2.isNumber(r.epsabs) ? r.epsabs : 1e-7, h = r && JXG$2.isFunction(r.q) ? r.q : this.GaussKronrod15, c = {}, u, d, f, p, m, g, b, v, C = 0, x = 0, _ = 0, y = 0, w, E, M, X, G, P, $, k, A, B = 0, R = 0, U = 0, Y = 0, I = 0, z = 0, L, O, J, W;
24108
+ var s = 2220446049250313e-31, n = this._workspace(e, 1e3), o = r && JXG$2.isNumber(r.limit) ? r.limit : 15, a = r && JXG$2.isNumber(r.epsrel) ? r.epsrel : 1e-7, l = r && JXG$2.isNumber(r.epsabs) ? r.epsabs : 1e-7, h = r && JXG$2.isFunction(r.q) ? r.q : this.GaussKronrod15, c = {}, u, d, f, p, m, g, b, v, C = 0, x = 0, _ = 0, y = 0, w, E, M, X, G, P, $, k, A, B = 0, R = 0, U = 0, V = 0, I = 0, z = 0, L, O, J, W;
24109
24109
  if (o > n.limit && JXG$2.warn("iteration limit exceeds available workspace"), l <= 0 && (a < 50 * Mat.eps || a < 5e-29) && JXG$2.warn("tolerance cannot be acheived with given epsabs and epsrel"), f = h.apply(this, [e, t, c]), p = c.abserr, m = c.resabs, g = c.resasc, n.set_initial_result(f, p), v = Math.max(l, a * Math.abs(f)), w = 50 * s * m, p <= w && p > v)
24110
24110
  return b = f, JXG$2.warn("cannot reach tolerance because of roundoff error on first attempt"), -1 / 0;
24111
24111
  if (p <= v && p !== g || p === 0)
@@ -24114,7 +24114,7 @@ Mat.Numerics = {
24114
24114
  return b = f, JXG$2.warn("a maximum of one iteration was insufficient"), -1 / 0;
24115
24115
  u = f, d = p, C = 1;
24116
24116
  do
24117
- B = 0, R = 0, U = 0, Y = 0, I = 0, z = 0, J = n.retrieve(), P = J.a, $ = J.b, k = J.r, A = J.e, E = P, M = 0.5 * (P + $), X = M, G = $, B = h.apply(this, [[E, M], t, c]), Y = c.abserr, L = c.resasc, R = h.apply(this, [[X, G], t, c]), I = c.abserr, O = c.resasc, U = B + R, z = Y + I, d += z - A, u += U - k, L !== Y && O !== I && (W = k - U, Math.abs(W) <= 1e-5 * Math.abs(U) && z >= 0.99 * A && x++, C >= 10 && z > A && _++), v = Math.max(l, a * Math.abs(u)), d > v && ((x >= 6 || _ >= 20) && (y = 2), n.subinterval_too_small(E, X, G) && (y = 3)), n.update(E, M, B, Y, X, G, R, I), J = n.retrieve(), P = J.a_i, $ = J.b_i, k = J.r_i, A = J.e_i, C++;
24117
+ B = 0, R = 0, U = 0, V = 0, I = 0, z = 0, J = n.retrieve(), P = J.a, $ = J.b, k = J.r, A = J.e, E = P, M = 0.5 * (P + $), X = M, G = $, B = h.apply(this, [[E, M], t, c]), V = c.abserr, L = c.resasc, R = h.apply(this, [[X, G], t, c]), I = c.abserr, O = c.resasc, U = B + R, z = V + I, d += z - A, u += U - k, L !== V && O !== I && (W = k - U, Math.abs(W) <= 1e-5 * Math.abs(U) && z >= 0.99 * A && x++, C >= 10 && z > A && _++), v = Math.max(l, a * Math.abs(u)), d > v && ((x >= 6 || _ >= 20) && (y = 2), n.subinterval_too_small(E, X, G) && (y = 3)), n.update(E, M, B, V, X, G, R, I), J = n.retrieve(), P = J.a_i, $ = J.b_i, k = J.r_i, A = J.e_i, C++;
24118
24118
  while (C < o && !y && d > v);
24119
24119
  return b = n.sum_results(), b;
24120
24120
  },
@@ -25140,7 +25140,7 @@ Mat.Numerics = {
25140
25140
  * @memberof JXG.Math.Numerics
25141
25141
  */
25142
25142
  chandrupatla: function(e, t, r) {
25143
- var s, n, o, a, l, h = 0, c = this.maxIterationsRoot, u = 1 + Math.random() * 1e-3, d = 0.5 * u, f = Mat.eps, p = 1e-5, m, g, b, v, C, x, _, y, w, E, M, X, G, P, $, k, A, B, R, U, Y;
25143
+ var s, n, o, a, l, h = 0, c = this.maxIterationsRoot, u = 1 + Math.random() * 1e-3, d = 0.5 * u, f = Mat.eps, p = 1e-5, m, g, b, v, C, x, _, y, w, E, M, X, G, P, $, k, A, B, R, U, V;
25144
25144
  if (JXG$2.isArray(t)) {
25145
25145
  if (t.length < 2)
25146
25146
  throw new Error(
@@ -25155,7 +25155,7 @@ Mat.Numerics = {
25155
25155
  do {
25156
25156
  if (v = m + d * (g - m), y = e.call(r, v), Math.sign(y) === Math.sign(C) ? (b = m, m = v, _ = C, C = y) : (b = g, g = m, _ = x, x = C), m = v, C = y, w = m, E = C, Math.abs(x) < Math.abs(C) && (w = g, E = x), M = 2 * f * Math.abs(w) + 0.5 * p, X = M / Math.abs(g - m), X > 0.5 || E === 0)
25157
25157
  break;
25158
- G = (m - g) / (b - g), P = (C - x) / (_ - x), $ = 1 - Math.sqrt(1 - G), k = Math.sqrt(G), $ < P && P < k ? (A = (b - m) / (g - m), B = C / (x - C), R = _ / (x - _), U = C / (_ - C), Y = x / (_ - x), d = B * R + U * Y * A) : d = 0.5 * u, d < X && (d = X), d > 1 - X && (d = 1 - X), h++;
25158
+ G = (m - g) / (b - g), P = (C - x) / (_ - x), $ = 1 - Math.sqrt(1 - G), k = Math.sqrt(G), $ < P && P < k ? (A = (b - m) / (g - m), B = C / (x - C), R = _ / (x - _), U = C / (_ - C), V = x / (_ - x), d = B * R + U * V * A) : d = 0.5 * u, d < X && (d = X), d > 1 - X && (d = 1 - X), h++;
25159
25159
  } while (h <= c);
25160
25160
  return w;
25161
25161
  },
@@ -25960,8 +25960,8 @@ JXG$2.extend(
25960
25960
  for ($ = X.length, n = 0, o = X[0].c[1], a = X[0].c[2], t = 1; t < $; t++)
25961
25961
  (X[t].c[2] < a || X[t].c[2] === a && X[t].c[1] < o) && (o = X[t].c[1], a = X[t].c[2], n = t);
25962
25962
  for (X = JXG$2.swap(X, n, 0), s = X[0].c, X.sort(function(A, B) {
25963
- var R = A.c, U = B.c, Y = M.signedTriangle(s, R, U);
25964
- return Y === 0 ? Mat.hypot(R[1] - s[1], R[2] - s[2]) - Mat.hypot(U[1] - s[1], U[2] - s[2]) : -Y;
25963
+ var R = A.c, U = B.c, V = M.signedTriangle(s, R, U);
25964
+ return V === 0 ? Mat.hypot(R[1] - s[1], R[2] - s[2]) - Mat.hypot(U[1] - s[1], U[2] - s[2]) : -V;
25965
25965
  }), r = 0, t = 0; t < $; t++) {
25966
25966
  for (; r > 1 && this.signedTriangle(G[r - 2].c, G[r - 1].c, X[t].c) <= 0; )
25967
25967
  G.pop(), r--;
@@ -27030,8 +27030,8 @@ JXG$2.extend(
27030
27030
  a = new Coords(Const.COORDS_BY_USER, o, n);
27031
27031
  } else {
27032
27032
  for (k = s.minX(), A = s.maxX(), P = k, $ = A, s.evalVisProp("curvetype") === "functiongraph" && (w = Math.abs(t - s.Y(e)), isNaN(w) || (P = e - w, $ = e + w)), C = function(R) {
27033
- var U, Y;
27034
- return R < k || R > s.maxX_glob ? 1 / 0 : (U = e - s.X(R), Y = t - s.Y(R), U * U + Y * Y);
27033
+ var U, V;
27034
+ return R < k || R > s.maxX_glob ? 1 / 0 : (U = e - s.X(R), V = t - s.Y(R), U * U + V * V);
27035
27035
  }, y = C(r), G = 50, E = ($ - P) / G, x = P, l = 0; l < G; l++)
27036
27036
  _ = C(x), (_ < y || y === 1 / 0 || isNaN(y)) && (r = x, y = _), x += E;
27037
27037
  for (M = E, l = 0; l < 20 && isNaN(C(r - M)); l++, M *= 0.5) ;
@@ -27709,7 +27709,7 @@ JXG$2.Math.Nlp = {
27709
27709
  * @returns {Number} Exit status of the COBYLA2 optimization
27710
27710
  */
27711
27711
  cobylb: function(e, t, r, s, n, o, a, l, h, c) {
27712
- var u = -1, d = 0.25, f = 2.1, p = 0.5, m = 1.1, g = 0, b = 0, v, C = t + 1, x = r + 1, _ = o, y = 0, w = !1, E = !1, M = 0, X = 0, G = 0, P = this.arr(1 + s), $ = this.arr2(1 + t, 1 + C), k = this.arr2(1 + t, 1 + t), A = this.arr2(1 + s, 1 + C), B = this.arr2(1 + t, 1 + x), R = this.arr(1 + t), U = this.arr(1 + t), Y = this.arr(1 + t), I = this.arr(1 + t), z = this.arr(1 + t), L, O, J, W, F, he, Q, K, oe, ce, ue, q, xe, ge, fe, Ce, Ee, _e, Xe, De, Be, Re, Fe, Ye, Te, te, ie, Ne, Pe, be, ee = !0;
27712
+ var u = -1, d = 0.25, f = 2.1, p = 0.5, m = 1.1, g = 0, b = 0, v, C = t + 1, x = r + 1, _ = o, y = 0, w = !1, E = !1, M = 0, X = 0, G = 0, P = this.arr(1 + s), $ = this.arr2(1 + t, 1 + C), k = this.arr2(1 + t, 1 + t), A = this.arr2(1 + s, 1 + C), B = this.arr2(1 + t, 1 + x), R = this.arr(1 + t), U = this.arr(1 + t), V = this.arr(1 + t), I = this.arr(1 + t), z = this.arr(1 + t), L, O, J, W, F, he, Q, K, oe, ce, ue, q, xe, ge, fe, Ce, Ee, _e, Xe, De, Be, Re, Fe, Ve, Te, te, ie, Ne, Pe, be, ee = !0;
27713
27713
  for (l >= 2 && console.log("The initial value of RHO is " + _ + " and PARMU is set to zero."), Q = 0, F = 1 / _, L = 1; L <= t; ++L)
27714
27714
  $[L][C] = n[L], $[L][L] = _, k[L][L] = F;
27715
27715
  K = C, oe = !1;
@@ -27818,10 +27818,10 @@ JXG$2.Math.Nlp = {
27818
27818
  oe = !0;
27819
27819
  continue e;
27820
27820
  }
27821
- for (ce = !1, Fe = A[x][C] + y * A[s][C], Ye = g + y * b, Te = Fe - Ye, y === 0 && g === A[x][C] && (G = X, Te = A[s][C] - b), te = Te <= 0 ? 1 : 0, K = 0, O = 1; O <= t; ++O)
27822
- F = Math.abs(this.DOT_PRODUCT_ROW_COL(k, O, I, -1, 1, t)), F > te && (K = O, te = F), Y[O] = F * R[O];
27821
+ for (ce = !1, Fe = A[x][C] + y * A[s][C], Ve = g + y * b, Te = Fe - Ve, y === 0 && g === A[x][C] && (G = X, Te = A[s][C] - b), te = Te <= 0 ? 1 : 0, K = 0, O = 1; O <= t; ++O)
27822
+ F = Math.abs(this.DOT_PRODUCT_ROW_COL(k, O, I, -1, 1, t)), F > te && (K = O, te = F), V[O] = F * R[O];
27823
27823
  for (ie = m * _, W = 0, O = 1; O <= t; ++O)
27824
- if (Y[O] >= M || Y[O] >= R[O]) {
27824
+ if (V[O] >= M || V[O] >= R[O]) {
27825
27825
  if (F = U[O], Te > 0) {
27826
27826
  for (F = 0, J = 1; J <= t; ++J)
27827
27827
  F += Math.pow(I[J] - $[J][O], 2);
@@ -27891,7 +27891,7 @@ JXG$2.Math.Nlp = {
27891
27891
  return g = A[x][C], b = A[s][C], l >= 1 && this.PrintIterationResult(Q, g, b, n, t, l), u;
27892
27892
  },
27893
27893
  trstlp: function(e, t, r, s, n, o) {
27894
- var a = 0, l = 0, h = 0, c = this.arr2(1 + e, 1 + e), u = this.arr(2 + t), d = this.arr(2 + t), f = this.arr(1 + e), p = this.arr(1 + e), m = this.arr(2 + t), g = this.arr(2 + t), b = t, v = 0, C, x, _, y, w, E, M, X, G, P, $, k, A, B, R, U, Y, I, z, L, O, J, W, F, he, Q, K, oe, ce, ue, q, xe, ge, fe, Ce = !0;
27894
+ var a = 0, l = 0, h = 0, c = this.arr2(1 + e, 1 + e), u = this.arr(2 + t), d = this.arr(2 + t), f = this.arr(1 + e), p = this.arr(1 + e), m = this.arr(2 + t), g = this.arr(2 + t), b = t, v = 0, C, x, _, y, w, E, M, X, G, P, $, k, A, B, R, U, V, I, z, L, O, J, W, F, he, Q, K, oe, ce, ue, q, xe, ge, fe, Ce = !0;
27895
27895
  for (_ = 1; _ <= e; ++_)
27896
27896
  c[_][_] = 1, o[_] = 0;
27897
27897
  if (C = 0, x = 0, t >= 1) {
@@ -27911,10 +27911,10 @@ JXG$2.Math.Nlp = {
27911
27911
  if (C < v) {
27912
27912
  k = g[C], A = d[C], y = C;
27913
27913
  do {
27914
- for (R = y + 1, U = g[R], Y = this.DOT_PRODUCT(
27914
+ for (R = y + 1, U = g[R], V = this.DOT_PRODUCT(
27915
27915
  this.PART(this.COL(c, y), 1, e),
27916
27916
  this.PART(this.COL(r, U), 1, e)
27917
- ), a = Mat.hypot(Y, u[R]), I = u[R] / a, z = Y / a, u[R] = I * u[y], u[y] = a, _ = 1; _ <= e; ++_)
27917
+ ), a = Mat.hypot(V, u[R]), I = u[R] / a, z = V / a, u[R] = I * u[y], u[y] = a, _ = 1; _ <= e; ++_)
27918
27918
  a = I * c[_][R] + z * c[_][y], c[_][R] = I * c[_][y] - z * c[_][R], c[_][y] = a;
27919
27919
  g[y] = U, d[y] = d[R], y = R;
27920
27920
  } while (y < v);
@@ -27930,12 +27930,12 @@ JXG$2.Math.Nlp = {
27930
27930
  for (U = g[C], y = 1; y <= e; ++y)
27931
27931
  p[y] = r[y][U];
27932
27932
  for (L = 0, y = e; y > v; ) {
27933
- for (Y = 0, O = 0, _ = 1; _ <= e; ++_)
27934
- a = c[_][y] * p[_], Y += a, O += Math.abs(a);
27935
- if (J = O + 0.1 * Math.abs(Y), W = O + 0.2 * Math.abs(Y), (O >= J || J >= W) && (Y = 0), L === 0)
27936
- L = Y;
27933
+ for (V = 0, O = 0, _ = 1; _ <= e; ++_)
27934
+ a = c[_][y] * p[_], V += a, O += Math.abs(a);
27935
+ if (J = O + 0.1 * Math.abs(V), W = O + 0.2 * Math.abs(V), (O >= J || J >= W) && (V = 0), L === 0)
27936
+ L = V;
27937
27937
  else
27938
- for (R = y + 1, a = Mat.hypot(Y, L), I = Y / a, z = L / a, L = a, _ = 1; _ <= e; ++_)
27938
+ for (R = y + 1, a = Mat.hypot(V, L), I = V / a, z = L / a, L = a, _ = 1; _ <= e; ++_)
27939
27939
  a = I * c[_][y] + z * c[_][R], c[_][R] = I * c[_][R] - z * c[_][y], c[_][y] = a;
27940
27940
  --y;
27941
27941
  }
@@ -27959,10 +27959,10 @@ JXG$2.Math.Nlp = {
27959
27959
  if (C < v) {
27960
27960
  k = g[C], A = d[C], y = C;
27961
27961
  do {
27962
- for (R = y + 1, Q = g[R], Y = this.DOT_PRODUCT(
27962
+ for (R = y + 1, Q = g[R], V = this.DOT_PRODUCT(
27963
27963
  this.PART(this.COL(c, y), 1, e),
27964
27964
  this.PART(this.COL(r, Q), 1, e)
27965
- ), a = Mat.hypot(Y, u[R]), I = u[R] / a, z = Y / a, u[R] = I * u[y], u[y] = a, _ = 1; _ <= e; ++_)
27965
+ ), a = Mat.hypot(V, u[R]), I = u[R] / a, z = V / a, u[R] = I * u[y], u[y] = a, _ = 1; _ <= e; ++_)
27966
27966
  a = I * c[_][R] + z * c[_][y], c[_][R] = I * c[_][y] - z * c[_][R], c[_][y] = a;
27967
27967
  g[y] = Q, d[y] = d[R], y = R;
27968
27968
  } while (y < v);
@@ -27977,10 +27977,10 @@ JXG$2.Math.Nlp = {
27977
27977
  } else
27978
27978
  ++v, u[v] = L, d[C] = d[v], d[v] = 0;
27979
27979
  if (g[C] = g[v], g[v] = U, b > t && U !== b) {
27980
- for (y = v - 1, Y = this.DOT_PRODUCT(
27980
+ for (y = v - 1, V = this.DOT_PRODUCT(
27981
27981
  this.PART(this.COL(c, y), 1, e),
27982
27982
  this.PART(this.COL(r, U), 1, e)
27983
- ), a = Mat.hypot(Y, u[v]), I = u[v] / a, z = Y / a, u[v] = I * u[y], u[y] = a, _ = 1; _ <= e; ++_)
27983
+ ), a = Mat.hypot(V, u[v]), I = u[v] / a, z = V / a, u[v] = I * u[y], u[y] = a, _ = 1; _ <= e; ++_)
27984
27984
  a = I * c[_][v] + z * c[_][y], c[_][v] = I * c[_][y] - z * c[_][v], c[_][y] = a;
27985
27985
  g[v] = g[y], g[y] = U, a = d[y], d[y] = d[v], d[v] = a;
27986
27986
  }
@@ -29067,34 +29067,34 @@ JXG$2.extend(
29067
29067
  * @private
29068
29068
  */
29069
29069
  tracing: function(e, t) {
29070
- var r = [], s = [], n, o = [], a = [], l, h, c, u, d, f, p, m = 0, g = 0, b = !1, v, C, x, _, y, w, E, M, X, G = !1, P = !1, $ = this.config.kappa_0, k = this.config.delta_0, A = this.config.alpha_0, B = this.config.h_initial, R = this.config.max_steps, U = t, Y = [], I = [], z = [], L, O, J, W;
29071
- if (r = e.slice(1), Y.push(r[0]), I.push(r[1]), l = this.tangent(r), l === !1)
29070
+ var r = [], s = [], n, o = [], a = [], l, h, c, u, d, f, p, m = 0, g = 0, b = !1, v, C, x, _, y, w, E, M, X, G = !1, P = !1, $ = this.config.kappa_0, k = this.config.delta_0, A = this.config.alpha_0, B = this.config.h_initial, R = this.config.max_steps, U = t, V = [], I = [], z = [], L, O, J, W;
29071
+ if (r = e.slice(1), V.push(r[0]), I.push(r[1]), l = this.tangent(r), l === !1)
29072
29072
  return [];
29073
29073
  this.dfx(r[0], r[1]), this.dfy(r[0], r[1]);
29074
29074
  do {
29075
29075
  if (l = this.tangent(r), l === !1) {
29076
- r = o.slice(), Y.push(r[0]), I.push(r[1]);
29076
+ r = o.slice(), V.push(r[0]), I.push(r[1]);
29077
29077
  break;
29078
29078
  }
29079
- if (Y.length === 1)
29079
+ if (V.length === 1)
29080
29080
  c = l.slice();
29081
- else if (Y.length === 2)
29082
- z.push(Y.length - 1);
29083
- else if (G && Y.length > 2 && !P) {
29081
+ else if (V.length === 2)
29082
+ z.push(V.length - 1);
29083
+ else if (G && V.length > 2 && !P) {
29084
29084
  if (_ = Geometry.distPointSegment(
29085
29085
  [1, r[0], r[1]],
29086
- [1, Y[0], I[0]],
29087
- [1, Y[1], I[1]]
29086
+ [1, V[0], I[0]],
29087
+ [1, V[1], I[1]]
29088
29088
  ), _ < this.config.loop_dist * B && Mat.innerProduct(l, c, 2) > this.config.loop_dir) {
29089
- r = e.slice(1), Y.push(r[0]), I.push(r[1]), b = !0;
29089
+ r = e.slice(1), V.push(r[0]), I.push(r[1]), b = !0;
29090
29090
  break;
29091
29091
  }
29092
29092
  if (this.config.loop_detection) {
29093
- for (L = Y.length - 1, O = Math.floor(Mat.log2(L)), J = 0; J <= O && (_ = Geometry.distPointSegment(
29093
+ for (L = V.length - 1, O = Math.floor(Mat.log2(L)), J = 0; J <= O && (_ = Geometry.distPointSegment(
29094
29094
  [1, r[0], r[1]],
29095
- [1, Y[z[J] - 1], I[z[J] - 1]],
29096
- [1, Y[z[J]], I[z[J]]]
29097
- ), !(_ < this.config.loop_dist * B && (h = this.tangent([Y[z[J]], I[z[J]]]), Mat.innerProduct(l, h, 2) > this.config.loop_dir))); J++)
29095
+ [1, V[z[J] - 1], I[z[J] - 1]],
29096
+ [1, V[z[J]], I[z[J]]]
29097
+ ), !(_ < this.config.loop_dist * B && (h = this.tangent([V[z[J]], I[z[J]]]), Mat.innerProduct(l, h, 2) > this.config.loop_dir))); J++)
29098
29098
  ;
29099
29099
  if (J <= O) {
29100
29100
  b = !0;
@@ -29110,13 +29110,13 @@ JXG$2.extend(
29110
29110
  d = [this.dfx(o[0], o[1]), this.dfy(o[0], o[1])], x = d[0] * d[0] + d[1] * d[1], f = this.f(o[0], o[1]) / x, a[0] = o[0] - d[0] * f, a[1] = o[1] - d[1] * f, g === 0 ? v = Math.abs(f) * Math.sqrt(x) : g === 1 && (C = Math.abs(f) * Math.sqrt(x)), o[0] = a[0], o[1] = a[1], g++;
29111
29111
  while (g < 20 && Math.abs(this.f(o[0], o[1])) > this.config.tol_newton);
29112
29112
  if (E = v, g > 1 ? w = C / v : w = 0, h = this.tangent(o), p = Mat.innerProduct(l, h, 2), p = Math.max(-1, Math.min(1, p)), M = Math.acos(p), P = !1, y = Geometry.distance(r, o, 2), y < this.config.tol_progress) {
29113
- r = o.slice(), Y.push(r[0]), I.push(r[1]);
29113
+ r = o.slice(), V.push(r[0]), I.push(r[1]);
29114
29114
  break;
29115
29115
  } else if (p < 0 && !(B > this.config.h_critical))
29116
29116
  if (P = !0, this.isBifurcation(r, this.config.tol_cusp))
29117
29117
  U *= -1, M = 0;
29118
29118
  else {
29119
- r = o.slice(), Y.push(r[0]), I.push(r[1]);
29119
+ r = o.slice(), V.push(r[0]), I.push(r[1]);
29120
29120
  break;
29121
29121
  }
29122
29122
  if (!P && (X = Math.max(
@@ -29129,9 +29129,9 @@ JXG$2.extend(
29129
29129
  G = !1;
29130
29130
  continue;
29131
29131
  }
29132
- r = o.slice(), Y.push(r[0]), I.push(r[1]), G = !0, m++;
29132
+ r = o.slice(), V.push(r[0]), I.push(r[1]), G = !0, m++;
29133
29133
  } while (m < R && r[0] >= this.bbox[0] && r[1] <= this.bbox[1] && r[0] <= this.bbox[2] && r[1] >= this.bbox[3]);
29134
- return n = Y.length, s = [Y[n - 2], I[n - 2]], r[0] < this.bbox[0] && (r[0] !== s[0] && (u = (this.bbox[0] - s[0]) / (r[0] - s[0]), r[1] !== s[1] && (r[1] = s[1] + u * (r[1] - s[1]))), r[0] = this.bbox[0]), r[0] > this.bbox[2] && (r[0] !== s[0] && (u = (this.bbox[2] - s[0]) / (r[0] - s[0]), r[1] !== s[1] && (r[1] = s[1] + u * (r[1] - s[1]))), r[0] = this.bbox[2]), r[1] < this.bbox[3] && (r[1] !== s[1] && (u = (this.bbox[3] - s[1]) / (r[1] - s[1]), r[0] !== s[0] && (r[0] = s[0] + u * (r[0] - s[0]))), r[1] = this.bbox[3]), r[1] > this.bbox[1] && (r[1] !== s[1] && (u = (this.bbox[1] - s[1]) / (r[1] - s[1]), r[0] !== s[0] && (r[0] = s[0] + u * (r[0] - s[0]))), r[1] = this.bbox[1]), Y[n - 1] = r[0], I[n - 1] = r[1], [Y, I, b];
29134
+ return n = V.length, s = [V[n - 2], I[n - 2]], r[0] < this.bbox[0] && (r[0] !== s[0] && (u = (this.bbox[0] - s[0]) / (r[0] - s[0]), r[1] !== s[1] && (r[1] = s[1] + u * (r[1] - s[1]))), r[0] = this.bbox[0]), r[0] > this.bbox[2] && (r[0] !== s[0] && (u = (this.bbox[2] - s[0]) / (r[0] - s[0]), r[1] !== s[1] && (r[1] = s[1] + u * (r[1] - s[1]))), r[0] = this.bbox[2]), r[1] < this.bbox[3] && (r[1] !== s[1] && (u = (this.bbox[3] - s[1]) / (r[1] - s[1]), r[0] !== s[0] && (r[0] = s[0] + u * (r[0] - s[0]))), r[1] = this.bbox[3]), r[1] > this.bbox[1] && (r[1] !== s[1] && (u = (this.bbox[1] - s[1]) / (r[1] - s[1]), r[0] !== s[0] && (r[0] = s[0] + u * (r[0] - s[0]))), r[1] = this.bbox[1]), V[n - 1] = r[0], I[n - 1] = r[1], [V, I, b];
29135
29135
  },
29136
29136
  /**
29137
29137
  * If both eigenvalues of the Hessian are different from zero, the critical point at u
@@ -47336,7 +47336,7 @@ var parser = (function() {
47336
47336
  var e = function(be, ee, se, le) {
47337
47337
  for (se = se || {}, le = be.length; le--; se[be[le]] = ee) ;
47338
47338
  return se;
47339
- }, t = [2, 14], r = [1, 13], s = [1, 37], n = [1, 14], o = [1, 15], a = [1, 21], l = [1, 16], h = [1, 17], c = [1, 33], u = [1, 18], d = [1, 19], f = [1, 12], p = [1, 59], m = [1, 60], g = [1, 58], b = [1, 46], v = [1, 48], C = [1, 49], x = [1, 50], _ = [1, 51], y = [1, 52], w = [1, 53], E = [1, 54], M = [1, 45], X = [1, 38], G = [1, 39], P = [5, 7, 8, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], $ = [5, 7, 8, 12, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], k = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], A = [2, 48], B = [1, 72], R = [10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 66, 83, 86], U = [1, 78], Y = [8, 10, 16, 32, 34, 35, 37, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], I = [1, 82], z = [8, 10, 16, 32, 34, 35, 37, 39, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], L = [1, 83], O = [1, 84], J = [1, 85], W = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], F = [1, 89], he = [1, 90], Q = [1, 91], K = [1, 92], oe = [1, 97], ce = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 53, 54, 55, 57, 64, 65, 66, 83, 86], ue = [1, 103], q = [1, 104], xe = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 57, 64, 65, 66, 83, 86], ge = [1, 105], fe = [1, 106], Ce = [1, 107], Ee = [1, 126], _e = [1, 139], Xe = [83, 86], De = [1, 150], Be = [10, 66, 86], Re = [8, 10, 16, 20, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 82, 83, 86], Fe = [1, 167], Ye = [10, 86], Te = {
47339
+ }, t = [2, 14], r = [1, 13], s = [1, 37], n = [1, 14], o = [1, 15], a = [1, 21], l = [1, 16], h = [1, 17], c = [1, 33], u = [1, 18], d = [1, 19], f = [1, 12], p = [1, 59], m = [1, 60], g = [1, 58], b = [1, 46], v = [1, 48], C = [1, 49], x = [1, 50], _ = [1, 51], y = [1, 52], w = [1, 53], E = [1, 54], M = [1, 45], X = [1, 38], G = [1, 39], P = [5, 7, 8, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], $ = [5, 7, 8, 12, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], k = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], A = [2, 48], B = [1, 72], R = [10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 66, 83, 86], U = [1, 78], V = [8, 10, 16, 32, 34, 35, 37, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], I = [1, 82], z = [8, 10, 16, 32, 34, 35, 37, 39, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], L = [1, 83], O = [1, 84], J = [1, 85], W = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], F = [1, 89], he = [1, 90], Q = [1, 91], K = [1, 92], oe = [1, 97], ce = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 53, 54, 55, 57, 64, 65, 66, 83, 86], ue = [1, 103], q = [1, 104], xe = [8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 57, 64, 65, 66, 83, 86], ge = [1, 105], fe = [1, 106], Ce = [1, 107], Ee = [1, 126], _e = [1, 139], Xe = [83, 86], De = [1, 150], Be = [10, 66, 86], Re = [8, 10, 16, 20, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 82, 83, 86], Fe = [1, 167], Ve = [10, 86], Te = {
47340
47340
  trace: function() {
47341
47341
  },
47342
47342
  yy: {},
@@ -47347,47 +47347,47 @@ var parser = (function() {
47347
47347
  * @class
47348
47348
  * @ignore
47349
47349
  */
47350
- performAction: function(ee, se, le, me, ae, V, re) {
47351
- var j = V.length - 1;
47350
+ performAction: function(ee, se, le, me, ae, Y, re) {
47351
+ var j = Y.length - 1;
47352
47352
  switch (ae) {
47353
47353
  case 1:
47354
- return V[j - 1];
47354
+ return Y[j - 1];
47355
47355
  case 2:
47356
- this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_if", V[j - 2], V[j]);
47356
+ this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_if", Y[j - 2], Y[j]);
47357
47357
  break;
47358
47358
  case 3:
47359
- this.$ = te.createNode(ie(re[j - 6]), "node_op", "op_if_else", V[j - 4], V[j - 2], V[j]);
47359
+ this.$ = te.createNode(ie(re[j - 6]), "node_op", "op_if_else", Y[j - 4], Y[j - 2], Y[j]);
47360
47360
  break;
47361
47361
  case 4:
47362
- this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_while", V[j - 2], V[j]);
47362
+ this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_while", Y[j - 2], Y[j]);
47363
47363
  break;
47364
47364
  case 5:
47365
- this.$ = te.createNode(ie(re[j - 8]), "node_op", "op_for", V[j - 6], V[j - 4], V[j - 2], V[j]);
47365
+ this.$ = te.createNode(ie(re[j - 8]), "node_op", "op_for", Y[j - 6], Y[j - 4], Y[j - 2], Y[j]);
47366
47366
  break;
47367
47367
  case 6:
47368
- this.$ = te.createNode(ie(re[j - 6]), "node_op", "op_do", V[j - 5], V[j - 2]);
47368
+ this.$ = te.createNode(ie(re[j - 6]), "node_op", "op_do", Y[j - 5], Y[j - 2]);
47369
47369
  break;
47370
47370
  case 7:
47371
- this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_use", V[j]);
47371
+ this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_use", Y[j]);
47372
47372
  break;
47373
47373
  case 8:
47374
- this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_delete", V[j]);
47374
+ this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_delete", Y[j]);
47375
47375
  break;
47376
47376
  case 9:
47377
47377
  this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_return", void 0);
47378
47378
  break;
47379
47379
  case 10:
47380
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_return", V[j - 1]);
47380
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_return", Y[j - 1]);
47381
47381
  break;
47382
47382
  case 11:
47383
47383
  case 14:
47384
47384
  this.$ = te.createNode(ie(re[j]), "node_op", "op_none");
47385
47385
  break;
47386
47386
  case 12:
47387
- this.$ = V[j - 1], this.$.needsBrackets = !0;
47387
+ this.$ = Y[j - 1], this.$.needsBrackets = !0;
47388
47388
  break;
47389
47389
  case 13:
47390
- this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_none", V[j - 1], V[j]);
47390
+ this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_none", Y[j - 1], Y[j]);
47391
47391
  break;
47392
47392
  case 15:
47393
47393
  case 16:
@@ -47417,69 +47417,69 @@ var parser = (function() {
47417
47417
  case 84:
47418
47418
  case 85:
47419
47419
  case 86:
47420
- this.$ = V[j];
47420
+ this.$ = Y[j];
47421
47421
  break;
47422
47422
  case 22:
47423
47423
  case 65:
47424
47424
  case 93:
47425
- this.$ = V[j - 1];
47425
+ this.$ = Y[j - 1];
47426
47426
  break;
47427
47427
  case 25:
47428
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_assign", V[j - 2], V[j]), this.$.isMath = !1;
47428
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_assign", Y[j - 2], Y[j]), this.$.isMath = !1;
47429
47429
  break;
47430
47430
  case 27:
47431
- this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_conditional", V[j - 4], V[j - 2], V[j]), this.$.isMath = !1;
47431
+ this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_conditional", Y[j - 4], Y[j - 2], Y[j]), this.$.isMath = !1;
47432
47432
  break;
47433
47433
  case 29:
47434
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_or", V[j - 2], V[j]), this.$.isMath = !1;
47434
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_or", Y[j - 2], Y[j]), this.$.isMath = !1;
47435
47435
  break;
47436
47436
  case 31:
47437
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_and", V[j - 2], V[j]), this.$.isMath = !1;
47437
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_and", Y[j - 2], Y[j]), this.$.isMath = !1;
47438
47438
  break;
47439
47439
  case 33:
47440
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_eq", V[j - 2], V[j]), this.$.isMath = !1;
47440
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_eq", Y[j - 2], Y[j]), this.$.isMath = !1;
47441
47441
  break;
47442
47442
  case 34:
47443
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_neq", V[j - 2], V[j]), this.$.isMath = !1;
47443
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_neq", Y[j - 2], Y[j]), this.$.isMath = !1;
47444
47444
  break;
47445
47445
  case 35:
47446
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_approx", V[j - 2], V[j]), this.$.isMath = !1;
47446
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_approx", Y[j - 2], Y[j]), this.$.isMath = !1;
47447
47447
  break;
47448
47448
  case 37:
47449
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_lt", V[j - 2], V[j]), this.$.isMath = !1;
47449
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_lt", Y[j - 2], Y[j]), this.$.isMath = !1;
47450
47450
  break;
47451
47451
  case 38:
47452
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_gt", V[j - 2], V[j]), this.$.isMath = !1;
47452
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_gt", Y[j - 2], Y[j]), this.$.isMath = !1;
47453
47453
  break;
47454
47454
  case 39:
47455
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_leq", V[j - 2], V[j]), this.$.isMath = !1;
47455
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_leq", Y[j - 2], Y[j]), this.$.isMath = !1;
47456
47456
  break;
47457
47457
  case 40:
47458
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_geq", V[j - 2], V[j]), this.$.isMath = !1;
47458
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_geq", Y[j - 2], Y[j]), this.$.isMath = !1;
47459
47459
  break;
47460
47460
  case 42:
47461
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_add", V[j - 2], V[j]), this.$.isMath = !0;
47461
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_add", Y[j - 2], Y[j]), this.$.isMath = !0;
47462
47462
  break;
47463
47463
  case 43:
47464
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_sub", V[j - 2], V[j]), this.$.isMath = !0;
47464
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_sub", Y[j - 2], Y[j]), this.$.isMath = !0;
47465
47465
  break;
47466
47466
  case 45:
47467
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_mul", V[j - 2], V[j]), this.$.isMath = !0;
47467
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_mul", Y[j - 2], Y[j]), this.$.isMath = !0;
47468
47468
  break;
47469
47469
  case 46:
47470
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_div", V[j - 2], V[j]), this.$.isMath = !0;
47470
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_div", Y[j - 2], Y[j]), this.$.isMath = !0;
47471
47471
  break;
47472
47472
  case 47:
47473
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_mod", V[j - 2], V[j]), this.$.isMath = !0;
47473
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_mod", Y[j - 2], Y[j]), this.$.isMath = !0;
47474
47474
  break;
47475
47475
  case 49:
47476
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_exp", V[j - 2], V[j]), this.$.isMath = !0;
47476
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_exp", Y[j - 2], Y[j]), this.$.isMath = !0;
47477
47477
  break;
47478
47478
  case 51:
47479
- this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_not", V[j]), this.$.isMath = !1;
47479
+ this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_not", Y[j]), this.$.isMath = !1;
47480
47480
  break;
47481
47481
  case 53:
47482
- this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_neg", V[j]), this.$.isMath = !0;
47482
+ this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_neg", Y[j]), this.$.isMath = !0;
47483
47483
  break;
47484
47484
  case 57:
47485
47485
  case 63:
@@ -47488,21 +47488,21 @@ var parser = (function() {
47488
47488
  case 67:
47489
47489
  case 68:
47490
47490
  case 97:
47491
- this.$ = V[j], this.$.isMath = !1;
47491
+ this.$ = Y[j], this.$.isMath = !1;
47492
47492
  break;
47493
47493
  case 59:
47494
47494
  case 91:
47495
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_property", V[j - 2], V[j]), this.$.isMath = !0;
47495
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_property", Y[j - 2], Y[j]), this.$.isMath = !0;
47496
47496
  break;
47497
47497
  case 60:
47498
47498
  case 90:
47499
- this.$ = te.createNode(ie(re[j - 3]), "node_op", "op_extvalue", V[j - 3], V[j - 1]), this.$.isMath = !0;
47499
+ this.$ = te.createNode(ie(re[j - 3]), "node_op", "op_extvalue", Y[j - 3], Y[j - 1]), this.$.isMath = !0;
47500
47500
  break;
47501
47501
  case 61:
47502
- this.$ = te.createNode(ie(re[j]), "node_var", V[j]);
47502
+ this.$ = te.createNode(ie(re[j]), "node_var", Y[j]);
47503
47503
  break;
47504
47504
  case 69:
47505
- this.$ = V[j], this.$.isMath = !0;
47505
+ this.$ = Y[j], this.$.isMath = !0;
47506
47506
  break;
47507
47507
  case 70:
47508
47508
  this.$ = te.createNode(ie(re[j]), "node_const", null);
@@ -47514,10 +47514,10 @@ var parser = (function() {
47514
47514
  this.$ = te.createNode(ie(re[j]), "node_const_bool", !1);
47515
47515
  break;
47516
47516
  case 73:
47517
- this.$ = te.createNode(ie(re[j]), "node_str", V[j].substring(1, V[j].length - 1));
47517
+ this.$ = te.createNode(ie(re[j]), "node_str", Y[j].substring(1, Y[j].length - 1));
47518
47518
  break;
47519
47519
  case 74:
47520
- this.$ = te.createNode(ie(re[j]), "node_const", parseFloat(V[j]));
47520
+ this.$ = te.createNode(ie(re[j]), "node_const", parseFloat(Y[j]));
47521
47521
  break;
47522
47522
  case 75:
47523
47523
  this.$ = te.createNode(ie(re[j]), "node_const", NaN);
@@ -47529,26 +47529,26 @@ var parser = (function() {
47529
47529
  this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_array", []);
47530
47530
  break;
47531
47531
  case 78:
47532
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_array", V[j - 1]);
47532
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_array", Y[j - 1]);
47533
47533
  break;
47534
47534
  case 79:
47535
47535
  this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_emptyobject", {}), this.$.needsAngleBrackets = !0;
47536
47536
  break;
47537
47537
  case 80:
47538
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_proplst_val", V[j - 1]), this.$.needsAngleBrackets = !0;
47538
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_proplst_val", Y[j - 1]), this.$.needsAngleBrackets = !0;
47539
47539
  break;
47540
47540
  case 82:
47541
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_proplst", V[j - 2], V[j]);
47541
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_proplst", Y[j - 2], Y[j]);
47542
47542
  break;
47543
47543
  case 83:
47544
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_prop", V[j - 2], V[j]);
47544
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_prop", Y[j - 2], Y[j]);
47545
47545
  break;
47546
47546
  case 87:
47547
47547
  case 89:
47548
- this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_execfun", V[j - 1], V[j]), this.$.isMath = !0;
47548
+ this.$ = te.createNode(ie(re[j - 1]), "node_op", "op_execfun", Y[j - 1], Y[j]), this.$.isMath = !0;
47549
47549
  break;
47550
47550
  case 88:
47551
- this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_execfun", V[j - 2], V[j - 1], V[j], !0), this.$.isMath = !1;
47551
+ this.$ = te.createNode(ie(re[j - 2]), "node_op", "op_execfun", Y[j - 2], Y[j - 1], Y[j], !0), this.$.isMath = !1;
47552
47552
  break;
47553
47553
  case 92:
47554
47554
  this.$ = [];
@@ -47556,31 +47556,31 @@ var parser = (function() {
47556
47556
  case 94:
47557
47557
  case 98:
47558
47558
  case 104:
47559
- this.$ = [V[j]];
47559
+ this.$ = [Y[j]];
47560
47560
  break;
47561
47561
  case 95:
47562
47562
  case 99:
47563
47563
  case 105:
47564
- this.$ = V[j - 2].concat(V[j]);
47564
+ this.$ = Y[j - 2].concat(Y[j]);
47565
47565
  break;
47566
47566
  case 96:
47567
- this.$ = te.createNode(ie(re[j]), "node_var", V[j]), this.$.isMath = !0;
47567
+ this.$ = te.createNode(ie(re[j]), "node_var", Y[j]), this.$.isMath = !0;
47568
47568
  break;
47569
47569
  case 100:
47570
- this.$ = te.createNode(ie(re[j - 3]), "node_op", "op_function", [], V[j]), this.$.isMath = !1;
47570
+ this.$ = te.createNode(ie(re[j - 3]), "node_op", "op_function", [], Y[j]), this.$.isMath = !1;
47571
47571
  break;
47572
47572
  case 101:
47573
- this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_function", V[j - 2], V[j]), this.$.isMath = !1;
47573
+ this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_function", Y[j - 2], Y[j]), this.$.isMath = !1;
47574
47574
  break;
47575
47575
  case 102:
47576
- this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_map", [], V[j]);
47576
+ this.$ = te.createNode(ie(re[j - 4]), "node_op", "op_map", [], Y[j]);
47577
47577
  break;
47578
47578
  case 103:
47579
- this.$ = te.createNode(ie(re[j - 5]), "node_op", "op_map", V[j - 3], V[j]);
47579
+ this.$ = te.createNode(ie(re[j - 5]), "node_op", "op_map", Y[j - 3], Y[j]);
47580
47580
  break;
47581
47581
  }
47582
47582
  },
47583
- table: [e([5, 7, 8, 14, 15, 16, 17, 19, 20, 21, 23, 26, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], t, { 3: 1, 4: 2 }), { 1: [3] }, { 5: [1, 3], 6: 6, 7: r, 8: s, 9: 20, 11: 4, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 1: [2, 1] }, e(P, [2, 13]), e($, [2, 15]), e($, [2, 16]), e($, [2, 17]), e($, [2, 18]), e($, [2, 19]), e($, [2, 20]), e($, [2, 21]), e([7, 8, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], t, { 4: 61 }), { 8: [1, 62] }, { 8: [1, 63] }, { 8: [1, 64] }, { 6: 6, 7: r, 8: s, 9: 20, 11: 65, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 20: [1, 66] }, { 20: [1, 67] }, { 8: s, 9: 69, 16: [1, 68], 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 16: [1, 70] }, e($, [2, 11]), e(k, [2, 23]), e(k, [2, 24]), e([8, 10, 16, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 64, 65, 66, 83, 86], A, { 32: [1, 71], 57: B }), e([8, 10, 16, 32, 35, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], [2, 26], { 34: [1, 73], 37: [1, 74] }), e(R, [2, 54], { 88: 77, 8: U, 64: [1, 75], 65: [1, 76] }), e(R, [2, 55], { 88: 79, 8: U, 64: [1, 81], 65: [1, 80] }), e(Y, [2, 28], { 39: I }), e(k, [2, 56]), e(k, [2, 57]), e(k, [2, 58]), e(z, [2, 30], { 41: L, 42: O, 43: J }), e(k, [2, 61]), e(k, [2, 62]), e(k, [2, 63]), e(k, [2, 64]), { 8: s, 9: 86, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: [1, 87] }, { 8: [1, 88] }, e(W, [2, 32], { 45: F, 46: he, 47: Q, 48: K }), e(k, [2, 66]), e(k, [2, 67]), e(k, [2, 68]), e(k, [2, 69]), { 20: oe, 72: 98, 73: 99, 77: _, 78: y, 79: w, 80: E, 83: [1, 93], 84: 94, 85: 95, 87: 96 }, { 8: s, 20: c, 29: 102, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 66: [1, 100], 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 81: 101, 82: M, 91: X, 93: G }, e(ce, [2, 36], { 50: ue, 51: q }), e(k, [2, 70]), e(k, [2, 71]), e(k, [2, 72]), e(k, [2, 73]), e(k, [2, 74]), e(k, [2, 75]), e(k, [2, 76]), e(xe, [2, 41], { 53: ge, 54: fe, 55: Ce }), e(k, [2, 44]), e(k, [2, 50]), { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 108, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 110, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 111, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 6: 6, 7: r, 8: s, 9: 20, 11: 4, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 27: [1, 112], 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 113, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 114, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 115, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 14: [1, 116] }, e($, [2, 7]), e($, [2, 8]), e($, [2, 9]), { 16: [1, 117] }, e($, [2, 22]), { 8: s, 20: c, 29: 118, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 119, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 29: 120, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 36: 121, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 20: [1, 122] }, { 8: s, 9: 123, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 87], { 89: 124, 90: 125, 68: 127, 20: Ee, 82: M }), { 8: s, 10: [1, 128], 20: c, 29: 102, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 81: 129, 82: M, 91: X, 93: G }, e(k, [2, 89]), { 8: s, 9: 130, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 20: [1, 131] }, { 8: s, 20: c, 31: 109, 38: 132, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 40: 133, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 40: 134, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 40: 135, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 10: [1, 136] }, { 10: [1, 137], 20: _e, 92: 138 }, { 10: [1, 140], 20: _e, 92: 141 }, { 8: s, 20: c, 31: 109, 44: 142, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 44: 143, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 44: 144, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 44: 145, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 79]), { 83: [1, 146], 86: [1, 147] }, e(Xe, [2, 81]), { 35: [1, 148] }, { 35: [2, 84] }, { 35: [2, 85] }, { 35: [2, 86] }, e(k, [2, 77]), { 66: [1, 149], 86: De }, e(Be, [2, 98]), { 8: s, 20: c, 31: 109, 49: 151, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 49: 152, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 153, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 154, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 155, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 51]), e([8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 64, 65, 66, 83, 86], A, { 57: B }), e(k, [2, 52]), e(k, [2, 53]), e([5, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 58, 64, 65, 66, 74, 75, 76, 77, 78, 79, 80, 82, 83, 86, 91, 93], [2, 12]), { 10: [1, 156] }, { 10: [1, 157] }, { 16: [1, 158] }, { 8: [1, 159] }, e($, [2, 10]), e(k, [2, 25]), e(k, [2, 49]), { 35: [1, 160] }, e(Y, [2, 29], { 39: I }), e(k, [2, 59]), { 66: [1, 161] }, e([8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83], [2, 88], { 86: [1, 162] }), e(k, [2, 94]), e(k, [2, 96]), e(k, [2, 97]), e(Re, [2, 92]), { 10: [1, 163], 86: De }, { 66: [1, 164] }, e(k, [2, 91]), e(z, [2, 31], { 41: L, 42: O, 43: J }), e(W, [2, 33], { 45: F, 46: he, 47: Q, 48: K }), e(W, [2, 34], { 45: F, 46: he, 47: Q, 48: K }), e(W, [2, 35], { 45: F, 46: he, 47: Q, 48: K }), e(k, [2, 65]), { 25: 165, 26: f }, { 10: [1, 166], 86: Fe }, e(Ye, [2, 104]), { 94: [1, 168] }, { 10: [1, 169], 86: Fe }, e(ce, [2, 37], { 50: ue, 51: q }), e(ce, [2, 38], { 50: ue, 51: q }), e(ce, [2, 39], { 50: ue, 51: q }), e(ce, [2, 40], { 50: ue, 51: q }), e(k, [2, 80]), { 20: oe, 72: 98, 73: 99, 77: _, 78: y, 79: w, 80: E, 85: 170, 87: 96 }, { 8: s, 20: c, 29: 171, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 78]), { 8: s, 20: c, 29: 172, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(xe, [2, 42], { 53: ge, 54: fe, 55: Ce }), e(xe, [2, 43], { 53: ge, 54: fe, 55: Ce }), e(k, [2, 45]), e(k, [2, 46]), e(k, [2, 47]), { 6: 6, 7: r, 8: s, 9: 20, 11: 173, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 6: 6, 7: r, 8: s, 9: 20, 11: 174, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 175, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 176, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 29: 177, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 60]), { 20: Ee, 68: 127, 82: M, 90: 178 }, e(Re, [2, 93]), e(k, [2, 90]), e(k, [2, 100]), { 25: 179, 26: f }, { 20: [1, 180] }, { 8: s, 9: 181, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 94: [1, 182] }, e(Xe, [2, 82]), e(Xe, [2, 83]), e(Be, [2, 99]), e(P, [2, 2], { 12: [1, 183] }), e($, [2, 4]), { 16: [1, 184] }, { 10: [1, 185] }, e(k, [2, 27]), e(k, [2, 95]), e(k, [2, 101]), e(Ye, [2, 105]), e(k, [2, 102]), { 8: s, 9: 186, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 6: 6, 7: r, 8: s, 9: 20, 11: 187, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 188, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 16: [1, 189] }, e(k, [2, 103]), e($, [2, 3]), { 10: [1, 190] }, e($, [2, 6]), { 6: 6, 7: r, 8: s, 9: 20, 11: 191, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e($, [2, 5])],
47583
+ table: [e([5, 7, 8, 14, 15, 16, 17, 19, 20, 21, 23, 26, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], t, { 3: 1, 4: 2 }), { 1: [3] }, { 5: [1, 3], 6: 6, 7: r, 8: s, 9: 20, 11: 4, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 1: [2, 1] }, e(P, [2, 13]), e($, [2, 15]), e($, [2, 16]), e($, [2, 17]), e($, [2, 18]), e($, [2, 19]), e($, [2, 20]), e($, [2, 21]), e([7, 8, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 50, 51, 58, 65, 74, 75, 76, 77, 78, 79, 80, 82, 91, 93], t, { 4: 61 }), { 8: [1, 62] }, { 8: [1, 63] }, { 8: [1, 64] }, { 6: 6, 7: r, 8: s, 9: 20, 11: 65, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 20: [1, 66] }, { 20: [1, 67] }, { 8: s, 9: 69, 16: [1, 68], 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 16: [1, 70] }, e($, [2, 11]), e(k, [2, 23]), e(k, [2, 24]), e([8, 10, 16, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 64, 65, 66, 83, 86], A, { 32: [1, 71], 57: B }), e([8, 10, 16, 32, 35, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83, 86], [2, 26], { 34: [1, 73], 37: [1, 74] }), e(R, [2, 54], { 88: 77, 8: U, 64: [1, 75], 65: [1, 76] }), e(R, [2, 55], { 88: 79, 8: U, 64: [1, 81], 65: [1, 80] }), e(V, [2, 28], { 39: I }), e(k, [2, 56]), e(k, [2, 57]), e(k, [2, 58]), e(z, [2, 30], { 41: L, 42: O, 43: J }), e(k, [2, 61]), e(k, [2, 62]), e(k, [2, 63]), e(k, [2, 64]), { 8: s, 9: 86, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: [1, 87] }, { 8: [1, 88] }, e(W, [2, 32], { 45: F, 46: he, 47: Q, 48: K }), e(k, [2, 66]), e(k, [2, 67]), e(k, [2, 68]), e(k, [2, 69]), { 20: oe, 72: 98, 73: 99, 77: _, 78: y, 79: w, 80: E, 83: [1, 93], 84: 94, 85: 95, 87: 96 }, { 8: s, 20: c, 29: 102, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 66: [1, 100], 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 81: 101, 82: M, 91: X, 93: G }, e(ce, [2, 36], { 50: ue, 51: q }), e(k, [2, 70]), e(k, [2, 71]), e(k, [2, 72]), e(k, [2, 73]), e(k, [2, 74]), e(k, [2, 75]), e(k, [2, 76]), e(xe, [2, 41], { 53: ge, 54: fe, 55: Ce }), e(k, [2, 44]), e(k, [2, 50]), { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 108, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 110, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 111, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 6: 6, 7: r, 8: s, 9: 20, 11: 4, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 27: [1, 112], 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 113, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 114, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 115, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 14: [1, 116] }, e($, [2, 7]), e($, [2, 8]), e($, [2, 9]), { 16: [1, 117] }, e($, [2, 22]), { 8: s, 20: c, 29: 118, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 119, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 29: 120, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 36: 121, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 20: [1, 122] }, { 8: s, 9: 123, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 87], { 89: 124, 90: 125, 68: 127, 20: Ee, 82: M }), { 8: s, 10: [1, 128], 20: c, 29: 102, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 81: 129, 82: M, 91: X, 93: G }, e(k, [2, 89]), { 8: s, 9: 130, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 20: [1, 131] }, { 8: s, 20: c, 31: 109, 38: 132, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 40: 133, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 40: 134, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 40: 135, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 10: [1, 136] }, { 10: [1, 137], 20: _e, 92: 138 }, { 10: [1, 140], 20: _e, 92: 141 }, { 8: s, 20: c, 31: 109, 44: 142, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 44: 143, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 44: 144, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 44: 145, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 79]), { 83: [1, 146], 86: [1, 147] }, e(Xe, [2, 81]), { 35: [1, 148] }, { 35: [2, 84] }, { 35: [2, 85] }, { 35: [2, 86] }, e(k, [2, 77]), { 66: [1, 149], 86: De }, e(Be, [2, 98]), { 8: s, 20: c, 31: 109, 49: 151, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 49: 152, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 153, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 154, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 31: 109, 50: p, 51: m, 52: 155, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 51]), e([8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 64, 65, 66, 83, 86], A, { 57: B }), e(k, [2, 52]), e(k, [2, 53]), e([5, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 23, 26, 27, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 58, 64, 65, 66, 74, 75, 76, 77, 78, 79, 80, 82, 83, 86, 91, 93], [2, 12]), { 10: [1, 156] }, { 10: [1, 157] }, { 16: [1, 158] }, { 8: [1, 159] }, e($, [2, 10]), e(k, [2, 25]), e(k, [2, 49]), { 35: [1, 160] }, e(V, [2, 29], { 39: I }), e(k, [2, 59]), { 66: [1, 161] }, e([8, 10, 16, 32, 34, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 57, 64, 65, 66, 83], [2, 88], { 86: [1, 162] }), e(k, [2, 94]), e(k, [2, 96]), e(k, [2, 97]), e(Re, [2, 92]), { 10: [1, 163], 86: De }, { 66: [1, 164] }, e(k, [2, 91]), e(z, [2, 31], { 41: L, 42: O, 43: J }), e(W, [2, 33], { 45: F, 46: he, 47: Q, 48: K }), e(W, [2, 34], { 45: F, 46: he, 47: Q, 48: K }), e(W, [2, 35], { 45: F, 46: he, 47: Q, 48: K }), e(k, [2, 65]), { 25: 165, 26: f }, { 10: [1, 166], 86: Fe }, e(Ve, [2, 104]), { 94: [1, 168] }, { 10: [1, 169], 86: Fe }, e(ce, [2, 37], { 50: ue, 51: q }), e(ce, [2, 38], { 50: ue, 51: q }), e(ce, [2, 39], { 50: ue, 51: q }), e(ce, [2, 40], { 50: ue, 51: q }), e(k, [2, 80]), { 20: oe, 72: 98, 73: 99, 77: _, 78: y, 79: w, 80: E, 85: 170, 87: 96 }, { 8: s, 20: c, 29: 171, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 78]), { 8: s, 20: c, 29: 172, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(xe, [2, 42], { 53: ge, 54: fe, 55: Ce }), e(xe, [2, 43], { 53: ge, 54: fe, 55: Ce }), e(k, [2, 45]), e(k, [2, 46]), e(k, [2, 47]), { 6: 6, 7: r, 8: s, 9: 20, 11: 173, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 6: 6, 7: r, 8: s, 9: 20, 11: 174, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 175, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 176, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 20: c, 29: 177, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e(k, [2, 60]), { 20: Ee, 68: 127, 82: M, 90: 178 }, e(Re, [2, 93]), e(k, [2, 90]), e(k, [2, 100]), { 25: 179, 26: f }, { 20: [1, 180] }, { 8: s, 9: 181, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 94: [1, 182] }, e(Xe, [2, 82]), e(Xe, [2, 83]), e(Be, [2, 99]), e(P, [2, 2], { 12: [1, 183] }), e($, [2, 4]), { 16: [1, 184] }, { 10: [1, 185] }, e(k, [2, 27]), e(k, [2, 95]), e(k, [2, 101]), e(Ve, [2, 105]), e(k, [2, 102]), { 8: s, 9: 186, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 6: 6, 7: r, 8: s, 9: 20, 11: 187, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 8: s, 9: 188, 20: c, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, { 16: [1, 189] }, e(k, [2, 103]), e($, [2, 3]), { 10: [1, 190] }, e($, [2, 6]), { 6: 6, 7: r, 8: s, 9: 20, 11: 191, 13: 7, 14: n, 15: o, 16: a, 17: l, 18: 8, 19: h, 20: c, 21: u, 22: 9, 23: d, 24: 11, 25: 5, 26: f, 28: 10, 29: 22, 30: 23, 31: 24, 33: 25, 36: 28, 38: 32, 40: 40, 44: 47, 49: 55, 50: p, 51: m, 52: 56, 56: 57, 58: g, 59: 26, 60: 27, 61: 29, 62: 30, 63: 31, 65: b, 67: 34, 68: 35, 69: 36, 70: 41, 71: 42, 72: 43, 73: 44, 74: v, 75: C, 76: x, 77: _, 78: y, 79: w, 80: E, 82: M, 91: X, 93: G }, e($, [2, 5])],
47584
47584
  defaultActions: { 3: [2, 1], 97: [2, 84], 98: [2, 85], 99: [2, 86] },
47585
47585
  parseError: function(ee, se) {
47586
47586
  if (se.recoverable)
@@ -47595,7 +47595,7 @@ var parser = (function() {
47595
47595
  * @ignore
47596
47596
  */
47597
47597
  parse: function(ee) {
47598
- var se = this, le = [0], me = [null], ae = [], V = this.table, re = "", j = 0, Qe = 0, je = 2, He = 1, et = ae.slice.call(arguments, 1), Se = Object.create(this.lexer), Le = { yy: {} };
47598
+ var se = this, le = [0], me = [null], ae = [], Y = this.table, re = "", j = 0, Qe = 0, je = 2, He = 1, et = ae.slice.call(arguments, 1), Se = Object.create(this.lexer), Le = { yy: {} };
47599
47599
  for (var qe in this.yy)
47600
47600
  Object.prototype.hasOwnProperty.call(this.yy, qe) && (Le.yy[qe] = this.yy[qe]);
47601
47601
  Se.setInput(ee, Le.yy), Le.yy.lexer = Se, Le.yy.parser = this, typeof Se.yylloc > "u" && (Se.yylloc = {});
@@ -47607,10 +47607,10 @@ var parser = (function() {
47607
47607
  var Z;
47608
47608
  return Z = Se.lex() || He, typeof Z != "number" && (Z = se.symbols_[Z] || Z), Z;
47609
47609
  }, Ge, Ie, $e, We, ze = {}, Ke, Ae, st, N; ; ) {
47610
- if (Ie = le[le.length - 1], this.defaultActions[Ie] ? $e = this.defaultActions[Ie] : ((Ge === null || typeof Ge > "u") && (Ge = rt()), $e = V[Ie] && V[Ie][Ge]), typeof $e > "u" || !$e.length || !$e[0]) {
47610
+ if (Ie = le[le.length - 1], this.defaultActions[Ie] ? $e = this.defaultActions[Ie] : ((Ge === null || typeof Ge > "u") && (Ge = rt()), $e = Y[Ie] && Y[Ie][Ge]), typeof $e > "u" || !$e.length || !$e[0]) {
47611
47611
  var H = "";
47612
47612
  N = [];
47613
- for (Ke in V[Ie])
47613
+ for (Ke in Y[Ie])
47614
47614
  this.terminals_[Ke] && Ke > je && N.push("'" + this.terminals_[Ke] + "'");
47615
47615
  Se.showPosition ? H = "Parse error on line " + (j + 1) + `:
47616
47616
  ` + Se.showPosition() + `
@@ -47647,7 +47647,7 @@ Expecting ` + N.join(", ") + ", got '" + (this.terminals_[Ge] || Ge) + "'" : H =
47647
47647
  ae
47648
47648
  ].concat(et)), typeof We < "u")
47649
47649
  return We;
47650
- Ae && (le = le.slice(0, -1 * Ae * 2), me = me.slice(0, -1 * Ae), ae = ae.slice(0, -1 * Ae)), le.push(this.productions_[$e[1]][0]), me.push(ze.$), ae.push(ze._$), st = V[le[le.length - 2]][le[le.length - 1]], le.push(st);
47650
+ Ae && (le = le.slice(0, -1 * Ae * 2), me = me.slice(0, -1 * Ae), ae = ae.slice(0, -1 * Ae)), le.push(this.productions_[$e[1]][0]), me.push(ze.$), ae.push(ze._$), st = Y[le[le.length - 2]][le[le.length - 1]], le.push(st);
47651
47651
  break;
47652
47652
  case 3:
47653
47653
  return !0;
@@ -47777,8 +47777,8 @@ Expecting ` + N.join(", ") + ", got '" + (this.terminals_[Ge] || Ge) + "'" : H =
47777
47777
  }, this.yytext += ee[0], this.match += ee[0], this.matches = ee, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(ee[0].length), this.matched += ee[0], le = this.performAction.call(this, this.yy, this, se, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), le)
47778
47778
  return le;
47779
47779
  if (this._backtrack) {
47780
- for (var V in ae)
47781
- this[V] = ae[V];
47780
+ for (var Y in ae)
47781
+ this[Y] = ae[Y];
47782
47782
  return !1;
47783
47783
  }
47784
47784
  return !1;
@@ -47790,10 +47790,10 @@ Expecting ` + N.join(", ") + ", got '" + (this.terminals_[Ge] || Ge) + "'" : H =
47790
47790
  this._input || (this.done = !0);
47791
47791
  var ee, se, le, me;
47792
47792
  this._more || (this.yytext = "", this.match = "");
47793
- for (var ae = this._currentRules(), V = 0; V < ae.length; V++)
47794
- if (le = this._input.match(this.rules[ae[V]]), le && (!se || le[0].length > se[0].length)) {
47795
- if (se = le, me = V, this.options.backtrack_lexer) {
47796
- if (ee = this.test_match(le, ae[V]), ee !== !1)
47793
+ for (var ae = this._currentRules(), Y = 0; Y < ae.length; Y++)
47794
+ if (le = this._input.match(this.rules[ae[Y]]), le && (!se || le[0].length > se[0].length)) {
47795
+ if (se = le, me = Y, this.options.backtrack_lexer) {
47796
+ if (ee = this.test_match(le, ae[Y]), ee !== !1)
47797
47797
  return ee;
47798
47798
  if (this._backtrack) {
47799
47799
  se = !1;
@@ -51763,8 +51763,8 @@ JXG$2.extend(
51763
51763
  ],
51764
51764
  { type: "translate" }
51765
51765
  ), _ = function(X, G, P) {
51766
- var $ = Numerics.D(X.X)(G), k = Numerics.D(X.Y)(G), A = Numerics.D(X.X)(P), B = Numerics.D(X.Y)(P), R = Numerics.D(X.X)((G + P) * 0.5), U = Numerics.D(X.Y)((G + P) * 0.5), Y = Mat.hypot($, k), I = Mat.hypot(A, B), z = Mat.hypot(R, U);
51767
- return (Y + 4 * z + I) * (P - G) / 6;
51766
+ var $ = Numerics.D(X.X)(G), k = Numerics.D(X.Y)(G), A = Numerics.D(X.X)(P), B = Numerics.D(X.Y)(P), R = Numerics.D(X.X)((G + P) * 0.5), U = Numerics.D(X.Y)((G + P) * 0.5), V = Mat.hypot($, k), I = Mat.hypot(A, B), z = Mat.hypot(R, U);
51767
+ return (V + 4 * z + I) * (P - G) / 6;
51768
51768
  }, y = function(X) {
51769
51769
  return b - _(t, p, X);
51770
51770
  }, w = Math.PI / 18, E = w * 9, M = null;
@@ -59194,7 +59194,7 @@ JXG$2.createGrid = function(e, t, r) {
59194
59194
  for (C = b; w && C <= g[2]; C += d[0])
59195
59195
  !$ && Math.abs(x) < s && Math.abs(C) < s || !k && Math.abs(x) < s && Math.abs(C) >= s || !A && Math.abs(C) < s && Math.abs(x) >= s || !B && (C <= g[0] + p[0] || C >= g[2] - p[0] || x <= g[3] + p[1] || x >= g[1] - p[1]) || (y = m(G, o, C, x, p[0], p[1], g), JXG$2.concat(this.dataX, y[0]), JXG$2.concat(this.dataY, y[1]));
59196
59196
  }, a.updateDataArray = function() {
59197
- var g = this.board.getBoundingBox(), b, v, C, x, _, y, w, E = [], M = [], X, G, P, $, k, A, B, R, U, Y, I, z, L = this.evalVisProp("minorelements"), O = this.evalVisProp("size"), J = this.evalVisProp("face"), W = this.evalVisProp("drawzero"), F = W === !0 || JXG$2.isObject(W) && this.eval(W.x) === !0, he = W === !0 || JXG$2.isObject(W) && this.eval(W.y) === !0, Q = this.majorGrid.evalVisProp("face"), K = this.majorGrid.evalVisProp("drawzero"), oe = K === !0 || JXG$2.isObject(K) && this.eval(K.origin) === !0, ce = K === !0 || JXG$2.isObject(K) && this.eval(K.x) === !0, ue = K === !0 || JXG$2.isObject(K) && this.eval(K.y) === !0, q = this.evalVisProp("includeboundaries");
59197
+ var g = this.board.getBoundingBox(), b, v, C, x, _, y, w, E = [], M = [], X, G, P, $, k, A, B, R, U, V, I, z, L = this.evalVisProp("minorelements"), O = this.evalVisProp("size"), J = this.evalVisProp("face"), W = this.evalVisProp("drawzero"), F = W === !0 || JXG$2.isObject(W) && this.eval(W.x) === !0, he = W === !0 || JXG$2.isObject(W) && this.eval(W.y) === !0, Q = this.majorGrid.evalVisProp("face"), K = this.majorGrid.evalVisProp("drawzero"), oe = K === !0 || JXG$2.isObject(K) && this.eval(K.origin) === !0, ce = K === !0 || JXG$2.isObject(K) && this.eval(K.x) === !0, ue = K === !0 || JXG$2.isObject(K) && this.eval(K.y) === !0, q = this.evalVisProp("includeboundaries");
59198
59198
  if (this.dataX = [], this.dataY = [], JXG$2.isArray(L) || (L = [L, L]), L.length < 2 && (L = [L[0], L[0]]), JXG$2.isNumber(L[0], !0) ? L[0] = parseFloat(L[0]) : (L[0] = 3, JXG$2.exists(l[0]) && (L[0] = l[0].eval(l[0].getAttribute("ticks").minorticks))), E[0] = d[0] / (L[0] + 1), JXG$2.isNumber(L[1], !0) ? L[1] = parseFloat(L[1]) : (L[1] = 3, JXG$2.exists(l[1]) && (L[1] = l[1].eval(l[1].getAttribute("ticks").minorticks))), E[1] = d[1] / (L[1] + 1), JXG$2.isArray(O) || (O = [O, O]), O.length < 2 && (O = [O[0], O[0]]), JXG$2.isNumber(O[0], !0) && (O[0] = O[0] + "px"), JXG$2.isNumber(O[1], !0) && (O[1] = O[1] + "px"), O[0] = JXG$2.parseNumber(O[0], E[0], 1 / this.board.unitX), O[1] = JXG$2.parseNumber(O[1], E[1], 1 / this.board.unitY), M[0] = O[0] * 0.5, M[1] = O[1] * 0.5, b = Mat.roundToStep(g[0], E[0]), v = Mat.roundToStep(g[1], E[1]), w = isFinite(b) && isFinite(v) && isFinite(g[2]) && isFinite(g[3]) && Math.abs(g[2]) <= Math.abs(E[0] * n) && Math.abs(g[3]) < Math.abs(E[1] * n), J.toLowerCase() !== "line")
59199
59199
  for (x = v; w && x >= g[3]; x -= E[1])
59200
59200
  for (C = b; w && C <= g[2]; C += E[0]) {
@@ -59203,7 +59203,7 @@ JXG$2.createGrid = function(e, t, r) {
59203
59203
  continue;
59204
59204
  } else if ((X - M[0] - p[0] < s || G - M[0] - p[0] < s) && (P - M[1] - p[1] < s || $ - M[1] - p[1] < s) && (oe || p[1] - Math.abs(x) + M[1] < s || p[0] - Math.abs(C) + M[0] < s) && (ce || p[1] - Math.abs(x) + M[1] < s || p[0] + Math.abs(C) - M[0] < s) && (ue || p[0] - Math.abs(C) + M[0] < s || p[1] + Math.abs(x) - M[1] < s))
59205
59205
  continue;
59206
- !he && Math.abs(C) < s || !F && Math.abs(x) < s || (k = Math.abs(g[0] % d[0]), A = Math.abs(g[1] % d[1]), B = Math.abs(g[2] % d[0]), R = Math.abs(g[3] % d[1]), U = d[0] - k, Y = d[1] - A, I = d[0] - B, z = d[1] - R, !(!q && (C - M[0] - g[0] - p[0] + U < s && U - p[0] < s || C - M[0] - g[0] - p[0] - k < s && k - p[0] < s || -C - M[0] + g[2] - p[0] + I < s && I - p[0] < s || -C - M[0] + g[2] - p[0] - B < s && B - p[0] < s || -x - M[1] + g[1] - p[1] + Y < s && Y - p[1] < s || -x - M[1] + g[1] - p[1] - A < s && A - p[1] < s || x - M[1] - g[3] - p[1] + z < s && z - p[1] < s || x - M[1] - g[3] - p[1] - R < s && R - p[1] < s || -x - M[1] + g[1] < s || C - M[0] - g[0] < s || x - M[1] - g[3] < s || -C - M[0] + g[2] < s)) && (y = m(J, a, C, x, M[0], M[1], g), JXG$2.concat(this.dataX, y[0]), JXG$2.concat(this.dataY, y[1])));
59206
+ !he && Math.abs(C) < s || !F && Math.abs(x) < s || (k = Math.abs(g[0] % d[0]), A = Math.abs(g[1] % d[1]), B = Math.abs(g[2] % d[0]), R = Math.abs(g[3] % d[1]), U = d[0] - k, V = d[1] - A, I = d[0] - B, z = d[1] - R, !(!q && (C - M[0] - g[0] - p[0] + U < s && U - p[0] < s || C - M[0] - g[0] - p[0] - k < s && k - p[0] < s || -C - M[0] + g[2] - p[0] + I < s && I - p[0] < s || -C - M[0] + g[2] - p[0] - B < s && B - p[0] < s || -x - M[1] + g[1] - p[1] + V < s && V - p[1] < s || -x - M[1] + g[1] - p[1] - A < s && A - p[1] < s || x - M[1] - g[3] - p[1] + z < s && z - p[1] < s || x - M[1] - g[3] - p[1] - R < s && R - p[1] < s || -x - M[1] + g[1] < s || C - M[0] - g[0] < s || x - M[1] - g[3] < s || -C - M[0] + g[2] < s)) && (y = m(J, a, C, x, M[0], M[1], g), JXG$2.concat(this.dataX, y[0]), JXG$2.concat(this.dataY, y[1])));
59207
59207
  }
59208
59208
  else {
59209
59209
  for (_ = a.evalVisProp("margin"), x = v; w && x >= g[3]; x -= E[1]) {
@@ -59212,7 +59212,7 @@ JXG$2.createGrid = function(e, t, r) {
59212
59212
  continue;
59213
59213
  } else if ((P - M[1] - p[1] < s || $ - M[1] - p[1] < s) && (oe || p[1] - Math.abs(x) + M[1] < s) && (ce || p[1] - Math.abs(x) + M[1] < s) && (ue || p[1] + Math.abs(x) - M[1] < s))
59214
59214
  continue;
59215
- !F && Math.abs(x) < s || (k = Math.abs(g[0] % d[0]), A = Math.abs(g[1] % d[1]), B = Math.abs(g[2] % d[0]), R = Math.abs(g[3] % d[1]), U = d[0] - k, Y = d[1] - A, I = d[0] - B, z = d[1] - R, !(!q && (-x - M[1] + g[1] - p[1] + Y < s && Y - p[1] < s || -x - M[1] + g[1] - p[1] - A < s && A - p[1] < s || x - M[1] - g[3] - p[1] + z < s && z - p[1] < s || x - M[1] - g[3] - p[1] - R < s && R - p[1] < s || -x - M[1] + g[1] < s || x - M[1] - g[3] < s)) && (y = [
59215
+ !F && Math.abs(x) < s || (k = Math.abs(g[0] % d[0]), A = Math.abs(g[1] % d[1]), B = Math.abs(g[2] % d[0]), R = Math.abs(g[3] % d[1]), U = d[0] - k, V = d[1] - A, I = d[0] - B, z = d[1] - R, !(!q && (-x - M[1] + g[1] - p[1] + V < s && V - p[1] < s || -x - M[1] + g[1] - p[1] - A < s && A - p[1] < s || x - M[1] - g[3] - p[1] + z < s && z - p[1] < s || x - M[1] - g[3] - p[1] - R < s && R - p[1] < s || -x - M[1] + g[1] < s || x - M[1] - g[3] < s)) && (y = [
59216
59216
  [g[0] - _ / a.board.unitX, g[2] + _ / a.board.unitX, NaN],
59217
59217
  [x, x, NaN]
59218
59218
  ], JXG$2.concat(this.dataX, y[0]), JXG$2.concat(this.dataY, y[1])));
@@ -59223,7 +59223,7 @@ JXG$2.createGrid = function(e, t, r) {
59223
59223
  continue;
59224
59224
  } else if ((X - M[0] - p[0] < s || G - M[0] - p[0] < s) && (oe || p[0] - Math.abs(C) + M[0] < s) && (ce || p[0] + Math.abs(C) - M[0] < s) && (ue || p[0] - Math.abs(C) + M[0] < s))
59225
59225
  continue;
59226
- !he && Math.abs(C) < s || (k = Math.abs(g[0] % d[0]), A = Math.abs(g[1] % d[1]), B = Math.abs(g[2] % d[0]), R = Math.abs(g[3] % d[1]), U = d[0] - k, Y = d[1] - A, I = d[0] - B, z = d[1] - R, !(!q && (C - M[0] - g[0] - p[0] + U < s && U - p[0] < s || C - M[0] - g[0] - p[0] - k < s && k - p[0] < s || -C - M[0] + g[2] - p[0] + I < s && I - p[0] < s || -C - M[0] + g[2] - p[0] - B < s && B - p[0] < s || C - M[0] - g[0] < s || -C - M[0] + g[2] < s)) && (y = [
59226
+ !he && Math.abs(C) < s || (k = Math.abs(g[0] % d[0]), A = Math.abs(g[1] % d[1]), B = Math.abs(g[2] % d[0]), R = Math.abs(g[3] % d[1]), U = d[0] - k, V = d[1] - A, I = d[0] - B, z = d[1] - R, !(!q && (C - M[0] - g[0] - p[0] + U < s && U - p[0] < s || C - M[0] - g[0] - p[0] - k < s && k - p[0] < s || -C - M[0] + g[2] - p[0] + I < s && I - p[0] < s || -C - M[0] + g[2] - p[0] - B < s && B - p[0] < s || C - M[0] - g[0] < s || -C - M[0] + g[2] < s)) && (y = [
59227
59227
  [C, C, NaN],
59228
59228
  [g[1] + _ / a.board.unitY, g[3] - _ / a.board.unitY, NaN]
59229
59229
  ], JXG$2.concat(this.dataX, y[0]), JXG$2.concat(this.dataY, y[1])));
@@ -59467,8 +59467,8 @@ JXG$2.createSlider = function(e, t, r) {
59467
59467
  ],
59468
59468
  G.label
59469
59469
  ), d.label = b, d.visProp.withlabel = !0, d.hasLabel = !0), d.point1 = c, d.point2 = u, d.baseline = f, d.highline = p, _ && (JXG$2.exists(G.generatelabeltext) || (G.ticks.generateLabelText = function(P, $, k) {
59470
- var A, B = d.point1.Dist(d.point2), R = d._smin, U = d._smax, Y = this.getDistanceFromZero($, P) * (U - R) / B + R;
59471
- return B < Mat.eps || Math.abs(Y) < Mat.eps ? A = "0" : A = this.formatLabelText(Y), A;
59470
+ var A, B = d.point1.Dist(d.point2), R = d._smin, U = d._smax, V = this.getDistanceFromZero($, P) * (U - R) / B + R;
59471
+ return B < Mat.eps || Math.abs(V) < Mat.eps ? A = "0" : A = this.formatLabelText(V), A;
59472
59472
  }), m = 2, g = e.create(
59473
59473
  "ticks",
59474
59474
  [
@@ -60031,7 +60031,7 @@ JXG$2.extend(
60031
60031
  * @returns {Object} with keys "{circles, lines, points, midpoint, polygons}"
60032
60032
  */
60033
60033
  drawRadar: function(e, t, r) {
60034
- var s, n, o, a, l, h, c, u, d, f, p, m, g, b, v, C, x, _, y, w, E, M, X, G, P, $, k, A, B, R, U, Y, I, z, L, O, J, W, F, he, Q, K, oe, ce, ue = t.length, q = function() {
60034
+ var s, n, o, a, l, h, c, u, d, f, p, m, g, b, v, C, x, _, y, w, E, M, X, G, P, $, k, A, B, R, U, V, I, z, L, O, J, W, F, he, Q, K, oe, ce, ue = t.length, q = function() {
60035
60035
  var ge, fe, Ce, Ee, _e = this.evalVisProp("label.offset).slice(0");
60036
60036
  return ge = this.point1.X(), fe = this.point2.X(), Ce = this.point1.Y(), Ee = this.point2.Y(), fe < ge && (_e[0] = -_e[0]), Ee < Ce && (_e[1] = -_e[1]), this.setLabelRelativeCoords(_e), new Coords(
60037
60037
  Const.COORDS_BY_USER,
@@ -60130,17 +60130,17 @@ JXG$2.extend(
60130
60130
  withlabel: !1,
60131
60131
  visible: !1
60132
60132
  }), u[n][s].addTransform(u[n][s], B);
60133
- for (Y = [], s = 0; s < ue; s++)
60134
- for (w.labelcolor = _ && _[s % _.length], w.strokecolor = _ && _[s % _.length], w.fillcolor = _ && _[s % _.length], Y[s] = e.create("polygon", u[s], {
60133
+ for (V = [], s = 0; s < ue; s++)
60134
+ for (w.labelcolor = _ && _[s % _.length], w.strokecolor = _ && _[s % _.length], w.fillcolor = _ && _[s % _.length], V[s] = e.create("polygon", u[s], {
60135
60135
  withLines: !0,
60136
60136
  withLabel: !1,
60137
60137
  fillColor: w.fillcolor,
60138
60138
  fillOpacity: w.fillopacity,
60139
60139
  highlightFillColor: w.highlightfillcolor
60140
60140
  }), n = 0; n < a; n++)
60141
- Y[s].borders[n].setAttribute(
60141
+ V[s].borders[n].setAttribute(
60142
60142
  "strokecolor:" + _[s % _.length]
60143
- ), Y[s].borders[n].setAttribute(
60143
+ ), V[s].borders[n].setAttribute(
60144
60144
  "strokewidth:" + w.polystrokewidth
60145
60145
  );
60146
60146
  switch (I = r.legendposition || "none", I) {
@@ -60175,12 +60175,12 @@ JXG$2.extend(
60175
60175
  visible: !0
60176
60176
  }), he[s].addTransform(he[s], B), z[s] = e.create("circle", [G, he[s]], w);
60177
60177
  }
60178
- return this.rendNode = Y[0].rendNode, {
60178
+ return this.rendNode = V[0].rendNode, {
60179
60179
  circles: z,
60180
60180
  lines: A,
60181
60181
  points: u,
60182
60182
  midpoint: G,
60183
- polygons: Y
60183
+ polygons: V
60184
60184
  };
60185
60185
  },
60186
60186
  /**
@@ -62243,13 +62243,13 @@ JXG$2.Util.Unzip = function(e) {
62243
62243
  function U() {
62244
62244
  var I, z, L, O, J, W, F, he, Q = [];
62245
62245
  try {
62246
- if (o = [], u = !1, Q[0] = y(), Q[1] = y(), Q[0] === 120 && Q[1] === 218 && (R(), l[a] = [o.join(""), "geonext.gxt"], a++), Q[0] === 31 && Q[1] === 139 && (Y(), l[a] = [o.join(""), "file"], a++), Q[0] === 80 && Q[1] === 75) {
62246
+ if (o = [], u = !1, Q[0] = y(), Q[1] = y(), Q[0] === 120 && Q[1] === 218 && (R(), l[a] = [o.join(""), "geonext.gxt"], a++), Q[0] === 31 && Q[1] === 139 && (V(), l[a] = [o.join(""), "file"], a++), Q[0] === 80 && Q[1] === 75) {
62247
62247
  if (u = !0, Q[2] = y(), Q[3] = y(), Q[2] === 3 && Q[3] === 4) {
62248
62248
  for (Q[0] = y(), Q[1] = y(), t = y(), t |= y() << 8, he = y(), he |= y() << 8, y(), y(), y(), y(), F = y(), F |= y() << 8, F |= y() << 16, F |= y() << 24, W = y(), W |= y() << 8, W |= y() << 16, W |= y() << 24, J = y(), J |= y() << 8, J |= y() << 16, J |= y() << 24, O = y(), O |= y() << 8, L = y(), L |= y() << 8, I = 0, _ = []; O--; )
62249
62249
  z = y(), z === "/" | z === ":" ? I = 0 : I < NAMEMAX - 1 && (_[I++] = String.fromCharCode(z));
62250
62250
  for (r || (r = _), I = 0; I < L; )
62251
62251
  z = y(), I++;
62252
- if (he === 8 && (R(), l[a] = new Array(2), l[a][0] = o.join(""), l[a][1] = _.join(""), a++), Y())
62252
+ if (he === 8 && (R(), l[a] = new Array(2), l[a][0] = o.join(""), l[a][1] = _.join(""), a++), V())
62253
62253
  return !1;
62254
62254
  }
62255
62255
  return !0;
@@ -62259,7 +62259,7 @@ JXG$2.Util.Unzip = function(e) {
62259
62259
  }
62260
62260
  return !1;
62261
62261
  }
62262
- function Y() {
62262
+ function V() {
62263
62263
  var I, z, L, O, J, W = [];
62264
62264
  if (t & 8 && (W[0] = y(), W[1] = y(), W[2] = y(), W[3] = y(), W[0] === 80 && W[1] === 75 && W[2] === 7 && W[3] === 8 ? (I = y(), I |= y() << 8, I |= y() << 16, I |= y() << 24) : I = W[0] | W[1] << 8 | W[2] << 16 | W[3] << 24, z = y(), z |= y() << 8, z |= y() << 16, z |= y() << 24, L = y(), L |= y() << 8, L |= y() << 16, L |= y() << 24), u && U())
62265
62265
  return !1;
@@ -70402,7 +70402,7 @@ const useHundredChartStore = create((e, t) => ({
70402
70402
  `hundred-chart--${r}`,
70403
70403
  d && "hundred-chart--has-shadow",
70404
70404
  f
70405
- ].filter(Boolean).join(" "), Y = Math.round(y * 100);
70405
+ ].filter(Boolean).join(" "), V = Math.round(y * 100);
70406
70406
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
70407
70407
  "div",
70408
70408
  {
@@ -70416,7 +70416,7 @@ const useHundredChartStore = create((e, t) => ({
70416
70416
  className: "hundred-chart-svg",
70417
70417
  "data-testid": "hundred-chart-svg",
70418
70418
  role: "img",
70419
- "aria-label": `百格图 - ${Y}% 已填充`,
70419
+ "aria-label": `百格图 - ${V}% 已填充`,
70420
70420
  children: X.map((I) => {
70421
70421
  const z = M.includes(I.index), L = G.includes(I.index), O = z || L;
70422
70422
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -70667,26 +70667,82 @@ MathCardV2.TextContent = TextContent;
70667
70667
  MathCardV2.FormulaContent = FormulaContent;
70668
70668
  MathCardV2.GraphContent = GraphContent;
70669
70669
  MathCardV2.ContentRenderer = ContentRenderer;
70670
- const useMathPracticeSessionStore = create((e) => ({
70670
+ const validateAnswer = (e, t, r = 0.1) => {
70671
+ if (!e.trim())
70672
+ return {
70673
+ isValid: !1,
70674
+ isCorrect: !1,
70675
+ errorMessage: "请输入答案"
70676
+ };
70677
+ const s = parseFloat(e);
70678
+ if (isNaN(s))
70679
+ return {
70680
+ isValid: !1,
70681
+ isCorrect: !1,
70682
+ errorMessage: "请输入有效的数字"
70683
+ };
70684
+ if (s < 0)
70685
+ return {
70686
+ isValid: !1,
70687
+ isCorrect: !1,
70688
+ errorMessage: "答案不能为负数"
70689
+ };
70690
+ const o = Math.abs(s - t) <= r;
70691
+ return {
70692
+ isValid: !0,
70693
+ isCorrect: o,
70694
+ errorMessage: o ? void 0 : "答案不正确,请再试一次"
70695
+ };
70696
+ }, useMathPracticeSessionStore = create((e) => ({
70671
70697
  // 初始状态
70672
70698
  currentScene: "question",
70673
70699
  userAnswer: "",
70674
70700
  isCorrect: null,
70675
70701
  showAnswerForm: !0,
70702
+ problemData: null,
70703
+ validationError: null,
70704
+ // 设置问题数据
70705
+ setProblemData: (t) => {
70706
+ e({
70707
+ problemData: t,
70708
+ currentScene: "question",
70709
+ userAnswer: "",
70710
+ isCorrect: null,
70711
+ showAnswerForm: !0,
70712
+ validationError: null
70713
+ });
70714
+ },
70676
70715
  // 更新用户答案(输入时)
70677
70716
  updateUserAnswer: (t) => {
70678
70717
  e({
70679
- userAnswer: t
70718
+ userAnswer: t,
70719
+ validationError: null
70720
+ // 清除之前的错误信息
70680
70721
  });
70681
70722
  },
70682
70723
  // 提交答案
70683
70724
  submitAnswer: (t) => {
70684
- const s = t === "35";
70725
+ const r = useMathPracticeSessionStore.getState();
70726
+ if (!r.problemData) {
70727
+ e({
70728
+ validationError: "问题数据未加载,请刷新页面重试"
70729
+ });
70730
+ return;
70731
+ }
70732
+ const s = r.problemData.answer.value, n = validateAnswer(t, s);
70733
+ if (!n.isValid) {
70734
+ e({
70735
+ userAnswer: t,
70736
+ validationError: n.errorMessage || "答案格式错误"
70737
+ });
70738
+ return;
70739
+ }
70685
70740
  e({
70686
70741
  userAnswer: t,
70687
- isCorrect: s,
70742
+ isCorrect: n.isCorrect,
70688
70743
  showAnswerForm: !1,
70689
- currentScene: s ? "success" : "explanation"
70744
+ validationError: null,
70745
+ currentScene: n.isCorrect ? "success" : "explanation"
70690
70746
  });
70691
70747
  },
70692
70748
  // 下一题
@@ -70695,7 +70751,8 @@ const useMathPracticeSessionStore = create((e) => ({
70695
70751
  currentScene: "question",
70696
70752
  userAnswer: "",
70697
70753
  isCorrect: null,
70698
- showAnswerForm: !0
70754
+ showAnswerForm: !0,
70755
+ validationError: null
70699
70756
  });
70700
70757
  },
70701
70758
  // 重置会话
@@ -70704,15 +70761,17 @@ const useMathPracticeSessionStore = create((e) => ({
70704
70761
  currentScene: "question",
70705
70762
  userAnswer: "",
70706
70763
  isCorrect: null,
70707
- showAnswerForm: !0
70764
+ showAnswerForm: !0,
70765
+ validationError: null
70708
70766
  });
70709
70767
  }
70710
- })), useCurrentScene = () => useMathPracticeSessionStore((e) => e.currentScene), useUserAnswer = () => useMathPracticeSessionStore((e) => e.userAnswer), useAnswerCorrectness = () => useMathPracticeSessionStore((e) => e.isCorrect), useAnswerFormVisibility = () => useMathPracticeSessionStore((e) => e.showAnswerForm), useSessionActions = () => useMathPracticeSessionStore(
70768
+ })), useCurrentScene = () => useMathPracticeSessionStore((e) => e.currentScene), useUserAnswer = () => useMathPracticeSessionStore((e) => e.userAnswer), useAnswerCorrectness = () => useMathPracticeSessionStore((e) => e.isCorrect), useAnswerFormVisibility = () => useMathPracticeSessionStore((e) => e.showAnswerForm), useValidationError = () => useMathPracticeSessionStore((e) => e.validationError), useProblemData = () => useMathPracticeSessionStore((e) => e.problemData), useSessionActions = () => useMathPracticeSessionStore(
70711
70769
  useShallow((e) => ({
70712
70770
  updateUserAnswer: e.updateUserAnswer,
70713
70771
  submitAnswer: e.submitAnswer,
70714
70772
  nextQuestion: e.nextQuestion,
70715
- resetSession: e.resetSession
70773
+ resetSession: e.resetSession,
70774
+ setProblemData: e.setProblemData
70716
70775
  }))
70717
70776
  ), ReviewModule = ({
70718
70777
  problemData: e,
@@ -70881,12 +70940,13 @@ const useMathPracticeSessionStore = create((e) => ({
70881
70940
  userAnswer: t,
70882
70941
  showAnswerForm: r,
70883
70942
  onAnswerSubmit: s,
70884
- onAnswerChange: n
70943
+ onAnswerChange: n,
70944
+ validationError: o
70885
70945
  }) => {
70886
- const o = (l) => {
70887
- l.preventDefault(), s(t);
70888
- }, a = (l) => {
70889
- n(l);
70946
+ const a = (h) => {
70947
+ h.preventDefault(), s(t);
70948
+ }, l = (h) => {
70949
+ n(h);
70890
70950
  };
70891
70951
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "p-6 md:p-8", children: [
70892
70952
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -70903,18 +70963,21 @@ const useMathPracticeSessionStore = create((e) => ({
70903
70963
  className: "mb-6"
70904
70964
  }
70905
70965
  ),
70906
- r && /* @__PURE__ */ jsxRuntimeExports.jsxs("form", { onSubmit: o, className: "mt-8 flex items-center gap-4", children: [
70907
- /* @__PURE__ */ jsxRuntimeExports.jsx(
70908
- "input",
70909
- {
70910
- type: "number",
70911
- value: t,
70912
- onChange: (l) => a(l.target.value),
70913
- className: "border-2 border-slate-300 rounded-md p-2 text-lg w-24 focus:ring-2 focus:ring-blue-500 focus:border-blue-500",
70914
- placeholder: "答案",
70915
- required: !0
70916
- }
70917
- ),
70966
+ r && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-8", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("form", { onSubmit: a, className: "flex items-center gap-4", children: [
70967
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col gap-2", children: [
70968
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
70969
+ "input",
70970
+ {
70971
+ type: "number",
70972
+ value: t,
70973
+ onChange: (h) => l(h.target.value),
70974
+ className: `border-2 rounded-md p-2 text-lg w-24 focus:ring-2 focus:ring-blue-500 focus:border-blue-500 ${o ? "border-red-500" : "border-slate-300"}`,
70975
+ placeholder: "答案",
70976
+ required: !0
70977
+ }
70978
+ ),
70979
+ o && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-red-500 text-sm font-medium", children: o })
70980
+ ] }),
70918
70981
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-lg text-slate-700", children: e.basicInfo.answerUnit || e.basicInfo.areaUnit }),
70919
70982
  /* @__PURE__ */ jsxRuntimeExports.jsx(
70920
70983
  "button",
@@ -70924,7 +70987,7 @@ const useMathPracticeSessionStore = create((e) => ({
70924
70987
  children: "提交"
70925
70988
  }
70926
70989
  )
70927
- ] })
70990
+ ] }) })
70928
70991
  ] });
70929
70992
  }, ExplanationScene = ({
70930
70993
  problemData: e,
@@ -71063,21 +71126,44 @@ const useMathPracticeSessionStore = create((e) => ({
71063
71126
  userAnswer: "",
71064
71127
  isCorrect: null,
71065
71128
  showAnswerForm: !0,
71129
+ problemData: null,
71130
+ validationError: null,
71131
+ // 设置问题数据
71132
+ setProblemData: (t) => {
71133
+ e({
71134
+ problemData: t,
71135
+ currentScene: "question",
71136
+ userAnswer: "",
71137
+ isCorrect: null,
71138
+ showAnswerForm: !0,
71139
+ validationError: null
71140
+ });
71141
+ },
71066
71142
  // 更新用户答案(输入时)
71067
71143
  updateUserAnswer: (t) => {
71068
71144
  e({
71069
- userAnswer: t
71145
+ userAnswer: t,
71146
+ validationError: null
71147
+ // 清除之前的错误信息
71070
71148
  });
71071
71149
  },
71072
71150
  // 提交答案 - 专门处理小数答案验证
71073
71151
  submitAnswer: (t) => {
71074
- const r = "0.12", s = t.trim(), n = r.trim();
71075
- let o = !1;
71076
- (s === n || s === ".12" && n === "0.12" || s === "0,12" && n === "0.12") && (o = !0), e({
71152
+ const r = useDecimalNumberRecognitionSessionStore.getState();
71153
+ if (!r.problemData) {
71154
+ e({
71155
+ validationError: "问题数据未加载,请刷新页面重试"
71156
+ });
71157
+ return;
71158
+ }
71159
+ const s = r.problemData.answer.value.toString(), n = t.trim(), o = s.trim();
71160
+ let a = !1;
71161
+ (n === o || n === ".12" && o === "0.12" || n === "0,12" && o === "0.12") && (a = !0), e({
71077
71162
  userAnswer: t,
71078
- isCorrect: o,
71163
+ isCorrect: a,
71079
71164
  showAnswerForm: !1,
71080
- currentScene: o ? "success" : "explanation"
71165
+ validationError: null,
71166
+ currentScene: a ? "success" : "explanation"
71081
71167
  });
71082
71168
  },
71083
71169
  // 下一题
@@ -71086,7 +71172,8 @@ const useMathPracticeSessionStore = create((e) => ({
71086
71172
  currentScene: "question",
71087
71173
  userAnswer: "",
71088
71174
  isCorrect: null,
71089
- showAnswerForm: !0
71175
+ showAnswerForm: !0,
71176
+ validationError: null
71090
71177
  });
71091
71178
  },
71092
71179
  // 重置会话
@@ -71095,7 +71182,8 @@ const useMathPracticeSessionStore = create((e) => ({
71095
71182
  currentScene: "question",
71096
71183
  userAnswer: "",
71097
71184
  isCorrect: null,
71098
- showAnswerForm: !0
71185
+ showAnswerForm: !0,
71186
+ validationError: null
71099
71187
  });
71100
71188
  }
71101
71189
  })), useDecimalCurrentScene = () => useDecimalNumberRecognitionSessionStore((e) => e.currentScene), useDecimalUserAnswer = () => useDecimalNumberRecognitionSessionStore((e) => e.userAnswer), useDecimalAnswerFormVisibility = () => useDecimalNumberRecognitionSessionStore((e) => e.showAnswerForm), useDecimalSessionActions = () => useDecimalNumberRecognitionSessionStore(
@@ -71103,7 +71191,8 @@ const useMathPracticeSessionStore = create((e) => ({
71103
71191
  updateUserAnswer: e.updateUserAnswer,
71104
71192
  submitAnswer: e.submitAnswer,
71105
71193
  nextQuestion: e.nextQuestion,
71106
- resetSession: e.resetSession
71194
+ resetSession: e.resetSession,
71195
+ setProblemData: e.setProblemData
71107
71196
  }))
71108
71197
  ), DecimalNumberExplanationScene = ({
71109
71198
  problemData: e,
@@ -71704,11 +71793,13 @@ export {
71704
71793
  useGeometryManagement,
71705
71794
  useGradeUnitBrowser,
71706
71795
  useMathPracticeSessionStore,
71796
+ useProblemData,
71707
71797
  useSessionActions,
71708
71798
  useSessionCalculations,
71709
71799
  useSessionEventHandlers,
71710
71800
  useSessionStore,
71711
71801
  useUserAnswer,
71802
+ useValidationError,
71712
71803
  userData
71713
71804
  };
71714
71805
  //# sourceMappingURL=index.mjs.map