react-rails 2.6.2 → 2.7.0.rc.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +32 -1
- data/README.md +144 -45
- data/lib/assets/javascripts/react_ujs.js +65 -58
- data/lib/assets/react-source/development/react-server.js +1847 -1132
- data/lib/assets/react-source/development/react.js +17890 -16432
- data/lib/assets/react-source/production/react-server.js +3 -3
- data/lib/assets/react-source/production/react.js +8 -8
- data/lib/generators/react/install_generator.rb +18 -0
- data/lib/react/rails/version.rb +1 -1
- data/lib/react.rb +6 -8
- metadata +22 -8
@@ -3,7 +3,7 @@
|
|
3
3
|
(c) Sindre Sorhus
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
|
-
"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function n(){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;var n=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==n.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=n()?Object.assign:function(e,t){for(var n,u,l=r(e),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var c in n)i.call(n,c)&&(l[c]=n[c]);if(o){u=o(n);for(var f=0;f<u.length;f++)a.call(n,u[f])&&(l[u[f]]=n[u[f]])}}return l}},function(e,t,r){"use strict";e.exports=r(8)},function(e,t,r){"use strict";function n(e,t,r,n,o,i,a,u){if(s(t),!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[r,n,o,i,a,u],f=0;l=new Error(t.replace(/%s/g,function(){return c[f++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}}function o(e){return e}function i(e,t,r){function i(e,t){var r=g.hasOwnProperty(t)?g[t]:null;_.hasOwnProperty(t)&&n("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&&n("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 a(e,r){if(r){n("function"!=typeof r,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),n(!t(r),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var o=e.prototype,a=o.__reactAutoBindPairs;r.hasOwnProperty(c)&&E.mixins(e,r.mixins);for(var u in r)if(r.hasOwnProperty(u)&&u!==c){var l=r[u],s=o.hasOwnProperty(u);if(i(s,u),E.hasOwnProperty(u))E[u](e,l);else{var f=g.hasOwnProperty(u),d="function"==typeof l,y=d&&!f&&!s&&r.autobind!==!1;if(y)a.push(u,l),o[u]=l;else if(s){var m=g[u];n(f&&("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?o[u]=p(o[u],l):"DEFINE_MANY"===m&&(o[u]=h(o[u],l))}else o[u]=l}}}}function s(e,t){if(t)for(var r in t){var o=t[r];if(t.hasOwnProperty(r)){var i=r in E;n(!i,'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);var a=r in e;if(a){var u=w.hasOwnProperty(r)?w[r]:null;return n("DEFINE_MANY_MERGED"===u,"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]=p(e[r],o))}e[r]=o}}}function f(e,t){n(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var r in t)t.hasOwnProperty(r)&&(n(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 p(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 f(o,r),f(o,n),o}}function h(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function d(e,t){var r=t.bind(e);return r}function y(e){for(var t=e.__reactAutoBindPairs,r=0;r<t.length;r+=2){var n=t[r],o=t[r+1];e[n]=d(e,o)}}function m(e){var t=o(function(e,o,i){this.__reactAutoBindPairs.length&&y(this),this.props=e,this.context=o,this.refs=l,this.updater=i||r,this.state=null;var a=this.getInitialState?this.getInitialState():null;n("object"==typeof a&&!Array.isArray(a),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=a});t.prototype=new
|
6
|
+
"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function n(){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;var n=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==n.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=n()?Object.assign:function(e,t){for(var n,u,l=r(e),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var c in n)i.call(n,c)&&(l[c]=n[c]);if(o){u=o(n);for(var f=0;f<u.length;f++)a.call(n,u[f])&&(l[u[f]]=n[u[f]])}}return l}},function(e,t,r){"use strict";e.exports=r(8)},function(e,t,r){"use strict";function n(e,t,r,n,o,i,a,u){if(s(t),!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[r,n,o,i,a,u],f=0;l=new Error(t.replace(/%s/g,function(){return c[f++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}}function o(e){return e}function i(e,t,r){function i(e,t){var r=g.hasOwnProperty(t)?g[t]:null;_.hasOwnProperty(t)&&n("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&&n("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 a(e,r){if(r){n("function"!=typeof r,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),n(!t(r),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var o=e.prototype,a=o.__reactAutoBindPairs;r.hasOwnProperty(c)&&E.mixins(e,r.mixins);for(var u in r)if(r.hasOwnProperty(u)&&u!==c){var l=r[u],s=o.hasOwnProperty(u);if(i(s,u),E.hasOwnProperty(u))E[u](e,l);else{var f=g.hasOwnProperty(u),d="function"==typeof l,y=d&&!f&&!s&&r.autobind!==!1;if(y)a.push(u,l),o[u]=l;else if(s){var m=g[u];n(f&&("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?o[u]=p(o[u],l):"DEFINE_MANY"===m&&(o[u]=h(o[u],l))}else o[u]=l}}}}function s(e,t){if(t)for(var r in t){var o=t[r];if(t.hasOwnProperty(r)){var i=r in E;n(!i,'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);var a=r in e;if(a){var u=w.hasOwnProperty(r)?w[r]:null;return n("DEFINE_MANY_MERGED"===u,"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]=p(e[r],o))}e[r]=o}}}function f(e,t){n(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var r in t)t.hasOwnProperty(r)&&(n(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 p(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 f(o,r),f(o,n),o}}function h(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function d(e,t){var r=t.bind(e);return r}function y(e){for(var t=e.__reactAutoBindPairs,r=0;r<t.length;r+=2){var n=t[r],o=t[r+1];e[n]=d(e,o)}}function m(e){var t=o(function(e,o,i){this.__reactAutoBindPairs.length&&y(this),this.props=e,this.context=o,this.refs=l,this.updater=i||r,this.state=null;var a=this.getInitialState?this.getInitialState():null;n("object"==typeof a&&!Array.isArray(a),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=a});t.prototype=new k,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],v.forEach(a.bind(null,t)),a(t,x),a(t,e),a(t,b),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),n(t.prototype.render,"createClass(...): Class specification must implement a `render` method.");for(var i in g)t.prototype[i]||(t.prototype[i]=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"},w={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},E={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var r=0;r<t.length;r++)a(e,t[r])},childContextTypes:function(e,t){e.childContextTypes=u({},e.childContextTypes,t)},contextTypes:function(e,t){e.contextTypes=u({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=p(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){e.propTypes=u({},e.propTypes,t)},statics:function(e,t){s(e,t)},autobind:function(){}},x={componentDidMount:function(){this.__isMounted=!0}},b={componentWillUnmount:function(){this.__isMounted=!1}},_={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return!!this.__isMounted}},k=function(){};return u(k.prototype,e.prototype,_),m}var a,u=r(1),l={},s=function(e){},c="mixins";a={},e.exports=i},function(e,t,r){"use strict";var n=r(2),o=r(3);if("undefined"==typeof 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)},function(e,t,r){"use strict";function n(){}function o(){}var i=r(7);o.resetWarningCache=n,e.exports=function(){function e(e,t,r,n,o,a){if(a!==i){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:o,resetWarningCache:n};return r.PropTypes=r,r}},function(e,t,r){e.exports=r(5)()},function(e,t){"use strict";var r="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";e.exports=r},function(e,t,r){/** @license React v17.0.2
|
7
7
|
* react.production.min.js
|
8
8
|
*
|
9
9
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -11,7 +11,7 @@
|
|
11
11
|
* This source code is licensed under the MIT license found in the
|
12
12
|
* LICENSE file in the root directory of this source tree.
|
13
13
|
*/
|
14
|
-
"use strict";function n(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."}function
|
14
|
+
"use strict";function n(e){return null===e||"object"!=typeof e?null:(e=D&&e[D]||e["@@iterator"],"function"==typeof e?e:null)}function o(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."}function i(e,t,r){this.props=e,this.context=t,this.refs=C,this.updater=r||N}function a(){}function u(e,t,r){this.props=e,this.context=t,this.refs=C,this.updater=r||N}function l(e,t,r){var n,o={},i=null,a=null;if(null!=t)for(n in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(i=""+t.key),t)O.call(t,n)&&!M.hasOwnProperty(n)&&(o[n]=t[n]);var u=arguments.length-2;if(1===u)o.children=r;else if(1<u){for(var l=Array(u),s=0;s<u;s++)l[s]=arguments[s+2];o.children=l}if(e&&e.defaultProps)for(n in u=e.defaultProps)void 0===o[n]&&(o[n]=u[n]);return{$$typeof:g,type:e,key:i,ref:a,props:o,_owner:F.current}}function s(e,t){return{$$typeof:g,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function c(e){return"object"==typeof e&&null!==e&&e.$$typeof===g}function f(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(e){return t[e]})}function p(e,t){return"object"==typeof e&&null!==e&&null!=e.key?f(""+e.key):t.toString(36)}function h(e,t,r,i,a){var u=typeof e;"undefined"!==u&&"boolean"!==u||(e=null);var l=!1;if(null===e)l=!0;else switch(u){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case g:case w:l=!0}}if(l)return l=e,a=a(l),e=""===i?"."+p(l,0):i,Array.isArray(a)?(r="",null!=e&&(r=e.replace(P,"$&/")+"/"),h(a,t,r,"",function(e){return e})):null!=a&&(c(a)&&(a=s(a,r+(!a.key||l&&l.key===a.key?"":(""+a.key).replace(P,"$&/")+"/")+e)),t.push(a)),1;if(l=0,i=""===i?".":i+":",Array.isArray(e))for(var f=0;f<e.length;f++){u=e[f];var d=i+p(u,f);l+=h(u,t,r,d,a)}else if(d=n(e),"function"==typeof d)for(e=d.call(e),f=0;!(u=e.next()).done;)u=u.value,d=i+p(u,f++),l+=h(u,t,r,d,a);else if("object"===u)throw t=""+e,Error(o(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return l}function d(e,t,r){if(null==e)return e;var n=[],o=0;return h(e,n,"","",function(e){return t.call(r,e,o++)}),n}function y(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}function m(){var e=R.current;if(null===e)throw Error(o(321));return e}var v=r(1),g=60103,w=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var E=60109,x=60110,b=60112;t.Suspense=60113;var _=60115,k=60116;if("function"==typeof Symbol&&Symbol.for){var S=Symbol.for;g=S("react.element"),w=S("react.portal"),t.Fragment=S("react.fragment"),t.StrictMode=S("react.strict_mode"),t.Profiler=S("react.profiler"),E=S("react.provider"),x=S("react.context"),b=S("react.forward_ref"),t.Suspense=S("react.suspense"),_=S("react.memo"),k=S("react.lazy")}var D="function"==typeof Symbol&&Symbol.iterator,N={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},C={};i.prototype.isReactComponent={},i.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(o(85));this.updater.enqueueSetState(this,e,t,"setState")},i.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},a.prototype=i.prototype;var I=u.prototype=new a;I.constructor=u,v(I,i.prototype),I.isPureReactComponent=!0;var F={current:null},O=Object.prototype.hasOwnProperty,M={key:!0,ref:!0,__self:!0,__source:!0},P=/\/+/g,R={current:null},A={ReactCurrentDispatcher:R,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:F,IsSomeRendererActing:{current:!1},assign:v};t.Children={map:d,forEach:function(e,t,r){d(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return d(e,function(){t++}),t},toArray:function(e){return d(e,function(e){return e})||[]},only:function(e){if(!c(e))throw Error(o(143));return e}},t.Component=i,t.PureComponent=u,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=A,t.cloneElement=function(e,t,r){if(null===e||void 0===e)throw Error(o(267,e));var n=v({},e.props),i=e.key,a=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,u=F.current),void 0!==t.key&&(i=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(s in t)O.call(t,s)&&!M.hasOwnProperty(s)&&(n[s]=void 0===t[s]&&void 0!==l?l[s]:t[s])}var s=arguments.length-2;if(1===s)n.children=r;else if(1<s){l=Array(s);for(var c=0;c<s;c++)l[c]=arguments[c+2];n.children=l}return{$$typeof:g,type:e.type,key:i,ref:a,props:n,_owner:u}},t.createContext=function(e,t){return void 0===t&&(t=null),e={$$typeof:x,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider={$$typeof:E,_context:e},e.Consumer=e},t.createElement=l,t.createFactory=function(e){var t=l.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:b,render:e}},t.isValidElement=c,t.lazy=function(e){return{$$typeof:k,_payload:{_status:-1,_result:e},_init:y}},t.memo=function(e,t){return{$$typeof:_,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return m().useCallback(e,t)},t.useContext=function(e,t){return m().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return m().useEffect(e,t)},t.useImperativeHandle=function(e,t,r){return m().useImperativeHandle(e,t,r)},t.useLayoutEffect=function(e,t){return m().useLayoutEffect(e,t)},t.useMemo=function(e,t){return m().useMemo(e,t)},t.useReducer=function(e,t,r){return m().useReducer(e,t,r)},t.useRef=function(e){return m().useRef(e)},t.useState=function(e){return m().useState(e)},t.version="17.0.2"},function(e,t,r){/** @license React v17.0.2
|
15
15
|
* react-dom-server.browser.production.min.js
|
16
16
|
*
|
17
17
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -19,4 +19,4 @@
|
|
19
19
|
* This source code is licensed under the MIT license found in the
|
20
20
|
* LICENSE file in the root directory of this source tree.
|
21
21
|
*/
|
22
|
-
"use strict";function n(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."}function o(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),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)})}}function i(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 P:return"Fragment";case O:return"Portal";case R:return"Profiler";case M:return"StrictMode";case U:return"Suspense";case W:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case j:return"Context.Consumer";case A:return"Context.Provider";case $:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case Y:return i(e.type);case V:return i(e.render);case L:if(e=1===e._status?e._result:null)return i(e)}return null}function a(e,t){for(var r=0|e._threadCount;r<=t;r++)e[r]=e._currentValue2,e._threadCount=r+1}function u(e,t,r,n){if(n&&(n=e.contextType,"object"==typeof n&&null!==n))return a(n,r),n[r];if(e=e.contextTypes){r={};for(var o in e)r[o]=t[o];t=r}else t=B;return t}function l(e){return!!X.call(Q,e)||!X.call(J,e)&&(K.test(e)?Q[e]=!0:(J[e]=!0,!1))}function s(e,t,r,n){if(null!==r&&0===r.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!n&&(null!==r?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),"data-"!==e&&"aria-"!==e));default:return!1}}function c(e,t,r,n){if(null===t||"undefined"==typeof t||s(e,t,r,n))return!0;if(n)return!1;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}function f(e,t,r,n,o,i){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}function p(e){return e[1].toUpperCase()}function h(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=re.exec(e);if(t){var r,n="",o=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";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 d(e,t){var r,n=ee.hasOwnProperty(e)?ee[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||c(e,t,n,!1)?"":null!==n?(e=n.attributeName,r=n.type,3===r||4===r&&!0===t?e+'=""':(n.sanitizeURL&&(t=""+t),e+'="'+(h(t)+'"'))):l(e)?e+'="'+(h(t)+'"'):""}function y(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t}function m(){if(null===oe)throw Error(n(321));return oe}function v(){if(0<ce)throw Error(n(312));return{memoizedState:null,queue:null,next:null}}function g(){return null===ae?null===ie?(ue=!1,ie=ae=v()):(ue=!0,ae=ie):null===ae.next?(ue=!1,ae=ae.next=v()):(ue=!0,ae=ae.next),ae}function w(e,t,r,n){for(;le;)le=!1,ce+=1,ae=null,r=e(t,n);return ie=oe=null,ce=0,ae=se=null,r}function E(e,t){return"function"==typeof t?t(e):t}function x(e,t,r){if(oe=m(),ae=g(),ue){var n=ae.queue;if(t=n.dispatch,null!==se&&(r=se.get(n),void 0!==r)){se.delete(n),n=ae.memoizedState;do n=e(n,r.action),r=r.next;while(null!==r);return ae.memoizedState=n,[n,t]}return[ae.memoizedState,t]}return e=e===E?"function"==typeof t?t():t:void 0!==r?r(t):t,ae.memoizedState=e,e=ae.queue={last:null,dispatch:null},e=e.dispatch=b.bind(null,oe,e),[ae.memoizedState,e]}function b(e,t,r){if(!(25>ce))throw Error(n(301));if(e===oe)if(le=!0,e={action:r,next:null},null===se&&(se=new Map),r=se.get(t),void 0===r)se.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}function _(){}function S(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 k(e){if(void 0===e||null===e)return e;var t="";return F.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}function C(e,t){if(void 0===e)throw Error(n(152,i(t)||"Component"))}function D(e,t,r){function o(o,a){var l=a.prototype&&a.prototype.isReactComponent,s=u(a,t,r,l),c=[],f=!1,p={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===c)return null},enqueueReplaceState:function(e,t){f=!0,c=[t]},enqueueSetState:function(e,t){return null===c?null:void c.push(t)}};if(l){if(l=new a(o.props,s,p),"function"==typeof a.getDerivedStateFromProps){var h=a.getDerivedStateFromProps.call(null,o.props,l.state);null!=h&&(l.state=N({},l.state,h))}}else if(oe={},l=a(o.props,s,p),l=w(a,o.props,l,s),null==l||null==l.render)return e=l,void C(e,a);if(l.props=o.props,l.context=s,l.updater=p,p=l.state,void 0===p&&(l.state=p=null),"function"==typeof l.UNSAFE_componentWillMount||"function"==typeof l.componentWillMount)if("function"==typeof l.componentWillMount&&"function"!=typeof a.getDerivedStateFromProps&&l.componentWillMount(),"function"==typeof l.UNSAFE_componentWillMount&&"function"!=typeof a.getDerivedStateFromProps&&l.UNSAFE_componentWillMount(),c.length){p=c;var d=f;if(c=null,f=!1,d&&1===p.length)l.state=p[0];else{h=d?p[0]:l.state;var y=!0;for(d=d?1:0;d<p.length;d++){var m=p[d];m="function"==typeof m?m.call(l,h,o.props,s):m,null!=m&&(y?(y=!1,h=N({},h,m)):N(h,m))}l.state=h}}else c=null;if(e=l.render(),C(e,a),"function"==typeof l.getChildContext&&(o=a.childContextTypes,"object"==typeof o)){var v=l.getChildContext();for(var g in v)if(!(g in o))throw Error(n(108,i(a)||"Unknown",g))}v&&(t=N({},t,v))}for(;F.isValidElement(e);){var a=e,l=a.type;if("function"!=typeof l)break;o(a,l)}return{child:e,context:t}}var N=r(1),F=r(2),I="function"==typeof Symbol&&Symbol.for,O=I?Symbol.for("react.portal"):60106,P=I?Symbol.for("react.fragment"):60107,M=I?Symbol.for("react.strict_mode"):60108,R=I?Symbol.for("react.profiler"):60114,A=I?Symbol.for("react.provider"):60109,j=I?Symbol.for("react.context"):60110,T=I?Symbol.for("react.concurrent_mode"):60111,$=I?Symbol.for("react.forward_ref"):60112,U=I?Symbol.for("react.suspense"):60113,W=I?Symbol.for("react.suspense_list"):60120,Y=I?Symbol.for("react.memo"):60115,L=I?Symbol.for("react.lazy"):60116,V=I?Symbol.for("react.block"):60121,z=I?Symbol.for("react.fundamental"):60117,q=I?Symbol.for("react.scope"):60119,H=F.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;H.hasOwnProperty("ReactCurrentDispatcher")||(H.ReactCurrentDispatcher={current:null}),H.hasOwnProperty("ReactCurrentBatchConfig")||(H.ReactCurrentBatchConfig={suspense:null});for(var B={},G=new Uint16Array(16),Z=0;15>Z;Z++)G[Z]=Z+1;G[15]=0;var K=/^[: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]*$/,X=Object.prototype.hasOwnProperty,J={},Q={},ee={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ee[e]=new f(e,0,!1,e,null,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];ee[t]=new f(t,1,!1,e[1],null,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){ee[e]=new f(e,2,!1,e.toLowerCase(),null,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){ee[e]=new f(e,2,!1,e,null,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){ee[e]=new f(e,3,!1,e.toLowerCase(),null,!1)}),["checked","multiple","muted","selected"].forEach(function(e){ee[e]=new f(e,3,!0,e,null,!1)}),["capture","download"].forEach(function(e){ee[e]=new f(e,4,!1,e,null,!1)}),["cols","rows","size","span"].forEach(function(e){ee[e]=new f(e,6,!1,e,null,!1)}),["rowSpan","start"].forEach(function(e){ee[e]=new f(e,5,!1,e.toLowerCase(),null,!1)});var te=/[\-:]([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(te,p);ee[t]=new f(t,1,!1,e,null,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(te,p);ee[t]=new f(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(te,p);ee[t]=new f(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)}),["tabIndex","crossOrigin"].forEach(function(e){ee[e]=new f(e,1,!1,e.toLowerCase(),null,!1)}),ee.xlinkHref=new f("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach(function(e){ee[e]=new f(e,1,!1,e.toLowerCase(),null,!0)});var re=/["'&<>]/,ne="function"==typeof Object.is?Object.is:y,oe=null,ie=null,ae=null,ue=!1,le=!1,se=null,ce=0,fe=0,pe={readContext:function(e){var t=fe;return a(e,t),e[t]},useContext:function(e){m();var t=fe;return a(e,t),e[t]},useMemo:function(e,t){if(oe=m(),ae=g(),t=void 0===t?null:t,null!==ae){var r=ae.memoizedState;if(null!==r&&null!==t){e:{var n=r[1];if(null===n)n=!1;else{for(var o=0;o<n.length&&o<t.length;o++)if(!ne(t[o],n[o])){n=!1;break e}n=!0}}if(n)return r[0]}}return e=e(),ae.memoizedState=[e,t],e},useReducer:x,useRef:function(e){oe=m(),ae=g();var t=ae.memoizedState;return null===t?(e={current:e},ae.memoizedState=e):t},useState:function(e){return x(E,e)},useLayoutEffect:function(){},useCallback:function(e){return e},useImperativeHandle:_,useEffect:_,useDebugValue:_,useResponder:function(e,t){return{props:t,responder:e}},useDeferredValue:function(e){return m(),e},useTransition:function(){return m(),[function(e){e()},!1]}},he={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"},de={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},ye=N({menuitem:!0},de),me={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},ve=["Webkit","ms","Moz","O"];Object.keys(me).forEach(function(e){ve.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),me[t]=me[e]})});var ge=/([A-Z])/g,we=/^ms-/,Ee=F.Children.toArray,xe=H.ReactCurrentDispatcher,be={listing:!0,pre:!0,textarea:!0},_e=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Se={},ke={},Ce=Object.prototype.hasOwnProperty,De={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null},Ne=function(){function e(e,t){F.isValidElement(e)?e.type!==P?e=[e]:(e=e.props.children,e=F.isValidElement(e)?[e]:Ee(e)):e=Ee(e),e={type:null,domNamespace:he.html,children:e,childIndex:0,context:B,footer:""};var r=G[0];if(0===r){var o=G;r=o.length;var i=2*r;if(!(65536>=i))throw Error(n(304));var a=new Uint16Array(i);for(a.set(o),G=a,G[0]=r+1,o=r;o<i-1;o++)G[o]=o+1;G[i-1]=0}else G[0]=G[r];this.threadID=r,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=[]}var t=e.prototype;return t.destroy=function(){if(!this.exhausted){this.exhausted=!0,this.clearProviders();var e=this.threadID;G[e]=G[0],G[0]=e}},t.pushProvider=function(e){var t=++this.contextIndex,r=e.type._context,n=this.threadID;a(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=fe;fe=this.threadID;var r=xe.current;xe.current=pe;try{for(var o=[""],i=!1;o[0].length<e;){if(0===this.stack.length){this.exhausted=!0;var a=this.threadID;G[a]=G[0],G[0]=a;break}var u=this.stack[this.stack.length-1];if(i||u.childIndex>=u.children.length){var l=u.footer;if(""!==l&&(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===A)this.popProvider(u.type);else if(u.type===U){this.suspenseDepth--;var s=o.pop();if(i){i=!1;var c=u.fallbackFrame;if(!c)throw Error(n(303));this.stack.push(c),o[this.suspenseDepth]+="<!--$!-->";continue}o[this.suspenseDepth]+=s}o[this.suspenseDepth]+=l}else{var f=u.children[u.childIndex++],p="";try{p+=this.render(f,u.context,u.domNamespace)}catch(e){if(null!=e&&"function"==typeof e.then)throw Error(n(294));throw e}finally{}o.length<=this.suspenseDepth&&o.push(""),o[this.suspenseDepth]+=p}}return o[0]}finally{xe.current=r,fe=t}},t.render=function(e,t,r){if("string"==typeof e||"number"==typeof e)return r=""+e,""===r?"":this.makeStaticMarkup?h(r):this.previousWasTextNode?"<!-- -->"+h(r):(this.previousWasTextNode=!0,h(r));if(t=D(e,t,this.threadID),e=t.child,t=t.context,null===e||!1===e)return"";if(!F.isValidElement(e)){if(null!=e&&null!=e.$$typeof){if(r=e.$$typeof,r===O)throw Error(n(257));throw Error(n(258,r.toString()))}return e=Ee(e),this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),""}var i=e.type;if("string"==typeof i)return this.renderDOM(e,t,r);switch(i){case M:case T:case R:case W:case P:return e=Ee(e.props.children),this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case U:throw Error(n(294))}if("object"==typeof i&&null!==i)switch(i.$$typeof){case $:oe={};var u=i.render(e.props,e.ref);return u=w(i.render,e.props,u,e.ref),u=Ee(u),this.stack.push({type:null,domNamespace:r,children:u,childIndex:0,context:t,footer:""}),"";case Y:return e=[F.createElement(i.type,N({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case A:return i=Ee(e.props.children),r={type:e,domNamespace:r,children:i,childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(r),"";case j:i=e.type,u=e.props;var l=this.threadID;return a(i,l),i=Ee(u.children(i[l])),this.stack.push({type:e,domNamespace:r,children:i,childIndex:0,context:t,footer:""}),"";case z:throw Error(n(338));case L:switch(i=e.type,o(i),i._status){case 1:return e=[F.createElement(i._result,N({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case 2:throw i._result;default:throw Error(n(295))}case q:throw Error(n(343))}throw Error(n(130,null==i?i:typeof i,""))},t.renderDOM=function(e,t,r){var o=e.type.toLowerCase();if(r===he.html&&S(o),!Se.hasOwnProperty(o)){if(!_e.test(o))throw Error(n(65,o));Se[o]=!0}var i=e.props;if("input"===o)i=N({type:void 0},i,{defaultChecked:void 0,defaultValue:void 0,value:null!=i.value?i.value:i.defaultValue,checked:null!=i.checked?i.checked:i.defaultChecked});else if("textarea"===o){var a=i.value;if(null==a){a=i.defaultValue;var u=i.children;if(null!=u){if(null!=a)throw Error(n(92));if(Array.isArray(u)){if(!(1>=u.length))throw Error(n(93));u=u[0]}a=""+u}null==a&&(a="")}i=N({},i,{value:void 0,children:""+a})}else if("select"===o)this.currentSelectValue=null!=i.value?i.value:i.defaultValue,i=N({},i,{value:void 0});else if("option"===o){u=this.currentSelectValue;var s=k(i.children);if(null!=u){var c=null!=i.value?i.value+"":s;if(a=!1,Array.isArray(u)){for(var f=0;f<u.length;f++)if(""+u[f]===c){a=!0;break}}else a=""+u===c;i=N({selected:void 0,children:void 0},i,{selected:a,children:s})}}if(a=i){if(ye[o]&&(null!=a.children||null!=a.dangerouslySetInnerHTML))throw Error(n(137,o,""));if(null!=a.dangerouslySetInnerHTML){if(null!=a.children)throw Error(n(60));if(!("object"==typeof a.dangerouslySetInnerHTML&&"__html"in a.dangerouslySetInnerHTML))throw Error(n(61))}if(null!=a.style&&"object"!=typeof a.style)throw Error(n(62,""))}a=i,u=this.makeStaticMarkup,s=1===this.stack.length,c="<"+e.type;for(x in a)if(Ce.call(a,x)){var p=a[x];if(null!=p){if("style"===x){f=void 0;var y="",m="";for(f in p)if(p.hasOwnProperty(f)){var v=0===f.indexOf("--"),g=p[f];if(null!=g){if(v)var w=f;else if(w=f,ke.hasOwnProperty(w))w=ke[w];else{var E=w.replace(ge,"-$1").toLowerCase().replace(we,"-ms-");w=ke[w]=E}y+=m+w+":",m=f,v=null==g||"boolean"==typeof g||""===g?"":v||"number"!=typeof g||0===g||me.hasOwnProperty(m)&&me[m]?(""+g).trim():g+"px",y+=v,m=";"}}p=y||null}f=null;e:if(v=o,g=a,-1===v.indexOf("-"))v="string"==typeof g.is;else switch(v){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":v=!1;break e;default:v=!0}v?De.hasOwnProperty(x)||(f=x,f=l(f)&&null!=p?f+'="'+(h(p)+'"'):""):f=d(x,p),f&&(c+=" "+f)}}u||s&&(c+=' data-reactroot=""');var x=c;a="",de.hasOwnProperty(o)?x+="/>":(x+=">",a="</"+e.type+">");e:{if(u=i.dangerouslySetInnerHTML,null!=u){if(null!=u.__html){u=u.__html;break e}}else if(u=i.children,"string"==typeof u||"number"==typeof u){u=h(u);break e}u=null}return null!=u?(i=[],be.hasOwnProperty(o)&&"\n"===u.charAt(0)&&(x+="\n"),x+=u):i=Ee(i.children),e=e.type,r=null==r||"http://www.w3.org/1999/xhtml"===r?S(e):"http://www.w3.org/2000/svg"===r&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":r,this.stack.push({domNamespace:r,type:o,children:i,childIndex:0,context:t,footer:a}),this.previousWasTextNode=!1,x},e}(),Fe={renderToString:function(e){e=new Ne(e,!1);try{return e.read(1/0)}finally{e.destroy()}},renderToStaticMarkup:function(e){e=new Ne(e,!0);try{return e.read(1/0)}finally{e.destroy()}},renderToNodeStream:function(){throw Error(n(207))},renderToStaticNodeStream:function(){throw Error(n(208))},version:"16.14.0"};e.exports=Fe.default||Fe},,,function(e,t,r){"use strict";e.exports=r(9)}]);
|
22
|
+
"use strict";function n(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."}function o(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 M:return"Fragment";case O:return"Portal";case R:return"Profiler";case P:return"StrictMode";case $:return"Suspense";case U:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case j:return(e.displayName||"Context")+".Consumer";case A:return(e._context.displayName||"Context")+".Provider";case T:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case W:return o(e.type);case L:return o(e._render);case Y:t=e._payload,e=e._init;try{return o(e(t))}catch(e){}}return null}function i(e,t){for(var r=0|e._threadCount;r<=t;r++)e[r]=e._currentValue2,e._threadCount=r+1}function a(e,t,r,n){if(n&&(n=e.contextType,"object"==typeof n&&null!==n))return i(n,r),n[r];if(e=e.contextTypes){r={};for(var o in e)r[o]=t[o];t=r}else t=Z;return t}function u(e){return!!Q.call(te,e)||!Q.call(ee,e)&&(J.test(e)?te[e]=!0:(ee[e]=!0,!1))}function l(e,t,r,n){if(null!==r&&0===r.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!n&&(null!==r?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),"data-"!==e&&"aria-"!==e));default:return!1}}function s(e,t,r,n){if(null===t||"undefined"==typeof t||l(e,t,r,n))return!0;if(n)return!1;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}function c(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}function f(e){return e[1].toUpperCase()}function p(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=oe.exec(e);if(t){var r,n="",o=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";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 h(e,t){var r,n=re.hasOwnProperty(e)?re[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||s(e,t,n,!1)?"":null!==n?(e=n.attributeName,r=n.type,3===r||4===r&&!0===t?e+'=""':(n.sanitizeURL&&(t=""+t),e+'="'+(p(t)+'"'))):u(e)?e+'="'+(p(t)+'"'):""}function d(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t}function y(){if(null===ae)throw Error(n(321));return ae}function m(){if(0<pe)throw Error(n(312));return{memoizedState:null,queue:null,next:null}}function v(){return null===le?null===ue?(se=!1,ue=le=m()):(se=!0,le=ue):null===le.next?(se=!1,le=le.next=m()):(se=!0,le=le.next),le}function g(e,t,r,n){for(;ce;)ce=!1,pe+=1,le=null,r=e(t,n);return w(),r}function w(){ae=null,ce=!1,ue=null,pe=0,le=fe=null}function E(e,t){return"function"==typeof t?t(e):t}function x(e,t,r){if(ae=y(),le=v(),se){var n=le.queue;if(t=n.dispatch,null!==fe&&(r=fe.get(n),void 0!==r)){fe.delete(n),n=le.memoizedState;do n=e(n,r.action),r=r.next;while(null!==r);return le.memoizedState=n,[n,t]}return[le.memoizedState,t]}return e=e===E?"function"==typeof t?t():t:void 0!==r?r(t):t,le.memoizedState=e,e=le.queue={last:null,dispatch:null},e=e.dispatch=_.bind(null,ae,e),[le.memoizedState,e]}function b(e,t){if(ae=y(),le=v(),t=void 0===t?null:t,null!==le){var r=le.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(!ie(t[o],n[o])){n=!1;break e}n=!0}if(n)return r[0]}}return e=e(),le.memoizedState=[e,t],e}function _(e,t,r){if(!(25>pe))throw Error(n(301));if(e===ae)if(ce=!0,e={action:r,next:null},null===fe&&(fe=new Map),r=fe.get(t),void 0===r)fe.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}function k(){}function S(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 D(e){if(void 0===e||null===e)return e;var t="";return F.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}function N(e,t){if(void 0===e)throw Error(n(152,o(t)||"Component"))}function C(e,t,r){function i(i,u){var l=u.prototype&&u.prototype.isReactComponent,s=a(u,t,r,l),c=[],f=!1,p={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===c)return null},enqueueReplaceState:function(e,t){f=!0,c=[t]},enqueueSetState:function(e,t){return null===c?null:void c.push(t)}};if(l){if(l=new u(i.props,s,p),"function"==typeof u.getDerivedStateFromProps){var h=u.getDerivedStateFromProps.call(null,i.props,l.state);null!=h&&(l.state=I({},l.state,h))}}else if(ae={},l=u(i.props,s,p),l=g(u,i.props,l,s),null==l||null==l.render)return e=l,void N(e,u);if(l.props=i.props,l.context=s,l.updater=p,p=l.state,void 0===p&&(l.state=p=null),"function"==typeof l.UNSAFE_componentWillMount||"function"==typeof l.componentWillMount)if("function"==typeof l.componentWillMount&&"function"!=typeof u.getDerivedStateFromProps&&l.componentWillMount(),"function"==typeof l.UNSAFE_componentWillMount&&"function"!=typeof u.getDerivedStateFromProps&&l.UNSAFE_componentWillMount(),c.length){p=c;var d=f;if(c=null,f=!1,d&&1===p.length)l.state=p[0];else{h=d?p[0]:l.state;var y=!0;for(d=d?1:0;d<p.length;d++){var m=p[d];m="function"==typeof m?m.call(l,h,i.props,s):m,null!=m&&(y?(y=!1,h=I({},h,m)):I(h,m))}l.state=h}}else c=null;if(e=l.render(),N(e,u),"function"==typeof l.getChildContext&&(i=u.childContextTypes,"object"==typeof i)){var v=l.getChildContext();for(var w in v)if(!(w in i))throw Error(n(108,o(u)||"Unknown",w))}v&&(t=I({},t,v))}for(;F.isValidElement(e);){var u=e,l=u.type;if("function"!=typeof l)break;i(u,l)}return{child:e,context:t}}var I=r(1),F=r(2),O=60106,M=60107,P=60108,R=60114,A=60109,j=60110,T=60112,$=60113,U=60120,W=60115,Y=60116,L=60121,V=60117,z=60119,q=60129,H=60131;if("function"==typeof Symbol&&Symbol.for){var B=Symbol.for;O=B("react.portal"),M=B("react.fragment"),P=B("react.strict_mode"),R=B("react.profiler"),A=B("react.provider"),j=B("react.context"),T=B("react.forward_ref"),$=B("react.suspense"),U=B("react.suspense_list"),W=B("react.memo"),Y=B("react.lazy"),L=B("react.block"),V=B("react.fundamental"),z=B("react.scope"),q=B("react.debug_trace_mode"),H=B("react.legacy_hidden")}for(var G=F.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Z={},K=new Uint16Array(16),X=0;15>X;X++)K[X]=X+1;K[15]=0;var J=/^[: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]*$/,Q=Object.prototype.hasOwnProperty,ee={},te={},re={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){re[e]=new c(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];re[t]=new c(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){re[e]=new c(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){re[e]=new c(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){re[e]=new c(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){re[e]=new c(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){re[e]=new c(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){re[e]=new c(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){re[e]=new c(e,5,!1,e.toLowerCase(),null,!1,!1)});var ne=/[\-:]([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(ne,f);re[t]=new c(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(ne,f);re[t]=new c(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(ne,f);re[t]=new c(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){re[e]=new c(e,1,!1,e.toLowerCase(),null,!1,!1)}),re.xlinkHref=new c("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){re[e]=new c(e,1,!1,e.toLowerCase(),null,!0,!0)});var oe=/["'&<>]/,ie="function"==typeof Object.is?Object.is:d,ae=null,ue=null,le=null,se=!1,ce=!1,fe=null,pe=0,he=null,de={readContext:function(e){var t=he.threadID;return i(e,t),e[t]},useContext:function(e){y();var t=he.threadID;return i(e,t),e[t]},useMemo:b,useReducer:x,useRef:function(e){ae=y(),le=v();var t=le.memoizedState;return null===t?(e={current:e},le.memoizedState=e):t},useState:function(e){return x(E,e)},useLayoutEffect:function(){},useCallback:function(e,t){return b(function(){return e},t)},useImperativeHandle:k,useEffect:k,useDebugValue:k,useDeferredValue:function(e){return y(),e},useTransition:function(){return y(),[function(e){e()},!1]},useOpaqueIdentifier:function(){return(he.identifierPrefix||"")+"R:"+(he.uniqueID++).toString(36)},useMutableSource:function(e,t){return y(),t(e._source)}},ye={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"},me={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},ve=I({menuitem:!0},me),ge={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},we=["Webkit","ms","Moz","O"];Object.keys(ge).forEach(function(e){we.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ge[t]=ge[e]})});var Ee=/([A-Z])/g,xe=/^ms-/,be=F.Children.toArray,_e=G.ReactCurrentDispatcher,ke={listing:!0,pre:!0,textarea:!0},Se=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,De={},Ne={},Ce=Object.prototype.hasOwnProperty,Ie={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null},Fe=function(){function e(e,t,r){F.isValidElement(e)?e.type!==M?e=[e]:(e=e.props.children,e=F.isValidElement(e)?[e]:be(e)):e=be(e),e={type:null,domNamespace:ye.html,children:e,childIndex:0,context:Z,footer:""};var o=K[0];if(0===o){var i=K;o=i.length;var a=2*o;if(!(65536>=a))throw Error(n(304));var u=new Uint16Array(a);for(u.set(i),K=u,K[0]=o+1,i=o;i<a-1;i++)K[i]=i+1;K[a-1]=0}else K[0]=K[o];this.threadID=o,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;K[e]=K[0],K[0]=e}},t.pushProvider=function(e){var t=++this.contextIndex,r=e.type._context,n=this.threadID;i(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=he;he=this;var r=_e.current;_e.current=de;try{for(var o=[""],i=!1;o[0].length<e;){if(0===this.stack.length){this.exhausted=!0;var a=this.threadID;K[a]=K[0],K[0]=a;break}var u=this.stack[this.stack.length-1];if(i||u.childIndex>=u.children.length){var l=u.footer;if(""!==l&&(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===A)this.popProvider(u.type);else if(u.type===$){this.suspenseDepth--;var s=o.pop();if(i){i=!1;var c=u.fallbackFrame;if(!c)throw Error(n(303));this.stack.push(c),o[this.suspenseDepth]+="<!--$!-->";continue}o[this.suspenseDepth]+=s}o[this.suspenseDepth]+=l}else{var f=u.children[u.childIndex++],p="";try{p+=this.render(f,u.context,u.domNamespace)}catch(e){if(null!=e&&"function"==typeof e.then)throw Error(n(294));throw e}finally{}o.length<=this.suspenseDepth&&o.push(""),o[this.suspenseDepth]+=p}}return o[0]}finally{_e.current=r,he=t,w()}},t.render=function(e,t,r){if("string"==typeof e||"number"==typeof e)return r=""+e,""===r?"":this.makeStaticMarkup?p(r):this.previousWasTextNode?"<!-- -->"+p(r):(this.previousWasTextNode=!0,p(r));if(t=C(e,t,this.threadID),e=t.child,t=t.context,null===e||!1===e)return"";if(!F.isValidElement(e)){if(null!=e&&null!=e.$$typeof){if(r=e.$$typeof,r===O)throw Error(n(257));throw Error(n(258,r.toString()))}return e=be(e),this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),""}var o=e.type;if("string"==typeof o)return this.renderDOM(e,t,r);switch(o){case H:case q:case P:case R:case U:case M:return e=be(e.props.children),this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case $:throw Error(n(294));case z:throw Error(n(343))}if("object"==typeof o&&null!==o)switch(o.$$typeof){case T:ae={};var a=o.render(e.props,e.ref);return a=g(o.render,e.props,a,e.ref),a=be(a),this.stack.push({type:null,domNamespace:r,children:a,childIndex:0,context:t,footer:""}),"";case W:return e=[F.createElement(o.type,I({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),"";case A:return o=be(e.props.children),r={type:e,domNamespace:r,children:o,childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(r),"";case j:o=e.type,a=e.props;var u=this.threadID;return i(o,u),o=be(a.children(o[u])),this.stack.push({type:e,domNamespace:r,children:o,childIndex:0,context:t,footer:""}),"";case V:throw Error(n(338));case Y:return o=e.type,a=o._init,o=a(o._payload),e=[F.createElement(o,I({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:r,children:e,childIndex:0,context:t,footer:""}),""}throw Error(n(130,null==o?o:typeof o,""))},t.renderDOM=function(e,t,r){var o=e.type.toLowerCase();if(r===ye.html&&S(o),!De.hasOwnProperty(o)){if(!Se.test(o))throw Error(n(65,o));De[o]=!0}var i=e.props;if("input"===o)i=I({type:void 0},i,{defaultChecked:void 0,defaultValue:void 0,value:null!=i.value?i.value:i.defaultValue,checked:null!=i.checked?i.checked:i.defaultChecked});else if("textarea"===o){var a=i.value;if(null==a){a=i.defaultValue;var l=i.children;if(null!=l){if(null!=a)throw Error(n(92));if(Array.isArray(l)){if(!(1>=l.length))throw Error(n(93));l=l[0]}a=""+l}null==a&&(a="")}i=I({},i,{value:void 0,children:""+a})}else if("select"===o)this.currentSelectValue=null!=i.value?i.value:i.defaultValue,i=I({},i,{value:void 0});else if("option"===o){l=this.currentSelectValue;var s=D(i.children);if(null!=l){var c=null!=i.value?i.value+"":s;if(a=!1,Array.isArray(l)){for(var f=0;f<l.length;f++)if(""+l[f]===c){a=!0;break}}else a=""+l===c;i=I({selected:void 0,children:void 0},i,{selected:a,children:s})}}if(a=i){if(ve[o]&&(null!=a.children||null!=a.dangerouslySetInnerHTML))throw Error(n(137,o));if(null!=a.dangerouslySetInnerHTML){if(null!=a.children)throw Error(n(60));if(!("object"==typeof a.dangerouslySetInnerHTML&&"__html"in a.dangerouslySetInnerHTML))throw Error(n(61))}if(null!=a.style&&"object"!=typeof a.style)throw Error(n(62))}a=i,l=this.makeStaticMarkup,s=1===this.stack.length,c="<"+e.type;e:if(-1===o.indexOf("-"))f="string"==typeof a.is;else switch(o){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":f=!1;break e;default:f=!0}for(b in a)if(Ce.call(a,b)){var d=a[b];if(null!=d){if("style"===b){var y=void 0,m="",v="";for(y in d)if(d.hasOwnProperty(y)){var g=0===y.indexOf("--"),w=d[y];if(null!=w){if(g)var E=y;else if(E=y,Ne.hasOwnProperty(E))E=Ne[E];else{var x=E.replace(Ee,"-$1").toLowerCase().replace(xe,"-ms-");E=Ne[E]=x}m+=v+E+":",v=y,g=null==w||"boolean"==typeof w||""===w?"":g||"number"!=typeof w||0===w||ge.hasOwnProperty(v)&&ge[v]?(""+w).trim():w+"px",m+=g,v=";"}}d=m||null}y=null,f?Ie.hasOwnProperty(b)||(y=b,y=u(y)&&null!=d?y+'="'+(p(d)+'"'):""):y=h(b,d),y&&(c+=" "+y)}}l||s&&(c+=' data-reactroot=""');var b=c;a="",me.hasOwnProperty(o)?b+="/>":(b+=">",a="</"+e.type+">");e:{if(l=i.dangerouslySetInnerHTML,null!=l){if(null!=l.__html){l=l.__html;break e}}else if(l=i.children,"string"==typeof l||"number"==typeof l){l=p(l);break e}l=null}return null!=l?(i=[],ke.hasOwnProperty(o)&&"\n"===l.charAt(0)&&(b+="\n"),b+=l):i=be(i.children),e=e.type,r=null==r||"http://www.w3.org/1999/xhtml"===r?S(e):"http://www.w3.org/2000/svg"===r&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":r,this.stack.push({domNamespace:r,type:o,children:i,childIndex:0,context:t,footer:a}),this.previousWasTextNode=!1,b},e}();t.renderToNodeStream=function(){throw Error(n(207))},t.renderToStaticMarkup=function(e,t){e=new Fe(e,!0,t);try{return e.read(1/0)}finally{e.destroy()}},t.renderToStaticNodeStream=function(){throw Error(n(208))},t.renderToString=function(e,t){e=new Fe(e,!1,t);try{return e.read(1/0)}finally{e.destroy()}},t.version="17.0.2"},,,function(e,t,r){"use strict";e.exports=r(9)}]);
|