react-rails 2.4.7 → 2.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +99 -10
  3. data/LICENSE +0 -0
  4. data/README.md +304 -41
  5. data/lib/assets/javascripts/JSXTransformer.js +0 -0
  6. data/lib/assets/javascripts/react_ujs.js +1 -507
  7. data/lib/assets/react-source/development/react-server.js +166 -6795
  8. data/lib/assets/react-source/development/react.js +184 -21874
  9. data/lib/assets/react-source/production/react-server.js +2 -22
  10. data/lib/assets/react-source/production/react.js +2 -24
  11. data/lib/generators/react/component_generator.rb +91 -15
  12. data/lib/generators/react/install_generator.rb +22 -4
  13. data/lib/generators/templates/component.es6.jsx +0 -0
  14. data/lib/generators/templates/component.js.jsx +0 -0
  15. data/lib/generators/templates/component.js.jsx.coffee +0 -0
  16. data/lib/generators/templates/component.js.jsx.tsx +36 -0
  17. data/lib/generators/templates/react_server_rendering.rb +0 -0
  18. data/lib/generators/templates/server_rendering.js +0 -0
  19. data/lib/generators/templates/server_rendering_pack.js +3 -3
  20. data/lib/react/jsx/babel_transformer.rb +0 -0
  21. data/lib/react/jsx/jsx_transformer.rb +0 -0
  22. data/lib/react/jsx/processor.rb +0 -0
  23. data/lib/react/jsx/sprockets_strategy.rb +1 -1
  24. data/lib/react/jsx/template.rb +0 -0
  25. data/lib/react/jsx.rb +0 -0
  26. data/lib/react/rails/asset_variant.rb +0 -0
  27. data/lib/react/rails/component_mount.rb +7 -0
  28. data/lib/react/rails/controller_lifecycle.rb +0 -0
  29. data/lib/react/rails/controller_renderer.rb +0 -0
  30. data/lib/react/rails/railtie.rb +1 -0
  31. data/lib/react/rails/test_helper.rb +23 -0
  32. data/lib/react/rails/version.rb +1 -1
  33. data/lib/react/rails/view_helper.rb +0 -0
  34. data/lib/react/rails.rb +0 -0
  35. data/lib/react/server_rendering/bundle_renderer/console_polyfill.js +0 -0
  36. data/lib/react/server_rendering/bundle_renderer/console_replay.js +0 -0
  37. data/lib/react/server_rendering/bundle_renderer/console_reset.js +0 -0
  38. data/lib/react/server_rendering/bundle_renderer/timeout_polyfill.js +0 -0
  39. data/lib/react/server_rendering/bundle_renderer.rb +0 -0
  40. data/lib/react/server_rendering/environment_container.rb +0 -0
  41. data/lib/react/server_rendering/exec_js_renderer.rb +0 -0
  42. data/lib/react/server_rendering/manifest_container.rb +0 -0
  43. data/lib/react/server_rendering/webpacker_manifest_container.rb +4 -4
  44. data/lib/react/server_rendering/yaml_manifest_container.rb +0 -0
  45. data/lib/react/server_rendering.rb +0 -0
  46. data/lib/react-rails.rb +6 -0
  47. data/lib/react.rb +6 -4
  48. metadata +55 -12
@@ -1,22 +1,2 @@
1
- !function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){(function(e){var t=n(4),r=n(24),o=n(7),i=n(9);e.React=t,e.ReactDOMServer=r,e.createReactClass=o,e.PropTypes=i}).call(t,function(){return this}())},function(e,t,n){"use strict";var r={};e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r,i,a,l,u){if(o(t),!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,i,a,l,u],p=0;s=new Error(t.replace(/%s/g,function(){return c[p++]})),s.name="Invariant Violation"}throw s.framesToPop=1,s}}var o=function(e){};e.exports=r},function(e,t){/*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
- "use strict";function n(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function r(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==r.join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(e){o[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}var o=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=r()?Object.assign:function(e,t){for(var r,l,u=n(e),s=1;s<arguments.length;s++){r=Object(arguments[s]);for(var c in r)i.call(r,c)&&(u[c]=r[c]);if(o){l=o(r);for(var p=0;p<l.length;p++)a.call(r,l[p])&&(u[l[p]]=r[l[p]])}}return u}},function(e,t,n){"use strict";e.exports=n(11)},function(e,t){"use strict";function n(e){return function(){return e}}var r=function(){};r.thatReturns=n,r.thatReturnsFalse=n(!1),r.thatReturnsTrue=n(!0),r.thatReturnsNull=n(null),r.thatReturnsThis=function(){return this},r.thatReturnsArgument=function(e){return e},e.exports=r},function(e,t,n){"use strict";function r(e){return e}function o(e,t,n){function o(e,t){var n=g.hasOwnProperty(t)?g[t]:null;k.hasOwnProperty(t)&&u("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&u("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function i(e,n){if(n){u("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),u(!t(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var r=e.prototype,i=r.__reactAutoBindPairs;n.hasOwnProperty(s)&&w.mixins(e,n.mixins);for(var a in n)if(n.hasOwnProperty(a)&&a!==s){var l=n[a],c=r.hasOwnProperty(a);if(o(c,a),w.hasOwnProperty(a))w[a](e,l);else{var p=g.hasOwnProperty(a),h="function"==typeof l,y=h&&!p&&!c&&n.autobind!==!1;if(y)i.push(a,l),r[a]=l;else if(c){var m=g[a];u(p&&("DEFINE_MANY_MERGED"===m||"DEFINE_MANY"===m),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",m,a),"DEFINE_MANY_MERGED"===m?r[a]=f(r[a],l):"DEFINE_MANY"===m&&(r[a]=d(r[a],l))}else r[a]=l}}}}function c(e,t){if(t)for(var n in t){var r=t[n];if(t.hasOwnProperty(n)){var o=n in w;u(!o,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n);var i=n in e;if(i){var a=x.hasOwnProperty(n)?x[n]:null;return u("DEFINE_MANY_MERGED"===a,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),void(e[n]=f(e[n],r))}e[n]=r}}}function p(e,t){u(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(u(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function f(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return p(o,n),p(o,r),o}}function d(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function h(e,t){var n=t.bind(e);return n}function y(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=h(e,o)}}function m(e){var t=r(function(e,r,o){this.__reactAutoBindPairs.length&&y(this),this.props=e,this.context=r,this.refs=l,this.updater=o||n,this.state=null;var i=this.getInitialState?this.getInitialState():null;u("object"==typeof i&&!Array.isArray(i),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=i});t.prototype=new _,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],v.forEach(i.bind(null,t)),i(t,b),i(t,e),i(t,E),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),u(t.prototype.render,"createClass(...): Class specification must implement a `render` method.");for(var o in g)t.prototype[o]||(t.prototype[o]=null);return t}var v=[],g={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},x={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},w={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)i(e,t[n])},childContextTypes:function(e,t){e.childContextTypes=a({},e.childContextTypes,t)},contextTypes:function(e,t){e.contextTypes=a({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=f(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){e.propTypes=a({},e.propTypes,t)},statics:function(e,t){c(e,t)},autobind:function(){}},b={componentDidMount:function(){this.__isMounted=!0}},E={componentWillUnmount:function(){this.__isMounted=!1}},k={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return!!this.__isMounted}},_=function(){};return a(_.prototype,e.prototype,k),m}var i,a=n(3),l=n(1),u=n(2),s="mixins";i={},e.exports=o},function(e,t,n){"use strict";var r=n(4),o=n(6);if("undefined"==typeof r)throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var i=(new r.Component).updater;e.exports=o(r.Component,r.isValidElement,i)},function(e,t,n){"use strict";function r(){}var o=n(10);e.exports=function(){function e(e,t,n,r,i,a){if(a!==o){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=r,n.PropTypes=n,n}},function(e,t,n){e.exports=n(8)()},function(e,t){"use strict";var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";e.exports=n},function(e,t,n){/** @license React v16.4.2
7
- * react.production.min.js
8
- *
9
- * Copyright (c) 2013-present, Facebook, Inc.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- "use strict";function r(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);g(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",n)}function o(e,t,n){this.props=e,this.context=t,this.refs=x,this.updater=n||O}function i(){}function a(e,t,n){this.props=e,this.context=t,this.refs=x,this.updater=n||O}function l(e,t,n){var r=void 0,o={},i=null,a=null;if(null!=t)for(r in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(i=""+t.key),t)A.call(t,r)&&!j.hasOwnProperty(r)&&(o[r]=t[r]);var l=arguments.length-2;if(1===l)o.children=n;else if(1<l){for(var u=Array(l),s=0;s<l;s++)u[s]=arguments[s+2];o.children=u}if(e&&e.defaultProps)for(r in l=e.defaultProps)void 0===o[r]&&(o[r]=l[r]);return{$$typeof:E,type:e,key:i,ref:a,props:o,_owner:R.current}}function u(e){return"object"==typeof e&&null!==e&&e.$$typeof===E}function s(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function c(e,t,n,r){if(Y.length){var o=Y.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function p(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>Y.length&&Y.push(e)}function f(e,t,n,o){var i=typeof e;"undefined"!==i&&"boolean"!==i||(e=null);var a=!1;if(null===e)a=!0;else switch(i){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case E:case k:a=!0}}if(a)return n(o,e,""===t?"."+d(e,0):t),1;if(a=0,t=""===t?".":t+":",Array.isArray(e))for(var l=0;l<e.length;l++){i=e[l];var u=t+d(i,l);a+=f(i,u,n,o)}else if(null===e||"undefined"==typeof e?u=null:(u=M&&e[M]||e["@@iterator"],u="function"==typeof u?u:null),"function"==typeof u)for(e=u.call(e),l=0;!(i=e.next()).done;)i=i.value,u=t+d(i,l++),a+=f(i,u,n,o);else"object"===i&&(n=""+e,r("31","[object Object]"===n?"object with keys {"+Object.keys(e).join(", ")+"}":n,""));return a}function d(e,t){return"object"==typeof e&&null!==e&&null!=e.key?s(e.key):t.toString(36)}function h(e,t){e.func.call(e.context,t,e.count++)}function y(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?m(e,r,n,w.thatReturnsArgument):null!=e&&(u(e)&&(t=o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(T,"$&/")+"/")+n,e={$$typeof:E,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}),r.push(e))}function m(e,t,n,r,o){var i="";null!=n&&(i=(""+n).replace(T,"$&/")+"/"),t=c(t,i,r,o),null==e||f(e,"",y,t),p(t)}var v=n(3),g=n(2),x=n(1),w=n(5),b="function"==typeof Symbol&&Symbol.for,E=b?Symbol.for("react.element"):60103,k=b?Symbol.for("react.portal"):60106,_=b?Symbol.for("react.fragment"):60107,S=b?Symbol.for("react.strict_mode"):60108,N=b?Symbol.for("react.profiler"):60114,F=b?Symbol.for("react.provider"):60109,C=b?Symbol.for("react.context"):60110,D=b?Symbol.for("react.async_mode"):60111,I=b?Symbol.for("react.forward_ref"):60112;b&&Symbol.for("react.timeout");var M="function"==typeof Symbol&&Symbol.iterator,O={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}};o.prototype.isReactComponent={},o.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e?r("85"):void 0,this.updater.enqueueSetState(this,e,t,"setState")},o.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},i.prototype=o.prototype;var P=a.prototype=new i;P.constructor=a,v(P,o.prototype),P.isPureReactComponent=!0;var R={current:null},A=Object.prototype.hasOwnProperty,j={key:!0,ref:!0,__self:!0,__source:!0},T=/\/+/g,Y=[],V={Children:{map:function(e,t,n){if(null==e)return e;var r=[];return m(e,r,null,t,n),r},forEach:function(e,t,n){return null==e?e:(t=c(null,null,t,n),null==e||f(e,"",h,t),void p(t))},count:function(e){return null==e?0:f(e,"",w.thatReturnsNull,null)},toArray:function(e){var t=[];return m(e,t,null,w.thatReturnsArgument),t},only:function(e){return u(e)?void 0:r("143"),e}},createRef:function(){return{current:null}},Component:o,PureComponent:a,createContext:function(e,t){return void 0===t&&(t=null),e={$$typeof:C,_calculateChangedBits:t,_defaultValue:e,_currentValue:e,_currentValue2:e,_changedBits:0,_changedBits2:0,Provider:null,Consumer:null},e.Provider={$$typeof:F,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:I,render:e}},Fragment:_,StrictMode:S,unstable_AsyncMode:D,unstable_Profiler:N,createElement:l,cloneElement:function(e,t,n){null===e||void 0===e?r("267",e):void 0;var o=void 0,i=v({},e.props),a=e.key,l=e.ref,u=e._owner;if(null!=t){void 0!==t.ref&&(l=t.ref,u=R.current),void 0!==t.key&&(a=""+t.key);var s=void 0;e.type&&e.type.defaultProps&&(s=e.type.defaultProps);for(o in t)A.call(t,o)&&!j.hasOwnProperty(o)&&(i[o]=void 0===t[o]&&void 0!==s?s[o]:t[o])}if(o=arguments.length-2,1===o)i.children=n;else if(1<o){s=Array(o);for(var c=0;c<o;c++)s[c]=arguments[c+2];i.children=s}return{$$typeof:E,type:e.type,key:a,ref:l,props:i,_owner:u}},createFactory:function(e){var t=l.bind(null,e);return t.type=e,t},isValidElement:u,version:"16.4.2",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:R,assign:v}},W={default:V},$=W&&V||W;e.exports=$.default?$.default:$},,,,function(e,t){"use strict";function n(e){return e.replace(r,"-$1").toLowerCase()}var r=/([A-Z])/g;e.exports=n},function(e,t,n){"use strict";function r(e){return o(e).replace(i,"-ms-")}var o=n(15),i=/^ms-/;e.exports=r},,,function(e,t){"use strict";function n(e){var t={};return function(n){return t.hasOwnProperty(n)||(t[n]=e.call(this,n)),t[n]}}e.exports=n},,function(e,t,n){/** @license React v16.4.2
15
- * react-dom-server.browser.production.min.js
16
- *
17
- * Copyright (c) 2013-present, Facebook, Inc.
18
- *
19
- * This source code is licensed under the MIT license found in the
20
- * LICENSE file in the root directory of this source tree.
21
- */
22
- "use strict";function r(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);m(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",n)}function o(e){return!!P.call(A,e)||!P.call(R,e)&&(O.test(e)?A[e]=!0:(R[e]=!0,!1))}function i(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),"data-"!==e&&"aria-"!==e));default:return!1}}function a(e,t,n,r){if(null===t||"undefined"==typeof t||i(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function l(e,t,n,r,o){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t}function u(e){return e[1].toUpperCase()}function s(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=Y.exec(e);if(t){var n,r="",o=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}o!==n&&(r+=e.substring(o,n)),o=n+1,r+=t}e=o!==n?r+e.substring(o,n):r}return e}function c(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function p(e){return"string"==typeof e?e:"function"==typeof e?e.displayName||e.name:null}function f(e){var t="";return g.Children.forEach(e,function(e){null==e||"string"!=typeof e&&"number"!=typeof e||(t+=e)}),t}function d(e,t){if(e=e.contextTypes){var n,r={};for(n in e)r[n]=t[n];t=r}else t=w;return t}function h(e,t){void 0===e&&r("152",p(t)||"Component")}function y(e,t){function n(n,o){var i=d(o,t),a=[],l=!1,u={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===a)return null},enqueueReplaceState:function(e,t){l=!0,a=[t]},enqueueSetState:function(e,t){return null===a?null:void a.push(t)}},s=void 0;if(o.prototype&&o.prototype.isReactComponent){if(s=new o(n.props,i,u),"function"==typeof o.getDerivedStateFromProps){var c=o.getDerivedStateFromProps.call(null,n.props,s.state);null!=c&&(s.state=v({},s.state,c))}}else if(s=o(n.props,i,u),null==s||null==s.render)return e=s,void h(e,o);if(s.props=n.props,s.context=i,s.updater=u,u=s.state,void 0===u&&(s.state=u=null),"function"==typeof s.UNSAFE_componentWillMount||"function"==typeof s.componentWillMount)if("function"==typeof s.componentWillMount&&"function"!=typeof o.getDerivedStateFromProps&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&"function"!=typeof o.getDerivedStateFromProps&&s.UNSAFE_componentWillMount(),a.length){u=a;var f=l;if(a=null,l=!1,f&&1===u.length)s.state=u[0];else{c=f?u[0]:s.state;var y=!0;for(f=f?1:0;f<u.length;f++){var m=u[f];m="function"==typeof m?m.call(s,c,n.props,i):m,null!=m&&(y?(y=!1,c=v({},c,m)):v(c,m))}s.state=c}}else a=null;if(e=s.render(),h(e,o),n=void 0,"function"==typeof s.getChildContext&&(i=o.childContextTypes,"object"==typeof i)){n=s.getChildContext();for(var g in n)g in i?void 0:r("108",p(o)||"Unknown",g)}n&&(t=v({},t,n))}for(;g.isValidElement(e);){var o=e,i=o.type;if("function"!=typeof i)break;n(o,i)}return{child:e,context:t}}var m=n(2),v=n(3),g=n(4),x=n(5),w=n(1),b=n(16),E=n(19),k="function"==typeof Symbol&&Symbol.for,_=k?Symbol.for("react.portal"):60106,S=k?Symbol.for("react.fragment"):60107,N=k?Symbol.for("react.strict_mode"):60108,F=k?Symbol.for("react.profiler"):60114,C=k?Symbol.for("react.provider"):60109,D=k?Symbol.for("react.context"):60110,I=k?Symbol.for("react.async_mode"):60111,M=k?Symbol.for("react.forward_ref"):60112,O=/^[: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]*$/,P=Object.prototype.hasOwnProperty,R={},A={},j={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){j[e]=new l(e,0,!1,e,null)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];j[t]=new l(t,1,!1,e[1],null)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){j[e]=new l(e,2,!1,e.toLowerCase(),null)}),["autoReverse","externalResourcesRequired","preserveAlpha"].forEach(function(e){j[e]=new l(e,2,!1,e,null)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){j[e]=new l(e,3,!1,e.toLowerCase(),null)}),["checked","multiple","muted","selected"].forEach(function(e){j[e]=new l(e,3,!0,e.toLowerCase(),null)}),["capture","download"].forEach(function(e){j[e]=new l(e,4,!1,e.toLowerCase(),null)}),["cols","rows","size","span"].forEach(function(e){j[e]=new l(e,6,!1,e.toLowerCase(),null)}),["rowSpan","start"].forEach(function(e){j[e]=new l(e,5,!1,e.toLowerCase(),null)});var T=/[\-:]([a-z])/g;"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(e){var t=e.replace(T,u);j[t]=new l(t,1,!1,e,null)}),"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(T,u);j[t]=new l(t,1,!1,e,"http://www.w3.org/1999/xlink")}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(T,u);j[t]=new l(t,1,!1,e,"http://www.w3.org/XML/1998/namespace")}),j.tabIndex=new l("tabIndex",1,!1,"tabindex",null);var Y=/["'&<>]/,V={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"},W={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},$=v({menuitem:!0},W),U={animationIterationCount:!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,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},L=["Webkit","ms","Moz","O"];Object.keys(U).forEach(function(e){L.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),U[t]=U[e]})});var q=g.Children.toArray,z=x.thatReturns("");x.thatReturns("");var B={listing:!0,pre:!0,textarea:!0},H=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,G={},Z=E(function(e){return b(e)}),K=Object.prototype.hasOwnProperty,X={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null},J=function(){function e(t,n){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function");g.isValidElement(t)?t.type!==S?t=[t]:(t=t.props.children,t=g.isValidElement(t)?[t]:q(t)):t=q(t),this.stack=[{type:null,domNamespace:V.html,children:t,childIndex:0,context:w,footer:""}],this.exhausted=!1,this.currentSelectValue=null,this.previousWasTextNode=!1,this.makeStaticMarkup=n,this.contextIndex=-1,this.contextStack=[],this.contextValueStack=[]}return e.prototype.pushProvider=function(e){var t=++this.contextIndex,n=e.type._context,r=n._currentValue;this.contextStack[t]=n,this.contextValueStack[t]=r,n._currentValue=e.props.value},e.prototype.popProvider=function(){var e=this.contextIndex,t=this.contextStack[e],n=this.contextValueStack[e];this.contextStack[e]=null,this.contextValueStack[e]=null,this.contextIndex--,t._currentValue=n},e.prototype.read=function(e){if(this.exhausted)return null;for(var t="";t.length<e;){if(0===this.stack.length){this.exhausted=!0;break}var n=this.stack[this.stack.length-1];if(n.childIndex>=n.children.length){var r=n.footer;t+=r,""!==r&&(this.previousWasTextNode=!1),this.stack.pop(),"select"===n.type?this.currentSelectValue=null:null!=n.type&&null!=n.type.type&&n.type.type.$$typeof===C&&this.popProvider(n.type)}else r=n.children[n.childIndex++],t+=this.render(r,n.context,n.domNamespace)}return t},e.prototype.render=function(e,t,n){if("string"==typeof e||"number"==typeof e)return n=""+e,""===n?"":this.makeStaticMarkup?s(n):this.previousWasTextNode?"<!-- -->"+s(n):(this.previousWasTextNode=!0,s(n));if(t=y(e,t),e=t.child,t=t.context,null===e||!1===e)return"";if(!g.isValidElement(e)){if(null!=e&&null!=e.$$typeof){var o=e.$$typeof;o===_?r("257"):void 0,r("258",o.toString())}return e=q(e),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),""}if(o=e.type,"string"==typeof o)return this.renderDOM(e,t,n);switch(o){case N:case I:case F:case S:return e=q(e.props.children),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),""}if("object"==typeof o&&null!==o)switch(o.$$typeof){case M:return e=q(o.render(e.props,e.ref)),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case C:return o=q(e.props.children),n={type:e,domNamespace:n,children:o,childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(n),"";case D:return o=q(e.props.children(e.type._currentValue)),this.stack.push({type:e,domNamespace:n,children:o,childIndex:0,context:t,footer:""}),""}r("130",null==o?o:typeof o,"")},e.prototype.renderDOM=function(e,t,n){var i=e.type.toLowerCase();n===V.html&&c(i),G.hasOwnProperty(i)||(H.test(i)?void 0:r("65",i),G[i]=!0);var l=e.props;if("input"===i)l=v({type:void 0},l,{defaultChecked:void 0,defaultValue:void 0,value:null!=l.value?l.value:l.defaultValue,checked:null!=l.checked?l.checked:l.defaultChecked});else if("textarea"===i){var u=l.value;if(null==u){u=l.defaultValue;var p=l.children;null!=p&&(null!=u?r("92"):void 0,Array.isArray(p)&&(1>=p.length?void 0:r("93"),p=p[0]),u=""+p),null==u&&(u="")}l=v({},l,{value:void 0,children:""+u})}else if("select"===i)this.currentSelectValue=null!=l.value?l.value:l.defaultValue,l=v({},l,{value:void 0});else if("option"===i){p=this.currentSelectValue;var d=f(l.children);if(null!=p){var h=null!=l.value?l.value+"":d;if(u=!1,Array.isArray(p)){for(var y=0;y<p.length;y++)if(""+p[y]===h){u=!0;break}}else u=""+p===h;l=v({selected:void 0,children:void 0},l,{selected:u,children:d})}}(u=l)&&($[i]&&(null!=u.children||null!=u.dangerouslySetInnerHTML?r("137",i,z()):void 0),null!=u.dangerouslySetInnerHTML&&(null!=u.children?r("60"):void 0,"object"==typeof u.dangerouslySetInnerHTML&&"__html"in u.dangerouslySetInnerHTML?void 0:r("61")),null!=u.style&&"object"!=typeof u.style?r("62",z()):void 0),u=l,p=this.makeStaticMarkup,d=1===this.stack.length,h="<"+e.type;for(E in u)if(K.call(u,E)){var m=u[E];if(null!=m){if("style"===E){y=void 0;var g="",x="";for(y in m)if(m.hasOwnProperty(y)){var w=0===y.indexOf("--"),b=m[y];null!=b&&(g+=x+Z(y)+":",x=y,w=null==b||"boolean"==typeof b||""===b?"":w||"number"!=typeof b||0===b||U.hasOwnProperty(x)&&U[x]?(""+b).trim():b+"px",g+=w,x=";")}m=g||null}y=null;e:if(w=i,b=u,-1===w.indexOf("-"))w="string"==typeof b.is;else switch(w){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":w=!1;break e;default:w=!0}w?X.hasOwnProperty(E)||(y=E,y=o(y)&&null!=m?y+"="+('"'+s(m)+'"'):""):(w=E,y=m,m=j.hasOwnProperty(w)?j[w]:null,(b="style"!==w)&&(b=null!==m?0===m.type:2<w.length&&("o"===w[0]||"O"===w[0])&&("n"===w[1]||"N"===w[1])),b||a(w,y,m,!1)?y="":null!==m?(w=m.attributeName,m=m.type,y=3===m||4===m&&!0===y?w+'=""':w+"="+('"'+s(y)+'"')):y=o(w)?w+"="+('"'+s(y)+'"'):""),y&&(h+=" "+y)}}p||d&&(h+=' data-reactroot=""');var E=h;u="",W.hasOwnProperty(i)?E+="/>":(E+=">",u="</"+e.type+">");e:{if(p=l.dangerouslySetInnerHTML,null!=p){if(null!=p.__html){p=p.__html;break e}}else if(p=l.children,"string"==typeof p||"number"==typeof p){p=s(p);break e}p=null}return null!=p?(l=[],B[i]&&"\n"===p.charAt(0)&&(E+="\n"),E+=p):l=q(l.children),e=e.type,n=null==n||"http://www.w3.org/1999/xhtml"===n?c(e):"http://www.w3.org/2000/svg"===n&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":n,this.stack.push({domNamespace:n,type:i,children:l,childIndex:0,context:t,footer:u}),this.previousWasTextNode=!1,E},e}(),Q={renderToString:function(e){return new J(e,!1).read(1/0)},renderToStaticMarkup:function(e){return new J(e,!0).read(1/0)},renderToNodeStream:function(){r("207")},renderToStaticNodeStream:function(){r("208")},version:"16.4.2"},ee={default:Q},te=ee&&Q||ee;e.exports=te.default?te.default:te},,,function(e,t,n){"use strict";e.exports=n(21)}]);
1
+ /*! For license information please see react-server.js.LICENSE.txt */
2
+ (()=>{var e,t,r,n,o={511:(e,t,r)=>{"use strict";var n=r(418),o={};function i(e,t,r,n,o,i,a,u){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[r,n,o,i,a,u],c=0;(s=new Error(t.replace(/%s/g,(function(){return l[c++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}var a="mixins";e.exports=function(e,t,r){var u=[],s={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},l={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},c={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var r=0;r<t.length;r++)p(e,t[r])},childContextTypes:function(e,t){e.childContextTypes=n({},e.childContextTypes,t)},contextTypes:function(e,t){e.contextTypes=n({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=d(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){e.propTypes=n({},e.propTypes,t)},statics:function(e,t){!function(e,t){if(t)for(var r in t){var n=t[r];if(t.hasOwnProperty(r)){if(i(!(r in c),'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',r),r in e)return i("DEFINE_MANY_MERGED"===(l.hasOwnProperty(r)?l[r]:null),"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",r),void(e[r]=d(e[r],n));e[r]=n}}}(e,t)},autobind:function(){}};function f(e,t){var r=s.hasOwnProperty(t)?s[t]:null;w.hasOwnProperty(t)&&i("OVERRIDE_BASE"===r,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&i("DEFINE_MANY"===r||"DEFINE_MANY_MERGED"===r,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function p(e,r){if(r){i("function"!=typeof r,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),i(!t(r),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var n=e.prototype,o=n.__reactAutoBindPairs;for(var u in r.hasOwnProperty(a)&&c.mixins(e,r.mixins),r)if(r.hasOwnProperty(u)&&u!==a){var l=r[u],p=n.hasOwnProperty(u);if(f(p,u),c.hasOwnProperty(u))c[u](e,l);else{var h=s.hasOwnProperty(u);if("function"!=typeof l||h||p||!1===r.autobind)if(p){var m=s[u];i(h&&("DEFINE_MANY_MERGED"===m||"DEFINE_MANY"===m),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",m,u),"DEFINE_MANY_MERGED"===m?n[u]=d(n[u],l):"DEFINE_MANY"===m&&(n[u]=y(n[u],l))}else n[u]=l;else o.push(u,l),n[u]=l}}}}function h(e,t){for(var r in i(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects."),t)t.hasOwnProperty(r)&&(i(void 0===e[r],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",r),e[r]=t[r]);return e}function d(e,t){return function(){var r=e.apply(this,arguments),n=t.apply(this,arguments);if(null==r)return n;if(null==n)return r;var o={};return h(o,r),h(o,n),o}}function y(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function m(e,t){return t.bind(e)}var v={componentDidMount:function(){this.__isMounted=!0}},g={componentWillUnmount:function(){this.__isMounted=!1}},w={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return!!this.__isMounted}},E=function(){};return n(E.prototype,e.prototype,w),function(e){var t=function(e,n,a){this.__reactAutoBindPairs.length&&function(e){for(var t=e.__reactAutoBindPairs,r=0;r<t.length;r+=2){var n=t[r],o=t[r+1];e[n]=m(e,o)}}(this),this.props=e,this.context=n,this.refs=o,this.updater=a||r,this.state=null;var u=this.getInitialState?this.getInitialState():null;i("object"==typeof u&&!Array.isArray(u),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=u};for(var n in t.prototype=new E,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],u.forEach(p.bind(null,t)),p(t,v),p(t,e),p(t,g),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),i(t.prototype.render,"createClass(...): Class specification must implement a `render` method."),s)t.prototype[n]||(t.prototype[n]=null);return t}}},555:(e,t,r)=>{"use strict";var n=r(294),o=r(511);if(void 0===n)throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var i=(new n.Component).updater;e.exports=o(n.Component,n.isValidElement,i)},418:e=>{"use strict";var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var i,a,u=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var l in i=Object(arguments[s]))r.call(i,l)&&(u[l]=i[l]);if(t){a=t(i);for(var c=0;c<a.length;c++)n.call(i,a[c])&&(u[a[c]]=i[a[c]])}}return u}},703:(e,t,r)=>{"use strict";var n=r(414);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},697:(e,t,r)=>{e.exports=r(703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},698:(e,t,r)=>{"use strict";var n=r(418),o=r(294);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var a=60106,u=60107,s=60108,l=60114,c=60109,f=60110,p=60112,h=60113,d=60120,y=60115,m=60116,v=60121,g=60117,w=60119,E=60129,x=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;a=b("react.portal"),u=b("react.fragment"),s=b("react.strict_mode"),l=b("react.profiler"),c=b("react.provider"),f=b("react.context"),p=b("react.forward_ref"),h=b("react.suspense"),d=b("react.suspense_list"),y=b("react.memo"),m=b("react.lazy"),v=b("react.block"),g=b("react.fundamental"),w=b("react.scope"),E=b("react.debug_trace_mode"),x=b("react.legacy_hidden")}function _(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case u:return"Fragment";case a:return"Portal";case l:return"Profiler";case s:return"StrictMode";case h:return"Suspense";case d:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case f:return(e.displayName||"Context")+".Consumer";case c:return(e._context.displayName||"Context")+".Provider";case p:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case y:return _(e.type);case v:return _(e._render);case m:t=e._payload,e=e._init;try{return _(e(t))}catch(e){}}return null}var k=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,S={};function D(e,t){for(var r=0|e._threadCount;r<=t;r++)e[r]=e._currentValue2,e._threadCount=r+1}for(var N=new Uint16Array(16),C=0;15>C;C++)N[C]=C+1;N[15]=0;var I=/^[: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]*$/,F=Object.prototype.hasOwnProperty,O={},P={};function M(e){return!!F.call(P,e)||!F.call(O,e)&&(I.test(e)?P[e]=!0:(O[e]=!0,!1))}function R(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var A={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){A[e]=new R(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];A[t]=new R(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){A[e]=new R(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){A[e]=new R(e,2,!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".split(" ").forEach((function(e){A[e]=new R(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){A[e]=new R(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){A[e]=new R(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){A[e]=new R(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){A[e]=new R(e,5,!1,e.toLowerCase(),null,!1,!1)}));var j=/[\-:]([a-z])/g;function T(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".split(" ").forEach((function(e){var t=e.replace(j,T);A[t]=new R(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(j,T);A[t]=new R(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(j,T);A[t]=new R(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){A[e]=new R(e,1,!1,e.toLowerCase(),null,!1,!1)})),A.xlinkHref=new R("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){A[e]=new R(e,1,!1,e.toLowerCase(),null,!0,!0)}));var $=/["'&<>]/;function U(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=$.exec(e);if(t){var r,n="",o=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}o!==r&&(n+=e.substring(o,r)),o=r+1,n+=t}e=o!==r?n+e.substring(o,r):n}return e}function W(e,t){var r,n=A.hasOwnProperty(e)?A[e]:null;return(r="style"!==e)&&(r=null!==n?0===n.type:2<e.length&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1])),r||function(e,t,r,n){if(null==t||function(e,t,r,n){if(null!==r&&0===r.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return null!==r?!r.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e;default:return!1}}(e,t,r))return!0;if(null!==r)switch(r.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(e,t,n)?"":null!==n?(e=n.attributeName,3===(r=n.type)||4===r&&!0===t?e+'=""':(n.sanitizeURL&&(t=""+t),e+'="'+U(t)+'"')):M(e)?e+'="'+U(t)+'"':""}var Y="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},L=null,V=null,z=null,q=!1,H=!1,B=null,G=0;function Z(){if(null===L)throw Error(i(321));return L}function K(){if(0<G)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function X(){return null===z?null===V?(q=!1,V=z=K()):(q=!0,z=V):null===z.next?(q=!1,z=z.next=K()):(q=!0,z=z.next),z}function J(e,t,r,n){for(;H;)H=!1,G+=1,z=null,r=e(t,n);return Q(),r}function Q(){L=null,H=!1,V=null,G=0,z=B=null}function ee(e,t){return"function"==typeof t?t(e):t}function te(e,t,r){if(L=Z(),z=X(),q){var n=z.queue;if(t=n.dispatch,null!==B&&void 0!==(r=B.get(n))){B.delete(n),n=z.memoizedState;do{n=e(n,r.action),r=r.next}while(null!==r);return z.memoizedState=n,[n,t]}return[z.memoizedState,t]}return e=e===ee?"function"==typeof t?t():t:void 0!==r?r(t):t,z.memoizedState=e,e=(e=z.queue={last:null,dispatch:null}).dispatch=ne.bind(null,L,e),[z.memoizedState,e]}function re(e,t){if(L=Z(),t=void 0===t?null:t,null!==(z=X())){var r=z.memoizedState;if(null!==r&&null!==t){var n=r[1];e:if(null===n)n=!1;else{for(var o=0;o<n.length&&o<t.length;o++)if(!Y(t[o],n[o])){n=!1;break e}n=!0}if(n)return r[0]}}return e=e(),z.memoizedState=[e,t],e}function ne(e,t,r){if(!(25>G))throw Error(i(301));if(e===L)if(H=!0,e={action:r,next:null},null===B&&(B=new Map),void 0===(r=B.get(t)))B.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}function oe(){}var ie=null,ae={readContext:function(e){var t=ie.threadID;return D(e,t),e[t]},useContext:function(e){Z();var t=ie.threadID;return D(e,t),e[t]},useMemo:re,useReducer:te,useRef:function(e){L=Z();var t=(z=X()).memoizedState;return null===t?(e={current:e},z.memoizedState=e):t},useState:function(e){return te(ee,e)},useLayoutEffect:function(){},useCallback:function(e,t){return re((function(){return e}),t)},useImperativeHandle:oe,useEffect:oe,useDebugValue:oe,useDeferredValue:function(e){return Z(),e},useTransition:function(){return Z(),[function(e){e()},!1]},useOpaqueIdentifier:function(){return(ie.identifierPrefix||"")+"R:"+(ie.uniqueID++).toString(36)},useMutableSource:function(e,t){return Z(),t(e._source)}},ue="http://www.w3.org/1999/xhtml";function se(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}var le={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},ce=n({menuitem:!0},le),fe={animationIterationCount:!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(fe).forEach((function(e){pe.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),fe[t]=fe[e]}))}));var he=/([A-Z])/g,de=/^ms-/,ye=o.Children.toArray,me=k.ReactCurrentDispatcher,ve={listing:!0,pre:!0,textarea:!0},ge=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,we={},Ee={},xe=Object.prototype.hasOwnProperty,be={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null};function _e(e,t){if(void 0===e)throw Error(i(152,_(t)||"Component"))}var ke=function(){function e(e,t,r){o.isValidElement(e)?e.type!==u?e=[e]:(e=e.props.children,e=o.isValidElement(e)?[e]:ye(e)):e=ye(e),e={type:null,domNamespace:ue,children:e,childIndex:0,context:S,footer:""};var n=N[0];if(0===n){var a=N,s=2*(n=a.length);if(!(65536>=s))throw Error(i(304));var l=new Uint16Array(s);for(l.set(a),(N=l)[0]=n+1,a=n;a<s-1;a++)N[a]=a+1;N[s-1]=0}else N[0]=N[n];this.threadID=n,this.stack=[e],this.exhausted=!1,this.currentSelectValue=null,this.previousWasTextNode=!1,this.makeStaticMarkup=t,this.suspenseDepth=0,this.contextIndex=-1,this.contextStack=[],this.contextValueStack=[],this.uniqueID=0,this.identifierPrefix=r&&r.identifierPrefix||""}var t=e.prototype;return t.destroy=function(){if(!this.exhausted){this.exhausted=!0,this.clearProviders();var e=this.threadID;N[e]=N[0],N[0]=e}},t.pushProvider=function(e){var t=++this.contextIndex,r=e.type._context,n=this.threadID;D(r,n);var o=r[n];this.contextStack[t]=r,this.contextValueStack[t]=o,r[n]=e.props.value},t.popProvider=function(){var e=this.contextIndex,t=this.contextStack[e],r=this.contextValueStack[e];this.contextStack[e]=null,this.contextValueStack[e]=null,this.contextIndex--,t[this.threadID]=r},t.clearProviders=function(){for(var e=this.contextIndex;0<=e;e--)this.contextStack[e][this.threadID]=this.contextValueStack[e]},t.read=function(e){if(this.exhausted)return null;var t=ie;ie=this;var r=me.current;me.current=ae;try{for(var n=[""],o=!1;n[0].length<e;){if(0===this.stack.length){this.exhausted=!0;var a=this.threadID;N[a]=N[0],N[0]=a;break}var u=this.stack[this.stack.length-1];if(o||u.childIndex>=u.children.length){var s=u.footer;if(""!==s&&(this.previousWasTextNode=!1),this.stack.pop(),"select"===u.type)this.currentSelectValue=null;else if(null!=u.type&&null!=u.type.type&&u.type.type.$$typeof===c)this.popProvider(u.type);else if(u.type===h){this.suspenseDepth--;var l=n.pop();if(o){o=!1;var f=u.fallbackFrame;if(!f)throw Error(i(303));this.stack.push(f),n[this.suspenseDepth]+="\x3c!--$!--\x3e";continue}n[this.suspenseDepth]+=l}n[this.suspenseDepth]+=s}else{var p=u.children[u.childIndex++],d="";try{d+=this.render(p,u.context,u.domNamespace)}catch(e){if(null!=e&&"function"==typeof e.then)throw Error(i(294));throw e}n.length<=this.suspenseDepth&&n.push(""),n[this.suspenseDepth]+=d}}return n[0]}finally{me.current=r,ie=t,Q()}},t.render=function(e,t,r){if("string"==typeof e||"number"==typeof e)return""==(r=""+e)?"":this.makeStaticMarkup?U(r):this.previousWasTextNode?"\x3c!-- --\x3e"+U(r):(this.previousWasTextNode=!0,U(r));if(e=(t=function(e,t,r){function a(o,a){var u=a.prototype&&a.prototype.isReactComponent,s=function(e,t,r,n){if(n&&"object"==typeof(n=e.contextType)&&null!==n)return D(n,r),n[r];if(e=e.contextTypes){for(var o in r={},e)r[o]=t[o];t=r}else t=S;return t}(a,t,r,u),l=[],c=!1,f={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===l)return null},enqueueReplaceState:function(e,t){c=!0,l=[t]},enqueueSetState:function(e,t){if(null===l)return null;l.push(t)}};if(u){if(u=new a(o.props,s,f),"function"==typeof a.getDerivedStateFromProps){var p=a.getDerivedStateFromProps.call(null,o.props,u.state);null!=p&&(u.state=n({},u.state,p))}}else if(L={},u=a(o.props,s,f),null==(u=J(a,o.props,u,s))||null==u.render)return void _e(e=u,a);if(u.props=o.props,u.context=s,u.updater=f,void 0===(f=u.state)&&(u.state=f=null),"function"==typeof u.UNSAFE_componentWillMount||"function"==typeof u.componentWillMount)if("function"==typeof u.componentWillMount&&"function"!=typeof a.getDerivedStateFromProps&&u.componentWillMount(),"function"==typeof u.UNSAFE_componentWillMount&&"function"!=typeof a.getDerivedStateFromProps&&u.UNSAFE_componentWillMount(),l.length){f=l;var h=c;if(l=null,c=!1,h&&1===f.length)u.state=f[0];else{p=h?f[0]:u.state;var d=!0;for(h=h?1:0;h<f.length;h++){var y=f[h];null!=(y="function"==typeof y?y.call(u,p,o.props,s):y)&&(d?(d=!1,p=n({},p,y)):n(p,y))}u.state=p}}else l=null;if(_e(e=u.render(),a),"function"==typeof u.getChildContext&&"object"==typeof(o=a.childContextTypes)){var m=u.getChildContext();for(var v in m)if(!(v in o))throw Error(i(108,_(a)||"Unknown",v))}m&&(t=n({},t,m))}for(;o.isValidElement(e);){var u=e,s=u.type;if("function"!=typeof s)break;a(u,s)}return{child:e,context:t}}(e,t,this.threadID)).child,t=t.context,null===e||!1===e)return"";if(!o.isValidElement(e)){if(null!=e&&null!=e.$$typeof){if((r=e.$$typeof)===a)throw Error(i(257));throw Error(i(258,r.toString()))}return e=ye(e),this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),""}var v=e.type;if("string"==typeof v)return this.renderDOM(e,t,r);switch(v){case x:case E:case s:case l:case d:case u:return e=ye(e.props.children),this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case h:throw Error(i(294));case w:throw Error(i(343))}if("object"==typeof v&&null!==v)switch(v.$$typeof){case p:L={};var b=v.render(e.props,e.ref);return b=J(v.render,e.props,b,e.ref),b=ye(b),this.stack.push({type:null,domNamespace:r,children:b,childIndex:0,context:t,footer:""}),"";case y:return e=[o.createElement(v.type,n({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case c:return r={type:e,domNamespace:r,children:v=ye(e.props.children),childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(r),"";case f:v=e.type,b=e.props;var k=this.threadID;return D(v,k),v=ye(b.children(v[k])),this.stack.push({type:e,domNamespace:r,children:v,childIndex:0,context:t,footer:""}),"";case g:throw Error(i(338));case m:return v=(b=(v=e.type)._init)(v._payload),e=[o.createElement(v,n({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),""}throw Error(i(130,null==v?v:typeof v,""))},t.renderDOM=function(e,t,r){var a=e.type.toLowerCase();if(r===ue&&se(a),!we.hasOwnProperty(a)){if(!ge.test(a))throw Error(i(65,a));we[a]=!0}var u=e.props;if("input"===a)u=n({type:void 0},u,{defaultChecked:void 0,defaultValue:void 0,value:null!=u.value?u.value:u.defaultValue,checked:null!=u.checked?u.checked:u.defaultChecked});else if("textarea"===a){var s=u.value;if(null==s){s=u.defaultValue;var l=u.children;if(null!=l){if(null!=s)throw Error(i(92));if(Array.isArray(l)){if(!(1>=l.length))throw Error(i(93));l=l[0]}s=""+l}null==s&&(s="")}u=n({},u,{value:void 0,children:""+s})}else if("select"===a)this.currentSelectValue=null!=u.value?u.value:u.defaultValue,u=n({},u,{value:void 0});else if("option"===a){l=this.currentSelectValue;var c=function(e){if(null==e)return e;var t="";return o.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(u.children);if(null!=l){var f=null!=u.value?u.value+"":c;if(s=!1,Array.isArray(l)){for(var p=0;p<l.length;p++)if(""+l[p]===f){s=!0;break}}else s=""+l===f;u=n({selected:void 0,children:void 0},u,{selected:s,children:c})}}if(s=u){if(ce[a]&&(null!=s.children||null!=s.dangerouslySetInnerHTML))throw Error(i(137,a));if(null!=s.dangerouslySetInnerHTML){if(null!=s.children)throw Error(i(60));if("object"!=typeof s.dangerouslySetInnerHTML||!("__html"in s.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=s.style&&"object"!=typeof s.style)throw Error(i(62))}s=u,l=this.makeStaticMarkup,c=1===this.stack.length,f="<"+e.type;e:if(-1===a.indexOf("-"))p="string"==typeof s.is;else switch(a){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":p=!1;break e;default:p=!0}for(x in s)if(xe.call(s,x)){var h=s[x];if(null!=h){if("style"===x){var d=void 0,y="",m="";for(d in h)if(h.hasOwnProperty(d)){var v=0===d.indexOf("--"),g=h[d];if(null!=g){if(v)var w=d;else if(w=d,Ee.hasOwnProperty(w))w=Ee[w];else{var E=w.replace(he,"-$1").toLowerCase().replace(de,"-ms-");w=Ee[w]=E}y+=m+w+":",m=d,y+=v=null==g||"boolean"==typeof g||""===g?"":v||"number"!=typeof g||0===g||fe.hasOwnProperty(m)&&fe[m]?(""+g).trim():g+"px",m=";"}}h=y||null}d=null,p?be.hasOwnProperty(x)||(d=M(d=x)&&null!=h?d+'="'+U(h)+'"':""):d=W(x,h),d&&(f+=" "+d)}}l||c&&(f+=' data-reactroot=""');var x=f;s="",le.hasOwnProperty(a)?x+="/>":(x+=">",s="</"+e.type+">");e:{if(null!=(l=u.dangerouslySetInnerHTML)){if(null!=l.__html){l=l.__html;break e}}else if("string"==typeof(l=u.children)||"number"==typeof l){l=U(l);break e}l=null}return null!=l?(u=[],ve.hasOwnProperty(a)&&"\n"===l.charAt(0)&&(x+="\n"),x+=l):u=ye(u.children),e=e.type,r=null==r||"http://www.w3.org/1999/xhtml"===r?se(e):"http://www.w3.org/2000/svg"===r&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":r,this.stack.push({domNamespace:r,type:a,children:u,childIndex:0,context:t,footer:s}),this.previousWasTextNode=!1,x},e}();t.renderToNodeStream=function(){throw Error(i(207))},t.renderToStaticMarkup=function(e,t){e=new ke(e,!0,t);try{return e.read(1/0)}finally{e.destroy()}},t.renderToStaticNodeStream=function(){throw Error(i(208))},t.renderToString=function(e,t){e=new ke(e,!1,t);try{return e.read(1/0)}finally{e.destroy()}},t.version="17.0.2"},762:(e,t,r)=>{"use strict";e.exports=r(698)},408:(e,t,r)=>{"use strict";var n=r(418),o=60103,i=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var a=60109,u=60110,s=60112;t.Suspense=60113;var l=60115,c=60116;if("function"==typeof Symbol&&Symbol.for){var f=Symbol.for;o=f("react.element"),i=f("react.portal"),t.Fragment=f("react.fragment"),t.StrictMode=f("react.strict_mode"),t.Profiler=f("react.profiler"),a=f("react.provider"),u=f("react.context"),s=f("react.forward_ref"),t.Suspense=f("react.suspense"),l=f("react.memo"),c=f("react.lazy")}var p="function"==typeof Symbol&&Symbol.iterator;function h(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y={};function m(e,t,r){this.props=e,this.context=t,this.refs=y,this.updater=r||d}function v(){}function g(e,t,r){this.props=e,this.context=t,this.refs=y,this.updater=r||d}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(h(85));this.updater.enqueueSetState(this,e,t,"setState")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=m.prototype;var w=g.prototype=new v;w.constructor=g,n(w,m.prototype),w.isPureReactComponent=!0;var E={current:null},x=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};function _(e,t,r){var n,i={},a=null,u=null;if(null!=t)for(n in void 0!==t.ref&&(u=t.ref),void 0!==t.key&&(a=""+t.key),t)x.call(t,n)&&!b.hasOwnProperty(n)&&(i[n]=t[n]);var s=arguments.length-2;if(1===s)i.children=r;else if(1<s){for(var l=Array(s),c=0;c<s;c++)l[c]=arguments[c+2];i.children=l}if(e&&e.defaultProps)for(n in s=e.defaultProps)void 0===i[n]&&(i[n]=s[n]);return{$$typeof:o,type:e,key:a,ref:u,props:i,_owner:E.current}}function k(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var S=/\/+/g;function D(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function N(e,t,r,n,a){var u=typeof e;"undefined"!==u&&"boolean"!==u||(e=null);var s=!1;if(null===e)s=!0;else switch(u){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case o:case i:s=!0}}if(s)return a=a(s=e),e=""===n?"."+D(s,0):n,Array.isArray(a)?(r="",null!=e&&(r=e.replace(S,"$&/")+"/"),N(a,t,r,"",(function(e){return e}))):null!=a&&(k(a)&&(a=function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,r+(!a.key||s&&s.key===a.key?"":(""+a.key).replace(S,"$&/")+"/")+e)),t.push(a)),1;if(s=0,n=""===n?".":n+":",Array.isArray(e))for(var l=0;l<e.length;l++){var c=n+D(u=e[l],l);s+=N(u,t,r,c,a)}else if(c=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=p&&e[p]||e["@@iterator"])?e:null}(e),"function"==typeof c)for(e=c.call(e),l=0;!(u=e.next()).done;)s+=N(u=u.value,t,r,c=n+D(u,l++),a);else if("object"===u)throw t=""+e,Error(h(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return s}function C(e,t,r){if(null==e)return e;var n=[],o=0;return N(e,n,"","",(function(e){return t.call(r,e,o++)})),n}function I(e){if(-1===e._status){var t=e._result;t=t(),e._status=0,e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}if(1===e._status)return e._result;throw e._result}var F={current:null};function O(){var e=F.current;if(null===e)throw Error(h(321));return e}var P={ReactCurrentDispatcher:F,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:E,IsSomeRendererActing:{current:!1},assign:n};t.Children={map:C,forEach:function(e,t,r){C(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return C(e,(function(){t++})),t},toArray:function(e){return C(e,(function(e){return e}))||[]},only:function(e){if(!k(e))throw Error(h(143));return e}},t.Component=m,t.PureComponent=g,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=P,t.cloneElement=function(e,t,r){if(null==e)throw Error(h(267,e));var i=n({},e.props),a=e.key,u=e.ref,s=e._owner;if(null!=t){if(void 0!==t.ref&&(u=t.ref,s=E.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)x.call(t,c)&&!b.hasOwnProperty(c)&&(i[c]=void 0===t[c]&&void 0!==l?l[c]:t[c])}var c=arguments.length-2;if(1===c)i.children=r;else if(1<c){l=Array(c);for(var f=0;f<c;f++)l[f]=arguments[f+2];i.children=l}return{$$typeof:o,type:e.type,key:a,ref:u,props:i,_owner:s}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:u,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:a,_context:e},e.Consumer=e},t.createElement=_,t.createFactory=function(e){var t=_.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:s,render:e}},t.isValidElement=k,t.lazy=function(e){return{$$typeof:c,_payload:{_status:-1,_result:e},_init:I}},t.memo=function(e,t){return{$$typeof:l,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return O().useCallback(e,t)},t.useContext=function(e,t){return O().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return O().useEffect(e,t)},t.useImperativeHandle=function(e,t,r){return O().useImperativeHandle(e,t,r)},t.useLayoutEffect=function(e,t){return O().useLayoutEffect(e,t)},t.useMemo=function(e,t){return O().useMemo(e,t)},t.useReducer=function(e,t,r){return O().useReducer(e,t,r)},t.useRef=function(e){return O().useRef(e)},t.useState=function(e){return O().useState(e)},t.version="17.0.2"},294:(e,t,r)=>{"use strict";e.exports=r(408)}},i={};function a(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={exports:{}};return o[e](r,r.exports,a),r.exports}a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),e=a(294),t=a(762),r=a(555),n=a(697),a.g.React=e,a.g.ReactDOMServer=t,a.g.createReactClass=r,a.g.PropTypes=n})();