@nlabs/gothamjs
Version:
Platform
1,552 lines (1,547 loc) • 2.13 MB
JavaScript
var Kme = Object.create;
var nf = Object.defineProperty;
var Xme = Object.getOwnPropertyDescriptor;
var Jme = Object.getOwnPropertyNames;
var Qme = Object.getPrototypeOf, Zme = Object.prototype.hasOwnProperty;
var a = (e, t) => nf(e, "name", { value: t, configurable: !0 }), of = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy <
"u" ? new Proxy(e, {
get: (t, r) => (typeof require < "u" ? require : t)[r]
}) : e)(function(e) {
if (typeof require < "u") return require.apply(this, arguments);
throw Error('Dynamic require of "' + e + '" is not supported');
});
var k = (e, t) => () => (e && (t = e(e = 0)), t);
var R = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), _e = (e, t) => {
for (var r in t)
nf(e, r, { get: t[r], enumerable: !0 });
}, o9 = (e, t, r, n) => {
if (t && typeof t == "object" || typeof t == "function")
for (let o of Jme(t))
!Zme.call(e, o) && o !== r && nf(e, o, { get: () => t[o], enumerable: !(n = Xme(t, o)) || n.enumerable });
return e;
};
var N = (e, t, r) => (r = e != null ? Kme(Qme(e)) : {}, o9(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
t || !e || !e.__esModule ? nf(r, "default", { value: e, enumerable: !0 }) : r,
e
)), ehe = (e) => o9(nf({}, "__esModule", { value: !0 }), e);
// ../node_modules/react/cjs/react.production.min.js
var y9 = R((Se) => {
"use strict";
var ff = Symbol.for("react.element"), xhe = Symbol.for("react.portal"), She = Symbol.for("react.fragment"), Che = Symbol.for("react.strict\
_mode"), _he = Symbol.for("react.profiler"), Phe = Symbol.for("react.provider"), The = Symbol.for("react.context"), Ahe = Symbol.for("react.\
forward_ref"), Ohe = Symbol.for("react.suspense"), Ihe = Symbol.for("react.memo"), Mhe = Symbol.for("react.lazy"), i9 = Symbol.iterator;
function Nhe(e) {
return e === null || typeof e != "object" ? null : (e = i9 && e[i9] || e["@@iterator"], typeof e == "function" ? e : null);
}
a(Nhe, "A");
var u9 = { isMounted: /* @__PURE__ */ a(function() {
return !1;
}, "isMounted"), enqueueForceUpdate: /* @__PURE__ */ a(function() {
}, "enqueueForceUpdate"), enqueueReplaceState: /* @__PURE__ */ a(function() {
}, "enqueueReplaceState"), enqueueSetState: /* @__PURE__ */ a(function() {
}, "enqueueSetState") }, c9 = Object.assign, d9 = {};
function Su(e, t, r) {
this.props = e, this.context = t, this.refs = d9, this.updater = r || u9;
}
a(Su, "E");
Su.prototype.isReactComponent = {};
Su.prototype.setState = function(e, t) {
if (typeof e != "object" && typeof e != "function" && e != null) throw Error("setState(...): takes an object of state variables to updat\
e or a function which returns an object of state variables.");
this.updater.enqueueSetState(this, e, t, "setState");
};
Su.prototype.forceUpdate = function(e) {
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
};
function f9() {
}
a(f9, "F");
f9.prototype = Su.prototype;
function Y4(e, t, r) {
this.props = e, this.context = t, this.refs = d9, this.updater = r || u9;
}
a(Y4, "G");
var K4 = Y4.prototype = new f9();
K4.constructor = Y4;
c9(K4, Su.prototype);
K4.isPureReactComponent = !0;
var s9 = Array.isArray, p9 = Object.prototype.hasOwnProperty, X4 = { current: null }, m9 = { key: !0, ref: !0, __self: !0, __source: !0 };
function h9(e, t, r) {
var n, o = {}, i = null, s = null;
if (t != null) for (n in t.ref !== void 0 && (s = t.ref), t.key !== void 0 && (i = "" + t.key), t) p9.call(t, n) && !m9.hasOwnProperty(n) &&
(o[n] = t[n]);
var l = arguments.length - 2;
if (l === 1) o.children = r;
else if (1 < l) {
for (var u = Array(l), c = 0; c < l; c++) u[c] = arguments[c + 2];
o.children = u;
}
if (e && e.defaultProps) for (n in l = e.defaultProps, l) o[n] === void 0 && (o[n] = l[n]);
return { $$typeof: ff, type: e, key: i, ref: s, props: o, _owner: X4.current };
}
a(h9, "M");
function Lhe(e, t) {
return { $$typeof: ff, type: e.type, key: t, ref: e.ref, props: e.props, _owner: e._owner };
}
a(Lhe, "N");
function J4(e) {
return typeof e == "object" && e !== null && e.$$typeof === ff;
}
a(J4, "O");
function khe(e) {
var t = { "=": "=0", ":": "=2" };
return "$" + e.replace(/[=:]/g, function(r) {
return t[r];
});
}
a(khe, "escape");
var l9 = /\/+/g;
function G4(e, t) {
return typeof e == "object" && e !== null && e.key != null ? khe("" + e.key) : t.toString(36);
}
a(G4, "Q");
function o0(e, t, r, n, o) {
var i = typeof e;
(i === "undefined" || i === "boolean") && (e = null);
var s = !1;
if (e === null) s = !0;
else switch (i) {
case "string":
case "number":
s = !0;
break;
case "object":
switch (e.$$typeof) {
case ff:
case xhe:
s = !0;
}
}
if (s) return s = e, o = o(s), e = n === "" ? "." + G4(s, 0) : n, s9(o) ? (r = "", e != null && (r = e.replace(l9, "$&/") + "/"), o0(o, t,
r, "", function(c) {
return c;
})) : o != null && (J4(o) && (o = Lhe(o, r + (!o.key || s && s.key === o.key ? "" : ("" + o.key).replace(l9, "$&/") + "/") + e)), t.push(
o)), 1;
if (s = 0, n = n === "" ? "." : n + ":", s9(e)) for (var l = 0; l < e.length; l++) {
i = e[l];
var u = n + G4(i, l);
s += o0(i, t, r, u, o);
}
else if (u = Nhe(e), typeof u == "function") for (e = u.call(e), l = 0; !(i = e.next()).done; ) i = i.value, u = n + G4(i, l++), s += o0(
i, t, r, u, o);
else if (i === "object") throw t = String(e), Error("Objects are not valid as a React child (found: " + (t === "[object Object]" ? "obje\
ct with keys {" + Object.keys(e).join(", ") + "}" : t) + "). If you meant to render a collection of children, use an array instead.");
return s;
}
a(o0, "R");
function n0(e, t, r) {
if (e == null) return e;
var n = [], o = 0;
return o0(e, n, "", "", function(i) {
return t.call(r, i, o++);
}), n;
}
a(n0, "S");
function qhe(e) {
if (e._status === -1) {
var t = e._result;
t = t(), t.then(function(r) {
(e._status === 0 || e._status === -1) && (e._status = 1, e._result = r);
}, function(r) {
(e._status === 0 || e._status === -1) && (e._status = 2, e._result = r);
}), e._status === -1 && (e._status = 0, e._result = t);
}
if (e._status === 1) return e._result.default;
throw e._result;
}
a(qhe, "T");
var Ir = { current: null }, a0 = { transition: null }, Dhe = { ReactCurrentDispatcher: Ir, ReactCurrentBatchConfig: a0, ReactCurrentOwner: X4 };
function g9() {
throw Error("act(...) is not supported in production builds of React.");
}
a(g9, "X");
Se.Children = { map: n0, forEach: /* @__PURE__ */ a(function(e, t, r) {
n0(e, function() {
t.apply(this, arguments);
}, r);
}, "forEach"), count: /* @__PURE__ */ a(function(e) {
var t = 0;
return n0(e, function() {
t++;
}), t;
}, "count"), toArray: /* @__PURE__ */ a(function(e) {
return n0(e, function(t) {
return t;
}) || [];
}, "toArray"), only: /* @__PURE__ */ a(function(e) {
if (!J4(e)) throw Error("React.Children.only expected to receive a single React element child.");
return e;
}, "only") };
Se.Component = Su;
Se.Fragment = She;
Se.Profiler = _he;
Se.PureComponent = Y4;
Se.StrictMode = Che;
Se.Suspense = Ohe;
Se.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Dhe;
Se.act = g9;
Se.cloneElement = function(e, t, r) {
if (e == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
var n = c9({}, e.props), o = e.key, i = e.ref, s = e._owner;
if (t != null) {
if (t.ref !== void 0 && (i = t.ref, s = X4.current), t.key !== void 0 && (o = "" + t.key), e.type && e.type.defaultProps) var l = e.type.
defaultProps;
for (u in t) p9.call(t, u) && !m9.hasOwnProperty(u) && (n[u] = t[u] === void 0 && l !== void 0 ? l[u] : t[u]);
}
var u = arguments.length - 2;
if (u === 1) n.children = r;
else if (1 < u) {
l = Array(u);
for (var c = 0; c < u; c++) l[c] = arguments[c + 2];
n.children = l;
}
return { $$typeof: ff, type: e.type, key: o, ref: i, props: n, _owner: s };
};
Se.createContext = function(e) {
return e = { $$typeof: The, _currentValue: e, _currentValue2: e, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null },
e.Provider = { $$typeof: Phe, _context: e }, e.Consumer = e;
};
Se.createElement = h9;
Se.createFactory = function(e) {
var t = h9.bind(null, e);
return t.type = e, t;
};
Se.createRef = function() {
return { current: null };
};
Se.forwardRef = function(e) {
return { $$typeof: Ahe, render: e };
};
Se.isValidElement = J4;
Se.lazy = function(e) {
return { $$typeof: Mhe, _payload: { _status: -1, _result: e }, _init: qhe };
};
Se.memo = function(e, t) {
return { $$typeof: Ihe, type: e, compare: t === void 0 ? null : t };
};
Se.startTransition = function(e) {
var t = a0.transition;
a0.transition = {};
try {
e();
} finally {
a0.transition = t;
}
};
Se.unstable_act = g9;
Se.useCallback = function(e, t) {
return Ir.current.useCallback(e, t);
};
Se.useContext = function(e) {
return Ir.current.useContext(e);
};
Se.useDebugValue = function() {
};
Se.useDeferredValue = function(e) {
return Ir.current.useDeferredValue(e);
};
Se.useEffect = function(e, t) {
return Ir.current.useEffect(e, t);
};
Se.useId = function() {
return Ir.current.useId();
};
Se.useImperativeHandle = function(e, t, r) {
return Ir.current.useImperativeHandle(e, t, r);
};
Se.useInsertionEffect = function(e, t) {
return Ir.current.useInsertionEffect(e, t);
};
Se.useLayoutEffect = function(e, t) {
return Ir.current.useLayoutEffect(e, t);
};
Se.useMemo = function(e, t) {
return Ir.current.useMemo(e, t);
};
Se.useReducer = function(e, t, r) {
return Ir.current.useReducer(e, t, r);
};
Se.useRef = function(e) {
return Ir.current.useRef(e);
};
Se.useState = function(e) {
return Ir.current.useState(e);
};
Se.useSyncExternalStore = function(e, t, r) {
return Ir.current.useSyncExternalStore(e, t, r);
};
Se.useTransition = function() {
return Ir.current.useTransition();
};
Se.version = "18.3.1";
});
// ../node_modules/react/index.js
var H = R((rlt, v9) => {
"use strict";
v9.exports = y9();
});
// ../node_modules/scheduler/cjs/scheduler.production.min.js
var T9 = R((Ge) => {
"use strict";
function tC(e, t) {
var r = e.length;
e.push(t);
e: for (; 0 < r; ) {
var n = r - 1 >>> 1, o = e[n];
if (0 < i0(o, t)) e[n] = t, e[r] = o, r = n;
else break e;
}
}
a(tC, "f");
function Eo(e) {
return e.length === 0 ? null : e[0];
}
a(Eo, "h");
function l0(e) {
if (e.length === 0) return null;
var t = e[0], r = e.pop();
if (r !== t) {
e[0] = r;
e: for (var n = 0, o = e.length, i = o >>> 1; n < i; ) {
var s = 2 * (n + 1) - 1, l = e[s], u = s + 1, c = e[u];
if (0 > i0(l, r)) u < o && 0 > i0(c, l) ? (e[n] = c, e[u] = r, n = u) : (e[n] = l, e[s] = r, n = s);
else if (u < o && 0 > i0(c, r)) e[n] = c, e[u] = r, n = u;
else break e;
}
}
return t;
}
a(l0, "k");
function i0(e, t) {
var r = e.sortIndex - t.sortIndex;
return r !== 0 ? r : e.id - t.id;
}
a(i0, "g");
typeof performance == "object" && typeof performance.now == "function" ? (b9 = performance, Ge.unstable_now = function() {
return b9.now();
}) : (Q4 = Date, w9 = Q4.now(), Ge.unstable_now = function() {
return Q4.now() - w9;
});
var b9, Q4, w9, aa = [], bi = [], Fhe = 1, kn = null, br = 3, u0 = !1, Ys = !1, mf = !1, x9 = typeof setTimeout == "function" ? setTimeout :
null, S9 = typeof clearTimeout == "function" ? clearTimeout : null, E9 = typeof setImmediate < "u" ? setImmediate : null;
typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.
bind(navigator.scheduling);
function rC(e) {
for (var t = Eo(bi); t !== null; ) {
if (t.callback === null) l0(bi);
else if (t.startTime <= e) l0(bi), t.sortIndex = t.expirationTime, tC(aa, t);
else break;
t = Eo(bi);
}
}
a(rC, "G");
function nC(e) {
if (mf = !1, rC(e), !Ys) if (Eo(aa) !== null) Ys = !0, aC(oC);
else {
var t = Eo(bi);
t !== null && iC(nC, t.startTime - e);
}
}
a(nC, "H");
function oC(e, t) {
Ys = !1, mf && (mf = !1, S9(hf), hf = -1), u0 = !0;
var r = br;
try {
for (rC(t), kn = Eo(aa); kn !== null && (!(kn.expirationTime > t) || e && !P9()); ) {
var n = kn.callback;
if (typeof n == "function") {
kn.callback = null, br = kn.priorityLevel;
var o = n(kn.expirationTime <= t);
t = Ge.unstable_now(), typeof o == "function" ? kn.callback = o : kn === Eo(aa) && l0(aa), rC(t);
} else l0(aa);
kn = Eo(aa);
}
if (kn !== null) var i = !0;
else {
var s = Eo(bi);
s !== null && iC(nC, s.startTime - t), i = !1;
}
return i;
} finally {
kn = null, br = r, u0 = !1;
}
}
a(oC, "J");
var c0 = !1, s0 = null, hf = -1, C9 = 5, _9 = -1;
function P9() {
return !(Ge.unstable_now() - _9 < C9);
}
a(P9, "M");
function Z4() {
if (s0 !== null) {
var e = Ge.unstable_now();
_9 = e;
var t = !0;
try {
t = s0(!0, e);
} finally {
t ? pf() : (c0 = !1, s0 = null);
}
} else c0 = !1;
}
a(Z4, "R");
var pf;
typeof E9 == "function" ? pf = /* @__PURE__ */ a(function() {
E9(Z4);
}, "S") : typeof MessageChannel < "u" ? (eC = new MessageChannel(), R9 = eC.port2, eC.port1.onmessage = Z4, pf = /* @__PURE__ */ a(function() {
R9.postMessage(null);
}, "S")) : pf = /* @__PURE__ */ a(function() {
x9(Z4, 0);
}, "S");
var eC, R9;
function aC(e) {
s0 = e, c0 || (c0 = !0, pf());
}
a(aC, "I");
function iC(e, t) {
hf = x9(function() {
e(Ge.unstable_now());
}, t);
}
a(iC, "K");
Ge.unstable_IdlePriority = 5;
Ge.unstable_ImmediatePriority = 1;
Ge.unstable_LowPriority = 4;
Ge.unstable_NormalPriority = 3;
Ge.unstable_Profiling = null;
Ge.unstable_UserBlockingPriority = 2;
Ge.unstable_cancelCallback = function(e) {
e.callback = null;
};
Ge.unstable_continueExecution = function() {
Ys || u0 || (Ys = !0, aC(oC));
};
Ge.unstable_forceFrameRate = function(e) {
0 > e || 125 < e ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not \
supported") : C9 = 0 < e ? Math.floor(1e3 / e) : 5;
};
Ge.unstable_getCurrentPriorityLevel = function() {
return br;
};
Ge.unstable_getFirstCallbackNode = function() {
return Eo(aa);
};
Ge.unstable_next = function(e) {
switch (br) {
case 1:
case 2:
case 3:
var t = 3;
break;
default:
t = br;
}
var r = br;
br = t;
try {
return e();
} finally {
br = r;
}
};
Ge.unstable_pauseExecution = function() {
};
Ge.unstable_requestPaint = function() {
};
Ge.unstable_runWithPriority = function(e, t) {
switch (e) {
case 1:
case 2:
case 3:
case 4:
case 5:
break;
default:
e = 3;
}
var r = br;
br = e;
try {
return t();
} finally {
br = r;
}
};
Ge.unstable_scheduleCallback = function(e, t, r) {
var n = Ge.unstable_now();
switch (typeof r == "object" && r !== null ? (r = r.delay, r = typeof r == "number" && 0 < r ? n + r : n) : r = n, e) {
case 1:
var o = -1;
break;
case 2:
o = 250;
break;
case 5:
o = 1073741823;
break;
case 4:
o = 1e4;
break;
default:
o = 5e3;
}
return o = r + o, e = { id: Fhe++, callback: t, priorityLevel: e, startTime: r, expirationTime: o, sortIndex: -1 }, r > n ? (e.sortIndex =
r, tC(bi, e), Eo(aa) === null && e === Eo(bi) && (mf ? (S9(hf), hf = -1) : mf = !0, iC(nC, r - n))) : (e.sortIndex = o, tC(aa, e), Ys ||
u0 || (Ys = !0, aC(oC))), e;
};
Ge.unstable_shouldYield = P9;
Ge.unstable_wrapCallback = function(e) {
var t = br;
return function() {
var r = br;
br = t;
try {
return e.apply(this, arguments);
} finally {
br = r;
}
};
};
});
// ../node_modules/scheduler/index.js
var O9 = R((alt, A9) => {
"use strict";
A9.exports = T9();
});
// ../node_modules/react-dom/cjs/react-dom.production.min.js
var Lq = R((bn) => {
"use strict";
var jhe = H(), yn = O9();
function W(e) {
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, r = 1; r < arguments.length; r++) t += "&args[]=" + encodeURIComponent(
arguments[r]);
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors an\
d additional helpful warnings.";
}
a(W, "p");
var DL = /* @__PURE__ */ new Set(), Df = {};
function sl(e, t) {
Vu(e, t), Vu(e + "Capture", t);
}
a(sl, "fa");
function Vu(e, t) {
for (Df[e] = t, e = 0; e < t.length; e++) DL.add(t[e]);
}
a(Vu, "ha");
var Fa = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), AC = Object.prototype.hasOwnProperty,
Bhe = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,
I9 = {}, M9 = {};
function $he(e) {
return AC.call(M9, e) ? !0 : AC.call(I9, e) ? !1 : Bhe.test(e) ? M9[e] = !0 : (I9[e] = !0, !1);
}
a($he, "oa");
function Hhe(e, t, r, n) {
if (r !== null && r.type === 0) return !1;
switch (typeof t) {
case "function":
case "symbol":
return !0;
case "boolean":
return n ? !1 : r !== null ? !r.acceptsBooleans : (e = e.toLowerCase().slice(0, 5), e !== "data-" && e !== "aria-");
default:
return !1;
}
}
a(Hhe, "pa");
function zhe(e, t, r, n) {
if (t === null || typeof t > "u" || Hhe(e, t, r, n)) return !0;
if (n) return !1;
if (r !== null) switch (r.type) {
case 3:
return !t;
case 4:
return t === !1;
case 5:
return isNaN(t);
case 6:
return isNaN(t) || 1 > t;
}
return !1;
}
a(zhe, "qa");
function Lr(e, t, r, n, o, i, s) {
this.acceptsBooleans = t === 2 || t === 3 || t === 4, this.attributeName = n, this.attributeNamespace = o, this.mustUseProperty = r, this.
propertyName = e, this.type = t, this.sanitizeURL = i, this.removeEmptyString = s;
}
a(Lr, "v");
var lr = {};
"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(
" ").forEach(function(e) {
lr[e] = new Lr(e, 0, !1, e, null, !1, !1);
});
[["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(e) {
var t = e[0];
lr[t] = new Lr(t, 1, !1, e[1], null, !1, !1);
});
["contentEditable", "draggable", "spellCheck", "value"].forEach(function(e) {
lr[e] = new Lr(e, 2, !1, e.toLowerCase(), null, !1, !1);
});
["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(e) {
lr[e] = new Lr(e, 2, !1, e, null, !1, !1);
});
"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hid\
den loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e) {
lr[e] = new Lr(e, 3, !1, e.toLowerCase(), null, !1, !1);
});
["checked", "multiple", "muted", "selected"].forEach(function(e) {
lr[e] = new Lr(e, 3, !0, e, null, !1, !1);
});
["capture", "download"].forEach(function(e) {
lr[e] = new Lr(e, 4, !1, e, null, !1, !1);
});
["cols", "rows", "size", "span"].forEach(function(e) {
lr[e] = new Lr(e, 6, !1, e, null, !1, !1);
});
["rowSpan", "start"].forEach(function(e) {
lr[e] = new Lr(e, 5, !1, e.toLowerCase(), null, !1, !1);
});
var E_ = /[\-:]([a-z])/g;
function R_(e) {
return e[1].toUpperCase();
}
a(R_, "sa");
"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filter\
s color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size f\
ont-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-ad\
v-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness pai\
nt-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness str\
oke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration tex\
t-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematic\
al vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e) {
var t = e.replace(
E_,
R_
);
lr[t] = new Lr(t, 1, !1, e, null, !1, !1);
});
"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e) {
var t = e.replace(E_, R_);
lr[t] = new Lr(t, 1, !1, e, "http://www.w3.org/1999/xlink", !1, !1);
});
["xml:base", "xml:lang", "xml:space"].forEach(function(e) {
var t = e.replace(E_, R_);
lr[t] = new Lr(t, 1, !1, e, "http://www.w3.org/XML/1998/namespace", !1, !1);
});
["tabIndex", "crossOrigin"].forEach(function(e) {
lr[e] = new Lr(e, 1, !1, e.toLowerCase(), null, !1, !1);
});
lr.xlinkHref = new Lr("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1);
["src", "href", "action", "formAction"].forEach(function(e) {
lr[e] = new Lr(e, 1, !1, e.toLowerCase(), null, !0, !0);
});
function x_(e, t, r, n) {
var o = lr.hasOwnProperty(t) ? lr[t] : null;
(o !== null ? o.type !== 0 : n || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (zhe(t, r, o, n) &&
(r = null), n || o === null ? $he(t) && (r === null ? e.removeAttribute(t) : e.setAttribute(t, "" + r)) : o.mustUseProperty ? e[o.propertyName] =
r === null ? o.type === 3 ? !1 : "" : r : (t = o.attributeName, n = o.attributeNamespace, r === null ? e.removeAttribute(t) : (o = o.type,
r = o === 3 || o === 4 && r === !0 ? "" : "" + r, n ? e.setAttributeNS(n, t, r) : e.setAttribute(t, r))));
}
a(x_, "ta");
var Ha = jhe.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, d0 = Symbol.for("react.element"), Pu = Symbol.for("react.portal"), Tu = Symbol.
for("react.fragment"), S_ = Symbol.for("react.strict_mode"), OC = Symbol.for("react.profiler"), FL = Symbol.for("react.provider"), jL = Symbol.
for("react.context"), C_ = Symbol.for("react.forward_ref"), IC = Symbol.for("react.suspense"), MC = Symbol.for("react.suspense_list"), __ = Symbol.
for("react.memo"), Ei = Symbol.for("react.lazy");
Symbol.for("react.scope");
Symbol.for("react.debug_trace_mode");
var BL = Symbol.for("react.offscreen");
Symbol.for("react.legacy_hidden");
Symbol.for("react.cache");
Symbol.for("react.tracing_marker");
var N9 = Symbol.iterator;
function gf(e) {
return e === null || typeof e != "object" ? null : (e = N9 && e[N9] || e["@@iterator"], typeof e == "function" ? e : null);
}
a(gf, "Ka");
var pt = Object.assign, sC;
function Sf(e) {
if (sC === void 0) try {
throw Error();
} catch (r) {
var t = r.stack.trim().match(/\n( *(at )?)/);
sC = t && t[1] || "";
}
return `
` + sC + e;
}
a(Sf, "Ma");
var lC = !1;
function uC(e, t) {
if (!e || lC) return "";
lC = !0;
var r = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
try {
if (t) if (t = /* @__PURE__ */ a(function() {
throw Error();
}, "b"), Object.defineProperty(t.prototype, "props", { set: /* @__PURE__ */ a(function() {
throw Error();
}, "set") }), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(t, []);
} catch (c) {
var n = c;
}
Reflect.construct(e, [], t);
} else {
try {
t.call();
} catch (c) {
n = c;
}
e.call(t.prototype);
}
else {
try {
throw Error();
} catch (c) {
n = c;
}
e();
}
} catch (c) {
if (c && n && typeof c.stack == "string") {
for (var o = c.stack.split(`
`), i = n.stack.split(`
`), s = o.length - 1, l = i.length - 1; 1 <= s && 0 <= l && o[s] !== i[l]; ) l--;
for (; 1 <= s && 0 <= l; s--, l--) if (o[s] !== i[l]) {
if (s !== 1 || l !== 1)
do
if (s--, l--, 0 > l || o[s] !== i[l]) {
var u = `
` + o[s].replace(" at new ", " at ");
return e.displayName && u.includes("<anonymous>") && (u = u.replace("<anonymous>", e.displayName)), u;
}
while (1 <= s && 0 <= l);
break;
}
}
} finally {
lC = !1, Error.prepareStackTrace = r;
}
return (e = e ? e.displayName || e.name : "") ? Sf(e) : "";
}
a(uC, "Oa");
function Uhe(e) {
switch (e.tag) {
case 5:
return Sf(e.type);
case 16:
return Sf("Lazy");
case 13:
return Sf("Suspense");
case 19:
return Sf("SuspenseList");
case 0:
case 2:
case 15:
return e = uC(e.type, !1), e;
case 11:
return e = uC(e.type.render, !1), e;
case 1:
return e = uC(e.type, !0), e;
default:
return "";
}
}
a(Uhe, "Pa");
function NC(e) {
if (e == null) return null;
if (typeof e == "function") return e.displayName || e.name || null;
if (typeof e == "string") return e;
switch (e) {
case Tu:
return "Fragment";
case Pu:
return "Portal";
case OC:
return "Profiler";
case S_:
return "StrictMode";
case IC:
return "Suspense";
case MC:
return "SuspenseList";
}
if (typeof e == "object") switch (e.$$typeof) {
case jL:
return (e.displayName || "Context") + ".Consumer";
case FL:
return (e._context.displayName || "Context") + ".Provider";
case C_:
var t = e.render;
return e = e.displayName, e || (e = t.displayName || t.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
case __:
return t = e.displayName || null, t !== null ? t : NC(e.type) || "Memo";
case Ei:
t = e._payload, e = e._init;
try {
return NC(e(t));
} catch {
}
}
return null;
}
a(NC, "Qa");
function Vhe(e) {
var t = e.type;
switch (e.tag) {
case 24:
return "Cache";
case 9:
return (t.displayName || "Context") + ".Consumer";
case 10:
return (t._context.displayName || "Context") + ".Provider";
case 18:
return "DehydratedFragment";
case 11:
return e = t.render, e = e.displayName || e.name || "", t.displayName || (e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef");
case 7:
return "Fragment";
case 5:
return t;
case 4:
return "Portal";
case 3:
return "Root";
case 6:
return "Text";
case 16:
return NC(t);
case 8:
return t === S_ ? "StrictMode" : "Mode";
case 22:
return "Offscreen";
case 12:
return "Profiler";
case 21:
return "Scope";
case 13:
return "Suspense";
case 19:
return "SuspenseList";
case 25:
return "TracingMarker";
case 1:
case 0:
case 17:
case 2:
case 14:
case 15:
if (typeof t == "function") return t.displayName || t.name || null;
if (typeof t == "string") return t;
}
return null;
}
a(Vhe, "Ra");
function ki(e) {
switch (typeof e) {
case "boolean":
case "number":
case "string":
case "undefined":
return e;
case "object":
return e;
default:
return "";
}
}
a(ki, "Sa");
function $L(e) {
var t = e.type;
return (e = e.nodeName) && e.toLowerCase() === "input" && (t === "checkbox" || t === "radio");
}
a($L, "Ta");
function Whe(e) {
var t = $L(e) ? "checked" : "value", r = Object.getOwnPropertyDescriptor(e.constructor.prototype, t), n = "" + e[t];
if (!e.hasOwnProperty(t) && typeof r < "u" && typeof r.get == "function" && typeof r.set == "function") {
var o = r.get, i = r.set;
return Object.defineProperty(e, t, { configurable: !0, get: /* @__PURE__ */ a(function() {
return o.call(this);
}, "get"), set: /* @__PURE__ */ a(function(s) {
n = "" + s, i.call(this, s);
}, "set") }), Object.defineProperty(e, t, { enumerable: r.enumerable }), { getValue: /* @__PURE__ */ a(function() {
return n;
}, "getValue"), setValue: /* @__PURE__ */ a(function(s) {
n = "" + s;
}, "setValue"), stopTracking: /* @__PURE__ */ a(function() {
e._valueTracker = null, delete e[t];
}, "stopTracking") };
}
}
a(Whe, "Ua");
function f0(e) {
e._valueTracker || (e._valueTracker = Whe(e));
}
a(f0, "Va");
function HL(e) {
if (!e) return !1;
var t = e._valueTracker;
if (!t) return !0;
var r = t.getValue(), n = "";
return e && (n = $L(e) ? e.checked ? "true" : "false" : e.value), e = n, e !== r ? (t.setValue(e), !0) : !1;
}
a(HL, "Wa");
function B0(e) {
if (e = e || (typeof document < "u" ? document : void 0), typeof e > "u") return null;
try {
return e.activeElement || e.body;
} catch {
return e.body;
}
}
a(B0, "Xa");
function LC(e, t) {
var r = t.checked;
return pt({}, t, { defaultChecked: void 0, defaultValue: void 0, value: void 0, checked: r ?? e._wrapperState.initialChecked });
}
a(LC, "Ya");
function L9(e, t) {
var r = t.defaultValue == null ? "" : t.defaultValue, n = t.checked != null ? t.checked : t.defaultChecked;
r = ki(t.value != null ? t.value : r), e._wrapperState = { initialChecked: n, initialValue: r, controlled: t.type === "checkbox" || t.type ===
"radio" ? t.checked != null : t.value != null };
}
a(L9, "Za");
function zL(e, t) {
t = t.checked, t != null && x_(e, "checked", t, !1);
}
a(zL, "ab");
function kC(e, t) {
zL(e, t);
var r = ki(t.value), n = t.type;
if (r != null) n === "number" ? (r === 0 && e.value === "" || e.value != r) && (e.value = "" + r) : e.value !== "" + r && (e.value = "" +
r);
else if (n === "submit" || n === "reset") {
e.removeAttribute("value");
return;
}
t.hasOwnProperty("value") ? qC(e, t.type, r) : t.hasOwnProperty("defaultValue") && qC(e, t.type, ki(t.defaultValue)), t.checked == null &&
t.defaultChecked != null && (e.defaultChecked = !!t.defaultChecked);
}
a(kC, "bb");
function k9(e, t, r) {
if (t.hasOwnProperty("value") || t.hasOwnProperty("defaultValue")) {
var n = t.type;
if (!(n !== "submit" && n !== "reset" || t.value !== void 0 && t.value !== null)) return;
t = "" + e._wrapperState.initialValue, r || t === e.value || (e.value = t), e.defaultValue = t;
}
r = e.name, r !== "" && (e.name = ""), e.defaultChecked = !!e._wrapperState.initialChecked, r !== "" && (e.name = r);
}
a(k9, "db");
function qC(e, t, r) {
(t !== "number" || B0(e.ownerDocument) !== e) && (r == null ? e.defaultValue = "" + e._wrapperState.initialValue : e.defaultValue !== "" +
r && (e.defaultValue = "" + r));
}
a(qC, "cb");
var Cf = Array.isArray;
function ju(e, t, r, n) {
if (e = e.options, t) {
t = {};
for (var o = 0; o < r.length; o++) t["$" + r[o]] = !0;
for (r = 0; r < e.length; r++) o = t.hasOwnProperty("$" + e[r].value), e[r].selected !== o && (e[r].selected = o), o && n && (e[r].defaultSelected =
!0);
} else {
for (r = "" + ki(r), t = null, o = 0; o < e.length; o++) {
if (e[o].value === r) {
e[o].selected = !0, n && (e[o].defaultSelected = !0);
return;
}
t !== null || e[o].disabled || (t = e[o]);
}
t !== null && (t.selected = !0);
}
}
a(ju, "fb");
function DC(e, t) {
if (t.dangerouslySetInnerHTML != null) throw Error(W(91));
return pt({}, t, { value: void 0, defaultValue: void 0, children: "" + e._wrapperState.initialValue });
}
a(DC, "gb");
function q9(e, t) {
var r = t.value;
if (r == null) {
if (r = t.children, t = t.defaultValue, r != null) {
if (t != null) throw Error(W(92));
if (Cf(r)) {
if (1 < r.length) throw Error(W(93));
r = r[0];
}
t = r;
}
t == null && (t = ""), r = t;
}
e._wrapperState = { initialValue: ki(r) };
}
a(q9, "hb");
function UL(e, t) {
var r = ki(t.value), n = ki(t.defaultValue);
r != null && (r = "" + r, r !== e.value && (e.value = r), t.defaultValue == null && e.defaultValue !== r && (e.defaultValue = r)), n != null &&
(e.defaultValue = "" + n);
}
a(UL, "ib");
function D9(e) {
var t = e.textContent;
t === e._wrapperState.initialValue && t !== "" && t !== null && (e.value = t);
}
a(D9, "jb");
function VL(e) {
switch (e) {
case "svg":
return "http://www.w3.org/2000/svg";
case "math":
return "http://www.w3.org/1998/Math/MathML";
default:
return "http://www.w3.org/1999/xhtml";
}
}
a(VL, "kb");
function FC(e, t) {
return e == null || e === "http://www.w3.org/1999/xhtml" ? VL(t) : e === "http://www.w3.org/2000/svg" && t === "foreignObject" ? "http:/\
/www.w3.org/1999/xhtml" : e;
}
a(FC, "lb");
var p0, WL = function(e) {
return typeof MSApp < "u" && MSApp.execUnsafeLocalFunction ? function(t, r, n, o) {
MSApp.execUnsafeLocalFunction(function() {
return e(t, r, n, o);
});
} : e;
}(function(e, t) {
if (e.namespaceURI !== "http://www.w3.org/2000/svg" || "innerHTML" in e) e.innerHTML = t;
else {
for (p0 = p0 || document.createElement("div"), p0.innerHTML = "<svg>" + t.valueOf().toString() + "</svg>", t = p0.firstChild; e.firstChild; )
e.removeChild(e.firstChild);
for (; t.firstChild; ) e.appendChild(t.firstChild);
}
});
function Ff(e, t) {
if (t) {
var r = e.firstChild;
if (r && r === e.lastChild && r.nodeType === 3) {
r.nodeValue = t;
return;
}
}
e.textContent = t;
}
a(Ff, "ob");
var Tf = {
animationIterationCount: !0,
aspectRatio: !0,
borderImageOutset: !0,
borderImageSlice: !0,
borderImageWidth: !0,
boxFlex: !0,
boxFlexGroup: !0,
boxOrdinalGroup: !0,
columnCount: !0,
columns: !0,
flex: !0,
flexGrow: !0,
flexPositive: !0,
flexShrink: !0,
flexNegative: !0,
flexOrder: !0,
gridArea: !0,
gridRow: !0,
gridRowEnd: !0,
gridRowSpan: !0,
gridRowStart: !0,
gridColumn: !0,
gridColumnEnd: !0,
gridColumnSpan: !0,
gridColumnStart: !0,
fontWeight: !0,
lineClamp: !0,
lineHeight: !0,
opacity: !0,
order: !0,
orphans: !0,
tabSize: !0,
widows: !0,
zIndex: !0,
zoom: !0,
fillOpacity: !0,
floodOpacity: !0,
stopOpacity: !0,
strokeDasharray: !0,
strokeDashoffset: !0,
strokeMiterlimit: !0,
strokeOpacity: !0,
strokeWidth: !0
}, Ghe = ["Webkit", "ms", "Moz", "O"];
Object.keys(Tf).forEach(function(e) {
Ghe.forEach(function(t) {
t = t + e.charAt(0).toUpperCase() + e.substring(1), Tf[t] = Tf[e];
});
});
function GL(e, t, r) {
return t == null || typeof t == "boolean" || t === "" ? "" : r || typeof t != "number" || t === 0 || Tf.hasOwnProperty(e) && Tf[e] ? ("" +
t).trim() : t + "px";
}
a(GL, "rb");
function YL(e, t) {
e = e.style;
for (var r in t) if (t.hasOwnProperty(r)) {
var n = r.indexOf("--") === 0, o = GL(r, t[r], n);
r === "float" && (r = "cssFloat"), n ? e.setProperty(r, o) : e[r] = o;
}
}
a(YL, "sb");
var Yhe = pt({ menuitem: !0 }, { area: !0, base: !0, br: !0, col: !0, embed: !0, hr: !0, img: !0, input: !0, keygen: !0, link: !0, meta: !0,
param: !0, source: !0, track: !0, wbr: !0 });
function jC(e, t) {
if (t) {
if (Yhe[e] && (t.children != null || t.dangerouslySetInnerHTML != null)) throw Error(W(137, e));
if (t.dangerouslySetInnerHTML != null) {
if (t.children != null) throw Error(W(60));
if (typeof t.dangerouslySetInnerHTML != "object" || !("__html" in t.dangerouslySetInnerHTML)) throw Error(W(61));
}
if (t.style != null && typeof t.style != "object") throw Error(W(62));
}
}
a(jC, "ub");
function BC(e, t) {
if (e.indexOf("-") === -1) return typeof t.is == "string";
switch (e) {
case "annotation-xml":
case "color-profile":
case "font-face":
case "font-face-src":
case "font-face-uri":
case "font-face-format":
case "font-face-name":
case "missing-glyph":
return !1;
default:
return !0;
}
}
a(BC, "vb");
var $C = null;
function P_(e) {
return e = e.target || e.srcElement || window, e.correspondingUseElement && (e = e.correspondingUseElement), e.nodeType === 3 ? e.parentNode :
e;
}
a(P_, "xb");
var HC = null, Bu = null, $u = null;
function F9(e) {
if (e = rp(e)) {
if (typeof HC != "function") throw Error(W(280));
var t = e.stateNode;
t && (t = mg(t), HC(e.stateNode, e.type, t));
}
}
a(F9, "Bb");
function KL(e) {
Bu ? $u ? $u.push(e) : $u = [e] : Bu = e;
}
a(KL, "Eb");
function XL() {
if (Bu) {
var e = Bu, t = $u;
if ($u = Bu = null, F9(e), t) for (e = 0; e < t.length; e++) F9(t[e]);
}
}
a(XL, "Fb");
function JL(e, t) {
return e(t);
}
a(JL, "Gb");
function QL() {
}
a(QL, "Hb");
var cC = !1;
function ZL(e, t, r) {
if (cC) return e(t, r);
cC = !0;
try {
return JL(e, t, r);
} finally {
cC = !1, (Bu !== null || $u !== null) && (QL(), XL());
}
}
a(ZL, "Jb");
function jf(e, t) {
var r = e.stateNode;
if (r === null) return null;
var n = mg(r);
if (n === null) return null;
r = n[t];
e: switch (t) {
case "onClick":
case "onClickCapture":
case "onDoubleClick":
case "onDoubleClickCapture":
case "onMouseDown":
case "onMouseDownCapture":
case "onMouseMove":
case "onMouseMoveCapture":
case "onMouseUp":
case "onMouseUpCapture":
case "onMouseEnter":
(n = !n.disabled) || (e = e.type, n = !(e === "button" || e === "input" || e === "select" || e === "textarea")), e = !n;
break e;
default:
e = !1;
}
if (e) return null;
if (r && typeof r != "function") throw Error(W(231, t, typeof r));
return r;
}
a(jf, "Kb");
var zC = !1;
if (Fa) try {
Cu = {}, Object.defineProperty(Cu, "passive", { get: /* @__PURE__ */ a(function() {
zC = !0;
}, "get") }), window.addEventListener("test", Cu, Cu), window.removeEventListener("test", Cu, Cu);
} catch {
zC = !1;
}
var Cu;
function Khe(e, t, r, n, o, i, s, l, u) {
var c = Array.prototype.slice.call(arguments, 3);
try {
t.apply(r, c);
} catch (d) {
this.onError(d);
}
}
a(Khe, "Nb");
var Af = !1, $0 = null, H0 = !1, UC = null, Xhe = { onError: /* @__PURE__ */ a(function(e) {
Af = !0, $0 = e;
}, "onError") };
function Jhe(e, t, r, n, o, i, s, l, u) {
Af = !1, $0 = null, Khe.apply(Xhe, arguments);
}
a(Jhe, "Tb");
function Qhe(e, t, r, n, o, i, s, l, u) {
if (Jhe.apply(this, arguments), Af) {
if (Af) {
var c = $0;
Af = !1, $0 = null;
} else throw Error(W(198));
H0 || (H0 = !0, UC = c);
}
}
a(Qhe, "Ub");
function ll(e) {
var t = e, r = e;
if (e.alternate) for (; t.return; ) t = t.return;
else {
e = t;
do
t = e, (t.flags & 4098) !== 0 && (r = t.return), e = t.return;
while (e);
}
return t.tag === 3 ? r : null;
}
a(ll, "Vb");
function ek(e) {
if (e.tag === 13) {
var t = e.memoizedState;
if (t === null && (e = e.alternate, e !== null && (t = e.memoizedState)), t !== null) return t.dehydrated;
}
return null;
}
a(ek, "Wb");
function j9(e) {
if (ll(e) !== e) throw Error(W(188));
}
a(j9, "Xb");
function Zhe(e) {
var t = e.alternate;
if (!t) {
if (t = ll(e), t === null) throw Error(W(188));
return t !== e ? null : e;
}
for (var r = e, n = t; ; ) {
var o = r.return;
if (o === null) break;
var i = o.alternate;
if (i === null) {
if (n = o.return, n !== null) {
r = n;
continue;
}
break;
}
if (o.child === i.child) {
for (i = o.child; i; ) {
if (i === r) return j9(o), e;
if (i === n) return j9(o), t;
i = i.sibling;
}
throw Error(W(188));
}
if (r.return !== n.return) r = o, n = i;
else {
for (var s = !1, l = o.child; l; ) {
if (l === r) {
s = !0, r = o, n = i;
break;
}
if (l === n) {
s = !0, n = o, r = i;
break;
}
l = l.sibling;
}
if (!s) {
for (l = i.child; l; ) {
if (l === r) {
s = !0, r = i, n = o;
break;
}
if (l === n) {
s = !0, n = i, r = o;
break;
}
l = l.sibling;
}
if (!s) throw Error(W(189));
}
}
if (r.alternate !== n) throw Error(W(190));
}
if (r.tag !== 3) throw Error(W(188));
return r.stateNode.current === r ? e : t;
}
a(Zhe, "Yb");
function tk(e) {
return e = Zhe(e), e !== null ? rk(e) : null;
}
a(tk, "Zb");
function rk(e) {
if (e.tag === 5 || e.tag === 6) return e;
for (e = e.child; e !== null; ) {
var t = rk(e);
if (t !== null) return t;
e = e.sibling;
}
return null;
}
a(rk, "$b");
var nk = yn.unstable_scheduleCallback, B9 = yn.unstable_cancelCallback, e0e = yn.unstable_shouldYield, t0e = yn.unstable_requestPaint, St = yn.
unstable_now, r0e = yn.unstable_getCurrentPriorityLevel, T_ = yn.unstable_ImmediatePriority, ok = yn.unstable_UserBlockingPriority, z0 = yn.
unstable_NormalPriority, n0e = yn.unstable_LowPriority, ak = yn.unstable_IdlePriority, cg = null, ua = null;
function o0e(e) {
if (ua && typeof ua.onCommitFiberRoot == "function") try {
ua.onCommitFiberRoot(cg, e, void 0, (e.current.flags & 128) === 128);
} catch {
}
}
a(o0e, "mc");
var _o = Math.clz32 ? Math.clz32 : s0e, a0e = Math.log, i0e = Math.LN2;
function s0e(e) {
return e >>>= 0, e === 0 ? 32 : 31 - (a0e(e) / i0e | 0) | 0;
}
a(s0e, "nc");
var m0 = 64, h0 = 4194304;
function _f(e) {
switch (e & -e) {
case 1:
return 1;
case 2:
return 2;
case 4:
return 4;
case 8:
return 8;
case 16:
return 16;
case 32:
return 32;
case 64:
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
return e & 4194240;
case 4194304:
case 8388608:
case 16777216:
case 33554432:
case 67108864:
return e & 130023424;
case 134217728:
return 134217728;
case 268435456:
return 268435456;
case 536870912:
return 536870912;
case 1073741824:
return 1073741824;
default:
return e;
}
}
a(_f, "tc");
function U0(e, t) {
var r = e.pendingLanes;
if (r === 0) return 0;
var n = 0, o = e.suspendedLanes, i = e.pingedLanes, s = r & 268435455;
if (s !== 0) {
var l = s & ~o;
l !== 0 ? n = _f(l) : (i &= s, i !== 0 && (n = _f(i)));
} else s = r & ~o, s !== 0 ? n = _f(s) : i !== 0 && (n = _f(i));
if (n === 0) return 0;
if (t !== 0 && t !== n && (t & o) === 0 && (o = n & -n, i = t & -t, o >= i || o === 16 && (i & 4194240) !== 0)) return t;
if ((n & 4) !== 0 && (n |= r & 16), t = e.entangledLanes, t !== 0) for (e = e.entanglements, t &= n; 0 < t; ) r = 31 - _o(t), o = 1 << r,
n |= e[r], t &= ~o;
return n;
}
a(U0, "uc");
function l0e(e, t) {
switch (e) {
case 1:
case 2:
case 4:
return t + 250;
case 8:
case 16:
case 32:
case 64:
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
return t + 5e3;
case 4194304:
case 8388608:
case 16777216:
case 33554432:
case 67108864:
return -1;
case 134217728:
case 268435456:
case 536870912:
case 1073741824:
return -1;
default:
return -1;
}
}
a(l0e, "vc");
function u0e(e, t) {
for (var r = e.suspendedLanes, n = e.pingedLanes, o = e.expirationTimes, i = e.pendingLanes; 0 < i; ) {
var s = 31 - _o(i), l = 1 << s, u = o[s];
u === -1 ? ((l & r) === 0 || (l & n) !== 0) && (o[s] = l0e(l, t)) : u <= t && (e.expiredLanes |= l), i &= ~l;
}
}
a(u0e, "wc");
function VC(e) {
return e = e.pendingLanes & -1073741825, e !== 0 ? e : e & 1073741824 ? 1073741824 : 0;
}
a(VC, "xc");
function ik() {
var e = m0;
return m0 <<= 1, (m0 & 4194240) === 0 && (m0 = 64), e;
}
a(ik, "yc");
function dC(e) {
for (var t = [], r = 0; 31 > r; r++) t.push(e);
return t;
}
a(dC, "zc");
function ep(e, t, r) {
e.pendingLanes |= t, t !== 536870912 && (e.suspendedLanes = 0, e.pingedLanes = 0), e = e.eventTimes, t = 31 - _o(t), e[t] = r;
}
a(ep, "Ac");
function c0e(e, t) {
var r = e.pendingLanes & ~t;
e.pendingLanes = t, e.suspendedLanes = 0, e.pingedLanes = 0, e.expiredLanes &= t, e.mutableReadLanes &= t, e.entangledLanes &= t, t = e.
entanglements;
var n = e.eventTimes;
for (e = e.expirationTimes; 0 < r; ) {
var o = 31 - _o(r), i = 1 << o;
t[o] = 0, n[o] = -1, e[o] = -1, r &= ~i;
}
}
a(c0e, "Bc");
function A_(e, t) {
var r = e.entangledLanes |= t;
for (e = e.entanglements; r; ) {
var n = 31 - _o(r), o = 1 << n;
o & t | e[n] & t && (e[n] |= t), r &= ~o;
}
}
a(A_, "Cc");
var Fe = 0;
function sk(e) {
return e &= -e, 1 < e ? 4 < e ? (e & 268435455) !== 0 ? 16 : 536870912 : 4 : 1;
}
a(sk, "Dc");
var lk, O_, uk, ck, dk, WC = !1, g0 = [], Pi = null, Ti = null, Ai = null, Bf = /* @__PURE__ */ new Map(), $f = /* @__PURE__ */ new Map(),
xi = [], d0e = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart \
drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");
function $9(e, t) {
switch (e) {
case "focusin":
case "focusout":
Pi = null;
break;
case "dragenter":
case "dragleave":
Ti = null;
break;
case "mouseover":
case "mouseout":
Ai = null;
break;
case "pointerover":
case "pointerout":
Bf.delete(t.pointerId);
break;
case "gotpointercapture":
case "lostpointercapture":
$f.delete(t.pointerId);
}
}
a($9, "Sc");
function yf(e, t, r, n, o, i) {
return e === null || e.nativeEvent !== i ? (e = { blockedOn: t, domEventName: r, eventSystemFlags: n, nativeEvent: i, targetContainers: [
o] }, t !== null && (t = rp(t), t !== null && O_(t)), e) : (e.eventSystemFlags |= n, t = e.targetContainers, o !== null && t.indexOf(o) ===
-1 && t.push(o), e);
}
a(yf, "Tc");
function f0e(e, t, r, n, o) {
switch (t) {
case "focusin":
return Pi