@editora/ui-react 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AppHeader-49a8d3e0.mjs +98 -0
- package/dist/AppHeader-5c427700.js +33 -0
- package/dist/AppHeader.cjs.js +1 -0
- package/dist/AppHeader.d.ts +3 -0
- package/dist/AppHeader.d.ts.map +1 -0
- package/dist/AppHeader.esm.js +5 -0
- package/dist/Breadcrumb.cjs.js +1 -0
- package/dist/Breadcrumb.d.ts +3 -0
- package/dist/Breadcrumb.d.ts.map +1 -0
- package/dist/Breadcrumb.esm.js +80 -0
- package/dist/Card.cjs.js +34 -0
- package/dist/Card.d.ts +3 -0
- package/dist/Card.d.ts.map +1 -0
- package/dist/Card.esm.js +67 -0
- package/dist/Collapsible.cjs.js +1 -0
- package/dist/Collapsible.d.ts +3 -0
- package/dist/Collapsible.d.ts.map +1 -0
- package/dist/Collapsible.esm.js +113 -0
- package/dist/Combobox.cjs.js +1 -0
- package/dist/Combobox.d.ts +3 -0
- package/dist/Combobox.d.ts.map +1 -0
- package/dist/Combobox.esm.js +118 -0
- package/dist/Command-93c3b761.mjs +62 -0
- package/dist/Command-da77cea8.js +1 -0
- package/dist/Command.cjs.js +1 -0
- package/dist/Command.d.ts +3 -0
- package/dist/Command.d.ts.map +1 -0
- package/dist/Command.esm.js +7 -0
- package/dist/CommandPalette-136d08a9.mjs +68 -0
- package/dist/CommandPalette-e827844c.js +1 -0
- package/dist/CommandPalette.cjs.js +1 -0
- package/dist/CommandPalette.d.ts +3 -0
- package/dist/CommandPalette.d.ts.map +1 -0
- package/dist/CommandPalette.esm.js +7 -0
- package/dist/Drawer.cjs.js +1 -0
- package/dist/Drawer.d.ts +3 -0
- package/dist/Drawer.d.ts.map +1 -0
- package/dist/Drawer.esm.js +124 -0
- package/dist/FloatingToolbar.cjs.js +1 -0
- package/dist/FloatingToolbar.d.ts +3 -0
- package/dist/FloatingToolbar.d.ts.map +1 -0
- package/dist/FloatingToolbar.esm.js +100 -0
- package/dist/Form.cjs.js +1 -0
- package/dist/Form.d.ts +3 -0
- package/dist/Form.d.ts.map +1 -0
- package/dist/Form.esm.js +98 -0
- package/dist/HoverCard.cjs.js +1 -0
- package/dist/HoverCard.d.ts +3 -0
- package/dist/HoverCard.d.ts.map +1 -0
- package/dist/HoverCard.esm.js +61 -0
- package/dist/Input.cjs.js +1 -0
- package/dist/Input.d.ts +3 -0
- package/dist/Input.d.ts.map +1 -0
- package/dist/Input.esm.js +126 -0
- package/dist/Label.cjs.js +1 -0
- package/dist/Label.d.ts +3 -0
- package/dist/Label.d.ts.map +1 -0
- package/dist/Label.esm.js +46 -0
- package/dist/Layout.cjs.js +1 -0
- package/dist/Layout.d.ts +3 -0
- package/dist/Layout.d.ts.map +1 -0
- package/dist/Layout.esm.js +69 -0
- package/dist/Menu-010405cb.js +1 -0
- package/dist/Menu-43e67281.mjs +142 -0
- package/dist/Menu.cjs.js +1 -0
- package/dist/Menu.d.ts +3 -0
- package/dist/Menu.d.ts.map +1 -0
- package/dist/Menu.esm.js +6 -0
- package/dist/Menubar.cjs.js +1 -0
- package/dist/Menubar.d.ts +3 -0
- package/dist/Menubar.d.ts.map +1 -0
- package/dist/Menubar.esm.js +75 -0
- package/dist/Popover.cjs.js +1 -0
- package/dist/Popover.d.ts +3 -0
- package/dist/Popover.d.ts.map +1 -0
- package/dist/Popover.esm.js +68 -0
- package/dist/QuickActions.cjs.js +1 -0
- package/dist/QuickActions.d.ts +3 -0
- package/dist/QuickActions.d.ts.map +1 -0
- package/dist/QuickActions.esm.js +68 -0
- package/dist/Rating.cjs.js +1 -0
- package/dist/Rating.d.ts +2 -0
- package/dist/Rating.d.ts.map +1 -0
- package/dist/Rating.esm.js +81 -0
- package/dist/Select.cjs.js +1 -0
- package/dist/Select.d.ts +3 -0
- package/dist/Select.d.ts.map +1 -0
- package/dist/Select.esm.js +143 -0
- package/dist/SelectionPopup.cjs.js +1 -0
- package/dist/SelectionPopup.d.ts +3 -0
- package/dist/SelectionPopup.d.ts.map +1 -0
- package/dist/SelectionPopup.esm.js +85 -0
- package/dist/Sidebar.cjs.js +105 -0
- package/dist/Sidebar.d.ts +3 -0
- package/dist/Sidebar.d.ts.map +1 -0
- package/dist/Sidebar.esm.js +10161 -0
- package/dist/Switch.cjs.js +1 -0
- package/dist/Switch.d.ts +3 -0
- package/dist/Switch.d.ts.map +1 -0
- package/dist/Switch.esm.js +67 -0
- package/dist/Tabs.cjs.js +1 -0
- package/dist/Tabs.d.ts +3 -0
- package/dist/Tabs.d.ts.map +1 -0
- package/dist/Tabs.esm.js +78 -0
- package/dist/Textarea.cjs.js +1 -0
- package/dist/Textarea.d.ts +3 -0
- package/dist/Textarea.d.ts.map +1 -0
- package/dist/Textarea.esm.js +125 -0
- package/dist/ToggleGroup-4e0917a9.js +1 -0
- package/dist/ToggleGroup-5ef6a876.mjs +118 -0
- package/dist/ToggleGroup.cjs.js +1 -0
- package/dist/ToggleGroup.d.ts +3 -0
- package/dist/ToggleGroup.d.ts.map +1 -0
- package/dist/ToggleGroup.esm.js +5 -0
- package/dist/Tree.cjs.js +1 -0
- package/dist/Tree.d.ts +3 -0
- package/dist/Tree.d.ts.map +1 -0
- package/dist/Tree.esm.js +44 -0
- package/dist/Wizard.cjs.js +1 -0
- package/dist/Wizard.d.ts +3 -0
- package/dist/Wizard.d.ts.map +1 -0
- package/dist/Wizard.esm.js +172 -0
- package/dist/__tests__/RatingDemo.d.ts +4 -0
- package/dist/__tests__/RatingDemo.d.ts.map +1 -0
- package/dist/_internals-b9f3e909.js +1 -0
- package/dist/_internals-f8fb69a8.mjs +23 -0
- package/dist/components/AppHeader.cjs.js +1 -0
- package/dist/components/AppHeader.d.ts +15 -8
- package/dist/components/AppHeader.d.ts.map +1 -1
- package/dist/components/AppHeader.esm.js +5 -0
- package/dist/components/Breadcrumb.cjs.js +1 -0
- package/dist/components/Breadcrumb.d.ts +27 -8
- package/dist/components/Breadcrumb.d.ts.map +1 -1
- package/dist/components/Breadcrumb.esm.js +7 -0
- package/dist/components/Card.cjs.js +1 -0
- package/dist/components/Card.d.ts +21 -13
- package/dist/components/Card.d.ts.map +1 -1
- package/dist/components/Card.esm.js +6 -0
- package/dist/components/Collapsible.cjs.js +1 -0
- package/dist/components/Collapsible.d.ts +29 -5
- package/dist/components/Collapsible.d.ts.map +1 -1
- package/dist/components/Collapsible.esm.js +7 -0
- package/dist/components/Combobox.cjs.js +1 -0
- package/dist/components/Combobox.d.ts +15 -2
- package/dist/components/Combobox.d.ts.map +1 -1
- package/dist/components/Combobox.esm.js +6 -0
- package/dist/components/Command.cjs.js +1 -0
- package/dist/components/Command.d.ts +17 -3
- package/dist/components/Command.d.ts.map +1 -1
- package/dist/components/Command.esm.js +7 -0
- package/dist/components/CommandPalette.cjs.js +1 -0
- package/dist/components/CommandPalette.d.ts +14 -12
- package/dist/components/CommandPalette.d.ts.map +1 -1
- package/dist/components/CommandPalette.esm.js +7 -0
- package/dist/components/DataTable.d.ts +1 -1
- package/dist/components/Drawer.cjs.js +1 -0
- package/dist/components/Drawer.d.ts +19 -10
- package/dist/components/Drawer.d.ts.map +1 -1
- package/dist/components/Drawer.esm.js +6 -0
- package/dist/components/Dropdown.d.ts +45 -29
- package/dist/components/Dropdown.d.ts.map +1 -1
- package/dist/components/FloatingToolbar.cjs.js +1 -0
- package/dist/components/FloatingToolbar.d.ts +7 -275
- package/dist/components/FloatingToolbar.d.ts.map +1 -1
- package/dist/components/FloatingToolbar.esm.js +7 -0
- package/dist/components/Form.cjs.js +1 -0
- package/dist/components/Form.d.ts +13 -30
- package/dist/components/Form.d.ts.map +1 -1
- package/dist/components/Form.esm.js +6 -0
- package/dist/components/HoverCard.cjs.js +1 -0
- package/dist/components/HoverCard.d.ts +8 -3
- package/dist/components/HoverCard.d.ts.map +1 -1
- package/dist/components/HoverCard.esm.js +6 -0
- package/dist/components/Input.cjs.js +1 -0
- package/dist/components/Input.d.ts +10 -3
- package/dist/components/Input.d.ts.map +1 -1
- package/dist/components/Input.esm.js +6 -0
- package/dist/components/Label.cjs.js +1 -0
- package/dist/components/Label.d.ts +6 -1
- package/dist/components/Label.d.ts.map +1 -1
- package/dist/components/Label.esm.js +6 -0
- package/dist/components/Layout.cjs.js +1 -0
- package/dist/components/Layout.d.ts +23 -5
- package/dist/components/Layout.d.ts.map +1 -1
- package/dist/components/Layout.esm.js +6 -0
- package/dist/components/Menu.cjs.js +1 -0
- package/dist/components/Menu.d.ts +46 -12
- package/dist/components/Menu.d.ts.map +1 -1
- package/dist/components/Menu.esm.js +6 -0
- package/dist/components/Menubar.cjs.js +1 -0
- package/dist/components/Menubar.d.ts +11 -266
- package/dist/components/Menubar.d.ts.map +1 -1
- package/dist/components/Menubar.esm.js +6 -0
- package/dist/components/Popover.cjs.js +1 -0
- package/dist/components/Popover.d.ts +6 -1
- package/dist/components/Popover.d.ts.map +1 -1
- package/dist/components/Popover.esm.js +7 -0
- package/dist/components/QuickActions.cjs.js +1 -0
- package/dist/components/QuickActions.d.ts +4 -1
- package/dist/components/QuickActions.d.ts.map +1 -1
- package/dist/components/QuickActions.esm.js +6 -0
- package/dist/components/Rating.cjs.js +1 -0
- package/dist/components/Rating.d.ts +52 -0
- package/dist/components/Rating.d.ts.map +1 -0
- package/dist/components/Rating.esm.js +5 -0
- package/dist/components/Select.cjs.js +1 -0
- package/dist/components/Select.d.ts +16 -1
- package/dist/components/Select.d.ts.map +1 -1
- package/dist/components/Select.esm.js +6 -0
- package/dist/components/SelectionPopup.cjs.js +1 -0
- package/dist/components/SelectionPopup.d.ts +21 -269
- package/dist/components/SelectionPopup.d.ts.map +1 -1
- package/dist/components/SelectionPopup.esm.js +7 -0
- package/dist/components/Sidebar.cjs.js +1 -0
- package/dist/components/Sidebar.d.ts +56 -21
- package/dist/components/Sidebar.d.ts.map +1 -1
- package/dist/components/Sidebar.esm.js +6 -0
- package/dist/components/Switch.cjs.js +1 -0
- package/dist/components/Switch.d.ts +4 -1
- package/dist/components/Switch.d.ts.map +1 -1
- package/dist/components/Switch.esm.js +6 -0
- package/dist/components/Tabs.cjs.js +1 -0
- package/dist/components/Tabs.d.ts +14 -1
- package/dist/components/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs.esm.js +6 -0
- package/dist/components/Textarea.cjs.js +1 -0
- package/dist/components/Textarea.d.ts +8 -1
- package/dist/components/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea.esm.js +6 -0
- package/dist/components/ToggleGroup.cjs.js +1 -0
- package/dist/components/ToggleGroup.d.ts +32 -1
- package/dist/components/ToggleGroup.d.ts.map +1 -1
- package/dist/components/ToggleGroup.esm.js +5 -0
- package/dist/components/Tree.cjs.js +1 -0
- package/dist/components/Tree.d.ts +21 -4
- package/dist/components/Tree.d.ts.map +1 -1
- package/dist/components/Tree.esm.js +5 -0
- package/dist/components/Wizard.cjs.js +1 -0
- package/dist/components/Wizard.d.ts +39 -7
- package/dist/components/Wizard.d.ts.map +1 -1
- package/dist/components/Wizard.esm.js +5 -0
- package/dist/components/index.d.ts +13 -4
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -170
- package/dist/index.d.ts +15 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +3956 -15799
- package/package.json +176 -2
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const gr=require("react"),Rs=$=>$&&$.__esModule?$:{default:$},Pe=Rs(gr);var wo={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-dom-server-legacy.browser.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var fs;function Is(){if(fs)return wo;fs=1;var $=Pe.default;function M(o){for(var u="https://reactjs.org/docs/error-decoder.html?invariant="+o,h=1;h<arguments.length;h++)u+="&args[]="+encodeURIComponent(arguments[h]);return"Minified React error #"+o+"; visit "+u+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var H=Object.prototype.hasOwnProperty,Y=/^[: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]*$/,g={},K={};function $e(o){return H.call(K,o)?!0:H.call(g,o)?!1:Y.test(o)?K[o]=!0:(g[o]=!0,!1)}function ue(o,u,h,m,E,k,F){this.acceptsBooleans=u===2||u===3||u===4,this.attributeName=m,this.attributeNamespace=E,this.mustUseProperty=h,this.propertyName=o,this.type=u,this.sanitizeURL=k,this.removeEmptyString=F}var P={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(o){P[o]=new ue(o,0,!1,o,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(o){var u=o[0];P[u]=new ue(u,1,!1,o[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(o){P[o]=new ue(o,2,!1,o.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(o){P[o]=new ue(o,2,!1,o,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(o){P[o]=new ue(o,3,!1,o.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(o){P[o]=new ue(o,3,!0,o,null,!1,!1)}),["capture","download"].forEach(function(o){P[o]=new ue(o,4,!1,o,null,!1,!1)}),["cols","rows","size","span"].forEach(function(o){P[o]=new ue(o,6,!1,o,null,!1,!1)}),["rowSpan","start"].forEach(function(o){P[o]=new ue(o,5,!1,o.toLowerCase(),null,!1,!1)});var D=/[\-:]([a-z])/g;function rt(o){return o[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(o){var u=o.replace(D,rt);P[u]=new ue(u,1,!1,o,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(o){var u=o.replace(D,rt);P[u]=new ue(u,1,!1,o,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(o){var u=o.replace(D,rt);P[u]=new ue(u,1,!1,o,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(o){P[o]=new ue(o,1,!1,o.toLowerCase(),null,!1,!1)}),P.xlinkHref=new ue("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(o){P[o]=new ue(o,1,!1,o.toLowerCase(),null,!0,!0)});var B={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},re=["Webkit","ms","Moz","O"];Object.keys(B).forEach(function(o){re.forEach(function(u){u=u+o.charAt(0).toUpperCase()+o.substring(1),B[u]=B[o]})});var Dt=/["'&<>]/;function ge(o){if(typeof o=="boolean"||typeof o=="number")return""+o;o=""+o;var u=Dt.exec(o);if(u){var h="",m,E=0;for(m=u.index;m<o.length;m++){switch(o.charCodeAt(m)){case 34:u=""";break;case 38:u="&";break;case 39:u="'";break;case 60:u="<";break;case 62:u=">";break;default:continue}E!==m&&(h+=o.substring(E,m)),E=m+1,h+=u}o=E!==m?h+o.substring(E,m):h}return o}var gt=/([A-Z])/g,j=/^ms-/,O=Array.isArray;function Ce(o,u){return{insertionMode:o,selectedValue:u}}function nt(o,u,h){switch(u){case"select":return Ce(1,h.value!=null?h.value:h.defaultValue);case"svg":return Ce(2,null);case"math":return Ce(3,null);case"foreignObject":return Ce(1,null);case"table":return Ce(4,null);case"thead":case"tbody":case"tfoot":return Ce(5,null);case"colgroup":return Ce(7,null);case"tr":return Ce(6,null)}return 4<=o.insertionMode||o.insertionMode===0?Ce(1,null):o}var _e=new Map;function pe(o,u,h){if(typeof h!="object")throw Error(M(62));u=!0;for(var m in h)if(H.call(h,m)){var E=h[m];if(E!=null&&typeof E!="boolean"&&E!==""){if(m.indexOf("--")===0){var k=ge(m);E=ge((""+E).trim())}else{k=m;var F=_e.get(k);F!==void 0||(F=ge(k.replace(gt,"-$1").toLowerCase().replace(j,"-ms-")),_e.set(k,F)),k=F,E=typeof E=="number"?E===0||H.call(B,m)?""+E:E+"px":ge((""+E).trim())}u?(u=!1,o.push(' style="',k,":",E)):o.push(";",k,":",E)}}u||o.push('"')}function he(o,u,h,m){switch(h){case"style":pe(o,u,m);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<h.length)||h[0]!=="o"&&h[0]!=="O"||h[1]!=="n"&&h[1]!=="N"){if(u=P.hasOwnProperty(h)?P[h]:null,u!==null){switch(typeof m){case"function":case"symbol":return;case"boolean":if(!u.acceptsBooleans)return}switch(h=u.attributeName,u.type){case 3:m&&o.push(" ",h,'=""');break;case 4:m===!0?o.push(" ",h,'=""'):m!==!1&&o.push(" ",h,'="',ge(m),'"');break;case 5:isNaN(m)||o.push(" ",h,'="',ge(m),'"');break;case 6:!isNaN(m)&&1<=m&&o.push(" ",h,'="',ge(m),'"');break;default:u.sanitizeURL&&(m=""+m),o.push(" ",h,'="',ge(m),'"')}}else if($e(h)){switch(typeof m){case"function":case"symbol":return;case"boolean":if(u=h.toLowerCase().slice(0,5),u!=="data-"&&u!=="aria-")return}o.push(" ",h,'="',ge(m),'"')}}}function te(o,u,h){if(u!=null){if(h!=null)throw Error(M(60));if(typeof u!="object"||!("__html"in u))throw Error(M(61));u=u.__html,u!=null&&o.push(""+u)}}function Ve(o){var u="";return $.Children.forEach(o,function(h){h!=null&&(u+=h)}),u}function le(o,u,h,m){o.push(Ae(h));var E=h=null,k;for(k in u)if(H.call(u,k)){var F=u[k];if(F!=null)switch(k){case"children":h=F;break;case"dangerouslySetInnerHTML":E=F;break;default:he(o,m,k,F)}}return o.push(">"),te(o,E,h),typeof h=="string"?(o.push(ge(h)),null):h}var et=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ye=new Map;function Ae(o){var u=Ye.get(o);if(u===void 0){if(!et.test(o))throw Error(M(65,o));u="<"+o,Ye.set(o,u)}return u}function ot(o,u,h,m,E){switch(u){case"select":o.push(Ae("select"));var k=null,F=null;for(V in h)if(H.call(h,V)){var L=h[V];if(L!=null)switch(V){case"children":k=L;break;case"dangerouslySetInnerHTML":F=L;break;case"defaultValue":case"value":break;default:he(o,m,V,L)}}return o.push(">"),te(o,F,k),k;case"option":F=E.selectedValue,o.push(Ae("option"));var W=L=null,G=null,V=null;for(k in h)if(H.call(h,k)){var oe=h[k];if(oe!=null)switch(k){case"children":L=oe;break;case"selected":G=oe;break;case"dangerouslySetInnerHTML":V=oe;break;case"value":W=oe;default:he(o,m,k,oe)}}if(F!=null)if(h=W!==null?""+W:Ve(L),O(F)){for(m=0;m<F.length;m++)if(""+F[m]===h){o.push(' selected=""');break}}else""+F===h&&o.push(' selected=""');else G&&o.push(' selected=""');return o.push(">"),te(o,V,L),L;case"textarea":o.push(Ae("textarea")),V=F=k=null;for(L in h)if(H.call(h,L)&&(W=h[L],W!=null))switch(L){case"children":V=W;break;case"value":k=W;break;case"defaultValue":F=W;break;case"dangerouslySetInnerHTML":throw Error(M(91));default:he(o,m,L,W)}if(k===null&&F!==null&&(k=F),o.push(">"),V!=null){if(k!=null)throw Error(M(92));if(O(V)&&1<V.length)throw Error(M(93));k=""+V}return typeof k=="string"&&k[0]===`
|
|
10
|
+
`&&o.push(`
|
|
11
|
+
`),k!==null&&o.push(ge(""+k)),null;case"input":o.push(Ae("input")),W=V=L=k=null;for(F in h)if(H.call(h,F)&&(G=h[F],G!=null))switch(F){case"children":case"dangerouslySetInnerHTML":throw Error(M(399,"input"));case"defaultChecked":W=G;break;case"defaultValue":L=G;break;case"checked":V=G;break;case"value":k=G;break;default:he(o,m,F,G)}return V!==null?he(o,m,"checked",V):W!==null&&he(o,m,"checked",W),k!==null?he(o,m,"value",k):L!==null&&he(o,m,"value",L),o.push("/>"),null;case"menuitem":o.push(Ae("menuitem"));for(var Je in h)if(H.call(h,Je)&&(k=h[Je],k!=null))switch(Je){case"children":case"dangerouslySetInnerHTML":throw Error(M(400));default:he(o,m,Je,k)}return o.push(">"),null;case"title":o.push(Ae("title")),k=null;for(oe in h)if(H.call(h,oe)&&(F=h[oe],F!=null))switch(oe){case"children":k=F;break;case"dangerouslySetInnerHTML":throw Error(M(434));default:he(o,m,oe,F)}return o.push(">"),k;case"listing":case"pre":o.push(Ae(u)),F=k=null;for(W in h)if(H.call(h,W)&&(L=h[W],L!=null))switch(W){case"children":k=L;break;case"dangerouslySetInnerHTML":F=L;break;default:he(o,m,W,L)}if(o.push(">"),F!=null){if(k!=null)throw Error(M(60));if(typeof F!="object"||!("__html"in F))throw Error(M(61));h=F.__html,h!=null&&(typeof h=="string"&&0<h.length&&h[0]===`
|
|
12
|
+
`?o.push(`
|
|
13
|
+
`,h):o.push(""+h))}return typeof k=="string"&&k[0]===`
|
|
14
|
+
`&&o.push(`
|
|
15
|
+
`),k;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":o.push(Ae(u));for(var ze in h)if(H.call(h,ze)&&(k=h[ze],k!=null))switch(ze){case"children":case"dangerouslySetInnerHTML":throw Error(M(399,u));default:he(o,m,ze,k)}return o.push("/>"),null;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 le(o,h,u,m);case"html":return E.insertionMode===0&&o.push("<!DOCTYPE html>"),le(o,h,u,m);default:if(u.indexOf("-")===-1&&typeof h.is!="string")return le(o,h,u,m);o.push(Ae(u)),F=k=null;for(G in h)if(H.call(h,G)&&(L=h[G],L!=null))switch(G){case"children":k=L;break;case"dangerouslySetInnerHTML":F=L;break;case"style":pe(o,m,L);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:$e(G)&&typeof L!="function"&&typeof L!="symbol"&&o.push(" ",G,'="',ge(L),'"')}return o.push(">"),te(o,F,k),k}}function Ze(o,u,h){if(o.push('<!--$?--><template id="'),h===null)throw Error(M(395));return o.push(h),o.push('"></template>')}function Ht(o,u,h,m){switch(h.insertionMode){case 0:case 1:return o.push('<div hidden id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');case 2:return o.push('<svg aria-hidden="true" style="display:none" id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');case 3:return o.push('<math aria-hidden="true" style="display:none" id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');case 4:return o.push('<table hidden id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');case 5:return o.push('<table hidden><tbody id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');case 6:return o.push('<table hidden><tr id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');case 7:return o.push('<table hidden><colgroup id="'),o.push(u.segmentPrefix),u=m.toString(16),o.push(u),o.push('">');default:throw Error(M(397))}}function zt(o,u){switch(u.insertionMode){case 0:case 1:return o.push("</div>");case 2:return o.push("</svg>");case 3:return o.push("</math>");case 4:return o.push("</table>");case 5:return o.push("</tbody></table>");case 6:return o.push("</tr></table>");case 7:return o.push("</colgroup></table>");default:throw Error(M(397))}}var mt=/[<\u2028\u2029]/g;function Ue(o){return JSON.stringify(o).replace(mt,function(u){switch(u){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function Me(o,u){return u=u===void 0?"":u,{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:u+"P:",segmentPrefix:u+"S:",boundaryPrefix:u+"B:",idPrefix:u,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:o}}function at(o,u,h,m){return h.generateStaticMarkup?(o.push(ge(u)),!1):(u===""?o=m:(m&&o.push("<!-- -->"),o.push(ge(u)),o=!0),o)}var ce=Object.assign,fe=Symbol.for("react.element"),jt=Symbol.for("react.portal"),yt=Symbol.for("react.fragment"),me=Symbol.for("react.strict_mode"),q=Symbol.for("react.profiler"),J=Symbol.for("react.provider"),Oe=Symbol.for("react.context"),Se=Symbol.for("react.forward_ref"),Fe=Symbol.for("react.suspense"),Ee=Symbol.for("react.suspense_list"),At=Symbol.for("react.memo"),ie=Symbol.for("react.lazy"),ne=Symbol.for("react.scope"),He=Symbol.for("react.debug_trace_mode"),nr=Symbol.for("react.legacy_hidden"),cn=Symbol.for("react.default_value"),it=Symbol.iterator;function or(o){if(o==null)return null;if(typeof o=="function")return o.displayName||o.name||null;if(typeof o=="string")return o;switch(o){case yt:return"Fragment";case jt:return"Portal";case q:return"Profiler";case me:return"StrictMode";case Fe:return"Suspense";case Ee:return"SuspenseList"}if(typeof o=="object")switch(o.$$typeof){case Oe:return(o.displayName||"Context")+".Consumer";case J:return(o._context.displayName||"Context")+".Provider";case Se:var u=o.render;return o=o.displayName,o||(o=u.displayName||u.name||"",o=o!==""?"ForwardRef("+o+")":"ForwardRef"),o;case At:return u=o.displayName||null,u!==null?u:or(o.type)||"Memo";case ie:u=o._payload,o=o._init;try{return or(o(u))}catch{}}return null}var ar={};function fn(o,u){if(o=o.contextTypes,!o)return ar;var h={},m;for(m in o)h[m]=u[m];return h}var lt=null;function Be(o,u){if(o!==u){o.context._currentValue2=o.parentValue,o=o.parent;var h=u.parent;if(o===null){if(h!==null)throw Error(M(401))}else{if(h===null)throw Error(M(401));Be(o,h)}u.context._currentValue2=u.value}}function De(o){o.context._currentValue2=o.parentValue,o=o.parent,o!==null&&De(o)}function Mr(o){var u=o.parent;u!==null&&Mr(u),o.context._currentValue2=o.value}function _r(o,u){if(o.context._currentValue2=o.parentValue,o=o.parent,o===null)throw Error(M(402));o.depth===u.depth?Be(o,u):_r(o,u)}function Or(o,u){var h=u.parent;if(h===null)throw Error(M(402));o.depth===h.depth?Be(o,h):Or(o,h),u.context._currentValue2=u.value}function Re(o){var u=lt;u!==o&&(u===null?Mr(o):o===null?De(u):u.depth===o.depth?Be(u,o):u.depth>o.depth?_r(u,o):Or(u,o),lt=o)}var Lr={isMounted:function(){return!1},enqueueSetState:function(o,u){o=o._reactInternals,o.queue!==null&&o.queue.push(u)},enqueueReplaceState:function(o,u){o=o._reactInternals,o.replace=!0,o.queue=[u]},enqueueForceUpdate:function(){}};function dn(o,u,h,m){var E=o.state!==void 0?o.state:null;o.updater=Lr,o.props=h,o.state=E;var k={queue:[],replace:!1};o._reactInternals=k;var F=u.contextType;if(o.context=typeof F=="object"&&F!==null?F._currentValue2:m,F=u.getDerivedStateFromProps,typeof F=="function"&&(F=F(h,E),E=F==null?E:ce({},E,F),o.state=E),typeof u.getDerivedStateFromProps!="function"&&typeof o.getSnapshotBeforeUpdate!="function"&&(typeof o.UNSAFE_componentWillMount=="function"||typeof o.componentWillMount=="function"))if(u=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),u!==o.state&&Lr.enqueueReplaceState(o,o.state,null),k.queue!==null&&0<k.queue.length)if(u=k.queue,F=k.replace,k.queue=null,k.replace=!1,F&&u.length===1)o.state=u[0];else{for(k=F?u[0]:o.state,E=!0,F=F?1:0;F<u.length;F++){var L=u[F];L=typeof L=="function"?L.call(o,k,h,m):L,L!=null&&(E?(E=!1,k=ce({},k,L)):ce(k,L))}o.state=k}else k.queue=null}var pn={id:1,overflow:""};function Br(o,u,h){var m=o.id;o=o.overflow;var E=32-mr(m)-1;m&=~(1<<E),h+=1;var k=32-mr(u)+E;if(30<k){var F=E-E%5;return k=(m&(1<<F)-1).toString(32),m>>=F,E-=F,{id:1<<32-mr(u)+E|h<<E|m,overflow:k+o}}return{id:1<<k|h<<E|m,overflow:o}}var mr=Math.clz32?Math.clz32:Wt,Ln=Math.log,Ur=Math.LN2;function Wt(o){return o>>>=0,o===0?32:31-(Ln(o)/Ur|0)|0}function Hr(o,u){return o===u&&(o!==0||1/o===1/u)||o!==o&&u!==u}var hn=typeof Object.is=="function"?Object.is:Hr,Ge=null,St=null,Nt=null,se=null,$t=!1,yr=!1,ir=0,bt=null,Sr=0;function Mt(){if(Ge===null)throw Error(M(321));return Ge}function Te(){if(0<Sr)throw Error(M(312));return{memoizedState:null,queue:null,next:null}}function zr(){return se===null?Nt===null?($t=!1,Nt=se=Te()):($t=!0,se=Nt):se.next===null?($t=!1,se=se.next=Te()):($t=!0,se=se.next),se}function jr(){St=Ge=null,yr=!1,Nt=null,Sr=0,se=bt=null}function vn(o,u){return typeof u=="function"?u(o):u}function Ie(o,u,h){if(Ge=Mt(),se=zr(),$t){var m=se.queue;if(u=m.dispatch,bt!==null&&(h=bt.get(m),h!==void 0)){bt.delete(m),m=se.memoizedState;do m=o(m,h.action),h=h.next;while(h!==null);return se.memoizedState=m,[m,u]}return[se.memoizedState,u]}return o=o===vn?typeof u=="function"?u():u:h!==void 0?h(u):u,se.memoizedState=o,o=se.queue={last:null,dispatch:null},o=o.dispatch=Bn.bind(null,Ge,o),[se.memoizedState,o]}function Wr(o,u){if(Ge=Mt(),se=zr(),u=u===void 0?null:u,se!==null){var h=se.memoizedState;if(h!==null&&u!==null){var m=h[1];e:if(m===null)m=!1;else{for(var E=0;E<m.length&&E<u.length;E++)if(!hn(u[E],m[E])){m=!1;break e}m=!0}if(m)return h[0]}}return o=o(),se.memoizedState=[o,u],o}function Bn(o,u,h){if(25<=Sr)throw Error(M(301));if(o===Ge)if(yr=!0,o={action:h,next:null},bt===null&&(bt=new Map),h=bt.get(u),h===void 0)bt.set(u,o);else{for(u=h;u.next!==null;)u=u.next;u.next=o}}function Un(){throw Error(M(394))}function wt(){}var Nr={readContext:function(o){return o._currentValue2},useContext:function(o){return Mt(),o._currentValue2},useMemo:Wr,useReducer:Ie,useRef:function(o){Ge=Mt(),se=zr();var u=se.memoizedState;return u===null?(o={current:o},se.memoizedState=o):u},useState:function(o){return Ie(vn,o)},useInsertionEffect:wt,useLayoutEffect:function(){},useCallback:function(o,u){return Wr(function(){return o},u)},useImperativeHandle:wt,useEffect:wt,useDebugValue:wt,useDeferredValue:function(o){return Mt(),o},useTransition:function(){return Mt(),[!1,Un]},useId:function(){var o=St.treeContext,u=o.overflow;o=o.id,o=(o&~(1<<32-mr(o)-1)).toString(32)+u;var h=br;if(h===null)throw Error(M(404));return u=ir++,o=":"+h.idPrefix+"R"+o,0<u&&(o+="H"+u.toString(32)),o+":"},useMutableSource:function(o,u){return Mt(),u(o._source)},useSyncExternalStore:function(o,u,h){if(h===void 0)throw Error(M(407));return h()}},br=null,$r=$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function lr(o){return console.error(o),null}function Vt(){}function Hn(o,u,h,m,E,k,F,L,W){var G=[],V=new Set;return u={destination:null,responseState:u,progressiveChunkSize:m===void 0?12800:m,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:V,pingedTasks:G,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:E===void 0?lr:E,onAllReady:k===void 0?Vt:k,onShellReady:F===void 0?Vt:F,onShellError:L===void 0?Vt:L,onFatalError:W===void 0?Vt:W},h=wr(u,0,null,h,!1,!1),h.parentFlushed=!0,o=Vr(u,o,null,h,V,ar,null,pn),G.push(o),u}function Vr(o,u,h,m,E,k,F,L){o.allPendingTasks++,h===null?o.pendingRootTasks++:h.pendingTasks++;var W={node:u,ping:function(){var G=o.pingedTasks;G.push(W),G.length===1&&Xe(o)},blockedBoundary:h,blockedSegment:m,abortSet:E,legacyContext:k,context:F,treeContext:L};return E.add(W),W}function wr(o,u,h,m,E,k){return{status:0,id:-1,index:u,parentFlushed:!1,chunks:[],children:[],formatContext:m,boundary:h,lastPushedText:E,textEmbedded:k}}function Yt(o,u){if(o=o.onError(u),o!=null&&typeof o!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof o+'" instead');return o}function _t(o,u){var h=o.onShellError;h(u),h=o.onFatalError,h(u),o.destination!==null?(o.status=2,o.destination.destroy(u)):(o.status=1,o.fatalError=u)}function xt(o,u,h,m,E){for(Ge={},St=u,ir=0,o=h(m,E);yr;)yr=!1,ir=0,Sr+=1,se=null,o=h(m,E);return jr(),o}function sr(o,u,h,m){var E=h.render(),k=m.childContextTypes;if(k!=null){var F=u.legacyContext;if(typeof h.getChildContext!="function")m=F;else{h=h.getChildContext();for(var L in h)if(!(L in k))throw Error(M(108,or(m)||"Unknown",L));m=ce({},F,h)}u.legacyContext=m,xe(o,u,E),u.legacyContext=F}else xe(o,u,E)}function ur(o,u){if(o&&o.defaultProps){u=ce({},u),o=o.defaultProps;for(var h in o)u[h]===void 0&&(u[h]=o[h]);return u}return u}function tt(o,u,h,m,E){if(typeof h=="function")if(h.prototype&&h.prototype.isReactComponent){E=fn(h,u.legacyContext);var k=h.contextType;k=new h(m,typeof k=="object"&&k!==null?k._currentValue2:E),dn(k,h,m,E),sr(o,u,k,h)}else{k=fn(h,u.legacyContext),E=xt(o,u,h,m,k);var F=ir!==0;if(typeof E=="object"&&E!==null&&typeof E.render=="function"&&E.$$typeof===void 0)dn(E,h,m,k),sr(o,u,E,h);else if(F){m=u.treeContext,u.treeContext=Br(m,1,0);try{xe(o,u,E)}finally{u.treeContext=m}}else xe(o,u,E)}else if(typeof h=="string"){switch(E=u.blockedSegment,k=ot(E.chunks,h,m,o.responseState,E.formatContext),E.lastPushedText=!1,F=E.formatContext,E.formatContext=nt(F,h,m),st(o,u,k),E.formatContext=F,h){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:E.chunks.push("</",h,">")}E.lastPushedText=!1}else{switch(h){case nr:case He:case me:case q:case yt:xe(o,u,m.children);return;case Ee:xe(o,u,m.children);return;case ne:throw Error(M(343));case Fe:e:{h=u.blockedBoundary,E=u.blockedSegment,k=m.fallback,m=m.children,F=new Set;var L={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:F,errorDigest:null},W=wr(o,E.chunks.length,L,E.formatContext,!1,!1);E.children.push(W),E.lastPushedText=!1;var G=wr(o,0,null,E.formatContext,!1,!1);G.parentFlushed=!0,u.blockedBoundary=L,u.blockedSegment=G;try{if(st(o,u,m),o.responseState.generateStaticMarkup||G.lastPushedText&&G.textEmbedded&&G.chunks.push("<!-- -->"),G.status=1,Ct(L,G),L.pendingTasks===0)break e}catch(V){G.status=4,L.forceClientRender=!0,L.errorDigest=Yt(o,V)}finally{u.blockedBoundary=h,u.blockedSegment=E}u=Vr(o,k,h,W,F,u.legacyContext,u.context,u.treeContext),o.pingedTasks.push(u)}return}if(typeof h=="object"&&h!==null)switch(h.$$typeof){case Se:if(m=xt(o,u,h.render,m,E),ir!==0){h=u.treeContext,u.treeContext=Br(h,1,0);try{xe(o,u,m)}finally{u.treeContext=h}}else xe(o,u,m);return;case At:h=h.type,m=ur(h,m),tt(o,u,h,m,E);return;case J:if(E=m.children,h=h._context,m=m.value,k=h._currentValue2,h._currentValue2=m,F=lt,lt=m={parent:F,depth:F===null?0:F.depth+1,context:h,parentValue:k,value:m},u.context=m,xe(o,u,E),o=lt,o===null)throw Error(M(403));m=o.parentValue,o.context._currentValue2=m===cn?o.context._defaultValue:m,o=lt=o.parent,u.context=o;return;case Oe:m=m.children,m=m(h._currentValue2),xe(o,u,m);return;case ie:E=h._init,h=E(h._payload),m=ur(h,m),tt(o,u,h,m,void 0);return}throw Error(M(130,h==null?h:typeof h,""))}}function xe(o,u,h){if(u.node=h,typeof h=="object"&&h!==null){switch(h.$$typeof){case fe:tt(o,u,h.type,h.props,h.ref);return;case jt:throw Error(M(257));case ie:var m=h._init;h=m(h._payload),xe(o,u,h);return}if(O(h)){kt(o,u,h);return}if(h===null||typeof h!="object"?m=null:(m=it&&h[it]||h["@@iterator"],m=typeof m=="function"?m:null),m&&(m=m.call(h))){if(h=m.next(),!h.done){var E=[];do E.push(h.value),h=m.next();while(!h.done);kt(o,u,E)}return}throw o=Object.prototype.toString.call(h),Error(M(31,o==="[object Object]"?"object with keys {"+Object.keys(h).join(", ")+"}":o))}typeof h=="string"?(m=u.blockedSegment,m.lastPushedText=at(u.blockedSegment.chunks,h,o.responseState,m.lastPushedText)):typeof h=="number"&&(m=u.blockedSegment,m.lastPushedText=at(u.blockedSegment.chunks,""+h,o.responseState,m.lastPushedText))}function kt(o,u,h){for(var m=h.length,E=0;E<m;E++){var k=u.treeContext;u.treeContext=Br(k,m,E);try{st(o,u,h[E])}finally{u.treeContext=k}}}function st(o,u,h){var m=u.blockedSegment.formatContext,E=u.legacyContext,k=u.context;try{return xe(o,u,h)}catch(W){if(jr(),typeof W=="object"&&W!==null&&typeof W.then=="function"){h=W;var F=u.blockedSegment,L=wr(o,F.chunks.length,null,F.formatContext,F.lastPushedText,!0);F.children.push(L),F.lastPushedText=!1,o=Vr(o,u.node,u.blockedBoundary,L,u.abortSet,u.legacyContext,u.context,u.treeContext).ping,h.then(o,o),u.blockedSegment.formatContext=m,u.legacyContext=E,u.context=k,Re(k)}else throw u.blockedSegment.formatContext=m,u.legacyContext=E,u.context=k,Re(k),W}}function Le(o){var u=o.blockedBoundary;o=o.blockedSegment,o.status=3,Et(this,u,o)}function xr(o,u,h){var m=o.blockedBoundary;o.blockedSegment.status=3,m===null?(u.allPendingTasks--,u.status!==2&&(u.status=2,u.destination!==null&&u.destination.push(null))):(m.pendingTasks--,m.forceClientRender||(m.forceClientRender=!0,o=h===void 0?Error(M(432)):h,m.errorDigest=u.onError(o),m.parentFlushed&&u.clientRenderedBoundaries.push(m)),m.fallbackAbortableTasks.forEach(function(E){return xr(E,u,h)}),m.fallbackAbortableTasks.clear(),u.allPendingTasks--,u.allPendingTasks===0&&(m=u.onAllReady,m()))}function Ct(o,u){if(u.chunks.length===0&&u.children.length===1&&u.children[0].boundary===null){var h=u.children[0];h.id=u.id,h.parentFlushed=!0,h.status===1&&Ct(o,h)}else o.completedSegments.push(u)}function Et(o,u,h){if(u===null){if(h.parentFlushed){if(o.completedRootSegment!==null)throw Error(M(389));o.completedRootSegment=h}o.pendingRootTasks--,o.pendingRootTasks===0&&(o.onShellError=Vt,u=o.onShellReady,u())}else u.pendingTasks--,u.forceClientRender||(u.pendingTasks===0?(h.parentFlushed&&h.status===1&&Ct(u,h),u.parentFlushed&&o.completedBoundaries.push(u),u.fallbackAbortableTasks.forEach(Le,o),u.fallbackAbortableTasks.clear()):h.parentFlushed&&h.status===1&&(Ct(u,h),u.completedSegments.length===1&&u.parentFlushed&&o.partialBoundaries.push(u)));o.allPendingTasks--,o.allPendingTasks===0&&(o=o.onAllReady,o())}function Xe(o){if(o.status!==2){var u=lt,h=$r.current;$r.current=Nr;var m=br;br=o.responseState;try{var E=o.pingedTasks,k;for(k=0;k<E.length;k++){var F=E[k],L=o,W=F.blockedSegment;if(W.status===0){Re(F.context);try{xe(L,F,F.node),L.responseState.generateStaticMarkup||W.lastPushedText&&W.textEmbedded&&W.chunks.push("<!-- -->"),F.abortSet.delete(F),W.status=1,Et(L,F.blockedBoundary,W)}catch(je){if(jr(),typeof je=="object"&&je!==null&&typeof je.then=="function"){var G=F.ping;je.then(G,G)}else{F.abortSet.delete(F),W.status=4;var V=F.blockedBoundary,oe=je,Je=Yt(L,oe);if(V===null?_t(L,oe):(V.pendingTasks--,V.forceClientRender||(V.forceClientRender=!0,V.errorDigest=Je,V.parentFlushed&&L.clientRenderedBoundaries.push(V))),L.allPendingTasks--,L.allPendingTasks===0){var ze=L.onAllReady;ze()}}}finally{}}}E.splice(0,k),o.destination!==null&&Xt(o,o.destination)}catch(je){Yt(o,je),_t(o,je)}finally{br=m,$r.current=h,h===Nr&&Re(u)}}}function Ot(o,u,h){switch(h.parentFlushed=!0,h.status){case 0:var m=h.id=o.nextSegmentId++;return h.lastPushedText=!1,h.textEmbedded=!1,o=o.responseState,u.push('<template id="'),u.push(o.placeholderPrefix),o=m.toString(16),u.push(o),u.push('"></template>');case 1:h.status=2;var E=!0;m=h.chunks;var k=0;h=h.children;for(var F=0;F<h.length;F++){for(E=h[F];k<E.index;k++)u.push(m[k]);E=Gt(o,u,E)}for(;k<m.length-1;k++)u.push(m[k]);return k<m.length&&(E=u.push(m[k])),E;default:throw Error(M(390))}}function Gt(o,u,h){var m=h.boundary;if(m===null)return Ot(o,u,h);if(m.parentFlushed=!0,m.forceClientRender)return o.responseState.generateStaticMarkup||(m=m.errorDigest,u.push("<!--$!-->"),u.push("<template"),m&&(u.push(' data-dgst="'),m=ge(m),u.push(m),u.push('"')),u.push("></template>")),Ot(o,u,h),o=o.responseState.generateStaticMarkup?!0:u.push("<!--/$-->"),o;if(0<m.pendingTasks){m.rootSegmentID=o.nextSegmentId++,0<m.completedSegments.length&&o.partialBoundaries.push(m);var E=o.responseState,k=E.nextSuspenseID++;return E=E.boundaryPrefix+k.toString(16),m=m.id=E,Ze(u,o.responseState,m),Ot(o,u,h),u.push("<!--/$-->")}if(m.byteSize>o.progressiveChunkSize)return m.rootSegmentID=o.nextSegmentId++,o.completedBoundaries.push(m),Ze(u,o.responseState,m.id),Ot(o,u,h),u.push("<!--/$-->");if(o.responseState.generateStaticMarkup||u.push("<!--$-->"),h=m.completedSegments,h.length!==1)throw Error(M(391));return Gt(o,u,h[0]),o=o.responseState.generateStaticMarkup?!0:u.push("<!--/$-->"),o}function Yr(o,u,h){return Ht(u,o.responseState,h.formatContext,h.id),Gt(o,u,h),zt(u,h.formatContext)}function Gr(o,u,h){for(var m=h.completedSegments,E=0;E<m.length;E++)kr(o,u,h,m[E]);if(m.length=0,o=o.responseState,m=h.id,h=h.rootSegmentID,u.push(o.startInlineScript),o.sentCompleteBoundaryFunction?u.push('$RC("'):(o.sentCompleteBoundaryFunction=!0,u.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),m===null)throw Error(M(395));return h=h.toString(16),u.push(m),u.push('","'),u.push(o.segmentPrefix),u.push(h),u.push('")<\/script>')}function kr(o,u,h,m){if(m.status===2)return!0;var E=m.id;if(E===-1){if((m.id=h.rootSegmentID)===-1)throw Error(M(392));return Yr(o,u,m)}return Yr(o,u,m),o=o.responseState,u.push(o.startInlineScript),o.sentCompleteSegmentFunction?u.push('$RS("'):(o.sentCompleteSegmentFunction=!0,u.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),u.push(o.segmentPrefix),E=E.toString(16),u.push(E),u.push('","'),u.push(o.placeholderPrefix),u.push(E),u.push('")<\/script>')}function Xt(o,u){try{var h=o.completedRootSegment;if(h!==null&&o.pendingRootTasks===0){Gt(o,u,h),o.completedRootSegment=null;var m=o.responseState.bootstrapChunks;for(h=0;h<m.length-1;h++)u.push(m[h]);h<m.length&&u.push(m[h])}var E=o.clientRenderedBoundaries,k;for(k=0;k<E.length;k++){var F=E[k];m=u;var L=o.responseState,W=F.id,G=F.errorDigest,V=F.errorMessage,oe=F.errorComponentStack;if(m.push(L.startInlineScript),L.sentClientRenderFunction?m.push('$RX("'):(L.sentClientRenderFunction=!0,m.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),W===null)throw Error(M(395));if(m.push(W),m.push('"'),G||V||oe){m.push(",");var Je=Ue(G||"");m.push(Je)}if(V||oe){m.push(",");var ze=Ue(V||"");m.push(ze)}if(oe){m.push(",");var je=Ue(oe);m.push(je)}if(!m.push(")<\/script>")){o.destination=null,k++,E.splice(0,k);return}}E.splice(0,k);var Lt=o.completedBoundaries;for(k=0;k<Lt.length;k++)if(!Gr(o,u,Lt[k])){o.destination=null,k++,Lt.splice(0,k);return}Lt.splice(0,k);var ut=o.partialBoundaries;for(k=0;k<ut.length;k++){var Tr=ut[k];e:{E=o,F=u;var Zt=Tr.completedSegments;for(L=0;L<Zt.length;L++)if(!kr(E,F,Tr,Zt[L])){L++,Zt.splice(0,L);var cr=!1;break e}Zt.splice(0,L),cr=!0}if(!cr){o.destination=null,k++,ut.splice(0,k);return}}ut.splice(0,k);var Bt=o.completedBoundaries;for(k=0;k<Bt.length;k++)if(!Gr(o,u,Bt[k])){o.destination=null,k++,Bt.splice(0,k);return}Bt.splice(0,k)}finally{o.allPendingTasks===0&&o.pingedTasks.length===0&&o.clientRenderedBoundaries.length===0&&o.completedBoundaries.length===0&&u.push(null)}}function Xr(o,u){try{var h=o.abortableTasks;h.forEach(function(m){return xr(m,o,u)}),h.clear(),o.destination!==null&&Xt(o,o.destination)}catch(m){Yt(o,m),_t(o,m)}}function Cr(){}function Er(o,u,h,m){var E=!1,k=null,F="",L={push:function(G){return G!==null&&(F+=G),!0},destroy:function(G){E=!0,k=G}},W=!1;if(o=Hn(o,Me(h,u?u.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,Cr,void 0,function(){W=!0},void 0,void 0),Xe(o),Xr(o,m),o.status===1)o.status=2,L.destroy(o.fatalError);else if(o.status!==2&&o.destination===null){o.destination=L;try{Xt(o,L)}catch(G){Yt(o,G),_t(o,G)}}if(E)throw k;if(!W)throw Error(M(426));return F}return wo.renderToNodeStream=function(){throw Error(M(207))},wo.renderToStaticMarkup=function(o,u){return Er(o,u,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},wo.renderToStaticNodeStream=function(){throw Error(M(208))},wo.renderToString=function(o,u){return Er(o,u,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},wo.version="18.3.1",wo}var sl={};/**
|
|
16
|
+
* @license React
|
|
17
|
+
* react-dom-server.browser.production.min.js
|
|
18
|
+
*
|
|
19
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
20
|
+
*
|
|
21
|
+
* This source code is licensed under the MIT license found in the
|
|
22
|
+
* LICENSE file in the root directory of this source tree.
|
|
23
|
+
*/var ds;function Ps(){if(ds)return sl;ds=1;var $=Pe.default;function M(a){for(var c="https://reactjs.org/docs/error-decoder.html?invariant="+a,p=1;p<arguments.length;p++)c+="&args[]="+encodeURIComponent(arguments[p]);return"Minified React error #"+a+"; visit "+c+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var H=null,Y=0;function g(a,c){if(c.length!==0)if(512<c.length)0<Y&&(a.enqueue(new Uint8Array(H.buffer,0,Y)),H=new Uint8Array(512),Y=0),a.enqueue(c);else{var p=H.length-Y;p<c.length&&(p===0?a.enqueue(H):(H.set(c.subarray(0,p),Y),a.enqueue(H),c=c.subarray(p)),H=new Uint8Array(512),Y=0),H.set(c,Y),Y+=c.length}}function K(a,c){return g(a,c),!0}function $e(a){H&&0<Y&&(a.enqueue(new Uint8Array(H.buffer,0,Y)),H=null,Y=0)}var ue=new TextEncoder;function P(a){return ue.encode(a)}function D(a){return ue.encode(a)}function rt(a,c){typeof a.error=="function"?a.error(c):a.close()}var B=Object.prototype.hasOwnProperty,re=/^[: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]*$/,Dt={},ge={};function gt(a){return B.call(ge,a)?!0:B.call(Dt,a)?!1:re.test(a)?ge[a]=!0:(Dt[a]=!0,!1)}function j(a,c,p,y,T,C,A){this.acceptsBooleans=c===2||c===3||c===4,this.attributeName=y,this.attributeNamespace=T,this.mustUseProperty=p,this.propertyName=a,this.type=c,this.sanitizeURL=C,this.removeEmptyString=A}var O={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){O[a]=new j(a,0,!1,a,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){var c=a[0];O[c]=new j(c,1,!1,a[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(a){O[a]=new j(a,2,!1,a.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){O[a]=new j(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){O[a]=new j(a,3,!1,a.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(a){O[a]=new j(a,3,!0,a,null,!1,!1)}),["capture","download"].forEach(function(a){O[a]=new j(a,4,!1,a,null,!1,!1)}),["cols","rows","size","span"].forEach(function(a){O[a]=new j(a,6,!1,a,null,!1,!1)}),["rowSpan","start"].forEach(function(a){O[a]=new j(a,5,!1,a.toLowerCase(),null,!1,!1)});var Ce=/[\-:]([a-z])/g;function nt(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 c=a.replace(Ce,nt);O[c]=new j(c,1,!1,a,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var c=a.replace(Ce,nt);O[c]=new j(c,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(a){var c=a.replace(Ce,nt);O[c]=new j(c,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(a){O[a]=new j(a,1,!1,a.toLowerCase(),null,!1,!1)}),O.xlinkHref=new j("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(a){O[a]=new j(a,1,!1,a.toLowerCase(),null,!0,!0)});var _e={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},pe=["Webkit","ms","Moz","O"];Object.keys(_e).forEach(function(a){pe.forEach(function(c){c=c+a.charAt(0).toUpperCase()+a.substring(1),_e[c]=_e[a]})});var he=/["'&<>]/;function te(a){if(typeof a=="boolean"||typeof a=="number")return""+a;a=""+a;var c=he.exec(a);if(c){var p="",y,T=0;for(y=c.index;y<a.length;y++){switch(a.charCodeAt(y)){case 34:c=""";break;case 38:c="&";break;case 39:c="'";break;case 60:c="<";break;case 62:c=">";break;default:continue}T!==y&&(p+=a.substring(T,y)),T=y+1,p+=c}a=T!==y?p+a.substring(T,y):p}return a}var Ve=/([A-Z])/g,le=/^ms-/,et=Array.isArray,Ye=D("<script>"),Ae=D("<\/script>"),ot=D('<script src="'),Ze=D('<script type="module" src="'),Ht=D('" async=""><\/script>'),zt=/(<\/|<)(s)(cript)/gi;function mt(a,c,p,y){return""+c+(p==="s"?"\\u0073":"\\u0053")+y}function Ue(a,c,p,y,T){a=a===void 0?"":a,c=c===void 0?Ye:D('<script nonce="'+te(c)+'">');var C=[];if(p!==void 0&&C.push(c,P((""+p).replace(zt,mt)),Ae),y!==void 0)for(p=0;p<y.length;p++)C.push(ot,P(te(y[p])),Ht);if(T!==void 0)for(y=0;y<T.length;y++)C.push(Ze,P(te(T[y])),Ht);return{bootstrapChunks:C,startInlineScript:c,placeholderPrefix:D(a+"P:"),segmentPrefix:D(a+"S:"),boundaryPrefix:a+"B:",idPrefix:a,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}function Me(a,c){return{insertionMode:a,selectedValue:c}}function at(a){return Me(a==="http://www.w3.org/2000/svg"?2:a==="http://www.w3.org/1998/Math/MathML"?3:0,null)}function ce(a,c,p){switch(c){case"select":return Me(1,p.value!=null?p.value:p.defaultValue);case"svg":return Me(2,null);case"math":return Me(3,null);case"foreignObject":return Me(1,null);case"table":return Me(4,null);case"thead":case"tbody":case"tfoot":return Me(5,null);case"colgroup":return Me(7,null);case"tr":return Me(6,null)}return 4<=a.insertionMode||a.insertionMode===0?Me(1,null):a}var fe=D("<!-- -->");function jt(a,c,p,y){return c===""?y:(y&&a.push(fe),a.push(P(te(c))),!0)}var yt=new Map,me=D(' style="'),q=D(":"),J=D(";");function Oe(a,c,p){if(typeof p!="object")throw Error(M(62));c=!0;for(var y in p)if(B.call(p,y)){var T=p[y];if(T!=null&&typeof T!="boolean"&&T!==""){if(y.indexOf("--")===0){var C=P(te(y));T=P(te((""+T).trim()))}else{C=y;var A=yt.get(C);A!==void 0||(A=D(te(C.replace(Ve,"-$1").toLowerCase().replace(le,"-ms-"))),yt.set(C,A)),C=A,T=typeof T=="number"?T===0||B.call(_e,y)?P(""+T):P(T+"px"):P(te((""+T).trim()))}c?(c=!1,a.push(me,C,q,T)):a.push(J,C,q,T)}}c||a.push(Ee)}var Se=D(" "),Fe=D('="'),Ee=D('"'),At=D('=""');function ie(a,c,p,y){switch(p){case"style":Oe(a,c,y);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<p.length)||p[0]!=="o"&&p[0]!=="O"||p[1]!=="n"&&p[1]!=="N"){if(c=O.hasOwnProperty(p)?O[p]:null,c!==null){switch(typeof y){case"function":case"symbol":return;case"boolean":if(!c.acceptsBooleans)return}switch(p=P(c.attributeName),c.type){case 3:y&&a.push(Se,p,At);break;case 4:y===!0?a.push(Se,p,At):y!==!1&&a.push(Se,p,Fe,P(te(y)),Ee);break;case 5:isNaN(y)||a.push(Se,p,Fe,P(te(y)),Ee);break;case 6:!isNaN(y)&&1<=y&&a.push(Se,p,Fe,P(te(y)),Ee);break;default:c.sanitizeURL&&(y=""+y),a.push(Se,p,Fe,P(te(y)),Ee)}}else if(gt(p)){switch(typeof y){case"function":case"symbol":return;case"boolean":if(c=p.toLowerCase().slice(0,5),c!=="data-"&&c!=="aria-")return}a.push(Se,P(p),Fe,P(te(y)),Ee)}}}var ne=D(">"),He=D("/>");function nr(a,c,p){if(c!=null){if(p!=null)throw Error(M(60));if(typeof c!="object"||!("__html"in c))throw Error(M(61));c=c.__html,c!=null&&a.push(P(""+c))}}function cn(a){var c="";return $.Children.forEach(a,function(p){p!=null&&(c+=p)}),c}var it=D(' selected=""');function or(a,c,p,y){a.push(Be(p));var T=p=null,C;for(C in c)if(B.call(c,C)){var A=c[C];if(A!=null)switch(C){case"children":p=A;break;case"dangerouslySetInnerHTML":T=A;break;default:ie(a,y,C,A)}}return a.push(ne),nr(a,T,p),typeof p=="string"?(a.push(P(te(p))),null):p}var ar=D(`
|
|
24
|
+
`),fn=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,lt=new Map;function Be(a){var c=lt.get(a);if(c===void 0){if(!fn.test(a))throw Error(M(65,a));c=D("<"+a),lt.set(a,c)}return c}var De=D("<!DOCTYPE html>");function Mr(a,c,p,y,T){switch(c){case"select":a.push(Be("select"));var C=null,A=null;for(Q in p)if(B.call(p,Q)){var U=p[Q];if(U!=null)switch(Q){case"children":C=U;break;case"dangerouslySetInnerHTML":A=U;break;case"defaultValue":case"value":break;default:ie(a,y,Q,U)}}return a.push(ne),nr(a,A,C),C;case"option":A=T.selectedValue,a.push(Be("option"));var X=U=null,ee=null,Q=null;for(C in p)if(B.call(p,C)){var ye=p[C];if(ye!=null)switch(C){case"children":U=ye;break;case"selected":ee=ye;break;case"dangerouslySetInnerHTML":Q=ye;break;case"value":X=ye;default:ie(a,y,C,ye)}}if(A!=null)if(p=X!==null?""+X:cn(U),et(A)){for(y=0;y<A.length;y++)if(""+A[y]===p){a.push(it);break}}else""+A===p&&a.push(it);else ee&&a.push(it);return a.push(ne),nr(a,Q,U),U;case"textarea":a.push(Be("textarea")),Q=A=C=null;for(U in p)if(B.call(p,U)&&(X=p[U],X!=null))switch(U){case"children":Q=X;break;case"value":C=X;break;case"defaultValue":A=X;break;case"dangerouslySetInnerHTML":throw Error(M(91));default:ie(a,y,U,X)}if(C===null&&A!==null&&(C=A),a.push(ne),Q!=null){if(C!=null)throw Error(M(92));if(et(Q)&&1<Q.length)throw Error(M(93));C=""+Q}return typeof C=="string"&&C[0]===`
|
|
25
|
+
`&&a.push(ar),C!==null&&a.push(P(te(""+C))),null;case"input":a.push(Be("input")),X=Q=U=C=null;for(A in p)if(B.call(p,A)&&(ee=p[A],ee!=null))switch(A){case"children":case"dangerouslySetInnerHTML":throw Error(M(399,"input"));case"defaultChecked":X=ee;break;case"defaultValue":U=ee;break;case"checked":Q=ee;break;case"value":C=ee;break;default:ie(a,y,A,ee)}return Q!==null?ie(a,y,"checked",Q):X!==null&&ie(a,y,"checked",X),C!==null?ie(a,y,"value",C):U!==null&&ie(a,y,"value",U),a.push(He),null;case"menuitem":a.push(Be("menuitem"));for(var qe in p)if(B.call(p,qe)&&(C=p[qe],C!=null))switch(qe){case"children":case"dangerouslySetInnerHTML":throw Error(M(400));default:ie(a,y,qe,C)}return a.push(ne),null;case"title":a.push(Be("title")),C=null;for(ye in p)if(B.call(p,ye)&&(A=p[ye],A!=null))switch(ye){case"children":C=A;break;case"dangerouslySetInnerHTML":throw Error(M(434));default:ie(a,y,ye,A)}return a.push(ne),C;case"listing":case"pre":a.push(Be(c)),A=C=null;for(X in p)if(B.call(p,X)&&(U=p[X],U!=null))switch(X){case"children":C=U;break;case"dangerouslySetInnerHTML":A=U;break;default:ie(a,y,X,U)}if(a.push(ne),A!=null){if(C!=null)throw Error(M(60));if(typeof A!="object"||!("__html"in A))throw Error(M(61));p=A.__html,p!=null&&(typeof p=="string"&&0<p.length&&p[0]===`
|
|
26
|
+
`?a.push(ar,P(p)):a.push(P(""+p)))}return typeof C=="string"&&C[0]===`
|
|
27
|
+
`&&a.push(ar),C;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":a.push(Be(c));for(var ft in p)if(B.call(p,ft)&&(C=p[ft],C!=null))switch(ft){case"children":case"dangerouslySetInnerHTML":throw Error(M(399,c));default:ie(a,y,ft,C)}return a.push(He),null;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 or(a,p,c,y);case"html":return T.insertionMode===0&&a.push(De),or(a,p,c,y);default:if(c.indexOf("-")===-1&&typeof p.is!="string")return or(a,p,c,y);a.push(Be(c)),A=C=null;for(ee in p)if(B.call(p,ee)&&(U=p[ee],U!=null))switch(ee){case"children":C=U;break;case"dangerouslySetInnerHTML":A=U;break;case"style":Oe(a,y,U);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:gt(ee)&&typeof U!="function"&&typeof U!="symbol"&&a.push(Se,P(ee),Fe,P(te(U)),Ee)}return a.push(ne),nr(a,A,C),C}}var _r=D("</"),Or=D(">"),Re=D('<template id="'),Lr=D('"></template>'),dn=D("<!--$-->"),pn=D('<!--$?--><template id="'),Br=D('"></template>'),mr=D("<!--$!-->"),Ln=D("<!--/$-->"),Ur=D("<template"),Wt=D('"'),Hr=D(' data-dgst="');D(' data-msg="'),D(' data-stck="');var hn=D("></template>");function Ge(a,c,p){if(g(a,pn),p===null)throw Error(M(395));return g(a,p),K(a,Br)}var St=D('<div hidden id="'),Nt=D('">'),se=D("</div>"),$t=D('<svg aria-hidden="true" style="display:none" id="'),yr=D('">'),ir=D("</svg>"),bt=D('<math aria-hidden="true" style="display:none" id="'),Sr=D('">'),Mt=D("</math>"),Te=D('<table hidden id="'),zr=D('">'),jr=D("</table>"),vn=D('<table hidden><tbody id="'),Ie=D('">'),Wr=D("</tbody></table>"),Bn=D('<table hidden><tr id="'),Un=D('">'),wt=D("</tr></table>"),Nr=D('<table hidden><colgroup id="'),br=D('">'),$r=D("</colgroup></table>");function lr(a,c,p,y){switch(p.insertionMode){case 0:case 1:return g(a,St),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,Nt);case 2:return g(a,$t),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,yr);case 3:return g(a,bt),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,Sr);case 4:return g(a,Te),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,zr);case 5:return g(a,vn),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,Ie);case 6:return g(a,Bn),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,Un);case 7:return g(a,Nr),g(a,c.segmentPrefix),g(a,P(y.toString(16))),K(a,br);default:throw Error(M(397))}}function Vt(a,c){switch(c.insertionMode){case 0:case 1:return K(a,se);case 2:return K(a,ir);case 3:return K(a,Mt);case 4:return K(a,jr);case 5:return K(a,Wr);case 6:return K(a,wt);case 7:return K(a,$r);default:throw Error(M(397))}}var Hn=D('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),Vr=D('$RS("'),wr=D('","'),Yt=D('")<\/script>'),_t=D('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),xt=D('$RC("'),sr=D('","'),ur=D('")<\/script>'),tt=D('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),xe=D('$RX("'),kt=D('"'),st=D(")<\/script>"),Le=D(","),xr=/[<\u2028\u2029]/g;function Ct(a){return JSON.stringify(a).replace(xr,function(c){switch(c){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Et=Object.assign,Xe=Symbol.for("react.element"),Ot=Symbol.for("react.portal"),Gt=Symbol.for("react.fragment"),Yr=Symbol.for("react.strict_mode"),Gr=Symbol.for("react.profiler"),kr=Symbol.for("react.provider"),Xt=Symbol.for("react.context"),Xr=Symbol.for("react.forward_ref"),Cr=Symbol.for("react.suspense"),Er=Symbol.for("react.suspense_list"),o=Symbol.for("react.memo"),u=Symbol.for("react.lazy"),h=Symbol.for("react.scope"),m=Symbol.for("react.debug_trace_mode"),E=Symbol.for("react.legacy_hidden"),k=Symbol.for("react.default_value"),F=Symbol.iterator;function L(a){if(a==null)return null;if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case Gt:return"Fragment";case Ot:return"Portal";case Gr:return"Profiler";case Yr:return"StrictMode";case Cr:return"Suspense";case Er:return"SuspenseList"}if(typeof a=="object")switch(a.$$typeof){case Xt:return(a.displayName||"Context")+".Consumer";case kr:return(a._context.displayName||"Context")+".Provider";case Xr:var c=a.render;return a=a.displayName,a||(a=c.displayName||c.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case o:return c=a.displayName||null,c!==null?c:L(a.type)||"Memo";case u:c=a._payload,a=a._init;try{return L(a(c))}catch{}}return null}var W={};function G(a,c){if(a=a.contextTypes,!a)return W;var p={},y;for(y in a)p[y]=c[y];return p}var V=null;function oe(a,c){if(a!==c){a.context._currentValue=a.parentValue,a=a.parent;var p=c.parent;if(a===null){if(p!==null)throw Error(M(401))}else{if(p===null)throw Error(M(401));oe(a,p)}c.context._currentValue=c.value}}function Je(a){a.context._currentValue=a.parentValue,a=a.parent,a!==null&&Je(a)}function ze(a){var c=a.parent;c!==null&&ze(c),a.context._currentValue=a.value}function je(a,c){if(a.context._currentValue=a.parentValue,a=a.parent,a===null)throw Error(M(402));a.depth===c.depth?oe(a,c):je(a,c)}function Lt(a,c){var p=c.parent;if(p===null)throw Error(M(402));a.depth===p.depth?oe(a,p):Lt(a,p),c.context._currentValue=c.value}function ut(a){var c=V;c!==a&&(c===null?ze(a):a===null?Je(c):c.depth===a.depth?oe(c,a):c.depth>a.depth?je(c,a):Lt(c,a),V=a)}var Tr={isMounted:function(){return!1},enqueueSetState:function(a,c){a=a._reactInternals,a.queue!==null&&a.queue.push(c)},enqueueReplaceState:function(a,c){a=a._reactInternals,a.replace=!0,a.queue=[c]},enqueueForceUpdate:function(){}};function Zt(a,c,p,y){var T=a.state!==void 0?a.state:null;a.updater=Tr,a.props=p,a.state=T;var C={queue:[],replace:!1};a._reactInternals=C;var A=c.contextType;if(a.context=typeof A=="object"&&A!==null?A._currentValue:y,A=c.getDerivedStateFromProps,typeof A=="function"&&(A=A(p,T),T=A==null?T:Et({},T,A),a.state=T),typeof c.getDerivedStateFromProps!="function"&&typeof a.getSnapshotBeforeUpdate!="function"&&(typeof a.UNSAFE_componentWillMount=="function"||typeof a.componentWillMount=="function"))if(c=a.state,typeof a.componentWillMount=="function"&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount=="function"&&a.UNSAFE_componentWillMount(),c!==a.state&&Tr.enqueueReplaceState(a,a.state,null),C.queue!==null&&0<C.queue.length)if(c=C.queue,A=C.replace,C.queue=null,C.replace=!1,A&&c.length===1)a.state=c[0];else{for(C=A?c[0]:a.state,T=!0,A=A?1:0;A<c.length;A++){var U=c[A];U=typeof U=="function"?U.call(a,C,p,y):U,U!=null&&(T?(T=!1,C=Et({},C,U)):Et(C,U))}a.state=C}else C.queue=null}var cr={id:1,overflow:""};function Bt(a,c,p){var y=a.id;a=a.overflow;var T=32-Zr(y)-1;y&=~(1<<T),p+=1;var C=32-Zr(c)+T;if(30<C){var A=T-T%5;return C=(y&(1<<A)-1).toString(32),y>>=A,T-=A,{id:1<<32-Zr(c)+T|p<<T|y,overflow:C+a}}return{id:1<<C|p<<T|y,overflow:a}}var Zr=Math.clz32?Math.clz32:zn,xa=Math.log,ka=Math.LN2;function zn(a){return a>>>=0,a===0?32:31-(xa(a)/ka|0)|0}function Ca(a,c){return a===c&&(a!==0||1/a===1/c)||a!==a&&c!==c}var jn=typeof Object.is=="function"?Object.is:Ca,Ut=null,Jr=null,gn=null,ve=null,Jt=!1,Qe=!1,fr=0,Qt=null,mn=0;function Kt(){if(Ut===null)throw Error(M(321));return Ut}function ct(){if(0<mn)throw Error(M(312));return{memoizedState:null,queue:null,next:null}}function Wn(){return ve===null?gn===null?(Jt=!1,gn=ve=ct()):(Jt=!0,ve=gn):ve.next===null?(Jt=!1,ve=ve.next=ct()):(Jt=!0,ve=ve.next),ve}function Nn(){Jr=Ut=null,Qe=!1,gn=null,mn=0,ve=Qt=null}function Eo(a,c){return typeof c=="function"?c(a):c}function To(a,c,p){if(Ut=Kt(),ve=Wn(),Jt){var y=ve.queue;if(c=y.dispatch,Qt!==null&&(p=Qt.get(y),p!==void 0)){Qt.delete(y),y=ve.memoizedState;do y=a(y,p.action),p=p.next;while(p!==null);return ve.memoizedState=y,[y,c]}return[ve.memoizedState,c]}return a=a===Eo?typeof c=="function"?c():c:p!==void 0?p(c):c,ve.memoizedState=a,a=ve.queue={last:null,dispatch:null},a=a.dispatch=Ea.bind(null,Ut,a),[ve.memoizedState,a]}function Ro(a,c){if(Ut=Kt(),ve=Wn(),c=c===void 0?null:c,ve!==null){var p=ve.memoizedState;if(p!==null&&c!==null){var y=p[1];e:if(y===null)y=!1;else{for(var T=0;T<y.length&&T<c.length;T++)if(!jn(c[T],y[T])){y=!1;break e}y=!0}if(y)return p[0]}}return a=a(),ve.memoizedState=[a,c],a}function Ea(a,c,p){if(25<=mn)throw Error(M(301));if(a===Ut)if(Qe=!0,a={action:p,next:null},Qt===null&&(Qt=new Map),p=Qt.get(c),p===void 0)Qt.set(c,a);else{for(c=p;c.next!==null;)c=c.next;c.next=a}}function Ta(){throw Error(M(394))}function yn(){}var Sn={readContext:function(a){return a._currentValue},useContext:function(a){return Kt(),a._currentValue},useMemo:Ro,useReducer:To,useRef:function(a){Ut=Kt(),ve=Wn();var c=ve.memoizedState;return c===null?(a={current:a},ve.memoizedState=a):c},useState:function(a){return To(Eo,a)},useInsertionEffect:yn,useLayoutEffect:function(){},useCallback:function(a,c){return Ro(function(){return a},c)},useImperativeHandle:yn,useEffect:yn,useDebugValue:yn,useDeferredValue:function(a){return Kt(),a},useTransition:function(){return Kt(),[!1,Ta]},useId:function(){var a=Jr.treeContext,c=a.overflow;a=a.id,a=(a&~(1<<32-Zr(a)-1)).toString(32)+c;var p=bn;if(p===null)throw Error(M(404));return c=fr++,a=":"+p.idPrefix+"R"+a,0<c&&(a+="H"+c.toString(32)),a+":"},useMutableSource:function(a,c){return Kt(),c(a._source)},useSyncExternalStore:function(a,c,p){if(p===void 0)throw Error(M(407));return p()}},bn=null,Qr=$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function Ra(a){return console.error(a),null}function Kr(){}function $n(a,c,p,y,T,C,A,U,X){var ee=[],Q=new Set;return c={destination:null,responseState:c,progressiveChunkSize:y===void 0?12800:y,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Q,pingedTasks:ee,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:T===void 0?Ra:T,onAllReady:C===void 0?Kr:C,onShellReady:A===void 0?Kr:A,onShellError:U===void 0?Kr:U,onFatalError:X===void 0?Kr:X},p=Rr(c,0,null,p,!1,!1),p.parentFlushed=!0,a=Vn(c,a,null,p,Q,W,null,cr),ee.push(a),c}function Vn(a,c,p,y,T,C,A,U){a.allPendingTasks++,p===null?a.pendingRootTasks++:p.pendingTasks++;var X={node:c,ping:function(){var ee=a.pingedTasks;ee.push(X),ee.length===1&&Mo(a)},blockedBoundary:p,blockedSegment:y,abortSet:T,legacyContext:C,context:A,treeContext:U};return T.add(X),X}function Rr(a,c,p,y,T,C){return{status:0,id:-1,index:c,parentFlushed:!1,chunks:[],children:[],formatContext:y,boundary:p,lastPushedText:T,textEmbedded:C}}function Ir(a,c){if(a=a.onError(c),a!=null&&typeof a!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof a+'" instead');return a}function wn(a,c){var p=a.onShellError;p(c),p=a.onFatalError,p(c),a.destination!==null?(a.status=2,rt(a.destination,c)):(a.status=1,a.fatalError=c)}function Io(a,c,p,y,T){for(Ut={},Jr=c,fr=0,a=p(y,T);Qe;)Qe=!1,fr=0,mn+=1,ve=null,a=p(y,T);return Nn(),a}function Yn(a,c,p,y){var T=p.render(),C=y.childContextTypes;if(C!=null){var A=c.legacyContext;if(typeof p.getChildContext!="function")y=A;else{p=p.getChildContext();for(var U in p)if(!(U in C))throw Error(M(108,L(y)||"Unknown",U));y=Et({},A,p)}c.legacyContext=y,Ke(a,c,T),c.legacyContext=A}else Ke(a,c,T)}function Po(a,c){if(a&&a.defaultProps){c=Et({},c),a=a.defaultProps;for(var p in a)c[p]===void 0&&(c[p]=a[p]);return c}return c}function xn(a,c,p,y,T){if(typeof p=="function")if(p.prototype&&p.prototype.isReactComponent){T=G(p,c.legacyContext);var C=p.contextType;C=new p(y,typeof C=="object"&&C!==null?C._currentValue:T),Zt(C,p,y,T),Yn(a,c,C,p)}else{C=G(p,c.legacyContext),T=Io(a,c,p,y,C);var A=fr!==0;if(typeof T=="object"&&T!==null&&typeof T.render=="function"&&T.$$typeof===void 0)Zt(T,p,y,C),Yn(a,c,T,p);else if(A){y=c.treeContext,c.treeContext=Bt(y,1,0);try{Ke(a,c,T)}finally{c.treeContext=y}}else Ke(a,c,T)}else if(typeof p=="string"){switch(T=c.blockedSegment,C=Mr(T.chunks,p,y,a.responseState,T.formatContext),T.lastPushedText=!1,A=T.formatContext,T.formatContext=ce(A,p,y),kn(a,c,C),T.formatContext=A,p){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:T.chunks.push(_r,P(p),Or)}T.lastPushedText=!1}else{switch(p){case E:case m:case Yr:case Gr:case Gt:Ke(a,c,y.children);return;case Er:Ke(a,c,y.children);return;case h:throw Error(M(343));case Cr:e:{p=c.blockedBoundary,T=c.blockedSegment,C=y.fallback,y=y.children,A=new Set;var U={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:A,errorDigest:null},X=Rr(a,T.chunks.length,U,T.formatContext,!1,!1);T.children.push(X),T.lastPushedText=!1;var ee=Rr(a,0,null,T.formatContext,!1,!1);ee.parentFlushed=!0,c.blockedBoundary=U,c.blockedSegment=ee;try{if(kn(a,c,y),ee.lastPushedText&&ee.textEmbedded&&ee.chunks.push(fe),ee.status=1,Cn(U,ee),U.pendingTasks===0)break e}catch(Q){ee.status=4,U.forceClientRender=!0,U.errorDigest=Ir(a,Q)}finally{c.blockedBoundary=p,c.blockedSegment=T}c=Vn(a,C,p,X,A,c.legacyContext,c.context,c.treeContext),a.pingedTasks.push(c)}return}if(typeof p=="object"&&p!==null)switch(p.$$typeof){case Xr:if(y=Io(a,c,p.render,y,T),fr!==0){p=c.treeContext,c.treeContext=Bt(p,1,0);try{Ke(a,c,y)}finally{c.treeContext=p}}else Ke(a,c,y);return;case o:p=p.type,y=Po(p,y),xn(a,c,p,y,T);return;case kr:if(T=y.children,p=p._context,y=y.value,C=p._currentValue,p._currentValue=y,A=V,V=y={parent:A,depth:A===null?0:A.depth+1,context:p,parentValue:C,value:y},c.context=y,Ke(a,c,T),a=V,a===null)throw Error(M(403));y=a.parentValue,a.context._currentValue=y===k?a.context._defaultValue:y,a=V=a.parent,c.context=a;return;case Xt:y=y.children,y=y(p._currentValue),Ke(a,c,y);return;case u:T=p._init,p=T(p._payload),y=Po(p,y),xn(a,c,p,y,void 0);return}throw Error(M(130,p==null?p:typeof p,""))}}function Ke(a,c,p){if(c.node=p,typeof p=="object"&&p!==null){switch(p.$$typeof){case Xe:xn(a,c,p.type,p.props,p.ref);return;case Ot:throw Error(M(257));case u:var y=p._init;p=y(p._payload),Ke(a,c,p);return}if(et(p)){Fo(a,c,p);return}if(p===null||typeof p!="object"?y=null:(y=F&&p[F]||p["@@iterator"],y=typeof y=="function"?y:null),y&&(y=y.call(p))){if(p=y.next(),!p.done){var T=[];do T.push(p.value),p=y.next();while(!p.done);Fo(a,c,T)}return}throw a=Object.prototype.toString.call(p),Error(M(31,a==="[object Object]"?"object with keys {"+Object.keys(p).join(", ")+"}":a))}typeof p=="string"?(y=c.blockedSegment,y.lastPushedText=jt(c.blockedSegment.chunks,p,a.responseState,y.lastPushedText)):typeof p=="number"&&(y=c.blockedSegment,y.lastPushedText=jt(c.blockedSegment.chunks,""+p,a.responseState,y.lastPushedText))}function Fo(a,c,p){for(var y=p.length,T=0;T<y;T++){var C=c.treeContext;c.treeContext=Bt(C,y,T);try{kn(a,c,p[T])}finally{c.treeContext=C}}}function kn(a,c,p){var y=c.blockedSegment.formatContext,T=c.legacyContext,C=c.context;try{return Ke(a,c,p)}catch(X){if(Nn(),typeof X=="object"&&X!==null&&typeof X.then=="function"){p=X;var A=c.blockedSegment,U=Rr(a,A.chunks.length,null,A.formatContext,A.lastPushedText,!0);A.children.push(U),A.lastPushedText=!1,a=Vn(a,c.node,c.blockedBoundary,U,c.abortSet,c.legacyContext,c.context,c.treeContext).ping,p.then(a,a),c.blockedSegment.formatContext=y,c.legacyContext=T,c.context=C,ut(C)}else throw c.blockedSegment.formatContext=y,c.legacyContext=T,c.context=C,ut(C),X}}function Ia(a){var c=a.blockedBoundary;a=a.blockedSegment,a.status=3,Ao(this,c,a)}function Do(a,c,p){var y=a.blockedBoundary;a.blockedSegment.status=3,y===null?(c.allPendingTasks--,c.status!==2&&(c.status=2,c.destination!==null&&c.destination.close())):(y.pendingTasks--,y.forceClientRender||(y.forceClientRender=!0,a=p===void 0?Error(M(432)):p,y.errorDigest=c.onError(a),y.parentFlushed&&c.clientRenderedBoundaries.push(y)),y.fallbackAbortableTasks.forEach(function(T){return Do(T,c,p)}),y.fallbackAbortableTasks.clear(),c.allPendingTasks--,c.allPendingTasks===0&&(y=c.onAllReady,y()))}function Cn(a,c){if(c.chunks.length===0&&c.children.length===1&&c.children[0].boundary===null){var p=c.children[0];p.id=c.id,p.parentFlushed=!0,p.status===1&&Cn(a,p)}else a.completedSegments.push(c)}function Ao(a,c,p){if(c===null){if(p.parentFlushed){if(a.completedRootSegment!==null)throw Error(M(389));a.completedRootSegment=p}a.pendingRootTasks--,a.pendingRootTasks===0&&(a.onShellError=Kr,c=a.onShellReady,c())}else c.pendingTasks--,c.forceClientRender||(c.pendingTasks===0?(p.parentFlushed&&p.status===1&&Cn(c,p),c.parentFlushed&&a.completedBoundaries.push(c),c.fallbackAbortableTasks.forEach(Ia,a),c.fallbackAbortableTasks.clear()):p.parentFlushed&&p.status===1&&(Cn(c,p),c.completedSegments.length===1&&c.parentFlushed&&a.partialBoundaries.push(c)));a.allPendingTasks--,a.allPendingTasks===0&&(a=a.onAllReady,a())}function Mo(a){if(a.status!==2){var c=V,p=Qr.current;Qr.current=Sn;var y=bn;bn=a.responseState;try{var T=a.pingedTasks,C;for(C=0;C<T.length;C++){var A=T[C],U=a,X=A.blockedSegment;if(X.status===0){ut(A.context);try{Ke(U,A,A.node),X.lastPushedText&&X.textEmbedded&&X.chunks.push(fe),A.abortSet.delete(A),X.status=1,Ao(U,A.blockedBoundary,X)}catch(dt){if(Nn(),typeof dt=="object"&&dt!==null&&typeof dt.then=="function"){var ee=A.ping;dt.then(ee,ee)}else{A.abortSet.delete(A),X.status=4;var Q=A.blockedBoundary,ye=dt,qe=Ir(U,ye);if(Q===null?wn(U,ye):(Q.pendingTasks--,Q.forceClientRender||(Q.forceClientRender=!0,Q.errorDigest=qe,Q.parentFlushed&&U.clientRenderedBoundaries.push(Q))),U.allPendingTasks--,U.allPendingTasks===0){var ft=U.onAllReady;ft()}}}finally{}}}T.splice(0,C),a.destination!==null&&Gn(a,a.destination)}catch(dt){Ir(a,dt),wn(a,dt)}finally{bn=y,Qr.current=p,p===Sn&&ut(c)}}}function En(a,c,p){switch(p.parentFlushed=!0,p.status){case 0:var y=p.id=a.nextSegmentId++;return p.lastPushedText=!1,p.textEmbedded=!1,a=a.responseState,g(c,Re),g(c,a.placeholderPrefix),a=P(y.toString(16)),g(c,a),K(c,Lr);case 1:p.status=2;var T=!0;y=p.chunks;var C=0;p=p.children;for(var A=0;A<p.length;A++){for(T=p[A];C<T.index;C++)g(c,y[C]);T=Tn(a,c,T)}for(;C<y.length-1;C++)g(c,y[C]);return C<y.length&&(T=K(c,y[C])),T;default:throw Error(M(390))}}function Tn(a,c,p){var y=p.boundary;if(y===null)return En(a,c,p);if(y.parentFlushed=!0,y.forceClientRender)y=y.errorDigest,K(c,mr),g(c,Ur),y&&(g(c,Hr),g(c,P(te(y))),g(c,Wt)),K(c,hn),En(a,c,p);else if(0<y.pendingTasks){y.rootSegmentID=a.nextSegmentId++,0<y.completedSegments.length&&a.partialBoundaries.push(y);var T=a.responseState,C=T.nextSuspenseID++;T=D(T.boundaryPrefix+C.toString(16)),y=y.id=T,Ge(c,a.responseState,y),En(a,c,p)}else if(y.byteSize>a.progressiveChunkSize)y.rootSegmentID=a.nextSegmentId++,a.completedBoundaries.push(y),Ge(c,a.responseState,y.id),En(a,c,p);else{if(K(c,dn),p=y.completedSegments,p.length!==1)throw Error(M(391));Tn(a,c,p[0])}return K(c,Ln)}function _o(a,c,p){return lr(c,a.responseState,p.formatContext,p.id),Tn(a,c,p),Vt(c,p.formatContext)}function Oo(a,c,p){for(var y=p.completedSegments,T=0;T<y.length;T++)Lo(a,c,p,y[T]);if(y.length=0,a=a.responseState,y=p.id,p=p.rootSegmentID,g(c,a.startInlineScript),a.sentCompleteBoundaryFunction?g(c,xt):(a.sentCompleteBoundaryFunction=!0,g(c,_t)),y===null)throw Error(M(395));return p=P(p.toString(16)),g(c,y),g(c,sr),g(c,a.segmentPrefix),g(c,p),K(c,ur)}function Lo(a,c,p,y){if(y.status===2)return!0;var T=y.id;if(T===-1){if((y.id=p.rootSegmentID)===-1)throw Error(M(392));return _o(a,c,y)}return _o(a,c,y),a=a.responseState,g(c,a.startInlineScript),a.sentCompleteSegmentFunction?g(c,Vr):(a.sentCompleteSegmentFunction=!0,g(c,Hn)),g(c,a.segmentPrefix),T=P(T.toString(16)),g(c,T),g(c,wr),g(c,a.placeholderPrefix),g(c,T),K(c,Yt)}function Gn(a,c){H=new Uint8Array(512),Y=0;try{var p=a.completedRootSegment;if(p!==null&&a.pendingRootTasks===0){Tn(a,c,p),a.completedRootSegment=null;var y=a.responseState.bootstrapChunks;for(p=0;p<y.length-1;p++)g(c,y[p]);p<y.length&&K(c,y[p])}var T=a.clientRenderedBoundaries,C;for(C=0;C<T.length;C++){var A=T[C];y=c;var U=a.responseState,X=A.id,ee=A.errorDigest,Q=A.errorMessage,ye=A.errorComponentStack;if(g(y,U.startInlineScript),U.sentClientRenderFunction?g(y,xe):(U.sentClientRenderFunction=!0,g(y,tt)),X===null)throw Error(M(395));g(y,X),g(y,kt),(ee||Q||ye)&&(g(y,Le),g(y,P(Ct(ee||"")))),(Q||ye)&&(g(y,Le),g(y,P(Ct(Q||"")))),ye&&(g(y,Le),g(y,P(Ct(ye)))),K(y,st)}T.splice(0,C);var qe=a.completedBoundaries;for(C=0;C<qe.length;C++)Oo(a,c,qe[C]);qe.splice(0,C),$e(c),H=new Uint8Array(512),Y=0;var ft=a.partialBoundaries;for(C=0;C<ft.length;C++){var dt=ft[C];e:{T=a,A=c;var Rn=dt.completedSegments;for(U=0;U<Rn.length;U++)if(!Lo(T,A,dt,Rn[U])){U++,Rn.splice(0,U);var Uo=!1;break e}Rn.splice(0,U),Uo=!0}if(!Uo){a.destination=null,C++,ft.splice(0,C);return}}ft.splice(0,C);var Xn=a.completedBoundaries;for(C=0;C<Xn.length;C++)Oo(a,c,Xn[C]);Xn.splice(0,C)}finally{$e(c),a.allPendingTasks===0&&a.pingedTasks.length===0&&a.clientRenderedBoundaries.length===0&&a.completedBoundaries.length===0&&c.close()}}function Bo(a,c){try{var p=a.abortableTasks;p.forEach(function(y){return Do(y,a,c)}),p.clear(),a.destination!==null&&Gn(a,a.destination)}catch(y){Ir(a,y),wn(a,y)}}return sl.renderToReadableStream=function(a,c){return new Promise(function(p,y){var T,C,A=new Promise(function(Q,ye){C=Q,T=ye}),U=$n(a,Ue(c?c.identifierPrefix:void 0,c?c.nonce:void 0,c?c.bootstrapScriptContent:void 0,c?c.bootstrapScripts:void 0,c?c.bootstrapModules:void 0),at(c?c.namespaceURI:void 0),c?c.progressiveChunkSize:void 0,c?c.onError:void 0,C,function(){var Q=new ReadableStream({type:"bytes",pull:function(ye){if(U.status===1)U.status=2,rt(ye,U.fatalError);else if(U.status!==2&&U.destination===null){U.destination=ye;try{Gn(U,ye)}catch(qe){Ir(U,qe),wn(U,qe)}}},cancel:function(){Bo(U)}},{highWaterMark:0});Q.allReady=A,p(Q)},function(Q){A.catch(function(){}),y(Q)},T);if(c&&c.signal){var X=c.signal,ee=function(){Bo(U,X.reason),X.removeEventListener("abort",ee)};X.addEventListener("abort",ee)}Mo(U)})},sl.version="18.3.1",sl}var xo={};/**
|
|
28
|
+
* @license React
|
|
29
|
+
* react-dom-server-legacy.browser.development.js
|
|
30
|
+
*
|
|
31
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
32
|
+
*
|
|
33
|
+
* This source code is licensed under the MIT license found in the
|
|
34
|
+
* LICENSE file in the root directory of this source tree.
|
|
35
|
+
*/var ps;function Fs(){return ps||(ps=1,process.env.NODE_ENV!=="production"&&function(){var $=Pe.default,M="18.3.1",H=$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function Y(e){{for(var r=arguments.length,i=new Array(r>1?r-1:0),s=1;s<r;s++)i[s-1]=arguments[s];K("warn",e,i)}}function g(e){{for(var r=arguments.length,i=new Array(r>1?r-1:0),s=1;s<r;s++)i[s-1]=arguments[s];K("error",e,i)}}function K(e,r,i){{var s=H.ReactDebugCurrentFrame,d=s.getStackAddendum();d!==""&&(r+="%s",i=i.concat([d]));var S=i.map(function(w){return String(w)});S.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,S)}}function $e(e){e()}function ue(e){}function P(e,r){D(e,r)}function D(e,r){return e.push(r)}function rt(e){}function B(e){e.push(null)}function re(e){return e}function Dt(e){return e}function ge(e,r){e.destroy(r)}function gt(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,i=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return i}}function j(e){try{return O(e),!1}catch{return!0}}function O(e){return""+e}function Ce(e,r){if(j(e))return g("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",r,gt(e)),O(e)}function nt(e,r){if(j(e))return g("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",r,gt(e)),O(e)}function _e(e){if(j(e))return g("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",gt(e)),O(e)}var pe=Object.prototype.hasOwnProperty,he=0,te=1,Ve=2,le=3,et=4,Ye=5,Ae=6,ot=":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",Ze=ot+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",Ht=new RegExp("^["+ot+"]["+Ze+"]*$"),zt={},mt={};function Ue(e){return pe.call(mt,e)?!0:pe.call(zt,e)?!1:Ht.test(e)?(mt[e]=!0,!0):(zt[e]=!0,g("Invalid attribute name: `%s`",e),!1)}function Me(e,r,i,s){if(i!==null&&i.type===he)return!1;switch(typeof r){case"function":case"symbol":return!0;case"boolean":{if(s)return!1;if(i!==null)return!i.acceptsBooleans;var d=e.toLowerCase().slice(0,5);return d!=="data-"&&d!=="aria-"}default:return!1}}function at(e){return fe.hasOwnProperty(e)?fe[e]:null}function ce(e,r,i,s,d,S,w){this.acceptsBooleans=r===Ve||r===le||r===et,this.attributeName=s,this.attributeNamespace=d,this.mustUseProperty=i,this.propertyName=e,this.type=r,this.sanitizeURL=S,this.removeEmptyString=w}var fe={},jt=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];jt.forEach(function(e){fe[e]=new ce(e,he,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var r=e[0],i=e[1];fe[r]=new ce(r,te,!1,i,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){fe[e]=new ce(e,Ve,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){fe[e]=new ce(e,Ve,!1,e,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"].forEach(function(e){fe[e]=new ce(e,le,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){fe[e]=new ce(e,le,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){fe[e]=new ce(e,et,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){fe[e]=new ce(e,Ae,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){fe[e]=new ce(e,Ye,!1,e.toLowerCase(),null,!1,!1)});var yt=/[\-\:]([a-z])/g,me=function(e){return e[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"].forEach(function(e){var r=e.replace(yt,me);fe[r]=new ce(r,te,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var r=e.replace(yt,me);fe[r]=new ce(r,te,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var r=e.replace(yt,me);fe[r]=new ce(r,te,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){fe[e]=new ce(e,te,!1,e.toLowerCase(),null,!1,!1)});var q="xlinkHref";fe[q]=new ce("xlinkHref",te,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){fe[e]=new ce(e,te,!1,e.toLowerCase(),null,!0,!0)});var J={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};function Oe(e,r){return e+r.charAt(0).toUpperCase()+r.substring(1)}var Se=["Webkit","ms","Moz","O"];Object.keys(J).forEach(function(e){Se.forEach(function(r){J[Oe(r,e)]=J[e]})});var Fe={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Ee(e,r){Fe[r.type]||r.onChange||r.onInput||r.readOnly||r.disabled||r.value==null||g("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),r.onChange||r.readOnly||r.disabled||r.checked==null||g("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function At(e,r){if(e.indexOf("-")===-1)return typeof r.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var ie={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},ne={},He=new RegExp("^(aria)-["+Ze+"]*$"),nr=new RegExp("^(aria)[A-Z]["+Ze+"]*$");function cn(e,r){{if(pe.call(ne,r)&&ne[r])return!0;if(nr.test(r)){var i="aria-"+r.slice(4).toLowerCase(),s=ie.hasOwnProperty(i)?i:null;if(s==null)return g("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",r),ne[r]=!0,!0;if(r!==s)return g("Invalid ARIA attribute `%s`. Did you mean `%s`?",r,s),ne[r]=!0,!0}if(He.test(r)){var d=r.toLowerCase(),S=ie.hasOwnProperty(d)?d:null;if(S==null)return ne[r]=!0,!1;if(r!==S)return g("Unknown ARIA attribute `%s`. Did you mean `%s`?",r,S),ne[r]=!0,!0}}return!0}function it(e,r){{var i=[];for(var s in r){var d=cn(e,s);d||i.push(s)}var S=i.map(function(w){return"`"+w+"`"}).join(", ");i.length===1?g("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",S,e):i.length>1&&g("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",S,e)}}function or(e,r){At(e,r)||it(e,r)}var ar=!1;function fn(e,r){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;r!=null&&r.value===null&&!ar&&(ar=!0,e==="select"&&r.multiple?g("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):g("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var lt={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Be=function(){};{var De={},Mr=/^on./,_r=/^on[^A-Z]/,Or=new RegExp("^(aria)-["+Ze+"]*$"),Re=new RegExp("^(aria)[A-Z]["+Ze+"]*$");Be=function(e,r,i,s){if(pe.call(De,r)&&De[r])return!0;var d=r.toLowerCase();if(d==="onfocusin"||d==="onfocusout")return g("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),De[r]=!0,!0;if(s!=null){var S=s.registrationNameDependencies,w=s.possibleRegistrationNames;if(S.hasOwnProperty(r))return!0;var R=w.hasOwnProperty(d)?w[d]:null;if(R!=null)return g("Invalid event handler property `%s`. Did you mean `%s`?",r,R),De[r]=!0,!0;if(Mr.test(r))return g("Unknown event handler property `%s`. It will be ignored.",r),De[r]=!0,!0}else if(Mr.test(r))return _r.test(r)&&g("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",r),De[r]=!0,!0;if(Or.test(r)||Re.test(r))return!0;if(d==="innerhtml")return g("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),De[r]=!0,!0;if(d==="aria")return g("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),De[r]=!0,!0;if(d==="is"&&i!==null&&i!==void 0&&typeof i!="string")return g("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof i),De[r]=!0,!0;if(typeof i=="number"&&isNaN(i))return g("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",r),De[r]=!0,!0;var _=at(r),z=_!==null&&_.type===he;if(lt.hasOwnProperty(d)){var N=lt[d];if(N!==r)return g("Invalid DOM property `%s`. Did you mean `%s`?",r,N),De[r]=!0,!0}else if(!z&&r!==d)return g("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",r,d),De[r]=!0,!0;return typeof i=="boolean"&&Me(r,i,_,!1)?(i?g('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',i,r,r,i,r):g('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',i,r,r,i,r,r,r),De[r]=!0,!0):z?!0:Me(r,i,_,!1)?(De[r]=!0,!1):((i==="false"||i==="true")&&_!==null&&_.type===le&&(g("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",i,r,i==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',r,i),De[r]=!0),!0)}}var Lr=function(e,r,i){{var s=[];for(var d in r){var S=Be(e,d,r[d],i);S||s.push(d)}var w=s.map(function(R){return"`"+R+"`"}).join(", ");s.length===1?g("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",w,e):s.length>1&&g("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",w,e)}};function dn(e,r,i){At(e,r)||Lr(e,r,i)}var pn=function(){};{var Br=/^(?:webkit|moz|o)[A-Z]/,mr=/^-ms-/,Ln=/-(.)/g,Ur=/;\s*$/,Wt={},Hr={},hn=!1,Ge=!1,St=function(e){return e.replace(Ln,function(r,i){return i.toUpperCase()})},Nt=function(e){Wt.hasOwnProperty(e)&&Wt[e]||(Wt[e]=!0,g("Unsupported style property %s. Did you mean %s?",e,St(e.replace(mr,"ms-"))))},se=function(e){Wt.hasOwnProperty(e)&&Wt[e]||(Wt[e]=!0,g("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},$t=function(e,r){Hr.hasOwnProperty(r)&&Hr[r]||(Hr[r]=!0,g(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,r.replace(Ur,"")))},yr=function(e,r){hn||(hn=!0,g("`NaN` is an invalid value for the `%s` css style property.",e))},ir=function(e,r){Ge||(Ge=!0,g("`Infinity` is an invalid value for the `%s` css style property.",e))};pn=function(e,r){e.indexOf("-")>-1?Nt(e):Br.test(e)?se(e):Ur.test(r)&&$t(e,r),typeof r=="number"&&(isNaN(r)?yr(e,r):isFinite(r)||ir(e,r))}}var bt=pn,Sr=/["'&<>]/;function Mt(e){_e(e);var r=""+e,i=Sr.exec(r);if(!i)return r;var s,d="",S,w=0;for(S=i.index;S<r.length;S++){switch(r.charCodeAt(S)){case 34:s=""";break;case 38:s="&";break;case 39:s="'";break;case 60:s="<";break;case 62:s=">";break;default:continue}w!==S&&(d+=r.substring(w,S)),w=S+1,d+=s}return w!==S?d+r.substring(w,S):d}function Te(e){return typeof e=="boolean"||typeof e=="number"?""+e:Mt(e)}var zr=/([A-Z])/g,jr=/^ms-/;function vn(e){return e.replace(zr,"-$1").toLowerCase().replace(jr,"-ms-")}var Ie=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Wr=!1;function Bn(e){!Wr&&Ie.test(e)&&(Wr=!0,g("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}var Un=Array.isArray;function wt(e){return Un(e)}var Nr="<script>",br="<\/script>",$r='<script src="',lr='<script type="module" src="',Vt='" async=""><\/script>';function Hn(e){return _e(e),(""+e).replace(Vr,wr)}var Vr=/(<\/|<)(s)(cript)/gi,wr=function(e,r,i,s){return""+r+(i==="s"?"\\u0073":"\\u0053")+s};function Yt(e,r,i,s,d){var S=e===void 0?"":e,w=r===void 0?Nr:'<script nonce="'+Te(r)+'">',R=[];if(i!==void 0&&R.push(w,Hn(i),br),s!==void 0)for(var _=0;_<s.length;_++)R.push($r,Te(s[_]),Vt);if(d!==void 0)for(var z=0;z<d.length;z++)R.push(lr,Te(d[z]),Vt);return{bootstrapChunks:R,startInlineScript:w,placeholderPrefix:S+"P:",segmentPrefix:S+"S:",boundaryPrefix:S+"B:",idPrefix:S,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var _t=0,xt=1,sr=2,ur=3,tt=4,xe=5,kt=6,st=7;function Le(e,r){return{insertionMode:e,selectedValue:r}}function xr(e,r,i){switch(r){case"select":return Le(xt,i.value!=null?i.value:i.defaultValue);case"svg":return Le(sr,null);case"math":return Le(ur,null);case"foreignObject":return Le(xt,null);case"table":return Le(tt,null);case"thead":case"tbody":case"tfoot":return Le(xe,null);case"colgroup":return Le(st,null);case"tr":return Le(kt,null)}return e.insertionMode>=tt||e.insertionMode===_t?Le(xt,null):e}var Ct=null;function Et(e){var r=e.nextSuspenseID++;return e.boundaryPrefix+r.toString(16)}function Xe(e,r,i){var s=e.idPrefix,d=":"+s+"R"+r;return i>0&&(d+="H"+i.toString(32)),d+":"}function Ot(e){return Te(e)}var Gt="<!-- -->";function Yr(e,r,i,s){return r===""?s:(s&&e.push(Gt),e.push(Ot(r)),!0)}function Gr(e,r,i,s){i&&s&&e.push(Gt)}var kr=new Map;function Xt(e){var r=kr.get(e);if(r!==void 0)return r;var i=Te(vn(e));return kr.set(e,i),i}var Xr=' style="',Cr=":",Er=";";function o(e,r,i){if(typeof i!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var s=!0;for(var d in i)if(pe.call(i,d)){var S=i[d];if(!(S==null||typeof S=="boolean"||S==="")){var w=void 0,R=void 0,_=d.indexOf("--")===0;_?(w=Te(d),nt(S,d),R=Te((""+S).trim())):(bt(d,S),w=Xt(d),typeof S=="number"?S!==0&&!pe.call(J,d)?R=S+"px":R=""+S:(nt(S,d),R=Te((""+S).trim()))),s?(s=!1,e.push(Xr,w,Cr,R)):e.push(Er,w,Cr,R)}}s||e.push(m)}var u=" ",h='="',m='"',E='=""';function k(e,r,i,s){switch(i){case"style":{o(e,r,s);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(i.length>2&&(i[0]==="o"||i[0]==="O")&&(i[1]==="n"||i[1]==="N"))){var d=at(i);if(d!==null){switch(typeof s){case"function":case"symbol":return;case"boolean":if(!d.acceptsBooleans)return}var S=d.attributeName,w=S;switch(d.type){case le:s&&e.push(u,w,E);return;case et:s===!0?e.push(u,w,E):s===!1||e.push(u,w,h,Te(s),m);return;case Ye:isNaN(s)||e.push(u,w,h,Te(s),m);break;case Ae:!isNaN(s)&&s>=1&&e.push(u,w,h,Te(s),m);break;default:d.sanitizeURL&&(Ce(s,S),s=""+s,Bn(s)),e.push(u,w,h,Te(s),m)}}else if(Ue(i)){switch(typeof s){case"function":case"symbol":return;case"boolean":{var R=i.toLowerCase().slice(0,5);if(R!=="data-"&&R!=="aria-")return}}e.push(u,i,h,Te(s),m)}}}var F=">",L="/>";function W(e,r,i){if(r!=null){if(i!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof r!="object"||!("__html"in r))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var s=r.__html;s!=null&&(_e(s),e.push(""+s))}}var G=!1,V=!1,oe=!1,Je=!1,ze=!1,je=!1,Lt=!1;function ut(e,r){{var i=e[r];if(i!=null){var s=wt(i);e.multiple&&!s?g("The `%s` prop supplied to <select> must be an array if `multiple` is true.",r):!e.multiple&&s&&g("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",r)}}}function Tr(e,r,i){Ee("select",r),ut(r,"value"),ut(r,"defaultValue"),r.value!==void 0&&r.defaultValue!==void 0&&!oe&&(g("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),oe=!0),e.push(Qe("select"));var s=null,d=null;for(var S in r)if(pe.call(r,S)){var w=r[S];if(w==null)continue;switch(S){case"children":s=w;break;case"dangerouslySetInnerHTML":d=w;break;case"defaultValue":case"value":break;default:k(e,i,S,w);break}}return e.push(F),W(e,d,s),s}function Zt(e){var r="";return $.Children.forEach(e,function(i){i!=null&&(r+=i,!ze&&typeof i!="string"&&typeof i!="number"&&(ze=!0,g("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),r}var cr=' selected=""';function Bt(e,r,i,s){var d=s.selectedValue;e.push(Qe("option"));var S=null,w=null,R=null,_=null;for(var z in r)if(pe.call(r,z)){var N=r[z];if(N==null)continue;switch(z){case"children":S=N;break;case"selected":R=N,Lt||(g("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Lt=!0);break;case"dangerouslySetInnerHTML":_=N;break;case"value":w=N;default:k(e,i,z,N);break}}if(d!=null){var Z;if(w!==null?(Ce(w,"value"),Z=""+w):(_!==null&&(je||(je=!0,g("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),Z=Zt(S)),wt(d))for(var we=0;we<d.length;we++){Ce(d[we],"value");var Ne=""+d[we];if(Ne===Z){e.push(cr);break}}else Ce(d,"select.value"),""+d===Z&&e.push(cr)}else R&&e.push(cr);return e.push(F),W(e,_,S),S}function Zr(e,r,i){Ee("input",r),r.checked!==void 0&&r.defaultChecked!==void 0&&!V&&(g("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",r.type),V=!0),r.value!==void 0&&r.defaultValue!==void 0&&!G&&(g("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",r.type),G=!0),e.push(Qe("input"));var s=null,d=null,S=null,w=null;for(var R in r)if(pe.call(r,R)){var _=r[R];if(_==null)continue;switch(R){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":w=_;break;case"defaultValue":d=_;break;case"checked":S=_;break;case"value":s=_;break;default:k(e,i,R,_);break}}return S!==null?k(e,i,"checked",S):w!==null&&k(e,i,"checked",w),s!==null?k(e,i,"value",s):d!==null&&k(e,i,"value",d),e.push(L),null}function xa(e,r,i){Ee("textarea",r),r.value!==void 0&&r.defaultValue!==void 0&&!Je&&(g("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Je=!0),e.push(Qe("textarea"));var s=null,d=null,S=null;for(var w in r)if(pe.call(r,w)){var R=r[w];if(R==null)continue;switch(w){case"children":S=R;break;case"value":s=R;break;case"defaultValue":d=R;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:k(e,i,w,R);break}}if(s===null&&d!==null&&(s=d),e.push(F),S!=null){if(g("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),s!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(wt(S)){if(S.length>1)throw new Error("<textarea> can only have at most one child.");_e(S[0]),s=""+S[0]}_e(S),s=""+S}return typeof s=="string"&&s[0]===`
|
|
36
|
+
`&&e.push(Jr),s!==null&&(Ce(s,"value"),e.push(Ot(""+s))),null}function ka(e,r,i,s){e.push(Qe(i));for(var d in r)if(pe.call(r,d)){var S=r[d];if(S==null)continue;switch(d){case"children":case"dangerouslySetInnerHTML":throw new Error(i+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:k(e,s,d,S);break}}return e.push(L),null}function zn(e,r,i){e.push(Qe("menuitem"));for(var s in r)if(pe.call(r,s)){var d=r[s];if(d==null)continue;switch(s){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:k(e,i,s,d);break}}return e.push(F),null}function Ca(e,r,i){e.push(Qe("title"));var s=null;for(var d in r)if(pe.call(r,d)){var S=r[d];if(S==null)continue;switch(d){case"children":s=S;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:k(e,i,d,S);break}}e.push(F);{var w=Array.isArray(s)&&s.length<2?s[0]||null:s;Array.isArray(s)&&s.length>1?g("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):w!=null&&w.$$typeof!=null?g("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):w!=null&&typeof w!="string"&&typeof w!="number"&&g("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering")}return s}function jn(e,r,i,s){e.push(Qe(i));var d=null,S=null;for(var w in r)if(pe.call(r,w)){var R=r[w];if(R==null)continue;switch(w){case"children":d=R;break;case"dangerouslySetInnerHTML":S=R;break;default:k(e,s,w,R);break}}return e.push(F),W(e,S,d),typeof d=="string"?(e.push(Ot(d)),null):d}function Ut(e,r,i,s){e.push(Qe(i));var d=null,S=null;for(var w in r)if(pe.call(r,w)){var R=r[w];if(R==null)continue;switch(w){case"children":d=R;break;case"dangerouslySetInnerHTML":S=R;break;case"style":o(e,s,R);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:Ue(w)&&typeof R!="function"&&typeof R!="symbol"&&e.push(u,w,h,Te(R),m);break}}return e.push(F),W(e,S,d),d}var Jr=`
|
|
37
|
+
`;function gn(e,r,i,s){e.push(Qe(i));var d=null,S=null;for(var w in r)if(pe.call(r,w)){var R=r[w];if(R==null)continue;switch(w){case"children":d=R;break;case"dangerouslySetInnerHTML":S=R;break;default:k(e,s,w,R);break}}if(e.push(F),S!=null){if(d!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof S!="object"||!("__html"in S))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var _=S.__html;_!=null&&(typeof _=="string"&&_.length>0&&_[0]===`
|
|
38
|
+
`?e.push(Jr,_):(_e(_),e.push(""+_)))}return typeof d=="string"&&d[0]===`
|
|
39
|
+
`&&e.push(Jr),d}var ve=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Jt=new Map;function Qe(e){var r=Jt.get(e);if(r===void 0){if(!ve.test(e))throw new Error("Invalid tag: "+e);r="<"+e,Jt.set(e,r)}return r}var fr="<!DOCTYPE html>";function Qt(e,r,i,s,d){switch(or(r,i),fn(r,i),dn(r,i,null),!i.suppressContentEditableWarning&&i.contentEditable&&i.children!=null&&g("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),d.insertionMode!==sr&&d.insertionMode!==ur&&r.indexOf("-")===-1&&typeof i.is!="string"&&r.toLowerCase()!==r&&g("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",r),r){case"select":return Tr(e,i,s);case"option":return Bt(e,i,s,d);case"textarea":return xa(e,i,s);case"input":return Zr(e,i,s);case"menuitem":return zn(e,i,s);case"title":return Ca(e,i,s);case"listing":case"pre":return gn(e,i,r,s);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return ka(e,i,r,s);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 jn(e,i,r,s);case"html":return d.insertionMode===_t&&e.push(fr),jn(e,i,r,s);default:return r.indexOf("-")===-1&&typeof i.is!="string"?jn(e,i,r,s):Ut(e,i,r,s)}}var mn="</",Kt=">";function ct(e,r,i){switch(r){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:e.push(mn,r,Kt)}}function Wn(e,r){for(var i=r.bootstrapChunks,s=0;s<i.length-1;s++)P(e,i[s]);return s<i.length?D(e,i[s]):!0}var Nn='<template id="',Eo='"></template>';function To(e,r,i){P(e,Nn),P(e,r.placeholderPrefix);var s=i.toString(16);return P(e,s),D(e,Eo)}var Ro="<!--$-->",Ea='<!--$?--><template id="',Ta='"></template>',yn="<!--$!-->",Sn="<!--/$-->",bn="<template",Qr='"',Ra=' data-dgst="',Kr=' data-msg="',$n=' data-stck="',Vn="></template>";function Rr(e,r){return D(e,Ro)}function Ir(e,r,i){if(P(e,Ea),i===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return P(e,i),D(e,Ta)}function wn(e,r,i,s,d){var S;return S=D(e,yn),P(e,bn),i&&(P(e,Ra),P(e,Te(i)),P(e,Qr)),s&&(P(e,Kr),P(e,Te(s)),P(e,Qr)),d&&(P(e,$n),P(e,Te(d)),P(e,Qr)),S=D(e,Vn),S}function Io(e,r){return D(e,Sn)}function Yn(e,r){return D(e,Sn)}function Po(e,r){return D(e,Sn)}var xn='<div hidden id="',Ke='">',Fo="</div>",kn='<svg aria-hidden="true" style="display:none" id="',Ia='">',Do="</svg>",Cn='<math aria-hidden="true" style="display:none" id="',Ao='">',Mo="</math>",En='<table hidden id="',Tn='">',_o="</table>",Oo='<table hidden><tbody id="',Lo='">',Gn="</tbody></table>",Bo='<table hidden><tr id="',a='">',c="</tr></table>",p='<table hidden><colgroup id="',y='">',T="</colgroup></table>";function C(e,r,i,s){switch(i.insertionMode){case _t:case xt:return P(e,xn),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,Ke);case sr:return P(e,kn),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,Ia);case ur:return P(e,Cn),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,Ao);case tt:return P(e,En),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,Tn);case xe:return P(e,Oo),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,Lo);case kt:return P(e,Bo),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,a);case st:return P(e,p),P(e,r.segmentPrefix),P(e,s.toString(16)),D(e,y);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function A(e,r){switch(r.insertionMode){case _t:case xt:return D(e,Fo);case sr:return D(e,Do);case ur:return D(e,Mo);case tt:return D(e,_o);case xe:return D(e,Gn);case kt:return D(e,c);case st:return D(e,T);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}var U="function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}",X='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}',ee='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}',Q=U+';$RS("',ye='$RS("',qe='","',ft='")<\/script>';function dt(e,r,i){P(e,r.startInlineScript),r.sentCompleteSegmentFunction?P(e,ye):(r.sentCompleteSegmentFunction=!0,P(e,Q)),P(e,r.segmentPrefix);var s=i.toString(16);return P(e,s),P(e,qe),P(e,r.placeholderPrefix),P(e,s),D(e,ft)}var Rn=X+';$RC("',Uo='$RC("',Xn='","',fl='")<\/script>';function dl(e,r,i,s){if(P(e,r.startInlineScript),r.sentCompleteBoundaryFunction?P(e,Uo):(r.sentCompleteBoundaryFunction=!0,P(e,Rn)),i===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var d=s.toString(16);return P(e,i),P(e,Xn),P(e,r.segmentPrefix),P(e,d),D(e,fl)}var pl=ee+';$RX("',hl='$RX("',vl='"',gl=")<\/script>",Pa=",";function ml(e,r,i,s,d,S){if(P(e,r.startInlineScript),r.sentClientRenderFunction?P(e,hl):(r.sentClientRenderFunction=!0,P(e,pl)),i===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return P(e,i),P(e,vl),(s||d||S)&&(P(e,Pa),P(e,Fa(s||""))),(d||S)&&(P(e,Pa),P(e,Fa(d||""))),S&&(P(e,Pa),P(e,Fa(S))),D(e,gl)}var yl=/[<\u2028\u2029]/g;function Fa(e){var r=JSON.stringify(e);return r.replace(yl,function(i){switch(i){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function Sl(e,r){var i=Yt(r,void 0);return{bootstrapChunks:i.bootstrapChunks,startInlineScript:i.startInlineScript,placeholderPrefix:i.placeholderPrefix,segmentPrefix:i.segmentPrefix,boundaryPrefix:i.boundaryPrefix,idPrefix:i.idPrefix,nextSuspenseID:i.nextSuspenseID,sentCompleteSegmentFunction:i.sentCompleteSegmentFunction,sentCompleteBoundaryFunction:i.sentCompleteBoundaryFunction,sentClientRenderFunction:i.sentClientRenderFunction,generateStaticMarkup:e}}function Da(){return{insertionMode:xt,selectedValue:null}}function bi(e,r,i,s){return i.generateStaticMarkup?(e.push(Te(r)),!1):Yr(e,r,i,s)}function wi(e,r,i,s){if(!r.generateStaticMarkup)return Gr(e,r,i,s)}function Aa(e,r){return r.generateStaticMarkup?!0:Rr(e)}function Tt(e,r,i,s,d){return r.generateStaticMarkup?!0:wn(e,r,i,s,d)}function bl(e,r){return r.generateStaticMarkup?!0:Io(e)}function xi(e,r){return r.generateStaticMarkup?!0:Po(e)}var pt=Object.assign,ki=Symbol.for("react.element"),Ma=Symbol.for("react.portal"),Ho=Symbol.for("react.fragment"),zo=Symbol.for("react.strict_mode"),jo=Symbol.for("react.profiler"),Zn=Symbol.for("react.provider"),Jn=Symbol.for("react.context"),Qn=Symbol.for("react.forward_ref"),In=Symbol.for("react.suspense"),_a=Symbol.for("react.suspense_list"),Oa=Symbol.for("react.memo"),Wo=Symbol.for("react.lazy"),wl=Symbol.for("react.scope"),Ci=Symbol.for("react.debug_trace_mode"),xl=Symbol.for("react.legacy_hidden"),kl=Symbol.for("react.default_value"),Ei=Symbol.iterator,Ti="@@iterator";function ke(e){if(e===null||typeof e!="object")return null;var r=Ei&&e[Ei]||e[Ti];return typeof r=="function"?r:null}function Kn(e,r,i){var s=e.displayName;if(s)return s;var d=r.displayName||r.name||"";return d!==""?i+"("+d+")":i}function La(e){return e.displayName||"Context"}function be(e){if(e==null)return null;if(typeof e.tag=="number"&&g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Ho:return"Fragment";case Ma:return"Portal";case jo:return"Profiler";case zo:return"StrictMode";case In:return"Suspense";case _a:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Jn:var r=e;return La(r)+".Consumer";case Zn:var i=e;return La(i._context)+".Provider";case Qn:return Kn(e,e.render,"ForwardRef");case Oa:var s=e.displayName||null;return s!==null?s:be(e.type)||"Memo";case Wo:{var d=e,S=d._payload,w=d._init;try{return be(w(S))}catch{return null}}}return null}var Pn=0,Ba,Ua,Ha,za,ja,Ri,Ii;function No(){}No.__reactDisabledLog=!0;function Wa(){{if(Pn===0){Ba=console.log,Ua=console.info,Ha=console.warn,za=console.error,ja=console.group,Ri=console.groupCollapsed,Ii=console.groupEnd;var e={configurable:!0,enumerable:!0,value:No,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Pn++}}function qn(){{if(Pn--,Pn===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:pt({},e,{value:Ba}),info:pt({},e,{value:Ua}),warn:pt({},e,{value:Ha}),error:pt({},e,{value:za}),group:pt({},e,{value:ja}),groupCollapsed:pt({},e,{value:Ri}),groupEnd:pt({},e,{value:Ii})})}Pn<0&&g("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var eo=H.ReactCurrentDispatcher,Fn;function to(e,r,i){{if(Fn===void 0)try{throw Error()}catch(d){var s=d.stack.trim().match(/\n( *(at )?)/);Fn=s&&s[1]||""}return`
|
|
40
|
+
`+Fn+e}}var ro=!1,$o;{var Pi=typeof WeakMap=="function"?WeakMap:Map;$o=new Pi}function Na(e,r){if(!e||ro)return"";{var i=$o.get(e);if(i!==void 0)return i}var s;ro=!0;var d=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var S;S=eo.current,eo.current=null,Wa();try{if(r){var w=function(){throw Error()};if(Object.defineProperty(w.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(w,[])}catch(Ft){s=Ft}Reflect.construct(e,[],w)}else{try{w.call()}catch(Ft){s=Ft}e.call(w.prototype)}}else{try{throw Error()}catch(Ft){s=Ft}e()}}catch(Ft){if(Ft&&s&&typeof Ft.stack=="string"){for(var R=Ft.stack.split(`
|
|
41
|
+
`),_=s.stack.split(`
|
|
42
|
+
`),z=R.length-1,N=_.length-1;z>=1&&N>=0&&R[z]!==_[N];)N--;for(;z>=1&&N>=0;z--,N--)if(R[z]!==_[N]){if(z!==1||N!==1)do if(z--,N--,N<0||R[z]!==_[N]){var Z=`
|
|
43
|
+
`+R[z].replace(" at new "," at ");return e.displayName&&Z.includes("<anonymous>")&&(Z=Z.replace("<anonymous>",e.displayName)),typeof e=="function"&&$o.set(e,Z),Z}while(z>=1&&N>=0);break}}}finally{ro=!1,eo.current=S,qn(),Error.prepareStackTrace=d}var we=e?e.displayName||e.name:"",Ne=we?to(we):"";return typeof e=="function"&&$o.set(e,Ne),Ne}function $a(e,r,i){return Na(e,!0)}function Va(e,r,i){return Na(e,!1)}function Fi(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function Dn(e,r,i){if(e==null)return"";if(typeof e=="function")return Na(e,Fi(e));if(typeof e=="string")return to(e);switch(e){case In:return to("Suspense");case _a:return to("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case Qn:return Va(e.render);case Oa:return Dn(e.type,r,i);case Wo:{var s=e,d=s._payload,S=s._init;try{return Dn(S(d),r,i)}catch{}}}return""}var Ya={},Vo=H.ReactDebugCurrentFrame;function qr(e){if(e){var r=e._owner,i=Dn(e.type,e._source,r?r.type:null);Vo.setExtraStackFrame(i)}else Vo.setExtraStackFrame(null)}function Ga(e,r,i,s,d){{var S=Function.call.bind(pe);for(var w in e)if(S(e,w)){var R=void 0;try{if(typeof e[w]!="function"){var _=Error((s||"React class")+": "+i+" type `"+w+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[w]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw _.name="Invariant Violation",_}R=e[w](r,w,s,i,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(z){R=z}R&&!(R instanceof Error)&&(qr(d),g("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",s||"React class",i,w,typeof R),qr(null)),R instanceof Error&&!(R.message in Ya)&&(Ya[R.message]=!0,qr(d),g("Failed %s type: %s",i,R.message),qr(null))}}}var Xa;Xa={};var Pr={};Object.freeze(Pr);function Di(e,r){{var i=e.contextTypes;if(!i)return Pr;var s={};for(var d in i)s[d]=r[d];{var S=be(e)||"Unknown";Ga(i,s,"context",S)}return s}}function en(e,r,i,s){{if(typeof e.getChildContext!="function"){{var d=be(r)||"Unknown";Xa[d]||(Xa[d]=!0,g("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",d,d))}return i}var S=e.getChildContext();for(var w in S)if(!(w in s))throw new Error((be(r)||"Unknown")+'.getChildContext(): key "'+w+'" is not defined in childContextTypes.');{var R=be(r)||"Unknown";Ga(s,S,"child context",R)}return pt({},i,S)}}var tn;tn={};var Za=null,qt=null;function Yo(e){e.context._currentValue2=e.parentValue}function Go(e){e.context._currentValue2=e.value}function no(e,r){if(e!==r){Yo(e);var i=e.parent,s=r.parent;if(i===null){if(s!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(s===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");no(i,s)}Go(r)}}function Ja(e){Yo(e);var r=e.parent;r!==null&&Ja(r)}function oo(e){var r=e.parent;r!==null&&oo(r),Go(e)}function Ai(e,r){Yo(e);var i=e.parent;if(i===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");i.depth===r.depth?no(i,r):Ai(i,r)}function Mi(e,r){var i=r.parent;if(i===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===i.depth?no(e,i):Mi(e,i),Go(r)}function Xo(e){var r=qt,i=e;r!==i&&(r===null?oo(i):i===null?Ja(r):r.depth===i.depth?no(r,i):r.depth>i.depth?Ai(r,i):Mi(r,i),qt=i)}function ao(e,r){var i;i=e._currentValue2,e._currentValue2=r,e._currentRenderer2!==void 0&&e._currentRenderer2!==null&&e._currentRenderer2!==tn&&g("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer2=tn;var s=qt,d={parent:s,depth:s===null?0:s.depth+1,context:e,parentValue:i,value:r};return qt=d,d}function Qa(e){var r=qt;if(r===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");r.context!==e&&g("The parent context is not the expected context. This is probably a bug in React.");{var i=r.parentValue;i===kl?r.context._currentValue2=r.context._defaultValue:r.context._currentValue2=i,e._currentRenderer2!==void 0&&e._currentRenderer2!==null&&e._currentRenderer2!==tn&&g("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer2=tn}return qt=r.parent}function Cl(){return qt}function An(e){var r=e._currentValue2;return r}function Zo(e){return e._reactInternals}function Ka(e,r){e._reactInternals=r}var Jo={},Qo={},io,Ko,Mn,lo,qo,_n,ea,ta,ra;{io=new Set,Ko=new Set,Mn=new Set,ea=new Set,lo=new Set,ta=new Set,ra=new Set;var _i=new Set;_n=function(e,r){if(!(e===null||typeof e=="function")){var i=r+"_"+e;_i.has(i)||(_i.add(i),g("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",r,e))}},qo=function(e,r){if(r===void 0){var i=be(e)||"Component";lo.has(i)||(lo.add(i),g("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",i))}}}function Oi(e,r){{var i=e.constructor,s=i&&be(i)||"ReactClass",d=s+"."+r;if(Jo[d])return;g(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
44
|
+
|
|
45
|
+
Please check the code for the %s component.`,r,r,s),Jo[d]=!0}}var Li={isMounted:function(e){return!1},enqueueSetState:function(e,r,i){var s=Zo(e);s.queue===null?Oi(e,"setState"):(s.queue.push(r),i!=null&&_n(i,"setState"))},enqueueReplaceState:function(e,r,i){var s=Zo(e);s.replace=!0,s.queue=[r],i!=null&&_n(i,"setState")},enqueueForceUpdate:function(e,r){var i=Zo(e);i.queue===null?Oi(e,"forceUpdate"):r!=null&&_n(r,"setState")}};function El(e,r,i,s,d){var S=i(d,s);qo(r,S);var w=S==null?s:pt({},s,S);return w}function Tl(e,r,i){var s=Pr,d=e.contextType;if("contextType"in e){var S=d===null||d!==void 0&&d.$$typeof===Jn&&d._context===void 0;if(!S&&!ra.has(e)){ra.add(e);var w="";d===void 0?w=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof d!="object"?w=" However, it is set to a "+typeof d+".":d.$$typeof===Zn?w=" Did you accidentally pass the Context.Provider instead?":d._context!==void 0?w=" Did you accidentally pass the Context.Consumer instead?":w=" However, it is set to an object with keys {"+Object.keys(d).join(", ")+"}.",g("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",be(e)||"Component",w)}}typeof d=="object"&&d!==null?s=An(d):s=i;var R=new e(r,s);{if(typeof e.getDerivedStateFromProps=="function"&&(R.state===null||R.state===void 0)){var _=be(e)||"Component";io.has(_)||(io.add(_),g("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",_,R.state===null?"null":"undefined",_))}if(typeof e.getDerivedStateFromProps=="function"||typeof R.getSnapshotBeforeUpdate=="function"){var z=null,N=null,Z=null;if(typeof R.componentWillMount=="function"&&R.componentWillMount.__suppressDeprecationWarning!==!0?z="componentWillMount":typeof R.UNSAFE_componentWillMount=="function"&&(z="UNSAFE_componentWillMount"),typeof R.componentWillReceiveProps=="function"&&R.componentWillReceiveProps.__suppressDeprecationWarning!==!0?N="componentWillReceiveProps":typeof R.UNSAFE_componentWillReceiveProps=="function"&&(N="UNSAFE_componentWillReceiveProps"),typeof R.componentWillUpdate=="function"&&R.componentWillUpdate.__suppressDeprecationWarning!==!0?Z="componentWillUpdate":typeof R.UNSAFE_componentWillUpdate=="function"&&(Z="UNSAFE_componentWillUpdate"),z!==null||N!==null||Z!==null){var we=be(e)||"Component",Ne=typeof e.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Mn.has(we)||(Mn.add(we),g(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
46
|
+
|
|
47
|
+
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
48
|
+
|
|
49
|
+
The above lifecycles should be removed. Learn more about this warning here:
|
|
50
|
+
https://reactjs.org/link/unsafe-component-lifecycles`,we,Ne,z!==null?`
|
|
51
|
+
`+z:"",N!==null?`
|
|
52
|
+
`+N:"",Z!==null?`
|
|
53
|
+
`+Z:""))}}}return R}function Bi(e,r,i){{var s=be(r)||"Component",d=e.render;d||(r.prototype&&typeof r.prototype.render=="function"?g("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",s):g("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",s)),e.getInitialState&&!e.getInitialState.isReactClassApproved&&!e.state&&g("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",s),e.getDefaultProps&&!e.getDefaultProps.isReactClassApproved&&g("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",s),e.propTypes&&g("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",s),e.contextType&&g("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",s),e.contextTypes&&g("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",s),r.contextType&&r.contextTypes&&!ta.has(r)&&(ta.add(r),g("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",s)),typeof e.componentShouldUpdate=="function"&&g("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",s),r.prototype&&r.prototype.isPureReactComponent&&typeof e.shouldComponentUpdate<"u"&&g("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",be(r)||"A pure component"),typeof e.componentDidUnmount=="function"&&g("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",s),typeof e.componentDidReceiveProps=="function"&&g("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",s),typeof e.componentWillRecieveProps=="function"&&g("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",s),typeof e.UNSAFE_componentWillRecieveProps=="function"&&g("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",s);var S=e.props!==i;e.props!==void 0&&S&&g("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",s,s),e.defaultProps&&g("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",s,s),typeof e.getSnapshotBeforeUpdate=="function"&&typeof e.componentDidUpdate!="function"&&!Ko.has(r)&&(Ko.add(r),g("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",be(r))),typeof e.getDerivedStateFromProps=="function"&&g("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",s),typeof e.getDerivedStateFromError=="function"&&g("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",s),typeof r.getSnapshotBeforeUpdate=="function"&&g("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",s);var w=e.state;w&&(typeof w!="object"||wt(w))&&g("%s.state: must be set to an object or null",s),typeof e.getChildContext=="function"&&typeof r.childContextTypes!="object"&&g("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",s)}}function Rl(e,r){var i=r.state;if(typeof r.componentWillMount=="function"){if(r.componentWillMount.__suppressDeprecationWarning!==!0){var s=be(e)||"Unknown";Qo[s]||(Y(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
54
|
+
|
|
55
|
+
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
56
|
+
|
|
57
|
+
Please update the following components: %s`,s),Qo[s]=!0)}r.componentWillMount()}typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount(),i!==r.state&&(g("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",be(e)||"Component"),Li.enqueueReplaceState(r,r.state,null))}function Il(e,r,i,s){if(e.queue!==null&&e.queue.length>0){var d=e.queue,S=e.replace;if(e.queue=null,e.replace=!1,S&&d.length===1)r.state=d[0];else{for(var w=S?d[0]:r.state,R=!0,_=S?1:0;_<d.length;_++){var z=d[_],N=typeof z=="function"?z.call(r,w,i,s):z;N!=null&&(R?(R=!1,w=pt({},w,N)):pt(w,N))}r.state=w}}else e.queue=null}function na(e,r,i,s){Bi(e,r,i);var d=e.state!==void 0?e.state:null;e.updater=Li,e.props=i,e.state=d;var S={queue:[],replace:!1};Ka(e,S);var w=r.contextType;if(typeof w=="object"&&w!==null?e.context=An(w):e.context=s,e.state===i){var R=be(r)||"Component";ea.has(R)||(ea.add(R),g("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",R))}var _=r.getDerivedStateFromProps;typeof _=="function"&&(e.state=El(e,r,_,d,i)),typeof r.getDerivedStateFromProps!="function"&&typeof e.getSnapshotBeforeUpdate!="function"&&(typeof e.UNSAFE_componentWillMount=="function"||typeof e.componentWillMount=="function")&&(Rl(r,e),Il(S,e,i,s))}var oa={id:1,overflow:""};function Pl(e){var r=e.overflow,i=e.id,s=i&~Fl(i);return s.toString(32)+r}function qa(e,r,i){var s=e.id,d=e.overflow,S=aa(s)-1,w=s&~(1<<S),R=i+1,_=aa(r)+S;if(_>30){var z=S-S%5,N=(1<<z)-1,Z=(w&N).toString(32),we=w>>z,Ne=S-z,Ft=aa(r)+Ne,al=R<<Ne,il=al|we,ll=Z+d;return{id:1<<Ft|il,overflow:ll}}else{var wa=R<<S,Es=wa|w,Ts=d;return{id:1<<_|Es,overflow:Ts}}}function aa(e){return 32-Dl(e)}function Fl(e){return 1<<aa(e)-1}var Dl=Math.clz32?Math.clz32:dr,Al=Math.log,Ml=Math.LN2;function dr(e){var r=e>>>0;return r===0?32:31-(Al(r)/Ml|0)|0}function ei(e,r){return e===r&&(e!==0||1/e===1/r)||e!==e&&r!==r}var ia=typeof Object.is=="function"?Object.is:ei,ae=null,rn=null,nn=null,de=null,Rt=!1,on=!1,la=0,We=null,pr=0,an=25,er=!1,ln;function hr(){if(ae===null)throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
58
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
59
|
+
2. You might be breaking the Rules of Hooks
|
|
60
|
+
3. You might have more than one copy of React in the same app
|
|
61
|
+
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`);return er&&g("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),ae}function _l(e,r){if(r===null)return g("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",ln),!1;e.length!==r.length&&g(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
62
|
+
|
|
63
|
+
Previous: %s
|
|
64
|
+
Incoming: %s`,ln,"["+e.join(", ")+"]","["+r.join(", ")+"]");for(var i=0;i<r.length&&i<e.length;i++)if(!ia(e[i],r[i]))return!1;return!0}function Ui(){if(pr>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function sa(){return de===null?nn===null?(Rt=!1,nn=de=Ui()):(Rt=!0,de=nn):de.next===null?(Rt=!1,de=de.next=Ui()):(Rt=!0,de=de.next),de}function ti(e,r){ae=r,rn=e,er=!1,la=0}function Ol(e,r,i,s){for(;on;)on=!1,la=0,pr+=1,de=null,i=e(r,s);return so(),i}function Hi(){var e=la!==0;return e}function so(){er=!1,ae=null,rn=null,on=!1,nn=null,pr=0,We=null,de=null}function Ll(e){return er&&g("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),An(e)}function zi(e){return ln="useContext",hr(),An(e)}function ua(e,r){return typeof r=="function"?r(e):r}function Bl(e){return ln="useState",ji(ua,e)}function ji(e,r,i){if(e!==ua&&(ln="useReducer"),ae=hr(),de=sa(),Rt){var s=de.queue,d=s.dispatch;if(We!==null){var S=We.get(s);if(S!==void 0){We.delete(s);var w=de.memoizedState,R=S;do{var _=R.action;er=!0,w=e(w,_),er=!1,R=R.next}while(R!==null);return de.memoizedState=w,[w,d]}}return[de.memoizedState,d]}else{er=!0;var z;e===ua?z=typeof r=="function"?r():r:z=i!==void 0?i(r):r,er=!1,de.memoizedState=z;var N=de.queue={last:null,dispatch:null},Z=N.dispatch=zl.bind(null,ae,N);return[de.memoizedState,Z]}}function Wi(e,r){ae=hr(),de=sa();var i=r===void 0?null:r;if(de!==null){var s=de.memoizedState;if(s!==null&&i!==null){var d=s[1];if(_l(i,d))return s[0]}}er=!0;var S=e();return er=!1,de.memoizedState=[S,i],S}function Ul(e){ae=hr(),de=sa();var r=de.memoizedState;if(r===null){var i={current:e};return Object.seal(i),de.memoizedState=i,i}else return r}function Hl(e,r){ln="useLayoutEffect",g("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function zl(e,r,i){if(pr>=an)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(e===ae){on=!0;var s={action:i,next:null};We===null&&(We=new Map);var d=We.get(r);if(d===void 0)We.set(r,s);else{for(var S=d;S.next!==null;)S=S.next;S.next=s}}}function jl(e,r){return Wi(function(){return e},r)}function Wl(e,r,i){return hr(),r(e._source)}function Nl(e,r,i){if(i===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return i()}function $l(e){return hr(),e}function ca(){throw new Error("startTransition cannot be called during server rendering.")}function Ni(){return hr(),[!1,ca]}function ri(){var e=rn,r=Pl(e.treeContext),i=co;if(i===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var s=la++;return Xe(i,r,s)}function uo(){}var $i={readContext:Ll,useContext:zi,useMemo:Wi,useReducer:ji,useRef:Ul,useState:Bl,useInsertionEffect:uo,useLayoutEffect:Hl,useCallback:jl,useImperativeHandle:uo,useEffect:uo,useDebugValue:uo,useDeferredValue:$l,useTransition:Ni,useId:ri,useMutableSource:Wl,useSyncExternalStore:Nl},co=null;function fa(e){co=e}function ni(e){try{var r="",i=e;do{switch(i.tag){case 0:r+=to(i.type,null,null);break;case 1:r+=Va(i.type,null,null);break;case 2:r+=$a(i.type,null,null);break}i=i.parent}while(i);return r}catch(s){return`
|
|
65
|
+
Error generating stack: `+s.message+`
|
|
66
|
+
`+s.stack}}var Fr=H.ReactCurrentDispatcher,da=H.ReactDebugCurrentFrame,pa=0,sn=1,Vi=2,oi=3,un=4,Vl=0,Yi=1,tr=2,Yl=12800;function Gl(e){return console.error(e),null}function fo(){}function ai(e,r,i,s,d,S,w,R,_){var z=[],N=new Set,Z={destination:null,responseState:r,progressiveChunkSize:s===void 0?Yl:s,status:Vl,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:N,pingedTasks:z,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:d===void 0?Gl:d,onAllReady:S===void 0?fo:S,onShellReady:w===void 0?fo:w,onShellError:R===void 0?fo:R,onFatalError:_===void 0?fo:_},we=Dr(Z,0,null,i,!1,!1);we.parentFlushed=!0;var Ne=po(Z,e,null,we,N,Pr,Za,oa);return z.push(Ne),Z}function ha(e,r){var i=e.pingedTasks;i.push(r),i.length===1&&$e(function(){return nl(e)})}function vr(e,r){return{id:Ct,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:r,errorDigest:null}}function po(e,r,i,s,d,S,w,R){e.allPendingTasks++,i===null?e.pendingRootTasks++:i.pendingTasks++;var _={node:r,ping:function(){return ha(e,_)},blockedBoundary:i,blockedSegment:s,abortSet:d,legacyContext:S,context:w,treeContext:R};return _.componentStack=null,d.add(_),_}function Dr(e,r,i,s,d,S){return{status:pa,id:-1,index:r,parentFlushed:!1,chunks:[],children:[],formatContext:s,boundary:i,lastPushedText:d,textEmbedded:S}}var rr=null;function ii(){return rr===null||rr.componentStack===null?"":ni(rr.componentStack)}function It(e,r){e.componentStack={tag:0,parent:e.componentStack,type:r}}function On(e,r){e.componentStack={tag:1,parent:e.componentStack,type:r}}function li(e,r){e.componentStack={tag:2,parent:e.componentStack,type:r}}function Pt(e){e.componentStack===null?g("Unexpectedly popped too many stack frames. This is a bug in React."):e.componentStack=e.componentStack.parent}var Ar=null;function si(e,r){{var i;typeof r=="string"?i=r:r&&typeof r.message=="string"?i=r.message:i=String(r);var s=Ar||ii();Ar=null,e.errorMessage=i,e.errorComponentStack=s}}function ho(e,r){var i=e.onError(r);if(i!=null&&typeof i!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof i+'" instead');return i}function va(e,r){var i=e.onShellError;i(r);var s=e.onFatalError;s(r),e.destination!==null?(e.status=tr,ge(e.destination,r)):(e.status=Yi,e.fatalError=r)}function Gi(e,r,i){It(r,"Suspense");var s=r.blockedBoundary,d=r.blockedSegment,S=i.fallback,w=i.children,R=new Set,_=vr(e,R),z=d.chunks.length,N=Dr(e,z,_,d.formatContext,!1,!1);d.children.push(N),d.lastPushedText=!1;var Z=Dr(e,0,null,d.formatContext,!1,!1);Z.parentFlushed=!0,r.blockedBoundary=_,r.blockedSegment=Z;try{if(ga(e,r,w),wi(Z.chunks,e.responseState,Z.lastPushedText,Z.textEmbedded),Z.status=sn,mo(_,Z),_.pendingTasks===0){Pt(r);return}}catch(Ne){Z.status=un,_.forceClientRender=!0,_.errorDigest=ho(e,Ne),si(_,Ne)}finally{r.blockedBoundary=s,r.blockedSegment=d}var we=po(e,S,s,N,R,r.legacyContext,r.context,r.treeContext);we.componentStack=r.componentStack,e.pingedTasks.push(we),Pt(r)}function Xi(e,r,i,s){It(r,i);var d=r.blockedSegment,S=Qt(d.chunks,i,s,e.responseState,d.formatContext);d.lastPushedText=!1;var w=d.formatContext;d.formatContext=xr(w,i,s),ga(e,r,S),d.formatContext=w,ct(d.chunks,i),d.lastPushedText=!1,Pt(r)}function Xl(e){return e.prototype&&e.prototype.isReactComponent}function ui(e,r,i,s,d){var S={};ti(r,S);var w=i(s,d);return Ol(i,s,w,d)}function vo(e,r,i,s,d){var S=i.render();i.props!==d&&(pi||g("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",be(s)||"a component"),pi=!0);{var w=s.childContextTypes;if(w!=null){var R=r.legacyContext,_=en(i,s,R,w);r.legacyContext=_,vt(e,r,S),r.legacyContext=R;return}}vt(e,r,S)}function Zi(e,r,i,s){li(r,i);var d=Di(i,r.legacyContext),S=Tl(i,s,d);na(S,i,s,d),vo(e,r,S,i,s),Pt(r)}var ci={},go={},fi={},di={},pi=!1,hi={},Ji=!1,Qi=!1,vi=!1;function Zl(e,r,i,s){var d;if(d=Di(i,r.legacyContext),On(r,i),i.prototype&&typeof i.prototype.render=="function"){var S=be(i)||"Unknown";ci[S]||(g("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",S,S),ci[S]=!0)}var w=ui(e,r,i,s,d),R=Hi();if(typeof w=="object"&&w!==null&&typeof w.render=="function"&&w.$$typeof===void 0){var _=be(i)||"Unknown";go[_]||(g("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",_,_,_),go[_]=!0)}if(typeof w=="object"&&w!==null&&typeof w.render=="function"&&w.$$typeof===void 0){{var z=be(i)||"Unknown";go[z]||(g("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",z,z,z),go[z]=!0)}na(w,i,s,d),vo(e,r,w,i,s)}else if(Jl(i),R){var N=r.treeContext,Z=1,we=0;r.treeContext=qa(N,Z,we);try{vt(e,r,w)}finally{r.treeContext=N}}else vt(e,r,w);Pt(r)}function Jl(e){{if(e&&e.childContextTypes&&g("%s(...): childContextTypes cannot be defined on a function component.",e.displayName||e.name||"Component"),e.defaultProps!==void 0){var r=be(e)||"Unknown";hi[r]||(g("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",r),hi[r]=!0)}if(typeof e.getDerivedStateFromProps=="function"){var i=be(e)||"Unknown";di[i]||(g("%s: Function components do not support getDerivedStateFromProps.",i),di[i]=!0)}if(typeof e.contextType=="object"&&e.contextType!==null){var s=be(e)||"Unknown";fi[s]||(g("%s: Function components do not support contextType.",s),fi[s]=!0)}}}function Ki(e,r){if(e&&e.defaultProps){var i=pt({},r),s=e.defaultProps;for(var d in s)i[d]===void 0&&(i[d]=s[d]);return i}return r}function Ql(e,r,i,s,d){On(r,i.render);var S=ui(e,r,i.render,s,d),w=Hi();if(w){var R=r.treeContext,_=1,z=0;r.treeContext=qa(R,_,z);try{vt(e,r,S)}finally{r.treeContext=R}}else vt(e,r,S);Pt(r)}function Kl(e,r,i,s,d){var S=i.type,w=Ki(S,s);mi(e,r,S,w,d)}function gi(e,r,i,s){i._context===void 0?i!==i.Consumer&&(vi||(vi=!0,g("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):i=i._context;var d=s.children;typeof d!="function"&&g("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var S=An(i),w=d(S);vt(e,r,w)}function ql(e,r,i,s){var d=i._context,S=s.value,w=s.children,R;R=r.context,r.context=ao(d,S),vt(e,r,w),r.context=Qa(d),R!==r.context&&g("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function ht(e,r,i,s,d){It(r,"Lazy");var S=i._payload,w=i._init,R=w(S),_=Ki(R,s);mi(e,r,R,_,d),Pt(r)}function mi(e,r,i,s,d){if(typeof i=="function")if(Xl(i)){Zi(e,r,i,s);return}else{Zl(e,r,i,s);return}if(typeof i=="string"){Xi(e,r,i,s);return}switch(i){case xl:case Ci:case zo:case jo:case Ho:{vt(e,r,s.children);return}case _a:{It(r,"SuspenseList"),vt(e,r,s.children),Pt(r);return}case wl:throw new Error("ReactDOMServer does not yet support scope components.");case In:{Gi(e,r,s);return}}if(typeof i=="object"&&i!==null)switch(i.$$typeof){case Qn:{Ql(e,r,i,s,d);return}case Oa:{Kl(e,r,i,s,d);return}case Zn:{ql(e,r,i,s);return}case Jn:{gi(e,r,i,s);return}case Wo:{ht(e,r,i,s);return}}var S="";throw(i===void 0||typeof i=="object"&&i!==null&&Object.keys(i).length===0)&&(S+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(i==null?i:typeof i)+"."+S))}function qi(e,r){typeof Symbol=="function"&&e[Symbol.toStringTag]==="Generator"&&(Ji||g("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Ji=!0),e.entries===r&&(Qi||g("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Qi=!0)}function vt(e,r,i){try{return yi(e,r,i)}catch(s){throw typeof s=="object"&&s!==null&&typeof s.then=="function"||(Ar=Ar!==null?Ar:ii()),s}}function yi(e,r,i){if(r.node=i,typeof i=="object"&&i!==null){switch(i.$$typeof){case ki:{var s=i,d=s.type,S=s.props,w=s.ref;mi(e,r,d,S,w);return}case Ma:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Wo:{var R=i,_=R._payload,z=R._init,N;try{N=z(_)}catch(wa){throw typeof wa=="object"&&wa!==null&&typeof wa.then=="function"&&It(r,"Lazy"),wa}vt(e,r,N);return}}if(wt(i)){el(e,r,i);return}var Z=ke(i);if(Z){qi(i,Z);var we=Z.call(i);if(we){var Ne=we.next();if(!Ne.done){var Ft=[];do Ft.push(Ne.value),Ne=we.next();while(!Ne.done);el(e,r,Ft);return}return}}var al=Object.prototype.toString.call(i);throw new Error("Objects are not valid as a React child (found: "+(al==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":al)+"). If you meant to render a collection of children, use an array instead.")}if(typeof i=="string"){var il=r.blockedSegment;il.lastPushedText=bi(r.blockedSegment.chunks,i,e.responseState,il.lastPushedText);return}if(typeof i=="number"){var ll=r.blockedSegment;ll.lastPushedText=bi(r.blockedSegment.chunks,""+i,e.responseState,ll.lastPushedText);return}typeof i=="function"&&g("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function el(e,r,i){for(var s=i.length,d=0;d<s;d++){var S=r.treeContext;r.treeContext=qa(S,s,d);try{ga(e,r,i[d])}finally{r.treeContext=S}}}function es(e,r,i){var s=r.blockedSegment,d=s.chunks.length,S=Dr(e,d,null,s.formatContext,s.lastPushedText,!0);s.children.push(S),s.lastPushedText=!1;var w=po(e,r.node,r.blockedBoundary,S,r.abortSet,r.legacyContext,r.context,r.treeContext);r.componentStack!==null&&(w.componentStack=r.componentStack.parent);var R=w.ping;i.then(R,R)}function ga(e,r,i){var s=r.blockedSegment.formatContext,d=r.legacyContext,S=r.context,w=null;w=r.componentStack;try{return vt(e,r,i)}catch(R){if(so(),typeof R=="object"&&R!==null&&typeof R.then=="function"){es(e,r,R),r.blockedSegment.formatContext=s,r.legacyContext=d,r.context=S,Xo(S),r.componentStack=w;return}else throw r.blockedSegment.formatContext=s,r.legacyContext=d,r.context=S,Xo(S),r.componentStack=w,R}}function ma(e,r,i,s){var d=ho(e,s);if(r===null?va(e,s):(r.pendingTasks--,r.forceClientRender||(r.forceClientRender=!0,r.errorDigest=d,si(r,s),r.parentFlushed&&e.clientRenderedBoundaries.push(r))),e.allPendingTasks--,e.allPendingTasks===0){var S=e.onAllReady;S()}}function tl(e){var r=this,i=e.blockedBoundary,s=e.blockedSegment;s.status=oi,yo(r,i,s)}function rl(e,r,i){var s=e.blockedBoundary,d=e.blockedSegment;if(d.status=oi,s===null)r.allPendingTasks--,r.status!==tr&&(r.status=tr,r.destination!==null&&B(r.destination));else{if(s.pendingTasks--,!s.forceClientRender){s.forceClientRender=!0;var S=i===void 0?new Error("The render was aborted by the server without a reason."):i;s.errorDigest=r.onError(S);{var w="The server did not finish this Suspense boundary: ";S&&typeof S.message=="string"?S=w+S.message:S=w+String(S);var R=rr;rr=e;try{si(s,S)}finally{rr=R}}s.parentFlushed&&r.clientRenderedBoundaries.push(s)}if(s.fallbackAbortableTasks.forEach(function(z){return rl(z,r,i)}),s.fallbackAbortableTasks.clear(),r.allPendingTasks--,r.allPendingTasks===0){var _=r.onAllReady;_()}}}function mo(e,r){if(r.chunks.length===0&&r.children.length===1&&r.children[0].boundary===null){var i=r.children[0];i.id=r.id,i.parentFlushed=!0,i.status===sn&&mo(e,i)}else{var s=e.completedSegments;s.push(r)}}function yo(e,r,i){if(r===null){if(i.parentFlushed){if(e.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");e.completedRootSegment=i}if(e.pendingRootTasks--,e.pendingRootTasks===0){e.onShellError=fo;var s=e.onShellReady;s()}}else if(r.pendingTasks--,!r.forceClientRender){if(r.pendingTasks===0)i.parentFlushed&&i.status===sn&&mo(r,i),r.parentFlushed&&e.completedBoundaries.push(r),r.fallbackAbortableTasks.forEach(tl,e),r.fallbackAbortableTasks.clear();else if(i.parentFlushed&&i.status===sn){mo(r,i);var d=r.completedSegments;d.length===1&&r.parentFlushed&&e.partialBoundaries.push(r)}}if(e.allPendingTasks--,e.allPendingTasks===0){var S=e.onAllReady;S()}}function ya(e,r){var i=r.blockedSegment;if(i.status===pa){Xo(r.context);var s=null;s=rr,rr=r;try{vt(e,r,r.node),wi(i.chunks,e.responseState,i.lastPushedText,i.textEmbedded),r.abortSet.delete(r),i.status=sn,yo(e,r.blockedBoundary,i)}catch(S){if(so(),typeof S=="object"&&S!==null&&typeof S.then=="function"){var d=r.ping;S.then(d,d)}else r.abortSet.delete(r),i.status=un,ma(e,r.blockedBoundary,i,S)}finally{rr=s}}}function nl(e){if(e.status!==tr){var r=Cl(),i=Fr.current;Fr.current=$i;var s;s=da.getCurrentStack,da.getCurrentStack=ii;var d=co;fa(e.responseState);try{var S=e.pingedTasks,w;for(w=0;w<S.length;w++){var R=S[w];ya(e,R)}S.splice(0,w),e.destination!==null&&ba(e,e.destination)}catch(_){ho(e,_),va(e,_)}finally{fa(d),Fr.current=i,da.getCurrentStack=s,i===$i&&Xo(r)}}}function So(e,r,i){switch(i.parentFlushed=!0,i.status){case pa:{var s=i.id=e.nextSegmentId++;return i.lastPushedText=!1,i.textEmbedded=!1,To(r,e.responseState,s)}case sn:{i.status=Vi;for(var d=!0,S=i.chunks,w=0,R=i.children,_=0;_<R.length;_++){for(var z=R[_];w<z.index;w++)P(r,S[w]);d=bo(e,r,z)}for(;w<S.length-1;w++)P(r,S[w]);return w<S.length&&(d=D(r,S[w])),d}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function bo(e,r,i){var s=i.boundary;if(s===null)return So(e,r,i);if(s.parentFlushed=!0,s.forceClientRender)return Tt(r,e.responseState,s.errorDigest,s.errorMessage,s.errorComponentStack),So(e,r,i),xi(r,e.responseState);if(s.pendingTasks>0){s.rootSegmentID=e.nextSegmentId++,s.completedSegments.length>0&&e.partialBoundaries.push(s);var d=s.id=Et(e.responseState);return Ir(r,e.responseState,d),So(e,r,i),Yn(r,e.responseState)}else{if(s.byteSize>e.progressiveChunkSize)return s.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(s),Ir(r,e.responseState,s.id),So(e,r,i),Yn(r,e.responseState);Aa(r,e.responseState);var S=s.completedSegments;if(S.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var w=S[0];return bo(e,r,w),bl(r,e.responseState)}}function ts(e,r,i){return ml(r,e.responseState,i.id,i.errorDigest,i.errorMessage,i.errorComponentStack)}function Si(e,r,i){return C(r,e.responseState,i.formatContext,i.id),bo(e,r,i),A(r,i.formatContext)}function Sa(e,r,i){for(var s=i.completedSegments,d=0;d<s.length;d++){var S=s[d];ol(e,r,i,S)}return s.length=0,dl(r,e.responseState,i.id,i.rootSegmentID)}function rs(e,r,i){for(var s=i.completedSegments,d=0;d<s.length;d++){var S=s[d];if(!ol(e,r,i,S))return d++,s.splice(0,d),!1}return s.splice(0,d),!0}function ol(e,r,i,s){if(s.status===Vi)return!0;var d=s.id;if(d===-1){var S=s.id=i.rootSegmentID;if(S===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return Si(e,r,s)}else return Si(e,r,s),dt(r,e.responseState,d)}function ba(e,r){try{var i=e.completedRootSegment;i!==null&&e.pendingRootTasks===0&&(bo(e,r,i),e.completedRootSegment=null,Wn(r,e.responseState));var s=e.clientRenderedBoundaries,d;for(d=0;d<s.length;d++){var S=s[d];if(!ts(e,r,S)){e.destination=null,d++,s.splice(0,d);return}}s.splice(0,d);var w=e.completedBoundaries;for(d=0;d<w.length;d++){var R=w[d];if(!Sa(e,r,R)){e.destination=null,d++,w.splice(0,d);return}}w.splice(0,d);var _=e.partialBoundaries;for(d=0;d<_.length;d++){var z=_[d];if(!rs(e,r,z)){e.destination=null,d++,_.splice(0,d);return}}_.splice(0,d);var N=e.completedBoundaries;for(d=0;d<N.length;d++){var Z=N[d];if(!Sa(e,r,Z)){e.destination=null,d++,N.splice(0,d);return}}N.splice(0,d)}finally{e.allPendingTasks===0&&e.pingedTasks.length===0&&e.clientRenderedBoundaries.length===0&&e.completedBoundaries.length===0&&(e.abortableTasks.size!==0&&g("There was still abortable task at the root when we closed. This is a bug in React."),B(r))}}function ns(e){$e(function(){return nl(e)})}function t(e,r){if(e.status===Yi){e.status=tr,ge(r,e.fatalError);return}if(e.status!==tr&&e.destination===null){e.destination=r;try{ba(e,r)}catch(i){ho(e,i),va(e,i)}}}function n(e,r){try{var i=e.abortableTasks;i.forEach(function(s){return rl(s,e,r)}),i.clear(),e.destination!==null&&ba(e,e.destination)}catch(s){ho(e,s),va(e,s)}}function l(){}function f(e,r,i,s){var d=!1,S=null,w="",R={push:function(Z){return Z!==null&&(w+=Z),!0},destroy:function(Z){d=!0,S=Z}},_=!1;function z(){_=!0}var N=ai(e,Sl(i,r?r.identifierPrefix:void 0),Da(),1/0,l,void 0,z,void 0,void 0);if(ns(N),n(N,s),t(N,R),d)throw S;if(!_)throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return w}function v(e,r){return f(e,r,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function b(e,r){return f(e,r,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function x(){throw new Error("ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.")}function I(){throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.")}xo.renderToNodeStream=x,xo.renderToStaticMarkup=b,xo.renderToStaticNodeStream=I,xo.renderToString=v,xo.version=M}()),xo}var ul={};/**
|
|
67
|
+
* @license React
|
|
68
|
+
* react-dom-server.browser.development.js
|
|
69
|
+
*
|
|
70
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
71
|
+
*
|
|
72
|
+
* This source code is licensed under the MIT license found in the
|
|
73
|
+
* LICENSE file in the root directory of this source tree.
|
|
74
|
+
*/var hs;function Ds(){return hs||(hs=1,process.env.NODE_ENV!=="production"&&function(){var $=Pe.default,M="18.3.1",H=$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function Y(t){{for(var n=arguments.length,l=new Array(n>1?n-1:0),f=1;f<n;f++)l[f-1]=arguments[f];K("warn",t,l)}}function g(t){{for(var n=arguments.length,l=new Array(n>1?n-1:0),f=1;f<n;f++)l[f-1]=arguments[f];K("error",t,l)}}function K(t,n,l){{var f=H.ReactDebugCurrentFrame,v=f.getStackAddendum();v!==""&&(n+="%s",l=l.concat([v]));var b=l.map(function(x){return String(x)});b.unshift("Warning: "+n),Function.prototype.apply.call(console[t],console,b)}}function $e(t){t()}var ue=512,P=null,D=0;function rt(t){P=new Uint8Array(ue),D=0}function B(t,n){if(n.length!==0){if(n.length>ue){D>0&&(t.enqueue(new Uint8Array(P.buffer,0,D)),P=new Uint8Array(ue),D=0),t.enqueue(n);return}var l=n,f=P.length-D;f<l.length&&(f===0?t.enqueue(P):(P.set(l.subarray(0,f),D),t.enqueue(P),l=l.subarray(f)),P=new Uint8Array(ue),D=0),P.set(l,D),D+=l.length}}function re(t,n){return B(t,n),!0}function Dt(t){P&&D>0&&(t.enqueue(new Uint8Array(P.buffer,0,D)),P=null,D=0)}function ge(t){t.close()}var gt=new TextEncoder;function j(t){return gt.encode(t)}function O(t){return gt.encode(t)}function Ce(t,n){typeof t.error=="function"?t.error(n):t.close()}function nt(t){{var n=typeof Symbol=="function"&&Symbol.toStringTag,l=n&&t[Symbol.toStringTag]||t.constructor.name||"Object";return l}}function _e(t){try{return pe(t),!1}catch{return!0}}function pe(t){return""+t}function he(t,n){if(_e(t))return g("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",n,nt(t)),pe(t)}function te(t,n){if(_e(t))return g("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",n,nt(t)),pe(t)}function Ve(t){if(_e(t))return g("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",nt(t)),pe(t)}var le=Object.prototype.hasOwnProperty,et=0,Ye=1,Ae=2,ot=3,Ze=4,Ht=5,zt=6,mt=":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",Ue=mt+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",Me=new RegExp("^["+mt+"]["+Ue+"]*$"),at={},ce={};function fe(t){return le.call(ce,t)?!0:le.call(at,t)?!1:Me.test(t)?(ce[t]=!0,!0):(at[t]=!0,g("Invalid attribute name: `%s`",t),!1)}function jt(t,n,l,f){if(l!==null&&l.type===et)return!1;switch(typeof n){case"function":case"symbol":return!0;case"boolean":{if(f)return!1;if(l!==null)return!l.acceptsBooleans;var v=t.toLowerCase().slice(0,5);return v!=="data-"&&v!=="aria-"}default:return!1}}function yt(t){return q.hasOwnProperty(t)?q[t]:null}function me(t,n,l,f,v,b,x){this.acceptsBooleans=n===Ae||n===ot||n===Ze,this.attributeName=f,this.attributeNamespace=v,this.mustUseProperty=l,this.propertyName=t,this.type=n,this.sanitizeURL=b,this.removeEmptyString=x}var q={},J=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];J.forEach(function(t){q[t]=new me(t,et,!1,t,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(t){var n=t[0],l=t[1];q[n]=new me(n,Ye,!1,l,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(t){q[t]=new me(t,Ae,!1,t.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(t){q[t]=new me(t,Ae,!1,t,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"].forEach(function(t){q[t]=new me(t,ot,!1,t.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(t){q[t]=new me(t,ot,!0,t,null,!1,!1)}),["capture","download"].forEach(function(t){q[t]=new me(t,Ze,!1,t,null,!1,!1)}),["cols","rows","size","span"].forEach(function(t){q[t]=new me(t,zt,!1,t,null,!1,!1)}),["rowSpan","start"].forEach(function(t){q[t]=new me(t,Ht,!1,t.toLowerCase(),null,!1,!1)});var Oe=/[\-\:]([a-z])/g,Se=function(t){return t[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"].forEach(function(t){var n=t.replace(Oe,Se);q[n]=new me(n,Ye,!1,t,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(t){var n=t.replace(Oe,Se);q[n]=new me(n,Ye,!1,t,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(t){var n=t.replace(Oe,Se);q[n]=new me(n,Ye,!1,t,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(t){q[t]=new me(t,Ye,!1,t.toLowerCase(),null,!1,!1)});var Fe="xlinkHref";q[Fe]=new me("xlinkHref",Ye,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(t){q[t]=new me(t,Ye,!1,t.toLowerCase(),null,!0,!0)});var Ee={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};function At(t,n){return t+n.charAt(0).toUpperCase()+n.substring(1)}var ie=["Webkit","ms","Moz","O"];Object.keys(Ee).forEach(function(t){ie.forEach(function(n){Ee[At(n,t)]=Ee[t]})});var ne={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function He(t,n){ne[n.type]||n.onChange||n.onInput||n.readOnly||n.disabled||n.value==null||g("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),n.onChange||n.readOnly||n.disabled||n.checked==null||g("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function nr(t,n){if(t.indexOf("-")===-1)return typeof n.is=="string";switch(t){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}}var cn={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},it={},or=new RegExp("^(aria)-["+Ue+"]*$"),ar=new RegExp("^(aria)[A-Z]["+Ue+"]*$");function fn(t,n){{if(le.call(it,n)&&it[n])return!0;if(ar.test(n)){var l="aria-"+n.slice(4).toLowerCase(),f=cn.hasOwnProperty(l)?l:null;if(f==null)return g("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",n),it[n]=!0,!0;if(n!==f)return g("Invalid ARIA attribute `%s`. Did you mean `%s`?",n,f),it[n]=!0,!0}if(or.test(n)){var v=n.toLowerCase(),b=cn.hasOwnProperty(v)?v:null;if(b==null)return it[n]=!0,!1;if(n!==b)return g("Unknown ARIA attribute `%s`. Did you mean `%s`?",n,b),it[n]=!0,!0}}return!0}function lt(t,n){{var l=[];for(var f in n){var v=fn(t,f);v||l.push(f)}var b=l.map(function(x){return"`"+x+"`"}).join(", ");l.length===1?g("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",b,t):l.length>1&&g("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",b,t)}}function Be(t,n){nr(t,n)||lt(t,n)}var De=!1;function Mr(t,n){{if(t!=="input"&&t!=="textarea"&&t!=="select")return;n!=null&&n.value===null&&!De&&(De=!0,t==="select"&&n.multiple?g("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",t):g("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",t))}}var _r={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Or=function(){};{var Re={},Lr=/^on./,dn=/^on[^A-Z]/,pn=new RegExp("^(aria)-["+Ue+"]*$"),Br=new RegExp("^(aria)[A-Z]["+Ue+"]*$");Or=function(t,n,l,f){if(le.call(Re,n)&&Re[n])return!0;var v=n.toLowerCase();if(v==="onfocusin"||v==="onfocusout")return g("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Re[n]=!0,!0;if(f!=null){var b=f.registrationNameDependencies,x=f.possibleRegistrationNames;if(b.hasOwnProperty(n))return!0;var I=x.hasOwnProperty(v)?x[v]:null;if(I!=null)return g("Invalid event handler property `%s`. Did you mean `%s`?",n,I),Re[n]=!0,!0;if(Lr.test(n))return g("Unknown event handler property `%s`. It will be ignored.",n),Re[n]=!0,!0}else if(Lr.test(n))return dn.test(n)&&g("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",n),Re[n]=!0,!0;if(pn.test(n)||Br.test(n))return!0;if(v==="innerhtml")return g("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Re[n]=!0,!0;if(v==="aria")return g("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Re[n]=!0,!0;if(v==="is"&&l!==null&&l!==void 0&&typeof l!="string")return g("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof l),Re[n]=!0,!0;if(typeof l=="number"&&isNaN(l))return g("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",n),Re[n]=!0,!0;var e=yt(n),r=e!==null&&e.type===et;if(_r.hasOwnProperty(v)){var i=_r[v];if(i!==n)return g("Invalid DOM property `%s`. Did you mean `%s`?",n,i),Re[n]=!0,!0}else if(!r&&n!==v)return g("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",n,v),Re[n]=!0,!0;return typeof l=="boolean"&&jt(n,l,e,!1)?(l?g('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',l,n,n,l,n):g('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',l,n,n,l,n,n,n),Re[n]=!0,!0):r?!0:jt(n,l,e,!1)?(Re[n]=!0,!1):((l==="false"||l==="true")&&e!==null&&e.type===ot&&(g("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",l,n,l==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',n,l),Re[n]=!0),!0)}}var mr=function(t,n,l){{var f=[];for(var v in n){var b=Or(t,v,n[v],l);b||f.push(v)}var x=f.map(function(I){return"`"+I+"`"}).join(", ");f.length===1?g("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",x,t):f.length>1&&g("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",x,t)}};function Ln(t,n,l){nr(t,n)||mr(t,n,l)}var Ur=function(){};{var Wt=/^(?:webkit|moz|o)[A-Z]/,Hr=/^-ms-/,hn=/-(.)/g,Ge=/;\s*$/,St={},Nt={},se=!1,$t=!1,yr=function(t){return t.replace(hn,function(n,l){return l.toUpperCase()})},ir=function(t){St.hasOwnProperty(t)&&St[t]||(St[t]=!0,g("Unsupported style property %s. Did you mean %s?",t,yr(t.replace(Hr,"ms-"))))},bt=function(t){St.hasOwnProperty(t)&&St[t]||(St[t]=!0,g("Unsupported vendor-prefixed style property %s. Did you mean %s?",t,t.charAt(0).toUpperCase()+t.slice(1)))},Sr=function(t,n){Nt.hasOwnProperty(n)&&Nt[n]||(Nt[n]=!0,g(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,t,n.replace(Ge,"")))},Mt=function(t,n){se||(se=!0,g("`NaN` is an invalid value for the `%s` css style property.",t))},Te=function(t,n){$t||($t=!0,g("`Infinity` is an invalid value for the `%s` css style property.",t))};Ur=function(t,n){t.indexOf("-")>-1?ir(t):Wt.test(t)?bt(t):Ge.test(n)&&Sr(t,n),typeof n=="number"&&(isNaN(n)?Mt(t,n):isFinite(n)||Te(t,n))}}var zr=Ur,jr=/["'&<>]/;function vn(t){Ve(t);var n=""+t,l=jr.exec(n);if(!l)return n;var f,v="",b,x=0;for(b=l.index;b<n.length;b++){switch(n.charCodeAt(b)){case 34:f=""";break;case 38:f="&";break;case 39:f="'";break;case 60:f="<";break;case 62:f=">";break;default:continue}x!==b&&(v+=n.substring(x,b)),x=b+1,v+=f}return x!==b?v+n.substring(x,b):v}function Ie(t){return typeof t=="boolean"||typeof t=="number"?""+t:vn(t)}var Wr=/([A-Z])/g,Bn=/^ms-/;function Un(t){return t.replace(Wr,"-$1").toLowerCase().replace(Bn,"-ms-")}var wt=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Nr=!1;function br(t){!Nr&&wt.test(t)&&(Nr=!0,g("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(t)))}var $r=Array.isArray;function lr(t){return $r(t)}var Vt=O("<script>"),Hn=O("<\/script>"),Vr=O('<script src="'),wr=O('<script type="module" src="'),Yt=O('" async=""><\/script>');function _t(t){return Ve(t),(""+t).replace(xt,sr)}var xt=/(<\/|<)(s)(cript)/gi,sr=function(t,n,l,f){return""+n+(l==="s"?"\\u0073":"\\u0053")+f};function ur(t,n,l,f,v){var b=t===void 0?"":t,x=n===void 0?Vt:O('<script nonce="'+Ie(n)+'">'),I=[];if(l!==void 0&&I.push(x,j(_t(l)),Hn),f!==void 0)for(var e=0;e<f.length;e++)I.push(Vr,j(Ie(f[e])),Yt);if(v!==void 0)for(var r=0;r<v.length;r++)I.push(wr,j(Ie(v[r])),Yt);return{bootstrapChunks:I,startInlineScript:x,placeholderPrefix:O(b+"P:"),segmentPrefix:O(b+"S:"),boundaryPrefix:b+"B:",idPrefix:b,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var tt=0,xe=1,kt=2,st=3,Le=4,xr=5,Ct=6,Et=7;function Xe(t,n){return{insertionMode:t,selectedValue:n}}function Ot(t){var n=t==="http://www.w3.org/2000/svg"?kt:t==="http://www.w3.org/1998/Math/MathML"?st:tt;return Xe(n,null)}function Gt(t,n,l){switch(n){case"select":return Xe(xe,l.value!=null?l.value:l.defaultValue);case"svg":return Xe(kt,null);case"math":return Xe(st,null);case"foreignObject":return Xe(xe,null);case"table":return Xe(Le,null);case"thead":case"tbody":case"tfoot":return Xe(xr,null);case"colgroup":return Xe(Et,null);case"tr":return Xe(Ct,null)}return t.insertionMode>=Le||t.insertionMode===tt?Xe(xe,null):t}var Yr=null;function Gr(t){var n=t.nextSuspenseID++;return O(t.boundaryPrefix+n.toString(16))}function kr(t,n,l){var f=t.idPrefix,v=":"+f+"R"+n;return l>0&&(v+="H"+l.toString(32)),v+":"}function Xt(t){return Ie(t)}var Xr=O("<!-- -->");function Cr(t,n,l,f){return n===""?f:(f&&t.push(Xr),t.push(j(Xt(n))),!0)}function Er(t,n,l,f){l&&f&&t.push(Xr)}var o=new Map;function u(t){var n=o.get(t);if(n!==void 0)return n;var l=O(Ie(Un(t)));return o.set(t,l),l}var h=O(' style="'),m=O(":"),E=O(";");function k(t,n,l){if(typeof l!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var f=!0;for(var v in l)if(le.call(l,v)){var b=l[v];if(!(b==null||typeof b=="boolean"||b==="")){var x=void 0,I=void 0,e=v.indexOf("--")===0;e?(x=j(Ie(v)),te(b,v),I=j(Ie((""+b).trim()))):(zr(v,b),x=u(v),typeof b=="number"?b!==0&&!le.call(Ee,v)?I=j(b+"px"):I=j(""+b):(te(b,v),I=j(Ie((""+b).trim())))),f?(f=!1,t.push(h,x,m,I)):t.push(E,x,m,I)}}f||t.push(W)}var F=O(" "),L=O('="'),W=O('"'),G=O('=""');function V(t,n,l,f){switch(l){case"style":{k(t,n,f);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(l.length>2&&(l[0]==="o"||l[0]==="O")&&(l[1]==="n"||l[1]==="N"))){var v=yt(l);if(v!==null){switch(typeof f){case"function":case"symbol":return;case"boolean":if(!v.acceptsBooleans)return}var b=v.attributeName,x=j(b);switch(v.type){case ot:f&&t.push(F,x,G);return;case Ze:f===!0?t.push(F,x,G):f===!1||t.push(F,x,L,j(Ie(f)),W);return;case Ht:isNaN(f)||t.push(F,x,L,j(Ie(f)),W);break;case zt:!isNaN(f)&&f>=1&&t.push(F,x,L,j(Ie(f)),W);break;default:v.sanitizeURL&&(he(f,b),f=""+f,br(f)),t.push(F,x,L,j(Ie(f)),W)}}else if(fe(l)){switch(typeof f){case"function":case"symbol":return;case"boolean":{var I=l.toLowerCase().slice(0,5);if(I!=="data-"&&I!=="aria-")return}}t.push(F,j(l),L,j(Ie(f)),W)}}}var oe=O(">"),Je=O("/>");function ze(t,n,l){if(n!=null){if(l!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof n!="object"||!("__html"in n))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var f=n.__html;f!=null&&(Ve(f),t.push(j(""+f)))}}var je=!1,Lt=!1,ut=!1,Tr=!1,Zt=!1,cr=!1,Bt=!1;function Zr(t,n){{var l=t[n];if(l!=null){var f=lr(l);t.multiple&&!f?g("The `%s` prop supplied to <select> must be an array if `multiple` is true.",n):!t.multiple&&f&&g("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",n)}}}function xa(t,n,l){He("select",n),Zr(n,"value"),Zr(n,"defaultValue"),n.value!==void 0&&n.defaultValue!==void 0&&!ut&&(g("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),ut=!0),t.push(ct("select"));var f=null,v=null;for(var b in n)if(le.call(n,b)){var x=n[b];if(x==null)continue;switch(b){case"children":f=x;break;case"dangerouslySetInnerHTML":v=x;break;case"defaultValue":case"value":break;default:V(t,l,b,x);break}}return t.push(oe),ze(t,v,f),f}function ka(t){var n="";return $.Children.forEach(t,function(l){l!=null&&(n+=l,!Zt&&typeof l!="string"&&typeof l!="number"&&(Zt=!0,g("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),n}var zn=O(' selected=""');function Ca(t,n,l,f){var v=f.selectedValue;t.push(ct("option"));var b=null,x=null,I=null,e=null;for(var r in n)if(le.call(n,r)){var i=n[r];if(i==null)continue;switch(r){case"children":b=i;break;case"selected":I=i,Bt||(g("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Bt=!0);break;case"dangerouslySetInnerHTML":e=i;break;case"value":x=i;default:V(t,l,r,i);break}}if(v!=null){var s;if(x!==null?(he(x,"value"),s=""+x):(e!==null&&(cr||(cr=!0,g("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),s=ka(b)),lr(v))for(var d=0;d<v.length;d++){he(v[d],"value");var S=""+v[d];if(S===s){t.push(zn);break}}else he(v,"select.value"),""+v===s&&t.push(zn)}else I&&t.push(zn);return t.push(oe),ze(t,e,b),b}function jn(t,n,l){He("input",n),n.checked!==void 0&&n.defaultChecked!==void 0&&!Lt&&(g("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",n.type),Lt=!0),n.value!==void 0&&n.defaultValue!==void 0&&!je&&(g("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",n.type),je=!0),t.push(ct("input"));var f=null,v=null,b=null,x=null;for(var I in n)if(le.call(n,I)){var e=n[I];if(e==null)continue;switch(I){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":x=e;break;case"defaultValue":v=e;break;case"checked":b=e;break;case"value":f=e;break;default:V(t,l,I,e);break}}return b!==null?V(t,l,"checked",b):x!==null&&V(t,l,"checked",x),f!==null?V(t,l,"value",f):v!==null&&V(t,l,"value",v),t.push(Je),null}function Ut(t,n,l){He("textarea",n),n.value!==void 0&&n.defaultValue!==void 0&&!Tr&&(g("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Tr=!0),t.push(ct("textarea"));var f=null,v=null,b=null;for(var x in n)if(le.call(n,x)){var I=n[x];if(I==null)continue;switch(x){case"children":b=I;break;case"value":f=I;break;case"defaultValue":v=I;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:V(t,l,x,I);break}}if(f===null&&v!==null&&(f=v),t.push(oe),b!=null){if(g("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),f!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(lr(b)){if(b.length>1)throw new Error("<textarea> can only have at most one child.");Ve(b[0]),f=""+b[0]}Ve(b),f=""+b}return typeof f=="string"&&f[0]===`
|
|
75
|
+
`&&t.push(fr),f!==null&&(he(f,"value"),t.push(j(Xt(""+f)))),null}function Jr(t,n,l,f){t.push(ct(l));for(var v in n)if(le.call(n,v)){var b=n[v];if(b==null)continue;switch(v){case"children":case"dangerouslySetInnerHTML":throw new Error(l+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:V(t,f,v,b);break}}return t.push(Je),null}function gn(t,n,l){t.push(ct("menuitem"));for(var f in n)if(le.call(n,f)){var v=n[f];if(v==null)continue;switch(f){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:V(t,l,f,v);break}}return t.push(oe),null}function ve(t,n,l){t.push(ct("title"));var f=null;for(var v in n)if(le.call(n,v)){var b=n[v];if(b==null)continue;switch(v){case"children":f=b;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:V(t,l,v,b);break}}t.push(oe);{var x=Array.isArray(f)&&f.length<2?f[0]||null:f;Array.isArray(f)&&f.length>1?g("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):x!=null&&x.$$typeof!=null?g("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):x!=null&&typeof x!="string"&&typeof x!="number"&&g("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering")}return f}function Jt(t,n,l,f){t.push(ct(l));var v=null,b=null;for(var x in n)if(le.call(n,x)){var I=n[x];if(I==null)continue;switch(x){case"children":v=I;break;case"dangerouslySetInnerHTML":b=I;break;default:V(t,f,x,I);break}}return t.push(oe),ze(t,b,v),typeof v=="string"?(t.push(j(Xt(v))),null):v}function Qe(t,n,l,f){t.push(ct(l));var v=null,b=null;for(var x in n)if(le.call(n,x)){var I=n[x];if(I==null)continue;switch(x){case"children":v=I;break;case"dangerouslySetInnerHTML":b=I;break;case"style":k(t,f,I);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:fe(x)&&typeof I!="function"&&typeof I!="symbol"&&t.push(F,j(x),L,j(Ie(I)),W);break}}return t.push(oe),ze(t,b,v),v}var fr=O(`
|
|
76
|
+
`);function Qt(t,n,l,f){t.push(ct(l));var v=null,b=null;for(var x in n)if(le.call(n,x)){var I=n[x];if(I==null)continue;switch(x){case"children":v=I;break;case"dangerouslySetInnerHTML":b=I;break;default:V(t,f,x,I);break}}if(t.push(oe),b!=null){if(v!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof b!="object"||!("__html"in b))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var e=b.__html;e!=null&&(typeof e=="string"&&e.length>0&&e[0]===`
|
|
77
|
+
`?t.push(fr,j(e)):(Ve(e),t.push(j(""+e))))}return typeof v=="string"&&v[0]===`
|
|
78
|
+
`&&t.push(fr),v}var mn=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Kt=new Map;function ct(t){var n=Kt.get(t);if(n===void 0){if(!mn.test(t))throw new Error("Invalid tag: "+t);n=O("<"+t),Kt.set(t,n)}return n}var Wn=O("<!DOCTYPE html>");function Nn(t,n,l,f,v){switch(Be(n,l),Mr(n,l),Ln(n,l,null),!l.suppressContentEditableWarning&&l.contentEditable&&l.children!=null&&g("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),v.insertionMode!==kt&&v.insertionMode!==st&&n.indexOf("-")===-1&&typeof l.is!="string"&&n.toLowerCase()!==n&&g("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",n),n){case"select":return xa(t,l,f);case"option":return Ca(t,l,f,v);case"textarea":return Ut(t,l,f);case"input":return jn(t,l,f);case"menuitem":return gn(t,l,f);case"title":return ve(t,l,f);case"listing":case"pre":return Qt(t,l,n,f);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return Jr(t,l,n,f);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 Jt(t,l,n,f);case"html":return v.insertionMode===tt&&t.push(Wn),Jt(t,l,n,f);default:return n.indexOf("-")===-1&&typeof l.is!="string"?Jt(t,l,n,f):Qe(t,l,n,f)}}var Eo=O("</"),To=O(">");function Ro(t,n,l){switch(n){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:t.push(Eo,j(n),To)}}function Ea(t,n){for(var l=n.bootstrapChunks,f=0;f<l.length-1;f++)B(t,l[f]);return f<l.length?re(t,l[f]):!0}var Ta=O('<template id="'),yn=O('"></template>');function Sn(t,n,l){B(t,Ta),B(t,n.placeholderPrefix);var f=j(l.toString(16));return B(t,f),re(t,yn)}var bn=O("<!--$-->"),Qr=O('<!--$?--><template id="'),Ra=O('"></template>'),Kr=O("<!--$!-->"),$n=O("<!--/$-->"),Vn=O("<template"),Rr=O('"'),Ir=O(' data-dgst="'),wn=O(' data-msg="'),Io=O(' data-stck="'),Yn=O("></template>");function Po(t,n){return re(t,bn)}function xn(t,n,l){if(B(t,Qr),l===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return B(t,l),re(t,Ra)}function Ke(t,n,l,f,v){var b;return b=re(t,Kr),B(t,Vn),l&&(B(t,Ir),B(t,j(Ie(l))),B(t,Rr)),f&&(B(t,wn),B(t,j(Ie(f))),B(t,Rr)),v&&(B(t,Io),B(t,j(Ie(v))),B(t,Rr)),b=re(t,Yn),b}function Fo(t,n){return re(t,$n)}function kn(t,n){return re(t,$n)}function Ia(t,n){return re(t,$n)}var Do=O('<div hidden id="'),Cn=O('">'),Ao=O("</div>"),Mo=O('<svg aria-hidden="true" style="display:none" id="'),En=O('">'),Tn=O("</svg>"),_o=O('<math aria-hidden="true" style="display:none" id="'),Oo=O('">'),Lo=O("</math>"),Gn=O('<table hidden id="'),Bo=O('">'),a=O("</table>"),c=O('<table hidden><tbody id="'),p=O('">'),y=O("</tbody></table>"),T=O('<table hidden><tr id="'),C=O('">'),A=O("</tr></table>"),U=O('<table hidden><colgroup id="'),X=O('">'),ee=O("</colgroup></table>");function Q(t,n,l,f){switch(l.insertionMode){case tt:case xe:return B(t,Do),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,Cn);case kt:return B(t,Mo),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,En);case st:return B(t,_o),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,Oo);case Le:return B(t,Gn),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,Bo);case xr:return B(t,c),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,p);case Ct:return B(t,T),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,C);case Et:return B(t,U),B(t,n.segmentPrefix),B(t,j(f.toString(16))),re(t,X);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function ye(t,n){switch(n.insertionMode){case tt:case xe:return re(t,Ao);case kt:return re(t,Tn);case st:return re(t,Lo);case Le:return re(t,a);case xr:return re(t,y);case Ct:return re(t,A);case Et:return re(t,ee);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}var qe="function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}",ft='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}',dt='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}',Rn=O(qe+';$RS("'),Uo=O('$RS("'),Xn=O('","'),fl=O('")<\/script>');function dl(t,n,l){B(t,n.startInlineScript),n.sentCompleteSegmentFunction?B(t,Uo):(n.sentCompleteSegmentFunction=!0,B(t,Rn)),B(t,n.segmentPrefix);var f=j(l.toString(16));return B(t,f),B(t,Xn),B(t,n.placeholderPrefix),B(t,f),re(t,fl)}var pl=O(ft+';$RC("'),hl=O('$RC("'),vl=O('","'),gl=O('")<\/script>');function Pa(t,n,l,f){if(B(t,n.startInlineScript),n.sentCompleteBoundaryFunction?B(t,hl):(n.sentCompleteBoundaryFunction=!0,B(t,pl)),l===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var v=j(f.toString(16));return B(t,l),B(t,vl),B(t,n.segmentPrefix),B(t,v),re(t,gl)}var ml=O(dt+';$RX("'),yl=O('$RX("'),Fa=O('"'),Sl=O(")<\/script>"),Da=O(",");function bi(t,n,l,f,v,b){if(B(t,n.startInlineScript),n.sentClientRenderFunction?B(t,yl):(n.sentClientRenderFunction=!0,B(t,ml)),l===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return B(t,l),B(t,Fa),(f||v||b)&&(B(t,Da),B(t,j(Aa(f||"")))),(v||b)&&(B(t,Da),B(t,j(Aa(v||"")))),b&&(B(t,Da),B(t,j(Aa(b)))),re(t,Sl)}var wi=/[<\u2028\u2029]/g;function Aa(t){var n=JSON.stringify(t);return n.replace(wi,function(l){switch(l){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Tt=Object.assign,bl=Symbol.for("react.element"),xi=Symbol.for("react.portal"),pt=Symbol.for("react.fragment"),ki=Symbol.for("react.strict_mode"),Ma=Symbol.for("react.profiler"),Ho=Symbol.for("react.provider"),zo=Symbol.for("react.context"),jo=Symbol.for("react.forward_ref"),Zn=Symbol.for("react.suspense"),Jn=Symbol.for("react.suspense_list"),Qn=Symbol.for("react.memo"),In=Symbol.for("react.lazy"),_a=Symbol.for("react.scope"),Oa=Symbol.for("react.debug_trace_mode"),Wo=Symbol.for("react.legacy_hidden"),wl=Symbol.for("react.default_value"),Ci=Symbol.iterator,xl="@@iterator";function kl(t){if(t===null||typeof t!="object")return null;var n=Ci&&t[Ci]||t[xl];return typeof n=="function"?n:null}function Ei(t,n,l){var f=t.displayName;if(f)return f;var v=n.displayName||n.name||"";return v!==""?l+"("+v+")":l}function Ti(t){return t.displayName||"Context"}function ke(t){if(t==null)return null;if(typeof t.tag=="number"&&g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;switch(t){case pt:return"Fragment";case xi:return"Portal";case Ma:return"Profiler";case ki:return"StrictMode";case Zn:return"Suspense";case Jn:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case zo:var n=t;return Ti(n)+".Consumer";case Ho:var l=t;return Ti(l._context)+".Provider";case jo:return Ei(t,t.render,"ForwardRef");case Qn:var f=t.displayName||null;return f!==null?f:ke(t.type)||"Memo";case In:{var v=t,b=v._payload,x=v._init;try{return ke(x(b))}catch{return null}}}return null}var Kn=0,La,be,Pn,Ba,Ua,Ha,za;function ja(){}ja.__reactDisabledLog=!0;function Ri(){{if(Kn===0){La=console.log,be=console.info,Pn=console.warn,Ba=console.error,Ua=console.group,Ha=console.groupCollapsed,za=console.groupEnd;var t={configurable:!0,enumerable:!0,value:ja,writable:!0};Object.defineProperties(console,{info:t,log:t,warn:t,error:t,group:t,groupCollapsed:t,groupEnd:t})}Kn++}}function Ii(){{if(Kn--,Kn===0){var t={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Tt({},t,{value:La}),info:Tt({},t,{value:be}),warn:Tt({},t,{value:Pn}),error:Tt({},t,{value:Ba}),group:Tt({},t,{value:Ua}),groupCollapsed:Tt({},t,{value:Ha}),groupEnd:Tt({},t,{value:za})})}Kn<0&&g("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var No=H.ReactCurrentDispatcher,Wa;function qn(t,n,l){{if(Wa===void 0)try{throw Error()}catch(v){var f=v.stack.trim().match(/\n( *(at )?)/);Wa=f&&f[1]||""}return`
|
|
79
|
+
`+Wa+t}}var eo=!1,Fn;{var to=typeof WeakMap=="function"?WeakMap:Map;Fn=new to}function ro(t,n){if(!t||eo)return"";{var l=Fn.get(t);if(l!==void 0)return l}var f;eo=!0;var v=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var b;b=No.current,No.current=null,Ri();try{if(n){var x=function(){throw Error()};if(Object.defineProperty(x.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(x,[])}catch(w){f=w}Reflect.construct(t,[],x)}else{try{x.call()}catch(w){f=w}t.call(x.prototype)}}else{try{throw Error()}catch(w){f=w}t()}}catch(w){if(w&&f&&typeof w.stack=="string"){for(var I=w.stack.split(`
|
|
80
|
+
`),e=f.stack.split(`
|
|
81
|
+
`),r=I.length-1,i=e.length-1;r>=1&&i>=0&&I[r]!==e[i];)i--;for(;r>=1&&i>=0;r--,i--)if(I[r]!==e[i]){if(r!==1||i!==1)do if(r--,i--,i<0||I[r]!==e[i]){var s=`
|
|
82
|
+
`+I[r].replace(" at new "," at ");return t.displayName&&s.includes("<anonymous>")&&(s=s.replace("<anonymous>",t.displayName)),typeof t=="function"&&Fn.set(t,s),s}while(r>=1&&i>=0);break}}}finally{eo=!1,No.current=b,Ii(),Error.prepareStackTrace=v}var d=t?t.displayName||t.name:"",S=d?qn(d):"";return typeof t=="function"&&Fn.set(t,S),S}function $o(t,n,l){return ro(t,!0)}function Pi(t,n,l){return ro(t,!1)}function Na(t){var n=t.prototype;return!!(n&&n.isReactComponent)}function $a(t,n,l){if(t==null)return"";if(typeof t=="function")return ro(t,Na(t));if(typeof t=="string")return qn(t);switch(t){case Zn:return qn("Suspense");case Jn:return qn("SuspenseList")}if(typeof t=="object")switch(t.$$typeof){case jo:return Pi(t.render);case Qn:return $a(t.type,n,l);case In:{var f=t,v=f._payload,b=f._init;try{return $a(b(v),n,l)}catch{}}}return""}var Va={},Fi=H.ReactDebugCurrentFrame;function Dn(t){if(t){var n=t._owner,l=$a(t.type,t._source,n?n.type:null);Fi.setExtraStackFrame(l)}else Fi.setExtraStackFrame(null)}function Ya(t,n,l,f,v){{var b=Function.call.bind(le);for(var x in t)if(b(t,x)){var I=void 0;try{if(typeof t[x]!="function"){var e=Error((f||"React class")+": "+l+" type `"+x+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof t[x]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw e.name="Invariant Violation",e}I=t[x](n,x,f,l,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(r){I=r}I&&!(I instanceof Error)&&(Dn(v),g("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",f||"React class",l,x,typeof I),Dn(null)),I instanceof Error&&!(I.message in Va)&&(Va[I.message]=!0,Dn(v),g("Failed %s type: %s",l,I.message),Dn(null))}}}var Vo;Vo={};var qr={};Object.freeze(qr);function Ga(t,n){{var l=t.contextTypes;if(!l)return qr;var f={};for(var v in l)f[v]=n[v];{var b=ke(t)||"Unknown";Ya(l,f,"context",b)}return f}}function Xa(t,n,l,f){{if(typeof t.getChildContext!="function"){{var v=ke(n)||"Unknown";Vo[v]||(Vo[v]=!0,g("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",v,v))}return l}var b=t.getChildContext();for(var x in b)if(!(x in f))throw new Error((ke(n)||"Unknown")+'.getChildContext(): key "'+x+'" is not defined in childContextTypes.');{var I=ke(n)||"Unknown";Ya(f,b,"child context",I)}return Tt({},l,b)}}var Pr;Pr={};var Di=null,en=null;function tn(t){t.context._currentValue=t.parentValue}function Za(t){t.context._currentValue=t.value}function qt(t,n){if(t!==n){tn(t);var l=t.parent,f=n.parent;if(l===null){if(f!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(f===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");qt(l,f)}Za(n)}}function Yo(t){tn(t);var n=t.parent;n!==null&&Yo(n)}function Go(t){var n=t.parent;n!==null&&Go(n),Za(t)}function no(t,n){tn(t);var l=t.parent;if(l===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");l.depth===n.depth?qt(l,n):no(l,n)}function Ja(t,n){var l=n.parent;if(l===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");t.depth===l.depth?qt(t,l):Ja(t,l),Za(n)}function oo(t){var n=en,l=t;n!==l&&(n===null?Go(l):l===null?Yo(n):n.depth===l.depth?qt(n,l):n.depth>l.depth?no(n,l):Ja(n,l),en=l)}function Ai(t,n){var l;l=t._currentValue,t._currentValue=n,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==Pr&&g("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=Pr;var f=en,v={parent:f,depth:f===null?0:f.depth+1,context:t,parentValue:l,value:n};return en=v,v}function Mi(t){var n=en;if(n===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");n.context!==t&&g("The parent context is not the expected context. This is probably a bug in React.");{var l=n.parentValue;l===wl?n.context._currentValue=n.context._defaultValue:n.context._currentValue=l,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==Pr&&g("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=Pr}return en=n.parent}function Xo(){return en}function ao(t){var n=t._currentValue;return n}function Qa(t){return t._reactInternals}function Cl(t,n){t._reactInternals=n}var An={},Zo={},Ka,Jo,Qo,io,Ko,Mn,lo,qo,_n;{Ka=new Set,Jo=new Set,Qo=new Set,lo=new Set,io=new Set,qo=new Set,_n=new Set;var ea=new Set;Mn=function(t,n){if(!(t===null||typeof t=="function")){var l=n+"_"+t;ea.has(l)||(ea.add(l),g("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",n,t))}},Ko=function(t,n){if(n===void 0){var l=ke(t)||"Component";io.has(l)||(io.add(l),g("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",l))}}}function ta(t,n){{var l=t.constructor,f=l&&ke(l)||"ReactClass",v=f+"."+n;if(An[v])return;g(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
83
|
+
|
|
84
|
+
Please check the code for the %s component.`,n,n,f),An[v]=!0}}var ra={isMounted:function(t){return!1},enqueueSetState:function(t,n,l){var f=Qa(t);f.queue===null?ta(t,"setState"):(f.queue.push(n),l!=null&&Mn(l,"setState"))},enqueueReplaceState:function(t,n,l){var f=Qa(t);f.replace=!0,f.queue=[n],l!=null&&Mn(l,"setState")},enqueueForceUpdate:function(t,n){var l=Qa(t);l.queue===null?ta(t,"forceUpdate"):n!=null&&Mn(n,"setState")}};function _i(t,n,l,f,v){var b=l(v,f);Ko(n,b);var x=b==null?f:Tt({},f,b);return x}function Oi(t,n,l){var f=qr,v=t.contextType;if("contextType"in t){var b=v===null||v!==void 0&&v.$$typeof===zo&&v._context===void 0;if(!b&&!_n.has(t)){_n.add(t);var x="";v===void 0?x=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof v!="object"?x=" However, it is set to a "+typeof v+".":v.$$typeof===Ho?x=" Did you accidentally pass the Context.Provider instead?":v._context!==void 0?x=" Did you accidentally pass the Context.Consumer instead?":x=" However, it is set to an object with keys {"+Object.keys(v).join(", ")+"}.",g("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",ke(t)||"Component",x)}}typeof v=="object"&&v!==null?f=ao(v):f=l;var I=new t(n,f);{if(typeof t.getDerivedStateFromProps=="function"&&(I.state===null||I.state===void 0)){var e=ke(t)||"Component";Ka.has(e)||(Ka.add(e),g("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",e,I.state===null?"null":"undefined",e))}if(typeof t.getDerivedStateFromProps=="function"||typeof I.getSnapshotBeforeUpdate=="function"){var r=null,i=null,s=null;if(typeof I.componentWillMount=="function"&&I.componentWillMount.__suppressDeprecationWarning!==!0?r="componentWillMount":typeof I.UNSAFE_componentWillMount=="function"&&(r="UNSAFE_componentWillMount"),typeof I.componentWillReceiveProps=="function"&&I.componentWillReceiveProps.__suppressDeprecationWarning!==!0?i="componentWillReceiveProps":typeof I.UNSAFE_componentWillReceiveProps=="function"&&(i="UNSAFE_componentWillReceiveProps"),typeof I.componentWillUpdate=="function"&&I.componentWillUpdate.__suppressDeprecationWarning!==!0?s="componentWillUpdate":typeof I.UNSAFE_componentWillUpdate=="function"&&(s="UNSAFE_componentWillUpdate"),r!==null||i!==null||s!==null){var d=ke(t)||"Component",S=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Qo.has(d)||(Qo.add(d),g(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
85
|
+
|
|
86
|
+
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
87
|
+
|
|
88
|
+
The above lifecycles should be removed. Learn more about this warning here:
|
|
89
|
+
https://reactjs.org/link/unsafe-component-lifecycles`,d,S,r!==null?`
|
|
90
|
+
`+r:"",i!==null?`
|
|
91
|
+
`+i:"",s!==null?`
|
|
92
|
+
`+s:""))}}}return I}function Li(t,n,l){{var f=ke(n)||"Component",v=t.render;v||(n.prototype&&typeof n.prototype.render=="function"?g("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",f):g("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",f)),t.getInitialState&&!t.getInitialState.isReactClassApproved&&!t.state&&g("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",f),t.getDefaultProps&&!t.getDefaultProps.isReactClassApproved&&g("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",f),t.propTypes&&g("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",f),t.contextType&&g("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",f),t.contextTypes&&g("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",f),n.contextType&&n.contextTypes&&!qo.has(n)&&(qo.add(n),g("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",f)),typeof t.componentShouldUpdate=="function"&&g("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",f),n.prototype&&n.prototype.isPureReactComponent&&typeof t.shouldComponentUpdate<"u"&&g("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",ke(n)||"A pure component"),typeof t.componentDidUnmount=="function"&&g("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",f),typeof t.componentDidReceiveProps=="function"&&g("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",f),typeof t.componentWillRecieveProps=="function"&&g("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",f),typeof t.UNSAFE_componentWillRecieveProps=="function"&&g("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",f);var b=t.props!==l;t.props!==void 0&&b&&g("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",f,f),t.defaultProps&&g("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",f,f),typeof t.getSnapshotBeforeUpdate=="function"&&typeof t.componentDidUpdate!="function"&&!Jo.has(n)&&(Jo.add(n),g("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",ke(n))),typeof t.getDerivedStateFromProps=="function"&&g("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof t.getDerivedStateFromError=="function"&&g("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof n.getSnapshotBeforeUpdate=="function"&&g("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",f);var x=t.state;x&&(typeof x!="object"||lr(x))&&g("%s.state: must be set to an object or null",f),typeof t.getChildContext=="function"&&typeof n.childContextTypes!="object"&&g("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",f)}}function El(t,n){var l=n.state;if(typeof n.componentWillMount=="function"){if(n.componentWillMount.__suppressDeprecationWarning!==!0){var f=ke(t)||"Unknown";Zo[f]||(Y(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
93
|
+
|
|
94
|
+
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
95
|
+
|
|
96
|
+
Please update the following components: %s`,f),Zo[f]=!0)}n.componentWillMount()}typeof n.UNSAFE_componentWillMount=="function"&&n.UNSAFE_componentWillMount(),l!==n.state&&(g("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",ke(t)||"Component"),ra.enqueueReplaceState(n,n.state,null))}function Tl(t,n,l,f){if(t.queue!==null&&t.queue.length>0){var v=t.queue,b=t.replace;if(t.queue=null,t.replace=!1,b&&v.length===1)n.state=v[0];else{for(var x=b?v[0]:n.state,I=!0,e=b?1:0;e<v.length;e++){var r=v[e],i=typeof r=="function"?r.call(n,x,l,f):r;i!=null&&(I?(I=!1,x=Tt({},x,i)):Tt(x,i))}n.state=x}}else t.queue=null}function Bi(t,n,l,f){Li(t,n,l);var v=t.state!==void 0?t.state:null;t.updater=ra,t.props=l,t.state=v;var b={queue:[],replace:!1};Cl(t,b);var x=n.contextType;if(typeof x=="object"&&x!==null?t.context=ao(x):t.context=f,t.state===l){var I=ke(n)||"Component";lo.has(I)||(lo.add(I),g("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",I))}var e=n.getDerivedStateFromProps;typeof e=="function"&&(t.state=_i(t,n,e,v,l)),typeof n.getDerivedStateFromProps!="function"&&typeof t.getSnapshotBeforeUpdate!="function"&&(typeof t.UNSAFE_componentWillMount=="function"||typeof t.componentWillMount=="function")&&(El(n,t),Tl(b,t,l,f))}var Rl={id:1,overflow:""};function Il(t){var n=t.overflow,l=t.id,f=l&~Pl(l);return f.toString(32)+n}function na(t,n,l){var f=t.id,v=t.overflow,b=oa(f)-1,x=f&~(1<<b),I=l+1,e=oa(n)+b;if(e>30){var r=b-b%5,i=(1<<r)-1,s=(x&i).toString(32),d=x>>r,S=b-r,w=oa(n)+S,R=I<<S,_=R|d,z=s+v;return{id:1<<w|_,overflow:z}}else{var N=I<<b,Z=N|x,we=v;return{id:1<<e|Z,overflow:we}}}function oa(t){return 32-qa(t)}function Pl(t){return 1<<oa(t)-1}var qa=Math.clz32?Math.clz32:Dl,aa=Math.log,Fl=Math.LN2;function Dl(t){var n=t>>>0;return n===0?32:31-(aa(n)/Fl|0)|0}function Al(t,n){return t===n&&(t!==0||1/t===1/n)||t!==t&&n!==n}var Ml=typeof Object.is=="function"?Object.is:Al,dr=null,ei=null,ia=null,ae=null,rn=!1,nn=!1,de=0,Rt=null,on=0,la=25,We=!1,pr;function an(){if(dr===null)throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
97
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
98
|
+
2. You might be breaking the Rules of Hooks
|
|
99
|
+
3. You might have more than one copy of React in the same app
|
|
100
|
+
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`);return We&&g("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),dr}function er(t,n){if(n===null)return g("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",pr),!1;t.length!==n.length&&g(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
101
|
+
|
|
102
|
+
Previous: %s
|
|
103
|
+
Incoming: %s`,pr,"["+t.join(", ")+"]","["+n.join(", ")+"]");for(var l=0;l<n.length&&l<t.length;l++)if(!Ml(t[l],n[l]))return!1;return!0}function ln(){if(on>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function hr(){return ae===null?ia===null?(rn=!1,ia=ae=ln()):(rn=!0,ae=ia):ae.next===null?(rn=!1,ae=ae.next=ln()):(rn=!0,ae=ae.next),ae}function _l(t,n){dr=n,ei=t,We=!1,de=0}function Ui(t,n,l,f){for(;nn;)nn=!1,de=0,on+=1,ae=null,l=t(n,f);return ti(),l}function sa(){var t=de!==0;return t}function ti(){We=!1,dr=null,ei=null,nn=!1,ia=null,on=0,Rt=null,ae=null}function Ol(t){return We&&g("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),ao(t)}function Hi(t){return pr="useContext",an(),ao(t)}function so(t,n){return typeof n=="function"?n(t):n}function Ll(t){return pr="useState",zi(so,t)}function zi(t,n,l){if(t!==so&&(pr="useReducer"),dr=an(),ae=hr(),rn){var f=ae.queue,v=f.dispatch;if(Rt!==null){var b=Rt.get(f);if(b!==void 0){Rt.delete(f);var x=ae.memoizedState,I=b;do{var e=I.action;We=!0,x=t(x,e),We=!1,I=I.next}while(I!==null);return ae.memoizedState=x,[x,v]}}return[ae.memoizedState,v]}else{We=!0;var r;t===so?r=typeof n=="function"?n():n:r=l!==void 0?l(n):n,We=!1,ae.memoizedState=r;var i=ae.queue={last:null,dispatch:null},s=i.dispatch=Wi.bind(null,dr,i);return[ae.memoizedState,s]}}function ua(t,n){dr=an(),ae=hr();var l=n===void 0?null:n;if(ae!==null){var f=ae.memoizedState;if(f!==null&&l!==null){var v=f[1];if(er(l,v))return f[0]}}We=!0;var b=t();return We=!1,ae.memoizedState=[b,l],b}function Bl(t){dr=an(),ae=hr();var n=ae.memoizedState;if(n===null){var l={current:t};return Object.seal(l),ae.memoizedState=l,l}else return n}function ji(t,n){pr="useLayoutEffect",g("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function Wi(t,n,l){if(on>=la)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(t===dr){nn=!0;var f={action:l,next:null};Rt===null&&(Rt=new Map);var v=Rt.get(n);if(v===void 0)Rt.set(n,f);else{for(var b=v;b.next!==null;)b=b.next;b.next=f}}}function Ul(t,n){return ua(function(){return t},n)}function Hl(t,n,l){return an(),n(t._source)}function zl(t,n,l){if(l===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return l()}function jl(t){return an(),t}function Wl(){throw new Error("startTransition cannot be called during server rendering.")}function Nl(){return an(),[!1,Wl]}function $l(){var t=ei,n=Il(t.treeContext),l=ri;if(l===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var f=de++;return kr(l,n,f)}function ca(){}var Ni={readContext:Ol,useContext:Hi,useMemo:ua,useReducer:zi,useRef:Bl,useState:Ll,useInsertionEffect:ca,useLayoutEffect:ji,useCallback:Ul,useImperativeHandle:ca,useEffect:ca,useDebugValue:ca,useDeferredValue:jl,useTransition:Nl,useId:$l,useMutableSource:Hl,useSyncExternalStore:zl},ri=null;function uo(t){ri=t}function $i(t){try{var n="",l=t;do{switch(l.tag){case 0:n+=qn(l.type,null,null);break;case 1:n+=Pi(l.type,null,null);break;case 2:n+=$o(l.type,null,null);break}l=l.parent}while(l);return n}catch(f){return`
|
|
104
|
+
Error generating stack: `+f.message+`
|
|
105
|
+
`+f.stack}}var co=H.ReactCurrentDispatcher,fa=H.ReactDebugCurrentFrame,ni=0,Fr=1,da=2,pa=3,sn=4,Vi=0,oi=1,un=2,Vl=12800;function Yi(t){return console.error(t),null}function tr(){}function Yl(t,n,l,f,v,b,x,I,e){var r=[],i=new Set,s={destination:null,responseState:n,progressiveChunkSize:f===void 0?Vl:f,status:Vi,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:i,pingedTasks:r,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:v===void 0?Yi:v,onAllReady:b===void 0?tr:b,onShellReady:x===void 0?tr:x,onShellError:I===void 0?tr:I,onFatalError:e===void 0?tr:e},d=ha(s,0,null,l,!1,!1);d.parentFlushed=!0;var S=ai(s,t,null,d,i,qr,Di,Rl);return r.push(S),s}function Gl(t,n){var l=t.pingedTasks;l.push(n),l.length===1&&$e(function(){return mo(t)})}function fo(t,n){return{id:Yr,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null}}function ai(t,n,l,f,v,b,x,I){t.allPendingTasks++,l===null?t.pendingRootTasks++:l.pendingTasks++;var e={node:n,ping:function(){return Gl(t,e)},blockedBoundary:l,blockedSegment:f,abortSet:v,legacyContext:b,context:x,treeContext:I};return e.componentStack=null,v.add(e),e}function ha(t,n,l,f,v,b){return{status:ni,id:-1,index:n,parentFlushed:!1,chunks:[],children:[],formatContext:f,boundary:l,lastPushedText:v,textEmbedded:b}}var vr=null;function po(){return vr===null||vr.componentStack===null?"":$i(vr.componentStack)}function Dr(t,n){t.componentStack={tag:0,parent:t.componentStack,type:n}}function rr(t,n){t.componentStack={tag:1,parent:t.componentStack,type:n}}function ii(t,n){t.componentStack={tag:2,parent:t.componentStack,type:n}}function It(t){t.componentStack===null?g("Unexpectedly popped too many stack frames. This is a bug in React."):t.componentStack=t.componentStack.parent}var On=null;function li(t,n){{var l;typeof n=="string"?l=n:n&&typeof n.message=="string"?l=n.message:l=String(n);var f=On||po();On=null,t.errorMessage=l,t.errorComponentStack=f}}function Pt(t,n){var l=t.onError(n);if(l!=null&&typeof l!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof l+'" instead');return l}function Ar(t,n){var l=t.onShellError;l(n);var f=t.onFatalError;f(n),t.destination!==null?(t.status=un,Ce(t.destination,n)):(t.status=oi,t.fatalError=n)}function si(t,n,l){Dr(n,"Suspense");var f=n.blockedBoundary,v=n.blockedSegment,b=l.fallback,x=l.children,I=new Set,e=fo(t,I),r=v.chunks.length,i=ha(t,r,e,v.formatContext,!1,!1);v.children.push(i),v.lastPushedText=!1;var s=ha(t,0,null,v.formatContext,!1,!1);s.parentFlushed=!0,n.blockedBoundary=e,n.blockedSegment=s;try{if(yi(t,n,x),Er(s.chunks,t.responseState,s.lastPushedText,s.textEmbedded),s.status=Fr,ma(e,s),e.pendingTasks===0){It(n);return}}catch(S){s.status=sn,e.forceClientRender=!0,e.errorDigest=Pt(t,S),li(e,S)}finally{n.blockedBoundary=f,n.blockedSegment=v}var d=ai(t,b,f,i,I,n.legacyContext,n.context,n.treeContext);d.componentStack=n.componentStack,t.pingedTasks.push(d),It(n)}function ho(t,n,l,f){Dr(n,l);var v=n.blockedSegment,b=Nn(v.chunks,l,f,t.responseState,v.formatContext);v.lastPushedText=!1;var x=v.formatContext;v.formatContext=Gt(x,l,f),yi(t,n,b),v.formatContext=x,Ro(v.chunks,l),v.lastPushedText=!1,It(n)}function va(t){return t.prototype&&t.prototype.isReactComponent}function Gi(t,n,l,f,v){var b={};_l(n,b);var x=l(f,v);return Ui(l,f,x,v)}function Xi(t,n,l,f,v){var b=l.render();l.props!==v&&(go||g("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",ke(f)||"a component"),go=!0);{var x=f.childContextTypes;if(x!=null){var I=n.legacyContext,e=Xa(l,f,I,x);n.legacyContext=e,ht(t,n,b),n.legacyContext=I;return}}ht(t,n,b)}function Xl(t,n,l,f){ii(n,l);var v=Ga(l,n.legacyContext),b=Oi(l,f,v);Bi(b,l,f,v),Xi(t,n,b,l,f),It(n)}var ui={},vo={},Zi={},ci={},go=!1,fi={},di=!1,pi=!1,hi=!1;function Ji(t,n,l,f){var v;if(v=Ga(l,n.legacyContext),rr(n,l),l.prototype&&typeof l.prototype.render=="function"){var b=ke(l)||"Unknown";ui[b]||(g("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",b,b),ui[b]=!0)}var x=Gi(t,n,l,f,v),I=sa();if(typeof x=="object"&&x!==null&&typeof x.render=="function"&&x.$$typeof===void 0){var e=ke(l)||"Unknown";vo[e]||(g("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",e,e,e),vo[e]=!0)}if(typeof x=="object"&&x!==null&&typeof x.render=="function"&&x.$$typeof===void 0){{var r=ke(l)||"Unknown";vo[r]||(g("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",r,r,r),vo[r]=!0)}Bi(x,l,f,v),Xi(t,n,x,l,f)}else if(Qi(l),I){var i=n.treeContext,s=1,d=0;n.treeContext=na(i,s,d);try{ht(t,n,x)}finally{n.treeContext=i}}else ht(t,n,x);It(n)}function Qi(t){{if(t&&t.childContextTypes&&g("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),t.defaultProps!==void 0){var n=ke(t)||"Unknown";fi[n]||(g("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",n),fi[n]=!0)}if(typeof t.getDerivedStateFromProps=="function"){var l=ke(t)||"Unknown";ci[l]||(g("%s: Function components do not support getDerivedStateFromProps.",l),ci[l]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var f=ke(t)||"Unknown";Zi[f]||(g("%s: Function components do not support contextType.",f),Zi[f]=!0)}}}function vi(t,n){if(t&&t.defaultProps){var l=Tt({},n),f=t.defaultProps;for(var v in f)l[v]===void 0&&(l[v]=f[v]);return l}return n}function Zl(t,n,l,f,v){rr(n,l.render);var b=Gi(t,n,l.render,f,v),x=sa();if(x){var I=n.treeContext,e=1,r=0;n.treeContext=na(I,e,r);try{ht(t,n,b)}finally{n.treeContext=I}}else ht(t,n,b);It(n)}function Jl(t,n,l,f,v){var b=l.type,x=vi(b,f);gi(t,n,b,x,v)}function Ki(t,n,l,f){l._context===void 0?l!==l.Consumer&&(hi||(hi=!0,g("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):l=l._context;var v=f.children;typeof v!="function"&&g("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var b=ao(l),x=v(b);ht(t,n,x)}function Ql(t,n,l,f){var v=l._context,b=f.value,x=f.children,I;I=n.context,n.context=Ai(v,b),ht(t,n,x),n.context=Mi(v),I!==n.context&&g("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Kl(t,n,l,f,v){Dr(n,"Lazy");var b=l._payload,x=l._init,I=x(b),e=vi(I,f);gi(t,n,I,e,v),It(n)}function gi(t,n,l,f,v){if(typeof l=="function")if(va(l)){Xl(t,n,l,f);return}else{Ji(t,n,l,f);return}if(typeof l=="string"){ho(t,n,l,f);return}switch(l){case Wo:case Oa:case ki:case Ma:case pt:{ht(t,n,f.children);return}case Jn:{Dr(n,"SuspenseList"),ht(t,n,f.children),It(n);return}case _a:throw new Error("ReactDOMServer does not yet support scope components.");case Zn:{si(t,n,f);return}}if(typeof l=="object"&&l!==null)switch(l.$$typeof){case jo:{Zl(t,n,l,f,v);return}case Qn:{Jl(t,n,l,f,v);return}case Ho:{Ql(t,n,l,f);return}case zo:{Ki(t,n,l,f);return}case In:{Kl(t,n,l,f);return}}var b="";throw(l===void 0||typeof l=="object"&&l!==null&&Object.keys(l).length===0)&&(b+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(l==null?l:typeof l)+"."+b))}function ql(t,n){typeof Symbol=="function"&&t[Symbol.toStringTag]==="Generator"&&(di||g("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),di=!0),t.entries===n&&(pi||g("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),pi=!0)}function ht(t,n,l){try{return mi(t,n,l)}catch(f){throw typeof f=="object"&&f!==null&&typeof f.then=="function"||(On=On!==null?On:po()),f}}function mi(t,n,l){if(n.node=l,typeof l=="object"&&l!==null){switch(l.$$typeof){case bl:{var f=l,v=f.type,b=f.props,x=f.ref;gi(t,n,v,b,x);return}case xi:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case In:{var I=l,e=I._payload,r=I._init,i;try{i=r(e)}catch(N){throw typeof N=="object"&&N!==null&&typeof N.then=="function"&&Dr(n,"Lazy"),N}ht(t,n,i);return}}if(lr(l)){qi(t,n,l);return}var s=kl(l);if(s){ql(l,s);var d=s.call(l);if(d){var S=d.next();if(!S.done){var w=[];do w.push(S.value),S=d.next();while(!S.done);qi(t,n,w);return}return}}var R=Object.prototype.toString.call(l);throw new Error("Objects are not valid as a React child (found: "+(R==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":R)+"). If you meant to render a collection of children, use an array instead.")}if(typeof l=="string"){var _=n.blockedSegment;_.lastPushedText=Cr(n.blockedSegment.chunks,l,t.responseState,_.lastPushedText);return}if(typeof l=="number"){var z=n.blockedSegment;z.lastPushedText=Cr(n.blockedSegment.chunks,""+l,t.responseState,z.lastPushedText);return}typeof l=="function"&&g("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function qi(t,n,l){for(var f=l.length,v=0;v<f;v++){var b=n.treeContext;n.treeContext=na(b,f,v);try{yi(t,n,l[v])}finally{n.treeContext=b}}}function vt(t,n,l){var f=n.blockedSegment,v=f.chunks.length,b=ha(t,v,null,f.formatContext,f.lastPushedText,!0);f.children.push(b),f.lastPushedText=!1;var x=ai(t,n.node,n.blockedBoundary,b,n.abortSet,n.legacyContext,n.context,n.treeContext);n.componentStack!==null&&(x.componentStack=n.componentStack.parent);var I=x.ping;l.then(I,I)}function yi(t,n,l){var f=n.blockedSegment.formatContext,v=n.legacyContext,b=n.context,x=null;x=n.componentStack;try{return ht(t,n,l)}catch(I){if(ti(),typeof I=="object"&&I!==null&&typeof I.then=="function"){vt(t,n,I),n.blockedSegment.formatContext=f,n.legacyContext=v,n.context=b,oo(b),n.componentStack=x;return}else throw n.blockedSegment.formatContext=f,n.legacyContext=v,n.context=b,oo(b),n.componentStack=x,I}}function el(t,n,l,f){var v=Pt(t,f);if(n===null?Ar(t,f):(n.pendingTasks--,n.forceClientRender||(n.forceClientRender=!0,n.errorDigest=v,li(n,f),n.parentFlushed&&t.clientRenderedBoundaries.push(n))),t.allPendingTasks--,t.allPendingTasks===0){var b=t.onAllReady;b()}}function es(t){var n=this,l=t.blockedBoundary,f=t.blockedSegment;f.status=pa,tl(n,l,f)}function ga(t,n,l){var f=t.blockedBoundary,v=t.blockedSegment;if(v.status=pa,f===null)n.allPendingTasks--,n.status!==un&&(n.status=un,n.destination!==null&&ge(n.destination));else{if(f.pendingTasks--,!f.forceClientRender){f.forceClientRender=!0;var b=l===void 0?new Error("The render was aborted by the server without a reason."):l;f.errorDigest=n.onError(b);{var x="The server did not finish this Suspense boundary: ";b&&typeof b.message=="string"?b=x+b.message:b=x+String(b);var I=vr;vr=t;try{li(f,b)}finally{vr=I}}f.parentFlushed&&n.clientRenderedBoundaries.push(f)}if(f.fallbackAbortableTasks.forEach(function(r){return ga(r,n,l)}),f.fallbackAbortableTasks.clear(),n.allPendingTasks--,n.allPendingTasks===0){var e=n.onAllReady;e()}}}function ma(t,n){if(n.chunks.length===0&&n.children.length===1&&n.children[0].boundary===null){var l=n.children[0];l.id=n.id,l.parentFlushed=!0,l.status===Fr&&ma(t,l)}else{var f=t.completedSegments;f.push(n)}}function tl(t,n,l){if(n===null){if(l.parentFlushed){if(t.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");t.completedRootSegment=l}if(t.pendingRootTasks--,t.pendingRootTasks===0){t.onShellError=tr;var f=t.onShellReady;f()}}else if(n.pendingTasks--,!n.forceClientRender){if(n.pendingTasks===0)l.parentFlushed&&l.status===Fr&&ma(n,l),n.parentFlushed&&t.completedBoundaries.push(n),n.fallbackAbortableTasks.forEach(es,t),n.fallbackAbortableTasks.clear();else if(l.parentFlushed&&l.status===Fr){ma(n,l);var v=n.completedSegments;v.length===1&&n.parentFlushed&&t.partialBoundaries.push(n)}}if(t.allPendingTasks--,t.allPendingTasks===0){var b=t.onAllReady;b()}}function rl(t,n){var l=n.blockedSegment;if(l.status===ni){oo(n.context);var f=null;f=vr,vr=n;try{ht(t,n,n.node),Er(l.chunks,t.responseState,l.lastPushedText,l.textEmbedded),n.abortSet.delete(n),l.status=Fr,tl(t,n.blockedBoundary,l)}catch(b){if(ti(),typeof b=="object"&&b!==null&&typeof b.then=="function"){var v=n.ping;b.then(v,v)}else n.abortSet.delete(n),l.status=sn,el(t,n.blockedBoundary,l,b)}finally{vr=f}}}function mo(t){if(t.status!==un){var n=Xo(),l=co.current;co.current=Ni;var f;f=fa.getCurrentStack,fa.getCurrentStack=po;var v=ri;uo(t.responseState);try{var b=t.pingedTasks,x;for(x=0;x<b.length;x++){var I=b[x];rl(t,I)}b.splice(0,x),t.destination!==null&&Sa(t,t.destination)}catch(e){Pt(t,e),Ar(t,e)}finally{uo(v),co.current=l,fa.getCurrentStack=f,l===Ni&&oo(n)}}}function yo(t,n,l){switch(l.parentFlushed=!0,l.status){case ni:{var f=l.id=t.nextSegmentId++;return l.lastPushedText=!1,l.textEmbedded=!1,Sn(n,t.responseState,f)}case Fr:{l.status=da;for(var v=!0,b=l.chunks,x=0,I=l.children,e=0;e<I.length;e++){for(var r=I[e];x<r.index;x++)B(n,b[x]);v=ya(t,n,r)}for(;x<b.length-1;x++)B(n,b[x]);return x<b.length&&(v=re(n,b[x])),v}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function ya(t,n,l){var f=l.boundary;if(f===null)return yo(t,n,l);if(f.parentFlushed=!0,f.forceClientRender)return Ke(n,t.responseState,f.errorDigest,f.errorMessage,f.errorComponentStack),yo(t,n,l),Ia(n,t.responseState);if(f.pendingTasks>0){f.rootSegmentID=t.nextSegmentId++,f.completedSegments.length>0&&t.partialBoundaries.push(f);var v=f.id=Gr(t.responseState);return xn(n,t.responseState,v),yo(t,n,l),kn(n,t.responseState)}else{if(f.byteSize>t.progressiveChunkSize)return f.rootSegmentID=t.nextSegmentId++,t.completedBoundaries.push(f),xn(n,t.responseState,f.id),yo(t,n,l),kn(n,t.responseState);Po(n,t.responseState);var b=f.completedSegments;if(b.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var x=b[0];return ya(t,n,x),Fo(n,t.responseState)}}function nl(t,n,l){return bi(n,t.responseState,l.id,l.errorDigest,l.errorMessage,l.errorComponentStack)}function So(t,n,l){return Q(n,t.responseState,l.formatContext,l.id),ya(t,n,l),ye(n,l.formatContext)}function bo(t,n,l){for(var f=l.completedSegments,v=0;v<f.length;v++){var b=f[v];Si(t,n,l,b)}return f.length=0,Pa(n,t.responseState,l.id,l.rootSegmentID)}function ts(t,n,l){for(var f=l.completedSegments,v=0;v<f.length;v++){var b=f[v];if(!Si(t,n,l,b))return v++,f.splice(0,v),!1}return f.splice(0,v),!0}function Si(t,n,l,f){if(f.status===da)return!0;var v=f.id;if(v===-1){var b=f.id=l.rootSegmentID;if(b===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return So(t,n,f)}else return So(t,n,f),dl(n,t.responseState,v)}function Sa(t,n){rt();try{var l=t.completedRootSegment;l!==null&&t.pendingRootTasks===0&&(ya(t,n,l),t.completedRootSegment=null,Ea(n,t.responseState));var f=t.clientRenderedBoundaries,v;for(v=0;v<f.length;v++){var b=f[v];nl(t,n,b)}f.splice(0,v);var x=t.completedBoundaries;for(v=0;v<x.length;v++){var I=x[v];bo(t,n,I)}x.splice(0,v),Dt(n),rt(n);var e=t.partialBoundaries;for(v=0;v<e.length;v++){var r=e[v];if(!ts(t,n,r)){t.destination=null,v++,e.splice(0,v);return}}e.splice(0,v);var i=t.completedBoundaries;for(v=0;v<i.length;v++){var s=i[v];bo(t,n,s)}i.splice(0,v)}finally{Dt(n),t.allPendingTasks===0&&t.pingedTasks.length===0&&t.clientRenderedBoundaries.length===0&&t.completedBoundaries.length===0&&(t.abortableTasks.size!==0&&g("There was still abortable task at the root when we closed. This is a bug in React."),ge(n))}}function rs(t){$e(function(){return mo(t)})}function ol(t,n){if(t.status===oi){t.status=un,Ce(n,t.fatalError);return}if(t.status!==un&&t.destination===null){t.destination=n;try{Sa(t,n)}catch(l){Pt(t,l),Ar(t,l)}}}function ba(t,n){try{var l=t.abortableTasks;l.forEach(function(f){return ga(f,t,n)}),l.clear(),t.destination!==null&&Sa(t,t.destination)}catch(f){Pt(t,f),Ar(t,f)}}function ns(t,n){return new Promise(function(l,f){var v,b,x=new Promise(function(d,S){b=d,v=S});function I(){var d=new ReadableStream({type:"bytes",pull:function(S){ol(r,S)},cancel:function(S){ba(r)}},{highWaterMark:0});d.allReady=x,l(d)}function e(d){x.catch(function(){}),f(d)}var r=Yl(t,ur(n?n.identifierPrefix:void 0,n?n.nonce:void 0,n?n.bootstrapScriptContent:void 0,n?n.bootstrapScripts:void 0,n?n.bootstrapModules:void 0),Ot(n?n.namespaceURI:void 0),n?n.progressiveChunkSize:void 0,n?n.onError:void 0,b,I,e,v);if(n&&n.signal){var i=n.signal,s=function(){ba(r,i.reason),i.removeEventListener("abort",s)};i.addEventListener("abort",s)}rs(r)})}ul.renderToReadableStream=ns,ul.version=M}()),ul}var Co,os;process.env.NODE_ENV==="production"?(Co=Is(),os=Ps()):(Co=Fs(),os=Ds());Co.version;Co.renderToString;var vs=Co.renderToStaticMarkup;Co.renderToNodeStream;Co.renderToStaticNodeStream;os.renderToReadableStream;const As=typeof window<"u"?gr.useLayoutEffect:gr.useEffect,ls="SidebarGroup",ss="SidebarItem";function cl($,M){return gr.isValidElement($)&&$.type.__sidebarMarker===M}function Ms($){const M=[],H=[];return gr.Children.forEach($,Y=>{if(cl(Y,ls)||cl(Y,ss)){M.push(Y);return}Y!=null&&Y!==!1&&H.push(Y)}),{submenuChildren:M,contentChildren:H}}function _s($,M){if(typeof $=="string")return{contentChildren:M};if($)return{iconHtml:is($),contentChildren:M};const[H,...Y]=M;return gr.isValidElement(H)&&(typeof H.type!="string"||H.type==="svg")?{iconHtml:is(H),contentChildren:Y}:{contentChildren:M}}function as($,M=""){const H=[];return gr.Children.forEach($,Y=>{if(cl(Y,ls)){const g=Y.props.title||M;H.push(...as(Y.props.children,g));return}if(cl(Y,ss)){const g=Y.props.section||M,K=Y.props.icon,{submenuChildren:$e,contentChildren:ue}=Ms(Y.props.children),{iconHtml:P,contentChildren:D}=_s(K,ue);H.push({value:Y.props.value,label:Y.props.label,href:Y.props.href,target:Y.props.target,rel:Y.props.rel,icon:typeof K=="string"?K:void 0,iconHtml:P,contentHtml:Os(D),badge:Y.props.badge,description:Y.props.description,section:g,disabled:Y.props.disabled,active:Y.props.active,tone:Y.props.tone,children:as($e,g)})}}),H}function gs($){return $.map(M=>({...M,icon:typeof M.icon=="string"?M.icon:void 0,iconHtml:M.iconHtml||is(M.icon),contentHtml:M.contentHtml,children:M.children?gs(M.children):void 0}))}function ko($){return $==null||$===""?null:typeof $=="number"?`${$}px`:String($)}function is($){if(!(!$||typeof $=="string")&&gr.isValidElement($))return vs(Pe.default.cloneElement($,{width:$.props.width??18,height:$.props.height??18,"aria-hidden":!0,focusable:"false"}))}function Os($){if($.length)return vs(Pe.default.createElement(Pe.default.Fragment,null,$))}function Ls($,M=""){return as($,M).map((H,Y)=>{var K;const g={slot:"item",key:`${H.section||"group"}:${H.value}:${Y}`,"data-value":H.value,"data-label":H.label,"data-href":H.href||void 0,"data-target":H.target||void 0,"data-rel":H.rel||void 0,"data-section":H.section||void 0,"data-icon":H.icon||void 0,"data-icon-html":H.iconHtml||void 0,"data-content-html":H.contentHtml||void 0,"data-badge":H.badge||void 0,"data-description":H.description||void 0,"data-tone":H.tone&&H.tone!=="default"?H.tone:void 0};return H.disabled&&(g["data-disabled"]=""),H.active&&(g["data-active"]=""),(K=H.children)!=null&&K.length&&(g["data-children"]=JSON.stringify(H.children)),Pe.default.createElement("div",g,H.label)})}const ms=({children:$,...M})=>Pe.default.createElement("div",{slot:"header",...M},$),ys=({children:$,...M})=>Pe.default.createElement("div",{slot:"search",...M},$),Ss=({icon:$,style:M,placeholder:H="Search…",...Y})=>Pe.default.createElement("div",{slot:"search",style:{display:"grid",gridTemplateColumns:"16px minmax(0, 1fr)",alignItems:"center",gap:10,minHeight:44,padding:"0 14px",borderRadius:16,border:"1px solid color-mix(in srgb, var(--ui-color-border, #cbd5e1) 76%, transparent)",background:"color-mix(in srgb, var(--ui-color-primary, #2563eb) 4%, var(--color-panel-solid, var(--ui-color-surface, #ffffff)))",color:"var(--ui-color-muted, #64748b)",boxSizing:"border-box",...M}},Pe.default.createElement("span",{"aria-hidden":"true",style:{display:"inline-grid",placeItems:"center",width:16,height:16,color:"currentColor"}},$||Pe.default.createElement("svg",{viewBox:"0 0 16 16",width:"16",height:"16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Pe.default.createElement("circle",{cx:"7",cy:"7",r:"4.75",stroke:"currentColor",strokeWidth:"1.5"}),Pe.default.createElement("path",{d:"M10.5 10.5L14 14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}))),Pe.default.createElement("input",{type:"search",placeholder:H,style:{width:"100%",minWidth:0,border:"none",outline:"none",background:"transparent",color:"inherit",font:"inherit",lineHeight:"inherit"},...Y})),bs=({children:$,...M})=>Pe.default.createElement("div",{slot:"promo",...M},$),ws=({children:$,...M})=>Pe.default.createElement("div",{slot:"footer",...M},$),us=({children:$})=>Pe.default.createElement(Pe.default.Fragment,null,$);us.__sidebarMarker=ls;const cs=()=>null;cs.__sidebarMarker=ss;const xs=({children:$})=>Pe.default.createElement(Pe.default.Fragment,null,Ls($)),ks=Pe.default.forwardRef(function({children:M,collapsed:H,collapsible:Y,rail:g,resizable:K,position:$e,value:ue,items:P,searchQuery:D,variant:rt,size:B,density:re,tone:Dt,radius:ge,itemRadius:gt,itemGap:j,itemPaddingX:O,itemPaddingY:Ce,itemHeight:nt,itemFontSize:_e,itemLineHeight:pe,sectionLabelTransform:he,elevation:te,showIcons:Ve,showBadges:le,headless:et,width:Ye,minWidth:Ae,maxWidth:ot,collapsedWidth:Ze,storageKey:Ht,autoSave:zt,onSelect:mt,onChange:Ue,onToggle:Me,onCollapseChange:at,onWidthChange:ce,onSearchChange:fe,...jt},yt){const me=gr.useRef(null);return gr.useImperativeHandle(yt,()=>me.current),gr.useEffect(()=>{const q=me.current;if(!q)return;const J=ie=>{const ne=ie.detail;ne&&(mt==null||mt(ne))},Oe=ie=>{const ne=ie.detail;ne&&(Ue==null||Ue(ne))},Se=ie=>{var He;const ne=(He=ie.detail)==null?void 0:He.collapsed;typeof ne=="boolean"&&(Me==null||Me(ne))},Fe=ie=>{var He;const ne=(He=ie.detail)==null?void 0:He.collapsed;typeof ne=="boolean"&&(at==null||at(ne))},Ee=ie=>{const ne=ie.detail;ne&&(ce==null||ce(ne))},At=ie=>{var He;const ne=(He=ie.detail)==null?void 0:He.query;typeof ne=="string"&&(fe==null||fe(ne))};return q.addEventListener("select",J),q.addEventListener("change",Oe),q.addEventListener("toggle",Se),q.addEventListener("collapse-change",Fe),q.addEventListener("width-change",Ee),q.addEventListener("search-change",At),()=>{q.removeEventListener("select",J),q.removeEventListener("change",Oe),q.removeEventListener("toggle",Se),q.removeEventListener("collapse-change",Fe),q.removeEventListener("width-change",Ee),q.removeEventListener("search-change",At)}},[mt,Ue,Me,at,ce,fe]),As(()=>{const q=me.current;if(!q)return;const J=(Se,Fe)=>{const Ee=q.getAttribute(Se);if(Fe==null){Ee!=null&&q.removeAttribute(Se);return}Ee!==Fe&&q.setAttribute(Se,Fe)},Oe=(Se,Fe)=>{Fe!=null&&(Fe?J(Se,""):J(Se,null))};if(Oe("collapsed",H),Oe("collapsible",Y),Oe("rail",g),Oe("resizable",K),Oe("headless",et),Oe("auto-save",zt),J("position",$e&&$e!=="left"?$e:null),J("value",ue!=null&&ue!==""?String(ue):null),J("search-query",typeof D=="string"&&D!==""?D:null),J("width",Ye||null),J("min-width",Ae||null),J("max-width",ot||null),J("collapsed-width",Ze||null),J("storage-key",Ht||null),P&&P.length)try{J("items",JSON.stringify(gs(P)))}catch{J("items",null)}else J("items",null);J("variant",rt&&rt!=="surface"?rt:null),J("size",B&&B!=="md"&&B!=="2"?B:null),J("density",re&&re!=="default"?re:null),J("tone",Dt&&Dt!=="default"?Dt:null),J("radius",ge==null||ge===""?null:String(ge)),J("item-radius",ko(gt)),J("item-gap",ko(j)),J("item-padding-x",ko(O)),J("item-padding-y",ko(Ce)),J("item-height",ko(nt)),J("item-font-size",ko(_e)),J("item-line-height",ko(pe)),J("section-label-transform",he&&he!=="none"?he:null),J("elevation",te&&te!=="low"?te:null),typeof Ve=="boolean"?J("show-icons",Ve?"true":"false"):J("show-icons",null),typeof le=="boolean"?J("show-badges",le?"true":"false"):J("show-badges",null)},[H,Y,g,K,et,zt,$e,ue,Ye,Ae,ot,Ze,Ht,P,rt,B,re,Dt,ge,gt,j,O,Ce,nt,_e,pe,he,D,te,Ve,le]),Pe.default.createElement("ui-sidebar",{ref:me,...jt},M)});ks.displayName="Sidebar";ms.displayName="Sidebar.Header";ys.displayName="Sidebar.Search";Ss.displayName="Sidebar.SearchInput";xs.displayName="Sidebar.Content";us.displayName="Sidebar.Group";cs.displayName="Sidebar.Item";bs.displayName="Sidebar.Promo";ws.displayName="Sidebar.Footer";const Cs=Object.assign(ks,{Header:ms,Search:ys,SearchInput:Ss,Content:xs,Group:us,Item:cs,Promo:bs,Footer:ws});exports.Sidebar=Cs;exports.default=Cs;
|