From 5c47f87fd08b4d8573ff88c3fb8545767875875a Mon Sep 17 00:00:00 2001 From: Steve-xmh Date: Mon, 18 Dec 2023 09:38:29 +0800 Subject: [PATCH] =?UTF-8?q?bncm:=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/bncm/dist/amll-bncm.js | 21761 +++++++++++++++-------------- packages/bncm/dist/manifest.json | 2 +- 2 files changed, 10889 insertions(+), 10874 deletions(-) diff --git a/packages/bncm/dist/amll-bncm.js b/packages/bncm/dist/amll-bncm.js index dfb91493..850a5301 100644 --- a/packages/bncm/dist/amll-bncm.js +++ b/packages/bncm/dist/amll-bncm.js @@ -2,7 +2,7 @@ var LQ = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t function gh(g) { return g && g.__esModule && Object.prototype.hasOwnProperty.call(g, "default") ? g.default : g; } -function oM(g) { +function oF(g) { if (g.__esModule) return g; var A = g.default; @@ -23,11 +23,11 @@ function oM(g) { }); }), I; } -const JW = (typeof process == "object" && process.env, () => { +const ZW = (typeof process == "object" && process.env, () => { }); -var dj = JW; -const HW = "2.0.0", Zj = 256, TW = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */ -9007199254740991, uW = 16, bW = Zj - 6, fW = [ +var dR = ZW; +const HW = "2.0.0", JR = 256, TW = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */ +9007199254740991, uW = 16, bW = JR - 6, fW = [ "major", "premajor", "minor", @@ -36,8 +36,8 @@ const HW = "2.0.0", Zj = 256, TW = Number.MAX_SAFE_INTEGER || /* istanbul ignore "prepatch", "prerelease" ]; -var Jj = { - MAX_LENGTH: Zj, +var ZR = { + MAX_LENGTH: JR, MAX_SAFE_COMPONENT_LENGTH: uW, MAX_SAFE_BUILD_LENGTH: bW, MAX_SAFE_INTEGER: TW, @@ -45,42 +45,42 @@ var Jj = { SEMVER_SPEC_VERSION: HW, FLAG_INCLUDE_PRERELEASE: 1, FLAG_LOOSE: 2 -}, Pn = { exports: {} }; +}, PN = { exports: {} }; (function(g, A) { const { MAX_SAFE_COMPONENT_LENGTH: I, MAX_SAFE_BUILD_LENGTH: E, MAX_LENGTH: Q - } = Jj, h = dj; + } = ZR, h = dR; A = g.exports = {}; - const i = A.re = [], c = A.safeRe = [], e = A.src = [], a = A.t = {}; - let l = 0; + const i = A.re = [], c = A.safeRe = [], D = A.src = [], a = A.t = {}; + let S = 0; const Y = "[a-zA-Z0-9-]", G = [ ["\\s", 1], ["\\d", Q], [Y, E] - ], s = (n) => { - for (const [M, m] of G) - n = n.split(`${M}*`).join(`${M}{0,${m}}`).split(`${M}+`).join(`${M}{1,${m}}`); - return n; - }, y = (n, M, m) => { - const k = s(M), U = l++; - h(n, U, M), a[n] = U, e[U] = M, i[U] = new RegExp(M, m ? "g" : void 0), c[U] = new RegExp(k, m ? "g" : void 0); + ], s = (N) => { + for (const [F, m] of G) + N = N.split(`${F}*`).join(`${F}{0,${m}}`).split(`${F}+`).join(`${F}{1,${m}}`); + return N; + }, w = (N, F, m) => { + const j = s(F), O = S++; + h(N, O, F), a[N] = O, D[O] = F, i[O] = new RegExp(F, m ? "g" : void 0), c[O] = new RegExp(j, m ? "g" : void 0); }; - y("NUMERICIDENTIFIER", "0|[1-9]\\d*"), y("NUMERICIDENTIFIERLOOSE", "\\d+"), y("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${Y}*`), y("MAINVERSION", `(${e[a.NUMERICIDENTIFIER]})\\.(${e[a.NUMERICIDENTIFIER]})\\.(${e[a.NUMERICIDENTIFIER]})`), y("MAINVERSIONLOOSE", `(${e[a.NUMERICIDENTIFIERLOOSE]})\\.(${e[a.NUMERICIDENTIFIERLOOSE]})\\.(${e[a.NUMERICIDENTIFIERLOOSE]})`), y("PRERELEASEIDENTIFIER", `(?:${e[a.NUMERICIDENTIFIER]}|${e[a.NONNUMERICIDENTIFIER]})`), y("PRERELEASEIDENTIFIERLOOSE", `(?:${e[a.NUMERICIDENTIFIERLOOSE]}|${e[a.NONNUMERICIDENTIFIER]})`), y("PRERELEASE", `(?:-(${e[a.PRERELEASEIDENTIFIER]}(?:\\.${e[a.PRERELEASEIDENTIFIER]})*))`), y("PRERELEASELOOSE", `(?:-?(${e[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${e[a.PRERELEASEIDENTIFIERLOOSE]})*))`), y("BUILDIDENTIFIER", `${Y}+`), y("BUILD", `(?:\\+(${e[a.BUILDIDENTIFIER]}(?:\\.${e[a.BUILDIDENTIFIER]})*))`), y("FULLPLAIN", `v?${e[a.MAINVERSION]}${e[a.PRERELEASE]}?${e[a.BUILD]}?`), y("FULL", `^${e[a.FULLPLAIN]}$`), y("LOOSEPLAIN", `[v=\\s]*${e[a.MAINVERSIONLOOSE]}${e[a.PRERELEASELOOSE]}?${e[a.BUILD]}?`), y("LOOSE", `^${e[a.LOOSEPLAIN]}$`), y("GTLT", "((?:<|>)?=?)"), y("XRANGEIDENTIFIERLOOSE", `${e[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`), y("XRANGEIDENTIFIER", `${e[a.NUMERICIDENTIFIER]}|x|X|\\*`), y("XRANGEPLAIN", `[v=\\s]*(${e[a.XRANGEIDENTIFIER]})(?:\\.(${e[a.XRANGEIDENTIFIER]})(?:\\.(${e[a.XRANGEIDENTIFIER]})(?:${e[a.PRERELEASE]})?${e[a.BUILD]}?)?)?`), y("XRANGEPLAINLOOSE", `[v=\\s]*(${e[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${e[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${e[a.XRANGEIDENTIFIERLOOSE]})(?:${e[a.PRERELEASELOOSE]})?${e[a.BUILD]}?)?)?`), y("XRANGE", `^${e[a.GTLT]}\\s*${e[a.XRANGEPLAIN]}$`), y("XRANGELOOSE", `^${e[a.GTLT]}\\s*${e[a.XRANGEPLAINLOOSE]}$`), y("COERCE", `(^|[^\\d])(\\d{1,${I}})(?:\\.(\\d{1,${I}}))?(?:\\.(\\d{1,${I}}))?(?:$|[^\\d])`), y("COERCERTL", e[a.COERCE], !0), y("LONETILDE", "(?:~>?)"), y("TILDETRIM", `(\\s*)${e[a.LONETILDE]}\\s+`, !0), A.tildeTrimReplace = "$1~", y("TILDE", `^${e[a.LONETILDE]}${e[a.XRANGEPLAIN]}$`), y("TILDELOOSE", `^${e[a.LONETILDE]}${e[a.XRANGEPLAINLOOSE]}$`), y("LONECARET", "(?:\\^)"), y("CARETTRIM", `(\\s*)${e[a.LONECARET]}\\s+`, !0), A.caretTrimReplace = "$1^", y("CARET", `^${e[a.LONECARET]}${e[a.XRANGEPLAIN]}$`), y("CARETLOOSE", `^${e[a.LONECARET]}${e[a.XRANGEPLAINLOOSE]}$`), y("COMPARATORLOOSE", `^${e[a.GTLT]}\\s*(${e[a.LOOSEPLAIN]})$|^$`), y("COMPARATOR", `^${e[a.GTLT]}\\s*(${e[a.FULLPLAIN]})$|^$`), y("COMPARATORTRIM", `(\\s*)${e[a.GTLT]}\\s*(${e[a.LOOSEPLAIN]}|${e[a.XRANGEPLAIN]})`, !0), A.comparatorTrimReplace = "$1$2$3", y("HYPHENRANGE", `^\\s*(${e[a.XRANGEPLAIN]})\\s+-\\s+(${e[a.XRANGEPLAIN]})\\s*$`), y("HYPHENRANGELOOSE", `^\\s*(${e[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${e[a.XRANGEPLAINLOOSE]})\\s*$`), y("STAR", "(<|>)?=?\\s*\\*"), y("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$"), y("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$"); -})(Pn, Pn.exports); -var XW = Pn.exports; + w("NUMERICIDENTIFIER", "0|[1-9]\\d*"), w("NUMERICIDENTIFIERLOOSE", "\\d+"), w("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${Y}*`), w("MAINVERSION", `(${D[a.NUMERICIDENTIFIER]})\\.(${D[a.NUMERICIDENTIFIER]})\\.(${D[a.NUMERICIDENTIFIER]})`), w("MAINVERSIONLOOSE", `(${D[a.NUMERICIDENTIFIERLOOSE]})\\.(${D[a.NUMERICIDENTIFIERLOOSE]})\\.(${D[a.NUMERICIDENTIFIERLOOSE]})`), w("PRERELEASEIDENTIFIER", `(?:${D[a.NUMERICIDENTIFIER]}|${D[a.NONNUMERICIDENTIFIER]})`), w("PRERELEASEIDENTIFIERLOOSE", `(?:${D[a.NUMERICIDENTIFIERLOOSE]}|${D[a.NONNUMERICIDENTIFIER]})`), w("PRERELEASE", `(?:-(${D[a.PRERELEASEIDENTIFIER]}(?:\\.${D[a.PRERELEASEIDENTIFIER]})*))`), w("PRERELEASELOOSE", `(?:-?(${D[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${D[a.PRERELEASEIDENTIFIERLOOSE]})*))`), w("BUILDIDENTIFIER", `${Y}+`), w("BUILD", `(?:\\+(${D[a.BUILDIDENTIFIER]}(?:\\.${D[a.BUILDIDENTIFIER]})*))`), w("FULLPLAIN", `v?${D[a.MAINVERSION]}${D[a.PRERELEASE]}?${D[a.BUILD]}?`), w("FULL", `^${D[a.FULLPLAIN]}$`), w("LOOSEPLAIN", `[v=\\s]*${D[a.MAINVERSIONLOOSE]}${D[a.PRERELEASELOOSE]}?${D[a.BUILD]}?`), w("LOOSE", `^${D[a.LOOSEPLAIN]}$`), w("GTLT", "((?:<|>)?=?)"), w("XRANGEIDENTIFIERLOOSE", `${D[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`), w("XRANGEIDENTIFIER", `${D[a.NUMERICIDENTIFIER]}|x|X|\\*`), w("XRANGEPLAIN", `[v=\\s]*(${D[a.XRANGEIDENTIFIER]})(?:\\.(${D[a.XRANGEIDENTIFIER]})(?:\\.(${D[a.XRANGEIDENTIFIER]})(?:${D[a.PRERELEASE]})?${D[a.BUILD]}?)?)?`), w("XRANGEPLAINLOOSE", `[v=\\s]*(${D[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${D[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${D[a.XRANGEIDENTIFIERLOOSE]})(?:${D[a.PRERELEASELOOSE]})?${D[a.BUILD]}?)?)?`), w("XRANGE", `^${D[a.GTLT]}\\s*${D[a.XRANGEPLAIN]}$`), w("XRANGELOOSE", `^${D[a.GTLT]}\\s*${D[a.XRANGEPLAINLOOSE]}$`), w("COERCE", `(^|[^\\d])(\\d{1,${I}})(?:\\.(\\d{1,${I}}))?(?:\\.(\\d{1,${I}}))?(?:$|[^\\d])`), w("COERCERTL", D[a.COERCE], !0), w("LONETILDE", "(?:~>?)"), w("TILDETRIM", `(\\s*)${D[a.LONETILDE]}\\s+`, !0), A.tildeTrimReplace = "$1~", w("TILDE", `^${D[a.LONETILDE]}${D[a.XRANGEPLAIN]}$`), w("TILDELOOSE", `^${D[a.LONETILDE]}${D[a.XRANGEPLAINLOOSE]}$`), w("LONECARET", "(?:\\^)"), w("CARETTRIM", `(\\s*)${D[a.LONECARET]}\\s+`, !0), A.caretTrimReplace = "$1^", w("CARET", `^${D[a.LONECARET]}${D[a.XRANGEPLAIN]}$`), w("CARETLOOSE", `^${D[a.LONECARET]}${D[a.XRANGEPLAINLOOSE]}$`), w("COMPARATORLOOSE", `^${D[a.GTLT]}\\s*(${D[a.LOOSEPLAIN]})$|^$`), w("COMPARATOR", `^${D[a.GTLT]}\\s*(${D[a.FULLPLAIN]})$|^$`), w("COMPARATORTRIM", `(\\s*)${D[a.GTLT]}\\s*(${D[a.LOOSEPLAIN]}|${D[a.XRANGEPLAIN]})`, !0), A.comparatorTrimReplace = "$1$2$3", w("HYPHENRANGE", `^\\s*(${D[a.XRANGEPLAIN]})\\s+-\\s+(${D[a.XRANGEPLAIN]})\\s*$`), w("HYPHENRANGELOOSE", `^\\s*(${D[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${D[a.XRANGEPLAINLOOSE]})\\s*$`), w("STAR", "(<|>)?=?\\s*\\*"), w("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$"), w("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$"); +})(PN, PN.exports); +var XW = PN.exports; const WW = Object.freeze({ loose: !0 }), KW = Object.freeze({}), VW = (g) => g ? typeof g != "object" ? WW : g : KW; var zW = VW; -const oR = /^[0-9]+$/, Hj = (g, A) => { - const I = oR.test(g), E = oR.test(A); +const oj = /^[0-9]+$/, HR = (g, A) => { + const I = oj.test(g), E = oj.test(A); return I && E && (g = +g, A = +A), g === A ? 0 : I && !E ? -1 : E && !I ? 1 : g < A ? -1 : 1; -}, LW = (g, A) => Hj(A, g); +}, LW = (g, A) => HR(A, g); var xW = { - compareIdentifiers: Hj, + compareIdentifiers: HR, rcompareIdentifiers: LW }; -const rl = dj, { MAX_LENGTH: cR, MAX_SAFE_INTEGER: ml } = Jj, { safeRe: DR, t: eR } = XW, vW = zW, { compareIdentifiers: rc } = xW; +const rl = dR, { MAX_LENGTH: cj, MAX_SAFE_INTEGER: ml } = ZR, { safeRe: ej, t: Dj } = XW, vW = zW, { compareIdentifiers: rc } = xW; let PW = class _B { constructor(A, I) { if (I = vW(I), A instanceof _B) { @@ -89,12 +89,12 @@ let PW = class _B { A = A.version; } else if (typeof A != "string") throw new TypeError(`Invalid version. Must be a string. Got type "${typeof A}".`); - if (A.length > cR) + if (A.length > cj) throw new TypeError( - `version is longer than ${cR} characters` + `version is longer than ${cj} characters` ); rl("SemVer", A, I), this.options = I, this.loose = !!I.loose, this.includePrerelease = !!I.includePrerelease; - const E = A.trim().match(I.loose ? DR[eR.LOOSE] : DR[eR.FULL]); + const E = A.trim().match(I.loose ? ej[Dj.LOOSE] : ej[Dj.FULL]); if (!E) throw new TypeError(`Invalid Version: ${A}`); if (this.raw = A, this.major = +E[1], this.minor = +E[2], this.patch = +E[3], this.major > ml || this.major < 0) @@ -220,22 +220,22 @@ let PW = class _B { } }; var qW = PW; -const tR = qW, _W = (g, A, I) => new tR(g, I).compare(new tR(A, I)); +const tj = qW, _W = (g, A, I) => new tj(g, I).compare(new tj(A, I)); var $W = _W; const AK = $W, IK = (g, A, I) => AK(g, A, I) < 0; var gK = IK; -const aR = /* @__PURE__ */ gh(gK); +const aj = /* @__PURE__ */ gh(gK); let ht; function Go() { if (typeof ht > "u") try { - ht = !aR( + ht = !aj( APP_CONF.appver.split(".").slice(0, 3).join("."), "3.0.0" ); } catch { try { - ht = !aR( + ht = !aj( betterncm.ncm.getNCMVersion().split(".").slice(0, 3).join("."), "3.0.0" ); @@ -245,13 +245,13 @@ function Go() { } return ht; } -function Jg(...g) { +function Zg(...g) { location.hostname === "localhost" && console.log("%c[AMLL]", "color:#2AF", ...g), console.log("%c[AMLL]", "color:#2AF", ...g); } function IC(...g) { console.log("%c[AMLL] %c[WARN]", "color:#2AF", "color:#F82", ...g); } -const Ut = 47, uN = 46, CK = (g) => { +const Ot = 47, by = 46, CK = (g) => { const A = typeof g; if (A !== "string") throw new TypeError(`Expected a string, got a ${A}`); @@ -261,18 +261,18 @@ const Ut = 47, uN = 46, CK = (g) => { if (c < g.length) i = g.charCodeAt(c); else { - if (i === Ut) + if (i === Ot) break; - i = Ut; + i = Ot; } - if (i === Ut) { + if (i === Ot) { if (!(Q === c - 1 || h === 1)) if (Q !== c - 1 && h === 2) { - if (I.length < 2 || E !== 2 || I.charCodeAt(I.length - 1) !== uN || I.charCodeAt(I.length - 2) !== uN) { + if (I.length < 2 || E !== 2 || I.charCodeAt(I.length - 1) !== by || I.charCodeAt(I.length - 2) !== by) { if (I.length > 2) { - const e = I.lastIndexOf("/"); - if (e !== I.length - 1) { - e === -1 ? (I = "", E = 0) : (I = I.slice(0, e), E = I.length - 1 - I.lastIndexOf("/")), Q = c, h = 0; + const D = I.lastIndexOf("/"); + if (D !== I.length - 1) { + D === -1 ? (I = "", E = 0) : (I = I.slice(0, D), E = I.length - 1 - I.lastIndexOf("/")), Q = c, h = 0; continue; } } else if (I.length === 2 || I.length === 1) { @@ -285,7 +285,7 @@ const Ut = 47, uN = 46, CK = (g) => { I.length > 0 ? I += `/${g.slice(Q + 1, c)}` : I = g.slice(Q + 1, c), E = c - Q - 1; Q = c, h = 0; } else - i === uN && h !== -1 ? ++h : h = -1; + i === by && h !== -1 ? ++h : h = -1; } return I; }, BK = (g) => { @@ -294,15 +294,15 @@ const Ut = 47, uN = 46, CK = (g) => { } catch { return g; } -}, jC = (g) => { +}, RC = (g) => { CK(g); let A = g.replaceAll("\\", "/"); if (A.length === 0) return "."; - const I = A.charCodeAt(0) === Ut, E = A.charCodeAt(A.length - 1) === Ut; + const I = A.charCodeAt(0) === Ot, E = A.charCodeAt(A.length - 1) === Ot; return A = BK(A), A = EK(A, !I), A.length === 0 && !I && (A = "."), A.length > 0 && E && (A += "/"), I ? `/${A}` : A; -}, yC = { manifest_version: 1, name: "类苹果歌词", slug: "Apple-Musiclike-lyrics", author: "SteveXMH", author_links: ["https://github.com/Steve-xmh", "https://github.com/Steve-xmh/applemusic-like-lyrics"], description: "类 Apple Music 歌词页面插件|近乎完美的 Apple Music 歌词体验", preview: "preview.svg", version: "3.0.3", commit: "57b243b5d341a3f74f9e2c2b364e3e20154796cf", branch: "dev", type: "extension", noDevReload: !0, "ncm3-compatible": !0, betterncm_version: ">=1.0.0", injects: { Main: [{ file: "amll-bncm.js" }] }, hijacks: { ">= 1.0.0": { "orpheus://orpheus/pub/app.html": { type: "replace", id: "csp-worker", from: '= 3.0.0": { "orpheus://orpheus/pub/hybrid/vendors": { type: "replace", id: "redux-dispatch-hook", from: '"sagaEffects.put"),', to: '"sagaEffects.put"),window?.amllDispatchHook?.(n),' } } } }; -var Tj = { exports: {} }, sY = {}, uj = { exports: {} }, bY = { exports: {} }; +}, wC = { manifest_version: 1, name: "类苹果歌词", slug: "Apple-Musiclike-lyrics", author: "SteveXMH", author_links: ["https://github.com/Steve-xmh", "https://github.com/Steve-xmh/applemusic-like-lyrics"], description: "类 Apple Music 歌词页面插件|近乎完美的 Apple Music 歌词体验", preview: "preview.svg", version: "3.0.3", commit: "5e45dbd238fbd9f2af51bfe8c71bf227dd7c80fb", branch: "dev", type: "extension", noDevReload: !0, "ncm3-compatible": !0, betterncm_version: ">=1.0.0", injects: { Main: [{ file: "amll-bncm.js" }] }, hijacks: { ">= 1.0.0": { "orpheus://orpheus/pub/app.html": { type: "replace", id: "csp-worker", from: '= 3.0.0": { "orpheus://orpheus/pub/hybrid/vendors": { type: "replace", id: "redux-dispatch-hook", from: '"sagaEffects.put"),', to: '"sagaEffects.put"),window?.amllDispatchHook?.(n),' } } } }; +var TR = { exports: {} }, sY = {}, uR = { exports: {} }, bY = { exports: {} }; /** * @license React * react.development.js @@ -316,14 +316,14 @@ bY.exports; (function(g, A) { (function() { typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); - var I = "18.2.0", E = Symbol.for("react.element"), Q = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), e = Symbol.for("react.provider"), a = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), Y = Symbol.for("react.suspense"), G = Symbol.for("react.suspense_list"), s = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), n = Symbol.for("react.offscreen"), M = Symbol.iterator, m = "@@iterator"; - function k(j) { - if (j === null || typeof j != "object") + var I = "18.2.0", E = Symbol.for("react.element"), Q = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), D = Symbol.for("react.provider"), a = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), Y = Symbol.for("react.suspense"), G = Symbol.for("react.suspense_list"), s = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), F = Symbol.iterator, m = "@@iterator"; + function j(R) { + if (R === null || typeof R != "object") return null; - var P = M && j[M] || j[m]; + var P = F && R[F] || R[m]; return typeof P == "function" ? P : null; } - var U = { + var O = { /** * @internal * @type {ReactComponent} @@ -331,7 +331,7 @@ bY.exports; current: null }, p = { transition: null - }, Z = { + }, J = { current: null, // Used to reproduce behavior of `batchedUpdates` in legacy mode. isBatchingLegacy: !1, @@ -343,51 +343,51 @@ bY.exports; */ current: null }, H = {}, b = null; - function u(j) { - b = j; + function u(R) { + b = R; } - H.setExtraStackFrame = function(j) { - b = j; + H.setExtraStackFrame = function(R) { + b = R; }, H.getCurrentStack = null, H.getStackAddendum = function() { - var j = ""; - b && (j += b); + var R = ""; + b && (R += b); var P = H.getCurrentStack; - return P && (j += P() || ""), j; + return P && (R += P() || ""), R; }; - var K = !1, x = !1, d = !1, J = !1, F = !1, z = { - ReactCurrentDispatcher: U, + var K = !1, x = !1, d = !1, Z = !1, M = !1, z = { + ReactCurrentDispatcher: O, ReactCurrentBatchConfig: p, ReactCurrentOwner: f }; - z.ReactDebugCurrentFrame = H, z.ReactCurrentActQueue = Z; - function iA(j) { + z.ReactDebugCurrentFrame = H, z.ReactCurrentActQueue = J; + function iA(R) { { - for (var P = arguments.length, eA = new Array(P > 1 ? P - 1 : 0), aA = 1; aA < P; aA++) - eA[aA - 1] = arguments[aA]; - SA("warn", j, eA); + for (var P = arguments.length, DA = new Array(P > 1 ? P - 1 : 0), aA = 1; aA < P; aA++) + DA[aA - 1] = arguments[aA]; + SA("warn", R, DA); } } - function $(j) { + function $(R) { { - for (var P = arguments.length, eA = new Array(P > 1 ? P - 1 : 0), aA = 1; aA < P; aA++) - eA[aA - 1] = arguments[aA]; - SA("error", j, eA); + for (var P = arguments.length, DA = new Array(P > 1 ? P - 1 : 0), aA = 1; aA < P; aA++) + DA[aA - 1] = arguments[aA]; + SA("error", R, DA); } } - function SA(j, P, eA) { + function SA(R, P, DA) { { var aA = z.ReactDebugCurrentFrame, dA = aA.getStackAddendum(); - dA !== "" && (P += "%s", eA = eA.concat([dA])); - var DI = eA.map(function(PA) { + dA !== "" && (P += "%s", DA = DA.concat([dA])); + var eI = DA.map(function(PA) { return String(PA); }); - DI.unshift("Warning: " + P), Function.prototype.apply.call(console[j], console, DI); + eI.unshift("Warning: " + P), Function.prototype.apply.call(console[R], console, eI); } } var QA = {}; - function hA(j, P) { + function hA(R, P) { { - var eA = j.constructor, aA = eA && (eA.displayName || eA.name) || "ReactClass", dA = aA + "." + P; + var DA = R.constructor, aA = DA && (DA.displayName || DA.name) || "ReactClass", dA = aA + "." + P; if (QA[dA]) return; $("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", P, aA), QA[dA] = !0; @@ -401,7 +401,7 @@ bY.exports; * @protected * @final */ - isMounted: function(j) { + isMounted: function(R) { return !1; }, /** @@ -419,8 +419,8 @@ bY.exports; * @param {?string} callerName name of the calling function in the public API. * @internal */ - enqueueForceUpdate: function(j, P, eA) { - hA(j, "forceUpdate"); + enqueueForceUpdate: function(R, P, DA) { + hA(R, "forceUpdate"); }, /** * Replaces all of the state. Always use this or `setState` to mutate state. @@ -435,8 +435,8 @@ bY.exports; * @param {?string} callerName name of the calling function in the public API. * @internal */ - enqueueReplaceState: function(j, P, eA, aA) { - hA(j, "replaceState"); + enqueueReplaceState: function(R, P, DA, aA) { + hA(R, "replaceState"); }, /** * Sets a subset of the state. This only exists because _pendingState is @@ -450,91 +450,91 @@ bY.exports; * @param {?string} Name of the calling function in the public API. * @internal */ - enqueueSetState: function(j, P, eA, aA) { - hA(j, "setState"); + enqueueSetState: function(R, P, DA, aA) { + hA(R, "setState"); } }, v = Object.assign, sA = {}; Object.freeze(sA); - function MA(j, P, eA) { - this.props = j, this.context = P, this.refs = sA, this.updater = eA || q; + function FA(R, P, DA) { + this.props = R, this.context = P, this.refs = sA, this.updater = DA || q; } - MA.prototype.isReactComponent = {}, MA.prototype.setState = function(j, P) { - if (typeof j != "object" && typeof j != "function" && j != null) + FA.prototype.isReactComponent = {}, FA.prototype.setState = function(R, P) { + if (typeof R != "object" && typeof R != "function" && R != null) throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables."); - this.updater.enqueueSetState(this, j, P, "setState"); - }, MA.prototype.forceUpdate = function(j) { - this.updater.enqueueForceUpdate(this, j, "forceUpdate"); + this.updater.enqueueSetState(this, R, P, "setState"); + }, FA.prototype.forceUpdate = function(R) { + this.updater.enqueueForceUpdate(this, R, "forceUpdate"); }; { - var yA = { + var wA = { isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."], replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."] - }, gI = function(j, P) { - Object.defineProperty(MA.prototype, j, { + }, gI = function(R, P) { + Object.defineProperty(FA.prototype, R, { get: function() { iA("%s(...) is deprecated in plain JavaScript React classes. %s", P[0], P[1]); } }); }; - for (var FI in yA) - yA.hasOwnProperty(FI) && gI(FI, yA[FI]); + for (var MI in wA) + wA.hasOwnProperty(MI) && gI(MI, wA[MI]); } function AI() { } - AI.prototype = MA.prototype; - function _A(j, P, eA) { - this.props = j, this.context = P, this.refs = sA, this.updater = eA || q; + AI.prototype = FA.prototype; + function _A(R, P, DA) { + this.props = R, this.context = P, this.refs = sA, this.updater = DA || q; } - var MI = _A.prototype = new AI(); - MI.constructor = _A, v(MI, MA.prototype), MI.isPureReactComponent = !0; + var FI = _A.prototype = new AI(); + FI.constructor = _A, v(FI, FA.prototype), FI.isPureReactComponent = !0; function hI() { - var j = { + var R = { current: null }; - return Object.seal(j), j; + return Object.seal(R), R; } - var jA = Array.isArray; - function SI(j) { - return jA(j); + var RA = Array.isArray; + function SI(R) { + return RA(R); } - function O(j) { + function U(R) { { - var P = typeof Symbol == "function" && Symbol.toStringTag, eA = P && j[Symbol.toStringTag] || j.constructor.name || "Object"; - return eA; + var P = typeof Symbol == "function" && Symbol.toStringTag, DA = P && R[Symbol.toStringTag] || R.constructor.name || "Object"; + return DA; } } - function tA(j) { + function tA(R) { try { - return oA(j), !1; + return oA(R), !1; } catch { return !0; } } - function oA(j) { - return "" + j; + function oA(R) { + return "" + R; } - function V(j) { - if (tA(j)) - return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", O(j)), oA(j); + function V(R) { + if (tA(R)) + return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", U(R)), oA(R); } - function W(j, P, eA) { - var aA = j.displayName; + function W(R, P, DA) { + var aA = R.displayName; if (aA) return aA; var dA = P.displayName || P.name || ""; - return dA !== "" ? eA + "(" + dA + ")" : eA; + return dA !== "" ? DA + "(" + dA + ")" : DA; } - function gA(j) { - return j.displayName || "Context"; + function gA(R) { + return R.displayName || "Context"; } - function nA(j) { - if (j == null) + function NA(R) { + if (R == null) return null; - if (typeof j.tag == "number" && $("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof j == "function") - return j.displayName || j.name || null; - if (typeof j == "string") - return j; - switch (j) { + if (typeof R.tag == "number" && $("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof R == "function") + return R.displayName || R.name || null; + if (typeof R == "string") + return R; + switch (R) { case h: return "Fragment"; case Q: @@ -548,23 +548,23 @@ bY.exports; case G: return "SuspenseList"; } - if (typeof j == "object") - switch (j.$$typeof) { + if (typeof R == "object") + switch (R.$$typeof) { case a: - var P = j; + var P = R; return gA(P) + ".Consumer"; - case e: - var eA = j; - return gA(eA._context) + ".Provider"; - case l: - return W(j, j.render, "ForwardRef"); + case D: + var DA = R; + return gA(DA._context) + ".Provider"; + case S: + return W(R, R.render, "ForwardRef"); case s: - var aA = j.displayName || null; - return aA !== null ? aA : nA(j.type) || "Memo"; - case y: { - var dA = j, DI = dA._payload, PA = dA._init; + var aA = R.displayName || null; + return aA !== null ? aA : NA(R.type) || "Memo"; + case w: { + var dA = R, eI = dA._payload, PA = dA._init; try { - return nA(PA(DI)); + return NA(PA(eI)); } catch { return null; } @@ -577,59 +577,59 @@ bY.exports; ref: !0, __self: !0, __source: !0 - }, OA, HA, RA; - RA = {}; - function xA(j) { - if (rA.call(j, "ref")) { - var P = Object.getOwnPropertyDescriptor(j, "ref").get; + }, UA, HA, jA; + jA = {}; + function xA(R) { + if (rA.call(R, "ref")) { + var P = Object.getOwnPropertyDescriptor(R, "ref").get; if (P && P.isReactWarning) return !1; } - return j.ref !== void 0; + return R.ref !== void 0; } - function lI(j) { - if (rA.call(j, "key")) { - var P = Object.getOwnPropertyDescriptor(j, "key").get; + function lI(R) { + if (rA.call(R, "key")) { + var P = Object.getOwnPropertyDescriptor(R, "key").get; if (P && P.isReactWarning) return !1; } - return j.key !== void 0; + return R.key !== void 0; } - function yI(j, P) { - var eA = function() { - OA || (OA = !0, $("%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)", P)); + function wI(R, P) { + var DA = function() { + UA || (UA = !0, $("%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)", P)); }; - eA.isReactWarning = !0, Object.defineProperty(j, "key", { - get: eA, + DA.isReactWarning = !0, Object.defineProperty(R, "key", { + get: DA, configurable: !0 }); } - function zg(j, P) { - var eA = function() { + function zg(R, P) { + var DA = function() { HA || (HA = !0, $("%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)", P)); }; - eA.isReactWarning = !0, Object.defineProperty(j, "ref", { - get: eA, + DA.isReactWarning = !0, Object.defineProperty(R, "ref", { + get: DA, configurable: !0 }); } - function iE(j) { - if (typeof j.ref == "string" && f.current && j.__self && f.current.stateNode !== j.__self) { - var P = nA(f.current.type); - RA[P] || ($('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', P, j.ref), RA[P] = !0); + function iE(R) { + if (typeof R.ref == "string" && f.current && R.__self && f.current.stateNode !== R.__self) { + var P = NA(f.current.type); + jA[P] || ($('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', P, R.ref), jA[P] = !0); } } - var pA = function(j, P, eA, aA, dA, DI, PA) { + var pA = function(R, P, DA, aA, dA, eI, PA) { var YI = { // This tag allows us to uniquely identify this as a React Element $$typeof: E, // Built-in properties that belong on the element - type: j, + type: R, key: P, - ref: eA, + ref: DA, props: PA, // Record the component responsible for creating this element. - _owner: DI + _owner: eI }; return YI._store = {}, Object.defineProperty(YI._store, "validated", { configurable: !1, @@ -648,101 +648,101 @@ bY.exports; value: dA }), Object.freeze && (Object.freeze(YI.props), Object.freeze(YI)), YI; }; - function $A(j, P, eA) { - var aA, dA = {}, DI = null, PA = null, YI = null, uI = null; + function $A(R, P, DA) { + var aA, dA = {}, eI = null, PA = null, YI = null, uI = null; if (P != null) { - xA(P) && (PA = P.ref, iE(P)), lI(P) && (V(P.key), DI = "" + P.key), YI = P.__self === void 0 ? null : P.__self, uI = P.__source === void 0 ? null : P.__source; + xA(P) && (PA = P.ref, iE(P)), lI(P) && (V(P.key), eI = "" + P.key), YI = P.__self === void 0 ? null : P.__self, uI = P.__source === void 0 ? null : P.__source; for (aA in P) rA.call(P, aA) && !CA.hasOwnProperty(aA) && (dA[aA] = P[aA]); } var ig = arguments.length - 2; if (ig === 1) - dA.children = eA; + dA.children = DA; else if (ig > 1) { - for (var yg = Array(ig), wg = 0; wg < ig; wg++) - yg[wg] = arguments[wg + 2]; - Object.freeze && Object.freeze(yg), dA.children = yg; + for (var wg = Array(ig), ng = 0; ng < ig; ng++) + wg[ng] = arguments[ng + 2]; + Object.freeze && Object.freeze(wg), dA.children = wg; } - if (j && j.defaultProps) { - var Rg = j.defaultProps; - for (aA in Rg) - dA[aA] === void 0 && (dA[aA] = Rg[aA]); + if (R && R.defaultProps) { + var jg = R.defaultProps; + for (aA in jg) + dA[aA] === void 0 && (dA[aA] = jg[aA]); } - if (DI || PA) { - var Lg = typeof j == "function" ? j.displayName || j.name || "Unknown" : j; - DI && yI(dA, Lg), PA && zg(dA, Lg); + if (eI || PA) { + var Lg = typeof R == "function" ? R.displayName || R.name || "Unknown" : R; + eI && wI(dA, Lg), PA && zg(dA, Lg); } - return pA(j, DI, PA, YI, uI, f.current, dA); + return pA(R, eI, PA, YI, uI, f.current, dA); } - function II(j, P) { - var eA = pA(j.type, P, j.ref, j._self, j._source, j._owner, j.props); - return eA; + function II(R, P) { + var DA = pA(R.type, P, R.ref, R._self, R._source, R._owner, R.props); + return DA; } - function xI(j, P, eA) { - if (j == null) - throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + j + "."); - var aA, dA = v({}, j.props), DI = j.key, PA = j.ref, YI = j._self, uI = j._source, ig = j._owner; + function xI(R, P, DA) { + if (R == null) + throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + R + "."); + var aA, dA = v({}, R.props), eI = R.key, PA = R.ref, YI = R._self, uI = R._source, ig = R._owner; if (P != null) { - xA(P) && (PA = P.ref, ig = f.current), lI(P) && (V(P.key), DI = "" + P.key); - var yg; - j.type && j.type.defaultProps && (yg = j.type.defaultProps); + xA(P) && (PA = P.ref, ig = f.current), lI(P) && (V(P.key), eI = "" + P.key); + var wg; + R.type && R.type.defaultProps && (wg = R.type.defaultProps); for (aA in P) - rA.call(P, aA) && !CA.hasOwnProperty(aA) && (P[aA] === void 0 && yg !== void 0 ? dA[aA] = yg[aA] : dA[aA] = P[aA]); + rA.call(P, aA) && !CA.hasOwnProperty(aA) && (P[aA] === void 0 && wg !== void 0 ? dA[aA] = wg[aA] : dA[aA] = P[aA]); } - var wg = arguments.length - 2; - if (wg === 1) - dA.children = eA; - else if (wg > 1) { - for (var Rg = Array(wg), Lg = 0; Lg < wg; Lg++) - Rg[Lg] = arguments[Lg + 2]; - dA.children = Rg; + var ng = arguments.length - 2; + if (ng === 1) + dA.children = DA; + else if (ng > 1) { + for (var jg = Array(ng), Lg = 0; Lg < ng; Lg++) + jg[Lg] = arguments[Lg + 2]; + dA.children = jg; } - return pA(j.type, DI, PA, YI, uI, ig, dA); + return pA(R.type, eI, PA, YI, uI, ig, dA); } - function PI(j) { - return typeof j == "object" && j !== null && j.$$typeof === E; + function PI(R) { + return typeof R == "object" && R !== null && R.$$typeof === E; } var tg = ".", dg = ":"; - function zC(j) { - var P = /[=:]/g, eA = { + function zC(R) { + var P = /[=:]/g, DA = { "=": "=0", ":": "=2" - }, aA = j.replace(P, function(dA) { - return eA[dA]; + }, aA = R.replace(P, function(dA) { + return DA[dA]; }); return "$" + aA; } var ag = !1, oE = /\/+/g; - function Yg(j) { - return j.replace(oE, "$&/"); + function Yg(R) { + return R.replace(oE, "$&/"); } - function Qg(j, P) { - return typeof j == "object" && j !== null && j.key != null ? (V(j.key), zC("" + j.key)) : P.toString(36); + function Qg(R, P) { + return typeof R == "object" && R !== null && R.key != null ? (V(R.key), zC("" + R.key)) : P.toString(36); } - function cE(j, P, eA, aA, dA) { - var DI = typeof j; - (DI === "undefined" || DI === "boolean") && (j = null); + function cE(R, P, DA, aA, dA) { + var eI = typeof R; + (eI === "undefined" || eI === "boolean") && (R = null); var PA = !1; - if (j === null) + if (R === null) PA = !0; else - switch (DI) { + switch (eI) { case "string": case "number": PA = !0; break; case "object": - switch (j.$$typeof) { + switch (R.$$typeof) { case E: case Q: PA = !0; } } if (PA) { - var YI = j, uI = dA(YI), ig = aA === "" ? tg + Qg(YI, 0) : aA; + var YI = R, uI = dA(YI), ig = aA === "" ? tg + Qg(YI, 0) : aA; if (SI(uI)) { - var yg = ""; - ig != null && (yg = Yg(ig) + "/"), cE(uI, P, yg, "", function(Ts) { + var wg = ""; + ig != null && (wg = Yg(ig) + "/"), cE(uI, P, wg, "", function(Ts) { return Ts; }); } else @@ -750,7 +750,7 @@ bY.exports; uI, // Keep both the (mapped) and old keys if they differ, just as // traverseAllChildren used to do for objects as children - eA + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key + DA + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key (uI.key && (!YI || YI.key !== uI.key) ? ( // $FlowFixMe Flow incorrectly thinks existing element's key can be a number // eslint-disable-next-line react-internal/safe-string-coercion @@ -759,54 +759,54 @@ bY.exports; )), P.push(uI)); return 1; } - var wg, Rg, Lg = 0, Ig = aA === "" ? tg : aA + dg; - if (SI(j)) - for (var th = 0; th < j.length; th++) - wg = j[th], Rg = Ig + Qg(wg, th), Lg += cE(wg, P, eA, Rg, dA); + var ng, jg, Lg = 0, Ig = aA === "" ? tg : aA + dg; + if (SI(R)) + for (var th = 0; th < R.length; th++) + ng = R[th], jg = Ig + Qg(ng, th), Lg += cE(ng, P, DA, jg, dA); else { - var ko = k(j); + var ko = j(R); if (typeof ko == "function") { - var kD = j; - ko === kD.entries && (ag || iA("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), ag = !0); - for (var Hs = ko.call(kD), YQ, jD = 0; !(YQ = Hs.next()).done; ) - wg = YQ.value, Rg = Ig + Qg(wg, jD++), Lg += cE(wg, P, eA, Rg, dA); - } else if (DI === "object") { - var pD = String(j); - throw new Error("Objects are not valid as a React child (found: " + (pD === "[object Object]" ? "object with keys {" + Object.keys(j).join(", ") + "}" : pD) + "). If you meant to render a collection of children, use an array instead."); + var ke = R; + ko === ke.entries && (ag || iA("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), ag = !0); + for (var Hs = ko.call(ke), YQ, Re = 0; !(YQ = Hs.next()).done; ) + ng = YQ.value, jg = Ig + Qg(ng, Re++), Lg += cE(ng, P, DA, jg, dA); + } else if (eI === "object") { + var pe = String(R); + throw new Error("Objects are not valid as a React child (found: " + (pe === "[object Object]" ? "object with keys {" + Object.keys(R).join(", ") + "}" : pe) + "). If you meant to render a collection of children, use an array instead."); } } return Lg; } - function cB(j, P, eA) { - if (j == null) - return j; + function cB(R, P, DA) { + if (R == null) + return R; var aA = [], dA = 0; - return cE(j, aA, "", "", function(DI) { - return P.call(eA, DI, dA++); + return cE(R, aA, "", "", function(eI) { + return P.call(DA, eI, dA++); }), aA; } - function Qi(j) { + function Qi(R) { var P = 0; - return cB(j, function() { + return cB(R, function() { P++; }), P; } - function Fo(j, P, eA) { - cB(j, function() { + function Mo(R, P, DA) { + cB(R, function() { P.apply(this, arguments); - }, eA); + }, DA); } - function YD(j) { - return cB(j, function(P) { + function Ye(R) { + return cB(R, function(P) { return P; }) || []; } - function hi(j) { - if (!PI(j)) + function hi(R) { + if (!PI(R)) throw new Error("React.Children.only expected to receive a single React element child."); - return j; + return R; } - function ii(j) { + function ii(R) { var P = { $$typeof: a, // As a workaround to support multiple concurrent renderers, we categorize @@ -814,8 +814,8 @@ bY.exports; // there to be two concurrent renderers at most: React Native (primary) and // Fabric (secondary); React DOM (primary) and React ART (secondary). // Secondary renderers store their context values on separate fields. - _currentValue: j, - _currentValue2: j, + _currentValue: R, + _currentValue2: R, // Used to track how many concurrent renderers this context currently // supports within in a single renderer. Such as parallel server rendering. _threadCount: 0, @@ -827,16 +827,16 @@ bY.exports; _globalName: null }; P.Provider = { - $$typeof: e, + $$typeof: D, _context: P }; - var eA = !1, aA = !1, dA = !1; + var DA = !1, aA = !1, dA = !1; { - var DI = { + var eI = { $$typeof: a, _context: P }; - Object.defineProperties(DI, { + Object.defineProperties(eI, { Provider: { get: function() { return aA || (aA = !0, $("Rendering is not supported and will be removed in a future major release. Did you mean to render instead?")), P.Provider; @@ -871,7 +871,7 @@ bY.exports; }, Consumer: { get: function() { - return eA || (eA = !0, $("Rendering is not supported and will be removed in a future major release. Did you mean to render instead?")), P.Consumer; + return DA || (DA = !0, $("Rendering is not supported and will be removed in a future major release. Did you mean to render instead?")), P.Consumer; } }, displayName: { @@ -882,31 +882,31 @@ bY.exports; dA || (iA("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", PA), dA = !0); } } - }), P.Consumer = DI; + }), P.Consumer = eI; } return P._currentRenderer = null, P._currentRenderer2 = null, P; } var tQ = -1, Bh = 0, aQ = 1, dB = 2; - function DB(j) { - if (j._status === tQ) { - var P = j._result, eA = P(); - if (eA.then(function(DI) { - if (j._status === Bh || j._status === tQ) { - var PA = j; - PA._status = aQ, PA._result = DI; + function eB(R) { + if (R._status === tQ) { + var P = R._result, DA = P(); + if (DA.then(function(eI) { + if (R._status === Bh || R._status === tQ) { + var PA = R; + PA._status = aQ, PA._result = eI; } - }, function(DI) { - if (j._status === Bh || j._status === tQ) { - var PA = j; - PA._status = dB, PA._result = DI; + }, function(eI) { + if (R._status === Bh || R._status === tQ) { + var PA = R; + PA._status = dB, PA._result = eI; } - }), j._status === tQ) { - var aA = j; - aA._status = Bh, aA._result = eA; + }), R._status === tQ) { + var aA = R; + aA._status = Bh, aA._result = DA; } } - if (j._status === aQ) { - var dA = j._result; + if (R._status === aQ) { + var dA = R._result; return dA === void 0 && $(`lazy: Expected the result of a dynamic import() call. Instead received: %s Your code should look like: @@ -917,28 +917,28 @@ Did you accidentally put curly braces around the import?`, dA), "default" in dA Your code should look like: const MyComponent = lazy(() => import('./MyComponent'))`, dA), dA.default; } else - throw j._result; + throw R._result; } - function ZB(j) { + function JB(R) { var P = { // We use these fields to store the result. _status: tQ, - _result: j - }, eA = { - $$typeof: y, + _result: R + }, DA = { + $$typeof: w, _payload: P, - _init: DB + _init: eB }; { var aA, dA; - Object.defineProperties(eA, { + Object.defineProperties(DA, { defaultProps: { configurable: !0, get: function() { return aA; }, - set: function(DI) { - $("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), aA = DI, Object.defineProperty(eA, "defaultProps", { + set: function(eI) { + $("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), aA = eI, Object.defineProperty(DA, "defaultProps", { enumerable: !0 }); } @@ -948,32 +948,32 @@ Your code should look like: get: function() { return dA; }, - set: function(DI) { - $("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), dA = DI, Object.defineProperty(eA, "propTypes", { + set: function(eI) { + $("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), dA = eI, Object.defineProperty(DA, "propTypes", { enumerable: !0 }); } } }); } - return eA; + return DA; } - function oi(j) { - j != null && j.$$typeof === s ? $("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof j != "function" ? $("forwardRef requires a render function but was given %s.", j === null ? "null" : typeof j) : j.length !== 0 && j.length !== 2 && $("forwardRef render functions accept exactly two parameters: props and ref. %s", j.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), j != null && (j.defaultProps != null || j.propTypes != null) && $("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?"); + function oi(R) { + R != null && R.$$typeof === s ? $("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof R != "function" ? $("forwardRef requires a render function but was given %s.", R === null ? "null" : typeof R) : R.length !== 0 && R.length !== 2 && $("forwardRef render functions accept exactly two parameters: props and ref. %s", R.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), R != null && (R.defaultProps != null || R.propTypes != null) && $("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?"); var P = { - $$typeof: l, - render: j + $$typeof: S, + render: R }; { - var eA; + var DA; Object.defineProperty(P, "displayName", { enumerable: !1, configurable: !0, get: function() { - return eA; + return DA; }, set: function(aA) { - eA = aA, !j.name && !j.displayName && (j.displayName = aA); + DA = aA, !R.name && !R.displayName && (R.displayName = aA); } }); } @@ -981,173 +981,173 @@ Your code should look like: } var _; _ = Symbol.for("react.module.reference"); - function UA(j) { - return !!(typeof j == "string" || typeof j == "function" || j === h || j === c || F || j === i || j === Y || j === G || J || j === n || K || x || d || typeof j == "object" && j !== null && (j.$$typeof === y || j.$$typeof === s || j.$$typeof === e || j.$$typeof === a || j.$$typeof === l || // This needs to include all possible module reference object + function OA(R) { + return !!(typeof R == "string" || typeof R == "function" || R === h || R === c || M || R === i || R === Y || R === G || Z || R === N || K || x || d || typeof R == "object" && R !== null && (R.$$typeof === w || R.$$typeof === s || R.$$typeof === D || R.$$typeof === a || R.$$typeof === S || // 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. - j.$$typeof === _ || j.getModuleId !== void 0)); + R.$$typeof === _ || R.getModuleId !== void 0)); } - function TA(j, P) { - UA(j) || $("memo: The first argument must be a component. Instead received: %s", j === null ? "null" : typeof j); - var eA = { + function TA(R, P) { + OA(R) || $("memo: The first argument must be a component. Instead received: %s", R === null ? "null" : typeof R); + var DA = { $$typeof: s, - type: j, + type: R, compare: P === void 0 ? null : P }; { var aA; - Object.defineProperty(eA, "displayName", { + Object.defineProperty(DA, "displayName", { enumerable: !1, configurable: !0, get: function() { return aA; }, set: function(dA) { - aA = dA, !j.name && !j.displayName && (j.displayName = dA); + aA = dA, !R.name && !R.displayName && (R.displayName = dA); } }); } - return eA; + return DA; } function zA() { - var j = U.current; - return j === null && $(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: + var R = O.current; + return R === null && $(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app -See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), j; +See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), R; } - function JI(j) { + function ZI(R) { var P = zA(); - if (j._context !== void 0) { - var eA = j._context; - eA.Consumer === j ? $("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : eA.Provider === j && $("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?"); + if (R._context !== void 0) { + var DA = R._context; + DA.Consumer === R ? $("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : DA.Provider === R && $("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?"); } - return P.useContext(j); + return P.useContext(R); } - function qI(j) { + function qI(R) { var P = zA(); - return P.useState(j); + return P.useState(R); } - function OI(j, P, eA) { + function UI(R, P, DA) { var aA = zA(); - return aA.useReducer(j, P, eA); + return aA.useReducer(R, P, DA); } - function iI(j) { + function iI(R) { var P = zA(); - return P.useRef(j); + return P.useRef(R); } - function cC(j, P) { - var eA = zA(); - return eA.useEffect(j, P); + function cC(R, P) { + var DA = zA(); + return DA.useEffect(R, P); } - function Ug(j, P) { - var eA = zA(); - return eA.useInsertionEffect(j, P); + function Og(R, P) { + var DA = zA(); + return DA.useInsertionEffect(R, P); } - function Og(j, P) { - var eA = zA(); - return eA.useLayoutEffect(j, P); + function Ug(R, P) { + var DA = zA(); + return DA.useLayoutEffect(R, P); } - function LC(j, P) { - var eA = zA(); - return eA.useCallback(j, P); + function LC(R, P) { + var DA = zA(); + return DA.useCallback(R, P); } - function JB(j, P) { - var eA = zA(); - return eA.useMemo(j, P); + function ZB(R, P) { + var DA = zA(); + return DA.useMemo(R, P); } - function Mo(j, P, eA) { + function Fo(R, P, DA) { var aA = zA(); - return aA.useImperativeHandle(j, P, eA); + return aA.useImperativeHandle(R, P, DA); } - function GE(j, P) { + function GE(R, P) { { - var eA = zA(); - return eA.useDebugValue(j, P); + var DA = zA(); + return DA.useDebugValue(R, P); } } - function js() { - var j = zA(); - return j.useTransition(); + function Rs() { + var R = zA(); + return R.useTransition(); } - function SQ(j) { + function SQ(R) { var P = zA(); - return P.useDeferredValue(j); + return P.useDeferredValue(R); } function HI() { - var j = zA(); - return j.useId(); + var R = zA(); + return R.useId(); } - function ci(j, P, eA) { + function ci(R, P, DA) { var aA = zA(); - return aA.useSyncExternalStore(j, P, eA); + return aA.useSyncExternalStore(R, P, DA); } - var Qh = 0, sD, GD, yD, wD, ND, nD, FD; + var Qh = 0, se, Ge, we, ne, ye, Ne, Me; function aa() { } aa.__reactDisabledLog = !0; function ps() { { if (Qh === 0) { - sD = console.log, GD = console.info, yD = console.warn, wD = console.error, ND = console.group, nD = console.groupCollapsed, FD = console.groupEnd; - var j = { + se = console.log, Ge = console.info, we = console.warn, ne = console.error, ye = console.group, Ne = console.groupCollapsed, Me = console.groupEnd; + var R = { configurable: !0, enumerable: !0, value: aa, writable: !0 }; Object.defineProperties(console, { - info: j, - log: j, - warn: j, - error: j, - group: j, - groupCollapsed: j, - groupEnd: j + info: R, + log: R, + warn: R, + error: R, + group: R, + groupCollapsed: R, + groupEnd: R }); } Qh++; } } - function MD() { + function Fe() { { if (Qh--, Qh === 0) { - var j = { + var R = { configurable: !0, enumerable: !0, writable: !0 }; Object.defineProperties(console, { - log: v({}, j, { - value: sD + log: v({}, R, { + value: se }), - info: v({}, j, { - value: GD + info: v({}, R, { + value: Ge }), - warn: v({}, j, { - value: yD + warn: v({}, R, { + value: we }), - error: v({}, j, { - value: wD + error: v({}, R, { + value: ne }), - group: v({}, j, { - value: ND + group: v({}, R, { + value: ye }), - groupCollapsed: v({}, j, { - value: nD + groupCollapsed: v({}, R, { + value: Ne }), - groupEnd: v({}, j, { - value: FD + groupEnd: v({}, R, { + value: Me }) }); } Qh < 0 && $("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } - var Di = z.ReactCurrentDispatcher, xE; - function hh(j, P, eA) { + var ei = z.ReactCurrentDispatcher, xE; + function hh(R, P, DA) { { if (xE === void 0) try { @@ -1157,28 +1157,28 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f xE = aA && aA[1] || ""; } return ` -` + xE + j; +` + xE + R; } } var ih = !1, ro; { - var rD = typeof WeakMap == "function" ? WeakMap : Map; - ro = new rD(); + var re = typeof WeakMap == "function" ? WeakMap : Map; + ro = new re(); } - function Sa(j, P) { - if (!j || ih) + function Sa(R, P) { + if (!R || ih) return ""; { - var eA = ro.get(j); - if (eA !== void 0) - return eA; + var DA = ro.get(R); + if (DA !== void 0) + return DA; } var aA; ih = !0; var dA = Error.prepareStackTrace; Error.prepareStackTrace = void 0; - var DI; - DI = Di.current, Di.current = null, ps(); + var eI; + eI = ei.current, ei.current = null, ps(); try { if (P) { var PA = function() { @@ -1194,14 +1194,14 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f } catch (Ig) { aA = Ig; } - Reflect.construct(j, [], PA); + Reflect.construct(R, [], PA); } else { try { PA.call(); } catch (Ig) { aA = Ig; } - j.call(PA.prototype); + R.call(PA.prototype); } } else { try { @@ -1209,370 +1209,370 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f } catch (Ig) { aA = Ig; } - j(); + R(); } } catch (Ig) { if (Ig && aA && typeof Ig.stack == "string") { for (var YI = Ig.stack.split(` `), uI = aA.stack.split(` -`), ig = YI.length - 1, yg = uI.length - 1; ig >= 1 && yg >= 0 && YI[ig] !== uI[yg]; ) - yg--; - for (; ig >= 1 && yg >= 0; ig--, yg--) - if (YI[ig] !== uI[yg]) { - if (ig !== 1 || yg !== 1) +`), ig = YI.length - 1, wg = uI.length - 1; ig >= 1 && wg >= 0 && YI[ig] !== uI[wg]; ) + wg--; + for (; ig >= 1 && wg >= 0; ig--, wg--) + if (YI[ig] !== uI[wg]) { + if (ig !== 1 || wg !== 1) do - if (ig--, yg--, yg < 0 || YI[ig] !== uI[yg]) { - var wg = ` + if (ig--, wg--, wg < 0 || YI[ig] !== uI[wg]) { + var ng = ` ` + YI[ig].replace(" at new ", " at "); - return j.displayName && wg.includes("") && (wg = wg.replace("", j.displayName)), typeof j == "function" && ro.set(j, wg), wg; + return R.displayName && ng.includes("") && (ng = ng.replace("", R.displayName)), typeof R == "function" && ro.set(R, ng), ng; } - while (ig >= 1 && yg >= 0); + while (ig >= 1 && wg >= 0); break; } } } finally { - ih = !1, Di.current = DI, MD(), Error.prepareStackTrace = dA; + ih = !1, ei.current = eI, Fe(), Error.prepareStackTrace = dA; } - var Rg = j ? j.displayName || j.name : "", Lg = Rg ? hh(Rg) : ""; - return typeof j == "function" && ro.set(j, Lg), Lg; + var jg = R ? R.displayName || R.name : "", Lg = jg ? hh(jg) : ""; + return typeof R == "function" && ro.set(R, Lg), Lg; } - function mD(j, P, eA) { - return Sa(j, !1); + function me(R, P, DA) { + return Sa(R, !1); } - function ds(j) { - var P = j.prototype; + function ds(R) { + var P = R.prototype; return !!(P && P.isReactComponent); } - function oh(j, P, eA) { - if (j == null) + function oh(R, P, DA) { + if (R == null) return ""; - if (typeof j == "function") - return Sa(j, ds(j)); - if (typeof j == "string") - return hh(j); - switch (j) { + if (typeof R == "function") + return Sa(R, ds(R)); + if (typeof R == "string") + return hh(R); + switch (R) { case Y: return hh("Suspense"); case G: return hh("SuspenseList"); } - if (typeof j == "object") - switch (j.$$typeof) { - case l: - return mD(j.render); + if (typeof R == "object") + switch (R.$$typeof) { + case S: + return me(R.render); case s: - return oh(j.type, P, eA); - case y: { - var aA = j, dA = aA._payload, DI = aA._init; + return oh(R.type, P, DA); + case w: { + var aA = R, dA = aA._payload, eI = aA._init; try { - return oh(DI(dA), P, eA); + return oh(eI(dA), P, DA); } catch { } } } return ""; } - var la = {}, UD = z.ReactDebugCurrentFrame; - function mo(j) { - if (j) { - var P = j._owner, eA = oh(j.type, j._source, P ? P.type : null); - UD.setExtraStackFrame(eA); + var la = {}, Oe = z.ReactDebugCurrentFrame; + function mo(R) { + if (R) { + var P = R._owner, DA = oh(R.type, R._source, P ? P.type : null); + Oe.setExtraStackFrame(DA); } else - UD.setExtraStackFrame(null); + Oe.setExtraStackFrame(null); } - function Ya(j, P, eA, aA, dA) { + function Ya(R, P, DA, aA, dA) { { - var DI = Function.call.bind(rA); - for (var PA in j) - if (DI(j, PA)) { + var eI = Function.call.bind(rA); + for (var PA in R) + if (eI(R, PA)) { var YI = void 0; try { - if (typeof j[PA] != "function") { - var uI = Error((aA || "React class") + ": " + eA + " type `" + PA + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof j[PA] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); + if (typeof R[PA] != "function") { + var uI = Error((aA || "React class") + ": " + DA + " type `" + PA + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof R[PA] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); throw uI.name = "Invariant Violation", uI; } - YI = j[PA](P, PA, aA, eA, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); + YI = R[PA](P, PA, aA, DA, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (ig) { YI = ig; } - YI && !(YI instanceof Error) && (mo(dA), $("%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).", aA || "React class", eA, PA, typeof YI), mo(null)), YI instanceof Error && !(YI.message in la) && (la[YI.message] = !0, mo(dA), $("Failed %s type: %s", eA, YI.message), mo(null)); + YI && !(YI instanceof Error) && (mo(dA), $("%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).", aA || "React class", DA, PA, typeof YI), mo(null)), YI instanceof Error && !(YI.message in la) && (la[YI.message] = !0, mo(dA), $("Failed %s type: %s", DA, YI.message), mo(null)); } } } - function Ag(j) { - if (j) { - var P = j._owner, eA = oh(j.type, j._source, P ? P.type : null); - u(eA); + function Ag(R) { + if (R) { + var P = R._owner, DA = oh(R.type, R._source, P ? P.type : null); + u(DA); } else u(null); } - var OD; - OD = !1; - function RD() { + var Ue; + Ue = !1; + function je() { if (f.current) { - var j = nA(f.current.type); - if (j) + var R = NA(f.current.type); + if (R) return ` -Check the render method of \`` + j + "`."; +Check the render method of \`` + R + "`."; } return ""; } - function mI(j) { - if (j !== void 0) { - var P = j.fileName.replace(/^.*[\\\/]/, ""), eA = j.lineNumber; + function mI(R) { + if (R !== void 0) { + var P = R.fileName.replace(/^.*[\\\/]/, ""), DA = R.lineNumber; return ` -Check your code at ` + P + ":" + eA + "."; +Check your code at ` + P + ":" + DA + "."; } return ""; } - function sa(j) { - return j != null ? mI(j.__source) : ""; + function sa(R) { + return R != null ? mI(R.__source) : ""; } var xC = {}; - function ei(j) { - var P = RD(); + function Di(R) { + var P = je(); if (!P) { - var eA = typeof j == "string" ? j : j.displayName || j.name; - eA && (P = ` + var DA = typeof R == "string" ? R : R.displayName || R.name; + DA && (P = ` -Check the top-level render call using <` + eA + ">."); +Check the top-level render call using <` + DA + ">."); } return P; } - function ch(j, P) { - if (!(!j._store || j._store.validated || j.key != null)) { - j._store.validated = !0; - var eA = ei(P); - if (!xC[eA]) { - xC[eA] = !0; + function ch(R, P) { + if (!(!R._store || R._store.validated || R.key != null)) { + R._store.validated = !0; + var DA = Di(P); + if (!xC[DA]) { + xC[DA] = !0; var aA = ""; - j && j._owner && j._owner !== f.current && (aA = " It was passed a child from " + nA(j._owner.type) + "."), Ag(j), $('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', eA, aA), Ag(null); + R && R._owner && R._owner !== f.current && (aA = " It was passed a child from " + NA(R._owner.type) + "."), Ag(R), $('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', DA, aA), Ag(null); } } } - function Ga(j, P) { - if (typeof j == "object") { - if (SI(j)) - for (var eA = 0; eA < j.length; eA++) { - var aA = j[eA]; + function Ga(R, P) { + if (typeof R == "object") { + if (SI(R)) + for (var DA = 0; DA < R.length; DA++) { + var aA = R[DA]; PI(aA) && ch(aA, P); } - else if (PI(j)) - j._store && (j._store.validated = !0); - else if (j) { - var dA = k(j); - if (typeof dA == "function" && dA !== j.entries) - for (var DI = dA.call(j), PA; !(PA = DI.next()).done; ) + else if (PI(R)) + R._store && (R._store.validated = !0); + else if (R) { + var dA = j(R); + if (typeof dA == "function" && dA !== R.entries) + for (var eI = dA.call(R), PA; !(PA = eI.next()).done; ) PI(PA.value) && ch(PA.value, P); } } } - function nC(j) { + function NC(R) { { - var P = j.type; + var P = R.type; if (P == null || typeof P == "string") return; - var eA; + var DA; if (typeof P == "function") - eA = P.propTypes; - else if (typeof P == "object" && (P.$$typeof === l || // Note: Memo only checks outer props here. + DA = P.propTypes; + else if (typeof P == "object" && (P.$$typeof === S || // Note: Memo only checks outer props here. // Inner props are checked in the reconciler. P.$$typeof === s)) - eA = P.propTypes; + DA = P.propTypes; else return; - if (eA) { - var aA = nA(P); - Ya(eA, j.props, "prop", aA, j); - } else if (P.PropTypes !== void 0 && !OD) { - OD = !0; - var dA = nA(P); + if (DA) { + var aA = NA(P); + Ya(DA, R.props, "prop", aA, R); + } else if (P.PropTypes !== void 0 && !Ue) { + Ue = !0; + var dA = NA(P); $("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", dA || "Unknown"); } typeof P.getDefaultProps == "function" && !P.getDefaultProps.isReactClassApproved && $("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); } } - function ug(j) { + function ug(R) { { - for (var P = Object.keys(j.props), eA = 0; eA < P.length; eA++) { - var aA = P[eA]; + for (var P = Object.keys(R.props), DA = 0; DA < P.length; DA++) { + var aA = P[DA]; if (aA !== "children" && aA !== "key") { - Ag(j), $("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", aA), Ag(null); + Ag(R), $("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", aA), Ag(null); break; } } - j.ref !== null && (Ag(j), $("Invalid attribute `ref` supplied to `React.Fragment`."), Ag(null)); + R.ref !== null && (Ag(R), $("Invalid attribute `ref` supplied to `React.Fragment`."), Ag(null)); } } - function ya(j, P, eA) { - var aA = UA(j); + function wa(R, P, DA) { + var aA = OA(R); if (!aA) { var dA = ""; - (j === void 0 || typeof j == "object" && j !== null && Object.keys(j).length === 0) && (dA += " 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 DI = sa(P); - DI ? dA += DI : dA += RD(); + (R === void 0 || typeof R == "object" && R !== null && Object.keys(R).length === 0) && (dA += " 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 eI = sa(P); + eI ? dA += eI : dA += je(); var PA; - j === null ? PA = "null" : SI(j) ? PA = "array" : j !== void 0 && j.$$typeof === E ? (PA = "<" + (nA(j.type) || "Unknown") + " />", dA = " Did you accidentally export a JSX literal instead of a component?") : PA = typeof j, $("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", PA, dA); + R === null ? PA = "null" : SI(R) ? PA = "array" : R !== void 0 && R.$$typeof === E ? (PA = "<" + (NA(R.type) || "Unknown") + " />", dA = " Did you accidentally export a JSX literal instead of a component?") : PA = typeof R, $("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", PA, dA); } var YI = $A.apply(this, arguments); if (YI == null) return YI; if (aA) for (var uI = 2; uI < arguments.length; uI++) - Ga(arguments[uI], j); - return j === h ? ug(YI) : nC(YI), YI; + Ga(arguments[uI], R); + return R === h ? ug(YI) : NC(YI), YI; } - var RE = !1; - function yE(j) { - var P = ya.bind(null, j); - return P.type = j, RE || (RE = !0, iA("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(P, "type", { + var jE = !1; + function wE(R) { + var P = wa.bind(null, R); + return P.type = R, jE || (jE = !0, iA("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(P, "type", { enumerable: !1, get: function() { return iA("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", { - value: j - }), j; + value: R + }), R; } }), P; } - function HB(j, P, eA) { + function HB(R, P, DA) { for (var aA = xI.apply(this, arguments), dA = 2; dA < arguments.length; dA++) Ga(arguments[dA], aA.type); - return nC(aA), aA; + return NC(aA), aA; } - function Zs(j, P) { - var eA = p.transition; + function Js(R, P) { + var DA = p.transition; p.transition = {}; var aA = p.transition; p.transition._updatedFibers = /* @__PURE__ */ new Set(); try { - j(); + R(); } finally { - if (p.transition = eA, eA === null && aA._updatedFibers) { + if (p.transition = DA, DA === null && aA._updatedFibers) { var dA = aA._updatedFibers.size; dA > 10 && iA("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), aA._updatedFibers.clear(); } } } - var Uo = !1, ti = null; - function wa(j) { + var Oo = !1, ti = null; + function na(R) { if (ti === null) try { - var P = ("require" + Math.random()).slice(0, 7), eA = g && g[P]; - ti = eA.call(g, "timers").setImmediate; + var P = ("require" + Math.random()).slice(0, 7), DA = g && g[P]; + ti = DA.call(g, "timers").setImmediate; } catch { ti = function(dA) { - Uo === !1 && (Uo = !0, typeof MessageChannel > "u" && $("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning.")); - var DI = new MessageChannel(); - DI.port1.onmessage = dA, DI.port2.postMessage(void 0); + Oo === !1 && (Oo = !0, typeof MessageChannel > "u" && $("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning.")); + var eI = new MessageChannel(); + eI.port1.onmessage = dA, eI.port2.postMessage(void 0); }; } - return ti(j); + return ti(R); } - var Dh = 0, Na = !1; - function Js(j) { + var eh = 0, ya = !1; + function Zs(R) { { - var P = Dh; - Dh++, Z.current === null && (Z.current = []); - var eA = Z.isBatchingLegacy, aA; + var P = eh; + eh++, J.current === null && (J.current = []); + var DA = J.isBatchingLegacy, aA; try { - if (Z.isBatchingLegacy = !0, aA = j(), !eA && Z.didScheduleLegacyUpdate) { - var dA = Z.current; - dA !== null && (Z.didScheduleLegacyUpdate = !1, Ro(dA)); + if (J.isBatchingLegacy = !0, aA = R(), !DA && J.didScheduleLegacyUpdate) { + var dA = J.current; + dA !== null && (J.didScheduleLegacyUpdate = !1, jo(dA)); } - } catch (Rg) { - throw lQ(P), Rg; + } catch (jg) { + throw lQ(P), jg; } finally { - Z.isBatchingLegacy = eA; + J.isBatchingLegacy = DA; } if (aA !== null && typeof aA == "object" && typeof aA.then == "function") { - var DI = aA, PA = !1, YI = { - then: function(Rg, Lg) { - PA = !0, DI.then(function(Ig) { - lQ(P), Dh === 0 ? Oo(Ig, Rg, Lg) : Rg(Ig); + var eI = aA, PA = !1, YI = { + then: function(jg, Lg) { + PA = !0, eI.then(function(Ig) { + lQ(P), eh === 0 ? Uo(Ig, jg, Lg) : jg(Ig); }, function(Ig) { lQ(P), Lg(Ig); }); } }; - return !Na && typeof Promise < "u" && Promise.resolve().then(function() { + return !ya && typeof Promise < "u" && Promise.resolve().then(function() { }).then(function() { - PA || (Na = !0, $("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);")); + PA || (ya = !0, $("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);")); }), YI; } else { var uI = aA; - if (lQ(P), Dh === 0) { - var ig = Z.current; - ig !== null && (Ro(ig), Z.current = null); - var yg = { - then: function(Rg, Lg) { - Z.current === null ? (Z.current = [], Oo(uI, Rg, Lg)) : Rg(uI); + if (lQ(P), eh === 0) { + var ig = J.current; + ig !== null && (jo(ig), J.current = null); + var wg = { + then: function(jg, Lg) { + J.current === null ? (J.current = [], Uo(uI, jg, Lg)) : jg(uI); } }; - return yg; + return wg; } else { - var wg = { - then: function(Rg, Lg) { - Rg(uI); + var ng = { + then: function(jg, Lg) { + jg(uI); } }; - return wg; + return ng; } } } } - function lQ(j) { - j !== Dh - 1 && $("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Dh = j; + function lQ(R) { + R !== eh - 1 && $("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), eh = R; } - function Oo(j, P, eA) { + function Uo(R, P, DA) { { - var aA = Z.current; + var aA = J.current; if (aA !== null) try { - Ro(aA), wa(function() { - aA.length === 0 ? (Z.current = null, P(j)) : Oo(j, P, eA); + jo(aA), na(function() { + aA.length === 0 ? (J.current = null, P(R)) : Uo(R, P, DA); }); } catch (dA) { - eA(dA); + DA(dA); } else - P(j); + P(R); } } - var eh = !1; - function Ro(j) { - if (!eh) { - eh = !0; + var Dh = !1; + function jo(R) { + if (!Dh) { + Dh = !0; var P = 0; try { - for (; P < j.length; P++) { - var eA = j[P]; + for (; P < R.length; P++) { + var DA = R[P]; do - eA = eA(!0); - while (eA !== null); + DA = DA(!0); + while (DA !== null); } - j.length = 0; + R.length = 0; } catch (aA) { - throw j = j.slice(P + 1), aA; + throw R = R.slice(P + 1), aA; } finally { - eh = !1; + Dh = !1; } } } - var na = ya, Fa = HB, Ma = yE, ra = { + var Na = wa, Ma = HB, Fa = wE, ra = { map: cB, - forEach: Fo, + forEach: Mo, count: Qi, - toArray: YD, + toArray: Ye, only: hi }; - A.Children = ra, A.Component = MA, A.Fragment = h, A.Profiler = c, A.PureComponent = _A, A.StrictMode = i, A.Suspense = Y, A.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = z, A.cloneElement = Fa, A.createContext = ii, A.createElement = na, A.createFactory = Ma, A.createRef = hI, A.forwardRef = oi, A.isValidElement = PI, A.lazy = ZB, A.memo = TA, A.startTransition = Zs, A.unstable_act = Js, A.useCallback = LC, A.useContext = JI, A.useDebugValue = GE, A.useDeferredValue = SQ, A.useEffect = cC, A.useId = HI, A.useImperativeHandle = Mo, A.useInsertionEffect = Ug, A.useLayoutEffect = Og, A.useMemo = JB, A.useReducer = OI, A.useRef = iI, A.useState = qI, A.useSyncExternalStore = ci, A.useTransition = js, A.version = I, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error()); + A.Children = ra, A.Component = FA, A.Fragment = h, A.Profiler = c, A.PureComponent = _A, A.StrictMode = i, A.Suspense = Y, A.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = z, A.cloneElement = Ma, A.createContext = ii, A.createElement = Na, A.createFactory = Fa, A.createRef = hI, A.forwardRef = oi, A.isValidElement = PI, A.lazy = JB, A.memo = TA, A.startTransition = Js, A.unstable_act = Zs, A.useCallback = LC, A.useContext = ZI, A.useDebugValue = GE, A.useDeferredValue = SQ, A.useEffect = cC, A.useId = HI, A.useImperativeHandle = Fo, A.useInsertionEffect = Og, A.useLayoutEffect = Ug, A.useMemo = ZB, A.useReducer = UI, A.useRef = iI, A.useState = qI, A.useSyncExternalStore = ci, A.useTransition = Rs, A.version = I, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error()); })(); })(bY, bY.exports); var QK = bY.exports; -uj.exports = QK; -var L = uj.exports; +uR.exports = QK; +var L = uR.exports; const Li = /* @__PURE__ */ gh(L); /** * @license React @@ -1584,54 +1584,54 @@ const Li = /* @__PURE__ */ gh(L); * LICENSE file in the root directory of this source tree. */ (function() { - var g = L, A = Symbol.for("react.element"), I = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), Q = Symbol.for("react.strict_mode"), h = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), c = Symbol.for("react.context"), e = Symbol.for("react.forward_ref"), a = Symbol.for("react.suspense"), l = Symbol.for("react.suspense_list"), Y = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), s = Symbol.for("react.offscreen"), y = Symbol.iterator, n = "@@iterator"; - function M(_) { + var g = L, A = Symbol.for("react.element"), I = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), Q = Symbol.for("react.strict_mode"), h = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), c = Symbol.for("react.context"), D = Symbol.for("react.forward_ref"), a = Symbol.for("react.suspense"), S = Symbol.for("react.suspense_list"), Y = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), s = Symbol.for("react.offscreen"), w = Symbol.iterator, N = "@@iterator"; + function F(_) { if (_ === null || typeof _ != "object") return null; - var UA = y && _[y] || _[n]; - return typeof UA == "function" ? UA : null; + var OA = w && _[w] || _[N]; + return typeof OA == "function" ? OA : null; } var m = g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; - function k(_) { + function j(_) { { - for (var UA = arguments.length, TA = new Array(UA > 1 ? UA - 1 : 0), zA = 1; zA < UA; zA++) + for (var OA = arguments.length, TA = new Array(OA > 1 ? OA - 1 : 0), zA = 1; zA < OA; zA++) TA[zA - 1] = arguments[zA]; - U("error", _, TA); + O("error", _, TA); } } - function U(_, UA, TA) { + function O(_, OA, TA) { { - var zA = m.ReactDebugCurrentFrame, JI = zA.getStackAddendum(); - JI !== "" && (UA += "%s", TA = TA.concat([JI])); - var qI = TA.map(function(OI) { - return String(OI); + var zA = m.ReactDebugCurrentFrame, ZI = zA.getStackAddendum(); + ZI !== "" && (OA += "%s", TA = TA.concat([ZI])); + var qI = TA.map(function(UI) { + return String(UI); }); - qI.unshift("Warning: " + UA), Function.prototype.apply.call(console[_], console, qI); + qI.unshift("Warning: " + OA), Function.prototype.apply.call(console[_], console, qI); } } - var p = !1, Z = !1, f = !1, H = !1, b = !1, u; + var p = !1, J = !1, f = !1, H = !1, b = !1, u; u = Symbol.for("react.module.reference"); function K(_) { - return !!(typeof _ == "string" || typeof _ == "function" || _ === E || _ === h || b || _ === Q || _ === a || _ === l || H || _ === s || p || Z || f || typeof _ == "object" && _ !== null && (_.$$typeof === G || _.$$typeof === Y || _.$$typeof === i || _.$$typeof === c || _.$$typeof === e || // This needs to include all possible module reference object + return !!(typeof _ == "string" || typeof _ == "function" || _ === E || _ === h || b || _ === Q || _ === a || _ === S || H || _ === s || p || J || f || typeof _ == "object" && _ !== null && (_.$$typeof === G || _.$$typeof === Y || _.$$typeof === i || _.$$typeof === c || _.$$typeof === D || // 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. _.$$typeof === u || _.getModuleId !== void 0)); } - function x(_, UA, TA) { + function x(_, OA, TA) { var zA = _.displayName; if (zA) return zA; - var JI = UA.displayName || UA.name || ""; - return JI !== "" ? TA + "(" + JI + ")" : TA; + var ZI = OA.displayName || OA.name || ""; + return ZI !== "" ? TA + "(" + ZI + ")" : TA; } function d(_) { return _.displayName || "Context"; } - function J(_) { + function Z(_) { if (_ == null) return null; - if (typeof _.tag == "number" && k("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof _ == "function") + if (typeof _.tag == "number" && j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof _ == "function") return _.displayName || _.name || null; if (typeof _ == "string") return _; @@ -1646,26 +1646,26 @@ const Li = /* @__PURE__ */ gh(L); return "StrictMode"; case a: return "Suspense"; - case l: + case S: return "SuspenseList"; } if (typeof _ == "object") switch (_.$$typeof) { case c: - var UA = _; - return d(UA) + ".Consumer"; + var OA = _; + return d(OA) + ".Consumer"; case i: var TA = _; return d(TA._context) + ".Provider"; - case e: + case D: return x(_, _.render, "ForwardRef"); case Y: var zA = _.displayName || null; - return zA !== null ? zA : J(_.type) || "Memo"; + return zA !== null ? zA : Z(_.type) || "Memo"; case G: { - var JI = _, qI = JI._payload, OI = JI._init; + var ZI = _, qI = ZI._payload, UI = ZI._init; try { - return J(OI(qI)); + return Z(UI(qI)); } catch { return null; } @@ -1673,11 +1673,11 @@ const Li = /* @__PURE__ */ gh(L); } return null; } - var F = Object.assign, z = 0, iA, $, SA, QA, hA, q, v; + var M = Object.assign, z = 0, iA, $, SA, QA, hA, q, v; function sA() { } sA.__reactDisabledLog = !0; - function MA() { + function FA() { { if (z === 0) { iA = console.log, $ = console.info, SA = console.warn, QA = console.error, hA = console.group, q = console.groupCollapsed, v = console.groupEnd; @@ -1700,7 +1700,7 @@ const Li = /* @__PURE__ */ gh(L); z++; } } - function yA() { + function wA() { { if (z--, z === 0) { var _ = { @@ -1709,88 +1709,88 @@ const Li = /* @__PURE__ */ gh(L); writable: !0 }; Object.defineProperties(console, { - log: F({}, _, { + log: M({}, _, { value: iA }), - info: F({}, _, { + info: M({}, _, { value: $ }), - warn: F({}, _, { + warn: M({}, _, { value: SA }), - error: F({}, _, { + error: M({}, _, { value: QA }), - group: F({}, _, { + group: M({}, _, { value: hA }), - groupCollapsed: F({}, _, { + groupCollapsed: M({}, _, { value: q }), - groupEnd: F({}, _, { + groupEnd: M({}, _, { value: v }) }); } - z < 0 && k("disabledDepth fell below zero. This is a bug in React. Please file an issue."); + z < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } - var gI = m.ReactCurrentDispatcher, FI; - function AI(_, UA, TA) { + var gI = m.ReactCurrentDispatcher, MI; + function AI(_, OA, TA) { { - if (FI === void 0) + if (MI === void 0) try { throw Error(); - } catch (JI) { - var zA = JI.stack.trim().match(/\n( *(at )?)/); - FI = zA && zA[1] || ""; + } catch (ZI) { + var zA = ZI.stack.trim().match(/\n( *(at )?)/); + MI = zA && zA[1] || ""; } return ` -` + FI + _; +` + MI + _; } } - var _A = !1, MI; + var _A = !1, FI; { var hI = typeof WeakMap == "function" ? WeakMap : Map; - MI = new hI(); + FI = new hI(); } - function jA(_, UA) { + function RA(_, OA) { if (!_ || _A) return ""; { - var TA = MI.get(_); + var TA = FI.get(_); if (TA !== void 0) return TA; } var zA; _A = !0; - var JI = Error.prepareStackTrace; + var ZI = Error.prepareStackTrace; Error.prepareStackTrace = void 0; var qI; - qI = gI.current, gI.current = null, MA(); + qI = gI.current, gI.current = null, FA(); try { - if (UA) { - var OI = function() { + if (OA) { + var UI = function() { throw Error(); }; - if (Object.defineProperty(OI.prototype, "props", { + if (Object.defineProperty(UI.prototype, "props", { set: function() { throw Error(); } }), typeof Reflect == "object" && Reflect.construct) { try { - Reflect.construct(OI, []); + Reflect.construct(UI, []); } catch (GE) { zA = GE; } - Reflect.construct(_, [], OI); + Reflect.construct(_, [], UI); } else { try { - OI.call(); + UI.call(); } catch (GE) { zA = GE; } - _.call(OI.prototype); + _.call(UI.prototype); } } else { try { @@ -1804,57 +1804,57 @@ const Li = /* @__PURE__ */ gh(L); if (GE && zA && typeof GE.stack == "string") { for (var iI = GE.stack.split(` `), cC = zA.stack.split(` -`), Ug = iI.length - 1, Og = cC.length - 1; Ug >= 1 && Og >= 0 && iI[Ug] !== cC[Og]; ) - Og--; - for (; Ug >= 1 && Og >= 0; Ug--, Og--) - if (iI[Ug] !== cC[Og]) { - if (Ug !== 1 || Og !== 1) +`), Og = iI.length - 1, Ug = cC.length - 1; Og >= 1 && Ug >= 0 && iI[Og] !== cC[Ug]; ) + Ug--; + for (; Og >= 1 && Ug >= 0; Og--, Ug--) + if (iI[Og] !== cC[Ug]) { + if (Og !== 1 || Ug !== 1) do - if (Ug--, Og--, Og < 0 || iI[Ug] !== cC[Og]) { + if (Og--, Ug--, Ug < 0 || iI[Og] !== cC[Ug]) { var LC = ` -` + iI[Ug].replace(" at new ", " at "); - return _.displayName && LC.includes("") && (LC = LC.replace("", _.displayName)), typeof _ == "function" && MI.set(_, LC), LC; +` + iI[Og].replace(" at new ", " at "); + return _.displayName && LC.includes("") && (LC = LC.replace("", _.displayName)), typeof _ == "function" && FI.set(_, LC), LC; } - while (Ug >= 1 && Og >= 0); + while (Og >= 1 && Ug >= 0); break; } } } finally { - _A = !1, gI.current = qI, yA(), Error.prepareStackTrace = JI; + _A = !1, gI.current = qI, wA(), Error.prepareStackTrace = ZI; } - var JB = _ ? _.displayName || _.name : "", Mo = JB ? AI(JB) : ""; - return typeof _ == "function" && MI.set(_, Mo), Mo; + var ZB = _ ? _.displayName || _.name : "", Fo = ZB ? AI(ZB) : ""; + return typeof _ == "function" && FI.set(_, Fo), Fo; } - function SI(_, UA, TA) { - return jA(_, !1); + function SI(_, OA, TA) { + return RA(_, !1); } - function O(_) { - var UA = _.prototype; - return !!(UA && UA.isReactComponent); + function U(_) { + var OA = _.prototype; + return !!(OA && OA.isReactComponent); } - function tA(_, UA, TA) { + function tA(_, OA, TA) { if (_ == null) return ""; if (typeof _ == "function") - return jA(_, O(_)); + return RA(_, U(_)); if (typeof _ == "string") return AI(_); switch (_) { case a: return AI("Suspense"); - case l: + case S: return AI("SuspenseList"); } if (typeof _ == "object") switch (_.$$typeof) { - case e: + case D: return SI(_.render); case Y: - return tA(_.type, UA, TA); + return tA(_.type, OA, TA); case G: { - var zA = _, JI = zA._payload, qI = zA._init; + var zA = _, ZI = zA._payload, qI = zA._init; try { - return tA(qI(JI), UA, TA); + return tA(qI(ZI), OA, TA); } catch { } } @@ -1864,27 +1864,27 @@ const Li = /* @__PURE__ */ gh(L); var oA = Object.prototype.hasOwnProperty, V = {}, W = m.ReactDebugCurrentFrame; function gA(_) { if (_) { - var UA = _._owner, TA = tA(_.type, _._source, UA ? UA.type : null); + var OA = _._owner, TA = tA(_.type, _._source, OA ? OA.type : null); W.setExtraStackFrame(TA); } else W.setExtraStackFrame(null); } - function nA(_, UA, TA, zA, JI) { + function NA(_, OA, TA, zA, ZI) { { var qI = Function.call.bind(oA); - for (var OI in _) - if (qI(_, OI)) { + for (var UI in _) + if (qI(_, UI)) { var iI = void 0; try { - if (typeof _[OI] != "function") { - var cC = Error((zA || "React class") + ": " + TA + " type `" + OI + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof _[OI] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); + if (typeof _[UI] != "function") { + var cC = Error((zA || "React class") + ": " + TA + " type `" + UI + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof _[UI] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); throw cC.name = "Invariant Violation", cC; } - iI = _[OI](UA, OI, zA, TA, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); - } catch (Ug) { - iI = Ug; + iI = _[UI](OA, UI, zA, TA, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); + } catch (Og) { + iI = Og; } - iI && !(iI instanceof Error) && (gA(JI), k("%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).", zA || "React class", TA, OI, typeof iI), gA(null)), iI instanceof Error && !(iI.message in V) && (V[iI.message] = !0, gA(JI), k("Failed %s type: %s", TA, iI.message), gA(null)); + iI && !(iI instanceof Error) && (gA(ZI), j("%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).", zA || "React class", TA, UI, typeof iI), gA(null)), iI instanceof Error && !(iI.message in V) && (V[iI.message] = !0, gA(ZI), j("Failed %s type: %s", TA, iI.message), gA(null)); } } } @@ -1892,27 +1892,27 @@ const Li = /* @__PURE__ */ gh(L); function CA(_) { return rA(_); } - function OA(_) { + function UA(_) { { - var UA = typeof Symbol == "function" && Symbol.toStringTag, TA = UA && _[Symbol.toStringTag] || _.constructor.name || "Object"; + var OA = typeof Symbol == "function" && Symbol.toStringTag, TA = OA && _[Symbol.toStringTag] || _.constructor.name || "Object"; return TA; } } function HA(_) { try { - return RA(_), !1; + return jA(_), !1; } catch { return !0; } } - function RA(_) { + function jA(_) { return "" + _; } function xA(_) { if (HA(_)) - return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", OA(_)), RA(_); + return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", UA(_)), jA(_); } - var lI = m.ReactCurrentOwner, yI = { + var lI = m.ReactCurrentOwner, wI = { key: !0, ref: !0, __self: !0, @@ -1921,30 +1921,30 @@ const Li = /* @__PURE__ */ gh(L); pA = {}; function $A(_) { if (oA.call(_, "ref")) { - var UA = Object.getOwnPropertyDescriptor(_, "ref").get; - if (UA && UA.isReactWarning) + var OA = Object.getOwnPropertyDescriptor(_, "ref").get; + if (OA && OA.isReactWarning) return !1; } return _.ref !== void 0; } function II(_) { if (oA.call(_, "key")) { - var UA = Object.getOwnPropertyDescriptor(_, "key").get; - if (UA && UA.isReactWarning) + var OA = Object.getOwnPropertyDescriptor(_, "key").get; + if (OA && OA.isReactWarning) return !1; } return _.key !== void 0; } - function xI(_, UA) { - if (typeof _.ref == "string" && lI.current && UA && lI.current.stateNode !== UA) { - var TA = J(lI.current.type); - pA[TA] || (k('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', J(lI.current.type), _.ref), pA[TA] = !0); + function xI(_, OA) { + if (typeof _.ref == "string" && lI.current && OA && lI.current.stateNode !== OA) { + var TA = Z(lI.current.type); + pA[TA] || (j('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', Z(lI.current.type), _.ref), pA[TA] = !0); } } - function PI(_, UA) { + function PI(_, OA) { { var TA = function() { - zg || (zg = !0, k("%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)", UA)); + zg || (zg = !0, j("%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)", OA)); }; TA.isReactWarning = !0, Object.defineProperty(_, "key", { get: TA, @@ -1952,10 +1952,10 @@ const Li = /* @__PURE__ */ gh(L); }); } } - function tg(_, UA) { + function tg(_, OA) { { var TA = function() { - iE || (iE = !0, k("%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)", UA)); + iE || (iE = !0, j("%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)", OA)); }; TA.isReactWarning = !0, Object.defineProperty(_, "ref", { get: TA, @@ -1963,15 +1963,15 @@ const Li = /* @__PURE__ */ gh(L); }); } } - var dg = function(_, UA, TA, zA, JI, qI, OI) { + var dg = function(_, OA, TA, zA, ZI, qI, UI) { var iI = { // This tag allows us to uniquely identify this as a React Element $$typeof: A, // Built-in properties that belong on the element type: _, - key: UA, + key: OA, ref: TA, - props: OI, + props: UI, // Record the component responsible for creating this element. _owner: qI }; @@ -1989,31 +1989,31 @@ const Li = /* @__PURE__ */ gh(L); configurable: !1, enumerable: !1, writable: !1, - value: JI + value: ZI }), Object.freeze && (Object.freeze(iI.props), Object.freeze(iI)), iI; }; - function zC(_, UA, TA, zA, JI) { + function zC(_, OA, TA, zA, ZI) { { - var qI, OI = {}, iI = null, cC = null; - TA !== void 0 && (xA(TA), iI = "" + TA), II(UA) && (xA(UA.key), iI = "" + UA.key), $A(UA) && (cC = UA.ref, xI(UA, JI)); - for (qI in UA) - oA.call(UA, qI) && !yI.hasOwnProperty(qI) && (OI[qI] = UA[qI]); + var qI, UI = {}, iI = null, cC = null; + TA !== void 0 && (xA(TA), iI = "" + TA), II(OA) && (xA(OA.key), iI = "" + OA.key), $A(OA) && (cC = OA.ref, xI(OA, ZI)); + for (qI in OA) + oA.call(OA, qI) && !wI.hasOwnProperty(qI) && (UI[qI] = OA[qI]); if (_ && _.defaultProps) { - var Ug = _.defaultProps; - for (qI in Ug) - OI[qI] === void 0 && (OI[qI] = Ug[qI]); + var Og = _.defaultProps; + for (qI in Og) + UI[qI] === void 0 && (UI[qI] = Og[qI]); } if (iI || cC) { - var Og = typeof _ == "function" ? _.displayName || _.name || "Unknown" : _; - iI && PI(OI, Og), cC && tg(OI, Og); + var Ug = typeof _ == "function" ? _.displayName || _.name || "Unknown" : _; + iI && PI(UI, Ug), cC && tg(UI, Ug); } - return dg(_, iI, cC, JI, zA, lI.current, OI); + return dg(_, iI, cC, ZI, zA, lI.current, UI); } } var ag = m.ReactCurrentOwner, oE = m.ReactDebugCurrentFrame; function Yg(_) { if (_) { - var UA = _._owner, TA = tA(_.type, _._source, UA ? UA.type : null); + var OA = _._owner, TA = tA(_.type, _._source, OA ? OA.type : null); oE.setExtraStackFrame(TA); } else oE.setExtraStackFrame(null); @@ -2026,7 +2026,7 @@ const Li = /* @__PURE__ */ gh(L); function cB() { { if (ag.current) { - var _ = J(ag.current.type); + var _ = Z(ag.current.type); if (_) return ` @@ -2038,137 +2038,137 @@ Check the render method of \`` + _ + "`."; function Qi(_) { { if (_ !== void 0) { - var UA = _.fileName.replace(/^.*[\\\/]/, ""), TA = _.lineNumber; + var OA = _.fileName.replace(/^.*[\\\/]/, ""), TA = _.lineNumber; return ` -Check your code at ` + UA + ":" + TA + "."; +Check your code at ` + OA + ":" + TA + "."; } return ""; } } - var Fo = {}; - function YD(_) { + var Mo = {}; + function Ye(_) { { - var UA = cB(); - if (!UA) { + var OA = cB(); + if (!OA) { var TA = typeof _ == "string" ? _ : _.displayName || _.name; - TA && (UA = ` + TA && (OA = ` Check the top-level render call using <` + TA + ">."); } - return UA; + return OA; } } - function hi(_, UA) { + function hi(_, OA) { { if (!_._store || _._store.validated || _.key != null) return; _._store.validated = !0; - var TA = YD(UA); - if (Fo[TA]) + var TA = Ye(OA); + if (Mo[TA]) return; - Fo[TA] = !0; + Mo[TA] = !0; var zA = ""; - _ && _._owner && _._owner !== ag.current && (zA = " It was passed a child from " + J(_._owner.type) + "."), Yg(_), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', TA, zA), Yg(null); + _ && _._owner && _._owner !== ag.current && (zA = " It was passed a child from " + Z(_._owner.type) + "."), Yg(_), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', TA, zA), Yg(null); } } - function ii(_, UA) { + function ii(_, OA) { { if (typeof _ != "object") return; if (CA(_)) for (var TA = 0; TA < _.length; TA++) { var zA = _[TA]; - cE(zA) && hi(zA, UA); + cE(zA) && hi(zA, OA); } else if (cE(_)) _._store && (_._store.validated = !0); else if (_) { - var JI = M(_); - if (typeof JI == "function" && JI !== _.entries) - for (var qI = JI.call(_), OI; !(OI = qI.next()).done; ) - cE(OI.value) && hi(OI.value, UA); + var ZI = F(_); + if (typeof ZI == "function" && ZI !== _.entries) + for (var qI = ZI.call(_), UI; !(UI = qI.next()).done; ) + cE(UI.value) && hi(UI.value, OA); } } } function tQ(_) { { - var UA = _.type; - if (UA == null || typeof UA == "string") + var OA = _.type; + if (OA == null || typeof OA == "string") return; var TA; - if (typeof UA == "function") - TA = UA.propTypes; - else if (typeof UA == "object" && (UA.$$typeof === e || // Note: Memo only checks outer props here. + if (typeof OA == "function") + TA = OA.propTypes; + else if (typeof OA == "object" && (OA.$$typeof === D || // Note: Memo only checks outer props here. // Inner props are checked in the reconciler. - UA.$$typeof === Y)) - TA = UA.propTypes; + OA.$$typeof === Y)) + TA = OA.propTypes; else return; if (TA) { - var zA = J(UA); - nA(TA, _.props, "prop", zA, _); - } else if (UA.PropTypes !== void 0 && !Qg) { + var zA = Z(OA); + NA(TA, _.props, "prop", zA, _); + } else if (OA.PropTypes !== void 0 && !Qg) { Qg = !0; - var JI = J(UA); - k("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", JI || "Unknown"); + var ZI = Z(OA); + j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ZI || "Unknown"); } - typeof UA.getDefaultProps == "function" && !UA.getDefaultProps.isReactClassApproved && k("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); + typeof OA.getDefaultProps == "function" && !OA.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); } } function Bh(_) { { - for (var UA = Object.keys(_.props), TA = 0; TA < UA.length; TA++) { - var zA = UA[TA]; + for (var OA = Object.keys(_.props), TA = 0; TA < OA.length; TA++) { + var zA = OA[TA]; if (zA !== "children" && zA !== "key") { - Yg(_), k("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", zA), Yg(null); + Yg(_), j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", zA), Yg(null); break; } } - _.ref !== null && (Yg(_), k("Invalid attribute `ref` supplied to `React.Fragment`."), Yg(null)); + _.ref !== null && (Yg(_), j("Invalid attribute `ref` supplied to `React.Fragment`."), Yg(null)); } } - function aQ(_, UA, TA, zA, JI, qI) { + function aQ(_, OA, TA, zA, ZI, qI) { { - var OI = K(_); - if (!OI) { + var UI = K(_); + if (!UI) { var iI = ""; (_ === void 0 || typeof _ == "object" && _ !== null && Object.keys(_).length === 0) && (iI += " 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 cC = Qi(JI); + var cC = Qi(ZI); cC ? iI += cC : iI += cB(); - var Ug; - _ === null ? Ug = "null" : CA(_) ? Ug = "array" : _ !== void 0 && _.$$typeof === A ? (Ug = "<" + (J(_.type) || "Unknown") + " />", iI = " Did you accidentally export a JSX literal instead of a component?") : Ug = typeof _, k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ug, iI); - } - var Og = zC(_, UA, TA, JI, qI); - if (Og == null) - return Og; - if (OI) { - var LC = UA.children; + var Og; + _ === null ? Og = "null" : CA(_) ? Og = "array" : _ !== void 0 && _.$$typeof === A ? (Og = "<" + (Z(_.type) || "Unknown") + " />", iI = " Did you accidentally export a JSX literal instead of a component?") : Og = typeof _, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Og, iI); + } + var Ug = zC(_, OA, TA, ZI, qI); + if (Ug == null) + return Ug; + if (UI) { + var LC = OA.children; if (LC !== void 0) if (zA) if (CA(LC)) { - for (var JB = 0; JB < LC.length; JB++) - ii(LC[JB], _); + for (var ZB = 0; ZB < LC.length; ZB++) + ii(LC[ZB], _); Object.freeze && Object.freeze(LC); } else - k("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."); + j("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 ii(LC, _); } - return _ === E ? Bh(Og) : tQ(Og), Og; + return _ === E ? Bh(Ug) : tQ(Ug), Ug; } } - function dB(_, UA, TA) { - return aQ(_, UA, TA, !0); + function dB(_, OA, TA) { + return aQ(_, OA, TA, !0); } - function DB(_, UA, TA) { - return aQ(_, UA, TA, !1); + function eB(_, OA, TA) { + return aQ(_, OA, TA, !1); } - var ZB = DB, oi = dB; - sY.Fragment = E, sY.jsx = ZB, sY.jsxs = oi; + var JB = eB, oi = dB; + sY.Fragment = E, sY.jsx = JB, sY.jsxs = oi; })(); -Tj.exports = sY; -var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {}; +TR.exports = sY; +var y = TR.exports, bR = { exports: {} }, uE = {}, fR = { exports: {} }, XR = {}; /** * @license React * scheduler.development.js @@ -2193,7 +2193,7 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} if (pA.length === 0) return null; var $A = pA[0], II = pA.pop(); - return II !== $A && (pA[0] = II, e(pA, II, 0)), $A; + return II !== $A && (pA[0] = II, D(pA, II, 0)), $A; } function c(pA, $A, II) { for (var xI = II; xI > 0; ) { @@ -2204,7 +2204,7 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} return; } } - function e(pA, $A, II) { + function D(pA, $A, II) { for (var xI = II, PI = pA.length, tg = PI >>> 1; xI < tg; ) { var dg = (xI + 1) * 2 - 1, zC = pA[dg], ag = dg + 1, oE = pA[ag]; if (a(zC, $A) < 0) @@ -2219,22 +2219,22 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} var II = pA.sortIndex - $A.sortIndex; return II !== 0 ? II : pA.id - $A.id; } - var l = 1, Y = 2, G = 3, s = 4, y = 5; - function n(pA, $A) { + var S = 1, Y = 2, G = 3, s = 4, w = 5; + function N(pA, $A) { } - var M = typeof performance == "object" && typeof performance.now == "function"; - if (M) { + var F = typeof performance == "object" && typeof performance.now == "function"; + if (F) { var m = performance; g.unstable_now = function() { return m.now(); }; } else { - var k = Date, U = k.now(); + var j = Date, O = j.now(); g.unstable_now = function() { - return k.now() - U; + return j.now() - O; }; } - var p = 1073741823, Z = -1, f = 250, H = 5e3, b = 1e4, u = p, K = [], x = [], d = 1, J = null, F = G, z = !1, iA = !1, $ = !1, SA = typeof setTimeout == "function" ? setTimeout : null, QA = typeof clearTimeout == "function" ? clearTimeout : null, hA = typeof setImmediate < "u" ? setImmediate : null; + var p = 1073741823, J = -1, f = 250, H = 5e3, b = 1e4, u = p, K = [], x = [], d = 1, Z = null, M = G, z = !1, iA = !1, $ = !1, SA = typeof setTimeout == "function" ? setTimeout : null, QA = typeof clearTimeout == "function" ? clearTimeout : null, hA = typeof setImmediate < "u" ? setImmediate : null; typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling); function q(pA) { for (var $A = h(x); $A !== null; ) { @@ -2257,81 +2257,81 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} } } function sA(pA, $A) { - iA = !1, $ && ($ = !1, yI()), z = !0; - var II = F; + iA = !1, $ && ($ = !1, wI()), z = !0; + var II = M; try { var xI; if (!I) - return MA(pA, $A); + return FA(pA, $A); } finally { - J = null, F = II, z = !1; + Z = null, M = II, z = !1; } } - function MA(pA, $A) { + function FA(pA, $A) { var II = $A; - for (q(II), J = h(K); J !== null && !A && !(J.expirationTime > II && (!pA || gA())); ) { - var xI = J.callback; + for (q(II), Z = h(K); Z !== null && !A && !(Z.expirationTime > II && (!pA || gA())); ) { + var xI = Z.callback; if (typeof xI == "function") { - J.callback = null, F = J.priorityLevel; - var PI = J.expirationTime <= II, tg = xI(PI); - II = g.unstable_now(), typeof tg == "function" ? J.callback = tg : J === h(K) && i(K), q(II); + Z.callback = null, M = Z.priorityLevel; + var PI = Z.expirationTime <= II, tg = xI(PI); + II = g.unstable_now(), typeof tg == "function" ? Z.callback = tg : Z === h(K) && i(K), q(II); } else i(K); - J = h(K); + Z = h(K); } - if (J !== null) + if (Z !== null) return !0; var dg = h(x); return dg !== null && lI(v, dg.startTime - II), !1; } - function yA(pA, $A) { + function wA(pA, $A) { switch (pA) { - case l: + case S: case Y: case G: case s: - case y: + case w: break; default: pA = G; } - var II = F; - F = pA; + var II = M; + M = pA; try { return $A(); } finally { - F = II; + M = II; } } function gI(pA) { var $A; - switch (F) { - case l: + switch (M) { + case S: case Y: case G: $A = G; break; default: - $A = F; + $A = M; break; } - var II = F; - F = $A; + var II = M; + M = $A; try { return pA(); } finally { - F = II; + M = II; } } - function FI(pA) { - var $A = F; + function MI(pA) { + var $A = M; return function() { - var II = F; - F = $A; + var II = M; + M = $A; try { return pA.apply(this, arguments); } finally { - F = II; + M = II; } }; } @@ -2344,13 +2344,13 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} PI = xI; var dg; switch (pA) { - case l: - dg = Z; + case S: + dg = J; break; case Y: dg = f; break; - case y: + case w: dg = u; break; case s: @@ -2369,28 +2369,28 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} expirationTime: zC, sortIndex: -1 }; - return PI > xI ? (ag.sortIndex = PI, Q(x, ag), h(K) === null && ag === h(x) && ($ ? yI() : $ = !0, lI(v, PI - xI))) : (ag.sortIndex = zC, Q(K, ag), !iA && !z && (iA = !0, xA(sA))), ag; + return PI > xI ? (ag.sortIndex = PI, Q(x, ag), h(K) === null && ag === h(x) && ($ ? wI() : $ = !0, lI(v, PI - xI))) : (ag.sortIndex = zC, Q(K, ag), !iA && !z && (iA = !0, xA(sA))), ag; } function _A() { } - function MI() { + function FI() { !iA && !z && (iA = !0, xA(sA)); } function hI() { return h(K); } - function jA(pA) { + function RA(pA) { pA.callback = null; } function SI() { - return F; + return M; } - var O = !1, tA = null, oA = -1, V = E, W = -1; + var U = !1, tA = null, oA = -1, V = E, W = -1; function gA() { var pA = g.unstable_now() - W; return !(pA < V); } - function nA() { + function NA() { } function rA(pA) { if (pA < 0 || pA > 125) { @@ -2407,41 +2407,41 @@ var N = Tj.exports, bj = { exports: {} }, uE = {}, fj = { exports: {} }, Xj = {} try { II = tA($A, pA); } finally { - II ? OA() : (O = !1, tA = null); + II ? UA() : (U = !1, tA = null); } } else - O = !1; - }, OA; + U = !1; + }, UA; if (typeof hA == "function") - OA = function() { + UA = function() { hA(CA); }; else if (typeof MessageChannel < "u") { - var HA = new MessageChannel(), RA = HA.port2; - HA.port1.onmessage = CA, OA = function() { - RA.postMessage(null); + var HA = new MessageChannel(), jA = HA.port2; + HA.port1.onmessage = CA, UA = function() { + jA.postMessage(null); }; } else - OA = function() { + UA = function() { SA(CA, 0); }; function xA(pA) { - tA = pA, O || (O = !0, OA()); + tA = pA, U || (U = !0, UA()); } function lI(pA, $A) { oA = SA(function() { pA(g.unstable_now()); }, $A); } - function yI() { + function wI() { QA(oA), oA = -1; } - var zg = nA, iE = null; - g.unstable_IdlePriority = y, g.unstable_ImmediatePriority = l, g.unstable_LowPriority = s, g.unstable_NormalPriority = G, g.unstable_Profiling = iE, g.unstable_UserBlockingPriority = Y, g.unstable_cancelCallback = jA, g.unstable_continueExecution = MI, g.unstable_forceFrameRate = rA, g.unstable_getCurrentPriorityLevel = SI, g.unstable_getFirstCallbackNode = hI, g.unstable_next = gI, g.unstable_pauseExecution = _A, g.unstable_requestPaint = zg, g.unstable_runWithPriority = yA, g.unstable_scheduleCallback = AI, g.unstable_shouldYield = gA, g.unstable_wrapCallback = FI, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error()); + var zg = NA, iE = null; + g.unstable_IdlePriority = w, g.unstable_ImmediatePriority = S, g.unstable_LowPriority = s, g.unstable_NormalPriority = G, g.unstable_Profiling = iE, g.unstable_UserBlockingPriority = Y, g.unstable_cancelCallback = RA, g.unstable_continueExecution = FI, g.unstable_forceFrameRate = rA, g.unstable_getCurrentPriorityLevel = SI, g.unstable_getFirstCallbackNode = hI, g.unstable_next = gI, g.unstable_pauseExecution = _A, g.unstable_requestPaint = zg, g.unstable_runWithPriority = wA, g.unstable_scheduleCallback = AI, g.unstable_shouldYield = gA, g.unstable_wrapCallback = MI, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error()); })(); -})(Xj); -fj.exports = Xj; -var hK = fj.exports; +})(XR); +fR.exports = XR; +var hK = fR.exports; /** * @license React * react-dom.development.js @@ -2459,42 +2459,42 @@ var hK = fj.exports; } function h(C) { if (!E) { - for (var B = arguments.length, o = new Array(B > 1 ? B - 1 : 0), D = 1; D < B; D++) - o[D - 1] = arguments[D]; + for (var B = arguments.length, o = new Array(B > 1 ? B - 1 : 0), e = 1; e < B; e++) + o[e - 1] = arguments[e]; c("warn", C, o); } } function i(C) { if (!E) { - for (var B = arguments.length, o = new Array(B > 1 ? B - 1 : 0), D = 1; D < B; D++) - o[D - 1] = arguments[D]; + for (var B = arguments.length, o = new Array(B > 1 ? B - 1 : 0), e = 1; e < B; e++) + o[e - 1] = arguments[e]; c("error", C, o); } } function c(C, B, o) { { - var D = I.ReactDebugCurrentFrame, t = D.getStackAddendum(); + var e = I.ReactDebugCurrentFrame, t = e.getStackAddendum(); t !== "" && (B += "%s", o = o.concat([t])); - var S = o.map(function(w) { - return String(w); + var l = o.map(function(n) { + return String(n); }); - S.unshift("Warning: " + B), Function.prototype.apply.call(console[C], console, S); + l.unshift("Warning: " + B), Function.prototype.apply.call(console[C], console, l); } } - var e = 0, a = 1, l = 2, Y = 3, G = 4, s = 5, y = 6, n = 7, M = 8, m = 9, k = 10, U = 11, p = 12, Z = 13, f = 14, H = 15, b = 16, u = 17, K = 18, x = 19, d = 21, J = 22, F = 23, z = 24, iA = 25, $ = !0, SA = !1, QA = !1, hA = !1, q = !1, v = !0, sA = !1, MA = !1, yA = !0, gI = !0, FI = !0, AI = /* @__PURE__ */ new Set(), _A = {}, MI = {}; + var D = 0, a = 1, S = 2, Y = 3, G = 4, s = 5, w = 6, N = 7, F = 8, m = 9, j = 10, O = 11, p = 12, J = 13, f = 14, H = 15, b = 16, u = 17, K = 18, x = 19, d = 21, Z = 22, M = 23, z = 24, iA = 25, $ = !0, SA = !1, QA = !1, hA = !1, q = !1, v = !0, sA = !1, FA = !1, wA = !0, gI = !0, MI = !0, AI = /* @__PURE__ */ new Set(), _A = {}, FI = {}; function hI(C, B) { - jA(C, B), jA(C + "Capture", B); + RA(C, B), RA(C + "Capture", B); } - function jA(C, B) { + function RA(C, B) { _A[C] && i("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.", C), _A[C] = B; { var o = C.toLowerCase(); - MI[o] = C, C === "onDoubleClick" && (MI.ondblclick = C); + FI[o] = C, C === "onDoubleClick" && (FI.ondblclick = C); } - for (var D = 0; D < B.length; D++) - AI.add(B[D]); + for (var e = 0; e < B.length; e++) + AI.add(B[e]); } - var SI = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", O = Object.prototype.hasOwnProperty; + var SI = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", U = Object.prototype.hasOwnProperty; function tA(C) { { var B = typeof Symbol == "function" && Symbol.toStringTag, o = B && C[Symbol.toStringTag] || C.constructor.name || "Object"; @@ -2519,7 +2519,7 @@ var hK = fj.exports; if (oA(C)) return i("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", tA(C)), V(C); } - function nA(C, B) { + function NA(C, B) { if (oA(C)) return i("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.", B, tA(C)), V(C); } @@ -2531,18 +2531,18 @@ var hK = fj.exports; if (oA(C)) return i("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.", tA(C)), V(C); } - function OA(C) { + function UA(C) { if (oA(C)) return i("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.", tA(C)), V(C); } - var HA = 0, RA = 1, xA = 2, lI = 3, yI = 4, zg = 5, iE = 6, pA = ":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 = pA + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", II = new RegExp("^[" + pA + "][" + $A + "]*$"), xI = {}, PI = {}; + var HA = 0, jA = 1, xA = 2, lI = 3, wI = 4, zg = 5, iE = 6, pA = ":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 = pA + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", II = new RegExp("^[" + pA + "][" + $A + "]*$"), xI = {}, PI = {}; function tg(C) { - return O.call(PI, C) ? !0 : O.call(xI, C) ? !1 : II.test(C) ? (PI[C] = !0, !0) : (xI[C] = !0, i("Invalid attribute name: `%s`", C), !1); + return U.call(PI, C) ? !0 : U.call(xI, C) ? !1 : II.test(C) ? (PI[C] = !0, !0) : (xI[C] = !0, i("Invalid attribute name: `%s`", C), !1); } function dg(C, B, o) { return B !== null ? B.type === HA : o ? !1 : C.length > 2 && (C[0] === "o" || C[0] === "O") && (C[1] === "n" || C[1] === "N"); } - function zC(C, B, o, D) { + function zC(C, B, o, e) { if (o !== null && o.type === HA) return !1; switch (typeof B) { @@ -2550,7 +2550,7 @@ var hK = fj.exports; case "symbol": return !0; case "boolean": { - if (D) + if (e) return !1; if (o !== null) return !o.acceptsBooleans; @@ -2561,16 +2561,16 @@ var hK = fj.exports; return !1; } } - function ag(C, B, o, D) { - if (B === null || typeof B > "u" || zC(C, B, o, D)) + function ag(C, B, o, e) { + if (B === null || typeof B > "u" || zC(C, B, o, e)) return !0; - if (D) + if (e) return !1; if (o !== null) switch (o.type) { case lI: return !B; - case yI: + case wI: return B === !1; case zg: return isNaN(B); @@ -2582,8 +2582,8 @@ var hK = fj.exports; function oE(C) { return Qg.hasOwnProperty(C) ? Qg[C] : null; } - function Yg(C, B, o, D, t, S, w) { - this.acceptsBooleans = B === xA || B === lI || B === yI, this.attributeName = D, this.attributeNamespace = t, this.mustUseProperty = o, this.propertyName = C, this.type = B, this.sanitizeURL = S, this.removeEmptyString = w; + function Yg(C, B, o, e, t, l, n) { + this.acceptsBooleans = B === xA || B === lI || B === wI, this.attributeName = e, this.attributeNamespace = t, this.mustUseProperty = o, this.propertyName = C, this.type = B, this.sanitizeURL = l, this.removeEmptyString = n; } var Qg = {}, cE = [ "children", @@ -2616,7 +2616,7 @@ var hK = fj.exports; var B = C[0], o = C[1]; Qg[B] = new Yg( B, - RA, + jA, !1, // mustUseProperty o, @@ -2729,7 +2729,7 @@ var hK = fj.exports; ].forEach(function(C) { Qg[C] = new Yg( C, - yI, + wI, !1, // mustUseProperty C, @@ -2861,7 +2861,7 @@ var hK = fj.exports; var B = C.replace(cB, Qi); Qg[B] = new Yg( B, - RA, + jA, !1, // mustUseProperty C, @@ -2885,7 +2885,7 @@ var hK = fj.exports; var B = C.replace(cB, Qi); Qg[B] = new Yg( B, - RA, + jA, !1, // mustUseProperty C, @@ -2905,7 +2905,7 @@ var hK = fj.exports; var B = C.replace(cB, Qi); Qg[B] = new Yg( B, - RA, + jA, !1, // mustUseProperty C, @@ -2917,7 +2917,7 @@ var hK = fj.exports; }), ["tabIndex", "crossOrigin"].forEach(function(C) { Qg[C] = new Yg( C, - RA, + jA, !1, // mustUseProperty C.toLowerCase(), @@ -2929,10 +2929,10 @@ var hK = fj.exports; !1 ); }); - var Fo = "xlinkHref"; - Qg[Fo] = new Yg( + var Mo = "xlinkHref"; + Qg[Mo] = new Yg( "xlinkHref", - RA, + jA, !1, // mustUseProperty "xlink:href", @@ -2943,7 +2943,7 @@ var hK = fj.exports; ), ["src", "href", "action", "formAction"].forEach(function(C) { Qg[C] = new Yg( C, - RA, + jA, !1, // mustUseProperty C.toLowerCase(), @@ -2955,33 +2955,33 @@ var hK = fj.exports; !0 ); }); - var YD = /^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i, hi = !1; + var Ye = /^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i, hi = !1; function ii(C) { - !hi && YD.test(C) && (hi = !0, i("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.", JSON.stringify(C))); + !hi && Ye.test(C) && (hi = !0, i("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.", JSON.stringify(C))); } - function tQ(C, B, o, D) { - if (D.mustUseProperty) { - var t = D.propertyName; + function tQ(C, B, o, e) { + if (e.mustUseProperty) { + var t = e.propertyName; return C[t]; } else { - W(o, B), D.sanitizeURL && ii("" + o); - var S = D.attributeName, w = null; - if (D.type === yI) { - if (C.hasAttribute(S)) { - var r = C.getAttribute(S); - return r === "" ? !0 : ag(B, o, D, !1) ? r : r === "" + o ? o : r; - } - } else if (C.hasAttribute(S)) { - if (ag(B, o, D, !1)) - return C.getAttribute(S); - if (D.type === lI) + W(o, B), e.sanitizeURL && ii("" + o); + var l = e.attributeName, n = null; + if (e.type === wI) { + if (C.hasAttribute(l)) { + var r = C.getAttribute(l); + return r === "" ? !0 : ag(B, o, e, !1) ? r : r === "" + o ? o : r; + } + } else if (C.hasAttribute(l)) { + if (ag(B, o, e, !1)) + return C.getAttribute(l); + if (e.type === lI) return o; - w = C.getAttribute(S); + n = C.getAttribute(l); } - return ag(B, o, D, !1) ? w === null ? o : w : w === "" + o ? o : w; + return ag(B, o, e, !1) ? n === null ? o : n : n === "" + o ? o : n; } } - function Bh(C, B, o, D) { + function Bh(C, B, o, e) { { if (!tg(B)) return; @@ -2991,22 +2991,22 @@ var hK = fj.exports; return W(o, B), t === "" + o ? o : t; } } - function aQ(C, B, o, D) { + function aQ(C, B, o, e) { var t = oE(B); - if (!dg(B, t, D)) { - if (ag(B, o, t, D) && (o = null), D || t === null) { + if (!dg(B, t, e)) { + if (ag(B, o, t, e) && (o = null), e || t === null) { if (tg(B)) { - var S = B; - o === null ? C.removeAttribute(S) : (W(o, B), C.setAttribute(S, "" + o)); + var l = B; + o === null ? C.removeAttribute(l) : (W(o, B), C.setAttribute(l, "" + o)); } return; } - var w = t.mustUseProperty; - if (w) { + var n = t.mustUseProperty; + if (n) { var r = t.propertyName; if (o === null) { - var R = t.type; - C[r] = R === lI ? !1 : ""; + var k = t.type; + C[r] = k === lI ? !1 : ""; } else C[r] = o; return; @@ -3016,29 +3016,29 @@ var hK = fj.exports; C.removeAttribute(T); else { var IA = t.type, AA; - IA === lI || IA === yI && o === !0 ? AA = "" : (W(o, T), AA = "" + o, t.sanitizeURL && ii(AA.toString())), X ? C.setAttributeNS(X, T, AA) : C.setAttribute(T, AA); + IA === lI || IA === wI && o === !0 ? AA = "" : (W(o, T), AA = "" + o, t.sanitizeURL && ii(AA.toString())), X ? C.setAttributeNS(X, T, AA) : C.setAttribute(T, AA); } } } - var dB = Symbol.for("react.element"), DB = Symbol.for("react.portal"), ZB = Symbol.for("react.fragment"), oi = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler"), UA = Symbol.for("react.provider"), TA = Symbol.for("react.context"), zA = Symbol.for("react.forward_ref"), JI = Symbol.for("react.suspense"), qI = Symbol.for("react.suspense_list"), OI = Symbol.for("react.memo"), iI = Symbol.for("react.lazy"), cC = Symbol.for("react.scope"), Ug = Symbol.for("react.debug_trace_mode"), Og = Symbol.for("react.offscreen"), LC = Symbol.for("react.legacy_hidden"), JB = Symbol.for("react.cache"), Mo = Symbol.for("react.tracing_marker"), GE = Symbol.iterator, js = "@@iterator"; + var dB = Symbol.for("react.element"), eB = Symbol.for("react.portal"), JB = Symbol.for("react.fragment"), oi = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler"), OA = Symbol.for("react.provider"), TA = Symbol.for("react.context"), zA = Symbol.for("react.forward_ref"), ZI = Symbol.for("react.suspense"), qI = Symbol.for("react.suspense_list"), UI = Symbol.for("react.memo"), iI = Symbol.for("react.lazy"), cC = Symbol.for("react.scope"), Og = Symbol.for("react.debug_trace_mode"), Ug = Symbol.for("react.offscreen"), LC = Symbol.for("react.legacy_hidden"), ZB = Symbol.for("react.cache"), Fo = Symbol.for("react.tracing_marker"), GE = Symbol.iterator, Rs = "@@iterator"; function SQ(C) { if (C === null || typeof C != "object") return null; - var B = GE && C[GE] || C[js]; + var B = GE && C[GE] || C[Rs]; return typeof B == "function" ? B : null; } - var HI = Object.assign, ci = 0, Qh, sD, GD, yD, wD, ND, nD; - function FD() { + var HI = Object.assign, ci = 0, Qh, se, Ge, we, ne, ye, Ne; + function Me() { } - FD.__reactDisabledLog = !0; + Me.__reactDisabledLog = !0; function aa() { { if (ci === 0) { - Qh = console.log, sD = console.info, GD = console.warn, yD = console.error, wD = console.group, ND = console.groupCollapsed, nD = console.groupEnd; + Qh = console.log, se = console.info, Ge = console.warn, we = console.error, ne = console.group, ye = console.groupCollapsed, Ne = console.groupEnd; var C = { configurable: !0, enumerable: !0, - value: FD, + value: Me, writable: !0 }; Object.defineProperties(console, { @@ -3067,40 +3067,40 @@ var hK = fj.exports; value: Qh }), info: HI({}, C, { - value: sD + value: se }), warn: HI({}, C, { - value: GD + value: Ge }), error: HI({}, C, { - value: yD + value: we }), group: HI({}, C, { - value: wD + value: ne }), groupCollapsed: HI({}, C, { - value: ND + value: ye }), groupEnd: HI({}, C, { - value: nD + value: Ne }) }); } ci < 0 && i("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } - var MD = I.ReactCurrentDispatcher, Di; + var Fe = I.ReactCurrentDispatcher, ei; function xE(C, B, o) { { - if (Di === void 0) + if (ei === void 0) try { throw Error(); } catch (t) { - var D = t.stack.trim().match(/\n( *(at )?)/); - Di = D && D[1] || ""; + var e = t.stack.trim().match(/\n( *(at )?)/); + ei = e && e[1] || ""; } return ` -` + Di + C; +` + ei + C; } } var hh = !1, ih; @@ -3108,7 +3108,7 @@ var hK = fj.exports; var ro = typeof WeakMap == "function" ? WeakMap : Map; ih = new ro(); } - function rD(C, B) { + function re(C, B) { if (!C || hh) return ""; { @@ -3116,55 +3116,55 @@ var hK = fj.exports; if (o !== void 0) return o; } - var D; + var e; hh = !0; var t = Error.prepareStackTrace; Error.prepareStackTrace = void 0; - var S; - S = MD.current, MD.current = null, aa(); + var l; + l = Fe.current, Fe.current = null, aa(); try { if (B) { - var w = function() { + var n = function() { throw Error(); }; - if (Object.defineProperty(w.prototype, "props", { + if (Object.defineProperty(n.prototype, "props", { set: function() { throw Error(); } }), typeof Reflect == "object" && Reflect.construct) { try { - Reflect.construct(w, []); - } catch (DA) { - D = DA; + Reflect.construct(n, []); + } catch (eA) { + e = eA; } - Reflect.construct(C, [], w); + Reflect.construct(C, [], n); } else { try { - w.call(); - } catch (DA) { - D = DA; + n.call(); + } catch (eA) { + e = eA; } - C.call(w.prototype); + C.call(n.prototype); } } else { try { throw Error(); - } catch (DA) { - D = DA; + } catch (eA) { + e = eA; } C(); } - } catch (DA) { - if (DA && D && typeof DA.stack == "string") { - for (var r = DA.stack.split(` -`), R = D.stack.split(` -`), T = r.length - 1, X = R.length - 1; T >= 1 && X >= 0 && r[T] !== R[X]; ) + } catch (eA) { + if (eA && e && typeof eA.stack == "string") { + for (var r = eA.stack.split(` +`), k = e.stack.split(` +`), T = r.length - 1, X = k.length - 1; T >= 1 && X >= 0 && r[T] !== k[X]; ) X--; for (; T >= 1 && X >= 0; T--, X--) - if (r[T] !== R[X]) { + if (r[T] !== k[X]) { if (T !== 1 || X !== 1) do - if (T--, X--, X < 0 || r[T] !== R[X]) { + if (T--, X--, X < 0 || r[T] !== k[X]) { var IA = ` ` + r[T].replace(" at new ", " at "); return C.displayName && IA.includes("") && (IA = IA.replace("", C.displayName)), typeof C == "function" && ih.set(C, IA), IA; @@ -3174,16 +3174,16 @@ var hK = fj.exports; } } } finally { - hh = !1, MD.current = S, ps(), Error.prepareStackTrace = t; + hh = !1, Fe.current = l, ps(), Error.prepareStackTrace = t; } var AA = C ? C.displayName || C.name : "", cA = AA ? xE(AA) : ""; return typeof C == "function" && ih.set(C, cA), cA; } function Sa(C, B, o) { - return rD(C, !0); + return re(C, !0); } - function mD(C, B, o) { - return rD(C, !1); + function me(C, B, o) { + return re(C, !1); } function ds(C) { var B = C.prototype; @@ -3193,11 +3193,11 @@ var hK = fj.exports; if (C == null) return ""; if (typeof C == "function") - return rD(C, ds(C)); + return re(C, ds(C)); if (typeof C == "string") return xE(C); switch (C) { - case JI: + case ZI: return xE("Suspense"); case qI: return xE("SuspenseList"); @@ -3205,13 +3205,13 @@ var hK = fj.exports; if (typeof C == "object") switch (C.$$typeof) { case zA: - return mD(C.render); - case OI: + return me(C.render); + case UI: return oh(C.type, B, o); case iI: { - var D = C, t = D._payload, S = D._init; + var e = C, t = e._payload, l = e._init; try { - return oh(S(t), B, o); + return oh(l(t), B, o); } catch { } } @@ -3224,39 +3224,39 @@ var hK = fj.exports; return xE(C.type); case b: return xE("Lazy"); - case Z: + case J: return xE("Suspense"); case x: return xE("SuspenseList"); - case e: - case l: + case D: + case S: case H: - return mD(C.type); - case U: - return mD(C.type.render); + return me(C.type); + case O: + return me(C.type.render); case a: return Sa(C.type); default: return ""; } } - function UD(C) { + function Oe(C) { try { var B = "", o = C; do B += la(o), o = o.return; while (o); return B; - } catch (D) { + } catch (e) { return ` -Error generating stack: ` + D.message + ` -` + D.stack; +Error generating stack: ` + e.message + ` +` + e.stack; } } function mo(C, B, o) { - var D = C.displayName; - if (D) - return D; + var e = C.displayName; + if (e) + return e; var t = B.displayName || B.name || ""; return t !== "" ? o + "(" + t + ")" : o; } @@ -3271,15 +3271,15 @@ Error generating stack: ` + D.message + ` if (typeof C == "string") return C; switch (C) { - case ZB: + case JB: return "Fragment"; - case DB: + case eB: return "Portal"; case _: return "Profiler"; case oi: return "StrictMode"; - case JI: + case ZI: return "Suspense"; case qI: return "SuspenseList"; @@ -3289,18 +3289,18 @@ Error generating stack: ` + D.message + ` case TA: var B = C; return Ya(B) + ".Consumer"; - case UA: + case OA: var o = C; return Ya(o._context) + ".Provider"; case zA: return mo(C, C.render, "ForwardRef"); - case OI: - var D = C.displayName || null; - return D !== null ? D : Ag(C.type) || "Memo"; + case UI: + var e = C.displayName || null; + return e !== null ? e : Ag(C.type) || "Memo"; case iI: { - var t = C, S = t._payload, w = t._init; + var t = C, l = t._payload, n = t._init; try { - return Ag(w(S)); + return Ag(n(l)); } catch { return null; } @@ -3308,11 +3308,11 @@ Error generating stack: ` + D.message + ` } return null; } - function OD(C, B, o) { - var D = B.displayName || B.name || ""; - return C.displayName || (D !== "" ? o + "(" + D + ")" : o); + function Ue(C, B, o) { + var e = B.displayName || B.name || ""; + return C.displayName || (e !== "" ? o + "(" + e + ")" : o); } - function RD(C) { + function je(C) { return C.displayName || "Context"; } function mI(C) { @@ -3321,16 +3321,16 @@ Error generating stack: ` + D.message + ` case z: return "Cache"; case m: - var D = o; - return RD(D) + ".Consumer"; - case k: + var e = o; + return je(e) + ".Consumer"; + case j: var t = o; - return RD(t._context) + ".Provider"; + return je(t._context) + ".Provider"; case K: return "DehydratedFragment"; - case U: - return OD(o, o.render, "ForwardRef"); - case n: + case O: + return Ue(o, o.render, "ForwardRef"); + case N: return "Fragment"; case s: return o; @@ -3338,28 +3338,28 @@ Error generating stack: ` + D.message + ` return "Portal"; case Y: return "Root"; - case y: + case w: return "Text"; case b: return Ag(o); - case M: + case F: return o === oi ? "StrictMode" : "Mode"; - case J: + case Z: return "Offscreen"; case p: return "Profiler"; case d: return "Scope"; - case Z: + case J: return "Suspense"; case x: return "SuspenseList"; case iA: return "TracingMarker"; case a: - case e: + case D: case u: - case l: + case S: case f: case H: if (typeof o == "function") @@ -3370,7 +3370,7 @@ Error generating stack: ` + D.message + ` } return null; } - var sa = I.ReactDebugCurrentFrame, xC = null, ei = !1; + var sa = I.ReactDebugCurrentFrame, xC = null, Di = !1; function ch() { { if (xC === null) @@ -3382,21 +3382,21 @@ Error generating stack: ` + D.message + ` return null; } function Ga() { - return xC === null ? "" : UD(xC); + return xC === null ? "" : Oe(xC); } - function nC() { - sa.getCurrentStack = null, xC = null, ei = !1; + function NC() { + sa.getCurrentStack = null, xC = null, Di = !1; } function ug(C) { - sa.getCurrentStack = C === null ? null : Ga, xC = C, ei = !1; + sa.getCurrentStack = C === null ? null : Ga, xC = C, Di = !1; } - function ya() { + function wa() { return xC; } - function RE(C) { - ei = C; + function jE(C) { + Di = C; } - function yE(C) { + function wE(C) { return "" + C; } function HB(C) { @@ -3407,12 +3407,12 @@ Error generating stack: ` + D.message + ` case "undefined": return C; case "object": - return OA(C), C; + return UA(C), C; default: return ""; } } - var Zs = { + var Js = { button: !0, checkbox: !0, image: !0, @@ -3421,67 +3421,67 @@ Error generating stack: ` + D.message + ` reset: !0, submit: !0 }; - function Uo(C, B) { - Zs[B.type] || B.onChange || B.onInput || B.readOnly || B.disabled || B.value == null || i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."), B.onChange || B.readOnly || B.disabled || B.checked == null || i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`."); + function Oo(C, B) { + Js[B.type] || B.onChange || B.onInput || B.readOnly || B.disabled || B.value == null || i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."), B.onChange || B.readOnly || B.disabled || B.checked == null || i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`."); } function ti(C) { var B = C.type, o = C.nodeName; return o && o.toLowerCase() === "input" && (B === "checkbox" || B === "radio"); } - function wa(C) { + function na(C) { return C._valueTracker; } - function Dh(C) { + function eh(C) { C._valueTracker = null; } - function Na(C) { + function ya(C) { var B = ""; return C && (ti(C) ? B = C.checked ? "true" : "false" : B = C.value), B; } - function Js(C) { + function Zs(C) { var B = ti(C) ? "checked" : "value", o = Object.getOwnPropertyDescriptor(C.constructor.prototype, B); - OA(C[B]); - var D = "" + C[B]; + UA(C[B]); + var e = "" + C[B]; if (!(C.hasOwnProperty(B) || typeof o > "u" || typeof o.get != "function" || typeof o.set != "function")) { - var t = o.get, S = o.set; + var t = o.get, l = o.set; Object.defineProperty(C, B, { configurable: !0, get: function() { return t.call(this); }, set: function(r) { - OA(r), D = "" + r, S.call(this, r); + UA(r), e = "" + r, l.call(this, r); } }), Object.defineProperty(C, B, { enumerable: o.enumerable }); - var w = { + var n = { getValue: function() { - return D; + return e; }, setValue: function(r) { - OA(r), D = "" + r; + UA(r), e = "" + r; }, stopTracking: function() { - Dh(C), delete C[B]; + eh(C), delete C[B]; } }; - return w; + return n; } } function lQ(C) { - wa(C) || (C._valueTracker = Js(C)); + na(C) || (C._valueTracker = Zs(C)); } - function Oo(C) { + function Uo(C) { if (!C) return !1; - var B = wa(C); + var B = na(C); if (!B) return !0; - var o = B.getValue(), D = Na(C); - return D !== o ? (B.setValue(D), !0) : !1; + var o = B.getValue(), e = ya(C); + return e !== o ? (B.setValue(e), !0) : !1; } - function eh(C) { + function Dh(C) { if (C = C || (typeof document < "u" ? document : void 0), typeof C > "u") return null; try { @@ -3490,96 +3490,96 @@ Error generating stack: ` + D.message + ` return C.body; } } - var Ro = !1, na = !1, Fa = !1, Ma = !1; + var jo = !1, Na = !1, Ma = !1, Fa = !1; function ra(C) { var B = C.type === "checkbox" || C.type === "radio"; return B ? C.checked != null : C.value != null; } - function j(C, B) { - var o = C, D = B.checked, t = HI({}, B, { + function R(C, B) { + var o = C, e = B.checked, t = HI({}, B, { defaultChecked: void 0, defaultValue: void 0, value: void 0, - checked: D ?? o._wrapperState.initialChecked + checked: e ?? o._wrapperState.initialChecked }); return t; } function P(C, B) { - Uo("input", B), B.checked !== void 0 && B.defaultChecked !== void 0 && !na && (i("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components", ch() || "A component", B.type), na = !0), B.value !== void 0 && B.defaultValue !== void 0 && !Ro && (i("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components", ch() || "A component", B.type), Ro = !0); - var o = C, D = B.defaultValue == null ? "" : B.defaultValue; + Oo("input", B), B.checked !== void 0 && B.defaultChecked !== void 0 && !Na && (i("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components", ch() || "A component", B.type), Na = !0), B.value !== void 0 && B.defaultValue !== void 0 && !jo && (i("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components", ch() || "A component", B.type), jo = !0); + var o = C, e = B.defaultValue == null ? "" : B.defaultValue; o._wrapperState = { initialChecked: B.checked != null ? B.checked : B.defaultChecked, - initialValue: HB(B.value != null ? B.value : D), + initialValue: HB(B.value != null ? B.value : e), controlled: ra(B) }; } - function eA(C, B) { - var o = C, D = B.checked; - D != null && aQ(o, "checked", D, !1); + function DA(C, B) { + var o = C, e = B.checked; + e != null && aQ(o, "checked", e, !1); } function aA(C, B) { var o = C; { - var D = ra(B); - !o._wrapperState.controlled && D && !Ma && (i("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"), Ma = !0), o._wrapperState.controlled && !D && !Fa && (i("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"), Fa = !0); + var e = ra(B); + !o._wrapperState.controlled && e && !Fa && (i("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"), Fa = !0), o._wrapperState.controlled && !e && !Ma && (i("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"), Ma = !0); } - eA(C, B); - var t = HB(B.value), S = B.type; + DA(C, B); + var t = HB(B.value), l = B.type; if (t != null) - S === "number" ? (t === 0 && o.value === "" || // We explicitly want to coerce to number here if possible. + l === "number" ? (t === 0 && o.value === "" || // We explicitly want to coerce to number here if possible. // eslint-disable-next-line - o.value != t) && (o.value = yE(t)) : o.value !== yE(t) && (o.value = yE(t)); - else if (S === "submit" || S === "reset") { + o.value != t) && (o.value = wE(t)) : o.value !== wE(t) && (o.value = wE(t)); + else if (l === "submit" || l === "reset") { o.removeAttribute("value"); return; } B.hasOwnProperty("value") ? YI(o, B.type, t) : B.hasOwnProperty("defaultValue") && YI(o, B.type, HB(B.defaultValue)), B.checked == null && B.defaultChecked != null && (o.defaultChecked = !!B.defaultChecked); } function dA(C, B, o) { - var D = C; + var e = C; if (B.hasOwnProperty("value") || B.hasOwnProperty("defaultValue")) { - var t = B.type, S = t === "submit" || t === "reset"; - if (S && (B.value === void 0 || B.value === null)) + var t = B.type, l = t === "submit" || t === "reset"; + if (l && (B.value === void 0 || B.value === null)) return; - var w = yE(D._wrapperState.initialValue); - o || w !== D.value && (D.value = w), D.defaultValue = w; + var n = wE(e._wrapperState.initialValue); + o || n !== e.value && (e.value = n), e.defaultValue = n; } - var r = D.name; - r !== "" && (D.name = ""), D.defaultChecked = !D.defaultChecked, D.defaultChecked = !!D._wrapperState.initialChecked, r !== "" && (D.name = r); + var r = e.name; + r !== "" && (e.name = ""), e.defaultChecked = !e.defaultChecked, e.defaultChecked = !!e._wrapperState.initialChecked, r !== "" && (e.name = r); } - function DI(C, B) { + function eI(C, B) { var o = C; aA(o, B), PA(o, B); } function PA(C, B) { var o = B.name; if (B.type === "radio" && o != null) { - for (var D = C; D.parentNode; ) - D = D.parentNode; + for (var e = C; e.parentNode; ) + e = e.parentNode; W(o, "name"); - for (var t = D.querySelectorAll("input[name=" + JSON.stringify("" + o) + '][type="radio"]'), S = 0; S < t.length; S++) { - var w = t[S]; - if (!(w === C || w.form !== C.form)) { - var r = eS(w); + for (var t = e.querySelectorAll("input[name=" + JSON.stringify("" + o) + '][type="radio"]'), l = 0; l < t.length; l++) { + var n = t[l]; + if (!(n === C || n.form !== C.form)) { + var r = DS(n); if (!r) throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported."); - Oo(w), aA(w, r); + Uo(n), aA(n, r); } } } } function YI(C, B, o) { // Focused number inputs synchronize on blur. See ChangeEventPlugin.js - (B !== "number" || eh(C.ownerDocument) !== C) && (o == null ? C.defaultValue = yE(C._wrapperState.initialValue) : C.defaultValue !== yE(o) && (C.defaultValue = yE(o))); + (B !== "number" || Dh(C.ownerDocument) !== C) && (o == null ? C.defaultValue = wE(C._wrapperState.initialValue) : C.defaultValue !== wE(o) && (C.defaultValue = wE(o))); } - var uI = !1, ig = !1, yg = !1; - function wg(C, B) { + var uI = !1, ig = !1, wg = !1; + function ng(C, B) { B.value == null && (typeof B.children == "object" && B.children !== null ? g.Children.forEach(B.children, function(o) { o != null && (typeof o == "string" || typeof o == "number" || ig || (ig = !0, i("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to