one
Version:
One is a new React Framework that makes Vite serve both native and web.
8,880 lines • 260 kB
JavaScript
/**
* @license React
* react-dom.profiling.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
;(function () {
/*
Modernizr 3.0.0pre (Custom Build) | MIT
*/
'use strict'
;(function (R, Ib) {
'object' === typeof exports && 'undefined' !== typeof module
? Ib(exports, require('react'))
: 'function' === typeof define && define.amd
? define(['exports', 'react'], Ib)
: ((R = R || self), Ib((R.ReactDOM = {}), R.React))
})(this, function (R, Ib) {
function m(a) {
for (
var b = 'https://reactjs.org/docs/error-decoder.html?invariant=' + a, c = 1;
c < arguments.length;
c++
)
b += '&args[]=' + encodeURIComponent(arguments[c])
return (
'Minified React error #' +
a +
'; visit ' +
b +
' for the full message or use the non-minified dev environment for full errors and additional helpful warnings.'
)
}
function rb(a, b) {
Jb(a, b)
Jb(a + 'Capture', b)
}
function Jb(a, b) {
mc[a] = b
for (a = 0; a < b.length; a++) Ag.add(b[a])
}
function Ij(a) {
if (re.call(Bg, a)) return !0
if (re.call(Cg, a)) return !1
if (Jj.test(a)) return (Bg[a] = !0)
Cg[a] = !0
return !1
}
function Kj(a, b, c, d) {
if (null !== c && 0 === c.type) return !1
switch (typeof b) {
case 'function':
case 'symbol':
return !0
case 'boolean':
if (d) return !1
if (null !== c) return !c.acceptsBooleans
a = a.toLowerCase().slice(0, 5)
return 'data-' !== a && 'aria-' !== a
default:
return !1
}
}
function Lj(a, b, c, d) {
if (null === b || 'undefined' === typeof b || Kj(a, b, c, d)) return !0
if (d) return !1
if (null !== c)
switch (c.type) {
case 3:
return !b
case 4:
return !1 === b
case 5:
return isNaN(b)
case 6:
return isNaN(b) || 1 > b
}
return !1
}
function Z(a, b, c, d, e, f, g) {
this.acceptsBooleans = 2 === b || 3 === b || 4 === b
this.attributeName = d
this.attributeNamespace = e
this.mustUseProperty = c
this.propertyName = a
this.type = b
this.sanitizeURL = f
this.removeEmptyString = g
}
function se(a, b, c, d) {
var e = S.hasOwnProperty(b) ? S[b] : null
if (
null !== e
? 0 !== e.type
: d ||
!(2 < b.length) ||
('o' !== b[0] && 'O' !== b[0]) ||
('n' !== b[1] && 'N' !== b[1])
)
(Lj(b, c, e, d) && (c = null),
d || null === e
? Ij(b) && (null === c ? a.removeAttribute(b) : a.setAttribute(b, '' + c))
: e.mustUseProperty
? (a[e.propertyName] = null === c ? (3 === e.type ? !1 : '') : c)
: ((b = e.attributeName),
(d = e.attributeNamespace),
null === c
? a.removeAttribute(b)
: ((e = e.type),
(c = 3 === e || (4 === e && !0 === c) ? '' : '' + c),
d ? a.setAttributeNS(d, b, c) : a.setAttribute(b, c))))
}
function nc(a) {
if (null === a || 'object' !== typeof a) return null
a = (Dg && a[Dg]) || a['@@iterator']
return 'function' === typeof a ? a : null
}
function oc(a, b, c) {
if (void 0 === te)
try {
throw Error()
} catch (d) {
te = ((b = d.stack.trim().match(/\n( *(at )?)/)) && b[1]) || ''
}
return '\n' + te + a
}
function ue(a, b) {
if (!a || ve) return ''
ve = !0
var c = Error.prepareStackTrace
Error.prepareStackTrace = void 0
try {
if (b)
if (
((b = function () {
throw Error()
}),
Object.defineProperty(b.prototype, 'props', {
set: function () {
throw Error()
},
}),
'object' === typeof Reflect && Reflect.construct)
) {
try {
Reflect.construct(b, [])
} catch (n) {
var d = n
}
Reflect.construct(a, [], b)
} else {
try {
b.call()
} catch (n) {
d = n
}
a.call(b.prototype)
}
else {
try {
throw Error()
} catch (n) {
d = n
}
a()
}
} catch (n) {
if (n && d && 'string' === typeof n.stack) {
for (
var e = n.stack.split('\n'),
f = d.stack.split('\n'),
g = e.length - 1,
h = f.length - 1;
1 <= g && 0 <= h && e[g] !== f[h];
)
h--
for (; 1 <= g && 0 <= h; g--, h--)
if (e[g] !== f[h]) {
if (1 !== g || 1 !== h) {
do
if ((g--, h--, 0 > h || e[g] !== f[h])) {
var k = '\n' + e[g].replace(' at new ', ' at ')
a.displayName &&
k.includes('<anonymous>') &&
(k = k.replace('<anonymous>', a.displayName))
return k
}
while (1 <= g && 0 <= h)
}
break
}
}
} finally {
;((ve = !1), (Error.prepareStackTrace = c))
}
return (a = a ? a.displayName || a.name : '') ? oc(a) : ''
}
function Mj(a) {
switch (a.tag) {
case 5:
return oc(a.type)
case 16:
return oc('Lazy')
case 13:
return oc('Suspense')
case 19:
return oc('SuspenseList')
case 0:
case 2:
case 15:
return ((a = ue(a.type, !1)), a)
case 11:
return ((a = ue(a.type.render, !1)), a)
case 1:
return ((a = ue(a.type, !0)), a)
default:
return ''
}
}
function we(a) {
if (null == a) return null
if ('function' === typeof a) return a.displayName || a.name || null
if ('string' === typeof a) return a
switch (a) {
case Kb:
return 'Fragment'
case Lb:
return 'Portal'
case xe:
return 'Profiler'
case ye:
return 'StrictMode'
case ze:
return 'Suspense'
case Ae:
return 'SuspenseList'
}
if ('object' === typeof a)
switch (a.$$typeof) {
case Eg:
return (a.displayName || 'Context') + '.Consumer'
case Fg:
return (a._context.displayName || 'Context') + '.Provider'
case Be:
var b = a.render
a = a.displayName
a ||
((a = b.displayName || b.name || ''),
(a = '' !== a ? 'ForwardRef(' + a + ')' : 'ForwardRef'))
return a
case Ce:
return ((b = a.displayName || null), null !== b ? b : we(a.type) || 'Memo')
case Ya:
b = a._payload
a = a._init
try {
return we(a(b))
} catch (c) {}
}
return null
}
function Nj(a) {
var b = a.type
switch (a.tag) {
case 24:
return 'Cache'
case 9:
return (b.displayName || 'Context') + '.Consumer'
case 10:
return (b._context.displayName || 'Context') + '.Provider'
case 18:
return 'DehydratedFragment'
case 11:
return (
(a = b.render),
(a = a.displayName || a.name || ''),
b.displayName || ('' !== a ? 'ForwardRef(' + a + ')' : 'ForwardRef')
)
case 7:
return 'Fragment'
case 5:
return b
case 4:
return 'Portal'
case 3:
return 'Root'
case 6:
return 'Text'
case 16:
return we(b)
case 8:
return b === ye ? 'StrictMode' : 'Mode'
case 22:
return 'Offscreen'
case 12:
return 'Profiler'
case 21:
return 'Scope'
case 13:
return 'Suspense'
case 19:
return 'SuspenseList'
case 25:
return 'TracingMarker'
case 1:
case 0:
case 17:
case 2:
case 14:
case 15:
if ('function' === typeof b) return b.displayName || b.name || null
if ('string' === typeof b) return b
}
return null
}
function Za(a) {
switch (typeof a) {
case 'boolean':
case 'number':
case 'string':
case 'undefined':
return a
case 'object':
return a
default:
return ''
}
}
function Gg(a) {
var b = a.type
return (
(a = a.nodeName) &&
'input' === a.toLowerCase() &&
('checkbox' === b || 'radio' === b)
)
}
function Oj(a) {
var b = Gg(a) ? 'checked' : 'value',
c = Object.getOwnPropertyDescriptor(a.constructor.prototype, b),
d = '' + a[b]
if (
!a.hasOwnProperty(b) &&
'undefined' !== typeof c &&
'function' === typeof c.get &&
'function' === typeof c.set
) {
var e = c.get,
f = c.set
Object.defineProperty(a, b, {
configurable: !0,
get: function () {
return e.call(this)
},
set: function (a) {
d = '' + a
f.call(this, a)
},
})
Object.defineProperty(a, b, { enumerable: c.enumerable })
return {
getValue: function () {
return d
},
setValue: function (a) {
d = '' + a
},
stopTracking: function () {
a._valueTracker = null
delete a[b]
},
}
}
}
function dd(a) {
a._valueTracker || (a._valueTracker = Oj(a))
}
function Hg(a) {
if (!a) return !1
var b = a._valueTracker
if (!b) return !0
var c = b.getValue()
var d = ''
a && (d = Gg(a) ? (a.checked ? 'true' : 'false') : a.value)
a = d
return a !== c ? (b.setValue(a), !0) : !1
}
function ed(a) {
a = a || ('undefined' !== typeof document ? document : void 0)
if ('undefined' === typeof a) return null
try {
return a.activeElement || a.body
} catch (b) {
return a.body
}
}
function De(a, b) {
var c = b.checked
return D({}, b, {
defaultChecked: void 0,
defaultValue: void 0,
value: void 0,
checked: null != c ? c : a._wrapperState.initialChecked,
})
}
function Ig(a, b) {
var c = null == b.defaultValue ? '' : b.defaultValue,
d = null != b.checked ? b.checked : b.defaultChecked
c = Za(null != b.value ? b.value : c)
a._wrapperState = {
initialChecked: d,
initialValue: c,
controlled:
'checkbox' === b.type || 'radio' === b.type
? null != b.checked
: null != b.value,
}
}
function Jg(a, b) {
b = b.checked
null != b && se(a, 'checked', b, !1)
}
function Ee(a, b) {
Jg(a, b)
var c = Za(b.value),
d = b.type
if (null != c)
if ('number' === d) {
if ((0 === c && '' === a.value) || a.value != c) a.value = '' + c
} else a.value !== '' + c && (a.value = '' + c)
else if ('submit' === d || 'reset' === d) {
a.removeAttribute('value')
return
}
b.hasOwnProperty('value')
? Fe(a, b.type, c)
: b.hasOwnProperty('defaultValue') && Fe(a, b.type, Za(b.defaultValue))
null == b.checked &&
null != b.defaultChecked &&
(a.defaultChecked = !!b.defaultChecked)
}
function Kg(a, b, c) {
if (b.hasOwnProperty('value') || b.hasOwnProperty('defaultValue')) {
var d = b.type
if (
!(('submit' !== d && 'reset' !== d) || (void 0 !== b.value && null !== b.value))
)
return
b = '' + a._wrapperState.initialValue
c || b === a.value || (a.value = b)
a.defaultValue = b
}
c = a.name
'' !== c && (a.name = '')
a.defaultChecked = !!a._wrapperState.initialChecked
'' !== c && (a.name = c)
}
function Fe(a, b, c) {
if ('number' !== b || ed(a.ownerDocument) !== a)
null == c
? (a.defaultValue = '' + a._wrapperState.initialValue)
: a.defaultValue !== '' + c && (a.defaultValue = '' + c)
}
function Mb(a, b, c, d) {
a = a.options
if (b) {
b = {}
for (var e = 0; e < c.length; e++) b['$' + c[e]] = !0
for (c = 0; c < a.length; c++)
((e = b.hasOwnProperty('$' + a[c].value)),
a[c].selected !== e && (a[c].selected = e),
e && d && (a[c].defaultSelected = !0))
} else {
c = '' + Za(c)
b = null
for (e = 0; e < a.length; e++) {
if (a[e].value === c) {
a[e].selected = !0
d && (a[e].defaultSelected = !0)
return
}
null !== b || a[e].disabled || (b = a[e])
}
null !== b && (b.selected = !0)
}
}
function Ge(a, b) {
if (null != b.dangerouslySetInnerHTML) throw Error(m(91))
return D({}, b, {
value: void 0,
defaultValue: void 0,
children: '' + a._wrapperState.initialValue,
})
}
function Lg(a, b) {
var c = b.value
if (null == c) {
c = b.children
b = b.defaultValue
if (null != c) {
if (null != b) throw Error(m(92))
if (pc(c)) {
if (1 < c.length) throw Error(m(93))
c = c[0]
}
b = c
}
null == b && (b = '')
c = b
}
a._wrapperState = { initialValue: Za(c) }
}
function Mg(a, b) {
var c = Za(b.value),
d = Za(b.defaultValue)
null != c &&
((c = '' + c),
c !== a.value && (a.value = c),
null == b.defaultValue && a.defaultValue !== c && (a.defaultValue = c))
null != d && (a.defaultValue = '' + d)
}
function Ng(a, b) {
b = a.textContent
b === a._wrapperState.initialValue && '' !== b && null !== b && (a.value = b)
}
function Og(a) {
switch (a) {
case 'svg':
return 'http://www.w3.org/2000/svg'
case 'math':
return 'http://www.w3.org/1998/Math/MathML'
default:
return 'http://www.w3.org/1999/xhtml'
}
}
function He(a, b) {
return null == a || 'http://www.w3.org/1999/xhtml' === a
? Og(b)
: 'http://www.w3.org/2000/svg' === a && 'foreignObject' === b
? 'http://www.w3.org/1999/xhtml'
: a
}
function Pg(a, b, c) {
return null == b || 'boolean' === typeof b || '' === b
? ''
: c || 'number' !== typeof b || 0 === b || (qc.hasOwnProperty(a) && qc[a])
? ('' + b).trim()
: b + 'px'
}
function Qg(a, b) {
a = a.style
for (var c in b)
if (b.hasOwnProperty(c)) {
var d = 0 === c.indexOf('--'),
e = Pg(c, b[c], d)
'float' === c && (c = 'cssFloat')
d ? a.setProperty(c, e) : (a[c] = e)
}
}
function Ie(a, b) {
if (b) {
if (Pj[a] && (null != b.children || null != b.dangerouslySetInnerHTML))
throw Error(m(137, a))
if (null != b.dangerouslySetInnerHTML) {
if (null != b.children) throw Error(m(60))
if (
'object' !== typeof b.dangerouslySetInnerHTML ||
!('__html' in b.dangerouslySetInnerHTML)
)
throw Error(m(61))
}
if (null != b.style && 'object' !== typeof b.style) throw Error(m(62))
}
}
function Je(a, b) {
if (-1 === a.indexOf('-')) return 'string' === typeof b.is
switch (a) {
case 'annotation-xml':
case 'color-profile':
case 'font-face':
case 'font-face-src':
case 'font-face-uri':
case 'font-face-format':
case 'font-face-name':
case 'missing-glyph':
return !1
default:
return !0
}
}
function Ke(a) {
a = a.target || a.srcElement || window
a.correspondingUseElement && (a = a.correspondingUseElement)
return 3 === a.nodeType ? a.parentNode : a
}
function Rg(a) {
if ((a = rc(a))) {
if ('function' !== typeof Le) throw Error(m(280))
var b = a.stateNode
b && ((b = fd(b)), Le(a.stateNode, a.type, b))
}
}
function Sg(a) {
Nb ? (Ob ? Ob.push(a) : (Ob = [a])) : (Nb = a)
}
function Tg() {
if (Nb) {
var a = Nb,
b = Ob
Ob = Nb = null
Rg(a)
if (b) for (a = 0; a < b.length; a++) Rg(b[a])
}
}
function Ug(a, b, c) {
if (Me) return a(b, c)
Me = !0
try {
return Vg(a, b, c)
} finally {
if (((Me = !1), null !== Nb || null !== Ob)) (Wg(), Tg())
}
}
function sc(a, b) {
var c = a.stateNode
if (null === c) return null
var d = fd(c)
if (null === d) return null
c = d[b]
a: switch (b) {
case 'onClick':
case 'onClickCapture':
case 'onDoubleClick':
case 'onDoubleClickCapture':
case 'onMouseDown':
case 'onMouseDownCapture':
case 'onMouseMove':
case 'onMouseMoveCapture':
case 'onMouseUp':
case 'onMouseUpCapture':
case 'onMouseEnter':
;(d = !d.disabled) ||
((a = a.type),
(d = !(
'button' === a ||
'input' === a ||
'select' === a ||
'textarea' === a
)))
a = !d
break a
default:
a = !1
}
if (a) return null
if (c && 'function' !== typeof c) throw Error(m(231, b, typeof c))
return c
}
function Qj(a, b, c, d, e, f, g, h, k) {
tc = !1
gd = null
Rj.apply(Sj, arguments)
}
function Tj(a, b, c, d, e, f, g, h, k) {
Qj.apply(this, arguments)
if (tc) {
if (tc) {
var n = gd
tc = !1
gd = null
} else throw Error(m(198))
hd || ((hd = !0), (Ne = n))
}
}
function sb(a) {
var b = a,
c = a
if (a.alternate) for (; b.return; ) b = b.return
else {
a = b
do ((b = a), 0 !== (b.flags & 4098) && (c = b.return), (a = b.return))
while (a)
}
return 3 === b.tag ? c : null
}
function Xg(a) {
if (13 === a.tag) {
var b = a.memoizedState
null === b && ((a = a.alternate), null !== a && (b = a.memoizedState))
if (null !== b) return b.dehydrated
}
return null
}
function Yg(a) {
if (sb(a) !== a) throw Error(m(188))
}
function Uj(a) {
var b = a.alternate
if (!b) {
b = sb(a)
if (null === b) throw Error(m(188))
return b !== a ? null : a
}
for (var c = a, d = b; ; ) {
var e = c.return
if (null === e) break
var f = e.alternate
if (null === f) {
d = e.return
if (null !== d) {
c = d
continue
}
break
}
if (e.child === f.child) {
for (f = e.child; f; ) {
if (f === c) return (Yg(e), a)
if (f === d) return (Yg(e), b)
f = f.sibling
}
throw Error(m(188))
}
if (c.return !== d.return) ((c = e), (d = f))
else {
for (var g = !1, h = e.child; h; ) {
if (h === c) {
g = !0
c = e
d = f
break
}
if (h === d) {
g = !0
d = e
c = f
break
}
h = h.sibling
}
if (!g) {
for (h = f.child; h; ) {
if (h === c) {
g = !0
c = f
d = e
break
}
if (h === d) {
g = !0
d = f
c = e
break
}
h = h.sibling
}
if (!g) throw Error(m(189))
}
}
if (c.alternate !== d) throw Error(m(190))
}
if (3 !== c.tag) throw Error(m(188))
return c.stateNode.current === c ? a : b
}
function Zg(a) {
a = Uj(a)
return null !== a ? $g(a) : null
}
function $g(a) {
if (5 === a.tag || 6 === a.tag) return a
for (a = a.child; null !== a; ) {
var b = $g(a)
if (null !== b) return b
a = a.sibling
}
return null
}
function Vj(a) {
if ('undefined' === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) return !1
var b = __REACT_DEVTOOLS_GLOBAL_HOOK__
if (b.isDisabled || !b.supportsFiber) return !0
try {
;((a = D({}, a, { getLaneLabelMap: Wj, injectProfilingHooks: Xj })),
(id = b.inject(a)),
(Da = b))
} catch (c) {}
return b.checkDCE ? !0 : !1
}
function Yj(a, b) {
if (Da && 'function' === typeof Da.onCommitFiberRoot)
try {
var c = 128 === (a.current.flags & 128)
switch (b) {
case 1:
var d = jd
break
case 4:
d = Oe
break
case 16:
d = tb
break
case 536870912:
d = Pe
break
default:
d = tb
}
Da.onCommitFiberRoot(id, a, d, c)
} catch (e) {}
}
function Xj(a) {
l = a
}
function Wj() {
for (var a = new Map(), b = 1, c = 0; 31 > c; c++) {
var d = Zj(b)
a.set(b, d)
b *= 2
}
return a
}
function ah() {
null !== l && 'function' === typeof l.markCommitStopped && l.markCommitStopped()
}
function uc(a) {
null !== l &&
'function' === typeof l.markComponentRenderStarted &&
l.markComponentRenderStarted(a)
}
function Pb() {
null !== l &&
'function' === typeof l.markComponentRenderStopped &&
l.markComponentRenderStopped()
}
function bh(a) {
null !== l &&
'function' === typeof l.markComponentLayoutEffectUnmountStarted &&
l.markComponentLayoutEffectUnmountStarted(a)
}
function ch() {
null !== l &&
'function' === typeof l.markComponentLayoutEffectUnmountStopped &&
l.markComponentLayoutEffectUnmountStopped()
}
function dh(a) {
null !== l && 'function' === typeof l.markRenderStarted && l.markRenderStarted(a)
}
function eh() {
null !== l && 'function' === typeof l.markRenderStopped && l.markRenderStopped()
}
function kd(a, b) {
null !== l &&
'function' === typeof l.markStateUpdateScheduled &&
l.markStateUpdateScheduled(a, b)
}
function ak(a) {
a >>>= 0
return 0 === a ? 32 : (31 - ((bk(a) / ck) | 0)) | 0
}
function Zj(a) {
if (a & 1) return 'Sync'
if (a & 2) return 'InputContinuousHydration'
if (a & 4) return 'InputContinuous'
if (a & 8) return 'DefaultHydration'
if (a & 16) return 'Default'
if (a & 32) return 'TransitionHydration'
if (a & 4194240) return 'Transition'
if (a & 130023424) return 'Retry'
if (a & 134217728) return 'SelectiveHydration'
if (a & 268435456) return 'IdleHydration'
if (a & 536870912) return 'Idle'
if (a & 1073741824) return 'Offscreen'
}
function vc(a) {
switch (a & -a) {
case 1:
return 1
case 2:
return 2
case 4:
return 4
case 8:
return 8
case 16:
return 16
case 32:
return 32
case 64:
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
return a & 4194240
case 4194304:
case 8388608:
case 16777216:
case 33554432:
case 67108864:
return a & 130023424
case 134217728:
return 134217728
case 268435456:
return 268435456
case 536870912:
return 536870912
case 1073741824:
return 1073741824
default:
return a
}
}
function ld(a, b) {
var c = a.pendingLanes
if (0 === c) return 0
var d = 0,
e = a.suspendedLanes,
f = a.pingedLanes,
g = c & 268435455
if (0 !== g) {
var h = g & ~e
0 !== h ? (d = vc(h)) : ((f &= g), 0 !== f && (d = vc(f)))
} else ((g = c & ~e), 0 !== g ? (d = vc(g)) : 0 !== f && (d = vc(f)))
if (0 === d) return 0
if (
0 !== b &&
b !== d &&
0 === (b & e) &&
((e = d & -d), (f = b & -b), e >= f || (16 === e && 0 !== (f & 4194240)))
)
return b
0 !== (d & 4) && (d |= c & 16)
b = a.entangledLanes
if (0 !== b)
for (a = a.entanglements, b &= d; 0 < b; )
((c = 31 - ka(b)), (e = 1 << c), (d |= a[c]), (b &= ~e))
return d
}
function dk(a, b) {
switch (a) {
case 1:
case 2:
case 4:
return b + 250
case 8:
case 16:
case 32:
case 64:
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
return b + 5e3
case 4194304:
case 8388608:
case 16777216:
case 33554432:
case 67108864:
return -1
case 134217728:
case 268435456:
case 536870912:
case 1073741824:
return -1
default:
return -1
}
}
function ek(a, b) {
for (
var c = a.suspendedLanes,
d = a.pingedLanes,
e = a.expirationTimes,
f = a.pendingLanes;
0 < f;
) {
var g = 31 - ka(f),
h = 1 << g,
k = e[g]
if (-1 === k) {
if (0 === (h & c) || 0 !== (h & d)) e[g] = dk(h, b)
} else k <= b && (a.expiredLanes |= h)
f &= ~h
}
}
function Qe(a) {
a = a.pendingLanes & -1073741825
return 0 !== a ? a : a & 1073741824 ? 1073741824 : 0
}
function fh() {
var a = md
md <<= 1
0 === (md & 4194240) && (md = 64)
return a
}
function Re(a) {
for (var b = [], c = 0; 31 > c; c++) b.push(a)
return b
}
function wc(a, b, c) {
a.pendingLanes |= b
536870912 !== b && ((a.suspendedLanes = 0), (a.pingedLanes = 0))
a = a.eventTimes
b = 31 - ka(b)
a[b] = c
}
function fk(a, b) {
var c = a.pendingLanes & ~b
a.pendingLanes = b
a.suspendedLanes = 0
a.pingedLanes = 0
a.expiredLanes &= b
a.mutableReadLanes &= b
a.entangledLanes &= b
b = a.entanglements
var d = a.eventTimes
for (a = a.expirationTimes; 0 < c; ) {
var e = 31 - ka(c),
f = 1 << e
b[e] = 0
d[e] = -1
a[e] = -1
c &= ~f
}
}
function Se(a, b) {
var c = (a.entangledLanes |= b)
for (a = a.entanglements; c; ) {
var d = 31 - ka(c),
e = 1 << d
;(e & b) | (a[d] & b) && (a[d] |= b)
c &= ~e
}
}
function gh(a, b, c) {
if (ua)
for (a = a.pendingUpdatersLaneMap; 0 < c; ) {
var d = 31 - ka(c),
e = 1 << d
a[d].add(b)
c &= ~e
}
}
function hh(a, b) {
if (ua)
for (var c = a.pendingUpdatersLaneMap, d = a.memoizedUpdaters; 0 < b; ) {
var e = 31 - ka(b)
a = 1 << e
e = c[e]
0 < e.size &&
(e.forEach(function (a) {
var b = a.alternate
;(null !== b && d.has(b)) || d.add(a)
}),
e.clear())
b &= ~a
}
}
function ih(a) {
a &= -a
return 1 < a ? (4 < a ? (0 !== (a & 268435455) ? 16 : 536870912) : 4) : 1
}
function jh(a, b) {
switch (a) {
case 'focusin':
case 'focusout':
$a = null
break
case 'dragenter':
case 'dragleave':
ab = null
break
case 'mouseover':
case 'mouseout':
bb = null
break
case 'pointerover':
case 'pointerout':
xc.delete(b.pointerId)
break
case 'gotpointercapture':
case 'lostpointercapture':
yc.delete(b.pointerId)
}
}
function zc(a, b, c, d, e, f) {
if (null === a || a.nativeEvent !== f)
return (
(a = {
blockedOn: b,
domEventName: c,
eventSystemFlags: d,
nativeEvent: f,
targetContainers: [e],
}),
null !== b && ((b = rc(b)), null !== b && kh(b)),
a
)
a.eventSystemFlags |= d
b = a.targetContainers
null !== e && -1 === b.indexOf(e) && b.push(e)
return a
}
function gk(a, b, c, d, e) {
switch (b) {
case 'focusin':
return (($a = zc($a, a, b, c, d, e)), !0)
case 'dragenter':
return ((ab = zc(ab, a, b, c, d, e)), !0)
case 'mouseover':
return ((bb = zc(bb, a, b, c, d, e)), !0)
case 'pointerover':
var f = e.pointerId
xc.set(f, zc(xc.get(f) || null, a, b, c, d, e))
return !0
case 'gotpointercapture':
return ((f = e.pointerId), yc.set(f, zc(yc.get(f) || null, a, b, c, d, e)), !0)
}
return !1
}
function lh(a) {
var b = ub(a.target)
if (null !== b) {
var c = sb(b)
if (null !== c)
if (((b = c.tag), 13 === b)) {
if (((b = Xg(c)), null !== b)) {
a.blockedOn = b
hk(a.priority, function () {
ik(c)
})
return
}
} else if (3 === b && c.stateNode.current.memoizedState.isDehydrated) {
a.blockedOn = 3 === c.tag ? c.stateNode.containerInfo : null
return
}
}
a.blockedOn = null
}
function nd(a) {
if (null !== a.blockedOn) return !1
for (var b = a.targetContainers; 0 < b.length; ) {
var c = Te(a.domEventName, a.eventSystemFlags, b[0], a.nativeEvent)
if (null === c) {
c = a.nativeEvent
var d = new c.constructor(c.type, c)
Ue = d
c.target.dispatchEvent(d)
Ue = null
} else return ((b = rc(c)), null !== b && kh(b), (a.blockedOn = c), !1)
b.shift()
}
return !0
}
function mh(a, b, c) {
nd(a) && c.delete(b)
}
function jk() {
Ve = !1
null !== $a && nd($a) && ($a = null)
null !== ab && nd(ab) && (ab = null)
null !== bb && nd(bb) && (bb = null)
xc.forEach(mh)
yc.forEach(mh)
}
function Ac(a, b) {
a.blockedOn === b && ((a.blockedOn = null), Ve || ((Ve = !0), nh(oh, jk)))
}
function Bc(a) {
if (0 < od.length) {
Ac(od[0], a)
for (var b = 1; b < od.length; b++) {
var c = od[b]
c.blockedOn === a && (c.blockedOn = null)
}
}
null !== $a && Ac($a, a)
null !== ab && Ac(ab, a)
null !== bb && Ac(bb, a)
b = function (b) {
return Ac(b, a)
}
xc.forEach(b)
yc.forEach(b)
for (b = 0; b < cb.length; b++)
((c = cb[b]), c.blockedOn === a && (c.blockedOn = null))
for (; 0 < cb.length && ((b = cb[0]), null === b.blockedOn); )
(lh(b), null === b.blockedOn && cb.shift())
}
function kk(a, b, c, d) {
var e = x,
f = Qb.transition
Qb.transition = null
try {
;((x = 1), We(a, b, c, d))
} finally {
;((x = e), (Qb.transition = f))
}
}
function lk(a, b, c, d) {
var e = x,
f = Qb.transition
Qb.transition = null
try {
;((x = 4), We(a, b, c, d))
} finally {
;((x = e), (Qb.transition = f))
}
}
function We(a, b, c, d) {
if (pd) {
var e = Te(a, b, c, d)
if (null === e) (Xe(a, b, d, qd, c), jh(a, d))
else if (gk(e, a, b, c, d)) d.stopPropagation()
else if ((jh(a, d), b & 4 && -1 < mk.indexOf(a))) {
for (; null !== e; ) {
var f = rc(e)
null !== f && nk(f)
f = Te(a, b, c, d)
null === f && Xe(a, b, d, qd, c)
if (f === e) break
e = f
}
null !== e && d.stopPropagation()
} else Xe(a, b, d, null, c)
}
}
function Te(a, b, c, d) {
qd = null
a = Ke(d)
a = ub(a)
if (null !== a)
if (((b = sb(a)), null === b)) a = null
else if (((c = b.tag), 13 === c)) {
a = Xg(b)
if (null !== a) return a
a = null
} else if (3 === c) {
if (b.stateNode.current.memoizedState.isDehydrated)
return 3 === b.tag ? b.stateNode.containerInfo : null
a = null
} else b !== a && (a = null)
qd = a
return null
}
function ph(a) {
switch (a) {
case 'cancel':
case 'click':
case 'close':
case 'contextmenu':
case 'copy':
case 'cut':
case 'auxclick':
case 'dblclick':
case 'dragend':
case 'dragstart':
case 'drop':
case 'focusin':
case 'focusout':
case 'input':
case 'invalid':
case 'keydown':
case 'keypress':
case 'keyup':
case 'mousedown':
case 'mouseup':
case 'paste':
case 'pause':
case 'play':
case 'pointercancel':
case 'pointerdown':
case 'pointerup':
case 'ratechange':
case 'reset':
case 'resize':
case 'seeked':
case 'submit':
case 'touchcancel':
case 'touchend':
case 'touchstart':
case 'volumechange':
case 'change':
case 'selectionchange':
case 'textInput':
case 'compositionstart':
case 'compositionend':
case 'compositionupdate':
case 'beforeblur':
case 'afterblur':
case 'beforeinput':
case 'blur':
case 'fullscreenchange':
case 'focus':
case 'hashchange':
case 'popstate':
case 'select':
case 'selectstart':
return 1
case 'drag':
case 'dragenter':
case 'dragexit':
case 'dragleave':
case 'dragover':
case 'mousemove':
case 'mouseout':
case 'mouseover':
case 'pointermove':
case 'pointerout':
case 'pointerover':
case 'scroll':
case 'toggle':
case 'touchmove':
case 'wheel':
case 'mouseenter':
case 'mouseleave':
case 'pointerenter':
case 'pointerleave':
return 4
case 'message':
switch (ok()) {
case jd:
return 1
case Oe:
return 4
case tb:
case pk:
return 16
case Pe:
return 536870912
default:
return 16
}
default:
return 16
}
}
function qh() {
if (rd) return rd
var a,
b = Ye,
c = b.length,
d,
e = 'value' in db ? db.value : db.textContent,
f = e.length
for (a = 0; a < c && b[a] === e[a]; a++);
var g = c - a
for (d = 1; d <= g && b[c - d] === e[f - d]; d++);
return (rd = e.slice(a, 1 < d ? 1 - d : void 0))
}
function sd(a) {
var b = a.keyCode
'charCode' in a ? ((a = a.charCode), 0 === a && 13 === b && (a = 13)) : (a = b)
10 === a && (a = 13)
return 32 <= a || 13 === a ? a : 0
}
function td() {
return !0
}
function rh() {
return !1
}
function la(a) {
function b(b, d, e, f, g) {
this._reactName = b
this._targetInst = e
this.type = d
this.nativeEvent = f
this.target = g
this.currentTarget = null
for (var c in a) a.hasOwnProperty(c) && ((b = a[c]), (this[c] = b ? b(f) : f[c]))
this.isDefaultPrevented = (
null != f.defaultPrevented ? f.defaultPrevented : !1 === f.returnValue
)
? td
: rh
this.isPropagationStopped = rh
return this
}
D(b.prototype, {
preventDefault: function () {
this.defaultPrevented = !0
var a = this.nativeEvent
a &&
(a.preventDefault
? a.preventDefault()
: 'unknown' !== typeof a.returnValue && (a.returnValue = !1),
(this.isDefaultPrevented = td))
},
stopPropagation: function () {
var a = this.nativeEvent
a &&
(a.stopPropagation
? a.stopPropagation()
: 'unknown' !== typeof a.cancelBubble && (a.cancelBubble = !0),
(this.isPropagationStopped = td))
},
persist: function () {},
isPersistent: td,
})
return b
}
function qk(a) {
var b = this.nativeEvent
return b.getModifierState ? b.getModifierState(a) : (a = rk[a]) ? !!b[a] : !1
}
function Ze(a) {
return qk
}
function sh(a, b) {
switch (a) {
case 'keyup':
return -1 !== sk.indexOf(b.keyCode)
case 'keydown':
return 229 !== b.keyCode
case 'keypress':
case 'mousedown':
case 'focusout':
return !0
default:
return !1
}
}
function th(a) {
a = a.detail
return 'object' === typeof a && 'data' in a ? a.data : null
}
function tk(a, b) {
switch (a) {
case 'compositionend':
return th(b)
case 'keypress':
if (32 !== b.which) return null
uh = !0
return vh
case 'textInput':
return ((a = b.data), a === vh && uh ? null : a)
default:
return null
}
}
function uk(a, b) {
if (Rb)
return 'compositionend' === a || (!$e && sh(a, b))
? ((a = qh()), (rd = Ye = db = null), (Rb = !1), a)
: null
switch (a) {
case 'paste':
return null
case 'keypress':
if (!(b.ctrlKey || b.altKey || b.metaKey) || (b.ctrlKey && b.altKey)) {
if (b.char && 1 < b.char.length) return b.char
if (b.which) return String.fromCharCode(b.which)
}
return null
case 'compositionend':
return wh && 'ko' !== b.locale ? null : b.data
default:
return null
}
}
function xh(a) {
var b = a && a.nodeName && a.nodeName.toLowerCase()
return 'input' === b ? !!vk[a.type] : 'textarea' === b ? !0 : !1
}
function wk(a) {
if (!La) return !1
a = 'on' + a
var b = a in document
b ||
((b = document.createElement('div')),
b.setAttribute(a, 'return;'),
(b = 'function' === typeof b[a]))
return b
}
function yh(a, b, c, d) {
Sg(d)
b = ud(b, 'onChange')
0 < b.length &&
((c = new af('onChange', 'change', null, c, d)),
a.push({ event: c, listeners: b }))
}
function xk(a) {
zh(a, 0)
}
function vd(a) {
var b = Sb(a)
if (Hg(b)) return a
}
function yk(a, b) {
if ('change' === a) return b
}
function Ah() {
Cc && (Cc.detachEvent('onpropertychange', Bh), (Dc = Cc = null))
}
function Bh(a) {
if ('value' === a.propertyName && vd(Dc)) {
var b = []
yh(b, Dc, a, Ke(a))
Ug(xk, b)
}
}
function zk(a, b, c) {
'focusin' === a
? (Ah(), (Cc = b), (Dc = c), Cc.attachEvent('onpropertychange', Bh))
: 'focusout' === a && Ah()
}
function Ak(a, b) {
if ('selectionchange' === a || 'keyup' === a || 'keydown' === a) return vd(Dc)
}
function Bk(a, b) {
if ('click' === a) return vd(b)
}
function Ck(a, b) {
if ('input' === a || 'change' === a) return vd(b)
}
function Dk(a, b) {
return (a === b && (0 !== a || 1 / a === 1 / b)) || (a !== a && b !== b)
}
function Ec(a, b) {
if (va(a, b)) return !0
if ('object' !== typeof a || null === a || 'object' !== typeof b || null === b)
return !1
var c = Object.keys(a),
d = Object.keys(b)
if (c.length !== d.length) return !1
for (d = 0; d < c.length; d++) {
var e = c[d]
if (!re.call(b, e) || !va(a[e], b[e])) return !1
}
return !0
}
function Ch(a) {
for (; a && a.firstChild; ) a = a.firstChild
return a
}
function Dh(a, b) {
var c = Ch(a)
a = 0
for (var d; c; ) {
if (3 === c.nodeType) {
d = a + c.textContent.length
if (a <= b && d >= b) return { node: c, offset: b - a }
a = d
}
a: {
for (; c; ) {
if (c.nextSibling) {
c = c.nextSibling
break a
}
c = c.parentNode
}
c = void 0
}
c = Ch(c)
}
}
function Eh(a, b) {
return a && b
? a === b
? !0
: a && 3 === a.nodeType
? !1
: b && 3 === b.nodeType
? Eh(a, b.parentNode)
: 'contains' in a
? a.contains(b)
: a.compareDocumentPosition
? !!(a.compareDocumentPosition(b) & 16)
: !1
: !1
}
function Fh() {
for (var a = window, b = ed(); b instanceof a.HTMLIFrameElement; ) {
try {
var c = 'string' === typeof b.contentWindow.location.href
} catch (d) {
c = !1
}
if (c) a = b.contentWindow
else break
b = ed(a.document)
}
return b
}
function bf(a) {
var b = a && a.nodeName && a.nodeName.toLowerCase()
return (
b &&
(('input' === b &&
('text' === a.type ||
'search' === a.type ||
'tel' === a.type ||
'url' === a.type ||
'password' === a.type)) ||
'textarea' === b ||
'true' === a.contentEditable)
)
}
function Ek(a) {
var b = Fh(),
c = a.focusedElem,
d = a.selectionRange
if (b !== c && c && c.ownerDocument && Eh(c.ownerDocument.documentElement, c)) {
if (null !== d && bf(c))
if (
((b = d.start), (a = d.end), void 0 === a && (a = b), 'selectionStart' in c)
)
((c.selectionStart = b), (c.selectionEnd = Math.min(a, c.value.length)))
else if (
((a = ((b = c.ownerDocument || document) && b.defaultView) || window),
a.getSelection)
) {
a = a.getSelection()
var e = c.textContent.length,
f = Math.min(d.start, e)
d = void 0 === d.end ? f : Math.min(d.end, e)
!a.extend && f > d && ((e = d), (d = f), (f = e))
e = Dh(c, f)
var g = Dh(c, d)
e &&
g &&
(1 !== a.rangeCount ||
a.anchorNode !== e.node ||
a.anchorOffset !== e.offset ||
a.focusNode !== g.node ||
a.focusOffset !== g.offset) &&
((b = b.createRange()),
b.setStart(e.node, e.offset),
a.removeAllRanges(),
f > d
? (a.addRange(b), a.extend(g.node, g.offset))
: (b.setEnd(g.node, g.offset), a.addRange(b)))
}
b = []
for (a = c; (a = a.parentNode); )
1 === a.nodeType && b.push({ element: a, left: a.scrollLeft, top: a.scrollTop })
'function' === typeof c.focus && c.focus()
for (c = 0; c < b.length; c++)
((a = b[c]), (a.element.scrollLeft = a.left), (a.element.scrollTop = a.top))
}
}
function Gh(a, b, c) {
var d = c.window === c ? c.document : 9 === c.nodeType ? c : c.ownerDocument
cf ||
null == Tb ||
Tb !== ed(d) ||
((d = Tb),
'selectionStart' in d && bf(d)
? (d = { start: d.selectionStart, end: d.selectionEnd })
: ((d = (
(d.ownerDocument && d.ownerDocument.defaultView) ||
window
).getSelection()),
(d = {
anchorNode: d.anchorNode,
anchorOffset: d.anchorOffset,
focusNode: d.focusNode,
focusOffset: d.focusOffset,
})),
(Fc && Ec(Fc, d)) ||
((Fc = d),
(d = ud(df, 'onSelect')),
0 < d.length &&
((b = new af('onSelect', 'select', null, b, c)),
a.push({ event: b, listeners: d }),
(b.target = Tb))))
}
function wd(a, b) {
var c = {}
c[a.toLowerCase()] = b.toLowerCase()
c['Webkit' + a] = 'webkit' + b
c['Moz' + a] = 'moz' + b
return c
}
function xd(a) {
if (ef[a]) return ef[a]
if (!Ub[a]) return a
var b = Ub[a],
c
for (c in b) if (b.hasOwnProperty(c) && c in Hh) return (ef[a] = b[c])
return a
}
function eb(a, b) {
Ih.set(a, b)
rb(b, [a])
}
function Jh(a, b, c) {
var d = a.type || 'unknown-event'
a.currentTarget = c
Tj(d, b, void 0, a)
a.currentTarget = null
}
function zh(a, b) {
b = 0 !== (b & 4)
for (var c = 0; c < a.length; c++) {
var d = a[c],
e = d.event
d = d.listeners
a: {
var f = void 0
if (b)
for (var g = d.length - 1; 0 <= g; g--) {
var h = d[g],
k = h.instance,
n = h.currentTarget
h = h.listener
if (k !== f && e.isPropagationStopped()) break a
Jh(e, h, n)
f = k
}
else
for (g = 0; g < d.length; g++) {
h = d[g]
k = h.instance
n = h.currentTarget
h = h.listener
if (k !== f && e.isPropagationStopped()) break a
Jh(e, h, n)
f = k
}
}
}
if (hd) throw ((a = Ne), (hd = !1), (Ne = null), a)
}
function A(a, b) {
var c = b[ff]
void 0 === c && (c = b[ff] = new Set())
var d = a + '__bubble'
c.has(d) || (Kh(b, a, 2, !1), c.add(d))
}
function gf(a, b, c) {
var d = 0
b && (d |= 4)
Kh(c, a, d, b)
}
function Gc(a) {
if (!a[yd]) {
a[yd] = !0
Ag.forEach(function (b) {
'selectionchange' !== b && (Fk.has(b) || gf(b, !1, a), gf(b, !0, a))
})
var b = 9 === a.nodeType ? a : a.ownerDocument
null === b || b[yd] || ((b[yd] = !0), gf('selectionchange', !1, b))
}
}
function Kh(a, b, c, d, e) {
switch (ph(b)) {
case 1:
e = kk
break
case 4:
e = lk
break
default:
e = We
}
c = e.bind(null, b, c, a)
e = void 0
!hf || ('touchstart' !== b && 'touchmove' !== b && 'wheel' !== b) || (e = !0)
d
? void 0 !== e
? a.addEventListener(b, c, { capture: !0, passive: e })
: a.addEventListener(b, c, !0)
: void 0 !== e
? a.addEventListener(b, c, { passive: e })
: a.addEventListener(b, c, !1)
}
function Xe(a, b, c, d, e) {
var f = d
if (0 === (b & 1) && 0 === (b & 2) && null !== d)
a: for (;;) {
if (null === d) return
var g = d.tag
if (3 === g || 4 === g) {
var h = d.stateNode.containerInfo
if (h === e || (8 === h.nodeType && h.parentNode === e)) break
if (4 === g)
for (g = d.return; null !== g; ) {
var k = g.tag
if (3 === k || 4 === k)
if (
((k = g.stateNode.containerInfo),
k === e || (8 === k.nodeType && k.parentNode === e))
)
return
g = g.return
}
for (; null !== h; ) {
g = ub(h)
if (null === g) return
k = g.tag
if (5 === k || 6 === k) {
d = f = g
continue a
}
h = h.parentNode
}
}
d = d.return
}
Ug(function () {
var d = f,
e = Ke(c),
g = []
a: {
var h = Ih.get(a)
if (void 0 !== h) {
var k = af,
m = a
switch (a) {
case 'keypress':
if (0 === sd(c)) break a
case 'keydown':
case 'keyup':
k = Gk
break
case 'focusin':
m = 'focus'
k = kf
break
case 'focusout':
m = 'blur'
k = kf
break
case 'beforeblur':
case 'afterblur':
k = kf
break
case 'click':
if (2 === c.button) break a
case 'auxclick':
case 'dblclick':
case 'mousedown':
case 'mousemove':
case 'mouseup':
case 'mouseout':
case 'mouseover':
case 'contextmenu':
k = Lh
break
case 'drag':
case 'dragend':
case 'dragenter':
case 'dragexit':
case 'dragleave':
case 'dragover':
case 'dragstart':
case 'drop':
k = Hk
break
case 'touchcancel':
case 'touchend':
case 'touchmove':
case 'touchstart':
k = Ik
break
case Mh:
case Nh:
case Oh:
k = Jk
break
case Ph:
k = Kk
break
case 'scroll':
k = Lk
break
case 'wheel':
k = Mk
break
case 'copy':
case 'cut':
case 'paste':
k = Nk
break
case 'gotpointercapture':
case 'lostpointercapture':
case 'pointercancel':
case 'pointerdown':
case 'pointermove':
case 'pointerout':
case 'pointerover':
case 'pointerup':
k = Qh
}
var l = 0 !== (b & 4),
p = !l && 'scroll' === a,
B = l ? (null !== h ? h + 'Capture' : null) : h
l = []
for (var y = d, r; null !== y; ) {
r = y
var F = r.stateNode
5 === r.tag &&
null !== F &&
((r = F),
null !== B && ((F = sc(y, B)), null != F && l.push(Hc(y, F, r))))
if (p) break
y = y.return
}
0 < l.length &&
((h = new k(h, m, null, c, e)), g.push({ event: h, listeners: l }))
}
}
if (0 === (b & 7)) {
a: {
h = 'mouseover' === a || 'pointerover' === a
k = 'mouseout' === a || 'pointerout' === a
if (
h &&
c !== Ue &&
(m = c.relatedTarget || c.fromElement) &&
(ub(m) || m[Ma])
)
break a
if (k || h) {
h =
e.window === e
? e
: (h = e.ownerDocument)
? h.defaultView || h.parentWindow
: window
if (k) {
if (
((m = c.relatedTarget || c.toElement),
(k = d),
(m = m ? ub(m) : null),
null !== m && ((p = sb(m)), m !== p || (5 !== m.tag && 6 !== m.tag)))
)
m = null
} else ((k = null), (m = d))
if (k !== m) {
l = Lh
F = 'onMouseLeave'
B = 'onMouseEnter'
y = 'mouse'
if ('pointerout' === a || 'pointerover' === a)
((l = Qh),
(F = 'onPointerLeave'),
(B = 'onPointerEnter'),
(y = 'pointer'))
p = null == k ? h : Sb(k)
r = null == m ? h : Sb(m)
h = new l(F, y + 'leave', k, c, e)
h.target = p
h.relatedTarget = r
F = null
ub(e) === d &&
((l = new l(B, y + 'enter', m, c, e)),
(l.target = r),
(l.relatedTarget = p),
(F = l))
p = F
if (k && m)
b: {
l = k
B = m
y = 0
for (r = l; r; r = Vb(r)) y++
r = 0
for (F = B; F; F = Vb(F)) r++
for (; 0 < y - r; ) ((l = Vb(l)), y--)
for (; 0 < r - y; ) ((B = Vb(B)), r--)
for (; y--; ) {
if (l === B || (null !== B && l === B.alternate)) break b
l = Vb(l)
B = Vb(B)
}
l = null
}
else l = null
null !== k && Rh(g, h, k, l, !1)
null !== m && null !== p && Rh(g, p, m, l, !0)
}
}
}
a: {
h = d ? Sb(d) : window
k = h.nodeName && h.nodeName.toLowerCase()
if ('select' === k || ('input' === k && 'file' === h.type)) var Na = yk
else if (xh(h))
if (Sh) Na = Ck
else {
Na = Ak
var wa = zk
}
else
(k = h.nodeName) &&
'input' === k.toLowerCase() &&
('checkbox' === h.type || 'radio' === h.type) &&
(Na = Bk)
if (Na && (Na = Na(a, d))) {
yh(g, Na, c, e)
break a
}
wa && wa(a, h, d)
'focusout' === a &&
(wa = h._wrapperState) &&
wa.controlled &&
'number' === h.type &&
Fe(h, 'number', h.value)
}
wa = d ? Sb(d) : window
switch (a) {
case 'focusin':
if (xh(wa) || 'true' === wa.contentEditable)
((Tb = wa), (df = d), (Fc = null))
break
case 'focusout':
Fc = df = Tb = null
break
case 'mousedown':
cf = !0
break
case 'contextmenu':
case 'mouseup':
case 'dragend':
cf = !1
Gh(g, c, e)
break
case 'selectionchange':
if (Ok) break
case 'keydown':
case 'keyup':
Gh(g, c, e)
}
var fb
if ($e)
b: {
switch (a) {
case 'compositionstart':
var da = 'onCompositionStart'
break b
case 'compositionend':
da = 'onCompositionEnd'
break b
case 'compositionupdate':
da = 'onCompositionUpdate'
break b
}
da = void 0
}
else
Rb
? sh(a, c) && (da = 'onCompositionEnd')
: 'keydown' === a && 229 === c.keyCode && (da = 'onCompositionStart')
da &&
(wh &&
'ko' !== c.locale &&
(Rb || 'onCompositionStart' !== da
? 'onCompositionEnd' === da && Rb && (fb = qh())
: ((db = e),
(Ye = 'value' in db ? db.value : db.textContent),
(Rb = !0))),
(wa = ud(d, da)),
0 < wa.length &&
((da = new Th(da, a, null, c, e)),
g.push({ event: da, listeners: wa }),
fb ? (da.data = fb) : ((fb = th(c)), null !== fb && (da.data = fb))))
if ((fb = Pk ? tk(a, c) : uk(a, c)))
((d = ud(d, 'onBeforeInput')),
0 < d.length &&
((e = new Qk('onBeforeInput', 'beforeinput', null, c, e)),
g.push({ event: e, listeners: d }),
(e.data = fb)))
}
zh(g, b)
})
}
function Hc(a, b, c) {
return { instance: a, listener: b, currentTarget: c }
}
function ud(a, b) {
for (var c = b + 'Capture', d = []; null !== a; ) {
var e = a,
f = e.stateNode
5 === e.tag &&
null !== f &&
((e = f),
(f = sc(a, c)),
null != f && d.unshift(Hc(a, f, e)),
(f = sc(a, b)),
null != f && d.push(Hc(a, f, e)))
a = a.return
}
return d
}
function Vb(a) {
if (null === a) return null
do a = a.return
while (a && 5 !== a.tag)
return a ? a : null
}
function Rh(a, b, c, d, e) {
for (var f = b._reactName, g = []; null !== c && c !== d; ) {
var h = c,
k = h.alternate,
n = h.stateNode
if (null !== k && k === d) break
5 === h.tag &&
null !== n &&
((h = n),
e
? ((k = sc(c, f)), null != k && g.unshift(Hc(c, k, h)))
: e || ((k = sc(c, f)), null != k && g.push(Hc(c, k, h))))
c = c.return
}
0 !== g.length && a.push({ event: b, listeners: g })
}
function Uh(a) {
return ('string' === typeof a ? a : '' + a).replace(Rk, '\n').replace(Sk, '')
}
function zd(a, b, c, d) {
b = Uh(b)
if (Uh(a) !== b && c) throw Error(m(425))
}
function Ad() {}
function lf(a, b) {
return (
'textarea' === a ||
'noscript' === a ||
'string' === typeof b.children ||
'number' === typeof b.children ||
('object' === typeof b.dangerouslySetInnerHTML &&
null !== b.dangerouslySetInnerHTML &&
null != b.dangerouslySetInnerHTML.__html)
)
}
function Tk(a) {
setTimeout(function () {
throw a
})
}
function mf(a, b) {
var c = b,
d = 0
do {
var e = c.nextSibling
a.removeChild(c)
if (e && 8 === e.nodeType)
if (((c = e.data), '/$' === c)) {
if (0 === d) {
a.removeChild(e)
Bc(b)
return
}
d--
} else ('$' !== c && '$?' !== c && '$!' !== c) || d++
c = e
} while (c)
Bc(b)
}
function Oa(a) {
for (; null != a; a = a.nextSibling) {
var b = a.nodeType
if (1 === b || 3 === b) break
if (8 === b) {
b = a.data
if ('$' === b || '$!' === b || '$?' === b) break
if ('/$' === b) return null
}
}
return a
}
function Vh(a) {
a = a.previousSibling
for (var b = 0; a; ) {
if (8 === a.nodeType) {
var c = a.data
if ('$' === c || '$!' === c || '$?' === c) {
if (0 === b) return a
b--
} else '/$' === c && b++
}
a = a.previousSibling
}
return null
}
function ub(a) {
var b = a[Ea]
if (b) return b
for (var c = a.parentNode; c; ) {
if ((b = c[Ma] || c[Ea])) {
c = b.alternate
if (null !== b.child || (null !== c && null !== c.child))
for (a = Vh(a); null !== a; ) {
if ((c = a[Ea])) return c
a = Vh(a)
}
return b
}
a = c
c = a.parentNode
}
return null
}
function rc(a) {
a = a[Ea] || a[Ma]
return !a || (5 !== a.tag && 6 !== a.tag && 13 !== a.tag && 3 !== a.tag) ? null : a
}
function Sb(a) {
if (5 === a.tag || 6 === a.tag) return a.stateNode
throw Error(m(33))
}
function fd(a) {
return a[Ic] || null
}
function gb(a) {
return { current: a }
}
function t(a, b) {
0 > Wb || ((a.current = nf[Wb]), (nf[Wb] = null), Wb--)
}
function E(a, b, c) {
Wb++
nf[Wb] = a.current
a.current = b
}
function Xb(a, b) {
var c = a.type.contextTypes
if (!c) return hb
var d = a.stateNode
if (d && d.__reactInternalMemoizedUnmaskedChildContext === b)
return d.__reactInternalMemoizedMaskedChildContext
var e = {},
f
for (f in c) e[f] = b[f]
d &&
((a = a.stateNode),
(a.__reactInternalMemoizedUnmaskedChildContext = b),
(a.__reactInternalMemoizedMaskedChildContext = e))
return e
}
function ea(a) {
a = a.childContextTypes
return null !== a && void 0 !== a
}
function Wh(a, b, c) {
if (K.current !== hb) throw Error(m(168))
E(K, b)
E(T, c)
}
function Xh(a, b, c) {
var d = a.stateNode
b = b.childContextTypes
if ('function' !== typeof d.getChildContext) return c
d = d.getChildContext()
for (var e in d) if (!(e in b)) throw Error(m(108, Nj(a) || 'Unknown', e))
return D({}, c, d)
}
function Bd(a) {
a = ((a = a.stateNode) && a.__reactInternalMemoizedMergedChildContext) || hb
vb = K.current
E(K, a)
E(T, T.current)
return !0
}
function Yh(a, b, c) {
var d = a.stateNode
if (!d) throw Error(m(169))
c
? ((a = Xh(a, b, vb)),
(d.__reactInternalMemoizedMergedChildContext = a),
t(T),
t(K),
E(K, a))
: t(T)
E(T, c)
}
function Zh(a) {
null === Pa ? (Pa = [a]) : Pa.push(a)
}
function Uk(a) {
Cd = !0
Zh(a)
}
function ib() {
if (!of && null !== Pa) {
of = !0
var a = 0,
b = x
try {
var c = Pa
for (x = 1; a < c.length; a++) {
var d = c[a]
do d = d(!0)
while (null !== d)
}
Pa = null
Cd = !1
} catch (e) {
throw (null !== Pa && (Pa = Pa.slice(a + 1)), $h(jd, ib), e)
} finally {
;((x = b), (of = !1))
}
}
return null
}
function wb(a, b) {
Yb[Zb++] = Dd
Yb[Zb++] = Ed
Ed = a
Dd = b
}
function ai(a, b, c) {
oa[pa++] = Qa
oa[pa++] = Ra
oa[pa++] = xb
xb = a
var d = Qa
a = Ra
var e = 32 - ka(d) - 1
d &= ~(1 << e)
c += 1
var f = 32 - ka(b) + e
if (30 < f) {
var g = e - (e % 5)
f = (d & ((1 << g) - 1)).toString(32)
d >>= g
e -= g
Qa = (1 << (32 - ka(b) + e)) | (c << e) | d
Ra = f + a
} else ((Qa = (1 << f) | (c << e) | d), (Ra = a))
}
function pf(a) {
null !== a.return && (wb(a, 1), ai(a, 1, 0))
}
function qf(a) {
for (; a === Ed; )
((Ed = Yb[--Zb]), (Yb[Zb] = null), (Dd = Yb[--Zb]), (Yb[Zb] = null))
for (; a === xb; )
((xb = oa[--pa]),
(oa[pa] = null),
(Ra = oa[--pa]),
(oa[pa] = null),
(Qa = oa[--pa]),
(oa[pa] = null))
}
function bi(a, b) {
var c = qa(5, null, null, 0)
c.elementType = 'DELETED'
c.stateNode = b
c.return = a
b = a.deletions
null === b ? ((a.deletions = [c]), (a.flags |= 16)) : b.push(c)
}
function ci(a, b) {
switch (a.tag) {
case 5:
var c = a.type
b = 1 !== b.nodeType || c.toLowerCase() !== b.nodeName.toLowerCase() ? null : b
return null !== b
? ((a.stateNode = b), (ma = a), (fa = Oa(b.firstChild)), !0)
: !1
case 6:
return (
(b = '' === a.pendingProps || 3 !== b.nodeType ? null : b),
null !== b ? ((a.stateNode = b), (ma = a), (fa = null), !0) : !1
)
case 13:
return (
(b = 8 !== b.nodeType ? null : b),
null !== b
? ((c = null !== xb ? { id: Qa, overflow: Ra } : null),
(a.memoizedState = {
dehydrated: b,
treeContext: c,
retryLane: 1073741824,
}),
(c = qa(18, null, null, 0)),
(c.stateNode = b),
(c.return = a),
(a.child = c),
(ma = a),
(fa = null),
!0)
: !1
)
default:
return !1
}
}
function rf(a) {
return 0 !== (a.mode & 1) && 0 === (a.flags & 128)
}
function sf(a) {
if (C) {
var b = fa
if (b) {
var c = b
if (!ci(a, b)) {
if (rf(a)) throw Error(m(418))
b = Oa(c.nextSibling)
var d = ma
b && ci(a, b)
? bi(d, c)
: ((a.flags = (a.flags & -4097) | 2), (C = !1), (ma = a))
}
} else {
if (rf(a)) throw Error(m(418))
a.flags = (a.flags & -4097) | 2
C = !1
ma = a
}
}
}
function di(a) {
for (a = a.return; null !== a && 5 !== a.tag && 3 !== a.tag && 13 !== a.tag; )
a = a.return
ma = a
}
function Fd(a) {
if (a !== ma) return !1
if (!C) return (di(a), (C = !0), !1)
var b
;(b = 3 !== a.tag) &&
!(b = 5 !== a.tag) &&
((b = a.type), (b = 'head' !== b && 'body' !== b && !lf(a.type, a.memoizedProps)))
if (b && (b = fa)) {
if (rf(a)) {
for (a = fa; a; ) a = Oa(a.nextSibling)
throw Error(m(418))
}
for (; b; ) (bi(a, b), (b = Oa(b.nextSibling)))
}
di(a)
if (13 === a.tag) {
a = a.memoizedState
a = null !== a ? a.dehydrated : null
if (!a) throw Error(m(317))
a: {
a = a.nextSibling
for (b = 0; a; ) {
if (8 === a.nodeType) {
var c = a.data
if ('/$' === c) {
if (0 === b) {
fa = Oa(a.nextSibling)
break a
}
b--
} else ('$' !== c && '$!' !== c && '$?' !== c) || b++
}
a = a.nextSibling
}
fa = null
}
} else fa = ma ? Oa(a.stateNode.nextSibling) : null
return !0
}
function $b() {
fa = ma = null
C = !1
}
function tf(a) {
null === xa ? (xa = [a]) : xa.push(a)
}
function Jc(a, b, c) {
a = c.ref
if (null !== a && 'function' !== typeof a && 'object' !== typeof a) {
if (c._owner) {
c = c._owner
if (c) {
if (1 !== c.tag) throw Error(m(309))
var d = c.stateNode
}
if (!d) throw Error(m(147, a))
var e = d,
f = '' + a
if (
null !== b &&
null !== b.ref &&
'function' === typeof b.ref &&
b.ref._stringRef === f
)
return b.ref
b = function (a) {
var b = e.refs
null === a ? delete b[f] : (b[f] = a)
}
b._stringRef = f
return b
}
if ('string' !== typeof a) throw Error(m(284))
if (!c._owner) throw Error(m(290, a))
}
return a
}
function Gd(a, b) {
a = Object.prototype.toString.call(b)
throw Error(
m(
31,
'[object Object]' === a
? 'object with keys {' + Object.keys(b).join(', ') + '}'
: a
)
)
}
function ei(a) {
var b = a._init
return b(a._payload)
}
function fi(a) {
function b(b, c) {
if (a) {
var d = b.deletions
null === d ? ((b.deletions = [c]), (b.flags |= 16)) : d.push(c)
}
}
function c(c, d) {
if (!a) return null
for (; null !== d; ) (b(c, d), (d = d.sibling))
return null
}
function d(a, b) {
for (a = new Map(); null !== b; )
(null !== b.key ? a.set(b.key, b) : a.set(b.index, b), (b = b.sibling))
return a
}
function e(a, b) {
a = jb(a, b)
a.index = 0
a.sibling = null
return a
}
function f(b, c, d) {
b.index = d
if (!a) return ((b.flags |= 1048576), c)
d = b.alternate
if (null !== d) return ((d = d.index), d < c ? ((b.flags |= 2), c) : d)
b.flags |= 2
return c
}
function g(b) {
a && null === b.alternate && (b.flags |= 2)
return b
}
function h(a, b, c, d) {
if (null === b || 6 !== b.tag) return ((b = uf(c, a.mode, d)), (b.return = a), b)
b = e(b, c)
b.return = a
return b
}
function k(a, b, c, d) {
var f = c.type
if (f === Kb) return l(a, b, c.props.children, d, c.key)
if (
null !== b &&
(b.elementType === f ||
('object' === typeof f &&
null !== f &&
f.$$typeof === Ya &&
ei(f) === b.type))
)
return ((d = e(b, c.props)), (d.ref = Jc(a, b, c)), (d.return = a), d)
d = Hd(c.type, c.key, c.props, null, a.mode, d)
d.ref = Jc(a, b, c)
d.return = a
return d
}
function n(a, b, c, d) {
if (
null === b ||
4 !== b.tag ||
b.stateNode.containerInfo !== c.containerInfo ||
b.stateNode.implementation !== c.implementation
)
return ((b = vf(c, a.mode, d)), (b.return = a), b)
b = e(b, c.children || [])
b.return = a
return b
}
function l(a, b, c, d, f) {
if (null === b || 7 !== b.tag)
return ((b = yb(c, a.mode, d, f)), (b.return = a), b)
b = e(b, c)
b.return = a
return b
}
function u(a, b, c) {
if (('string' === typeof b && '' !== b) || 'number' === typeof b)
return ((b = uf('' + b, a.mode, c)), (b.return = a), b)
if ('object' === typeof b && null !== b) {
switch (b.$$typeof) {
case Id:
return (
(c = Hd(b.type, b.key, b.props, null, a.mode, c)),
(c.ref = Jc(a, null, b)),
(c.return = a),
c
)
case Lb:
return ((b = vf(b, a.mode, c)), (b.return = a), b)
case Ya:
var d = b._init
return u(a, d(b._payload), c)
}
if (pc(b) || nc(b)) return ((b = yb(b, a.mode, c, null)), (b.return = a), b)
Gd(a, b)
}
return null
}
function p(a, b, c, d) {
var e = null !== b ? b.key : null
if (('string' === typeof c && '' !== c) || 'number' === typeof c)
return null !== e ? null : h(a, b, '' + c, d)
if ('object' === typeof c && null !== c) {
switch (c.$$typeof) {
case Id:
return c.key === e ? k(a, b, c, d) : null
case Lb:
return c.key === e ? n(a, b, c, d) : null
case Ya:
return ((e = c._init), p(a, b, e(c._payload), d))
}
if (pc(c) || nc(c)) return null !== e ? null : l(a, b, c, d, null)
Gd(a, c)
}
return null
}
function jf(a, b, c, d, e) {
if (('string' === typeof d && '' !== d) || 'number' === typeof d)
return ((a = a.get(c) || null), h(b, a, '' + d, e))
if ('object' === typeof d && null !== d) {
switch (d.$$typeof) {
case Id:
return ((a = a.get(null === d.key ? c : d.key) || null), k(b, a, d, e))
case Lb:
return ((a = a.get(null === d.key ? c : d.key) || null), n(b, a, d, e))
case Ya:
var f = d._init
return jf(a, b, c, f(d._payload), e)
}
if (pc(d) || nc(d)) return ((a = a.get(c) || null), l(b, a, d, e, null))
Gd(b, d)
}
return null
}
function v(e, g, h, k) {
for (
var n = null, m = null, l = g, r = (g = 0), y = null;
null !== l && r < h.length;
r++
) {
l.index > r ? ((y = l), (l = null)) : (y = l.sibling)
var N = p(e, l, h[r], k)
if (null === N) {
null === l && (l = y)
break
}
a && l && null === N.alternate && b(e, l)
g = f(N, g, r)
null === m ? (n = N) : (m.sibling = N)
m = N
l = y
}
if (r === h.length) return (c(e, l), C && wb(e, r), n)
if (null === l) {
for (; r < h.length; r++)
((l = u(e, h[r], k)),
null !== l &&
((g = f(l, g, r)), null === m ? (n = l) : (m.sibling = l), (m = l)))
C && wb(e, r)
return n
}
for (l = d(e, l); r < h.length; r++)
((y = jf(l, e, r, h[r], k)),
null !== y &&
(a && null !== y.alternate && l.delete(null === y.key ? r : y.key),
(g = f(y, g, r)),
null === m ? (n = y) : (m.sibling = y),
(m = y)))
a &&
l.forEach(function (a) {
return b(e, a)
})
C && wb(e, r)
return n
}
function w(e, g, h, k) {
var n = nc(h)
if ('function' !== typeof n) throw Error(m(150))
h = n.call(h)
if (null == h) throw Error(m(151))
for (
var l = (n = null), r = g, N = (g = 0), y = null, q = h.next();
null !== r && !q.done;
N++, q = h.next()
) {
r.index > N ? ((y = r), (r = null)) : (y = r.sibling)
var B = p(e, r, q.value, k)
if (null === B) {
null === r && (r = y)
break
}
a && r && null === B.alternate && b(e, r)
g = f(B, g, N)
null === l ? (n = B) : (l.sibling = B)
l = B
r = y
}
if (q.done) return (c(e, r), C && wb(e, N), n)
if (null === r) {
for (; !q.done; N++, q = h.next())
((q = u(e, q.value, k)),
null !== q &&
((g = f(q, g, N)), null === l ? (n = q) : (l.sibling = q), (l = q)))
C && wb(e, N)
return n
}
for (r = d(e, r); !q.done; N++, q = h.next())
((q = jf(r, e, N, q.value, k)),
null !== q &&
(a && null !== q.alternate && r.delete(null === q.key ? N : q.key),
(g = f(q, g, N)),
null === l ? (n = q) : (l.sibling = q),
(l = q)))
a &&
r.forEach(function (a) {
return b(e, a)
})
C && wb(e, N)
return n
}
function t(a, d, f, h) {
'object' === typeof f &&
null !== f &&
f.type === Kb &&
null === f.key &&
(f = f.props.children)
if ('object' === typeof f && null !== f) {
switch (f.$$typeof) {
case Id:
a: {
for (var k = f.key, n = d; null !== n; ) {
if (n.key === k) {
k = f.type
if (k === Kb) {
if (7 === n.tag) {
c(a, n.sibling)
d = e(n, f.props.children)
d.return = a
a = d
break a
}
} else if (
n.elementType === k ||
('object' === typeof k &&
null !== k &&
k.$$typeof === Ya &&
ei(k) === n.type)
) {
c(a, n.sibling)
d = e(n, f.props)
d.ref = Jc(a, n, f)
d.return = a
a = d
break a
}
c(a, n)
break
} else b(a, n)
n = n.sibling
}
f.type === Kb
? ((d = yb(f.props.children, a.mode, h, f.key)),
(d.return = a),
(a = d))
: ((h = Hd(f.type, f.key, f.props, null, a.mode, h)),
(h.ref = Jc(a, d, f)),
(h.return = a),
(a = h))
}
return g(a)
case Lb:
a: {
for (n = f.key; null !== d; ) {
if (d.key === n)
if (
4 === d.tag &&
d.stateNode.containerInfo === f.containerInfo &&
d.stateNode.implementation === f.implementation
) {
c(a, d.sibling)
d = e(d, f.children || [])
d.return = a
a = d
break a
} else {
c(a, d)
break
}
else b(a, d)
d = d.sibling
}
d = vf(f, a.mode, h)
d.return = a
a = d
}
return g(a)
case Ya:
return ((n = f._init), t(a, d, n(f._payload), h))
}
if (pc(f)) return v(a, d, f, h)
if (nc(f)) return w(a, d, f, h)
Gd(a, f)
}
return ('string' === typeof f && '' !== f) || 'number' === typeof f
? ((f = '' + f),
null !== d && 6 === d.tag
? (c(a, d.sibling), (d = e(d, f)), (d.return = a), (a = d))
: (c(a, d), (d = uf(f, a.mode, h)), (d.return = a), (a = d)),
g(a))
: c(a, d)
}
return t
}
function wf() {
xf = ac = Jd = null
}
function yf(a, b) {
b = Kd.current
t(Kd)
a._currentValue = b
}
function zf(a, b, c) {
for (; null !== a; ) {
var d = a.alternate
;(a.childLanes & b) !== b
? ((a.childLanes |= b), null !== d && (d.childLanes |= b))
: null !== d && (d.childLanes & b) !== b && (d.childLanes |= b)
if (a === c) break
a = a.return
}
}
function bc(a, b) {
Jd = a
xf = ac = null
a = a.dependencies
null !== a &&
null !== a.firstContext &&
(0 !== (a.lanes & b) && (ha = !0), (a.firstContext = null))
}
function ra(a) {
var b = a._currentValue
if (xf !== a)
if (((a = { context: a, memoizedValue: b, next: null }), null === ac)) {
if (null === Jd) throw Error(m(308))
ac = a
Jd.dependencies = { lanes: 0, firstContext: a }
} else ac = ac.next = a
return b
}
function Af(a) {
null === zb ? (zb = [a]) : zb.push(a)
}
function gi(a, b, c, d) {
var e = b.interleaved
null === e ? ((c.next = c), Af(b)) : ((c.next = e.next), (e.next = c))
b.interleaved = c
return Sa(a, d)
}
function Sa(a, b) {
a.lanes |= b
var c = a.alternate
null !== c && (c.lanes |= b)
c = a
for (a = a.return; null !== a; )
((a.childLanes |= b),
(c = a.alternate),
null !== c && (c.childLanes |= b),
(c = a),
(a = a.return))
return 3 === c.tag ? c.stateNode : null
}
function Bf(a) {
a.updateQueue = {
baseState: a.memoizedState,
firstBaseUpdate: null,
lastBaseUpdate: null,
shared: { pending: null, interleaved: null, lanes: 0 },
effects: null,
}
}
function hi(a, b) {
a = a.updateQueue
b.updateQueue === a &&
(b.updateQueue = {
baseState: a.baseState,
firstBaseUpdate: a.firstBaseUpdate,
lastBaseUpdate: a.lastBaseUpdate,
shared: a.shared,
effects: a.effects,
})
}
function Ta(a, b) {
return { eventTime: a, lane: b, tag: 0, payload: null, callback: null, next: null }
}
function kb(a, b, c) {
var d = a.updateQueue
if (null === d) return null
d = d.shared
if (0 !== (w & 2)) {
var e = d.pending
null === e ? (b.next = b) : ((b.next = e.next), (e.next = b))
d.pending = b
return Vk(a, c)
}
e = d.interleaved
null === e ? ((b.next = b), Af(d)) : ((b.next = e.next), (e.next = b))
d.interleaved = b
return Sa(a, c)
}
function Ld(a, b, c) {
b = b.updateQueue
if (null !== b && ((b = b.shared), 0 !== (c & 4194240))) {
var d = b.lanes
d &= a.pendingLanes
c |= d
b.lanes = c
Se(a, c)
}
}
function ii(a, b) {
var c = a.updateQueue,
d = a.alternate
if (null !== d && ((d = d.updateQueue), c === d)) {
var e = null,
f = null
c = c.firstBaseUpdate
if (null !== c) {
do {
var g = {
eventTime: c.eventTime,
lane: c.lane,
tag: c.tag,
payload: c.payload,
callback: c.callback,
next: null,
}
null === f ? (e = f = g) : (f = f.next = g)
c = c.next
} while (null !== c)
null === f ? (e = f = b) : (f = f.next = b)
} else e = f = b
c = {
baseState: d.baseState,
firstBaseUpdate: e,
lastBaseUpdate: f,
shared: d.shared,
effects: d.effects,
}
a.updateQueue = c
return
}
a = c.lastBaseUpdate
null === a ? (c.firstBaseUpdate = b) : (a.next = b)
c.lastBaseUpdate = b
}
function Md(a, b, c, d) {
var e = a.updateQueue
lb = !1
var f = e.firstBaseUpdate,
g = e.lastBaseUpdate,
h = e.shared.pending
if (null !== h) {
e.shared.pending = null
var k = h,
n = k.next
k.next = null
null === g ? (f = n) : (g.next = n)
g = k
var l = a.alternate
null !== l &&
((l = l.updateQueue),
(h = l.lastBaseUpdate),
h !== g &&
(null === h ? (l.firstBaseUpdate = n) : (h.next = n), (l.lastBaseUpdate = k)))
}
if (null !== f) {
var m = e.baseState
g = 0
l = n = k = null
h = f
do {
var q = h.lane,
p = h.eventTime
if ((d & q) === q) {
null !== l &&
(l = l.next =
{
eventTime: p,
lane: 0,
tag: h.tag,
payload: h.payload,
callback: h.callback,
next: null,
})
a: {
var v = a,
t = h
q = b
p = c
switch (t.tag) {
case 1:
v = t.payload
if ('function' === typeof v) {
m = v.call(p, m, q)
break a
}
m = v
break a
case 3:
v.flags = (v.flags & -65537) | 128
case 0:
v = t.payload
q = 'function' === typeof v ? v.call(p, m, q) : v
if (null === q || void 0 === q) break a
m = D({}, m, q)
break a
case 2:
lb = !0
}
}
null !== h.callback &&
0 !== h.lane &&
((a.flags |= 64),
(q = e.effects),
null === q ? (e.effects = [h]) : q.push(h))
} else
((p = {
eventTime: p,
lane: q,
tag: h.tag,
payload: h.payload,
callback: h.callback,
next: null,
}),
null === l ? ((n = l = p), (k = m)) : (l = l.next = p),
(g |= q))
h = h.next
if (null === h)
if (((h = e.shared.pending), null === h)) break
else
((q = h),
(h = q.next),
(q.next = null),
(e.lastBaseUpdate = q),
(e.shared.pending = null))
} while (1)
null === l && (k = m)
e.baseState = k
e.firstBaseUpdate = n
e.lastBaseUpdate = l
b = e.shared.interleaved
if (null !== b) {
e = b
do ((g |= e.lane), (e = e.next))
while (e !== b)
} else null === f && (e.shared.lanes = 0)
sa |= g
a.lanes = g
a.memoizedState = m
}
}
function ji(a, b, c) {
a = b.effects
b.effects = null
if (null !== a)
for (b = 0; b < a.length; b++) {
var d = a[b],
e = d.callback
if (null !== e) {
d.callback = null
d = c
if ('function' !== typeof e) throw Error(m(191, e))
e.call(d)
}
}
}
function Ab(a) {
if (a === Kc) throw Error(m(174))
return a
}
function Cf(a, b) {
E(Lc, b)
E(Mc, a)
E(Fa, Kc)
a = b.nodeType
switch (a) {
case 9:
case 11:
b = (b = b.documentElement) ? b.namespaceURI : He(null, '')
break
default:
;((a = 8 === a ? b.parentNode : b),
(b = a.namespaceURI || null),
(a = a.tagName),
(b = He(b, a)))
}
t(Fa)
E(Fa, b)
}
function cc(a) {
t(Fa)
t(Mc)
t(Lc)
}
function ki(a) {
Ab(Lc.current)
var b = Ab(Fa.current)
var c = He(b, a.type)
b !== c && (E(Mc, a), E(Fa, c))
}
function Df(a) {
Mc.current === a && (t(Fa), t(Mc))
}
function Nd(a) {
for (var b = a; null !== b; ) {
if (13 === b.tag) {
var c = b.memoizedState
if (
null !== c &&
((c = c.dehydrated), null === c || '$?' === c.data || '$!' === c.data)
)
return b
} else if (19 === b.tag && void 0 !== b.memoizedProps.revealOrder) {
if (0 !== (b.flags & 128)) return b
} else if (null !== b.child) {
b.child.return = b
b = b.child
continue
}
if (b === a) break
for (; null === b.sibling; ) {
if (null === b.return || b.return === a) return null
b = b.return
}
b.sibling.return = b.return
b = b.sibling
}
return null
}
function Ef() {
for (var a = 0; a < Ff.length; a++) Ff[a]._workInProgressVersionPrimary = null
Ff.length = 0
}
function X() {
throw Error(m(321))
}
function Gf(a, b) {
if (null === b) return !1
for (var c = 0; c < b.length && c < a.length; c++) if (!va(a[c], b[c])) return !1
return !0
}
function Hf(a, b, c, d, e, f) {
Bb = f
z = b
b.memoizedState = null
b.updateQueue = null
b.lanes = 0
Od.current = null === a || null === a.memoizedState ? Wk : Xk
a = c(d, e)
if (Nc) {
f = 0
do {
Nc = !1
Oc = 0
if (25 <= f) throw Error(m(301))
f += 1
O = L = null
b.updateQueue = null
Od.current = Yk
a = c(d, e)
} while (Nc)
}
Od.current = Pd
b = null !== L && null !== L.next
Bb = 0
O = L = z = null
Qd = !1
if (b) throw Error(m(300))
return a
}
function If() {
var a = 0 !== Oc
Oc = 0
return a
}
function Ga() {
var a = {
memoizedState: null,
baseState: null,
baseQueue: null,
queue: null,
next: null,
}
null === O ? (z.memoizedState = O = a) : (O = O.next = a)
return O
}
function ta() {
if (null === L) {
var a = z.alternate
a = null !== a ? a.memoizedState : null
} else a = L.next
var b = null === O ? z.memoizedState : O.next
if (null !== b) ((O = b), (L = a))
else {
if (null === a) throw Error(m(310))
L = a
a = {
memoizedState: L.memoizedState,
baseState: L.baseState,
baseQueue: L.baseQueue,
queue: L.queue,
next: null,
}
null === O ? (z.memoizedState = O = a) : (O = O.next = a)
}
return O
}
function Pc(a, b) {
return 'function' === typeof b ? b(a) : b
}
function Jf(a, b, c) {
b = ta()
c = b.queue
if (null === c) throw Error(m(311))
c.lastRenderedReducer = a
var d = L,
e = d.baseQueue,
f = c.pending
if (null !== f) {
if (null !== e) {
var g = e.next
e.next = f.next
f.next = g
}
d.baseQueue = e = f
c.pending = null
}
if (null !== e) {
f = e.next
d = d.baseState
var h = (g = null),
k = null,
n = f
do {
var l = n.lane
if ((Bb & l) === l)
(null !== k &&
(k = k.next =
{
lane: 0,
action: n.action,
hasEagerState: n.hasEagerState,
eagerState: n.eagerState,
next: null,
}),
(d = n.hasEagerState ? n.eagerState : a(d, n.action)))
else {
var p = {
lane: l,
action: n.action,
hasEagerState: n.hasEagerState,
eagerState: n.eagerState,
next: null,
}
null === k ? ((h = k = p), (g = d)) : (k = k.next = p)
z.lanes |= l
sa |= l
}
n = n.next
} while (null !== n && n !== f)
null === k ? (g = d) : (k.next = h)
va(d, b.memoizedState) || (ha = !0)
b.memoizedState = d
b.baseState = g
b.baseQueue = k
c.lastRenderedState = d
}
a = c.interleaved
if (null !== a) {
e = a
do ((f = e.lane), (z.lanes |= f), (sa |= f), (e = e.next))
while (e !== a)
} else null === e && (c.lanes = 0)
return [b.memoizedState, c.dispatch]
}
function Kf(a, b, c) {
b = ta()
c = b.queue
if (null === c) throw Error(m(311))
c.lastRenderedReducer = a
var d = c.dispatch,
e = c.pending,
f = b.memoizedState
if (null !== e) {
c.pending = null
var g = (e = e.next)
do ((f = a(f, g.action)), (g = g.next))
while (g !== e)
va(f, b.memoizedState) || (ha = !0)
b.memoizedState = f
null === b.baseQueue && (b.baseState = f)
c.lastRenderedState = f
}
return [f, d]
}
function li(a, b, c) {}
function mi(a, b, c) {
c = z
var d = ta(),
e = b(),
f = !va(d.memoizedState, e)
f && ((d.memoizedState = e), (ha = !0))
d = d.queue
Lf(ni.bind(null, c, d, a), [a])
if (d.getSnapshot !== b || f || (null !== O && O.memoizedState.tag & 1)) {
c.flags |= 2048
Qc(9, oi.bind(null, c, d, e, b), void 0, null)
if (null === P) throw Error(m(349))
0 !== (Bb & 30) || pi(c, b, e)
}
return e
}
function pi(a, b, c) {
a.flags |= 16384
a = { getSnapshot: b, value: c }
b = z.updateQueue
null === b
? ((b = { lastEffect: null, stores: null }),
(z.updateQueue = b),
(b.stores = [a]))
: ((c = b.stores), null === c ? (b.stores = [a]) : c.push(a))
}
function oi(a, b, c, d) {
b.value = c
b.getSnapshot = d
qi(b) && ri(a)
}
function ni(a, b, c) {
return c(function () {
qi(b) && ri(a)
})
}
function qi(a) {
var b = a.getSnapshot
a = a.value
try {
var c = b()
return !va(a, c)
} catch (d) {
return !0
}
}
function ri(a) {
var b = Sa(a, 1)
null !== b && ya(b, a, 1, -1)
}
function si(a) {
var b = Ga()
'function' === typeof a && (a = a())
b.memoizedState = b.baseState = a
a = {
pending: null,
interleaved: null,
lanes: 0,
dispatch: null,
lastRenderedReducer: Pc,
lastRenderedState: a,
}
b.queue = a
a = a.dispatch = Zk.bind(null, z, a)
return [b.memoizedState, a]
}
function Qc(a, b, c, d) {
a = { tag: a, create: b, destroy: c, deps: d, next: null }
b = z.updateQueue
null === b
? ((b = { lastEffect: null, stores: null }),
(z.updateQueue = b),
(b.lastEffect = a.next = a))
: ((c = b.lastEffect),
null === c
? (b.lastEffect = a.next = a)
: ((d = c.next), (c.next = a), (a.next = d), (b.lastEffect = a)))
return a
}
function ti(a) {
return ta().memoizedState
}
function Rd(a, b, c, d) {
var e = Ga()
z.flags |= a
e.memoizedState = Qc(1 | b, c, void 0, void 0 === d ? null : d)
}
function Sd(a, b, c, d) {
var e = ta()
d = void 0 === d ? null : d
var f = void 0
if (null !== L) {
var g = L.memoizedState
f = g.destroy
if (null !== d && Gf(d, g.deps)) {
e.memoizedState = Qc(b, c, f, d)
return
}
}
z.flags |= a
e.memoizedState = Qc(1 | b, c, f, d)
}
function ui(a, b) {
return Rd(8390656, 8, a, b)
}
function Lf(a, b) {
return Sd(2048, 8, a, b)
}
function vi(a, b) {
return Sd(4, 2, a, b)
}
function wi(a, b) {
return Sd(4, 4, a, b)
}
function xi(a, b) {
if ('function' === typeof b)
return (
(a = a()),
b(a),
function () {
b(null)
}
)
if (null !== b && void 0 !== b)
return (
(a = a()),
(b.current = a),
function () {
b.current = null
}
)
}
function yi(a, b, c) {
c = null !== c && void 0 !== c ? c.concat([a]) : null
return Sd(4, 4, xi.bind(null, b, a), c)
}
function Mf(a, b) {}
function zi(a, b) {
var c = ta()
b = void 0 === b ? null : b
var d = c.memoizedState
if (null !== d && null !== b && Gf(b, d[1])) return d[0]
c.memoizedState = [a, b]
return a
}
function Ai(a, b) {
var c = ta()
b = void 0 === b ? null : b
var d = c.memoizedState
if (null !== d && null !== b && Gf(b, d[1])) return d[0]
a = a()
c.memoizedState = [a, b]
return a
}
function Bi(a, b, c) {
if (0 === (Bb & 21))
return (a.baseState && ((a.baseState = !1), (ha = !0)), (a.memoizedState = c))
va(c, b) || ((c = fh()), (z.lanes |= c), (sa |= c), (a.baseState = !0))
return b
}
function $k(a, b, c) {
c = x
x = 0 !== c && 4 > c ? c : 4
a(!0)
var d = Nf.transition
Nf.transition = {}
try {
;(a(!1), b())
} finally {
;((x = c), (Nf.transition = d))
}
}
function Ci() {
return ta().memoizedState
}
function al(a, b, c) {
var d = mb(a)
c = { lane: d, action: c, hasEagerState: !1, eagerState: null, next: null }
if (Di(a)) Ei(b, c)
else if (((c = gi(a, b, c, d)), null !== c)) {
var e = aa()
ya(c, a, d, e)
Fi(c, b, d)
}
kd(a, d)
}
function Zk(a, b, c) {
var d = mb(a),
e = { lane: d, action: c, hasEagerState: !1, eagerState: null, next: null }
if (Di(a)) Ei(b, e)
else {
var f = a.alternate
if (
0 === a.lanes &&
(null === f || 0 === f.lanes) &&
((f = b.lastRenderedReducer), null !== f)
)
try {
var g = b.lastRenderedState,
h = f(g, c)
e.hasEagerState = !0
e.eagerState = h
if (va(h, g)) {
var k = b.interleaved
null === k ? ((e.next = e), Af(b)) : ((e.next = k.next), (k.next = e))
b.interleaved = e
return
}
} catch (n) {
} finally {
}
c = gi(a, b, e, d)
null !== c && ((e = aa()), ya(c, a, d, e), Fi(c, b, d))
}
kd(a, d)
}
function Di(a) {
var b = a.alternate
return a === z || (null !== b && b === z)
}
function Ei(a, b) {
Nc = Qd = !0
var c = a.pending
null === c ? (b.next = b) : ((b.next = c.next), (c.next = b))
a.pending = b
}
function Fi(a, b, c) {
if (0 !== (c & 4194240)) {
var d = b.lanes
d &= a.pendingLanes
c |= d
b.lanes = c
Se(a, c)
}
}
function Td(a, b) {
if (0 <= Cb) {
var c = na() - Cb
a.actualDuration += c
b && (a.selfBaseDuration = c)
Cb = -1
}
}
function Ha(a) {
if (0 <= Ud) {
var b = na() - Ud
Ud = -1
for (a = a.return; null !== a; ) {
switch (a.tag) {
case 3:
a.stateNode.effectDuration += b
return
case 12:
a.stateNode.effectDuration += b
return
}
a = a.return
}
}
}
function Of(a) {
if (0 <= dc) {
var b = na() - dc
dc = -1
for (a = a.return; null !== a; ) {
switch (a.tag) {
case 3:
a = a.stateNode
null !== a && (a.passiveEffectDuration += b)
return
case 12:
a = a.stateNode
null !== a && (a.passiveEffectDuration += b)
return
}
a = a.return
}
}
}
function Ia() {
Ud = na()
}
function Pf(a) {
for (var b = a.child; b; ) ((a.actualDuration += b.actualDuration), (b = b.sibling))
}
function za(a, b) {
if (a && a.defaultProps) {
b = D({}, b)
a = a.defaultProps
for (var c in a) void 0 === b[c] && (b[c] = a[c])
return b
}
return b
}
function Qf(a, b, c, d) {
b = a.memoizedState
c = c(d, b)
c = null === c || void 0 === c ? b : D({}, b, c)
a.memoizedState = c
0 === a.lanes && (a.updateQueue.baseState = c)
}
function Gi(a, b, c, d, e, f, g) {
a = a.stateNode
return 'function' === typeof a.shouldComponentUpdate
? a.shouldComponentUpdate(d, f, g)
: b.prototype && b.prototype.isPureReactComponent
? !Ec(c, d) || !Ec(e, f)
: !0
}
function Hi(a, b, c) {
var d = !1,
e = hb
var f = b.contextType
'object' === typeof f && null !== f
? (f = ra(f))
: ((e = ea(b) ? vb : K.current),
(d = b.contextTypes),
(f = (d = null !== d && void 0 !== d) ? Xb(a, e) : hb))
b = new b(c, f)
a.memoizedState = null !== b.state && void 0 !== b.state ? b.state : null
b.updater = Vd
a.stateNode = b
b._reactInternals = a
d &&
((a = a.stateNode),
(a.__reactInternalMemoizedUnmaskedChildContext = e),
(a.__reactInternalMemoizedMaskedChildContext = f))
return b
}
function Ii(a, b, c, d) {
a = b.state
'function' === typeof b.componentWillReceiveProps &&
b.componentWillReceiveProps(c, d)
'function' === typeof b.UNSAFE_componentWillReceiveProps &&
b.UNSAFE_componentWillReceiveProps(c, d)
b.state !== a && Vd.enqueueReplaceState(b, b.state, null)
}
function Rf(a, b, c, d) {
var e = a.stateNode
e.props = c
e.state = a.memoizedState
e.refs = {}
Bf(a)
var f = b.contextType
'object' === typeof f && null !== f
? (e.context = ra(f))
: ((f = ea(b) ? vb : K.current), (e.context = Xb(a, f)))
e.state = a.memoizedState
f = b.getDerivedStateFromProps
'function' === typeof f && (Qf(a, b, f, c), (e.state = a.memoizedState))
'function' === typeof b.getDerivedStateFromProps ||
'function' === typeof e.getSnapshotBeforeUpdate ||
('function' !== typeof e.UNSAFE_componentWillMount &&
'function' !== typeof e.componentWillMount) ||
((b = e.state),
'function' === typeof e.componentWillMount && e.componentWillMount(),
'function' === typeof e.UNSAFE_componentWillMount &&
e.UNSAFE_componentWillMount(),
b !== e.state && Vd.enqueueReplaceState(e, e.state, null),
Md(a, c, e, d),
(e.state = a.memoizedState))
'function' === typeof e.componentDidMount && (a.flags |= 4194308)
}
function ec(a, b) {
try {
var c = '',
d = b
do ((c += Mj(d)), (d = d.return))
while (d)
var e = c
} catch (f) {
e = '\nError generating stack: ' + f.message + '\n' + f.stack
}
return { value: a, source: b, stack: e, digest: null }
}
function Sf(a, b, c) {
return {
value: a,
source: null,
stack: null != c ? c : null,
digest: null != b ? b : null,
}
}
function Tf(a, b) {
try {
console.error(b.value)
} catch (c) {
setTimeout(function () {
throw c
})
}
}
function Ji(a, b, c) {
c = Ta(-1, c)
c.tag = 3
c.payload = { element: null }
var d = b.value
c.callback = function () {
Wd || ((Wd = !0), (Uf = d))
Tf(a, b)
}
return c
}
function Ki(a, b, c) {
c = Ta(-1, c)
c.tag = 3
var d = a.type.getDerivedStateFromError
if ('function' === typeof d) {
var e = b.value
c.payload = function () {
return d(e)
}
c.callback = function () {
Tf(a, b)
}
}
var f = a.stateNode
null !== f &&
'function' === typeof f.componentDidCatch &&
(c.callback = function () {
Tf(a, b)
'function' !== typeof d && (null === nb ? (nb = new Set([this])) : nb.add(this))
var c = b.stack
this.componentDidCatch(b.value, { componentStack: null !== c ? c : '' })
})
return c
}
function Li(a, b, c) {
var d = a.pingCache
if (null === d) {
d = a.pingCache = new bl()
var e = new Set()
d.set(b, e)
} else ((e = d.get(b)), void 0 === e && ((e = new Set()), d.set(b, e)))
e.has(c) || (e.add(c), (d = cl.bind(null, a, b, c)), ua && Rc(a, c), b.then(d, d))
}
function Mi(a) {
do {
var b
if ((b = 13 === a.tag))
((b = a.memoizedState),
(b = null !== b ? (null !== b.dehydrated ? !0 : !1) : !0))
if (b) return a
a = a.return
} while (null !== a)
return null
}
function Ni(a, b, c, d, e) {
if (0 === (a.mode & 1))
return (
a === b
? (a.flags |= 65536)
: ((a.flags |= 128),
(c.flags |= 131072),
(c.flags &= -52805),
1 === c.tag &&
(null === c.alternate
? (c.tag = 17)
: ((b = Ta(-1, 1)), (b.tag = 2), kb(c, b, 1))),
(c.lanes |= 1)),
a
)
a.flags |= 65536
a.lanes = e
return a
}
function ba(a, b, c, d) {
b.child = null === a ? Oi(b, null, c, d) : fc(b, a.child, c, d)
}
function Pi(a, b, c, d, e) {
c = c.render
var f = b.ref
bc(b, e)
uc(b)
d = Hf(a, b, c, d, f, e)
c = If()
Pb()
if (null !== a && !ha)
return (
(b.updateQueue = a.updateQueue),
(b.flags &= -2053),
(a.lanes &= ~e),
Ua(a, b, e)
)
C && c && pf(b)
b.flags |= 1
ba(a, b, d, e)
return b.child
}
function Qi(a, b, c, d, e) {
if (null === a) {
var f = c.type
if (
'function' === typeof f &&
!Vf(f) &&
void 0 === f.defaultProps &&
null === c.compare &&
void 0 === c.defaultProps
)
return ((b.tag = 15), (b.type = f), Ri(a, b, f, d, e))
a = Hd(c.type, null, d, b, b.mode, e)
a.ref = b.ref
a.return = b
return (b.child = a)
}
f = a.child
if (0 === (a.lanes & e)) {
var g = f.memoizedProps
c = c.compare
c = null !== c ? c : Ec
if (c(g, d) && a.ref === b.ref) return Ua(a, b, e)
}
b.flags |= 1
a = jb(f, d)
a.ref = b.ref
a.return = b
return (b.child = a)
}
function Ri(a, b, c, d, e) {
if (null !== a) {
var f = a.memoizedProps
if (Ec(f, d) && a.ref === b.ref)
if (((ha = !1), (b.pendingProps = d = f), 0 !== (a.lanes & e)))
0 !== (a.flags & 131072) && (ha = !0)
else return ((b.lanes = a.lanes), Ua(a, b, e))
}
return Wf(a, b, c, d, e)
}
function Si(a, b, c) {
var d = b.pendingProps,
e = d.children,
f = null !== a ? a.memoizedState : null
if ('hidden' === d.mode)
if (0 === (b.mode & 1))
((b.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }),
E(Ja, U),
(U |= c))
else {
if (0 === (c & 1073741824))
return (
(a = null !== f ? f.baseLanes | c : c),
(b.lanes = b.childLanes = 1073741824),
(b.memoizedState = { baseLanes: a, cachePool: null, transitions: null }),
(b.updateQueue = null),
E(Ja, U),
(U |= a),
null
)
b.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }
d = null !== f ? f.baseLanes : c
E(Ja, U)
U |= d
}
else
(null !== f ? ((d = f.baseLanes | c), (b.memoizedState = null)) : (d = c),
E(Ja, U),
(U |= d))
ba(a, b, e, c)
return b.child
}
function Ti(a, b) {
var c = b.ref
if ((null === a && null !== c) || (null !== a && a.ref !== c))
((b.flags |= 512), (b.flags |= 2097152))
}
function Wf(a, b, c, d, e) {
var f = ea(c) ? vb : K.current
f = Xb(b, f)
bc(b, e)
uc(b)
c = Hf(a, b, c, d, f, e)
d = If()
Pb()
if (null !== a && !ha)
return (
(b.updateQueue = a.updateQueue),
(b.flags &= -2053),
(a.lanes &= ~e),
Ua(a, b, e)
)
C && d && pf(b)
b.flags |= 1
ba(a, b, c, e)
return b.child
}
function Ui(a, b, c, d, e) {
if (ea(c)) {
var f = !0
Bd(b)
} else f = !1
bc(b, e)
if (null === b.stateNode) (Xd(a, b), Hi(b, c, d), Rf(b, c, d, e), (d = !0))
else if (null === a) {
var g = b.stateNode,
h = b.memoizedProps
g.props = h
var k = g.context,
n = c.contextType
'object' === typeof n && null !== n
? (n = ra(n))
: ((n = ea(c) ? vb : K.current), (n = Xb(b, n)))
var l = c.getDerivedStateFromProps,
m = 'function' === typeof l || 'function' === typeof g.getSnapshotBeforeUpdate
m ||
('function' !== typeof g.UNSAFE_componentWillReceiveProps &&
'function' !== typeof g.componentWillReceiveProps) ||
((h !== d || k !== n) && Ii(b, g, d, n))
lb = !1
var q = b.memoizedState
g.state = q
Md(b, d, g, e)
k = b.memoizedState
h !== d || q !== k || T.current || lb
? ('function' === typeof l && (Qf(b, c, l, d), (k = b.memoizedState)),
(h = lb || Gi(b, c, h, d, q, k, n))
? (m ||
('function' !== typeof g.UNSAFE_componentWillMount &&
'function' !== typeof g.componentWillMount) ||
('function' === typeof g.componentWillMount && g.componentWillMount(),
'function' === typeof g.UNSAFE_componentWillMount &&
g.UNSAFE_componentWillMount()),
'function' === typeof g.componentDidMount && (b.flags |= 4194308))
: ('function' === typeof g.componentDidMount && (b.flags |= 4194308),
(b.memoizedProps = d),
(b.memoizedState = k)),
(g.props = d),
(g.state = k),
(g.context = n),
(d = h))
: ('function' === typeof g.componentDidMount && (b.flags |= 4194308), (d = !1))
} else {
g = b.stateNode
hi(a, b)
h = b.memoizedProps
n = b.type === b.elementType ? h : za(b.type, h)
g.props = n
m = b.pendingProps
q = g.context
k = c.contextType
'object' === typeof k && null !== k
? (k = ra(k))
: ((k = ea(c) ? vb : K.current), (k = Xb(b, k)))
var p = c.getDerivedStateFromProps
;(l =
'function' === typeof p || 'function' === typeof g.getSnapshotBeforeUpdate) ||
('function' !== typeof g.UNSAFE_componentWillReceiveProps &&
'function' !== typeof g.componentWillReceiveProps) ||
((h !== m || q !== k) && Ii(b, g, d, k))
lb = !1
q = b.memoizedState
g.state = q
Md(b, d, g, e)
var v = b.memoizedState
h !== m || q !== v || T.current || lb
? ('function' === typeof p && (Qf(b, c, p, d), (v = b.memoizedState)),
(n = lb || Gi(b, c, n, d, q, v, k) || !1)
? (l ||
('function' !== typeof g.UNSAFE_componentWillUpdate &&
'function' !== typeof g.componentWillUpdate) ||
('function' === typeof g.componentWillUpdate &&
g.componentWillUpdate(d, v, k),
'function' === typeof g.UNSAFE_componentWillUpdate &&
g.UNSAFE_componentWillUpdate(d, v, k)),
'function' === typeof g.componentDidUpdate && (b.flags |= 4),
'function' === typeof g.getSnapshotBeforeUpdate && (b.flags |= 1024))
: ('function' !== typeof g.componentDidUpdate ||
(h === a.memoizedProps && q === a.memoizedState) ||
(b.flags |= 4),
'function' !== typeof g.getSnapshotBeforeUpdate ||
(h === a.memoizedProps && q === a.memoizedState) ||
(b.flags |= 1024),
(b.memoizedProps = d),
(b.memoizedState = v)),
(g.props = d),
(g.state = v),
(g.context = k),
(d = n))
: ('function' !== typeof g.componentDidUpdate ||
(h === a.memoizedProps && q === a.memoizedState) ||
(b.flags |= 4),
'function' !== typeof g.getSnapshotBeforeUpdate ||
(h === a.memoizedProps && q === a.memoizedState) ||
(b.flags |= 1024),
(d = !1))
}
return Xf(a, b, c, d, f, e)
}
function Xf(a, b, c, d, e, f) {
Ti(a, b)
var g = 0 !== (b.flags & 128)
if (!d && !g) return (e && Yh(b, c, !1), Ua(a, b, f))
d = b.stateNode
dl.current = b
if (g && 'function' !== typeof c.getDerivedStateFromError) {
var h = null
Cb = -1
} else (uc(b), (h = d.render()), Pb())
b.flags |= 1
null !== a && g
? ((g = h), (b.child = fc(b, a.child, null, f)), (b.child = fc(b, null, g, f)))
: ba(a, b, h, f)
b.memoizedState = d.state
e && Yh(b, c, !0)
return b.child
}
function Vi(a) {
var b = a.stateNode
b.pendingContext
? Wh(a, b.pendingContext, b.pendingContext !== b.context)
: b.context && Wh(a, b.context, !1)
Cf(a, b.containerInfo)
}
function Wi(a, b, c, d, e) {
$b()
tf(e)
b.flags |= 256
ba(a, b, c, d)
return b.child
}
function Yf(a) {
return { baseLanes: a, cachePool: null, transitions: null }
}
function Xi(a, b, c) {
var d = b.pendingProps,
e = H.current,
f = !1,
g = 0 !== (b.flags & 128),
h
;(h = g) || (h = null !== a && null === a.memoizedState ? !1 : 0 !== (e & 2))
if (h) ((f = !0), (b.flags &= -129))
else if (null === a || null !== a.memoizedState) e |= 1
E(H, e & 1)
if (null === a) {
sf(b)
a = b.memoizedState
if (null !== a && ((a = a.dehydrated), null !== a))
return (
0 === (b.mode & 1)
? (b.lanes = 1)
: '$!' === a.data
? (b.lanes = 8)
: (b.lanes = 1073741824),
null
)
g = d.children
a = d.fallback
return f
? ((d = b.mode),
(f = b.child),
(g = { mode: 'hidden', children: g }),
0 === (d & 1) && null !== f
? ((f.childLanes = 0),
(f.pendingProps = g),
b.mode & 2 &&
((f.actualDuration = 0),
(f.actualStartTime = -1),
(f.selfBaseDuration = 0),
(f.treeBaseDuration = 0)))
: (f = Yd(g, d, 0, null)),
(a = yb(a, d, c, null)),
(f.return = b),
(a.return = b),
(f.sibling = a),
(b.child = f),
(b.child.memoizedState = Yf(c)),
(b.memoizedState = Zf),
a)
: $f(b, g)
}
e = a.memoizedState
if (null !== e && ((h = e.dehydrated), null !== h)) return el(a, b, g, d, h, e, c)
if (f) {
f = d.fallback
g = b.mode
e = a.child
h = e.sibling
var k = { mode: 'hidden', children: d.children }
0 === (g & 1) && b.child !== e
? ((d = b.child),
(d.childLanes = 0),
(d.pendingProps = k),
b.mode & 2 &&
((d.actualDuration = 0),
(d.actualStartTime = -1),
(d.selfBaseDuration = e.selfBaseDuration),
(d.treeBaseDuration = e.treeBaseDuration)),
(b.deletions = null))
: ((d = jb(e, k)), (d.subtreeFlags = e.subtreeFlags & 14680064))
null !== h ? (f = jb(h, f)) : ((f = yb(f, g, c, null)), (f.flags |= 2))
f.return = b
d.return = b
d.sibling = f
b.child = d
d = f
f = b.child
g = a.child.memoizedState
g =
null === g
? Yf(c)
: { baseLanes: g.baseLanes | c, cachePool: null, transitions: g.transitions }
f.memoizedState = g
f.childLanes = a.childLanes & ~c
b.memoizedState = Zf
return d
}
f = a.child
a = f.sibling
d = jb(f, { mode: 'visible', children: d.children })
0 === (b.mode & 1) && (d.lanes = c)
d.return = b
d.sibling = null
null !== a &&
((c = b.deletions),
null === c ? ((b.deletions = [a]), (b.flags |= 16)) : c.push(a))
b.child = d
b.memoizedState = null
return d
}
function $f(a, b, c) {
b = Yd({ mode: 'visible', children: b }, a.mode, 0, null)
b.return = a
return (a.child = b)
}
function Zd(a, b, c, d) {
null !== d && tf(d)
fc(b, a.child, null, c)
a = $f(b, b.pendingProps.children)
a.flags |= 2
b.memoizedState = null
return a
}
function el(a, b, c, d, e, f, g) {
if (c) {
if (b.flags & 256)
return ((b.flags &= -257), (d = Sf(Error(m(422)))), Zd(a, b, g, d))
if (null !== b.memoizedState) return ((b.child = a.child), (b.flags |= 128), null)
f = d.fallback
e = b.mode
d = Yd({ mode: 'visible', children: d.children }, e, 0, null)
f = yb(f, e, g, null)
f.flags |= 2
d.return = b
f.return = b
d.sibling = f
b.child = d
0 !== (b.mode & 1) && fc(b, a.child, null, g)
b.child.memoizedState = Yf(g)
b.memoizedState = Zf
return f
}
if (0 === (b.mode & 1)) return Zd(a, b, g, null)
if ('$!' === e.data) {
d = e.nextSibling && e.nextSibling.dataset
if (d) var h = d.dgst
d = h
f = Error(m(419))
d = Sf(f, d, void 0)
return Zd(a, b, g, d)
}
h = 0 !== (g & a.childLanes)
if (ha || h) {
d = P
if (null !== d) {
switch (g & -g) {
case 4:
e = 2
break
case 16:
e = 8
break
case 64:
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
case 4194304:
case 8388608:
case 16777216:
case 33554432:
case 67108864:
e = 32
break
case 536870912:
e = 268435456
break
default:
e = 0
}
e = 0 !== (e & (d.suspendedLanes | g)) ? 0 : e
0 !== e && e !== f.retryLane && ((f.retryLane = e), Sa(a, e), ya(d, a, e, -1))
}
ag()
d = Sf(Error(m(421)))
return Zd(a, b, g, d)
}
if ('$?' === e.data)
return (
(b.flags |= 128),
(b.child = a.child),
(b = fl.bind(null, a)),
(e._reactRetry = b),
null
)
a = f.treeContext
fa = Oa(e.nextSibling)
ma = b
C = !0
xa = null
null !== a &&
((oa[pa++] = Qa),
(oa[pa++] = Ra),
(oa[pa++] = xb),
(Qa = a.id),
(Ra = a.overflow),
(xb = b))
b = $f(b, d.children)
b.flags |= 4096
return b
}
function Yi(a, b, c) {
a.lanes |= b
var d = a.alternate
null !== d && (d.lanes |= b)
zf(a.return, b, c)
}
function bg(a, b, c, d, e) {
var f = a.memoizedState
null === f
? (a.memoizedState = {
isBackwards: b,
rendering: null,
renderingStartTime: 0,
last: d,
tail: c,
tailMode: e,
})
: ((f.isBackwards = b),
(f.rendering = null),
(f.renderingStartTime = 0),
(f.last = d),
(f.tail = c),
(f.tailMode = e))
}
function Zi(a, b, c) {
var d = b.pendingProps,
e = d.revealOrder,
f = d.tail
ba(a, b, d.children, c)
d = H.current
if (0 !== (d & 2)) ((d = (d & 1) | 2), (b.flags |= 128))
else {
if (null !== a && 0 !== (a.flags & 128))
a: for (a = b.child; null !== a; ) {
if (13 === a.tag) null !== a.memoizedState && Yi(a, c, b)
else if (19 === a.tag) Yi(a, c, b)
else if (null !== a.child) {
a.child.return = a
a = a.child
continue
}
if (a === b) break a
for (; null === a.sibling; ) {
if (null === a.return || a.return === b) break a
a = a.return
}
a.sibling.return = a.return
a = a.sibling
}
d &= 1
}
E(H, d)
if (0 === (b.mode & 1)) b.memoizedState = null
else
switch (e) {
case 'forwards':
c = b.child
for (e = null; null !== c; )
((a = c.alternate),
null !== a && null === Nd(a) && (e = c),
(c = c.sibling))
c = e
null === c
? ((e = b.child), (b.child = null))
: ((e = c.sibling), (c.sibling = null))
bg(b, !1, e, c, f)
break
case 'backwards':
c = null
e = b.child
for (b.child = null; null !== e; ) {
a = e.alternate
if (null !== a && null === Nd(a)) {
b.child = e
break
}
a = e.sibling
e.sibling = c
c = e
e = a
}
bg(b, !0, c, null, f)
break
case 'together':
bg(b, !1, null, null, void 0)
break
default:
b.memoizedState = null
}
return b.child
}
function Xd(a, b) {
0 === (b.mode & 1) &&
null !== a &&
((a.alternate = null), (b.alternate = null), (b.flags |= 2))
}
function Ua(a, b, c) {
null !== a && (b.dependencies = a.dependencies)
Cb = -1
sa |= b.lanes
if (0 === (c & b.childLanes)) return null
if (null !== a && b.child !== a.child) throw Error(m(153))
if (null !== b.child) {
a = b.child
c = jb(a, a.pendingProps)
b.child = c
for (c.return = b; null !== a.sibling; )
((a = a.sibling), (c = c.sibling = jb(a, a.pendingProps)), (c.return = b))
c.sibling = null
}
return b.child
}
function gl(a, b, c) {
switch (b.tag) {
case 3:
Vi(b)
$b()
break
case 5:
ki(b)
break
case 1:
ea(b.type) && Bd(b)
break
case 4:
Cf(b, b.stateNode.containerInfo)
break
case 10:
var d = b.type._context,
e = b.memoizedProps.value
E(Kd, d._currentValue)
d._currentValue = e
break
case 12:
0 !== (c & b.childLanes) && (b.flags |= 4)
d = b.stateNode
d.effectDuration = 0
d.passiveEffectDuration = 0
break
case 13:
d = b.memoizedState
if (null !== d) {
if (null !== d.dehydrated)
return (E(H, H.current & 1), (b.flags |= 128), null)
if (0 !== (c & b.child.childLanes)) return Xi(a, b, c)
E(H, H.current & 1)
a = Ua(a, b, c)
return null !== a ? a.sibling : null
}
E(H, H.current & 1)
break
case 19:
d = 0 !== (c & b.childLanes)
if (0 !== (a.flags & 128)) {
if (d) return Zi(a, b, c)
b.flags |= 128
}
e = b.memoizedState
null !== e && ((e.rendering = null), (e.tail = null), (e.lastEffect = null))
E(H, H.current)
if (d) break
else return null
case 22:
case 23:
return ((b.lanes = 0), Si(a, b, c))
}
return Ua(a, b, c)
}
function Sc(a, b) {
if (!C)
switch (a.tailMode) {
case 'hidden':
b = a.tail
for (var c = null; null !== b; )
(null !== b.alternate && (c = b), (b = b.sibling))
null === c ? (a.tail = null) : (c.sibling = null)
break
case 'collapsed':
c = a.tail
for (var d = null; null !== c; )
(null !== c.alternate && (d = c), (c = c.sibling))
null === d
? b || null === a.tail
? (a.tail = null)
: (a.tail.sibling = null)
: (d.sibling = null)
}
}
function V(a) {
var b = null !== a.alternate && a.alternate.child === a.child,
c = 0,
d = 0
if (b)
if (0 !== (a.mode & 2)) {
for (var e = a.selfBaseDuration, f = a.child; null !== f; )
((c |= f.lanes | f.childLanes),
(d |= f.subtreeFlags & 14680064),
(d |= f.flags & 14680064),
(e += f.treeBaseDuration),
(f = f.sibling))
a.treeBaseDuration = e
} else
for (e = a.child; null !== e; )
((c |= e.lanes | e.childLanes),
(d |= e.subtreeFlags & 14680064),
(d |= e.flags & 14680064),
(e.return = a),
(e = e.sibling))
else if (0 !== (a.mode & 2)) {
e = a.actualDuration
f = a.selfBaseDuration
for (var g = a.child; null !== g; )
((c |= g.lanes | g.childLanes),
(d |= g.subtreeFlags),
(d |= g.flags),
(e += g.actualDuration),
(f += g.treeBaseDuration),
(g = g.sibling))
a.actualDuration = e
a.treeBaseDuration = f
} else
for (e = a.child; null !== e; )
((c |= e.lanes | e.childLanes),
(d |= e.subtreeFlags),
(d |= e.flags),
(e.return = a),
(e = e.sibling))
a.subtreeFlags |= d
a.childLanes = c
return b
}
function $i(a, b, c) {
var d = b.pendingProps
qf(b)
switch (b.tag) {
case 2:
case 16:
case 15:
case 0:
case 11:
case 7:
case 8:
case 12:
case 9:
case 14:
return (V(b), null)
case 1:
return (ea(b.type) && (t(T), t(K)), V(b), null)
case 3:
d = b.stateNode
cc()
t(T)
t(K)
Ef()
d.pendingContext && ((d.context = d.pendingContext), (d.pendingContext = null))
if (null === a || null === a.child)
Fd(b)
? (b.flags |= 4)
: null === a ||
(a.memoizedState.isDehydrated && 0 === (b.flags & 256)) ||
((b.flags |= 1024), null !== xa && (cg(xa), (xa = null)))
aj(a, b)
V(b)
return null
case 5:
Df(b)
var e = Ab(Lc.current)
c = b.type
if (null !== a && null != b.stateNode)
(hl(a, b, c, d, e),
a.ref !== b.ref && ((b.flags |= 512), (b.flags |= 2097152)))
else {
if (!d) {
if (null === b.stateNode) throw Error(m(166))
V(b)
return null
}
a = Ab(Fa.current)
if (Fd(b)) {
d = b.stateNode
a = b.type
c = b.memoizedProps
d[Ea] = b
d[Ic] = c
var f = 0 !== (b.mode & 1)
switch (a) {
case 'dialog':
A('cancel', d)
A('close', d)
break
case 'iframe':
case 'object':
case 'embed':
A('load', d)
break
case 'video':
case 'audio':
for (e = 0; e < Tc.length; e++) A(Tc[e], d)
break
case 'source':
A('error', d)
break
case 'img':
case 'image':
case 'link':
A('error', d)
A('load', d)
break
case 'details':
A('toggle', d)
break
case 'input':
Ig(d, c)
A('invalid', d)
break
case 'select':
d._wrapperState = { wasMultiple: !!c.multiple }
A('invalid', d)
break
case 'textarea':
;(Lg(d, c), A('invalid', d))
}
Ie(a, c)
e = null
for (var g in c)
if (c.hasOwnProperty(g)) {
var h = c[g]
'children' === g
? 'string' === typeof h
? d.textContent !== h &&
(!0 !== c.suppressHydrationWarning && zd(d.textContent, h, f),
(e = ['children', h]))
: 'number' === typeof h &&
d.textContent !== '' + h &&
(!0 !== c.suppressHydrationWarning && zd(d.textContent, h, f),
(e = ['children', '' + h]))
: mc.hasOwnProperty(g) &&
null != h &&
'onScroll' === g &&
A('scroll', d)
}
switch (a) {
case 'input':
dd(d)
Kg(d, c, !0)
break
case 'textarea':
dd(d)
Ng(d)
break
case 'select':
case 'option':
break
default:
'function' === typeof c.onClick && (d.onclick = Ad)
}
d = e
b.updateQueue = d
null !== d && (b.flags |= 4)
} else {
g = 9 === e.nodeType ? e : e.ownerDocument
'http://www.w3.org/1999/xhtml' === a && (a = Og(c))
'http://www.w3.org/1999/xhtml' === a
? 'script' === c
? ((a = g.createElement('div')),
(a.innerHTML = '<script>\x3c/script>'),
(a = a.removeChild(a.firstChild)))
: 'string' === typeof d.is
? (a = g.createElement(c, { is: d.is }))
: ((a = g.createElement(c)),
'select' === c &&
((g = a),
d.multiple ? (g.multiple = !0) : d.size && (g.size = d.size)))
: (a = g.createElementNS(a, c))
a[Ea] = b
a[Ic] = d
il(a, b, !1, !1)
b.stateNode = a
a: {
g = Je(c, d)
switch (c) {
case 'dialog':
A('cancel', a)
A('close', a)
e = d
break
case 'iframe':
case 'object':
case 'embed':
A('load', a)
e = d
break
case 'video':
case 'audio':
for (e = 0; e < Tc.length; e++) A(Tc[e], a)
e = d
break
case 'source':
A('error', a)
e = d
break
case 'img':
case 'image':
case 'link':
A('error', a)
A('load', a)
e = d
break
case 'details':
A('toggle', a)
e = d
break
case 'input':
Ig(a, d)
e = De(a, d)
A('invalid', a)
break
case 'option':
e = d
break
case 'select':
a._wrapperState = { wasMultiple: !!d.multiple }
e = D({}, d, { value: void 0 })
A('invalid', a)
break
case 'textarea':
Lg(a, d)
e = Ge(a, d)
A('invalid', a)
break
default:
e = d
}
Ie(c, e)
h = e
for (f in h)
if (h.hasOwnProperty(f)) {
var k = h[f]
'style' === f
? Qg(a, k)
: 'dangerouslySetInnerHTML' === f
? ((k = k ? k.__html : void 0), null != k && bj(a, k))
: 'children' === f
? 'string' === typeof k
? ('textarea' !== c || '' !== k) && Uc(a, k)
: 'number' === typeof k && Uc(a, '' + k)
: 'suppressContentEditableWarning' !== f &&
'suppressHydrationWarning' !== f &&
'autoFocus' !== f &&
(mc.hasOwnProperty(f)
? null != k && 'onScroll' === f && A('scroll', a)
: null != k && se(a, f, k, g))
}
switch (c) {
case 'input':
dd(a)
Kg(a, d, !1)
break
case 'textarea':
dd(a)
Ng(a)
break
case 'option':
null != d.value && a.setAttribute('value', '' + Za(d.value))
break
case 'select':
a.multiple = !!d.multiple
f = d.value
null != f
? Mb(a, !!d.multiple, f, !1)
: null != d.defaultValue && Mb(a, !!d.multiple, d.defaultValue, !0)
break
default:
'function' === typeof e.onClick && (a.onclick = Ad)
}
switch (c) {
case 'button':
case 'input':
case 'select':
case 'textarea':
d = !!d.autoFocus
break a
case 'img':
d = !0
break a
default:
d = !1
}
}
d && (b.flags |= 4)
}
null !== b.ref && ((b.flags |= 512), (b.flags |= 2097152))
}
V(b)
return null
case 6:
if (a && null != b.stateNode) jl(a, b, a.memoizedProps, d)
else {
if ('string' !== typeof d && null === b.stateNode) throw Error(m(166))
a = Ab(Lc.current)
Ab(Fa.current)
if (Fd(b)) {
d = b.stateNode
a = b.memoizedProps
d[Ea] = b
if ((c = d.nodeValue !== a))
if (((f = ma), null !== f))
switch (f.tag) {
case 3:
zd(d.nodeValue, a, 0 !== (f.mode & 1))
break
case 5:
!0 !== f.memoizedProps.suppressHydrationWarning &&
zd(d.nodeValue, a, 0 !== (f.mode & 1))
}
c && (b.flags |= 4)
} else
((d = (9 === a.nodeType ? a : a.ownerDocument).createTextNode(d)),
(d[Ea] = b),
(b.stateNode = d))
}
V(b)
return null
case 13:
t(H)
d = b.memoizedState
if (
null === a ||
(null !== a.memoizedState && null !== a.memoizedState.dehydrated)
) {
if (C && null !== fa && 0 !== (b.mode & 1) && 0 === (b.flags & 128)) {
for (f = fa; f; ) f = Oa(f.nextSibling)
$b()
b.flags |= 98560
f = !1
} else if (((f = Fd(b)), null !== d && null !== d.dehydrated)) {
if (null === a) {
if (!f) throw Error(m(318))
f = b.memoizedState
f = null !== f ? f.dehydrated : null
if (!f) throw Error(m(317))
f[Ea] = b
V(b)
0 !== (b.mode & 2) &&
null !== d &&
((f = b.child),
null !== f && (b.treeBaseDuration -= f.treeBaseDuration))
} else
($b(),
0 === (b.flags & 128) && (b.memoizedState = null),
(b.flags |= 4),
V(b),
0 !== (b.mode & 2) &&
null !== d &&
((f = b.child),
null !== f && (b.treeBaseDuration -= f.treeBaseDuration)))
f = !1
} else (null !== xa && (cg(xa), (xa = null)), (f = !0))
if (!f) return b.flags & 65536 ? b : null
}
if (0 !== (b.flags & 128))
return ((b.lanes = c), 0 !== (b.mode & 2) && Pf(b), b)
d = null !== d
d !== (null !== a && null !== a.memoizedState) &&
d &&
((b.child.flags |= 8192),
0 !== (b.mode & 1) &&
(null === a || 0 !== (H.current & 1) ? 0 === G && (G = 3) : ag()))
null !== b.updateQueue && (b.flags |= 4)
V(b)
0 !== (b.mode & 2) &&
d &&
((d = b.child), null !== d && (b.treeBaseDuration -= d.treeBaseDuration))
return null
case 4:
return (cc(), aj(a, b), null === a && Gc(b.stateNode.containerInfo), V(b), null)
case 10:
return (yf(b.type._context), V(b), null)
case 17:
return (ea(b.type) && (t(T), t(K)), V(b), null)
case 19:
t(H)
f = b.memoizedState
if (null === f) return (V(b), null)
d = 0 !== (b.flags & 128)
g = f.rendering
if (null === g)
if (d) Sc(f, !1)
else {
if (0 !== G || (null !== a && 0 !== (a.flags & 128)))
for (a = b.child; null !== a; ) {
g = Nd(a)
if (null !== g) {
b.flags |= 128
Sc(f, !1)
d = g.updateQueue
null !== d && ((b.updateQueue = d), (b.flags |= 4))
b.subtreeFlags = 0
d = c
for (a = b.child; null !== a; )
((c = a),
(g = d),
(c.flags &= 14680066),
(f = c.alternate),
null === f
? ((c.childLanes = 0),
(c.lanes = g),
(c.child = null),
(c.subtreeFlags = 0),
(c.memoizedProps = null),
(c.memoizedState = null),
(c.updateQueue = null),
(c.dependencies = null),
(c.stateNode = null),
(c.selfBaseDuration = 0),
(c.treeBaseDuration = 0))
: ((c.childLanes = f.childLanes),
(c.lanes = f.lanes),
(c.child = f.child),
(c.subtreeFlags = 0),
(c.deletions = null),
(c.memoizedProps = f.memoizedProps),
(c.memoizedState = f.memoizedState),
(c.updateQueue = f.updateQueue),
(c.type = f.type),
(g = f.dependencies),
(c.dependencies =
null === g
? null
: { lanes: g.lanes, firstContext: g.firstContext }),
(c.selfBaseDuration = f.selfBaseDuration),
(c.treeBaseDuration = f.treeBaseDuration)),
(a = a.sibling))
E(H, (H.current & 1) | 2)
return b.child
}
a = a.sibling
}
null !== f.tail &&
Q() > dg &&
((b.flags |= 128), (d = !0), Sc(f, !1), (b.lanes = 4194304))
}
else {
if (!d)
if (((a = Nd(g)), null !== a)) {
if (
((b.flags |= 128),
(d = !0),
(a = a.updateQueue),
null !== a && ((b.updateQueue = a), (b.flags |= 4)),
Sc(f, !0),
null === f.tail && 'hidden' === f.tailMode && !g.alternate && !C)
)
return (V(b), null)
} else
2 * Q() - f.renderingStartTime > dg &&
1073741824 !== c &&
((b.flags |= 128), (d = !0), Sc(f, !1), (b.lanes = 4194304))
f.isBackwards
? ((g.sibling = b.child), (b.child = g))
: ((a = f.last), null !== a ? (a.sibling = g) : (b.child = g), (f.last = g))
}
if (null !== f.tail)
return (
(b = f.tail),
(f.rendering = b),
(f.tail = b.sibling),
(f.renderingStartTime = Q()),
(b.sibling = null),
(a = H.current),
E(H, d ? (a & 1) | 2 : a & 1),
b
)
V(b)
return null
case 22:
case 23:
return (
(U = Ja.current),
t(Ja),
(d = null !== b.memoizedState),
null !== a && (null !== a.memoizedState) !== d && (b.flags |= 8192),
d && 0 !== (b.mode & 1)
? 0 !== (U & 1073741824) && (V(b), b.subtreeFlags & 6 && (b.flags |= 8192))
: V(b),
null
)
case 24:
return null
case 25:
return null
}
throw Error(m(156, b.tag))
}
function kl(a, b, c) {
qf(b)
switch (b.tag) {
case 1:
return (
ea(b.type) && (t(T), t(K)),
(a = b.flags),
a & 65536
? ((b.flags = (a & -65537) | 128), 0 !== (b.mode & 2) && Pf(b), b)
: null
)
case 3:
return (
cc(),
t(T),
t(K),
Ef(),
(a = b.flags),
0 !== (a & 65536) && 0 === (a & 128)
? ((b.flags = (a & -65537) | 128), b)
: null
)
case 5:
return (Df(b), null)
case 13:
t(H)
a = b.memoizedState
if (null !== a && null !== a.dehydrated) {
if (null === b.alternate) throw Error(m(340))
$b()
}
a = b.flags
return a & 65536
? ((b.flags = (a & -65537) | 128), 0 !== (b.mode & 2) && Pf(b), b)
: null
case 19:
return (t(H), null)
case 4:
return (cc(), null)
case 10:
return (yf(b.type._context), null)
case 22:
case 23:
return ((U = Ja.current), t(Ja), null)
case 24:
return null
default:
return null
}
}
function gc(a, b) {
var c = a.ref
if (null !== c)
if ('function' === typeof c)
try {
if (a.mode & 2)
try {
;(Ia(), c(null))
} finally {
Ha(a)
}
else c(null)
} catch (d) {
I(a, b, d)
}
else c.current = null
}
function $d(a, b, c) {
try {
c()
} catch (d) {
I(a, b, d)
}
}
function ll(a, b) {
eg = pd
a = Fh()
if (bf(a)) {
if ('selectionStart' in a)
var c = { start: a.selectionStart, end: a.selectionEnd }
else
a: {
c = ((c = a.ownerDocument) && c.defaultView) || window
var d = c.getSelection && c.getSelection()
if (d && 0 !== d.rangeCount) {
c = d.anchorNode
var e = d.anchorOffset,
f = d.focusNode
d = d.focusOffset
try {
;(c.nodeType, f.nodeType)
} catch (F) {
c = null
break a
}
var g = 0,
h = -1,
k = -1,
n = 0,
l = 0,
u = a,
q = null
b: for (;;) {
for (var t; ; ) {
u !== c || (0 !== e && 3 !== u.nodeType) || (h = g + e)
u !== f || (0 !== d && 3 !== u.nodeType) || (k = g + d)
3 === u.nodeType && (g += u.nodeValue.length)
if (null === (t = u.firstChild)) break
q = u
u = t
}
for (;;) {
if (u === a) break b
q === c && ++n === e && (h = g)
q === f && ++l === d && (k = g)
if (null !== (t = u.nextSibling)) break
u = q
q = u.parentNode
}
u = t
}
c = -1 === h || -1 === k ? null : { start: h, end: k }
} else c = null
}
c = c || { start: 0, end: 0 }
} else c = null
fg = { focusedElem: a, selectionRange: c }
pd = !1
for (p = b; null !== p; )
if (((b = p), (a = b.child), 0 !== (b.subtreeFlags & 1028) && null !== a))
((a.return = b), (p = a))
else
for (; null !== p; ) {
b = p
try {
var v = b.alternate
if (0 !== (b.flags & 1024))
switch (b.tag) {
case 0:
case 11:
case 15:
break
case 1:
if (null !== v) {
var w = v.memoizedProps,
x = v.memoizedState,
B = b.stateNode,
y = B.getSnapshotBeforeUpdate(
b.elementType === b.type ? w : za(b.type, w),
x
)
B.__reactInternalSnapshotBeforeUpdate = y
}
break
case 3:
var r = b.stateNode.containerInfo
1 === r.nodeType
? (r.textContent = '')
: 9 === r.nodeType &&
r.documentElement &&
r.removeChild(r.documentElement)
break
case 5:
case 6:
case 4:
case 17:
break
default:
throw Error(m(163))
}
} catch (F) {
I(b, b.return, F)
}
a = b.sibling
if (null !== a) {
a.return = b.return
p = a
break
}
p = b.return
}
v = cj
cj = !1
return v
}
function Va(a, b, c) {
var d = b.updateQueue
d = null !== d ? d.lastEffect : null
if (null !== d) {
var e = (d = d.next)
do {
if ((e.tag & a) === a) {
var f = e.destroy
e.destroy = void 0
void 0 !== f &&
(0 !== (a & 8)
? null !== l &&
'function' === typeof l.markComponentPassiveEffectUnmountStarted &&
l.markComponentPassiveEffectUnmountStarted(b)
: 0 !== (a & 4) && bh(b),
$d(b, c, f),
0 !== (a & 8)
? null !== l &&
'function' === typeof l.markComponentPassiveEffectUnmountStopped &&
l.markComponentPassiveEffectUnmountStopped()
: 0 !== (a & 4) && ch())
}
e = e.next
} while (e !== d)
}
}
function Db(a, b) {
var c = b.updateQueue
c = null !== c ? c.lastEffect : null
if (null !== c) {
var d = (c = c.next)
do {
if ((d.tag & a) === a) {
0 !== (a & 8)
? null !== l &&
'function' === typeof l.markComponentPassiveEffectMountStarted &&
l.markComponentPassiveEffectMountStarted(b)
: 0 !== (a & 4) &&
null !== l &&
'function' === typeof l.markComponentLayoutEffectMountStarted &&
l.markComponentLayoutEffectMountStarted(b)
var e = d.create
d.destroy = e()
0 !== (a & 8)
? null !== l &&
'function' === typeof l.markComponentPassiveEffectMountStopped &&
l.markComponentPassiveEffectMountStopped()
: 0 !== (a & 4) &&
null !== l &&
'function' === typeof l.markComponentLayoutEffectMountStopped &&
l.markComponentLayoutEffectMountStopped()
}
d = d.next
} while (d !== c)
}
}
function gg(a) {
var b = a.ref
if (null !== b) {
var c = a.stateNode
if ('function' === typeof b)
if (a.mode & 2)
try {
;(Ia(), b(c))
} finally {
Ha(a)
}
else b(c)
else b.current = c
}
}
function dj(a) {
var b = a.alternate
null !== b && ((a.alternate = null), dj(b))
a.child = null
a.deletions = null
a.sibling = null
5 === a.tag &&
((b = a.stateNode),
null !== b &&
(delete b[Ea], delete b[Ic], delete b[ff], delete b[ml], delete b[nl]))
a.stateNode = null
a.return = null
a.dependencies = null
a.memoizedProps = null
a.memoizedState = null
a.pendingProps = null
a.stateNode = null
a.updateQueue = null
}
function ej(a) {
return 5 === a.tag || 3 === a.tag || 4 === a.tag
}
function fj(a) {
a: for (;;) {
for (; null === a.sibling; ) {
if (null === a.return || ej(a.return)) return null
a = a.return
}
a.sibling.return = a.return
for (a = a.sibling; 5 !== a.tag && 6 !== a.tag && 18 !== a.tag; ) {
if (a.flags & 2) continue a
if (null === a.child || 4 === a.tag) continue a
else ((a.child.return = a), (a = a.child))
}
if (!(a.flags & 2)) return a.stateNode
}
}
function hg(a, b, c) {
var d = a.tag
if (5 === d || 6 === d)
((a = a.stateNode),
b
? 8 === c.nodeType
? c.parentNode.insertBefore(a, b)
: c.insertBefore(a, b)
: (8 === c.nodeType
? ((b = c.parentNode), b.insertBefore(a, c))
: ((b = c), b.appendChild(a)),
(c = c._reactRootContainer),
(null !== c && void 0 !== c) || null !== b.onclick || (b.onclick = Ad)))
else if (4 !== d && ((a = a.child), null !== a))
for (hg(a, b, c), a = a.sibling; null !== a; ) (hg(a, b, c), (a = a.sibling))
}
function ig(a, b, c) {
var d = a.tag
if (5 === d || 6 === d)
((a = a.stateNode), b ? c.insertBefore(a, b) : c.appendChild(a))
else if (4 !== d && ((a = a.child), null !== a))
for (ig(a, b, c), a = a.sibling; null !== a; ) (ig(a, b, c), (a = a.sibling))
}
function ob(a, b, c) {
for (c = c.child; null !== c; ) (gj(a, b, c), (c = c.sibling))
}
function gj(a, b, c) {
if (Da && 'function' === typeof Da.onCommitFiberUnmount)
try {
Da.onCommitFiberUnmount(id, c)
} catch (h) {}
switch (c.tag) {
case 5:
Y || gc(c, b)
case 6:
var d = W,
e = Aa
W = null
ob(a, b, c)
W = d
Aa = e
null !== W &&
(Aa
? ((a = W),
(c = c.stateNode),
8 === a.nodeType ? a.parentNode.removeChild(c) : a.removeChild(c))
: W.removeChild(c.stateNode))
break
case 18:
null !== W &&
(Aa
? ((a = W),
(c = c.stateNode),
8 === a.nodeType ? mf(a.parentNode, c) : 1 === a.nodeType && mf(a, c),
Bc(a))
: mf(W, c.stateNode))
break
case 4:
d = W
e = Aa
W = c.stateNode.containerInfo
Aa = !0
ob(a, b, c)
W = d
Aa = e
break
case 0:
case 11:
case 14:
case 15:
if (
!Y &&
((d = c.updateQueue), null !== d && ((d = d.lastEffect), null !== d))
) {
e = d = d.next
do {
var f = e,
g = f.destroy
f = f.tag
void 0 !== g &&
(0 !== (f & 2)
? $d(c, b, g)
: 0 !== (f & 4) &&
(bh(c), c.mode & 2 ? (Ia(), $d(c, b, g), Ha(c)) : $d(c, b, g), ch()))
e = e.next
} while (e !== d)
}
ob(a, b, c)
break
case 1:
if (
!Y &&
(gc(c, b), (d = c.stateNode), 'function' === typeof d.componentWillUnmount)
)
try {
hj(c, d)
} catch (h) {
I(c, b, h)
}
ob(a, b, c)
break
case 21:
ob(a, b, c)
break
case 22:
c.mode & 1
? ((Y = (d = Y) || null !== c.memoizedState), ob(a, b, c), (Y = d))
: ob(a, b, c)
break
default:
ob(a, b, c)
}
}
function ij(a) {
var b = a.updateQueue
if (null !== b) {
a.updateQueue = null
var c = a.stateNode
null === c && (c = a.stateNode = new ol())
b.forEach(function (b) {
var d = pl.bind(null, a, b)
if (!c.has(b)) {
c.add(b)
if (ua)
if (null !== hc && null !== ic) Rc(ic, hc)
else throw Error(m(413))
b.then(d, d)
}
})
}
}
function ql(a, b, c) {
hc = c
ic = a
jj(b, a)
ic = hc = null
}
function Ba(a, b, c) {
c = b.deletions
if (null !== c)
for (var d = 0; d < c.length; d++) {
var e = c[d]
try {
var f = a,
g = b,
h = g
a: for (; null !== h; ) {
switch (h.tag) {
case 5:
W = h.stateNode
Aa = !1
break a
case 3:
W = h.stateNode.containerInfo
Aa = !0
break a
case 4:
W = h.stateNode.containerInfo
Aa = !0
break a
}
h = h.return
}
if (null === W) throw Error(m(160))
gj(f, g, e)
W = null
Aa = !1
var k = e.alternate
null !== k && (k.return = null)
e.return = null
} catch (n) {
I(e, b, n)
}
}
if (b.subtreeFlags & 12854)
for (b = b.child; null !== b; ) (jj(b, a), (b = b.sibling))
}
function jj(a, b, c) {
var d = a.alternate
c = a.flags
switch (a.tag) {
case 0:
case 11:
case 14:
case 15:
Ba(b, a)
Ka(a)
if (c & 4) {
try {
;(Va(3, a, a.return), Db(3, a))
} catch (v) {
I(a, a.return, v)
}
if (a.mode & 2) {
try {
;(Ia(), Va(5, a, a.return))
} catch (v) {
I(a, a.return, v)
}
Ha(a)
} else
try {
Va(5, a, a.return)
} catch (v) {
I(a, a.return, v)
}
}
break
case 1:
Ba(b, a)
Ka(a)
c & 512 && null !== d && gc(d, d.return)
break
case 5:
Ba(b, a)
Ka(a)
c & 512 && null !== d && gc(d, d.return)
if (a.flags & 32) {
var e = a.stateNode
try {
Uc(e, '')
} catch (v) {
I(a, a.return, v)
}
}
if (c & 4 && ((e = a.stateNode), null != e)) {
var f = a.memoizedProps,
g = null !== d ? d.memoizedProps : f,
h = a.type,
k = a.updateQueue
a.updateQueue = null
if (null !== k)
try {
'input' === h && 'radio' === f.type && null != f.name && Jg(e, f)
Je(h, g)
var n = Je(h, f)
for (g = 0; g < k.length; g += 2) {
var l = k[g],
u = k[g + 1]
'style' === l
? Qg(e, u)
: 'dangerouslySetInnerHTML' === l
? bj(e, u)
: 'children' === l
? Uc(e, u)
: se(e, l, u, n)
}
switch (h) {
case 'input':
Ee(e, f)
break
case 'textarea':
Mg(e, f)
break
case 'select':
var q = e._wrapperState.wasMultiple
e._wrapperState.wasMultiple = !!f.multiple
var t = f.value
null != t
? Mb(e, !!f.multiple, t, !1)
: q !== !!f.multiple &&
(null != f.defaultValue
? Mb(e, !!f.multiple, f.defaultValue, !0)
: Mb(e, !!f.multiple, f.multiple ? [] : '', !1))
}
e[Ic] = f
} catch (v) {
I(a, a.return, v)
}
}
break
case 6:
Ba(b, a)
Ka(a)
if (c & 4) {
if (null === a.stateNode) throw Error(m(162))
e = a.stateNode
f = a.memoizedProps
try {
e.nodeValue = f
} catch (v) {
I(a, a.return, v)
}
}
break
case 3:
Ba(b, a)
Ka(a)
if (c & 4 && null !== d && d.memoizedState.isDehydrated)
try {
Bc(b.containerInfo)
} catch (v) {
I(a, a.return, v)
}
break
case 4:
Ba(b, a)
Ka(a)
break
case 13:
Ba(b, a)
Ka(a)
e = a.child
e.flags & 8192 &&
((f = null !== e.memoizedState),
(e.stateNode.isHidden = f),
!f ||
(null !== e.alternate && null !== e.alternate.memoizedState) ||
(jg = Q()))
c & 4 && ij(a)
break
case 22:
l = null !== d && null !== d.memoizedState
a.mode & 1 ? ((Y = (n = Y) || l), Ba(b, a), (Y = n)) : Ba(b, a)
Ka(a)
if (c & 8192) {
n = null !== a.memoizedState
if ((a.stateNode.isHidden = n) && !l && 0 !== (a.mode & 1))
for (p = a, l = a.child; null !== l; ) {
for (u = p = l; null !== p; ) {
q = p
t = q.child
switch (q.tag) {
case 0:
case 11:
case 14:
case 15:
if (q.mode & 2)
try {
;(Ia(), Va(4, q, q.return))
} finally {
Ha(q)
}
else Va(4, q, q.return)
break
case 1:
gc(q, q.return)
c = q.stateNode
if ('function' === typeof c.componentWillUnmount) {
b = q
d = q.return
try {
hj(b, c)
} catch (v) {
I(b, d, v)
}
}
break
case 5:
gc(q, q.return)
break
case 22:
if (null !== q.memoizedState) {
kj(u)
continue
}
}
null !== t ? ((t.return = q), (p = t)) : kj(u)
}
l = l.sibling
}
a: for (l = null, u = a; ; ) {
if (5 === u.tag) {
if (null === l) {
l = u
try {
;((e = u.stateNode),
n
? ((f = e.style),
'function' === typeof f.setProperty
? f.setProperty('display', 'none', 'important')
: (f.display = 'none'))
: ((h = u.stateNode),
(k = u.memoizedProps.style),
(g =
void 0 !== k && null !== k && k.hasOwnProperty('display')
? k.display
: null),
(h.style.display = Pg('display', g))))
} catch (v) {
I(a, a.return, v)
}
}
} else if (6 === u.tag) {
if (null === l)
try {
u.stateNode.nodeValue = n ? '' : u.memoizedProps
} catch (v) {
I(a, a.return, v)
}
} else if (
((22 !== u.tag && 23 !== u.tag) || null === u.memoizedState || u === a) &&
null !== u.child
) {
u.child.return = u
u = u.child
continue
}
if (u === a) break a
for (; null === u.sibling; ) {
if (null === u.return || u.return === a) break a
l === u && (l = null)
u = u.return
}
l === u && (l = null)
u.sibling.return = u.return
u = u.sibling
}
}
break
case 19:
Ba(b, a)
Ka(a)
c & 4 && ij(a)
break
case 21:
break
default:
;(Ba(b, a), Ka(a))
}
}
function Ka(a) {
var b = a.flags
if (b & 2) {
try {
a: {
for (var c = a.return; null !== c; ) {
if (ej(c)) {
var d = c
break a
}
c = c.return
}
throw Error(m(160))
}
switch (d.tag) {
case 5:
var e = d.stateNode
d.flags & 32 && (Uc(e, ''), (d.flags &= -33))
var f = fj(a)
ig(a, f, e)
break
case 3:
case 4:
var g = d.stateNode.containerInfo,
h = fj(a)
hg(a, h, g)
break
default:
throw Error(m(161))
}
} catch (k) {
I(a, a.return, k)
}
a.flags &= -3
}
b & 4096 && (a.flags &= -4097)
}
function rl(a, b, c) {
hc = c
ic = b
p = a
lj(a, b, c)
ic = hc = null
}
function lj(a, b, c) {
for (var d = 0 !== (a.mode & 1); null !== p; ) {
var e = p,
f = e.child
if (22 === e.tag && d) {
var g = null !== e.memoizedState || ae
if (!g) {
var h = e.alternate,
k = (null !== h && null !== h.memoizedState) || Y
h = ae
var l = Y
ae = g
if ((Y = k) && !l)
for (p = e; null !== p; )
((g = p),
(k = g.child),
22 === g.tag && null !== g.memoizedState
? mj(e)
: null !== k
? ((k.return = g), (p = k))
: mj(e))
for (; null !== f; ) ((p = f), lj(f, b, c), (f = f.sibling))
p = e
ae = h
Y = l
}
nj(a, b, c)
} else
0 !== (e.subtreeFlags & 8772) && null !== f
? ((f.return = e), (p = f))
: nj(a, b, c)
}
}
function nj(a, b, c) {
for (; null !== p; ) {
b = p
if (0 !== (b.flags & 8772)) {
var d = b.alternate
try {
if (0 !== (b.flags & 8772))
switch (b.tag) {
case 0:
case 11:
case 15:
if (!Y)
if (b.mode & 2)
try {
;(Ia(), Db(5, b))
} finally {
Ha(b)
}
else Db(5, b)
break
case 1:
var e = b.stateNode
if (b.flags & 4 && !Y)
if (null === d)
if (b.mode & 2)
try {
;(Ia(), e.componentDidMount())
} finally {
Ha(b)
}
else e.componentDidMount()
else {
var f =
b.elementType === b.type
? d.memoizedProps
: za(b.type, d.memoizedProps),
g = d.memoizedState
if (b.mode & 2)
try {
;(Ia(),
e.componentDidUpdate(
f,
g,
e.__reactInternalSnapshotBeforeUpdate
))
} finally {
Ha(b)
}
else
e.componentDidUpdate(f, g, e.__reactInternalSnapshotBeforeUpdate)
}
var h = b.updateQueue
null !== h && ji(b, h, e)
break
case 3:
var k = b.updateQueue
if (null !== k) {
c = null
if (null !== b.child)
switch (b.child.tag) {
case 5:
c = b.child.stateNode
break
case 1:
c = b.child.stateNode
}
ji(b, k, c)
}
break
case 5:
var l = b.stateNode
if (null === d && b.flags & 4) {
c = l
var t = b.memoizedProps
switch (b.type) {
case 'button':
case 'input':
case 'select':
case 'textarea':
t.autoFocus && c.focus()
break
case 'img':
t.src && (c.src = t.src)
}
}
break
case 6:
break
case 4:
break
case 12:
var u = b.memoizedProps,
q = u.onCommit,
w = u.onRender,
v = b.stateNode.effectDuration
c = be
d = null === d ? 'mount' : 'update'
ce && (d = 'nested-update')
'function' === typeof w &&
w(
b.memoizedProps.id,
d,
b.actualDuration,
b.treeBaseDuration,
b.actualStartTime,
c
)
'function' === typeof q && q(b.memoizedProps.id, d, v, c)
sl(b)
var x = b.return
a: for (; null !== x; ) {
switch (x.tag) {
case 3:
x.stateNode.effectDuration += v
break a
case 12:
x.stateNode.effectDuration += v
break a
}
x = x.return
}
break
case 13:
if (null === b.memoizedState) {
var z = b.alternate
if (null !== z) {
var B = z.memoizedState
if (null !== B) {
var y = B.dehydrated
null !== y && Bc(y)
}
}
}
break
case 19:
case 17:
case 21:
case 22:
case 23:
case 25:
break
default:
throw Error(m(163))
}
Y || (b.flags & 512 && gg(b))
} catch (r) {
I(b, b.return, r)
}
}
if (b === a) {
p = null
break
}
c = b.sibling
if (null !== c) {
c.return = b.return
p = c
break
}
p = b.return
}
}
function kj(a) {
for (; null !== p; ) {
var b = p
if (b === a) {
p = null
break
}
var c = b.sibling
if (null !== c) {
c.return = b.return
p = c
break
}
p = b.return
}
}
function mj(a) {
for (; null !== p; ) {
var b = p
try {
switch (b.tag) {
case 0:
case 11:
case 15:
if (b.mode & 2)
try {
Ia()
var c = b.return
try {
Db(4, b)
} catch (n) {
I(b, c, n)
}
} finally {
Ha(b)
}
else {
var d = b.return
try {
Db(4, b)
} catch (n) {
I(b, d, n)
}
}
break
case 1:
var e = b.stateNode
if ('function' === typeof e.componentDidMount) {
var f = b.return
try {
e.componentDidMount()
} catch (n) {
I(b, f, n)
}
}
var g = b.return
try {
gg(b)
} catch (n) {
I(b, g, n)
}
break
case 5:
var h = b.return
try {
gg(b)
} catch (n) {
I(b, h, n)
}
}
} catch (n) {
I(b, b.return, n)
}
if (b === a) {
p = null
break
}
var k = b.sibling
if (null !== k) {
k.return = b.return
p = k
break
}
p = b.return
}
}
function Vc() {
dg = Q() + 500
}
function aa() {
return 0 !== (w & 6) ? Q() : -1 !== de ? de : (de = Q())
}
function mb(a) {
if (0 === (a.mode & 1)) return 1
if (0 !== (w & 2) && 0 !== J) return J & -J
if (null !== tl.transition) return (0 === ee && (ee = fh()), ee)
a = x
if (0 !== a) return a
a = window.event
a = void 0 === a ? 16 : ph(a.type)
return a
}
function ya(a, b, c, d) {
if (50 < Wc) throw ((Wc = 0), (kg = null), Error(m(185)))
wc(a, c, d)
if (0 === (w & 2) || a !== P)
(ua && gh(a, b, c),
a === P && (0 === (w & 2) && (fe |= c), 4 === G && pb(a, J)),
ia(a, d),
1 === c && 0 === w && 0 === (b.mode & 1) && (Vc(), Cd && ib()))
}
function ia(a, b) {
var c = a.callbackNode
ek(a, b)
var d = ld(a, a === P ? J : 0)
if (0 === d)
(null !== c && oj(c), (a.callbackNode = null), (a.callbackPriority = 0))
else if (((b = d & -d), a.callbackPriority !== b)) {
null != c && oj(c)
if (1 === b)
(0 === a.tag ? Uk(pj.bind(null, a)) : Zh(pj.bind(null, a)),
ul(function () {
0 === (w & 6) && ib()
}),
(c = null))
else {
switch (ih(d)) {
case 1:
c = jd
break
case 4:
c = Oe
break
case 16:
c = tb
break
case 536870912:
c = Pe
break
default:
c = tb
}
c = lg(c, qj.bind(null, a))
}
a.callbackPriority = b
a.callbackNode = c
}
}
function qj(a, b) {
ge = ce = !1
de = -1
ee = 0
if (0 !== (w & 6)) throw Error(m(327))
var c = a.callbackNode
if (Eb() && a.callbackNode !== c) return null
var d = ld(a, a === P ? J : 0)
if (0 === d) return null
if (0 !== (d & 30) || 0 !== (d & a.expiredLanes) || b) b = he(a, d)
else {
b = d
var e = w
w |= 2
var f = rj()
if (P !== a || J !== b) {
if (ua) {
var g = a.memoizedUpdaters
0 < g.size && (Rc(a, J), g.clear())
hh(a, b)
}
Wa = null
Vc()
Fb(a, b)
}
dh(b)
do
try {
vl()
break
} catch (h) {
sj(a, h)
}
while (1)
wf()
ie.current = f
w = e
null !== M
? (null !== l &&
'function' === typeof l.markRenderYielded &&
l.markRenderYielded(),
(b = 0))
: (eh(), (P = null), (J = 0), (b = G))
}
if (0 !== b) {
2 === b && ((e = Qe(a)), 0 !== e && ((d = e), (b = mg(a, e))))
if (1 === b) throw ((c = Xc), Fb(a, 0), pb(a, d), ia(a, Q()), c)
if (6 === b) pb(a, d)
else {
e = a.current.alternate
if (
0 === (d & 30) &&
!wl(e) &&
((b = he(a, d)),
2 === b && ((f = Qe(a)), 0 !== f && ((d = f), (b = mg(a, f)))),
1 === b)
)
throw ((c = Xc), Fb(a, 0), pb(a, d), ia(a, Q()), c)
a.finishedWork = e
a.finishedLanes = d
switch (b) {
case 0:
case 1:
throw Error(m(345))
case 2:
Gb(a, ja, Wa)
break
case 3:
pb(a, d)
if ((d & 130023424) === d && ((b = jg + 500 - Q()), 10 < b)) {
if (0 !== ld(a, 0)) break
e = a.suspendedLanes
if ((e & d) !== d) {
aa()
a.pingedLanes |= a.suspendedLanes & e
break
}
a.timeoutHandle = ng(Gb.bind(null, a, ja, Wa), b)
break
}
Gb(a, ja, Wa)
break
case 4:
pb(a, d)
if ((d & 4194240) === d) break
b = a.eventTimes
for (e = -1; 0 < d; )
((g = 31 - ka(d)), (f = 1 << g), (g = b[g]), g > e && (e = g), (d &= ~f))
d = e
d = Q() - d
d =
(120 > d
? 120
: 480 > d
? 480
: 1080 > d
? 1080
: 1920 > d
? 1920
: 3e3 > d
? 3e3
: 4320 > d
? 4320
: 1960 * xl(d / 1960)) - d
if (10 < d) {
a.timeoutHandle = ng(Gb.bind(null, a, ja, Wa), d)
break
}
Gb(a, ja, Wa)
break
case 5:
Gb(a, ja, Wa)
break
default:
throw Error(m(329))
}
}
}
ia(a, Q())
return a.callbackNode === c ? qj.bind(null, a) : null
}
function mg(a, b) {
var c = Yc
a.current.memoizedState.isDehydrated && (Fb(a, b).flags |= 256)
a = he(a, b)
2 !== a && ((b = ja), (ja = c), null !== b && cg(b))
return a
}
function cg(a) {
null === ja ? (ja = a) : ja.push.apply(ja, a)
}
function wl(a) {
for (var b = a; ; ) {
if (b.flags & 16384) {
var c = b.updateQueue
if (null !== c && ((c = c.stores), null !== c))
for (var d = 0; d < c.length; d++) {
var e = c[d],
f = e.getSnapshot
e = e.value
try {
if (!va(f(), e)) return !1
} catch (g) {
return !1
}
}
}
c = b.child
if (b.subtreeFlags & 16384 && null !== c) ((c.return = b), (b = c))
else {
if (b === a) break
for (; null === b.sibling; ) {
if (null === b.return || b.return === a) return !0
b = b.return
}
b.sibling.return = b.return
b = b.sibling
}
}
return !0
}
function pb(a, b) {
b &= ~og
b &= ~fe
a.suspendedLanes |= b
a.pingedLanes &= ~b
for (a = a.expirationTimes; 0 < b; ) {
var c = 31 - ka(b),
d = 1 << c
a[c] = -1
b &= ~d
}
}
function pj(a) {
ce = ge
ge = !1
if (0 !== (w & 6)) throw Error(m(327))
Eb()
var b = ld(a, 0)
if (0 === (b & 1)) return (ia(a, Q()), null)
var c = he(a, b)
if (0 !== a.tag && 2 === c) {
var d = Qe(a)
0 !== d && ((b = d), (c = mg(a, d)))
}
if (1 === c) throw ((c = Xc), Fb(a, 0), pb(a, b), ia(a, Q()), c)
if (6 === c) throw Error(m(345))
a.finishedWork = a.current.alternate
a.finishedLanes = b
Gb(a, ja, Wa)
ia(a, Q())
return null
}
function pg(a, b) {
var c = w
w |= 1
try {
return a(b)
} finally {
;((w = c), 0 === w && (Vc(), Cd && ib()))
}
}
function Hb(a) {
null !== qb && 0 === qb.tag && 0 === (w & 6) && Eb()
var b = w
w |= 1
var c = ca.transition,
d = x
try {
if (((ca.transition = null), (x = 1), a)) return a()
} finally {
;((x = d), (ca.transition = c), (w = b), 0 === (w & 6) && ib())
}
}
function Fb(a, b) {
a.finishedWork = null
a.finishedLanes = 0
var c = a.timeoutHandle
;-1 !== c && ((a.timeoutHandle = -1), yl(c))
if (null !== M)
for (c = M.return; null !== c; ) {
var d = c
qf(d)
switch (d.tag) {
case 1:
d = d.type.childContextTypes
null !== d && void 0 !== d && (t(T), t(K))
break
case 3:
cc()
t(T)
t(K)
Ef()
break
case 5:
Df(d)
break
case 4:
cc()
break
case 13:
t(H)
break
case 19:
t(H)
break
case 10:
yf(d.type._context)
break
case 22:
case 23:
;((U = Ja.current), t(Ja))
}
c = c.return
}
P = a
M = a = jb(a.current, null)
J = U = b
G = 0
Xc = null
og = fe = sa = 0
ja = Yc = null
if (null !== zb) {
for (b = 0; b < zb.length; b++)
if (((c = zb[b]), (d = c.interleaved), null !== d)) {
c.interleaved = null
var e = d.next,
f = c.pending
if (null !== f) {
var g = f.next
f.next = e
d.next = g
}
c.pending = d
}
zb = null
}
return a
}
function sj(a, b) {
do {
var c = M
try {
wf()
Od.current = Pd
if (Qd) {
for (var d = z.memoizedState; null !== d; ) {
var e = d.queue
null !== e && (e.pending = null)
d = d.next
}
Qd = !1
}
Bb = 0
O = L = z = null
Nc = !1
Oc = 0
qg.current = null
if (null === c || null === c.return) {
G = 1
Xc = b
M = null
break
}
c.mode & 2 && Td(c, !0)
Pb()
if (null !== b && 'object' === typeof b && 'function' === typeof b.then) {
var f = b
null !== l &&
'function' === typeof l.markComponentSuspended &&
l.markComponentSuspended(c, f, J)
} else
null !== l &&
'function' === typeof l.markComponentErrored &&
l.markComponentErrored(c, b, J)
a: {
var g = a,
h = c.return,
k = c
f = b
b = J
k.flags |= 32768
ua && Rc(g, b)
if (null !== f && 'object' === typeof f && 'function' === typeof f.then) {
var n = f,
p = k,
u = p.tag
if (0 === (p.mode & 1) && (0 === u || 11 === u || 15 === u)) {
var q = p.alternate
q
? ((p.updateQueue = q.updateQueue),
(p.memoizedState = q.memoizedState),
(p.lanes = q.lanes))
: ((p.updateQueue = null), (p.memoizedState = null))
}
var t = Mi(h)
if (null !== t) {
t.flags &= -257
Ni(t, h, k, g, b)
t.mode & 1 && Li(g, n, b)
b = t
f = n
var v = b.updateQueue
if (null === v) {
var x = new Set()
x.add(f)
b.updateQueue = x
} else v.add(f)
break a
} else {
if (0 === (b & 1)) {
Li(g, n, b)
ag()
break a
}
f = Error(m(426))
}
} else if (C && k.mode & 1) {
var w = Mi(h)
if (null !== w) {
0 === (w.flags & 65536) && (w.flags |= 256)
Ni(w, h, k, g, b)
tf(ec(f, k))
break a
}
}
g = f = ec(f, k)
4 !== G && (G = 2)
null === Yc ? (Yc = [g]) : Yc.push(g)
g = h
do {
switch (g.tag) {
case 3:
g.flags |= 65536
b &= -b
g.lanes |= b
var B = Ji(g, f, b)
ii(g, B)
break a
case 1:
k = f
var y = g.type,
r = g.stateNode
if (
0 === (g.flags & 128) &&
('function' === typeof y.getDerivedStateFromError ||
(null !== r &&
'function' === typeof r.componentDidCatch &&
(null === nb || !nb.has(r))))
) {
g.flags |= 65536
b &= -b
g.lanes |= b
var F = Ki(g, k, b)
ii(g, F)
break a
}
}
g = g.return
} while (null !== g)
}
tj(c)
} catch (Na) {
b = Na
M === c && null !== c && (M = c = c.return)
continue
}
break
} while (1)
}
function rj() {
var a = ie.current
ie.current = Pd
return null === a ? Pd : a
}
function ag() {
if (0 === G || 3 === G || 2 === G) G = 4
null === P || (0 === (sa & 268435455) && 0 === (fe & 268435455)) || pb(P, J)
}
function he(a, b) {
var c = w
w |= 2
var d = rj()
if (P !== a || J !== b) {
if (ua) {
var e = a.memoizedUpdaters
0 < e.size && (Rc(a, J), e.clear())
hh(a, b)
}
Wa = null
Fb(a, b)
}
dh(b)
do
try {
zl()
break
} catch (f) {
sj(a, f)
}
while (1)
wf()
w = c
ie.current = d
if (null !== M) throw Error(m(261))
eh()
P = null
J = 0
return G
}
function zl() {
for (; null !== M; ) uj(M)
}
function vl() {
for (; null !== M && !Al(); ) uj(M)
}
function uj(a) {
var b = a.alternate
0 !== (a.mode & 2)
? ((Cb = na()),
0 > a.actualStartTime && (a.actualStartTime = na()),
(b = vj(b, a, U)),
Td(a, !0))
: (b = vj(b, a, U))
a.memoizedProps = a.pendingProps
null === b ? tj(a) : (M = b)
qg.current = null
}
function tj(a) {
var b = a
do {
var c = b.alternate
a = b.return
if (0 === (b.flags & 32768)) {
if (0 === (b.mode & 2)) c = $i(c, b, U)
else {
var d = b
Cb = na()
0 > d.actualStartTime && (d.actualStartTime = na())
c = $i(c, b, U)
Td(b, !1)
}
if (null !== c) {
M = c
return
}
} else {
c = kl(c, b)
if (null !== c) {
c.flags &= 32767
M = c
return
}
if (0 !== (b.mode & 2)) {
Td(b, !1)
c = b.actualDuration
for (d = b.child; null !== d; ) ((c += d.actualDuration), (d = d.sibling))
b.actualDuration = c
}
if (null !== a) ((a.flags |= 32768), (a.subtreeFlags = 0), (a.deletions = null))
else {
G = 6
M = null
return
}
}
b = b.sibling
if (null !== b) {
M = b
return
}
M = b = a
} while (null !== b)
0 === G && (G = 5)
}
function Gb(a, b, c) {
var d = x,
e = ca.transition
try {
;((ca.transition = null), (x = 1), Bl(a, b, c, d))
} finally {
;((ca.transition = e), (x = d))
}
return null
}
function Bl(a, b, c, d) {
do Eb()
while (null !== qb)
if (0 !== (w & 6)) throw Error(m(327))
c = a.finishedWork
var e = a.finishedLanes
null !== l && 'function' === typeof l.markCommitStarted && l.markCommitStarted(e)
if (null === c) return (ah(), null)
a.finishedWork = null
a.finishedLanes = 0
if (c === a.current) throw Error(m(177))
a.callbackNode = null
a.callbackPriority = 0
var f = c.lanes | c.childLanes
fk(a, f)
a === P && ((M = P = null), (J = 0))
;(0 === (c.subtreeFlags & 2064) && 0 === (c.flags & 2064)) ||
jc ||
((jc = !0),
lg(tb, function () {
Eb()
return null
}))
f = 0 !== (c.flags & 15990)
if (0 !== (c.subtreeFlags & 15990) || f) {
f = ca.transition
ca.transition = null
var g = x
x = 1
var h = w
w |= 4
qg.current = null
ll(a, c)
be = na()
ql(a, c, e)
Ek(fg)
pd = !!eg
fg = eg = null
a.current = c
null !== l &&
'function' === typeof l.markLayoutEffectsStarted &&
l.markLayoutEffectsStarted(e)
rl(c, a, e)
null !== l &&
'function' === typeof l.markLayoutEffectsStopped &&
l.markLayoutEffectsStopped()
Cl()
w = h
x = g
ca.transition = f
} else ((a.current = c), (be = na()))
jc && ((jc = !1), (qb = a), (Zc = e))
f = a.pendingLanes
0 === f && (nb = null)
Yj(c.stateNode, d)
ua && a.memoizedUpdaters.clear()
ia(a, Q())
if (null !== b)
for (d = a.onRecoverableError, c = 0; c < b.length; c++)
((e = b[c]), d(e.value, { componentStack: e.stack, digest: e.digest }))
if (Wd) throw ((Wd = !1), (a = Uf), (Uf = null), a)
0 !== (Zc & 1) && 0 !== a.tag && Eb()
f = a.pendingLanes
0 !== (f & 1) ? ((ge = !0), a === kg ? Wc++ : ((Wc = 0), (kg = a))) : (Wc = 0)
ib()
ah()
return null
}
function Eb() {
if (null !== qb) {
var a = ih(Zc),
b = ca.transition,
c = x
try {
ca.transition = null
x = 16 > a ? 16 : a
if (null === qb) var d = !1
else {
a = qb
var e = Zc
qb = null
Zc = 0
if (0 !== (w & 6)) throw Error(m(331))
null !== l &&
'function' === typeof l.markPassiveEffectsStarted &&
l.markPassiveEffectsStarted(e)
e = w
w |= 4
for (p = a.current; null !== p; ) {
var f = p,
g = f.child
if (0 !== (p.flags & 16)) {
var h = f.deletions
if (null !== h) {
for (var k = 0; k < h.length; k++) {
var n = h[k]
for (p = n; null !== p; ) {
var t = p,
u = t
switch (u.tag) {
case 0:
case 11:
case 15:
u.mode & 2 ? ((dc = na()), Va(8, u, f), Of(u)) : Va(8, u, f)
}
var q = t.child
if (null !== q) ((q.return = t), (p = q))
else
for (; null !== p; ) {
t = p
var z = t.sibling,
v = t.return
dj(t)
if (t === n) {
p = null
break
}
if (null !== z) {
z.return = v
p = z
break
}
p = v
}
}
}
var E = f.alternate
if (null !== E) {
var A = E.child
if (null !== A) {
E.child = null
do {
var B = A.sibling
A.sibling = null
A = B
} while (null !== A)
}
}
p = f
}
}
if (0 !== (f.subtreeFlags & 2064) && null !== g) ((g.return = f), (p = g))
else
b: for (; null !== p; ) {
f = p
if (0 !== (f.flags & 2048))
switch (((k = f), k.tag)) {
case 0:
case 11:
case 15:
k.mode & 2
? ((dc = na()), Va(9, k, k.return), Of(k))
: Va(9, k, k.return)
}
var y = f.sibling
if (null !== y) {
y.return = f.return
p = y
break b
}
p = f.return
}
}
var r = a.current
for (p = r; null !== p; ) {
g = p
var F = g.child
if (0 !== (g.subtreeFlags & 2064) && null !== F) ((F.return = g), (p = F))
else
b: for (g = r; null !== p; ) {
h = p
if (0 !== (h.flags & 2048))
try {
switch (((n = h), n.tag)) {
case 0:
case 11:
case 15:
if (n.mode & 2) {
dc = na()
try {
Db(9, n)
} finally {
Of(n)
}
} else Db(9, n)
}
} catch (wj) {
I(h, h.return, wj)
}
if (h === g) {
p = null
break b
}
var D = h.sibling
if (null !== D) {
D.return = h.return
p = D
break b
}
p = h.return
}
}
r = rg
rg = []
for (F = 0; F < r.length; F++) {
var C = r[F]
if (0 !== (C.flags & 4))
switch (C.tag) {
case 12:
var H = C.stateNode.passiveEffectDuration,
J = C.memoizedProps,
M = J.id,
K = J.onPostCommit
D = be
var L = null === C.alternate ? 'mount' : 'update'
ce && (L = 'nested-update')
'function' === typeof K && K(M, L, H, D)
var G = C.return
b: for (; null !== G; ) {
switch (G.tag) {
case 3:
G.stateNode.passiveEffectDuration += H
break b
case 12:
G.stateNode.passiveEffectDuration += H
break b
}
G = G.return
}
}
}
null !== l &&
'function' === typeof l.markPassiveEffectsStopped &&
l.markPassiveEffectsStopped()
w = e
ib()
if (Da && 'function' === typeof Da.onPostCommitFiberRoot)
try {
Da.onPostCommitFiberRoot(id, a)
} catch (wj) {}
var O = a.current.stateNode
O.effectDuration = 0
O.passiveEffectDuration = 0
d = !0
}
return d
} finally {
;((x = c), (ca.transition = b))
}
}
return !1
}
function sl(a) {
rg.push(a)
jc ||
((jc = !0),
lg(tb, function () {
Eb()
return null
}))
}
function xj(a, b, c) {
b = ec(c, b)
b = Ji(a, b, 1)
a = kb(a, b, 1)
b = aa()
null !== a && (wc(a, 1, b), ia(a, b))
}
function I(a, b, c) {
if (3 === a.tag) xj(a, a, c)
else
for (; null !== b; ) {
if (3 === b.tag) {
xj(b, a, c)
break
} else if (1 === b.tag) {
var d = b.stateNode
if (
'function' === typeof b.type.getDerivedStateFromError ||
('function' === typeof d.componentDidCatch && (null === nb || !nb.has(d)))
) {
a = ec(c, a)
a = Ki(b, a, 1)
b = kb(b, a, 1)
a = aa()
null !== b && (wc(b, 1, a), ia(b, a))
break
}
}
b = b.return
}
}
function cl(a, b, c) {
var d = a.pingCache
null !== d && d.delete(b)
b = aa()
a.pingedLanes |= a.suspendedLanes & c
P === a &&
(J & c) === c &&
(4 === G || (3 === G && (J & 130023424) === J && 500 > Q() - jg)
? Fb(a, 0)
: (og |= c))
ia(a, b)
}
function yj(a, b) {
0 === b &&
(0 === (a.mode & 1)
? (b = 1)
: ((b = je), (je <<= 1), 0 === (je & 130023424) && (je = 4194304)))
var c = aa()
a = Sa(a, b)
null !== a && (wc(a, b, c), ia(a, c))
}
function fl(a) {
var b = a.memoizedState,
c = 0
null !== b && (c = b.retryLane)
yj(a, c)
}
function pl(a, b) {
var c = 0
switch (a.tag) {
case 13:
var d = a.stateNode
var e = a.memoizedState
null !== e && (c = e.retryLane)
break
case 19:
d = a.stateNode
break
default:
throw Error(m(314))
}
null !== d && d.delete(b)
yj(a, c)
}
function Rc(a, b) {
ua &&
a.memoizedUpdaters.forEach(function (c) {
gh(a, c, b)
})
}
function lg(a, b) {
return $h(a, b)
}
function Dl(a, b, c, d) {
this.tag = a
this.key = c
this.sibling =
this.child =
this.return =
this.stateNode =
this.type =
this.elementType =
null
this.index = 0
this.ref = null
this.pendingProps = b
this.dependencies =
this.memoizedState =
this.updateQueue =
this.memoizedProps =
null
this.mode = d
this.subtreeFlags = this.flags = 0
this.deletions = null
this.childLanes = this.lanes = 0
this.alternate = null
this.actualDuration = 0
this.actualStartTime = -1
this.treeBaseDuration = this.selfBaseDuration = 0
}
function Vf(a) {
a = a.prototype
return !(!a || !a.isReactComponent)
}
function El(a) {
if ('function' === typeof a) return Vf(a) ? 1 : 0
if (void 0 !== a && null !== a) {
a = a.$$typeof
if (a === Be) return 11
if (a === Ce) return 14
}
return 2
}
function jb(a, b) {
var c = a.alternate
null === c
? ((c = qa(a.tag, b, a.key, a.mode)),
(c.elementType = a.elementType),
(c.type = a.type),
(c.stateNode = a.stateNode),
(c.alternate = a),
(a.alternate = c))
: ((c.pendingProps = b),
(c.type = a.type),
(c.flags = 0),
(c.subtreeFlags = 0),
(c.deletions = null),
(c.actualDuration = 0),
(c.actualStartTime = -1))
c.flags = a.flags & 14680064
c.childLanes = a.childLanes
c.lanes = a.lanes
c.child = a.child
c.memoizedProps = a.memoizedProps
c.memoizedState = a.memoizedState
c.updateQueue = a.updateQueue
b = a.dependencies
c.dependencies =
null === b ? null : { lanes: b.lanes, firstContext: b.firstContext }
c.sibling = a.sibling
c.index = a.index
c.ref = a.ref
c.selfBaseDuration = a.selfBaseDuration
c.treeBaseDuration = a.treeBaseDuration
return c
}
function Hd(a, b, c, d, e, f) {
var g = 2
d = a
if ('function' === typeof a) Vf(a) && (g = 1)
else if ('string' === typeof a) g = 5
else
a: switch (a) {
case Kb:
return yb(c.children, e, f, b)
case ye:
g = 8
e |= 8
break
case xe:
return (
(a = qa(12, c, b, e | 2)),
(a.elementType = xe),
(a.lanes = f),
(a.stateNode = { effectDuration: 0, passiveEffectDuration: 0 }),
a
)
case ze:
return ((a = qa(13, c, b, e)), (a.elementType = ze), (a.lanes = f), a)
case Ae:
return ((a = qa(19, c, b, e)), (a.elementType = Ae), (a.lanes = f), a)
case zj:
return Yd(c, e, f, b)
default:
if ('object' === typeof a && null !== a)
switch (a.$$typeof) {
case Fg:
g = 10
break a
case Eg:
g = 9
break a
case Be:
g = 11
break a
case Ce:
g = 14
break a
case Ya:
g = 16
d = null
break a
}
throw Error(m(130, null == a ? a : typeof a, ''))
}
b = qa(g, c, b, e)
b.elementType = a
b.type = d
b.lanes = f
return b
}
function yb(a, b, c, d) {
a = qa(7, a, d, b)
a.lanes = c
return a
}
function Yd(a, b, c, d) {
a = qa(22, a, d, b)
a.elementType = zj
a.lanes = c
a.stateNode = { isHidden: !1 }
return a
}
function uf(a, b, c) {
a = qa(6, a, null, b)
a.lanes = c
return a
}
function vf(a, b, c) {
b = qa(4, null !== a.children ? a.children : [], a.key, b)
b.lanes = c
b.stateNode = {
containerInfo: a.containerInfo,
pendingChildren: null,
implementation: a.implementation,
}
return b
}
function Fl(a, b, c, d, e) {
this.tag = b
this.containerInfo = a
this.finishedWork = this.pingCache = this.current = this.pendingChildren = null
this.timeoutHandle = -1
this.callbackNode = this.pendingContext = this.context = null
this.callbackPriority = 0
this.eventTimes = Re(0)
this.expirationTimes = Re(-1)
this.entangledLanes =
this.finishedLanes =
this.mutableReadLanes =
this.expiredLanes =
this.pingedLanes =
this.suspendedLanes =
this.pendingLanes =
0
this.entanglements = Re(0)
this.identifierPrefix = d
this.onRecoverableError = e
this.mutableSourceEagerHydrationData = null
this.passiveEffectDuration = this.effectDuration = 0
this.memoizedUpdaters = new Set()
a = this.pendingUpdatersLaneMap = []
for (b = 0; 31 > b; b++) a.push(new Set())
}
function sg(a, b, c, d, e, f, g, h, k, l) {
a = new Fl(a, b, c, h, k)
1 === b ? ((b = 1), !0 === f && (b |= 8)) : (b = 0)
ua && (b |= 2)
f = qa(3, null, null, b)
a.current = f
f.stateNode = a
f.memoizedState = {
element: d,
isDehydrated: c,
cache: null,
transitions: null,
pendingSuspenseBoundaries: null,
}
Bf(f)
return a
}
function Gl(a, b, c) {
var d = 3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null
return {
$$typeof: Lb,
key: null == d ? null : '' + d,
children: a,
containerInfo: b,
implementation: c,
}
}
function Aj(a) {
if (!a) return hb
a = a._reactInternals
a: {
if (sb(a) !== a || 1 !== a.tag) throw Error(m(170))
var b = a
do {
switch (b.tag) {
case 3:
b = b.stateNode.context
break a
case 1:
if (ea(b.type)) {
b = b.stateNode.__reactInternalMemoizedMergedChildContext
break a
}
}
b = b.return
} while (null !== b)
throw Error(m(171))
}
if (1 === a.tag) {
var c = a.type
if (ea(c)) return Xh(a, c, b)
}
return b
}
function Bj(a, b, c, d, e, f, g, h, k, l) {
a = sg(c, d, !0, a, e, f, g, h, k)
a.context = Aj(null)
c = a.current
d = aa()
e = mb(c)
f = Ta(d, e)
f.callback = void 0 !== b && null !== b ? b : null
kb(c, f, e)
a.current.lanes = e
wc(a, e, d)
ia(a, d)
return a
}
function ke(a, b, c, d) {
var e = b.current,
f = aa(),
g = mb(e)
null !== l &&
'function' === typeof l.markRenderScheduled &&
l.markRenderScheduled(g)
c = Aj(c)
null === b.context ? (b.context = c) : (b.pendingContext = c)
b = Ta(f, g)
b.payload = { element: a }
d = void 0 === d ? null : d
null !== d && (b.callback = d)
a = kb(e, b, g)
null !== a && (ya(a, e, g, f), Ld(a, e, g))
return g
}
function le(a) {
a = a.current
if (!a.child) return null
switch (a.child.tag) {
case 5:
return a.child.stateNode
default:
return a.child.stateNode
}
}
function Cj(a, b) {
a = a.memoizedState
if (null !== a && null !== a.dehydrated) {
var c = a.retryLane
a.retryLane = 0 !== c && c < b ? c : b
}
}
function tg(a, b) {
Cj(a, b)
;(a = a.alternate) && Cj(a, b)
}
function Hl(a) {
a = Zg(a)
return null === a ? null : a.stateNode
}
function Il(a) {
return null
}
function ug(a) {
this._internalRoot = a
}
function me(a) {
this._internalRoot = a
}
function vg(a) {
return !(!a || (1 !== a.nodeType && 9 !== a.nodeType && 11 !== a.nodeType))
}
function ne(a) {
return !(
!a ||
(1 !== a.nodeType &&
9 !== a.nodeType &&
11 !== a.nodeType &&
(8 !== a.nodeType || ' react-mount-point-unstable ' !== a.nodeValue))
)
}
function Dj() {}
function Jl(a, b, c, d, e) {
if (e) {
if ('function' === typeof d) {
var f = d
d = function () {
var a = le(g)
f.call(a)
}
}
var g = Bj(b, d, a, 0, null, !1, !1, '', Dj)
a._reactRootContainer = g
a[Ma] = g.current
Gc(8 === a.nodeType ? a.parentNode : a)
Hb()
return g
}
for (; (e = a.lastChild); ) a.removeChild(e)
if ('function' === typeof d) {
var h = d
d = function () {
var a = le(k)
h.call(a)
}
}
var k = sg(a, 0, !1, null, null, !1, !1, '', Dj)
a._reactRootContainer = k
a[Ma] = k.current
Gc(8 === a.nodeType ? a.parentNode : a)
Hb(function () {
ke(b, k, c, d)
})
return k
}
function oe(a, b, c, d, e) {
var f = c._reactRootContainer
if (f) {
var g = f
if ('function' === typeof e) {
var h = e
e = function () {
var a = le(g)
h.call(a)
}
}
ke(b, g, a, e)
} else g = Jl(c, b, a, e, d)
return le(g)
}
var Ag = new Set(),
mc = {},
La = !(
'undefined' === typeof window ||
'undefined' === typeof window.document ||
'undefined' === typeof window.document.createElement
),
re = Object.prototype.hasOwnProperty,
Jj =
/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,
Cg = {},
Bg = {},
S = {}
'children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style'
.split(' ')
.forEach(function (a) {
S[a] = new Z(a, 0, !1, a, null, !1, !1)
})
;[
['acceptCharset', 'accept-charset'],
['className', 'class'],
['htmlFor', 'for'],
['httpEquiv', 'http-equiv'],
].forEach(function (a) {
var b = a[0]
S[b] = new Z(b, 1, !1, a[1], null, !1, !1)
})
;['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(function (a) {
S[a] = new Z(a, 2, !1, a.toLowerCase(), null, !1, !1)
})
;['autoReverse', 'externalResourcesRequired', 'focusable', 'preserveAlpha'].forEach(
function (a) {
S[a] = new Z(a, 2, !1, a, null, !1, !1)
}
)
'allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope'
.split(' ')
.forEach(function (a) {
S[a] = new Z(a, 3, !1, a.toLowerCase(), null, !1, !1)
})
;['checked', 'multiple', 'muted', 'selected'].forEach(function (a) {
S[a] = new Z(a, 3, !0, a, null, !1, !1)
})
;['capture', 'download'].forEach(function (a) {
S[a] = new Z(a, 4, !1, a, null, !1, !1)
})
;['cols', 'rows', 'size', 'span'].forEach(function (a) {
S[a] = new Z(a, 6, !1, a, null, !1, !1)
})
;['rowSpan', 'start'].forEach(function (a) {
S[a] = new Z(a, 5, !1, a.toLowerCase(), null, !1, !1)
})
var wg = /[\-:]([a-z])/g,
xg = function (a) {
return a[1].toUpperCase()
}
'accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height'
.split(' ')
.forEach(function (a) {
var b = a.replace(wg, xg)
S[b] = new Z(b, 1, !1, a, null, !1, !1)
})
'xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type'
.split(' ')
.forEach(function (a) {
var b = a.replace(wg, xg)
S[b] = new Z(b, 1, !1, a, 'http://www.w3.org/1999/xlink', !1, !1)
})
;['xml:base', 'xml:lang', 'xml:space'].forEach(function (a) {
var b = a.replace(wg, xg)
S[b] = new Z(b, 1, !1, a, 'http://www.w3.org/XML/1998/namespace', !1, !1)
})
;['tabIndex', 'crossOrigin'].forEach(function (a) {
S[a] = new Z(a, 1, !1, a.toLowerCase(), null, !1, !1)
})
S.xlinkHref = new Z(
'xlinkHref',
1,
!1,
'xlink:href',
'http://www.w3.org/1999/xlink',
!0,
!1
)
;['src', 'href', 'action', 'formAction'].forEach(function (a) {
S[a] = new Z(a, 1, !1, a.toLowerCase(), null, !0, !0)
})
var Xa = Ib.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,
Id = Symbol.for('react.element'),
Lb = Symbol.for('react.portal'),
Kb = Symbol.for('react.fragment'),
ye = Symbol.for('react.strict_mode'),
xe = Symbol.for('react.profiler'),
Fg = Symbol.for('react.provider'),
Eg = Symbol.for('react.context'),
Be = Symbol.for('react.forward_ref'),
ze = Symbol.for('react.suspense'),
Ae = Symbol.for('react.suspense_list'),
Ce = Symbol.for('react.memo'),
Ya = Symbol.for('react.lazy')
Symbol.for('react.scope')
Symbol.for('react.debug_trace_mode')
var zj = Symbol.for('react.offscreen')
Symbol.for('react.legacy_hidden')
Symbol.for('react.cache')
Symbol.for('react.tracing_marker')
var Dg = Symbol.iterator,
D = Object.assign,
te,
ve = !1,
pc = Array.isArray,
pe,
bj = (function (a) {
return 'undefined' !== typeof MSApp && MSApp.execUnsafeLocalFunction
? function (b, c, d, e) {
MSApp.execUnsafeLocalFunction(function () {
return a(b, c, d, e)
})
}
: a
})(function (a, b) {
if ('http://www.w3.org/2000/svg' !== a.namespaceURI || 'innerHTML' in a)
a.innerHTML = b
else {
pe = pe || document.createElement('div')
pe.innerHTML = '<svg>' + b.valueOf().toString() + '</svg>'
for (b = pe.firstChild; a.firstChild; ) a.removeChild(a.firstChild)
for (; b.firstChild; ) a.appendChild(b.firstChild)
}
}),
Uc = function (a, b) {
if (b) {
var c = a.firstChild
if (c && c === a.lastChild && 3 === c.nodeType) {
c.nodeValue = b
return
}
}
a.textContent = b
},
qc = {
animationIterationCount: !0,
aspectRatio: !0,
borderImageOutset: !0,
borderImageSlice: !0,
borderImageWidth: !0,
boxFlex: !0,
boxFlexGroup: !0,
boxOrdinalGroup: !0,
columnCount: !0,
columns: !0,
flex: !0,
flexGrow: !0,
flexPositive: !0,
flexShrink: !0,
flexNegative: !0,
flexOrder: !0,
gridArea: !0,
gridRow: !0,
gridRowEnd: !0,
gridRowSpan: !0,
gridRowStart: !0,
gridColumn: !0,
gridColumnEnd: !0,
gridColumnSpan: !0,
gridColumnStart: !0,
fontWeight: !0,
lineClamp: !0,
lineHeight: !0,
opacity: !0,
order: !0,
orphans: !0,
tabSize: !0,
widows: !0,
zIndex: !0,
zoom: !0,
fillOpacity: !0,
floodOpacity: !0,
stopOpacity: !0,
strokeDasharray: !0,
strokeDashoffset: !0,
strokeMiterlimit: !0,
strokeOpacity: !0,
strokeWidth: !0,
},
Kl = ['Webkit', 'ms', 'Moz', 'O']
Object.keys(qc).forEach(function (a) {
Kl.forEach(function (b) {
b = b + a.charAt(0).toUpperCase() + a.substring(1)
qc[b] = qc[a]
})
})
var Pj = D(
{ menuitem: !0 },
{
area: !0,
base: !0,
br: !0,
col: !0,
embed: !0,
hr: !0,
img: !0,
input: !0,
keygen: !0,
link: !0,
meta: !0,
param: !0,
source: !0,
track: !0,
wbr: !0,
}
),
Ue = null,
Le = null,
Nb = null,
Ob = null,
Vg = function (a, b) {
return a(b)
},
Wg = function () {},
Me = !1,
hf = !1
if (La)
try {
var $c = {}
Object.defineProperty($c, 'passive', {
get: function () {
hf = !0
},
})
window.addEventListener('test', $c, $c)
window.removeEventListener('test', $c, $c)
} catch (a) {
hf = !1
}
var Rj = function (a, b, c, d, e, f, g, h, k) {
var l = Array.prototype.slice.call(arguments, 3)
try {
b.apply(c, l)
} catch (N) {
this.onError(N)
}
},
tc = !1,
gd = null,
hd = !1,
Ne = null,
Sj = {
onError: function (a) {
tc = !0
gd = a
},
},
Ca = Ib.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler,
Ej = Ca.unstable_now,
nh = Ca.unstable_scheduleCallback,
oh = Ca.unstable_NormalPriority,
$h = nh,
oj = Ca.unstable_cancelCallback,
Al = Ca.unstable_shouldYield,
Cl = Ca.unstable_requestPaint,
Q = Ej,
ok = Ca.unstable_getCurrentPriorityLevel,
jd = Ca.unstable_ImmediatePriority,
Oe = Ca.unstable_UserBlockingPriority,
tb = oh,
pk = Ca.unstable_LowPriority,
Pe = Ca.unstable_IdlePriority,
id = null,
Da = null,
l = null,
ua = 'undefined' !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__,
ka = Math.clz32 ? Math.clz32 : ak,
bk = Math.log,
ck = Math.LN2,
md = 64,
je = 4194304,
x = 0,
Ve = !1,
od = [],
$a = null,
ab = null,
bb = null,
xc = new Map(),
yc = new Map(),
cb = [],
mk =
'mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit'.split(
' '
),
Qb = Xa.ReactCurrentBatchConfig,
pd = !0,
qd = null,
db = null,
Ye = null,
rd = null,
kc = {
eventPhase: 0,
bubbles: 0,
cancelable: 0,
timeStamp: function (a) {
return a.timeStamp || Date.now()
},
defaultPrevented: 0,
isTrusted: 0,
},
af = la(kc),
ad = D({}, kc, { view: 0, detail: 0 }),
Lk = la(ad),
yg,
zg,
bd,
qe = D({}, ad, {
screenX: 0,
screenY: 0,
clientX: 0,
clientY: 0,
pageX: 0,
pageY: 0,
ctrlKey: 0,
shiftKey: 0,
altKey: 0,
metaKey: 0,
getModifierState: Ze,
button: 0,
buttons: 0,
relatedTarget: function (a) {
return void 0 === a.relatedTarget
? a.fromElement === a.srcElement
? a.toElement
: a.fromElement
: a.relatedTarget
},
movementX: function (a) {
if ('movementX' in a) return a.movementX
a !== bd &&
(bd && 'mousemove' === a.type
? ((yg = a.screenX - bd.screenX), (zg = a.screenY - bd.screenY))
: (zg = yg = 0),
(bd = a))
return yg
},
movementY: function (a) {
return 'movementY' in a ? a.movementY : zg
},
}),
Lh = la(qe),
Ll = D({}, qe, { dataTransfer: 0 }),
Hk = la(Ll),
Ml = D({}, ad, { relatedTarget: 0 }),
kf = la(Ml),
Nl = D({}, kc, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }),
Jk = la(Nl),
Ol = D({}, kc, {
clipboardData: function (a) {
return 'clipboardData' in a ? a.clipboardData : window.clipboardData
},
}),
Nk = la(Ol),
Pl = D({}, kc, { data: 0 }),
Th = la(Pl),
Qk = Th,
Ql = {
Esc: 'Escape',
Spacebar: ' ',
Left: 'ArrowLeft',
Up: 'ArrowUp',
Right: 'ArrowRight',
Down: 'ArrowDown',
Del: 'Delete',
Win: 'OS',
Menu: 'ContextMenu',
Apps: 'ContextMenu',
Scroll: 'ScrollLock',
MozPrintableKey: 'Unidentified',
},
Rl = {
8: 'Backspace',
9: 'Tab',
12: 'Clear',
13: 'Enter',
16: 'Shift',
17: 'Control',
18: 'Alt',
19: 'Pause',
20: 'CapsLock',
27: 'Escape',
32: ' ',
33: 'PageUp',
34: 'PageDown',
35: 'End',
36: 'Home',
37: 'ArrowLeft',
38: 'ArrowUp',
39: 'ArrowRight',
40: 'ArrowDown',
45: 'Insert',
46: 'Delete',
112: 'F1',
113: 'F2',
114: 'F3',
115: 'F4',
116: 'F5',
117: 'F6',
118: 'F7',
119: 'F8',
120: 'F9',
121: 'F10',
122: 'F11',
123: 'F12',
144: 'NumLock',
145: 'ScrollLock',
224: 'Meta',
},
rk = { Alt: 'altKey', Control: 'ctrlKey', Meta: 'metaKey', Shift: 'shiftKey' },
Sl = D({}, ad, {
key: function (a) {
if (a.key) {
var b = Ql[a.key] || a.key
if ('Unidentified' !== b) return b
}
return 'keypress' === a.type
? ((a = sd(a)), 13 === a ? 'Enter' : String.fromCharCode(a))
: 'keydown' === a.type || 'keyup' === a.type
? Rl[a.keyCode] || 'Unidentified'
: ''
},
code: 0,
location: 0,
ctrlKey: 0,
shiftKey: 0,
altKey: 0,
metaKey: 0,
repeat: 0,
locale: 0,
getModifierState: Ze,
charCode: function (a) {
return 'keypress' === a.type ? sd(a) : 0
},
keyCode: function (a) {
return 'keydown' === a.type || 'keyup' === a.type ? a.keyCode : 0
},
which: function (a) {
return 'keypress' === a.type
? sd(a)
: 'keydown' === a.type || 'keyup' === a.type
? a.keyCode
: 0
},
}),
Gk = la(Sl),
Tl = D({}, qe, {
pointerId: 0,
width: 0,
height: 0,
pressure: 0,
tangentialPressure: 0,
tiltX: 0,
tiltY: 0,
twist: 0,
pointerType: 0,
isPrimary: 0,
}),
Qh = la(Tl),
Ul = D({}, ad, {
touches: 0,
targetTouches: 0,
changedTouches: 0,
altKey: 0,
metaKey: 0,
ctrlKey: 0,
shiftKey: 0,
getModifierState: Ze,
}),
Ik = la(Ul),
Vl = D({}, kc, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }),
Kk = la(Vl),
Wl = D({}, qe, {
deltaX: function (a) {
return 'deltaX' in a ? a.deltaX : 'wheelDeltaX' in a ? -a.wheelDeltaX : 0
},
deltaY: function (a) {
return 'deltaY' in a
? a.deltaY
: 'wheelDeltaY' in a
? -a.wheelDeltaY
: 'wheelDelta' in a
? -a.wheelDelta
: 0
},
deltaZ: 0,
deltaMode: 0,
}),
Mk = la(Wl),
sk = [9, 13, 27, 32],
$e = La && 'CompositionEvent' in window,
cd = null
La && 'documentMode' in document && (cd = document.documentMode)
var Pk = La && 'TextEvent' in window && !cd,
wh = La && (!$e || (cd && 8 < cd && 11 >= cd)),
vh = String.fromCharCode(32),
uh = !1,
Rb = !1,
vk = {
color: !0,
date: !0,
datetime: !0,
'datetime-local': !0,
email: !0,
month: !0,
number: !0,
password: !0,
range: !0,
search: !0,
tel: !0,
text: !0,
time: !0,
url: !0,
week: !0,
},
Cc = null,
Dc = null,
Sh = !1
La && (Sh = wk('input') && (!document.documentMode || 9 < document.documentMode))
var va = 'function' === typeof Object.is ? Object.is : Dk,
Ok = La && 'documentMode' in document && 11 >= document.documentMode,
Tb = null,
df = null,
Fc = null,
cf = !1,
Ub = {
animationend: wd('Animation', 'AnimationEnd'),
animationiteration: wd('Animation', 'AnimationIteration'),
animationstart: wd('Animation', 'AnimationStart'),
transitionend: wd('Transition', 'TransitionEnd'),
},
ef = {},
Hh = {}
La &&
((Hh = document.createElement('div').style),
'AnimationEvent' in window ||
(delete Ub.animationend.animation,
delete Ub.animationiteration.animation,
delete Ub.animationstart.animation),
'TransitionEvent' in window || delete Ub.transitionend.transition)
var Mh = xd('animationend'),
Nh = xd('animationiteration'),
Oh = xd('animationstart'),
Ph = xd('transitionend'),
Ih = new Map(),
Fj =
'abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel'.split(
' '
)
;(function () {
for (var a = 0; a < Fj.length; a++) {
var b = Fj[a],
c = b.toLowerCase()
b = b[0].toUpperCase() + b.slice(1)
eb(c, 'on' + b)
}
eb(Mh, 'onAnimationEnd')
eb(Nh, 'onAnimationIteration')
eb(Oh, 'onAnimationStart')
eb('dblclick', 'onDoubleClick')
eb('focusin', 'onFocus')
eb('focusout', 'onBlur')
eb(Ph, 'onTransitionEnd')
})()
Jb('onMouseEnter', ['mouseout', 'mouseover'])
Jb('onMouseLeave', ['mouseout', 'mouseover'])
Jb('onPointerEnter', ['pointerout', 'pointerover'])
Jb('onPointerLeave', ['pointerout', 'pointerover'])
rb(
'onChange',
'change click focusin focusout input keydown keyup selectionchange'.split(' ')
)
rb(
'onSelect',
'focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange'.split(
' '
)
)
rb('onBeforeInput', ['compositionend', 'keypress', 'textInput', 'paste'])
rb(
'onCompositionEnd',
'compositionend focusout keydown keypress keyup mousedown'.split(' ')
)
rb(
'onCompositionStart',
'compositionstart focusout keydown keypress keyup mousedown'.split(' ')
)
rb(
'onCompositionUpdate',
'compositionupdate focusout keydown keypress keyup mousedown'.split(' ')
)
var Tc =
'abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting'.split(
' '
),
Fk = new Set('cancel close invalid load scroll toggle'.split(' ').concat(Tc)),
yd = '_reactListening' + Math.random().toString(36).slice(2),
Rk = /\r\n?/g,
Sk = /\u0000|\uFFFD/g,
eg = null,
fg = null,
ng = 'function' === typeof setTimeout ? setTimeout : void 0,
yl = 'function' === typeof clearTimeout ? clearTimeout : void 0,
Gj = 'function' === typeof Promise ? Promise : void 0,
ul =
'function' === typeof queueMicrotask
? queueMicrotask
: 'undefined' !== typeof Gj
? function (a) {
return Gj.resolve(null).then(a).catch(Tk)
}
: ng,
lc = Math.random().toString(36).slice(2),
Ea = '__reactFiber$' + lc,
Ic = '__reactProps$' + lc,
Ma = '__reactContainer$' + lc,
ff = '__reactEvents$' + lc,
ml = '__reactListeners$' + lc,
nl = '__reactHandles$' + lc,
nf = [],
Wb = -1,
hb = {},
K = gb(hb),
T = gb(!1),
vb = hb,
Pa = null,
Cd = !1,
of = !1,
Yb = [],
Zb = 0,
Ed = null,
Dd = 0,
oa = [],
pa = 0,
xb = null,
Qa = 1,
Ra = '',
ma = null,
fa = null,
C = !1,
xa = null,
tl = Xa.ReactCurrentBatchConfig,
fc = fi(!0),
Oi = fi(!1),
Kd = gb(null),
Jd = null,
ac = null,
xf = null,
zb = null,
Vk = Sa,
lb = !1,
Kc = {},
Fa = gb(Kc),
Mc = gb(Kc),
Lc = gb(Kc),
H = gb(0),
Ff = [],
Od = Xa.ReactCurrentDispatcher,
Nf = Xa.ReactCurrentBatchConfig,
Bb = 0,
z = null,
L = null,
O = null,
Qd = !1,
Nc = !1,
Oc = 0,
Xl = 0,
Pd = {
readContext: ra,
useCallback: X,
useContext: X,
useEffect: X,
useImperativeHandle: X,
useInsertionEffect: X,
useLayoutEffect: X,
useMemo: X,
useReducer: X,
useRef: X,
useState: X,
useDebugValue: X,
useDeferredValue: X,
useTransition: X,
useMutableSource: X,
useSyncExternalStore: X,
useId: X,
unstable_isNewReconciler: !1,
},
Wk = {
readContext: ra,
useCallback: function (a, b) {
Ga().memoizedState = [a, void 0 === b ? null : b]
return a
},
useContext: ra,
useEffect: ui,
useImperativeHandle: function (a, b, c) {
c = null !== c && void 0 !== c ? c.concat([a]) : null
return Rd(4194308, 4, xi.bind(null, b, a), c)
},
useLayoutEffect: function (a, b) {
return Rd(4194308, 4, a, b)
},
useInsertionEffect: function (a, b) {
return Rd(4, 2, a, b)
},
useMemo: function (a, b) {
var c = Ga()
b = void 0 === b ? null : b
a = a()
c.memoizedState = [a, b]
return a
},
useReducer: function (a, b, c) {
var d = Ga()
b = void 0 !== c ? c(b) : b
d.memoizedState = d.baseState = b
a = {
pending: null,
interleaved: null,
lanes: 0,
dispatch: null,
lastRenderedReducer: a,
lastRenderedState: b,
}
d.queue = a
a = a.dispatch = al.bind(null, z, a)
return [d.memoizedState, a]
},
useRef: function (a) {
var b = Ga()
a = { current: a }
return (b.memoizedState = a)
},
useState: si,
useDebugValue: Mf,
useDeferredValue: function (a) {
return (Ga().memoizedState = a)
},
useTransition: function () {
var a = si(!1),
b = a[0]
a = $k.bind(null, a[1])
Ga().memoizedState = a
return [b, a]
},
useMutableSource: function (a, b, c) {},
useSyncExternalStore: function (a, b, c) {
var d = z,
e = Ga()
if (C) {
if (void 0 === c) throw Error(m(407))
c = c()
} else {
c = b()
if (null === P) throw Error(m(349))
0 !== (Bb & 30) || pi(d, b, c)
}
e.memoizedState = c
var f = { value: c, getSnapshot: b }
e.queue = f
ui(ni.bind(null, d, f, a), [a])
d.flags |= 2048
Qc(9, oi.bind(null, d, f, c, b), void 0, null)
return c
},
useId: function () {
var a = Ga(),
b = P.identifierPrefix
if (C) {
var c = Ra
var d = Qa
c = (d & ~(1 << (32 - ka(d) - 1))).toString(32) + c
b = ':' + b + 'R' + c
c = Oc++
0 < c && (b += 'H' + c.toString(32))
b += ':'
} else ((c = Xl++), (b = ':' + b + 'r' + c.toString(32) + ':'))
return (a.memoizedState = b)
},
unstable_isNewReconciler: !1,
},
Xk = {
readContext: ra,
useCallback: zi,
useContext: ra,
useEffect: Lf,
useImperativeHandle: yi,
useInsertionEffect: vi,
useLayoutEffect: wi,
useMemo: Ai,
useReducer: Jf,
useRef: ti,
useState: function (a) {
return Jf(Pc)
},
useDebugValue: Mf,
useDeferredValue: function (a) {
var b = ta()
return Bi(b, L.memoizedState, a)
},
useTransition: function () {
var a = Jf(Pc)[0],
b = ta().memoizedState
return [a, b]
},
useMutableSource: li,
useSyncExternalStore: mi,
useId: Ci,
unstable_isNewReconciler: !1,
},
Yk = {
readContext: ra,
useCallback: zi,
useContext: ra,
useEffect: Lf,
useImperativeHandle: yi,
useInsertionEffect: vi,
useLayoutEffect: wi,
useMemo: Ai,
useReducer: Kf,
useRef: ti,
useState: function (a) {
return Kf(Pc)
},
useDebugValue: Mf,
useDeferredValue: function (a) {
var b = ta()
return null === L ? (b.memoizedState = a) : Bi(b, L.memoizedState, a)
},
useTransition: function () {
var a = Kf(Pc)[0],
b = ta().memoizedState
return [a, b]
},
useMutableSource: li,
useSyncExternalStore: mi,
useId: Ci,
unstable_isNewReconciler: !1,
},
na = Ej,
be = 0,
Ud = -1,
Cb = -1,
dc = -1,
ce = !1,
ge = !1,
Vd = {
isMounted: function (a) {
return (a = a._reactInternals) ? sb(a) === a : !1
},
enqueueSetState: function (a, b, c) {
a = a._reactInternals
var d = aa(),
e = mb(a),
f = Ta(d, e)
f.payload = b
void 0 !== c && null !== c && (f.callback = c)
b = kb(a, f, e)
null !== b && (ya(b, a, e, d), Ld(b, a, e))
kd(a, e)
},
enqueueReplaceState: function (a, b, c) {
a = a._reactInternals
var d = aa(),
e = mb(a),
f = Ta(d, e)
f.tag = 1
f.payload = b
void 0 !== c && null !== c && (f.callback = c)
b = kb(a, f, e)
null !== b && (ya(b, a, e, d), Ld(b, a, e))
kd(a, e)
},
enqueueForceUpdate: function (a, b) {
a = a._reactInternals
var c = aa(),
d = mb(a),
e = Ta(c, d)
e.tag = 2
void 0 !== b && null !== b && (e.callback = b)
b = kb(a, e, d)
null !== b && (ya(b, a, d, c), Ld(b, a, d))
null !== l &&
'function' === typeof l.markForceUpdateScheduled &&
l.markForceUpdateScheduled(a, d)
},
},
bl = 'function' === typeof WeakMap ? WeakMap : Map,
dl = Xa.ReactCurrentOwner,
ha = !1,
Zf = { dehydrated: null, treeContext: null, retryLane: 0 }
var il = function (a, b, c, d) {
for (c = b.child; null !== c; ) {
if (5 === c.tag || 6 === c.tag) a.appendChild(c.stateNode)
else if (4 !== c.tag && null !== c.child) {
c.child.return = c
c = c.child
continue
}
if (c === b) break
for (; null === c.sibling; ) {
if (null === c.return || c.return === b) return
c = c.return
}
c.sibling.return = c.return
c = c.sibling
}
}
var aj = function (a, b) {}
var hl = function (a, b, c, d, e) {
var f = a.memoizedProps
if (f !== d) {
a = b.stateNode
Ab(Fa.current)
e = null
switch (c) {
case 'input':
f = De(a, f)
d = De(a, d)
e = []
break
case 'select':
f = D({}, f, { value: void 0 })
d = D({}, d, { value: void 0 })
e = []
break
case 'textarea':
f = Ge(a, f)
d = Ge(a, d)
e = []
break
default:
'function' !== typeof f.onClick &&
'function' === typeof d.onClick &&
(a.onclick = Ad)
}
Ie(c, d)
var g
c = null
for (l in f)
if (!d.hasOwnProperty(l) && f.hasOwnProperty(l) && null != f[l])
if ('style' === l) {
var h = f[l]
for (g in h) h.hasOwnProperty(g) && (c || (c = {}), (c[g] = ''))
} else
'dangerouslySetInnerHTML' !== l &&
'children' !== l &&
'suppressContentEditableWarning' !== l &&
'suppressHydrationWarning' !== l &&
'autoFocus' !== l &&
(mc.hasOwnProperty(l) ? e || (e = []) : (e = e || []).push(l, null))
for (l in d) {
var k = d[l]
h = null != f ? f[l] : void 0
if (d.hasOwnProperty(l) && k !== h && (null != k || null != h))
if ('style' === l)
if (h) {
for (g in h)
!h.hasOwnProperty(g) ||
(k && k.hasOwnProperty(g)) ||
(c || (c = {}), (c[g] = ''))
for (g in k)
k.hasOwnProperty(g) && h[g] !== k[g] && (c || (c = {}), (c[g] = k[g]))
} else (c || (e || (e = []), e.push(l, c)), (c = k))
else
'dangerouslySetInnerHTML' === l
? ((k = k ? k.__html : void 0),
(h = h ? h.__html : void 0),
null != k && h !== k && (e = e || []).push(l, k))
: 'children' === l
? ('string' !== typeof k && 'number' !== typeof k) ||
(e = e || []).push(l, '' + k)
: 'suppressContentEditableWarning' !== l &&
'suppressHydrationWarning' !== l &&
(mc.hasOwnProperty(l)
? (null != k && 'onScroll' === l && A('scroll', a),
e || h === k || (e = []))
: (e = e || []).push(l, k))
}
c && (e = e || []).push('style', c)
var l = e
if ((b.updateQueue = l)) b.flags |= 4
}
}
var jl = function (a, b, c, d) {
c !== d && (b.flags |= 4)
}
var ae = !1,
Y = !1,
ol = 'function' === typeof WeakSet ? WeakSet : Set,
p = null,
hc = null,
ic = null,
hj = function (a, b) {
b.props = a.memoizedProps
b.state = a.memoizedState
if (a.mode & 2)
try {
;(Ia(), b.componentWillUnmount())
} finally {
Ha(a)
}
else b.componentWillUnmount()
},
cj = !1,
W = null,
Aa = !1,
xl = Math.ceil,
ie = Xa.ReactCurrentDispatcher,
qg = Xa.ReactCurrentOwner,
ca = Xa.ReactCurrentBatchConfig,
w = 0,
P = null,
M = null,
J = 0,
U = 0,
Ja = gb(0),
G = 0,
Xc = null,
sa = 0,
fe = 0,
og = 0,
Yc = null,
ja = null,
jg = 0,
dg = Infinity,
Wa = null,
Wd = !1,
Uf = null,
nb = null,
jc = !1,
qb = null,
Zc = 0,
rg = [],
Wc = 0,
kg = null,
de = -1,
ee = 0
var vj = function (a, b, c) {
if (null !== a)
if (a.memoizedProps !== b.pendingProps || T.current) ha = !0
else {
if (0 === (a.lanes & c) && 0 === (b.flags & 128))
return ((ha = !1), gl(a, b, c))
ha = 0 !== (a.flags & 131072) ? !0 : !1
}
else ((ha = !1), C && 0 !== (b.flags & 1048576) && ai(b, Dd, b.index))
b.lanes = 0
switch (b.tag) {
case 2:
var d = b.type
Xd(a, b)
a = b.pendingProps
var e = Xb(b, K.current)
bc(b, c)
uc(b)
e = Hf(null, b, d, a, e, c)
var f = If()
Pb()
b.flags |= 1
'object' === typeof e &&
null !== e &&
'function' === typeof e.render &&
void 0 === e.$$typeof
? ((b.tag = 1),
(b.memoizedState = null),
(b.updateQueue = null),
ea(d) ? ((f = !0), Bd(b)) : (f = !1),
(b.memoizedState = null !== e.state && void 0 !== e.state ? e.state : null),
Bf(b),
(e.updater = Vd),
(b.stateNode = e),
(e._reactInternals = b),
Rf(b, d, a, c),
(b = Xf(null, b, d, !0, f, c)))
: ((b.tag = 0), C && f && pf(b), ba(null, b, e, c), (b = b.child))
return b
case 16:
d = b.elementType
a: {
Xd(a, b)
a = b.pendingProps
e = d._init
d = e(d._payload)
b.type = d
e = b.tag = El(d)
a = za(d, a)
switch (e) {
case 0:
b = Wf(null, b, d, a, c)
break a
case 1:
b = Ui(null, b, d, a, c)
break a
case 11:
b = Pi(null, b, d, a, c)
break a
case 14:
b = Qi(null, b, d, za(d.type, a), c)
break a
}
throw Error(m(306, d, ''))
}
return b
case 0:
return (
(d = b.type),
(e = b.pendingProps),
(e = b.elementType === d ? e : za(d, e)),
Wf(a, b, d, e, c)
)
case 1:
return (
(d = b.type),
(e = b.pendingProps),
(e = b.elementType === d ? e : za(d, e)),
Ui(a, b, d, e, c)
)
case 3:
a: {
Vi(b)
if (null === a) throw Error(m(387))
d = b.pendingProps
f = b.memoizedState
e = f.element
hi(a, b)
Md(b, d, null, c)
var g = b.memoizedState
d = g.element
if (f.isDehydrated)
if (
((f = {
element: d,
isDehydrated: !1,
cache: g.cache,
pendingSuspenseBoundaries: g.pendingSuspenseBoundaries,
transitions: g.transitions,
}),
(b.updateQueue.baseState = f),
(b.memoizedState = f),
b.flags & 256)
) {
e = ec(Error(m(423)), b)
b = Wi(a, b, d, c, e)
break a
} else if (d !== e) {
e = ec(Error(m(424)), b)
b = Wi(a, b, d, c, e)
break a
} else
for (
fa = Oa(b.stateNode.containerInfo.firstChild),
ma = b,
C = !0,
xa = null,
c = Oi(b, null, d, c),
b.child = c;
c;
)
((c.flags = (c.flags & -3) | 4096), (c = c.sibling))
else {
$b()
if (d === e) {
b = Ua(a, b, c)
break a
}
ba(a, b, d, c)
}
b = b.child
}
return b
case 5:
return (
ki(b),
null === a && sf(b),
(d = b.type),
(e = b.pendingProps),
(f = null !== a ? a.memoizedProps : null),
(g = e.children),
lf(d, e) ? (g = null) : null !== f && lf(d, f) && (b.flags |= 32),
Ti(a, b),
ba(a, b, g, c),
b.child
)
case 6:
return (null === a && sf(b), null)
case 13:
return Xi(a, b, c)
case 4:
return (
Cf(b, b.stateNode.containerInfo),
(d = b.pendingProps),
null === a ? (b.child = fc(b, null, d, c)) : ba(a, b, d, c),
b.child
)
case 11:
return (
(d = b.type),
(e = b.pendingProps),
(e = b.elementType === d ? e : za(d, e)),
Pi(a, b, d, e, c)
)
case 7:
return (ba(a, b, b.pendingProps, c), b.child)
case 8:
return (ba(a, b, b.pendingProps.children, c), b.child)
case 12:
return (
(b.flags |= 4),
(d = b.stateNode),
(d.effectDuration = 0),
(d.passiveEffectDuration = 0),
ba(a, b, b.pendingProps.children, c),
b.child
)
case 10:
a: {
d = b.type._context
e = b.pendingProps
f = b.memoizedProps
g = e.value
E(Kd, d._currentValue)
d._currentValue = g
if (null !== f)
if (va(f.value, g)) {
if (f.children === e.children && !T.current) {
b = Ua(a, b, c)
break a
}
} else
for (f = b.child, null !== f && (f.return = b); null !== f; ) {
var h = f.dependencies
if (null !== h) {
g = f.child
for (var k = h.firstContext; null !== k; ) {
if (k.context === d) {
if (1 === f.tag) {
k = Ta(-1, c & -c)
k.tag = 2
var l = f.updateQueue
if (null !== l) {
l = l.shared
var p = l.pending
null === p ? (k.next = k) : ((k.next = p.next), (p.next = k))
l.pending = k
}
}
f.lanes |= c
k = f.alternate
null !== k && (k.lanes |= c)
zf(f.return, c, b)
h.lanes |= c
break
}
k = k.next
}
} else if (10 === f.tag) g = f.type === b.type ? null : f.child
else if (18 === f.tag) {
g = f.return
if (null === g) throw Error(m(341))
g.lanes |= c
h = g.alternate
null !== h && (h.lanes |= c)
zf(g, c, b)
g = f.sibling
} else g = f.child
if (null !== g) g.return = f
else
for (g = f; null !== g; ) {
if (g === b) {
g = null
break
}
f = g.sibling
if (null !== f) {
f.return = g.return
g = f
break
}
g = g.return
}
f = g
}
ba(a, b, e.children, c)
b = b.child
}
return b
case 9:
return (
(e = b.type),
(d = b.pendingProps.children),
bc(b, c),
(e = ra(e)),
uc(b),
(d = d(e)),
Pb(),
(b.flags |= 1),
ba(a, b, d, c),
b.child
)
case 14:
return (
(d = b.type),
(e = za(d, b.pendingProps)),
(e = za(d.type, e)),
Qi(a, b, d, e, c)
)
case 15:
return Ri(a, b, b.type, b.pendingProps, c)
case 17:
return (
(d = b.type),
(e = b.pendingProps),
(e = b.elementType === d ? e : za(d, e)),
Xd(a, b),
(b.tag = 1),
ea(d) ? ((a = !0), Bd(b)) : (a = !1),
bc(b, c),
Hi(b, d, e),
Rf(b, d, e, c),
Xf(null, b, d, !0, a, c)
)
case 19:
return Zi(a, b, c)
case 22:
return Si(a, b, c)
}
throw Error(m(156, b.tag))
}
var qa = function (a, b, c, d) {
return new Dl(a, b, c, d)
},
Hj =
'function' === typeof reportError
? reportError
: function (a) {
console.error(a)
}
me.prototype.render = ug.prototype.render = function (a) {
var b = this._internalRoot
if (null === b) throw Error(m(409))
ke(a, b, null, null)
}
me.prototype.unmount = ug.prototype.unmount = function () {
var a = this._internalRoot
if (null !== a) {
this._internalRoot = null
var b = a.containerInfo
Hb(function () {
ke(null, a, null, null)
})
b[Ma] = null
}
}
me.prototype.unstable_scheduleHydration = function (a) {
if (a) {
var b = Yl()
a = { blockedOn: null, target: a, priority: b }
for (var c = 0; c < cb.length && 0 !== b && b < cb[c].priority; c++);
cb.splice(c, 0, a)
0 === c && lh(a)
}
}
var nk = function (a) {
switch (a.tag) {
case 3:
var b = a.stateNode
if (b.current.memoizedState.isDehydrated) {
var c = vc(b.pendingLanes)
0 !== c && (Se(b, c | 1), ia(b, Q()), 0 === (w & 6) && (Vc(), ib()))
}
break
case 13:
;(Hb(function () {
var b = Sa(a, 1)
if (null !== b) {
var c = aa()
ya(b, a, 1, c)
}
}),
tg(a, 1))
}
}
var kh = function (a) {
if (13 === a.tag) {
var b = Sa(a, 134217728)
if (null !== b) {
var c = aa()
ya(b, a, 134217728, c)
}
tg(a, 134217728)
}
}
var ik = function (a) {
if (13 === a.tag) {
var b = mb(a),
c = Sa(a, b)
if (null !== c) {
var d = aa()
ya(c, a, b, d)
}
tg(a, b)
}
}
var Yl = function () {
return x
}
var hk = function (a, b) {
var c = x
try {
return ((x = a), b())
} finally {
x = c
}
}
Le = function (a, b, c) {
switch (b) {
case 'input':
Ee(a, c)
b = c.name
if ('radio' === c.type && null != b) {
for (c = a; c.parentNode; ) c = c.parentNode
c = c.querySelectorAll(
'input[name=' + JSON.stringify('' + b) + '][type="radio"]'
)
for (b = 0; b < c.length; b++) {
var d = c[b]
if (d !== a && d.form === a.form) {
var e = fd(d)
if (!e) throw Error(m(90))
Hg(d)
Ee(d, e)
}
}
}
break
case 'textarea':
Mg(a, c)
break
case 'select':
;((b = c.value), null != b && Mb(a, !!c.multiple, b, !1))
}
}
;(function (a, b, c) {
Vg = a
Wg = c
})(
pg,
function (a, b, c, d, e) {
var f = x,
g = ca.transition
try {
return ((ca.transition = null), (x = 1), a(b, c, d, e))
} finally {
;((x = f), (ca.transition = g), 0 === w && Vc())
}
},
Hb
)
var Zl = { usingClientEntryPoint: !1, Events: [rc, Sb, fd, Sg, Tg, pg] }
;(function (a) {
return Vj({
bundleType: a.bundleType,
version: a.version,
rendererPackageName: a.rendererPackageName,
rendererConfig: a.rendererConfig,
overrideHookState: null,
overrideHookStateDeletePath: null,
overrideHookStateRenamePath: null,
overrideProps: null,
overridePropsDeletePath: null,
overridePropsRenamePath: null,
setErrorHandler: null,
setSuspenseHandler: null,
scheduleUpdate: null,
currentDispatcherRef: Xa.ReactCurrentDispatcher,
findHostInstanceByFiber: Hl,
findFiberByHostInstance: a.findFiberByHostInstance || Il,
findHostInstancesForRefresh: null,
scheduleRefresh: null,
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: '18.3.1',
})
})({
findFiberByHostInstance: ub,
bundleType: 0,
version: '18.3.1-next-f1338f8080-20240426',
rendererPackageName: 'react-dom',
})
R.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Zl
R.createPortal = function (a, b) {
var c = 2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : null
if (!vg(b)) throw Error(m(200))
return Gl(a, b, null, c)
}
R.createRoot = function (a, b) {
if (!vg(a)) throw Error(m(299))
var c = !1,
d = '',
e = Hj
null !== b &&
void 0 !== b &&
(!0 === b.unstable_strictMode && (c = !0),
void 0 !== b.identifierPrefix && (d = b.identifierPrefix),
void 0 !== b.onRecoverableError && (e = b.onRecoverableError))
b = sg(a, 1, !1, null, null, c, !1, d, e)
a[Ma] = b.current
Gc(8 === a.nodeType ? a.parentNode : a)
return new ug(b)
}
R.findDOMNode = function (a) {
if (null == a) return null
if (1 === a.nodeType) return a
var b = a._reactInternals
if (void 0 === b) {
if ('function' === typeof a.render) throw Error(m(188))
a = Object.keys(a).join(',')
throw Error(m(268, a))
}
a = Zg(b)
a = null === a ? null : a.stateNode
return a
}
R.flushSync = function (a) {
return Hb(a)
}
R.hydrate = function (a, b, c) {
if (!ne(b)) throw Error(m(200))
return oe(null, a, b, !0, c)
}
R.hydrateRoot = function (a, b, c) {
if (!vg(a)) throw Error(m(405))
var d = (null != c && c.hydratedSources) || null,
e = !1,
f = '',
g = Hj
null !== c &&
void 0 !== c &&
(!0 === c.unstable_strictMode && (e = !0),
void 0 !== c.identifierPrefix && (f = c.identifierPrefix),
void 0 !== c.onRecoverableError && (g = c.onRecoverableError))
b = Bj(b, null, a, 1, null != c ? c : null, e, !1, f, g)
a[Ma] = b.current
Gc(a)
if (d)
for (a = 0; a < d.length; a++)
((c = d[a]),
(e = c._getVersion),
(e = e(c._source)),
null == b.mutableSourceEagerHydrationData
? (b.mutableSourceEagerHydrationData = [c, e])
: b.mutableSourceEagerHydrationData.push(c, e))
return new me(b)
}
R.render = function (a, b, c) {
if (!ne(b)) throw Error(m(200))
return oe(null, a, b, !1, c)
}
R.unmountComponentAtNode = function (a) {
if (!ne(a)) throw Error(m(40))
return a._reactRootContainer
? (Hb(function () {
oe(null, null, a, !1, function () {
a._reactRootContainer = null
a[Ma] = null
})
}),
!0)
: !1
}
R.unstable_batchedUpdates = pg
R.unstable_renderSubtreeIntoContainer = function (a, b, c, d) {
if (!ne(c)) throw Error(m(200))
if (null == a || void 0 === a._reactInternals) throw Error(m(38))
return oe(a, b, c, !1, d)
}
R.version = '18.3.1-next-f1338f8080-20240426'
})
})()