@fileverse-dev/ddoc 2.1.2-patch-3.2 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
@@ -85,7 +85,7 @@ function Qae() {
|
|
85
85
|
}
|
86
86
|
var w = !1, x = !1, C = !1, E = !1, L = !1, j;
|
87
87
|
j = Symbol.for("react.module.reference");
|
88
|
-
function
|
88
|
+
function D(O) {
|
89
89
|
return !!(typeof O == "string" || typeof O == "function" || O === r || O === s || L || O === i || O === c || O === u || E || O === h || w || x || C || typeof O == "object" && O !== null && (O.$$typeof === d || O.$$typeof === f || O.$$typeof === a || O.$$typeof === o || O.$$typeof === l || // This needs to include all possible module reference object
|
90
90
|
// types supported by any Flight configuration anywhere since
|
91
91
|
// we don't know which Flight build this will end up being used
|
@@ -593,7 +593,7 @@ Check the top-level render call using <` + Se + ">.");
|
|
593
593
|
var gs = {};
|
594
594
|
function yo(O, ce, Se, _e, dt, yt) {
|
595
595
|
{
|
596
|
-
var at =
|
596
|
+
var at = D(O);
|
597
597
|
if (!at) {
|
598
598
|
var rt = "";
|
599
599
|
(O === void 0 || typeof O == "object" && O !== null && Object.keys(O).length === 0) && (rt += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
@@ -8957,11 +8957,11 @@ const vce = /^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|d
|
|
8957
8957
|
function wce(t, e, n, r, i) {
|
8958
8958
|
let s = t.input.compositionPendingChanges || (t.composing ? t.input.compositionID : 0);
|
8959
8959
|
if (t.input.compositionPendingChanges = 0, e < 0) {
|
8960
|
-
let j = t.input.lastSelectionTime > Date.now() - 50 ? t.input.lastSelectionOrigin : null,
|
8961
|
-
if (
|
8960
|
+
let j = t.input.lastSelectionTime > Date.now() - 50 ? t.input.lastSelectionOrigin : null, D = UA(t, j);
|
8961
|
+
if (D && !t.state.selection.eq(D)) {
|
8962
8962
|
if (mi && Zl && t.input.lastKeyCode === 13 && Date.now() - 100 < t.input.lastKeyCodeTime && t.someProp("handleKeyDown", (H) => H(t, Y1(13, "Enter"))))
|
8963
8963
|
return;
|
8964
|
-
let R = t.state.tr.setSelection(
|
8964
|
+
let R = t.state.tr.setSelection(D);
|
8965
8965
|
j == "pointer" ? R.setMeta("pointer", !0) : j == "key" && R.scrollIntoView(), s && R.setMeta("composition", s), t.dispatch(R);
|
8966
8966
|
}
|
8967
8967
|
return;
|
@@ -8982,8 +8982,8 @@ function wce(t, e, n, r, i) {
|
|
8982
8982
|
if (c.sel) {
|
8983
8983
|
let j = pj(t, t.state.doc, c.sel);
|
8984
8984
|
if (j && !j.eq(t.state.selection)) {
|
8985
|
-
let
|
8986
|
-
s &&
|
8985
|
+
let D = t.state.tr.setSelection(j);
|
8986
|
+
s && D.setMeta("composition", s), t.dispatch(D);
|
8987
8987
|
}
|
8988
8988
|
}
|
8989
8989
|
return;
|
@@ -9014,7 +9014,7 @@ function wce(t, e, n, r, i) {
|
|
9014
9014
|
C = t.state.tr, L.type == "add" ? C.addMark(w, x, L.mark) : C.removeMark(w, x, L.mark);
|
9015
9015
|
else if (m.parent.child(m.index()).isText && m.index() == y.index() - (y.textOffset ? 0 : 1)) {
|
9016
9016
|
let j = m.parent.textBetween(m.parentOffset, y.parentOffset);
|
9017
|
-
if (t.someProp("handleTextInput", (
|
9017
|
+
if (t.someProp("handleTextInput", (D) => D(t, w, x, j)))
|
9018
9018
|
return;
|
9019
9019
|
C = t.state.tr.insertText(j, w, x);
|
9020
9020
|
}
|
@@ -13145,11 +13145,11 @@ function Dj(t) {
|
|
13145
13145
|
}
|
13146
13146
|
if (i === as || (i === ss || i === xa) && s === Gm) {
|
13147
13147
|
v = Ma;
|
13148
|
-
var
|
13148
|
+
var D = f && C === x && x.visualViewport ? x.visualViewport.width : (
|
13149
13149
|
// $FlowFixMe[prop-missing]
|
13150
13150
|
C[L]
|
13151
13151
|
);
|
13152
|
-
h -=
|
13152
|
+
h -= D - r.width, h *= l ? 1 : -1;
|
13153
13153
|
}
|
13154
13154
|
}
|
13155
13155
|
var R = Object.assign({
|
@@ -13370,7 +13370,7 @@ function Wm(t, e) {
|
|
13370
13370
|
element: v,
|
13371
13371
|
strategy: "absolute",
|
13372
13372
|
placement: i
|
13373
|
-
}), L = bx(Object.assign({}, v, E)), j = d === hp ? L : C,
|
13373
|
+
}), L = bx(Object.assign({}, v, E)), j = d === hp ? L : C, D = {
|
13374
13374
|
top: x.top - j.top + b.top,
|
13375
13375
|
bottom: j.bottom - x.bottom + b.bottom,
|
13376
13376
|
left: x.left - j.left + b.left,
|
@@ -13378,12 +13378,12 @@ function Wm(t, e) {
|
|
13378
13378
|
}, R = t.modifiersData.offset;
|
13379
13379
|
if (d === hp && R) {
|
13380
13380
|
var H = R[i];
|
13381
|
-
Object.keys(
|
13381
|
+
Object.keys(D).forEach(function(W) {
|
13382
13382
|
var G = [Ma, xa].indexOf(W) >= 0 ? 1 : -1, q = [ss, xa].indexOf(W) >= 0 ? "y" : "x";
|
13383
|
-
|
13383
|
+
D[W] += H[q] * G;
|
13384
13384
|
});
|
13385
13385
|
}
|
13386
|
-
return
|
13386
|
+
return D;
|
13387
13387
|
}
|
13388
13388
|
function Cfe(t, e) {
|
13389
13389
|
e === void 0 && (e = {});
|
@@ -13423,8 +13423,8 @@ function Sfe(t) {
|
|
13423
13423
|
flipVariations: p,
|
13424
13424
|
allowedAutoPlacements: m
|
13425
13425
|
}) : ve);
|
13426
|
-
}, []), x = e.rects.reference, C = e.rects.popper, E = /* @__PURE__ */ new Map(), L = !0, j = w[0],
|
13427
|
-
var R = w[
|
13426
|
+
}, []), x = e.rects.reference, C = e.rects.popper, E = /* @__PURE__ */ new Map(), L = !0, j = w[0], D = 0; D < w.length; D++) {
|
13427
|
+
var R = w[D], H = qo(R), W = Zh(R) === Uh, G = [ss, xa].indexOf(H) >= 0, q = G ? "width" : "height", _ = Wm(e, {
|
13428
13428
|
placement: R,
|
13429
13429
|
boundary: u,
|
13430
13430
|
rootBoundary: f,
|
@@ -13560,7 +13560,7 @@ function Ofe(t) {
|
|
13560
13560
|
altBoundary: u
|
13561
13561
|
}), b = qo(e.placement), k = Zh(e.placement), v = !k, w = cS(b), x = Rfe(w), C = e.modifiersData.popperOffsets, E = e.rects.reference, L = e.rects.popper, j = typeof m == "function" ? m(Object.assign({}, e.rects, {
|
13562
13562
|
placement: e.placement
|
13563
|
-
})) : m,
|
13563
|
+
})) : m, D = typeof j == "number" ? {
|
13564
13564
|
mainAxis: j,
|
13565
13565
|
altAxis: j
|
13566
13566
|
} : Object.assign({
|
@@ -13575,11 +13575,11 @@ function Ofe(t) {
|
|
13575
13575
|
var W, G = w === "y" ? ss : as, q = w === "y" ? xa : Ma, _ = w === "y" ? "height" : "width", J = C[w], ae = J + y[G], $ = J - y[q], Z = h ? -L[_] / 2 : 0, he = k === Uh ? E[_] : L[_], re = k === Uh ? -L[_] : -E[_], fe = e.elements.arrow, xe = h && fe ? lS(fe) : {
|
13576
13576
|
width: 0,
|
13577
13577
|
height: 0
|
13578
|
-
}, ve = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Sq(), K = ve[G], Ce = ve[q], be = sm(0, E[_], xe[_]), Pe = v ? E[_] / 2 - Z - be - K -
|
13578
|
+
}, ve = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Sq(), K = ve[G], Ce = ve[q], be = sm(0, E[_], xe[_]), Pe = v ? E[_] / 2 - Z - be - K - D.mainAxis : he - be - K - D.mainAxis, Ie = v ? -E[_] / 2 + Z + be + Ce + D.mainAxis : re + be + Ce + D.mainAxis, Le = e.elements.arrow && Ay(e.elements.arrow), me = Le ? w === "y" ? Le.clientTop || 0 : Le.clientLeft || 0 : 0, we = (W = R == null ? void 0 : R[w]) != null ? W : 0, ie = J + Pe - we - me, Q = J + Ie - we, oe = sm(h ? $6(ae, ie) : ae, J, h ? qf($, Q) : $);
|
13579
13579
|
C[w] = oe, H[w] = oe - J;
|
13580
13580
|
}
|
13581
13581
|
if (o) {
|
13582
|
-
var se, Be = w === "x" ? ss : as, U = w === "x" ? xa : Ma, M = C[x], I = x === "y" ? "height" : "width", B = M + y[Be], te = M - y[U], de = [ss, as].indexOf(b) !== -1, ye = (se = R == null ? void 0 : R[x]) != null ? se : 0, Te = de ? B : M - E[I] - L[I] - ye +
|
13582
|
+
var se, Be = w === "x" ? ss : as, U = w === "x" ? xa : Ma, M = C[x], I = x === "y" ? "height" : "width", B = M + y[Be], te = M - y[U], de = [ss, as].indexOf(b) !== -1, ye = (se = R == null ? void 0 : R[x]) != null ? se : 0, Te = de ? B : M - E[I] - L[I] - ye + D.altAxis, Ge = de ? M + E[I] + L[I] - ye - D.altAxis : te, et = h && de ? afe(Te, M, Ge) : sm(h ? Te : B, M, h ? Ge : te);
|
13583
13583
|
C[x] = et, H[x] = et - M;
|
13584
13584
|
}
|
13585
13585
|
e.modifiersData[r] = H;
|
@@ -13724,8 +13724,8 @@ function Wfe(t) {
|
|
13724
13724
|
u.rects = {
|
13725
13725
|
reference: _fe(k, Ay(v), u.options.strategy === "fixed"),
|
13726
13726
|
popper: lS(v)
|
13727
|
-
}, u.reset = !1, u.placement = u.options.placement, u.orderedModifiers.forEach(function(
|
13728
|
-
return u.modifiersData[
|
13727
|
+
}, u.reset = !1, u.placement = u.options.placement, u.orderedModifiers.forEach(function(D) {
|
13728
|
+
return u.modifiersData[D.name] = Object.assign({}, D.data);
|
13729
13729
|
});
|
13730
13730
|
for (var w = 0; w < u.orderedModifiers.length; w++) {
|
13731
13731
|
if (u.reset === !0) {
|
@@ -14191,12 +14191,12 @@ function x0e(t, e) {
|
|
14191
14191
|
}), C.addEventListener("mouseleave", function() {
|
14192
14192
|
w.props.interactive && w.props.trigger.indexOf("mouseenter") >= 0 && G().addEventListener("mousemove", p);
|
14193
14193
|
}), w;
|
14194
|
-
function
|
14194
|
+
function D() {
|
14195
14195
|
var Ae = w.props.touch;
|
14196
14196
|
return Array.isArray(Ae) ? Ae : [Ae, 0];
|
14197
14197
|
}
|
14198
14198
|
function R() {
|
14199
|
-
return
|
14199
|
+
return D()[0] === "hold";
|
14200
14200
|
}
|
14201
14201
|
function H() {
|
14202
14202
|
var Ae;
|
@@ -14454,7 +14454,7 @@ function x0e(t, e) {
|
|
14454
14454
|
}
|
14455
14455
|
function B(Ae) {
|
14456
14456
|
w.clearDelayTimeouts(), Ae && ae("onTrigger", [w, Ae]), ve();
|
14457
|
-
var Ke = _(!0), lt =
|
14457
|
+
var Ke = _(!0), lt = D(), Ft = lt[0], We = lt[1];
|
14458
14458
|
Do.isTouch && Ft === "hold" && We && (Ke = We), Ke ? r = setTimeout(function() {
|
14459
14459
|
w.show();
|
14460
14460
|
}, Ke) : w.show();
|
@@ -14836,17 +14836,17 @@ function L0e() {
|
|
14836
14836
|
value: C,
|
14837
14837
|
getSnapshot: w
|
14838
14838
|
}
|
14839
|
-
}), j = L[0].inst,
|
14839
|
+
}), j = L[0].inst, D = L[1];
|
14840
14840
|
return l(function() {
|
14841
|
-
j.value = C, j.getSnapshot = w, h(j) &&
|
14841
|
+
j.value = C, j.getSnapshot = w, h(j) && D({
|
14842
14842
|
inst: j
|
14843
14843
|
});
|
14844
14844
|
}, [v, C, w]), o(function() {
|
14845
|
-
h(j) &&
|
14845
|
+
h(j) && D({
|
14846
14846
|
inst: j
|
14847
14847
|
});
|
14848
14848
|
var R = function() {
|
14849
|
-
h(j) &&
|
14849
|
+
h(j) && D({
|
14850
14850
|
inst: j
|
14851
14851
|
});
|
14852
14852
|
};
|
@@ -15110,12 +15110,12 @@ function O0e() {
|
|
15110
15110
|
return _;
|
15111
15111
|
var J = h(H);
|
15112
15112
|
return p !== void 0 && p(_, J) ? _ : (C = H, E = J, J);
|
15113
|
-
}, j = d === void 0 ? null : d,
|
15113
|
+
}, j = d === void 0 ? null : d, D = function() {
|
15114
15114
|
return L(f());
|
15115
15115
|
}, R = j === null ? void 0 : function() {
|
15116
15116
|
return L(j());
|
15117
15117
|
};
|
15118
|
-
return [
|
15118
|
+
return [D, R];
|
15119
15119
|
}, [f, d, h, p]), k = b[0], v = b[1], w = i(u, k, v);
|
15120
15120
|
return a(function() {
|
15121
15121
|
y.hasValue = !0, y.value = w;
|
@@ -15661,7 +15661,7 @@ function K0e() {
|
|
15661
15661
|
}
|
15662
15662
|
var w = !1, x = !1, C = !1, E = !1, L = !1, j;
|
15663
15663
|
j = Symbol.for("react.module.reference");
|
15664
|
-
function
|
15664
|
+
function D(O) {
|
15665
15665
|
return !!(typeof O == "string" || typeof O == "function" || O === r || O === s || L || O === i || O === c || O === u || E || O === h || w || x || C || typeof O == "object" && O !== null && (O.$$typeof === d || O.$$typeof === f || O.$$typeof === a || O.$$typeof === o || O.$$typeof === l || // This needs to include all possible module reference object
|
15666
15666
|
// types supported by any Flight configuration anywhere since
|
15667
15667
|
// we don't know which Flight build this will end up being used
|
@@ -16169,7 +16169,7 @@ Check the top-level render call using <` + Se + ">.");
|
|
16169
16169
|
var gs = {};
|
16170
16170
|
function yo(O, ce, Se, _e, dt, yt) {
|
16171
16171
|
{
|
16172
|
-
var at =
|
16172
|
+
var at = D(O);
|
16173
16173
|
if (!at) {
|
16174
16174
|
var rt = "";
|
16175
16175
|
(O === void 0 || typeof O == "object" && O !== null && Object.keys(O).length === 0) && (rt += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
@@ -16550,7 +16550,7 @@ function Ade(t) {
|
|
16550
16550
|
return mde.test(t);
|
16551
16551
|
}
|
16552
16552
|
function Sde() {
|
16553
|
-
const t = jn("colors"), e = jn("spacing"), n = jn("blur"), r = jn("brightness"), i = jn("borderColor"), s = jn("borderRadius"), a = jn("borderSpacing"), o = jn("borderWidth"), l = jn("contrast"), c = jn("grayscale"), u = jn("hueRotate"), f = jn("invert"), d = jn("gap"), h = jn("gradientColorStops"), p = jn("gradientColorStopPositions"), m = jn("inset"), y = jn("margin"), b = jn("opacity"), k = jn("padding"), v = jn("saturate"), w = jn("scale"), x = jn("sepia"), C = jn("skew"), E = jn("space"), L = jn("translate"), j = () => ["auto", "contain", "none"],
|
16553
|
+
const t = jn("colors"), e = jn("spacing"), n = jn("blur"), r = jn("brightness"), i = jn("borderColor"), s = jn("borderRadius"), a = jn("borderSpacing"), o = jn("borderWidth"), l = jn("contrast"), c = jn("grayscale"), u = jn("hueRotate"), f = jn("invert"), d = jn("gap"), h = jn("gradientColorStops"), p = jn("gradientColorStopPositions"), m = jn("inset"), y = jn("margin"), b = jn("opacity"), k = jn("padding"), v = jn("saturate"), w = jn("scale"), x = jn("sepia"), C = jn("skew"), E = jn("space"), L = jn("translate"), j = () => ["auto", "contain", "none"], D = () => ["auto", "hidden", "clip", "visible", "scroll"], R = () => ["auto", Ut, e], H = () => [Ut, e], W = () => ["", vl, Oc], G = () => ["auto", af, Ut], q = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], _ = () => ["solid", "dashed", "dotted", "double", "none"], J = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], ae = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], $ = () => ["", "0", Ut], Z = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], he = () => [af, Tg], re = () => [af, Ut];
|
16554
16554
|
return {
|
16555
16555
|
cacheSize: 500,
|
16556
16556
|
separator: ":",
|
@@ -16680,21 +16680,21 @@ function Sde() {
|
|
16680
16680
|
* @see https://tailwindcss.com/docs/overflow
|
16681
16681
|
*/
|
16682
16682
|
overflow: [{
|
16683
|
-
overflow:
|
16683
|
+
overflow: D()
|
16684
16684
|
}],
|
16685
16685
|
/**
|
16686
16686
|
* Overflow X
|
16687
16687
|
* @see https://tailwindcss.com/docs/overflow
|
16688
16688
|
*/
|
16689
16689
|
"overflow-x": [{
|
16690
|
-
"overflow-x":
|
16690
|
+
"overflow-x": D()
|
16691
16691
|
}],
|
16692
16692
|
/**
|
16693
16693
|
* Overflow Y
|
16694
16694
|
* @see https://tailwindcss.com/docs/overflow
|
16695
16695
|
*/
|
16696
16696
|
"overflow-y": [{
|
16697
|
-
"overflow-y":
|
16697
|
+
"overflow-y": D()
|
16698
16698
|
}],
|
16699
16699
|
/**
|
16700
16700
|
* Overscroll Behavior
|
@@ -41794,7 +41794,7 @@ var _De = "DismissableLayer", Tx = "dismissableLayer.update", VDe = "dismissable
|
|
41794
41794
|
onDismiss: o,
|
41795
41795
|
...l
|
41796
41796
|
} = t, c = S.useContext(vU), [u, f] = S.useState(null), d = (u == null ? void 0 : u.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, h] = S.useState({}), p = en(e, (E) => f(E)), m = Array.from(c.layers), [y] = [...c.layersWithOutsidePointerEventsDisabled].slice(-1), b = m.indexOf(y), k = u ? m.indexOf(u) : -1, v = c.layersWithOutsidePointerEventsDisabled.size > 0, w = k >= b, x = GDe((E) => {
|
41797
|
-
const L = E.target, j = [...c.branches].some((
|
41797
|
+
const L = E.target, j = [...c.branches].some((D) => D.contains(L));
|
41798
41798
|
!w || j || (i == null || i(E), a == null || a(E), E.defaultPrevented || o == null || o());
|
41799
41799
|
}, d), C = WDe((E) => {
|
41800
41800
|
const L = E.target;
|
@@ -42186,7 +42186,7 @@ const aje = (t) => ({
|
|
42186
42186
|
}, h = MS(i), p = xS(h), m = await a.getDimensions(c), y = h === "y", b = y ? "top" : "left", k = y ? "bottom" : "right", v = y ? "clientHeight" : "clientWidth", w = s.reference[p] + s.reference[h] - d[h] - s.floating[p], x = d[h] - s.reference[h], C = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(c));
|
42187
42187
|
let E = C ? C[v] : 0;
|
42188
42188
|
(!E || !await (a.isElement == null ? void 0 : a.isElement(C))) && (E = o.floating[v] || s.floating[p]);
|
42189
|
-
const L = w / 2 - x / 2, j = E / 2 - m[p] / 2 - 1,
|
42189
|
+
const L = w / 2 - x / 2, j = E / 2 - m[p] / 2 - 1, D = Bo(f[b], j), R = Bo(f[k], j), H = D, W = E - m[p] - R, G = E / 2 - m[p] / 2 + L, q = Nx(H, G, W), _ = !l.arrow && O2(i) != null && G !== q && s.reference[p] / 2 - (G < H ? D : R) - m[p] / 2 < 0, J = _ ? G < H ? G - H : G - W : 0;
|
42190
42190
|
return {
|
42191
42191
|
[h]: d[h] + J,
|
42192
42192
|
data: {
|
@@ -42226,12 +42226,12 @@ const aje = (t) => ({
|
|
42226
42226
|
const b = mc(i), k = Uu(o), v = mc(o) === o, w = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), x = d || (v || !m ? [n5(o)] : tje(o)), C = p !== "none";
|
42227
42227
|
!d && C && x.push(...rje(o, m, p, w));
|
42228
42228
|
const E = [o, ...x], L = await Jm(e, y), j = [];
|
42229
|
-
let
|
42229
|
+
let D = ((r = s.flip) == null ? void 0 : r.overflows) || [];
|
42230
42230
|
if (u && j.push(L[b]), f) {
|
42231
42231
|
const G = eje(i, a, w);
|
42232
42232
|
j.push(L[G[0]], L[G[1]]);
|
42233
42233
|
}
|
42234
|
-
if (
|
42234
|
+
if (D = [...D, {
|
42235
42235
|
placement: i,
|
42236
42236
|
overflows: j
|
42237
42237
|
}], !j.every((G) => G <= 0)) {
|
@@ -42241,18 +42241,18 @@ const aje = (t) => ({
|
|
42241
42241
|
return {
|
42242
42242
|
data: {
|
42243
42243
|
index: G,
|
42244
|
-
overflows:
|
42244
|
+
overflows: D
|
42245
42245
|
},
|
42246
42246
|
reset: {
|
42247
42247
|
placement: q
|
42248
42248
|
}
|
42249
42249
|
};
|
42250
|
-
let _ = (H =
|
42250
|
+
let _ = (H = D.filter((J) => J.overflows[0] <= 0).sort((J, ae) => J.overflows[1] - ae.overflows[1])[0]) == null ? void 0 : H.placement;
|
42251
42251
|
if (!_)
|
42252
42252
|
switch (h) {
|
42253
42253
|
case "bestFit": {
|
42254
42254
|
var W;
|
42255
|
-
const J = (W =
|
42255
|
+
const J = (W = D.filter((ae) => {
|
42256
42256
|
if (C) {
|
42257
42257
|
const $ = Uu(ae.placement);
|
42258
42258
|
return $ === k || // Create a bias to the `y` side axis due to horizontal
|
@@ -42499,8 +42499,8 @@ const uje = function(t) {
|
|
42499
42499
|
const y = h - l.top - l.bottom, b = d - l.left - l.right, k = Bo(h - l[p], y), v = Bo(d - l[m], b), w = !e.middlewareData.shift;
|
42500
42500
|
let x = k, C = v;
|
42501
42501
|
if (f ? C = u || w ? Bo(v, b) : b : x = u || w ? Bo(k, y) : y, w && !u) {
|
42502
|
-
const L = Es(l.left, 0), j = Es(l.right, 0),
|
42503
|
-
f ? C = d - 2 * (L !== 0 || j !== 0 ? L + j : Es(l.left, l.right)) : x = h - 2 * (
|
42502
|
+
const L = Es(l.left, 0), j = Es(l.right, 0), D = Es(l.top, 0), R = Es(l.bottom, 0);
|
42503
|
+
f ? C = d - 2 * (L !== 0 || j !== 0 ? L + j : Es(l.left, l.right)) : x = h - 2 * (D !== 0 || R !== 0 ? D + R : Es(l.top, l.bottom));
|
42504
42504
|
}
|
42505
42505
|
await a({
|
42506
42506
|
...e,
|
@@ -43043,7 +43043,7 @@ function Fje(t) {
|
|
43043
43043
|
J !== C.current && (C.current = J, m(J));
|
43044
43044
|
}, []), v = S.useCallback((J) => {
|
43045
43045
|
J !== E.current && (E.current = J, b(J));
|
43046
|
-
}, []), w = s || p, x = a || y, C = S.useRef(null), E = S.useRef(null), L = S.useRef(u), j = l != null,
|
43046
|
+
}, []), w = s || p, x = a || y, C = S.useRef(null), E = S.useRef(null), L = S.useRef(u), j = l != null, D = gI(l), R = gI(i), H = S.useCallback(() => {
|
43047
43047
|
if (!C.current || !E.current)
|
43048
43048
|
return;
|
43049
43049
|
const J = {
|
@@ -43072,11 +43072,11 @@ function Fje(t) {
|
|
43072
43072
|
W.current = !1;
|
43073
43073
|
}), []), n6(() => {
|
43074
43074
|
if (w && (C.current = w), x && (E.current = x), w && x) {
|
43075
|
-
if (
|
43076
|
-
return
|
43075
|
+
if (D.current)
|
43076
|
+
return D.current(w, x, H);
|
43077
43077
|
H();
|
43078
43078
|
}
|
43079
|
-
}, [w, x, H,
|
43079
|
+
}, [w, x, H, D, j]);
|
43080
43080
|
const G = S.useMemo(() => ({
|
43081
43081
|
reference: C,
|
43082
43082
|
floating: E,
|
@@ -43205,7 +43205,7 @@ var ES = "PopperContent", [Qje, Xje] = jU(ES), zU = S.forwardRef(
|
|
43205
43205
|
updatePositionStrategy: v = "optimized",
|
43206
43206
|
onPlaced: w,
|
43207
43207
|
...x
|
43208
|
-
} = t, C = IU(ES, l), [E, L] = S.useState(null), j = en(e, (we) => L(we)), [
|
43208
|
+
} = t, C = IU(ES, l), [E, L] = S.useState(null), j = en(e, (we) => L(we)), [D, R] = S.useState(null), H = vS(D), W = (H == null ? void 0 : H.width) ?? 0, G = (H == null ? void 0 : H.height) ?? 0, q = c + (f !== "center" ? "-" + f : ""), _ = typeof y == "number" ? y : { top: 0, right: 0, bottom: 0, left: 0, ...y }, J = Array.isArray(m) ? m : [m], ae = J.length > 0, $ = {
|
43209
43209
|
padding: _,
|
43210
43210
|
boundary: J.filter(eIe),
|
43211
43211
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
@@ -43236,7 +43236,7 @@ var ES = "PopperContent", [Qje, Xje] = jU(ES), zU = S.forwardRef(
|
|
43236
43236
|
U.setProperty("--radix-popper-available-width", `${Q}px`), U.setProperty("--radix-popper-available-height", `${oe}px`), U.setProperty("--radix-popper-anchor-width", `${se}px`), U.setProperty("--radix-popper-anchor-height", `${Be}px`);
|
43237
43237
|
}
|
43238
43238
|
}),
|
43239
|
-
|
43239
|
+
D && Zje({ element: D, padding: h }),
|
43240
43240
|
tIe({ arrowWidth: W, arrowHeight: G }),
|
43241
43241
|
k && Wje({ strategy: "referenceHidden", ...$ })
|
43242
43242
|
]
|
@@ -45404,8 +45404,8 @@ function BI({ keyframes: t, velocity: e = 0, power: n = 0.8, timeConstant: r = 3
|
|
45404
45404
|
const y = f + m, b = a === void 0 ? y : a(y);
|
45405
45405
|
b !== y && (m = b - f);
|
45406
45406
|
const k = (L) => -m * Math.exp(-L / r), v = (L) => b + k(L), w = (L) => {
|
45407
|
-
const j = k(L),
|
45408
|
-
d.done = Math.abs(j) <= c, d.value = d.done ? b :
|
45407
|
+
const j = k(L), D = v(L);
|
45408
|
+
d.done = Math.abs(j) <= c, d.value = d.done ? b : D;
|
45409
45409
|
};
|
45410
45410
|
let x, C;
|
45411
45411
|
const E = (L) => {
|
@@ -45690,8 +45690,8 @@ class eL extends HG {
|
|
45690
45690
|
let v = this.currentTime, w = s;
|
45691
45691
|
if (h) {
|
45692
45692
|
const L = Math.min(this.currentTime, u) / f;
|
45693
|
-
let j = Math.floor(L),
|
45694
|
-
!
|
45693
|
+
let j = Math.floor(L), D = L % 1;
|
45694
|
+
!D && L >= 1 && (D = 1), D === 1 && j--, j = Math.min(j, h + 1), j % 2 && (p === "reverse" ? (D = 1 - D, m && (D -= m / f)) : p === "mirror" && (w = a)), v = Wu(0, 1, D) * f;
|
45695
45695
|
}
|
45696
45696
|
const x = k ? { done: !1, value: l[0] } : w.next(v);
|
45697
45697
|
o && (x.value = o(x.value));
|
@@ -46461,24 +46461,24 @@ function wOe(t) {
|
|
46461
46461
|
b === l && k.isActive && !C && w || // If we removed a higher-priority variant (i is in reverse order)
|
46462
46462
|
y > p && w, L = !1;
|
46463
46463
|
const j = Array.isArray(v) ? v : [v];
|
46464
|
-
let
|
46465
|
-
x === !1 && (
|
46464
|
+
let D = j.reduce(i(b), {});
|
46465
|
+
x === !1 && (D = {});
|
46466
46466
|
const { prevResolvedValues: R = {} } = k, H = {
|
46467
46467
|
...R,
|
46468
|
-
...
|
46468
|
+
...D
|
46469
46469
|
}, W = (G) => {
|
46470
46470
|
E = !0, d.has(G) && (L = !0, d.delete(G)), k.needsAnimating[G] = !0;
|
46471
46471
|
const q = t.getValue(G);
|
46472
46472
|
q && (q.liveStyle = !1);
|
46473
46473
|
};
|
46474
46474
|
for (const G in H) {
|
46475
|
-
const q =
|
46475
|
+
const q = D[G], _ = R[G];
|
46476
46476
|
if (h.hasOwnProperty(G))
|
46477
46477
|
continue;
|
46478
46478
|
let J = !1;
|
46479
46479
|
Px(q) && Px(_) ? J = !CG(q, _) : J = q !== _, J ? q != null ? W(G) : d.add(G) : q !== void 0 && d.has(G) ? W(G) : k.protectedKeys[G] = !0;
|
46480
46480
|
}
|
46481
|
-
k.prevProp = v, k.prevResolvedValues =
|
46481
|
+
k.prevProp = v, k.prevResolvedValues = D, k.isActive && (h = { ...h, ...D }), r && t.blockInitialAnimation && (E = !1), E && (!C || L) && f.push(...j.map((G) => ({
|
46482
46482
|
animation: G,
|
46483
46483
|
options: { type: b }
|
46484
46484
|
})));
|
@@ -48464,11 +48464,11 @@ const eBe = ({ children: t, custom: e, initial: n = !0, onExitComplete: r, exitB
|
|
48464
48464
|
f.delete(v);
|
48465
48465
|
const L = Array.from(h.keys()).filter((j) => !y.includes(j));
|
48466
48466
|
if (L.forEach((j) => h.delete(j)), d.current = c.filter((j) => {
|
48467
|
-
const
|
48467
|
+
const D = V1(j);
|
48468
48468
|
return (
|
48469
48469
|
// filter out the node exiting
|
48470
|
-
|
48471
|
-
L.includes(
|
48470
|
+
D === v || // filter out the leftover children
|
48471
|
+
L.includes(D)
|
48472
48472
|
);
|
48473
48473
|
}), !f.size) {
|
48474
48474
|
if (l.current === !1)
|
@@ -50114,8 +50114,8 @@ var gBe = S.forwardRef((t, e) => {
|
|
50114
50114
|
onFocus: it(t.onFocus, (L) => {
|
50115
50115
|
const j = !x.current;
|
50116
50116
|
if (L.target === L.currentTarget && j && !b) {
|
50117
|
-
const
|
50118
|
-
if (L.currentTarget.dispatchEvent(
|
50117
|
+
const D = new CustomEvent(hw, dBe);
|
50118
|
+
if (L.currentTarget.dispatchEvent(D), !D.defaultPrevented) {
|
50119
50119
|
const R = w().filter((q) => q.focusable), H = R.find((q) => q.active), W = R.find((q) => q.id === m), G = [H, W, ...R].filter(
|
50120
50120
|
Boolean
|
50121
50121
|
).map((q) => q.ref.current);
|
@@ -52440,7 +52440,7 @@ var Ll = 10, [vY, x1] = q2(s0), r_e = "SelectContentImpl", wY = S.forwardRef(
|
|
52440
52440
|
avoidCollisions: y,
|
52441
52441
|
//
|
52442
52442
|
...b
|
52443
|
-
} = t, k = k1(s0, n), [v, w] = S.useState(null), [x, C] = S.useState(null), E = en(e, (Ce) => w(Ce)), [L, j] = S.useState(null), [
|
52443
|
+
} = t, k = k1(s0, n), [v, w] = S.useState(null), [x, C] = S.useState(null), E = en(e, (Ce) => w(Ce)), [L, j] = S.useState(null), [D, R] = S.useState(
|
52444
52444
|
null
|
52445
52445
|
), H = J8(n), [W, G] = S.useState(!1), q = S.useRef(!1);
|
52446
52446
|
S.useEffect(() => {
|
@@ -52522,7 +52522,7 @@ var Ll = 10, [vY, x1] = q2(s0), r_e = "SelectContentImpl", wY = S.forwardRef(
|
|
52522
52522
|
onItemLeave: fe,
|
52523
52523
|
itemTextRefCallback: xe,
|
52524
52524
|
focusSelectedItem: J,
|
52525
|
-
selectedItemText:
|
52525
|
+
selectedItemText: D,
|
52526
52526
|
position: r,
|
52527
52527
|
isPositioned: W,
|
52528
52528
|
searchRef: Z,
|
@@ -52592,12 +52592,12 @@ wY.displayName = r_e;
|
|
52592
52592
|
var i_e = "SelectItemAlignedPosition", kY = S.forwardRef((t, e) => {
|
52593
52593
|
const { __scopeSelect: n, onPlaced: r, ...i } = t, s = k1(s0, n), a = x1(s0, n), [o, l] = S.useState(null), [c, u] = S.useState(null), f = en(e, (E) => u(E)), d = J8(n), h = S.useRef(!1), p = S.useRef(!0), { viewport: m, selectedItem: y, selectedItemText: b, focusSelectedItem: k } = a, v = S.useCallback(() => {
|
52594
52594
|
if (s.trigger && s.valueNode && o && c && m && y && b) {
|
52595
|
-
const E = s.trigger.getBoundingClientRect(), L = c.getBoundingClientRect(), j = s.valueNode.getBoundingClientRect(),
|
52595
|
+
const E = s.trigger.getBoundingClientRect(), L = c.getBoundingClientRect(), j = s.valueNode.getBoundingClientRect(), D = b.getBoundingClientRect();
|
52596
52596
|
if (s.dir !== "rtl") {
|
52597
|
-
const Ie =
|
52597
|
+
const Ie = D.left - L.left, Le = j.left - Ie, me = E.left - Le, we = E.width + me, ie = Math.max(we, L.width), Q = window.innerWidth - Ll, oe = YP(Le, [Ll, Q - ie]);
|
52598
52598
|
o.style.minWidth = we + "px", o.style.left = oe + "px";
|
52599
52599
|
} else {
|
52600
|
-
const Ie = L.right -
|
52600
|
+
const Ie = L.right - D.right, Le = window.innerWidth - j.right - Ie, me = window.innerWidth - E.right - Le, we = E.width + me, ie = Math.max(we, L.width), Q = window.innerWidth - Ll, oe = YP(Le, [Ll, Q - ie]);
|
52601
52601
|
o.style.minWidth = we + "px", o.style.right = oe + "px";
|
52602
52602
|
}
|
52603
52603
|
const R = d(), H = window.innerHeight - Ll * 2, W = m.scrollHeight, G = window.getComputedStyle(c), q = parseInt(G.borderTopWidth, 10), _ = parseInt(G.paddingTop, 10), J = parseInt(G.borderBottomWidth, 10), ae = parseInt(G.paddingBottom, 10), $ = q + _ + W + ae + J, Z = Math.min(y.offsetHeight * 5, $), he = window.getComputedStyle(m), re = parseInt(he.paddingTop, 10), fe = parseInt(he.paddingBottom, 10), xe = E.top + E.height / 2 - Ll, ve = H - xe, K = y.offsetHeight / 2, Ce = y.offsetTop + K, be = q + _ + Ce, Pe = $ - be;
|
@@ -53777,13 +53777,13 @@ function $_e({ activeSnapPointProp: t, setActiveSnapPointProp: e, snapPoints: n,
|
|
53777
53777
|
};
|
53778
53778
|
var L;
|
53779
53779
|
return (L = n == null ? void 0 : n.map((j) => {
|
53780
|
-
const
|
53780
|
+
const D = typeof j == "string";
|
53781
53781
|
let R = 0;
|
53782
|
-
if (
|
53783
|
-
const W =
|
53782
|
+
if (D && (R = parseInt(j, 10)), wr(o)) {
|
53783
|
+
const W = D ? R : d ? j * E.height : 0;
|
53784
53784
|
return d ? o === "bottom" ? E.height - W : -E.height + W : W;
|
53785
53785
|
}
|
53786
|
-
const H =
|
53786
|
+
const H = D ? R : d ? j * E.width : 0;
|
53787
53787
|
return d ? o === "right" ? E.width - H : -E.width + H : H;
|
53788
53788
|
})) != null ? L : [];
|
53789
53789
|
}, [
|
@@ -53795,7 +53795,7 @@ function $_e({ activeSnapPointProp: t, setActiveSnapPointProp: e, snapPoints: n,
|
|
53795
53795
|
m
|
53796
53796
|
]), v = Me.useCallback((E) => {
|
53797
53797
|
var L;
|
53798
|
-
const j = (L = b == null ? void 0 : b.findIndex((
|
53798
|
+
const j = (L = b == null ? void 0 : b.findIndex((D) => D === E)) != null ? L : null;
|
53799
53799
|
a(j), Lr(r.current, {
|
53800
53800
|
transition: `transform ${Vn.DURATION}s cubic-bezier(${Vn.EASE.join(",")})`,
|
53801
53801
|
transform: wr(o) ? `translate3d(0, ${E}px, 0)` : `translate3d(${E}px, 0, 0)`
|
@@ -53827,13 +53827,13 @@ function $_e({ activeSnapPointProp: t, setActiveSnapPointProp: e, snapPoints: n,
|
|
53827
53827
|
b,
|
53828
53828
|
v
|
53829
53829
|
]);
|
53830
|
-
function w({ draggedDistance: E, closeDrawer: L, velocity: j, dismissible:
|
53830
|
+
function w({ draggedDistance: E, closeDrawer: L, velocity: j, dismissible: D }) {
|
53831
53831
|
if (s === void 0) return;
|
53832
53832
|
const R = o === "bottom" || o === "right" ? (k ?? 0) - E : (k ?? 0) + E, H = m === s - 1, W = m === 0, G = E > 0;
|
53833
53833
|
if (H && Lr(i.current, {
|
53834
53834
|
transition: `opacity ${Vn.DURATION}s cubic-bezier(${Vn.EASE.join(",")})`
|
53835
53835
|
}), !c && j > 2 && !G) {
|
53836
|
-
|
53836
|
+
D ? L() : v(b[0]);
|
53837
53837
|
return;
|
53838
53838
|
}
|
53839
53839
|
if (!c && j > 2 && G && b && n) {
|
@@ -53847,7 +53847,7 @@ function $_e({ activeSnapPointProp: t, setActiveSnapPointProp: e, snapPoints: n,
|
|
53847
53847
|
v(b[n.length - 1]);
|
53848
53848
|
return;
|
53849
53849
|
}
|
53850
|
-
if (W && J < 0 &&
|
53850
|
+
if (W && J < 0 && D && L(), m === null) return;
|
53851
53851
|
v(b[m + J]);
|
53852
53852
|
return;
|
53853
53853
|
}
|
@@ -53867,7 +53867,7 @@ function $_e({ activeSnapPointProp: t, setActiveSnapPointProp: e, snapPoints: n,
|
|
53867
53867
|
return 0;
|
53868
53868
|
if (j && !L) return 1;
|
53869
53869
|
if (!y && !j) return null;
|
53870
|
-
const
|
53870
|
+
const D = j ? m + 1 : m - 1, R = j ? b[D] - b[D - 1] : b[D + 1] - b[D], H = E / Math.abs(R);
|
53871
53871
|
return j ? 1 - H : H;
|
53872
53872
|
}
|
53873
53873
|
return {
|
@@ -53992,14 +53992,14 @@ function nVe({ isOpen: t, modal: e, nested: n, hasBeenOpened: r, preventScrollRe
|
|
53992
53992
|
restorePositionSetting: u
|
53993
53993
|
};
|
53994
53994
|
}
|
53995
|
-
function eK({ open: t, onOpenChange: e, children: n, onDrag: r, onRelease: i, snapPoints: s, shouldScaleBackground: a = !1, setBackgroundColorOnScale: o = !0, closeThreshold: l = J_e, scrollLockTimeout: c = Q_e, dismissible: u = !0, handleOnly: f = !1, fadeFromIndex: d = s && s.length - 1, activeSnapPoint: h, setActiveSnapPoint: p, fixed: m, modal: y = !0, onClose: b, nested: k, noBodyStyles: v = !1, direction: w = "bottom", defaultOpen: x = !1, disablePreventScroll: C = !0, snapToSequentialPoint: E = !1, preventScrollRestoration: L = !1, repositionInputs: j = !0, onAnimationEnd:
|
53995
|
+
function eK({ open: t, onOpenChange: e, children: n, onDrag: r, onRelease: i, snapPoints: s, shouldScaleBackground: a = !1, setBackgroundColorOnScale: o = !0, closeThreshold: l = J_e, scrollLockTimeout: c = Q_e, dismissible: u = !0, handleOnly: f = !1, fadeFromIndex: d = s && s.length - 1, activeSnapPoint: h, setActiveSnapPoint: p, fixed: m, modal: y = !0, onClose: b, nested: k, noBodyStyles: v = !1, direction: w = "bottom", defaultOpen: x = !1, disablePreventScroll: C = !0, snapToSequentialPoint: E = !1, preventScrollRestoration: L = !1, repositionInputs: j = !0, onAnimationEnd: D, container: R, autoFocus: H = !1 }) {
|
53996
53996
|
var W, G;
|
53997
53997
|
const [q = !1, _] = $Y({
|
53998
53998
|
defaultProp: x,
|
53999
53999
|
prop: t,
|
54000
54000
|
onChange: (ze) => {
|
54001
54001
|
e == null || e(ze), !ze && !k && Ge(), setTimeout(() => {
|
54002
|
-
|
54002
|
+
D == null || D(ze);
|
54003
54003
|
}, Vn.DURATION * 1e3), ze && !y && typeof window < "u" && window.requestAnimationFrame(() => {
|
54004
54004
|
document.body.style.pointerEvents = "auto";
|
54005
54005
|
}), ze || (document.body.style.pointerEvents = "auto");
|
@@ -54310,7 +54310,7 @@ const tK = /* @__PURE__ */ Me.forwardRef(function({ ...t }, e) {
|
|
54310
54310
|
});
|
54311
54311
|
tK.displayName = "Drawer.Overlay";
|
54312
54312
|
const nK = /* @__PURE__ */ Me.forwardRef(function({ onPointerDownOutside: t, style: e, onOpenAutoFocus: n, ...r }, i) {
|
54313
|
-
const { drawerRef: s, onPress: a, onRelease: o, onDrag: l, keyboardIsOpen: c, snapPointsOffset: u, activeSnapPointIndex: f, modal: d, isOpen: h, direction: p, snapPoints: m, container: y, handleOnly: b, shouldAnimate: k, autoFocus: v } = U2(), [w, x] = Me.useState(!1), C = YY(i, s), E = Me.useRef(null), L = Me.useRef(null), j = Me.useRef(!1),
|
54313
|
+
const { drawerRef: s, onPress: a, onRelease: o, onDrag: l, keyboardIsOpen: c, snapPointsOffset: u, activeSnapPointIndex: f, modal: d, isOpen: h, direction: p, snapPoints: m, container: y, handleOnly: b, shouldAnimate: k, autoFocus: v } = U2(), [w, x] = Me.useState(!1), C = YY(i, s), E = Me.useRef(null), L = Me.useRef(null), j = Me.useRef(!1), D = m && m.length > 0;
|
54314
54314
|
tVe();
|
54315
54315
|
const R = (W, G, q = 0) => {
|
54316
54316
|
if (j.current) return !0;
|
@@ -54326,7 +54326,7 @@ const nK = /* @__PURE__ */ Me.forwardRef(function({ onPointerDownOutside: t, sty
|
|
54326
54326
|
return j.current = !0, !0;
|
54327
54327
|
};
|
54328
54328
|
Me.useEffect(() => {
|
54329
|
-
|
54329
|
+
D && window.requestAnimationFrame(() => {
|
54330
54330
|
x(!0);
|
54331
54331
|
});
|
54332
54332
|
}, []);
|
@@ -54337,7 +54337,7 @@ const nK = /* @__PURE__ */ Me.forwardRef(function({ onPointerDownOutside: t, sty
|
|
54337
54337
|
"data-vaul-drawer-direction": p,
|
54338
54338
|
"data-vaul-drawer": "",
|
54339
54339
|
"data-vaul-delayed-snap-points": w ? "true" : "false",
|
54340
|
-
"data-vaul-snap-points": h &&
|
54340
|
+
"data-vaul-snap-points": h && D ? "true" : "false",
|
54341
54341
|
"data-vaul-custom-container": y ? "true" : "false",
|
54342
54342
|
"data-vaul-animate": k != null && k.current ? "true" : "false",
|
54343
54343
|
...r,
|
@@ -75885,18 +75885,18 @@ const JWe = /* @__PURE__ */ or({
|
|
75885
75885
|
), y = Array.from(u.layers), [b] = [
|
75886
75886
|
...u.layersWithOutsidePointerEventsDisabled
|
75887
75887
|
].slice(-1), k = y.indexOf(b), v = f ? y.indexOf(f) : -1, w = u.layersWithOutsidePointerEventsDisabled.size > 0, x = v >= k, C = XWe((L) => {
|
75888
|
-
const j = L.target,
|
75888
|
+
const j = L.target, D = [
|
75889
75889
|
...u.branches
|
75890
75890
|
].some(
|
75891
75891
|
(R) => R.contains(j)
|
75892
75892
|
);
|
75893
|
-
!x ||
|
75893
|
+
!x || D || (s == null || s(L), o == null || o(L), L.defaultPrevented || l == null || l());
|
75894
75894
|
}, h), E = $We((L) => {
|
75895
75895
|
const j = L.target;
|
75896
75896
|
[
|
75897
75897
|
...u.branches
|
75898
75898
|
].some(
|
75899
|
-
(
|
75899
|
+
(D) => D.contains(j)
|
75900
75900
|
) || (a == null || a(L), o == null || o(L), L.defaultPrevented || l == null || l());
|
75901
75901
|
}, h);
|
75902
75902
|
return ZWe((L) => {
|
@@ -76616,7 +76616,7 @@ var Mp = '[cmdk-group=""]', _w = '[cmdk-group-items=""]', OZe = '[cmdk-group-hea
|
|
76616
76616
|
let E = S.useMemo(() => ({ subscribe: (re) => (a.current.add(re), () => a.current.delete(re)), snapshot: () => n.current, setState: (re, fe, xe) => {
|
76617
76617
|
var ve, K, Ce;
|
76618
76618
|
if (!Object.is(n.current[re], fe)) {
|
76619
|
-
if (n.current[re] = fe, re === "search") H(),
|
76619
|
+
if (n.current[re] = fe, re === "search") H(), D(), C(1, R);
|
76620
76620
|
else if (re === "value" && (xe || C(5, W), ((ve = o.current) == null ? void 0 : ve.value) !== void 0)) {
|
76621
76621
|
let be = fe ?? "";
|
76622
76622
|
(Ce = (K = o.current).onValueChange) == null || Ce.call(K, be);
|
@@ -76629,10 +76629,10 @@ var Mp = '[cmdk-group=""]', _w = '[cmdk-group-items=""]', OZe = '[cmdk-group-hea
|
|
76629
76629
|
} }), []), L = S.useMemo(() => ({ value: (re, fe, xe) => {
|
76630
76630
|
var ve;
|
76631
76631
|
fe !== ((ve = s.current.get(re)) == null ? void 0 : ve.value) && (s.current.set(re, { value: fe, keywords: xe }), n.current.filtered.items.set(re, j(fe, xe)), C(2, () => {
|
76632
|
-
|
76632
|
+
D(), E.emit();
|
76633
76633
|
}));
|
76634
76634
|
}, item: (re, fe) => (r.current.add(re), fe && (i.current.has(fe) ? i.current.get(fe).add(re) : i.current.set(fe, /* @__PURE__ */ new Set([re]))), C(3, () => {
|
76635
|
-
H(),
|
76635
|
+
H(), D(), n.current.value || R(), E.emit();
|
76636
76636
|
}), () => {
|
76637
76637
|
s.current.delete(re), r.current.delete(re), n.current.filtered.items.delete(re);
|
76638
76638
|
let xe = G();
|
@@ -76647,7 +76647,7 @@ var Mp = '[cmdk-group=""]', _w = '[cmdk-group-items=""]', OZe = '[cmdk-group-hea
|
|
76647
76647
|
let K = (ve = (xe = o.current) == null ? void 0 : xe.filter) != null ? ve : zZe;
|
76648
76648
|
return re ? K(re, n.current.search, fe) : 0;
|
76649
76649
|
}
|
76650
|
-
function
|
76650
|
+
function D() {
|
76651
76651
|
if (!n.current.search || o.current.shouldFilter === !1) return;
|
76652
76652
|
let re = n.current.filtered.items, fe = [];
|
76653
76653
|
n.current.filtered.groups.forEach((ve) => {
|
@@ -77067,8 +77067,8 @@ var $Ze = "ToastProvider", [AQ, eYe, tYe] = F8("Toast"), [SQ, Sbt] = Mi("Toast",
|
|
77067
77067
|
(v = c.current) == null || v.focus();
|
77068
77068
|
return;
|
77069
77069
|
}
|
77070
|
-
const j = m({ tabbingDirection: L ? "backwards" : "forwards" }),
|
77071
|
-
Vw(j.slice(
|
77070
|
+
const j = m({ tabbingDirection: L ? "backwards" : "forwards" }), D = j.findIndex((R) => R === E);
|
77071
|
+
Vw(j.slice(D + 1)) ? k.preventDefault() : L ? (w = c.current) == null || w.focus() : (x = u.current) == null || x.focus();
|
77072
77072
|
}
|
77073
77073
|
};
|
77074
77074
|
return y.addEventListener("keydown", b), () => y.removeEventListener("keydown", b);
|
@@ -77188,7 +77188,7 @@ var [oYe, lYe] = SQ(kv, {
|
|
77188
77188
|
onSwipeCancel: d,
|
77189
77189
|
onSwipeEnd: h,
|
77190
77190
|
...p
|
77191
|
-
} = t, m = wv(kv, n), [y, b] = S.useState(null), k = en(e, (G) => b(G)), v = S.useRef(null), w = S.useRef(null), x = i || m.duration, C = S.useRef(0), E = S.useRef(x), L = S.useRef(0), { onToastAdd: j, onToastRemove:
|
77191
|
+
} = t, m = wv(kv, n), [y, b] = S.useState(null), k = en(e, (G) => b(G)), v = S.useRef(null), w = S.useRef(null), x = i || m.duration, C = S.useRef(0), E = S.useRef(x), L = S.useRef(0), { onToastAdd: j, onToastRemove: D } = m, R = cs(() => {
|
77192
77192
|
var G;
|
77193
77193
|
y != null && y.contains(document.activeElement) && ((G = m.viewport) == null || G.focus()), a();
|
77194
77194
|
}), H = S.useCallback(
|
@@ -77212,7 +77212,7 @@ var [oYe, lYe] = SQ(kv, {
|
|
77212
77212
|
}
|
77213
77213
|
}, [m.viewport, x, l, c, H]), S.useEffect(() => {
|
77214
77214
|
s && !m.isClosePausedRef.current && H(x);
|
77215
|
-
}, [s, x, m.isClosePausedRef, H]), S.useEffect(() => (j(), () =>
|
77215
|
+
}, [s, x, m.isClosePausedRef, H]), S.useEffect(() => (j(), () => D()), [j, D]);
|
77216
77216
|
const W = S.useMemo(() => y ? zQ(y) : null, [y]);
|
77217
77217
|
return m.viewport ? /* @__PURE__ */ A.jsxs(A.Fragment, { children: [
|
77218
77218
|
W && /* @__PURE__ */ A.jsx(
|
@@ -78313,7 +78313,7 @@ function rKe(t, e, n, r, i, s, a, o, l, c, u, f, d, h, p, m, y, b, k) {
|
|
78313
78313
|
direction: w
|
78314
78314
|
} = t, x = ["INPUT", "SELECT", "TEXTAREA"], C = {
|
78315
78315
|
passive: !1
|
78316
|
-
}, E = y4(), L = y4(), j = c0(50, 225).constrain(h.measure(20)),
|
78316
|
+
}, E = y4(), L = y4(), j = c0(50, 225).constrain(h.measure(20)), D = {
|
78317
78317
|
mouse: 300,
|
78318
78318
|
touch: 400
|
78319
78319
|
}, R = {
|
@@ -78343,7 +78343,7 @@ function rKe(t, e, n, r, i, s, a, o, l, c, u, f, d, h, p, m, y, b, k) {
|
|
78343
78343
|
return x.includes(we);
|
78344
78344
|
}
|
78345
78345
|
function xe() {
|
78346
|
-
return (p ? R :
|
78346
|
+
return (p ? R : D)[$ ? "mouse" : "touch"];
|
78347
78347
|
}
|
78348
78348
|
function ve(me, we) {
|
78349
78349
|
const ie = f.add(gE(me) * -1), Q = u.byDistance(me, !p).distance;
|
@@ -78801,10 +78801,10 @@ function KQ(t, e) {
|
|
78801
78801
|
function vKe(t, e, n, r, i, s, a, o, l) {
|
78802
78802
|
const u = p4(i), f = p4(i).reverse(), d = b().concat(k());
|
78803
78803
|
function h(E, L) {
|
78804
|
-
return E.reduce((j,
|
78804
|
+
return E.reduce((j, D) => j - i[D], L);
|
78805
78805
|
}
|
78806
78806
|
function p(E, L) {
|
78807
|
-
return E.reduce((j,
|
78807
|
+
return E.reduce((j, D) => h(j, L) > 0 ? j.concat([D]) : j, []);
|
78808
78808
|
}
|
78809
78809
|
function m(E) {
|
78810
78810
|
return s.map((L, j) => ({
|
@@ -78813,9 +78813,9 @@ function vKe(t, e, n, r, i, s, a, o, l) {
|
|
78813
78813
|
}));
|
78814
78814
|
}
|
78815
78815
|
function y(E, L, j) {
|
78816
|
-
const
|
78816
|
+
const D = m(L);
|
78817
78817
|
return E.map((R) => {
|
78818
|
-
const H = j ? 0 : -n, W = j ? n : 0, G = j ? "end" : "start", q =
|
78818
|
+
const H = j ? 0 : -n, W = j ? n : 0, G = j ? "end" : "start", q = D[R][G];
|
78819
78819
|
return {
|
78820
78820
|
index: R,
|
78821
78821
|
loopPoint: q,
|
@@ -78846,9 +78846,9 @@ function vKe(t, e, n, r, i, s, a, o, l) {
|
|
78846
78846
|
const {
|
78847
78847
|
target: L,
|
78848
78848
|
translate: j,
|
78849
|
-
slideLocation:
|
78849
|
+
slideLocation: D
|
78850
78850
|
} = E, R = L();
|
78851
|
-
R !==
|
78851
|
+
R !== D.get() && (j.to(R), D.set(R));
|
78852
78852
|
});
|
78853
78853
|
}
|
78854
78854
|
function x() {
|
@@ -78963,7 +78963,7 @@ function MKe(t, e, n, r, i, s, a, o, l) {
|
|
78963
78963
|
}
|
78964
78964
|
function p(b) {
|
78965
78965
|
return b.length ? p4(b).reduce((k, v, w) => {
|
78966
|
-
const x = Za(k) || 0, C = x === 0, E = v === Yy(b), L = i[c] - s[x][c], j = i[c] - s[v][u],
|
78966
|
+
const x = Za(k) || 0, C = x === 0, E = v === Yy(b), L = i[c] - s[x][c], j = i[c] - s[v][u], D = !r && C ? f(a) : 0, R = !r && E ? f(o) : 0, H = Kn(j - R - (L + D));
|
78967
78967
|
return w && H > e + l && k.push(v), E && k.push(b.length), k;
|
78968
78968
|
}, []).map((k, v, w) => {
|
78969
78969
|
const x = Math.max(w[v - 1] || 0);
|
@@ -78995,15 +78995,15 @@ function CKe(t, e, n, r, i, s, a) {
|
|
78995
78995
|
watchSlides: w,
|
78996
78996
|
watchDrag: x,
|
78997
78997
|
watchFocus: C
|
78998
|
-
} = s, E = 2, L = sKe(), j = L.measure(e),
|
78998
|
+
} = s, E = 2, L = sKe(), j = L.measure(e), D = n.map(L.measure), R = nKe(l, c), H = R.measureSize(j), W = aKe(H), G = eKe(o, H), q = !f && !!k, _ = f || !!k, {
|
78999
78999
|
slideSizes: J,
|
79000
79000
|
slideSizesWithGaps: ae,
|
79001
79001
|
startGap: $,
|
79002
79002
|
endGap: Z
|
79003
|
-
} = xKe(R, j,
|
79003
|
+
} = xKe(R, j, D, n, _, i), he = MKe(R, H, y, f, j, D, $, Z, E), {
|
79004
79004
|
snaps: re,
|
79005
79005
|
snapsAligned: fe
|
79006
|
-
} = pKe(R, G, j,
|
79006
|
+
} = pKe(R, G, j, D, he), xe = -Za(re) + Za(ae), {
|
79007
79007
|
snapsContained: ve,
|
79008
79008
|
scrollContainLimit: K
|
79009
79009
|
} = uKe(H, xe, fe, k, E), Ce = q ? ve : fe, {
|
@@ -79044,7 +79044,7 @@ function CKe(t, e, n, r, i, s, a) {
|
|
79044
79044
|
ownerWindow: i,
|
79045
79045
|
eventHandler: a,
|
79046
79046
|
containerRect: j,
|
79047
|
-
slideRects:
|
79047
|
+
slideRects: D,
|
79048
79048
|
animation: ie,
|
79049
79049
|
axis: R,
|
79050
79050
|
dragHandler: rKe(R, t, r, i, M, iKe(R, i), se, ie, te, I, B, Pe, a, W, h, p, b, Q, x),
|
@@ -79193,14 +79193,14 @@ function k5(t, e, n) {
|
|
79193
79193
|
}
|
79194
79194
|
return me;
|
79195
79195
|
}
|
79196
|
-
function
|
79196
|
+
function D(Le, me) {
|
79197
79197
|
y || (k = c(k, Le), v = u(k), w = me || w, L(), b = j(v), f([k, ...w.map(({
|
79198
79198
|
options: we
|
79199
79199
|
}) => we)]).forEach((we) => o.add(we, "change", R)), v.active && (b.translate.to(b.location.get()), b.animation.init(), b.slidesInView.init(), b.slideFocus.init(Ie), b.eventHandler.init(Ie), b.resizeHandler.init(Ie), b.slidesHandler.init(Ie), b.options.loop && b.slideLooper.loop(), C.offsetParent && E.length && b.dragHandler.init(Ie), x = a.init(Ie, w)));
|
79200
79200
|
}
|
79201
79201
|
function R(Le, me) {
|
79202
79202
|
const we = he();
|
79203
|
-
H(),
|
79203
|
+
H(), D(c({
|
79204
79204
|
startIndex: we
|
79205
79205
|
}, Le), me), l.emit("reInit");
|
79206
79206
|
}
|
@@ -79283,7 +79283,7 @@ function k5(t, e, n) {
|
|
79283
79283
|
slidesInView: fe,
|
79284
79284
|
slidesNotInView: xe
|
79285
79285
|
};
|
79286
|
-
return
|
79286
|
+
return D(e, n), setTimeout(() => l.emit("init"), 0), Ie;
|
79287
79287
|
}
|
79288
79288
|
k5.globalOptions = void 0;
|
79289
79289
|
function vE(t = {}, e = []) {
|
@@ -79767,11 +79767,13 @@ const x5 = [
|
|
79767
79767
|
.ProseMirror img {
|
79768
79768
|
max-width: 720px;
|
79769
79769
|
max-height: calc(100vh - 96px);
|
79770
|
+
width: auto !important;
|
79771
|
+
height: auto !important;
|
79772
|
+
object-fit: contain;
|
79770
79773
|
display: block;
|
79771
79774
|
margin: 16px auto;
|
79772
79775
|
position: relative;
|
79773
79776
|
box-sizing: border-box;
|
79774
|
-
aspect-ratio: auto;
|
79775
79777
|
}
|
79776
79778
|
|
79777
79779
|
/* Code blocks */
|
@@ -79874,12 +79876,8 @@ const x5 = [
|
|
79874
79876
|
margin: 0;
|
79875
79877
|
}
|
79876
79878
|
img {
|
79877
|
-
max-width:
|
79879
|
+
max-width: 100%;
|
79878
79880
|
height: auto;
|
79879
|
-
aspect-ratio: auto;
|
79880
|
-
display: block;
|
79881
|
-
margin-left: auto;
|
79882
|
-
margin-right: auto;
|
79883
79881
|
}
|
79884
79882
|
h3 {
|
79885
79883
|
font-weight: 600;
|
@@ -81187,7 +81185,7 @@ M5.exports;
|
|
81187
81185
|
function d(L) {
|
81188
81186
|
return L = String(L), L.charAt(0).toUpperCase() + L.slice(1);
|
81189
81187
|
}
|
81190
|
-
function h(L, j,
|
81188
|
+
function h(L, j, D) {
|
81191
81189
|
var R = {
|
81192
81190
|
"10.0": "10",
|
81193
81191
|
"6.4": "10 Technical Preview",
|
@@ -81202,15 +81200,15 @@ M5.exports;
|
|
81202
81200
|
"4.0": "NT",
|
81203
81201
|
"4.90": "ME"
|
81204
81202
|
};
|
81205
|
-
return j &&
|
81203
|
+
return j && D && /^Win/i.test(L) && !/^Windows Phone /i.test(L) && (R = R[/[\d.]+$/.exec(L)]) && (L = "Windows " + R), L = String(L), j && D && (L = L.replace(RegExp(j, "i"), D)), L = m(
|
81206
81204
|
L.replace(/ ce$/i, " CE").replace(/\bhpw/i, "web").replace(/\bMacintosh\b/, "Mac OS").replace(/_PowerPC\b/i, " OS").replace(/\b(OS X) [^ \d]+/i, "$1").replace(/\bMac (OS X)\b/, "$1").replace(/\/(\d)/, " $1").replace(/_/g, ".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i, "").replace(/\bx86\.64\b/gi, "x86_64").replace(/\b(Windows Phone) OS\b/, "$1").replace(/\b(Chrome OS \w+) [\d.]+\b/, "$1").split(" on ")[0]
|
81207
81205
|
), L;
|
81208
81206
|
}
|
81209
81207
|
function p(L, j) {
|
81210
|
-
var
|
81208
|
+
var D = -1, R = L ? L.length : 0;
|
81211
81209
|
if (typeof R == "number" && R > -1 && R <= o)
|
81212
|
-
for (; ++
|
81213
|
-
j(L[
|
81210
|
+
for (; ++D < R; )
|
81211
|
+
j(L[D], D, L);
|
81214
81212
|
else
|
81215
81213
|
y(L, j);
|
81216
81214
|
}
|
@@ -81218,34 +81216,34 @@ M5.exports;
|
|
81218
81216
|
return L = x(L), /^(?:webOS|i(?:OS|P))/.test(L) ? L : d(L);
|
81219
81217
|
}
|
81220
81218
|
function y(L, j) {
|
81221
|
-
for (var
|
81222
|
-
u.call(L,
|
81219
|
+
for (var D in L)
|
81220
|
+
u.call(L, D) && j(L[D], D, L);
|
81223
81221
|
}
|
81224
81222
|
function b(L) {
|
81225
81223
|
return L == null ? d(L) : f.call(L).slice(8, -1);
|
81226
81224
|
}
|
81227
81225
|
function k(L, j) {
|
81228
|
-
var
|
81229
|
-
return !/^(?:boolean|number|string|undefined)$/.test(
|
81226
|
+
var D = L != null ? typeof L[j] : "number";
|
81227
|
+
return !/^(?:boolean|number|string|undefined)$/.test(D) && (D == "object" ? !!L[j] : !0);
|
81230
81228
|
}
|
81231
81229
|
function v(L) {
|
81232
81230
|
return String(L).replace(/([ -])(?!$)/g, "$1?");
|
81233
81231
|
}
|
81234
81232
|
function w(L, j) {
|
81235
|
-
var
|
81233
|
+
var D = null;
|
81236
81234
|
return p(L, function(R, H) {
|
81237
|
-
|
81238
|
-
}),
|
81235
|
+
D = j(D, R, H, L);
|
81236
|
+
}), D;
|
81239
81237
|
}
|
81240
81238
|
function x(L) {
|
81241
81239
|
return String(L).replace(/^ +| +$/g, "");
|
81242
81240
|
}
|
81243
81241
|
function C(L) {
|
81244
|
-
var j = r,
|
81245
|
-
|
81242
|
+
var j = r, D = L && typeof L == "object" && b(L) != "String";
|
81243
|
+
D && (j = L, L = null);
|
81246
81244
|
var R = j.navigator || {}, H = R.userAgent || "";
|
81247
81245
|
L || (L = H);
|
81248
|
-
var W =
|
81246
|
+
var W = D ? !!R.likeChrome : /\bChrome\b/.test(L) && !/internal|\n/i.test(f.toString()), G = "Object", q = D ? G : "ScriptBridgingProxyObject", _ = D ? G : "Environment", J = D && j.java ? "JavaPackage" : b(j.java), ae = D ? G : "RuntimeObject", $ = /\bJava/.test(J) && j.java, Z = $ && b(j.environment) == _, he = $ ? "a" : "α", re = $ ? "b" : "β", fe = j.document || {}, xe = j.operamini || j.opera, ve = l.test(ve = D && xe ? xe["[[Class]]"] : b(xe)) ? ve : xe = null, K, Ce = L, be = [], Pe = null, Ie = L == H, Le = Ie && xe && typeof xe.version == "function" && xe.version(), me, we = Be([
|
81249
81247
|
{ label: "EdgeHTML", pattern: "Edge" },
|
81250
81248
|
"Trident",
|
81251
81249
|
{ label: "WebKit", pattern: "AppleWebKit" },
|
@@ -81623,8 +81621,8 @@ const Mv = /* @__PURE__ */ j2(HKe), _Ke = (t) => {
|
|
81623
81621
|
}, { toolRef: c, setToolVisibility: u, toolVisibility: f } = wE({
|
81624
81622
|
editor: t.editor
|
81625
81623
|
}), d = ({ editor: y }) => {
|
81626
|
-
var L, j,
|
81627
|
-
const { from: b, to: k } = y.state.selection, v = ((L = y.state.doc.nodeAt(b)) == null ? void 0 : L.type.name) === "resizableMedia", w = ((j = y.state.doc.nodeAt(b)) == null ? void 0 : j.type.name) === "iframe", x = y.isActive("codeBlock"), C = ((
|
81624
|
+
var L, j, D;
|
81625
|
+
const { from: b, to: k } = y.state.selection, v = ((L = y.state.doc.nodeAt(b)) == null ? void 0 : L.type.name) === "resizableMedia", w = ((j = y.state.doc.nodeAt(b)) == null ? void 0 : j.type.name) === "iframe", x = y.isActive("codeBlock"), C = ((D = y.state.doc.nodeAt(b)) == null ? void 0 : D.type.name) === "pageBreak";
|
81628
81626
|
if (b === k || v || x || w || C)
|
81629
81627
|
return !1;
|
81630
81628
|
let E = !1;
|
@@ -82240,7 +82238,7 @@ const pX = {
|
|
82240
82238
|
}
|
82241
82239
|
}
|
82242
82240
|
y(!1);
|
82243
|
-
},
|
82241
|
+
}, D = (_) => {
|
82244
82242
|
switch (_.title) {
|
82245
82243
|
case "Highlight":
|
82246
82244
|
return /* @__PURE__ */ P.jsx(
|
@@ -82488,7 +82486,7 @@ const pX = {
|
|
82488
82486
|
{
|
82489
82487
|
align: _.title === "Link" ? "end" : "center",
|
82490
82488
|
anchorTrigger: /* @__PURE__ */ P.jsx(js, { text: _.title, children: /* @__PURE__ */ P.jsx($r, { icon: _.icon, variant: "ghost", size: "md" }) }),
|
82491
|
-
content:
|
82489
|
+
content: D(_)
|
82492
82490
|
},
|
82493
82491
|
_.title
|
82494
82492
|
) : _.group === "More" && v ? f.findIndex(($) => ($ == null ? void 0 : $.group) === "More") === J ? /* @__PURE__ */ P.jsx(
|
@@ -88751,9 +88749,9 @@ var L$ = { exports: {} };
|
|
88751
88749
|
return 3 * (x + C) / 4 - C;
|
88752
88750
|
}
|
88753
88751
|
function u(w) {
|
88754
|
-
var x, C, E = l(w), L = E[0], j = E[1],
|
88755
|
-
for (C = 0; C < H; C += 4) x = m[w.charCodeAt(C)] << 18 | m[w.charCodeAt(C + 1)] << 12 | m[w.charCodeAt(C + 2)] << 6 | m[w.charCodeAt(C + 3)],
|
88756
|
-
return j === 2 && (x = m[w.charCodeAt(C)] << 2 | m[w.charCodeAt(C + 1)] >> 4,
|
88752
|
+
var x, C, E = l(w), L = E[0], j = E[1], D = new y(c(w, L, j)), R = 0, H = 0 < j ? L - 4 : L;
|
88753
|
+
for (C = 0; C < H; C += 4) x = m[w.charCodeAt(C)] << 18 | m[w.charCodeAt(C + 1)] << 12 | m[w.charCodeAt(C + 2)] << 6 | m[w.charCodeAt(C + 3)], D[R++] = 255 & x >> 16, D[R++] = 255 & x >> 8, D[R++] = 255 & x;
|
88754
|
+
return j === 2 && (x = m[w.charCodeAt(C)] << 2 | m[w.charCodeAt(C + 1)] >> 4, D[R++] = 255 & x), j === 1 && (x = m[w.charCodeAt(C)] << 10 | m[w.charCodeAt(C + 1)] << 4 | m[w.charCodeAt(C + 2)] >> 2, D[R++] = 255 & x >> 8, D[R++] = 255 & x), D;
|
88757
88755
|
}
|
88758
88756
|
function f(w) {
|
88759
88757
|
return p[63 & w >> 18] + p[63 & w >> 12] + p[63 & w >> 6] + p[63 & w];
|
@@ -88763,7 +88761,7 @@ var L$ = { exports: {} };
|
|
88763
88761
|
return L.join("");
|
88764
88762
|
}
|
88765
88763
|
function h(w) {
|
88766
|
-
for (var x, C = w.length, E = C % 3, L = [], j = 16383,
|
88764
|
+
for (var x, C = w.length, E = C % 3, L = [], j = 16383, D = 0, R = C - E; D < R; D += j) L.push(d(w, D, D + j > R ? R : D + j));
|
88767
88765
|
return E === 1 ? (x = w[C - 1], L.push(p[x >> 2] + p[63 & x << 4] + "==")) : E === 2 && (x = (w[C - 2] << 8) + w[C - 1], L.push(p[x >> 10] + p[63 & x >> 4] + p[63 & x << 2] + "=")), L.join("");
|
88768
88766
|
}
|
88769
88767
|
o.byteLength = function(w) {
|
@@ -88930,7 +88928,7 @@ var L$ = { exports: {} };
|
|
88930
88928
|
}
|
88931
88929
|
return -1;
|
88932
88930
|
}
|
88933
|
-
function
|
88931
|
+
function D(M, I, B, te) {
|
88934
88932
|
B = +B || 0;
|
88935
88933
|
var de = M.length - B;
|
88936
88934
|
te ? (te = +te, te > de && (te = de)) : te = de;
|
@@ -89200,7 +89198,7 @@ var L$ = { exports: {} };
|
|
89200
89198
|
te || (te = "utf8");
|
89201
89199
|
for (var ye = !1; ; ) switch (te) {
|
89202
89200
|
case "hex":
|
89203
|
-
return
|
89201
|
+
return D(this, M, I, B);
|
89204
89202
|
case "utf8":
|
89205
89203
|
case "utf-8":
|
89206
89204
|
return R(this, M, I, B);
|
@@ -89494,110 +89492,110 @@ var L$ = { exports: {} };
|
|
89494
89492
|
}
|
89495
89493
|
};
|
89496
89494
|
}, {}], 7: [function(s, a) {
|
89497
|
-
function o(
|
89498
|
-
console && console.warn && console.warn(
|
89495
|
+
function o(D) {
|
89496
|
+
console && console.warn && console.warn(D);
|
89499
89497
|
}
|
89500
89498
|
function l() {
|
89501
89499
|
l.init.call(this);
|
89502
89500
|
}
|
89503
|
-
function c(
|
89504
|
-
if (typeof
|
89501
|
+
function c(D) {
|
89502
|
+
if (typeof D != "function") throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof D);
|
89505
89503
|
}
|
89506
|
-
function u(
|
89507
|
-
return
|
89504
|
+
function u(D) {
|
89505
|
+
return D._maxListeners === void 0 ? l.defaultMaxListeners : D._maxListeners;
|
89508
89506
|
}
|
89509
|
-
function f(
|
89507
|
+
function f(D, R, H, W) {
|
89510
89508
|
var G, q, _;
|
89511
|
-
if (c(H), q =
|
89512
|
-
else if (typeof _ == "function" ? _ = q[R] = W ? [H, _] : [_, H] : W ? _.unshift(H) : _.push(H), G = u(
|
89509
|
+
if (c(H), q = D._events, q === void 0 ? (q = D._events = /* @__PURE__ */ Object.create(null), D._eventsCount = 0) : (q.newListener !== void 0 && (D.emit("newListener", R, H.listener ? H.listener : H), q = D._events), _ = q[R]), _ === void 0) _ = q[R] = H, ++D._eventsCount;
|
89510
|
+
else if (typeof _ == "function" ? _ = q[R] = W ? [H, _] : [_, H] : W ? _.unshift(H) : _.push(H), G = u(D), 0 < G && _.length > G && !_.warned) {
|
89513
89511
|
_.warned = !0;
|
89514
89512
|
var J = new Error("Possible EventEmitter memory leak detected. " + _.length + " " + (R + " listeners added. Use emitter.setMaxListeners() to increase limit"));
|
89515
|
-
J.name = "MaxListenersExceededWarning", J.emitter =
|
89513
|
+
J.name = "MaxListenersExceededWarning", J.emitter = D, J.type = R, J.count = _.length, o(J);
|
89516
89514
|
}
|
89517
|
-
return
|
89515
|
+
return D;
|
89518
89516
|
}
|
89519
89517
|
function d() {
|
89520
89518
|
if (!this.fired) return this.target.removeListener(this.type, this.wrapFn), this.fired = !0, arguments.length === 0 ? this.listener.call(this.target) : this.listener.apply(this.target, arguments);
|
89521
89519
|
}
|
89522
|
-
function h(
|
89523
|
-
var W = { fired: !1, wrapFn: void 0, target:
|
89520
|
+
function h(D, R, H) {
|
89521
|
+
var W = { fired: !1, wrapFn: void 0, target: D, type: R, listener: H }, G = d.bind(W);
|
89524
89522
|
return G.listener = H, W.wrapFn = G, G;
|
89525
89523
|
}
|
89526
|
-
function p(
|
89527
|
-
var W =
|
89524
|
+
function p(D, R, H) {
|
89525
|
+
var W = D._events;
|
89528
89526
|
if (W === void 0) return [];
|
89529
89527
|
var G = W[R];
|
89530
89528
|
return G === void 0 ? [] : typeof G == "function" ? H ? [G.listener || G] : [G] : H ? k(G) : y(G, G.length);
|
89531
89529
|
}
|
89532
|
-
function m(
|
89530
|
+
function m(D) {
|
89533
89531
|
var R = this._events;
|
89534
89532
|
if (R !== void 0) {
|
89535
|
-
var H = R[
|
89533
|
+
var H = R[D];
|
89536
89534
|
if (typeof H == "function") return 1;
|
89537
89535
|
if (H !== void 0) return H.length;
|
89538
89536
|
}
|
89539
89537
|
return 0;
|
89540
89538
|
}
|
89541
|
-
function y(
|
89542
|
-
for (var H = Array(R), W = 0; W < R; ++W) H[W] =
|
89539
|
+
function y(D, R) {
|
89540
|
+
for (var H = Array(R), W = 0; W < R; ++W) H[W] = D[W];
|
89543
89541
|
return H;
|
89544
89542
|
}
|
89545
|
-
function b(
|
89546
|
-
for (; R + 1 <
|
89547
|
-
|
89543
|
+
function b(D, R) {
|
89544
|
+
for (; R + 1 < D.length; R++) D[R] = D[R + 1];
|
89545
|
+
D.pop();
|
89548
89546
|
}
|
89549
|
-
function k(
|
89550
|
-
for (var R = Array(
|
89547
|
+
function k(D) {
|
89548
|
+
for (var R = Array(D.length), H = 0; H < R.length; ++H) R[H] = D[H].listener || D[H];
|
89551
89549
|
return R;
|
89552
89550
|
}
|
89553
|
-
function v(
|
89554
|
-
typeof
|
89551
|
+
function v(D, R, H) {
|
89552
|
+
typeof D.on == "function" && w(D, "error", R, H);
|
89555
89553
|
}
|
89556
|
-
function w(
|
89557
|
-
if (typeof
|
89558
|
-
else if (typeof
|
89559
|
-
W.once &&
|
89554
|
+
function w(D, R, H, W) {
|
89555
|
+
if (typeof D.on == "function") W.once ? D.once(R, H) : D.on(R, H);
|
89556
|
+
else if (typeof D.addEventListener == "function") D.addEventListener(R, function G(q) {
|
89557
|
+
W.once && D.removeEventListener(R, G), H(q);
|
89560
89558
|
});
|
89561
|
-
else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof
|
89559
|
+
else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof D);
|
89562
89560
|
}
|
89563
|
-
var x, C = typeof Reflect == "object" ? Reflect : null, E = C && typeof C.apply == "function" ? C.apply : function(
|
89564
|
-
return Function.prototype.apply.call(
|
89561
|
+
var x, C = typeof Reflect == "object" ? Reflect : null, E = C && typeof C.apply == "function" ? C.apply : function(D, R, H) {
|
89562
|
+
return Function.prototype.apply.call(D, R, H);
|
89565
89563
|
};
|
89566
|
-
x = C && typeof C.ownKeys == "function" ? C.ownKeys : Object.getOwnPropertySymbols ? function(
|
89567
|
-
return Object.getOwnPropertyNames(
|
89568
|
-
} : function(
|
89569
|
-
return Object.getOwnPropertyNames(
|
89564
|
+
x = C && typeof C.ownKeys == "function" ? C.ownKeys : Object.getOwnPropertySymbols ? function(D) {
|
89565
|
+
return Object.getOwnPropertyNames(D).concat(Object.getOwnPropertySymbols(D));
|
89566
|
+
} : function(D) {
|
89567
|
+
return Object.getOwnPropertyNames(D);
|
89570
89568
|
};
|
89571
|
-
var L = Number.isNaN || function(
|
89572
|
-
return
|
89569
|
+
var L = Number.isNaN || function(D) {
|
89570
|
+
return D !== D;
|
89573
89571
|
};
|
89574
|
-
a.exports = l, a.exports.once = function(
|
89572
|
+
a.exports = l, a.exports.once = function(D, R) {
|
89575
89573
|
return new Promise(function(H, W) {
|
89576
89574
|
function G(_) {
|
89577
|
-
|
89575
|
+
D.removeListener(R, q), W(_);
|
89578
89576
|
}
|
89579
89577
|
function q() {
|
89580
|
-
typeof
|
89578
|
+
typeof D.removeListener == "function" && D.removeListener("error", G), H([].slice.call(arguments));
|
89581
89579
|
}
|
89582
|
-
w(
|
89580
|
+
w(D, R, q, { once: !0 }), R !== "error" && v(D, G, { once: !0 });
|
89583
89581
|
});
|
89584
89582
|
}, l.EventEmitter = l, l.prototype._events = void 0, l.prototype._eventsCount = 0, l.prototype._maxListeners = void 0;
|
89585
89583
|
var j = 10;
|
89586
89584
|
Object.defineProperty(l, "defaultMaxListeners", { enumerable: !0, get: function() {
|
89587
89585
|
return j;
|
89588
|
-
}, set: function(
|
89589
|
-
if (typeof
|
89590
|
-
j =
|
89586
|
+
}, set: function(D) {
|
89587
|
+
if (typeof D != "number" || 0 > D || L(D)) throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received ' + D + ".");
|
89588
|
+
j = D;
|
89591
89589
|
} }), l.init = function() {
|
89592
89590
|
(this._events === void 0 || this._events === Object.getPrototypeOf(this)._events) && (this._events = /* @__PURE__ */ Object.create(null), this._eventsCount = 0), this._maxListeners = this._maxListeners || void 0;
|
89593
|
-
}, l.prototype.setMaxListeners = function(
|
89594
|
-
if (typeof
|
89595
|
-
return this._maxListeners =
|
89591
|
+
}, l.prototype.setMaxListeners = function(D) {
|
89592
|
+
if (typeof D != "number" || 0 > D || L(D)) throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received ' + D + ".");
|
89593
|
+
return this._maxListeners = D, this;
|
89596
89594
|
}, l.prototype.getMaxListeners = function() {
|
89597
89595
|
return u(this);
|
89598
|
-
}, l.prototype.emit = function(
|
89596
|
+
}, l.prototype.emit = function(D) {
|
89599
89597
|
for (var R = [], H = 1; H < arguments.length; H++) R.push(arguments[H]);
|
89600
|
-
var W =
|
89598
|
+
var W = D === "error", G = this._events;
|
89601
89599
|
if (G !== void 0) W = W && G.error === void 0;
|
89602
89600
|
else if (!W) return !1;
|
89603
89601
|
if (W) {
|
@@ -89606,51 +89604,51 @@ var L$ = { exports: {} };
|
|
89606
89604
|
var _ = new Error("Unhandled error." + (q ? " (" + q.message + ")" : ""));
|
89607
89605
|
throw _.context = q, _;
|
89608
89606
|
}
|
89609
|
-
var J = G[
|
89607
|
+
var J = G[D];
|
89610
89608
|
if (J === void 0) return !1;
|
89611
89609
|
if (typeof J == "function") E(J, this, R);
|
89612
89610
|
else for (var ae = J.length, $ = y(J, ae), H = 0; H < ae; ++H) E($[H], this, R);
|
89613
89611
|
return !0;
|
89614
|
-
}, l.prototype.addListener = function(
|
89615
|
-
return f(this,
|
89616
|
-
}, l.prototype.on = l.prototype.addListener, l.prototype.prependListener = function(
|
89617
|
-
return f(this,
|
89618
|
-
}, l.prototype.once = function(
|
89619
|
-
return c(R), this.on(
|
89620
|
-
}, l.prototype.prependOnceListener = function(
|
89621
|
-
return c(R), this.prependListener(
|
89622
|
-
}, l.prototype.removeListener = function(
|
89612
|
+
}, l.prototype.addListener = function(D, R) {
|
89613
|
+
return f(this, D, R, !1);
|
89614
|
+
}, l.prototype.on = l.prototype.addListener, l.prototype.prependListener = function(D, R) {
|
89615
|
+
return f(this, D, R, !0);
|
89616
|
+
}, l.prototype.once = function(D, R) {
|
89617
|
+
return c(R), this.on(D, h(this, D, R)), this;
|
89618
|
+
}, l.prototype.prependOnceListener = function(D, R) {
|
89619
|
+
return c(R), this.prependListener(D, h(this, D, R)), this;
|
89620
|
+
}, l.prototype.removeListener = function(D, R) {
|
89623
89621
|
var H, W, G, q, _;
|
89624
89622
|
if (c(R), W = this._events, W === void 0) return this;
|
89625
|
-
if (H = W[
|
89626
|
-
if (H === R || H.listener === R) --this._eventsCount == 0 ? this._events = /* @__PURE__ */ Object.create(null) : (delete W[
|
89623
|
+
if (H = W[D], H === void 0) return this;
|
89624
|
+
if (H === R || H.listener === R) --this._eventsCount == 0 ? this._events = /* @__PURE__ */ Object.create(null) : (delete W[D], W.removeListener && this.emit("removeListener", D, H.listener || R));
|
89627
89625
|
else if (typeof H != "function") {
|
89628
89626
|
for (G = -1, q = H.length - 1; 0 <= q; q--) if (H[q] === R || H[q].listener === R) {
|
89629
89627
|
_ = H[q].listener, G = q;
|
89630
89628
|
break;
|
89631
89629
|
}
|
89632
89630
|
if (0 > G) return this;
|
89633
|
-
G === 0 ? H.shift() : b(H, G), H.length === 1 && (W[
|
89631
|
+
G === 0 ? H.shift() : b(H, G), H.length === 1 && (W[D] = H[0]), W.removeListener !== void 0 && this.emit("removeListener", D, _ || R);
|
89634
89632
|
}
|
89635
89633
|
return this;
|
89636
|
-
}, l.prototype.off = l.prototype.removeListener, l.prototype.removeAllListeners = function(
|
89634
|
+
}, l.prototype.off = l.prototype.removeListener, l.prototype.removeAllListeners = function(D) {
|
89637
89635
|
var R, H, W;
|
89638
89636
|
if (H = this._events, H === void 0) return this;
|
89639
|
-
if (H.removeListener === void 0) return arguments.length === 0 ? (this._events = /* @__PURE__ */ Object.create(null), this._eventsCount = 0) : H[
|
89637
|
+
if (H.removeListener === void 0) return arguments.length === 0 ? (this._events = /* @__PURE__ */ Object.create(null), this._eventsCount = 0) : H[D] !== void 0 && (--this._eventsCount == 0 ? this._events = /* @__PURE__ */ Object.create(null) : delete H[D]), this;
|
89640
89638
|
if (arguments.length === 0) {
|
89641
89639
|
var G, q = Object.keys(H);
|
89642
89640
|
for (W = 0; W < q.length; ++W) G = q[W], G !== "removeListener" && this.removeAllListeners(G);
|
89643
89641
|
return this.removeAllListeners("removeListener"), this._events = /* @__PURE__ */ Object.create(null), this._eventsCount = 0, this;
|
89644
89642
|
}
|
89645
|
-
if (R = H[
|
89646
|
-
else if (R !== void 0) for (W = R.length - 1; 0 <= W; W--) this.removeListener(
|
89643
|
+
if (R = H[D], typeof R == "function") this.removeListener(D, R);
|
89644
|
+
else if (R !== void 0) for (W = R.length - 1; 0 <= W; W--) this.removeListener(D, R[W]);
|
89647
89645
|
return this;
|
89648
|
-
}, l.prototype.listeners = function(
|
89649
|
-
return p(this,
|
89650
|
-
}, l.prototype.rawListeners = function(
|
89651
|
-
return p(this,
|
89652
|
-
}, l.listenerCount = function(
|
89653
|
-
return typeof
|
89646
|
+
}, l.prototype.listeners = function(D) {
|
89647
|
+
return p(this, D, !0);
|
89648
|
+
}, l.prototype.rawListeners = function(D) {
|
89649
|
+
return p(this, D, !1);
|
89650
|
+
}, l.listenerCount = function(D, R) {
|
89651
|
+
return typeof D.listenerCount == "function" ? D.listenerCount(R) : m.call(D, R);
|
89654
89652
|
}, l.prototype.listenerCount = m, l.prototype.eventNames = function() {
|
89655
89653
|
return 0 < this._eventsCount ? x(this._events) : [];
|
89656
89654
|
};
|
@@ -90014,7 +90012,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90014
90012
|
var M = U._readableState;
|
90015
90013
|
M.readableListening = 0 < U.listenerCount("readable"), M.resumeScheduled && !M.paused ? M.flowing = !0 : 0 < U.listenerCount("data") && U.resume();
|
90016
90014
|
}
|
90017
|
-
function
|
90015
|
+
function D(U) {
|
90018
90016
|
$("readable nexttick read 0"), U.read(0);
|
90019
90017
|
}
|
90020
90018
|
function R(U, M) {
|
@@ -90149,7 +90147,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90149
90147
|
return ye === -1 ? this : (M.pipes.splice(ye, 1), M.pipesCount -= 1, M.pipesCount === 1 && (M.pipes = M.pipes[0]), U.emit("unpipe", this, I), this);
|
90150
90148
|
}, h.prototype.on = function(U, M) {
|
90151
90149
|
var I = he.prototype.on.call(this, U, M), B = this._readableState;
|
90152
|
-
return U === "data" ? (B.readableListening = 0 < this.listenerCount("readable"), B.flowing !== !1 && this.resume()) : U == "readable" && !B.endEmitted && !B.readableListening && (B.readableListening = B.needReadable = !0, B.flowing = !1, B.emittedReadable = !1, $("on readable", B.length, B.reading), B.length ? w(this) : !B.reading && o.nextTick(
|
90150
|
+
return U === "data" ? (B.readableListening = 0 < this.listenerCount("readable"), B.flowing !== !1 && this.resume()) : U == "readable" && !B.endEmitted && !B.readableListening && (B.readableListening = B.needReadable = !0, B.flowing = !1, B.emittedReadable = !1, $("on readable", B.length, B.reading), B.length ? w(this) : !B.reading && o.nextTick(D, this)), I;
|
90153
90151
|
}, h.prototype.addListener = h.prototype.on, h.prototype.removeListener = function(U, M) {
|
90154
90152
|
var I = he.prototype.removeListener.call(this, U, M);
|
90155
90153
|
return U === "readable" && o.nextTick(j, this), I;
|
@@ -90313,7 +90311,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90313
90311
|
if (typeof U != "function") throw new Ce();
|
90314
90312
|
if (x(se), oe) w(Q, se, Be, oe, U);
|
90315
90313
|
else {
|
90316
|
-
var M =
|
90314
|
+
var M = D(se) || Q.destroyed;
|
90317
90315
|
M || se.corked || se.bufferProcessing || !se.bufferedRequest || j(Q, se), Be ? o.nextTick(E, Q, se, M, U) : E(Q, se, M, U);
|
90318
90316
|
}
|
90319
90317
|
}
|
@@ -90340,7 +90338,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90340
90338
|
}
|
90341
90339
|
oe.bufferedRequest = se, oe.bufferProcessing = !1;
|
90342
90340
|
}
|
90343
|
-
function
|
90341
|
+
function D(Q) {
|
90344
90342
|
return Q.ending && Q.length === 0 && Q.bufferedRequest === null && !Q.finished && !Q.writing;
|
90345
90343
|
}
|
90346
90344
|
function R(Q, oe) {
|
@@ -90352,7 +90350,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90352
90350
|
oe.prefinished || oe.finalCalled || (typeof Q._final != "function" || oe.destroyed ? (oe.prefinished = !0, Q.emit("prefinish")) : (oe.pendingcb++, oe.finalCalled = !0, o.nextTick(R, Q, oe)));
|
90353
90351
|
}
|
90354
90352
|
function W(Q, oe) {
|
90355
|
-
var se =
|
90353
|
+
var se = D(oe);
|
90356
90354
|
if (se && (H(Q, oe), oe.pendingcb === 0 && (oe.finished = !0, Q.emit("finish"), oe.autoDestroy))) {
|
90357
90355
|
var Be = Q._readableState;
|
90358
90356
|
(!Be || Be.autoDestroy && Be.endEmitted) && Q.destroy();
|
@@ -90427,8 +90425,8 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90427
90425
|
}, { "../errors": 15, "./_stream_duplex": 16, "./internal/streams/destroy": 23, "./internal/streams/state": 27, "./internal/streams/stream": 28, _process: 12, buffer: 3, inherits: 10, "util-deprecate": 32 }], 21: [function(s, a) {
|
90428
90426
|
(function(o) {
|
90429
90427
|
(function() {
|
90430
|
-
function l(L, j,
|
90431
|
-
return j in L ? Object.defineProperty(L, j, { value:
|
90428
|
+
function l(L, j, D) {
|
90429
|
+
return j in L ? Object.defineProperty(L, j, { value: D, enumerable: !0, configurable: !0, writable: !0 }) : L[j] = D, L;
|
90432
90430
|
}
|
90433
90431
|
function c(L, j) {
|
90434
90432
|
return { value: L, done: j };
|
@@ -90436,17 +90434,17 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90436
90434
|
function u(L) {
|
90437
90435
|
var j = L[m];
|
90438
90436
|
if (j !== null) {
|
90439
|
-
var
|
90440
|
-
|
90437
|
+
var D = L[x].read();
|
90438
|
+
D !== null && (L[v] = null, L[m] = null, L[y] = null, j(c(D, !1)));
|
90441
90439
|
}
|
90442
90440
|
}
|
90443
90441
|
function f(L) {
|
90444
90442
|
o.nextTick(u, L);
|
90445
90443
|
}
|
90446
90444
|
function d(L, j) {
|
90447
|
-
return function(
|
90445
|
+
return function(D, R) {
|
90448
90446
|
L.then(function() {
|
90449
|
-
return j[k] ? void
|
90447
|
+
return j[k] ? void D(c(void 0, !0)) : void j[w](D, R);
|
90450
90448
|
}, R);
|
90451
90449
|
};
|
90452
90450
|
}
|
@@ -90462,37 +90460,37 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90462
90460
|
L[b] ? G(L[b]) : W(c(void 0, !0));
|
90463
90461
|
});
|
90464
90462
|
});
|
90465
|
-
var
|
90466
|
-
if (R)
|
90463
|
+
var D, R = this[v];
|
90464
|
+
if (R) D = new Promise(d(R, this));
|
90467
90465
|
else {
|
90468
90466
|
var H = this[x].read();
|
90469
90467
|
if (H !== null) return Promise.resolve(c(H, !1));
|
90470
|
-
|
90468
|
+
D = new Promise(this[w]);
|
90471
90469
|
}
|
90472
|
-
return this[v] =
|
90470
|
+
return this[v] = D, D;
|
90473
90471
|
} }, l(h, Symbol.asyncIterator, function() {
|
90474
90472
|
return this;
|
90475
90473
|
}), l(h, "return", function() {
|
90476
90474
|
var L = this;
|
90477
|
-
return new Promise(function(j,
|
90475
|
+
return new Promise(function(j, D) {
|
90478
90476
|
L[x].destroy(null, function(R) {
|
90479
|
-
return R ? void
|
90477
|
+
return R ? void D(R) : void j(c(void 0, !0));
|
90480
90478
|
});
|
90481
90479
|
});
|
90482
90480
|
}), h), C);
|
90483
90481
|
a.exports = function(L) {
|
90484
|
-
var j,
|
90485
|
-
var W =
|
90486
|
-
W ? (
|
90482
|
+
var j, D = Object.create(E, (j = {}, l(j, x, { value: L, writable: !0 }), l(j, m, { value: null, writable: !0 }), l(j, y, { value: null, writable: !0 }), l(j, b, { value: null, writable: !0 }), l(j, k, { value: L._readableState.endEmitted, writable: !0 }), l(j, w, { value: function(R, H) {
|
90483
|
+
var W = D[x].read();
|
90484
|
+
W ? (D[v] = null, D[m] = null, D[y] = null, R(c(W, !1))) : (D[m] = R, D[y] = H);
|
90487
90485
|
}, writable: !0 }), j));
|
90488
|
-
return
|
90486
|
+
return D[v] = null, p(L, function(R) {
|
90489
90487
|
if (R && R.code !== "ERR_STREAM_PREMATURE_CLOSE") {
|
90490
|
-
var H =
|
90491
|
-
return H !== null && (
|
90488
|
+
var H = D[y];
|
90489
|
+
return H !== null && (D[v] = null, D[m] = null, D[y] = null, H(R)), void (D[b] = R);
|
90492
90490
|
}
|
90493
|
-
var W =
|
90494
|
-
W !== null && (
|
90495
|
-
}), L.on("readable", f.bind(null,
|
90491
|
+
var W = D[m];
|
90492
|
+
W !== null && (D[v] = null, D[m] = null, D[y] = null, W(c(void 0, !0))), D[k] = !0;
|
90493
|
+
}), L.on("readable", f.bind(null, D)), D;
|
90496
90494
|
};
|
90497
90495
|
}).call(this);
|
90498
90496
|
}).call(this, s("_process"));
|
@@ -90696,9 +90694,9 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90696
90694
|
var x = h(v);
|
90697
90695
|
if (Array.isArray(v[0]) && (v = v[0]), 2 > v.length) throw new y("streams");
|
90698
90696
|
var C, E = v.map(function(L, j) {
|
90699
|
-
var
|
90700
|
-
return u(L,
|
90701
|
-
C || (C = R), R && E.forEach(f),
|
90697
|
+
var D = j < v.length - 1;
|
90698
|
+
return u(L, D, 0 < j, function(R) {
|
90699
|
+
C || (C = R), R && E.forEach(f), D || (E.forEach(f), x(C));
|
90702
90700
|
});
|
90703
90701
|
});
|
90704
90702
|
return v.reduce(d);
|
@@ -90797,10 +90795,10 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90797
90795
|
return 127 >= E ? 0 : E >> 5 == 6 ? 2 : E >> 4 == 14 ? 3 : E >> 3 == 30 ? 4 : E >> 6 == 2 ? -1 : -2;
|
90798
90796
|
}
|
90799
90797
|
function d(E, L, j) {
|
90800
|
-
var
|
90801
|
-
if (
|
90802
|
-
var R = f(L[
|
90803
|
-
return 0 <= R ? (0 < R && (E.lastNeed = R - 1), R) : --
|
90798
|
+
var D = L.length - 1;
|
90799
|
+
if (D < j) return 0;
|
90800
|
+
var R = f(L[D]);
|
90801
|
+
return 0 <= R ? (0 < R && (E.lastNeed = R - 1), R) : --D < j || R === -2 ? 0 : (R = f(L[D]), 0 <= R ? (0 < R && (E.lastNeed = R - 2), R) : --D < j || R === -2 ? 0 : (R = f(L[D]), 0 <= R ? (0 < R && (R === 2 ? R = 0 : E.lastNeed = R - 3), R) : 0));
|
90804
90802
|
}
|
90805
90803
|
function h(E, L) {
|
90806
90804
|
if ((192 & L[0]) != 128) return E.lastNeed = 0, "�";
|
@@ -90817,8 +90815,8 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90817
90815
|
if ((E.length - L) % 2 == 0) {
|
90818
90816
|
var j = E.toString("utf16le", L);
|
90819
90817
|
if (j) {
|
90820
|
-
var
|
90821
|
-
if (55296 <=
|
90818
|
+
var D = j.charCodeAt(j.length - 1);
|
90819
|
+
if (55296 <= D && 56319 >= D) return this.lastNeed = 2, this.lastTotal = 4, this.lastChar[0] = E[E.length - 2], this.lastChar[1] = E[E.length - 1], j.slice(0, -1);
|
90822
90820
|
}
|
90823
90821
|
return j;
|
90824
90822
|
}
|
@@ -90879,8 +90877,8 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90879
90877
|
var j = d(this, E, L);
|
90880
90878
|
if (!this.lastNeed) return E.toString("utf8", L);
|
90881
90879
|
this.lastTotal = j;
|
90882
|
-
var
|
90883
|
-
return E.copy(this.lastChar, 0,
|
90880
|
+
var D = E.length - (j - this.lastNeed);
|
90881
|
+
return E.copy(this.lastChar, 0, D), E.toString("utf8", L, D);
|
90884
90882
|
}, u.prototype.fillLast = function(E) {
|
90885
90883
|
return this.lastNeed <= E.length ? (E.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed), this.lastChar.toString(this.encoding, 0, this.lastTotal)) : (E.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, E.length), void (this.lastNeed -= E.length));
|
90886
90884
|
};
|
@@ -91209,7 +91207,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
91209
91207
|
x.forEach((R) => {
|
91210
91208
|
(R.type === "remotecandidate" || R.type === "remote-candidate") && (C[R.id] = R), (R.type === "localcandidate" || R.type === "local-candidate") && (E[R.id] = R), (R.type === "candidatepair" || R.type === "candidate-pair") && (L[R.id] = R);
|
91211
91209
|
});
|
91212
|
-
const
|
91210
|
+
const D = (R) => {
|
91213
91211
|
j = !0;
|
91214
91212
|
let H = E[R.localCandidateId];
|
91215
91213
|
H && (H.ip || H.address) ? (this.localAddress = H.ip || H.address, this.localPort = +H.port) : H && H.ipAddress ? (this.localAddress = H.ipAddress, this.localPort = +H.portNumber) : typeof R.googLocalAddress == "string" && (H = R.googLocalAddress.split(":"), this.localAddress = H[0], this.localPort = +H[1]), this.localAddress && (this.localFamily = this.localAddress.includes(":") ? "IPv6" : "IPv4");
|
@@ -91217,7 +91215,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
91217
91215
|
W && (W.ip || W.address) ? (this.remoteAddress = W.ip || W.address, this.remotePort = +W.port) : W && W.ipAddress ? (this.remoteAddress = W.ipAddress, this.remotePort = +W.portNumber) : typeof R.googRemoteAddress == "string" && (W = R.googRemoteAddress.split(":"), this.remoteAddress = W[0], this.remotePort = +W[1]), this.remoteAddress && (this.remoteFamily = this.remoteAddress.includes(":") ? "IPv6" : "IPv4"), this._debug("connect local: %s:%s remote: %s:%s", this.localAddress, this.localPort, this.remoteAddress, this.remotePort);
|
91218
91216
|
};
|
91219
91217
|
if (x.forEach((R) => {
|
91220
|
-
R.type === "transport" && R.selectedCandidatePairId &&
|
91218
|
+
R.type === "transport" && R.selectedCandidatePairId && D(L[R.selectedCandidatePairId]), (R.type === "googCandidatePair" && R.googActiveConnection === "true" || (R.type === "candidatepair" || R.type === "candidate-pair") && R.selected) && D(R);
|
91221
91219
|
}), !j && (!Object.keys(L).length || Object.keys(E).length)) return void setTimeout(v, 100);
|
91222
91220
|
if (this._connecting = !1, this._connected = !0, this._chunk) {
|
91223
91221
|
try {
|
@@ -94955,8 +94953,8 @@ function qet({
|
|
94955
94953
|
Zt(v, t.numeric, w);
|
94956
94954
|
const x = Ks(i3), C = Ks();
|
94957
94955
|
Zt(x, e, x), Zt(x, n, C), Zt(C, e, x), Zt(C, n, C), qe(k, ko, x), qe(w, ko, x);
|
94958
|
-
const E = qe(o, su), L = qe(l, su), j = qe(L, ko),
|
94959
|
-
Zt(o, t.domain, a), qe(o, wo, b), qe(o, $s, y), Zt(l, t.domain, a), qe(l, wo, b), qe(l, $s, y), Zt(E, t.domain, x), qe(E, ko, x), qe(E, Sm, x), Zt(
|
94956
|
+
const E = qe(o, su), L = qe(l, su), j = qe(L, ko), D = qe(j, ko);
|
94957
|
+
Zt(o, t.domain, a), qe(o, wo, b), qe(o, $s, y), Zt(l, t.domain, a), qe(l, wo, b), qe(l, $s, y), Zt(E, t.domain, x), qe(E, ko, x), qe(E, Sm, x), Zt(D, t.domain, x), Zt(D, e, x), qe(D, ko, x);
|
94960
94958
|
const R = [
|
94961
94959
|
[Mm, Cm],
|
94962
94960
|
// {}
|
@@ -95782,10 +95780,10 @@ const oee = ({
|
|
95782
95780
|
setTimeout(() => H(he));
|
95783
95781
|
}, j = (Z) => {
|
95784
95782
|
Z.stopPropagation(), K0 = "touches" in Z ? Z.touches[0].clientX : Z.clientX, setTimeout(() => {
|
95785
|
-
document.addEventListener("mousemove", L), document.addEventListener("mouseup",
|
95783
|
+
document.addEventListener("mousemove", L), document.addEventListener("mouseup", D), document.addEventListener("touchmove", L), document.addEventListener("touchend", D);
|
95786
95784
|
}), p(!0);
|
95787
|
-
},
|
95788
|
-
K0 = -1, document.removeEventListener("mousemove", L), document.removeEventListener("mouseup",
|
95785
|
+
}, D = () => {
|
95786
|
+
K0 = -1, document.removeEventListener("mousemove", L), document.removeEventListener("mouseup", D), p(!1);
|
95789
95787
|
}, R = (Z, he) => {
|
95790
95788
|
var ve, K;
|
95791
95789
|
if (!d.current) {
|
@@ -95853,8 +95851,8 @@ const oee = ({
|
|
95853
95851
|
children: /* @__PURE__ */ P.jsxs(
|
95854
95852
|
"div",
|
95855
95853
|
{
|
95856
|
-
draggable:
|
95857
|
-
"data-drag-handle":
|
95854
|
+
draggable: !0,
|
95855
|
+
"data-drag-handle": !0,
|
95858
95856
|
className: Rt(
|
95859
95857
|
"w-fit flex flex-col gap-2 relative group transition-all ease-in-out",
|
95860
95858
|
m && "opacity-50"
|
@@ -95921,9 +95919,9 @@ const oee = ({
|
|
95921
95919
|
title: "Resize",
|
95922
95920
|
onClick: ({ clientX: Z }) => C(Z),
|
95923
95921
|
onMouseDown: (Z) => j(Z),
|
95924
|
-
onMouseUp:
|
95922
|
+
onMouseUp: D,
|
95925
95923
|
onTouchStart: (Z) => j(Z),
|
95926
|
-
onTouchEnd:
|
95924
|
+
onTouchEnd: D
|
95927
95925
|
}
|
95928
95926
|
),
|
95929
95927
|
/* @__PURE__ */ P.jsx("span", { className: "media-control-buttons opacity-0 group-hover:opacity-100 transition-opacity duration-200 flex gap-1 p-1", children: zO.map((Z, he) => /* @__PURE__ */ P.jsx(
|
@@ -96316,11 +96314,11 @@ var Ltt = "DismissableLayer", iC = "dismissableLayer.update", Ett = "dismissable
|
|
96316
96314
|
onDismiss: o,
|
96317
96315
|
...l
|
96318
96316
|
} = t, c = S.useContext(fee), [u, f] = S.useState(null), d = (u == null ? void 0 : u.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, h] = S.useState({}), p = S1(e, (E) => f(E)), m = Array.from(c.layers), [y] = [...c.layersWithOutsidePointerEventsDisabled].slice(-1), b = m.indexOf(y), k = u ? m.indexOf(u) : -1, v = c.layersWithOutsidePointerEventsDisabled.size > 0, w = k >= b, x = jtt((E) => {
|
96319
|
-
const L = E.target, j = [...c.branches].some((
|
96317
|
+
const L = E.target, j = [...c.branches].some((D) => D.contains(L));
|
96320
96318
|
!w || j || (i == null || i(E), a == null || a(E), E.defaultPrevented || o == null || o());
|
96321
96319
|
}, d), C = Itt((E) => {
|
96322
96320
|
const L = E.target;
|
96323
|
-
[...c.branches].some((
|
96321
|
+
[...c.branches].some((D) => D.contains(L)) || (s == null || s(E), a == null || a(E), E.defaultPrevented || o == null || o());
|
96324
96322
|
}, d);
|
96325
96323
|
return Stt((E) => {
|
96326
96324
|
k === c.layers.size - 1 && (r == null || r(E), !E.defaultPrevented && o && (E.preventDefault(), o()));
|
@@ -96851,7 +96849,7 @@ const ent = (t) => ({
|
|
96851
96849
|
}, h = mT(i), p = pT(h), m = await a.getDimensions(c), y = h === "y", b = y ? "top" : "left", k = y ? "bottom" : "right", v = y ? "clientHeight" : "clientWidth", w = s.reference[p] + s.reference[h] - d[h] - s.floating[p], x = d[h] - s.reference[h], C = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(c));
|
96852
96850
|
let E = C ? C[v] : 0;
|
96853
96851
|
(!E || !await (a.isElement == null ? void 0 : a.isElement(C))) && (E = o.floating[v] || s.floating[p]);
|
96854
|
-
const L = w / 2 - x / 2, j = E / 2 - m[p] / 2 - 1,
|
96852
|
+
const L = w / 2 - x / 2, j = E / 2 - m[p] / 2 - 1, D = Xu(f[b], j), R = Xu(f[k], j), H = D, W = E - m[p] - R, G = E / 2 - m[p] / 2 + L, q = sC(H, G, W), _ = !l.arrow && X2(i) != null && G !== q && s.reference[p] / 2 - (G < H ? D : R) - m[p] / 2 < 0, J = _ ? G < H ? G - H : G - W : 0;
|
96855
96853
|
return {
|
96856
96854
|
[h]: d[h] + J,
|
96857
96855
|
data: {
|
@@ -96891,12 +96889,12 @@ const ent = (t) => ({
|
|
96891
96889
|
const b = kc(i), k = $u(o), v = kc(o) === o, w = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), x = d || (v || !m ? [hb(o)] : Ktt(o)), C = p !== "none";
|
96892
96890
|
!d && C && x.push(...Qtt(o, m, p, w));
|
96893
96891
|
const E = [o, ...x], L = await R4(e, y), j = [];
|
96894
|
-
let
|
96892
|
+
let D = ((r = s.flip) == null ? void 0 : r.overflows) || [];
|
96895
96893
|
if (u && j.push(L[b]), f) {
|
96896
96894
|
const G = Ytt(i, a, w);
|
96897
96895
|
j.push(L[G[0]], L[G[1]]);
|
96898
96896
|
}
|
96899
|
-
if (
|
96897
|
+
if (D = [...D, {
|
96900
96898
|
placement: i,
|
96901
96899
|
overflows: j
|
96902
96900
|
}], !j.every((G) => G <= 0)) {
|
@@ -96906,18 +96904,18 @@ const ent = (t) => ({
|
|
96906
96904
|
return {
|
96907
96905
|
data: {
|
96908
96906
|
index: G,
|
96909
|
-
overflows:
|
96907
|
+
overflows: D
|
96910
96908
|
},
|
96911
96909
|
reset: {
|
96912
96910
|
placement: q
|
96913
96911
|
}
|
96914
96912
|
};
|
96915
|
-
let _ = (H =
|
96913
|
+
let _ = (H = D.filter((J) => J.overflows[0] <= 0).sort((J, ae) => J.overflows[1] - ae.overflows[1])[0]) == null ? void 0 : H.placement;
|
96916
96914
|
if (!_)
|
96917
96915
|
switch (h) {
|
96918
96916
|
case "bestFit": {
|
96919
96917
|
var W;
|
96920
|
-
const J = (W =
|
96918
|
+
const J = (W = D.filter((ae) => {
|
96921
96919
|
if (C) {
|
96922
96920
|
const $ = $u(ae.placement);
|
96923
96921
|
return $ === k || // Create a bias to the `y` side axis due to horizontal
|
@@ -97168,8 +97166,8 @@ const int = function(t) {
|
|
97168
97166
|
const k = m - u.top - u.bottom, v = p - u.left - u.right, w = Xu(m - u[y], k), x = Xu(p - u[b], v), C = !e.middlewareData.shift;
|
97169
97167
|
let E = w, L = x;
|
97170
97168
|
if ((n = e.middlewareData.shift) != null && n.enabled.x && (L = v), (r = e.middlewareData.shift) != null && r.enabled.y && (E = k), C && !d) {
|
97171
|
-
const
|
97172
|
-
h ? L = p - 2 * (
|
97169
|
+
const D = Ts(u.left, 0), R = Ts(u.right, 0), H = Ts(u.top, 0), W = Ts(u.bottom, 0);
|
97170
|
+
h ? L = p - 2 * (D !== 0 || R !== 0 ? D + R : Ts(u.left, u.right)) : E = m - 2 * (H !== 0 || W !== 0 ? H + W : Ts(u.top, u.bottom));
|
97173
97171
|
}
|
97174
97172
|
await l({
|
97175
97173
|
...e,
|
@@ -97744,7 +97742,7 @@ function Int(t) {
|
|
97744
97742
|
ae !== C.current && (C.current = ae, m(ae));
|
97745
97743
|
}, []), v = S.useCallback((ae) => {
|
97746
97744
|
ae !== E.current && (E.current = ae, b(ae));
|
97747
|
-
}, []), w = s || p, x = a || y, C = S.useRef(null), E = S.useRef(null), L = S.useRef(u), j = l != null,
|
97745
|
+
}, []), w = s || p, x = a || y, C = S.useRef(null), E = S.useRef(null), L = S.useRef(u), j = l != null, D = w9(l), R = w9(i), H = w9(c), W = S.useCallback(() => {
|
97748
97746
|
if (!C.current || !E.current)
|
97749
97747
|
return;
|
97750
97748
|
const ae = {
|
@@ -97777,11 +97775,11 @@ function Int(t) {
|
|
97777
97775
|
G.current = !1;
|
97778
97776
|
}), []), b6(() => {
|
97779
97777
|
if (w && (C.current = w), x && (E.current = x), w && x) {
|
97780
|
-
if (
|
97781
|
-
return
|
97778
|
+
if (D.current)
|
97779
|
+
return D.current(w, x, W);
|
97782
97780
|
W();
|
97783
97781
|
}
|
97784
|
-
}, [w, x, W,
|
97782
|
+
}, [w, x, W, D, j]);
|
97785
97783
|
const q = S.useMemo(() => ({
|
97786
97784
|
reference: C,
|
97787
97785
|
floating: E,
|
@@ -97933,8 +97931,8 @@ var kT = "PopperContent", [Wnt, Znt] = See(kT), jee = S.forwardRef(
|
|
97933
97931
|
updatePositionStrategy: h = "optimized",
|
97934
97932
|
onPlaced: p,
|
97935
97933
|
...m
|
97936
|
-
} = t, y = Eee(kT, n), [b, k] = S.useState(null), v = S1(e, (we) => k(we)), [w, x] = S.useState(null), C = Unt(w), E = (C == null ? void 0 : C.width) ?? 0, L = (C == null ? void 0 : C.height) ?? 0, j = r + (s !== "center" ? "-" + s : ""),
|
97937
|
-
padding:
|
97934
|
+
} = t, y = Eee(kT, n), [b, k] = S.useState(null), v = S1(e, (we) => k(we)), [w, x] = S.useState(null), C = Unt(w), E = (C == null ? void 0 : C.width) ?? 0, L = (C == null ? void 0 : C.height) ?? 0, j = r + (s !== "center" ? "-" + s : ""), D = typeof u == "number" ? u : { top: 0, right: 0, bottom: 0, left: 0, ...u }, R = Array.isArray(c) ? c : [c], H = R.length > 0, W = {
|
97935
|
+
padding: D,
|
97938
97936
|
boundary: R.filter(Knt),
|
97939
97937
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
97940
97938
|
altBoundary: H
|
@@ -100518,7 +100516,7 @@ const d3 = ({
|
|
100518
100516
|
Fe(() => {
|
100519
100517
|
u && j();
|
100520
100518
|
}, [u]);
|
100521
|
-
const
|
100519
|
+
const D = yn(() => {
|
100522
100520
|
var K, Ce, be, Pe;
|
100523
100521
|
const { doc: Z, selection: he } = n.state, re = e(), fe = Z.nodeAt(re) === Z.firstChild, xe = ((K = Z.nodeAt(re)) == null ? void 0 : K.type.name) === "dBlock" && ((be = (Ce = Z.nodeAt(re)) == null ? void 0 : Ce.content.firstChild) == null ? void 0 : be.type.name) === "paragraph", ve = he.$anchor.pos >= re && he.$anchor.pos <= re + (((Pe = Z.nodeAt(re)) == null ? void 0 : Pe.nodeSize) || 0);
|
100524
100522
|
return Z.textContent === "" && fe && xe && ve;
|
@@ -100627,7 +100625,7 @@ const d3 = ({
|
|
100627
100625
|
"is-table": c,
|
100628
100626
|
"invalid-content": ($ = t.attrs) == null ? void 0 : $.isCorrupted
|
100629
100627
|
}),
|
100630
|
-
children:
|
100628
|
+
children: D && !l && ait(
|
100631
100629
|
H,
|
100632
100630
|
W,
|
100633
100631
|
_,
|
@@ -102479,16 +102477,16 @@ function mst(t) {
|
|
102479
102477
|
container: vz(),
|
102480
102478
|
renders: 1
|
102481
102479
|
};
|
102482
|
-
}),
|
102480
|
+
}), D = Object.assign({
|
102483
102481
|
ignoreAttributes: d
|
102484
102482
|
}, h, {
|
102485
102483
|
content: j.container
|
102486
102484
|
});
|
102487
102485
|
p && (process.env.NODE_ENV !== "production" && ["trigger", "hideOnClick", "showOnCreate"].forEach(function(G) {
|
102488
|
-
|
102489
|
-
}),
|
102490
|
-
var R =
|
102491
|
-
o && (R = Object.assign({},
|
102486
|
+
D[G] !== void 0 && console.warn(["@tippyjs/react: Cannot specify `" + G + "` prop in", "controlled mode (`visible` prop)"].join(" "));
|
102487
|
+
}), D.trigger = "manual", D.hideOnClick = !1), m && (u = !0);
|
102488
|
+
var R = D, H = D.plugins || [];
|
102489
|
+
o && (R = Object.assign({}, D, {
|
102492
102490
|
plugins: m && a.data != null ? [].concat(H, [{
|
102493
102491
|
fn: function() {
|
102494
102492
|
return {
|
@@ -102513,7 +102511,7 @@ function mst(t) {
|
|
102513
102511
|
var G = l;
|
102514
102512
|
l && l.hasOwnProperty("current") && (G = l.current);
|
102515
102513
|
var q = t(G || j.ref || vz(), Object.assign({}, R, {
|
102516
|
-
plugins: [pst].concat(
|
102514
|
+
plugins: [pst].concat(D.plugins || [])
|
102517
102515
|
}));
|
102518
102516
|
return j.instance = q, u && q.disable(), s && q.show(), m && a.hook({
|
102519
102517
|
instance: q,
|
@@ -104822,8 +104820,8 @@ function Gat(t, e, n, r) {
|
|
104822
104820
|
o = t.push("list_item_open", "li", 1), o.markup = String.fromCharCode(p);
|
104823
104821
|
const j = [l, 0];
|
104824
104822
|
o.map = j, f && (o.info = t.src.slice(a, h - 1));
|
104825
|
-
const
|
104826
|
-
if (t.listIndent = t.blkIndent, t.blkIndent = L, t.tight = !0, t.tShift[l] = C - t.bMarks[l], t.sCount[l] = x, C >= i && t.isEmpty(l + 1) ? t.line = Math.min(t.line + 2, n) : t.md.block.tokenize(t, l, n, !0), (!t.tight || b) && (c = !1), b = t.line - l > 1 && t.isEmpty(t.line - 1), t.blkIndent = t.listIndent, t.listIndent = W, t.tShift[l] = R, t.sCount[l] = H, t.tight =
|
104823
|
+
const D = t.tight, R = t.tShift[l], H = t.sCount[l], W = t.listIndent;
|
104824
|
+
if (t.listIndent = t.blkIndent, t.blkIndent = L, t.tight = !0, t.tShift[l] = C - t.bMarks[l], t.sCount[l] = x, C >= i && t.isEmpty(l + 1) ? t.line = Math.min(t.line + 2, n) : t.md.block.tokenize(t, l, n, !0), (!t.tight || b) && (c = !1), b = t.line - l > 1 && t.isEmpty(t.line - 1), t.blkIndent = t.listIndent, t.listIndent = W, t.tShift[l] = R, t.sCount[l] = H, t.tight = D, o = t.push("list_item_close", "li", -1), o.markup = String.fromCharCode(p), l = t.line, j[1] = l, l >= n || t.sCount[l] < t.blkIndent || t.sCount[l] - t.blkIndent >= 4)
|
104827
104825
|
break;
|
104828
104826
|
let G = !1;
|
104829
104827
|
for (let q = 0, _ = k.length; q < _; q++)
|
@@ -104857,8 +104855,8 @@ function Wat(t, e, n, r) {
|
|
104857
104855
|
const E = t.md.block.ruler.getRules("reference"), L = t.parentType;
|
104858
104856
|
t.parentType = "reference";
|
104859
104857
|
let j = !1;
|
104860
|
-
for (let
|
104861
|
-
if (E[
|
104858
|
+
for (let D = 0, R = E.length; D < R; D++)
|
104859
|
+
if (E[D](t, k, v, !0)) {
|
104862
104860
|
j = !0;
|
104863
104861
|
break;
|
104864
104862
|
}
|
@@ -108101,7 +108099,7 @@ function $te() {
|
|
108101
108099
|
createDocumentFragment: L,
|
108102
108100
|
getElementsByTagName: j
|
108103
108101
|
} = n, {
|
108104
|
-
importNode:
|
108102
|
+
importNode: D
|
108105
108103
|
} = r;
|
108106
108104
|
let R = nB();
|
108107
108105
|
e.isSupported = typeof Kte == "function" && typeof v == "function" && C && C.createHTMLDocument !== void 0;
|
@@ -108411,7 +108409,7 @@ function $te() {
|
|
108411
108409
|
dn.appendChild(Ee.firstChild);
|
108412
108410
|
else
|
108413
108411
|
dn = Ee;
|
108414
|
-
return (fe.shadowroot || fe.shadowrootmode) && (dn =
|
108412
|
+
return (fe.shadowroot || fe.shadowrootmode) && (dn = D.call(r, dn, !0)), dn;
|
108415
108413
|
}
|
108416
108414
|
let $n = ie ? Ee.outerHTML : Ee.innerHTML;
|
108417
108415
|
return ie && he["!doctype"] && Ee.ownerDocument && Ee.ownerDocument.doctype && Ee.ownerDocument.doctype.name && Si(Xte, Ee.ownerDocument.doctype.name) && ($n = "<!DOCTYPE " + Ee.ownerDocument.doctype.name + `>
|
@@ -109514,7 +109512,7 @@ const i1t = ln.create({
|
|
109514
109512
|
}
|
109515
109513
|
});
|
109516
109514
|
function s1t(t) {
|
109517
|
-
return t.match(
|
109515
|
+
return t.match(/^#{1,6}\s/) !== null || // Headings
|
109518
109516
|
t.startsWith("*") || t.startsWith("-") || t.startsWith(">") || t.startsWith("```") || t.match(/\[.*\]\(.*\)/) !== null || // Links
|
109519
109517
|
t.match(/!\[.*\]\(.*\)/) !== null || // Images
|
109520
109518
|
t.match(/\*\*(.*?)\*\*/g) !== null || // Bold
|
@@ -109533,11 +109531,11 @@ function sB(t, e) {
|
|
109533
109531
|
const C = a[x], E = C.getElementsByTagName("li");
|
109534
109532
|
let L = !1;
|
109535
109533
|
for (let j = 0; j < E.length; j++) {
|
109536
|
-
const
|
109534
|
+
const D = E[j], H = (D.textContent || "").match(/^\[([ x])\]\s*(.*)/i);
|
109537
109535
|
if (H) {
|
109538
109536
|
L = !0;
|
109539
109537
|
const W = H[1].toLowerCase() === "x", G = H[2];
|
109540
|
-
|
109538
|
+
D.setAttribute("data-type", "taskItem"), D.setAttribute("data-checked", W.toString()), D.textContent = G;
|
109541
109539
|
}
|
109542
109540
|
}
|
109543
109541
|
L && C.setAttribute("data-type", "taskList");
|
@@ -113245,556 +113243,556 @@ function T(t, e, n, r, i, s) {
|
|
113245
113243
|
replace: r
|
113246
113244
|
}, s && r && (Dn[t][r] = Dn[t][i]);
|
113247
113245
|
}
|
113248
|
-
var
|
113249
|
-
T(
|
113250
|
-
T(
|
113251
|
-
T(
|
113252
|
-
T(
|
113253
|
-
T(
|
113254
|
-
T(
|
113255
|
-
T(
|
113256
|
-
T(
|
113257
|
-
T(
|
113258
|
-
T(
|
113259
|
-
T(
|
113260
|
-
T(
|
113261
|
-
T(
|
113262
|
-
T(
|
113263
|
-
T(
|
113264
|
-
T(
|
113265
|
-
T(
|
113266
|
-
T(
|
113267
|
-
T(
|
113268
|
-
T(
|
113269
|
-
T(
|
113270
|
-
T(
|
113271
|
-
T(
|
113272
|
-
T(
|
113273
|
-
T(
|
113274
|
-
T(
|
113275
|
-
T(
|
113246
|
+
var N = "math", Re = "text", F = "main", X = "ams", Hn = "accent-token", ct = "bin", Gi = "close", np = "inner", Et = "mathord", Sr = "op-token", Ws = "open", Yv = "punct", ee = "rel", Dc = "spacing", le = "textord";
|
113247
|
+
T(N, F, ee, "≡", "\\equiv", !0);
|
113248
|
+
T(N, F, ee, "≺", "\\prec", !0);
|
113249
|
+
T(N, F, ee, "≻", "\\succ", !0);
|
113250
|
+
T(N, F, ee, "∼", "\\sim", !0);
|
113251
|
+
T(N, F, ee, "⊥", "\\perp");
|
113252
|
+
T(N, F, ee, "⪯", "\\preceq", !0);
|
113253
|
+
T(N, F, ee, "⪰", "\\succeq", !0);
|
113254
|
+
T(N, F, ee, "≃", "\\simeq", !0);
|
113255
|
+
T(N, F, ee, "∣", "\\mid", !0);
|
113256
|
+
T(N, F, ee, "≪", "\\ll", !0);
|
113257
|
+
T(N, F, ee, "≫", "\\gg", !0);
|
113258
|
+
T(N, F, ee, "≍", "\\asymp", !0);
|
113259
|
+
T(N, F, ee, "∥", "\\parallel");
|
113260
|
+
T(N, F, ee, "⋈", "\\bowtie", !0);
|
113261
|
+
T(N, F, ee, "⌣", "\\smile", !0);
|
113262
|
+
T(N, F, ee, "⊑", "\\sqsubseteq", !0);
|
113263
|
+
T(N, F, ee, "⊒", "\\sqsupseteq", !0);
|
113264
|
+
T(N, F, ee, "≐", "\\doteq", !0);
|
113265
|
+
T(N, F, ee, "⌢", "\\frown", !0);
|
113266
|
+
T(N, F, ee, "∋", "\\ni", !0);
|
113267
|
+
T(N, F, ee, "∝", "\\propto", !0);
|
113268
|
+
T(N, F, ee, "⊢", "\\vdash", !0);
|
113269
|
+
T(N, F, ee, "⊣", "\\dashv", !0);
|
113270
|
+
T(N, F, ee, "∋", "\\owns");
|
113271
|
+
T(N, F, Yv, ".", "\\ldotp");
|
113272
|
+
T(N, F, Yv, "⋅", "\\cdotp");
|
113273
|
+
T(N, F, le, "#", "\\#");
|
113276
113274
|
T(Re, F, le, "#", "\\#");
|
113277
|
-
T(
|
113275
|
+
T(N, F, le, "&", "\\&");
|
113278
113276
|
T(Re, F, le, "&", "\\&");
|
113279
|
-
T(
|
113280
|
-
T(
|
113281
|
-
T(
|
113282
|
-
T(
|
113283
|
-
T(
|
113284
|
-
T(
|
113285
|
-
T(
|
113286
|
-
T(
|
113287
|
-
T(
|
113288
|
-
T(
|
113289
|
-
T(
|
113290
|
-
T(
|
113291
|
-
T(
|
113292
|
-
T(
|
113293
|
-
T(
|
113294
|
-
T(
|
113295
|
-
T(
|
113277
|
+
T(N, F, le, "ℵ", "\\aleph", !0);
|
113278
|
+
T(N, F, le, "∀", "\\forall", !0);
|
113279
|
+
T(N, F, le, "ℏ", "\\hbar", !0);
|
113280
|
+
T(N, F, le, "∃", "\\exists", !0);
|
113281
|
+
T(N, F, le, "∇", "\\nabla", !0);
|
113282
|
+
T(N, F, le, "♭", "\\flat", !0);
|
113283
|
+
T(N, F, le, "ℓ", "\\ell", !0);
|
113284
|
+
T(N, F, le, "♮", "\\natural", !0);
|
113285
|
+
T(N, F, le, "♣", "\\clubsuit", !0);
|
113286
|
+
T(N, F, le, "℘", "\\wp", !0);
|
113287
|
+
T(N, F, le, "♯", "\\sharp", !0);
|
113288
|
+
T(N, F, le, "♢", "\\diamondsuit", !0);
|
113289
|
+
T(N, F, le, "ℜ", "\\Re", !0);
|
113290
|
+
T(N, F, le, "♡", "\\heartsuit", !0);
|
113291
|
+
T(N, F, le, "ℑ", "\\Im", !0);
|
113292
|
+
T(N, F, le, "♠", "\\spadesuit", !0);
|
113293
|
+
T(N, F, le, "§", "\\S", !0);
|
113296
113294
|
T(Re, F, le, "§", "\\S");
|
113297
|
-
T(
|
113295
|
+
T(N, F, le, "¶", "\\P", !0);
|
113298
113296
|
T(Re, F, le, "¶", "\\P");
|
113299
|
-
T(
|
113297
|
+
T(N, F, le, "†", "\\dag");
|
113300
113298
|
T(Re, F, le, "†", "\\dag");
|
113301
113299
|
T(Re, F, le, "†", "\\textdagger");
|
113302
|
-
T(
|
113300
|
+
T(N, F, le, "‡", "\\ddag");
|
113303
113301
|
T(Re, F, le, "‡", "\\ddag");
|
113304
113302
|
T(Re, F, le, "‡", "\\textdaggerdbl");
|
113305
|
-
T(
|
113306
|
-
T(
|
113307
|
-
T(
|
113308
|
-
T(
|
113309
|
-
T(
|
113310
|
-
T(
|
113311
|
-
T(
|
113312
|
-
T(
|
113313
|
-
T(
|
113314
|
-
T(
|
113315
|
-
T(
|
113316
|
-
T(
|
113317
|
-
T(
|
113318
|
-
T(
|
113319
|
-
T(
|
113320
|
-
T(
|
113321
|
-
T(
|
113322
|
-
T(
|
113323
|
-
T(
|
113324
|
-
T(
|
113325
|
-
T(
|
113326
|
-
T(
|
113327
|
-
T(
|
113328
|
-
T(
|
113329
|
-
T(
|
113330
|
-
T(
|
113331
|
-
T(
|
113332
|
-
T(
|
113333
|
-
T(
|
113334
|
-
T(
|
113335
|
-
T(
|
113336
|
-
T(
|
113337
|
-
T(
|
113338
|
-
T(
|
113339
|
-
T(
|
113340
|
-
T(
|
113341
|
-
T(
|
113342
|
-
T(
|
113343
|
-
T(
|
113344
|
-
T(
|
113345
|
-
T(
|
113346
|
-
T(
|
113347
|
-
T(
|
113348
|
-
T(
|
113349
|
-
T(
|
113350
|
-
T(
|
113351
|
-
T(
|
113352
|
-
T(
|
113353
|
-
T(
|
113354
|
-
T(
|
113355
|
-
T(
|
113356
|
-
T(
|
113357
|
-
T(
|
113358
|
-
T(
|
113359
|
-
T(
|
113360
|
-
T(
|
113361
|
-
T(
|
113362
|
-
T(
|
113363
|
-
T(
|
113364
|
-
T(
|
113365
|
-
T(
|
113366
|
-
T(
|
113367
|
-
T(
|
113368
|
-
T(
|
113369
|
-
T(
|
113370
|
-
T(
|
113371
|
-
T(
|
113372
|
-
T(
|
113373
|
-
T(
|
113374
|
-
T(
|
113375
|
-
T(
|
113376
|
-
T(
|
113377
|
-
T(
|
113378
|
-
T(
|
113379
|
-
T(
|
113380
|
-
T(
|
113381
|
-
T(
|
113382
|
-
T(
|
113383
|
-
T(
|
113384
|
-
T(
|
113385
|
-
T(
|
113386
|
-
T(
|
113387
|
-
T(
|
113388
|
-
T(
|
113389
|
-
T(
|
113390
|
-
T(
|
113391
|
-
T(
|
113392
|
-
T(
|
113393
|
-
T(
|
113394
|
-
T(
|
113395
|
-
T(
|
113396
|
-
T(
|
113397
|
-
T(
|
113398
|
-
T(
|
113399
|
-
T(
|
113400
|
-
T(
|
113401
|
-
T(
|
113402
|
-
T(
|
113403
|
-
T(
|
113404
|
-
T(
|
113405
|
-
T(
|
113406
|
-
T(
|
113407
|
-
T(
|
113303
|
+
T(N, F, Gi, "⎱", "\\rmoustache", !0);
|
113304
|
+
T(N, F, Ws, "⎰", "\\lmoustache", !0);
|
113305
|
+
T(N, F, Gi, "⟯", "\\rgroup", !0);
|
113306
|
+
T(N, F, Ws, "⟮", "\\lgroup", !0);
|
113307
|
+
T(N, F, ct, "∓", "\\mp", !0);
|
113308
|
+
T(N, F, ct, "⊖", "\\ominus", !0);
|
113309
|
+
T(N, F, ct, "⊎", "\\uplus", !0);
|
113310
|
+
T(N, F, ct, "⊓", "\\sqcap", !0);
|
113311
|
+
T(N, F, ct, "∗", "\\ast");
|
113312
|
+
T(N, F, ct, "⊔", "\\sqcup", !0);
|
113313
|
+
T(N, F, ct, "◯", "\\bigcirc", !0);
|
113314
|
+
T(N, F, ct, "∙", "\\bullet", !0);
|
113315
|
+
T(N, F, ct, "‡", "\\ddagger");
|
113316
|
+
T(N, F, ct, "≀", "\\wr", !0);
|
113317
|
+
T(N, F, ct, "⨿", "\\amalg");
|
113318
|
+
T(N, F, ct, "&", "\\And");
|
113319
|
+
T(N, F, ee, "⟵", "\\longleftarrow", !0);
|
113320
|
+
T(N, F, ee, "⇐", "\\Leftarrow", !0);
|
113321
|
+
T(N, F, ee, "⟸", "\\Longleftarrow", !0);
|
113322
|
+
T(N, F, ee, "⟶", "\\longrightarrow", !0);
|
113323
|
+
T(N, F, ee, "⇒", "\\Rightarrow", !0);
|
113324
|
+
T(N, F, ee, "⟹", "\\Longrightarrow", !0);
|
113325
|
+
T(N, F, ee, "↔", "\\leftrightarrow", !0);
|
113326
|
+
T(N, F, ee, "⟷", "\\longleftrightarrow", !0);
|
113327
|
+
T(N, F, ee, "⇔", "\\Leftrightarrow", !0);
|
113328
|
+
T(N, F, ee, "⟺", "\\Longleftrightarrow", !0);
|
113329
|
+
T(N, F, ee, "↦", "\\mapsto", !0);
|
113330
|
+
T(N, F, ee, "⟼", "\\longmapsto", !0);
|
113331
|
+
T(N, F, ee, "↗", "\\nearrow", !0);
|
113332
|
+
T(N, F, ee, "↩", "\\hookleftarrow", !0);
|
113333
|
+
T(N, F, ee, "↪", "\\hookrightarrow", !0);
|
113334
|
+
T(N, F, ee, "↘", "\\searrow", !0);
|
113335
|
+
T(N, F, ee, "↼", "\\leftharpoonup", !0);
|
113336
|
+
T(N, F, ee, "⇀", "\\rightharpoonup", !0);
|
113337
|
+
T(N, F, ee, "↙", "\\swarrow", !0);
|
113338
|
+
T(N, F, ee, "↽", "\\leftharpoondown", !0);
|
113339
|
+
T(N, F, ee, "⇁", "\\rightharpoondown", !0);
|
113340
|
+
T(N, F, ee, "↖", "\\nwarrow", !0);
|
113341
|
+
T(N, F, ee, "⇌", "\\rightleftharpoons", !0);
|
113342
|
+
T(N, X, ee, "≮", "\\nless", !0);
|
113343
|
+
T(N, X, ee, "", "\\@nleqslant");
|
113344
|
+
T(N, X, ee, "", "\\@nleqq");
|
113345
|
+
T(N, X, ee, "⪇", "\\lneq", !0);
|
113346
|
+
T(N, X, ee, "≨", "\\lneqq", !0);
|
113347
|
+
T(N, X, ee, "", "\\@lvertneqq");
|
113348
|
+
T(N, X, ee, "⋦", "\\lnsim", !0);
|
113349
|
+
T(N, X, ee, "⪉", "\\lnapprox", !0);
|
113350
|
+
T(N, X, ee, "⊀", "\\nprec", !0);
|
113351
|
+
T(N, X, ee, "⋠", "\\npreceq", !0);
|
113352
|
+
T(N, X, ee, "⋨", "\\precnsim", !0);
|
113353
|
+
T(N, X, ee, "⪹", "\\precnapprox", !0);
|
113354
|
+
T(N, X, ee, "≁", "\\nsim", !0);
|
113355
|
+
T(N, X, ee, "", "\\@nshortmid");
|
113356
|
+
T(N, X, ee, "∤", "\\nmid", !0);
|
113357
|
+
T(N, X, ee, "⊬", "\\nvdash", !0);
|
113358
|
+
T(N, X, ee, "⊭", "\\nvDash", !0);
|
113359
|
+
T(N, X, ee, "⋪", "\\ntriangleleft");
|
113360
|
+
T(N, X, ee, "⋬", "\\ntrianglelefteq", !0);
|
113361
|
+
T(N, X, ee, "⊊", "\\subsetneq", !0);
|
113362
|
+
T(N, X, ee, "", "\\@varsubsetneq");
|
113363
|
+
T(N, X, ee, "⫋", "\\subsetneqq", !0);
|
113364
|
+
T(N, X, ee, "", "\\@varsubsetneqq");
|
113365
|
+
T(N, X, ee, "≯", "\\ngtr", !0);
|
113366
|
+
T(N, X, ee, "", "\\@ngeqslant");
|
113367
|
+
T(N, X, ee, "", "\\@ngeqq");
|
113368
|
+
T(N, X, ee, "⪈", "\\gneq", !0);
|
113369
|
+
T(N, X, ee, "≩", "\\gneqq", !0);
|
113370
|
+
T(N, X, ee, "", "\\@gvertneqq");
|
113371
|
+
T(N, X, ee, "⋧", "\\gnsim", !0);
|
113372
|
+
T(N, X, ee, "⪊", "\\gnapprox", !0);
|
113373
|
+
T(N, X, ee, "⊁", "\\nsucc", !0);
|
113374
|
+
T(N, X, ee, "⋡", "\\nsucceq", !0);
|
113375
|
+
T(N, X, ee, "⋩", "\\succnsim", !0);
|
113376
|
+
T(N, X, ee, "⪺", "\\succnapprox", !0);
|
113377
|
+
T(N, X, ee, "≆", "\\ncong", !0);
|
113378
|
+
T(N, X, ee, "", "\\@nshortparallel");
|
113379
|
+
T(N, X, ee, "∦", "\\nparallel", !0);
|
113380
|
+
T(N, X, ee, "⊯", "\\nVDash", !0);
|
113381
|
+
T(N, X, ee, "⋫", "\\ntriangleright");
|
113382
|
+
T(N, X, ee, "⋭", "\\ntrianglerighteq", !0);
|
113383
|
+
T(N, X, ee, "", "\\@nsupseteqq");
|
113384
|
+
T(N, X, ee, "⊋", "\\supsetneq", !0);
|
113385
|
+
T(N, X, ee, "", "\\@varsupsetneq");
|
113386
|
+
T(N, X, ee, "⫌", "\\supsetneqq", !0);
|
113387
|
+
T(N, X, ee, "", "\\@varsupsetneqq");
|
113388
|
+
T(N, X, ee, "⊮", "\\nVdash", !0);
|
113389
|
+
T(N, X, ee, "⪵", "\\precneqq", !0);
|
113390
|
+
T(N, X, ee, "⪶", "\\succneqq", !0);
|
113391
|
+
T(N, X, ee, "", "\\@nsubseteqq");
|
113392
|
+
T(N, X, ct, "⊴", "\\unlhd");
|
113393
|
+
T(N, X, ct, "⊵", "\\unrhd");
|
113394
|
+
T(N, X, ee, "↚", "\\nleftarrow", !0);
|
113395
|
+
T(N, X, ee, "↛", "\\nrightarrow", !0);
|
113396
|
+
T(N, X, ee, "⇍", "\\nLeftarrow", !0);
|
113397
|
+
T(N, X, ee, "⇏", "\\nRightarrow", !0);
|
113398
|
+
T(N, X, ee, "↮", "\\nleftrightarrow", !0);
|
113399
|
+
T(N, X, ee, "⇎", "\\nLeftrightarrow", !0);
|
113400
|
+
T(N, X, ee, "△", "\\vartriangle");
|
113401
|
+
T(N, X, le, "ℏ", "\\hslash");
|
113402
|
+
T(N, X, le, "▽", "\\triangledown");
|
113403
|
+
T(N, X, le, "◊", "\\lozenge");
|
113404
|
+
T(N, X, le, "Ⓢ", "\\circledS");
|
113405
|
+
T(N, X, le, "®", "\\circledR");
|
113408
113406
|
T(Re, X, le, "®", "\\circledR");
|
113409
|
-
T(
|
113410
|
-
T(
|
113411
|
-
T(
|
113412
|
-
T(
|
113413
|
-
T(
|
113414
|
-
T(
|
113415
|
-
T(
|
113416
|
-
T(
|
113417
|
-
T(
|
113418
|
-
T(
|
113419
|
-
T(
|
113420
|
-
T(
|
113421
|
-
T(
|
113422
|
-
T(
|
113407
|
+
T(N, X, le, "∡", "\\measuredangle", !0);
|
113408
|
+
T(N, X, le, "∄", "\\nexists");
|
113409
|
+
T(N, X, le, "℧", "\\mho");
|
113410
|
+
T(N, X, le, "Ⅎ", "\\Finv", !0);
|
113411
|
+
T(N, X, le, "⅁", "\\Game", !0);
|
113412
|
+
T(N, X, le, "‵", "\\backprime");
|
113413
|
+
T(N, X, le, "▲", "\\blacktriangle");
|
113414
|
+
T(N, X, le, "▼", "\\blacktriangledown");
|
113415
|
+
T(N, X, le, "■", "\\blacksquare");
|
113416
|
+
T(N, X, le, "⧫", "\\blacklozenge");
|
113417
|
+
T(N, X, le, "★", "\\bigstar");
|
113418
|
+
T(N, X, le, "∢", "\\sphericalangle", !0);
|
113419
|
+
T(N, X, le, "∁", "\\complement", !0);
|
113420
|
+
T(N, X, le, "ð", "\\eth", !0);
|
113423
113421
|
T(Re, F, le, "ð", "ð");
|
113424
|
-
T(
|
113425
|
-
T(
|
113426
|
-
T(
|
113427
|
-
T(
|
113428
|
-
T(
|
113429
|
-
T(
|
113422
|
+
T(N, X, le, "╱", "\\diagup");
|
113423
|
+
T(N, X, le, "╲", "\\diagdown");
|
113424
|
+
T(N, X, le, "□", "\\square");
|
113425
|
+
T(N, X, le, "□", "\\Box");
|
113426
|
+
T(N, X, le, "◊", "\\Diamond");
|
113427
|
+
T(N, X, le, "¥", "\\yen", !0);
|
113430
113428
|
T(Re, X, le, "¥", "\\yen", !0);
|
113431
|
-
T(
|
113429
|
+
T(N, X, le, "✓", "\\checkmark", !0);
|
113432
113430
|
T(Re, X, le, "✓", "\\checkmark");
|
113433
|
-
T(
|
113434
|
-
T(
|
113435
|
-
T(
|
113436
|
-
T(
|
113437
|
-
T(
|
113438
|
-
T(
|
113439
|
-
T(
|
113440
|
-
T(
|
113441
|
-
T(
|
113442
|
-
T(
|
113443
|
-
T(
|
113444
|
-
T(
|
113445
|
-
T(
|
113446
|
-
T(
|
113447
|
-
T(
|
113448
|
-
T(
|
113449
|
-
T(
|
113450
|
-
T(
|
113451
|
-
T(
|
113452
|
-
T(
|
113453
|
-
T(
|
113454
|
-
T(
|
113455
|
-
T(
|
113456
|
-
T(
|
113457
|
-
T(
|
113458
|
-
T(
|
113459
|
-
T(
|
113460
|
-
T(
|
113461
|
-
T(
|
113462
|
-
T(
|
113463
|
-
T(
|
113464
|
-
T(
|
113465
|
-
T(
|
113466
|
-
T(
|
113467
|
-
T(
|
113468
|
-
T(
|
113469
|
-
T(
|
113470
|
-
T(
|
113471
|
-
T(
|
113472
|
-
T(
|
113473
|
-
T(
|
113474
|
-
T(
|
113475
|
-
T(
|
113476
|
-
T(
|
113477
|
-
T(
|
113478
|
-
T(
|
113479
|
-
T(
|
113480
|
-
T(
|
113481
|
-
T(
|
113482
|
-
T(
|
113483
|
-
T(
|
113484
|
-
T(
|
113485
|
-
T(
|
113486
|
-
T(
|
113487
|
-
T(
|
113488
|
-
T(
|
113489
|
-
T(
|
113490
|
-
T(
|
113491
|
-
T(
|
113492
|
-
T(
|
113493
|
-
T(
|
113494
|
-
T(
|
113495
|
-
T(
|
113496
|
-
T(
|
113497
|
-
T(
|
113498
|
-
T(
|
113499
|
-
T(
|
113500
|
-
T(
|
113501
|
-
T(
|
113502
|
-
T(
|
113503
|
-
T(
|
113504
|
-
T(
|
113505
|
-
T(
|
113506
|
-
T(
|
113507
|
-
T(
|
113508
|
-
T(
|
113509
|
-
T(
|
113510
|
-
T(
|
113511
|
-
T(
|
113512
|
-
T(
|
113513
|
-
T(
|
113514
|
-
T(
|
113515
|
-
T(
|
113516
|
-
T(
|
113517
|
-
T(
|
113518
|
-
T(
|
113519
|
-
T(
|
113520
|
-
T(
|
113521
|
-
T(
|
113522
|
-
T(
|
113523
|
-
T(
|
113524
|
-
T(
|
113525
|
-
T(
|
113526
|
-
T(
|
113527
|
-
T(
|
113528
|
-
T(
|
113529
|
-
T(
|
113530
|
-
T(
|
113531
|
-
T(
|
113532
|
-
T(
|
113533
|
-
T(
|
113534
|
-
T(
|
113535
|
-
T(
|
113536
|
-
T(
|
113537
|
-
T(
|
113538
|
-
T(
|
113539
|
-
T(
|
113540
|
-
T(
|
113541
|
-
T(
|
113542
|
-
T(
|
113543
|
-
T(
|
113544
|
-
T(
|
113545
|
-
T(
|
113546
|
-
T(
|
113547
|
-
T(
|
113548
|
-
T(
|
113549
|
-
T(
|
113550
|
-
T(
|
113551
|
-
T(
|
113552
|
-
T(
|
113553
|
-
T(
|
113554
|
-
T(
|
113555
|
-
T(
|
113556
|
-
T(
|
113557
|
-
T(
|
113558
|
-
T(
|
113559
|
-
T(
|
113560
|
-
T(
|
113561
|
-
T(
|
113562
|
-
T(
|
113563
|
-
T(
|
113564
|
-
T(
|
113565
|
-
T(
|
113566
|
-
T(
|
113567
|
-
T(
|
113568
|
-
T(
|
113569
|
-
T(
|
113570
|
-
T(
|
113571
|
-
T(
|
113431
|
+
T(N, X, le, "ℶ", "\\beth", !0);
|
113432
|
+
T(N, X, le, "ℸ", "\\daleth", !0);
|
113433
|
+
T(N, X, le, "ℷ", "\\gimel", !0);
|
113434
|
+
T(N, X, le, "ϝ", "\\digamma", !0);
|
113435
|
+
T(N, X, le, "ϰ", "\\varkappa");
|
113436
|
+
T(N, X, Ws, "┌", "\\@ulcorner", !0);
|
113437
|
+
T(N, X, Gi, "┐", "\\@urcorner", !0);
|
113438
|
+
T(N, X, Ws, "└", "\\@llcorner", !0);
|
113439
|
+
T(N, X, Gi, "┘", "\\@lrcorner", !0);
|
113440
|
+
T(N, X, ee, "≦", "\\leqq", !0);
|
113441
|
+
T(N, X, ee, "⩽", "\\leqslant", !0);
|
113442
|
+
T(N, X, ee, "⪕", "\\eqslantless", !0);
|
113443
|
+
T(N, X, ee, "≲", "\\lesssim", !0);
|
113444
|
+
T(N, X, ee, "⪅", "\\lessapprox", !0);
|
113445
|
+
T(N, X, ee, "≊", "\\approxeq", !0);
|
113446
|
+
T(N, X, ct, "⋖", "\\lessdot");
|
113447
|
+
T(N, X, ee, "⋘", "\\lll", !0);
|
113448
|
+
T(N, X, ee, "≶", "\\lessgtr", !0);
|
113449
|
+
T(N, X, ee, "⋚", "\\lesseqgtr", !0);
|
113450
|
+
T(N, X, ee, "⪋", "\\lesseqqgtr", !0);
|
113451
|
+
T(N, X, ee, "≑", "\\doteqdot");
|
113452
|
+
T(N, X, ee, "≓", "\\risingdotseq", !0);
|
113453
|
+
T(N, X, ee, "≒", "\\fallingdotseq", !0);
|
113454
|
+
T(N, X, ee, "∽", "\\backsim", !0);
|
113455
|
+
T(N, X, ee, "⋍", "\\backsimeq", !0);
|
113456
|
+
T(N, X, ee, "⫅", "\\subseteqq", !0);
|
113457
|
+
T(N, X, ee, "⋐", "\\Subset", !0);
|
113458
|
+
T(N, X, ee, "⊏", "\\sqsubset", !0);
|
113459
|
+
T(N, X, ee, "≼", "\\preccurlyeq", !0);
|
113460
|
+
T(N, X, ee, "⋞", "\\curlyeqprec", !0);
|
113461
|
+
T(N, X, ee, "≾", "\\precsim", !0);
|
113462
|
+
T(N, X, ee, "⪷", "\\precapprox", !0);
|
113463
|
+
T(N, X, ee, "⊲", "\\vartriangleleft");
|
113464
|
+
T(N, X, ee, "⊴", "\\trianglelefteq");
|
113465
|
+
T(N, X, ee, "⊨", "\\vDash", !0);
|
113466
|
+
T(N, X, ee, "⊪", "\\Vvdash", !0);
|
113467
|
+
T(N, X, ee, "⌣", "\\smallsmile");
|
113468
|
+
T(N, X, ee, "⌢", "\\smallfrown");
|
113469
|
+
T(N, X, ee, "≏", "\\bumpeq", !0);
|
113470
|
+
T(N, X, ee, "≎", "\\Bumpeq", !0);
|
113471
|
+
T(N, X, ee, "≧", "\\geqq", !0);
|
113472
|
+
T(N, X, ee, "⩾", "\\geqslant", !0);
|
113473
|
+
T(N, X, ee, "⪖", "\\eqslantgtr", !0);
|
113474
|
+
T(N, X, ee, "≳", "\\gtrsim", !0);
|
113475
|
+
T(N, X, ee, "⪆", "\\gtrapprox", !0);
|
113476
|
+
T(N, X, ct, "⋗", "\\gtrdot");
|
113477
|
+
T(N, X, ee, "⋙", "\\ggg", !0);
|
113478
|
+
T(N, X, ee, "≷", "\\gtrless", !0);
|
113479
|
+
T(N, X, ee, "⋛", "\\gtreqless", !0);
|
113480
|
+
T(N, X, ee, "⪌", "\\gtreqqless", !0);
|
113481
|
+
T(N, X, ee, "≖", "\\eqcirc", !0);
|
113482
|
+
T(N, X, ee, "≗", "\\circeq", !0);
|
113483
|
+
T(N, X, ee, "≜", "\\triangleq", !0);
|
113484
|
+
T(N, X, ee, "∼", "\\thicksim");
|
113485
|
+
T(N, X, ee, "≈", "\\thickapprox");
|
113486
|
+
T(N, X, ee, "⫆", "\\supseteqq", !0);
|
113487
|
+
T(N, X, ee, "⋑", "\\Supset", !0);
|
113488
|
+
T(N, X, ee, "⊐", "\\sqsupset", !0);
|
113489
|
+
T(N, X, ee, "≽", "\\succcurlyeq", !0);
|
113490
|
+
T(N, X, ee, "⋟", "\\curlyeqsucc", !0);
|
113491
|
+
T(N, X, ee, "≿", "\\succsim", !0);
|
113492
|
+
T(N, X, ee, "⪸", "\\succapprox", !0);
|
113493
|
+
T(N, X, ee, "⊳", "\\vartriangleright");
|
113494
|
+
T(N, X, ee, "⊵", "\\trianglerighteq");
|
113495
|
+
T(N, X, ee, "⊩", "\\Vdash", !0);
|
113496
|
+
T(N, X, ee, "∣", "\\shortmid");
|
113497
|
+
T(N, X, ee, "∥", "\\shortparallel");
|
113498
|
+
T(N, X, ee, "≬", "\\between", !0);
|
113499
|
+
T(N, X, ee, "⋔", "\\pitchfork", !0);
|
113500
|
+
T(N, X, ee, "∝", "\\varpropto");
|
113501
|
+
T(N, X, ee, "◀", "\\blacktriangleleft");
|
113502
|
+
T(N, X, ee, "∴", "\\therefore", !0);
|
113503
|
+
T(N, X, ee, "∍", "\\backepsilon");
|
113504
|
+
T(N, X, ee, "▶", "\\blacktriangleright");
|
113505
|
+
T(N, X, ee, "∵", "\\because", !0);
|
113506
|
+
T(N, X, ee, "⋘", "\\llless");
|
113507
|
+
T(N, X, ee, "⋙", "\\gggtr");
|
113508
|
+
T(N, X, ct, "⊲", "\\lhd");
|
113509
|
+
T(N, X, ct, "⊳", "\\rhd");
|
113510
|
+
T(N, X, ee, "≂", "\\eqsim", !0);
|
113511
|
+
T(N, F, ee, "⋈", "\\Join");
|
113512
|
+
T(N, X, ee, "≑", "\\Doteq", !0);
|
113513
|
+
T(N, X, ct, "∔", "\\dotplus", !0);
|
113514
|
+
T(N, X, ct, "∖", "\\smallsetminus");
|
113515
|
+
T(N, X, ct, "⋒", "\\Cap", !0);
|
113516
|
+
T(N, X, ct, "⋓", "\\Cup", !0);
|
113517
|
+
T(N, X, ct, "⩞", "\\doublebarwedge", !0);
|
113518
|
+
T(N, X, ct, "⊟", "\\boxminus", !0);
|
113519
|
+
T(N, X, ct, "⊞", "\\boxplus", !0);
|
113520
|
+
T(N, X, ct, "⋇", "\\divideontimes", !0);
|
113521
|
+
T(N, X, ct, "⋉", "\\ltimes", !0);
|
113522
|
+
T(N, X, ct, "⋊", "\\rtimes", !0);
|
113523
|
+
T(N, X, ct, "⋋", "\\leftthreetimes", !0);
|
113524
|
+
T(N, X, ct, "⋌", "\\rightthreetimes", !0);
|
113525
|
+
T(N, X, ct, "⋏", "\\curlywedge", !0);
|
113526
|
+
T(N, X, ct, "⋎", "\\curlyvee", !0);
|
113527
|
+
T(N, X, ct, "⊝", "\\circleddash", !0);
|
113528
|
+
T(N, X, ct, "⊛", "\\circledast", !0);
|
113529
|
+
T(N, X, ct, "⋅", "\\centerdot");
|
113530
|
+
T(N, X, ct, "⊺", "\\intercal", !0);
|
113531
|
+
T(N, X, ct, "⋒", "\\doublecap");
|
113532
|
+
T(N, X, ct, "⋓", "\\doublecup");
|
113533
|
+
T(N, X, ct, "⊠", "\\boxtimes", !0);
|
113534
|
+
T(N, X, ee, "⇢", "\\dashrightarrow", !0);
|
113535
|
+
T(N, X, ee, "⇠", "\\dashleftarrow", !0);
|
113536
|
+
T(N, X, ee, "⇇", "\\leftleftarrows", !0);
|
113537
|
+
T(N, X, ee, "⇆", "\\leftrightarrows", !0);
|
113538
|
+
T(N, X, ee, "⇚", "\\Lleftarrow", !0);
|
113539
|
+
T(N, X, ee, "↞", "\\twoheadleftarrow", !0);
|
113540
|
+
T(N, X, ee, "↢", "\\leftarrowtail", !0);
|
113541
|
+
T(N, X, ee, "↫", "\\looparrowleft", !0);
|
113542
|
+
T(N, X, ee, "⇋", "\\leftrightharpoons", !0);
|
113543
|
+
T(N, X, ee, "↶", "\\curvearrowleft", !0);
|
113544
|
+
T(N, X, ee, "↺", "\\circlearrowleft", !0);
|
113545
|
+
T(N, X, ee, "↰", "\\Lsh", !0);
|
113546
|
+
T(N, X, ee, "⇈", "\\upuparrows", !0);
|
113547
|
+
T(N, X, ee, "↿", "\\upharpoonleft", !0);
|
113548
|
+
T(N, X, ee, "⇃", "\\downharpoonleft", !0);
|
113549
|
+
T(N, F, ee, "⊶", "\\origof", !0);
|
113550
|
+
T(N, F, ee, "⊷", "\\imageof", !0);
|
113551
|
+
T(N, X, ee, "⊸", "\\multimap", !0);
|
113552
|
+
T(N, X, ee, "↭", "\\leftrightsquigarrow", !0);
|
113553
|
+
T(N, X, ee, "⇉", "\\rightrightarrows", !0);
|
113554
|
+
T(N, X, ee, "⇄", "\\rightleftarrows", !0);
|
113555
|
+
T(N, X, ee, "↠", "\\twoheadrightarrow", !0);
|
113556
|
+
T(N, X, ee, "↣", "\\rightarrowtail", !0);
|
113557
|
+
T(N, X, ee, "↬", "\\looparrowright", !0);
|
113558
|
+
T(N, X, ee, "↷", "\\curvearrowright", !0);
|
113559
|
+
T(N, X, ee, "↻", "\\circlearrowright", !0);
|
113560
|
+
T(N, X, ee, "↱", "\\Rsh", !0);
|
113561
|
+
T(N, X, ee, "⇊", "\\downdownarrows", !0);
|
113562
|
+
T(N, X, ee, "↾", "\\upharpoonright", !0);
|
113563
|
+
T(N, X, ee, "⇂", "\\downharpoonright", !0);
|
113564
|
+
T(N, X, ee, "⇝", "\\rightsquigarrow", !0);
|
113565
|
+
T(N, X, ee, "⇝", "\\leadsto");
|
113566
|
+
T(N, X, ee, "⇛", "\\Rrightarrow", !0);
|
113567
|
+
T(N, X, ee, "↾", "\\restriction");
|
113568
|
+
T(N, F, le, "‘", "`");
|
113569
|
+
T(N, F, le, "$", "\\$");
|
113572
113570
|
T(Re, F, le, "$", "\\$");
|
113573
113571
|
T(Re, F, le, "$", "\\textdollar");
|
113574
|
-
T(
|
113572
|
+
T(N, F, le, "%", "\\%");
|
113575
113573
|
T(Re, F, le, "%", "\\%");
|
113576
|
-
T(
|
113574
|
+
T(N, F, le, "_", "\\_");
|
113577
113575
|
T(Re, F, le, "_", "\\_");
|
113578
113576
|
T(Re, F, le, "_", "\\textunderscore");
|
113579
|
-
T(
|
113580
|
-
T(
|
113581
|
-
T(
|
113582
|
-
T(
|
113583
|
-
T(
|
113584
|
-
T(
|
113585
|
-
T(
|
113586
|
-
T(
|
113587
|
-
T(
|
113588
|
-
T(
|
113589
|
-
T(
|
113590
|
-
T(
|
113591
|
-
T(
|
113592
|
-
T(
|
113593
|
-
T(
|
113594
|
-
T(
|
113595
|
-
T(
|
113596
|
-
T(
|
113597
|
-
T(
|
113598
|
-
T(
|
113599
|
-
T(
|
113600
|
-
T(
|
113601
|
-
T(
|
113602
|
-
T(
|
113603
|
-
T(
|
113604
|
-
T(
|
113605
|
-
T(
|
113606
|
-
T(
|
113607
|
-
T(
|
113608
|
-
T(
|
113609
|
-
T(
|
113610
|
-
T(
|
113611
|
-
T(
|
113612
|
-
T(
|
113613
|
-
T(
|
113614
|
-
T(
|
113615
|
-
T(
|
113616
|
-
T(
|
113617
|
-
T(
|
113618
|
-
T(
|
113619
|
-
T(
|
113620
|
-
T(
|
113621
|
-
T(
|
113622
|
-
T(
|
113623
|
-
T(
|
113624
|
-
T(
|
113625
|
-
T(
|
113626
|
-
T(
|
113627
|
-
T(
|
113628
|
-
T(
|
113629
|
-
T(
|
113630
|
-
T(
|
113631
|
-
T(
|
113632
|
-
T(
|
113633
|
-
T(
|
113634
|
-
T(
|
113635
|
-
T(
|
113636
|
-
T(
|
113637
|
-
T(
|
113638
|
-
T(
|
113639
|
-
T(
|
113640
|
-
T(
|
113641
|
-
T(
|
113642
|
-
T(
|
113643
|
-
T(
|
113644
|
-
T(
|
113645
|
-
T(
|
113646
|
-
T(
|
113647
|
-
T(
|
113648
|
-
T(
|
113649
|
-
T(
|
113650
|
-
T(
|
113651
|
-
T(
|
113652
|
-
T(
|
113653
|
-
T(
|
113654
|
-
T(
|
113655
|
-
T(
|
113656
|
-
T(
|
113657
|
-
T(
|
113658
|
-
T(
|
113659
|
-
T(
|
113660
|
-
T(
|
113661
|
-
T(
|
113662
|
-
T(
|
113663
|
-
T(
|
113664
|
-
T(
|
113665
|
-
T(
|
113666
|
-
T(
|
113667
|
-
T(
|
113668
|
-
T(
|
113669
|
-
T(
|
113670
|
-
T(
|
113671
|
-
T(
|
113672
|
-
T(
|
113673
|
-
T(
|
113674
|
-
T(
|
113675
|
-
T(
|
113676
|
-
T(
|
113677
|
-
T(
|
113678
|
-
T(
|
113679
|
-
T(
|
113680
|
-
T(
|
113681
|
-
T(
|
113682
|
-
T(
|
113683
|
-
T(
|
113684
|
-
T(
|
113685
|
-
T(
|
113686
|
-
T(
|
113687
|
-
T(
|
113688
|
-
T(
|
113689
|
-
T(
|
113690
|
-
T(
|
113691
|
-
T(
|
113692
|
-
T(
|
113693
|
-
T(
|
113694
|
-
T(
|
113577
|
+
T(N, F, le, "∠", "\\angle", !0);
|
113578
|
+
T(N, F, le, "∞", "\\infty", !0);
|
113579
|
+
T(N, F, le, "′", "\\prime");
|
113580
|
+
T(N, F, le, "△", "\\triangle");
|
113581
|
+
T(N, F, le, "Γ", "\\Gamma", !0);
|
113582
|
+
T(N, F, le, "Δ", "\\Delta", !0);
|
113583
|
+
T(N, F, le, "Θ", "\\Theta", !0);
|
113584
|
+
T(N, F, le, "Λ", "\\Lambda", !0);
|
113585
|
+
T(N, F, le, "Ξ", "\\Xi", !0);
|
113586
|
+
T(N, F, le, "Π", "\\Pi", !0);
|
113587
|
+
T(N, F, le, "Σ", "\\Sigma", !0);
|
113588
|
+
T(N, F, le, "Υ", "\\Upsilon", !0);
|
113589
|
+
T(N, F, le, "Φ", "\\Phi", !0);
|
113590
|
+
T(N, F, le, "Ψ", "\\Psi", !0);
|
113591
|
+
T(N, F, le, "Ω", "\\Omega", !0);
|
113592
|
+
T(N, F, le, "A", "Α");
|
113593
|
+
T(N, F, le, "B", "Β");
|
113594
|
+
T(N, F, le, "E", "Ε");
|
113595
|
+
T(N, F, le, "Z", "Ζ");
|
113596
|
+
T(N, F, le, "H", "Η");
|
113597
|
+
T(N, F, le, "I", "Ι");
|
113598
|
+
T(N, F, le, "K", "Κ");
|
113599
|
+
T(N, F, le, "M", "Μ");
|
113600
|
+
T(N, F, le, "N", "Ν");
|
113601
|
+
T(N, F, le, "O", "Ο");
|
113602
|
+
T(N, F, le, "P", "Ρ");
|
113603
|
+
T(N, F, le, "T", "Τ");
|
113604
|
+
T(N, F, le, "X", "Χ");
|
113605
|
+
T(N, F, le, "¬", "\\neg", !0);
|
113606
|
+
T(N, F, le, "¬", "\\lnot");
|
113607
|
+
T(N, F, le, "⊤", "\\top");
|
113608
|
+
T(N, F, le, "⊥", "\\bot");
|
113609
|
+
T(N, F, le, "∅", "\\emptyset");
|
113610
|
+
T(N, X, le, "∅", "\\varnothing");
|
113611
|
+
T(N, F, Et, "α", "\\alpha", !0);
|
113612
|
+
T(N, F, Et, "β", "\\beta", !0);
|
113613
|
+
T(N, F, Et, "γ", "\\gamma", !0);
|
113614
|
+
T(N, F, Et, "δ", "\\delta", !0);
|
113615
|
+
T(N, F, Et, "ϵ", "\\epsilon", !0);
|
113616
|
+
T(N, F, Et, "ζ", "\\zeta", !0);
|
113617
|
+
T(N, F, Et, "η", "\\eta", !0);
|
113618
|
+
T(N, F, Et, "θ", "\\theta", !0);
|
113619
|
+
T(N, F, Et, "ι", "\\iota", !0);
|
113620
|
+
T(N, F, Et, "κ", "\\kappa", !0);
|
113621
|
+
T(N, F, Et, "λ", "\\lambda", !0);
|
113622
|
+
T(N, F, Et, "μ", "\\mu", !0);
|
113623
|
+
T(N, F, Et, "ν", "\\nu", !0);
|
113624
|
+
T(N, F, Et, "ξ", "\\xi", !0);
|
113625
|
+
T(N, F, Et, "ο", "\\omicron", !0);
|
113626
|
+
T(N, F, Et, "π", "\\pi", !0);
|
113627
|
+
T(N, F, Et, "ρ", "\\rho", !0);
|
113628
|
+
T(N, F, Et, "σ", "\\sigma", !0);
|
113629
|
+
T(N, F, Et, "τ", "\\tau", !0);
|
113630
|
+
T(N, F, Et, "υ", "\\upsilon", !0);
|
113631
|
+
T(N, F, Et, "ϕ", "\\phi", !0);
|
113632
|
+
T(N, F, Et, "χ", "\\chi", !0);
|
113633
|
+
T(N, F, Et, "ψ", "\\psi", !0);
|
113634
|
+
T(N, F, Et, "ω", "\\omega", !0);
|
113635
|
+
T(N, F, Et, "ε", "\\varepsilon", !0);
|
113636
|
+
T(N, F, Et, "ϑ", "\\vartheta", !0);
|
113637
|
+
T(N, F, Et, "ϖ", "\\varpi", !0);
|
113638
|
+
T(N, F, Et, "ϱ", "\\varrho", !0);
|
113639
|
+
T(N, F, Et, "ς", "\\varsigma", !0);
|
113640
|
+
T(N, F, Et, "φ", "\\varphi", !0);
|
113641
|
+
T(N, F, ct, "∗", "*", !0);
|
113642
|
+
T(N, F, ct, "+", "+");
|
113643
|
+
T(N, F, ct, "−", "-", !0);
|
113644
|
+
T(N, F, ct, "⋅", "\\cdot", !0);
|
113645
|
+
T(N, F, ct, "∘", "\\circ", !0);
|
113646
|
+
T(N, F, ct, "÷", "\\div", !0);
|
113647
|
+
T(N, F, ct, "±", "\\pm", !0);
|
113648
|
+
T(N, F, ct, "×", "\\times", !0);
|
113649
|
+
T(N, F, ct, "∩", "\\cap", !0);
|
113650
|
+
T(N, F, ct, "∪", "\\cup", !0);
|
113651
|
+
T(N, F, ct, "∖", "\\setminus", !0);
|
113652
|
+
T(N, F, ct, "∧", "\\land");
|
113653
|
+
T(N, F, ct, "∨", "\\lor");
|
113654
|
+
T(N, F, ct, "∧", "\\wedge", !0);
|
113655
|
+
T(N, F, ct, "∨", "\\vee", !0);
|
113656
|
+
T(N, F, le, "√", "\\surd");
|
113657
|
+
T(N, F, Ws, "⟨", "\\langle", !0);
|
113658
|
+
T(N, F, Ws, "∣", "\\lvert");
|
113659
|
+
T(N, F, Ws, "∥", "\\lVert");
|
113660
|
+
T(N, F, Gi, "?", "?");
|
113661
|
+
T(N, F, Gi, "!", "!");
|
113662
|
+
T(N, F, Gi, "⟩", "\\rangle", !0);
|
113663
|
+
T(N, F, Gi, "∣", "\\rvert");
|
113664
|
+
T(N, F, Gi, "∥", "\\rVert");
|
113665
|
+
T(N, F, ee, "=", "=");
|
113666
|
+
T(N, F, ee, ":", ":");
|
113667
|
+
T(N, F, ee, "≈", "\\approx", !0);
|
113668
|
+
T(N, F, ee, "≅", "\\cong", !0);
|
113669
|
+
T(N, F, ee, "≥", "\\ge");
|
113670
|
+
T(N, F, ee, "≥", "\\geq", !0);
|
113671
|
+
T(N, F, ee, "←", "\\gets");
|
113672
|
+
T(N, F, ee, ">", "\\gt", !0);
|
113673
|
+
T(N, F, ee, "∈", "\\in", !0);
|
113674
|
+
T(N, F, ee, "", "\\@not");
|
113675
|
+
T(N, F, ee, "⊂", "\\subset", !0);
|
113676
|
+
T(N, F, ee, "⊃", "\\supset", !0);
|
113677
|
+
T(N, F, ee, "⊆", "\\subseteq", !0);
|
113678
|
+
T(N, F, ee, "⊇", "\\supseteq", !0);
|
113679
|
+
T(N, X, ee, "⊈", "\\nsubseteq", !0);
|
113680
|
+
T(N, X, ee, "⊉", "\\nsupseteq", !0);
|
113681
|
+
T(N, F, ee, "⊨", "\\models");
|
113682
|
+
T(N, F, ee, "←", "\\leftarrow", !0);
|
113683
|
+
T(N, F, ee, "≤", "\\le");
|
113684
|
+
T(N, F, ee, "≤", "\\leq", !0);
|
113685
|
+
T(N, F, ee, "<", "\\lt", !0);
|
113686
|
+
T(N, F, ee, "→", "\\rightarrow", !0);
|
113687
|
+
T(N, F, ee, "→", "\\to");
|
113688
|
+
T(N, X, ee, "≱", "\\ngeq", !0);
|
113689
|
+
T(N, X, ee, "≰", "\\nleq", !0);
|
113690
|
+
T(N, F, Dc, " ", "\\ ");
|
113691
|
+
T(N, F, Dc, " ", "\\space");
|
113692
|
+
T(N, F, Dc, " ", "\\nobreakspace");
|
113695
113693
|
T(Re, F, Dc, " ", "\\ ");
|
113696
113694
|
T(Re, F, Dc, " ", " ");
|
113697
113695
|
T(Re, F, Dc, " ", "\\space");
|
113698
113696
|
T(Re, F, Dc, " ", "\\nobreakspace");
|
113699
|
-
T(
|
113700
|
-
T(
|
113701
|
-
T(
|
113702
|
-
T(
|
113703
|
-
T(
|
113704
|
-
T(
|
113705
|
-
T(
|
113706
|
-
T(
|
113707
|
-
T(
|
113708
|
-
T(
|
113709
|
-
T(
|
113710
|
-
T(
|
113711
|
-
T(
|
113712
|
-
T(
|
113713
|
-
T(
|
113714
|
-
T(
|
113715
|
-
T(
|
113716
|
-
T(
|
113717
|
-
T(
|
113718
|
-
T(
|
113719
|
-
T(
|
113697
|
+
T(N, F, Dc, null, "\\nobreak");
|
113698
|
+
T(N, F, Dc, null, "\\allowbreak");
|
113699
|
+
T(N, F, Yv, ",", ",");
|
113700
|
+
T(N, F, Yv, ";", ";");
|
113701
|
+
T(N, X, ct, "⊼", "\\barwedge", !0);
|
113702
|
+
T(N, X, ct, "⊻", "\\veebar", !0);
|
113703
|
+
T(N, F, ct, "⊙", "\\odot", !0);
|
113704
|
+
T(N, F, ct, "⊕", "\\oplus", !0);
|
113705
|
+
T(N, F, ct, "⊗", "\\otimes", !0);
|
113706
|
+
T(N, F, le, "∂", "\\partial", !0);
|
113707
|
+
T(N, F, ct, "⊘", "\\oslash", !0);
|
113708
|
+
T(N, X, ct, "⊚", "\\circledcirc", !0);
|
113709
|
+
T(N, X, ct, "⊡", "\\boxdot", !0);
|
113710
|
+
T(N, F, ct, "△", "\\bigtriangleup");
|
113711
|
+
T(N, F, ct, "▽", "\\bigtriangledown");
|
113712
|
+
T(N, F, ct, "†", "\\dagger");
|
113713
|
+
T(N, F, ct, "⋄", "\\diamond");
|
113714
|
+
T(N, F, ct, "⋆", "\\star");
|
113715
|
+
T(N, F, ct, "◃", "\\triangleleft");
|
113716
|
+
T(N, F, ct, "▹", "\\triangleright");
|
113717
|
+
T(N, F, Ws, "{", "\\{");
|
113720
113718
|
T(Re, F, le, "{", "\\{");
|
113721
113719
|
T(Re, F, le, "{", "\\textbraceleft");
|
113722
|
-
T(
|
113720
|
+
T(N, F, Gi, "}", "\\}");
|
113723
113721
|
T(Re, F, le, "}", "\\}");
|
113724
113722
|
T(Re, F, le, "}", "\\textbraceright");
|
113725
|
-
T(
|
113726
|
-
T(
|
113727
|
-
T(
|
113723
|
+
T(N, F, Ws, "{", "\\lbrace");
|
113724
|
+
T(N, F, Gi, "}", "\\rbrace");
|
113725
|
+
T(N, F, Ws, "[", "\\lbrack", !0);
|
113728
113726
|
T(Re, F, le, "[", "\\lbrack", !0);
|
113729
|
-
T(
|
113727
|
+
T(N, F, Gi, "]", "\\rbrack", !0);
|
113730
113728
|
T(Re, F, le, "]", "\\rbrack", !0);
|
113731
|
-
T(
|
113732
|
-
T(
|
113729
|
+
T(N, F, Ws, "(", "\\lparen", !0);
|
113730
|
+
T(N, F, Gi, ")", "\\rparen", !0);
|
113733
113731
|
T(Re, F, le, "<", "\\textless", !0);
|
113734
113732
|
T(Re, F, le, ">", "\\textgreater", !0);
|
113735
|
-
T(
|
113736
|
-
T(
|
113737
|
-
T(
|
113738
|
-
T(
|
113739
|
-
T(
|
113740
|
-
T(
|
113741
|
-
T(
|
113733
|
+
T(N, F, Ws, "⌊", "\\lfloor", !0);
|
113734
|
+
T(N, F, Gi, "⌋", "\\rfloor", !0);
|
113735
|
+
T(N, F, Ws, "⌈", "\\lceil", !0);
|
113736
|
+
T(N, F, Gi, "⌉", "\\rceil", !0);
|
113737
|
+
T(N, F, le, "\\", "\\backslash");
|
113738
|
+
T(N, F, le, "∣", "|");
|
113739
|
+
T(N, F, le, "∣", "\\vert");
|
113742
113740
|
T(Re, F, le, "|", "\\textbar", !0);
|
113743
|
-
T(
|
113744
|
-
T(
|
113741
|
+
T(N, F, le, "∥", "\\|");
|
113742
|
+
T(N, F, le, "∥", "\\Vert");
|
113745
113743
|
T(Re, F, le, "∥", "\\textbardbl");
|
113746
113744
|
T(Re, F, le, "~", "\\textasciitilde");
|
113747
113745
|
T(Re, F, le, "\\", "\\textbackslash");
|
113748
113746
|
T(Re, F, le, "^", "\\textasciicircum");
|
113749
|
-
T(
|
113750
|
-
T(
|
113751
|
-
T(
|
113752
|
-
T(
|
113753
|
-
T(
|
113754
|
-
T(
|
113755
|
-
T(
|
113756
|
-
T(
|
113757
|
-
T(
|
113758
|
-
T(
|
113759
|
-
T(
|
113760
|
-
T(
|
113761
|
-
T(
|
113762
|
-
T(
|
113763
|
-
T(
|
113764
|
-
T(
|
113765
|
-
T(
|
113766
|
-
T(
|
113767
|
-
T(
|
113768
|
-
T(
|
113769
|
-
T(
|
113770
|
-
T(
|
113771
|
-
T(
|
113772
|
-
T(
|
113773
|
-
T(
|
113774
|
-
T(
|
113747
|
+
T(N, F, ee, "↑", "\\uparrow", !0);
|
113748
|
+
T(N, F, ee, "⇑", "\\Uparrow", !0);
|
113749
|
+
T(N, F, ee, "↓", "\\downarrow", !0);
|
113750
|
+
T(N, F, ee, "⇓", "\\Downarrow", !0);
|
113751
|
+
T(N, F, ee, "↕", "\\updownarrow", !0);
|
113752
|
+
T(N, F, ee, "⇕", "\\Updownarrow", !0);
|
113753
|
+
T(N, F, Sr, "∐", "\\coprod");
|
113754
|
+
T(N, F, Sr, "⋁", "\\bigvee");
|
113755
|
+
T(N, F, Sr, "⋀", "\\bigwedge");
|
113756
|
+
T(N, F, Sr, "⨄", "\\biguplus");
|
113757
|
+
T(N, F, Sr, "⋂", "\\bigcap");
|
113758
|
+
T(N, F, Sr, "⋃", "\\bigcup");
|
113759
|
+
T(N, F, Sr, "∫", "\\int");
|
113760
|
+
T(N, F, Sr, "∫", "\\intop");
|
113761
|
+
T(N, F, Sr, "∬", "\\iint");
|
113762
|
+
T(N, F, Sr, "∭", "\\iiint");
|
113763
|
+
T(N, F, Sr, "∏", "\\prod");
|
113764
|
+
T(N, F, Sr, "∑", "\\sum");
|
113765
|
+
T(N, F, Sr, "⨂", "\\bigotimes");
|
113766
|
+
T(N, F, Sr, "⨁", "\\bigoplus");
|
113767
|
+
T(N, F, Sr, "⨀", "\\bigodot");
|
113768
|
+
T(N, F, Sr, "∮", "\\oint");
|
113769
|
+
T(N, F, Sr, "∯", "\\oiint");
|
113770
|
+
T(N, F, Sr, "∰", "\\oiiint");
|
113771
|
+
T(N, F, Sr, "⨆", "\\bigsqcup");
|
113772
|
+
T(N, F, Sr, "∫", "\\smallint");
|
113775
113773
|
T(Re, F, np, "…", "\\textellipsis");
|
113776
|
-
T(
|
113774
|
+
T(N, F, np, "…", "\\mathellipsis");
|
113777
113775
|
T(Re, F, np, "…", "\\ldots", !0);
|
113778
|
-
T(
|
113779
|
-
T(
|
113780
|
-
T(
|
113781
|
-
T(
|
113776
|
+
T(N, F, np, "…", "\\ldots", !0);
|
113777
|
+
T(N, F, np, "⋯", "\\@cdots", !0);
|
113778
|
+
T(N, F, np, "⋱", "\\ddots", !0);
|
113779
|
+
T(N, F, le, "⋮", "\\varvdots");
|
113782
113780
|
T(Re, F, le, "⋮", "\\varvdots");
|
113783
|
-
T(
|
113784
|
-
T(
|
113785
|
-
T(
|
113786
|
-
T(
|
113787
|
-
T(
|
113788
|
-
T(
|
113789
|
-
T(
|
113790
|
-
T(
|
113791
|
-
T(
|
113792
|
-
T(
|
113793
|
-
T(
|
113794
|
-
T(
|
113795
|
-
T(
|
113796
|
-
T(
|
113797
|
-
T(
|
113781
|
+
T(N, F, Hn, "ˊ", "\\acute");
|
113782
|
+
T(N, F, Hn, "ˋ", "\\grave");
|
113783
|
+
T(N, F, Hn, "¨", "\\ddot");
|
113784
|
+
T(N, F, Hn, "~", "\\tilde");
|
113785
|
+
T(N, F, Hn, "ˉ", "\\bar");
|
113786
|
+
T(N, F, Hn, "˘", "\\breve");
|
113787
|
+
T(N, F, Hn, "ˇ", "\\check");
|
113788
|
+
T(N, F, Hn, "^", "\\hat");
|
113789
|
+
T(N, F, Hn, "⃗", "\\vec");
|
113790
|
+
T(N, F, Hn, "˙", "\\dot");
|
113791
|
+
T(N, F, Hn, "˚", "\\mathring");
|
113792
|
+
T(N, F, Et, "", "\\@imath");
|
113793
|
+
T(N, F, Et, "", "\\@jmath");
|
113794
|
+
T(N, F, le, "ı", "ı");
|
113795
|
+
T(N, F, le, "ȷ", "ȷ");
|
113798
113796
|
T(Re, F, le, "ı", "\\i", !0);
|
113799
113797
|
T(Re, F, le, "ȷ", "\\j", !0);
|
113800
113798
|
T(Re, F, le, "ß", "\\ss", !0);
|
@@ -113835,19 +113833,19 @@ T(Re, F, le, "“", "``", !0);
|
|
113835
113833
|
T(Re, F, le, "“", "\\textquotedblleft");
|
113836
113834
|
T(Re, F, le, "”", "''", !0);
|
113837
113835
|
T(Re, F, le, "”", "\\textquotedblright");
|
113838
|
-
T(
|
113836
|
+
T(N, F, le, "°", "\\degree", !0);
|
113839
113837
|
T(Re, F, le, "°", "\\degree");
|
113840
113838
|
T(Re, F, le, "°", "\\textdegree", !0);
|
113841
|
-
T(
|
113842
|
-
T(
|
113839
|
+
T(N, F, le, "£", "\\pounds");
|
113840
|
+
T(N, F, le, "£", "\\mathsterling", !0);
|
113843
113841
|
T(Re, F, le, "£", "\\pounds");
|
113844
113842
|
T(Re, F, le, "£", "\\textsterling", !0);
|
113845
|
-
T(
|
113843
|
+
T(N, X, le, "✠", "\\maltese");
|
113846
113844
|
T(Re, X, le, "✠", "\\maltese");
|
113847
113845
|
var fB = '0123456789/@."';
|
113848
113846
|
for (var Z9 = 0; Z9 < fB.length; Z9++) {
|
113849
113847
|
var dB = fB.charAt(Z9);
|
113850
|
-
T(
|
113848
|
+
T(N, F, le, dB, dB);
|
113851
113849
|
}
|
113852
113850
|
var hB = '0123456789!@*()-=+";:?/.,';
|
113853
113851
|
for (var Y9 = 0; Y9 < hB.length; Y9++) {
|
@@ -113857,40 +113855,40 @@ for (var Y9 = 0; Y9 < hB.length; Y9++) {
|
|
113857
113855
|
var Cb = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
113858
113856
|
for (var K9 = 0; K9 < Cb.length; K9++) {
|
113859
113857
|
var x3 = Cb.charAt(K9);
|
113860
|
-
T(
|
113858
|
+
T(N, F, Et, x3, x3), T(Re, F, le, x3, x3);
|
113861
113859
|
}
|
113862
|
-
T(
|
113860
|
+
T(N, X, le, "C", "ℂ");
|
113863
113861
|
T(Re, X, le, "C", "ℂ");
|
113864
|
-
T(
|
113862
|
+
T(N, X, le, "H", "ℍ");
|
113865
113863
|
T(Re, X, le, "H", "ℍ");
|
113866
|
-
T(
|
113864
|
+
T(N, X, le, "N", "ℕ");
|
113867
113865
|
T(Re, X, le, "N", "ℕ");
|
113868
|
-
T(
|
113866
|
+
T(N, X, le, "P", "ℙ");
|
113869
113867
|
T(Re, X, le, "P", "ℙ");
|
113870
|
-
T(
|
113868
|
+
T(N, X, le, "Q", "ℚ");
|
113871
113869
|
T(Re, X, le, "Q", "ℚ");
|
113872
|
-
T(
|
113870
|
+
T(N, X, le, "R", "ℝ");
|
113873
113871
|
T(Re, X, le, "R", "ℝ");
|
113874
|
-
T(
|
113872
|
+
T(N, X, le, "Z", "ℤ");
|
113875
113873
|
T(Re, X, le, "Z", "ℤ");
|
113876
|
-
T(
|
113874
|
+
T(N, F, Et, "h", "ℎ");
|
113877
113875
|
T(Re, F, Et, "h", "ℎ");
|
113878
113876
|
var Ot = "";
|
113879
113877
|
for (var Li = 0; Li < Cb.length; Li++) {
|
113880
113878
|
var tr = Cb.charAt(Li);
|
113881
|
-
Ot = String.fromCharCode(55349, 56320 + Li), T(
|
113879
|
+
Ot = String.fromCharCode(55349, 56320 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56372 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56424 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56580 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56684 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56736 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56788 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56840 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56944 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Li < 26 && (Ot = String.fromCharCode(55349, 56632 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot), Ot = String.fromCharCode(55349, 56476 + Li), T(N, F, Et, tr, Ot), T(Re, F, le, tr, Ot));
|
113882
113880
|
}
|
113883
113881
|
Ot = "𝕜";
|
113884
|
-
T(
|
113882
|
+
T(N, F, Et, "k", Ot);
|
113885
113883
|
T(Re, F, le, "k", Ot);
|
113886
113884
|
for (var O1 = 0; O1 < 10; O1++) {
|
113887
113885
|
var Hc = O1.toString();
|
113888
|
-
Ot = String.fromCharCode(55349, 57294 + O1), T(
|
113886
|
+
Ot = String.fromCharCode(55349, 57294 + O1), T(N, F, Et, Hc, Ot), T(Re, F, le, Hc, Ot), Ot = String.fromCharCode(55349, 57314 + O1), T(N, F, Et, Hc, Ot), T(Re, F, le, Hc, Ot), Ot = String.fromCharCode(55349, 57324 + O1), T(N, F, Et, Hc, Ot), T(Re, F, le, Hc, Ot), Ot = String.fromCharCode(55349, 57334 + O1), T(N, F, Et, Hc, Ot), T(Re, F, le, Hc, Ot);
|
113889
113887
|
}
|
113890
113888
|
var AC = "ÐÞþ";
|
113891
113889
|
for (var J9 = 0; J9 < AC.length; J9++) {
|
113892
113890
|
var M3 = AC.charAt(J9);
|
113893
|
-
T(
|
113891
|
+
T(N, F, Et, M3, M3), T(Re, F, le, M3, M3);
|
113894
113892
|
}
|
113895
113893
|
var C3 = [
|
113896
113894
|
["mathbf", "textbf", "Main-Bold"],
|
@@ -114883,8 +114881,8 @@ var Cne = function(e) {
|
|
114883
114881
|
} else {
|
114884
114882
|
var b = [], k = yft[l], [v, w, x] = k, C = x / 1e3, E = v.length, L, j;
|
114885
114883
|
if (E === 1) {
|
114886
|
-
var
|
114887
|
-
L = ["hide-tail"], j = [
|
114884
|
+
var D = k[3];
|
114885
|
+
L = ["hide-tail"], j = [D];
|
114888
114886
|
} else if (E === 2)
|
114889
114887
|
L = ["halfarrow-left", "halfarrow-right"], j = ["xMinYMin", "xMaxYMin"];
|
114890
114888
|
else if (E === 3)
|
@@ -115829,9 +115827,9 @@ var qp = function(e, n, r) {
|
|
115829
115827
|
var C = qp(l, h, s);
|
115830
115828
|
w = C.height + C.depth, x = 2;
|
115831
115829
|
}
|
115832
|
-
var E = m + v + w, L = Math.max(0, Math.ceil((n - E) / (x * b))), j = E + L * x * b,
|
115833
|
-
r && (
|
115834
|
-
var R = j / 2 -
|
115830
|
+
var E = m + v + w, L = Math.max(0, Math.ceil((n - E) / (x * b))), j = E + L * x * b, D = i.fontMetrics().axisHeight;
|
115831
|
+
r && (D *= i.sizeMultiplier);
|
115832
|
+
var R = j / 2 - D, H = [];
|
115835
115833
|
if (f.length > 0) {
|
115836
115834
|
var W = j - m - v, G = Math.round(j * 1e3), q = P1t(f, Math.round(W * 1e3)), _ = new r1(f, q), J = (d / 1e3).toFixed(3) + "em", ae = (G / 1e3).toFixed(3) + "em", $ = new xc([_], {
|
115837
115835
|
width: J,
|
@@ -116566,8 +116564,8 @@ var ml = function(e, n) {
|
|
116566
116564
|
var j = un(x[i], n);
|
116567
116565
|
E < j.depth && (E = j.depth), C < j.height && (C = j.height), L[i] = j;
|
116568
116566
|
}
|
116569
|
-
var
|
116570
|
-
|
116567
|
+
var D = e.rowGaps[r], R = 0;
|
116568
|
+
D && (R = Wn(D, n), R > 0 && (R += k, E < R && (E = R), R = 0)), e.addJot && (E += m), L.height = C, L.depth = E, v += C, L.pos = v, v += E + R, l[r] = L, w(a[r + 1]);
|
116571
116569
|
}
|
116572
116570
|
var H = v / 2 + n.fontMetrics().axisHeight, W = e.cols || [], G = [], q, _, J = [];
|
116573
116571
|
if (e.tags && e.tags.some((Be) => Be))
|
@@ -118844,8 +118842,8 @@ P0({
|
|
118844
118842
|
}, e);
|
118845
118843
|
else
|
118846
118844
|
throw new Error("supsub must have either sup or sub.");
|
118847
|
-
var
|
118848
|
-
return ge.makeSpan([
|
118845
|
+
var D = SC(a, "right") || "mord";
|
118846
|
+
return ge.makeSpan([D], [a, ge.makeSpan(["msupsub"], [w])], e);
|
118849
118847
|
},
|
118850
118848
|
mathmlBuilder(t, e) {
|
118851
118849
|
var n = !1, r, i;
|
@@ -124810,14 +124808,14 @@ class ght extends Dre {
|
|
124810
124808
|
for (let v = 0; v < 16; v++, n += 4)
|
124811
124809
|
qc[v] = e.getUint32(n), Uc[v] = e.getUint32(n += 4);
|
124812
124810
|
for (let v = 16; v < 80; v++) {
|
124813
|
-
const w = qc[v - 15] | 0, x = Uc[v - 15] | 0, C = Yt.rotrSH(w, x, 1) ^ Yt.rotrSH(w, x, 8) ^ Yt.shrSH(w, x, 7), E = Yt.rotrSL(w, x, 1) ^ Yt.rotrSL(w, x, 8) ^ Yt.shrSL(w, x, 7), L = qc[v - 2] | 0, j = Uc[v - 2] | 0,
|
124811
|
+
const w = qc[v - 15] | 0, x = Uc[v - 15] | 0, C = Yt.rotrSH(w, x, 1) ^ Yt.rotrSH(w, x, 8) ^ Yt.shrSH(w, x, 7), E = Yt.rotrSL(w, x, 1) ^ Yt.rotrSL(w, x, 8) ^ Yt.shrSL(w, x, 7), L = qc[v - 2] | 0, j = Uc[v - 2] | 0, D = Yt.rotrSH(L, j, 19) ^ Yt.rotrBH(L, j, 61) ^ Yt.shrSH(L, j, 6), R = Yt.rotrSL(L, j, 19) ^ Yt.rotrBL(L, j, 61) ^ Yt.shrSL(L, j, 6), H = Yt.add4L(E, R, Uc[v - 7], Uc[v - 16]), W = Yt.add4H(H, C, D, qc[v - 7], qc[v - 16]);
|
124814
124812
|
qc[v] = W | 0, Uc[v] = H | 0;
|
124815
124813
|
}
|
124816
124814
|
let { Ah: r, Al: i, Bh: s, Bl: a, Ch: o, Cl: l, Dh: c, Dl: u, Eh: f, El: d, Fh: h, Fl: p, Gh: m, Gl: y, Hh: b, Hl: k } = this;
|
124817
124815
|
for (let v = 0; v < 80; v++) {
|
124818
|
-
const w = Yt.rotrSH(f, d, 14) ^ Yt.rotrSH(f, d, 18) ^ Yt.rotrBH(f, d, 41), x = Yt.rotrSL(f, d, 14) ^ Yt.rotrSL(f, d, 18) ^ Yt.rotrBL(f, d, 41), C = f & h ^ ~f & m, E = d & p ^ ~d & y, L = Yt.add5L(k, x, E, yht[v], Uc[v]), j = Yt.add5H(L, b, w, C, mht[v], qc[v]),
|
124819
|
-
b = m | 0, k = y | 0, m = h | 0, y = p | 0, h = f | 0, p = d | 0, { h: f, l: d } = Yt.add(c | 0, u | 0, j | 0,
|
124820
|
-
const q = Yt.add3L(
|
124816
|
+
const w = Yt.rotrSH(f, d, 14) ^ Yt.rotrSH(f, d, 18) ^ Yt.rotrBH(f, d, 41), x = Yt.rotrSL(f, d, 14) ^ Yt.rotrSL(f, d, 18) ^ Yt.rotrBL(f, d, 41), C = f & h ^ ~f & m, E = d & p ^ ~d & y, L = Yt.add5L(k, x, E, yht[v], Uc[v]), j = Yt.add5H(L, b, w, C, mht[v], qc[v]), D = L | 0, R = Yt.rotrSH(r, i, 28) ^ Yt.rotrBH(r, i, 34) ^ Yt.rotrBH(r, i, 39), H = Yt.rotrSL(r, i, 28) ^ Yt.rotrBL(r, i, 34) ^ Yt.rotrBL(r, i, 39), W = r & s ^ r & o ^ s & o, G = i & a ^ i & l ^ a & l;
|
124817
|
+
b = m | 0, k = y | 0, m = h | 0, y = p | 0, h = f | 0, p = d | 0, { h: f, l: d } = Yt.add(c | 0, u | 0, j | 0, D | 0), c = o | 0, u = l | 0, o = s | 0, l = a | 0, s = r | 0, a = i | 0;
|
124818
|
+
const q = Yt.add3L(D, H, G);
|
124821
124819
|
r = Yt.add3H(q, j, R, W), i = q | 0;
|
124822
124820
|
}
|
124823
124821
|
({ h: r, l: i } = Yt.add(this.Ah | 0, this.Al | 0, r | 0, i | 0)), { h: s, l: a } = Yt.add(this.Bh | 0, this.Bl | 0, s | 0, a | 0), { h: o, l } = Yt.add(this.Ch | 0, this.Cl | 0, o | 0, l | 0), { h: c, l: u } = Yt.add(this.Dh | 0, this.Dl | 0, c | 0, u | 0), { h: f, l: d } = Yt.add(this.Eh | 0, this.El | 0, f | 0, d | 0), { h, l: p } = Yt.add(this.Fh | 0, this.Fl | 0, h | 0, p | 0), { h: m, l: y } = Yt.add(this.Gh | 0, this.Gl | 0, m | 0, y | 0), { h: b, l: k } = Yt.add(this.Hh | 0, this.Hl | 0, b | 0, k | 0), this.set(r, i, s, a, o, l, c, u, f, d, h, p, m, y, b, k);
|
@@ -125657,8 +125655,8 @@ function n2t(t) {
|
|
125657
125655
|
// Cost: 8M + 3S + 3*a + 2*b3 + 15add.
|
125658
125656
|
double() {
|
125659
125657
|
const { a: m, b: y } = e, b = n.mul(y, cF), { px: k, py: v, pz: w } = this;
|
125660
|
-
let x = n.ZERO, C = n.ZERO, E = n.ZERO, L = n.mul(k, k), j = n.mul(v, v),
|
125661
|
-
return R = n.add(R, R), E = n.mul(k, w), E = n.add(E, E), x = n.mul(m, E), C = n.mul(b,
|
125658
|
+
let x = n.ZERO, C = n.ZERO, E = n.ZERO, L = n.mul(k, k), j = n.mul(v, v), D = n.mul(w, w), R = n.mul(k, v);
|
125659
|
+
return R = n.add(R, R), E = n.mul(k, w), E = n.add(E, E), x = n.mul(m, E), C = n.mul(b, D), C = n.add(x, C), x = n.sub(j, C), C = n.add(j, C), C = n.mul(x, C), x = n.mul(R, x), E = n.mul(b, E), D = n.mul(m, D), R = n.sub(L, D), R = n.mul(m, R), R = n.add(R, E), E = n.add(L, L), L = n.add(E, L), L = n.add(L, D), L = n.mul(L, R), C = n.add(C, L), D = n.mul(v, w), D = n.add(D, D), L = n.mul(D, R), x = n.sub(x, L), E = n.mul(D, j), E = n.add(E, E), E = n.add(E, E), new f(x, C, E);
|
125662
125660
|
}
|
125663
125661
|
// Renes-Costello-Batina exception-free addition formula.
|
125664
125662
|
// There is 30% faster Jacobian formula, but it is not complete.
|
@@ -125668,11 +125666,11 @@ function n2t(t) {
|
|
125668
125666
|
u(m);
|
125669
125667
|
const { px: y, py: b, pz: k } = this, { px: v, py: w, pz: x } = m;
|
125670
125668
|
let C = n.ZERO, E = n.ZERO, L = n.ZERO;
|
125671
|
-
const j = e.a,
|
125669
|
+
const j = e.a, D = n.mul(e.b, cF);
|
125672
125670
|
let R = n.mul(y, v), H = n.mul(b, w), W = n.mul(k, x), G = n.add(y, b), q = n.add(v, w);
|
125673
125671
|
G = n.mul(G, q), q = n.add(R, H), G = n.sub(G, q), q = n.add(y, k);
|
125674
125672
|
let _ = n.add(v, x);
|
125675
|
-
return q = n.mul(q, _), _ = n.add(R, W), q = n.sub(q, _), _ = n.add(b, k), C = n.add(w, x), _ = n.mul(_, C), C = n.add(H, W), _ = n.sub(_, C), L = n.mul(j, q), C = n.mul(
|
125673
|
+
return q = n.mul(q, _), _ = n.add(R, W), q = n.sub(q, _), _ = n.add(b, k), C = n.add(w, x), _ = n.mul(_, C), C = n.add(H, W), _ = n.sub(_, C), L = n.mul(j, q), C = n.mul(D, W), L = n.add(C, L), C = n.sub(H, L), L = n.add(H, L), E = n.mul(C, L), H = n.add(R, R), H = n.add(H, R), W = n.mul(j, W), q = n.mul(D, q), H = n.add(H, W), W = n.sub(R, W), W = n.mul(j, W), q = n.add(q, W), R = n.mul(H, q), E = n.add(E, R), R = n.mul(_, q), C = n.mul(G, C), C = n.sub(C, R), R = n.mul(G, H), L = n.mul(_, L), L = n.add(L, R), new f(C, E, L);
|
125676
125674
|
}
|
125677
125675
|
subtract(m) {
|
125678
125676
|
return this.add(m.negate());
|
@@ -125720,8 +125718,8 @@ function n2t(t) {
|
|
125720
125718
|
const { endo: v } = e;
|
125721
125719
|
if (v) {
|
125722
125720
|
const { k1neg: w, k1: x, k2neg: C, k2: E } = v.splitScalar(y);
|
125723
|
-
let { p: L, f: j } = this.wNAF(x), { p:
|
125724
|
-
L = h.constTimeNegate(w, L),
|
125721
|
+
let { p: L, f: j } = this.wNAF(x), { p: D, f: R } = this.wNAF(E);
|
125722
|
+
L = h.constTimeNegate(w, L), D = h.constTimeNegate(C, D), D = new f(n.mul(D.px, v.beta), D.py, D.pz), b = L.add(D), k = j.add(R);
|
125725
125723
|
} else {
|
125726
125724
|
const { p: w, f: x } = this.wNAF(y);
|
125727
125725
|
b = w, k = x;
|
@@ -125948,7 +125946,7 @@ function i2t(t) {
|
|
125948
125946
|
throw new Error(`bigint expected < 2^${e.nBitLength}`);
|
125949
125947
|
return x2(q, e.nByteLength);
|
125950
125948
|
}
|
125951
|
-
function
|
125949
|
+
function D(q, _, J = R) {
|
125952
125950
|
if (["recovered", "canonical"].some((Pe) => Pe in J))
|
125953
125951
|
throw new Error("sign() legacy options not supported");
|
125954
125952
|
const { hash: ae, randomBytes: $ } = e;
|
@@ -125977,7 +125975,7 @@ function i2t(t) {
|
|
125977
125975
|
}
|
125978
125976
|
const R = { lowS: e.lowS, prehash: !1 }, H = { lowS: e.lowS, prehash: !1 };
|
125979
125977
|
function W(q, _, J = R) {
|
125980
|
-
const { seed: ae, k2sig: $ } =
|
125978
|
+
const { seed: ae, k2sig: $ } = D(q, _, J), Z = e;
|
125981
125979
|
return Jre(Z.hash.outputLen, Z.nByteLength, Z.hmac)(ae, $);
|
125982
125980
|
}
|
125983
125981
|
c.BASE._setWindowSize(8);
|
@@ -127619,8 +127617,8 @@ function N2t(t) {
|
|
127619
127617
|
for (; ; ) {
|
127620
127618
|
let x = Math.floor(((y - k + 1) * i - 1) / v), C = 0, E = r;
|
127621
127619
|
for (; E - C > 1; ) {
|
127622
|
-
let
|
127623
|
-
x < s[
|
127620
|
+
let D = C + E >>> 1;
|
127621
|
+
x < s[D] ? E = D : C = D;
|
127624
127622
|
}
|
127625
127623
|
if (C == 0) break;
|
127626
127624
|
b.push(C);
|
@@ -137579,10 +137577,10 @@ function T4t({ pluginKey: t = E4t, editor: e, char: n = "@", allowSpaces: r = !1
|
|
137579
137577
|
return {
|
137580
137578
|
update: async (b, k) => {
|
137581
137579
|
var v, w, x, C, E, L, j;
|
137582
|
-
const
|
137580
|
+
const D = (v = this.key) === null || v === void 0 ? void 0 : v.getState(k), R = (w = this.key) === null || w === void 0 ? void 0 : w.getState(b.state), H = D.active && R.active && D.range.from !== R.range.from, W = !D.active && R.active, G = D.active && !R.active, q = !W && !G && D.query !== R.query, _ = W || H && q, J = q || H, ae = G || H && q;
|
137583
137581
|
if (!_ && !J && !ae)
|
137584
137582
|
return;
|
137585
|
-
const $ = ae && !_ ?
|
137583
|
+
const $ = ae && !_ ? D : R, Z = b.dom.querySelector(`[data-decoration-id="${$.decorationId}"]`);
|
137586
137584
|
p = {
|
137587
137585
|
editor: e,
|
137588
137586
|
range: $.range,
|
@@ -137629,9 +137627,9 @@ function T4t({ pluginKey: t = E4t, editor: e, char: n = "@", allowSpaces: r = !1
|
|
137629
137627
|
},
|
137630
137628
|
// Apply changes to the plugin state from a view transaction.
|
137631
137629
|
apply(b, k, v, w) {
|
137632
|
-
const { isEditable: x } = e, { composing: C } = e.view, { selection: E } = b, { empty: L, from: j } = E,
|
137633
|
-
if (
|
137634
|
-
(j < k.range.from || j > k.range.to) && !C && !k.composing && (
|
137630
|
+
const { isEditable: x } = e, { composing: C } = e.view, { selection: E } = b, { empty: L, from: j } = E, D = { ...k };
|
137631
|
+
if (D.composing = C, x && (L || e.view.composing)) {
|
137632
|
+
(j < k.range.from || j > k.range.to) && !C && !k.composing && (D.active = !1);
|
137635
137633
|
const R = h({
|
137636
137634
|
char: n,
|
137637
137635
|
allowSpaces: r,
|
@@ -137645,10 +137643,10 @@ function T4t({ pluginKey: t = E4t, editor: e, char: n = "@", allowSpaces: r = !1
|
|
137645
137643
|
state: w,
|
137646
137644
|
range: R.range,
|
137647
137645
|
isActive: k.active
|
137648
|
-
}) ? (
|
137646
|
+
}) ? (D.active = !0, D.decorationId = k.decorationId ? k.decorationId : H, D.range = R.range, D.query = R.query, D.text = R.text) : D.active = !1;
|
137649
137647
|
} else
|
137650
|
-
|
137651
|
-
return
|
137648
|
+
D.active = !1;
|
137649
|
+
return D.active || (D.decorationId = null, D.range = { from: 0, to: 0 }, D.query = null, D.text = null), D;
|
137652
137650
|
}
|
137653
137651
|
},
|
137654
137652
|
props: {
|
@@ -138420,7 +138418,7 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138420
138418
|
proExtensions: C
|
138421
138419
|
}) => {
|
138422
138420
|
var Ie, Le;
|
138423
|
-
const [E] = He(new D0()), [L, j] = He([]), [
|
138421
|
+
const [E] = He(new D0()), [L, j] = He([]), [D, R] = He([
|
138424
138422
|
...pdt(
|
138425
138423
|
(me) => u == null ? void 0 : u(me),
|
138426
138424
|
h
|
@@ -138463,7 +138461,7 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138463
138461
|
}
|
138464
138462
|
}, Z = qq(
|
138465
138463
|
{
|
138466
|
-
extensions:
|
138464
|
+
extensions: D,
|
138467
138465
|
editorProps: {
|
138468
138466
|
...n$e,
|
138469
138467
|
handleDOMEvents: {
|
@@ -138481,11 +138479,11 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138481
138479
|
shouldRerenderOnTransaction: !0,
|
138482
138480
|
immediatelyRender: !1
|
138483
138481
|
},
|
138484
|
-
[
|
138482
|
+
[D]
|
138485
138483
|
);
|
138486
138484
|
Fe(() => {
|
138487
|
-
C != null && C.TableOfContents &&
|
138488
|
-
...
|
138485
|
+
C != null && C.TableOfContents && R([
|
138486
|
+
...D.filter((me) => me.name !== "tableOfContents"),
|
138489
138487
|
C.TableOfContents.configure({
|
138490
138488
|
getIndex: C.getHierarchicalIndexes,
|
138491
138489
|
onUpdate(me) {
|
@@ -138512,7 +138510,7 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138512
138510
|
]
|
138513
138511
|
});
|
138514
138512
|
return R([
|
138515
|
-
...
|
138513
|
+
...D.filter((Q) => Q.name !== "history"),
|
138516
138514
|
D$e.configure({
|
138517
138515
|
provider: ie,
|
138518
138516
|
user: {
|
@@ -140793,8 +140791,8 @@ function PH({ keyframes: t, velocity: e = 0, power: n = 0.8, timeConstant: r = 3
|
|
140793
140791
|
const y = f + m, b = a === void 0 ? y : a(y);
|
140794
140792
|
b !== y && (m = b - f);
|
140795
140793
|
const k = (L) => -m * Math.exp(-L / r), v = (L) => b + k(L), w = (L) => {
|
140796
|
-
const j = k(L),
|
140797
|
-
d.done = Math.abs(j) <= c, d.value = d.done ? b :
|
140794
|
+
const j = k(L), D = v(L);
|
140795
|
+
d.done = Math.abs(j) <= c, d.value = d.done ? b : D;
|
140798
140796
|
};
|
140799
140797
|
let x, C;
|
140800
140798
|
const E = (L) => {
|
@@ -140976,8 +140974,8 @@ class fD extends mae {
|
|
140976
140974
|
let v = this.currentTime, w = s;
|
140977
140975
|
if (h) {
|
140978
140976
|
const L = Math.min(this.currentTime, u) / f;
|
140979
|
-
let j = Math.floor(L),
|
140980
|
-
!
|
140977
|
+
let j = Math.floor(L), D = L % 1;
|
140978
|
+
!D && L >= 1 && (D = 1), D === 1 && j--, j = Math.min(j, h + 1), !!(j % 2) && (p === "reverse" ? (D = 1 - D, m && (D -= m / f)) : p === "mirror" && (w = a)), v = Sc(0, 1, D) * f;
|
140981
140979
|
}
|
140982
140980
|
const x = k ? { done: !1, value: l[0] } : w.next(v);
|
140983
140981
|
o && (x.value = o(x.value));
|
@@ -141433,8 +141431,8 @@ function e6t(t) {
|
|
141433
141431
|
let L = E || // If we're making this variant active, we want to always make it active
|
141434
141432
|
b === l && k.isActive && !C && w || // If we removed a higher-priority variant (i is in reverse order)
|
141435
141433
|
y > p && w, j = !1;
|
141436
|
-
const
|
141437
|
-
let R =
|
141434
|
+
const D = Array.isArray(v) ? v : [v];
|
141435
|
+
let R = D.reduce(i(b), {});
|
141438
141436
|
x === !1 && (R = {});
|
141439
141437
|
const { prevResolvedValues: H = {} } = k, W = {
|
141440
141438
|
...H,
|
@@ -141451,7 +141449,7 @@ function e6t(t) {
|
|
141451
141449
|
let Z = !1;
|
141452
141450
|
gA(ae) && gA($) ? Z = !Ose(ae, $) : Z = ae !== $, Z ? ae != null ? G(J) : d.add(J) : ae !== void 0 && d.has(J) ? G(J) : k.protectedKeys[J] = !0;
|
141453
141451
|
}
|
141454
|
-
k.prevProp = v, k.prevResolvedValues = R, k.isActive && (h = { ...h, ...R }), r && t.blockInitialAnimation && (L = !1), L && (!(C && E) || j) && f.push(...
|
141452
|
+
k.prevProp = v, k.prevResolvedValues = R, k.isActive && (h = { ...h, ...R }), r && t.blockInitialAnimation && (L = !1), L && (!(C && E) || j) && f.push(...D.map((J) => ({
|
141455
141453
|
animation: J,
|
141456
141454
|
options: { type: b }
|
141457
141455
|
})));
|
@@ -143922,21 +143920,21 @@ function Q5t(t, e = {}) {
|
|
143922
143920
|
const f = (x) => x.trim().split(/\s+/).filter((C) => C.length > 0).length, d = (x, C) => {
|
143923
143921
|
if (C.length === 1 && (C[0].type === "h2" || C[0].type === "h3"))
|
143924
143922
|
return !1;
|
143925
|
-
const E = C.reduce((
|
143923
|
+
const E = C.reduce((D, R) => D + R.content.length, 0) + x.length, L = C.reduce((D, R) => D + f(R.content), 0) + f(x), j = C.length + 1;
|
143926
143924
|
return E > i || L > s || j > a;
|
143927
143925
|
}, h = (x, C, E) => {
|
143928
143926
|
const { maxCharsPerSlide: L = 1e3 } = E;
|
143929
143927
|
if (C.length > 0 && (C[0].type === "h2" || C[0].type === "h3") && C.length === 1) {
|
143930
|
-
const
|
143928
|
+
const D = T_(x, L);
|
143931
143929
|
C.push({
|
143932
143930
|
type: "content",
|
143933
|
-
content: Yi.render(
|
143931
|
+
content: Yi.render(D[0])
|
143934
143932
|
});
|
143935
|
-
for (let R = 1; R <
|
143933
|
+
for (let R = 1; R < D.length; R++)
|
143936
143934
|
o.push(C), C = [
|
143937
143935
|
{
|
143938
143936
|
type: "content",
|
143939
|
-
content: Yi.render(
|
143937
|
+
content: Yi.render(D[R])
|
143940
143938
|
}
|
143941
143939
|
];
|
143942
143940
|
return C;
|
@@ -143946,9 +143944,9 @@ function Q5t(t, e = {}) {
|
|
143946
143944
|
type: "content",
|
143947
143945
|
content: ""
|
143948
143946
|
});
|
143949
|
-
const
|
143950
|
-
if (
|
143951
|
-
const R =
|
143947
|
+
const D = x.match(/^[-*]\s*\[([ xX])\]\s*(.*)$/);
|
143948
|
+
if (D) {
|
143949
|
+
const R = D[1].toLowerCase() === "x", H = D[2];
|
143952
143950
|
C[C.length - 1].content += `<li class="task-list-item"><input type="checkbox" ${R ? "checked" : ""} disabled>${H}</li>
|
143953
143951
|
`;
|
143954
143952
|
}
|
@@ -143982,7 +143980,7 @@ function Q5t(t, e = {}) {
|
|
143982
143980
|
const C = y[x].trim();
|
143983
143981
|
if (Uae(C)) {
|
143984
143982
|
const { listContent: E, endIndex: L } = J5t(y, x), j = E.split(`
|
143985
|
-
`).filter((R) => R.trim()),
|
143983
|
+
`).filter((R) => R.trim()), D = j.reduce(
|
143986
143984
|
(R, H) => R + f(H),
|
143987
143985
|
0
|
143988
143986
|
);
|
@@ -143991,7 +143989,7 @@ function Q5t(t, e = {}) {
|
|
143991
143989
|
type: "content",
|
143992
143990
|
content: Yi.render(H)
|
143993
143991
|
});
|
143994
|
-
}) : j.length < 10 &&
|
143992
|
+
}) : j.length < 10 && D > 50 ? N_(E, 6).forEach((H, W) => {
|
143995
143993
|
(W > 0 || d(H, l)) && p(), l.push({
|
143996
143994
|
type: "content",
|
143997
143995
|
content: Yi.render(H)
|
@@ -144017,9 +144015,9 @@ function Q5t(t, e = {}) {
|
|
144017
144015
|
if (C.startsWith("# ")) {
|
144018
144016
|
if (c.length > 0) {
|
144019
144017
|
const j = m(c);
|
144020
|
-
for (let
|
144021
|
-
const R = j[
|
144022
|
-
R && ((
|
144018
|
+
for (let D = 0; D < j.length; D++) {
|
144019
|
+
const R = j[D];
|
144020
|
+
R && ((D > 0 || d(R, l)) && p(), l.push({ type: "table", content: R }));
|
144023
144021
|
}
|
144024
144022
|
c = [];
|
144025
144023
|
}
|
@@ -144031,9 +144029,9 @@ function Q5t(t, e = {}) {
|
|
144031
144029
|
if (C.startsWith("## ")) {
|
144032
144030
|
if (c.length > 0) {
|
144033
144031
|
const j = m(c);
|
144034
|
-
for (let
|
144035
|
-
const R = j[
|
144036
|
-
R && ((
|
144032
|
+
for (let D = 0; D < j.length; D++) {
|
144033
|
+
const R = j[D];
|
144034
|
+
R && ((D > 0 || d(R, l)) && p(), l.push({ type: "table", content: R }));
|
144037
144035
|
}
|
144038
144036
|
c = [];
|
144039
144037
|
}
|
@@ -144083,7 +144081,7 @@ function Q5t(t, e = {}) {
|
|
144083
144081
|
if (C.match(/!\[.*\]\(.*\)/)) {
|
144084
144082
|
const E = C.match(/!\[(.*)\]\((.*)\)/);
|
144085
144083
|
if (E) {
|
144086
|
-
const L = l.length > 0 && l[0].type === "h2" && l.length > 1,
|
144084
|
+
const L = l.length > 0 && l[0].type === "h2" && l.length > 1, D = l.reduce((R, H) => {
|
144087
144085
|
if (H.type === "content") {
|
144088
144086
|
const G = H.content.split(`
|
144089
144087
|
`).filter((q) => q.trim().length > 0).reduce((q, _) => {
|
@@ -144094,7 +144092,7 @@ function Q5t(t, e = {}) {
|
|
144094
144092
|
}
|
144095
144093
|
return R + 1;
|
144096
144094
|
}, 0) > a - 3;
|
144097
|
-
(
|
144095
|
+
(D || !L && l.some((R) => R.type === "image") || l.length === 0 && d(C, l)) && p(), l.push({ type: "image", content: E[2] }), (!L || D) && p();
|
144098
144096
|
}
|
144099
144097
|
continue;
|
144100
144098
|
}
|
@@ -144185,7 +144183,7 @@ const Gk = () => {
|
|
144185
144183
|
slides: u,
|
144186
144184
|
setSlides: f
|
144187
144185
|
}) => {
|
144188
|
-
const [d, h] = He(!1), [p, m] = He(0), [y, b] = He({}), [k, v] = He(!0), w = ka("(max-width: 640px)"), x = Gk() === "iOS" || Gk() === "Android" || Gk() === "Windows Phone" || w, [C, E] = He(null), [L, j] = He(null),
|
144186
|
+
const [d, h] = He(!1), [p, m] = He(0), [y, b] = He({}), [k, v] = He(!0), w = ka("(max-width: 640px)"), x = Gk() === "iOS" || Gk() === "Android" || Gk() === "Windows Phone" || w, [C, E] = He(null), [L, j] = He(null), D = 50, [R, H] = He(
|
144189
144187
|
"forward"
|
144190
144188
|
), W = qq(
|
144191
144189
|
{
|
@@ -144280,9 +144278,9 @@ const Gk = () => {
|
|
144280
144278
|
j(Z.targetTouches[0].clientX);
|
144281
144279
|
}, ae = St(() => {
|
144282
144280
|
if (!C || !L) return;
|
144283
|
-
const Z = C - L, he = Z >
|
144281
|
+
const Z = C - L, he = Z > D, re = Z < -50;
|
144284
144282
|
he && (H("forward"), m((fe) => Math.min(fe + 1, u.length - 1))), re && (H("backward"), m((fe) => Math.max(fe - 1, 0)));
|
144285
|
-
}, [C, L, u.length,
|
144283
|
+
}, [C, L, u.length, D]), $ = () => {
|
144286
144284
|
if (a) {
|
144287
144285
|
Z5t(a), h(!0), c == null || c();
|
144288
144286
|
const Z = setTimeout(() => {
|
@@ -144545,7 +144543,7 @@ const Gk = () => {
|
|
144545
144543
|
return c === r && d.length > 0 ? f === u.length - 1 ? a(l, d[d.length - 1].id) : a(l, (h = d[f]) == null ? void 0 : h.id) : d.length === 0 && i(null), d;
|
144546
144544
|
});
|
144547
144545
|
};
|
144548
|
-
return /* @__PURE__ */ P.jsx("div", { className: "flex flex-col max-[1280px]:gap-2 gap-4 overflow-auto no-scrollbar max-[1280px]:max-h-[168px] max-h-[calc(80vh-40px)]
|
144546
|
+
return /* @__PURE__ */ P.jsx("div", { className: "flex flex-col max-[1280px]:gap-2 gap-4 overflow-auto no-scrollbar max-[1280px]:max-h-[168px] max-h-[calc(80vh-40px)]", children: t.map((l, c) => /* @__PURE__ */ P.jsx(
|
144549
144547
|
$5t,
|
144550
144548
|
{
|
144551
144549
|
onItemClick: a,
|
@@ -144564,11 +144562,10 @@ const Gk = () => {
|
|
144564
144562
|
items: n,
|
144565
144563
|
setItems: r,
|
144566
144564
|
showTOC: i,
|
144567
|
-
setShowTOC: s
|
144568
|
-
isPreviewMode: a
|
144565
|
+
setShowTOC: s
|
144569
144566
|
}) => {
|
144570
|
-
const
|
144571
|
-
return
|
144567
|
+
const a = ka("(max-width:1280px)"), o = n.length < 2;
|
144568
|
+
return a ? /* @__PURE__ */ P.jsx(
|
144572
144569
|
AWe,
|
144573
144570
|
{
|
144574
144571
|
open: i,
|
@@ -144588,9 +144585,8 @@ const Gk = () => {
|
|
144588
144585
|
"div",
|
144589
144586
|
{
|
144590
144587
|
className: Rt(
|
144591
|
-
"flex flex-col gap-4 items-start justify-start absolute left-4",
|
144592
|
-
(!e ||
|
144593
|
-
a ? "top-[4rem]" : "top-[7.3rem]"
|
144588
|
+
"flex flex-col gap-4 items-start justify-start absolute top-[7.3rem] left-4",
|
144589
|
+
(!e || o) && "hidden"
|
144594
144590
|
),
|
144595
144591
|
children: [
|
144596
144592
|
/* @__PURE__ */ P.jsx(
|
@@ -144604,7 +144600,7 @@ const Gk = () => {
|
|
144604
144600
|
icon: i ? "ChevronLeft" : "List",
|
144605
144601
|
variant: "ghost",
|
144606
144602
|
size: "lg",
|
144607
|
-
onClick: () => s == null ? void 0 : s((
|
144603
|
+
onClick: () => s == null ? void 0 : s((u) => !u),
|
144608
144604
|
className: "color-text-default min-w-9 h-9"
|
144609
144605
|
}
|
144610
144606
|
)
|
@@ -144654,7 +144650,7 @@ const Gk = () => {
|
|
144654
144650
|
setIsCommentSectionOpen: E,
|
144655
144651
|
setInlineCommentData: L,
|
144656
144652
|
inlineCommentData: j,
|
144657
|
-
enableIndexeddbSync:
|
144653
|
+
enableIndexeddbSync: D,
|
144658
144654
|
ddocId: R,
|
144659
144655
|
zoomLevel: H,
|
144660
144656
|
setZoomLevel: W,
|
@@ -144692,7 +144688,7 @@ const Gk = () => {
|
|
144692
144688
|
tocItems: Cn,
|
144693
144689
|
setTocItems: Ae
|
144694
144690
|
} = mse({
|
144695
|
-
enableIndexeddbSync:
|
144691
|
+
enableIndexeddbSync: D,
|
144696
144692
|
ddocId: R,
|
144697
144693
|
isPreviewMode: t,
|
144698
144694
|
initialContent: e,
|
@@ -144872,8 +144868,7 @@ const Gk = () => {
|
|
144872
144868
|
items: Cn,
|
144873
144869
|
setItems: Ae,
|
144874
144870
|
showTOC: Ce,
|
144875
|
-
setShowTOC: be
|
144876
|
-
isPreviewMode: t || !_
|
144871
|
+
setShowTOC: be
|
144877
144872
|
}
|
144878
144873
|
),
|
144879
144874
|
/* @__PURE__ */ P.jsxs(
|
@@ -145090,7 +145085,7 @@ const Gk = () => {
|
|
145090
145085
|
y && y.length <= 4 && C(!1);
|
145091
145086
|
}, [y]);
|
145092
145087
|
const {
|
145093
|
-
editor:
|
145088
|
+
editor: D,
|
145094
145089
|
ref: R,
|
145095
145090
|
isContentLoading: H,
|
145096
145091
|
ydoc: W
|
@@ -145115,10 +145110,10 @@ const Gk = () => {
|
|
145115
145110
|
O_(
|
145116
145111
|
w,
|
145117
145112
|
() => ({
|
145118
|
-
getEditor: () =>
|
145113
|
+
getEditor: () => D,
|
145119
145114
|
getYdoc: () => W
|
145120
145115
|
}),
|
145121
|
-
[
|
145116
|
+
[D, W]
|
145122
145117
|
);
|
145123
145118
|
const G = (_) => {
|
145124
145119
|
const J = _.name.split(",").map((ae) => {
|
@@ -145140,7 +145135,7 @@ const Gk = () => {
|
|
145140
145135
|
(J) => J.filter((ae) => ae.name !== _)
|
145141
145136
|
);
|
145142
145137
|
};
|
145143
|
-
return !
|
145138
|
+
return !D || H ? /* @__PURE__ */ P.jsxs("div", { className: "w-auto h-auto flex flex-col gap-4 justify-center items-center", children: [
|
145144
145139
|
/* @__PURE__ */ P.jsx(yX, {}),
|
145145
145140
|
/* @__PURE__ */ P.jsx("p", { children: "Loading Editor..." })
|
145146
145141
|
] }) : /* @__PURE__ */ P.jsx("div", { ref: R, className: Ne("overflow-x-hidden", k), children: /* @__PURE__ */ P.jsxs(Sv, { isPreviewMode: t, children: [
|
@@ -145209,7 +145204,7 @@ const Gk = () => {
|
|
145209
145204
|
/* @__PURE__ */ P.jsx(
|
145210
145205
|
x8,
|
145211
145206
|
{
|
145212
|
-
editor:
|
145207
|
+
editor: D,
|
145213
145208
|
id: "editor",
|
145214
145209
|
className: "w-full h-auto py-4"
|
145215
145210
|
}
|