Skip to content

Instantly share code, notes, and snippets.

@ArthurYidi
Last active October 22, 2018 20:29
Show Gist options
  • Save ArthurYidi/52aae4f9a492af7b393e45292b5a1836 to your computer and use it in GitHub Desktop.
Save ArthurYidi/52aae4f9a492af7b393e45292b5a1836 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Webpack Bundle Analyzer</title>
<!-- viewer.js -->
<script>
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}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 i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));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=65)}([function(e,t,n){var r=n(36);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r;
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
!function(){"use strict";var n={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=i.apply(null,r);a&&e.push(a)}else if("object"===o)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}void 0!==e&&e.exports?(i.default=i,e.exports=i):void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r)}()},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var i=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(r),o=r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"});return[n].concat(o).concat([i]).join("\n")}return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},i=0;i<this.length;i++){var o=this[i][0];"number"==typeof o&&(r[o]=!0)}for(i=0;i<e.length;i++){var a=e[i];"number"==typeof a[0]&&r[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),t.push(a))}},t}},function(e,t,n){var r={},i=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),o=function(e){var t={};return function(e,n){if("function"==typeof e)return e();if(void 0===t[e]){var r=function(e,t){return t?t.querySelector(e):document.querySelector(e)}.call(this,e,n);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[e]=r}return t[e]}}(),a=null,s=0,u=[],l=n(27);function c(e,t){for(var n=0;n<e.length;n++){var i=e[n],o=r[i.id];if(o){o.refs++;for(var a=0;a<o.parts.length;a++)o.parts[a](i.parts[a]);for(;a<i.parts.length;a++)o.parts.push(b(i.parts[a],t))}else{var s=[];for(a=0;a<i.parts.length;a++)s.push(b(i.parts[a],t));r[i.id]={id:i.id,refs:1,parts:s}}}}function h(e,t){for(var n=[],r={},i=0;i<e.length;i++){var o=e[i],a=t.base?o[0]+t.base:o[0],s={css:o[1],media:o[2],sourceMap:o[3]};r[a]?r[a].parts.push(s):n.push(r[a]={id:a,parts:[s]})}return n}function f(e,t){var n=o(e.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var r=u[u.length-1];if("top"===e.insertAt)r?r.nextSibling?n.insertBefore(t,r.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),u.push(t);else if("bottom"===e.insertAt)n.appendChild(t);else{if("object"!=typeof e.insertAt||!e.insertAt.before)throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");var i=o(e.insertAt.before,n);n.insertBefore(t,i)}}function d(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=u.indexOf(e);t>=0&&u.splice(t,1)}function p(e){var t=document.createElement("style");if(void 0===e.attrs.type&&(e.attrs.type="text/css"),void 0===e.attrs.nonce){var r=function(){0;return n.nc}();r&&(e.attrs.nonce=r)}return g(t,e.attrs),f(e,t),t}function g(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function b(e,t){var n,r,i,o;if(t.transform&&e.css){if(!(o=t.transform(e.css)))return function(){};e.css=o}if(t.singleton){var u=s++;n=a||(a=p(t)),r=y.bind(null,n,u,!1),i=y.bind(null,n,u,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(e){var t=document.createElement("link");return void 0===e.attrs.type&&(e.attrs.type="text/css"),e.attrs.rel="stylesheet",g(t,e.attrs),f(e,t),t}(t),r=function(e,t,n){var r=n.css,i=n.sourceMap,o=void 0===t.convertToAbsoluteUrls&&i;(t.convertToAbsoluteUrls||o)&&(r=l(r));i&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */");var a=new Blob([r],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}.bind(null,n,t),i=function(){d(n),n.href&&URL.revokeObjectURL(n.href)}):(n=p(t),r=function(e,t){var n=t.css,r=t.media;r&&e.setAttribute("media",r);if(e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}.bind(null,n),i=function(){d(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else i()}}e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=i()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=h(e,t);return c(n,t),function(e){for(var i=[],o=0;o<n.length;o++){var a=n[o];(s=r[a.id]).refs--,i.push(s)}e&&c(h(e,t),t);for(o=0;o<i.length;o++){var s;if(0===(s=i[o]).refs){for(var u=0;u<s.parts.length;u++)s.parts[u]();delete r[s.id]}}}};var v=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}();function y(e,t,n,r){var i=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=v(t,i);else{var o=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}},function(e,t,n){var r=n(30);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){"use strict";
/**
* filesize
*
* @copyright 2018 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 3.6.1
*/
/**
* filesize
*
* @copyright 2018 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 3.6.1
*/
!function(t){var n=/^(b|B)$/,r={iec:{bits:["b","Kib","Mib","Gib","Tib","Pib","Eib","Zib","Yib"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["b","Kb","Mb","Gb","Tb","Pb","Eb","Zb","Yb"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},i={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]};function o(e){var t,o,a,s,u,l,c,h,f,d,p,g,b,v=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},y=[],m=0,x=void 0,w=void 0;if(isNaN(e))throw new Error("Invalid arguments");return o=!0===v.bits,f=!0===v.unix,t=v.base||2,h=void 0!==v.round?v.round:f?1:2,d=void 0!==v.separator&&v.separator||"",p=void 0!==v.spacer?v.spacer:f?"":" ",b=v.symbols||v.suffixes||{},g=2===t&&v.standard||"jedec",c=v.output||"string",s=!0===v.fullform,u=v.fullforms instanceof Array?v.fullforms:[],x=void 0!==v.exponent?v.exponent:-1,l=(w=Number(e))<0,a=t>2?1e3:1024,l&&(w=-w),(-1===x||isNaN(x))&&(x=Math.floor(Math.log(w)/Math.log(a)))<0&&(x=0),x>8&&(x=8),0===w?(y[0]=0,y[1]=f?"":r[g][o?"bits":"bytes"][x]):(m=w/(2===t?Math.pow(2,10*x):Math.pow(1e3,x)),o&&(m*=8)>=a&&x<8&&(m/=a,x++),y[0]=Number(m.toFixed(x>0?h:0)),y[1]=10===t&&1===x?o?"kb":"kB":r[g][o?"bits":"bytes"][x],f&&(y[1]="jedec"===g?y[1].charAt(0):x>0?y[1].replace(/B$/,""):y[1],n.test(y[1])&&(y[0]=Math.floor(y[0]),y[1]=""))),l&&(y[0]=-y[0]),y[1]=b[y[1]]||y[1],"array"===c?y:"exponent"===c?x:"object"===c?{value:y[0],suffix:y[1],symbol:y[1]}:(s&&(y[1]=u[x]?u[x]:i[g][x]+(o?"bit":"byte")+(1===y[0]?"":"s")),d.length>0&&(y[0]=y[0].toString().replace(".",d)),y.join(p))}o.partial=function(e){return function(t){return o(t,e)}},e.exports=o}("undefined"!=typeof window&&window)},function(e,t,n){var r=n(44);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(35);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(55),i=n(14),o=/[&<>"']/g,a=RegExp(o.source);e.exports=function(e){return(e=i(e))&&a.test(e)?e.replace(o,r):e}},function(e,t,n){var r=n(28);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(29);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(34);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(57);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(17).Symbol;e.exports=r},function(e,t,n){var r=n(52);e.exports=function(e){return null==e?"":r(e)}},function(e,t,n){var r=n(26);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){var r=n(38),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();e.exports=o},function(e,t,n){var r=n(40),i=n(43),o="[object Symbol]";e.exports=function(e){return"symbol"==typeof e||i(e)&&r(e)==o}},function(e,t){var n=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return n.test(e)}},function(e,t){
/**
* Carrot Search FoamTree HTML5 (demo variant)
* v3.4.5, 4fa198d722d767b68d0409e88290ea6de98d1eaa/4fa198d7, build FOAMTREE-SOFTWARE4-DIST-39, Jul 26, 2017
*
* Carrot Search confidential.
* Copyright 2002-2017, Carrot Search s.c, All Rights Reserved.
*/
!function(){var e,t=function(){var e,n=window.navigator.userAgent;try{window.localStorage.setItem("ftap5caavc","ftap5caavc"),window.localStorage.removeItem("ftap5caavc"),e=!0}catch(t){e=!1}return{of:function(){return/webkit/i.test(n)},mf:function(){return/Mac/.test(n)},lf:function(){return/iPad|iPod|iPhone/.test(n)},hf:function(){return/Android/.test(n)},ii:function(){return"ontouchstart"in window||!!window.DocumentTouch&&document instanceof window.DocumentTouch},hi:function(){return e},gi:function(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))},Dd:function(e,n){return[].forEach&&t.gi()?e&&e():n&&n()}}}(),n=function(){function e(){return window.performance&&(window.performance.now||window.performance.mozNow||window.performance.msNow||window.performance.oNow||window.performance.webkitNow)||Date.now}var t=e();return{create:function(){return{now:function(){var t=e();return function(){return t.call(window.performance)}}()}},now:function(){return t.call(window.performance)}}}();var r=t.Dd(function(){function e(){this.buffer=[],this.oa=0,this.Gc=p.extend({},s)}function t(e){return function(){var t,n=this.buffer,r=this.oa;for(n[r++]="call",n[r++]=e,n[r++]=arguments.length,t=0;t<arguments.length;t++)n[r++]=arguments[t];this.oa=r}}function n(e){return function(){return i[e].apply(i,arguments)}}(o=document.createElement("canvas")).width=1,o.height=1;var i=o.getContext("2d"),o=["font"],a="fillStyle globalAlpha globalCompositeOperation lineCap lineDashOffset lineJoin lineWidth miterLimit shadowBlur shadowColor shadowOffsetX shadowOffsetY strokeStyle textAlign textBaseline".split(" "),s={};return a.concat(o).forEach(function(e){s[e]=i[e]}),e.prototype.clear=function(){this.oa=0},e.prototype.Na=function(){return 0===this.oa},e.prototype.Ta=function(e){e instanceof r?function(e,t,n){for(var r=0,i=e.oa,o=e.buffer;r<n;)o[i++]=t[r++];e.oa=i}(e,this.buffer,this.oa):function(e,t,n,r){for(var i=0;i<n;)switch(t[i++]){case"set":e[t[i++]]=t[i++];break;case"setGlobalAlpha":e[t[i++]]=t[i++]*r;break;case"call":var o=t[i++];switch(t[i++]){case 0:e[o]();break;case 1:e[o](t[i++]);break;case 2:e[o](t[i++],t[i++]);break;case 3:e[o](t[i++],t[i++],t[i++]);break;case 4:e[o](t[i++],t[i++],t[i++],t[i++]);break;case 5:e[o](t[i++],t[i++],t[i++],t[i++],t[i++]);break;case 6:e[o](t[i++],t[i++],t[i++],t[i++],t[i++],t[i++]);break;case 7:e[o](t[i++],t[i++],t[i++],t[i++],t[i++],t[i++],t[i++]);break;case 8:e[o](t[i++],t[i++],t[i++],t[i++],t[i++],t[i++],t[i++],t[i++]);break;case 9:e[o](t[i++],t[i++],t[i++],t[i++],t[i++],t[i++],t[i++],t[i++],t[i++]);break;default:throw"CB0"}}}(e,this.buffer,this.oa,p.B(e.globalAlpha,1))},e.prototype.replay=e.prototype.Ta,e.prototype.d=function(){return new e},e.prototype.scratch=e.prototype.d,"arc arcTo beginPath bezierCurveTo clearRect clip closePath drawImage fill fillRect fillText lineTo moveTo putImageData quadraticCurveTo rect rotate scale setLineDash setTransform stroke strokeRect strokeText transform translate".split(" ").forEach(function(n){e.prototype[n]=t(n)}),["measureText","createLinearGradient","createRadialGradient","createPattern","getLineDash"].forEach(function(t){e.prototype[t]=n(t)}),["save","restore"].forEach(function(r){e.prototype[r]=function(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}(t(r),n(r))}),o.forEach(function(t){Object.defineProperty(e.prototype,t,{set:function(e){i[t]=e,this.Gc[t]=e;var n=this.buffer;n[this.oa++]="set",n[this.oa++]=t,n[this.oa++]=e},get:function(){return this.Gc[t]}})}),a.forEach(function(t){Object.defineProperty(e.prototype,t,{set:function(e){this.Gc[t]=e;var n=this.buffer;n[this.oa++]="globalAlpha"===t?"setGlobalAlpha":"set",n[this.oa++]=t,n[this.oa++]=e},get:function(){return this.Gc[t]}})}),e.prototype.roundRect=function(e,t,n,r,i){this.beginPath(),this.moveTo(e+i,t),this.lineTo(e+n-i,t),this.quadraticCurveTo(e+n,t,e+n,t+i),this.lineTo(e+n,t+r-i),this.quadraticCurveTo(e+n,t+r,e+n-i,t+r),this.lineTo(e+i,t+r),this.quadraticCurveTo(e,t+r,e,t+r-i),this.lineTo(e,t+i),this.quadraticCurveTo(e,t,e+i,t),this.closePath()},e.prototype.fillPolygonWithText=function(e,t,n,i,o){o||(o={});var a={sb:p.B(o.maxFontSize,M.Ea.sb),Zc:p.B(o.minFontSize,M.Ea.Zc),lineHeight:p.B(o.lineHeight,M.Ea.lineHeight),pb:p.B(o.horizontalPadding,M.Ea.pb),eb:p.B(o.verticalPadding,M.Ea.eb),tb:p.B(o.maxTotalTextHeight,M.Ea.tb),fontFamily:p.B(o.fontFamily,M.Ea.fontFamily),fontStyle:p.B(o.fontStyle,M.Ea.fontStyle),fontVariant:p.B(o.fontVariant,M.Ea.fontVariant),fontWeight:p.B(o.fontWeight,M.Ea.fontWeight),verticalAlign:p.B(o.verticalAlign,M.Ea.verticalAlign)},s=o.cache;if(s&&p.Q(o,"area")){s.jd||(s.jd=new r);var u=o.area,l=p.B(o.cacheInvalidationThreshold,.05);e=M.xe(a,this,i,e,x.q(e,{}),{x:t,y:n},o.allowForcedSplit||!1,o.allowEllipsis||!1,s,u,l,o.invalidateCache)}else e=M.Le(a,this,i,e,x.q(e,{}),{x:t,y:n},o.allowForcedSplit||!1,o.allowEllipsis||!1);return e.la?{fit:!0,lineCount:e.mc,fontSize:e.fontSize,box:{x:e.da.x,y:e.da.y,w:e.da.f,h:e.da.i},ellipsis:e.ec}:{fit:!1}},e}),i=t.Dd(function(){function e(e){this.O=e,this.d=[],this.Ib=[void 0],this.Nc=["#SIZE#px sans-serif"],this.Ld=[0],this.Md=[1],this.ie=[0],this.je=[0],this.ke=[0],this.Qd=[10],this.hc=[10],this.Sb=[this.Ib,this.Nc,this.hc,this.Ld,this.Md,this.ie,this.Qd,this.je,this.ke],this.ga=[1,0,0,1,0,0]}function t(e){var t=e.O,n=e.Sb[0].length-1;e.Ib[n]&&(t.setLineDash(e.Ib[n]),t.Tj=e.Ld[n]),t.miterLimit=e.Qd[n],t.lineWidth=e.Md[n],t.shadowBlur=e.ie[n],t.shadowOffsetX=e.je[n],t.shadowOffsetY=e.ke[n],t.font=e.Nc[n].replace("#SIZE#",e.hc[n].toString())}function n(e,t,n){return e*n[0]+t*n[2]+n[4]}function r(e,t,n){return e*n[1]+t*n[3]+n[5]}function i(e,t){for(var n=0;n<e.length;n++)e[n]*=t[0];return e}e.prototype.save=function(){this.d.push(this.ga.slice(0));for(var e=0;e<this.Sb.length;e++){var t=this.Sb[e];t.push(t[t.length-1])}this.O.save()},e.prototype.restore=function(){this.ga=this.d.pop();for(var e=0;e<this.Sb.length;e++)this.Sb[e].pop();this.O.restore(),t(this)},e.prototype.scale=function(e,n){(r=this.ga)[0]*=e,r[1]*=e,r[2]*=n,r[3]*=n;var r=this.ga,o=this.Sb,a=o[0].length-1,s=this.Ib[a];for(s&&i(s,r),s=2;s<o.length;s++){o[s][a]*=r[0]}t(this)},e.prototype.translate=function(e,t){var n=this.ga;n[4]+=n[0]*e+n[2]*t,n[5]+=n[1]*e+n[3]*t},["moveTo","lineTo"].forEach(function(t){e.prototype[t]=function(e){return function(t,i){var o=this.ga;return this.O[e].call(this.O,n(t,i,o),r(t,i,o))}}(t)}),["clearRect","fillRect","strokeRect","rect"].forEach(function(t){e.prototype[t]=function(e){return function(t,i,o,a){var s=this.ga;return this.O[e].call(this.O,n(t,i,s),r(t,i,s),o*s[0],a*s[3])}}(t)}),"fill stroke beginPath closePath clip createImageData createPattern getImageData putImageData getLineDash setLineDash".split(" ").forEach(function(t){e.prototype[t]=function(e){return function(){return this.O[e].apply(this.O,arguments)}}(t)}),[{vb:"lineDashOffset",zb:function(e){return e.Ld}},{vb:"lineWidth",zb:function(e){return e.Md}},{vb:"miterLimit",zb:function(e){return e.Qd}},{vb:"shadowBlur",zb:function(e){return e.ie}},{vb:"shadowOffsetX",zb:function(e){return e.je}},{vb:"shadowOffsetY",zb:function(e){return e.ke}}].forEach(function(t){Object.defineProperty(e.prototype,t.vb,{set:function(e){var n=t.zb(this);e*=this.ga[0],n[n.length-1]=e,this.O[t.vb]=e}})});var o=/(\d+(?:\.\d+)?)px/;return Object.defineProperty(e.prototype,"font",{set:function(e){var t=o.exec(e);if(1<t.length){var n=this.hc.length-1;this.hc[n]=parseFloat(t[1]),this.Nc[n]=e.replace(o,"#SIZE#px"),this.O.font=this.Nc[n].replace("#SIZE#",(this.hc[n]*this.ga[0]).toString())}}}),"fillStyle globalAlpha globalCompositeOperation lineCap lineJoin shadowColor strokeStyle textAlign textBaseline".split(" ").forEach(function(t){Object.defineProperty(e.prototype,t,{set:function(e){this.O[t]=e}})}),e.prototype.arc=function(e,t,i,o,a,s){var u=this.ga;this.O.arc(n(e,t,u),r(e,t,u),i*u[0],o,a,s)},e.prototype.arcTo=function(e,t,i,o,a){var s=this.ga;this.O.arc(n(e,t,s),r(e,t,s),n(i,o,s),r(i,o,s),a*s[0])},e.prototype.bezierCurveTo=function(e,t,i,o,a,s){var u=this.ga;this.O.bezierCurveTo(n(e,t,u),r(e,t,u),n(i,o,u),r(i,o,u),n(a,s,u),r(a,s,u))},e.prototype.drawImage=function(e,t,i,o,a,s,u,l,c){function h(t,i,o,a){d.push(n(t,i,f)),d.push(r(t,i,f)),o=p.V(o)?e.width:o,a=p.V(a)?e.height:a,d.push(o*f[0]),d.push(a*f[3])}var f=this.ga,d=[e];p.V(s)?h(t,i,o,a):h(s,u,l,c),this.O.drawImage.apply(this.O,d)},e.prototype.quadraticCurveTo=function(e,t,i,o){var a=this.ga;this.O.quadraticCurveTo(n(e,t,a),r(e,t,a),n(i,o,a),r(i,o,a))},e.prototype.fillText=function(e,t,i,o){var a=this.ga;this.O.fillText(e,n(t,i,a),r(t,i,a),p.Sc(o)?o*a[0]:1e20)},e.prototype.setLineDash=function(e){e=i(e.slice(0),this.ga),this.Ib[this.Ib.length-1]=e,this.O.setLineDash(e)},e}),o=function(){var e=!t.of()||t.lf()||t.hf()?1:7;return{eh:function(){function t(e){e.beginPath(),a.le(e,l)}(s=document.createElement("canvas")).width=800,s.height=600;var r,i=s.getContext("2d"),o=s.width,s=s.height,u=0,l=[{x:0,y:100}];for(r=1;6>=r;r++)u=2*r*Math.PI/6,l.push({x:0+100*Math.sin(u),y:0+100*Math.cos(u)});r={polygonPlainFill:[t,function(e){e.fillStyle="rgb(255, 0, 0)",e.fill()}],polygonPlainStroke:[t,function(e){e.strokeStyle="rgb(128, 0, 0)",e.lineWidth=2,e.closePath(),e.stroke()}],polygonGradientFill:[t,function(e){var t=e.createRadialGradient(0,0,10,0,0,60);t.addColorStop(0,"rgb(255, 0, 0)"),t.addColorStop(1,"rgb(255, 255, 0)"),e.fillStyle=t,e.fill()}],polygonGradientStroke:[t,function(e){var t=e.createLinearGradient(-100,-100,100,100);t.addColorStop(0,"rgb(224, 0, 0)"),t.addColorStop(1,"rgb(32, 0, 0)"),e.strokeStyle=t,e.lineWidth=2,e.closePath(),e.stroke()}],polygonExposureShadow:[t,function(e){e.shadowBlur=50,e.shadowColor="rgba(0, 0, 0, 1)",e.fillStyle="rgba(0, 0, 0, 1)",e.globalCompositeOperation="source-over",e.fill(),e.shadowBlur=0,e.shadowColor="transparent",e.globalCompositeOperation="destination-out",e.fill()}],labelPlainFill:[function(e){e.fillStyle="#000",e.font="24px sans-serif",e.textAlign="center"},function(e){e.fillText("Some text",0,-16),e.fillText("for testing purposes",0,16)}]};u=100/Object.keys(r).length;var c,h=n.now(),f={};for(c in r){var d,p=r[c],g=n.now(),b=0;do{for(i.save(),i.translate(Math.random()*o,Math.random()*s),d=3*Math.random()+.5,i.scale(d,d),d=0;d<p.length;d++)p[d](i);i.restore(),b++,d=n.now()}while(d-g<u);f[c]=e*(d-g)/b}return f.total=n.now()-h,f}}}(),a={le:function(e,t){var n=t[0];e.moveTo(n.x,n.y);for(var r=t.length-1;0<r;r--)n=t[r],e.lineTo(n.x,n.y)},rj:function(e,t,n,r){var i,o,a,s,u,l=[],c=0,h=t.length;for(a=0;a<h;a++)i=t[a],o=t[(a+1)%h],i=x.d(i,o),i=Math.sqrt(i),l.push(i),c+=i;n=r*(n+.5*r*c/h),r={};c={};var f={};for(a=0;a<h;a++)i=t[a],o=t[(a+1)%h],s=t[(a+2)%h],u=l[(a+1)%h],u=Math.min(.5,n/u),x.Aa(1-u,o,s,c),x.Aa(u,o,s,f),0,0==a&&(s=Math.min(.5,n/l[0]),x.Aa(s,i,o,r),0,e.moveTo(r.x,r.y)),e.quadraticCurveTo(o.x,o.y,c.x,c.y),e.lineTo(f.x,f.y);return!0}};var s=new function(){function e(e){if("hsl"==e.model||"hsla"==e.model)return e;var t,n=e.r/=255,r=e.g/=255,i=e.b/=255,o=Math.max(n,r,i),a=(o+(u=Math.min(n,r,i)))/2;if(o==u)t=u=0;else{var s=o-u,u=.5<a?s/(2-o-u):s/(o+u);switch(o){case n:t=(r-i)/s+(r<i?6:0);break;case r:t=(i-n)/s+2;break;case i:t=(n-r)/s+4}t/=6}return e.h=360*t,e.s=100*u,e.l=100*a,e.model="hsl",e}var t={h:0,s:0,l:0,a:1,model:"hsla"};this.Ba=function(n){return p.Tc(n)?e(s.Hg(n)):p.jc(n)?e(n):t},this.Hg=function(e){var n;return(n=/rgba\(\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*\)/.exec(e))&&5==n.length?{r:parseFloat(n[1]),g:parseFloat(n[2]),b:parseFloat(n[3]),a:parseFloat(n[4]),model:"rgba"}:(n=/hsla\(\s*([^,\s]+)\s*,\s*([^,%\s]+)%\s*,\s*([^,\s%]+)%\s*,\s*([^,\s]+)\s*\)/.exec(e))&&5==n.length?{h:parseFloat(n[1]),s:parseFloat(n[2]),l:parseFloat(n[3]),a:parseFloat(n[4]),model:"hsla"}:(n=/rgb\(\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*\)/.exec(e))&&4==n.length?{r:parseFloat(n[1]),g:parseFloat(n[2]),b:parseFloat(n[3]),a:1,model:"rgb"}:(n=/hsl\(\s*([^,\s]+)\s*,\s*([^,\s%]+)%\s*,\s*([^,\s%]+)%\s*\)/.exec(e))&&4==n.length?{h:parseFloat(n[1]),s:parseFloat(n[2]),l:parseFloat(n[3]),a:1,model:"hsl"}:(n=/#([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})/.exec(e))&&4==n.length?{r:parseInt(n[1],16),g:parseInt(n[2],16),b:parseInt(n[3],16),a:1,model:"rgb"}:(n=/#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])/.exec(e))&&4==n.length?{r:17*parseInt(n[1],16),g:17*parseInt(n[2],16),b:17*parseInt(n[3],16),a:1,model:"rgb"}:t},this.Cg=function(e){function t(e,t,n){return 0>n&&(n+=1),1<n&&(n-=1),n<1/6?e+6*(t-e)*n:.5>n?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if("rgb"==e.model||"rgba"==e.model)return Math.sqrt(e.r*e.r*.241+e.g*e.g*.691+e.b*e.b*.068)/255;var n,r;n=e.l/100;var i=e.s/100;if(r=e.h/360,0==e.Wj)n=e=r=n;else{var o=2*n-(i=.5>n?n*(1+i):n+i-n*i);n=t(o,i,r+1/3),e=t(o,i,r),r=t(o,i,r-1/3)}return Math.sqrt(65025*n*n*.241+65025*e*e*.691+65025*r*r*.068)/255},this.Ng=function(e){if(p.Tc(e))return e;if(!p.jc(e))return"#000";switch(e.model){case"hsla":return s.Ig(e);case"hsl":return s.Ac(e);case"rgba":return s.Lg(e);case"rgb":return s.Kg(e);default:return"#000"}},this.Lg=function(e){return"rgba("+(.5+e.r|0)+","+(.5+e.g|0)+","+(.5+e.b|0)+","+e.a+")"},this.Kg=function(e){return"rgba("+(.5+e.r|0)+","+(.5+e.g|0)+","+(.5+e.b|0)+")"},this.Ig=function(e){return"hsla("+(.5+e.h|0)+","+(.5+e.s|0)+"%,"+(.5+e.l|0)+"%,"+e.a+")"},this.Ac=function(e){return"hsl("+(.5+e.h|0)+","+(.5+e.s|0)+"%,"+(.5+e.l|0)+"%)"},this.Y=function(e,t,n){return"hsl("+(.5+e|0)+","+(.5+t|0)+"%,"+(.5+n|0)+"%)"}};function u(){var e,t=!1,n=[],r=this,i=new function(){this.N=function(i){return i&&(t?i.apply(r,e):n.push(i)),this},this.ih=function(e){return r=e,{then:this.N}}};this.J=function(){e=arguments;for(var i=0;i<n.length;i++)n[i].apply(r,e);return t=!0,this},this.L=function(){return i}}function l(e){var t=new u,n=e.length;if(0<e.length)for(var r=e.length-1;0<=r;r--)e[r].N(function(){0==--n&&t.J()});else t.J();return t.L()}function c(e){var t=0;this.d=function(){t++},this.k=function(){0===--t&&e()},this.clear=function(){t=0},this.A=function(){return 0===t}}var h={Ie:function(e,t,n,r){return r=r||{},e=e.getBoundingClientRect(),r.x=t-e.left,r.y=n-e.top,r}};function f(){var e=document,t={};this.addEventListener=function(n,r){var i=t[n];i||(i=[],t[n]=i),i.push(r),e.addEventListener(n,r)},this.d=function(){p.Ga(t,function(t,n){for(var r=t.length-1;0<=r;r--)e.removeEventListener(n,t[r])})}}var d=function(){function e(e){return function(t){return Math.pow(t,e)}}function t(e){return function(t){return 1-Math.pow(1-t,e)}}function n(e){return function(t){return 1>(t*=2)?.5*Math.pow(t,e):1-.5*Math.abs(Math.pow(2-t,e))}}function r(e){return function(t){for(var n=0;n<e.length;n++)t=(0,e[n])(t);return t}}return{pa:function(e){switch(e){case"linear":return d.Jb;case"bounce":return d.Vg;case"squareIn":return d.og;case"squareOut":return d.Rb;case"squareInOut":return d.pg;case"cubicIn":return d.Zg;case"cubicOut":return d.ze;case"cubicInOut":return d.$g;case"quadIn":return d.Ri;case"quadOut":return d.Ti;case"quadInOut":return d.Si;default:return d.Jb}},Jb:function(e){return e},Vg:r([n(2),function(e){return 0===e?0:1===e?1:e*(e*(e*(e*(25.9425*e-85.88)+105.78)-58.69)+13.8475)}]),og:e(2),Rb:t(2),pg:n(2),Zg:e(3),ze:t(3),$g:n(3),Ri:e(2),Ti:t(2),Si:n(2),d:r}}(),p={V:function(e){return void 0===e},nf:function(e){return null===e},Sc:function(e){return"[object Number]"===Object.prototype.toString.call(e)},Tc:function(e){return"[object String]"===Object.prototype.toString.call(e)},Gd:function(e){return"function"==typeof e},jc:function(e){return e===Object(e)},Fd:function(e,t){return 1e-6>e-t&&-1e-6<e-t},jf:function(e){return p.V(e)||p.nf(e)||p.Tc(e)&&!/\S/.test(e)},Q:function(e,t){return e&&e.hasOwnProperty(t)},ob:function(e,t){if(e)for(var n=t.length-1;0<=n;n--)if(e.hasOwnProperty(t[n]))return!0;return!1},extend:function(e){return p.dh(Array.prototype.slice.call(arguments,1),function(t){if(t)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])}),e},A:function(e,t){return e.map(function(e){return e[t]},[])},dh:function(e,t,n){null!=e&&(e.forEach?e.forEach(t,n):p.Ga(e,t,n))},Ga:function(e,t,n){for(var r in e)if(e.hasOwnProperty(r)&&!1===t.call(n,e[r],r,e))break},B:function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];if(!(p.V(t)||p.Sc(t)&&isNaN(t)||p.Tc(t)&&p.jf(t)))return t}},cg:function(e,t){var n=e.indexOf(t);0<=n&&e.splice(n,1)},ah:function(e,t,n){var r;return function(){var i=this,o=arguments,a=n&&!r;clearTimeout(r),r=setTimeout(function(){r=null,n||e.apply(i,o)},t),a&&e.apply(i,o)}},defer:function(e){setTimeout(e,1)},k:function(e){return e},ta:function(){}},g={ji:function(e,n,r){return t.hi()?function(){var t=n+":"+JSON.stringify(arguments),i=window.localStorage.getItem(t);return i&&(i=JSON.parse(i)),i&&Date.now()-i.t<r?i.v:(i=e.apply(this,arguments),window.localStorage.setItem(t,JSON.stringify({v:i,t:Date.now()})),i)}:e}},b={m:function(e,t){function n(){var n=[];if(Array.isArray(e))for(var r=0;r<e.length;r++){var i=e[r];i&&n.push(i.apply(t,arguments))}else e&&n.push(e.apply(t,arguments));return n}return n.empty=function(){return 0===e.length&&!p.Gd(e)},n}};var v={kg:function(e){for(var t="",n=0;n<e.length;n++)t+=String.fromCharCode(1^e.charCodeAt(n));return t}};function y(e){function t(t,n,r){var u,c=this,h=0;this.id=a++,this.name=r||"{unnamed on "+t+"}",this.target=function(){return t},this.Gb=function(){return-1!=l.indexOf(c)},this.start=function(){if(!c.Gb()){if(-1==l.indexOf(c)){var t=s.now();!0===c.xf(t)&&(l=l.slice()).push(c)}0<l.length&&e.repeat(i)}return this},this.stop=function(){for(o(c);u<n.length;u++){var e=n[u];e.jb&&e.Ya.call()}return this},this.eg=function(){u=void 0},this.xf=function(e){var t;if(h++,0!==n.length)for(p.V(u)?(t=n[u=0]).W&&t.W.call(t,e,h,c):t=n[u];u<n.length;){if(t.Ya&&t.Ya.call(t,e,h,c))return!0;t.Da&&t.Da.call(t,e,h,c),p.V(u)&&(u=-1),++u<n.length&&((t=n[u]).W&&t.W.call(t,e,h,c))}return!1}}function r(e){return p.V(e)?l.slice():l.filter(function(t){return t.target()===e})}function i(){!function(){var e=s.now();l.forEach(function(t){!0!==t.xf(e)&&o(t)})}(),0==l.length&&e.cancel(i)}function o(e){l=l.filter(function(t){return t!==e})}var a=0,s=n.create(),l=[];this.d=function(){for(var e=l.length-1;0<=e;e--)l[e].stop();l=[]},this.D=function(){function e(){}function n(e){var t,n,r=e.target,i=e.duration,o=e.ca;this.W=function(){for(var i in t={},e.G)r.hasOwnProperty(i)&&(t[i]={start:p.V(e.G[i].start)?r[i]:p.Gd(e.G[i].start)?e.G[i].start.call(void 0):e.G[i].start,end:p.V(e.G[i].end)?r[i]:p.Gd(e.G[i].end)?e.G[i].end.call(void 0):e.G[i].end,P:p.V(e.G[i].P)?d.Jb:e.G[i].P});n=s.now()},this.Ya=function(){var e,a=s.now()-n;a=0===i?1:Math.min(i,a)/i;for(e in t){var u=t[e];r[e]=u.start+(u.end-u.start)*u.P(a)}return o&&o.call(r,a),1>a}}return e.m=function(e,r){return new function(){function i(t,n,r,i){return n?(p.V(r)&&(r=e),t.Bb(new function(e,t,n){this.jb=n,this.Ya=function(){return e.call(t),!1}}(n,r,i))):t}var o=[];this.Bb=function(e){return o.push(e),this},this.fb=function(e){return this.Bb(new function(e){var t;this.W=function(n){t=n+e},this.Ya=function(e){return e<t}}(e))},this.oe=function(e){return this.Bb(new function(e){var t;this.W=function(n,r){t=r+e},this.Ya=function(e,n){return n<t}}(e||1))},this.call=function(e,t){return i(this,e,t,!1)},this.jb=function(e,t){return i(this,e,t,!0)},this.ia=function(t){return p.V(t.target)&&(t.target=e),this.Bb(new n(t))},this.Za=function(e){return this.Bb(new function(e){this.W=function(){e.forEach(function(e){e.start()})},this.Ya=function(){for(var t=0;t<e.length;t++)if(e[t].Gb())return!0;return!1}}(e))},this.eg=function(){return this.Bb({Ya:function(e,t){return t.eg(),!0}})},this.xa=function(){return new t(e,o,r)},this.start=function(){return this.xa().start()},this.Fg=function(){var e=new u;return this.oe().call(e.J).xa(),e.L()},this.bb=function(){var e=this.Fg();return this.start(),e}}},e.tc=function(t){return r(t).forEach(function(e){e.stop()}),e.m(t,void 0)},e}()}var m=function(){var e={He:function(e,t){if(e.e)for(var n=e.e,r=0;r<n.length;r++)t(n[r],r)},Kc:function(t,n){if(t.e)for(var r=t.e,i=0;i<r.length;i++)if(!1===e.Kc(r[i],n)||!1===n(r[i],i))return!1}};return e.F=e.Kc,e.Lc=function(t,n){if(t.e)for(var r=t.e,i=0;i<r.length;i++)if(!1===n(r[i],i)||!1===e.Lc(r[i],n))return!1},e.Fa=function(t,n){if(t.e)for(var r=t.e,i=0;i<r.length;i++)if(!1===e.Fa(r[i],n))return!1;return n(t)},e.Nj=e.Fa,e.xd=function(t,n){!1!==n(t)&&e.Lc(t,n)},e.Mc=function(t,n){var r=[];return e.Lc(t,function(e){r.push(e)}),n?r.filter(n):r},e.Ge=function(e,t){for(var n=e.parent;n&&!1!==t(n);)n=n.parent},e.ki=function(e,t){for(var n=e.parent;n&&n!==t;)n=n.parent;return!!n},e}(),x=new function(){function e(e,t){var n=e.x-t.x,r=e.y-t.y;return n*n+r*r}function t(e,t,n){for(var r=0;r<e.length;r++){var i=x.za(e[r],e[r+1]||e[0],t,n,!0);if(i)return i}}return this.za=function(e,t,n,r,i){var o=e.x;e=e.y;var a=t.x-o;t=t.y-e;var s=n.x,u=n.y;n=r.x-s;var l=r.y-u;if(!(1e-12>=(r=a*l-n*t)&&-1e-12<=r)&&(n=((s-=o)*l-n*(u-=e))/r,0<=(r=(s*t-a*u)/r)&&(i||1>=r)&&0<=n&&1>=n))return{x:o+a*n,y:e+t*n}},this.Jg=function(e,t,n,r){var i=e.x;e=e.y;var o=t.x-i;t=t.y-e;var a=n.x;n=n.y;var s=r.x-a,u=o*(r=r.y-n)-s*t;if(!(1e-12>=u&&-1e-12<=u)&&(0<=(r=((a-i)*r-s*(n-e))/u)&&1>=r))return{x:i+o*r,y:e+t*r}},this.Bc=function(e,n,r){for(var i,o=x.k(n,{}),a=(l=x.k(r,{})).x-o.x,s=l.y-o.y,u=[],l=0;l<r.length;l++)i=r[l],u.push({x:i.x-a,y:i.y-s});for(r=[],i=[],l=0;l<e.length;l++){var c=e[l];(f=t(n,o,c))?(r.push(f),i.push(t(u,o,c))):(r.push(null),i.push(null))}for(l=0;l<e.length;l++)if(f=r[l],c=i[l],f&&c){n=e[l];u=o;var h=f.x-o.x,f=f.y-o.y;if(1e-12<(f=Math.sqrt(h*h+f*f))){h=n.x-o.x;var d=n.y-o.y;f=Math.sqrt(h*h+d*d)/f;n.x=u.x+f*(c.x-u.x),n.y=u.y+f*(c.y-u.y)}else n.x=u.x,n.y=u.y}for(l=0;l<e.length;l++)(i=e[l]).x+=a,i.y+=s},this.q=function(e,t){if(0!==e.length){var n,r,i,o;n=r=e[0].x,i=o=e[0].y;for(var a=e.length;0<--a;)n=Math.min(n,e[a].x),r=Math.max(r,e[a].x),i=Math.min(i,e[a].y),o=Math.max(o,e[a].y);return t.x=n,t.y=i,t.f=r-n,t.i=o-i,t}},this.A=function(e){return[{x:e.x,y:e.y},{x:e.x+e.f,y:e.y},{x:e.x+e.f,y:e.y+e.i},{x:e.x,y:e.y+e.i}]},this.k=function(e,t){for(var n=0,r=0,i=e.length,o=e[0],a=0,s=1;s<i-1;s++){var u=e[s],l=e[s+1],c=o.y+u.y+l.y,h=(u.x-o.x)*(l.y-o.y)-(l.x-o.x)*(u.y-o.y);n=n+h*(o.x+u.x+l.x),r=r+h*c,a=a+h}return t.x=n/(3*a),t.y=r/(3*a),t.ja=a/2,t},this.re=function(e,t){this.k(e,t),t.Ob=Math.sqrt(t.ja/Math.PI)},this.Va=function(e,t){for(var n=0;n<e.length;n++){var r=e[n],i=e[n+1]||e[0];if(0>(t.y-r.y)*(i.x-r.x)-(t.x-r.x)*(i.y-r.y))return!1}return!0},this.Mg=function(e,t,n){var r=e.x,i=t.x;if(e.x>t.x&&(r=t.x,i=e.x),i>n.x+n.f&&(i=n.x+n.f),r<n.x&&(r=n.x),r>i)return!1;var o=e.y,a=t.y,s=t.x-e.x;return 1e-7<Math.abs(s)&&(o=(a=(t.y-e.y)/s)*r+(e=e.y-a*e.x),a=a*i+e),o>a&&(r=a,a=o,o=r),a>n.y+n.i&&(a=n.y+n.i),o<n.y&&(o=n.y),o<=a},this.se=function(n,r,i,o,a){var s,u;function l(i,o,a){if(r.x===f.x&&r.y===f.y)return a;var l=t(n,r,f),h=Math.sqrt(e(l,r)/(i*i+o*o));return h<c?(c=h,s=l.x,u=l.y,0!==o?Math.abs(u-r.y)/Math.abs(o):Math.abs(s-r.x)/Math.abs(i)):a}o=p.B(o,.5),a=p.B(a,.5),i=p.B(i,1);var c=Number.MAX_VALUE;u=s=0;var h,f={x:0,y:0},d=o*i;return i*=1-o,o=1-a,f.x=r.x-d,f.y=r.y-a,h=l(d,a,h),f.x=r.x+i,f.y=r.y-a,h=l(i,a,h),f.x=r.x-d,f.y=r.y+o,h=l(d,o,h),f.x=r.x+i,f.y=r.y+o,l(i,o,h)},this.Eg=function(e,t){function n(e,t,n){var r=t.x,i=n.x;t=t.y;var o=i-r,a=(n=n.y)-t;return Math.abs(a*e.x-o*e.y-r*n+i*t)/Math.sqrt(o*o+a*a)}for(var r=e.length,i=n(t,e[r-1],e[0]),o=0;o<r-1;o++){var a=n(t,e[o],e[o+1]);a<i&&(i=a)}return i},this.Wb=function(e,t,n){var r;n={x:t.x+Math.cos(n),y:t.y-Math.sin(n)};var i=[],o=[],a=e.length;for(r=0;r<a;r++){if((s=x.Jg(e[r],e[(r+1)%a],t,n))&&(i.push(s),2==o.push(r)))break}if(2==i.length){var s=i[0],u=(i=i[1],o[0]),l=(o=o[1],[i,s]);for(r=u+1;r<=o;r++)l.push(e[r]);for(r=[s,i];o!=u;)o=(o+1)%a,r.push(e[o]);return e=[l,r],a=n.x-t.x,r=i.x-s.x,0===a&&(a=n.y-t.y,r=i.y-s.y),(0>a?-1:0<a?1:0)!=(0>r?-1:0<r?1:0)&&e.reverse(),e}},this.Aa=function(e,t,n,r){return r.x=e*(t.x-n.x)+n.x,r.y=e*(t.y-n.y)+n.y,r},this.d=e,this.qe=function(e,n,r){if(p.Sc(n))n=2*Math.PI*n/360;else{var i=x.q(e,{});switch(n){case"random":n=Math.random()*Math.PI*2;break;case"top":n=Math.atan2(-i.i,0);break;case"bottom":n=Math.atan2(i.i,0);break;case"topleft":n=Math.atan2(-i.i,-i.f);break;default:n=Math.atan2(i.i,i.f)}}return i=x.k(e,{}),x.Aa(r,t(e,i,{x:i.x+Math.cos(n),y:i.y+Math.sin(n)}),i,{})},this},w=new function(){function e(e,t){this.face=e,this.kd=t,this.pc=this.dd=null}function t(e,t,n){this.ma=[e,t,n],this.C=Array(3);var r=t.y-e.y,i=n.z-e.z,o=t.x-e.x;t=t.z-e.z;var a=n.x-e.x;e=n.y-e.y,this.Oa={x:r*i-t*e,y:t*a-o*i,z:o*e-r*a},this.kb=[],this.td=this.visible=!1}this.S=function(r){function o(t,n,r){var i,o,a=t.ma[0],u=(h=t.Oa).x,l=h.y,h=h.z,f=Array(c);for(i=(n=n.kb).length,s=0;s<i;s++)f[(o=n[s].kd).index]=!0,0>u*(o.x-a.x)+l*(o.y-a.y)+h*(o.z-a.z)&&e.d(t,o);for(i=(n=r.kb).length,s=0;s<i;s++)!0!==f[(o=n[s].kd).index]&&0>u*(o.x-a.x)+l*(o.y-a.y)+h*(o.z-a.z)&&e.d(t,o)}var a,s,u,l,c=r.length;for(a=0;a<c;a++)r[a].index=a,r[a].$b=null;var h,f=[];if(0<(h=function(){function n(e,n,r,i){var o=(n.y-e.y)*(r.z-e.z)-(n.z-e.z)*(r.y-e.y),a=(n.z-e.z)*(r.x-e.x)-(n.x-e.x)*(r.z-e.z),s=(n.x-e.x)*(r.y-e.y)-(n.y-e.y)*(r.x-e.x);return o*i.x+a*i.y+s*i.z>o*e.x+a*e.y+s*e.z?new t(e,n,r):new t(r,n,e)}function i(e,t,n,r){function i(e,t,n){return(e=e.ma)[((t=e[0]==t?0:e[1]==t?1:2)+1)%3]!=n?(t+2)%3:t}t.C[i(t,n,r)]=e,e.C[i(e,r,n)]=t}if(4>c)return 0;var o=r[0],a=r[1],s=r[2],u=r[3],l=n(o,a,s,u),h=n(o,s,u,a),d=n(o,a,u,s),p=n(a,s,u,o);for(i(l,h,s,o),i(l,d,o,a),i(l,p,a,s),i(h,d,u,o),i(h,p,s,u),i(d,p,u,a),f.push(l,h,d,p),o=4;o<c;o++)for(a=r[o],s=0;4>s;s++)l=(u=f[s]).ma[0],0>(h=u.Oa).x*(a.x-l.x)+h.y*(a.y-l.y)+h.z*(a.z-l.z)&&e.d(u,a);return 4}())){for(;h<c;){if((u=r[h]).$b){for(a=u.$b;null!==a;)a.face.visible=!0,a=a.pc;var d,p;a=0;e:for(;a<f.length;a++)if(l=f[a],!1===l.visible){var g=l.C;for(s=0;3>s;s++)if(!0===g[s].visible){d=l,p=s;break e}}l=[];g=[];var b=d,v=p;do{if(l.push(b),g.push(v),v=(v+1)%3,!1===b.C[v].visible)do{for(a=b.ma[v],b=b.C[v],s=0;3>s;s++)b.ma[s]==a&&(v=s)}while(!1===b.C[v].visible&&(b!==d||v!==p))}while(b!==d||v!==p);var y=null,m=null;for(a=0;a<l.length;a++){b=l[a],v=g[a];var x,w=b.C[v],C=b.ma[(v+1)%3],S=b.ma[v],T=C.y-u.y,M=S.z-u.z,z=C.x-u.x,k=C.z-u.z,j=S.x-u.x,L=S.y-u.y;0<i.length?((x=i.pop()).ma[0]=u,x.ma[1]=C,x.ma[2]=S,x.Oa.x=T*M-k*L,x.Oa.y=k*j-z*M,x.Oa.z=z*L-T*j,x.kb.length=0,x.visible=!1,x.td=!0):x={ma:[u,C,S],C:Array(3),Oa:{x:T*M-k*L,y:k*j-z*M,z:z*L-T*j},kb:[],visible:!1},f.push(x),b.C[v]=x,x.C[1]=b,null!==m&&(m.C[0]=x,x.C[2]=m),m=x,null===y&&(y=x),o(x,b,w)}for(m.C[0]=y,y.C[2]=m,a=[],s=0;s<f.length;s++)if(!0===(l=f[s]).visible){for(b=(g=l.kb).length,u=0;u<b;u++)y=(v=g[u]).dd,m=v.pc,null!==y&&(y.pc=m),null!==m&&(m.dd=y),null===y&&(v.kd.$b=m),n.push(v);l.td&&i.push(l)}else a.push(l);f=a}h++}for(a=0;a<f.length;a++)(l=f[a]).td&&i.push(l)}return{Je:f}},e.d=function(t,r){var i;0<n.length?((i=n.pop()).face=t,i.kd=r,i.pc=null,i.dd=null):i=new e(t,r),t.kb.push(i);var o=r.$b;null!==o&&(o.dd=i),i.pc=o,r.$b=i};for(var n=Array(2e3),r=0;r<n.length;r++)n[r]=new e(null,null);var i=Array(1e3);for(r=0;r<i.length;r++)i[r]={ma:Array(3),C:Array(3),Oa:{x:0,y:0,z:0},kb:[],visible:!1}},C=new function(){function e(e,n,r,i,o,a,s,u){var l=(e-r)*(a-u)-(n-i)*(o-s);return Math.abs(l)<t?void 0:{x:((e*i-n*r)*(o-s)-(e-r)*(o*u-a*s))/l,y:((e*i-n*r)*(a-u)-(n-i)*(o*u-a*s))/l}}var t=1e-12;return this.cb=function(n,r){for(var i=n[0],o=i.x,a=i.y,s=i.x,u=i.y,l=n.length-1;0<l;l--)i=n[l],o=Math.min(o,i.x),a=Math.min(a,i.y),s=Math.max(s,i.x),u=Math.max(u,i.y);if(s-o<3*r||u-a<3*r)i=void 0;else{e:{for(void 0==(i=!0)&&(i=!1),o=[],a=n.length,s=0;s<=a;s++){u=n[s%a],l=n[(s+1)%a];var c,h,f,d=n[(s+2)%a];c=l.x-u.x,h=l.y-u.y;var p=r*c/(f=Math.sqrt(c*c+h*h)),g=r*h/f;if(c=d.x-l.x,h=d.y-l.y,c=r*c/(f=Math.sqrt(c*c+h*h)),h=r*h/f,(u=e(u.x-g,u.y+p,l.x-g,l.y+p,l.x-h,l.y+c,d.x-h,d.y+c))&&(o.push(u),d=o.length,i&&3<=d&&(u=o[d-3],l=o[d-2],d=o[d-1],0>(l.x-u.x)*(d.y-u.y)-(d.x-u.x)*(l.y-u.y)))){i=void 0;break e}}o.shift(),i=3>o.length?void 0:o}if(!i)e:{for(o=n.slice(0),i=0;i<n.length;i++){if(s=n[i%n.length],d=(l=n[(i+1)%n.length]).x-s.x,a=l.y-s.y,d=r*d/(u=Math.sqrt(d*d+a*a)),u=r*a/u,a=s.x-u,s=s.y+d,u=l.x-u,l=l.y+d,0!=o.length){for(g=a-u,h=s-l,d=[],c=f=!0,p=void 0,p=0;p<o.length;p++){var b=g*(s-o[p].y)-(a-o[p].x)*h;b<=t&&b>=-t&&(b=0),d.push(b),0<b&&(f=!1),0>b&&(c=!1)}if(f)o=[];else if(!c){for(g=[],p=0;p<o.length;p++)h=(p+1)%o.length,f=d[p],c=d[h],0<=f&&g.push(o[p]),(0<f&&0>c||0>f&&0<c)&&g.push(e(o[p].x,o[p].y,o[h].x,o[h].y,a,s,u,l));o=g}}if(3>o.length){i=void 0;break e}}i=o}}return i},this},S=new function(){function e(e){for(var t=o=e[0].x,n=a=e[0].y,r=1;r<e.length;r++){var i=e[r],o=Math.min(o,i.x),a=Math.min(a,i.y);t=Math.max(t,i.x),n=Math.max(n,i.y)}return[{x:o+2*(e=t-o),y:a+2*(n-=a),f:0},{x:o+2*e,y:a-2*n,f:0},{x:o-2*e,y:a+2*n,f:0}]}var t=1e-12;this.S=function(n,r){function i(e){var t=[e[0]],n=e[0][0],r=e[0][1],i=e.length,o=1;e:for(;o<i;o++)for(var a=1;a<i;a++){var s=e[a];if(null!==s){if(s[1]===n){if(t.unshift(s),n=s[0],e[a]=null,t.length===i)break e;continue}if(s[0]===r&&(t.push(s),r=s[1],e[a]=null,t.length===i))break e}}return t[0][0]!=t[i-1][1]&&t.push([t[i-1][1],t[0][0]]),t}function o(e,n,r,i){var o,a=[],s=[],u=r.length,l=n.length,c=0,h=-1,f=-1,d=-1,p=null,g=i;for(i=0;i<u;i++){var b=(g+1)%u,v=r[g][0],y=r[b][0];if(x.d(v.ha,y.ha)>t)if(v.ub&&y.ub){var m=[],w=[];for(o=0;o<l&&(h=(c+1)%l,!(p=x.za(n[c],n[h],v.ha,y.ha,!1))||(w.push(c),2!==m.push(p)));o++)c=h;if(2===m.length){if(h=m[1],v=(p=x.d(v.ha,m[0]))<(h=x.d(v.ha,h))?0:1,p=p<h?1:0,h=w[v],-1===f&&(f=h),-1!==d)for(;h!=d;)d=(d+1)%l,a.push(n[d]),s.push(null);a.push(m[v],m[p]),s.push(r[g][2],null),d=w[p]}}else if(v.ub&&!y.ub)for(o=0;o<l;o++){if(h=(c+1)%l,p=x.za(n[c],n[h],v.ha,y.ha,!1)){if(-1!==d)for(m=d;c!=m;)m=(m+1)%l,a.push(n[m]),s.push(null);a.push(p),s.push(r[g][2]),-1===f&&(f=c);break}c=h}else if(!v.ub&&y.ub)for(o=0;o<l;o++){if(h=(c+1)%l,p=x.za(n[c],n[h],v.ha,y.ha,!1)){a.push(v.ha,p),s.push(r[g][2],null),d=c;break}c=h}else a.push(v.ha),s.push(r[g][2]);g=b}if(0==a.length)s=a=null;else if(-1!==d)for(;f!=d;)d=(d+1)%l,a.push(n[d]),s.push(null);e.o=a,e.C=s}if(1===n.length)n[0].o=r.slice(0),n[0].C=[];else{var a,s;s=e(r);var u,l=[];for(a=0;a<s.length;a++)u=s[a],l.push({x:u.x,y:u.y,z:u.x*u.x+u.y*u.y-u.f});for(a=0;a<n.length;a++)(u=n[a]).o=null,l.push({x:u.x,y:u.y,z:u.x*u.x+u.y*u.y-u.f});var c=w.S(l).Je;for(function(){for(a=0;a<c.length;a++){var e=c[a],t=(i=e.ma)[0],n=i[1],r=i[2],i=t.x,o=t.y,s=(t=t.z,n.x),u=n.y,l=(n=n.z,r.x),h=r.y,f=(r=r.z,i*(u-h)+s*(h-o)+l*(o-u));e.ha={x:-(o*(n-r)+u*(r-t)+h*(t-n))/f/2,y:-(t*(s-l)+n*(l-i)+r*(i-s))/f/2}}}(),function(e){for(a=0;a<c.length;a++){var t=c[a];t.ub=!x.Va(e,t.ha)}}(r),l=function(e,t){var n,r=Array(t.length);for(n=0;n<r.length;n++)r[n]=[];for(n=0;n<e.length;n++){var i=e[n];if(!(0>i.Oa.z))for(var o=i.C,a=0;a<o.length;a++){var s=o[a];if(!(0>s.Oa.z)){var u=(l=i.ma)[(a+1)%3].index,l=l[a].index;2<u&&r[u-3].push([i,s,2<l?t[l-3]:null])}}}return r}(c,n),a=0;a<n.length;a++)if(0!==(u=l[a]).length){var h=n[a],f=(u=i(u)).length,d=-1;for(s=0;s<f;s++)u[s][0].ub&&(d=s);if(0<=d)o(h,r,u,d);else{d=[];var p=[];for(s=0;s<f;s++)x.d(u[s][0].ha,u[(s+1)%f][0].ha)>t&&(d.push(u[s][0].ha),p.push(u[s][2]));h.o=d,h.C=p}h.o&&3>h.o.length&&(h.o=null,h.C=null)}}},this.zc=function(t,n){var r,i,o=!1,a=t.length;for(i=0;i<a;i++)null===(r=t[i]).o&&(o=!0),r.pe=r.f;if(o){o=e(n);var s,u,l=[];for(i=t.length,r=0;r<o.length;r++)s=o[r],l.push({x:s.x,y:s.y,z:s.x*s.x+s.y*s.y});for(r=0;r<i;r++)s=t[r],l.push({x:s.x,y:s.y,z:s.x*s.x+s.y*s.y});for(s=w.S(l).Je,o=Array(i),r=0;r<i;r++)o[r]={};for(l=s.length,r=0;r<l;r++)if(0<(u=s[r]).Oa.z){var c=u.ma,h=c.length;for(u=0;u<h-1;u++){var f=c[u].index-3,d=c[u+1].index-3;0<=f&&0<=d&&(o[f][d]=!0,o[d][f]=!0)}u=c[0].index-3,0<=d&&0<=u&&(o[d][u]=!0,o[u][d]=!0)}for(r=0;r<i;r++){u=o[r],s=t[r];var p;d=Number.MAX_VALUE,l=null;for(p in u)u=t[p],d>(c=x.d(s,u))&&(d=c,l=u);s.Uj=l,s.vf=Math.sqrt(d)}for(i=0;i<a;i++)r=t[i],p=Math.min(Math.sqrt(r.f),.95*r.vf),r.f=p*p;for(this.S(t,n),i=0;i<a;i++)(r=t[i]).pe!==r.f&&0<r.uc&&(p=Math.min(r.uc,r.pe-r.f),r.f+=p,r.uc-=p)}}},T=new function(){this.Dg=function(e){for(var t=0,n=(e=e.e).length,r=0;r<n;r++){var i=e[r];if(i.o){var o=i.x,a=i.y;x.k(i.o,i),o-=i.x,i=a-i.y,t<(i=(0<o?o:-o)+(0<i?i:-i))&&(t=i)}}return t},this.ya=function(e,t){var n,r,i,o,a=e.e;switch(t){case"random":return e.e[Math.floor(a.length*Math.random())];case"topleft":var s=(n=a[0]).x+n.y;for(o=1;o<a.length;o++)(i=(r=a[o]).x+r.y)<s&&(s=i,n=r);return n;case"bottomright":for(s=(n=a[0]).x+n.y,o=1;o<a.length;o++)(i=(r=a[o]).x+r.y)>s&&(s=i,n=r);return n;default:for(n=a[0],i=r=x.d(e,n),o=a.length-1;1<=o;o--)s=a[o],(r=x.d(e,s))<i&&(i=r,n=s);return n}},this.Ja=function(e,t,n){var r=e.e;if(r[0].C){var i,o,a=r.length;for(e=0;e<a;e++)r[e].ld=!1,r[e].ic=0;for(o=i=0,(a=[])[i++]=t||r[0],t=t.ic=0;o<i;)if(!(r=a[o++]).ld&&r.C){n(r,t++,r.ic),r.ld=!0;var s=r.C,u=s.length;for(e=0;e<u;e++){var l=s[e];l&&!0!==l.ld&&(0===l.ic&&(l.ic=r.ic+1),a[i++]=l)}}}else for(e=0;e<r.length;e++)n(r[e],e,1)}},M=function(){function e(e,r,u,c,d,g,b,v){var w=p.extend({},s,e);1>e.lineHeight&&(e.lineHeight=1),e=w.fontFamily;var C=w.fontStyle+" "+w.fontVariant+" "+w.fontWeight,S=w.sb,T=w.Zc,M=C+" "+e;w.Ne=M;var z={la:!1,mc:0,fontSize:0};if(r.save(),r.font=C+" "+x+"px "+e,r.textBaseline="middle",r.textAlign="center",t(r,w),u=u.trim(),y.text=u,function(e,t,n,r){for(var i,o,a=0;a<e.length;a++)e[a].y===t.y&&(void 0===i?i=a:o=a);void 0===o&&(o=i),i!==o&&e[o].x<e[i].x&&(a=i,i=o,o=a),r.o=e,r.q=t,r.vd=n,r.tf=i,r.uf=o}(c,d,g,m),/[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/.test(u)?(i(y),n(r,y,M),o(w,y,m,T,S,!0,z)):(n(r,y,M),o(w,y,m,T,S,!1,z),!z.la&&(b&&(i(y),n(r,y,M)),v||b)&&(v&&(z.ec=!0),o(w,y,m,T,T,!0,z))),z.la){var k="",j=0,L=Number.MAX_VALUE,D=Number.MIN_VALUE;a(w,y,z.mc,z.fontSize,m,z.ec,function(e,t){0<k.length&&t===l&&(k+=l),k+=e},function(e,t,n,i,o){i===f&&(k+=h),r.save(),r.translate(g.x,t),e=z.fontSize/x,r.scale(e,e),r.fillText(k,0,0),r.restore(),k=n,j<o&&(j=o),L>t&&(L=t),D<t&&(D=t)}),z.da={x:g.x-j/2,y:L-z.fontSize/2,f:j,i:D-L+z.fontSize},r.restore()}else r.clear&&r.clear();return z}function t(e,t){var n=t.Ne,r=u[n];void 0===r&&(r={},u[n]=r),r[l]=e.measureText(l).width,r[c]=e.measureText(c).width}function n(e,t,n){var r,i=t.text.split(/(\n|[ \f\r\t\v\u2028\u2029]+|\u00ad+|\u200b+)/),o=[],a=[],s=i.length>>>1;for(r=0;r<s;r++)o.push(i[2*r]),a.push(i[2*r+1]);for(2*r<i.length&&(o.push(i[2*r]),a.push(void 0)),n=u[n],r=0;r<o.length;r++)void 0===(s=n[i=o[r]])&&(s=e.measureText(i).width,n[i]=s);t.md=o,t.lg=a}function i(e){for(var t=e.text.split(/\s+/),n=[],r={".":!0,",":!0,";":!0,"?":!0,"!":!0,":":!0,"。":!0},i=0;i<t.length;i++){var o=t[i];if(3<o.length){for(var a=(a=(a="")+o.charAt(0))+o.charAt(1),s=2;s<o.length-2;s++){var u=o.charAt(s);r[u]||(a+=d),a+=u}a+=d,a+=o.charAt(o.length-2),a+=o.charAt(o.length-1),n.push(a)}else n.push(o)}e.text=n.join(l)}function o(e,t,n,r,i,o,s){var u=e.lineHeight,l=Math.max(e.eb,.001),c=e.tb,h=t.md,f=n.vd,d=n.q,p=void 0,g=void 0;switch(e.verticalAlign){case"top":f=d.y+d.i-f.y;break;case"bottom":f=f.y-d.y;break;default:f=2*Math.min(f.y-d.y,d.y+d.i-f.y)}if(0>=(c=Math.min(f,c*n.q.i)))s.la=!1;else{f=r,i=Math.min(i,c),d=Math.min(1,c/Math.max(20,t.md.length));do{var b=(f+i)/2,v=Math.min(h.length,Math.floor((c+b*(u-1-2*l))/(b*u))),y=void 0;if(0<v)for(var m=1,x=v;;){var w=Math.floor((m+x)/2);if(a(e,t,w,b,n,o&&b===r&&w===v,null,null)){if(m===(x=p=y=w))break}else if((m=w+1)>x)break}void 0!==y?f=g=b:i=b}while(i-f>d);void 0===g?(s.la=!1,s.fontSize=0):(s.la=!0,s.fontSize=g,s.mc=p,s.ec=o&&b===f)}}function a(e,t,n,r,i,o,a,s){var h=e.pb,f=r*(e.lineHeight-1),d=e.verticalAlign,p=Math.max(e.eb,.001);e=u[e.Ne];var y=t.md;t=t.lg;var m,w=i.o,C=i.vd,S=i.tf,T=i.uf;switch(d){case"top":i=C.y+r/2+r*p,m=1;break;case"bottom":i=C.y-(r*n+f*(n-1))+r/2-r*p,m=-1;break;default:i=C.y-(r*(n-1)/2+f*(n-1)/2),m=1}for(d=i,p=0;p<n;p++)g[2*p]=i-r/2,g[2*p+1]=i+r/2,i+=m*r,i+=m*f;for(;b.length<g.length;)b.push(Array(2));p=g,i=2*n,m=b;for(var M=w.length,z=S,k=(S=(S-1+M)%M,T),j=(T=(T+1)%M,0);j<i;){for(var L=p[j],D=w[S];D.y<L;)z=S,D=w[S=(S-1+M)%M];for(var _=w[T];_.y<L;)k=T,_=w[T=(T+1)%M];var O=w[z],A=w[k];_=A.x+(_.x-A.x)*(L-A.y)/(_.y-A.y);m[j][0]=O.x+(D.x-O.x)*(L-O.y)/(D.y-O.y),m[j][1]=_,j++}for(p=0;p<n;p++)w=2*p,m=(m=(i=C.x)-b[w][0])<(M=b[w][1]-i)?m:M,w=(M=i-b[w+1][0])<(w=b[w+1][1]-i)?M:w,v[p]=2*(m<w?m:w)-h*r;for(z=e[l]*r/x,m=e[c]*r/x,S=v[h=0],C=0,w=void 0,p=0;p<y.length;p++){if(i=y[p],k=t[p],C+(M=e[i]*r/x)<S&&y.length-p>=n-h&&"\n"!=w)C+=M," "===k&&(C+=z),a&&a(i,w);else{if(M>S&&(h!==n-1||!o))return!1;if(h+1>=n)return!!o&&(((n=S-C-m)>m||M>m)&&(0<(n=Math.floor(i.length*n/M))&&a&&a(i.substring(0,n),w)),a&&a(c,void 0),s&&s(h,d,i,w,C),!0);if(h++,s&&s(h,d,i,w,C),d+=r,d+=f,S=v[h],C=M," "===k&&(C+=z),M>S&&(h!==n||!o))return!1}w=k}return s&&s(h,d,void 0,void 0,C),!0}var s={sb:72,Zc:0,lineHeight:1.05,pb:1,eb:.5,tb:.9,fontFamily:"sans-serif",fontStyle:"normal",fontWeight:"normal",fontVariant:"normal",verticalAlign:"center"},u={},l=" ",c="…",h="‐",f="­",d="​",g=[],b=[],v=[],y={text:"",md:void 0,lg:void 0},m={o:void 0,q:void 0,vd:void 0,tf:0,uf:0},x=100;return{Le:e,xe:function(t,n,r,i,o,a,s,u,l,c,h,f){var d,p=0,g=0;return r=r.toString().trim(),!f&&l.result&&r===l.sg&&Math.abs(c-l.ue)/c<=h&&((d=l.result).la&&(p=a.x-l.zg,g=a.y-l.Ag,h=l.jd,n.save(),n.translate(p,g),h.Ta(n),n.restore())),d||((h=l.jd).clear(),(d=e(t,h,r,i,o,a,s,u)).la&&h.Ta(n),l.ue=c,l.zg=a.x,l.Ag=a.y,l.result=d,l.sg=r),d.la?{la:!0,mc:d.mc,fontSize:d.fontSize,da:{x:d.da.x+p,y:d.da.y+g,f:d.da.f,i:d.da.i},ec:d.ec}:{la:!1}},yi:function(){return{ue:0,zg:0,Ag:0,result:void 0,jd:new r,sg:void 0}},Ea:s}}(),z=new function(){function e(e,t){return function(r,i,o,a){function s(e,t,n,r,i){e.o=[{x:t,y:n},{x:t+r,y:n},{x:t+r,y:n+i},{x:t,y:n+i}]}var u=i.x,l=i.y,c=i.f;if(i=i.i,0!=r.length)if(1==r.length)r[0].x=u+c/2,r[0].y=l+i/2,r[0].Ed=0,o&&s(r[0],u,l,c,i);else{r=r.slice(0);for(var h=0,f=0;f<r.length;f++)h+=r[f].T;for(h=c*i/h,f=0;f<r.length;f++)r[f].vc=r[f].T*h;(function e(r,i,a,u,l){if(0!=r.length){var c,h,f,d,p=r.shift(),g=n(p);if(t(u,l)){c=i,f=g/u;do{d=(h=(g=p.shift()).vc)/f;var b=a,v=f;(h=g).x=c+d/2,h.y=b+v/2,o&&s(g,c,a,d,f),c+=d}while(0<p.length);return e(r,i,a+f,u,l-f)}c=a,d=g/l;do{b=c,v=f=(h=(g=p.shift()).vc)/d,(h=g).x=i+d/2,h.y=b+v/2,o&&s(g,i,c,d,f),c+=f}while(0<p.length);return e(r,i+d,a,u-d,l)}})(a=e(r,c,i,[[r.shift()]],a),u,l,c,i)}}}function t(e,t,r,i){function o(e){return Math.max(Math.pow(u*e/s,r),Math.pow(s/(u*e),i))}var a=n(e),s=a*a,u=t*t;for(t=o(e[0].vc),a=1;a<e.length;a++)t=Math.max(t,o(e[a].vc));return t}function n(e){for(var t=0,n=0;n<e.length;n++)t+=e[n].vc;return t}this.te=e(function(e,r,i,o,a){for(var s=1/(a=Math.pow(2,a)),u=r<i;0<e.length;){var l=o[o.length-1],c=e.shift(),h=u?r:i,f=u?a:s,d=u?s:a,p=t(l,h,f,d);l.push(c),p<(h=t(l,h,f,d))&&(l.pop(),o.push([c]),u?i-=n(l)/r:r-=n(l)/i,u=r<i)}return o},function(e,t){return e<t}),this.Xb=e(function(e,n,r,i,o){function a(e){if(1<i.length){for(var r=i[i.length-1],o=i[i.length-2].slice(0),a=0;a<r.length;a++)o.push(r[a]);t(o,n,s,u)<e&&i.splice(-2,2,o)}}for(var s=Math.pow(2,o),u=1/s;0<e.length;){if(o=t(r=i[i.length-1],n,s,u),0==e.length)return;var l=e.shift();r.push(l),o<t(r,n,s,u)&&(r.pop(),a(o),i.push([l]))}return a(t(i[i.length-1],n,s,u)),i},function(){return!0})};var k=new function(){var e=window.console;this.Pa=function(e){throw"FoamTree: "+e},this.info=function(t){e.info("FoamTree: "+t)},this.warn=function(t){e.warn("FoamTree: "+t)}};function j(e,t,n){var r={};t.Ha&&m.F(e,function(e){n(e)&&(r[e.id]=e)}),e=t.e,t=t.Ia;for(var i=e.length-1;0<=i;i--){var o=e[i];r[o.id]=t?o:void 0}var a=[];return p.Ga(r,function(e){void 0!==e&&a.push(e)}),a}function L(e){function t(e,t){var n=e.ka;t.opacity=1,t.Ka=1,t.va=0>n?1-k.ei/100*n:1,t.wa=0>n?1-k.fi/100*n:1,t.fa=0>n?1+.5*n:1}function n(e){return e=e.ka,Math.max(.001,0===e?1:1+e*(k.Xa-1))}function r(t,n,r,f){var p=a();if(0===t.length&&!p)return(new u).J().L();var g=t.reduce(function(e,t){return e[t.id]=!0,e},{}),v=[];if(t=[],S.reduce(function(e,t){return e||g[t.id]&&(!t.U||1!==t.ka)||!g[t.id]&&!t.parent.U&&(t.U||-1!==t.ka)},!1)){var C=[],M={};S.forEach(function(e){g[e.id]&&(e.U||v.push(e),e.U=!0,m.Fa(e,function(e){C.push(c(e,1)),M[e.id]=!0}))}),0<C.length?(m.F(b,function(e){g[e.id]||(e.U&&v.push(e),e.U=!1),M[e.id]||C.push(c(e,-1))}),t.push(w.D.m({}).Za(C).call(h).bb()),i(g),t.push(o(p)),r&&(x.sc(T,k.Qc,k.Wa,d.pa(k.gc)),x.Qb())):(t.push(s(r)),n&&m.F(b,function(e){e.U&&v.push(e)}))}return l(t).N(function(){y.ud(n,v,"exposed",function(e){return e.U},{indirect:f},e.options.Ef,e.options.Df)})}function i(e){S.reduce(f(!0,void 0,function(t){return t.U||e[t.id]}),g(T)),T.x-=T.f*(k.Xa-1)/2,T.y-=T.i*(k.Xa-1)/2,T.f*=k.Xa,T.i*=k.Xa}function o(t){return t||!x.Rd()?w.D.m(v).ia({duration:.7*k.Wa,G:{x:{end:T.x+T.f/2,P:d.pa(k.gc)},y:{end:T.y+T.i/2,P:d.pa(k.gc)}},ca:function(){e.c.p("foamtree:dirty",!0)}}).bb():(v.x=T.x+T.f/2,v.y=T.y+T.i/2,(new u).J().L())}function a(){return!!S&&S.reduce(function(e,t){return e||0!==t.ka},!1)}function s(e){var t=[],n=[];return m.F(b,function(e){0!==e.ka&&n.push(c(e,0,function(){this.U=!1}))}),t.push(w.D.m({}).Za(n).bb()),x.content(0,0,M,z),e&&(t.push(x.reset(k.Wa,d.pa(k.gc))),x.Qb()),l(t)}function c(n,r,i){var o=w.D.m(n);return 0===n.ka&&0!==r&&o.call(function(){this.Cc(L),this.Ab(t)}),o.ia({duration:k.Wa,G:{ka:{end:r,P:d.pa(k.gc)}},ca:function(){b.I=!0,b.Ma=!0,e.c.p("foamtree:dirty",!0)}}),0===r&&o.call(function(){this.Nd(),this.nc(),this.fd(L),this.ed(t)}),o.call(i).xa()}function h(){var e=b.e.reduce(f(!1,L.Ub,void 0),g({})).da,t=k.Qc,n=Math.min(e.x,T.x-T.f*t),r=Math.max(e.x+e.f,T.x+T.f*(1+t)),i=Math.min(e.y,T.y-T.i*t);e=Math.max(e.y+e.i,T.y+T.i*(1+t));x.content(n,i,r-n,e-i)}function f(e,t,n){var r={};return function(i,o){if(!n||n(o)){for(var a,s=e&&o.aa||o.o,u=s.length-1;0<=u;u--)a=void 0!==t?t(o,s[u],r):s[u],i.$c=Math.min(i.$c,a.x),i.Od=Math.max(i.Od,a.x),i.ad=Math.min(i.ad,a.y),i.Pd=Math.max(i.Pd,a.y);i.da.x=i.$c,i.da.y=i.ad,i.da.f=i.Od-i.$c,i.da.i=i.Pd-i.ad}return i}}function g(e){return{$c:Number.MAX_VALUE,Od:Number.MIN_VALUE,ad:Number.MAX_VALUE,Pd:Number.MIN_VALUE,da:e}}var b,v,y,x,w,C,S,T,M,z,k=e.options,L={rf:function(e,t){return t.scale=n(e),!1},Tb:function(e,t){var r=n(e),i=v.x,o=v.y;t.translate(i,o),t.scale(r,r),t.translate(-i,-o)},Vb:function(e,t,r){e=n(e);var i=v.x,o=v.y;r.x=(t.x-i)/e+i,r.y=(t.y-o)/e+o},Ub:function(e,t,r){e=n(e);var i=v.x,o=v.y;return r.x=(t.x-i)*e+i,r.y=(t.y-o)*e+o,r}};e.c.j("stage:initialized",function(e,t,n,r){v={x:n/2,y:r/2},T={x:0,y:0,f:M=n,i:z=r}}),e.c.j("stage:resized",function(e,t,n,r){v.x*=n/e,v.y*=r/t,M=n,z=r}),e.c.j("api:initialized",function(e){y=e}),e.c.j("zoom:initialized",function(e){x=e}),e.c.j("model:loaded",function(e,t){b=e,S=t}),e.c.j("model:childrenAttached",function(e){S=e}),e.c.j("timeline:initialized",function(e){w=e}),e.c.j("openclose:initialized",function(e){C=e});var D=["groupExposureScale","groupUnexposureScale","groupExposureZoomMargin"];e.c.j("options:changed",function(e){p.ob(e,D)&&a()&&(i({}),x.Bj(T,k.Qc),x.Qb())}),this.H=function(){e.c.p("expose:initialized",this)},this.fc=function(e,t,n,i){var o=e.e.reduce(function(e,t){for(var n=t;n=n.parent;)e[n.id]=!0;return e},{}),a=j(b,e,function(e){return e.U&&!e.open&&!o[e.id]}),s=new u;return function(e,t){for(var n=e.reduce(function(e,t){return e[t.id]=t,e},{}),r=e.length-1;0<=r;r--)m.F(e[r],function(e){n[e.id]=void 0});var i=[];p.Ga(n,function(e){e&&m.Ge(e,function(e){e.open||i.push(e)})});var o=[];return p.Ga(n,function(e){e&&e.open&&o.push(e)}),r=[],0!==i.length&&r.push(C.Kb({e:i,Ia:!0,Ha:!0},t,!0)),l(r)}(a,t).N(function(){r(a.filter(function(e){return e.o&&e.aa}),t,n,i).N(s.J)}),s.L()}}function D(e){function n(e){return function(t){e.call(this,{x:t.x,y:t.y,scale:t.scale,wd:t.delta,ctrlKey:t.ctrlKey,metaKey:t.metaKey,altKey:t.altKey,shiftKey:t.shiftKey,xb:t.secondary,touches:t.touches})}}function r(){function n(e){return function(t){return t.x*=O/u.clientWidth,t.y*=A/u.clientHeight,e(t)}}"external"!==E.gf&&("hammerjs"===E.gf&&p.Q(window,"Hammer")&&(R.H(u),R.m("tap",n(N.d),!0),R.m("doubletap",n(N.k),!0),R.m("hold",n(N.ya),!0),R.m("touch",n(N.Aa),!1),R.m("release",n(N.Ba),!1),R.m("dragstart",n(N.Y),!0),R.m("drag",n(N.A),!0),R.m("dragend",n(N.S),!0),R.m("transformstart",n(N.Va),!0),R.m("transform",n(N.Ja),!0),R.m("transformend",n(N.cb),!0)),D=new function(e){function n(e){return function(t){r(t)&&e.apply(this,arguments)}}function r(t){for(t=t.target;t;){if(t===e)return!0;t=t.parentElement}return!1}function i(e,t,n){o(e,n=n||{});for(var r=0;r<t.length;r++)t[r].call(e.target,n);return(void 0===n.Mb&&n.zi||"prevent"===n.Mb)&&e.preventDefault(),n}function o(t,n){return h.Ie(e,t.clientX,t.clientY,n),n.altKey=t.altKey,n.metaKey=t.metaKey,n.ctrlKey=t.ctrlKey,n.shiftKey=t.shiftKey,n.xb=3===t.which,n}var a=new f,s=[],u=[],l=[],c=[],d=[],p=[],g=[],b=[],v=[],y=[],m=[];this.d=function(e){s.push(e)},this.k=function(e){d.push(e)},this.ya=function(e){u.push(e)},this.Ba=function(e){l.push(e)},this.Pa=function(e){c.push(e)},this.Aa=function(e){m.push(e)},this.za=function(e){p.push(e)},this.Ja=function(e){g.push(e)},this.Y=function(e){b.push(e)},this.A=function(e){v.push(e)},this.S=function(e){y.push(e)},this.lb=function(){a.d()};var w,C,S,T,M={x:0,y:0},z={x:0,y:0},k=!1,j=!1;a.addEventListener("mousedown",n(function(t){if(t.target!==e){var n=i(t,l);z.x=n.x,z.y=n.y,M.x=n.x,M.y=n.y,k=!0,i(t,b),C=!1,w=window.setTimeout(function(){100>x.d(M,n)&&(window.clearTimeout(T),i(t,u),C=!0)},400)}})),a.addEventListener("mouseup",function(e){if(i(e,c),k){if(j&&i(e,y),window.clearTimeout(w),!C&&!j&&r(e)){var t=function(e){var t={};return t.x=e.pageX,t.y=e.pageY,t}(e);S&&100>x.d(t,S)?i(e,d):i(e,s),S=t,T=window.setTimeout(function(){S=null},350)}j=k=!1}}),a.addEventListener("mousemove",function(e){var t=o(e,{});r(e)&&i(e,p,{type:"move"}),M.x=t.x,M.y=t.y,k&&!j&&100<x.d(z,M)&&(j=!0),j&&i(e,v,t)}),a.addEventListener("mouseout",n(function(e){i(e,g,{type:"out"})})),a.addEventListener(void 0!==document.onmousewheel?"mousewheel":"MozMousePixelScroll",n(function(e){var n=e.wheelDelta,r=e.detail;i(e,m,{wd:(r?n?0<n/r/40*r?1:-1:-r/(t.mf()?40:19):n/40)/3,zi:!0})})),a.addEventListener("contextmenu",n(function(e){e.preventDefault()}))}(u),_=new f,D.d(n(N.d)),D.k(n(N.k)),D.ya(n(N.ya)),D.Ba(n(N.Aa)),D.Pa(n(N.Ba)),D.Y(n(N.Y)),D.A(n(N.A)),D.S(n(N.S)),D.za(n(N.za)),D.Ja(n(N.za)),D.Aa(n(N.Pa)),_.addEventListener("keyup",function(t){var n=!1,r=void 0,i=E.Sf({keyCode:t.keyCode,preventDefault:function(){n=!0},preventOriginalEventDefault:function(){r="prevent"},allowOriginalEventDefault:function(){r="allow"}});"prevent"===r&&t.preventDefault(),(n=n||0<=i.indexOf(!1))||27===t.keyCode&&e.c.p("interaction:reset")}))}function i(){l.Hc(2)?e.c.p("interaction:reset"):l.normalize(E.wc,d.pa(E.xc))}function o(e){return function(){C.empty()||e.apply(this,arguments)}}function a(e,t,n){var r={},i={};return function(o){var a;switch(e){case"click":a=E.yf;break;case"doubleclick":a=E.zf;break;case"hold":a=E.Ff;break;case"hover":a=E.Gf;break;case"mousemove":a=E.If;break;case"mousewheel":a=E.Kf;break;case"mousedown":a=E.Hf;break;case"mouseup":a=E.Jf;break;case"dragstart":a=E.Cf;break;case"drag":a=E.Af;break;case"dragend":a=E.Bf;break;case"transformstart":a=E.Rf;break;case"transform":a=E.Pf;break;case"transformend":a=E.Qf}var u=!1,c=!a.empty(),h=l.absolute(o,r),f=(t||c)&&s(h),d=(t||c)&&function(e){var t=void 0,n=0;return m.Kc(C,function(r){!0===r.open&&r.ea&&r.scale>n&&U(r,e)&&(t=r,n=r.scale)}),t}(h);c&&(c=f?f.group:null,h=f?f.Vb(h,i):h,o.Mb=void 0,a=a({type:e,group:c,topmostClosedGroup:c,bottommostOpenGroup:d?d.group:null,x:o.x,y:o.y,xAbsolute:h.x,yAbsolute:h.y,scale:p.B(o.scale,1),secondary:o.xb,touches:p.B(o.touches,1),delta:p.B(o.wd,0),ctrlKey:o.ctrlKey,metaKey:o.metaKey,altKey:o.altKey,shiftKey:o.shiftKey,preventDefault:function(){u=!0},preventOriginalEventDefault:function(){o.Mb="prevent"},allowOriginalEventDefault:function(){o.Mb="allow"}}),u=u||0<=a.indexOf(!1),f&&f.na&&"click"===e&&(u=!1)),u||n&&n({Ec:f,Wg:d},o)}}function s(e,t){var n;if("flattened"==E.Ua)n=function(e){return function e(t,n){var r=n.e;if(r){for(var i,o=-Number.MAX_VALUE,a=0;a<r.length;a++){var s=r[a];!s.description&&s.ea&&U(s,t)&&s.scale>o&&(i=s,o=s.scale)}var u;return i&&(u=e(t,i)),u||i}}(e,C)}(e);else{n=t||0;for(var r=I.length,i=void 0,o=0;o<r;o++){var a=I[o];a.scale>n&&!1===a.open&&a.ea&&U(a,e)&&(i=a,n=a.scale)}n=i}return n}var u,l,c,g,b,y,w,C,S,T,M,z,k,j,L,D,_,O,A,I,P=t.mf(),N=this,E=e.options,G=!1;e.c.j("stage:initialized",function(e,t,n,i){u=t,O=n,A=i,r()}),e.c.j("stage:resized",function(e,t,n,r){O=n,A=r}),e.c.j("stage:disposed",function(){D.lb(),R.lb(),_.d()}),e.c.j("expose:initialized",function(e){g=e}),e.c.j("zoom:initialized",function(e){l=e}),e.c.j("openclose:initialized",function(e){b=e}),e.c.j("select:initialized",function(e){y=e}),e.c.j("titlebar:initialized",function(e){w=e}),e.c.j("timeline:initialized",function(e){c=e}),e.c.j("model:loaded",function(e,t){C=e,I=t}),e.c.j("model:childrenAttached",function(e){I=e}),this.H=function(){},this.Aa=o(a("mousedown",!1,function(){l.vi()})),this.Ba=o(a("mouseup",!1,void 0)),this.d=o(a("click",!0,function(e,t){if(!t.xb&&!t.shiftKey){var n=e.Ec;n&&(n.na?document.location.href=v.kg("iuuq;..b`ssnurd`sbi/bnl.gn`lusdd"):y.select({e:[n],Ia:!n.selected,Ha:t.metaKey||t.ctrlKey},!0))}})),this.k=o(a("doubleclick",!0,function(t,n){var r,i;n.xb||n.shiftKey?(r=t.Ec)&&(r.parent.U&&(r=r.parent),i={e:r.parent!==C?[r.parent]:[],Ia:!0,Ha:!1},y.select(i,!0),g.fc(i,!0,!0,!1)):(r=t.Ec)&&(i={e:[r],Ia:!0,Ha:!1},r.gb=!0,e.c.p("foamtree:attachChildren",[r]),g.fc(i,!0,!0,!1)),r&&c.D.m({}).fb(E.Wa/2).call(function(){b.Kb({e:m.Mc(C,function(e){return e.Td&&!m.ki(r,e)}),Ia:!1,Ha:!0},!0,!0),r.Td=!0,b.Kb({e:[r],Ia:!(n.xb||n.shiftKey),Ha:!0},!0,!0)}).start()})),this.ya=o(a("hold",!0,function(e,t){var n,r=!(t.metaKey||t.ctrlKey||t.shiftKey||t.xb);(n=r?e.Ec:e.Wg)&&n!==C&&b.Kb({e:[n],Ia:r,Ha:!0},!0,!1)})),this.Y=o(a("dragstart",!1,function(e,t){S=t.x,T=t.y,M=Date.now(),G=!0})),this.A=o(a("drag",!1,function(e,t){if(G){var n=Date.now();j=Math.min(1,n-M),M=n;n=t.x-S;var r=t.y-T;l.ti(n,r),z=n,k=r,S=t.x,T=t.y}})),this.S=o(a("dragend",!1,function(){if(G){G=!1;var e=Math.sqrt(z*z+k*k)/j;4<=e?l.ui(e,z,k):l.wf()}})),this.Va=o(a("transformstart",!1,function(e,t){L=1,S=t.x,T=t.y}));var B=1,F=!1;this.Ja=o(a("transform",!1,function(e,t){var n=t.scale-.01;l.Qg(t,n/L,t.x-S,t.y-T),L=n,S=t.x,T=t.y,B=L,F=F||2<t.touches})),this.cb=o(a("transformend",!1,function(){F&&.8>B?e.c.p("interaction:reset"):i(),F=!1})),this.Pa=o(a("mousewheel",!1,function(){var e=p.ah(function(){i()},300);return function(t,n){var r=E.Hj;1!==r&&(r=Math.pow(r,n.wd),P?(l.Rg(n,r),e()):l.Yb(n,r,E.wc,d.pa(E.xc)).N(i))}}())),this.za=o(function(){var t,n=void 0,r={},i=!1,o=a("hover",!1,function(){n&&(n.Eb=!1,n.I=!0),t&&(t.Eb=!0,t.I=!0),w.update(t),e.c.p("foamtree:dirty",!1)}),u=a("mousemove",!1,void 0);return function(e){if("out"===e.type)i=(t=void 0)!==n;else if(l.absolute(e,r),n&&!n.open&&U(n,r)){var a=s(r,n.scale);a&&a!=n?(i=!0,t=a):i=!1}else t=s(r),i=t!==n;i&&(o(e),n=t,i=!1),n&&u(e)}}()),this.hb={click:n(this.d),doubleclick:n(this.k),hold:n(this.ya),mouseup:n(this.Ba),mousedown:n(this.Aa),dragstart:n(this.Y),drag:n(this.A),dragend:n(this.S),transformstart:n(this.Va),transform:n(this.Ja),transformend:n(this.cb),hover:n(this.za),mousewheel:n(this.Pa)};var R=function(){var e,t={};return{H:function(t){e=window.Hammer(t,{doubletap_interval:350,hold_timeout:400,doubletap_distance:10})},m:function(n,r,i){t[n]=r,e.on(n,function(e,t){return function(n){var r=(n=n.gesture).center;(r=h.Ie(u,r.pageX,r.pageY,{})).scale=n.scale,r.xb=1<n.touches.length,r.touches=n.touches.length,e.call(u,r),(void 0===r.Mb&&t||"prevent"===r.Mb)&&n.preventDefault()}}(r,i))},lb:function(){e&&p.Ga(t,function(t,n){e.off(n,t)})}}}(),U=function(){var e={};return function(t,n){return t.Vb(n,e),t.aa&&x.Va(t.aa,e)}}()}function _(e){var t,n=e.options,r=new function(e,t){function n(e){if(e.e){e=e.e;for(var t=0;t<e.length;t++){var n=e[t];n.uc=n.rc*h.Rh}}}function r(e,r){t.kf(e)&&(e.u||(e.u=C.cb(e.o,h.Ad*Math.pow(h.Ra,e.R-1)),e.u&&"flattened"==h.Ua&&"stab"==h.dc&&s(e)),e.u&&(c.Nb(e),f.d(i(e),e.u,e.group),e.M=!0,r(e)),n(e))}function i(e){return"stab"==h.dc&&0<e.e.length&&e.e[0].description?e.e.slice(1):e.e}function o(e){var t=i(e);return S.S(t,e.u),S.zc(t,e.u),T.Dg(e)*Math.sqrt(l.K.ja/e.K.ja)}function a(e){return e<h.bg||1e-4>e}function s(e){var t=h.cc/(1+h.cc),n=x.q(e.u,{}),r={x:n.x,y:0},i=n.y,o=n.i,a=h.Ce*Math.pow(h.Ra,e.R-1),s=o*h.Be,u=h.Ic;"bottom"==u||0<=u&&180>u?(u=Math.PI,i+=o,o=-1):(u=0,o=1);for(var l,c=e.u,f=u,d=0,p=1,g=x.k(c,{}),b=g.ja,t=b*t,v=0;d<p&&20>v++;){var y=(d+p)/2;r.y=n.y+n.i*y,l=x.Wb(c,r,f),x.k(l[0],g);var m=g.ja-t;if(.01>=Math.abs(m)/b)break;0<(0==f?1:-1)*m?p=y:d=y}x.q(l[0],n),(n.i<a||n.i>s)&&(r.y=n.i<a?i+o*Math.min(a,s):i+o*s,l=x.Wb(e.u,r,u)),e.e[0].o=l[0],e.u=l[1]}function u(e){e!==l&&2*Math.sqrt(e.K.ja/(Math.PI*e.e.length))<Math.max(.85*h.Ve,t.Bg)&&(e.M=!1,e.Ca=!1,e.Qa=!0,e.u=null)}var l,c=this,h=e.options,f=new function(e){function t(e,t,n,r){var i,o=0,a=[];for(i=0;i<t.length;i++){var s=Math.sqrt(x.d(t[i],t[(i+1)%t.length]));a.push(s),o+=s}for(i=0;i<a.length;i++)a[i]/=o;e[0].x=n.x,e[0].y=n.y;var u=s=o=0;for(i=1;i<e.length;i++){var l=e[i],c=.95*Math.pow(i/e.length,r);for(o+=.3819;s<o;)s+=a[u],u=(u+1)%a.length;var h=1-(s-o)/a[d=(u-1+a.length)%a.length],f=t[d].x,d=t[d].y,p=t[u].x,g=t[u].y;f=(f-n.x)*c+n.x,d=(d-n.y)*c+n.y,p=(p-n.x)*c+n.x,g=(g-n.y)*c+n.y,l.x=f*(1-h)+p*h,l.y=d*(1-h)+g*h}}var n={random:{Fb:function(e,t){for(var n=0;n<e.length;n++){var r=e[n];r.x=t.x+Math.random()*t.f,r.y=t.y+Math.random()*t.i}},Zb:"box"},ordered:{Fb:function(e,t){var n=e.slice(0);r.lc&&n.sort(B),z.Xb(n,t,!1,r.ce)},Zb:"box"},squarified:{Fb:function(e,t){var n=e.slice(0);r.lc&&n.sort(B),z.te(n,t,!1,r.ce)},Zb:"box"},fisheye:{Fb:function(e,n,i){e=e.slice(0),r.lc&&e.sort(B),t(e,n,i,.25)},Zb:"polygon"},blackhole:{Fb:function(e,n,i){e=e.slice(0),r.lc&&e.sort(B).reverse(),t(e,n,i,1)},Zb:"polygon"}};n.order=n.ordered,n.treemap=n.squarified;var r=e.options;this.d=function(e,t,i){if(0<e.length){if("box"===(i=n[i.relaxationInitializer||i.initializer||r.gj||"random"]).Zb){var o=x.q(t,{});i.Fb(e,o),x.Bc(e,x.A(o),t)}else i.Fb(e,t,x.k(t,{}));for(o=e.length-1;0<=o;o--){if((i=e[o]).description){e=x.qe(t,r.Ic,r.bh),i.x=e.x,i.y=e.y;break}if(i.na){e=x.qe(t,r.ve,r.Sg),i.x=e.x,i.y=e.y;break}}}}}(e),d=0;e.c.j("model:loaded",function(e){l=e,d=0}),this.step=function(e,n,s,c){function f(n){return n.M&&n.Ca?u(n):n.Qa&&n.o&&r(n,function(){var t=i(n);S.S(t,n.u),S.zc(t,n.u),e(n)}),n.u&&n.M?(n.parent&&n.parent.Z||n.La?(l=o(n),c&&c(n),n.La=!a(l)&&!s,n.Z=!0):l=0,t.yd(n,g),l):0;var l}for(var p=0,g=[l];0<g.length;)p=Math.max(p,f(g.shift()));var b=a(p);return n&&function(e,t,n){d<e&&(d=e);var r=h.bg;h.Sd(t?1:1-(e-r)/(d-r||1),t,n),t&&(d=0)}(p,b,s),b},this.complete=function(e){for(var n=[l];0<n.length;){var i=n.shift();if(!i.M&&i.Qa&&i.o&&r(i,e),i.u){if(i.parent&&i.parent.Z||i.La){for(var s=1e-4>i.K.ja,u=0;!(a(o(i))||s&&32<u++););i.Z=!0,i.La=!1}t.yd(i,n)}}},this.qc=function(e){m.F(e,n)},this.we=function(e,t){if(e.M){var n=e.u;n&&(e.Xd=n),e.u=C.cb(e.o,t),e.u&&"flattened"==h.Ua&&"stab"==h.dc&&s(e),n&&!e.u&&(e.Z=!0),e.u&&e.Xd&&x.Bc(i(e),e.Xd,e.u)}},this.Nb=function(e){for(var t,n=i(e),r=e.ja,o=t=0;o<n.length;o++)t+=n[o].T;for(e.ak=t,e=0;e<n.length;e++)(o=n[e]).qg=o.f,o.rc=r/Math.PI*(0<t?o.T/t:1/n.length)}}(e,this),i=new function(e,t){function n(e,n){if(t.kf(e)){if(!e.u||e.parent&&e.parent.Z){var r=a.Ad*Math.pow(a.Ra,e.R-1);e.u=x.A(function(e,t){var n=2*t;return e.x+=t,e.y+=t,e.f-=n,e.i-=n,e}(x.q(e.o,{}),r))}e.u&&(e.M=!0,n(e))}else e.M=!1,m.Fa(e,function(e){e.u=null})}function r(e){var t;"stab"==a.dc&&0<e.e.length&&e.e[0].description?(t=e.e.slice(1),function(e){function t(){r.o=x.A(i),r.x=i.x+i.f/2,r.y=i.y+i.i/2}var n=a.cc/(1+a.cc),r=e.e[0],i=x.q(e.u,{}),o=i.i,n=Math.min(Math.max(o*n,a.Ce*Math.pow(a.Ra,e.R-1)),o*a.Be),s=a.Ic;"bottom"==s||0<=s&&180>s?(i.i=o-n,e.u=x.A(i),i.y+=o-n,i.i=n,t()):(i.i=n,t(),i.y+=n,i.i=o-n,e.u=x.A(i))}(e)):t=e.e,a.lc&&t.sort(B),"floating"==a.dc&&i(t,a.Ic,function(e){return e.description}),i(t,a.ve,function(e){return e.na});var n=x.q(e.u,{});(s[a.Wc]||z.Xb)(t,n,!0,a.ce),e.La=!1,e.Z=!0,e.I=!0,e.Ma=!0}function i(e,t,n){for(var r=0;r<e.length;r++){var i=e[r];if(n(i)){e.splice(r,1),"topleft"==t||135<=t&&315>t?e.unshift(i):e.push(i);break}}}var o,a=e.options,s={squarified:z.te,ordered:z.Xb};e.c.j("model:loaded",function(e){o=e}),this.step=function(e,t,n){return this.complete(e),t&&a.Sd(1,!0,n),!0},this.complete=function(e){for(var i=[o];0<i.length;){var a=i.shift();(!a.M||a.parent&&a.parent.Z)&&a.Qa&&a.o&&n(a,e),a.u&&((a.parent&&a.parent.Z||a.La)&&r(a),t.yd(a,i))}},this.Nb=this.qc=this.we=p.ta}(e,this),o={relaxed:r,ordered:i,squarified:i},a=o[e.options.Wc]||r;this.Bg=5e-5,e.c.j("model:loaded",function(e){t=e}),e.c.j("options:changed",function(e){e.layout&&p.Q(o,n.Wc)&&(a=o[n.Wc])}),this.step=function(e,t,n,r){return a.step(e,t,n,r)},this.complete=function(e){a.complete(e)},this.kf=function(e){return e===t||2*Math.sqrt(e.K.ja/(Math.PI*e.e.length))>=Math.max(n.Ve,5e-5)},this.yd=function(e,t){for(var r=Math.pow(n.Ra,e.R),i=n.mb*r,o=(r=n.Ad*r,e.e),s=o.length-1;0<=s;s--){var u=o[s];a.we(u,r);var l=u;l.aa=0<i?C.cb(l.o,i):l.o,l.aa&&(x.q(l.aa,l.q),x.re(l.aa,l.K)),u.e&&t.push(u)}},this.qc=function(e){a.qc(e)},this.Nb=function(e){a.Nb(e)}}var O,A,I,P,N=new function(){this.Gg=function(e){e.beginPath(),e.moveTo(3.2,497),e.bezierCurveTo(.1,495.1,0,494.1,0,449.6),e.bezierCurveTo(0,403.5,-.1,404.8,4.1,402.6),e.bezierCurveTo(5.2,402,7.4,401.4,9,401.2),e.bezierCurveTo(10.6,401,31.2,400.6,54.7,400.2),e.bezierCurveTo(99.5,399.4,101,399.5,104.6,402.3),e.bezierCurveTo(107.9,404.9,107.6,404,129.3,473.2),e.bezierCurveTo(131,478.6,132.9,484.4,133.4,486.1),e.bezierCurveTo(135.2,491.4,135.4,494.9,134,496.4),e.bezierCurveTo(132.8,497.7,131.7,497.7,68.6,497.7),e.bezierCurveTo(24.2,497.7,4,497.5,3.2,497),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(162.1,497),e.bezierCurveTo(159.5,496.3,157.7,494.6,156.2,491.6),e.bezierCurveTo(155.5,490.3,148.7,469.4,141.1,445.2),e.bezierCurveTo(126.1,397.5,125.6,395.4,128.1,389.8),e.bezierCurveTo(129.5,386.7,164.1,339,168,334.9),e.bezierCurveTo(170.3,332.5,172.2,332.1,175.1,333.7),e.bezierCurveTo(176.1,334.2,189.3,347,204.3,362.1),e.bezierCurveTo(229.4,387.4,231.8,390,233.5,394),e.bezierCurveTo(235.2,397.8,235.4,399.2,235.4,404.3),e.bezierCurveTo(235.3,415,230.5,489.9,229.8,492.5),e.bezierCurveTo(228.4,497.5,229.2,497.4,194.7,497.5),e.bezierCurveTo(177.8,497.6,163.1,497.4,162.1,497),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(258.7,497),e.bezierCurveTo(255.8,496.1,252.6,492.3,252,489.1),e.bezierCurveTo(251.4,484.8,256.8,405.2,258.1,401.1),e.bezierCurveTo(260.4,393.4,262.7,391.1,300.4,359.2),e.bezierCurveTo(319.9,342.6,337.7,327.9,339.9,326.5),e.bezierCurveTo(347.4,321.6,350.4,321,372,320.5),e.bezierCurveTo(393.4,320,400.5,320.4,407.5,322.5),e.bezierCurveTo(413.9,324.4,487.4,359.5,490.6,362.1),e.bezierCurveTo(492,363.3,493.9,365.8,495,367.7),e.lineTo(496.8,371.2),e.lineTo(497,419.3),e.bezierCurveTo(497.1,445.7,497,468,496.8,468.8),e.bezierCurveTo(496.2,471.6,489.6,480.8,485,485.3),e.bezierCurveTo(478.6,491.7,474.9,494.1,468.2,496),e.lineTo(462.3,497.7),e.lineTo(361.6,497.7),e.bezierCurveTo(303.1,497.6,259.9,497.3,258.7,497),e.closePath(),e.fillStyle="rgba(200,200,200,1)",e.fill(),e.beginPath(),e.moveTo(4.4,380.8),e.bezierCurveTo(2.9,380.2,1.7,379.8,1.6,379.8),e.bezierCurveTo(1.5,379.8,1.2,378.8,.7,377.6),e.bezierCurveTo(.2,376.1,0,361.6,0,331.2),e.bezierCurveTo(0,281.2,-.2,283.1,4.9,280.9),e.bezierCurveTo(7.1,279.9,19.3,278.2,54.8,274.1),e.bezierCurveTo(80.6,271.1,102.9,268.6,104.4,268.6),e.bezierCurveTo(105.8,268.6,109.1,269.4,111.7,270.4),e.bezierCurveTo(116,272.1,117.2,273.2,133.4,289.3),e.bezierCurveTo(150.9,306.8,153.4,310,153.4,314.5),e.bezierCurveTo(153.4,317.6,151.1,321.3,136.4,341.2),e.bezierCurveTo(109.4,377.8,111.6,375.3,105.4,378.1),e.lineTo(101.3,380),e.lineTo(75.7,380.5),e.bezierCurveTo(6.8,381.8,7.3,381.8,4.4,380.8),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(243.5,372.4),e.bezierCurveTo(240.2,370.8,136.6,266.7,134.2,262.6),e.bezierCurveTo(132.1,259,131.7,254.9,133.2,251.3),e.bezierCurveTo(134.5,248.2,166.3,206,169.3,203.4),e.bezierCurveTo(172.6,200.5,178.5,198.4,183.2,198.4),e.bezierCurveTo(187.1,198.4,275.2,204.1,281.6,204.8),e.bezierCurveTo(289.7,205.7,294.6,208.7,297.6,214.6),e.bezierCurveTo(300.5,220.3,327.4,297.4,327.8,301.1),e.bezierCurveTo(328.3,305.7,326.7,310.4,323.4,314),e.bezierCurveTo(322,315.6,307.8,327.9,291.9,341.3),e.bezierCurveTo(256.2,371.4,256.6,371.2,253.9,372.5),e.bezierCurveTo(251.1,373.9,246.5,373.9,243.5,372.4),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(489.3,339.1),e.bezierCurveTo(488.6,338.9,473.7,331.9,456.3,323.6),e.bezierCurveTo(435.9,313.9,423.8,307.8,422.4,306.4),e.bezierCurveTo(419.5,303.7,418,300.2,418,296.1),e.bezierCurveTo(418,292.5,438,185,439.3,181.6),e.bezierCurveTo(441.2,176.6,445.5,173.1,450.8,172.1),e.bezierCurveTo(456,171.2,487.1,169.2,489.6,169.7),e.bezierCurveTo(493.1,170.3,495.5,171.9,497,174.7),e.bezierCurveTo(498.1,176.7,498.2,181.7,498.4,253.2),e.bezierCurveTo(498.5,295.3,498.4,330.9,498.2,332.5),e.bezierCurveTo(497.5,337.4,493.7,340.2,489.3,339.1),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(353.2,300.7),e.bezierCurveTo(350.4,299.8,347.9,297.9,346.5,295.6),e.bezierCurveTo(345.8,294.5,338.2,273.7,329.6,249.5),e.bezierCurveTo(314.6,207.1,314.1,205.3,314.1,200.4),e.bezierCurveTo(314.1,196.7,314.4,194.6,315.3,193),e.bezierCurveTo(316,191.7,322.5,181.6,329.8,170.6),e.bezierCurveTo(346.8,144.8,345.4,145.8,365.8,144.4),e.bezierCurveTo(380.9,143.4,385.7,143.7,390.6,146.3),e.bezierCurveTo(397.3,149.8,417.4,164.4,419.2,167),e.bezierCurveTo(422.4,171.8,422.4,171.8,410.6,234.4),e.bezierCurveTo(402.3,278.6,399.3,293.2,398.1,295.3),e.bezierCurveTo(395.4,300.1,393.7,300.5,373,300.9),e.bezierCurveTo(363.1,301.1,354.2,301,353.2,300.7),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(6.2,259.9),e.bezierCurveTo(4.9,259.2,3.2,257.8,2.4,256.8),e.bezierCurveTo(1,254.9,1,254.8,.8,148.7),e.bezierCurveTo(.7,74,.9,40.8,1.4,36.7),e.bezierCurveTo(2.3,29.6,4.7,24.4,9.8,18.3),e.bezierCurveTo(14.1,13.1,20.9,7.3,25,5.3),e.bezierCurveTo(26.5,4.6,31,3.3,34.9,2.6),e.bezierCurveTo(41.3,1.3,44.2,1.2,68.5,1.4),e.lineTo(95.1,1.6),e.lineTo(99,3.5),e.bezierCurveTo(101.2,4.6,103.9,6.6,105.2,8.1),e.bezierCurveTo(107.7,11,153.1,88.2,155.8,94),e.bezierCurveTo(159.1,101.4,159.6,104.7,159.5,121.6),e.bezierCurveTo(159.5,147.8,158.4,177.2,157.3,181),e.bezierCurveTo(156.8,182.8,155.6,186.1,154.6,188.1),e.bezierCurveTo(152.6,192.2,119.5,237.2,115.1,241.8),e.bezierCurveTo(112.1,244.9,106.3,248.3,102,249.4),e.bezierCurveTo(99.2,250.1,13,261.1,10.1,261.1),e.bezierCurveTo(9.2,261.1,7.5,260.6,6.2,259.9),e.closePath(),e.fillStyle="rgba(200,200,200,1)",e.fill(),e.beginPath(),e.moveTo(234.1,183.4),e.bezierCurveTo(180.2,179.7,182.3,180,179.5,174.5),e.lineTo(178,171.4),e.lineTo(178.7,142.4),e.bezierCurveTo(179.4,114.8,179.5,113.3,180.9,110.4),e.bezierCurveTo(183.5,105,182.7,105.2,237.9,95.3),e.bezierCurveTo(285.1,86.7,287.9,86.3,291,87.1),e.bezierCurveTo(292.8,87.6,295.3,88.8,296.7,89.9),e.bezierCurveTo(299.1,91.8,321.9,124.4,325,130.3),e.bezierCurveTo(326.9,134,327.2,139.1,325.7,142.6),e.bezierCurveTo(324.5,145.5,302.5,179.1,300.2,181.5),e.bezierCurveTo(297,184.9,293.5,186.3,287.4,186.5),e.bezierCurveTo(284.4,186.6,260.4,185.2,234.1,183.4),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(435.8,153.4),e.bezierCurveTo(434.8,153.1,433,152.3,431.7,151.6),e.bezierCurveTo(428.4,150,410.1,137.1,407,134.4),e.bezierCurveTo(404.1,131.8,402.7,128.3,403.2,125.1),e.bezierCurveTo(403.6,122.9,420.3,81.3,423,75.9),e.bezierCurveTo(424.7,72.6,426.6,70.4,429.3,68.9),e.bezierCurveTo(431.1,67.9,435,67.7,462.2,67.6),e.lineTo(493.1,67.3),e.lineTo(495.4,69.6),e.bezierCurveTo(497,71.3,497.8,72.8,498.1,75),e.bezierCurveTo(498.4,76.6,498.5,92.9,498.4,111.1),e.bezierCurveTo(498.2,141.2,498.1,144.3,497,146.3),e.bezierCurveTo(494.8,150.3,493.3,150.6,470.3,152.4),e.bezierCurveTo(448.6,154,438.8,154.3,435.8,153.4),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(346.6,125.3),e.bezierCurveTo(345,124.5,342.6,122.6,341.4,121),e.bezierCurveTo(337.1,115.7,313,79.8,311.6,76.7),e.bezierCurveTo(309.4,71.7,309.3,68,311.2,58.2),e.bezierCurveTo(319.2,16.9,321.3,7.1,322.4,5.2),e.bezierCurveTo(323.1,4,324.7,2.4,326,1.6),e.bezierCurveTo(328.3,.3,329.4,.3,353.9,.3),e.bezierCurveTo(379.2,.3,379.5,.3,382.4,1.8),e.bezierCurveTo(384,2.7,386,4.5,386.9,5.9),e.bezierCurveTo(388.6,8.6,405.1,46.3,407.2,52.2),e.bezierCurveTo(408.7,56.3,408.8,60.7,407.7,64.1),e.bezierCurveTo(407.3,65.4,402.2,78.2,396.3,92.7),e.bezierCurveTo(382.6,126.3,384.1,124.6,366.6,126),e.bezierCurveTo(353.4,127.1,350,127,346.6,125.3),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(179.2,85.6),e.bezierCurveTo(175.7,84.6,171.9,82,170,79.2),e.bezierCurveTo(167.2,75.2,130.6,12.4,129.3,9.3),e.bezierCurveTo(128.2,6.7,128.1,5.9,128.8,4.2),e.bezierCurveTo(130.5,0,125.2,.3,211.7,0),e.bezierCurveTo(255.3,-.1,292.2,0,293.9,.3),e.bezierCurveTo(297.7,.8,301.1,4,301.8,7.6),e.bezierCurveTo(302.3,10.5,293.9,55.2,291.9,59.6),e.bezierCurveTo(290.4,63,286.1,66.9,282.3,68.3),e.bezierCurveTo(279.6,69.3,193.5,85.1,185.5,86.1),e.bezierCurveTo(183.8,86.3,181,86.1,179.2,85.6),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(431.9,47.7),e.bezierCurveTo(428.7,46.9,426.4,45.2,424.6,42.3),e.bezierCurveTo(421.8,37.8,409.2,7.7,409.2,5.5),e.bezierCurveTo(409.2,1.2,408,1.3,451.6,1.3),e.bezierCurveTo(495,1.3,494,1.2,496.1,5.4),e.bezierCurveTo(497,7.2,497.2,10.2,497,25.5),e.lineTo(496.8,43.5),e.lineTo(494.9,45.4),e.lineTo(493,47.3),e.lineTo(474.8,47.7),e.bezierCurveTo(450.1,48.3,434.5,48.3,431.9,47.7),e.closePath(),e.fillStyle="rgba(200,200,200,1)",e.fill(),e.beginPath(),e.moveTo(1.3,511.9),e.lineTo(1.3,514.3),e.lineTo(3.7,514.3),e.bezierCurveTo(7.2,514.4,9.5,515.5,10.6,517.6),e.bezierCurveTo(11.7,519.8,12.1,522.7,12,526.3),e.lineTo(12,591),e.lineTo(22.8,591),e.lineTo(22.8,553.2),e.lineTo(49.9,553.2),e.lineTo(49.9,548.5),e.lineTo(22.8,548.5),e.lineTo(22.8,516.7),e.lineTo(41.9,516.7),e.bezierCurveTo(46.7,516.7,50.4,517.8,52.9,520),e.bezierCurveTo(55.5,522.2,56.8,525.7,56.8,530.5),e.lineTo(59.2,530.5),e.lineTo(59.2,521.5),e.bezierCurveTo(59.3,519,58.7,516.8,57.3,514.9),e.bezierCurveTo(55.9,513,53.1,512,49,511.9),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(107.6,562.8),e.bezierCurveTo(107.6,569.9,106.2,575.7,103.5,580.3),e.bezierCurveTo(100.8,584.8,97.2,587.2,92.7,587.4),e.bezierCurveTo(88.1,587.2,84.5,584.8,81.8,580.3),e.bezierCurveTo(79.1,575.7,77.8,569.9,77.7,562.8),e.bezierCurveTo(77.8,555.8,79.1,550,81.8,545.4),e.bezierCurveTo(84.5,540.8,88.1,538.4,92.7,538.3),e.bezierCurveTo(97.2,538.4,100.8,540.8,103.5,545.4),e.bezierCurveTo(106.2,550,107.6,555.8,107.6,562.8),e.moveTo(66.3,562.8),e.bezierCurveTo(66.4,571.1,68.7,578,73.2,583.5),e.bezierCurveTo(77.8,589.1,84.2,591.9,92.7,592.1),e.bezierCurveTo(101.1,591.9,107.6,589.1,112.1,583.5),e.bezierCurveTo(116.7,578,118.9,571.1,119,562.8),e.bezierCurveTo(118.9,554.5,116.7,547.6,112.1,542.1),e.bezierCurveTo(107.6,536.6,101.1,533.7,92.7,533.5),e.bezierCurveTo(84.2,533.7,77.8,536.6,73.2,542.1),e.bezierCurveTo(68.7,547.6,66.4,554.5,66.3,562.8),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(161.5,579.6),e.bezierCurveTo(160.3,581.4,158.9,583.1,157.2,584.5),e.bezierCurveTo(155.4,585.9,153.1,586.7,150.1,586.8),e.bezierCurveTo(147,586.8,144.4,585.9,142.2,584),e.bezierCurveTo(140,582.1,138.9,579.3,138.8,575.4),e.bezierCurveTo(138.8,571.7,140.5,568.9,143.8,566.7),e.bezierCurveTo(147.2,564.6,151.9,563.5,157.9,563.4),e.lineTo(161.5,563.4),e.moveTo(172.3,591),e.lineTo(172.3,558.6),e.bezierCurveTo(172.1,548.2,169.9,541.3,165.8,538),e.bezierCurveTo(161.7,534.7,156.9,533.2,151.3,533.5),e.bezierCurveTo(147.6,533.5,144.1,533.8,140.8,534.5),e.bezierCurveTo(137.4,535.1,135,536.2,133.4,537.7),e.bezierCurveTo(131.9,539.2,131.1,540.8,130.7,542.6),e.bezierCurveTo(130.4,544.4,130.3,546.4,130.4,548.5),e.lineTo(135.8,548.5),e.bezierCurveTo(136.7,544.6,138.3,542,140.5,540.5),e.bezierCurveTo(142.8,538.9,145.6,538.2,148.9,538.3),e.bezierCurveTo(152.6,538.1,155.6,539.4,157.9,542.2),e.bezierCurveTo(160.2,545,161.4,550.5,161.5,558.6),e.lineTo(157.9,558.6),e.bezierCurveTo(149.6,558.5,142.5,559.7,136.6,562.1),e.bezierCurveTo(130.7,564.5,127.6,568.9,127.4,575.4),e.bezierCurveTo(127.7,581.8,129.8,586.3,133.6,588.7),e.bezierCurveTo(137.4,591.1,141.1,592.3,144.7,592.1),e.bezierCurveTo(149.2,592.1,152.8,591.3,155.6,590),e.bezierCurveTo(158.3,588.6,160.3,587.1,161.5,585.6),e.lineTo(162.1,585.6),e.lineTo(166.3,591),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(200.3,539.5),e.bezierCurveTo(199.8,538,198.7,536.8,197,536),e.bezierCurveTo(195.4,535.1,193.1,534.7,190.2,534.7),e.lineTo(179.4,534.7),e.lineTo(179.4,537.1),e.lineTo(181.8,537.1),e.bezierCurveTo(185.3,537.1,187.6,538.2,188.7,540.4),e.bezierCurveTo(189.8,542.5,190.3,545.4,190.2,549.1),e.lineTo(190.2,591),e.lineTo(200.9,591),e.lineTo(200.9,545.2),e.bezierCurveTo(202.4,543.5,204.2,542,206.2,540.8),e.bezierCurveTo(208.3,539.6,210.5,538.9,212.9,538.9),e.bezierCurveTo(215.9,538.8,218.3,540,219.9,542.5),e.bezierCurveTo(221.6,544.9,222.4,549.1,222.5,555),e.lineTo(222.5,591),e.lineTo(233.2,591),e.lineTo(233.2,555),e.bezierCurveTo(233.3,553.8,233.2,552.3,233.2,550.6),e.bezierCurveTo(233.1,549,232.9,547.6,232.6,546.7),e.bezierCurveTo(233.9,544.8,235.7,543,238,541.4),e.bezierCurveTo(240.4,539.8,242.7,539,245.2,538.9),e.bezierCurveTo(248.2,538.8,250.6,540,252.3,542.5),e.bezierCurveTo(253.9,544.9,254.8,549.1,254.8,555),e.lineTo(254.8,591),e.lineTo(265.6,591),e.lineTo(265.6,555),e.bezierCurveTo(265.4,546.5,263.8,540.8,260.6,537.8),e.bezierCurveTo(257.4,534.7,253.4,533.3,248.8,533.5),e.bezierCurveTo(245.4,533.5,242.2,534.2,238.9,535.7),e.bezierCurveTo(235.7,537.1,233,539.2,230.9,541.9),e.bezierCurveTo(229.3,538.6,227.3,536.4,224.8,535.2),e.bezierCurveTo(222.3,534,219.5,533.4,216.5,533.5),e.bezierCurveTo(212.9,533.6,209.8,534.2,207.1,535.4),e.bezierCurveTo(204.5,536.5,202.4,537.9,200.9,539.5),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(284,511.9),e.bezierCurveTo(279.9,512,277.2,513,275.8,514.9),e.bezierCurveTo(274.4,516.8,273.7,519,273.8,521.5),e.lineTo(273.8,530.5),e.lineTo(276.2,530.5),e.bezierCurveTo(276.3,525.7,277.6,522.2,280.1,520),e.bezierCurveTo(282.7,517.8,286.4,516.7,291.2,516.7),e.lineTo(302,516.7),e.lineTo(302,590.9),e.lineTo(312.7,590.9),e.lineTo(312.7,516.7),e.lineTo(339.7,516.7),e.lineTo(339.7,511.9),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(349.4,590.9),e.lineTo(360.2,590.9),e.lineTo(360.2,546.7),e.bezierCurveTo(361.4,544.8,363,543.4,364.9,542.3),e.bezierCurveTo(366.9,541.2,369.1,540.7,371.5,540.7),e.bezierCurveTo(373.7,540.7,375.5,541,377.2,541.6),e.bezierCurveTo(378.9,542.2,380.2,543.1,381.1,544.3),e.lineTo(385.9,540.7),e.bezierCurveTo(385.3,539.5,384.7,538.4,384,537.5),e.bezierCurveTo(383.4,536.6,382.6,535.9,381.7,535.3),e.bezierCurveTo(380.8,534.7,379.7,534.2,378.3,533.9),e.bezierCurveTo(377,533.6,375.8,533.5,374.5,533.5),e.bezierCurveTo(370.9,533.6,367.9,534.3,365.5,535.7),e.bezierCurveTo(363.2,537,361.4,538.5,360.2,540.1),e.lineTo(359.6,540.1),e.bezierCurveTo(359,538.3,357.9,536.9,356.3,536),e.bezierCurveTo(354.6,535.1,352.4,534.7,349.4,534.7),e.lineTo(339.8,534.7),e.lineTo(339.8,537.1),e.lineTo(341,537.1),e.bezierCurveTo(344.5,537.1,346.8,538.2,347.9,540.4),e.bezierCurveTo(349,542.5,349.5,545.4,349.4,549.1),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(440.3,559.8),e.bezierCurveTo(440.3,551.4,438.3,544.9,434.4,540.4),e.bezierCurveTo(430.4,535.8,424.4,533.5,416.3,533.5),e.bezierCurveTo(408.8,533.7,403,536.6,399,542.1),e.bezierCurveTo(395,547.6,393,554.5,393,562.8),e.bezierCurveTo(393,571.1,395.1,578,399.3,583.5),e.bezierCurveTo(403.5,589.1,409.7,591.9,418.1,592.1),e.bezierCurveTo(422.6,592.2,426.7,591.2,430.2,589.2),e.bezierCurveTo(433.8,587.2,437,584,439.7,579.6),e.lineTo(437.3,577.8),e.bezierCurveTo(435.2,580.8,432.9,583.1,430.2,584.8),e.bezierCurveTo(427.6,586.5,424.4,587.3,420.5,587.4),e.bezierCurveTo(415.4,587.2,411.4,585.1,408.6,580.9),e.bezierCurveTo(405.8,576.8,404.4,571.3,404.4,564.6),e.lineTo(440,564.6),e.moveTo(404.4,559.8),e.bezierCurveTo(404.4,553.7,405.6,548.7,407.9,544.9),e.bezierCurveTo(410.3,541,413.3,539,416.9,538.9),e.bezierCurveTo(421.1,538.9,424.3,540.8,426.4,544.4),e.bezierCurveTo(428.4,548.1,429.5,553.2,429.5,559.8),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill(),e.beginPath(),e.moveTo(497.1,559.8),e.bezierCurveTo(497.1,551.4,495.1,544.9,491.2,540.4),e.bezierCurveTo(487.2,535.8,481.2,533.5,473.1,533.5),e.bezierCurveTo(465.6,533.7,459.9,536.6,455.9,542.1),e.bezierCurveTo(451.9,547.6,449.8,554.5,449.8,562.8),e.bezierCurveTo(449.8,571.1,451.9,578,456.1,583.5),e.bezierCurveTo(460.3,589.1,466.6,591.9,474.9,592.1),e.bezierCurveTo(479.4,592.2,483.5,591.2,487.1,589.2),e.bezierCurveTo(490.6,587.2,493.8,584,496.5,579.6),e.lineTo(494.1,577.8),e.bezierCurveTo(492,580.8,489.7,583.1,487.1,584.8),e.bezierCurveTo(484.4,586.5,481.2,587.3,477.3,587.4),e.bezierCurveTo(472.2,587.2,468.2,585.1,465.4,580.9),e.bezierCurveTo(462.6,576.8,461.2,571.3,461.2,564.6),e.lineTo(496.8,564.6),e.moveTo(461.2,559.8),e.bezierCurveTo(461.2,553.7,462.4,548.7,464.8,544.9),e.bezierCurveTo(467.1,541,470.1,539,473.7,538.9),e.bezierCurveTo(477.9,538.9,481.1,540.8,483.2,544.4),e.bezierCurveTo(485.3,548.1,486.3,553.2,486.3,559.8),e.closePath(),e.fillStyle="rgba(220,20,3,1)",e.fill()}};function E(e,n){function r(e,t){var n=(i=e.K.Ob)/15,r=.5*i/15,i=i/5,o=e.K.x,a=e.K.y;t.fillRect(o-r,a-r,n,n),t.fillRect(o-r-i,a-r,n,n),t.fillRect(o-r+i,a-r,n,n)}function u(e,t,n,r){null===e&&n.clearRect(0,0,E,G);var i,o=Array(te.length);for(i=te.length-1;0<=i;i--)o[i]=te[i].qa(n,r);for(i=te.length-1;0<=i;i--)o[i]&&te[i].W(n,r);for(F.Jc([n,_],function(r){var i;if(null!==e){for(n.save(),n.globalCompositeOperation="destination-out",n.fillStyle=n.strokeStyle="rgba(255, 255, 255, 1)",i=e.length-1;0<=i;i--){var s=e[i];(l=s.o)&&(n.save(),n.beginPath(),s.Tb(n),a.le(n,l),n.fill(),0<(s=J.mb*Math.pow(J.Ra,s.R-1))&&(n.lineWidth=s/2,n.stroke()),n.restore())}n.restore()}if(r=r.scale,0!==t.length){for(i={},l=te.length-1;0<=l;l--)te[l].Og(i);for(s=ee.length-1;0<=s;s--)if(i[(l=ee[s]).id])for(var u=l.be,l=0;l<t.length;l++){var c=t[l];!c.parent||c.parent.Ca&&c.parent.M?u(c,r):c.ba.clear()}}for(i=te.length-1;0<=i;i--)s=te[i],o[i]&&s.ee(t,n,r)}),i=te.length-1;0<=i;i--)o[i]&&te[i].Da(n);J.rd&&(n.canvas.style.opacity=.99,setTimeout(function(){n.canvas.style.opacity=1},1))}function l(e){C===T?e<.9*K&&(C=S,k=j,f()):e>=K&&(C=T,k=L,f())}function c(){var e=null,t=null,n=null;return F.Jc([],function(r){l(r.scale);var i=!1;m.F(V,function(e){e.$&&(i=e.Nd()||i,e.nc(),e.Sa=Y.d(e)||e.Sa)}),i&&(V.I=!0);var o="onSurfaceDirty"===J.oh;m.xd(V,function(e){e.parent&&e.parent.Z&&(e.ba.clear(),e.Sa=!0,o||(e.Fc=!0,e.ac.clear())),o&&(e.Fc=!0,e.ac.clear())});var a=r.scale*r.scale;if(m.xd(V,function(e){if(e.M){for(var t=e.e,n=0;n<t.length;n++)if(5<t[n].K.ja*a)return void(e.X=!0);e.X=!1}}),function(e){V.ea=!0,m.xd(V,function(t){if(t.$&&t.X&&t.Ca&&t.M&&(V.I||t.Z||t.me)){t.me=!1;var n=t.e,r={x:0,y:0,f:0,i:0},i=!!t.u;if(1<E/e.f){var o;for(o=n.length-1;0<=o;o--)n[o].ea=!1;if(t.ea&&i)for(o=n.length-1;0<=o;o--)if(1!==(t=n[o]).scale&&(t.Vb(e,r),r.f=e.f/t.scale,r.i=e.i/t.scale),!1===t.ea&&t.o){var i=t.o,a=i.length;if(x.Va(t.o,1===t.scale?e:r))t.ea=!0;else for(var s=0;s<a;s++)if(x.Mg(i[s],i[(s+1)%a],1===t.scale?e:r)){t.ea=!0,t.C&&(t=t.C[s])&&(n[t.index].ea=!0);break}}}else for(o=0;o<n.length;o++)n[o].ea=i}})}(r),n=[],m.Lc(V,function(e){if(e.parent.X&&e.ea&&e.$){n.push(e);for(var t=e.parent;t!==V&&(t.open||0===t.opacity);)t=t.parent;t!==V&&.02>Math.abs(t.scale-e.scale)&&(e.scale=Math.min(e.scale,t.scale))}}),function e(t,n,r){t.Cb=Math.floor(1e3*t.scale)-r*n,0<t.opacity&&!t.open&&n++;var i=t.e;if(i)for(var o=i.length-1;0<=o;o--)t.$&&e(i[o],n,r)}(V,0,"flattened"==J.Ua?-1:1),n.sort(function(e,t){return e.Cb-t.Cb}),h())e=n,t=null;else{var s={},u={},c="none"!=J.Cd&&J.mb<J.nb/2,f=J.mb<J.Rc/2+J.Bd*J.Xe.a;m.F(V,function(e){if(e.$&&!e.description&&(e.Z||e.I||e.Yc&&e.parent.X&&e.Sa)){var t,n,r,i=[e],o=e.C||e.parent.e;if(c)for(t=0;t<o.length;t++)(n=o[t])&&i.push(n);else if(f)if(!e.selected&&e.ab){for(n=!0,t=0;t<o.length;t++)o[t]?i.push(o[t]):n=!1;!n&&1<e.R&&i.push(e.parent)}else for(t=0;t<o.length;t++)(n=o[t])&&n.selected&&i.push(n);for(t=e.parent;t!=V;)t.selected&&(r=t),t=t.parent;for(r&&i.push(r),t=0;t<i.length;t++){for(e=(r=i[t]).parent;e&&e!==V;)0<e.opacity&&(r=e),e=e.parent;u[r.id]=!0,m.Fa(r,function(e){s[e.id]=!0})}}}),e=n.filter(function(e){return s[e.id]}),t=e.filter(function(e){return u[e.id]})}}),function(){var e=!1;J.ag&&m.F(V,function(t){if(t.$&&0!==t.sa.a&&1!==t.sa.a)return e=!0,!1}),e?(m.Kc(V,function(e){if(e.$&&(e.opacity!==e.bd||e.Ma)){var t=e.e;if(t){for(var n=0,r=t.length-1;0<=r;r--)n=Math.max(n,t[r].Xc);e.Xc=n+e.opacity*e.sa.a}else e.Xc=e.opacity*e.sa.a}}),m.F(V,function(e){if(e.$&&(e.opacity!==e.bd||e.Ma)){for(var t=e.Xc,n=e;(n=n.parent)&&n!==V;)t+=n.opacity*n.sa.a*J.Zf;e.sd=0<t?1-Math.pow(1-e.sa.a,1/t):0,e.bd=e.opacity}})):m.F(V,function(e){e.$&&(e.sd=1,e.bd=-1)})}(),{wg:e,vg:t,ea:n}}function h(){var e=V.Z||V.I||"none"==J.ef;if(!e&&!V.empty()){var t=V.e[0].scale;m.F(V,function(n){if(n.$&&n.ea&&n.scale!==t)return e=!0,!1})}return!e&&0<J.Re&&1!=J.Xa&&m.F(V,function(t){if(t.$&&0<t.ka)return e=!0,!1}),"accurate"==J.ef&&(!(e=(e=e||0===J.mb)||"none"!=J.Cd&&J.mb<J.nb/2)&&J.mb<J.Rc/2+J.Bd*J.Xe.a&&m.F(V,function(t){if(t.$&&(t.selected&&!t.ab||!t.selected&&t.ab))return e=!0,!1})),e}function f(){function e(e,n,r,i,o){function a(e,t,n,r,i){return e[r]&&(t-=n*y[r],e[r]=!1,i&&(t+=n*y[i],e[i]=!0)),t}switch(e=p.extend({},e),r){case"never":e.labelPlainFill=!1;break;case"always":case"auto":e.labelPlainFill=!0}if(J.Pc)switch(i){case"never":e.contentDecoration=!1;break;case"always":case"auto":e.contentDecoration=!0}else e.contentDecoration=!1;var s=0;return p.Ga(e,function(e,t){e&&(s+=n*y["contentDecoration"===t?"labelPlainFill":t])}),e.polygonExposureShadow=t,(s+=2*y.polygonExposureShadow)<=o||(s=a(e,s,2,"polygonExposureShadow"))<=o||(s=a(e,s,n,"polygonGradientFill","polygonPlainFill"))<=o||(s=a(e,s,n,"polygonGradientStroke"))<=o||(s=a(e,s,n,"polygonPlainStroke"))<=o||"auto"===i&&(s=a(e,s,n,"contentDecoration"))<=o?e:("auto"===r&&(s=a(e,s,n,"labelPlainFill")),e)}var t=C===S,n=0,r=0;m.He(V,function(e){var t=1;m.F(e,function(){t++}),n+=t,r=Math.max(r,t)});var i={};switch(J.xh){case"plain":i.polygonPlainFill=!0;break;case"gradient":i.polygonPlainFill=!t,i.polygonGradientFill=t}switch(J.Cd){case"plain":i.polygonPlainStroke=!0;break;case"gradient":i.polygonPlainStroke=!t,i.polygonGradientStroke=t}W=e(i,n,J.Fj,J.Dj,J.Ej),$=e(i,2*r,"always","always",J.hh),q=e(i,n,"always","always",J.gh)}function b(e){return function(t,n){return t===C?!0===W[e]:!0===(n?$:q)[e]}}function v(e,t){return function(n,r){return e(n,r)&&t(n,r)}}var y,w,C,S,T,z,k,j,L,D,_,E,G,B,F,R,U,V,H,W,q,$,K=t.of()?50:1e4,Y=new function(e){function t(e){return i.Nh?(u.fontFamily=o.fontFamily,u.fontStyle=o.fontStyle,u.fontVariant=o.fontVariant,u.fontWeight=o.fontWeight,u.lineHeight=o.lineHeight,u.horizontalPadding=o.pb,u.verticalPadding=o.eb,u.maxTotalTextHeight=o.tb,u.maxFontSize=o.sb,r.Dc(i.Mh,e,u),a.fontFamily=u.fontFamily,a.fontStyle=u.fontStyle,a.fontVariant=u.fontVariant,a.fontWeight=u.fontWeight,a.lineHeight=u.lineHeight,a.pb=u.horizontalPadding,a.eb=u.verticalPadding,a.tb=u.maxTotalTextHeight,a.sb=u.maxFontSize,a):o}function n(e){void 0!==e.groupLabelFontFamily&&(o.fontFamily=e.groupLabelFontFamily),void 0!==e.groupLabelFontStyle&&(o.fontStyle=e.groupLabelFontStyle),void 0!==e.groupLabelFontVariant&&(o.fontVariant=e.groupLabelFontVariant),void 0!==e.groupLabelFontWeight&&(o.fontWeight=e.groupLabelFontWeight),void 0!==e.groupLabelLineHeight&&(o.lineHeight=e.groupLabelLineHeight),void 0!==e.groupLabelHorizontalPadding&&(o.pb=e.groupLabelHorizontalPadding),void 0!==e.groupLabelVerticalPadding&&(o.eb=e.groupLabelVerticalPadding),void 0!==e.groupLabelMaxTotalHeight&&(o.tb=e.groupLabelMaxTotalHeight),void 0!==e.groupLabelMaxFontSize&&(o.sb=e.groupLabelMaxFontSize)}var r,i=e.options,o={},a={},s={groupLabel:""},u={};e.c.j("api:initialized",function(e){r=e}),e.c.j("options:changed",n),n(e.Ud),this.d=function(e){if(!e.aa)return!1;var t=e.group.label;return i.Hh&&!e.na&&(s.labelText=t,r.Dc(i.Gh,e,s),t=s.labelText),e.qf=t,e.Id!=t},this.k=function(e){var n=e.qf;e.Id=n,e.Uc.clear(),e.ra=void 0,!e.aa||p.jf(n)||"flattened"==i.Ua&&!e.empty()&&e.M||(e.ra=M.xe(t(e),e.Uc,n,e.aa,e.q,e.K,!1,!1,e.li,e.K.ja,i.Qh,e.Sa)),e.Sa=!1},P=this.A=function(e,t){e.Uc.Ta(t)}}(e),Z=new function(e){function t(e,t){var n,r,i=e.e,a=i.length,s=o.K.Ob;for(n=0;n<a;n++)(r=i[n]).Db=(180*(Math.atan2(r.x-e.x,r.y-e.y)+t)/Math.PI+180)/360,r.Oc=Math.min(1,Math.sqrt(x.d(r,e))/s)}function n(e,t){var n=e.e,r=n.length;if(1===r||2===r&&n[0].description)n[0].Db=.5;else{var i,o,a=0,s=Number.MAX_VALUE,u=Math.sin(t),l=Math.cos(t);for(i=0;i<r;i++){var c=(o=n[i]).x*u+o.y*l;a<c&&(a=c),s>c&&(s=c),o.Db=c,o.Oc=1}for(i=0;i<r;i++)(o=n[i]).Db=(o.Db-s)/(a-s)}}function r(e,t,n,r){return(t=t[r])+(n[r]-t)*e}var i,o,a={radial:t,linear:n},u=e.options,l={groupColor:null,labelColor:null};return e.c.j("model:loaded",function(e){o=e}),e.c.j("api:initialized",function(e){i=e}),this.H=function(){},this.apply=function(){function e(e,t,n,r){var i=0>e+n*r?0:100<e+n*r?100:e+n*r;return i+t*((0>e-n*(1-r)?0:100<e-n*(1-r)?100:e-n*(1-r))-i)}var c=a[u.Ui]||t,h=n,f=u.dj,d=u.Xi,g=u.lh,b=u.mh,v=u.Yi,y=u.bj;!function t(n){if(n.M&&n.Ca){var o,a,m=n.e;if(n.Z||n.Ma||b){for(0===n.R?c(n,u.Vi*Math.PI/180):h(n,u.Zi*Math.PI/180),o=m.length-1;0<=o;o--){(a=m[o]).Ma=!0;var x,w,C,S,T=a.Db,M=a.Pe;0===n.R?(x=r(T,f,d,"h"),w=(y+(1-y)*a.Oc)*r(T,f,d,"s"),C=(1+(0>a.ka?v*(a.ka+1):v)*(1-a.Oc))*r(T,f,d,"l"),S=r(T,f,d,"a")):(x=(C=n.sa).h,w=C.s,C=e(C.l,T,u.$i,u.aj),S=n.Pe.a),M.h=x,M.s=w,M.l=C,M.a=S,x=a.sa,a.na?(x.h=0,x.s=0,x.l="light"==u.Tg?90:10,x.a=1):(x.h=M.h,x.s=M.s,x.l=M.l,x.a=M.a),b&&!a.na&&(l.groupColor=x,l.labelColor="auto",i.Dc(g,a,l,function(e){e.ratio=T}),a.sa=s.Ba(l.groupColor),a.sa.a=p.Q(l.groupColor,"a")?l.groupColor.a:1,"auto"!==l.labelColor&&(a.Hd=s.Ng(l.labelColor)))}n.Ma=!1}for(o=m.length-1;0<=o;o--)t(m[o])}}(o)},this}(e),J=e.options;e.c.j("stage:initialized",function(e,t,n,r){E=n,G=r,w=(B=e).oc("wireframe",J.yb,!1),S=w.getContext("2d"),T=new i(S),z=B.oc("hifi",J.n,!1),j=z.getContext("2d"),L=new i(j),C=S,k=j,S.n=J.yb,T.n=J.yb,j.n=J.n,L.n=J.n,D=B.oc("tmp",Math.max(J.n,J.yb),!0),(_=D.getContext("2d")).n=1,[S,j,_].forEach(function(e){e.scale(e.n,e.n)})}),e.c.j("stage:resized",function(e,t,n,r){E=n,G=r,[S,j,_].forEach(function(e){e.scale(e.n,e.n)})}),e.c.j("model:loaded",function(t){H=!0,function e(t){var n=0;if(!t.empty()){for(var r=t.e,i=r.length-1;0<=i;i--)n=Math.max(n,e(r[i]));n+=1}return t.ng=n}(V=t),f(),e.c.p("render:renderers:resolved",W,$,q)});var Q="groupFillType groupStrokeType wireframeDrawMaxDuration wireframeLabelDrawing wireframeContentDecorationDrawing finalCompleteDrawMaxDuration finalIncrementalDrawMaxDuration groupContentDecorator".split(" "),X=["groupLabelLightColor","groupLabelDarkColor","groupLabelColorThreshold","groupUnexposureLabelColorThreshold"];e.c.j("options:changed",function(e){function t(e,t,n,r){B.fj(e,n),t.n=n,r&&t.scale(n,n)}e.dataObject||(p.ob(e,Q)&&f(),p.ob(e,X)&&m.F(V,function(e){e.zd=-1}));var n=p.Q(e,"pixelRatio");e=p.Q(e,"wireframePixelRatio"),(n||e)&&(n&&t(z,k,J.n,!0),e&&t(w,C,J.yb,!0),t(D,_,Math.max(J.n,J.yb),!1))}),e.c.j("zoom:initialized",function(e){F=e}),e.c.j("timeline:initialized",function(e){R=e}),e.c.j("api:initialized",function(e){U=e});var ee=[{id:"offsetPolygon",be:function(e){if((e.selected||0<e.opacity&&!1===e.open||!e.X)&&e.ba.Na()){var t=e.ba;if(t.clear(),e.aa){var n=e.aa,r=J.jh;0<r?(r=Math.min(1,r*Math.pow(1-J.kh*r,e.ng)),a.rj(t,n,e.parent.K.Ob/32,r)):a.le(t,n)}e.Vd=!0}}},{id:"label",be:function(e){e.Sa&&e.Yc&&Y.k(e)}},{id:"custom",be:function(t,n){if(t.aa&&(0<t.opacity&&(!1===t.open||!0===t.selected)||!t.X)&&t.Fc&&e.options.Pc&&!t.na){var r={};U.pd(r,t),U.qd(r,t),U.od(r,t,!0),r.context=t.ac,r.polygonContext=t.ba,r.labelContext=t.Uc,r.shapeDirty=t.Vd,r.viewportScale=n;var i={groupLabelDrawn:!0,groupPolygonDrawn:!0};e.options.nh(e.Ud,r,i),i.groupLabelDrawn||(t.pf=!1),i.groupPolygonDrawn||(t.Wd=!1),t.Vd=!1,t.Fc=!1}}}].reverse(),te=[new function(e){var t=Array(e.length);this.ee=function(n,r,i){if(0!==n.length){var o,a,s=[],u=n[0].Cb;for(o=0;o<n.length;o++)(a=n[o]).Cb!==u&&(s.push(o),u=a.Cb);s.push(o);for(var l=u=0;l<s.length;l++){for(var c=s[l],h=e.length-1;0<=h;h--)if(t[h]){var f=e[h];for(r.save(),o=u;o<c;o++)a=n[o],r.save(),a.Tb(r),f.wb.call(f,a,r,i),r.restore();f.ib.call(f,r,i),r.restore()}u=c}}},this.qa=function(n,r){for(var i=!1,o=e.length-1;0<=o;o--)t[o]=e[o].qa(n,r),i|=t[o];return i},this.W=function(n,r){for(var i=e.length-1;0<=i;i--)if(t[i]){var o=e[i];o.W.call(o,n,r)}},this.Da=function(n){for(var r=e.length-1;0<=r;r--)if(t[r]){var i=e[r];i.Da.call(i,n)}},this.Og=function(n){for(var r=e.length-1;0<=r;r--){var i=e[r];if(t[r])for(var o=i.$a.length-1;0<=o;o--)n[i.$a[o]]=!0}}}([{$a:["offsetPolygon"],qa:b("polygonExposureShadow"),W:function(e){_.save(),_.scale(e.n,e.n)},Da:function(){_.restore()},d:function(){},ib:function(e){this.mg&&(this.mg=!1,e.save(),e.setTransform(1,0,0,1,0,0),e.drawImage(D,0,0,e.canvas.width,e.canvas.height,0,0,e.canvas.width,e.canvas.height),e.restore(),_.save(),_.setTransform(1,0,0,1,0,0),_.clearRect(0,0,D.width,D.height),_.restore())},wb:function(e,t,n){if(!(e.open&&e.X||e.ba.Na())){var r=J.Re*e.opacity*e.ka*("flattened"==J.Ua?1-e.parent.ka:(1-e.Lb)*e.parent.Lb)*(1.1<=J.Xa?1:(J.Xa-1)/.1);0<r&&(_.save(),_.beginPath(),e.Tb(_),e.ba.Ta(_),_.shadowBlur=n*t.n*r,_.shadowColor=J.ph,_.fillStyle="rgba(0, 0, 0, 1)",_.globalCompositeOperation="source-over",_.globalAlpha=e.opacity,_.fill(),_.shadowBlur=0,_.shadowColor="transparent",_.globalCompositeOperation="destination-out",_.fill(),_.restore(),this.mg=!0)}}},{$a:["offsetPolygon"],qa:function(){return!0},W:function(){function e(e){var n=e.sa,r=e.Eb,i=e.selected,o=t(n.l*e.va+(r?J.Ch:0)+(i?J.Th:0)),a=t(n.s*e.wa+(r?J.Dh:0)+(i?J.Uh:0));return(e=e.Qe).h=(n.h+(r?J.Bh:0)+(i?J.Sh:0))%360,e.s=a,e.l=o,e}function t(e){return 100<e?100:0>e?0:e}var n=[{type:"fill",qa:b("polygonPlainFill"),hd:function(t,n){n.fillStyle=s.Ac(e(t))}},{type:"fill",qa:b("polygonGradientFill"),hd:function(n,r){var i=n.K.Ob,o=e(n);(i=r.createRadialGradient(n.x,n.y,0,n.x,n.y,i*J.th)).addColorStop(0,s.Y((o.h+J.qh)%360,t(o.s+J.sh),t(o.l+J.rh))),i.addColorStop(1,s.Y((o.h+J.uh)%360,t(o.s+J.wh),t(o.l+J.vh))),n.ba.Ta(r),r.fillStyle=i}},{type:"stroke",qa:v(b("polygonPlainStroke"),function(){return 0<J.nb}),hd:function(e,n){var r=e.sa,i=e.Eb,o=e.selected;n.strokeStyle=s.Y((r.h+J.af+(i?J.Se:0)+(o?J.Ye:0))%360,t(r.s*e.wa+J.cf+(i?J.Ue:0)+(o?J.$e:0)),t(r.l*e.va+J.bf+(i?J.Te:0)+(o?J.Ze:0))),n.lineWidth=J.nb*Math.pow(J.Ra,e.R-1)}},{type:"stroke",qa:v(b("polygonGradientStroke"),function(){return 0<J.nb}),hd:function(e,n){var r=e.K.Ob*J.$h,i=e.sa,o=Math.PI*J.Wh/180,a=(r=n.createLinearGradient(e.x+r*Math.cos(o),e.y+r*Math.sin(o),e.x+r*Math.cos(o+Math.PI),e.y+r*Math.sin(o+Math.PI)),e.Eb),u=e.selected,l=(o=(i.h+J.af+(a?J.Se:0)+(u?J.Ye:0))%360,t(i.s*e.wa+J.cf+(a?J.Ue:0)+(u?J.$e:0)));i=t(i.l*e.va+J.bf+(a?J.Te:0)+(u?J.Ze:0));r.addColorStop(0,s.Y((o+J.Xh)%360,t(l+J.Zh),t(i+J.Yh))),r.addColorStop(1,s.Y((o+J.ai)%360,t(l+J.ci),t(i+J.bi))),n.strokeStyle=r,n.lineWidth=J.nb*Math.pow(J.Ra,e.R-1)}}],r=Array(n.length);return function(e,t){for(var i=n.length-1;0<=i;i--)r[i]=n[i].qa(e,t);this.vj=n,this.Xg=r}}(),Da:function(){},d:function(){},ib:function(){},wb:function(e,t){if(e.Wd&&!((0===e.opacity||e.open)&&e.X||e.ba.Na()||!J.De&&e.description)){var n=this.vj,r=this.Xg;t.beginPath(),e.ba.Ta(t);for(var i=!1,o=!1,a=n.length-1;0<=a;a--){var s=n[a];if(r[a])switch(s.hd(e,t),s.type){case"fill":i=!0;break;case"stroke":o=!0}}n=(e.X?e.opacity:1)*e.sa.a,r=!e.empty(),a=J.ag?e.sd:1,i&&(i=r&&e.X&&e.M&&e.e[0].$?1-e.e.reduce(function(e,t){return e+t.ua*t.Zd},0)/e.e.length*(1-J.Zf):1,t.globalAlpha=n*i*a,O(t)),o&&(t.globalAlpha=n*(r?J.wi:1)*a,t.closePath(),A(t),t.stroke())}}},{$a:["offsetPolygon"],qa:function(){return 0<J.Rc},W:function(){},Da:function(){},d:function(){},ib:function(){},wb:function(e,t,n){if(e.Wd&&e.selected&&!e.ba.Na()){t.globalAlpha=e.Ka,t.beginPath();var r=Math.pow(J.Ra,e.R-1);t.lineWidth=J.Rc*r,t.strokeStyle=J.Vh;var i=J.Bd;0<i&&(t.shadowBlur=i*r*n*t.n,t.shadowColor=J.We),e.ba.Ta(t),t.closePath(),t.stroke()}}},{$a:[],qa:function(){return!0},W:function(){},Da:function(){},d:function(){},ib:function(){},wb:function(e,t){e.na&&!e.ba.Na()&&function(n){var r=N.yc.width,i=N.yc.height,o=x.se(e.aa,e.K,r/i);o=Math.min(Math.min(.9*o,.5*e.q.i)/i,.5*e.q.f/r),t.save(),t.translate(e.x,e.y),t.globalAlpha=e.opacity*e.fa,t.scale(o,o),t.translate(-r/2,-i/2),n(t),t.restore()}(function(e){N.Gg(e)})}},{$a:[],qa:function(e,t){return function(n,r){return e(n,r)||t(n,r)}}(b("labelPlainFill"),v(b("contentDecoration"),function(){return J.Pc})),W:function(){},Da:function(){},d:function(){},ib:function(){},wb:function(e,t,n){(0<e.opacity&&0<e.fa&&!e.open||!e.X)&&!e.ba.Na()&&(e.Vc=e.ra&&e.ra.la&&J.n*e.ra.fontSize*e.scale*n>=J.Ph,!J.De&&e.description?e.rb=e.parent.rb:"auto"===e.Hd?(n=(t=e.Qe).h+(t.s<<9)+(t.l<<16),e.zd!==n&&(e.rb=s.Cg(t)>(0>e.ka?J.di:J.Eh)?J.Fh:J.Oh,e.zd=n)):e.rb=e.Hd)}},{$a:["custom"],qa:v(b("contentDecoration"),function(){return J.Pc}),W:function(){},Da:function(){},d:function(){},ib:function(){},wb:function(e,t){!(0<e.opacity&&0<e.fa&&!e.open||!e.X)||e.ac.Na()||e.ba.Na()||(e.Vc||void 0===e.ra?(t.globalAlpha=e.fa*(e.X?e.opacity:1)*(e.empty()?1:J.$f),t.fillStyle=e.rb,t.strokeStyle=e.rb,e.ac.Ta(t)):r(e,t))}},{$a:["label"],qa:b("labelPlainFill"),W:function(){},Da:function(){},d:function(){},ib:function(){},wb:function(e,t,n){e.pf&&e.Yc&&(0<e.opacity&&0<e.fa&&!e.open||!e.X)&&!e.ba.Na()&&e.ra&&(t.fillStyle=e.rb,t.globalAlpha=e.fa*(e.X?e.opacity:1)*(e.empty()?1:J.$f),e.Vc?P(e,t,n):r(e,t))}}].reverse())];this.H=function(){y=g.ji(function(){return o.eh()},"CarrotSearchFoamTree",12096e5)({version:"3.4.5",build:"4fa198d722d767b68d0409e88290ea6de98d1eaa/4fa198d7",brandingAllowed:!1}),Z.H()},this.clear=function(){C.clearRect(0,0,E,G),k.clearRect(0,0,E,G)};var ne=!1,re=void 0;this.k=function(e){ne?re=e:e()},this.ee=function(){function e(){window.clearTimeout(t),ne=!0,t=setTimeout(function(){if(ne=!1,function(){if(J.n!==J.yb)return!0;var e="polygonPlainFill polygonPlainStroke polygonGradientFill polygonGradientStroke labelPlainFill contentDecoration".split(" ");m.F(V,function(t){if(t.$&&t.U)return e.push("polygonExposureShadow"),!1});for(var t=e.length-1;0<=t;t--){var n=e[t];if(!!W[n]!=!!$[n])return!0}return!1}()){var e=!h();u(null,r.ea,k,e),p.defer(function(){ie.sj(),re&&(re(),re=void 0)})}},Math.max(J.Gj,3*n.rg.Kd,3*n.rg.Jd))}var t,r;return function(t){I(Z);var n=null!==(r=c()).vg,i=0<B.kc("hifi"),o=i&&(n||!t);t=n||H||!t,H=!1,i&&!o&&ie.tj(),u(r.vg,r.wg,o?k:C,t),m.Fa(V,function(e){e.Z=!1,e.I=!1,e.ab=!1}),o||e(),J.Vf(n)}}(),this.d=function(e){e=e||{},I(Z),V.I=!0;var t=c(),n=J.n;try{var r=p.B(e.pixelRatio,J.n);J.n=r;var o=B.oc("export",r,!0),a=o.getContext("2d");C===T&&(a=new i(a)),a.scale(r,r);var s=p.Q(e,"backgroundColor");s&&(a.save(),a.fillStyle=e.backgroundColor,a.fillRect(0,0,E,G),a.restore()),u(s?[]:null,t.wg,a,!0)}finally{J.n=n}return o.toDataURL(p.B(e.format,"image/png"),p.B(e.quality,.8))};var ie=function(){function e(e,t,r,i){function o(e,t,n,r){return R.D.m({opacity:B.kc(e)}).ia({duration:n,G:{opacity:{end:t,P:r}},ca:function(){B.kc(e,this.opacity)}}).xa()}var a=p.Fd(B.kc(e),1),s=p.Fd(B.kc(r),0);if(!a||!s){for(var u=n.length-1;0<=u;u--)n[u].stop();return n=[],a||n.push(o(e,1,t,d.Rb)),s||n.push(o(r,0,i,d.og)),R.D.m({}).Za(n).start()}}var t,n=[];return{tj:function(){J.rd?1!==w.style.opacity&&(w.style.visibility="visible",z.style.visibility="hidden",w.style.opacity=1,z.style.opacity=0):t&&t.Gb()||(t=e("wireframe",J.Me,"hifi",J.Me))},sj:function(){J.rd?(z.style.visibility="visible",w.style.visibility="hidden",w.style.opacity=0,z.style.opacity=1):e("hifi",J.yg,"wireframe",J.yg)}}}();return I=function(e){e.apply()},O=function(e){e.fill()},A=function(e){e.stroke()},this}function G(){this.uc=this.pe=this.rc=this.qg=this.f=this.xg=this.T=this.y=this.x=this.id=0,this.o=this.parent=this.e=null,this.q={x:0,y:0,f:0,i:0},this.C=null,this.Id=this.qf=void 0,this.ld=!1,this.Oc=this.Db=0,this.Pe={h:0,s:0,l:0,a:0,model:"hsla"},this.sa={h:0,s:0,l:0,a:0,model:"hsla"},this.Qe={h:0,s:0,l:0,model:"hsl"},this.zd=-1,this.Hd="auto",this.rb="#000",this.ng=this.R=this.Ed=this.index=0,this.na=!1,this.ja=this.vf=0,this.ea=!1,this.aa=null,this.K={x:0,y:0,ja:0,Ob:0},this.Xd=this.u=null,this.Yc=this.$=this.ab=this.Fc=this.me=this.Vd=this.Sa=this.Ma=this.I=this.Z=this.La=this.Ca=this.M=this.Qa=!1,this.wa=this.va=this.Ka=this.fa=this.opacity=this.scale=1,this.ua=0,this.Zd=1,this.Lb=this.ka=this.Hb=0,this.description=this.selected=this.Eb=this.Td=this.open=this.U=!1,this.Cb=0,this.pf=this.Wd=this.X=!0,this.ra=void 0,this.Vc=!1,this.Uc=new r,this.ba=new r,this.ac=new r,this.li=M.yi(),this.Xc=0,this.sd=1,this.bd=-1,this.empty=function(){return!this.e||0===this.e.length};var e=[];this.Cc=function(t){e.push(t)},this.fd=function(t){p.cg(e,t)};var t={scale:1};this.Nd=function(){var n=!1;this.scale=1;for(var r=0;r<e.length;r++)n=e[r].rf(this,t)||n,this.scale*=t.scale;return n},this.Tb=function(t){for(var n=0;n<e.length;n++)e[n].Tb(this,t)},this.Ub=function(t,n){n.x=t.x,n.y=t.y;for(var r=0;r<e.length;r++)e[r].Ub(this,n,n);return n},this.Vb=function(t,n){n.x=t.x,n.y=t.y;for(var r=0;r<e.length;r++)e[r].Vb(this,n,n);return n};var n=[];this.Ab=function(e){n.push(e)},this.ed=function(e){p.cg(n,e)};var i={opacity:1,wa:1,va:1,fa:1,Ka:1};this.nc=function(){if(0!==n.length){this.Ka=this.fa=this.va=this.wa=this.opacity=1;for(var e=n.length-1;0<=e;e--)(0,n[e])(this,i),this.opacity*=i.opacity,this.va*=i.va,this.wa*=i.wa,this.fa*=i.fa,this.Ka*=i.Ka}}}function B(e,t){return t.T>e.T?1:t.T<e.T?-1:e.index-t.index}function F(e){function t(e,t,n){return x=!0,l&&l.stop(),c&&c.stop(),a(g.reset(e),t,n).N(function(){x=!1})}function n(t){g.update(t),h.I=!0,e.c.p("foamtree:dirty",!0)}function r(e,t){return g.d((0!==g.k()?.35:1)*e,(0!==g.A()?.35:1)*t)}function i(){if(1===b.Pb){var e=Math.round(1e4*g.k())/1e4;0!==e&&(v.$d=e,l=f.D.tc(v).ia({duration:500,G:{x:{start:e,end:0,P:d.Rb}},ca:function(){g.d(v.x-v.$d,0),n(1),v.$d=v.x}}).start())}}function o(){if(1===b.Pb){var e=Math.round(1e4*g.A())/1e4;0!==e&&(y.ae=e,c=f.D.tc(y).ia({duration:500,G:{y:{start:e,end:0,P:d.Rb}},ca:function(){g.d(0,y.y-y.ae),n(1),y.ae=y.y}}).start())}}function a(e,t,r){return e?f.D.tc(b).ia({duration:void 0===t?700:t,G:{Pb:{start:0,end:1,P:r||d.pg}},ca:function(){n(b.Pb)}}).bb():(new u).J().L()}function s(e){return function(){return x?(new u).J().L():e.apply(this,arguments)}}var l,c,h,f,g=new function(e){function t(e,t,n){return m=!0,g.x=0,g.y=0,b.x=0,b.y=0,a=f,s.x=d.x,s.y=d.y,t(),u*=e,l=n?u/a:e,l=Math.max(.25/a,l),!0}function n(e,t){return t.x=e.x/f+d.x,t.y=e.y/f+d.y,t}function r(e,t,n,r,i,o,a,s,u){var l=(e-n)*(o-s)-(t-r)*(i-a);return!(1e-5>Math.abs(l)||(u.x=((e*r-t*n)*(i-a)-(e-n)*(i*s-o*a))/l,u.y=((e*r-t*n)*(o-s)-(t-r)*(i*s-o*a))/l,0))}var i,o,a=1,s={x:0,y:0},u=1,l=1,c=1,h={x:0,y:0},f=1,d={x:0,y:0},g={x:0,y:0},b={x:0,y:0},v={x:0,y:0,f:0,i:0},y={x:0,y:0,f:0,i:0,scale:1},m=!0;e.c.j("stage:initialized",function(e,t,n,r){i=n,o=r,v.x=0,v.y=0,v.f=n,v.i=r,y.x=0,y.y=0,y.f=n,y.i=r,y.scale=1}),e.c.j("stage:resized",function(e,t,n,r){function a(e){e.x*=l,e.y*=c}function u(e){a(e),e.f*=l,e.i*=c}i=n,o=r;var l=n/e,c=r/t;a(s),a(d),a(h),a(g),a(b),u(v),u(y)}),this.Yb=function(e,r){return t(r,function(){n(e,h)},!0)},this.Y=function(e,n){if(1==Math.round(1e4*n)/1e4){var i=v.x-d.x,o=v.y-d.y;return t(1,function(){},!0),this.d(-i,-o)}return t(n,function(){for(var t=!1;!t;){t=Math.random();var n=Math.random(),i=Math.random(),o=Math.random();t=r(e.x+t*e.f,e.y+n*e.i,v.x+t*v.f,v.y+n*v.i,e.x+i*e.f,e.y+o*e.i,v.x+i*v.f,v.y+o*v.i,h)}},!0)},this.sc=function(e,n){var a,s,u,l;return(a=e.f/e.i)<(s=i/o)?(u=e.i*s,l=e.i,a=e.x-.5*(u-e.f),s=e.y):a>s?(u=e.f,l=e.f*o/i,a=e.x,s=e.y-.5*(l-e.i)):(a=e.x,s=e.y,u=e.f,l=e.i),a-=u*n,u*=1+2*n,r(a,s-=l*n,d.x,d.y,a+u,s,d.x+i/f,d.y,h)?t(i/f/u,p.ta,!1):(m=!1,this.d(f*(d.x-a),f*(d.y-s)))},this.d=function(e,t){var n=Math.round(1e4*e)/1e4,r=Math.round(1e4*t)/1e4;return b.x+=n/f,b.y+=r/f,0!==n||0!==r},this.reset=function(e){return e&&this.content(0,0,i,o),this.Y({x:v.x+d.x,y:v.y+d.y,f:v.f/f,i:v.i/f},c/u)},this.Qb=function(e){c=Math.min(1,Math.round(1e4*(e||u))/1e4)},this.k=function(){return d.x<v.x?(v.x-d.x)*f:d.x+i/f>v.x+v.f?-(d.x+i/f-v.x-v.f)*f:0},this.A=function(){return d.y<v.y?(v.y-d.y)*f:d.y+o/f>v.y+v.i?-(d.y+o/f-v.y-v.i)*f:0},this.update=function(e){var t=Math.abs(Math.log(l));6>t?t=2:(t/=4,t+=3*t*(1<l?e:1-e)),t=1<l?Math.pow(e,t):1-Math.pow(1-e,t),f=a*(t=(m?t:1)*(l-1)+1),d.x=h.x-(h.x-s.x)/t,d.y=h.y-(h.y-s.y)/t,d.x-=g.x*(1-e)+b.x*e,d.y-=g.y*(1-e)+b.y*e,1===e&&(g.x=b.x,g.y=b.y),y.x=d.x,y.y=d.y,y.f=i/f,y.i=o/f,y.scale=f},this.S=function(e){return e.x=y.x,e.y=y.y,e.scale=y.scale,e},this.absolute=function(e,t){return n(e,t||{})},this.nd=function(e,t){var n=t||{};return n.x=(e.x-d.x)*f,n.y=(e.y-d.y)*f,n},this.Hc=function(e){return this.scale()<c/e},this.Rd=function(){return p.Fd(f,1)},this.scale=function(){return Math.round(1e4*f)/1e4},this.content=function(e,t,n,r){v.x=e,v.y=t,v.f=n,v.i=r},this.Jc=function(e,t){var n;for(n=e.length-1;0<=n;n--){var r=e[n];r.save(),r.scale(f,f),r.translate(-d.x,-d.y)}for(t(y),n=e.length-1;0<=n;n--)(r=e[n]).restore()}}(e),b={Pb:1},v={Ee:0,x:0,$d:0},y={Fe:0,y:0,ae:0},m=this,x=!1;e.c.j("model:loaded",function(e){h=e,g.reset(!1),g.update(1)}),e.c.j("timeline:initialized",function(e){f=e}),this.H=function(){e.c.p("zoom:initialized",this)},this.reset=function(e,n){return g.Qb(1),t(!0,e,n)},this.normalize=s(function(e,n){g.Hc(1)?t(!1,e,n):m.wf()}),this.wf=function(){i(),o()},this.k=s(function(e,t,n,r){return m.sc(e.q,t,n,r)}),this.Yb=s(function(e,t,n,r){return a(g.Yb(e,t),n,r)}),this.sc=s(function(e,t,n,r){return a(g.sc(e,t),n,r)}),this.Bj=s(function(e,t){g.sc(e,t)&&n(1)}),this.ti=s(function(e,t){1===b.Pb&&r(e,t)&&n(1)}),this.Rg=s(function(e,t){g.Yb(e,t)&&n(1)}),this.Qg=s(function(e,t,i,o){e=0|g.Yb(e,t),(e|=r(i,o))&&n(1)}),this.ui=s(function(e,t,a){1===b.Pb&&(l=f.D.tc(v).ia({duration:e/.03,G:{Ee:{start:t,end:0,P:d.Rb}},ca:function(){g.d(v.Ee,0)&&n(1),i()}}).start(),c=f.D.tc(y).ia({duration:e/.03,G:{Fe:{start:a,end:0,P:d.Rb}},ca:function(){r(0,y.Fe)&&n(1),o()}}).start())}),this.vi=function(){l&&0===g.k()&&l.stop(),c&&0===g.A()&&c.stop()},this.Jc=function(e,t){g.Jc(e,t)},this.Qb=function(e){return g.Qb(e)},this.Hc=function(e){return g.Hc(e)},this.Rd=function(){return g.Rd()},this.absolute=function(e,t){return g.absolute(e,t)},this.nd=function(e,t){return g.nd(e,t)},this.scale=function(){return g.scale()},this.d=function(e){return g.S(e)},this.content=function(e,t,n,r){g.content(e,t,n,r)}}function R(r,i,o){function a(e){var t=[];return m.F(C,function(n){e(n)&&t.push(n.group)}),{groups:t}}function s(e,t){var n=(i=z.options).kj,r=i.jj,i=i.fe,o=0<n+r?i:0,a=[];return T.Ja(e,T.ya(e,z.options.he),function(e,i,s){i="groups"===z.options.ge?s:i,e.e&&(e=A.D.m(e).fb(o*(r+n*i)).call(t).xa(),a.push(e))}),A.D.m({}).Za(a).bb()}function h(e){se||(se=!0,O.d(function(){se=!1,z.c.p("repaint:before"),V.ee(this.Pg)},{Pg:e}))}function f(e){function t(e,i){var o=e.$;if(e.$=i<=n,e.Yc=i<=r,e.$!==o&&m.Ge(e,function(e){e.me=!0}),e.open||e.gb||i++,o=e.e)for(var a=0;a<o.length;a++)t(o[a],i)}var n=z.options.sf,r=Math.min(z.options.sf,z.options.oi);if(e)for(var i=0;i<e.length;i++){var o=e[i];t(o,w(o))}else t(C,0)}function g(e,t){var n=[],r=b(e,t);r.si&&z.c.p("model:childrenAttached",m.Mc(C)),r.ej&&U.complete(function(e){oe.qb(e),n.push(e)});for(var i=r=0;i<n.length;i++){var o=n[i];o.e&&(r+=o.e.length),o.Ca=!0,q.d(o)}return r}function b(e,t){function n(e,t){var n=!e.na&&t-(e.gb?1:0)<o;s=s||n,e.Qa=e.Qa||n,e.open||e.gb||t++;var i=e.e;if(!i&&n&&(a=R.S(e)||a,i=e.e,u&&(e.Sa=!0)),i)for(n=0;n<i.length;n++)r.push(i[n],t)}var r,o=t||z.options.pi,a=!1,s=!1,u="flattened"===i.Ua;for(r=e?e.reduce(function(e,t){return e.push(t,1),e},[]):[C,1];0<r.length;)n(r.shift(),r.shift());return{si:a,ej:s}}function w(e){for(var t=0;e.parent;)e.open||e.gb||t++,e=e.parent;return t}var C,S=this,z={c:new function(){var e={};this.j=function(t,n){var r=e[t];r||(r=[],e[t]=r),r.push(n)},this.p=function(t,n){var r=e[t];if(r)for(var i=Array.prototype.slice.call(arguments,1),o=0;o<r.length;o++)r[o].apply(this,i)}},options:i,Ud:o},O=new function(){function r(){if(!u)throw"AF0";var e=n.now();0!==l&&(o.Kd=e-l),l=e,s=s.filter(function(e){return null!==e}),o.frames++;for(var t=0;t<s.length;t++){var r=s[t];null!==r&&(!0===r.ye.call(r.Yg)?s[t]=null:p.Sc(r.repeat)&&(r.repeat=r.repeat-1,0>=r.repeat&&(s[t]=null)))}s=s.filter(function(e){return null!==e}),u=!1,i(),0!=(e=n.now()-e)&&(o.Jd=e),o.totalTime+=e,o.Oe=1e3*o.frames/o.totalTime,l=0===s.length?0:n.now()}function i(){0<s.length&&!u&&(u=!0,a(r))}var o=this.rg={frames:0,totalTime:0,Jd:0,Kd:0,Oe:0};e=o;var a=t.lf()?function(e){window.setTimeout(e,0)}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(){var e=n.create();return function(t){var n=0;window.setTimeout(function(){var r=e.now();t(),n=e.now()-r},16>n?16-n:0)}}(),s=[],u=!1,l=0;this.repeat=function(e,t,n){this.cancel(e),s.push({ye:e,Yg:n,repeat:t}),i()},this.d=function(e,t){this.repeat(e,1,t)},this.cancel=function(e){for(var t=0;t<s.length;t++){var n=s[t];null!==n&&n.ye===e&&(s[t]=null)}},this.k=function(){s=[]}},A=new y(O),I=n.create(),P=new function(e){function t(e){c[e].style.opacity=f*h[e]}function n(e){e.width=Math.round(o*e.n),e.height=Math.round(a*e.n)}function r(){return/relative|absolute|fixed/.test(window.getComputedStyle(i,null).getPropertyValue("position"))}var i,o,a,s,u,l=[],c={},h={},f=0;this.H=function(t){i=t,r()||(i.style.position="relative"),0!=i.clientWidth&&0!=i.clientHeight||k.Pa("element has zero dimensions: "+i.clientWidth+" x "+i.clientHeight+"."),i.innerHTML="",o=i.clientWidth,a=i.clientHeight,s=0!==o?o:void 0,u=0!==a?a:void 0,"embedded"===i.getAttribute("data-foamtree")&&k.Pa("visualization already embedded in the element."),i.setAttribute("data-foamtree","embedded"),e.c.p("stage:initialized",this,i,o,a)},this.lb=function(){i.removeAttribute("data-foamtree"),l=[],c={},e.c.p("stage:disposed",this,i)},this.k=function(){if(r()||(i.style.position="relative"),o=i.clientWidth,a=i.clientHeight,0!==o&&0!==a&&(o!==s||a!==u)){for(var t=l.length-1;0<=t;t--)n(l[t]);e.c.p("stage:resized",s,u,o,a),s=o,u=a}},this.fj=function(e,t){e.n=t,n(e)},this.oc=function(r,o,a){var s=document.createElement("canvas");return s.setAttribute("style","position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"),s.n=o,n(s),l.push(s),c[r]=s,h[r]=1,t(r),a||i.appendChild(s),e.c.p("stage:newLayer",r,s),s},this.kc=function(e,n){return p.V(n)||(h[e]=n,t(e)),h[e]},this.d=function(e){return p.V(e)||(f=e,p.Ga(c,function(e,n){t(n)})),f}}(z),N=new F(z),B=new function(e){var t,n={},r=e.Ud;e.c.j("model:loaded",function(e){t=e}),this.H=function(){e.c.p("api:initialized",this)},this.Dc=function(e,t,i,o){this.pd(n,t),this.qd(n,t),this.od(n,t,!1),o&&o(n),e(r,n,i)},this.ud=function(e,n,r,i,o,a,s){if(e){for(e=n.length-1;0<=e;e--){var u=n[e],l=p.extend({group:u.group},o);l[r]=i(u),a(l)}0<n.length&&s(p.extend({groups:m.Mc(t,i).map(function(e){return e.group})},o))}},this.qd=function(e,t){return e.selected=t.selected,e.hovered=t.Eb,e.open=t.open,e.openness=t.Lb,e.exposed=t.U,e.exposure=t.ka,e.transitionProgress=t.ua,e.revealed=!t.ba.Na(),e.browseable=t.Qa?t.M:void 0,e.visible=t.ea,e.labelDrawn=t.ra&&t.ra.la,e},this.pd=function(e,t){var n=t.parent;return e.group=t.group,e.parent=n&&n.group,e.weightNormalized=t.xg,e.level=t.R-1,e.siblingCount=n&&n.e.length,e.hasChildren=!t.empty(),e.index=t.index,e.indexByWeight=t.Ed,e.description=t.description,e.attribution=t.na,e},this.od=function(e,t,n){if(e.polygonCenterX=t.K.x,e.polygonCenterY=t.K.y,e.polygonArea=t.K.ja,e.boxLeft=t.q.x,e.boxTop=t.q.y,e.boxWidth=t.q.f,e.boxHeight=t.q.i,t.ra&&t.ra.la){var r=t.ra.da;e.labelBoxLeft=r.x,e.labelBoxTop=r.y,e.labelBoxWidth=r.f,e.labelBoxHeight=r.i,e.labelFontSize=t.ra.fontSize}return n&&t.aa&&(e.polygon=t.aa.map(function(e){return{x:e.x,y:e.y}}),e.neighbors=t.C&&t.C.map(function(e){return e&&e.group})),e}}(z),R=new function(e){function t(t,r){t.e=[],t.La=!0;var o=i(r),a=0;if("flattened"==e.Ua&&0<r.length&&0<t.R){var s=r.reduce(function(e,t){return e+p.B(t.weight,1)},0);(u=n(t.group,!1)).description=!0,u.T=s*e.cc,u.index=a++,u.parent=t,u.R=t.R+1,u.id=u.id+"_d",t.e.push(u)}for(s=0;s<r.length;s++){var u,l=r[s];if(0>=(u=p.B(l.weight,1))){if(!e.uj)continue;u=.9*o}(l=n(l,!0)).T=u,l.index=a,l.parent=t,l.R=t.R+1,t.e.push(l),a++}}function n(e,t){var n=new G;return r(e),n.id=e.__id,n.group=e,t&&(l[e.__id]=n),n}function r(e){p.Q(e,"__id")||(Object.defineProperty(e,"__id",{enumerable:!1,configurable:!1,writable:!1,value:u}),u++)}function i(e){for(var t=Number.MAX_VALUE,n=0;n<e.length;n++){var r=e[n].weight;0<r&&t>r&&(t=r)}return t===Number.MAX_VALUE&&(t=1),t}function o(e){if(!e.empty()){var t,n=0;for(t=(e=e.e).length-1;0<=t;t--){var r=e[t].T;n<r&&(n=r)}for(t=e.length-1;0<=t;t--)(r=e[t]).xg=r.T/n}}function a(e){if(!e.empty()){e=e.e.slice(0).sort(function(e,t){return e.T<t.T?1:e.T>t.T?-1:e.index-t.index});for(var t=0;t<e.length;t++)e[t].Ed=t}}function s(){for(var t=g.e.reduce(function(e,t){return e+t.T},0),n=0;n<g.e.length;n++){var r=g.e[n];r.na&&(r.T=Math.max(.025,e.Ug)*t)}}var u,l,c,h,f,d=this,g=new G;this.H=function(){return g},this.S=function(n){var r=n.group.groups,i=e.qi;return!!(!n.e&&!n.description&&r&&0<r.length&&f+r.length<=i)&&(f+=r.length,t(n,r),o(n),a(n),!0)},this.Y=function(e){g.group=e,g.Ca=!1,g.M=!1,g.Qa=!1,g.open=!0,g.Lb=1,u=function e(t,n){if(!t)return n;var r=Math.max(n,t.__id||0),i=t.groups;if(i&&0<i.length)for(var o=i.length-1;0<=o;o--)r=e(i[o],r);return r}(e,0)+1,l={},c={},h={},f=0,e&&(r(e),l[e.__id]=g,p.V(e.id)||(c[e.id]=e),function e(t){var n=t.groups;if(n)for(var i=0;i<n.length;i++){var o=n[i];r(o);var a=o.__id;l[a]=null,h[a]=t,a=o.id,p.V(a)||(c[a]=o),e(o)}}(e)),t(g,e&&e.groups||[]),function(e){if(!e.empty()){var t=n({attribution:!0});t.index=e.e.length,t.parent=e,t.R=e.R+1,t.na=!0,e.e.push(t)}}(g),o(g),s(),a(g)},this.update=function(){m.Fa(g,function(e){if(!e.empty())for(var t=i((e=e.e).map(function(e){return e.group})),n=0;n<e.length;n++){var r=e[n];r.T=0<r.group.weight?r.group.weight:.9*t}}),o(g),s(),a(g)},this.k=function(e){return function(){if(p.V(e)||p.nf(e))return[];if(Array.isArray(e))return e.map(d.d,d);if(p.jc(e)){if(p.Q(e,"__id"))return[d.d(e)];if(p.Q(e,"all")){var t=[];return m.F(g,function(e){t.push(e)}),t}if(p.Q(e,"groups"))return d.k(e.groups)}return[d.d(e)]}().filter(function(e){return void 0!==e})},this.d=function(e){if(p.jc(e)&&p.Q(e,"__id")){if(e=e.__id,p.Q(l,e)){if(null===l[e]){for(var t=h[e],n=[];t&&(t=t.__id,n.push(t),!l[t]);)t=h[t];for(t=n.length-1;0<=t;t--)this.S(l[n[t]])}return l[e]}}else if(p.Q(c,e))return this.d(c[e])},this.A=function(e,t,n){return{e:d.k(e),Ia:p.B(e&&e[t],!0),Ha:p.B(e&&e.keepPrevious,n)}}}(z.options),U=new _(z),V=new E(z,O),H=new D(z);new function(e){var t,n,r,i,o,a,s=this,u=e.options;e.c.j("stage:initialized",function(o,a,l,c){r=l,i=c,t=o.oc("titlebar",u.n,!1),(n=t.getContext("2d")).n=u.n,n.scale(n.n,n.n),e.c.p("titlebar:initialized",s)}),e.c.j("stage:resized",function(e,t,o,a){r=o,i=a,n.scale(n.n,n.n)}),e.c.j("zoom:initialized",function(e){a=e}),e.c.j("api:initialized",function(e){o=e}),e.c.j("model:loaded",function(){n.clearRect(0,0,r,i)}),this.update=function(e){if(n.clearRect(0,0,r,i),e){!e.empty()&&e.e[0].description&&(e=e.e[0]);var t=u.Aj,s=u.zj,l=Math.min(i/2,u.ne+2*t),c=l-2*t,h=r-2*s;if(!(0>=c||0>=h)){var f,d=e.Vc?e.ra.fontSize*e.scale*a.scale():0,p={titleBarText:e.Id,titleBarTextColor:u.ug,titleBarBackgroundColor:u.tg,titleBarMaxFontSize:u.ne,titleBarShown:d<u.ri};e.na?f=v.kg("B`ssnu!Rd`sbi!Gn`lUsdd!whrt`mh{`uhno/!Bmhbj!uid!mnfn!un!fn!un!iuuq;..b`ssnurd`sbi/bnl.gn`lusdd!gns!lnsd!edu`hmr/"):(o.Dc(u.wj,e,p,function(e){e.titleBarWidth=h,e.titleBarHeight=c,e.labelFontSize=d,e.viewportScale=a.scale()}),f=p.titleBarText),f&&0!==f.length&&p.titleBarShown&&(t={x:s,y:(e=a.nd(e.Ub(e,{}),{}).y>i/2)?t:i-l+t,f:h,i:c},s=x.A(t),n.fillStyle=u.tg,n.fillRect(0,e?0:i-l,r,l),n.fillStyle=u.ug,M.Le({fontFamily:u.xj||u.Ih,fontStyle:u.Yj||u.Jh,fontWeight:u.$j||u.Lh,fontVariant:u.Zj||u.Kh,sb:u.ne,Zc:u.yj,pb:0,eb:0,tb:1},n,f,s,t,{x:t.x+t.f/2,y:t.y+t.i/2},!0,!0).la||n.clearRect(0,0,r,i))}}}}(z);var W=new L(z),q=new function(e){function t(t){function n(e,t){var n=Math.min(1,Math.max(0,e.ua));t.opacity=n,t.va=1,t.wa=n,t.Ka=n,t.fa=e.Hb}var i=e.options,l=i.pj,c=i.qj,h=i.mj,f=i.nj,p=i.oj,g=i.fe,b=l+c+h+f+p,v=0<b?g/b:0,y=[];if(s.hb(i.hg,i.gg,i.ig,i.jg,i.fg),0===v&&t.e&&t.M){for(g=t.e,b=0;b<g.length;b++){var m=g[b];m.ua=1,m.Hb=1,m.Ab(n),m.nc(),m.ed(n)}return t.I=!0,e.c.p("foamtree:dirty",0<v),(new u).J().L()}if(t.e&&t.M){T.Ja(t,T.ya(t,e.options.he),function(t,o,u){t.Cc(s),t.Ab(n),u="groups"===e.options.ge?u:o,o=r.D.m(t).fb(u*v*l).ia({duration:v*c,G:{ua:{end:1,P:d.pa(i.lj)}},ca:function(){this.I=!0,e.c.p("foamtree:dirty",0<v)}}).xa(),u=r.D.m(t).fb(a?v*(h+u*f):0).ia({duration:a?v*p:0,G:{Hb:{end:1,P:d.Jb}},ca:function(){this.I=!0,e.c.p("foamtree:dirty",0<v)}}).xa(),t=r.D.m(t).Za([o,u]).oe().jb(function(){this.Nd(),this.nc(),this.fd(s),this.ed(n)}).xa(),y.push(t)}),o.d();var x=new u;return r.D.m({}).Za(y).call(function(){o.k(),x.J()}).start(),x.L()}return(new u).J().L()}var n,r,i=[],o=new c(p.ta);e.c.j("stage:initialized",function(){}),e.c.j("stage:resized",function(){}),e.c.j("stage:newLayer",function(e,t){i.push(t)}),e.c.j("model:loaded",function(e){n=e,o.clear()}),e.c.j("zoom:initialized",function(){}),e.c.j("timeline:initialized",function(e){r=e});var a=!1;e.c.j("render:renderers:resolved",function(e){a=e.labelPlainFill||!1});var s=new function(){var e=0,t=0,n=0,r=0,i=0,o=0;this.hb=function(a,s,u,l,c){t=1-(e=1+s),n=u,r=l,i=c,o=a},this.rf=function(o,a){return a.scale=e+t*o.ua,0!==i||0!==n||0!==r},this.Tb=function(a,s){var u=e+t*a.ua,l=a.parent,c=o*a.x+(1-o)*l.x,h=o*a.y+(1-o)*l.y;s.translate(c,h),s.scale(u,u),u=1-a.ua,s.rotate(i*Math.PI*u),s.translate(-c,-h),s.translate(l.q.f*n*u,l.q.i*r*u)},this.Vb=function(i,a,s){var u=e+t*i.ua,l=o*i.x+(1-o)*i.parent.x,c=o*i.y+(1-o)*i.parent.y,h=1-i.ua;i=i.parent,s.x=(a.x-l)/u+l-i.q.f*n*h,s.y=(a.y-c)/u+c-i.q.i*r*h},this.Ub=function(i,a,s){var u=e+t*i.ua,l=o*i.x+(1-o)*i.parent.x,c=o*i.y+(1-o)*i.parent.y,h=1-i.ua;i=i.parent,s.x=(a.x-l)*u+l-i.q.f*n*h,s.y=(a.y-c)*u+c-i.q.i*r*h}};this.H=function(){},this.k=function(){function t(e,t){var n=Math.min(1,Math.max(0,e.ua));t.opacity=n,t.va=1,t.wa=n,t.Ka=n,t.fa=e.Hb}function i(e,t){var n=Math.min(1,Math.max(0,e.Zd));t.opacity=n,t.Ka=n,t.va=1,t.wa=1,t.fa=e.Hb}var u=e.options,l=u.Yd,c=u.Ii,h=u.Ji,f=u.Ki,p=u.Ei,g=u.Fi,b=u.Gi,v=u.Ai,y=u.Bi,x=u.Ci,w=p+g+b+v+y+x+c+h+f,C=0<w?l/w:0,S=[];return o.A()?s.hb(u.Oi,u.Mi,u.Pi,u.Qi,u.Li):s.hb(u.hg,u.gg,u.ig,u.jg,u.fg),T.Ja(n,T.ya(n,e.options.Ni),function(n,o,l){var w="groups"===e.options.Hi?l:o;S.push(r.D.m(n).call(function(){this.Ab(t)}).fb(a?C*(p+w*g):0).ia({duration:a?C*b:0,G:{Hb:{end:0,P:d.Jb}},ca:function(){this.I=!0,e.c.p("foamtree:dirty",!0)}}).xa()),m.F(n,function(t){S.push(r.D.m(t).call(function(){this.Cc(s),this.Ab(i)}).fb(C*(v+y*w)).ia({duration:C*x,G:{Zd:{end:0,P:d.Jb}},ca:function(){this.I=!0,e.c.p("foamtree:dirty",!0)}}).jb(function(){this.selected=!1,this.fd(s)}).xa())}),S.push(r.D.m(n).call(function(){this.Cc(s)}).fb(C*(c+h*w)).ia({duration:C*f,G:{ua:{end:0,P:d.pa(u.Di)}},ca:function(){this.I=!0,e.c.p("foamtree:dirty",!0)}}).jb(function(){this.selected=!1,this.fd(s)}).xa())}),r.D.m({}).Za(S).bb()},this.d=function(e){return t(e)}}(z),$=new function(e){function t(e,t){var n,r=[];if(m.F(a,function(t){if(t.e){var n=p.Q(e,t.id);t.open!==n&&(n||t.U||m.F(t,function(e){if(e.U)return r.push(t),!1}))}}),0===r.length)return(new u).J().L();for(n=r.length-1;0<=n;n--)r[n].open=!1;var i=o.fc({e:r,Ia:!0,Ha:!0},t,!0,!0);for(n=r.length-1;0<=n;n--)r[n].open=!0;return i}function n(t,n,o){function l(t,n){t.Ab(c);var o=i.D.m(t).ia({duration:e.options.cd,G:{Lb:{end:n?1:0,P:d.ze}},ca:function(){this.I=!0,e.c.p("foamtree:dirty",!0)}}).call(function(){this.open=n,t.gb=!1}).jb(function(){this.nc(),this.ed(c),delete r[this.id]}).xa();return r[t.id]=o}function c(e,t){t.opacity=1-e.Lb,t.va=1,t.wa=1,t.fa=1,t.Ka=1}var h=[],f=[];return m.F(a,function(e){if(e.M&&e.X){var n=p.Q(t,e.id),i=r[e.id];if(i&&i.Gb())i.stop();else if(e.open===n)return;e.gb=n,n||(e.open=n,e.Td=!1),f.push(e),h.push(l(e,n))}}),0<h.length?(e.c.p("openclose:changing"),i.D.m({}).Za(h).bb().N(function(){s.ud(n,f,"open",function(e){return e.open},{indirect:o},e.options.Mf,e.options.Lf)})):(new u).J().L()}var r,i,o,a,s;e.c.j("api:initialized",function(e){s=e}),e.c.j("model:loaded",function(e){a=e,r={}}),e.c.j("timeline:initialized",function(e){i=e}),e.c.j("expose:initialized",function(e){o=e}),this.H=function(){e.c.p("openclose:initialized",this)},this.Kb=function(r,i,o){if("flattened"==e.options.Ua)return(new u).J().L();r=j(a,r,function(e){return e.open||e.gb});for(var s=new u,l=0;l<r.length;l++)r[l].gb=!0;0<r.length&&e.c.p("foamtree:attachChildren",r);var c=r.reduce(function(e,t){return e[t.id]=!0,e},{});return t(c,i).N(function(){n(c,i,o).N(s.J)}),s.L()}}(z),K=new function(e){function t(t,i){var o,a=j(n,t,function(e){return e.selected});for(m.F(n,function(e){!0===e.selected&&(e.selected=!e.selected,e.I=!e.I,e.ab=!e.ab)}),o=a.length-1;0<=o;o--){var s=a[o];s.selected=!s.selected,s.I=!s.I,s.ab=!s.ab}var u=[];m.F(n,function(e){e.I&&u.push(e)}),0<u.length&&e.c.p("foamtree:dirty",!1),r.ud(i,u,"selected",function(e){return e.selected},{},e.options.Of,e.options.Nf)}var n,r;e.c.j("api:initialized",function(e){r=e}),e.c.j("model:loaded",function(e){n=e}),this.H=function(){e.c.p("select:initialized",this)},this.select=function(e,n){return t(e,n)}}(z);z.c.j("stage:initialized",function(e,t,n,r){te.ff(n,r)}),z.c.j("stage:resized",function(e,t,n,r){te.ij(e,t,n,r)}),z.c.j("foamtree:attachChildren",g),z.c.j("openclose:changing",f),z.c.j("interaction:reset",function(){ae(!0)}),z.c.j("foamtree:dirty",h),this.H=function(){z.c.p("timeline:initialized",A),C=R.H(),P.H(r),B.H(),V.H(),H.H(),W.H(),q.H(),N.H(),$.H(),K.H()},this.lb=function(){A.d(),ie.stop(),O.k(),P.lb()};var Y="groupLabelFontFamily groupLabelFontStyle groupLabelFontVariant groupLabelFontWeight groupLabelLineHeight groupLabelHorizontalPadding groupLabelVerticalPadding groupLabelDottingThreshold groupLabelMaxTotalHeight groupLabelMinFontSize groupLabelMaxFontSize groupLabelDecorator".split(" "),Z="rainbowColorDistribution rainbowLightnessDistribution rainbowColorDistributionAngle rainbowLightnessDistributionAngle rainbowColorModelStartPoint rainbowLightnessCorrection rainbowSaturationCorrection rainbowStartColor rainbowEndColor rainbowHueShift rainbowHueShiftCenter rainbowSaturationShift rainbowSaturationShiftCenter rainbowLightnessShift rainbowLightnessShiftCenter attributionTheme".split(" "),J=!1,Q=["groupBorderRadius","groupBorderRadiusCorrection","groupBorderWidth","groupInsetWidth","groupBorderWidthScaling"],X=["maxGroupLevelsDrawn","maxGroupLabelLevelsDrawn"];this.Xb=function(e){z.c.p("options:changed",e),p.ob(e,Y)&&m.F(C,function(e){e.Sa=!0}),p.ob(e,Z)&&(C.Ma=!0),p.ob(e,Q)&&(J=!0),p.ob(e,X)&&(f(),g())},this.reload=function(){ne.reload()},this.yc=function(e,t){p.defer(function(){if(J)te.mi(e),J=!1;else{if(t)for(var n=R.k(t),r=n.length-1;0<=r;r--)n[r].I=!0;else C.I=!0;h(e)}})},this.Y=function(){P.k()},this.update=function(){R.update(),te.Cj()},this.reset=function(){return ae(!1)},this.S=V.d,this.Ja=function(){var e={};return function(t,n){var r=R.d(t);return r?B.od(e,r,n):null}}(),this.Ba=function(){var e={x:0,y:0},t={x:0,y:0};return function(n,r){var i=R.d(n);return i?(e.x=r.x,e.y=r.y,i.Ub(e,e),N.nd(e,e),t.x=e.x,t.y=e.y,t):null}}(),this.ya=function(){var e={};return function(t){return(t=R.d(t))?B.qd(e,t):null}}(),this.Wb=function(){var e={};return function(t){return(t=R.d(t))?B.pd(e,t):null}}(),this.za=function(){var e={};return function(){return N.d(e)}}(),this.zc=function(){this.A({groups:a(function(e){return e.group.selected}),newState:!0,keepPrevious:!1}),this.k({groups:a(function(e){return e.group.open}),newState:!0,keepPrevious:!1}),this.d({groups:a(function(e){return e.group.exposed}),newState:!0,keepPrevious:!1})},this.Pa=function(){return a(function(e){return e.U})},this.d=function(e){return ne.submit(function(){return W.fc(R.A(e,"exposed",!1),!1,!0,!1)})},this.cb=function(){return a(function(e){return e.open})},this.k=function(e){return ne.submit(function(){return $.Kb(R.A(e,"open",!0),!1,!1)})},this.Va=function(){return a(function(e){return e.selected})},this.A=function(e){return ne.submit(function(){return K.select(R.A(e,"selected",!0),!1),(new u).J().L()})},this.Bc=function(e){return(e=R.d(e))?e===C?N.reset(i.wc,d.pa(i.xc)):N.k(e,i.Qc,i.wc,d.pa(i.xc)):(new u).J().L()},this.Aa=function(e,t){var n=R.k(e);if(n){var r=g(n,t);return f(n),r}return 0},this.hb=function(e){return H.hb[e]},this.Ac=function(){var t=e;return{frames:t.frames,totalTime:t.totalTime,lastFrameTime:t.Jd,lastInterFrameTime:t.Kd,fps:t.Oe}};var ee,te=function(){function e(e,o){var a=e||n,s=o||r;n=a,r=s;var u=i.bc&&i.bc.boundary;u&&2<u.length?C.o=u.map(function(e){return{x:a*e.x,y:s*e.y}}):C.o=[{x:0,y:0},{x:a,y:0},{x:a,y:s},{x:0,y:s}],t()}function t(){C.Z=!0,C.u=C.o,C.q=x.q(C.o,C.q),C.K=C,x.re(C.o,C.K)}var n,r;return{ff:e,ij:function(t,n,r,i){oe.stop();var o=r/t,a=i/n;m.He(C,function(e){e.x=e.x*o+(Math.random()-.5)*r/1e3,e.y=e.y*a+(Math.random()-.5)*i/1e3}),e(r,i),C.La=!0,U.step(oe.qb,!0,!1,function(e){var t=e.e;if(t){U.Nb(e);for(var n=t.length-1;0<=n;n--){var r=t[n];r.f=r.rc}e.La=!0}})?h(!1):(U.qc(C),z.options.de?(h(!1),ie.dg(),ie.gd()):(U.complete(oe.qb),C.Ma=!0,h(!1)))},mi:function(e){var n=!1;return C.empty()||(t(),ie.Gb()||(n=U.step(oe.qb,!1,!1),h(e))),n},Cj:function(){m.Fa(C,function(e){e.empty()||U.Nb(e)}),U.qc(C),z.options.de?(ie.dg(),m.Fa(C,function(e){e.empty()||oe.df(e)})):(m.Fa(C,function(e){e.empty()||oe.qb(C)}),U.complete(oe.qb),C.Ma=!0,h(!1))}}}(),ne=function(){function e(){var e;0===i.Yd&&N.reset(0),z.options.Uf(i.bc),te.ff(),R.Y(i.bc),b(),f(),z.c.p("model:loaded",C,m.Mc(C)),C.empty()||(C.open=!0,C.Qa=!0,i.de?e=ie.gd():(ie.xi(),e=n()),function(){var e=i.Wa,t=i.cd;i.Wa=0,i.cd=0,S.zc(),i.Wa=e,i.cd=t}(),0<i.fe?(V.clear(),P.d(1)):e=l([e,t(1)])),z.options.Tf(i.bc),e&&(z.options.Xf(),e.N(function(){V.k(function(){O.d(z.options.Wf)})}))}function t(e,t){return 0===i.Ke||t?(P.d(e),(new u).J().L()):A.D.m({opacity:P.d()}).oe(2).ia({duration:i.Ke,G:{opacity:{end:e,P:d.pa(i.fh)}},ca:function(){P.d(this.opacity)}}).bb()}function n(){m.Fa(C,function(e){e.Ca=!1});var e=new u,t=new c(e.J);return t.d(),C.Ca=!0,q.d(C).N(t.k),s(C,function e(){this.M&&this.o&&(this.Z=this.Ca=!0,t.d(),q.d(this).N(t.k),t.d(),s(this,e).N(t.k))}),e.L()}function r(){for(var e=0;e<a.length;e++){var t=a[e],n=t.action();p.Q(n,"then")?n.N(t.Ae.J):t.Ae.J()}a=[]}var o=!1,a=[];return{reload:function(){o||(C.empty()?e():(oe.stop(),A.d(),ie.stop(),o=!0,l(0<i.Yd?[q.k(),ae(!1)]:[t(0)]).N(function(){t(0,!0),o=!1,e(),p.defer(r)})))},submit:function(e){if(o){var t=new u;return a.push({action:e,Ae:t}),t.L()}return e()}}}(),re=new c(function(){ee.J()}),ie=function(){function e(){return o||(re.A()&&(ee=new u),re.d(),t(),o=!0,O.repeat(n)),ee.L()}function t(){r=I.now()}function n(){var t=I.now()-r>i.hj;t=U.step(function(t){t.Ca=!0,oe.df(t),re.d(),q.d(t).N(re.k),re.d(),s(t,function(){this.Qa=!0,e()}).N(re.k)},!0,t)||t;return h(!0),t&&(o=!1,re.k()),t}var r,o=!1;return{xi:function(){U.complete(oe.qb)},gd:e,dg:t,Gb:function(){return!re.A()},stop:function(){O.cancel(n),o=!1,re.clear()}}}(),oe=function(){function e(e){var t=!e.empty();if(e.Ca=!0,t){for(var n=e.e,r=n.length-1;0<=r;r--){var i=n[r];i.f=i.rc}e.La=!0}return t}var t=[];return{df:function(n){var r=z.options,i=r.zh;0<i?T.Ja(n,T.ya(n,z.options.he),function(e,n,o){n="groups"===z.options.ge?o:n,re.d(),t.push(A.D.m(e).fb(n*r.yh*i).ia({duration:i,G:{f:{start:e.qg,end:e.rc,P:d.pa(r.Ah)}},ca:function(){this.f=Math.max(0,this.f),this.parent.La=!0,ie.gd()}}).jb(re.k).start())}):e(n)&&ie.gd()},qb:e,stop:function(){for(var e=t.length-1;0<=e;e--)t[e].stop();t=[]}}}(),ae=function(){var e=!1;return function(t){if(e)return(new u).J().L();e=!0;var n=[];n.push(N.reset(i.wc,d.pa(i.xc)));var r=new u;return W.fc({e:[],Ia:!1,Ha:!1},t,!1,!0).N(function(){$.Kb({e:[],Ia:!1,Ha:!1},t,!1).N(r.J)}),n.push(r.L()),l(n).N(function(){e=!1,t&&i.Yf()})}}(),se=!1}function U(){return{version:"3.4.5",build:"4fa198d722d767b68d0409e88290ea6de98d1eaa/4fa198d7",brandingAllowed:!1}}N.yc={width:498,height:592},t.Dd(function(){window.CarrotSearchFoamTree=function(e){function t(e){function t(e,t){return p.Q(n,e)?(t(n[e]),delete n[e],1):0}var n;if(0===arguments.length)return 0;1===arguments.length?n=p.extend({},arguments[0]):2===arguments.length&&((n={})[arguments[0]]=arguments[1]),a&&a.validate(n,l.ni);var i=0;c&&(i+=t("selection",c.A),i+=t("open",c.k),i+=t("exposure",c.d));var o={};return p.Ga(n,function(e,t){(u[t]!==e||p.jc(e))&&(o[t]=e,i++),u[t]=e}),0<i&&r(o),i}function n(e,t){var n="on"+e.charAt(0).toUpperCase()+e.slice(1),i=u[n];u[n]=t(Array.isArray(i)?i:[i]),(i={})[n]=u[n],r(i)}function r(e){!function(){function t(t,n){return p.Q(e,t)||void 0===n?b.m(u[t],o):n}l.ni=u.logging,l.bc=u.dataObject,l.n=u.pixelRatio,l.yb=u.wireframePixelRatio,l.Ua=u.stacking,l.dc=u.descriptionGroupType,l.Ic=u.descriptionGroupPosition,l.bh=u.descriptionGroupDistanceFromCenter,l.cc=u.descriptionGroupSize,l.Ce=u.descriptionGroupMinHeight,l.Be=u.descriptionGroupMaxHeight,l.De=u.descriptionGroupPolygonDrawn,l.Wc=u.layout,l.lc=u.layoutByWeightOrder,l.uj=u.showZeroWeightGroups,l.Ve=u.groupMinDiameter,l.ce=u.rectangleAspectRatioPreference,l.gj=u.initializer||u.relaxationInitializer,l.hj=u.relaxationMaxDuration,l.de=u.relaxationVisible,l.bg=u.relaxationQualityThreshold,l.Rh=u.groupResizingBudget,l.zh=u.groupGrowingDuration,l.yh=u.groupGrowingDrag,l.Ah=u.groupGrowingEasing,l.jh=u.groupBorderRadius,l.mb=u.groupBorderWidth,l.Ra=u.groupBorderWidthScaling,l.Ad=u.groupInsetWidth,l.kh=u.groupBorderRadiusCorrection,l.nb=u.groupStrokeWidth,l.Rc=u.groupSelectionOutlineWidth,l.Vh=u.groupSelectionOutlineColor,l.Bd=u.groupSelectionOutlineShadowSize,l.We=u.groupSelectionOutlineShadowColor,l.Sh=u.groupSelectionFillHueShift,l.Uh=u.groupSelectionFillSaturationShift,l.Th=u.groupSelectionFillLightnessShift,l.Ye=u.groupSelectionStrokeHueShift,l.$e=u.groupSelectionStrokeSaturationShift,l.Ze=u.groupSelectionStrokeLightnessShift,l.xh=u.groupFillType,l.th=u.groupFillGradientRadius,l.qh=u.groupFillGradientCenterHueShift,l.sh=u.groupFillGradientCenterSaturationShift,l.rh=u.groupFillGradientCenterLightnessShift,l.uh=u.groupFillGradientRimHueShift,l.wh=u.groupFillGradientRimSaturationShift,l.vh=u.groupFillGradientRimLightnessShift,l.Cd=u.groupStrokeType,l.nb=u.groupStrokeWidth,l.af=u.groupStrokePlainHueShift,l.cf=u.groupStrokePlainSaturationShift,l.bf=u.groupStrokePlainLightnessShift,l.$h=u.groupStrokeGradientRadius,l.Wh=u.groupStrokeGradientAngle,l.ai=u.groupStrokeGradientUpperHueShift,l.ci=u.groupStrokeGradientUpperSaturationShift,l.bi=u.groupStrokeGradientUpperLightnessShift,l.Xh=u.groupStrokeGradientLowerHueShift,l.Zh=u.groupStrokeGradientLowerSaturationShift,l.Yh=u.groupStrokeGradientLowerLightnessShift,l.Bh=u.groupHoverFillHueShift,l.Dh=u.groupHoverFillSaturationShift,l.Ch=u.groupHoverFillLightnessShift,l.Se=u.groupHoverStrokeHueShift,l.Ue=u.groupHoverStrokeSaturationShift,l.Te=u.groupHoverStrokeLightnessShift,l.Xa=u.groupExposureScale,l.ph=u.groupExposureShadowColor,l.Re=u.groupExposureShadowSize,l.Qc=u.groupExposureZoomMargin,l.ei=u.groupUnexposureLightnessShift,l.fi=u.groupUnexposureSaturationShift,l.di=u.groupUnexposureLabelColorThreshold,l.Wa=u.exposeDuration,l.gc=u.exposeEasing,l.cd=u.openCloseDuration,l.lh=b.m(u.groupColorDecorator,o),l.mh=u.groupColorDecorator!==p.ta,l.Gh=b.m(u.groupLabelDecorator,o),l.Hh=u.groupLabelDecorator!==p.ta,l.Mh=b.m(u.groupLabelLayoutDecorator,o),l.Nh=u.groupLabelLayoutDecorator!==p.ta,l.nh=b.m(u.groupContentDecorator,o),l.Pc=u.groupContentDecorator!==p.ta,l.oh=u.groupContentDecoratorTriggering,l.cj=u.rainbowStartColor,l.Wi=u.rainbowEndColor,l.Ui=u.rainbowColorDistribution,l.Vi=u.rainbowColorDistributionAngle,l.Zi=u.rainbowLightnessDistributionAngle,l.$i=u.rainbowLightnessShift,l.aj=u.rainbowLightnessShiftCenter,l.bj=u.rainbowSaturationCorrection,l.Yi=u.rainbowLightnessCorrection,l.Zf=u.parentFillOpacity,l.wi=u.parentStrokeOpacity,l.$f=u.parentLabelOpacity,l.ag=u.parentOpacityBalancing,l.Qh=u.groupLabelUpdateThreshold,l.Ih=u.groupLabelFontFamily,l.Jh=u.groupLabelFontStyle,l.Kh=u.groupLabelFontVariant,l.Lh=u.groupLabelFontWeight,l.Ph=u.groupLabelMinFontSize,l.Qj=u.groupLabelMaxFontSize,l.Pj=u.groupLabelLineHeight,l.Oj=u.groupLabelHorizontalPadding,l.Sj=u.groupLabelVerticalPadding,l.Rj=u.groupLabelMaxTotalHeight,l.Fh=u.groupLabelDarkColor,l.Oh=u.groupLabelLightColor,l.Eh=u.groupLabelColorThreshold,l.Ej=u.wireframeDrawMaxDuration,l.Fj=u.wireframeLabelDrawing,l.Dj=u.wireframeContentDecorationDrawing,l.yg=u.wireframeToFinalFadeDuration,l.Gj=u.wireframeToFinalFadeDelay,l.gh=u.finalCompleteDrawMaxDuration,l.hh=u.finalIncrementalDrawMaxDuration,l.Me=u.finalToWireframeFadeDuration,l.rd=u.androidStockBrowserWorkaround,l.ef=u.incrementalDraw,l.qi=u.maxGroups,l.pi=u.maxGroupLevelsAttached,l.sf=u.maxGroupLevelsDrawn,l.oi=u.maxGroupLabelLevelsDrawn,l.he=u.rolloutStartPoint,l.ge=u.rolloutMethod,l.lj=u.rolloutEasing,l.fe=u.rolloutDuration,l.gg=u.rolloutScalingStrength,l.ig=u.rolloutTranslationXStrength,l.jg=u.rolloutTranslationYStrength,l.fg=u.rolloutRotationStrength,l.hg=u.rolloutTransformationCenter,l.pj=u.rolloutPolygonDrag,l.qj=u.rolloutPolygonDuration,l.mj=u.rolloutLabelDelay,l.nj=u.rolloutLabelDrag,l.oj=u.rolloutLabelDuration,l.kj=u.rolloutChildGroupsDrag,l.jj=u.rolloutChildGroupsDelay,l.Ni=u.pullbackStartPoint,l.Hi=u.pullbackMethod,l.Di=u.pullbackEasing,l.Vj=u.pullbackType,l.Yd=u.pullbackDuration,l.Mi=u.pullbackScalingStrength,l.Pi=u.pullbackTranslationXStrength,l.Qi=u.pullbackTranslationYStrength,l.Li=u.pullbackRotationStrength,l.Oi=u.pullbackTransformationCenter,l.Ii=u.pullbackPolygonDelay,l.Ji=u.pullbackPolygonDrag,l.Ki=u.pullbackPolygonDuration,l.Ei=u.pullbackLabelDelay,l.Fi=u.pullbackLabelDrag,l.Gi=u.pullbackLabelDuration,l.Ai=u.pullbackChildGroupsDelay,l.Bi=u.pullbackChildGroupsDrag,l.Ci=u.pullbackChildGroupsDuration,l.Ke=u.fadeDuration,l.fh=u.fadeEasing,l.Hj=u.zoomMouseWheelFactor,l.wc=u.zoomMouseWheelDuration,l.xc=u.zoomMouseWheelEasing,l.ri=u.maxLabelSizeForTitleBar,l.xj=u.titleBarFontFamily,l.tg=u.titleBarBackgroundColor,l.ug=u.titleBarTextColor,l.yj=u.titleBarMinFontSize,l.ne=u.titleBarMaxFontSize,l.zj=u.titleBarTextPaddingLeftRight,l.Aj=u.titleBarTextPaddingTopBottom,l.wj=u.titleBarDecorator,l.Lj=u.attributionText,l.Ij=u.attributionLogo,l.Kj=u.attributionLogoScale,l.Mj=u.attributionUrl,l.ve=u.attributionPosition,l.Sg=u.attributionDistanceFromCenter,l.Ug=u.attributionWeight,l.Tg=u.attributionTheme,l.gf=u.interactionHandler,l.Uf=t("onModelChanging",l.Uf),l.Tf=t("onModelChanged",l.Tf),l.Vf=t("onRedraw",l.Vf),l.Xf=t("onRolloutStart",l.Xf),l.Wf=t("onRolloutComplete",l.Wf),l.Sd=t("onRelaxationStep",l.Sd),l.Yf=t("onViewReset",l.Yf),l.Mf=t("onGroupOpenOrCloseChanging",l.Mf),l.Lf=t("onGroupOpenOrCloseChanged",l.Lf),l.Ef=t("onGroupExposureChanging",l.Ef),l.Df=t("onGroupExposureChanged",l.Df),l.Of=t("onGroupSelectionChanging",l.Of),l.Nf=t("onGroupSelectionChanged",l.Nf),l.Gf=t("onGroupHover",l.Gf),l.If=t("onGroupMouseMove",l.If),l.yf=t("onGroupClick",l.yf),l.zf=t("onGroupDoubleClick",l.zf),l.Ff=t("onGroupHold",l.Ff),l.Kf=t("onGroupMouseWheel",l.Kf),l.Jf=t("onGroupMouseUp",l.Jf),l.Hf=t("onGroupMouseDown",l.Hf),l.Cf=t("onGroupDragStart",l.Cf),l.Af=t("onGroupDrag",l.Af),l.Bf=t("onGroupDragEnd",l.Bf),l.Rf=t("onGroupTransformStart",l.Rf),l.Pf=t("onGroupTransform",l.Pf),l.Qf=t("onGroupTransformEnd",l.Qf),l.Sf=t("onKeyUp",l.Sf)}(),l.dj=s.Ba(l.cj),l.Xi=s.Ba(l.Wi),l.Xe=s.Ba(l.We),l.Jj=null,c&&(c.Xb(e),p.Q(e,"dataObject")&&c.reload())}function i(e){return function(){return e.apply(this,arguments).ih(o)}}var o=this,a=window.CarrotSearchFoamTree.asserts,u=p.extend({},window.CarrotSearchFoamTree.defaults),l={};t(e),(e=u.element||document.getElementById(u.id))||k.Pa("Element to embed FoamTree in not found."),u.element=e;var c=new R(e,l,u);c.H();var h={get:function(e){return 0===arguments.length?p.extend({},u):function(e,t){if(!a||a.exists(e))switch(e){case"selection":return c.Va();case"open":return c.cb();case"exposure":return c.Pa();case"state":return c.ya.apply(this,t);case"geometry":return c.Ja.apply(this,t);case"hierarchy":return c.Wb.apply(this,t);case"containerCoordinates":return c.Ba.apply(this,t);case"imageData":return c.S.apply(this,t);case"viewport":return c.za();case"times":return c.Ac();case"onModelChanged":case"onRedraw":case"onRolloutStart":case"onRolloutComplete":case"onRelaxationStep":case"onGroupHover":case"onGroupOpenOrCloseChanging":case"onGroupExposureChanging":case"onGroupSelectionChanging":case"onGroupSelectionChanged":case"onGroupClick":case"onGroupDoubleClick":case"onGroupHold":var n=u[e];return Array.isArray(n)?n:[n];default:return u[e]}}(arguments[0],Array.prototype.slice.call(arguments,1))},set:t,on:function(e,t){n(e,function(e){return e.push(t),e})},off:function(e,t){n(e,function(e){return e.filter(function(e){return e!==t})})},resize:c.Y,redraw:c.yc,update:c.update,attach:c.Aa,select:i(c.A),expose:i(c.d),open:i(c.k),reset:i(c.reset),zoom:i(c.Bc),trigger:function(e,t){var n=c.hb(e);n&&n(t)},dispose:function(){function e(){throw"FoamTree instance disposed"}c.lb(),p.Ga(h,function(t,n){"dispose"!==n&&(o[n]=e)})}};p.Ga(h,function(e,t){o[t]=e}),c.reload()},window["CarrotSearchFoamTree.asserts"]&&(window.CarrotSearchFoamTree.asserts=window["CarrotSearchFoamTree.asserts"],delete window["CarrotSearchFoamTree.asserts"]),window.CarrotSearchFoamTree.supported=!0,window.CarrotSearchFoamTree.version=U,window.CarrotSearchFoamTree.defaults=Object.freeze({id:void 0,element:void 0,logging:!1,dataObject:void 0,pixelRatio:1,wireframePixelRatio:1,layout:"relaxed",layoutByWeightOrder:!0,showZeroWeightGroups:!0,groupMinDiameter:10,rectangleAspectRatioPreference:-1,relaxationInitializer:"fisheye",relaxationMaxDuration:3e3,relaxationVisible:!1,relaxationQualityThreshold:1,stacking:"hierarchical",descriptionGroupType:"stab",descriptionGroupPosition:225,descriptionGroupDistanceFromCenter:1,descriptionGroupSize:.125,descriptionGroupMinHeight:35,descriptionGroupMaxHeight:.5,descriptionGroupPolygonDrawn:!1,maxGroups:5e4,maxGroupLevelsAttached:4,maxGroupLevelsDrawn:4,maxGroupLabelLevelsDrawn:3,groupGrowingDuration:0,groupGrowingEasing:"bounce",groupGrowingDrag:0,groupResizingBudget:2,groupBorderRadius:.15,groupBorderWidth:4,groupBorderWidthScaling:.6,groupInsetWidth:6,groupBorderRadiusCorrection:1,groupSelectionOutlineWidth:5,groupSelectionOutlineColor:"#222",groupSelectionOutlineShadowSize:0,groupSelectionOutlineShadowColor:"#fff",groupSelectionFillHueShift:0,groupSelectionFillSaturationShift:0,groupSelectionFillLightnessShift:0,groupSelectionStrokeHueShift:0,groupSelectionStrokeSaturationShift:0,groupSelectionStrokeLightnessShift:-10,groupFillType:"gradient",groupFillGradientRadius:1,groupFillGradientCenterHueShift:0,groupFillGradientCenterSaturationShift:0,groupFillGradientCenterLightnessShift:20,groupFillGradientRimHueShift:0,groupFillGradientRimSaturationShift:0,groupFillGradientRimLightnessShift:-5,groupStrokeType:"plain",groupStrokeWidth:1.5,groupStrokePlainHueShift:0,groupStrokePlainSaturationShift:0,groupStrokePlainLightnessShift:-10,groupStrokeGradientRadius:1,groupStrokeGradientAngle:45,groupStrokeGradientUpperHueShift:0,groupStrokeGradientUpperSaturationShift:0,groupStrokeGradientUpperLightnessShift:20,groupStrokeGradientLowerHueShift:0,groupStrokeGradientLowerSaturationShift:0,groupStrokeGradientLowerLightnessShift:-20,groupHoverFillHueShift:0,groupHoverFillSaturationShift:0,groupHoverFillLightnessShift:20,groupHoverStrokeHueShift:0,groupHoverStrokeSaturationShift:0,groupHoverStrokeLightnessShift:-10,groupExposureScale:1.15,groupExposureShadowColor:"rgba(0, 0, 0, 0.5)",groupExposureShadowSize:50,groupExposureZoomMargin:.1,groupUnexposureLightnessShift:65,groupUnexposureSaturationShift:-65,groupUnexposureLabelColorThreshold:.35,exposeDuration:700,exposeEasing:"squareInOut",groupColorDecorator:p.ta,groupLabelDecorator:p.ta,groupLabelLayoutDecorator:p.ta,groupContentDecorator:p.ta,groupContentDecoratorTriggering:"onLayoutDirty",openCloseDuration:500,rainbowColorDistribution:"radial",rainbowColorDistributionAngle:-45,rainbowLightnessDistributionAngle:45,rainbowSaturationCorrection:.1,rainbowLightnessCorrection:.4,rainbowStartColor:"hsla(0, 100%, 55%, 1)",rainbowEndColor:"hsla(359, 100%, 55%, 1)",rainbowLightnessShift:30,rainbowLightnessShiftCenter:.4,parentFillOpacity:.7,parentStrokeOpacity:1,parentLabelOpacity:1,parentOpacityBalancing:!0,wireframeDrawMaxDuration:15,wireframeLabelDrawing:"auto",wireframeContentDecorationDrawing:"auto",wireframeToFinalFadeDuration:500,wireframeToFinalFadeDelay:300,finalCompleteDrawMaxDuration:80,finalIncrementalDrawMaxDuration:100,finalToWireframeFadeDuration:200,androidStockBrowserWorkaround:t.hf(),incrementalDraw:"fast",groupLabelFontFamily:"sans-serif",groupLabelFontStyle:"normal",groupLabelFontWeight:"normal",groupLabelFontVariant:"normal",groupLabelLineHeight:1.05,groupLabelHorizontalPadding:1,groupLabelVerticalPadding:1,groupLabelMinFontSize:6,groupLabelMaxFontSize:160,groupLabelMaxTotalHeight:.9,groupLabelUpdateThreshold:.05,groupLabelDarkColor:"#000",groupLabelLightColor:"#fff",groupLabelColorThreshold:.35,rolloutStartPoint:"center",rolloutEasing:"squareOut",rolloutMethod:"groups",rolloutDuration:2e3,rolloutScalingStrength:-.7,rolloutTranslationXStrength:0,rolloutTranslationYStrength:0,rolloutRotationStrength:-.7,rolloutTransformationCenter:.7,rolloutPolygonDrag:.1,rolloutPolygonDuration:.5,rolloutLabelDelay:.8,rolloutLabelDrag:.1,rolloutLabelDuration:.5,rolloutChildGroupsDrag:.1,rolloutChildGroupsDelay:.2,pullbackStartPoint:"center",pullbackEasing:"squareIn",pullbackMethod:"groups",pullbackDuration:1500,pullbackScalingStrength:-.7,pullbackTranslationXStrength:0,pullbackTranslationYStrength:0,pullbackRotationStrength:-.7,pullbackTransformationCenter:.7,pullbackPolygonDelay:.3,pullbackPolygonDrag:.1,pullbackPolygonDuration:.8,pullbackLabelDelay:0,pullbackLabelDrag:.1,pullbackLabelDuration:.3,pullbackChildGroupsDelay:.1,pullbackChildGroupsDrag:.1,pullbackChildGroupsDuration:.3,fadeDuration:700,fadeEasing:"cubicInOut",zoomMouseWheelFactor:1.5,zoomMouseWheelDuration:500,zoomMouseWheelEasing:"squareOut",maxLabelSizeForTitleBar:8,titleBarFontFamily:null,titleBarFontStyle:"normal",titleBarFontWeight:"normal",titleBarFontVariant:"normal",titleBarBackgroundColor:"rgba(0, 0, 0, 0.5)",titleBarTextColor:"rgba(255, 255, 255, 1)",titleBarMinFontSize:10,titleBarMaxFontSize:40,titleBarTextPaddingLeftRight:20,titleBarTextPaddingTopBottom:15,titleBarDecorator:p.ta,attributionText:null,attributionLogo:null,attributionLogoScale:.5,attributionUrl:"http://carrotsearch.com/foamtree",attributionPosition:"bottom-right",attributionDistanceFromCenter:1,attributionWeight:.025,attributionTheme:"light",interactionHandler:t.ii()?"hammerjs":"builtin",onModelChanging:[],onModelChanged:[],onRedraw:[],onRolloutStart:[],onRolloutComplete:[],onRelaxationStep:[],onViewReset:[],onGroupOpenOrCloseChanging:[],onGroupOpenOrCloseChanged:[],onGroupExposureChanging:[],onGroupExposureChanged:[],onGroupSelectionChanging:[],onGroupSelectionChanged:[],onGroupHover:[],onGroupMouseMove:[],onGroupClick:[],onGroupDoubleClick:[],onGroupHold:[],onGroupMouseWheel:[],onGroupMouseUp:[],onGroupMouseDown:[],onGroupDragStart:[],onGroupDrag:[],onGroupDragEnd:[],onGroupTransformStart:[],onGroupTransform:[],onGroupTransformEnd:[],onKeyUp:[],selection:null,open:null,exposure:null,imageData:null,hierarchy:null,geometry:null,containerCoordinates:null,state:null,viewport:null,times:null}),window.CarrotSearchFoamTree.geometry=Object.freeze({rectangleInPolygon:function(e,t,n,r,i,o,a){return i=p.B(i,1),o=p.B(o,.5),a=p.B(a,.5),{x:t-(e=x.se(e,{x:t,y:n},r,o,a)*i)*r*o,y:n-e*a,w:e*r,h:e}},circleInPolygon:function(e,t,n){return x.Eg(e,{x:t,y:n})},stabPolygon:function(e,t,n,r){return x.Wb(e,{x:t,y:n},r)},polygonCentroid:function(e){return{x:(e=x.k(e,{})).x,y:e.y,area:e.ja}},boundingBox:function(e){for(var t=e[0].x,n=e[0].y,r=e[0].x,i=e[0].y,o=1;o<e.length;o++){var a=e[o];a.x<t&&(t=a.x),a.y<n&&(n=a.y),a.x>r&&(r=a.x),a.y>i&&(i=a.y)}return{x:t,y:n,w:r-t,h:i-n}}})},function(){window.CarrotSearchFoamTree=function(){window.console.error("FoamTree is not supported on this browser.")},window.CarrotSearchFoamTree.Xj=!1})}(),e.exports=CarrotSearchFoamTree},function(e,t,n){var r=n(31);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(16),i=n(37),o=n(39),a="Expected a function",s=Math.max,u=Math.min;e.exports=function(e,t,n){var l,c,h,f,d,p,g=0,b=!1,v=!1,y=!0;if("function"!=typeof e)throw new TypeError(a);function m(t){var n=l,r=c;return l=c=void 0,g=t,f=e.apply(r,n)}function x(e){var n=e-p;return void 0===p||n>=t||n<0||v&&e-g>=h}function w(){var e=i();if(x(e))return C(e);d=setTimeout(w,function(e){var n=t-(e-p);return v?u(n,h-(e-g)):n}(e))}function C(e){return d=void 0,y&&l?m(e):(l=c=void 0,f)}function S(){var e=i(),n=x(e);if(l=arguments,c=this,p=e,n){if(void 0===d)return function(e){return g=e,d=setTimeout(w,t),b?m(e):f}(p);if(v)return d=setTimeout(w,t),m(p)}return void 0===d&&(d=setTimeout(w,t)),f}return t=o(t)||0,r(n)&&(b=!!n.leading,h=(v="maxWait"in n)?s(o(n.maxWait)||0,t):h,y="trailing"in n?!!n.trailing:y),S.cancel=function(){void 0!==d&&clearTimeout(d),g=0,l=p=c=d=void 0},S.flush=function(){return void 0===d?f:C(i())},S}},function(e,t,n){var r=n(45);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(46)("toUpperCase");e.exports=r},function(e,t,n){var r=n(14),i=/[\\^$.*+?()[\]{}|]/g,o=RegExp(i.source);e.exports=function(e){return(e=r(e))&&o.test(e)?e.replace(i,"\\$&"):e}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Tooltip__container{background:#fff;border:1px solid #aaa;border-radius:4px;font:var(--main-font);opacity:.7;padding:5px 10px;position:absolute;transition:opacity .2s ease,visibility .2s ease;visibility:visible;white-space:nowrap}.Tooltip__hidden{opacity:0;visibility:hidden}",""]),t.locals={container:"Tooltip__container",hidden:"Tooltip__hidden"}},function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var n=t.protocol+"//"+t.host,r=n+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(e,t){var i,o=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(o)?e:(i=0===o.indexOf("//")?o:0===o.indexOf("/")?n+o:r+o.replace(/^\.\//,""),"url("+JSON.stringify(i)+")")})}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Button__button{background:#fff;border:1px solid #aaa;border-radius:4px;cursor:pointer;display:inline-block;font:var(--main-font);outline:none;padding:5px 7px;transition:background .3s ease;white-space:nowrap}.Button__button:focus,.Button__button:hover{background:#ffefd7}.Button__button.Button__active{background:orange;color:#000}.Button__button[disabled]{cursor:default}",""]),t.locals={button:"Button__button",active:"Button__active"}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Switcher__container{font:var(--main-font);white-space:nowrap}.Switcher__label{font-size:11px;font-weight:700;margin-bottom:7px}.Switcher__item+.Switcher__item{margin-left:5px}",""]),t.locals={container:"Switcher__container",label:"Switcher__label",item:"Switcher__item"}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Sidebar__container{background:#fff;border:none;border-right:1px solid #aaa;box-sizing:border-box;max-width:calc(50% - 10px);opacity:.95;z-index:1}.Sidebar__container:not(.Sidebar__hidden){min-width:200px}.Sidebar__container:not(.Sidebar__pinned){bottom:0;position:absolute;top:0;transition:transform .2s ease}.Sidebar__container.Sidebar__pinned{position:relative}.Sidebar__container.Sidebar__left{left:0}.Sidebar__container.Sidebar__left.Sidebar__hidden{transform:translateX(calc(-100% + 7px))}.Sidebar__content{box-sizing:border-box;height:100%;overflow-y:auto;padding:25px 20px 20px;width:100%}.Sidebar__empty.Sidebar__pinned .Sidebar__content{padding:0}.Sidebar__pinButton,.Sidebar__toggleButton{cursor:pointer;height:26px;line-height:0;position:absolute;top:10px;width:27px}.Sidebar__pinButton{right:47px}.Sidebar__toggleButton{padding-left:6px;right:15px}.Sidebar__hidden .Sidebar__toggleButton{right:-35px;transition:transform .2s ease}.Sidebar__hidden .Sidebar__toggleButton:hover{transform:translateX(4px)}.Sidebar__resizer{bottom:0;cursor:col-resize;position:absolute;right:0;top:0;width:7px}",""]),t.locals={toggleTime:".2s",container:"Sidebar__container",hidden:"Sidebar__hidden",pinned:"Sidebar__pinned",left:"Sidebar__left",content:"Sidebar__content",empty:"Sidebar__empty",pinButton:"Sidebar__pinButton",toggleButton:"Sidebar__toggleButton",resizer:"Sidebar__resizer"}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Icon__icon{background:no-repeat 50%/contain;display:inline-block}",""]),t.locals={icon:"Icon__icon"}},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjgyMiAxMi44MTFhLjQ0NS40NDUgMCAwIDEtLjMyMi4xMzMuNDU2LjQ1NiAwIDAgMS0uMzIyLS43NzhMNS44NDQgNi41LjE3OC44MzNBLjQ1Ni40NTYgMCAwIDEgLjgyMi4xOWw1Ljk5IDUuOTg5YS40NTYuNDU2IDAgMCAxIDAgLjY0NGwtNS45OSA1Ljk5eiIvPjwvc3ZnPg=="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMDEyIDE3Ljk0OWwtMS40OTMtNi4zNzZhMTAuOTM1IDEwLjkzNSAwIDAgMCAyLjk4NS4wMDJMNi4wMTIgMTcuOTV6TTkuMjQ2IDEuODU3YzAgLjUyLS40MTUuOTg1LTEuMDcgMS4zMDhsLS4wMDEgMi42MTZjMS43MjUuNDEgMi45MjIgMS4yOTQgMi45MjIgMi4zMiAwIC40MTYtLjE5NS44MDktLjU0MiAxLjE1Ni0uNjQuNjM5LTEuNzk0IDEuMTI0LTMuMTg3IDEuMzE4LS4wMy4wMDUtLjA2Mi4wMDgtLjA5My4wMTJhOC45MTcgOC45MTcgMCAwIDEtLjcyNS4wNjVsLS4xMi4wMDdhMTAuMTU0IDEwLjE1NCAwIDAgMS0uODk1LS4wMDNjLS4wOTgtLjAwNS0uMTkzLS4wMTMtLjI4OC0uMDItLjA1My0uMDA0LS4xMDYtLjAwNy0uMTU4LS4wMTJhOS4yNDcgOS4yNDcgMCAwIDEtLjM3Mi0uMDQzbC0uMDQ1LS4wMDZDMi41MTQgMTAuMjc4LjkyNiA5LjI4NS45MjYgOC4xMDFjMC0uNDE1LjE5Ni0uODA3LjU0My0xLjE1NC41MTEtLjUxMiAxLjM1Mi0uOTI0IDIuMzgtMS4xNjhWMy4xNjVjLS42NTYtLjMyMy0xLjA3LS43ODktMS4wNy0xLjMwOUMyLjc3OC44ODIgNC4yMjUuMDkyIDYuMDExLjA5MnMzLjIzNC43OSAzLjIzNCAxLjc2NXoiLz48L3N2Zz4="},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Checkbox__label{display:inline-block}.Checkbox__checkbox,.Checkbox__label{cursor:pointer}.Checkbox__itemText{margin-left:3px;position:relative;top:-2px;vertical-align:middle}",""]),t.locals={label:"Checkbox__label",checkbox:"Checkbox__checkbox",itemText:"Checkbox__itemText"}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".CheckboxList__container{font:var(--main-font);white-space:nowrap}.CheckboxList__label{font-size:11px;font-weight:700;margin-bottom:7px}.CheckboxList__item+.CheckboxList__item{margin-top:1px}",""]),t.locals={container:"CheckboxList__container",label:"CheckboxList__label",item:"CheckboxList__item"}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".ModulesTreemap__container{align-items:stretch;display:flex;height:100%;position:relative;width:100%}.ModulesTreemap__map{flex:1}.ModulesTreemap__sidebarGroup{font:var(--main-font);margin-bottom:20px}.ModulesTreemap__showOption{margin-top:5px}.ModulesTreemap__activeSize{font-weight:700}.ModulesTreemap__foundModulesInfo{display:flex;font:var(--main-font);margin:8px 0 0}.ModulesTreemap__foundModulesInfoItem+.ModulesTreemap__foundModulesInfoItem{margin-left:15px}.ModulesTreemap__foundModulesContainer{margin-top:15px;max-height:600px;overflow:auto}.ModulesTreemap__foundModulesChunk+.ModulesTreemap__foundModulesChunk{margin-top:15px}.ModulesTreemap__foundModulesChunkName{cursor:pointer;font:var(--main-font);font-weight:700;margin-bottom:7px}.ModulesTreemap__foundModulesList{margin-left:7px}",""]),t.locals={container:"ModulesTreemap__container",map:"ModulesTreemap__map",sidebarGroup:"ModulesTreemap__sidebarGroup",showOption:"ModulesTreemap__showOption",activeSize:"ModulesTreemap__activeSize",foundModulesInfo:"ModulesTreemap__foundModulesInfo",foundModulesInfoItem:"ModulesTreemap__foundModulesInfoItem",foundModulesContainer:"ModulesTreemap__foundModulesContainer",foundModulesChunk:"ModulesTreemap__foundModulesChunk",foundModulesChunkName:"ModulesTreemap__foundModulesChunkName",foundModulesList:"ModulesTreemap__foundModulesList"}},function(e,t,n){var r=n(17);e.exports=function(){return r.Date.now()}},function(e,t){e.exports=!1},function(e,t,n){var r=n(16),i=n(18),o=NaN,a=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(i(e))return o;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=u.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):s.test(e)?o:+e}},function(e,t,n){var r=n(13),i=n(41),o=n(42),a="[object Null]",s="[object Undefined]",u=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?s:a:u&&u in Object(e)?i(e):o(e)}},function(e,t,n){var r=n(13),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".Search__container{font:var(--main-font);white-space:nowrap}.Search__label{font-weight:700;margin-bottom:7px}.Search__row{display:flex}.Search__input{border:1px solid #aaa;border-radius:4px;display:block;flex:1;padding:5px}.Search__clear{flex:0 0 auto;line-height:1;margin-left:3px;padding:5px 8px 7px}",""]),t.locals={container:"Search__container",label:"Search__label",row:"Search__row",input:"Search__input",clear:"Search__clear"}},function(e,t,n){(t=e.exports=n(2)(!1)).push([e.i,".ModulesList__container{font:var(--main-font)}",""]),t.locals={container:"ModulesList__container"}},function(e,t,n){var r=n(47),i=n(19),o=n(49),a=n(14);e.exports=function(e){return function(t){t=a(t);var n=i(t)?o(t):void 0,s=n?n[0]:t.charAt(0),u=n?r(n,1).join(""):t.slice(1);return s[e]()+u}}},function(e,t,n){var r=n(48);e.exports=function(e,t,n){var i=e.length;return n=void 0===n?i:n,!t&&n>=i?e:r(e,t,n)}},function(e,t){e.exports=function(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(i);++r<i;)o[r]=e[r+t];return o}},function(e,t,n){var r=n(50),i=n(19),o=n(51);e.exports=function(e){return i(e)?o(e):r(e)}},function(e,t){e.exports=function(e){return e.split("")}},function(e,t){var n="[\\ud800-\\udfff]",r="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",i="\\ud83c[\\udffb-\\udfff]",o="[^\\ud800-\\udfff]",a="(?:\\ud83c[\\udde6-\\uddff]){2}",s="[\\ud800-\\udbff][\\udc00-\\udfff]",u="(?:"+r+"|"+i+")"+"?",l="[\\ufe0e\\ufe0f]?"+u+("(?:\\u200d(?:"+[o,a,s].join("|")+")[\\ufe0e\\ufe0f]?"+u+")*"),c="(?:"+[o+r+"?",r,a,s,n].join("|")+")",h=RegExp(i+"(?="+i+")|"+c+l,"g");e.exports=function(e){return e.match(h)||[]}},function(e,t,n){var r=n(13),i=n(53),o=n(54),a=n(18),s=1/0,u=r?r.prototype:void 0,l=u?u.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return i(t,e)+"";if(a(t))return l?l.call(t):"";var n=t+"";return"0"==n&&1/t==-s?"-0":n}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){var r=n(56)({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});e.exports=r},function(e,t){e.exports=function(e){return function(t){return null==e?void 0:e[t]}}},function(e,t,n){var r=n(58);(t=e.exports=n(2)(!1)).push([e.i,".ModuleItem__container{background:no-repeat 0;cursor:pointer;margin-bottom:4px;padding-left:18px;position:relative;white-space:nowrap}.ModuleItem__container.ModuleItem__module{background-image:url("+r(n(59))+");background-position-x:1px}.ModuleItem__container.ModuleItem__folder{background-image:url("+r(n(60))+")}.ModuleItem__container.ModuleItem__chunk{background-image:url("+r(n(61))+")}.ModuleItem__container.ModuleItem__invisible:hover:before{background:url("+r(n(62))+') no-repeat 0;content:"";height:100%;left:0;position:absolute;top:1px;width:13px}',""]),t.locals={container:"ModuleItem__container",module:"ModuleItem__module",folder:"ModuleItem__folder",chunk:"ModuleItem__chunk",invisible:"ModuleItem__invisible"}},function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjI1IDBBMS42MyAxLjYzIDAgMCAwIDAgMS42MjV2OS43NUExLjYzIDEuNjMgMCAwIDAgMS42MjUgMTNoNy41ODNhMS42MyAxLjYzIDAgMCAwIDEuNjI1LTEuNjI1VjMuNTY3TDcuMjY2IDBIMS42MjV6bTAgMS4wODNINi41djMuMjVoMy4yNXY3LjA0MmEuNTM1LjUzNSAwIDAgMS0uNTQyLjU0MkgxLjYyNWEuNTM1LjUzNSAwIDAgMS0uNTQyLS41NDJ2LTkuNzVjMC0uMzA1LjIzNy0uNTQyLjU0Mi0uNTQyem01Ljk1OC43NjZMOC45ODQgMy4yNWgtMS40di0xLjR6TTMuMjUgNi41djEuMDgzaDQuMzMzVjYuNUgzLjI1em0wIDIuMTY3VjkuNzVINi41VjguNjY3SDMuMjV6IiBmaWxsLW9wYWNpdHk9Ii40MDMiLz48L3N2Zz4="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTExLjcgMS4zMzNINS44NUw0LjU1IDBIMS4zQy41ODUgMCAwIC42IDAgMS4zMzNWNGgxM1YyLjY2N2MwLS43MzMtLjU4NS0xLjMzNC0xLjMtMS4zMzR6IiBmaWxsPSIjRkZBMDAwIi8+PHBhdGggZD0iTTExLjcgMUgxLjNDLjU4NSAxIDAgMS41NzkgMCAyLjI4NnY2LjQyOEMwIDkuNDIxLjU4NSAxMCAxLjMgMTBoMTAuNGMuNzE1IDAgMS4zLS41NzkgMS4zLTEuMjg2VjIuMjg2QzEzIDEuNTc5IDEyLjQxNSAxIDExLjcgMXoiIGZpbGw9IiNGRkNBMjgiLz48L2c+PC9zdmc+"},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwdjExLjI1YzAgLjQxNC4zMzYuNzUuNzUuNzVoMTAuNWEuNzUuNzUgMCAwIDAgLjc1LS43NVYwSDB6IiBmaWxsPSIjRkM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNMCAwcy4xNTYgMyAxLjEyNSAzaDkuNzVDMTEuODQ1IDMgMTIgMCAxMiAwSDB6IiBmaWxsPSIjQ0NBMzUyIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNi43NSAxLjVoLS4zNzVMNiAyLjVsLS4zNzUtMUg1LjI1TDUuODEzIDMgNS4yNSA0LjVoLjM3NUw2IDMuNWwuMzc1IDFoLjM3NUw2LjE4NyAzeiIgZmlsbD0iIzk5N0EzRCIvPjxjaXJjbGUgY3g9Ii43NSIgY3k9Ii43NSIgcj0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4yNSAzLjc1KSIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PGNpcmNsZSBjeD0iLjc1IiBjeT0iLjc1IiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjI1IC43NSkiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjMyNy4wNjRMOC40MzMgMS45NTdhNi4wMjUgNi4wMjUgMCAwIDAtMS45NTItLjM0MkMyLjkxMiAxLjYxNS4wMTkgNS4xOTYuMDE5IDUuMTk2czEuMDk4IDEuMzU4IDIuNzc0IDIuNDAxTC45NiA5LjQzMWwuOTM2LjkzNkwxMS4yNjMgMWwtLjkzNi0uOTM2ek00LjA1IDYuMzRhMi42ODYgMi42ODYgMCAwIDEgMy41NzQtMy41NzRMNC4wNSA2LjM0em02LjQ0OC0zLjMzYTEyLjM0NCAxMi4zNDQgMCAwIDEgMi40NDQgMi4xODZzLTIuODkzIDMuNTgtNi40NjEgMy41OGMtLjUzIDAtMS4wNDQtLjA3OC0xLjUzNy0uMjEzbC43ODgtLjc4OEEyLjY4NCAyLjY4NCAwIDAgMCA5LjA2IDQuNDQ4bDEuNDM4LTEuNDM5eiIgZmlsbD0iIzIzMUYyMCIgZmlsbC1vcGFjaXR5PSIuNTk3Ii8+PC9zdmc+"},function(e,t,n){var r=n(64);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(3)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(2)(!1)).push([e.i,":root{--main-font:normal 11px Verdana}#app,body,html{height:100%;margin:0;overflow:hidden;padding:0;width:100%}body.resizing{user-select:none!important}body.resizing *{pointer-events:none}body.resizing.col{cursor:col-resize!important}",""])},function(e,t,n){"use strict";n.r(t);var r=function(){},i={},o=[],a=[];function s(e,t){var n,s,u,l,c=a;for(l=arguments.length;l-- >2;)o.push(arguments[l]);for(t&&null!=t.children&&(o.length||o.push(t.children),delete t.children);o.length;)if((s=o.pop())&&void 0!==s.pop)for(l=s.length;l--;)o.push(s[l]);else"boolean"==typeof s&&(s=null),(u="function"!=typeof e)&&(null==s?s="":"number"==typeof s?s=String(s):"string"!=typeof s&&(u=!1)),u&&n?c[c.length-1]+=s:c===a?c=[s]:c.push(s),n=u;var h=new r;return h.nodeName=e,h.children=c,h.attributes=null==t?void 0:t,h.key=null==t?void 0:t.key,void 0!==i.vnode&&i.vnode(h),h}function u(e,t){for(var n in t)e[n]=t[n];return e}var l="function"==typeof Promise?Promise.resolve().then.bind(Promise.resolve()):setTimeout;var c=/acit|ex(?:s|g|n|p|$)|rph|ows|mnc|ntw|ine[ch]|zoo|^ord/i,h=[];function f(e){!e._dirty&&(e._dirty=!0)&&1==h.push(e)&&(i.debounceRendering||l)(d)}function d(){var e,t=h;for(h=[];e=t.pop();)e._dirty&&A(e)}function p(e,t,n){return"string"==typeof t||"number"==typeof t?void 0!==e.splitText:"string"==typeof t.nodeName?!e._componentConstructor&&g(e,t.nodeName):n||e._componentConstructor===t.nodeName}function g(e,t){return e.normalizedNodeName===t||e.nodeName.toLowerCase()===t.toLowerCase()}function b(e){var t=u({},e.attributes);t.children=e.children;var n=e.nodeName.defaultProps;if(void 0!==n)for(var r in n)void 0===t[r]&&(t[r]=n[r]);return t}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function y(e,t,n,r,i){if("className"===t&&(t="class"),"key"===t);else if("ref"===t)n&&n(null),r&&r(e);else if("class"!==t||i)if("style"===t){if(r&&"string"!=typeof r&&"string"!=typeof n||(e.style.cssText=r||""),r&&"object"==typeof r){if("string"!=typeof n)for(var o in n)o in r||(e.style[o]="");for(var o in r)e.style[o]="number"==typeof r[o]&&!1===c.test(o)?r[o]+"px":r[o]}}else if("dangerouslySetInnerHTML"===t)r&&(e.innerHTML=r.__html||"");else if("o"==t[0]&&"n"==t[1]){var a=t!==(t=t.replace(/Capture$/,""));t=t.toLowerCase().substring(2),r?n||e.addEventListener(t,m,a):e.removeEventListener(t,m,a),(e._listeners||(e._listeners={}))[t]=r}else if("list"!==t&&"type"!==t&&!i&&t in e){try{e[t]=null==r?"":r}catch(e){}null!=r&&!1!==r||"spellcheck"==t||e.removeAttribute(t)}else{var s=i&&t!==(t=t.replace(/^xlink:?/,""));null==r||!1===r?s?e.removeAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase()):e.removeAttribute(t):"function"!=typeof r&&(s?e.setAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase(),r):e.setAttribute(t,r))}else e.className=r||""}function m(e){return this._listeners[e.type](i.event&&i.event(e)||e)}var x=[],w=0,C=!1,S=!1;function T(){for(var e;e=x.pop();)i.afterMount&&i.afterMount(e),e.componentDidMount&&e.componentDidMount()}function M(e,t,n,r,i,o){w++||(C=null!=i&&void 0!==i.ownerSVGElement,S=null!=e&&!("__preactattr_"in e));var a=z(e,t,n,r,o);return i&&a.parentNode!==i&&i.appendChild(a),--w||(S=!1,o||T()),a}function z(e,t,n,r,i){var o=e,a=C;if(null!=t&&"boolean"!=typeof t||(t=""),"string"==typeof t||"number"==typeof t)return e&&void 0!==e.splitText&&e.parentNode&&(!e._component||i)?e.nodeValue!=t&&(e.nodeValue=t):(o=document.createTextNode(t),e&&(e.parentNode&&e.parentNode.replaceChild(o,e),k(e,!0))),o.__preactattr_=!0,o;var s=t.nodeName;if("function"==typeof s)return function(e,t,n,r){var i=e&&e._component,o=i,a=e,s=i&&e._componentConstructor===t.nodeName,u=s,l=b(t);for(;i&&!u&&(i=i._parentComponent);)u=i.constructor===t.nodeName;i&&u&&(!r||i._component)?(O(i,l,3,n,r),e=i.base):(o&&!s&&(I(o),e=a=null),i=D(t.nodeName,l,n),e&&!i.nextBase&&(i.nextBase=e,a=null),O(i,l,1,n,r),e=i.base,a&&e!==a&&(a._component=null,k(a,!1)));return e}(e,t,n,r);if(C="svg"===s||"foreignObject"!==s&&C,s=String(s),(!e||!g(e,s))&&(o=function(e,t){var n=t?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return n.normalizedNodeName=e,n}(s,C),e)){for(;e.firstChild;)o.appendChild(e.firstChild);e.parentNode&&e.parentNode.replaceChild(o,e),k(e,!0)}var u=o.firstChild,l=o.__preactattr_,c=t.children;if(null==l){l=o.__preactattr_={};for(var h=o.attributes,f=h.length;f--;)l[h[f].name]=h[f].value}return!S&&c&&1===c.length&&"string"==typeof c[0]&&null!=u&&void 0!==u.splitText&&null==u.nextSibling?u.nodeValue!=c[0]&&(u.nodeValue=c[0]):(c&&c.length||null!=u)&&function(e,t,n,r,i){var o,a,s,u,l,c=e.childNodes,h=[],f={},d=0,g=0,b=c.length,y=0,m=t?t.length:0;if(0!==b)for(var x=0;x<b;x++){var w=c[x],C=w.__preactattr_,S=m&&C?w._component?w._component.__key:C.key:null;null!=S?(d++,f[S]=w):(C||(void 0!==w.splitText?!i||w.nodeValue.trim():i))&&(h[y++]=w)}if(0!==m)for(var x=0;x<m;x++){u=t[x],l=null;var S=u.key;if(null!=S)d&&void 0!==f[S]&&(l=f[S],f[S]=void 0,d--);else if(g<y)for(o=g;o<y;o++)if(void 0!==h[o]&&p(a=h[o],u,i)){l=a,h[o]=void 0,o===y-1&&y--,o===g&&g++;break}l=z(l,u,n,r),s=c[x],l&&l!==e&&l!==s&&(null==s?e.appendChild(l):l===s.nextSibling?v(s):e.insertBefore(l,s))}if(d)for(var x in f)void 0!==f[x]&&k(f[x],!1);for(;g<=y;)void 0!==(l=h[y--])&&k(l,!1)}(o,c,n,r,S||null!=l.dangerouslySetInnerHTML),function(e,t,n){var r;for(r in n)t&&null!=t[r]||null==n[r]||y(e,r,n[r],n[r]=void 0,C);for(r in t)"children"===r||"innerHTML"===r||r in n&&t[r]===("value"===r||"checked"===r?e[r]:n[r])||y(e,r,n[r],n[r]=t[r],C)}(o,t.attributes,l),C=a,o}function k(e,t){var n=e._component;n?I(n):(null!=e.__preactattr_&&e.__preactattr_.ref&&e.__preactattr_.ref(null),!1!==t&&null!=e.__preactattr_||v(e),j(e))}function j(e){for(e=e.lastChild;e;){var t=e.previousSibling;k(e,!0),e=t}}var L=[];function D(e,t,n){var r,i=L.length;for(e.prototype&&e.prototype.render?(r=new e(t,n),P.call(r,t,n)):((r=new P(t,n)).constructor=e,r.render=_);i--;)if(L[i].constructor===e)return r.nextBase=L[i].nextBase,L.splice(i,1),r;return r}function _(e,t,n){return this.constructor(e,n)}function O(e,t,n,r,o){e._disable||(e._disable=!0,e.__ref=t.ref,e.__key=t.key,delete t.ref,delete t.key,void 0===e.constructor.getDerivedStateFromProps&&(!e.base||o?e.componentWillMount&&e.componentWillMount():e.componentWillReceiveProps&&e.componentWillReceiveProps(t,r)),r&&r!==e.context&&(e.prevContext||(e.prevContext=e.context),e.context=r),e.prevProps||(e.prevProps=e.props),e.props=t,e._disable=!1,0!==n&&(1!==n&&!1===i.syncComponentUpdates&&e.base?f(e):A(e,1,o)),e.__ref&&e.__ref(e))}function A(e,t,n,r){if(!e._disable){var o,a,s,l=e.props,c=e.state,h=e.context,f=e.prevProps||l,d=e.prevState||c,p=e.prevContext||h,g=e.base,v=e.nextBase,y=g||v,m=e._component,C=!1,S=p;if(e.constructor.getDerivedStateFromProps&&(c=u(u({},c),e.constructor.getDerivedStateFromProps(l,c)),e.state=c),g&&(e.props=f,e.state=d,e.context=p,2!==t&&e.shouldComponentUpdate&&!1===e.shouldComponentUpdate(l,c,h)?C=!0:e.componentWillUpdate&&e.componentWillUpdate(l,c,h),e.props=l,e.state=c,e.context=h),e.prevProps=e.prevState=e.prevContext=e.nextBase=null,e._dirty=!1,!C){o=e.render(l,c,h),e.getChildContext&&(h=u(u({},h),e.getChildContext())),g&&e.getSnapshotBeforeUpdate&&(S=e.getSnapshotBeforeUpdate(f,d));var z,j,L=o&&o.nodeName;if("function"==typeof L){var _=b(o);(a=m)&&a.constructor===L&&_.key==a.__key?O(a,_,1,h,!1):(z=a,e._component=a=D(L,_,h),a.nextBase=a.nextBase||v,a._parentComponent=e,O(a,_,0,h,!1),A(a,1,n,!0)),j=a.base}else s=y,(z=m)&&(s=e._component=null),(y||1===t)&&(s&&(s._component=null),j=M(s,o,h,n||!g,y&&y.parentNode,!0));if(y&&j!==y&&a!==m){var P=y.parentNode;P&&j!==P&&(P.replaceChild(j,y),z||(y._component=null,k(y,!1)))}if(z&&I(z),e.base=j,j&&!r){for(var N=e,E=e;E=E._parentComponent;)(N=E).base=j;j._component=N,j._componentConstructor=N.constructor}}for(!g||n?x.unshift(e):C||(e.componentDidUpdate&&e.componentDidUpdate(f,d,S),i.afterUpdate&&i.afterUpdate(e));e._renderCallbacks.length;)e._renderCallbacks.pop().call(e);w||r||T()}}function I(e){i.beforeUnmount&&i.beforeUnmount(e);var t=e.base;e._disable=!0,e.componentWillUnmount&&e.componentWillUnmount(),e.base=null;var n=e._component;n?I(n):t&&(t.__preactattr_&&t.__preactattr_.ref&&t.__preactattr_.ref(null),e.nextBase=t,v(t),L.push(e),j(t)),e.__ref&&e.__ref(null)}function P(e,t){this._dirty=!0,this.context=t,this.props=e,this.state=this.state||{},this._renderCallbacks=[]}function N(e,t,n){return M(n,e,{},!1,t,!1)}u(P.prototype,{setState:function(e,t){this.prevState||(this.prevState=this.state),this.state=u(u({},this.state),"function"==typeof e?e(this.state,this.props):e),t&&this._renderCallbacks.push(t),f(this)},forceUpdate:function(e){e&&this._renderCallbacks.push(e),A(this,2)},render:function(){}});function E(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function G(e,t,n,r){n&&Object.defineProperty(e,t,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(r):void 0})}function B(e,t,n,r,i){var o={};return Object.keys(r).forEach(function(e){o[e]=r[e]}),o.enumerable=!!o.enumerable,o.configurable=!!o.configurable,("value"in o||o.initializer)&&(o.writable=!0),o=n.slice().reverse().reduce(function(n,r){return r(e,t,n)||n},o),i&&void 0!==o.initializer&&(o.value=o.initializer?o.initializer.call(i):void 0,o.initializer=void 0),void 0===o.initializer&&(Object.defineProperty(e,t,o),o=null),o}const F="An invariant failed, however the error is obfuscated because this is an production build.",R=[];Object.freeze(R);const U={};function V(){return++Ye.mobxGuid}function H(e){throw W(!1,e),"X"}function W(e,t){if(!e)throw new Error("[mobx] "+(t||F))}Object.freeze(U);function q(e){let t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}const $=()=>{};function K(e){return null!==e&&"object"==typeof e}function Y(e){if(null===e||"object"!=typeof e)return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function Z(e,t,n){Object.defineProperty(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function J(e,t){const n="isMobX"+e;return t.prototype[n]=!0,function(e){return K(e)&&!0===e[n]}}function Q(e){return e instanceof Map}function X(e){return null===e?null:"object"==typeof e?""+e:e}const ee=Symbol("mobx administration");class te{constructor(e="Atom@"+V()){this.name=e,this.isPendingUnobservation=!1,this.isBeingObserved=!1,this.observers=new Set,this.diffValue=0,this.lastAccessedBy=0,this.lowestObserverState=Pe.NOT_TRACKING}onBecomeUnobserved(){}onBecomeObserved(){}reportObserved(){return rt(this)}reportChanged(){tt(),function(e){if(e.lowestObserverState===Pe.STALE)return;e.lowestObserverState=Pe.STALE,e.observers.forEach(t=>{t.dependenciesState===Pe.UP_TO_DATE&&(t.isTracing!==Ne.NONE&&it(t,e),t.onBecomeStale()),t.dependenciesState=Pe.STALE})}(this),nt()}toString(){return this.name}}const ne=J("Atom",te);function re(e,t=$,n=$){const r=new te(e);return function(e,t,n){xt("onBecomeObserved",e,t,n)}(r,t),function(e,t,n){xt("onBecomeUnobserved",e,t,n)}(r,n),r}const ie={identity:function(e,t){return e===t},structural:function(e,t){return rn(e,t)},default:function(e,t){return Object.is(e,t)}},oe=Symbol("mobx did run lazy initializers"),ae=Symbol("mobx pending decorators"),se={},ue={};function le(e){if(!0===e[oe])return;const t=e[ae];if(t){Z(e,oe,!0);for(let n in t){const r=t[n];r.propertyCreator(e,r.prop,r.descriptor,r.decoratorTarget,r.decoratorArguments)}}}function ce(e,t){return function(){let n;const r=function(r,i,o,a){if(!0===a)return t(r,i,o,r,n),null;if(!Object.prototype.hasOwnProperty.call(r,ae)){const e=r[ae];Z(r,ae,Object.assign({},e))}return r[ae][i]={prop:i,propertyCreator:t,descriptor:o,decoratorTarget:r,decoratorArguments:n},function(e,t){const n=t?se:ue;return n[e]||(n[e]={configurable:!0,enumerable:t,get(){return le(this),this[e]},set(t){le(this),this[e]=t}})}(i,e)};return function(e){return(2===e.length||3===e.length)&&"string"==typeof e[1]||4===e.length&&!0===e[3]}(arguments)?(n=R,r.apply(null,arguments)):(n=Array.prototype.slice.call(arguments),r)}}function he(e,t,n){return zt(e)?e:Array.isArray(e)?Ce.array(e,{name:n}):Y(e)?Ce.object(e,void 0,{name:n}):Q(e)?Ce.map(e,{name:n}):e}function fe(e){return e}function de(e){W(e);const t=ce(!0,(t,n,r,i,o)=>{const a=r?r.initializer?r.initializer.call(t):r.value:void 0;$t(t).addObservableProp(n,a,e)}),n=t;return n.enhancer=e,n}const pe={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function ge(e){return null===e||void 0===e?pe:"string"==typeof e?{name:e,deep:!0,proxy:!0}:e}Object.freeze(pe);const be=de(he),ve=de(function(e,t,n){return void 0===e||null===e?e:Qt(e)||Rt(e)||Wt(e)?e:Array.isArray(e)?Ce.array(e,{name:n,deep:!1}):Y(e)?Ce.object(e,void 0,{name:n,deep:!1}):Q(e)?Ce.map(e,{name:n,deep:!1}):H(!1)}),ye=de(fe),me=de(function(e,t,n){return rn(e,t)?t:e});function xe(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?fe:he}const we={box(e,t){arguments.length>2&&Se("box");const n=ge(t);return new Oe(e,xe(n),n.name)},array(e,t){arguments.length>2&&Se("array");const n=ge(t);return function(e,t,n="ObservableArray@"+V(),r=!1){const i=new Gt(n,t,r);!function(e,t,n){Object.defineProperty(e,t,{enumerable:!1,writable:!1,configurable:!0,value:n})}(i.values,ee,i);const o=new Proxy(i.values,Et);if(i.proxy=o,e&&e.length){const t=Le(!0);i.spliceWithArray(0,0,e),De(t)}return o}(e,xe(n),n.name)},map(e,t){arguments.length>2&&Se("map");const n=ge(t);return new Ht(e,xe(n),n.name)},object(e,t,n){"string"==typeof arguments[1]&&Se("object");const r=ge(n);if(!1===r.proxy)return wt({},e,t,r);{const n=Ct(r),i=function(e){const t=new Proxy(e,Lt);return e[ee].proxy=t,t}(wt({},void 0,void 0,r));return St(i,e,t,n),i}},ref:ye,shallow:ve,deep:be,struct:me},Ce=function(e,t,n){if("string"==typeof arguments[1])return be.apply(null,arguments);if(zt(e))return e;const r=Y(e)?Ce.object(e,t,n):Array.isArray(e)?Ce.array(e,t):Q(e)?Ce.map(e,t):e;if(r!==e)return r;H(!1)};function Se(e){H(`Expected one or two arguments to observable.${e}. Did you accidentally try to use observable.${e} as decorator?`)}Object.keys(we).forEach(e=>Ce[e]=we[e]);const Te=ce(!1,(e,t,n,r,i)=>{const{get:o,set:a}=n,s=i[0]||{};$t(e).addComputedProp(r,t,Object.assign({get:o,set:a,context:e},s))}),Me=Te({equals:ie.structural});var ze=function(e,t,n){if("string"==typeof t)return Te.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return Te.apply(null,arguments);const r="object"==typeof t?t:{};return r.get=e,r.set="function"==typeof t?t:r.set,r.name=r.name||e.name||"",new Ae(r)};function ke(e,t){const n=function(){return je(e,t,this,arguments)};return n.isMobxAction=!0,n}function je(e,t,n,r){const i=function(e,t,n,r){const i=ht()&&!!e;let o=0;0;const a=Ve();tt();const s=Le(!0);return{prevDerivation:a,prevAllowStateChanges:s,notifySpy:i,startTime:o}}(e);try{return t.apply(n,r)}finally{!function(e){De(e.prevAllowStateChanges),nt(),He(e.prevDerivation),e.notifySpy,0}(i)}}function Le(e){const t=Ye.allowStateChanges;return Ye.allowStateChanges=e,t}function De(e){Ye.allowStateChanges=e}ze.struct=Me;const _e={};class Oe extends te{constructor(e,t,n="ObservableValue@"+V(),r=!0){super(n),this.enhancer=t,this.hasUnreportedChange=!1,this.value=t(e,void 0,n),r&&ht()}dehanceValue(e){return void 0!==this.dehancer?this.dehancer(e):e}set(e){this.value;if((e=this.prepareNewValue(e))!==_e){ht();0,this.setNewValue(e)}}prepareNewValue(e){if(Fe(this),Dt(this)){const t=Ot(this,{object:this,type:"update",newValue:e});if(!t)return _e;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.value!==e?e:_e}setNewValue(e){const t=this.value;this.value=e,this.reportChanged(),At(this)&&Pt(this,{type:"update",object:this,newValue:e,oldValue:t})}get(){return this.reportObserved(),this.dehanceValue(this.value)}intercept(e){return _t(this,e)}observe(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),It(this,e)}toJSON(){return this.get()}toString(){return`${this.name}[${this.value}]`}valueOf(){return X(this.get())}[Symbol.toPrimitive](){return this.valueOf()}}J("ObservableValue",Oe);class Ae{constructor(e){this.dependenciesState=Pe.NOT_TRACKING,this.observing=[],this.newObserving=null,this.isBeingObserved=!1,this.isPendingUnobservation=!1,this.observers=new Set,this.diffValue=0,this.runId=0,this.lastAccessedBy=0,this.lowestObserverState=Pe.UP_TO_DATE,this.unboundDepsCount=0,this.__mapid="#"+V(),this.value=new Ee(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=Ne.NONE,this.firstGet=!0,this.derivation=e.get,this.name=e.name||"ComputedValue@"+V(),e.set&&(this.setter=ke(this.name+"-setter",e.set)),this.equals=e.equals||(e.compareStructural||e.struct?ie.structural:ie.default),this.scope=e.context,this.requiresReaction=!!e.requiresReaction,this.keepAlive=!!e.keepAlive}onBecomeStale(){!function(e){if(e.lowestObserverState!==Pe.UP_TO_DATE)return;e.lowestObserverState=Pe.POSSIBLY_STALE,e.observers.forEach(t=>{t.dependenciesState===Pe.UP_TO_DATE&&(t.dependenciesState=Pe.POSSIBLY_STALE,t.isTracing!==Ne.NONE&&it(t,e),t.onBecomeStale())})}(this)}onBecomeUnobserved(){}onBecomeObserved(){}get(){this.keepAlive&&this.firstGet&&(this.firstGet=!1,vt(()=>this.get())),this.isComputing&&H(`Cycle detected in computation ${this.name}: ${this.derivation}`),0===Ye.inBatch&&0===this.observers.size?Be(this)&&(this.warnAboutUntrackedRead(),tt(),this.value=this.computeValue(!1),nt()):(rt(this),Be(this)&&this.trackAndCompute()&&function(e){if(e.lowestObserverState===Pe.STALE)return;e.lowestObserverState=Pe.STALE,e.observers.forEach(t=>{t.dependenciesState===Pe.POSSIBLY_STALE?t.dependenciesState=Pe.STALE:t.dependenciesState===Pe.UP_TO_DATE&&(e.lowestObserverState=Pe.UP_TO_DATE)})}(this));const e=this.value;if(Ge(e))throw e.cause;return e}peek(){const e=this.computeValue(!1);if(Ge(e))throw e.cause;return e}set(e){if(this.setter){W(!this.isRunningSetter,`The setter of computed value '${this.name}' is trying to update itself. Did you intend to update an _observable_ value, instead of the computed property?`),this.isRunningSetter=!0;try{this.setter.call(this.scope,e)}finally{this.isRunningSetter=!1}}else W(!1,!1)}trackAndCompute(){ht();const e=this.value,t=this.dependenciesState===Pe.NOT_TRACKING,n=this.computeValue(!0),r=t||Ge(e)||Ge(n)||!this.equals(e,n);return r&&(this.value=n),r}computeValue(e){let t;if(this.isComputing=!0,Ye.computationDepth++,e)t=Re(this,this.derivation,this.scope);else if(!0===Ye.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new Ee(e)}return Ye.computationDepth--,this.isComputing=!1,t}suspend(){Ue(this),this.value=void 0}observe(e,t){let n=!0,r=void 0;return vt(()=>{let i=this.get();if(!n||t){const t=Ve();e({type:"update",object:this,newValue:i,oldValue:r}),He(t)}n=!1,r=i})}warnAboutUntrackedRead(){}toJSON(){return this.get()}toString(){return`${this.name}[${this.derivation.toString()}]`}valueOf(){return X(this.get())}[Symbol.toPrimitive](){return this.valueOf()}}const Ie=J("ComputedValue",Ae);var Pe,Ne;!function(e){e[e.NOT_TRACKING=-1]="NOT_TRACKING",e[e.UP_TO_DATE=0]="UP_TO_DATE",e[e.POSSIBLY_STALE=1]="POSSIBLY_STALE",e[e.STALE=2]="STALE"}(Pe||(Pe={})),function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(Ne||(Ne={}));class Ee{constructor(e){this.cause=e}}function Ge(e){return e instanceof Ee}function Be(e){switch(e.dependenciesState){case Pe.UP_TO_DATE:return!1;case Pe.NOT_TRACKING:case Pe.STALE:return!0;case Pe.POSSIBLY_STALE:{const t=Ve(),n=e.observing,r=n.length;for(let i=0;i<r;i++){const r=n[i];if(Ie(r)){if(Ye.disableErrorBoundaries)r.get();else try{r.get()}catch(e){return He(t),!0}if(e.dependenciesState===Pe.STALE)return He(t),!0}}return We(e),He(t),!1}}}function Fe(e){const t=e.observers.size>0;Ye.computationDepth>0&&t&&H(!1),Ye.allowStateChanges||!t&&"strict"!==Ye.enforceActions||H(!1)}function Re(e,t,n){We(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++Ye.runId;const r=Ye.trackingDerivation;let i;if(Ye.trackingDerivation=e,!0===Ye.disableErrorBoundaries)i=t.call(n);else try{i=t.call(n)}catch(e){i=new Ee(e)}return Ye.trackingDerivation=r,function(e){const t=e.observing,n=e.observing=e.newObserving;let r=Pe.UP_TO_DATE,i=0,o=e.unboundDepsCount;for(let a=0;a<o;a++){const e=n[a];0===e.diffValue&&(e.diffValue=1,i!==a&&(n[i]=e),i++),e.dependenciesState>r&&(r=e.dependenciesState)}n.length=i,e.newObserving=null,o=t.length;for(;o--;){const n=t[o];0===n.diffValue&&Xe(n,e),n.diffValue=0}for(;i--;){const t=n[i];1===t.diffValue&&(t.diffValue=0,Qe(t,e))}r!==Pe.UP_TO_DATE&&(e.dependenciesState=r,e.onBecomeStale())}(e),i}function Ue(e){const t=e.observing;e.observing=[];let n=t.length;for(;n--;)Xe(t[n],e);e.dependenciesState=Pe.NOT_TRACKING}function Ve(){const e=Ye.trackingDerivation;return Ye.trackingDerivation=null,e}function He(e){Ye.trackingDerivation=e}function We(e){if(e.dependenciesState===Pe.UP_TO_DATE)return;e.dependenciesState=Pe.UP_TO_DATE;const t=e.observing;let n=t.length;for(;n--;)t[n].lowestObserverState=Pe.UP_TO_DATE}class qe{constructor(){this.version=5,this.trackingDerivation=null,this.computationDepth=0,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!0,this.enforceActions=!1,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.disableErrorBoundaries=!1}}let $e=!0,Ke=!1,Ye=function(){const e=Je();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&($e=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new qe).version&&($e=!1),$e?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new qe):(setTimeout(()=>{Ke||H("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new qe)}();function Ze(){return Ye}function Je(){return"undefined"!=typeof window?window:void 0}function Qe(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function Xe(e,t){e.observers.delete(t),0===e.observers.size&&et(e)}function et(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,Ye.pendingUnobservations.push(e))}function tt(){Ye.inBatch++}function nt(){if(0==--Ye.inBatch){ut();const e=Ye.pendingUnobservations;for(let t=0;t<e.length;t++){const n=e[t];n.isPendingUnobservation=!1,0===n.observers.size&&(n.isBeingObserved&&(n.isBeingObserved=!1,n.onBecomeUnobserved()),n instanceof Ae&&n.suspend())}Ye.pendingUnobservations=[]}}function rt(e){const t=Ye.trackingDerivation;return null!==t?(t.runId!==e.lastAccessedBy&&(e.lastAccessedBy=t.runId,t.newObserving[t.unboundDepsCount++]=e,e.isBeingObserved||(e.isBeingObserved=!0,e.onBecomeObserved())),!0):(0===e.observers.size&&Ye.inBatch>0&&et(e),!1)}function it(e,t){if(console.log(`[mobx.trace] '${e.name}' is invalidated due to a change in: '${t.name}'`),e.isTracing===Ne.BREAK){const n=[];!function e(t,n,r){if(n.length>=1e3)return void n.push("(and many more)");n.push(`${new Array(r).join("\t")}${t.name}`);t.dependencies&&t.dependencies.forEach(t=>e(t,n,r+1))}(function(e,t){return Tt(Xt(e,t))}(e),n,1),new Function(`debugger;\n/*\nTracing '${e.name}'\n\nYou are entering this break point because derivation '${e.name}' is being traced and '${t.name}' is now forcing it to update.\nJust follow the stacktrace you should now see in the devtools to see precisely what piece of your code is causing this update\nThe stackframe you are looking for is at least ~6-8 stack-frames up.\n\n${e instanceof Ae?e.derivation.toString():""}\n\nThe dependencies for this derivation are:\n\n${n.join("\n")}\n*/\n `)()}}class ot{constructor(e="Reaction@"+V(),t,n){this.name=e,this.onInvalidate=t,this.errorHandler=n,this.observing=[],this.newObserving=[],this.dependenciesState=Pe.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+V(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=Ne.NONE}onBecomeStale(){this.schedule()}schedule(){this._isScheduled||(this._isScheduled=!0,Ye.pendingReactions.push(this),ut())}isScheduled(){return this._isScheduled}runReaction(){if(!this.isDisposed){if(tt(),this._isScheduled=!1,Be(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&ht()}catch(e){this.reportExceptionInDerivation(e)}}nt()}}track(e){tt();ht();this._isRunning=!0;const t=Re(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&Ue(this),Ge(t)&&this.reportExceptionInDerivation(t.cause),nt()}reportExceptionInDerivation(e){if(this.errorHandler)return void this.errorHandler(e,this);if(Ye.disableErrorBoundaries)throw e;const t=`[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '${this}`;console.error(t,e),ht()&&ft({type:"error",name:this.name,message:t,error:""+e}),Ye.globalReactionErrorHandlers.forEach(t=>t(e,this))}dispose(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(tt(),Ue(this),nt()))}getDisposer(){const e=this.dispose.bind(this);return e[ee]=this,e}toString(){return`Reaction[${this.name}]`}trace(e=!1){!function(...e){let t=!1;"boolean"==typeof e[e.length-1]&&(t=e.pop());const n=function(e){switch(e.length){case 0:return Ye.trackingDerivation;case 1:return Xt(e[0]);case 2:return Xt(e[0],e[1])}}(e);if(!n)return H(!1);n.isTracing===Ne.NONE&&console.log(`[mobx.trace] '${n.name}' tracing enabled`);n.isTracing=t?Ne.BREAK:Ne.LOG}(this,e)}}const at=100;let st=e=>e();function ut(){Ye.inBatch>0||Ye.isRunningReactions||st(lt)}function lt(){Ye.isRunningReactions=!0;const e=Ye.pendingReactions;let t=0;for(;e.length>0;){++t===at&&(console.error(`Reaction doesn't converge to a stable state after ${at} iterations.`+` Probably there is a cycle in the reactive function: ${e[0]}`),e.splice(0));let n=e.splice(0);for(let e=0,t=n.length;e<t;e++)n[e].runReaction()}Ye.isRunningReactions=!1}const ct=J("Reaction",ot);function ht(){return!1}function ft(e){}function dt(){H(!1)}function pt(e){return function(t,n,r){if(r){if(r.value)return{value:ke(e,r.value),enumerable:!1,configurable:!0,writable:!0};const{initializer:t}=r;return{enumerable:!1,configurable:!0,writable:!0,initializer(){return ke(e,t.call(this))}}}return function(e){return function(t,n,r){Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get(){},set(t){Z(this,n,gt(e,t))}})}}(e).apply(this,arguments)}}var gt=function(e,t,n,r){return 1===arguments.length&&"function"==typeof e?ke(e.name||"<unnamed action>",e):2===arguments.length&&"function"==typeof t?ke(e,t):1===arguments.length&&"string"==typeof e?pt(e):!0!==r?pt(t).apply(null,arguments):void Z(e,t,ke(e.name||t,n.value))};function bt(e,t,n){Z(e,t,ke(t,n.bind(e)))}function vt(e,t=U){const n=t&&t.name||e.name||"Autorun@"+V();let r;if(!t.scheduler&&!t.delay)r=new ot(n,function(){this.track(i)},t.onError);else{const e=mt(t);let o=!1;r=new ot(n,()=>{o||(o=!0,e(()=>{o=!1,r.isDisposed||r.track(i)}))},t.onError)}function i(){e(r)}return r.schedule(),r.getDisposer()}gt.bound=function(e,t,n,r){return!0===r?(bt(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get(){return bt(this,t,n.value||n.initializer.call(this)),this[t]},set:dt}:{enumerable:!1,configurable:!0,set(e){bt(this,t,e)},get(){}}};const yt=e=>e();function mt(e){return e.scheduler?e.scheduler:e.delay?t=>setTimeout(t,e.delay):yt}function xt(e,t,n,r){const i="string"==typeof n?Xt(t,n):Xt(t),o="string"==typeof n?r:n,a=i[e];return"function"!=typeof a?H(!1):(i[e]=function(){a.call(this),o.call(this)},function(){i[e]=a})}function wt(e,t,n,r){const i=Ct(r=ge(r));return $t(e,r.name,i.enhancer),t&&St(e,t,n,i),e}function Ct(e){return e.defaultDecorator||(!1===e.deep?ye:be)}function St(e,t,n,r){tt();try{for(let i in t){const o=Object.getOwnPropertyDescriptor(t,i);0;const a=(n&&i in n?n[i]:o.get?Te:r)(e,i,o,!0);a&&Object.defineProperty(e,i,a)}}finally{nt()}}function Tt(e){const t={name:e.name};return e.observing&&e.observing.length>0&&(t.dependencies=function(e){const t=[];return e.forEach(e=>{-1===t.indexOf(e)&&t.push(e)}),t}(e.observing).map(Tt)),t}function Mt(e,t){return null!==e&&void 0!==e&&(void 0!==t?!!Qt(e)&&e[ee].values.has(t):Qt(e)||!!e[ee]||ne(e)||ct(e)||Ie(e))}function zt(e){return 1!==arguments.length&&H(!1),Mt(e)}function kt(e,t){tt();try{return e.apply(t)}finally{nt()}}function jt(e){return e[ee]}const Lt={has(e,t){if(t===ee||"constructor"===t||t===oe)return!0;const n=jt(e);return!!n.values.get(t)||("string"==typeof t?n.has(t):t in e)},get(e,t){if(t===ee||"constructor"===t||t===oe)return e[t];const n=jt(e),r=n.values.get(t);return r instanceof te?r.get():("string"==typeof t&&n.has(t),e[t])},set:(e,t,n)=>"string"==typeof t&&(function e(t,n,r){if(2!==arguments.length)if(Qt(t)){const e=t[ee];e.values.get(n)?e.write(n,r):e.addObservableProp(n,r,e.defaultEnhancer)}else if(Wt(t))t.set(n,r);else{if(!Rt(t))return H(!1);"number"!=typeof n&&(n=parseInt(n,10)),W(n>=0,`Not a valid index: '${n}'`),tt(),n>=t.length&&(t.length=n+1),t[n]=r,nt()}else{tt();const r=n;try{for(let n in r)e(t,n,r[n])}finally{nt()}}}(e,t,n),!0),deleteProperty(e,t){if("string"!=typeof t)return!1;return jt(e).remove(t),!0},ownKeys:e=>(jt(e).keysAtom.reportObserved(),Reflect.ownKeys(e)),preventExtensions:e=>(H("Dynamic observable objects cannot be frozen"),!1)};function Dt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function _t(e,t){const n=e.interceptors||(e.interceptors=[]);return n.push(t),q(()=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function Ot(e,t){const n=Ve();try{const r=e.interceptors;if(r)for(let e=0,n=r.length;e<n&&(W(!(t=r[e](t))||t.type,"Intercept handlers should return nothing or a change object"),t);e++);return t}finally{He(n)}}function At(e){return void 0!==e.changeListeners&&e.changeListeners.length>0}function It(e,t){const n=e.changeListeners||(e.changeListeners=[]);return n.push(t),q(()=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function Pt(e,t){const n=Ve();let r=e.changeListeners;if(r){for(let e=0,n=(r=r.slice()).length;e<n;e++)r[e](t);He(n)}}const Nt=1e4,Et={get:(e,t)=>t===ee?e[ee]:"length"===t?e[ee].getArrayLength():"number"==typeof t?Bt.get.call(e,t):"string"!=typeof t||isNaN(t)?Bt.hasOwnProperty(t)?Bt[t]:e[t]:Bt.get.call(e,parseInt(t)),set:(e,t,n)=>"length"===t?(e[ee].setArrayLength(n),!0):"number"==typeof t?(Bt.set.call(e,t,n),!0):!isNaN(t)&&(Bt.set.call(e,parseInt(t),n),!0),preventExtensions:e=>(H("Observable arrays cannot be frozen"),!1)};class Gt{constructor(e,t,n){this.owned=n,this.values=[],this.proxy=void 0,this.lastKnownLength=0,this.atom=new te(e||"ObservableArray@"+V()),this.enhancer=((n,r)=>t(n,r,e+"[..]"))}dehanceValue(e){return void 0!==this.dehancer?this.dehancer(e):e}dehanceValues(e){return void 0!==this.dehancer&&this.values.length>0?e.map(this.dehancer):e}intercept(e){return _t(this,e)}observe(e,t=!1){return t&&e({object:this.proxy,type:"splice",index:0,added:this.values.slice(),addedCount:this.values.length,removed:[],removedCount:0}),It(this,e)}getArrayLength(){return this.atom.reportObserved(),this.values.length}setArrayLength(e){if("number"!=typeof e||e<0)throw new Error("[mobx.array] Out of range: "+e);let t=this.values.length;if(e!==t)if(e>t){const n=new Array(e-t);for(let r=0;r<e-t;r++)n[r]=void 0;this.spliceWithArray(t,0,n)}else this.spliceWithArray(e,t-e)}updateArrayLength(e,t){if(e!==this.lastKnownLength)throw new Error("[mobx] Modification exception: the internal structure of an observable array was changed.");this.lastKnownLength+=t}spliceWithArray(e,t,n){Fe(this.atom);const r=this.values.length;if(void 0===e?e=0:e>r?e=r:e<0&&(e=Math.max(0,r+e)),t=1===arguments.length?r-e:void 0===t||null===t?0:Math.max(0,Math.min(t,r-e)),void 0===n&&(n=R),Dt(this)){const r=Ot(this,{object:this.proxy,type:"splice",index:e,removedCount:t,added:n});if(!r)return R;t=r.removedCount,n=r.added}n=0===n.length?n:n.map(e=>this.enhancer(e,void 0));const i=this.spliceItemsIntoValues(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice(e,n,i),this.dehanceValues(i)}spliceItemsIntoValues(e,t,n){if(n.length<Nt)return this.values.splice(e,t,...n);{const r=this.values.slice(e,e+t);return this.values=this.values.slice(0,e).concat(n,this.values.slice(e+t)),r}}notifyArrayChildUpdate(e,t,n){const r=!this.owned&&!1,i=At(this),o=i||r?{object:this.proxy,type:"update",index:e,newValue:t,oldValue:n}:null;this.atom.reportChanged(),i&&Pt(this,o)}notifyArraySplice(e,t,n){const r=!this.owned&&!1,i=At(this),o=i||r?{object:this.proxy,type:"splice",index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;this.atom.reportChanged(),i&&Pt(this,o)}}const Bt={intercept(e){return this[ee].intercept(e)},observe(e,t=!1){return this[ee].observe(e,t)},clear(){return this.splice(0)},replace(e){const t=this[ee];return t.spliceWithArray(0,t.values.length,e)},toJS(){return this.slice()},toJSON(){return this.toJS()},splice(e,t,...n){const r=this[ee];switch(arguments.length){case 0:return[];case 1:return r.spliceWithArray(e);case 2:return r.spliceWithArray(e,t)}return r.spliceWithArray(e,t,n)},spliceWithArray(e,t,n){return this[ee].spliceWithArray(e,t,n)},push(...e){const t=this[ee];return t.spliceWithArray(t.values.length,0,e),t.values.length},pop(){return this.splice(Math.max(this[ee].values.length-1,0),1)[0]},shift(){return this.splice(0,1)[0]},unshift(...e){const t=this[ee];return t.spliceWithArray(0,0,e),t.values.length},reverse(){const e=this.slice();return e.reverse.apply(e,arguments)},sort(e){const t=this.slice();return t.sort.apply(t,arguments)},remove(e){const t=this[ee],n=t.dehanceValues(t.values).indexOf(e);return n>-1&&(this.splice(n,1),!0)},get(e){const t=this[ee];if(t){if(e<t.values.length)return t.atom.reportObserved(),t.dehanceValue(t.values[e]);console.warn(`[mobx.array] Attempt to read an array index (${e}) that is out of bounds (${t.values.length}). Please check length first. Out of bound indices will not be tracked by MobX`)}},set(e,t){const n=this[ee],r=n.values;if(e<r.length){Fe(n.atom);const i=r[e];if(Dt(n)){const r=Ot(n,{type:"update",object:this,index:e,newValue:t});if(!r)return;t=r.newValue}(t=n.enhancer(t,i))!==i&&(r[e]=t,n.notifyArrayChildUpdate(e,t,i))}else{if(e!==r.length)throw new Error(`[mobx.array] Index out of bounds, ${e} is larger than ${r.length}`);n.spliceWithArray(e,0,[t])}}};["concat","every","filter","forEach","indexOf","join","lastIndexOf","map","reduce","reduceRight","slice","some","toString","toLocaleString"].forEach(e=>{Bt[e]=function(){const t=this[ee];t.atom.reportObserved();const n=t.dehanceValues(t.values);return n[e].apply(n,arguments)}});const Ft=J("ObservableArrayAdministration",Gt);function Rt(e){return K(e)&&Ft(e[ee])}var Ut;const Vt={};class Ht{constructor(e,t=he,n="ObservableMap@"+V()){if(this.enhancer=t,this.name=n,this[Ut]=Vt,this._keysAtom=re(`${this.name}.keys()`),this[Symbol.toStringTag]="Map","function"!=typeof Map)throw new Error("mobx.map requires Map polyfill for the current browser. Check babel-polyfill or core-js/es6/map.js");this._data=new Map,this._hasMap=new Map,this.merge(e)}_has(e){return this._data.has(e)}has(e){return this._hasMap.has(e)?this._hasMap.get(e).get():this._updateHasMapEntry(e,!1).get()}set(e,t){const n=this._has(e);if(Dt(this)){const r=Ot(this,{type:n?"update":"add",object:this,newValue:t,name:e});if(!r)return this;t=r.newValue}return n?this._updateValue(e,t):this._addValue(e,t),this}delete(e){if(Dt(this)){if(!Ot(this,{type:"delete",object:this,name:e}))return!1}if(this._has(e)){const t=!1,n=At(this),r=n||t?{type:"delete",object:this,oldValue:this._data.get(e).value,name:e}:null;return kt(()=>{this._keysAtom.reportChanged(),this._updateHasMapEntry(e,!1),this._data.get(e).setNewValue(void 0),this._data.delete(e)}),n&&Pt(this,r),!0}return!1}_updateHasMapEntry(e,t){let n=this._hasMap.get(e);return n?n.setNewValue(t):(n=new Oe(t,fe,`${this.name}.${e}?`,!1),this._hasMap.set(e,n)),n}_updateValue(e,t){const n=this._data.get(e);if((t=n.prepareNewValue(t))!==_e){const r=!1,i=At(this),o=i||r?{type:"update",object:this,oldValue:n.value,name:e,newValue:t}:null;0,n.setNewValue(t),i&&Pt(this,o)}}_addValue(e,t){Fe(this._keysAtom),kt(()=>{const n=new Oe(t,this.enhancer,`${this.name}.${e}`,!1);this._data.set(e,n),t=n.value,this._updateHasMapEntry(e,!0),this._keysAtom.reportChanged()});const n=At(this),r=n?{type:"add",object:this,name:e,newValue:t}:null;n&&Pt(this,r)}get(e){return this.has(e)?this.dehanceValue(this._data.get(e).get()):this.dehanceValue(void 0)}dehanceValue(e){return void 0!==this.dehancer?this.dehancer(e):e}keys(){return this._keysAtom.reportObserved(),this._data.keys()}values(){const e=this;let t=0;const n=Array.from(this.keys());return un({next:()=>t<n.length?{value:e.get(n[t++]),done:!1}:{done:!0}})}entries(){const e=this;let t=0;const n=Array.from(this.keys());return un({next:function(){if(t<n.length){const r=n[t++];return{value:[r,e.get(r)],done:!1}}return{done:!0}}})}[(Ut=ee,Symbol.iterator)](){return this.entries()}forEach(e,t){for(const[n,r]of this)e.call(t,r,n,this)}merge(e){return Wt(e)&&(e=e.toJS()),kt(()=>{Y(e)?Object.keys(e).forEach(t=>this.set(t,e[t])):Array.isArray(e)?e.forEach(([e,t])=>this.set(e,t)):Q(e)?e.forEach((e,t)=>this.set(t,e)):null!==e&&void 0!==e&&H("Cannot initialize map from "+e)}),this}clear(){kt(()=>{!function(e){const t=Ve();try{e()}finally{He(t)}}(()=>{for(const e of this.keys())this.delete(e)})})}replace(e){return kt(()=>{const t=function(e){return Y(e)?Object.keys(e):Array.isArray(e)?e.map(([e])=>e):Q(e)||Wt(e)?Array.from(e.keys()):H(`Cannot get keys from '${e}'`)}(e);Array.from(this.keys()).filter(e=>-1===t.indexOf(e)).forEach(e=>this.delete(e)),this.merge(e)}),this}get size(){return this._keysAtom.reportObserved(),this._data.size}toPOJO(){const e={};for(const[t,n]of this)e[""+t]=n;return e}toJS(){return new Map(this)}toJSON(){return this.toPOJO()}toString(){return this.name+"[{ "+Array.from(this.keys()).map(e=>`${e}: ${""+this.get(e)}`).join(", ")+" }]"}observe(e,t){return It(this,e)}intercept(e){return _t(this,e)}}var Wt=J("ObservableMap",Ht);class qt{constructor(e,t=new Map,n,r){this.target=e,this.values=t,this.name=n,this.defaultEnhancer=r,this.keysAtom=new te(n+".keys")}read(e){return this.values.get(e).get()}write(e,t){const n=this.target,r=this.values.get(e);if(r instanceof Ae)r.set(t);else{if(Dt(this)){const r=Ot(this,{type:"update",object:this.proxy||n,name:e,newValue:t});if(!r)return;t=r.newValue}if((t=r.prepareNewValue(t))!==_e){const i=At(this),o=!1,a=i||o?{type:"update",object:this.proxy||n,oldValue:r.value,name:e,newValue:t}:null;0,r.setNewValue(t),i&&Pt(this,a)}}}has(e){return this.values.get(e)instanceof Oe||(this.waitForKey(e),!1)}waitForKey(e){const t=this.pendingKeys||(this.pendingKeys=new Map);let n=t.get(e);n||(n=new Oe(!1,fe,`${this.name}.${e.toString()}?`,!1),t.set(e,n)),n.get()}addObservableProp(e,t,n=this.defaultEnhancer){const{target:r}=this;if(Dt(this)){const n=Ot(this,{object:this.proxy||r,name:e,type:"add",newValue:t});if(!n)return;t=n.newValue}const i=new Oe(t,n,`${this.name}.${e}`,!1);this.values.set(e,i),t=i.value,Object.defineProperty(r,e,function(e){return Kt[e]||(Kt[e]={configurable:!0,enumerable:!0,get(){return this[ee].read(e)},set(t){this[ee].write(e,t)}})}(e)),this.notifyPropertyAddition(e,t)}addComputedProp(e,t,n){const{target:r}=this;n.name=n.name||`${this.name}.${t}`,this.values.set(t,new Ae(n)),(e===r||function(e,t){const n=Object.getOwnPropertyDescriptor(e,t);return!n||!1!==n.configurable&&!1!==n.writable}(e,t))&&Object.defineProperty(e,t,function(e){return Yt[e]||(Yt[e]={configurable:!0,enumerable:!1,get(){return Zt(this).read(e)},set(t){Zt(this).write(e,t)}})}(t))}remove(e){if(!this.values.has(e))return;const{target:t}=this;if(Dt(this)){if(!Ot(this,{object:this.proxy||t,name:e,type:"remove"}))return}try{tt();const n=At(this),r=!1,i=this.values.get(e),o=i&&i.get();i&&i.set(void 0),this.keysAtom.reportChanged(),this.values.delete(e),delete this.target[e];const a=n||r?{type:"remove",object:this.proxy||t,oldValue:o,name:e}:null;0,n&&Pt(this,a)}finally{nt()}}illegalAccess(e,t){console.warn(`Property '${t}' of '${e}' was accessed through the prototype chain. Use 'decorate' instead to declare the prop or access it statically through it's owner`)}observe(e,t){return It(this,e)}intercept(e){return _t(this,e)}notifyPropertyAddition(e,t){const n=At(this),r=n?{type:"add",object:this.proxy||this.target,name:e,newValue:t}:null;if(n&&Pt(this,r),this.pendingKeys){const t=this.pendingKeys.get(e);t&&t.set(!0)}this.keysAtom.reportChanged()}getKeys(){this.keysAtom.reportObserved();const e=[];for(const[t,n]of this.values)n instanceof Oe&&e.push(t);return e}}function $t(e,t="",n=he){if(Object.prototype.hasOwnProperty.call(e,ee))return e[ee];Y(e)||(t=(e.constructor.name||"ObservableObject")+"@"+V()),t||(t="ObservableObject@"+V());const r=new qt(e,new Map,t,n);return Z(e,ee,r),r}const Kt={},Yt={};function Zt(e){const t=e[ee];return t||(le(e),e[ee])}const Jt=J("ObservableObjectAdministration",qt);function Qt(e){return!!K(e)&&(le(e),Jt(e[ee]))}function Xt(e,t){if("object"==typeof e&&null!==e){if(Rt(e))return void 0!==t&&H(!1),e[ee].atom;if(Wt(e)){const n=e;if(void 0===t)return n._keysAtom;const r=n._data.get(t)||n._hasMap.get(t);return r||H(!1),r}if(le(e),t&&!e[ee]&&e[t],Qt(e)){if(!t)return H(!1);const n=e[ee].values.get(t);return n||H(!1),n}if(ne(e)||Ie(e)||ct(e))return e}else if("function"==typeof e&&ct(e[ee]))return e[ee];return H(!1)}function en(e,t){return e||H("Expecting some object"),void 0!==t?en(Xt(e,t)):ne(e)||Ie(e)||ct(e)?e:Wt(e)?e:(le(e),e[ee]?e[ee]:void H(!1))}function tn(e,t){let n;return(n=void 0!==t?Xt(e,t):Qt(e)||Wt(e)?en(e):Xt(e)).name}const nn=Object.prototype.toString;function rn(e,t){return on(e,t)}function on(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;return("function"===i||"object"===i||"object"==typeof t)&&function(e,t,n,r){e=an(e),t=an(t);var i=nn.call(e);if(i!==nn.call(t))return!1;switch(i){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return"undefined"!=typeof Symbol&&Symbol.valueOf.call(e)===Symbol.valueOf.call(t)}var o="[object Array]"===i;if(!o){if("object"!=typeof e||"object"!=typeof t)return!1;var a=e.constructor,s=t.constructor;if(a!==s&&!("function"==typeof a&&a instanceof a&&"function"==typeof s&&s instanceof s)&&"constructor"in e&&"constructor"in t)return!1}n=n||[],r=r||[];var u=n.length;for(;u--;)if(n[u]===e)return r[u]===t;if(n.push(e),r.push(t),o){if((u=e.length)!==t.length)return!1;for(;u--;)if(!on(e[u],t[u],n,r))return!1}else{var l,c=Object.keys(e);if(u=c.length,Object.keys(t).length!==u)return!1;for(;u--;)if(l=c[u],!sn(t,l)||!on(e[l],t[l],n,r))return!1}return n.pop(),r.pop(),!0}(e,t,n,r)}function an(e){return Rt(e)?e.slice():Q(e)||Wt(e)?Array.from(e.entries()):e}function sn(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function un(e){return e[Symbol.iterator]=ln,e}function ln(){return this}if("undefined"==typeof Proxy||"undefined"==typeof Symbol)throw new Error("[mobx] MobX 5+ requires Proxy and Symbol objects. If your environment doesn't support Proxy objects, please downgrade to MobX 4. For React Native Android, consider upgrading JSCore.");var cn,hn,fn,dn,pn,gn,bn,vn,yn;function mn(e){return"number"==typeof e.parsedSize}function xn(e,t){for(const n of e){if(!1===t(n))return!1;if(n.groups&&!1===xn(n.groups,t))return!1}}"object"==typeof __MOBX_DEVTOOLS_GLOBAL_HOOK__&&__MOBX_DEVTOOLS_GLOBAL_HOOK__.injectMobx({spy:function(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}},extras:{getDebugName:tn},$mobx:ee});const wn=new(cn=Ce.ref,hn=Ce.shallow,dn=B((fn=class{constructor(){this.cid=0,this.sizes=new Set(["statSize","parsedSize","gzipSize"]),G(this,"allChunks",dn,this),G(this,"selectedChunks",pn,this),G(this,"searchQuery",gn,this),G(this,"defaultSize",bn,this),G(this,"selectedSize",vn,this),G(this,"showConcatenatedModulesContent",yn,this)}setModules(e){xn(e,e=>{e.cid=this.cid++}),this.allChunks=e,this.selectedChunks=this.allChunks}get hasParsedSizes(){return this.allChunks.some(mn)}get activeSize(){const e=this.selectedSize||this.defaultSize;return this.hasParsedSizes&&this.sizes.has(e)?e:"statSize"}get visibleChunks(){const e=this.allChunks.filter(e=>this.selectedChunks.includes(e));return this.filterModulesForSize(e,this.activeSize)}get allChunksSelected(){return this.visibleChunks.length===this.allChunks.length}get totalChunksSize(){return this.allChunks.reduce((e,t)=>e+(t[this.activeSize]||0),0)}get searchQueryRegexp(){const e=this.searchQuery.trim();if(!e)return null;try{return new RegExp(e,"i")}catch(e){return null}}get isSearching(){return!!this.searchQueryRegexp}get foundModulesByChunk(){if(!this.isSearching)return[];const e=this.searchQueryRegexp;return this.visibleChunks.map(t=>{let n=[];xn(t.groups,t=>{let r=0;if(e.test(t.label)?r+=3:t.path&&e.test(t.path)&&r++,!r)return;t.groups||(r+=1),(n[r-1]=n[r-1]||[]).push(t)});const{activeSize:r}=this;return(n=n.filter(Boolean).reverse()).forEach(e=>e.sort((e,t)=>t[r]-e[r])),{chunk:t,modules:[].concat(...n)}}).filter(e=>e.modules.length>0).sort((e,t)=>e.modules.length-t.modules.length)}get foundModules(){return this.foundModulesByChunk.reduce((e,t)=>e.concat(t.modules),[])}get hasFoundModules(){return this.foundModules.length>0}get hasConcatenatedModules(){let e=!1;return xn(this.visibleChunks,t=>{if(t.concatenated)return e=!0,!1}),e}get foundModulesSize(){return this.foundModules.reduce((e,t)=>e+t[this.activeSize],0)}filterModulesForSize(e,t){return e.reduce((e,n)=>{if(n[t]){if(n.groups){n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){E(e,t,n[t])})}return e}({},n,{groups:!n.concatenated||this.showConcatenatedModulesContent?this.filterModulesForSize(n.groups,t):null})}n.weight=n[t],e.push(n)}return e},[])}}).prototype,"allChunks",[cn],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),pn=B(fn.prototype,"selectedChunks",[hn],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),gn=B(fn.prototype,"searchQuery",[Ce],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),bn=B(fn.prototype,"defaultSize",[Ce],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),vn=B(fn.prototype,"selectedSize",[Ce],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),yn=B(fn.prototype,"showConcatenatedModulesContent",[Ce],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),B(fn.prototype,"hasParsedSizes",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"hasParsedSizes"),fn.prototype),B(fn.prototype,"activeSize",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"activeSize"),fn.prototype),B(fn.prototype,"visibleChunks",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"visibleChunks"),fn.prototype),B(fn.prototype,"allChunksSelected",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"allChunksSelected"),fn.prototype),B(fn.prototype,"totalChunksSize",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"totalChunksSize"),fn.prototype),B(fn.prototype,"searchQueryRegexp",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"searchQueryRegexp"),fn.prototype),B(fn.prototype,"isSearching",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"isSearching"),fn.prototype),B(fn.prototype,"foundModulesByChunk",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"foundModulesByChunk"),fn.prototype),B(fn.prototype,"foundModules",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"foundModules"),fn.prototype),B(fn.prototype,"hasFoundModules",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"hasFoundModules"),fn.prototype),B(fn.prototype,"hasConcatenatedModules",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"hasConcatenatedModules"),fn.prototype),B(fn.prototype,"foundModulesSize",[ze],Object.getOwnPropertyDescriptor(fn.prototype,"foundModulesSize"),fn.prototype),fn);var Cn=n(5),Sn=n.n(Cn);function Tn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.prefix,r=void 0===n?"":n,i=t.suffix,o=void 0===i?"":i;return r+(e.displayName||e.name||e.constructor&&e.constructor.name||"<component>")+o}var Mn="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},zn=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},kn=function(){function e(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)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),jn=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},Ln=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},Dn=!1,_n=console;function On(e,t,n,r,i){var o=function(e){var t=Ze().allowStateChanges;return Ze().allowStateChanges=e,t}(e),a=void 0;try{a=t(n,r,i)}finally{!function(e){Ze().allowStateChanges=e}(o)}return a}function An(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=e[t],i=Pn[t],o=r?!0===n?function(){i.apply(this,arguments),r.apply(this,arguments)}:function(){r.apply(this,arguments),i.apply(this,arguments)}:i;e[t]=o}function In(e,t){if(null==e||null==t||"object"!==(void 0===e?"undefined":Mn(e))||"object"!==(void 0===t?"undefined":Mn(t)))return e!==t;var n=Object.keys(e);if(n.length!==Object.keys(t).length)return!0;for(var r=void 0,i=n.length-1;r=n[i];i--)if(t[r]!==e[r])return!0;return!1}var Pn={componentWillMount:function(){var e=this;if(!0!==Dn){var t=Tn(this),n=!1,r=!1;u.call(this,"props"),u.call(this,"state");var i=this.render.bind(this),o=null,a=!1,s=function(e,t,n){a=!1;var r=void 0,s=void 0;if(o.track(function(){try{s=On(!1,i,e,t,n)}catch(e){r=e}}),r)throw r;return s};this.render=function(){return(o=new ot(t+".render()",function(){if(!a&&(a=!0,"function"==typeof e.componentWillReact&&e.componentWillReact(),!0!==e.__$mobxIsUnmounted)){var t=!0;try{r=!0,n||P.prototype.forceUpdate.call(e),t=!1}finally{r=!1,t&&o.dispose()}}})).reactComponent=e,s.$mobx=o,e.render=s,s(e.props,e.state,e.context)}}function u(e){var t=this[e],i=re("reactive "+e);Object.defineProperty(this,e,{configurable:!0,enumerable:!0,get:function(){return i.reportObserved(),t},set:function(e){!r&&In(t,e)?(t=e,n=!0,i.reportChanged(),n=!1):t=e}})}},componentWillUnmount:function(){!0!==Dn&&(this.render.$mobx&&this.render.$mobx.dispose(),this.__$mobxIsUnmounted=!0)},componentDidMount:function(){},componentDidUpdate:function(){},shouldComponentUpdate:function(e,t){return Dn&&_n.warn("[mobx-preact] It seems that a re-rendering of a React component is triggered while in static (server-side) mode. Please make sure components are rendered only once server-side."),this.state!==t||In(this.props,e)}};function Nn(e){var t,n;if(arguments.length>1&&_n.warn('Mobx observer: Using observer to inject stores is not supported. Use `@connect(["store1", "store2"]) ComponentClass instead or preferably, use `@inject("store1", "store2") @observer ComponentClass` or `inject("store1", "store2")(observer(componentClass))``'),!0===e.isMobxInjector&&_n.warn("Mobx observer: You are trying to use 'observer' on a component that already has 'inject'. Please apply 'observer' before applying 'inject'"),function(e){return!(e.prototype&&e.prototype.render||P.isPrototypeOf(e))}(e))return Nn((n=t=function(t){function n(){return zn(this,n),Ln(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return jn(n,P),kn(n,[{key:"render",value:function(){return e.call(this,this.props,this.context)}}]),n}(),t.displayName=Tn(e),n));if(!e)throw new Error("Please pass a valid component to 'observer'");return function(e){An(e,"componentWillMount",!0),An(e,"componentDidMount"),e.shouldComponentUpdate||(e.shouldComponentUpdate=Pn.shouldComponentUpdate)}(e.prototype||e),e.isMobXReactObserver=!0,e}Nn(function(e){return e.children[0]()}).displayName="Observer";"undefined"!=typeof window?window:"undefined"!=typeof self&&self;!function(e,t){e(t={exports:{}},t.exports)}(function(e,t){
/**
* Copyright 2015, Yahoo! Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
e.exports=function(){var e={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},t={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},n=Object.defineProperty,r=Object.getOwnPropertyNames,i=Object.getOwnPropertySymbols,o=Object.getOwnPropertyDescriptor,a=Object.getPrototypeOf,s=a&&a(Object);return function u(l,c,h){if("string"!=typeof c){if(s){var f=a(c);f&&f!==s&&u(l,f,h)}var d=r(c);i&&(d=d.concat(i(c)));for(var p=0;p<d.length;++p){var g=d[p];if(!(e[g]||t[g]||h&&h[g])){var b=o(c,g);try{n(l,g,b)}catch(e){}}}return l}return l}}()});var En={children:!0,key:!0,ref:!0},Gn=console;!function(e){function t(){return zn(this,t),Ln(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}jn(t,P),kn(t,[{key:"render",value:function(e){var t=e.children;return t.length>1?s("div",null," ",t," "):t[0]}},{key:"getChildContext",value:function(){var e={},t=this.context.mobxStores;if(t)for(var n in t)e[n]=t[n];for(var r in this.props)En[r]||"suppressChangedStoreWarning"===r||(e[r]=this.props[r]);return{mobxStores:e}}},{key:"componentWillReceiveProps",value:function(e){if(Object.keys(e).length!==Object.keys(this.props).length&&Gn.warn("MobX Provider: The set of provided stores has changed. Please avoid changing stores as the change might not propagate to all children"),!e.suppressChangedStoreWarning)for(var t in e)En[t]||this.props[t]===e[t]||Gn.warn("MobX Provider: Provided store '"+t+"' has changed. Please avoid replacing stores as the change might not propagate to all children")}}])}();if(!P)throw new Error("mobx-preact requires Preact to be available");function Bn(){return(Bn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Fn=n(20),Rn=n.n(Fn);class Un extends P{constructor(e){super(e),this.saveNodeRef=(e=>this.node=e),this.resize=(()=>{this.treemap.resize()}),this.treemap=null,this.zoomOutDisabled=!1}componentDidMount(){this.treemap=this.createTreemap(),window.addEventListener("resize",this.resize)}componentWillReceiveProps(e){if(e.data!==this.props.data)this.treemap.set({dataObject:this.getTreemapDataObject(e.data)});else if(e.highlightGroups!==this.props.highlightGroups){const t=[...e.highlightGroups,...this.props.highlightGroups];setTimeout(()=>this.treemap.redraw(!1,t))}}shouldComponentUpdate(){return!1}componentWillUnmount(){window.removeEventListener("resize",this.resize),this.treemap.dispose()}render(){return s("div",Bn({},this.props,{ref:this.saveNodeRef}))}getTreemapDataObject(e=this.props.data){return{groups:e}}createTreemap(){const e=this,{props:t}=this;return new Rn.a({element:this.node,layout:"squarified",stacking:"flattened",pixelRatio:window.devicePixelRatio||1,maxGroups:1/0,maxGroupLevelsDrawn:1/0,maxGroupLabelLevelsDrawn:1/0,maxGroupLevelsAttached:1/0,groupMinDiameter:0,groupLabelVerticalPadding:.2,rolloutDuration:0,pullbackDuration:0,fadeDuration:0,groupExposureZoomMargin:.2,zoomMouseWheelDuration:300,openCloseDuration:200,dataObject:this.getTreemapDataObject(),titleBarDecorator(e,t,n){n.titleBarShown=!1},groupColorDecorator(t,n,r){const{highlightGroups:i}=e.props,o=n.group;i&&i.has(o)&&(r.groupColor={model:"rgba",r:255,g:0,b:0,a:.8})},onGroupClick(t){Vn(t),e.zoomOutDisabled=!1,this.zoom(t.group)},onGroupDoubleClick:Vn,onGroupHover(n){n.group&&n.group.attribution?n.preventDefault():t.onGroupHover&&t.onGroupHover.call(e,n)},onGroupMouseWheel(t){const{scale:n}=this.get("viewport");if(t.delta<0){if(e.zoomOutDisabled)return Vn(t);n<1&&(e.zoomOutDisabled=!0,Vn(t))}else e.zoomOutDisabled=!1}})}zoomToGroup(e){for(this.zoomOutDisabled=!1;e&&!this.treemap.get("state",e).revealed;)e=this.treemap.get("hierarchy",e).parent;e&&this.treemap.zoom(e)}isGroupRendered(e){const t=this.treemap.get("state",e);return!!t&&t.revealed}update(){this.treemap.update()}}function Vn(e){e.preventDefault()}var Hn=n(1),Wn=n.n(Hn),qn=n(15),$n=n.n(qn);class Kn extends P{constructor(e){super(e),this.saveNode=(e=>this.node=e),this.onMouseMove=(e=>{Object.assign(this.mouseCoords,{x:e.pageX,y:e.pageY}),this.props.visible&&this.updatePosition()}),this.mouseCoords={x:0,y:0},this.state={left:0,top:0}}componentDidMount(){document.addEventListener("mousemove",this.onMouseMove,!1)}shouldComponentUpdate(e){return this.props.visible||e.visible}componentWillUnmount(){document.removeEventListener("mousemove",this.onMouseMove)}render(){const{children:e,visible:t}=this.props,n=Wn()({[$n.a.container]:!0,[$n.a.hidden]:!t});return s("div",{ref:this.saveNode,className:n,style:this.getStyle()},e)}getStyle(){return{left:this.state.left,top:this.state.top}}updatePosition(){if(!this.props.visible)return;const e={left:this.mouseCoords.x+Kn.marginX,top:this.mouseCoords.y+Kn.marginY},t=this.node.getBoundingClientRect();e.left+t.width>window.innerWidth&&(e.left=window.innerWidth-t.width),e.top+t.height>window.innerHeight&&(e.top=this.mouseCoords.y-Kn.marginY-t.height),this.setState(e)}}function Yn(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}Kn.marginX=10,Kn.marginY=30;var Zn=n(9),Jn=n.n(Zn);class Qn extends P{shouldComponentUpdate(e,t){return!Xn(e,this.props)||!Xn(this.state,t)}}function Xn(e,t){if(e===t)return!0;const n=Object.keys(e);if(n.length!==Object.keys(t).length)return!1;for(let r=0;r<n.length;r++){const i=n[r];if(e[i]!==t[i])return!1}return!0}class er extends Qn{constructor(...e){super(...e),this.handleClick=(e=>{this.elem.blur(),this.props.onClick(e)}),this.saveRef=(e=>this.elem=e)}render(e){let{active:t,toggle:n,className:r,children:i}=e,o=Yn(e,["active","toggle","className","children"]);const a=Wn()(r,{[Jn.a.button]:!0,[Jn.a.active]:t,[Jn.a.toggle]:n});return s("button",Bn({},o,{ref:this.saveRef,type:"button",className:a,disabled:this.disabled,onClick:this.handleClick}),i)}get disabled(){const{props:e}=this;return e.disabled||e.active&&!e.toggle}}class tr extends Qn{constructor(...e){super(...e),this.handleClick=(()=>{this.props.onClick(this.props.item)})}render(e){let{item:t}=e,n=Yn(e,["item"]);return s(er,Bn({},n,{onClick:this.handleClick}),t.label)}}var nr=n(10),rr=n.n(nr);class ir extends Qn{render(){const{label:e,items:t,activeItem:n,onSwitch:r}=this.props;return s("div",{className:rr.a.container},s("div",{className:rr.a.label},e,":"),s("div",null,t.map(e=>s(tr,{key:e.label,className:rr.a.item,item:e,active:e===n,onClick:r}))))}}var or=n(4),ar=n.n(or),sr=n(21),ur=n.n(sr);const lr={"arrow-right":{src:n(32),size:[7,13]},pin:{src:n(33),size:[12,18]}};class cr extends Qn{render({className:e}){return s("i",{className:Wn()(ur.a.icon,e),style:this.style})}get style(){const{name:e,size:t,rotate:n}=this.props,r=lr[e];if(!r)throw new TypeError(`Can't find "${e}" icon.`);let[i,o]=r.size;if(t){const e=t/Math.max(i,o);i=Math.min(Math.ceil(i*e),t),o=Math.min(Math.ceil(o*e),t)}return{backgroundImage:`url(${r.src})`,width:`${i}px`,height:`${o}px`,transform:n?`rotate(${n}deg)`:""}}}const hr=parseInt(ar.a.toggleTime);class fr extends P{constructor(...e){super(...e),this.allowHide=!0,this.toggling=!1,this.hideContentTimeout=null,this.width=null,this.state={visible:!0,renderContent:!0},this.handleClick=(()=>{this.allowHide=!1}),this.handleMouseEnter=(()=>{this.toggling||this.props.pinned||(clearTimeout(this.hideTimeoutId),this.toggleVisibility(!0))}),this.handleMouseMove=(()=>{this.allowHide=!0}),this.handleMouseLeave=(()=>{!this.allowHide||this.toggling||this.props.pinned||this.toggleVisibility(!1)}),this.handleToggleButtonClick=(()=>{this.toggleVisibility()}),this.handlePinButtonClick=(()=>{const e=!this.props.pinned;this.width=e?this.node.getBoundingClientRect().width:null,this.updateNodeWidth(),this.props.onPinStateChange(e)}),this.handleResizeStart=(e=>{this.resizeInfo={startPageX:e.pageX,initialWidth:this.width},document.body.classList.add("resizing","col"),document.addEventListener("mousemove",this.handleResize,!0),document.addEventListener("mouseup",this.handleResizeEnd,!0)}),this.handleResize=(e=>{this.width=this.resizeInfo.initialWidth+(e.pageX-this.resizeInfo.startPageX),this.updateNodeWidth()}),this.handleResizeEnd=(()=>{document.body.classList.remove("resizing","col"),document.removeEventListener("mousemove",this.handleResize,!0),document.removeEventListener("mouseup",this.handleResizeEnd,!0),this.props.onResize()}),this.saveNode=(e=>this.node=e)}componentDidMount(){this.hideTimeoutId=setTimeout(()=>this.toggleVisibility(!1),3e3)}componentWillUnmount(){clearTimeout(this.hideTimeoutId),clearTimeout(this.hideContentTimeout)}render(){const{position:e,pinned:t,children:n}=this.props,{visible:r,renderContent:i}=this.state,o=Wn()({[ar.a.container]:!0,[ar.a.pinned]:t,[ar.a.left]:"left"===e,[ar.a.hidden]:!r,[ar.a.empty]:!i});return s("div",{ref:this.saveNode,className:o,onClick:this.handleClick,onMouseLeave:this.handleMouseLeave},r&&s(er,{type:"button",title:"Pin",className:ar.a.pinButton,toggle:!0,active:t,onClick:this.handlePinButtonClick},s(cr,{name:"pin",size:13})),s(er,{type:"button",title:r?"Hide":"Show sidebar",className:ar.a.toggleButton,onClick:this.handleToggleButtonClick},s(cr,{name:"arrow-right",size:10,rotate:r?180:0})),t&&r&&s("div",{className:ar.a.resizer,onMouseDown:this.handleResizeStart}),s("div",{className:ar.a.content,onMouseEnter:this.handleMouseEnter,onMouseMove:this.handleMouseMove},i?n:null))}toggleVisibility(e){clearTimeout(this.hideContentTimeout);const{visible:t}=this.state,{onToggle:n,pinned:r}=this.props;if(void 0===e)e=!t;else if(e===t)return;this.setState({visible:e}),this.toggling=!0,setTimeout(()=>{this.toggling=!1},hr),r&&this.updateNodeWidth(e?this.width:null),e||r?(this.setState({renderContent:e}),n(e)):e||(this.hideContentTimeout=setTimeout(()=>{this.hideContentTimeout=null,this.setState({renderContent:!1}),n(!1)},hr))}updateNodeWidth(e=this.width){this.node.style.width=e?`${e}px`:""}}fr.defaultProps={pinned:!1,position:"left"};var dr=n(11),pr=n.n(dr);class gr extends P{constructor(...e){super(...e),this.handleChange=(()=>{this.props.onChange(!this.props.checked)})}render(){const{checked:e,className:t,children:n}=this.props;return s("label",{className:Wn()(pr.a.label,t)},s("input",{className:pr.a.checkbox,type:"checkbox",checked:e,onChange:this.handleChange}),s("span",{className:pr.a.itemText},n))}}var br=n(7),vr=n.n(br);class yr extends P{constructor(...e){super(...e),this.handleChange=(()=>{this.props.onChange(this.props.item)})}render(){return s("div",{className:vr.a.item},s(gr,Bn({},this.props,{onChange:this.handleChange}),this.renderLabel()))}renderLabel(){const{children:e,item:t}=this.props;return e&&e.length?e[0](t):t===xr.ALL_ITEM?"All":t.label}}const mr=Symbol("ALL_ITEM");class xr extends Qn{constructor(e){super(e),this.handleToggleAllCheck=(()=>{const e=this.isAllChecked()?[]:this.props.items;this.setState({checkedItems:e}),this.informAboutChange(e)}),this.handleItemCheck=(e=>{let t;t=this.isItemChecked(e)?this.state.checkedItems.filter(t=>t!==e):[...this.state.checkedItems,e],this.setState({checkedItems:t}),this.informAboutChange(t)}),this.state={checkedItems:e.checkedItems||e.items}}componentWillReceiveProps(e){if(e.items!==this.props.items)if(this.isAllChecked())this.setState({checkedItems:e.items}),this.informAboutChange(e.items);else if(this.state.checkedItems.length){const t=e.items.filter(e=>this.state.checkedItems.find(t=>t.label===e.label));this.setState({checkedItems:t}),this.informAboutChange(t)}}render(){const{label:e,items:t,renderLabel:n}=this.props;return s("div",{className:vr.a.container},s("div",{className:vr.a.label},e,":"),s("div",null,s(yr,{item:mr,checked:this.isAllChecked(),onChange:this.handleToggleAllCheck},n),t.map(e=>s(yr,{key:e.label,item:e,checked:this.isItemChecked(e),onChange:this.handleItemCheck},n))))}isItemChecked(e){return this.state.checkedItems.includes(e)}isAllChecked(){return this.props.items.length===this.state.checkedItems.length}informAboutChange(e){setTimeout(()=>this.props.onChange(e))}}xr.ALL_ITEM=mr;var wr=n(0),Cr=n.n(wr),Sr=n(22),Tr=n.n(Sr),Mr=n(6),zr=n.n(Mr);class kr extends Qn{constructor(...e){super(...e),this.handleValueChange=Tr()(e=>{this.informChange(e.target.value)},400),this.handleInputBlur=(()=>{this.handleValueChange.flush()}),this.handleClearClick=(()=>{this.clear(),this.focus()}),this.handleKeyDown=(e=>{let t=!0;switch(e.key){case"Escape":this.clear();break;case"Enter":this.handleValueChange.flush();break;default:t=!1}t&&e.stopPropagation()}),this.saveInputNode=(e=>this.input=e)}componentDidMount(){this.props.autofocus&&this.focus()}componentWillUnmount(){this.handleValueChange.cancel()}render(){const{label:e,query:t}=this.props;return s("div",{className:zr.a.container},s("div",{className:zr.a.label},e,":"),s("div",{className:zr.a.row},s("input",{ref:this.saveInputNode,className:zr.a.input,type:"text",value:t,placeholder:"Enter regexp",onInput:this.handleValueChange,onBlur:this.handleInputBlur,onKeyDown:this.handleKeyDown}),s(er,{className:zr.a.clear,onClick:this.handleClearClick},"x")))}focus(){this.input&&this.input.focus()}clear(){this.handleValueChange.cancel(),this.informChange(""),this.input.value=""}informChange(e){this.props.onQueryChange(e)}}var jr,Lr,Dr=n(23),_r=n.n(Dr),Or=n(24),Ar=n.n(Or),Ir=n(8),Pr=n.n(Ir),Nr=n(25),Er=n.n(Nr),Gr=n(12),Br=n.n(Gr);class Fr extends Qn{constructor(...e){super(...e),this.state={visible:!0},this.handleClick=(()=>this.props.onClick(this.props.module)),this.handleMouseEnter=(()=>{this.props.isVisible&&this.setState({visible:this.isVisible})})}render({module:e,showSize:t}){const n=!this.state.visible;return s("div",{className:Wn()(Br.a.container,Br.a[this.itemType],{[Br.a.invisible]:n}),title:n?this.invisibleHint:null,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},s("span",{dangerouslySetInnerHTML:{__html:this.titleHtml}}),t&&[" (",s("strong",null,Sn()(e[t])),")"])}get itemType(){const{module:e}=this.props;return e.path?e.groups?"folder":"module":"chunk"}get titleHtml(){let e;const{module:t}=this.props,n=t.path||t.label,r=this.props.highlightedText;if(r){const t=r instanceof RegExp?new RegExp(r.source,"ig"):new RegExp(`(?:${Er()(r)})+`,"i");let i,o;do{o=i,i=t.exec(n)}while(i);o&&(e=Pr()(n.slice(0,o.index))+`<strong>${Pr()(o[0])}</strong>`+Pr()(n.slice(o.index+o[0].length)))}return e||(e=Pr()(n)),e}get invisibleHint(){return`${Ar()(this.itemType)} is not rendered in the treemap because it's too small.`}get isVisible(){const{isVisible:e}=this.props;return!e||e(this.props.module)}}class Rr extends Qn{constructor(...e){super(...e),this.handleModuleClick=(e=>this.props.onModuleClick(e))}render({modules:e,showSize:t,highlightedText:n,isModuleVisible:r,className:i}){return s("div",{className:Wn()(_r.a.container,i)},e.map(e=>s(Fr,{key:e.cid,module:e,showSize:t,highlightedText:n,isVisible:r,onClick:this.handleModuleClick})))}}const Ur=[{label:"Stat",prop:"statSize"},{label:"Parsed",prop:"parsedSize"},{label:"Gzipped",prop:"gzipSize"}];let Vr=Nn((B((Lr=class extends P{constructor(...e){super(...e),this.state={sidebarPinned:!1,showTooltip:!1,tooltipContent:null},this.renderChunkItemLabel=(e=>{const t=e===xr.ALL_ITEM,n=t?"All":e.label,r=t?wn.totalChunksSize:e[wn.activeSize];return[`${n} (`,s("strong",null,Sn()(r)),")"]}),this.handleConcatenatedModulesContentToggle=(e=>{wn.showConcatenatedModulesContent=e}),this.handleSidebarToggle=(()=>{this.state.sidebarPinned&&setTimeout(()=>this.treemap.resize())}),this.handleSidebarPinStateChange=(e=>{this.setState({sidebarPinned:e}),setTimeout(()=>this.treemap.resize())}),this.handleSidebarResize=(()=>{this.treemap.resize()}),this.handleSizeSwitch=(e=>{wn.selectedSize=e.prop}),this.handleQueryChange=(e=>{wn.searchQuery=e}),this.handleSelectedChunksChange=(e=>{wn.selectedChunks=e}),this.handleMouseLeaveTreemap=(()=>{this.setState({showTooltip:!1})}),this.handleTreemapGroupHover=(e=>{const{group:t}=e;t?this.setState({showTooltip:!0,tooltipContent:this.getTooltipContent(t)}):this.setState({showTooltip:!1})}),this.handleFoundModuleClick=(e=>this.treemap.zoomToGroup(e)),this.isModuleVisible=(e=>this.treemap.isGroupRendered(e)),this.saveTreemapRef=(e=>this.treemap=e)}render(){const{sidebarPinned:e,showTooltip:t,tooltipContent:n}=this.state;return s("div",{className:Cr.a.container},s(fr,{pinned:e,onToggle:this.handleSidebarToggle,onPinStateChange:this.handleSidebarPinStateChange,onResize:this.handleSidebarResize},s("div",{className:Cr.a.sidebarGroup},s(ir,{label:"Treemap sizes",items:this.sizeSwitchItems,activeItem:this.activeSizeItem,onSwitch:this.handleSizeSwitch}),wn.hasConcatenatedModules&&s("div",{className:Cr.a.showOption},s(gr,{checked:wn.showConcatenatedModulesContent,onChange:this.handleConcatenatedModulesContentToggle},`Show content of concatenated modules${"statSize"===wn.activeSize?"":" (inaccurate)"}`))),s("div",{className:Cr.a.sidebarGroup},s(kr,{label:"Search modules",query:wn.searchQuery,autofocus:!0,onQueryChange:this.handleQueryChange}),s("div",{className:Cr.a.foundModulesInfo},this.foundModulesInfo),wn.isSearching&&wn.hasFoundModules&&s("div",{className:Cr.a.foundModulesContainer},wn.foundModulesByChunk.map(({chunk:e,modules:t})=>s("div",{key:e.cid,className:Cr.a.foundModulesChunk},s("div",{className:Cr.a.foundModulesChunkName,onClick:()=>this.treemap.zoomToGroup(e)},e.label),s(Rr,{className:Cr.a.foundModulesList,modules:t,showSize:wn.activeSize,highlightedText:wn.searchQueryRegexp,isModuleVisible:this.isModuleVisible,onModuleClick:this.handleFoundModuleClick}))))),this.chunkItems.length>1&&s("div",{className:Cr.a.sidebarGroup},s(xr,{label:"Show chunks",items:this.chunkItems,checkedItems:wn.selectedChunks,renderLabel:this.renderChunkItemLabel,onChange:this.handleSelectedChunksChange}))),s(Un,{ref:this.saveTreemapRef,className:Cr.a.map,data:wn.visibleChunks,highlightGroups:this.highlightedModules,weightProp:wn.activeSize,onMouseLeave:this.handleMouseLeaveTreemap,onGroupHover:this.handleTreemapGroupHover}),s(Kn,{visible:t},n))}renderModuleSize(e,t){const n=`${t}Size`,r=e[n],i=Ur.find(e=>e.prop===n).label,o=wn.activeSize===n;return"number"==typeof r?s("div",{className:o?Cr.a.activeSize:""},i," size: ",s("strong",null,Sn()(r))):null}get sizeSwitchItems(){return wn.hasParsedSizes?Ur:Ur.slice(0,1)}get activeSizeItem(){return this.sizeSwitchItems.find(e=>e.prop===wn.activeSize)}get chunkItems(){const{allChunks:e,activeSize:t}=wn;let n=[...e];return"statSize"!==t&&(n=n.filter(mn)),n.sort((e,n)=>n[t]-e[t]),n}get highlightedModules(){return new Set(wn.foundModules)}get foundModulesInfo(){return wn.isSearching?wn.hasFoundModules?[s("div",{className:Cr.a.foundModulesInfoItem},"Count: ",s("strong",null,wn.foundModules.length)),s("div",{className:Cr.a.foundModulesInfoItem},"Total size: ",s("strong",null,Sn()(wn.foundModulesSize)))]:"Nothing found"+(wn.allChunksSelected?"":" in selected chunks"):" "}getTooltipContent(e){return e?s("div",null,s("div",null,s("strong",null,e.label)),s("br",null),this.renderModuleSize(e,"stat"),!e.inaccurateSizes&&this.renderModuleSize(e,"parsed"),!e.inaccurateSizes&&this.renderModuleSize(e,"gzip"),e.path&&s("div",null,"Path: ",s("strong",null,e.path))):null}}).prototype,"sizeSwitchItems",[ze],Object.getOwnPropertyDescriptor(Lr.prototype,"sizeSwitchItems"),Lr.prototype),B(Lr.prototype,"activeSizeItem",[ze],Object.getOwnPropertyDescriptor(Lr.prototype,"activeSizeItem"),Lr.prototype),B(Lr.prototype,"chunkItems",[ze],Object.getOwnPropertyDescriptor(Lr.prototype,"chunkItems"),Lr.prototype),B(Lr.prototype,"highlightedModules",[ze],Object.getOwnPropertyDescriptor(Lr.prototype,"highlightedModules"),Lr.prototype),B(Lr.prototype,"foundModulesInfo",[ze],Object.getOwnPropertyDescriptor(Lr.prototype,"foundModulesInfo"),Lr.prototype),jr=Lr))||jr;n(63);let Hr;try{window.enableWebSocket&&(Hr=new WebSocket(`ws://${location.host}`))}catch(e){console.warn("Couldn't connect to analyzer websocket server so you'll have to reload page manually to see updates in the treemap")}window.addEventListener("load",()=>{wn.defaultSize=`${window.defaultSizes}Size`,wn.setModules(window.chartData),N(s(Vr,null),document.getElementById("app")),Hr&&Hr.addEventListener("message",e=>{const t=JSON.parse(e.data);"chartDataUpdated"===t.event&&wn.setModules(t.data)})},!1)}]);
//# sourceMappingURL=viewer.js.map
</script>
</head>
<body>
<div id="app"></div>
<script>
window.chartData = [{"label":"static/js/main.3345fe29.js","statSize":269258,"parsedSize":175848,"gzipSize":57092,"groups":[{"label":"node_modules","path":"./node_modules","statSize":265032,"groups":[{"label":"react","path":"./node_modules/react","statSize":6314,"groups":[{"id":0,"label":"index.js","path":"./node_modules/react/index.js","statSize":190,"parsedSize":45,"gzipSize":65},{"label":"cjs","path":"./node_modules/react/cjs","statSize":6124,"groups":[{"id":13,"label":"react.production.min.js","path":"./node_modules/react/cjs/react.production.min.js","statSize":6124,"parsedSize":5803,"gzipSize":2448}],"parsedSize":5803,"gzipSize":2448}],"parsedSize":5848,"gzipSize":2456},{"label":"object-assign","path":"./node_modules/object-assign","statSize":2108,"groups":[{"id":1,"label":"index.js","path":"./node_modules/object-assign/index.js","statSize":2108,"parsedSize":950,"gzipSize":530}],"parsedSize":950,"gzipSize":530},{"label":"promise/lib","path":"./node_modules/promise/lib","statSize":10423,"groups":[{"id":2,"label":"core.js","path":"./node_modules/promise/lib/core.js","statSize":4862,"parsedSize":1869,"gzipSize":798},{"id":7,"label":"rejection-tracking.js","path":"./node_modules/promise/lib/rejection-tracking.js","statSize":2887,"parsedSize":1196,"gzipSize":596},{"id":10,"label":"es6-extensions.js","path":"./node_modules/promise/lib/es6-extensions.js","statSize":2674,"parsedSize":1213,"gzipSize":517}],"parsedSize":4278,"gzipSize":1628},{"label":"react-dom","path":"./node_modules/react-dom","statSize":95778,"groups":[{"id":3,"label":"index.js","path":"./node_modules/react-dom/index.js","statSize":1363,"parsedSize":252,"gzipSize":177},{"label":"cjs","path":"./node_modules/react-dom/cjs","statSize":94415,"groups":[{"id":14,"label":"react-dom.production.min.js","path":"./node_modules/react-dom/cjs/react-dom.production.min.js","statSize":94415,"parsedSize":92802,"gzipSize":29820}],"parsedSize":92802,"gzipSize":29820}],"parsedSize":93054,"gzipSize":29871},{"label":"prop-types","path":"./node_modules/prop-types","statSize":2739,"groups":[{"id":4,"label":"index.js","path":"./node_modules/prop-types/index.js","statSize":956,"parsedSize":34,"gzipSize":54},{"id":27,"label":"factoryWithThrowingShims.js","path":"./node_modules/prop-types/factoryWithThrowingShims.js","statSize":1469,"parsedSize":582,"gzipSize":371},{"label":"lib","path":"./node_modules/prop-types/lib","statSize":314,"groups":[{"id":28,"label":"ReactPropTypesSecret.js","path":"./node_modules/prop-types/lib/ReactPropTypesSecret.js","statSize":314,"parsedSize":86,"gzipSize":106}],"parsedSize":86,"gzipSize":106}],"parsedSize":702,"gzipSize":436},{"label":"asap","path":"./node_modules/asap","statSize":9612,"groups":[{"id":8,"label":"browser-raw.js","path":"./node_modules/asap/browser-raw.js","statSize":9612,"parsedSize":700,"gzipSize":435}],"parsedSize":700,"gzipSize":435},{"label":"whatwg-fetch","path":"./node_modules/whatwg-fetch","statSize":12680,"groups":[{"id":11,"label":"fetch.js","path":"./node_modules/whatwg-fetch/fetch.js","statSize":12680,"parsedSize":7268,"gzipSize":2447}],"parsedSize":7268,"gzipSize":2447},{"label":"schedule","path":"./node_modules/schedule","statSize":3456,"groups":[{"id":15,"label":"index.js","path":"./node_modules/schedule/index.js","statSize":196,"parsedSize":45,"gzipSize":65},{"label":"cjs","path":"./node_modules/schedule/cjs","statSize":3260,"groups":[{"id":16,"label":"schedule.production.min.js","path":"./node_modules/schedule/cjs/schedule.production.min.js","statSize":3260,"parsedSize":2959,"gzipSize":1255}],"parsedSize":2959,"gzipSize":1255}],"parsedSize":3004,"gzipSize":1269},{"label":"rebass/dist","path":"./node_modules/rebass/dist","statSize":4342,"groups":[{"id":18,"label":"index.js","path":"./node_modules/rebass/dist/index.js","statSize":4342,"parsedSize":2489,"gzipSize":965}],"parsedSize":2489,"gzipSize":965},{"label":"styled-components/dist","path":"./node_modules/styled-components/dist","statSize":75901,"groups":[{"id":19,"label":"styled-components.browser.esm.js","path":"./node_modules/styled-components/dist/styled-components.browser.esm.js","statSize":75901,"parsedSize":23191,"gzipSize":8176}],"parsedSize":23191,"gzipSize":8176},{"label":"process","path":"./node_modules/process","statSize":5418,"groups":[{"id":20,"label":"browser.js","path":"./node_modules/process/browser.js","statSize":5418,"parsedSize":1686,"gzipSize":701}],"parsedSize":1686,"gzipSize":701},{"label":"stylis","path":"./node_modules/stylis","statSize":12248,"groups":[{"id":22,"label":"stylis.min.js","path":"./node_modules/stylis/stylis.min.js","statSize":12248,"parsedSize":11943,"gzipSize":4724}],"parsedSize":11943,"gzipSize":4724},{"label":"stylis-rule-sheet","path":"./node_modules/stylis-rule-sheet","statSize":1131,"groups":[{"id":23,"label":"index.js","path":"./node_modules/stylis-rule-sheet/index.js","statSize":1131,"parsedSize":411,"gzipSize":264}],"parsedSize":411,"gzipSize":264},{"label":"react-is","path":"./node_modules/react-is","statSize":2116,"groups":[{"id":24,"label":"index.js","path":"./node_modules/react-is/index.js","statSize":196,"parsedSize":45,"gzipSize":65},{"label":"cjs","path":"./node_modules/react-is/cjs","statSize":1920,"groups":[{"id":25,"label":"react-is.production.min.js","path":"./node_modules/react-is/cjs/react-is.production.min.js","statSize":1920,"parsedSize":1555,"gzipSize":563}],"parsedSize":1555,"gzipSize":563}],"parsedSize":1600,"gzipSize":576},{"label":"memoize-one/dist","path":"./node_modules/memoize-one/dist","statSize":896,"groups":[{"id":26,"label":"memoize-one.esm.js","path":"./node_modules/memoize-one/dist/memoize-one.esm.js","statSize":896,"parsedSize":338,"gzipSize":231}],"parsedSize":338,"gzipSize":231},{"label":"@emotion","path":"./node_modules/@emotion","statSize":4195,"groups":[{"label":"is-prop-valid/dist","path":"./node_modules/@emotion/is-prop-valid/dist","statSize":4017,"groups":[{"id":29,"label":"is-prop-valid.esm.js","path":"./node_modules/@emotion/is-prop-valid/dist/is-prop-valid.esm.js","statSize":4017,"parsedSize":3944,"gzipSize":1967}],"parsedSize":3944,"gzipSize":1967},{"label":"memoize/dist","path":"./node_modules/@emotion/memoize/dist","statSize":178,"groups":[{"id":30,"label":"memoize.esm.js","path":"./node_modules/@emotion/memoize/dist/memoize.esm.js","statSize":178,"parsedSize":117,"gzipSize":111}],"parsedSize":117,"gzipSize":111}],"parsedSize":4061,"gzipSize":2028},{"label":"styled-system/dist","path":"./node_modules/styled-system/dist","statSize":15278,"groups":[{"id":31,"label":"index.esm.js","path":"./node_modules/styled-system/dist/index.esm.js","statSize":15278,"parsedSize":11225,"gzipSize":3320}],"parsedSize":11225,"gzipSize":3320},{"label":"@babel/runtime/helpers/esm","path":"./node_modules/@babel/runtime/helpers/esm","statSize":397,"groups":[{"id":32,"label":"extends.js","path":"./node_modules/@babel/runtime/helpers/esm/extends.js","statSize":397,"parsedSize":243,"gzipSize":187}],"parsedSize":243,"gzipSize":187}],"parsedSize":172991,"gzipSize":56398},{"id":5,"label":"multi /Users/arthur/Downloads/sandbox/config/polyfills.js /Users/arthur/Downloads/sandbox/src/index.js","path":"./multi /Users/arthur/Downloads/sandbox/config/polyfills.js /Users/arthur/Downloads/sandbox/src/index.js","statSize":40,"parsedSize":37,"gzipSize":57},{"label":"config","path":"./config","statSize":856,"groups":[{"id":6,"label":"polyfills.js","path":"./config/polyfills.js","statSize":856,"parsedSize":121,"gzipSize":126}],"parsedSize":121,"gzipSize":126},{"label":"buildin","path":"./buildin","statSize":1060,"groups":[{"id":9,"label":"global.js","path":"./buildin/global.js","statSize":488,"parsedSize":159,"gzipSize":137},{"id":21,"label":"harmony-module.js","path":"./buildin/harmony-module.js","statSize":572,"parsedSize":341,"gzipSize":186}],"parsedSize":500,"gzipSize":258},{"label":"src","path":"./src","statSize":2270,"groups":[{"id":12,"label":"index.js","path":"./src/index.js","statSize":159,"parsedSize":194,"gzipSize":174},{"id":17,"label":"App.js","path":"./src/App.js","statSize":2111,"parsedSize":1466,"gzipSize":742}],"parsedSize":1660,"gzipSize":827}]}];
window.defaultSizes = "gzip";
window.enableWebSocket = false;
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment