@fileverse-dev/ddoc 2.1.2-patch-3.3 → 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 */
|
@@ -79838,35 +79840,20 @@ const x5 = [
|
|
79838
79840
|
`;
|
79839
79841
|
iX(n);
|
79840
79842
|
}, rX = (t) => {
|
79841
|
-
const e =
|
79842
|
-
e.innerHTML = t;
|
79843
|
-
const n = [];
|
79844
|
-
let r = [];
|
79845
|
-
if (Array.from(e.childNodes).forEach((a) => {
|
79846
|
-
if (a instanceof HTMLElement && (a.getAttribute("data-type") === "page-break" && a.getAttribute("data-page-break") === "true" || a.tagName.toLowerCase() === "br" && a.getAttribute("data-page-break") === "true")) {
|
79847
|
-
if (r.length > 0) {
|
79848
|
-
const o = document.createElement("div");
|
79849
|
-
r.forEach(
|
79850
|
-
(l) => o.appendChild(l.cloneNode(!0))
|
79851
|
-
), n.push(o.innerHTML), r = [];
|
79852
|
-
}
|
79853
|
-
} else
|
79854
|
-
r.push(a.cloneNode(!0));
|
79855
|
-
}), r.length > 0) {
|
79856
|
-
const a = document.createElement("div");
|
79857
|
-
r.forEach((o) => a.appendChild(o.cloneNode(!0))), n.push(a.innerHTML);
|
79858
|
-
}
|
79859
|
-
const s = `
|
79843
|
+
const e = `
|
79860
79844
|
<!DOCTYPE html>
|
79861
79845
|
<html>
|
79862
79846
|
<head>
|
79863
|
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
79864
79847
|
<title>Print Preview</title>
|
79865
79848
|
<style>
|
79849
|
+
@page {
|
79850
|
+
margin: 0.3in 0.5in 0.3in 0.5in !important;
|
79851
|
+
}
|
79852
|
+
@page :first {
|
79853
|
+
margin: -0.25in 0.5in 0.3in 0.5in !important;
|
79854
|
+
}
|
79866
79855
|
@media print {
|
79867
|
-
@page {
|
79868
|
-
margin: 0.25in 0.5in;
|
79869
|
-
}
|
79856
|
+
@page { margin: 0; }
|
79870
79857
|
html {
|
79871
79858
|
-webkit-print-color-adjust: exact;
|
79872
79859
|
print-color-adjust: exact;
|
@@ -79889,12 +79876,8 @@ const x5 = [
|
|
79889
79876
|
margin: 0;
|
79890
79877
|
}
|
79891
79878
|
img {
|
79892
|
-
max-width:
|
79879
|
+
max-width: 100%;
|
79893
79880
|
height: auto;
|
79894
|
-
aspect-ratio: auto;
|
79895
|
-
display: block;
|
79896
|
-
margin-left: auto;
|
79897
|
-
margin-right: auto;
|
79898
79881
|
}
|
79899
79882
|
h3 {
|
79900
79883
|
font-weight: 600;
|
@@ -79920,128 +79903,86 @@ const x5 = [
|
|
79920
79903
|
appearance: none;
|
79921
79904
|
background-color: #fff;
|
79922
79905
|
margin: 0;
|
79923
|
-
|
79924
|
-
|
79925
|
-
|
79926
|
-
|
79927
|
-
|
79928
|
-
|
79929
|
-
|
79930
|
-
|
79931
|
-
|
79932
|
-
|
79933
|
-
img {
|
79934
|
-
max-width: 100%;
|
79935
|
-
height: auto;
|
79936
|
-
}
|
79937
|
-
h3 {
|
79938
|
-
font-weight: 600;
|
79939
|
-
color: #0D0D0D;
|
79940
|
-
font-size: 20px;
|
79941
|
-
line-height: 1.2;
|
79942
|
-
}
|
79943
|
-
p {
|
79944
|
-
line-height: 1.5;
|
79945
|
-
color: #0D0D0D;
|
79946
|
-
font-size: 16px;
|
79947
|
-
}
|
79948
|
-
/* Lists */
|
79949
|
-
ul, ol {
|
79950
|
-
font-size: 16px;
|
79951
|
-
line-height: 1.5;
|
79952
|
-
margin: 0 0 16px 0;
|
79953
|
-
padding-left: 24px;
|
79954
|
-
}
|
79955
|
-
/* Task List Styles */
|
79956
|
-
input[type='checkbox'] {
|
79957
|
-
-webkit-appearance: none;
|
79958
|
-
appearance: none;
|
79959
|
-
background-color: #fff;
|
79960
|
-
margin: 0;
|
79961
|
-
cursor: pointer;
|
79962
|
-
width: 1.5em;
|
79963
|
-
height: 1.5em;
|
79964
|
-
position: relative;
|
79965
|
-
border: 2px solid black;
|
79966
|
-
margin-right: 0.5rem;
|
79967
|
-
display: grid;
|
79968
|
-
place-content: center;
|
79969
|
-
}
|
79906
|
+
cursor: pointer;
|
79907
|
+
width: 1.5em;
|
79908
|
+
height: 1.5em;
|
79909
|
+
position: relative;
|
79910
|
+
border: 2px solid black;
|
79911
|
+
margin-right: 0.5rem;
|
79912
|
+
display: grid;
|
79913
|
+
place-content: center;
|
79914
|
+
}
|
79970
79915
|
|
79971
|
-
|
79972
|
-
|
79973
|
-
|
79974
|
-
|
79975
|
-
|
79976
|
-
|
79977
|
-
|
79978
|
-
|
79979
|
-
|
79980
|
-
|
79916
|
+
input[type='checkbox']::before {
|
79917
|
+
content: '';
|
79918
|
+
width: 1em;
|
79919
|
+
height: 1em;
|
79920
|
+
transform: scale(0);
|
79921
|
+
transition: 120ms transform ease-in-out;
|
79922
|
+
box-shadow: inset 1em 1em;
|
79923
|
+
transform-origin: center;
|
79924
|
+
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
|
79925
|
+
}
|
79981
79926
|
|
79982
|
-
|
79983
|
-
|
79984
|
-
|
79927
|
+
input[type='checkbox']:checked::before {
|
79928
|
+
transform: scale(1);
|
79929
|
+
}
|
79985
79930
|
|
79986
|
-
|
79987
|
-
|
79988
|
-
|
79989
|
-
|
79990
|
-
|
79991
|
-
|
79992
|
-
|
79993
|
-
|
79994
|
-
|
79995
|
-
|
79996
|
-
|
79997
|
-
|
79998
|
-
|
79999
|
-
|
80000
|
-
|
80001
|
-
|
80002
|
-
|
80003
|
-
|
80004
|
-
|
80005
|
-
|
80006
|
-
|
80007
|
-
|
80008
|
-
|
80009
|
-
|
80010
|
-
|
80011
|
-
|
80012
|
-
|
80013
|
-
|
80014
|
-
|
80015
|
-
|
80016
|
-
|
80017
|
-
|
80018
|
-
|
80019
|
-
|
80020
|
-
|
80021
|
-
|
80022
|
-
|
80023
|
-
|
80024
|
-
|
80025
|
-
|
80026
|
-
|
80027
|
-
|
80028
|
-
|
80029
|
-
|
80030
|
-
|
80031
|
-
|
80032
|
-
|
80033
|
-
|
79931
|
+
li:has(input[type="checkbox"]) {
|
79932
|
+
list-style-type: none;
|
79933
|
+
transform: translateX(-16px);
|
79934
|
+
font-size: 24px;
|
79935
|
+
display: flex;
|
79936
|
+
align-items: center;
|
79937
|
+
}
|
79938
|
+
ol {
|
79939
|
+
list-style-type: decimal;
|
79940
|
+
}
|
79941
|
+
ol ol {
|
79942
|
+
list-style-type: lower-latin;
|
79943
|
+
}
|
79944
|
+
ol ol ol {
|
79945
|
+
list-style-type: lower-roman;
|
79946
|
+
}
|
79947
|
+
/* Tables */
|
79948
|
+
table {
|
79949
|
+
width: 100%;
|
79950
|
+
border-collapse: collapse;
|
79951
|
+
margin: 16px 0;
|
79952
|
+
font-size: 16px;
|
79953
|
+
}
|
79954
|
+
th {
|
79955
|
+
background: #F8F9FA;
|
79956
|
+
font-weight: 600;
|
79957
|
+
text-align: left;
|
79958
|
+
}
|
79959
|
+
td, th {
|
79960
|
+
border: 1px solid #E8EBEC;
|
79961
|
+
padding: 12px;
|
79962
|
+
}
|
79963
|
+
/* Code blocks */
|
79964
|
+
pre {
|
79965
|
+
background: #F8F9FA;
|
79966
|
+
padding: 16px;
|
79967
|
+
border-radius: 4px;
|
79968
|
+
font-family: monospace;
|
79969
|
+
font-size: 12px;
|
79970
|
+
margin: 16px 0;
|
79971
|
+
}
|
79972
|
+
/* Blockquotes */
|
79973
|
+
blockquote {
|
79974
|
+
border-left: 4px solid #E8EBEC;
|
79975
|
+
margin: 16px 0;
|
79976
|
+
padding-left: 16px;
|
79977
|
+
font-style: italic;
|
79978
|
+
}
|
79979
|
+
body {
|
79980
|
+
padding: 10mm;
|
80034
79981
|
}
|
80035
79982
|
</style>
|
80036
79983
|
</head>
|
80037
79984
|
<body>
|
80038
|
-
${
|
80039
|
-
(a) => `
|
80040
|
-
<div class="print-page">
|
80041
|
-
${a}
|
80042
|
-
</div>
|
80043
|
-
`
|
80044
|
-
).join("")}
|
79985
|
+
${t}
|
80045
79986
|
<script>
|
80046
79987
|
window.onload = () => {
|
80047
79988
|
window.print();
|
@@ -80051,8 +79992,9 @@ const x5 = [
|
|
80051
79992
|
}
|
80052
79993
|
<\/script>
|
80053
79994
|
</body>
|
80054
|
-
</html
|
80055
|
-
|
79995
|
+
</html>
|
79996
|
+
`;
|
79997
|
+
iX(e);
|
80056
79998
|
}, iX = (t) => {
|
80057
79999
|
var s;
|
80058
80000
|
const e = document.createElement("div");
|
@@ -81243,7 +81185,7 @@ M5.exports;
|
|
81243
81185
|
function d(L) {
|
81244
81186
|
return L = String(L), L.charAt(0).toUpperCase() + L.slice(1);
|
81245
81187
|
}
|
81246
|
-
function h(L, j,
|
81188
|
+
function h(L, j, D) {
|
81247
81189
|
var R = {
|
81248
81190
|
"10.0": "10",
|
81249
81191
|
"6.4": "10 Technical Preview",
|
@@ -81258,15 +81200,15 @@ M5.exports;
|
|
81258
81200
|
"4.0": "NT",
|
81259
81201
|
"4.90": "ME"
|
81260
81202
|
};
|
81261
|
-
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(
|
81262
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]
|
81263
81205
|
), L;
|
81264
81206
|
}
|
81265
81207
|
function p(L, j) {
|
81266
|
-
var
|
81208
|
+
var D = -1, R = L ? L.length : 0;
|
81267
81209
|
if (typeof R == "number" && R > -1 && R <= o)
|
81268
|
-
for (; ++
|
81269
|
-
j(L[
|
81210
|
+
for (; ++D < R; )
|
81211
|
+
j(L[D], D, L);
|
81270
81212
|
else
|
81271
81213
|
y(L, j);
|
81272
81214
|
}
|
@@ -81274,34 +81216,34 @@ M5.exports;
|
|
81274
81216
|
return L = x(L), /^(?:webOS|i(?:OS|P))/.test(L) ? L : d(L);
|
81275
81217
|
}
|
81276
81218
|
function y(L, j) {
|
81277
|
-
for (var
|
81278
|
-
u.call(L,
|
81219
|
+
for (var D in L)
|
81220
|
+
u.call(L, D) && j(L[D], D, L);
|
81279
81221
|
}
|
81280
81222
|
function b(L) {
|
81281
81223
|
return L == null ? d(L) : f.call(L).slice(8, -1);
|
81282
81224
|
}
|
81283
81225
|
function k(L, j) {
|
81284
|
-
var
|
81285
|
-
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);
|
81286
81228
|
}
|
81287
81229
|
function v(L) {
|
81288
81230
|
return String(L).replace(/([ -])(?!$)/g, "$1?");
|
81289
81231
|
}
|
81290
81232
|
function w(L, j) {
|
81291
|
-
var
|
81233
|
+
var D = null;
|
81292
81234
|
return p(L, function(R, H) {
|
81293
|
-
|
81294
|
-
}),
|
81235
|
+
D = j(D, R, H, L);
|
81236
|
+
}), D;
|
81295
81237
|
}
|
81296
81238
|
function x(L) {
|
81297
81239
|
return String(L).replace(/^ +| +$/g, "");
|
81298
81240
|
}
|
81299
81241
|
function C(L) {
|
81300
|
-
var j = r,
|
81301
|
-
|
81242
|
+
var j = r, D = L && typeof L == "object" && b(L) != "String";
|
81243
|
+
D && (j = L, L = null);
|
81302
81244
|
var R = j.navigator || {}, H = R.userAgent || "";
|
81303
81245
|
L || (L = H);
|
81304
|
-
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([
|
81305
81247
|
{ label: "EdgeHTML", pattern: "Edge" },
|
81306
81248
|
"Trident",
|
81307
81249
|
{ label: "WebKit", pattern: "AppleWebKit" },
|
@@ -81679,8 +81621,8 @@ const Mv = /* @__PURE__ */ j2(HKe), _Ke = (t) => {
|
|
81679
81621
|
}, { toolRef: c, setToolVisibility: u, toolVisibility: f } = wE({
|
81680
81622
|
editor: t.editor
|
81681
81623
|
}), d = ({ editor: y }) => {
|
81682
|
-
var L, j,
|
81683
|
-
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";
|
81684
81626
|
if (b === k || v || x || w || C)
|
81685
81627
|
return !1;
|
81686
81628
|
let E = !1;
|
@@ -82296,7 +82238,7 @@ const pX = {
|
|
82296
82238
|
}
|
82297
82239
|
}
|
82298
82240
|
y(!1);
|
82299
|
-
},
|
82241
|
+
}, D = (_) => {
|
82300
82242
|
switch (_.title) {
|
82301
82243
|
case "Highlight":
|
82302
82244
|
return /* @__PURE__ */ P.jsx(
|
@@ -82544,7 +82486,7 @@ const pX = {
|
|
82544
82486
|
{
|
82545
82487
|
align: _.title === "Link" ? "end" : "center",
|
82546
82488
|
anchorTrigger: /* @__PURE__ */ P.jsx(js, { text: _.title, children: /* @__PURE__ */ P.jsx($r, { icon: _.icon, variant: "ghost", size: "md" }) }),
|
82547
|
-
content:
|
82489
|
+
content: D(_)
|
82548
82490
|
},
|
82549
82491
|
_.title
|
82550
82492
|
) : _.group === "More" && v ? f.findIndex(($) => ($ == null ? void 0 : $.group) === "More") === J ? /* @__PURE__ */ P.jsx(
|
@@ -88807,9 +88749,9 @@ var L$ = { exports: {} };
|
|
88807
88749
|
return 3 * (x + C) / 4 - C;
|
88808
88750
|
}
|
88809
88751
|
function u(w) {
|
88810
|
-
var x, C, E = l(w), L = E[0], j = E[1],
|
88811
|
-
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)],
|
88812
|
-
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;
|
88813
88755
|
}
|
88814
88756
|
function f(w) {
|
88815
88757
|
return p[63 & w >> 18] + p[63 & w >> 12] + p[63 & w >> 6] + p[63 & w];
|
@@ -88819,7 +88761,7 @@ var L$ = { exports: {} };
|
|
88819
88761
|
return L.join("");
|
88820
88762
|
}
|
88821
88763
|
function h(w) {
|
88822
|
-
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));
|
88823
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("");
|
88824
88766
|
}
|
88825
88767
|
o.byteLength = function(w) {
|
@@ -88986,7 +88928,7 @@ var L$ = { exports: {} };
|
|
88986
88928
|
}
|
88987
88929
|
return -1;
|
88988
88930
|
}
|
88989
|
-
function
|
88931
|
+
function D(M, I, B, te) {
|
88990
88932
|
B = +B || 0;
|
88991
88933
|
var de = M.length - B;
|
88992
88934
|
te ? (te = +te, te > de && (te = de)) : te = de;
|
@@ -89256,7 +89198,7 @@ var L$ = { exports: {} };
|
|
89256
89198
|
te || (te = "utf8");
|
89257
89199
|
for (var ye = !1; ; ) switch (te) {
|
89258
89200
|
case "hex":
|
89259
|
-
return
|
89201
|
+
return D(this, M, I, B);
|
89260
89202
|
case "utf8":
|
89261
89203
|
case "utf-8":
|
89262
89204
|
return R(this, M, I, B);
|
@@ -89550,110 +89492,110 @@ var L$ = { exports: {} };
|
|
89550
89492
|
}
|
89551
89493
|
};
|
89552
89494
|
}, {}], 7: [function(s, a) {
|
89553
|
-
function o(
|
89554
|
-
console && console.warn && console.warn(
|
89495
|
+
function o(D) {
|
89496
|
+
console && console.warn && console.warn(D);
|
89555
89497
|
}
|
89556
89498
|
function l() {
|
89557
89499
|
l.init.call(this);
|
89558
89500
|
}
|
89559
|
-
function c(
|
89560
|
-
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);
|
89561
89503
|
}
|
89562
|
-
function u(
|
89563
|
-
return
|
89504
|
+
function u(D) {
|
89505
|
+
return D._maxListeners === void 0 ? l.defaultMaxListeners : D._maxListeners;
|
89564
89506
|
}
|
89565
|
-
function f(
|
89507
|
+
function f(D, R, H, W) {
|
89566
89508
|
var G, q, _;
|
89567
|
-
if (c(H), q =
|
89568
|
-
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) {
|
89569
89511
|
_.warned = !0;
|
89570
89512
|
var J = new Error("Possible EventEmitter memory leak detected. " + _.length + " " + (R + " listeners added. Use emitter.setMaxListeners() to increase limit"));
|
89571
|
-
J.name = "MaxListenersExceededWarning", J.emitter =
|
89513
|
+
J.name = "MaxListenersExceededWarning", J.emitter = D, J.type = R, J.count = _.length, o(J);
|
89572
89514
|
}
|
89573
|
-
return
|
89515
|
+
return D;
|
89574
89516
|
}
|
89575
89517
|
function d() {
|
89576
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);
|
89577
89519
|
}
|
89578
|
-
function h(
|
89579
|
-
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);
|
89580
89522
|
return G.listener = H, W.wrapFn = G, G;
|
89581
89523
|
}
|
89582
|
-
function p(
|
89583
|
-
var W =
|
89524
|
+
function p(D, R, H) {
|
89525
|
+
var W = D._events;
|
89584
89526
|
if (W === void 0) return [];
|
89585
89527
|
var G = W[R];
|
89586
89528
|
return G === void 0 ? [] : typeof G == "function" ? H ? [G.listener || G] : [G] : H ? k(G) : y(G, G.length);
|
89587
89529
|
}
|
89588
|
-
function m(
|
89530
|
+
function m(D) {
|
89589
89531
|
var R = this._events;
|
89590
89532
|
if (R !== void 0) {
|
89591
|
-
var H = R[
|
89533
|
+
var H = R[D];
|
89592
89534
|
if (typeof H == "function") return 1;
|
89593
89535
|
if (H !== void 0) return H.length;
|
89594
89536
|
}
|
89595
89537
|
return 0;
|
89596
89538
|
}
|
89597
|
-
function y(
|
89598
|
-
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];
|
89599
89541
|
return H;
|
89600
89542
|
}
|
89601
|
-
function b(
|
89602
|
-
for (; R + 1 <
|
89603
|
-
|
89543
|
+
function b(D, R) {
|
89544
|
+
for (; R + 1 < D.length; R++) D[R] = D[R + 1];
|
89545
|
+
D.pop();
|
89604
89546
|
}
|
89605
|
-
function k(
|
89606
|
-
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];
|
89607
89549
|
return R;
|
89608
89550
|
}
|
89609
|
-
function v(
|
89610
|
-
typeof
|
89551
|
+
function v(D, R, H) {
|
89552
|
+
typeof D.on == "function" && w(D, "error", R, H);
|
89611
89553
|
}
|
89612
|
-
function w(
|
89613
|
-
if (typeof
|
89614
|
-
else if (typeof
|
89615
|
-
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);
|
89616
89558
|
});
|
89617
|
-
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);
|
89618
89560
|
}
|
89619
|
-
var x, C = typeof Reflect == "object" ? Reflect : null, E = C && typeof C.apply == "function" ? C.apply : function(
|
89620
|
-
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);
|
89621
89563
|
};
|
89622
|
-
x = C && typeof C.ownKeys == "function" ? C.ownKeys : Object.getOwnPropertySymbols ? function(
|
89623
|
-
return Object.getOwnPropertyNames(
|
89624
|
-
} : function(
|
89625
|
-
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);
|
89626
89568
|
};
|
89627
|
-
var L = Number.isNaN || function(
|
89628
|
-
return
|
89569
|
+
var L = Number.isNaN || function(D) {
|
89570
|
+
return D !== D;
|
89629
89571
|
};
|
89630
|
-
a.exports = l, a.exports.once = function(
|
89572
|
+
a.exports = l, a.exports.once = function(D, R) {
|
89631
89573
|
return new Promise(function(H, W) {
|
89632
89574
|
function G(_) {
|
89633
|
-
|
89575
|
+
D.removeListener(R, q), W(_);
|
89634
89576
|
}
|
89635
89577
|
function q() {
|
89636
|
-
typeof
|
89578
|
+
typeof D.removeListener == "function" && D.removeListener("error", G), H([].slice.call(arguments));
|
89637
89579
|
}
|
89638
|
-
w(
|
89580
|
+
w(D, R, q, { once: !0 }), R !== "error" && v(D, G, { once: !0 });
|
89639
89581
|
});
|
89640
89582
|
}, l.EventEmitter = l, l.prototype._events = void 0, l.prototype._eventsCount = 0, l.prototype._maxListeners = void 0;
|
89641
89583
|
var j = 10;
|
89642
89584
|
Object.defineProperty(l, "defaultMaxListeners", { enumerable: !0, get: function() {
|
89643
89585
|
return j;
|
89644
|
-
}, set: function(
|
89645
|
-
if (typeof
|
89646
|
-
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;
|
89647
89589
|
} }), l.init = function() {
|
89648
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;
|
89649
|
-
}, l.prototype.setMaxListeners = function(
|
89650
|
-
if (typeof
|
89651
|
-
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;
|
89652
89594
|
}, l.prototype.getMaxListeners = function() {
|
89653
89595
|
return u(this);
|
89654
|
-
}, l.prototype.emit = function(
|
89596
|
+
}, l.prototype.emit = function(D) {
|
89655
89597
|
for (var R = [], H = 1; H < arguments.length; H++) R.push(arguments[H]);
|
89656
|
-
var W =
|
89598
|
+
var W = D === "error", G = this._events;
|
89657
89599
|
if (G !== void 0) W = W && G.error === void 0;
|
89658
89600
|
else if (!W) return !1;
|
89659
89601
|
if (W) {
|
@@ -89662,51 +89604,51 @@ var L$ = { exports: {} };
|
|
89662
89604
|
var _ = new Error("Unhandled error." + (q ? " (" + q.message + ")" : ""));
|
89663
89605
|
throw _.context = q, _;
|
89664
89606
|
}
|
89665
|
-
var J = G[
|
89607
|
+
var J = G[D];
|
89666
89608
|
if (J === void 0) return !1;
|
89667
89609
|
if (typeof J == "function") E(J, this, R);
|
89668
89610
|
else for (var ae = J.length, $ = y(J, ae), H = 0; H < ae; ++H) E($[H], this, R);
|
89669
89611
|
return !0;
|
89670
|
-
}, l.prototype.addListener = function(
|
89671
|
-
return f(this,
|
89672
|
-
}, l.prototype.on = l.prototype.addListener, l.prototype.prependListener = function(
|
89673
|
-
return f(this,
|
89674
|
-
}, l.prototype.once = function(
|
89675
|
-
return c(R), this.on(
|
89676
|
-
}, l.prototype.prependOnceListener = function(
|
89677
|
-
return c(R), this.prependListener(
|
89678
|
-
}, 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) {
|
89679
89621
|
var H, W, G, q, _;
|
89680
89622
|
if (c(R), W = this._events, W === void 0) return this;
|
89681
|
-
if (H = W[
|
89682
|
-
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));
|
89683
89625
|
else if (typeof H != "function") {
|
89684
89626
|
for (G = -1, q = H.length - 1; 0 <= q; q--) if (H[q] === R || H[q].listener === R) {
|
89685
89627
|
_ = H[q].listener, G = q;
|
89686
89628
|
break;
|
89687
89629
|
}
|
89688
89630
|
if (0 > G) return this;
|
89689
|
-
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);
|
89690
89632
|
}
|
89691
89633
|
return this;
|
89692
|
-
}, l.prototype.off = l.prototype.removeListener, l.prototype.removeAllListeners = function(
|
89634
|
+
}, l.prototype.off = l.prototype.removeListener, l.prototype.removeAllListeners = function(D) {
|
89693
89635
|
var R, H, W;
|
89694
89636
|
if (H = this._events, H === void 0) return this;
|
89695
|
-
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;
|
89696
89638
|
if (arguments.length === 0) {
|
89697
89639
|
var G, q = Object.keys(H);
|
89698
89640
|
for (W = 0; W < q.length; ++W) G = q[W], G !== "removeListener" && this.removeAllListeners(G);
|
89699
89641
|
return this.removeAllListeners("removeListener"), this._events = /* @__PURE__ */ Object.create(null), this._eventsCount = 0, this;
|
89700
89642
|
}
|
89701
|
-
if (R = H[
|
89702
|
-
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]);
|
89703
89645
|
return this;
|
89704
|
-
}, l.prototype.listeners = function(
|
89705
|
-
return p(this,
|
89706
|
-
}, l.prototype.rawListeners = function(
|
89707
|
-
return p(this,
|
89708
|
-
}, l.listenerCount = function(
|
89709
|
-
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);
|
89710
89652
|
}, l.prototype.listenerCount = m, l.prototype.eventNames = function() {
|
89711
89653
|
return 0 < this._eventsCount ? x(this._events) : [];
|
89712
89654
|
};
|
@@ -90070,7 +90012,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90070
90012
|
var M = U._readableState;
|
90071
90013
|
M.readableListening = 0 < U.listenerCount("readable"), M.resumeScheduled && !M.paused ? M.flowing = !0 : 0 < U.listenerCount("data") && U.resume();
|
90072
90014
|
}
|
90073
|
-
function
|
90015
|
+
function D(U) {
|
90074
90016
|
$("readable nexttick read 0"), U.read(0);
|
90075
90017
|
}
|
90076
90018
|
function R(U, M) {
|
@@ -90205,7 +90147,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90205
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);
|
90206
90148
|
}, h.prototype.on = function(U, M) {
|
90207
90149
|
var I = he.prototype.on.call(this, U, M), B = this._readableState;
|
90208
|
-
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;
|
90209
90151
|
}, h.prototype.addListener = h.prototype.on, h.prototype.removeListener = function(U, M) {
|
90210
90152
|
var I = he.prototype.removeListener.call(this, U, M);
|
90211
90153
|
return U === "readable" && o.nextTick(j, this), I;
|
@@ -90369,7 +90311,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90369
90311
|
if (typeof U != "function") throw new Ce();
|
90370
90312
|
if (x(se), oe) w(Q, se, Be, oe, U);
|
90371
90313
|
else {
|
90372
|
-
var M =
|
90314
|
+
var M = D(se) || Q.destroyed;
|
90373
90315
|
M || se.corked || se.bufferProcessing || !se.bufferedRequest || j(Q, se), Be ? o.nextTick(E, Q, se, M, U) : E(Q, se, M, U);
|
90374
90316
|
}
|
90375
90317
|
}
|
@@ -90396,7 +90338,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90396
90338
|
}
|
90397
90339
|
oe.bufferedRequest = se, oe.bufferProcessing = !1;
|
90398
90340
|
}
|
90399
|
-
function
|
90341
|
+
function D(Q) {
|
90400
90342
|
return Q.ending && Q.length === 0 && Q.bufferedRequest === null && !Q.finished && !Q.writing;
|
90401
90343
|
}
|
90402
90344
|
function R(Q, oe) {
|
@@ -90408,7 +90350,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90408
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)));
|
90409
90351
|
}
|
90410
90352
|
function W(Q, oe) {
|
90411
|
-
var se =
|
90353
|
+
var se = D(oe);
|
90412
90354
|
if (se && (H(Q, oe), oe.pendingcb === 0 && (oe.finished = !0, Q.emit("finish"), oe.autoDestroy))) {
|
90413
90355
|
var Be = Q._readableState;
|
90414
90356
|
(!Be || Be.autoDestroy && Be.endEmitted) && Q.destroy();
|
@@ -90483,8 +90425,8 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90483
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) {
|
90484
90426
|
(function(o) {
|
90485
90427
|
(function() {
|
90486
|
-
function l(L, j,
|
90487
|
-
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;
|
90488
90430
|
}
|
90489
90431
|
function c(L, j) {
|
90490
90432
|
return { value: L, done: j };
|
@@ -90492,17 +90434,17 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90492
90434
|
function u(L) {
|
90493
90435
|
var j = L[m];
|
90494
90436
|
if (j !== null) {
|
90495
|
-
var
|
90496
|
-
|
90437
|
+
var D = L[x].read();
|
90438
|
+
D !== null && (L[v] = null, L[m] = null, L[y] = null, j(c(D, !1)));
|
90497
90439
|
}
|
90498
90440
|
}
|
90499
90441
|
function f(L) {
|
90500
90442
|
o.nextTick(u, L);
|
90501
90443
|
}
|
90502
90444
|
function d(L, j) {
|
90503
|
-
return function(
|
90445
|
+
return function(D, R) {
|
90504
90446
|
L.then(function() {
|
90505
|
-
return j[k] ? void
|
90447
|
+
return j[k] ? void D(c(void 0, !0)) : void j[w](D, R);
|
90506
90448
|
}, R);
|
90507
90449
|
};
|
90508
90450
|
}
|
@@ -90518,37 +90460,37 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90518
90460
|
L[b] ? G(L[b]) : W(c(void 0, !0));
|
90519
90461
|
});
|
90520
90462
|
});
|
90521
|
-
var
|
90522
|
-
if (R)
|
90463
|
+
var D, R = this[v];
|
90464
|
+
if (R) D = new Promise(d(R, this));
|
90523
90465
|
else {
|
90524
90466
|
var H = this[x].read();
|
90525
90467
|
if (H !== null) return Promise.resolve(c(H, !1));
|
90526
|
-
|
90468
|
+
D = new Promise(this[w]);
|
90527
90469
|
}
|
90528
|
-
return this[v] =
|
90470
|
+
return this[v] = D, D;
|
90529
90471
|
} }, l(h, Symbol.asyncIterator, function() {
|
90530
90472
|
return this;
|
90531
90473
|
}), l(h, "return", function() {
|
90532
90474
|
var L = this;
|
90533
|
-
return new Promise(function(j,
|
90475
|
+
return new Promise(function(j, D) {
|
90534
90476
|
L[x].destroy(null, function(R) {
|
90535
|
-
return R ? void
|
90477
|
+
return R ? void D(R) : void j(c(void 0, !0));
|
90536
90478
|
});
|
90537
90479
|
});
|
90538
90480
|
}), h), C);
|
90539
90481
|
a.exports = function(L) {
|
90540
|
-
var j,
|
90541
|
-
var W =
|
90542
|
-
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);
|
90543
90485
|
}, writable: !0 }), j));
|
90544
|
-
return
|
90486
|
+
return D[v] = null, p(L, function(R) {
|
90545
90487
|
if (R && R.code !== "ERR_STREAM_PREMATURE_CLOSE") {
|
90546
|
-
var H =
|
90547
|
-
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);
|
90548
90490
|
}
|
90549
|
-
var W =
|
90550
|
-
W !== null && (
|
90551
|
-
}), 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;
|
90552
90494
|
};
|
90553
90495
|
}).call(this);
|
90554
90496
|
}).call(this, s("_process"));
|
@@ -90752,9 +90694,9 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90752
90694
|
var x = h(v);
|
90753
90695
|
if (Array.isArray(v[0]) && (v = v[0]), 2 > v.length) throw new y("streams");
|
90754
90696
|
var C, E = v.map(function(L, j) {
|
90755
|
-
var
|
90756
|
-
return u(L,
|
90757
|
-
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));
|
90758
90700
|
});
|
90759
90701
|
});
|
90760
90702
|
return v.reduce(d);
|
@@ -90853,10 +90795,10 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90853
90795
|
return 127 >= E ? 0 : E >> 5 == 6 ? 2 : E >> 4 == 14 ? 3 : E >> 3 == 30 ? 4 : E >> 6 == 2 ? -1 : -2;
|
90854
90796
|
}
|
90855
90797
|
function d(E, L, j) {
|
90856
|
-
var
|
90857
|
-
if (
|
90858
|
-
var R = f(L[
|
90859
|
-
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));
|
90860
90802
|
}
|
90861
90803
|
function h(E, L) {
|
90862
90804
|
if ((192 & L[0]) != 128) return E.lastNeed = 0, "�";
|
@@ -90873,8 +90815,8 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90873
90815
|
if ((E.length - L) % 2 == 0) {
|
90874
90816
|
var j = E.toString("utf16le", L);
|
90875
90817
|
if (j) {
|
90876
|
-
var
|
90877
|
-
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);
|
90878
90820
|
}
|
90879
90821
|
return j;
|
90880
90822
|
}
|
@@ -90935,8 +90877,8 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
90935
90877
|
var j = d(this, E, L);
|
90936
90878
|
if (!this.lastNeed) return E.toString("utf8", L);
|
90937
90879
|
this.lastTotal = j;
|
90938
|
-
var
|
90939
|
-
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);
|
90940
90882
|
}, u.prototype.fillLast = function(E) {
|
90941
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));
|
90942
90884
|
};
|
@@ -91265,7 +91207,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
91265
91207
|
x.forEach((R) => {
|
91266
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);
|
91267
91209
|
});
|
91268
|
-
const
|
91210
|
+
const D = (R) => {
|
91269
91211
|
j = !0;
|
91270
91212
|
let H = E[R.localCandidateId];
|
91271
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");
|
@@ -91273,7 +91215,7 @@ Use Chrome, Firefox or Internet Explorer 11`);
|
|
91273
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);
|
91274
91216
|
};
|
91275
91217
|
if (x.forEach((R) => {
|
91276
|
-
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);
|
91277
91219
|
}), !j && (!Object.keys(L).length || Object.keys(E).length)) return void setTimeout(v, 100);
|
91278
91220
|
if (this._connecting = !1, this._connected = !0, this._chunk) {
|
91279
91221
|
try {
|
@@ -95011,8 +94953,8 @@ function qet({
|
|
95011
94953
|
Zt(v, t.numeric, w);
|
95012
94954
|
const x = Ks(i3), C = Ks();
|
95013
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);
|
95014
|
-
const E = qe(o, su), L = qe(l, su), j = qe(L, ko),
|
95015
|
-
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);
|
95016
94958
|
const R = [
|
95017
94959
|
[Mm, Cm],
|
95018
94960
|
// {}
|
@@ -95838,10 +95780,10 @@ const oee = ({
|
|
95838
95780
|
setTimeout(() => H(he));
|
95839
95781
|
}, j = (Z) => {
|
95840
95782
|
Z.stopPropagation(), K0 = "touches" in Z ? Z.touches[0].clientX : Z.clientX, setTimeout(() => {
|
95841
|
-
document.addEventListener("mousemove", L), document.addEventListener("mouseup",
|
95783
|
+
document.addEventListener("mousemove", L), document.addEventListener("mouseup", D), document.addEventListener("touchmove", L), document.addEventListener("touchend", D);
|
95842
95784
|
}), p(!0);
|
95843
|
-
},
|
95844
|
-
K0 = -1, document.removeEventListener("mousemove", L), document.removeEventListener("mouseup",
|
95785
|
+
}, D = () => {
|
95786
|
+
K0 = -1, document.removeEventListener("mousemove", L), document.removeEventListener("mouseup", D), p(!1);
|
95845
95787
|
}, R = (Z, he) => {
|
95846
95788
|
var ve, K;
|
95847
95789
|
if (!d.current) {
|
@@ -95909,8 +95851,8 @@ const oee = ({
|
|
95909
95851
|
children: /* @__PURE__ */ P.jsxs(
|
95910
95852
|
"div",
|
95911
95853
|
{
|
95912
|
-
draggable:
|
95913
|
-
"data-drag-handle":
|
95854
|
+
draggable: !0,
|
95855
|
+
"data-drag-handle": !0,
|
95914
95856
|
className: Rt(
|
95915
95857
|
"w-fit flex flex-col gap-2 relative group transition-all ease-in-out",
|
95916
95858
|
m && "opacity-50"
|
@@ -95977,9 +95919,9 @@ const oee = ({
|
|
95977
95919
|
title: "Resize",
|
95978
95920
|
onClick: ({ clientX: Z }) => C(Z),
|
95979
95921
|
onMouseDown: (Z) => j(Z),
|
95980
|
-
onMouseUp:
|
95922
|
+
onMouseUp: D,
|
95981
95923
|
onTouchStart: (Z) => j(Z),
|
95982
|
-
onTouchEnd:
|
95924
|
+
onTouchEnd: D
|
95983
95925
|
}
|
95984
95926
|
),
|
95985
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(
|
@@ -96372,11 +96314,11 @@ var Ltt = "DismissableLayer", iC = "dismissableLayer.update", Ett = "dismissable
|
|
96372
96314
|
onDismiss: o,
|
96373
96315
|
...l
|
96374
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) => {
|
96375
|
-
const L = E.target, j = [...c.branches].some((
|
96317
|
+
const L = E.target, j = [...c.branches].some((D) => D.contains(L));
|
96376
96318
|
!w || j || (i == null || i(E), a == null || a(E), E.defaultPrevented || o == null || o());
|
96377
96319
|
}, d), C = Itt((E) => {
|
96378
96320
|
const L = E.target;
|
96379
|
-
[...c.branches].some((
|
96321
|
+
[...c.branches].some((D) => D.contains(L)) || (s == null || s(E), a == null || a(E), E.defaultPrevented || o == null || o());
|
96380
96322
|
}, d);
|
96381
96323
|
return Stt((E) => {
|
96382
96324
|
k === c.layers.size - 1 && (r == null || r(E), !E.defaultPrevented && o && (E.preventDefault(), o()));
|
@@ -96907,7 +96849,7 @@ const ent = (t) => ({
|
|
96907
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));
|
96908
96850
|
let E = C ? C[v] : 0;
|
96909
96851
|
(!E || !await (a.isElement == null ? void 0 : a.isElement(C))) && (E = o.floating[v] || s.floating[p]);
|
96910
|
-
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;
|
96911
96853
|
return {
|
96912
96854
|
[h]: d[h] + J,
|
96913
96855
|
data: {
|
@@ -96947,12 +96889,12 @@ const ent = (t) => ({
|
|
96947
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";
|
96948
96890
|
!d && C && x.push(...Qtt(o, m, p, w));
|
96949
96891
|
const E = [o, ...x], L = await R4(e, y), j = [];
|
96950
|
-
let
|
96892
|
+
let D = ((r = s.flip) == null ? void 0 : r.overflows) || [];
|
96951
96893
|
if (u && j.push(L[b]), f) {
|
96952
96894
|
const G = Ytt(i, a, w);
|
96953
96895
|
j.push(L[G[0]], L[G[1]]);
|
96954
96896
|
}
|
96955
|
-
if (
|
96897
|
+
if (D = [...D, {
|
96956
96898
|
placement: i,
|
96957
96899
|
overflows: j
|
96958
96900
|
}], !j.every((G) => G <= 0)) {
|
@@ -96962,18 +96904,18 @@ const ent = (t) => ({
|
|
96962
96904
|
return {
|
96963
96905
|
data: {
|
96964
96906
|
index: G,
|
96965
|
-
overflows:
|
96907
|
+
overflows: D
|
96966
96908
|
},
|
96967
96909
|
reset: {
|
96968
96910
|
placement: q
|
96969
96911
|
}
|
96970
96912
|
};
|
96971
|
-
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;
|
96972
96914
|
if (!_)
|
96973
96915
|
switch (h) {
|
96974
96916
|
case "bestFit": {
|
96975
96917
|
var W;
|
96976
|
-
const J = (W =
|
96918
|
+
const J = (W = D.filter((ae) => {
|
96977
96919
|
if (C) {
|
96978
96920
|
const $ = $u(ae.placement);
|
96979
96921
|
return $ === k || // Create a bias to the `y` side axis due to horizontal
|
@@ -97224,8 +97166,8 @@ const int = function(t) {
|
|
97224
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;
|
97225
97167
|
let E = w, L = x;
|
97226
97168
|
if ((n = e.middlewareData.shift) != null && n.enabled.x && (L = v), (r = e.middlewareData.shift) != null && r.enabled.y && (E = k), C && !d) {
|
97227
|
-
const
|
97228
|
-
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));
|
97229
97171
|
}
|
97230
97172
|
await l({
|
97231
97173
|
...e,
|
@@ -97800,7 +97742,7 @@ function Int(t) {
|
|
97800
97742
|
ae !== C.current && (C.current = ae, m(ae));
|
97801
97743
|
}, []), v = S.useCallback((ae) => {
|
97802
97744
|
ae !== E.current && (E.current = ae, b(ae));
|
97803
|
-
}, []), 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(() => {
|
97804
97746
|
if (!C.current || !E.current)
|
97805
97747
|
return;
|
97806
97748
|
const ae = {
|
@@ -97833,11 +97775,11 @@ function Int(t) {
|
|
97833
97775
|
G.current = !1;
|
97834
97776
|
}), []), b6(() => {
|
97835
97777
|
if (w && (C.current = w), x && (E.current = x), w && x) {
|
97836
|
-
if (
|
97837
|
-
return
|
97778
|
+
if (D.current)
|
97779
|
+
return D.current(w, x, W);
|
97838
97780
|
W();
|
97839
97781
|
}
|
97840
|
-
}, [w, x, W,
|
97782
|
+
}, [w, x, W, D, j]);
|
97841
97783
|
const q = S.useMemo(() => ({
|
97842
97784
|
reference: C,
|
97843
97785
|
floating: E,
|
@@ -97989,8 +97931,8 @@ var kT = "PopperContent", [Wnt, Znt] = See(kT), jee = S.forwardRef(
|
|
97989
97931
|
updatePositionStrategy: h = "optimized",
|
97990
97932
|
onPlaced: p,
|
97991
97933
|
...m
|
97992
|
-
} = 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 : ""),
|
97993
|
-
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,
|
97994
97936
|
boundary: R.filter(Knt),
|
97995
97937
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
97996
97938
|
altBoundary: H
|
@@ -100574,7 +100516,7 @@ const d3 = ({
|
|
100574
100516
|
Fe(() => {
|
100575
100517
|
u && j();
|
100576
100518
|
}, [u]);
|
100577
|
-
const
|
100519
|
+
const D = yn(() => {
|
100578
100520
|
var K, Ce, be, Pe;
|
100579
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);
|
100580
100522
|
return Z.textContent === "" && fe && xe && ve;
|
@@ -100683,7 +100625,7 @@ const d3 = ({
|
|
100683
100625
|
"is-table": c,
|
100684
100626
|
"invalid-content": ($ = t.attrs) == null ? void 0 : $.isCorrupted
|
100685
100627
|
}),
|
100686
|
-
children:
|
100628
|
+
children: D && !l && ait(
|
100687
100629
|
H,
|
100688
100630
|
W,
|
100689
100631
|
_,
|
@@ -102535,16 +102477,16 @@ function mst(t) {
|
|
102535
102477
|
container: vz(),
|
102536
102478
|
renders: 1
|
102537
102479
|
};
|
102538
|
-
}),
|
102480
|
+
}), D = Object.assign({
|
102539
102481
|
ignoreAttributes: d
|
102540
102482
|
}, h, {
|
102541
102483
|
content: j.container
|
102542
102484
|
});
|
102543
102485
|
p && (process.env.NODE_ENV !== "production" && ["trigger", "hideOnClick", "showOnCreate"].forEach(function(G) {
|
102544
|
-
|
102545
|
-
}),
|
102546
|
-
var R =
|
102547
|
-
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, {
|
102548
102490
|
plugins: m && a.data != null ? [].concat(H, [{
|
102549
102491
|
fn: function() {
|
102550
102492
|
return {
|
@@ -102569,7 +102511,7 @@ function mst(t) {
|
|
102569
102511
|
var G = l;
|
102570
102512
|
l && l.hasOwnProperty("current") && (G = l.current);
|
102571
102513
|
var q = t(G || j.ref || vz(), Object.assign({}, R, {
|
102572
|
-
plugins: [pst].concat(
|
102514
|
+
plugins: [pst].concat(D.plugins || [])
|
102573
102515
|
}));
|
102574
102516
|
return j.instance = q, u && q.disable(), s && q.show(), m && a.hook({
|
102575
102517
|
instance: q,
|
@@ -104878,8 +104820,8 @@ function Gat(t, e, n, r) {
|
|
104878
104820
|
o = t.push("list_item_open", "li", 1), o.markup = String.fromCharCode(p);
|
104879
104821
|
const j = [l, 0];
|
104880
104822
|
o.map = j, f && (o.info = t.src.slice(a, h - 1));
|
104881
|
-
const
|
104882
|
-
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)
|
104883
104825
|
break;
|
104884
104826
|
let G = !1;
|
104885
104827
|
for (let q = 0, _ = k.length; q < _; q++)
|
@@ -104913,8 +104855,8 @@ function Wat(t, e, n, r) {
|
|
104913
104855
|
const E = t.md.block.ruler.getRules("reference"), L = t.parentType;
|
104914
104856
|
t.parentType = "reference";
|
104915
104857
|
let j = !1;
|
104916
|
-
for (let
|
104917
|
-
if (E[
|
104858
|
+
for (let D = 0, R = E.length; D < R; D++)
|
104859
|
+
if (E[D](t, k, v, !0)) {
|
104918
104860
|
j = !0;
|
104919
104861
|
break;
|
104920
104862
|
}
|
@@ -108157,7 +108099,7 @@ function $te() {
|
|
108157
108099
|
createDocumentFragment: L,
|
108158
108100
|
getElementsByTagName: j
|
108159
108101
|
} = n, {
|
108160
|
-
importNode:
|
108102
|
+
importNode: D
|
108161
108103
|
} = r;
|
108162
108104
|
let R = nB();
|
108163
108105
|
e.isSupported = typeof Kte == "function" && typeof v == "function" && C && C.createHTMLDocument !== void 0;
|
@@ -108467,7 +108409,7 @@ function $te() {
|
|
108467
108409
|
dn.appendChild(Ee.firstChild);
|
108468
108410
|
else
|
108469
108411
|
dn = Ee;
|
108470
|
-
return (fe.shadowroot || fe.shadowrootmode) && (dn =
|
108412
|
+
return (fe.shadowroot || fe.shadowrootmode) && (dn = D.call(r, dn, !0)), dn;
|
108471
108413
|
}
|
108472
108414
|
let $n = ie ? Ee.outerHTML : Ee.innerHTML;
|
108473
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 + `>
|
@@ -109570,7 +109512,7 @@ const i1t = ln.create({
|
|
109570
109512
|
}
|
109571
109513
|
});
|
109572
109514
|
function s1t(t) {
|
109573
|
-
return t.match(
|
109515
|
+
return t.match(/^#{1,6}\s/) !== null || // Headings
|
109574
109516
|
t.startsWith("*") || t.startsWith("-") || t.startsWith(">") || t.startsWith("```") || t.match(/\[.*\]\(.*\)/) !== null || // Links
|
109575
109517
|
t.match(/!\[.*\]\(.*\)/) !== null || // Images
|
109576
109518
|
t.match(/\*\*(.*?)\*\*/g) !== null || // Bold
|
@@ -109589,11 +109531,11 @@ function sB(t, e) {
|
|
109589
109531
|
const C = a[x], E = C.getElementsByTagName("li");
|
109590
109532
|
let L = !1;
|
109591
109533
|
for (let j = 0; j < E.length; j++) {
|
109592
|
-
const
|
109534
|
+
const D = E[j], H = (D.textContent || "").match(/^\[([ x])\]\s*(.*)/i);
|
109593
109535
|
if (H) {
|
109594
109536
|
L = !0;
|
109595
109537
|
const W = H[1].toLowerCase() === "x", G = H[2];
|
109596
|
-
|
109538
|
+
D.setAttribute("data-type", "taskItem"), D.setAttribute("data-checked", W.toString()), D.textContent = G;
|
109597
109539
|
}
|
109598
109540
|
}
|
109599
109541
|
L && C.setAttribute("data-type", "taskList");
|
@@ -113301,556 +113243,556 @@ function T(t, e, n, r, i, s) {
|
|
113301
113243
|
replace: r
|
113302
113244
|
}, s && r && (Dn[t][r] = Dn[t][i]);
|
113303
113245
|
}
|
113304
|
-
var
|
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(
|
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, "#", "\\#");
|
113332
113274
|
T(Re, F, le, "#", "\\#");
|
113333
|
-
T(
|
113275
|
+
T(N, F, le, "&", "\\&");
|
113334
113276
|
T(Re, F, le, "&", "\\&");
|
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(
|
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);
|
113352
113294
|
T(Re, F, le, "§", "\\S");
|
113353
|
-
T(
|
113295
|
+
T(N, F, le, "¶", "\\P", !0);
|
113354
113296
|
T(Re, F, le, "¶", "\\P");
|
113355
|
-
T(
|
113297
|
+
T(N, F, le, "†", "\\dag");
|
113356
113298
|
T(Re, F, le, "†", "\\dag");
|
113357
113299
|
T(Re, F, le, "†", "\\textdagger");
|
113358
|
-
T(
|
113300
|
+
T(N, F, le, "‡", "\\ddag");
|
113359
113301
|
T(Re, F, le, "‡", "\\ddag");
|
113360
113302
|
T(Re, F, le, "‡", "\\textdaggerdbl");
|
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(
|
113408
|
-
T(
|
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(
|
113423
|
-
T(
|
113424
|
-
T(
|
113425
|
-
T(
|
113426
|
-
T(
|
113427
|
-
T(
|
113428
|
-
T(
|
113429
|
-
T(
|
113430
|
-
T(
|
113431
|
-
T(
|
113432
|
-
T(
|
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(
|
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");
|
113464
113406
|
T(Re, X, le, "®", "\\circledR");
|
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(
|
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);
|
113479
113421
|
T(Re, F, le, "ð", "ð");
|
113480
|
-
T(
|
113481
|
-
T(
|
113482
|
-
T(
|
113483
|
-
T(
|
113484
|
-
T(
|
113485
|
-
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);
|
113486
113428
|
T(Re, X, le, "¥", "\\yen", !0);
|
113487
|
-
T(
|
113429
|
+
T(N, X, le, "✓", "\\checkmark", !0);
|
113488
113430
|
T(Re, X, le, "✓", "\\checkmark");
|
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(
|
113572
|
-
T(
|
113573
|
-
T(
|
113574
|
-
T(
|
113575
|
-
T(
|
113576
|
-
T(
|
113577
|
-
T(
|
113578
|
-
T(
|
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(
|
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, "$", "\\$");
|
113628
113570
|
T(Re, F, le, "$", "\\$");
|
113629
113571
|
T(Re, F, le, "$", "\\textdollar");
|
113630
|
-
T(
|
113572
|
+
T(N, F, le, "%", "\\%");
|
113631
113573
|
T(Re, F, le, "%", "\\%");
|
113632
|
-
T(
|
113574
|
+
T(N, F, le, "_", "\\_");
|
113633
113575
|
T(Re, F, le, "_", "\\_");
|
113634
113576
|
T(Re, F, le, "_", "\\textunderscore");
|
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(
|
113695
|
-
T(
|
113696
|
-
T(
|
113697
|
-
T(
|
113698
|
-
T(
|
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(
|
113720
|
-
T(
|
113721
|
-
T(
|
113722
|
-
T(
|
113723
|
-
T(
|
113724
|
-
T(
|
113725
|
-
T(
|
113726
|
-
T(
|
113727
|
-
T(
|
113728
|
-
T(
|
113729
|
-
T(
|
113730
|
-
T(
|
113731
|
-
T(
|
113732
|
-
T(
|
113733
|
-
T(
|
113734
|
-
T(
|
113735
|
-
T(
|
113736
|
-
T(
|
113737
|
-
T(
|
113738
|
-
T(
|
113739
|
-
T(
|
113740
|
-
T(
|
113741
|
-
T(
|
113742
|
-
T(
|
113743
|
-
T(
|
113744
|
-
T(
|
113745
|
-
T(
|
113746
|
-
T(
|
113747
|
-
T(
|
113748
|
-
T(
|
113749
|
-
T(
|
113750
|
-
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");
|
113751
113693
|
T(Re, F, Dc, " ", "\\ ");
|
113752
113694
|
T(Re, F, Dc, " ", " ");
|
113753
113695
|
T(Re, F, Dc, " ", "\\space");
|
113754
113696
|
T(Re, F, Dc, " ", "\\nobreakspace");
|
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(
|
113775
|
-
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, "{", "\\{");
|
113776
113718
|
T(Re, F, le, "{", "\\{");
|
113777
113719
|
T(Re, F, le, "{", "\\textbraceleft");
|
113778
|
-
T(
|
113720
|
+
T(N, F, Gi, "}", "\\}");
|
113779
113721
|
T(Re, F, le, "}", "\\}");
|
113780
113722
|
T(Re, F, le, "}", "\\textbraceright");
|
113781
|
-
T(
|
113782
|
-
T(
|
113783
|
-
T(
|
113723
|
+
T(N, F, Ws, "{", "\\lbrace");
|
113724
|
+
T(N, F, Gi, "}", "\\rbrace");
|
113725
|
+
T(N, F, Ws, "[", "\\lbrack", !0);
|
113784
113726
|
T(Re, F, le, "[", "\\lbrack", !0);
|
113785
|
-
T(
|
113727
|
+
T(N, F, Gi, "]", "\\rbrack", !0);
|
113786
113728
|
T(Re, F, le, "]", "\\rbrack", !0);
|
113787
|
-
T(
|
113788
|
-
T(
|
113729
|
+
T(N, F, Ws, "(", "\\lparen", !0);
|
113730
|
+
T(N, F, Gi, ")", "\\rparen", !0);
|
113789
113731
|
T(Re, F, le, "<", "\\textless", !0);
|
113790
113732
|
T(Re, F, le, ">", "\\textgreater", !0);
|
113791
|
-
T(
|
113792
|
-
T(
|
113793
|
-
T(
|
113794
|
-
T(
|
113795
|
-
T(
|
113796
|
-
T(
|
113797
|
-
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");
|
113798
113740
|
T(Re, F, le, "|", "\\textbar", !0);
|
113799
|
-
T(
|
113800
|
-
T(
|
113741
|
+
T(N, F, le, "∥", "\\|");
|
113742
|
+
T(N, F, le, "∥", "\\Vert");
|
113801
113743
|
T(Re, F, le, "∥", "\\textbardbl");
|
113802
113744
|
T(Re, F, le, "~", "\\textasciitilde");
|
113803
113745
|
T(Re, F, le, "\\", "\\textbackslash");
|
113804
113746
|
T(Re, F, le, "^", "\\textasciicircum");
|
113805
|
-
T(
|
113806
|
-
T(
|
113807
|
-
T(
|
113808
|
-
T(
|
113809
|
-
T(
|
113810
|
-
T(
|
113811
|
-
T(
|
113812
|
-
T(
|
113813
|
-
T(
|
113814
|
-
T(
|
113815
|
-
T(
|
113816
|
-
T(
|
113817
|
-
T(
|
113818
|
-
T(
|
113819
|
-
T(
|
113820
|
-
T(
|
113821
|
-
T(
|
113822
|
-
T(
|
113823
|
-
T(
|
113824
|
-
T(
|
113825
|
-
T(
|
113826
|
-
T(
|
113827
|
-
T(
|
113828
|
-
T(
|
113829
|
-
T(
|
113830
|
-
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");
|
113831
113773
|
T(Re, F, np, "…", "\\textellipsis");
|
113832
|
-
T(
|
113774
|
+
T(N, F, np, "…", "\\mathellipsis");
|
113833
113775
|
T(Re, F, np, "…", "\\ldots", !0);
|
113834
|
-
T(
|
113835
|
-
T(
|
113836
|
-
T(
|
113837
|
-
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");
|
113838
113780
|
T(Re, F, le, "⋮", "\\varvdots");
|
113839
|
-
T(
|
113840
|
-
T(
|
113841
|
-
T(
|
113842
|
-
T(
|
113843
|
-
T(
|
113844
|
-
T(
|
113845
|
-
T(
|
113846
|
-
T(
|
113847
|
-
T(
|
113848
|
-
T(
|
113849
|
-
T(
|
113850
|
-
T(
|
113851
|
-
T(
|
113852
|
-
T(
|
113853
|
-
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, "ȷ", "ȷ");
|
113854
113796
|
T(Re, F, le, "ı", "\\i", !0);
|
113855
113797
|
T(Re, F, le, "ȷ", "\\j", !0);
|
113856
113798
|
T(Re, F, le, "ß", "\\ss", !0);
|
@@ -113891,19 +113833,19 @@ T(Re, F, le, "“", "``", !0);
|
|
113891
113833
|
T(Re, F, le, "“", "\\textquotedblleft");
|
113892
113834
|
T(Re, F, le, "”", "''", !0);
|
113893
113835
|
T(Re, F, le, "”", "\\textquotedblright");
|
113894
|
-
T(
|
113836
|
+
T(N, F, le, "°", "\\degree", !0);
|
113895
113837
|
T(Re, F, le, "°", "\\degree");
|
113896
113838
|
T(Re, F, le, "°", "\\textdegree", !0);
|
113897
|
-
T(
|
113898
|
-
T(
|
113839
|
+
T(N, F, le, "£", "\\pounds");
|
113840
|
+
T(N, F, le, "£", "\\mathsterling", !0);
|
113899
113841
|
T(Re, F, le, "£", "\\pounds");
|
113900
113842
|
T(Re, F, le, "£", "\\textsterling", !0);
|
113901
|
-
T(
|
113843
|
+
T(N, X, le, "✠", "\\maltese");
|
113902
113844
|
T(Re, X, le, "✠", "\\maltese");
|
113903
113845
|
var fB = '0123456789/@."';
|
113904
113846
|
for (var Z9 = 0; Z9 < fB.length; Z9++) {
|
113905
113847
|
var dB = fB.charAt(Z9);
|
113906
|
-
T(
|
113848
|
+
T(N, F, le, dB, dB);
|
113907
113849
|
}
|
113908
113850
|
var hB = '0123456789!@*()-=+";:?/.,';
|
113909
113851
|
for (var Y9 = 0; Y9 < hB.length; Y9++) {
|
@@ -113913,40 +113855,40 @@ for (var Y9 = 0; Y9 < hB.length; Y9++) {
|
|
113913
113855
|
var Cb = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
113914
113856
|
for (var K9 = 0; K9 < Cb.length; K9++) {
|
113915
113857
|
var x3 = Cb.charAt(K9);
|
113916
|
-
T(
|
113858
|
+
T(N, F, Et, x3, x3), T(Re, F, le, x3, x3);
|
113917
113859
|
}
|
113918
|
-
T(
|
113860
|
+
T(N, X, le, "C", "ℂ");
|
113919
113861
|
T(Re, X, le, "C", "ℂ");
|
113920
|
-
T(
|
113862
|
+
T(N, X, le, "H", "ℍ");
|
113921
113863
|
T(Re, X, le, "H", "ℍ");
|
113922
|
-
T(
|
113864
|
+
T(N, X, le, "N", "ℕ");
|
113923
113865
|
T(Re, X, le, "N", "ℕ");
|
113924
|
-
T(
|
113866
|
+
T(N, X, le, "P", "ℙ");
|
113925
113867
|
T(Re, X, le, "P", "ℙ");
|
113926
|
-
T(
|
113868
|
+
T(N, X, le, "Q", "ℚ");
|
113927
113869
|
T(Re, X, le, "Q", "ℚ");
|
113928
|
-
T(
|
113870
|
+
T(N, X, le, "R", "ℝ");
|
113929
113871
|
T(Re, X, le, "R", "ℝ");
|
113930
|
-
T(
|
113872
|
+
T(N, X, le, "Z", "ℤ");
|
113931
113873
|
T(Re, X, le, "Z", "ℤ");
|
113932
|
-
T(
|
113874
|
+
T(N, F, Et, "h", "ℎ");
|
113933
113875
|
T(Re, F, Et, "h", "ℎ");
|
113934
113876
|
var Ot = "";
|
113935
113877
|
for (var Li = 0; Li < Cb.length; Li++) {
|
113936
113878
|
var tr = Cb.charAt(Li);
|
113937
|
-
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));
|
113938
113880
|
}
|
113939
113881
|
Ot = "𝕜";
|
113940
|
-
T(
|
113882
|
+
T(N, F, Et, "k", Ot);
|
113941
113883
|
T(Re, F, le, "k", Ot);
|
113942
113884
|
for (var O1 = 0; O1 < 10; O1++) {
|
113943
113885
|
var Hc = O1.toString();
|
113944
|
-
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);
|
113945
113887
|
}
|
113946
113888
|
var AC = "ÐÞþ";
|
113947
113889
|
for (var J9 = 0; J9 < AC.length; J9++) {
|
113948
113890
|
var M3 = AC.charAt(J9);
|
113949
|
-
T(
|
113891
|
+
T(N, F, Et, M3, M3), T(Re, F, le, M3, M3);
|
113950
113892
|
}
|
113951
113893
|
var C3 = [
|
113952
113894
|
["mathbf", "textbf", "Main-Bold"],
|
@@ -114939,8 +114881,8 @@ var Cne = function(e) {
|
|
114939
114881
|
} else {
|
114940
114882
|
var b = [], k = yft[l], [v, w, x] = k, C = x / 1e3, E = v.length, L, j;
|
114941
114883
|
if (E === 1) {
|
114942
|
-
var
|
114943
|
-
L = ["hide-tail"], j = [
|
114884
|
+
var D = k[3];
|
114885
|
+
L = ["hide-tail"], j = [D];
|
114944
114886
|
} else if (E === 2)
|
114945
114887
|
L = ["halfarrow-left", "halfarrow-right"], j = ["xMinYMin", "xMaxYMin"];
|
114946
114888
|
else if (E === 3)
|
@@ -115885,9 +115827,9 @@ var qp = function(e, n, r) {
|
|
115885
115827
|
var C = qp(l, h, s);
|
115886
115828
|
w = C.height + C.depth, x = 2;
|
115887
115829
|
}
|
115888
|
-
var E = m + v + w, L = Math.max(0, Math.ceil((n - E) / (x * b))), j = E + L * x * b,
|
115889
|
-
r && (
|
115890
|
-
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 = [];
|
115891
115833
|
if (f.length > 0) {
|
115892
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([_], {
|
115893
115835
|
width: J,
|
@@ -116622,8 +116564,8 @@ var ml = function(e, n) {
|
|
116622
116564
|
var j = un(x[i], n);
|
116623
116565
|
E < j.depth && (E = j.depth), C < j.height && (C = j.height), L[i] = j;
|
116624
116566
|
}
|
116625
|
-
var
|
116626
|
-
|
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]);
|
116627
116569
|
}
|
116628
116570
|
var H = v / 2 + n.fontMetrics().axisHeight, W = e.cols || [], G = [], q, _, J = [];
|
116629
116571
|
if (e.tags && e.tags.some((Be) => Be))
|
@@ -118900,8 +118842,8 @@ P0({
|
|
118900
118842
|
}, e);
|
118901
118843
|
else
|
118902
118844
|
throw new Error("supsub must have either sup or sub.");
|
118903
|
-
var
|
118904
|
-
return ge.makeSpan([
|
118845
|
+
var D = SC(a, "right") || "mord";
|
118846
|
+
return ge.makeSpan([D], [a, ge.makeSpan(["msupsub"], [w])], e);
|
118905
118847
|
},
|
118906
118848
|
mathmlBuilder(t, e) {
|
118907
118849
|
var n = !1, r, i;
|
@@ -124866,14 +124808,14 @@ class ght extends Dre {
|
|
124866
124808
|
for (let v = 0; v < 16; v++, n += 4)
|
124867
124809
|
qc[v] = e.getUint32(n), Uc[v] = e.getUint32(n += 4);
|
124868
124810
|
for (let v = 16; v < 80; v++) {
|
124869
|
-
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]);
|
124870
124812
|
qc[v] = W | 0, Uc[v] = H | 0;
|
124871
124813
|
}
|
124872
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;
|
124873
124815
|
for (let v = 0; v < 80; v++) {
|
124874
|
-
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]),
|
124875
|
-
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,
|
124876
|
-
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);
|
124877
124819
|
r = Yt.add3H(q, j, R, W), i = q | 0;
|
124878
124820
|
}
|
124879
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);
|
@@ -125713,8 +125655,8 @@ function n2t(t) {
|
|
125713
125655
|
// Cost: 8M + 3S + 3*a + 2*b3 + 15add.
|
125714
125656
|
double() {
|
125715
125657
|
const { a: m, b: y } = e, b = n.mul(y, cF), { px: k, py: v, pz: w } = this;
|
125716
|
-
let x = n.ZERO, C = n.ZERO, E = n.ZERO, L = n.mul(k, k), j = n.mul(v, v),
|
125717
|
-
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);
|
125718
125660
|
}
|
125719
125661
|
// Renes-Costello-Batina exception-free addition formula.
|
125720
125662
|
// There is 30% faster Jacobian formula, but it is not complete.
|
@@ -125724,11 +125666,11 @@ function n2t(t) {
|
|
125724
125666
|
u(m);
|
125725
125667
|
const { px: y, py: b, pz: k } = this, { px: v, py: w, pz: x } = m;
|
125726
125668
|
let C = n.ZERO, E = n.ZERO, L = n.ZERO;
|
125727
|
-
const j = e.a,
|
125669
|
+
const j = e.a, D = n.mul(e.b, cF);
|
125728
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);
|
125729
125671
|
G = n.mul(G, q), q = n.add(R, H), G = n.sub(G, q), q = n.add(y, k);
|
125730
125672
|
let _ = n.add(v, x);
|
125731
|
-
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);
|
125732
125674
|
}
|
125733
125675
|
subtract(m) {
|
125734
125676
|
return this.add(m.negate());
|
@@ -125776,8 +125718,8 @@ function n2t(t) {
|
|
125776
125718
|
const { endo: v } = e;
|
125777
125719
|
if (v) {
|
125778
125720
|
const { k1neg: w, k1: x, k2neg: C, k2: E } = v.splitScalar(y);
|
125779
|
-
let { p: L, f: j } = this.wNAF(x), { p:
|
125780
|
-
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);
|
125781
125723
|
} else {
|
125782
125724
|
const { p: w, f: x } = this.wNAF(y);
|
125783
125725
|
b = w, k = x;
|
@@ -126004,7 +125946,7 @@ function i2t(t) {
|
|
126004
125946
|
throw new Error(`bigint expected < 2^${e.nBitLength}`);
|
126005
125947
|
return x2(q, e.nByteLength);
|
126006
125948
|
}
|
126007
|
-
function
|
125949
|
+
function D(q, _, J = R) {
|
126008
125950
|
if (["recovered", "canonical"].some((Pe) => Pe in J))
|
126009
125951
|
throw new Error("sign() legacy options not supported");
|
126010
125952
|
const { hash: ae, randomBytes: $ } = e;
|
@@ -126033,7 +125975,7 @@ function i2t(t) {
|
|
126033
125975
|
}
|
126034
125976
|
const R = { lowS: e.lowS, prehash: !1 }, H = { lowS: e.lowS, prehash: !1 };
|
126035
125977
|
function W(q, _, J = R) {
|
126036
|
-
const { seed: ae, k2sig: $ } =
|
125978
|
+
const { seed: ae, k2sig: $ } = D(q, _, J), Z = e;
|
126037
125979
|
return Jre(Z.hash.outputLen, Z.nByteLength, Z.hmac)(ae, $);
|
126038
125980
|
}
|
126039
125981
|
c.BASE._setWindowSize(8);
|
@@ -127675,8 +127617,8 @@ function N2t(t) {
|
|
127675
127617
|
for (; ; ) {
|
127676
127618
|
let x = Math.floor(((y - k + 1) * i - 1) / v), C = 0, E = r;
|
127677
127619
|
for (; E - C > 1; ) {
|
127678
|
-
let
|
127679
|
-
x < s[
|
127620
|
+
let D = C + E >>> 1;
|
127621
|
+
x < s[D] ? E = D : C = D;
|
127680
127622
|
}
|
127681
127623
|
if (C == 0) break;
|
127682
127624
|
b.push(C);
|
@@ -137635,10 +137577,10 @@ function T4t({ pluginKey: t = E4t, editor: e, char: n = "@", allowSpaces: r = !1
|
|
137635
137577
|
return {
|
137636
137578
|
update: async (b, k) => {
|
137637
137579
|
var v, w, x, C, E, L, j;
|
137638
|
-
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;
|
137639
137581
|
if (!_ && !J && !ae)
|
137640
137582
|
return;
|
137641
|
-
const $ = ae && !_ ?
|
137583
|
+
const $ = ae && !_ ? D : R, Z = b.dom.querySelector(`[data-decoration-id="${$.decorationId}"]`);
|
137642
137584
|
p = {
|
137643
137585
|
editor: e,
|
137644
137586
|
range: $.range,
|
@@ -137685,9 +137627,9 @@ function T4t({ pluginKey: t = E4t, editor: e, char: n = "@", allowSpaces: r = !1
|
|
137685
137627
|
},
|
137686
137628
|
// Apply changes to the plugin state from a view transaction.
|
137687
137629
|
apply(b, k, v, w) {
|
137688
|
-
const { isEditable: x } = e, { composing: C } = e.view, { selection: E } = b, { empty: L, from: j } = E,
|
137689
|
-
if (
|
137690
|
-
(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);
|
137691
137633
|
const R = h({
|
137692
137634
|
char: n,
|
137693
137635
|
allowSpaces: r,
|
@@ -137701,10 +137643,10 @@ function T4t({ pluginKey: t = E4t, editor: e, char: n = "@", allowSpaces: r = !1
|
|
137701
137643
|
state: w,
|
137702
137644
|
range: R.range,
|
137703
137645
|
isActive: k.active
|
137704
|
-
}) ? (
|
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;
|
137705
137647
|
} else
|
137706
|
-
|
137707
|
-
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;
|
137708
137650
|
}
|
137709
137651
|
},
|
137710
137652
|
props: {
|
@@ -138476,7 +138418,7 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138476
138418
|
proExtensions: C
|
138477
138419
|
}) => {
|
138478
138420
|
var Ie, Le;
|
138479
|
-
const [E] = He(new D0()), [L, j] = He([]), [
|
138421
|
+
const [E] = He(new D0()), [L, j] = He([]), [D, R] = He([
|
138480
138422
|
...pdt(
|
138481
138423
|
(me) => u == null ? void 0 : u(me),
|
138482
138424
|
h
|
@@ -138519,7 +138461,7 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138519
138461
|
}
|
138520
138462
|
}, Z = qq(
|
138521
138463
|
{
|
138522
|
-
extensions:
|
138464
|
+
extensions: D,
|
138523
138465
|
editorProps: {
|
138524
138466
|
...n$e,
|
138525
138467
|
handleDOMEvents: {
|
@@ -138537,11 +138479,11 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138537
138479
|
shouldRerenderOnTransaction: !0,
|
138538
138480
|
immediatelyRender: !1
|
138539
138481
|
},
|
138540
|
-
[
|
138482
|
+
[D]
|
138541
138483
|
);
|
138542
138484
|
Fe(() => {
|
138543
|
-
C != null && C.TableOfContents &&
|
138544
|
-
...
|
138485
|
+
C != null && C.TableOfContents && R([
|
138486
|
+
...D.filter((me) => me.name !== "tableOfContents"),
|
138545
138487
|
C.TableOfContents.configure({
|
138546
138488
|
getIndex: C.getHierarchicalIndexes,
|
138547
138489
|
onUpdate(me) {
|
@@ -138568,7 +138510,7 @@ const Dk = yA.getInstance(), lyt = (t) => ({
|
|
138568
138510
|
]
|
138569
138511
|
});
|
138570
138512
|
return R([
|
138571
|
-
...
|
138513
|
+
...D.filter((Q) => Q.name !== "history"),
|
138572
138514
|
D$e.configure({
|
138573
138515
|
provider: ie,
|
138574
138516
|
user: {
|
@@ -140849,8 +140791,8 @@ function PH({ keyframes: t, velocity: e = 0, power: n = 0.8, timeConstant: r = 3
|
|
140849
140791
|
const y = f + m, b = a === void 0 ? y : a(y);
|
140850
140792
|
b !== y && (m = b - f);
|
140851
140793
|
const k = (L) => -m * Math.exp(-L / r), v = (L) => b + k(L), w = (L) => {
|
140852
|
-
const j = k(L),
|
140853
|
-
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;
|
140854
140796
|
};
|
140855
140797
|
let x, C;
|
140856
140798
|
const E = (L) => {
|
@@ -141032,8 +140974,8 @@ class fD extends mae {
|
|
141032
140974
|
let v = this.currentTime, w = s;
|
141033
140975
|
if (h) {
|
141034
140976
|
const L = Math.min(this.currentTime, u) / f;
|
141035
|
-
let j = Math.floor(L),
|
141036
|
-
!
|
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;
|
141037
140979
|
}
|
141038
140980
|
const x = k ? { done: !1, value: l[0] } : w.next(v);
|
141039
140981
|
o && (x.value = o(x.value));
|
@@ -141489,8 +141431,8 @@ function e6t(t) {
|
|
141489
141431
|
let L = E || // If we're making this variant active, we want to always make it active
|
141490
141432
|
b === l && k.isActive && !C && w || // If we removed a higher-priority variant (i is in reverse order)
|
141491
141433
|
y > p && w, j = !1;
|
141492
|
-
const
|
141493
|
-
let R =
|
141434
|
+
const D = Array.isArray(v) ? v : [v];
|
141435
|
+
let R = D.reduce(i(b), {});
|
141494
141436
|
x === !1 && (R = {});
|
141495
141437
|
const { prevResolvedValues: H = {} } = k, W = {
|
141496
141438
|
...H,
|
@@ -141507,7 +141449,7 @@ function e6t(t) {
|
|
141507
141449
|
let Z = !1;
|
141508
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;
|
141509
141451
|
}
|
141510
|
-
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) => ({
|
141511
141453
|
animation: J,
|
141512
141454
|
options: { type: b }
|
141513
141455
|
})));
|
@@ -143978,21 +143920,21 @@ function Q5t(t, e = {}) {
|
|
143978
143920
|
const f = (x) => x.trim().split(/\s+/).filter((C) => C.length > 0).length, d = (x, C) => {
|
143979
143921
|
if (C.length === 1 && (C[0].type === "h2" || C[0].type === "h3"))
|
143980
143922
|
return !1;
|
143981
|
-
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;
|
143982
143924
|
return E > i || L > s || j > a;
|
143983
143925
|
}, h = (x, C, E) => {
|
143984
143926
|
const { maxCharsPerSlide: L = 1e3 } = E;
|
143985
143927
|
if (C.length > 0 && (C[0].type === "h2" || C[0].type === "h3") && C.length === 1) {
|
143986
|
-
const
|
143928
|
+
const D = T_(x, L);
|
143987
143929
|
C.push({
|
143988
143930
|
type: "content",
|
143989
|
-
content: Yi.render(
|
143931
|
+
content: Yi.render(D[0])
|
143990
143932
|
});
|
143991
|
-
for (let R = 1; R <
|
143933
|
+
for (let R = 1; R < D.length; R++)
|
143992
143934
|
o.push(C), C = [
|
143993
143935
|
{
|
143994
143936
|
type: "content",
|
143995
|
-
content: Yi.render(
|
143937
|
+
content: Yi.render(D[R])
|
143996
143938
|
}
|
143997
143939
|
];
|
143998
143940
|
return C;
|
@@ -144002,9 +143944,9 @@ function Q5t(t, e = {}) {
|
|
144002
143944
|
type: "content",
|
144003
143945
|
content: ""
|
144004
143946
|
});
|
144005
|
-
const
|
144006
|
-
if (
|
144007
|
-
const R =
|
143947
|
+
const D = x.match(/^[-*]\s*\[([ xX])\]\s*(.*)$/);
|
143948
|
+
if (D) {
|
143949
|
+
const R = D[1].toLowerCase() === "x", H = D[2];
|
144008
143950
|
C[C.length - 1].content += `<li class="task-list-item"><input type="checkbox" ${R ? "checked" : ""} disabled>${H}</li>
|
144009
143951
|
`;
|
144010
143952
|
}
|
@@ -144038,7 +143980,7 @@ function Q5t(t, e = {}) {
|
|
144038
143980
|
const C = y[x].trim();
|
144039
143981
|
if (Uae(C)) {
|
144040
143982
|
const { listContent: E, endIndex: L } = J5t(y, x), j = E.split(`
|
144041
|
-
`).filter((R) => R.trim()),
|
143983
|
+
`).filter((R) => R.trim()), D = j.reduce(
|
144042
143984
|
(R, H) => R + f(H),
|
144043
143985
|
0
|
144044
143986
|
);
|
@@ -144047,7 +143989,7 @@ function Q5t(t, e = {}) {
|
|
144047
143989
|
type: "content",
|
144048
143990
|
content: Yi.render(H)
|
144049
143991
|
});
|
144050
|
-
}) : j.length < 10 &&
|
143992
|
+
}) : j.length < 10 && D > 50 ? N_(E, 6).forEach((H, W) => {
|
144051
143993
|
(W > 0 || d(H, l)) && p(), l.push({
|
144052
143994
|
type: "content",
|
144053
143995
|
content: Yi.render(H)
|
@@ -144073,9 +144015,9 @@ function Q5t(t, e = {}) {
|
|
144073
144015
|
if (C.startsWith("# ")) {
|
144074
144016
|
if (c.length > 0) {
|
144075
144017
|
const j = m(c);
|
144076
|
-
for (let
|
144077
|
-
const R = j[
|
144078
|
-
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 }));
|
144079
144021
|
}
|
144080
144022
|
c = [];
|
144081
144023
|
}
|
@@ -144087,9 +144029,9 @@ function Q5t(t, e = {}) {
|
|
144087
144029
|
if (C.startsWith("## ")) {
|
144088
144030
|
if (c.length > 0) {
|
144089
144031
|
const j = m(c);
|
144090
|
-
for (let
|
144091
|
-
const R = j[
|
144092
|
-
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 }));
|
144093
144035
|
}
|
144094
144036
|
c = [];
|
144095
144037
|
}
|
@@ -144139,7 +144081,7 @@ function Q5t(t, e = {}) {
|
|
144139
144081
|
if (C.match(/!\[.*\]\(.*\)/)) {
|
144140
144082
|
const E = C.match(/!\[(.*)\]\((.*)\)/);
|
144141
144083
|
if (E) {
|
144142
|
-
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) => {
|
144143
144085
|
if (H.type === "content") {
|
144144
144086
|
const G = H.content.split(`
|
144145
144087
|
`).filter((q) => q.trim().length > 0).reduce((q, _) => {
|
@@ -144150,7 +144092,7 @@ function Q5t(t, e = {}) {
|
|
144150
144092
|
}
|
144151
144093
|
return R + 1;
|
144152
144094
|
}, 0) > a - 3;
|
144153
|
-
(
|
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();
|
144154
144096
|
}
|
144155
144097
|
continue;
|
144156
144098
|
}
|
@@ -144241,7 +144183,7 @@ const Gk = () => {
|
|
144241
144183
|
slides: u,
|
144242
144184
|
setSlides: f
|
144243
144185
|
}) => {
|
144244
|
-
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(
|
144245
144187
|
"forward"
|
144246
144188
|
), W = qq(
|
144247
144189
|
{
|
@@ -144336,9 +144278,9 @@ const Gk = () => {
|
|
144336
144278
|
j(Z.targetTouches[0].clientX);
|
144337
144279
|
}, ae = St(() => {
|
144338
144280
|
if (!C || !L) return;
|
144339
|
-
const Z = C - L, he = Z >
|
144281
|
+
const Z = C - L, he = Z > D, re = Z < -50;
|
144340
144282
|
he && (H("forward"), m((fe) => Math.min(fe + 1, u.length - 1))), re && (H("backward"), m((fe) => Math.max(fe - 1, 0)));
|
144341
|
-
}, [C, L, u.length,
|
144283
|
+
}, [C, L, u.length, D]), $ = () => {
|
144342
144284
|
if (a) {
|
144343
144285
|
Z5t(a), h(!0), c == null || c();
|
144344
144286
|
const Z = setTimeout(() => {
|
@@ -144601,7 +144543,7 @@ const Gk = () => {
|
|
144601
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;
|
144602
144544
|
});
|
144603
144545
|
};
|
144604
|
-
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(
|
144605
144547
|
$5t,
|
144606
144548
|
{
|
144607
144549
|
onItemClick: a,
|
@@ -144620,11 +144562,10 @@ const Gk = () => {
|
|
144620
144562
|
items: n,
|
144621
144563
|
setItems: r,
|
144622
144564
|
showTOC: i,
|
144623
|
-
setShowTOC: s
|
144624
|
-
isPreviewMode: a
|
144565
|
+
setShowTOC: s
|
144625
144566
|
}) => {
|
144626
|
-
const
|
144627
|
-
return
|
144567
|
+
const a = ka("(max-width:1280px)"), o = n.length < 2;
|
144568
|
+
return a ? /* @__PURE__ */ P.jsx(
|
144628
144569
|
AWe,
|
144629
144570
|
{
|
144630
144571
|
open: i,
|
@@ -144644,9 +144585,8 @@ const Gk = () => {
|
|
144644
144585
|
"div",
|
144645
144586
|
{
|
144646
144587
|
className: Rt(
|
144647
|
-
"flex flex-col gap-4 items-start justify-start absolute left-4",
|
144648
|
-
(!e ||
|
144649
|
-
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"
|
144650
144590
|
),
|
144651
144591
|
children: [
|
144652
144592
|
/* @__PURE__ */ P.jsx(
|
@@ -144660,7 +144600,7 @@ const Gk = () => {
|
|
144660
144600
|
icon: i ? "ChevronLeft" : "List",
|
144661
144601
|
variant: "ghost",
|
144662
144602
|
size: "lg",
|
144663
|
-
onClick: () => s == null ? void 0 : s((
|
144603
|
+
onClick: () => s == null ? void 0 : s((u) => !u),
|
144664
144604
|
className: "color-text-default min-w-9 h-9"
|
144665
144605
|
}
|
144666
144606
|
)
|
@@ -144710,7 +144650,7 @@ const Gk = () => {
|
|
144710
144650
|
setIsCommentSectionOpen: E,
|
144711
144651
|
setInlineCommentData: L,
|
144712
144652
|
inlineCommentData: j,
|
144713
|
-
enableIndexeddbSync:
|
144653
|
+
enableIndexeddbSync: D,
|
144714
144654
|
ddocId: R,
|
144715
144655
|
zoomLevel: H,
|
144716
144656
|
setZoomLevel: W,
|
@@ -144748,7 +144688,7 @@ const Gk = () => {
|
|
144748
144688
|
tocItems: Cn,
|
144749
144689
|
setTocItems: Ae
|
144750
144690
|
} = mse({
|
144751
|
-
enableIndexeddbSync:
|
144691
|
+
enableIndexeddbSync: D,
|
144752
144692
|
ddocId: R,
|
144753
144693
|
isPreviewMode: t,
|
144754
144694
|
initialContent: e,
|
@@ -144928,8 +144868,7 @@ const Gk = () => {
|
|
144928
144868
|
items: Cn,
|
144929
144869
|
setItems: Ae,
|
144930
144870
|
showTOC: Ce,
|
144931
|
-
setShowTOC: be
|
144932
|
-
isPreviewMode: t || !_
|
144871
|
+
setShowTOC: be
|
144933
144872
|
}
|
144934
144873
|
),
|
144935
144874
|
/* @__PURE__ */ P.jsxs(
|
@@ -145146,7 +145085,7 @@ const Gk = () => {
|
|
145146
145085
|
y && y.length <= 4 && C(!1);
|
145147
145086
|
}, [y]);
|
145148
145087
|
const {
|
145149
|
-
editor:
|
145088
|
+
editor: D,
|
145150
145089
|
ref: R,
|
145151
145090
|
isContentLoading: H,
|
145152
145091
|
ydoc: W
|
@@ -145171,10 +145110,10 @@ const Gk = () => {
|
|
145171
145110
|
O_(
|
145172
145111
|
w,
|
145173
145112
|
() => ({
|
145174
|
-
getEditor: () =>
|
145113
|
+
getEditor: () => D,
|
145175
145114
|
getYdoc: () => W
|
145176
145115
|
}),
|
145177
|
-
[
|
145116
|
+
[D, W]
|
145178
145117
|
);
|
145179
145118
|
const G = (_) => {
|
145180
145119
|
const J = _.name.split(",").map((ae) => {
|
@@ -145196,7 +145135,7 @@ const Gk = () => {
|
|
145196
145135
|
(J) => J.filter((ae) => ae.name !== _)
|
145197
145136
|
);
|
145198
145137
|
};
|
145199
|
-
return !
|
145138
|
+
return !D || H ? /* @__PURE__ */ P.jsxs("div", { className: "w-auto h-auto flex flex-col gap-4 justify-center items-center", children: [
|
145200
145139
|
/* @__PURE__ */ P.jsx(yX, {}),
|
145201
145140
|
/* @__PURE__ */ P.jsx("p", { children: "Loading Editor..." })
|
145202
145141
|
] }) : /* @__PURE__ */ P.jsx("div", { ref: R, className: Ne("overflow-x-hidden", k), children: /* @__PURE__ */ P.jsxs(Sv, { isPreviewMode: t, children: [
|
@@ -145265,7 +145204,7 @@ const Gk = () => {
|
|
145265
145204
|
/* @__PURE__ */ P.jsx(
|
145266
145205
|
x8,
|
145267
145206
|
{
|
145268
|
-
editor:
|
145207
|
+
editor: D,
|
145269
145208
|
id: "editor",
|
145270
145209
|
className: "w-full h-auto py-4"
|
145271
145210
|
}
|