gradio-leaderboard 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl
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.
- gradio_leaderboard/templates/component/index.js +342 -342
- {gradio_leaderboard-0.0.8.dist-info → gradio_leaderboard-0.0.9.dist-info}/METADATA +1 -1
- {gradio_leaderboard-0.0.8.dist-info → gradio_leaderboard-0.0.9.dist-info}/RECORD +4 -4
- {gradio_leaderboard-0.0.8.dist-info → gradio_leaderboard-0.0.9.dist-info}/WHEEL +0 -0
@@ -1277,7 +1277,7 @@ function Tm(t, e) {
|
|
1277
1277
|
return new Promise(async (h) => {
|
1278
1278
|
const { status_callback: p, hf_token: _ } = u, v = {
|
1279
1279
|
predict: Ne,
|
1280
|
-
submit:
|
1280
|
+
submit: ve,
|
1281
1281
|
view_api: Be,
|
1282
1282
|
component_server: le
|
1283
1283
|
};
|
@@ -1298,8 +1298,8 @@ function Tm(t, e) {
|
|
1298
1298
|
};
|
1299
1299
|
try {
|
1300
1300
|
pe = await Be(z);
|
1301
|
-
} catch (
|
1302
|
-
console.error(`Could not get api details: ${
|
1301
|
+
} catch (K) {
|
1302
|
+
console.error(`Could not get api details: ${K.message}`);
|
1303
1303
|
}
|
1304
1304
|
return {
|
1305
1305
|
config: z,
|
@@ -1315,10 +1315,10 @@ function Tm(t, e) {
|
|
1315
1315
|
`${T}//${O}`,
|
1316
1316
|
_
|
1317
1317
|
);
|
1318
|
-
const
|
1319
|
-
h(
|
1320
|
-
} catch (
|
1321
|
-
console.error(
|
1318
|
+
const K = await re(z);
|
1319
|
+
h(K);
|
1320
|
+
} catch (K) {
|
1321
|
+
console.error(K), p && p({
|
1322
1322
|
status: "error",
|
1323
1323
|
message: "Could not load this space.",
|
1324
1324
|
load_status: "error",
|
@@ -1332,7 +1332,7 @@ function Tm(t, e) {
|
|
1332
1332
|
`${T}//${O}`,
|
1333
1333
|
_
|
1334
1334
|
);
|
1335
|
-
const oe = await re(z),
|
1335
|
+
const oe = await re(z), K = new EventSource(
|
1336
1336
|
`${z.root}/heartbeat/${U}`
|
1337
1337
|
);
|
1338
1338
|
h(oe);
|
@@ -1348,29 +1348,29 @@ function Tm(t, e) {
|
|
1348
1348
|
detail: "NOT_FOUND"
|
1349
1349
|
});
|
1350
1350
|
}
|
1351
|
-
function Ne(oe,
|
1351
|
+
function Ne(oe, K, de) {
|
1352
1352
|
let V = !1, ee = !1, we;
|
1353
1353
|
if (typeof oe == "number")
|
1354
1354
|
we = z.dependencies[oe];
|
1355
1355
|
else {
|
1356
|
-
const
|
1357
|
-
we = z.dependencies[Y[
|
1356
|
+
const ke = oe.replace(/^\//, "");
|
1357
|
+
we = z.dependencies[Y[ke]];
|
1358
1358
|
}
|
1359
1359
|
if (we.types.continuous)
|
1360
1360
|
throw new Error(
|
1361
1361
|
"Cannot call predict on this function as it may run forever. Use submit instead"
|
1362
1362
|
);
|
1363
|
-
return new Promise((
|
1364
|
-
const xe =
|
1363
|
+
return new Promise((ke, $) => {
|
1364
|
+
const xe = ve(oe, K, de);
|
1365
1365
|
let Se;
|
1366
1366
|
xe.on("data", (We) => {
|
1367
|
-
ee && (xe.destroy(),
|
1367
|
+
ee && (xe.destroy(), ke(We)), V = !0, Se = We;
|
1368
1368
|
}).on("status", (We) => {
|
1369
|
-
We.stage === "error" && $(We), We.stage === "complete" && (ee = !0, V && (xe.destroy(),
|
1369
|
+
We.stage === "error" && $(We), We.stage === "complete" && (ee = !0, V && (xe.destroy(), ke(Se)));
|
1370
1370
|
});
|
1371
1371
|
});
|
1372
1372
|
}
|
1373
|
-
function
|
1373
|
+
function ve(oe, K, de, V = null) {
|
1374
1374
|
let ee, we;
|
1375
1375
|
if (typeof oe == "number")
|
1376
1376
|
ee = oe, we = pe.unnamed_endpoints[ee];
|
@@ -1382,12 +1382,12 @@ function Tm(t, e) {
|
|
1382
1382
|
throw new Error(
|
1383
1383
|
"There is no endpoint matching that name of fn_index matching that number."
|
1384
1384
|
);
|
1385
|
-
let
|
1385
|
+
let ke, $, xe = z.protocol ?? "ws";
|
1386
1386
|
const Se = typeof oe == "number" ? "/predict" : oe;
|
1387
1387
|
let We, Ie = null, Xe = !1;
|
1388
1388
|
const Ue = {};
|
1389
1389
|
let zt = "";
|
1390
|
-
typeof window < "u" && (zt = new URLSearchParams(window.location.search).toString()), o(`${z.root}`,
|
1390
|
+
typeof window < "u" && (zt = new URLSearchParams(window.location.search).toString()), o(`${z.root}`, K, we, _).then(
|
1391
1391
|
(ye) => {
|
1392
1392
|
if (We = {
|
1393
1393
|
data: ye || [],
|
@@ -1460,7 +1460,7 @@ function Tm(t, e) {
|
|
1460
1460
|
!0
|
1461
1461
|
)}
|
1462
1462
|
/queue/join${zt ? "?" + zt : ""}`);
|
1463
|
-
ne && Ee.searchParams.set("__sign", ne),
|
1463
|
+
ne && Ee.searchParams.set("__sign", ne), ke = new WebSocket(Ee), ke.onclose = (me) => {
|
1464
1464
|
me.wasClean || Re({
|
1465
1465
|
type: "status",
|
1466
1466
|
stage: "error",
|
@@ -1471,7 +1471,7 @@ function Tm(t, e) {
|
|
1471
1471
|
fn_index: ee,
|
1472
1472
|
time: /* @__PURE__ */ new Date()
|
1473
1473
|
});
|
1474
|
-
},
|
1474
|
+
}, ke.onmessage = function(me) {
|
1475
1475
|
const Oe = JSON.parse(me.data), { type: et, status: Ce, data: Le } = Ll(
|
1476
1476
|
Oe,
|
1477
1477
|
M[ee]
|
@@ -1483,12 +1483,12 @@ function Tm(t, e) {
|
|
1483
1483
|
fn_index: ee,
|
1484
1484
|
time: /* @__PURE__ */ new Date(),
|
1485
1485
|
...Ce
|
1486
|
-
}), Ce.stage === "error" &&
|
1486
|
+
}), Ce.stage === "error" && ke.close();
|
1487
1487
|
else if (et === "hash") {
|
1488
|
-
|
1488
|
+
ke.send(JSON.stringify({ fn_index: ee, session_hash: U }));
|
1489
1489
|
return;
|
1490
1490
|
} else
|
1491
|
-
et === "data" ?
|
1491
|
+
et === "data" ? ke.send(JSON.stringify({ ...We, session_hash: U })) : et === "complete" ? Xe = Ce : et === "log" ? Re({
|
1492
1492
|
type: "log",
|
1493
1493
|
log: Le.log,
|
1494
1494
|
level: Le.level,
|
@@ -1517,10 +1517,10 @@ function Tm(t, e) {
|
|
1517
1517
|
queue: !0,
|
1518
1518
|
endpoint: Se,
|
1519
1519
|
fn_index: ee
|
1520
|
-
}),
|
1520
|
+
}), ke.close()));
|
1521
1521
|
}, Ru(z.version || "2.0.0", "3.6") < 0 && addEventListener(
|
1522
1522
|
"open",
|
1523
|
-
() =>
|
1523
|
+
() => ke.send(JSON.stringify({ hash: U }))
|
1524
1524
|
);
|
1525
1525
|
} else if (xe == "sse") {
|
1526
1526
|
Re({
|
@@ -1717,7 +1717,7 @@ function Tm(t, e) {
|
|
1717
1717
|
};
|
1718
1718
|
Ie in D && (D[Ie].forEach(
|
1719
1719
|
(et) => Oe(et)
|
1720
|
-
), delete D[Ie]), R[Ie] = Oe, I.add(Ie), N ||
|
1720
|
+
), delete D[Ie]), R[Ie] = Oe, I.add(Ie), N || ue();
|
1721
1721
|
}
|
1722
1722
|
}));
|
1723
1723
|
}
|
@@ -1739,12 +1739,12 @@ function Tm(t, e) {
|
|
1739
1739
|
}
|
1740
1740
|
function $t(ye, Fe) {
|
1741
1741
|
const Ee = Ue, me = Ee[ye] || [];
|
1742
|
-
return Ee[ye] = me, me == null || me.push(Fe), { on: $t, off: Ot, cancel: Ct, destroy:
|
1742
|
+
return Ee[ye] = me, me == null || me.push(Fe), { on: $t, off: Ot, cancel: Ct, destroy: Q };
|
1743
1743
|
}
|
1744
1744
|
function Ot(ye, Fe) {
|
1745
1745
|
const Ee = Ue;
|
1746
1746
|
let me = Ee[ye] || [];
|
1747
|
-
return me = me == null ? void 0 : me.filter((Oe) => Oe !== Fe), Ee[ye] = me, { on: $t, off: Ot, cancel: Ct, destroy:
|
1747
|
+
return me = me == null ? void 0 : me.filter((Oe) => Oe !== Fe), Ee[ye] = me, { on: $t, off: Ot, cancel: Ct, destroy: Q };
|
1748
1748
|
}
|
1749
1749
|
async function Ct() {
|
1750
1750
|
const ye = {
|
@@ -1759,9 +1759,9 @@ function Tm(t, e) {
|
|
1759
1759
|
fn_index: ee
|
1760
1760
|
});
|
1761
1761
|
let Fe = {};
|
1762
|
-
xe === "ws" ? (
|
1763
|
-
|
1764
|
-
}) :
|
1762
|
+
xe === "ws" ? (ke && ke.readyState === 0 ? ke.addEventListener("open", () => {
|
1763
|
+
ke.close();
|
1764
|
+
}) : ke.close(), Fe = { fn_index: ee, session_hash: U }) : ($.close(), Fe = { event_id: Ie });
|
1765
1765
|
try {
|
1766
1766
|
await t(`${z.root}/reset`, {
|
1767
1767
|
headers: { "Content-Type": "application/json" },
|
@@ -1774,7 +1774,7 @@ function Tm(t, e) {
|
|
1774
1774
|
);
|
1775
1775
|
}
|
1776
1776
|
}
|
1777
|
-
function
|
1777
|
+
function Q() {
|
1778
1778
|
for (const ye in Ue)
|
1779
1779
|
Ue[ye].forEach((Fe) => {
|
1780
1780
|
Ot(ye, Fe);
|
@@ -1784,15 +1784,15 @@ function Tm(t, e) {
|
|
1784
1784
|
on: $t,
|
1785
1785
|
off: Ot,
|
1786
1786
|
cancel: Ct,
|
1787
|
-
destroy:
|
1787
|
+
destroy: Q
|
1788
1788
|
};
|
1789
1789
|
}
|
1790
|
-
function
|
1790
|
+
function ue() {
|
1791
1791
|
N = !0;
|
1792
1792
|
let oe = new URLSearchParams({
|
1793
1793
|
session_hash: U
|
1794
|
-
}).toString(),
|
1795
|
-
C = e(
|
1794
|
+
}).toString(), K = new URL(`${z.root}/queue/data?${oe}`);
|
1795
|
+
C = e(K), C.onmessage = async function(de) {
|
1796
1796
|
let V = JSON.parse(de.data);
|
1797
1797
|
if (V.msg === "close_stream") {
|
1798
1798
|
he();
|
@@ -1825,14 +1825,14 @@ function Tm(t, e) {
|
|
1825
1825
|
function he() {
|
1826
1826
|
N = !1, C == null || C.close();
|
1827
1827
|
}
|
1828
|
-
async function le(oe,
|
1828
|
+
async function le(oe, K, de) {
|
1829
1829
|
var V;
|
1830
1830
|
const ee = { "Content-Type": "application/json" };
|
1831
1831
|
_ && (ee.Authorization = `Bearer ${_}`);
|
1832
|
-
let we,
|
1832
|
+
let we, ke = z.components.find(
|
1833
1833
|
(Se) => Se.id === oe
|
1834
1834
|
);
|
1835
|
-
(V =
|
1835
|
+
(V = ke == null ? void 0 : ke.props) != null && V.root_url ? we = ke.props.root_url : we = z.root;
|
1836
1836
|
const $ = await t(
|
1837
1837
|
`${we}/component_server/`,
|
1838
1838
|
{
|
@@ -1840,7 +1840,7 @@ function Tm(t, e) {
|
|
1840
1840
|
body: JSON.stringify({
|
1841
1841
|
data: de,
|
1842
1842
|
component_id: oe,
|
1843
|
-
fn_name:
|
1843
|
+
fn_name: K,
|
1844
1844
|
session_hash: U
|
1845
1845
|
}),
|
1846
1846
|
headers: ee
|
@@ -1855,8 +1855,8 @@ function Tm(t, e) {
|
|
1855
1855
|
async function Be(oe) {
|
1856
1856
|
if (pe)
|
1857
1857
|
return pe;
|
1858
|
-
const
|
1859
|
-
_ && (
|
1858
|
+
const K = { "Content-Type": "application/json" };
|
1859
|
+
_ && (K.Authorization = `Bearer ${_}`);
|
1860
1860
|
let de;
|
1861
1861
|
if (Ru(oe.version || "2.0.0", "3.30") < 0 ? de = await t(
|
1862
1862
|
"https://gradio-space-api-fetcher-v2.hf.space/api",
|
@@ -1866,10 +1866,10 @@ function Tm(t, e) {
|
|
1866
1866
|
serialize: !1,
|
1867
1867
|
config: JSON.stringify(oe)
|
1868
1868
|
}),
|
1869
|
-
headers:
|
1869
|
+
headers: K
|
1870
1870
|
}
|
1871
1871
|
) : de = await t(`${oe.root}/info`, {
|
1872
|
-
headers:
|
1872
|
+
headers: K
|
1873
1873
|
}), !de.ok)
|
1874
1874
|
throw new Error(j0);
|
1875
1875
|
let V = await de.json();
|
@@ -6068,10 +6068,10 @@ function K3(t, e, n) {
|
|
6068
6068
|
function Y() {
|
6069
6069
|
navigator.clipboard.read().then(async (V) => {
|
6070
6070
|
for (let ee = 0; ee < V.length; ee++) {
|
6071
|
-
const we = V[ee].types.find((
|
6071
|
+
const we = V[ee].types.find((ke) => ke.startsWith("image/"));
|
6072
6072
|
if (we) {
|
6073
|
-
V[ee].getType(we).then(async (
|
6074
|
-
const $ = new File([
|
6073
|
+
V[ee].getType(we).then(async (ke) => {
|
6074
|
+
const $ = new File([ke], `clipboard.${we.replace("image/", "")}`);
|
6075
6075
|
await pe([$]);
|
6076
6076
|
});
|
6077
6077
|
break;
|
@@ -6110,15 +6110,15 @@ function K3(t, e, n) {
|
|
6110
6110
|
if (n(18, c = !1), !cc([V, "access", (we) => we.dataTransfer, "optionalAccess", (we) => we.files]))
|
6111
6111
|
return;
|
6112
6112
|
const ee = Array.from(V.dataTransfer.files).filter((we) => {
|
6113
|
-
const
|
6114
|
-
return
|
6113
|
+
const ke = "." + we.name.split(".").pop();
|
6114
|
+
return ke && Q3(D, ke, we.type) || (ke && Array.isArray(o) ? o.includes(ke) : ke === o) ? !0 : (C("error", `Invalid file type only ${o} allowed.`), !1);
|
6115
6115
|
});
|
6116
6116
|
await pe(ee);
|
6117
6117
|
}
|
6118
|
-
function
|
6118
|
+
function ve(V) {
|
6119
6119
|
V0.call(this, t, V);
|
6120
6120
|
}
|
6121
|
-
function
|
6121
|
+
function ue(V) {
|
6122
6122
|
V0.call(this, t, V);
|
6123
6123
|
}
|
6124
6124
|
function he(V) {
|
@@ -6133,7 +6133,7 @@ function K3(t, e, n) {
|
|
6133
6133
|
function oe(V) {
|
6134
6134
|
V0.call(this, t, V);
|
6135
6135
|
}
|
6136
|
-
function
|
6136
|
+
function K(V) {
|
6137
6137
|
V0.call(this, t, V);
|
6138
6138
|
}
|
6139
6139
|
function de(V) {
|
@@ -6170,13 +6170,13 @@ function K3(t, e, n) {
|
|
6170
6170
|
pe,
|
6171
6171
|
l,
|
6172
6172
|
r,
|
6173
|
-
|
6174
|
-
|
6173
|
+
ve,
|
6174
|
+
ue,
|
6175
6175
|
he,
|
6176
6176
|
le,
|
6177
6177
|
Be,
|
6178
6178
|
oe,
|
6179
|
-
|
6179
|
+
K,
|
6180
6180
|
de
|
6181
6181
|
];
|
6182
6182
|
}
|
@@ -6751,7 +6751,7 @@ const Fp = function() {
|
|
6751
6751
|
};
|
6752
6752
|
function bh() {
|
6753
6753
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Fp();
|
6754
|
-
const e = (
|
6754
|
+
const e = (ce) => bh(ce);
|
6755
6755
|
if (e.version = "3.1.0", e.removed = [], !t || !t.document || t.document.nodeType !== 9)
|
6756
6756
|
return e.isSupported = !1, e;
|
6757
6757
|
let {
|
@@ -6769,8 +6769,8 @@ function bh() {
|
|
6769
6769
|
trustedTypes: T
|
6770
6770
|
} = t, O = h.prototype, P = Xs(O, "cloneNode"), U = Xs(O, "nextSibling"), M = Xs(O, "childNodes"), N = Xs(O, "parentNode");
|
6771
6771
|
if (typeof c == "function") {
|
6772
|
-
const
|
6773
|
-
|
6772
|
+
const ce = n.createElement("template");
|
6773
|
+
ce.content && ce.content.ownerDocument && (n = ce.content.ownerDocument);
|
6774
6774
|
}
|
6775
6775
|
let D, E = "";
|
6776
6776
|
const {
|
@@ -6788,15 +6788,15 @@ function bh() {
|
|
6788
6788
|
ERB_EXPR: pe,
|
6789
6789
|
TMPLIT_EXPR: Me,
|
6790
6790
|
DATA_ATTR: Ne,
|
6791
|
-
ARIA_ATTR:
|
6792
|
-
IS_SCRIPT_OR_DATA:
|
6791
|
+
ARIA_ATTR: ve,
|
6792
|
+
IS_SCRIPT_OR_DATA: ue,
|
6793
6793
|
ATTR_WHITESPACE: he,
|
6794
6794
|
CUSTOM_ELEMENT: le
|
6795
6795
|
} = yc;
|
6796
6796
|
let {
|
6797
6797
|
IS_ALLOWED_URI: Be
|
6798
6798
|
} = yc, oe = null;
|
6799
|
-
const
|
6799
|
+
const K = Ve({}, [...gc, ...Xl, ...Yl, ...Zl, ..._c]);
|
6800
6800
|
let de = null;
|
6801
6801
|
const V = Ve({}, [...bc, ...Jl, ...wc, ...Ys]);
|
6802
6802
|
let ee = Object.seal(ph(null, {
|
@@ -6818,7 +6818,7 @@ function bh() {
|
|
6818
6818
|
enumerable: !0,
|
6819
6819
|
value: !1
|
6820
6820
|
}
|
6821
|
-
})), we = null,
|
6821
|
+
})), we = null, ke = null, $ = !0, xe = !0, Se = !1, We = !0, Ie = !1, Xe = !0, Ue = !1, zt = !1, Nn = !1, Re = !1, $t = !1, Ot = !1, Ct = !0, Q = !1;
|
6822
6822
|
const ye = "user-content-";
|
6823
6823
|
let Fe = !0, Ee = !1, me = {}, Oe = null;
|
6824
6824
|
const et = Ve({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
@@ -6837,7 +6837,7 @@ function bh() {
|
|
6837
6837
|
let G = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
6838
6838
|
if (!(qn && qn === G)) {
|
6839
6839
|
if ((!G || typeof G != "object") && (G = {}), G = Y0(G), Pn = // eslint-disable-next-line unicorn/prefer-includes
|
6840
|
-
sr.indexOf(G.PARSER_MEDIA_TYPE) === -1 ? i0 : G.PARSER_MEDIA_TYPE, wt = Pn === "application/xhtml+xml" ? Wl : pi, oe = Ln(G, "ALLOWED_TAGS") ? Ve({}, G.ALLOWED_TAGS, wt) :
|
6840
|
+
sr.indexOf(G.PARSER_MEDIA_TYPE) === -1 ? i0 : G.PARSER_MEDIA_TYPE, wt = Pn === "application/xhtml+xml" ? Wl : pi, oe = Ln(G, "ALLOWED_TAGS") ? Ve({}, G.ALLOWED_TAGS, wt) : K, de = Ln(G, "ALLOWED_ATTR") ? Ve({}, G.ALLOWED_ATTR, wt) : V, Ut = Ln(G, "ALLOWED_NAMESPACES") ? Ve({}, G.ALLOWED_NAMESPACES, Wl) : s0, tt = Ln(G, "ADD_URI_SAFE_ATTR") ? Ve(
|
6841
6841
|
Y0(Rt),
|
6842
6842
|
// eslint-disable-line indent
|
6843
6843
|
G.ADD_URI_SAFE_ATTR,
|
@@ -6851,7 +6851,7 @@ function bh() {
|
|
6851
6851
|
// eslint-disable-line indent
|
6852
6852
|
wt
|
6853
6853
|
// eslint-disable-line indent
|
6854
|
-
) : Le, Oe = Ln(G, "FORBID_CONTENTS") ? Ve({}, G.FORBID_CONTENTS, wt) : et, we = Ln(G, "FORBID_TAGS") ? Ve({}, G.FORBID_TAGS, wt) : {},
|
6854
|
+
) : Le, Oe = Ln(G, "FORBID_CONTENTS") ? Ve({}, G.FORBID_CONTENTS, wt) : et, we = Ln(G, "FORBID_TAGS") ? Ve({}, G.FORBID_TAGS, wt) : {}, ke = Ln(G, "FORBID_ATTR") ? Ve({}, G.FORBID_ATTR, wt) : {}, me = Ln(G, "USE_PROFILES") ? G.USE_PROFILES : !1, $ = G.ALLOW_ARIA_ATTR !== !1, xe = G.ALLOW_DATA_ATTR !== !1, Se = G.ALLOW_UNKNOWN_PROTOCOLS || !1, We = G.ALLOW_SELF_CLOSE_IN_ATTR !== !1, Ie = G.SAFE_FOR_TEMPLATES || !1, Xe = G.SAFE_FOR_XML !== !1, Ue = G.WHOLE_DOCUMENT || !1, Re = G.RETURN_DOM || !1, $t = G.RETURN_DOM_FRAGMENT || !1, Ot = G.RETURN_TRUSTED_TYPE || !1, Nn = G.FORCE_BODY || !1, Ct = G.SANITIZE_DOM !== !1, Q = G.SANITIZE_NAMED_PROPS || !1, Fe = G.KEEP_CONTENT !== !1, Ee = G.IN_PLACE || !1, Be = G.ALLOWED_URI_REGEXP || gh, Ze = G.NAMESPACE || It, ee = G.CUSTOM_ELEMENT_HANDLING || {}, G.CUSTOM_ELEMENT_HANDLING && jt(G.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (ee.tagNameCheck = G.CUSTOM_ELEMENT_HANDLING.tagNameCheck), G.CUSTOM_ELEMENT_HANDLING && jt(G.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (ee.attributeNameCheck = G.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), G.CUSTOM_ELEMENT_HANDLING && typeof G.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (ee.allowCustomizedBuiltInElements = G.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), Ie && (xe = !1), $t && (Re = !0), me && (oe = Ve({}, _c), de = [], me.html === !0 && (Ve(oe, gc), Ve(de, bc)), me.svg === !0 && (Ve(oe, Xl), Ve(de, Jl), Ve(de, Ys)), me.svgFilters === !0 && (Ve(oe, Yl), Ve(de, Jl), Ve(de, Ys)), me.mathMl === !0 && (Ve(oe, Zl), Ve(de, wc), Ve(de, Ys))), G.ADD_TAGS && (oe === K && (oe = Y0(oe)), Ve(oe, G.ADD_TAGS, wt)), G.ADD_ATTR && (de === V && (de = Y0(de)), Ve(de, G.ADD_ATTR, wt)), G.ADD_URI_SAFE_ATTR && Ve(tt, G.ADD_URI_SAFE_ATTR, wt), G.FORBID_CONTENTS && (Oe === et && (Oe = Y0(Oe)), Ve(Oe, G.FORBID_CONTENTS, wt)), Fe && (oe["#text"] = !0), Ue && Ve(oe, ["html", "head", "body"]), oe.table && (Ve(oe, ["tbody"]), delete we.tbody), G.TRUSTED_TYPES_POLICY) {
|
6855
6855
|
if (typeof G.TRUSTED_TYPES_POLICY.createHTML != "function")
|
6856
6856
|
throw Yr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
6857
6857
|
if (typeof G.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
@@ -6972,9 +6972,9 @@ function bh() {
|
|
6972
6972
|
}, fe = function(G, ie, x) {
|
6973
6973
|
if (Ct && (ie === "id" || ie === "name") && (x in n || x in Ir))
|
6974
6974
|
return !1;
|
6975
|
-
if (!(xe && !
|
6976
|
-
if (!($ && an(
|
6977
|
-
if (!de[ie] ||
|
6975
|
+
if (!(xe && !ke[ie] && an(Ne, ie))) {
|
6976
|
+
if (!($ && an(ve, ie))) {
|
6977
|
+
if (!de[ie] || ke[ie]) {
|
6978
6978
|
if (
|
6979
6979
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
6980
6980
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
@@ -6987,7 +6987,7 @@ function bh() {
|
|
6987
6987
|
} else if (!tt[ie]) {
|
6988
6988
|
if (!an(Be, Xr(x, he, ""))) {
|
6989
6989
|
if (!((ie === "src" || ie === "xlink:href" || ie === "href") && G !== "script" && pp(x, "data:") === 0 && Ce[G])) {
|
6990
|
-
if (!(Se && !an(
|
6990
|
+
if (!(Se && !an(ue, Xr(x, he, "")))) {
|
6991
6991
|
if (x)
|
6992
6992
|
return !1;
|
6993
6993
|
}
|
@@ -7031,7 +7031,7 @@ function bh() {
|
|
7031
7031
|
});
|
7032
7032
|
const or = wt(G.nodeName);
|
7033
7033
|
if (fe(or, Gn, Ae)) {
|
7034
|
-
if (
|
7034
|
+
if (Q && (Gn === "id" || Gn === "name") && (q(Lt, G), Ae = ye + Ae), D && typeof T == "object" && typeof T.getAttributeType == "function" && !Vt)
|
7035
7035
|
switch (T.getAttributeType(or, Gn)) {
|
7036
7036
|
case "TrustedHTML": {
|
7037
7037
|
Ae = D.createHTML(Ae);
|
@@ -7049,44 +7049,44 @@ function bh() {
|
|
7049
7049
|
}
|
7050
7050
|
}
|
7051
7051
|
B("afterSanitizeAttributes", G, null);
|
7052
|
-
}, De = function
|
7052
|
+
}, De = function ce(G) {
|
7053
7053
|
let ie = null;
|
7054
7054
|
const x = g(G);
|
7055
7055
|
for (B("beforeSanitizeShadowDOM", G, null); ie = x.nextNode(); )
|
7056
|
-
B("uponSanitizeShadowNode", ie, null), !ze(ie) && (ie.content instanceof o &&
|
7056
|
+
B("uponSanitizeShadowNode", ie, null), !ze(ie) && (ie.content instanceof o && ce(ie.content), Dn(ie));
|
7057
7057
|
B("afterSanitizeShadowDOM", G, null);
|
7058
7058
|
};
|
7059
|
-
return e.sanitize = function(
|
7059
|
+
return e.sanitize = function(ce) {
|
7060
7060
|
let G = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, ie = null, x = null, Ye = null, H = null;
|
7061
|
-
if (ae = !
|
7062
|
-
if (typeof
|
7063
|
-
if (
|
7061
|
+
if (ae = !ce, ae && (ce = "<!-->"), typeof ce != "string" && !y(ce))
|
7062
|
+
if (typeof ce.toString == "function") {
|
7063
|
+
if (ce = ce.toString(), typeof ce != "string")
|
7064
7064
|
throw Yr("dirty is not a string, aborting");
|
7065
7065
|
} else
|
7066
7066
|
throw Yr("toString is not a function");
|
7067
7067
|
if (!e.isSupported)
|
7068
|
-
return
|
7069
|
-
if (zt || en(G), e.removed = [], typeof
|
7070
|
-
if (
|
7071
|
-
const Un = wt(
|
7068
|
+
return ce;
|
7069
|
+
if (zt || en(G), e.removed = [], typeof ce == "string" && (Ee = !1), Ee) {
|
7070
|
+
if (ce.nodeName) {
|
7071
|
+
const Un = wt(ce.nodeName);
|
7072
7072
|
if (!oe[Un] || we[Un])
|
7073
7073
|
throw Yr("root node is forbidden and cannot be sanitized in-place");
|
7074
7074
|
}
|
7075
|
-
} else if (
|
7076
|
-
ie = d("<!---->"), x = ie.ownerDocument.importNode(
|
7075
|
+
} else if (ce instanceof u)
|
7076
|
+
ie = d("<!---->"), x = ie.ownerDocument.importNode(ce, !0), x.nodeType === 1 && x.nodeName === "BODY" || x.nodeName === "HTML" ? ie = x : ie.appendChild(x);
|
7077
7077
|
else {
|
7078
7078
|
if (!Re && !Ie && !Ue && // eslint-disable-next-line unicorn/prefer-includes
|
7079
|
-
|
7080
|
-
return D && Ot ? D.createHTML(
|
7081
|
-
if (ie = d(
|
7079
|
+
ce.indexOf("<") === -1)
|
7080
|
+
return D && Ot ? D.createHTML(ce) : ce;
|
7081
|
+
if (ie = d(ce), !ie)
|
7082
7082
|
return Re ? null : Ot ? E : "";
|
7083
7083
|
}
|
7084
7084
|
ie && Nn && Qt(ie.firstChild);
|
7085
|
-
const Lt = g(Ee ?
|
7085
|
+
const Lt = g(Ee ? ce : ie);
|
7086
7086
|
for (; Ye = Lt.nextNode(); )
|
7087
7087
|
ze(Ye) || (Ye.content instanceof o && De(Ye.content), Dn(Ye));
|
7088
7088
|
if (Ee)
|
7089
|
-
return
|
7089
|
+
return ce;
|
7090
7090
|
if (Re) {
|
7091
7091
|
if ($t)
|
7092
7092
|
for (H = I.call(ie.ownerDocument); ie.firstChild; )
|
@@ -7101,21 +7101,21 @@ function bh() {
|
|
7101
7101
|
Vt = Xr(Vt, Un, " ");
|
7102
7102
|
}), D && Ot ? D.createHTML(Vt) : Vt;
|
7103
7103
|
}, e.setConfig = function() {
|
7104
|
-
let
|
7105
|
-
en(
|
7104
|
+
let ce = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7105
|
+
en(ce), zt = !0;
|
7106
7106
|
}, e.clearConfig = function() {
|
7107
7107
|
qn = null, zt = !1;
|
7108
|
-
}, e.isValidAttribute = function(
|
7108
|
+
}, e.isValidAttribute = function(ce, G, ie) {
|
7109
7109
|
qn || en({});
|
7110
|
-
const x = wt(
|
7110
|
+
const x = wt(ce), Ye = wt(G);
|
7111
7111
|
return fe(x, Ye, ie);
|
7112
|
-
}, e.addHook = function(
|
7113
|
-
typeof G == "function" && (ne[
|
7114
|
-
}, e.removeHook = function(
|
7115
|
-
if (ne[
|
7116
|
-
return mc(ne[
|
7117
|
-
}, e.removeHooks = function(
|
7118
|
-
ne[
|
7112
|
+
}, e.addHook = function(ce, G) {
|
7113
|
+
typeof G == "function" && (ne[ce] = ne[ce] || [], Wr(ne[ce], G));
|
7114
|
+
}, e.removeHook = function(ce) {
|
7115
|
+
if (ne[ce])
|
7116
|
+
return mc(ne[ce]);
|
7117
|
+
}, e.removeHooks = function(ce) {
|
7118
|
+
ne[ce] && (ne[ce] = []);
|
7119
7119
|
}, e.removeAllHooks = function() {
|
7120
7120
|
ne = {};
|
7121
7121
|
}, e;
|
@@ -7379,13 +7379,13 @@ function Mp() {
|
|
7379
7379
|
* Get the style of a superscript given a base in the current style.
|
7380
7380
|
*/
|
7381
7381
|
sup() {
|
7382
|
-
return Ne[
|
7382
|
+
return Ne[ve[this.id]];
|
7383
7383
|
}
|
7384
7384
|
/**
|
7385
7385
|
* Get the style of a subscript given a base in the current style.
|
7386
7386
|
*/
|
7387
7387
|
sub() {
|
7388
|
-
return Ne[
|
7388
|
+
return Ne[ue[this.id]];
|
7389
7389
|
}
|
7390
7390
|
/**
|
7391
7391
|
* Get the style of a fraction numerator given the fraction in the current
|
@@ -7421,8 +7421,8 @@ function Mp() {
|
|
7421
7421
|
return this.size >= 2;
|
7422
7422
|
}
|
7423
7423
|
}
|
7424
|
-
const R = 0, I = 1, z = 2, Y = 3, ne = 4, re = 5, pe = 6, Me = 7, Ne = [new C(R, 0, !1), new C(I, 0, !0), new C(z, 1, !1), new C(Y, 1, !0), new C(ne, 2, !1), new C(re, 2, !0), new C(pe, 3, !1), new C(Me, 3, !0)],
|
7425
|
-
var
|
7424
|
+
const R = 0, I = 1, z = 2, Y = 3, ne = 4, re = 5, pe = 6, Me = 7, Ne = [new C(R, 0, !1), new C(I, 0, !0), new C(z, 1, !1), new C(Y, 1, !0), new C(ne, 2, !1), new C(re, 2, !0), new C(pe, 3, !1), new C(Me, 3, !0)], ve = [ne, re, ne, re, pe, Me, pe, Me], ue = [re, re, re, re, Me, Me, Me, Me], he = [z, Y, ne, re, pe, Me, pe, Me], le = [Y, Y, re, re, Me, Me, Me, Me], Be = [I, I, Y, Y, re, re, Me, Me], oe = [R, I, z, Y, z, Y, z, Y];
|
7425
|
+
var K = {
|
7426
7426
|
DISPLAY: Ne[R],
|
7427
7427
|
TEXT: Ne[z],
|
7428
7428
|
SCRIPT: Ne[ne],
|
@@ -7506,7 +7506,7 @@ function Mp() {
|
|
7506
7506
|
return !0;
|
7507
7507
|
return !1;
|
7508
7508
|
}
|
7509
|
-
const
|
7509
|
+
const ke = 80, $ = function(i, s) {
|
7510
7510
|
return "M95," + (622 + i + s) + `
|
7511
7511
|
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
|
7512
7512
|
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
|
@@ -7578,22 +7578,22 @@ c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
|
|
7578
7578
|
let f = "";
|
7579
7579
|
switch (i) {
|
7580
7580
|
case "sqrtMain":
|
7581
|
-
f = $(s,
|
7581
|
+
f = $(s, ke);
|
7582
7582
|
break;
|
7583
7583
|
case "sqrtSize1":
|
7584
|
-
f = xe(s,
|
7584
|
+
f = xe(s, ke);
|
7585
7585
|
break;
|
7586
7586
|
case "sqrtSize2":
|
7587
|
-
f = Se(s,
|
7587
|
+
f = Se(s, ke);
|
7588
7588
|
break;
|
7589
7589
|
case "sqrtSize3":
|
7590
|
-
f = We(s,
|
7590
|
+
f = We(s, ke);
|
7591
7591
|
break;
|
7592
7592
|
case "sqrtSize4":
|
7593
|
-
f = Ie(s,
|
7593
|
+
f = Ie(s, ke);
|
7594
7594
|
break;
|
7595
7595
|
case "sqrtTall":
|
7596
|
-
f = Ue(s,
|
7596
|
+
f = Ue(s, ke, a);
|
7597
7597
|
}
|
7598
7598
|
return f;
|
7599
7599
|
}, Nn = function(i, s) {
|
@@ -10033,7 +10033,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
10033
10033
|
9251: [0.11111, 0.21944, 0, 0, 0.525]
|
10034
10034
|
}
|
10035
10035
|
};
|
10036
|
-
const
|
10036
|
+
const Q = {
|
10037
10037
|
slant: [0.25, 0.25, 0.25],
|
10038
10038
|
// sigma1
|
10039
10039
|
space: [0, 0, 0],
|
@@ -10209,10 +10209,10 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
10209
10209
|
let s;
|
10210
10210
|
if (i >= 5 ? s = 0 : i >= 3 ? s = 1 : s = 2, !me[s]) {
|
10211
10211
|
const a = me[s] = {
|
10212
|
-
cssEmPerMu:
|
10212
|
+
cssEmPerMu: Q.quad[s] / 18
|
10213
10213
|
};
|
10214
|
-
for (const f in
|
10215
|
-
|
10214
|
+
for (const f in Q)
|
10215
|
+
Q.hasOwnProperty(f) && (a[f] = Q[f][s]);
|
10216
10216
|
}
|
10217
10217
|
return me[s];
|
10218
10218
|
}
|
@@ -10709,8 +10709,8 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
10709
10709
|
replace: f
|
10710
10710
|
}, b && f && (Qt[i][f] = Qt[i][m]);
|
10711
10711
|
}
|
10712
|
-
const g = "math", Z = "text", y = "main", B = "ams", ze = "accent-token", fe = "bin", pt = "close", Dn = "inner", De = "mathord",
|
10713
|
-
d(g, y, x, "≡", "\\equiv", !0), d(g, y, x, "≺", "\\prec", !0), d(g, y, x, "≻", "\\succ", !0), d(g, y, x, "∼", "\\sim", !0), d(g, y, x, "⊥", "\\perp"), d(g, y, x, "⪯", "\\preceq", !0), d(g, y, x, "⪰", "\\succeq", !0), d(g, y, x, "≃", "\\simeq", !0), d(g, y, x, "∣", "\\mid", !0), d(g, y, x, "≪", "\\ll", !0), d(g, y, x, "≫", "\\gg", !0), d(g, y, x, "≍", "\\asymp", !0), d(g, y, x, "∥", "\\parallel"), d(g, y, x, "⋈", "\\bowtie", !0), d(g, y, x, "⌣", "\\smile", !0), d(g, y, x, "⊑", "\\sqsubseteq", !0), d(g, y, x, "⊒", "\\sqsupseteq", !0), d(g, y, x, "≐", "\\doteq", !0), d(g, y, x, "⌢", "\\frown", !0), d(g, y, x, "∋", "\\ni", !0), d(g, y, x, "∝", "\\propto", !0), d(g, y, x, "⊢", "\\vdash", !0), d(g, y, x, "⊣", "\\dashv", !0), d(g, y, x, "∋", "\\owns"), d(g, y, ie, ".", "\\ldotp"), d(g, y, ie, "⋅", "\\cdotp"), d(g, y, H, "#", "\\#"), d(Z, y, H, "#", "\\#"), d(g, y, H, "&", "\\&"), d(Z, y, H, "&", "\\&"), d(g, y, H, "ℵ", "\\aleph", !0), d(g, y, H, "∀", "\\forall", !0), d(g, y, H, "ℏ", "\\hbar", !0), d(g, y, H, "∃", "\\exists", !0), d(g, y, H, "∇", "\\nabla", !0), d(g, y, H, "♭", "\\flat", !0), d(g, y, H, "ℓ", "\\ell", !0), d(g, y, H, "♮", "\\natural", !0), d(g, y, H, "♣", "\\clubsuit", !0), d(g, y, H, "℘", "\\wp", !0), d(g, y, H, "♯", "\\sharp", !0), d(g, y, H, "♢", "\\diamondsuit", !0), d(g, y, H, "ℜ", "\\Re", !0), d(g, y, H, "♡", "\\heartsuit", !0), d(g, y, H, "ℑ", "\\Im", !0), d(g, y, H, "♠", "\\spadesuit", !0), d(g, y, H, "§", "\\S", !0), d(Z, y, H, "§", "\\S"), d(g, y, H, "¶", "\\P", !0), d(Z, y, H, "¶", "\\P"), d(g, y, H, "†", "\\dag"), d(Z, y, H, "†", "\\dag"), d(Z, y, H, "†", "\\textdagger"), d(g, y, H, "‡", "\\ddag"), d(Z, y, H, "‡", "\\ddag"), d(Z, y, H, "‡", "\\textdaggerdbl"), d(g, y, pt, "⎱", "\\rmoustache", !0), d(g, y, G, "⎰", "\\lmoustache", !0), d(g, y, pt, "⟯", "\\rgroup", !0), d(g, y, G, "⟮", "\\lgroup", !0), d(g, y, fe, "∓", "\\mp", !0), d(g, y, fe, "⊖", "\\ominus", !0), d(g, y, fe, "⊎", "\\uplus", !0), d(g, y, fe, "⊓", "\\sqcap", !0), d(g, y, fe, "∗", "\\ast"), d(g, y, fe, "⊔", "\\sqcup", !0), d(g, y, fe, "◯", "\\bigcirc", !0), d(g, y, fe, "∙", "\\bullet", !0), d(g, y, fe, "‡", "\\ddagger"), d(g, y, fe, "≀", "\\wr", !0), d(g, y, fe, "⨿", "\\amalg"), d(g, y, fe, "&", "\\And"), d(g, y, x, "⟵", "\\longleftarrow", !0), d(g, y, x, "⇐", "\\Leftarrow", !0), d(g, y, x, "⟸", "\\Longleftarrow", !0), d(g, y, x, "⟶", "\\longrightarrow", !0), d(g, y, x, "⇒", "\\Rightarrow", !0), d(g, y, x, "⟹", "\\Longrightarrow", !0), d(g, y, x, "↔", "\\leftrightarrow", !0), d(g, y, x, "⟷", "\\longleftrightarrow", !0), d(g, y, x, "⇔", "\\Leftrightarrow", !0), d(g, y, x, "⟺", "\\Longleftrightarrow", !0), d(g, y, x, "↦", "\\mapsto", !0), d(g, y, x, "⟼", "\\longmapsto", !0), d(g, y, x, "↗", "\\nearrow", !0), d(g, y, x, "↩", "\\hookleftarrow", !0), d(g, y, x, "↪", "\\hookrightarrow", !0), d(g, y, x, "↘", "\\searrow", !0), d(g, y, x, "↼", "\\leftharpoonup", !0), d(g, y, x, "⇀", "\\rightharpoonup", !0), d(g, y, x, "↙", "\\swarrow", !0), d(g, y, x, "↽", "\\leftharpoondown", !0), d(g, y, x, "⇁", "\\rightharpoondown", !0), d(g, y, x, "↖", "\\nwarrow", !0), d(g, y, x, "⇌", "\\rightleftharpoons", !0), d(g, B, x, "≮", "\\nless", !0), d(g, B, x, "", "\\@nleqslant"), d(g, B, x, "", "\\@nleqq"), d(g, B, x, "⪇", "\\lneq", !0), d(g, B, x, "≨", "\\lneqq", !0), d(g, B, x, "", "\\@lvertneqq"), d(g, B, x, "⋦", "\\lnsim", !0), d(g, B, x, "⪉", "\\lnapprox", !0), d(g, B, x, "⊀", "\\nprec", !0), d(g, B, x, "⋠", "\\npreceq", !0), d(g, B, x, "⋨", "\\precnsim", !0), d(g, B, x, "⪹", "\\precnapprox", !0), d(g, B, x, "≁", "\\nsim", !0), d(g, B, x, "", "\\@nshortmid"), d(g, B, x, "∤", "\\nmid", !0), d(g, B, x, "⊬", "\\nvdash", !0), d(g, B, x, "⊭", "\\nvDash", !0), d(g, B, x, "⋪", "\\ntriangleleft"), d(g, B, x, "⋬", "\\ntrianglelefteq", !0), d(g, B, x, "⊊", "\\subsetneq", !0), d(g, B, x, "", "\\@varsubsetneq"), d(g, B, x, "⫋", "\\subsetneqq", !0), d(g, B, x, "", "\\@varsubsetneqq"), d(g, B, x, "≯", "\\ngtr", !0), d(g, B, x, "", "\\@ngeqslant"), d(g, B, x, "", "\\@ngeqq"), d(g, B, x, "⪈", "\\gneq", !0), d(g, B, x, "≩", "\\gneqq", !0), d(g, B, x, "", "\\@gvertneqq"), d(g, B, x, "⋧", "\\gnsim", !0), d(g, B, x, "⪊", "\\gnapprox", !0), d(g, B, x, "⊁", "\\nsucc", !0), d(g, B, x, "⋡", "\\nsucceq", !0), d(g, B, x, "⋩", "\\succnsim", !0), d(g, B, x, "⪺", "\\succnapprox", !0), d(g, B, x, "≆", "\\ncong", !0), d(g, B, x, "", "\\@nshortparallel"), d(g, B, x, "∦", "\\nparallel", !0), d(g, B, x, "⊯", "\\nVDash", !0), d(g, B, x, "⋫", "\\ntriangleright"), d(g, B, x, "⋭", "\\ntrianglerighteq", !0), d(g, B, x, "", "\\@nsupseteqq"), d(g, B, x, "⊋", "\\supsetneq", !0), d(g, B, x, "", "\\@varsupsetneq"), d(g, B, x, "⫌", "\\supsetneqq", !0), d(g, B, x, "", "\\@varsupsetneqq"), d(g, B, x, "⊮", "\\nVdash", !0), d(g, B, x, "⪵", "\\precneqq", !0), d(g, B, x, "⪶", "\\succneqq", !0), d(g, B, x, "", "\\@nsubseteqq"), d(g, B, fe, "⊴", "\\unlhd"), d(g, B, fe, "⊵", "\\unrhd"), d(g, B, x, "↚", "\\nleftarrow", !0), d(g, B, x, "↛", "\\nrightarrow", !0), d(g, B, x, "⇍", "\\nLeftarrow", !0), d(g, B, x, "⇏", "\\nRightarrow", !0), d(g, B, x, "↮", "\\nleftrightarrow", !0), d(g, B, x, "⇎", "\\nLeftrightarrow", !0), d(g, B, x, "△", "\\vartriangle"), d(g, B, H, "ℏ", "\\hslash"), d(g, B, H, "▽", "\\triangledown"), d(g, B, H, "◊", "\\lozenge"), d(g, B, H, "Ⓢ", "\\circledS"), d(g, B, H, "®", "\\circledR"), d(Z, B, H, "®", "\\circledR"), d(g, B, H, "∡", "\\measuredangle", !0), d(g, B, H, "∄", "\\nexists"), d(g, B, H, "℧", "\\mho"), d(g, B, H, "Ⅎ", "\\Finv", !0), d(g, B, H, "⅁", "\\Game", !0), d(g, B, H, "‵", "\\backprime"), d(g, B, H, "▲", "\\blacktriangle"), d(g, B, H, "▼", "\\blacktriangledown"), d(g, B, H, "■", "\\blacksquare"), d(g, B, H, "⧫", "\\blacklozenge"), d(g, B, H, "★", "\\bigstar"), d(g, B, H, "∢", "\\sphericalangle", !0), d(g, B, H, "∁", "\\complement", !0), d(g, B, H, "ð", "\\eth", !0), d(Z, y, H, "ð", "ð"), d(g, B, H, "╱", "\\diagup"), d(g, B, H, "╲", "\\diagdown"), d(g, B, H, "□", "\\square"), d(g, B, H, "□", "\\Box"), d(g, B, H, "◊", "\\Diamond"), d(g, B, H, "¥", "\\yen", !0), d(Z, B, H, "¥", "\\yen", !0), d(g, B, H, "✓", "\\checkmark", !0), d(Z, B, H, "✓", "\\checkmark"), d(g, B, H, "ℶ", "\\beth", !0), d(g, B, H, "ℸ", "\\daleth", !0), d(g, B, H, "ℷ", "\\gimel", !0), d(g, B, H, "ϝ", "\\digamma", !0), d(g, B, H, "ϰ", "\\varkappa"), d(g, B, G, "┌", "\\@ulcorner", !0), d(g, B, pt, "┐", "\\@urcorner", !0), d(g, B, G, "└", "\\@llcorner", !0), d(g, B, pt, "┘", "\\@lrcorner", !0), d(g, B, x, "≦", "\\leqq", !0), d(g, B, x, "⩽", "\\leqslant", !0), d(g, B, x, "⪕", "\\eqslantless", !0), d(g, B, x, "≲", "\\lesssim", !0), d(g, B, x, "⪅", "\\lessapprox", !0), d(g, B, x, "≊", "\\approxeq", !0), d(g, B, fe, "⋖", "\\lessdot"), d(g, B, x, "⋘", "\\lll", !0), d(g, B, x, "≶", "\\lessgtr", !0), d(g, B, x, "⋚", "\\lesseqgtr", !0), d(g, B, x, "⪋", "\\lesseqqgtr", !0), d(g, B, x, "≑", "\\doteqdot"), d(g, B, x, "≓", "\\risingdotseq", !0), d(g, B, x, "≒", "\\fallingdotseq", !0), d(g, B, x, "∽", "\\backsim", !0), d(g, B, x, "⋍", "\\backsimeq", !0), d(g, B, x, "⫅", "\\subseteqq", !0), d(g, B, x, "⋐", "\\Subset", !0), d(g, B, x, "⊏", "\\sqsubset", !0), d(g, B, x, "≼", "\\preccurlyeq", !0), d(g, B, x, "⋞", "\\curlyeqprec", !0), d(g, B, x, "≾", "\\precsim", !0), d(g, B, x, "⪷", "\\precapprox", !0), d(g, B, x, "⊲", "\\vartriangleleft"), d(g, B, x, "⊴", "\\trianglelefteq"), d(g, B, x, "⊨", "\\vDash", !0), d(g, B, x, "⊪", "\\Vvdash", !0), d(g, B, x, "⌣", "\\smallsmile"), d(g, B, x, "⌢", "\\smallfrown"), d(g, B, x, "≏", "\\bumpeq", !0), d(g, B, x, "≎", "\\Bumpeq", !0), d(g, B, x, "≧", "\\geqq", !0), d(g, B, x, "⩾", "\\geqslant", !0), d(g, B, x, "⪖", "\\eqslantgtr", !0), d(g, B, x, "≳", "\\gtrsim", !0), d(g, B, x, "⪆", "\\gtrapprox", !0), d(g, B, fe, "⋗", "\\gtrdot"), d(g, B, x, "⋙", "\\ggg", !0), d(g, B, x, "≷", "\\gtrless", !0), d(g, B, x, "⋛", "\\gtreqless", !0), d(g, B, x, "⪌", "\\gtreqqless", !0), d(g, B, x, "≖", "\\eqcirc", !0), d(g, B, x, "≗", "\\circeq", !0), d(g, B, x, "≜", "\\triangleq", !0), d(g, B, x, "∼", "\\thicksim"), d(g, B, x, "≈", "\\thickapprox"), d(g, B, x, "⫆", "\\supseteqq", !0), d(g, B, x, "⋑", "\\Supset", !0), d(g, B, x, "⊐", "\\sqsupset", !0), d(g, B, x, "≽", "\\succcurlyeq", !0), d(g, B, x, "⋟", "\\curlyeqsucc", !0), d(g, B, x, "≿", "\\succsim", !0), d(g, B, x, "⪸", "\\succapprox", !0), d(g, B, x, "⊳", "\\vartriangleright"), d(g, B, x, "⊵", "\\trianglerighteq"), d(g, B, x, "⊩", "\\Vdash", !0), d(g, B, x, "∣", "\\shortmid"), d(g, B, x, "∥", "\\shortparallel"), d(g, B, x, "≬", "\\between", !0), d(g, B, x, "⋔", "\\pitchfork", !0), d(g, B, x, "∝", "\\varpropto"), d(g, B, x, "◀", "\\blacktriangleleft"), d(g, B, x, "∴", "\\therefore", !0), d(g, B, x, "∍", "\\backepsilon"), d(g, B, x, "▶", "\\blacktriangleright"), d(g, B, x, "∵", "\\because", !0), d(g, B, x, "⋘", "\\llless"), d(g, B, x, "⋙", "\\gggtr"), d(g, B, fe, "⊲", "\\lhd"), d(g, B, fe, "⊳", "\\rhd"), d(g, B, x, "≂", "\\eqsim", !0), d(g, y, x, "⋈", "\\Join"), d(g, B, x, "≑", "\\Doteq", !0), d(g, B, fe, "∔", "\\dotplus", !0), d(g, B, fe, "∖", "\\smallsetminus"), d(g, B, fe, "⋒", "\\Cap", !0), d(g, B, fe, "⋓", "\\Cup", !0), d(g, B, fe, "⩞", "\\doublebarwedge", !0), d(g, B, fe, "⊟", "\\boxminus", !0), d(g, B, fe, "⊞", "\\boxplus", !0), d(g, B, fe, "⋇", "\\divideontimes", !0), d(g, B, fe, "⋉", "\\ltimes", !0), d(g, B, fe, "⋊", "\\rtimes", !0), d(g, B, fe, "⋋", "\\leftthreetimes", !0), d(g, B, fe, "⋌", "\\rightthreetimes", !0), d(g, B, fe, "⋏", "\\curlywedge", !0), d(g, B, fe, "⋎", "\\curlyvee", !0), d(g, B, fe, "⊝", "\\circleddash", !0), d(g, B, fe, "⊛", "\\circledast", !0), d(g, B, fe, "⋅", "\\centerdot"), d(g, B, fe, "⊺", "\\intercal", !0), d(g, B, fe, "⋒", "\\doublecap"), d(g, B, fe, "⋓", "\\doublecup"), d(g, B, fe, "⊠", "\\boxtimes", !0), d(g, B, x, "⇢", "\\dashrightarrow", !0), d(g, B, x, "⇠", "\\dashleftarrow", !0), d(g, B, x, "⇇", "\\leftleftarrows", !0), d(g, B, x, "⇆", "\\leftrightarrows", !0), d(g, B, x, "⇚", "\\Lleftarrow", !0), d(g, B, x, "↞", "\\twoheadleftarrow", !0), d(g, B, x, "↢", "\\leftarrowtail", !0), d(g, B, x, "↫", "\\looparrowleft", !0), d(g, B, x, "⇋", "\\leftrightharpoons", !0), d(g, B, x, "↶", "\\curvearrowleft", !0), d(g, B, x, "↺", "\\circlearrowleft", !0), d(g, B, x, "↰", "\\Lsh", !0), d(g, B, x, "⇈", "\\upuparrows", !0), d(g, B, x, "↿", "\\upharpoonleft", !0), d(g, B, x, "⇃", "\\downharpoonleft", !0), d(g, y, x, "⊶", "\\origof", !0), d(g, y, x, "⊷", "\\imageof", !0), d(g, B, x, "⊸", "\\multimap", !0), d(g, B, x, "↭", "\\leftrightsquigarrow", !0), d(g, B, x, "⇉", "\\rightrightarrows", !0), d(g, B, x, "⇄", "\\rightleftarrows", !0), d(g, B, x, "↠", "\\twoheadrightarrow", !0), d(g, B, x, "↣", "\\rightarrowtail", !0), d(g, B, x, "↬", "\\looparrowright", !0), d(g, B, x, "↷", "\\curvearrowright", !0), d(g, B, x, "↻", "\\circlearrowright", !0), d(g, B, x, "↱", "\\Rsh", !0), d(g, B, x, "⇊", "\\downdownarrows", !0), d(g, B, x, "↾", "\\upharpoonright", !0), d(g, B, x, "⇂", "\\downharpoonright", !0), d(g, B, x, "⇝", "\\rightsquigarrow", !0), d(g, B, x, "⇝", "\\leadsto"), d(g, B, x, "⇛", "\\Rrightarrow", !0), d(g, B, x, "↾", "\\restriction"), d(g, y, H, "‘", "`"), d(g, y, H, "$", "\\$"), d(Z, y, H, "$", "\\$"), d(Z, y, H, "$", "\\textdollar"), d(g, y, H, "%", "\\%"), d(Z, y, H, "%", "\\%"), d(g, y, H, "_", "\\_"), d(Z, y, H, "_", "\\_"), d(Z, y, H, "_", "\\textunderscore"), d(g, y, H, "∠", "\\angle", !0), d(g, y, H, "∞", "\\infty", !0), d(g, y, H, "′", "\\prime"), d(g, y, H, "△", "\\triangle"), d(g, y, H, "Γ", "\\Gamma", !0), d(g, y, H, "Δ", "\\Delta", !0), d(g, y, H, "Θ", "\\Theta", !0), d(g, y, H, "Λ", "\\Lambda", !0), d(g, y, H, "Ξ", "\\Xi", !0), d(g, y, H, "Π", "\\Pi", !0), d(g, y, H, "Σ", "\\Sigma", !0), d(g, y, H, "Υ", "\\Upsilon", !0), d(g, y, H, "Φ", "\\Phi", !0), d(g, y, H, "Ψ", "\\Psi", !0), d(g, y, H, "Ω", "\\Omega", !0), d(g, y, H, "A", "Α"), d(g, y, H, "B", "Β"), d(g, y, H, "E", "Ε"), d(g, y, H, "Z", "Ζ"), d(g, y, H, "H", "Η"), d(g, y, H, "I", "Ι"), d(g, y, H, "K", "Κ"), d(g, y, H, "M", "Μ"), d(g, y, H, "N", "Ν"), d(g, y, H, "O", "Ο"), d(g, y, H, "P", "Ρ"), d(g, y, H, "T", "Τ"), d(g, y, H, "X", "Χ"), d(g, y, H, "¬", "\\neg", !0), d(g, y, H, "¬", "\\lnot"), d(g, y, H, "⊤", "\\top"), d(g, y, H, "⊥", "\\bot"), d(g, y, H, "∅", "\\emptyset"), d(g, B, H, "∅", "\\varnothing"), d(g, y, De, "α", "\\alpha", !0), d(g, y, De, "β", "\\beta", !0), d(g, y, De, "γ", "\\gamma", !0), d(g, y, De, "δ", "\\delta", !0), d(g, y, De, "ϵ", "\\epsilon", !0), d(g, y, De, "ζ", "\\zeta", !0), d(g, y, De, "η", "\\eta", !0), d(g, y, De, "θ", "\\theta", !0), d(g, y, De, "ι", "\\iota", !0), d(g, y, De, "κ", "\\kappa", !0), d(g, y, De, "λ", "\\lambda", !0), d(g, y, De, "μ", "\\mu", !0), d(g, y, De, "ν", "\\nu", !0), d(g, y, De, "ξ", "\\xi", !0), d(g, y, De, "ο", "\\omicron", !0), d(g, y, De, "π", "\\pi", !0), d(g, y, De, "ρ", "\\rho", !0), d(g, y, De, "σ", "\\sigma", !0), d(g, y, De, "τ", "\\tau", !0), d(g, y, De, "υ", "\\upsilon", !0), d(g, y, De, "ϕ", "\\phi", !0), d(g, y, De, "χ", "\\chi", !0), d(g, y, De, "ψ", "\\psi", !0), d(g, y, De, "ω", "\\omega", !0), d(g, y, De, "ε", "\\varepsilon", !0), d(g, y, De, "ϑ", "\\vartheta", !0), d(g, y, De, "ϖ", "\\varpi", !0), d(g, y, De, "ϱ", "\\varrho", !0), d(g, y, De, "ς", "\\varsigma", !0), d(g, y, De, "φ", "\\varphi", !0), d(g, y, fe, "∗", "*", !0), d(g, y, fe, "+", "+"), d(g, y, fe, "−", "-", !0), d(g, y, fe, "⋅", "\\cdot", !0), d(g, y, fe, "∘", "\\circ", !0), d(g, y, fe, "÷", "\\div", !0), d(g, y, fe, "±", "\\pm", !0), d(g, y, fe, "×", "\\times", !0), d(g, y, fe, "∩", "\\cap", !0), d(g, y, fe, "∪", "\\cup", !0), d(g, y, fe, "∖", "\\setminus", !0), d(g, y, fe, "∧", "\\land"), d(g, y, fe, "∨", "\\lor"), d(g, y, fe, "∧", "\\wedge", !0), d(g, y, fe, "∨", "\\vee", !0), d(g, y, H, "√", "\\surd"), d(g, y, G, "⟨", "\\langle", !0), d(g, y, G, "∣", "\\lvert"), d(g, y, G, "∥", "\\lVert"), d(g, y, pt, "?", "?"), d(g, y, pt, "!", "!"), d(g, y, pt, "⟩", "\\rangle", !0), d(g, y, pt, "∣", "\\rvert"), d(g, y, pt, "∥", "\\rVert"), d(g, y, x, "=", "="), d(g, y, x, ":", ":"), d(g, y, x, "≈", "\\approx", !0), d(g, y, x, "≅", "\\cong", !0), d(g, y, x, "≥", "\\ge"), d(g, y, x, "≥", "\\geq", !0), d(g, y, x, "←", "\\gets"), d(g, y, x, ">", "\\gt", !0), d(g, y, x, "∈", "\\in", !0), d(g, y, x, "", "\\@not"), d(g, y, x, "⊂", "\\subset", !0), d(g, y, x, "⊃", "\\supset", !0), d(g, y, x, "⊆", "\\subseteq", !0), d(g, y, x, "⊇", "\\supseteq", !0), d(g, B, x, "⊈", "\\nsubseteq", !0), d(g, B, x, "⊉", "\\nsupseteq", !0), d(g, y, x, "⊨", "\\models"), d(g, y, x, "←", "\\leftarrow", !0), d(g, y, x, "≤", "\\le"), d(g, y, x, "≤", "\\leq", !0), d(g, y, x, "<", "\\lt", !0), d(g, y, x, "→", "\\rightarrow", !0), d(g, y, x, "→", "\\to"), d(g, B, x, "≱", "\\ngeq", !0), d(g, B, x, "≰", "\\nleq", !0), d(g, y, Ye, " ", "\\ "), d(g, y, Ye, " ", "\\space"), d(g, y, Ye, " ", "\\nobreakspace"), d(Z, y, Ye, " ", "\\ "), d(Z, y, Ye, " ", " "), d(Z, y, Ye, " ", "\\space"), d(Z, y, Ye, " ", "\\nobreakspace"), d(g, y, Ye, null, "\\nobreak"), d(g, y, Ye, null, "\\allowbreak"), d(g, y, ie, ",", ","), d(g, y, ie, ";", ";"), d(g, B, fe, "⊼", "\\barwedge", !0), d(g, B, fe, "⊻", "\\veebar", !0), d(g, y, fe, "⊙", "\\odot", !0), d(g, y, fe, "⊕", "\\oplus", !0), d(g, y, fe, "⊗", "\\otimes", !0), d(g, y, H, "∂", "\\partial", !0), d(g, y, fe, "⊘", "\\oslash", !0), d(g, B, fe, "⊚", "\\circledcirc", !0), d(g, B, fe, "⊡", "\\boxdot", !0), d(g, y, fe, "△", "\\bigtriangleup"), d(g, y, fe, "▽", "\\bigtriangledown"), d(g, y, fe, "†", "\\dagger"), d(g, y, fe, "⋄", "\\diamond"), d(g, y, fe, "⋆", "\\star"), d(g, y, fe, "◃", "\\triangleleft"), d(g, y, fe, "▹", "\\triangleright"), d(g, y, G, "{", "\\{"), d(Z, y, H, "{", "\\{"), d(Z, y, H, "{", "\\textbraceleft"), d(g, y, pt, "}", "\\}"), d(Z, y, H, "}", "\\}"), d(Z, y, H, "}", "\\textbraceright"), d(g, y, G, "{", "\\lbrace"), d(g, y, pt, "}", "\\rbrace"), d(g, y, G, "[", "\\lbrack", !0), d(Z, y, H, "[", "\\lbrack", !0), d(g, y, pt, "]", "\\rbrack", !0), d(Z, y, H, "]", "\\rbrack", !0), d(g, y, G, "(", "\\lparen", !0), d(g, y, pt, ")", "\\rparen", !0), d(Z, y, H, "<", "\\textless", !0), d(Z, y, H, ">", "\\textgreater", !0), d(g, y, G, "⌊", "\\lfloor", !0), d(g, y, pt, "⌋", "\\rfloor", !0), d(g, y, G, "⌈", "\\lceil", !0), d(g, y, pt, "⌉", "\\rceil", !0), d(g, y, H, "\\", "\\backslash"), d(g, y, H, "∣", "|"), d(g, y, H, "∣", "\\vert"), d(Z, y, H, "|", "\\textbar", !0), d(g, y, H, "∥", "\\|"), d(g, y, H, "∥", "\\Vert"), d(Z, y, H, "∥", "\\textbardbl"), d(Z, y, H, "~", "\\textasciitilde"), d(Z, y, H, "\\", "\\textbackslash"), d(Z, y, H, "^", "\\textasciicircum"), d(g, y, x, "↑", "\\uparrow", !0), d(g, y, x, "⇑", "\\Uparrow", !0), d(g, y, x, "↓", "\\downarrow", !0), d(g, y, x, "⇓", "\\Downarrow", !0), d(g, y, x, "↕", "\\updownarrow", !0), d(g, y, x, "⇕", "\\Updownarrow", !0), d(g, y, ue, "∐", "\\coprod"), d(g, y, ue, "⋁", "\\bigvee"), d(g, y, ue, "⋀", "\\bigwedge"), d(g, y, ue, "⨄", "\\biguplus"), d(g, y, ue, "⋂", "\\bigcap"), d(g, y, ue, "⋃", "\\bigcup"), d(g, y, ue, "∫", "\\int"), d(g, y, ue, "∫", "\\intop"), d(g, y, ue, "∬", "\\iint"), d(g, y, ue, "∭", "\\iiint"), d(g, y, ue, "∏", "\\prod"), d(g, y, ue, "∑", "\\sum"), d(g, y, ue, "⨂", "\\bigotimes"), d(g, y, ue, "⨁", "\\bigoplus"), d(g, y, ue, "⨀", "\\bigodot"), d(g, y, ue, "∮", "\\oint"), d(g, y, ue, "∯", "\\oiint"), d(g, y, ue, "∰", "\\oiiint"), d(g, y, ue, "⨆", "\\bigsqcup"), d(g, y, ue, "∫", "\\smallint"), d(Z, y, Dn, "…", "\\textellipsis"), d(g, y, Dn, "…", "\\mathellipsis"), d(Z, y, Dn, "…", "\\ldots", !0), d(g, y, Dn, "…", "\\ldots", !0), d(g, y, Dn, "⋯", "\\@cdots", !0), d(g, y, Dn, "⋱", "\\ddots", !0), d(g, y, H, "⋮", "\\varvdots"), d(g, y, ze, "ˊ", "\\acute"), d(g, y, ze, "ˋ", "\\grave"), d(g, y, ze, "¨", "\\ddot"), d(g, y, ze, "~", "\\tilde"), d(g, y, ze, "ˉ", "\\bar"), d(g, y, ze, "˘", "\\breve"), d(g, y, ze, "ˇ", "\\check"), d(g, y, ze, "^", "\\hat"), d(g, y, ze, "⃗", "\\vec"), d(g, y, ze, "˙", "\\dot"), d(g, y, ze, "˚", "\\mathring"), d(g, y, De, "", "\\@imath"), d(g, y, De, "", "\\@jmath"), d(g, y, H, "ı", "ı"), d(g, y, H, "ȷ", "ȷ"), d(Z, y, H, "ı", "\\i", !0), d(Z, y, H, "ȷ", "\\j", !0), d(Z, y, H, "ß", "\\ss", !0), d(Z, y, H, "æ", "\\ae", !0), d(Z, y, H, "œ", "\\oe", !0), d(Z, y, H, "ø", "\\o", !0), d(Z, y, H, "Æ", "\\AE", !0), d(Z, y, H, "Œ", "\\OE", !0), d(Z, y, H, "Ø", "\\O", !0), d(Z, y, ze, "ˊ", "\\'"), d(Z, y, ze, "ˋ", "\\`"), d(Z, y, ze, "ˆ", "\\^"), d(Z, y, ze, "˜", "\\~"), d(Z, y, ze, "ˉ", "\\="), d(Z, y, ze, "˘", "\\u"), d(Z, y, ze, "˙", "\\."), d(Z, y, ze, "¸", "\\c"), d(Z, y, ze, "˚", "\\r"), d(Z, y, ze, "ˇ", "\\v"), d(Z, y, ze, "¨", '\\"'), d(Z, y, ze, "˝", "\\H"), d(Z, y, ze, "◯", "\\textcircled");
|
10712
|
+
const g = "math", Z = "text", y = "main", B = "ams", ze = "accent-token", fe = "bin", pt = "close", Dn = "inner", De = "mathord", ce = "op-token", G = "open", ie = "punct", x = "rel", Ye = "spacing", H = "textord";
|
10713
|
+
d(g, y, x, "≡", "\\equiv", !0), d(g, y, x, "≺", "\\prec", !0), d(g, y, x, "≻", "\\succ", !0), d(g, y, x, "∼", "\\sim", !0), d(g, y, x, "⊥", "\\perp"), d(g, y, x, "⪯", "\\preceq", !0), d(g, y, x, "⪰", "\\succeq", !0), d(g, y, x, "≃", "\\simeq", !0), d(g, y, x, "∣", "\\mid", !0), d(g, y, x, "≪", "\\ll", !0), d(g, y, x, "≫", "\\gg", !0), d(g, y, x, "≍", "\\asymp", !0), d(g, y, x, "∥", "\\parallel"), d(g, y, x, "⋈", "\\bowtie", !0), d(g, y, x, "⌣", "\\smile", !0), d(g, y, x, "⊑", "\\sqsubseteq", !0), d(g, y, x, "⊒", "\\sqsupseteq", !0), d(g, y, x, "≐", "\\doteq", !0), d(g, y, x, "⌢", "\\frown", !0), d(g, y, x, "∋", "\\ni", !0), d(g, y, x, "∝", "\\propto", !0), d(g, y, x, "⊢", "\\vdash", !0), d(g, y, x, "⊣", "\\dashv", !0), d(g, y, x, "∋", "\\owns"), d(g, y, ie, ".", "\\ldotp"), d(g, y, ie, "⋅", "\\cdotp"), d(g, y, H, "#", "\\#"), d(Z, y, H, "#", "\\#"), d(g, y, H, "&", "\\&"), d(Z, y, H, "&", "\\&"), d(g, y, H, "ℵ", "\\aleph", !0), d(g, y, H, "∀", "\\forall", !0), d(g, y, H, "ℏ", "\\hbar", !0), d(g, y, H, "∃", "\\exists", !0), d(g, y, H, "∇", "\\nabla", !0), d(g, y, H, "♭", "\\flat", !0), d(g, y, H, "ℓ", "\\ell", !0), d(g, y, H, "♮", "\\natural", !0), d(g, y, H, "♣", "\\clubsuit", !0), d(g, y, H, "℘", "\\wp", !0), d(g, y, H, "♯", "\\sharp", !0), d(g, y, H, "♢", "\\diamondsuit", !0), d(g, y, H, "ℜ", "\\Re", !0), d(g, y, H, "♡", "\\heartsuit", !0), d(g, y, H, "ℑ", "\\Im", !0), d(g, y, H, "♠", "\\spadesuit", !0), d(g, y, H, "§", "\\S", !0), d(Z, y, H, "§", "\\S"), d(g, y, H, "¶", "\\P", !0), d(Z, y, H, "¶", "\\P"), d(g, y, H, "†", "\\dag"), d(Z, y, H, "†", "\\dag"), d(Z, y, H, "†", "\\textdagger"), d(g, y, H, "‡", "\\ddag"), d(Z, y, H, "‡", "\\ddag"), d(Z, y, H, "‡", "\\textdaggerdbl"), d(g, y, pt, "⎱", "\\rmoustache", !0), d(g, y, G, "⎰", "\\lmoustache", !0), d(g, y, pt, "⟯", "\\rgroup", !0), d(g, y, G, "⟮", "\\lgroup", !0), d(g, y, fe, "∓", "\\mp", !0), d(g, y, fe, "⊖", "\\ominus", !0), d(g, y, fe, "⊎", "\\uplus", !0), d(g, y, fe, "⊓", "\\sqcap", !0), d(g, y, fe, "∗", "\\ast"), d(g, y, fe, "⊔", "\\sqcup", !0), d(g, y, fe, "◯", "\\bigcirc", !0), d(g, y, fe, "∙", "\\bullet", !0), d(g, y, fe, "‡", "\\ddagger"), d(g, y, fe, "≀", "\\wr", !0), d(g, y, fe, "⨿", "\\amalg"), d(g, y, fe, "&", "\\And"), d(g, y, x, "⟵", "\\longleftarrow", !0), d(g, y, x, "⇐", "\\Leftarrow", !0), d(g, y, x, "⟸", "\\Longleftarrow", !0), d(g, y, x, "⟶", "\\longrightarrow", !0), d(g, y, x, "⇒", "\\Rightarrow", !0), d(g, y, x, "⟹", "\\Longrightarrow", !0), d(g, y, x, "↔", "\\leftrightarrow", !0), d(g, y, x, "⟷", "\\longleftrightarrow", !0), d(g, y, x, "⇔", "\\Leftrightarrow", !0), d(g, y, x, "⟺", "\\Longleftrightarrow", !0), d(g, y, x, "↦", "\\mapsto", !0), d(g, y, x, "⟼", "\\longmapsto", !0), d(g, y, x, "↗", "\\nearrow", !0), d(g, y, x, "↩", "\\hookleftarrow", !0), d(g, y, x, "↪", "\\hookrightarrow", !0), d(g, y, x, "↘", "\\searrow", !0), d(g, y, x, "↼", "\\leftharpoonup", !0), d(g, y, x, "⇀", "\\rightharpoonup", !0), d(g, y, x, "↙", "\\swarrow", !0), d(g, y, x, "↽", "\\leftharpoondown", !0), d(g, y, x, "⇁", "\\rightharpoondown", !0), d(g, y, x, "↖", "\\nwarrow", !0), d(g, y, x, "⇌", "\\rightleftharpoons", !0), d(g, B, x, "≮", "\\nless", !0), d(g, B, x, "", "\\@nleqslant"), d(g, B, x, "", "\\@nleqq"), d(g, B, x, "⪇", "\\lneq", !0), d(g, B, x, "≨", "\\lneqq", !0), d(g, B, x, "", "\\@lvertneqq"), d(g, B, x, "⋦", "\\lnsim", !0), d(g, B, x, "⪉", "\\lnapprox", !0), d(g, B, x, "⊀", "\\nprec", !0), d(g, B, x, "⋠", "\\npreceq", !0), d(g, B, x, "⋨", "\\precnsim", !0), d(g, B, x, "⪹", "\\precnapprox", !0), d(g, B, x, "≁", "\\nsim", !0), d(g, B, x, "", "\\@nshortmid"), d(g, B, x, "∤", "\\nmid", !0), d(g, B, x, "⊬", "\\nvdash", !0), d(g, B, x, "⊭", "\\nvDash", !0), d(g, B, x, "⋪", "\\ntriangleleft"), d(g, B, x, "⋬", "\\ntrianglelefteq", !0), d(g, B, x, "⊊", "\\subsetneq", !0), d(g, B, x, "", "\\@varsubsetneq"), d(g, B, x, "⫋", "\\subsetneqq", !0), d(g, B, x, "", "\\@varsubsetneqq"), d(g, B, x, "≯", "\\ngtr", !0), d(g, B, x, "", "\\@ngeqslant"), d(g, B, x, "", "\\@ngeqq"), d(g, B, x, "⪈", "\\gneq", !0), d(g, B, x, "≩", "\\gneqq", !0), d(g, B, x, "", "\\@gvertneqq"), d(g, B, x, "⋧", "\\gnsim", !0), d(g, B, x, "⪊", "\\gnapprox", !0), d(g, B, x, "⊁", "\\nsucc", !0), d(g, B, x, "⋡", "\\nsucceq", !0), d(g, B, x, "⋩", "\\succnsim", !0), d(g, B, x, "⪺", "\\succnapprox", !0), d(g, B, x, "≆", "\\ncong", !0), d(g, B, x, "", "\\@nshortparallel"), d(g, B, x, "∦", "\\nparallel", !0), d(g, B, x, "⊯", "\\nVDash", !0), d(g, B, x, "⋫", "\\ntriangleright"), d(g, B, x, "⋭", "\\ntrianglerighteq", !0), d(g, B, x, "", "\\@nsupseteqq"), d(g, B, x, "⊋", "\\supsetneq", !0), d(g, B, x, "", "\\@varsupsetneq"), d(g, B, x, "⫌", "\\supsetneqq", !0), d(g, B, x, "", "\\@varsupsetneqq"), d(g, B, x, "⊮", "\\nVdash", !0), d(g, B, x, "⪵", "\\precneqq", !0), d(g, B, x, "⪶", "\\succneqq", !0), d(g, B, x, "", "\\@nsubseteqq"), d(g, B, fe, "⊴", "\\unlhd"), d(g, B, fe, "⊵", "\\unrhd"), d(g, B, x, "↚", "\\nleftarrow", !0), d(g, B, x, "↛", "\\nrightarrow", !0), d(g, B, x, "⇍", "\\nLeftarrow", !0), d(g, B, x, "⇏", "\\nRightarrow", !0), d(g, B, x, "↮", "\\nleftrightarrow", !0), d(g, B, x, "⇎", "\\nLeftrightarrow", !0), d(g, B, x, "△", "\\vartriangle"), d(g, B, H, "ℏ", "\\hslash"), d(g, B, H, "▽", "\\triangledown"), d(g, B, H, "◊", "\\lozenge"), d(g, B, H, "Ⓢ", "\\circledS"), d(g, B, H, "®", "\\circledR"), d(Z, B, H, "®", "\\circledR"), d(g, B, H, "∡", "\\measuredangle", !0), d(g, B, H, "∄", "\\nexists"), d(g, B, H, "℧", "\\mho"), d(g, B, H, "Ⅎ", "\\Finv", !0), d(g, B, H, "⅁", "\\Game", !0), d(g, B, H, "‵", "\\backprime"), d(g, B, H, "▲", "\\blacktriangle"), d(g, B, H, "▼", "\\blacktriangledown"), d(g, B, H, "■", "\\blacksquare"), d(g, B, H, "⧫", "\\blacklozenge"), d(g, B, H, "★", "\\bigstar"), d(g, B, H, "∢", "\\sphericalangle", !0), d(g, B, H, "∁", "\\complement", !0), d(g, B, H, "ð", "\\eth", !0), d(Z, y, H, "ð", "ð"), d(g, B, H, "╱", "\\diagup"), d(g, B, H, "╲", "\\diagdown"), d(g, B, H, "□", "\\square"), d(g, B, H, "□", "\\Box"), d(g, B, H, "◊", "\\Diamond"), d(g, B, H, "¥", "\\yen", !0), d(Z, B, H, "¥", "\\yen", !0), d(g, B, H, "✓", "\\checkmark", !0), d(Z, B, H, "✓", "\\checkmark"), d(g, B, H, "ℶ", "\\beth", !0), d(g, B, H, "ℸ", "\\daleth", !0), d(g, B, H, "ℷ", "\\gimel", !0), d(g, B, H, "ϝ", "\\digamma", !0), d(g, B, H, "ϰ", "\\varkappa"), d(g, B, G, "┌", "\\@ulcorner", !0), d(g, B, pt, "┐", "\\@urcorner", !0), d(g, B, G, "└", "\\@llcorner", !0), d(g, B, pt, "┘", "\\@lrcorner", !0), d(g, B, x, "≦", "\\leqq", !0), d(g, B, x, "⩽", "\\leqslant", !0), d(g, B, x, "⪕", "\\eqslantless", !0), d(g, B, x, "≲", "\\lesssim", !0), d(g, B, x, "⪅", "\\lessapprox", !0), d(g, B, x, "≊", "\\approxeq", !0), d(g, B, fe, "⋖", "\\lessdot"), d(g, B, x, "⋘", "\\lll", !0), d(g, B, x, "≶", "\\lessgtr", !0), d(g, B, x, "⋚", "\\lesseqgtr", !0), d(g, B, x, "⪋", "\\lesseqqgtr", !0), d(g, B, x, "≑", "\\doteqdot"), d(g, B, x, "≓", "\\risingdotseq", !0), d(g, B, x, "≒", "\\fallingdotseq", !0), d(g, B, x, "∽", "\\backsim", !0), d(g, B, x, "⋍", "\\backsimeq", !0), d(g, B, x, "⫅", "\\subseteqq", !0), d(g, B, x, "⋐", "\\Subset", !0), d(g, B, x, "⊏", "\\sqsubset", !0), d(g, B, x, "≼", "\\preccurlyeq", !0), d(g, B, x, "⋞", "\\curlyeqprec", !0), d(g, B, x, "≾", "\\precsim", !0), d(g, B, x, "⪷", "\\precapprox", !0), d(g, B, x, "⊲", "\\vartriangleleft"), d(g, B, x, "⊴", "\\trianglelefteq"), d(g, B, x, "⊨", "\\vDash", !0), d(g, B, x, "⊪", "\\Vvdash", !0), d(g, B, x, "⌣", "\\smallsmile"), d(g, B, x, "⌢", "\\smallfrown"), d(g, B, x, "≏", "\\bumpeq", !0), d(g, B, x, "≎", "\\Bumpeq", !0), d(g, B, x, "≧", "\\geqq", !0), d(g, B, x, "⩾", "\\geqslant", !0), d(g, B, x, "⪖", "\\eqslantgtr", !0), d(g, B, x, "≳", "\\gtrsim", !0), d(g, B, x, "⪆", "\\gtrapprox", !0), d(g, B, fe, "⋗", "\\gtrdot"), d(g, B, x, "⋙", "\\ggg", !0), d(g, B, x, "≷", "\\gtrless", !0), d(g, B, x, "⋛", "\\gtreqless", !0), d(g, B, x, "⪌", "\\gtreqqless", !0), d(g, B, x, "≖", "\\eqcirc", !0), d(g, B, x, "≗", "\\circeq", !0), d(g, B, x, "≜", "\\triangleq", !0), d(g, B, x, "∼", "\\thicksim"), d(g, B, x, "≈", "\\thickapprox"), d(g, B, x, "⫆", "\\supseteqq", !0), d(g, B, x, "⋑", "\\Supset", !0), d(g, B, x, "⊐", "\\sqsupset", !0), d(g, B, x, "≽", "\\succcurlyeq", !0), d(g, B, x, "⋟", "\\curlyeqsucc", !0), d(g, B, x, "≿", "\\succsim", !0), d(g, B, x, "⪸", "\\succapprox", !0), d(g, B, x, "⊳", "\\vartriangleright"), d(g, B, x, "⊵", "\\trianglerighteq"), d(g, B, x, "⊩", "\\Vdash", !0), d(g, B, x, "∣", "\\shortmid"), d(g, B, x, "∥", "\\shortparallel"), d(g, B, x, "≬", "\\between", !0), d(g, B, x, "⋔", "\\pitchfork", !0), d(g, B, x, "∝", "\\varpropto"), d(g, B, x, "◀", "\\blacktriangleleft"), d(g, B, x, "∴", "\\therefore", !0), d(g, B, x, "∍", "\\backepsilon"), d(g, B, x, "▶", "\\blacktriangleright"), d(g, B, x, "∵", "\\because", !0), d(g, B, x, "⋘", "\\llless"), d(g, B, x, "⋙", "\\gggtr"), d(g, B, fe, "⊲", "\\lhd"), d(g, B, fe, "⊳", "\\rhd"), d(g, B, x, "≂", "\\eqsim", !0), d(g, y, x, "⋈", "\\Join"), d(g, B, x, "≑", "\\Doteq", !0), d(g, B, fe, "∔", "\\dotplus", !0), d(g, B, fe, "∖", "\\smallsetminus"), d(g, B, fe, "⋒", "\\Cap", !0), d(g, B, fe, "⋓", "\\Cup", !0), d(g, B, fe, "⩞", "\\doublebarwedge", !0), d(g, B, fe, "⊟", "\\boxminus", !0), d(g, B, fe, "⊞", "\\boxplus", !0), d(g, B, fe, "⋇", "\\divideontimes", !0), d(g, B, fe, "⋉", "\\ltimes", !0), d(g, B, fe, "⋊", "\\rtimes", !0), d(g, B, fe, "⋋", "\\leftthreetimes", !0), d(g, B, fe, "⋌", "\\rightthreetimes", !0), d(g, B, fe, "⋏", "\\curlywedge", !0), d(g, B, fe, "⋎", "\\curlyvee", !0), d(g, B, fe, "⊝", "\\circleddash", !0), d(g, B, fe, "⊛", "\\circledast", !0), d(g, B, fe, "⋅", "\\centerdot"), d(g, B, fe, "⊺", "\\intercal", !0), d(g, B, fe, "⋒", "\\doublecap"), d(g, B, fe, "⋓", "\\doublecup"), d(g, B, fe, "⊠", "\\boxtimes", !0), d(g, B, x, "⇢", "\\dashrightarrow", !0), d(g, B, x, "⇠", "\\dashleftarrow", !0), d(g, B, x, "⇇", "\\leftleftarrows", !0), d(g, B, x, "⇆", "\\leftrightarrows", !0), d(g, B, x, "⇚", "\\Lleftarrow", !0), d(g, B, x, "↞", "\\twoheadleftarrow", !0), d(g, B, x, "↢", "\\leftarrowtail", !0), d(g, B, x, "↫", "\\looparrowleft", !0), d(g, B, x, "⇋", "\\leftrightharpoons", !0), d(g, B, x, "↶", "\\curvearrowleft", !0), d(g, B, x, "↺", "\\circlearrowleft", !0), d(g, B, x, "↰", "\\Lsh", !0), d(g, B, x, "⇈", "\\upuparrows", !0), d(g, B, x, "↿", "\\upharpoonleft", !0), d(g, B, x, "⇃", "\\downharpoonleft", !0), d(g, y, x, "⊶", "\\origof", !0), d(g, y, x, "⊷", "\\imageof", !0), d(g, B, x, "⊸", "\\multimap", !0), d(g, B, x, "↭", "\\leftrightsquigarrow", !0), d(g, B, x, "⇉", "\\rightrightarrows", !0), d(g, B, x, "⇄", "\\rightleftarrows", !0), d(g, B, x, "↠", "\\twoheadrightarrow", !0), d(g, B, x, "↣", "\\rightarrowtail", !0), d(g, B, x, "↬", "\\looparrowright", !0), d(g, B, x, "↷", "\\curvearrowright", !0), d(g, B, x, "↻", "\\circlearrowright", !0), d(g, B, x, "↱", "\\Rsh", !0), d(g, B, x, "⇊", "\\downdownarrows", !0), d(g, B, x, "↾", "\\upharpoonright", !0), d(g, B, x, "⇂", "\\downharpoonright", !0), d(g, B, x, "⇝", "\\rightsquigarrow", !0), d(g, B, x, "⇝", "\\leadsto"), d(g, B, x, "⇛", "\\Rrightarrow", !0), d(g, B, x, "↾", "\\restriction"), d(g, y, H, "‘", "`"), d(g, y, H, "$", "\\$"), d(Z, y, H, "$", "\\$"), d(Z, y, H, "$", "\\textdollar"), d(g, y, H, "%", "\\%"), d(Z, y, H, "%", "\\%"), d(g, y, H, "_", "\\_"), d(Z, y, H, "_", "\\_"), d(Z, y, H, "_", "\\textunderscore"), d(g, y, H, "∠", "\\angle", !0), d(g, y, H, "∞", "\\infty", !0), d(g, y, H, "′", "\\prime"), d(g, y, H, "△", "\\triangle"), d(g, y, H, "Γ", "\\Gamma", !0), d(g, y, H, "Δ", "\\Delta", !0), d(g, y, H, "Θ", "\\Theta", !0), d(g, y, H, "Λ", "\\Lambda", !0), d(g, y, H, "Ξ", "\\Xi", !0), d(g, y, H, "Π", "\\Pi", !0), d(g, y, H, "Σ", "\\Sigma", !0), d(g, y, H, "Υ", "\\Upsilon", !0), d(g, y, H, "Φ", "\\Phi", !0), d(g, y, H, "Ψ", "\\Psi", !0), d(g, y, H, "Ω", "\\Omega", !0), d(g, y, H, "A", "Α"), d(g, y, H, "B", "Β"), d(g, y, H, "E", "Ε"), d(g, y, H, "Z", "Ζ"), d(g, y, H, "H", "Η"), d(g, y, H, "I", "Ι"), d(g, y, H, "K", "Κ"), d(g, y, H, "M", "Μ"), d(g, y, H, "N", "Ν"), d(g, y, H, "O", "Ο"), d(g, y, H, "P", "Ρ"), d(g, y, H, "T", "Τ"), d(g, y, H, "X", "Χ"), d(g, y, H, "¬", "\\neg", !0), d(g, y, H, "¬", "\\lnot"), d(g, y, H, "⊤", "\\top"), d(g, y, H, "⊥", "\\bot"), d(g, y, H, "∅", "\\emptyset"), d(g, B, H, "∅", "\\varnothing"), d(g, y, De, "α", "\\alpha", !0), d(g, y, De, "β", "\\beta", !0), d(g, y, De, "γ", "\\gamma", !0), d(g, y, De, "δ", "\\delta", !0), d(g, y, De, "ϵ", "\\epsilon", !0), d(g, y, De, "ζ", "\\zeta", !0), d(g, y, De, "η", "\\eta", !0), d(g, y, De, "θ", "\\theta", !0), d(g, y, De, "ι", "\\iota", !0), d(g, y, De, "κ", "\\kappa", !0), d(g, y, De, "λ", "\\lambda", !0), d(g, y, De, "μ", "\\mu", !0), d(g, y, De, "ν", "\\nu", !0), d(g, y, De, "ξ", "\\xi", !0), d(g, y, De, "ο", "\\omicron", !0), d(g, y, De, "π", "\\pi", !0), d(g, y, De, "ρ", "\\rho", !0), d(g, y, De, "σ", "\\sigma", !0), d(g, y, De, "τ", "\\tau", !0), d(g, y, De, "υ", "\\upsilon", !0), d(g, y, De, "ϕ", "\\phi", !0), d(g, y, De, "χ", "\\chi", !0), d(g, y, De, "ψ", "\\psi", !0), d(g, y, De, "ω", "\\omega", !0), d(g, y, De, "ε", "\\varepsilon", !0), d(g, y, De, "ϑ", "\\vartheta", !0), d(g, y, De, "ϖ", "\\varpi", !0), d(g, y, De, "ϱ", "\\varrho", !0), d(g, y, De, "ς", "\\varsigma", !0), d(g, y, De, "φ", "\\varphi", !0), d(g, y, fe, "∗", "*", !0), d(g, y, fe, "+", "+"), d(g, y, fe, "−", "-", !0), d(g, y, fe, "⋅", "\\cdot", !0), d(g, y, fe, "∘", "\\circ", !0), d(g, y, fe, "÷", "\\div", !0), d(g, y, fe, "±", "\\pm", !0), d(g, y, fe, "×", "\\times", !0), d(g, y, fe, "∩", "\\cap", !0), d(g, y, fe, "∪", "\\cup", !0), d(g, y, fe, "∖", "\\setminus", !0), d(g, y, fe, "∧", "\\land"), d(g, y, fe, "∨", "\\lor"), d(g, y, fe, "∧", "\\wedge", !0), d(g, y, fe, "∨", "\\vee", !0), d(g, y, H, "√", "\\surd"), d(g, y, G, "⟨", "\\langle", !0), d(g, y, G, "∣", "\\lvert"), d(g, y, G, "∥", "\\lVert"), d(g, y, pt, "?", "?"), d(g, y, pt, "!", "!"), d(g, y, pt, "⟩", "\\rangle", !0), d(g, y, pt, "∣", "\\rvert"), d(g, y, pt, "∥", "\\rVert"), d(g, y, x, "=", "="), d(g, y, x, ":", ":"), d(g, y, x, "≈", "\\approx", !0), d(g, y, x, "≅", "\\cong", !0), d(g, y, x, "≥", "\\ge"), d(g, y, x, "≥", "\\geq", !0), d(g, y, x, "←", "\\gets"), d(g, y, x, ">", "\\gt", !0), d(g, y, x, "∈", "\\in", !0), d(g, y, x, "", "\\@not"), d(g, y, x, "⊂", "\\subset", !0), d(g, y, x, "⊃", "\\supset", !0), d(g, y, x, "⊆", "\\subseteq", !0), d(g, y, x, "⊇", "\\supseteq", !0), d(g, B, x, "⊈", "\\nsubseteq", !0), d(g, B, x, "⊉", "\\nsupseteq", !0), d(g, y, x, "⊨", "\\models"), d(g, y, x, "←", "\\leftarrow", !0), d(g, y, x, "≤", "\\le"), d(g, y, x, "≤", "\\leq", !0), d(g, y, x, "<", "\\lt", !0), d(g, y, x, "→", "\\rightarrow", !0), d(g, y, x, "→", "\\to"), d(g, B, x, "≱", "\\ngeq", !0), d(g, B, x, "≰", "\\nleq", !0), d(g, y, Ye, " ", "\\ "), d(g, y, Ye, " ", "\\space"), d(g, y, Ye, " ", "\\nobreakspace"), d(Z, y, Ye, " ", "\\ "), d(Z, y, Ye, " ", " "), d(Z, y, Ye, " ", "\\space"), d(Z, y, Ye, " ", "\\nobreakspace"), d(g, y, Ye, null, "\\nobreak"), d(g, y, Ye, null, "\\allowbreak"), d(g, y, ie, ",", ","), d(g, y, ie, ";", ";"), d(g, B, fe, "⊼", "\\barwedge", !0), d(g, B, fe, "⊻", "\\veebar", !0), d(g, y, fe, "⊙", "\\odot", !0), d(g, y, fe, "⊕", "\\oplus", !0), d(g, y, fe, "⊗", "\\otimes", !0), d(g, y, H, "∂", "\\partial", !0), d(g, y, fe, "⊘", "\\oslash", !0), d(g, B, fe, "⊚", "\\circledcirc", !0), d(g, B, fe, "⊡", "\\boxdot", !0), d(g, y, fe, "△", "\\bigtriangleup"), d(g, y, fe, "▽", "\\bigtriangledown"), d(g, y, fe, "†", "\\dagger"), d(g, y, fe, "⋄", "\\diamond"), d(g, y, fe, "⋆", "\\star"), d(g, y, fe, "◃", "\\triangleleft"), d(g, y, fe, "▹", "\\triangleright"), d(g, y, G, "{", "\\{"), d(Z, y, H, "{", "\\{"), d(Z, y, H, "{", "\\textbraceleft"), d(g, y, pt, "}", "\\}"), d(Z, y, H, "}", "\\}"), d(Z, y, H, "}", "\\textbraceright"), d(g, y, G, "{", "\\lbrace"), d(g, y, pt, "}", "\\rbrace"), d(g, y, G, "[", "\\lbrack", !0), d(Z, y, H, "[", "\\lbrack", !0), d(g, y, pt, "]", "\\rbrack", !0), d(Z, y, H, "]", "\\rbrack", !0), d(g, y, G, "(", "\\lparen", !0), d(g, y, pt, ")", "\\rparen", !0), d(Z, y, H, "<", "\\textless", !0), d(Z, y, H, ">", "\\textgreater", !0), d(g, y, G, "⌊", "\\lfloor", !0), d(g, y, pt, "⌋", "\\rfloor", !0), d(g, y, G, "⌈", "\\lceil", !0), d(g, y, pt, "⌉", "\\rceil", !0), d(g, y, H, "\\", "\\backslash"), d(g, y, H, "∣", "|"), d(g, y, H, "∣", "\\vert"), d(Z, y, H, "|", "\\textbar", !0), d(g, y, H, "∥", "\\|"), d(g, y, H, "∥", "\\Vert"), d(Z, y, H, "∥", "\\textbardbl"), d(Z, y, H, "~", "\\textasciitilde"), d(Z, y, H, "\\", "\\textbackslash"), d(Z, y, H, "^", "\\textasciicircum"), d(g, y, x, "↑", "\\uparrow", !0), d(g, y, x, "⇑", "\\Uparrow", !0), d(g, y, x, "↓", "\\downarrow", !0), d(g, y, x, "⇓", "\\Downarrow", !0), d(g, y, x, "↕", "\\updownarrow", !0), d(g, y, x, "⇕", "\\Updownarrow", !0), d(g, y, ce, "∐", "\\coprod"), d(g, y, ce, "⋁", "\\bigvee"), d(g, y, ce, "⋀", "\\bigwedge"), d(g, y, ce, "⨄", "\\biguplus"), d(g, y, ce, "⋂", "\\bigcap"), d(g, y, ce, "⋃", "\\bigcup"), d(g, y, ce, "∫", "\\int"), d(g, y, ce, "∫", "\\intop"), d(g, y, ce, "∬", "\\iint"), d(g, y, ce, "∭", "\\iiint"), d(g, y, ce, "∏", "\\prod"), d(g, y, ce, "∑", "\\sum"), d(g, y, ce, "⨂", "\\bigotimes"), d(g, y, ce, "⨁", "\\bigoplus"), d(g, y, ce, "⨀", "\\bigodot"), d(g, y, ce, "∮", "\\oint"), d(g, y, ce, "∯", "\\oiint"), d(g, y, ce, "∰", "\\oiiint"), d(g, y, ce, "⨆", "\\bigsqcup"), d(g, y, ce, "∫", "\\smallint"), d(Z, y, Dn, "…", "\\textellipsis"), d(g, y, Dn, "…", "\\mathellipsis"), d(Z, y, Dn, "…", "\\ldots", !0), d(g, y, Dn, "…", "\\ldots", !0), d(g, y, Dn, "⋯", "\\@cdots", !0), d(g, y, Dn, "⋱", "\\ddots", !0), d(g, y, H, "⋮", "\\varvdots"), d(g, y, ze, "ˊ", "\\acute"), d(g, y, ze, "ˋ", "\\grave"), d(g, y, ze, "¨", "\\ddot"), d(g, y, ze, "~", "\\tilde"), d(g, y, ze, "ˉ", "\\bar"), d(g, y, ze, "˘", "\\breve"), d(g, y, ze, "ˇ", "\\check"), d(g, y, ze, "^", "\\hat"), d(g, y, ze, "⃗", "\\vec"), d(g, y, ze, "˙", "\\dot"), d(g, y, ze, "˚", "\\mathring"), d(g, y, De, "", "\\@imath"), d(g, y, De, "", "\\@jmath"), d(g, y, H, "ı", "ı"), d(g, y, H, "ȷ", "ȷ"), d(Z, y, H, "ı", "\\i", !0), d(Z, y, H, "ȷ", "\\j", !0), d(Z, y, H, "ß", "\\ss", !0), d(Z, y, H, "æ", "\\ae", !0), d(Z, y, H, "œ", "\\oe", !0), d(Z, y, H, "ø", "\\o", !0), d(Z, y, H, "Æ", "\\AE", !0), d(Z, y, H, "Œ", "\\OE", !0), d(Z, y, H, "Ø", "\\O", !0), d(Z, y, ze, "ˊ", "\\'"), d(Z, y, ze, "ˋ", "\\`"), d(Z, y, ze, "ˆ", "\\^"), d(Z, y, ze, "˜", "\\~"), d(Z, y, ze, "ˉ", "\\="), d(Z, y, ze, "˘", "\\u"), d(Z, y, ze, "˙", "\\."), d(Z, y, ze, "¸", "\\c"), d(Z, y, ze, "˚", "\\r"), d(Z, y, ze, "ˇ", "\\v"), d(Z, y, ze, "¨", '\\"'), d(Z, y, ze, "˝", "\\H"), d(Z, y, ze, "◯", "\\textcircled");
|
10714
10714
|
const Lt = {
|
10715
10715
|
"--": !0,
|
10716
10716
|
"---": !0,
|
@@ -11258,10 +11258,10 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
11258
11258
|
}, Nt = function(i) {
|
11259
11259
|
return i.type === "ordgroup" ? i.body : [i];
|
11260
11260
|
}, a0 = X.makeSpan, _d = ["leftmost", "mbin", "mopen", "mrel", "mop", "mpunct"], bd = ["rightmost", "mrel", "mclose", "mpunct"], wd = {
|
11261
|
-
display:
|
11262
|
-
text:
|
11263
|
-
script:
|
11264
|
-
scriptscript:
|
11261
|
+
display: K.DISPLAY,
|
11262
|
+
text: K.TEXT,
|
11263
|
+
script: K.SCRIPT,
|
11264
|
+
scriptscript: K.SCRIPTSCRIPT
|
11265
11265
|
}, yd = {
|
11266
11266
|
mord: "mord",
|
11267
11267
|
mop: "mop",
|
@@ -11593,7 +11593,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
11593
11593
|
}
|
11594
11594
|
const Do = function(i) {
|
11595
11595
|
return new Rt({
|
11596
|
-
style: i.displayMode ?
|
11596
|
+
style: i.displayMode ? K.DISPLAY : K.TEXT,
|
11597
11597
|
maxSize: i.maxSize,
|
11598
11598
|
minRuleThickness: i.minRuleThickness
|
11599
11599
|
});
|
@@ -12673,8 +12673,8 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
12673
12673
|
}, Od = function(i, s, a, f) {
|
12674
12674
|
return X.makeSymbol(i, "Size" + s + "-Regular", a, f);
|
12675
12675
|
}, Ro = function(i, s, a, f, m, b) {
|
12676
|
-
const w = Od(i, s, m, f), A = cl(X.makeSpan(["delimsizing", "size" + s], [w], f),
|
12677
|
-
return a && zo(A, f,
|
12676
|
+
const w = Od(i, s, m, f), A = cl(X.makeSpan(["delimsizing", "size" + s], [w], f), K.TEXT, f, b);
|
12677
|
+
return a && zo(A, f, K.TEXT), A;
|
12678
12678
|
}, fl = function(i, s, a) {
|
12679
12679
|
let f;
|
12680
12680
|
return s === "Size1-Regular" ? f = "delim-size1" : f = "delim-size4", {
|
@@ -12732,12 +12732,12 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
12732
12732
|
}
|
12733
12733
|
ot.push(Ls), ot.push(fl(w, J, m));
|
12734
12734
|
}
|
12735
|
-
const gt = f.havingBaseStyle(
|
12735
|
+
const gt = f.havingBaseStyle(K.TEXT), yt = X.makeVList({
|
12736
12736
|
positionType: "bottom",
|
12737
12737
|
positionData: rt,
|
12738
12738
|
children: ot
|
12739
12739
|
}, gt);
|
12740
|
-
return cl(X.makeSpan(["delimsizing", "mult"], [yt], gt),
|
12740
|
+
return cl(X.makeSpan(["delimsizing", "mult"], [yt], gt), K.TEXT, f, b);
|
12741
12741
|
}, ml = 80, pl = 0.08, gl = function(i, s, a, f, m) {
|
12742
12742
|
const b = zt(i, f, a), w = new dn(i, b), A = new en([w], {
|
12743
12743
|
// Note: 1000:1 ratio of viewBox to document em width.
|
@@ -12769,13 +12769,13 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
12769
12769
|
throw new o("Illegal delimiter: '" + i + "'");
|
12770
12770
|
}, Ud = [{
|
12771
12771
|
type: "small",
|
12772
|
-
style:
|
12772
|
+
style: K.SCRIPTSCRIPT
|
12773
12773
|
}, {
|
12774
12774
|
type: "small",
|
12775
|
-
style:
|
12775
|
+
style: K.SCRIPT
|
12776
12776
|
}, {
|
12777
12777
|
type: "small",
|
12778
|
-
style:
|
12778
|
+
style: K.TEXT
|
12779
12779
|
}, {
|
12780
12780
|
type: "large",
|
12781
12781
|
size: 1
|
@@ -12790,24 +12790,24 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
12790
12790
|
size: 4
|
12791
12791
|
}], Gd = [{
|
12792
12792
|
type: "small",
|
12793
|
-
style:
|
12793
|
+
style: K.SCRIPTSCRIPT
|
12794
12794
|
}, {
|
12795
12795
|
type: "small",
|
12796
|
-
style:
|
12796
|
+
style: K.SCRIPT
|
12797
12797
|
}, {
|
12798
12798
|
type: "small",
|
12799
|
-
style:
|
12799
|
+
style: K.TEXT
|
12800
12800
|
}, {
|
12801
12801
|
type: "stack"
|
12802
12802
|
}], Ho = [{
|
12803
12803
|
type: "small",
|
12804
|
-
style:
|
12804
|
+
style: K.SCRIPTSCRIPT
|
12805
12805
|
}, {
|
12806
12806
|
type: "small",
|
12807
|
-
style:
|
12807
|
+
style: K.SCRIPT
|
12808
12808
|
}, {
|
12809
12809
|
type: "small",
|
12810
|
-
style:
|
12810
|
+
style: K.TEXT
|
12811
12811
|
}, {
|
12812
12812
|
type: "large",
|
12813
12813
|
size: 1
|
@@ -13472,7 +13472,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
13472
13472
|
// User override.
|
13473
13473
|
), j = 1 / s.fontMetrics().ptPerEm;
|
13474
13474
|
let W = 5 * j;
|
13475
|
-
i.colSeparationType && i.colSeparationType === "small" && (W = 0.2778 * (s.havingStyle(
|
13475
|
+
i.colSeparationType && i.colSeparationType === "small" && (W = 0.2778 * (s.havingStyle(K.SCRIPT).sizeMultiplier / s.sizeMultiplier));
|
13476
13476
|
const J = i.colSeparationType === "CD" ? Ze({
|
13477
13477
|
number: 3,
|
13478
13478
|
unit: "ex"
|
@@ -14071,7 +14071,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
14071
14071
|
});
|
14072
14072
|
const Ko = (i, s) => {
|
14073
14073
|
let a = s;
|
14074
|
-
return i === "display" ? a = a.id >=
|
14074
|
+
return i === "display" ? a = a.id >= K.SCRIPT.id ? a.text() : K.DISPLAY : i === "text" && a.size === K.DISPLAY.size ? a = K.TEXT : i === "script" ? a = K.SCRIPT : i === "scriptscript" && (a = K.SCRIPTSCRIPT), a;
|
14075
14075
|
}, vl = (i, s) => {
|
14076
14076
|
const a = Ko(i.size, s.style), f = a.fracNum(), m = a.fracDen();
|
14077
14077
|
let b;
|
@@ -14086,7 +14086,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
14086
14086
|
let F, L, j;
|
14087
14087
|
i.hasBarLine ? (i.barSize ? (L = Ze(i.barSize, s), F = X.makeLineSpan("frac-line", s, L)) : F = X.makeLineSpan("frac-line", s), L = F.height, j = F.height) : (F = null, L = 0, j = s.fontMetrics().defaultRuleThickness);
|
14088
14088
|
let W, J, te;
|
14089
|
-
a.size ===
|
14089
|
+
a.size === K.DISPLAY.size || i.size === "display" ? (W = s.fontMetrics().num1, L > 0 ? J = 3 * j : J = 7 * j, te = s.fontMetrics().denom1) : (L > 0 ? (W = s.fontMetrics().num2, J = j) : (W = s.fontMetrics().num3, J = 3 * j), te = s.fontMetrics().denom2);
|
14090
14090
|
let be;
|
14091
14091
|
if (F) {
|
14092
14092
|
const Ke = s.fontMetrics().axisHeight;
|
@@ -14125,7 +14125,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
14125
14125
|
}
|
14126
14126
|
b = s.havingStyle(a), be.height *= b.sizeMultiplier / s.sizeMultiplier, be.depth *= b.sizeMultiplier / s.sizeMultiplier;
|
14127
14127
|
let Te;
|
14128
|
-
a.size ===
|
14128
|
+
a.size === K.DISPLAY.size ? Te = s.fontMetrics().delim1 : a.size === K.SCRIPTSCRIPT.size ? Te = s.havingStyle(K.SCRIPT).fontMetrics().delim2 : Te = s.fontMetrics().delim2;
|
14129
14129
|
let Je, Ge;
|
14130
14130
|
return i.leftDelim == null ? Je = Hr(s, ["mopen"]) : Je = u0.customSizedDelim(i.leftDelim, Te, !0, s.havingStyle(a), i.mode, ["mopen"]), i.continued ? Ge = X.makeSpan([]) : i.rightDelim == null ? Ge = Hr(s, ["mclose"]) : Ge = u0.customSizedDelim(i.rightDelim, Te, !0, s.havingStyle(a), i.mode, ["mclose"]), X.makeSpan(["mord"].concat(b.sizingClasses(s)), [Je, X.makeSpan(["mfrac"], [be]), Ge], s);
|
14131
14131
|
}, kl = (i, s) => {
|
@@ -14139,7 +14139,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
14139
14139
|
const f = Ko(i.size, s.style);
|
14140
14140
|
if (f.size !== s.style.size) {
|
14141
14141
|
a = new se.MathNode("mstyle", [a]);
|
14142
|
-
const m = f.size ===
|
14142
|
+
const m = f.size === K.DISPLAY.size ? "true" : "false";
|
14143
14143
|
a.setAttribute("displaystyle", m), a.setAttribute("scriptlevel", "0");
|
14144
14144
|
}
|
14145
14145
|
if (i.leftDelim != null || i.rightDelim != null) {
|
@@ -14392,7 +14392,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
14392
14392
|
const a = s.style;
|
14393
14393
|
let f, m;
|
14394
14394
|
i.type === "supsub" ? (f = i.sup ? nt(i.sup, s.havingStyle(a.sup()), s) : nt(i.sub, s.havingStyle(a.sub()), s), m = He(i.base, "horizBrace")) : m = He(i, "horizBrace");
|
14395
|
-
const b = nt(m.base, s.havingBaseStyle(
|
14395
|
+
const b = nt(m.base, s.havingBaseStyle(K.DISPLAY)), w = o0.svgSpan(m, s);
|
14396
14396
|
let A;
|
14397
14397
|
if (m.isOver ? (A = X.makeVList({
|
14398
14398
|
positionType: "firstBaseline",
|
@@ -14876,13 +14876,13 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
14876
14876
|
});
|
14877
14877
|
const nu = (i, s) => {
|
14878
14878
|
switch (s.style.size) {
|
14879
|
-
case
|
14879
|
+
case K.DISPLAY.size:
|
14880
14880
|
return i.display;
|
14881
|
-
case
|
14881
|
+
case K.TEXT.size:
|
14882
14882
|
return i.text;
|
14883
|
-
case
|
14883
|
+
case K.SCRIPT.size:
|
14884
14884
|
return i.script;
|
14885
|
-
case
|
14885
|
+
case K.SCRIPTSCRIPT.size:
|
14886
14886
|
return i.scriptscript;
|
14887
14887
|
default:
|
14888
14888
|
return i.text;
|
@@ -15019,7 +15019,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15019
15019
|
i.type === "supsub" ? (a = i.sup, f = i.sub, b = He(i.base, "op"), m = !0) : b = He(i, "op");
|
15020
15020
|
const w = s.style;
|
15021
15021
|
let A = !1;
|
15022
|
-
w.size ===
|
15022
|
+
w.size === K.DISPLAY.size && b.symbol && !M.contains(su, b.name) && (A = !0);
|
15023
15023
|
let F;
|
15024
15024
|
if (b.symbol) {
|
15025
15025
|
const W = A ? "Size2-Regular" : "Size1-Regular";
|
@@ -15615,7 +15615,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15615
15615
|
a.height === 0 && (a.height = s.fontMetrics().xHeight), a = X.wrapFragment(a, s);
|
15616
15616
|
const m = s.fontMetrics().defaultRuleThickness;
|
15617
15617
|
let b = m;
|
15618
|
-
s.style.id <
|
15618
|
+
s.style.id < K.TEXT.id && (b = s.fontMetrics().xHeight);
|
15619
15619
|
let w = m + b / 4;
|
15620
15620
|
const A = a.height + a.depth + w + m, {
|
15621
15621
|
span: F,
|
@@ -15643,7 +15643,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15643
15643
|
}]
|
15644
15644
|
}, s);
|
15645
15645
|
if (i.index) {
|
15646
|
-
const be = s.havingStyle(
|
15646
|
+
const be = s.havingStyle(K.SCRIPTSCRIPT), Te = nt(i.index, be, s), Je = 0.6 * (te.height - te.depth), Ge = X.makeVList({
|
15647
15647
|
positionType: "shift",
|
15648
15648
|
positionData: -Je,
|
15649
15649
|
children: [{
|
@@ -15664,10 +15664,10 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15664
15664
|
}
|
15665
15665
|
});
|
15666
15666
|
const ou = {
|
15667
|
-
display:
|
15668
|
-
text:
|
15669
|
-
script:
|
15670
|
-
scriptscript:
|
15667
|
+
display: K.DISPLAY,
|
15668
|
+
text: K.TEXT,
|
15669
|
+
script: K.SCRIPT,
|
15670
|
+
scriptscript: K.SCRIPTSCRIPT
|
15671
15671
|
};
|
15672
15672
|
_e({
|
15673
15673
|
type: "styling",
|
@@ -15709,7 +15709,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15709
15709
|
});
|
15710
15710
|
const Zd = function(i, s) {
|
15711
15711
|
const a = i.base;
|
15712
|
-
return a ? a.type === "op" ? a.limits && (s.style.size ===
|
15712
|
+
return a ? a.type === "op" ? a.limits && (s.style.size === K.DISPLAY.size || a.alwaysHandleSupSub) ? ur : null : a.type === "operatorname" ? a.alwaysHandleSupSub && (s.style.size === K.DISPLAY.size || a.limits) ? iu : null : a.type === "accent" ? M.isCharacterBox(a.base) ? ol : null : a.type === "horizBrace" && !i.sub === a.isOver ? tu : null : null;
|
15713
15713
|
};
|
15714
15714
|
G0({
|
15715
15715
|
type: "supsub",
|
@@ -15735,7 +15735,7 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15735
15735
|
F = nt(b, lt, s), J || (W = w.depth + lt.fontMetrics().subDrop * lt.sizeMultiplier / s.sizeMultiplier);
|
15736
15736
|
}
|
15737
15737
|
let te;
|
15738
|
-
s.style ===
|
15738
|
+
s.style === K.DISPLAY ? te = L.sup1 : s.style.cramped ? te = L.sup3 : te = L.sup2;
|
15739
15739
|
const be = s.sizeMultiplier, Te = ae(0.5 / L.ptPerEm / be);
|
15740
15740
|
let Je = null;
|
15741
15741
|
if (F) {
|
@@ -15806,14 +15806,14 @@ l0,-` + (s + 144) + `c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
15806
15806
|
else if (i.sub)
|
15807
15807
|
if (i.sup) {
|
15808
15808
|
const A = i.base;
|
15809
|
-
A && A.type === "op" && A.limits && s.style ===
|
15809
|
+
A && A.type === "op" && A.limits && s.style === K.DISPLAY || A && A.type === "operatorname" && A.alwaysHandleSupSub && (s.style === K.DISPLAY || A.limits) ? w = "munderover" : w = "msubsup";
|
15810
15810
|
} else {
|
15811
15811
|
const A = i.base;
|
15812
|
-
A && A.type === "op" && A.limits && (s.style ===
|
15812
|
+
A && A.type === "op" && A.limits && (s.style === K.DISPLAY || A.alwaysHandleSupSub) || A && A.type === "operatorname" && A.alwaysHandleSupSub && (A.limits || s.style === K.DISPLAY) ? w = "munder" : w = "msub";
|
15813
15813
|
}
|
15814
15814
|
else {
|
15815
15815
|
const A = i.base;
|
15816
|
-
A && A.type === "op" && A.limits && (s.style ===
|
15816
|
+
A && A.type === "op" && A.limits && (s.style === K.DISPLAY || A.alwaysHandleSupSub) || A && A.type === "operatorname" && A.alwaysHandleSupSub && (A.limits || s.style === K.DISPLAY) ? w = "mover" : w = "msup";
|
15817
15817
|
}
|
15818
15818
|
return new se.MathNode(w, b);
|
15819
15819
|
}
|
@@ -20339,36 +20339,36 @@ var Rh = { exports: {} };
|
|
20339
20339
|
for (var ne = 0; ne < Y.length; ++ne) {
|
20340
20340
|
if (I && I.cause == z + "," + ne)
|
20341
20341
|
return;
|
20342
|
-
var re = Y[ne], pe = re.inside, Me = !!re.lookbehind, Ne = !!re.greedy,
|
20342
|
+
var re = Y[ne], pe = re.inside, Me = !!re.lookbehind, Ne = !!re.greedy, ve = re.alias;
|
20343
20343
|
if (Ne && !re.pattern.global) {
|
20344
|
-
var
|
20345
|
-
re.pattern = RegExp(re.pattern.source,
|
20344
|
+
var ue = re.pattern.toString().match(/[imsuy]*$/)[0];
|
20345
|
+
re.pattern = RegExp(re.pattern.source, ue + "g");
|
20346
20346
|
}
|
20347
20347
|
for (var he = re.pattern || re, le = C.next, Be = R; le !== D.tail && !(I && Be >= I.reach); Be += le.value.length, le = le.next) {
|
20348
20348
|
var oe = le.value;
|
20349
20349
|
if (D.length > N.length)
|
20350
20350
|
return;
|
20351
20351
|
if (!(oe instanceof h)) {
|
20352
|
-
var
|
20352
|
+
var K = 1, de;
|
20353
20353
|
if (Ne) {
|
20354
20354
|
if (de = p(he, Be, N, Me), !de || de.index >= N.length)
|
20355
20355
|
break;
|
20356
|
-
var
|
20357
|
-
for (ee += le.value.length;
|
20356
|
+
var ke = de.index, V = de.index + de[0].length, ee = Be;
|
20357
|
+
for (ee += le.value.length; ke >= ee; )
|
20358
20358
|
le = le.next, ee += le.value.length;
|
20359
20359
|
if (ee -= le.value.length, Be = ee, le.value instanceof h)
|
20360
20360
|
continue;
|
20361
20361
|
for (var we = le; we !== D.tail && (ee < V || typeof we.value == "string"); we = we.next)
|
20362
|
-
|
20363
|
-
|
20362
|
+
K++, ee += we.value.length;
|
20363
|
+
K--, oe = N.slice(Be, ee), de.index -= Be;
|
20364
20364
|
} else if (de = p(he, 0, oe, Me), !de)
|
20365
20365
|
continue;
|
20366
|
-
var
|
20366
|
+
var ke = de.index, $ = de[0], xe = oe.slice(0, ke), Se = oe.slice(ke + $.length), We = Be + oe.length;
|
20367
20367
|
I && We > I.reach && (I.reach = We);
|
20368
20368
|
var Ie = le.prev;
|
20369
|
-
xe && (Ie = k(D, Ie, xe), Be += xe.length), T(D, Ie,
|
20370
|
-
var Xe = new h(z, pe ? u.tokenize($, pe) : $,
|
20371
|
-
if (le = k(D, Ie, Xe), Se && k(D, le, Se),
|
20369
|
+
xe && (Ie = k(D, Ie, xe), Be += xe.length), T(D, Ie, K);
|
20370
|
+
var Xe = new h(z, pe ? u.tokenize($, pe) : $, ve, $);
|
20371
|
+
if (le = k(D, Ie, Xe), Se && k(D, le, Se), K > 1) {
|
20372
20372
|
var Ue = {
|
20373
20373
|
cause: z + "," + ne,
|
20374
20374
|
reach: We
|
@@ -22393,7 +22393,7 @@ async function F6(t, e = !0) {
|
|
22393
22393
|
}
|
22394
22394
|
}
|
22395
22395
|
function C6(t, e, n) {
|
22396
|
-
let r, { $$slots: l = {}, $$scope: o } = e, { i18n: c } = e, { eta: u = null } = e, { queue_position: h } = e, { queue_size: p } = e, { status: _ } = e, { scroll_to_output: v = !1 } = e, { timer: k = !0 } = e, { show_progress: T = "full" } = e, { message: O = null } = e, { progress: P = null } = e, { variant: U = "default" } = e, { loading_text: M = "Loading..." } = e, { absolute: N = !0 } = e, { translucent: D = !1 } = e, { border: E = !1 } = e, { autoscroll: C } = e, R, I = !1, z = 0, Y = 0, ne = null, re = null, pe = 0, Me = null, Ne,
|
22396
|
+
let r, { $$slots: l = {}, $$scope: o } = e, { i18n: c } = e, { eta: u = null } = e, { queue_position: h } = e, { queue_size: p } = e, { status: _ } = e, { scroll_to_output: v = !1 } = e, { timer: k = !0 } = e, { show_progress: T = "full" } = e, { message: O = null } = e, { progress: P = null } = e, { variant: U = "default" } = e, { loading_text: M = "Loading..." } = e, { absolute: N = !0 } = e, { translucent: D = !1 } = e, { border: E = !1 } = e, { autoscroll: C } = e, R, I = !1, z = 0, Y = 0, ne = null, re = null, pe = 0, Me = null, Ne, ve = null, ue = !0;
|
22397
22397
|
const he = () => {
|
22398
22398
|
n(0, u = n(26, ne = n(19, oe = null))), n(24, z = performance.now()), n(25, Y = 0), I = !0, le();
|
22399
22399
|
};
|
@@ -22409,9 +22409,9 @@ function C6(t, e, n) {
|
|
22409
22409
|
I && Be();
|
22410
22410
|
});
|
22411
22411
|
let oe = null;
|
22412
|
-
function
|
22412
|
+
function K(V) {
|
22413
22413
|
qc[V ? "unshift" : "push"](() => {
|
22414
|
-
|
22414
|
+
ve = V, n(16, ve), n(7, P), n(14, Me), n(15, Ne);
|
22415
22415
|
});
|
22416
22416
|
}
|
22417
22417
|
function de(V) {
|
@@ -22425,13 +22425,13 @@ function C6(t, e, n) {
|
|
22425
22425
|
t.$$.dirty[0] & /*eta, old_eta, timer_start, eta_from_start*/
|
22426
22426
|
218103809 && (u === null && n(0, u = ne), u != null && ne !== u && (n(27, re = (performance.now() - z) / 1e3 + u), n(19, oe = re.toFixed(1)), n(26, ne = u))), t.$$.dirty[0] & /*eta_from_start, timer_diff*/
|
22427
22427
|
167772160 && n(17, pe = re === null || re <= 0 || !Y ? null : Math.min(Y / re, 1)), t.$$.dirty[0] & /*progress*/
|
22428
|
-
128 && P != null && n(18,
|
22428
|
+
128 && P != null && n(18, ue = !1), t.$$.dirty[0] & /*progress, progress_level, progress_bar, last_progress_level*/
|
22429
22429
|
114816 && (P != null ? n(14, Me = P.map((V) => {
|
22430
22430
|
if (V.index != null && V.length != null)
|
22431
22431
|
return V.index / V.length;
|
22432
22432
|
if (V.progress != null)
|
22433
22433
|
return V.progress;
|
22434
|
-
})) : n(14, Me = null), Me ? (n(15, Ne = Me[Me.length - 1]),
|
22434
|
+
})) : n(14, Me = null), Me ? (n(15, Ne = Me[Me.length - 1]), ve && (Ne === 0 ? n(16, ve.style.transition = "0", ve) : n(16, ve.style.transition = "150ms", ve))) : n(15, Ne = void 0)), t.$$.dirty[0] & /*status*/
|
22435
22435
|
16 && (_ === "pending" ? he() : Be()), t.$$.dirty[0] & /*el, scroll_to_output, status, autoscroll*/
|
22436
22436
|
10493968 && R && v && (_ === "pending" || _ === "complete") && F6(R, C), t.$$.dirty[0] & /*status, message*/
|
22437
22437
|
4194320, t.$$.dirty[0] & /*timer_diff*/
|
@@ -22453,9 +22453,9 @@ function C6(t, e, n) {
|
|
22453
22453
|
R,
|
22454
22454
|
Me,
|
22455
22455
|
Ne,
|
22456
|
-
|
22456
|
+
ve,
|
22457
22457
|
pe,
|
22458
|
-
|
22458
|
+
ue,
|
22459
22459
|
oe,
|
22460
22460
|
r,
|
22461
22461
|
v,
|
@@ -22467,7 +22467,7 @@ function C6(t, e, n) {
|
|
22467
22467
|
re,
|
22468
22468
|
o,
|
22469
22469
|
l,
|
22470
|
-
|
22470
|
+
K,
|
22471
22471
|
de
|
22472
22472
|
];
|
22473
22473
|
}
|
@@ -23206,13 +23206,13 @@ function p7(t, e) {
|
|
23206
23206
|
}
|
23207
23207
|
function g7(t, e, n) {
|
23208
23208
|
let r, { $$slots: l = {}, $$scope: o } = e, { items: c = [] } = e, { max_height: u } = e, { actual_height: h } = e, { table_scrollbar_width: p } = e, { start: _ = 0 } = e, { end: v = 0 } = e, { selected: k } = e, T, O = 0, P, U = 0, M = 0, N = [], D, E, C = 0, R, I = 0, z = [], Y, ne = 0;
|
23209
|
-
async function re(
|
23209
|
+
async function re(K) {
|
23210
23210
|
if (I === 0)
|
23211
23211
|
return;
|
23212
23212
|
const { scrollTop: de } = R;
|
23213
23213
|
n(13, p = R.offsetWidth - R.clientWidth), ne = C - (de - U);
|
23214
23214
|
let V = _;
|
23215
|
-
for (; ne < u && V <
|
23215
|
+
for (; ne < u && V < K.length; ) {
|
23216
23216
|
let $ = E[V - _];
|
23217
23217
|
$ || (n(11, v = V + 1), await ti(), $ = E[V - _]);
|
23218
23218
|
let xe = p1([
|
@@ -23229,51 +23229,51 @@ function g7(t, e, n) {
|
|
23229
23229
|
ne += Se, V += 1;
|
23230
23230
|
}
|
23231
23231
|
n(11, v = V);
|
23232
|
-
const ee =
|
23232
|
+
const ee = K.length - v, we = R.offsetHeight - R.clientHeight;
|
23233
23233
|
we > 0 && (ne += we);
|
23234
|
-
let
|
23235
|
-
n(1, T =
|
23234
|
+
let ke = N.filter(($) => typeof $ == "number");
|
23235
|
+
n(1, T = ke.reduce(($, xe) => $ + xe, 0) / ke.length), n(2, O = ee * T), N.length = K.length, await ti(), u ? ne < u ? n(12, h = ne + 2) : n(12, h = u) : n(12, h = ne + 1), await ti();
|
23236
23236
|
}
|
23237
|
-
async function pe(
|
23237
|
+
async function pe(K) {
|
23238
23238
|
requestAnimationFrame(async () => {
|
23239
|
-
if (typeof
|
23239
|
+
if (typeof K != "number")
|
23240
23240
|
return;
|
23241
|
-
const de = typeof
|
23242
|
-
de !== !0 && (de === "back" && await
|
23241
|
+
const de = typeof K != "number" ? !1 : Me(K);
|
23242
|
+
de !== !0 && (de === "back" && await ve(K, { behavior: "instant" }), de === "forwards" && await ve(K, { behavior: "instant" }, !0));
|
23243
23243
|
});
|
23244
23244
|
}
|
23245
|
-
function Me(
|
23246
|
-
const de = E && E[
|
23247
|
-
if (!de &&
|
23245
|
+
function Me(K) {
|
23246
|
+
const de = E && E[K - _];
|
23247
|
+
if (!de && K < _)
|
23248
23248
|
return "back";
|
23249
|
-
if (!de &&
|
23249
|
+
if (!de && K >= v - 1)
|
23250
23250
|
return "forwards";
|
23251
23251
|
const { top: V } = R.getBoundingClientRect(), { top: ee, bottom: we } = de.getBoundingClientRect();
|
23252
23252
|
return ee - V < 37 ? "back" : we - V > I ? "forwards" : !0;
|
23253
23253
|
}
|
23254
|
-
async function Ne(
|
23254
|
+
async function Ne(K) {
|
23255
23255
|
const de = R.scrollTop;
|
23256
23256
|
E = P.children;
|
23257
23257
|
const V = r.length < _, ee = p7(E[1], "border-top-width"), we = 0;
|
23258
|
-
V && await
|
23259
|
-
let
|
23258
|
+
V && await ve(r.length - 1, { behavior: "auto" });
|
23259
|
+
let ke = 0;
|
23260
23260
|
for (let Xe = 0; Xe < E.length; Xe += 1)
|
23261
23261
|
N[_ + Xe] = E[Xe].getBoundingClientRect().height;
|
23262
23262
|
let $ = 0, xe = U + ee / 2, Se = [];
|
23263
23263
|
for (; $ < r.length; ) {
|
23264
23264
|
const Xe = N[$] || T;
|
23265
23265
|
if (Se[$] = Xe, xe + Xe + we > de) {
|
23266
|
-
|
23266
|
+
ke = $, n(6, C = xe - (U + ee / 2));
|
23267
23267
|
break;
|
23268
23268
|
}
|
23269
23269
|
xe += Xe, $ += 1;
|
23270
23270
|
}
|
23271
|
-
for (
|
23271
|
+
for (ke = Math.max(0, ke); $ < r.length; ) {
|
23272
23272
|
const Xe = N[$] || T;
|
23273
23273
|
if (xe += Xe, $ += 1, xe > de + I)
|
23274
23274
|
break;
|
23275
23275
|
}
|
23276
|
-
n(10, _ =
|
23276
|
+
n(10, _ = ke), n(11, v = $);
|
23277
23277
|
const We = r.length - v;
|
23278
23278
|
v === 0 && n(11, v = 10), n(1, T = (xe - U) / v);
|
23279
23279
|
let Ie = We * T;
|
@@ -23281,13 +23281,13 @@ function g7(t, e, n) {
|
|
23281
23281
|
$ += 1, N[$] = T;
|
23282
23282
|
n(2, O = Ie), isFinite(O) || n(2, O = 2e5);
|
23283
23283
|
}
|
23284
|
-
async function
|
23284
|
+
async function ve(K, de, V = !1) {
|
23285
23285
|
await ti();
|
23286
23286
|
const ee = T;
|
23287
|
-
let we =
|
23287
|
+
let we = K * ee;
|
23288
23288
|
V && (we = we - I + ee + U);
|
23289
|
-
const
|
23290
|
-
|
23289
|
+
const ke = R.offsetHeight - R.clientHeight;
|
23290
|
+
ke > 0 && (we += ke);
|
23291
23291
|
const $ = {
|
23292
23292
|
top: we,
|
23293
23293
|
behavior: "smooth",
|
@@ -23298,35 +23298,35 @@ function g7(t, e, n) {
|
|
23298
23298
|
o7(() => {
|
23299
23299
|
E = P.children, n(18, D = !0), re(c);
|
23300
23300
|
});
|
23301
|
-
function
|
23301
|
+
function ue() {
|
23302
23302
|
U = this.offsetHeight, n(4, U);
|
23303
23303
|
}
|
23304
|
-
function he(
|
23305
|
-
l1[
|
23306
|
-
P =
|
23304
|
+
function he(K) {
|
23305
|
+
l1[K ? "unshift" : "push"](() => {
|
23306
|
+
P = K, n(3, P);
|
23307
23307
|
});
|
23308
23308
|
}
|
23309
23309
|
function le() {
|
23310
23310
|
M = this.offsetHeight, n(5, M);
|
23311
23311
|
}
|
23312
|
-
function Be(
|
23313
|
-
l1[
|
23314
|
-
R =
|
23312
|
+
function Be(K) {
|
23313
|
+
l1[K ? "unshift" : "push"](() => {
|
23314
|
+
R = K, n(7, R);
|
23315
23315
|
});
|
23316
23316
|
}
|
23317
23317
|
function oe() {
|
23318
|
-
var
|
23319
|
-
Y = (
|
23318
|
+
var K;
|
23319
|
+
Y = (K = $6.entries.get(this)) == null ? void 0 : K.contentRect, n(0, Y);
|
23320
23320
|
}
|
23321
|
-
return t.$$set = (
|
23322
|
-
"items" in
|
23321
|
+
return t.$$set = (K) => {
|
23322
|
+
"items" in K && n(14, c = K.items), "max_height" in K && n(15, u = K.max_height), "actual_height" in K && n(12, h = K.actual_height), "table_scrollbar_width" in K && n(13, p = K.table_scrollbar_width), "start" in K && n(10, _ = K.start), "end" in K && n(11, v = K.end), "selected" in K && n(16, k = K.selected), "$$scope" in K && n(20, o = K.$$scope);
|
23323
23323
|
}, t.$$.update = () => {
|
23324
23324
|
t.$$.dirty[0] & /*viewport_box*/
|
23325
|
-
1 && (I = p1([Y, "optionalAccess", (
|
23325
|
+
1 && (I = p1([Y, "optionalAccess", (K) => K.height]) || 0), t.$$.dirty[0] & /*items*/
|
23326
23326
|
16384 && n(19, r = c), t.$$.dirty[0] & /*mounted, sortedItems*/
|
23327
23327
|
786432 && D && requestAnimationFrame(() => re(r)), t.$$.dirty[0] & /*selected*/
|
23328
23328
|
65536 && pe(k), t.$$.dirty[0] & /*sortedItems, start, end*/
|
23329
|
-
527360 && n(8, z = r.slice(_, v).map((
|
23329
|
+
527360 && n(8, z = r.slice(_, v).map((K, de) => ({ index: de + _, data: K })));
|
23330
23330
|
}, [
|
23331
23331
|
Y,
|
23332
23332
|
T,
|
@@ -23345,12 +23345,12 @@ function g7(t, e, n) {
|
|
23345
23345
|
c,
|
23346
23346
|
u,
|
23347
23347
|
k,
|
23348
|
-
|
23348
|
+
ve,
|
23349
23349
|
D,
|
23350
23350
|
r,
|
23351
23351
|
o,
|
23352
23352
|
l,
|
23353
|
-
|
23353
|
+
ue,
|
23354
23354
|
he,
|
23355
23355
|
le,
|
23356
23356
|
Be,
|
@@ -24645,28 +24645,28 @@ function B7(t) {
|
|
24645
24645
|
/*_headers*/
|
24646
24646
|
t[24]
|
24647
24647
|
);
|
24648
|
-
const ne = (
|
24648
|
+
const ne = (ue) => (
|
24649
24649
|
/*id*/
|
24650
|
-
|
24650
|
+
ue[90]
|
24651
24651
|
);
|
24652
|
-
for (let
|
24653
|
-
let he = w1(t, Y,
|
24654
|
-
p.set(le, h[
|
24652
|
+
for (let ue = 0; ue < Y.length; ue += 1) {
|
24653
|
+
let he = w1(t, Y, ue), le = ne(he);
|
24654
|
+
p.set(le, h[ue] = k1(le, he));
|
24655
24655
|
}
|
24656
24656
|
let re = F0(
|
24657
24657
|
/*max*/
|
24658
24658
|
t[35]
|
24659
24659
|
);
|
24660
|
-
const pe = (
|
24660
|
+
const pe = (ue) => (
|
24661
24661
|
/*id*/
|
24662
|
-
|
24662
|
+
ue[90]
|
24663
24663
|
);
|
24664
|
-
for (let
|
24665
|
-
let he = b1(t, re,
|
24666
|
-
O.set(le, T[
|
24664
|
+
for (let ue = 0; ue < re.length; ue += 1) {
|
24665
|
+
let he = b1(t, re, ue), le = pe(he);
|
24666
|
+
O.set(le, T[ue] = D1(le, he));
|
24667
24667
|
}
|
24668
|
-
function Me(
|
24669
|
-
t[69](
|
24668
|
+
function Me(ue) {
|
24669
|
+
t[69](ue);
|
24670
24670
|
}
|
24671
24671
|
let Ne = {
|
24672
24672
|
flex: !1,
|
@@ -24687,19 +24687,19 @@ function B7(t) {
|
|
24687
24687
|
/*load_handler*/
|
24688
24688
|
t[70]
|
24689
24689
|
);
|
24690
|
-
let
|
24690
|
+
let ve = (
|
24691
24691
|
/*editable*/
|
24692
24692
|
t[6] && F1(t)
|
24693
24693
|
);
|
24694
24694
|
return {
|
24695
24695
|
c() {
|
24696
24696
|
e = bt("div"), I && I.c(), n = hn(), r = bt("div"), l = bt("table"), z && z.c(), o = hn(), c = bt("thead"), u = bt("tr");
|
24697
|
-
for (let
|
24698
|
-
h[
|
24697
|
+
for (let ue = 0; ue < h.length; ue += 1)
|
24698
|
+
h[ue].c();
|
24699
24699
|
_ = hn(), v = bt("tbody"), k = bt("tr");
|
24700
|
-
for (let
|
24701
|
-
T[
|
24702
|
-
U = hn(), L0(M.$$.fragment), D = hn(),
|
24700
|
+
for (let ue = 0; ue < T.length; ue += 1)
|
24701
|
+
T[ue].c();
|
24702
|
+
U = hn(), L0(M.$$.fragment), D = hn(), ve && ve.c(), ge(u, "class", "svelte-13e3mz4"), ge(c, "class", "svelte-13e3mz4"), ge(k, "class", "svelte-13e3mz4"), ge(l, "class", "svelte-13e3mz4"), kt(
|
24703
24703
|
l,
|
24704
24704
|
"fixed-layout",
|
24705
24705
|
/*column_widths*/
|
@@ -24723,8 +24723,8 @@ function B7(t) {
|
|
24723
24723
|
t[1].length !== 0
|
24724
24724
|
);
|
24725
24725
|
},
|
24726
|
-
m(
|
24727
|
-
St(
|
24726
|
+
m(ue, he) {
|
24727
|
+
St(ue, e, he), I && I.m(e, null), it(e, n), it(e, r), it(r, l), z && z.m(l, null), it(l, o), it(l, c), it(c, u);
|
24728
24728
|
for (let le = 0; le < h.length; le += 1)
|
24729
24729
|
h[le] && h[le].m(u, null);
|
24730
24730
|
it(l, _), it(l, v), it(v, k);
|
@@ -24734,7 +24734,7 @@ function B7(t) {
|
|
24734
24734
|
l,
|
24735
24735
|
/*table_1_elementresizecontentbox_handler*/
|
24736
24736
|
t[54].bind(l)
|
24737
|
-
), t[55](l), it(r, U), P0(M, r, null), t[71](r), it(e, D),
|
24737
|
+
), t[55](l), it(r, U), P0(M, r, null), t[71](r), it(e, D), ve && ve.m(e, null), E = !0, C || (R = [
|
24738
24738
|
C0(
|
24739
24739
|
window,
|
24740
24740
|
"click",
|
@@ -24762,87 +24762,87 @@ function B7(t) {
|
|
24762
24762
|
y7(mm.call(null, e))
|
24763
24763
|
], C = !0);
|
24764
24764
|
},
|
24765
|
-
p(
|
24765
|
+
p(ue, he) {
|
24766
24766
|
/*label*/
|
24767
|
-
|
24768
|
-
|
24769
|
-
|
24770
|
-
|
24771
|
-
|
24767
|
+
ue[1] && /*label*/
|
24768
|
+
ue[1].length !== 0 && /*show_label*/
|
24769
|
+
ue[2] ? I ? I.p(ue, he) : (I = y1(ue), I.c(), I.m(e, n)) : I && (I.d(1), I = null), /*label*/
|
24770
|
+
ue[1] && /*label*/
|
24771
|
+
ue[1].length !== 0 ? z ? z.p(ue, he) : (z = v1(ue), z.c(), z.m(l, o)) : z && (z.d(1), z = null), he[0] & /*_headers, sort_by, sort_direction, header_edit, column_widths, latex_delimiters, line_breaks*/
|
24772
24772
|
84678688 | he[1] & /*get_sort_status*/
|
24773
24773
|
32 && (Y = F0(
|
24774
24774
|
/*_headers*/
|
24775
|
-
|
24776
|
-
), d0(), h = Oi(h, he, ne, 1,
|
24775
|
+
ue[24]
|
24776
|
+
), d0(), h = Oi(h, he, ne, 1, ue, Y, p, u, Ri, k1, null, w1), h0()), he[0] & /*cells, latex_delimiters, line_breaks, datatype*/
|
24777
24777
|
1050657 | he[1] & /*max*/
|
24778
24778
|
16 && (re = F0(
|
24779
24779
|
/*max*/
|
24780
|
-
|
24781
|
-
), d0(), T = Oi(T, he, pe, 1,
|
24780
|
+
ue[35]
|
24781
|
+
), d0(), T = Oi(T, he, pe, 1, ue, re, O, k, Ri, D1, null, b1), h0()), (!E || he[0] & /*column_widths*/
|
24782
24782
|
4096) && kt(
|
24783
24783
|
l,
|
24784
24784
|
"fixed-layout",
|
24785
24785
|
/*column_widths*/
|
24786
|
-
|
24786
|
+
ue[12].length != 0
|
24787
24787
|
);
|
24788
24788
|
const le = {};
|
24789
24789
|
he[0] & /*root*/
|
24790
24790
|
256 && (le.root = /*root*/
|
24791
|
-
|
24791
|
+
ue[8]), he[0] & /*height, data, styling, selected, display_value, latex_delimiters, line_breaks, editable, editing, datatype, clear_on_focus, els, parent, hide_columns, _headers, sort_by, sort_direction, header_edit, selected_header, select_on_focus, label*/
|
24792
24792
|
1607461987 | he[1] & /*selected_index, table_height, scrollbar_width*/
|
24793
24793
|
14 | he[3] & /*$$scope*/
|
24794
|
-
16 && (le.$$scope = { dirty: he, ctx:
|
24794
|
+
16 && (le.$$scope = { dirty: he, ctx: ue }), !N && he[0] & /*dragging*/
|
24795
24795
|
536870912 && (N = !0, le.dragging = /*dragging*/
|
24796
|
-
|
24796
|
+
ue[29], B0(() => N = !1)), M.$set(le), (!E || he[1] & /*table_height*/
|
24797
24797
|
2) && z0(
|
24798
24798
|
r,
|
24799
24799
|
"height",
|
24800
24800
|
/*table_height*/
|
24801
|
-
|
24801
|
+
ue[32] + "px"
|
24802
24802
|
), (!E || he[0] & /*dragging*/
|
24803
24803
|
536870912) && kt(
|
24804
24804
|
r,
|
24805
24805
|
"dragging",
|
24806
24806
|
/*dragging*/
|
24807
|
-
|
24807
|
+
ue[29]
|
24808
24808
|
), (!E || he[0] & /*wrap*/
|
24809
24809
|
128) && kt(r, "no-wrap", !/*wrap*/
|
24810
|
-
|
24811
|
-
|
24812
|
-
64 && ht(
|
24813
|
-
|
24810
|
+
ue[7]), /*editable*/
|
24811
|
+
ue[6] ? ve ? (ve.p(ue, he), he[0] & /*editable*/
|
24812
|
+
64 && ht(ve, 1)) : (ve = F1(ue), ve.c(), ht(ve, 1), ve.m(e, null)) : ve && (d0(), Bt(ve, 1, 1, () => {
|
24813
|
+
ve = null;
|
24814
24814
|
}), h0()), (!E || he[0] & /*label*/
|
24815
24815
|
2) && kt(
|
24816
24816
|
e,
|
24817
24817
|
"label",
|
24818
24818
|
/*label*/
|
24819
|
-
|
24820
|
-
|
24819
|
+
ue[1] && /*label*/
|
24820
|
+
ue[1].length !== 0
|
24821
24821
|
);
|
24822
24822
|
},
|
24823
|
-
i(
|
24823
|
+
i(ue) {
|
24824
24824
|
if (!E) {
|
24825
24825
|
for (let he = 0; he < Y.length; he += 1)
|
24826
24826
|
ht(h[he]);
|
24827
24827
|
for (let he = 0; he < re.length; he += 1)
|
24828
24828
|
ht(T[he]);
|
24829
|
-
ht(M.$$.fragment,
|
24829
|
+
ht(M.$$.fragment, ue), ht(ve), E = !0;
|
24830
24830
|
}
|
24831
24831
|
},
|
24832
|
-
o(
|
24832
|
+
o(ue) {
|
24833
24833
|
for (let he = 0; he < h.length; he += 1)
|
24834
24834
|
Bt(h[he]);
|
24835
24835
|
for (let he = 0; he < T.length; he += 1)
|
24836
24836
|
Bt(T[he]);
|
24837
|
-
Bt(M.$$.fragment,
|
24837
|
+
Bt(M.$$.fragment, ue), Bt(ve), E = !1;
|
24838
24838
|
},
|
24839
|
-
d(
|
24840
|
-
|
24839
|
+
d(ue) {
|
24840
|
+
ue && At(e), I && I.d(), z && z.d();
|
24841
24841
|
for (let he = 0; he < h.length; he += 1)
|
24842
24842
|
h[he].d();
|
24843
24843
|
for (let he = 0; he < T.length; he += 1)
|
24844
24844
|
T[he].d();
|
24845
|
-
P(), t[55](null), H0(M), t[71](null),
|
24845
|
+
P(), t[55](null), H0(M), t[71](null), ve && ve.d(), C = !1, Wh(R);
|
24846
24846
|
}
|
24847
24847
|
};
|
24848
24848
|
}
|
@@ -24923,19 +24923,19 @@ function R7(t, e, n) {
|
|
24923
24923
|
};
|
24924
24924
|
}));
|
24925
24925
|
}
|
24926
|
-
let
|
24926
|
+
let ve = Me(h), ue;
|
24927
24927
|
function he() {
|
24928
|
-
n(24,
|
24928
|
+
n(24, ve = Me(h)), n(50, ue = h.slice()), oe();
|
24929
24929
|
}
|
24930
24930
|
let le = [[]], Be;
|
24931
24931
|
async function oe() {
|
24932
24932
|
Y("change", {
|
24933
24933
|
data: le.map((q) => q.map(({ value: d }) => d)),
|
24934
|
-
headers:
|
24934
|
+
headers: ve.map((q) => q.value),
|
24935
24935
|
metadata: T ? null : { display_value: R, styling: I }
|
24936
24936
|
});
|
24937
24937
|
}
|
24938
|
-
function
|
24938
|
+
function K(q, d, g) {
|
24939
24939
|
if (!d)
|
24940
24940
|
return "none";
|
24941
24941
|
if (h[d] === q) {
|
@@ -24973,7 +24973,7 @@ function R7(t, e, n) {
|
|
24973
24973
|
}
|
24974
24974
|
}
|
24975
24975
|
let we = !1;
|
24976
|
-
async function
|
24976
|
+
async function ke(q) {
|
24977
24977
|
if (Ue !== !1 && Ie === !1)
|
24978
24978
|
switch (q.key) {
|
24979
24979
|
case "ArrowDown":
|
@@ -24983,7 +24983,7 @@ function R7(t, e, n) {
|
|
24983
24983
|
n(28, Ue = Ue > 0 ? Ue - 1 : Ue);
|
24984
24984
|
return;
|
24985
24985
|
case "ArrowRight":
|
24986
|
-
n(28, Ue = Ue <
|
24986
|
+
n(28, Ue = Ue < ve.length - 1 ? Ue + 1 : Ue);
|
24987
24987
|
return;
|
24988
24988
|
case "Escape":
|
24989
24989
|
q.preventDefault(), n(28, Ue = !1);
|
@@ -25030,9 +25030,9 @@ function R7(t, e, n) {
|
|
25030
25030
|
"optionalAccess",
|
25031
25031
|
(ze) => ze[d + Z],
|
25032
25032
|
"optionalAccess",
|
25033
|
-
(ze) => ze[Z > 0 ? 0 :
|
25033
|
+
(ze) => ze[Z > 0 ? 0 : ve.length - 1]
|
25034
25034
|
]);
|
25035
|
-
(y || B) && (q.preventDefault(), n(16, C = y ? [d, g + Z] : [d + Z, Z > 0 ? 0 :
|
25035
|
+
(y || B) && (q.preventDefault(), n(16, C = y ? [d, g + Z] : [d + Z, Z > 0 ? 0 : ve.length - 1])), n(22, ne = !1);
|
25036
25036
|
break;
|
25037
25037
|
default:
|
25038
25038
|
if (!T)
|
@@ -25103,11 +25103,11 @@ function R7(t, e, n) {
|
|
25103
25103
|
]) || typeof Z.target.result != "string")
|
25104
25104
|
return;
|
25105
25105
|
const [y] = N7(Z.target.result, [",", " "]), [B, ...ze] = wm(y).parseRows(Z.target.result);
|
25106
|
-
n(24,
|
25106
|
+
n(24, ve = Me(_[1] === "fixed" ? B.slice(0, _[0]) : B)), n(49, p = ze), d.removeEventListener("loadend", g);
|
25107
25107
|
}
|
25108
25108
|
d.addEventListener("loadend", g), d.readAsText(q);
|
25109
25109
|
}
|
25110
|
-
let
|
25110
|
+
let Q = !1;
|
25111
25111
|
function ye(q) {
|
25112
25112
|
let d = q[0].slice();
|
25113
25113
|
for (let g = 0; g < q.length; g++)
|
@@ -25129,17 +25129,17 @@ function R7(t, e, n) {
|
|
25129
25129
|
return;
|
25130
25130
|
const ze = [...Array(q.length).keys()];
|
25131
25131
|
if (y === "asc")
|
25132
|
-
ze.sort((De,
|
25132
|
+
ze.sort((De, ce) => q[De][Z].value < q[ce][Z].value ? -1 : 1);
|
25133
25133
|
else if (y === "des")
|
25134
|
-
ze.sort((De,
|
25134
|
+
ze.sort((De, ce) => q[De][Z].value > q[ce][Z].value ? -1 : 1);
|
25135
25135
|
else
|
25136
25136
|
return;
|
25137
25137
|
const fe = [...q], pt = d ? [...d] : null, Dn = g ? [...g] : null;
|
25138
|
-
if (ze.forEach((De,
|
25139
|
-
q[
|
25138
|
+
if (ze.forEach((De, ce) => {
|
25139
|
+
q[ce] = fe[De], d && pt && (d[ce] = pt[De]), g && Dn && (g[ce] = Dn[De]);
|
25140
25140
|
}), n(17, le), n(49, p), n(51, Be), B) {
|
25141
|
-
const [De,
|
25142
|
-
n(16, C = [De,
|
25141
|
+
const [De, ce] = de(B);
|
25142
|
+
n(16, C = [De, ce]);
|
25143
25143
|
}
|
25144
25144
|
}
|
25145
25145
|
let tt = !1;
|
@@ -25176,7 +25176,7 @@ function R7(t, e, n) {
|
|
25176
25176
|
}
|
25177
25177
|
const Ut = () => (n(25, we = !1), Ee.focus()), s0 = (q, d) => V(q, d), Pn = (q, d) => $(q, d), sr = (q, d) => V(q, d);
|
25178
25178
|
function i0(q, d) {
|
25179
|
-
t.$$.not_equal(
|
25179
|
+
t.$$.not_equal(ve[d].value, q) && (ve[d].value = q, n(24, ve));
|
25180
25180
|
}
|
25181
25181
|
function wt(q, d) {
|
25182
25182
|
t.$$.not_equal(pe[d].input, q) && (pe[d].input = q, n(23, pe));
|
@@ -25192,7 +25192,7 @@ function R7(t, e, n) {
|
|
25192
25192
|
Ce = q, n(33, Ce);
|
25193
25193
|
}
|
25194
25194
|
function g0(q) {
|
25195
|
-
|
25195
|
+
Q = q, n(29, Q);
|
25196
25196
|
}
|
25197
25197
|
const ir = (q) => Ct(z7(q.detail.data));
|
25198
25198
|
function lr(q) {
|
@@ -25200,7 +25200,7 @@ function R7(t, e, n) {
|
|
25200
25200
|
Ee = q, n(30, Ee);
|
25201
25201
|
});
|
25202
25202
|
}
|
25203
|
-
const ar = (q) =>
|
25203
|
+
const ar = (q) => ke(q), Lr = (q) => (q.stopPropagation(), Re()), Qt = (q) => (q.stopPropagation(), $t());
|
25204
25204
|
return t.$$set = (q) => {
|
25205
25205
|
"datatype" in q && n(0, o = q.datatype), "label" in q && n(1, c = q.label), "show_label" in q && n(2, u = q.show_label), "headers" in q && n(48, h = q.headers), "values" in q && n(49, p = q.values), "col_count" in q && n(3, _ = q.col_count), "row_count" in q && n(4, v = q.row_count), "latex_delimiters" in q && n(5, k = q.latex_delimiters), "editable" in q && n(6, T = q.editable), "wrap" in q && n(7, O = q.wrap), "root" in q && n(8, P = q.root), "i18n" in q && n(9, U = q.i18n), "height" in q && n(10, M = q.height), "line_breaks" in q && n(11, N = q.line_breaks), "column_widths" in q && n(12, D = q.column_widths), "hide_columns" in q && n(13, E = q.hide_columns), "display_value" in q && n(14, R = q.display_value), "styling" in q && n(15, I = q.styling);
|
25206
25206
|
}, t.$$.update = () => {
|
@@ -25213,7 +25213,7 @@ function R7(t, e, n) {
|
|
25213
25213
|
});
|
25214
25214
|
}
|
25215
25215
|
t.$$.dirty[1] & /*headers, old_headers*/
|
25216
|
-
655360 && (Cn(h,
|
25216
|
+
655360 && (Cn(h, ue) || he()), t.$$.dirty[1] & /*values, old_val*/
|
25217
25217
|
1310720 && (Cn(p, Be) || (n(17, le = Ne(p)), n(51, Be = p))), t.$$.dirty[0] & /*data*/
|
25218
25218
|
131072 && le && oe(), t.$$.dirty[0] & /*data*/
|
25219
25219
|
131072 && n(35, r = ye(le)), t.$$.dirty[0] & /*cells*/
|
@@ -25245,21 +25245,21 @@ function R7(t, e, n) {
|
|
25245
25245
|
z,
|
25246
25246
|
ne,
|
25247
25247
|
pe,
|
25248
|
-
|
25248
|
+
ve,
|
25249
25249
|
we,
|
25250
25250
|
Ie,
|
25251
25251
|
Xe,
|
25252
25252
|
Ue,
|
25253
|
-
|
25253
|
+
Q,
|
25254
25254
|
Ee,
|
25255
25255
|
me,
|
25256
25256
|
et,
|
25257
25257
|
Ce,
|
25258
25258
|
l,
|
25259
25259
|
r,
|
25260
|
-
|
25260
|
+
K,
|
25261
25261
|
V,
|
25262
|
-
|
25262
|
+
ke,
|
25263
25263
|
$,
|
25264
25264
|
We,
|
25265
25265
|
zt,
|
@@ -25271,7 +25271,7 @@ function R7(t, e, n) {
|
|
25271
25271
|
Oe,
|
25272
25272
|
h,
|
25273
25273
|
p,
|
25274
|
-
|
25274
|
+
ue,
|
25275
25275
|
Be,
|
25276
25276
|
Rt,
|
25277
25277
|
Jt,
|
@@ -27768,11 +27768,11 @@ function R9(t, e, n) {
|
|
27768
27768
|
selected: !0
|
27769
27769
|
})), Y.length === h && (n(14, E = !1), n(16, z = null), M.blur());
|
27770
27770
|
}
|
27771
|
-
function
|
27771
|
+
function ve($) {
|
27772
27772
|
const xe = parseInt($.detail.target.dataset.index);
|
27773
|
-
|
27773
|
+
ue(xe);
|
27774
27774
|
}
|
27775
|
-
function
|
27775
|
+
function ue($) {
|
27776
27776
|
Y.includes($) ? Me($) : Ne($), n(10, N = "");
|
27777
27777
|
}
|
27778
27778
|
function he($) {
|
@@ -27782,7 +27782,7 @@ function R9(t, e, n) {
|
|
27782
27782
|
n(11, I = p.map((xe, Se) => Se)), (h === null || Y.length < h) && n(14, E = !0), re("focus");
|
27783
27783
|
}
|
27784
27784
|
function Be($) {
|
27785
|
-
n(14, [E, z] = D9($, z, I), E, (n(16, z), n(3, p), n(27, _), n(10, N), n(28, D), n(7, O), n(11, I))), $.key === "Enter" && (z !== null ?
|
27785
|
+
n(14, [E, z] = D9($, z, I), E, (n(16, z), n(3, p), n(27, _), n(10, N), n(28, D), n(7, O), n(11, I))), $.key === "Enter" && (z !== null ? ue(z) : O && (Ne(N), n(10, N = ""))), $.key === "Backspace" && N === "" && n(12, Y = [...Y.slice(0, -1)]), Y.length === h && (n(14, E = !1), n(16, z = null));
|
27786
27786
|
}
|
27787
27787
|
function oe() {
|
27788
27788
|
o === void 0 ? n(12, Y = []) : Array.isArray(o) && n(12, Y = o.map(($) => {
|
@@ -27796,7 +27796,7 @@ function R9(t, e, n) {
|
|
27796
27796
|
F9(() => {
|
27797
27797
|
n(25, u = !1);
|
27798
27798
|
});
|
27799
|
-
const
|
27799
|
+
const K = ($) => Me($), de = ($, xe) => {
|
27800
27800
|
xe.key === "Enter" && Me($);
|
27801
27801
|
};
|
27802
27802
|
function V() {
|
@@ -27807,7 +27807,7 @@ function R9(t, e, n) {
|
|
27807
27807
|
M = $, n(13, M);
|
27808
27808
|
});
|
27809
27809
|
}
|
27810
|
-
const we = ($) => re("key_up", { key: $.key, input_value: N }),
|
27810
|
+
const we = ($) => re("key_up", { key: $.key, input_value: N }), ke = ($) => {
|
27811
27811
|
$.key === "Enter" && he($);
|
27812
27812
|
};
|
27813
27813
|
return t.$$set = ($) => {
|
@@ -27840,7 +27840,7 @@ function R9(t, e, n) {
|
|
27840
27840
|
re,
|
27841
27841
|
pe,
|
27842
27842
|
Me,
|
27843
|
-
|
27843
|
+
ve,
|
27844
27844
|
he,
|
27845
27845
|
le,
|
27846
27846
|
Be,
|
@@ -27851,12 +27851,12 @@ function R9(t, e, n) {
|
|
27851
27851
|
D,
|
27852
27852
|
R,
|
27853
27853
|
ne,
|
27854
|
-
|
27854
|
+
K,
|
27855
27855
|
de,
|
27856
27856
|
V,
|
27857
27857
|
ee,
|
27858
27858
|
we,
|
27859
|
-
|
27859
|
+
ke
|
27860
27860
|
];
|
27861
27861
|
}
|
27862
27862
|
class O9 extends A9 {
|
@@ -29194,10 +29194,10 @@ function x_(t, e, n) {
|
|
29194
29194
|
data: [["", "", ""]],
|
29195
29195
|
headers: ["1", "2", "3"],
|
29196
29196
|
metadata: null
|
29197
|
-
} } = e, { bool_checkboxgroup_label: h = null } = e, p = "", { value_is_output: _ = !1 } = e, { col_count: v } = e, { label: k = null } = e, { show_label: T = !0 } = e, { wrap: O } = e, { datatype: P } = e, { scale: U = null } = e, { min_width: M = void 0 } = e, { root: N } = e, { filter_columns: D = [] } = e, { select_columns_config: E } = e, { hide_columns: C } = e, { search_columns: R = null } = e, { line_breaks: I = !0 } = e, { column_widths: z = [] } = e, { gradio: Y } = e, { latex_delimiters: ne } = e, { height: re = void 0 } = e, { loading_status: pe } = e, { interactive: Me } = e, Ne,
|
29198
|
-
async function V(
|
29199
|
-
let ye =
|
29200
|
-
n(20, Ne =
|
29197
|
+
} } = e, { bool_checkboxgroup_label: h = null } = e, p = "", { value_is_output: _ = !1 } = e, { col_count: v } = e, { label: k = null } = e, { show_label: T = !0 } = e, { wrap: O } = e, { datatype: P } = e, { scale: U = null } = e, { min_width: M = void 0 } = e, { root: N } = e, { filter_columns: D = [] } = e, { select_columns_config: E } = e, { hide_columns: C } = e, { search_columns: R = null } = e, { line_breaks: I = !0 } = e, { column_widths: z = [] } = e, { gradio: Y } = e, { latex_delimiters: ne } = e, { height: re = void 0 } = e, { loading_status: pe } = e, { interactive: Me } = e, Ne, ve = u.headers.map((Q) => Q), ue = u.data.map((Q) => Q), he, le, Be, oe = [], K = null, de = E.default_selection.length ? E.default_selection : ve;
|
29198
|
+
async function V(Q) {
|
29199
|
+
let ye = Q || u;
|
29200
|
+
n(20, Ne = ve), n(23, Be = ue ? [...ue] : []);
|
29201
29201
|
const Fe = Ne.filter((me) => de.includes(me)), Ee = Fe.map((me) => Ne.indexOf(me));
|
29202
29202
|
n(20, Ne = Fe), n(23, Be = Be.map((me) => Ee.map((Oe) => me[Oe]))), n(21, he = S0([
|
29203
29203
|
ye,
|
@@ -29229,29 +29229,29 @@ function x_(t, e, n) {
|
|
29229
29229
|
])
|
29230
29230
|
] : null), await o_(), Y.dispatch("change"), _ || Y.dispatch("input");
|
29231
29231
|
}
|
29232
|
-
function ee(
|
29233
|
-
const Fe =
|
29234
|
-
return n(20, Ne = Fe),
|
29232
|
+
function ee(Q, ye) {
|
29233
|
+
const Fe = ve.filter((me) => ye.includes(me)), Ee = Fe.map((me) => ve.indexOf(me));
|
29234
|
+
return n(20, Ne = Fe), Q = Q.map((me) => Ee.map((Oe) => me[Oe])), Q;
|
29235
29235
|
}
|
29236
|
-
function we(
|
29237
|
-
if (
|
29238
|
-
return Array(
|
29239
|
-
if (n(23, Be =
|
29236
|
+
function we(Q, ye) {
|
29237
|
+
if (Q.type === "checkbox" && !ye)
|
29238
|
+
return Array(ue.length).fill(!0);
|
29239
|
+
if (n(23, Be = ue), Array.isArray(ye) && !ye.length)
|
29240
29240
|
return Array(Be.length).fill(!1);
|
29241
29241
|
let Fe;
|
29242
|
-
if (
|
29242
|
+
if (Q.type === "slider") {
|
29243
29243
|
const [Ee, me] = ye;
|
29244
|
-
Fe = (Oe) => v_(Oe[
|
29244
|
+
Fe = (Oe) => v_(Oe[ve.indexOf(Q.column)], Ee, me);
|
29245
29245
|
} else
|
29246
|
-
|
29246
|
+
Q.type == "checkbox" ? Fe = (Ee) => Ee[ve.indexOf(Q.column)] === ye : Fe = (Ee) => ye.some((me) => Ee[ve.indexOf(Q.column)] === me);
|
29247
29247
|
return Be.map(Fe);
|
29248
29248
|
}
|
29249
|
-
function
|
29249
|
+
function ke(Q, ye, Fe, Ee) {
|
29250
29250
|
if (!Ee)
|
29251
|
-
return new Array(
|
29252
|
-
const me = Ee.split(";").map((Ce) => Ce.trim()).filter((Ce) => Ce.length), Oe = new Array(
|
29251
|
+
return new Array(Q.length).fill(!0);
|
29252
|
+
const me = Ee.split(";").map((Ce) => Ce.trim()).filter((Ce) => Ce.length), Oe = new Array(Q.length).fill(!1);
|
29253
29253
|
let et = !1;
|
29254
|
-
for (let Ce = 0; Ce <
|
29254
|
+
for (let Ce = 0; Ce < Q.length; Ce++) {
|
29255
29255
|
let Le = Array(), tt = Array();
|
29256
29256
|
for (let Rt = 0; Rt < me.length; Rt++) {
|
29257
29257
|
let Jt = me[Rt], kn = ye.indexOf(Fe.primary_column);
|
@@ -29266,60 +29266,60 @@ function x_(t, e, n) {
|
|
29266
29266
|
s0 !== -1 && (kn = s0, Jt = Jt.substring(It + 1).trim());
|
29267
29267
|
}
|
29268
29268
|
const Ze = It !== -1 ? tt : Le;
|
29269
|
-
(
|
29269
|
+
(Q[Ce][kn] === null ? "" : Q[Ce][kn].toString()).toLowerCase().includes(Jt.toLowerCase()) ? Ze.push(!0) : Ze.push(!1);
|
29270
29270
|
}
|
29271
29271
|
Le.length && !tt.length ? Oe[Ce] = Le.some((Rt) => Rt) : tt.length && !Le.length ? Oe[Ce] = tt.every((Rt) => !!Rt) : Le.length && tt.length && (Oe[Ce] = Le.some((Rt) => Rt) && tt.every((Rt) => !!Rt));
|
29272
29272
|
}
|
29273
29273
|
return Oe;
|
29274
29274
|
}
|
29275
|
-
function $(
|
29276
|
-
return D.find((ye) => ye.column ===
|
29275
|
+
function $(Q) {
|
29276
|
+
return D.find((ye) => ye.column === Q);
|
29277
29277
|
}
|
29278
|
-
function xe(
|
29278
|
+
function xe(Q, ye, Fe, Ee, me) {
|
29279
29279
|
console.log("filter_values", Fe);
|
29280
|
-
const Oe =
|
29281
|
-
return
|
29280
|
+
const Oe = ke(ue, ye, Ee, me), et = Fe.map((Ce) => we($(Ce[0]), Ce[1])).concat([Oe]);
|
29281
|
+
return Q.filter((Ce, Le) => et.every((tt) => tt[Le]));
|
29282
29282
|
}
|
29283
|
-
function Se(
|
29284
|
-
n(23, Be = ee(
|
29283
|
+
function Se(Q, ye, Fe) {
|
29284
|
+
n(23, Be = ee(ue, Q)), n(23, Be = xe(Be, ve, ye, R, Fe)), Be.length === 0 && n(23, Be = [Array(Q.length).fill("")]);
|
29285
29285
|
}
|
29286
29286
|
V(), a_(() => {
|
29287
29287
|
n(27, _ = !1);
|
29288
|
-
}), (Array.isArray(u) && S0([u, "optionalAccess", (
|
29288
|
+
}), (Array.isArray(u) && S0([u, "optionalAccess", (Q) => Q[0], "optionalAccess", (Q) => Q.length]) === 0 || S0([
|
29289
29289
|
u,
|
29290
29290
|
"access",
|
29291
|
-
(
|
29291
|
+
(Q) => Q.data,
|
29292
29292
|
"optionalAccess",
|
29293
|
-
(
|
29293
|
+
(Q) => Q[0],
|
29294
29294
|
"optionalAccess",
|
29295
|
-
(
|
29295
|
+
(Q) => Q.length
|
29296
29296
|
]) === 0) && (u = {
|
29297
29297
|
data: [
|
29298
|
-
Array(S0([v, "optionalAccess", (
|
29298
|
+
Array(S0([v, "optionalAccess", (Q) => Q[0]]) || 3).fill("")
|
29299
29299
|
],
|
29300
|
-
headers: Array(S0([v, "optionalAccess", (
|
29300
|
+
headers: Array(S0([v, "optionalAccess", (Q) => Q[0]]) || 3).fill("").map((Q, ye) => `${ye + 1}`),
|
29301
29301
|
metadata: null
|
29302
29302
|
});
|
29303
|
-
const We = D.filter((
|
29304
|
-
Ie.forEach((
|
29305
|
-
|
29303
|
+
const We = D.filter((Q) => Q.type !== "checkbox"), Ie = D.filter((Q) => Q.type === "checkbox");
|
29304
|
+
Ie.forEach((Q, ye) => {
|
29305
|
+
Q.default && n(17, oe[We.length + ye] = [Q.column, Q.default], oe);
|
29306
29306
|
});
|
29307
|
-
const Xe = (
|
29308
|
-
function zt(
|
29309
|
-
de =
|
29307
|
+
const Xe = (Q) => n(18, K = Q.detail), Ue = (Q) => !(C.includes(Q) || E.cant_deselect.includes(Q));
|
29308
|
+
function zt(Q) {
|
29309
|
+
de = Q, n(19, de);
|
29310
29310
|
}
|
29311
|
-
const Nn = (
|
29311
|
+
const Nn = (Q, ye, Fe) => n(17, oe[Q] = [ye.column, Fe.detail], oe), Re = (Q, ye, Fe) => n(17, oe[Q] = [ye.column, Fe.detail], oe), $t = (Q, ye, Fe) => n(17, oe[Q] = [ye.column, Fe.detail], oe), Ot = (Q) => {
|
29312
29312
|
Ie.forEach((ye, Fe) => {
|
29313
|
-
n(17, oe[We.length + Fe] = [ye.column,
|
29313
|
+
n(17, oe[We.length + Fe] = [ye.column, Q.detail.includes(ye.column)], oe);
|
29314
29314
|
});
|
29315
|
-
}, Ct = (
|
29316
|
-
return t.$$set = (
|
29317
|
-
"headers" in
|
29315
|
+
}, Ct = (Q) => Y.dispatch("select", Q.detail);
|
29316
|
+
return t.$$set = (Q) => {
|
29317
|
+
"headers" in Q && n(0, r = Q.headers), "elem_id" in Q && n(28, l = Q.elem_id), "elem_classes" in Q && n(29, o = Q.elem_classes), "visible" in Q && n(30, c = Q.visible), "value" in Q && n(26, u = Q.value), "bool_checkboxgroup_label" in Q && n(1, h = Q.bool_checkboxgroup_label), "value_is_output" in Q && n(27, _ = Q.value_is_output), "col_count" in Q && n(31, v = Q.col_count), "label" in Q && n(2, k = Q.label), "show_label" in Q && n(3, T = Q.show_label), "wrap" in Q && n(4, O = Q.wrap), "datatype" in Q && n(5, P = Q.datatype), "scale" in Q && n(32, U = Q.scale), "min_width" in Q && n(33, M = Q.min_width), "root" in Q && n(6, N = Q.root), "filter_columns" in Q && n(34, D = Q.filter_columns), "select_columns_config" in Q && n(7, E = Q.select_columns_config), "hide_columns" in Q && n(8, C = Q.hide_columns), "search_columns" in Q && n(9, R = Q.search_columns), "line_breaks" in Q && n(10, I = Q.line_breaks), "column_widths" in Q && n(11, z = Q.column_widths), "gradio" in Q && n(12, Y = Q.gradio), "latex_delimiters" in Q && n(13, ne = Q.latex_delimiters), "height" in Q && n(14, re = Q.height), "loading_status" in Q && n(15, pe = Q.loading_status), "interactive" in Q && n(16, Me = Q.interactive);
|
29318
29318
|
}, t.$$.update = () => {
|
29319
29319
|
t.$$.dirty[0] & /*default_selection, filter_values, search_value*/
|
29320
|
-
917504 && Se(de, oe,
|
29320
|
+
917504 && Se(de, oe, K), t.$$.dirty[0] & /*value*/
|
29321
29321
|
67108864 | t.$$.dirty[1] & /*old_value*/
|
29322
|
-
16;
|
29322
|
+
16 && JSON.stringify(u) !== p && (n(35, p = JSON.stringify(u)), ve = u.headers.map((Q) => Q), ue = u.data.map((Q) => Q), V());
|
29323
29323
|
}, [
|
29324
29324
|
r,
|
29325
29325
|
h,
|
@@ -29339,7 +29339,7 @@ function x_(t, e, n) {
|
|
29339
29339
|
pe,
|
29340
29340
|
Me,
|
29341
29341
|
oe,
|
29342
|
-
|
29342
|
+
K,
|
29343
29343
|
de,
|
29344
29344
|
Ne,
|
29345
29345
|
he,
|