/*! For license information please see 4335.js.LICENSE.txt */
(self.webpackChunk_npwd_nui=self.webpackChunk_npwd_nui||[]).push([[4335],{10063:function(t,e,n){"use strict";var r=n(99415),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},c={};function u(t){return r.isMemo(t)?a:c[t.$$typeof]||o}c[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},c[r.Memo]=a;var s=Object.defineProperty,p=Object.getOwnPropertyNames,l=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,m=Object.prototype;t.exports=function t(e,n,r){if("string"!=typeof n){if(m){var o=h(n);o&&o!==m&&t(e,o,r)}var a=p(n);l&&(a=a.concat(l(n)));for(var c=u(e),y=u(n),d=0;d<a.length;++d){var v=a[d];if(!(i[v]||r&&r[v]||y&&y[v]||c&&c[v])){var g=f(n,v);try{s(e,v,g)}catch(t){}}}}return e}},58967:function(t){t.exports=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)}},15415:function(t,e,n){var r=n(58967);t.exports=function t(e,n,o){return r(n)||(o=n||o,n=[]),o=o||{},e instanceof RegExp?function(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return p(t,e)}(e,n):r(e)?function(e,n,r){for(var o=[],i=0;i<e.length;i++)o.push(t(e[i],n,r).source);return p(new RegExp("(?:"+o.join("|")+")",l(r)),n)}(e,n,o):function(t,e,n){return f(i(t,n),e,n)}(e,n,o)},t.exports.parse=i,t.exports.compile=function(t,e){return c(i(t,e),e)},t.exports.tokensToFunction=c,t.exports.tokensToRegExp=f;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(t,e){for(var n,r=[],i=0,a=0,c="",p=e&&e.delimiter||"/";null!=(n=o.exec(t));){var l=n[0],f=n[1],h=n.index;if(c+=t.slice(a,h),a=h+l.length,f)c+=f[1];else{var m=t[a],y=n[2],d=n[3],v=n[4],g=n[5],x=n[6],b=n[7];c&&(r.push(c),c="");var C=null!=y&&null!=m&&m!==y,w="+"===x||"*"===x,E="?"===x||"*"===x,R=n[2]||p,S=v||g;r.push({name:d||i++,prefix:y||"",delimiter:R,optional:E,repeat:w,partial:C,asterisk:!!b,pattern:S?s(S):b?".*":"[^"+u(R)+"]+?"})}}return a<t.length&&(c+=t.substr(a)),c&&r.push(c),r}function a(t){return encodeURI(t).replace(/[\/?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function c(t,e){for(var n=new Array(t.length),o=0;o<t.length;o++)"object"==typeof t[o]&&(n[o]=new RegExp("^(?:"+t[o].pattern+")$",l(e)));return function(e,o){for(var i="",c=e||{},u=(o||{}).pretty?a:encodeURIComponent,s=0;s<t.length;s++){var p=t[s];if("string"!=typeof p){var l,f=c[p.name];if(null==f){if(p.optional){p.partial&&(i+=p.prefix);continue}throw new TypeError('Expected "'+p.name+'" to be defined')}if(r(f)){if(!p.repeat)throw new TypeError('Expected "'+p.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(p.optional)continue;throw new TypeError('Expected "'+p.name+'" to not be empty')}for(var h=0;h<f.length;h++){if(l=u(f[h]),!n[s].test(l))throw new TypeError('Expected all "'+p.name+'" to match "'+p.pattern+'", but received `'+JSON.stringify(l)+"`");i+=(0===h?p.prefix:p.delimiter)+l}}else{if(l=p.asterisk?encodeURI(f).replace(/[?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})):u(f),!n[s].test(l))throw new TypeError('Expected "'+p.name+'" to match "'+p.pattern+'", but received "'+l+'"');i+=p.prefix+l}}else i+=p}return i}}function u(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function s(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function p(t,e){return t.keys=e,t}function l(t){return t&&t.sensitive?"":"i"}function f(t,e,n){r(e)||(n=e||n,e=[]);for(var o=(n=n||{}).strict,i=!1!==n.end,a="",c=0;c<t.length;c++){var s=t[c];if("string"==typeof s)a+=u(s);else{var f=u(s.prefix),h="(?:"+s.pattern+")";e.push(s),s.repeat&&(h+="(?:"+f+h+")*"),a+=h=s.optional?s.partial?f+"("+h+")?":"(?:"+f+"("+h+"))?":f+"("+h+")"}}var m=u(n.delimiter||"/"),y=a.slice(-m.length)===m;return o||(a=(y?a.slice(0,-m.length):a)+"(?:"+m+"(?=$))?"),a+=i?"$":o&&y?"":"(?="+m+"|$)",p(new RegExp("^"+a,l(n)),e)}},31772:function(t,e,n){"use strict";var r=n(25148);function o(){}function i(){}i.resetWarningCache=o,t.exports=function(){function t(t,e,n,o,i,a){if(a!==r){var c=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 c.name="Invariant Violation",c}}function e(){return t}t.isRequired=t;var n={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},7862:function(t,e,n){t.exports=n(31772)()},25148:function(t){"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4507:function(t,e){"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,c=n?Symbol.for("react.profiler"):60114,u=n?Symbol.for("react.provider"):60109,s=n?Symbol.for("react.context"):60110,p=n?Symbol.for("react.async_mode"):60111,l=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,h=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,y=n?Symbol.for("react.memo"):60115,d=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,g=n?Symbol.for("react.fundamental"):60117,x=n?Symbol.for("react.responder"):60118,b=n?Symbol.for("react.scope"):60119;function C(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case r:switch(t=t.type){case p:case l:case i:case c:case a:case h:return t;default:switch(t=t&&t.$$typeof){case s:case f:case d:case y:case u:return t;default:return e}}case o:return e}}}function w(t){return C(t)===l}e.AsyncMode=p,e.ConcurrentMode=l,e.ContextConsumer=s,e.ContextProvider=u,e.Element=r,e.ForwardRef=f,e.Fragment=i,e.Lazy=d,e.Memo=y,e.Portal=o,e.Profiler=c,e.StrictMode=a,e.Suspense=h,e.isAsyncMode=function(t){return w(t)||C(t)===p},e.isConcurrentMode=w,e.isContextConsumer=function(t){return C(t)===s},e.isContextProvider=function(t){return C(t)===u},e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===r},e.isForwardRef=function(t){return C(t)===f},e.isFragment=function(t){return C(t)===i},e.isLazy=function(t){return C(t)===d},e.isMemo=function(t){return C(t)===y},e.isPortal=function(t){return C(t)===o},e.isProfiler=function(t){return C(t)===c},e.isStrictMode=function(t){return C(t)===a},e.isSuspense=function(t){return C(t)===h},e.isValidElementType=function(t){return"string"==typeof t||"function"==typeof t||t===i||t===l||t===c||t===a||t===h||t===m||"object"==typeof t&&null!==t&&(t.$$typeof===d||t.$$typeof===y||t.$$typeof===u||t.$$typeof===s||t.$$typeof===f||t.$$typeof===g||t.$$typeof===x||t.$$typeof===b||t.$$typeof===v)},e.typeOf=C},99415:function(t,e,n){"use strict";t.exports=n(4507)},44335:function(t,e,n){"use strict";n.r(e),n.d(e,{BrowserRouter:function(){return Y},HashRouter:function(){return G},Link:function(){return rt},MemoryRouter:function(){return R},NavLink:function(){return at},Prompt:function(){return P},Redirect:function(){return M},Route:function(){return L},Router:function(){return E},StaticRouter:function(){return F},Switch:function(){return W},generatePath:function(){return T},matchPath:function(){return U},useHistory:function(){return q},useLocation:function(){return K},useParams:function(){return z},useRouteMatch:function(){return J},withRouter:function(){return I}});var r=n(42848),o=n(53182),i=n.n(o),a=n(83735),c=n(7862),u=n.n(c),s=1073741823,p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{},l=i().createContext||function(t,e){var n,i,a,c="__create-react-context-"+((p[a="__global_unique_id__"]=(p[a]||0)+1)+"__"),l=function(t){function n(){var e,n,r;return(e=t.apply(this,arguments)||this).emitter=(n=e.props.value,r=[],{on:function(t){r.push(t)},off:function(t){r=r.filter((function(e){return e!==t}))},get:function(){return n},set:function(t,e){n=t,r.forEach((function(t){return t(n,e)}))}}),e}(0,r.Z)(n,t);var o=n.prototype;return o.getChildContext=function(){var t;return(t={})[c]=this.emitter,t},o.componentWillReceiveProps=function(t){if(this.props.value!==t.value){var n,r=this.props.value,o=t.value;((i=r)===(a=o)?0!==i||1/i==1/a:i!=i&&a!=a)?n=0:(n="function"==typeof e?e(r,o):s,0!=(n|=0)&&this.emitter.set(t.value,n))}var i,a},o.render=function(){return this.props.children},n}(o.Component);l.childContextTypes=((n={})[c]=u().object.isRequired,n);var f=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).state={value:t.getValue()},t.onUpdate=function(e,n){0!=((0|t.observedBits)&n)&&t.setState({value:t.getValue()})},t}(0,r.Z)(n,e);var o=n.prototype;return o.componentWillReceiveProps=function(t){var e=t.observedBits;this.observedBits=null==e?s:e},o.componentDidMount=function(){this.context[c]&&this.context[c].on(this.onUpdate);var t=this.props.observedBits;this.observedBits=null==t?s:t},o.componentWillUnmount=function(){this.context[c]&&this.context[c].off(this.onUpdate)},o.getValue=function(){return this.context[c]?this.context[c].get():t},o.render=function(){return(t=this.props.children,Array.isArray(t)?t[0]:t)(this.state.value);var t},n}(o.Component);return f.contextTypes=((i={})[c]=u().object,i),{Provider:l,Consumer:f}},f=l,h=n(65669),m=n(97538),y=n(15415),d=n.n(y),v=(n(99415),n(93086)),g=n(10063),x=n.n(g),b=function(t){var e=f();return e.displayName=t,e},C=b("Router-History"),w=b("Router"),E=function(t){function e(e){var n;return(n=t.call(this,e)||this).state={location:e.history.location},n._isMounted=!1,n._pendingLocation=null,e.staticContext||(n.unlisten=e.history.listen((function(t){n._isMounted?n.setState({location:t}):n._pendingLocation=t}))),n}(0,r.Z)(e,t),e.computeRootMatch=function(t){return{path:"/",url:"/",params:{},isExact:"/"===t}};var n=e.prototype;return n.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},n.render=function(){return i().createElement(w.Provider,{value:{history:this.props.history,location:this.state.location,match:e.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},i().createElement(C.Provider,{children:this.props.children||null,value:this.props.history}))},e}(i().Component),R=function(t){function e(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))||this).history=(0,a.createMemoryHistory)(e.props),e}return(0,r.Z)(e,t),e.prototype.render=function(){return i().createElement(E,{history:this.history,children:this.props.children})},e}(i().Component),S=function(t){function e(){return t.apply(this,arguments)||this}(0,r.Z)(e,t);var n=e.prototype;return n.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},n.componentDidUpdate=function(t){this.props.onUpdate&&this.props.onUpdate.call(this,this,t)},n.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},n.render=function(){return null},e}(i().Component);function P(t){var e=t.message,n=t.when,r=void 0===n||n;return i().createElement(w.Consumer,null,(function(t){if(t||(0,h.Z)(!1),!r||t.staticContext)return null;var n=t.history.block;return i().createElement(S,{onMount:function(t){t.release=n(e)},onUpdate:function(t,r){r.message!==e&&(t.release(),t.release=n(e))},onUnmount:function(t){t.release()},message:e})}))}var $={},_=1e4,Z=0;function T(t,e){return void 0===t&&(t="/"),void 0===e&&(e={}),"/"===t?t:function(t){if($[t])return $[t];var e=d().compile(t);return Z<_&&($[t]=e,Z++),e}(t)(e,{pretty:!0})}function M(t){var e=t.computedMatch,n=t.to,r=t.push,o=void 0!==r&&r;return i().createElement(w.Consumer,null,(function(t){t||(0,h.Z)(!1);var r=t.history,c=t.staticContext,u=o?r.push:r.replace,s=(0,a.createLocation)(e?"string"==typeof n?T(n,e.params):(0,m.Z)({},n,{pathname:T(n.pathname,e.params)}):n);return c?(u(s),null):i().createElement(S,{onMount:function(){u(s)},onUpdate:function(t,e){var n=(0,a.createLocation)(e.to);(0,a.locationsAreEqual)(n,(0,m.Z)({},s,{key:n.key}))||u(s)},to:n})}))}var k={},A=1e4,O=0;function U(t,e){void 0===e&&(e={}),("string"==typeof e||Array.isArray(e))&&(e={path:e});var n=e,r=n.path,o=n.exact,i=void 0!==o&&o,a=n.strict,c=void 0!==a&&a,u=n.sensitive,s=void 0!==u&&u;return[].concat(r).reduce((function(e,n){if(!n&&""!==n)return null;if(e)return e;var r=function(t,e){var n=""+e.end+e.strict+e.sensitive,r=k[n]||(k[n]={});if(r[t])return r[t];var o=[],i={regexp:d()(t,o,e),keys:o};return O<A&&(r[t]=i,O++),i}(n,{end:i,strict:c,sensitive:s}),o=r.regexp,a=r.keys,u=o.exec(t);if(!u)return null;var p=u[0],l=u.slice(1),f=t===p;return i&&!f?null:{path:n,url:"/"===n&&""===p?"/":p,isExact:f,params:a.reduce((function(t,e,n){return t[e.name]=l[n],t}),{})}}),null)}var L=function(t){function e(){return t.apply(this,arguments)||this}return(0,r.Z)(e,t),e.prototype.render=function(){var t=this;return i().createElement(w.Consumer,null,(function(e){e||(0,h.Z)(!1);var n=t.props.location||e.location,r=t.props.computedMatch?t.props.computedMatch:t.props.path?U(n.pathname,t.props):e.match,o=(0,m.Z)({},e,{location:n,match:r}),a=t.props,c=a.children,u=a.component,s=a.render;return Array.isArray(c)&&function(t){return 0===i().Children.count(t)}(c)&&(c=null),i().createElement(w.Provider,{value:o},o.match?c?"function"==typeof c?c(o):c:u?i().createElement(u,o):s?s(o):null:"function"==typeof c?c(o):null)}))},e}(i().Component);function j(t){return"/"===t.charAt(0)?t:"/"+t}function N(t,e){if(!t)return e;var n=j(t);return 0!==e.pathname.indexOf(n)?e:(0,m.Z)({},e,{pathname:e.pathname.substr(n.length)})}function D(t){return"string"==typeof t?t:(0,a.createPath)(t)}function B(t){return function(){(0,h.Z)(!1)}}function H(){}var F=function(t){function e(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))||this).handlePush=function(t){return e.navigateTo(t,"PUSH")},e.handleReplace=function(t){return e.navigateTo(t,"REPLACE")},e.handleListen=function(){return H},e.handleBlock=function(){return H},e}(0,r.Z)(e,t);var n=e.prototype;return n.navigateTo=function(t,e){var n=this.props,r=n.basename,o=void 0===r?"":r,i=n.context,c=void 0===i?{}:i;c.action=e,c.location=function(t,e){return t?(0,m.Z)({},e,{pathname:j(t)+e.pathname}):e}(o,(0,a.createLocation)(t)),c.url=D(c.location)},n.render=function(){var t=this.props,e=t.basename,n=void 0===e?"":e,r=t.context,o=void 0===r?{}:r,c=t.location,u=void 0===c?"/":c,s=(0,v.Z)(t,["basename","context","location"]),p={createHref:function(t){return j(n+D(t))},action:"POP",location:N(n,(0,a.createLocation)(u)),push:this.handlePush,replace:this.handleReplace,go:B(),goBack:B(),goForward:B(),listen:this.handleListen,block:this.handleBlock};return i().createElement(E,(0,m.Z)({},s,{history:p,staticContext:o}))},e}(i().Component),W=function(t){function e(){return t.apply(this,arguments)||this}return(0,r.Z)(e,t),e.prototype.render=function(){var t=this;return i().createElement(w.Consumer,null,(function(e){e||(0,h.Z)(!1);var n,r,o=t.props.location||e.location;return i().Children.forEach(t.props.children,(function(t){if(null==r&&i().isValidElement(t)){n=t;var a=t.props.path||t.props.from;r=a?U(o.pathname,(0,m.Z)({},t.props,{path:a})):e.match}})),r?i().cloneElement(n,{location:o,computedMatch:r}):null}))},e}(i().Component);function I(t){var e="withRouter("+(t.displayName||t.name)+")",n=function(e){var n=e.wrappedComponentRef,r=(0,v.Z)(e,["wrappedComponentRef"]);return i().createElement(w.Consumer,null,(function(e){return e||(0,h.Z)(!1),i().createElement(t,(0,m.Z)({},r,e,{ref:n}))}))};return n.displayName=e,n.WrappedComponent=t,x()(n,t)}var V=i().useContext;function q(){return V(C)}function K(){return V(w).location}function z(){var t=V(w).match;return t?t.params:{}}function J(t){var e=K(),n=V(w).match;return t?U(e.pathname,t):n}var Y=function(t){function e(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))||this).history=(0,a.createBrowserHistory)(e.props),e}return(0,r.Z)(e,t),e.prototype.render=function(){return i().createElement(E,{history:this.history,children:this.props.children})},e}(i().Component),G=function(t){function e(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))||this).history=(0,a.createHashHistory)(e.props),e}return(0,r.Z)(e,t),e.prototype.render=function(){return i().createElement(E,{history:this.history,children:this.props.children})},e}(i().Component),Q=function(t,e){return"function"==typeof t?t(e):t},X=function(t,e){return"string"==typeof t?(0,a.createLocation)(t,null,null,e):t},tt=function(t){return t},et=i().forwardRef;void 0===et&&(et=tt);var nt=et((function(t,e){var n=t.innerRef,r=t.navigate,o=t.onClick,a=(0,v.Z)(t,["innerRef","navigate","onClick"]),c=a.target,u=(0,m.Z)({},a,{onClick:function(t){try{o&&o(t)}catch(e){throw t.preventDefault(),e}t.defaultPrevented||0!==t.button||c&&"_self"!==c||function(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}(t)||(t.preventDefault(),r())}});return u.ref=tt!==et&&e||n,i().createElement("a",u)})),rt=et((function(t,e){var n=t.component,r=void 0===n?nt:n,o=t.replace,c=t.to,u=t.innerRef,s=(0,v.Z)(t,["component","replace","to","innerRef"]);return i().createElement(w.Consumer,null,(function(t){t||(0,h.Z)(!1);var n=t.history,p=X(Q(c,t.location),t.location),l=p?n.createHref(p):"",f=(0,m.Z)({},s,{href:l,navigate:function(){var e=Q(c,t.location),r=(0,a.createPath)(t.location)===(0,a.createPath)(X(e));(o||r?n.replace:n.push)(e)}});return tt!==et?f.ref=e||u:f.innerRef=u,i().createElement(r,f)}))})),ot=function(t){return t},it=i().forwardRef;void 0===it&&(it=ot);var at=it((function(t,e){var n=t["aria-current"],r=void 0===n?"page":n,o=t.activeClassName,a=void 0===o?"active":o,c=t.activeStyle,u=t.className,s=t.exact,p=t.isActive,l=t.location,f=t.sensitive,y=t.strict,d=t.style,g=t.to,x=t.innerRef,b=(0,v.Z)(t,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return i().createElement(w.Consumer,null,(function(t){t||(0,h.Z)(!1);var n=l||t.location,o=X(Q(g,n),n),v=o.pathname,C=v&&v.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),w=C?U(n.pathname,{path:C,exact:s,sensitive:f,strict:y}):null,E=!!(p?p(w,n):w),R="function"==typeof u?u(E):u,S="function"==typeof d?d(E):d;E&&(R=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.filter((function(t){return t})).join(" ")}(R,a),S=(0,m.Z)({},S,c));var P=(0,m.Z)({"aria-current":E&&r||null,className:R,style:S,to:o},b);return ot!==it?P.ref=e||x:P.innerRef=x,i().createElement(rt,P)}))}))},65669:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var r=!0,o="Invariant failed";function i(t,e){if(!t){if(r)throw new Error(o);var n="function"==typeof e?e():e,i=n?"".concat(o,": ").concat(n):o;throw new Error(i)}}}}]);