babylon.nodeEditor.js 568 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("babylonjs")):"function"==typeof define&&define.amd?define("babylonjs-node-editor",["babylonjs"],t):"object"==typeof exports?exports["babylonjs-node-editor"]=t(require("babylonjs")):e.NODEEDITOR=t(e.BABYLON)}("undefined"!=typeof self?self:"undefined"!=typeof global?global:this,function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=127)}([function(e,t,n){"use strict";e.exports=n(128)},function(t,n){t.exports=e},function(e,t,n){var r;window,r=function(e,t){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},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=45)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){e.exports={Always:1,Never:2,IfAtMostOneObstacle:3,OnlyWhenNoObstacles:4}},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){function t(t,n){var r=e.call(this,n)||this;return r.className=t,r}return o(t,e),t.prototype.bem=function(e){return(this.props.baseClass||this.className)+e+" "},t.prototype.getClassName=function(){return(this.props.baseClass||this.className)+" "+(this.props.className?this.props.className+" ":"")},t.prototype.getProps=function(){return i({},this.props.extraProps||{},{className:this.getClassName()})},t}(n(1).Component);t.BaseWidget=a},function(e,t){function n(e){for(var t=[[e.x,e.y]];e.parent;)e=e.parent,t.push([e.x,e.y]);return t.reverse()}function r(e,t,n,r){var o,i,a,l,s,u,c=Math.abs,p=[];for(o=e<n?1:-1,i=t<r?1:-1,s=(a=c(n-e))-(l=c(r-t));p.push([e,t]),e!==n||t!==r;)(u=2*s)>-l&&(s-=l,e+=o),u<a&&(s+=a,t+=i);return p}t.backtrace=n,t.biBacktrace=function(e,t){var r=n(e),o=n(t);return r.concat(o.reverse())},t.pathLength=function(e){var t,n,r,o,i,a=0;for(t=1;t<e.length;++t)n=e[t-1],r=e[t],o=n[0]-r[0],i=n[1]-r[1],a+=Math.sqrt(o*o+i*i);return a},t.interpolate=r,t.expandPath=function(e){var t,n,o,i,a,l,s=[],u=e.length;if(u<2)return s;for(a=0;a<u-1;++a)for(t=e[a],n=e[a+1],i=(o=r(t[0],t[1],n[0],n[1])).length,l=0;l<i-1;++l)s.push(o[l]);return s.push(e[u-1]),s},t.smoothenPath=function(e,t){var n,o,i,a,l,s,u,c,p,f=t.length,d=t[0][0],h=t[0][1],g=t[f-1][0],m=t[f-1][1];for(i=[[n=d,o=h]],a=2;a<f;++a){for(u=r(n,o,(s=t[a])[0],s[1]),p=!1,l=1;l<u.length;++l)if(c=u[l],!e.isWalkableAt(c[0],c[1])){p=!0;break}p&&(lastValidCoord=t[a-1],i.push(lastValidCoord),n=lastValidCoord[0],o=lastValidCoord[1])}return i.push([g,m]),i},t.compressPath=function(e){if(e.length<3)return e;var t,n,r,o,i,a,l=[],s=e[0][0],u=e[0][1],c=e[1][0],p=e[1][1],f=c-s,d=p-u;for(f/=i=Math.sqrt(f*f+d*d),d/=i,l.push([s,u]),a=2;a<e.length;a++)t=c,n=p,r=f,o=d,f=(c=e[a][0])-t,d=(p=e[a][1])-n,d/=i=Math.sqrt(f*f+d*d),(f/=i)===r&&d===o||l.push([t,n]);return l.push([c,p]),l}},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(6),a=n(0),l=function(e){function t(t,n){var r=e.call(this)||this;return r.x=n.x,r.y=n.y,r.parent=t,r}return o(t,e),t.prototype.getSelectedEntities=function(){return e.prototype.isSelected.call(this)&&!this.isConnectedToPort()?[this]:[]},t.prototype.isConnectedToPort=function(){return null!==this.parent.getPortForPoint(this)},t.prototype.getLink=function(){return this.getParent()},t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.x=t.x,this.y=t.y},t.prototype.serialize=function(){return a.merge(e.prototype.serialize.call(this),{x:this.x,y:this.y})},t.prototype.remove=function(){this.parent&&this.parent.removePoint(this),e.prototype.remove.call(this)},t.prototype.updateLocation=function(e){this.x=e.x,this.y=e.y},t.prototype.getX=function(){return this.x},t.prototype.getY=function(){return this.y},t.prototype.isLocked=function(){return e.prototype.isLocked.call(this)||this.getParent().isLocked()},t}(i.BaseModel);t.PointModel=l},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(13),l=n(0),s=function(e){function t(t,n){var r=e.call(this,n)||this;return r.type=t,r.selected=!1,r}return o(t,e),t.prototype.getParent=function(){return this.parent},t.prototype.setParent=function(e){this.parent=e},t.prototype.getSelectedEntities=function(){return this.isSelected()?[this]:[]},t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.type=t.type,this.selected=t.selected},t.prototype.serialize=function(){return l.merge(e.prototype.serialize.call(this),{type:this.type,selected:this.selected})},t.prototype.getType=function(){return this.type},t.prototype.getID=function(){return this.id},t.prototype.isSelected=function(){return this.selected},t.prototype.setSelected=function(e){void 0===e&&(e=!0),this.selected=e,this.iterateListeners(function(t,n){t.selectionChanged&&t.selectionChanged(i({},n,{isSelected:e}))})},t.prototype.remove=function(){this.iterateListeners(function(e,t){e.entityRemoved&&e.entityRemoved(t)})},t}(a.BaseEntity);t.BaseModel=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(70),o=n(16),i=n(51),a=function(){function e(){}return e.UID=function(){return e.TESTING?(e.TESTING_UID++,""+e.TESTING_UID):"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})},e.closest=function(e,t){return document.body.closest?e.closest(t):r(e,t)},e.generateLinePath=function(e,t){return"M"+e.x+","+e.y+" L "+t.x+","+t.y},e.generateCurvePath=function(e,t,n){void 0===n&&(n=0);var r=Math.abs(e.x-t.x)>Math.abs(e.y-t.y),o=r?n:0,i=r?0:n;return"M"+e.x+","+e.y+" C "+(e.x+o)+","+(e.y+i)+"\n "+(t.x-o)+","+(t.y-i)+" "+t.x+","+t.y},e.generateDynamicPath=function(e){var t=i();return t=t.moveto(e[0][0]*o.ROUTING_SCALING_FACTOR,e[0][1]*o.ROUTING_SCALING_FACTOR),e.slice(1).forEach(function(e){t=t.lineto(e[0]*o.ROUTING_SCALING_FACTOR,e[1]*o.ROUTING_SCALING_FACTOR)}),t.print()},e.TESTING=!1,e.TESTING_UID=0,e}();t.Toolkit=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e){this.type=e}return e.prototype.getType=function(){return this.type},e}();t.AbstractFactory=r},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(6),a=n(0),l=function(e){function t(t,n){void 0===t&&(t="default");var r=e.call(this,t,n)||this;return r.x=0,r.y=0,r.extras={},r.ports={},r}return o(t,e),t.prototype.setPosition=function(e,t){var n=this.x,r=this.y;a.forEach(this.ports,function(o){a.forEach(o.getLinks(),function(i){var a=i.getPointForPort(o);a.x=a.x+e-n,a.y=a.y+t-r})}),this.x=e,this.y=t},t.prototype.getSelectedEntities=function(){var t=e.prototype.getSelectedEntities.call(this);return this.isSelected()&&a.forEach(this.ports,function(e){t=t.concat(a.map(e.getLinks(),function(t){return t.getPointForPort(e)}))}),t},t.prototype.deSerialize=function(t,n){var r=this;e.prototype.deSerialize.call(this,t,n),this.x=t.x,this.y=t.y,this.extras=t.extras,a.forEach(t.ports,function(e){var t=n.getPortFactory(e.type).getNewInstance();t.deSerialize(e,n),r.addPort(t)})},t.prototype.serialize=function(){return a.merge(e.prototype.serialize.call(this),{x:this.x,y:this.y,extras:this.extras,ports:a.map(this.ports,function(e){return e.serialize()})})},t.prototype.doClone=function(e,t){void 0===e&&(e={}),t.ports={},a.forEach(this.ports,function(n){t.addPort(n.clone(e))})},t.prototype.remove=function(){e.prototype.remove.call(this),a.forEach(this.ports,function(e){a.forEach(e.getLinks(),function(e){e.remove()})})},t.prototype.getPortFromID=function(e){for(var t in this.ports)if(this.ports[t].id===e)return this.ports[t];return null},t.prototype.getPort=function(e){return this.ports[e]},t.prototype.getPorts=function(){return this.ports},t.prototype.removePort=function(e){this.ports[e.name]&&(this.ports[e.name].setParent(null),delete this.ports[e.name])},t.prototype.addPort=function(e){return e.setParent(this),this.ports[e.name]=e,e},t.prototype.updateDimensions=function(e){var t=e.width,n=e.height;this.width=t,this.height=n},t}(i.BaseModel);t.NodeModel=l},function(e,t){e.exports={manhattan:function(e,t){return e+t},euclidean:function(e,t){return Math.sqrt(e*e+t*t)},octile:function(e,t){var n=Math.SQRT2-1;return e<t?n*e+t:n*t+e},chebyshev:function(e,t){return Math.max(e,t)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){return function(e,t){this.mouseX=e,this.mouseY=t,this.ms=(new Date).getTime()}}();t.BaseAction=r},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(6),a=n(0),l=function(e){function t(t,n,r,o){var i=e.call(this,n,r)||this;return i.name=t,i.links={},i.maximumLinks=o,i}return o(t,e),t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.name=t.name,this.maximumLinks=t.maximumLinks},t.prototype.serialize=function(){return a.merge(e.prototype.serialize.call(this),{name:this.name,parentNode:this.parent.id,links:a.map(this.links,function(e){return e.id}),maximumLinks:this.maximumLinks})},t.prototype.doClone=function(e,t){void 0===e&&(e={}),t.links={},t.parentNode=this.getParent().clone(e)},t.prototype.getNode=function(){return this.getParent()},t.prototype.getName=function(){return this.name},t.prototype.getMaximumLinks=function(){return this.maximumLinks},t.prototype.setMaximumLinks=function(e){this.maximumLinks=e},t.prototype.removeLink=function(e){delete this.links[e.getID()]},t.prototype.addLink=function(e){this.links[e.getID()]=e},t.prototype.getLinks=function(){return this.links},t.prototype.createLinkModel=function(){if(a.isFinite(this.maximumLinks)){var e=a.size(this.links);if(1===this.maximumLinks&&e>=1)return a.values(this.links)[0];if(e>=this.maximumLinks)return null}return null},t.prototype.updateCoords=function(e){var t=e.x,n=e.y,r=e.width,o=e.height;this.x=t,this.y=n,this.width=r,this.height=o},t.prototype.canLinkToPort=function(e){return!0},t.prototype.isLocked=function(){return e.prototype.isLocked.call(this)||this.getParent().isLocked()},t}(i.BaseModel);t.PortModel=l},function(e,t,n){"use strict";var r=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),i=n(0),a=function(){function e(e){this.listeners={},this.id=e||o.Toolkit.UID(),this.locked=!1}return e.prototype.getID=function(){return this.id},e.prototype.doClone=function(e,t){void 0===e&&(e={})},e.prototype.clone=function(e){if(void 0===e&&(e={}),e[this.id])return e[this.id];var t=i.clone(this);return t.id=o.Toolkit.UID(),t.clearListeners(),e[this.id]=t,this.doClone(e,t),t},e.prototype.clearListeners=function(){this.listeners={}},e.prototype.deSerialize=function(e,t){this.id=e.id},e.prototype.serialize=function(){return{id:this.id}},e.prototype.iterateListeners=function(e){var t={id:o.Toolkit.UID(),firing:!0,entity:this,stopPropagation:function(){t.firing=!1}};for(var n in this.listeners)if(this.listeners.hasOwnProperty(n)){if(!t.firing)return;e(this.listeners[n],t)}},e.prototype.removeListener=function(e){return!!this.listeners[e]&&(delete this.listeners[e],!0)},e.prototype.addListener=function(e){var t=o.Toolkit.UID();return this.listeners[t]=e,t},e.prototype.isLocked=function(){return this.locked},e.prototype.setLocked=function(e){void 0===e&&(e=!0),this.locked=e,this.iterateListeners(function(t,n){t.lockChanged&&t.lockChanged(r({},n,{locked:e}))})},e}();t.BaseEntity=a},function(e,t,n){var r=n(15),o=n(4),i=n(10);n(2);function a(e){e=e||{},this.heuristic=e.heuristic||i.manhattan,this.trackJumpRecursion=e.trackJumpRecursion||!1}a.prototype.findPath=function(e,t,n,i,a){var l,s=this.openList=new r(function(e,t){return e.f-t.f}),u=this.startNode=a.getNodeAt(e,t),c=this.endNode=a.getNodeAt(n,i);for(this.grid=a,u.g=0,u.f=0,s.push(u),u.opened=!0;!s.empty();){if((l=s.pop()).closed=!0,l===c)return o.expandPath(o.backtrace(c));this._identifySuccessors(l)}return[]},a.prototype._identifySuccessors=function(e){var t,n,r,o,a,l,s,u,c,p,f=this.grid,d=this.heuristic,h=this.openList,g=this.endNode.x,m=this.endNode.y,v=e.x,y=e.y,b=Math.abs;Math.max;for(o=0,a=(t=this._findNeighbors(e)).length;o<a;++o)if(n=t[o],r=this._jump(n[0],n[1],v,y)){if(l=r[0],s=r[1],(p=f.getNodeAt(l,s)).closed)continue;u=i.octile(b(l-v),b(s-y)),c=e.g+u,(!p.opened||c<p.g)&&(p.g=c,p.h=p.h||d(b(l-g),b(s-m)),p.f=p.g+p.h,p.parent=e,p.opened?h.updateItem(p):(h.push(p),p.opened=!0))}},e.exports=a},function(e,t,n){e.exports=n(66)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(68);t.ROUTING_SCALING_FACTOR=5;var o=new r.JumpPointFinder({heuristic:r.Heuristic.manhattan,diagonalMovement:r.DiagonalMovement.Never}),i=function(){function e(e){this.instance=o,this.diagramEngine=e}return e.prototype.calculateDirectPath=function(e,n){var i=this.diagramEngine.getCanvasMatrix(),a=new r.Grid(i);return o.findPath(this.diagramEngine.translateRoutingX(Math.floor(e.x/t.ROUTING_SCALING_FACTOR)),this.diagramEngine.translateRoutingY(Math.floor(e.y/t.ROUTING_SCALING_FACTOR)),this.diagramEngine.translateRoutingX(Math.floor(n.x/t.ROUTING_SCALING_FACTOR)),this.diagramEngine.translateRoutingY(Math.floor(n.y/t.ROUTING_SCALING_FACTOR)),a)},e.prototype.calculateLinkStartEndCoords=function(e,t){var n=t.findIndex(function(t){return 0===e[t[1]][t[0]]}),r=t.length-1-t.slice().reverse().findIndex(function(t){return 0===e[t[1]][t[0]]});if(-1!==n&&-1!==r){var o=t.slice(0,n),i=t.slice(r);return{start:{x:t[n][0],y:t[n][1]},end:{x:t[r][0],y:t[r][1]},pathToStart:o,pathToEnd:i}}},e.prototype.calculateDynamicPath=function(e,t,n,i,a){var l=this,s=new r.Grid(e),u=o.findPath(t.x,t.y,n.x,n.y,s),c=i.concat(u,a).map(function(e){return[l.diagramEngine.translateRoutingX(e[0],!0),l.diagramEngine.translateRoutingY(e[1],!0)]});return r.Util.compressPath(c)},e}();t.default=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(6),a=n(0),l=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.offsetX=0,r.offsetY=0,r}return o(t,e),t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.offsetX=t.offsetX,this.offsetY=t.offsetY},t.prototype.serialize=function(){return a.merge(e.prototype.serialize.call(this),{offsetX:this.offsetX,offsetY:this.offsetY})},t}(i.BaseModel);t.LabelModel=l},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(17),a=n(0),l=function(e){function t(){var t=e.call(this,"default")||this;return t.offsetY=-23,t}return o(t,e),t.prototype.setLabel=function(e){this.label=e},t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.label=t.label},t.prototype.serialize=function(){return a.merge(e.prototype.serialize.call(this),{label:this.label})},t}(i.LabelModel);t.DefaultLabelModel=l},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(21),l=n(0),s=n(18),u=n(17),c=function(e){function t(t){void 0===t&&(t="default");var n=e.call(this,t)||this;return n.color="rgba(255,255,255,0.5)",n.width=3,n.curvyness=50,n}return o(t,e),t.prototype.serialize=function(){return l.merge(e.prototype.serialize.call(this),{width:this.width,color:this.color,curvyness:this.curvyness})},t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.color=t.color,this.width=t.width,this.curvyness=t.curvyness},t.prototype.addLabel=function(t){if(t instanceof u.LabelModel)return e.prototype.addLabel.call(this,t);var n=new s.DefaultLabelModel;return n.setLabel(t),e.prototype.addLabel.call(this,n)},t.prototype.setWidth=function(e){this.width=e,this.iterateListeners(function(t,n){t.widthChanged&&t.widthChanged(i({},n,{width:e}))})},t.prototype.setColor=function(e){this.color=e,this.iterateListeners(function(t,n){t.colorChanged&&t.colorChanged(i({},n,{color:e}))})},t}(a.LinkModel);t.DefaultLinkModel=c},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),a=n(12),l=n(19),s=function(e){function t(t,n,r,o){void 0===r&&(r=null);var i=e.call(this,n,"default",o)||this;return i.in=t,i.label=r||n,i}return o(t,e),t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.in=t.in,this.label=t.label},t.prototype.serialize=function(){return i.merge(e.prototype.serialize.call(this),{in:this.in,label:this.label})},t.prototype.link=function(e){var t=this.createLinkModel();return t.setSourcePort(this),t.setTargetPort(e),t},t.prototype.canLinkToPort=function(e){return!(e instanceof t)||this.in!==e.in},t.prototype.createLinkModel=function(){return e.prototype.createLinkModel.call(this)||new l.DefaultLinkModel},t}(a.PortModel);t.DefaultPortModel=s},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(6),l=n(5),s=n(0),u=function(e){function t(t,n){void 0===t&&(t="default");var r=e.call(this,t,n)||this;return r.points=[new l.PointModel(r,{x:0,y:0}),new l.PointModel(r,{x:0,y:0})],r.extras={},r.sourcePort=null,r.targetPort=null,r.labels=[],r}return o(t,e),t.prototype.deSerialize=function(t,n){var r=this;e.prototype.deSerialize.call(this,t,n),this.extras=t.extras,this.points=s.map(t.points||[],function(e){var t=new l.PointModel(r,{x:e.x,y:e.y});return t.deSerialize(e,n),t}),s.forEach(t.labels||[],function(e){var t=n.getLabelFactory(e.type).getNewInstance();t.deSerialize(e,n),r.addLabel(t)}),t.target&&this.setTargetPort(this.getParent().getNode(t.target).getPortFromID(t.targetPort)),t.source&&this.setSourcePort(this.getParent().getNode(t.source).getPortFromID(t.sourcePort))},t.prototype.serialize=function(){return s.merge(e.prototype.serialize.call(this),{source:this.sourcePort?this.sourcePort.getParent().id:null,sourcePort:this.sourcePort?this.sourcePort.id:null,target:this.targetPort?this.targetPort.getParent().id:null,targetPort:this.targetPort?this.targetPort.id:null,points:s.map(this.points,function(e){return e.serialize()}),extras:this.extras,labels:s.map(this.labels,function(e){return e.serialize()})})},t.prototype.doClone=function(e,t){void 0===e&&(e={}),t.setPoints(s.map(this.getPoints(),function(t){return t.clone(e)})),this.sourcePort&&t.setSourcePort(this.sourcePort.clone(e)),this.targetPort&&t.setTargetPort(this.targetPort.clone(e))},t.prototype.remove=function(){this.sourcePort&&this.sourcePort.removeLink(this),this.targetPort&&this.targetPort.removeLink(this),e.prototype.remove.call(this)},t.prototype.isLastPoint=function(e){return this.getPointIndex(e)===this.points.length-1},t.prototype.getPointIndex=function(e){return this.points.indexOf(e)},t.prototype.getPointModel=function(e){for(var t=0;t<this.points.length;t++)if(this.points[t].id===e)return this.points[t];return null},t.prototype.getPortForPoint=function(e){return null!==this.sourcePort&&this.getFirstPoint().getID()===e.getID()?this.sourcePort:null!==this.targetPort&&this.getLastPoint().getID()===e.getID()?this.targetPort:null},t.prototype.getPointForPort=function(e){return null!==this.sourcePort&&this.sourcePort.getID()===e.getID()?this.getFirstPoint():null!==this.targetPort&&this.targetPort.getID()===e.getID()?this.getLastPoint():null},t.prototype.getFirstPoint=function(){return this.points[0]},t.prototype.getLastPoint=function(){return this.points[this.points.length-1]},t.prototype.setSourcePort=function(e){null!==e&&e.addLink(this),null!==this.sourcePort&&this.sourcePort.removeLink(this),this.sourcePort=e,this.iterateListeners(function(t,n){t.sourcePortChanged&&t.sourcePortChanged(i({},n,{port:e}))})},t.prototype.getSourcePort=function(){return this.sourcePort},t.prototype.getTargetPort=function(){return this.targetPort},t.prototype.setTargetPort=function(e){null!==e&&e.addLink(this),null!==this.targetPort&&this.targetPort.removeLink(this),this.targetPort=e,this.iterateListeners(function(t,n){t.targetPortChanged&&t.targetPortChanged(i({},n,{port:e}))})},t.prototype.point=function(e,t){return this.addPoint(this.generatePoint(e,t))},t.prototype.addLabel=function(e){e.setParent(this),this.labels.push(e)},t.prototype.getPoints=function(){return this.points},t.prototype.setPoints=function(e){var t=this;s.forEach(e,function(e){e.setParent(t)}),this.points=e},t.prototype.removePoint=function(e){this.points.splice(this.getPointIndex(e),1)},t.prototype.removePointsBefore=function(e){this.points.splice(0,this.getPointIndex(e))},t.prototype.removePointsAfter=function(e){this.points.splice(this.getPointIndex(e)+1)},t.prototype.removeMiddlePoints=function(){this.points.length>2&&this.points.splice(0,this.points.length-2)},t.prototype.addPoint=function(e,t){return void 0===t&&(t=1),e.setParent(this),this.points.splice(t,0,e),e},t.prototype.generatePoint=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=0),new l.PointModel(this,{x:e,y:t})},t}(a.BaseModel);t.LinkModel=u},function(e,t,n){var r=n(15),o=n(4),i=n(10),a=n(2);function l(e){e=e||{},this.allowDiagonal=e.allowDiagonal,this.dontCrossCorners=e.dontCrossCorners,this.diagonalMovement=e.diagonalMovement,this.heuristic=e.heuristic||i.manhattan,this.weight=e.weight||1,this.diagonalMovement||(this.allowDiagonal?this.dontCrossCorners?this.diagonalMovement=a.OnlyWhenNoObstacles:this.diagonalMovement=a.IfAtMostOneObstacle:this.diagonalMovement=a.Never),this.diagonalMovement===a.Never?this.heuristic=e.heuristic||i.manhattan:this.heuristic=e.heuristic||i.octile}l.prototype.findPath=function(e,t,n,i,a){var l,s,u,c,p,f,d,h,g=function(e,t){return e.f-t.f},m=new r(g),v=new r(g),y=a.getNodeAt(e,t),b=a.getNodeAt(n,i),w=this.heuristic,x=this.diagonalMovement,_=this.weight,k=Math.abs,E=Math.SQRT2;for(y.g=0,y.f=0,m.push(y),y.opened=1,b.g=0,b.f=0,v.push(b),b.opened=2;!m.empty()&&!v.empty();){for((l=m.pop()).closed=!0,c=0,p=(s=a.getNeighbors(l,x)).length;c<p;++c)if(!(u=s[c]).closed){if(2===u.opened)return o.biBacktrace(l,u);f=u.x,d=u.y,h=l.g+(f-l.x==0||d-l.y==0?1:E),(!u.opened||h<u.g)&&(u.g=h,u.h=u.h||_*w(k(f-n),k(d-i)),u.f=u.g+u.h,u.parent=l,u.opened?m.updateItem(u):(m.push(u),u.opened=1))}for((l=v.pop()).closed=!0,c=0,p=(s=a.getNeighbors(l,x)).length;c<p;++c)if(!(u=s[c]).closed){if(1===u.opened)return o.biBacktrace(u,l);f=u.x,d=u.y,h=l.g+(f-l.x==0||d-l.y==0?1:E),(!u.opened||h<u.g)&&(u.g=h,u.h=u.h||_*w(k(f-e),k(d-t)),u.f=u.g+u.h,u.parent=l,u.opened?v.updateItem(u):(v.push(u),u.opened=2))}}return[]},e.exports=l},function(e,t,n){var r=n(15),o=n(4),i=n(10),a=n(2);function l(e){e=e||{},this.allowDiagonal=e.allowDiagonal,this.dontCrossCorners=e.dontCrossCorners,this.heuristic=e.heuristic||i.manhattan,this.weight=e.weight||1,this.diagonalMovement=e.diagonalMovement,this.diagonalMovement||(this.allowDiagonal?this.dontCrossCorners?this.diagonalMovement=a.OnlyWhenNoObstacles:this.diagonalMovement=a.IfAtMostOneObstacle:this.diagonalMovement=a.Never),this.diagonalMovement===a.Never?this.heuristic=e.heuristic||i.manhattan:this.heuristic=e.heuristic||i.octile}l.prototype.findPath=function(e,t,n,i,a){var l,s,u,c,p,f,d,h,g=new r(function(e,t){return e.f-t.f}),m=a.getNodeAt(e,t),v=a.getNodeAt(n,i),y=this.heuristic,b=this.diagonalMovement,w=this.weight,x=Math.abs,_=Math.SQRT2;for(m.g=0,m.f=0,g.push(m),m.opened=!0;!g.empty();){if((l=g.pop()).closed=!0,l===v)return o.backtrace(v);for(c=0,p=(s=a.getNeighbors(l,b)).length;c<p;++c)(u=s[c]).closed||(f=u.x,d=u.y,h=l.g+(f-l.x==0||d-l.y==0?1:_),(!u.opened||h<u.g)&&(u.g=h,u.h=u.h||w*y(x(f-n),x(d-i)),u.f=u.g+u.h,u.parent=l,u.opened?g.updateItem(u):(g.push(u),u.opened=!0)))}return[]},e.exports=l},function(e,t){e.exports=function(e,t,n){this.x=e,this.y=t,this.walkable=void 0===n||n}},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=function(e){function t(t){var n=e.call(this,"srd-node",t)||this;return n.state={},n}return o(t,e),t.prototype.shouldComponentUpdate=function(){return this.props.diagramEngine.canEntityRepaint(this.props.node)},t.prototype.getClassName=function(){return"node "+e.prototype.getClassName.call(this)+(this.props.node.isSelected()?this.bem("--selected"):"")},t.prototype.render=function(){return a.createElement("div",i({},this.getProps(),{"data-nodeid":this.props.node.id,style:{top:this.props.node.y,left:this.props.node.x}}),this.props.children)},t}(n(3).BaseWidget);t.NodeWidget=l},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=n(0),s=n(25),u=function(e){function t(t){var n=e.call(this,"srd-node-layer",t)||this;return n.updateNodeDimensions=function(){if(!n.props.diagramEngine.nodesRendered){var e=n.props.diagramEngine.getDiagramModel();l.map(e.getNodes(),function(e){e.updateDimensions(n.props.diagramEngine.getNodeDimensions(e))})}},n.state={},n}return o(t,e),t.prototype.componentDidUpdate=function(){this.updateNodeDimensions(),this.props.diagramEngine.nodesRendered=!0},t.prototype.render=function(){var e=this,t=this.props.diagramEngine.getDiagramModel();return a.createElement("div",i({},this.getProps(),{style:{transform:"translate("+t.getOffsetX()+"px,"+t.getOffsetY()+"px) scale("+t.getZoomLevel()/100+")"}}),l.map(t.getNodes(),function(t){return a.createElement(s.NodeWidget,{diagramEngine:e.props.diagramEngine,key:t.id,node:t},e.props.diagramEngine.generateWidgetForNode(t))}))},t}(n(3).BaseWidget);t.NodeLayerWidget=u},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(t){var n=e.call(this,"srd-link",t)||this;return n.state={},n}return o(t,e),t.prototype.shouldComponentUpdate=function(){return this.props.diagramEngine.canEntityRepaint(this.props.link)},t.prototype.render=function(){return this.props.children},t}(n(3).BaseWidget);t.LinkWidget=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=n(27),s=n(0),u=function(e){function t(t){var n=e.call(this,"srd-link-layer",t)||this;return n.state={},n}return o(t,e),t.prototype.render=function(){var e=this,t=this.props.diagramEngine.getDiagramModel();return a.createElement("svg",i({},this.getProps(),{style:{transform:"translate("+t.getOffsetX()+"px,"+t.getOffsetY()+"px) scale("+t.getZoomLevel()/100+")"}}),this.props.diagramEngine.canvas&&s.map(t.getLinks(),function(t){if(e.props.diagramEngine.nodesRendered&&!e.props.diagramEngine.linksThatHaveInitiallyRendered[t.id]){if(null!==t.sourcePort)try{var n=e.props.diagramEngine.getPortCenter(t.sourcePort);t.points[0].updateLocation(n);var r=e.props.diagramEngine.getPortCoords(t.sourcePort);t.sourcePort.updateCoords(r),e.props.diagramEngine.linksThatHaveInitiallyRendered[t.id]=!0}catch(e){}if(null!==t.targetPort)try{n=e.props.diagramEngine.getPortCenter(t.targetPort);s.last(t.points).updateLocation(n);r=e.props.diagramEngine.getPortCoords(t.targetPort);t.targetPort.updateCoords(r),e.props.diagramEngine.linksThatHaveInitiallyRendered[t.id]=!0}catch(e){}}var o=e.props.diagramEngine.generateWidgetForLink(t);if(!o)throw new Error("no link generated for type: "+t.getType());return a.createElement(l.LinkWidget,{key:t.getID(),link:t,diagramEngine:e.props.diagramEngine},a.cloneElement(o,{pointAdded:e.props.pointAdded}))}))},t}(n(3).BaseWidget);t.LinkLayerWidget=u},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.mouseX2=t,r.mouseY2=n,r}return o(t,e),t.prototype.getBoxDimensions=function(){return{left:this.mouseX2>this.mouseX?this.mouseX:this.mouseX2,top:this.mouseY2>this.mouseY?this.mouseY:this.mouseY2,width:Math.abs(this.mouseX2-this.mouseX),height:Math.abs(this.mouseY2-this.mouseY),right:this.mouseX2<this.mouseX?this.mouseX:this.mouseX2,bottom:this.mouseY2<this.mouseY?this.mouseY:this.mouseY2}},t.prototype.containsElement=function(e,t,n){var r=n.getZoomLevel()/100,o=this.getBoxDimensions();return e*r+n.getOffsetX()>o.left&&e*r+n.getOffsetX()<o.right&&t*r+n.getOffsetY()>o.top&&t*r+n.getOffsetY()<o.bottom},t}(n(11).BaseAction);t.SelectingAction=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(t,n,r){var o=e.call(this,t,n)||this;o.moved=!1,r.enableRepaintEntities(r.getDiagramModel().getSelectedItems());var i=r.getDiagramModel().getSelectedItems();return i=i.filter(function(e){return!r.isModelLocked(e)}),o.selectionModels=i.map(function(e){return{model:e,initialX:e.x,initialY:e.y}}),o}return o(t,e),t}(n(11).BaseAction);t.MoveItemsAction=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(t,n,r){var o=e.call(this,t,n)||this;return o.initialOffsetX=r.getOffsetX(),o.initialOffsetY=r.getOffsetY(),o}return o(t,e),t}(n(11).BaseAction);t.MoveCanvasAction=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(n(8).AbstractFactory);t.AbstractNodeFactory=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=function(e){function t(t){var n=e.call(this,"srd-port",t)||this;return n.state={selected:!1},n}return o(t,e),t.prototype.getClassName=function(){return"port "+e.prototype.getClassName.call(this)+(this.state.selected?this.bem("--selected"):"")},t.prototype.render=function(){var e=this;return a.createElement("div",i({},this.getProps(),{onMouseEnter:function(){e.setState({selected:!0})},onMouseLeave:function(){e.setState({selected:!1})},"data-name":this.props.name,"data-nodeid":this.props.node.getID()}))},t}(n(3).BaseWidget);t.PortWidget=l},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=n(33),s=function(e){function t(t){return e.call(this,"srd-default-port",t)||this}return o(t,e),t.prototype.getClassName=function(){return e.prototype.getClassName.call(this)+(this.props.model.in?this.bem("--in"):this.bem("--out"))},t.prototype.render=function(){var e=a.createElement(l.PortWidget,{node:this.props.model.getParent(),name:this.props.model.name}),t=a.createElement("div",{className:"name"},this.props.model.label);return a.createElement("div",i({},this.getProps()),this.props.model.in?e:t,this.props.model.in?t:e)},t}(n(3).BaseWidget);t.DefaultPortLabel=s},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=n(0),s=n(34),u=function(e){function t(t){var n=e.call(this,"srd-default-node",t)||this;return n.state={},n}return o(t,e),t.prototype.generatePort=function(e){return a.createElement(s.DefaultPortLabel,{model:e,key:e.id})},t.prototype.render=function(){return a.createElement("div",i({},this.getProps(),{style:{background:this.props.node.color}}),a.createElement("div",{className:this.bem("__title")},a.createElement("div",{className:this.bem("__name")},this.props.node.name)),a.createElement("div",{className:this.bem("__ports")},a.createElement("div",{className:this.bem("__in")},l.map(this.props.node.getInPorts(),this.generatePort.bind(this))),a.createElement("div",{className:this.bem("__out")},l.map(this.props.node.getOutPorts(),this.generatePort.bind(this)))))},t}(n(3).BaseWidget);t.DefaultNodeWidget=u},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(n(8).AbstractFactory);t.AbstractLinkFactory=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=n(5),s=n(7),u=n(16),c=n(0),p=function(e){function t(t){var n=e.call(this,"srd-default-link",t)||this;return n.addPointToLink=function(e,t){if(!e.shiftKey&&!n.props.diagramEngine.isModelLocked(n.props.link)&&n.props.link.points.length-1<=n.props.diagramEngine.getMaxNumberPointsPerLink()){var r=new l.PointModel(n.props.link,n.props.diagramEngine.getRelativeMousePoint(e));r.setSelected(!0),n.forceUpdate(),n.props.link.addPoint(r,t),n.props.pointAdded(r,e)}},n.findPathAndRelativePositionToRenderLabel=function(e){for(var t=n.refPaths.map(function(e){return e.getTotalLength()}),r=t.reduce(function(e,t){return e+t},0)*(e/(n.props.link.labels.length+1)),o=0;o<n.refPaths.length;){if(r-t[o]<0)return{path:n.refPaths[o],position:r};r-=t[o],o++}},n.calculateLabelPosition=function(e,t){if(n.refLabels[e.id]){var r=n.findPathAndRelativePositionToRenderLabel(t),o=r.path,i=r.position,a=n.refLabels[e.id].offsetWidth,l=n.refLabels[e.id].offsetHeight,s=o.getPointAtLength(i),u=s.x-a/2+e.offsetX,c=s.y-l/2+e.offsetY;n.refLabels[e.id].setAttribute("style","transform: translate("+u+"px, "+c+"px);")}},n.refLabels={},n.refPaths=[],n.state={selected:!1},t.diagramEngine.isSmartRoutingEnabled()&&(n.pathFinding=new u.default(n.props.diagramEngine)),n}return o(t,e),t.prototype.calculateAllLabelPosition=function(){var e=this;c.forEach(this.props.link.labels,function(t,n){e.calculateLabelPosition(t,n+1)})},t.prototype.componentDidUpdate=function(){this.props.link.labels.length>0&&window.requestAnimationFrame(this.calculateAllLabelPosition.bind(this))},t.prototype.componentDidMount=function(){this.props.link.labels.length>0&&window.requestAnimationFrame(this.calculateAllLabelPosition.bind(this))},t.prototype.generatePoint=function(e){var t=this,n=this.props.link.points[e].x,r=this.props.link.points[e].y;return a.createElement("g",{key:"point-"+this.props.link.points[e].id},a.createElement("circle",{cx:n,cy:r,r:5,className:"point "+this.bem("__point")+(this.props.link.points[e].isSelected()?this.bem("--point-selected"):"")}),a.createElement("circle",{onMouseLeave:function(){t.setState({selected:!1})},onMouseEnter:function(){t.setState({selected:!0})},"data-id":this.props.link.points[e].id,"data-linkid":this.props.link.id,cx:n,cy:r,r:15,opacity:0,className:"point "+this.bem("__point")}))},t.prototype.generateLabel=function(e){var t=this,n=this.props.diagramEngine.canvas;return a.createElement("foreignObject",{key:e.id,className:this.bem("__label"),width:n.offsetWidth,height:n.offsetHeight},a.createElement("div",{ref:function(n){return t.refLabels[e.id]=n}},this.props.diagramEngine.getFactoryForLabel(e).generateReactWidget(this.props.diagramEngine,e)))},t.prototype.generateLink=function(e,t,n){var r=this,o=this.props,l=a.cloneElement(o.diagramEngine.getFactoryForLink(this.props.link).generateLinkSegment(this.props.link,this,this.state.selected||this.props.link.isSelected(),e),{ref:function(e){return e&&r.refPaths.push(e)}}),s=a.cloneElement(l,i({},t,{strokeLinecap:"round",onMouseLeave:function(){r.setState({selected:!1})},onMouseEnter:function(){r.setState({selected:!0})},ref:null,"data-linkid":this.props.link.getID(),strokeOpacity:this.state.selected?.1:0,strokeWidth:20,onContextMenu:function(){r.props.diagramEngine.isModelLocked(r.props.link)||(event.preventDefault(),r.props.link.remove())}}));return a.createElement("g",{key:"link-"+n},l,s)},t.prototype.isSmartRoutingApplicable=function(){var e=this.props,t=e.diagramEngine,n=e.link;return!!t.isSmartRoutingEnabled()&&(2===n.points.length&&(null!==n.sourcePort&&null!==n.targetPort))},t.prototype.render=function(){var e=this,t=this.props.diagramEngine;if(!t.nodesRendered)return null;var n=this.props.link.points,r=[];if(this.isSmartRoutingApplicable()){var o=this.pathFinding.calculateDirectPath(c.first(n),c.last(n)),l=t.getRoutingMatrix(),u=this.pathFinding.calculateLinkStartEndCoords(l,o);if(u){var p=u.start,f=u.end,d=u.pathToStart,h=u.pathToEnd,g=this.pathFinding.calculateDynamicPath(l,p,f,d,h);r.push(this.generateLink(s.Toolkit.generateDynamicPath(g),{onMouseDown:function(t){e.addPointToLink(t,1)}},"0"))}}if(0===r.length)if(2===n.length){var m=Math.abs(n[0].x-n[1].x)>Math.abs(n[0].y-n[1].y)?"x":"y";Math.abs(n[0][m]-n[1][m])<50&&5;var v=n[0],y=n[1];v[m]>y[m]&&(v=n[1],y=n[0]),r.push(this.generateLink(s.Toolkit.generateCurvePath(v,y,this.props.link.curvyness),{onMouseDown:function(t){e.addPointToLink(t,1)}},"0")),null===this.props.link.targetPort&&r.push(this.generatePoint(1))}else{for(var b=function(t){r.push(w.generateLink(s.Toolkit.generateLinePath(n[t],n[t+1]),{"data-linkid":w.props.link.id,"data-point":t,onMouseDown:function(n){e.addPointToLink(n,t+1)}},t))},w=this,x=0;x<n.length-1;x++)b(x);for(var _=1;_<n.length-1;_++)r.push(this.generatePoint(_));null===this.props.link.targetPort&&r.push(this.generatePoint(n.length-1))}return this.refPaths=[],a.createElement("g",i({},this.getProps()),r,c.map(this.props.link.labels,function(t){return e.generateLabel(t)}))},t.defaultProps={color:"black",width:3,link:null,engine:null,smooth:!1,diagramEngine:null},t}(n(3).BaseWidget);t.DefaultLinkWidget=p},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(20),a=n(0),l=n(9),s=n(7),u=function(e){function t(t,n){void 0===t&&(t="Untitled"),void 0===n&&(n="rgb(0,192,255)");var r=e.call(this,"default")||this;return r.name=t,r.color=n,r}return o(t,e),t.prototype.addInPort=function(e){return this.addPort(new i.DefaultPortModel(!0,s.Toolkit.UID(),e))},t.prototype.addOutPort=function(e){return this.addPort(new i.DefaultPortModel(!1,s.Toolkit.UID(),e))},t.prototype.deSerialize=function(t,n){e.prototype.deSerialize.call(this,t,n),this.name=t.name,this.color=t.color},t.prototype.serialize=function(){return a.merge(e.prototype.serialize.call(this),{name:this.name,color:this.color})},t.prototype.getInPorts=function(){return a.filter(this.ports,function(e){return e.in})},t.prototype.getOutPorts=function(){return a.filter(this.ports,function(e){return!e.in})},t}(l.NodeModel);t.DefaultNodeModel=u},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=function(e){function t(t){return e.call(this,"srd-default-label",t)||this}return o(t,e),t.prototype.render=function(){return a.createElement("div",i({},this.getProps()),this.props.model.label)},t}(n(3).BaseWidget);t.DefaultLabelWidget=l},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(n(8).AbstractFactory);t.AbstractLabelFactory=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),a=n(40),l=n(18),s=n(39),u=function(e){function t(){return e.call(this,"default")||this}return o(t,e),t.prototype.generateReactWidget=function(e,t){return i.createElement(s.DefaultLabelWidget,{model:t})},t.prototype.getNewInstance=function(e){return new l.DefaultLabelModel},t}(a.AbstractLabelFactory);t.DefaultLabelFactory=u},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(n(8).AbstractFactory);t.AbstractPortFactory=i},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(20),a=function(e){function t(){return e.call(this,"default")||this}return o(t,e),t.prototype.getNewInstance=function(e){return new i.DefaultPortModel(!0,"unknown")},t}(n(42).AbstractPortFactory);t.DefaultPortFactory=a},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(13),l=n(0),s=n(21),u=n(9),c=n(12),p=n(5),f=function(e){function t(){var t=e.call(this)||this;return t.links={},t.nodes={},t.offsetX=0,t.offsetY=0,t.zoom=100,t.rendered=!1,t.gridSize=0,t}return o(t,e),t.prototype.setGridSize=function(e){void 0===e&&(e=0),this.gridSize=e,this.iterateListeners(function(t,n){t.gridUpdated&&t.gridUpdated(i({},n,{size:e}))})},t.prototype.getGridPosition=function(e){return 0===this.gridSize?e:this.gridSize*Math.floor((e+this.gridSize/2)/this.gridSize)},t.prototype.deSerializeDiagram=function(e,t){var n=this;this.deSerialize(e,t),this.offsetX=e.offsetX,this.offsetY=e.offsetY,this.zoom=e.zoom,this.gridSize=e.gridSize,l.forEach(e.nodes,function(e){var r=t.getNodeFactory(e.type).getNewInstance(e);r.setParent(n),r.deSerialize(e,t),n.addNode(r)}),l.forEach(e.links,function(e){var r=t.getLinkFactory(e.type).getNewInstance();r.setParent(n),r.deSerialize(e,t),n.addLink(r)})},t.prototype.serializeDiagram=function(){return l.merge(this.serialize(),{offsetX:this.offsetX,offsetY:this.offsetY,zoom:this.zoom,gridSize:this.gridSize,links:l.map(this.links,function(e){return e.serialize()}),nodes:l.map(this.nodes,function(e){return e.serialize()})})},t.prototype.clearSelection=function(e){void 0===e&&(e=null),l.forEach(this.getSelectedItems(),function(t){e&&e.getID()===t.getID()||t.setSelected(!1)})},t.prototype.getSelectedItems=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];Array.isArray(e)||(e=[e]);var n=[];return n=(n=(n=n.concat(l.flatMap(this.nodes,function(e){return e.getSelectedEntities()}))).concat(l.flatMap(this.links,function(e){return e.getSelectedEntities()}))).concat(l.flatMap(this.links,function(e){return l.flatMap(e.points,function(e){return e.getSelectedEntities()})})),n=l.uniq(n),e.length>0&&(n=l.filter(l.uniq(n),function(t){return!!(l.includes(e,"node")&&t instanceof u.NodeModel)||(!!(l.includes(e,"link")&&t instanceof s.LinkModel)||(!!(l.includes(e,"port")&&t instanceof c.PortModel)||!!(l.includes(e,"point")&&t instanceof p.PointModel)))})),n},t.prototype.setZoomLevel=function(e){this.zoom=e,this.iterateListeners(function(t,n){t.zoomUpdated&&t.zoomUpdated(i({},n,{zoom:e}))})},t.prototype.setOffset=function(e,t){this.offsetX=e,this.offsetY=t,this.iterateListeners(function(n,r){n.offsetUpdated&&n.offsetUpdated(i({},r,{offsetX:e,offsetY:t}))})},t.prototype.setOffsetX=function(e){var t=this;this.offsetX=e,this.iterateListeners(function(n,r){n.offsetUpdated&&n.offsetUpdated(i({},r,{offsetX:e,offsetY:t.offsetY}))})},t.prototype.setOffsetY=function(e){var t=this;this.offsetY=e,this.iterateListeners(function(e,n){e.offsetUpdated&&e.offsetUpdated(i({},n,{offsetX:t.offsetX,offsetY:t.offsetY}))})},t.prototype.getOffsetY=function(){return this.offsetY},t.prototype.getOffsetX=function(){return this.offsetX},t.prototype.getZoomLevel=function(){return this.zoom},t.prototype.getNode=function(e){return e instanceof u.NodeModel?e:this.nodes[e]?this.nodes[e]:null},t.prototype.getLink=function(e){return e instanceof s.LinkModel?e:this.links[e]?this.links[e]:null},t.prototype.addAll=function(){for(var e=this,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return l.forEach(t,function(t){t instanceof s.LinkModel?e.addLink(t):t instanceof u.NodeModel&&e.addNode(t)}),t},t.prototype.addLink=function(e){var t=this;return e.addListener({entityRemoved:function(){t.removeLink(e)}}),this.links[e.getID()]=e,this.iterateListeners(function(t,n){t.linksUpdated&&t.linksUpdated(i({},n,{link:e,isCreated:!0}))}),e},t.prototype.addNode=function(e){var t=this;return e.addListener({entityRemoved:function(){t.removeNode(e)}}),this.nodes[e.getID()]=e,this.iterateListeners(function(t,n){t.nodesUpdated&&t.nodesUpdated(i({},n,{node:e,isCreated:!0}))}),e},t.prototype.removeLink=function(e){e=this.getLink(e),delete this.links[e.getID()],this.iterateListeners(function(t,n){t.linksUpdated&&t.linksUpdated(i({},n,{link:e,isCreated:!1}))})},t.prototype.removeNode=function(e){e=this.getNode(e),delete this.nodes[e.getID()],this.iterateListeners(function(t,n){t.nodesUpdated&&t.nodesUpdated(i({},n,{node:e,isCreated:!1}))})},t.prototype.getLinks=function(){return this.links},t.prototype.getNodes=function(){return this.nodes},t}(a.BaseEntity);t.DiagramModel=f},function(e,t,n){"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(7)),r(n(13)),r(n(49)),r(n(38)),r(n(20)),r(n(19)),r(n(18)),r(n(48)),r(n(47)),r(n(43)),r(n(41)),r(n(37)),r(n(39)),r(n(35)),r(n(34)),r(n(8)),r(n(40)),r(n(36)),r(n(32)),r(n(42)),r(n(16)),r(n(11)),r(n(31)),r(n(30)),r(n(29)),r(n(6)),r(n(44)),r(n(21)),r(n(9)),r(n(5)),r(n(12)),r(n(17)),r(n(46)),r(n(27)),r(n(25)),r(n(33)),r(n(3)),r(n(28)),r(n(26))},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),l=n(0),s=n(28),u=n(26),c=n(7),p=n(31),f=n(30),d=n(29),h=n(9),g=n(5),m=n(12),v=function(e){function t(t){var n=e.call(this,"srd-diagram",t)||this;return n.onKeyUpPointer=null,n.onMouseMove=n.onMouseMove.bind(n),n.onMouseUp=n.onMouseUp.bind(n),n.state={action:null,wasMoved:!1,renderedNodes:!1,windowListener:null,diagramEngineListener:null,document:null},n}return o(t,e),t.prototype.componentWillUnmount=function(){this.props.diagramEngine.removeListener(this.state.diagramEngineListener),this.props.diagramEngine.setCanvas(null),window.removeEventListener("keyup",this.onKeyUpPointer),window.removeEventListener("mouseUp",this.onMouseUp),window.removeEventListener("mouseMove",this.onMouseMove)},t.prototype.componentWillReceiveProps=function(e){var t=this;if(this.props.diagramEngine!==e.diagramEngine){this.props.diagramEngine.removeListener(this.state.diagramEngineListener);var n=e.diagramEngine.addListener({repaintCanvas:function(){return t.forceUpdate()}});this.setState({diagramEngineListener:n})}},t.prototype.componentWillUpdate=function(e){this.props.diagramEngine.diagramModel.id!==e.diagramEngine.diagramModel.id&&(this.setState({renderedNodes:!1}),e.diagramEngine.diagramModel.rendered=!0),e.diagramEngine.diagramModel.rendered||(this.setState({renderedNodes:!1}),e.diagramEngine.diagramModel.rendered=!0)},t.prototype.componentDidUpdate=function(){this.state.renderedNodes||this.setState({renderedNodes:!0})},t.prototype.componentDidMount=function(){var e=this;this.onKeyUpPointer=this.onKeyUp.bind(this),this.setState({document:document,renderedNodes:!0,diagramEngineListener:this.props.diagramEngine.addListener({repaintCanvas:function(){e.forceUpdate()}})}),window.addEventListener("keyup",this.onKeyUpPointer,!1),window.focus()},t.prototype.getMouseElement=function(e){var t=e.target,n=this.props.diagramEngine.diagramModel,r=c.Toolkit.closest(t,".port[data-name]");if(r){var o=c.Toolkit.closest(t,".node[data-nodeid]");return{model:n.getNode(o.getAttribute("data-nodeid")).getPort(r.getAttribute("data-name")),element:r}}return(r=c.Toolkit.closest(t,".point[data-id]"))?{model:n.getLink(r.getAttribute("data-linkid")).getPointModel(r.getAttribute("data-id")),element:r}:(r=c.Toolkit.closest(t,"[data-linkid]"))?{model:n.getLink(r.getAttribute("data-linkid")),element:r}:(r=c.Toolkit.closest(t,".node[data-nodeid]"))?{model:n.getNode(r.getAttribute("data-nodeid")),element:r}:null},t.prototype.fireAction=function(){this.state.action&&this.props.actionStillFiring&&this.props.actionStillFiring(this.state.action)},t.prototype.stopFiringAction=function(e){this.props.actionStoppedFiring&&!e&&this.props.actionStoppedFiring(this.state.action),this.setState({action:null})},t.prototype.startFiringAction=function(e){var t=!0;this.props.actionStartedFiring&&(t=this.props.actionStartedFiring(e)),t&&this.setState({action:e})},t.prototype.onMouseMove=function(e){var t=this,n=this.props.diagramEngine,r=n.getDiagramModel();if(this.state.action instanceof d.SelectingAction){var o=n.getRelativePoint(e.clientX,e.clientY);return l.forEach(r.getNodes(),function(e){t.state.action.containsElement(e.x,e.y,r)&&e.setSelected(!0)}),l.forEach(r.getLinks(),function(e){var n=!0;l.forEach(e.points,function(e){t.state.action.containsElement(e.x,e.y,r)?e.setSelected(!0):n=!1}),n&&e.setSelected(!0)}),this.state.action.mouseX2=o.x,this.state.action.mouseY2=o.y,this.fireAction(),void this.setState({action:this.state.action})}if(this.state.action instanceof f.MoveItemsAction){var i=e.clientX-this.state.action.mouseX,a=e.clientY-this.state.action.mouseY,s=r.getZoomLevel()/100;l.forEach(this.state.action.selectionModels,function(e){e.model instanceof h.NodeModel||e.model instanceof g.PointModel&&!e.model.isConnectedToPort()?(e.model.x=r.getGridPosition(e.initialX+i/s),e.model.y=r.getGridPosition(e.initialY+a/s),e.model instanceof h.NodeModel&&l.forEach(e.model.getPorts(),function(e){var n=t.props.diagramEngine.getPortCoords(e);e.updateCoords(n)}),n.isSmartRoutingEnabled()&&n.calculateRoutingMatrix()):e.model instanceof g.PointModel&&(e.model.x=e.initialX+r.getGridPosition(i/s),e.model.y=e.initialY+r.getGridPosition(a/s))}),n.isSmartRoutingEnabled()&&n.calculateCanvasMatrix(),this.fireAction(),this.state.wasMoved?this.forceUpdate():this.setState({wasMoved:!0})}else this.state.action instanceof p.MoveCanvasAction&&this.props.allowCanvasTranslation&&(r.setOffset(this.state.action.initialOffsetX+(e.clientX-this.state.action.mouseX),this.state.action.initialOffsetY+(e.clientY-this.state.action.mouseY)),this.fireAction(),this.forceUpdate())},t.prototype.onKeyUp=function(e){var t=this;-1!==this.props.deleteKeys.indexOf(e.keyCode)&&(l.forEach(this.props.diagramEngine.getDiagramModel().getSelectedItems(),function(e){t.props.diagramEngine.isModelLocked(e)||e.remove()}),this.forceUpdate())},t.prototype.onMouseUp=function(e){var t=this,n=this.props.diagramEngine;if(this.state.action instanceof f.MoveItemsAction){var r=this.getMouseElement(e);l.forEach(this.state.action.selectionModels,function(e){if(e.model instanceof g.PointModel&&r&&r.model instanceof m.PortModel&&!n.isModelLocked(r.model)){var o=e.model.getLink();if(null!==o.getTargetPort())if(o.getTargetPort()!==r.model&&o.getSourcePort()!==r.model){var i=o.getTargetPort(),a=o.clone({});a.setSourcePort(r.model),a.setTargetPort(i),o.setTargetPort(r.model),i.removeLink(o),a.removePointsBefore(a.getPoints()[o.getPointIndex(e.model)]),o.removePointsAfter(e.model),n.getDiagramModel().addLink(a)}else o.getTargetPort()===r.model?o.removePointsAfter(e.model):o.getSourcePort()===r.model&&o.removePointsBefore(e.model);else o.setTargetPort(r.model);delete t.props.diagramEngine.linksThatHaveInitiallyRendered[o.getID()]}}),!this.props.allowLooseLinks&&this.state.wasMoved&&l.forEach(this.state.action.selectionModels,function(e){if(e.model instanceof g.PointModel){var t=e.model.getLink();null!==t.getSourcePort()&&null!==t.getTargetPort()||t.remove()}}),l.forEach(this.state.action.selectionModels,function(e){if(e.model instanceof g.PointModel){var t=e.model.getLink(),n=t.getSourcePort(),r=t.getTargetPort();null!==n&&null!==r&&(n.canLinkToPort(r)?l.some(l.values(r.getLinks()),function(e){return e!==t&&(e.getSourcePort()===n||e.getTargetPort()===n)})&&t.remove():t.remove())}}),n.clearRepaintEntities(),this.stopFiringAction(!this.state.wasMoved)}else n.clearRepaintEntities(),this.stopFiringAction();this.state.document.removeEventListener("mousemove",this.onMouseMove),this.state.document.removeEventListener("mouseup",this.onMouseUp)},t.prototype.drawSelectionBox=function(){var e=this.state.action.getBoxDimensions();return a.createElement("div",{className:this.bem("__selector"),style:{top:e.top,left:e.left,width:e.width,height:e.height}})},t.prototype.render=function(){var e=this,t=this.props.diagramEngine;t.setMaxNumberPointsPerLink(this.props.maxNumberPointsPerLink),t.setSmartRoutingStatus(this.props.smartRouting);var n=t.getDiagramModel();return a.createElement("div",i({},this.getProps(),{ref:function(t){t&&e.props.diagramEngine.setCanvas(t)},onWheel:function(r){if(e.props.allowCanvasZoom){r.preventDefault(),r.stopPropagation();var o=n.getZoomLevel()/100,i=e.props.inverseZoom?-r.deltaY:r.deltaY;r.ctrlKey&&i%1!=0?i/=3:i/=60,n.getZoomLevel()+i>10&&n.setZoomLevel(n.getZoomLevel()+i);var a=n.getZoomLevel()/100,l=r.currentTarget.getBoundingClientRect(),s=l.width,u=l.height,c=s*a-s*o,p=u*a-u*o,f=r.clientX-l.left,d=r.clientY-l.top,h=(f-n.getOffsetX())/o/s,g=(d-n.getOffsetY())/o/u;n.setOffset(n.getOffsetX()-c*h,n.getOffsetY()-p*g),t.enableRepaintEntities([]),e.forceUpdate()}},onMouseDown:function(r){e.setState(i({},e.state,{wasMoved:!1})),t.clearRepaintEntities();var o=e.getMouseElement(r);if(null===o)if(r.shiftKey){var a=t.getRelativePoint(r.clientX,r.clientY);e.startFiringAction(new d.SelectingAction(a.x,a.y))}else n.clearSelection(),e.startFiringAction(new p.MoveCanvasAction(r.clientX,r.clientY,n));else if(o.model instanceof m.PortModel)if(e.props.diagramEngine.isModelLocked(o.model))n.clearSelection();else{a=t.getRelativeMousePoint(r);var l=o.model,s=l.createLinkModel();s.setSourcePort(l),s&&(s.removeMiddlePoints(),s.getSourcePort()!==l&&s.setSourcePort(l),s.setTargetPort(null),s.getFirstPoint().updateLocation(a),s.getLastPoint().updateLocation(a),n.clearSelection(),s.getLastPoint().setSelected(!0),n.addLink(s),e.startFiringAction(new f.MoveItemsAction(r.clientX,r.clientY,t)))}else r.shiftKey||o.model.isSelected()||n.clearSelection(),o.model.setSelected(!0),e.startFiringAction(new f.MoveItemsAction(r.clientX,r.clientY,t));e.state.document.addEventListener("mousemove",e.onMouseMove),e.state.document.addEventListener("mouseup",e.onMouseUp)}}),this.state.renderedNodes&&a.createElement(s.LinkLayerWidget,{diagramEngine:t,pointAdded:function(r,o){e.state.document.addEventListener("mousemove",e.onMouseMove),e.state.document.addEventListener("mouseup",e.onMouseUp),o.stopPropagation(),n.clearSelection(r),e.setState({action:new f.MoveItemsAction(o.clientX,o.clientY,t)})}}),a.createElement(u.NodeLayerWidget,{diagramEngine:t}),this.state.action instanceof d.SelectingAction&&this.drawSelectionBox())},t.defaultProps={diagramEngine:null,allowLooseLinks:!0,allowCanvasTranslation:!0,allowCanvasZoom:!0,inverseZoom:!1,maxNumberPointsPerLink:1/0,smartRouting:!1,deleteKeys:[46,8]},t}(n(3).BaseWidget);t.DiagramWidget=v},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(38),a=n(1),l=n(35),s=function(e){function t(){return e.call(this,"default")||this}return o(t,e),t.prototype.generateReactWidget=function(e,t){return a.createElement(l.DefaultNodeWidget,{node:t,diagramEngine:e})},t.prototype.getNewInstance=function(e){return new i.DefaultNodeModel},t}(n(32).AbstractNodeFactory);t.DefaultNodeFactory=s},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),a=n(37),l=n(36),s=n(19),u=function(e){function t(){return e.call(this,"default")||this}return o(t,e),t.prototype.generateReactWidget=function(e,t){return i.createElement(a.DefaultLinkWidget,{link:t,diagramEngine:e})},t.prototype.getNewInstance=function(e){return new s.DefaultLinkModel},t.prototype.generateLinkSegment=function(e,t,n,r){return i.createElement("path",{className:n?t.bem("--path-selected"):"",strokeWidth:e.width,stroke:e.color,d:r})},t}(l.AbstractLinkFactory);t.DefaultLinkFactory=u},function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var i=n(13),a=n(44),l=n(0),s=n(9),u=n(5),c=n(45),p=n(16),f=n(43),d=n(41),h=n(7),g=function(e){function t(){var t=e.call(this)||this;return t.canvasMatrix=[],t.routingMatrix=[],t.hAdjustmentFactor=0,t.vAdjustmentFactor=0,t.calculateMatrixDimensions=function(){var e=l.values(t.diagramModel.nodes).map(function(e){return{x:e.x,width:e.width,y:e.y,height:e.height}}),n=l.values(t.diagramModel.links),r=l.flatMap(n.map(function(e){return[e.sourcePort,e.targetPort]})).filter(function(e){return null!==e}).map(function(e){return{x:e.x,width:e.width,y:e.y,height:e.height}}),o=l.flatMap(n.map(function(e){return e.points})).map(function(e){return{x:e.x,width:0,y:e.y,height:0}}),i=t.canvas,a=Math.floor(Math.min(l.minBy(l.concat(e,r,o),function(e){return e.x}).x,0)/p.ROUTING_SCALING_FACTOR)*p.ROUTING_SCALING_FACTOR,s=l.maxBy(l.concat(e,r,o),function(e){return e.x+e.width}),u=Math.max(s.x+s.width,i.offsetWidth),c=Math.floor(Math.min(l.minBy(l.concat(e,r,o),function(e){return e.y}).y,0)/p.ROUTING_SCALING_FACTOR)*p.ROUTING_SCALING_FACTOR,f=l.maxBy(l.concat(e,r,o),function(e){return e.y+e.height}),d=Math.max(f.y+f.height,i.offsetHeight);return{width:Math.ceil(Math.abs(a)+u),hAdjustmentFactor:Math.abs(a)/p.ROUTING_SCALING_FACTOR+1,height:Math.ceil(Math.abs(c)+d),vAdjustmentFactor:Math.abs(c)/p.ROUTING_SCALING_FACTOR+1}},t.markNodes=function(e){l.values(t.diagramModel.nodes).forEach(function(n){for(var r=Math.floor(n.x/p.ROUTING_SCALING_FACTOR),o=Math.ceil((n.x+n.width)/p.ROUTING_SCALING_FACTOR),i=Math.floor(n.y/p.ROUTING_SCALING_FACTOR),a=Math.ceil((n.y+n.height)/p.ROUTING_SCALING_FACTOR),l=r-1;l<=o+1;l++)for(var s=i-1;s<a+1;s++)t.markMatrixPoint(e,t.translateRoutingX(l),t.translateRoutingY(s))})},t.markPorts=function(e){l.flatMap(l.values(t.diagramModel.links).map(function(e){return[].concat(e.sourcePort,e.targetPort)})).filter(function(e){return null!==e}).forEach(function(n){for(var r=Math.floor(n.x/p.ROUTING_SCALING_FACTOR),o=Math.ceil((n.x+n.width)/p.ROUTING_SCALING_FACTOR),i=Math.floor(n.y/p.ROUTING_SCALING_FACTOR),a=Math.ceil((n.y+n.height)/p.ROUTING_SCALING_FACTOR),l=r-1;l<=o+1;l++)for(var s=i-1;s<a+1;s++)t.markMatrixPoint(e,t.translateRoutingX(l),t.translateRoutingY(s))})},t.markMatrixPoint=function(e,t,n){void 0!==e[n]&&void 0!==e[n][t]&&(e[n][t]=1)},t.diagramModel=new a.DiagramModel,t.nodeFactories={},t.linkFactories={},t.portFactories={},t.labelFactories={},t.canvas=null,t.paintableWidgets=null,t.linksThatHaveInitiallyRendered={},h.Toolkit.TESTING&&(h.Toolkit.TESTING_UID=0,window&&(window.diagram_instance=t)),t}return o(t,e),t.prototype.installDefaultFactories=function(){this.registerNodeFactory(new c.DefaultNodeFactory),this.registerLinkFactory(new c.DefaultLinkFactory),this.registerPortFactory(new f.DefaultPortFactory),this.registerLabelFactory(new d.DefaultLabelFactory)},t.prototype.repaintCanvas=function(){this.iterateListeners(function(e){e.repaintCanvas&&e.repaintCanvas()})},t.prototype.clearRepaintEntities=function(){this.paintableWidgets=null},t.prototype.enableRepaintEntities=function(e){var t=this;this.paintableWidgets={},e.forEach(function(e){e instanceof s.NodeModel&&l.forEach(e.getPorts(),function(e){l.forEach(e.getLinks(),function(e){t.paintableWidgets[e.getID()]=!0})}),e instanceof u.PointModel&&(t.paintableWidgets[e.getLink().getID()]=!0),t.paintableWidgets[e.getID()]=!0})},t.prototype.isModelLocked=function(e){return!!this.diagramModel.isLocked()||e.isLocked()},t.prototype.recalculatePortsVisually=function(){this.nodesRendered=!1,this.linksThatHaveInitiallyRendered={}},t.prototype.canEntityRepaint=function(e){return null===this.paintableWidgets||void 0!==this.paintableWidgets[e.getID()]},t.prototype.setCanvas=function(e){this.canvas=e},t.prototype.setDiagramModel=function(e){this.diagramModel=e,this.recalculatePortsVisually()},t.prototype.getDiagramModel=function(){return this.diagramModel},
  2. //!-------------- FACTORIES ------------
  3. t.prototype.getNodeFactories=function(){return this.nodeFactories},t.prototype.getLinkFactories=function(){return this.linkFactories},t.prototype.getLabelFactories=function(){return this.labelFactories},t.prototype.registerLabelFactory=function(e){this.labelFactories[e.getType()]=e,this.iterateListeners(function(e){e.labelFactoriesUpdated&&e.labelFactoriesUpdated()})},t.prototype.registerPortFactory=function(e){this.portFactories[e.getType()]=e,this.iterateListeners(function(e){e.portFactoriesUpdated&&e.portFactoriesUpdated()})},t.prototype.registerNodeFactory=function(e){this.nodeFactories[e.getType()]=e,this.iterateListeners(function(e){e.nodeFactoriesUpdated&&e.nodeFactoriesUpdated()})},t.prototype.registerLinkFactory=function(e){this.linkFactories[e.getType()]=e,this.iterateListeners(function(e){e.linkFactoriesUpdated&&e.linkFactoriesUpdated()})},t.prototype.getPortFactory=function(e){if(this.portFactories[e])return this.portFactories[e];throw new Error("cannot find factory for port of type: ["+e+"]")},t.prototype.getNodeFactory=function(e){if(this.nodeFactories[e])return this.nodeFactories[e];throw new Error("cannot find factory for node of type: ["+e+"]")},t.prototype.getLinkFactory=function(e){if(this.linkFactories[e])return this.linkFactories[e];throw new Error("cannot find factory for link of type: ["+e+"]")},t.prototype.getLabelFactory=function(e){if(this.labelFactories[e])return this.labelFactories[e];throw new Error("cannot find factory for label of type: ["+e+"]")},t.prototype.getFactoryForNode=function(e){return this.getNodeFactory(e.getType())},t.prototype.getFactoryForLink=function(e){return this.getLinkFactory(e.getType())},t.prototype.getFactoryForLabel=function(e){return this.getLabelFactory(e.getType())},t.prototype.generateWidgetForLink=function(e){var t=this.getFactoryForLink(e);if(!t)throw new Error("Cannot find link factory for link: "+e.getType());return t.generateReactWidget(this,e)},t.prototype.generateWidgetForNode=function(e){var t=this.getFactoryForNode(e);if(!t)throw new Error("Cannot find widget factory for node: "+e.getType());return t.generateReactWidget(this,e)},t.prototype.getRelativeMousePoint=function(e){var t=this.getRelativePoint(e.clientX,e.clientY);return{x:(t.x-this.diagramModel.getOffsetX())/(this.diagramModel.getZoomLevel()/100),y:(t.y-this.diagramModel.getOffsetY())/(this.diagramModel.getZoomLevel()/100)}},t.prototype.getRelativePoint=function(e,t){var n=this.canvas.getBoundingClientRect();return{x:e-n.left,y:t-n.top}},t.prototype.getNodeElement=function(e){var t=this.canvas.querySelector('.node[data-nodeid="'+e.getID()+'"]');if(null===t)throw new Error("Cannot find Node element with nodeID: ["+e.getID()+"]");return t},t.prototype.getNodePortElement=function(e){var t=this.canvas.querySelector('.port[data-name="'+e.getName()+'"][data-nodeid="'+e.getParent().getID()+'"]');if(null===t)throw new Error("Cannot find Node Port element with nodeID: ["+e.getParent().getID()+"] and name: ["+e.getName()+"]");return t},t.prototype.getPortCenter=function(e){var t=this.getNodePortElement(e),n=t.getBoundingClientRect(),r=this.getRelativePoint(n.left,n.top);return{x:t.offsetWidth/2+(r.x-this.diagramModel.getOffsetX())/(this.diagramModel.getZoomLevel()/100),y:t.offsetHeight/2+(r.y-this.diagramModel.getOffsetY())/(this.diagramModel.getZoomLevel()/100)}},t.prototype.getPortCoords=function(e){var t=this.getNodePortElement(e).getBoundingClientRect(),n=this.canvas.getBoundingClientRect();return{x:(t.x-this.diagramModel.getOffsetX())/(this.diagramModel.getZoomLevel()/100)-n.left,y:(t.y-this.diagramModel.getOffsetY())/(this.diagramModel.getZoomLevel()/100)-n.top,width:t.width,height:t.height}},t.prototype.getNodeDimensions=function(e){if(!this.canvas)return{width:0,height:0};var t=this.getNodeElement(e).getBoundingClientRect();return{width:t.width,height:t.height}},t.prototype.getMaxNumberPointsPerLink=function(){return this.maxNumberPointsPerLink},t.prototype.setMaxNumberPointsPerLink=function(e){this.maxNumberPointsPerLink=e},t.prototype.isSmartRoutingEnabled=function(){return!!this.smartRouting},t.prototype.setSmartRoutingStatus=function(e){this.smartRouting=e},t.prototype.getCanvasMatrix=function(){return 0===this.canvasMatrix.length&&this.calculateCanvasMatrix(),this.canvasMatrix},t.prototype.calculateCanvasMatrix=function(){var e=this.calculateMatrixDimensions(),t=e.width,n=e.hAdjustmentFactor,r=e.height,o=e.vAdjustmentFactor;this.hAdjustmentFactor=n,this.vAdjustmentFactor=o;var i=Math.ceil(t/p.ROUTING_SCALING_FACTOR),a=Math.ceil(r/p.ROUTING_SCALING_FACTOR);this.canvasMatrix=l.range(0,a).map(function(){return new Array(i).fill(0)})},t.prototype.getRoutingMatrix=function(){return 0===this.routingMatrix.length&&this.calculateRoutingMatrix(),this.routingMatrix},t.prototype.calculateRoutingMatrix=function(){var e=l.cloneDeep(this.getCanvasMatrix());this.markNodes(e),this.markPorts(e),this.routingMatrix=e},t.prototype.translateRoutingX=function(e,t){return void 0===t&&(t=!1),e+this.hAdjustmentFactor*(t?-1:1)},t.prototype.translateRoutingY=function(e,t){return void 0===t&&(t=!1),e+this.vAdjustmentFactor*(t?-1:1)},t.prototype.zoomToFit=function(){var e=this.canvas.clientWidth/this.canvas.scrollWidth,t=this.canvas.clientHeight/this.canvas.scrollHeight,n=e<t?e:t;this.diagramModel.setZoomLevel(this.diagramModel.getZoomLevel()*n),this.diagramModel.setOffset(0,0),this.repaintCanvas()},t}(i.BaseEntity);t.DiagramEngine=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(r=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{!r&&l.return&&l.return()}finally{if(o)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(e){return e*e},i=function(e,t){var n=r(e,2),i=n[0],a=n[1],l=r(t,2),s=l[0],u=l[1];return Math.sqrt(o(i-s)+o(a-u))};t.default={distPointToPoint:i,distPointToParabol:function(e,t){var n=i(e,t);return 0==n?1/0:o(n)/(2*Math.abs(e[1]-t[1]))},circumCenter:function(e,t,n){var r=(e[0]-n[0])*(t[1]-n[1])-(t[0]-n[0])*(e[1]-n[1]);return 0==r?[1/0,1/0]:[(((e[0]-n[0])*(e[0]+n[0])+(e[1]-n[1])*(e[1]+n[1]))/2*(t[1]-n[1])-((t[0]-n[0])*(t[0]+n[0])+(t[1]-n[1])*(t[1]+n[1]))/2*(e[1]-n[1]))/r,(((t[0]-n[0])*(t[0]+n[0])+(t[1]-n[1])*(t[1]+n[1]))/2*(e[0]-n[0])-((e[0]-n[0])*(e[0]+n[0])+(e[1]-n[1])*(e[1]+n[1]))/2*(t[0]-n[0]))/r]},parabolsCrossX:function(e,t,n){if(e[1]===t[1])return[(e[0]+t[0])/2,(e[0]+t[0])/2];var r=(e[1]*t[0]-e[0]*t[1]+e[0]*n-t[0]*n+Math.sqrt((e[0]*e[0]+e[1]*e[1]-2*e[0]*t[0]+t[0]*t[0]-2*e[1]*t[1]+t[1]*t[1])*(e[1]*t[1]-e[1]*n-t[1]*n+n*n)))/(e[1]-t[1]),o=(e[1]*t[0]-e[0]*t[1]+e[0]*n-t[0]*n-Math.sqrt((e[0]*e[0]+e[1]*e[1]-2*e[0]*t[0]+t[0]*t[0]-2*e[1]*t[1]+t[1]*t[1])*(e[1]*t[1]-e[1]*n-t[1]*n+n*n)))/(e[1]-t[1]);return r<o?[r,o]:[o,r]},doHalflinesCross:function(e,t){var n=arguments.length<=2||void 0===arguments[2]?1e-10:arguments[2],r=t.ps[0]-e.ps[0],o=t.ps[1]-e.ps[1];if(e.m==1/0)return e.hp*(t.m*r-o)<=n&&t.vec[0]*r<=n;if(t.m==1/0)return t.hp*(e.m*r-o)>=-n&&e.vec[0]*r>=-n;var i=t.vec[0]*e.vec[1]-t.vec[1]*e.vec[0];if(0===i)return!1;var a=(o*t.vec[0]-r*t.vec[1])/i,l=(o*e.vec[0]-r*e.vec[1])/i;return a>=-n&&l>=n||a>=n&&l>=-n},matrixTransform:function(e,t){return e.map(function(e){return{x:e.x*t[0]+e.y*t[2]+t[4],y:e.x*t[1]+e.y*t[3]+t[5]}})},transformEllipse:function(e,t,n,r){var o=Math.PI/180,i=Math.cos(n*o),a=Math.sin(n*o),l=[e*(r[0]*i+r[2]*a),e*(r[1]*i+r[3]*a),t*(-r[0]*a+r[2]*i),t*(-r[1]*a+r[3]*i)],s=l[0]*l[0]+l[2]*l[2],u=l[1]*l[1]+l[3]*l[3],c=((l[0]-l[3])*(l[0]-l[3])+(l[2]+l[1])*(l[2]+l[1]))*((l[0]+l[3])*(l[0]+l[3])+(l[2]-l[1])*(l[2]-l[1])),p=(s+u)/2;if(c<1e-10*p)return{rx:Math.sqrt(p),ry:Math.sqrt(p),ax:0,isDegenerate:!1};var f=l[0]*l[1]+l[2]*l[3],d=p+(c=Math.sqrt(c))/2,h=p-c/2,g=void 0,m=void 0,v=void 0;return(g=Math.abs(f)<1e-10&&Math.abs(d-u)<1e-10?90:180*Math.atan(Math.abs(f)>Math.abs(d-u)?(d-s)/f:f/(d-u))/Math.PI)>=0?(m=Math.sqrt(d),v=Math.sqrt(h)):(g+=90,m=Math.sqrt(h),v=Math.sqrt(d)),{rx:m,ry:v,ax:g,isDegenerate:m<1e-10*v||v<1e-10*m}}},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(r=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{!r&&l.return&&l.return()}finally{if(o)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=n(50),i=function e(t){var n=t||[],i=function(e){return e.command+" "+e.params.map(function(e){return t=6,function(e,t){for(var n=e.length;"0"===e.charAt(n-1);)n-=1;return"."===e.charAt(n-1)&&(n-=1),e.substr(0,n)}(e.toFixed(t));var t}).join(" ")},a=function(e,t){var n=e.command,r=e.params;switch(n){case"M":case"L":return[r[0],r[1]];case"H":return[r[0],t[1]];case"V":return[t[0],r[0]];case"Z":return null;case"C":return[r[4],r[5]];case"S":case"Q":return[r[2],r[3]];case"T":return[r[0],r[1]];case"A":return[r[5],r[6]]}},l=function(e,t,n){var r=e.params,i={V:function(e,t,n){var i=[{x:n[0],y:r[1]}],a=(0,o.matrixTransform)(i,t);return a[0].x===(0,o.matrixTransform)([{x:n[0],y:n[1]}])[0].x?{command:"V",params:[a[0].y]}:{command:"L",params:[a[0].x,a[0].y]}},H:function(e,t,n){var i=[{x:r[0],y:n[1]}],a=(0,o.matrixTransform)(i,t);return a[0].y===(0,o.matrixTransform)([{x:n[0],y:n[1]}])[0].y?{command:"H",params:[a[0].x]}:{command:"L",params:[a[0].x,a[0].y]}},A:function(e,t,n){var i=(0,o.transformEllipse)(r[0],r[1],r[2],t),a=r[4];t[0]*t[3]-t[1]*t[2]<0&&(a=a?"0":"1");var l=[{x:r[5],y:r[6]}],s=(0,o.matrixTransform)(l,t);return i.isDegenerate?{command:"L",params:[s[0].x,s[0].y]}:{command:"A",params:[i.rx,i.ry,i.ax,r[3],a,s[0].x,s[0].y]}},C:function(e,t,n){var i=[{x:r[0],y:r[1]},{x:r[2],y:r[3]},{x:r[4],y:r[5]}],a=(0,o.matrixTransform)(i,t);return{command:"C",params:[a[0].x,a[0].y,a[1].x,a[1].y,a[2].x,a[2].y]}},Z:function(e,t,n){return{command:"Z",params:[]}},default:function(e,t,n){var i=[{x:r[0],y:r[1]}],a=(0,o.matrixTransform)(i,t),l=e.params.slice(0,e.params.length);return l.splice(0,2,a[0].x,a[0].y),{command:e.command,params:l}}};return i[e.command]?i[e.command](e,t,n):i.default(e,t,n)},s=function(e,t){return function(n){var r="object"==typeof n?e.map(function(e){return n[e]}):arguments;return t.apply(null,r)}},u=function(t){return e((o=t,(i=(r=n).slice(0,r.length)).push(o),i));var r,o,i};return{moveto:s(["x","y"],function(e,t){return u({command:"M",params:[e,t]})}),lineto:s(["x","y"],function(e,t){return u({command:"L",params:[e,t]})}),hlineto:s(["x"],function(e){return u({command:"H",params:[e]})}),vlineto:s(["y"],function(e){return u({command:"V",params:[e]})}),closepath:function(){return u({command:"Z",params:[]})},curveto:s(["x1","y1","x2","y2","x","y"],function(e,t,n,r,o,i){return u({command:"C",params:[e,t,n,r,o,i]})}),smoothcurveto:s(["x2","y2","x","y"],function(e,t,n,r){return u({command:"S",params:[e,t,n,r]})}),qcurveto:s(["x1","y1","x","y"],function(e,t,n,r){return u({command:"Q",params:[e,t,n,r]})}),smoothqcurveto:s(["x","y"],function(e,t){return u({command:"T",params:[e,t]})}),arc:s(["rx","ry","xrot","largeArcFlag","sweepFlag","x","y"],function(e,t,n,r,o,i,a){return u({command:"A",params:[e,t,n,r,o,i,a]})}),translate:s(["dx","dy"],function(){var t=arguments.length<=0||void 0===arguments[0]?0:arguments[0],r=arguments.length<=1||void 0===arguments[1]?0:arguments[1];if(0===t&&0===t)return e(n);var o,i,s,u=(o=[0,0],i=[1,0,0,1,t,r],s=n.map(function(e){var t=l(e,i,o);return o=a(e,o),t}),{v:e(s)});return"object"==typeof u?u.v:void 0}),rotate:s(["angle","rx","ry"],function(t){var r=arguments.length<=1||void 0===arguments[1]?0:arguments[1],o=arguments.length<=2||void 0===arguments[2]?0:arguments[2];if(0===t)return e(n);var i=function(){var i=void 0,s=void 0,u=n;0!==r&&0!==o&&(i=[0,0],s=[1,0,0,1,-r,-o],u=u.map(function(e){var t=l(e,s,i);return i=a(e,i),t}));var c=t*Math.PI/180,p=Math.cos(c),f=Math.sin(c);return i=[0,0],s=[p,f,-f,p,0,0],u=u.map(function(e){var t=l(e,s,i);return i=a(e,i),t}),0!==r&&0!==o&&(i=[0,0],s=[1,0,0,1,r,o],u=u.map(function(e){var t=l(e,s,i);return i=a(e,i),t})),{v:e(u)}}();return"object"==typeof i?i.v:void 0}),scale:s(["sx","sy"],function(){var t=arguments.length<=0||void 0===arguments[0]?1:arguments[0],r=arguments.length<=1||void 0===arguments[1]?t:arguments[1];return function(){if(1===t&&1===r)return e(n);var o,i,s,u=(o=[0,0],i=[t,0,0,r,0,0],s=n.map(function(e){var t=l(e,i,o);return o=a(e,o),t}),{v:e(s)});return"object"==typeof u?u.v:void 0}()}),shearX:s(["angle"],function(){var t=arguments.length<=0||void 0===arguments[0]?0:arguments[0];if(0===t)return e(n);var r,o,i,s=(r=[0,0],o=[1,0,Math.tan(t*Math.PI/180),1,0,0],i=n.map(function(e){var t=l(e,o,r);return r=a(e,r),t}),{v:e(i)});return"object"==typeof s?s.v:void 0}),shearY:s(["angle"],function(){var t=arguments.length<=0||void 0===arguments[0]?0:arguments[0];if(0===t)return e(n);var r,o,i,s=(r=[0,0],o=[1,Math.tan(t*Math.PI/180),0,1,0,0],i=n.map(function(e){var t=l(e,o,r);return r=a(e,r),t}),{v:e(i)});return"object"==typeof s?s.v:void 0}),print:function(){return n.map(i).join(" ")},toString:function(){return(void 0).print()},points:function(){var e=[],t=[0,0],r=!0,o=!1,i=void 0;try{for(var l,s=n[Symbol.iterator]();!(r=(l=s.next()).done);r=!0){var u=l.value,c=a(u,t);t=c,c&&e.push(c)}}catch(e){o=!0,i=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}return e},instructions:function(){return n.slice(0,n.length)},connect:function(t){var o,i,a,l,s,u,c,p=this.points(),f=p[p.length-1],d=t.points()[0],h=void 0;return"Z"!==n[n.length-1].command?(h=t.instructions().slice(1),o=d,i=r(f,2),a=i[0],l=i[1],s=r(o,2),u=s[0],c=s[1],(a!==u||l!==c)&&h.unshift({command:"L",params:d})):h=t.instructions(),e(this.instructions().concat(h))}}};t.default=function(){return i()},e.exports=t.default},function(e,t,n){var r=n(14),o=n(2);function i(e){r.call(this,e)}i.prototype=new r,i.prototype.constructor=i,i.prototype._jump=function(e,t,n,r){var o=this.grid,i=e-n,a=t-r;if(!o.isWalkableAt(e,t))return null;if(!0===this.trackJumpRecursion&&(o.getNodeAt(e,t).tested=!0),o.getNodeAt(e,t)===this.endNode)return[e,t];if(0!==i&&0!==a){if(o.isWalkableAt(e-i,t+a)&&!o.isWalkableAt(e-i,t)||o.isWalkableAt(e+i,t-a)&&!o.isWalkableAt(e,t-a))return[e,t];if(this._jump(e+i,t,e,t)||this._jump(e,t+a,e,t))return[e,t]}else if(0!==i){if(o.isWalkableAt(e+i,t+1)&&!o.isWalkableAt(e,t+1)||o.isWalkableAt(e+i,t-1)&&!o.isWalkableAt(e,t-1))return[e,t]}else if(o.isWalkableAt(e+1,t+a)&&!o.isWalkableAt(e+1,t)||o.isWalkableAt(e-1,t+a)&&!o.isWalkableAt(e-1,t))return[e,t];return o.isWalkableAt(e+i,t)||o.isWalkableAt(e,t+a)?this._jump(e+i,t+a,e,t):null},i.prototype._findNeighbors=function(e){var t,n,r,i,a,l,s,u,c=e.parent,p=e.x,f=e.y,d=this.grid,h=[];if(c)t=c.x,n=c.y,r=(p-t)/Math.max(Math.abs(p-t),1),i=(f-n)/Math.max(Math.abs(f-n),1),0!==r&&0!==i?(d.isWalkableAt(p,f+i)&&h.push([p,f+i]),d.isWalkableAt(p+r,f)&&h.push([p+r,f]),(d.isWalkableAt(p,f+i)||d.isWalkableAt(p+r,f))&&h.push([p+r,f+i]),!d.isWalkableAt(p-r,f)&&d.isWalkableAt(p,f+i)&&h.push([p-r,f+i]),!d.isWalkableAt(p,f-i)&&d.isWalkableAt(p+r,f)&&h.push([p+r,f-i])):0===r?d.isWalkableAt(p,f+i)&&(h.push([p,f+i]),d.isWalkableAt(p+1,f)||h.push([p+1,f+i]),d.isWalkableAt(p-1,f)||h.push([p-1,f+i])):d.isWalkableAt(p+r,f)&&(h.push([p+r,f]),d.isWalkableAt(p,f+1)||h.push([p+r,f+1]),d.isWalkableAt(p,f-1)||h.push([p+r,f-1]));else for(s=0,u=(a=d.getNeighbors(e,o.IfAtMostOneObstacle)).length;s<u;++s)l=a[s],h.push([l.x,l.y]);return h},e.exports=i},function(e,t,n){var r=n(14),o=n(2);function i(e){r.call(this,e)}i.prototype=new r,i.prototype.constructor=i,i.prototype._jump=function(e,t,n,r){var o=this.grid,i=e-n,a=t-r;if(!o.isWalkableAt(e,t))return null;if(!0===this.trackJumpRecursion&&(o.getNodeAt(e,t).tested=!0),o.getNodeAt(e,t)===this.endNode)return[e,t];if(0!==i&&0!==a){if(this._jump(e+i,t,e,t)||this._jump(e,t+a,e,t))return[e,t]}else if(0!==i){if(o.isWalkableAt(e,t-1)&&!o.isWalkableAt(e-i,t-1)||o.isWalkableAt(e,t+1)&&!o.isWalkableAt(e-i,t+1))return[e,t]}else if(0!==a&&(o.isWalkableAt(e-1,t)&&!o.isWalkableAt(e-1,t-a)||o.isWalkableAt(e+1,t)&&!o.isWalkableAt(e+1,t-a)))return[e,t];return o.isWalkableAt(e+i,t)&&o.isWalkableAt(e,t+a)?this._jump(e+i,t+a,e,t):null},i.prototype._findNeighbors=function(e){var t,n,r,i,a,l,s,u,c,p=e.parent,f=e.x,d=e.y,h=this.grid,g=[];if(p){if(t=p.x,n=p.y,r=(f-t)/Math.max(Math.abs(f-t),1),i=(d-n)/Math.max(Math.abs(d-n),1),0!==r&&0!==i)h.isWalkableAt(f,d+i)&&g.push([f,d+i]),h.isWalkableAt(f+r,d)&&g.push([f+r,d]),h.isWalkableAt(f,d+i)&&h.isWalkableAt(f+r,d)&&g.push([f+r,d+i]);else if(0!==r){c=h.isWalkableAt(f+r,d);var m=h.isWalkableAt(f,d+1),v=h.isWalkableAt(f,d-1);c&&(g.push([f+r,d]),m&&g.push([f+r,d+1]),v&&g.push([f+r,d-1])),m&&g.push([f,d+1]),v&&g.push([f,d-1])}else if(0!==i){c=h.isWalkableAt(f,d+i);var y=h.isWalkableAt(f+1,d),b=h.isWalkableAt(f-1,d);c&&(g.push([f,d+i]),y&&g.push([f+1,d+i]),b&&g.push([f-1,d+i])),y&&g.push([f+1,d]),b&&g.push([f-1,d])}}else for(s=0,u=(a=h.getNeighbors(e,o.OnlyWhenNoObstacles)).length;s<u;++s)l=a[s],g.push([l.x,l.y]);return g},e.exports=i},function(e,t,n){var r=n(14),o=n(2);function i(e){r.call(this,e)}i.prototype=new r,i.prototype.constructor=i,i.prototype._jump=function(e,t,n,r){var o=this.grid,i=e-n,a=t-r;if(!o.isWalkableAt(e,t))return null;if(!0===this.trackJumpRecursion&&(o.getNodeAt(e,t).tested=!0),o.getNodeAt(e,t)===this.endNode)return[e,t];if(0!==i&&0!==a){if(o.isWalkableAt(e-i,t+a)&&!o.isWalkableAt(e-i,t)||o.isWalkableAt(e+i,t-a)&&!o.isWalkableAt(e,t-a))return[e,t];if(this._jump(e+i,t,e,t)||this._jump(e,t+a,e,t))return[e,t]}else if(0!==i){if(o.isWalkableAt(e+i,t+1)&&!o.isWalkableAt(e,t+1)||o.isWalkableAt(e+i,t-1)&&!o.isWalkableAt(e,t-1))return[e,t]}else if(o.isWalkableAt(e+1,t+a)&&!o.isWalkableAt(e+1,t)||o.isWalkableAt(e-1,t+a)&&!o.isWalkableAt(e-1,t))return[e,t];return this._jump(e+i,t+a,e,t)},i.prototype._findNeighbors=function(e){var t,n,r,i,a,l,s,u,c=e.parent,p=e.x,f=e.y,d=this.grid,h=[];if(c)t=c.x,n=c.y,r=(p-t)/Math.max(Math.abs(p-t),1),i=(f-n)/Math.max(Math.abs(f-n),1),0!==r&&0!==i?(d.isWalkableAt(p,f+i)&&h.push([p,f+i]),d.isWalkableAt(p+r,f)&&h.push([p+r,f]),d.isWalkableAt(p+r,f+i)&&h.push([p+r,f+i]),d.isWalkableAt(p-r,f)||h.push([p-r,f+i]),d.isWalkableAt(p,f-i)||h.push([p+r,f-i])):0===r?(d.isWalkableAt(p,f+i)&&h.push([p,f+i]),d.isWalkableAt(p+1,f)||h.push([p+1,f+i]),d.isWalkableAt(p-1,f)||h.push([p-1,f+i])):(d.isWalkableAt(p+r,f)&&h.push([p+r,f]),d.isWalkableAt(p,f+1)||h.push([p+r,f+1]),d.isWalkableAt(p,f-1)||h.push([p+r,f-1]));else for(s=0,u=(a=d.getNeighbors(e,o.Always)).length;s<u;++s)l=a[s],h.push([l.x,l.y]);return h},e.exports=i},function(e,t,n){var r=n(14),o=n(2);function i(e){r.call(this,e)}i.prototype=new r,i.prototype.constructor=i,i.prototype._jump=function(e,t,n,r){var o=this.grid,i=e-n,a=t-r;if(!o.isWalkableAt(e,t))return null;if(!0===this.trackJumpRecursion&&(o.getNodeAt(e,t).tested=!0),o.getNodeAt(e,t)===this.endNode)return[e,t];if(0!==i){if(o.isWalkableAt(e,t-1)&&!o.isWalkableAt(e-i,t-1)||o.isWalkableAt(e,t+1)&&!o.isWalkableAt(e-i,t+1))return[e,t]}else{if(0===a)throw new Error("Only horizontal and vertical movements are allowed");if(o.isWalkableAt(e-1,t)&&!o.isWalkableAt(e-1,t-a)||o.isWalkableAt(e+1,t)&&!o.isWalkableAt(e+1,t-a))return[e,t];if(this._jump(e+1,t,e,t)||this._jump(e-1,t,e,t))return[e,t]}return this._jump(e+i,t+a,e,t)},i.prototype._findNeighbors=function(e){var t,n,r,i,a,l,s,u,c=e.parent,p=e.x,f=e.y,d=this.grid,h=[];if(c)t=c.x,n=c.y,r=(p-t)/Math.max(Math.abs(p-t),1),i=(f-n)/Math.max(Math.abs(f-n),1),0!==r?(d.isWalkableAt(p,f-1)&&h.push([p,f-1]),d.isWalkableAt(p,f+1)&&h.push([p,f+1]),d.isWalkableAt(p+r,f)&&h.push([p+r,f])):0!==i&&(d.isWalkableAt(p-1,f)&&h.push([p-1,f]),d.isWalkableAt(p+1,f)&&h.push([p+1,f]),d.isWalkableAt(p,f+i)&&h.push([p,f+i]));else for(s=0,u=(a=d.getNeighbors(e,o.Never)).length;s<u;++s)l=a[s],h.push([l.x,l.y]);return h},e.exports=i},function(e,t,n){var r=n(2),o=n(55),i=n(54),a=n(53),l=n(52);e.exports=function(e){return(e=e||{}).diagonalMovement===r.Never?new o(e):e.diagonalMovement===r.Always?new i(e):e.diagonalMovement===r.OnlyWhenNoObstacles?new a(e):new l(e)}},function(e,t,n){n(4);var r=n(10),o=n(24),i=n(2);function a(e){e=e||{},this.allowDiagonal=e.allowDiagonal,this.dontCrossCorners=e.dontCrossCorners,this.diagonalMovement=e.diagonalMovement,this.heuristic=e.heuristic||r.manhattan,this.weight=e.weight||1,this.trackRecursion=e.trackRecursion||!1,this.timeLimit=e.timeLimit||1/0,this.diagonalMovement||(this.allowDiagonal?this.dontCrossCorners?this.diagonalMovement=i.OnlyWhenNoObstacles:this.diagonalMovement=i.IfAtMostOneObstacle:this.diagonalMovement=i.Never),this.diagonalMovement===i.Never?this.heuristic=e.heuristic||r.manhattan:this.heuristic=e.heuristic||r.octile}a.prototype.findPath=function(e,t,n,r,i){var a,l,s,u=(new Date).getTime(),c=function(e,t){return this.heuristic(Math.abs(t.x-e.x),Math.abs(t.y-e.y))}.bind(this),p=function(e,t,n,r,a){if(0,this.timeLimit>0&&(new Date).getTime()-u>1e3*this.timeLimit)return 1/0;var l,s,f,h,g=t+c(e,d)*this.weight;if(g>n)return g;if(e==d)return r[a]=[e.x,e.y],e;var m,v,y=i.getNeighbors(e,this.diagonalMovement);for(f=0,l=1/0;h=y[f];++f){if(this.trackRecursion&&(h.retainCount=h.retainCount+1||1,!0!==h.tested&&(h.tested=!0)),(s=p(h,t+(v=h,(m=e).x===v.x||m.y===v.y?1:Math.SQRT2),n,r,a+1))instanceof o)return r[a]=[e.x,e.y],s;this.trackRecursion&&0==--h.retainCount&&(h.tested=!1),s<l&&(l=s)}return l}.bind(this),f=i.getNodeAt(e,t),d=i.getNodeAt(n,r),h=c(f,d);for(a=0;;++a){if((s=p(f,0,h,l=[],0))===1/0)return[];if(s instanceof o)return l;h=s}return[]},e.exports=a},function(e,t,n){var r=n(22);function o(e){r.call(this,e),this.heuristic=function(e,t){return 0}}o.prototype=new r,o.prototype.constructor=o,e.exports=o},function(e,t,n){var r=n(4),o=n(2);function i(e){e=e||{},this.allowDiagonal=e.allowDiagonal,this.dontCrossCorners=e.dontCrossCorners,this.diagonalMovement=e.diagonalMovement,this.diagonalMovement||(this.allowDiagonal?this.dontCrossCorners?this.diagonalMovement=o.OnlyWhenNoObstacles:this.diagonalMovement=o.IfAtMostOneObstacle:this.diagonalMovement=o.Never)}i.prototype.findPath=function(e,t,n,o,i){var a,l,s,u,c,p=i.getNodeAt(e,t),f=i.getNodeAt(n,o),d=[],h=[],g=this.diagonalMovement;for(d.push(p),p.opened=!0,p.by=0,h.push(f),f.opened=!0,f.by=1;d.length&&h.length;){for((s=d.shift()).closed=!0,u=0,c=(a=i.getNeighbors(s,g)).length;u<c;++u)if(!(l=a[u]).closed)if(l.opened){if(1===l.by)return r.biBacktrace(s,l)}else d.push(l),l.parent=s,l.opened=!0,l.by=0;for((s=h.shift()).closed=!0,u=0,c=(a=i.getNeighbors(s,g)).length;u<c;++u)if(!(l=a[u]).closed)if(l.opened){if(0===l.by)return r.biBacktrace(l,s)}else h.push(l),l.parent=s,l.opened=!0,l.by=1}return[]},e.exports=i},function(e,t,n){var r=n(22);function o(e){r.call(this,e);var t=this.heuristic;this.heuristic=function(e,n){return 1e6*t(e,n)}}o.prototype=new r,o.prototype.constructor=o,e.exports=o},function(e,t,n){var r=n(23);function o(e){r.call(this,e),this.heuristic=function(e,t){return 0}}o.prototype=new r,o.prototype.constructor=o,e.exports=o},function(e,t,n){var r=n(4),o=n(2);function i(e){e=e||{},this.allowDiagonal=e.allowDiagonal,this.dontCrossCorners=e.dontCrossCorners,this.diagonalMovement=e.diagonalMovement,this.diagonalMovement||(this.allowDiagonal?this.dontCrossCorners?this.diagonalMovement=o.OnlyWhenNoObstacles:this.diagonalMovement=o.IfAtMostOneObstacle:this.diagonalMovement=o.Never)}i.prototype.findPath=function(e,t,n,o,i){var a,l,s,u,c,p=[],f=this.diagonalMovement,d=i.getNodeAt(e,t),h=i.getNodeAt(n,o);for(p.push(d),d.opened=!0;p.length;){if((s=p.shift()).closed=!0,s===h)return r.backtrace(h);for(u=0,c=(a=i.getNeighbors(s,f)).length;u<c;++u)(l=a[u]).closed||l.opened||(p.push(l),l.opened=!0,l.parent=s)}return[]},e.exports=i},function(e,t,n){var r=n(23);function o(e){r.call(this,e);var t=this.heuristic;this.heuristic=function(e,n){return 1e6*t(e,n)}}o.prototype=new r,o.prototype.constructor=o,e.exports=o},function(e,t,n){var r=n(24),o=n(2);function i(e,t,n){var r;"object"!=typeof e?r=e:(t=e.length,r=e[0].length,n=e),this.width=r,this.height=t,this.nodes=this._buildNodes(r,t,n)}i.prototype._buildNodes=function(e,t,n){var o,i,a=new Array(t);for(o=0;o<t;++o)for(a[o]=new Array(e),i=0;i<e;++i)a[o][i]=new r(i,o);if(void 0===n)return a;if(n.length!==t||n[0].length!==e)throw new Error("Matrix size does not fit");for(o=0;o<t;++o)for(i=0;i<e;++i)n[o][i]&&(a[o][i].walkable=!1);return a},i.prototype.getNodeAt=function(e,t){return this.nodes[t][e]},i.prototype.isWalkableAt=function(e,t){return this.isInside(e,t)&&this.nodes[t][e].walkable},i.prototype.isInside=function(e,t){return e>=0&&e<this.width&&t>=0&&t<this.height},i.prototype.setWalkableAt=function(e,t,n){this.nodes[t][e].walkable=n},i.prototype.getNeighbors=function(e,t){var n=e.x,r=e.y,i=[],a=!1,l=!1,s=!1,u=!1,c=!1,p=!1,f=!1,d=!1,h=this.nodes;if(this.isWalkableAt(n,r-1)&&(i.push(h[r-1][n]),a=!0),this.isWalkableAt(n+1,r)&&(i.push(h[r][n+1]),s=!0),this.isWalkableAt(n,r+1)&&(i.push(h[r+1][n]),c=!0),this.isWalkableAt(n-1,r)&&(i.push(h[r][n-1]),f=!0),t===o.Never)return i;if(t===o.OnlyWhenNoObstacles)l=f&&a,u=a&&s,p=s&&c,d=c&&f;else if(t===o.IfAtMostOneObstacle)l=f||a,u=a||s,p=s||c,d=c||f;else{if(t!==o.Always)throw new Error("Incorrect value of diagonalMovement");l=!0,u=!0,p=!0,d=!0}return l&&this.isWalkableAt(n-1,r-1)&&i.push(h[r-1][n-1]),u&&this.isWalkableAt(n+1,r-1)&&i.push(h[r-1][n+1]),p&&this.isWalkableAt(n+1,r+1)&&i.push(h[r+1][n+1]),d&&this.isWalkableAt(n-1,r+1)&&i.push(h[r+1][n-1]),i},i.prototype.clone=function(){var e,t,n=this.width,o=this.height,a=this.nodes,l=new i(n,o),s=new Array(o);for(e=0;e<o;++e)for(s[e]=new Array(n),t=0;t<n;++t)s[e][t]=new r(t,e,a[e][t].walkable);return l.nodes=s,l},e.exports=i},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){(function(e){(function(){var t,n,r,o,i,a,l,s,u,c,p,f,d,h,g;r=Math.floor,c=Math.min,n=function(e,t){return e<t?-1:e>t?1:0},u=function(e,t,o,i,a){var l;if(null==o&&(o=0),null==a&&(a=n),o<0)throw new Error("lo must be non-negative");for(null==i&&(i=e.length);o<i;)a(t,e[l=r((o+i)/2)])<0?i=l:o=l+1;return[].splice.apply(e,[o,o-o].concat(t)),t},a=function(e,t,r){return null==r&&(r=n),e.push(t),h(e,0,e.length-1,r)},i=function(e,t){var r,o;return null==t&&(t=n),r=e.pop(),e.length?(o=e[0],e[0]=r,g(e,0,t)):o=r,o},s=function(e,t,r){var o;return null==r&&(r=n),o=e[0],e[0]=t,g(e,0,r),o},l=function(e,t,r){var o;return null==r&&(r=n),e.length&&r(e[0],t)<0&&(t=(o=[e[0],t])[0],e[0]=o[1],g(e,0,r)),t},o=function(e,t){var o,i,a,l,s,u;for(null==t&&(t=n),s=[],i=0,a=(l=function(){u=[];for(var t=0,n=r(e.length/2);0<=n?t<n:t>n;0<=n?t++:t--)u.push(t);return u}.apply(this).reverse()).length;i<a;i++)o=l[i],s.push(g(e,o,t));return s},d=function(e,t,r){var o;if(null==r&&(r=n),-1!==(o=e.indexOf(t)))return h(e,0,o,r),g(e,o,r)},p=function(e,t,r){var i,a,s,u,c;if(null==r&&(r=n),!(a=e.slice(0,t)).length)return a;for(o(a,r),s=0,u=(c=e.slice(t)).length;s<u;s++)i=c[s],l(a,i,r);return a.sort(r).reverse()},f=function(e,t,r){var a,l,s,p,f,d,h,g,m;if(null==r&&(r=n),10*t<=e.length){if(!(s=e.slice(0,t).sort(r)).length)return s;for(l=s[s.length-1],p=0,d=(h=e.slice(t)).length;p<d;p++)r(a=h[p],l)<0&&(u(s,a,0,null,r),s.pop(),l=s[s.length-1]);return s}for(o(e,r),m=[],f=0,g=c(t,e.length);0<=g?f<g:f>g;0<=g?++f:--f)m.push(i(e,r));return m},h=function(e,t,r,o){var i,a,l;for(null==o&&(o=n),i=e[r];r>t&&o(i,a=e[l=r-1>>1])<0;)e[r]=a,r=l;return e[r]=i},g=function(e,t,r){var o,i,a,l,s;for(null==r&&(r=n),i=e.length,s=t,a=e[t],o=2*t+1;o<i;)(l=o+1)<i&&!(r(e[o],e[l])<0)&&(o=l),e[t]=e[o],o=2*(t=o)+1;return e[t]=a,h(e,s,t,r)},t=function(){function e(e){this.cmp=null!=e?e:n,this.nodes=[]}return e.push=a,e.pop=i,e.replace=s,e.pushpop=l,e.heapify=o,e.updateItem=d,e.nlargest=p,e.nsmallest=f,e.prototype.push=function(e){return a(this.nodes,e,this.cmp)},e.prototype.pop=function(){return i(this.nodes,this.cmp)},e.prototype.peek=function(){return this.nodes[0]},e.prototype.contains=function(e){return-1!==this.nodes.indexOf(e)},e.prototype.replace=function(e){return s(this.nodes,e,this.cmp)},e.prototype.pushpop=function(e){return l(this.nodes,e,this.cmp)},e.prototype.heapify=function(){return o(this.nodes,this.cmp)},e.prototype.updateItem=function(e){return d(this.nodes,e,this.cmp)},e.prototype.clear=function(){return this.nodes=[]},e.prototype.empty=function(){return 0===this.nodes.length},e.prototype.size=function(){return this.nodes.length},e.prototype.clone=function(){var t;return(t=new e).nodes=this.nodes.slice(0),t},e.prototype.toArray=function(){return this.nodes.slice(0)},e.prototype.insert=e.prototype.push,e.prototype.top=e.prototype.peek,e.prototype.front=e.prototype.peek,e.prototype.has=e.prototype.contains,e.prototype.copy=e.prototype.clone,e}(),(null!=e?e.exports:void 0)?e.exports=t:window.Heap=t}).call(this)}).call(this,n(65)(e))},function(e,t,n){e.exports={Heap:n(15),Node:n(24),Grid:n(64),Util:n(4),DiagonalMovement:n(2),Heuristic:n(10),AStarFinder:n(23),BestFirstFinder:n(63),BreadthFirstFinder:n(62),DijkstraFinder:n(61),BiAStarFinder:n(22),BiBestFirstFinder:n(60),BiBreadthFirstFinder:n(59),BiDijkstraFinder:n(58),IDAStarFinder:n(57),JumpPointFinder:n(56)}},function(e,t,n){e.exports=n(67)},function(e,t){var n=Element.prototype,r=n.matchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector;e.exports=function(e,t){if(r)return r.call(e,t);for(var n=e.parentNode.querySelectorAll(t),o=0;o<n.length;++o)if(n[o]==e)return!0;return!1}},function(e,t,n){var r=n(69);e.exports=function(e,t,n){for(var o=n?e:e.parentNode;o&&o!==document;){if(r(o,t))return o;o=o.parentNode}}}])},e.exports=r(n(132),n(0))},function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return b});var r=n(71),o=n(4),i=n.n(o),a=n(0),l=n.n(a),s="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};var u,c=(function(e){var t,n,r,o,i,a,l,u,c,p,f,d,h,g,m;t=s,n=function(e,t,r){if(!u(t)||p(t)||f(t)||d(t)||l(t))return t;var o,i=0,a=0;if(c(t))for(o=[],a=t.length;i<a;i++)o.push(n(e,t[i],r));else for(var s in o={},t)Object.prototype.hasOwnProperty.call(t,s)&&(o[e(s,r)]=n(e,t[s],r));return o},r=function(e){return h(e)?e:(e=e.replace(/[\-_\s]+(.)?/g,function(e,t){return t?t.toUpperCase():""})).substr(0,1).toLowerCase()+e.substr(1)},o=function(e){var t=r(e);return t.substr(0,1).toUpperCase()+t.substr(1)},i=function(e,t){return function(e,t){var n=(t=t||{}).separator||"_",r=t.split||/(?=[A-Z])/;return e.split(r).join(n)}(e,t).toLowerCase()},a=Object.prototype.toString,l=function(e){return"function"==typeof e},u=function(e){return e===Object(e)},c=function(e){return"[object Array]"==a.call(e)},p=function(e){return"[object Date]"==a.call(e)},f=function(e){return"[object RegExp]"==a.call(e)},d=function(e){return"[object Boolean]"==a.call(e)},h=function(e){return(e-=0)==e},g=function(e,t){var n=t&&"process"in t?t.process:t;return"function"!=typeof n?e:function(t,r){return n(t,e,r)}},m={camelize:r,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(e,t){return n(g(r,t),e)},decamelizeKeys:function(e,t){return n(g(i,t),e,t)},pascalizeKeys:function(e,t){return n(g(o,t),e)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}},e.exports?e.exports=m:t.humps=m}(u={exports:{}},u.exports),u.exports),p="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},f=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},d=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},h=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},g=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)};var m=!1;try{m=!0}catch(e){}function v(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?f({},e,t):{}}function y(e){return null===e?null:"object"===(void 0===e?"undefined":p(e))&&e.prefix&&e.iconName?e:Array.isArray(e)&&2===e.length?{prefix:e[0],iconName:e[1]}:"string"==typeof e?{prefix:"fas",iconName:e}:void 0}function b(e){var t=e.icon,n=e.mask,o=e.symbol,i=e.className,a=e.title,l=y(t),s=v("classes",[].concat(g(function(e){var t,n=(t={"fa-spin":e.spin,"fa-pulse":e.pulse,"fa-fw":e.fixedWidth,"fa-inverse":e.inverse,"fa-border":e.border,"fa-li":e.listItem,"fa-flip-horizontal":"horizontal"===e.flip||"both"===e.flip,"fa-flip-vertical":"vertical"===e.flip||"both"===e.flip},f(t,"fa-"+e.size,null!==e.size),f(t,"fa-rotate-"+e.rotation,null!==e.rotation),f(t,"fa-pull-"+e.pull,null!==e.pull),t);return Object.keys(n).map(function(e){return n[e]?e:null}).filter(function(e){return e})}(e)),g(i.split(" ")))),u=v("transform","string"==typeof e.transform?r.b.transform(e.transform):e.transform),c=v("mask",y(n)),p=Object(r.a)(l,d({},s,u,c,{symbol:o,title:a}));if(!p)return function(){var e;!m&&console&&"function"==typeof console.error&&(e=console).error.apply(e,arguments)}("Could not find icon",l),null;var h=p.abstract,x={};return Object.keys(e).forEach(function(t){b.defaultProps.hasOwnProperty(t)||(x[t]=e[t])}),w(h[0],x)}b.displayName="FontAwesomeIcon",b.propTypes={border:i.a.bool,className:i.a.string,mask:i.a.oneOfType([i.a.object,i.a.array,i.a.string]),fixedWidth:i.a.bool,inverse:i.a.bool,flip:i.a.oneOf(["horizontal","vertical","both"]),icon:i.a.oneOfType([i.a.object,i.a.array,i.a.string]),listItem:i.a.bool,pull:i.a.oneOf(["right","left"]),pulse:i.a.bool,rotation:i.a.oneOf([90,180,270]),size:i.a.oneOf(["lg","xs","sm","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:i.a.bool,symbol:i.a.oneOfType([i.a.bool,i.a.string]),title:i.a.string,transform:i.a.oneOfType([i.a.string,i.a.object])},b.defaultProps={border:!1,className:"",mask:null,fixedWidth:!1,inverse:!1,flip:null,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,size:null,spin:!1,symbol:!1,title:"",transform:null};var w=function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof n)return n;var o=(n.children||[]).map(e.bind(null,t)),i=Object.keys(n.attributes||{}).reduce(function(e,t){var r=n.attributes[t];switch(t){case"class":e.attrs.className=r,delete n.attributes.class;break;case"style":e.attrs.style=r.split(";").map(function(e){return e.trim()}).filter(function(e){return e}).reduce(function(e,t){var n,r=t.indexOf(":"),o=c.camelize(t.slice(0,r)),i=t.slice(r+1).trim();return o.startsWith("webkit")?e[(n=o,n.charAt(0).toUpperCase()+n.slice(1))]=i:e[o]=i,e},{});break;default:0===t.indexOf("aria-")||0===t.indexOf("data-")?e.attrs[t.toLowerCase()]=r:e.attrs[c.camelize(t)]=r}return e},{attrs:{}}),a=r.style,l=void 0===a?{}:a,s=h(r,["style"]);return i.attrs.style=d({},i.attrs.style,l),t.apply(void 0,[n.tag,d({},i.attrs,s)].concat(g(o)))}.bind(null,l.a.createElement)}).call(this,n(33))},function(e,t,n){e.exports=n(133)()},function(e,t,n){var r;try{r={cloneDeep:n(256),constant:n(63),defaults:n(257),each:n(92),filter:n(95),find:n(258),flatten:n(122),forEach:n(93),forIn:n(263),has:n(106),isUndefined:n(107),last:n(264),map:n(108),mapValues:n(265),max:n(266),merge:n(268),min:n(274),minBy:n(275),now:n(276),pick:n(277),range:n(282),reduce:n(110),sortBy:n(285),uniqueId:n(290),values:n(115),zipObject:n(291)}}catch(e){}r||(r=window._),e.exports=r},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){"use strict";var r=n(5),o=n(10).Graph;function i(e,t,n,o){var i;do{i=r.uniqueId(o)}while(e.hasNode(i));return n.dummy=t,e.setNode(i,n),i}function a(e){return r.max(r.map(e.nodes(),function(t){var n=e.node(t).rank;if(!r.isUndefined(n))return n}))}e.exports={addDummyNode:i,simplify:function(e){var t=(new o).setGraph(e.graph());return r.forEach(e.nodes(),function(n){t.setNode(n,e.node(n))}),r.forEach(e.edges(),function(n){var r=t.edge(n.v,n.w)||{weight:0,minlen:1},o=e.edge(n);t.setEdge(n.v,n.w,{weight:r.weight+o.weight,minlen:Math.max(r.minlen,o.minlen)})}),t},asNonCompoundGraph:function(e){var t=new o({multigraph:e.isMultigraph()}).setGraph(e.graph());return r.forEach(e.nodes(),function(n){e.children(n).length||t.setNode(n,e.node(n))}),r.forEach(e.edges(),function(n){t.setEdge(n,e.edge(n))}),t},successorWeights:function(e){var t=r.map(e.nodes(),function(t){var n={};return r.forEach(e.outEdges(t),function(t){n[t.w]=(n[t.w]||0)+e.edge(t).weight}),n});return r.zipObject(e.nodes(),t)},predecessorWeights:function(e){var t=r.map(e.nodes(),function(t){var n={};return r.forEach(e.inEdges(t),function(t){n[t.v]=(n[t.v]||0)+e.edge(t).weight}),n});return r.zipObject(e.nodes(),t)},intersectRect:function(e,t){var n,r,o=e.x,i=e.y,a=t.x-o,l=t.y-i,s=e.width/2,u=e.height/2;if(!a&&!l)throw new Error("Not possible to find intersection inside of the rectangle");Math.abs(l)*s>Math.abs(a)*u?(l<0&&(u=-u),n=u*a/l,r=u):(a<0&&(s=-s),n=s,r=s*l/a);return{x:o+n,y:i+r}},buildLayerMatrix:function(e){var t=r.map(r.range(a(e)+1),function(){return[]});return r.forEach(e.nodes(),function(n){var o=e.node(n),i=o.rank;r.isUndefined(i)||(t[i][o.order]=n)}),t},normalizeRanks:function(e){var t=r.min(r.map(e.nodes(),function(t){return e.node(t).rank}));r.forEach(e.nodes(),function(n){var o=e.node(n);r.has(o,"rank")&&(o.rank-=t)})},removeEmptyRanks:function(e){var t=r.min(r.map(e.nodes(),function(t){return e.node(t).rank})),n=[];r.forEach(e.nodes(),function(r){var o=e.node(r).rank-t;n[o]||(n[o]=[]),n[o].push(r)});var o=0,i=e.graph().nodeRankFactor;r.forEach(n,function(t,n){r.isUndefined(t)&&n%i!=0?--o:o&&r.forEach(t,function(t){e.node(t).rank+=o})})},addBorderNode:function(e,t,n,r){var o={width:0,height:0};arguments.length>=4&&(o.rank=n,o.order=r);return i(e,"border",o,t)},maxRank:a,partition:function(e,t){var n={lhs:[],rhs:[]};return r.forEach(e,function(e){t(e)?n.lhs.push(e):n.rhs.push(e)}),n},time:function(e,t){var n=r.now();try{return t()}finally{console.log(e+" time: "+(r.now()-n)+"ms")}},notime:function(e,t){return t()}}},function(e,t,n){var r;try{r={clone:n(144),constant:n(63),each:n(92),filter:n(95),has:n(106),isArray:n(6),isEmpty:n(220),isFunction:n(28),isUndefined:n(107),keys:n(15),map:n(108),reduce:n(110),size:n(223),transform:n(229),union:n(230),values:n(115)}}catch(e){}r||(r=window._),e.exports=r},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){var r;try{r=n(142)}catch(e){}r||(r=window.graphlib),e.exports=r},function(e,t,n){var r=n(75),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();e.exports=i},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,n){var r=n(28),o=n(57);e.exports=function(e){return null!=e&&o(e.length)&&!r(e)}},function(e,t,n){var r=n(200),o=n(210),i=n(18),a=n(6),l=n(217);e.exports=function(e){return"function"==typeof e?e:null==e?i:"object"==typeof e?a(e)?o(e[0],e[1]):r(e):l(e)}},function(e,t,n){var r=n(78),o=n(59),i=n(13);e.exports=function(e){return i(e)?r(e):o(e)}},function(e,t,n){var r=n(155),o=n(160);e.exports=function(e,t){var n=o(e,t);return r(n)?n:void 0}},function(e,t,n){var r=n(22),o=n(156),i=n(157),a="[object Null]",l="[object Undefined]",s=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?l:a:s&&s in Object(e)?o(e):i(e)}},function(e,t){e.exports=function(e){return e}},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 o=(a=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" */"),i=r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"});return[n].concat(i).concat([o]).join("\n")}var a;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={},o=0;o<this.length;o++){var i=this[o][0];"number"==typeof i&&(r[i]=!0)}for(o=0;o<e.length;o++){var a=e[o];"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,o,i={},a=(r=function(){return window&&document&&document.all&&!window.atob},function(){return void 0===o&&(o=r.apply(this,arguments)),o}),l=function(e){var t={};return function(e){if("function"==typeof e)return e();if(void 0===t[e]){var n=function(e){return document.querySelector(e)}.call(this,e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}}(),s=null,u=0,c=[],p=n(137);function f(e,t){for(var n=0;n<e.length;n++){var r=e[n],o=i[r.id];if(o){o.refs++;for(var a=0;a<o.parts.length;a++)o.parts[a](r.parts[a]);for(;a<r.parts.length;a++)o.parts.push(y(r.parts[a],t))}else{var l=[];for(a=0;a<r.parts.length;a++)l.push(y(r.parts[a],t));i[r.id]={id:r.id,refs:1,parts:l}}}}function d(e,t){for(var n=[],r={},o=0;o<e.length;o++){var i=e[o],a=t.base?i[0]+t.base:i[0],l={css:i[1],media:i[2],sourceMap:i[3]};r[a]?r[a].parts.push(l):n.push(r[a]={id:a,parts:[l]})}return n}function h(e,t){var n=l(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=c[c.length-1];if("top"===e.insertAt)r?r.nextSibling?n.insertBefore(t,r.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),c.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 o=l(e.insertInto+" "+e.insertAt.before);n.insertBefore(t,o)}}function g(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=c.indexOf(e);t>=0&&c.splice(t,1)}function m(e){var t=document.createElement("style");return void 0===e.attrs.type&&(e.attrs.type="text/css"),v(t,e.attrs),h(e,t),t}function v(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function y(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var a=u++;n=s||(s=m(t)),r=x.bind(null,n,a,!1),o=x.bind(null,n,a,!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",v(t,e.attrs),h(e,t),t}(t),r=function(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=p(r));o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),l=e.href;e.href=URL.createObjectURL(a),l&&URL.revokeObjectURL(l)}.bind(null,n,t),o=function(){g(n),n.href&&URL.revokeObjectURL(n.href)}):(n=m(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),o=function(){g(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 o()}}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=a()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=d(e,t);return f(n,t),function(e){for(var r=[],o=0;o<n.length;o++){var a=n[o];(l=i[a.id]).refs--,r.push(l)}e&&f(d(e,t),t);for(o=0;o<r.length;o++){var l;if(0===(l=r[o]).refs){for(var s=0;s<l.parts.length;s++)l.parts[s]();delete i[l.id]}}}};var b,w=(b=[],function(e,t){return b[e]=t,b.filter(Boolean).join("\n")});function x(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t,n){var r=n(11).Symbol;e.exports=r},function(e,t,n){(function(e){var r=n(11),o=n(176),i=t&&!t.nodeType&&t,a=i&&"object"==typeof e&&e&&!e.nodeType&&e,l=a&&a.exports===i?r.Buffer:void 0,s=(l?l.isBuffer:void 0)||o;e.exports=s}).call(this,n(34)(e))},function(e,t,n){var r=n(78),o=n(180),i=n(13);e.exports=function(e){return i(e)?r(e,!0):o(e)}},function(e,t,n){var r=n(185),o=n(54),i=n(186),a=n(87),l=n(187),s=n(17),u=n(76),c=u(r),p=u(o),f=u(i),d=u(a),h=u(l),g=s;(r&&"[object DataView]"!=g(new r(new ArrayBuffer(1)))||o&&"[object Map]"!=g(new o)||i&&"[object Promise]"!=g(i.resolve())||a&&"[object Set]"!=g(new a)||l&&"[object WeakMap]"!=g(new l))&&(g=function(e){var t=s(e),n="[object Object]"==t?e.constructor:void 0,r=n?u(n):"";if(r)switch(r){case c:return"[object DataView]";case p:return"[object Map]";case f:return"[object Promise]";case d:return"[object Set]";case h:return"[object WeakMap]"}return t}),e.exports=g},function(e,t,n){var r=n(17),o=n(12),i="[object Symbol]";e.exports=function(e){return"symbol"==typeof e||o(e)&&r(e)==i}},function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(129)},function(e,t,n){var r=n(17),o=n(9),i="[object AsyncFunction]",a="[object Function]",l="[object GeneratorFunction]",s="[object Proxy]";e.exports=function(e){if(!o(e))return!1;var t=r(e);return t==a||t==l||t==i||t==s}},function(e,t,n){var r=n(40),o=n(41);e.exports=function(e,t,n,i){var a=!n;n||(n={});for(var l=-1,s=t.length;++l<s;){var u=t[l],c=i?i(n[u],e[u],u,n,e):void 0;void 0===c&&(c=e[u]),a?o(n,u,c):r(n,u,c)}return n}},function(e,t,n){var r=n(175),o=n(12),i=Object.prototype,a=i.hasOwnProperty,l=i.propertyIsEnumerable,s=r(function(){return arguments}())?r:function(e){return o(e)&&a.call(e,"callee")&&!l.call(e,"callee")};e.exports=s},function(e,t,n){var r=n(177),o=n(43),i=n(58),a=i&&i.isTypedArray,l=a?o(a):r;e.exports=l},function(e,t,n){var r=n(26),o=1/0;e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-o?"-0":t}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){var r=n(36),o=n(150),i=n(151),a=n(152),l=n(153),s=n(154);function u(e){var t=this.__data__=new r(e);this.size=t.size}u.prototype.clear=o,u.prototype.delete=i,u.prototype.get=a,u.prototype.has=l,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(145),o=n(146),i=n(147),a=n(148),l=n(149);function s(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}s.prototype.clear=r,s.prototype.delete=o,s.prototype.get=i,s.prototype.has=a,s.prototype.set=l,e.exports=s},function(e,t,n){var r=n(21);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},function(e,t,n){var r=n(16)(Object,"create");e.exports=r},function(e,t,n){var r=n(169);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},function(e,t,n){var r=n(41),o=n(21),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var a=e[t];i.call(e,t)&&o(a,n)&&(void 0!==n||t in e)||r(e,t,n)}},function(e,t,n){var r=n(77);e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},function(e,t){var n=9007199254740991,r=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var o=typeof e;return!!(t=null==t?n:t)&&("number"==o||"symbol"!=o&&r.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},function(e,t,n){var r=n(79)(Object.getPrototypeOf,Object);e.exports=r},function(e,t,n){var r=n(64),o=n(198)(r);e.exports=o},function(e,t,n){var r=n(6),o=n(68),i=n(212),a=n(102);e.exports=function(e,t){return r(e)?e:o(e,t)?[e]:i(a(e))}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}},function(e,t,n){var r=n(18),o=n(111),i=n(112);e.exports=function(e,t){return i(o(e,t,r),e+"")}},function(e,t,n){var r=n(21),o=n(13),i=n(42),a=n(9);e.exports=function(e,t,n){if(!a(n))return!1;var l=typeof t;return!!("number"==l?o(n)&&i(t,n.length):"string"==l&&t in n)&&r(n[t],e)}},function(e,t,n){"use strict";var r=n(5);e.exports={longestPath:function(e){var t={};r.forEach(e.sources(),function n(o){var i=e.node(o);if(r.has(t,o))return i.rank;t[o]=!0;var a=r.min(r.map(e.outEdges(o),function(t){return n(t.w)-e.edge(t).minlen}));a!==Number.POSITIVE_INFINITY&&null!=a||(a=0);return i.rank=a})},slack:function(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}}},function(e,t,n){"use strict";var r,o=n(0),i=n(27),a=n(1);!function(e){e[e.Sphere=0]="Sphere",e[e.Box=1]="Box",e[e.Torus=2]="Torus",e[e.Cylinder=3]="Cylinder",e[e.Plane=4]="Plane",e[e.ShaderBall=5]="ShaderBall",e[e.Custom=6]="Custom"}(r||(r={}));var l=function(){function e(){}return e.ReadBoolean=function(e,t){try{return this._InMemoryStorage&&void 0!==this._InMemoryStorage[e]?this._InMemoryStorage[e]:"undefined"!=typeof Storage&&null!==localStorage.getItem(e)?"true"===localStorage.getItem(e):t}catch(n){return this._InMemoryStorage={},this._InMemoryStorage[e]=t,t}},e.StoreBoolean=function(e,t){try{this._InMemoryStorage?this._InMemoryStorage[e]=t:"undefined"!=typeof Storage&&localStorage.setItem(e,t?"true":"false")}catch(n){this._InMemoryStorage={},this._InMemoryStorage[e]=t}},e.ReadNumber=function(e,t){try{return this._InMemoryStorage&&void 0!==this._InMemoryStorage[e]?this._InMemoryStorage[e]:"undefined"!=typeof Storage&&null!==localStorage.getItem(e)?parseFloat(localStorage.getItem(e)):t}catch(n){return this._InMemoryStorage={},this._InMemoryStorage[e]=t,t}},e.StoreNumber=function(e,t){try{this._InMemoryStorage?this._InMemoryStorage[e]=t:"undefined"!=typeof Storage&&localStorage.setItem(e,t.toString())}catch(n){this._InMemoryStorage={},this._InMemoryStorage[e]=t}},e}(),s=function(){return function(){this.onSelectionChangedObservable=new a.Observable,this.onRebuildRequiredObservable=new a.Observable,this.onResetRequiredObservable=new a.Observable,this.onUpdateRequiredObservable=new a.Observable,this.onZoomToFitRequiredObservable=new a.Observable,this.onReOrganizedRequiredObservable=new a.Observable,this.onLogRequiredObservable=new a.Observable,this.onErrorMessageDialogRequiredObservable=new a.Observable,this.onIsLoadingChanged=new a.Observable,this.onPreviewCommandActivated=new a.Observable,this.onLightUpdated=new a.Observable,this.onPreviewBackgroundChanged=new a.Observable,this.onBackFaceCullingChanged=new a.Observable,this.onDepthPrePassChanged=new a.Observable,this.onAnimationCommandActivated=new a.Observable,this.blockKeyboardEvents=!1,this.previewMeshType=l.ReadNumber("PreviewMeshType",r.Box),this.backFaceCulling=l.ReadBoolean("BackFaceCulling",!0),this.depthPrePass=l.ReadBoolean("DepthPrePass",!1),this.hemisphericLight=l.ReadBoolean("HemisphericLight",!0),this.directionalLight0=l.ReadBoolean("DirectionalLight0",!1),this.directionalLight1=l.ReadBoolean("DirectionalLight1",!1),this.controlCamera=l.ReadBoolean("ControlCamera",!0);var e=l.ReadNumber("BackgroundColorR",.37),t=l.ReadNumber("BackgroundColorG",.37),n=l.ReadNumber("BackgroundColorB",.37);this.backgroundColor=new a.Color4(e,t,n,1)}}(),u=function(e,t){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function c(e,t){function n(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var p=function(){return(p=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var f=n(2),d=function(e){function t(t){var n=e.call(this,"srd-port",t)||this;return n.state={selected:!1},n}return c(t,e),t.prototype.getClassName=function(){return"port "+e.prototype.getClassName.call(this)+(this.state.selected?this.bem("--selected"):"")},t.prototype.render=function(){var e=this;return o.createElement("div",p({style:this.props.style},this.getProps(),{onMouseEnter:function(){e.setState({selected:!0})},onMouseLeave:function(){e.setState({selected:!1})},"data-name":this.props.name,"data-nodeid":this.props.node.getID()}))},t}(f.BaseWidget),h=function(){function e(){}return e.GetBlockFromString=function(e,t,n){switch(e){case"BonesBlock":return new a.BonesBlock("Bones");case"InstancesBlock":return new a.InstancesBlock("Instances");case"MorphTargetsBlock":return new a.MorphTargetsBlock("MorphTargets");case"DiscardBlock":return new a.DiscardBlock("Discard");case"ImageProcessingBlock":return new a.ImageProcessingBlock("ImageProcessing");case"ColorMergerBlock":return new a.ColorMergerBlock("ColorMerger");case"VectorMergerBlock":return new a.VectorMergerBlock("VectorMerger");case"ColorSplitterBlock":return new a.ColorSplitterBlock("ColorSplitter");case"VectorSplitterBlock":return new a.VectorSplitterBlock("VectorSplitter");case"TextureBlock":return new a.TextureBlock("Texture");case"ReflectionTextureBlock":return new a.ReflectionTextureBlock("Reflection texture");case"LightBlock":return new a.LightBlock("Lights");case"FogBlock":return new a.FogBlock("Fog");case"VertexOutputBlock":return new a.VertexOutputBlock("VertexOutput");case"FragmentOutputBlock":return new a.FragmentOutputBlock("FragmentOutput");case"AddBlock":return new a.AddBlock("Add");case"ClampBlock":return new a.ClampBlock("Clamp");case"ScaleBlock":return new a.ScaleBlock("Scale");case"CrossBlock":return new a.CrossBlock("Cross");case"DotBlock":return new a.DotBlock("Dot");case"PowBlock":return new a.PowBlock("Pow");case"MultiplyBlock":return new a.MultiplyBlock("Multiply");case"TransformBlock":return new a.TransformBlock("Transform");case"TrigonometryBlock":return new a.TrigonometryBlock("Trigonometry");case"RemapBlock":return new a.RemapBlock("Remap");case"NormalizeBlock":return new a.NormalizeBlock("Normalize");case"FresnelBlock":return new a.FresnelBlock("Fresnel");case"LerpBlock":return new a.LerpBlock("Lerp");case"NLerpBlock":return new a.NLerpBlock("NLerp");case"DivideBlock":return new a.DivideBlock("Divide");case"SubtractBlock":return new a.SubtractBlock("Subtract");case"StepBlock":return new a.StepBlock("Step");case"SmoothStepBlock":return new a.SmoothStepBlock("Smooth step");case"OneMinusBlock":return new a.OneMinusBlock("One minus");case"ReciprocalBlock":return new a.ReciprocalBlock("Reciprocal");case"ViewDirectionBlock":return new a.ViewDirectionBlock("View direction");case"LightInformationBlock":var r=new a.LightInformationBlock("Light information");return r.light=t.lights.length?t.lights[0]:null,r;case"MaxBlock":return new a.MaxBlock("Max");case"MinBlock":return new a.MinBlock("Min");case"LengthBlock":return new a.LengthBlock("Length");case"DistanceBlock":return new a.DistanceBlock("Distance");case"NegateBlock":return new a.NegateBlock("Negate");case"PerturbNormalBlock":return new a.PerturbNormalBlock("Perturb normal");case"RandomNumberBlock":return new a.RandomNumberBlock("Random number");case"ReplaceColorBlock":return new a.ReplaceColorBlock("Replace color");case"PosterizeBlock":return new a.PosterizeBlock("Posterize");case"ArcTan2Block":return new a.ArcTan2Block("ArcTan2");case"GradientBlock":return new a.GradientBlock("Gradient");case"FrontFacingBlock":return new a.FrontFacingBlock("Front facing");case"CosBlock":var o=new a.TrigonometryBlock("Cos");return o.operation=a.TrigonometryBlockOperations.Cos,o;case"SinBlock":var i=new a.TrigonometryBlock("Sin");return i.operation=a.TrigonometryBlockOperations.Sin,i;case"AbsBlock":var l=new a.TrigonometryBlock("Abs");return l.operation=a.TrigonometryBlockOperations.Abs,l;case"SqrtBlock":var s=new a.TrigonometryBlock("Sqrt");return s.operation=a.TrigonometryBlockOperations.Sqrt,s;case"ArcCosBlock":var u=new a.TrigonometryBlock("ArcCos");return u.operation=a.TrigonometryBlockOperations.ArcCos,u;case"ArcSinBlock":var c=new a.TrigonometryBlock("ArcSin");return c.operation=a.TrigonometryBlockOperations.ArcSin,c;case"TanBlock":var p=new a.TrigonometryBlock("Tan");return p.operation=a.TrigonometryBlockOperations.Tan,p;case"ArcTanBlock":var f=new a.TrigonometryBlock("ArcTan");return f.operation=a.TrigonometryBlockOperations.ArcTan,f;case"FractBlock":var d=new a.TrigonometryBlock("Fract");return d.operation=a.TrigonometryBlockOperations.Fract,d;case"SignBlock":var h=new a.TrigonometryBlock("Sign");return h.operation=a.TrigonometryBlockOperations.Sign,h;case"LogBlock":var g=new a.TrigonometryBlock("Log");return g.operation=a.TrigonometryBlockOperations.Log,g;case"ExpBlock":var m=new a.TrigonometryBlock("Exp");return m.operation=a.TrigonometryBlockOperations.Exp,m;case"Exp2Block":var v=new a.TrigonometryBlock("Exp2");return v.operation=a.TrigonometryBlockOperations.Exp2,v;case"DegreesToRadiansBlock":var y=new a.TrigonometryBlock("Degrees to radians");return y.operation=a.TrigonometryBlockOperations.Radians,y;case"RadiansToDegreesBlock":var b=new a.TrigonometryBlock("Radians to degrees");return b.operation=a.TrigonometryBlockOperations.Degrees,b;case"RoundBlock":var w=new a.TrigonometryBlock("Round");return w.operation=a.TrigonometryBlockOperations.Round,w;case"CeilingBlock":var x=new a.TrigonometryBlock("Ceiling");return x.operation=a.TrigonometryBlockOperations.Ceiling,x;case"FloorBlock":var _=new a.TrigonometryBlock("Floor");return _.operation=a.TrigonometryBlockOperations.Floor,_;case"SawToothWaveBlock":var k=new a.WaveBlock("SawTooth wave");return k.kind=a.WaveBlockKind.SawTooth,k;case"SquareWaveBlock":var E=new a.WaveBlock("Square wave");return E.kind=a.WaveBlockKind.Square,E;case"TriangleWaveBlock":var C=new a.WaveBlock("Triangle wave");return C.kind=a.WaveBlockKind.Triangle,C;case"WorldMatrixBlock":return(G=new a.InputBlock("World")).setAsSystemValue(a.NodeMaterialSystemValues.World),G;case"WorldViewMatrixBlock":var S=new a.InputBlock("World x View");return S.setAsSystemValue(a.NodeMaterialSystemValues.WorldView),S;case"WorldViewProjectionMatrixBlock":var N=new a.InputBlock("World x View x Projection");return N.setAsSystemValue(a.NodeMaterialSystemValues.WorldViewProjection),N;case"ViewMatrixBlock":var P=new a.InputBlock("View");return P.setAsSystemValue(a.NodeMaterialSystemValues.View),P;case"ViewProjectionMatrixBlock":var M=new a.InputBlock("View x Projection");return M.setAsSystemValue(a.NodeMaterialSystemValues.ViewProjection),M;case"ProjectionMatrixBlock":var T=new a.InputBlock("Projection");return T.setAsSystemValue(a.NodeMaterialSystemValues.Projection),T;case"CameraPositionBlock":var O=new a.InputBlock("Camera position");return O.setAsSystemValue(a.NodeMaterialSystemValues.CameraPosition),O;case"FogColorBlock":var L=new a.InputBlock("Fog color");return L.setAsSystemValue(a.NodeMaterialSystemValues.FogColor),L;case"PositionBlock":var A=new a.InputBlock("position");return A.setAsAttribute("position"),A;case"UVBlock":var B=new a.InputBlock("uv");return B.setAsAttribute("uv"),B;case"ColorBlock":var j=new a.InputBlock("color");return j.setAsAttribute("color"),j;case"NormalBlock":var R=new a.InputBlock("normal");return R.setAsAttribute("normal"),R;case"TangentBlock":var I=new a.InputBlock("tangent");return I.setAsAttribute("tangent"),I;case"MatrixIndicesBlock":var D=new a.InputBlock("matricesIndices");return D.setAsAttribute("matricesIndices"),D;case"MatrixWeightsBlock":var F=new a.InputBlock("matricesWeights");return F.setAsAttribute("matricesWeights"),F;case"TimeBlock":var z=new a.InputBlock("Time",void 0,a.NodeMaterialBlockConnectionPointTypes.Float);return z.animationType=a.AnimatedInputBlockTypes.Time,z;case"DeltaTimeBlock":var U=new a.InputBlock("Delta time");return U.setAsSystemValue(a.NodeMaterialSystemValues.DeltaTime),U;case"WorldPositionBlock":var W=n.getInputBlockByPredicate(function(e){return e.isAttribute&&"position"===e.name});W||(W=new a.InputBlock("position")).setAsAttribute("position"),(G=n.getInputBlockByPredicate(function(e){return e.isSystemValue&&e.systemValue===a.NodeMaterialSystemValues.World}))||(G=new a.InputBlock("World")).setAsSystemValue(a.NodeMaterialSystemValues.World);var V=new a.TransformBlock("World position");return W.connectTo(V),G.connectTo(V),V;case"WorldNormalBlock":var G,Y=n.getInputBlockByPredicate(function(e){return e.isAttribute&&"normal"===e.name});Y||(Y=new a.InputBlock("normal")).setAsAttribute("normal"),(G=n.getInputBlockByPredicate(function(e){return e.isSystemValue&&e.systemValue===a.NodeMaterialSystemValues.World}))||(G=new a.InputBlock("World")).setAsSystemValue(a.NodeMaterialSystemValues.World);V=new a.TransformBlock("World normal");return Y.connectTo(V),G.connectTo(V),V}return null},e.GetColorFromConnectionNodeType=function(e){var t="Red";switch(e){case a.NodeMaterialBlockConnectionPointTypes.Float:t="#cb9e27";break;case a.NodeMaterialBlockConnectionPointTypes.Vector2:t="#16bcb1";break;case a.NodeMaterialBlockConnectionPointTypes.Vector3:case a.NodeMaterialBlockConnectionPointTypes.Color3:t="#b786cb";break;case a.NodeMaterialBlockConnectionPointTypes.Vector4:case a.NodeMaterialBlockConnectionPointTypes.Color4:t="#be5126";break;case a.NodeMaterialBlockConnectionPointTypes.Matrix:t="#591990"}return t},e.GetConnectionNodeTypeFromString=function(e){switch(e){case"Float":return a.NodeMaterialBlockConnectionPointTypes.Float;case"Vector2":return a.NodeMaterialBlockConnectionPointTypes.Vector2;case"Vector3":return a.NodeMaterialBlockConnectionPointTypes.Vector3;case"Vector4":return a.NodeMaterialBlockConnectionPointTypes.Vector4;case"Matrix":return a.NodeMaterialBlockConnectionPointTypes.Matrix;case"Color3":return a.NodeMaterialBlockConnectionPointTypes.Color3;case"Color4":return a.NodeMaterialBlockConnectionPointTypes.Color4}return a.NodeMaterialBlockConnectionPointTypes.AutoDetect},e.GetStringFromConnectionNodeType=function(e){switch(e){case a.NodeMaterialBlockConnectionPointTypes.Float:return"Float";case a.NodeMaterialBlockConnectionPointTypes.Vector2:return"Vector2";case a.NodeMaterialBlockConnectionPointTypes.Vector3:return"Vector3";case a.NodeMaterialBlockConnectionPointTypes.Vector4:return"Vector4";case a.NodeMaterialBlockConnectionPointTypes.Color3:return"Color3";case a.NodeMaterialBlockConnectionPointTypes.Color4:return"Color4";case a.NodeMaterialBlockConnectionPointTypes.Matrix:return"Matrix"}return""},e}(),g=function(){function e(){}return e._GetPortTypeIndicator=function(e){switch(e.type){case a.NodeMaterialBlockConnectionPointTypes.Float:case a.NodeMaterialBlockConnectionPointTypes.Int:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3IxPC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjEwLjUiIGN5PSIxMC41IiByPSI3LjUiLz48L2c+PC9zdmc+"});case a.NodeMaterialBlockConnectionPointTypes.Vector2:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3IyPC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zLDEwLjVhNy41Miw3LjUyLDAsMCwwLDYuNSw3LjQzVjMuMDdBNy41Miw3LjUyLDAsMCwwLDMsMTAuNVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS41LDMuMDdWMTcuOTNhNy41LDcuNSwwLDAsMCwwLTE0Ljg2WiIvPjwvZz48L3N2Zz4="});case a.NodeMaterialBlockConnectionPointTypes.Vector3:case a.NodeMaterialBlockConnectionPointTypes.Color3:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3IzPC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zLjU3LDEzLjMxLDkuNSw5Ljg5VjNBNy41MSw3LjUxLDAsMCwwLDMsMTAuNDYsNy4zMiw3LjMyLDAsMCwwLDMuNTcsMTMuMzFaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTYuNDMsMTUsMTAuNSwxMS42Miw0LjU3LDE1YTcuNDgsNy40OCwwLDAsMCwxMS44NiwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4LDEwLjQ2QTcuNTEsNy41MSwwLDAsMCwxMS41LDNWOS44OWw1LjkzLDMuNDJBNy4zMiw3LjMyLDAsMCwwLDE4LDEwLjQ2WiIvPjwvZz48L3N2Zz4="});case a.NodeMaterialBlockConnectionPointTypes.Vector4:case a.NodeMaterialBlockConnectionPointTypes.Color4:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3I0PC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS41LDExLjV2Ni40M2E3LjUxLDcuNTEsMCwwLDAsNi40My02LjQzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjUsMy4wN1Y5LjVoNi40M0E3LjUxLDcuNTEsMCwwLDAsMTEuNSwzLjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkuNSwxNy45M1YxMS41SDMuMDdBNy41MSw3LjUxLDAsMCwwLDkuNSwxNy45M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05LjUsMy4wN0E3LjUxLDcuNTEsMCwwLDAsMy4wNyw5LjVIOS41WiIvPjwvZz48L3N2Zz4="});case a.NodeMaterialBlockConnectionPointTypes.Matrix:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NYXRyaXg8L3RpdGxlPjxnIGlkPSJMYXllcl81IiBkYXRhLW5hbWU9IkxheWVyIDUiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjUsNi4xMVY5LjVoMy4zOUE0LjUxLDQuNTEsMCwwLDAsMTEuNSw2LjExWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjUsMTQuODlhNC41MSw0LjUxLDAsMCwwLDMuMzktMy4zOUgxMS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjUsMy4wN3YyQTUuNTQsNS41NCwwLDAsMSwxNS45Miw5LjVoMkE3LjUxLDcuNTEsMCwwLDAsMTEuNSwzLjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE1LjkyLDExLjVhNS41NCw1LjU0LDAsMCwxLTQuNDIsNC40MnYyYTcuNTEsNy41MSwwLDAsMCw2LjQzLTYuNDNaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNS4wOCwxMS41aC0yQTcuNTEsNy41MSwwLDAsMCw5LjUsMTcuOTN2LTJBNS41NCw1LjU0LDAsMCwxLDUuMDgsMTEuNVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05LjUsMy4wN0E3LjUxLDcuNTEsMCwwLDAsMy4wNyw5LjVoMkE1LjU0LDUuNTQsMCwwLDEsOS41LDUuMDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS41LDExLjVINi4xMUE0LjUxLDQuNTEsMCwwLDAsOS41LDE0Ljg5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkuNSw2LjExQTQuNTEsNC41MSwwLDAsMCw2LjExLDkuNUg5LjVaIi8+PC9nPjwvc3ZnPg=="})}return null},e._GetPortStyle=function(e){return{background:h.GetColorFromConnectionNodeType(e)}},e.GenerateOutputPorts=function(e,t){if(!e)return new Array;var n=[];for(var r in e.ports){var i=e.ports[r];if("output"===i.position){var a=this._GetPortTypeIndicator(i.connection),l=this._GetPortStyle(i.connection.type);n.push(o.createElement("div",{key:r,title:i.name,className:"output-port"},!t&&o.createElement("div",{className:"output-port-label"},i.connection.name),o.createElement("div",{className:"output-port-plug"},o.createElement(d,{key:r,name:i.name,node:e,style:l}),o.createElement("div",{className:"output-port-type"},a))))}}return n},e.GenerateInputPorts=function(e,t,n){if(void 0===n&&(n=!1),!e)return new Array;var r=[];for(var i in e.ports){var a=e.ports[i];if("input"===a.position){var l=this._GetPortTypeIndicator(a.connection),s=this._GetPortStyle(a.connection.type);t&&-1===t.indexOf(a.name)||r.push(o.createElement("div",{key:i,title:a.name,className:"input-port"},o.createElement("div",{className:"input-port-plug"},o.createElement(d,{key:i,name:a.name,node:e,style:s}),o.createElement("div",{className:"input-port-type"},l)),!n&&o.createElement("div",{className:"input-port-label"},a.connection.name)))}}return r},e}(),m=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.render=function(){var e="";this.props.node&&this.props.node.block&&(e=this.props.node.block.name);var t=g.GenerateOutputPorts(this.props.node,!1),n=g.GenerateInputPorts(this.props.node);return o.createElement("div",{className:"diagramBlock"+(0===t.length?" output":"")},o.createElement("div",{className:"header"},e),o.createElement("div",{className:"inputs"},n),o.createElement("div",{className:"outputs"},t))},t}(o.Component),v=function(e){function t(){return e.call(this,"advanced")||this}return c(t,e),t}(f.DefaultLinkModel),y=function(e){function t(n,r){void 0===r&&(r="input");var o=e.call(this,n,"generic")||this;return o.connection=null,o.position=r,t.idCounter++,o}return c(t,e),t.prototype.canLinkToPort=function(e){return!this.connection||!e.connection||this.connection.canConnectTo(e.connection)},t.prototype.syncWithNodeMaterialConnectionPoint=function(e){this.connection=e,this.name=e.name},t.prototype.getNodeModel=function(){return this.parent},t.prototype.link=function(e){var t=this.createLinkModel();return t.setSourcePort(this),t.setTargetPort(e),t},t.prototype.createLinkModel=function(){return new v},t.SortInputOutput=function(e,t){return e&&t?"output"==e.position&&"input"==t.position?{input:t,output:e}:"output"==t.position&&"input"==e.position?{input:e,output:t}:null:null},t.idCounter=0,t}(f.PortModel),b=function(e){function t(t){var n=e.call(this,t)||this;return n.block=null,n}return c(t,e),t.prototype.prepare=function(e,t,n,r){var o=this;this.block=e.nodeMaterialBlock||null,e.nodeMaterialBlock&&(e.nodeMaterialBlock._outputs.forEach(function(e){var t=new y(e.name,"output");t.syncWithNodeMaterialConnectionPoint(e),o.addPort(t)}),e.nodeMaterialBlock._inputs.forEach(function(e){var i=new y(e.name,"input");if(i.connection=e,o.addPort(i),e.connectedPoint){var a=t.filter(function(t){return t.block===e._connectedPoint._ownerBlock}),l=(0==a.length?r.createNodeFromObject({nodeMaterialBlock:e.connectedPoint._ownerBlock}):a[0]).ports[e.connectedPoint.name].link(i);r._toAdd?r._toAdd.push(l):n.addAll(l)}}))},t.prototype.renderProperties=function(e){return null},t}(f.NodeModel),w=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.onLink=function(){this.props.onLink&&this.props.onLink()},t.prototype.renderContent=function(){var e=this;return this.props.onLink?o.createElement("div",{className:"link-value",title:this.props.value,onClick:function(){return e.onLink()}},this.props.value||"no name"):o.createElement("div",{className:"value",title:this.props.value,style:{color:this.props.color?this.props.color:""}},this.props.value||"no name")},t.prototype.render=function(){return o.createElement("div",{className:this.props.underline?"textLine underline":"textLine"},o.createElement("div",{className:"label"},this.props.label),this.renderContent())},t}(o.Component),x=n(3),_={prefix:"fas",iconName:"check-double",icon:[512,512,[],"f560","M504.5 171.95l-36.2-36.41c-10-10.05-26.21-10.05-36.2 0L192 377.02 79.9 264.28c-10-10.06-26.21-10.06-36.2 0L7.5 300.69c-10 10.05-10 26.36 0 36.41l166.4 167.36c10 10.06 26.21 10.06 36.2 0l294.4-296.09c10-10.06 10-26.36 0-36.42zM166.57 282.71c6.84 7.02 18.18 7.02 25.21.18L403.85 72.62c7.02-6.84 7.02-18.18.18-25.21L362.08 5.29c-6.84-7.02-18.18-7.02-25.21-.18L179.71 161.19l-68.23-68.77c-6.84-7.02-18.18-7.02-25.2-.18l-42.13 41.77c-7.02 6.84-7.02 18.18-.18 25.2l122.6 123.5z"]},k={prefix:"fas",iconName:"chevron-down",icon:[448,512,[],"f078","M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"]},E={prefix:"fas",iconName:"circle",icon:[512,512,[],"f111","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z"]},C={prefix:"fas",iconName:"clone",icon:[512,512,[],"f24d","M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z"]},S={prefix:"fas",iconName:"copy",icon:[448,512,[],"f0c5","M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z"]},N={prefix:"fas",iconName:"cube",icon:[512,512,[],"f1b2","M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z"]},P={prefix:"fas",iconName:"dot-circle",icon:[512,512,[],"f192","M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z"]},M={prefix:"fas",iconName:"hockey-puck",icon:[512,512,[],"f453","M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z"]},T={prefix:"fas",iconName:"location-arrow",icon:[512,512,[],"f124","M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z"]},O={prefix:"fas",iconName:"minus",icon:[448,512,[],"f068","M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"]},L={prefix:"fas",iconName:"palette",icon:[512,512,[],"f53f","M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"]},A={prefix:"fas",iconName:"play",icon:[448,512,[],"f04b","M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"]},B={prefix:"fas",iconName:"plus",icon:[448,512,[],"f067","M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"]},j={prefix:"fas",iconName:"ring",icon:[512,512,[],"f70b","M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z"]},R={prefix:"fas",iconName:"square-full",icon:[512,512,[],"f45c","M512 512H0V0h512v512z"]},I={prefix:"fas",iconName:"stop",icon:[448,512,[],"f04d","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"]},D={prefix:"fas",iconName:"sun",icon:[512,512,[],"f185","M274.835 12.646l25.516 62.393c4.213 10.301 16.671 14.349 26.134 8.492l57.316-35.479c15.49-9.588 34.808 4.447 30.475 22.142l-16.03 65.475c-2.647 10.81 5.053 21.408 16.152 22.231l67.224 4.987c18.167 1.348 25.546 24.057 11.641 35.826L441.81 242.26c-8.495 7.19-8.495 20.289 0 27.479l51.454 43.548c13.906 11.769 6.527 34.478-11.641 35.826l-67.224 4.987c-11.099.823-18.799 11.421-16.152 22.231l16.03 65.475c4.332 17.695-14.986 31.73-30.475 22.142l-57.316-35.479c-9.463-5.858-21.922-1.81-26.134 8.492l-25.516 62.393c-6.896 16.862-30.774 16.862-37.67 0l-25.516-62.393c-4.213-10.301-16.671-14.349-26.134-8.492l-57.317 35.479c-15.49 9.588-34.808-4.447-30.475-22.142l16.03-65.475c2.647-10.81-5.053-21.408-16.152-22.231l-67.224-4.987c-18.167-1.348-25.546-24.057-11.641-35.826L70.19 269.74c8.495-7.19 8.495-20.289 0-27.479l-51.454-43.548c-13.906-11.769-6.527-34.478 11.641-35.826l67.224-4.987c11.099-.823 18.799-11.421 16.152-22.231l-16.03-65.475c-4.332-17.695 14.986-31.73 30.475-22.142l57.317 35.479c9.463 5.858 21.921 1.81 26.134-8.492l25.516-62.393c6.896-16.861 30.774-16.861 37.67 0zM392 256c0-74.991-61.01-136-136-136-74.991 0-136 61.009-136 136s61.009 136 136 136c74.99 0 136-61.009 136-136zm-32 0c0 57.346-46.654 104-104 104s-104-46.654-104-104 46.654-104 104-104 104 46.654 104 104z"]},F={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M0 84V56c0-13.3 10.7-24 24-24h112l9.4-18.7c4-8.2 12.3-13.3 21.4-13.3h114.3c9.1 0 17.4 5.1 21.5 13.3L312 32h112c13.3 0 24 10.7 24 24v28c0 6.6-5.4 12-12 12H12C5.4 96 0 90.6 0 84zm415.2 56.7L394.8 467c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45L32.8 140.7c-.4-6.9 5.1-12.7 12-12.7h358.5c6.8 0 12.3 5.8 11.9 12.7z"]},z=function(e){function t(t){var n=e.call(this,t)||this,r=l.ReadBoolean(n.props.title,!n.props.closed);return n.state={isExpanded:r},n}return c(t,e),t.prototype.switchExpandedState=function(){var e=!this.state.isExpanded;l.StoreBoolean(this.props.title,e),this.setState({isExpanded:e})},t.prototype.renderHeader=function(){var e=this,t=this.state.isExpanded?"collapse":"collapse closed";return o.createElement("div",{className:"header",onClick:function(){return e.switchExpandedState()}},o.createElement("div",{className:"title"},this.props.title),o.createElement("div",{className:t},o.createElement(x.a,{icon:k})))},t.prototype.render=function(){return this.state.isExpanded?o.createElement("div",{className:"paneContainer"},o.createElement("div",{className:"paneContainer-content"},this.renderHeader(),o.createElement("div",{className:"paneList"},this.props.children))):o.createElement("div",{className:"paneContainer"},o.createElement("div",{className:"paneContainer-content"},this.renderHeader()))},t}(o.Component),U=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={value:void 0!==n.props.value?n.props.value:n.props.target[n.props.propertyName]||""},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){if(this._localChange)return this._localChange=!1,!0;var n=void 0!==e.value?e.value:e.target[e.propertyName];return n!==t.value&&(t.value=n||"",!0)},t.prototype.raiseOnPropertyChanged=function(e,t){this.props.onChange?this.props.onChange(e):this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:e,initialValue:t})},t.prototype.updateValue=function(e,t){this._localChange=!0;var n=void 0!==this.props.value?this.props.value:this.props.target[this.props.propertyName];this.setState({value:e}),t&&this.raiseOnPropertyChanged(e,n),this.props.propertyName&&(this.props.target[this.props.propertyName]=e)},t.prototype.render=function(){var e=this;return o.createElement("div",{className:"textInputLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"value"},o.createElement("input",{value:this.state.value,onFocus:function(){return e.props.globalState.blockKeyboardEvents=!0},onChange:function(t){return e.updateValue(t.target.value,!1)},onKeyDown:function(t){13===t.keyCode&&e.updateValue(e.state.value,!0)},onBlur:function(t){e.updateValue(t.target.value,!0),e.props.globalState.blockKeyboardEvents=!1}})))},t}(o.Component),W=function(e){function t(n){var r=e.call(this,n)||this;return r._localChange=!1,r._uniqueId=t._UniqueIdSeed++,r.props.isSelected?r.state={isSelected:r.props.isSelected()}:r.state={isSelected:!0===r.props.target[r.props.propertyName]},r}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){var n;return!((n=e.isSelected?e.isSelected():!0===e.target[e.propertyName])===t.isSelected&&!this._localChange)&&(t.isSelected=n,this._localChange=!1,!0)},t.prototype.onChange=function(){this._localChange=!0,this.props.onSelect?this.props.onSelect(!this.state.isSelected):(this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:!this.state.isSelected,initialValue:this.state.isSelected}),this.props.target[this.props.propertyName]=!this.state.isSelected),this.props.onValueChanged&&this.props.onValueChanged(),this.setState({isSelected:!this.state.isSelected})},t.prototype.render=function(){var e=this;return o.createElement("div",{className:"checkBoxLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"checkBox"},o.createElement("input",{type:"checkbox",id:"checkbox"+this._uniqueId,className:"cbx hidden",checked:this.state.isSelected,onChange:function(){return e.onChange()}}),o.createElement("label",{htmlFor:"checkbox"+this._uniqueId,className:"lbl"})))},t._UniqueIdSeed=0,t}(o.Component),V=function(e){function t(){var t=e.call(this,"generic")||this;return t.vector2=null,t.vector3=null,t.vector4=null,t.matrix=null,t}return c(t,e),t.prototype.prepare=function(t,n,r,o){e.prototype.prepare.call(this,t,n,r,o)},t.prototype.renderProperties=function(e){var t=this;return o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(U,{globalState:e,label:"Name",propertyName:"name",target:this.block,onChange:function(){return e.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(w,{label:"Type",value:this.block.getClassName()})),"TransformBlock"===this.block.getClassName()&&o.createElement(z,{title:"PROPERTIES"},o.createElement(W,{label:"Transform as direction",onSelect:function(n){var r=t.block;r.complementW=n?0:1,e.onRebuildRequiredObservable.notifyObservers()},isSelected:function(){return 0===t.block.complementW}})),"PerturbNormalBlock"===this.block.getClassName()&&o.createElement(z,{title:"PROPERTIES"},o.createElement(W,{label:"Invert X axis",target:this.block,propertyName:"invertX",onValueChanged:function(){return e.onRebuildRequiredObservable.notifyObservers()}}),o.createElement(W,{label:"Invert Y axis",target:this.block,propertyName:"invertY",onValueChanged:function(){return e.onRebuildRequiredObservable.notifyObservers()}})))},t}(b),G=function(e){function t(t){var n=e.call(this,"generic")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(m,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new V},t}(f.AbstractNodeFactory),Y=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement("div",{className:"draggableLine",draggable:!0,onDragStart:function(t){t.dataTransfer.setData("babylonjs-material-node",e.props.data)}},this.props.data.replace("Block",""))},t}(o.Component);n(135);var q=function(e){function t(t){var n=e.call(this,t)||this;return n.state={filter:""},n}return c(t,e),t.prototype.filterContent=function(e){this.setState({filter:e})},t.prototype.render=function(){var e=this,t={Animation:["BonesBlock","MorphTargetsBlock"],Basic_Math:["AddBlock","DivideBlock","MultiplyBlock","ScaleBlock","SubtractBlock","OneMinusBlock","MaxBlock","MinBlock","LengthBlock","DistanceBlock","NegateBlock","RandomNumberBlock","ReciprocalBlock"],Color_Management:["ReplaceColorBlock","PosterizeBlock","GradientBlock"],Conversion_Blocks:["ColorMergerBlock","ColorSplitterBlock","VectorMergerBlock","VectorSplitterBlock"],Inputs:["Float","Vector2","Vector3","Vector4","Color3","Color4","TextureBlock","ReflectionTextureBlock","TimeBlock","DeltaTimeBlock","FrontFacingBlock"],Interpolation:["LerpBlock","SmoothStepBlock","NLerpBlock"],Matrices:["Matrix","WorldMatrixBlock","WorldViewMatrixBlock","WorldViewProjectionMatrixBlock","ViewMatrixBlock","ViewProjectionMatrixBlock","ProjectionMatrixBlock"],Mesh_Attributes:["InstancesBlock","PositionBlock","UVBlock","ColorBlock","NormalBlock","TangentBlock","MatrixIndicesBlock","MatrixWeightsBlock","WorldPositionBlock","WorldNormalBlock"],Output_Blocks:["VertexOutputBlock","FragmentOutputBlock","DiscardBlock"],Range:["ClampBlock","RemapBlock","NormalizeBlock"],Round:["StepBlock","RoundBlock","CeilingBlock","FloorBlock"],Scene_Attributes:["FogBlock","CameraPositionBlock","FogColorBlock","ImageProcessingBlock","LightBlock","LightInformationBlock","ViewDirectionBlock","PerturbNormalBlock"],Trigonometry:["CosBlock","SinBlock","AbsBlock","ExpBlock","Exp2Block","SqrtBlock","PowBlock","LogBlock","ArcCosBlock","ArcSinBlock","TanBlock","ArcTanBlock","FractBlock","SignBlock","ArcTan2Block","DegreesToRadiansBlock","RadiansToDegreesBlock","SawToothWaveBlock","TriangleWaveBlock","SquareWaveBlock"],Vector_Math:["CrossBlock","DotBlock","TransformBlock","FresnelBlock"]},n=[];for(var r in t){var i=t[r].filter(function(t){return!e.state.filter||-1!==t.toLowerCase().indexOf(e.state.filter.toLowerCase())}).sort(function(e,t){return e.localeCompare(t)}).map(function(e,t){return o.createElement(Y,{key:e,data:e})});i.length&&n.push(o.createElement(z,{key:r+" blocks",title:r.replace("_"," "),closed:!1},i))}return o.createElement("div",{id:"nodeList"},o.createElement("div",{className:"panes"},o.createElement("div",{className:"pane"},o.createElement("div",{className:"filter"},o.createElement("input",{type:"text",placeholder:"Filter",onChange:function(t){return e.filterContent(t.target.value)}})),o.createElement("div",{className:"list-container"},n))))},t}(o.Component),X=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement("div",{className:"buttonLine"},o.createElement("button",{onClick:function(){return e.props.onClick()}},this.props.label))},t}(o.Component),H=function(){function e(){}return e._SaveAs=function(e,t,n){var r=this;if("download"in HTMLAnchorElement.prototype){var o=window.URL||window.webkitURL,i=n.createElement("a");return i.download=t,i.rel="noopener",i.href=o.createObjectURL(e),setTimeout(function(){o.revokeObjectURL(i.href)},4e4),void setTimeout(function(){r._Click(i,n)},0)}var a=open("","_blank");a&&(a.document.title=a.document.body.innerText="downloading...");var l="application/octet-stream"===e.type,s=/constructor/i.test(window.HTMLElement)||window.safari,u=/CriOS\/[\d]+/.test(navigator.userAgent);if((u||l&&s)&&"undefined"!=typeof FileReader){var c=new FileReader;c.onloadend=function(){var e=c.result;e=u?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),a?a.location.href=e:location=e,a=null},c.readAsDataURL(e)}else{var p=(o=window.URL||window.webkitURL).createObjectURL(e);a?a.location.href=p:location.href=p,a=null,setTimeout(function(){o.revokeObjectURL(p)},4e4)}},e._Click=function(e,t){try{e.dispatchEvent(new MouseEvent("click"))}catch(r){var n=t.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(n)}},e.GetBaseType=function(e){return a.NodeMaterialBlockConnectionPointTypes[e]},e.DownloadAsFile=function(e,t,n){var r=new Blob([t],{type:"application/octet-stream"});this._SaveAs(r,n,e)},e}(),Z=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.onChange=function(e){var t=e.target.files;t&&t.length&&this.props.onClick(t[0]),e.target.value=""},t.prototype.render=function(){var e=this;return o.createElement("div",{className:"buttonLine"},o.createElement("label",{htmlFor:"file-upload",className:"file-upload"},this.props.label),o.createElement("input",{ref:"upload",id:"file-upload",type:"file",accept:this.props.accept,onChange:function(t){return e.onChange(t)}}))},t}(o.Component),$=function(){function e(){}return e.Serialize=function(e,t){var n=a.Texture.SerializeBuffers;a.Texture.SerializeBuffers=l.ReadBoolean("EmbedTextures",!0);for(var r=e.serialize(),o=0,i=e.attachedBlocks;o<i.length;o++){var s=i[o],u=t.onGetNodeFromBlock(s);r.locations||(r.locations=[]),r.locations.push({blockId:s.uniqueId,x:u?u.x:0,y:u?u.y:0})}return a.Texture.SerializeBuffers=n,JSON.stringify(r,void 0,2)},e.Deserialize=function(e,t){if(t.onIsLoadingChanged.notifyObservers(!0),t.nodeMaterial.loadFromSerialization(e,""),e.locations&&e.map)for(var n=e.map,r=0,o=e.locations;r<o.length;r++){var i=o[r];i.blockId=n[i.blockId]}t.onResetRequiredObservable.notifyObservers(e.locations)},e}();n(138);var Q=function(e){function t(t){var n=e.call(this,t)||this;return n.state={currentNode:null},n}return c(t,e),t.prototype.componentDidMount=function(){var e=this;this.props.globalState.onSelectionChangedObservable.add(function(t){e.setState({currentNode:t})})},t.prototype.load=function(e){var t=this;a.Tools.ReadFile(e,function(e){var n=new TextDecoder("utf-8");$.Deserialize(JSON.parse(n.decode(e)),t.props.globalState)},void 0,!0)},t.prototype.save=function(){var e=$.Serialize(this.props.globalState.nodeMaterial,this.props.globalState);H.DownloadAsFile(this.props.globalState.hostDocument,e,"nodeMaterial.json")},t.prototype.customSave=function(){var e=this;this.props.globalState.onLogRequiredObservable.notifyObservers({message:"Saving your material to Babylon.js snippet server...",isError:!1}),this.props.globalState.customSave.action($.Serialize(this.props.globalState.nodeMaterial,this.props.globalState)).then(function(){e.props.globalState.onLogRequiredObservable.notifyObservers({message:"Material saved successfully",isError:!1})}).catch(function(t){e.props.globalState.onLogRequiredObservable.notifyObservers({message:t,isError:!0})})},t.prototype.render=function(){var e=this;return this.state.currentNode?o.createElement("div",{id:"propertyTab"},o.createElement("div",{id:"header"},o.createElement("img",{id:"logo",src:"https://www.babylonjs.com/Assets/logo-babylonjs-social-twitter.png"}),o.createElement("div",{id:"title"},"NODE MATERIAL EDITOR")),this.state.currentNode.renderProperties(this.props.globalState)):o.createElement("div",{id:"propertyTab"},o.createElement("div",{id:"header"},o.createElement("img",{id:"logo",src:"https://www.babylonjs.com/Assets/logo-babylonjs-social-twitter.png"}),o.createElement("div",{id:"title"},"NODE MATERIAL EDITOR")),o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(X,{label:"Reset to default",onClick:function(){e.props.globalState.nodeMaterial.setToDefault(),e.props.globalState.onResetRequiredObservable.notifyObservers(null)}})),o.createElement(z,{title:"UI"},o.createElement(X,{label:"Zoom to fit",onClick:function(){e.props.globalState.onZoomToFitRequiredObservable.notifyObservers()}}),o.createElement(X,{label:"Reorganize",onClick:function(){e.props.globalState.onReOrganizedRequiredObservable.notifyObservers()}})),o.createElement(z,{title:"OPTIONS"},o.createElement(W,{label:"Embed textures when saving",isSelected:function(){return l.ReadBoolean("EmbedTextures",!0)},onSelect:function(e){l.StoreBoolean("EmbedTextures",e)}})),o.createElement(z,{title:"FILE"},o.createElement(Z,{label:"Load",onClick:function(t){return e.load(t)},accept:".json"}),o.createElement(X,{label:"Save",onClick:function(){e.save()}}),this.props.globalState.customSave&&o.createElement(X,{label:this.props.globalState.customSave.label,onClick:function(){e.customSave()}}),o.createElement(X,{label:"Generate code",onClick:function(){H.DownloadAsFile(e.props.globalState.hostDocument,e.props.globalState.nodeMaterial.generateCode(),"code.txt")}}),o.createElement(X,{label:"Export shaders",onClick:function(){H.DownloadAsFile(e.props.globalState.hostDocument,e.props.globalState.nodeMaterial.compiledShaders,"shaders.txt")}}))))},t}(o.Component),K=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){return i.createPortal(this.props.children,this.props.globalState.hostElement)},t}(o.Component),J=function(e){function t(t){var n=e.call(this,t)||this;return n.state={displayRed:!0,displayGreen:!0,displayBlue:!0,displayAlpha:!0,face:0},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){return!0},t.prototype.componentDidMount=function(){this.updatePreview()},t.prototype.componentDidUpdate=function(){this.updatePreview()},t.prototype.updatePreview=function(){var e=this,t=this.props.texture;!t.isReady()&&t._texture&&t._texture.onLoadedObservable.addOnce(function(){e.updatePreview()});var n,r=t.getScene(),o=r.getEngine(),i=t.getSize(),l=i.width/i.height,s=this.props.width,u=s/l|1;if(t.isCube){var c=new a.PassCubePostProcess("pass",1,null,a.Texture.NEAREST_SAMPLINGMODE,o,!1,a.Constants.TEXTURETYPE_UNSIGNED_INT);c.face=this.state.face,n=c}else n=new a.PassPostProcess("pass",1,null,a.Texture.NEAREST_SAMPLINGMODE,o,!1,a.Constants.TEXTURETYPE_UNSIGNED_INT);if(!n.getEffect().isReady())return n.dispose(),void setTimeout(function(){return e.updatePreview()},250);var p=this.refs.canvas;this.props.globalState&&(this.props.globalState.blockMutationUpdates=!0);var f=new a.RenderTargetTexture("temp",{width:s,height:u},r,!1);n.onApply=function(e){e.setTexture("textureSampler",t)};var d=f.getInternalTexture();if(d){r.postProcessManager.directRender([n],d);var h=4*s,g=u/2,m=o.readPixels(0,0,s,u);if(!(t.isCube||this.state.displayRed&&this.state.displayGreen&&this.state.displayBlue))for(var v=0;v<s*u*4;v+=4)if(this.state.displayRed||(m[v]=0),this.state.displayGreen||(m[v+1]=0),this.state.displayBlue||(m[v+2]=0),this.state.displayAlpha){var y=m[v+2];m[v]=y,m[v+1]=y,m[v+2]=y,m[v+2]=0}if(t.invertY||t.isCube)for(v=0;v<g;v++)for(var b=0;b<h;b++){var w=b+v*h,x=b+(u-v-1)*h,_=m[w];m[w]=m[x],m[x]=_}p.width=s,p.height=u;var k=p.getContext("2d");if(k){var E=k.createImageData(s,u);E.data.set(m),k.putImageData(E,0,0)}o.unBindFramebuffer(d)}f.dispose(),n.dispose(),p.style.height=u+"px",this.props.globalState&&(this.props.globalState.blockMutationUpdates=!1)},t.prototype.render=function(){var e=this,t=this.props.texture;return o.createElement("div",{className:"textureLine"},!this.props.hideChannelSelect&&t.isCube&&o.createElement("div",{className:"control3D"},o.createElement("button",{className:0===this.state.face?"px command selected":"px command",onClick:function(){return e.setState({face:0})}},"PX"),o.createElement("button",{className:1===this.state.face?"nx command selected":"nx command",onClick:function(){return e.setState({face:1})}},"NX"),o.createElement("button",{className:2===this.state.face?"py command selected":"py command",onClick:function(){return e.setState({face:2})}},"PY"),o.createElement("button",{className:3===this.state.face?"ny command selected":"ny command",onClick:function(){return e.setState({face:3})}},"NY"),o.createElement("button",{className:4===this.state.face?"pz command selected":"pz command",onClick:function(){return e.setState({face:4})}},"PZ"),o.createElement("button",{className:5===this.state.face?"nz command selected":"nz command",onClick:function(){return e.setState({face:5})}},"NZ")),!this.props.hideChannelSelect&&!t.isCube&&o.createElement("div",{className:"control"},o.createElement("button",{className:this.state.displayRed&&!this.state.displayGreen?"red command selected":"red command",onClick:function(){return e.setState({displayRed:!0,displayGreen:!1,displayBlue:!1,displayAlpha:!1})}},"R"),o.createElement("button",{className:this.state.displayGreen&&!this.state.displayBlue?"green command selected":"green command",onClick:function(){return e.setState({displayRed:!1,displayGreen:!0,displayBlue:!1,displayAlpha:!1})}},"G"),o.createElement("button",{className:this.state.displayBlue&&!this.state.displayAlpha?"blue command selected":"blue command",onClick:function(){return e.setState({displayRed:!1,displayGreen:!1,displayBlue:!0,displayAlpha:!1})}},"B"),o.createElement("button",{className:this.state.displayAlpha&&!this.state.displayRed?"alpha command selected":"alpha command",onClick:function(){return e.setState({displayRed:!1,displayGreen:!1,displayBlue:!1,displayAlpha:!0})}},"A"),o.createElement("button",{className:this.state.displayRed&&this.state.displayGreen?"all command selected":"all command",onClick:function(){return e.setState({displayRed:!0,displayGreen:!0,displayBlue:!0,displayAlpha:!0})}},"ALL")),o.createElement("canvas",{ref:"canvas",className:"preview"}))},t}(o.Component),ee=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.render=function(){var e=g.GenerateOutputPorts(this.props.node,!1),t=g.GenerateInputPorts(this.props.node,["uv"]);return o.createElement("div",{className:"diagramBlock texture-block"},o.createElement("div",{className:"header"},this.props.node.block.name),o.createElement("div",{className:"inputs"},t),o.createElement("div",{className:"outputs"},e),this.props.node&&this.props.node.texture&&o.createElement(J,{ref:"textureView",width:140,height:140,texture:this.props.node.texture,hideChannelSelect:!0}))},t}(o.Component),te=function(e){function t(t){var n=e.call(this,t)||this;if(n._localChange=!1,void 0!==n.props.directValue)n.state={value:n.props.directValue};else{var r=n.props.target[n.props.propertyName];void 0===r&&(r=n.props.maximum),n.state={value:r}}return n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){if(void 0!==e.directValue)return t.value=e.directValue,!0;var n=e.target[e.propertyName];return void 0===n&&(n=e.maximum),!(n===t.value&&e.minimum===this.props.minimum&&e.maximum===this.props.maximum&&!this._localChange)&&(t.value=n,this._localChange=!1,!0)},t.prototype.onChange=function(e){this._localChange=!0;var t=parseFloat(e);this.props.useEuler&&(t=a.Tools.ToRadians(t)),this.props.target&&(this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:t,initialValue:this.state.value}),this.props.target[this.props.propertyName]=t),this.props.onChange&&this.props.onChange(t),this.setState({value:t})},t.prototype.onInput=function(e){var t=parseFloat(e);this.props.onInput&&this.props.onInput(t)},t.prototype.prepareDataToRead=function(e){return this.props.useEuler?a.Tools.ToDegrees(e):e},t.prototype.render=function(){var e=this,t=void 0!==this.props.decimalCount?this.props.decimalCount:2;return o.createElement("div",{className:"sliderLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"slider"},this.state.value?this.prepareDataToRead(this.state.value).toFixed(t):"0"," ",o.createElement("input",{className:"range",type:"range",step:this.props.step,min:this.prepareDataToRead(this.props.minimum),max:this.prepareDataToRead(this.props.maximum),value:this.prepareDataToRead(this.state.value),onInput:function(t){return e.onInput(t.target.value)},onChange:function(t){return e.onChange(t.target.value)}})))},t}(o.Component),ne=function(e){function t(t){var n=e.call(this,t)||this;n._localChange=!1;var r=n.props.target[n.props.propertyName];return n.state={value:r?n.props.isInteger?r.toFixed(0):r.toFixed(n.props.digits||2):"0"},n._store=r,n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){if(this._localChange)return this._localChange=!1,!0;var n=e.target[e.propertyName],r=n?this.props.isInteger?n.toFixed(0):n.toFixed(this.props.digits||2):"0";return r!==t.value&&(t.value=r,!0)},t.prototype.raiseOnPropertyChanged=function(e,t){this.props.onChange&&this.props.onChange(e),this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:e,initialValue:t})},t.prototype.updateValue=function(e){var t;/[^0-9\.\-]/g.test(e)||(e=e.replace(/(.+\...).+/,"$1"),t=this.props.isInteger?parseInt(e):parseFloat(e),this._localChange=!0,this.setState({value:e}),isNaN(t)||(this.props.target[this.props.propertyName]=t,this.raiseOnPropertyChanged(t,this._store),this._store=t))},t.prototype.render=function(){var e=this;return o.createElement("div",null,o.createElement("div",{className:this.props.additionalClass?this.props.additionalClass+" floatLine":"floatLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"value"},o.createElement("input",{type:"number",step:this.props.step||"0.01",className:"numeric-input",value:this.state.value,onChange:function(t){return e.updateValue(t.target.value)}}))))},t}(o.Component),re=function(e){function t(){return e.call(this,"reflectiontexture")||this}return c(t,e),Object.defineProperty(t.prototype,"texture",{get:function(){return this._block.texture},set:function(e){this._block.texture=e},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(ie,{globalState:e,node:this})},t.prototype.prepare=function(t,n,r,o){this._block=t.nodeMaterialBlock,e.prototype.prepare.call(this,t,n,r,o)},t}(b),oe=(function(){}(),function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={value:n._getValue(t)},n}return c(t,e),t.prototype._getValue=function(e){return e.getSelection?e.getSelection(e.target):e.target&&e.propertyName?e.target[e.propertyName]:e.options[e.defaultIfNull||0]},t.prototype.shouldComponentUpdate=function(e,t){if(this._localChange)return this._localChange=!1,!0;var n=this._getValue(e);return null!=n&&n!==t.value&&(t.value=n,!0)},t.prototype.raiseOnPropertyChanged=function(e,t){this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:e,initialValue:t})},t.prototype.updateValue=function(e){var t=this.props.valuesAreStrings?e:parseInt(e);this._localChange=!0;var n=this.state.value;this.props.noDirectUpdate||(this.props.target[this.props.propertyName]=t),this.setState({value:t}),this.raiseOnPropertyChanged(t,n),this.props.onSelect&&this.props.onSelect(t)},t.prototype.render=function(){var e=this;return o.createElement("div",{className:"listLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"options"+(this.props.className?" "+this.props.className:"")},o.createElement("select",{onChange:function(t){return e.updateValue(t.target.value)},value:this.state.value},this.props.options.map(function(e){return o.createElement("option",{key:e.label,value:e.value},e.label)}))))},t}(o.Component)),ie=function(e){function t(t){var n=e.call(this,t)||this,r=n.props.node.texture;return n.state={isEmbedded:!r||"data"===r.name.substring(0,4),loadAsCubeTexture:r&&r.isCube},n}return c(t,e),t.prototype.UNSAFE_componentWillUpdate=function(e,t){if(e.node!==this.props.node){var n=e.node.texture;t.isEmbedded=!n||"data"===n.name.substring(0,4),t.loadAsCubeTexture=n&&n.isCube}},t.prototype._generateRandomForCache=function(){return"xxxxxxxxxxxxxxxxxxxx".replace(/[x]/g,function(e){return(10*Math.random()|0).toString()})},t.prototype.updateAfterTextureLoad=function(){this.props.globalState.onUpdateRequiredObservable.notifyObservers(),this.props.globalState.onRebuildRequiredObservable.notifyObservers(),this.forceUpdate()},t.prototype.removeTexture=function(){var e=this.props.node.texture;e&&(e.dispose(),e=null,this.props.node.texture=null),this.updateAfterTextureLoad()},t.prototype._prepareTexture=function(){var e=this.props.node.texture;e&&e.isCube!==this.state.loadAsCubeTexture&&(e.dispose(),e=null),e||(this.state.loadAsCubeTexture?(this.props.node.texture=new a.CubeTexture("",this.props.globalState.nodeMaterial.getScene()),(e=this.props.node.texture).coordinatesMode=a.Texture.CUBIC_MODE):(this.props.node.texture=new a.Texture(null,this.props.globalState.nodeMaterial.getScene(),!1,this.props.node instanceof re),(e=this.props.node.texture).coordinatesMode=a.Texture.EQUIRECTANGULAR_MODE))},t.prototype.replaceTexture=function(e){var t=this;if(this.props.node){this._prepareTexture();var n=this.props.node.texture;a.Tools.ReadFile(e,function(r){var o=new Blob([r],{type:"octet/stream"}),i=new FileReader;i.readAsDataURL(o),i.onloadend=function(){var r=i.result,o=void 0;e.name.toLowerCase().indexOf(".dds")>0?o=".dds":e.name.toLowerCase().indexOf(".env")>0&&(o=".env"),n.updateURL(r,o,function(){return t.updateAfterTextureLoad()})}},void 0,!0)}},t.prototype.replaceTextureWithUrl=function(e){var t=this;this._prepareTexture();var n=this.props.node.texture;if(n.isCube||this.props.node instanceof re){var r=void 0;e.toLowerCase().indexOf(".dds")>0?r=".dds":e.toLowerCase().indexOf(".env")>0&&(r=".env"),n.updateURL(e,r,function(){return t.updateAfterTextureLoad()})}else n.updateURL(e,null,function(){return t.updateAfterTextureLoad()})},t.prototype.render=function(){var e=this,t="",n=this.props.node.texture;n&&n.name&&"data"!==n.name.substring(0,4)&&(t=n.name),t=t.replace(/\?nocache=\d+/,"");var r=this.props.node instanceof re,i=[{label:"Cubic",value:a.Texture.CUBIC_MODE},{label:"Equirectangular",value:a.Texture.EQUIRECTANGULAR_MODE},{label:"Explicit",value:a.Texture.EXPLICIT_MODE},{label:"Fixed equirectangular",value:a.Texture.FIXED_EQUIRECTANGULAR_MODE},{label:"Fixed mirrored equirectangular",value:a.Texture.FIXED_EQUIRECTANGULAR_MIRRORED_MODE},{label:"Planar",value:a.Texture.PLANAR_MODE},{label:"Projection",value:a.Texture.PROJECTION_MODE},{label:"Skybox",value:a.Texture.SKYBOX_MODE},{label:"Spherical",value:a.Texture.SPHERICAL_MODE}];return o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(w,{label:"Type",value:this.props.node.block.getClassName()}),o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:this.props.node.block,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(z,{title:"PROPERTIES"},o.createElement(W,{label:"Auto select UV",propertyName:"autoSelectUV",target:this.props.node.block,onValueChanged:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&r&&o.createElement(oe,{label:"Reflection mode",options:i,target:n,propertyName:"coordinatesMode",onSelect:function(t){n.coordinatesMode=t,e.forceUpdate(),e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(W,{label:"Gamma space",propertyName:"gammaSpace",target:n,onValueChanged:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(W,{label:"Clamp U",isSelected:function(){return n.wrapU===a.Texture.CLAMP_ADDRESSMODE},onSelect:function(t){n.wrapU=t?a.Texture.CLAMP_ADDRESSMODE:a.Texture.WRAP_ADDRESSMODE,e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(W,{label:"Clamp V",isSelected:function(){return n.wrapV===a.Texture.CLAMP_ADDRESSMODE},onSelect:function(t){n.wrapV=t?a.Texture.CLAMP_ADDRESSMODE:a.Texture.WRAP_ADDRESSMODE,e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ne,{label:"Offset U",target:n,propertyName:"uOffset",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ne,{label:"Offset V",target:n,propertyName:"vOffset",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ne,{label:"Scale U",target:n,propertyName:"uScale",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ne,{label:"Scale V",target:n,propertyName:"vScale",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(te,{label:"Rotation U",target:n,propertyName:"uAng",minimum:0,maximum:2*Math.PI,useEuler:!0,step:.1,onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(te,{label:"Rotation V",target:n,propertyName:"vAng",minimum:0,maximum:2*Math.PI,useEuler:!0,step:.1,onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(te,{label:"Rotation W",target:n,propertyName:"wAng",minimum:0,maximum:2*Math.PI,useEuler:!0,step:.1,onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(z,{title:"SOURCE"},o.createElement(W,{label:"Embed static texture",isSelected:function(){return e.state.isEmbedded},onSelect:function(t){e.setState({isEmbedded:t}),e.props.node.texture=null,e.updateAfterTextureLoad()}}),r&&o.createElement(W,{label:"Load as cube texture",isSelected:function(){return e.state.loadAsCubeTexture},onSelect:function(t){return e.setState({loadAsCubeTexture:t})}}),this.state.isEmbedded&&o.createElement(Z,{label:"Upload",onClick:function(t){return e.replaceTexture(t)},accept:".jpg, .png, .tga, .dds, .env"}),!this.state.isEmbedded&&o.createElement(U,{label:"Link",globalState:this.props.globalState,value:t,onChange:function(t){return e.replaceTextureWithUrl(t)}}),!this.state.isEmbedded&&t&&o.createElement(X,{label:"Refresh",onClick:function(){return e.replaceTextureWithUrl(t+"?nocache="+e._generateRandomForCache())}}),n&&o.createElement(X,{label:"Remove",onClick:function(){return e.removeTexture()}})))},t}(o.Component),ae=function(e){function t(){return e.call(this,"texture")||this}return c(t,e),Object.defineProperty(t.prototype,"texture",{get:function(){return this._block.texture},set:function(e){this._block.texture=e},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(ie,{globalState:e,node:this})},t.prototype.prepare=function(t,n,r,o){this._block=t.nodeMaterialBlock,e.prototype.prepare.call(this,t,n,r,o)},t}(b),le=function(e){function t(t){var n=e.call(this,"texture")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(ee,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new ae},t}(f.AbstractNodeFactory),se=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={value:n.props.value.toFixed(3)},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){return this._localChange?(this._localChange=!1,!0):e.value.toString()!==t.value&&(t.value=e.value.toFixed(3),!0)},t.prototype.updateValue=function(e){var t=e.target.value;if(!/[^0-9\.\-]/g.test(t)){var n=parseFloat(t);this._localChange=!0,this.setState({value:t}),isNaN(n)||this.props.onChange(n)}},t.prototype.render=function(){var e=this;return o.createElement("div",{className:"numeric"},this.props.label&&o.createElement("div",{className:"numeric-label"},this.props.label+": "),o.createElement("input",{type:"number",step:this.props.step,className:"numeric-input",value:this.state.value,onChange:function(t){return e.updateValue(t)}}))},t.defaultProps={step:1},t}(o.Component),ue=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={isExpanded:!1,value:n.props.target[n.props.propertyName].clone()},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){var n=e.target[e.propertyName];return!(n.equals(t.value)&&!this._localChange)&&(t.value=n.clone(),this._localChange=!1,!0)},t.prototype.switchExpandState=function(){this._localChange=!0,this.setState({isExpanded:!this.state.isExpanded})},t.prototype.raiseOnPropertyChanged=function(e){this.props.onChange&&this.props.onChange(this.state.value),this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:this.state.value,initialValue:e})},t.prototype.updateStateX=function(e){this._localChange=!0;var t=this.state.value.clone();this.props.target[this.props.propertyName].x=e,this.state.value.x=e,this.setState({value:this.state.value}),this.raiseOnPropertyChanged(t)},t.prototype.updateStateY=function(e){this._localChange=!0;var t=this.state.value.clone();this.props.target[this.props.propertyName].y=e,this.state.value.y=e,this.setState({value:this.state.value}),this.raiseOnPropertyChanged(t)},t.prototype.render=function(){var e=this,t=this.state.isExpanded?o.createElement(x.a,{icon:O}):o.createElement(x.a,{icon:B});return o.createElement("div",{className:"vector3Line"},o.createElement("div",{className:"firstLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"vector"},"X: "+this.state.value.x.toFixed(2)+", Y: "+this.state.value.y.toFixed(2)),o.createElement("div",{className:"expand hoverIcon",onClick:function(){return e.switchExpandState()},title:"Expand"},t)),this.state.isExpanded&&o.createElement("div",{className:"secondLine"},o.createElement(se,{label:"x",step:this.props.step,value:this.state.value.x,onChange:function(t){return e.updateStateX(t)}}),o.createElement(se,{label:"y",step:this.props.step,value:this.state.value.y,onChange:function(t){return e.updateStateY(t)}})))},t.defaultProps={step:.001},t}(o.Component),ce=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement(ue,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),pe=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={isExpanded:!1,value:n.props.target[n.props.propertyName].clone()},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){var n=e.target[e.propertyName];return!(n.equals(t.value)&&!this._localChange)&&(t.value=n.clone(),this._localChange=!1,!0)},t.prototype.switchExpandState=function(){this._localChange=!0,this.setState({isExpanded:!this.state.isExpanded})},t.prototype.raiseOnPropertyChanged=function(e){this.props.onChange&&this.props.onChange(this.state.value),this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:this.state.value,initialValue:e})},t.prototype.updateVector3=function(){var e=this.props.target[this.props.propertyName].clone();this.props.target[this.props.propertyName]=this.state.value,this.setState({value:e}),this.raiseOnPropertyChanged(e)},t.prototype.updateStateX=function(e){this._localChange=!0,this.state.value.x=e,this.updateVector3()},t.prototype.updateStateY=function(e){this._localChange=!0,this.state.value.y=e,this.updateVector3()},t.prototype.updateStateZ=function(e){this._localChange=!0,this.state.value.z=e,this.updateVector3()},t.prototype.render=function(){var e=this,t=this.state.isExpanded?o.createElement(x.a,{icon:O}):o.createElement(x.a,{icon:B});return o.createElement("div",{className:"vector3Line"},o.createElement("div",{className:"firstLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"vector"},"X: "+this.state.value.x.toFixed(2)+", Y: "+this.state.value.y.toFixed(2)+", Z: "+this.state.value.z.toFixed(2)),o.createElement("div",{className:"expand hoverIcon",onClick:function(){return e.switchExpandState()},title:"Expand"},t)),this.state.isExpanded&&o.createElement("div",{className:"secondLine"},o.createElement(se,{label:"x",step:this.props.step,value:this.state.value.x,onChange:function(t){return e.updateStateX(t)}}),o.createElement(se,{label:"y",step:this.props.step,value:this.state.value.y,onChange:function(t){return e.updateStateY(t)}}),o.createElement(se,{label:"z",step:this.props.step,value:this.state.value.z,onChange:function(t){return e.updateStateZ(t)}})))},t.defaultProps={step:.001},t}(o.Component),fe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement(pe,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),de=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={isExpanded:!1,color:n.props.target[n.props.propertyName].clone()},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){var n=e.target[e.propertyName];return!(n.equals(t.color)&&!this._localChange)&&(t.color=n.clone(),this._localChange=!1,!0)},t.prototype.onChange=function(e){this._localChange=!0;var t=a.Color3.FromHexString(e);this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:t,initialValue:this.state.color}),"Color4"===this.props.target[this.props.propertyName].getClassName()?this.props.target[this.props.propertyName]=new a.Color4(t.r,t.g,t.b,1):this.props.target[this.props.propertyName]=t,this.setState({color:t}),this.props.onChange&&this.props.onChange()},t.prototype.switchExpandState=function(){this._localChange=!0,this.setState({isExpanded:!this.state.isExpanded})},t.prototype.raiseOnPropertyChanged=function(e){this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:this.state.color,initialValue:e})},t.prototype.updateStateR=function(e){this._localChange=!0;var t=this.state.color.clone();this.props.target[this.props.propertyName].x=e,this.state.color.r=e,this.props.target[this.props.propertyName]=this.state.color,this.setState({color:this.state.color}),this.raiseOnPropertyChanged(t)},t.prototype.updateStateG=function(e){this._localChange=!0;var t=this.state.color.clone();this.props.target[this.props.propertyName].g=e,this.state.color.g=e,this.props.target[this.props.propertyName]=this.state.color,this.setState({color:this.state.color}),this.raiseOnPropertyChanged(t)},t.prototype.updateStateB=function(e){this._localChange=!0;var t=this.state.color.clone();this.props.target[this.props.propertyName].b=e,this.state.color.b=e,this.props.target[this.props.propertyName]=this.state.color,this.setState({color:this.state.color}),this.raiseOnPropertyChanged(t)},t.prototype.copyToClipboard=function(){var e=document.createElement("div");if(e.textContent=this.state.color.toHexString(),document.body.appendChild(e),window.getSelection){var t=document.createRange();t.selectNode(e),window.getSelection().removeAllRanges(),window.getSelection().addRange(t)}document.execCommand("copy"),e.remove()},t.prototype.render=function(){var e=this,t=this.state.isExpanded?o.createElement(x.a,{icon:O}):o.createElement(x.a,{icon:B}),n="Color3"===this.state.color.getClassName()?this.state.color:new a.Color3(this.state.color.r,this.state.color.g,this.state.color.b);return o.createElement("div",{className:"color3Line"},o.createElement("div",{className:"firstLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"color3"},o.createElement("input",{type:"color",value:n.toHexString(),onChange:function(t){return e.onChange(t.target.value)}})),o.createElement("div",{className:"copy hoverIcon",onClick:function(){return e.copyToClipboard()},title:"Copy to clipboard"},o.createElement(x.a,{icon:S})),o.createElement("div",{className:"expand hoverIcon",onClick:function(){return e.switchExpandState()},title:"Expand"},t)),this.state.isExpanded&&o.createElement("div",{className:"secondLine"},o.createElement(se,{label:"r",value:this.state.color.r,onChange:function(t){return e.updateStateR(t)}}),o.createElement(se,{label:"g",value:this.state.color.g,onChange:function(t){return e.updateStateG(t)}}),o.createElement(se,{label:"b",value:this.state.color.b,onChange:function(t){return e.updateStateB(t)}})))},t}(o.Component),he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement(de,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),ge=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement(ne,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),me=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={isExpanded:!1,value:(n.props.value||n.props.target[n.props.propertyName]).clone()},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){var n=e.value||e.target[e.propertyName];return!(n.equals(t.value)&&!this._localChange)&&(t.value=n.clone(),this._localChange=!1,!0)},t.prototype.switchExpandState=function(){this._localChange=!0,this.setState({isExpanded:!this.state.isExpanded})},t.prototype.raiseOnPropertyChanged=function(e){this.props.onChange&&this.props.onChange(this.state.value),this.props.onPropertyChangedObservable&&this.props.propertyName&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:this.state.value,initialValue:e})},t.prototype.updateVector4=function(){var e=(this.props.value||this.props.target[this.props.propertyName]).clone();this.props.value?this.props.value.copyFrom(this.state.value):this.props.target[this.props.propertyName]=this.state.value,this.forceUpdate(),this.raiseOnPropertyChanged(e)},t.prototype.updateStateX=function(e){this._localChange=!0,this.state.value.x=e,this.updateVector4()},t.prototype.updateStateY=function(e){this._localChange=!0,this.state.value.y=e,this.updateVector4()},t.prototype.updateStateZ=function(e){this._localChange=!0,this.state.value.z=e,this.updateVector4()},t.prototype.updateStateW=function(e){this._localChange=!0,this.state.value.w=e,this.updateVector4()},t.prototype.render=function(){var e=this,t=this.state.isExpanded?o.createElement(x.a,{icon:O}):o.createElement(x.a,{icon:B});return o.createElement("div",{className:"vector3Line"},o.createElement("div",{className:"firstLine"},o.createElement("div",{className:"label"},this.props.label),o.createElement("div",{className:"vector"},"X: "+this.state.value.x.toFixed(2)+", Y: "+this.state.value.y.toFixed(2)+", Z: "+this.state.value.z.toFixed(2)+", W: "+this.state.value.w.toFixed(2)),o.createElement("div",{className:"expand hoverIcon",onClick:function(){return e.switchExpandState()},title:"Expand"},t)),this.state.isExpanded&&o.createElement("div",{className:"secondLine"},o.createElement(se,{label:"x",step:this.props.step,value:this.state.value.x,onChange:function(t){return e.updateStateX(t)}}),o.createElement(se,{label:"y",step:this.props.step,value:this.state.value.y,onChange:function(t){return e.updateStateY(t)}}),o.createElement(se,{label:"z",step:this.props.step,value:this.state.value.z,onChange:function(t){return e.updateStateZ(t)}}),o.createElement(se,{label:"w",step:this.props.step,value:this.state.value.w,onChange:function(t){return e.updateStateW(t)}})))},t.defaultProps={step:.001},t}(o.Component),ve=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement(me,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),ye=function(e){function t(t){var n=e.call(this,t)||this;n._localChange=!1;var r=n.props.target[n.props.propertyName].clone(),o=0;if(n.props.mode){var i=new a.Quaternion;r.decompose(void 0,i);var l=i.toEulerAngles();switch(n.props.mode){case 1:o=l.x;break;case 2:o=l.y;break;case 3:o=l.z}}return n.state={value:r,mode:n.props.mode||0,angle:o},n}return c(t,e),t.prototype.shouldComponentUpdate=function(e,t){var n=e.target[e.propertyName];return!n.equals(t.value)||this._localChange?(t.value=n.clone(),this._localChange=!1,!0):t.mode!==this.state.mode||t.angle!==this.state.angle},t.prototype.raiseOnPropertyChanged=function(e){this.props.onChange&&this.props.onChange(this.state.value),this.props.onPropertyChangedObservable&&this.props.onPropertyChangedObservable.notifyObservers({object:this.props.target,property:this.props.propertyName,value:this.state.value,initialValue:e})},t.prototype.updateMatrix=function(){var e=this.props.target[this.props.propertyName].clone();this.props.target[this.props.propertyName]=this.state.value,this.setState({value:e}),this.raiseOnPropertyChanged(e)},t.prototype.updateRow=function(e,t){this._localChange=!0,this.state.value.setRow(t,e),this.updateMatrix()},t.prototype.updateBasedOnMode=function(e){switch(this.state.mode){case 1:a.Matrix.RotationXToRef(this.state.angle,this.state.value);break;case 2:a.Matrix.RotationYToRef(this.state.angle,this.state.value);break;case 3:a.Matrix.RotationZToRef(this.state.angle,this.state.value)}this.updateMatrix(),this.setState({angle:e})},t.prototype.render=function(){var e=this;return o.createElement("div",{className:"vector3Line"},o.createElement("div",{className:"firstLine"},o.createElement("div",{className:"label"},this.props.label)),o.createElement("div",{className:"secondLine"},o.createElement(oe,{label:"Mode",className:"no-right-margin",options:[{label:"User-defined",value:0},{label:"Rotation over X axis",value:1},{label:"Rotation over Y axis",value:2},{label:"Rotation over Z axis",value:3}],target:this,noDirectUpdate:!0,getSelection:function(){return e.state.mode},onSelect:function(t){e.props.target[e.props.propertyName]=a.Matrix.Identity(),a.Matrix.IdentityToRef(e.state.value),e.setState({mode:t,angle:0}),e.updateMatrix(),e.props.onModeChange&&e.props.onModeChange(t)}})),0===this.state.mode&&o.createElement("div",{className:"secondLine"},o.createElement(me,{label:"Row #0",value:this.state.value.getRow(0),onChange:function(t){return e.updateRow(t,0)}}),o.createElement(me,{label:"Row #1",value:this.state.value.getRow(1),onChange:function(t){return e.updateRow(t,1)}}),o.createElement(me,{label:"Row #2",value:this.state.value.getRow(2),onChange:function(t){return e.updateRow(t,2)}}),o.createElement(me,{label:"Row #3",value:this.state.value.getRow(3),onChange:function(t){return e.updateRow(t,3)}})),0!==this.state.mode&&o.createElement("div",{className:"secondLine"},o.createElement(te,{label:"Angle",minimum:0,maximum:2*Math.PI,useEuler:!0,step:.1,directValue:this.state.angle,onChange:function(t){return e.updateBasedOnMode(t)}})))},t}(o.Component),be=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this;return o.createElement(ye,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()},mode:this.props.inputBlock.matrixMode,onModeChange:function(t){e.props.inputBlock.matrixMode=t}})},t}(o.Component),we=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.renderValue=function(e){var t=this,n=this.props.inputNode.inputBlock;switch(n.type){case a.NodeMaterialBlockConnectionPointTypes.Float:var r=isNaN(n.min)||isNaN(n.max)||n.min===n.max;return o.createElement(o.Fragment,null,o.createElement(ne,{label:"Min",target:n,propertyName:"min",onChange:function(){t.forceUpdate()}}),o.createElement(ne,{label:"Max",target:n,propertyName:"max",onChange:function(){t.forceUpdate()}}),r&&o.createElement(ge,{globalState:e,inputBlock:n}),!r&&o.createElement(te,{label:"Value",target:n,propertyName:"value",step:(n.max-n.min)/100,minimum:n.min,maximum:n.max,onChange:function(){t.props.globalState.onUpdateRequiredObservable.notifyObservers()}}));case a.NodeMaterialBlockConnectionPointTypes.Vector2:return o.createElement(ce,{globalState:e,inputBlock:n});case a.NodeMaterialBlockConnectionPointTypes.Color3:case a.NodeMaterialBlockConnectionPointTypes.Color4:return o.createElement(he,{globalState:e,inputBlock:n});case a.NodeMaterialBlockConnectionPointTypes.Vector3:return o.createElement(fe,{globalState:e,inputBlock:n});case a.NodeMaterialBlockConnectionPointTypes.Vector4:return o.createElement(ve,{globalState:e,inputBlock:n});case a.NodeMaterialBlockConnectionPointTypes.Matrix:return o.createElement(be,{globalState:e,inputBlock:n})}return null},t.prototype.setDefaultValue=function(){this.props.inputNode.inputBlock.setDefaultValue()},t.prototype.render=function(){var e=this,t=this.props.inputNode.inputBlock,n=[],r=[],i=[];switch(t.type){case a.NodeMaterialBlockConnectionPointTypes.Float:i=[{label:"None",value:a.AnimatedInputBlockTypes.None},{label:"Time",value:a.AnimatedInputBlockTypes.Time}],n=[{label:"Delta time",value:a.NodeMaterialSystemValues.DeltaTime}];break;case a.NodeMaterialBlockConnectionPointTypes.Matrix:n=[{label:"World",value:a.NodeMaterialSystemValues.World},{label:"World x View",value:a.NodeMaterialSystemValues.WorldView},{label:"World x ViewxProjection",value:a.NodeMaterialSystemValues.WorldViewProjection},{label:"View",value:a.NodeMaterialSystemValues.View},{label:"View x Projection",value:a.NodeMaterialSystemValues.ViewProjection},{label:"Projection",value:a.NodeMaterialSystemValues.Projection}];break;case a.NodeMaterialBlockConnectionPointTypes.Color3:n=[{label:"Fog color",value:a.NodeMaterialSystemValues.FogColor}];break;case a.NodeMaterialBlockConnectionPointTypes.Color4:r=[{label:"color",value:"color"}];break;case a.NodeMaterialBlockConnectionPointTypes.Vector2:r=[{label:"uv",value:"uv"},{label:"uv2",value:"uv2"}];break;case a.NodeMaterialBlockConnectionPointTypes.Vector3:n=[{label:"Camera position",value:a.NodeMaterialSystemValues.CameraPosition}],r=[{label:"position",value:"position"},{label:"normal",value:"normal"},{label:"tangent",value:"tangent"}];break;case a.NodeMaterialBlockConnectionPointTypes.Vector4:r=[{label:"matricesIndices",value:"matricesIndices"},{label:"matricesWeights",value:"matricesWeights"}]}var l=[{label:"User-defined",value:0}];return r.length>0&&l.push({label:"Mesh attribute",value:1}),n.length>0&&l.push({label:"System value",value:2}),o.createElement("div",null,o.createElement(z,{title:"GENERAL"},!t.isAttribute&&o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(w,{label:"Type",value:H.GetBaseType(t.type)})),o.createElement(z,{title:"PROPERTIES"},t.isUniform&&!t.isSystemValue&&t.animationType===a.AnimatedInputBlockTypes.None&&o.createElement(W,{label:"Visible in the Inspector",target:t,propertyName:"visibleInInspector"}),t.isUniform&&!t.isSystemValue&&t.animationType===a.AnimatedInputBlockTypes.None&&o.createElement(W,{label:"IsConstant",target:t,propertyName:"isConstant",onValueChanged:function(){e.props.globalState.onRebuildRequiredObservable.notifyObservers(),e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(oe,{label:"Mode",options:l,target:t,noDirectUpdate:!0,getSelection:function(e){return e.isAttribute?1:e.isSystemValue?2:0},onSelect:function(o){switch(o){case 0:t.isUniform=!0,t.setAsSystemValue(null),e.setDefaultValue();break;case 1:t.setAsAttribute(r[0].value);break;case 2:t.setAsSystemValue(n[0].value)}e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}}),t.isAttribute&&o.createElement(oe,{label:"Attribute",valuesAreStrings:!0,options:r,target:t,propertyName:"name",onSelect:function(n){t.setAsAttribute(n),e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}}),t.isUniform&&i.length>0&&o.createElement(oe,{label:"Animation type",options:i,target:t,propertyName:"animationType",onSelect:function(t){e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}}),t.isUniform&&!t.isSystemValue&&t.animationType===a.AnimatedInputBlockTypes.None&&this.renderValue(this.props.globalState),t.isUniform&&t.isSystemValue&&o.createElement(oe,{label:"System value",options:n,target:t,propertyName:"systemValue",onSelect:function(n){t.setAsSystemValue(n),e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}})))},t}(o.Component),xe=function(e){function t(){return e.call(this,"input")||this}return c(t,e),Object.defineProperty(t.prototype,"inputBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(we,{globalState:e,inputNode:this})},t}(b),_e=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.renderValue=function(e){return""!==e?o.createElement("div",{className:"value-text"},e):null},t.prototype.render=function(){var e=g.GenerateOutputPorts(this.props.node,!0),t=this.props.node.inputBlock,n="",r=t.name+" ("+H.GetBaseType(t.output.type)+")",i="";if(t)if(t.isAttribute)n="mesh."+t.name,r=H.GetBaseType(t.output.type);else if(t.isSystemValue)switch(t.systemValue){case a.NodeMaterialSystemValues.World:n="World";break;case a.NodeMaterialSystemValues.WorldView:n="World x View";break;case a.NodeMaterialSystemValues.WorldViewProjection:n="World x View x Projection";break;case a.NodeMaterialSystemValues.View:n="View";break;case a.NodeMaterialSystemValues.ViewProjection:n="View x Projection";break;case a.NodeMaterialSystemValues.Projection:n="Projection";break;case a.NodeMaterialSystemValues.CameraPosition:n="Camera position";break;case a.NodeMaterialSystemValues.FogColor:n="Fog color";break;case a.NodeMaterialSystemValues.DeltaTime:n="Delta time"}else{if(!t||!t.isUniform)return null;switch(t.type){case a.NodeMaterialBlockConnectionPointTypes.Float:n=t.animationType!==a.AnimatedInputBlockTypes.None?a.AnimatedInputBlockTypes[t.animationType]:t.value.toFixed(2);break;case a.NodeMaterialBlockConnectionPointTypes.Vector2:var l=t.value;n="("+l.x.toFixed(2)+", "+l.y.toFixed(2)+")";break;case a.NodeMaterialBlockConnectionPointTypes.Vector3:var s=t.value;n="("+s.x.toFixed(2)+", "+s.y.toFixed(2)+", "+s.z.toFixed(2)+")";break;case a.NodeMaterialBlockConnectionPointTypes.Vector4:var u=t.value;n="("+u.x.toFixed(2)+", "+u.y.toFixed(2)+", "+u.z.toFixed(2)+", "+u.w.toFixed(2)+")";break;case a.NodeMaterialBlockConnectionPointTypes.Color3:case a.NodeMaterialBlockConnectionPointTypes.Color4:i=t.value.toHexString()}}else r="Not connected input";return o.createElement("div",{className:"diagramBlock input"+(t?" "+a.NodeMaterialBlockConnectionPointTypes[t.type]:"")+(t&&t.isConstant?" constant":""),style:{background:i}},o.createElement("div",{className:"header"},r),o.createElement("div",{className:"outputs"},e),o.createElement("div",{className:"value"},this.renderValue(n)))},t}(o.Component),ke=function(e){function t(t){var n=e.call(this,"input")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(_e,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new xe},t}(f.AbstractNodeFactory);n(140);var Ee=function(){return function(e,t){this.message=e,this.isError=t}}(),Ce=function(e){function t(t){var n=e.call(this,t)||this;return n.state={logs:[]},n}return c(t,e),t.prototype.componentDidMount=function(){var e=this;this.props.globalState.onLogRequiredObservable.add(function(t){var n=e.state.logs;n.push(t),e.setState({logs:n})})},t.prototype.componentDidUpdate=function(){var e=i.findDOMNode(this.refs["log-console"]);e&&(e.scrollTop=e.scrollHeight)},t.prototype.render=function(){var e=new Date,t=e.getHours(),n=e.getMinutes(),r=e.getSeconds();return o.createElement("div",{id:"log-console",ref:"log-console"},this.state.logs.map(function(e,i){return o.createElement("div",{key:i,className:"log"+(e.isError?" error":"")},t+":"+n+":"+r+": "+e.message)}))},t}(o.Component),Se=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this,t=this.props.globalState.nodeMaterial.getScene(),n=t.lights.map(function(e){return{label:e.name,value:e.name}});return n.splice(0,0,{label:"All",value:""}),o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(w,{label:"Type",value:"LightBlock"}),o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:this.props.node.block,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(z,{title:"PROPERTIES"},o.createElement(oe,{label:"Light",defaultIfNull:0,noDirectUpdate:!0,valuesAreStrings:!0,options:n,target:this.props.node.light,propertyName:"name",onSelect:function(n){e.props.node.light=""===n?null:t.getLightByName(n),e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}})))},t}(o.Component),Ne=function(e){function t(){return e.call(this,"light")||this}return c(t,e),Object.defineProperty(t.prototype,"light",{get:function(){return this._block.light},set:function(e){this._block.light=e},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(Se,{globalState:e,node:this})},t.prototype.prepare=function(t,n,r,o){this._block=t.nodeMaterialBlock,e.prototype.prepare.call(this,t,n,r,o)},t}(b),Pe=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.render=function(){var e=g.GenerateOutputPorts(this.props.node,!1),t=g.GenerateInputPorts(this.props.node);return o.createElement("div",{className:"diagramBlock"},o.createElement("div",{className:"header"},this.props.node.block.name),o.createElement("div",{className:"inputs"},t),o.createElement("div",{className:"outputs"},e))},t}(o.Component),Me=function(e){function t(t){var n=e.call(this,"light")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(Pe,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new Ne},t}(f.AbstractNodeFactory),Te=function(e){function t(t){var n=e.call(this,t)||this;return n.state={message:"",isError:!1},n.props.globalState.onErrorMessageDialogRequiredObservable.add(function(e){n.setState({message:e,isError:!0})}),n}return c(t,e),t.prototype.render=function(){var e=this;return this.state.message?o.createElement("div",{className:"dialog-container"},o.createElement("div",{className:"dialog"},o.createElement("div",{className:"dialog-message"},this.state.message),o.createElement("div",{className:"dialog-buttons"},o.createElement("div",{className:"dialog-button-ok"+(this.state.isError?" error":""),onClick:function(){return e.setState({message:""})}},"OK")))):null},t}(o.Component),Oe=function(e){function t(){var t=e.call(this)||this;return t.type="advanced",t}return c(t,e),t.prototype.getNewInstance=function(e){return new v},t.prototype.generateLinkSegment=function(e,t,n,r){var i=(e.getTargetPort()||e.getSourcePort()).connection.type,a=h.GetColorFromConnectionNodeType(i);return o.createElement("path",{className:n?t.bem("--path-selected"):"",strokeWidth:3,stroke:a,d:r})},t}(f.DefaultLinkFactory),Le=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.forceRebuild=function(){this.props.globalState.onUpdateRequiredObservable.notifyObservers(),this.props.globalState.onRebuildRequiredObservable.notifyObservers()},t.prototype.render=function(){var e=this,t=this.props.remapNode.remapBlock;return o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(w,{label:"Type",value:t.getClassName()})),o.createElement(z,{title:"PROPERTIES"},o.createElement(ue,{label:"From",propertyName:"sourceRange",target:t,onChange:function(){return e.forceRebuild()}}),o.createElement(ue,{label:"To",propertyName:"targetRange",target:t,onChange:function(){return e.forceRebuild()}})))},t}(o.Component),Ae=function(e){function t(){return e.call(this,"remap")||this}return c(t,e),Object.defineProperty(t.prototype,"remapBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(Le,{globalState:e,remapNode:this})},t}(b),Be=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.renderValue=function(e){return e?o.createElement("div",{className:"value-text"},e):null},t.prototype.extractInputValue=function(e){var t=e.connectedPoint.ownerBlock;if(t.isInput){var n=t;if(n.isUniform&&!n.isSystemValue)return n.value}return"?"},t.prototype.render=function(){var e=g.GenerateInputPorts(this.props.node,void 0,!1),t=g.GenerateOutputPorts(this.props.node,!1),n=this.props.node.block,r=n.sourceMin.isConnected?this.extractInputValue(n.sourceMin):n.sourceRange.x,i=n.sourceMax.isConnected?this.extractInputValue(n.sourceMax):n.sourceRange.y,a=n.targetMin.isConnected?this.extractInputValue(n.targetMin):n.targetRange.x,l=n.targetMax.isConnected?this.extractInputValue(n.targetMax):n.targetRange.y;return o.createElement("div",{className:"diagramBlock remap"},o.createElement("div",{className:"header"},n.name),o.createElement("div",{className:"inputs"},e),o.createElement("div",{className:"outputs"},t),o.createElement("div",{className:"value"},"["+r+", "+i+"] -> ["+a+", "+l+"]"))},t}(o.Component),je=function(e){function t(t){var n=e.call(this,"remap")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(Be,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new Ae},t}(f.AbstractNodeFactory),Re=n(72),Ie=function(){function e(){}return e.DistributeGraph=function(e){var t=this._MapElements(e),n=this._MapEdges(e),r=new Re.graphlib.Graph;return r.setGraph({}),r.setDefaultEdgeLabel(function(){return{}}),r.graph().rankdir="LR",t.forEach(function(e){r.setNode(e.id,e.metadata)}),n.forEach(function(e){e.from&&e.to&&r.setEdge(e.from.id,e.to.id)}),Re.layout(r),r.nodes().map(function(e){return r.node(e)})},e._MapElements=function(e){var t=[];for(var n in e.nodes){var r=e.nodes[n],o={width:200|r.width,height:100|r.height};t.push({id:r.id,metadata:p(p({},o),{id:r.id})})}return t},e._MapEdges=function(e){var t=[];for(var n in e.links){var r=e.links[n];t.push({from:r.sourcePort.parent,to:r.targetPort.parent})}return t},e}(),De=function(){function e(e,t){var n=this;this._nodeMaterial=t.nodeMaterial,this._globalState=t,this._onBuildObserver=this._nodeMaterial.onBuildObservable.add(function(e){var t=e.serialize();n._updatePreview(t)}),this._onPreviewCommandActivatedObserver=t.onPreviewCommandActivated.add(function(){n._refreshPreviewMesh()}),this._onLightUpdatedObserver=t.onLightUpdated.add(function(){n._prepareLights()}),this._onUpdateRequiredObserver=t.onUpdateRequiredObservable.add(function(){var e=n._nodeMaterial.serialize();n._updatePreview(e)}),this._onPreviewBackgroundChangedObserver=t.onPreviewBackgroundChanged.add(function(){n._scene.clearColor=n._globalState.backgroundColor}),this._onAnimationCommandActivatedObserver=t.onAnimationCommandActivated.add(function(){n._handleAnimations()}),this._onBackFaceCullingChangedObserver=t.onBackFaceCullingChanged.add(function(){n._material.backFaceCulling=n._globalState.backFaceCulling}),this._onDepthPrePassChangedObserver=t.onDepthPrePassChanged.add(function(){n._material.needDepthPrePass=n._globalState.depthPrePass}),this._engine=new a.Engine(e,!0),this._scene=new a.Scene(this._engine),this._camera=new a.ArcRotateCamera("Camera",0,.8,4,a.Vector3.Zero(),this._scene),this._camera.lowerRadiusLimit=3,this._camera.upperRadiusLimit=10,this._camera.wheelPrecision=20,this._camera.minZ=.1,this._camera.attachControl(e,!1),this._lightParent=new a.TransformNode("LightParent",this._scene),this._refreshPreviewMesh(),this._engine.runRenderLoop(function(){n._engine.resize(),n._scene.render()});var r=void 0;this._scene.onPointerObservable.add(function(e){if(!n._globalState.controlCamera)if(e.type!==a.PointerEventTypes.POINTERUP){if(1===e.event.buttons){void 0===r&&(r=e.event.offsetX);var t=.01*(r-e.event.offsetX);n._lightParent.rotation.y+=t,r=e.event.offsetX}}else r=void 0})}return e.prototype._handleAnimations=function(){if(this._scene.stopAllAnimations(),this._globalState.rotatePreview)for(var e=0,t=this._scene.rootNodes;e<t.length;e++){var n=t[e],r=n;"TransformNode"!==r.getClassName()&&"Mesh"!==r.getClassName()&&"GroundMesh"!==r.getClassName()||(r.rotationQuaternion&&(r.rotation=r.rotationQuaternion.toEulerAngles(),r.rotationQuaternion=null),a.Animation.CreateAndStartAnimation("turnTable",n,"rotation.y",60,1200,r.rotation.y,r.rotation.y+2*Math.PI,1))}},e.prototype._prepareLights=function(){for(var e=0,t=this._scene.lights.slice(0);e<t.length;e++){t[e].dispose()}if(this._globalState.hemisphericLight&&new a.HemisphericLight("Hemispheric light",new a.Vector3(0,1,0),this._scene),this._globalState.directionalLight0){var n=new a.DirectionalLight("Directional light #0",new a.Vector3(.841626576496605,-.2193391004130599,-.49351298337996535),this._scene);n.intensity=.9,n.diffuse=new a.Color3(.9294117647058824,.9725490196078431,.996078431372549),n.specular=new a.Color3(.9294117647058824,.9725490196078431,.996078431372549),n.parent=this._lightParent}if(this._globalState.directionalLight1){var r=new a.DirectionalLight("Directional light #1",new a.Vector3(-.9519937437504213,-.24389315636999764,-.1849974057546125),this._scene);r.intensity=1.2,r.specular=new a.Color3(.9803921568627451,.9529411764705882,.7725490196078432),r.diffuse=new a.Color3(.9803921568627451,.9529411764705882,.7725490196078432),r.parent=this._lightParent}},e.prototype._prepareMeshes=function(){this._prepareLights(),this._camera.useFramingBehavior=!0;var e=this._camera.getBehaviorByName("Framing");if(e.framingTime=0,e.elevationReturnTime=-1,this._scene.meshes.length){var t=this._scene.getWorldExtends();this._camera.lowerRadiusLimit=null,this._camera.upperRadiusLimit=null,e.zoomOnBoundingInfo(t.min,t.max)}this._camera.pinchPrecision=200/this._camera.radius,this._camera.upperRadiusLimit=5*this._camera.radius,this._camera.wheelDeltaPercentage=.01,this._camera.pinchDeltaPercentage=.01,this._handleAnimations();var n=this._nodeMaterial.serialize();this._updatePreview(n)},e.prototype._refreshPreviewMesh=function(){var e=this;if(this._currentType!==this._globalState.previewMeshType||this._currentType===r.Custom){if(this._currentType=this._globalState.previewMeshType,this._meshes&&this._meshes.length)for(var t=0,n=this._meshes;t<n.length;t++){n[t].dispose()}this._meshes=[];for(var o=0,i=this._scene.lights.slice(0);o<i.length;o++){i[o].dispose()}switch(this._engine.releaseEffects(),a.SceneLoader.ShowLoadingScreen=!1,this._globalState.onIsLoadingChanged.notifyObservers(!0),this._globalState.previewMeshType){case r.Box:a.SceneLoader.AppendAsync("https://models.babylonjs.com/","roundedCube.glb",this._scene).then(function(){var t;(t=e._meshes).push.apply(t,e._scene.meshes),e._prepareMeshes()});break;case r.Sphere:this._meshes.push(a.Mesh.CreateSphere("dummy-sphere",32,2,this._scene));break;case r.Torus:this._meshes.push(a.Mesh.CreateTorus("dummy-torus",2,.5,32,this._scene));break;case r.Cylinder:return void a.SceneLoader.AppendAsync("https://models.babylonjs.com/","roundedCylinder.glb",this._scene).then(function(){var t;(t=e._meshes).push.apply(t,e._scene.meshes),e._prepareMeshes()});case r.Plane:this._meshes.push(a.Mesh.CreateGround("dummy-plane",2,2,128,this._scene));break;case r.ShaderBall:return void a.SceneLoader.AppendAsync("https://models.babylonjs.com/","shaderBall.glb",this._scene).then(function(){var t;(t=e._meshes).push.apply(t,e._scene.meshes),e._prepareMeshes()});case r.Custom:return void a.SceneLoader.AppendAsync("file:",this._globalState.previewMeshFile,this._scene).then(function(){var t;(t=e._meshes).push.apply(t,e._scene.meshes),e._prepareMeshes()})}this._prepareMeshes()}},e.prototype._forceCompilationAsync=function(e,t){return e.forceCompilationAsync(t)},e.prototype._updatePreview=function(e){var t=this;try{var n=a.NodeMaterial.Parse(e,this._scene);if(n.backFaceCulling=this._globalState.backFaceCulling,n.needDepthPrePass=this._globalState.depthPrePass,this._meshes.length){var r=this._meshes.map(function(e){return t._forceCompilationAsync(n,e)});Promise.all(r).then(function(){for(var e=0,r=t._meshes;e<r.length;e++){r[e].material=n}t._material&&t._material.dispose(),t._material=n,t._globalState.onIsLoadingChanged.notifyObservers(!1)}).catch(function(e){t._globalState.onLogRequiredObservable.notifyObservers(new Ee("Shader compilation error:\r\n"+e,!0)),t._globalState.onIsLoadingChanged.notifyObservers(!1)})}else this._material=n}catch(e){}},e.prototype.dispose=function(){this._nodeMaterial.onBuildObservable.remove(this._onBuildObserver),this._globalState.onPreviewCommandActivated.remove(this._onPreviewCommandActivatedObserver),this._globalState.onUpdateRequiredObservable.remove(this._onUpdateRequiredObserver),this._globalState.onAnimationCommandActivated.remove(this._onAnimationCommandActivatedObserver),this._globalState.onPreviewBackgroundChanged.remove(this._onPreviewBackgroundChangedObserver),this._globalState.onBackFaceCullingChanged.remove(this._onBackFaceCullingChangedObserver),this._globalState.onDepthPrePassChanged.remove(this._onDepthPrePassChangedObserver),this._globalState.onLightUpdated.remove(this._onLightUpdatedObserver),this._material&&this._material.dispose(),this._camera.dispose();for(var e=0,t=this._meshes;e<t.length;e++){t[e].dispose()}this._scene.dispose(),this._engine.dispose()},e}(),Fe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.changeMeshType=function(e){this.props.globalState.previewMeshType!==e&&(this.props.globalState.previewMeshType=e,this.props.globalState.onPreviewCommandActivated.notifyObservers(),l.StoreNumber("PreviewMeshType",e),this.forceUpdate())},t.prototype.useCustomMesh=function(e){var t=e.target.files;if(t&&t.length){var n=t[0];this.props.globalState.previewMeshFile=n,this.props.globalState.previewMeshType=r.Custom,this.props.globalState.onPreviewCommandActivated.notifyObservers(),this.forceUpdate()}document.getElementById("file-picker").value=""},t.prototype.render=function(){var e=this;return o.createElement("div",{id:"preview-mesh-bar"},o.createElement("div",{title:"Preview with a cube",onClick:function(){return e.changeMeshType(r.Box)},className:"button"+(this.props.globalState.previewMeshType===r.Box?" selected":"")},o.createElement(x.a,{icon:N})),o.createElement("div",{title:"Preview with a sphere",onClick:function(){return e.changeMeshType(r.Sphere)},className:"button"+(this.props.globalState.previewMeshType===r.Sphere?" selected":"")},o.createElement(x.a,{icon:E})),o.createElement("div",{title:"Preview with a torus",onClick:function(){return e.changeMeshType(r.Torus)},className:"button"+(this.props.globalState.previewMeshType===r.Torus?" selected":"")},o.createElement(x.a,{icon:j})),o.createElement("div",{title:"Preview with a cylinder",onClick:function(){return e.changeMeshType(r.Cylinder)},className:"button"+(this.props.globalState.previewMeshType===r.Cylinder?" selected":"")},o.createElement(x.a,{icon:M})),o.createElement("div",{title:"Preview with a plane",onClick:function(){return e.changeMeshType(r.Plane)},className:"button"+(this.props.globalState.previewMeshType===r.Plane?" selected":"")},o.createElement(x.a,{icon:R})),o.createElement("div",{title:"Preview with a shader ball",onClick:function(){return e.changeMeshType(r.ShaderBall)},className:"button"+(this.props.globalState.previewMeshType===r.ShaderBall?" selected":"")},o.createElement(x.a,{icon:P})),o.createElement("div",{className:"button align",title:"Preview with a custom mesh"},o.createElement("label",{htmlFor:"file-picker",id:"file-picker-label"},o.createElement(x.a,{icon:B})),o.createElement("input",{ref:"file-picker",id:"file-picker",type:"file",onChange:function(t){return e.useCustomMesh(t)},accept:".gltf, .glb, .babylon, .obj"})))},t}(o.Component),ze=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.render=function(){var e=this,t=this.props.trigonometryNode.trigonometryBlock,n=[{label:"Cos",value:a.TrigonometryBlockOperations.Cos},{label:"Sin",value:a.TrigonometryBlockOperations.Sin},{label:"Abs",value:a.TrigonometryBlockOperations.Abs},{label:"Exp",value:a.TrigonometryBlockOperations.Exp},{label:"Exp2",value:a.TrigonometryBlockOperations.Exp2},{label:"Round",value:a.TrigonometryBlockOperations.Round},{label:"Ceiling",value:a.TrigonometryBlockOperations.Ceiling},{label:"Floor",value:a.TrigonometryBlockOperations.Floor},{label:"ArcCos",value:a.TrigonometryBlockOperations.ArcCos},{label:"ArcSin",value:a.TrigonometryBlockOperations.ArcSin},{label:"ArcTan",value:a.TrigonometryBlockOperations.ArcTan},{label:"Tan",value:a.TrigonometryBlockOperations.Tan},{label:"Log",value:a.TrigonometryBlockOperations.Log},{label:"Fract",value:a.TrigonometryBlockOperations.Fract},{label:"Sign",value:a.TrigonometryBlockOperations.Sign},{label:"Radians to degrees",value:a.TrigonometryBlockOperations.Degrees},{label:"Degrees to radians",value:a.TrigonometryBlockOperations.Radians}];return n.sort(function(e,t){return e.label.localeCompare(t.label)}),o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(w,{label:"Type",value:t.getClassName()})),o.createElement(z,{title:"PROPERTIES"},o.createElement(oe,{label:"Operation",options:n,target:t,propertyName:"operation",onSelect:function(t){e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}})))},t}(o.Component),Ue=function(e){function t(){return e.call(this,"trigonometry")||this}return c(t,e),Object.defineProperty(t.prototype,"trigonometryBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(ze,{globalState:e,trigonometryNode:this})},t}(b),We=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.render=function(){var e=g.GenerateOutputPorts(this.props.node,!1),t=g.GenerateInputPorts(this.props.node),n=this.props.node.trigonometryBlock;return o.createElement("div",{className:"diagramBlock trigonometry"},o.createElement("div",{className:"header"},n.name),o.createElement("div",{className:"inputs"},t),o.createElement("div",{className:"outputs"},e),o.createElement("div",{className:"value"},o.createElement("div",{className:"value-text"},a.TrigonometryBlockOperations[n.operation])))},t}(o.Component),Ve=function(e){function t(t){var n=e.call(this,"trigonometry")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(We,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new Ue},t}(f.AbstractNodeFactory),Ge=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.renderValue=function(e){return e?o.createElement("div",{className:"value-text"},e):null},t.prototype.render=function(){var e=g.GenerateInputPorts(this.props.node,void 0,!0),t=g.GenerateOutputPorts(this.props.node,!0),n=this.props.node.block;return o.createElement("div",{className:"diagramBlock remap"},o.createElement("div",{className:"header"},n.name),o.createElement("div",{className:"inputs"},e),o.createElement("div",{className:"outputs"},t),o.createElement("div",{className:"value"},"["+n.minimum+", "+n.maximum+"]"))},t}(o.Component),Ye=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.forceRebuild=function(){this.props.globalState.onUpdateRequiredObservable.notifyObservers(),this.props.globalState.onRebuildRequiredObservable.notifyObservers()},t.prototype.render=function(){var e=this,t=this.props.remapNode.clampBlock;return o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(w,{label:"Type",value:t.getClassName()})),o.createElement(z,{title:"PROPERTIES"},o.createElement(ne,{label:"Minimum",propertyName:"minimum",target:t,onChange:function(){return e.forceRebuild()}}),o.createElement(ne,{label:"Maximum",propertyName:"maximum",target:t,onChange:function(){return e.forceRebuild()}})))},t}(o.Component),qe=function(e){function t(){return e.call(this,"clamp")||this}return c(t,e),Object.defineProperty(t.prototype,"clampBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(Ye,{globalState:e,remapNode:this})},t}(b),Xe=function(e){function t(t){var n=e.call(this,"clamp")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(Ge,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new qe},t}(f.AbstractNodeFactory),He=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.render=function(){var e=g.GenerateOutputPorts(this.props.node,!1),t=g.GenerateInputPorts(this.props.node);return o.createElement("div",{className:"diagramBlock"},o.createElement("div",{className:"header"},this.props.node.block.name+" ("+(this.props.node.light?this.props.node.light.name:"No light")+")"),o.createElement("div",{className:"inputs"},t),o.createElement("div",{className:"outputs"},e))},t}(o.Component),Ze=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){var e=this,t=this.props.globalState.nodeMaterial.getScene(),n=t.lights.map(function(e){return{label:e.name,value:e.name}});return o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(w,{label:"Type",value:"LightInformationBlock"}),o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:this.props.node.block,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(z,{title:"PROPERTIES"},o.createElement(oe,{label:"Light",noDirectUpdate:!0,valuesAreStrings:!0,options:n,target:this.props.node.light,propertyName:"name",onSelect:function(n){e.props.node.light=t.getLightByName(n),e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}})))},t}(o.Component),$e=function(e){function t(){return e.call(this,"light-information")||this}return c(t,e),Object.defineProperty(t.prototype,"light",{get:function(){return this._block.light},set:function(e){this._block.light=e},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(Ze,{globalState:e,node:this})},t.prototype.prepare=function(t,n,r,o){this._block=t.nodeMaterialBlock,e.prototype.prepare.call(this,t,n,r,o)},t}(b),Qe=function(e){function t(t){var n=e.call(this,"light-information")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(He,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new $e},t}(f.AbstractNodeFactory),Ke=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isLoading:!0},n.props.globalState.onIsLoadingChanged.add(function(e){return n.setState({isLoading:e})}),n}return c(t,e),t.prototype.changeAnimation=function(){this.props.globalState.rotatePreview=!this.props.globalState.rotatePreview,this.props.globalState.onAnimationCommandActivated.notifyObservers(),this.forceUpdate()},t.prototype.changeBackground=function(e){var t=a.Color3.FromHexString(e);l.StoreNumber("BackgroundColorR",t.r),l.StoreNumber("BackgroundColorG",t.g),l.StoreNumber("BackgroundColorB",t.b),this.props.globalState.backgroundColor=a.Color4.FromColor3(t,1),this.props.globalState.onPreviewBackgroundChanged.notifyObservers()},t.prototype.changeBackFaceCulling=function(e){this.props.globalState.backFaceCulling=e,l.StoreBoolean("BackFaceCulling",e),this.props.globalState.onBackFaceCullingChanged.notifyObservers(),this.forceUpdate()},t.prototype.changeDepthPrePass=function(e){this.props.globalState.depthPrePass=e,l.StoreBoolean("DepthPrePass",e),this.props.globalState.onDepthPrePassChanged.notifyObservers(),this.forceUpdate()},t.prototype.render=function(){var e=this;return o.createElement(o.Fragment,null,o.createElement("div",{id:"preview",style:{height:this.props.width+"px"}},o.createElement("canvas",{id:"preview-canvas"}),o.createElement("div",{className:"waitPanel"+(this.state.isLoading?"":" hidden")},"Please wait, loading...")),o.createElement("div",{id:"preview-config-bar"},o.createElement("div",{title:"Turn-table animation",onClick:function(){return e.changeAnimation()},className:"button"},o.createElement(x.a,{icon:this.props.globalState.rotatePreview?I:A})),o.createElement("div",{title:"Background color",className:"button align"},o.createElement("label",{htmlFor:"color-picker",id:"color-picker-label"},o.createElement(x.a,{icon:L})),o.createElement("input",{ref:"color-picker",id:"color-picker",type:"color",onChange:function(t){return e.changeBackground(t.target.value)}})),o.createElement("div",{title:"Render without back face culling",onClick:function(){return e.changeBackFaceCulling(!e.props.globalState.backFaceCulling)},className:"button"+(this.props.globalState.backFaceCulling?"":" selected")},o.createElement(x.a,{icon:_})),o.createElement("div",{title:"Render with depth pre-pass",onClick:function(){return e.changeDepthPrePass(!e.props.globalState.depthPrePass)},className:"button"+(this.props.globalState.depthPrePass?" selected":"")},o.createElement(x.a,{icon:C})),o.createElement("div",{title:"Turn on/off hemispheric light",onClick:function(){e.props.globalState.hemisphericLight=!e.props.globalState.hemisphericLight,l.StoreBoolean("HemisphericLight",e.props.globalState.hemisphericLight),e.props.globalState.onLightUpdated.notifyObservers(),e.forceUpdate()},className:"button"+(this.props.globalState.hemisphericLight?" selected":"")},o.createElement(x.a,{icon:D})),o.createElement("div",{title:"Turn on/off direction light #0",onClick:function(){e.props.globalState.directionalLight0=!e.props.globalState.directionalLight0,l.StoreBoolean("DirectionalLight0",e.props.globalState.directionalLight0),e.props.globalState.onLightUpdated.notifyObservers(),e.forceUpdate()},className:"button"+(this.props.globalState.directionalLight0?" selected":"")},o.createElement(x.a,{icon:T})),o.createElement("div",{title:"Turn on/off direction light #1",onClick:function(){e.props.globalState.directionalLight1=!e.props.globalState.directionalLight1,l.StoreBoolean("DirectionalLight1",e.props.globalState.directionalLight1),e.props.globalState.onLightUpdated.notifyObservers(),e.forceUpdate()},className:"button"+(this.props.globalState.directionalLight1?" selected":"")},o.createElement(x.a,{icon:T}))))},t}(o.Component),Je=function(e){function t(t){var n=e.call(this,t)||this;return n.state={gradient:t.step.step},n}return c(t,e),t.prototype.updateColor=function(e){this.props.step.color=a.Color3.FromHexString(e),this.props.onUpdateStep(),this.forceUpdate()},t.prototype.updateStep=function(e){this.props.step.step=e,this.setState({gradient:e}),this.props.onUpdateStep()},t.prototype.render=function(){var e=this,t=this.props.step;return o.createElement("div",{className:"gradient-step"},o.createElement("div",{className:"step"},"#"+this.props.lineIndex),o.createElement("input",{type:"color",value:t.color.toHexString(),onChange:function(t){return e.updateColor(t.target.value)}}),o.createElement("div",{className:"step-value"},t.step.toFixed(2)),o.createElement("div",{className:"step-slider"},o.createElement("input",{className:"range",type:"range",step:.01,min:0,max:1,value:t.step,onChange:function(t){return e.updateStep(parseFloat(t.target.value))}})),o.createElement("div",{className:"gradient-delete",onClick:function(){return e.props.onDelete()}},o.createElement(x.a,{icon:F})))},t}(o.Component),et=function(e){function t(t){return e.call(this,t)||this}return c(t,e),t.prototype.forceRebuild=function(){this.props.globalState.onUpdateRequiredObservable.notifyObservers(),this.props.globalState.onRebuildRequiredObservable.notifyObservers()},t.prototype.deleteStep=function(e){var t=this.props.gradientNode.gradientBlock,n=t.colorSteps.indexOf(e);n>-1&&(t.colorSteps.splice(n,1),this.forceRebuild(),this.forceUpdate())},t.prototype.addNewStep=function(){var e=this.props.gradientNode.gradientBlock,t=new a.GradientBlockColorStep(1,a.Color3.White());e.colorSteps.push(t),this.forceRebuild(),this.forceUpdate()},t.prototype.render=function(){var e=this,t=this.props.gradientNode.gradientBlock;return o.createElement("div",null,o.createElement(z,{title:"GENERAL"},o.createElement(U,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(w,{label:"Type",value:t.getClassName()})),o.createElement(z,{title:"STEPS"},o.createElement(X,{label:"Add new step",onClick:function(){return e.addNewStep()}}),t.colorSteps.map(function(t,n){return o.createElement(Je,{globalState:e.props.globalState,onUpdateStep:function(){return e.forceRebuild()},key:t.step,lineIndex:n,step:t,onDelete:function(){return e.deleteStep(t)}})})))},t}(o.Component),tt=function(e){function t(){return e.call(this,"gradient")||this}return c(t,e),Object.defineProperty(t.prototype,"gradientBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(et,{globalState:e,gradientNode:this})},t}(b),nt=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.renderValue=function(e){return e?o.createElement("div",{className:"value-text"},e):null},t.prototype.render=function(){var e=g.GenerateInputPorts(this.props.node,void 0,!0),t=g.GenerateOutputPorts(this.props.node,!0),n=this.props.node.block,r=n.colorSteps.map(function(e){return"rgb("+255*e.color.r+", "+255*e.color.g+", "+255*e.color.b+") "+100*e.step+"%"}),i={background:r.length?"linear-gradient(90deg, "+r.join(", ")+")":"black"};return o.createElement("div",{className:"diagramBlock gradient",style:i},o.createElement("div",{className:"header"},n.name),o.createElement("div",{className:"inputs"},e),o.createElement("div",{className:"outputs"},t),o.createElement("div",{className:"value"}))},t}(o.Component),rt=function(e){function t(t){var n=e.call(this,"gradient")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(nt,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new tt},t}(f.AbstractNodeFactory),ot=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.props.node&&n.props.node.addListener({selectionChanged:function(){var e=n.props.node.selected;n.props.globalState.onSelectionChangedObservable.notifyObservers(e?n.props.node:null)}}),n}return c(t,e),t.prototype.render=function(){var e=g.GenerateOutputPorts(this.props.node,!1),t=g.GenerateInputPorts(this.props.node);return o.createElement("div",{className:"diagramBlock texture-block"},o.createElement("div",{className:"header"},this.props.node.block.name),o.createElement("div",{className:"inputs"},t),o.createElement("div",{className:"outputs"},e),this.props.node&&this.props.node.texture&&o.createElement(J,{ref:"textureView",width:140,height:140,texture:this.props.node.texture,hideChannelSelect:!0}))},t}(o.Component),it=function(e){function t(t){var n=e.call(this,"reflectiontexture")||this;return n._globalState=t,n}return c(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(ot,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new re},t}(f.AbstractNodeFactory);n(316),n(318),n(320);var at=function(e){function t(t){var n=e.call(this,t)||this;return n.NodeWidth=100,n._leftWidth=l.ReadNumber("LeftWidth",200),n._rightWidth=l.ReadNumber("RightWidth",300),n._nodes=new Array,n._blocks=new Array,n._copiedNodes=[],n._mouseLocationX=0,n._mouseLocationY=0,n._toAdd=[],n._engine=new f.DiagramEngine,n._engine.installDefaultFactories(),n._engine.registerNodeFactory(new G(n.props.globalState)),n._engine.registerNodeFactory(new le(n.props.globalState)),n._engine.registerNodeFactory(new Me(n.props.globalState)),n._engine.registerNodeFactory(new ke(n.props.globalState)),n._engine.registerNodeFactory(new je(n.props.globalState)),n._engine.registerNodeFactory(new Ve(n.props.globalState)),n._engine.registerNodeFactory(new Xe(n.props.globalState)),n._engine.registerNodeFactory(new Qe(n.props.globalState)),n._engine.registerNodeFactory(new rt(n.props.globalState)),n._engine.registerNodeFactory(new it(n.props.globalState)),n._engine.registerLinkFactory(new Oe),n.props.globalState.onRebuildRequiredObservable.add(function(){n.props.globalState.nodeMaterial&&n.buildMaterial()}),n.props.globalState.onResetRequiredObservable.add(function(e){n.build(!1,e),n.props.globalState.nodeMaterial&&n.buildMaterial()}),n.props.globalState.onUpdateRequiredObservable.add(function(){n._engine.repaintCanvas()}),n.props.globalState.onZoomToFitRequiredObservable.add(function(){n.zoomToFit()}),n.props.globalState.onReOrganizedRequiredObservable.add(function(){n.reOrganize()}),n.props.globalState.onGetNodeFromBlock=function(e){return n._nodes.filter(function(t){return t.block===e})[0]},n.props.globalState.hostDocument.addEventListener("keydown",function(e){if(e.ctrlKey)if("c"===e.key){var t=n._engine.diagramModel.getSelectedItems();if(!t.length)return;if(!t[0].block)return;n._copiedNodes=t.map(function(e){return e})}else if("v"===e.key){if(!n._copiedNodes.length)return;for(var r=n.props.globalState.hostDocument.querySelector(".diagram-container"),o=n._engine.diagramModel.getZoomLevel()/100,i=(n._mouseLocationX-r.offsetLeft-n._engine.diagramModel.getOffsetX()-n.NodeWidth)/o,a=(n._mouseLocationY-r.offsetTop-n._engine.diagramModel.getOffsetY()-20)/o,l=null,s=0,u=n._copiedNodes;s<u.length;s++){var c=u[s],p=c.block;if(p){var f=p.clone(n.props.globalState.nodeMaterial.getScene());if(!f)return;var d=n.createNodeFromObject({nodeMaterialBlock:f}),h=0,g=0;l?(h=i+c.x-l.x,g=a+c.y-l.y):(l=c,h=i,g=a),d.setPosition(h,g)}}n._engine.repaintCanvas()}},!1),n.build(!0),n}return c(t,e),t.prototype.createNodeFromObject=function(e){return-1!==this._blocks.indexOf(e.nodeMaterialBlock)?this._nodes.filter(function(t){return t.block===e.nodeMaterialBlock})[0]:(this._blocks.push(e.nodeMaterialBlock),-1===this.props.globalState.nodeMaterial.attachedBlocks.indexOf(e.nodeMaterialBlock)&&this.props.globalState.nodeMaterial.attachedBlocks.push(e.nodeMaterialBlock),t=e.nodeMaterialBlock instanceof a.TextureBlock?new ae:e.nodeMaterialBlock instanceof a.ReflectionTextureBlock?new re:e.nodeMaterialBlock instanceof a.LightBlock?new Ne:e.nodeMaterialBlock instanceof a.InputBlock?new xe:e.nodeMaterialBlock instanceof a.TrigonometryBlock?new Ue:e.nodeMaterialBlock instanceof a.RemapBlock?new Ae:e.nodeMaterialBlock instanceof a.ClampBlock?new qe:e.nodeMaterialBlock instanceof a.LightInformationBlock?new $e:e.nodeMaterialBlock instanceof a.GradientBlock?new tt:new V,e.nodeMaterialBlock.isFinalMerger&&this.props.globalState.nodeMaterial.addOutputNode(e.nodeMaterialBlock),this._nodes.push(t),this._model.addAll(t),e.nodeMaterialBlock&&t.prepare(e,this._nodes,this._model,this),t);var t},t.prototype.addValueNode=function(e){var t=h.GetConnectionNodeTypeFromString(e),n=new a.InputBlock(e,void 0,t);return this.createNodeFromObject({type:e,nodeMaterialBlock:n})},t.prototype.onWidgetKeyUp=function(e){var t=this.refs.test;t&&!this.props.globalState.blockKeyboardEvents&&t.onKeyUp(e)},t.prototype.componentDidMount=function(){this.props.globalState.hostDocument&&(this.refs.test.setState({document:this.props.globalState.hostDocument}),this._onWidgetKeyUpPointer=this.onWidgetKeyUp.bind(this),this.props.globalState.hostDocument.addEventListener("keyup",this._onWidgetKeyUpPointer,!1),this._previewManager=new De(this.props.globalState.hostDocument.getElementById("preview-canvas"),this.props.globalState));-1!==navigator.userAgent.indexOf("Mobile")&&((this.props.globalState.hostDocument||document).querySelector(".blocker").style.visibility="visible")},t.prototype.componentWillUnmount=function(){this.props.globalState.hostDocument&&this.props.globalState.hostDocument.removeEventListener("keyup",this._onWidgetKeyUpPointer,!1),this._previewManager&&this._previewManager.dispose()},t.prototype.zoomToFit=function(e){var t=this;void 0===e&&(e=0);var n=this._engine.canvas.clientWidth/this._engine.canvas.scrollWidth,r=this._engine.canvas.clientHeight/this._engine.canvas.scrollHeight,o=n<r?n:r;1!==o&&(this._engine.diagramModel.setZoomLevel(this._engine.diagramModel.getZoomLevel()*o),this._engine.diagramModel.setOffset(0,0),this._engine.repaintCanvas(),++e<4&&setTimeout(function(){return t.zoomToFit(e)},1))},t.prototype.buildMaterial=function(){if(this.props.globalState.nodeMaterial)try{this.props.globalState.nodeMaterial.build(!0),this.props.globalState.onLogRequiredObservable.notifyObservers(new Ee("Node material build successful",!1))}catch(e){this.props.globalState.onLogRequiredObservable.notifyObservers(new Ee(e,!0))}},t.prototype.applyFragmentOutputConstraints=function(e){var t=e.parent;for(var n in t.getPorts()){var r=t.getPorts()[n];if(("rgba"!==e.name||"a"!==n&&"rgb"!==n)&&("a"!==e.name&&"rgb"!==e.name||"rgba"!==n));else for(var o in r.links){r.links[o].remove()}}},t.prototype.build=function(e,t){var n=this;if(void 0===e&&(e=!1),void 0===t&&(t=null),this._model=new f.DiagramModel,this._nodes=[],this._blocks=[],this._model.addListener({nodesUpdated:function(e){if(!e.isCreated){var t=e.node.block;if(t){var r=n.props.globalState.nodeMaterial.attachedBlocks.indexOf(t);r>-1&&n.props.globalState.nodeMaterial.attachedBlocks.splice(r,1),t.isFinalMerger&&n.props.globalState.nodeMaterial.removeOutputNode(t);var o=n._blocks.indexOf(t);o>-1&&n._blocks.splice(o,1)}n.props.globalState.onSelectionChangedObservable.notifyObservers(null)}},linksUpdated:function(e){if(e.isCreated)e.link.addListener({sourcePortChanged:function(){},targetPortChanged:function(t){var r=y.SortInputOutput(e.link.sourcePort,e.link.targetPort);if(r){if(r.output.connection&&r.input.connection){var o="FragmentOutputBlock"===r.input.connection.ownerBlock.getClassName();for(var i in r.input.links){var a=r.input.links[i],l=a.getSourcePort().connection,s=a.getTargetPort().connection;l!==r.output.connection&&s!==r.output.connection&&a.remove()}r.output.connection.canConnectTo(r.input.connection)?(o&&n.applyFragmentOutputConstraints(r.input),r.output.connection.connectTo(r.input.connection)):(t.entity.remove(),n.props.globalState.onErrorMessageDialogRequiredObservable.notifyObservers("Cannot connect two different connection types")),n.forceUpdate()}n.props.globalState.nodeMaterial&&n.buildMaterial()}}});else{n.props.globalState.onSelectionChangedObservable.notifyObservers(null);var t=e.link.sourcePort,r=y.SortInputOutput(t,e.link.targetPort);if(r)r.input.connection&&r.output.connection&&r.input.connection.connectedPoint&&(r.output.connection.disconnectFrom(r.input.connection),r.input.syncWithNodeMaterialConnectionPoint(r.input.connection),r.output.syncWithNodeMaterialConnectionPoint(r.output.connection),n.props.globalState.onRebuildRequiredObservable.notifyObservers());else if(!e.link.targetPort&&e.link.sourcePort&&"input"===e.link.sourcePort.position&&!e.link.sourcePort.connection.isConnected){var o=e.link.sourcePort;if(o.connection.type==a.NodeMaterialBlockConnectionPointTypes.AutoDetect)return;var i=n.addValueNode(h.GetStringFromConnectionNodeType(o.connection.type)),l=i.ports.output.link(o);i.x=e.link.points[1].x-n.NodeWidth,i.y=e.link.points[1].y,setTimeout(function(){n._model.addLink(l),o.syncWithNodeMaterialConnectionPoint(o.connection),i.ports.output.syncWithNodeMaterialConnectionPoint(i.ports.output.connection),"FragmentOutputBlock"===o.parent.block.getClassName()&&n.applyFragmentOutputConstraints(o),n.forceUpdate()},1),i.ports.output.connection.connectTo(o.connection),n.props.globalState.onRebuildRequiredObservable.notifyObservers()}n.forceUpdate()}}}),this.props.globalState.nodeMaterial){var r=this.props.globalState.nodeMaterial;r._vertexOutputNodes.forEach(function(e){n.createNodeFromObject({nodeMaterialBlock:e})}),r._fragmentOutputNodes.forEach(function(e){n.createNodeFromObject({nodeMaterialBlock:e})}),r.attachedBlocks.forEach(function(e){n.createNodeFromObject({nodeMaterialBlock:e})})}setTimeout(function(){var e;n._toAdd&&(e=n._model).addAll.apply(e,n._toAdd),n._toAdd=null,n._engine.setDiagramModel(n._model),n.forceUpdate(),n.reOrganize(t)},e?500:1)},t.prototype.reOrganize=function(e){var t=this;if(void 0===e&&(e=null),e)for(var n=0,r=e;n<r.length;n++)for(var o=r[n],i=0,a=this._nodes;i<a.length;i++){var l=a[i];if(l.block&&l.block.uniqueId===o.blockId){l.setPosition(o.x,o.y);break}}else Ie.DistributeGraph(this._model).forEach(function(e){for(var n in t._model.nodes){var r=t._model.nodes[n];if(r.id===e.id)return void r.setPosition(e.x-e.width/2,e.y-e.height/2)}});this._engine.repaintCanvas()},t.prototype.onPointerDown=function(e){this._startX=e.clientX,this._moveInProgress=!0,e.currentTarget.setPointerCapture(e.pointerId)},t.prototype.onPointerUp=function(e){this._moveInProgress=!1,e.currentTarget.releasePointerCapture(e.pointerId)},t.prototype.resizeColumns=function(e,t){if(void 0===t&&(t=!0),this._moveInProgress){var n=e.clientX-this._startX,r=e.currentTarget.ownerDocument.getElementById("node-editor-graph-root");t?(this._leftWidth+=n,this._leftWidth=Math.max(150,Math.min(400,this._leftWidth)),l.StoreNumber("LeftWidth",this._leftWidth)):(this._rightWidth-=n,this._rightWidth=Math.max(250,Math.min(500,this._rightWidth)),l.StoreNumber("RightWidth",this._rightWidth),r.ownerDocument.getElementById("preview").style.height=this._rightWidth+"px"),r.style.gridTemplateColumns=this.buildColumnLayout(),this._startX=e.clientX}},t.prototype.buildColumnLayout=function(){return this._leftWidth+"px 4px calc(100% - "+(this._leftWidth+8+this._rightWidth)+"px) 4px "+this._rightWidth+"px"},t.prototype.emitNewBlock=function(e){var t=this,n=e.dataTransfer.getData("babylonjs-material-node"),r=null;-1===n.indexOf("Block")?r=this.addValueNode(n):(l=h.GetBlockFromString(n,this.props.globalState.nodeMaterial.getScene(),this.props.globalState.nodeMaterial))&&(this._toAdd=[],l.autoConfigure(this.props.globalState.nodeMaterial),r=this.createNodeFromObject({nodeMaterialBlock:l}));if(r){var o=this._engine.diagramModel.getZoomLevel()/100,i=(e.clientX-e.currentTarget.offsetLeft-this._engine.diagramModel.getOffsetX()-this.NodeWidth)/o,a=(e.clientY-e.currentTarget.offsetTop-this._engine.diagramModel.getOffsetY()-20)/o;r.setPosition(i,a);var l=r.block;i-=this.NodeWidth+150,l._inputs.forEach(function(e){if(e.connectedPoint){var n=t._nodes.filter(function(t){return t.block===e._connectedPoint._ownerBlock})[0];0===n.x&&0===n.y&&(n.setPosition(i,a),a+=80)}}),this._engine.repaintCanvas(),setTimeout(function(){var e;(e=t._model).addAll.apply(e,t._toAdd),t._toAdd=null,t._model.clearSelection(),r.setSelected(!0),t._engine.repaintCanvas()},150)}this.forceUpdate()},t.prototype.render=function(){var e=this;return o.createElement(K,{globalState:this.props.globalState},o.createElement("div",{id:"node-editor-graph-root",style:{gridTemplateColumns:this.buildColumnLayout()},onMouseMove:function(t){e._mouseLocationX=t.pageX,e._mouseLocationY=t.pageY},onMouseDown:function(t){"INPUT"!==t.target.nodeName&&(e.props.globalState.blockKeyboardEvents=!1)}},o.createElement(q,{globalState:this.props.globalState}),o.createElement("div",{id:"leftGrab",onPointerDown:function(t){return e.onPointerDown(t)},onPointerUp:function(t){return e.onPointerUp(t)},onPointerMove:function(t){return e.resizeColumns(t)}}),o.createElement("div",{className:"diagram-container",onDrop:function(t){e.emitNewBlock(t)},onDragOver:function(e){e.preventDefault()}},o.createElement(f.DiagramWidget,{className:"diagram",deleteKeys:[46],ref:"test",allowLooseLinks:!1,inverseZoom:!0,diagramEngine:this._engine,maxNumberPointsPerLink:0})),o.createElement("div",{id:"rightGrab",onPointerDown:function(t){return e.onPointerDown(t)},onPointerUp:function(t){return e.onPointerUp(t)},onPointerMove:function(t){return e.resizeColumns(t,!1)}}),o.createElement("div",{className:"right-panel"},o.createElement(Q,{globalState:this.props.globalState}),o.createElement(Fe,{globalState:this.props.globalState}),o.createElement(Ke,{globalState:this.props.globalState,width:this._rightWidth})),o.createElement(Ce,{globalState:this.props.globalState})),o.createElement(Te,{globalState:this.props.globalState}),o.createElement("div",{className:"blocker"},"Node Material Editor runs only on desktop"))},t}(o.Component),lt=function(){function e(){}return e.CreatePopup=function(e,t,n,r){var o=this;void 0===n&&(n=300),void 0===r&&(r=800);var i={width:n,height:r,top:(window.innerHeight-n)/2+window.screenY,left:(window.innerWidth-r)/2+window.screenX},a=Object.keys(i).map(function(e){return e+"="+i[e]}).join(","),l=window.open("",e,a);if(!l)return null;var s=l.document,u=s.createElement("link");u.rel="stylesheet",u.href="https://use.typekit.net/cta4xsb.css",s.head.appendChild(u),s.title=e,s.body.style.width="100%",s.body.style.height="100%",s.body.style.margin="0",s.body.style.padding="0";var c=s.createElement("div");return c.style.width="100%",c.style.height="100%",c.style.margin="0",c.style.padding="0",l.document.body.appendChild(c),this._CopyStyles(window.document,s),setTimeout(function(){o._CopyStyles(window.document,s)},0),this[t]=l,c},e._CopyStyles=function(e,t){for(var n=0;n<e.styleSheets.length;n++){var r=e.styleSheets[n];try{if(r.cssRules){for(var o=e.createElement("style"),i=0,a=r.cssRules;i<a.length;i++){var l=a[i];o.appendChild(e.createTextNode(l.cssText))}t.head.appendChild(o)}else if(r.href){var s=e.createElement("link");s.rel="stylesheet",s.href=r.href,t.head.appendChild(s)}}catch(e){console.log(e)}}},e}(),st=function(){function e(){}return e.Show=function(e){this._CurrentState&&((a=lt["node-editor"])&&a.close());var t=e.hostElement;t||(t=lt.CreatePopup("BABYLON.JS NODE EDITOR","node-editor",1e3,800));var n=new s;n.nodeMaterial=e.nodeMaterial,n.hostElement=t,n.hostDocument=t.ownerDocument,n.customSave=e.customSave;var r=o.createElement(at,{globalState:n});i.render(r,t),e.customLoadObservable&&e.customLoadObservable.add(function(e){$.Deserialize(e,n)}),this._CurrentState=n;var a=lt["node-editor"];n.nodeMaterial&&a&&(n.nodeMaterial.getScene().onDisposeObservable.addOnce(function(){a&&a.close()}),window.onbeforeunload=function(){var e=lt["node-editor"];e&&e.close()})},e}();n.d(t,"a",function(){return st})},function(e,t,n){"use strict";var r=n(8);e.exports=l;var o="\0",i="\0",a="";function l(e){this._isDirected=!r.has(e,"directed")||e.directed,this._isMultigraph=!!r.has(e,"multigraph")&&e.multigraph,this._isCompound=!!r.has(e,"compound")&&e.compound,this._label=void 0,this._defaultNodeLabelFn=r.constant(void 0),this._defaultEdgeLabelFn=r.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[i]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}function s(e,t){e[t]?e[t]++:e[t]=1}function u(e,t){--e[t]||delete e[t]}function c(e,t,n,i){var l=""+t,s=""+n;if(!e&&l>s){var u=l;l=s,s=u}return l+a+s+a+(r.isUndefined(i)?o:i)}function p(e,t){return c(e,t.v,t.w,t.name)}l.prototype._nodeCount=0,l.prototype._edgeCount=0,l.prototype.isDirected=function(){return this._isDirected},l.prototype.isMultigraph=function(){return this._isMultigraph},l.prototype.isCompound=function(){return this._isCompound},l.prototype.setGraph=function(e){return this._label=e,this},l.prototype.graph=function(){return this._label},l.prototype.setDefaultNodeLabel=function(e){return r.isFunction(e)||(e=r.constant(e)),this._defaultNodeLabelFn=e,this},l.prototype.nodeCount=function(){return this._nodeCount},l.prototype.nodes=function(){return r.keys(this._nodes)},l.prototype.sources=function(){var e=this;return r.filter(this.nodes(),function(t){return r.isEmpty(e._in[t])})},l.prototype.sinks=function(){var e=this;return r.filter(this.nodes(),function(t){return r.isEmpty(e._out[t])})},l.prototype.setNodes=function(e,t){var n=arguments,o=this;return r.each(e,function(e){n.length>1?o.setNode(e,t):o.setNode(e)}),this},l.prototype.setNode=function(e,t){return r.has(this._nodes,e)?(arguments.length>1&&(this._nodes[e]=t),this):(this._nodes[e]=arguments.length>1?t:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]=i,this._children[e]={},this._children[i][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount,this)},l.prototype.node=function(e){return this._nodes[e]},l.prototype.hasNode=function(e){return r.has(this._nodes,e)},l.prototype.removeNode=function(e){var t=this;if(r.has(this._nodes,e)){var n=function(e){t.removeEdge(t._edgeObjs[e])};delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],r.each(this.children(e),function(e){t.setParent(e)}),delete this._children[e]),r.each(r.keys(this._in[e]),n),delete this._in[e],delete this._preds[e],r.each(r.keys(this._out[e]),n),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this},l.prototype.setParent=function(e,t){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(r.isUndefined(t))t=i;else{for(var n=t+="";!r.isUndefined(n);n=this.parent(n))if(n===e)throw new Error("Setting "+t+" as parent of "+e+" would create a cycle");this.setNode(t)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=t,this._children[t][e]=!0,this},l.prototype._removeFromParentsChildList=function(e){delete this._children[this._parent[e]][e]},l.prototype.parent=function(e){if(this._isCompound){var t=this._parent[e];if(t!==i)return t}},l.prototype.children=function(e){if(r.isUndefined(e)&&(e=i),this._isCompound){var t=this._children[e];if(t)return r.keys(t)}else{if(e===i)return this.nodes();if(this.hasNode(e))return[]}},l.prototype.predecessors=function(e){var t=this._preds[e];if(t)return r.keys(t)},l.prototype.successors=function(e){var t=this._sucs[e];if(t)return r.keys(t)},l.prototype.neighbors=function(e){var t=this.predecessors(e);if(t)return r.union(t,this.successors(e))},l.prototype.isLeaf=function(e){return 0===(this.isDirected()?this.successors(e):this.neighbors(e)).length},l.prototype.filterNodes=function(e){var t=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});t.setGraph(this.graph());var n=this;r.each(this._nodes,function(n,r){e(r)&&t.setNode(r,n)}),r.each(this._edgeObjs,function(e){t.hasNode(e.v)&&t.hasNode(e.w)&&t.setEdge(e,n.edge(e))});var o={};return this._isCompound&&r.each(t.nodes(),function(e){t.setParent(e,function e(r){var i=n.parent(r);return void 0===i||t.hasNode(i)?(o[r]=i,i):i in o?o[i]:e(i)}(e))}),t},l.prototype.setDefaultEdgeLabel=function(e){return r.isFunction(e)||(e=r.constant(e)),this._defaultEdgeLabelFn=e,this},l.prototype.edgeCount=function(){return this._edgeCount},l.prototype.edges=function(){return r.values(this._edgeObjs)},l.prototype.setPath=function(e,t){var n=this,o=arguments;return r.reduce(e,function(e,r){return o.length>1?n.setEdge(e,r,t):n.setEdge(e,r),r}),this},l.prototype.setEdge=function(){var e,t,n,o,i=!1,a=arguments[0];"object"==typeof a&&null!==a&&"v"in a?(e=a.v,t=a.w,n=a.name,2===arguments.length&&(o=arguments[1],i=!0)):(e=a,t=arguments[1],n=arguments[3],arguments.length>2&&(o=arguments[2],i=!0)),e=""+e,t=""+t,r.isUndefined(n)||(n=""+n);var l=c(this._isDirected,e,t,n);if(r.has(this._edgeLabels,l))return i&&(this._edgeLabels[l]=o),this;if(!r.isUndefined(n)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(e),this.setNode(t),this._edgeLabels[l]=i?o:this._defaultEdgeLabelFn(e,t,n);var u=function(e,t,n,r){var o=""+t,i=""+n;if(!e&&o>i){var a=o;o=i,i=a}var l={v:o,w:i};r&&(l.name=r);return l}(this._isDirected,e,t,n);return e=u.v,t=u.w,Object.freeze(u),this._edgeObjs[l]=u,s(this._preds[t],e),s(this._sucs[e],t),this._in[t][l]=u,this._out[e][l]=u,this._edgeCount++,this},l.prototype.edge=function(e,t,n){var r=1===arguments.length?p(this._isDirected,arguments[0]):c(this._isDirected,e,t,n);return this._edgeLabels[r]},l.prototype.hasEdge=function(e,t,n){var o=1===arguments.length?p(this._isDirected,arguments[0]):c(this._isDirected,e,t,n);return r.has(this._edgeLabels,o)},l.prototype.removeEdge=function(e,t,n){var r=1===arguments.length?p(this._isDirected,arguments[0]):c(this._isDirected,e,t,n),o=this._edgeObjs[r];return o&&(e=o.v,t=o.w,delete this._edgeLabels[r],delete this._edgeObjs[r],u(this._preds[t],e),u(this._sucs[e],t),delete this._in[t][r],delete this._out[e][r],this._edgeCount--),this},l.prototype.inEdges=function(e,t){var n=this._in[e];if(n){var o=r.values(n);return t?r.filter(o,function(e){return e.v===t}):o}},l.prototype.outEdges=function(e,t){var n=this._out[e];if(n){var o=r.values(n);return t?r.filter(o,function(e){return e.w===t}):o}},l.prototype.nodeEdges=function(e,t){var n=this.inEdges(e,t);if(n)return n.concat(this.outEdges(e,t))}},function(e,t,n){var r=n(16)(n(11),"Map");e.exports=r},function(e,t,n){var r=n(161),o=n(168),i=n(170),a=n(171),l=n(172);function s(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}s.prototype.clear=r,s.prototype.delete=o,s.prototype.get=i,s.prototype.has=a,s.prototype.set=l,e.exports=s},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}},function(e,t){var n=9007199254740991;e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=n}},function(e,t,n){(function(e){var r=n(75),o=t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=i&&i.exports===o&&r.process,l=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=l}).call(this,n(34)(e))},function(e,t,n){var r=n(44),o=n(178),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return o(e);var t=[];for(var n in Object(e))i.call(e,n)&&"constructor"!=n&&t.push(n);return t}},function(e,t,n){var r=n(82),o=n(83),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,l=a?function(e){return null==e?[]:(e=Object(e),r(a(e),function(t){return i.call(e,t)}))}:o;e.exports=l},function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}},function(e,t,n){var r=n(88);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},function(e,t){e.exports=function(e){return function(){return e}}},function(e,t,n){var r=n(65),o=n(15);e.exports=function(e,t){return e&&r(e,t,o)}},function(e,t,n){var r=n(197)();e.exports=r},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}},function(e,t,n){var r=n(47),o=n(32);e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n<i;)e=e[o(t[n++])];return n&&n==i?e:void 0}},function(e,t,n){var r=n(6),o=n(26),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!o(e))||a.test(e)||!i.test(e)||null!=t&&e in Object(t)}},function(e,t,n){var r=n(61),o=n(231);e.exports=function e(t,n,i,a,l){var s=-1,u=t.length;for(i||(i=o),l||(l=[]);++s<u;){var c=t[s];n>0&&i(c)?n>1?e(c,n-1,i,a,l):r(l,c):a||(l[l.length]=c)}return l}},function(e,t,n){var r=n(26);e.exports=function(e,t,n){for(var o=-1,i=e.length;++o<i;){var a=e[o],l=t(a);if(null!=l&&(void 0===s?l==l&&!r(l):n(l,s)))var s=l,u=a}return u}},function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(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){o(e,t,n[t])})}return e}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(r=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==l.return||l.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}n.d(t,"a",function(){return le}),n.d(t,"b",function(){return ae});var l=function(){},s={},u={},c={mark:l,measure:l};try{"undefined"!=typeof window&&(s=window),"undefined"!=typeof document&&(u=document),"undefined"!=typeof MutationObserver&&MutationObserver,"undefined"!=typeof performance&&(c=performance)}catch(e){}var p=(s.navigator||{}).userAgent,f=void 0===p?"":p,d=s,h=u,g=c,m=(d.document,!!h.documentElement&&!!h.head&&"function"==typeof h.addEventListener&&"function"==typeof h.createElement),v=(~f.indexOf("MSIE")||f.indexOf("Trident/"),"fa"),y="svg-inline--fa",b="data-fa-i2svg",w=(function(){try{}catch(e){return!1}}(),[1,2,3,4,5,6,7,8,9,10]),x=w.concat([11,12,13,14,15,16,17,18,19,20]),_=(["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter"].concat(w.map(function(e){return"".concat(e,"x")})).concat(x.map(function(e){return"w-".concat(e)})),d.FontAwesomeConfig||{});if(h&&"function"==typeof h.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach(function(e){var t=a(e,2),n=t[0],r=t[1],o=function(e){return""===e||"false"!==e&&("true"===e||e)}(function(e){var t=h.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}(n));null!=o&&(_[r]=o)})}var k=i({familyPrefix:v,replacementClass:y,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},_);k.autoReplaceSvg||(k.observeMutations=!1);var E=i({},k);d.FontAwesomeConfig=E;var C=d||{};C.___FONT_AWESOME___||(C.___FONT_AWESOME___={}),C.___FONT_AWESOME___.styles||(C.___FONT_AWESOME___.styles={}),C.___FONT_AWESOME___.hooks||(C.___FONT_AWESOME___.hooks={}),C.___FONT_AWESOME___.shims||(C.___FONT_AWESOME___.shims=[]);var S=C.___FONT_AWESOME___,N=[];m&&((h.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(h.readyState)||h.addEventListener("DOMContentLoaded",function e(){h.removeEventListener("DOMContentLoaded",e),1,N.map(function(e){return e()})}));var P={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function M(e){if(e&&m){var t=h.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var n=h.head.childNodes,r=null,o=n.length-1;o>-1;o--){var i=n[o],a=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(a)>-1&&(r=i)}return h.head.insertBefore(t,r),e}}var T="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function O(){for(var e=12,t="";e-- >0;)t+=T[62*Math.random()|0];return t}function L(e){return"".concat(e).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function A(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,": ").concat(e[n],";")},"")}function B(e){return e.size!==P.size||e.x!==P.x||e.y!==P.y||e.rotate!==P.rotate||e.flipX||e.flipY}function j(e){var t=e.transform,n=e.containerWidth,r=e.iconWidth,o={transform:"translate(".concat(n/2," 256)")},i="translate(".concat(32*t.x,", ").concat(32*t.y,") "),a="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),l="rotate(".concat(t.rotate," 0 0)");return{outer:o,inner:{transform:"".concat(i," ").concat(a," ").concat(l)},path:{transform:"translate(".concat(r/2*-1," -256)")}}}var R={x:0,y:0,width:"100%",height:"100%"};function I(e){var t=e.icons,n=t.main,r=t.mask,o=e.prefix,a=e.iconName,l=e.transform,s=e.symbol,u=e.title,c=e.extra,p=e.watchable,f=void 0!==p&&p,d=r.found?r:n,h=d.width,g=d.height,m="fa-w-".concat(Math.ceil(h/g*16)),v=[E.replacementClass,a?"".concat(E.familyPrefix,"-").concat(a):"",m].filter(function(e){return-1===c.classes.indexOf(e)}).concat(c.classes).join(" "),y={children:[],attributes:i({},c.attributes,{"data-prefix":o,"data-icon":a,class:v,role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(h," ").concat(g)})};f&&(y.attributes[b]=""),u&&y.children.push({tag:"title",attributes:{id:y.attributes["aria-labelledby"]||"title-".concat(O())},children:[u]});var w=i({},y,{prefix:o,iconName:a,main:n,mask:r,transform:l,symbol:s,styles:c.styles}),x=r.found&&n.found?function(e){var t=e.children,n=e.attributes,r=e.main,o=e.mask,a=e.transform,l=r.width,s=r.icon,u=o.width,c=o.icon,p=j({transform:a,containerWidth:u,iconWidth:l}),f={tag:"rect",attributes:i({},R,{fill:"white"})},d={tag:"g",attributes:i({},p.inner),children:[{tag:"path",attributes:i({},s.attributes,p.path,{fill:"black"})}]},h={tag:"g",attributes:i({},p.outer),children:[d]},g="mask-".concat(O()),m="clip-".concat(O()),v={tag:"defs",children:[{tag:"clipPath",attributes:{id:m},children:[c]},{tag:"mask",attributes:i({},R,{id:g,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[f,h]}]};return t.push(v,{tag:"rect",attributes:i({fill:"currentColor","clip-path":"url(#".concat(m,")"),mask:"url(#".concat(g,")")},R)}),{children:t,attributes:n}}(w):function(e){var t=e.children,n=e.attributes,r=e.main,o=e.transform,a=A(e.styles);if(a.length>0&&(n.style=a),B(o)){var l=j({transform:o,containerWidth:r.width,iconWidth:r.width});t.push({tag:"g",attributes:i({},l.outer),children:[{tag:"g",attributes:i({},l.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:i({},r.icon.attributes,l.path)}]}]})}else t.push(r.icon);return{children:t,attributes:n}}(w),_=x.children,k=x.attributes;return w.children=_,w.attributes=k,s?function(e){var t=e.prefix,n=e.iconName,r=e.children,o=e.attributes,a=e.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:i({},o,{id:!0===a?"".concat(t,"-").concat(E.familyPrefix,"-").concat(n):a}),children:r}]}]}(w):function(e){var t=e.children,n=e.main,r=e.mask,o=e.attributes,a=e.styles,l=e.transform;if(B(l)&&n.found&&!r.found){var s={x:n.width/n.height/2,y:.5};o.style=A(i({},a,{"transform-origin":"".concat(s.x+l.x/16,"em ").concat(s.y+l.y/16,"em")}))}return[{tag:"svg",attributes:o,children:t}]}(w)}var D=function(){},F=(E.measurePerformance&&g&&g.mark&&g.measure,function(e,t,n,r){var o,i,a,l=Object.keys(e),s=l.length,u=void 0!==r?function(e,t){return function(n,r,o,i){return e.call(t,n,r,o,i)}}(t,r):t;for(void 0===n?(o=1,a=e[l[0]]):(o=0,a=n);o<s;o++)a=u(a,e[i=l[o]],i,e);return a}),z=S.styles,U=S.shims,W=function(){var e=function(e){return F(z,function(t,n,r){return t[r]=F(n,e,{}),t},{})};e(function(e,t,n){return e[t[3]]=n,e}),e(function(e,t,n){var r=t[2];return e[n]=n,r.forEach(function(t){e[t]=n}),e});var t="far"in z;F(U,function(e,n){var r=n[0],o=n[1],i=n[2];return"far"!==o||t||(o="fas"),e[r]={prefix:o,iconName:i},e},{})};W();S.styles;function V(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}function G(e){var t=e.tag,n=e.attributes,r=void 0===n?{}:n,o=e.children,i=void 0===o?[]:o;return"string"==typeof e?L(e):"<".concat(t," ").concat(function(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,'="').concat(L(e[n]),'" ')},"").trim()}(r),">").concat(i.map(G).join(""),"</").concat(t,">")}var Y=function(e){var t={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e?e.toLowerCase().split(" ").reduce(function(e,t){var n=t.toLowerCase().split("-"),r=n[0],o=n.slice(1).join("-");if(r&&"h"===o)return e.flipX=!0,e;if(r&&"v"===o)return e.flipY=!0,e;if(o=parseFloat(o),isNaN(o))return e;switch(r){case"grow":e.size=e.size+o;break;case"shrink":e.size=e.size-o;break;case"left":e.x=e.x-o;break;case"right":e.x=e.x+o;break;case"up":e.y=e.y-o;break;case"down":e.y=e.y+o;break;case"rotate":e.rotate=e.rotate+o}return e},t):t};function q(e){this.name="MissingIcon",this.message=e||"Icon unavailable",this.stack=(new Error).stack}q.prototype=Object.create(Error.prototype),q.prototype.constructor=q;var X={fill:"currentColor"},H={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},Z={tag:"path",attributes:i({},X,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},$=i({},H,{attributeName:"opacity"});i({},X,{cx:"256",cy:"364",r:"28"}),i({},H,{attributeName:"r",values:"28;14;28;28;14;28;"}),i({},$,{values:"1;0;1;1;0;1;"}),i({},X,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),i({},$,{values:"1;0;0;0;0;1;"}),i({},X,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),i({},$,{values:"0;0;1;1;0;0;"}),S.styles;var Q='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}';function K(){var e=v,t=y,n=E.familyPrefix,r=E.replacementClass,o=Q;if(n!==e||r!==t){var i=new RegExp("\\.".concat(e,"\\-"),"g"),a=new RegExp("\\.".concat(t),"g");o=o.replace(i,".".concat(n,"-")).replace(a,".".concat(r))}return o}function J(e){return{found:!0,width:e[0],height:e[1],icon:{tag:"path",attributes:{fill:"currentColor",d:e.slice(4)[0]}}}}function ee(){E.autoAddCss&&!ie&&(M(K()),ie=!0)}function te(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(e){return G(e)})}}),Object.defineProperty(e,"node",{get:function(){if(m){var t=h.createElement("div");return t.innerHTML=e.html,t.children}}}),e}function ne(e){var t=e.prefix,n=void 0===t?"fa":t,r=e.iconName;if(r)return V(oe.definitions,n,r)||V(S.styles,n,r)}var re,oe=new(function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.definitions={}}var t,n,o;return t=e,(n=[{key:"add",value:function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var o=n.reduce(this._pullDefinitions,{});Object.keys(o).forEach(function(t){e.definitions[t]=i({},e.definitions[t]||{},o[t]),function e(t,n){var r=Object.keys(n).reduce(function(e,t){var r=n[t];return r.icon?e[r.iconName]=r.icon:e[t]=r,e},{});"function"==typeof S.hooks.addPack?S.hooks.addPack(t,r):S.styles[t]=i({},S.styles[t]||{},r),"fas"===t&&e("fa",n)}(t,o[t]),W()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(e,t){var n=t.prefix&&t.iconName&&t.icon?{0:t}:t;return Object.keys(n).map(function(t){var r=n[t],o=r.prefix,i=r.iconName,a=r.icon;e[o]||(e[o]={}),e[o][i]=a}),e}}])&&r(t.prototype,n),o&&r(t,o),e}()),ie=!1,ae={transform:function(e){return Y(e)}},le=(re=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,r=void 0===n?P:n,o=t.symbol,a=void 0!==o&&o,l=t.mask,s=void 0===l?null:l,u=t.title,c=void 0===u?null:u,p=t.classes,f=void 0===p?[]:p,d=t.attributes,h=void 0===d?{}:d,g=t.styles,m=void 0===g?{}:g;if(e){var v=e.prefix,y=e.iconName,b=e.icon;return te(i({type:"icon"},e),function(){return ee(),E.autoA11y&&(c?h["aria-labelledby"]="".concat(E.replacementClass,"-title-").concat(O()):h["aria-hidden"]="true"),I({icons:{main:J(b),mask:s?J(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:v,iconName:y,transform:i({},P,r),symbol:a,title:c,extra:{attributes:h,styles:m,classes:f}})})}},function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(e||{}).icon?e:ne(e||{}),r=t.mask;return r&&(r=(r||{}).icon?r:ne(r||{})),re(n,i({},t,{mask:r}))})},function(e,t,n){e.exports={graphlib:n(10),layout:n(255),debug:n(314),util:{time:n(7).time,notime:n(7).notime},version:n(315)}},function(e,t,n){"use strict";
  4. /*
  5. object-assign
  6. (c) Sindre Sorhus
  7. @license MIT
  8. */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var u in n=Object(arguments[s]))o.call(n,u)&&(l[u]=n[u]);if(r){a=r(n);for(var c=0;c<a.length;c++)i.call(n,a[c])&&(l[a[c]]=n[a[c]])}}return l}},function(e,t,n){var r=n(35),o=n(56),i=n(40),a=n(173),l=n(179),s=n(80),u=n(81),c=n(182),p=n(183),f=n(85),d=n(184),h=n(25),g=n(188),m=n(189),v=n(90),y=n(6),b=n(23),w=n(193),x=n(9),_=n(195),k=n(15),E=1,C=2,S=4,N="[object Arguments]",P="[object Function]",M="[object GeneratorFunction]",T="[object Object]",O={};O[N]=O["[object Array]"]=O["[object ArrayBuffer]"]=O["[object DataView]"]=O["[object Boolean]"]=O["[object Date]"]=O["[object Float32Array]"]=O["[object Float64Array]"]=O["[object Int8Array]"]=O["[object Int16Array]"]=O["[object Int32Array]"]=O["[object Map]"]=O["[object Number]"]=O[T]=O["[object RegExp]"]=O["[object Set]"]=O["[object String]"]=O["[object Symbol]"]=O["[object Uint8Array]"]=O["[object Uint8ClampedArray]"]=O["[object Uint16Array]"]=O["[object Uint32Array]"]=!0,O["[object Error]"]=O[P]=O["[object WeakMap]"]=!1,e.exports=function e(t,n,L,A,B,j){var R,I=n&E,D=n&C,F=n&S;if(L&&(R=B?L(t,A,B,j):L(t)),void 0!==R)return R;if(!x(t))return t;var z=y(t);if(z){if(R=g(t),!I)return u(t,R)}else{var U=h(t),W=U==P||U==M;if(b(t))return s(t,I);if(U==T||U==N||W&&!B){if(R=D||W?{}:v(t),!I)return D?p(t,l(R,t)):c(t,a(R,t))}else{if(!O[U])return B?t:{};R=m(t,U,I)}}j||(j=new r);var V=j.get(t);if(V)return V;j.set(t,R),_(t)?t.forEach(function(r){R.add(e(r,n,L,r,t,j))}):w(t)&&t.forEach(function(r,o){R.set(o,e(r,n,L,o,t,j))});var G=F?D?d:f:D?keysIn:k,Y=z?void 0:G(t);return o(Y||t,function(r,o){Y&&(r=t[o=r]),i(R,o,e(r,n,L,o,t,j))}),R}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(33))},function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t,n){var r=n(16),o=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=o},function(e,t,n){var r=n(174),o=n(30),i=n(6),a=n(23),l=n(42),s=n(31),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=i(e),c=!n&&o(e),p=!n&&!c&&a(e),f=!n&&!c&&!p&&s(e),d=n||c||p||f,h=d?r(e.length,String):[],g=h.length;for(var m in e)!t&&!u.call(e,m)||d&&("length"==m||p&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||l(m,g))||h.push(m);return h}},function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},function(e,t,n){(function(e){var r=n(11),o=t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=i&&i.exports===o?r.Buffer:void 0,l=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=l?l(n):new e.constructor(n);return e.copy(r),r}}).call(this,n(34)(e))},function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}},function(e,t){e.exports=function(){return[]}},function(e,t,n){var r=n(61),o=n(45),i=n(60),a=n(83),l=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,i(e)),e=o(e);return t}:a;e.exports=l},function(e,t,n){var r=n(86),o=n(60),i=n(15);e.exports=function(e){return r(e,i,o)}},function(e,t,n){var r=n(61),o=n(6);e.exports=function(e,t,n){var i=t(e);return o(e)?i:r(i,n(e))}},function(e,t,n){var r=n(16)(n(11),"Set");e.exports=r},function(e,t,n){var r=n(11).Uint8Array;e.exports=r},function(e,t,n){var r=n(62);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},function(e,t,n){var r=n(91),o=n(45),i=n(44);e.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:r(o(e))}},function(e,t,n){var r=n(9),o=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},function(e,t,n){e.exports=n(93)},function(e,t,n){var r=n(56),o=n(46),i=n(94),a=n(6);e.exports=function(e,t){return(a(e)?r:o)(e,i(t))}},function(e,t,n){var r=n(18);e.exports=function(e){return"function"==typeof e?e:r}},function(e,t,n){var r=n(82),o=n(199),i=n(14),a=n(6);e.exports=function(e,t){return(a(e)?r:o)(e,i(t,3))}},function(e,t,n){var r=n(202),o=n(12);e.exports=function e(t,n,i,a,l){return t===n||(null==t||null==n||!o(t)&&!o(n)?t!=t&&n!=n:r(t,n,i,a,e,l))}},function(e,t,n){var r=n(98),o=n(205),i=n(99),a=1,l=2;e.exports=function(e,t,n,s,u,c){var p=n&a,f=e.length,d=t.length;if(f!=d&&!(p&&d>f))return!1;var h=c.get(e);if(h&&c.get(t))return h==t;var g=-1,m=!0,v=n&l?new r:void 0;for(c.set(e,t),c.set(t,e);++g<f;){var y=e[g],b=t[g];if(s)var w=p?s(b,y,g,t,e,c):s(y,b,g,e,t,c);if(void 0!==w){if(w)continue;m=!1;break}if(v){if(!o(t,function(e,t){if(!i(v,t)&&(y===e||u(y,e,n,s,c)))return v.push(t)})){m=!1;break}}else if(y!==b&&!u(y,b,n,s,c)){m=!1;break}}return c.delete(e),c.delete(t),m}},function(e,t,n){var r=n(55),o=n(203),i=n(204);function a(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}a.prototype.add=a.prototype.push=o,a.prototype.has=i,e.exports=a},function(e,t){e.exports=function(e,t){return e.has(t)}},function(e,t,n){var r=n(9);e.exports=function(e){return e==e&&!r(e)}},function(e,t){e.exports=function(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}},function(e,t,n){var r=n(215);e.exports=function(e){return null==e?"":r(e)}},function(e,t,n){var r=n(216),o=n(104);e.exports=function(e,t){return null!=e&&o(e,t,r)}},function(e,t,n){var r=n(47),o=n(30),i=n(6),a=n(42),l=n(57),s=n(32);e.exports=function(e,t,n){for(var u=-1,c=(t=r(t,e)).length,p=!1;++u<c;){var f=s(t[u]);if(!(p=null!=e&&n(e,f)))break;e=e[f]}return p||++u!=c?p:!!(c=null==e?0:e.length)&&l(c)&&a(f,c)&&(i(e)||o(e))}},function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},function(e,t,n){var r=n(219),o=n(104);e.exports=function(e,t){return null!=e&&o(e,t,r)}},function(e,t){e.exports=function(e){return void 0===e}},function(e,t,n){var r=n(48),o=n(14),i=n(109),a=n(6);e.exports=function(e,t){return(a(e)?r:i)(e,o(t,3))}},function(e,t,n){var r=n(46),o=n(13);e.exports=function(e,t){var n=-1,i=o(e)?Array(e.length):[];return r(e,function(e,r,o){i[++n]=t(e,r,o)}),i}},function(e,t,n){var r=n(221),o=n(46),i=n(14),a=n(222),l=n(6);e.exports=function(e,t,n){var s=l(e)?r:a,u=arguments.length<3;return s(e,i(t,4),n,u,o)}},function(e,t,n){var r=n(232),o=Math.max;e.exports=function(e,t,n){return t=o(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,l=o(i.length-t,0),s=Array(l);++a<l;)s[a]=i[t+a];a=-1;for(var u=Array(t+1);++a<t;)u[a]=i[a];return u[t]=n(s),r(e,this,u)}}},function(e,t,n){var r=n(233),o=n(234)(r);e.exports=o},function(e,t){e.exports=function(e,t,n,r){for(var o=e.length,i=n+(r?1:-1);r?i--:++i<o;)if(t(e[i],i,e))return i;return-1}},function(e,t,n){var r=n(13),o=n(12);e.exports=function(e){return o(e)&&r(e)}},function(e,t,n){var r=n(243),o=n(15);e.exports=function(e){return null==e?[]:r(e,o(e))}},function(e,t,n){var r=n(8),o=n(117);e.exports=function(e,t,n,r){return function(e,t,n,r){var i,a,l={},s=new o,u=function(e){var t=e.v!==i?e.v:e.w,r=l[t],o=n(e),u=a.distance+o;if(o<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+e+" Weight: "+o);u<r.distance&&(r.distance=u,r.predecessor=i,s.decrease(t,u))};e.nodes().forEach(function(e){var n=e===t?0:Number.POSITIVE_INFINITY;l[e]={distance:n},s.add(e,n)});for(;s.size()>0&&(i=s.removeMin(),(a=l[i]).distance!==Number.POSITIVE_INFINITY);)r(i).forEach(u);return l}(e,String(t),n||i,r||function(t){return e.outEdges(t)})};var i=r.constant(1)},function(e,t,n){var r=n(8);function o(){this._arr=[],this._keyIndices={}}e.exports=o,o.prototype.size=function(){return this._arr.length},o.prototype.keys=function(){return this._arr.map(function(e){return e.key})},o.prototype.has=function(e){return r.has(this._keyIndices,e)},o.prototype.priority=function(e){var t=this._keyIndices[e];if(void 0!==t)return this._arr[t].priority},o.prototype.min=function(){if(0===this.size())throw new Error("Queue underflow");return this._arr[0].key},o.prototype.add=function(e,t){var n=this._keyIndices;if(e=String(e),!r.has(n,e)){var o=this._arr,i=o.length;return n[e]=i,o.push({key:e,priority:t}),this._decrease(i),!0}return!1},o.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key},o.prototype.decrease=function(e,t){var n=this._keyIndices[e];if(t>this._arr[n].priority)throw new Error("New priority is greater than current priority. Key: "+e+" Old: "+this._arr[n].priority+" New: "+t);this._arr[n].priority=t,this._decrease(n)},o.prototype._heapify=function(e){var t=this._arr,n=2*e,r=n+1,o=e;n<t.length&&(o=t[n].priority<t[o].priority?n:o,r<t.length&&(o=t[r].priority<t[o].priority?r:o),o!==e&&(this._swap(e,o),this._heapify(o)))},o.prototype._decrease=function(e){for(var t,n=this._arr,r=n[e].priority;0!==e&&!(n[t=e>>1].priority<r);)this._swap(e,t),e=t},o.prototype._swap=function(e,t){var n=this._arr,r=this._keyIndices,o=n[e],i=n[t];n[e]=i,n[t]=o,r[i.key]=e,r[o.key]=t}},function(e,t,n){var r=n(8);e.exports=function(e){var t=0,n=[],o={},i=[];return e.nodes().forEach(function(a){r.has(o,a)||function a(l){var s=o[l]={onStack:!0,lowlink:t,index:t++};if(n.push(l),e.successors(l).forEach(function(e){r.has(o,e)?o[e].onStack&&(s.lowlink=Math.min(s.lowlink,o[e].index)):(a(e),s.lowlink=Math.min(s.lowlink,o[e].lowlink))}),s.lowlink===s.index){var u,c=[];do{u=n.pop(),o[u].onStack=!1,c.push(u)}while(l!==u);i.push(c)}}(a)}),i}},function(e,t,n){var r=n(8);function o(e){var t={},n={},o=[];if(r.each(e.sinks(),function a(l){if(r.has(n,l))throw new i;r.has(t,l)||(n[l]=!0,t[l]=!0,r.each(e.predecessors(l),a),delete n[l],o.push(l))}),r.size(t)!==e.nodeCount())throw new i;return o}function i(){}e.exports=o,o.CycleException=i,i.prototype=new Error},function(e,t,n){var r=n(8);e.exports=function(e,t,n){r.isArray(t)||(t=[t]);var o=(e.isDirected()?e.successors:e.neighbors).bind(e),i=[],a={};return r.each(t,function(t){if(!e.hasNode(t))throw new Error("Graph does not have node: "+t);!function e(t,n,o,i,a,l){r.has(i,n)||(i[n]=!0,o||l.push(n),r.each(a(n),function(n){e(t,n,o,i,a,l)}),o&&l.push(n))}(e,t,"post"===n,a,o,i)}),i}},function(e,t,n){var r=n(262),o=1/0,i=1.7976931348623157e308;e.exports=function(e){return e?(e=r(e))===o||e===-o?(e<0?-1:1)*i:e==e?e:0:0===e?e:0}},function(e,t,n){var r=n(69);e.exports=function(e){return null!=e&&e.length?r(e,1):[]}},function(e,t,n){var r=n(41),o=n(21);e.exports=function(e,t,n){(void 0===n||o(e[t],n))&&(void 0!==n||t in e)||r(e,t,n)}},function(e,t){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},function(e,t){e.exports=function(e,t){return e<t}},function(e,t,n){"use strict";var r=n(5),o=n(10).Graph,i=n(51).slack;function a(e,t){return r.forEach(e.nodes(),function n(o){r.forEach(t.nodeEdges(o),function(r){var a=r.v,l=o===a?r.w:a;e.hasNode(l)||i(t,r)||(e.setNode(l,{}),e.setEdge(o,l,{}),n(l))})}),e.nodeCount()}function l(e,t){return r.minBy(t.edges(),function(n){if(e.hasNode(n.v)!==e.hasNode(n.w))return i(t,n)})}function s(e,t,n){r.forEach(e.nodes(),function(e){t.node(e).rank+=n})}e.exports=function(e){var t,n,r=new o({directed:!1}),u=e.nodes()[0],c=e.nodeCount();r.setNode(u,{});for(;a(r,e)<c;)t=l(r,e),n=r.hasNode(t.v)?i(e,t):-i(e,t),s(r,e,n);return r}},function(e,t,n){"use strict";n.r(t),function(e){var r=n(52);n.d(t,"NodeEditor",function(){return r.a});var o=void 0!==e?e:"undefined"!=typeof window?window:void 0;void 0!==o&&(o.BABYLON=o.BABYLON||{},o.BABYLON.NodeEditor=r.a)}.call(this,n(33))},function(e,t,n){"use strict";
  9. /** @license React v16.9.0
  10. * react.production.min.js
  11. *
  12. * Copyright (c) Facebook, Inc. and its affiliates.
  13. *
  14. * This source code is licensed under the MIT license found in the
  15. * LICENSE file in the root directory of this source tree.
  16. */var r=n(73),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,l=o?Symbol.for("react.fragment"):60107,s=o?Symbol.for("react.strict_mode"):60108,u=o?Symbol.for("react.profiler"):60114,c=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,h=o?Symbol.for("react.suspense_list"):60120,g=o?Symbol.for("react.memo"):60115,m=o?Symbol.for("react.lazy"):60116;o&&Symbol.for("react.fundamental"),o&&Symbol.for("react.responder");var v="function"==typeof Symbol&&Symbol.iterator;function y(e){for(var t=e.message,n="https://reactjs.org/docs/error-decoder.html?invariant="+t,r=1;r<arguments.length;r++)n+="&args[]="+encodeURIComponent(arguments[r]);return e.message="Minified React error #"+t+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",e}var b={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w={};function x(e,t,n){this.props=e,this.context=t,this.refs=w,this.updater=n||b}function _(){}function k(e,t,n){this.props=e,this.context=t,this.refs=w,this.updater=n||b}x.prototype.isReactComponent={},x.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw y(Error(85));this.updater.enqueueSetState(this,e,t,"setState")},x.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},_.prototype=x.prototype;var E=k.prototype=new _;E.constructor=k,r(E,x.prototype),E.isPureReactComponent=!0;var C={current:null},S={suspense:null},N={current:null},P=Object.prototype.hasOwnProperty,M={key:!0,ref:!0,__self:!0,__source:!0};function T(e,t,n){var r=void 0,o={},a=null,l=null;if(null!=t)for(r in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(a=""+t.key),t)P.call(t,r)&&!M.hasOwnProperty(r)&&(o[r]=t[r]);var s=arguments.length-2;if(1===s)o.children=n;else if(1<s){for(var u=Array(s),c=0;c<s;c++)u[c]=arguments[c+2];o.children=u}if(e&&e.defaultProps)for(r in s=e.defaultProps)void 0===o[r]&&(o[r]=s[r]);return{$$typeof:i,type:e,key:a,ref:l,props:o,_owner:N.current}}function O(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var L=/\/+/g,A=[];function B(e,t,n,r){if(A.length){var o=A.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function j(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>A.length&&A.push(e)}function R(e,t,n){return null==e?0:function e(t,n,r,o){var l=typeof t;"undefined"!==l&&"boolean"!==l||(t=null);var s=!1;if(null===t)s=!0;else switch(l){case"string":case"number":s=!0;break;case"object":switch(t.$$typeof){case i:case a:s=!0}}if(s)return r(o,t,""===n?"."+I(t,0):n),1;if(s=0,n=""===n?".":n+":",Array.isArray(t))for(var u=0;u<t.length;u++){var c=n+I(l=t[u],u);s+=e(l,c,r,o)}else if(c=null===t||"object"!=typeof t?null:"function"==typeof(c=v&&t[v]||t["@@iterator"])?c:null,"function"==typeof c)for(t=c.call(t),u=0;!(l=t.next()).done;)s+=e(l=l.value,c=n+I(l,u++),r,o);else if("object"===l)throw r=""+t,y(Error(31),"[object Object]"===r?"object with keys {"+Object.keys(t).join(", ")+"}":r,"");return s}(e,"",t,n)}function I(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function D(e,t){e.func.call(e.context,t,e.count++)}function F(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?z(e,r,n,function(e){return e}):null!=e&&(O(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(L,"$&/")+"/")+n)),r.push(e))}function z(e,t,n,r,o){var i="";null!=n&&(i=(""+n).replace(L,"$&/")+"/"),R(e,F,t=B(t,i,r,o)),j(t)}function U(){var e=C.current;if(null===e)throw y(Error(321));return e}var W={Children:{map:function(e,t,n){if(null==e)return e;var r=[];return z(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;R(e,D,t=B(null,null,t,n)),j(t)},count:function(e){return R(e,function(){return null},null)},toArray:function(e){var t=[];return z(e,t,null,function(e){return e}),t},only:function(e){if(!O(e))throw y(Error(143));return e}},createRef:function(){return{current:null}},Component:x,PureComponent:k,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:c,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:f,render:e}},lazy:function(e){return{$$typeof:m,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:g,type:e,compare:void 0===t?null:t}},useCallback:function(e,t){return U().useCallback(e,t)},useContext:function(e,t){return U().useContext(e,t)},useEffect:function(e,t){return U().useEffect(e,t)},useImperativeHandle:function(e,t,n){return U().useImperativeHandle(e,t,n)},useDebugValue:function(){},useLayoutEffect:function(e,t){return U().useLayoutEffect(e,t)},useMemo:function(e,t){return U().useMemo(e,t)},useReducer:function(e,t,n){return U().useReducer(e,t,n)},useRef:function(e){return U().useRef(e)},useState:function(e){return U().useState(e)},Fragment:l,Profiler:u,StrictMode:s,Suspense:d,unstable_SuspenseList:h,createElement:T,cloneElement:function(e,t,n){if(null==e)throw y(Error(267),e);var o=void 0,a=r({},e.props),l=e.key,s=e.ref,u=e._owner;if(null!=t){void 0!==t.ref&&(s=t.ref,u=N.current),void 0!==t.key&&(l=""+t.key);var c=void 0;for(o in e.type&&e.type.defaultProps&&(c=e.type.defaultProps),t)P.call(t,o)&&!M.hasOwnProperty(o)&&(a[o]=void 0===t[o]&&void 0!==c?c[o]:t[o])}if(1===(o=arguments.length-2))a.children=n;else if(1<o){c=Array(o);for(var p=0;p<o;p++)c[p]=arguments[p+2];a.children=c}return{$$typeof:i,type:e.type,key:l,ref:s,props:a,_owner:u}},createFactory:function(e){var t=T.bind(null,e);return t.type=e,t},isValidElement:O,version:"16.9.0",unstable_withSuspenseConfig:function(e,t){var n=S.suspense;S.suspense=void 0===t?null:t;try{e()}finally{S.suspense=n}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:C,ReactCurrentBatchConfig:S,ReactCurrentOwner:N,IsSomeRendererActing:{current:!1},assign:r}},V={default:W},G=V&&W||V;e.exports=G.default||G},function(e,t,n){"use strict";
  17. /** @license React v16.9.0
  18. * react-dom.production.min.js
  19. *
  20. * Copyright (c) Facebook, Inc. and its affiliates.
  21. *
  22. * This source code is licensed under the MIT license found in the
  23. * LICENSE file in the root directory of this source tree.
  24. */var r=n(0),o=n(73),i=n(130);function a(e){for(var t=e.message,n="https://reactjs.org/docs/error-decoder.html?invariant="+t,r=1;r<arguments.length;r++)n+="&args[]="+encodeURIComponent(arguments[r]);return e.message="Minified React error #"+t+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",e}if(!r)throw a(Error(227));var l=null,s={};function u(){if(l)for(var e in s){var t=s[e],n=l.indexOf(e);if(!(-1<n))throw a(Error(96),e);if(!p[n]){if(!t.extractEvents)throw a(Error(97),e);for(var r in p[n]=t,n=t.eventTypes){var o=void 0,i=n[r],u=t,d=r;if(f.hasOwnProperty(d))throw a(Error(99),d);f[d]=i;var h=i.phasedRegistrationNames;if(h){for(o in h)h.hasOwnProperty(o)&&c(h[o],u,d);o=!0}else i.registrationName?(c(i.registrationName,u,d),o=!0):o=!1;if(!o)throw a(Error(98),r,e)}}}}function c(e,t,n){if(d[e])throw a(Error(100),e);d[e]=t,h[e]=t.eventTypes[n].dependencies}var p=[],f={},d={},h={};var g=!1,m=null,v=!1,y=null,b={onError:function(e){g=!0,m=e}};function w(e,t,n,r,o,i,a,l,s){g=!1,m=null,function(e,t,n,r,o,i,a,l,s){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(e){this.onError(e)}}.apply(b,arguments)}var x=null,_=null,k=null;function E(e,t,n){var r=e.type||"unknown-event";e.currentTarget=k(n),function(e,t,n,r,o,i,l,s,u){if(w.apply(this,arguments),g){if(!g)throw a(Error(198));var c=m;g=!1,m=null,v||(v=!0,y=c)}}(r,t,void 0,e),e.currentTarget=null}function C(e,t){if(null==t)throw a(Error(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function S(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var N=null;function P(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)E(e,t[r],n[r]);else t&&E(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function M(e){if(null!==e&&(N=C(N,e)),e=N,N=null,e){if(S(e,P),N)throw a(Error(95));if(v)throw e=y,v=!1,y=null,e}}var T={injectEventPluginOrder:function(e){if(l)throw a(Error(101));l=Array.prototype.slice.call(e),u()},injectEventPluginsByName:function(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];if(!s.hasOwnProperty(t)||s[t]!==r){if(s[t])throw a(Error(102),t);s[t]=r,n=!0}}n&&u()}};function O(e,t){var n=e.stateNode;if(!n)return null;var r=x(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw a(Error(231),t,typeof n);return n}var L=Math.random().toString(36).slice(2),A="__reactInternalInstance$"+L,B="__reactEventHandlers$"+L;function j(e){if(e[A])return e[A];for(;!e[A];){if(!e.parentNode)return null;e=e.parentNode}return 5===(e=e[A]).tag||6===e.tag?e:null}function R(e){return!(e=e[A])||5!==e.tag&&6!==e.tag?null:e}function I(e){if(5===e.tag||6===e.tag)return e.stateNode;throw a(Error(33))}function D(e){return e[B]||null}function F(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function z(e,t,n){(t=O(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=C(n._dispatchListeners,t),n._dispatchInstances=C(n._dispatchInstances,e))}function U(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=F(t);for(t=n.length;0<t--;)z(n[t],"captured",e);for(t=0;t<n.length;t++)z(n[t],"bubbled",e)}}function W(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=O(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=C(n._dispatchListeners,t),n._dispatchInstances=C(n._dispatchInstances,e))}function V(e){e&&e.dispatchConfig.registrationName&&W(e._targetInst,null,e)}function G(e){S(e,U)}var Y=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement);function q(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var X={animationend:q("Animation","AnimationEnd"),animationiteration:q("Animation","AnimationIteration"),animationstart:q("Animation","AnimationStart"),transitionend:q("Transition","TransitionEnd")},H={},Z={};function $(e){if(H[e])return H[e];if(!X[e])return e;var t,n=X[e];for(t in n)if(n.hasOwnProperty(t)&&t in Z)return H[e]=n[t];return e}Y&&(Z=document.createElement("div").style,"AnimationEvent"in window||(delete X.animationend.animation,delete X.animationiteration.animation,delete X.animationstart.animation),"TransitionEvent"in window||delete X.transitionend.transition);var Q=$("animationend"),K=$("animationiteration"),J=$("animationstart"),ee=$("transitionend"),te="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),ne=null,re=null,oe=null;function ie(){if(oe)return oe;var e,t,n=re,r=n.length,o="value"in ne?ne.value:ne.textContent,i=o.length;for(e=0;e<r&&n[e]===o[e];e++);var a=r-e;for(t=1;t<=a&&n[r-t]===o[i-t];t++);return oe=o.slice(e,1<t?1-t:void 0)}function ae(){return!0}function le(){return!1}function se(e,t,n,r){for(var o in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(o)&&((t=e[o])?this[o]=t(n):"target"===o?this.target=r:this[o]=n[o]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?ae:le,this.isPropagationStopped=le,this}function ue(e,t,n,r){if(this.eventPool.length){var o=this.eventPool.pop();return this.call(o,e,t,n,r),o}return new this(e,t,n,r)}function ce(e){if(!(e instanceof this))throw a(Error(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function pe(e){e.eventPool=[],e.getPooled=ue,e.release=ce}o(se.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=ae)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=ae)},persist:function(){this.isPersistent=ae},isPersistent:le,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=le,this._dispatchInstances=this._dispatchListeners=null}}),se.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},se.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return o(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=o({},r.Interface,e),n.extend=r.extend,pe(n),n},pe(se);var fe=se.extend({data:null}),de=se.extend({data:null}),he=[9,13,27,32],ge=Y&&"CompositionEvent"in window,me=null;Y&&"documentMode"in document&&(me=document.documentMode);var ve=Y&&"TextEvent"in window&&!me,ye=Y&&(!ge||me&&8<me&&11>=me),be=String.fromCharCode(32),we={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},xe=!1;function _e(e,t){switch(e){case"keyup":return-1!==he.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ke(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Ee=!1;var Ce={eventTypes:we,extractEvents:function(e,t,n,r){var o=void 0,i=void 0;if(ge)e:{switch(e){case"compositionstart":o=we.compositionStart;break e;case"compositionend":o=we.compositionEnd;break e;case"compositionupdate":o=we.compositionUpdate;break e}o=void 0}else Ee?_e(e,n)&&(o=we.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=we.compositionStart);return o?(ye&&"ko"!==n.locale&&(Ee||o!==we.compositionStart?o===we.compositionEnd&&Ee&&(i=ie()):(re="value"in(ne=r)?ne.value:ne.textContent,Ee=!0)),o=fe.getPooled(o,t,n,r),i?o.data=i:null!==(i=ke(n))&&(o.data=i),G(o),i=o):i=null,(e=ve?function(e,t){switch(e){case"compositionend":return ke(t);case"keypress":return 32!==t.which?null:(xe=!0,be);case"textInput":return(e=t.data)===be&&xe?null:e;default:return null}}(e,n):function(e,t){if(Ee)return"compositionend"===e||!ge&&_e(e,t)?(e=ie(),oe=re=ne=null,Ee=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return ye&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=de.getPooled(we.beforeInput,t,n,r)).data=e,G(t)):t=null,null===i?t:null===t?i:[i,t]}},Se=null,Ne=null,Pe=null;function Me(e){if(e=_(e)){if("function"!=typeof Se)throw a(Error(280));var t=x(e.stateNode);Se(e.stateNode,e.type,t)}}function Te(e){Ne?Pe?Pe.push(e):Pe=[e]:Ne=e}function Oe(){if(Ne){var e=Ne,t=Pe;if(Pe=Ne=null,Me(e),t)for(e=0;e<t.length;e++)Me(t[e])}}function Le(e,t){return e(t)}function Ae(e,t,n,r){return e(t,n,r)}function Be(){}var je=Le,Re=!1;function Ie(){null===Ne&&null===Pe||(Be(),Oe())}var De={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Fe(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!De[e.type]:"textarea"===t}function ze(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function Ue(e){if(!Y)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"==typeof t[e]),t}function We(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function Ve(e){e._valueTracker||(e._valueTracker=function(e){var t=We(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Ge(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=We(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}var Ye=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Ye.hasOwnProperty("ReactCurrentDispatcher")||(Ye.ReactCurrentDispatcher={current:null}),Ye.hasOwnProperty("ReactCurrentBatchConfig")||(Ye.ReactCurrentBatchConfig={suspense:null});var qe=/^(.*)[\\\/]/,Xe="function"==typeof Symbol&&Symbol.for,He=Xe?Symbol.for("react.element"):60103,Ze=Xe?Symbol.for("react.portal"):60106,$e=Xe?Symbol.for("react.fragment"):60107,Qe=Xe?Symbol.for("react.strict_mode"):60108,Ke=Xe?Symbol.for("react.profiler"):60114,Je=Xe?Symbol.for("react.provider"):60109,et=Xe?Symbol.for("react.context"):60110,tt=Xe?Symbol.for("react.concurrent_mode"):60111,nt=Xe?Symbol.for("react.forward_ref"):60112,rt=Xe?Symbol.for("react.suspense"):60113,ot=Xe?Symbol.for("react.suspense_list"):60120,it=Xe?Symbol.for("react.memo"):60115,at=Xe?Symbol.for("react.lazy"):60116;Xe&&Symbol.for("react.fundamental"),Xe&&Symbol.for("react.responder");var lt="function"==typeof Symbol&&Symbol.iterator;function st(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=lt&&e[lt]||e["@@iterator"])?e:null}function ut(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case $e:return"Fragment";case Ze:return"Portal";case Ke:return"Profiler";case Qe:return"StrictMode";case rt:return"Suspense";case ot:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case et:return"Context.Consumer";case Je:return"Context.Provider";case nt:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case it:return ut(e.type);case at:if(e=1===e._status?e._result:null)return ut(e)}return null}function ct(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,o=e._debugSource,i=ut(e.type);n=null,r&&(n=ut(r.type)),r=i,i="",o?i=" (at "+o.fileName.replace(qe,"")+":"+o.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}var pt=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,ft=Object.prototype.hasOwnProperty,dt={},ht={};function gt(e,t,n,r,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var mt={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){mt[e]=new gt(e,0,!1,e,null,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];mt[t]=new gt(t,1,!1,e[1],null,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){mt[e]=new gt(e,2,!1,e.toLowerCase(),null,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){mt[e]=new gt(e,2,!1,e,null,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){mt[e]=new gt(e,3,!1,e.toLowerCase(),null,!1)}),["checked","multiple","muted","selected"].forEach(function(e){mt[e]=new gt(e,3,!0,e,null,!1)}),["capture","download"].forEach(function(e){mt[e]=new gt(e,4,!1,e,null,!1)}),["cols","rows","size","span"].forEach(function(e){mt[e]=new gt(e,6,!1,e,null,!1)}),["rowSpan","start"].forEach(function(e){mt[e]=new gt(e,5,!1,e.toLowerCase(),null,!1)});var vt=/[\-:]([a-z])/g;function yt(e){return e[1].toUpperCase()}function bt(e,t,n,r){var o=mt.hasOwnProperty(t)?mt[t]:null;(null!==o?0===o.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,o,r)&&(n=null),r||null===o?function(e){return!!ft.call(ht,e)||!ft.call(dt,e)&&(pt.test(e)?ht[e]=!0:(dt[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=null===n?3!==o.type&&"":n:(t=o.attributeName,r=o.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(o=o.type)||4===o&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}function wt(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function xt(e,t){var n=t.checked;return o({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function _t(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=wt(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function kt(e,t){null!=(t=t.checked)&&bt(e,"checked",t,!1)}function Et(e,t){kt(e,t);var n=wt(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?St(e,t.type,n):t.hasOwnProperty("defaultValue")&&St(e,t.type,wt(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Ct(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!e.defaultChecked,e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function St(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(vt,yt);mt[t]=new gt(t,1,!1,e,null,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(vt,yt);mt[t]=new gt(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(vt,yt);mt[t]=new gt(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)}),["tabIndex","crossOrigin"].forEach(function(e){mt[e]=new gt(e,1,!1,e.toLowerCase(),null,!1)}),mt.xlinkHref=new gt("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach(function(e){mt[e]=new gt(e,1,!1,e.toLowerCase(),null,!0)});var Nt={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function Pt(e,t,n){return(e=se.getPooled(Nt.change,e,t,n)).type="change",Te(n),G(e),e}var Mt=null,Tt=null;function Ot(e){M(e)}function Lt(e){if(Ge(I(e)))return e}function At(e,t){if("change"===e)return t}var Bt=!1;function jt(){Mt&&(Mt.detachEvent("onpropertychange",Rt),Tt=Mt=null)}function Rt(e){if("value"===e.propertyName&&Lt(Tt))if(e=Pt(Tt,e,ze(e)),Re)M(e);else{Re=!0;try{Le(Ot,e)}finally{Re=!1,Ie()}}}function It(e,t,n){"focus"===e?(jt(),Tt=n,(Mt=t).attachEvent("onpropertychange",Rt)):"blur"===e&&jt()}function Dt(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Lt(Tt)}function Ft(e,t){if("click"===e)return Lt(t)}function zt(e,t){if("input"===e||"change"===e)return Lt(t)}Y&&(Bt=Ue("input")&&(!document.documentMode||9<document.documentMode));var Ut={eventTypes:Nt,_isInputEventSupported:Bt,extractEvents:function(e,t,n,r){var o=t?I(t):window,i=void 0,a=void 0,l=o.nodeName&&o.nodeName.toLowerCase();if("select"===l||"input"===l&&"file"===o.type?i=At:Fe(o)?Bt?i=zt:(i=Dt,a=It):(l=o.nodeName)&&"input"===l.toLowerCase()&&("checkbox"===o.type||"radio"===o.type)&&(i=Ft),i&&(i=i(e,t)))return Pt(i,n,r);a&&a(e,o,t),"blur"===e&&(e=o._wrapperState)&&e.controlled&&"number"===o.type&&St(o,"number",o.value)}},Wt=se.extend({view:null,detail:null}),Vt={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Gt(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Vt[e])&&!!t[e]}function Yt(){return Gt}var qt=0,Xt=0,Ht=!1,Zt=!1,$t=Wt.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Yt,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=qt;return qt=e.screenX,Ht?"mousemove"===e.type?e.screenX-t:0:(Ht=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Xt;return Xt=e.screenY,Zt?"mousemove"===e.type?e.screenY-t:0:(Zt=!0,0)}}),Qt=$t.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Kt={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},Jt={eventTypes:Kt,extractEvents:function(e,t,n,r){var o="mouseover"===e||"pointerover"===e,i="mouseout"===e||"pointerout"===e;if(o&&(n.relatedTarget||n.fromElement)||!i&&!o)return null;if(o=r.window===r?r:(o=r.ownerDocument)?o.defaultView||o.parentWindow:window,i?(i=t,t=(t=n.relatedTarget||n.toElement)?j(t):null):i=null,i===t)return null;var a=void 0,l=void 0,s=void 0,u=void 0;"mouseout"===e||"mouseover"===e?(a=$t,l=Kt.mouseLeave,s=Kt.mouseEnter,u="mouse"):"pointerout"!==e&&"pointerover"!==e||(a=Qt,l=Kt.pointerLeave,s=Kt.pointerEnter,u="pointer");var c=null==i?o:I(i);if(o=null==t?o:I(t),(e=a.getPooled(l,i,n,r)).type=u+"leave",e.target=c,e.relatedTarget=o,(n=a.getPooled(s,t,n,r)).type=u+"enter",n.target=o,n.relatedTarget=c,r=t,i&&r)e:{for(o=r,u=0,a=t=i;a;a=F(a))u++;for(a=0,s=o;s;s=F(s))a++;for(;0<u-a;)t=F(t),u--;for(;0<a-u;)o=F(o),a--;for(;u--;){if(t===o||t===o.alternate)break e;t=F(t),o=F(o)}t=null}else t=null;for(o=t,t=[];i&&i!==o&&(null===(u=i.alternate)||u!==o);)t.push(i),i=F(i);for(i=[];r&&r!==o&&(null===(u=r.alternate)||u!==o);)i.push(r),r=F(r);for(r=0;r<t.length;r++)W(t[r],"bubbled",e);for(r=i.length;0<r--;)W(i[r],"captured",n);return[e,n]}};function en(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}var tn=Object.prototype.hasOwnProperty;function nn(e,t){if(en(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!tn.call(t,n[r])||!en(e[n[r]],t[n[r]]))return!1;return!0}function rn(e,t){return{responder:e,props:t}}function on(e){var t=e;if(e.alternate)for(;t.return;)t=t.return;else{if(0!=(2&t.effectTag))return 1;for(;t.return;)if(0!=(2&(t=t.return).effectTag))return 1}return 3===t.tag?2:3}function an(e){if(2!==on(e))throw a(Error(188))}function ln(e){if(!(e=function(e){var t=e.alternate;if(!t){if(3===(t=on(e)))throw a(Error(188));return 1===t?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var i=o.alternate;if(null===i){if(null!==(r=o.return)){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return an(o),e;if(i===r)return an(o),t;i=i.sibling}throw a(Error(188))}if(n.return!==r.return)n=o,r=i;else{for(var l=!1,s=o.child;s;){if(s===n){l=!0,n=o,r=i;break}if(s===r){l=!0,r=o,n=i;break}s=s.sibling}if(!l){for(s=i.child;s;){if(s===n){l=!0,n=i,r=o;break}if(s===r){l=!0,r=i,n=o;break}s=s.sibling}if(!l)throw a(Error(189))}}if(n.alternate!==r)throw a(Error(190))}if(3!==n.tag)throw a(Error(188));return n.stateNode.current===n?e:t}(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}new Map,new Map,new Set,new Map;var sn=se.extend({animationName:null,elapsedTime:null,pseudoElement:null}),un=se.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),cn=Wt.extend({relatedTarget:null});function pn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}for(var fn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},dn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},hn=Wt.extend({key:function(e){if(e.key){var t=fn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=pn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?dn[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Yt,charCode:function(e){return"keypress"===e.type?pn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?pn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),gn=$t.extend({dataTransfer:null}),mn=Wt.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Yt}),vn=se.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),yn=$t.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),bn=[["blur","blur",0],["cancel","cancel",0],["click","click",0],["close","close",0],["contextmenu","contextMenu",0],["copy","copy",0],["cut","cut",0],["auxclick","auxClick",0],["dblclick","doubleClick",0],["dragend","dragEnd",0],["dragstart","dragStart",0],["drop","drop",0],["focus","focus",0],["input","input",0],["invalid","invalid",0],["keydown","keyDown",0],["keypress","keyPress",0],["keyup","keyUp",0],["mousedown","mouseDown",0],["mouseup","mouseUp",0],["paste","paste",0],["pause","pause",0],["play","play",0],["pointercancel","pointerCancel",0],["pointerdown","pointerDown",0],["pointerup","pointerUp",0],["ratechange","rateChange",0],["reset","reset",0],["seeked","seeked",0],["submit","submit",0],["touchcancel","touchCancel",0],["touchend","touchEnd",0],["touchstart","touchStart",0],["volumechange","volumeChange",0],["drag","drag",1],["dragenter","dragEnter",1],["dragexit","dragExit",1],["dragleave","dragLeave",1],["dragover","dragOver",1],["mousemove","mouseMove",1],["mouseout","mouseOut",1],["mouseover","mouseOver",1],["pointermove","pointerMove",1],["pointerout","pointerOut",1],["pointerover","pointerOver",1],["scroll","scroll",1],["toggle","toggle",1],["touchmove","touchMove",1],["wheel","wheel",1],["abort","abort",2],[Q,"animationEnd",2],[K,"animationIteration",2],[J,"animationStart",2],["canplay","canPlay",2],["canplaythrough","canPlayThrough",2],["durationchange","durationChange",2],["emptied","emptied",2],["encrypted","encrypted",2],["ended","ended",2],["error","error",2],["gotpointercapture","gotPointerCapture",2],["load","load",2],["loadeddata","loadedData",2],["loadedmetadata","loadedMetadata",2],["loadstart","loadStart",2],["lostpointercapture","lostPointerCapture",2],["playing","playing",2],["progress","progress",2],["seeking","seeking",2],["stalled","stalled",2],["suspend","suspend",2],["timeupdate","timeUpdate",2],[ee,"transitionEnd",2],["waiting","waiting",2]],wn={},xn={},_n=0;_n<bn.length;_n++){var kn=bn[_n],En=kn[0],Cn=kn[1],Sn=kn[2],Nn="on"+(Cn[0].toUpperCase()+Cn.slice(1)),Pn={phasedRegistrationNames:{bubbled:Nn,captured:Nn+"Capture"},dependencies:[En],eventPriority:Sn};wn[Cn]=Pn,xn[En]=Pn}var Mn={eventTypes:wn,getEventPriority:function(e){return void 0!==(e=xn[e])?e.eventPriority:2},extractEvents:function(e,t,n,r){var o=xn[e];if(!o)return null;switch(e){case"keypress":if(0===pn(n))return null;case"keydown":case"keyup":e=hn;break;case"blur":case"focus":e=cn;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=$t;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=gn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=mn;break;case Q:case K:case J:e=sn;break;case ee:e=vn;break;case"scroll":e=Wt;break;case"wheel":e=yn;break;case"copy":case"cut":case"paste":e=un;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Qt;break;default:e=se}return G(t=e.getPooled(o,t,n,r)),t}},Tn=Mn.getEventPriority,On=[];function Ln(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r;for(r=n;r.return;)r=r.return;if(!(r=3!==r.tag?null:r.stateNode.containerInfo))break;e.ancestors.push(n),n=j(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var o=ze(e.nativeEvent);r=e.topLevelType;for(var i=e.nativeEvent,a=null,l=0;l<p.length;l++){var s=p[l];s&&(s=s.extractEvents(r,t,i,o))&&(a=C(a,s))}M(a)}}var An=!0;function Bn(e,t){jn(t,e,!1)}function jn(e,t,n){switch(Tn(t)){case 0:var r=function(e,t,n){Re||Be();var r=Rn,o=Re;Re=!0;try{Ae(r,e,t,n)}finally{(Re=o)||Ie()}}.bind(null,t,1);break;case 1:r=function(e,t,n){Rn(e,t,n)}.bind(null,t,1);break;default:r=Rn.bind(null,t,1)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function Rn(e,t,n){if(An){if(null===(t=j(t=ze(n)))||"number"!=typeof t.tag||2===on(t)||(t=null),On.length){var r=On.pop();r.topLevelType=e,r.nativeEvent=n,r.targetInst=t,e=r}else e={topLevelType:e,nativeEvent:n,targetInst:t,ancestors:[]};try{if(n=e,Re)Ln(n);else{Re=!0;try{je(Ln,n,void 0)}finally{Re=!1,Ie()}}}finally{e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>On.length&&On.push(e)}}}var In=new("function"==typeof WeakMap?WeakMap:Map);function Dn(e){var t=In.get(e);return void 0===t&&(t=new Set,In.set(e,t)),t}function Fn(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function zn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Un(e,t){var n,r=zn(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=zn(r)}}function Wn(){for(var e=window,t=Fn();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=Fn((e=t.contentWindow).document)}return t}function Vn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var Gn=Y&&"documentMode"in document&&11>=document.documentMode,Yn={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},qn=null,Xn=null,Hn=null,Zn=!1;function $n(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Zn||null==qn||qn!==Fn(n)?null:("selectionStart"in(n=qn)&&Vn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},Hn&&nn(Hn,n)?null:(Hn=n,(e=se.getPooled(Yn.select,Xn,e,t)).type="select",e.target=qn,G(e),e))}var Qn={eventTypes:Yn,extractEvents:function(e,t,n,r){var o,i=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;if(!(o=!i)){e:{i=Dn(i),o=h.onSelect;for(var a=0;a<o.length;a++)if(!i.has(o[a])){i=!1;break e}i=!0}o=!i}if(o)return null;switch(i=t?I(t):window,e){case"focus":(Fe(i)||"true"===i.contentEditable)&&(qn=i,Xn=t,Hn=null);break;case"blur":Hn=Xn=qn=null;break;case"mousedown":Zn=!0;break;case"contextmenu":case"mouseup":case"dragend":return Zn=!1,$n(n,r);case"selectionchange":if(Gn)break;case"keydown":case"keyup":return $n(n,r)}return null}};function Kn(e,t){return e=o({children:void 0},t),(t=function(e){var t="";return r.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}(t.children))&&(e.children=t),e}function Jn(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+wt(n),t=null,o=0;o<e.length;o++){if(e[o].value===n)return e[o].selected=!0,void(r&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function er(e,t){if(null!=t.dangerouslySetInnerHTML)throw a(Error(91));return o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function tr(e,t){var n=t.value;if(null==n){if(n=t.defaultValue,null!=(t=t.children)){if(null!=n)throw a(Error(92));if(Array.isArray(t)){if(!(1>=t.length))throw a(Error(93));t=t[0]}n=t}null==n&&(n="")}e._wrapperState={initialValue:wt(n)}}function nr(e,t){var n=wt(t.value),r=wt(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function rr(e){var t=e.textContent;t===e._wrapperState.initialValue&&(e.value=t)}T.injectEventPluginOrder("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),x=D,_=R,k=I,T.injectEventPluginsByName({SimpleEventPlugin:Mn,EnterLeaveEventPlugin:Jt,ChangeEventPlugin:Ut,SelectEventPlugin:Qn,BeforeInputEventPlugin:Ce});var or={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function ir(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ar(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ir(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var lr,sr=void 0,ur=(lr=function(e,t){if(e.namespaceURI!==or.svg||"innerHTML"in e)e.innerHTML=t;else{for((sr=sr||document.createElement("div")).innerHTML="<svg>"+t+"</svg>",t=sr.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction(function(){return lr(e,t)})}:lr);function cr(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var pr={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},fr=["Webkit","ms","Moz","O"];function dr(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||pr.hasOwnProperty(e)&&pr[e]?(""+t).trim():t+"px"}function hr(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=dr(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(pr).forEach(function(e){fr.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),pr[t]=pr[e]})});var gr=o({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function mr(e,t){if(t){if(gr[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw a(Error(137),e,"");if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw a(Error(60));if(!("object"==typeof t.dangerouslySetInnerHTML&&"__html"in t.dangerouslySetInnerHTML))throw a(Error(61))}if(null!=t.style&&"object"!=typeof t.style)throw a(Error(62),"")}}function vr(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function yr(e,t){var n=Dn(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=h[t];for(var r=0;r<t.length;r++){var o=t[r];if(!n.has(o)){switch(o){case"scroll":jn(e,"scroll",!0);break;case"focus":case"blur":jn(e,"focus",!0),jn(e,"blur",!0),n.add("blur"),n.add("focus");break;case"cancel":case"close":Ue(o)&&jn(e,o,!0);break;case"invalid":case"submit":case"reset":break;default:-1===te.indexOf(o)&&Bn(o,e)}n.add(o)}}}function br(){}var wr=null,xr=null;function _r(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function kr(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Er="function"==typeof setTimeout?setTimeout:void 0,Cr="function"==typeof clearTimeout?clearTimeout:void 0;function Sr(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}new Set;var Nr=[],Pr=-1;function Mr(e){0>Pr||(e.current=Nr[Pr],Nr[Pr]=null,Pr--)}function Tr(e,t){Nr[++Pr]=e.current,e.current=t}var Or={},Lr={current:Or},Ar={current:!1},Br=Or;function jr(e,t){var n=e.type.contextTypes;if(!n)return Or;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Rr(e){return null!=(e=e.childContextTypes)}function Ir(e){Mr(Ar),Mr(Lr)}function Dr(e){Mr(Ar),Mr(Lr)}function Fr(e,t,n){if(Lr.current!==Or)throw a(Error(168));Tr(Lr,t),Tr(Ar,n)}function zr(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw a(Error(108),ut(t)||"Unknown",i);return o({},n,r)}function Ur(e){var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||Or,Br=Lr.current,Tr(Lr,t),Tr(Ar,Ar.current),!0}function Wr(e,t,n){var r=e.stateNode;if(!r)throw a(Error(169));n?(t=zr(e,t,Br),r.__reactInternalMemoizedMergedChildContext=t,Mr(Ar),Mr(Lr),Tr(Lr,t)):Mr(Ar),Tr(Ar,n)}var Vr=i.unstable_runWithPriority,Gr=i.unstable_scheduleCallback,Yr=i.unstable_cancelCallback,qr=i.unstable_shouldYield,Xr=i.unstable_requestPaint,Hr=i.unstable_now,Zr=i.unstable_getCurrentPriorityLevel,$r=i.unstable_ImmediatePriority,Qr=i.unstable_UserBlockingPriority,Kr=i.unstable_NormalPriority,Jr=i.unstable_LowPriority,eo=i.unstable_IdlePriority,to={},no=void 0!==Xr?Xr:function(){},ro=null,oo=null,io=!1,ao=Hr(),lo=1e4>ao?Hr:function(){return Hr()-ao};function so(){switch(Zr()){case $r:return 99;case Qr:return 98;case Kr:return 97;case Jr:return 96;case eo:return 95;default:throw a(Error(332))}}function uo(e){switch(e){case 99:return $r;case 98:return Qr;case 97:return Kr;case 96:return Jr;case 95:return eo;default:throw a(Error(332))}}function co(e,t){return e=uo(e),Vr(e,t)}function po(e,t,n){return e=uo(e),Gr(e,t,n)}function fo(e){return null===ro?(ro=[e],oo=Gr($r,go)):ro.push(e),to}function ho(){null!==oo&&Yr(oo),go()}function go(){if(!io&&null!==ro){io=!0;var e=0;try{var t=ro;co(99,function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}}),ro=null}catch(t){throw null!==ro&&(ro=ro.slice(e+1)),Gr($r,ho),t}finally{io=!1}}}function mo(e,t){return 1073741823===t?99:1===t?95:0>=(e=10*(1073741821-t)-10*(1073741821-e))?99:250>=e?98:5250>=e?97:95}function vo(e,t){if(e&&e.defaultProps)for(var n in t=o({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var yo={current:null},bo=null,wo=null,xo=null;function _o(){xo=wo=bo=null}function ko(e,t){var n=e.type._context;Tr(yo,n._currentValue),n._currentValue=t}function Eo(e){var t=yo.current;Mr(yo),e.type._context._currentValue=t}function Co(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function So(e,t){bo=e,xo=wo=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(ua=!0),e.firstContext=null)}function No(e,t){if(xo!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(xo=e,t=1073741823),t={context:e,observedBits:t,next:null},null===wo){if(null===bo)throw a(Error(308));wo=t,bo.dependencies={expirationTime:0,firstContext:t,responders:null}}else wo=wo.next=t;return e._currentValue}var Po=!1;function Mo(e){return{baseState:e,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function To(e){return{baseState:e.baseState,firstUpdate:e.firstUpdate,lastUpdate:e.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Oo(e,t){return{expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Lo(e,t){null===e.lastUpdate?e.firstUpdate=e.lastUpdate=t:(e.lastUpdate.next=t,e.lastUpdate=t)}function Ao(e,t){var n=e.alternate;if(null===n){var r=e.updateQueue,o=null;null===r&&(r=e.updateQueue=Mo(e.memoizedState))}else r=e.updateQueue,o=n.updateQueue,null===r?null===o?(r=e.updateQueue=Mo(e.memoizedState),o=n.updateQueue=Mo(n.memoizedState)):r=e.updateQueue=To(o):null===o&&(o=n.updateQueue=To(r));null===o||r===o?Lo(r,t):null===r.lastUpdate||null===o.lastUpdate?(Lo(r,t),Lo(o,t)):(Lo(r,t),o.lastUpdate=t)}function Bo(e,t){var n=e.updateQueue;null===(n=null===n?e.updateQueue=Mo(e.memoizedState):jo(e,n)).lastCapturedUpdate?n.firstCapturedUpdate=n.lastCapturedUpdate=t:(n.lastCapturedUpdate.next=t,n.lastCapturedUpdate=t)}function jo(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=To(t)),t}function Ro(e,t,n,r,i,a){switch(n.tag){case 1:return"function"==typeof(e=n.payload)?e.call(a,r,i):e;case 3:e.effectTag=-2049&e.effectTag|64;case 0:if(null==(i="function"==typeof(e=n.payload)?e.call(a,r,i):e))break;return o({},r,i);case 2:Po=!0}return r}function Io(e,t,n,r,o){Po=!1;for(var i=(t=jo(e,t)).baseState,a=null,l=0,s=t.firstUpdate,u=i;null!==s;){var c=s.expirationTime;c<o?(null===a&&(a=s,i=u),l<c&&(l=c)):(zl(c,s.suspenseConfig),u=Ro(e,0,s,u,n,r),null!==s.callback&&(e.effectTag|=32,s.nextEffect=null,null===t.lastEffect?t.firstEffect=t.lastEffect=s:(t.lastEffect.nextEffect=s,t.lastEffect=s))),s=s.next}for(c=null,s=t.firstCapturedUpdate;null!==s;){var p=s.expirationTime;p<o?(null===c&&(c=s,null===a&&(i=u)),l<p&&(l=p)):(u=Ro(e,0,s,u,n,r),null!==s.callback&&(e.effectTag|=32,s.nextEffect=null,null===t.lastCapturedEffect?t.firstCapturedEffect=t.lastCapturedEffect=s:(t.lastCapturedEffect.nextEffect=s,t.lastCapturedEffect=s))),s=s.next}null===a&&(t.lastUpdate=null),null===c?t.lastCapturedUpdate=null:e.effectTag|=32,null===a&&null===c&&(i=u),t.baseState=i,t.firstUpdate=a,t.firstCapturedUpdate=c,e.expirationTime=l,e.memoizedState=u}function Do(e,t,n){null!==t.firstCapturedUpdate&&(null!==t.lastUpdate&&(t.lastUpdate.next=t.firstCapturedUpdate,t.lastUpdate=t.lastCapturedUpdate),t.firstCapturedUpdate=t.lastCapturedUpdate=null),Fo(t.firstEffect,n),t.firstEffect=t.lastEffect=null,Fo(t.firstCapturedEffect,n),t.firstCapturedEffect=t.lastCapturedEffect=null}function Fo(e,t){for(;null!==e;){var n=e.callback;if(null!==n){e.callback=null;var r=t;if("function"!=typeof n)throw a(Error(191),n);n.call(r)}e=e.nextEffect}}var zo=Ye.ReactCurrentBatchConfig,Uo=(new r.Component).refs;function Wo(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:o({},t,n),e.memoizedState=n,null!==(r=e.updateQueue)&&0===e.expirationTime&&(r.baseState=n)}var Vo={isMounted:function(e){return!!(e=e._reactInternalFiber)&&2===on(e)},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=Nl(),o=zo.suspense;(o=Oo(r=Pl(r,e,o),o)).payload=t,null!=n&&(o.callback=n),Ao(e,o),Tl(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=Nl(),o=zo.suspense;(o=Oo(r=Pl(r,e,o),o)).tag=1,o.payload=t,null!=n&&(o.callback=n),Ao(e,o),Tl(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=Nl(),r=zo.suspense;(r=Oo(n=Pl(n,e,r),r)).tag=2,null!=t&&(r.callback=t),Ao(e,r),Tl(e,n)}};function Go(e,t,n,r,o,i,a){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!nn(n,r)||!nn(o,i))}function Yo(e,t,n){var r=!1,o=Or,i=t.contextType;return"object"==typeof i&&null!==i?i=No(i):(o=Rr(t)?Br:Lr.current,i=(r=null!=(r=t.contextTypes))?jr(e,o):Or),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=Vo,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function qo(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&Vo.enqueueReplaceState(t,t.state,null)}function Xo(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=Uo;var i=t.contextType;"object"==typeof i&&null!==i?o.context=No(i):(i=Rr(t)?Br:Lr.current,o.context=jr(e,i)),null!==(i=e.updateQueue)&&(Io(e,i,n,o,r),o.state=e.memoizedState),"function"==typeof(i=t.getDerivedStateFromProps)&&(Wo(e,t,i,n),o.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof o.getSnapshotBeforeUpdate||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||(t=o.state,"function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&Vo.enqueueReplaceState(o,o.state,null),null!==(i=e.updateQueue)&&(Io(e,i,n,o,r),o.state=e.memoizedState)),"function"==typeof o.componentDidMount&&(e.effectTag|=4)}var Ho=Array.isArray;function Zo(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){n=n._owner;var r=void 0;if(n){if(1!==n.tag)throw a(Error(309));r=n.stateNode}if(!r)throw a(Error(147),e);var o=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===o?t.ref:((t=function(e){var t=r.refs;t===Uo&&(t=r.refs={}),null===e?delete t[o]:t[o]=e})._stringRef=o,t)}if("string"!=typeof e)throw a(Error(284));if(!n._owner)throw a(Error(290),e)}return e}function $o(e,t){if("textarea"!==e.type)throw a(Error(31),"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,"")}function Qo(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t,n){return(e=es(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function l(t){return e&&null===t.alternate&&(t.effectTag=2),t}function s(e,t,n,r){return null===t||6!==t.tag?((t=rs(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function u(e,t,n,r){return null!==t&&t.elementType===n.type?((r=o(t,n.props)).ref=Zo(e,t,n),r.return=e,r):((r=ts(n.type,n.key,n.props,null,e.mode,r)).ref=Zo(e,t,n),r.return=e,r)}function c(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=os(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function p(e,t,n,r,i){return null===t||7!==t.tag?((t=ns(n,e.mode,r,i)).return=e,t):((t=o(t,n)).return=e,t)}function f(e,t,n){if("string"==typeof t||"number"==typeof t)return(t=rs(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case He:return(n=ts(t.type,t.key,t.props,null,e.mode,n)).ref=Zo(e,null,t),n.return=e,n;case Ze:return(t=os(t,e.mode,n)).return=e,t}if(Ho(t)||st(t))return(t=ns(t,e.mode,n,null)).return=e,t;$o(e,t)}return null}function d(e,t,n,r){var o=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==o?null:s(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case He:return n.key===o?n.type===$e?p(e,t,n.props.children,r,o):u(e,t,n,r):null;case Ze:return n.key===o?c(e,t,n,r):null}if(Ho(n)||st(n))return null!==o?null:p(e,t,n,r,null);$o(e,n)}return null}function h(e,t,n,r,o){if("string"==typeof r||"number"==typeof r)return s(t,e=e.get(n)||null,""+r,o);if("object"==typeof r&&null!==r){switch(r.$$typeof){case He:return e=e.get(null===r.key?n:r.key)||null,r.type===$e?p(t,e,r.props.children,o,r.key):u(t,e,r,o);case Ze:return c(t,e=e.get(null===r.key?n:r.key)||null,r,o)}if(Ho(r)||st(r))return p(t,e=e.get(n)||null,r,o,null);$o(t,r)}return null}function g(o,a,l,s){for(var u=null,c=null,p=a,g=a=0,m=null;null!==p&&g<l.length;g++){p.index>g?(m=p,p=null):m=p.sibling;var v=d(o,p,l[g],s);if(null===v){null===p&&(p=m);break}e&&p&&null===v.alternate&&t(o,p),a=i(v,a,g),null===c?u=v:c.sibling=v,c=v,p=m}if(g===l.length)return n(o,p),u;if(null===p){for(;g<l.length;g++)null!==(p=f(o,l[g],s))&&(a=i(p,a,g),null===c?u=p:c.sibling=p,c=p);return u}for(p=r(o,p);g<l.length;g++)null!==(m=h(p,o,g,l[g],s))&&(e&&null!==m.alternate&&p.delete(null===m.key?g:m.key),a=i(m,a,g),null===c?u=m:c.sibling=m,c=m);return e&&p.forEach(function(e){return t(o,e)}),u}function m(o,l,s,u){var c=st(s);if("function"!=typeof c)throw a(Error(150));if(null==(s=c.call(s)))throw a(Error(151));for(var p=c=null,g=l,m=l=0,v=null,y=s.next();null!==g&&!y.done;m++,y=s.next()){g.index>m?(v=g,g=null):v=g.sibling;var b=d(o,g,y.value,u);if(null===b){null===g&&(g=v);break}e&&g&&null===b.alternate&&t(o,g),l=i(b,l,m),null===p?c=b:p.sibling=b,p=b,g=v}if(y.done)return n(o,g),c;if(null===g){for(;!y.done;m++,y=s.next())null!==(y=f(o,y.value,u))&&(l=i(y,l,m),null===p?c=y:p.sibling=y,p=y);return c}for(g=r(o,g);!y.done;m++,y=s.next())null!==(y=h(g,o,m,y.value,u))&&(e&&null!==y.alternate&&g.delete(null===y.key?m:y.key),l=i(y,l,m),null===p?c=y:p.sibling=y,p=y);return e&&g.forEach(function(e){return t(o,e)}),c}return function(e,r,i,s){var u="object"==typeof i&&null!==i&&i.type===$e&&null===i.key;u&&(i=i.props.children);var c="object"==typeof i&&null!==i;if(c)switch(i.$$typeof){case He:e:{for(c=i.key,u=r;null!==u;){if(u.key===c){if(7===u.tag?i.type===$e:u.elementType===i.type){n(e,u.sibling),(r=o(u,i.type===$e?i.props.children:i.props)).ref=Zo(e,u,i),r.return=e,e=r;break e}n(e,u);break}t(e,u),u=u.sibling}i.type===$e?((r=ns(i.props.children,e.mode,s,i.key)).return=e,e=r):((s=ts(i.type,i.key,i.props,null,e.mode,s)).ref=Zo(e,r,i),s.return=e,e=s)}return l(e);case Ze:e:{for(u=i.key;null!==r;){if(r.key===u){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=o(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=os(i,e.mode,s)).return=e,e=r}return l(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=o(r,i)).return=e,e=r):(n(e,r),(r=rs(i,e.mode,s)).return=e,e=r),l(e);if(Ho(i))return g(e,r,i,s);if(st(i))return m(e,r,i,s);if(c&&$o(e,i),void 0===i&&!u)switch(e.tag){case 1:case 0:throw e=e.type,a(Error(152),e.displayName||e.name||"Component")}return n(e,r)}}var Ko=Qo(!0),Jo=Qo(!1),ei={},ti={current:ei},ni={current:ei},ri={current:ei};function oi(e){if(e===ei)throw a(Error(174));return e}function ii(e,t){Tr(ri,t),Tr(ni,e),Tr(ti,ei);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ar(null,"");break;default:t=ar(t=(n=8===n?t.parentNode:t).namespaceURI||null,n=n.tagName)}Mr(ti),Tr(ti,t)}function ai(e){Mr(ti),Mr(ni),Mr(ri)}function li(e){oi(ri.current);var t=oi(ti.current),n=ar(t,e.type);t!==n&&(Tr(ni,e),Tr(ti,n))}function si(e){ni.current===e&&(Mr(ti),Mr(ni))}var ui=1,ci=1,pi=2,fi={current:0};function di(e){for(var t=e;null!==t;){if(13===t.tag){if(null!==t.memoizedState)return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(64&t.effectTag))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var hi=0,gi=2,mi=4,vi=8,yi=16,bi=32,wi=64,xi=128,_i=Ye.ReactCurrentDispatcher,ki=0,Ei=null,Ci=null,Si=null,Ni=null,Pi=null,Mi=null,Ti=0,Oi=null,Li=0,Ai=!1,Bi=null,ji=0;function Ri(){throw a(Error(321))}function Ii(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!en(e[n],t[n]))return!1;return!0}function Di(e,t,n,r,o,i){if(ki=i,Ei=t,Si=null!==e?e.memoizedState:null,_i.current=null===Si?Qi:Ki,t=n(r,o),Ai){do{Ai=!1,ji+=1,Si=null!==e?e.memoizedState:null,Mi=Ni,Oi=Pi=Ci=null,_i.current=Ki,t=n(r,o)}while(Ai);Bi=null,ji=0}if(_i.current=$i,(e=Ei).memoizedState=Ni,e.expirationTime=Ti,e.updateQueue=Oi,e.effectTag|=Li,e=null!==Ci&&null!==Ci.next,ki=0,Mi=Pi=Ni=Si=Ci=Ei=null,Ti=0,Oi=null,Li=0,e)throw a(Error(300));return t}function Fi(){_i.current=$i,ki=0,Mi=Pi=Ni=Si=Ci=Ei=null,Ti=0,Oi=null,Li=0,Ai=!1,Bi=null,ji=0}function zi(){var e={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};return null===Pi?Ni=Pi=e:Pi=Pi.next=e,Pi}function Ui(){if(null!==Mi)Mi=(Pi=Mi).next,Si=null!==(Ci=Si)?Ci.next:null;else{if(null===Si)throw a(Error(310));var e={memoizedState:(Ci=Si).memoizedState,baseState:Ci.baseState,queue:Ci.queue,baseUpdate:Ci.baseUpdate,next:null};Pi=null===Pi?Ni=e:Pi.next=e,Si=Ci.next}return Pi}function Wi(e,t){return"function"==typeof t?t(e):t}function Vi(e){var t=Ui(),n=t.queue;if(null===n)throw a(Error(311));if(n.lastRenderedReducer=e,0<ji){var r=n.dispatch;if(null!==Bi){var o=Bi.get(n);if(void 0!==o){Bi.delete(n);var i=t.memoizedState;do{i=e(i,o.action),o=o.next}while(null!==o);return en(i,t.memoizedState)||(ua=!0),t.memoizedState=i,t.baseUpdate===n.last&&(t.baseState=i),n.lastRenderedState=i,[i,r]}}return[t.memoizedState,r]}r=n.last;var l=t.baseUpdate;if(i=t.baseState,null!==l?(null!==r&&(r.next=null),r=l.next):r=null!==r?r.next:null,null!==r){var s=o=null,u=r,c=!1;do{var p=u.expirationTime;p<ki?(c||(c=!0,s=l,o=i),p>Ti&&(Ti=p)):(zl(p,u.suspenseConfig),i=u.eagerReducer===e?u.eagerState:e(i,u.action)),l=u,u=u.next}while(null!==u&&u!==r);c||(s=l,o=i),en(i,t.memoizedState)||(ua=!0),t.memoizedState=i,t.baseUpdate=s,t.baseState=o,n.lastRenderedState=i}return[t.memoizedState,n.dispatch]}function Gi(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===Oi?(Oi={lastEffect:null}).lastEffect=e.next=e:null===(t=Oi.lastEffect)?Oi.lastEffect=e.next=e:(n=t.next,t.next=e,e.next=n,Oi.lastEffect=e),e}function Yi(e,t,n,r){var o=zi();Li|=e,o.memoizedState=Gi(t,n,void 0,void 0===r?null:r)}function qi(e,t,n,r){var o=Ui();r=void 0===r?null:r;var i=void 0;if(null!==Ci){var a=Ci.memoizedState;if(i=a.destroy,null!==r&&Ii(r,a.deps))return void Gi(hi,n,i,r)}Li|=e,o.memoizedState=Gi(t,n,i,r)}function Xi(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Hi(){}function Zi(e,t,n){if(!(25>ji))throw a(Error(301));var r=e.alternate;if(e===Ei||null!==r&&r===Ei)if(Ai=!0,e={expirationTime:ki,suspenseConfig:null,action:n,eagerReducer:null,eagerState:null,next:null},null===Bi&&(Bi=new Map),void 0===(n=Bi.get(t)))Bi.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}else{var o=Nl(),i=zo.suspense;i={expirationTime:o=Pl(o,e,i),suspenseConfig:i,action:n,eagerReducer:null,eagerState:null,next:null};var l=t.last;if(null===l)i.next=i;else{var s=l.next;null!==s&&(i.next=s),l.next=i}if(t.last=i,0===e.expirationTime&&(null===r||0===r.expirationTime)&&null!==(r=t.lastRenderedReducer))try{var u=t.lastRenderedState,c=r(u,n);if(i.eagerReducer=r,i.eagerState=c,en(c,u))return}catch(e){}Tl(e,o)}}var $i={readContext:No,useCallback:Ri,useContext:Ri,useEffect:Ri,useImperativeHandle:Ri,useLayoutEffect:Ri,useMemo:Ri,useReducer:Ri,useRef:Ri,useState:Ri,useDebugValue:Ri,useResponder:Ri},Qi={readContext:No,useCallback:function(e,t){return zi().memoizedState=[e,void 0===t?null:t],e},useContext:No,useEffect:function(e,t){return Yi(516,xi|wi,e,t)},useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Yi(4,mi|bi,Xi.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Yi(4,mi|bi,e,t)},useMemo:function(e,t){var n=zi();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=zi();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={last:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=Zi.bind(null,Ei,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},zi().memoizedState=e},useState:function(e){var t=zi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={last:null,dispatch:null,lastRenderedReducer:Wi,lastRenderedState:e}).dispatch=Zi.bind(null,Ei,e),[t.memoizedState,e]},useDebugValue:Hi,useResponder:rn},Ki={readContext:No,useCallback:function(e,t){var n=Ui();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Ii(t,r[1])?r[0]:(n.memoizedState=[e,t],e)},useContext:No,useEffect:function(e,t){return qi(516,xi|wi,e,t)},useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,qi(4,mi|bi,Xi.bind(null,t,e),n)},useLayoutEffect:function(e,t){return qi(4,mi|bi,e,t)},useMemo:function(e,t){var n=Ui();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Ii(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)},useReducer:Vi,useRef:function(){return Ui().memoizedState},useState:function(e){return Vi(Wi)},useDebugValue:Hi,useResponder:rn},Ji=null,ea=null,ta=!1;function na(e,t){var n=Kl(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function ra(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function oa(e){if(ta){var t=ea;if(t){var n=t;if(!ra(e,t)){if(!(t=Sr(n.nextSibling))||!ra(e,t))return e.effectTag|=2,ta=!1,void(Ji=e);na(Ji,n)}Ji=e,ea=Sr(t.firstChild)}else e.effectTag|=2,ta=!1,Ji=e}}function ia(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&18!==e.tag;)e=e.return;Ji=e}function aa(e){if(e!==Ji)return!1;if(!ta)return ia(e),ta=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!kr(t,e.memoizedProps))for(t=ea;t;)na(e,t),t=Sr(t.nextSibling);return ia(e),ea=Ji?Sr(e.stateNode.nextSibling):null,!0}function la(){ea=Ji=null,ta=!1}var sa=Ye.ReactCurrentOwner,ua=!1;function ca(e,t,n,r){t.child=null===e?Jo(t,null,n,r):Ko(t,e.child,n,r)}function pa(e,t,n,r,o){n=n.render;var i=t.ref;return So(t,o),r=Di(e,t,n,r,i,o),null===e||ua?(t.effectTag|=1,ca(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),ka(e,t,o))}function fa(e,t,n,r,o,i){if(null===e){var a=n.type;return"function"!=typeof a||Jl(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=ts(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,da(e,t,a,r,o,i))}return a=e.child,o<i&&(o=a.memoizedProps,(n=null!==(n=n.compare)?n:nn)(o,r)&&e.ref===t.ref)?ka(e,t,i):(t.effectTag|=1,(e=es(a,r)).ref=t.ref,e.return=t,t.child=e)}function da(e,t,n,r,o,i){return null!==e&&nn(e.memoizedProps,r)&&e.ref===t.ref&&(ua=!1,o<i)?ka(e,t,i):ga(e,t,n,r,i)}function ha(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function ga(e,t,n,r,o){var i=Rr(n)?Br:Lr.current;return i=jr(t,i),So(t,o),n=Di(e,t,n,r,i,o),null===e||ua?(t.effectTag|=1,ca(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),ka(e,t,o))}function ma(e,t,n,r,o){if(Rr(n)){var i=!0;Ur(t)}else i=!1;if(So(t,o),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),Yo(t,n,r),Xo(t,n,r,o),r=!0;else if(null===e){var a=t.stateNode,l=t.memoizedProps;a.props=l;var s=a.context,u=n.contextType;"object"==typeof u&&null!==u?u=No(u):u=jr(t,u=Rr(n)?Br:Lr.current);var c=n.getDerivedStateFromProps,p="function"==typeof c||"function"==typeof a.getSnapshotBeforeUpdate;p||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(l!==r||s!==u)&&qo(t,a,r,u),Po=!1;var f=t.memoizedState;s=a.state=f;var d=t.updateQueue;null!==d&&(Io(t,d,r,a,o),s=t.memoizedState),l!==r||f!==s||Ar.current||Po?("function"==typeof c&&(Wo(t,n,c,r),s=t.memoizedState),(l=Po||Go(t,n,l,r,f,s,u))?(p||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount&&(t.effectTag|=4)):("function"==typeof a.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=s),a.props=r,a.state=s,a.context=u,r=l):("function"==typeof a.componentDidMount&&(t.effectTag|=4),r=!1)}else a=t.stateNode,l=t.memoizedProps,a.props=t.type===t.elementType?l:vo(t.type,l),s=a.context,"object"==typeof(u=n.contextType)&&null!==u?u=No(u):u=jr(t,u=Rr(n)?Br:Lr.current),(p="function"==typeof(c=n.getDerivedStateFromProps)||"function"==typeof a.getSnapshotBeforeUpdate)||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(l!==r||s!==u)&&qo(t,a,r,u),Po=!1,s=t.memoizedState,f=a.state=s,null!==(d=t.updateQueue)&&(Io(t,d,r,a,o),f=t.memoizedState),l!==r||s!==f||Ar.current||Po?("function"==typeof c&&(Wo(t,n,c,r),f=t.memoizedState),(c=Po||Go(t,n,l,r,s,f,u))?(p||"function"!=typeof a.UNSAFE_componentWillUpdate&&"function"!=typeof a.componentWillUpdate||("function"==typeof a.componentWillUpdate&&a.componentWillUpdate(r,f,u),"function"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,f,u)),"function"==typeof a.componentDidUpdate&&(t.effectTag|=4),"function"==typeof a.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof a.componentDidUpdate||l===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=4),"function"!=typeof a.getSnapshotBeforeUpdate||l===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=f),a.props=r,a.state=f,a.context=u,r=c):("function"!=typeof a.componentDidUpdate||l===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=4),"function"!=typeof a.getSnapshotBeforeUpdate||l===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=256),r=!1);return va(e,t,n,r,i,o)}function va(e,t,n,r,o,i){ha(e,t);var a=0!=(64&t.effectTag);if(!r&&!a)return o&&Wr(t,n,!1),ka(e,t,i);r=t.stateNode,sa.current=t;var l=a&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&a?(t.child=Ko(t,e.child,null,i),t.child=Ko(t,null,l,i)):ca(e,t,l,i),t.memoizedState=r.state,o&&Wr(t,n,!0),t.child}function ya(e){var t=e.stateNode;t.pendingContext?Fr(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Fr(0,t.context,!1),ii(e,t.containerInfo)}var ba={};function wa(e,t,n){var r,o=t.mode,i=t.pendingProps,a=fi.current,l=null,s=!1;if((r=0!=(64&t.effectTag))||(r=0!=(a&pi)&&(null===e||null!==e.memoizedState)),r?(l=ba,s=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(a|=ci),Tr(fi,a&=ui),null===e)if(s){if(i=i.fallback,(e=ns(null,o,0,null)).return=t,0==(2&t.mode))for(s=null!==t.memoizedState?t.child.child:t.child,e.child=s;null!==s;)s.return=e,s=s.sibling;(n=ns(i,o,n,null)).return=t,e.sibling=n,o=e}else o=n=Jo(t,null,i.children,n);else{if(null!==e.memoizedState)if(o=(a=e.child).sibling,s){if(i=i.fallback,(n=es(a,a.pendingProps)).return=t,0==(2&t.mode)&&(s=null!==t.memoizedState?t.child.child:t.child)!==a.child)for(n.child=s;null!==s;)s.return=n,s=s.sibling;(i=es(o,i,o.expirationTime)).return=t,n.sibling=i,o=n,n.childExpirationTime=0,n=i}else o=n=Ko(t,a.child,i.children,n);else if(a=e.child,s){if(s=i.fallback,(i=ns(null,o,0,null)).return=t,i.child=a,null!==a&&(a.return=i),0==(2&t.mode))for(a=null!==t.memoizedState?t.child.child:t.child,i.child=a;null!==a;)a.return=i,a=a.sibling;(n=ns(s,o,n,null)).return=t,i.sibling=n,n.effectTag|=2,o=i,i.childExpirationTime=0}else n=o=Ko(t,a,i.children,n);t.stateNode=e.stateNode}return t.memoizedState=l,t.child=o,n}function xa(e,t,n,r,o){var i=e.memoizedState;null===i?e.memoizedState={isBackwards:t,rendering:null,last:r,tail:n,tailExpiration:0,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.last=r,i.tail=n,i.tailExpiration=0,i.tailMode=o)}function _a(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(ca(e,t,r.children,n),0!=((r=fi.current)&pi))r=r&ui|pi,t.effectTag|=64;else{if(null!==e&&0!=(64&e.effectTag))e:for(e=t.child;null!==e;){if(13===e.tag){if(null!==e.memoizedState){e.expirationTime<n&&(e.expirationTime=n);var a=e.alternate;null!==a&&a.expirationTime<n&&(a.expirationTime=n),Co(e.return,n)}}else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=ui}if(Tr(fi,r),0==(2&t.mode))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;null!==n;)null!==(r=n.alternate)&&null===di(r)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),xa(t,!1,o,n,i);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(r=o.alternate)&&null===di(r)){t.child=o;break}r=o.sibling,o.sibling=n,n=o,o=r}xa(t,!0,n,null,i);break;case"together":xa(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function ka(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw a(Error(153));if(null!==t.child){for(n=es(e=t.child,e.pendingProps,e.expirationTime),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=es(e,e.pendingProps,e.expirationTime)).return=t;n.sibling=null}return t.child}function Ea(e){e.effectTag|=4}var Ca=void 0,Sa=void 0,Na=void 0,Pa=void 0;function Ma(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Ta(e){switch(e.tag){case 1:Rr(e.type)&&Ir();var t=e.effectTag;return 2048&t?(e.effectTag=-2049&t|64,e):null;case 3:if(ai(),Dr(),0!=(64&(t=e.effectTag)))throw a(Error(285));return e.effectTag=-2049&t|64,e;case 5:return si(e),null;case 13:return Mr(fi),2048&(t=e.effectTag)?(e.effectTag=-2049&t|64,e):null;case 18:return null;case 19:return Mr(fi),null;case 4:return ai(),null;case 10:return Eo(e),null;default:return null}}function Oa(e,t){return{value:e,source:t,stack:ct(t)}}Ca=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(20===n.tag)e.appendChild(n.stateNode.instance);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Sa=function(){},Na=function(e,t,n,r,i){var a=e.memoizedProps;if(a!==r){var l=t.stateNode;switch(oi(ti.current),e=null,n){case"input":a=xt(l,a),r=xt(l,r),e=[];break;case"option":a=Kn(l,a),r=Kn(l,r),e=[];break;case"select":a=o({},a,{value:void 0}),r=o({},r,{value:void 0}),e=[];break;case"textarea":a=er(l,a),r=er(l,r),e=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(l.onclick=br)}mr(n,r),l=n=void 0;var s=null;for(n in a)if(!r.hasOwnProperty(n)&&a.hasOwnProperty(n)&&null!=a[n])if("style"===n){var u=a[n];for(l in u)u.hasOwnProperty(l)&&(s||(s={}),s[l]="")}else"dangerouslySetInnerHTML"!==n&&"children"!==n&&"suppressContentEditableWarning"!==n&&"suppressHydrationWarning"!==n&&"autoFocus"!==n&&(d.hasOwnProperty(n)?e||(e=[]):(e=e||[]).push(n,null));for(n in r){var c=r[n];if(u=null!=a?a[n]:void 0,r.hasOwnProperty(n)&&c!==u&&(null!=c||null!=u))if("style"===n)if(u){for(l in u)!u.hasOwnProperty(l)||c&&c.hasOwnProperty(l)||(s||(s={}),s[l]="");for(l in c)c.hasOwnProperty(l)&&u[l]!==c[l]&&(s||(s={}),s[l]=c[l])}else s||(e||(e=[]),e.push(n,s)),s=c;else"dangerouslySetInnerHTML"===n?(c=c?c.__html:void 0,u=u?u.__html:void 0,null!=c&&u!==c&&(e=e||[]).push(n,""+c)):"children"===n?u===c||"string"!=typeof c&&"number"!=typeof c||(e=e||[]).push(n,""+c):"suppressContentEditableWarning"!==n&&"suppressHydrationWarning"!==n&&(d.hasOwnProperty(n)?(null!=c&&yr(i,n),e||u===c||(e=[])):(e=e||[]).push(n,c))}s&&(e=e||[]).push("style",s),i=e,(t.updateQueue=i)&&Ea(t)}},Pa=function(e,t,n,r){n!==r&&Ea(t)};var La="function"==typeof WeakSet?WeakSet:Set;function Aa(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=ct(n)),null!==n&&ut(n.type),t=t.value,null!==e&&1===e.tag&&ut(e.type);try{console.error(t)}catch(e){setTimeout(function(){throw e})}}function Ba(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){ql(e,t)}else t.current=null}function ja(e,t,n){if(null!==(n=null!==(n=n.updateQueue)?n.lastEffect:null)){var r=n=n.next;do{if((r.tag&e)!==hi){var o=r.destroy;r.destroy=void 0,void 0!==o&&o()}(r.tag&t)!==hi&&(o=r.create,r.destroy=o()),r=r.next}while(r!==n)}}function Ra(e,t){switch("function"==typeof $l&&$l(e),e.tag){case 0:case 11:case 14:case 15:var n=e.updateQueue;if(null!==n&&null!==(n=n.lastEffect)){var r=n.next;co(97<t?97:t,function(){var t=r;do{var n=t.destroy;if(void 0!==n){var o=e;try{n()}catch(e){ql(o,e)}}t=t.next}while(t!==r)})}break;case 1:Ba(e),"function"==typeof(t=e.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){ql(e,t)}}(e,t);break;case 5:Ba(e);break;case 4:za(e,t)}}function Ia(e,t){for(var n=e;;)if(Ra(n,t),null!==n.child&&4!==n.tag)n.child.return=n,n=n.child;else{if(n===e)break;for(;null===n.sibling;){if(null===n.return||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}}function Da(e){return 5===e.tag||3===e.tag||4===e.tag}function Fa(e){e:{for(var t=e.return;null!==t;){if(Da(t)){var n=t;break e}t=t.return}throw a(Error(160))}switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw a(Error(161))}16&n.effectTag&&(cr(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||Da(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}for(var o=e;;){var i=5===o.tag||6===o.tag;if(i||20===o.tag){var l=i?o.stateNode:o.stateNode.instance;if(n)if(r){var s=l;l=n,8===(i=t).nodeType?i.parentNode.insertBefore(s,l):i.insertBefore(s,l)}else t.insertBefore(l,n);else r?(8===(s=t).nodeType?(i=s.parentNode).insertBefore(l,s):(i=s).appendChild(l),null!=(s=s._reactRootContainer)||null!==i.onclick||(i.onclick=br)):t.appendChild(l)}else if(4!==o.tag&&null!==o.child){o.child.return=o,o=o.child;continue}if(o===e)break;for(;null===o.sibling;){if(null===o.return||o.return===e)return;o=o.return}o.sibling.return=o.return,o=o.sibling}}function za(e,t){for(var n=e,r=!1,o=void 0,i=void 0;;){if(!r){r=n.return;e:for(;;){if(null===r)throw a(Error(160));switch(o=r.stateNode,r.tag){case 5:i=!1;break e;case 3:case 4:o=o.containerInfo,i=!0;break e}r=r.return}r=!0}if(5===n.tag||6===n.tag)if(Ia(n,t),i){var l=o,s=n.stateNode;8===l.nodeType?l.parentNode.removeChild(s):l.removeChild(s)}else o.removeChild(n.stateNode);else if(20===n.tag)s=n.stateNode.instance,Ia(n,t),i?8===(l=o).nodeType?l.parentNode.removeChild(s):l.removeChild(s):o.removeChild(s);else if(4===n.tag){if(null!==n.child){o=n.stateNode.containerInfo,i=!0,n.child.return=n,n=n.child;continue}}else if(Ra(n,t),null!==n.child){n.child.return=n,n=n.child;continue}if(n===e)break;for(;null===n.sibling;){if(null===n.return||n.return===e)return;4===(n=n.return).tag&&(r=!1)}n.sibling.return=n.return,n=n.sibling}}function Ua(e,t){switch(t.tag){case 0:case 11:case 14:case 15:ja(mi,vi,t);break;case 1:break;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,o=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[B]=r,"input"===e&&"radio"===r.type&&null!=r.name&&kt(n,r),vr(e,o),t=vr(e,r),o=0;o<i.length;o+=2){var l=i[o],s=i[o+1];"style"===l?hr(n,s):"dangerouslySetInnerHTML"===l?ur(n,s):"children"===l?cr(n,s):bt(n,l,s,t)}switch(e){case"input":Et(n,r);break;case"textarea":nr(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?Jn(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?Jn(n,!!r.multiple,r.defaultValue,!0):Jn(n,!!r.multiple,r.multiple?[]:"",!1))}}}break;case 6:if(null===t.stateNode)throw a(Error(162));t.stateNode.nodeValue=t.memoizedProps;break;case 3:case 12:break;case 13:if(n=t,null===t.memoizedState?r=!1:(r=!0,n=t.child,dl=lo()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,r?"function"==typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,o=null!=(o=e.memoizedProps.style)&&o.hasOwnProperty("display")?o.display:null,i.style.display=dr("display",o));else if(6===e.tag)e.stateNode.nodeValue=r?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break e;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}Wa(t);break;case 19:Wa(t);break;case 17:case 20:break;default:throw a(Error(163))}}function Wa(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new La),t.forEach(function(t){var r=function(e,t){var n=e.stateNode;null!==n&&n.delete(t),n=Nl(),t=Pl(n,e,null),n=mo(n,t),null!==(e=Ol(e,t))&&Ll(e,n,t)}.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))})}}var Va="function"==typeof WeakMap?WeakMap:Map;function Ga(e,t,n){(n=Oo(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){ml||(ml=!0,vl=r),Aa(e,t)},n}function Ya(e,t,n){(n=Oo(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return Aa(e,t),r(o)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof r&&(null===yl?yl=new Set([this]):yl.add(this),Aa(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var qa=Math.ceil,Xa=Ye.ReactCurrentDispatcher,Ha=Ye.ReactCurrentOwner,Za=0,$a=8,Qa=16,Ka=32,Ja=0,el=1,tl=2,nl=3,rl=4,ol=Za,il=null,al=null,ll=0,sl=Ja,ul=1073741823,cl=1073741823,pl=null,fl=!1,dl=0,hl=500,gl=null,ml=!1,vl=null,yl=null,bl=!1,wl=null,xl=90,_l=0,kl=null,El=0,Cl=null,Sl=0;function Nl(){return(ol&(Qa|Ka))!==Za?1073741821-(lo()/10|0):0!==Sl?Sl:Sl=1073741821-(lo()/10|0)}function Pl(e,t,n){if(0==(2&(t=t.mode)))return 1073741823;var r=so();if(0==(4&t))return 99===r?1073741823:1073741822;if((ol&Qa)!==Za)return ll;if(null!==n)e=1073741821-25*(1+((1073741821-e+(0|n.timeoutMs||5e3)/10)/25|0));else switch(r){case 99:e=1073741823;break;case 98:e=1073741821-10*(1+((1073741821-e+15)/10|0));break;case 97:case 96:e=1073741821-25*(1+((1073741821-e+500)/25|0));break;case 95:e=1;break;default:throw a(Error(326))}return null!==il&&e===ll&&--e,e}var Ml=0;function Tl(e,t){if(50<El)throw El=0,Cl=null,a(Error(185));if(null!==(e=Ol(e,t))){e.pingTime=0;var n=so();if(1073741823===t)if((ol&$a)!==Za&&(ol&(Qa|Ka))===Za)for(var r=Fl(e,1073741823,!0);null!==r;)r=r(!0);else Ll(e,99,1073741823),ol===Za&&ho();else Ll(e,n,t);(4&ol)===Za||98!==n&&99!==n||(null===kl?kl=new Map([[e,t]]):(void 0===(n=kl.get(e))||n>t)&&kl.set(e,t))}}function Ol(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,o=null;if(null===r&&3===e.tag)o=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){o=r.stateNode;break}r=r.return}return null!==o&&(t>o.firstPendingTime&&(o.firstPendingTime=t),0===(e=o.lastPendingTime)||t<e)&&(o.lastPendingTime=t),o}function Ll(e,t,n){if(e.callbackExpirationTime<n){var r=e.callbackNode;null!==r&&r!==to&&Yr(r),e.callbackExpirationTime=n,1073741823===n?e.callbackNode=fo(Al.bind(null,e,Fl.bind(null,e,n))):(r=null,1!==n&&(r={timeout:10*(1073741821-n)-lo()}),e.callbackNode=po(t,Al.bind(null,e,Fl.bind(null,e,n)),r))}}function Al(e,t,n){var r=e.callbackNode,o=null;try{return null!==(o=t(n))?Al.bind(null,e,o):null}finally{null===o&&r===e.callbackNode&&(e.callbackNode=null,e.callbackExpirationTime=0)}}function Bl(){(ol&(1|Qa|Ka))===Za&&(function(){if(null!==kl){var e=kl;kl=null,e.forEach(function(e,t){fo(Fl.bind(null,t,e))}),ho()}}(),Gl())}function jl(e,t){var n=ol;ol|=1;try{return e(t)}finally{(ol=n)===Za&&ho()}}function Rl(e,t,n,r){var o=ol;ol|=4;try{return co(98,e.bind(null,t,n,r))}finally{(ol=o)===Za&&ho()}}function Il(e,t){var n=ol;ol&=-2,ol|=$a;try{return e(t)}finally{(ol=n)===Za&&ho()}}function Dl(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,Cr(n)),null!==al)for(n=al.return;null!==n;){var r=n;switch(r.tag){case 1:var o=r.type.childContextTypes;null!=o&&Ir();break;case 3:ai(),Dr();break;case 5:si(r);break;case 4:ai();break;case 13:case 19:Mr(fi);break;case 10:Eo(r)}n=n.return}il=e,al=es(e.current,null),ll=t,sl=Ja,cl=ul=1073741823,pl=null,fl=!1}function Fl(e,t,n){if((ol&(Qa|Ka))!==Za)throw a(Error(327));if(e.firstPendingTime<t)return null;if(n&&e.finishedExpirationTime===t)return Vl.bind(null,e);if(Gl(),e!==il||t!==ll)Dl(e,t);else if(sl===nl)if(fl)Dl(e,t);else{var r=e.lastPendingTime;if(r<t)return Fl.bind(null,e,r)}if(null!==al){r=ol,ol|=Qa;var o=Xa.current;if(null===o&&(o=$i),Xa.current=$i,n){if(1073741823!==t){var i=Nl();if(i<t)return ol=r,_o(),Xa.current=o,Fl.bind(null,e,i)}}else Sl=0;for(;;)try{if(n)for(;null!==al;)al=Ul(al);else for(;null!==al&&!qr();)al=Ul(al);break}catch(n){if(_o(),Fi(),null===(i=al)||null===i.return)throw Dl(e,t),ol=r,n;e:{var l=e,s=i.return,u=i,c=n,p=ll;if(u.effectTag|=1024,u.firstEffect=u.lastEffect=null,null!==c&&"object"==typeof c&&"function"==typeof c.then){var f=c,d=0!=(fi.current&ci);c=s;do{var h;if((h=13===c.tag)&&(null!==c.memoizedState?h=!1:h=void 0!==(h=c.memoizedProps).fallback&&(!0!==h.unstable_avoidThisFallback||!d)),h){if(null===(s=c.updateQueue)?((s=new Set).add(f),c.updateQueue=s):s.add(f),0==(2&c.mode)){c.effectTag|=64,u.effectTag&=-1957,1===u.tag&&(null===u.alternate?u.tag=17:((p=Oo(1073741823,null)).tag=2,Ao(u,p))),u.expirationTime=1073741823;break e}u=l,l=p,null===(d=u.pingCache)?(d=u.pingCache=new Va,s=new Set,d.set(f,s)):void 0===(s=d.get(f))&&(s=new Set,d.set(f,s)),s.has(l)||(s.add(l),u=Xl.bind(null,u,f,l),f.then(u,u)),c.effectTag|=2048,c.expirationTime=p;break e}c=c.return}while(null!==c);c=Error((ut(u.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+ct(u))}sl!==rl&&(sl=el),c=Oa(c,u),u=s;do{switch(u.tag){case 3:u.effectTag|=2048,u.expirationTime=p,Bo(u,p=Ga(u,c,p));break e;case 1:if(f=c,l=u.type,s=u.stateNode,0==(64&u.effectTag)&&("function"==typeof l.getDerivedStateFromError||null!==s&&"function"==typeof s.componentDidCatch&&(null===yl||!yl.has(s)))){u.effectTag|=2048,u.expirationTime=p,Bo(u,p=Ya(u,f,p));break e}}u=u.return}while(null!==u)}al=Wl(i)}if(ol=r,_o(),Xa.current=o,null!==al)return Fl.bind(null,e,t)}if(e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,function(e,t){var n=e.firstBatch;return!!(null!==n&&n._defer&&n._expirationTime>=t)&&(po(97,function(){return n._onComplete(),null}),!0)}(e,t))return null;switch(il=null,sl){case Ja:throw a(Error(328));case el:return(r=e.lastPendingTime)<t?Fl.bind(null,e,r):n?Vl.bind(null,e):(Dl(e,t),fo(Fl.bind(null,e,t)),null);case tl:return 1073741823===ul&&!n&&10<(n=dl+hl-lo())?fl?(Dl(e,t),Fl.bind(null,e,t)):(r=e.lastPendingTime)<t?Fl.bind(null,e,r):(e.timeoutHandle=Er(Vl.bind(null,e),n),null):Vl.bind(null,e);case nl:if(!n){if(fl)return Dl(e,t),Fl.bind(null,e,t);if((n=e.lastPendingTime)<t)return Fl.bind(null,e,n);if(1073741823!==cl?n=10*(1073741821-cl)-lo():1073741823===ul?n=0:(n=10*(1073741821-ul)-5e3,0>(n=(r=lo())-n)&&(n=0),(t=10*(1073741821-t)-r)<(n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*qa(n/1960))-n)&&(n=t)),10<n)return e.timeoutHandle=Er(Vl.bind(null,e),n),null}return Vl.bind(null,e);case rl:return!n&&1073741823!==ul&&null!==pl&&(r=ul,0>=(t=0|(o=pl).busyMinDurationMs)?t=0:(n=0|o.busyDelayMs,t=(r=lo()-(10*(1073741821-r)-(0|o.timeoutMs||5e3)))<=n?0:n+t-r),10<t)?(e.timeoutHandle=Er(Vl.bind(null,e),t),null):Vl.bind(null,e);default:throw a(Error(329))}}function zl(e,t){e<ul&&1<e&&(ul=e),null!==t&&e<cl&&1<e&&(cl=e,pl=t)}function Ul(e){var t=Hl(e.alternate,e,ll);return e.memoizedProps=e.pendingProps,null===t&&(t=Wl(e)),Ha.current=null,t}function Wl(e){al=e;do{var t=al.alternate;if(e=al.return,0==(1024&al.effectTag)){e:{var n=t,r=ll,i=(t=al).pendingProps;switch(t.tag){case 2:case 16:break;case 15:case 0:break;case 1:Rr(t.type)&&Ir();break;case 3:ai(),Dr(),(r=t.stateNode).pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==n&&null!==n.child||(aa(t),t.effectTag&=-3),Sa(t);break;case 5:si(t),r=oi(ri.current);var l=t.type;if(null!==n&&null!=t.stateNode)Na(n,t,l,i,r),n.ref!==t.ref&&(t.effectTag|=128);else if(i){var s=oi(ti.current);if(aa(t)){i=void 0,l=(n=t).stateNode;var u=n.type,c=n.memoizedProps;switch(l[A]=n,l[B]=c,u){case"iframe":case"object":case"embed":Bn("load",l);break;case"video":case"audio":for(var p=0;p<te.length;p++)Bn(te[p],l);break;case"source":Bn("error",l);break;case"img":case"image":case"link":Bn("error",l),Bn("load",l);break;case"form":Bn("reset",l),Bn("submit",l);break;case"details":Bn("toggle",l);break;case"input":_t(l,c),Bn("invalid",l),yr(r,"onChange");break;case"select":l._wrapperState={wasMultiple:!!c.multiple},Bn("invalid",l),yr(r,"onChange");break;case"textarea":tr(l,c),Bn("invalid",l),yr(r,"onChange")}for(i in mr(u,c),p=null,c)c.hasOwnProperty(i)&&(s=c[i],"children"===i?"string"==typeof s?l.textContent!==s&&(p=["children",s]):"number"==typeof s&&l.textContent!==""+s&&(p=["children",""+s]):d.hasOwnProperty(i)&&null!=s&&yr(r,i));switch(u){case"input":Ve(l),Ct(l,c,!0);break;case"textarea":Ve(l),rr(l);break;case"select":case"option":break;default:"function"==typeof c.onClick&&(l.onclick=br)}r=p,n.updateQueue=r,null!==r&&Ea(t)}else{c=l,n=i,u=t,p=9===r.nodeType?r:r.ownerDocument,s===or.html&&(s=ir(c)),s===or.html?"script"===c?((c=p.createElement("div")).innerHTML="<script><\/script>",p=c.removeChild(c.firstChild)):"string"==typeof n.is?p=p.createElement(c,{is:n.is}):(p=p.createElement(c),"select"===c&&(c=p,n.multiple?c.multiple=!0:n.size&&(c.size=n.size))):p=p.createElementNS(s,c),(c=p)[A]=u,c[B]=n,Ca(n=c,t,!1,!1),u=n;var f=r,h=vr(l,i);switch(l){case"iframe":case"object":case"embed":Bn("load",u),r=i;break;case"video":case"audio":for(r=0;r<te.length;r++)Bn(te[r],u);r=i;break;case"source":Bn("error",u),r=i;break;case"img":case"image":case"link":Bn("error",u),Bn("load",u),r=i;break;case"form":Bn("reset",u),Bn("submit",u),r=i;break;case"details":Bn("toggle",u),r=i;break;case"input":_t(u,i),r=xt(u,i),Bn("invalid",u),yr(f,"onChange");break;case"option":r=Kn(u,i);break;case"select":u._wrapperState={wasMultiple:!!i.multiple},r=o({},i,{value:void 0}),Bn("invalid",u),yr(f,"onChange");break;case"textarea":tr(u,i),r=er(u,i),Bn("invalid",u),yr(f,"onChange");break;default:r=i}mr(l,r),c=void 0,p=l,s=u;var g=r;for(c in g)if(g.hasOwnProperty(c)){var m=g[c];"style"===c?hr(s,m):"dangerouslySetInnerHTML"===c?null!=(m=m?m.__html:void 0)&&ur(s,m):"children"===c?"string"==typeof m?("textarea"!==p||""!==m)&&cr(s,m):"number"==typeof m&&cr(s,""+m):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(d.hasOwnProperty(c)?null!=m&&yr(f,c):null!=m&&bt(s,c,m,h))}switch(l){case"input":Ve(u),Ct(u,i,!1);break;case"textarea":Ve(u),rr(u);break;case"option":null!=i.value&&u.setAttribute("value",""+wt(i.value));break;case"select":r=u,u=i,r.multiple=!!u.multiple,null!=(c=u.value)?Jn(r,!!u.multiple,c,!1):null!=u.defaultValue&&Jn(r,!!u.multiple,u.defaultValue,!0);break;default:"function"==typeof r.onClick&&(u.onclick=br)}_r(l,i)&&Ea(t),t.stateNode=n}null!==t.ref&&(t.effectTag|=128)}else if(null===t.stateNode)throw a(Error(166));break;case 6:if(n&&null!=t.stateNode)Pa(n,t,n.memoizedProps,i);else{if("string"!=typeof i&&null===t.stateNode)throw a(Error(166));n=oi(ri.current),oi(ti.current),aa(t)?(r=t.stateNode,n=t.memoizedProps,r[A]=t,r.nodeValue!==n&&Ea(t)):(r=t,(n=(9===n.nodeType?n:n.ownerDocument).createTextNode(i))[A]=t,r.stateNode=n)}break;case 11:break;case 13:if(Mr(fi),i=t.memoizedState,0!=(64&t.effectTag)){t.expirationTime=r;break e}r=null!==i,i=!1,null===n?aa(t):(i=null!==(l=n.memoizedState),r||null===l||null!==(l=n.child.sibling)&&(null!==(u=t.firstEffect)?(t.firstEffect=l,l.nextEffect=u):(t.firstEffect=t.lastEffect=l,l.nextEffect=null),l.effectTag=8)),r&&!i&&0!=(2&t.mode)&&(null===n&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!=(fi.current&ci)?sl===Ja&&(sl=tl):sl!==Ja&&sl!==tl||(sl=nl)),(r||i)&&(t.effectTag|=4);break;case 7:case 8:case 12:break;case 4:ai(),Sa(t);break;case 10:Eo(t);break;case 9:case 14:break;case 17:Rr(t.type)&&Ir();break;case 18:break;case 19:if(Mr(fi),null===(i=t.memoizedState))break;if(l=0!=(64&t.effectTag),null===(u=i.rendering)){if(l)Ma(i,!1);else if(sl!==Ja||null!==n&&0!=(64&n.effectTag))for(n=t.child;null!==n;){if(null!==(u=di(n))){for(t.effectTag|=64,Ma(i,!1),null!==(n=u.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),t.firstEffect=t.lastEffect=null,n=t.child;null!==n;)l=r,(i=n).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(u=i.alternate)?(i.childExpirationTime=0,i.expirationTime=l,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=u.childExpirationTime,i.expirationTime=u.expirationTime,i.child=u.child,i.memoizedProps=u.memoizedProps,i.memoizedState=u.memoizedState,i.updateQueue=u.updateQueue,l=u.dependencies,i.dependencies=null===l?null:{expirationTime:l.expirationTime,firstContext:l.firstContext,responders:l.responders}),n=n.sibling;Tr(fi,fi.current&ui|pi),t=t.child;break e}n=n.sibling}}else{if(!l)if(null!==(n=di(u))){if(t.effectTag|=64,l=!0,Ma(i,!0),null===i.tail&&"hidden"===i.tailMode){null!==(r=n.updateQueue)&&(t.updateQueue=r,t.effectTag|=4),null!==(t=t.lastEffect=i.lastEffect)&&(t.nextEffect=null);break}}else lo()>i.tailExpiration&&1<r&&(t.effectTag|=64,l=!0,Ma(i,!1),t.expirationTime=t.childExpirationTime=r-1);i.isBackwards?(u.sibling=t.child,t.child=u):(null!==(r=i.last)?r.sibling=u:t.child=u,i.last=u)}if(null!==i.tail){0===i.tailExpiration&&(i.tailExpiration=lo()+500),r=i.tail,i.rendering=r,i.tail=r.sibling,i.lastEffect=t.lastEffect,r.sibling=null,n=fi.current,Tr(fi,n=l?n&ui|pi:n&ui),t=r;break e}break;case 20:break;default:throw a(Error(156))}t=null}if(r=al,1===ll||1!==r.childExpirationTime){for(n=0,i=r.child;null!==i;)(l=i.expirationTime)>n&&(n=l),(u=i.childExpirationTime)>n&&(n=u),i=i.sibling;r.childExpirationTime=n}if(null!==t)return t;null!==e&&0==(1024&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=al.firstEffect),null!==al.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=al.firstEffect),e.lastEffect=al.lastEffect),1<al.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=al:e.firstEffect=al,e.lastEffect=al))}else{if(null!==(t=Ta(al)))return t.effectTag&=1023,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=1024)}if(null!==(t=al.sibling))return t;al=e}while(null!==al);return sl===Ja&&(sl=rl),null}function Vl(e){var t=so();return co(99,function(e,t){if(Gl(),(ol&(Qa|Ka))!==Za)throw a(Error(327));var n=e.finishedWork,r=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw a(Error(177));e.callbackNode=null,e.callbackExpirationTime=0;var o=n.expirationTime,i=n.childExpirationTime;if(o=i>o?i:o,e.firstPendingTime=o,o<e.lastPendingTime&&(e.lastPendingTime=o),e===il&&(al=il=null,ll=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,o=n.firstEffect):o=n:o=n.firstEffect,null!==o){i=ol,ol|=Ka,Ha.current=null,wr=An;var l=Wn();if(Vn(l)){if("selectionStart"in l)var s={start:l.selectionStart,end:l.selectionEnd};else e:{var u=(s=(s=l.ownerDocument)&&s.defaultView||window).getSelection&&s.getSelection();if(u&&0!==u.rangeCount){s=u.anchorNode;var c=u.anchorOffset,p=u.focusNode;u=u.focusOffset;try{s.nodeType,p.nodeType}catch(e){s=null;break e}var f=0,d=-1,h=-1,g=0,m=0,v=l,y=null;t:for(;;){for(var b;v!==s||0!==c&&3!==v.nodeType||(d=f+c),v!==p||0!==u&&3!==v.nodeType||(h=f+u),3===v.nodeType&&(f+=v.nodeValue.length),null!==(b=v.firstChild);)y=v,v=b;for(;;){if(v===l)break t;if(y===s&&++g===c&&(d=f),y===p&&++m===u&&(h=f),null!==(b=v.nextSibling))break;y=(v=y).parentNode}v=b}s=-1===d||-1===h?null:{start:d,end:h}}else s=null}s=s||{start:0,end:0}}else s=null;xr={focusedElem:l,selectionRange:s},An=!1,gl=o;do{try{for(;null!==gl;){if(0!=(256&gl.effectTag)){var w=gl.alternate;switch((l=gl).tag){case 0:case 11:case 15:ja(gi,hi,l);break;case 1:if(256&l.effectTag&&null!==w){var x=w.memoizedProps,_=w.memoizedState,k=l.stateNode,E=k.getSnapshotBeforeUpdate(l.elementType===l.type?x:vo(l.type,x),_);k.__reactInternalSnapshotBeforeUpdate=E}break;case 3:case 5:case 6:case 4:case 17:break;default:throw a(Error(163))}}gl=gl.nextEffect}}catch(e){if(null===gl)throw a(Error(330));ql(gl,e),gl=gl.nextEffect}}while(null!==gl);gl=o;do{try{for(w=t;null!==gl;){var C=gl.effectTag;if(16&C&&cr(gl.stateNode,""),128&C){var S=gl.alternate;if(null!==S){var N=S.ref;null!==N&&("function"==typeof N?N(null):N.current=null)}}switch(14&C){case 2:Fa(gl),gl.effectTag&=-3;break;case 6:Fa(gl),gl.effectTag&=-3,Ua(gl.alternate,gl);break;case 4:Ua(gl.alternate,gl);break;case 8:za(x=gl,w),x.return=null,x.child=null,x.memoizedState=null,x.updateQueue=null,x.dependencies=null;var P=x.alternate;null!==P&&(P.return=null,P.child=null,P.memoizedState=null,P.updateQueue=null,P.dependencies=null)}gl=gl.nextEffect}}catch(e){if(null===gl)throw a(Error(330));ql(gl,e),gl=gl.nextEffect}}while(null!==gl);if(N=xr,S=Wn(),C=N.focusedElem,w=N.selectionRange,S!==C&&C&&C.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(C.ownerDocument.documentElement,C)){null!==w&&Vn(C)&&(S=w.start,void 0===(N=w.end)&&(N=S),"selectionStart"in C?(C.selectionStart=S,C.selectionEnd=Math.min(N,C.value.length)):(N=(S=C.ownerDocument||document)&&S.defaultView||window).getSelection&&(N=N.getSelection(),x=C.textContent.length,P=Math.min(w.start,x),w=void 0===w.end?P:Math.min(w.end,x),!N.extend&&P>w&&(x=w,w=P,P=x),x=Un(C,P),_=Un(C,w),x&&_&&(1!==N.rangeCount||N.anchorNode!==x.node||N.anchorOffset!==x.offset||N.focusNode!==_.node||N.focusOffset!==_.offset)&&((S=S.createRange()).setStart(x.node,x.offset),N.removeAllRanges(),P>w?(N.addRange(S),N.extend(_.node,_.offset)):(S.setEnd(_.node,_.offset),N.addRange(S))))),S=[];for(N=C;N=N.parentNode;)1===N.nodeType&&S.push({element:N,left:N.scrollLeft,top:N.scrollTop});for("function"==typeof C.focus&&C.focus(),C=0;C<S.length;C++)(N=S[C]).element.scrollLeft=N.left,N.element.scrollTop=N.top}xr=null,An=!!wr,wr=null,e.current=n,gl=o;do{try{for(C=r;null!==gl;){var M=gl.effectTag;if(36&M){var T=gl.alternate;switch(N=C,(S=gl).tag){case 0:case 11:case 15:ja(yi,bi,S);break;case 1:var O=S.stateNode;if(4&S.effectTag)if(null===T)O.componentDidMount();else{var L=S.elementType===S.type?T.memoizedProps:vo(S.type,T.memoizedProps);O.componentDidUpdate(L,T.memoizedState,O.__reactInternalSnapshotBeforeUpdate)}var A=S.updateQueue;null!==A&&Do(0,A,O);break;case 3:var B=S.updateQueue;if(null!==B){if(P=null,null!==S.child)switch(S.child.tag){case 5:P=S.child.stateNode;break;case 1:P=S.child.stateNode}Do(0,B,P)}break;case 5:var j=S.stateNode;null===T&&4&S.effectTag&&(N=j,_r(S.type,S.memoizedProps)&&N.focus());break;case 6:case 4:case 12:break;case 13:case 19:case 17:case 20:break;default:throw a(Error(163))}}if(128&M){var R=gl.ref;if(null!==R){var I=gl.stateNode;switch(gl.tag){case 5:var D=I;break;default:D=I}"function"==typeof R?R(D):R.current=D}}512&M&&(bl=!0),gl=gl.nextEffect}}catch(e){if(null===gl)throw a(Error(330));ql(gl,e),gl=gl.nextEffect}}while(null!==gl);gl=null,no(),ol=i}else e.current=n;if(bl)bl=!1,wl=e,_l=r,xl=t;else for(gl=o;null!==gl;)t=gl.nextEffect,gl.nextEffect=null,gl=t;if(0!==(t=e.firstPendingTime)?(M=mo(M=Nl(),t),Ll(e,M,t)):yl=null,"function"==typeof Zl&&Zl(n.stateNode,r),1073741823===t?e===Cl?El++:(El=0,Cl=e):El=0,ml)throw ml=!1,e=vl,vl=null,e;return(ol&$a)!==Za?null:(ho(),null)}.bind(null,e,t)),null!==wl&&po(97,function(){return Gl(),null}),null}function Gl(){if(null===wl)return!1;var e=wl,t=_l,n=xl;return wl=null,_l=0,xl=90,co(97<n?97:n,function(e){if((ol&(Qa|Ka))!==Za)throw a(Error(331));var t=ol;for(ol|=Ka,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!=(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:ja(xi,hi,n),ja(hi,wi,n)}}catch(t){if(null===e)throw a(Error(330));ql(e,t)}n=e.nextEffect,e.nextEffect=null,e=n}return ol=t,ho(),!0}.bind(null,e,t))}function Yl(e,t,n){Ao(e,t=Ga(e,t=Oa(n,t),1073741823)),null!==(e=Ol(e,1073741823))&&Ll(e,99,1073741823)}function ql(e,t){if(3===e.tag)Yl(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){Yl(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===yl||!yl.has(r))){Ao(n,e=Ya(n,e=Oa(t,e),1073741823)),null!==(n=Ol(n,1073741823))&&Ll(n,99,1073741823);break}}n=n.return}}function Xl(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),il===e&&ll===n?sl===nl||sl===tl&&1073741823===ul&&lo()-dl<hl?Dl(e,ll):fl=!0:e.lastPendingTime<n||(0!==(t=e.pingTime)&&t<n||(e.pingTime=n,e.finishedExpirationTime===n&&(e.finishedExpirationTime=0,e.finishedWork=null),Ll(e,t=mo(t=Nl(),n),n)))}var Hl=void 0;Hl=function(e,t,n){var r=t.expirationTime;if(null!==e){var o=t.pendingProps;if(e.memoizedProps!==o||Ar.current)ua=!0;else if(r<n){switch(ua=!1,t.tag){case 3:ya(t),la();break;case 5:if(li(t),4&t.mode&&1!==n&&o.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:Rr(t.type)&&Ur(t);break;case 4:ii(t,t.stateNode.containerInfo);break;case 10:ko(t,t.memoizedProps.value);break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?wa(e,t,n):(Tr(fi,fi.current&ui),null!==(t=ka(e,t,n))?t.sibling:null);Tr(fi,fi.current&ui);break;case 19:if(r=t.childExpirationTime>=n,0!=(64&e.effectTag)){if(r)return _a(e,t,n);t.effectTag|=64}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null),Tr(fi,fi.current),!r)return null}return ka(e,t,n)}}else ua=!1;switch(t.expirationTime=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,o=jr(t,Lr.current),So(t,n),o=Di(null,t,r,e,o,n),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof){if(t.tag=1,Fi(),Rr(r)){var i=!0;Ur(t)}else i=!1;t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null;var l=r.getDerivedStateFromProps;"function"==typeof l&&Wo(t,r,l,e),o.updater=Vo,t.stateNode=o,o._reactInternalFiber=t,Xo(t,r,e,n),t=va(null,t,r,!0,i,n)}else t.tag=0,ca(null,t,o,n),t=t.child;return t;case 16:switch(o=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,o=function(e){var t=e._result;switch(e._status){case 1:return t;case 2:case 0:throw t;default:switch(e._status=0,(t=(t=e._ctor)()).then(function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)},function(t){0===e._status&&(e._status=2,e._result=t)}),e._status){case 1:return e._result;case 2:throw e._result}throw e._result=t,t}}(o),t.type=o,i=t.tag=function(e){if("function"==typeof e)return Jl(e)?1:0;if(null!=e){if((e=e.$$typeof)===nt)return 11;if(e===it)return 14}return 2}(o),e=vo(o,e),i){case 0:t=ga(null,t,o,e,n);break;case 1:t=ma(null,t,o,e,n);break;case 11:t=pa(null,t,o,e,n);break;case 14:t=fa(null,t,o,vo(o.type,e),r,n);break;default:throw a(Error(306),o,"")}return t;case 0:return r=t.type,o=t.pendingProps,ga(e,t,r,o=t.elementType===r?o:vo(r,o),n);case 1:return r=t.type,o=t.pendingProps,ma(e,t,r,o=t.elementType===r?o:vo(r,o),n);case 3:if(ya(t),null===(r=t.updateQueue))throw a(Error(282));return o=null!==(o=t.memoizedState)?o.element:null,Io(t,r,t.pendingProps,null,n),(r=t.memoizedState.element)===o?(la(),t=ka(e,t,n)):(o=t.stateNode,(o=(null===e||null===e.child)&&o.hydrate)&&(ea=Sr(t.stateNode.containerInfo.firstChild),Ji=t,o=ta=!0),o?(t.effectTag|=2,t.child=Jo(t,null,r,n)):(ca(e,t,r,n),la()),t=t.child),t;case 5:return li(t),null===e&&oa(t),r=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,l=o.children,kr(r,o)?l=null:null!==i&&kr(r,i)&&(t.effectTag|=16),ha(e,t),4&t.mode&&1!==n&&o.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(ca(e,t,l,n),t=t.child),t;case 6:return null===e&&oa(t),null;case 13:return wa(e,t,n);case 4:return ii(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Ko(t,null,r,n):ca(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,pa(e,t,r,o=t.elementType===r?o:vo(r,o),n);case 7:return ca(e,t,t.pendingProps,n),t.child;case 8:case 12:return ca(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,l=t.memoizedProps,ko(t,i=o.value),null!==l){var s=l.value;if(0===(i=en(s,i)?0:0|("function"==typeof r._calculateChangedBits?r._calculateChangedBits(s,i):1073741823))){if(l.children===o.children&&!Ar.current){t=ka(e,t,n);break e}}else for(null!==(s=t.child)&&(s.return=t);null!==s;){var u=s.dependencies;if(null!==u){l=s.child;for(var c=u.firstContext;null!==c;){if(c.context===r&&0!=(c.observedBits&i)){1===s.tag&&((c=Oo(n,null)).tag=2,Ao(s,c)),s.expirationTime<n&&(s.expirationTime=n),null!==(c=s.alternate)&&c.expirationTime<n&&(c.expirationTime=n),Co(s.return,n),u.expirationTime<n&&(u.expirationTime=n);break}c=c.next}}else l=10===s.tag&&s.type===t.type?null:s.child;if(null!==l)l.return=s;else for(l=s;null!==l;){if(l===t){l=null;break}if(null!==(s=l.sibling)){s.return=l.return,l=s;break}l=l.return}s=l}}ca(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=(i=t.pendingProps).children,So(t,n),r=r(o=No(o,i.unstable_observedBits)),t.effectTag|=1,ca(e,t,r,n),t.child;case 14:return i=vo(o=t.type,t.pendingProps),fa(e,t,o,i=vo(o.type,i),r,n);case 15:return da(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:vo(r,o),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,Rr(r)?(e=!0,Ur(t)):e=!1,So(t,n),Yo(t,r,o),Xo(t,r,o,n),va(null,t,r,!0,e,n);case 19:return _a(e,t,n)}throw a(Error(156))};var Zl=null,$l=null;function Ql(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Kl(e,t,n,r){return new Ql(e,t,n,r)}function Jl(e){return!(!(e=e.prototype)||!e.isReactComponent)}function es(e,t){var n=e.alternate;return null===n?((n=Kl(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function ts(e,t,n,r,o,i){var l=2;if(r=e,"function"==typeof e)Jl(e)&&(l=1);else if("string"==typeof e)l=5;else e:switch(e){case $e:return ns(n.children,o,i,t);case tt:l=8,o|=7;break;case Qe:l=8,o|=1;break;case Ke:return(e=Kl(12,n,t,8|o)).elementType=Ke,e.type=Ke,e.expirationTime=i,e;case rt:return(e=Kl(13,n,t,o)).type=rt,e.elementType=rt,e.expirationTime=i,e;case ot:return(e=Kl(19,n,t,o)).elementType=ot,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case Je:l=10;break e;case et:l=9;break e;case nt:l=11;break e;case it:l=14;break e;case at:l=16,r=null;break e}throw a(Error(130),null==e?e:typeof e,"")}return(t=Kl(l,n,t,o)).elementType=e,t.type=r,t.expirationTime=i,t}function ns(e,t,n,r){return(e=Kl(7,e,r,t)).expirationTime=n,e}function rs(e,t,n){return(e=Kl(6,e,null,t)).expirationTime=n,e}function os(e,t,n){return(t=Kl(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function is(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=this.firstBatch=null,this.pingTime=this.lastPendingTime=this.firstPendingTime=this.callbackExpirationTime=0}function as(e,t,n){return e=new is(e,t,n),t=Kl(3,null,null,2===t?7:1===t?3:0),e.current=t,t.stateNode=e}function ls(e,t,n,r,o,i){var l=t.current;e:if(n){t:{if(2!==on(n=n._reactInternalFiber)||1!==n.tag)throw a(Error(170));var s=n;do{switch(s.tag){case 3:s=s.stateNode.context;break t;case 1:if(Rr(s.type)){s=s.stateNode.__reactInternalMemoizedMergedChildContext;break t}}s=s.return}while(null!==s);throw a(Error(171))}if(1===n.tag){var u=n.type;if(Rr(u)){n=zr(n,u,s);break e}}n=s}else n=Or;return null===t.context?t.context=n:t.pendingContext=n,t=i,(o=Oo(r,o)).payload={element:e},null!==(t=void 0===t?null:t)&&(o.callback=t),Ao(l,o),Tl(l,r),r}function ss(e,t,n,r){var o=t.current,i=Nl(),a=zo.suspense;return ls(e,t,n,o=Pl(i,o,a),a,r)}function us(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function cs(e){var t=1073741821-25*(1+((1073741821-Nl()+500)/25|0));t<=Ml&&--t,this._expirationTime=Ml=t,this._root=e,this._callbacks=this._next=null,this._hasChildren=this._didComplete=!1,this._children=null,this._defer=!0}function ps(){this._callbacks=null,this._didCommit=!1,this._onCommit=this._onCommit.bind(this)}function fs(e,t,n){this._internalRoot=as(e,t,n)}function ds(e,t){this._internalRoot=as(e,2,t)}function hs(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function gs(e,t,n,r,o){var i=n._reactRootContainer,a=void 0;if(i){if(a=i._internalRoot,"function"==typeof o){var l=o;o=function(){var e=us(a);l.call(e)}}ss(t,a,e,o)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new fs(e,0,t)}(n,r),a=i._internalRoot,"function"==typeof o){var s=o;o=function(){var e=us(a);s.call(e)}}Il(function(){ss(t,a,e,o)})}return us(a)}function ms(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!hs(t))throw a(Error(200));return function(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:Ze,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}(e,t,null,n)}Se=function(e,t,n){switch(t){case"input":if(Et(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=D(r);if(!o)throw a(Error(90));Ge(r),Et(r,o)}}}break;case"textarea":nr(e,n);break;case"select":null!=(t=n.value)&&Jn(e,!!n.multiple,t,!1)}},cs.prototype.render=function(e){if(!this._defer)throw a(Error(250));this._hasChildren=!0,this._children=e;var t=this._root._internalRoot,n=this._expirationTime,r=new ps;return ls(e,t,null,n,null,r._onCommit),r},cs.prototype.then=function(e){if(this._didComplete)e();else{var t=this._callbacks;null===t&&(t=this._callbacks=[]),t.push(e)}},cs.prototype.commit=function(){var e=this._root._internalRoot,t=e.firstBatch;if(!this._defer||null===t)throw a(Error(251));if(this._hasChildren){var n=this._expirationTime;if(t!==this){this._hasChildren&&(n=this._expirationTime=t._expirationTime,this.render(this._children));for(var r=null,o=t;o!==this;)r=o,o=o._next;if(null===r)throw a(Error(251));r._next=o._next,this._next=t,e.firstBatch=this}if(this._defer=!1,t=n,(ol&(Qa|Ka))!==Za)throw a(Error(253));fo(Fl.bind(null,e,t)),ho(),t=this._next,this._next=null,null!==(t=e.firstBatch=t)&&t._hasChildren&&t.render(t._children)}else this._next=null,this._defer=!1},cs.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var e=this._callbacks;if(null!==e)for(var t=0;t<e.length;t++)(0,e[t])()}},ps.prototype.then=function(e){if(this._didCommit)e();else{var t=this._callbacks;null===t&&(t=this._callbacks=[]),t.push(e)}},ps.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var e=this._callbacks;if(null!==e)for(var t=0;t<e.length;t++){var n=e[t];if("function"!=typeof n)throw a(Error(191),n);n()}}},ds.prototype.render=fs.prototype.render=function(e,t){var n=this._internalRoot,r=new ps;return null!==(t=void 0===t?null:t)&&r.then(t),ss(e,n,null,r._onCommit),r},ds.prototype.unmount=fs.prototype.unmount=function(e){var t=this._internalRoot,n=new ps;return null!==(e=void 0===e?null:e)&&n.then(e),ss(null,t,null,n._onCommit),n},ds.prototype.createBatch=function(){var e=new cs(this),t=e._expirationTime,n=this._internalRoot,r=n.firstBatch;if(null===r)n.firstBatch=e,e._next=null;else{for(n=null;null!==r&&r._expirationTime>=t;)n=r,r=r._next;e._next=r,null!==n&&(n._next=e)}return e},Le=jl,Ae=Rl,Be=Bl,je=function(e,t){var n=ol;ol|=2;try{return e(t)}finally{(ol=n)===Za&&ho()}};var vs={createPortal:ms,findDOMNode:function(e){if(null==e)e=null;else if(1!==e.nodeType){var t=e._reactInternalFiber;if(void 0===t){if("function"==typeof e.render)throw a(Error(188));throw a(Error(268),Object.keys(e))}e=null===(e=ln(t))?null:e.stateNode}return e},hydrate:function(e,t,n){if(!hs(t))throw a(Error(200));return gs(null,e,t,!0,n)},render:function(e,t,n){if(!hs(t))throw a(Error(200));return gs(null,e,t,!1,n)},unstable_renderSubtreeIntoContainer:function(e,t,n,r){if(!hs(n))throw a(Error(200));if(null==e||void 0===e._reactInternalFiber)throw a(Error(38));return gs(e,t,n,!1,r)},unmountComponentAtNode:function(e){if(!hs(e))throw a(Error(40));return!!e._reactRootContainer&&(Il(function(){gs(null,null,e,!1,function(){e._reactRootContainer=null})}),!0)},unstable_createPortal:function(){return ms.apply(void 0,arguments)},unstable_batchedUpdates:jl,unstable_interactiveUpdates:function(e,t,n,r){return Bl(),Rl(e,t,n,r)},unstable_discreteUpdates:Rl,unstable_flushDiscreteUpdates:Bl,flushSync:function(e,t){if((ol&(Qa|Ka))!==Za)throw a(Error(187));var n=ol;ol|=1;try{return co(99,e.bind(null,t))}finally{ol=n,ho()}},unstable_createRoot:function(e,t){if(!hs(e))throw a(Error(299),"unstable_createRoot");return new ds(e,null!=t&&!0===t.hydrate)},unstable_createSyncRoot:function(e,t){if(!hs(e))throw a(Error(299),"unstable_createRoot");return new fs(e,1,null!=t&&!0===t.hydrate)},unstable_flushControlled:function(e){var t=ol;ol|=1;try{co(99,e)}finally{(ol=t)===Za&&ho()}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[R,I,D,T.injectEventPluginsByName,f,G,function(e){S(e,V)},Te,Oe,Rn,M,Gl,{current:!1}]}};!function(e){var t=e.findFiberByHostInstance;(function(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Zl=function(e){try{t.onCommitFiberRoot(n,e,void 0,64==(64&e.current.effectTag))}catch(e){}},$l=function(e){try{t.onCommitFiberUnmount(n,e)}catch(e){}}}catch(e){}})(o({},e,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Ye.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=ln(e))?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))}({findFiberByHostInstance:j,bundleType:0,version:"16.9.0",rendererPackageName:"react-dom"});var ys={default:vs},bs=ys&&vs||ys;e.exports=bs.default||bs},function(e,t,n){"use strict";e.exports=n(131)},function(e,t,n){"use strict";
  25. /** @license React v0.15.0
  26. * scheduler.production.min.js
  27. *
  28. * Copyright (c) Facebook, Inc. and its affiliates.
  29. *
  30. * This source code is licensed under the MIT license found in the
  31. * LICENSE file in the root directory of this source tree.
  32. */Object.defineProperty(t,"__esModule",{value:!0});var r=void 0,o=void 0,i=void 0,a=void 0,l=void 0;if(t.unstable_now=void 0,t.unstable_forceFrameRate=void 0,"undefined"==typeof window||"function"!=typeof MessageChannel){var s=null,u=null,c=function(){if(null!==s)try{var e=t.unstable_now();s(!0,e),s=null}catch(e){throw setTimeout(c,0),e}};t.unstable_now=function(){return Date.now()},r=function(e){null!==s?setTimeout(r,0,e):(s=e,setTimeout(c,0))},o=function(e,t){u=setTimeout(e,t)},i=function(){clearTimeout(u)},a=function(){return!1},l=t.unstable_forceFrameRate=function(){}}else{var p=window.performance,f=window.Date,d=window.setTimeout,h=window.clearTimeout,g=window.requestAnimationFrame,m=window.cancelAnimationFrame;"undefined"!=typeof console&&("function"!=typeof g&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")),t.unstable_now="object"==typeof p&&"function"==typeof p.now?function(){return p.now()}:function(){return f.now()};var v=!1,y=null,b=-1,w=-1,x=33.33,_=-1,k=-1,E=0,C=!1;a=function(){return t.unstable_now()>=E},l=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):0<e?(x=Math.floor(1e3/e),C=!0):(x=33.33,C=!1)};var S=function(){if(null!==y){var e=t.unstable_now(),n=0<E-e;try{y(n,e)||(y=null)}catch(e){throw P.postMessage(null),e}}},N=new MessageChannel,P=N.port2;N.port1.onmessage=S;var M=function(e){if(null===y)k=_=-1,v=!1;else{v=!0,g(function(e){h(b),M(e)});var n=function(){E=t.unstable_now()+x/2,S(),b=d(n,3*x)};if(b=d(n,3*x),-1!==_&&.1<e-_){var r=e-_;!C&&-1!==k&&r<x&&k<x&&(8.33>(x=r<k?k:r)&&(x=8.33)),k=r}_=e,E=e+x,P.postMessage(null)}};r=function(e){y=e,v||(v=!0,g(function(e){M(e)}))},o=function(e,n){w=d(function(){e(t.unstable_now())},n)},i=function(){h(w),w=-1}}var T=null,O=null,L=null,A=3,B=!1,j=!1,R=!1;function I(e,t){var n=e.next;if(n===e)T=null;else{e===T&&(T=n);var r=e.previous;r.next=n,n.previous=r}e.next=e.previous=null,n=e.callback,r=A;var o=L;A=e.priorityLevel,L=e;try{var i=e.expirationTime<=t;switch(A){case 1:var a=n(i);break;case 2:case 3:case 4:a=n(i);break;case 5:a=n(i)}}catch(e){throw e}finally{A=r,L=o}if("function"==typeof a)if(t=e.expirationTime,e.callback=a,null===T)T=e.next=e.previous=e;else{a=null,i=T;do{if(t<=i.expirationTime){a=i;break}i=i.next}while(i!==T);null===a?a=T:a===T&&(T=e),(t=a.previous).next=a.previous=e,e.next=a,e.previous=t}}function D(e){if(null!==O&&O.startTime<=e)do{var t=O,n=t.next;if(t===n)O=null;else{O=n;var r=t.previous;r.next=n,n.previous=r}t.next=t.previous=null,W(t,t.expirationTime)}while(null!==O&&O.startTime<=e)}function F(e){R=!1,D(e),j||(null!==T?(j=!0,r(z)):null!==O&&o(F,O.startTime-e))}function z(e,n){j=!1,R&&(R=!1,i()),D(n),B=!0;try{if(e){if(null!==T)do{I(T,n),D(n=t.unstable_now())}while(null!==T&&!a())}else for(;null!==T&&T.expirationTime<=n;)I(T,n),D(n=t.unstable_now());return null!==T||(null!==O&&o(F,O.startTime-n),!1)}finally{B=!1}}function U(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}function W(e,t){if(null===T)T=e.next=e.previous=e;else{var n=null,r=T;do{if(t<r.expirationTime){n=r;break}r=r.next}while(r!==T);null===n?n=T:n===T&&(T=e),(t=n.previous).next=n.previous=e,e.next=n,e.previous=t}}var V=l;t.unstable_ImmediatePriority=1,t.unstable_UserBlockingPriority=2,t.unstable_NormalPriority=3,t.unstable_IdlePriority=5,t.unstable_LowPriority=4,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=A;A=e;try{return t()}finally{A=n}},t.unstable_next=function(e){switch(A){case 1:case 2:case 3:var t=3;break;default:t=A}var n=A;A=t;try{return e()}finally{A=n}},t.unstable_scheduleCallback=function(e,n,a){var l=t.unstable_now();if("object"==typeof a&&null!==a){var s=a.delay;s="number"==typeof s&&0<s?l+s:l,a="number"==typeof a.timeout?a.timeout:U(e)}else a=U(e),s=l;if(e={callback:n,priorityLevel:e,startTime:s,expirationTime:a=s+a,next:null,previous:null},s>l){if(a=s,null===O)O=e.next=e.previous=e;else{n=null;var u=O;do{if(a<u.startTime){n=u;break}u=u.next}while(u!==O);null===n?n=O:n===O&&(O=e),(a=n.previous).next=n.previous=e,e.next=n,e.previous=a}null===T&&O===e&&(R?i():R=!0,o(F,s-l))}else W(e,a),j||B||(j=!0,r(z));return e},t.unstable_cancelCallback=function(e){var t=e.next;if(null!==t){if(e===t)e===T?T=null:e===O&&(O=null);else{e===T?T=t:e===O&&(O=t);var n=e.previous;n.next=t,t.previous=n}e.next=e.previous=null}},t.unstable_wrapCallback=function(e){var t=A;return function(){var n=A;A=t;try{return e.apply(this,arguments)}finally{A=n}}},t.unstable_getCurrentPriorityLevel=function(){return A},t.unstable_shouldYield=function(){var e=t.unstable_now();return D(e),null!==L&&null!==T&&T.startTime<=e&&T.expirationTime<L.expirationTime||a()},t.unstable_requestPaint=V,t.unstable_continueExecution=function(){j||B||(j=!0,r(z))},t.unstable_pauseExecution=function(){},t.unstable_getFirstCallbackNode=function(){return T}},function(e,t,n){(function(e,r){var o;
  33. /**
  34. * @license
  35. * Lodash <https://lodash.com/>
  36. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  37. * Released under MIT license <https://lodash.com/license>
  38. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  39. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  40. */(function(){var i,a=200,l="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",s="Expected a function",u="__lodash_hash_undefined__",c=500,p="__lodash_placeholder__",f=1,d=2,h=4,g=1,m=2,v=1,y=2,b=4,w=8,x=16,_=32,k=64,E=128,C=256,S=512,N=30,P="...",M=800,T=16,O=1,L=2,A=1/0,B=9007199254740991,j=1.7976931348623157e308,R=NaN,I=4294967295,D=I-1,F=I>>>1,z=[["ary",E],["bind",v],["bindKey",y],["curry",w],["curryRight",x],["flip",S],["partial",_],["partialRight",k],["rearg",C]],U="[object Arguments]",W="[object Array]",V="[object AsyncFunction]",G="[object Boolean]",Y="[object Date]",q="[object DOMException]",X="[object Error]",H="[object Function]",Z="[object GeneratorFunction]",$="[object Map]",Q="[object Number]",K="[object Null]",J="[object Object]",ee="[object Proxy]",te="[object RegExp]",ne="[object Set]",re="[object String]",oe="[object Symbol]",ie="[object Undefined]",ae="[object WeakMap]",le="[object WeakSet]",se="[object ArrayBuffer]",ue="[object DataView]",ce="[object Float32Array]",pe="[object Float64Array]",fe="[object Int8Array]",de="[object Int16Array]",he="[object Int32Array]",ge="[object Uint8Array]",me="[object Uint8ClampedArray]",ve="[object Uint16Array]",ye="[object Uint32Array]",be=/\b__p \+= '';/g,we=/\b(__p \+=) '' \+/g,xe=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_e=/&(?:amp|lt|gt|quot|#39);/g,ke=/[&<>"']/g,Ee=RegExp(_e.source),Ce=RegExp(ke.source),Se=/<%-([\s\S]+?)%>/g,Ne=/<%([\s\S]+?)%>/g,Pe=/<%=([\s\S]+?)%>/g,Me=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Te=/^\w*$/,Oe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Le=/[\\^$.*+?()[\]{}|]/g,Ae=RegExp(Le.source),Be=/^\s+|\s+$/g,je=/^\s+/,Re=/\s+$/,Ie=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,De=/\{\n\/\* \[wrapped with (.+)\] \*/,Fe=/,? & /,ze=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ue=/\\(\\)?/g,We=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ve=/\w*$/,Ge=/^[-+]0x[0-9a-f]+$/i,Ye=/^0b[01]+$/i,qe=/^\[object .+?Constructor\]$/,Xe=/^0o[0-7]+$/i,He=/^(?:0|[1-9]\d*)$/,Ze=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,$e=/($^)/,Qe=/['\n\r\u2028\u2029\\]/g,Ke="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Je="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",et="[\\ud800-\\udfff]",tt="["+Je+"]",nt="["+Ke+"]",rt="\\d+",ot="[\\u2700-\\u27bf]",it="[a-z\\xdf-\\xf6\\xf8-\\xff]",at="[^\\ud800-\\udfff"+Je+rt+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",lt="\\ud83c[\\udffb-\\udfff]",st="[^\\ud800-\\udfff]",ut="(?:\\ud83c[\\udde6-\\uddff]){2}",ct="[\\ud800-\\udbff][\\udc00-\\udfff]",pt="[A-Z\\xc0-\\xd6\\xd8-\\xde]",ft="(?:"+it+"|"+at+")",dt="(?:"+pt+"|"+at+")",ht="(?:"+nt+"|"+lt+")"+"?",gt="[\\ufe0e\\ufe0f]?"+ht+("(?:\\u200d(?:"+[st,ut,ct].join("|")+")[\\ufe0e\\ufe0f]?"+ht+")*"),mt="(?:"+[ot,ut,ct].join("|")+")"+gt,vt="(?:"+[st+nt+"?",nt,ut,ct,et].join("|")+")",yt=RegExp("['’]","g"),bt=RegExp(nt,"g"),wt=RegExp(lt+"(?="+lt+")|"+vt+gt,"g"),xt=RegExp([pt+"?"+it+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[tt,pt,"$"].join("|")+")",dt+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[tt,pt+ft,"$"].join("|")+")",pt+"?"+ft+"+(?:['’](?:d|ll|m|re|s|t|ve))?",pt+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",rt,mt].join("|"),"g"),_t=RegExp("[\\u200d\\ud800-\\udfff"+Ke+"\\ufe0e\\ufe0f]"),kt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Et=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ct=-1,St={};St[ce]=St[pe]=St[fe]=St[de]=St[he]=St[ge]=St[me]=St[ve]=St[ye]=!0,St[U]=St[W]=St[se]=St[G]=St[ue]=St[Y]=St[X]=St[H]=St[$]=St[Q]=St[J]=St[te]=St[ne]=St[re]=St[ae]=!1;var Nt={};Nt[U]=Nt[W]=Nt[se]=Nt[ue]=Nt[G]=Nt[Y]=Nt[ce]=Nt[pe]=Nt[fe]=Nt[de]=Nt[he]=Nt[$]=Nt[Q]=Nt[J]=Nt[te]=Nt[ne]=Nt[re]=Nt[oe]=Nt[ge]=Nt[me]=Nt[ve]=Nt[ye]=!0,Nt[X]=Nt[H]=Nt[ae]=!1;var Pt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Mt=parseFloat,Tt=parseInt,Ot="object"==typeof e&&e&&e.Object===Object&&e,Lt="object"==typeof self&&self&&self.Object===Object&&self,At=Ot||Lt||Function("return this")(),Bt=t&&!t.nodeType&&t,jt=Bt&&"object"==typeof r&&r&&!r.nodeType&&r,Rt=jt&&jt.exports===Bt,It=Rt&&Ot.process,Dt=function(){try{var e=jt&&jt.require&&jt.require("util").types;return e||It&&It.binding&&It.binding("util")}catch(e){}}(),Ft=Dt&&Dt.isArrayBuffer,zt=Dt&&Dt.isDate,Ut=Dt&&Dt.isMap,Wt=Dt&&Dt.isRegExp,Vt=Dt&&Dt.isSet,Gt=Dt&&Dt.isTypedArray;function Yt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function qt(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o<i;){var a=e[o];t(r,a,n(a),e)}return r}function Xt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function Ht(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function Zt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function $t(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}function Qt(e,t){return!!(null==e?0:e.length)&&sn(e,t,0)>-1}function Kt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}function Jt(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}function en(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}function tn(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o<i;)n=t(n,e[o],o,e);return n}function nn(e,t,n,r){var o=null==e?0:e.length;for(r&&o&&(n=e[--o]);o--;)n=t(n,e[o],o,e);return n}function rn(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var on=fn("length");function an(e,t,n){var r;return n(e,function(e,n,o){if(t(e,n,o))return r=n,!1}),r}function ln(e,t,n,r){for(var o=e.length,i=n+(r?1:-1);r?i--:++i<o;)if(t(e[i],i,e))return i;return-1}function sn(e,t,n){return t==t?function(e,t,n){var r=n-1,o=e.length;for(;++r<o;)if(e[r]===t)return r;return-1}(e,t,n):ln(e,cn,n)}function un(e,t,n,r){for(var o=n-1,i=e.length;++o<i;)if(r(e[o],t))return o;return-1}function cn(e){return e!=e}function pn(e,t){var n=null==e?0:e.length;return n?gn(e,t)/n:R}function fn(e){return function(t){return null==t?i:t[e]}}function dn(e){return function(t){return null==e?i:e[t]}}function hn(e,t,n,r,o){return o(e,function(e,o,i){n=r?(r=!1,e):t(n,e,o,i)}),n}function gn(e,t){for(var n,r=-1,o=e.length;++r<o;){var a=t(e[r]);a!==i&&(n=n===i?a:n+a)}return n}function mn(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function vn(e){return function(t){return e(t)}}function yn(e,t){return Jt(t,function(t){return e[t]})}function bn(e,t){return e.has(t)}function wn(e,t){for(var n=-1,r=e.length;++n<r&&sn(t,e[n],0)>-1;);return n}function xn(e,t){for(var n=e.length;n--&&sn(t,e[n],0)>-1;);return n}var _n=dn({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),kn=dn({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function En(e){return"\\"+Pt[e]}function Cn(e){return _t.test(e)}function Sn(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function Nn(e,t){return function(n){return e(t(n))}}function Pn(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var a=e[n];a!==t&&a!==p||(e[n]=p,i[o++]=n)}return i}function Mn(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}function Tn(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function On(e){return Cn(e)?function(e){var t=wt.lastIndex=0;for(;wt.test(e);)++t;return t}(e):on(e)}function Ln(e){return Cn(e)?function(e){return e.match(wt)||[]}(e):function(e){return e.split("")}(e)}var An=dn({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Bn=function e(t){var n,r=(t=null==t?At:Bn.defaults(At.Object(),t,Bn.pick(At,Et))).Array,o=t.Date,Ke=t.Error,Je=t.Function,et=t.Math,tt=t.Object,nt=t.RegExp,rt=t.String,ot=t.TypeError,it=r.prototype,at=Je.prototype,lt=tt.prototype,st=t["__core-js_shared__"],ut=at.toString,ct=lt.hasOwnProperty,pt=0,ft=(n=/[^.]+$/.exec(st&&st.keys&&st.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",dt=lt.toString,ht=ut.call(tt),gt=At._,mt=nt("^"+ut.call(ct).replace(Le,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),vt=Rt?t.Buffer:i,wt=t.Symbol,_t=t.Uint8Array,Pt=vt?vt.allocUnsafe:i,Ot=Nn(tt.getPrototypeOf,tt),Lt=tt.create,Bt=lt.propertyIsEnumerable,jt=it.splice,It=wt?wt.isConcatSpreadable:i,Dt=wt?wt.iterator:i,on=wt?wt.toStringTag:i,dn=function(){try{var e=Fi(tt,"defineProperty");return e({},"",{}),e}catch(e){}}(),jn=t.clearTimeout!==At.clearTimeout&&t.clearTimeout,Rn=o&&o.now!==At.Date.now&&o.now,In=t.setTimeout!==At.setTimeout&&t.setTimeout,Dn=et.ceil,Fn=et.floor,zn=tt.getOwnPropertySymbols,Un=vt?vt.isBuffer:i,Wn=t.isFinite,Vn=it.join,Gn=Nn(tt.keys,tt),Yn=et.max,qn=et.min,Xn=o.now,Hn=t.parseInt,Zn=et.random,$n=it.reverse,Qn=Fi(t,"DataView"),Kn=Fi(t,"Map"),Jn=Fi(t,"Promise"),er=Fi(t,"Set"),tr=Fi(t,"WeakMap"),nr=Fi(tt,"create"),rr=tr&&new tr,or={},ir=pa(Qn),ar=pa(Kn),lr=pa(Jn),sr=pa(er),ur=pa(tr),cr=wt?wt.prototype:i,pr=cr?cr.valueOf:i,fr=cr?cr.toString:i;function dr(e){if(Pl(e)&&!vl(e)&&!(e instanceof vr)){if(e instanceof mr)return e;if(ct.call(e,"__wrapped__"))return fa(e)}return new mr(e)}var hr=function(){function e(){}return function(t){if(!Nl(t))return{};if(Lt)return Lt(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function gr(){}function mr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function vr(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=I,this.__views__=[]}function yr(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function br(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function wr(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function xr(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new wr;++t<n;)this.add(e[t])}function _r(e){var t=this.__data__=new br(e);this.size=t.size}function kr(e,t){var n=vl(e),r=!n&&ml(e),o=!n&&!r&&xl(e),i=!n&&!r&&!o&&Rl(e),a=n||r||o||i,l=a?mn(e.length,rt):[],s=l.length;for(var u in e)!t&&!ct.call(e,u)||a&&("length"==u||o&&("offset"==u||"parent"==u)||i&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||qi(u,s))||l.push(u);return l}function Er(e){var t=e.length;return t?e[_o(0,t-1)]:i}function Cr(e,t){return sa(ri(e),Br(t,0,e.length))}function Sr(e){return sa(ri(e))}function Nr(e,t,n){(n===i||dl(e[t],n))&&(n!==i||t in e)||Lr(e,t,n)}function Pr(e,t,n){var r=e[t];ct.call(e,t)&&dl(r,n)&&(n!==i||t in e)||Lr(e,t,n)}function Mr(e,t){for(var n=e.length;n--;)if(dl(e[n][0],t))return n;return-1}function Tr(e,t,n,r){return Fr(e,function(e,o,i){t(r,e,n(e),i)}),r}function Or(e,t){return e&&oi(t,os(t),e)}function Lr(e,t,n){"__proto__"==t&&dn?dn(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Ar(e,t){for(var n=-1,o=t.length,a=r(o),l=null==e;++n<o;)a[n]=l?i:Jl(e,t[n]);return a}function Br(e,t,n){return e==e&&(n!==i&&(e=e<=n?e:n),t!==i&&(e=e>=t?e:t)),e}function jr(e,t,n,r,o,a){var l,s=t&f,u=t&d,c=t&h;if(n&&(l=o?n(e,r,o,a):n(e)),l!==i)return l;if(!Nl(e))return e;var p=vl(e);if(p){if(l=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&ct.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!s)return ri(e,l)}else{var g=Wi(e),m=g==H||g==Z;if(xl(e))return Qo(e,s);if(g==J||g==U||m&&!o){if(l=u||m?{}:Gi(e),!s)return u?function(e,t){return oi(e,Ui(e),t)}(e,function(e,t){return e&&oi(t,is(t),e)}(l,e)):function(e,t){return oi(e,zi(e),t)}(e,Or(l,e))}else{if(!Nt[g])return o?e:{};l=function(e,t,n){var r,o,i,a=e.constructor;switch(t){case se:return Ko(e);case G:case Y:return new a(+e);case ue:return function(e,t){var n=t?Ko(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case ce:case pe:case fe:case de:case he:case ge:case me:case ve:case ye:return Jo(e,n);case $:return new a;case Q:case re:return new a(e);case te:return(i=new(o=e).constructor(o.source,Ve.exec(o))).lastIndex=o.lastIndex,i;case ne:return new a;case oe:return r=e,pr?tt(pr.call(r)):{}}}(e,g,s)}}a||(a=new _r);var v=a.get(e);if(v)return v;a.set(e,l),Al(e)?e.forEach(function(r){l.add(jr(r,t,n,r,e,a))}):Ml(e)&&e.forEach(function(r,o){l.set(o,jr(r,t,n,o,e,a))});var y=p?i:(c?u?Li:Oi:u?is:os)(e);return Xt(y||e,function(r,o){y&&(r=e[o=r]),Pr(l,o,jr(r,t,n,o,e,a))}),l}function Rr(e,t,n){var r=n.length;if(null==e)return!r;for(e=tt(e);r--;){var o=n[r],a=t[o],l=e[o];if(l===i&&!(o in e)||!a(l))return!1}return!0}function Ir(e,t,n){if("function"!=typeof e)throw new ot(s);return oa(function(){e.apply(i,n)},t)}function Dr(e,t,n,r){var o=-1,i=Qt,l=!0,s=e.length,u=[],c=t.length;if(!s)return u;n&&(t=Jt(t,vn(n))),r?(i=Kt,l=!1):t.length>=a&&(i=bn,l=!1,t=new xr(t));e:for(;++o<s;){var p=e[o],f=null==n?p:n(p);if(p=r||0!==p?p:0,l&&f==f){for(var d=c;d--;)if(t[d]===f)continue e;u.push(p)}else i(t,f,r)||u.push(p)}return u}dr.templateSettings={escape:Se,evaluate:Ne,interpolate:Pe,variable:"",imports:{_:dr}},dr.prototype=gr.prototype,dr.prototype.constructor=dr,mr.prototype=hr(gr.prototype),mr.prototype.constructor=mr,vr.prototype=hr(gr.prototype),vr.prototype.constructor=vr,yr.prototype.clear=function(){this.__data__=nr?nr(null):{},this.size=0},yr.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},yr.prototype.get=function(e){var t=this.__data__;if(nr){var n=t[e];return n===u?i:n}return ct.call(t,e)?t[e]:i},yr.prototype.has=function(e){var t=this.__data__;return nr?t[e]!==i:ct.call(t,e)},yr.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=nr&&t===i?u:t,this},br.prototype.clear=function(){this.__data__=[],this.size=0},br.prototype.delete=function(e){var t=this.__data__,n=Mr(t,e);return!(n<0||(n==t.length-1?t.pop():jt.call(t,n,1),--this.size,0))},br.prototype.get=function(e){var t=this.__data__,n=Mr(t,e);return n<0?i:t[n][1]},br.prototype.has=function(e){return Mr(this.__data__,e)>-1},br.prototype.set=function(e,t){var n=this.__data__,r=Mr(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},wr.prototype.clear=function(){this.size=0,this.__data__={hash:new yr,map:new(Kn||br),string:new yr}},wr.prototype.delete=function(e){var t=Ii(this,e).delete(e);return this.size-=t?1:0,t},wr.prototype.get=function(e){return Ii(this,e).get(e)},wr.prototype.has=function(e){return Ii(this,e).has(e)},wr.prototype.set=function(e,t){var n=Ii(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},xr.prototype.add=xr.prototype.push=function(e){return this.__data__.set(e,u),this},xr.prototype.has=function(e){return this.__data__.has(e)},_r.prototype.clear=function(){this.__data__=new br,this.size=0},_r.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},_r.prototype.get=function(e){return this.__data__.get(e)},_r.prototype.has=function(e){return this.__data__.has(e)},_r.prototype.set=function(e,t){var n=this.__data__;if(n instanceof br){var r=n.__data__;if(!Kn||r.length<a-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new wr(r)}return n.set(e,t),this.size=n.size,this};var Fr=li(Xr),zr=li(Hr,!0);function Ur(e,t){var n=!0;return Fr(e,function(e,r,o){return n=!!t(e,r,o)}),n}function Wr(e,t,n){for(var r=-1,o=e.length;++r<o;){var a=e[r],l=t(a);if(null!=l&&(s===i?l==l&&!jl(l):n(l,s)))var s=l,u=a}return u}function Vr(e,t){var n=[];return Fr(e,function(e,r,o){t(e,r,o)&&n.push(e)}),n}function Gr(e,t,n,r,o){var i=-1,a=e.length;for(n||(n=Yi),o||(o=[]);++i<a;){var l=e[i];t>0&&n(l)?t>1?Gr(l,t-1,n,r,o):en(o,l):r||(o[o.length]=l)}return o}var Yr=si(),qr=si(!0);function Xr(e,t){return e&&Yr(e,t,os)}function Hr(e,t){return e&&qr(e,t,os)}function Zr(e,t){return $t(t,function(t){return El(e[t])})}function $r(e,t){for(var n=0,r=(t=Xo(t,e)).length;null!=e&&n<r;)e=e[ca(t[n++])];return n&&n==r?e:i}function Qr(e,t,n){var r=t(e);return vl(e)?r:en(r,n(e))}function Kr(e){return null==e?e===i?ie:K:on&&on in tt(e)?function(e){var t=ct.call(e,on),n=e[on];try{e[on]=i;var r=!0}catch(e){}var o=dt.call(e);return r&&(t?e[on]=n:delete e[on]),o}(e):function(e){return dt.call(e)}(e)}function Jr(e,t){return e>t}function eo(e,t){return null!=e&&ct.call(e,t)}function to(e,t){return null!=e&&t in tt(e)}function no(e,t,n){for(var o=n?Kt:Qt,a=e[0].length,l=e.length,s=l,u=r(l),c=1/0,p=[];s--;){var f=e[s];s&&t&&(f=Jt(f,vn(t))),c=qn(f.length,c),u[s]=!n&&(t||a>=120&&f.length>=120)?new xr(s&&f):i}f=e[0];var d=-1,h=u[0];e:for(;++d<a&&p.length<c;){var g=f[d],m=t?t(g):g;if(g=n||0!==g?g:0,!(h?bn(h,m):o(p,m,n))){for(s=l;--s;){var v=u[s];if(!(v?bn(v,m):o(e[s],m,n)))continue e}h&&h.push(m),p.push(g)}}return p}function ro(e,t,n){var r=null==(e=ta(e,t=Xo(t,e)))?e:e[ca(ka(t))];return null==r?i:Yt(r,e,n)}function oo(e){return Pl(e)&&Kr(e)==U}function io(e,t,n,r,o){return e===t||(null==e||null==t||!Pl(e)&&!Pl(t)?e!=e&&t!=t:function(e,t,n,r,o,a){var l=vl(e),s=vl(t),u=l?W:Wi(e),c=s?W:Wi(t),p=(u=u==U?J:u)==J,f=(c=c==U?J:c)==J,d=u==c;if(d&&xl(e)){if(!xl(t))return!1;l=!0,p=!1}if(d&&!p)return a||(a=new _r),l||Rl(e)?Mi(e,t,n,r,o,a):function(e,t,n,r,o,i,a){switch(n){case ue:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case se:return!(e.byteLength!=t.byteLength||!i(new _t(e),new _t(t)));case G:case Y:case Q:return dl(+e,+t);case X:return e.name==t.name&&e.message==t.message;case te:case re:return e==t+"";case $:var l=Sn;case ne:var s=r&g;if(l||(l=Mn),e.size!=t.size&&!s)return!1;var u=a.get(e);if(u)return u==t;r|=m,a.set(e,t);var c=Mi(l(e),l(t),r,o,i,a);return a.delete(e),c;case oe:if(pr)return pr.call(e)==pr.call(t)}return!1}(e,t,u,n,r,o,a);if(!(n&g)){var h=p&&ct.call(e,"__wrapped__"),v=f&&ct.call(t,"__wrapped__");if(h||v){var y=h?e.value():e,b=v?t.value():t;return a||(a=new _r),o(y,b,n,r,a)}}return!!d&&(a||(a=new _r),function(e,t,n,r,o,a){var l=n&g,s=Oi(e),u=s.length,c=Oi(t).length;if(u!=c&&!l)return!1;for(var p=u;p--;){var f=s[p];if(!(l?f in t:ct.call(t,f)))return!1}var d=a.get(e);if(d&&a.get(t))return d==t;var h=!0;a.set(e,t),a.set(t,e);for(var m=l;++p<u;){f=s[p];var v=e[f],y=t[f];if(r)var b=l?r(y,v,f,t,e,a):r(v,y,f,e,t,a);if(!(b===i?v===y||o(v,y,n,r,a):b)){h=!1;break}m||(m="constructor"==f)}if(h&&!m){var w=e.constructor,x=t.constructor;w!=x&&"constructor"in e&&"constructor"in t&&!("function"==typeof w&&w instanceof w&&"function"==typeof x&&x instanceof x)&&(h=!1)}return a.delete(e),a.delete(t),h}(e,t,n,r,o,a))}(e,t,n,r,io,o))}function ao(e,t,n,r){var o=n.length,a=o,l=!r;if(null==e)return!a;for(e=tt(e);o--;){var s=n[o];if(l&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<a;){var u=(s=n[o])[0],c=e[u],p=s[1];if(l&&s[2]){if(c===i&&!(u in e))return!1}else{var f=new _r;if(r)var d=r(c,p,u,e,t,f);if(!(d===i?io(p,c,g|m,r,f):d))return!1}}return!0}function lo(e){return!(!Nl(e)||(t=e,ft&&ft in t))&&(El(e)?mt:qe).test(pa(e));var t}function so(e){return"function"==typeof e?e:null==e?Ts:"object"==typeof e?vl(e)?go(e[0],e[1]):ho(e):Fs(e)}function uo(e){if(!Qi(e))return Gn(e);var t=[];for(var n in tt(e))ct.call(e,n)&&"constructor"!=n&&t.push(n);return t}function co(e){if(!Nl(e))return function(e){var t=[];if(null!=e)for(var n in tt(e))t.push(n);return t}(e);var t=Qi(e),n=[];for(var r in e)("constructor"!=r||!t&&ct.call(e,r))&&n.push(r);return n}function po(e,t){return e<t}function fo(e,t){var n=-1,o=bl(e)?r(e.length):[];return Fr(e,function(e,r,i){o[++n]=t(e,r,i)}),o}function ho(e){var t=Di(e);return 1==t.length&&t[0][2]?Ji(t[0][0],t[0][1]):function(n){return n===e||ao(n,e,t)}}function go(e,t){return Hi(e)&&Ki(t)?Ji(ca(e),t):function(n){var r=Jl(n,e);return r===i&&r===t?es(n,e):io(t,r,g|m)}}function mo(e,t,n,r,o){e!==t&&Yr(t,function(a,l){if(o||(o=new _r),Nl(a))!function(e,t,n,r,o,a,l){var s=na(e,n),u=na(t,n),c=l.get(u);if(c)Nr(e,n,c);else{var p=a?a(s,u,n+"",e,t,l):i,f=p===i;if(f){var d=vl(u),h=!d&&xl(u),g=!d&&!h&&Rl(u);p=u,d||h||g?vl(s)?p=s:wl(s)?p=ri(s):h?(f=!1,p=Qo(u,!0)):g?(f=!1,p=Jo(u,!0)):p=[]:Ol(u)||ml(u)?(p=s,ml(s)?p=Gl(s):Nl(s)&&!El(s)||(p=Gi(u))):f=!1}f&&(l.set(u,p),o(p,u,r,a,l),l.delete(u)),Nr(e,n,p)}}(e,t,l,n,mo,r,o);else{var s=r?r(na(e,l),a,l+"",e,t,o):i;s===i&&(s=a),Nr(e,l,s)}},is)}function vo(e,t){var n=e.length;if(n)return qi(t+=t<0?n:0,n)?e[t]:i}function yo(e,t,n){var r=-1;return t=Jt(t.length?t:[Ts],vn(Ri())),function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(fo(e,function(e,n,o){return{criteria:Jt(t,function(t){return t(e)}),index:++r,value:e}}),function(e,t){return function(e,t,n){for(var r=-1,o=e.criteria,i=t.criteria,a=o.length,l=n.length;++r<a;){var s=ei(o[r],i[r]);if(s){if(r>=l)return s;var u=n[r];return s*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)})}function bo(e,t,n){for(var r=-1,o=t.length,i={};++r<o;){var a=t[r],l=$r(e,a);n(l,a)&&No(i,Xo(a,e),l)}return i}function wo(e,t,n,r){var o=r?un:sn,i=-1,a=t.length,l=e;for(e===t&&(t=ri(t)),n&&(l=Jt(e,vn(n)));++i<a;)for(var s=0,u=t[i],c=n?n(u):u;(s=o(l,c,s,r))>-1;)l!==e&&jt.call(l,s,1),jt.call(e,s,1);return e}function xo(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;qi(o)?jt.call(e,o,1):Fo(e,o)}}return e}function _o(e,t){return e+Fn(Zn()*(t-e+1))}function ko(e,t){var n="";if(!e||t<1||t>B)return n;do{t%2&&(n+=e),(t=Fn(t/2))&&(e+=e)}while(t);return n}function Eo(e,t){return ia(ea(e,t,Ts),e+"")}function Co(e){return Er(ds(e))}function So(e,t){var n=ds(e);return sa(n,Br(t,0,n.length))}function No(e,t,n,r){if(!Nl(e))return e;for(var o=-1,a=(t=Xo(t,e)).length,l=a-1,s=e;null!=s&&++o<a;){var u=ca(t[o]),c=n;if(o!=l){var p=s[u];(c=r?r(p,u,s):i)===i&&(c=Nl(p)?p:qi(t[o+1])?[]:{})}Pr(s,u,c),s=s[u]}return e}var Po=rr?function(e,t){return rr.set(e,t),e}:Ts,Mo=dn?function(e,t){return dn(e,"toString",{configurable:!0,enumerable:!1,value:Ns(t),writable:!0})}:Ts;function To(e){return sa(ds(e))}function Oo(e,t,n){var o=-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 a=r(i);++o<i;)a[o]=e[o+t];return a}function Lo(e,t){var n;return Fr(e,function(e,r,o){return!(n=t(e,r,o))}),!!n}function Ao(e,t,n){var r=0,o=null==e?r:e.length;if("number"==typeof t&&t==t&&o<=F){for(;r<o;){var i=r+o>>>1,a=e[i];null!==a&&!jl(a)&&(n?a<=t:a<t)?r=i+1:o=i}return o}return Bo(e,t,Ts,n)}function Bo(e,t,n,r){t=n(t);for(var o=0,a=null==e?0:e.length,l=t!=t,s=null===t,u=jl(t),c=t===i;o<a;){var p=Fn((o+a)/2),f=n(e[p]),d=f!==i,h=null===f,g=f==f,m=jl(f);if(l)var v=r||g;else v=c?g&&(r||d):s?g&&d&&(r||!h):u?g&&d&&!h&&(r||!m):!h&&!m&&(r?f<=t:f<t);v?o=p+1:a=p}return qn(a,D)}function jo(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var a=e[n],l=t?t(a):a;if(!n||!dl(l,s)){var s=l;i[o++]=0===a?0:a}}return i}function Ro(e){return"number"==typeof e?e:jl(e)?R:+e}function Io(e){if("string"==typeof e)return e;if(vl(e))return Jt(e,Io)+"";if(jl(e))return fr?fr.call(e):"";var t=e+"";return"0"==t&&1/e==-A?"-0":t}function Do(e,t,n){var r=-1,o=Qt,i=e.length,l=!0,s=[],u=s;if(n)l=!1,o=Kt;else if(i>=a){var c=t?null:ki(e);if(c)return Mn(c);l=!1,o=bn,u=new xr}else u=t?[]:s;e:for(;++r<i;){var p=e[r],f=t?t(p):p;if(p=n||0!==p?p:0,l&&f==f){for(var d=u.length;d--;)if(u[d]===f)continue e;t&&u.push(f),s.push(p)}else o(u,f,n)||(u!==s&&u.push(f),s.push(p))}return s}function Fo(e,t){return null==(e=ta(e,t=Xo(t,e)))||delete e[ca(ka(t))]}function zo(e,t,n,r){return No(e,t,n($r(e,t)),r)}function Uo(e,t,n,r){for(var o=e.length,i=r?o:-1;(r?i--:++i<o)&&t(e[i],i,e););return n?Oo(e,r?0:i,r?i+1:o):Oo(e,r?i+1:0,r?o:i)}function Wo(e,t){var n=e;return n instanceof vr&&(n=n.value()),tn(t,function(e,t){return t.func.apply(t.thisArg,en([e],t.args))},n)}function Vo(e,t,n){var o=e.length;if(o<2)return o?Do(e[0]):[];for(var i=-1,a=r(o);++i<o;)for(var l=e[i],s=-1;++s<o;)s!=i&&(a[i]=Dr(a[i]||l,e[s],t,n));return Do(Gr(a,1),t,n)}function Go(e,t,n){for(var r=-1,o=e.length,a=t.length,l={};++r<o;){var s=r<a?t[r]:i;n(l,e[r],s)}return l}function Yo(e){return wl(e)?e:[]}function qo(e){return"function"==typeof e?e:Ts}function Xo(e,t){return vl(e)?e:Hi(e,t)?[e]:ua(Yl(e))}var Ho=Eo;function Zo(e,t,n){var r=e.length;return n=n===i?r:n,!t&&n>=r?e:Oo(e,t,n)}var $o=jn||function(e){return At.clearTimeout(e)};function Qo(e,t){if(t)return e.slice();var n=e.length,r=Pt?Pt(n):new e.constructor(n);return e.copy(r),r}function Ko(e){var t=new e.constructor(e.byteLength);return new _t(t).set(new _t(e)),t}function Jo(e,t){var n=t?Ko(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function ei(e,t){if(e!==t){var n=e!==i,r=null===e,o=e==e,a=jl(e),l=t!==i,s=null===t,u=t==t,c=jl(t);if(!s&&!c&&!a&&e>t||a&&l&&u&&!s&&!c||r&&l&&u||!n&&u||!o)return 1;if(!r&&!a&&!c&&e<t||c&&n&&o&&!r&&!a||s&&n&&o||!l&&o||!u)return-1}return 0}function ti(e,t,n,o){for(var i=-1,a=e.length,l=n.length,s=-1,u=t.length,c=Yn(a-l,0),p=r(u+c),f=!o;++s<u;)p[s]=t[s];for(;++i<l;)(f||i<a)&&(p[n[i]]=e[i]);for(;c--;)p[s++]=e[i++];return p}function ni(e,t,n,o){for(var i=-1,a=e.length,l=-1,s=n.length,u=-1,c=t.length,p=Yn(a-s,0),f=r(p+c),d=!o;++i<p;)f[i]=e[i];for(var h=i;++u<c;)f[h+u]=t[u];for(;++l<s;)(d||i<a)&&(f[h+n[l]]=e[i++]);return f}function ri(e,t){var n=-1,o=e.length;for(t||(t=r(o));++n<o;)t[n]=e[n];return t}function oi(e,t,n,r){var o=!n;n||(n={});for(var a=-1,l=t.length;++a<l;){var s=t[a],u=r?r(n[s],e[s],s,n,e):i;u===i&&(u=e[s]),o?Lr(n,s,u):Pr(n,s,u)}return n}function ii(e,t){return function(n,r){var o=vl(n)?qt:Tr,i=t?t():{};return o(n,e,Ri(r,2),i)}}function ai(e){return Eo(function(t,n){var r=-1,o=n.length,a=o>1?n[o-1]:i,l=o>2?n[2]:i;for(a=e.length>3&&"function"==typeof a?(o--,a):i,l&&Xi(n[0],n[1],l)&&(a=o<3?i:a,o=1),t=tt(t);++r<o;){var s=n[r];s&&e(t,s,r,a)}return t})}function li(e,t){return function(n,r){if(null==n)return n;if(!bl(n))return e(n,r);for(var o=n.length,i=t?o:-1,a=tt(n);(t?i--:++i<o)&&!1!==r(a[i],i,a););return n}}function si(e){return function(t,n,r){for(var o=-1,i=tt(t),a=r(t),l=a.length;l--;){var s=a[e?l:++o];if(!1===n(i[s],s,i))break}return t}}function ui(e){return function(t){var n=Cn(t=Yl(t))?Ln(t):i,r=n?n[0]:t.charAt(0),o=n?Zo(n,1).join(""):t.slice(1);return r[e]()+o}}function ci(e){return function(t){return tn(Es(ms(t).replace(yt,"")),e,"")}}function pi(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=hr(e.prototype),r=e.apply(n,t);return Nl(r)?r:n}}function fi(e){return function(t,n,r){var o=tt(t);if(!bl(t)){var a=Ri(n,3);t=os(t),n=function(e){return a(o[e],e,o)}}var l=e(t,n,r);return l>-1?o[a?t[l]:l]:i}}function di(e){return Ti(function(t){var n=t.length,r=n,o=mr.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ot(s);if(o&&!l&&"wrapper"==Bi(a))var l=new mr([],!0)}for(r=l?r:n;++r<n;){var u=Bi(a=t[r]),c="wrapper"==u?Ai(a):i;l=c&&Zi(c[0])&&c[1]==(E|w|_|C)&&!c[4].length&&1==c[9]?l[Bi(c[0])].apply(l,c[3]):1==a.length&&Zi(a)?l[u]():l.thru(a)}return function(){var e=arguments,r=e[0];if(l&&1==e.length&&vl(r))return l.plant(r).value();for(var o=0,i=n?t[o].apply(this,e):r;++o<n;)i=t[o].call(this,i);return i}})}function hi(e,t,n,o,a,l,s,u,c,p){var f=t&E,d=t&v,h=t&y,g=t&(w|x),m=t&S,b=h?i:pi(e);return function v(){for(var y=arguments.length,w=r(y),x=y;x--;)w[x]=arguments[x];if(g)var _=ji(v),k=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(w,_);if(o&&(w=ti(w,o,a,g)),l&&(w=ni(w,l,s,g)),y-=k,g&&y<p){var E=Pn(w,_);return xi(e,t,hi,v.placeholder,n,w,E,u,c,p-y)}var C=d?n:this,S=h?C[e]:e;return y=w.length,u?w=function(e,t){for(var n=e.length,r=qn(t.length,n),o=ri(e);r--;){var a=t[r];e[r]=qi(a,n)?o[a]:i}return e}(w,u):m&&y>1&&w.reverse(),f&&c<y&&(w.length=c),this&&this!==At&&this instanceof v&&(S=b||pi(S)),S.apply(C,w)}}function gi(e,t){return function(n,r){return function(e,t,n,r){return Xr(e,function(e,o,i){t(r,n(e),o,i)}),r}(n,e,t(r),{})}}function mi(e,t){return function(n,r){var o;if(n===i&&r===i)return t;if(n!==i&&(o=n),r!==i){if(o===i)return r;"string"==typeof n||"string"==typeof r?(n=Io(n),r=Io(r)):(n=Ro(n),r=Ro(r)),o=e(n,r)}return o}}function vi(e){return Ti(function(t){return t=Jt(t,vn(Ri())),Eo(function(n){var r=this;return e(t,function(e){return Yt(e,r,n)})})})}function yi(e,t){var n=(t=t===i?" ":Io(t)).length;if(n<2)return n?ko(t,e):t;var r=ko(t,Dn(e/On(t)));return Cn(t)?Zo(Ln(r),0,e).join(""):r.slice(0,e)}function bi(e){return function(t,n,o){return o&&"number"!=typeof o&&Xi(t,n,o)&&(n=o=i),t=zl(t),n===i?(n=t,t=0):n=zl(n),function(e,t,n,o){for(var i=-1,a=Yn(Dn((t-e)/(n||1)),0),l=r(a);a--;)l[o?a:++i]=e,e+=n;return l}(t,n,o=o===i?t<n?1:-1:zl(o),e)}}function wi(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=Vl(t),n=Vl(n)),e(t,n)}}function xi(e,t,n,r,o,a,l,s,u,c){var p=t&w;t|=p?_:k,(t&=~(p?k:_))&b||(t&=~(v|y));var f=[e,t,o,p?a:i,p?l:i,p?i:a,p?i:l,s,u,c],d=n.apply(i,f);return Zi(e)&&ra(d,f),d.placeholder=r,aa(d,e,t)}function _i(e){var t=et[e];return function(e,n){if(e=Vl(e),(n=null==n?0:qn(Ul(n),292))&&Wn(e)){var r=(Yl(e)+"e").split("e");return+((r=(Yl(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var ki=er&&1/Mn(new er([,-0]))[1]==A?function(e){return new er(e)}:js;function Ei(e){return function(t){var n=Wi(t);return n==$?Sn(t):n==ne?Tn(t):function(e,t){return Jt(t,function(t){return[t,e[t]]})}(t,e(t))}}function Ci(e,t,n,o,a,l,u,c){var f=t&y;if(!f&&"function"!=typeof e)throw new ot(s);var d=o?o.length:0;if(d||(t&=~(_|k),o=a=i),u=u===i?u:Yn(Ul(u),0),c=c===i?c:Ul(c),d-=a?a.length:0,t&k){var h=o,g=a;o=a=i}var m=f?i:Ai(e),S=[e,t,n,o,a,h,g,l,u,c];if(m&&function(e,t){var n=e[1],r=t[1],o=n|r,i=o<(v|y|E),a=r==E&&n==w||r==E&&n==C&&e[7].length<=t[8]||r==(E|C)&&t[7].length<=t[8]&&n==w;if(!i&&!a)return e;r&v&&(e[2]=t[2],o|=n&v?0:b);var l=t[3];if(l){var s=e[3];e[3]=s?ti(s,l,t[4]):l,e[4]=s?Pn(e[3],p):t[4]}(l=t[5])&&(s=e[5],e[5]=s?ni(s,l,t[6]):l,e[6]=s?Pn(e[5],p):t[6]),(l=t[7])&&(e[7]=l),r&E&&(e[8]=null==e[8]?t[8]:qn(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=o}(S,m),e=S[0],t=S[1],n=S[2],o=S[3],a=S[4],!(c=S[9]=S[9]===i?f?0:e.length:Yn(S[9]-d,0))&&t&(w|x)&&(t&=~(w|x)),t&&t!=v)N=t==w||t==x?function(e,t,n){var o=pi(e);return function a(){for(var l=arguments.length,s=r(l),u=l,c=ji(a);u--;)s[u]=arguments[u];var p=l<3&&s[0]!==c&&s[l-1]!==c?[]:Pn(s,c);return(l-=p.length)<n?xi(e,t,hi,a.placeholder,i,s,p,i,i,n-l):Yt(this&&this!==At&&this instanceof a?o:e,this,s)}}(e,t,c):t!=_&&t!=(v|_)||a.length?hi.apply(i,S):function(e,t,n,o){var i=t&v,a=pi(e);return function t(){for(var l=-1,s=arguments.length,u=-1,c=o.length,p=r(c+s),f=this&&this!==At&&this instanceof t?a:e;++u<c;)p[u]=o[u];for(;s--;)p[u++]=arguments[++l];return Yt(f,i?n:this,p)}}(e,t,n,o);else var N=function(e,t,n){var r=t&v,o=pi(e);return function t(){return(this&&this!==At&&this instanceof t?o:e).apply(r?n:this,arguments)}}(e,t,n);return aa((m?Po:ra)(N,S),e,t)}function Si(e,t,n,r){return e===i||dl(e,lt[n])&&!ct.call(r,n)?t:e}function Ni(e,t,n,r,o,a){return Nl(e)&&Nl(t)&&(a.set(t,e),mo(e,t,i,Ni,a),a.delete(t)),e}function Pi(e){return Ol(e)?i:e}function Mi(e,t,n,r,o,a){var l=n&g,s=e.length,u=t.length;if(s!=u&&!(l&&u>s))return!1;var c=a.get(e);if(c&&a.get(t))return c==t;var p=-1,f=!0,d=n&m?new xr:i;for(a.set(e,t),a.set(t,e);++p<s;){var h=e[p],v=t[p];if(r)var y=l?r(v,h,p,t,e,a):r(h,v,p,e,t,a);if(y!==i){if(y)continue;f=!1;break}if(d){if(!rn(t,function(e,t){if(!bn(d,t)&&(h===e||o(h,e,n,r,a)))return d.push(t)})){f=!1;break}}else if(h!==v&&!o(h,v,n,r,a)){f=!1;break}}return a.delete(e),a.delete(t),f}function Ti(e){return ia(ea(e,i,ya),e+"")}function Oi(e){return Qr(e,os,zi)}function Li(e){return Qr(e,is,Ui)}var Ai=rr?function(e){return rr.get(e)}:js;function Bi(e){for(var t=e.name+"",n=or[t],r=ct.call(or,t)?n.length:0;r--;){var o=n[r],i=o.func;if(null==i||i==e)return o.name}return t}function ji(e){return(ct.call(dr,"placeholder")?dr:e).placeholder}function Ri(){var e=dr.iteratee||Os;return e=e===Os?so:e,arguments.length?e(arguments[0],arguments[1]):e}function Ii(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function Di(e){for(var t=os(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,Ki(o)]}return t}function Fi(e,t){var n=function(e,t){return null==e?i:e[t]}(e,t);return lo(n)?n:i}var zi=zn?function(e){return null==e?[]:(e=tt(e),$t(zn(e),function(t){return Bt.call(e,t)}))}:Ws,Ui=zn?function(e){for(var t=[];e;)en(t,zi(e)),e=Ot(e);return t}:Ws,Wi=Kr;function Vi(e,t,n){for(var r=-1,o=(t=Xo(t,e)).length,i=!1;++r<o;){var a=ca(t[r]);if(!(i=null!=e&&n(e,a)))break;e=e[a]}return i||++r!=o?i:!!(o=null==e?0:e.length)&&Sl(o)&&qi(a,o)&&(vl(e)||ml(e))}function Gi(e){return"function"!=typeof e.constructor||Qi(e)?{}:hr(Ot(e))}function Yi(e){return vl(e)||ml(e)||!!(It&&e&&e[It])}function qi(e,t){var n=typeof e;return!!(t=null==t?B:t)&&("number"==n||"symbol"!=n&&He.test(e))&&e>-1&&e%1==0&&e<t}function Xi(e,t,n){if(!Nl(n))return!1;var r=typeof t;return!!("number"==r?bl(n)&&qi(t,n.length):"string"==r&&t in n)&&dl(n[t],e)}function Hi(e,t){if(vl(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!jl(e))||Te.test(e)||!Me.test(e)||null!=t&&e in tt(t)}function Zi(e){var t=Bi(e),n=dr[t];if("function"!=typeof n||!(t in vr.prototype))return!1;if(e===n)return!0;var r=Ai(n);return!!r&&e===r[0]}(Qn&&Wi(new Qn(new ArrayBuffer(1)))!=ue||Kn&&Wi(new Kn)!=$||Jn&&"[object Promise]"!=Wi(Jn.resolve())||er&&Wi(new er)!=ne||tr&&Wi(new tr)!=ae)&&(Wi=function(e){var t=Kr(e),n=t==J?e.constructor:i,r=n?pa(n):"";if(r)switch(r){case ir:return ue;case ar:return $;case lr:return"[object Promise]";case sr:return ne;case ur:return ae}return t});var $i=st?El:Vs;function Qi(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||lt)}function Ki(e){return e==e&&!Nl(e)}function Ji(e,t){return function(n){return null!=n&&n[e]===t&&(t!==i||e in tt(n))}}function ea(e,t,n){return t=Yn(t===i?e.length-1:t,0),function(){for(var o=arguments,i=-1,a=Yn(o.length-t,0),l=r(a);++i<a;)l[i]=o[t+i];i=-1;for(var s=r(t+1);++i<t;)s[i]=o[i];return s[t]=n(l),Yt(e,this,s)}}function ta(e,t){return t.length<2?e:$r(e,Oo(t,0,-1))}function na(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var ra=la(Po),oa=In||function(e,t){return At.setTimeout(e,t)},ia=la(Mo);function aa(e,t,n){var r=t+"";return ia(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Ie,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return Xt(z,function(n){var r="_."+n[0];t&n[1]&&!Qt(e,r)&&e.push(r)}),e.sort()}(function(e){var t=e.match(De);return t?t[1].split(Fe):[]}(r),n)))}function la(e){var t=0,n=0;return function(){var r=Xn(),o=T-(r-n);if(n=r,o>0){if(++t>=M)return arguments[0]}else t=0;return e.apply(i,arguments)}}function sa(e,t){var n=-1,r=e.length,o=r-1;for(t=t===i?r:t;++n<t;){var a=_o(n,o),l=e[a];e[a]=e[n],e[n]=l}return e.length=t,e}var ua=function(e){var t=ll(e,function(e){return n.size===c&&n.clear(),e}),n=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Oe,function(e,n,r,o){t.push(r?o.replace(Ue,"$1"):n||e)}),t});function ca(e){if("string"==typeof e||jl(e))return e;var t=e+"";return"0"==t&&1/e==-A?"-0":t}function pa(e){if(null!=e){try{return ut.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function fa(e){if(e instanceof vr)return e.clone();var t=new mr(e.__wrapped__,e.__chain__);return t.__actions__=ri(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var da=Eo(function(e,t){return wl(e)?Dr(e,Gr(t,1,wl,!0)):[]}),ha=Eo(function(e,t){var n=ka(t);return wl(n)&&(n=i),wl(e)?Dr(e,Gr(t,1,wl,!0),Ri(n,2)):[]}),ga=Eo(function(e,t){var n=ka(t);return wl(n)&&(n=i),wl(e)?Dr(e,Gr(t,1,wl,!0),i,n):[]});function ma(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:Ul(n);return o<0&&(o=Yn(r+o,0)),ln(e,Ri(t,3),o)}function va(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r-1;return n!==i&&(o=Ul(n),o=n<0?Yn(r+o,0):qn(o,r-1)),ln(e,Ri(t,3),o,!0)}function ya(e){return null!=e&&e.length?Gr(e,1):[]}function ba(e){return e&&e.length?e[0]:i}var wa=Eo(function(e){var t=Jt(e,Yo);return t.length&&t[0]===e[0]?no(t):[]}),xa=Eo(function(e){var t=ka(e),n=Jt(e,Yo);return t===ka(n)?t=i:n.pop(),n.length&&n[0]===e[0]?no(n,Ri(t,2)):[]}),_a=Eo(function(e){var t=ka(e),n=Jt(e,Yo);return(t="function"==typeof t?t:i)&&n.pop(),n.length&&n[0]===e[0]?no(n,i,t):[]});function ka(e){var t=null==e?0:e.length;return t?e[t-1]:i}var Ea=Eo(Ca);function Ca(e,t){return e&&e.length&&t&&t.length?wo(e,t):e}var Sa=Ti(function(e,t){var n=null==e?0:e.length,r=Ar(e,t);return xo(e,Jt(t,function(e){return qi(e,n)?+e:e}).sort(ei)),r});function Na(e){return null==e?e:$n.call(e)}var Pa=Eo(function(e){return Do(Gr(e,1,wl,!0))}),Ma=Eo(function(e){var t=ka(e);return wl(t)&&(t=i),Do(Gr(e,1,wl,!0),Ri(t,2))}),Ta=Eo(function(e){var t=ka(e);return t="function"==typeof t?t:i,Do(Gr(e,1,wl,!0),i,t)});function Oa(e){if(!e||!e.length)return[];var t=0;return e=$t(e,function(e){if(wl(e))return t=Yn(e.length,t),!0}),mn(t,function(t){return Jt(e,fn(t))})}function La(e,t){if(!e||!e.length)return[];var n=Oa(e);return null==t?n:Jt(n,function(e){return Yt(t,i,e)})}var Aa=Eo(function(e,t){return wl(e)?Dr(e,t):[]}),Ba=Eo(function(e){return Vo($t(e,wl))}),ja=Eo(function(e){var t=ka(e);return wl(t)&&(t=i),Vo($t(e,wl),Ri(t,2))}),Ra=Eo(function(e){var t=ka(e);return t="function"==typeof t?t:i,Vo($t(e,wl),i,t)}),Ia=Eo(Oa);var Da=Eo(function(e){var t=e.length,n=t>1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,La(e,n)});function Fa(e){var t=dr(e);return t.__chain__=!0,t}function za(e,t){return t(e)}var Ua=Ti(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return Ar(t,e)};return!(t>1||this.__actions__.length)&&r instanceof vr&&qi(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:za,args:[o],thisArg:i}),new mr(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(i),e})):this.thru(o)});var Wa=ii(function(e,t,n){ct.call(e,n)?++e[n]:Lr(e,n,1)});var Va=fi(ma),Ga=fi(va);function Ya(e,t){return(vl(e)?Xt:Fr)(e,Ri(t,3))}function qa(e,t){return(vl(e)?Ht:zr)(e,Ri(t,3))}var Xa=ii(function(e,t,n){ct.call(e,n)?e[n].push(t):Lr(e,n,[t])});var Ha=Eo(function(e,t,n){var o=-1,i="function"==typeof t,a=bl(e)?r(e.length):[];return Fr(e,function(e){a[++o]=i?Yt(t,e,n):ro(e,t,n)}),a}),Za=ii(function(e,t,n){Lr(e,n,t)});function $a(e,t){return(vl(e)?Jt:fo)(e,Ri(t,3))}var Qa=ii(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});var Ka=Eo(function(e,t){if(null==e)return[];var n=t.length;return n>1&&Xi(e,t[0],t[1])?t=[]:n>2&&Xi(t[0],t[1],t[2])&&(t=[t[0]]),yo(e,Gr(t,1),[])}),Ja=Rn||function(){return At.Date.now()};function el(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Ci(e,E,i,i,i,i,t)}function tl(e,t){var n;if("function"!=typeof t)throw new ot(s);return e=Ul(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var nl=Eo(function(e,t,n){var r=v;if(n.length){var o=Pn(n,ji(nl));r|=_}return Ci(e,r,t,n,o)}),rl=Eo(function(e,t,n){var r=v|y;if(n.length){var o=Pn(n,ji(rl));r|=_}return Ci(t,r,e,n,o)});function ol(e,t,n){var r,o,a,l,u,c,p=0,f=!1,d=!1,h=!0;if("function"!=typeof e)throw new ot(s);function g(t){var n=r,a=o;return r=o=i,p=t,l=e.apply(a,n)}function m(e){var n=e-c;return c===i||n>=t||n<0||d&&e-p>=a}function v(){var e=Ja();if(m(e))return y(e);u=oa(v,function(e){var n=t-(e-c);return d?qn(n,a-(e-p)):n}(e))}function y(e){return u=i,h&&r?g(e):(r=o=i,l)}function b(){var e=Ja(),n=m(e);if(r=arguments,o=this,c=e,n){if(u===i)return function(e){return p=e,u=oa(v,t),f?g(e):l}(c);if(d)return $o(u),u=oa(v,t),g(c)}return u===i&&(u=oa(v,t)),l}return t=Vl(t)||0,Nl(n)&&(f=!!n.leading,a=(d="maxWait"in n)?Yn(Vl(n.maxWait)||0,t):a,h="trailing"in n?!!n.trailing:h),b.cancel=function(){u!==i&&$o(u),p=0,r=c=o=u=i},b.flush=function(){return u===i?l:y(Ja())},b}var il=Eo(function(e,t){return Ir(e,1,t)}),al=Eo(function(e,t,n){return Ir(e,Vl(t)||0,n)});function ll(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ot(s);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(ll.Cache||wr),n}function sl(e){if("function"!=typeof e)throw new ot(s);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}ll.Cache=wr;var ul=Ho(function(e,t){var n=(t=1==t.length&&vl(t[0])?Jt(t[0],vn(Ri())):Jt(Gr(t,1),vn(Ri()))).length;return Eo(function(r){for(var o=-1,i=qn(r.length,n);++o<i;)r[o]=t[o].call(this,r[o]);return Yt(e,this,r)})}),cl=Eo(function(e,t){var n=Pn(t,ji(cl));return Ci(e,_,i,t,n)}),pl=Eo(function(e,t){var n=Pn(t,ji(pl));return Ci(e,k,i,t,n)}),fl=Ti(function(e,t){return Ci(e,C,i,i,i,t)});function dl(e,t){return e===t||e!=e&&t!=t}var hl=wi(Jr),gl=wi(function(e,t){return e>=t}),ml=oo(function(){return arguments}())?oo:function(e){return Pl(e)&&ct.call(e,"callee")&&!Bt.call(e,"callee")},vl=r.isArray,yl=Ft?vn(Ft):function(e){return Pl(e)&&Kr(e)==se};function bl(e){return null!=e&&Sl(e.length)&&!El(e)}function wl(e){return Pl(e)&&bl(e)}var xl=Un||Vs,_l=zt?vn(zt):function(e){return Pl(e)&&Kr(e)==Y};function kl(e){if(!Pl(e))return!1;var t=Kr(e);return t==X||t==q||"string"==typeof e.message&&"string"==typeof e.name&&!Ol(e)}function El(e){if(!Nl(e))return!1;var t=Kr(e);return t==H||t==Z||t==V||t==ee}function Cl(e){return"number"==typeof e&&e==Ul(e)}function Sl(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=B}function Nl(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Pl(e){return null!=e&&"object"==typeof e}var Ml=Ut?vn(Ut):function(e){return Pl(e)&&Wi(e)==$};function Tl(e){return"number"==typeof e||Pl(e)&&Kr(e)==Q}function Ol(e){if(!Pl(e)||Kr(e)!=J)return!1;var t=Ot(e);if(null===t)return!0;var n=ct.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ut.call(n)==ht}var Ll=Wt?vn(Wt):function(e){return Pl(e)&&Kr(e)==te};var Al=Vt?vn(Vt):function(e){return Pl(e)&&Wi(e)==ne};function Bl(e){return"string"==typeof e||!vl(e)&&Pl(e)&&Kr(e)==re}function jl(e){return"symbol"==typeof e||Pl(e)&&Kr(e)==oe}var Rl=Gt?vn(Gt):function(e){return Pl(e)&&Sl(e.length)&&!!St[Kr(e)]};var Il=wi(po),Dl=wi(function(e,t){return e<=t});function Fl(e){if(!e)return[];if(bl(e))return Bl(e)?Ln(e):ri(e);if(Dt&&e[Dt])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Dt]());var t=Wi(e);return(t==$?Sn:t==ne?Mn:ds)(e)}function zl(e){return e?(e=Vl(e))===A||e===-A?(e<0?-1:1)*j:e==e?e:0:0===e?e:0}function Ul(e){var t=zl(e),n=t%1;return t==t?n?t-n:t:0}function Wl(e){return e?Br(Ul(e),0,I):0}function Vl(e){if("number"==typeof e)return e;if(jl(e))return R;if(Nl(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Nl(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(Be,"");var n=Ye.test(e);return n||Xe.test(e)?Tt(e.slice(2),n?2:8):Ge.test(e)?R:+e}function Gl(e){return oi(e,is(e))}function Yl(e){return null==e?"":Io(e)}var ql=ai(function(e,t){if(Qi(t)||bl(t))oi(t,os(t),e);else for(var n in t)ct.call(t,n)&&Pr(e,n,t[n])}),Xl=ai(function(e,t){oi(t,is(t),e)}),Hl=ai(function(e,t,n,r){oi(t,is(t),e,r)}),Zl=ai(function(e,t,n,r){oi(t,os(t),e,r)}),$l=Ti(Ar);var Ql=Eo(function(e,t){e=tt(e);var n=-1,r=t.length,o=r>2?t[2]:i;for(o&&Xi(t[0],t[1],o)&&(r=1);++n<r;)for(var a=t[n],l=is(a),s=-1,u=l.length;++s<u;){var c=l[s],p=e[c];(p===i||dl(p,lt[c])&&!ct.call(e,c))&&(e[c]=a[c])}return e}),Kl=Eo(function(e){return e.push(i,Ni),Yt(ls,i,e)});function Jl(e,t,n){var r=null==e?i:$r(e,t);return r===i?n:r}function es(e,t){return null!=e&&Vi(e,t,to)}var ts=gi(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=dt.call(t)),e[t]=n},Ns(Ts)),ns=gi(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=dt.call(t)),ct.call(e,t)?e[t].push(n):e[t]=[n]},Ri),rs=Eo(ro);function os(e){return bl(e)?kr(e):uo(e)}function is(e){return bl(e)?kr(e,!0):co(e)}var as=ai(function(e,t,n){mo(e,t,n)}),ls=ai(function(e,t,n,r){mo(e,t,n,r)}),ss=Ti(function(e,t){var n={};if(null==e)return n;var r=!1;t=Jt(t,function(t){return t=Xo(t,e),r||(r=t.length>1),t}),oi(e,Li(e),n),r&&(n=jr(n,f|d|h,Pi));for(var o=t.length;o--;)Fo(n,t[o]);return n});var us=Ti(function(e,t){return null==e?{}:function(e,t){return bo(e,t,function(t,n){return es(e,n)})}(e,t)});function cs(e,t){if(null==e)return{};var n=Jt(Li(e),function(e){return[e]});return t=Ri(t),bo(e,n,function(e,n){return t(e,n[0])})}var ps=Ei(os),fs=Ei(is);function ds(e){return null==e?[]:yn(e,os(e))}var hs=ci(function(e,t,n){return t=t.toLowerCase(),e+(n?gs(t):t)});function gs(e){return ks(Yl(e).toLowerCase())}function ms(e){return(e=Yl(e))&&e.replace(Ze,_n).replace(bt,"")}var vs=ci(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),ys=ci(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),bs=ui("toLowerCase");var ws=ci(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});var xs=ci(function(e,t,n){return e+(n?" ":"")+ks(t)});var _s=ci(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),ks=ui("toUpperCase");function Es(e,t,n){return e=Yl(e),(t=n?i:t)===i?function(e){return kt.test(e)}(e)?function(e){return e.match(xt)||[]}(e):function(e){return e.match(ze)||[]}(e):e.match(t)||[]}var Cs=Eo(function(e,t){try{return Yt(e,i,t)}catch(e){return kl(e)?e:new Ke(e)}}),Ss=Ti(function(e,t){return Xt(t,function(t){t=ca(t),Lr(e,t,nl(e[t],e))}),e});function Ns(e){return function(){return e}}var Ps=di(),Ms=di(!0);function Ts(e){return e}function Os(e){return so("function"==typeof e?e:jr(e,f))}var Ls=Eo(function(e,t){return function(n){return ro(n,e,t)}}),As=Eo(function(e,t){return function(n){return ro(e,n,t)}});function Bs(e,t,n){var r=os(t),o=Zr(t,r);null!=n||Nl(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Zr(t,os(t)));var i=!(Nl(n)&&"chain"in n&&!n.chain),a=El(e);return Xt(o,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__);return(n.__actions__=ri(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,en([this.value()],arguments))})}),e}function js(){}var Rs=vi(Jt),Is=vi(Zt),Ds=vi(rn);function Fs(e){return Hi(e)?fn(ca(e)):function(e){return function(t){return $r(t,e)}}(e)}var zs=bi(),Us=bi(!0);function Ws(){return[]}function Vs(){return!1}var Gs=mi(function(e,t){return e+t},0),Ys=_i("ceil"),qs=mi(function(e,t){return e/t},1),Xs=_i("floor");var Hs,Zs=mi(function(e,t){return e*t},1),$s=_i("round"),Qs=mi(function(e,t){return e-t},0);return dr.after=function(e,t){if("function"!=typeof t)throw new ot(s);return e=Ul(e),function(){if(--e<1)return t.apply(this,arguments)}},dr.ary=el,dr.assign=ql,dr.assignIn=Xl,dr.assignInWith=Hl,dr.assignWith=Zl,dr.at=$l,dr.before=tl,dr.bind=nl,dr.bindAll=Ss,dr.bindKey=rl,dr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return vl(e)?e:[e]},dr.chain=Fa,dr.chunk=function(e,t,n){t=(n?Xi(e,t,n):t===i)?1:Yn(Ul(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var a=0,l=0,s=r(Dn(o/t));a<o;)s[l++]=Oo(e,a,a+=t);return s},dr.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,o=[];++t<n;){var i=e[t];i&&(o[r++]=i)}return o},dr.concat=function(){var e=arguments.length;if(!e)return[];for(var t=r(e-1),n=arguments[0],o=e;o--;)t[o-1]=arguments[o];return en(vl(n)?ri(n):[n],Gr(t,1))},dr.cond=function(e){var t=null==e?0:e.length,n=Ri();return e=t?Jt(e,function(e){if("function"!=typeof e[1])throw new ot(s);return[n(e[0]),e[1]]}):[],Eo(function(n){for(var r=-1;++r<t;){var o=e[r];if(Yt(o[0],this,n))return Yt(o[1],this,n)}})},dr.conforms=function(e){return function(e){var t=os(e);return function(n){return Rr(n,e,t)}}(jr(e,f))},dr.constant=Ns,dr.countBy=Wa,dr.create=function(e,t){var n=hr(e);return null==t?n:Or(n,t)},dr.curry=function e(t,n,r){var o=Ci(t,w,i,i,i,i,i,n=r?i:n);return o.placeholder=e.placeholder,o},dr.curryRight=function e(t,n,r){var o=Ci(t,x,i,i,i,i,i,n=r?i:n);return o.placeholder=e.placeholder,o},dr.debounce=ol,dr.defaults=Ql,dr.defaultsDeep=Kl,dr.defer=il,dr.delay=al,dr.difference=da,dr.differenceBy=ha,dr.differenceWith=ga,dr.drop=function(e,t,n){var r=null==e?0:e.length;return r?Oo(e,(t=n||t===i?1:Ul(t))<0?0:t,r):[]},dr.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?Oo(e,0,(t=r-(t=n||t===i?1:Ul(t)))<0?0:t):[]},dr.dropRightWhile=function(e,t){return e&&e.length?Uo(e,Ri(t,3),!0,!0):[]},dr.dropWhile=function(e,t){return e&&e.length?Uo(e,Ri(t,3),!0):[]},dr.fill=function(e,t,n,r){var o=null==e?0:e.length;return o?(n&&"number"!=typeof n&&Xi(e,t,n)&&(n=0,r=o),function(e,t,n,r){var o=e.length;for((n=Ul(n))<0&&(n=-n>o?0:o+n),(r=r===i||r>o?o:Ul(r))<0&&(r+=o),r=n>r?0:Wl(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},dr.filter=function(e,t){return(vl(e)?$t:Vr)(e,Ri(t,3))},dr.flatMap=function(e,t){return Gr($a(e,t),1)},dr.flatMapDeep=function(e,t){return Gr($a(e,t),A)},dr.flatMapDepth=function(e,t,n){return n=n===i?1:Ul(n),Gr($a(e,t),n)},dr.flatten=ya,dr.flattenDeep=function(e){return null!=e&&e.length?Gr(e,A):[]},dr.flattenDepth=function(e,t){return null!=e&&e.length?Gr(e,t=t===i?1:Ul(t)):[]},dr.flip=function(e){return Ci(e,S)},dr.flow=Ps,dr.flowRight=Ms,dr.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var o=e[t];r[o[0]]=o[1]}return r},dr.functions=function(e){return null==e?[]:Zr(e,os(e))},dr.functionsIn=function(e){return null==e?[]:Zr(e,is(e))},dr.groupBy=Xa,dr.initial=function(e){return null!=e&&e.length?Oo(e,0,-1):[]},dr.intersection=wa,dr.intersectionBy=xa,dr.intersectionWith=_a,dr.invert=ts,dr.invertBy=ns,dr.invokeMap=Ha,dr.iteratee=Os,dr.keyBy=Za,dr.keys=os,dr.keysIn=is,dr.map=$a,dr.mapKeys=function(e,t){var n={};return t=Ri(t,3),Xr(e,function(e,r,o){Lr(n,t(e,r,o),e)}),n},dr.mapValues=function(e,t){var n={};return t=Ri(t,3),Xr(e,function(e,r,o){Lr(n,r,t(e,r,o))}),n},dr.matches=function(e){return ho(jr(e,f))},dr.matchesProperty=function(e,t){return go(e,jr(t,f))},dr.memoize=ll,dr.merge=as,dr.mergeWith=ls,dr.method=Ls,dr.methodOf=As,dr.mixin=Bs,dr.negate=sl,dr.nthArg=function(e){return e=Ul(e),Eo(function(t){return vo(t,e)})},dr.omit=ss,dr.omitBy=function(e,t){return cs(e,sl(Ri(t)))},dr.once=function(e){return tl(2,e)},dr.orderBy=function(e,t,n,r){return null==e?[]:(vl(t)||(t=null==t?[]:[t]),vl(n=r?i:n)||(n=null==n?[]:[n]),yo(e,t,n))},dr.over=Rs,dr.overArgs=ul,dr.overEvery=Is,dr.overSome=Ds,dr.partial=cl,dr.partialRight=pl,dr.partition=Qa,dr.pick=us,dr.pickBy=cs,dr.property=Fs,dr.propertyOf=function(e){return function(t){return null==e?i:$r(e,t)}},dr.pull=Ea,dr.pullAll=Ca,dr.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?wo(e,t,Ri(n,2)):e},dr.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?wo(e,t,i,n):e},dr.pullAt=Sa,dr.range=zs,dr.rangeRight=Us,dr.rearg=fl,dr.reject=function(e,t){return(vl(e)?$t:Vr)(e,sl(Ri(t,3)))},dr.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,o=[],i=e.length;for(t=Ri(t,3);++r<i;){var a=e[r];t(a,r,e)&&(n.push(a),o.push(r))}return xo(e,o),n},dr.rest=function(e,t){if("function"!=typeof e)throw new ot(s);return Eo(e,t=t===i?t:Ul(t))},dr.reverse=Na,dr.sampleSize=function(e,t,n){return t=(n?Xi(e,t,n):t===i)?1:Ul(t),(vl(e)?Cr:So)(e,t)},dr.set=function(e,t,n){return null==e?e:No(e,t,n)},dr.setWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:No(e,t,n,r)},dr.shuffle=function(e){return(vl(e)?Sr:To)(e)},dr.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&Xi(e,t,n)?(t=0,n=r):(t=null==t?0:Ul(t),n=n===i?r:Ul(n)),Oo(e,t,n)):[]},dr.sortBy=Ka,dr.sortedUniq=function(e){return e&&e.length?jo(e):[]},dr.sortedUniqBy=function(e,t){return e&&e.length?jo(e,Ri(t,2)):[]},dr.split=function(e,t,n){return n&&"number"!=typeof n&&Xi(e,t,n)&&(t=n=i),(n=n===i?I:n>>>0)?(e=Yl(e))&&("string"==typeof t||null!=t&&!Ll(t))&&!(t=Io(t))&&Cn(e)?Zo(Ln(e),0,n):e.split(t,n):[]},dr.spread=function(e,t){if("function"!=typeof e)throw new ot(s);return t=null==t?0:Yn(Ul(t),0),Eo(function(n){var r=n[t],o=Zo(n,0,t);return r&&en(o,r),Yt(e,this,o)})},dr.tail=function(e){var t=null==e?0:e.length;return t?Oo(e,1,t):[]},dr.take=function(e,t,n){return e&&e.length?Oo(e,0,(t=n||t===i?1:Ul(t))<0?0:t):[]},dr.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Oo(e,(t=r-(t=n||t===i?1:Ul(t)))<0?0:t,r):[]},dr.takeRightWhile=function(e,t){return e&&e.length?Uo(e,Ri(t,3),!1,!0):[]},dr.takeWhile=function(e,t){return e&&e.length?Uo(e,Ri(t,3)):[]},dr.tap=function(e,t){return t(e),e},dr.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ot(s);return Nl(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),ol(e,t,{leading:r,maxWait:t,trailing:o})},dr.thru=za,dr.toArray=Fl,dr.toPairs=ps,dr.toPairsIn=fs,dr.toPath=function(e){return vl(e)?Jt(e,ca):jl(e)?[e]:ri(ua(Yl(e)))},dr.toPlainObject=Gl,dr.transform=function(e,t,n){var r=vl(e),o=r||xl(e)||Rl(e);if(t=Ri(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Nl(e)&&El(i)?hr(Ot(e)):{}}return(o?Xt:Xr)(e,function(e,r,o){return t(n,e,r,o)}),n},dr.unary=function(e){return el(e,1)},dr.union=Pa,dr.unionBy=Ma,dr.unionWith=Ta,dr.uniq=function(e){return e&&e.length?Do(e):[]},dr.uniqBy=function(e,t){return e&&e.length?Do(e,Ri(t,2)):[]},dr.uniqWith=function(e,t){return t="function"==typeof t?t:i,e&&e.length?Do(e,i,t):[]},dr.unset=function(e,t){return null==e||Fo(e,t)},dr.unzip=Oa,dr.unzipWith=La,dr.update=function(e,t,n){return null==e?e:zo(e,t,qo(n))},dr.updateWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:zo(e,t,qo(n),r)},dr.values=ds,dr.valuesIn=function(e){return null==e?[]:yn(e,is(e))},dr.without=Aa,dr.words=Es,dr.wrap=function(e,t){return cl(qo(t),e)},dr.xor=Ba,dr.xorBy=ja,dr.xorWith=Ra,dr.zip=Ia,dr.zipObject=function(e,t){return Go(e||[],t||[],Pr)},dr.zipObjectDeep=function(e,t){return Go(e||[],t||[],No)},dr.zipWith=Da,dr.entries=ps,dr.entriesIn=fs,dr.extend=Xl,dr.extendWith=Hl,Bs(dr,dr),dr.add=Gs,dr.attempt=Cs,dr.camelCase=hs,dr.capitalize=gs,dr.ceil=Ys,dr.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=Vl(n))==n?n:0),t!==i&&(t=(t=Vl(t))==t?t:0),Br(Vl(e),t,n)},dr.clone=function(e){return jr(e,h)},dr.cloneDeep=function(e){return jr(e,f|h)},dr.cloneDeepWith=function(e,t){return jr(e,f|h,t="function"==typeof t?t:i)},dr.cloneWith=function(e,t){return jr(e,h,t="function"==typeof t?t:i)},dr.conformsTo=function(e,t){return null==t||Rr(e,t,os(t))},dr.deburr=ms,dr.defaultTo=function(e,t){return null==e||e!=e?t:e},dr.divide=qs,dr.endsWith=function(e,t,n){e=Yl(e),t=Io(t);var r=e.length,o=n=n===i?r:Br(Ul(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},dr.eq=dl,dr.escape=function(e){return(e=Yl(e))&&Ce.test(e)?e.replace(ke,kn):e},dr.escapeRegExp=function(e){return(e=Yl(e))&&Ae.test(e)?e.replace(Le,"\\$&"):e},dr.every=function(e,t,n){var r=vl(e)?Zt:Ur;return n&&Xi(e,t,n)&&(t=i),r(e,Ri(t,3))},dr.find=Va,dr.findIndex=ma,dr.findKey=function(e,t){return an(e,Ri(t,3),Xr)},dr.findLast=Ga,dr.findLastIndex=va,dr.findLastKey=function(e,t){return an(e,Ri(t,3),Hr)},dr.floor=Xs,dr.forEach=Ya,dr.forEachRight=qa,dr.forIn=function(e,t){return null==e?e:Yr(e,Ri(t,3),is)},dr.forInRight=function(e,t){return null==e?e:qr(e,Ri(t,3),is)},dr.forOwn=function(e,t){return e&&Xr(e,Ri(t,3))},dr.forOwnRight=function(e,t){return e&&Hr(e,Ri(t,3))},dr.get=Jl,dr.gt=hl,dr.gte=gl,dr.has=function(e,t){return null!=e&&Vi(e,t,eo)},dr.hasIn=es,dr.head=ba,dr.identity=Ts,dr.includes=function(e,t,n,r){e=bl(e)?e:ds(e),n=n&&!r?Ul(n):0;var o=e.length;return n<0&&(n=Yn(o+n,0)),Bl(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&sn(e,t,n)>-1},dr.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:Ul(n);return o<0&&(o=Yn(r+o,0)),sn(e,t,o)},dr.inRange=function(e,t,n){return t=zl(t),n===i?(n=t,t=0):n=zl(n),function(e,t,n){return e>=qn(t,n)&&e<Yn(t,n)}(e=Vl(e),t,n)},dr.invoke=rs,dr.isArguments=ml,dr.isArray=vl,dr.isArrayBuffer=yl,dr.isArrayLike=bl,dr.isArrayLikeObject=wl,dr.isBoolean=function(e){return!0===e||!1===e||Pl(e)&&Kr(e)==G},dr.isBuffer=xl,dr.isDate=_l,dr.isElement=function(e){return Pl(e)&&1===e.nodeType&&!Ol(e)},dr.isEmpty=function(e){if(null==e)return!0;if(bl(e)&&(vl(e)||"string"==typeof e||"function"==typeof e.splice||xl(e)||Rl(e)||ml(e)))return!e.length;var t=Wi(e);if(t==$||t==ne)return!e.size;if(Qi(e))return!uo(e).length;for(var n in e)if(ct.call(e,n))return!1;return!0},dr.isEqual=function(e,t){return io(e,t)},dr.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:i)?n(e,t):i;return r===i?io(e,t,i,n):!!r},dr.isError=kl,dr.isFinite=function(e){return"number"==typeof e&&Wn(e)},dr.isFunction=El,dr.isInteger=Cl,dr.isLength=Sl,dr.isMap=Ml,dr.isMatch=function(e,t){return e===t||ao(e,t,Di(t))},dr.isMatchWith=function(e,t,n){return n="function"==typeof n?n:i,ao(e,t,Di(t),n)},dr.isNaN=function(e){return Tl(e)&&e!=+e},dr.isNative=function(e){if($i(e))throw new Ke(l);return lo(e)},dr.isNil=function(e){return null==e},dr.isNull=function(e){return null===e},dr.isNumber=Tl,dr.isObject=Nl,dr.isObjectLike=Pl,dr.isPlainObject=Ol,dr.isRegExp=Ll,dr.isSafeInteger=function(e){return Cl(e)&&e>=-B&&e<=B},dr.isSet=Al,dr.isString=Bl,dr.isSymbol=jl,dr.isTypedArray=Rl,dr.isUndefined=function(e){return e===i},dr.isWeakMap=function(e){return Pl(e)&&Wi(e)==ae},dr.isWeakSet=function(e){return Pl(e)&&Kr(e)==le},dr.join=function(e,t){return null==e?"":Vn.call(e,t)},dr.kebabCase=vs,dr.last=ka,dr.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return n!==i&&(o=(o=Ul(n))<0?Yn(r+o,0):qn(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):ln(e,cn,o,!0)},dr.lowerCase=ys,dr.lowerFirst=bs,dr.lt=Il,dr.lte=Dl,dr.max=function(e){return e&&e.length?Wr(e,Ts,Jr):i},dr.maxBy=function(e,t){return e&&e.length?Wr(e,Ri(t,2),Jr):i},dr.mean=function(e){return pn(e,Ts)},dr.meanBy=function(e,t){return pn(e,Ri(t,2))},dr.min=function(e){return e&&e.length?Wr(e,Ts,po):i},dr.minBy=function(e,t){return e&&e.length?Wr(e,Ri(t,2),po):i},dr.stubArray=Ws,dr.stubFalse=Vs,dr.stubObject=function(){return{}},dr.stubString=function(){return""},dr.stubTrue=function(){return!0},dr.multiply=Zs,dr.nth=function(e,t){return e&&e.length?vo(e,Ul(t)):i},dr.noConflict=function(){return At._===this&&(At._=gt),this},dr.noop=js,dr.now=Ja,dr.pad=function(e,t,n){e=Yl(e);var r=(t=Ul(t))?On(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return yi(Fn(o),n)+e+yi(Dn(o),n)},dr.padEnd=function(e,t,n){e=Yl(e);var r=(t=Ul(t))?On(e):0;return t&&r<t?e+yi(t-r,n):e},dr.padStart=function(e,t,n){e=Yl(e);var r=(t=Ul(t))?On(e):0;return t&&r<t?yi(t-r,n)+e:e},dr.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),Hn(Yl(e).replace(je,""),t||0)},dr.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Xi(e,t,n)&&(t=n=i),n===i&&("boolean"==typeof t?(n=t,t=i):"boolean"==typeof e&&(n=e,e=i)),e===i&&t===i?(e=0,t=1):(e=zl(e),t===i?(t=e,e=0):t=zl(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var o=Zn();return qn(e+o*(t-e+Mt("1e-"+((o+"").length-1))),t)}return _o(e,t)},dr.reduce=function(e,t,n){var r=vl(e)?tn:hn,o=arguments.length<3;return r(e,Ri(t,4),n,o,Fr)},dr.reduceRight=function(e,t,n){var r=vl(e)?nn:hn,o=arguments.length<3;return r(e,Ri(t,4),n,o,zr)},dr.repeat=function(e,t,n){return t=(n?Xi(e,t,n):t===i)?1:Ul(t),ko(Yl(e),t)},dr.replace=function(){var e=arguments,t=Yl(e[0]);return e.length<3?t:t.replace(e[1],e[2])},dr.result=function(e,t,n){var r=-1,o=(t=Xo(t,e)).length;for(o||(o=1,e=i);++r<o;){var a=null==e?i:e[ca(t[r])];a===i&&(r=o,a=n),e=El(a)?a.call(e):a}return e},dr.round=$s,dr.runInContext=e,dr.sample=function(e){return(vl(e)?Er:Co)(e)},dr.size=function(e){if(null==e)return 0;if(bl(e))return Bl(e)?On(e):e.length;var t=Wi(e);return t==$||t==ne?e.size:uo(e).length},dr.snakeCase=ws,dr.some=function(e,t,n){var r=vl(e)?rn:Lo;return n&&Xi(e,t,n)&&(t=i),r(e,Ri(t,3))},dr.sortedIndex=function(e,t){return Ao(e,t)},dr.sortedIndexBy=function(e,t,n){return Bo(e,t,Ri(n,2))},dr.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=Ao(e,t);if(r<n&&dl(e[r],t))return r}return-1},dr.sortedLastIndex=function(e,t){return Ao(e,t,!0)},dr.sortedLastIndexBy=function(e,t,n){return Bo(e,t,Ri(n,2),!0)},dr.sortedLastIndexOf=function(e,t){if(null!=e&&e.length){var n=Ao(e,t,!0)-1;if(dl(e[n],t))return n}return-1},dr.startCase=xs,dr.startsWith=function(e,t,n){return e=Yl(e),n=null==n?0:Br(Ul(n),0,e.length),t=Io(t),e.slice(n,n+t.length)==t},dr.subtract=Qs,dr.sum=function(e){return e&&e.length?gn(e,Ts):0},dr.sumBy=function(e,t){return e&&e.length?gn(e,Ri(t,2)):0},dr.template=function(e,t,n){var r=dr.templateSettings;n&&Xi(e,t,n)&&(t=i),e=Yl(e),t=Hl({},t,r,Si);var o,a,l=Hl({},t.imports,r.imports,Si),s=os(l),u=yn(l,s),c=0,p=t.interpolate||$e,f="__p += '",d=nt((t.escape||$e).source+"|"+p.source+"|"+(p===Pe?We:$e).source+"|"+(t.evaluate||$e).source+"|$","g"),h="//# sourceURL="+(ct.call(t,"sourceURL")?(t.sourceURL+"").replace(/[\r\n]/g," "):"lodash.templateSources["+ ++Ct+"]")+"\n";e.replace(d,function(t,n,r,i,l,s){return r||(r=i),f+=e.slice(c,s).replace(Qe,En),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),l&&(a=!0,f+="';\n"+l+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),c=s+t.length,t}),f+="';\n";var g=ct.call(t,"variable")&&t.variable;g||(f="with (obj) {\n"+f+"\n}\n"),f=(a?f.replace(be,""):f).replace(we,"$1").replace(xe,"$1;"),f="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var m=Cs(function(){return Je(s,h+"return "+f).apply(i,u)});if(m.source=f,kl(m))throw m;return m},dr.times=function(e,t){if((e=Ul(e))<1||e>B)return[];var n=I,r=qn(e,I);t=Ri(t),e-=I;for(var o=mn(r,t);++n<e;)t(n);return o},dr.toFinite=zl,dr.toInteger=Ul,dr.toLength=Wl,dr.toLower=function(e){return Yl(e).toLowerCase()},dr.toNumber=Vl,dr.toSafeInteger=function(e){return e?Br(Ul(e),-B,B):0===e?e:0},dr.toString=Yl,dr.toUpper=function(e){return Yl(e).toUpperCase()},dr.trim=function(e,t,n){if((e=Yl(e))&&(n||t===i))return e.replace(Be,"");if(!e||!(t=Io(t)))return e;var r=Ln(e),o=Ln(t);return Zo(r,wn(r,o),xn(r,o)+1).join("")},dr.trimEnd=function(e,t,n){if((e=Yl(e))&&(n||t===i))return e.replace(Re,"");if(!e||!(t=Io(t)))return e;var r=Ln(e);return Zo(r,0,xn(r,Ln(t))+1).join("")},dr.trimStart=function(e,t,n){if((e=Yl(e))&&(n||t===i))return e.replace(je,"");if(!e||!(t=Io(t)))return e;var r=Ln(e);return Zo(r,wn(r,Ln(t))).join("")},dr.truncate=function(e,t){var n=N,r=P;if(Nl(t)){var o="separator"in t?t.separator:o;n="length"in t?Ul(t.length):n,r="omission"in t?Io(t.omission):r}var a=(e=Yl(e)).length;if(Cn(e)){var l=Ln(e);a=l.length}if(n>=a)return e;var s=n-On(r);if(s<1)return r;var u=l?Zo(l,0,s).join(""):e.slice(0,s);if(o===i)return u+r;if(l&&(s+=u.length-s),Ll(o)){if(e.slice(s).search(o)){var c,p=u;for(o.global||(o=nt(o.source,Yl(Ve.exec(o))+"g")),o.lastIndex=0;c=o.exec(p);)var f=c.index;u=u.slice(0,f===i?s:f)}}else if(e.indexOf(Io(o),s)!=s){var d=u.lastIndexOf(o);d>-1&&(u=u.slice(0,d))}return u+r},dr.unescape=function(e){return(e=Yl(e))&&Ee.test(e)?e.replace(_e,An):e},dr.uniqueId=function(e){var t=++pt;return Yl(e)+t},dr.upperCase=_s,dr.upperFirst=ks,dr.each=Ya,dr.eachRight=qa,dr.first=ba,Bs(dr,(Hs={},Xr(dr,function(e,t){ct.call(dr.prototype,t)||(Hs[t]=e)}),Hs),{chain:!1}),dr.VERSION="4.17.15",Xt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){dr[e].placeholder=dr}),Xt(["drop","take"],function(e,t){vr.prototype[e]=function(n){n=n===i?1:Yn(Ul(n),0);var r=this.__filtered__&&!t?new vr(this):this.clone();return r.__filtered__?r.__takeCount__=qn(n,r.__takeCount__):r.__views__.push({size:qn(n,I),type:e+(r.__dir__<0?"Right":"")}),r},vr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),Xt(["filter","map","takeWhile"],function(e,t){var n=t+1,r=n==O||3==n;vr.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Ri(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),Xt(["head","last"],function(e,t){var n="take"+(t?"Right":"");vr.prototype[e]=function(){return this[n](1).value()[0]}}),Xt(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");vr.prototype[e]=function(){return this.__filtered__?new vr(this):this[n](1)}}),vr.prototype.compact=function(){return this.filter(Ts)},vr.prototype.find=function(e){return this.filter(e).head()},vr.prototype.findLast=function(e){return this.reverse().find(e)},vr.prototype.invokeMap=Eo(function(e,t){return"function"==typeof e?new vr(this):this.map(function(n){return ro(n,e,t)})}),vr.prototype.reject=function(e){return this.filter(sl(Ri(e)))},vr.prototype.slice=function(e,t){e=Ul(e);var n=this;return n.__filtered__&&(e>0||t<0)?new vr(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=Ul(t))<0?n.dropRight(-t):n.take(t-e)),n)},vr.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},vr.prototype.toArray=function(){return this.take(I)},Xr(vr.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=dr[r?"take"+("last"==t?"Right":""):t],a=r||/^find/.test(t);o&&(dr.prototype[t]=function(){var t=this.__wrapped__,l=r?[1]:arguments,s=t instanceof vr,u=l[0],c=s||vl(t),p=function(e){var t=o.apply(dr,en([e],l));return r&&f?t[0]:t};c&&n&&"function"==typeof u&&1!=u.length&&(s=c=!1);var f=this.__chain__,d=!!this.__actions__.length,h=a&&!f,g=s&&!d;if(!a&&c){t=g?t:new vr(this);var m=e.apply(t,l);return m.__actions__.push({func:za,args:[p],thisArg:i}),new mr(m,f)}return h&&g?e.apply(this,l):(m=this.thru(p),h?r?m.value()[0]:m.value():m)})}),Xt(["pop","push","shift","sort","splice","unshift"],function(e){var t=it[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);dr.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(vl(o)?o:[],e)}return this[n](function(n){return t.apply(vl(n)?n:[],e)})}}),Xr(vr.prototype,function(e,t){var n=dr[t];if(n){var r=n.name+"";ct.call(or,r)||(or[r]=[]),or[r].push({name:t,func:n})}}),or[hi(i,y).name]=[{name:"wrapper",func:i}],vr.prototype.clone=function(){var e=new vr(this.__wrapped__);return e.__actions__=ri(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=ri(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=ri(this.__views__),e},vr.prototype.reverse=function(){if(this.__filtered__){var e=new vr(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},vr.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=vl(e),r=t<0,o=n?e.length:0,i=function(e,t,n){for(var r=-1,o=n.length;++r<o;){var i=n[r],a=i.size;switch(i.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=qn(t,e+a);break;case"takeRight":e=Yn(e,t-a)}}return{start:e,end:t}}(0,o,this.__views__),a=i.start,l=i.end,s=l-a,u=r?l:a-1,c=this.__iteratees__,p=c.length,f=0,d=qn(s,this.__takeCount__);if(!n||!r&&o==s&&d==s)return Wo(e,this.__actions__);var h=[];e:for(;s--&&f<d;){for(var g=-1,m=e[u+=t];++g<p;){var v=c[g],y=v.iteratee,b=v.type,w=y(m);if(b==L)m=w;else if(!w){if(b==O)continue e;break e}}h[f++]=m}return h},dr.prototype.at=Ua,dr.prototype.chain=function(){return Fa(this)},dr.prototype.commit=function(){return new mr(this.value(),this.__chain__)},dr.prototype.next=function(){this.__values__===i&&(this.__values__=Fl(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?i:this.__values__[this.__index__++]}},dr.prototype.plant=function(e){for(var t,n=this;n instanceof gr;){var r=fa(n);r.__index__=0,r.__values__=i,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},dr.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof vr){var t=e;return this.__actions__.length&&(t=new vr(this)),(t=t.reverse()).__actions__.push({func:za,args:[Na],thisArg:i}),new mr(t,this.__chain__)}return this.thru(Na)},dr.prototype.toJSON=dr.prototype.valueOf=dr.prototype.value=function(){return Wo(this.__wrapped__,this.__actions__)},dr.prototype.first=dr.prototype.head,Dt&&(dr.prototype[Dt]=function(){return this}),dr}();At._=Bn,(o=function(){return Bn}.call(t,n,t,r))===i||(r.exports=o)}).call(this)}).call(this,n(33),n(34)(e))},function(e,t,n){"use strict";var r=n(134);function o(){}e.exports=function(){function e(e,t,n,o,i,a){if(a!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=o,n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){var r=n(136);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n(20)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(19)(!1)).push([e.i,"#nodeList {\n background: #333333;\n height: 100%;\n margin: 0;\n padding: 0;\n display: grid;\n width: 100%;\n overflow: hidden; }\n #nodeList .panes {\n overflow: hidden; }\n #nodeList .panes .pane {\n color: white;\n overflow: hidden;\n height: 100%;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n #nodeList .panes .pane .filter {\n display: flex;\n align-items: stretch; }\n #nodeList .panes .pane .filter input {\n width: 100%;\n margin: 10px 10px 5px 10px;\n display: block;\n border: none;\n padding: 0;\n border-bottom: solid 1px #337ab7;\n background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #337ab7 4%);\n background-position: -1000px 0;\n background-size: 1000px 100%;\n background-repeat: no-repeat;\n color: white; }\n #nodeList .panes .pane .filter input:focus {\n box-shadow: none;\n outline: none;\n background-position: 0 0; }\n #nodeList .panes .pane .filter input::placeholder {\n color: gray; }\n #nodeList .panes .pane .list-container {\n overflow-x: hidden;\n overflow-y: auto;\n height: calc(100% - 32px); }\n #nodeList .panes .pane .list-container .underline {\n border-bottom: 0.5px solid rgba(255, 255, 255, 0.5); }\n #nodeList .panes .pane .list-container .draggableLine {\n height: 30px;\n display: grid;\n align-items: center;\n justify-items: stretch;\n background: #222222;\n cursor: grab;\n text-align: center;\n margin: 0;\n box-sizing: border-box; }\n #nodeList .panes .pane .list-container .draggableLine:hover {\n background: #337ab7;\n color: white; }\n #nodeList .panes .pane .list-container .buttonLine {\n height: 30px;\n display: grid;\n align-items: center;\n justify-items: stretch; }\n #nodeList .panes .pane .list-container .buttonLine button {\n background: #222222;\n margin: 5px 10px 5px 10px;\n color: white;\n padding: 4px 5px;\n opacity: 0.9; }\n #nodeList .panes .pane .list-container .buttonLine button:hover {\n opacity: 1.0; }\n #nodeList .panes .pane .list-container .buttonLine button:active {\n background: #282828; }\n #nodeList .panes .pane .list-container .buttonLine button:focus {\n outline: 0px; }\n #nodeList .panes .pane .list-container .paneContainer {\n margin-top: 3px;\n display: grid;\n grid-template-rows: 100%;\n grid-template-columns: 100%; }\n #nodeList .panes .pane .list-container .paneContainer .paneContainer-content {\n grid-row: 1;\n grid-column: 1; }\n #nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header {\n display: grid;\n grid-template-columns: 1fr auto;\n background: #555555;\n height: 30px;\n padding-right: 5px;\n cursor: pointer; }\n #nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header .title {\n border-left: 3px solid transparent;\n padding-left: 5px;\n grid-column: 1;\n display: flex;\n align-items: center; }\n #nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header .collapse {\n grid-column: 2;\n display: flex;\n align-items: center;\n justify-items: center;\n transform-origin: center; }\n #nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header .collapse.closed {\n transform: rotate(180deg); }\n #nodeList .panes .pane .list-container .paneContainer .paneContainer-content .paneList > div:not(:last-child) {\n border-bottom: 1px solid rgba(255, 255, 255, 0.3); }\n",""])},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 o,i=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(i)?e:(o=0===i.indexOf("//")?i:0===i.indexOf("/")?n+i:r+i.replace(/^\.\//,""),"url("+JSON.stringify(o)+")")})}},function(e,t,n){var r=n(139);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n(20)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(19)(!1)).push([e.i,'#propertyTab {\n color: white;\n background: #333333; }\n #propertyTab #header {\n height: 30px;\n font-size: 16px;\n color: white;\n background: #222222;\n grid-row: 1;\n text-align: center;\n display: grid;\n grid-template-columns: 30px 1fr;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n #propertyTab #header #logo {\n position: relative;\n grid-column: 1;\n width: 24px;\n height: 24px;\n left: 0;\n display: flex;\n align-self: center;\n justify-self: center; }\n #propertyTab #header #title {\n grid-column: 2;\n display: grid;\n align-items: center;\n text-align: center; }\n #propertyTab .range {\n -webkit-appearance: none;\n width: 120px;\n height: 6px;\n background: #d3d3d3;\n border-radius: 5px;\n outline: none;\n opacity: 0.7;\n -webkit-transition: .2s;\n transition: opacity .2s; }\n #propertyTab .range:hover {\n opacity: 1; }\n #propertyTab .range::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 14px;\n height: 14px;\n border-radius: 50%;\n background: #337ab7;\n cursor: pointer; }\n #propertyTab .range::-moz-range-thumb {\n width: 14px;\n height: 14px;\n border-radius: 50%;\n background: #337ab7;\n cursor: pointer; }\n #propertyTab input[type="color"] {\n -webkit-appearance: none;\n border: 1px solid rgba(255, 255, 255, 0.5);\n padding: 0;\n width: 30px;\n height: 20px; }\n #propertyTab input[type="color"]::-webkit-color-swatch-wrapper {\n padding: 0; }\n #propertyTab input[type="color"]::-webkit-color-swatch {\n border: none; }\n #propertyTab .sliderLine {\n padding-left: 5px;\n height: 30px;\n display: grid;\n grid-template-columns: 1fr auto; }\n #propertyTab .sliderLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .sliderLine .slider {\n grid-column: 2;\n margin-right: 5px;\n display: flex;\n align-items: center; }\n #propertyTab .textInputLine {\n padding-left: 5px;\n height: 30px;\n display: grid;\n grid-template-columns: 1fr 120px; }\n #propertyTab .textInputLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .textInputLine .value {\n display: flex;\n align-items: center;\n grid-column: 2; }\n #propertyTab .textInputLine .value input {\n width: calc(100% - 5px); }\n #propertyTab .paneContainer {\n margin-top: 3px;\n display: grid;\n grid-template-rows: 100%;\n grid-template-columns: 100%; }\n #propertyTab .paneContainer .paneList {\n border-left: 3px solid transparent; }\n #propertyTab .paneContainer:hover .paneList {\n border-left: 3px solid rgba(51, 122, 183, 0.8); }\n #propertyTab .paneContainer:hover .paneContainer-content .header .title {\n border-left: 3px solid #337ab7; }\n #propertyTab .paneContainer .paneContainer-highlight-border {\n grid-row: 1;\n grid-column: 1;\n opacity: 1;\n border: 3px solid red;\n transition: opacity 250ms;\n pointer-events: none; }\n #propertyTab .paneContainer .paneContainer-highlight-border.transparent {\n opacity: 0; }\n #propertyTab .paneContainer .paneContainer-content {\n grid-row: 1;\n grid-column: 1; }\n #propertyTab .paneContainer .paneContainer-content .header {\n display: grid;\n grid-template-columns: 1fr auto;\n background: #555555;\n height: 30px;\n padding-right: 5px;\n cursor: pointer; }\n #propertyTab .paneContainer .paneContainer-content .header .title {\n border-left: 3px solid transparent;\n padding-left: 5px;\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .paneContainer .paneContainer-content .header .collapse {\n grid-column: 2;\n display: flex;\n align-items: center;\n justify-items: center;\n transform-origin: center; }\n #propertyTab .paneContainer .paneContainer-content .header .collapse.closed {\n transform: rotate(180deg); }\n #propertyTab .paneContainer .paneContainer-content .paneList > div:not(:last-child) {\n border-bottom: 0.5px solid rgba(255, 255, 255, 0.1); }\n #propertyTab .paneContainer .paneContainer-content .fragment > div:not(:last-child) {\n border-bottom: 0.5px solid rgba(255, 255, 255, 0.1); }\n #propertyTab .gradient-step {\n display: grid;\n grid-template-rows: 100%;\n grid-template-columns: 30px 30px 40px auto 20px 5px;\n padding-top: 5px;\n padding-left: 5px;\n padding-bottom: 5px; }\n #propertyTab .gradient-step .step {\n grid-row: 1;\n grid-column: 1; }\n #propertyTab .gradient-step .color {\n grid-row: 1;\n grid-column: 2;\n cursor: pointer; }\n #propertyTab .gradient-step .step-value {\n margin-left: 5px;\n grid-row: 1;\n grid-column: 3;\n text-align: right;\n margin-right: 5px; }\n #propertyTab .gradient-step .step-slider {\n grid-row: 1;\n grid-column: 4;\n display: grid;\n justify-content: stretch;\n align-content: center;\n margin-right: 5px; }\n #propertyTab .gradient-step .step-slider input {\n width: unset; }\n #propertyTab .gradient-step .gradient-delete {\n grid-row: 1;\n grid-column: 5;\n display: grid;\n align-content: center;\n justify-content: center; }\n #propertyTab .floatLine {\n padding-left: 5px;\n height: 30px;\n display: grid;\n grid-template-columns: 1fr 120px; }\n #propertyTab .floatLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .floatLine .value {\n grid-column: 2;\n display: flex;\n align-items: center; }\n #propertyTab .floatLine .value input {\n width: 110px; }\n #propertyTab .vector3Line {\n padding-left: 5px;\n display: grid; }\n #propertyTab .vector3Line .firstLine {\n display: grid;\n grid-template-columns: 1fr auto 20px;\n height: 30px; }\n #propertyTab .vector3Line .firstLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .vector3Line .firstLine .vector {\n grid-column: 2;\n display: flex;\n align-items: center;\n text-align: right;\n opacity: 0.8; }\n #propertyTab .vector3Line .firstLine .expand {\n grid-column: 3;\n display: grid;\n align-items: center;\n justify-items: center;\n cursor: pointer; }\n #propertyTab .vector3Line .secondLine {\n display: grid;\n padding-right: 5px;\n border-left: 1px solid #337ab7; }\n #propertyTab .vector3Line .secondLine .no-right-margin {\n margin-right: 0; }\n #propertyTab .vector3Line .secondLine .numeric {\n display: grid;\n grid-template-columns: 1fr auto; }\n #propertyTab .vector3Line .secondLine .numeric-label {\n text-align: right;\n grid-column: 1;\n display: flex;\n align-items: center;\n justify-self: right;\n margin-right: 10px; }\n #propertyTab .vector3Line .secondLine .numeric-value {\n width: 120px;\n grid-column: 2;\n display: flex;\n align-items: center;\n border: 1px solid #337ab7; }\n #propertyTab .buttonLine {\n height: 30px;\n display: grid;\n align-items: center;\n justify-items: stretch;\n padding-bottom: 5px; }\n #propertyTab .buttonLine input[type="file"] {\n display: none; }\n #propertyTab .buttonLine .file-upload {\n background: #222222;\n border: 1px solid #337ab7;\n margin: 5px 10px;\n color: white;\n padding: 4px 5px;\n padding-top: 0px;\n opacity: 0.9;\n cursor: pointer;\n text-align: center; }\n #propertyTab .buttonLine .file-upload:hover {\n opacity: 1.0; }\n #propertyTab .buttonLine .file-upload:active {\n transform: scale(0.98);\n transform-origin: 0.5 0.5; }\n #propertyTab .buttonLine button {\n background: #222222;\n border: 1px solid #337ab7;\n margin: 5px 10px 5px 10px;\n color: white;\n padding: 4px 5px;\n opacity: 0.9; }\n #propertyTab .buttonLine button:hover {\n opacity: 1.0; }\n #propertyTab .buttonLine button:active {\n background: #282828; }\n #propertyTab .buttonLine button:focus {\n border: 1px solid #337ab7;\n outline: 0px; }\n #propertyTab .checkBoxLine {\n padding-left: 5px;\n height: 30px;\n display: grid;\n grid-template-columns: 1fr auto; }\n #propertyTab .checkBoxLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .checkBoxLine .checkBox {\n grid-column: 2;\n display: flex;\n align-items: center; }\n #propertyTab .checkBoxLine .checkBox .lbl {\n position: relative;\n display: block;\n height: 14px;\n width: 34px;\n margin-right: 5px;\n background: #898989;\n border-radius: 100px;\n cursor: pointer;\n transition: all 0.3s ease; }\n #propertyTab .checkBoxLine .checkBox .lbl:after {\n position: absolute;\n left: 3px;\n top: 2px;\n display: block;\n width: 10px;\n height: 10px;\n border-radius: 100px;\n background: #fff;\n box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);\n content: \'\';\n transition: all 0.15s ease; }\n #propertyTab .checkBoxLine .checkBox .lbl:active:after {\n transform: scale(1.15, 0.85); }\n #propertyTab .checkBoxLine .checkBox .cbx:checked ~ label {\n background: #337ab7; }\n #propertyTab .checkBoxLine .checkBox .cbx:checked ~ label:after {\n left: 20px;\n background: #164975; }\n #propertyTab .checkBoxLine .checkBox .hidden {\n display: none; }\n #propertyTab .listLine {\n padding-left: 5px;\n height: 30px;\n display: grid;\n grid-template-columns: 1fr auto; }\n #propertyTab .listLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .listLine .options {\n grid-column: 2;\n display: flex;\n align-items: center;\n margin-right: 5px; }\n #propertyTab .listLine .options select {\n width: 115px; }\n #propertyTab .color3Line {\n padding-left: 5px;\n display: grid; }\n #propertyTab .color3Line .firstLine {\n height: 30px;\n display: grid;\n grid-template-columns: 1fr auto 20px 20px; }\n #propertyTab .color3Line .firstLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .color3Line .firstLine .color3 {\n grid-column: 2;\n display: flex;\n align-items: center; }\n #propertyTab .color3Line .firstLine .color3 input {\n margin-right: 5px; }\n #propertyTab .color3Line .firstLine .copy {\n grid-column: 3;\n display: grid;\n align-items: center;\n justify-items: center;\n cursor: pointer; }\n #propertyTab .color3Line .firstLine .expand {\n grid-column: 4;\n display: grid;\n align-items: center;\n justify-items: center;\n cursor: pointer; }\n #propertyTab .color3Line .secondLine {\n display: grid;\n padding-right: 5px;\n border-left: 1px solid #337ab7; }\n #propertyTab .color3Line .secondLine .numeric {\n display: grid;\n grid-template-columns: 1fr auto; }\n #propertyTab .color3Line .secondLine .numeric-label {\n text-align: right;\n grid-column: 1;\n display: flex;\n align-items: center;\n justify-self: right;\n margin-right: 10px; }\n #propertyTab .color3Line .secondLine .numeric-value {\n width: 120px;\n grid-column: 2;\n display: flex;\n align-items: center;\n border: 1px solid #337ab7; }\n #propertyTab .textLine {\n padding-left: 5px;\n height: 30px;\n display: grid;\n grid-template-columns: 1fr auto; }\n #propertyTab .textLine .label {\n grid-column: 1;\n display: flex;\n align-items: center; }\n #propertyTab .textLine .link-value {\n grid-column: 2;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n text-align: end;\n opacity: 0.8;\n margin: 5px;\n margin-top: 6px;\n max-width: 140px;\n text-decoration: underline;\n cursor: pointer; }\n #propertyTab .textLine .value {\n grid-column: 2;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n text-align: end;\n opacity: 0.8;\n margin: 5px;\n margin-top: 6px;\n max-width: 200px;\n -webkit-user-select: text;\n -moz-user-select: text;\n -ms-user-select: text;\n user-select: text; }\n #propertyTab .textLine .value.check {\n color: green; }\n #propertyTab .textLine .value.uncheck {\n color: red; }\n',""])},function(e,t,n){var r=n(141);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n(20)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(19)(!1)).push([e.i,"#log-console {\n background: #333333;\n height: 120px;\n box-sizing: border-box;\n margin: 0;\n padding: 10px;\n width: 100%;\n overflow: hidden;\n overflow-y: auto; }\n #log-console .log {\n color: white;\n font-size: 14px;\n font-family: 'Courier New', Courier, monospace; }\n #log-console .log.error {\n color: red; }\n",""])},function(e,t,n){var r=n(143);e.exports={Graph:r.Graph,json:n(245),alg:n(246),version:r.version}},function(e,t,n){e.exports={Graph:n(53),version:n(244)}},function(e,t,n){var r=n(74),o=4;e.exports=function(e){return r(e,o)}},function(e,t){e.exports=function(){this.__data__=[],this.size=0}},function(e,t,n){var r=n(37),o=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0||(n==t.length-1?t.pop():o.call(t,n,1),--this.size,0))}},function(e,t,n){var r=n(37);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},function(e,t,n){var r=n(37);e.exports=function(e){return r(this.__data__,e)>-1}},function(e,t,n){var r=n(37);e.exports=function(e,t){var n=this.__data__,o=r(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}},function(e,t,n){var r=n(36);e.exports=function(){this.__data__=new r,this.size=0}},function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},function(e,t){e.exports=function(e){return this.__data__.get(e)}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t,n){var r=n(36),o=n(54),i=n(55),a=200;e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var l=n.__data__;if(!o||l.length<a-1)return l.push([e,t]),this.size=++n.size,this;n=this.__data__=new i(l)}return n.set(e,t),this.size=n.size,this}},function(e,t,n){var r=n(28),o=n(158),i=n(9),a=n(76),l=/^\[object .+?Constructor\]$/,s=Function.prototype,u=Object.prototype,c=s.toString,p=u.hasOwnProperty,f=RegExp("^"+c.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||o(e))&&(r(e)?f:l).test(a(e))}},function(e,t,n){var r=n(22),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,l=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,l),n=e[l];try{e[l]=void 0;var r=!0}catch(e){}var o=a.call(e);return r&&(t?e[l]=n:delete e[l]),o}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t,n){var r,o=n(159),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!i&&i in e}},function(e,t,n){var r=n(11)["__core-js_shared__"];e.exports=r},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t,n){var r=n(162),o=n(36),i=n(54);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}},function(e,t,n){var r=n(163),o=n(164),i=n(165),a=n(166),l=n(167);function s(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}s.prototype.clear=r,s.prototype.delete=o,s.prototype.get=i,s.prototype.has=a,s.prototype.set=l,e.exports=s},function(e,t,n){var r=n(38);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},function(e,t,n){var r=n(38),o="__lodash_hash_undefined__",i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return n===o?void 0:n}return i.call(t,e)?t[e]:void 0}},function(e,t,n){var r=n(38),o=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:o.call(t,e)}},function(e,t,n){var r=n(38),o="__lodash_hash_undefined__";e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?o:t,this}},function(e,t,n){var r=n(39);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},function(e,t,n){var r=n(39);e.exports=function(e){return r(this,e).get(e)}},function(e,t,n){var r=n(39);e.exports=function(e){return r(this,e).has(e)}},function(e,t,n){var r=n(39);e.exports=function(e,t){var n=r(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}},function(e,t,n){var r=n(29),o=n(15);e.exports=function(e,t){return e&&r(t,o(t),e)}},function(e,t){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},function(e,t,n){var r=n(17),o=n(12),i="[object Arguments]";e.exports=function(e){return o(e)&&r(e)==i}},function(e,t){e.exports=function(){return!1}},function(e,t,n){var r=n(17),o=n(57),i=n(12),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&o(e.length)&&!!a[r(e)]}},function(e,t,n){var r=n(79)(Object.keys,Object);e.exports=r},function(e,t,n){var r=n(29),o=n(24);e.exports=function(e,t){return e&&r(t,o(t),e)}},function(e,t,n){var r=n(9),o=n(44),i=n(181),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return i(e);var t=o(e),n=[];for(var l in e)("constructor"!=l||!t&&a.call(e,l))&&n.push(l);return n}},function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},function(e,t,n){var r=n(29),o=n(60);e.exports=function(e,t){return r(e,o(e),t)}},function(e,t,n){var r=n(29),o=n(84);e.exports=function(e,t){return r(e,o(e),t)}},function(e,t,n){var r=n(86),o=n(84),i=n(24);e.exports=function(e){return r(e,i,o)}},function(e,t,n){var r=n(16)(n(11),"DataView");e.exports=r},function(e,t,n){var r=n(16)(n(11),"Promise");e.exports=r},function(e,t,n){var r=n(16)(n(11),"WeakMap");e.exports=r},function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},function(e,t,n){var r=n(62),o=n(190),i=n(191),a=n(192),l=n(89),s="[object Boolean]",u="[object Date]",c="[object Map]",p="[object Number]",f="[object RegExp]",d="[object Set]",h="[object String]",g="[object Symbol]",m="[object ArrayBuffer]",v="[object DataView]",y="[object Float32Array]",b="[object Float64Array]",w="[object Int8Array]",x="[object Int16Array]",_="[object Int32Array]",k="[object Uint8Array]",E="[object Uint8ClampedArray]",C="[object Uint16Array]",S="[object Uint32Array]";e.exports=function(e,t,n){var N=e.constructor;switch(t){case m:return r(e);case s:case u:return new N(+e);case v:return o(e,n);case y:case b:case w:case x:case _:case k:case E:case C:case S:return l(e,n);case c:return new N;case p:case h:return new N(e);case f:return i(e);case d:return new N;case g:return a(e)}}},function(e,t,n){var r=n(62);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},function(e,t){var n=/\w*$/;e.exports=function(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}},function(e,t,n){var r=n(22),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;e.exports=function(e){return i?Object(i.call(e)):{}}},function(e,t,n){var r=n(194),o=n(43),i=n(58),a=i&&i.isMap,l=a?o(a):r;e.exports=l},function(e,t,n){var r=n(25),o=n(12),i="[object Map]";e.exports=function(e){return o(e)&&r(e)==i}},function(e,t,n){var r=n(196),o=n(43),i=n(58),a=i&&i.isSet,l=a?o(a):r;e.exports=l},function(e,t,n){var r=n(25),o=n(12),i="[object Set]";e.exports=function(e){return o(e)&&r(e)==i}},function(e,t){e.exports=function(e){return function(t,n,r){for(var o=-1,i=Object(t),a=r(t),l=a.length;l--;){var s=a[e?l:++o];if(!1===n(i[s],s,i))break}return t}}},function(e,t,n){var r=n(13);e.exports=function(e,t){return function(n,o){if(null==n)return n;if(!r(n))return e(n,o);for(var i=n.length,a=t?i:-1,l=Object(n);(t?a--:++a<i)&&!1!==o(l[a],a,l););return n}}},function(e,t,n){var r=n(46);e.exports=function(e,t){var n=[];return r(e,function(e,r,o){t(e,r,o)&&n.push(e)}),n}},function(e,t,n){var r=n(201),o=n(209),i=n(101);e.exports=function(e){var t=o(e);return 1==t.length&&t[0][2]?i(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},function(e,t,n){var r=n(35),o=n(96),i=1,a=2;e.exports=function(e,t,n,l){var s=n.length,u=s,c=!l;if(null==e)return!u;for(e=Object(e);s--;){var p=n[s];if(c&&p[2]?p[1]!==e[p[0]]:!(p[0]in e))return!1}for(;++s<u;){var f=(p=n[s])[0],d=e[f],h=p[1];if(c&&p[2]){if(void 0===d&&!(f in e))return!1}else{var g=new r;if(l)var m=l(d,h,f,e,t,g);if(!(void 0===m?o(h,d,i|a,l,g):m))return!1}}return!0}},function(e,t,n){var r=n(35),o=n(97),i=n(206),a=n(208),l=n(25),s=n(6),u=n(23),c=n(31),p=1,f="[object Arguments]",d="[object Array]",h="[object Object]",g=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,m,v,y){var b=s(e),w=s(t),x=b?d:l(e),_=w?d:l(t),k=(x=x==f?h:x)==h,E=(_=_==f?h:_)==h,C=x==_;if(C&&u(e)){if(!u(t))return!1;b=!0,k=!1}if(C&&!k)return y||(y=new r),b||c(e)?o(e,t,n,m,v,y):i(e,t,x,n,m,v,y);if(!(n&p)){var S=k&&g.call(e,"__wrapped__"),N=E&&g.call(t,"__wrapped__");if(S||N){var P=S?e.value():e,M=N?t.value():t;return y||(y=new r),v(P,M,n,m,y)}}return!!C&&(y||(y=new r),a(e,t,n,m,v,y))}},function(e,t){var n="__lodash_hash_undefined__";e.exports=function(e){return this.__data__.set(e,n),this}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}},function(e,t,n){var r=n(22),o=n(88),i=n(21),a=n(97),l=n(207),s=n(66),u=1,c=2,p="[object Boolean]",f="[object Date]",d="[object Error]",h="[object Map]",g="[object Number]",m="[object RegExp]",v="[object Set]",y="[object String]",b="[object Symbol]",w="[object ArrayBuffer]",x="[object DataView]",_=r?r.prototype:void 0,k=_?_.valueOf:void 0;e.exports=function(e,t,n,r,_,E,C){switch(n){case x:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case w:return!(e.byteLength!=t.byteLength||!E(new o(e),new o(t)));case p:case f:case g:return i(+e,+t);case d:return e.name==t.name&&e.message==t.message;case m:case y:return e==t+"";case h:var S=l;case v:var N=r&u;if(S||(S=s),e.size!=t.size&&!N)return!1;var P=C.get(e);if(P)return P==t;r|=c,C.set(e,t);var M=a(S(e),S(t),r,_,E,C);return C.delete(e),M;case b:if(k)return k.call(e)==k.call(t)}return!1}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}},function(e,t,n){var r=n(85),o=1,i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,a,l,s){var u=n&o,c=r(e),p=c.length;if(p!=r(t).length&&!u)return!1;for(var f=p;f--;){var d=c[f];if(!(u?d in t:i.call(t,d)))return!1}var h=s.get(e);if(h&&s.get(t))return h==t;var g=!0;s.set(e,t),s.set(t,e);for(var m=u;++f<p;){var v=e[d=c[f]],y=t[d];if(a)var b=u?a(y,v,d,t,e,s):a(v,y,d,e,t,s);if(!(void 0===b?v===y||l(v,y,n,a,s):b)){g=!1;break}m||(m="constructor"==d)}if(g&&!m){var w=e.constructor,x=t.constructor;w!=x&&"constructor"in e&&"constructor"in t&&!("function"==typeof w&&w instanceof w&&"function"==typeof x&&x instanceof x)&&(g=!1)}return s.delete(e),s.delete(t),g}},function(e,t,n){var r=n(100),o=n(15);e.exports=function(e){for(var t=o(e),n=t.length;n--;){var i=t[n],a=e[i];t[n]=[i,a,r(a)]}return t}},function(e,t,n){var r=n(96),o=n(211),i=n(103),a=n(68),l=n(100),s=n(101),u=n(32),c=1,p=2;e.exports=function(e,t){return a(e)&&l(t)?s(u(e),t):function(n){var a=o(n,e);return void 0===a&&a===t?i(n,e):r(t,a,c|p)}}},function(e,t,n){var r=n(67);e.exports=function(e,t,n){var o=null==e?void 0:r(e,t);return void 0===o?n:o}},function(e,t,n){var r=n(213),o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,a=r(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(o,function(e,n,r,o){t.push(r?o.replace(i,"$1"):n||e)}),t});e.exports=a},function(e,t,n){var r=n(214),o=500;e.exports=function(e){var t=r(e,function(e){return n.size===o&&n.clear(),e}),n=t.cache;return t}},function(e,t,n){var r=n(55),o="Expected a function";function i(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(o);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(i.Cache||r),n}i.Cache=r,e.exports=i},function(e,t,n){var r=n(22),o=n(48),i=n(6),a=n(26),l=1/0,s=r?r.prototype:void 0,u=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(i(t))return o(t,e)+"";if(a(t))return u?u.call(t):"";var n=t+"";return"0"==n&&1/t==-l?"-0":n}},function(e,t){e.exports=function(e,t){return null!=e&&t in Object(e)}},function(e,t,n){var r=n(105),o=n(218),i=n(68),a=n(32);e.exports=function(e){return i(e)?r(a(e)):o(e)}},function(e,t,n){var r=n(67);e.exports=function(e){return function(t){return r(t,e)}}},function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e,t){return null!=e&&n.call(e,t)}},function(e,t,n){var r=n(59),o=n(25),i=n(30),a=n(6),l=n(13),s=n(23),u=n(44),c=n(31),p="[object Map]",f="[object Set]",d=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(l(e)&&(a(e)||"string"==typeof e||"function"==typeof e.splice||s(e)||c(e)||i(e)))return!e.length;var t=o(e);if(t==p||t==f)return!e.size;if(u(e))return!r(e).length;for(var n in e)if(d.call(e,n))return!1;return!0}},function(e,t){e.exports=function(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o<i;)n=t(n,e[o],o,e);return n}},function(e,t){e.exports=function(e,t,n,r,o){return o(e,function(e,o,i){n=r?(r=!1,e):t(n,e,o,i)}),n}},function(e,t,n){var r=n(59),o=n(25),i=n(13),a=n(224),l=n(225),s="[object Map]",u="[object Set]";e.exports=function(e){if(null==e)return 0;if(i(e))return a(e)?l(e):e.length;var t=o(e);return t==s||t==u?e.size:r(e).length}},function(e,t,n){var r=n(17),o=n(6),i=n(12),a="[object String]";e.exports=function(e){return"string"==typeof e||!o(e)&&i(e)&&r(e)==a}},function(e,t,n){var r=n(226),o=n(227),i=n(228);e.exports=function(e){return o(e)?i(e):r(e)}},function(e,t,n){var r=n(105)("length");e.exports=r},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){var n="[\\ud800-\\udfff]",r="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",o="\\ud83c[\\udffb-\\udfff]",i="[^\\ud800-\\udfff]",a="(?:\\ud83c[\\udde6-\\uddff]){2}",l="[\\ud800-\\udbff][\\udc00-\\udfff]",s="(?:"+r+"|"+o+")"+"?",u="[\\ufe0e\\ufe0f]?"+s+("(?:\\u200d(?:"+[i,a,l].join("|")+")[\\ufe0e\\ufe0f]?"+s+")*"),c="(?:"+[i+r+"?",r,a,l,n].join("|")+")",p=RegExp(o+"(?="+o+")|"+c+u,"g");e.exports=function(e){for(var t=p.lastIndex=0;p.test(e);)++t;return t}},function(e,t,n){var r=n(56),o=n(91),i=n(64),a=n(14),l=n(45),s=n(6),u=n(23),c=n(28),p=n(9),f=n(31);e.exports=function(e,t,n){var d=s(e),h=d||u(e)||f(e);if(t=a(t,4),null==n){var g=e&&e.constructor;n=h?d?new g:[]:p(e)&&c(g)?o(l(e)):{}}return(h?r:i)(e,function(e,r,o){return t(n,e,r,o)}),n}},function(e,t,n){var r=n(69),o=n(49),i=n(235),a=n(114),l=o(function(e){return i(r(e,1,a,!0))});e.exports=l},function(e,t,n){var r=n(22),o=n(30),i=n(6),a=r?r.isConcatSpreadable:void 0;e.exports=function(e){return i(e)||o(e)||!!(a&&e&&e[a])}},function(e,t){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},function(e,t,n){var r=n(63),o=n(77),i=n(18),a=o?function(e,t){return o(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:i;e.exports=a},function(e,t){var n=800,r=16,o=Date.now;e.exports=function(e){var t=0,i=0;return function(){var a=o(),l=r-(a-i);if(i=a,l>0){if(++t>=n)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},function(e,t,n){var r=n(98),o=n(236),i=n(240),a=n(99),l=n(241),s=n(66),u=200;e.exports=function(e,t,n){var c=-1,p=o,f=e.length,d=!0,h=[],g=h;if(n)d=!1,p=i;else if(f>=u){var m=t?null:l(e);if(m)return s(m);d=!1,p=a,g=new r}else g=t?[]:h;e:for(;++c<f;){var v=e[c],y=t?t(v):v;if(v=n||0!==v?v:0,d&&y==y){for(var b=g.length;b--;)if(g[b]===y)continue e;t&&g.push(y),h.push(v)}else p(g,y,n)||(g!==h&&g.push(y),h.push(v))}return h}},function(e,t,n){var r=n(237);e.exports=function(e,t){return!(null==e||!e.length)&&r(e,t,0)>-1}},function(e,t,n){var r=n(113),o=n(238),i=n(239);e.exports=function(e,t,n){return t==t?i(e,t,n):r(e,o,n)}},function(e,t){e.exports=function(e){return e!=e}},function(e,t){e.exports=function(e,t,n){for(var r=n-1,o=e.length;++r<o;)if(e[r]===t)return r;return-1}},function(e,t){e.exports=function(e,t,n){for(var r=-1,o=null==e?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}},function(e,t,n){var r=n(87),o=n(242),i=n(66),a=r&&1/i(new r([,-0]))[1]==1/0?function(e){return new r(e)}:o;e.exports=a},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(48);e.exports=function(e,t){return r(t,function(t){return e[t]})}},function(e,t){e.exports="2.1.7"},function(e,t,n){var r=n(8),o=n(53);function i(e){return r.map(e.nodes(),function(t){var n=e.node(t),o=e.parent(t),i={v:t};return r.isUndefined(n)||(i.value=n),r.isUndefined(o)||(i.parent=o),i})}function a(e){return r.map(e.edges(),function(t){var n=e.edge(t),o={v:t.v,w:t.w};return r.isUndefined(t.name)||(o.name=t.name),r.isUndefined(n)||(o.value=n),o})}e.exports={write:function(e){var t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:i(e),edges:a(e)};r.isUndefined(e.graph())||(t.value=r.clone(e.graph()));return t},read:function(e){var t=new o(e.options).setGraph(e.value);return r.each(e.nodes,function(e){t.setNode(e.v,e.value),e.parent&&t.setParent(e.v,e.parent)}),r.each(e.edges,function(e){t.setEdge({v:e.v,w:e.w,name:e.name},e.value)}),t}}},function(e,t,n){e.exports={components:n(247),dijkstra:n(116),dijkstraAll:n(248),findCycles:n(249),floydWarshall:n(250),isAcyclic:n(251),postorder:n(252),preorder:n(253),prim:n(254),tarjan:n(118),topsort:n(119)}},function(e,t,n){var r=n(8);e.exports=function(e){var t,n={},o=[];function i(o){r.has(n,o)||(n[o]=!0,t.push(o),r.each(e.successors(o),i),r.each(e.predecessors(o),i))}return r.each(e.nodes(),function(e){t=[],i(e),t.length&&o.push(t)}),o}},function(e,t,n){var r=n(116),o=n(8);e.exports=function(e,t,n){return o.transform(e.nodes(),function(o,i){o[i]=r(e,i,t,n)},{})}},function(e,t,n){var r=n(8),o=n(118);e.exports=function(e){return r.filter(o(e),function(t){return t.length>1||1===t.length&&e.hasEdge(t[0],t[0])})}},function(e,t,n){var r=n(8);e.exports=function(e,t,n){return function(e,t,n){var r={},o=e.nodes();return o.forEach(function(e){r[e]={},r[e][e]={distance:0},o.forEach(function(t){e!==t&&(r[e][t]={distance:Number.POSITIVE_INFINITY})}),n(e).forEach(function(n){var o=n.v===e?n.w:n.v,i=t(n);r[e][o]={distance:i,predecessor:e}})}),o.forEach(function(e){var t=r[e];o.forEach(function(n){var i=r[n];o.forEach(function(n){var r=i[e],o=t[n],a=i[n],l=r.distance+o.distance;l<a.distance&&(a.distance=l,a.predecessor=o.predecessor)})})}),r}(e,t||o,n||function(t){return e.outEdges(t)})};var o=r.constant(1)},function(e,t,n){var r=n(119);e.exports=function(e){try{r(e)}catch(e){if(e instanceof r.CycleException)return!1;throw e}return!0}},function(e,t,n){var r=n(120);e.exports=function(e,t){return r(e,t,"post")}},function(e,t,n){var r=n(120);e.exports=function(e,t){return r(e,t,"pre")}},function(e,t,n){var r=n(8),o=n(53),i=n(117);e.exports=function(e,t){var n,a=new o,l={},s=new i;function u(e){var r=e.v===n?e.w:e.v,o=s.priority(r);if(void 0!==o){var i=t(e);i<o&&(l[r]=n,s.decrease(r,i))}}if(0===e.nodeCount())return a;r.each(e.nodes(),function(e){s.add(e,Number.POSITIVE_INFINITY),a.setNode(e)}),s.decrease(e.nodes()[0],0);var c=!1;for(;s.size()>0;){if(n=s.removeMin(),r.has(l,n))a.setEdge(n,l[n]);else{if(c)throw new Error("Input graph is not connected: "+e);c=!0}e.nodeEdges(n).forEach(u)}return a}},function(e,t,n){"use strict";var r=n(5),o=n(293),i=n(296),a=n(297),l=n(7).normalizeRanks,s=n(299),u=n(7).removeEmptyRanks,c=n(300),p=n(301),f=n(302),d=n(303),h=n(312),g=n(7),m=n(10).Graph;e.exports=function(e,t){var n=t&&t.debugTiming?g.time:g.notime;n("layout",function(){var t=n(" buildLayoutGraph",function(){return function(e){var t=new m({multigraph:!0,compound:!0}),n=S(e.graph());return t.setGraph(r.merge({},y,C(n,v),r.pick(n,b))),r.forEach(e.nodes(),function(n){var o=S(e.node(n));t.setNode(n,r.defaults(C(o,w),x)),t.setParent(n,e.parent(n))}),r.forEach(e.edges(),function(n){var o=S(e.edge(n));t.setEdge(n,r.merge({},k,C(o,_),r.pick(o,E)))}),t}(e)});n(" runLayout",function(){!function(e,t){t(" makeSpaceForEdgeLabels",function(){!function(e){var t=e.graph();t.ranksep/=2,r.forEach(e.edges(),function(n){var r=e.edge(n);r.minlen*=2,"c"!==r.labelpos.toLowerCase()&&("TB"===t.rankdir||"BT"===t.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)})}(e)}),t(" removeSelfEdges",function(){!function(e){r.forEach(e.edges(),function(t){if(t.v===t.w){var n=e.node(t.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}})}(e)}),t(" acyclic",function(){o.run(e)}),t(" nestingGraph.run",function(){c.run(e)}),t(" rank",function(){a(g.asNonCompoundGraph(e))}),t(" injectEdgeLabelProxies",function(){!function(e){r.forEach(e.edges(),function(t){var n=e.edge(t);if(n.width&&n.height){var r=e.node(t.v),o=e.node(t.w),i={rank:(o.rank-r.rank)/2+r.rank,e:t};g.addDummyNode(e,"edge-proxy",i,"_ep")}})}(e)}),t(" removeEmptyRanks",function(){u(e)}),t(" nestingGraph.cleanup",function(){c.cleanup(e)}),t(" normalizeRanks",function(){l(e)}),t(" assignRankMinMax",function(){!function(e){var t=0;r.forEach(e.nodes(),function(n){var o=e.node(n);o.borderTop&&(o.minRank=e.node(o.borderTop).rank,o.maxRank=e.node(o.borderBottom).rank,t=r.max(t,o.maxRank))}),e.graph().maxRank=t}(e)}),t(" removeEdgeLabelProxies",function(){!function(e){r.forEach(e.nodes(),function(t){var n=e.node(t);"edge-proxy"===n.dummy&&(e.edge(n.e).labelRank=n.rank,e.removeNode(t))})}(e)}),t(" normalize.run",function(){i.run(e)}),t(" parentDummyChains",function(){s(e)}),t(" addBorderSegments",function(){p(e)}),t(" order",function(){d(e)}),t(" insertSelfEdges",function(){!function(e){var t=g.buildLayerMatrix(e);r.forEach(t,function(t){var n=0;r.forEach(t,function(t,o){var i=e.node(t);i.order=o+n,r.forEach(i.selfEdges,function(t){g.addDummyNode(e,"selfedge",{width:t.label.width,height:t.label.height,rank:i.rank,order:o+ ++n,e:t.e,label:t.label},"_se")}),delete i.selfEdges})})}(e)}),t(" adjustCoordinateSystem",function(){f.adjust(e)}),t(" position",function(){h(e)}),t(" positionSelfEdges",function(){!function(e){r.forEach(e.nodes(),function(t){var n=e.node(t);if("selfedge"===n.dummy){var r=e.node(n.e.v),o=r.x+r.width/2,i=r.y,a=n.x-o,l=r.height/2;e.setEdge(n.e,n.label),e.removeNode(t),n.label.points=[{x:o+2*a/3,y:i-l},{x:o+5*a/6,y:i-l},{x:o+a,y:i},{x:o+5*a/6,y:i+l},{x:o+2*a/3,y:i+l}],n.label.x=n.x,n.label.y=n.y}})}(e)}),t(" removeBorderNodes",function(){!function(e){r.forEach(e.nodes(),function(t){if(e.children(t).length){var n=e.node(t),o=e.node(n.borderTop),i=e.node(n.borderBottom),a=e.node(r.last(n.borderLeft)),l=e.node(r.last(n.borderRight));n.width=Math.abs(l.x-a.x),n.height=Math.abs(i.y-o.y),n.x=a.x+n.width/2,n.y=o.y+n.height/2}}),r.forEach(e.nodes(),function(t){"border"===e.node(t).dummy&&e.removeNode(t)})}(e)}),t(" normalize.undo",function(){i.undo(e)}),t(" fixupEdgeLabelCoords",function(){!function(e){r.forEach(e.edges(),function(t){var n=e.edge(t);if(r.has(n,"x"))switch("l"!==n.labelpos&&"r"!==n.labelpos||(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset}})}(e)}),t(" undoCoordinateSystem",function(){f.undo(e)}),t(" translateGraph",function(){!function(e){var t=Number.POSITIVE_INFINITY,n=0,o=Number.POSITIVE_INFINITY,i=0,a=e.graph(),l=a.marginx||0,s=a.marginy||0;function u(e){var r=e.x,a=e.y,l=e.width,s=e.height;t=Math.min(t,r-l/2),n=Math.max(n,r+l/2),o=Math.min(o,a-s/2),i=Math.max(i,a+s/2)}r.forEach(e.nodes(),function(t){u(e.node(t))}),r.forEach(e.edges(),function(t){var n=e.edge(t);r.has(n,"x")&&u(n)}),t-=l,o-=s,r.forEach(e.nodes(),function(n){var r=e.node(n);r.x-=t,r.y-=o}),r.forEach(e.edges(),function(n){var i=e.edge(n);r.forEach(i.points,function(e){e.x-=t,e.y-=o}),r.has(i,"x")&&(i.x-=t),r.has(i,"y")&&(i.y-=o)}),a.width=n-t+l,a.height=i-o+s}(e)}),t(" assignNodeIntersects",function(){!function(e){r.forEach(e.edges(),function(t){var n,r,o=e.edge(t),i=e.node(t.v),a=e.node(t.w);o.points?(n=o.points[0],r=o.points[o.points.length-1]):(o.points=[],n=a,r=i),o.points.unshift(g.intersectRect(i,n)),o.points.push(g.intersectRect(a,r))})}(e)}),t(" reversePoints",function(){!function(e){r.forEach(e.edges(),function(t){var n=e.edge(t);n.reversed&&n.points.reverse()})}(e)}),t(" acyclic.undo",function(){o.undo(e)})}(t,n)}),n(" updateInputGraph",function(){!function(e,t){r.forEach(e.nodes(),function(n){var r=e.node(n),o=t.node(n);r&&(r.x=o.x,r.y=o.y,t.children(n).length&&(r.width=o.width,r.height=o.height))}),r.forEach(e.edges(),function(n){var o=e.edge(n),i=t.edge(n);o.points=i.points,r.has(i,"x")&&(o.x=i.x,o.y=i.y)}),e.graph().width=t.graph().width,e.graph().height=t.graph().height}(e,t)})})};var v=["nodesep","edgesep","ranksep","marginx","marginy"],y={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},b=["acyclicer","ranker","rankdir","align"],w=["width","height"],x={width:0,height:0},_=["minlen","weight","width","height","labeloffset"],k={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},E=["labelpos"];function C(e,t){return r.mapValues(r.pick(e,t),Number)}function S(e){var t={};return r.forEach(e,function(e,n){t[n.toLowerCase()]=e}),t}},function(e,t,n){var r=n(74),o=1,i=4;e.exports=function(e){return r(e,o|i)}},function(e,t,n){var r=n(49),o=n(21),i=n(50),a=n(24),l=Object.prototype,s=l.hasOwnProperty,u=r(function(e,t){e=Object(e);var n=-1,r=t.length,u=r>2?t[2]:void 0;for(u&&i(t[0],t[1],u)&&(r=1);++n<r;)for(var c=t[n],p=a(c),f=-1,d=p.length;++f<d;){var h=p[f],g=e[h];(void 0===g||o(g,l[h])&&!s.call(e,h))&&(e[h]=c[h])}return e});e.exports=u},function(e,t,n){var r=n(259)(n(260));e.exports=r},function(e,t,n){var r=n(14),o=n(13),i=n(15);e.exports=function(e){return function(t,n,a){var l=Object(t);if(!o(t)){var s=r(n,3);t=i(t),n=function(e){return s(l[e],e,l)}}var u=e(t,n,a);return u>-1?l[s?t[u]:u]:void 0}}},function(e,t,n){var r=n(113),o=n(14),i=n(261),a=Math.max;e.exports=function(e,t,n){var l=null==e?0:e.length;if(!l)return-1;var s=null==n?0:i(n);return s<0&&(s=a(l+s,0)),r(e,o(t,3),s)}},function(e,t,n){var r=n(121);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(9),o=n(26),i=NaN,a=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return i;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=s.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):l.test(e)?i:+e}},function(e,t,n){var r=n(65),o=n(94),i=n(24);e.exports=function(e,t){return null==e?e:r(e,o(t),i)}},function(e,t){e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},function(e,t,n){var r=n(41),o=n(64),i=n(14);e.exports=function(e,t){var n={};return t=i(t,3),o(e,function(e,o,i){r(n,o,t(e,o,i))}),n}},function(e,t,n){var r=n(70),o=n(267),i=n(18);e.exports=function(e){return e&&e.length?r(e,i,o):void 0}},function(e,t){e.exports=function(e,t){return e>t}},function(e,t,n){var r=n(269),o=n(273)(function(e,t,n){r(e,t,n)});e.exports=o},function(e,t,n){var r=n(35),o=n(123),i=n(65),a=n(270),l=n(9),s=n(24),u=n(124);e.exports=function e(t,n,c,p,f){t!==n&&i(n,function(i,s){if(f||(f=new r),l(i))a(t,n,s,c,e,p,f);else{var d=p?p(u(t,s),i,s+"",t,n,f):void 0;void 0===d&&(d=i),o(t,s,d)}},s)}},function(e,t,n){var r=n(123),o=n(80),i=n(89),a=n(81),l=n(90),s=n(30),u=n(6),c=n(114),p=n(23),f=n(28),d=n(9),h=n(271),g=n(31),m=n(124),v=n(272);e.exports=function(e,t,n,y,b,w,x){var _=m(e,n),k=m(t,n),E=x.get(k);if(E)r(e,n,E);else{var C=w?w(_,k,n+"",e,t,x):void 0,S=void 0===C;if(S){var N=u(k),P=!N&&p(k),M=!N&&!P&&g(k);C=k,N||P||M?u(_)?C=_:c(_)?C=a(_):P?(S=!1,C=o(k,!0)):M?(S=!1,C=i(k,!0)):C=[]:h(k)||s(k)?(C=_,s(_)?C=v(_):d(_)&&!f(_)||(C=l(k))):S=!1}S&&(x.set(k,C),b(C,k,y,w,x),x.delete(k)),r(e,n,C)}}},function(e,t,n){var r=n(17),o=n(45),i=n(12),a="[object Object]",l=Function.prototype,s=Object.prototype,u=l.toString,c=s.hasOwnProperty,p=u.call(Object);e.exports=function(e){if(!i(e)||r(e)!=a)return!1;var t=o(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&u.call(n)==p}},function(e,t,n){var r=n(29),o=n(24);e.exports=function(e){return r(e,o(e))}},function(e,t,n){var r=n(49),o=n(50);e.exports=function(e){return r(function(t,n){var r=-1,i=n.length,a=i>1?n[i-1]:void 0,l=i>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(i--,a):void 0,l&&o(n[0],n[1],l)&&(a=i<3?void 0:a,i=1),t=Object(t);++r<i;){var s=n[r];s&&e(t,s,r,a)}return t})}},function(e,t,n){var r=n(70),o=n(125),i=n(18);e.exports=function(e){return e&&e.length?r(e,i,o):void 0}},function(e,t,n){var r=n(70),o=n(14),i=n(125);e.exports=function(e,t){return e&&e.length?r(e,o(t,2),i):void 0}},function(e,t,n){var r=n(11);e.exports=function(){return r.Date.now()}},function(e,t,n){var r=n(278),o=n(281)(function(e,t){return null==e?{}:r(e,t)});e.exports=o},function(e,t,n){var r=n(279),o=n(103);e.exports=function(e,t){return r(e,t,function(t,n){return o(e,n)})}},function(e,t,n){var r=n(67),o=n(280),i=n(47);e.exports=function(e,t,n){for(var a=-1,l=t.length,s={};++a<l;){var u=t[a],c=r(e,u);n(c,u)&&o(s,i(u,e),c)}return s}},function(e,t,n){var r=n(40),o=n(47),i=n(42),a=n(9),l=n(32);e.exports=function(e,t,n,s){if(!a(e))return e;for(var u=-1,c=(t=o(t,e)).length,p=c-1,f=e;null!=f&&++u<c;){var d=l(t[u]),h=n;if(u!=p){var g=f[d];void 0===(h=s?s(g,d,f):void 0)&&(h=a(g)?g:i(t[u+1])?[]:{})}r(f,d,h),f=f[d]}return e}},function(e,t,n){var r=n(122),o=n(111),i=n(112);e.exports=function(e){return i(o(e,void 0,r),e+"")}},function(e,t,n){var r=n(283)();e.exports=r},function(e,t,n){var r=n(284),o=n(50),i=n(121);e.exports=function(e){return function(t,n,a){return a&&"number"!=typeof a&&o(t,n,a)&&(n=a=void 0),t=i(t),void 0===n?(n=t,t=0):n=i(n),a=void 0===a?t<n?1:-1:i(a),r(t,n,a,e)}}},function(e,t){var n=Math.ceil,r=Math.max;e.exports=function(e,t,o,i){for(var a=-1,l=r(n((t-e)/(o||1)),0),s=Array(l);l--;)s[i?l:++a]=e,e+=o;return s}},function(e,t,n){var r=n(69),o=n(286),i=n(49),a=n(50),l=i(function(e,t){if(null==e)return[];var n=t.length;return n>1&&a(e,t[0],t[1])?t=[]:n>2&&a(t[0],t[1],t[2])&&(t=[t[0]]),o(e,r(t,1),[])});e.exports=l},function(e,t,n){var r=n(48),o=n(14),i=n(109),a=n(287),l=n(43),s=n(288),u=n(18);e.exports=function(e,t,n){var c=-1;t=r(t.length?t:[u],l(o));var p=i(e,function(e,n,o){return{criteria:r(t,function(t){return t(e)}),index:++c,value:e}});return a(p,function(e,t){return s(e,t,n)})}},function(e,t){e.exports=function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}},function(e,t,n){var r=n(289);e.exports=function(e,t,n){for(var o=-1,i=e.criteria,a=t.criteria,l=i.length,s=n.length;++o<l;){var u=r(i[o],a[o]);if(u)return o>=s?u:u*("desc"==n[o]?-1:1)}return e.index-t.index}},function(e,t,n){var r=n(26);e.exports=function(e,t){if(e!==t){var n=void 0!==e,o=null===e,i=e==e,a=r(e),l=void 0!==t,s=null===t,u=t==t,c=r(t);if(!s&&!c&&!a&&e>t||a&&l&&u&&!s&&!c||o&&l&&u||!n&&u||!i)return 1;if(!o&&!a&&!c&&e<t||c&&n&&i&&!o&&!a||s&&n&&i||!l&&i||!u)return-1}return 0}},function(e,t,n){var r=n(102),o=0;e.exports=function(e){var t=++o;return r(e)+t}},function(e,t,n){var r=n(40),o=n(292);e.exports=function(e,t){return o(e||[],t||[],r)}},function(e,t){e.exports=function(e,t,n){for(var r=-1,o=e.length,i=t.length,a={};++r<o;){var l=r<i?t[r]:void 0;n(a,e[r],l)}return a}},function(e,t,n){"use strict";var r=n(5),o=n(294);e.exports={run:function(e){var t="greedy"===e.graph().acyclicer?o(e,function(e){return function(t){return e.edge(t).weight}}(e)):function(e){var t=[],n={},o={};return r.forEach(e.nodes(),function i(a){r.has(o,a)||(o[a]=!0,n[a]=!0,r.forEach(e.outEdges(a),function(e){r.has(n,e.w)?t.push(e):i(e.w)}),delete n[a])}),t}(e);r.forEach(t,function(t){var n=e.edge(t);e.removeEdge(t),n.forwardName=t.name,n.reversed=!0,e.setEdge(t.w,t.v,n,r.uniqueId("rev"))})},undo:function(e){r.forEach(e.edges(),function(t){var n=e.edge(t);if(n.reversed){e.removeEdge(t);var r=n.forwardName;delete n.reversed,delete n.forwardName,e.setEdge(t.w,t.v,n,r)}})}}},function(e,t,n){var r=n(5),o=n(10).Graph,i=n(295);e.exports=function(e,t){if(e.nodeCount()<=1)return[];var n=function(e,t){var n=new o,a=0,l=0;r.forEach(e.nodes(),function(e){n.setNode(e,{v:e,in:0,out:0})}),r.forEach(e.edges(),function(e){var r=n.edge(e.v,e.w)||0,o=t(e),i=r+o;n.setEdge(e.v,e.w,i),l=Math.max(l,n.node(e.v).out+=o),a=Math.max(a,n.node(e.w).in+=o)});var u=r.range(l+a+3).map(function(){return new i}),c=a+1;return r.forEach(n.nodes(),function(e){s(u,c,n.node(e))}),{graph:n,buckets:u,zeroIdx:c}}(e,t||a),u=function(e,t,n){var r,o=[],i=t[t.length-1],a=t[0];for(;e.nodeCount();){for(;r=a.dequeue();)l(e,t,n,r);for(;r=i.dequeue();)l(e,t,n,r);if(e.nodeCount())for(var s=t.length-2;s>0;--s)if(r=t[s].dequeue()){o=o.concat(l(e,t,n,r,!0));break}}return o}(n.graph,n.buckets,n.zeroIdx);return r.flatten(r.map(u,function(t){return e.outEdges(t.v,t.w)}),!0)};var a=r.constant(1);function l(e,t,n,o,i){var a=i?[]:void 0;return r.forEach(e.inEdges(o.v),function(r){var o=e.edge(r),l=e.node(r.v);i&&a.push({v:r.v,w:r.w}),l.out-=o,s(t,n,l)}),r.forEach(e.outEdges(o.v),function(r){var o=e.edge(r),i=r.w,a=e.node(i);a.in-=o,s(t,n,a)}),e.removeNode(o.v),a}function s(e,t,n){n.out?n.in?e[n.out-n.in+t].enqueue(n):e[e.length-1].enqueue(n):e[0].enqueue(n)}},function(e,t){function n(){var e={};e._next=e._prev=e,this._sentinel=e}function r(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function o(e,t){if("_next"!==e&&"_prev"!==e)return t}e.exports=n,n.prototype.dequeue=function(){var e=this._sentinel,t=e._prev;if(t!==e)return r(t),t},n.prototype.enqueue=function(e){var t=this._sentinel;e._prev&&e._next&&r(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t},n.prototype.toString=function(){for(var e=[],t=this._sentinel,n=t._prev;n!==t;)e.push(JSON.stringify(n,o)),n=n._prev;return"["+e.join(", ")+"]"}},function(e,t,n){"use strict";var r=n(5),o=n(7);e.exports={run:function(e){e.graph().dummyChains=[],r.forEach(e.edges(),function(t){!function(e,t){var n,r,i,a=t.v,l=e.node(a).rank,s=t.w,u=e.node(s).rank,c=t.name,p=e.edge(t),f=p.labelRank;if(u===l+1)return;for(e.removeEdge(t),i=0,++l;l<u;++i,++l)p.points=[],r={width:0,height:0,edgeLabel:p,edgeObj:t,rank:l},n=o.addDummyNode(e,"edge",r,"_d"),l===f&&(r.width=p.width,r.height=p.height,r.dummy="edge-label",r.labelpos=p.labelpos),e.setEdge(a,n,{weight:p.weight},c),0===i&&e.graph().dummyChains.push(n),a=n;e.setEdge(a,s,{weight:p.weight},c)}(e,t)})},undo:function(e){r.forEach(e.graph().dummyChains,function(t){var n,r=e.node(t),o=r.edgeLabel;for(e.setEdge(r.edgeObj,o);r.dummy;)n=e.successors(t)[0],e.removeNode(t),o.points.push({x:r.x,y:r.y}),"edge-label"===r.dummy&&(o.x=r.x,o.y=r.y,o.width=r.width,o.height=r.height),t=n,r=e.node(t)})}}},function(e,t,n){"use strict";var r=n(51).longestPath,o=n(126),i=n(298);e.exports=function(e){switch(e.graph().ranker){case"network-simplex":l(e);break;case"tight-tree":!function(e){r(e),o(e)}(e);break;case"longest-path":a(e);break;default:l(e)}};var a=r;function l(e){i(e)}},function(e,t,n){"use strict";var r=n(5),o=n(126),i=n(51).slack,a=n(51).longestPath,l=n(10).alg.preorder,s=n(10).alg.postorder,u=n(7).simplify;function c(e){e=u(e),a(e);var t,n=o(e);for(d(n),p(n,e);t=h(n);)m(n,e,t,g(n,e,t))}function p(e,t){var n=s(e,e.nodes());n=n.slice(0,n.length-1),r.forEach(n,function(n){!function(e,t,n){var r=e.node(n).parent;e.edge(n,r).cutvalue=f(e,t,n)}(e,t,n)})}function f(e,t,n){var o=e.node(n).parent,i=!0,a=t.edge(n,o),l=0;return a||(i=!1,a=t.edge(o,n)),l=a.weight,r.forEach(t.nodeEdges(n),function(r){var a,s,u=r.v===n,c=u?r.w:r.v;if(c!==o){var p=u===i,f=t.edge(r).weight;if(l+=p?f:-f,a=n,s=c,e.hasEdge(a,s)){var d=e.edge(n,c).cutvalue;l+=p?-d:d}}}),l}function d(e,t){arguments.length<2&&(t=e.nodes()[0]),function e(t,n,o,i,a){var l=o,s=t.node(i);n[i]=!0;r.forEach(t.neighbors(i),function(a){r.has(n,a)||(o=e(t,n,o,a,i))});s.low=l;s.lim=o++;a?s.parent=a:delete s.parent;return o}(e,{},1,t)}function h(e){return r.find(e.edges(),function(t){return e.edge(t).cutvalue<0})}function g(e,t,n){var o=n.v,a=n.w;t.hasEdge(o,a)||(o=n.w,a=n.v);var l=e.node(o),s=e.node(a),u=l,c=!1;l.lim>s.lim&&(u=s,c=!0);var p=r.filter(t.edges(),function(t){return c===v(e,e.node(t.v),u)&&c!==v(e,e.node(t.w),u)});return r.minBy(p,function(e){return i(t,e)})}function m(e,t,n,o){var i=n.v,a=n.w;e.removeEdge(i,a),e.setEdge(o.v,o.w,{}),d(e),p(e,t),function(e,t){var n=r.find(e.nodes(),function(e){return!t.node(e).parent}),o=l(e,n);o=o.slice(1),r.forEach(o,function(n){var r=e.node(n).parent,o=t.edge(n,r),i=!1;o||(o=t.edge(r,n),i=!0),t.node(n).rank=t.node(r).rank+(i?o.minlen:-o.minlen)})}(e,t)}function v(e,t,n){return n.low<=t.lim&&t.lim<=n.lim}e.exports=c,c.initLowLimValues=d,c.initCutValues=p,c.calcCutValue=f,c.leaveEdge=h,c.enterEdge=g,c.exchangeEdges=m},function(e,t,n){var r=n(5);e.exports=function(e){var t=function(e){var t={},n=0;return r.forEach(e.children(),function o(i){var a=n;r.forEach(e.children(i),o),t[i]={low:a,lim:n++}}),t}(e);r.forEach(e.graph().dummyChains,function(n){for(var r=e.node(n),o=r.edgeObj,i=function(e,t,n,r){var o,i,a=[],l=[],s=Math.min(t[n].low,t[r].low),u=Math.max(t[n].lim,t[r].lim);o=n;do{o=e.parent(o),a.push(o)}while(o&&(t[o].low>s||u>t[o].lim));i=o,o=r;for(;(o=e.parent(o))!==i;)l.push(o);return{path:a.concat(l.reverse()),lca:i}}(e,t,o.v,o.w),a=i.path,l=i.lca,s=0,u=a[s],c=!0;n!==o.w;){if(r=e.node(n),c){for(;(u=a[s])!==l&&e.node(u).maxRank<r.rank;)s++;u===l&&(c=!1)}if(!c){for(;s<a.length-1&&e.node(u=a[s+1]).minRank<=r.rank;)s++;u=a[s]}e.setParent(n,u),n=e.successors(n)[0]}})}},function(e,t,n){var r=n(5),o=n(7);e.exports={run:function(e){var t=o.addDummyNode(e,"root",{},"_root"),n=function(e){var t={};return r.forEach(e.children(),function(n){!function n(o,i){var a=e.children(o);a&&a.length&&r.forEach(a,function(e){n(e,i+1)}),t[o]=i}(n,1)}),t}(e),i=r.max(r.values(n))-1,a=2*i+1;e.graph().nestingRoot=t,r.forEach(e.edges(),function(t){e.edge(t).minlen*=a});var l=function(e){return r.reduce(e.edges(),function(t,n){return t+e.edge(n).weight},0)}(e)+1;r.forEach(e.children(),function(s){!function e(t,n,i,a,l,s,u){var c=t.children(u);if(!c.length)return void(u!==n&&t.setEdge(n,u,{weight:0,minlen:i}));var p=o.addBorderNode(t,"_bt"),f=o.addBorderNode(t,"_bb"),d=t.node(u);t.setParent(p,u);d.borderTop=p;t.setParent(f,u);d.borderBottom=f;r.forEach(c,function(r){e(t,n,i,a,l,s,r);var o=t.node(r),c=o.borderTop?o.borderTop:r,d=o.borderBottom?o.borderBottom:r,h=o.borderTop?a:2*a,g=c!==d?1:l-s[u]+1;t.setEdge(p,c,{weight:h,minlen:g,nestingEdge:!0}),t.setEdge(d,f,{weight:h,minlen:g,nestingEdge:!0})});t.parent(u)||t.setEdge(n,p,{weight:0,minlen:l+s[u]})}(e,t,a,l,i,n,s)}),e.graph().nodeRankFactor=a},cleanup:function(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,r.forEach(e.edges(),function(t){var n=e.edge(t);n.nestingEdge&&e.removeEdge(t)})}}},function(e,t,n){var r=n(5),o=n(7);function i(e,t,n,r,i,a){var l={width:0,height:0,rank:a,borderType:t},s=i[t][a-1],u=o.addDummyNode(e,"border",l,n);i[t][a]=u,e.setParent(u,r),s&&e.setEdge(s,u,{weight:1})}e.exports=function(e){r.forEach(e.children(),function t(n){var o=e.children(n),a=e.node(n);o.length&&r.forEach(o,t);if(r.has(a,"minRank")){a.borderLeft=[],a.borderRight=[];for(var l=a.minRank,s=a.maxRank+1;l<s;++l)i(e,"borderLeft","_bl",n,a,l),i(e,"borderRight","_br",n,a,l)}})}},function(e,t,n){"use strict";var r=n(5);function o(e){r.forEach(e.nodes(),function(t){i(e.node(t))}),r.forEach(e.edges(),function(t){i(e.edge(t))})}function i(e){var t=e.width;e.width=e.height,e.height=t}function a(e){e.y=-e.y}function l(e){var t=e.x;e.x=e.y,e.y=t}e.exports={adjust:function(e){var t=e.graph().rankdir.toLowerCase();"lr"!==t&&"rl"!==t||o(e)},undo:function(e){var t=e.graph().rankdir.toLowerCase();"bt"!==t&&"rl"!==t||function(e){r.forEach(e.nodes(),function(t){a(e.node(t))}),r.forEach(e.edges(),function(t){var n=e.edge(t);r.forEach(n.points,a),r.has(n,"y")&&a(n)})}(e);"lr"!==t&&"rl"!==t||(!function(e){r.forEach(e.nodes(),function(t){l(e.node(t))}),r.forEach(e.edges(),function(t){var n=e.edge(t);r.forEach(n.points,l),r.has(n,"x")&&l(n)})}(e),o(e))}}},function(e,t,n){"use strict";var r=n(5),o=n(304),i=n(305),a=n(306),l=n(310),s=n(311),u=n(10).Graph,c=n(7);function p(e,t,n){return r.map(t,function(t){return l(e,t,n)})}function f(e,t){var n=new u;r.forEach(e,function(e){var o=e.graph().root,i=a(e,o,n,t);r.forEach(i.vs,function(t,n){e.node(t).order=n}),s(e,n,i.vs)})}function d(e,t){r.forEach(t,function(t){r.forEach(t,function(t,n){e.node(t).order=n})})}e.exports=function(e){var t=c.maxRank(e),n=p(e,r.range(1,t+1),"inEdges"),a=p(e,r.range(t-1,-1,-1),"outEdges"),l=o(e);d(e,l);for(var s,u=Number.POSITIVE_INFINITY,h=0,g=0;g<4;++h,++g){f(h%2?n:a,h%4>=2),l=c.buildLayerMatrix(e);var m=i(e,l);m<u&&(g=0,s=r.cloneDeep(l),u=m)}d(e,s)}},function(e,t,n){"use strict";var r=n(5);e.exports=function(e){var t={},n=r.filter(e.nodes(),function(t){return!e.children(t).length}),o=r.max(r.map(n,function(t){return e.node(t).rank})),i=r.map(r.range(o+1),function(){return[]});var a=r.sortBy(n,function(t){return e.node(t).rank});return r.forEach(a,function n(o){if(!r.has(t,o)){t[o]=!0;var a=e.node(o);i[a.rank].push(o),r.forEach(e.successors(o),n)}}),i}},function(e,t,n){"use strict";var r=n(5);function o(e,t,n){for(var o=r.zipObject(n,r.map(n,function(e,t){return t})),i=r.flatten(r.map(t,function(t){return r.sortBy(r.map(e.outEdges(t),function(t){return{pos:o[t.w],weight:e.edge(t).weight}}),"pos")}),!0),a=1;a<n.length;)a<<=1;var l=2*a-1;a-=1;var s=r.map(new Array(l),function(){return 0}),u=0;return r.forEach(i.forEach(function(e){var t=e.pos+a;s[t]+=e.weight;for(var n=0;t>0;)t%2&&(n+=s[t+1]),s[t=t-1>>1]+=e.weight;u+=e.weight*n})),u}e.exports=function(e,t){for(var n=0,r=1;r<t.length;++r)n+=o(e,t[r-1],t[r]);return n}},function(e,t,n){var r=n(5),o=n(307),i=n(308),a=n(309);e.exports=function e(t,n,l,s){var u=t.children(n),c=t.node(n),p=c?c.borderLeft:void 0,f=c?c.borderRight:void 0,d={};p&&(u=r.filter(u,function(e){return e!==p&&e!==f}));var h=o(t,u);r.forEach(h,function(n){if(t.children(n.v).length){var o=e(t,n.v,l,s);d[n.v]=o,r.has(o,"barycenter")&&(i=n,a=o,r.isUndefined(i.barycenter)?(i.barycenter=a.barycenter,i.weight=a.weight):(i.barycenter=(i.barycenter*i.weight+a.barycenter*a.weight)/(i.weight+a.weight),i.weight+=a.weight))}var i,a});var g=i(h,l);!function(e,t){r.forEach(e,function(e){e.vs=r.flatten(e.vs.map(function(e){return t[e]?t[e].vs:e}),!0)})}(g,d);var m=a(g,s);if(p&&(m.vs=r.flatten([p,m.vs,f],!0),t.predecessors(p).length)){var v=t.node(t.predecessors(p)[0]),y=t.node(t.predecessors(f)[0]);r.has(m,"barycenter")||(m.barycenter=0,m.weight=0),m.barycenter=(m.barycenter*m.weight+v.order+y.order)/(m.weight+2),m.weight+=2}return m}},function(e,t,n){var r=n(5);e.exports=function(e,t){return r.map(t,function(t){var n=e.inEdges(t);if(n.length){var o=r.reduce(n,function(t,n){var r=e.edge(n),o=e.node(n.v);return{sum:t.sum+r.weight*o.order,weight:t.weight+r.weight}},{sum:0,weight:0});return{v:t,barycenter:o.sum/o.weight,weight:o.weight}}return{v:t}})}},function(e,t,n){"use strict";var r=n(5);e.exports=function(e,t){var n={};return r.forEach(e,function(e,t){var o=n[e.v]={indegree:0,in:[],out:[],vs:[e.v],i:t};r.isUndefined(e.barycenter)||(o.barycenter=e.barycenter,o.weight=e.weight)}),r.forEach(t.edges(),function(e){var t=n[e.v],o=n[e.w];r.isUndefined(t)||r.isUndefined(o)||(o.indegree++,t.out.push(n[e.w]))}),function(e){var t=[];function n(e){return function(t){var n,o,i,a;t.merged||(r.isUndefined(t.barycenter)||r.isUndefined(e.barycenter)||t.barycenter>=e.barycenter)&&(o=t,i=0,a=0,(n=e).weight&&(i+=n.barycenter*n.weight,a+=n.weight),o.weight&&(i+=o.barycenter*o.weight,a+=o.weight),n.vs=o.vs.concat(n.vs),n.barycenter=i/a,n.weight=a,n.i=Math.min(o.i,n.i),o.merged=!0)}}function o(t){return function(n){n.in.push(t),0==--n.indegree&&e.push(n)}}for(;e.length;){var i=e.pop();t.push(i),r.forEach(i.in.reverse(),n(i)),r.forEach(i.out,o(i))}return r.map(r.filter(t,function(e){return!e.merged}),function(e){return r.pick(e,["vs","i","barycenter","weight"])})}(r.filter(n,function(e){return!e.indegree}))}},function(e,t,n){var r=n(5),o=n(7);function i(e,t,n){for(var o;t.length&&(o=r.last(t)).i<=n;)t.pop(),e.push(o.vs),n++;return n}e.exports=function(e,t){var n=o.partition(e,function(e){return r.has(e,"barycenter")}),a=n.lhs,l=r.sortBy(n.rhs,function(e){return-e.i}),s=[],u=0,c=0,p=0;a.sort((f=!!t,function(e,t){return e.barycenter<t.barycenter?-1:e.barycenter>t.barycenter?1:f?t.i-e.i:e.i-t.i})),p=i(s,l,p),r.forEach(a,function(e){p+=e.vs.length,s.push(e.vs),u+=e.barycenter*e.weight,c+=e.weight,p=i(s,l,p)});var f;var d={vs:r.flatten(s,!0)};c&&(d.barycenter=u/c,d.weight=c);return d}},function(e,t,n){var r=n(5),o=n(10).Graph;e.exports=function(e,t,n){var i=function(e){var t;for(;e.hasNode(t=r.uniqueId("_root")););return t}(e),a=new o({compound:!0}).setGraph({root:i}).setDefaultNodeLabel(function(t){return e.node(t)});return r.forEach(e.nodes(),function(o){var l=e.node(o),s=e.parent(o);(l.rank===t||l.minRank<=t&&t<=l.maxRank)&&(a.setNode(o),a.setParent(o,s||i),r.forEach(e[n](o),function(t){var n=t.v===o?t.w:t.v,i=a.edge(n,o),l=r.isUndefined(i)?0:i.weight;a.setEdge(n,o,{weight:e.edge(t).weight+l})}),r.has(l,"minRank")&&a.setNode(o,{borderLeft:l.borderLeft[t],borderRight:l.borderRight[t]}))}),a}},function(e,t,n){var r=n(5);e.exports=function(e,t,n){var o,i={};r.forEach(n,function(n){for(var r,a,l=e.parent(n);l;){if((r=e.parent(l))?(a=i[r],i[r]=l):(a=o,o=l),a&&a!==l)return void t.setEdge(a,l);l=r}})}},function(e,t,n){"use strict";var r=n(5),o=n(7),i=n(313).positionX;e.exports=function(e){(function(e){var t=o.buildLayerMatrix(e),n=e.graph().ranksep,i=0;r.forEach(t,function(t){var o=r.max(r.map(t,function(t){return e.node(t).height}));r.forEach(t,function(t){e.node(t).y=i+o/2}),i+=o+n})})(e=o.asNonCompoundGraph(e)),r.forEach(i(e),function(t,n){e.node(n).x=t})}},function(e,t,n){"use strict";var r=n(5),o=n(10).Graph,i=n(7);function a(e,t){var n={};return r.reduce(t,function(t,o){var i=0,a=0,l=t.length,u=r.last(o);return r.forEach(o,function(t,c){var p=function(e,t){if(e.node(t).dummy)return r.find(e.predecessors(t),function(t){return e.node(t).dummy})}(e,t),f=p?e.node(p).order:l;(p||t===u)&&(r.forEach(o.slice(a,c+1),function(t){r.forEach(e.predecessors(t),function(r){var o=e.node(r),a=o.order;!(a<i||f<a)||o.dummy&&e.node(t).dummy||s(n,r,t)})}),a=c+1,i=f)}),o}),n}function l(e,t){var n={};function o(t,o,i,a,l){var u;r.forEach(r.range(o,i),function(o){u=t[o],e.node(u).dummy&&r.forEach(e.predecessors(u),function(t){var r=e.node(t);r.dummy&&(r.order<a||r.order>l)&&s(n,t,u)})})}return r.reduce(t,function(t,n){var i,a=-1,l=0;return r.forEach(n,function(r,s){if("border"===e.node(r).dummy){var u=e.predecessors(r);u.length&&(i=e.node(u[0]).order,o(n,l,s,a,i),l=s,a=i)}o(n,l,n.length,i,t.length)}),n}),n}function s(e,t,n){if(t>n){var r=t;t=n,n=r}var o=e[t];o||(e[t]=o={}),o[n]=!0}function u(e,t,n){if(t>n){var o=t;t=n,n=o}return r.has(e[t],n)}function c(e,t,n,o){var i={},a={},l={};return r.forEach(t,function(e){r.forEach(e,function(e,t){i[e]=e,a[e]=e,l[e]=t})}),r.forEach(t,function(e){var t=-1;r.forEach(e,function(e){var s=o(e);if(s.length)for(var c=((s=r.sortBy(s,function(e){return l[e]})).length-1)/2,p=Math.floor(c),f=Math.ceil(c);p<=f;++p){var d=s[p];a[e]===e&&t<l[d]&&!u(n,e,d)&&(a[d]=e,a[e]=i[e]=i[d],t=l[d])}})}),{root:i,align:a}}function p(e,t,n,i,a){var l={},s=function(e,t,n,i){var a=new o,l=e.graph(),s=function(e,t,n){return function(o,i,a){var l,s=o.node(i),u=o.node(a),c=0;if(c+=s.width/2,r.has(s,"labelpos"))switch(s.labelpos.toLowerCase()){case"l":l=-s.width/2;break;case"r":l=s.width/2}if(l&&(c+=n?l:-l),l=0,c+=(s.dummy?t:e)/2,c+=(u.dummy?t:e)/2,c+=u.width/2,r.has(u,"labelpos"))switch(u.labelpos.toLowerCase()){case"l":l=u.width/2;break;case"r":l=-u.width/2}return l&&(c+=n?l:-l),l=0,c}}(l.nodesep,l.edgesep,i);return r.forEach(t,function(t){var o;r.forEach(t,function(t){var r=n[t];if(a.setNode(r),o){var i=n[o],l=a.edge(i,r);a.setEdge(i,r,Math.max(s(e,t,o),l||0))}o=t})}),a}(e,t,n,a),u=a?"borderLeft":"borderRight";function c(e,t){for(var n=s.nodes(),r=n.pop(),o={};r;)o[r]?e(r):(o[r]=!0,n.push(r),n=n.concat(t(r))),r=n.pop()}return c(function(e){l[e]=s.inEdges(e).reduce(function(e,t){return Math.max(e,l[t.v]+s.edge(t))},0)},s.predecessors.bind(s)),c(function(t){var n=s.outEdges(t).reduce(function(e,t){return Math.min(e,l[t.w]-s.edge(t))},Number.POSITIVE_INFINITY),r=e.node(t);n!==Number.POSITIVE_INFINITY&&r.borderType!==u&&(l[t]=Math.max(l[t],n))},s.successors.bind(s)),r.forEach(i,function(e){l[e]=l[n[e]]}),l}function f(e,t){return r.minBy(r.values(t),function(t){var n=Number.NEGATIVE_INFINITY,o=Number.POSITIVE_INFINITY;return r.forIn(t,function(t,r){var i=function(e,t){return e.node(t).width}(e,r)/2;n=Math.max(t+i,n),o=Math.min(t-i,o)}),n-o})}function d(e,t){var n=r.values(t),o=r.min(n),i=r.max(n);r.forEach(["u","d"],function(n){r.forEach(["l","r"],function(a){var l,s=n+a,u=e[s];if(u!==t){var c=r.values(u);(l="l"===a?o-r.min(c):i-r.max(c))&&(e[s]=r.mapValues(u,function(e){return e+l}))}})})}function h(e,t){return r.mapValues(e.ul,function(n,o){if(t)return e[t.toLowerCase()][o];var i=r.sortBy(r.map(e,o));return(i[1]+i[2])/2})}e.exports={positionX:function(e){var t,n=i.buildLayerMatrix(e),o=r.merge(a(e,n),l(e,n)),s={};r.forEach(["u","d"],function(i){t="u"===i?n:r.values(n).reverse(),r.forEach(["l","r"],function(n){"r"===n&&(t=r.map(t,function(e){return r.values(e).reverse()}));var a=("u"===i?e.predecessors:e.successors).bind(e),l=c(e,t,o,a),u=p(e,t,l.root,l.align,"r"===n);"r"===n&&(u=r.mapValues(u,function(e){return-e})),s[i+n]=u})});var u=f(e,s);return d(s,u),h(s,e.graph().align)},findType1Conflicts:a,findType2Conflicts:l,addConflict:s,hasConflict:u,verticalAlignment:c,horizontalCompaction:p,alignCoordinates:d,findSmallestWidthAlignment:f,balance:h}},function(e,t,n){var r=n(5),o=n(7),i=n(10).Graph;e.exports={debugOrdering:function(e){var t=o.buildLayerMatrix(e),n=new i({compound:!0,multigraph:!0}).setGraph({});return r.forEach(e.nodes(),function(t){n.setNode(t,{label:t}),n.setParent(t,"layer"+e.node(t).rank)}),r.forEach(e.edges(),function(e){n.setEdge(e.v,e.w,{},e.name)}),r.forEach(t,function(e,t){var o="layer"+t;n.setNode(o,{rank:"same"}),r.reduce(e,function(e,t){return n.setEdge(e,t,{style:"invis"}),t})}),n}}},function(e,t){e.exports="0.8.4"},function(e,t,n){var r=n(317);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n(20)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(19)(!1)).push([e.i,".srd-diagram{position:relative;flex-grow:1;display:flex;cursor:move;overflow:hidden}.srd-diagram__selector{position:absolute;background-color:rgba(0,192,255,0.2);border:solid 2px #00c0ff}.srd-link-layer{position:absolute;height:100%;width:100%;transform-origin:0 0;overflow:visible !important;top:0;bottom:0;left:0;right:0}.srd-node-layer{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;transform-origin:0 0;width:100%;height:100%}.srd-node{position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:move;pointer-events:all}.srd-node--selected>*{border-color:#00c0ff !important}.srd-port{width:15px;height:15px;background:rgba(255,255,255,0.1)}.srd-port:hover,.srd-port.selected{background:#c0ff00}.srd-default-node{background-color:#1e1e1e;border-radius:5px;font-family:sans-serif;color:white;border:solid 2px black;overflow:visible;font-size:11px}.srd-default-node__title{background:rgba(0,0,0,0.3);display:flex;white-space:nowrap}.srd-default-node__title>*{align-self:center}.srd-default-node__title .fa{padding:5px;opacity:0.2;cursor:pointer}.srd-default-node__title .fa:hover{opacity:1.0}.srd-default-node__name{flex-grow:1;padding:5px 5px}.srd-default-node__ports{display:flex;background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2))}.srd-default-node__in,.srd-default-node__out{flex-grow:1;display:flex;flex-direction:column}.srd-default-port{display:flex;margin-top:1px}.srd-default-port>*{align-self:center}.srd-default-port__name{padding:0 5px}.srd-default-port--out{justify-content:flex-end}.srd-default-port--out .srd-default-port__name{justify-content:flex-end;text-align:right}.srd-default-label{background:rgba(70,70,70,0.8);border:1px solid #333;border-radius:4px;color:#fff;display:inline-block;font-size:smaller;padding:5px}@keyframes dash{from{stroke-dashoffset:24}to{stroke-dashoffset:0}}.srd-default-link path{fill:none;pointer-events:all}.srd-default-link--path-selected{stroke:#00c0ff !important;stroke-dasharray:10,2;animation:dash 1s linear infinite}.srd-default-link__label{pointer-events:none}.srd-default-link__label>div{display:inline-block;position:absolute}.srd-default-link__point{fill:rgba(255,255,255,0.5)}.srd-default-link--point-selected{fill:#00c0ff}\n",""])},function(e,t,n){var r=n(319);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n(20)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(19)(!1)).push([e.i,'#node-editor-graph-root {\n display: grid;\n grid-template-rows: calc(100% - 120px) 120px;\n height: 100%;\n width: 100%;\n background: #464646;\n font: 14px "acumin-pro"; }\n\n#nodeList {\n grid-row: 1 / span 2;\n grid-column: 1; }\n\n#leftGrab {\n grid-row: 1 / span 2;\n grid-column: 2;\n cursor: ew-resize; }\n\n#rightGrab {\n grid-row: 1 / span 2;\n grid-column: 4;\n cursor: ew-resize; }\n\n.diagram-container {\n grid-row: 1;\n grid-column: 3;\n background: #5f5b60;\n width: 100%;\n height: 100%; }\n .diagram-container .diagram {\n width: 100%;\n height: 100%; }\n\n.right-panel {\n grid-row: 1 / span 2;\n grid-column: 5;\n display: grid;\n grid-template-rows: 1fr 30px auto 30px;\n grid-template-columns: 100%;\n height: 100%;\n overflow-y: auto; }\n .right-panel #propertyTab {\n grid-row: 1;\n grid-column: 1; }\n .right-panel .button {\n display: grid;\n justify-content: center;\n align-content: center;\n height: 30px;\n width: calc(100% / 7);\n cursor: pointer; }\n .right-panel .button:hover {\n background: #337ab7;\n color: white;\n opacity: 0.8; }\n .right-panel .button.selected {\n background: #337ab7;\n color: white; }\n .right-panel .button.align {\n justify-content: stretch;\n text-align: center; }\n .right-panel #preview-mesh-bar {\n grid-row: 2;\n grid-column: 1;\n display: flex;\n color: white;\n align-items: center;\n font-size: 18px; }\n .right-panel #preview-mesh-bar #file-picker {\n display: none; }\n .right-panel #preview-mesh-bar #file-picker-label {\n width: 100%;\n background: transparent;\n cursor: pointer; }\n .right-panel #preview-config-bar {\n grid-row: 4;\n grid-column: 1;\n display: flex;\n flex-direction: row-reverse;\n color: white;\n align-items: center;\n font-size: 18px; }\n .right-panel #preview-config-bar .button {\n width: 60px; }\n .right-panel #preview-config-bar #color-picker {\n display: none; }\n .right-panel #preview-config-bar #color-picker-label {\n width: 100%;\n background: transparent;\n cursor: pointer; }\n .right-panel #preview {\n border-top: 1px solid #555555;\n grid-row: 3;\n grid-column: 1;\n width: 100%;\n display: grid;\n outline: 0 !important; }\n .right-panel #preview #preview-canvas {\n width: 100%;\n height: 100%;\n outline: 0 !important;\n grid-row: 1;\n grid-column: 1; }\n .right-panel #preview .waitPanel {\n width: 100%;\n height: 100%;\n grid-row: 1;\n grid-column: 1;\n color: white;\n font-size: 18px;\n align-content: center;\n justify-content: center;\n background: rgba(20, 20, 20, 0.95);\n z-index: 10;\n display: grid;\n transition: opacity 250ms; }\n .right-panel #preview .waitPanel.hidden {\n opacity: 0;\n pointer-events: none; }\n\n.blocker {\n visibility: hidden;\n position: absolute;\n width: calc(100% - 40px);\n height: 100%;\n top: 0;\n left: 0;\n background: rgba(20, 20, 20, 0.95);\n font-family: "acumin-pro";\n color: white;\n font-size: 24px;\n display: grid;\n align-content: center;\n justify-content: center;\n user-select: none;\n padding: 20px;\n text-align: center; }\n\n#log-console {\n grid-row: 2;\n grid-column: 3; }\n\n.dialog-container {\n position: absolute;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.6);\n display: grid;\n font-family: "acumin-pro";\n top: 0; }\n .dialog-container .dialog {\n align-self: center;\n justify-self: center;\n min-height: 140px;\n max-width: 400px;\n border-radius: 10px;\n background: white;\n display: grid;\n grid-template-columns: 100%;\n grid-template-rows: calc(100% - 50px) 50px; }\n .dialog-container .dialog .dialog-message {\n grid-row: 1;\n grid-column: 1;\n margin-top: 20px;\n padding: 10px;\n font-size: 18px;\n color: black; }\n .dialog-container .dialog .dialog-buttons {\n grid-row: 2;\n grid-column: 1;\n display: grid;\n grid-template-rows: 100%;\n grid-template-columns: 100%;\n color: white; }\n .dialog-container .dialog .dialog-buttons .dialog-button-ok {\n cursor: pointer;\n justify-self: center;\n background: green;\n min-width: 80px;\n justify-content: center;\n display: grid;\n align-content: center;\n align-self: center;\n height: 35px;\n border-radius: 10px; }\n .dialog-container .dialog .dialog-buttons .dialog-button-ok:hover {\n opacity: 0.8; }\n .dialog-container .dialog .dialog-buttons .dialog-button-ok.error {\n background: red; }\n',""])},function(e,t,n){var r=n(321);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n(20)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(19)(!1)).push([e.i,".srd-node {\n width: 200px; }\n\n.srd-node--selected .diagramBlock {\n border-color: white !important; }\n\n.srd-default-link--path-selected {\n animation: 0s !important;\n stroke: #ffffff !important; }\n\n.srd-port {\n grid-column: 1;\n grid-row: 1;\n background: #2796B2;\n border-radius: 20px;\n transform: scale(1);\n width: 20px;\n height: 20px; }\n .srd-port.connected {\n background: #CAB422; }\n .srd-port:hover {\n background: #DDDDDD !important; }\n\n.diagramBlock {\n background: gray;\n width: 100%;\n border: 4px solid black;\n border-radius: 12px;\n display: grid;\n grid-template-rows: 30px auto;\n grid-template-columns: 50% 50%;\n color: white; }\n .diagramBlock.input {\n background: #40866E;\n color: white; }\n .diagramBlock.input .value {\n grid-row: 2; }\n .diagramBlock.input .outputs {\n transform: translateY(5px); }\n .diagramBlock.input.Float {\n background: #cb9e27; }\n .diagramBlock.input.Vector2 {\n background: #16bcb1; }\n .diagramBlock.input.Vector3 {\n background: #b786cb; }\n .diagramBlock.input.Color3 {\n background: #b786cb; }\n .diagramBlock.input.Vector4 {\n background: #be5126; }\n .diagramBlock.input.Color4 {\n background: #be5126; }\n .diagramBlock.input.Matrix {\n background: #591990; }\n .diagramBlock.trigonometry {\n background: #405c86;\n color: white; }\n .diagramBlock.trigonometry .value {\n grid-row: 2; }\n .diagramBlock.remap {\n color: white;\n background: #4086BB; }\n .diagramBlock.remap .value {\n grid-row: 3; }\n .diagramBlock.remap .outputs, .diagramBlock.remap .inputs {\n transform: translateY(5px); }\n .diagramBlock.gradient {\n height: 70px; }\n .diagramBlock.gradient .outputs, .diagramBlock.gradient .inputs {\n transform: translateY(5px); }\n .diagramBlock.attribute {\n background: #40866E; }\n .diagramBlock.constant {\n background: #646464 !important; }\n .diagramBlock.output {\n background: #6a2c83;\n color: white; }\n .diagramBlock.output .inputs {\n color: white; }\n .diagramBlock .header {\n grid-row: 1;\n grid-column: 1 / span 2;\n border: 4px solid black;\n border-top-right-radius: 7px;\n border-top-left-radius: 7px;\n font-size: 16px;\n text-align: center;\n margin-top: -1px;\n transform: scaleX(1.001);\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n background: black;\n color: white; }\n .diagramBlock .value {\n grid-row: 3;\n grid-column: 1 / span 2;\n height: 34px;\n text-align: center;\n font-size: 18px;\n font-weight: bold;\n margin: 0 10px; }\n .diagramBlock .value .value-text {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden; }\n .diagramBlock .inputs {\n grid-row: 2;\n grid-column: 1;\n padding-bottom: 8px; }\n .diagramBlock .inputs .input-port {\n display: grid;\n grid-template-columns: 12px calc(100% - 12px);\n grid-template-rows: 100%; }\n .diagramBlock .inputs .input-port .input-port-plug {\n grid-column: 1;\n grid-row: 1;\n display: grid;\n align-content: center;\n margin-left: -11px;\n position: relative; }\n .diagramBlock .inputs .input-port .input-port-plug:hover .input-port-connection {\n background: greenyellow !important; }\n .diagramBlock .inputs .input-port .input-port-plug .input-port-type {\n width: 15px;\n pointer-events: none;\n grid-column: 1;\n grid-row: 1;\n display: grid;\n align-items: center;\n justify-items: center;\n transform: scale(1); }\n .diagramBlock .inputs .input-port .input-port-plug .input-port-type img {\n width: 20px; }\n .diagramBlock .inputs .input-port .input-port-label {\n grid-column: 2;\n grid-row: 1;\n margin-bottom: 4px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n .diagramBlock .outputs {\n grid-row: 2;\n grid-column: 2;\n padding-bottom: 8px; }\n .diagramBlock .outputs .output-port {\n display: grid;\n grid-template-columns: calc(100% - 12px) 12px;\n grid-template-rows: 100%; }\n .diagramBlock .outputs .output-port .output-port-plug {\n grid-column: 2;\n grid-row: 1;\n display: grid;\n align-content: center;\n position: relative;\n margin-left: 4px; }\n .diagramBlock .outputs .output-port .output-port-plug:hover .output-port-connection {\n background: greenyellow !important; }\n .diagramBlock .outputs .output-port .output-port-plug .output-port-type {\n pointer-events: none;\n grid-column: 1;\n grid-row: 1;\n display: grid;\n align-items: center;\n justify-items: center;\n transform: scale(1); }\n .diagramBlock .outputs .output-port .output-port-plug .output-port-type img {\n width: 20px; }\n .diagramBlock .outputs .output-port .output-port-label {\n text-align: right;\n grid-column: 1;\n grid-row: 1;\n margin-bottom: 4px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis; }\n .diagramBlock.texture-block {\n display: grid;\n grid-template-rows: 30px auto 1fr;\n grid-template-columns: calc(100% - 60px) 60px;\n background: #323232;\n color: white; }\n .diagramBlock.texture-block .inputs {\n grid-column: 1;\n grid-row: 2; }\n .diagramBlock.texture-block .outputs {\n grid-column: 2;\n grid-row: 2 / span 2; }\n .diagramBlock.texture-block .textureLine {\n height: 140px;\n grid-column: 1;\n grid-row: 3;\n overflow: hidden;\n border-bottom-left-radius: 7px;\n border: black 4px solid;\n border-left: 0px;\n border-bottom: 0px; }\n .diagramBlock.texture-block .textureLine canvas {\n width: 100%;\n height: 100%; }\n",""])}])});