33 lines
162 KiB
JavaScript
33 lines
162 KiB
JavaScript
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ReactDevToolsBackend=t():e.ReactDevToolsBackend=t()}(window,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=20)}([function(e,t,n){"use strict";e.exports=n(12)},function(e,t,n){"use strict";
|
||
/*
|
||
object-assign
|
||
(c) Sindre Sorhus
|
||
@license MIT
|
||
*/var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,l,u=a(e),c=1;c<arguments.length;c++){for(var s in n=Object(arguments[c]))o.call(n,s)&&(u[s]=n[s]);if(r){l=r(n);for(var f=0;f<l.length;f++)i.call(n,l[f])&&(u[l[f]]=n[l[f]])}}return u}},function(e,t,n){(function(n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o;t=e.exports=d,o="object"===(void 0===n?"undefined":r(n))&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var i=Number.MAX_SAFE_INTEGER||9007199254740991,a=t.re=[],l=t.src=[],u=t.tokens={},c=0;function s(e){u[e]=c++}s("NUMERICIDENTIFIER"),l[u.NUMERICIDENTIFIER]="0|[1-9]\\d*",s("NUMERICIDENTIFIERLOOSE"),l[u.NUMERICIDENTIFIERLOOSE]="[0-9]+",s("NONNUMERICIDENTIFIER"),l[u.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*",s("MAINVERSION"),l[u.MAINVERSION]="("+l[u.NUMERICIDENTIFIER]+")\\.("+l[u.NUMERICIDENTIFIER]+")\\.("+l[u.NUMERICIDENTIFIER]+")",s("MAINVERSIONLOOSE"),l[u.MAINVERSIONLOOSE]="("+l[u.NUMERICIDENTIFIERLOOSE]+")\\.("+l[u.NUMERICIDENTIFIERLOOSE]+")\\.("+l[u.NUMERICIDENTIFIERLOOSE]+")",s("PRERELEASEIDENTIFIER"),l[u.PRERELEASEIDENTIFIER]="(?:"+l[u.NUMERICIDENTIFIER]+"|"+l[u.NONNUMERICIDENTIFIER]+")",s("PRERELEASEIDENTIFIERLOOSE"),l[u.PRERELEASEIDENTIFIERLOOSE]="(?:"+l[u.NUMERICIDENTIFIERLOOSE]+"|"+l[u.NONNUMERICIDENTIFIER]+")",s("PRERELEASE"),l[u.PRERELEASE]="(?:-("+l[u.PRERELEASEIDENTIFIER]+"(?:\\."+l[u.PRERELEASEIDENTIFIER]+")*))",s("PRERELEASELOOSE"),l[u.PRERELEASELOOSE]="(?:-?("+l[u.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+l[u.PRERELEASEIDENTIFIERLOOSE]+")*))",s("BUILDIDENTIFIER"),l[u.BUILDIDENTIFIER]="[0-9A-Za-z-]+",s("BUILD"),l[u.BUILD]="(?:\\+("+l[u.BUILDIDENTIFIER]+"(?:\\."+l[u.BUILDIDENTIFIER]+")*))",s("FULL"),s("FULLPLAIN"),l[u.FULLPLAIN]="v?"+l[u.MAINVERSION]+l[u.PRERELEASE]+"?"+l[u.BUILD]+"?",l[u.FULL]="^"+l[u.FULLPLAIN]+"$",s("LOOSEPLAIN"),l[u.LOOSEPLAIN]="[v=\\s]*"+l[u.MAINVERSIONLOOSE]+l[u.PRERELEASELOOSE]+"?"+l[u.BUILD]+"?",s("LOOSE"),l[u.LOOSE]="^"+l[u.LOOSEPLAIN]+"$",s("GTLT"),l[u.GTLT]="((?:<|>)?=?)",s("XRANGEIDENTIFIERLOOSE"),l[u.XRANGEIDENTIFIERLOOSE]=l[u.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",s("XRANGEIDENTIFIER"),l[u.XRANGEIDENTIFIER]=l[u.NUMERICIDENTIFIER]+"|x|X|\\*",s("XRANGEPLAIN"),l[u.XRANGEPLAIN]="[v=\\s]*("+l[u.XRANGEIDENTIFIER]+")(?:\\.("+l[u.XRANGEIDENTIFIER]+")(?:\\.("+l[u.XRANGEIDENTIFIER]+")(?:"+l[u.PRERELEASE]+")?"+l[u.BUILD]+"?)?)?",s("XRANGEPLAINLOOSE"),l[u.XRANGEPLAINLOOSE]="[v=\\s]*("+l[u.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+l[u.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+l[u.XRANGEIDENTIFIERLOOSE]+")(?:"+l[u.PRERELEASELOOSE]+")?"+l[u.BUILD]+"?)?)?",s("XRANGE"),l[u.XRANGE]="^"+l[u.GTLT]+"\\s*"+l[u.XRANGEPLAIN]+"$",s("XRANGELOOSE"),l[u.XRANGELOOSE]="^"+l[u.GTLT]+"\\s*"+l[u.XRANGEPLAINLOOSE]+"$",s("COERCE"),l[u.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",s("COERCERTL"),a[u.COERCERTL]=new RegExp(l[u.COERCE],"g"),s("LONETILDE"),l[u.LONETILDE]="(?:~>?)",s("TILDETRIM"),l[u.TILDETRIM]="(\\s*)"+l[u.LONETILDE]+"\\s+",a[u.TILDETRIM]=new RegExp(l[u.TILDETRIM],"g");s("TILDE"),l[u.TILDE]="^"+l[u.LONETILDE]+l[u.XRANGEPLAIN]+"$",s("TILDELOOSE"),l[u.TILDELOOSE]="^"+l[u.LONETILDE]+l[u.XRANGEPLAINLOOSE]+"$",s("LONECARET"),l[u.LONECARET]="(?:\\^)",s("CARETTRIM"),l[u.CARETTRIM]="(\\s*)"+l[u.LONECARET]+"\\s+",a[u.CARETTRIM]=new RegExp(l[u.CARETTRIM],"g");s("CARET"),l[u.CARET]="^"+l[u.LONECARET]+l[u.XRANGEPLAIN]+"$",s("CARETLOOSE"),l[u.CARETLOOSE]="^"+l[u.LONECARET]+l[u.XRANGEPLAINLOOSE]+"$",s("COMPARATORLOOSE"),l[u.COMPARATORLOOSE]="^"+l[u.GTLT]+"\\s*("+l[u.LOOSEPLAIN]+")$|^$",s("COMPARATOR"),l[u.COMPARATOR]="^"+l[u.GTLT]+"\\s*("+l[u.FULLPLAIN]+")$|^$",s("COMPARATORTRIM"),l[u.COMPARATORTRIM]="(\\s*)"+l[u.GTLT]+"\\s*("+l[u.LOOSEPLAIN]+"|"+l[u.XRANGEPLAIN]+")",a[u.COMPARATORTRIM]=new RegExp(l[u.COMPARATORTRIM],"g");s("HYPHENRANGE"),l[u.HYPHENRANGE]="^\\s*("+l[u.XRANGEPLAIN]+")\\s+-\\s+("+l[u.XRANGEPLAIN]+")\\s*$",s("HYPHENRANGELOOSE"),l[u.HYPHENRANGELOOSE]="^\\s*("+l[u.XRANGEPLAINLOOSE]+")\\s+-\\s+("+l[u.XRANGEPLAINLOOSE]+")\\s*$",s("STAR"),l[u.STAR]="(<|>)?=?\\s*\\*";for(var f=0;f<c;f++)o(f,l[f]),a[f]||(a[f]=new RegExp(l[f]));function p(e,t){if(t&&"object"===r(t)||(t={loose:!!t,includePrerelease:!1}),e instanceof d)return e;if("string"!=typeof e)return null;if(e.length>256)return null;if(!(t.loose?a[u.LOOSE]:a[u.FULL]).test(e))return null;try{return new d(e,t)}catch(e){return null}}function d(e,t){if(t&&"object"===r(t)||(t={loose:!!t,includePrerelease:!1}),e instanceof d){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof d))return new d(e,t);o("SemVer",e,t),this.options=t,this.loose=!!t.loose;var n=e.trim().match(t.loose?a[u.LOOSE]:a[u.FULL]);if(!n)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}t.parse=p,t.valid=function(e,t){var n=p(e,t);return n?n.version:null},t.clean=function(e,t){var n=p(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},t.SemVer=d,d.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},d.prototype.toString=function(){return this.version},d.prototype.compare=function(e){return o("SemVer.compare",this.version,this.options,e),e instanceof d||(e=new d(e,this.options)),this.compareMain(e)||this.comparePre(e)},d.prototype.compareMain=function(e){return e instanceof d||(e=new d(e,this.options)),m(this.major,e.major)||m(this.minor,e.minor)||m(this.patch,e.patch)},d.prototype.comparePre=function(e){if(e instanceof d||(e=new d(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var n=this.prerelease[t],r=e.prerelease[t];if(o("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return m(n,r)}while(++t)},d.prototype.compareBuild=function(e){e instanceof d||(e=new d(e,this.options));var t=0;do{var n=this.build[t],r=e.build[t];if(o("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return m(n,r)}while(++t)},d.prototype.inc=function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,n,r){"string"==typeof n&&(r=n,n=void 0);try{return new d(e,n).inc(t,r).version}catch(e){return null}},t.diff=function(e,t){if(b(e,t))return null;var n=p(e),r=p(t),o="";if(n.prerelease.length||r.prerelease.length){o="pre";var i="prerelease"}for(var a in n)if(("major"===a||"minor"===a||"patch"===a)&&n[a]!==r[a])return o+a;return i},t.compareIdentifiers=m;var h=/^[0-9]+$/;function m(e,t){var n=h.test(e),r=h.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1}function v(e,t,n){return new d(e,n).compare(new d(t,n))}function y(e,t,n){return v(e,t,n)>0}function g(e,t,n){return v(e,t,n)<0}function b(e,t,n){return 0===v(e,t,n)}function w(e,t,n){return 0!==v(e,t,n)}function E(e,t,n){return v(e,t,n)>=0}function S(e,t,n){return v(e,t,n)<=0}function O(e,t,n,o){switch(t){case"===":return"object"===r(e)&&(e=e.version),"object"===r(n)&&(n=n.version),e===n;case"!==":return"object"===r(e)&&(e=e.version),"object"===r(n)&&(n=n.version),e!==n;case"":case"=":case"==":return b(e,n,o);case"!=":return w(e,n,o);case">":return y(e,n,o);case">=":return E(e,n,o);case"<":return g(e,n,o);case"<=":return S(e,n,o);default:throw new TypeError("Invalid operator: "+t)}}function I(e,t){if(t&&"object"===r(t)||(t={loose:!!t,includePrerelease:!1}),e instanceof I){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof I))return new I(e,t);o("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===_?this.value="":this.value=this.operator+this.semver.version,o("comp",this)}t.rcompareIdentifiers=function(e,t){return m(t,e)},t.major=function(e,t){return new d(e,t).major},t.minor=function(e,t){return new d(e,t).minor},t.patch=function(e,t){return new d(e,t).patch},t.compare=v,t.compareLoose=function(e,t){return v(e,t,!0)},t.compareBuild=function(e,t,n){var r=new d(e,n),o=new d(t,n);return r.compare(o)||r.compareBuild(o)},t.rcompare=function(e,t,n){return v(t,e,n)},t.sort=function(e,n){return e.sort((function(e,r){return t.compareBuild(e,r,n)}))},t.rsort=function(e,n){return e.sort((function(e,r){return t.compareBuild(r,e,n)}))},t.gt=y,t.lt=g,t.eq=b,t.neq=w,t.gte=E,t.lte=S,t.cmp=O,t.Comparator=I;var _={};function C(e,t){if(t&&"object"===r(t)||(t={loose:!!t,includePrerelease:!1}),e instanceof C)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new C(e.raw,t);if(e instanceof I)return new C(e.value,t);if(!(this instanceof C))return new C(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function k(e,t){for(var n=!0,r=e.slice(),o=r.pop();n&&r.length;)n=r.every((function(e){return o.intersects(e,t)})),o=r.pop();return n}function R(e){return!e||"x"===e.toLowerCase()||"*"===e}function T(e,t,n,r,o,i,a,l,u,c,s,f,p){return((t=R(n)?"":R(r)?">="+n+".0.0":R(o)?">="+n+"."+r+".0":">="+t)+" "+(l=R(u)?"":R(c)?"<"+(+u+1)+".0.0":R(s)?"<"+u+"."+(+c+1)+".0":f?"<="+u+"."+c+"."+s+"-"+f:"<="+l)).trim()}function P(e,t,n){for(var r=0;r<e.length;r++)if(!e[r].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(r=0;r<e.length;r++)if(o(e[r].semver),e[r].semver!==_&&e[r].semver.prerelease.length>0){var i=e[r].semver;if(i.major===t.major&&i.minor===t.minor&&i.patch===t.patch)return!0}return!1}return!0}function A(e,t,n){try{t=new C(t,n)}catch(e){return!1}return t.test(e)}function x(e,t,n,r){var o,i,a,l,u;switch(e=new d(e,r),t=new C(t,r),n){case">":o=y,i=S,a=g,l=">",u=">=";break;case"<":o=g,i=E,a=y,l="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(A(e,t,r))return!1;for(var c=0;c<t.set.length;++c){var s=t.set[c],f=null,p=null;if(s.forEach((function(e){e.semver===_&&(e=new I(">=0.0.0")),f=f||e,p=p||e,o(e.semver,f.semver,r)?f=e:a(e.semver,p.semver,r)&&(p=e)})),f.operator===l||f.operator===u)return!1;if((!p.operator||p.operator===l)&&i(e,p.semver))return!1;if(p.operator===u&&a(e,p.semver))return!1}return!0}I.prototype.parse=function(e){var t=this.options.loose?a[u.COMPARATORLOOSE]:a[u.COMPARATOR],n=e.match(t);if(!n)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new d(n[2],this.options.loose):this.semver=_},I.prototype.toString=function(){return this.value},I.prototype.test=function(e){if(o("Comparator.test",e,this.options.loose),this.semver===_||e===_)return!0;if("string"==typeof e)try{e=new d(e,this.options)}catch(e){return!1}return O(e,this.operator,this.semver,this.options)},I.prototype.intersects=function(e,t){if(!(e instanceof I))throw new TypeError("a Comparator is required");var n;if(t&&"object"===r(t)||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||(n=new C(e.value,t),A(this.value,n,t));if(""===e.operator)return""===e.value||(n=new C(this.value,t),A(e.semver,n,t));var o=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),a=this.semver.version===e.semver.version,l=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),u=O(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),c=O(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return o||i||a&&l||u||c},t.Range=C,C.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},C.prototype.toString=function(){return this.range},C.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var n=t?a[u.HYPHENRANGELOOSE]:a[u.HYPHENRANGE];e=e.replace(n,T),o("hyphen replace",e),e=e.replace(a[u.COMPARATORTRIM],"$1$2$3"),o("comparator trim",e,a[u.COMPARATORTRIM]),e=(e=(e=e.replace(a[u.TILDETRIM],"$1~")).replace(a[u.CARETTRIM],"$1^")).split(/\s+/).join(" ");var r=t?a[u.COMPARATORLOOSE]:a[u.COMPARATOR],i=e.split(" ").map((function(e){return function(e,t){return o("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){o("caret",e,t);var n=t.loose?a[u.CARETLOOSE]:a[u.CARET];return e.replace(n,(function(t,n,r,i,a){var l;return o("caret",e,t,n,r,i,a),R(n)?l="":R(r)?l=">="+n+".0.0 <"+(+n+1)+".0.0":R(i)?l="0"===n?">="+n+"."+r+".0 <"+n+"."+(+r+1)+".0":">="+n+"."+r+".0 <"+(+n+1)+".0.0":a?(o("replaceCaret pr",a),l="0"===n?"0"===r?">="+n+"."+r+"."+i+"-"+a+" <"+n+"."+r+"."+(+i+1):">="+n+"."+r+"."+i+"-"+a+" <"+n+"."+(+r+1)+".0":">="+n+"."+r+"."+i+"-"+a+" <"+(+n+1)+".0.0"):(o("no pr"),l="0"===n?"0"===r?">="+n+"."+r+"."+i+" <"+n+"."+r+"."+(+i+1):">="+n+"."+r+"."+i+" <"+n+"."+(+r+1)+".0":">="+n+"."+r+"."+i+" <"+(+n+1)+".0.0"),o("caret return",l),l}))}(e,t)})).join(" ")}(e,t),o("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){var n=t.loose?a[u.TILDELOOSE]:a[u.TILDE];return e.replace(n,(function(t,n,r,i,a){var l;return o("tilde",e,t,n,r,i,a),R(n)?l="":R(r)?l=">="+n+".0.0 <"+(+n+1)+".0.0":R(i)?l=">="+n+"."+r+".0 <"+n+"."+(+r+1)+".0":a?(o("replaceTilde pr",a),l=">="+n+"."+r+"."+i+"-"+a+" <"+n+"."+(+r+1)+".0"):l=">="+n+"."+r+"."+i+" <"+n+"."+(+r+1)+".0",o("tilde return",l),l}))}(e,t)})).join(" ")}(e,t),o("tildes",e),e=function(e,t){return o("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){e=e.trim();var n=t.loose?a[u.XRANGELOOSE]:a[u.XRANGE];return e.replace(n,(function(n,r,i,a,l,u){o("xRange",e,n,r,i,a,l,u);var c=R(i),s=c||R(a),f=s||R(l),p=f;return"="===r&&p&&(r=""),u=t.includePrerelease?"-0":"",c?n=">"===r||"<"===r?"<0.0.0-0":"*":r&&p?(s&&(a=0),l=0,">"===r?(r=">=",s?(i=+i+1,a=0,l=0):(a=+a+1,l=0)):"<="===r&&(r="<",s?i=+i+1:a=+a+1),n=r+i+"."+a+"."+l+u):s?n=">="+i+".0.0"+u+" <"+(+i+1)+".0.0"+u:f&&(n=">="+i+"."+a+".0"+u+" <"+i+"."+(+a+1)+".0"+u),o("xRange return",n),n}))}(e,t)})).join(" ")}(e,t),o("xrange",e),e=function(e,t){return o("replaceStars",e,t),e.trim().replace(a[u.STAR],"")}(e,t),o("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(i=i.filter((function(e){return!!e.match(r)}))),i=i.map((function(e){return new I(e,this.options)}),this)},C.prototype.intersects=function(e,t){if(!(e instanceof C))throw new TypeError("a Range is required");return this.set.some((function(n){return k(n,t)&&e.set.some((function(e){return k(e,t)&&n.every((function(n){return e.every((function(e){return n.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new C(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},C.prototype.test=function(e){if(!e)return!1;if("string"==typeof e)try{e=new d(e,this.options)}catch(e){return!1}for(var t=0;t<this.set.length;t++)if(P(this.set[t],e,this.options))return!0;return!1},t.satisfies=A,t.maxSatisfying=function(e,t,n){var r=null,o=null;try{var i=new C(t,n)}catch(e){return null}return e.forEach((function(e){i.test(e)&&(r&&-1!==o.compare(e)||(o=new d(r=e,n)))})),r},t.minSatisfying=function(e,t,n){var r=null,o=null;try{var i=new C(t,n)}catch(e){return null}return e.forEach((function(e){i.test(e)&&(r&&1!==o.compare(e)||(o=new d(r=e,n)))})),r},t.minVersion=function(e,t){e=new C(e,t);var n=new d("0.0.0");if(e.test(n))return n;if(n=new d("0.0.0-0"),e.test(n))return n;n=null;for(var r=0;r<e.set.length;++r){e.set[r].forEach((function(e){var t=new d(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":n&&!y(n,t)||(n=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}if(n&&e.test(n))return n;return null},t.validRange=function(e,t){try{return new C(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,n){return x(e,t,"<",n)},t.gtr=function(e,t,n){return x(e,t,">",n)},t.outside=x,t.prerelease=function(e,t){var n=p(e,t);return n&&n.prerelease.length?n.prerelease:null},t.intersects=function(e,t,n){return e=new C(e,n),t=new C(t,n),e.intersects(t)},t.coerce=function(e,t){if(e instanceof d)return e;"number"==typeof e&&(e=String(e));if("string"!=typeof e)return null;var n=null;if((t=t||{}).rtl){for(var r;(r=a[u.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length);)n&&r.index+r[0].length===n.index+n[0].length||(n=r),a[u.COERCERTL].lastIndex=r.index+r[1].length+r[2].length;a[u.COERCERTL].lastIndex=-1}else n=e.match(a[u.COERCE]);if(null===n)return null;return p(n[2]+"."+(n[3]||"0")+"."+(n[4]||"0"),t)}}).call(this,n(5))},function(e,t,n){(function(t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,a=/^0o[0-7]+$/i,l=parseInt,u="object"==(void 0===t?"undefined":n(t))&&t&&t.Object===Object&&t,c="object"==("undefined"==typeof self?"undefined":n(self))&&self&&self.Object===Object&&self,s=u||c||Function("return this")(),f=Object.prototype.toString,p=Math.max,d=Math.min,h=function(){return s.Date.now()};function m(e,t,n){var r,o,i,a,l,u,c=0,s=!1,f=!1,m=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,i=o;return r=o=void 0,c=t,a=e.apply(i,n)}function b(e){return c=e,l=setTimeout(E,t),s?y(e):a}function w(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-c>=i}function E(){var e=h();if(w(e))return S(e);l=setTimeout(E,function(e){var n=t-(e-u);return f?d(n,i-(e-c)):n}(e))}function S(e){return l=void 0,m&&r?y(e):(r=o=void 0,a)}function O(){var e=h(),n=w(e);if(r=arguments,o=this,u=e,n){if(void 0===l)return b(u);if(f)return l=setTimeout(E,t),y(u)}return void 0===l&&(l=setTimeout(E,t)),a}return t=g(t)||0,v(n)&&(s=!!n.leading,i=(f="maxWait"in n)?p(g(n.maxWait)||0,t):i,m="trailing"in n?!!n.trailing:m),O.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=u=o=l=void 0},O.flush=function(){return void 0===l?a:S(h())},O}function v(e){var t=n(e);return!!e&&("object"==t||"function"==t)}function y(e){return"symbol"==n(e)||function(e){return!!e&&"object"==n(e)}(e)&&"[object Symbol]"==f.call(e)}function g(e){if("number"==typeof e)return e;if(y(e))return NaN;if(v(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=v(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=i.test(e);return n||a.test(e)?l(e.slice(2),n?2:8):o.test(e)?NaN:+e}e.exports=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return v(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),m(e,t,{leading:r,maxWait:t,trailing:o})}}).call(this,n(4))},function(e,t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":n(window))&&(r=window)}e.exports=r},function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function l(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var u,c=[],s=!1,f=-1;function p(){s&&u&&(s=!1,u.length?c=u.concat(c):f=-1,c.length&&d())}function d(){if(!s){var e=l(p);s=!0;for(var t=c.length;t;){for(u=c,c=[];++f<t;)u&&u[f].run();f=-1,t=c.length}u=null,s=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function m(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new h(e,t)),1!==c.length||s||l(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=m,o.addListener=m,o.once=m,o.off=m,o.removeListener=m,o.removeAllListeners=m,o.emit=m,o.prependListener=m,o.prependOnceListener=m,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var i=n(10),a=Symbol("max"),l=Symbol("length"),u=Symbol("lengthCalculator"),c=Symbol("allowStale"),s=Symbol("maxAge"),f=Symbol("dispose"),p=Symbol("noDisposeOnSet"),d=Symbol("lruList"),h=Symbol("cache"),m=Symbol("updateAgeOnGet"),v=function(){return 1},y=function(){function e(t){if(r(this,e),"number"==typeof t&&(t={max:t}),t||(t={}),t.max&&("number"!=typeof t.max||t.max<0))throw new TypeError("max must be a non-negative number");this[a]=t.max||1/0;var n=t.length||v;if(this[u]="function"!=typeof n?v:n,this[c]=t.stale||!1,t.maxAge&&"number"!=typeof t.maxAge)throw new TypeError("maxAge must be a number");this[s]=t.maxAge||0,this[f]=t.dispose,this[p]=t.noDisposeOnSet||!1,this[m]=t.updateAgeOnGet||!1,this.reset()}var t,n,y;return t=e,(n=[{key:"rforEach",value:function(e,t){t=t||this;for(var n=this[d].tail;null!==n;){var r=n.prev;O(this,e,n,t),n=r}}},{key:"forEach",value:function(e,t){t=t||this;for(var n=this[d].head;null!==n;){var r=n.next;O(this,e,n,t),n=r}}},{key:"keys",value:function(){return this[d].toArray().map((function(e){return e.key}))}},{key:"values",value:function(){return this[d].toArray().map((function(e){return e.value}))}},{key:"reset",value:function(){var e=this;this[f]&&this[d]&&this[d].length&&this[d].forEach((function(t){return e[f](t.key,t.value)})),this[h]=new Map,this[d]=new i,this[l]=0}},{key:"dump",value:function(){var e=this;return this[d].map((function(t){return!b(e,t)&&{k:t.key,v:t.value,e:t.now+(t.maxAge||0)}})).toArray().filter((function(e){return e}))}},{key:"dumpLru",value:function(){return this[d]}},{key:"set",value:function(e,t,n){if((n=n||this[s])&&"number"!=typeof n)throw new TypeError("maxAge must be a number");var r=n?Date.now():0,o=this[u](t,e);if(this[h].has(e)){if(o>this[a])return E(this,this[h].get(e)),!1;var i=this[h].get(e).value;return this[f]&&(this[p]||this[f](e,i.value)),i.now=r,i.maxAge=n,i.value=t,this[l]+=o-i.length,i.length=o,this.get(e),w(this),!0}var c=new S(e,t,o,r,n);return c.length>this[a]?(this[f]&&this[f](e,t),!1):(this[l]+=c.length,this[d].unshift(c),this[h].set(e,this[d].head),w(this),!0)}},{key:"has",value:function(e){if(!this[h].has(e))return!1;var t=this[h].get(e).value;return!b(this,t)}},{key:"get",value:function(e){return g(this,e,!0)}},{key:"peek",value:function(e){return g(this,e,!1)}},{key:"pop",value:function(){var e=this[d].tail;return e?(E(this,e),e.value):null}},{key:"del",value:function(e){E(this,this[h].get(e))}},{key:"load",value:function(e){this.reset();for(var t=Date.now(),n=e.length-1;n>=0;n--){var r=e[n],o=r.e||0;if(0===o)this.set(r.k,r.v);else{var i=o-t;i>0&&this.set(r.k,r.v,i)}}}},{key:"prune",value:function(){var e=this;this[h].forEach((function(t,n){return g(e,n,!1)}))}},{key:"max",set:function(e){if("number"!=typeof e||e<0)throw new TypeError("max must be a non-negative number");this[a]=e||1/0,w(this)},get:function(){return this[a]}},{key:"allowStale",set:function(e){this[c]=!!e},get:function(){return this[c]}},{key:"maxAge",set:function(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[s]=e,w(this)},get:function(){return this[s]}},{key:"lengthCalculator",set:function(e){var t=this;"function"!=typeof e&&(e=v),e!==this[u]&&(this[u]=e,this[l]=0,this[d].forEach((function(e){e.length=t[u](e.value,e.key),t[l]+=e.length}))),w(this)},get:function(){return this[u]}},{key:"length",get:function(){return this[l]}},{key:"itemCount",get:function(){return this[d].length}}])&&o(t.prototype,n),y&&o(t,y),e}(),g=function(e,t,n){var r=e[h].get(t);if(r){var o=r.value;if(b(e,o)){if(E(e,r),!e[c])return}else n&&(e[m]&&(r.value.now=Date.now()),e[d].unshiftNode(r));return o.value}},b=function(e,t){if(!t||!t.maxAge&&!e[s])return!1;var n=Date.now()-t.now;return t.maxAge?n>t.maxAge:e[s]&&n>e[s]},w=function(e){if(e[l]>e[a])for(var t=e[d].tail;e[l]>e[a]&&null!==t;){var n=t.prev;E(e,t),t=n}},E=function(e,t){if(t){var n=t.value;e[f]&&e[f](n.key,n.value),e[l]-=n.length,e[h].delete(n.key),e[d].removeNode(t)}},S=function e(t,n,o,i,a){r(this,e),this.key=t,this.value=n,this.length=o,this.now=i,this.maxAge=a||0},O=function(e,t,n,r){var o=n.value;b(e,o)&&(E(e,n),e[c]||(o=void 0)),o&&t.call(r,o.value,o.key,e)};e.exports=y},function(e,t,n){(function(t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}e.exports=function(){if("undefined"==typeof document||!document.addEventListener)return null;var r,o,i,a={};return a.copy=function(){var e=!1,t=null,n=!1;function r(){e=!1,t=null,n&&window.getSelection().removeAllRanges(),n=!1}return document.addEventListener("copy",(function(n){if(e){for(var r in t)n.clipboardData.setData(r,t[r]);n.preventDefault()}})),function(o){return new Promise((function(i,a){e=!0,"string"==typeof o?t={"text/plain":o}:o instanceof Node?t={"text/html":(new XMLSerializer).serializeToString(o)}:o instanceof Object?t=o:a("Invalid data type. Must be string, DOM node, or an object mapping MIME types to strings."),function e(t){try{if(document.execCommand("copy"))r(),i();else{if(t)throw r(),new Error("Unable to copy. Perhaps it's not available in your browser?");!function(){var e=document.getSelection();if(!document.queryCommandEnabled("copy")&&e.isCollapsed){var t=document.createRange();t.selectNodeContents(document.body),e.removeAllRanges(),e.addRange(t),n=!0}}(),e(!0)}}catch(e){r(),a(e)}}(!1)}))}}(),a.paste=(i=!1,document.addEventListener("paste",(function(e){if(i){i=!1,e.preventDefault();var t=r;r=null,t(e.clipboardData.getData(o))}})),function(e){return new Promise((function(t,n){i=!0,r=t,o=e||"text/plain";try{document.execCommand("paste")||(i=!1,n(new Error("Unable to paste. Pasting only works in Internet Explorer at the moment.")))}catch(e){i=!1,n(new Error(e))}}))}),"undefined"==typeof ClipboardEvent&&void 0!==window.clipboardData&&void 0!==window.clipboardData.setData&&(
|
||
/*! promise-polyfill 2.0.1 */
|
||
function(r){function o(e,t){return function(){e.apply(t,arguments)}}function i(e){if("object"!=n(this))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=null,this._value=null,this._deferreds=[],f(e,o(l,this),o(u,this))}function a(e){var t=this;return null===this._state?void this._deferreds.push(e):void p((function(){var n=t._state?e.onFulfilled:e.onRejected;if(null!==n){var r;try{r=n(t._value)}catch(t){return void e.reject(t)}e.resolve(r)}else(t._state?e.resolve:e.reject)(t._value)}))}function l(e){try{if(e===this)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==n(e)||"function"==typeof e)){var t=e.then;if("function"==typeof t)return void f(o(t,e),o(l,this),o(u,this))}this._state=!0,this._value=e,c.call(this)}catch(e){u.call(this,e)}}function u(e){this._state=!1,this._value=e,c.call(this)}function c(){for(var e=0,t=this._deferreds.length;t>e;e++)a.call(this,this._deferreds[e]);this._deferreds=null}function s(e,t,n,r){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.resolve=n,this.reject=r}function f(e,t,n){var r=!1;try{e((function(e){r||(r=!0,t(e))}),(function(e){r||(r=!0,n(e))}))}catch(e){if(r)return;r=!0,n(e)}}var p=i.immediateFn||"function"==typeof t&&t||function(e){setTimeout(e,1)},d=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};i.prototype.catch=function(e){return this.then(null,e)},i.prototype.then=function(e,t){var n=this;return new i((function(r,o){a.call(n,new s(e,t,r,o))}))},i.all=function(){var e=Array.prototype.slice.call(1===arguments.length&&d(arguments[0])?arguments[0]:arguments);return new i((function(t,r){function o(a,l){try{if(l&&("object"==n(l)||"function"==typeof l)){var u=l.then;if("function"==typeof u)return void u.call(l,(function(e){o(a,e)}),r)}e[a]=l,0==--i&&t(e)}catch(e){r(e)}}if(0===e.length)return t([]);for(var i=e.length,a=0;a<e.length;a++)o(a,e[a])}))},i.resolve=function(e){return e&&"object"==n(e)&&e.constructor===i?e:new i((function(t){t(e)}))},i.reject=function(e){return new i((function(t,n){n(e)}))},i.race=function(e){return new i((function(t,n){for(var r=0,o=e.length;o>r;r++)e[r].then(t,n)}))},e.exports?e.exports=i:r.Promise||(r.Promise=i)}(this),a.copy=function(e){return new Promise((function(t,n){if("string"!=typeof e&&!("text/plain"in e))throw new Error("You must provide a text/plain type.");var r="string"==typeof e?e:e["text/plain"];window.clipboardData.setData("Text",r)?t():n(new Error("Copying was rejected."))}))},a.paste=function(){return new Promise((function(e,t){var n=window.clipboardData.getData("Text");n?e(n):t(new Error("Pasting was rejected."))}))}),a}()}).call(this,n(13).setImmediate)},function(e,t,n){"use strict";e.exports=n(15)},function(e,t,n){"use strict";n.r(t),t.default=":root {\n /**\n * IMPORTANT: When new theme variables are added below– also add them to SettingsContext updateThemeVariables()\n */\n\n /* Light theme */\n --light-color-attribute-name: #ef6632;\n --light-color-attribute-name-not-editable: #23272f;\n --light-color-attribute-name-inverted: rgba(255, 255, 255, 0.7);\n --light-color-attribute-value: #1a1aa6;\n --light-color-attribute-value-inverted: #ffffff;\n --light-color-attribute-editable-value: #1a1aa6;\n --light-color-background: #ffffff;\n --light-color-background-hover: rgba(0, 136, 250, 0.1);\n --light-color-background-inactive: #e5e5e5;\n --light-color-background-invalid: #fff0f0;\n --light-color-background-selected: #0088fa;\n --light-color-button-background: #ffffff;\n --light-color-button-background-focus: #ededed;\n --light-color-button: #5f6673;\n --light-color-button-disabled: #cfd1d5;\n --light-color-button-active: #0088fa;\n --light-color-button-focus: #23272f;\n --light-color-button-hover: #23272f;\n --light-color-border: #eeeeee;\n --light-color-commit-did-not-render-fill: #cfd1d5;\n --light-color-commit-did-not-render-fill-text: #000000;\n --light-color-commit-did-not-render-pattern: #cfd1d5;\n --light-color-commit-did-not-render-pattern-text: #333333;\n --light-color-commit-gradient-0: #37afa9;\n --light-color-commit-gradient-1: #63b19e;\n --light-color-commit-gradient-2: #80b393;\n --light-color-commit-gradient-3: #97b488;\n --light-color-commit-gradient-4: #abb67d;\n --light-color-commit-gradient-5: #beb771;\n --light-color-commit-gradient-6: #cfb965;\n --light-color-commit-gradient-7: #dfba57;\n --light-color-commit-gradient-8: #efbb49;\n --light-color-commit-gradient-9: #febc38;\n --light-color-commit-gradient-text: #000000;\n --light-color-component-name: #6a51b2;\n --light-color-component-name-inverted: #ffffff;\n --light-color-component-badge-background: rgba(0, 0, 0, 0.1);\n --light-color-component-badge-background-inverted: rgba(255, 255, 255, 0.25);\n --light-color-component-badge-count: #777d88;\n --light-color-component-badge-count-inverted: rgba(255, 255, 255, 0.7);\n --light-color-context-background: rgba(0,0,0,.9);\n --light-color-context-background-hover: rgba(255, 255, 255, 0.1);\n --light-color-context-background-selected: #178fb9;\n --light-color-context-border: #3d424a;\n --light-color-context-text: #ffffff;\n --light-color-context-text-selected: #ffffff;\n --light-color-dim: #777d88;\n --light-color-dimmer: #cfd1d5;\n --light-color-dimmest: #eff0f1;\n --light-color-error-background: hsl(0, 100%, 97%);\n --light-color-error-border: hsl(0, 100%, 92%);\n --light-color-error-text: #ff0000;\n --light-color-expand-collapse-toggle: #777d88;\n --light-color-link: #0000ff;\n --light-color-modal-background: rgba(255, 255, 255, 0.75);\n --light-color-record-active: #fc3a4b;\n --light-color-record-hover: #3578e5;\n --light-color-record-inactive: #0088fa;\n --light-color-scroll-thumb: #c2c2c2;\n --light-color-scroll-track: #fafafa;\n --light-color-search-match: yellow;\n --light-color-search-match-current: #f7923b;\n --light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.1);\n --light-color-selected-tree-highlight-inactive: rgba(0, 0, 0, 0.05);\n --light-color-shadow: rgba(0, 0, 0, 0.25);\n --light-color-tab-selected-border: #0088fa;\n --light-color-text: #000000;\n --light-color-text-invalid: #ff0000;\n --light-color-text-selected: #ffffff;\n --light-color-toggle-background-invalid: #fc3a4b;\n --light-color-toggle-background-on: #0088fa;\n --light-color-toggle-background-off: #cfd1d5;\n --light-color-toggle-text: #ffffff;\n --light-color-tooltip-background: rgba(0, 0, 0, 0.9);\n --light-color-tooltip-text: #ffffff;\n\n /* Dark theme */\n --dark-color-attribute-name: #9d87d2;\n --dark-color-attribute-name-not-editable: #ededed;\n --dark-color-attribute-name-inverted: #282828;\n --dark-color-attribute-value: #cedae0;\n --dark-color-attribute-value-inverted: #ffffff;\n --dark-color-attribute-editable-value: yellow;\n --dark-color-background: #282c34;\n --dark-color-background-hover: rgba(255, 255, 255, 0.1);\n --dark-color-background-inactive: #3d424a;\n --dark-color-background-invalid: #5c0000;\n --dark-color-background-selected: #178fb9;\n --dark-color-button-background: #282c34;\n --dark-color-button-background-focus: #3d424a;\n --dark-color-button: #afb3b9;\n --dark-color-button-active: #61dafb;\n --dark-color-button-disabled: #4f5766;\n --dark-color-button-focus: #a2e9fc;\n --dark-color-button-hover: #ededed;\n --dark-color-border: #3d424a;\n --dark-color-commit-did-not-render-fill: #777d88;\n --dark-color-commit-did-not-render-fill-text: #000000;\n --dark-color-commit-did-not-render-pattern: #666c77;\n --dark-color-commit-did-not-render-pattern-text: #ffffff;\n --dark-color-commit-gradient-0: #37afa9;\n --dark-color-commit-gradient-1: #63b19e;\n --dark-color-commit-gradient-2: #80b393;\n --dark-color-commit-gradient-3: #97b488;\n --dark-color-commit-gradient-4: #abb67d;\n --dark-color-commit-gradient-5: #beb771;\n --dark-color-commit-gradient-6: #cfb965;\n --dark-color-commit-gradient-7: #dfba57;\n --dark-color-commit-gradient-8: #efbb49;\n --dark-color-commit-gradient-9: #febc38;\n --dark-color-commit-gradient-text: #000000;\n --dark-color-component-name: #61dafb;\n --dark-color-component-name-inverted: #282828;\n --dark-color-component-badge-background: rgba(255, 255, 255, 0.25);\n --dark-color-component-badge-background-inverted: rgba(0, 0, 0, 0.25);\n --dark-color-component-badge-count: #8f949d;\n --dark-color-component-badge-count-inverted: rgba(255, 255, 255, 0.7);\n --dark-color-context-background: rgba(255,255,255,.9);\n --dark-color-context-background-hover: rgba(0, 136, 250, 0.1);\n --dark-color-context-background-selected: #0088fa;\n --dark-color-context-border: #eeeeee;\n --dark-color-context-text: #000000;\n --dark-color-context-text-selected: #ffffff;\n --dark-color-dim: #8f949d;\n --dark-color-dimmer: #777d88;\n --dark-color-dimmest: #4f5766;\n --dark-color-error-background: #200;\n --dark-color-error-border: #900;\n --dark-color-error-text: #f55;\n --dark-color-expand-collapse-toggle: #8f949d;\n --dark-color-link: #61dafb;\n --dark-color-modal-background: rgba(0, 0, 0, 0.75);\n --dark-color-record-active: #fc3a4b;\n --dark-color-record-hover: #a2e9fc;\n --dark-color-record-inactive: #61dafb;\n --dark-color-scroll-thumb: #afb3b9;\n --dark-color-scroll-track: #313640;\n --dark-color-search-match: yellow;\n --dark-color-search-match-current: #f7923b;\n --dark-color-selected-tree-highlight-active: rgba(23, 143, 185, 0.15);\n --dark-color-selected-tree-highlight-inactive: rgba(255, 255, 255, 0.05);\n --dark-color-shadow: rgba(0, 0, 0, 0.5);\n --dark-color-tab-selected-border: #178fb9;\n --dark-color-text: #ffffff;\n --dark-color-text-invalid: #ff8080;\n --dark-color-text-selected: #ffffff;\n --dark-color-toggle-background-invalid: #fc3a4b;\n --dark-color-toggle-background-on: #178fb9;\n --dark-color-toggle-background-off: #777d88;\n --dark-color-toggle-text: #ffffff;\n --dark-color-tooltip-background: rgba(255, 255, 255, 0.9);\n --dark-color-tooltip-text: #000000;\n\n /* Font smoothing */\n --light-font-smoothing: auto;\n --dark-font-smoothing: antialiased;\n --font-smoothing: auto;\n\n /* Compact density */\n --compact-font-size-monospace-small: 9px;\n --compact-font-size-monospace-normal: 11px;\n --compact-font-size-monospace-large: 15px;\n --compact-font-size-sans-small: 10px;\n --compact-font-size-sans-normal: 12px;\n --compact-font-size-sans-large: 14px;\n --compact-line-height-data: 18px;\n --compact-root-font-size: 16px;\n\n /* Comfortable density */\n --comfortable-font-size-monospace-small: 10px;\n --comfortable-font-size-monospace-normal: 13px;\n --comfortable-font-size-monospace-large: 17px;\n --comfortable-font-size-sans-small: 12px;\n --comfortable-font-size-sans-normal: 14px;\n --comfortable-font-size-sans-large: 16px;\n --comfortable-line-height-data: 22px;\n --comfortable-root-font-size: 20px;\n\n /* GitHub.com system fonts */\n --font-family-monospace: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo,\n Courier, monospace;\n --font-family-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,\n Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;\n\n /* Constant values shared between JS and CSS */\n --interaction-commit-size: 10px;\n --interaction-label-width: 200px;\n}\n"},function(e,t,n){"use strict";function r(e){var t=this;if(t instanceof r||(t=new r),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var n=0,o=arguments.length;n<o;n++)t.push(arguments[n]);return t}function o(e,t,n){var r=t===e.head?new l(n,null,t,e):new l(n,t,t.next,e);return null===r.next&&(e.tail=r),null===r.prev&&(e.head=r),e.length++,r}function i(e,t){e.tail=new l(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function a(e,t){e.head=new l(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function l(e,t,n,r){if(!(this instanceof l))return new l(e,t,n,r);this.list=r,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,n?(n.prev=this,this.next=n):this.next=null}e.exports=r,r.Node=l,r.create=r,r.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,n=e.prev;return t&&(t.prev=n),n&&(n.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=n),e.list.length--,e.next=null,e.prev=null,e.list=null,t},r.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},r.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},r.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)i(this,arguments[e]);return this.length},r.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)a(this,arguments[e]);return this.length},r.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},r.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},r.prototype.forEach=function(e,t){t=t||this;for(var n=this.head,r=0;null!==n;r++)e.call(t,n.value,r,this),n=n.next},r.prototype.forEachReverse=function(e,t){t=t||this;for(var n=this.tail,r=this.length-1;null!==n;r--)e.call(t,n.value,r,this),n=n.prev},r.prototype.get=function(e){for(var t=0,n=this.head;null!==n&&t<e;t++)n=n.next;if(t===e&&null!==n)return n.value},r.prototype.getReverse=function(e){for(var t=0,n=this.tail;null!==n&&t<e;t++)n=n.prev;if(t===e&&null!==n)return n.value},r.prototype.map=function(e,t){t=t||this;for(var n=new r,o=this.head;null!==o;)n.push(e.call(t,o.value,this)),o=o.next;return n},r.prototype.mapReverse=function(e,t){t=t||this;for(var n=new r,o=this.tail;null!==o;)n.push(e.call(t,o.value,this)),o=o.prev;return n},r.prototype.reduce=function(e,t){var n,r=this.head;if(arguments.length>1)n=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");r=this.head.next,n=this.head.value}for(var o=0;null!==r;o++)n=e(n,r.value,o),r=r.next;return n},r.prototype.reduceReverse=function(e,t){var n,r=this.tail;if(arguments.length>1)n=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");r=this.tail.prev,n=this.tail.value}for(var o=this.length-1;null!==r;o--)n=e(n,r.value,o),r=r.prev;return n},r.prototype.toArray=function(){for(var e=new Array(this.length),t=0,n=this.head;null!==n;t++)e[t]=n.value,n=n.next;return e},r.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,n=this.tail;null!==n;t++)e[t]=n.value,n=n.prev;return e},r.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new r;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var o=0,i=this.head;null!==i&&o<e;o++)i=i.next;for(;null!==i&&o<t;o++,i=i.next)n.push(i.value);return n},r.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new r;if(t<e||t<0)return n;e<0&&(e=0),t>this.length&&(t=this.length);for(var o=this.length,i=this.tail;null!==i&&o>t;o--)i=i.prev;for(;null!==i&&o>e;o--,i=i.prev)n.push(i.value);return n},r.prototype.splice=function(e,t){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var n=0,r=this.head;null!==r&&n<e;n++)r=r.next;var i=[];for(n=0;r&&n<t;n++)i.push(r.value),r=this.removeNode(r);null===r&&(r=this.tail),r!==this.head&&r!==this.tail&&(r=r.prev);for(n=2;n<arguments.length;n++)r=o(this,r,arguments[n]);return i},r.prototype.reverse=function(){for(var e=this.head,t=this.tail,n=e;null!==n;n=n.prev){var r=n.prev;n.prev=n.next,n.next=r}return this.head=t,this.tail=e,this};try{n(11)(r)}catch(e){}},function(e,t,n){"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=this.head;case 1:if(!t){e.next=7;break}return e.next=4,t.value;case 4:t=t.next,e.next=1;break;case 7:case"end":return e.stop()}}),e,this)}))}},function(e,t,n){"use strict";
|
||
/** @license React v0.0.0-experimental-9b8060041
|
||
* react-is.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=60103,i=60106,a=60107,l=60108,u=60114,c=60109,s=60110,f=60112,p=60113,d=60120,h=60115,m=60116,v=60117,y=60129,g=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;o=b("react.element"),i=b("react.portal"),a=b("react.fragment"),l=b("react.strict_mode"),u=b("react.profiler"),c=b("react.provider"),s=b("react.context"),f=b("react.forward_ref"),p=b("react.suspense"),d=b("react.suspense_list"),h=b("react.memo"),m=b("react.lazy"),v=b("react.fundamental"),y=b("react.debug_trace_mode"),g=b("react.legacy_hidden")}var w=0;function E(e){if("object"===r(e)&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case a:case u:case l:case p:case d:return e;default:switch(e=e&&e.$$typeof){case s:case f:case m:case h:case c:return e;default:return t}}case i:return t}}}"function"==typeof Symbol&&(w=Symbol.for("react.module.reference"));var S=c,O=o,I=f,_=a,C=m,k=h,R=i,T=u,P=l,A=p;t.ContextConsumer=s,t.ContextProvider=S,t.Element=O,t.ForwardRef=I,t.Fragment=_,t.Lazy=C,t.Memo=k,t.Portal=R,t.Profiler=T,t.StrictMode=P,t.Suspense=A,t.isAsyncMode=function(){return!1},t.isConcurrentMode=function(){return!1},t.isContextConsumer=function(e){return E(e)===s},t.isContextProvider=function(e){return E(e)===c},t.isElement=function(e){return"object"===r(e)&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return E(e)===f},t.isFragment=function(e){return E(e)===a},t.isLazy=function(e){return E(e)===m},t.isMemo=function(e){return E(e)===h},t.isPortal=function(e){return E(e)===i},t.isProfiler=function(e){return E(e)===u},t.isStrictMode=function(e){return E(e)===l},t.isSuspense=function(e){return E(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===u||e===y||e===l||e===p||e===d||e===g||"object"===r(e)&&null!==e&&(e.$$typeof===m||e.$$typeof===h||e.$$typeof===c||e.$$typeof===s||e.$$typeof===f||e.$$typeof===v||e.$$typeof===w||void 0!==e.getModuleId)},t.typeOf=E},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(14),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(4))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,o,i,a,l,u=1,c={},s=!1,f=e.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(e);p=p&&p.setTimeout?p:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},r=function(e){i.port2.postMessage(e)}):f&&"onreadystatechange"in f.createElement("script")?(o=f.documentElement,r=function(e){var t=f.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):r=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",l=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",l,!1):e.attachEvent("onmessage",l),r=function(t){e.postMessage(a+t,"*")}),p.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var o={callback:e,args:t};return c[u]=o,r(u),u++},p.clearImmediate=d}function d(e){delete c[e]}function h(e){if(s)setTimeout(h,0,e);else{var t=c[e];if(t){s=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{d(e),s=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(4),n(5))},function(e,t,n){"use strict";
|
||
/** @license React v0.0.0-experimental-9b8060041
|
||
* react-debug-tools.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=n(1),i=n(16);var a=n(18).__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,l=60128;if("function"==typeof Symbol&&Symbol.for){var u=Symbol.for;l=u("react.opaque.id")}var c=[],s=null,f=null;function p(){if(null===s){var e=new Map;try{m.useContext({_currentValue:null}),m.useState(null),m.useReducer((function(e){return e}),null),m.useRef(null),m.useLayoutEffect((function(){})),m.useEffect((function(){})),m.useImperativeHandle(void 0,(function(){return null})),m.useDebugValue(null),m.useCallback((function(){})),m.useMemo((function(){return null}))}finally{var t=c;c=[]}for(var n=0;n<t.length;n++){var r=t[n];e.set(r.primitive,i.parse(r.stackError))}s=e}return s}var d=null;function h(){var e=d;return null!==e&&(d=e.next),e}var m={getCacheForType:function(){throw Error(function(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);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."}(248))},readContext:function(e){return e._currentValue},useCallback:function(e){var t=h();return c.push({primitive:"Callback",stackError:Error(),value:null!==t?t.memoizedState[0]:e}),e},useContext:function(e){return c.push({primitive:"Context",stackError:Error(),value:e._currentValue}),e._currentValue},useEffect:function(e){h(),c.push({primitive:"Effect",stackError:Error(),value:e})},useImperativeHandle:function(e){h();var t=void 0;null!==e&&"object"===r(e)&&(t=e.current),c.push({primitive:"ImperativeHandle",stackError:Error(),value:t})},useDebugValue:function(e,t){c.push({primitive:"DebugValue",stackError:Error(),value:"function"==typeof t?t(e):e})},useLayoutEffect:function(e){h(),c.push({primitive:"LayoutEffect",stackError:Error(),value:e})},useMemo:function(e){var t=h();return e=null!==t?t.memoizedState[0]:e(),c.push({primitive:"Memo",stackError:Error(),value:e}),e},useReducer:function(e,t,n){return t=null!==(e=h())?e.memoizedState:void 0!==n?n(t):t,c.push({primitive:"Reducer",stackError:Error(),value:t}),[t,function(){}]},useRef:function(e){var t=h();return e=null!==t?t.memoizedState:{current:e},c.push({primitive:"Ref",stackError:Error(),value:e.current}),e},useState:function(e){var t=h();return e=null!==t?t.memoizedState:"function"==typeof e?e():e,c.push({primitive:"State",stackError:Error(),value:e}),[e,function(){}]},useTransition:function(){return h(),h(),c.push({primitive:"Transition",stackError:Error(),value:void 0}),[function(){},!1]},useMutableSource:function(e,t){return h(),h(),h(),h(),e=t(e._source),c.push({primitive:"MutableSource",stackError:Error(),value:e}),e},useDeferredValue:function(e){return h(),h(),c.push({primitive:"DeferredValue",stackError:Error(),value:e}),e},useOpaqueIdentifier:function(){var e=h();return f&&0===f.mode&&h(),(e=null===e?void 0:e.memoizedState)&&e.$$typeof===l&&(e=void 0),c.push({primitive:"OpaqueIdentifier",stackError:Error(),value:e}),e}},v=0;function y(e,t,n){var r=t[n].source,o=0;e:for(;o<e.length;o++)if(e[o].source===r){for(var i=n+1,a=o+1;i<t.length&&a<e.length;i++,a++)if(e[a].source!==t[i].source)continue e;return o}return-1}function g(e,t){return!!e&&(t="use"+t,!(e.length<t.length)&&e.lastIndexOf(t)===e.length-t.length)}function b(e){if(!e)return"";var t=e.lastIndexOf(".");return-1===t&&(t=0),"use"===e.substr(t,3)&&(t+=3),e.substr(t)}function w(e,t){for(var n=[],r=null,o=n,a=0,l=[],u=0;u<t.length;u++){var c=t[u],s=e,f=i.parse(c.stackError);e:{var d=f,h=y(d,s,v);if(-1!==h)s=h;else{for(var m=0;m<s.length&&5>m;m++)if(-1!==(h=y(d,s,m))){v=m,s=h;break e}s=-1}}e:{if(d=f,void 0!==(h=p().get(c.primitive)))for(m=0;m<h.length&&m<d.length;m++)if(h[m].source!==d[m].source){m<d.length-1&&g(d[m].functionName,c.primitive)&&m++,m<d.length-1&&g(d[m].functionName,c.primitive)&&m++,d=m;break e}d=-1}if(null!==(f=-1===s||-1===d||2>s-d?null:f.slice(d,s-1))){if(s=0,null!==r){for(;s<f.length&&s<r.length&&f[f.length-s-1].source===r[r.length-s-1].source;)s++;for(r=r.length-1;r>s;r--)o=l.pop()}for(r=f.length-s-1;1<=r;r--)s=[],o.push({id:null,isStateEditable:!1,name:b(f[r-1].functionName),value:void 0,subHooks:s}),l.push(o),o=s;r=f}s="Context"===(f=c.primitive)||"DebugValue"===f?null:a++,o.push({id:s,isStateEditable:"Reducer"===f||"State"===f,name:f,value:c.value,subHooks:[]})}return function e(t,n){for(var r=[],o=0;o<t.length;o++){var i=t[o];"DebugValue"===i.name&&0===i.subHooks.length?(t.splice(o,1),o--,r.push(i)):e(i.subHooks,i)}null!==n&&(1===r.length?n.value=r[0].value:1<r.length&&(n.value=r.map((function(e){return e.value}))))}(n,null),n}function E(e,t,n){null==n&&(n=a.ReactCurrentDispatcher);var r=n.current;n.current=m;try{var o=Error();e(t)}finally{e=c,c=[],n.current=r}return w(n=i.parse(o),e)}t.inspectHooks=E,t.inspectHooksOfFiber=function(e,t){if(null==t&&(t=a.ReactCurrentDispatcher),f=e,0!==e.tag&&15!==e.tag&&11!==e.tag)throw Error("Unknown Fiber. Needs to be a function component to inspect hooks.");p();var n=e.type,r=e.memoizedProps;if(n!==e.elementType&&n&&n.defaultProps){r=o({},r);var l=n.defaultProps;for(u in l)void 0===r[u]&&(r[u]=l[u])}d=e.memoizedState;var u=new Map;try{for(l=e;l;){if(10===l.tag){var s=l.type._context;u.has(s)||(u.set(s,s._currentValue),s._currentValue=l.memoizedProps.value)}l=l.return}if(11===e.tag){var h=n.render;n=r;var v=e.ref,y=(e=t).current;e.current=m;try{var g=Error();h(n,v)}finally{var b=c;c=[],e.current=y}return w(i.parse(g),b)}return E(n,r,t)}finally{d=null,function(e){e.forEach((function(e,t){return t._currentValue=e}))}(u)}}},function(e,t,n){var r,o,i;!function(a,l){"use strict";o=[n(17)],void 0===(i="function"==typeof(r=function(e){var t=/(^|@)\S+:\d+/,n=/^\s*at .*(\S+:\d+|\(native\))/m,r=/^(eval@)?(\[native code])?$/;return{parse:function(e){if(void 0!==e.stacktrace||void 0!==e["opera#sourceloc"])return this.parseOpera(e);if(e.stack&&e.stack.match(n))return this.parseV8OrIE(e);if(e.stack)return this.parseFFOrSafari(e);throw new Error("Cannot parse given Error object")},extractLocation:function(e){if(-1===e.indexOf(":"))return[e];var t=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(e.replace(/[()]/g,""));return[t[1],t[2]||void 0,t[3]||void 0]},parseV8OrIE:function(t){return t.stack.split("\n").filter((function(e){return!!e.match(n)}),this).map((function(t){t.indexOf("(eval ")>-1&&(t=t.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(\),.*$)/g,""));var n=t.replace(/^\s+/,"").replace(/\(eval code/g,"("),r=n.match(/ (\((.+):(\d+):(\d+)\)$)/),o=(n=r?n.replace(r[0],""):n).split(/\s+/).slice(1),i=this.extractLocation(r?r[1]:o.pop()),a=o.join(" ")||void 0,l=["eval","<anonymous>"].indexOf(i[0])>-1?void 0:i[0];return new e({functionName:a,fileName:l,lineNumber:i[1],columnNumber:i[2],source:t})}),this)},parseFFOrSafari:function(t){return t.stack.split("\n").filter((function(e){return!e.match(r)}),this).map((function(t){if(t.indexOf(" > eval")>-1&&(t=t.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),-1===t.indexOf("@")&&-1===t.indexOf(":"))return new e({functionName:t});var n=/((.*".+"[^@]*)?[^@]*)(?:@)/,r=t.match(n),o=r&&r[1]?r[1]:void 0,i=this.extractLocation(t.replace(n,""));return new e({functionName:o,fileName:i[0],lineNumber:i[1],columnNumber:i[2],source:t})}),this)},parseOpera:function(e){return!e.stacktrace||e.message.indexOf("\n")>-1&&e.message.split("\n").length>e.stacktrace.split("\n").length?this.parseOpera9(e):e.stack?this.parseOpera11(e):this.parseOpera10(e)},parseOpera9:function(t){for(var n=/Line (\d+).*script (?:in )?(\S+)/i,r=t.message.split("\n"),o=[],i=2,a=r.length;i<a;i+=2){var l=n.exec(r[i]);l&&o.push(new e({fileName:l[2],lineNumber:l[1],source:r[i]}))}return o},parseOpera10:function(t){for(var n=/Line (\d+).*script (?:in )?(\S+)(?:: In function (\S+))?$/i,r=t.stacktrace.split("\n"),o=[],i=0,a=r.length;i<a;i+=2){var l=n.exec(r[i]);l&&o.push(new e({functionName:l[3]||void 0,fileName:l[2],lineNumber:l[1],source:r[i]}))}return o},parseOpera11:function(n){return n.stack.split("\n").filter((function(e){return!!e.match(t)&&!e.match(/^Error created at/)}),this).map((function(t){var n,r=t.split("@"),o=this.extractLocation(r.pop()),i=r.shift()||"",a=i.replace(/<anonymous function(: (\w+))?>/,"$2").replace(/\([^)]*\)/g,"")||void 0;i.match(/\(([^)]*)\)/)&&(n=i.replace(/^[^(]+\(([^)]*)\)$/,"$1"));var l=void 0===n||"[arguments not available]"===n?void 0:n.split(",");return new e({functionName:a,args:l,fileName:o[0],lineNumber:o[1],columnNumber:o[2],source:t})}),this)}}})?r.apply(t,o):r)||(e.exports=i)}()},function(e,t,n){var r,o,i;!function(n,a){"use strict";o=[],void 0===(i="function"==typeof(r=function(){function e(e){return e.charAt(0).toUpperCase()+e.substring(1)}function t(e){return function(){return this[e]}}var n=["isConstructor","isEval","isNative","isToplevel"],r=["columnNumber","lineNumber"],o=["fileName","functionName","source"],i=n.concat(r,o,["args"]);function a(t){if(t)for(var n=0;n<i.length;n++)void 0!==t[i[n]]&&this["set"+e(i[n])](t[i[n]])}a.prototype={getArgs:function(){return this.args},setArgs:function(e){if("[object Array]"!==Object.prototype.toString.call(e))throw new TypeError("Args must be an Array");this.args=e},getEvalOrigin:function(){return this.evalOrigin},setEvalOrigin:function(e){if(e instanceof a)this.evalOrigin=e;else{if(!(e instanceof Object))throw new TypeError("Eval Origin must be an Object or StackFrame");this.evalOrigin=new a(e)}},toString:function(){var e=this.getFileName()||"",t=this.getLineNumber()||"",n=this.getColumnNumber()||"",r=this.getFunctionName()||"";return this.getIsEval()?e?"[eval] ("+e+":"+t+":"+n+")":"[eval]:"+t+":"+n:r?r+" ("+e+":"+t+":"+n+")":e+":"+t+":"+n}},a.fromString=function(e){var t=e.indexOf("("),n=e.lastIndexOf(")"),r=e.substring(0,t),o=e.substring(t+1,n).split(","),i=e.substring(n+1);if(0===i.indexOf("@"))var l=/@(.+?)(?::(\d+))?(?::(\d+))?$/.exec(i,""),u=l[1],c=l[2],s=l[3];return new a({functionName:r,args:o||void 0,fileName:u,lineNumber:c||void 0,columnNumber:s||void 0})};for(var l=0;l<n.length;l++)a.prototype["get"+e(n[l])]=t(n[l]),a.prototype["set"+e(n[l])]=function(e){return function(t){this[e]=Boolean(t)}}(n[l]);for(var u=0;u<r.length;u++)a.prototype["get"+e(r[u])]=t(r[u]),a.prototype["set"+e(r[u])]=function(e){return function(t){if(n=t,isNaN(parseFloat(n))||!isFinite(n))throw new TypeError(e+" must be a Number");var n;this[e]=Number(t)}}(r[u]);for(var c=0;c<o.length;c++)a.prototype["get"+e(o[c])]=t(o[c]),a.prototype["set"+e(o[c])]=function(e){return function(t){this[e]=String(t)}}(o[c]);return a})?r.apply(t,o):r)||(e.exports=i)}()},function(e,t,n){"use strict";e.exports=n(19)},function(e,t,n){"use strict";
|
||
/** @license React v0.0.0-experimental-9b8060041
|
||
* react.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=n(1),i=60103,a=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var l=60109,u=60110,c=60112;t.Suspense=60113,t.unstable_SuspenseList=60120;var s=60115,f=60116;if(t.unstable_DebugTracingMode=60129,t.unstable_LegacyHidden=60131,"function"==typeof Symbol&&Symbol.for){var p=Symbol.for;i=p("react.element"),a=p("react.portal"),t.Fragment=p("react.fragment"),t.StrictMode=p("react.strict_mode"),t.Profiler=p("react.profiler"),l=p("react.provider"),u=p("react.context"),c=p("react.forward_ref"),t.Suspense=p("react.suspense"),t.unstable_SuspenseList=p("react.suspense_list"),s=p("react.memo"),f=p("react.lazy"),t.unstable_DebugTracingMode=p("react.debug_trace_mode"),t.unstable_LegacyHidden=p("react.legacy_hidden")}var d="function"==typeof Symbol&&Symbol.iterator;function h(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);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 m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v={};function y(e,t,n){this.props=e,this.context=t,this.refs=v,this.updater=n||m}function g(){}function b(e,t,n){this.props=e,this.context=t,this.refs=v,this.updater=n||m}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!==r(e)&&"function"!=typeof e&&null!=e)throw Error(h(85));this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},g.prototype=y.prototype;var w=b.prototype=new g;w.constructor=b,o(w,y.prototype),w.isPureReactComponent=!0;var E={current:null},S=Object.prototype.hasOwnProperty,O={key:!0,ref:!0,__self:!0,__source:!0};function I(e,t,n){var r,o={},a=null,l=null;if(null!=t)for(r in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(a=""+t.key),t)S.call(t,r)&&!O.hasOwnProperty(r)&&(o[r]=t[r]);var u=arguments.length-2;if(1===u)o.children=n;else if(1<u){for(var c=Array(u),s=0;s<u;s++)c[s]=arguments[s+2];o.children=c}if(e&&e.defaultProps)for(r in u=e.defaultProps)void 0===o[r]&&(o[r]=u[r]);return{$$typeof:i,type:e,key:a,ref:l,props:o,_owner:E.current}}function _(e){return"object"===r(e)&&null!==e&&e.$$typeof===i}var C=/\/+/g;function k(e,t){return"object"===r(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 R(e,t,n,o,l){var u=r(e);"undefined"!==u&&"boolean"!==u||(e=null);var c=!1;if(null===e)c=!0;else switch(u){case"string":case"number":c=!0;break;case"object":switch(e.$$typeof){case i:case a:c=!0}}if(c)return l=l(c=e),e=""===o?"."+k(c,0):o,Array.isArray(l)?(n="",null!=e&&(n=e.replace(C,"$&/")+"/"),R(l,t,n,"",(function(e){return e}))):null!=l&&(_(l)&&(l=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(l,n+(!l.key||c&&c.key===l.key?"":(""+l.key).replace(C,"$&/")+"/")+e)),t.push(l)),1;if(c=0,o=""===o?".":o+":",Array.isArray(e))for(var s=0;s<e.length;s++){var f=o+k(u=e[s],s);c+=R(u,t,n,f,l)}else if("function"==typeof(f=function(e){return null===e||"object"!==r(e)?null:"function"==typeof(e=d&&e[d]||e["@@iterator"])?e:null}(e)))for(e=f.call(e),s=0;!(u=e.next()).done;)c+=R(u=u.value,t,n,f=o+k(u,s++),l);else if("object"===u)throw t=""+e,Error(h(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return c}function T(e,t,n){if(null==e)return e;var r=[],o=0;return R(e,r,"","",(function(e){return t.call(n,e,o++)})),r}function P(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 A={current:null};function x(){var e=A.current;if(null===e)throw Error(h(321));return e}var N={transition:0},L={ReactCurrentDispatcher:A,ReactCurrentBatchConfig:N,ReactCurrentOwner:E,IsSomeRendererActing:{current:!1},assign:o};t.Children={map:T,forEach:function(e,t,n){T(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return T(e,(function(){t++})),t},toArray:function(e){return T(e,(function(e){return e}))||[]},only:function(e){if(!_(e))throw Error(h(143));return e}},t.Component=y,t.PureComponent=b,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=L,t.cloneElement=function(e,t,n){if(null==e)throw Error(h(267,e));var r=o({},e.props),a=e.key,l=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(l=t.ref,u=E.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(s in t)S.call(t,s)&&!O.hasOwnProperty(s)&&(r[s]=void 0===t[s]&&void 0!==c?c[s]:t[s])}var s=arguments.length-2;if(1===s)r.children=n;else if(1<s){c=Array(s);for(var f=0;f<s;f++)c[f]=arguments[f+2];r.children=c}return{$$typeof:i,type:e.type,key:a,ref:l,props:r,_owner:u}},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:l,_context:e},e.Consumer=e},t.createElement=I,t.createFactory=function(e){var t=I.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:c,render:e}},t.isValidElement=_,t.lazy=function(e){return{$$typeof:f,_payload:{_status:-1,_result:e},_init:P}},t.memo=function(e,t){return{$$typeof:s,type:e,compare:void 0===t?null:t}},t.unstable_createMutableSource=function(e,t){return{_getVersion:t,_source:e,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}},t.unstable_getCacheForType=function(e){return x().getCacheForType(e)},t.unstable_startTransition=function(e){var t=N.transition;N.transition=1;try{e()}finally{N.transition=t}},t.unstable_useDeferredValue=function(e){return x().useDeferredValue(e)},t.unstable_useMutableSource=function(e,t,n){return x().useMutableSource(e,t,n)},t.unstable_useOpaqueIdentifier=function(){return x().useOpaqueIdentifier()},t.unstable_useTransition=function(){return x().useTransition()},t.useCallback=function(e,t){return x().useCallback(e,t)},t.useContext=function(e,t){return x().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return x().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return x().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return x().useLayoutEffect(e,t)},t.useMemo=function(e,t){return x().useMemo(e,t)},t.useReducer=function(e,t,n){return x().useReducer(e,t,n)},t.useRef=function(e){return x().useRef(e)},t.useState=function(e){return x().useState(e)},t.version="17.0.2-experimental-9b8060041"},function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}n.r(t),n.d(t,"connectToDevTools",(function(){return nn}));var o=function(){function e(){var t,n,r;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=this,n="listenersMap",r=new Map,n in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r}var t,n,o;return t=e,(n=[{key:"addListener",value:function(e,t){var n=this.listenersMap.get(e);void 0===n?this.listenersMap.set(e,[t]):n.indexOf(t)<0&&n.push(t)}},{key:"emit",value:function(e){var t=this.listenersMap.get(e);if(void 0!==t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];if(1===t.length){var i=t[0];i.apply(null,r)}else{for(var a=!1,l=null,u=Array.from(t),c=0;c<u.length;c++){var s=u[c];try{s.apply(null,r)}catch(e){null===l&&(a=!0,l=e)}}if(a)throw l}}}},{key:"removeAllListeners",value:function(){this.listenersMap.clear()}},{key:"removeListener",value:function(e,t){var n=this.listenersMap.get(e);if(void 0!==n){var r=n.indexOf(t);r>=0&&n.splice(r,1)}}}])&&r(t.prototype,n),o&&r(t,o),e}(),i=n(3),a=n.n(i);try{var l=n(9).default,u=function(e){var t=new RegExp("".concat(e,": ([0-9]+)")),n=l.match(t);return parseInt(n[1],10)};u("comfortable-line-height-data"),u("compact-line-height-data")}catch(e){15,10}function c(e){try{return sessionStorage.getItem(e)}catch(e){return null}}function s(e){try{sessionStorage.removeItem(e)}catch(e){}}function f(e,t){try{return sessionStorage.setItem(e,t)}catch(e){}}var p=function(e,t){return e===t},d=n(1),h=n.n(d);function m(e){return e.ownerDocument?e.ownerDocument.defaultView:null}function v(e){var t=m(e);return t?t.frameElement:null}function y(e){var t=w(e);return g([e.getBoundingClientRect(),{top:t.borderTop,left:t.borderLeft,bottom:t.borderBottom,right:t.borderRight,width:0,height:0}])}function g(e){return e.reduce((function(e,t){return null==e?t:{top:e.top+t.top,left:e.left+t.left,width:e.width,height:e.height,bottom:e.bottom+t.bottom,right:e.right+t.right}}))}function b(e,t){var n=v(e);if(n&&n!==t){for(var r=[e.getBoundingClientRect()],o=n,i=!1;o;){var a=y(o);if(r.push(a),o=v(o),i)break;o&&m(o)===t&&(i=!0)}return g(r)}return e.getBoundingClientRect()}function w(e){var t=window.getComputedStyle(e);return{borderLeft:parseInt(t.borderLeftWidth,10),borderRight:parseInt(t.borderRightWidth,10),borderTop:parseInt(t.borderTopWidth,10),borderBottom:parseInt(t.borderBottomWidth,10),marginLeft:parseInt(t.marginLeft,10),marginRight:parseInt(t.marginRight,10),marginTop:parseInt(t.marginTop,10),marginBottom:parseInt(t.marginBottom,10),paddingLeft:parseInt(t.paddingLeft,10),paddingRight:parseInt(t.paddingRight,10),paddingTop:parseInt(t.paddingTop,10),paddingBottom:parseInt(t.paddingBottom,10)}}function E(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw i}}}}function S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function O(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function I(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _(e,t,n){return t&&I(e.prototype,t),n&&I(e,n),e}var C=function(){function e(t,n){O(this,e),this.node=t.createElement("div"),this.border=t.createElement("div"),this.padding=t.createElement("div"),this.content=t.createElement("div"),this.border.style.borderColor=P.border,this.padding.style.borderColor=P.padding,this.content.style.backgroundColor=P.background,h()(this.node.style,{borderColor:P.margin,pointerEvents:"none",position:"fixed"}),this.node.style.zIndex="10000000",this.node.appendChild(this.border),this.border.appendChild(this.padding),this.padding.appendChild(this.content),n.appendChild(this.node)}return _(e,[{key:"remove",value:function(){this.node.parentNode&&this.node.parentNode.removeChild(this.node)}},{key:"update",value:function(e,t){T(t,"margin",this.node),T(t,"border",this.border),T(t,"padding",this.padding),h()(this.content.style,{height:e.height-t.borderTop-t.borderBottom-t.paddingTop-t.paddingBottom+"px",width:e.width-t.borderLeft-t.borderRight-t.paddingLeft-t.paddingRight+"px"}),h()(this.node.style,{top:e.top-t.marginTop+"px",left:e.left-t.marginLeft+"px"})}}]),e}(),k=function(){function e(t,n){O(this,e),this.tip=t.createElement("div"),h()(this.tip.style,{display:"flex",flexFlow:"row nowrap",backgroundColor:"#333740",borderRadius:"2px",fontFamily:'"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace',fontWeight:"bold",padding:"3px 5px",pointerEvents:"none",position:"fixed",fontSize:"12px",whiteSpace:"nowrap"}),this.nameSpan=t.createElement("span"),this.tip.appendChild(this.nameSpan),h()(this.nameSpan.style,{color:"#ee78e6",borderRight:"1px solid #aaaaaa",paddingRight:"0.5rem",marginRight:"0.5rem"}),this.dimSpan=t.createElement("span"),this.tip.appendChild(this.dimSpan),h()(this.dimSpan.style,{color:"#d7d7d7"}),this.tip.style.zIndex="10000000",n.appendChild(this.tip)}return _(e,[{key:"remove",value:function(){this.tip.parentNode&&this.tip.parentNode.removeChild(this.tip)}},{key:"updateText",value:function(e,t,n){this.nameSpan.textContent=e,this.dimSpan.textContent=Math.round(t)+"px × "+Math.round(n)+"px"}},{key:"updatePosition",value:function(e,t){var n=this.tip.getBoundingClientRect(),r=function(e,t,n){var r,o=Math.max(n.height,20),i=Math.max(n.width,60);r=e.top+e.height+o<=t.top+t.height?e.top+e.height<t.top+0?t.top+5:e.top+e.height+5:e.top-o<=t.top+t.height?e.top-o-5<t.top+5?t.top+5:e.top-o-5:t.top+t.height-o-5;var a=e.left+5;e.left<t.left&&(a=t.left+5);e.left+i>t.left+t.width&&(a=t.left+t.width-i-5);return{style:{top:r+="px",left:a+="px"}}}(e,t,{width:n.width,height:n.height});h()(this.tip.style,r.style)}}]),e}(),R=function(){function e(){O(this,e);var t=window.__REACT_DEVTOOLS_TARGET_WINDOW__||window;this.window=t;var n=window.__REACT_DEVTOOLS_TARGET_WINDOW__||window;this.tipBoundsWindow=n;var r=t.document;this.container=r.createElement("div"),this.container.style.zIndex="10000000",this.tip=new k(r,this.container),this.rects=[],r.body.appendChild(this.container)}return _(e,[{key:"remove",value:function(){this.tip.remove(),this.rects.forEach((function(e){e.remove()})),this.rects.length=0,this.container.parentNode&&this.container.parentNode.removeChild(this.container)}},{key:"inspect",value:function(e,t){for(var n=this,r=e.filter((function(e){return e.nodeType===Node.ELEMENT_NODE}));this.rects.length>r.length;){this.rects.pop().remove()}if(0!==r.length){for(;this.rects.length<r.length;)this.rects.push(new C(this.window.document,this.container));var o={top:Number.POSITIVE_INFINITY,right:Number.NEGATIVE_INFINITY,bottom:Number.NEGATIVE_INFINITY,left:Number.POSITIVE_INFINITY};if(r.forEach((function(e,t){var r=b(e,n.window),i=w(e);o.top=Math.min(o.top,r.top-i.marginTop),o.right=Math.max(o.right,r.left+r.width+i.marginRight),o.bottom=Math.max(o.bottom,r.top+r.height+i.marginBottom),o.left=Math.min(o.left,r.left-i.marginLeft),n.rects[t].update(r,i)})),!t){t=r[0].nodeName.toLowerCase();var i=r[0],a=i.ownerDocument.defaultView.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(null!=a&&null!=a.rendererInterfaces){var l,u=null,c=E(a.rendererInterfaces.values());try{for(c.s();!(l=c.n()).done;){var s=l.value,f=s.getFiberIDForNative(i,!0);if(null!==f){u=s.getDisplayNameForFiberID(f,!0);break}}}catch(e){c.e(e)}finally{c.f()}u&&(t+=" (in "+u+")")}}this.tip.updateText(t,o.right-o.left,o.bottom-o.top);var p=b(this.tipBoundsWindow.document.documentElement,this.window);this.tip.updatePosition({top:o.top,left:o.left,height:o.bottom-o.top,width:o.right-o.left},{top:p.top+this.tipBoundsWindow.scrollY,left:p.left+this.tipBoundsWindow.scrollX,height:this.tipBoundsWindow.innerHeight,width:this.tipBoundsWindow.innerWidth})}}}]),e}();function T(e,t,n){h()(n.style,{borderTopWidth:e[t+"Top"]+"px",borderLeftWidth:e[t+"Left"]+"px",borderRightWidth:e[t+"Right"]+"px",borderBottomWidth:e[t+"Bottom"]+"px",borderStyle:"solid"})}var P={background:"rgba(120, 170, 210, 0.7)",padding:"rgba(77, 200, 0, 0.3)",margin:"rgba(255, 155, 0, 0.3)",border:"rgba(255, 200, 50, 0.3)"},A=null,x=null;function N(){A=null,null!==x&&(x.remove(),x=null)}function L(e,t,n){null!=window.document&&(null!==A&&clearTimeout(A),null!=e&&(null===x&&(x=new R),x.inspect(e,t),n&&(A=setTimeout(N,2e3))))}var D=new Set;function j(e,t){function n(e){e&&"function"==typeof e.addEventListener&&(e.addEventListener("click",i,!0),e.addEventListener("mousedown",l,!0),e.addEventListener("mouseover",l,!0),e.addEventListener("mouseup",l,!0),e.addEventListener("pointerdown",u,!0),e.addEventListener("pointerover",c,!0),e.addEventListener("pointerup",s,!0))}function r(){N(),o(window),D.forEach((function(e){try{o(e.contentWindow)}catch(e){}})),D=new Set}function o(e){e&&"function"==typeof e.removeEventListener&&(e.removeEventListener("click",i,!0),e.removeEventListener("mousedown",l,!0),e.removeEventListener("mouseover",l,!0),e.removeEventListener("mouseup",l,!0),e.removeEventListener("pointerdown",u,!0),e.removeEventListener("pointerover",c,!0),e.removeEventListener("pointerup",s,!0))}function i(t){t.preventDefault(),t.stopPropagation(),r(),e.send("stopInspectingNative",!0)}function l(e){e.preventDefault(),e.stopPropagation()}function u(e){e.preventDefault(),e.stopPropagation(),f(e.target)}function c(e){e.preventDefault(),e.stopPropagation();var t=e.target;if("IFRAME"===t.tagName){var r=t;try{if(!D.has(r))n(r.contentWindow),D.add(r)}catch(e){}}L([t],null,!1),f(t)}function s(e){e.preventDefault(),e.stopPropagation()}e.addListener("clearNativeElementHighlight",(function(){N()})),e.addListener("highlightNativeElement",(function(n){var r=n.displayName,o=n.hideAfterTimeout,i=n.id,a=n.openNativeElementsPanel,l=n.rendererID,u=n.scrollIntoView,c=t.rendererInterfaces[l];null==c&&console.warn('Invalid renderer id "'.concat(l,'" for element "').concat(i,'"'));var s=null;null!=c&&(s=c.findNativeNodesForFiberID(i));if(null!=s&&null!=s[0]){var f=s[0];u&&"function"==typeof f.scrollIntoView&&f.scrollIntoView({block:"nearest",inline:"nearest"}),L(s,r,o),a&&(window.__REACT_DEVTOOLS_GLOBAL_HOOK__.$0=f,e.send("syncSelectionToNativeElementsPanel"))}else N()})),e.addListener("shutdown",r),e.addListener("startInspectingNative",(function(){n(window)})),e.addListener("stopInspectingNative",r);var f=a()(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:p,n=void 0,r=[],o=void 0,i=!1,a=function(e,n){return t(e,r[n])},l=function(){for(var t=arguments.length,l=Array(t),u=0;u<t;u++)l[u]=arguments[u];return i&&n===this&&l.length===r.length&&l.every(a)?o:(i=!0,n=this,r=l,o=e.apply(this,l))};return l}((function(n){var r=t.getIDForNode(n);null!==r&&e.send("selectFiber",r)})),200,{leading:!1})}var F=["#37afa9","#63b19e","#80b393","#97b488","#abb67d","#beb771","#cfb965","#dfba57","#efbb49","#febc38"],M=null;function U(e){null===M&&function(){(M=window.document.createElement("canvas")).style.cssText="\n xx-background-color: red;\n xx-opacity: 0.5;\n bottom: 0;\n left: 0;\n pointer-events: none;\n position: fixed;\n right: 0;\n top: 0;\n z-index: 1000000000;\n ";var e=window.document.documentElement;e.insertBefore(M,e.firstChild)}();var t=M;t.width=window.innerWidth,t.height=window.innerHeight;var n=t.getContext("2d");n.clearRect(0,0,t.width,t.height),e.forEach((function(e){var t=e.count,r=e.rect;if(null!==r){var o=Math.min(F.length-1,t-1);!function(e,t,n){var r=t.height,o=t.left,i=t.top,a=t.width;e.lineWidth=1,e.strokeStyle="#f0f0f0",e.strokeRect(o-1,i-1,a+2,r+2),e.lineWidth=1,e.strokeStyle="#f0f0f0",e.strokeRect(o+1,i+1,a-1,r-1),e.strokeStyle=n,e.setLineDash([0]),e.lineWidth=1,e.strokeRect(o,i,a-1,r-1),e.setLineDash([0])}(n,r,F[o])}}))}function H(e){return(H="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var V="object"===("undefined"==typeof performance?"undefined":H(performance))&&"function"==typeof performance.now?function(){return performance.now()}:function(){return Date.now()},$=new Map,z=null,B=!1,G=null;function W(e){(B=e)||($.clear(),null!==z&&(cancelAnimationFrame(z),z=null),null!==G&&(clearTimeout(G),G=null),null!==M&&(null!=M.parentNode&&M.parentNode.removeChild(M),M=null))}function X(e){B&&(e.forEach((function(e){var t=$.get(e),n=V(),r=null!=t?t.lastMeasuredAt:0,o=null!=t?t.rect:null;(null===o||r+250<n)&&(r=n,o=function(e){if(!e||"function"!=typeof e.getBoundingClientRect)return null;var t=window.__REACT_DEVTOOLS_TARGET_WINDOW__||window;return b(e,t)}(e)),$.set(e,{count:null!=t?t.count+1:1,expirationTime:null!=t?Math.min(n+3e3,t.expirationTime+250):n+250,lastMeasuredAt:r,rect:o})})),null!==G&&(clearTimeout(G),G=null),null===z&&(z=requestAnimationFrame(q)))}function q(){z=null,G=null;var e=V(),t=Number.MAX_VALUE;$.forEach((function(n,r){n.expirationTime<e?$.delete(r):t=Math.min(t,n.expirationTime)})),U($),t!==Number.MAX_VALUE&&(G=setTimeout(q,t-e))}var Y=n(2),K=n(6),Q=n.n(K),J=n(0);var Z=60120;if("function"==typeof Symbol&&Symbol.for){var ee=Symbol.for;ee("react.element"),ee("react.portal"),ee("react.fragment"),ee("react.strict_mode"),ee("react.profiler"),ee("react.provider"),ee("react.context"),ee("react.forward_ref"),ee("react.suspense"),Z=ee("react.suspense_list"),ee("react.memo"),ee("react.lazy"),ee("react.fundamental"),ee("react.scope"),ee("react.opaque.id"),ee("react.debug_trace_mode"),ee("react.offscreen"),ee("react.legacy_hidden")}"function"==typeof Symbol&&Symbol.iterator;function te(e){return(te="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var ne={inspectable:Symbol("inspectable"),inspected:Symbol("inspected"),name:Symbol("name"),preview_long:Symbol("preview_long"),preview_short:Symbol("preview_short"),readonly:Symbol("readonly"),size:Symbol("size"),type:Symbol("type"),unserializable:Symbol("unserializable")};function re(e,t,n,r,o){r.push(o);var i={inspectable:t,type:e,preview_long:Oe(n,!0),preview_short:Oe(n,!1),name:n.constructor&&"Object"!==n.constructor.name?n.constructor.name:""};return"array"===e||"typed_array"===e?i.size=n.length:"object"===e&&(i.size=Object.keys(n).length),"iterator"!==e&&"typed_array"!==e||(i.readonly=!0),i}function oe(e,t,n,r,o){var i,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,l=we(e);switch(l){case"html_element":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:e.tagName,type:l};case"function":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:"function"!=typeof e.name&&e.name?e.name:"function",type:l};case"string":return e.length<=500?e:e.slice(0,500)+"...";case"bigint":case"symbol":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:e.toString(),type:l};case"react_element":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:Ee(e)||"Unknown",type:l};case"array_buffer":case"data_view":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:"data_view"===l?"DataView":"ArrayBuffer",size:e.byteLength,type:l};case"array":return i=o(r),a>=2&&!i?re(l,!0,e,t,r):e.map((function(e,l){return oe(e,t,n,r.concat([l]),o,i?1:a+1)}));case"html_all_collection":case"typed_array":case"iterator":if(i=o(r),a>=2&&!i)return re(l,!0,e,t,r);var u={unserializable:!0,type:l,readonly:!0,size:"typed_array"===l?e.length:void 0,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:e.constructor&&"Object"!==e.constructor.name?e.constructor.name:""};return te(e[Symbol.iterator])&&Array.from(e).forEach((function(e,l){return u[l]=oe(e,t,n,r.concat([l]),o,i?1:a+1)})),n.push(r),u;case"opaque_iterator":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:e[Symbol.toStringTag],type:l};case"date":case"regexp":return t.push(r),{inspectable:!1,preview_short:Oe(e,!1),preview_long:Oe(e,!0),name:e.toString(),type:l};case"object":if(i=o(r),a>=2&&!i)return re(l,!0,e,t,r);var c={};return fe(e).forEach((function(l){var u=l.toString();c[u]=oe(e[l],t,n,r.concat([u]),o,i?1:a+1)})),c;case"infinity":case"nan":case"undefined":return t.push(r),{type:l};default:return e}}function ie(e){return(ie="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ae(e){return function(e){if(Array.isArray(e))return le(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return le(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return le(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function le(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ue=new WeakMap,ce=new Q.a({max:1e3});function se(e,t){return e.toString()>t.toString()?1:t.toString()>e.toString()?-1:0}function fe(e){for(var t=[],n=e,r=function(){var e=[].concat(ae(Object.keys(n)),ae(Object.getOwnPropertySymbols(n))),r=Object.getOwnPropertyDescriptors(n);e.forEach((function(e){r[e].enumerable&&t.push(e)})),n=Object.getPrototypeOf(n)};null!=n;)r();return t}function pe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"Anonymous",n=ue.get(e);if(null!=n)return n;var r=t;return"string"==typeof e.displayName?r=e.displayName:"string"==typeof e.name&&""!==e.name&&(r=e.name),ue.set(e,r),r}var de=0;function he(){return++de}function me(e){var t=ce.get(e);if(void 0!==t)return t;for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=e.codePointAt(r);return ce.set(e,n),n}function ve(e,t){return t.reduce((function(e,t){if(e){if(hasOwnProperty.call(e,t))return e[t];if("function"==typeof e[Symbol.iterator])return Array.from(e)[t]}return null}),e)}function ye(e,t){var n=t.length,r=t[n-1];if(null!=e){var o=ve(e,t.slice(0,n-1));o&&(Array.isArray(o)?o.splice(r,1):delete o[r])}}function ge(e,t,n){var r=t.length;if(null!=e){var o=ve(e,t.slice(0,r-1));if(o){var i=t[r-1];o[n[r-1]]=o[i],Array.isArray(o)?o.splice(i,1):delete o[i]}}}function be(e,t,n){var r=t.length,o=t[r-1];if(null!=e){var i=ve(e,t.slice(0,r-1));i&&(i[o]=n)}}function we(e){if(null===e)return"null";if(void 0===e)return"undefined";if(Object(J.isElement)(e))return"react_element";if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return"html_element";switch(ie(e)){case"bigint":return"bigint";case"boolean":return"boolean";case"function":return"function";case"number":return Number.isNaN(e)?"nan":Number.isFinite(e)?"number":"infinity";case"object":if(Array.isArray(e))return"array";if(ArrayBuffer.isView(e))return hasOwnProperty.call(e.constructor,"BYTES_PER_ELEMENT")?"typed_array":"data_view";if(e.constructor&&"ArrayBuffer"===e.constructor.name)return"array_buffer";if("function"==typeof e[Symbol.iterator])return e[Symbol.iterator]()===e?"opaque_iterator":"iterator";if(e.constructor&&"RegExp"===e.constructor.name)return"regexp";var t=Object.prototype.toString.call(e);return"[object Date]"===t?"date":"[object HTMLAllCollection]"===t?"html_all_collection":"object";case"string":return"string";case"symbol":return"symbol";case"undefined":return"[object HTMLAllCollection]"===Object.prototype.toString.call(e)?"html_all_collection":"undefined";default:return"unknown"}}function Ee(e){switch(Object(J.typeOf)(e)){case J.ContextConsumer:return"ContextConsumer";case J.ContextProvider:return"ContextProvider";case J.ForwardRef:return"ForwardRef";case J.Fragment:return"Fragment";case J.Lazy:return"Lazy";case J.Memo:return"Memo";case J.Portal:return"Portal";case J.Profiler:return"Profiler";case J.StrictMode:return"StrictMode";case J.Suspense:return"Suspense";case Z:return"SuspenseList";default:var t=e.type;return"string"==typeof t?t:"function"==typeof t?pe(t,"Anonymous"):null!=t?"NotImplementedInDevtools":"Element"}}function Se(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:50;return e.length>t?e.substr(0,t)+"…":e}function Oe(e,t){if(null!=e&&hasOwnProperty.call(e,ne.type))return t?e[ne.preview_long]:e[ne.preview_short];switch(we(e)){case"html_element":return"<".concat(Se(e.tagName.toLowerCase())," />");case"function":return Se("ƒ ".concat("function"==typeof e.name?"":e.name,"() {}"));case"string":return'"'.concat(e,'"');case"bigint":return Se(e.toString()+"n");case"regexp":case"symbol":return Se(e.toString());case"react_element":return"<".concat(Se(Ee(e)||"Unknown")," />");case"array_buffer":return"ArrayBuffer(".concat(e.byteLength,")");case"data_view":return"DataView(".concat(e.buffer.byteLength,")");case"array":if(t){for(var n="",r=0;r<e.length&&(r>0&&(n+=", "),!((n+=Oe(e[r],!1)).length>50));r++);return"[".concat(Se(n),"]")}var o=hasOwnProperty.call(e,ne.size)?e[ne.size]:e.length;return"Array(".concat(o,")");case"typed_array":var i="".concat(e.constructor.name,"(").concat(e.length,")");if(t){for(var a="",l=0;l<e.length&&(l>0&&(a+=", "),!((a+=e[l]).length>50));l++);return"".concat(i," [").concat(Se(a),"]")}return i;case"iterator":var u=e.constructor.name;if(t){for(var c=Array.from(e),s="",f=0;f<c.length;f++){var p=c[f];if(f>0&&(s+=", "),Array.isArray(p)){var d=Oe(p[0],!0),h=Oe(p[1],!1);s+="".concat(d," => ").concat(h)}else s+=Oe(p,!1);if(s.length>50)break}return"".concat(u,"(").concat(e.size,") {").concat(Se(s),"}")}return"".concat(u,"(").concat(e.size,")");case"opaque_iterator":return e[Symbol.toStringTag];case"date":return e.toString();case"object":if(t){for(var m=fe(e).sort(se),v="",y=0;y<m.length;y++){var g=m[y];if(y>0&&(v+=", "),(v+="".concat(g.toString(),": ").concat(Oe(e[g],!1))).length>50)break}return"{".concat(Se(v),"}")}return"{…}";case"boolean":case"number":case"infinity":case"nan":case"null":case"undefined":return e;default:try{return Se(""+e)}catch(e){return"unserializable"}}}var Ie=n(7);function _e(e){return(_e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ce(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ke(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ce(Object(n),!0).forEach((function(t){Re(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ce(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Te(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];if(null!==e){var r=[],o=[],i=oe(e,r,o,n,t);return{data:i,cleaned:r,unserializable:o}}return null}function Pe(e){var t,n,r=(t=e,n=new Set,JSON.stringify(t,(function(e,t){if("object"===_e(t)&&null!==t){if(n.has(t))return;n.add(t)}return"bigint"==typeof t?t.toString()+"n":t}))),o=void 0===r?"undefined":r,i=window.__REACT_DEVTOOLS_GLOBAL_HOOK__.clipboardCopyText;"function"==typeof i?i(o).catch((function(e){})):Object(Ie.copy)(o)}function Ae(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=t[n],o=Array.isArray(e)?e.slice():ke({},e);return n+1===t.length?Array.isArray(o)?o.splice(r,1):delete o[r]:o[r]=Ae(e[r],t,n+1),o}function xe(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=t[r],i=Array.isArray(e)?e.slice():ke({},e);if(r+1===t.length){var a=n[r];i[a]=i[o],Array.isArray(i)?i.splice(o,1):delete i[o]}else i[o]=xe(e[o],t,n,r+1);return i}function Ne(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(r>=t.length)return n;var o=t[r],i=Array.isArray(e)?e.slice():ke({},e);return i[o]=Ne(e[o],t,n,r+1),i}var Le=n(8);function De(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function je(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?De(Object(n),!0).forEach((function(t){Fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):De(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Me(e){return function(e){if(Array.isArray(e))return $e(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Ve(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ue(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(r=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==l.return||l.return()}finally{if(o)throw i}}return n}(e,t)||Ve(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function He(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=Ve(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw i}}}}function Ve(e,t){if(e){if("string"==typeof e)return $e(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?$e(e,t):void 0}}function $e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ze(e){return(ze="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Be(e){return void 0!==e.flags?e.flags:e.effectTag}var Ge="object"===("undefined"==typeof performance?"undefined":ze(performance))&&"function"==typeof performance.now?function(){return performance.now()}:function(){return Date.now()};function We(e){var t=null;function n(e){var t="object"===ze(e)&&null!==e?e.$$typeof:e;return"symbol"===ze(t)?t.toString():t}var r=t=Object(Y.gt)(e,"17.0.1")?{ClassComponent:1,ContextConsumer:9,ContextProvider:10,CoroutineComponent:-1,CoroutineHandlerPhase:-1,DehydratedSuspenseComponent:18,ForwardRef:11,Fragment:7,FunctionComponent:0,HostComponent:5,HostPortal:4,HostRoot:3,HostText:6,IncompleteClassComponent:17,IndeterminateComponent:2,LazyComponent:16,LegacyHiddenComponent:23,MemoComponent:14,Mode:8,OffscreenComponent:22,Profiler:12,ScopeComponent:21,SimpleMemoComponent:15,SuspenseComponent:13,SuspenseListComponent:19,YieldComponent:-1}:Object(Y.gte)(e,"17.0.0-alpha")?{ClassComponent:1,ContextConsumer:9,ContextProvider:10,CoroutineComponent:-1,CoroutineHandlerPhase:-1,DehydratedSuspenseComponent:18,ForwardRef:11,Fragment:7,FunctionComponent:0,HostComponent:5,HostPortal:4,HostRoot:3,HostText:6,IncompleteClassComponent:17,IndeterminateComponent:2,LazyComponent:16,LegacyHiddenComponent:24,MemoComponent:14,Mode:8,OffscreenComponent:23,Profiler:12,ScopeComponent:21,SimpleMemoComponent:15,SuspenseComponent:13,SuspenseListComponent:19,YieldComponent:-1}:Object(Y.gte)(e,"16.6.0-beta.0")?{ClassComponent:1,ContextConsumer:9,ContextProvider:10,CoroutineComponent:-1,CoroutineHandlerPhase:-1,DehydratedSuspenseComponent:18,ForwardRef:11,Fragment:7,FunctionComponent:0,HostComponent:5,HostPortal:4,HostRoot:3,HostText:6,IncompleteClassComponent:17,IndeterminateComponent:2,LazyComponent:16,LegacyHiddenComponent:-1,MemoComponent:14,Mode:8,OffscreenComponent:-1,Profiler:12,ScopeComponent:-1,SimpleMemoComponent:15,SuspenseComponent:13,SuspenseListComponent:19,YieldComponent:-1}:Object(Y.gte)(e,"16.4.3-alpha")?{ClassComponent:2,ContextConsumer:11,ContextProvider:12,CoroutineComponent:-1,CoroutineHandlerPhase:-1,DehydratedSuspenseComponent:-1,ForwardRef:13,Fragment:9,FunctionComponent:0,HostComponent:7,HostPortal:6,HostRoot:5,HostText:8,IncompleteClassComponent:-1,IndeterminateComponent:4,LazyComponent:-1,LegacyHiddenComponent:-1,MemoComponent:-1,Mode:10,OffscreenComponent:-1,Profiler:15,ScopeComponent:-1,SimpleMemoComponent:-1,SuspenseComponent:16,SuspenseListComponent:-1,YieldComponent:-1}:{ClassComponent:2,ContextConsumer:12,ContextProvider:13,CoroutineComponent:7,CoroutineHandlerPhase:8,DehydratedSuspenseComponent:-1,ForwardRef:14,Fragment:10,FunctionComponent:1,HostComponent:5,HostPortal:4,HostRoot:3,HostText:6,IncompleteClassComponent:-1,IndeterminateComponent:0,LazyComponent:-1,LegacyHiddenComponent:-1,MemoComponent:-1,Mode:11,OffscreenComponent:-1,Profiler:15,ScopeComponent:-1,SimpleMemoComponent:-1,SuspenseComponent:16,SuspenseListComponent:-1,YieldComponent:9},o=r.ClassComponent,i=r.IncompleteClassComponent,a=r.FunctionComponent,l=r.IndeterminateComponent,u=r.ForwardRef,c=r.HostRoot,s=r.HostComponent,f=r.HostPortal,p=r.HostText,d=r.Fragment,h=r.LazyComponent,m=r.LegacyHiddenComponent,v=r.MemoComponent,y=r.OffscreenComponent,g=r.ScopeComponent,b=r.SimpleMemoComponent,w=r.SuspenseComponent,E=r.SuspenseListComponent;return{getDisplayNameForFiber:function(e){var t=e.type,r=e.tag,S=t;"object"===ze(t)&&null!==t&&(S=function e(t){switch(n(t)){case 60115:case"Symbol(react.memo)":return e(t.type);case 60112:case"Symbol(react.forward_ref)":return t.render;default:return t}}(t));var O=null;switch(r){case o:case i:return pe(S);case a:case l:return pe(S);case u:return t&&t.displayName||pe(S,"Anonymous");case c:return null;case s:return t;case f:case p:case d:return null;case h:return"Lazy";case v:case b:return pe(S,"Anonymous");case w:return"Suspense";case m:return"LegacyHidden";case y:return"Offscreen";case g:return"Scope";case E:return"SuspenseList";default:switch(n(t)){case 60111:case"Symbol(react.concurrent_mode)":case"Symbol(react.async_mode)":return null;case 60109:case"Symbol(react.provider)":return O=e.type._context||e.type.context,"".concat(O.displayName||"Context",".Provider");case 60110:case"Symbol(react.context)":return O=e.type._context||e.type,"".concat(O.displayName||"Context",".Consumer");case 60108:case"Symbol(react.strict_mode)":return null;case 60114:case"Symbol(react.profiler)":return"Profiler(".concat(e.memoizedProps.id,")");case 60119:case"Symbol(react.scope)":return"Scope";default:return null}}},getTypeSymbol:n,ReactPriorityLevels:{ImmediatePriority:99,UserBlockingPriority:98,NormalPriority:97,LowPriority:96,IdlePriority:95,NoPriority:90},ReactTypeOfWork:t,ReactTypeOfSideEffect:{NoFlags:0,PerformedWork:1,Placement:2}}}function Xe(e,t,n,r){var o=We(n.version),i=o.getDisplayNameForFiber,a=o.getTypeSymbol,l=o.ReactPriorityLevels,u=o.ReactTypeOfWork,s=o.ReactTypeOfSideEffect,f=s.NoFlags,p=s.PerformedWork,d=s.Placement,h=u.FunctionComponent,m=u.ClassComponent,v=u.ContextConsumer,y=u.DehydratedSuspenseComponent,g=u.Fragment,b=u.ForwardRef,w=u.HostRoot,E=u.HostPortal,S=u.HostComponent,O=u.HostText,I=u.IncompleteClassComponent,_=u.IndeterminateComponent,C=u.MemoComponent,k=u.OffscreenComponent,R=u.SimpleMemoComponent,T=u.SuspenseComponent,P=u.SuspenseListComponent,A=l.ImmediatePriority,x=l.UserBlockingPriority,N=l.NormalPriority,L=l.LowPriority,D=l.IdlePriority,j=l.NoPriority,F=n.overrideHookState,M=n.overrideHookStateDeletePath,U=n.overrideHookStateRenamePath,H=n.overrideProps,V=n.overridePropsDeletePath,$=n.overridePropsRenamePath,z=n.setSuspenseHandler,B=n.scheduleUpdate,G="function"==typeof z&&"function"==typeof B;pt(n);var W=!1!==window.__REACT_DEVTOOLS_APPEND_COMPONENT_STACK__,X=!0===window.__REACT_DEVTOOLS_BREAK_ON_CONSOLE_ERRORS__;(W||X)&&ht({appendComponentStack:W,breakOnConsoleErrors:X});var q=new Set,Y=new Set,K=new Set,Q=!1,J=new Set;function Z(e){K.clear(),q.clear(),Y.clear(),e.forEach((function(e){if(e.isEnabled)switch(e.type){case 2:e.isValid&&""!==e.value&&q.add(new RegExp(e.value,"i"));break;case 1:K.add(e.value);break;case 3:e.isValid&&""!==e.value&&Y.add(new RegExp(e.value,"i"));break;case 4:q.add(new RegExp("\\("));break;default:console.warn('Invalid component filter type "'.concat(e.type,'"'))}}))}function ee(e){var t=e._debugSource,n=e.tag,r=e.type;switch(n){case y:return!0;case E:case O:case g:case k:return!0;case w:return!1;default:switch(a(r)){case 60111:case"Symbol(react.concurrent_mode)":case"Symbol(react.async_mode)":case 60108:case"Symbol(react.strict_mode)":return!0}}var o=te(e);if(K.has(o))return!0;if(q.size>0){var l=i(e);if(null!=l){var u,c=He(q);try{for(c.s();!(u=c.n()).done;){if(u.value.test(l))return!0}}catch(e){c.e(e)}finally{c.f()}}}if(null!=t&&Y.size>0){var s,f=t.fileName,p=He(Y);try{for(p.s();!(s=p.n()).done;){if(s.value.test(f))return!0}}catch(e){p.e(e)}finally{p.f()}}return!1}function te(e){var t=e.type;switch(e.tag){case m:case I:return 1;case h:case _:return 5;case b:return 6;case w:return 11;case S:return 7;case E:case O:case g:return 9;case C:case R:return 8;case T:return 12;case P:return 13;default:switch(a(t)){case 60111:case"Symbol(react.concurrent_mode)":case"Symbol(react.async_mode)":return 9;case 60109:case"Symbol(react.provider)":return 2;case 60110:case"Symbol(react.context)":return 2;case 60108:case"Symbol(react.strict_mode)":return 9;case 60114:case"Symbol(react.profiler)":return 10;default:return 9}}}function ne(e){if(ie.has(e))return e;var t=e.alternate;return null!=t&&ie.has(t)?t:(ie.add(e),e)}null!=window.__REACT_DEVTOOLS_COMPONENT_FILTERS__?Z(window.__REACT_DEVTOOLS_COMPONENT_FILTERS__):Z([{type:1,value:7,isEnabled:!0}]);var re=new Map,oe=new Map,ie=new Set,ae=new Map,le=new Map,ue=-1;function ce(e){if(!re.has(e)){var t=he();re.set(e,t),oe.set(t,e)}return re.get(e)}function se(e){switch(te(e)){case 1:if(null!==ft){var t=ce(ne(e)),n=pe(e);null!==n&&ft.set(t,n)}}}var fe={};function pe(e){switch(te(e)){case 1:var t=e.stateNode,n=fe,r=fe;return null!=t&&(t.constructor&&null!=t.constructor.contextType?r=t.context:(n=t.context)&&0===Object.keys(n).length&&(n=fe)),[n,r];default:return null}}function de(e){switch(te(e)){case 1:if(null!==ft){var t=ce(ne(e)),n=ft.has(t)?ft.get(t):null,r=pe(e);if(null==n||null==r)return null;var o=Ue(n,2),i=o[0],a=o[1],l=Ue(r,2),u=l[0],c=l[1];if(u!==fe)return Ee(i,u);if(c!==fe)return a!==c}}return null}function we(e,t){if(null==e||null==t)return!1;if(t.hasOwnProperty("baseState")&&t.hasOwnProperty("memoizedState")&&t.hasOwnProperty("next")&&t.hasOwnProperty("queue"))for(;null!==t;){if(t.memoizedState!==e.memoizedState)return!0;t=t.next,e=e.next}return!1}function Ee(e,t){if(null==e||null==t)return null;if(t.hasOwnProperty("baseState")&&t.hasOwnProperty("memoizedState")&&t.hasOwnProperty("next")&&t.hasOwnProperty("queue"))return null;var n,r=[],o=He(new Set([].concat(Me(Object.keys(e)),Me(Object.keys(t)))));try{for(o.s();!(n=o.n()).done;){var i=n.value;e[i]!==t[i]&&r.push(i)}}catch(e){o.e(e)}finally{o.f()}return r}function Se(e,t){switch(t.tag){case m:case h:case v:case C:case R:return(Be(t)&p)===p;default:return e.memoizedProps!==t.memoizedProps||e.memoizedState!==t.memoizedState||e.ref!==t.ref}}var Oe=[],Ie=[],_e=[],Ce=[],ke=new Map,Re=0,De=null;function Fe(e){Oe.push(e)}function Ve(n){if(0!==Oe.length||0!==Ie.length||0!==_e.length||null!==De||vt){var r=Ie.length+_e.length+(null===De?0:1),o=new Array(3+Re+(r>0?2+r:0)+Oe.length),i=0;if(o[i++]=t,o[i++]=ue,o[i++]=Re,ke.forEach((function(e,t){o[i++]=t.length;for(var n=me(t),r=0;r<n.length;r++)o[i+r]=n[r];i+=t.length})),r>0){o[i++]=2,o[i++]=r;for(var a=Ie.length-1;a>=0;a--)o[i++]=Ie[a];for(var l=0;l<_e.length;l++)o[i+l]=_e[l];i+=_e.length,null!==De&&(o[i]=De,i++)}for(var u=0;u<Oe.length;u++)o[i+u]=Oe[u];i+=Oe.length,null!==Ce?Ce.push(o):e.emit("operations",o),Oe.length=0,Ie.length=0,_e.length=0,De=null,ke.clear(),Re=0}}function $e(e){if(null===e)return 0;var t=ke.get(e);if(void 0!==t)return t;var n=ke.size+1;return ke.set(e,n),Re+=e.length+1,n}function ze(e,t){null!==_t&&(e!==_t&&e!==_t.alternate||Rt(null));var n=e.tag===w,r=ne(e);if(re.has(r)){var o=ce(r);n?De=o:ee(e)||(t?_e.push(o):Ie.push(o)),re.delete(r),oe.delete(o),ie.delete(r),e.hasOwnProperty("treeBaseDuration")&&(le.delete(o),ae.delete(o))}else ie.delete(r)}function Xe(e,t,n,r){var o=function(e){if(null===It||!kt)return!1;var t=e.return,n=null!==t?t.alternate:null;if(_t===t||_t===n&&null!==n){var r=Nt(e),o=It[Ct+1];if(void 0===o)throw new Error("Expected to see a frame at the next depth.");if(r.index===o.index&&r.key===o.key&&r.displayName===o.displayName)return _t=e,Ct++,kt=Ct!==It.length-1,!1}return kt=!1,!0}(e),a=!ee(e);(a&&function(e,t){var n=e.tag===w,r=ce(ne(e)),o=e.hasOwnProperty("_debugOwner"),a=e.hasOwnProperty("treeBaseDuration");if(n)Fe(1),Fe(r),Fe(11),Fe(a?1:0),Fe(o?1:0),vt&&null!==st&&st.set(r,xt(e));else{var l=e.key,u=i(e),c=te(e),s=e._debugOwner,f=null!=s?ce(ne(s)):0,p=t?ce(ne(t)):0,d=$e(u),h=$e(null===l?null:""+l);Fe(1),Fe(r),Fe(c),Fe(p),Fe(f),Fe(d),Fe(h)}a&&(le.set(r,ue),Ye(e))}(e,t),Q)&&(r&&7===te(e)&&(J.add(e.stateNode),r=!1));if(e.tag===u.SuspenseComponent)if(null!==e.memoizedState){var l=e.child,c=l?l.sibling:null,s=c?c.child:null;null!==s&&Xe(s,a?e:t,!0,r)}else{var f=null;-1===k?f=e.child:null!==e.child&&(f=e.child.child),null!==f&&Xe(f,a?e:t,!0,r)}else null!==e.child&&Xe(e.child,a?e:t,!0,r);!function(e){kt=e}(o),n&&null!==e.sibling&&Xe(e.sibling,t,!0,r)}function qe(e){var t=e.tag===u.SuspenseComponent&&null!==e.memoizedState,n=e.child;if(t){var r=e.child,o=r?r.sibling:null;n=o?o.child:null}for(;null!==n;)null!==n.return&&(qe(n),ze(n,!0)),n=n.sibling}function Ye(e){var t=ce(ne(e)),n=e.actualDuration,r=e.treeBaseDuration;if(ae.set(t,r||0),vt){var o=e.alternate;if(null==o||r!==o.treeBaseDuration){var i=Math.floor(1e3*(r||0));Fe(4),Fe(t),Fe(i)}if((null==o||Se(o,e))&&null!=n){for(var a=n,l=e.child;null!==l;)a-=l.actualDuration||0,l=l.sibling;var u=ct;if(u.durations.push(t,n,a),u.maxActualDuration=Math.max(u.maxActualDuration,n),gt){var c=function(e,t){switch(te(t)){case 1:case 5:case 8:case 6:return null===e?{context:null,didHooksChange:!1,isFirstMount:!0,props:null,state:null}:{context:de(t),didHooksChange:we(e.memoizedState,t.memoizedState),isFirstMount:!1,props:Ee(e.memoizedProps,t.memoizedProps),state:Ee(e.memoizedState,t.memoizedState)};default:return null}}(o,e);null!==c&&null!==u.changeDescriptions&&u.changeDescriptions.set(t,c),se(e)}}}}function Ke(e,t){if(ee(e)){var n=e.child;if(e.tag===T&&null!==e.memoizedState){var r=e.child,o=r?r.sibling:null,i=o?o.child:null;null!==i&&(n=i)}for(;null!==n;)Ke(n,t),n=n.sibling}else t.push(ce(ne(e)))}function Qe(e,t,n,r){if(Q){var o=te(e);r?7===o&&(J.add(e.stateNode),r=!1):5!==o&&1!==o&&2!==o||(r=Se(t,e))}null!==rt&&rt.id===ce(ne(e))&&Se(t,e)&&(ot=!0);var i=!ee(e),a=e.tag===T,l=!1,u=a&&null!==t.memoizedState,c=a&&null!==e.memoizedState;if(u&&c){var s=e.child,f=s?s.sibling:null,p=t.child,d=p?p.sibling:null;null!=f&&null!=d&&Qe(f,d,e,r)&&(l=!0)}else if(u&&!c){var h=e.child;null!==h&&Xe(h,i?e:n,!0,r),l=!0}else if(!u&&c){qe(t);var m=e.child,v=m?m.sibling:null;null!=v&&(Xe(v,i?e:n,!0,r),l=!0)}else if(e.child!==t.child){for(var y=e.child,g=t.child;y;){if(y.alternate){var b=y.alternate;Qe(y,b,i?e:n,r)&&(l=!0),b!==g&&(l=!0)}else Xe(y,i?e:n,!1,r),l=!0;y=y.sibling,l||null===g||(g=g.sibling)}null!==g&&(l=!0)}else{if(Q)if(r)Je(ce(ne(e))).forEach((function(e){J.add(e.stateNode)}))}i&&(e.hasOwnProperty("treeBaseDuration")&&Ye(e));if(l){if(i){var w=e.child;if(c){var E=e.child;w=E?E.sibling:null}return null!=w&&function(e,t){for(var n=[],r=t;null!==r;)Ke(r,n),r=r.sibling;var o=n.length;if(!(o<2)){Fe(3),Fe(ce(ne(e))),Fe(o);for(var i=0;i<n.length;i++)Fe(n[i])}}(e,w),!1}return!0}return!1}function Je(e){var t=[],n=tt(e);if(!n)return t;for(var r=n;;){if(r.tag===S||r.tag===O)t.push(r);else if(r.child){r.child.return=r,r=r.child;continue}if(r===n)return t;for(;!r.sibling;){if(!r.return||r.return===n)return t;r=r.return}r.sibling.return=r.return,r=r.sibling}return t}function Ze(e){try{var t=tt(e);if(null===t)return null;if(t.tag===T&&null!==t.memoizedState){var n=t.child&&t.child.sibling;null!=n&&(t=n)}return Je(e).map((function(e){return e.stateNode})).filter(Boolean)}catch(e){return null}}function et(e){var t=e;if(e.alternate)for(;t.return;)t=t.return;else{if((Be(t)&d)!==f)return 1;for(;t.return;)if((Be(t=t.return)&d)!==f)return 1}return t.tag===w?2:3}function tt(e){var t=oe.get(e);if(null==t)return console.warn('Could not find Fiber with id "'.concat(e,'"')),null;var n=t.alternate;if(!n){var r=et(t);if(3===r)throw Error("Unable to find node on an unmounted component.");return 1===r?null:t}for(var o=t,i=n;;){var a=o.return;if(null===a)break;var l=a.alternate;if(null===l){var u=a.return;if(null!==u){o=i=u;continue}break}if(a.child===l.child){for(var c=a.child;c;){if(c===o){if(2!==et(a))throw Error("Unable to find node on an unmounted component.");return t}if(c===i){if(2!==et(a))throw Error("Unable to find node on an unmounted component.");return n}c=c.sibling}throw Error("Unable to find node on an unmounted component.")}if(o.return!==i.return)o=a,i=l;else{for(var s=!1,f=a.child;f;){if(f===o){s=!0,o=a,i=l;break}if(f===i){s=!0,i=a,o=l;break}f=f.sibling}if(!s){for(f=l.child;f;){if(f===o){s=!0,o=l,i=a;break}if(f===i){s=!0,i=l,o=a;break}f=f.sibling}if(!s)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(o.alternate!==i)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(o.tag!==w)throw Error("Unable to find node on an unmounted component.");return o.stateNode.current===o?t:n}function nt(e){var t=tt(e);if(null==t)return null;var r=t._debugOwner,o=t._debugSource,l=t.stateNode,u=t.key,c=t.memoizedProps,s=t.memoizedState,f=t.dependencies,p=t.tag,d=t.type,v=te(t),y=!(p!==h&&p!==R&&p!==b||!s&&!f),g=a(d),w=!1,E=null;if(p===m||p===h||p===I||p===_||p===C||p===b||p===R)w=!0,l&&null!=l.context&&(1===v&&!(d.contextTypes||d.contextType)||(E=l.context));else if(60110===g||"Symbol(react.context)"===g){var S=d._context||d;E=S._currentValue||null;for(var O=t.return;null!==O;){var k=O.type,P=a(k);if(60109===P||"Symbol(react.provider)"===P)if((k._context||k.context)===S){E=O.memoizedProps.value;break}O=O.return}}var A=!1;null!==E&&(A=!!d.contextTypes,E={value:E});var x=null;if(r){x=[];for(var N=r;null!==N;)x.push({displayName:i(N)||"Anonymous",id:ce(ne(N)),type:te(N)}),N=N._debugOwner||null}var L=p===T&&null!==s,D=null;if(y){var j={};for(var z in console)try{j[z]=console[z],console[z]=function(){}}catch(e){}try{D=Object(Le.inspectHooksOfFiber)(t,n.currentDispatcherRef)}finally{for(var B in j)try{console[B]=j[B]}catch(e){}}}for(var W=null,X=t;null!==X.return;)X=X.return;var q=X.stateNode;return null!=q&&null!==q._debugRootType&&(W=q._debugRootType),{id:e,canEditHooks:"function"==typeof F,canEditFunctionProps:"function"==typeof H,canEditHooksAndDeletePaths:"function"==typeof M,canEditHooksAndRenamePaths:"function"==typeof U,canEditFunctionPropsDeletePaths:"function"==typeof V,canEditFunctionPropsRenamePaths:"function"==typeof $,canToggleSuspense:G&&(!L||St.has(e)),canViewSource:w,hasLegacyContext:A,key:null!=u?u:null,displayName:i(t),type:v,context:E,hooks:D,props:c,state:y?null:s,owners:x,source:o||null,rootType:W,rendererPackageName:n.rendererPackageName,rendererVersion:n.version}}var rt=null,ot=!1,it={};function at(e){return null!==rt&&rt.id===e&&!ot}function lt(e){var t=it;e.forEach((function(e){t[e]||(t[e]={}),t=t[e]}))}function ut(e,t){return function(n){switch(t){case"hooks":if(1===n.length)return!0;if("subHooks"===n[n.length-1]||"subHooks"===n[n.length-2])return!0}var r=null===e?it:it[e];if(!r)return!1;for(var o=0;o<n.length;o++)if(!(r=r[n[o]]))return!1;return!0}}var ct=null,st=null,ft=null,dt=null,mt=null,vt=!1,yt=0,gt=!1,bt=null;function wt(n){vt||(gt=n,st=new Map,dt=new Map(ae),mt=new Map(le),ft=new Map,e.getFiberRoots(t).forEach((function(e){var t=ce(ne(e.current));st.set(t,xt(e.current)),n&&function e(t){se(t);for(var n=t.child;null!==n;)e(n),n=n.sibling}(e.current)})),vt=!0,yt=Ge(),bt=new Map)}function Et(){return!1}"true"===c("React::DevTools::reloadAndProfile")&&wt("true"===c("React::DevTools::recordChangeDescriptions"));var St=new Set;function Ot(e){var t=ce(ne(e));return St.has(t)}var It=null,_t=null,Ct=-1,kt=!1;function Rt(e){null===e&&(_t=null,Ct=-1,kt=!1),It=e}var Tt=new Map,Pt=new Map;function At(e,t){var n=xt(t),r=Pt.get(n)||0;Pt.set(n,r+1);var o="".concat(n,":").concat(r);Tt.set(e,o)}function xt(e){for(var t=null,n=null,r=e.child,o=0;o<3&&null!==r;o++){var a=i(r);if(null!==a&&("function"==typeof r.type?t=a:null===n&&(n=a)),null!==t)break;r=r.child}return t||n||"Anonymous"}function Nt(e){var t=e.key,n=i(e),r=e.index;switch(e.tag){case w:var o=ce(ne(e)),a=Tt.get(o);if(void 0===a)throw new Error("Expected mounted root to have known pseudo key.");n=a;break;case S:n=e.type}return{displayName:n,key:t,index:r}}var Lt=function(e){if(null==e)return"Unknown";switch(e){case A:return"Immediate";case x:return"User-Blocking";case N:return"Normal";case L:return"Low";case D:return"Idle";case j:default:return"Unknown"}};return{cleanup:function(){},copyElementPath:function(e,t){at(e)&&Pe(ve(rt,t))},deletePath:function(e,t,n,r){var o=tt(t);if(null!==o){var i=o.stateNode;switch(e){case"context":switch(r=r.slice(1),o.tag){case m:0===r.length||ye(i.context,r),i.forceUpdate()}break;case"hooks":"function"==typeof M&&M(o,n,r);break;case"props":null===i?"function"==typeof V&&V(o,r):(o.pendingProps=Ae(i.props,r),i.forceUpdate());break;case"state":ye(i.state,r),i.forceUpdate()}}},findNativeNodesForFiberID:Ze,flushInitialOperations:function(){var n=Ce;Ce=null,null!==n&&n.length>0?n.forEach((function(t){e.emit("operations",t)})):(null!==It&&(kt=!0),e.getFiberRoots(t).forEach((function(e){At(ue=ce(ne(e.current)),e.current),vt&&null!=e.memoizedInteractions&&(ct={changeDescriptions:gt?new Map:null,durations:[],commitTime:Ge()-yt,interactions:Array.from(e.memoizedInteractions).map((function(e){return je(je({},e),{},{timestamp:e.timestamp-yt})})),maxActualDuration:0,priorityLevel:null}),Xe(e.current,null,!1,!1),Ve(),ue=-1})))},getBestMatchForTrackedPath:function(){if(null===It)return null;if(null===_t)return null;for(var e=_t;null!==e&&ee(e);)e=e.return;return null===e?null:{id:ce(ne(e)),isFullMatch:Ct===It.length-1}},getDisplayNameForFiberID:function(e){var t=oe.get(e);return null!=t?i(t):null},getFiberIDForNative:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=n.findFiberByHostInstance(e);if(null!=r){if(t)for(;null!==r&&ee(r);)r=r.return;return ce(ne(r))}return null},getInstanceAndStyle:function(e){var t=null,n=null,r=tt(e);return null!==r&&(t=r.stateNode,null!==r.memoizedProps&&(n=r.memoizedProps.style)),{instance:t,style:n}},getOwnersList:function(e){var t=tt(e);if(null==t)return null;var n=t._debugOwner,r=[{displayName:i(t)||"Anonymous",id:e,type:te(t)}];if(n)for(var o=n;null!==o;)r.unshift({displayName:i(o)||"Anonymous",id:ce(ne(o)),type:te(o)}),o=o._debugOwner||null;return r},getPathForElement:function(e){var t=oe.get(e);if(null==t)return null;for(var n=[];null!==t;)n.push(Nt(t)),t=t.return;return n.reverse(),n},getProfilingData:function(){var e=[];if(null===bt)throw Error("getProfilingData() called before any profiling data was recorded");return bt.forEach((function(t,n){var r=[],o=[],i=new Map,a=new Map,l=null!==st&&st.get(n)||"Unknown";null!=dt&&dt.forEach((function(e,t){null!=mt&&mt.get(t)===n&&o.push([t,e])})),t.forEach((function(e,t){var n=e.changeDescriptions,o=e.durations,l=e.interactions,u=e.maxActualDuration,c=e.priorityLevel,s=e.commitTime,f=[];l.forEach((function(e){i.has(e.id)||i.set(e.id,e),f.push(e.id);var n=a.get(e.id);null!=n?n.push(t):a.set(e.id,[t])}));for(var p=[],d=[],h=0;h<o.length;h+=3){var m=o[h];p.push([m,o[h+1]]),d.push([m,o[h+2]])}r.push({changeDescriptions:null!==n?Array.from(n.entries()):null,duration:u,fiberActualDurations:p,fiberSelfDurations:d,interactionIDs:f,priorityLevel:c,timestamp:s})})),e.push({commitData:r,displayName:l,initialTreeBaseDurations:o,interactionCommits:Array.from(a.entries()),interactions:Array.from(i.entries()),rootID:n})})),{dataForRoots:e,rendererID:t}},handleCommitFiberRoot:function(t,n){var r=t.current,o=r.alternate;ue=ce(ne(r)),null!==It&&(kt=!0),Q&&J.clear();var i=null!=t.memoizedInteractions;if(vt&&i&&(ct={changeDescriptions:gt?new Map:null,durations:[],commitTime:Ge()-yt,interactions:Array.from(t.memoizedInteractions).map((function(e){return je(je({},e),{},{timestamp:e.timestamp-yt})})),maxActualDuration:0,priorityLevel:null==n?null:Lt(n)}),o){var a=null!=o.memoizedState&&null!=o.memoizedState.element,l=null!=r.memoizedState&&null!=r.memoizedState.element;!a&&l?(At(ue,r),Xe(r,null,!1,!1)):a&&l?Qe(r,o,null,!1):a&&!l&&(!function(e){var t=Tt.get(e);if(void 0===t)throw new Error("Expected root pseudo key to be known.");var n=t.substring(0,t.lastIndexOf(":")),r=Pt.get(n);if(void 0===r)throw new Error("Expected counter to be known.");r>1?Pt.set(n,r-1):Pt.delete(n);Tt.delete(e)}(ue),ze(r,!1))}else At(ue,r),Xe(r,null,!1,!1);if(vt&&i){var u=bt.get(ue);null!=u?u.push(ct):bt.set(ue,[ct])}Ve(),Q&&e.emit("traceUpdates",J),ue=-1},handleCommitFiberUnmount:function(e){ze(e,!1)},inspectElement:function(e,t){if(at(e)){if(null!=t){lt(t);var n=null;return"hooks"===t[0]&&(n="hooks"),{id:e,type:"hydrated-path",path:t,value:Te(ve(rt,t),ut(null,n),t)}}return{id:e,type:"no-change"}}if(ot=!1,null!==rt&&rt.id===e||(it={}),null===(rt=nt(e)))return{id:e,type:"not-found"};null!=t&<(t),function(e){var t=e.hooks,n=e.id,o=e.props,i=oe.get(n);if(null!=i){var a=i.elementType,l=i.stateNode,u=i.tag,c=i.type;switch(u){case m:case I:case _:r.$r=l;break;case h:r.$r={hooks:t,props:o,type:c};break;case b:r.$r={props:o,type:c.render};break;case C:case R:r.$r={props:o,type:null!=a&&null!=a.type?a.type:c};break;default:r.$r=null}}else console.warn('Could not find Fiber with id "'.concat(n,'"'))}(rt);var o=je({},rt);return o.context=Te(o.context,ut("context",null)),o.hooks=Te(o.hooks,ut("hooks","hooks")),o.props=Te(o.props,ut("props",null)),o.state=Te(o.state,ut("state",null)),{id:e,type:"full-data",value:o}},logElementToConsole:function(e){var t=at(e)?rt:nt(e);if(null!==t){var n="function"==typeof console.groupCollapsed;n&&console.groupCollapsed("[Click to expand] %c<".concat(t.displayName||"Component"," />"),"color: var(--dom-tag-name-color); font-weight: normal;"),null!==t.props&&console.log("Props:",t.props),null!==t.state&&console.log("State:",t.state),null!==t.hooks&&console.log("Hooks:",t.hooks);var r=Ze(e);null!==r&&console.log("Nodes:",r),null!==t.source&&console.log("Location:",t.source),(window.chrome||/firefox/i.test(navigator.userAgent))&&console.log("Right-click any value to save it as a global variable for further inspection."),n&&console.groupEnd()}else console.warn('Could not find Fiber with id "'.concat(e,'"'))},prepareViewAttributeSource:function(e,t){at(e)&&(window.$attribute=ve(rt,t))},prepareViewElementSource:function(e){var t=oe.get(e);if(null!=t){var n=t.elementType,o=t.tag,i=t.type;switch(o){case m:case I:case _:case h:r.$type=i;break;case b:r.$type=i.render;break;case C:case R:r.$type=null!=n&&null!=n.type?n.type:i;break;default:r.$type=null}}else console.warn('Could not find Fiber with id "'.concat(e,'"'))},overrideSuspense:function(e,t){if("function"!=typeof z||"function"!=typeof B)throw new Error("Expected overrideSuspense() to not get called for earlier React versions.");t?(St.add(e),1===St.size&&z(Ot)):(St.delete(e),0===St.size&&z(Et));var n=oe.get(e);null!=n&&B(n)},overrideValueAtPath:function(e,t,n,r,o){var i=tt(t);if(null!==i){var a=i.stateNode;switch(e){case"context":switch(r=r.slice(1),i.tag){case m:0===r.length?a.context=o:be(a.context,r,o),a.forceUpdate()}break;case"hooks":"function"==typeof F&&F(i,n,r,o);break;case"props":switch(i.tag){case m:i.pendingProps=Ne(a.props,r,o),a.forceUpdate();break;default:"function"==typeof H&&H(i,r,o)}break;case"state":switch(i.tag){case m:be(a.state,r,o),a.forceUpdate()}}}},renamePath:function(e,t,n,r,o){var i=tt(t);if(null!==i){var a=i.stateNode;switch(e){case"context":switch(r=r.slice(1),o=o.slice(1),i.tag){case m:0===r.length||ge(a.context,r,o),a.forceUpdate()}break;case"hooks":"function"==typeof U&&U(i,n,r,o);break;case"props":null===a?"function"==typeof $&&$(i,r,o):(i.pendingProps=xe(a.props,r,o),a.forceUpdate());break;case"state":ge(a.state,r,o),a.forceUpdate()}}},renderer:n,setTraceUpdatesEnabled:function(e){Q=e},setTrackedPath:Rt,startProfiling:wt,stopProfiling:function(){vt=!1,gt=!1},storeAsGlobal:function(e,t,n){if(at(e)){var r=ve(rt,t),o="$reactTemp".concat(n);window[o]=r,console.log(o),console.log(r)}},updateComponentFilters:function(n){if(vt)throw Error("Cannot modify filter preferences while profiling");e.getFiberRoots(t).forEach((function(e){ue=ce(ne(e.current)),qe(e.current),ze(e.current,!1),ue=-1})),Z(n),Pt.clear(),e.getFiberRoots(t).forEach((function(e){At(ue=ce(ne(e.current)),e.current),Xe(e.current,null,!1,!1),Ve(e),ue=-1}))}}}var qe;function Ye(e){return(Ye="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ke(e,t,n){if(void 0===qe)try{throw Error()}catch(e){var r=e.stack.trim().match(/\n( *(at )?)/);qe=r&&r[1]||""}return"\n"+qe+e}var Qe=!1;function Je(e,t,n){if(!e||Qe)return"";var r,o=Error.prepareStackTrace;Error.prepareStackTrace=void 0,Qe=!0;var i=n.current;n.current=null;try{if(t){var a=function(){throw Error()};if(Object.defineProperty(a.prototype,"props",{set:function(){throw Error()}}),"object"===("undefined"==typeof Reflect?"undefined":Ye(Reflect))&&Reflect.construct){try{Reflect.construct(a,[])}catch(e){r=e}Reflect.construct(e,[],a)}else{try{a.call()}catch(e){r=e}e.call(a.prototype)}}else{try{throw Error()}catch(e){r=e}e()}}catch(e){if(e&&r&&"string"==typeof e.stack){for(var l=e.stack.split("\n"),u=r.stack.split("\n"),c=l.length-1,s=u.length-1;c>=1&&s>=0&&l[c]!==u[s];)s--;for(;c>=1&&s>=0;c--,s--)if(l[c]!==u[s]){if(1!==c||1!==s)do{if(c--,--s<0||l[c]!==u[s])return"\n"+l[c].replace(" at new "," at ")}while(c>=1&&s>=0);break}}}finally{Qe=!1,Error.prepareStackTrace=o,n.current=i}var f=e?e.displayName||e.name:"";return f?Ke(f):""}function Ze(e,t,n,r){return Je(e,!1,r)}function et(e,t,n){var r=e.HostComponent,o=e.LazyComponent,i=e.SuspenseComponent,a=e.SuspenseListComponent,l=e.FunctionComponent,u=e.IndeterminateComponent,c=e.SimpleMemoComponent,s=e.ForwardRef,f=e.ClassComponent;switch(t.tag){case r:return Ke(t.type);case o:return Ke("Lazy");case i:return Ke("Suspense");case a:return Ke("SuspenseList");case l:case u:case c:return Ze(t.type,0,0,n);case s:return Ze(t.type.render,0,0,n);case f:return function(e,t,n,r){return Je(e,!0,r)}(t.type,0,0,n);default:return""}}function tt(e,t,n){try{var r="",o=t;do{r+=et(e,o,n),o=o.return}while(o);return r}catch(e){return"\nError generating stack: "+e.message+"\n"+e.stack}}function nt(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return rt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rt(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw i}}}}function rt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ot=["error","trace","warn"],it=/\s{4}(in|at)\s{1}/,at=/:\d+:\d+(\n|$)/,lt=new Map,ut=console,ct={};for(var st in console)ct[st]=console[st];var ft=null;function pt(e){var t=e.currentDispatcherRef,n=e.getCurrentFiber,r=e.findFiberByHostInstance,o=e.version;if("function"==typeof r&&null!=t&&"function"==typeof n){var i=We(o).ReactTypeOfWork;lt.set(e,{currentDispatcherRef:t,getCurrentFiber:n,workTagMap:i})}}var dt={appendComponentStack:!1,breakOnConsoleErrors:!1};function ht(e){var t=e.appendComponentStack,n=e.breakOnConsoleErrors;if(dt.appendComponentStack=t,dt.breakOnConsoleErrors=n,null===ft){var r={};ft=function(){for(var e in r)try{ut[e]=r[e]}catch(e){}},ot.forEach((function(e){try{var t=r[e]=ut[e],n=function(){for(var e=dt.appendComponentStack,n=(dt.breakOnConsoleErrors,arguments.length),r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];if(e)try{var i=r.length>0?r[r.length-1]:null,a=null!==i&&(it.test(i)||at.test(i));if(!a){var l,u=nt(lt.values());try{for(u.s();!(l=u.n()).done;){var c=l.value,s=c.currentDispatcherRef,f=c.getCurrentFiber,p=c.workTagMap,d=f();if(null!=d){var h=tt(p,d,s);""!==h&&r.push(h);break}}}catch(e){u.e(e)}finally{u.f()}}}catch(e){}t.apply(void 0,r)};n.__REACT_DEVTOOLS_ORIGINAL_METHOD__=t,ut[e]=n}catch(e){}}))}}function mt(e){return(mt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function vt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function yt(e,t){return(yt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function gt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Et(e);if(t){var o=Et(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return bt(this,n)}}function bt(e,t){return!t||"object"!==mt(t)&&"function"!=typeof t?wt(e):t}function wt(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Et(e){return(Et=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function St(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ot=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&yt(e,t)}(i,e);var t,n,r,o=gt(i);function i(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),St(wt(t=o.call(this)),"_isProfiling",!1),St(wt(t),"_recordChangeDescriptions",!1),St(wt(t),"_rendererInterfaces",{}),St(wt(t),"_persistedSelection",null),St(wt(t),"_persistedSelectionMatch",null),St(wt(t),"_traceUpdatesEnabled",!1),St(wt(t),"copyElementPath",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=t._rendererInterfaces[o];null==i?console.warn('Invalid renderer id "'.concat(o,'" for element "').concat(n,'"')):i.copyElementPath(n,r)})),St(wt(t),"deletePath",(function(e){var n=e.hookID,r=e.id,o=e.path,i=e.rendererID,a=e.type,l=t._rendererInterfaces[i];null==l?console.warn('Invalid renderer id "'.concat(i,'" for element "').concat(r,'"')):l.deletePath(a,r,n,o)})),St(wt(t),"getProfilingData",(function(e){var n=e.rendererID,r=t._rendererInterfaces[n];null==r&&console.warn('Invalid renderer id "'.concat(n,'"')),t._bridge.send("profilingData",r.getProfilingData())})),St(wt(t),"getProfilingStatus",(function(){t._bridge.send("profilingStatus",t._isProfiling)})),St(wt(t),"getOwnersList",(function(e){var n=e.id,r=e.rendererID,o=t._rendererInterfaces[r];if(null==o)console.warn('Invalid renderer id "'.concat(r,'" for element "').concat(n,'"'));else{var i=o.getOwnersList(n);t._bridge.send("ownersList",{id:n,owners:i})}})),St(wt(t),"inspectElement",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=t._rendererInterfaces[o];null==i?console.warn('Invalid renderer id "'.concat(o,'" for element "').concat(n,'"')):(t._bridge.send("inspectedElement",i.inspectElement(n,r)),null!==t._persistedSelectionMatch&&t._persistedSelectionMatch.id===n||(t._persistedSelection=null,t._persistedSelectionMatch=null,i.setTrackedPath(null),t._throttledPersistSelection(o,n)))})),St(wt(t),"logElementToConsole",(function(e){var n=e.id,r=e.rendererID,o=t._rendererInterfaces[r];null==o?console.warn('Invalid renderer id "'.concat(r,'" for element "').concat(n,'"')):o.logElementToConsole(n)})),St(wt(t),"overrideSuspense",(function(e){var n=e.id,r=e.rendererID,o=e.forceFallback,i=t._rendererInterfaces[r];null==i?console.warn('Invalid renderer id "'.concat(r,'" for element "').concat(n,'"')):i.overrideSuspense(n,o)})),St(wt(t),"overrideValueAtPath",(function(e){var n=e.hookID,r=e.id,o=e.path,i=e.rendererID,a=e.type,l=e.value,u=t._rendererInterfaces[i];null==u?console.warn('Invalid renderer id "'.concat(i,'" for element "').concat(r,'"')):u.overrideValueAtPath(a,r,n,o,l)})),St(wt(t),"overrideContext",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=e.wasForwarded,a=e.value;i||t.overrideValueAtPath({id:n,path:r,rendererID:o,type:"context",value:a})})),St(wt(t),"overrideHookState",(function(e){var n=e.id,r=(e.hookID,e.path),o=e.rendererID,i=e.wasForwarded,a=e.value;i||t.overrideValueAtPath({id:n,path:r,rendererID:o,type:"hooks",value:a})})),St(wt(t),"overrideProps",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=e.wasForwarded,a=e.value;i||t.overrideValueAtPath({id:n,path:r,rendererID:o,type:"props",value:a})})),St(wt(t),"overrideState",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=e.wasForwarded,a=e.value;i||t.overrideValueAtPath({id:n,path:r,rendererID:o,type:"state",value:a})})),St(wt(t),"reloadAndProfile",(function(e){f("React::DevTools::reloadAndProfile","true"),f("React::DevTools::recordChangeDescriptions",e?"true":"false"),t._bridge.send("reloadAppForProfiling")})),St(wt(t),"renamePath",(function(e){var n=e.hookID,r=e.id,o=e.newPath,i=e.oldPath,a=e.rendererID,l=e.type,u=t._rendererInterfaces[a];null==u?console.warn('Invalid renderer id "'.concat(a,'" for element "').concat(r,'"')):u.renamePath(l,r,n,i,o)})),St(wt(t),"setTraceUpdatesEnabled",(function(e){for(var n in t._traceUpdatesEnabled=e,W(e),t._rendererInterfaces){t._rendererInterfaces[n].setTraceUpdatesEnabled(e)}})),St(wt(t),"syncSelectionFromNativeElementsPanel",(function(){var e=window.__REACT_DEVTOOLS_GLOBAL_HOOK__.$0;null!=e&&t.selectNode(e)})),St(wt(t),"shutdown",(function(){t.emit("shutdown")})),St(wt(t),"startProfiling",(function(e){for(var n in t._recordChangeDescriptions=e,t._isProfiling=!0,t._rendererInterfaces){t._rendererInterfaces[n].startProfiling(e)}t._bridge.send("profilingStatus",t._isProfiling)})),St(wt(t),"stopProfiling",(function(){for(var e in t._isProfiling=!1,t._recordChangeDescriptions=!1,t._rendererInterfaces){t._rendererInterfaces[e].stopProfiling()}t._bridge.send("profilingStatus",t._isProfiling)})),St(wt(t),"storeAsGlobal",(function(e){var n=e.count,r=e.id,o=e.path,i=e.rendererID,a=t._rendererInterfaces[i];null==a?console.warn('Invalid renderer id "'.concat(i,'" for element "').concat(r,'"')):a.storeAsGlobal(r,o,n)})),St(wt(t),"updateConsolePatchSettings",(function(e){var t=e.appendComponentStack,n=e.breakOnConsoleErrors;t||n?ht({appendComponentStack:t,breakOnConsoleErrors:n}):null!==ft&&(ft(),ft=null)})),St(wt(t),"updateComponentFilters",(function(e){for(var n in t._rendererInterfaces){t._rendererInterfaces[n].updateComponentFilters(e)}})),St(wt(t),"viewAttributeSource",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=t._rendererInterfaces[o];null==i?console.warn('Invalid renderer id "'.concat(o,'" for element "').concat(n,'"')):i.prepareViewAttributeSource(n,r)})),St(wt(t),"viewElementSource",(function(e){var n=e.id,r=e.rendererID,o=t._rendererInterfaces[r];null==o?console.warn('Invalid renderer id "'.concat(r,'" for element "').concat(n,'"')):o.prepareViewElementSource(n)})),St(wt(t),"onTraceUpdates",(function(e){t.emit("traceUpdates",e)})),St(wt(t),"onHookOperations",(function(e){if(t._bridge.send("operations",e),null!==t._persistedSelection){var n=e[0];if(t._persistedSelection.rendererID===n){var r=t._rendererInterfaces[n];if(null==r)console.warn('Invalid renderer id "'.concat(n,'"'));else{var o=t._persistedSelectionMatch,i=r.getBestMatchForTrackedPath();t._persistedSelectionMatch=i;var a=null!==o?o.id:null,l=null!==i?i.id:null;a!==l&&null!==l&&t._bridge.send("selectFiber",l),null!==i&&i.isFullMatch&&(t._persistedSelection=null,t._persistedSelectionMatch=null,r.setTrackedPath(null))}}}})),St(wt(t),"_throttledPersistSelection",a()((function(e,n){var r=t._rendererInterfaces[e],o=null!=r?r.getPathForElement(n):null;null!==o?f("React::DevTools::lastSelection",JSON.stringify({rendererID:e,path:o})):s("React::DevTools::lastSelection")}),1e3)),"true"===c("React::DevTools::reloadAndProfile")&&(t._recordChangeDescriptions="true"===c("React::DevTools::recordChangeDescriptions"),t._isProfiling=!0,s("React::DevTools::recordChangeDescriptions"),s("React::DevTools::reloadAndProfile"));var n=c("React::DevTools::lastSelection");null!=n&&(t._persistedSelection=JSON.parse(n)),t._bridge=e,e.addListener("copyElementPath",t.copyElementPath),e.addListener("deletePath",t.deletePath),e.addListener("getProfilingData",t.getProfilingData),e.addListener("getProfilingStatus",t.getProfilingStatus),e.addListener("getOwnersList",t.getOwnersList),e.addListener("inspectElement",t.inspectElement),e.addListener("logElementToConsole",t.logElementToConsole),e.addListener("overrideSuspense",t.overrideSuspense),e.addListener("overrideValueAtPath",t.overrideValueAtPath),e.addListener("reloadAndProfile",t.reloadAndProfile),e.addListener("renamePath",t.renamePath),e.addListener("setTraceUpdatesEnabled",t.setTraceUpdatesEnabled),e.addListener("startProfiling",t.startProfiling),e.addListener("stopProfiling",t.stopProfiling),e.addListener("storeAsGlobal",t.storeAsGlobal),e.addListener("syncSelectionFromNativeElementsPanel",t.syncSelectionFromNativeElementsPanel),e.addListener("shutdown",t.shutdown),e.addListener("updateConsolePatchSettings",t.updateConsolePatchSettings),e.addListener("updateComponentFilters",t.updateComponentFilters),e.addListener("viewAttributeSource",t.viewAttributeSource),e.addListener("viewElementSource",t.viewElementSource),e.addListener("overrideContext",t.overrideContext),e.addListener("overrideHookState",t.overrideHookState),e.addListener("overrideProps",t.overrideProps),e.addListener("overrideState",t.overrideState),t._isProfiling&&e.send("profilingStatus",!0);var r,l=!1;try{localStorage.getItem("test"),l=!0}catch(e){}return e.send("isBackendStorageAPISupported",l),j(e,wt(t)),r=wt(t),r.addListener("traceUpdates",X),t}return t=i,(n=[{key:"getInstanceAndStyle",value:function(e){var t=e.id,n=e.rendererID,r=this._rendererInterfaces[n];return null==r?(console.warn('Invalid renderer id "'.concat(n,'"')),null):r.getInstanceAndStyle(t)}},{key:"getIDForNode",value:function(e){for(var t in this._rendererInterfaces){var n=this._rendererInterfaces[t];try{var r=n.getFiberIDForNative(e,!0);if(null!==r)return r}catch(e){}}return null}},{key:"selectNode",value:function(e){var t=this.getIDForNode(e);null!==t&&this._bridge.send("selectFiber",t)}},{key:"setRendererInterface",value:function(e,t){this._rendererInterfaces[e]=t,this._isProfiling&&t.startProfiling(this._recordChangeDescriptions),t.setTraceUpdatesEnabled(this._traceUpdatesEnabled);var n=this._persistedSelection;null!==n&&n.rendererID===e&&t.setTrackedPath(n.path)}},{key:"onUnsupportedRenderer",value:function(e){this._bridge.send("unsupportedRendererVersion",e)}},{key:"rendererInterfaces",get:function(){return this._rendererInterfaces}}])&&vt(t.prototype,n),r&&vt(t,r),i}(o);function It(e){return(It="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _t(e){return function(e){if(Array.isArray(e))return Ct(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Ct(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ct(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ct(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function kt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Rt(e,t){return(Rt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Tt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=xt(e);if(t){var o=xt(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pt(this,n)}}function Pt(e,t){return!t||"object"!==It(t)&&"function"!=typeof t?At(e):t}function At(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xt(e){return(xt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Nt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Lt=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Rt(e,t)}(i,e);var t,n,r,o=Tt(i);function i(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),Nt(At(t=o.call(this)),"_isShutdown",!1),Nt(At(t),"_messageQueue",[]),Nt(At(t),"_timeoutID",null),Nt(At(t),"_wallUnlisten",null),Nt(At(t),"_flush",(function(){if(null!==t._timeoutID&&(clearTimeout(t._timeoutID),t._timeoutID=null),t._messageQueue.length){for(var e=0;e<t._messageQueue.length;e+=2){var n;(n=t._wall).send.apply(n,[t._messageQueue[e]].concat(_t(t._messageQueue[e+1])))}t._messageQueue.length=0,t._timeoutID=setTimeout(t._flush,100)}})),Nt(At(t),"overrideValueAtPath",(function(e){var n=e.id,r=e.path,o=e.rendererID,i=e.type,a=e.value;switch(i){case"context":t.send("overrideContext",{id:n,path:r,rendererID:o,wasForwarded:!0,value:a});break;case"hooks":t.send("overrideHookState",{id:n,path:r,rendererID:o,wasForwarded:!0,value:a});break;case"props":t.send("overrideProps",{id:n,path:r,rendererID:o,wasForwarded:!0,value:a});break;case"state":t.send("overrideState",{id:n,path:r,rendererID:o,wasForwarded:!0,value:a})}})),t._wall=e,t._wallUnlisten=e.listen((function(e){At(t).emit(e.event,e.payload)}))||null,t.addListener("overrideValueAtPath",t.overrideValueAtPath),t}return t=i,(n=[{key:"send",value:function(e){if(this._isShutdown)console.warn('Cannot send message "'.concat(e,'" through a Bridge that has been shutdown.'));else{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this._messageQueue.push(e,n),this._timeoutID||(this._timeoutID=setTimeout(this._flush,0))}}},{key:"shutdown",value:function(){if(this._isShutdown)console.warn("Bridge was already shutdown.");else{this.send("shutdown"),this._isShutdown=!0,this.addListener=function(){},this.emit=function(){},this.removeAllListeners();var e=this._wallUnlisten;e&&e();do{this._flush()}while(this._messageQueue.length);null!==this._timeoutID&&(clearTimeout(this._timeoutID),this._timeoutID=null)}}},{key:"wall",get:function(){return this._wall}}])&&kt(t.prototype,n),r&&kt(t,r),i}(o);function Dt(e,t,n){var r=e[t];return e[t]=function(e){return n.call(this,r,arguments)},r}function jt(e,t){for(var n in t)e[n]=t[n]}function Ft(e){"function"==typeof e.forceUpdate?e.forceUpdate():null!=e.updater&&"function"==typeof e.updater.enqueueForceUpdate&&e.updater.enqueueForceUpdate(this,(function(){}),"forceUpdate")}function Mt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ut(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Mt(Object(n),!0).forEach((function(t){Ht(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Mt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Ht(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Vt(e){return(Vt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function $t(e){var t=null,n=null;if(null!=e._currentElement){e._currentElement.key&&(n=""+e._currentElement.key);var r=e._currentElement.type;"string"==typeof r?t=r:"function"==typeof r&&(t=pe(r))}return{displayName:t,key:n}}function zt(e){if(null!=e._currentElement){var t=e._currentElement.type;if("function"==typeof t)return null!==e.getPublicInstance()?1:5;if("string"==typeof t)return 7}return 9}function Bt(e){var t=[];if("object"!==Vt(e));else if(null===e._currentElement||!1===e._currentElement);else if(e._renderedComponent){var n=e._renderedComponent;9!==zt(n)&&t.push(n)}else if(e._renderedChildren){var r=e._renderedChildren;for(var o in r){var i=r[o];9!==zt(i)&&t.push(i)}}return t}function Gt(e,t,n,r){var o,i=new Map,a=new WeakMap,l=new WeakMap,u=null;function c(e){if("object"!==Vt(e)||null===e)throw new Error("Invalid internal instance: "+e);if(!a.has(e)){var t=he();a.set(e,t),i.set(t,e)}return a.get(e)}function s(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}n.ComponentTree?(u=function(e,t){var r=n.ComponentTree.getClosestInstanceFromNode(e);return a.get(r)||null},o=function(e){var t=i.get(e);return n.ComponentTree.getNodeFromInstance(t)}):n.Mount.getID&&n.Mount.getNode&&(u=function(e,t){return null},o=function(e){return null});var f=[],p=null;function d(e,t,n){if(0===n){var r=null!=e._currentElement&&null!=e._currentElement._owner;S(1),S(t),S(11),S(0),S(r?1:0)}else{var o=zt(e),i=$t(e),a=i.displayName,l=i.key,u=null!=e._currentElement&&null!=e._currentElement._owner?c(e._currentElement._owner):0,s=O(a),f=O(l);S(1),S(t),S(o),S(n),S(u),S(s),S(f)}}function h(e,t,n){S(3),S(t);var r=n.map(c);S(r.length);for(var o=0;o<r.length;o++)S(r[o])}function m(e,t,n){var r=i.get(e);null!=r&&(l.set(r,n),d(r,e,t),Bt(r).forEach((function(t){return m(c(t),e,n)})))}n.Reconciler&&(p=function(e,t){var n={};for(var r in t)n[r]=Dt(e,r,t[r]);return n}(n.Reconciler,{mountComponent:function(e,t){var n=t[0],r=t[3];if(9===zt(n))return e.apply(this,t);if(void 0===r._topLevelWrapper)return e.apply(this,t);var o=c(n);d(n,o,f.length>0?f[f.length-1]:0),f.push(o),l.set(n,c(r._topLevelWrapper));try{var i=e.apply(this,t);return f.pop(),i}catch(e){throw f=[],e}finally{if(0===f.length){var a=l.get(n);if(void 0===a)throw new Error("Expected to find root ID.");E(a)}}},performUpdateIfNecessary:function(e,t){var n=t[0];if(9===zt(n))return e.apply(this,t);var r=c(n);f.push(r);var o=Bt(n);try{var i=e.apply(this,t),a=Bt(n);return s(o,a)||h(n,r,a),f.pop(),i}catch(e){throw f=[],e}finally{if(0===f.length){var u=l.get(n);if(void 0===u)throw new Error("Expected to find root ID.");E(u)}}},receiveComponent:function(e,t){var n=t[0];if(9===zt(n))return e.apply(this,t);var r=c(n);f.push(r);var o=Bt(n);try{var i=e.apply(this,t),a=Bt(n);return s(o,a)||h(n,r,a),f.pop(),i}catch(e){throw f=[],e}finally{if(0===f.length){var u=l.get(n);if(void 0===u)throw new Error("Expected to find root ID.");E(u)}}},unmountComponent:function(e,t){var n=t[0];if(9===zt(n))return e.apply(this,t);var r=c(n);f.push(r);try{var o=e.apply(this,t);return f.pop(),function(e,t){g.push(t),i.delete(t)}(0,r),o}catch(e){throw f=[],e}finally{if(0===f.length){var a=l.get(n);if(void 0===a)throw new Error("Expected to find root ID.");E(a)}}}}));var v=[],y=new Map,g=[],b=0,w=null;function E(n){if(0!==v.length||0!==g.length||null!==w){var r=g.length+(null===w?0:1),o=new Array(3+b+(r>0?2+r:0)+v.length),i=0;if(o[i++]=t,o[i++]=n,o[i++]=b,y.forEach((function(e,t){o[i++]=t.length;for(var n=me(t),r=0;r<n.length;r++)o[i+r]=n[r];i+=t.length})),r>0){o[i++]=2,o[i++]=r;for(var a=0;a<g.length;a++)o[i++]=g[a];null!==w&&(o[i]=w,i++)}for(var l=0;l<v.length;l++)o[i+l]=v[l];i+=v.length,e.emit("operations",o),v.length=0,g=[],w=null,y.clear(),b=0}}function S(e){v.push(e)}function O(e){if(null===e)return 0;var t=y.get(e);if(void 0!==t)return t;var n=y.size+1;return y.set(e,n),b+=e.length+1,n}var I=null,_={};function C(e){return function(t){var n=_[e];if(!n)return!1;for(var r=0;r<t.length;r++)if(!(n=n[t[r]]))return!1;return!0}}function k(e){var t=i.get(e);if(null==t)return null;var n=$t(t),r=n.displayName,o=n.key,a=zt(t),l=null,u=null,s=null,f=null,p=null,d=t._currentElement;if(null!==d){s=d.props,p=null!=d._source?d._source:null;var h=d._owner;if(h)for(u=[];null!=h;)u.push({displayName:$t(h).displayName||"Unknown",id:c(h),type:zt(h)}),h._currentElement&&(h=h._currentElement._owner)}var m=t._instance;return null!=m&&(l=m.context||null,f=m.state||null),{id:e,canEditHooks:!1,canEditFunctionProps:!1,canEditHooksAndDeletePaths:!1,canEditHooksAndRenamePaths:!1,canEditFunctionPropsDeletePaths:!1,canEditFunctionPropsRenamePaths:!1,canToggleSuspense:!1,canViewSource:1===a||5===a,hasLegacyContext:!0,displayName:r,type:a,key:null!=o?o:null,context:l,hooks:null,props:s,state:f,owners:u,source:p,rootType:null,rendererPackageName:null,rendererVersion:null}}return{cleanup:function(){null!==p&&(n.Component?jt(n.Component.Mixin,p):jt(n.Reconciler,p)),p=null},copyElementPath:function(e,t){var n=k(e);null!==n&&Pe(ve(n,t))},deletePath:function(e,t,n,r){var o=i.get(t);if(null!=o){var a=o._instance;if(null!=a)switch(e){case"context":ye(a.context,r),Ft(a);break;case"hooks":throw new Error("Hooks not supported by this renderer");case"props":var l=o._currentElement;o._currentElement=Ut(Ut({},l),{},{props:Ae(l.props,r)}),Ft(a);break;case"state":ye(a.state,r),Ft(a)}}},flushInitialOperations:function(){var e=n.Mount._instancesByReactRootID||n.Mount._instancesByContainerID;for(var t in e){var r=c(e[t]);m(r,0,r),E(r)}},getBestMatchForTrackedPath:function(){return null},getDisplayNameForFiberID:function(e){var t=i.get(e);return t?$t(t).displayName:null},getFiberIDForNative:u,getInstanceAndStyle:function(e){var t=null,n=null,r=i.get(e);if(null!=r){t=r._instance||null;var o=r._currentElement;null!=o&&null!=o.props&&(n=o.props.style||null)}return{instance:t,style:n}},findNativeNodesForFiberID:function(e){var t=o(e);return null==t?null:[t]},getOwnersList:function(e){return null},getPathForElement:function(e){return null},getProfilingData:function(){throw new Error("getProfilingData not supported by this renderer")},handleCommitFiberRoot:function(){throw new Error("handleCommitFiberRoot not supported by this renderer")},handleCommitFiberUnmount:function(){throw new Error("handleCommitFiberUnmount not supported by this renderer")},inspectElement:function(e,t){I!==e&&(I=e,_={});var n=k(e);return null===n?{id:e,type:"not-found"}:(null!=t&&function(e){var t=_;e.forEach((function(e){t[e]||(t[e]={}),t=t[e]}))}(t),function(e){var t=i.get(e);if(null!=t)switch(zt(t)){case 1:r.$r=t._instance;break;case 5:var n=t._currentElement;if(null==n)return void console.warn('Could not find element with id "'.concat(e,'"'));r.$r={props:n.props,type:n.type};break;default:r.$r=null}else console.warn('Could not find instance with id "'.concat(e,'"'))}(e),n.context=Te(n.context,C("context")),n.props=Te(n.props,C("props")),n.state=Te(n.state,C("state")),{id:e,type:"full-data",value:n})},logElementToConsole:function(e){var t=k(e);if(null!==t){var n="function"==typeof console.groupCollapsed;n&&console.groupCollapsed("[Click to expand] %c<".concat(t.displayName||"Component"," />"),"color: var(--dom-tag-name-color); font-weight: normal;"),null!==t.props&&console.log("Props:",t.props),null!==t.state&&console.log("State:",t.state),null!==t.context&&console.log("Context:",t.context);var r=o(e);null!==r&&console.log("Node:",r),(window.chrome||/firefox/i.test(navigator.userAgent))&&console.log("Right-click any value to save it as a global variable for further inspection."),n&&console.groupEnd()}else console.warn('Could not find element with id "'.concat(e,'"'))},overrideSuspense:function(){throw new Error("overrideSuspense not supported by this renderer")},overrideValueAtPath:function(e,t,n,r,o){var a=i.get(t);if(null!=a){var l=a._instance;if(null!=l)switch(e){case"context":be(l.context,r,o),Ft(l);break;case"hooks":throw new Error("Hooks not supported by this renderer");case"props":var u=a._currentElement;a._currentElement=Ut(Ut({},u),{},{props:Ne(u.props,r,o)}),Ft(l);break;case"state":be(l.state,r,o),Ft(l)}}},renamePath:function(e,t,n,r,o){var a=i.get(t);if(null!=a){var l=a._instance;if(null!=l)switch(e){case"context":ge(l.context,r,o),Ft(l);break;case"hooks":throw new Error("Hooks not supported by this renderer");case"props":var u=a._currentElement;a._currentElement=Ut(Ut({},u),{},{props:xe(u.props,r,o)}),Ft(l);break;case"state":ge(l.state,r,o),Ft(l)}}},prepareViewAttributeSource:function(e,t){var n=k(e);null!==n&&(window.$attribute=ve(n,t))},prepareViewElementSource:function(e){var t=i.get(e);if(null!=t){var n=t._currentElement;null!=n?r.$type=n.type:console.warn('Could not find element with id "'.concat(e,'"'))}else console.warn('Could not find instance with id "'.concat(e,'"'))},renderer:n,setTraceUpdatesEnabled:function(e){},setTrackedPath:function(e){},startProfiling:function(){},stopProfiling:function(){},storeAsGlobal:function(e,t,n){var r=k(e);if(null!==r){var o=ve(r,t),i="$reactTemp".concat(n);window[i]=o,console.log(i),console.log(o)}},updateComponentFilters:function(e){}}}function Wt(e,t){var n=!1,r={bottom:0,left:0,right:0,top:0},o=t[e];if(null!=o){for(var i=0,a=Object.keys(r);i<a.length;i++){r[a[i]]=o}n=!0}var l=t[e+"Horizontal"];if(null!=l)r.left=l,r.right=l,n=!0;else{var u=t[e+"Left"];null!=u&&(r.left=u,n=!0);var c=t[e+"Right"];null!=c&&(r.right=c,n=!0);var s=t[e+"End"];null!=s&&(r.right=s,n=!0);var f=t[e+"Start"];null!=f&&(r.left=f,n=!0)}var p=t[e+"Vertical"];if(null!=p)r.bottom=p,r.top=p,n=!0;else{var d=t[e+"Bottom"];null!=d&&(r.bottom=d,n=!0);var h=t[e+"Top"];null!=h&&(r.top=h,n=!0)}return n?r:null}function Xt(e){return(Xt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Yt(e,t,n,r){e.addListener("NativeStyleEditor_measure",(function(r){var o=r.id,i=r.rendererID;Jt(t,e,n,o,i)})),e.addListener("NativeStyleEditor_renameAttribute",(function(r){var o=r.id,i=r.rendererID,a=r.oldName,l=r.newName,u=r.value;!function(e,t,n,r,o,i){var a,l=e.getInstanceAndStyle({id:t,rendererID:n});if(!l||!l.style)return;var u,c=l.instance,s=l.style,f=o?(qt(a={},r,void 0),qt(a,o,i),a):qt({},r,void 0);if(null!==c&&"function"==typeof c.setNativeProps){var p=Qt.get(t);p?Object.assign(p,f):Qt.set(t,f),c.setNativeProps({style:f})}else if(Array.isArray(s)){var d=s.length-1;"object"!==Xt(s[d])||Array.isArray(s[d])?e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style"],value:s.concat([f])}):(delete(u=Zt(s[d]))[r],o?u[o]=i:u[r]=void 0,e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style",d],value:u}))}else"object"===Xt(s)?(delete(u=Zt(s))[r],o?u[o]=i:u[r]=void 0,e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style"],value:u})):e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style"],value:[s,f]});e.emit("hideNativeHighlight")}(t,o,i,a,l,u),setTimeout((function(){return Jt(t,e,n,o,i)}))})),e.addListener("NativeStyleEditor_setValue",(function(r){var o=r.id,i=r.rendererID,a=r.name,l=r.value;!function(e,t,n,r,o){var i=e.getInstanceAndStyle({id:t,rendererID:n});if(!i||!i.style)return;var a=i.instance,l=i.style,u=qt({},r,o);if(null!==a&&"function"==typeof a.setNativeProps){var c=Qt.get(t);c?Object.assign(c,u):Qt.set(t,u),a.setNativeProps({style:u})}else if(Array.isArray(l)){var s=l.length-1;"object"!==Xt(l[s])||Array.isArray(l[s])?e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style"],value:l.concat([u])}):e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style",s,r],value:o})}else e.overrideValueAtPath({type:"props",id:t,rendererID:n,path:["style"],value:[l,u]});e.emit("hideNativeHighlight")}(t,o,i,a,l),setTimeout((function(){return Jt(t,e,n,o,i)}))})),e.send("isNativeStyleEditorSupported",{isSupported:!0,validAttributes:r})}var Kt={top:0,left:0,right:0,bottom:0},Qt=new Map;function Jt(e,t,n,r,o){var i=e.getInstanceAndStyle({id:r,rendererID:o});if(i&&i.style){var a=i.instance,l=n(i.style),u=Qt.get(r);null!=u&&(l=Object.assign({},l,u)),a&&"function"==typeof a.measure?a.measure((function(e,n,o,i,a,u){if("number"==typeof e){var c=null!=l&&Wt("margin",l)||Kt,s=null!=l&&Wt("padding",l)||Kt;t.send("NativeStyleEditor_styleAndLayout",{id:r,layout:{x:e,y:n,width:o,height:i,left:a,top:u,margin:c,padding:s},style:l||null})}else t.send("NativeStyleEditor_styleAndLayout",{id:r,layout:null,style:l||null})})):t.send("NativeStyleEditor_styleAndLayout",{id:r,layout:null,style:l||null})}else t.send("NativeStyleEditor_styleAndLayout",{id:r,layout:null,style:null})}function Zt(e){var t={};for(var n in e)t[n]=e[n];return t}!function(e){if(e.hasOwnProperty("__REACT_DEVTOOLS_GLOBAL_HOOK__"))return null;var t=0,n=!1,r={},o=new Map,i={},a=new Map,l={rendererInterfaces:o,listeners:i,renderers:a,emit:function(e,t){i[e]&&i[e].map((function(e){return e(t)}))},getFiberRoots:function(e){var t=r;return t[e]||(t[e]=new Set),t[e]},inject:function(r){var o=++t;a.set(o,r);var i=n?"deadcode":function(e){try{if("string"==typeof e.version)return e.bundleType>0?"development":"production";var t=Function.prototype.toString;if(e.Mount&&e.Mount._renderNewRootComponent){var n=t.call(e.Mount._renderNewRootComponent);return 0!==n.indexOf("function")?"production":-1!==n.indexOf("storedMeasure")?"development":-1!==n.indexOf("should be a pure function")?-1!==n.indexOf("NODE_ENV")||-1!==n.indexOf("development")||-1!==n.indexOf("true")?"development":-1!==n.indexOf("nextElement")||-1!==n.indexOf("nextComponent")?"unminified":"development":-1!==n.indexOf("nextElement")||-1!==n.indexOf("nextComponent")?"unminified":"outdated"}}catch(e){}return"production"}(r);try{var u=!1!==window.__REACT_DEVTOOLS_APPEND_COMPONENT_STACK__,c=!0===window.__REACT_DEVTOOLS_BREAK_ON_CONSOLE_ERRORS__;(u||c)&&(pt(r),ht({appendComponentStack:u,breakOnConsoleErrors:c}))}catch(e){}var s=e.__REACT_DEVTOOLS_ATTACH__;if("function"==typeof s){var f=s(l,o,r,e);l.rendererInterfaces.set(o,f)}return l.emit("renderer",{id:o,renderer:r,reactBuildType:i}),o},on:function(e,t){i[e]||(i[e]=[]),i[e].push(t)},off:function(e,t){if(i[e]){var n=i[e].indexOf(t);-1!==n&&i[e].splice(n,1),i[e].length||delete i[e]}},sub:function(e,t){return l.on(e,t),function(){return l.off(e,t)}},supportsFiber:!0,checkDCE:function(e){try{Function.prototype.toString.call(e).indexOf("^_^")>-1&&(n=!0,setTimeout((function(){throw new Error("React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build")})))}catch(e){}},onCommitFiberUnmount:function(e,t){var n=o.get(e);null!=n&&n.handleCommitFiberUnmount(t)},onCommitFiberRoot:function(e,t,n){var r=l.getFiberRoots(e),i=t.current,a=r.has(t),u=null==i.memoizedState||null==i.memoizedState.element;a||u?a&&u&&r.delete(t):r.add(t);var c=o.get(e);null!=c&&c.handleCommitFiberRoot(t,n)}};Object.defineProperty(e,"__REACT_DEVTOOLS_GLOBAL_HOOK__",{configurable:!1,enumerable:!1,get:function(){return l}})}(window);var en=window.__REACT_DEVTOOLS_GLOBAL_HOOK__,tn=[{type:1,value:7,isEnabled:!0}];function nn(e){if(null!=en){var t=e||{},n=t.host,r=void 0===n?"localhost":n,o=t.nativeStyleEditorValidAttributes,i=t.useHttps,a=void 0!==i&&i,l=t.port,u=void 0===l?8097:l,c=t.websocket,s=t.resolveRNStyle,f=void 0===s?null:s,p=t.retryConnectionDelay,d=void 0===p?2e3:p,h=t.isAppActive,m=a?"wss":"ws",v=null;if((void 0===h?function(){return!0}:h)()){var y=null,g=[],b=m+"://"+r+":"+u,w=c||new window.WebSocket(b);w.onclose=function(){0;null!==y&&y.emit("shutdown");E()},w.onerror=function(){0;E()},w.onmessage=function(e){var t;try{if("string"!=typeof e.data)throw Error();t=JSON.parse(e.data)}catch(t){return void console.error("[React DevTools] Failed to parse JSON: "+e.data)}g.forEach((function(e){try{e(t)}catch(e){throw console.log("[React DevTools] Error calling listener",t),console.log("error:",e),e}}))},w.onopen=function(){(y=new Lt({listen:function(e){return g.push(e),function(){var t=g.indexOf(e);t>=0&&g.splice(t,1)}},send:function(e,t,n){w.readyState===w.OPEN?w.send(JSON.stringify({event:e,payload:t})):(null!==y&&y.shutdown(),E())}})).addListener("inspectElement",(function(t){var n=t.id,r=t.rendererID,o=e.rendererInterfaces[r];if(null!=o){var i=o.findNativeNodesForFiberID(n);null!=i&&null!=i[0]&&e.emit("showNativeHighlight",i[0])}})),y.addListener("updateComponentFilters",(function(e){tn=e})),null==window.__REACT_DEVTOOLS_COMPONENT_FILTERS__&&y.send("overrideComponentFilters",tn);var e=new Ot(y);if(e.addListener("shutdown",(function(){en.emit("shutdown")})),function(e,t,n){if(null==e)return function(){};var r=[e.sub("renderer-attached",(function(e){var n=e.id,r=(e.renderer,e.rendererInterface);t.setRendererInterface(n,r),r.flushInitialOperations()})),e.sub("unsupported-renderer-version",(function(e){t.onUnsupportedRenderer(e)})),e.sub("operations",t.onHookOperations),e.sub("traceUpdates",t.onTraceUpdates)],o=function(t,r){var o=e.rendererInterfaces.get(t);null==o&&("function"==typeof r.findFiberByHostInstance?o=Xe(e,t,r,n):r.ComponentTree&&(o=Gt(e,t,r,n)),null!=o&&e.rendererInterfaces.set(t,o)),null!=o?e.emit("renderer-attached",{id:t,renderer:r,rendererInterface:o}):e.emit("unsupported-renderer-version",t)};e.renderers.forEach((function(e,t){o(t,e)})),r.push(e.sub("renderer",(function(e){var t=e.id,n=e.renderer;o(t,n)}))),e.emit("react-devtools",t),e.reactDevtoolsAgent=t;var i=function(){r.forEach((function(e){return e()})),e.rendererInterfaces.forEach((function(e){e.cleanup()})),e.reactDevtoolsAgent=null};t.addListener("shutdown",i),r.push((function(){t.removeListener("shutdown",i)}))}(en,e,window),null!=f||null!=en.resolveRNStyle)Yt(y,e,f||en.resolveRNStyle,o||en.nativeStyleEditorValidAttributes||null);else{var t,n,r=function(){null!==y&&Yt(y,e,t,n)};en.hasOwnProperty("resolveRNStyle")||Object.defineProperty(en,"resolveRNStyle",{enumerable:!1,get:function(){return t},set:function(e){t=e,r()}}),en.hasOwnProperty("nativeStyleEditorValidAttributes")||Object.defineProperty(en,"nativeStyleEditorValidAttributes",{enumerable:!1,get:function(){return n},set:function(e){n=e,r()}})}}}else E()}function E(){null===v&&(v=setTimeout((function(){return nn(e)}),d))}}}])}));
|
||
//# sourceMappingURL=backend.js.map
|