627 lines
20 KiB
JavaScript

import Oe from "react";
var x = {};
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var me;
function sr() {
if (me) return x;
me = 1;
var V = Oe, C = Symbol.for("react.element"), M = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, F = V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, A = { key: !0, ref: !0, __self: !0, __source: !0 };
function w(_, f, T) {
var p, y = {}, b = null, I = null;
T !== void 0 && (b = "" + T), f.key !== void 0 && (b = "" + f.key), f.ref !== void 0 && (I = f.ref);
for (p in f) m.call(f, p) && !A.hasOwnProperty(p) && (y[p] = f[p]);
if (_ && _.defaultProps) for (p in f = _.defaultProps, f) y[p] === void 0 && (y[p] = f[p]);
return { $$typeof: C, type: _, key: b, ref: I, props: y, _owner: F.current };
}
return x.Fragment = M, x.jsx = w, x.jsxs = w, x;
}
var D = {};
/**
* @license React
* react-jsx-runtime.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var Te;
function lr() {
return Te || (Te = 1, process.env.NODE_ENV !== "production" && function() {
var V = Oe, C = Symbol.for("react.element"), M = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), F = Symbol.for("react.strict_mode"), A = Symbol.for("react.profiler"), w = Symbol.for("react.provider"), _ = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), T = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), X = Symbol.iterator, Se = "@@iterator";
function Pe(e) {
if (e === null || typeof e != "object")
return null;
var r = X && e[X] || e[Se];
return typeof r == "function" ? r : null;
}
var O = V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
function c(e) {
{
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
t[n - 1] = arguments[n];
Ce("error", e, t);
}
}
function Ce(e, r, t) {
{
var n = O.ReactDebugCurrentFrame, o = n.getStackAddendum();
o !== "" && (r += "%s", t = t.concat([o]));
var u = t.map(function(i) {
return String(i);
});
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
}
}
var we = !1, je = !1, ke = !1, xe = !1, De = !1, H;
H = Symbol.for("react.module.reference");
function Fe(e) {
return !!(typeof e == "string" || typeof e == "function" || e === m || e === A || De || e === F || e === T || e === p || xe || e === I || we || je || ke || typeof e == "object" && e !== null && (e.$$typeof === b || e.$$typeof === y || e.$$typeof === w || e.$$typeof === _ || e.$$typeof === f || // This needs to include all possible module reference object
// types supported by any Flight configuration anywhere since
// we don't know which Flight build this will end up being used
// with.
e.$$typeof === H || e.getModuleId !== void 0));
}
function Ae(e, r, t) {
var n = e.displayName;
if (n)
return n;
var o = r.displayName || r.name || "";
return o !== "" ? t + "(" + o + ")" : t;
}
function Z(e) {
return e.displayName || "Context";
}
function E(e) {
if (e == null)
return null;
if (typeof e.tag == "number" && c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
return e.displayName || e.name || null;
if (typeof e == "string")
return e;
switch (e) {
case m:
return "Fragment";
case M:
return "Portal";
case A:
return "Profiler";
case F:
return "StrictMode";
case T:
return "Suspense";
case p:
return "SuspenseList";
}
if (typeof e == "object")
switch (e.$$typeof) {
case _:
var r = e;
return Z(r) + ".Consumer";
case w:
var t = e;
return Z(t._context) + ".Provider";
case f:
return Ae(e, e.render, "ForwardRef");
case y:
var n = e.displayName || null;
return n !== null ? n : E(e.type) || "Memo";
case b: {
var o = e, u = o._payload, i = o._init;
try {
return E(i(u));
} catch {
return null;
}
}
}
return null;
}
var h = Object.assign, j = 0, Q, ee, re, te, ne, ae, ie;
function oe() {
}
oe.__reactDisabledLog = !0;
function Ie() {
{
if (j === 0) {
Q = console.log, ee = console.info, re = console.warn, te = console.error, ne = console.group, ae = console.groupCollapsed, ie = console.groupEnd;
var e = {
configurable: !0,
enumerable: !0,
value: oe,
writable: !0
};
Object.defineProperties(console, {
info: e,
log: e,
warn: e,
error: e,
group: e,
groupCollapsed: e,
groupEnd: e
});
}
j++;
}
}
function $e() {
{
if (j--, j === 0) {
var e = {
configurable: !0,
enumerable: !0,
writable: !0
};
Object.defineProperties(console, {
log: h({}, e, {
value: Q
}),
info: h({}, e, {
value: ee
}),
warn: h({}, e, {
value: re
}),
error: h({}, e, {
value: te
}),
group: h({}, e, {
value: ne
}),
groupCollapsed: h({}, e, {
value: ae
}),
groupEnd: h({}, e, {
value: ie
})
});
}
j < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
}
}
var U = O.ReactCurrentDispatcher, N;
function $(e, r, t) {
{
if (N === void 0)
try {
throw Error();
} catch (o) {
var n = o.stack.trim().match(/\n( *(at )?)/);
N = n && n[1] || "";
}
return `
` + N + e;
}
}
var B = !1, W;
{
var We = typeof WeakMap == "function" ? WeakMap : Map;
W = new We();
}
function ue(e, r) {
if (!e || B)
return "";
{
var t = W.get(e);
if (t !== void 0)
return t;
}
var n;
B = !0;
var o = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
var u;
u = U.current, U.current = null, Ie();
try {
if (r) {
var i = function() {
throw Error();
};
if (Object.defineProperty(i.prototype, "props", {
set: function() {
throw Error();
}
}), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(i, []);
} catch (d) {
n = d;
}
Reflect.construct(e, [], i);
} else {
try {
i.call();
} catch (d) {
n = d;
}
e.call(i.prototype);
}
} else {
try {
throw Error();
} catch (d) {
n = d;
}
e();
}
} catch (d) {
if (d && n && typeof d.stack == "string") {
for (var a = d.stack.split(`
`), v = n.stack.split(`
`), s = a.length - 1, l = v.length - 1; s >= 1 && l >= 0 && a[s] !== v[l]; )
l--;
for (; s >= 1 && l >= 0; s--, l--)
if (a[s] !== v[l]) {
if (s !== 1 || l !== 1)
do
if (s--, l--, l < 0 || a[s] !== v[l]) {
var g = `
` + a[s].replace(" at new ", " at ");
return e.displayName && g.includes("<anonymous>") && (g = g.replace("<anonymous>", e.displayName)), typeof e == "function" && W.set(e, g), g;
}
while (s >= 1 && l >= 0);
break;
}
}
} finally {
B = !1, U.current = u, $e(), Error.prepareStackTrace = o;
}
var P = e ? e.displayName || e.name : "", R = P ? $(P) : "";
return typeof e == "function" && W.set(e, R), R;
}
function Ye(e, r, t) {
return ue(e, !1);
}
function Le(e) {
var r = e.prototype;
return !!(r && r.isReactComponent);
}
function Y(e, r, t) {
if (e == null)
return "";
if (typeof e == "function")
return ue(e, Le(e));
if (typeof e == "string")
return $(e);
switch (e) {
case T:
return $("Suspense");
case p:
return $("SuspenseList");
}
if (typeof e == "object")
switch (e.$$typeof) {
case f:
return Ye(e.render);
case y:
return Y(e.type, r, t);
case b: {
var n = e, o = n._payload, u = n._init;
try {
return Y(u(o), r, t);
} catch {
}
}
}
return "";
}
var k = Object.prototype.hasOwnProperty, se = {}, le = O.ReactDebugCurrentFrame;
function L(e) {
if (e) {
var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
le.setExtraStackFrame(t);
} else
le.setExtraStackFrame(null);
}
function Ve(e, r, t, n, o) {
{
var u = Function.call.bind(k);
for (var i in e)
if (u(e, i)) {
var a = void 0;
try {
if (typeof e[i] != "function") {
var v = Error((n || "React class") + ": " + t + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
throw v.name = "Invariant Violation", v;
}
a = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
} catch (s) {
a = s;
}
a && !(a instanceof Error) && (L(o), c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, i, typeof a), L(null)), a instanceof Error && !(a.message in se) && (se[a.message] = !0, L(o), c("Failed %s type: %s", t, a.message), L(null));
}
}
}
var Me = Array.isArray;
function J(e) {
return Me(e);
}
function Ue(e) {
{
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
return t;
}
}
function Ne(e) {
try {
return fe(e), !1;
} catch {
return !0;
}
}
function fe(e) {
return "" + e;
}
function ce(e) {
if (Ne(e))
return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ue(e)), fe(e);
}
var ve = O.ReactCurrentOwner, Be = {
key: !0,
ref: !0,
__self: !0,
__source: !0
}, de, pe;
function Je(e) {
if (k.call(e, "ref")) {
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
if (r && r.isReactWarning)
return !1;
}
return e.ref !== void 0;
}
function qe(e) {
if (k.call(e, "key")) {
var r = Object.getOwnPropertyDescriptor(e, "key").get;
if (r && r.isReactWarning)
return !1;
}
return e.key !== void 0;
}
function Ke(e, r) {
typeof e.ref == "string" && ve.current;
}
function Ge(e, r) {
{
var t = function() {
de || (de = !0, c("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
};
t.isReactWarning = !0, Object.defineProperty(e, "key", {
get: t,
configurable: !0
});
}
}
function ze(e, r) {
{
var t = function() {
pe || (pe = !0, c("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
};
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
get: t,
configurable: !0
});
}
}
var Xe = function(e, r, t, n, o, u, i) {
var a = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: C,
// Built-in properties that belong on the element
type: e,
key: r,
ref: t,
props: i,
// Record the component responsible for creating this element.
_owner: u
};
return a._store = {}, Object.defineProperty(a._store, "validated", {
configurable: !1,
enumerable: !1,
writable: !0,
value: !1
}), Object.defineProperty(a, "_self", {
configurable: !1,
enumerable: !1,
writable: !1,
value: n
}), Object.defineProperty(a, "_source", {
configurable: !1,
enumerable: !1,
writable: !1,
value: o
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
};
function He(e, r, t, n, o) {
{
var u, i = {}, a = null, v = null;
t !== void 0 && (ce(t), a = "" + t), qe(r) && (ce(r.key), a = "" + r.key), Je(r) && (v = r.ref, Ke(r, o));
for (u in r)
k.call(r, u) && !Be.hasOwnProperty(u) && (i[u] = r[u]);
if (e && e.defaultProps) {
var s = e.defaultProps;
for (u in s)
i[u] === void 0 && (i[u] = s[u]);
}
if (a || v) {
var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
a && Ge(i, l), v && ze(i, l);
}
return Xe(e, a, v, o, n, ve.current, i);
}
}
var q = O.ReactCurrentOwner, ge = O.ReactDebugCurrentFrame;
function S(e) {
if (e) {
var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
ge.setExtraStackFrame(t);
} else
ge.setExtraStackFrame(null);
}
var K;
K = !1;
function G(e) {
return typeof e == "object" && e !== null && e.$$typeof === C;
}
function ye() {
{
if (q.current) {
var e = E(q.current.type);
if (e)
return `
Check the render method of \`` + e + "`.";
}
return "";
}
}
function Ze(e) {
return "";
}
var Ee = {};
function Qe(e) {
{
var r = ye();
if (!r) {
var t = typeof e == "string" ? e : e.displayName || e.name;
t && (r = `
Check the top-level render call using <` + t + ">.");
}
return r;
}
}
function _e(e, r) {
{
if (!e._store || e._store.validated || e.key != null)
return;
e._store.validated = !0;
var t = Qe(r);
if (Ee[t])
return;
Ee[t] = !0;
var n = "";
e && e._owner && e._owner !== q.current && (n = " It was passed a child from " + E(e._owner.type) + "."), S(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), S(null);
}
}
function be(e, r) {
{
if (typeof e != "object")
return;
if (J(e))
for (var t = 0; t < e.length; t++) {
var n = e[t];
G(n) && _e(n, r);
}
else if (G(e))
e._store && (e._store.validated = !0);
else if (e) {
var o = Pe(e);
if (typeof o == "function" && o !== e.entries)
for (var u = o.call(e), i; !(i = u.next()).done; )
G(i.value) && _e(i.value, r);
}
}
}
function er(e) {
{
var r = e.type;
if (r == null || typeof r == "string")
return;
var t;
if (typeof r == "function")
t = r.propTypes;
else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
// Inner props are checked in the reconciler.
r.$$typeof === y))
t = r.propTypes;
else
return;
if (t) {
var n = E(r);
Ve(t, e.props, "prop", n, e);
} else if (r.PropTypes !== void 0 && !K) {
K = !0;
var o = E(r);
c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
}
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
}
}
function rr(e) {
{
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
var n = r[t];
if (n !== "children" && n !== "key") {
S(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), S(null);
break;
}
}
e.ref !== null && (S(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), S(null));
}
}
var he = {};
function Re(e, r, t, n, o, u) {
{
var i = Fe(e);
if (!i) {
var a = "";
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
var v = Ze();
v ? a += v : a += ye();
var s;
e === null ? s = "null" : J(e) ? s = "array" : e !== void 0 && e.$$typeof === C ? (s = "<" + (E(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
}
var l = He(e, r, t, o, u);
if (l == null)
return l;
if (i) {
var g = r.children;
if (g !== void 0)
if (n)
if (J(g)) {
for (var P = 0; P < g.length; P++)
be(g[P], e);
Object.freeze && Object.freeze(g);
} else
c("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
else
be(g, e);
}
if (k.call(r, "key")) {
var R = E(e), d = Object.keys(r).filter(function(ur) {
return ur !== "key";
}), z = d.length > 0 ? "{key: someKey, " + d.join(": ..., ") + ": ...}" : "{key: someKey}";
if (!he[R + z]) {
var or = d.length > 0 ? "{" + d.join(": ..., ") + ": ...}" : "{}";
c(`A props object containing a "key" prop is being spread into JSX:
let props = %s;
<%s {...props} />
React keys must be passed directly to JSX without using spread:
let props = %s;
<%s key={someKey} {...props} />`, z, R, or, R), he[R + z] = !0;
}
}
return e === m ? rr(l) : er(l), l;
}
}
function tr(e, r, t) {
return Re(e, r, t, !0);
}
function nr(e, r, t) {
return Re(e, r, t, !1);
}
var ar = nr, ir = tr;
D.Fragment = m, D.jsx = ar, D.jsxs = ir;
}()), D;
}
process.env.NODE_ENV === "production" ? sr() : lr();