@sciol/xyzen 0.3.11 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -3
- package/dist/style.css +1 -0
- package/dist/xyzen.es.js +733 -684
- package/dist/xyzen.umd.js +52 -51
- package/package.json +3 -2
- package/dist/xyzen.css +0 -1
package/dist/xyzen.es.js
CHANGED
|
@@ -251,7 +251,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
251
251
|
return M();
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
var U, B = {},
|
|
254
|
+
var U, B = {}, V = f["react-stack-bottom-frame"].bind(
|
|
255
255
|
f,
|
|
256
256
|
i
|
|
257
257
|
)(), j = P(n(i)), H = {};
|
|
@@ -264,7 +264,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
264
264
|
!1,
|
|
265
265
|
z,
|
|
266
266
|
K,
|
|
267
|
-
re ? Error("react-stack-top-frame") :
|
|
267
|
+
re ? Error("react-stack-top-frame") : V,
|
|
268
268
|
re ? P(n(M)) : j
|
|
269
269
|
);
|
|
270
270
|
}, J0.jsxs = function(M, q, Y, z, K) {
|
|
@@ -276,7 +276,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
276
276
|
!0,
|
|
277
277
|
z,
|
|
278
278
|
K,
|
|
279
|
-
re ? Error("react-stack-top-frame") :
|
|
279
|
+
re ? Error("react-stack-top-frame") : V,
|
|
280
280
|
re ? P(n(M)) : j
|
|
281
281
|
);
|
|
282
282
|
};
|
|
@@ -3480,31 +3480,31 @@ function oTe(e) {
|
|
|
3480
3480
|
const { prevResolvedValues: D = {} } = y, I = {
|
|
3481
3481
|
...D,
|
|
3482
3482
|
...N
|
|
3483
|
-
}, P = (
|
|
3484
|
-
_ = !0, f.has(
|
|
3485
|
-
const j = e.getValue(
|
|
3483
|
+
}, P = (V) => {
|
|
3484
|
+
_ = !0, f.has(V) && (A = !0, f.delete(V)), y.needsAnimating[V] = !0;
|
|
3485
|
+
const j = e.getValue(V);
|
|
3486
3486
|
j && (j.liveStyle = !1);
|
|
3487
3487
|
};
|
|
3488
|
-
for (const
|
|
3489
|
-
const j = N[
|
|
3490
|
-
if (h.hasOwnProperty(
|
|
3488
|
+
for (const V in I) {
|
|
3489
|
+
const j = N[V], H = D[V];
|
|
3490
|
+
if (h.hasOwnProperty(V))
|
|
3491
3491
|
continue;
|
|
3492
3492
|
let M = !1;
|
|
3493
|
-
PR(j) && PR(H) ? M = !Rie(j, H) : M = j !== H, M ? j != null ? P(
|
|
3493
|
+
PR(j) && PR(H) ? M = !Rie(j, H) : M = j !== H, M ? j != null ? P(V) : f.add(V) : j !== void 0 && f.has(V) ? P(V) : y.protectedKeys[V] = !0;
|
|
3494
3494
|
}
|
|
3495
3495
|
y.prevProp = x, y.prevResolvedValues = N, y.isActive && (h = { ...h, ...N }), n && e.blockInitialAnimation && (_ = !1);
|
|
3496
3496
|
const U = w && T;
|
|
3497
|
-
_ && (!U || A) && d.push(...C.map((
|
|
3497
|
+
_ && (!U || A) && d.push(...C.map((V) => {
|
|
3498
3498
|
const j = { type: v };
|
|
3499
|
-
if (typeof
|
|
3500
|
-
const { parent: H } = e, M = ip(H,
|
|
3499
|
+
if (typeof V == "string" && n && !U && e.manuallyAnimateOnMount && e.parent) {
|
|
3500
|
+
const { parent: H } = e, M = ip(H, V);
|
|
3501
3501
|
if (H.enteringChildren && M) {
|
|
3502
3502
|
const { delayChildren: q } = M.transition || {};
|
|
3503
3503
|
j.delay = Iie(H.enteringChildren, e, q);
|
|
3504
3504
|
}
|
|
3505
3505
|
}
|
|
3506
3506
|
return {
|
|
3507
|
-
animation:
|
|
3507
|
+
animation: V,
|
|
3508
3508
|
options: j
|
|
3509
3509
|
};
|
|
3510
3510
|
}));
|
|
@@ -6644,14 +6644,14 @@ const hAe = (e) => ({
|
|
|
6644
6644
|
}, h = PO(a), p = OO(h), m = await o.getDimensions(u), g = h === "y", v = g ? "top" : "left", y = g ? "bottom" : "right", x = g ? "clientHeight" : "clientWidth", S = i.reference[p] + i.reference[h] - f[h] - i.floating[p], E = f[h] - i.reference[h], w = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(u));
|
|
6645
6645
|
let T = w ? w[x] : 0;
|
|
6646
6646
|
(!T || !await (o.isElement == null ? void 0 : o.isElement(w))) && (T = s.floating[x] || i.floating[p]);
|
|
6647
|
-
const _ = S / 2 - E / 2, A = T / 2 - m[p] / 2 - 1, C = nc(d[v], A), N = nc(d[y], A), D = C, I = T - m[p] - N, P = T / 2 - m[p] / 2 + _, U = HR(D, P, I), B = !l.arrow && i0(a) != null && P !== U && i.reference[p] / 2 - (P < D ? C : N) - m[p] / 2 < 0,
|
|
6647
|
+
const _ = S / 2 - E / 2, A = T / 2 - m[p] / 2 - 1, C = nc(d[v], A), N = nc(d[y], A), D = C, I = T - m[p] - N, P = T / 2 - m[p] / 2 + _, U = HR(D, P, I), B = !l.arrow && i0(a) != null && P !== U && i.reference[p] / 2 - (P < D ? C : N) - m[p] / 2 < 0, V = B ? P < D ? P - D : P - I : 0;
|
|
6648
6648
|
return {
|
|
6649
|
-
[h]: f[h] +
|
|
6649
|
+
[h]: f[h] + V,
|
|
6650
6650
|
data: {
|
|
6651
6651
|
[h]: U,
|
|
6652
|
-
centerOffset: P - U -
|
|
6652
|
+
centerOffset: P - U - V,
|
|
6653
6653
|
...B && {
|
|
6654
|
-
alignmentOffset:
|
|
6654
|
+
alignmentOffset: V
|
|
6655
6655
|
}
|
|
6656
6656
|
},
|
|
6657
6657
|
reset: B
|
|
@@ -6707,12 +6707,12 @@ const hAe = (e) => ({
|
|
|
6707
6707
|
placement: U
|
|
6708
6708
|
}
|
|
6709
6709
|
};
|
|
6710
|
-
let B = (D = C.filter((
|
|
6710
|
+
let B = (D = C.filter((V) => V.overflows[0] <= 0).sort((V, j) => V.overflows[1] - j.overflows[1])[0]) == null ? void 0 : D.placement;
|
|
6711
6711
|
if (!B)
|
|
6712
6712
|
switch (h) {
|
|
6713
6713
|
case "bestFit": {
|
|
6714
6714
|
var I;
|
|
6715
|
-
const
|
|
6715
|
+
const V = (I = C.filter((j) => {
|
|
6716
6716
|
if (w) {
|
|
6717
6717
|
const H = Ss(j.placement);
|
|
6718
6718
|
return H === y || // Create a bias to the `y` side axis due to horizontal
|
|
@@ -6721,7 +6721,7 @@ const hAe = (e) => ({
|
|
|
6721
6721
|
}
|
|
6722
6722
|
return !0;
|
|
6723
6723
|
}).map((j) => [j.placement, j.overflows.filter((H) => H > 0).reduce((H, M) => H + M, 0)]).sort((j, H) => j[1] - H[1])[0]) == null ? void 0 : I[0];
|
|
6724
|
-
|
|
6724
|
+
V && (B = V);
|
|
6725
6725
|
break;
|
|
6726
6726
|
}
|
|
6727
6727
|
case "initialPlacement":
|
|
@@ -7598,7 +7598,7 @@ function rCe(e) {
|
|
|
7598
7598
|
}), [y, x]), B = L.useMemo(() => ({
|
|
7599
7599
|
reference: S,
|
|
7600
7600
|
floating: E
|
|
7601
|
-
}), [S, E]),
|
|
7601
|
+
}), [S, E]), V = L.useMemo(() => {
|
|
7602
7602
|
const j = {
|
|
7603
7603
|
position: r,
|
|
7604
7604
|
left: 0,
|
|
@@ -7624,8 +7624,8 @@ function rCe(e) {
|
|
|
7624
7624
|
update: I,
|
|
7625
7625
|
refs: U,
|
|
7626
7626
|
elements: B,
|
|
7627
|
-
floatingStyles:
|
|
7628
|
-
}), [c, I, U, B,
|
|
7627
|
+
floatingStyles: V
|
|
7628
|
+
}), [c, I, U, B, V]);
|
|
7629
7629
|
}
|
|
7630
7630
|
const nCe = (e) => {
|
|
7631
7631
|
function t(r) {
|
|
@@ -7723,7 +7723,7 @@ var zO = "PopperContent", [pCe, mCe] = woe(zO), koe = L.forwardRef(
|
|
|
7723
7723
|
boundary: N.filter(vCe),
|
|
7724
7724
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
7725
7725
|
altBoundary: D
|
|
7726
|
-
}, { refs: P, floatingStyles: U, placement: B, isPositioned:
|
|
7726
|
+
}, { refs: P, floatingStyles: U, placement: B, isPositioned: V, middlewareData: j } = rCe({
|
|
7727
7727
|
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
7728
7728
|
strategy: "fixed",
|
|
7729
7729
|
placement: A,
|
|
@@ -7755,8 +7755,8 @@ var zO = "PopperContent", [pCe, mCe] = woe(zO), koe = L.forwardRef(
|
|
|
7755
7755
|
]
|
|
7756
7756
|
}), [H, M] = Roe(B), q = Pl(p);
|
|
7757
7757
|
rc(() => {
|
|
7758
|
-
|
|
7759
|
-
}, [
|
|
7758
|
+
V && q?.();
|
|
7759
|
+
}, [V, q]);
|
|
7760
7760
|
const Y = j.arrow?.x, z = j.arrow?.y, K = j.arrow?.centerOffset !== 0, [re, fe] = L.useState();
|
|
7761
7761
|
return rc(() => {
|
|
7762
7762
|
v && fe(window.getComputedStyle(v).zIndex);
|
|
@@ -7767,7 +7767,7 @@ var zO = "PopperContent", [pCe, mCe] = woe(zO), koe = L.forwardRef(
|
|
|
7767
7767
|
"data-radix-popper-content-wrapper": "",
|
|
7768
7768
|
style: {
|
|
7769
7769
|
...U,
|
|
7770
|
-
transform:
|
|
7770
|
+
transform: V ? U.transform : "translate(0, -200%)",
|
|
7771
7771
|
// keep off the page when measuring
|
|
7772
7772
|
minWidth: "max-content",
|
|
7773
7773
|
zIndex: re,
|
|
@@ -7804,7 +7804,7 @@ var zO = "PopperContent", [pCe, mCe] = woe(zO), koe = L.forwardRef(
|
|
|
7804
7804
|
...m.style,
|
|
7805
7805
|
// if the PopperContent hasn't been placed yet (not all measurements done)
|
|
7806
7806
|
// we prevent animations so that users's animation don't kick in too early referring wrong sides
|
|
7807
|
-
animation:
|
|
7807
|
+
animation: V ? void 0 : "none"
|
|
7808
7808
|
}
|
|
7809
7809
|
}
|
|
7810
7810
|
)
|
|
@@ -8204,7 +8204,7 @@ var lo = "MenuContent", [XCe, HO] = Cf(lo), Goe = L.forwardRef(
|
|
|
8204
8204
|
onDismiss: h,
|
|
8205
8205
|
disableOutsideScroll: p,
|
|
8206
8206
|
...m
|
|
8207
|
-
} = e, g = kf(lo, r), v = Sy(lo, r), y = LE(r), x = zoe(r), S = VCe(r), [E, w] = L.useState(null), T = L.useRef(null), _ = ai(t, T, g.onContentChange), A = L.useRef(0), C = L.useRef(""), N = L.useRef(0), D = L.useRef(null), I = L.useRef("right"), P = L.useRef(0), U = p ? loe : L.Fragment, B = p ? { as: QCe, allowPinchZoom: !0 } : void 0,
|
|
8207
|
+
} = e, g = kf(lo, r), v = Sy(lo, r), y = LE(r), x = zoe(r), S = VCe(r), [E, w] = L.useState(null), T = L.useRef(null), _ = ai(t, T, g.onContentChange), A = L.useRef(0), C = L.useRef(""), N = L.useRef(0), D = L.useRef(null), I = L.useRef("right"), P = L.useRef(0), U = p ? loe : L.Fragment, B = p ? { as: QCe, allowPinchZoom: !0 } : void 0, V = (H) => {
|
|
8208
8208
|
const M = C.current + H, q = S().filter((ue) => !ue.disabled), Y = document.activeElement, z = q.find((ue) => ue.ref.current === Y)?.textValue, K = q.map((ue) => ue.textValue), re = cke(K, M, z), fe = q.find((ue) => ue.textValue === re)?.ref.current;
|
|
8209
8209
|
(function ue(ae) {
|
|
8210
8210
|
C.current = ae, window.clearTimeout(A.current), ae !== "" && (A.current = window.setTimeout(() => ue(""), 1e3));
|
|
@@ -8286,7 +8286,7 @@ var lo = "MenuContent", [XCe, HO] = Cf(lo), Goe = L.forwardRef(
|
|
|
8286
8286
|
style: { outline: "none", ...m.style },
|
|
8287
8287
|
onKeyDown: Vt(m.onKeyDown, (H) => {
|
|
8288
8288
|
const q = H.target.closest("[data-radix-menu-content]") === H.currentTarget, Y = H.ctrlKey || H.altKey || H.metaKey, z = H.key.length === 1;
|
|
8289
|
-
q && (H.key === "Tab" && H.preventDefault(), !Y && z &&
|
|
8289
|
+
q && (H.key === "Tab" && H.preventDefault(), !Y && z && V(H.key));
|
|
8290
8290
|
const K = T.current;
|
|
8291
8291
|
if (H.target !== K || !UCe.includes(H.key)) return;
|
|
8292
8292
|
H.preventDefault();
|
|
@@ -9354,7 +9354,7 @@ const En = (e) => {
|
|
|
9354
9354
|
"left-bottom"
|
|
9355
9355
|
], E = () => [...S(), tt, et], w = () => ["auto", "hidden", "clip", "visible", "scroll"], T = () => ["auto", "contain", "none"], _ = () => [tt, et, l], A = () => [Zf, "full", "auto", ..._()], C = () => [su, "none", "subgrid", tt, et], N = () => ["auto", {
|
|
9356
9356
|
span: ["full", su, tt, et]
|
|
9357
|
-
}, su, tt, et], D = () => [su, "auto", tt, et], I = () => ["auto", "min", "max", "fr", tt, et], P = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], U = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], B = () => ["auto", ..._()],
|
|
9357
|
+
}, su, tt, et], D = () => [su, "auto", tt, et], I = () => ["auto", "min", "max", "fr", tt, et], P = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], U = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], B = () => ["auto", ..._()], V = () => [Zf, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ..._()], j = () => [e, tt, et], H = () => [...S(), Zj, Kj, {
|
|
9358
9358
|
position: [tt, et]
|
|
9359
9359
|
}], M = () => ["no-repeat", {
|
|
9360
9360
|
repeat: ["", "x", "y", "space", "round"]
|
|
@@ -9999,14 +9999,14 @@ const En = (e) => {
|
|
|
9999
9999
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
10000
10000
|
*/
|
|
10001
10001
|
size: [{
|
|
10002
|
-
size:
|
|
10002
|
+
size: V()
|
|
10003
10003
|
}],
|
|
10004
10004
|
/**
|
|
10005
10005
|
* Width
|
|
10006
10006
|
* @see https://tailwindcss.com/docs/width
|
|
10007
10007
|
*/
|
|
10008
10008
|
w: [{
|
|
10009
|
-
w: [s, "screen",
|
|
10009
|
+
w: [s, "screen", ...V()]
|
|
10010
10010
|
}],
|
|
10011
10011
|
/**
|
|
10012
10012
|
* Min-Width
|
|
@@ -10018,7 +10018,7 @@ const En = (e) => {
|
|
|
10018
10018
|
"screen",
|
|
10019
10019
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
10020
10020
|
"none",
|
|
10021
|
-
|
|
10021
|
+
...V()
|
|
10022
10022
|
]
|
|
10023
10023
|
}],
|
|
10024
10024
|
/**
|
|
@@ -10036,7 +10036,7 @@ const En = (e) => {
|
|
|
10036
10036
|
{
|
|
10037
10037
|
screen: [o]
|
|
10038
10038
|
},
|
|
10039
|
-
|
|
10039
|
+
...V()
|
|
10040
10040
|
]
|
|
10041
10041
|
}],
|
|
10042
10042
|
/**
|
|
@@ -10044,21 +10044,21 @@ const En = (e) => {
|
|
|
10044
10044
|
* @see https://tailwindcss.com/docs/height
|
|
10045
10045
|
*/
|
|
10046
10046
|
h: [{
|
|
10047
|
-
h: ["screen", "lh",
|
|
10047
|
+
h: ["screen", "lh", ...V()]
|
|
10048
10048
|
}],
|
|
10049
10049
|
/**
|
|
10050
10050
|
* Min-Height
|
|
10051
10051
|
* @see https://tailwindcss.com/docs/min-height
|
|
10052
10052
|
*/
|
|
10053
10053
|
"min-h": [{
|
|
10054
|
-
"min-h": ["screen", "lh", "none",
|
|
10054
|
+
"min-h": ["screen", "lh", "none", ...V()]
|
|
10055
10055
|
}],
|
|
10056
10056
|
/**
|
|
10057
10057
|
* Max-Height
|
|
10058
10058
|
* @see https://tailwindcss.com/docs/max-height
|
|
10059
10059
|
*/
|
|
10060
10060
|
"max-h": [{
|
|
10061
|
-
"max-h": ["screen", "lh",
|
|
10061
|
+
"max-h": ["screen", "lh", ...V()]
|
|
10062
10062
|
}],
|
|
10063
10063
|
// ------------------
|
|
10064
10064
|
// --- Typography ---
|
|
@@ -13546,14 +13546,7 @@ const INe = (e, t) => ({
|
|
|
13546
13546
|
}
|
|
13547
13547
|
const o = t(), s = [...o.agents, ...o.systemAgents].find(
|
|
13548
13548
|
(d) => d.id === r
|
|
13549
|
-
)
|
|
13550
|
-
console.log(
|
|
13551
|
-
`🚀 Creating new session for agent: ${s?.name || r}`
|
|
13552
|
-
), console.log(` - Agent MCP servers: ${s?.mcp_servers?.length || 0}`), s?.mcp_servers?.length && console.log(
|
|
13553
|
-
" - MCP server IDs:",
|
|
13554
|
-
s.mcp_servers.map((d) => d.id)
|
|
13555
|
-
);
|
|
13556
|
-
const l = {
|
|
13549
|
+
), l = {
|
|
13557
13550
|
name: "New Session",
|
|
13558
13551
|
agent_id: r
|
|
13559
13552
|
};
|
|
@@ -13571,7 +13564,19 @@ const INe = (e, t) => ({
|
|
|
13571
13564
|
if (!u.ok)
|
|
13572
13565
|
throw new Error("Failed to create new session with default topic");
|
|
13573
13566
|
const c = await u.json();
|
|
13574
|
-
if (
|
|
13567
|
+
if (!u.ok) {
|
|
13568
|
+
const d = await u.text();
|
|
13569
|
+
throw console.error(
|
|
13570
|
+
"❌ Session creation failed:",
|
|
13571
|
+
u.status,
|
|
13572
|
+
d
|
|
13573
|
+
), new Error(`Failed to create new session:
|
|
13574
|
+
${u.status} ${d}`);
|
|
13575
|
+
}
|
|
13576
|
+
if (console.log("✅ Session creation successful, parsing response..."), console.log(
|
|
13577
|
+
"🔍 Session response data:",
|
|
13578
|
+
JSON.stringify(c, null, 2)
|
|
13579
|
+
), c.topics && c.topics.length > 0) {
|
|
13575
13580
|
const d = c.topics[0], f = {
|
|
13576
13581
|
id: d.id,
|
|
13577
13582
|
sessionId: c.id,
|
|
@@ -13591,6 +13596,52 @@ const INe = (e, t) => ({
|
|
|
13591
13596
|
e((p) => {
|
|
13592
13597
|
p.channels[d.id] = f, p.chatHistory.unshift(h), p.activeChatChannel = d.id, p.activeTabIndex = 1;
|
|
13593
13598
|
}), t().connectToChannel(c.id, d.id);
|
|
13599
|
+
} else {
|
|
13600
|
+
console.log(
|
|
13601
|
+
"⚠️ Session created without topics, creating default topic..."
|
|
13602
|
+
);
|
|
13603
|
+
const d = await fetch(
|
|
13604
|
+
`${t().backendUrl}/xyzen/api/v1/topics/`,
|
|
13605
|
+
{
|
|
13606
|
+
method: "POST",
|
|
13607
|
+
headers: i,
|
|
13608
|
+
body: JSON.stringify({
|
|
13609
|
+
name: "新的聊天",
|
|
13610
|
+
session_id: c.id
|
|
13611
|
+
})
|
|
13612
|
+
}
|
|
13613
|
+
);
|
|
13614
|
+
if (!d.ok) {
|
|
13615
|
+
const m = await d.text();
|
|
13616
|
+
throw console.error(
|
|
13617
|
+
"❌ Failed to create default topic:",
|
|
13618
|
+
d.status,
|
|
13619
|
+
m
|
|
13620
|
+
), new Error(
|
|
13621
|
+
`Failed to create default topic for new session: ${d.status} ${m}`
|
|
13622
|
+
);
|
|
13623
|
+
}
|
|
13624
|
+
const f = await d.json();
|
|
13625
|
+
console.log("✅ Default topic created:", f.id);
|
|
13626
|
+
const h = {
|
|
13627
|
+
id: f.id,
|
|
13628
|
+
sessionId: c.id,
|
|
13629
|
+
title: f.name,
|
|
13630
|
+
messages: [],
|
|
13631
|
+
agentId: c.agent_id,
|
|
13632
|
+
connected: !1,
|
|
13633
|
+
error: null
|
|
13634
|
+
}, p = {
|
|
13635
|
+
id: f.id,
|
|
13636
|
+
title: f.name,
|
|
13637
|
+
updatedAt: f.updated_at,
|
|
13638
|
+
assistantTitle: "通用助理",
|
|
13639
|
+
lastMessage: "",
|
|
13640
|
+
isPinned: !1
|
|
13641
|
+
};
|
|
13642
|
+
e((m) => {
|
|
13643
|
+
m.channels[f.id] = h, m.chatHistory.unshift(p), m.activeChatChannel = f.id, m.activeTabIndex = 1;
|
|
13644
|
+
}), console.log("🚀 Navigating to new topic:", f.id), t().connectToChannel(c.id, f.id);
|
|
13594
13645
|
}
|
|
13595
13646
|
} catch (n) {
|
|
13596
13647
|
console.error("Failed to create channel:", n);
|
|
@@ -17881,7 +17932,7 @@ function XIe() {
|
|
|
17881
17932
|
onFocus: p,
|
|
17882
17933
|
placeholder: "Type your message...",
|
|
17883
17934
|
className: mn(
|
|
17884
|
-
"w-full appearance-none rounded-full border border-neutral-200/50 bg-white/60 backdrop-blur-md py-2.5 px-5 pr-10 text-sm text-neutral-950 placeholder:text-neutral-500",
|
|
17935
|
+
"w-full appearance-none focus:outline-none rounded-full border border-neutral-200/50 bg-white/60 backdrop-blur-md py-2.5 px-5 pr-10 text-sm text-neutral-950 placeholder:text-neutral-500",
|
|
17885
17936
|
"shadow-lg transition-all duration-300 ease-out origin-right",
|
|
17886
17937
|
"focus:outline-none focus:ring-2 focus:ring-indigo-400/50 focus:border-indigo-300 focus:bg-white/80 focus:shadow-xl focus:scale-x-110 focus:scale-y-105 focus:backdrop-blur-lg",
|
|
17887
17938
|
"hover:scale-[1.01] hover:shadow-xl hover:bg-white/70 hover:backdrop-blur-lg",
|
|
@@ -19890,7 +19941,7 @@ function bDe(e, t) {
|
|
|
19890
19941
|
na(() => {
|
|
19891
19942
|
if (S && U && C === "visible" && x.current === null) throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
|
|
19892
19943
|
}, [x, C, U, S]);
|
|
19893
|
-
let B = A && !_,
|
|
19944
|
+
let B = A && !_, V = _ && T && A, j = Le(!1), H = kue(() => {
|
|
19894
19945
|
j.current || (N("hidden"), P(x));
|
|
19895
19946
|
}, D), M = Lt((ue) => {
|
|
19896
19947
|
j.current = !0;
|
|
@@ -19907,7 +19958,7 @@ function bDe(e, t) {
|
|
|
19907
19958
|
_e(() => {
|
|
19908
19959
|
S && a || (M(T), q(T));
|
|
19909
19960
|
}, [T, S, a]);
|
|
19910
|
-
let Y = !(!a || !S || !U || B), [, z] = URe(Y, v, T, { start: M, end: q }), K = Nu({ ref: E, className: ((n = wD(g.className,
|
|
19961
|
+
let Y = !(!a || !S || !U || B), [, z] = URe(Y, v, T, { start: M, end: q }), K = Nu({ ref: E, className: ((n = wD(g.className, V && u, V && c, z.enter && u, z.enter && z.closed && c, z.enter && !z.closed && d, z.leave && h, z.leave && !z.closed && p, z.leave && z.closed && m, !z.transition && T && f)) == null ? void 0 : n.trim()) || void 0, ...jRe(z) }), re = 0;
|
|
19911
19962
|
C === "visible" && (re |= Mo.Open), C === "hidden" && (re |= Mo.Closed), T && C === "hidden" && (re |= Mo.Opening), !T && C === "visible" && (re |= Mo.Closing);
|
|
19912
19963
|
let fe = on();
|
|
19913
19964
|
return ve.createElement(tT.Provider, { value: H }, ve.createElement(GRe, { value: re }, fe({ ourProps: K, theirProps: g, defaultTag: Nue, features: Iue, visible: C === "visible", name: "Transition.Child" })));
|
|
@@ -19985,10 +20036,10 @@ let FU = Wr(function(e, t) {
|
|
|
19985
20036
|
}), nDe(P, g?.defaultView, (z) => {
|
|
19986
20037
|
z.preventDefault(), z.stopPropagation(), document.activeElement && "blur" in document.activeElement && typeof document.activeElement.blur == "function" && document.activeElement.blur(), S();
|
|
19987
20038
|
}), PRe(u || D ? !1 : w, g, N), yRe(w, p, S);
|
|
19988
|
-
let [U, B] = ky(),
|
|
20039
|
+
let [U, B] = ky(), V = He(() => [{ dialogState: v, close: S, setTitleId: E, unmount: c }, y], [v, S, E, c, y]), j = Mi({ open: v === 0 }), H = { ref: m, id: n, role: s, tabIndex: -1, "aria-modal": u ? void 0 : v === 0 ? !0 : void 0, "aria-labelledby": y.titleId, "aria-describedby": U, unmount: c }, M = !aDe(), q = _d.None;
|
|
19989
20040
|
w && !u && (q |= _d.RestoreFocus, q |= _d.TabLock, l && (q |= _d.AutoFocus), M && (q |= _d.InitialFocus));
|
|
19990
20041
|
let Y = on();
|
|
19991
|
-
return ve.createElement(qRe, null, ve.createElement(OU, { force: !0 }, ve.createElement(rDe, null, ve.createElement(xP.Provider, { value:
|
|
20042
|
+
return ve.createElement(qRe, null, ve.createElement(OU, { force: !0 }, ve.createElement(rDe, null, ve.createElement(xP.Provider, { value: V }, ve.createElement(wue, { target: p }, ve.createElement(OU, { force: !1 }, ve.createElement(B, { slot: j }, ve.createElement(_, null, ve.createElement(dDe, { initialFocus: o, initialFocusFallback: p, containers: N, features: q }, ve.createElement(eRe, { value: S }, Y({ ourProps: H, theirProps: d, slot: j, defaultTag: CDe, features: kDe, visible: v === 0, name: "Dialog" })))))))))));
|
|
19992
20043
|
}), CDe = "div", kDe = AS.RenderStrategy | AS.Static;
|
|
19993
20044
|
function NDe(e, t) {
|
|
19994
20045
|
let { transition: r = !1, open: n, ...a } = e, i = QE(), o = e.hasOwnProperty("open") || i !== null, s = e.hasOwnProperty("onClose");
|
|
@@ -20095,10 +20146,10 @@ function WDe(e, t) {
|
|
|
20095
20146
|
}
|
|
20096
20147
|
break;
|
|
20097
20148
|
}
|
|
20098
|
-
}), U = Lt((Y) => (g({ type: 0, ...Y }), () => g({ type: 1, id: Y.id }))), B = He(() => ({ value: A, firstOption: N, containsCheckedOption: D, disabled: c, compare: p, tabIndex: f, ...m }), [A, N, D, c, p, f, m]),
|
|
20149
|
+
}), U = Lt((Y) => (g({ type: 0, ...Y }), () => g({ type: 1, id: Y.id }))), B = He(() => ({ value: A, firstOption: N, containsCheckedOption: D, disabled: c, compare: p, tabIndex: f, ...m }), [A, N, D, c, p, f, m]), V = He(() => ({ registerOption: U, change: I }), [U, I]), j = { ref: T, id: a, role: "radiogroup", "aria-labelledby": y, "aria-describedby": S, onKeyDown: P }, H = Mi({ value: A }), M = Ve(() => {
|
|
20099
20150
|
if (_ !== void 0) return I(_);
|
|
20100
20151
|
}, [I, _]), q = on();
|
|
20101
|
-
return ve.createElement(E, { name: "RadioGroup.Description" }, ve.createElement(x, { name: "RadioGroup.Label" }, ve.createElement(_P.Provider, { value:
|
|
20152
|
+
return ve.createElement(E, { name: "RadioGroup.Description" }, ve.createElement(x, { name: "RadioGroup.Label" }, ve.createElement(_P.Provider, { value: V }, ve.createElement(EP.Provider, { value: B }, s != null && ve.createElement(eue, { disabled: c, data: { [s]: A || "on" }, overrides: { type: "radio", checked: A != null }, form: o, onReset: M }), q({ ourProps: j, theirProps: h, slot: H, defaultTag: qDe, name: "RadioGroup" })))));
|
|
20102
20153
|
}
|
|
20103
20154
|
let YDe = "div";
|
|
20104
20155
|
function XDe(e, t) {
|
|
@@ -20146,7 +20197,7 @@ function iMe(e, t) {
|
|
|
20146
20197
|
ue.preventDefault(), N();
|
|
20147
20198
|
}), I = Lt((ue) => {
|
|
20148
20199
|
ue.key === hs.Space ? (ue.preventDefault(), N()) : ue.key === hs.Enter && Qle(ue.currentTarget);
|
|
20149
|
-
}), P = Lt((ue) => ue.preventDefault()), U = XE(), B = pP(), { isFocusVisible:
|
|
20200
|
+
}), P = Lt((ue) => ue.preventDefault()), U = XE(), B = pP(), { isFocusVisible: V, focusProps: j } = Ay({ autoFocus: p }), { isHovered: H, hoverProps: M } = _y({ isDisabled: s }), { pressed: q, pressProps: Y } = Hle({ disabled: s }), z = Mi({ checked: w, disabled: s, hover: H, focus: V, active: q, autofocus: p, changing: A }), K = Cy({ id: o, ref: S, role: "switch", type: NRe(e, v), tabIndex: e.tabIndex === -1 ? 0 : (r = e.tabIndex) != null ? r : 0, "aria-checked": w, "aria-labelledby": U, "aria-describedby": B, disabled: s || void 0, autoFocus: p, onClick: D, onKeyUp: I, onKeyPress: P }, j, M, Y), re = Ve(() => {
|
|
20150
20201
|
if (E !== void 0) return T?.(E);
|
|
20151
20202
|
}, [T, E]), fe = on();
|
|
20152
20203
|
return ve.createElement(ve.Fragment, null, d != null && ve.createElement(eue, { disabled: s, data: { [d]: f || "on" }, overrides: { type: "checkbox", checked: w }, form: h, onReset: re }), fe({ ourProps: K, theirProps: m, slot: z, defaultTag: aMe, name: "Switch" }));
|
|
@@ -23569,20 +23620,20 @@ function AOe(e) {
|
|
|
23569
23620
|
const { prevResolvedValues: D = {} } = y, I = {
|
|
23570
23621
|
...D,
|
|
23571
23622
|
...N
|
|
23572
|
-
}, P = (
|
|
23573
|
-
_ = !0, f.has(
|
|
23574
|
-
const j = e.getValue(
|
|
23623
|
+
}, P = (V) => {
|
|
23624
|
+
_ = !0, f.has(V) && (A = !0, f.delete(V)), y.needsAnimating[V] = !0;
|
|
23625
|
+
const j = e.getValue(V);
|
|
23575
23626
|
j && (j.liveStyle = !1);
|
|
23576
23627
|
};
|
|
23577
|
-
for (const
|
|
23578
|
-
const j = N[
|
|
23579
|
-
if (h.hasOwnProperty(
|
|
23628
|
+
for (const V in I) {
|
|
23629
|
+
const j = N[V], H = D[V];
|
|
23630
|
+
if (h.hasOwnProperty(V))
|
|
23580
23631
|
continue;
|
|
23581
23632
|
let M = !1;
|
|
23582
|
-
VD(j) && VD(H) ? M = !jce(j, H) : M = j !== H, M ? j != null ? P(
|
|
23633
|
+
VD(j) && VD(H) ? M = !jce(j, H) : M = j !== H, M ? j != null ? P(V) : f.add(V) : j !== void 0 && f.has(V) ? P(V) : y.protectedKeys[V] = !0;
|
|
23583
23634
|
}
|
|
23584
|
-
y.prevProp = x, y.prevResolvedValues = N, y.isActive && (h = { ...h, ...N }), n && e.blockInitialAnimation && (_ = !1), _ && (!(w && T) || A) && d.push(...C.map((
|
|
23585
|
-
animation:
|
|
23635
|
+
y.prevProp = x, y.prevResolvedValues = N, y.isActive && (h = { ...h, ...N }), n && e.blockInitialAnimation && (_ = !1), _ && (!(w && T) || A) && d.push(...C.map((V) => ({
|
|
23636
|
+
animation: V,
|
|
23586
23637
|
options: { type: v }
|
|
23587
23638
|
})));
|
|
23588
23639
|
}
|
|
@@ -28627,7 +28678,7 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28627
28678
|
data: (Ln = N?.data) != null ? Ln : o8e,
|
|
28628
28679
|
rect: D
|
|
28629
28680
|
} : null;
|
|
28630
|
-
}, [T, N]), P = Le(null), [U, B] = pe(null), [
|
|
28681
|
+
}, [T, N]), P = Le(null), [U, B] = pe(null), [V, j] = pe(null), H = i7(p, Object.values(p)), M = o7("DndDescribedBy", o), q = He(() => C.getEnabled(), [C]), Y = p8e(f), {
|
|
28631
28682
|
droppableRects: z,
|
|
28632
28683
|
measureDroppableContainers: K,
|
|
28633
28684
|
measuringScheduled: re
|
|
@@ -28635,7 +28686,7 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28635
28686
|
dragging: w,
|
|
28636
28687
|
dependencies: [A.x, A.y],
|
|
28637
28688
|
config: Y.droppable
|
|
28638
|
-
}), fe = G7e(_, T), ue = He(() =>
|
|
28689
|
+
}), fe = G7e(_, T), ue = He(() => V ? KD(V) : null, [V]), ae = Rc(), se = Y7e(fe, Y.draggable.measure);
|
|
28639
28690
|
m8e({
|
|
28640
28691
|
activeNode: T != null ? _.get(T) : null,
|
|
28641
28692
|
config: ae.layoutShiftCompensation,
|
|
@@ -28665,7 +28716,7 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28665
28716
|
scaleX: 1,
|
|
28666
28717
|
scaleY: 1
|
|
28667
28718
|
},
|
|
28668
|
-
activatorEvent:
|
|
28719
|
+
activatorEvent: V,
|
|
28669
28720
|
active: I,
|
|
28670
28721
|
activeNodeRect: ye,
|
|
28671
28722
|
containerNodeRect: ge,
|
|
@@ -28894,7 +28945,7 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28894
28945
|
[Gt]
|
|
28895
28946
|
), sc(() => {
|
|
28896
28947
|
Ce.current = {
|
|
28897
|
-
activatorEvent:
|
|
28948
|
+
activatorEvent: V,
|
|
28898
28949
|
active: I,
|
|
28899
28950
|
activeNode: fe,
|
|
28900
28951
|
collisionRect: Ke,
|
|
@@ -28923,7 +28974,7 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28923
28974
|
active: I,
|
|
28924
28975
|
activeNode: fe,
|
|
28925
28976
|
activeNodeRect: ye,
|
|
28926
|
-
activatorEvent:
|
|
28977
|
+
activatorEvent: V,
|
|
28927
28978
|
collisions: pt,
|
|
28928
28979
|
containerNodeRect: ge,
|
|
28929
28980
|
dragOverlay: nt,
|
|
@@ -28937,8 +28988,8 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28937
28988
|
measuringConfiguration: Y,
|
|
28938
28989
|
measuringScheduled: re,
|
|
28939
28990
|
windowRect: Qt
|
|
28940
|
-
}), [I, fe, ye,
|
|
28941
|
-
activatorEvent:
|
|
28991
|
+
}), [I, fe, ye, V, pt, ge, nt, _, C, z, xr, K, Je, Ht, Y, re, Qt]), sn = He(() => ({
|
|
28992
|
+
activatorEvent: V,
|
|
28942
28993
|
activators: Xn,
|
|
28943
28994
|
active: I,
|
|
28944
28995
|
activeNodeRect: ye,
|
|
@@ -28949,7 +29000,7 @@ const f7 = /* @__PURE__ */ Vxe(function(t) {
|
|
|
28949
29000
|
draggableNodes: _,
|
|
28950
29001
|
over: xr,
|
|
28951
29002
|
measureDroppableContainers: K
|
|
28952
|
-
}), [
|
|
29003
|
+
}), [V, Xn, I, ye, v, M, _, xr, K]);
|
|
28953
29004
|
return ve.createElement(ide.Provider, {
|
|
28954
29005
|
value: x
|
|
28955
29006
|
}, ve.createElement(d7.Provider, {
|
|
@@ -29096,7 +29147,7 @@ function wde({
|
|
|
29096
29147
|
width: I.width + (P.width ?? 0),
|
|
29097
29148
|
height: I.height + (P.height ?? 0)
|
|
29098
29149
|
};
|
|
29099
|
-
E((
|
|
29150
|
+
E((V) => V && V.top === B.top && V.left === B.left && V.width === B.width && V.height === B.height ? V : B);
|
|
29100
29151
|
},
|
|
29101
29152
|
[t]
|
|
29102
29153
|
), C = L.useCallback(() => {
|
|
@@ -29239,7 +29290,7 @@ function h7({
|
|
|
29239
29290
|
exitDelay: D,
|
|
29240
29291
|
forceUpdateBounds: I,
|
|
29241
29292
|
setActiveClassName: P
|
|
29242
|
-
} = x8e(), U = t ?? "div", B = r,
|
|
29293
|
+
} = x8e(), U = t ?? "div", B = r, V = n ?? a ?? B.props?.["data-value"] ?? B.props?.id ?? p, j = m === V, H = l === void 0 ? N : l, M = s ?? A, q = L.useRef(null);
|
|
29243
29294
|
if (L.useImperativeHandle(e, () => q.current), L.useEffect(() => {
|
|
29244
29295
|
if (v !== "parent") return;
|
|
29245
29296
|
let K, re = null;
|
|
@@ -29271,24 +29322,24 @@ function h7({
|
|
|
29271
29322
|
"data-active": j ? "true" : "false",
|
|
29272
29323
|
"aria-selected": j,
|
|
29273
29324
|
"data-disabled": H,
|
|
29274
|
-
"data-value":
|
|
29325
|
+
"data-value": V,
|
|
29275
29326
|
"data-highlight": !0
|
|
29276
29327
|
}, z = S ? {
|
|
29277
29328
|
onMouseEnter: (K) => {
|
|
29278
|
-
g(
|
|
29329
|
+
g(V), B.props.onMouseEnter?.(K);
|
|
29279
29330
|
},
|
|
29280
29331
|
onMouseLeave: (K) => {
|
|
29281
29332
|
g(null), B.props.onMouseLeave?.(K);
|
|
29282
29333
|
}
|
|
29283
29334
|
} : E ? {
|
|
29284
29335
|
onClick: (K) => {
|
|
29285
|
-
g(
|
|
29336
|
+
g(V), B.props.onClick?.(K);
|
|
29286
29337
|
}
|
|
29287
29338
|
} : {};
|
|
29288
29339
|
return d ? v === "children" ? L.cloneElement(
|
|
29289
29340
|
B,
|
|
29290
29341
|
{
|
|
29291
|
-
key:
|
|
29342
|
+
key: V,
|
|
29292
29343
|
ref: q,
|
|
29293
29344
|
className: Ur("relative", B.props.className),
|
|
29294
29345
|
...x_(B, {
|
|
@@ -29387,7 +29438,7 @@ function h7({
|
|
|
29387
29438
|
})
|
|
29388
29439
|
]
|
|
29389
29440
|
},
|
|
29390
|
-
|
|
29441
|
+
V
|
|
29391
29442
|
) : r;
|
|
29392
29443
|
}
|
|
29393
29444
|
function Ede(e) {
|
|
@@ -31747,15 +31798,15 @@ const q9e = ({
|
|
|
31747
31798
|
const C = He(() => {
|
|
31748
31799
|
const B = [];
|
|
31749
31800
|
(l === "all" || l === "official") && B.push(...e), (l === "all" || l === "bohrium") && B.push(..._), (l === "all" || l === "smithery") && B.push(...A);
|
|
31750
|
-
let
|
|
31801
|
+
let V = B;
|
|
31751
31802
|
if (a && l !== "bohrium" && l !== "smithery") {
|
|
31752
31803
|
const j = a.toLowerCase();
|
|
31753
|
-
|
|
31804
|
+
V = V.filter(
|
|
31754
31805
|
(H) => H.name.toLowerCase().includes(j) || H.description.toLowerCase().includes(j)
|
|
31755
31806
|
);
|
|
31756
31807
|
}
|
|
31757
|
-
if (f && (
|
|
31758
|
-
const j =
|
|
31808
|
+
if (f && (V = V.filter((j) => c.has(j.id))), h !== "none") {
|
|
31809
|
+
const j = V.map((H, M) => ({ item: H, idx: M }));
|
|
31759
31810
|
j.sort((H, M) => {
|
|
31760
31811
|
if (h === "alpha") {
|
|
31761
31812
|
const q = H.item.name.localeCompare(M.item.name, void 0, {
|
|
@@ -31772,9 +31823,9 @@ const q9e = ({
|
|
|
31772
31823
|
return (Fd(M.item) ? M.item.data.accessNum ?? -1 / 0 : -1 / 0) - q || H.idx - M.idx;
|
|
31773
31824
|
}
|
|
31774
31825
|
return H.idx - M.idx;
|
|
31775
|
-
}),
|
|
31826
|
+
}), V = j.map((H) => H.item);
|
|
31776
31827
|
}
|
|
31777
|
-
return
|
|
31828
|
+
return V;
|
|
31778
31829
|
}, [
|
|
31779
31830
|
e,
|
|
31780
31831
|
_,
|
|
@@ -31928,12 +31979,12 @@ const q9e = ({
|
|
|
31928
31979
|
] }) }),
|
|
31929
31980
|
(g.error || v.error) && l !== "official" && /* @__PURE__ */ b.jsx("div", { className: "rounded-lg border border-red-200 bg-red-50 p-4 dark:border-red-800 dark:bg-red-900/20", children: /* @__PURE__ */ b.jsx("p", { className: "text-sm text-red-600 dark:text-red-400", children: g.error || v.error }) }),
|
|
31930
31981
|
!P && C.length > 0 && /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
31931
|
-
/* @__PURE__ */ b.jsx("div", { className: "grid grid-cols-1 gap-16 md:grid-cols-2 lg:grid-cols-3", children: C.slice((r - 1) * m, (r - 1) * m + m).map((B,
|
|
31982
|
+
/* @__PURE__ */ b.jsx("div", { className: "grid grid-cols-1 gap-16 md:grid-cols-2 lg:grid-cols-3", children: C.slice((r - 1) * m, (r - 1) * m + m).map((B, V) => /* @__PURE__ */ b.jsx(
|
|
31932
31983
|
be.div,
|
|
31933
31984
|
{
|
|
31934
31985
|
initial: { opacity: 0, y: 20 },
|
|
31935
31986
|
animate: { opacity: 1, y: 0 },
|
|
31936
|
-
transition: { delay:
|
|
31987
|
+
transition: { delay: V * 0.05 },
|
|
31937
31988
|
children: /* @__PURE__ */ b.jsx(
|
|
31938
31989
|
Y9e,
|
|
31939
31990
|
{
|
|
@@ -31951,13 +32002,13 @@ const q9e = ({
|
|
|
31951
32002
|
{
|
|
31952
32003
|
href: "#",
|
|
31953
32004
|
onClick: (B) => {
|
|
31954
|
-
B.preventDefault(), n((
|
|
32005
|
+
B.preventDefault(), n((V) => Math.max(1, V - 1)), window.scrollTo({ top: 0, behavior: "smooth" });
|
|
31955
32006
|
}
|
|
31956
32007
|
}
|
|
31957
32008
|
) }),
|
|
31958
32009
|
(() => {
|
|
31959
|
-
const B = Math.ceil(C.length / m),
|
|
31960
|
-
|
|
32010
|
+
const B = Math.ceil(C.length / m), V = [], j = (K) => {
|
|
32011
|
+
V.push(
|
|
31961
32012
|
/* @__PURE__ */ b.jsx(am, { children: /* @__PURE__ */ b.jsx(
|
|
31962
32013
|
m7,
|
|
31963
32014
|
{
|
|
@@ -31971,14 +32022,14 @@ const q9e = ({
|
|
|
31971
32022
|
) }, K)
|
|
31972
32023
|
);
|
|
31973
32024
|
}, H = 2, M = 1, q = B, Y = Math.max(M + 1, r - H), z = Math.min(q - 1, r + H);
|
|
31974
|
-
j(M), Y > M + 1 &&
|
|
32025
|
+
j(M), Y > M + 1 && V.push(
|
|
31975
32026
|
/* @__PURE__ */ b.jsx(am, { children: /* @__PURE__ */ b.jsx(w$, {}) }, "left-ellipsis")
|
|
31976
32027
|
);
|
|
31977
32028
|
for (let K = Y; K <= z; K++)
|
|
31978
32029
|
K >= M + 1 && K <= q - 1 && j(K);
|
|
31979
|
-
return z < q - 1 &&
|
|
32030
|
+
return z < q - 1 && V.push(
|
|
31980
32031
|
/* @__PURE__ */ b.jsx(am, { children: /* @__PURE__ */ b.jsx(w$, {}) }, "right-ellipsis")
|
|
31981
|
-
), q > M && j(q),
|
|
32032
|
+
), q > M && j(q), V;
|
|
31982
32033
|
})(),
|
|
31983
32034
|
/* @__PURE__ */ b.jsx(am, { children: /* @__PURE__ */ b.jsx(
|
|
31984
32035
|
z9e,
|
|
@@ -31986,8 +32037,8 @@ const q9e = ({
|
|
|
31986
32037
|
href: "#",
|
|
31987
32038
|
onClick: (B) => {
|
|
31988
32039
|
B.preventDefault();
|
|
31989
|
-
const
|
|
31990
|
-
n((j) => Math.min(
|
|
32040
|
+
const V = Math.ceil(C.length / m);
|
|
32041
|
+
n((j) => Math.min(V, j + 1)), window.scrollTo({ top: 0, behavior: "smooth" });
|
|
31991
32042
|
}
|
|
31992
32043
|
}
|
|
31993
32044
|
) })
|
|
@@ -32648,7 +32699,7 @@ function aFe(e) {
|
|
|
32648
32699
|
) === "true" : !1), [C, N] = pe(() => {
|
|
32649
32700
|
const se = localStorage.getItem(e.storageKeys.inputHeight);
|
|
32650
32701
|
return se ? parseInt(se, 10) : 80;
|
|
32651
|
-
}), [D, I] = pe(!1), P = t ? r[t] : null, U = P?.agentId ? n.find((se) => se.id === P.agentId) || a.find((se) => se.id === P.agentId) : null, B = P?.messages || [],
|
|
32702
|
+
}), [D, I] = pe(!1), P = t ? r[t] : null, U = P?.agentId ? n.find((se) => se.id === P.agentId) || a.find((se) => se.id === P.agentId) : null, B = P?.messages || [], V = P?.connected || !1, j = P?.error || null, H = P?.responding || !1, M = Ve(
|
|
32652
32703
|
(se = !1) => {
|
|
32653
32704
|
!S && !se || setTimeout(() => {
|
|
32654
32705
|
x.current?.scrollTo({
|
|
@@ -32767,7 +32818,7 @@ function aFe(e) {
|
|
|
32767
32818
|
currentChannel: P,
|
|
32768
32819
|
currentAgent: U,
|
|
32769
32820
|
messages: B,
|
|
32770
|
-
connected:
|
|
32821
|
+
connected: V,
|
|
32771
32822
|
error: j,
|
|
32772
32823
|
responding: H,
|
|
32773
32824
|
// Refs
|
|
@@ -37650,8 +37701,8 @@ function Bje(e, t, r, n, a) {
|
|
|
37650
37701
|
}
|
|
37651
37702
|
e: for (var _ = 0; _ < i.lines.length; _++) {
|
|
37652
37703
|
for (var A = i.lines[_], C = 0, N = 0, D = 0; D < A.tokens.length; D++) {
|
|
37653
|
-
var I = A.tokens[D], P = I.styleName && t.rich[I.styleName] || {}, U = I.textPadding = P.padding, B = U ? U[1] + U[3] : 0,
|
|
37654
|
-
I.contentHeight = Uy(
|
|
37704
|
+
var I = A.tokens[D], P = I.styleName && t.rich[I.styleName] || {}, U = I.textPadding = P.padding, B = U ? U[1] + U[3] : 0, V = I.font = P.font || t.font;
|
|
37705
|
+
I.contentHeight = Uy(V);
|
|
37655
37706
|
var j = Pe(P.height, I.contentHeight);
|
|
37656
37707
|
if (I.innerHeight = j, U && (j += U[0] + U[2]), I.height = j, I.lineHeight = ba(P.lineHeight, t.lineHeight, j), I.align = P && P.align || a, I.verticalAlign = P && P.verticalAlign || "middle", E && d != null && y + I.lineHeight > d) {
|
|
37657
37708
|
var H = i.lines.length;
|
|
@@ -37660,14 +37711,14 @@ function Bje(e, t, r, n, a) {
|
|
|
37660
37711
|
}
|
|
37661
37712
|
var M = P.width, q = M == null || M === "auto";
|
|
37662
37713
|
if (typeof M == "string" && M.charAt(M.length - 1) === "%")
|
|
37663
|
-
I.percentWidth = M, v.push(I), I.contentWidth = Ps(Os(
|
|
37714
|
+
I.percentWidth = M, v.push(I), I.contentWidth = Ps(Os(V), I.text);
|
|
37664
37715
|
else {
|
|
37665
37716
|
if (q) {
|
|
37666
37717
|
var Y = P.backgroundColor, z = Y && Y.image;
|
|
37667
37718
|
z && (z = Dje(z), ST(z) && (I.width = Math.max(I.width, z.width * j / z.height)));
|
|
37668
37719
|
}
|
|
37669
37720
|
var K = S && c != null ? c - N : null;
|
|
37670
|
-
K != null && K < I.width ? !q || K < B ? (I.text = "", I.width = I.contentWidth = 0) : (Ffe(w, I.text, K - B,
|
|
37721
|
+
K != null && K < I.width ? !q || K < B ? (I.text = "", I.width = I.contentWidth = 0) : (Ffe(w, I.text, K - B, V, t.ellipsis, { minChar: t.truncateMinChar }), I.text = w.text, i.isTruncated = i.isTruncated || w.isTruncated, I.width = I.contentWidth = Ps(Os(V), I.text)) : I.contentWidth = Ps(Os(V), I.text);
|
|
37671
37722
|
}
|
|
37672
37723
|
I.width += B, N += I.width, P && (C = Math.max(C, I.lineHeight));
|
|
37673
37724
|
}
|
|
@@ -38164,31 +38215,31 @@ var Vs = function() {
|
|
|
38164
38215
|
break;
|
|
38165
38216
|
}
|
|
38166
38217
|
case nr.C: {
|
|
38167
|
-
var P = n[w++], U = n[w++], B = n[w++],
|
|
38218
|
+
var P = n[w++], U = n[w++], B = n[w++], V = n[w++], j = n[w++], H = n[w++];
|
|
38168
38219
|
if (h) {
|
|
38169
38220
|
var N = p[v++];
|
|
38170
38221
|
if (g + N > y) {
|
|
38171
38222
|
var D = (y - g) / N;
|
|
38172
|
-
uc(u, P, B, j, D, Wc), uc(c, U,
|
|
38223
|
+
uc(u, P, B, j, D, Wc), uc(c, U, V, H, D, Yc), t.bezierCurveTo(Wc[1], Yc[1], Wc[2], Yc[2], Wc[3], Yc[3]);
|
|
38173
38224
|
break e;
|
|
38174
38225
|
}
|
|
38175
38226
|
g += N;
|
|
38176
38227
|
}
|
|
38177
|
-
t.bezierCurveTo(P, U, B,
|
|
38228
|
+
t.bezierCurveTo(P, U, B, V, j, H), u = j, c = H;
|
|
38178
38229
|
break;
|
|
38179
38230
|
}
|
|
38180
38231
|
case nr.Q: {
|
|
38181
|
-
var P = n[w++], U = n[w++], B = n[w++],
|
|
38232
|
+
var P = n[w++], U = n[w++], B = n[w++], V = n[w++];
|
|
38182
38233
|
if (h) {
|
|
38183
38234
|
var N = p[v++];
|
|
38184
38235
|
if (g + N > y) {
|
|
38185
38236
|
var D = (y - g) / N;
|
|
38186
|
-
Iv(u, P, B, D, Wc), Iv(c, U,
|
|
38237
|
+
Iv(u, P, B, D, Wc), Iv(c, U, V, D, Yc), t.quadraticCurveTo(Wc[1], Yc[1], Wc[2], Yc[2]);
|
|
38187
38238
|
break e;
|
|
38188
38239
|
}
|
|
38189
38240
|
g += N;
|
|
38190
38241
|
}
|
|
38191
|
-
t.quadraticCurveTo(P, U, B,
|
|
38242
|
+
t.quadraticCurveTo(P, U, B, V), u = B, c = V;
|
|
38192
38243
|
break;
|
|
38193
38244
|
}
|
|
38194
38245
|
case nr.A:
|
|
@@ -39589,13 +39640,13 @@ function GUe(e, t) {
|
|
|
39589
39640
|
else if (h > aA - Ao)
|
|
39590
39641
|
e.moveTo(c + n * ah(l), d + n * Qc(l)), e.arc(c, d, n, l, u, !f), a > Ao && (e.moveTo(c + a * ah(u), d + a * Qc(u)), e.arc(c, d, a, u, l, f));
|
|
39591
39642
|
else {
|
|
39592
|
-
var m = void 0, g = void 0, v = void 0, y = void 0, x = void 0, S = void 0, E = void 0, w = void 0, T = void 0, _ = void 0, A = void 0, C = void 0, N = void 0, D = void 0, I = void 0, P = void 0, U = n * ah(l), B = n * Qc(l),
|
|
39643
|
+
var m = void 0, g = void 0, v = void 0, y = void 0, x = void 0, S = void 0, E = void 0, w = void 0, T = void 0, _ = void 0, A = void 0, C = void 0, N = void 0, D = void 0, I = void 0, P = void 0, U = n * ah(l), B = n * Qc(l), V = a * ah(u), j = a * Qc(u), H = h > Ao;
|
|
39593
39644
|
if (H) {
|
|
39594
39645
|
var M = t.cornerRadius;
|
|
39595
39646
|
M && (r = HUe(M), m = r[0], g = r[1], v = r[2], y = r[3]);
|
|
39596
39647
|
var q = PV(n - a) / 2;
|
|
39597
39648
|
if (x = as(q, v), S = as(q, y), E = as(q, m), w = as(q, g), A = T = rg(x, S), C = _ = rg(E, w), (T > Ao || _ > Ao) && (N = n * ah(u), D = n * Qc(u), I = a * ah(l), P = a * Qc(l), h < she)) {
|
|
39598
|
-
var Y = VUe(U, B, I, P, N, D,
|
|
39649
|
+
var Y = VUe(U, B, I, P, N, D, V, j);
|
|
39599
39650
|
if (Y) {
|
|
39600
39651
|
var z = U - Y[0], K = B - Y[1], re = N - Y[0], fe = D - Y[1], ue = 1 / Qc($Ue((z * re + K * fe) / (Bg(z * z + K * K) * Bg(re * re + fe * fe))) / 2), ae = Bg(Y[0] * Y[0] + Y[1] * Y[1]);
|
|
39601
39652
|
A = as(T, (n - ae) / (ue + 1)), C = as(_, (a - ae) / (ue - 1));
|
|
@@ -39605,17 +39656,17 @@ function GUe(e, t) {
|
|
|
39605
39656
|
if (!H)
|
|
39606
39657
|
e.moveTo(c + U, d + B);
|
|
39607
39658
|
else if (A > Ao) {
|
|
39608
|
-
var se = as(v, A), ye = as(y, A), ge = Qb(I, P, U, B, n, se, f), Ce = Qb(N, D,
|
|
39659
|
+
var se = as(v, A), ye = as(y, A), ge = Qb(I, P, U, B, n, se, f), Ce = Qb(N, D, V, j, n, ye, f);
|
|
39609
39660
|
e.moveTo(c + ge.cx + ge.x0, d + ge.cy + ge.y0), A < T && se === ye ? e.arc(c + ge.cx, d + ge.cy, A, ca(ge.y0, ge.x0), ca(Ce.y0, Ce.x0), !f) : (se > 0 && e.arc(c + ge.cx, d + ge.cy, se, ca(ge.y0, ge.x0), ca(ge.y1, ge.x1), !f), e.arc(c, d, n, ca(ge.cy + ge.y1, ge.cx + ge.x1), ca(Ce.cy + Ce.y1, Ce.cx + Ce.x1), !f), ye > 0 && e.arc(c + Ce.cx, d + Ce.cy, ye, ca(Ce.y1, Ce.x1), ca(Ce.y0, Ce.x0), !f));
|
|
39610
39661
|
} else
|
|
39611
39662
|
e.moveTo(c + U, d + B), e.arc(c, d, n, l, u, !f);
|
|
39612
39663
|
if (!(a > Ao) || !H)
|
|
39613
|
-
e.lineTo(c +
|
|
39664
|
+
e.lineTo(c + V, d + j);
|
|
39614
39665
|
else if (C > Ao) {
|
|
39615
|
-
var se = as(m, C), ye = as(g, C), ge = Qb(
|
|
39666
|
+
var se = as(m, C), ye = as(g, C), ge = Qb(V, j, N, D, a, -ye, f), Ce = Qb(U, B, I, P, a, -se, f);
|
|
39616
39667
|
e.lineTo(c + ge.cx + ge.x0, d + ge.cy + ge.y0), C < _ && se === ye ? e.arc(c + ge.cx, d + ge.cy, C, ca(ge.y0, ge.x0), ca(Ce.y0, Ce.x0), !f) : (ye > 0 && e.arc(c + ge.cx, d + ge.cy, ye, ca(ge.y0, ge.x0), ca(ge.y1, ge.x1), !f), e.arc(c, d, a, ca(ge.cy + ge.y1, ge.cx + ge.x1), ca(Ce.cy + Ce.y1, Ce.cx + Ce.x1), f), se > 0 && e.arc(c + Ce.cx, d + Ce.cy, se, ca(Ce.y1, Ce.x1), ca(Ce.y0, Ce.x0), !f));
|
|
39617
39668
|
} else
|
|
39618
|
-
e.lineTo(c +
|
|
39669
|
+
e.lineTo(c + V, d + j), e.arc(c, d, a, u, l, f);
|
|
39619
39670
|
}
|
|
39620
39671
|
e.closePath();
|
|
39621
39672
|
}
|
|
@@ -45900,8 +45951,8 @@ function jp(e, t) {
|
|
|
45900
45951
|
N *= P;
|
|
45901
45952
|
var U = S * x.length * y.length;
|
|
45902
45953
|
if (process.env.NODE_ENV !== "production") {
|
|
45903
|
-
var B = function(
|
|
45904
|
-
console.warn("Calculated decal size is greater than " +
|
|
45954
|
+
var B = function(V) {
|
|
45955
|
+
console.warn("Calculated decal size is greater than " + V + " due to decal option settings so " + V + " is used for the decal size. Please consider changing the decal option to make a smaller decal or set " + V + " to be larger to avoid incontinuity.");
|
|
45905
45956
|
};
|
|
45906
45957
|
N > o.maxTileWidth && B("maxTileWidth"), U > o.maxTileHeight && B("maxTileHeight");
|
|
45907
45958
|
}
|
|
@@ -45918,14 +45969,14 @@ function jp(e, t) {
|
|
|
45918
45969
|
return;
|
|
45919
45970
|
for (var I = -S, P = 0, U = 0, B = 0; I < T.height; ) {
|
|
45920
45971
|
if (P % 2 === 0) {
|
|
45921
|
-
for (var
|
|
45972
|
+
for (var V = U / 2 % y.length, j = 0, H = 0, M = 0; j < T.width * 2; ) {
|
|
45922
45973
|
for (var q = 0, D = 0; D < g[B].length; ++D)
|
|
45923
45974
|
q += g[B][D];
|
|
45924
45975
|
if (q <= 0)
|
|
45925
45976
|
break;
|
|
45926
45977
|
if (H % 2 === 0) {
|
|
45927
|
-
var Y = (1 - o.symbolSize) * 0.5, z = j + g[B][H] * Y, K = I + v[P] * Y, re = g[B][H] * o.symbolSize, fe = v[P] * o.symbolSize, ue = M / 2 % y[
|
|
45928
|
-
ae(z, K, re, fe, y[
|
|
45978
|
+
var Y = (1 - o.symbolSize) * 0.5, z = j + g[B][H] * Y, K = I + v[P] * Y, re = g[B][H] * o.symbolSize, fe = v[P] * o.symbolSize, ue = M / 2 % y[V].length;
|
|
45979
|
+
ae(z, K, re, fe, y[V][ue]);
|
|
45929
45980
|
}
|
|
45930
45981
|
j += g[B][H], ++M, ++H, H === g[B].length && (H = 0);
|
|
45931
45982
|
}
|
|
@@ -46670,8 +46721,8 @@ var od, xA, c1, sl, d1, SA, wA, uh, ch, VH, HH, EA, GH, f1, qH, qpe, Vi, WH, dh,
|
|
|
46670
46721
|
}));
|
|
46671
46722
|
var T = [], _, A = [], C = v.nonRefinedEventType, N = zM(d), D = RV(d);
|
|
46672
46723
|
if (D && the(this._api), F(E, function(B) {
|
|
46673
|
-
var
|
|
46674
|
-
if (v.refineEvent ? A.push(
|
|
46724
|
+
var V = v.action(B, p, h._api);
|
|
46725
|
+
if (v.refineEvent ? A.push(V) : _ = V, _ = _ || le({}, B), _.type = C, T.push(_), D) {
|
|
46675
46726
|
var j = M7(d), H = j.queryOptionMap, M = j.mainTypeSpecified, q = M ? H.keys()[0] : "series";
|
|
46676
46727
|
c1(h, x, B, q), Vi(h);
|
|
46677
46728
|
} else N ? (c1(h, x, B, "series"), Vi(h)) : S && c1(h, x, B, S.main, S.sub);
|
|
@@ -47756,8 +47807,8 @@ function M0(e, t) {
|
|
|
47756
47807
|
m++;
|
|
47757
47808
|
m < o && U.push(m++);
|
|
47758
47809
|
}
|
|
47759
|
-
F(U, function(
|
|
47760
|
-
var H = p(
|
|
47810
|
+
F(U, function(V, j) {
|
|
47811
|
+
var H = p(V);
|
|
47761
47812
|
if (l && I.type != null && (H.type = I.type), g(Ge(H, I), C, j), H.name == null && N) {
|
|
47762
47813
|
var M = N[j];
|
|
47763
47814
|
!$e(M) && (M = {
|
|
@@ -48472,20 +48523,20 @@ function h0e(e) {
|
|
|
48472
48523
|
return {
|
|
48473
48524
|
progress: function(x, S) {
|
|
48474
48525
|
for (var E = x.count, w = p && Ts(E * 3), T = p && l && Ts(E * 3), _ = p && Ts(E), A = n.master.getRect(), C = f ? A.width : A.height, N, D = S.getStore(), I = 0; (N = x.next()) != null; ) {
|
|
48475
|
-
var P = D.get(d ? g : o, N), U = D.get(s, N), B = h,
|
|
48476
|
-
d && (
|
|
48526
|
+
var P = D.get(d ? g : o, N), U = D.get(s, N), B = h, V = void 0;
|
|
48527
|
+
d && (V = +P - D.get(o, N));
|
|
48477
48528
|
var j = void 0, H = void 0, M = void 0, q = void 0;
|
|
48478
48529
|
if (f) {
|
|
48479
48530
|
var Y = n.dataToPoint([P, U]);
|
|
48480
48531
|
if (d) {
|
|
48481
|
-
var z = n.dataToPoint([
|
|
48532
|
+
var z = n.dataToPoint([V, U]);
|
|
48482
48533
|
B = z[0];
|
|
48483
48534
|
}
|
|
48484
48535
|
j = B, H = Y[1] + y, M = Y[0] - B, q = v, Math.abs(M) < m && (M = (M < 0 ? -1 : 1) * m);
|
|
48485
48536
|
} else {
|
|
48486
48537
|
var Y = n.dataToPoint([U, P]);
|
|
48487
48538
|
if (d) {
|
|
48488
|
-
var z = n.dataToPoint([U,
|
|
48539
|
+
var z = n.dataToPoint([U, V]);
|
|
48489
48540
|
B = z[1];
|
|
48490
48541
|
}
|
|
48491
48542
|
j = Y[0] + y, H = B, M = v, q = Y[1] - B, Math.abs(q) < m && (q = (q <= 0 ? -1 : 1) * m);
|
|
@@ -48659,17 +48710,17 @@ function vGe(e, t) {
|
|
|
48659
48710
|
}
|
|
48660
48711
|
function yGe(e, t, r, n, a, i) {
|
|
48661
48712
|
var o = 1e4, s = Aze, l = 0;
|
|
48662
|
-
function u(I, P, U, B,
|
|
48663
|
-
for (var M = vGe(
|
|
48713
|
+
function u(I, P, U, B, V, j, H) {
|
|
48714
|
+
for (var M = vGe(V, I), q = P, Y = new Date(q); q < U && q <= n[1]; ) {
|
|
48664
48715
|
if (H.push({
|
|
48665
48716
|
value: q
|
|
48666
48717
|
}), l++ > o) {
|
|
48667
48718
|
process.env.NODE_ENV !== "production" && yr("Exceed safe limit in time scale.");
|
|
48668
48719
|
break;
|
|
48669
48720
|
}
|
|
48670
|
-
if (Y[
|
|
48721
|
+
if (Y[V](Y[B]() + I), q = Y.getTime(), i) {
|
|
48671
48722
|
var z = i.calcNiceTickMultiple(q, M);
|
|
48672
|
-
z > 0 && (Y[
|
|
48723
|
+
z > 0 && (Y[V](Y[B]() + z * I), q = Y.getTime());
|
|
48673
48724
|
}
|
|
48674
48725
|
}
|
|
48675
48726
|
H.push({
|
|
@@ -48678,9 +48729,9 @@ function yGe(e, t, r, n, a, i) {
|
|
|
48678
48729
|
});
|
|
48679
48730
|
}
|
|
48680
48731
|
function c(I, P, U) {
|
|
48681
|
-
var B = [],
|
|
48732
|
+
var B = [], V = !P.length;
|
|
48682
48733
|
if (!g0e(Ug(I), n[0], n[1], r)) {
|
|
48683
|
-
|
|
48734
|
+
V && (P = [{
|
|
48684
48735
|
value: gGe(n[0], I, r)
|
|
48685
48736
|
}, {
|
|
48686
48737
|
value: n[1]
|
|
@@ -50624,14 +50675,14 @@ function jT(e, t, r, n) {
|
|
|
50624
50675
|
transform: U
|
|
50625
50676
|
} : {}, Oqe(T[I], P), B && (T[I][_] = B);
|
|
50626
50677
|
}
|
|
50627
|
-
var
|
|
50678
|
+
var V, j = !0;
|
|
50628
50679
|
for (var I in w) {
|
|
50629
50680
|
T[I] = T[I] || {};
|
|
50630
|
-
var H =
|
|
50631
|
-
H && (
|
|
50632
|
-
var M =
|
|
50633
|
-
|
|
50634
|
-
var q =
|
|
50681
|
+
var H = !V, B = w[I][_];
|
|
50682
|
+
H && (V = new Vs());
|
|
50683
|
+
var M = V.len();
|
|
50684
|
+
V.reset(), T[I].d = Lqe(e, w[I], V);
|
|
50685
|
+
var q = V.len();
|
|
50635
50686
|
if (!H && M !== q) {
|
|
50636
50687
|
j = !1;
|
|
50637
50688
|
break;
|
|
@@ -52002,12 +52053,12 @@ function dWe(e, t, r, n, a, i, o, s) {
|
|
|
52002
52053
|
p.sort(function(re, fe) {
|
|
52003
52054
|
return m[re] - m[fe];
|
|
52004
52055
|
});
|
|
52005
|
-
for (var B = u.length,
|
|
52056
|
+
for (var B = u.length, V = Ts(B), j = Ts(B), H = Ts(B), M = Ts(B), q = [], x = 0; x < p.length; x++) {
|
|
52006
52057
|
var Y = p[x], z = x * 2, K = Y * 2;
|
|
52007
|
-
|
|
52058
|
+
V[z] = u[K], V[z + 1] = u[K + 1], j[z] = c[K], j[z + 1] = c[K + 1], H[z] = d[K], H[z + 1] = d[K + 1], M[z] = f[K], M[z + 1] = f[K + 1], q[x] = h[Y];
|
|
52008
52059
|
}
|
|
52009
52060
|
return {
|
|
52010
|
-
current:
|
|
52061
|
+
current: V,
|
|
52011
52062
|
next: j,
|
|
52012
52063
|
stackedOnCurrent: H,
|
|
52013
52064
|
stackedOnNext: M,
|
|
@@ -52050,17 +52101,17 @@ function TL(e, t, r, n, a, i, o, s, l) {
|
|
|
52050
52101
|
h = v, p = y;
|
|
52051
52102
|
else {
|
|
52052
52103
|
C = w - u, N = T - c;
|
|
52053
|
-
var P = v - u, U = w - v, B = y - c,
|
|
52104
|
+
var P = v - u, U = w - v, B = y - c, V = T - y, j = void 0, H = void 0;
|
|
52054
52105
|
if (s === "x") {
|
|
52055
52106
|
j = Math.abs(P), H = Math.abs(U);
|
|
52056
52107
|
var M = C > 0 ? 1 : -1;
|
|
52057
52108
|
h = v - M * j * o, p = y, D = v + M * H * o, I = y;
|
|
52058
52109
|
} else if (s === "y") {
|
|
52059
|
-
j = Math.abs(B), H = Math.abs(
|
|
52110
|
+
j = Math.abs(B), H = Math.abs(V);
|
|
52060
52111
|
var q = N > 0 ? 1 : -1;
|
|
52061
52112
|
h = v, p = y - q * j * o, D = v, I = y + q * H * o;
|
|
52062
52113
|
} else
|
|
52063
|
-
j = Math.sqrt(P * P + B * B), H = Math.sqrt(U * U +
|
|
52114
|
+
j = Math.sqrt(P * P + B * B), H = Math.sqrt(U * U + V * V), A = H / (H + j), h = v - C * o * (1 - A), p = y - N * o * (1 - A), D = v + C * o * A, I = y + N * o * A, D = pu(D, mu(w, v)), I = pu(I, mu(T, y)), D = mu(D, pu(w, v)), I = mu(I, pu(T, y)), C = D - v, N = I - y, h = v - C * j / H, p = y - N * j / H, h = pu(h, mu(u, v)), p = pu(p, mu(c, y)), h = mu(h, pu(u, v)), p = mu(p, pu(c, y)), C = v - h, N = y - p, D = v + C * H / j, I = y + N * H / j;
|
|
52064
52115
|
}
|
|
52065
52116
|
e.bezierCurveTo(d, f, h, p, v, y), d = D, f = I;
|
|
52066
52117
|
} else
|
|
@@ -52497,7 +52548,7 @@ var EWe = (
|
|
|
52497
52548
|
stackedOnPoints: E
|
|
52498
52549
|
})));
|
|
52499
52550
|
}
|
|
52500
|
-
var U = r.getModel("emphasis"), B = U.get("focus"),
|
|
52551
|
+
var U = r.getModel("emphasis"), B = U.get("focus"), V = U.get("blurScope"), j = U.get("disabled");
|
|
52501
52552
|
if (p.useStyle(Ge(
|
|
52502
52553
|
// Use color in lineStyle first
|
|
52503
52554
|
l.getLineStyle(),
|
|
@@ -52510,7 +52561,7 @@ var EWe = (
|
|
|
52510
52561
|
var H = p.getState("emphasis").style;
|
|
52511
52562
|
H.lineWidth = +p.style.lineWidth + 1;
|
|
52512
52563
|
}
|
|
52513
|
-
Qe(p).seriesIndex = r.seriesIndex, hr(p, B,
|
|
52564
|
+
Qe(p).seriesIndex = r.seriesIndex, hr(p, B, V, j);
|
|
52514
52565
|
var M = LG(r.get("smooth")), q = r.get("smoothMonotone");
|
|
52515
52566
|
if (p.setShape({
|
|
52516
52567
|
smooth: M,
|
|
@@ -52528,7 +52579,7 @@ var EWe = (
|
|
|
52528
52579
|
stackedOnSmooth: z,
|
|
52529
52580
|
smoothMonotone: q,
|
|
52530
52581
|
connectNulls: T
|
|
52531
|
-
}), vn(m, r, "areaStyle"), Qe(m).seriesIndex = r.seriesIndex, hr(m, B,
|
|
52582
|
+
}), vn(m, r, "areaStyle"), Qe(m).seriesIndex = r.seriesIndex, hr(m, B, V, j);
|
|
52532
52583
|
}
|
|
52533
52584
|
var K = this._changePolyState;
|
|
52534
52585
|
s.eachItemGraphicEl(function(re) {
|
|
@@ -53135,9 +53186,9 @@ var DWe = (
|
|
|
53135
53186
|
if (v) {
|
|
53136
53187
|
var U = void 0;
|
|
53137
53188
|
E.length === 0 ? U = _(D) : (U = E[D], U.useStyle(y.getItemStyle()), u.type === "cartesian2d" ? U.setShape("r", x) : U.setShape("cornerRadius", x), S[N] = U);
|
|
53138
|
-
var B = T1[u.type](s, N),
|
|
53189
|
+
var B = T1[u.type](s, N), V = ume(d, B, u);
|
|
53139
53190
|
Dt(U, {
|
|
53140
|
-
shape:
|
|
53191
|
+
shape: V
|
|
53141
53192
|
}, f, N);
|
|
53142
53193
|
}
|
|
53143
53194
|
var j = l.getItemGraphicEl(D);
|
|
@@ -53554,8 +53605,8 @@ function $We(e, t, r) {
|
|
|
53554
53605
|
var a = n.getData(), i = a.mapDimension("value"), o = Bhe(n, r), s = o.cx, l = o.cy, u = o.r, c = o.r0, d = o.viewRect, f = -n.get("startAngle") * _1, h = n.get("endAngle"), p = n.get("padAngle") * _1;
|
|
53555
53606
|
h = h === "auto" ? f - GG : -h * _1;
|
|
53556
53607
|
var m = n.get("minAngle") * _1, g = m + p, v = 0;
|
|
53557
|
-
a.each(i, function(
|
|
53558
|
-
!isNaN(
|
|
53608
|
+
a.each(i, function(V) {
|
|
53609
|
+
!isNaN(V) && v++;
|
|
53559
53610
|
});
|
|
53560
53611
|
var y = a.getSum(i), x = Math.PI / (y || v) * 2, S = n.get("clockwise"), E = n.get("roseType"), w = n.get("stillShowZeroSum"), T = a.getDataExtent(i);
|
|
53561
53612
|
T[0] = 0;
|
|
@@ -53567,9 +53618,9 @@ function $We(e, t, r) {
|
|
|
53567
53618
|
if (a.setLayout({
|
|
53568
53619
|
viewRect: d,
|
|
53569
53620
|
r: u
|
|
53570
|
-
}), a.each(i, function(
|
|
53621
|
+
}), a.each(i, function(V, j) {
|
|
53571
53622
|
var H;
|
|
53572
|
-
if (isNaN(
|
|
53623
|
+
if (isNaN(V)) {
|
|
53573
53624
|
a.setItemLayout(j, {
|
|
53574
53625
|
angle: NaN,
|
|
53575
53626
|
startAngle: NaN,
|
|
@@ -53582,7 +53633,7 @@ function $We(e, t, r) {
|
|
|
53582
53633
|
});
|
|
53583
53634
|
return;
|
|
53584
53635
|
}
|
|
53585
|
-
E !== "area" ? H = y === 0 && w ? x :
|
|
53636
|
+
E !== "area" ? H = y === 0 && w ? x : V * x : H = D / v, H < g ? (H = g, I -= g) : P += V;
|
|
53586
53637
|
var M = U + _ * H, q = 0, Y = 0;
|
|
53587
53638
|
p > H ? (q = U + _ * H / 2, Y = q) : (q = U + C, Y = M - C), a.setItemLayout(j, {
|
|
53588
53639
|
angle: H,
|
|
@@ -53592,13 +53643,13 @@ function $We(e, t, r) {
|
|
|
53592
53643
|
cx: s,
|
|
53593
53644
|
cy: l,
|
|
53594
53645
|
r0: c,
|
|
53595
|
-
r: E ? jt(
|
|
53646
|
+
r: E ? jt(V, T, [c, u]) : u
|
|
53596
53647
|
}), U = M;
|
|
53597
53648
|
}), I < GG && v)
|
|
53598
53649
|
if (I <= 1e-3) {
|
|
53599
53650
|
var B = D / v;
|
|
53600
|
-
a.each(i, function(
|
|
53601
|
-
if (!isNaN(
|
|
53651
|
+
a.each(i, function(V, j) {
|
|
53652
|
+
if (!isNaN(V)) {
|
|
53602
53653
|
var H = a.getItemLayout(j);
|
|
53603
53654
|
H.angle = B;
|
|
53604
53655
|
var M = 0, q = 0;
|
|
@@ -53606,9 +53657,9 @@ function $We(e, t, r) {
|
|
|
53606
53657
|
}
|
|
53607
53658
|
});
|
|
53608
53659
|
} else
|
|
53609
|
-
x = I / P, U = f, a.each(i, function(
|
|
53610
|
-
if (!isNaN(
|
|
53611
|
-
var H = a.getItemLayout(j), M = H.angle === g ? g :
|
|
53660
|
+
x = I / P, U = f, a.each(i, function(V, j) {
|
|
53661
|
+
if (!isNaN(V)) {
|
|
53662
|
+
var H = a.getItemLayout(j), M = H.angle === g ? g : V * x, q = 0, Y = 0;
|
|
53612
53663
|
M < p ? (q = U + _ * M / 2, Y = q) : (q = U + C, Y = U + _ * M - C), H.startAngle = q, H.endAngle = Y, U += _ * M;
|
|
53613
53664
|
}
|
|
53614
53665
|
});
|
|
@@ -53736,8 +53787,8 @@ function qWe(e) {
|
|
|
53736
53787
|
return !1;
|
|
53737
53788
|
}
|
|
53738
53789
|
t.each(function(w) {
|
|
53739
|
-
var T = t.getItemGraphicEl(w), _ = T.shape, A = T.getTextContent(), C = T.getTextGuideLine(), N = t.getItemModel(w), D = N.getModel("label"), I = D.get("position") || N.get(["emphasis", "label", "position"]), P = D.get("distanceToLabelLine"), U = D.get("alignTo"), B = we(D.get("edgeDistance"), u),
|
|
53740
|
-
|
|
53790
|
+
var T = t.getItemGraphicEl(w), _ = T.shape, A = T.getTextContent(), C = T.getTextGuideLine(), N = t.getItemModel(w), D = N.getModel("label"), I = D.get("position") || N.get(["emphasis", "label", "position"]), P = D.get("distanceToLabelLine"), U = D.get("alignTo"), B = we(D.get("edgeDistance"), u), V = D.get("bleedMargin");
|
|
53791
|
+
V == null && (V = Math.min(u, f) > 200 ? 10 : 2);
|
|
53741
53792
|
var j = N.getModel("labelLine"), H = j.get("length");
|
|
53742
53793
|
H = we(H, u);
|
|
53743
53794
|
var M = j.get("length2");
|
|
@@ -53797,7 +53848,7 @@ function qWe(e) {
|
|
|
53797
53848
|
labelDistance: P,
|
|
53798
53849
|
labelAlignTo: U,
|
|
53799
53850
|
edgeDistance: B,
|
|
53800
|
-
bleedMargin:
|
|
53851
|
+
bleedMargin: V,
|
|
53801
53852
|
rect: Ht,
|
|
53802
53853
|
unconstrainedWidth: Ht.width,
|
|
53803
53854
|
labelStyleWidth: A.style.width
|
|
@@ -55231,7 +55282,7 @@ function _Ye(e, t, r, n, a, i) {
|
|
|
55231
55282
|
var N = p[T];
|
|
55232
55283
|
$e(N) && N.textStyle && (C = new xt(N.textStyle, c, a.ecModel));
|
|
55233
55284
|
}
|
|
55234
|
-
var D = C.getTextColor() || a.get(["axisLine", "lineStyle", "color"]), I = C.getShallow("align", !0) || h.textAlign, P = Pe(C.getShallow("alignMinLabel", !0), I), U = Pe(C.getShallow("alignMaxLabel", !0), I), B = C.getShallow("verticalAlign", !0) || C.getShallow("baseline", !0) || h.textVerticalAlign,
|
|
55285
|
+
var D = C.getTextColor() || a.get(["axisLine", "lineStyle", "color"]), I = C.getShallow("align", !0) || h.textAlign, P = Pe(C.getShallow("alignMinLabel", !0), I), U = Pe(C.getShallow("alignMaxLabel", !0), I), B = C.getShallow("verticalAlign", !0) || C.getShallow("baseline", !0) || h.textVerticalAlign, V = Pe(C.getShallow("verticalAlignMinLabel", !0), B), j = Pe(C.getShallow("verticalAlignMaxLabel", !0), B), H = 10 + (((w = S.time) === null || w === void 0 ? void 0 : w.level) || 0);
|
|
55235
55286
|
v = Math.min(v, H), y = Math.max(y, H);
|
|
55236
55287
|
var M = new Ct({
|
|
55237
55288
|
// --- transform props start ---
|
|
@@ -55247,7 +55298,7 @@ function _Ye(e, t, r, n, a, i) {
|
|
|
55247
55298
|
style: er(C, {
|
|
55248
55299
|
text: _,
|
|
55249
55300
|
align: E === 0 ? P : E === d.length - 1 ? U : I,
|
|
55250
|
-
verticalAlign: E === 0 ?
|
|
55301
|
+
verticalAlign: E === 0 ? V : E === d.length - 1 ? j : B,
|
|
55251
55302
|
fill: je(D) ? D(
|
|
55252
55303
|
// (1) In category axis with data zoom, tick is not the original
|
|
55253
55304
|
// index of axis.data. So tick should not be exposed to user
|
|
@@ -56498,8 +56549,8 @@ var oXe = (
|
|
|
56498
56549
|
if (!a.length)
|
|
56499
56550
|
return;
|
|
56500
56551
|
var i = r.get("shape"), o = r.getModel("splitLine"), s = r.getModel("splitArea"), l = o.getModel("lineStyle"), u = s.getModel("areaStyle"), c = o.get("show"), d = s.get("show"), f = l.get("color"), h = u.get("color"), p = ce(f) ? f : [f], m = ce(h) ? h : [h], g = [], v = [];
|
|
56501
|
-
function y(U, B,
|
|
56502
|
-
var j =
|
|
56552
|
+
function y(U, B, V) {
|
|
56553
|
+
var j = V % B.length;
|
|
56503
56554
|
return U[j] = U[j] || [], j;
|
|
56504
56555
|
}
|
|
56505
56556
|
if (i === "circle")
|
|
@@ -56528,8 +56579,8 @@ var oXe = (
|
|
|
56528
56579
|
}
|
|
56529
56580
|
else
|
|
56530
56581
|
for (var _, A = de(a, function(U, B) {
|
|
56531
|
-
var
|
|
56532
|
-
return _ = _ == null ?
|
|
56582
|
+
var V = U.getTicksCoords();
|
|
56583
|
+
return _ = _ == null ? V.length - 1 : Math.min(V.length - 1, _), de(V, function(j) {
|
|
56533
56584
|
return n.coordToPoint(j.coord, B);
|
|
56534
56585
|
});
|
|
56535
56586
|
}), C = [], w = 0; w <= _; w++) {
|
|
@@ -60118,14 +60169,14 @@ function zKe(e, t, r, n, a, i, o, s, l, u) {
|
|
|
60118
60169
|
return N;
|
|
60119
60170
|
var D = re("background", jq, u, BKe);
|
|
60120
60171
|
D && M(N, D, E && c.upperLabelHeight);
|
|
60121
|
-
var I = f.getModel("emphasis"), P = I.get("focus"), U = I.get("blurScope"), B = I.get("disabled"),
|
|
60172
|
+
var I = f.getModel("emphasis"), P = I.get("focus"), U = I.get("blurScope"), B = I.get("disabled"), V = P === "ancestor" ? o.getAncestorsIndices() : P === "descendant" ? o.getDescendantIndices() : P;
|
|
60122
60173
|
if (E)
|
|
60123
|
-
cc(N) && Ud(N, !1), D && (Ud(D, !B), d.setItemGraphicEl(o.dataIndex, D), UM(D,
|
|
60174
|
+
cc(N) && Ud(N, !1), D && (Ud(D, !B), d.setItemGraphicEl(o.dataIndex, D), UM(D, V, U));
|
|
60124
60175
|
else {
|
|
60125
60176
|
var j = re("content", jq, u, jKe);
|
|
60126
60177
|
j && q(N, j), D.disableMorphing = !0, D && cc(D) && Ud(D, !1), Ud(N, !B), d.setItemGraphicEl(o.dataIndex, N);
|
|
60127
60178
|
var H = f.getShallow("cursor");
|
|
60128
|
-
H && j.attr("cursor", H), UM(N,
|
|
60179
|
+
H && j.attr("cursor", H), UM(N, V, U);
|
|
60129
60180
|
}
|
|
60130
60181
|
return N;
|
|
60131
60182
|
function M(ae, se, ye) {
|
|
@@ -62533,7 +62584,7 @@ function FZe(e, t) {
|
|
|
62533
62584
|
}, !0);
|
|
62534
62585
|
}
|
|
62535
62586
|
});
|
|
62536
|
-
var B = y,
|
|
62587
|
+
var B = y, V = [];
|
|
62537
62588
|
n.eachNode(function(j) {
|
|
62538
62589
|
var H = Math.max(j.getLayout().angle, f);
|
|
62539
62590
|
j.setLayout({
|
|
@@ -62544,9 +62595,9 @@ function FZe(e, t) {
|
|
|
62544
62595
|
startAngle: B,
|
|
62545
62596
|
endAngle: B + H * g,
|
|
62546
62597
|
clockwise: m
|
|
62547
|
-
}, !0),
|
|
62598
|
+
}, !0), V[j.dataIndex] = B, B += (H + d) * g;
|
|
62548
62599
|
}), n.eachEdge(function(j) {
|
|
62549
|
-
var H = E ? 1 : j.getValue("value"), M = A * (_ ? H : 1) * g, q = j.node1.dataIndex, Y =
|
|
62600
|
+
var H = E ? 1 : j.getValue("value"), M = A * (_ ? H : 1) * g, q = j.node1.dataIndex, Y = V[q] || 0, z = Math.abs((j.node1.getLayout().ratio || 1) * M), K = Y + z * g, re = [s + c * Math.cos(Y), l + c * Math.sin(Y)], fe = [s + c * Math.cos(K), l + c * Math.sin(K)], ue = j.node2.dataIndex, ae = V[ue] || 0, se = Math.abs((j.node2.getLayout().ratio || 1) * M), ye = ae + se * g, ge = [s + c * Math.cos(ae), l + c * Math.sin(ae)], Ce = [s + c * Math.cos(ye), l + c * Math.sin(ye)];
|
|
62550
62601
|
j.setLayout({
|
|
62551
62602
|
s1: re,
|
|
62552
62603
|
s2: fe,
|
|
@@ -62561,7 +62612,7 @@ function FZe(e, t) {
|
|
|
62561
62612
|
r: c,
|
|
62562
62613
|
value: H,
|
|
62563
62614
|
clockwise: m
|
|
62564
|
-
}),
|
|
62615
|
+
}), V[q] = K, V[ue] = ye;
|
|
62565
62616
|
});
|
|
62566
62617
|
}
|
|
62567
62618
|
}
|
|
@@ -62660,12 +62711,12 @@ var $Ze = (
|
|
|
62660
62711
|
}, t.prototype._renderTicks = function(r, n, a, i, o, s, l, u, c) {
|
|
62661
62712
|
for (var d = this.group, f = o.cx, h = o.cy, p = o.r, m = +r.get("min"), g = +r.get("max"), v = r.getModel("splitLine"), y = r.getModel("axisTick"), x = r.getModel("axisLabel"), S = r.get("splitNumber"), E = y.get("splitNumber"), w = we(v.get("length"), p), T = we(y.get("length"), p), _ = s, A = (l - s) / S, C = A / E, N = v.getModel("lineStyle").getLineStyle(), D = y.getModel("lineStyle").getLineStyle(), I = v.get("distance"), P, U, B = 0; B <= S; B++) {
|
|
62662
62713
|
if (P = Math.cos(_), U = Math.sin(_), v.get("show")) {
|
|
62663
|
-
var
|
|
62714
|
+
var V = I ? I + c : c, j = new Vr({
|
|
62664
62715
|
shape: {
|
|
62665
|
-
x1: P * (p -
|
|
62666
|
-
y1: U * (p -
|
|
62667
|
-
x2: P * (p - w -
|
|
62668
|
-
y2: U * (p - w -
|
|
62716
|
+
x1: P * (p - V) + f,
|
|
62717
|
+
y1: U * (p - V) + h,
|
|
62718
|
+
x2: P * (p - w - V) + f,
|
|
62719
|
+
y2: U * (p - w - V) + h
|
|
62669
62720
|
},
|
|
62670
62721
|
style: N,
|
|
62671
62722
|
silent: !0
|
|
@@ -62675,7 +62726,7 @@ var $Ze = (
|
|
|
62675
62726
|
}), d.add(j);
|
|
62676
62727
|
}
|
|
62677
62728
|
if (x.get("show")) {
|
|
62678
|
-
var
|
|
62729
|
+
var V = x.get("distance") + I, H = D1($r(B / S * (g - m) + m), x.get("formatter")), M = i(B / S), q = P * (p - w - V) + f, Y = U * (p - w - V) + h, z = x.get("rotate"), K = 0;
|
|
62679
62730
|
z === "radial" ? (K = -_ + 2 * Math.PI, K > Math.PI / 2 && (K += Math.PI)) : z === "tangential" ? K = -_ - Math.PI / 2 : kt(z) && (K = z * Math.PI / 180), K === 0 ? d.add(new Ct({
|
|
62680
62731
|
style: er(x, {
|
|
62681
62732
|
text: H,
|
|
@@ -62704,16 +62755,16 @@ var $Ze = (
|
|
|
62704
62755
|
}));
|
|
62705
62756
|
}
|
|
62706
62757
|
if (y.get("show") && B !== S) {
|
|
62707
|
-
var
|
|
62708
|
-
|
|
62758
|
+
var V = y.get("distance");
|
|
62759
|
+
V = V ? V + c : c;
|
|
62709
62760
|
for (var re = 0; re <= E; re++) {
|
|
62710
62761
|
P = Math.cos(_), U = Math.sin(_);
|
|
62711
62762
|
var fe = new Vr({
|
|
62712
62763
|
shape: {
|
|
62713
|
-
x1: P * (p -
|
|
62714
|
-
y1: U * (p -
|
|
62715
|
-
x2: P * (p - T -
|
|
62716
|
-
y2: U * (p - T -
|
|
62764
|
+
x1: P * (p - V) + f,
|
|
62765
|
+
y1: U * (p - V) + h,
|
|
62766
|
+
x2: P * (p - T - V) + f,
|
|
62767
|
+
y2: U * (p - T - V) + h
|
|
62717
62768
|
},
|
|
62718
62769
|
silent: !0,
|
|
62719
62770
|
style: D
|
|
@@ -62729,7 +62780,7 @@ var $Ze = (
|
|
|
62729
62780
|
}, t.prototype._renderPointer = function(r, n, a, i, o, s, l, u, c) {
|
|
62730
62781
|
var d = this.group, f = this._data, h = this._progressEls, p = [], m = r.get(["pointer", "show"]), g = r.getModel("progress"), v = g.get("show"), y = r.getData(), x = y.mapDimension("value"), S = +r.get("min"), E = +r.get("max"), w = [S, E], T = [s, l];
|
|
62731
62782
|
function _(C, N) {
|
|
62732
|
-
var D = y.getItemModel(C), I = D.getModel("pointer"), P = we(I.get("width"), o.r), U = we(I.get("length"), o.r), B = r.get(["pointer", "icon"]),
|
|
62783
|
+
var D = y.getItemModel(C), I = D.getModel("pointer"), P = we(I.get("width"), o.r), U = we(I.get("length"), o.r), B = r.get(["pointer", "icon"]), V = I.get("offsetCenter"), j = we(V[0], o.r), H = we(V[1], o.r), M = I.get("keepAspect"), q;
|
|
62733
62784
|
return B ? q = qr(B, j - P / 2, H - U, P, U, null, M) : q = new UZe({
|
|
62734
62785
|
shape: {
|
|
62735
62786
|
angle: -Math.PI / 2,
|
|
@@ -62741,7 +62792,7 @@ var $Ze = (
|
|
|
62741
62792
|
}), q.rotation = -(N + Math.PI / 2), q.x = o.cx, q.y = o.cy, q;
|
|
62742
62793
|
}
|
|
62743
62794
|
function A(C, N) {
|
|
62744
|
-
var D = g.get("roundCap"), I = D ? Nw : ia, P = g.get("overlap"), U = P ? g.get("width") : c / y.count(), B = P ? o.r - U : o.r - (C + 1) * U,
|
|
62795
|
+
var D = g.get("roundCap"), I = D ? Nw : ia, P = g.get("overlap"), U = P ? g.get("width") : c / y.count(), B = P ? o.r - U : o.r - (C + 1) * U, V = P ? o.r : o.r - C * U, j = new I({
|
|
62745
62796
|
shape: {
|
|
62746
62797
|
startAngle: s,
|
|
62747
62798
|
endAngle: N,
|
|
@@ -62749,7 +62800,7 @@ var $Ze = (
|
|
|
62749
62800
|
cy: o.cy,
|
|
62750
62801
|
clockwise: u,
|
|
62751
62802
|
r0: B,
|
|
62752
|
-
r:
|
|
62803
|
+
r: V
|
|
62753
62804
|
}
|
|
62754
62805
|
});
|
|
62755
62806
|
return P && (j.z2 = jt(y.get(x, C), [S, E], [100, 0], !0)), j;
|
|
@@ -62779,7 +62830,7 @@ var $Ze = (
|
|
|
62779
62830
|
}, r), d.add(U), y.setItemGraphicEl(C, U);
|
|
62780
62831
|
}
|
|
62781
62832
|
if (v) {
|
|
62782
|
-
var B = h[N],
|
|
62833
|
+
var B = h[N], V = B ? B.shape.endAngle : s, j = A(C, V), H = g.get("clip");
|
|
62783
62834
|
Dt(j, {
|
|
62784
62835
|
shape: {
|
|
62785
62836
|
endAngle: jt(D, w, T, H)
|
|
@@ -62789,7 +62840,7 @@ var $Ze = (
|
|
|
62789
62840
|
}).execute(), y.each(function(C) {
|
|
62790
62841
|
var N = y.getItemModel(C), D = N.getModel("emphasis"), I = D.get("focus"), P = D.get("blurScope"), U = D.get("disabled");
|
|
62791
62842
|
if (m) {
|
|
62792
|
-
var B = y.getItemGraphicEl(C),
|
|
62843
|
+
var B = y.getItemGraphicEl(C), V = y.getItemVisual(C, "style"), j = V.fill;
|
|
62793
62844
|
if (B instanceof Dn) {
|
|
62794
62845
|
var H = B.style;
|
|
62795
62846
|
B.useStyle(le({
|
|
@@ -62798,9 +62849,9 @@ var $Ze = (
|
|
|
62798
62849
|
y: H.y,
|
|
62799
62850
|
width: H.width,
|
|
62800
62851
|
height: H.height
|
|
62801
|
-
},
|
|
62852
|
+
}, V));
|
|
62802
62853
|
} else
|
|
62803
|
-
B.useStyle(
|
|
62854
|
+
B.useStyle(V), B.type !== "pointer" && B.setColor(j);
|
|
62804
62855
|
B.setStyle(N.getModel(["pointer", "itemStyle"]).getItemStyle()), B.style.fill === "auto" && B.setStyle("fill", i(jt(y.get(x, C), w, [0, 1], !0))), B.z2EmphasisLift = 0, vn(B, N), hr(B, I, P, U);
|
|
62805
62856
|
}
|
|
62806
62857
|
if (v) {
|
|
@@ -62843,7 +62894,7 @@ var $Ze = (
|
|
|
62843
62894
|
}
|
|
62844
62895
|
var N = y.getModel("detail");
|
|
62845
62896
|
if (N.get("show")) {
|
|
62846
|
-
var D = N.get("offsetCenter"), I = o.cx + we(D[0], o.r), P = o.cy + we(D[1], o.r), U = we(N.get("width"), o.r), B = we(N.get("height"), o.r),
|
|
62897
|
+
var D = N.get("offsetCenter"), I = o.cx + we(D[0], o.r), P = o.cy + we(D[1], o.r), U = we(N.get("width"), o.r), B = we(N.get("height"), o.r), V = r.get(["progress", "show"]) ? l.getItemVisual(v, "style").fill : E, C = p[v], j = N.get("formatter");
|
|
62847
62898
|
C.attr({
|
|
62848
62899
|
z2: g ? 0 : 2,
|
|
62849
62900
|
style: er(N, {
|
|
@@ -62855,7 +62906,7 @@ var $Ze = (
|
|
|
62855
62906
|
align: "center",
|
|
62856
62907
|
verticalAlign: "middle"
|
|
62857
62908
|
}, {
|
|
62858
|
-
inheritColor:
|
|
62909
|
+
inheritColor: V
|
|
62859
62910
|
})
|
|
62860
62911
|
}), She(C, {
|
|
62861
62912
|
normal: N
|
|
@@ -63215,7 +63266,7 @@ function ZZe(e, t) {
|
|
|
63215
63266
|
g == null && (g = Math.min(m[0], 0)), v == null && (v = m[1]);
|
|
63216
63267
|
var y = r.get("funnelAlign"), x = r.get("gap"), S = l === "horizontal" ? u : c, E = (S - x * (n.count() - 1)) / n.count(), w = function(U, B) {
|
|
63217
63268
|
if (l === "horizontal") {
|
|
63218
|
-
var
|
|
63269
|
+
var V = n.get(a, U) || 0, j = jt(V, [g, v], p, !0), H = void 0;
|
|
63219
63270
|
switch (y) {
|
|
63220
63271
|
case "top":
|
|
63221
63272
|
H = h;
|
|
@@ -64471,13 +64522,13 @@ var qQe = (
|
|
|
64471
64522
|
this._model = r, s.removeAll(), s.x = l.x, s.y = l.y, this._updateViewCoordSys(r, a), Fme(r, a, s, this._controller, this._controllerHost, null), o.eachEdge(function(p) {
|
|
64472
64523
|
var m = new WQe(), g = Qe(m);
|
|
64473
64524
|
g.dataIndex = p.dataIndex, g.seriesIndex = r.seriesIndex, g.dataType = "edge";
|
|
64474
|
-
var v = p.getModel(), y = v.getModel("lineStyle"), x = y.get("curveness"), S = p.node1.getLayout(), E = p.node1.getModel(), w = E.get("localX"), T = E.get("localY"), _ = p.node2.getLayout(), A = p.node2.getModel(), C = A.get("localX"), N = A.get("localY"), D = p.getLayout(), I, P, U, B,
|
|
64475
|
-
m.shape.extent = Math.max(1, D.dy), m.shape.orient = h, h === "vertical" ? (I = (w != null ? w * u : S.x) + D.sy, P = (T != null ? T * c : S.y) + S.dy, U = (C != null ? C * u : _.x) + D.ty, B = N != null ? N * c : _.y,
|
|
64525
|
+
var v = p.getModel(), y = v.getModel("lineStyle"), x = y.get("curveness"), S = p.node1.getLayout(), E = p.node1.getModel(), w = E.get("localX"), T = E.get("localY"), _ = p.node2.getLayout(), A = p.node2.getModel(), C = A.get("localX"), N = A.get("localY"), D = p.getLayout(), I, P, U, B, V, j, H, M;
|
|
64526
|
+
m.shape.extent = Math.max(1, D.dy), m.shape.orient = h, h === "vertical" ? (I = (w != null ? w * u : S.x) + D.sy, P = (T != null ? T * c : S.y) + S.dy, U = (C != null ? C * u : _.x) + D.ty, B = N != null ? N * c : _.y, V = I, j = P * (1 - x) + B * x, H = U, M = P * x + B * (1 - x)) : (I = (w != null ? w * u : S.x) + S.dx, P = (T != null ? T * c : S.y) + D.sy, U = C != null ? C * u : _.x, B = (N != null ? N * c : _.y) + D.ty, V = I * (1 - x) + U * x, j = P, H = I * x + U * (1 - x), M = B), m.setShape({
|
|
64476
64527
|
x1: I,
|
|
64477
64528
|
y1: P,
|
|
64478
64529
|
x2: U,
|
|
64479
64530
|
y2: B,
|
|
64480
|
-
cpx1:
|
|
64531
|
+
cpx1: V,
|
|
64481
64532
|
cpy1: j,
|
|
64482
64533
|
cpx2: H,
|
|
64483
64534
|
cpy2: M
|
|
@@ -65626,7 +65677,7 @@ var UJe = {
|
|
|
65626
65677
|
};
|
|
65627
65678
|
function h(m, g) {
|
|
65628
65679
|
for (var v, y = g.getStore(); (v = m.next()) != null; ) {
|
|
65629
|
-
var x = y.get(s, v), S = y.get(u, v), E = y.get(c, v), w = y.get(d, v), T = y.get(f, v), _ = Math.min(S, E), A = Math.max(S, E), C =
|
|
65680
|
+
var x = y.get(s, v), S = y.get(u, v), E = y.get(c, v), w = y.get(d, v), T = y.get(f, v), _ = Math.min(S, E), A = Math.max(S, E), C = V(_, x), N = V(A, x), D = V(w, x), I = V(T, x), P = [];
|
|
65630
65681
|
j(P, N, 0), j(P, C, 1), P.push(M(I), M(N), M(D), M(C));
|
|
65631
65682
|
var U = g.getItemModel(v), B = !!U.get(["itemStyle", "borderColorDoji"]);
|
|
65632
65683
|
g.setItemLayout(v, {
|
|
@@ -65636,7 +65687,7 @@ var UJe = {
|
|
|
65636
65687
|
brushRect: H(w, T, x)
|
|
65637
65688
|
});
|
|
65638
65689
|
}
|
|
65639
|
-
function
|
|
65690
|
+
function V(q, Y) {
|
|
65640
65691
|
var z = [];
|
|
65641
65692
|
return z[a] = Y, z[i] = q, isNaN(Y) || isNaN(q) ? [NaN, NaN] : t.dataToPoint(z);
|
|
65642
65693
|
}
|
|
@@ -65645,7 +65696,7 @@ var UJe = {
|
|
|
65645
65696
|
K[a] = Px(K[a] + n / 2, 1, !1), re[a] = Px(re[a] - n / 2, 1, !0), z ? q.push(K, re) : q.push(re, K);
|
|
65646
65697
|
}
|
|
65647
65698
|
function H(q, Y, z) {
|
|
65648
|
-
var K =
|
|
65699
|
+
var K = V(q, z), re = V(Y, z);
|
|
65649
65700
|
return K[a] -= n / 2, re[a] -= n / 2, {
|
|
65650
65701
|
x: K[0],
|
|
65651
65702
|
y: K[1],
|
|
@@ -66518,11 +66569,11 @@ var set = (
|
|
|
66518
66569
|
var U = v.get(N[0], D), B = v.get(N[1], D);
|
|
66519
66570
|
if (isNaN(v.get(N[2], D)) || isNaN(U) || isNaN(B) || U < f[0] || U > f[1] || B < h[0] || B > h[1])
|
|
66520
66571
|
continue;
|
|
66521
|
-
var
|
|
66572
|
+
var V = s.dataToPoint([U, B]);
|
|
66522
66573
|
I = new yt({
|
|
66523
66574
|
shape: {
|
|
66524
|
-
x:
|
|
66525
|
-
y:
|
|
66575
|
+
x: V[0] - c / 2,
|
|
66576
|
+
y: V[1] - d / 2,
|
|
66526
66577
|
width: c,
|
|
66527
66578
|
height: d
|
|
66528
66579
|
},
|
|
@@ -67005,7 +67056,7 @@ var Eet = (
|
|
|
67005
67056
|
var A = i.getItemLayout(T[_]), C = A.x, N = A.y0, D = A.y;
|
|
67006
67057
|
S.push(C, N), E.push(C, N + D), w = i.getItemVisual(T[_], "style");
|
|
67007
67058
|
}
|
|
67008
|
-
var I, P = i.getItemLayout(T[0]), U = r.getModel("label"), B = U.get("margin"),
|
|
67059
|
+
var I, P = i.getItemLayout(T[0]), U = r.getModel("label"), B = U.get("margin"), V = r.getModel("emphasis");
|
|
67009
67060
|
if (g === "add") {
|
|
67010
67061
|
var j = p[v] = new ze();
|
|
67011
67062
|
I = new nme({
|
|
@@ -67043,7 +67094,7 @@ var Eet = (
|
|
|
67043
67094
|
local: !0
|
|
67044
67095
|
});
|
|
67045
67096
|
var H = I.getTextContent();
|
|
67046
|
-
H && (H.x = P.x - B, H.y = P.y0 + P.y / 2), I.useStyle(w), i.setItemGraphicEl(v, I), vn(I, r), hr(I,
|
|
67097
|
+
H && (H.x = P.x - B, H.y = P.y0 + P.y / 2), I.useStyle(w), i.setItemGraphicEl(v, I), vn(I, r), hr(I, V.get("focus"), V.get("blurScope"), V.get("disabled"));
|
|
67047
67098
|
}
|
|
67048
67099
|
this._layersSeries = l, this._layers = p;
|
|
67049
67100
|
}, t.type = "themeRiver", t;
|
|
@@ -67291,10 +67342,10 @@ var Net = 2, Iet = 4, MW = (
|
|
|
67291
67342
|
outsideFill: y.get("color") === "inherit" ? A : null,
|
|
67292
67343
|
inside: T !== "outside"
|
|
67293
67344
|
};
|
|
67294
|
-
var C, N = g(y, "distance") || 0, D = g(y, "align"), I = g(y, "rotate"), P = Math.PI * 0.5, U = Math.PI * 1.5, B = Ai(I === "tangential" ? Math.PI / 2 - l : l),
|
|
67295
|
-
T === "outside" ? (C = o.r + N, D =
|
|
67345
|
+
var C, N = g(y, "distance") || 0, D = g(y, "align"), I = g(y, "rotate"), P = Math.PI * 0.5, U = Math.PI * 1.5, B = Ai(I === "tangential" ? Math.PI / 2 - l : l), V = B > P && !Mp(B - P) && B < U;
|
|
67346
|
+
T === "outside" ? (C = o.r + N, D = V ? "right" : "left") : !D || D === "center" ? (s === 2 * Math.PI && o.r0 === 0 ? C = 0 : C = (o.r + o.r0) / 2, D = "center") : D === "left" ? (C = o.r0 + N, D = V ? "right" : "left") : D === "right" && (C = o.r - N, D = V ? "left" : "right"), S.style.align = D, S.style.verticalAlign = g(y, "verticalAlign") || "middle", S.x = C * u + o.cx, S.y = C * c + o.cy;
|
|
67296
67347
|
var j = 0;
|
|
67297
|
-
I === "radial" ? j = Ai(-l) + (
|
|
67348
|
+
I === "radial" ? j = Ai(-l) + (V ? Math.PI : 0) : I === "tangential" ? j = Ai(Math.PI / 2 - l) + (V ? Math.PI : 0) : kt(I) && (j = I * Math.PI / 180), S.rotation = Ai(j);
|
|
67298
67349
|
});
|
|
67299
67350
|
function g(v, y) {
|
|
67300
67351
|
var x = v.get(y);
|
|
@@ -67557,12 +67608,12 @@ function Oet(e, t, r) {
|
|
|
67557
67608
|
F(g.children, function(B) {
|
|
67558
67609
|
!isNaN(B.getValue()) && x++;
|
|
67559
67610
|
});
|
|
67560
|
-
var S = g.getValue(), E = Math.PI / (S || x) * 2, w = g.depth > 0, T = g.height - (w ? -1 : 1), _ = (f - d) / (T || 1), A = n.get("clockwise"), C = n.get("stillShowZeroSum"), N = A ? 1 : -1, D = function(B,
|
|
67611
|
+
var S = g.getValue(), E = Math.PI / (S || x) * 2, w = g.depth > 0, T = g.height - (w ? -1 : 1), _ = (f - d) / (T || 1), A = n.get("clockwise"), C = n.get("stillShowZeroSum"), N = A ? 1 : -1, D = function(B, V) {
|
|
67561
67612
|
if (B) {
|
|
67562
|
-
var j =
|
|
67613
|
+
var j = V;
|
|
67563
67614
|
if (B !== m) {
|
|
67564
67615
|
var H = B.getValue(), M = S === 0 && C ? E : H * E;
|
|
67565
|
-
M < p && (M = p), j =
|
|
67616
|
+
M < p && (M = p), j = V + N * M;
|
|
67566
67617
|
var q = B.depth - v - (w ? -1 : 1), Y = d + _ * q, z = d + _ * (q + 1), K = n.getLevelModel(B);
|
|
67567
67618
|
if (K) {
|
|
67568
67619
|
var re = K.get("r0", !0), fe = K.get("r", !0), ue = K.get("radius", !0);
|
|
@@ -67570,7 +67621,7 @@ function Oet(e, t, r) {
|
|
|
67570
67621
|
}
|
|
67571
67622
|
B.setLayout({
|
|
67572
67623
|
angle: M,
|
|
67573
|
-
startAngle:
|
|
67624
|
+
startAngle: V,
|
|
67574
67625
|
endAngle: j,
|
|
67575
67626
|
clockwise: A,
|
|
67576
67627
|
cx: u,
|
|
@@ -67582,10 +67633,10 @@ function Oet(e, t, r) {
|
|
|
67582
67633
|
if (B.children && B.children.length) {
|
|
67583
67634
|
var ae = 0;
|
|
67584
67635
|
F(B.children, function(se) {
|
|
67585
|
-
ae += D(se,
|
|
67636
|
+
ae += D(se, V + ae);
|
|
67586
67637
|
});
|
|
67587
67638
|
}
|
|
67588
|
-
return j -
|
|
67639
|
+
return j - V;
|
|
67589
67640
|
}
|
|
67590
67641
|
};
|
|
67591
67642
|
if (w) {
|
|
@@ -68410,17 +68461,17 @@ function qW(e, t, r, n) {
|
|
|
68410
68461
|
}
|
|
68411
68462
|
function w(U, B) {
|
|
68412
68463
|
B == null && (B = c), U = U || 0;
|
|
68413
|
-
var
|
|
68414
|
-
if (
|
|
68464
|
+
var V = t.getDimensionInfo(U);
|
|
68465
|
+
if (!V) {
|
|
68415
68466
|
var j = t.getDimensionIndex(U);
|
|
68416
68467
|
return j >= 0 ? t.getStore().get(j, B) : void 0;
|
|
68417
68468
|
}
|
|
68418
|
-
var H = t.get(
|
|
68469
|
+
var H = t.get(V.name, B), M = V && V.ordinalMeta;
|
|
68419
68470
|
return M ? M.categories[H] : H;
|
|
68420
68471
|
}
|
|
68421
68472
|
function T(U, B) {
|
|
68422
68473
|
process.env.NODE_ENV !== "production" && zW("api.style", "Please write literal style directly instead."), B == null && (B = c);
|
|
68423
|
-
var
|
|
68474
|
+
var V = t.getItemVisual(B, "style"), j = V && V.fill, H = V && V.opacity, M = x(B, zu).getItemStyle();
|
|
68424
68475
|
j != null && (M.fill = j), H != null && (M.opacity = H);
|
|
68425
68476
|
var q = {
|
|
68426
68477
|
inheritColor: Se(j) ? j : ee.color.neutral99
|
|
@@ -68431,22 +68482,22 @@ function qW(e, t, r, n) {
|
|
|
68431
68482
|
}
|
|
68432
68483
|
function _(U, B) {
|
|
68433
68484
|
process.env.NODE_ENV !== "production" && zW("api.styleEmphasis", "Please write literal style directly instead."), B == null && (B = c);
|
|
68434
|
-
var
|
|
68485
|
+
var V = x(B, Dl).getItemStyle(), j = S(B, Dl), H = er(j, null, null, !0, !0);
|
|
68435
68486
|
H.text = j.getShallow("show") ? ba(e.getFormattedLabel(B, Dl), e.getFormattedLabel(B, zu), $p(t, B)) : null;
|
|
68436
68487
|
var M = nw(j, null, !0);
|
|
68437
|
-
return C(U,
|
|
68488
|
+
return C(U, V), V = jW(V, H, M), U && A(V, U), V.legacy = !0, V;
|
|
68438
68489
|
}
|
|
68439
68490
|
function A(U, B) {
|
|
68440
|
-
for (var
|
|
68441
|
-
Ie(B,
|
|
68491
|
+
for (var V in B)
|
|
68492
|
+
Ie(B, V) && (U[V] = B[V]);
|
|
68442
68493
|
}
|
|
68443
68494
|
function C(U, B) {
|
|
68444
68495
|
U && (U.textFill && (B.textFill = U.textFill), U.textPosition && (B.textPosition = U.textPosition));
|
|
68445
68496
|
}
|
|
68446
68497
|
function N(U, B) {
|
|
68447
68498
|
if (B == null && (B = c), Ie(PW, U)) {
|
|
68448
|
-
var
|
|
68449
|
-
return
|
|
68499
|
+
var V = t.getItemVisual(B, "style");
|
|
68500
|
+
return V ? V[PW[U]] : null;
|
|
68450
68501
|
}
|
|
68451
68502
|
if (Ie(jet, U))
|
|
68452
68503
|
return t.getItemVisual(B, U);
|
|
@@ -69959,19 +70010,19 @@ function ort(e, t, r) {
|
|
|
69959
70010
|
n: A
|
|
69960
70011
|
// Negative stack
|
|
69961
70012
|
}), U = n[c][I][P]);
|
|
69962
|
-
var B = void 0,
|
|
70013
|
+
var B = void 0, V = void 0, j = void 0, H = void 0;
|
|
69963
70014
|
if (p.dim === "radius") {
|
|
69964
70015
|
var M = p.dataToCoord(D) - A, q = l.dataToCoord(I);
|
|
69965
|
-
Math.abs(M) < v && (M = (M < 0 ? -1 : 1) * v), B = U,
|
|
70016
|
+
Math.abs(M) < v && (M = (M < 0 ? -1 : 1) * v), B = U, V = U + M, j = q - f, H = j - h, E && (n[c][I][P] = V);
|
|
69966
70017
|
} else {
|
|
69967
70018
|
var Y = p.dataToCoord(D, w) - A, z = l.dataToCoord(I);
|
|
69968
|
-
Math.abs(Y) < y && (Y = (Y < 0 ? -1 : 1) * y), B = z + f,
|
|
70019
|
+
Math.abs(Y) < y && (Y = (Y < 0 ? -1 : 1) * y), B = z + f, V = B + h, j = U, H = U + Y, E && (n[c][I][P] = H);
|
|
69969
70020
|
}
|
|
69970
70021
|
o.setItemLayout(C, {
|
|
69971
70022
|
cx: m,
|
|
69972
70023
|
cy: g,
|
|
69973
70024
|
r0: B,
|
|
69974
|
-
r:
|
|
70025
|
+
r: V,
|
|
69975
70026
|
// Consider that positive angle is anti-clockwise,
|
|
69976
70027
|
// while positive radian of sector is clockwise
|
|
69977
70028
|
startAngle: -j * Math.PI / 180,
|
|
@@ -72480,9 +72531,9 @@ var pnt = (
|
|
|
72480
72531
|
title: C[I]
|
|
72481
72532
|
}
|
|
72482
72533
|
}), P.__title = C[I], P.on("mouseover", function() {
|
|
72483
|
-
var
|
|
72534
|
+
var V = w.getItemStyle(), j = l ? r.get("right") == null && r.get("left") !== "right" ? "right" : "left" : r.get("bottom") == null && r.get("top") !== "bottom" ? "bottom" : "top";
|
|
72484
72535
|
B.setStyle({
|
|
72485
|
-
fill: w.get("textFill") ||
|
|
72536
|
+
fill: w.get("textFill") || V.fill || V.stroke || ee.color.neutral99,
|
|
72486
72537
|
backgroundColor: w.get("textBackgroundColor")
|
|
72487
72538
|
}), P.setTextConfig({
|
|
72488
72539
|
position: w.get("textPosition") || j
|
|
@@ -76232,11 +76283,11 @@ var nit = function(e, t) {
|
|
|
76232
76283
|
fill: co(U, "rgba")
|
|
76233
76284
|
}));
|
|
76234
76285
|
var B = this._createItem(A, v, m, p, n, r, {}, I, P, d, i);
|
|
76235
|
-
B.on("click", wh(bX, null, v, i, h)).on("mouseover", wh(c6, null, v, i, h)).on("mouseout", wh(d6, null, v, i, h)), a.ssr && B.eachChild(function(
|
|
76236
|
-
var j = Qe(
|
|
76286
|
+
B.on("click", wh(bX, null, v, i, h)).on("mouseover", wh(c6, null, v, i, h)).on("mouseout", wh(d6, null, v, i, h)), a.ssr && B.eachChild(function(V) {
|
|
76287
|
+
var j = Qe(V);
|
|
76237
76288
|
j.seriesIndex = A.seriesIndex, j.dataIndex = m, j.ssrType = "legend";
|
|
76238
|
-
}), f && B.eachChild(function(
|
|
76239
|
-
C.packEventData(
|
|
76289
|
+
}), f && B.eachChild(function(V) {
|
|
76290
|
+
C.packEventData(V, n, A, m, v);
|
|
76240
76291
|
}), c.set(v, !0);
|
|
76241
76292
|
}
|
|
76242
76293
|
}, this);
|
|
@@ -78872,10 +78923,10 @@ function aot(e, t) {
|
|
|
78872
78923
|
});
|
|
78873
78924
|
} else
|
|
78874
78925
|
C += d.get(["data", "allData"]);
|
|
78875
|
-
for (var U = d.get(["data", "separator", "middle"]), B = d.get(["data", "separator", "end"]),
|
|
78926
|
+
for (var U = d.get(["data", "separator", "middle"]), B = d.get(["data", "separator", "end"]), V = d.get(["data", "excludeDimensionId"]), j = [], H = 0; H < I.count(); H++)
|
|
78876
78927
|
if (H < h) {
|
|
78877
|
-
var M = I.getName(H), q =
|
|
78878
|
-
return ot(
|
|
78928
|
+
var M = I.getName(H), q = V ? Ft(I.getValues(H), function(z, K) {
|
|
78929
|
+
return ot(V, K) === -1;
|
|
78879
78930
|
}) : I.getValues(H), Y = d.get(["data", M ? "withName" : "withoutName"]);
|
|
78880
78931
|
j.push(o(Y, {
|
|
78881
78932
|
name: M,
|
|
@@ -79186,8 +79237,8 @@ function h6(e) {
|
|
|
79186
79237
|
function c(I, P, U, B) {
|
|
79187
79238
|
rp(I, U) && rp(P, B) || a.push(I, P, U, B, U, B);
|
|
79188
79239
|
}
|
|
79189
|
-
function d(I, P, U, B,
|
|
79190
|
-
var H = Math.abs(P - I), M = Math.tan(H / 4) * 4 / 3, q = P < I ? -1 : 1, Y = Math.cos(I), z = Math.sin(I), K = Math.cos(P), re = Math.sin(P), fe = Y *
|
|
79240
|
+
function d(I, P, U, B, V, j) {
|
|
79241
|
+
var H = Math.abs(P - I), M = Math.tan(H / 4) * 4 / 3, q = P < I ? -1 : 1, Y = Math.cos(I), z = Math.sin(I), K = Math.cos(P), re = Math.sin(P), fe = Y * V + U, ue = z * j + B, ae = K * V + U, se = re * j + B, ye = V * M * q, ge = j * M * q;
|
|
79191
79242
|
a.push(fe - ye * z, ue + ge * Y, ae + ye * re, se - ge * K, ae, se);
|
|
79192
79243
|
}
|
|
79193
79244
|
for (var f, h, p, m, g = 0; g < r; ) {
|
|
@@ -79494,8 +79545,8 @@ function Pot(e, t, r, n) {
|
|
|
79494
79545
|
for (var T = Math.sin(w), _ = Math.cos(w), A = 0, x = 0; x < s.length; x += 2) {
|
|
79495
79546
|
var C = d[x], N = d[x + 1], D = l[x] - c[0], I = l[x + 1] - c[1], P = D * _ - I * T, U = D * T + I * _;
|
|
79496
79547
|
m[x] = P, m[x + 1] = U;
|
|
79497
|
-
var B = P - C,
|
|
79498
|
-
A += B * B +
|
|
79548
|
+
var B = P - C, V = U - N;
|
|
79549
|
+
A += B * B + V * V;
|
|
79499
79550
|
}
|
|
79500
79551
|
if (A < p) {
|
|
79501
79552
|
p = A, h = w;
|
|
@@ -79552,11 +79603,11 @@ function Kve(e, t) {
|
|
|
79552
79603
|
var C = y[A], N = y[A + 1], D = x[A], I = x[A + 1], P = C * p + D * h, U = N * p + I * h;
|
|
79553
79604
|
d[A] = P * _ - U * T + m[0], d[A + 1] = P * T + U * _ + m[1];
|
|
79554
79605
|
}
|
|
79555
|
-
var B = d[0],
|
|
79556
|
-
f.moveTo(B,
|
|
79606
|
+
var B = d[0], V = d[1];
|
|
79607
|
+
f.moveTo(B, V);
|
|
79557
79608
|
for (var A = 2; A < y.length; ) {
|
|
79558
79609
|
var D = d[A++], I = d[A++], j = d[A++], H = d[A++], M = d[A++], q = d[A++];
|
|
79559
|
-
B === D &&
|
|
79610
|
+
B === D && V === I && j === M && H === q ? f.lineTo(M, q) : f.bezierCurveTo(D, I, j, H, M, q), B = M, V = q;
|
|
79560
79611
|
}
|
|
79561
79612
|
}
|
|
79562
79613
|
} });
|
|
@@ -79797,8 +79848,8 @@ function WC(e, t, r, n, a, i) {
|
|
|
79797
79848
|
} else
|
|
79798
79849
|
for (var N = Ge({
|
|
79799
79850
|
dividePath: Uot[r],
|
|
79800
|
-
individualDelay: s && function(
|
|
79801
|
-
return s(
|
|
79851
|
+
individualDelay: s && function(V, j, H, M) {
|
|
79852
|
+
return s(V + x, S);
|
|
79802
79853
|
}
|
|
79803
79854
|
}, l), D = y ? Bot(w, T, N) : jot(T, w, N), I = D.fromIndividuals, P = D.toIndividuals, U = I.length, B = 0; B < U; B++) {
|
|
79804
79855
|
var C = s ? Ge({
|
|
@@ -80523,10 +80574,10 @@ function cst(e, t, r, n, a) {
|
|
|
80523
80574
|
lineWidth: g,
|
|
80524
80575
|
lineDash: v,
|
|
80525
80576
|
fill: "none"
|
|
80526
|
-
}, B = I ? 0 : 1,
|
|
80577
|
+
}, B = I ? 0 : 1, V = 1 - B, j = n[rt[V]] + n[rn[V]];
|
|
80527
80578
|
function H(ft) {
|
|
80528
80579
|
var nt = [], ht = [];
|
|
80529
|
-
nt[B] = ht[B] = ft, nt[
|
|
80580
|
+
nt[B] = ht[B] = ft, nt[V] = n[rt[V]], ht[V] = j;
|
|
80530
80581
|
var ut = {
|
|
80531
80582
|
x1: nt[0],
|
|
80532
80583
|
y1: nt[1],
|
|
@@ -80538,11 +80589,11 @@ function cst(e, t, r, n, a) {
|
|
|
80538
80589
|
}), nt[0] = ut.x1, nt[1] = ut.y1, nt[B];
|
|
80539
80590
|
}
|
|
80540
80591
|
N = H(N), D = H(D);
|
|
80541
|
-
for (var M = [], q = [], Y = !0, z = n[rt[
|
|
80542
|
-
var re = z === n[rt[
|
|
80592
|
+
for (var M = [], q = [], Y = !0, z = n[rt[V]], K = 0; ; K++) {
|
|
80593
|
+
var re = z === n[rt[V]], fe = z >= j;
|
|
80543
80594
|
fe && (z = j);
|
|
80544
80595
|
var ue = [], ae = [];
|
|
80545
|
-
ue[B] = N, ae[B] = D, !re && !fe && (ue[B] += Y ? -l : l, ae[B] -= Y ? l : -l), ue[
|
|
80596
|
+
ue[B] = N, ae[B] = D, !re && !fe && (ue[B] += Y ? -l : l, ae[B] -= Y ? l : -l), ue[V] = z, ae[V] = z, M.push(ue), q.push(ae);
|
|
80546
80597
|
var se = void 0;
|
|
80547
80598
|
if (K < A.length ? se = A[K] : (se = Math.random(), A.push(se)), z += se * (c - u) + u, Y = !Y, fe)
|
|
80548
80599
|
break;
|
|
@@ -82091,18 +82142,18 @@ function tlt(e, t, r, n, a, i, o, s, l) {
|
|
|
82091
82142
|
})), U = g(P, D);
|
|
82092
82143
|
d.push(U);
|
|
82093
82144
|
} else if (N === A.length - 1) {
|
|
82094
|
-
var B = c[h + 1] && c[h + 1].children && c[h + 1].children[0],
|
|
82145
|
+
var B = c[h + 1] && c[h + 1].children && c[h + 1].children[0], V = {
|
|
82095
82146
|
type: "text",
|
|
82096
82147
|
value: "".concat(C)
|
|
82097
82148
|
};
|
|
82098
82149
|
if (B) {
|
|
82099
82150
|
var j = Xx({
|
|
82100
|
-
children: [
|
|
82151
|
+
children: [V],
|
|
82101
82152
|
className: w.properties.className
|
|
82102
82153
|
});
|
|
82103
82154
|
c.splice(h + 1, 0, j);
|
|
82104
82155
|
} else {
|
|
82105
|
-
var H = [
|
|
82156
|
+
var H = [V], M = g(H, D, w.properties.className);
|
|
82106
82157
|
d.push(M);
|
|
82107
82158
|
}
|
|
82108
82159
|
} else {
|
|
@@ -82163,7 +82214,7 @@ function alt(e, t) {
|
|
|
82163
82214
|
var a = n.language, i = n.children, o = n.style, s = o === void 0 ? t : o, l = n.customStyle, u = l === void 0 ? {} : l, c = n.codeTagProps, d = c === void 0 ? {
|
|
82164
82215
|
className: a ? "language-".concat(a) : void 0,
|
|
82165
82216
|
style: Vu(Vu({}, s['code[class*="language-"]']), s['code[class*="language-'.concat(a, '"]')])
|
|
82166
|
-
} : c, f = n.useInlineStyles, h = f === void 0 ? !0 : f, p = n.showLineNumbers, m = p === void 0 ? !1 : p, g = n.showInlineLineNumbers, v = g === void 0 ? !0 : g, y = n.startingLineNumber, x = y === void 0 ? 1 : y, S = n.lineNumberContainerStyle, E = n.lineNumberStyle, w = E === void 0 ? {} : E, T = n.wrapLines, _ = n.wrapLongLines, A = _ === void 0 ? !1 : _, C = n.lineProps, N = C === void 0 ? {} : C, D = n.renderer, I = n.PreTag, P = I === void 0 ? "pre" : I, U = n.CodeTag, B = U === void 0 ? "code" : U,
|
|
82217
|
+
} : c, f = n.useInlineStyles, h = f === void 0 ? !0 : f, p = n.showLineNumbers, m = p === void 0 ? !1 : p, g = n.showInlineLineNumbers, v = g === void 0 ? !0 : g, y = n.startingLineNumber, x = y === void 0 ? 1 : y, S = n.lineNumberContainerStyle, E = n.lineNumberStyle, w = E === void 0 ? {} : E, T = n.wrapLines, _ = n.wrapLongLines, A = _ === void 0 ? !1 : _, C = n.lineProps, N = C === void 0 ? {} : C, D = n.renderer, I = n.PreTag, P = I === void 0 ? "pre" : I, U = n.CodeTag, B = U === void 0 ? "code" : U, V = n.code, j = V === void 0 ? (Array.isArray(i) ? i[0] : i) || "" : V, H = n.astGenerator, M = Fst(n, Xst);
|
|
82167
82218
|
H = H || e;
|
|
82168
82219
|
var q = m ? /* @__PURE__ */ ve.createElement(Jst, {
|
|
82169
82220
|
containerStyle: S,
|
|
@@ -83189,8 +83240,8 @@ function Act() {
|
|
|
83189
83240
|
A[T] = 16, A[_] = 10;
|
|
83190
83241
|
var C = {};
|
|
83191
83242
|
C[w] = a, C[_] = r, C[T] = n;
|
|
83192
|
-
var N = 1, D = 2, I = 3, P = 4, U = 5, B = 6,
|
|
83193
|
-
j[N] = "Named character references must be terminated by a semicolon", j[D] = "Numeric character references must be terminated by a semicolon", j[I] = "Named character references cannot be empty", j[P] = "Numeric character references cannot be empty", j[U] = "Named character references must be known", j[B] = "Numeric character references cannot be disallowed", j[
|
|
83243
|
+
var N = 1, D = 2, I = 3, P = 4, U = 5, B = 6, V = 7, j = {};
|
|
83244
|
+
j[N] = "Named character references must be terminated by a semicolon", j[D] = "Numeric character references must be terminated by a semicolon", j[I] = "Named character references cannot be empty", j[P] = "Numeric character references cannot be empty", j[U] = "Named character references must be known", j[B] = "Numeric character references cannot be disallowed", j[V] = "Numeric character references cannot be outside the permissible Unicode range";
|
|
83194
83245
|
function H(z, K) {
|
|
83195
83246
|
var re = {}, fe, ue;
|
|
83196
83247
|
K || (K = {});
|
|
@@ -83208,7 +83259,7 @@ function Act() {
|
|
|
83208
83259
|
}
|
|
83209
83260
|
for (_a = ut + 1, Yn = _a, sn = _a, Ke === y ? (sn = ++Yn, Ke = z.charCodeAt(sn), Ke === x || Ke === S ? (Sn = T, sn = ++Yn) : Sn = _) : Sn = w, Yr = "", Mn = "", Wn = "", wn = C[Sn], sn--; ++sn < ht && (Ke = z.charCodeAt(sn), !!wn(Ke)); )
|
|
83210
83261
|
Wn += s(Ke), Sn === w && o.call(e, Wn) && (Yr = Wn, Mn = e[Wn]);
|
|
83211
|
-
ci = z.charCodeAt(sn) === m, ci && (sn++, Fi = Sn === w ? i(Wn) : !1, Fi && (Yr = Wn, Mn = Fi)), Bi = 1 + sn - _a, !ci && !fe || (Wn ? Sn === w ? (ci && !Mn ? pt(U, 1) : (Yr !== Wn && (sn = Yn + Yr.length, Bi = 1 + sn - Yn, ci = !1), ci || (Gt = Yr ? N : I, K.attribute ? (Ke = z.charCodeAt(sn), Ke === v ? (pt(Gt, Bi), Mn = null) : a(Ke) ? Mn = null : pt(Gt, Bi)) : pt(Gt, Bi))), xe = Mn) : (ci || pt(D, Bi), xe = parseInt(Wn, A[Sn]), q(xe) ? (pt(
|
|
83262
|
+
ci = z.charCodeAt(sn) === m, ci && (sn++, Fi = Sn === w ? i(Wn) : !1, Fi && (Yr = Wn, Mn = Fi)), Bi = 1 + sn - _a, !ci && !fe || (Wn ? Sn === w ? (ci && !Mn ? pt(U, 1) : (Yr !== Wn && (sn = Yn + Yr.length, Bi = 1 + sn - Yn, ci = !1), ci || (Gt = Yr ? N : I, K.attribute ? (Ke = z.charCodeAt(sn), Ke === v ? (pt(Gt, Bi), Mn = null) : a(Ke) ? Mn = null : pt(Gt, Bi)) : pt(Gt, Bi))), xe = Mn) : (ci || pt(D, Bi), xe = parseInt(Wn, A[Sn]), q(xe) ? (pt(V, Bi), xe = s(E)) : xe in t ? (pt(B, Bi), xe = t[xe]) : (xr = "", Y(xe) && pt(B, Bi), xe > 65535 && (xe -= 65536, xr += s(xe >>> 10 | 55296), xe = 56320 | xe & 1023), xe = xr + s(xe))) : Sn !== w && pt(P, Bi)), xe ? (sa(), Ga = Rc(), ut = sn - 1, Xt += sn - _a + 1, Ht.push(xe), Xn = Rc(), Xn.offset++, ae && ae.call(
|
|
83212
83263
|
ge,
|
|
83213
83264
|
xe,
|
|
83214
83265
|
{ start: Ga, end: Xn },
|
|
@@ -83870,14 +83921,14 @@ function Cct() {
|
|
|
83870
83921
|
var B = N.pattern.toString().match(/[imsuy]*$/)[0];
|
|
83871
83922
|
N.pattern = RegExp(N.pattern.source, B + "g");
|
|
83872
83923
|
}
|
|
83873
|
-
for (var
|
|
83924
|
+
for (var V = N.pattern || N, j = E.next, H = w; j !== x.tail && !(T && H >= T.reach); H += j.value.length, j = j.next) {
|
|
83874
83925
|
var M = j.value;
|
|
83875
83926
|
if (x.length > y.length)
|
|
83876
83927
|
return;
|
|
83877
83928
|
if (!(M instanceof l)) {
|
|
83878
83929
|
var q = 1, Y;
|
|
83879
83930
|
if (P) {
|
|
83880
|
-
if (Y = u(
|
|
83931
|
+
if (Y = u(V, H, y, I), !Y || Y.index >= y.length)
|
|
83881
83932
|
break;
|
|
83882
83933
|
var fe = Y.index, z = Y.index + Y[0].length, K = H;
|
|
83883
83934
|
for (K += j.value.length; fe >= K; )
|
|
@@ -83887,7 +83938,7 @@ function Cct() {
|
|
|
83887
83938
|
for (var re = j; re !== x.tail && (K < z || typeof re.value == "string"); re = re.next)
|
|
83888
83939
|
q++, K += re.value.length;
|
|
83889
83940
|
q--, M = y.slice(H, K), Y.index -= H;
|
|
83890
|
-
} else if (Y = u(
|
|
83941
|
+
} else if (Y = u(V, 0, M, I), !Y)
|
|
83891
83942
|
continue;
|
|
83892
83943
|
var fe = Y.index, ue = Y[0], ae = M.slice(0, fe), se = M.slice(fe + ue.length), ye = H + M.length;
|
|
83893
83944
|
T && ye > T.reach && (T.reach = ye);
|
|
@@ -86074,7 +86125,7 @@ function XT() {
|
|
|
86074
86125
|
N
|
|
86075
86126
|
]),
|
|
86076
86127
|
2
|
|
86077
|
-
),
|
|
86128
|
+
), V = n(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source, [
|
|
86078
86129
|
B,
|
|
86079
86130
|
U
|
|
86080
86131
|
]), j = i(
|
|
@@ -86119,11 +86170,11 @@ function XT() {
|
|
|
86119
86170
|
{
|
|
86120
86171
|
pattern: a(
|
|
86121
86172
|
/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,
|
|
86122
|
-
[
|
|
86173
|
+
[V]
|
|
86123
86174
|
),
|
|
86124
86175
|
lookbehind: !0,
|
|
86125
86176
|
greedy: !0,
|
|
86126
|
-
inside: M(
|
|
86177
|
+
inside: M(V, B)
|
|
86127
86178
|
},
|
|
86128
86179
|
{
|
|
86129
86180
|
pattern: a(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source, [
|
|
@@ -93288,9 +93339,9 @@ function Bft() {
|
|
|
93288
93339
|
++x;
|
|
93289
93340
|
var U = I.substring(0, P), B = d(
|
|
93290
93341
|
S[D]
|
|
93291
|
-
),
|
|
93292
|
-
if (U && j.push(U), j.push(B),
|
|
93293
|
-
var H = [
|
|
93342
|
+
), V = I.substring(P + D.length), j = [];
|
|
93343
|
+
if (U && j.push(U), j.push(B), V) {
|
|
93344
|
+
var H = [V];
|
|
93294
93345
|
_(H), j.push.apply(j, H);
|
|
93295
93346
|
}
|
|
93296
93347
|
typeof N == "string" ? (A.splice.apply(A, [C, 1].concat(j)), C += j.length - 1) : N.content = j;
|
|
@@ -107451,7 +107502,7 @@ function lgt(e, t, r) {
|
|
|
107451
107502
|
return z === null || at(z) ? D(z) : $t(z) ? (e.consume(z), N) : r(z);
|
|
107452
107503
|
}
|
|
107453
107504
|
function D(z) {
|
|
107454
|
-
return z === 45 && a === 2 ? (e.consume(z), B) : z === 60 && a === 1 ? (e.consume(z),
|
|
107505
|
+
return z === 45 && a === 2 ? (e.consume(z), B) : z === 60 && a === 1 ? (e.consume(z), V) : z === 62 && a === 4 ? (e.consume(z), q) : z === 63 && a === 3 ? (e.consume(z), M) : z === 93 && a === 5 ? (e.consume(z), H) : at(z) && (a === 6 || a === 7) ? (e.exit("htmlFlowData"), e.check(igt, Y, I)(z)) : z === null || at(z) ? (e.exit("htmlFlowData"), I(z)) : (e.consume(z), D);
|
|
107455
107506
|
}
|
|
107456
107507
|
function I(z) {
|
|
107457
107508
|
return e.check(ogt, P, Y)(z);
|
|
@@ -107465,7 +107516,7 @@ function lgt(e, t, r) {
|
|
|
107465
107516
|
function B(z) {
|
|
107466
107517
|
return z === 45 ? (e.consume(z), M) : D(z);
|
|
107467
107518
|
}
|
|
107468
|
-
function
|
|
107519
|
+
function V(z) {
|
|
107469
107520
|
return z === 47 ? (e.consume(z), o = "", j) : D(z);
|
|
107470
107521
|
}
|
|
107471
107522
|
function j(z) {
|
|
@@ -107525,7 +107576,7 @@ function fgt(e, t, r) {
|
|
|
107525
107576
|
return M === 45 ? (e.consume(M), h) : r(M);
|
|
107526
107577
|
}
|
|
107527
107578
|
function d(M) {
|
|
107528
|
-
return M === null ? r(M) : M === 45 ? (e.consume(M), f) : at(M) ? (o = d,
|
|
107579
|
+
return M === null ? r(M) : M === 45 ? (e.consume(M), f) : at(M) ? (o = d, V(M)) : (e.consume(M), d);
|
|
107529
107580
|
}
|
|
107530
107581
|
function f(M) {
|
|
107531
107582
|
return M === 45 ? (e.consume(M), h) : d(M);
|
|
@@ -107538,7 +107589,7 @@ function fgt(e, t, r) {
|
|
|
107538
107589
|
return M === q.charCodeAt(i++) ? (e.consume(M), i === q.length ? m : p) : r(M);
|
|
107539
107590
|
}
|
|
107540
107591
|
function m(M) {
|
|
107541
|
-
return M === null ? r(M) : M === 93 ? (e.consume(M), g) : at(M) ? (o = m,
|
|
107592
|
+
return M === null ? r(M) : M === 93 ? (e.consume(M), g) : at(M) ? (o = m, V(M)) : (e.consume(M), m);
|
|
107542
107593
|
}
|
|
107543
107594
|
function g(M) {
|
|
107544
107595
|
return M === 93 ? (e.consume(M), v) : m(M);
|
|
@@ -107547,10 +107598,10 @@ function fgt(e, t, r) {
|
|
|
107547
107598
|
return M === 62 ? B(M) : M === 93 ? (e.consume(M), v) : m(M);
|
|
107548
107599
|
}
|
|
107549
107600
|
function y(M) {
|
|
107550
|
-
return M === null || M === 62 ? B(M) : at(M) ? (o = y,
|
|
107601
|
+
return M === null || M === 62 ? B(M) : at(M) ? (o = y, V(M)) : (e.consume(M), y);
|
|
107551
107602
|
}
|
|
107552
107603
|
function x(M) {
|
|
107553
|
-
return M === null ? r(M) : M === 63 ? (e.consume(M), S) : at(M) ? (o = x,
|
|
107604
|
+
return M === null ? r(M) : M === 63 ? (e.consume(M), S) : at(M) ? (o = x, V(M)) : (e.consume(M), x);
|
|
107554
107605
|
}
|
|
107555
107606
|
function S(M) {
|
|
107556
107607
|
return M === 62 ? B(M) : x(M);
|
|
@@ -107562,25 +107613,25 @@ function fgt(e, t, r) {
|
|
|
107562
107613
|
return M === 45 || ya(M) ? (e.consume(M), w) : T(M);
|
|
107563
107614
|
}
|
|
107564
107615
|
function T(M) {
|
|
107565
|
-
return at(M) ? (o = T,
|
|
107616
|
+
return at(M) ? (o = T, V(M)) : $t(M) ? (e.consume(M), T) : B(M);
|
|
107566
107617
|
}
|
|
107567
107618
|
function _(M) {
|
|
107568
107619
|
return M === 45 || ya(M) ? (e.consume(M), _) : M === 47 || M === 62 || dr(M) ? A(M) : r(M);
|
|
107569
107620
|
}
|
|
107570
107621
|
function A(M) {
|
|
107571
|
-
return M === 47 ? (e.consume(M), B) : M === 58 || M === 95 || Ma(M) ? (e.consume(M), C) : at(M) ? (o = A,
|
|
107622
|
+
return M === 47 ? (e.consume(M), B) : M === 58 || M === 95 || Ma(M) ? (e.consume(M), C) : at(M) ? (o = A, V(M)) : $t(M) ? (e.consume(M), A) : B(M);
|
|
107572
107623
|
}
|
|
107573
107624
|
function C(M) {
|
|
107574
107625
|
return M === 45 || M === 46 || M === 58 || M === 95 || ya(M) ? (e.consume(M), C) : N(M);
|
|
107575
107626
|
}
|
|
107576
107627
|
function N(M) {
|
|
107577
|
-
return M === 61 ? (e.consume(M), D) : at(M) ? (o = N,
|
|
107628
|
+
return M === 61 ? (e.consume(M), D) : at(M) ? (o = N, V(M)) : $t(M) ? (e.consume(M), N) : A(M);
|
|
107578
107629
|
}
|
|
107579
107630
|
function D(M) {
|
|
107580
|
-
return M === null || M === 60 || M === 61 || M === 62 || M === 96 ? r(M) : M === 34 || M === 39 ? (e.consume(M), a = M, I) : at(M) ? (o = D,
|
|
107631
|
+
return M === null || M === 60 || M === 61 || M === 62 || M === 96 ? r(M) : M === 34 || M === 39 ? (e.consume(M), a = M, I) : at(M) ? (o = D, V(M)) : $t(M) ? (e.consume(M), D) : (e.consume(M), P);
|
|
107581
107632
|
}
|
|
107582
107633
|
function I(M) {
|
|
107583
|
-
return M === a ? (e.consume(M), a = void 0, U) : M === null ? r(M) : at(M) ? (o = I,
|
|
107634
|
+
return M === a ? (e.consume(M), a = void 0, U) : M === null ? r(M) : at(M) ? (o = I, V(M)) : (e.consume(M), I);
|
|
107584
107635
|
}
|
|
107585
107636
|
function P(M) {
|
|
107586
107637
|
return M === null || M === 34 || M === 39 || M === 60 || M === 61 || M === 96 ? r(M) : M === 47 || M === 62 || dr(M) ? A(M) : (e.consume(M), P);
|
|
@@ -107591,7 +107642,7 @@ function fgt(e, t, r) {
|
|
|
107591
107642
|
function B(M) {
|
|
107592
107643
|
return M === 62 ? (e.consume(M), e.exit("htmlTextData"), e.exit("htmlText"), t) : r(M);
|
|
107593
107644
|
}
|
|
107594
|
-
function
|
|
107645
|
+
function V(M) {
|
|
107595
107646
|
return e.exit("htmlTextData"), e.enter("lineEnding"), e.consume(M), e.exit("lineEnding"), j;
|
|
107596
107647
|
}
|
|
107597
107648
|
function j(M) {
|
|
@@ -108219,7 +108270,7 @@ function Jgt(e, t, r) {
|
|
|
108219
108270
|
function T(N, D) {
|
|
108220
108271
|
return I;
|
|
108221
108272
|
function I(P, U, B) {
|
|
108222
|
-
let
|
|
108273
|
+
let V, j, H, M;
|
|
108223
108274
|
return Array.isArray(P) ? (
|
|
108224
108275
|
/* c8 ignore next 1 */
|
|
108225
108276
|
Y(P)
|
|
@@ -108243,7 +108294,7 @@ function Jgt(e, t, r) {
|
|
|
108243
108294
|
}
|
|
108244
108295
|
}
|
|
108245
108296
|
function Y(fe) {
|
|
108246
|
-
return
|
|
108297
|
+
return V = fe, j = 0, fe.length === 0 ? B : z(fe[j]);
|
|
108247
108298
|
}
|
|
108248
108299
|
function z(fe) {
|
|
108249
108300
|
return ue;
|
|
@@ -108263,7 +108314,7 @@ function Jgt(e, t, r) {
|
|
|
108263
108314
|
return N(H, M), U;
|
|
108264
108315
|
}
|
|
108265
108316
|
function re(fe) {
|
|
108266
|
-
return M.restore(), ++j <
|
|
108317
|
+
return M.restore(), ++j < V.length ? z(V[j]) : B;
|
|
108267
108318
|
}
|
|
108268
108319
|
}
|
|
108269
108320
|
}
|
|
@@ -108497,7 +108548,7 @@ function uvt(e) {
|
|
|
108497
108548
|
htmlFlowData: C,
|
|
108498
108549
|
htmlText: l(P),
|
|
108499
108550
|
htmlTextData: C,
|
|
108500
|
-
image: l(
|
|
108551
|
+
image: l(V),
|
|
108501
108552
|
label: H,
|
|
108502
108553
|
labelText: j,
|
|
108503
108554
|
lineEnding: N,
|
|
@@ -108760,7 +108811,7 @@ function uvt(e) {
|
|
|
108760
108811
|
delete me.identifier, delete me.label;
|
|
108761
108812
|
this.data.referenceType = void 0;
|
|
108762
108813
|
}
|
|
108763
|
-
function
|
|
108814
|
+
function V() {
|
|
108764
108815
|
const me = this.stack[this.stack.length - 1];
|
|
108765
108816
|
if (this.data.inReference) {
|
|
108766
108817
|
const xe = this.data.referenceType || "shortcut";
|
|
@@ -115284,102 +115335,102 @@ function R(e, t, r, n, a, i) {
|
|
|
115284
115335
|
replace: n
|
|
115285
115336
|
}, i && n && (br[e][n] = br[e][a]);
|
|
115286
115337
|
}
|
|
115287
|
-
var O = "math", Ee = "text",
|
|
115288
|
-
R(O,
|
|
115289
|
-
R(O,
|
|
115290
|
-
R(O,
|
|
115291
|
-
R(O,
|
|
115292
|
-
R(O,
|
|
115293
|
-
R(O,
|
|
115294
|
-
R(O,
|
|
115295
|
-
R(O,
|
|
115296
|
-
R(O,
|
|
115297
|
-
R(O,
|
|
115298
|
-
R(O,
|
|
115299
|
-
R(O,
|
|
115300
|
-
R(O,
|
|
115301
|
-
R(O,
|
|
115302
|
-
R(O,
|
|
115303
|
-
R(O,
|
|
115304
|
-
R(O,
|
|
115305
|
-
R(O,
|
|
115306
|
-
R(O,
|
|
115307
|
-
R(O,
|
|
115308
|
-
R(O,
|
|
115309
|
-
R(O,
|
|
115310
|
-
R(O,
|
|
115311
|
-
R(O,
|
|
115312
|
-
R(O,
|
|
115313
|
-
R(O,
|
|
115314
|
-
R(O,
|
|
115315
|
-
R(Ee,
|
|
115316
|
-
R(O,
|
|
115317
|
-
R(Ee,
|
|
115318
|
-
R(O,
|
|
115319
|
-
R(O,
|
|
115320
|
-
R(O,
|
|
115321
|
-
R(O,
|
|
115322
|
-
R(O,
|
|
115323
|
-
R(O,
|
|
115324
|
-
R(O,
|
|
115325
|
-
R(O,
|
|
115326
|
-
R(O,
|
|
115327
|
-
R(O,
|
|
115328
|
-
R(O,
|
|
115329
|
-
R(O,
|
|
115330
|
-
R(O,
|
|
115331
|
-
R(O,
|
|
115332
|
-
R(O,
|
|
115333
|
-
R(O,
|
|
115334
|
-
R(O,
|
|
115335
|
-
R(Ee,
|
|
115336
|
-
R(O,
|
|
115337
|
-
R(Ee,
|
|
115338
|
-
R(O,
|
|
115339
|
-
R(Ee,
|
|
115340
|
-
R(Ee,
|
|
115341
|
-
R(O,
|
|
115342
|
-
R(Ee,
|
|
115343
|
-
R(Ee,
|
|
115344
|
-
R(O,
|
|
115345
|
-
R(O,
|
|
115346
|
-
R(O,
|
|
115347
|
-
R(O,
|
|
115348
|
-
R(O,
|
|
115349
|
-
R(O,
|
|
115350
|
-
R(O,
|
|
115351
|
-
R(O,
|
|
115352
|
-
R(O,
|
|
115353
|
-
R(O,
|
|
115354
|
-
R(O,
|
|
115355
|
-
R(O,
|
|
115356
|
-
R(O,
|
|
115357
|
-
R(O,
|
|
115358
|
-
R(O,
|
|
115359
|
-
R(O,
|
|
115360
|
-
R(O,
|
|
115361
|
-
R(O,
|
|
115362
|
-
R(O,
|
|
115363
|
-
R(O,
|
|
115364
|
-
R(O,
|
|
115365
|
-
R(O,
|
|
115366
|
-
R(O,
|
|
115367
|
-
R(O,
|
|
115368
|
-
R(O,
|
|
115369
|
-
R(O,
|
|
115370
|
-
R(O,
|
|
115371
|
-
R(O,
|
|
115372
|
-
R(O,
|
|
115373
|
-
R(O,
|
|
115374
|
-
R(O,
|
|
115375
|
-
R(O,
|
|
115376
|
-
R(O,
|
|
115377
|
-
R(O,
|
|
115378
|
-
R(O,
|
|
115379
|
-
R(O,
|
|
115380
|
-
R(O,
|
|
115381
|
-
R(O,
|
|
115382
|
-
R(O,
|
|
115338
|
+
var O = "math", Ee = "text", $ = "main", Z = "ams", _r = "accent-token", Ze = "bin", Ha = "close", $0 = "inner", mt = "mathord", xn = "op-token", Pi = "open", o2 = "punct", Q = "rel", nu = "spacing", te = "textord";
|
|
115339
|
+
R(O, $, Q, "≡", "\\equiv", !0);
|
|
115340
|
+
R(O, $, Q, "≺", "\\prec", !0);
|
|
115341
|
+
R(O, $, Q, "≻", "\\succ", !0);
|
|
115342
|
+
R(O, $, Q, "∼", "\\sim", !0);
|
|
115343
|
+
R(O, $, Q, "⊥", "\\perp");
|
|
115344
|
+
R(O, $, Q, "⪯", "\\preceq", !0);
|
|
115345
|
+
R(O, $, Q, "⪰", "\\succeq", !0);
|
|
115346
|
+
R(O, $, Q, "≃", "\\simeq", !0);
|
|
115347
|
+
R(O, $, Q, "∣", "\\mid", !0);
|
|
115348
|
+
R(O, $, Q, "≪", "\\ll", !0);
|
|
115349
|
+
R(O, $, Q, "≫", "\\gg", !0);
|
|
115350
|
+
R(O, $, Q, "≍", "\\asymp", !0);
|
|
115351
|
+
R(O, $, Q, "∥", "\\parallel");
|
|
115352
|
+
R(O, $, Q, "⋈", "\\bowtie", !0);
|
|
115353
|
+
R(O, $, Q, "⌣", "\\smile", !0);
|
|
115354
|
+
R(O, $, Q, "⊑", "\\sqsubseteq", !0);
|
|
115355
|
+
R(O, $, Q, "⊒", "\\sqsupseteq", !0);
|
|
115356
|
+
R(O, $, Q, "≐", "\\doteq", !0);
|
|
115357
|
+
R(O, $, Q, "⌢", "\\frown", !0);
|
|
115358
|
+
R(O, $, Q, "∋", "\\ni", !0);
|
|
115359
|
+
R(O, $, Q, "∝", "\\propto", !0);
|
|
115360
|
+
R(O, $, Q, "⊢", "\\vdash", !0);
|
|
115361
|
+
R(O, $, Q, "⊣", "\\dashv", !0);
|
|
115362
|
+
R(O, $, Q, "∋", "\\owns");
|
|
115363
|
+
R(O, $, o2, ".", "\\ldotp");
|
|
115364
|
+
R(O, $, o2, "⋅", "\\cdotp");
|
|
115365
|
+
R(O, $, te, "#", "\\#");
|
|
115366
|
+
R(Ee, $, te, "#", "\\#");
|
|
115367
|
+
R(O, $, te, "&", "\\&");
|
|
115368
|
+
R(Ee, $, te, "&", "\\&");
|
|
115369
|
+
R(O, $, te, "ℵ", "\\aleph", !0);
|
|
115370
|
+
R(O, $, te, "∀", "\\forall", !0);
|
|
115371
|
+
R(O, $, te, "ℏ", "\\hbar", !0);
|
|
115372
|
+
R(O, $, te, "∃", "\\exists", !0);
|
|
115373
|
+
R(O, $, te, "∇", "\\nabla", !0);
|
|
115374
|
+
R(O, $, te, "♭", "\\flat", !0);
|
|
115375
|
+
R(O, $, te, "ℓ", "\\ell", !0);
|
|
115376
|
+
R(O, $, te, "♮", "\\natural", !0);
|
|
115377
|
+
R(O, $, te, "♣", "\\clubsuit", !0);
|
|
115378
|
+
R(O, $, te, "℘", "\\wp", !0);
|
|
115379
|
+
R(O, $, te, "♯", "\\sharp", !0);
|
|
115380
|
+
R(O, $, te, "♢", "\\diamondsuit", !0);
|
|
115381
|
+
R(O, $, te, "ℜ", "\\Re", !0);
|
|
115382
|
+
R(O, $, te, "♡", "\\heartsuit", !0);
|
|
115383
|
+
R(O, $, te, "ℑ", "\\Im", !0);
|
|
115384
|
+
R(O, $, te, "♠", "\\spadesuit", !0);
|
|
115385
|
+
R(O, $, te, "§", "\\S", !0);
|
|
115386
|
+
R(Ee, $, te, "§", "\\S");
|
|
115387
|
+
R(O, $, te, "¶", "\\P", !0);
|
|
115388
|
+
R(Ee, $, te, "¶", "\\P");
|
|
115389
|
+
R(O, $, te, "†", "\\dag");
|
|
115390
|
+
R(Ee, $, te, "†", "\\dag");
|
|
115391
|
+
R(Ee, $, te, "†", "\\textdagger");
|
|
115392
|
+
R(O, $, te, "‡", "\\ddag");
|
|
115393
|
+
R(Ee, $, te, "‡", "\\ddag");
|
|
115394
|
+
R(Ee, $, te, "‡", "\\textdaggerdbl");
|
|
115395
|
+
R(O, $, Ha, "⎱", "\\rmoustache", !0);
|
|
115396
|
+
R(O, $, Pi, "⎰", "\\lmoustache", !0);
|
|
115397
|
+
R(O, $, Ha, "⟯", "\\rgroup", !0);
|
|
115398
|
+
R(O, $, Pi, "⟮", "\\lgroup", !0);
|
|
115399
|
+
R(O, $, Ze, "∓", "\\mp", !0);
|
|
115400
|
+
R(O, $, Ze, "⊖", "\\ominus", !0);
|
|
115401
|
+
R(O, $, Ze, "⊎", "\\uplus", !0);
|
|
115402
|
+
R(O, $, Ze, "⊓", "\\sqcap", !0);
|
|
115403
|
+
R(O, $, Ze, "∗", "\\ast");
|
|
115404
|
+
R(O, $, Ze, "⊔", "\\sqcup", !0);
|
|
115405
|
+
R(O, $, Ze, "◯", "\\bigcirc", !0);
|
|
115406
|
+
R(O, $, Ze, "∙", "\\bullet", !0);
|
|
115407
|
+
R(O, $, Ze, "‡", "\\ddagger");
|
|
115408
|
+
R(O, $, Ze, "≀", "\\wr", !0);
|
|
115409
|
+
R(O, $, Ze, "⨿", "\\amalg");
|
|
115410
|
+
R(O, $, Ze, "&", "\\And");
|
|
115411
|
+
R(O, $, Q, "⟵", "\\longleftarrow", !0);
|
|
115412
|
+
R(O, $, Q, "⇐", "\\Leftarrow", !0);
|
|
115413
|
+
R(O, $, Q, "⟸", "\\Longleftarrow", !0);
|
|
115414
|
+
R(O, $, Q, "⟶", "\\longrightarrow", !0);
|
|
115415
|
+
R(O, $, Q, "⇒", "\\Rightarrow", !0);
|
|
115416
|
+
R(O, $, Q, "⟹", "\\Longrightarrow", !0);
|
|
115417
|
+
R(O, $, Q, "↔", "\\leftrightarrow", !0);
|
|
115418
|
+
R(O, $, Q, "⟷", "\\longleftrightarrow", !0);
|
|
115419
|
+
R(O, $, Q, "⇔", "\\Leftrightarrow", !0);
|
|
115420
|
+
R(O, $, Q, "⟺", "\\Longleftrightarrow", !0);
|
|
115421
|
+
R(O, $, Q, "↦", "\\mapsto", !0);
|
|
115422
|
+
R(O, $, Q, "⟼", "\\longmapsto", !0);
|
|
115423
|
+
R(O, $, Q, "↗", "\\nearrow", !0);
|
|
115424
|
+
R(O, $, Q, "↩", "\\hookleftarrow", !0);
|
|
115425
|
+
R(O, $, Q, "↪", "\\hookrightarrow", !0);
|
|
115426
|
+
R(O, $, Q, "↘", "\\searrow", !0);
|
|
115427
|
+
R(O, $, Q, "↼", "\\leftharpoonup", !0);
|
|
115428
|
+
R(O, $, Q, "⇀", "\\rightharpoonup", !0);
|
|
115429
|
+
R(O, $, Q, "↙", "\\swarrow", !0);
|
|
115430
|
+
R(O, $, Q, "↽", "\\leftharpoondown", !0);
|
|
115431
|
+
R(O, $, Q, "⇁", "\\rightharpoondown", !0);
|
|
115432
|
+
R(O, $, Q, "↖", "\\nwarrow", !0);
|
|
115433
|
+
R(O, $, Q, "⇌", "\\rightleftharpoons", !0);
|
|
115383
115434
|
R(O, Z, Q, "≮", "\\nless", !0);
|
|
115384
115435
|
R(O, Z, Q, "", "\\@nleqslant");
|
|
115385
115436
|
R(O, Z, Q, "", "\\@nleqq");
|
|
@@ -115459,7 +115510,7 @@ R(O, Z, te, "★", "\\bigstar");
|
|
|
115459
115510
|
R(O, Z, te, "∢", "\\sphericalangle", !0);
|
|
115460
115511
|
R(O, Z, te, "∁", "\\complement", !0);
|
|
115461
115512
|
R(O, Z, te, "ð", "\\eth", !0);
|
|
115462
|
-
R(Ee,
|
|
115513
|
+
R(Ee, $, te, "ð", "ð");
|
|
115463
115514
|
R(O, Z, te, "╱", "\\diagup");
|
|
115464
115515
|
R(O, Z, te, "╲", "\\diagdown");
|
|
115465
115516
|
R(O, Z, te, "□", "\\square");
|
|
@@ -115549,7 +115600,7 @@ R(O, Z, Q, "⋙", "\\gggtr");
|
|
|
115549
115600
|
R(O, Z, Ze, "⊲", "\\lhd");
|
|
115550
115601
|
R(O, Z, Ze, "⊳", "\\rhd");
|
|
115551
115602
|
R(O, Z, Q, "≂", "\\eqsim", !0);
|
|
115552
|
-
R(O,
|
|
115603
|
+
R(O, $, Q, "⋈", "\\Join");
|
|
115553
115604
|
R(O, Z, Q, "≑", "\\Doteq", !0);
|
|
115554
115605
|
R(O, Z, Ze, "∔", "\\dotplus", !0);
|
|
115555
115606
|
R(O, Z, Ze, "∖", "\\smallsetminus");
|
|
@@ -115587,8 +115638,8 @@ R(O, Z, Q, "↰", "\\Lsh", !0);
|
|
|
115587
115638
|
R(O, Z, Q, "⇈", "\\upuparrows", !0);
|
|
115588
115639
|
R(O, Z, Q, "↿", "\\upharpoonleft", !0);
|
|
115589
115640
|
R(O, Z, Q, "⇃", "\\downharpoonleft", !0);
|
|
115590
|
-
R(O,
|
|
115591
|
-
R(O,
|
|
115641
|
+
R(O, $, Q, "⊶", "\\origof", !0);
|
|
115642
|
+
R(O, $, Q, "⊷", "\\imageof", !0);
|
|
115592
115643
|
R(O, Z, Q, "⊸", "\\multimap", !0);
|
|
115593
115644
|
R(O, Z, Q, "↭", "\\leftrightsquigarrow", !0);
|
|
115594
115645
|
R(O, Z, Q, "⇉", "\\rightrightarrows", !0);
|
|
@@ -115606,297 +115657,297 @@ R(O, Z, Q, "⇝", "\\rightsquigarrow", !0);
|
|
|
115606
115657
|
R(O, Z, Q, "⇝", "\\leadsto");
|
|
115607
115658
|
R(O, Z, Q, "⇛", "\\Rrightarrow", !0);
|
|
115608
115659
|
R(O, Z, Q, "↾", "\\restriction");
|
|
115609
|
-
R(O,
|
|
115610
|
-
R(O,
|
|
115611
|
-
R(Ee,
|
|
115612
|
-
R(Ee,
|
|
115613
|
-
R(O,
|
|
115614
|
-
R(Ee,
|
|
115615
|
-
R(O,
|
|
115616
|
-
R(Ee,
|
|
115617
|
-
R(Ee,
|
|
115618
|
-
R(O,
|
|
115619
|
-
R(O,
|
|
115620
|
-
R(O,
|
|
115621
|
-
R(O,
|
|
115622
|
-
R(O,
|
|
115623
|
-
R(O,
|
|
115624
|
-
R(O,
|
|
115625
|
-
R(O,
|
|
115626
|
-
R(O,
|
|
115627
|
-
R(O,
|
|
115628
|
-
R(O,
|
|
115629
|
-
R(O,
|
|
115630
|
-
R(O,
|
|
115631
|
-
R(O,
|
|
115632
|
-
R(O,
|
|
115633
|
-
R(O,
|
|
115634
|
-
R(O,
|
|
115635
|
-
R(O,
|
|
115636
|
-
R(O,
|
|
115637
|
-
R(O,
|
|
115638
|
-
R(O,
|
|
115639
|
-
R(O,
|
|
115640
|
-
R(O,
|
|
115641
|
-
R(O,
|
|
115642
|
-
R(O,
|
|
115643
|
-
R(O,
|
|
115644
|
-
R(O,
|
|
115645
|
-
R(O,
|
|
115646
|
-
R(O,
|
|
115647
|
-
R(O,
|
|
115648
|
-
R(O,
|
|
115649
|
-
R(O,
|
|
115650
|
-
R(O,
|
|
115660
|
+
R(O, $, te, "‘", "`");
|
|
115661
|
+
R(O, $, te, "$", "\\$");
|
|
115662
|
+
R(Ee, $, te, "$", "\\$");
|
|
115663
|
+
R(Ee, $, te, "$", "\\textdollar");
|
|
115664
|
+
R(O, $, te, "%", "\\%");
|
|
115665
|
+
R(Ee, $, te, "%", "\\%");
|
|
115666
|
+
R(O, $, te, "_", "\\_");
|
|
115667
|
+
R(Ee, $, te, "_", "\\_");
|
|
115668
|
+
R(Ee, $, te, "_", "\\textunderscore");
|
|
115669
|
+
R(O, $, te, "∠", "\\angle", !0);
|
|
115670
|
+
R(O, $, te, "∞", "\\infty", !0);
|
|
115671
|
+
R(O, $, te, "′", "\\prime");
|
|
115672
|
+
R(O, $, te, "△", "\\triangle");
|
|
115673
|
+
R(O, $, te, "Γ", "\\Gamma", !0);
|
|
115674
|
+
R(O, $, te, "Δ", "\\Delta", !0);
|
|
115675
|
+
R(O, $, te, "Θ", "\\Theta", !0);
|
|
115676
|
+
R(O, $, te, "Λ", "\\Lambda", !0);
|
|
115677
|
+
R(O, $, te, "Ξ", "\\Xi", !0);
|
|
115678
|
+
R(O, $, te, "Π", "\\Pi", !0);
|
|
115679
|
+
R(O, $, te, "Σ", "\\Sigma", !0);
|
|
115680
|
+
R(O, $, te, "Υ", "\\Upsilon", !0);
|
|
115681
|
+
R(O, $, te, "Φ", "\\Phi", !0);
|
|
115682
|
+
R(O, $, te, "Ψ", "\\Psi", !0);
|
|
115683
|
+
R(O, $, te, "Ω", "\\Omega", !0);
|
|
115684
|
+
R(O, $, te, "A", "Α");
|
|
115685
|
+
R(O, $, te, "B", "Β");
|
|
115686
|
+
R(O, $, te, "E", "Ε");
|
|
115687
|
+
R(O, $, te, "Z", "Ζ");
|
|
115688
|
+
R(O, $, te, "H", "Η");
|
|
115689
|
+
R(O, $, te, "I", "Ι");
|
|
115690
|
+
R(O, $, te, "K", "Κ");
|
|
115691
|
+
R(O, $, te, "M", "Μ");
|
|
115692
|
+
R(O, $, te, "N", "Ν");
|
|
115693
|
+
R(O, $, te, "O", "Ο");
|
|
115694
|
+
R(O, $, te, "P", "Ρ");
|
|
115695
|
+
R(O, $, te, "T", "Τ");
|
|
115696
|
+
R(O, $, te, "X", "Χ");
|
|
115697
|
+
R(O, $, te, "¬", "\\neg", !0);
|
|
115698
|
+
R(O, $, te, "¬", "\\lnot");
|
|
115699
|
+
R(O, $, te, "⊤", "\\top");
|
|
115700
|
+
R(O, $, te, "⊥", "\\bot");
|
|
115701
|
+
R(O, $, te, "∅", "\\emptyset");
|
|
115651
115702
|
R(O, Z, te, "∅", "\\varnothing");
|
|
115652
|
-
R(O,
|
|
115653
|
-
R(O,
|
|
115654
|
-
R(O,
|
|
115655
|
-
R(O,
|
|
115656
|
-
R(O,
|
|
115657
|
-
R(O,
|
|
115658
|
-
R(O,
|
|
115659
|
-
R(O,
|
|
115660
|
-
R(O,
|
|
115661
|
-
R(O,
|
|
115662
|
-
R(O,
|
|
115663
|
-
R(O,
|
|
115664
|
-
R(O,
|
|
115665
|
-
R(O,
|
|
115666
|
-
R(O,
|
|
115667
|
-
R(O,
|
|
115668
|
-
R(O,
|
|
115669
|
-
R(O,
|
|
115670
|
-
R(O,
|
|
115671
|
-
R(O,
|
|
115672
|
-
R(O,
|
|
115673
|
-
R(O,
|
|
115674
|
-
R(O,
|
|
115675
|
-
R(O,
|
|
115676
|
-
R(O,
|
|
115677
|
-
R(O,
|
|
115678
|
-
R(O,
|
|
115679
|
-
R(O,
|
|
115680
|
-
R(O,
|
|
115681
|
-
R(O,
|
|
115682
|
-
R(O,
|
|
115683
|
-
R(O,
|
|
115684
|
-
R(O,
|
|
115685
|
-
R(O,
|
|
115686
|
-
R(O,
|
|
115687
|
-
R(O,
|
|
115688
|
-
R(O,
|
|
115689
|
-
R(O,
|
|
115690
|
-
R(O,
|
|
115691
|
-
R(O,
|
|
115692
|
-
R(O,
|
|
115693
|
-
R(O,
|
|
115694
|
-
R(O,
|
|
115695
|
-
R(O,
|
|
115696
|
-
R(O,
|
|
115697
|
-
R(O,
|
|
115698
|
-
R(O,
|
|
115699
|
-
R(O,
|
|
115700
|
-
R(O,
|
|
115701
|
-
R(O,
|
|
115702
|
-
R(O,
|
|
115703
|
-
R(O,
|
|
115704
|
-
R(O,
|
|
115705
|
-
R(O,
|
|
115706
|
-
R(O,
|
|
115707
|
-
R(O,
|
|
115708
|
-
R(O,
|
|
115709
|
-
R(O,
|
|
115710
|
-
R(O,
|
|
115711
|
-
R(O,
|
|
115712
|
-
R(O,
|
|
115713
|
-
R(O,
|
|
115714
|
-
R(O,
|
|
115715
|
-
R(O,
|
|
115716
|
-
R(O,
|
|
115717
|
-
R(O,
|
|
115718
|
-
R(O,
|
|
115719
|
-
R(O,
|
|
115703
|
+
R(O, $, mt, "α", "\\alpha", !0);
|
|
115704
|
+
R(O, $, mt, "β", "\\beta", !0);
|
|
115705
|
+
R(O, $, mt, "γ", "\\gamma", !0);
|
|
115706
|
+
R(O, $, mt, "δ", "\\delta", !0);
|
|
115707
|
+
R(O, $, mt, "ϵ", "\\epsilon", !0);
|
|
115708
|
+
R(O, $, mt, "ζ", "\\zeta", !0);
|
|
115709
|
+
R(O, $, mt, "η", "\\eta", !0);
|
|
115710
|
+
R(O, $, mt, "θ", "\\theta", !0);
|
|
115711
|
+
R(O, $, mt, "ι", "\\iota", !0);
|
|
115712
|
+
R(O, $, mt, "κ", "\\kappa", !0);
|
|
115713
|
+
R(O, $, mt, "λ", "\\lambda", !0);
|
|
115714
|
+
R(O, $, mt, "μ", "\\mu", !0);
|
|
115715
|
+
R(O, $, mt, "ν", "\\nu", !0);
|
|
115716
|
+
R(O, $, mt, "ξ", "\\xi", !0);
|
|
115717
|
+
R(O, $, mt, "ο", "\\omicron", !0);
|
|
115718
|
+
R(O, $, mt, "π", "\\pi", !0);
|
|
115719
|
+
R(O, $, mt, "ρ", "\\rho", !0);
|
|
115720
|
+
R(O, $, mt, "σ", "\\sigma", !0);
|
|
115721
|
+
R(O, $, mt, "τ", "\\tau", !0);
|
|
115722
|
+
R(O, $, mt, "υ", "\\upsilon", !0);
|
|
115723
|
+
R(O, $, mt, "ϕ", "\\phi", !0);
|
|
115724
|
+
R(O, $, mt, "χ", "\\chi", !0);
|
|
115725
|
+
R(O, $, mt, "ψ", "\\psi", !0);
|
|
115726
|
+
R(O, $, mt, "ω", "\\omega", !0);
|
|
115727
|
+
R(O, $, mt, "ε", "\\varepsilon", !0);
|
|
115728
|
+
R(O, $, mt, "ϑ", "\\vartheta", !0);
|
|
115729
|
+
R(O, $, mt, "ϖ", "\\varpi", !0);
|
|
115730
|
+
R(O, $, mt, "ϱ", "\\varrho", !0);
|
|
115731
|
+
R(O, $, mt, "ς", "\\varsigma", !0);
|
|
115732
|
+
R(O, $, mt, "φ", "\\varphi", !0);
|
|
115733
|
+
R(O, $, Ze, "∗", "*", !0);
|
|
115734
|
+
R(O, $, Ze, "+", "+");
|
|
115735
|
+
R(O, $, Ze, "−", "-", !0);
|
|
115736
|
+
R(O, $, Ze, "⋅", "\\cdot", !0);
|
|
115737
|
+
R(O, $, Ze, "∘", "\\circ", !0);
|
|
115738
|
+
R(O, $, Ze, "÷", "\\div", !0);
|
|
115739
|
+
R(O, $, Ze, "±", "\\pm", !0);
|
|
115740
|
+
R(O, $, Ze, "×", "\\times", !0);
|
|
115741
|
+
R(O, $, Ze, "∩", "\\cap", !0);
|
|
115742
|
+
R(O, $, Ze, "∪", "\\cup", !0);
|
|
115743
|
+
R(O, $, Ze, "∖", "\\setminus", !0);
|
|
115744
|
+
R(O, $, Ze, "∧", "\\land");
|
|
115745
|
+
R(O, $, Ze, "∨", "\\lor");
|
|
115746
|
+
R(O, $, Ze, "∧", "\\wedge", !0);
|
|
115747
|
+
R(O, $, Ze, "∨", "\\vee", !0);
|
|
115748
|
+
R(O, $, te, "√", "\\surd");
|
|
115749
|
+
R(O, $, Pi, "⟨", "\\langle", !0);
|
|
115750
|
+
R(O, $, Pi, "∣", "\\lvert");
|
|
115751
|
+
R(O, $, Pi, "∥", "\\lVert");
|
|
115752
|
+
R(O, $, Ha, "?", "?");
|
|
115753
|
+
R(O, $, Ha, "!", "!");
|
|
115754
|
+
R(O, $, Ha, "⟩", "\\rangle", !0);
|
|
115755
|
+
R(O, $, Ha, "∣", "\\rvert");
|
|
115756
|
+
R(O, $, Ha, "∥", "\\rVert");
|
|
115757
|
+
R(O, $, Q, "=", "=");
|
|
115758
|
+
R(O, $, Q, ":", ":");
|
|
115759
|
+
R(O, $, Q, "≈", "\\approx", !0);
|
|
115760
|
+
R(O, $, Q, "≅", "\\cong", !0);
|
|
115761
|
+
R(O, $, Q, "≥", "\\ge");
|
|
115762
|
+
R(O, $, Q, "≥", "\\geq", !0);
|
|
115763
|
+
R(O, $, Q, "←", "\\gets");
|
|
115764
|
+
R(O, $, Q, ">", "\\gt", !0);
|
|
115765
|
+
R(O, $, Q, "∈", "\\in", !0);
|
|
115766
|
+
R(O, $, Q, "", "\\@not");
|
|
115767
|
+
R(O, $, Q, "⊂", "\\subset", !0);
|
|
115768
|
+
R(O, $, Q, "⊃", "\\supset", !0);
|
|
115769
|
+
R(O, $, Q, "⊆", "\\subseteq", !0);
|
|
115770
|
+
R(O, $, Q, "⊇", "\\supseteq", !0);
|
|
115720
115771
|
R(O, Z, Q, "⊈", "\\nsubseteq", !0);
|
|
115721
115772
|
R(O, Z, Q, "⊉", "\\nsupseteq", !0);
|
|
115722
|
-
R(O,
|
|
115723
|
-
R(O,
|
|
115724
|
-
R(O,
|
|
115725
|
-
R(O,
|
|
115726
|
-
R(O,
|
|
115727
|
-
R(O,
|
|
115728
|
-
R(O,
|
|
115773
|
+
R(O, $, Q, "⊨", "\\models");
|
|
115774
|
+
R(O, $, Q, "←", "\\leftarrow", !0);
|
|
115775
|
+
R(O, $, Q, "≤", "\\le");
|
|
115776
|
+
R(O, $, Q, "≤", "\\leq", !0);
|
|
115777
|
+
R(O, $, Q, "<", "\\lt", !0);
|
|
115778
|
+
R(O, $, Q, "→", "\\rightarrow", !0);
|
|
115779
|
+
R(O, $, Q, "→", "\\to");
|
|
115729
115780
|
R(O, Z, Q, "≱", "\\ngeq", !0);
|
|
115730
115781
|
R(O, Z, Q, "≰", "\\nleq", !0);
|
|
115731
|
-
R(O,
|
|
115732
|
-
R(O,
|
|
115733
|
-
R(O,
|
|
115734
|
-
R(Ee,
|
|
115735
|
-
R(Ee,
|
|
115736
|
-
R(Ee,
|
|
115737
|
-
R(Ee,
|
|
115738
|
-
R(O,
|
|
115739
|
-
R(O,
|
|
115740
|
-
R(O,
|
|
115741
|
-
R(O,
|
|
115782
|
+
R(O, $, nu, " ", "\\ ");
|
|
115783
|
+
R(O, $, nu, " ", "\\space");
|
|
115784
|
+
R(O, $, nu, " ", "\\nobreakspace");
|
|
115785
|
+
R(Ee, $, nu, " ", "\\ ");
|
|
115786
|
+
R(Ee, $, nu, " ", " ");
|
|
115787
|
+
R(Ee, $, nu, " ", "\\space");
|
|
115788
|
+
R(Ee, $, nu, " ", "\\nobreakspace");
|
|
115789
|
+
R(O, $, nu, null, "\\nobreak");
|
|
115790
|
+
R(O, $, nu, null, "\\allowbreak");
|
|
115791
|
+
R(O, $, o2, ",", ",");
|
|
115792
|
+
R(O, $, o2, ";", ";");
|
|
115742
115793
|
R(O, Z, Ze, "⊼", "\\barwedge", !0);
|
|
115743
115794
|
R(O, Z, Ze, "⊻", "\\veebar", !0);
|
|
115744
|
-
R(O,
|
|
115745
|
-
R(O,
|
|
115746
|
-
R(O,
|
|
115747
|
-
R(O,
|
|
115748
|
-
R(O,
|
|
115795
|
+
R(O, $, Ze, "⊙", "\\odot", !0);
|
|
115796
|
+
R(O, $, Ze, "⊕", "\\oplus", !0);
|
|
115797
|
+
R(O, $, Ze, "⊗", "\\otimes", !0);
|
|
115798
|
+
R(O, $, te, "∂", "\\partial", !0);
|
|
115799
|
+
R(O, $, Ze, "⊘", "\\oslash", !0);
|
|
115749
115800
|
R(O, Z, Ze, "⊚", "\\circledcirc", !0);
|
|
115750
115801
|
R(O, Z, Ze, "⊡", "\\boxdot", !0);
|
|
115751
|
-
R(O,
|
|
115752
|
-
R(O,
|
|
115753
|
-
R(O,
|
|
115754
|
-
R(O,
|
|
115755
|
-
R(O,
|
|
115756
|
-
R(O,
|
|
115757
|
-
R(O,
|
|
115758
|
-
R(O,
|
|
115759
|
-
R(Ee,
|
|
115760
|
-
R(Ee,
|
|
115761
|
-
R(O,
|
|
115762
|
-
R(Ee,
|
|
115763
|
-
R(Ee,
|
|
115764
|
-
R(O,
|
|
115765
|
-
R(O,
|
|
115766
|
-
R(O,
|
|
115767
|
-
R(Ee,
|
|
115768
|
-
R(O,
|
|
115769
|
-
R(Ee,
|
|
115770
|
-
R(O,
|
|
115771
|
-
R(O,
|
|
115772
|
-
R(Ee,
|
|
115773
|
-
R(Ee,
|
|
115774
|
-
R(O,
|
|
115775
|
-
R(O,
|
|
115776
|
-
R(O,
|
|
115777
|
-
R(O,
|
|
115778
|
-
R(O,
|
|
115779
|
-
R(O,
|
|
115780
|
-
R(O,
|
|
115781
|
-
R(Ee,
|
|
115782
|
-
R(O,
|
|
115783
|
-
R(O,
|
|
115784
|
-
R(Ee,
|
|
115785
|
-
R(Ee,
|
|
115786
|
-
R(Ee,
|
|
115787
|
-
R(Ee,
|
|
115788
|
-
R(O,
|
|
115789
|
-
R(O,
|
|
115790
|
-
R(O,
|
|
115791
|
-
R(O,
|
|
115792
|
-
R(O,
|
|
115793
|
-
R(O,
|
|
115794
|
-
R(O,
|
|
115795
|
-
R(O,
|
|
115796
|
-
R(O,
|
|
115797
|
-
R(O,
|
|
115798
|
-
R(O,
|
|
115799
|
-
R(O,
|
|
115800
|
-
R(O,
|
|
115801
|
-
R(O,
|
|
115802
|
-
R(O,
|
|
115803
|
-
R(O,
|
|
115804
|
-
R(O,
|
|
115805
|
-
R(O,
|
|
115806
|
-
R(O,
|
|
115807
|
-
R(O,
|
|
115808
|
-
R(O,
|
|
115809
|
-
R(O,
|
|
115810
|
-
R(O,
|
|
115811
|
-
R(O,
|
|
115812
|
-
R(O,
|
|
115813
|
-
R(O,
|
|
115814
|
-
R(Ee,
|
|
115815
|
-
R(O,
|
|
115816
|
-
R(Ee,
|
|
115817
|
-
R(O,
|
|
115818
|
-
R(O,
|
|
115819
|
-
R(O,
|
|
115820
|
-
R(O,
|
|
115821
|
-
R(Ee,
|
|
115822
|
-
R(O,
|
|
115823
|
-
R(O,
|
|
115824
|
-
R(O,
|
|
115825
|
-
R(O,
|
|
115826
|
-
R(O,
|
|
115827
|
-
R(O,
|
|
115828
|
-
R(O,
|
|
115829
|
-
R(O,
|
|
115830
|
-
R(O,
|
|
115831
|
-
R(O,
|
|
115832
|
-
R(O,
|
|
115833
|
-
R(O,
|
|
115834
|
-
R(O,
|
|
115835
|
-
R(O,
|
|
115836
|
-
R(O,
|
|
115837
|
-
R(Ee,
|
|
115838
|
-
R(Ee,
|
|
115839
|
-
R(Ee,
|
|
115840
|
-
R(Ee,
|
|
115841
|
-
R(Ee,
|
|
115842
|
-
R(Ee,
|
|
115843
|
-
R(Ee,
|
|
115844
|
-
R(Ee,
|
|
115845
|
-
R(Ee,
|
|
115846
|
-
R(Ee,
|
|
115847
|
-
R(Ee,
|
|
115848
|
-
R(Ee,
|
|
115849
|
-
R(Ee,
|
|
115850
|
-
R(Ee,
|
|
115851
|
-
R(Ee,
|
|
115852
|
-
R(Ee,
|
|
115853
|
-
R(Ee,
|
|
115854
|
-
R(Ee,
|
|
115855
|
-
R(Ee,
|
|
115856
|
-
R(Ee,
|
|
115857
|
-
R(Ee,
|
|
115858
|
-
R(Ee,
|
|
115802
|
+
R(O, $, Ze, "△", "\\bigtriangleup");
|
|
115803
|
+
R(O, $, Ze, "▽", "\\bigtriangledown");
|
|
115804
|
+
R(O, $, Ze, "†", "\\dagger");
|
|
115805
|
+
R(O, $, Ze, "⋄", "\\diamond");
|
|
115806
|
+
R(O, $, Ze, "⋆", "\\star");
|
|
115807
|
+
R(O, $, Ze, "◃", "\\triangleleft");
|
|
115808
|
+
R(O, $, Ze, "▹", "\\triangleright");
|
|
115809
|
+
R(O, $, Pi, "{", "\\{");
|
|
115810
|
+
R(Ee, $, te, "{", "\\{");
|
|
115811
|
+
R(Ee, $, te, "{", "\\textbraceleft");
|
|
115812
|
+
R(O, $, Ha, "}", "\\}");
|
|
115813
|
+
R(Ee, $, te, "}", "\\}");
|
|
115814
|
+
R(Ee, $, te, "}", "\\textbraceright");
|
|
115815
|
+
R(O, $, Pi, "{", "\\lbrace");
|
|
115816
|
+
R(O, $, Ha, "}", "\\rbrace");
|
|
115817
|
+
R(O, $, Pi, "[", "\\lbrack", !0);
|
|
115818
|
+
R(Ee, $, te, "[", "\\lbrack", !0);
|
|
115819
|
+
R(O, $, Ha, "]", "\\rbrack", !0);
|
|
115820
|
+
R(Ee, $, te, "]", "\\rbrack", !0);
|
|
115821
|
+
R(O, $, Pi, "(", "\\lparen", !0);
|
|
115822
|
+
R(O, $, Ha, ")", "\\rparen", !0);
|
|
115823
|
+
R(Ee, $, te, "<", "\\textless", !0);
|
|
115824
|
+
R(Ee, $, te, ">", "\\textgreater", !0);
|
|
115825
|
+
R(O, $, Pi, "⌊", "\\lfloor", !0);
|
|
115826
|
+
R(O, $, Ha, "⌋", "\\rfloor", !0);
|
|
115827
|
+
R(O, $, Pi, "⌈", "\\lceil", !0);
|
|
115828
|
+
R(O, $, Ha, "⌉", "\\rceil", !0);
|
|
115829
|
+
R(O, $, te, "\\", "\\backslash");
|
|
115830
|
+
R(O, $, te, "∣", "|");
|
|
115831
|
+
R(O, $, te, "∣", "\\vert");
|
|
115832
|
+
R(Ee, $, te, "|", "\\textbar", !0);
|
|
115833
|
+
R(O, $, te, "∥", "\\|");
|
|
115834
|
+
R(O, $, te, "∥", "\\Vert");
|
|
115835
|
+
R(Ee, $, te, "∥", "\\textbardbl");
|
|
115836
|
+
R(Ee, $, te, "~", "\\textasciitilde");
|
|
115837
|
+
R(Ee, $, te, "\\", "\\textbackslash");
|
|
115838
|
+
R(Ee, $, te, "^", "\\textasciicircum");
|
|
115839
|
+
R(O, $, Q, "↑", "\\uparrow", !0);
|
|
115840
|
+
R(O, $, Q, "⇑", "\\Uparrow", !0);
|
|
115841
|
+
R(O, $, Q, "↓", "\\downarrow", !0);
|
|
115842
|
+
R(O, $, Q, "⇓", "\\Downarrow", !0);
|
|
115843
|
+
R(O, $, Q, "↕", "\\updownarrow", !0);
|
|
115844
|
+
R(O, $, Q, "⇕", "\\Updownarrow", !0);
|
|
115845
|
+
R(O, $, xn, "∐", "\\coprod");
|
|
115846
|
+
R(O, $, xn, "⋁", "\\bigvee");
|
|
115847
|
+
R(O, $, xn, "⋀", "\\bigwedge");
|
|
115848
|
+
R(O, $, xn, "⨄", "\\biguplus");
|
|
115849
|
+
R(O, $, xn, "⋂", "\\bigcap");
|
|
115850
|
+
R(O, $, xn, "⋃", "\\bigcup");
|
|
115851
|
+
R(O, $, xn, "∫", "\\int");
|
|
115852
|
+
R(O, $, xn, "∫", "\\intop");
|
|
115853
|
+
R(O, $, xn, "∬", "\\iint");
|
|
115854
|
+
R(O, $, xn, "∭", "\\iiint");
|
|
115855
|
+
R(O, $, xn, "∏", "\\prod");
|
|
115856
|
+
R(O, $, xn, "∑", "\\sum");
|
|
115857
|
+
R(O, $, xn, "⨂", "\\bigotimes");
|
|
115858
|
+
R(O, $, xn, "⨁", "\\bigoplus");
|
|
115859
|
+
R(O, $, xn, "⨀", "\\bigodot");
|
|
115860
|
+
R(O, $, xn, "∮", "\\oint");
|
|
115861
|
+
R(O, $, xn, "∯", "\\oiint");
|
|
115862
|
+
R(O, $, xn, "∰", "\\oiiint");
|
|
115863
|
+
R(O, $, xn, "⨆", "\\bigsqcup");
|
|
115864
|
+
R(O, $, xn, "∫", "\\smallint");
|
|
115865
|
+
R(Ee, $, $0, "…", "\\textellipsis");
|
|
115866
|
+
R(O, $, $0, "…", "\\mathellipsis");
|
|
115867
|
+
R(Ee, $, $0, "…", "\\ldots", !0);
|
|
115868
|
+
R(O, $, $0, "…", "\\ldots", !0);
|
|
115869
|
+
R(O, $, $0, "⋯", "\\@cdots", !0);
|
|
115870
|
+
R(O, $, $0, "⋱", "\\ddots", !0);
|
|
115871
|
+
R(O, $, te, "⋮", "\\varvdots");
|
|
115872
|
+
R(Ee, $, te, "⋮", "\\varvdots");
|
|
115873
|
+
R(O, $, _r, "ˊ", "\\acute");
|
|
115874
|
+
R(O, $, _r, "ˋ", "\\grave");
|
|
115875
|
+
R(O, $, _r, "¨", "\\ddot");
|
|
115876
|
+
R(O, $, _r, "~", "\\tilde");
|
|
115877
|
+
R(O, $, _r, "ˉ", "\\bar");
|
|
115878
|
+
R(O, $, _r, "˘", "\\breve");
|
|
115879
|
+
R(O, $, _r, "ˇ", "\\check");
|
|
115880
|
+
R(O, $, _r, "^", "\\hat");
|
|
115881
|
+
R(O, $, _r, "⃗", "\\vec");
|
|
115882
|
+
R(O, $, _r, "˙", "\\dot");
|
|
115883
|
+
R(O, $, _r, "˚", "\\mathring");
|
|
115884
|
+
R(O, $, mt, "", "\\@imath");
|
|
115885
|
+
R(O, $, mt, "", "\\@jmath");
|
|
115886
|
+
R(O, $, te, "ı", "ı");
|
|
115887
|
+
R(O, $, te, "ȷ", "ȷ");
|
|
115888
|
+
R(Ee, $, te, "ı", "\\i", !0);
|
|
115889
|
+
R(Ee, $, te, "ȷ", "\\j", !0);
|
|
115890
|
+
R(Ee, $, te, "ß", "\\ss", !0);
|
|
115891
|
+
R(Ee, $, te, "æ", "\\ae", !0);
|
|
115892
|
+
R(Ee, $, te, "œ", "\\oe", !0);
|
|
115893
|
+
R(Ee, $, te, "ø", "\\o", !0);
|
|
115894
|
+
R(Ee, $, te, "Æ", "\\AE", !0);
|
|
115895
|
+
R(Ee, $, te, "Œ", "\\OE", !0);
|
|
115896
|
+
R(Ee, $, te, "Ø", "\\O", !0);
|
|
115897
|
+
R(Ee, $, _r, "ˊ", "\\'");
|
|
115898
|
+
R(Ee, $, _r, "ˋ", "\\`");
|
|
115899
|
+
R(Ee, $, _r, "ˆ", "\\^");
|
|
115900
|
+
R(Ee, $, _r, "˜", "\\~");
|
|
115901
|
+
R(Ee, $, _r, "ˉ", "\\=");
|
|
115902
|
+
R(Ee, $, _r, "˘", "\\u");
|
|
115903
|
+
R(Ee, $, _r, "˙", "\\.");
|
|
115904
|
+
R(Ee, $, _r, "¸", "\\c");
|
|
115905
|
+
R(Ee, $, _r, "˚", "\\r");
|
|
115906
|
+
R(Ee, $, _r, "ˇ", "\\v");
|
|
115907
|
+
R(Ee, $, _r, "¨", '\\"');
|
|
115908
|
+
R(Ee, $, _r, "˝", "\\H");
|
|
115909
|
+
R(Ee, $, _r, "◯", "\\textcircled");
|
|
115859
115910
|
var ybe = {
|
|
115860
115911
|
"--": !0,
|
|
115861
115912
|
"---": !0,
|
|
115862
115913
|
"``": !0,
|
|
115863
115914
|
"''": !0
|
|
115864
115915
|
};
|
|
115865
|
-
R(Ee,
|
|
115866
|
-
R(Ee,
|
|
115867
|
-
R(Ee,
|
|
115868
|
-
R(Ee,
|
|
115869
|
-
R(Ee,
|
|
115870
|
-
R(Ee,
|
|
115871
|
-
R(Ee,
|
|
115872
|
-
R(Ee,
|
|
115873
|
-
R(Ee,
|
|
115874
|
-
R(Ee,
|
|
115875
|
-
R(Ee,
|
|
115876
|
-
R(Ee,
|
|
115877
|
-
R(O,
|
|
115878
|
-
R(Ee,
|
|
115879
|
-
R(Ee,
|
|
115880
|
-
R(O,
|
|
115881
|
-
R(O,
|
|
115882
|
-
R(Ee,
|
|
115883
|
-
R(Ee,
|
|
115916
|
+
R(Ee, $, te, "–", "--", !0);
|
|
115917
|
+
R(Ee, $, te, "–", "\\textendash");
|
|
115918
|
+
R(Ee, $, te, "—", "---", !0);
|
|
115919
|
+
R(Ee, $, te, "—", "\\textemdash");
|
|
115920
|
+
R(Ee, $, te, "‘", "`", !0);
|
|
115921
|
+
R(Ee, $, te, "‘", "\\textquoteleft");
|
|
115922
|
+
R(Ee, $, te, "’", "'", !0);
|
|
115923
|
+
R(Ee, $, te, "’", "\\textquoteright");
|
|
115924
|
+
R(Ee, $, te, "“", "``", !0);
|
|
115925
|
+
R(Ee, $, te, "“", "\\textquotedblleft");
|
|
115926
|
+
R(Ee, $, te, "”", "''", !0);
|
|
115927
|
+
R(Ee, $, te, "”", "\\textquotedblright");
|
|
115928
|
+
R(O, $, te, "°", "\\degree", !0);
|
|
115929
|
+
R(Ee, $, te, "°", "\\degree");
|
|
115930
|
+
R(Ee, $, te, "°", "\\textdegree", !0);
|
|
115931
|
+
R(O, $, te, "£", "\\pounds");
|
|
115932
|
+
R(O, $, te, "£", "\\mathsterling", !0);
|
|
115933
|
+
R(Ee, $, te, "£", "\\pounds");
|
|
115934
|
+
R(Ee, $, te, "£", "\\textsterling", !0);
|
|
115884
115935
|
R(O, Z, te, "✠", "\\maltese");
|
|
115885
115936
|
R(Ee, Z, te, "✠", "\\maltese");
|
|
115886
115937
|
var ine = '0123456789/@."';
|
|
115887
115938
|
for (var Z5 = 0; Z5 < ine.length; Z5++) {
|
|
115888
115939
|
var one = ine.charAt(Z5);
|
|
115889
|
-
R(O,
|
|
115940
|
+
R(O, $, te, one, one);
|
|
115890
115941
|
}
|
|
115891
115942
|
var sne = '0123456789!@*()-=+";:?/.,';
|
|
115892
115943
|
for (var Q5 = 0; Q5 < sne.length; Q5++) {
|
|
115893
115944
|
var lne = sne.charAt(Q5);
|
|
115894
|
-
R(Ee,
|
|
115945
|
+
R(Ee, $, te, lne, lne);
|
|
115895
115946
|
}
|
|
115896
115947
|
var aE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
|
115897
115948
|
for (var J5 = 0; J5 < aE.length; J5++) {
|
|
115898
115949
|
var rx = aE.charAt(J5);
|
|
115899
|
-
R(O,
|
|
115950
|
+
R(O, $, mt, rx, rx), R(Ee, $, te, rx, rx);
|
|
115900
115951
|
}
|
|
115901
115952
|
R(O, Z, te, "C", "ℂ");
|
|
115902
115953
|
R(Ee, Z, te, "C", "ℂ");
|
|
@@ -115912,24 +115963,24 @@ R(O, Z, te, "R", "ℝ");
|
|
|
115912
115963
|
R(Ee, Z, te, "R", "ℝ");
|
|
115913
115964
|
R(O, Z, te, "Z", "ℤ");
|
|
115914
115965
|
R(Ee, Z, te, "Z", "ℤ");
|
|
115915
|
-
R(O,
|
|
115916
|
-
R(Ee,
|
|
115966
|
+
R(O, $, mt, "h", "ℎ");
|
|
115967
|
+
R(Ee, $, mt, "h", "ℎ");
|
|
115917
115968
|
var wt = "";
|
|
115918
115969
|
for (var ka = 0; ka < aE.length; ka++) {
|
|
115919
115970
|
var Or = aE.charAt(ka);
|
|
115920
|
-
wt = String.fromCharCode(55349, 56320 + ka), R(O,
|
|
115971
|
+
wt = String.fromCharCode(55349, 56320 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56372 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56424 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56580 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56684 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56736 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56788 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56840 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56944 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), ka < 26 && (wt = String.fromCharCode(55349, 56632 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt), wt = String.fromCharCode(55349, 56476 + ka), R(O, $, mt, Or, wt), R(Ee, $, te, Or, wt));
|
|
115921
115972
|
}
|
|
115922
115973
|
wt = "𝕜";
|
|
115923
|
-
R(O,
|
|
115924
|
-
R(Ee,
|
|
115974
|
+
R(O, $, mt, "k", wt);
|
|
115975
|
+
R(Ee, $, te, "k", wt);
|
|
115925
115976
|
for (var dd = 0; dd < 10; dd++) {
|
|
115926
115977
|
var bu = dd.toString();
|
|
115927
|
-
wt = String.fromCharCode(55349, 57294 + dd), R(O,
|
|
115978
|
+
wt = String.fromCharCode(55349, 57294 + dd), R(O, $, mt, bu, wt), R(Ee, $, te, bu, wt), wt = String.fromCharCode(55349, 57314 + dd), R(O, $, mt, bu, wt), R(Ee, $, te, bu, wt), wt = String.fromCharCode(55349, 57324 + dd), R(O, $, mt, bu, wt), R(Ee, $, te, bu, wt), wt = String.fromCharCode(55349, 57334 + dd), R(O, $, mt, bu, wt), R(Ee, $, te, bu, wt);
|
|
115928
115979
|
}
|
|
115929
115980
|
var O6 = "ÐÞþ";
|
|
115930
115981
|
for (var eR = 0; eR < O6.length; eR++) {
|
|
115931
115982
|
var nx = O6.charAt(eR);
|
|
115932
|
-
R(O,
|
|
115983
|
+
R(O, $, mt, nx, nx), R(Ee, $, te, nx, nx);
|
|
115933
115984
|
}
|
|
115934
115985
|
var ax = [
|
|
115935
115986
|
["mathbf", "textbf", "Main-Bold"],
|
|
@@ -117872,12 +117923,12 @@ var fg = function(t, r, n) {
|
|
|
117872
117923
|
n && (C *= a.sizeMultiplier);
|
|
117873
117924
|
var N = A / 2 - C, D = [];
|
|
117874
117925
|
if (d.length > 0) {
|
|
117875
|
-
var I = A - m - x, P = Math.round(A * 1e3), U = Lbt(d, Math.round(I * 1e3)), B = new vc(d, U),
|
|
117876
|
-
width:
|
|
117926
|
+
var I = A - m - x, P = Math.round(A * 1e3), U = Lbt(d, Math.round(I * 1e3)), B = new vc(d, U), V = (f / 1e3).toFixed(3) + "em", j = (P / 1e3).toFixed(3) + "em", H = new Wl([B], {
|
|
117927
|
+
width: V,
|
|
117877
117928
|
height: j,
|
|
117878
117929
|
viewBox: "0 0 " + f + " " + P
|
|
117879
117930
|
}), M = oe.makeSvgSpan([], [H], a);
|
|
117880
|
-
M.height = P / 1e3, M.style.width =
|
|
117931
|
+
M.height = P / 1e3, M.style.width = V, M.style.height = j, D.push({
|
|
117881
117932
|
type: "elem",
|
|
117882
117933
|
elem: M
|
|
117883
117934
|
});
|
|
@@ -118608,11 +118659,11 @@ var el = function(t, r) {
|
|
|
118608
118659
|
var C = t.rowGaps[n], N = 0;
|
|
118609
118660
|
C && (N = Nr(C, r), N > 0 && (N += y, T < N && (T = N), N = 0)), t.addJot && (T += m), _.height = w, _.depth = T, x += w, _.pos = x, x += T + N, l[n] = _, S(o[n + 1]);
|
|
118610
118661
|
}
|
|
118611
|
-
var D = x / 2 + r.fontMetrics().axisHeight, I = t.cols || [], P = [], U, B,
|
|
118662
|
+
var D = x / 2 + r.fontMetrics().axisHeight, I = t.cols || [], P = [], U, B, V = [];
|
|
118612
118663
|
if (t.tags && t.tags.some((Xt) => Xt))
|
|
118613
118664
|
for (n = 0; n < i; ++n) {
|
|
118614
118665
|
var j = l[n], H = j.pos - D, M = t.tags[n], q = void 0;
|
|
118615
|
-
M === !0 ? q = oe.makeSpan(["eqn-num"], [], r) : M === !1 ? q = oe.makeSpan([], [], r) : q = oe.makeSpan([], In(M, r, !0), r), q.depth = j.depth, q.height = j.height,
|
|
118666
|
+
M === !0 ? q = oe.makeSpan(["eqn-num"], [], r) : M === !1 ? q = oe.makeSpan([], [], r) : q = oe.makeSpan([], In(M, r, !0), r), q.depth = j.depth, q.height = j.height, V.push({
|
|
118616
118667
|
type: "elem",
|
|
118617
118668
|
elem: q,
|
|
118618
118669
|
shift: H
|
|
@@ -118678,11 +118729,11 @@ var el = function(t, r) {
|
|
|
118678
118729
|
children: nt
|
|
118679
118730
|
}, r);
|
|
118680
118731
|
}
|
|
118681
|
-
if (
|
|
118732
|
+
if (V.length === 0)
|
|
118682
118733
|
return oe.makeSpan(["mord"], [l], r);
|
|
118683
118734
|
var Wt = oe.makeVList({
|
|
118684
118735
|
positionType: "individualShift",
|
|
118685
|
-
children:
|
|
118736
|
+
children: V
|
|
118686
118737
|
}, r);
|
|
118687
118738
|
return Wt = oe.makeSpan(["tag"], [Wt], r), oe.makeFragment([l, Wt]);
|
|
118688
118739
|
}, j1t = {
|
|
@@ -135874,7 +135925,7 @@ function Mxe({
|
|
|
135874
135925
|
clearWorkshopSessionTopics: P,
|
|
135875
135926
|
// Common
|
|
135876
135927
|
user: U
|
|
135877
|
-
} = It(), B = e === "workshop",
|
|
135928
|
+
} = It(), B = e === "workshop", V = B ? w : f, j = B ? T : h, H = B ? _ : p, M = B ? A : m, q = B ? C : g, Y = B ? N : v, z = y, K = B ? D : x, re = B ? I : S, fe = B ? P : E;
|
|
135878
135929
|
_e(() => {
|
|
135879
135930
|
t && z();
|
|
135880
135931
|
}, [t, z]);
|
|
@@ -135882,11 +135933,11 @@ function Mxe({
|
|
|
135882
135933
|
if (!H || !M[H])
|
|
135883
135934
|
return [];
|
|
135884
135935
|
const Je = M[H].sessionId;
|
|
135885
|
-
return
|
|
135936
|
+
return V.filter((Yr) => {
|
|
135886
135937
|
const Fi = M[Yr.id];
|
|
135887
135938
|
return Fi && Fi.sessionId === Je;
|
|
135888
135939
|
});
|
|
135889
|
-
}, [H, M,
|
|
135940
|
+
}, [H, M, V]), ye = [...He(() => {
|
|
135890
135941
|
if (!l.trim())
|
|
135891
135942
|
return ae;
|
|
135892
135943
|
const Je = l.toLowerCase();
|
|
@@ -136688,7 +136739,7 @@ const YAt = {
|
|
|
136688
136739
|
A(
|
|
136689
136740
|
(re) => re.includes(K) ? re.filter((fe) => fe !== K) : [...re, K]
|
|
136690
136741
|
);
|
|
136691
|
-
},
|
|
136742
|
+
}, V = () => ({
|
|
136692
136743
|
...w,
|
|
136693
136744
|
mcp_server_ids: _,
|
|
136694
136745
|
user_id: "temp",
|
|
@@ -136715,7 +136766,7 @@ const YAt = {
|
|
|
136715
136766
|
alert("助手名称不能为空");
|
|
136716
136767
|
return;
|
|
136717
136768
|
}
|
|
136718
|
-
await r(
|
|
136769
|
+
await r(V());
|
|
136719
136770
|
}
|
|
136720
136771
|
z();
|
|
136721
136772
|
} catch (re) {
|
|
@@ -136798,7 +136849,7 @@ const YAt = {
|
|
|
136798
136849
|
] }),
|
|
136799
136850
|
/* @__PURE__ */ b.jsxs(vr, { children: [
|
|
136800
136851
|
/* @__PURE__ */ b.jsx(ar, { className: "text-sm font-medium text-neutral-700 dark:text-neutral-300", children: "连接的 MCP 服务器" }),
|
|
136801
|
-
/* @__PURE__ */ b.jsx("div", { className: "mt-2 max-h-40 space-y-1 overflow-y-auto rounded-sm border border-neutral-200 bg-neutral-50 p-2 dark:border-neutral-700 dark:bg-neutral-800/50", children: l.length > 0 ? l.map((K) => /* @__PURE__ */ b.jsx(
|
|
136852
|
+
/* @__PURE__ */ b.jsx("div", { className: "mt-2 max-h-40 space-y-1 overflow-y-auto custom-scrollbar rounded-sm border border-neutral-200 bg-neutral-50 p-2 dark:border-neutral-700 dark:bg-neutral-800/50", children: l.length > 0 ? l.map((K) => /* @__PURE__ */ b.jsx(
|
|
136802
136853
|
Oxe,
|
|
136803
136854
|
{
|
|
136804
136855
|
mcp: K,
|
|
@@ -137200,12 +137251,10 @@ function Pxe({
|
|
|
137200
137251
|
" - MCP server IDs:",
|
|
137201
137252
|
U.mcp_servers.map((H) => H.id)
|
|
137202
137253
|
));
|
|
137203
|
-
const
|
|
137254
|
+
const j = y.filter((H) => {
|
|
137204
137255
|
const M = x[H.id];
|
|
137205
137256
|
return M ? M.agentId === B : !1;
|
|
137206
|
-
})
|
|
137207
|
-
console.log(`找到 ${$.length} 个属于 agent ${B} 的对话`);
|
|
137208
|
-
const j = $.sort(
|
|
137257
|
+
}).sort(
|
|
137209
137258
|
(H, M) => new Date(M.updatedAt).getTime() - new Date(H.updatedAt).getTime()
|
|
137210
137259
|
).find((H) => {
|
|
137211
137260
|
const M = x[H.id];
|
|
@@ -137308,7 +137357,7 @@ function rCt(e) {
|
|
|
137308
137357
|
) === "true" : !1), [A, C] = pe(() => {
|
|
137309
137358
|
const ae = localStorage.getItem(e.storageKeys.inputHeight);
|
|
137310
137359
|
return ae ? parseInt(ae, 10) : 170;
|
|
137311
|
-
}), [N, D] = pe(!1), I = t ? r[t] : null, P = I?.agentId ? n.find((ae) => ae.id === I.agentId) || a.find((ae) => ae.id === I.agentId) : null, U = I?.messages || [], B = I?.connected || !1,
|
|
137360
|
+
}), [N, D] = pe(!1), I = t ? r[t] : null, P = I?.agentId ? n.find((ae) => ae.id === I.agentId) || a.find((ae) => ae.id === I.agentId) : null, U = I?.messages || [], B = I?.connected || !1, V = I?.error || null, j = I?.responding || !1, H = Ve(
|
|
137312
137361
|
(ae = !1) => {
|
|
137313
137362
|
!x && !ae || setTimeout(() => {
|
|
137314
137363
|
y.current?.scrollTo({
|
|
@@ -137420,7 +137469,7 @@ function rCt(e) {
|
|
|
137420
137469
|
currentAgent: P,
|
|
137421
137470
|
messages: U,
|
|
137422
137471
|
connected: B,
|
|
137423
|
-
error:
|
|
137472
|
+
error: V,
|
|
137424
137473
|
responding: j,
|
|
137425
137474
|
// Refs
|
|
137426
137475
|
messagesEndRef: v,
|
|
@@ -137586,7 +137635,7 @@ function oCt({ config: e, historyEnabled: t = !1 }) {
|
|
|
137586
137635
|
{
|
|
137587
137636
|
className: `${a && t ? "flex-1 min-w-0 overflow-hidden" : ""} flex flex-col h-full`,
|
|
137588
137637
|
children: [
|
|
137589
|
-
l ? /* @__PURE__ */ b.jsx("div", { className: "relative flex-shrink-0 border-
|
|
137638
|
+
l ? /* @__PURE__ */ b.jsx("div", { className: "relative flex-shrink-0 border-y border-neutral-200 bg-white px-4 py-3 dark:border-neutral-800 dark:bg-black", children: /* @__PURE__ */ b.jsxs("div", { className: "flex items-start gap-3", children: [
|
|
137590
137639
|
/* @__PURE__ */ b.jsx(
|
|
137591
137640
|
"img",
|
|
137592
137641
|
{
|
|
@@ -138906,7 +138955,7 @@ function vCt({
|
|
|
138906
138955
|
] }),
|
|
138907
138956
|
(i === "chat" || i === "workshop") && /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
138908
138957
|
/* @__PURE__ */ b.jsx("aside", { className: "w-80 flex-shrink-0 border-r border-neutral-200 bg-white dark:border-neutral-800 dark:bg-neutral-950", children: /* @__PURE__ */ b.jsxs("div", { className: "flex h-full flex-col", children: [
|
|
138909
|
-
/* @__PURE__ */ b.jsxs("div", { className: "
|
|
138958
|
+
/* @__PURE__ */ b.jsxs("div", { className: " px-4 py-3 dark:border-neutral-800", children: [
|
|
138910
138959
|
/* @__PURE__ */ b.jsx("h2", { className: "text-sm font-semibold text-neutral-900 dark:text-white", children: i === "chat" ? "Assistants" : "Workshop" }),
|
|
138911
138960
|
/* @__PURE__ */ b.jsx("p", { className: "mt-1 text-xs text-neutral-500 dark:text-neutral-400", children: i === "chat" ? "Choose an agent to start" : "Create and design new agents" })
|
|
138912
138961
|
] }),
|
|
@@ -139186,7 +139235,7 @@ function bae({
|
|
|
139186
139235
|
}, [_]);
|
|
139187
139236
|
const A = sde(
|
|
139188
139237
|
ode(uT, { activationConstraint: { distance: 5 } })
|
|
139189
|
-
), C = (B,
|
|
139238
|
+
), C = (B, V, j) => Math.max(V, Math.min(j, B)), N = Ve(
|
|
139190
139239
|
(B) => {
|
|
139191
139240
|
B.active.id === "xyzen-resizer" && (w(!0), T.current = s);
|
|
139192
139241
|
},
|
|
@@ -139194,7 +139243,7 @@ function bae({
|
|
|
139194
139243
|
), D = Ve(
|
|
139195
139244
|
(B) => {
|
|
139196
139245
|
if (B.active.id !== "xyzen-resizer") return;
|
|
139197
|
-
const
|
|
139246
|
+
const V = B.delta.x, j = C(T.current - V, GNe, qNe);
|
|
139198
139247
|
l(j);
|
|
139199
139248
|
},
|
|
139200
139249
|
[l]
|
|
@@ -139204,8 +139253,8 @@ function bae({
|
|
|
139204
139253
|
l(Sx), T.current = Sx;
|
|
139205
139254
|
}, [l]);
|
|
139206
139255
|
_e(() => {
|
|
139207
|
-
const B = (
|
|
139208
|
-
(
|
|
139256
|
+
const B = (V) => {
|
|
139257
|
+
(V.metaKey || V.ctrlKey) && V.shiftKey && V.key === "X" && (V.preventDefault(), i && o());
|
|
139209
139258
|
};
|
|
139210
139259
|
return window.addEventListener("keydown", B), () => window.removeEventListener("keydown", B);
|
|
139211
139260
|
}, [i, o]);
|