@alicloud/appflow-chat 0.0.3-beta.1 → 0.0.4

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.
@@ -452,8 +452,8 @@ function Hs(e, t, r) {
452
452
  indexes: !1
453
453
  },
454
454
  !1,
455
- function(y, x) {
456
- return !q.isUndefined(x[y]);
455
+ function(y, T) {
456
+ return !q.isUndefined(T[y]);
457
457
  }
458
458
  );
459
459
  const n = r.metaTokens, a = r.visitor || c, i = r.dots, s = r.indexes, o = (r.Blob || typeof Blob != "undefined" && Blob) && q.isSpecCompliantForm(t);
@@ -469,11 +469,11 @@ function Hs(e, t, r) {
469
469
  throw new we("Blob is not supported. Use a Buffer instead.");
470
470
  return q.isArrayBuffer(b) || q.isTypedArray(b) ? o && typeof Blob == "function" ? new Blob([b]) : Buffer.from(b) : b;
471
471
  }
472
- function c(b, y, x) {
472
+ function c(b, y, T) {
473
473
  let v = b;
474
474
  if (q.isReactNative(t) && q.isReactNativeBlob(b))
475
- return t.append(P0(x, y, i), l(b)), !1;
476
- if (b && !x && typeof b == "object") {
475
+ return t.append(P0(T, y, i), l(b)), !1;
476
+ if (b && !T && typeof b == "object") {
477
477
  if (q.endsWith(y, "{}"))
478
478
  y = n ? y : y.slice(0, -2), b = JSON.stringify(b);
479
479
  else if (q.isArray(b) && W3(b) || (q.isFileList(b) || q.endsWith(y, "[]")) && (v = q.toArray(b)))
@@ -485,7 +485,7 @@ function Hs(e, t, r) {
485
485
  );
486
486
  }), !1;
487
487
  }
488
- return Fu(b) ? !0 : (t.append(P0(x, y, i), l(b)), !1);
488
+ return Fu(b) ? !0 : (t.append(P0(T, y, i), l(b)), !1);
489
489
  }
490
490
  const f = [], p = Object.assign(G3, {
491
491
  defaultVisitor: c,
@@ -774,7 +774,7 @@ function wa(e) {
774
774
  return e && String(e).trim().toLowerCase();
775
775
  }
776
776
  function es(e) {
777
- return e === !1 || e == null ? e : q.isArray(e) ? e.map(es) : String(e);
777
+ return e === !1 || e == null ? e : q.isArray(e) ? e.map(es) : String(e).replace(/[\r\n]+$/, "");
778
778
  }
779
779
  function c6(e) {
780
780
  const t = /* @__PURE__ */ Object.create(null), r = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
@@ -1193,20 +1193,20 @@ const md = (e) => {
1193
1193
  function y() {
1194
1194
  d && d(), b && b(), a.cancelToken && a.cancelToken.unsubscribe(c), a.signal && a.signal.removeEventListener("abort", c);
1195
1195
  }
1196
- let x = new XMLHttpRequest();
1197
- x.open(a.method.toUpperCase(), a.url, !0), x.timeout = a.timeout;
1196
+ let T = new XMLHttpRequest();
1197
+ T.open(a.method.toUpperCase(), a.url, !0), T.timeout = a.timeout;
1198
1198
  function v() {
1199
- if (!x)
1199
+ if (!T)
1200
1200
  return;
1201
1201
  const A = Mt.from(
1202
- "getAllResponseHeaders" in x && x.getAllResponseHeaders()
1202
+ "getAllResponseHeaders" in T && T.getAllResponseHeaders()
1203
1203
  ), B = {
1204
- data: !u || u === "text" || u === "json" ? x.responseText : x.response,
1205
- status: x.status,
1206
- statusText: x.statusText,
1204
+ data: !u || u === "text" || u === "json" ? T.responseText : T.response,
1205
+ status: T.status,
1206
+ statusText: T.statusText,
1207
1207
  headers: A,
1208
1208
  config: e,
1209
- request: x
1209
+ request: T
1210
1210
  };
1211
1211
  hd(
1212
1212
  function(L) {
@@ -1216,16 +1216,16 @@ const md = (e) => {
1216
1216
  n(L), y();
1217
1217
  },
1218
1218
  B
1219
- ), x = null;
1220
- }
1221
- "onloadend" in x ? x.onloadend = v : x.onreadystatechange = function() {
1222
- !x || x.readyState !== 4 || x.status === 0 && !(x.responseURL && x.responseURL.indexOf("file:") === 0) || setTimeout(v);
1223
- }, x.onabort = function() {
1224
- x && (n(new we("Request aborted", we.ECONNABORTED, e, x)), x = null);
1225
- }, x.onerror = function(M) {
1226
- const B = M && M.message ? M.message : "Network Error", N = new we(B, we.ERR_NETWORK, e, x);
1227
- N.event = M || null, n(N), x = null;
1228
- }, x.ontimeout = function() {
1219
+ ), T = null;
1220
+ }
1221
+ "onloadend" in T ? T.onloadend = v : T.onreadystatechange = function() {
1222
+ !T || T.readyState !== 4 || T.status === 0 && !(T.responseURL && T.responseURL.indexOf("file:") === 0) || setTimeout(v);
1223
+ }, T.onabort = function() {
1224
+ T && (n(new we("Request aborted", we.ECONNABORTED, e, T)), T = null);
1225
+ }, T.onerror = function(M) {
1226
+ const B = M && M.message ? M.message : "Network Error", N = new we(B, we.ERR_NETWORK, e, T);
1227
+ N.event = M || null, n(N), T = null;
1228
+ }, T.ontimeout = function() {
1229
1229
  let M = a.timeout ? "timeout of " + a.timeout + "ms exceeded" : "timeout exceeded";
1230
1230
  const B = a.transitional || Ko;
1231
1231
  a.timeoutErrorMessage && (M = a.timeoutErrorMessage), n(
@@ -1233,13 +1233,13 @@ const md = (e) => {
1233
1233
  M,
1234
1234
  B.clarifyTimeoutError ? we.ETIMEDOUT : we.ECONNABORTED,
1235
1235
  e,
1236
- x
1236
+ T
1237
1237
  )
1238
- ), x = null;
1239
- }, i === void 0 && s.setContentType(null), "setRequestHeader" in x && q.forEach(s.toJSON(), function(M, B) {
1240
- x.setRequestHeader(B, M);
1241
- }), q.isUndefined(a.withCredentials) || (x.withCredentials = !!a.withCredentials), u && u !== "json" && (x.responseType = a.responseType), l && ([p, b] = bs(l, !0), x.addEventListener("progress", p)), o && x.upload && ([f, d] = bs(o), x.upload.addEventListener("progress", f), x.upload.addEventListener("loadend", d)), (a.cancelToken || a.signal) && (c = (A) => {
1242
- x && (n(!A || A.type ? new fi(null, e, x) : A), x.abort(), x = null);
1238
+ ), T = null;
1239
+ }, i === void 0 && s.setContentType(null), "setRequestHeader" in T && q.forEach(s.toJSON(), function(M, B) {
1240
+ T.setRequestHeader(B, M);
1241
+ }), q.isUndefined(a.withCredentials) || (T.withCredentials = !!a.withCredentials), u && u !== "json" && (T.responseType = a.responseType), l && ([p, b] = bs(l, !0), T.addEventListener("progress", p)), o && T.upload && ([f, d] = bs(o), T.upload.addEventListener("progress", f), T.upload.addEventListener("loadend", d)), (a.cancelToken || a.signal) && (c = (A) => {
1242
+ T && (n(!A || A.type ? new fi(null, e, T) : A), T.abort(), T = null);
1243
1243
  }, a.cancelToken && a.cancelToken.subscribe(c), a.signal && (a.signal.aborted ? c() : a.signal.addEventListener("abort", c)));
1244
1244
  const S = m6(a.url);
1245
1245
  if (S && bt.protocols.indexOf(S) === -1) {
@@ -1252,7 +1252,7 @@ const md = (e) => {
1252
1252
  );
1253
1253
  return;
1254
1254
  }
1255
- x.send(i || null);
1255
+ T.send(i || null);
1256
1256
  });
1257
1257
  }, w6 = (e, t) => {
1258
1258
  const { length: r } = e = e ? e.filter(Boolean) : [];
@@ -1382,26 +1382,26 @@ const md = (e) => {
1382
1382
  return new Uint8Array(yield new r(b).arrayBuffer());
1383
1383
  })), l = i && u && Sc(() => {
1384
1384
  let b = !1;
1385
- const y = new r(bt.origin, {
1386
- body: new wc(),
1385
+ const y = new wc(), T = new r(bt.origin, {
1386
+ body: y,
1387
1387
  method: "POST",
1388
1388
  get duplex() {
1389
1389
  return b = !0, "half";
1390
1390
  }
1391
1391
  }).headers.has("Content-Type");
1392
- return b && !y;
1392
+ return y.cancel(), b && !T;
1393
1393
  }), c = s && u && Sc(() => q.isReadableStream(new n("").body)), f = {
1394
1394
  stream: c && ((b) => b.body)
1395
1395
  };
1396
1396
  a && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((b) => {
1397
- !f[b] && (f[b] = (y, x) => {
1397
+ !f[b] && (f[b] = (y, T) => {
1398
1398
  let v = y && y[b];
1399
1399
  if (v)
1400
1400
  return v.call(y);
1401
1401
  throw new we(
1402
1402
  `Response type '${b}' is not supported`,
1403
1403
  we.ERR_NOT_SUPPORT,
1404
- x
1404
+ T
1405
1405
  );
1406
1406
  });
1407
1407
  });
@@ -1420,13 +1420,13 @@ const md = (e) => {
1420
1420
  if (q.isURLSearchParams(b) && (b = b + ""), q.isString(b))
1421
1421
  return (yield o(b)).byteLength;
1422
1422
  }), d = (b, y) => Pe(void 0, null, function* () {
1423
- const x = q.toFiniteNumber(b.getContentLength());
1424
- return x == null ? p(y) : x;
1423
+ const T = q.toFiniteNumber(b.getContentLength());
1424
+ return T == null ? p(y) : T;
1425
1425
  });
1426
1426
  return (b) => Pe(void 0, null, function* () {
1427
1427
  let {
1428
1428
  url: y,
1429
- method: x,
1429
+ method: T,
1430
1430
  data: v,
1431
1431
  signal: S,
1432
1432
  cancelToken: A,
@@ -1448,7 +1448,7 @@ const md = (e) => {
1448
1448
  });
1449
1449
  let Y;
1450
1450
  try {
1451
- if (N && l && x !== "get" && x !== "head" && (Y = yield d(z, v)) !== 0) {
1451
+ if (N && l && T !== "get" && T !== "head" && (Y = yield d(z, v)) !== 0) {
1452
1452
  let J = new r(y, {
1453
1453
  method: "POST",
1454
1454
  body: v,
@@ -1465,7 +1465,7 @@ const md = (e) => {
1465
1465
  q.isString(H) || (H = H ? "include" : "omit");
1466
1466
  const W = i && "credentials" in r.prototype, le = st(ne({}, R), {
1467
1467
  signal: X,
1468
- method: x.toUpperCase(),
1468
+ method: T.toUpperCase(),
1469
1469
  headers: z.normalize().toJSON(),
1470
1470
  body: v,
1471
1471
  duplex: "half",
@@ -1604,7 +1604,7 @@ function Cc(e) {
1604
1604
  }
1605
1605
  );
1606
1606
  }
1607
- const bd = "1.13.6", Us = {};
1607
+ const bd = "1.14.0", Us = {};
1608
1608
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1609
1609
  Us[e] = function(n) {
1610
1610
  return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
@@ -1729,8 +1729,8 @@ let En = class {
1729
1729
  if (typeof y.runWhen == "function" && y.runWhen(r) === !1)
1730
1730
  return;
1731
1731
  o = o && y.synchronous;
1732
- const x = r.transitional || Ko;
1733
- x && x.legacyInterceptorReqResOrdering ? u.unshift(y.fulfilled, y.rejected) : u.push(y.fulfilled, y.rejected);
1732
+ const T = r.transitional || Ko;
1733
+ T && T.legacyInterceptorReqResOrdering ? u.unshift(y.fulfilled, y.rejected) : u.push(y.fulfilled, y.rejected);
1734
1734
  });
1735
1735
  const l = [];
1736
1736
  this.interceptors.response.forEach(function(y) {
@@ -1749,8 +1749,8 @@ let En = class {
1749
1749
  const b = u[f++], y = u[f++];
1750
1750
  try {
1751
1751
  d = b(d);
1752
- } catch (x) {
1753
- y.call(this, x);
1752
+ } catch (T) {
1753
+ y.call(this, T);
1754
1754
  break;
1755
1755
  }
1756
1756
  }
@@ -2141,7 +2141,7 @@ class B6 {
2141
2141
  }
2142
2142
  })).json();
2143
2143
  if ((p == null ? void 0 : p.httpStatusCode) === 200 && (p != null && p.data)) {
2144
- const d = p.data, b = d.integrateConfig, y = b ? JSON.parse(b) : {}, x = (d.models || []).map((v) => {
2144
+ const d = p.data, b = d.integrateConfig, y = b ? JSON.parse(b) : {}, T = (d.models || []).map((v) => {
2145
2145
  var S, A, M, B, N, L, z, H, R;
2146
2146
  return {
2147
2147
  id: v.chatbotModelId || v.ChatbotModelId,
@@ -2156,12 +2156,12 @@ class B6 {
2156
2156
  return {
2157
2157
  welcome: ((a = y == null ? void 0 : y.message) == null ? void 0 : a.welcome) || "欢迎使用AI助手",
2158
2158
  questions: ((i = y == null ? void 0 : y.config) == null ? void 0 : i.questions) || [],
2159
- models: x,
2159
+ models: T,
2160
2160
  features: {
2161
2161
  image: ((s = y == null ? void 0 : y.message) == null ? void 0 : s.imageEnabled) || !1,
2162
2162
  file: ((u = y == null ? void 0 : y.message) == null ? void 0 : u.fileEnabled) || !1,
2163
2163
  audio: ((o = y == null ? void 0 : y.message) == null ? void 0 : o.audioEnabled) || !1,
2164
- webSearch: x.some((v) => {
2164
+ webSearch: T.some((v) => {
2165
2165
  var S;
2166
2166
  return (S = v.config) == null ? void 0 : S.webSearch;
2167
2167
  })
@@ -2226,7 +2226,7 @@ class B6 {
2226
2226
  this.currentController = new AbortController();
2227
2227
  let s = "";
2228
2228
  try {
2229
- const { token: x, ticket: v } = yield this.getRequestToken(), S = {
2229
+ const { token: T, ticket: v } = yield this.getRequestToken(), S = {
2230
2230
  chatbotId: (f = this.config) == null ? void 0 : f.chatbotId,
2231
2231
  chatbotModelId: i,
2232
2232
  sessionId: this.sessionId
@@ -2252,7 +2252,7 @@ class B6 {
2252
2252
  method: "POST",
2253
2253
  headers: {
2254
2254
  "Content-Type": "application/json",
2255
- "X-Request-Token": x,
2255
+ "X-Request-Token": T,
2256
2256
  "X-Account-Session-Ticket": v
2257
2257
  },
2258
2258
  body: JSON.stringify(S),
@@ -2315,8 +2315,8 @@ class B6 {
2315
2315
  }
2316
2316
  }
2317
2317
  );
2318
- } catch (x) {
2319
- (x == null ? void 0 : x.name) === "AbortError" ? (b = r.onMessage) == null || b.call(r, s || "", !0, { status: "Cancelled" }) : (y = r.onError) == null || y.call(r, x);
2318
+ } catch (T) {
2319
+ (T == null ? void 0 : T.name) === "AbortError" ? (b = r.onMessage) == null || b.call(r, s || "", !0, { status: "Cancelled" }) : (y = r.onError) == null || y.call(r, T);
2320
2320
  }
2321
2321
  });
2322
2322
  }
@@ -2350,9 +2350,9 @@ class B6 {
2350
2350
  const p = new TextDecoder();
2351
2351
  let d = "";
2352
2352
  for (; ; ) {
2353
- const { done: y, value: x } = yield c.read();
2353
+ const { done: y, value: T } = yield c.read();
2354
2354
  if (y) break;
2355
- d += p.decode(x, { stream: !0 });
2355
+ d += p.decode(T, { stream: !0 });
2356
2356
  const v = d.split(`
2357
2357
  `);
2358
2358
  d = v.pop() || "";
@@ -2377,9 +2377,9 @@ class B6 {
2377
2377
  try {
2378
2378
  const y = d.trim().slice(5).trim();
2379
2379
  if (y) {
2380
- const x = JSON.parse(y);
2381
- if (x.content) {
2382
- const v = typeof x.content == "string" ? JSON.parse(x.content) : x.content;
2380
+ const T = JSON.parse(y);
2381
+ if (T.content) {
2382
+ const v = typeof T.content == "string" ? JSON.parse(T.content) : T.content;
2383
2383
  v.uploadUrl && (f = v);
2384
2384
  }
2385
2385
  }
@@ -2493,7 +2493,7 @@ class B6 {
2493
2493
  for (const d of p) {
2494
2494
  if (d.message !== void 0 && d.message !== null) {
2495
2495
  const b = d.messageType || "text";
2496
- let y = "", x, v;
2496
+ let y = "", T, v;
2497
2497
  if (b === "rich" && Array.isArray(d.message)) {
2498
2498
  const S = [], A = [], M = [];
2499
2499
  for (const B of d.message)
@@ -2502,7 +2502,7 @@ class B6 {
2502
2502
  url: B.mediaUrl
2503
2503
  });
2504
2504
  y = S.join(`
2505
- `), A.length > 0 && (x = A), M.length > 0 && (v = M);
2505
+ `), A.length > 0 && (T = A), M.length > 0 && (v = M);
2506
2506
  } else typeof d.message == "string" && (y = d.message);
2507
2507
  f.push({
2508
2508
  id: d.id || `user_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
@@ -2511,7 +2511,7 @@ class B6 {
2511
2511
  messageType: b,
2512
2512
  gmtCreate: d.gmtCreate,
2513
2513
  sessionId: d.sessionId,
2514
- images: x,
2514
+ images: T,
2515
2515
  files: v
2516
2516
  });
2517
2517
  }
@@ -2869,7 +2869,7 @@ function Z6(e) {
2869
2869
  return G6(as("", null, null, null, [""], e = W6(e), 0, [0], e));
2870
2870
  }
2871
2871
  function as(e, t, r, n, a, i, s, u, o) {
2872
- for (var l = 0, c = 0, f = s, p = 0, d = 0, b = 0, y = 1, x = 1, v = 1, S = 0, A = "", M = a, B = i, N = n, L = A; x; )
2872
+ for (var l = 0, c = 0, f = s, p = 0, d = 0, b = 0, y = 1, T = 1, v = 1, S = 0, A = "", M = a, B = i, N = n, L = A; T; )
2873
2873
  switch (b = S, S = er()) {
2874
2874
  case 40:
2875
2875
  if (b != 108 && ht(L, f - 1) == 58) {
@@ -2908,7 +2908,7 @@ function as(e, t, r, n, a, i, s, u, o) {
2908
2908
  switch (S) {
2909
2909
  case 0:
2910
2910
  case 125:
2911
- x = 0;
2911
+ T = 0;
2912
2912
  case 59 + c:
2913
2913
  v == -1 && (L = Ne(L, /\f/g, "")), d > 0 && (Zt(L) - f || y === 0 && b === 47) && Ia(d > 32 ? Oc(L + ";", n, r, f - 1, o) : Oc(Ne(L, " ", "") + ";", n, r, f - 2, o), o);
2914
2914
  break;
@@ -2961,9 +2961,9 @@ function as(e, t, r, n, a, i, s, u, o) {
2961
2961
  return i;
2962
2962
  }
2963
2963
  function Nc(e, t, r, n, a, i, s, u, o, l, c, f) {
2964
- for (var p = a - 1, d = a === 0 ? i : [""], b = Ad(d), y = 0, x = 0, v = 0; y < n; ++y)
2965
- for (var S = 0, A = wn(e, p + 1, p = vd(x = s[y])), M = e; S < b; ++S)
2966
- (M = wd(x > 0 ? d[S] + " " + A : Ne(A, /&\f/g, d[S]))) && (o[v++] = M);
2964
+ for (var p = a - 1, d = a === 0 ? i : [""], b = Ad(d), y = 0, T = 0, v = 0; y < n; ++y)
2965
+ for (var S = 0, A = wn(e, p + 1, p = vd(T = s[y])), M = e; S < b; ++S)
2966
+ (M = wd(T > 0 ? d[S] + " " + A : Ne(A, /&\f/g, d[S]))) && (o[v++] = M);
2967
2967
  return js(e, t, r, a === 0 ? $s : u, o, l, c, f);
2968
2968
  }
2969
2969
  function e5(e, t, r, n) {
@@ -3407,10 +3407,10 @@ var Pd = function(e) {
3407
3407
  if (d === void 0 || !d.size) return "continue";
3408
3408
  var b = s.getGroup(f);
3409
3409
  if (b.length === 0) return "continue";
3410
- var y = Wn + ".g" + f + '[id="' + p + '"]', x = "";
3410
+ var y = Wn + ".g" + f + '[id="' + p + '"]', T = "";
3411
3411
  d.forEach(function(v) {
3412
- v.length > 0 && (x += v + ",");
3413
- }), o += b + y + '{content:"' + x + '"}' + tl;
3412
+ v.length > 0 && (T += v + ",");
3413
+ }), o += b + y + '{content:"' + T + '"}' + tl;
3414
3414
  }, c = 0; c < u; c++) l(c);
3415
3415
  return o;
3416
3416
  }(a);
@@ -3562,16 +3562,16 @@ function Hd(e, t) {
3562
3562
  });
3563
3563
  }
3564
3564
  function z5(e) {
3565
- var t, r, n, a = Gn, i = a.options, s = i === void 0 ? Gn : i, u = a.plugins, o = u === void 0 ? rl : u, l = function(b, y, x) {
3566
- return x.startsWith(r) && x.endsWith(r) && x.replaceAll(r, "").length > 0 ? ".".concat(t) : b;
3565
+ var t, r, n, a = Gn, i = a.options, s = i === void 0 ? Gn : i, u = a.plugins, o = u === void 0 ? rl : u, l = function(b, y, T) {
3566
+ return T.startsWith(r) && T.endsWith(r) && T.replaceAll(r, "").length > 0 ? ".".concat(t) : b;
3567
3567
  }, c = o.slice();
3568
3568
  c.push(function(b) {
3569
3569
  b.type === $s && b.value.includes("&") && (n || (n = new RegExp("\\".concat(r, "\\b"), "g")), b.props[0] = b.props[0].replace(B5, r).replace(n, l));
3570
3570
  }), s.prefix && c.push(a5), c.push(t5);
3571
3571
  var f = [], p = r5(c.concat(n5(function(b) {
3572
3572
  return f.push(b);
3573
- }))), d = function(b, y, x, v) {
3574
- y === void 0 && (y = ""), x === void 0 && (x = ""), v === void 0 && (v = "&"), t = v, r = y, n = void 0;
3573
+ }))), d = function(b, y, T, v) {
3574
+ y === void 0 && (y = ""), T === void 0 && (T = ""), v === void 0 && (v = "&"), t = v, r = y, n = void 0;
3575
3575
  var S = function(M) {
3576
3576
  if (!Uc(M)) return M;
3577
3577
  for (var B = M.length, N = "", L = 0, z = 0, H = 0, R = !1, $ = 0; $ < B; $++) {
@@ -3617,7 +3617,7 @@ function z5(e) {
3617
3617
  else H === 0 ? H = $ : H === $ && (H = 0), z++;
3618
3618
  }
3619
3619
  return L === 0 ? M : (L < B && N.push(M.substring(L)), N.join(""));
3620
- }(b)), A = Z6(x || y ? "".concat(x, " ").concat(y, " { ").concat(S, " }") : S);
3620
+ }(b)), A = Z6(T || y ? "".concat(T, " ").concat(y, " { ").concat(S, " }") : S);
3621
3621
  return s.namespace && (A = Hd(A, s.namespace)), f = [], Es(A, p), f;
3622
3622
  };
3623
3623
  return d.hash = o.length ? o.reduce(function(b, y) {
@@ -3645,9 +3645,9 @@ function $5(e, t, r) {
3645
3645
  if (n && a.shouldForwardProp) {
3646
3646
  var y = a.shouldForwardProp;
3647
3647
  if (t.shouldForwardProp) {
3648
- var x = t.shouldForwardProp;
3648
+ var T = t.shouldForwardProp;
3649
3649
  b = function(M, B) {
3650
- return y(M, B) && x(M, B);
3650
+ return y(M, B) && T(M, B);
3651
3651
  };
3652
3652
  } else b = y;
3653
3653
  }
@@ -4926,8 +4926,8 @@ function dg(e, t) {
4926
4926
  function a(b) {
4927
4927
  var y = b.match(ng);
4928
4928
  y && (r += y.length);
4929
- var x = b.lastIndexOf(cg);
4930
- n = ~x ? b.length - x : n + b.length;
4929
+ var T = b.lastIndexOf(cg);
4930
+ n = ~T ? b.length - T : n + b.length;
4931
4931
  }
4932
4932
  function i() {
4933
4933
  var b = { line: r, column: n };
@@ -4948,8 +4948,8 @@ function dg(e, t) {
4948
4948
  function o(b) {
4949
4949
  var y = b.exec(e);
4950
4950
  if (y) {
4951
- var x = y[0];
4952
- return a(x), e = e.slice(x.length), y;
4951
+ var T = y[0];
4952
+ return a(T), e = e.slice(T.length), y;
4953
4953
  }
4954
4954
  }
4955
4955
  function l() {
@@ -4968,10 +4968,10 @@ function dg(e, t) {
4968
4968
  ++y;
4969
4969
  if (y += 2, pn === e.charAt(y - 1))
4970
4970
  return u("End of comment missing");
4971
- var x = e.slice(2, y - 2);
4972
- return n += 2, a(x), e = e.slice(y), n += 2, b({
4971
+ var T = e.slice(2, y - 2);
4972
+ return n += 2, a(T), e = e.slice(y), n += 2, b({
4973
4973
  type: fg,
4974
- comment: x
4974
+ comment: T
4975
4975
  });
4976
4976
  }
4977
4977
  }
@@ -4979,10 +4979,10 @@ function dg(e, t) {
4979
4979
  var b = i(), y = o(ig);
4980
4980
  if (y) {
4981
4981
  if (f(), !o(sg)) return u("property missing ':'");
4982
- var x = o(ug), v = b({
4982
+ var T = o(ug), v = b({
4983
4983
  type: hg,
4984
4984
  property: e1(y[0].replace(Qc, pn)),
4985
- value: x ? e1(x[0].replace(Qc, pn)) : pn
4985
+ value: T ? e1(T[0].replace(Qc, pn)) : pn
4986
4986
  });
4987
4987
  return o(og), v;
4988
4988
  }
@@ -5717,12 +5717,12 @@ function o8(e) {
5717
5717
  }
5718
5718
  function y(A) {
5719
5719
  if (A === null) {
5720
- x(e.exit("chunkFlow"), !0), v(0), e.consume(A);
5720
+ T(e.exit("chunkFlow"), !0), v(0), e.consume(A);
5721
5721
  return;
5722
5722
  }
5723
- return pe(A) ? (e.consume(A), x(e.exit("chunkFlow")), n = 0, t.interrupt = void 0, u) : (e.consume(A), y);
5723
+ return pe(A) ? (e.consume(A), T(e.exit("chunkFlow")), n = 0, t.interrupt = void 0, u) : (e.consume(A), y);
5724
5724
  }
5725
- function x(A, M) {
5725
+ function T(A, M) {
5726
5726
  const B = t.sliceStream(A);
5727
5727
  if (M && B.push(null), A.previous = i, i && (i.next = A), i = A, a.defineSkip(A.start), a.write(B), t.parser.lazy[A.start.line]) {
5728
5728
  let N = a.events.length;
@@ -6005,9 +6005,9 @@ function T8(e, t, r) {
6005
6005
  return N === null || pe(N) ? (e.exit("chunkString"), e.exit("codeFencedFenceMeta"), f(N)) : N === 96 && N === u ? r(N) : (e.consume(N), b);
6006
6006
  }
6007
6007
  function y(N) {
6008
- return e.attempt(a, M, x)(N);
6008
+ return e.attempt(a, M, T)(N);
6009
6009
  }
6010
- function x(N) {
6010
+ function T(N) {
6011
6011
  return e.enter("lineEnding"), e.consume(N), e.exit("lineEnding"), v;
6012
6012
  }
6013
6013
  function v(N) {
@@ -6333,7 +6333,7 @@ function N8(e, t) {
6333
6333
  s || (s = n.parser[r.contentType](r.start), r._contentTypeTextTrailing && (s._contentTypeTextTrailing = !0));
6334
6334
  const u = s.events, o = [], l = {};
6335
6335
  let c, f, p = -1, d = r, b = 0, y = 0;
6336
- const x = [y];
6336
+ const T = [y];
6337
6337
  for (; d; ) {
6338
6338
  for (; e.get(++a)[1] !== d; )
6339
6339
  ;
@@ -6341,9 +6341,9 @@ function N8(e, t) {
6341
6341
  }
6342
6342
  for (d = r; ++p < u.length; )
6343
6343
  // Find a void token that includes a break.
6344
- u[p][0] === "exit" && u[p - 1][0] === "enter" && u[p][1].type === u[p - 1][1].type && u[p][1].start.line !== u[p][1].end.line && (y = p + 1, x.push(y), d._tokenizer = void 0, d.previous = void 0, d = d.next);
6345
- for (s.events = [], d ? (d._tokenizer = void 0, d.previous = void 0) : x.pop(), p = x.length; p--; ) {
6346
- const v = u.slice(x[p], x[p + 1]), S = i.pop();
6344
+ u[p][0] === "exit" && u[p - 1][0] === "enter" && u[p][1].type === u[p - 1][1].type && u[p][1].start.line !== u[p][1].end.line && (y = p + 1, T.push(y), d._tokenizer = void 0, d.previous = void 0, d = d.next);
6345
+ for (s.events = [], d ? (d._tokenizer = void 0, d.previous = void 0) : T.pop(), p = T.length; p--; ) {
6346
+ const v = u.slice(T[p], T[p + 1]), S = i.pop();
6347
6347
  o.push([S, S + v.length - 1]), e.splice(S, 2, v);
6348
6348
  }
6349
6349
  for (o.reverse(), p = -1; ++p < o.length; )
@@ -6415,9 +6415,9 @@ function fm(e, t, r, n, a, i, s, u, o) {
6415
6415
  return v === 60 || v === 62 || v === 92 ? (e.consume(v), d) : d(v);
6416
6416
  }
6417
6417
  function y(v) {
6418
- return !c && (v === null || v === 41 || je(v)) ? (e.exit("chunkString"), e.exit(u), e.exit(s), e.exit(n), t(v)) : c < l && v === 40 ? (e.consume(v), c++, y) : v === 41 ? (e.consume(v), c--, y) : v === null || v === 32 || v === 40 || xs(v) ? r(v) : (e.consume(v), v === 92 ? x : y);
6418
+ return !c && (v === null || v === 41 || je(v)) ? (e.exit("chunkString"), e.exit(u), e.exit(s), e.exit(n), t(v)) : c < l && v === 40 ? (e.consume(v), c++, y) : v === 41 ? (e.consume(v), c--, y) : v === null || v === 32 || v === 40 || xs(v) ? r(v) : (e.consume(v), v === 92 ? T : y);
6419
6419
  }
6420
- function x(v) {
6420
+ function T(v) {
6421
6421
  return v === 40 || v === 41 || v === 92 ? (e.consume(v), y) : y(v);
6422
6422
  }
6423
6423
  }
@@ -6688,7 +6688,7 @@ function K8(e, t, r) {
6688
6688
  return e.enter("htmlFlow"), e.enter("htmlFlowData"), e.consume(_), f;
6689
6689
  }
6690
6690
  function f(_) {
6691
- return _ === 33 ? (e.consume(_), p) : _ === 47 ? (e.consume(_), i = !0, y) : _ === 63 ? (e.consume(_), a = 3, n.interrupt ? t : C) : kt(_) ? (e.consume(_), s = String.fromCharCode(_), x) : r(_);
6691
+ return _ === 33 ? (e.consume(_), p) : _ === 47 ? (e.consume(_), i = !0, y) : _ === 63 ? (e.consume(_), a = 3, n.interrupt ? t : C) : kt(_) ? (e.consume(_), s = String.fromCharCode(_), T) : r(_);
6692
6692
  }
6693
6693
  function p(_) {
6694
6694
  return _ === 45 ? (e.consume(_), a = 2, d) : _ === 91 ? (e.consume(_), a = 5, u = 0, b) : kt(_) ? (e.consume(_), a = 4, n.interrupt ? t : C) : r(_);
@@ -6701,14 +6701,14 @@ function K8(e, t, r) {
6701
6701
  return _ === ye.charCodeAt(u++) ? (e.consume(_), u === ye.length ? n.interrupt ? t : X : b) : r(_);
6702
6702
  }
6703
6703
  function y(_) {
6704
- return kt(_) ? (e.consume(_), s = String.fromCharCode(_), x) : r(_);
6704
+ return kt(_) ? (e.consume(_), s = String.fromCharCode(_), T) : r(_);
6705
6705
  }
6706
- function x(_) {
6706
+ function T(_) {
6707
6707
  if (_ === null || _ === 47 || _ === 62 || je(_)) {
6708
6708
  const ye = _ === 47, Se = s.toLowerCase();
6709
6709
  return !ye && !i && f1.includes(Se) ? (a = 1, n.interrupt ? t(_) : X(_)) : Y8.includes(s.toLowerCase()) ? (a = 6, ye ? (e.consume(_), v) : n.interrupt ? t(_) : X(_)) : (a = 7, n.interrupt && !n.parser.lazy[n.now().line] ? r(_) : i ? S(_) : A(_));
6710
6710
  }
6711
- return _ === 45 || yt(_) ? (e.consume(_), s += String.fromCharCode(_), x) : r(_);
6711
+ return _ === 45 || yt(_) ? (e.consume(_), s += String.fromCharCode(_), T) : r(_);
6712
6712
  }
6713
6713
  function v(_) {
6714
6714
  return _ === 62 ? (e.consume(_), n.interrupt ? t : X) : r(_);
@@ -6831,9 +6831,9 @@ function eb(e, t, r) {
6831
6831
  return C === J.charCodeAt(i++) ? (e.consume(C), i === J.length ? y : b) : r(C);
6832
6832
  }
6833
6833
  function y(C) {
6834
- return C === null ? r(C) : C === 93 ? (e.consume(C), x) : pe(C) ? (s = y, le(C)) : (e.consume(C), y);
6834
+ return C === null ? r(C) : C === 93 ? (e.consume(C), T) : pe(C) ? (s = y, le(C)) : (e.consume(C), y);
6835
6835
  }
6836
- function x(C) {
6836
+ function T(C) {
6837
6837
  return C === 93 ? (e.consume(C), v) : y(C);
6838
6838
  }
6839
6839
  function v(C) {
@@ -7426,7 +7426,7 @@ function Ub(e, t, r) {
7426
7426
  let c = t.tokenize.call(l, o);
7427
7427
  return t.resolveAll && i.push(t), l;
7428
7428
  function f($) {
7429
- return s = Vt(s, $), x(), s[s.length - 1] !== null ? [] : (z(t, 0), l.events = Zs(i, l.events, l), l.events);
7429
+ return s = Vt(s, $), T(), s[s.length - 1] !== null ? [] : (z(t, 0), l.events = Zs(i, l.events, l), l.events);
7430
7430
  }
7431
7431
  function p($, X) {
7432
7432
  return qb(d($), X);
@@ -7453,7 +7453,7 @@ function Ub(e, t, r) {
7453
7453
  function y($) {
7454
7454
  a[$.line] = $.column, R();
7455
7455
  }
7456
- function x() {
7456
+ function T() {
7457
7457
  let $;
7458
7458
  for (; n._index < s.length; ) {
7459
7459
  const X = s[n._index];
@@ -7748,7 +7748,7 @@ function Qb(e) {
7748
7748
  characterReferenceMarkerNumeric: Se,
7749
7749
  characterReferenceValue: ke,
7750
7750
  characterReference: Fe,
7751
- codeFenced: o(x),
7751
+ codeFenced: o(T),
7752
7752
  codeFencedFence: y,
7753
7753
  codeFencedFenceInfo: d,
7754
7754
  codeFencedFenceMeta: b,
@@ -7948,7 +7948,7 @@ function Qb(e) {
7948
7948
  function y() {
7949
7949
  this.data.flowCodeInside || (this.buffer(), this.data.flowCodeInside = !0);
7950
7950
  }
7951
- function x() {
7951
+ function T() {
7952
7952
  const V = this.resume(), fe = this.stack[this.stack.length - 1];
7953
7953
  fe.value = V.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), this.data.flowCodeInside = void 0;
7954
7954
  }
@@ -8820,10 +8820,10 @@ function R7(e) {
8820
8820
  children: Array.isArray(S) ? S : [S]
8821
8821
  });
8822
8822
  }
8823
- const x = c[c.length - 1];
8824
- if (x && x.type === "element" && x.tagName === "p") {
8825
- const S = x.children[x.children.length - 1];
8826
- S && S.type === "text" ? S.value += " " : x.children.push({ type: "text", value: " " }), x.children.push(...b);
8823
+ const T = c[c.length - 1];
8824
+ if (T && T.type === "element" && T.tagName === "p") {
8825
+ const S = T.children[T.children.length - 1];
8826
+ S && S.type === "text" ? S.value += " " : T.children.push({ type: "text", value: " " }), T.children.push(...b);
8827
8827
  } else
8828
8828
  c.push(...b);
8829
8829
  const v = {
@@ -8974,7 +8974,7 @@ function gl(e, t, r, n) {
8974
8974
  }
8975
8975
  return p;
8976
8976
  function p() {
8977
- let d = wm, b, y, x;
8977
+ let d = wm, b, y, T;
8978
8978
  if ((!t || i(o, l, c[c.length - 1] || void 0)) && (d = z7(r(o, c)), d[0] === Zu))
8979
8979
  return d;
8980
8980
  if ("children" in o && o.children) {
@@ -8983,9 +8983,9 @@ function gl(e, t, r, n) {
8983
8983
  o
8984
8984
  );
8985
8985
  if (v.children && d[0] !== Am)
8986
- for (y = (n ? v.children.length : -1) + s, x = c.concat(v); y > -1 && y < v.children.length; ) {
8986
+ for (y = (n ? v.children.length : -1) + s, T = c.concat(v); y > -1 && y < v.children.length; ) {
8987
8987
  const S = v.children[y];
8988
- if (b = u(S, y, x)(), b[0] === Zu)
8988
+ if (b = u(S, y, T)(), b[0] === Zu)
8989
8989
  return b;
8990
8990
  y = typeof b[1] == "number" ? b[1] : y + s;
8991
8991
  }
@@ -9032,7 +9032,7 @@ function U7(e, t) {
9032
9032
  return d(u, c, f);
9033
9033
  if (u.options.passThrough && u.options.passThrough.includes(p)) {
9034
9034
  if ("children" in c) {
9035
- const y = c, { children: x } = y, v = Ni(y, ["children"]), S = Qn(v);
9035
+ const y = c, { children: T } = y, v = Ni(y, ["children"]), S = Qn(v);
9036
9036
  return S.children = u.all(c), S;
9037
9037
  }
9038
9038
  return Qn(c);
@@ -10584,24 +10584,24 @@ function A9(e, t, r) {
10584
10584
  return S === null || pe(S) ? (e.exit("chunkString"), e.exit("mathFlowFenceMeta"), f(S)) : S === 36 ? r(S) : (e.consume(S), c);
10585
10585
  }
10586
10586
  function f(S) {
10587
- return e.exit("mathFlowFence"), n.interrupt ? t(S) : e.attempt(M1, p, x)(S);
10587
+ return e.exit("mathFlowFence"), n.interrupt ? t(S) : e.attempt(M1, p, T)(S);
10588
10588
  }
10589
10589
  function p(S) {
10590
10590
  return e.attempt({
10591
10591
  tokenize: v,
10592
10592
  partial: !0
10593
- }, x, d)(S);
10593
+ }, T, d)(S);
10594
10594
  }
10595
10595
  function d(S) {
10596
10596
  return (i ? De(e, b, "linePrefix", i + 1) : b)(S);
10597
10597
  }
10598
10598
  function b(S) {
10599
- return S === null ? x(S) : pe(S) ? e.attempt(M1, p, x)(S) : (e.enter("mathFlowValue"), y(S));
10599
+ return S === null ? T(S) : pe(S) ? e.attempt(M1, p, T)(S) : (e.enter("mathFlowValue"), y(S));
10600
10600
  }
10601
10601
  function y(S) {
10602
10602
  return S === null || pe(S) ? (e.exit("mathFlowValue"), b(S)) : (e.consume(S), y);
10603
10603
  }
10604
- function x(S) {
10604
+ function T(S) {
10605
10605
  return e.exit("mathFlow"), t(S);
10606
10606
  }
10607
10607
  function v(S, A, M) {
@@ -14775,15 +14775,15 @@ var Hi = [
14775
14775
  if (n === "mathord")
14776
14776
  return St(i, "Math-Italic", a, r, s.concat(["mathnormal"]));
14777
14777
  if (n === "textord") {
14778
- var x = Ke[a][i] && Ke[a][i].font;
14779
- if (x === "ams") {
14778
+ var T = Ke[a][i] && Ke[a][i].font;
14779
+ if (T === "ams") {
14780
14780
  var v = Ui("amsrm", r.fontWeight, r.fontShape);
14781
14781
  return St(i, v, a, r, s.concat("amsrm", r.fontWeight, r.fontShape));
14782
- } else if (x === "main" || !x) {
14782
+ } else if (T === "main" || !T) {
14783
14783
  var S = Ui("textrm", r.fontWeight, r.fontShape);
14784
14784
  return St(i, S, a, r, s.concat(r.fontWeight, r.fontShape));
14785
14785
  } else {
14786
- var A = Ui(x, r.fontWeight, r.fontShape);
14786
+ var A = Ui(T, r.fontWeight, r.fontShape);
14787
14787
  return St(i, A, a, r, s.concat(A, r.fontWeight, r.fontShape));
14788
14788
  }
14789
14789
  } else
@@ -14886,8 +14886,8 @@ var Hi = [
14886
14886
  if (y.type === "kern")
14887
14887
  d += y.size;
14888
14888
  else {
14889
- var x = y.elem, v = y.wrapperClasses || [], S = y.wrapperStyle || {}, A = te(v, [l, x], void 0, S);
14890
- A.style.top = ce(-i - d - x.depth), y.marginLeft && (A.style.marginLeft = y.marginLeft), y.marginRight && (A.style.marginRight = y.marginRight), c.push(A), d += x.height + x.depth;
14889
+ var T = y.elem, v = y.wrapperClasses || [], S = y.wrapperStyle || {}, A = te(v, [l, T], void 0, S);
14890
+ A.style.top = ce(-i - d - T.depth), y.marginLeft && (A.style.marginLeft = y.marginLeft), y.marginRight && (A.style.marginRight = y.marginRight), c.push(A), d += T.height + T.depth;
14891
14891
  }
14892
14892
  f = Math.min(f, d), p = Math.max(p, d);
14893
14893
  }
@@ -15156,12 +15156,12 @@ var Cs = function(t) {
15156
15156
  }
15157
15157
  var f = te([a[0] || "leftmost"], [], r), p = te([a[1] || "rightmost"], [], r), d = n === "root";
15158
15158
  return lo(i, (b, y) => {
15159
- var x = y.classes[0], v = b.classes[0];
15160
- x === "mbin" && yy.has(v) ? y.classes[0] = "mord" : v === "mbin" && by.has(x) && (b.classes[0] = "mord");
15159
+ var T = y.classes[0], v = b.classes[0];
15160
+ T === "mbin" && yy.has(v) ? y.classes[0] = "mord" : v === "mbin" && by.has(T) && (b.classes[0] = "mord");
15161
15161
  }, {
15162
15162
  node: f
15163
15163
  }, p, d), lo(i, (b, y) => {
15164
- var x, v, S = fo(y), A = fo(b), M = S && A ? b.hasClass("mtight") ? (x = gy[S]) == null ? void 0 : x[A] : (v = py[S]) == null ? void 0 : v[A] : null;
15164
+ var T, v, S = fo(y), A = fo(b), M = S && A ? b.hasClass("mtight") ? (T = gy[S]) == null ? void 0 : T[A] : (v = py[S]) == null ? void 0 : v[A] : null;
15165
15165
  if (M)
15166
15166
  return Mm(M, l);
15167
15167
  }, {
@@ -15817,14 +15817,14 @@ var $m = function(t) {
15817
15817
  var b = [1, 1, 2, 2, 3, 3][c];
15818
15818
  o === "widehat" || o === "widecheck" ? (u = [0, 1062, 2364, 2364, 2364][b], f = [0, 239, 300, 360, 420][b], d = [0, 0.24, 0.3, 0.3, 0.36, 0.42][b], p = o + b) : (u = [0, 600, 1033, 2339, 2340][b], f = [0, 260, 286, 306, 312][b], d = [0, 0.26, 0.286, 0.3, 0.306, 0.34][b], p = "tilde" + b);
15819
15819
  }
15820
- var y = new Kr(p), x = new Cr([y], {
15820
+ var y = new Kr(p), T = new Cr([y], {
15821
15821
  width: "100%",
15822
15822
  height: ce(d),
15823
15823
  viewBox: "0 0 " + u + " " + f,
15824
15824
  preserveAspectRatio: "none"
15825
15825
  });
15826
15826
  return {
15827
- span: Qr([], [x], r),
15827
+ span: Qr([], [T], r),
15828
15828
  minWidth: 0,
15829
15829
  height: d
15830
15830
  };
@@ -15950,8 +15950,8 @@ var jm = (e) => {
15950
15950
  }, t, "textord"), d = ny(d), d.italic = 0, b = d.width, c && (f += d.depth)), p = te(["accent-body"], [d]);
15951
15951
  var y = n.label === "\\textcircled";
15952
15952
  y && (p.classes.push("accent-full"), f = i.height);
15953
- var x = u;
15954
- y || (x -= b / 2), p.style.left = ce(x), n.label === "\\textcircled" && (p.style.top = ".2em"), p = ze({
15953
+ var T = u;
15954
+ y || (T -= b / 2), p.style.left = ce(T), n.label === "\\textcircled" && (p.style.top = ".2em"), p = ze({
15955
15955
  positionType: "firstBaseline",
15956
15956
  children: [{
15957
15957
  type: "elem",
@@ -16398,7 +16398,7 @@ function Ly(e) {
16398
16398
  i % 2 === 0 ? n.push(u) : n.shift(), n = [], a.push(n);
16399
16399
  }
16400
16400
  e.gullet.endGroup(), e.gullet.endGroup();
16401
- var x = new Array(a[0].length).fill({
16401
+ var T = new Array(a[0].length).fill({
16402
16402
  type: "align",
16403
16403
  align: "c",
16404
16404
  pregap: 0.25,
@@ -16413,7 +16413,7 @@ function Ly(e) {
16413
16413
  arraystretch: 1,
16414
16414
  addJot: !0,
16415
16415
  rowGaps: [null],
16416
- cols: x,
16416
+ cols: T,
16417
16417
  colSeparationType: "CD",
16418
16418
  hLinesBeforeRow: new Array(a.length + 1).fill([])
16419
16419
  };
@@ -16770,7 +16770,7 @@ var Oa = function(t, r, n) {
16770
16770
  u = l = c = t, o = null;
16771
16771
  var d = "Size1-Regular";
16772
16772
  t === "\\uparrow" ? l = c = "⏐" : t === "\\Uparrow" ? l = c = "‖" : t === "\\downarrow" ? u = l = "⏐" : t === "\\Downarrow" ? u = l = "‖" : t === "\\updownarrow" ? (u = "\\uparrow", l = "⏐", c = "\\downarrow") : t === "\\Updownarrow" ? (u = "\\Uparrow", l = "‖", c = "\\Downarrow") : By.has(t) ? (l = "∣", f = "vert", p = 333) : zy.has(t) ? (l = "∥", f = "doublevert", p = 556) : t === "[" || t === "\\lbrack" ? (u = "⎡", l = "⎢", c = "⎣", d = "Size4-Regular", f = "lbrack", p = 667) : t === "]" || t === "\\rbrack" ? (u = "⎤", l = "⎥", c = "⎦", d = "Size4-Regular", f = "rbrack", p = 667) : t === "\\lfloor" || t === "⌊" ? (l = u = "⎢", c = "⎣", d = "Size4-Regular", f = "lfloor", p = 667) : t === "\\lceil" || t === "⌈" ? (u = "⎡", l = c = "⎢", d = "Size4-Regular", f = "lceil", p = 667) : t === "\\rfloor" || t === "⌋" ? (l = u = "⎥", c = "⎦", d = "Size4-Regular", f = "rfloor", p = 667) : t === "\\rceil" || t === "⌉" ? (u = "⎤", l = c = "⎥", d = "Size4-Regular", f = "rceil", p = 667) : t === "(" || t === "\\lparen" ? (u = "⎛", l = "⎜", c = "⎝", d = "Size4-Regular", f = "lparen", p = 875) : t === ")" || t === "\\rparen" ? (u = "⎞", l = "⎟", c = "⎠", d = "Size4-Regular", f = "rparen", p = 875) : t === "\\{" || t === "\\lbrace" ? (u = "⎧", o = "⎨", c = "⎩", l = "⎪", d = "Size4-Regular") : t === "\\}" || t === "\\rbrace" ? (u = "⎫", o = "⎬", c = "⎭", l = "⎪", d = "Size4-Regular") : t === "\\lgroup" || t === "⟮" ? (u = "⎧", c = "⎩", l = "⎪", d = "Size4-Regular") : t === "\\rgroup" || t === "⟯" ? (u = "⎫", c = "⎭", l = "⎪", d = "Size4-Regular") : t === "\\lmoustache" || t === "⎰" ? (u = "⎧", c = "⎭", l = "⎪", d = "Size4-Regular") : (t === "\\rmoustache" || t === "⎱") && (u = "⎫", c = "⎩", l = "⎪", d = "Size4-Regular");
16773
- var b = Oa(u, d, i), y = b.height + b.depth, x = Oa(l, d, i), v = x.height + x.depth, S = Oa(c, d, i), A = S.height + S.depth, M = 0, B = 1;
16773
+ var b = Oa(u, d, i), y = b.height + b.depth, T = Oa(l, d, i), v = T.height + T.depth, S = Oa(c, d, i), A = S.height + S.depth, M = 0, B = 1;
16774
16774
  if (o !== null) {
16775
16775
  var N = Oa(o, d, i);
16776
16776
  M = N.height + N.depth, B = 2;
@@ -17168,12 +17168,12 @@ var h0 = (e, t) => {
17168
17168
  i = Qr(["hide-tail"], [b], t), i.style.height = ce(f), s = r.depth + o + l;
17169
17169
  } else {
17170
17170
  /cancel/.test(n) ? u || r.classes.push("cancel-pad") : n === "angl" ? r.classes.push("anglpad") : r.classes.push("boxpad");
17171
- var y = 0, x = 0, v = 0;
17171
+ var y = 0, T = 0, v = 0;
17172
17172
  /box/.test(n) ? (v = Math.max(
17173
17173
  t.fontMetrics().fboxrule,
17174
17174
  // default
17175
17175
  t.minRuleThickness
17176
- ), y = t.fontMetrics().fboxsep + (n === "colorbox" ? 0 : v), x = y) : n === "angl" ? (v = Math.max(t.fontMetrics().defaultRuleThickness, t.minRuleThickness), y = 4 * v, x = Math.max(0, 0.25 - r.depth)) : (y = u ? 0.2 : 0, x = y), i = Iy(r, n, y, x, t), /fbox|boxed|fcolorbox/.test(n) ? (i.style.borderStyle = "solid", i.style.borderWidth = ce(v)) : n === "angl" && v !== 0.049 && (i.style.borderTopWidth = ce(v), i.style.borderRightWidth = ce(v)), s = r.depth + x, e.backgroundColor && (i.style.backgroundColor = e.backgroundColor, e.borderColor && (i.style.borderColor = e.borderColor));
17176
+ ), y = t.fontMetrics().fboxsep + (n === "colorbox" ? 0 : v), T = y) : n === "angl" ? (v = Math.max(t.fontMetrics().defaultRuleThickness, t.minRuleThickness), y = 4 * v, T = Math.max(0, 0.25 - r.depth)) : (y = u ? 0.2 : 0, T = y), i = Iy(r, n, y, T, t), /fbox|boxed|fcolorbox/.test(n) ? (i.style.borderStyle = "solid", i.style.borderWidth = ce(v)) : n === "angl" && v !== 0.049 && (i.style.borderTopWidth = ce(v), i.style.borderRightWidth = ce(v)), s = r.depth + T, e.backgroundColor && (i.style.backgroundColor = e.backgroundColor, e.borderColor && (i.style.borderColor = e.borderColor));
17177
17177
  }
17178
17178
  var S;
17179
17179
  if (e.backgroundColor)
@@ -17406,7 +17406,7 @@ function pr(e) {
17406
17406
  i && (Ss[t] = i), s && (ks[t] = s);
17407
17407
  }
17408
17408
  var up = {};
17409
- function T(e, t) {
17409
+ function x(e, t) {
17410
17410
  up[e] = t;
17411
17411
  }
17412
17412
  class Rt {
@@ -17481,7 +17481,7 @@ function an(e, t, r) {
17481
17481
  throw new ie("Invalid \\arraystretch: " + d);
17482
17482
  }
17483
17483
  e.gullet.beginGroup();
17484
- var b = [], y = [b], x = [], v = [], S = o != null ? [] : void 0;
17484
+ var b = [], y = [b], T = [], v = [], S = o != null ? [] : void 0;
17485
17485
  function A() {
17486
17486
  o && e.gullet.macros.set("\\@eqnsw", "1", !0);
17487
17487
  }
@@ -17516,7 +17516,7 @@ function an(e, t, r) {
17516
17516
  } else if (L === "\\\\") {
17517
17517
  e.consume();
17518
17518
  var z = void 0;
17519
- e.gullet.future().text !== " " && (z = e.parseSizeGroup(!0)), x.push(z ? z.value : null), M(), v.push(K1(e)), b = [], y.push(b), A();
17519
+ e.gullet.future().text !== " " && (z = e.parseSizeGroup(!0)), T.push(z ? z.value : null), M(), v.push(K1(e)), b = [], y.push(b), A();
17520
17520
  } else
17521
17521
  throw new ie("Expected & or \\\\ or \\cr or \\end", e.nextToken);
17522
17522
  }
@@ -17527,7 +17527,7 @@ function an(e, t, r) {
17527
17527
  arraystretch: s,
17528
17528
  body: y,
17529
17529
  cols: i,
17530
- rowGaps: x,
17530
+ rowGaps: T,
17531
17531
  hskipBeforeAndAfter: n,
17532
17532
  hLinesBeforeRow: v,
17533
17533
  colSeparationType: u,
@@ -17551,7 +17551,7 @@ var gr = function(t, r) {
17551
17551
  var b = t.colSeparationType === "CD" ? Ze({
17552
17552
  number: 3,
17553
17553
  unit: "ex"
17554
- }, r) : 12 * f, y = 3 * f, x = t.arraystretch * b, v = 0.7 * x, S = 0.3 * x, A = 0;
17554
+ }, r) : 12 * f, y = 3 * f, T = t.arraystretch * b, v = 0.7 * T, S = 0.3 * T, A = 0;
17555
17555
  function M(xe) {
17556
17556
  for (var Ie = 0; Ie < xe.length; ++Ie)
17557
17557
  Ie > 0 && (A += 0.25), l.push({
@@ -17568,7 +17568,7 @@ var gr = function(t, r) {
17568
17568
  L < H.depth && (L = H.depth), N < H.height && (N = H.height), z[a] = H;
17569
17569
  }
17570
17570
  var R = t.rowGaps[n], $ = 0;
17571
- R && ($ = Ze(R, r), $ > 0 && ($ += S, L < $ && (L = $), $ = 0)), t.addJot && (L += y), z.height = N, z.depth = L, A += N, z.pos = A, A += L + $, o[n] = z, M(s[n + 1]);
17571
+ R && ($ = Ze(R, r), $ > 0 && ($ += S, L < $ && (L = $), $ = 0)), t.addJot && n < t.body.length - 1 && (L += y), z.height = N, z.depth = L, A += N, z.pos = A, A += L + $, o[n] = z, M(s[n + 1]);
17572
17572
  }
17573
17573
  var X = A / 2 + r.fontMetrics().axisHeight, ge = t.cols || [], ee = [], Y, W, le = [];
17574
17574
  if (t.tags && t.tags.some((xe) => xe))
@@ -17670,11 +17670,11 @@ var gr = function(t, r) {
17670
17670
  c.setAttribute("rowspacing", ce(f));
17671
17671
  var p = "", d = "";
17672
17672
  if (t.cols && t.cols.length > 0) {
17673
- var b = t.cols, y = "", x = !1, v = 0, S = b.length;
17673
+ var b = t.cols, y = "", T = !1, v = 0, S = b.length;
17674
17674
  b[0].type === "separator" && (p += "top ", v = 1), b[b.length - 1].type === "separator" && (p += "bottom ", S -= 1);
17675
17675
  for (var A = v; A < S; A++) {
17676
17676
  var M = b[A];
17677
- M.type === "align" ? (d += Wy[M.align], x && (y += "none "), x = !0) : M.type === "separator" && x && (y += M.separator === "|" ? "solid " : "dashed ", x = !1);
17677
+ M.type === "align" ? (d += Wy[M.align], T && (y += "none "), T = !0) : M.type === "separator" && T && (y += M.separator === "|" ? "solid " : "dashed ", T = !1);
17678
17678
  }
17679
17679
  c.setAttribute("columnalign", d.trim()), /[sd]/.test(y) && c.setAttribute("columnlines", y.trim());
17680
17680
  }
@@ -17725,11 +17725,11 @@ var gr = function(t, r) {
17725
17725
  }
17726
17726
  });
17727
17727
  for (var b = 0; b < o; ++b) {
17728
- var y = "r", x = 0;
17729
- b % 2 === 1 ? y = "l" : b > 0 && d && (x = 1), n[b] = {
17728
+ var y = "r", T = 0;
17729
+ b % 2 === 1 ? y = "l" : b > 0 && d && (T = 1), n[b] = {
17730
17730
  type: "align",
17731
17731
  align: y,
17732
- pregap: x,
17732
+ pregap: T,
17733
17733
  postgap: 0
17734
17734
  };
17735
17735
  }
@@ -17979,8 +17979,8 @@ pr({
17979
17979
  htmlBuilder: gr,
17980
17980
  mathmlBuilder: br
17981
17981
  });
17982
- T("\\nonumber", "\\gdef\\@eqnsw{0}");
17983
- T("\\notag", "\\nonumber");
17982
+ x("\\nonumber", "\\gdef\\@eqnsw{0}");
17983
+ x("\\notag", "\\nonumber");
17984
17984
  he({
17985
17985
  type: "text",
17986
17986
  // Doesn't matter what this is.
@@ -18154,12 +18154,12 @@ var Gy = (e, t) => {
18154
18154
  e.hasBarLine ? (e.barSize ? (f = Ze(e.barSize, t), c = Zn("frac-line", t, f)) : c = Zn("frac-line", t), f = c.height, p = c.height) : (c = null, f = 0, p = t.fontMetrics().defaultRuleThickness);
18155
18155
  var d, b, y;
18156
18156
  r.size === Ae.DISPLAY.size ? (d = t.fontMetrics().num1, f > 0 ? b = 3 * p : b = 7 * p, y = t.fontMetrics().denom1) : (f > 0 ? (d = t.fontMetrics().num2, b = p) : (d = t.fontMetrics().num3, b = 3 * p), y = t.fontMetrics().denom2);
18157
- var x;
18157
+ var T;
18158
18158
  if (c) {
18159
18159
  var S = t.fontMetrics().axisHeight;
18160
18160
  d - s.depth - (S + 0.5 * f) < b && (d += b - (d - s.depth - (S + 0.5 * f))), S - 0.5 * f - (l.height - y) < b && (y += b - (S - 0.5 * f - (l.height - y)));
18161
18161
  var A = -(S - 0.5 * f);
18162
- x = ze({
18162
+ T = ze({
18163
18163
  positionType: "individualShift",
18164
18164
  children: [{
18165
18165
  type: "elem",
@@ -18177,7 +18177,7 @@ var Gy = (e, t) => {
18177
18177
  });
18178
18178
  } else {
18179
18179
  var v = d - s.depth - (l.height - y);
18180
- v < b && (d += 0.5 * (b - v), y += 0.5 * (b - v)), x = ze({
18180
+ v < b && (d += 0.5 * (b - v), y += 0.5 * (b - v)), T = ze({
18181
18181
  positionType: "individualShift",
18182
18182
  children: [{
18183
18183
  type: "elem",
@@ -18190,11 +18190,11 @@ var Gy = (e, t) => {
18190
18190
  }]
18191
18191
  });
18192
18192
  }
18193
- i = t.havingStyle(r), x.height *= i.sizeMultiplier / t.sizeMultiplier, x.depth *= i.sizeMultiplier / t.sizeMultiplier;
18193
+ i = t.havingStyle(r), T.height *= i.sizeMultiplier / t.sizeMultiplier, T.depth *= i.sizeMultiplier / t.sizeMultiplier;
18194
18194
  var M;
18195
18195
  r.size === Ae.DISPLAY.size ? M = t.fontMetrics().delim1 : r.size === Ae.SCRIPTSCRIPT.size ? M = t.havingStyle(Ae.SCRIPT).fontMetrics().delim2 : M = t.fontMetrics().delim2;
18196
18196
  var B, N;
18197
- return e.leftDelim == null ? B = ei(t, ["mopen"]) : B = go(e.leftDelim, M, !0, t.havingStyle(r), e.mode, ["mopen"]), e.continued ? N = te([]) : e.rightDelim == null ? N = ei(t, ["mclose"]) : N = go(e.rightDelim, M, !0, t.havingStyle(r), e.mode, ["mclose"]), te(["mord"].concat(i.sizingClasses(t)), [B, te(["mfrac"], [x]), N], t);
18197
+ return e.leftDelim == null ? B = ei(t, ["mopen"]) : B = go(e.leftDelim, M, !0, t.havingStyle(r), e.mode, ["mopen"]), e.continued ? N = te([]) : e.rightDelim == null ? N = ei(t, ["mclose"]) : N = go(e.rightDelim, M, !0, t.havingStyle(r), e.mode, ["mclose"]), te(["mord"].concat(i.sizingClasses(t)), [B, te(["mfrac"], [T]), N], t);
18198
18198
  }, Xy = (e, t) => {
18199
18199
  var r = new ue("mfrac", [Ye(e.numer, t), Ye(e.denom, t)]);
18200
18200
  if (!e.hasBarLine)
@@ -19032,12 +19032,12 @@ var dp = (e, t, r, n, a, i, s) => {
19032
19032
  });
19033
19033
  } else
19034
19034
  return e;
19035
- var x = [p];
19035
+ var T = [p];
19036
19036
  if (o && i !== 0 && !u) {
19037
19037
  var v = te(["mspace"], [], n);
19038
- v.style.marginRight = ce(i), x.unshift(v);
19038
+ v.style.marginRight = ce(i), T.unshift(v);
19039
19039
  }
19040
- return te(["mop", "op-limits"], x, n);
19040
+ return te(["mop", "op-limits"], T, n);
19041
19041
  }, mp = /* @__PURE__ */ new Set(["\\smallint"]), fa = (e, t) => {
19042
19042
  var r, n, a = !1, i;
19043
19043
  e.type === "supsub" ? (r = e.sup, n = e.sub, i = _e(e.base, "op"), a = !0) : i = _e(e, "op");
@@ -19069,8 +19069,8 @@ var dp = (e, t, r, n, a, i, s) => {
19069
19069
  b.push(vl(i.name[y], i.mode, t));
19070
19070
  o = te(["mop"], b, t);
19071
19071
  }
19072
- var x = 0, v = 0;
19073
- return (o instanceof Ut || i.name === "\\oiint" || i.name === "\\oiiint") && !i.suppressBaseShift && (x = (o.height - o.depth) / 2 - t.fontMetrics().axisHeight, v = o.italic || 0), a ? dp(o, r, n, t, s, v, x) : (x && (o.style.position = "relative", o.style.top = ce(x)), o);
19072
+ var T = 0, v = 0;
19073
+ return (o instanceof Ut || i.name === "\\oiint" || i.name === "\\oiiint") && !i.suppressBaseShift && (T = (o.height - o.depth) / 2 - t.fontMetrics().axisHeight, v = o.italic || 0), a ? dp(o, r, n, t, s, v, T) : (T && (o.style.position = "relative", o.style.top = ce(T)), o);
19074
19074
  }, yi = (e, t) => {
19075
19075
  var r;
19076
19076
  if (e.symbol)
@@ -19294,7 +19294,7 @@ he({
19294
19294
  htmlBuilder: pp,
19295
19295
  mathmlBuilder: Zy
19296
19296
  });
19297
- T("\\operatorname", "\\@ifstar\\operatornamewithlimits\\operatorname@");
19297
+ x("\\operatorname", "\\@ifstar\\operatornamewithlimits\\operatorname@");
19298
19298
  In({
19299
19299
  type: "ordgroup",
19300
19300
  htmlBuilder(e, t) {
@@ -19372,7 +19372,7 @@ he({
19372
19372
  return new ue("mphantom", r);
19373
19373
  }
19374
19374
  });
19375
- T("\\hphantom", "\\smash{\\phantom{#1}}");
19375
+ x("\\hphantom", "\\smash{\\phantom{#1}}");
19376
19376
  he({
19377
19377
  type: "vphantom",
19378
19378
  names: ["\\vphantom"],
@@ -19630,9 +19630,9 @@ he({
19630
19630
  }]
19631
19631
  });
19632
19632
  if (e.index) {
19633
- var b = t.havingStyle(Ae.SCRIPTSCRIPT), y = He(e.index, b, t), x = 0.6 * (d.height - d.depth), v = ze({
19633
+ var b = t.havingStyle(Ae.SCRIPTSCRIPT), y = He(e.index, b, t), T = 0.6 * (d.height - d.depth), v = ze({
19634
19634
  positionType: "shift",
19635
- positionData: -x,
19635
+ positionData: -T,
19636
19636
  children: [{
19637
19637
  type: "elem",
19638
19638
  elem: y
@@ -19734,7 +19734,7 @@ In({
19734
19734
  }
19735
19735
  var y;
19736
19736
  t.style === Ae.DISPLAY ? y = l.sup1 : t.style.cramped ? y = l.sup3 : y = l.sup2;
19737
- var x = t.sizeMultiplier, v = ce(0.5 / l.ptPerEm / x), S = null;
19737
+ var T = t.sizeMultiplier, v = ce(0.5 / l.ptPerEm / T), S = null;
19738
19738
  if (o) {
19739
19739
  var A = e.base && e.base.type === "op" && e.base.name && (e.base.name === "\\oiint" || e.base.name === "\\oiiint");
19740
19740
  (s instanceof Ut || A) && (S = ce(-s.italic));
@@ -20192,35 +20192,35 @@ class lE {
20192
20192
  }
20193
20193
  }
20194
20194
  var cE = up;
20195
- T("\\noexpand", function(e) {
20195
+ x("\\noexpand", function(e) {
20196
20196
  var t = e.popToken();
20197
20197
  return e.isExpandable(t.text) && (t.noexpand = !0, t.treatAsRelax = !0), {
20198
20198
  tokens: [t],
20199
20199
  numArgs: 0
20200
20200
  };
20201
20201
  });
20202
- T("\\expandafter", function(e) {
20202
+ x("\\expandafter", function(e) {
20203
20203
  var t = e.popToken();
20204
20204
  return e.expandOnce(!0), {
20205
20205
  tokens: [t],
20206
20206
  numArgs: 0
20207
20207
  };
20208
20208
  });
20209
- T("\\@firstoftwo", function(e) {
20209
+ x("\\@firstoftwo", function(e) {
20210
20210
  var t = e.consumeArgs(2);
20211
20211
  return {
20212
20212
  tokens: t[0],
20213
20213
  numArgs: 0
20214
20214
  };
20215
20215
  });
20216
- T("\\@secondoftwo", function(e) {
20216
+ x("\\@secondoftwo", function(e) {
20217
20217
  var t = e.consumeArgs(2);
20218
20218
  return {
20219
20219
  tokens: t[1],
20220
20220
  numArgs: 0
20221
20221
  };
20222
20222
  });
20223
- T("\\@ifnextchar", function(e) {
20223
+ x("\\@ifnextchar", function(e) {
20224
20224
  var t = e.consumeArgs(3);
20225
20225
  e.consumeSpaces();
20226
20226
  var r = e.future();
@@ -20232,8 +20232,8 @@ T("\\@ifnextchar", function(e) {
20232
20232
  numArgs: 0
20233
20233
  };
20234
20234
  });
20235
- T("\\@ifstar", "\\@ifnextchar *{\\@firstoftwo{#1}}");
20236
- T("\\TextOrMath", function(e) {
20235
+ x("\\@ifstar", "\\@ifnextchar *{\\@firstoftwo{#1}}");
20236
+ x("\\TextOrMath", function(e) {
20237
20237
  var t = e.consumeArgs(2);
20238
20238
  return e.mode === "text" ? {
20239
20239
  tokens: t[0],
@@ -20267,7 +20267,7 @@ var ff = {
20267
20267
  f: 15,
20268
20268
  F: 15
20269
20269
  };
20270
- T("\\char", function(e) {
20270
+ x("\\char", function(e) {
20271
20271
  var t = e.popToken(), r, n = 0;
20272
20272
  if (t.text === "'")
20273
20273
  r = 8, t = e.popToken();
@@ -20313,95 +20313,95 @@ var Nl = (e, t, r, n) => {
20313
20313
  numArgs: u
20314
20314
  }), "";
20315
20315
  };
20316
- T("\\newcommand", (e) => Nl(e, !1, !0, !1));
20317
- T("\\renewcommand", (e) => Nl(e, !0, !1, !1));
20318
- T("\\providecommand", (e) => Nl(e, !0, !0, !0));
20319
- T("\\message", (e) => {
20316
+ x("\\newcommand", (e) => Nl(e, !1, !0, !1));
20317
+ x("\\renewcommand", (e) => Nl(e, !0, !1, !1));
20318
+ x("\\providecommand", (e) => Nl(e, !0, !0, !0));
20319
+ x("\\message", (e) => {
20320
20320
  var t = e.consumeArgs(1)[0];
20321
20321
  return console.log(t.reverse().map((r) => r.text).join("")), "";
20322
20322
  });
20323
- T("\\errmessage", (e) => {
20323
+ x("\\errmessage", (e) => {
20324
20324
  var t = e.consumeArgs(1)[0];
20325
20325
  return console.error(t.reverse().map((r) => r.text).join("")), "";
20326
20326
  });
20327
- T("\\show", (e) => {
20327
+ x("\\show", (e) => {
20328
20328
  var t = e.popToken(), r = t.text;
20329
20329
  return console.log(t, e.macros.get(r), Wr[r], Ke.math[r], Ke.text[r]), "";
20330
20330
  });
20331
- T("\\bgroup", "{");
20332
- T("\\egroup", "}");
20333
- T("~", "\\nobreakspace");
20334
- T("\\lq", "`");
20335
- T("\\rq", "'");
20336
- T("\\aa", "\\r a");
20337
- T("\\AA", "\\r A");
20338
- T("\\textcopyright", "\\html@mathml{\\textcircled{c}}{\\char`©}");
20339
- T("\\copyright", "\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}");
20340
- T("\\textregistered", "\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}");
20341
- T("ℬ", "\\mathscr{B}");
20342
- T("ℰ", "\\mathscr{E}");
20343
- T("ℱ", "\\mathscr{F}");
20344
- T("ℋ", "\\mathscr{H}");
20345
- T("ℐ", "\\mathscr{I}");
20346
- T("ℒ", "\\mathscr{L}");
20347
- T("ℳ", "\\mathscr{M}");
20348
- T("ℛ", "\\mathscr{R}");
20349
- T("ℭ", "\\mathfrak{C}");
20350
- T("ℌ", "\\mathfrak{H}");
20351
- T("ℨ", "\\mathfrak{Z}");
20352
- T("\\Bbbk", "\\Bbb{k}");
20353
- T("\\llap", "\\mathllap{\\textrm{#1}}");
20354
- T("\\rlap", "\\mathrlap{\\textrm{#1}}");
20355
- T("\\clap", "\\mathclap{\\textrm{#1}}");
20356
- T("\\mathstrut", "\\vphantom{(}");
20357
- T("\\underbar", "\\underline{\\text{#1}}");
20358
- T("\\not", '\\html@mathml{\\mathrel{\\mathrlap\\@not}\\nobreak}{\\char"338}');
20359
- T("\\neq", "\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}");
20360
- T("\\ne", "\\neq");
20361
- T("≠", "\\neq");
20362
- T("\\notin", "\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}");
20363
- T("∉", "\\notin");
20364
- T("≘", "\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}");
20365
- T("≙", "\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}");
20366
- T("≚", "\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}");
20367
- T("≛", "\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}");
20368
- T("≝", "\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}");
20369
- T("≞", "\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}");
20370
- T("≟", "\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}");
20371
- T("⟂", "\\perp");
20372
- T("‼", "\\mathclose{!\\mkern-0.8mu!}");
20373
- T("∌", "\\notni");
20374
- T("⌜", "\\ulcorner");
20375
- T("⌝", "\\urcorner");
20376
- T("⌞", "\\llcorner");
20377
- T("⌟", "\\lrcorner");
20378
- T("©", "\\copyright");
20379
- T("®", "\\textregistered");
20380
- T("\\ulcorner", '\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}');
20381
- T("\\urcorner", '\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}');
20382
- T("\\llcorner", '\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}');
20383
- T("\\lrcorner", '\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}');
20384
- T("\\vdots", "{\\varvdots\\rule{0pt}{15pt}}");
20385
- T("⋮", "\\vdots");
20386
- T("\\varGamma", "\\mathit{\\Gamma}");
20387
- T("\\varDelta", "\\mathit{\\Delta}");
20388
- T("\\varTheta", "\\mathit{\\Theta}");
20389
- T("\\varLambda", "\\mathit{\\Lambda}");
20390
- T("\\varXi", "\\mathit{\\Xi}");
20391
- T("\\varPi", "\\mathit{\\Pi}");
20392
- T("\\varSigma", "\\mathit{\\Sigma}");
20393
- T("\\varUpsilon", "\\mathit{\\Upsilon}");
20394
- T("\\varPhi", "\\mathit{\\Phi}");
20395
- T("\\varPsi", "\\mathit{\\Psi}");
20396
- T("\\varOmega", "\\mathit{\\Omega}");
20397
- T("\\substack", "\\begin{subarray}{c}#1\\end{subarray}");
20398
- T("\\colon", "\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax");
20399
- T("\\boxed", "\\fbox{$\\displaystyle{#1}$}");
20400
- T("\\iff", "\\DOTSB\\;\\Longleftrightarrow\\;");
20401
- T("\\implies", "\\DOTSB\\;\\Longrightarrow\\;");
20402
- T("\\impliedby", "\\DOTSB\\;\\Longleftarrow\\;");
20403
- T("\\dddot", "{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}");
20404
- T("\\ddddot", "{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");
20331
+ x("\\bgroup", "{");
20332
+ x("\\egroup", "}");
20333
+ x("~", "\\nobreakspace");
20334
+ x("\\lq", "`");
20335
+ x("\\rq", "'");
20336
+ x("\\aa", "\\r a");
20337
+ x("\\AA", "\\r A");
20338
+ x("\\textcopyright", "\\html@mathml{\\textcircled{c}}{\\char`©}");
20339
+ x("\\copyright", "\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}");
20340
+ x("\\textregistered", "\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}");
20341
+ x("ℬ", "\\mathscr{B}");
20342
+ x("ℰ", "\\mathscr{E}");
20343
+ x("ℱ", "\\mathscr{F}");
20344
+ x("ℋ", "\\mathscr{H}");
20345
+ x("ℐ", "\\mathscr{I}");
20346
+ x("ℒ", "\\mathscr{L}");
20347
+ x("ℳ", "\\mathscr{M}");
20348
+ x("ℛ", "\\mathscr{R}");
20349
+ x("ℭ", "\\mathfrak{C}");
20350
+ x("ℌ", "\\mathfrak{H}");
20351
+ x("ℨ", "\\mathfrak{Z}");
20352
+ x("\\Bbbk", "\\Bbb{k}");
20353
+ x("\\llap", "\\mathllap{\\textrm{#1}}");
20354
+ x("\\rlap", "\\mathrlap{\\textrm{#1}}");
20355
+ x("\\clap", "\\mathclap{\\textrm{#1}}");
20356
+ x("\\mathstrut", "\\vphantom{(}");
20357
+ x("\\underbar", "\\underline{\\text{#1}}");
20358
+ x("\\not", '\\html@mathml{\\mathrel{\\mathrlap\\@not}\\nobreak}{\\char"338}');
20359
+ x("\\neq", "\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}");
20360
+ x("\\ne", "\\neq");
20361
+ x("≠", "\\neq");
20362
+ x("\\notin", "\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}");
20363
+ x("∉", "\\notin");
20364
+ x("≘", "\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}");
20365
+ x("≙", "\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}");
20366
+ x("≚", "\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}");
20367
+ x("≛", "\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}");
20368
+ x("≝", "\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}");
20369
+ x("≞", "\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}");
20370
+ x("≟", "\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}");
20371
+ x("⟂", "\\perp");
20372
+ x("‼", "\\mathclose{!\\mkern-0.8mu!}");
20373
+ x("∌", "\\notni");
20374
+ x("⌜", "\\ulcorner");
20375
+ x("⌝", "\\urcorner");
20376
+ x("⌞", "\\llcorner");
20377
+ x("⌟", "\\lrcorner");
20378
+ x("©", "\\copyright");
20379
+ x("®", "\\textregistered");
20380
+ x("\\ulcorner", '\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}');
20381
+ x("\\urcorner", '\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}');
20382
+ x("\\llcorner", '\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}');
20383
+ x("\\lrcorner", '\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}');
20384
+ x("\\vdots", "{\\varvdots\\rule{0pt}{15pt}}");
20385
+ x("⋮", "\\vdots");
20386
+ x("\\varGamma", "\\mathit{\\Gamma}");
20387
+ x("\\varDelta", "\\mathit{\\Delta}");
20388
+ x("\\varTheta", "\\mathit{\\Theta}");
20389
+ x("\\varLambda", "\\mathit{\\Lambda}");
20390
+ x("\\varXi", "\\mathit{\\Xi}");
20391
+ x("\\varPi", "\\mathit{\\Pi}");
20392
+ x("\\varSigma", "\\mathit{\\Sigma}");
20393
+ x("\\varUpsilon", "\\mathit{\\Upsilon}");
20394
+ x("\\varPhi", "\\mathit{\\Phi}");
20395
+ x("\\varPsi", "\\mathit{\\Psi}");
20396
+ x("\\varOmega", "\\mathit{\\Omega}");
20397
+ x("\\substack", "\\begin{subarray}{c}#1\\end{subarray}");
20398
+ x("\\colon", "\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax");
20399
+ x("\\boxed", "\\fbox{$\\displaystyle{#1}$}");
20400
+ x("\\iff", "\\DOTSB\\;\\Longleftrightarrow\\;");
20401
+ x("\\implies", "\\DOTSB\\;\\Longrightarrow\\;");
20402
+ x("\\impliedby", "\\DOTSB\\;\\Longleftarrow\\;");
20403
+ x("\\dddot", "{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}");
20404
+ x("\\ddddot", "{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");
20405
20405
  var hf = {
20406
20406
  ",": "\\dotsc",
20407
20407
  "\\not": "\\dotsb",
@@ -20457,7 +20457,7 @@ var hf = {
20457
20457
  // Symbols whose definition starts with \DOTSX:
20458
20458
  "\\DOTSX": "\\dotsx"
20459
20459
  }, fE = /* @__PURE__ */ new Set(["bin", "rel"]);
20460
- T("\\dots", function(e) {
20460
+ x("\\dots", function(e) {
20461
20461
  var t = "\\dotso", r = e.expandAfterFuture().text;
20462
20462
  return r in hf ? t = hf[r] : (r.slice(0, 4) === "\\not" || r in Ke.math && fE.has(Ke.math[r].group)) && (t = "\\dotsb"), t;
20463
20463
  });
@@ -20485,202 +20485,202 @@ var Ol = {
20485
20485
  ".": !0,
20486
20486
  ",": !0
20487
20487
  };
20488
- T("\\dotso", function(e) {
20488
+ x("\\dotso", function(e) {
20489
20489
  var t = e.future().text;
20490
20490
  return t in Ol ? "\\ldots\\," : "\\ldots";
20491
20491
  });
20492
- T("\\dotsc", function(e) {
20492
+ x("\\dotsc", function(e) {
20493
20493
  var t = e.future().text;
20494
20494
  return t in Ol && t !== "," ? "\\ldots\\," : "\\ldots";
20495
20495
  });
20496
- T("\\cdots", function(e) {
20496
+ x("\\cdots", function(e) {
20497
20497
  var t = e.future().text;
20498
20498
  return t in Ol ? "\\@cdots\\," : "\\@cdots";
20499
20499
  });
20500
- T("\\dotsb", "\\cdots");
20501
- T("\\dotsm", "\\cdots");
20502
- T("\\dotsi", "\\!\\cdots");
20503
- T("\\dotsx", "\\ldots\\,");
20504
- T("\\DOTSI", "\\relax");
20505
- T("\\DOTSB", "\\relax");
20506
- T("\\DOTSX", "\\relax");
20507
- T("\\tmspace", "\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax");
20508
- T("\\,", "\\tmspace+{3mu}{.1667em}");
20509
- T("\\thinspace", "\\,");
20510
- T("\\>", "\\mskip{4mu}");
20511
- T("\\:", "\\tmspace+{4mu}{.2222em}");
20512
- T("\\medspace", "\\:");
20513
- T("\\;", "\\tmspace+{5mu}{.2777em}");
20514
- T("\\thickspace", "\\;");
20515
- T("\\!", "\\tmspace-{3mu}{.1667em}");
20516
- T("\\negthinspace", "\\!");
20517
- T("\\negmedspace", "\\tmspace-{4mu}{.2222em}");
20518
- T("\\negthickspace", "\\tmspace-{5mu}{.277em}");
20519
- T("\\enspace", "\\kern.5em ");
20520
- T("\\enskip", "\\hskip.5em\\relax");
20521
- T("\\quad", "\\hskip1em\\relax");
20522
- T("\\qquad", "\\hskip2em\\relax");
20523
- T("\\tag", "\\@ifstar\\tag@literal\\tag@paren");
20524
- T("\\tag@paren", "\\tag@literal{({#1})}");
20525
- T("\\tag@literal", (e) => {
20500
+ x("\\dotsb", "\\cdots");
20501
+ x("\\dotsm", "\\cdots");
20502
+ x("\\dotsi", "\\!\\cdots");
20503
+ x("\\dotsx", "\\ldots\\,");
20504
+ x("\\DOTSI", "\\relax");
20505
+ x("\\DOTSB", "\\relax");
20506
+ x("\\DOTSX", "\\relax");
20507
+ x("\\tmspace", "\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax");
20508
+ x("\\,", "\\tmspace+{3mu}{.1667em}");
20509
+ x("\\thinspace", "\\,");
20510
+ x("\\>", "\\mskip{4mu}");
20511
+ x("\\:", "\\tmspace+{4mu}{.2222em}");
20512
+ x("\\medspace", "\\:");
20513
+ x("\\;", "\\tmspace+{5mu}{.2777em}");
20514
+ x("\\thickspace", "\\;");
20515
+ x("\\!", "\\tmspace-{3mu}{.1667em}");
20516
+ x("\\negthinspace", "\\!");
20517
+ x("\\negmedspace", "\\tmspace-{4mu}{.2222em}");
20518
+ x("\\negthickspace", "\\tmspace-{5mu}{.277em}");
20519
+ x("\\enspace", "\\kern.5em ");
20520
+ x("\\enskip", "\\hskip.5em\\relax");
20521
+ x("\\quad", "\\hskip1em\\relax");
20522
+ x("\\qquad", "\\hskip2em\\relax");
20523
+ x("\\tag", "\\@ifstar\\tag@literal\\tag@paren");
20524
+ x("\\tag@paren", "\\tag@literal{({#1})}");
20525
+ x("\\tag@literal", (e) => {
20526
20526
  if (e.macros.get("\\df@tag"))
20527
20527
  throw new ie("Multiple \\tag");
20528
20528
  return "\\gdef\\df@tag{\\text{#1}}";
20529
20529
  });
20530
- T("\\bmod", "\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}");
20531
- T("\\pod", "\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)");
20532
- T("\\pmod", "\\pod{{\\rm mod}\\mkern6mu#1}");
20533
- T("\\mod", "\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1");
20534
- T("\\newline", "\\\\\\relax");
20535
- T("\\TeX", "\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");
20530
+ x("\\bmod", "\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}");
20531
+ x("\\pod", "\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)");
20532
+ x("\\pmod", "\\pod{{\\rm mod}\\mkern6mu#1}");
20533
+ x("\\mod", "\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1");
20534
+ x("\\newline", "\\\\\\relax");
20535
+ x("\\TeX", "\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");
20536
20536
  var Ep = ce(lr["Main-Regular"][84][1] - 0.7 * lr["Main-Regular"][65][1]);
20537
- T("\\LaTeX", "\\textrm{\\html@mathml{" + ("L\\kern-.36em\\raisebox{" + Ep + "}{\\scriptstyle A}") + "\\kern-.15em\\TeX}{LaTeX}}");
20538
- T("\\KaTeX", "\\textrm{\\html@mathml{" + ("K\\kern-.17em\\raisebox{" + Ep + "}{\\scriptstyle A}") + "\\kern-.15em\\TeX}{KaTeX}}");
20539
- T("\\hspace", "\\@ifstar\\@hspacer\\@hspace");
20540
- T("\\@hspace", "\\hskip #1\\relax");
20541
- T("\\@hspacer", "\\rule{0pt}{0pt}\\hskip #1\\relax");
20542
- T("\\ordinarycolon", ":");
20543
- T("\\vcentcolon", "\\mathrel{\\mathop\\ordinarycolon}");
20544
- T("\\dblcolon", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}');
20545
- T("\\coloneqq", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}');
20546
- T("\\Coloneqq", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}');
20547
- T("\\coloneq", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}');
20548
- T("\\Coloneq", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}');
20549
- T("\\eqqcolon", '\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}');
20550
- T("\\Eqqcolon", '\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}');
20551
- T("\\eqcolon", '\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}');
20552
- T("\\Eqcolon", '\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}');
20553
- T("\\colonapprox", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}');
20554
- T("\\Colonapprox", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}');
20555
- T("\\colonsim", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}');
20556
- T("\\Colonsim", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}');
20557
- T("∷", "\\dblcolon");
20558
- T("∹", "\\eqcolon");
20559
- T("≔", "\\coloneqq");
20560
- T("≕", "\\eqqcolon");
20561
- T("⩴", "\\Coloneqq");
20562
- T("\\ratio", "\\vcentcolon");
20563
- T("\\coloncolon", "\\dblcolon");
20564
- T("\\colonequals", "\\coloneqq");
20565
- T("\\coloncolonequals", "\\Coloneqq");
20566
- T("\\equalscolon", "\\eqqcolon");
20567
- T("\\equalscoloncolon", "\\Eqqcolon");
20568
- T("\\colonminus", "\\coloneq");
20569
- T("\\coloncolonminus", "\\Coloneq");
20570
- T("\\minuscolon", "\\eqcolon");
20571
- T("\\minuscoloncolon", "\\Eqcolon");
20572
- T("\\coloncolonapprox", "\\Colonapprox");
20573
- T("\\coloncolonsim", "\\Colonsim");
20574
- T("\\simcolon", "\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}");
20575
- T("\\simcoloncolon", "\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}");
20576
- T("\\approxcolon", "\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}");
20577
- T("\\approxcoloncolon", "\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}");
20578
- T("\\notni", "\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}");
20579
- T("\\limsup", "\\DOTSB\\operatorname*{lim\\,sup}");
20580
- T("\\liminf", "\\DOTSB\\operatorname*{lim\\,inf}");
20581
- T("\\injlim", "\\DOTSB\\operatorname*{inj\\,lim}");
20582
- T("\\projlim", "\\DOTSB\\operatorname*{proj\\,lim}");
20583
- T("\\varlimsup", "\\DOTSB\\operatorname*{\\overline{lim}}");
20584
- T("\\varliminf", "\\DOTSB\\operatorname*{\\underline{lim}}");
20585
- T("\\varinjlim", "\\DOTSB\\operatorname*{\\underrightarrow{lim}}");
20586
- T("\\varprojlim", "\\DOTSB\\operatorname*{\\underleftarrow{lim}}");
20587
- T("\\gvertneqq", "\\html@mathml{\\@gvertneqq}{≩}");
20588
- T("\\lvertneqq", "\\html@mathml{\\@lvertneqq}{≨}");
20589
- T("\\ngeqq", "\\html@mathml{\\@ngeqq}{≱}");
20590
- T("\\ngeqslant", "\\html@mathml{\\@ngeqslant}{≱}");
20591
- T("\\nleqq", "\\html@mathml{\\@nleqq}{≰}");
20592
- T("\\nleqslant", "\\html@mathml{\\@nleqslant}{≰}");
20593
- T("\\nshortmid", "\\html@mathml{\\@nshortmid}{∤}");
20594
- T("\\nshortparallel", "\\html@mathml{\\@nshortparallel}{∦}");
20595
- T("\\nsubseteqq", "\\html@mathml{\\@nsubseteqq}{⊈}");
20596
- T("\\nsupseteqq", "\\html@mathml{\\@nsupseteqq}{⊉}");
20597
- T("\\varsubsetneq", "\\html@mathml{\\@varsubsetneq}{⊊}");
20598
- T("\\varsubsetneqq", "\\html@mathml{\\@varsubsetneqq}{⫋}");
20599
- T("\\varsupsetneq", "\\html@mathml{\\@varsupsetneq}{⊋}");
20600
- T("\\varsupsetneqq", "\\html@mathml{\\@varsupsetneqq}{⫌}");
20601
- T("\\imath", "\\html@mathml{\\@imath}{ı}");
20602
- T("\\jmath", "\\html@mathml{\\@jmath}{ȷ}");
20603
- T("\\llbracket", "\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}");
20604
- T("\\rrbracket", "\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}");
20605
- T("⟦", "\\llbracket");
20606
- T("⟧", "\\rrbracket");
20607
- T("\\lBrace", "\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}");
20608
- T("\\rBrace", "\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}");
20609
- T("⦃", "\\lBrace");
20610
- T("⦄", "\\rBrace");
20611
- T("\\minuso", "\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}");
20612
- T("⦵", "\\minuso");
20613
- T("\\darr", "\\downarrow");
20614
- T("\\dArr", "\\Downarrow");
20615
- T("\\Darr", "\\Downarrow");
20616
- T("\\lang", "\\langle");
20617
- T("\\rang", "\\rangle");
20618
- T("\\uarr", "\\uparrow");
20619
- T("\\uArr", "\\Uparrow");
20620
- T("\\Uarr", "\\Uparrow");
20621
- T("\\N", "\\mathbb{N}");
20622
- T("\\R", "\\mathbb{R}");
20623
- T("\\Z", "\\mathbb{Z}");
20624
- T("\\alef", "\\aleph");
20625
- T("\\alefsym", "\\aleph");
20626
- T("\\Alpha", "\\mathrm{A}");
20627
- T("\\Beta", "\\mathrm{B}");
20628
- T("\\bull", "\\bullet");
20629
- T("\\Chi", "\\mathrm{X}");
20630
- T("\\clubs", "\\clubsuit");
20631
- T("\\cnums", "\\mathbb{C}");
20632
- T("\\Complex", "\\mathbb{C}");
20633
- T("\\Dagger", "\\ddagger");
20634
- T("\\diamonds", "\\diamondsuit");
20635
- T("\\empty", "\\emptyset");
20636
- T("\\Epsilon", "\\mathrm{E}");
20637
- T("\\Eta", "\\mathrm{H}");
20638
- T("\\exist", "\\exists");
20639
- T("\\harr", "\\leftrightarrow");
20640
- T("\\hArr", "\\Leftrightarrow");
20641
- T("\\Harr", "\\Leftrightarrow");
20642
- T("\\hearts", "\\heartsuit");
20643
- T("\\image", "\\Im");
20644
- T("\\infin", "\\infty");
20645
- T("\\Iota", "\\mathrm{I}");
20646
- T("\\isin", "\\in");
20647
- T("\\Kappa", "\\mathrm{K}");
20648
- T("\\larr", "\\leftarrow");
20649
- T("\\lArr", "\\Leftarrow");
20650
- T("\\Larr", "\\Leftarrow");
20651
- T("\\lrarr", "\\leftrightarrow");
20652
- T("\\lrArr", "\\Leftrightarrow");
20653
- T("\\Lrarr", "\\Leftrightarrow");
20654
- T("\\Mu", "\\mathrm{M}");
20655
- T("\\natnums", "\\mathbb{N}");
20656
- T("\\Nu", "\\mathrm{N}");
20657
- T("\\Omicron", "\\mathrm{O}");
20658
- T("\\plusmn", "\\pm");
20659
- T("\\rarr", "\\rightarrow");
20660
- T("\\rArr", "\\Rightarrow");
20661
- T("\\Rarr", "\\Rightarrow");
20662
- T("\\real", "\\Re");
20663
- T("\\reals", "\\mathbb{R}");
20664
- T("\\Reals", "\\mathbb{R}");
20665
- T("\\Rho", "\\mathrm{P}");
20666
- T("\\sdot", "\\cdot");
20667
- T("\\sect", "\\S");
20668
- T("\\spades", "\\spadesuit");
20669
- T("\\sub", "\\subset");
20670
- T("\\sube", "\\subseteq");
20671
- T("\\supe", "\\supseteq");
20672
- T("\\Tau", "\\mathrm{T}");
20673
- T("\\thetasym", "\\vartheta");
20674
- T("\\weierp", "\\wp");
20675
- T("\\Zeta", "\\mathrm{Z}");
20676
- T("\\argmin", "\\DOTSB\\operatorname*{arg\\,min}");
20677
- T("\\argmax", "\\DOTSB\\operatorname*{arg\\,max}");
20678
- T("\\plim", "\\DOTSB\\mathop{\\operatorname{plim}}\\limits");
20679
- T("\\bra", "\\mathinner{\\langle{#1}|}");
20680
- T("\\ket", "\\mathinner{|{#1}\\rangle}");
20681
- T("\\braket", "\\mathinner{\\langle{#1}\\rangle}");
20682
- T("\\Bra", "\\left\\langle#1\\right|");
20683
- T("\\Ket", "\\left|#1\\right\\rangle");
20537
+ x("\\LaTeX", "\\textrm{\\html@mathml{" + ("L\\kern-.36em\\raisebox{" + Ep + "}{\\scriptstyle A}") + "\\kern-.15em\\TeX}{LaTeX}}");
20538
+ x("\\KaTeX", "\\textrm{\\html@mathml{" + ("K\\kern-.17em\\raisebox{" + Ep + "}{\\scriptstyle A}") + "\\kern-.15em\\TeX}{KaTeX}}");
20539
+ x("\\hspace", "\\@ifstar\\@hspacer\\@hspace");
20540
+ x("\\@hspace", "\\hskip #1\\relax");
20541
+ x("\\@hspacer", "\\rule{0pt}{0pt}\\hskip #1\\relax");
20542
+ x("\\ordinarycolon", ":");
20543
+ x("\\vcentcolon", "\\mathrel{\\mathop\\ordinarycolon}");
20544
+ x("\\dblcolon", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}');
20545
+ x("\\coloneqq", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}');
20546
+ x("\\Coloneqq", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}');
20547
+ x("\\coloneq", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}');
20548
+ x("\\Coloneq", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}');
20549
+ x("\\eqqcolon", '\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}');
20550
+ x("\\Eqqcolon", '\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}');
20551
+ x("\\eqcolon", '\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}');
20552
+ x("\\Eqcolon", '\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}');
20553
+ x("\\colonapprox", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}');
20554
+ x("\\Colonapprox", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}');
20555
+ x("\\colonsim", '\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}');
20556
+ x("\\Colonsim", '\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}');
20557
+ x("∷", "\\dblcolon");
20558
+ x("∹", "\\eqcolon");
20559
+ x("≔", "\\coloneqq");
20560
+ x("≕", "\\eqqcolon");
20561
+ x("⩴", "\\Coloneqq");
20562
+ x("\\ratio", "\\vcentcolon");
20563
+ x("\\coloncolon", "\\dblcolon");
20564
+ x("\\colonequals", "\\coloneqq");
20565
+ x("\\coloncolonequals", "\\Coloneqq");
20566
+ x("\\equalscolon", "\\eqqcolon");
20567
+ x("\\equalscoloncolon", "\\Eqqcolon");
20568
+ x("\\colonminus", "\\coloneq");
20569
+ x("\\coloncolonminus", "\\Coloneq");
20570
+ x("\\minuscolon", "\\eqcolon");
20571
+ x("\\minuscoloncolon", "\\Eqcolon");
20572
+ x("\\coloncolonapprox", "\\Colonapprox");
20573
+ x("\\coloncolonsim", "\\Colonsim");
20574
+ x("\\simcolon", "\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}");
20575
+ x("\\simcoloncolon", "\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}");
20576
+ x("\\approxcolon", "\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}");
20577
+ x("\\approxcoloncolon", "\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}");
20578
+ x("\\notni", "\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}");
20579
+ x("\\limsup", "\\DOTSB\\operatorname*{lim\\,sup}");
20580
+ x("\\liminf", "\\DOTSB\\operatorname*{lim\\,inf}");
20581
+ x("\\injlim", "\\DOTSB\\operatorname*{inj\\,lim}");
20582
+ x("\\projlim", "\\DOTSB\\operatorname*{proj\\,lim}");
20583
+ x("\\varlimsup", "\\DOTSB\\operatorname*{\\overline{lim}}");
20584
+ x("\\varliminf", "\\DOTSB\\operatorname*{\\underline{lim}}");
20585
+ x("\\varinjlim", "\\DOTSB\\operatorname*{\\underrightarrow{lim}}");
20586
+ x("\\varprojlim", "\\DOTSB\\operatorname*{\\underleftarrow{lim}}");
20587
+ x("\\gvertneqq", "\\html@mathml{\\@gvertneqq}{≩}");
20588
+ x("\\lvertneqq", "\\html@mathml{\\@lvertneqq}{≨}");
20589
+ x("\\ngeqq", "\\html@mathml{\\@ngeqq}{≱}");
20590
+ x("\\ngeqslant", "\\html@mathml{\\@ngeqslant}{≱}");
20591
+ x("\\nleqq", "\\html@mathml{\\@nleqq}{≰}");
20592
+ x("\\nleqslant", "\\html@mathml{\\@nleqslant}{≰}");
20593
+ x("\\nshortmid", "\\html@mathml{\\@nshortmid}{∤}");
20594
+ x("\\nshortparallel", "\\html@mathml{\\@nshortparallel}{∦}");
20595
+ x("\\nsubseteqq", "\\html@mathml{\\@nsubseteqq}{⊈}");
20596
+ x("\\nsupseteqq", "\\html@mathml{\\@nsupseteqq}{⊉}");
20597
+ x("\\varsubsetneq", "\\html@mathml{\\@varsubsetneq}{⊊}");
20598
+ x("\\varsubsetneqq", "\\html@mathml{\\@varsubsetneqq}{⫋}");
20599
+ x("\\varsupsetneq", "\\html@mathml{\\@varsupsetneq}{⊋}");
20600
+ x("\\varsupsetneqq", "\\html@mathml{\\@varsupsetneqq}{⫌}");
20601
+ x("\\imath", "\\html@mathml{\\@imath}{ı}");
20602
+ x("\\jmath", "\\html@mathml{\\@jmath}{ȷ}");
20603
+ x("\\llbracket", "\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}");
20604
+ x("\\rrbracket", "\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}");
20605
+ x("⟦", "\\llbracket");
20606
+ x("⟧", "\\rrbracket");
20607
+ x("\\lBrace", "\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}");
20608
+ x("\\rBrace", "\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}");
20609
+ x("⦃", "\\lBrace");
20610
+ x("⦄", "\\rBrace");
20611
+ x("\\minuso", "\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}");
20612
+ x("⦵", "\\minuso");
20613
+ x("\\darr", "\\downarrow");
20614
+ x("\\dArr", "\\Downarrow");
20615
+ x("\\Darr", "\\Downarrow");
20616
+ x("\\lang", "\\langle");
20617
+ x("\\rang", "\\rangle");
20618
+ x("\\uarr", "\\uparrow");
20619
+ x("\\uArr", "\\Uparrow");
20620
+ x("\\Uarr", "\\Uparrow");
20621
+ x("\\N", "\\mathbb{N}");
20622
+ x("\\R", "\\mathbb{R}");
20623
+ x("\\Z", "\\mathbb{Z}");
20624
+ x("\\alef", "\\aleph");
20625
+ x("\\alefsym", "\\aleph");
20626
+ x("\\Alpha", "\\mathrm{A}");
20627
+ x("\\Beta", "\\mathrm{B}");
20628
+ x("\\bull", "\\bullet");
20629
+ x("\\Chi", "\\mathrm{X}");
20630
+ x("\\clubs", "\\clubsuit");
20631
+ x("\\cnums", "\\mathbb{C}");
20632
+ x("\\Complex", "\\mathbb{C}");
20633
+ x("\\Dagger", "\\ddagger");
20634
+ x("\\diamonds", "\\diamondsuit");
20635
+ x("\\empty", "\\emptyset");
20636
+ x("\\Epsilon", "\\mathrm{E}");
20637
+ x("\\Eta", "\\mathrm{H}");
20638
+ x("\\exist", "\\exists");
20639
+ x("\\harr", "\\leftrightarrow");
20640
+ x("\\hArr", "\\Leftrightarrow");
20641
+ x("\\Harr", "\\Leftrightarrow");
20642
+ x("\\hearts", "\\heartsuit");
20643
+ x("\\image", "\\Im");
20644
+ x("\\infin", "\\infty");
20645
+ x("\\Iota", "\\mathrm{I}");
20646
+ x("\\isin", "\\in");
20647
+ x("\\Kappa", "\\mathrm{K}");
20648
+ x("\\larr", "\\leftarrow");
20649
+ x("\\lArr", "\\Leftarrow");
20650
+ x("\\Larr", "\\Leftarrow");
20651
+ x("\\lrarr", "\\leftrightarrow");
20652
+ x("\\lrArr", "\\Leftrightarrow");
20653
+ x("\\Lrarr", "\\Leftrightarrow");
20654
+ x("\\Mu", "\\mathrm{M}");
20655
+ x("\\natnums", "\\mathbb{N}");
20656
+ x("\\Nu", "\\mathrm{N}");
20657
+ x("\\Omicron", "\\mathrm{O}");
20658
+ x("\\plusmn", "\\pm");
20659
+ x("\\rarr", "\\rightarrow");
20660
+ x("\\rArr", "\\Rightarrow");
20661
+ x("\\Rarr", "\\Rightarrow");
20662
+ x("\\real", "\\Re");
20663
+ x("\\reals", "\\mathbb{R}");
20664
+ x("\\Reals", "\\mathbb{R}");
20665
+ x("\\Rho", "\\mathrm{P}");
20666
+ x("\\sdot", "\\cdot");
20667
+ x("\\sect", "\\S");
20668
+ x("\\spades", "\\spadesuit");
20669
+ x("\\sub", "\\subset");
20670
+ x("\\sube", "\\subseteq");
20671
+ x("\\supe", "\\supseteq");
20672
+ x("\\Tau", "\\mathrm{T}");
20673
+ x("\\thetasym", "\\vartheta");
20674
+ x("\\weierp", "\\wp");
20675
+ x("\\Zeta", "\\mathrm{Z}");
20676
+ x("\\argmin", "\\DOTSB\\operatorname*{arg\\,min}");
20677
+ x("\\argmax", "\\DOTSB\\operatorname*{arg\\,max}");
20678
+ x("\\plim", "\\DOTSB\\mathop{\\operatorname{plim}}\\limits");
20679
+ x("\\bra", "\\mathinner{\\langle{#1}|}");
20680
+ x("\\ket", "\\mathinner{|{#1}\\rangle}");
20681
+ x("\\braket", "\\mathinner{\\langle{#1}\\rangle}");
20682
+ x("\\Bra", "\\left\\langle#1\\right|");
20683
+ x("\\Ket", "\\left|#1\\right\\rangle");
20684
20684
  var Tp = (e) => (t) => {
20685
20685
  var r = t.consumeArg().tokens, n = t.consumeArg().tokens, a = t.consumeArg().tokens, i = t.consumeArg().tokens, s = t.macros.get("|"), u = t.macros.get("\\|");
20686
20686
  t.macros.beginGroup();
@@ -20708,68 +20708,68 @@ var Tp = (e) => (t) => {
20708
20708
  numArgs: 0
20709
20709
  };
20710
20710
  };
20711
- T("\\bra@ket", Tp(!1));
20712
- T("\\bra@set", Tp(!0));
20713
- T("\\Braket", "\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}");
20714
- T("\\Set", "\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}");
20715
- T("\\set", "\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}");
20716
- T("\\angln", "{\\angl n}");
20717
- T("\\blue", "\\textcolor{##6495ed}{#1}");
20718
- T("\\orange", "\\textcolor{##ffa500}{#1}");
20719
- T("\\pink", "\\textcolor{##ff00af}{#1}");
20720
- T("\\red", "\\textcolor{##df0030}{#1}");
20721
- T("\\green", "\\textcolor{##28ae7b}{#1}");
20722
- T("\\gray", "\\textcolor{gray}{#1}");
20723
- T("\\purple", "\\textcolor{##9d38bd}{#1}");
20724
- T("\\blueA", "\\textcolor{##ccfaff}{#1}");
20725
- T("\\blueB", "\\textcolor{##80f6ff}{#1}");
20726
- T("\\blueC", "\\textcolor{##63d9ea}{#1}");
20727
- T("\\blueD", "\\textcolor{##11accd}{#1}");
20728
- T("\\blueE", "\\textcolor{##0c7f99}{#1}");
20729
- T("\\tealA", "\\textcolor{##94fff5}{#1}");
20730
- T("\\tealB", "\\textcolor{##26edd5}{#1}");
20731
- T("\\tealC", "\\textcolor{##01d1c1}{#1}");
20732
- T("\\tealD", "\\textcolor{##01a995}{#1}");
20733
- T("\\tealE", "\\textcolor{##208170}{#1}");
20734
- T("\\greenA", "\\textcolor{##b6ffb0}{#1}");
20735
- T("\\greenB", "\\textcolor{##8af281}{#1}");
20736
- T("\\greenC", "\\textcolor{##74cf70}{#1}");
20737
- T("\\greenD", "\\textcolor{##1fab54}{#1}");
20738
- T("\\greenE", "\\textcolor{##0d923f}{#1}");
20739
- T("\\goldA", "\\textcolor{##ffd0a9}{#1}");
20740
- T("\\goldB", "\\textcolor{##ffbb71}{#1}");
20741
- T("\\goldC", "\\textcolor{##ff9c39}{#1}");
20742
- T("\\goldD", "\\textcolor{##e07d10}{#1}");
20743
- T("\\goldE", "\\textcolor{##a75a05}{#1}");
20744
- T("\\redA", "\\textcolor{##fca9a9}{#1}");
20745
- T("\\redB", "\\textcolor{##ff8482}{#1}");
20746
- T("\\redC", "\\textcolor{##f9685d}{#1}");
20747
- T("\\redD", "\\textcolor{##e84d39}{#1}");
20748
- T("\\redE", "\\textcolor{##bc2612}{#1}");
20749
- T("\\maroonA", "\\textcolor{##ffbde0}{#1}");
20750
- T("\\maroonB", "\\textcolor{##ff92c6}{#1}");
20751
- T("\\maroonC", "\\textcolor{##ed5fa6}{#1}");
20752
- T("\\maroonD", "\\textcolor{##ca337c}{#1}");
20753
- T("\\maroonE", "\\textcolor{##9e034e}{#1}");
20754
- T("\\purpleA", "\\textcolor{##ddd7ff}{#1}");
20755
- T("\\purpleB", "\\textcolor{##c6b9fc}{#1}");
20756
- T("\\purpleC", "\\textcolor{##aa87ff}{#1}");
20757
- T("\\purpleD", "\\textcolor{##7854ab}{#1}");
20758
- T("\\purpleE", "\\textcolor{##543b78}{#1}");
20759
- T("\\mintA", "\\textcolor{##f5f9e8}{#1}");
20760
- T("\\mintB", "\\textcolor{##edf2df}{#1}");
20761
- T("\\mintC", "\\textcolor{##e0e5cc}{#1}");
20762
- T("\\grayA", "\\textcolor{##f6f7f7}{#1}");
20763
- T("\\grayB", "\\textcolor{##f0f1f2}{#1}");
20764
- T("\\grayC", "\\textcolor{##e3e5e6}{#1}");
20765
- T("\\grayD", "\\textcolor{##d6d8da}{#1}");
20766
- T("\\grayE", "\\textcolor{##babec2}{#1}");
20767
- T("\\grayF", "\\textcolor{##888d93}{#1}");
20768
- T("\\grayG", "\\textcolor{##626569}{#1}");
20769
- T("\\grayH", "\\textcolor{##3b3e40}{#1}");
20770
- T("\\grayI", "\\textcolor{##21242c}{#1}");
20771
- T("\\kaBlue", "\\textcolor{##314453}{#1}");
20772
- T("\\kaGreen", "\\textcolor{##71B307}{#1}");
20711
+ x("\\bra@ket", Tp(!1));
20712
+ x("\\bra@set", Tp(!0));
20713
+ x("\\Braket", "\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}");
20714
+ x("\\Set", "\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}");
20715
+ x("\\set", "\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}");
20716
+ x("\\angln", "{\\angl n}");
20717
+ x("\\blue", "\\textcolor{##6495ed}{#1}");
20718
+ x("\\orange", "\\textcolor{##ffa500}{#1}");
20719
+ x("\\pink", "\\textcolor{##ff00af}{#1}");
20720
+ x("\\red", "\\textcolor{##df0030}{#1}");
20721
+ x("\\green", "\\textcolor{##28ae7b}{#1}");
20722
+ x("\\gray", "\\textcolor{gray}{#1}");
20723
+ x("\\purple", "\\textcolor{##9d38bd}{#1}");
20724
+ x("\\blueA", "\\textcolor{##ccfaff}{#1}");
20725
+ x("\\blueB", "\\textcolor{##80f6ff}{#1}");
20726
+ x("\\blueC", "\\textcolor{##63d9ea}{#1}");
20727
+ x("\\blueD", "\\textcolor{##11accd}{#1}");
20728
+ x("\\blueE", "\\textcolor{##0c7f99}{#1}");
20729
+ x("\\tealA", "\\textcolor{##94fff5}{#1}");
20730
+ x("\\tealB", "\\textcolor{##26edd5}{#1}");
20731
+ x("\\tealC", "\\textcolor{##01d1c1}{#1}");
20732
+ x("\\tealD", "\\textcolor{##01a995}{#1}");
20733
+ x("\\tealE", "\\textcolor{##208170}{#1}");
20734
+ x("\\greenA", "\\textcolor{##b6ffb0}{#1}");
20735
+ x("\\greenB", "\\textcolor{##8af281}{#1}");
20736
+ x("\\greenC", "\\textcolor{##74cf70}{#1}");
20737
+ x("\\greenD", "\\textcolor{##1fab54}{#1}");
20738
+ x("\\greenE", "\\textcolor{##0d923f}{#1}");
20739
+ x("\\goldA", "\\textcolor{##ffd0a9}{#1}");
20740
+ x("\\goldB", "\\textcolor{##ffbb71}{#1}");
20741
+ x("\\goldC", "\\textcolor{##ff9c39}{#1}");
20742
+ x("\\goldD", "\\textcolor{##e07d10}{#1}");
20743
+ x("\\goldE", "\\textcolor{##a75a05}{#1}");
20744
+ x("\\redA", "\\textcolor{##fca9a9}{#1}");
20745
+ x("\\redB", "\\textcolor{##ff8482}{#1}");
20746
+ x("\\redC", "\\textcolor{##f9685d}{#1}");
20747
+ x("\\redD", "\\textcolor{##e84d39}{#1}");
20748
+ x("\\redE", "\\textcolor{##bc2612}{#1}");
20749
+ x("\\maroonA", "\\textcolor{##ffbde0}{#1}");
20750
+ x("\\maroonB", "\\textcolor{##ff92c6}{#1}");
20751
+ x("\\maroonC", "\\textcolor{##ed5fa6}{#1}");
20752
+ x("\\maroonD", "\\textcolor{##ca337c}{#1}");
20753
+ x("\\maroonE", "\\textcolor{##9e034e}{#1}");
20754
+ x("\\purpleA", "\\textcolor{##ddd7ff}{#1}");
20755
+ x("\\purpleB", "\\textcolor{##c6b9fc}{#1}");
20756
+ x("\\purpleC", "\\textcolor{##aa87ff}{#1}");
20757
+ x("\\purpleD", "\\textcolor{##7854ab}{#1}");
20758
+ x("\\purpleE", "\\textcolor{##543b78}{#1}");
20759
+ x("\\mintA", "\\textcolor{##f5f9e8}{#1}");
20760
+ x("\\mintB", "\\textcolor{##edf2df}{#1}");
20761
+ x("\\mintC", "\\textcolor{##e0e5cc}{#1}");
20762
+ x("\\grayA", "\\textcolor{##f6f7f7}{#1}");
20763
+ x("\\grayB", "\\textcolor{##f0f1f2}{#1}");
20764
+ x("\\grayC", "\\textcolor{##e3e5e6}{#1}");
20765
+ x("\\grayD", "\\textcolor{##d6d8da}{#1}");
20766
+ x("\\grayE", "\\textcolor{##babec2}{#1}");
20767
+ x("\\grayF", "\\textcolor{##888d93}{#1}");
20768
+ x("\\grayG", "\\textcolor{##626569}{#1}");
20769
+ x("\\grayH", "\\textcolor{##3b3e40}{#1}");
20770
+ x("\\grayI", "\\textcolor{##21242c}{#1}");
20771
+ x("\\kaBlue", "\\textcolor{##314453}{#1}");
20772
+ x("\\kaGreen", "\\textcolor{##71B307}{#1}");
20773
20773
  var xp = {
20774
20774
  "^": !0,
20775
20775
  // Parser.js
@@ -22203,7 +22203,7 @@ var dE = function(t, r) {
22203
22203
  } catch (i) {
22204
22204
  return Sp(i, t, n);
22205
22205
  }
22206
- }, gE = "0.16.43", bE = {
22206
+ }, gE = "0.16.44", bE = {
22207
22207
  Span: la,
22208
22208
  Anchor: n0,
22209
22209
  SymbolNode: Ut,
@@ -22278,7 +22278,7 @@ var dE = function(t, r) {
22278
22278
  /**
22279
22279
  * adds a new macro to builtin macro list
22280
22280
  */
22281
- __defineMacro: T,
22281
+ __defineMacro: x,
22282
22282
  /**
22283
22283
  * Expose the dom tree node types, which can be useful for type checking nodes.
22284
22284
  *
@@ -22333,7 +22333,7 @@ function kp(e, t, r) {
22333
22333
  function o(l, c) {
22334
22334
  const f = c[c.length - 1], p = i[s][0], d = i[s][1];
22335
22335
  let b = 0;
22336
- const x = f.children.indexOf(l);
22336
+ const T = f.children.indexOf(l);
22337
22337
  let v = !1, S = [];
22338
22338
  p.lastIndex = 0;
22339
22339
  let A = p.exec(l.value);
@@ -22351,7 +22351,7 @@ function kp(e, t, r) {
22351
22351
  break;
22352
22352
  A = p.exec(l.value);
22353
22353
  }
22354
- return v ? (b < l.value.length && S.push({ type: "text", value: l.value.slice(b) }), f.children.splice(x, 1, ...S)) : S = [l], x + S.length;
22354
+ return v ? (b < l.value.length && S.push({ type: "text", value: l.value.slice(b) }), f.children.splice(T, 1, ...S)) : S = [l], T + S.length;
22355
22355
  }
22356
22356
  }
22357
22357
  function xE(e) {
@@ -22636,17 +22636,17 @@ function tT(e, t) {
22636
22636
  const r = t || {}, n = (r.align || []).concat(), a = r.stringLength || eT, i = [], s = [], u = [], o = [];
22637
22637
  let l = 0, c = -1;
22638
22638
  for (; ++c < e.length; ) {
22639
- const y = [], x = [];
22639
+ const y = [], T = [];
22640
22640
  let v = -1;
22641
22641
  for (e[c].length > l && (l = e[c].length); ++v < e[c].length; ) {
22642
22642
  const S = rT(e[c][v]);
22643
22643
  if (r.alignDelimiters !== !1) {
22644
22644
  const A = a(S);
22645
- x[v] = A, (o[v] === void 0 || A > o[v]) && (o[v] = A);
22645
+ T[v] = A, (o[v] === void 0 || A > o[v]) && (o[v] = A);
22646
22646
  }
22647
22647
  y.push(S);
22648
22648
  }
22649
- s[c] = y, u[c] = x;
22649
+ s[c] = y, u[c] = T;
22650
22650
  }
22651
22651
  let f = -1;
22652
22652
  if (typeof n == "object" && "length" in n)
@@ -22661,26 +22661,26 @@ function tT(e, t) {
22661
22661
  const p = [], d = [];
22662
22662
  for (; ++f < l; ) {
22663
22663
  const y = i[f];
22664
- let x = "", v = "";
22665
- y === 99 ? (x = ":", v = ":") : y === 108 ? x = ":" : y === 114 && (v = ":");
22664
+ let T = "", v = "";
22665
+ y === 99 ? (T = ":", v = ":") : y === 108 ? T = ":" : y === 114 && (v = ":");
22666
22666
  let S = r.alignDelimiters === !1 ? 1 : Math.max(
22667
22667
  1,
22668
- o[f] - x.length - v.length
22668
+ o[f] - T.length - v.length
22669
22669
  );
22670
- const A = x + "-".repeat(S) + v;
22671
- r.alignDelimiters !== !1 && (S = x.length + S + v.length, S > o[f] && (o[f] = S), d[f] = S), p[f] = A;
22670
+ const A = T + "-".repeat(S) + v;
22671
+ r.alignDelimiters !== !1 && (S = T.length + S + v.length, S > o[f] && (o[f] = S), d[f] = S), p[f] = A;
22672
22672
  }
22673
22673
  s.splice(1, 0, p), u.splice(1, 0, d), c = -1;
22674
22674
  const b = [];
22675
22675
  for (; ++c < s.length; ) {
22676
- const y = s[c], x = u[c];
22676
+ const y = s[c], T = u[c];
22677
22677
  f = -1;
22678
22678
  const v = [];
22679
22679
  for (; ++f < l; ) {
22680
22680
  const S = y[f] || "";
22681
22681
  let A = "", M = "";
22682
22682
  if (r.alignDelimiters !== !1) {
22683
- const B = o[f] - (x[f] || 0), N = i[f];
22683
+ const B = o[f] - (T[f] || 0), N = i[f];
22684
22684
  N === 114 ? A = " ".repeat(B) : N === 99 ? B % 2 ? (A = " ".repeat(B / 2 + 0.5), M = " ".repeat(B / 2 - 0.5)) : (A = " ".repeat(B / 2), M = A) : M = " ".repeat(B);
22685
22685
  }
22686
22686
  r.delimiterStart !== !1 && !f && v.push("|"), r.padding !== !1 && // Don’t add the opening space if we’re not aligning and the cell is
@@ -23364,16 +23364,16 @@ function HT(e) {
23364
23364
  tableRow: u
23365
23365
  }
23366
23366
  };
23367
- function s(d, b, y, x) {
23368
- return l(c(d, y, x), d.align);
23367
+ function s(d, b, y, T) {
23368
+ return l(c(d, y, T), d.align);
23369
23369
  }
23370
- function u(d, b, y, x) {
23371
- const v = f(d, y, x), S = l([v]);
23370
+ function u(d, b, y, T) {
23371
+ const v = f(d, y, T), S = l([v]);
23372
23372
  return S.slice(0, S.indexOf(`
23373
23373
  `));
23374
23374
  }
23375
- function o(d, b, y, x) {
23376
- const v = y.enter("tableCell"), S = y.enter("phrasing"), A = y.containerPhrasing(d, st(ne({}, x), {
23375
+ function o(d, b, y, T) {
23376
+ const v = y.enter("tableCell"), S = y.enter("phrasing"), A = y.containerPhrasing(d, st(ne({}, T), {
23377
23377
  before: i,
23378
23378
  after: i
23379
23379
  }));
@@ -23391,24 +23391,24 @@ function HT(e) {
23391
23391
  });
23392
23392
  }
23393
23393
  function c(d, b, y) {
23394
- const x = d.children;
23394
+ const T = d.children;
23395
23395
  let v = -1;
23396
23396
  const S = [], A = b.enter("table");
23397
- for (; ++v < x.length; )
23398
- S[v] = f(x[v], b, y);
23397
+ for (; ++v < T.length; )
23398
+ S[v] = f(T[v], b, y);
23399
23399
  return A(), S;
23400
23400
  }
23401
23401
  function f(d, b, y) {
23402
- const x = d.children;
23402
+ const T = d.children;
23403
23403
  let v = -1;
23404
23404
  const S = [], A = b.enter("tableRow");
23405
- for (; ++v < x.length; )
23406
- S[v] = o(x[v], d, b, y);
23405
+ for (; ++v < T.length; )
23406
+ S[v] = o(T[v], d, b, y);
23407
23407
  return A(), S;
23408
23408
  }
23409
23409
  function p(d, b, y) {
23410
- let x = $p.inlineCode(d, b, y);
23411
- return y.stack.includes("tableCell") && (x = x.replace(/\|/g, "\\$&")), x;
23410
+ let T = $p.inlineCode(d, b, y);
23411
+ return y.stack.includes("tableCell") && (T = T.replace(/\|/g, "\\$&")), T;
23412
23412
  }
23413
23413
  }
23414
23414
  function UT() {
@@ -23910,8 +23910,8 @@ function dx(e) {
23910
23910
  if (b === 126)
23911
23911
  return f > 1 ? o(b) : (s.consume(b), f++, d);
23912
23912
  if (f < 2 && !r) return o(b);
23913
- const x = s.exit("strikethroughSequenceTemporary"), v = Kn(b);
23914
- return x._open = !v || v === 2 && !!y, x._close = !y || y === 2 && !!v, u(b);
23913
+ const T = s.exit("strikethroughSequenceTemporary"), v = Kn(b);
23914
+ return T._open = !v || v === 2 && !!y, T._close = !y || y === 2 && !!v, u(b);
23915
23915
  }
23916
23916
  }
23917
23917
  }
@@ -24048,12 +24048,12 @@ function yx(e, t, r) {
24048
24048
  return n.interrupt = !1, n.parser.lazy[n.now().line] ? r(R) : (e.enter("tableDelimiterRow"), s = !1, Le(R) ? De(e, b, "linePrefix", n.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(R) : b(R));
24049
24049
  }
24050
24050
  function b(R) {
24051
- return R === 45 || R === 58 ? x(R) : R === 124 ? (s = !0, e.enter("tableCellDivider"), e.consume(R), e.exit("tableCellDivider"), y) : B(R);
24051
+ return R === 45 || R === 58 ? T(R) : R === 124 ? (s = !0, e.enter("tableCellDivider"), e.consume(R), e.exit("tableCellDivider"), y) : B(R);
24052
24052
  }
24053
24053
  function y(R) {
24054
- return Le(R) ? De(e, x, "whitespace")(R) : x(R);
24054
+ return Le(R) ? De(e, T, "whitespace")(R) : T(R);
24055
24055
  }
24056
- function x(R) {
24056
+ function T(R) {
24057
24057
  return R === 58 ? (i += 1, s = !0, e.enter("tableDelimiterMarker"), e.consume(R), e.exit("tableDelimiterMarker"), v) : R === 45 ? (i += 1, v(R)) : R === null || pe(R) ? M(R) : B(R);
24058
24058
  }
24059
24059
  function v(R) {
@@ -24781,10 +24781,10 @@ function rv(e) {
24781
24781
  displayMode: c,
24782
24782
  throwOnError: !0
24783
24783
  }));
24784
- } catch (x) {
24784
+ } catch (T) {
24785
24785
  const v = (
24786
24786
  /** @type {Error} */
24787
- x
24787
+ T
24788
24788
  ), S = v.name.toLowerCase();
24789
24789
  n.message("Could not render math with KaTeX", {
24790
24790
  ancestors: [...i, a],
@@ -24807,7 +24807,7 @@ function rv(e) {
24807
24807
  properties: {
24808
24808
  className: ["katex-error"],
24809
24809
  style: "color:" + (t.errorColor || "#cc0000"),
24810
- title: String(x)
24810
+ title: String(T)
24811
24811
  },
24812
24812
  children: [{ type: "text", value: d }]
24813
24813
  }
@@ -24896,8 +24896,8 @@ const iv = () => /* @__PURE__ */ P("svg", { width: "14", height: "14", viewBox:
24896
24896
  };
24897
24897
  }, [c, e]);
24898
24898
  const f = (y) => {
24899
- const x = document.createElement("div");
24900
- return x.textContent = y, x.innerHTML;
24899
+ const T = document.createElement("div");
24900
+ return T.textContent = y, T.innerHTML;
24901
24901
  }, p = () => Pe(void 0, null, function* () {
24902
24902
  try {
24903
24903
  yield navigator.clipboard.writeText(c), a(!0), setTimeout(() => a(!1), 2e3);
@@ -24938,7 +24938,7 @@ const iv = () => /* @__PURE__ */ P("svg", { width: "14", height: "14", viewBox:
24938
24938
  fontSize: "13px",
24939
24939
  lineHeight: "1.5"
24940
24940
  },
24941
- children: Array.from({ length: b }, (y, x) => /* @__PURE__ */ P("span", { style: { display: "block" }, children: x + 1 }, x))
24941
+ children: Array.from({ length: b }, (y, T) => /* @__PURE__ */ P("span", { style: { display: "block" }, children: T + 1 }, T))
24942
24942
  }
24943
24943
  ),
24944
24944
  /* @__PURE__ */ P(
@@ -32930,7 +32930,7 @@ function Jl(e) {
32930
32930
  width: p,
32931
32931
  height: d
32932
32932
  } = r.found ? r : t, b = OS.includes(n), y = [be.replacementClass, a ? "".concat(be.cssPrefix, "-").concat(a) : ""].filter((B) => c.classes.indexOf(B) === -1).filter((B) => B !== "" || !!B).concat(c.classes).join(" ");
32933
- let x = {
32933
+ let T = {
32934
32934
  children: [],
32935
32935
  attributes: ae(ae({}, c.attributes), {}, {
32936
32936
  "data-prefix": n,
@@ -32944,14 +32944,14 @@ function Jl(e) {
32944
32944
  const v = b && !~c.classes.indexOf("fa-fw") ? {
32945
32945
  width: "".concat(p / d * 16 * 0.0625, "em")
32946
32946
  } : {};
32947
- f && (x.attributes[Sn] = ""), u && (x.children.push({
32947
+ f && (T.attributes[Sn] = ""), u && (T.children.push({
32948
32948
  tag: "title",
32949
32949
  attributes: {
32950
- id: x.attributes["aria-labelledby"] || "title-".concat(l || ni())
32950
+ id: T.attributes["aria-labelledby"] || "title-".concat(l || ni())
32951
32951
  },
32952
32952
  children: [u]
32953
- }), delete x.attributes.title);
32954
- const S = ae(ae({}, x), {}, {
32953
+ }), delete T.attributes.title);
32954
+ const S = ae(ae({}, T), {}, {
32955
32955
  prefix: n,
32956
32956
  iconName: a,
32957
32957
  main: t,
@@ -33454,11 +33454,11 @@ var Jk = {
33454
33454
  height: 512,
33455
33455
  icon: {}
33456
33456
  })]).then((b) => {
33457
- let [y, x] = b;
33457
+ let [y, T] = b;
33458
33458
  p([t, Jl({
33459
33459
  icons: {
33460
33460
  main: y,
33461
- mask: x
33461
+ mask: T
33462
33462
  },
33463
33463
  prefix: s,
33464
33464
  iconName: n,
@@ -33643,9 +33643,9 @@ function ph(e, t) {
33643
33643
  const {
33644
33644
  value: b,
33645
33645
  isSecondary: y
33646
- } = aC(p), x = l[0].startsWith("FontAwesome");
33646
+ } = aC(p), T = l[0].startsWith("FontAwesome");
33647
33647
  let v = Ql(d, b), S = v;
33648
- if (x) {
33648
+ if (T) {
33649
33649
  const A = gk(b);
33650
33650
  A.iconName && A.prefix && (v = A.iconName, d = A.prefix);
33651
33651
  }
@@ -33889,7 +33889,7 @@ var hC = {
33889
33889
  tag: l.tag,
33890
33890
  attributes: ae(ae({}, l.attributes), p.path)
33891
33891
  }, b))]
33892
- }, x = {
33892
+ }, T = {
33893
33893
  tag: "g",
33894
33894
  attributes: ae({}, p.outer),
33895
33895
  children: [y]
@@ -33900,7 +33900,7 @@ var hC = {
33900
33900
  maskUnits: "userSpaceOnUse",
33901
33901
  maskContentUnits: "userSpaceOnUse"
33902
33902
  }),
33903
- children: [d, x]
33903
+ children: [d, T]
33904
33904
  }, M = {
33905
33905
  tag: "defs",
33906
33906
  children: [{
@@ -34197,7 +34197,7 @@ try {
34197
34197
  jo = typeof process != "undefined" && process.env.FA_VERSION || "7.0.0";
34198
34198
  }
34199
34199
  function LC(e) {
34200
- var t = e.beat, r = e.fade, n = e.beatFade, a = e.bounce, i = e.shake, s = e.flash, u = e.spin, o = e.spinPulse, l = e.spinReverse, c = e.pulse, f = e.fixedWidth, p = e.inverse, d = e.border, b = e.listItem, y = e.flip, x = e.size, v = e.rotation, S = e.pull, A = e.swapOpacity, M = e.rotateBy, B = e.widthAuto, N = MC(jo, RC), L = qr(qr(qr(qr(qr(qr({
34200
+ var t = e.beat, r = e.fade, n = e.beatFade, a = e.bounce, i = e.shake, s = e.flash, u = e.spin, o = e.spinPulse, l = e.spinReverse, c = e.pulse, f = e.fixedWidth, p = e.inverse, d = e.border, b = e.listItem, y = e.flip, T = e.size, v = e.rotation, S = e.pull, A = e.swapOpacity, M = e.rotateBy, B = e.widthAuto, N = MC(jo, RC), L = qr(qr(qr(qr(qr(qr({
34201
34201
  "fa-beat": t,
34202
34202
  "fa-fade": r,
34203
34203
  "fa-beat-fade": n,
@@ -34215,7 +34215,7 @@ function LC(e) {
34215
34215
  "fa-flip": y === !0,
34216
34216
  "fa-flip-horizontal": y === "horizontal" || y === "both",
34217
34217
  "fa-flip-vertical": y === "vertical" || y === "both"
34218
- }, "fa-".concat(x), typeof x != "undefined" && x !== null), "fa-rotate-".concat(v), typeof v != "undefined" && v !== null && v !== 0), "fa-pull-".concat(S), typeof S != "undefined" && S !== null), "fa-swap-opacity", A), "fa-rotate-by", N && M), "fa-width-auto", N && B);
34218
+ }, "fa-".concat(T), typeof T != "undefined" && T !== null), "fa-rotate-".concat(v), typeof v != "undefined" && v !== null && v !== 0), "fa-pull-".concat(S), typeof S != "undefined" && S !== null), "fa-swap-opacity", A), "fa-rotate-by", N && M), "fa-width-auto", N && B);
34219
34219
  return Object.keys(L).map(function(z) {
34220
34220
  return L[z] ? z : null;
34221
34221
  }).filter(function(z) {
@@ -34224,9 +34224,9 @@ function LC(e) {
34224
34224
  }
34225
34225
  function MC(e, t) {
34226
34226
  for (var r = e.split("-"), n = xh(r, 2), a = n[0], i = n[1], s = t.split("-"), u = xh(s, 2), o = u[0], l = u[1], c = a.split("."), f = o.split("."), p = 0; p < Math.max(c.length, f.length); p++) {
34227
- var d = c[p] || "0", b = f[p] || "0", y = parseInt(d, 10), x = parseInt(b, 10);
34228
- if (y !== x)
34229
- return y > x;
34227
+ var d = c[p] || "0", b = f[p] || "0", y = parseInt(d, 10), T = parseInt(b, 10);
34228
+ if (y !== T)
34229
+ return y > T;
34230
34230
  }
34231
34231
  for (var v = 0; v < Math.max(c.length, f.length); v++) {
34232
34232
  var S = c[v] || "0", A = f[v] || "0";
@@ -34354,12 +34354,12 @@ var wh = {
34354
34354
  }));
34355
34355
  if (!b)
34356
34356
  return HC("Could not find icon", c), null;
34357
- var y = b.abstract, x = {
34357
+ var y = b.abstract, T = {
34358
34358
  ref: t
34359
34359
  };
34360
34360
  return Object.keys(r).forEach(function(v) {
34361
- wh.hasOwnProperty(v) || (x[v] = r[v]);
34362
- }), UC(y[0], x);
34361
+ wh.hasOwnProperty(v) || (T[v] = r[v]);
34362
+ }), UC(y[0], T);
34363
34363
  });
34364
34364
  tc.displayName = "FontAwesomeIcon";
34365
34365
  tc.propTypes = {
@@ -34846,8 +34846,8 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
34846
34846
  return Xt(() => (Pe(void 0, null, function* () {
34847
34847
  try {
34848
34848
  yield p_(), l(!0);
34849
- } catch (x) {
34850
- console.error("mermaid加载失败:", x), i("Mermaid 库加载失败"), u(!1);
34849
+ } catch (T) {
34850
+ console.error("mermaid加载失败:", T), i("Mermaid 库加载失败"), u(!1);
34851
34851
  }
34852
34852
  }), () => {
34853
34853
  d.current && clearTimeout(d.current), b.current && clearTimeout(b.current);
@@ -34858,8 +34858,8 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
34858
34858
  i("Mermaid 未正确加载"), u(!1);
34859
34859
  return;
34860
34860
  }
34861
- const x = e !== p.current;
34862
- if (p.current = e, x && (f(!0), b.current && clearTimeout(b.current), b.current = setTimeout(() => {
34861
+ const T = e !== p.current;
34862
+ if (p.current = e, T && (f(!0), b.current && clearTimeout(b.current), b.current = setTimeout(() => {
34863
34863
  f(!1);
34864
34864
  }, 500)), !y_(e)) {
34865
34865
  u(!0), i("");
@@ -35010,19 +35010,19 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35010
35010
  fontSize: "85%",
35011
35011
  fontFamily: 'Consolas, Monaco, "Andale Mono", monospace'
35012
35012
  }, children: c.children });
35013
- const b = (A = /language-(\w+)/.exec(((S = u == null ? void 0 : u.properties) == null ? void 0 : S.className) || l || "")) == null ? void 0 : A[0], y = ((B = (M = u == null ? void 0 : u.position) == null ? void 0 : M.start) == null ? void 0 : B.line) === 2 ? "language-file" : null, x = b || y;
35014
- if (x === "language-file") {
35013
+ const b = (A = /language-(\w+)/.exec(((S = u == null ? void 0 : u.properties) == null ? void 0 : S.className) || l || "")) == null ? void 0 : A[0], y = ((B = (M = u == null ? void 0 : u.position) == null ? void 0 : M.start) == null ? void 0 : B.line) === 2 ? "language-file" : null, T = b || y;
35014
+ if (T === "language-file") {
35015
35015
  const N = String(c.children).replace(/\n$/, ""), L = s(N);
35016
35016
  return /* @__PURE__ */ P(u_, { fileInfo: L });
35017
35017
  }
35018
- if (x === "language-ant_table")
35018
+ if (T === "language-ant_table")
35019
35019
  try {
35020
35020
  const N = String(c == null ? void 0 : c.children).replace(/\n$/, ""), L = JSON.parse(N), z = rc(L);
35021
35021
  return /* @__PURE__ */ P(ir, { content: z });
35022
35022
  } catch (N) {
35023
35023
  return n(String(c == null ? void 0 : c.children)) ? (console.error("ant_table数据解析错误:", N), /* @__PURE__ */ P(Nu, { text: "表格数据加载失败,请检查数据格式" })) : /* @__PURE__ */ P(Ji, { text: "表格加载中..." });
35024
35024
  }
35025
- if (x === "language-echarts")
35025
+ if (T === "language-echarts")
35026
35026
  try {
35027
35027
  const N = Array.isArray(c.children) ? c.children.join("") : c.children.toString();
35028
35028
  if (!n(N))
@@ -35037,7 +35037,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35037
35037
  } catch (N) {
35038
35038
  return n(String(c.children)) ? (console.error("图表数据解析错误:", N), /* @__PURE__ */ P(Nu, { text: "图表数据加载失败,请检查数据格式" })) : /* @__PURE__ */ P(Ji, {});
35039
35039
  }
35040
- if (x === "language-mermaid") {
35040
+ if (T === "language-mermaid") {
35041
35041
  const N = String(c.children).replace(/\n$/, "");
35042
35042
  return /* @__PURE__ */ P(E_, { code: N });
35043
35043
  }
@@ -35335,7 +35335,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35335
35335
  if (p === "rich")
35336
35336
  try {
35337
35337
  const b = JSON.parse(d);
35338
- return !b || !Array.isArray(b) ? null : b == null ? void 0 : b.map((y, x) => {
35338
+ return !b || !Array.isArray(b) ? null : b == null ? void 0 : b.map((y, T) => {
35339
35339
  var S;
35340
35340
  const v = y == null ? void 0 : y.messageType;
35341
35341
  if (v === "markdown" && (y != null && y.content))
@@ -35346,7 +35346,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35346
35346
  status: r,
35347
35347
  waitingMessage: u
35348
35348
  },
35349
- `markdown-${x}`
35349
+ `markdown-${T}`
35350
35350
  );
35351
35351
  if (v === "ant_table" && (y != null && y.content))
35352
35352
  try {
@@ -35358,7 +35358,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35358
35358
  status: r,
35359
35359
  waitingMessage: u
35360
35360
  },
35361
- `table-${x}`
35361
+ `table-${T}`
35362
35362
  );
35363
35363
  } catch (A) {
35364
35364
  return null;
@@ -35372,7 +35372,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35372
35372
  status: r,
35373
35373
  waitingMessage: u
35374
35374
  },
35375
- `code-${x}`
35375
+ `code-${T}`
35376
35376
  );
35377
35377
  }
35378
35378
  if (v === "echart") {
@@ -35384,7 +35384,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35384
35384
  status: r,
35385
35385
  waitingMessage: u
35386
35386
  },
35387
- `echart-${x}`
35387
+ `echart-${T}`
35388
35388
  );
35389
35389
  }
35390
35390
  if (v === "step")
@@ -35395,7 +35395,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35395
35395
  /* @__PURE__ */ P(S_, { $success: r === "Success", children: r === "Success" ? "✓" : "⟳" }),
35396
35396
  /* @__PURE__ */ Te(k_, { children: [
35397
35397
  "步骤",
35398
- x + 1,
35398
+ T + 1,
35399
35399
  ":"
35400
35400
  ] }),
35401
35401
  /* @__PURE__ */ P(C_, { children: A == null ? void 0 : A.title })
@@ -35424,7 +35424,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35424
35424
  l(B);
35425
35425
  }
35426
35426
  },
35427
- `step-${x}`
35427
+ `step-${T}`
35428
35428
  );
35429
35429
  } catch (A) {
35430
35430
  return null;
@@ -35438,7 +35438,7 @@ const b_ = () => `mermaid-${Date.now()}-${g_++}`, y_ = (e) => {
35438
35438
  status: r,
35439
35439
  waitingMessage: u
35440
35440
  },
35441
- `error-${x}`
35441
+ `error-${T}`
35442
35442
  );
35443
35443
  }
35444
35444
  return null;
@@ -36061,7 +36061,7 @@ const ZI = oe.div`
36061
36061
  n.push(...c.errors);
36062
36062
  }
36063
36063
  (s == null ? void 0 : s.Type) === "array" && (s != null && s.Items) && Array.isArray(o) && o.forEach((c, f) => {
36064
- var d, b, y, x;
36064
+ var d, b, y, T;
36065
36065
  const p = `${u}[${f}]`;
36066
36066
  if (((d = s == null ? void 0 : s.Items) == null ? void 0 : d.Type) === "object" && ((b = s == null ? void 0 : s.Items) != null && b.Properties)) {
36067
36067
  const v = si(
@@ -36073,7 +36073,7 @@ const ZI = oe.div`
36073
36073
  } else l && (((y = s == null ? void 0 : s.Items) == null ? void 0 : y.Type) === "string" ? (c == null || c === "") && n.push({
36074
36074
  field: p,
36075
36075
  message: "此项 是必填项"
36076
- }) : ((x = s == null ? void 0 : s.Items) == null ? void 0 : x.Type) === "number" && c == null && n.push({
36076
+ }) : ((T = s == null ? void 0 : s.Items) == null ? void 0 : T.Type) === "number" && c == null && n.push({
36077
36077
  field: p,
36078
36078
  message: "此项 是必填项"
36079
36079
  }));
@@ -36220,10 +36220,10 @@ const EN = oe.div`
36220
36220
  fileUploader: c
36221
36221
  }) => {
36222
36222
  var Z, de, C;
36223
- const { Title: f, Description: p, Items: d } = t, b = f || e, y = o ? `${o}.${e}` : e, x = jr(/* @__PURE__ */ new Map()), v = Ue((J, K) => K != null && K.url ? K.url : K != null && K.uid ? K.uid : K != null && K.__arrayItemId ? K.__arrayItemId : (x.current.has(J) || x.current.set(J, `item-${++Rh}`), x.current.get(J)), []), S = Ue(() => {
36223
+ const { Title: f, Description: p, Items: d } = t, b = f || e, y = o ? `${o}.${e}` : e, T = jr(/* @__PURE__ */ new Map()), v = Ue((J, K) => K != null && K.url ? K.url : K != null && K.uid ? K.uid : K != null && K.__arrayItemId ? K.__arrayItemId : (T.current.has(J) || T.current.set(J, `item-${++Rh}`), T.current.get(J)), []), S = Ue(() => {
36224
36224
  if (!d) return;
36225
36225
  const J = Yo(d), K = r.length;
36226
- x.current.set(K, `item-${++Rh}`), typeof J == "object" && J !== null ? n == null || n([...r, st(ne({}, J), { __arrayItemId: x.current.get(K) })]) : n == null || n([...r, J]);
36226
+ T.current.set(K, `item-${++Rh}`), typeof J == "object" && J !== null ? n == null || n([...r, st(ne({}, J), { __arrayItemId: T.current.get(K) })]) : n == null || n([...r, J]);
36227
36227
  }, [d, r, n]), A = Ue(
36228
36228
  (J) => {
36229
36229
  const K = [...r];
@@ -36467,7 +36467,7 @@ const EN = oe.div`
36467
36467
  uploadSender: l,
36468
36468
  fileUploader: c
36469
36469
  }) => {
36470
- const { Title: f, Description: p, Properties: d, Required: b = [] } = t, y = f || e, x = o ? `${o}.${e}` : e, v = Ue(
36470
+ const { Title: f, Description: p, Properties: d, Required: b = [] } = t, y = f || e, T = o ? `${o}.${e}` : e, v = Ue(
36471
36471
  (A, M) => {
36472
36472
  n == null || n(st(ne({}, r), {
36473
36473
  [A]: M
@@ -36497,7 +36497,7 @@ const EN = oe.div`
36497
36497
  disabled: i,
36498
36498
  level: s + 1,
36499
36499
  errors: u,
36500
- fieldPath: x,
36500
+ fieldPath: T,
36501
36501
  uploadSender: l,
36502
36502
  fileUploader: c
36503
36503
  }
@@ -36629,7 +36629,7 @@ var F4 = { exports: {} };
36629
36629
  (function(r, n) {
36630
36630
  e.exports = n();
36631
36631
  })(Qa, function() {
36632
- var r = 1e3, n = 6e4, a = 36e5, i = "millisecond", s = "second", u = "minute", o = "hour", l = "day", c = "week", f = "month", p = "quarter", d = "year", b = "date", y = "Invalid Date", x = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(ee) {
36632
+ var r = 1e3, n = 6e4, a = 36e5, i = "millisecond", s = "second", u = "minute", o = "hour", l = "day", c = "week", f = "month", p = "quarter", d = "year", b = "date", y = "Invalid Date", T = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(ee) {
36633
36633
  var Y = ["th", "st", "nd", "rd"], W = ee % 100;
36634
36634
  return "[" + ee + (Y[(W - 20) % 10] || Y[W] || Y[0]) + "]";
36635
36635
  } }, A = function(ee, Y, W) {
@@ -36685,7 +36685,7 @@ var F4 = { exports: {} };
36685
36685
  if ($.u(Z)) return /* @__PURE__ */ new Date();
36686
36686
  if (Z instanceof Date) return new Date(Z);
36687
36687
  if (typeof Z == "string" && !/Z$/i.test(Z)) {
36688
- var C = Z.match(x);
36688
+ var C = Z.match(T);
36689
36689
  if (C) {
36690
36690
  var J = C[2] - 1 || 0, K = (C[7] || "0").substring(0, 3);
36691
36691
  return de ? new Date(Date.UTC(C[1], J, C[3] || 1, C[4] || 0, C[5] || 0, C[6] || 0, K)) : new Date(C[1], J, C[3] || 1, C[4] || 0, C[5] || 0, C[6] || 0, K);
@@ -37082,7 +37082,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37082
37082
  } catch (z) {
37083
37083
  return console.error("获取上传凭证失败:", z), zr.error("获取上传凭证失败"), null;
37084
37084
  }
37085
- }), [a]), x = Ue((L, z) => Pe(void 0, null, function* () {
37085
+ }), [a]), T = Ue((L, z) => Pe(void 0, null, function* () {
37086
37086
  if (!a)
37087
37087
  return null;
37088
37088
  try {
@@ -37120,7 +37120,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37120
37120
  throw new Error("文件上传方法未配置");
37121
37121
  const H = new Blob([L]);
37122
37122
  yield i(H, z.uploadUrl);
37123
- const R = yield x(L.name, z.downloadUrl);
37123
+ const R = yield T(L.name, z.downloadUrl);
37124
37124
  return {
37125
37125
  uid: Date.now().toString(),
37126
37126
  name: L.name,
@@ -37130,7 +37130,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37130
37130
  size: L.size,
37131
37131
  fileType: L.name.split(".").pop()
37132
37132
  };
37133
- }), [y, i, x]), A = Ue(
37133
+ }), [y, i, T]), A = Ue(
37134
37134
  (L) => Pe(void 0, null, function* () {
37135
37135
  const { file: z, onSuccess: H, onError: R } = L;
37136
37136
  if (!a || !i) {
@@ -37305,7 +37305,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37305
37305
  hideLabel: f = !1
37306
37306
  }) => {
37307
37307
  var L;
37308
- const { Type: p, Title: d, Description: b } = t, y = d || e, x = Wh(K4.ConfigContext), v = ((L = x.getPrefixCls) == null ? void 0 : L.call(x)) || "ant", S = o ? `${o}.${e}` : e, A = u[S], M = Ue(
37308
+ const { Type: p, Title: d, Description: b } = t, y = d || e, T = Wh(K4.ConfigContext), v = ((L = T.getPrefixCls) == null ? void 0 : L.call(T)) || "ant", S = o ? `${o}.${e}` : e, A = u[S], M = Ue(
37309
37309
  (z) => {
37310
37310
  n == null || n(z);
37311
37311
  },
@@ -37565,8 +37565,8 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37565
37565
  p({});
37566
37566
  else {
37567
37567
  const y = {};
37568
- b.errors.forEach((x) => {
37569
- y[x.field] = x.message;
37568
+ b.errors.forEach((T) => {
37569
+ y[T.field] = T.message;
37570
37570
  }), p(y);
37571
37571
  }
37572
37572
  }
@@ -37577,8 +37577,8 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37577
37577
  const b = si(u, l);
37578
37578
  if (!b.valid) {
37579
37579
  const y = {};
37580
- b.errors.forEach((x) => {
37581
- y[x.field] = x.message;
37580
+ b.errors.forEach((T) => {
37581
+ y[T.field] = T.message;
37582
37582
  }), p(y), zr.error("请填写所有必填项");
37583
37583
  return;
37584
37584
  }
@@ -37843,7 +37843,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37843
37843
  historyCardData: c,
37844
37844
  onHumanVerifySubmit: f
37845
37845
  }) => {
37846
- const [p, d] = Kh.useModal(), [b, y] = pt(!1), [x, v] = pt([]);
37846
+ const [p, d] = Kh.useModal(), [b, y] = pt(!1), [T, v] = pt([]);
37847
37847
  Xt(() => {
37848
37848
  e != null && e.includes("```echarts") && A0().catch(console.error);
37849
37849
  }, [e]);
@@ -37918,7 +37918,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
37918
37918
  !u && /* @__PURE__ */ P(
37919
37919
  P4,
37920
37920
  {
37921
- items: x,
37921
+ items: T,
37922
37922
  open: b,
37923
37923
  onClose: M
37924
37924
  }
@@ -38057,7 +38057,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
38057
38057
  });
38058
38058
  }, [o]), y = Ue((A) => {
38059
38059
  d(A), f(!0);
38060
- }, []), x = Ue(() => {
38060
+ }, []), T = Ue(() => {
38061
38061
  f(!1);
38062
38062
  }, []), v = s || b, S = u || y;
38063
38063
  return /* @__PURE__ */ Te(Ps, { children: [
@@ -38094,7 +38094,7 @@ const qN = /* @__PURE__ */ Xs($N), jN = oe.div`
38094
38094
  {
38095
38095
  items: p,
38096
38096
  open: c,
38097
- onClose: x
38097
+ onClose: T
38098
38098
  }
38099
38099
  )
38100
38100
  ] });