(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[29833,40540,60806],{570901:t=>{t.exports=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)}},266929:(t,e,n)=>{var r=n(570901);t.exports=d,t.exports.parse=i,t.exports.compile=function(t,e){return c(i(t,e),e)},t.exports.tokensToFunction=c,t.exports.tokensToRegExp=h;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(t,e){for(var n,r=[],i=0,u=0,c="",s=e&&e.delimiter||"/";null!=(n=o.exec(t));){var p=n[0],f=n[1],h=n.index;if(c+=t.slice(u,h),u=h+p.length,f)c+=f[1];else{var d=t[u],v=n[2],m=n[3],y=n[4],g=n[5],x=n[6],C=n[7];c&&(r.push(c),c="");var E=null!=v&&null!=d&&d!==v,R="+"===x||"*"===x,w="?"===x||"*"===x,b=v||s,_=y||g,k=v||("string"==typeof r[r.length-1]?r[r.length-1]:"");r.push({name:m||i++,prefix:v||"",delimiter:b,optional:w,repeat:R,partial:E,asterisk:!!C,pattern:_?l(_):C?".*":a(b,k)})}}return u-1?"[^"+s(t)+"]+?":s(e)+"|(?:(?!"+s(e)+")[^"+s(t)+"])+?"}function u(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{"use strict";n.d(e,{BrowserRouter:()=>l,Link:()=>m});var r=n(812831),o=n(150309),i=n(50959),a=n(231165),u=(n(719036),n(315882)),c=n(330950),s=n(55408),l=function(t){function e(){for(var e,n=arguments.length,r=new Array(n),o=0;o{"use strict";n.d(e,{MemoryRouter:()=>R,Redirect:()=>M,Route:()=>S,Router:()=>E,Switch:()=>D,__RouterContext:()=>C,generatePath:()=>A,matchPath:()=>O,useHistory:()=>W,useLocation:()=>K,useParams:()=>V});var r=n(150309),o=n(50959),i=n(719036),a=n.n(i),u=n(231165),c=1073741823,s="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{};var l=o.createContext||function(t,e){var n,i,u="__create-react-context-"+function(){var t="__global_unique_id__";return s[t]=(s[t]||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.default)(n,t);var o=n.prototype;return o.getChildContext=function(){var t;return(t={})[u]=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):c,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={})[u]=a().object.isRequired,n);var p=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).state={value:t.getValue()},t.onUpdate=function(e,n){(0|t.observedBits)&n&&t.setState({value:t.getValue()})},t}(0,r.default)(n,e);var o=n.prototype;return o.componentWillReceiveProps=function(t){var e=t.observedBits;this.observedBits=e??c},o.componentDidMount=function(){this.context[u]&&this.context[u].on(this.onUpdate);var t=this.props.observedBits;this.observedBits=t??c},o.componentWillUnmount=function(){this.context[u]&&this.context[u].off(this.onUpdate)},o.getValue=function(){return this.context[u]?this.context[u].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 p.contextTypes=((i={})[u]=a().object,i),{Provider:l,Consumer:p}};const p=l;var f=n(55408),h=n(315882),d=n(266929),v=n.n(d),m=(n(756237),n(330950)),y=(n(472535),function(t){var e=p();return e.displayName=t,e}),g=y("Router-History"),x=function(t){var e=p();return e.displayName=t,e},C=x("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.default)(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()},n.render=function(){return o.createElement(C.Provider,{value:{history:this.props.history,location:this.state.location, match:e.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},o.createElement(g.Provider,{children:this.props.children||null,value:this.props.history}))},e}(o.Component);var R=function(t){function e(){for(var e,n=arguments.length,r=new Array(n),o=0;o{"use strict";n.d(e,{default:()=>o});var r=n(382612);function o(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,(0,r.default)(t,e)}},330950:(t,e,n)=>{"use strict";function r(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r=0||(o[n]=t[n]);return o}n.d(e,{default:()=>r})},382612:(t,e,n)=>{"use strict";function r(t,e){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},r(t,e)}n.d(e,{default:()=>r})}}]);