1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- !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=126)}([function(e,t,n){"use strict";e.exports=n(127)},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(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);function a(e){e=e||{},this.heuristic=e.heuristic||i.manhattan,this.trackJumpRecursion=e.trackJumpRecursion||!1}n(2),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;for(Math.max,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]);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},
- //!-------------- FACTORIES ------------
- 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(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(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(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(131),n(0))},function(e,t,n){e.exports=n(135)()},function(e,t,n){var r;try{r={cloneDeep:n(258),constant:n(62),defaults:n(259),each:n(91),filter:n(94),find:n(260),flatten:n(121),forEach:n(92),forIn:n(265),has:n(105),isUndefined:n(106),last:n(266),map:n(107),mapValues:n(267),max:n(268),merge:n(270),min:n(276),minBy:n(277),now:n(278),pick:n(279),range:n(284),reduce:n(109),sortBy:n(287),uniqueId:n(292),values:n(114),zipObject:n(293)}}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(4),o=n(9).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(146),constant:n(62),each:n(91),filter:n(94),has:n(105),isArray:n(5),isEmpty:n(222),isFunction:n(28),isUndefined:n(106),keys:n(14),map:n(107),reduce:n(109),size:n(225),transform:n(231),union:n(232),values:n(114)}}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(144)}catch(e){}r||(r=window.graphlib),e.exports=r},function(e,t,n){var r=n(74),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(56);e.exports=function(e){return null!=e&&o(e.length)&&!r(e)}},function(e,t,n){var r=n(202),o=n(212),i=n(17),a=n(5),l=n(219);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(77),o=n(58),i=n(12);e.exports=function(e){return i(e)?r(e):o(e)}},function(e,t,n){var r=n(157),o=n(162);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(158),i=n(159),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){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){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){return document.querySelector(e)},s=function(e){var t={};return function(e){if("function"==typeof e)return e();if(void 0===t[e]){var n=l.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]}}(),u=null,c=0,p=[],f=n(139);function d(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(b(r.parts[a],t))}else{var l=[];for(a=0;a<r.parts.length;a++)l.push(b(r.parts[a],t));i[r.id]={id:r.id,refs:1,parts:l}}}}function h(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 g(e,t){var n=s(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=p[p.length-1];if("top"===e.insertAt)r?r.nextSibling?n.insertBefore(t,r.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),p.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=s(e.insertInto+" "+e.insertAt.before);n.insertBefore(t,o)}}function m(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=p.indexOf(e);t>=0&&p.splice(t,1)}function v(e){var t=document.createElement("style");return void 0===e.attrs.type&&(e.attrs.type="text/css"),y(t,e.attrs),g(e,t),t}function y(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}function b(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=c++;n=u||(u=v(t)),r=_.bind(null,n,a,!1),o=_.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",y(t,e.attrs),g(e,t),t}(t),r=E.bind(null,n,t),o=function(){m(n),n.href&&URL.revokeObjectURL(n.href)}):(n=v(t),r=k.bind(null,n),o=function(){m(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=h(e,t);return d(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&&d(h(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 w,x=(w=[],function(e,t){return w[e]=t,w.filter(Boolean).join("\n")});function _(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=x(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 k(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function E(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=f(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)}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t,n){var r=n(10).Symbol;e.exports=r},function(e,t,n){(function(e){var r=n(10),o=n(178),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(33)(e))},function(e,t,n){var r=n(77),o=n(182),i=n(12);e.exports=function(e){return i(e)?r(e,!0):o(e)}},function(e,t,n){var r=n(187),o=n(53),i=n(188),a=n(86),l=n(189),s=n(16),u=n(75),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(16),o=n(11),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){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}}(),e.exports=n(128)},function(e,t,n){var r=n(16),o=n(8),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(39),o=n(40);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(177),o=n(11),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(179),o=n(42),i=n(57),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){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(35),o=n(152),i=n(153),a=n(154),l=n(155),s=n(156);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(147),o=n(148),i=n(149),a=n(150),l=n(151);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(15)(Object,"create");e.exports=r},function(e,t,n){var r=n(171);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(40),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(76);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(78)(Object.getPrototypeOf,Object);e.exports=r},function(e,t,n){var r=n(63),o=n(200)(r);e.exports=o},function(e,t,n){var r=n(5),o=n(67),i=n(214),a=n(101);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(17),o=n(110),i=n(111);e.exports=function(e,t){return i(o(e,t,r),e+"")}},function(e,t,n){var r=n(21),o=n(12),i=n(41),a=n(8);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(4);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})));return a!==Number.POSITIVE_INFINITY&&null!=a||(a=0),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.n(o),a=n(27),l=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 s=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}(),u=function(){this.onSelectionChangedObservable=new l.Observable,this.onRebuildRequiredObservable=new l.Observable,this.onResetRequiredObservable=new l.Observable,this.onUpdateRequiredObservable=new l.Observable,this.onZoomToFitRequiredObservable=new l.Observable,this.onReOrganizedRequiredObservable=new l.Observable,this.onLogRequiredObservable=new l.Observable,this.onErrorMessageDialogRequiredObservable=new l.Observable,this.onIsLoadingChanged=new l.Observable,this.onPreviewCommandActivated=new l.Observable,this.onLightUpdated=new l.Observable,this.onPreviewBackgroundChanged=new l.Observable,this.onBackFaceCullingChanged=new l.Observable,this.onDepthPrePassChanged=new l.Observable,this.onAnimationCommandActivated=new l.Observable,this.blockKeyboardEvents=!1,this.previewMeshType=s.ReadNumber("PreviewMeshType",r.Box),this.backFaceCulling=s.ReadBoolean("BackFaceCulling",!0),this.depthPrePass=s.ReadBoolean("DepthPrePass",!1),this.hemisphericLight=s.ReadBoolean("HemisphericLight",!0),this.directionalLight0=s.ReadBoolean("DirectionalLight0",!1),this.directionalLight1=s.ReadBoolean("DirectionalLight1",!1),this.controlCamera=s.ReadBoolean("ControlCamera",!0);var e=s.ReadNumber("BackgroundColorR",.37),t=s.ReadNumber("BackgroundColorG",.37),n=s.ReadNumber("BackgroundColorB",.37);this.backgroundColor=new l.Color4(e,t,n,1)},c=function(e,t){return(c=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 p(e,t){function n(){this.constructor=e}c(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var f=function(){return(f=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 d=n(2),h=function(e){function t(t){var n=e.call(this,"srd-port",t)||this;return n.state={selected:!1},n}return p(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",f({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}(d.BaseWidget),g=function(){function e(){}return e.GetBlockFromString=function(e,t,n){switch(e){case"DesaturateBlock":return new l.DesaturateBlock("Desaturate");case"RefractBlock":return new l.RefractBlock("Refract");case"ReflectBlock":return new l.ReflectBlock("Reflect");case"DerivativeBlock":return new l.DerivativeBlock("Derivative");case"Rotate2dBlock":return new l.Rotate2dBlock("Rotate2d");case"NormalBlendBlock":return new l.NormalBlendBlock("NormalBlend");case"WorleyNoise3DBlock":return new l.WorleyNoise3DBlock("WorleyNoise3D");case"SimplexPerlin3DBlock":return new l.SimplexPerlin3DBlock("SimplexPerlin3D");case"BonesBlock":return new l.BonesBlock("Bones");case"InstancesBlock":return new l.InstancesBlock("Instances");case"MorphTargetsBlock":return new l.MorphTargetsBlock("MorphTargets");case"DiscardBlock":return new l.DiscardBlock("Discard");case"ImageProcessingBlock":return new l.ImageProcessingBlock("ImageProcessing");case"ColorMergerBlock":return new l.ColorMergerBlock("ColorMerger");case"VectorMergerBlock":return new l.VectorMergerBlock("VectorMerger");case"ColorSplitterBlock":return new l.ColorSplitterBlock("ColorSplitter");case"VectorSplitterBlock":return new l.VectorSplitterBlock("VectorSplitter");case"TextureBlock":return new l.TextureBlock("Texture");case"ReflectionTextureBlock":return new l.ReflectionTextureBlock("Reflection texture");case"LightBlock":return new l.LightBlock("Lights");case"FogBlock":return new l.FogBlock("Fog");case"VertexOutputBlock":return new l.VertexOutputBlock("VertexOutput");case"FragmentOutputBlock":return new l.FragmentOutputBlock("FragmentOutput");case"AddBlock":return new l.AddBlock("Add");case"ClampBlock":return new l.ClampBlock("Clamp");case"ScaleBlock":return new l.ScaleBlock("Scale");case"CrossBlock":return new l.CrossBlock("Cross");case"DotBlock":return new l.DotBlock("Dot");case"PowBlock":return new l.PowBlock("Pow");case"MultiplyBlock":return new l.MultiplyBlock("Multiply");case"TransformBlock":return new l.TransformBlock("Transform");case"TrigonometryBlock":return new l.TrigonometryBlock("Trigonometry");case"RemapBlock":return new l.RemapBlock("Remap");case"NormalizeBlock":return new l.NormalizeBlock("Normalize");case"FresnelBlock":return new l.FresnelBlock("Fresnel");case"LerpBlock":return new l.LerpBlock("Lerp");case"NLerpBlock":return new l.NLerpBlock("NLerp");case"DivideBlock":return new l.DivideBlock("Divide");case"SubtractBlock":return new l.SubtractBlock("Subtract");case"StepBlock":return new l.StepBlock("Step");case"SmoothStepBlock":return new l.SmoothStepBlock("Smooth step");case"OneMinusBlock":return new l.OneMinusBlock("One minus");case"ReciprocalBlock":return new l.ReciprocalBlock("Reciprocal");case"ViewDirectionBlock":return new l.ViewDirectionBlock("View direction");case"LightInformationBlock":var r=new l.LightInformationBlock("Light information");return r.light=t.lights.length?t.lights[0]:null,r;case"MaxBlock":return new l.MaxBlock("Max");case"MinBlock":return new l.MinBlock("Min");case"LengthBlock":return new l.LengthBlock("Length");case"DistanceBlock":return new l.DistanceBlock("Distance");case"NegateBlock":return new l.NegateBlock("Negate");case"PerturbNormalBlock":return new l.PerturbNormalBlock("Perturb normal");case"RandomNumberBlock":return new l.RandomNumberBlock("Random number");case"ReplaceColorBlock":return new l.ReplaceColorBlock("Replace color");case"PosterizeBlock":return new l.PosterizeBlock("Posterize");case"ArcTan2Block":return new l.ArcTan2Block("ArcTan2");case"GradientBlock":return new l.GradientBlock("Gradient");case"FrontFacingBlock":return new l.FrontFacingBlock("Front facing");case"CosBlock":var o=new l.TrigonometryBlock("Cos");return o.operation=l.TrigonometryBlockOperations.Cos,o;case"SinBlock":var i=new l.TrigonometryBlock("Sin");return i.operation=l.TrigonometryBlockOperations.Sin,i;case"AbsBlock":var a=new l.TrigonometryBlock("Abs");return a.operation=l.TrigonometryBlockOperations.Abs,a;case"SqrtBlock":var s=new l.TrigonometryBlock("Sqrt");return s.operation=l.TrigonometryBlockOperations.Sqrt,s;case"ArcCosBlock":var u=new l.TrigonometryBlock("ArcCos");return u.operation=l.TrigonometryBlockOperations.ArcCos,u;case"ArcSinBlock":var c=new l.TrigonometryBlock("ArcSin");return c.operation=l.TrigonometryBlockOperations.ArcSin,c;case"TanBlock":var p=new l.TrigonometryBlock("Tan");return p.operation=l.TrigonometryBlockOperations.Tan,p;case"ArcTanBlock":var f=new l.TrigonometryBlock("ArcTan");return f.operation=l.TrigonometryBlockOperations.ArcTan,f;case"FractBlock":var d=new l.TrigonometryBlock("Fract");return d.operation=l.TrigonometryBlockOperations.Fract,d;case"SignBlock":var h=new l.TrigonometryBlock("Sign");return h.operation=l.TrigonometryBlockOperations.Sign,h;case"LogBlock":var g=new l.TrigonometryBlock("Log");return g.operation=l.TrigonometryBlockOperations.Log,g;case"ExpBlock":var m=new l.TrigonometryBlock("Exp");return m.operation=l.TrigonometryBlockOperations.Exp,m;case"Exp2Block":var v=new l.TrigonometryBlock("Exp2");return v.operation=l.TrigonometryBlockOperations.Exp2,v;case"DegreesToRadiansBlock":var y=new l.TrigonometryBlock("Degrees to radians");return y.operation=l.TrigonometryBlockOperations.Radians,y;case"RadiansToDegreesBlock":var b=new l.TrigonometryBlock("Radians to degrees");return b.operation=l.TrigonometryBlockOperations.Degrees,b;case"RoundBlock":var w=new l.TrigonometryBlock("Round");return w.operation=l.TrigonometryBlockOperations.Round,w;case"CeilingBlock":var x=new l.TrigonometryBlock("Ceiling");return x.operation=l.TrigonometryBlockOperations.Ceiling,x;case"FloorBlock":var _=new l.TrigonometryBlock("Floor");return _.operation=l.TrigonometryBlockOperations.Floor,_;case"SawToothWaveBlock":var k=new l.WaveBlock("SawTooth wave");return k.kind=l.WaveBlockKind.SawTooth,k;case"SquareWaveBlock":var E=new l.WaveBlock("Square wave");return E.kind=l.WaveBlockKind.Square,E;case"TriangleWaveBlock":var C=new l.WaveBlock("Triangle wave");return C.kind=l.WaveBlockKind.Triangle,C;case"WorldMatrixBlock":return(G=new l.InputBlock("World")).setAsSystemValue(l.NodeMaterialSystemValues.World),G;case"WorldViewMatrixBlock":var S=new l.InputBlock("World x View");return S.setAsSystemValue(l.NodeMaterialSystemValues.WorldView),S;case"WorldViewProjectionMatrixBlock":var P=new l.InputBlock("World x View x Projection");return P.setAsSystemValue(l.NodeMaterialSystemValues.WorldViewProjection),P;case"ViewMatrixBlock":var N=new l.InputBlock("View");return N.setAsSystemValue(l.NodeMaterialSystemValues.View),N;case"ViewProjectionMatrixBlock":var M=new l.InputBlock("View x Projection");return M.setAsSystemValue(l.NodeMaterialSystemValues.ViewProjection),M;case"ProjectionMatrixBlock":var T=new l.InputBlock("Projection");return T.setAsSystemValue(l.NodeMaterialSystemValues.Projection),T;case"CameraPositionBlock":var O=new l.InputBlock("Camera position");return O.setAsSystemValue(l.NodeMaterialSystemValues.CameraPosition),O;case"FogColorBlock":var L=new l.InputBlock("Fog color");return L.setAsSystemValue(l.NodeMaterialSystemValues.FogColor),L;case"PositionBlock":var B=new l.InputBlock("position");return B.setAsAttribute("position"),B;case"UVBlock":var A=new l.InputBlock("uv");return A.setAsAttribute("uv"),A;case"ColorBlock":var j=new l.InputBlock("color");return j.setAsAttribute("color"),j;case"NormalBlock":var R=new l.InputBlock("normal");return R.setAsAttribute("normal"),R;case"TangentBlock":var I=new l.InputBlock("tangent");return I.setAsAttribute("tangent"),I;case"MatrixIndicesBlock":var D=new l.InputBlock("matricesIndices");return D.setAsAttribute("matricesIndices"),D;case"MatrixWeightsBlock":var F=new l.InputBlock("matricesWeights");return F.setAsAttribute("matricesWeights"),F;case"TimeBlock":var z=new l.InputBlock("Time",void 0,l.NodeMaterialBlockConnectionPointTypes.Float);return z.animationType=l.AnimatedInputBlockTypes.Time,z;case"DeltaTimeBlock":var U=new l.InputBlock("Delta time");return U.setAsSystemValue(l.NodeMaterialSystemValues.DeltaTime),U;case"WorldPositionBlock":var W=n.getInputBlockByPredicate((function(e){return e.isAttribute&&"position"===e.name}));W||(W=new l.InputBlock("position")).setAsAttribute("position"),(G=n.getInputBlockByPredicate((function(e){return e.isSystemValue&&e.systemValue===l.NodeMaterialSystemValues.World})))||(G=new l.InputBlock("World")).setAsSystemValue(l.NodeMaterialSystemValues.World);var V=new l.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 l.InputBlock("normal")).setAsAttribute("normal"),(G=n.getInputBlockByPredicate((function(e){return e.isSystemValue&&e.systemValue===l.NodeMaterialSystemValues.World})))||(G=new l.InputBlock("World")).setAsSystemValue(l.NodeMaterialSystemValues.World);V=new l.TransformBlock("World normal");return Y.connectTo(V),G.connectTo(V),V}return null},e.GetColorFromConnectionNodeType=function(e){var t="Red";switch(e){case l.NodeMaterialBlockConnectionPointTypes.Float:t="#cb9e27";break;case l.NodeMaterialBlockConnectionPointTypes.Vector2:t="#16bcb1";break;case l.NodeMaterialBlockConnectionPointTypes.Vector3:case l.NodeMaterialBlockConnectionPointTypes.Color3:t="#b786cb";break;case l.NodeMaterialBlockConnectionPointTypes.Vector4:case l.NodeMaterialBlockConnectionPointTypes.Color4:t="#be5126";break;case l.NodeMaterialBlockConnectionPointTypes.Matrix:t="#591990"}return t},e.GetConnectionNodeTypeFromString=function(e){switch(e){case"Float":return l.NodeMaterialBlockConnectionPointTypes.Float;case"Vector2":return l.NodeMaterialBlockConnectionPointTypes.Vector2;case"Vector3":return l.NodeMaterialBlockConnectionPointTypes.Vector3;case"Vector4":return l.NodeMaterialBlockConnectionPointTypes.Vector4;case"Matrix":return l.NodeMaterialBlockConnectionPointTypes.Matrix;case"Color3":return l.NodeMaterialBlockConnectionPointTypes.Color3;case"Color4":return l.NodeMaterialBlockConnectionPointTypes.Color4}return l.NodeMaterialBlockConnectionPointTypes.AutoDetect},e.GetStringFromConnectionNodeType=function(e){switch(e){case l.NodeMaterialBlockConnectionPointTypes.Float:return"Float";case l.NodeMaterialBlockConnectionPointTypes.Vector2:return"Vector2";case l.NodeMaterialBlockConnectionPointTypes.Vector3:return"Vector3";case l.NodeMaterialBlockConnectionPointTypes.Vector4:return"Vector4";case l.NodeMaterialBlockConnectionPointTypes.Color3:return"Color3";case l.NodeMaterialBlockConnectionPointTypes.Color4:return"Color4";case l.NodeMaterialBlockConnectionPointTypes.Matrix:return"Matrix"}return""},e}(),m=function(){function e(){}return e._GetPortTypeIndicator=function(e){switch(e.type){case l.NodeMaterialBlockConnectionPointTypes.Float:case l.NodeMaterialBlockConnectionPointTypes.Int:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3IxPC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjEwLjUiIGN5PSIxMC41IiByPSI3LjUiLz48L2c+PC9zdmc+"});case l.NodeMaterialBlockConnectionPointTypes.Vector2:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3IyPC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zLDEwLjVhNy41Miw3LjUyLDAsMCwwLDYuNSw3LjQzVjMuMDdBNy41Miw3LjUyLDAsMCwwLDMsMTAuNVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS41LDMuMDdWMTcuOTNhNy41LDcuNSwwLDAsMCwwLTE0Ljg2WiIvPjwvZz48L3N2Zz4="});case l.NodeMaterialBlockConnectionPointTypes.Vector3:case l.NodeMaterialBlockConnectionPointTypes.Color3:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3IzPC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zLjU3LDEzLjMxLDkuNSw5Ljg5VjNBNy41MSw3LjUxLDAsMCwwLDMsMTAuNDYsNy4zMiw3LjMyLDAsMCwwLDMuNTcsMTMuMzFaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTYuNDMsMTUsMTAuNSwxMS42Miw0LjU3LDE1YTcuNDgsNy40OCwwLDAsMCwxMS44NiwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4LDEwLjQ2QTcuNTEsNy41MSwwLDAsMCwxMS41LDNWOS44OWw1LjkzLDMuNDJBNy4zMiw3LjMyLDAsMCwwLDE4LDEwLjQ2WiIvPjwvZz48L3N2Zz4="});case l.NodeMaterialBlockConnectionPointTypes.Vector4:case l.NodeMaterialBlockConnectionPointTypes.Color4:return o.createElement("img",{src:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WZWN0b3I0PC90aXRsZT48ZyBpZD0iTGF5ZXJfNSIgZGF0YS1uYW1lPSJMYXllciA1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS41LDExLjV2Ni40M2E3LjUxLDcuNTEsMCwwLDAsNi40My02LjQzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjUsMy4wN1Y5LjVoNi40M0E3LjUxLDcuNTEsMCwwLDAsMTEuNSwzLjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkuNSwxNy45M1YxMS41SDMuMDdBNy41MSw3LjUxLDAsMCwwLDkuNSwxNy45M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05LjUsMy4wN0E3LjUxLDcuNTEsMCwwLDAsMy4wNyw5LjVIOS41WiIvPjwvZz48L3N2Zz4="});case l.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:g.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(h,{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(h,{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}(),v=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 p(t,e),t.prototype.render=function(){var e="";this.props.node&&this.props.node.block&&(e=this.props.node.block.name);var t=m.GenerateOutputPorts(this.props.node,!1),n=m.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),y=function(e){function t(){return e.call(this,"advanced")||this}return p(t,e),t}(d.DefaultLinkModel),b=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 p(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 y},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}(d.PortModel),w=function(e){function t(t){var n=e.call(this,t)||this;return n.block=null,n}return p(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 b(e.name,"output");t.syncWithNodeMaterialConnectionPoint(e),o.addPort(t)})),e.nodeMaterialBlock._inputs.forEach((function(e){var i=new b(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}(d.NodeModel),x=function(e){function t(t){return e.call(this,t)||this}return p(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),_=n(70),k=n(3),E=n.n(k);function C(e){return(C="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function P(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){S(e,t,n[t])}))}return e}function N(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function M(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function T(e){return t=e,(t-=0)==t?e:(e=e.replace(/[\-_\s]+(.)?/g,(function(e,t){return t?t.toUpperCase():""}))).substr(0,1).toLowerCase()+e.substr(1);var t}var O=!1;try{O=!0}catch(e){}function L(e){return null===e?null:"object"===C(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,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?S({},e,t):{}}function A(e){var t=e.icon,n=e.mask,r=e.symbol,o=e.className,i=e.title,a=L(t),l=B("classes",[].concat(M(function(e){var t,n=e.spin,r=e.pulse,o=e.fixedWidth,i=e.inverse,a=e.border,l=e.listItem,s=e.flip,u=e.size,c=e.rotation,p=e.pull,f=(S(t={"fa-spin":n,"fa-pulse":r,"fa-fw":o,"fa-inverse":i,"fa-border":a,"fa-li":l,"fa-flip-horizontal":"horizontal"===s||"both"===s,"fa-flip-vertical":"vertical"===s||"both"===s},"fa-".concat(u),void 0!==u),S(t,"fa-rotate-".concat(c),void 0!==c),S(t,"fa-pull-".concat(p),void 0!==p),S(t,"fa-swap-opacity",e.swapOpacity),t);return Object.keys(f).map((function(e){return f[e]?e:null})).filter((function(e){return e}))}(e)),M(o.split(" ")))),s=B("transform","string"==typeof e.transform?_.b.transform(e.transform):e.transform),u=B("mask",L(n)),c=Object(_.a)(a,P({},l,s,u,{symbol:r,title:i}));if(!c)return function(){var e;!O&&console&&"function"==typeof console.error&&(e=console).error.apply(e,arguments)}("Could not find icon",a),null;var p=c.abstract,f={};return Object.keys(e).forEach((function(t){A.defaultProps.hasOwnProperty(t)||(f[t]=e[t])})),j(p[0],f)}A.displayName="FontAwesomeIcon",A.propTypes={border:E.a.bool,className:E.a.string,mask:E.a.oneOfType([E.a.object,E.a.array,E.a.string]),fixedWidth:E.a.bool,inverse:E.a.bool,flip:E.a.oneOf(["horizontal","vertical","both"]),icon:E.a.oneOfType([E.a.object,E.a.array,E.a.string]),listItem:E.a.bool,pull:E.a.oneOf(["right","left"]),pulse:E.a.bool,rotation:E.a.oneOf([90,180,270]),size:E.a.oneOf(["lg","xs","sm","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:E.a.bool,symbol:E.a.oneOfType([E.a.bool,E.a.string]),title:E.a.string,transform:E.a.oneOfType([E.a.string,E.a.object]),swapOpacity:E.a.bool},A.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,swapOpacity:!1};var j=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((function(n){return e(t,n)})),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=T(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[T(t)]=r}return e}),{attrs:{}}),a=r.style,l=void 0===a?{}:a,s=N(r,["style"]);return i.attrs.style=P({},i.attrs.style,l),t.apply(void 0,[n.tag,P({},i.attrs,s)].concat(M(o)))}.bind(null,i.a.createElement),R={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"]},I={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"]},D={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"]},F={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"]},z={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"]},U={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"]},W={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"]},V={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"]},G={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"]},Y={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"]},q={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"]},X={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"]},H={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"]},Z={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"]},$={prefix:"fas",iconName:"square-full",icon:[512,512,[],"f45c","M512 512H0V0h512v512z"]},Q={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"]},K={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"]},J={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"]},ee=function(e){function t(t){var n=e.call(this,t)||this,r=s.ReadBoolean(n.props.title,!n.props.closed);return n.state={isExpanded:r},n}return p(t,e),t.prototype.switchExpandedState=function(){var e=!this.state.isExpanded;s.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(A,{icon:I})))},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),te=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 p(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),ne=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 p(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):e.label!==this.props.label},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),re=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 p(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(ee,{title:"GENERAL"},o.createElement(te,{globalState:e,label:"Name",propertyName:"name",target:this.block,onChange:function(){return e.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(x,{label:"Type",value:this.block.getClassName()})),"TransformBlock"===this.block.getClassName()&&o.createElement(ee,{title:"PROPERTIES"},o.createElement(ne,{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(ee,{title:"PROPERTIES"},o.createElement(ne,{label:"Invert X axis",target:this.block,propertyName:"invertX",onValueChanged:function(){return e.onRebuildRequiredObservable.notifyObservers()}}),o.createElement(ne,{label:"Invert Y axis",target:this.block,propertyName:"invertY",onValueChanged:function(){return e.onRebuildRequiredObservable.notifyObservers()}})),"WorleyNoise3DBlock"===this.block.getClassName()&&o.createElement(ee,{title:"PROPERTIES"},o.createElement(ne,{label:"Use Manhattan Distance",target:this.block,propertyName:"manhattanDistance",onValueChanged:function(){return e.onRebuildRequiredObservable.notifyObservers()}})))},t}(w),oe=function(e){function t(t){var n=e.call(this,"generic")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(v,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new re},t}(d.AbstractNodeFactory),ie=function(e){function t(t){return e.call(this,t)||this}return p(t,e),t.prototype.render=function(){var e=this;return o.createElement("div",{className:"draggableLine",title:this.props.tooltip,draggable:!0,onDragStart:function(t){t.dataTransfer.setData("babylonjs-material-node",e.props.data)}},this.props.data.replace("Block",""))},t}(o.Component);
- /*!
- * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
- */n(137);var ae=function(e){function t(t){var n=e.call(this,t)||this;return n.state={filter:""},n}return p(t,e),t.prototype.filterContent=function(e){this.setState({filter:e})},t.prototype.render=function(){var e=this,n={Animation:["BonesBlock","MorphTargetsBlock"],Basic_Math:["AddBlock","DivideBlock","MultiplyBlock","ScaleBlock","SubtractBlock","OneMinusBlock","MaxBlock","MinBlock","LengthBlock","DistanceBlock","NegateBlock","RandomNumberBlock","ReciprocalBlock"],Color_Management:["ReplaceColorBlock","PosterizeBlock","GradientBlock","DesaturateBlock"],Conversion_Blocks:["ColorMergerBlock","ColorSplitterBlock","VectorMergerBlock","VectorSplitterBlock"],Inputs:["Float","Vector2","Vector3","Vector4","Color3","Color4","TextureBlock","ReflectionTextureBlock","TimeBlock","DeltaTimeBlock"],Interpolation:["LerpBlock","StepBlock","SmoothStepBlock","NLerpBlock"],Matrices:["Matrix","WorldMatrixBlock","WorldViewMatrixBlock","WorldViewProjectionMatrixBlock","ViewMatrixBlock","ViewProjectionMatrixBlock","ProjectionMatrixBlock"],Mesh:["InstancesBlock","PositionBlock","UVBlock","ColorBlock","NormalBlock","TangentBlock","MatrixIndicesBlock","MatrixWeightsBlock","WorldPositionBlock","WorldNormalBlock","FrontFacingBlock"],Noises:["SimplexPerlin3DBlock","WorleyNoise3DBlock"],Output_Blocks:["VertexOutputBlock","FragmentOutputBlock","DiscardBlock"],Range:["ClampBlock","RemapBlock","NormalizeBlock"],Round:["RoundBlock","CeilingBlock","FloorBlock"],Scene:["FogBlock","CameraPositionBlock","FogColorBlock","ImageProcessingBlock","LightBlock","LightInformationBlock","ViewDirectionBlock","PerturbNormalBlock","NormalBlendBlock"],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","Rotate2dBlock","DerivativeBlock","RefractBlock","ReflectBlock"]},r=[];for(var i in n){var a=n[i].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,n){var r=t._Tooltips[e]||"";return o.createElement(ie,{key:e,data:e,tooltip:r})}));a.length&&r.push(o.createElement(ee,{key:i+" blocks",title:i.replace("__",":").replace("_"," "),closed:!1},a))}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"},r))))},t._Tooltips={BonesBlock:"Provides a world matrix for each vertex, based on skeletal (bone/joint) animation. mesh.matricesIndices and mesh.matricesWeights are the vertex to bone assignments and weighting, and assume no more than 4 bones influencing any given vertex. If a vertex is influenced by more than 4 bones, then mesh.matricesIndicesExtra and mesh.matricesWeightsExtra can be used for up to 8 bones of influence per vertex",MorphTargetsBlock:"Provides the final positions, normals, tangents, and uvs based on morph targets in a mesh",AddBlock:"Adds the left and right inputs together. Left and right inputs have to be of the same type",DistanceBlock:"Provides a distance vector based on the left and right input vectors",DivideBlock:"Divides the left input by the right input",LengthBlock:"Outputs the length of an input vector",MaxBlock:"Outputs the largest value between the left and right inputs",MinBlock:"Outputs the smallest value between the left and right inputs",MultiplyBlock:"Multiplies the left and right inputs together",NegateBlock:"Multiplies the input by -1",OneMinusBlock:"Subtracts the input value from 1 (1 - input)",RandomNumberBlock:"Provides a random number based on an input seed",ReciprocalBlock:"Outputs the reciprocal value(s) vased on the input value(s)",ScaleBlock:"Multiplies the input value(s) by the factor",SubtractBlock:"Subtracts the right input from the left input",PosterizeBlock:"Reduces the number of colors in an image to the value of input steps",ReplaceColorBlock:"Replaces a reference color in input value with a different replacement color. Distance is the tolerance variation of the color",ColorMergerBlock:"Combines individual color channels into color Vectors",ColorSplitterBlock:"Separates color Vectors into individual color channels",VectorMergerBlock:"Combines up to 4 input values into Vectors",VectorSplitterBlock:"Separates Vectors into individual elements",Color3:"A Vector3 representing combined color values (red, green, and blue)",Color4:"A Vector4 representing combined color and alpha values (red, green, blue, and alpha)",DeltaTimeBlock:"A Float representing the time value that's passed since the last frame has rendered",Float:"A Float for a single floating point value",TextureBlock:"A container node for a texture (image or url)",TimeBlock:"A Float of a constantly increasing floating point value, starting when the scene is loaded",Vector2:"A Vector2 representing two values",Vector3:"A Vector3 representing three values",Vector4:"A Vector4 representing four values",LerpBlock:"Provides linear interpolated value(s) between the left and right inputs, based on the gradient input",SmoothStepBlock:"Outputs a value based on a the input value's position on a curve between the two edge values",Matrix:"A container for a vector transformation",ProjectionMatrixBlock:"A matrix moving from 3D space to screen space",ViewMatrixBlock:"A matrix moving from 3D space to camera space",ViewProjectionMatrixBlock:"A matrix moving from 3D space to camera space, and ending in screen space",WorldMatrixBlock:"A matrix moving from local space to world space",WorldViewProjectionMatrixBlock:"A matrix moving from local space to world space, then to camera space, and ending in screen space",ColorBlock:"A Color4 representing the color of each vertex of the attached mesh",InstancesBlock:"Provides the world matrix for each instance. This is used to apply materials to instances as well as original meshes",MatrixIndicesBlock:"A Vector4 representing the vertex to bone skinning assignments",MatricesWeightsBlock:"A Vector4 representing the vertex to bone skinning weights",NormalBlock:"A Vector3 representing the normal of each vertex of the attached mesh",PositionBlock:"A Vector3 representing the position of each vertex of the attached mesh",TangentBlock:"A Vector3 representing the tangent of each vertex of the attached mesh",UVBlock:"A Vector2 representing the UV coordinates of each vertex of the attached mesh",DiscardBlock:"A final output node that will not output a pixel below the cutoff value",FragmentOutputBlock:"The final node for outputing the color of each pixel. This node must be included in every node material",VertexOutputBlock:"The final node for outputing the position of each vertex. This node must be included in every node material",ClampBlock:"Ignores all values of the input outside of the Minimum and Maximum property values",NormalizeBlock:"Remaps the length of a vector or color to 1",RemapBlock:"Remaps all input values between sourceMin and sourceMax, to be between targetMin and targetMax. source and target inputs can be static or variable inputs",CeilingBlock:"Outputs the highest value of the input",FloorBlock:"Outputs the lowest value of the input",RoundBlock:"Outputs the nearest whole number based on the input value",StepBlock:"Outputs 1 for any input value above the edge input, outputs 0 for any input value below the edge input",CameraPositionBlock:"A Vector3 position of the active scene camera",FogBlock:"Applies fog to a scene. Outputs fog with increasing value based on distance from the camera",FogColorBlock:"A Color3 for the fog color",ImageProcessingBlock:"Provides access to all of the Babylon image processing properties",LightBlock:"Returns the individual color values (red, green, and blue) of the diffuse or specular colors of the combined OR individual lighting within the scene",LightInformationBlock:"Provides the direction, color and intensity of a selected light based on its world position",PerturbNormalBlock:"Creates a new normal direction based on a normal map, the world position, and world normal",ReflectionTextureBlock:"Creates a reflection of the input texture",ViewDirectionBlock:"Outputs the direction vector of where the camera is aimed",AbsBlock:"Outputs the absolute value of the input value",ArcCosBlock:"Outputs the inverse of the cosine value based on the input value",ArcSinBlock:"Outputs the inverse of the sine value based on the input value",ArcTan2Block:"Outputs the inverse of the tangent value based on the input value",ArcTanBlock:"Outputs the inverse of the tangent value based on the input value",CosBlock:"Outputs the cosine value based on the input value",DegreesToRadiansBlock:"Converts the input value (degrees) to radians",Exp2Block:"Outputs the input value multiplied by itself 1 time. (Exponent of 2)",ExpBlock:"Outputs the input value multiplied by itself 9 time. (Exponent of 10)",FractBlock:"Everything after the period",LogBlock:"The logarithm value based on the input value",PowBlock:"Outputs the input value multiplied by itself the number of times equal to the power input (Exponent of power)",RadiansToDegreesBlock:"Converts the input value (radians) to degrees",SawToothWaveBlock:"Outputs a sawtooth pattern value between -1 and 1 based on the input value",SignBlock:"returns 1 if 10 or -1 if -10",SinBlock:"Outputs the the sine value based on the input value",SqrtBlock:"Outputs the the square root of the input value",SquareWaveBlock:"Outputs a stepped pattern value between -1 and 1 based on the input value",TanBlock:"Outputs the the tangent value based on the input value",TriangleWaveBlock:"Outputs a sawtooth pattern value between 0 and 1 based on the input value",CrossBlock:"Outputs a vector that is perpendicular to two input vectors",DotBlock:"Outputs the cos of the angle between two vectors",FresnelBlock:"Outputs the grazing angle of the surface of the mesh, relative to a camera. Angle can be influenced by the bias and power inputs",TransformBlock:"Transforms a input vector based on an input matrix"},t}(o.Component),le=function(e){function t(t){return e.call(this,t)||this}return p(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),se=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 l.NodeMaterialBlockConnectionPointTypes[e]},e.DownloadAsFile=function(e,t,n){var r=new Blob([t],{type:"application/octet-stream"});this._SaveAs(r,n,e)},e}(),ue=function(e){function t(t){return e.call(this,t)||this}return p(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),ce=function(){function e(){}return e.UpdateLocations=function(e,t){e.editorData=[];for(var n=0,r=e.attachedBlocks;n<r.length;n++){var o=r[n],i=t.onGetNodeFromBlock(o);e.editorData.push({blockId:o.uniqueId,x:i?i.x:0,y:i?i.y:0})}},e.Serialize=function(e,t){var n=l.Texture.SerializeBuffers;l.Texture.SerializeBuffers=s.ReadBoolean("EmbedTextures",!0);for(var r=e.serialize(),o=0,i=e.attachedBlocks;o<i.length;o++){var a=i[o],u=t.onGetNodeFromBlock(a);r.locations||(r.locations=[]),r.locations.push({blockId:a.uniqueId,x:u?u.x:0,y:u?u.y:0})}return l.Texture.SerializeBuffers=n,JSON.stringify(r,void 0,2)},e.Deserialize=function(e,t){t.onIsLoadingChanged.notifyObservers(!0),t.nodeMaterial.loadFromSerialization(e,""),t.onResetRequiredObservable.notifyObservers()},e}();n(140);var pe=function(e){function t(t){var n=e.call(this,t)||this;return n.state={currentNode:null},n}return p(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;l.Tools.ReadFile(e,(function(e){var n=new TextDecoder("utf-8");ce.Deserialize(JSON.parse(n.decode(e)),t.props.globalState)}),void 0,!0)},t.prototype.save=function(){var e=ce.Serialize(this.props.globalState.nodeMaterial,this.props.globalState);se.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(ce.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(ee,{title:"GENERAL"},o.createElement(le,{label:"Reset to default",onClick:function(){e.props.globalState.nodeMaterial.setToDefault(),e.props.globalState.onResetRequiredObservable.notifyObservers()}})),o.createElement(ee,{title:"UI"},o.createElement(le,{label:"Zoom to fit",onClick:function(){e.props.globalState.onZoomToFitRequiredObservable.notifyObservers()}}),o.createElement(le,{label:"Reorganize",onClick:function(){e.props.globalState.onReOrganizedRequiredObservable.notifyObservers()}})),o.createElement(ee,{title:"OPTIONS"},o.createElement(ne,{label:"Embed textures when saving",isSelected:function(){return s.ReadBoolean("EmbedTextures",!0)},onSelect:function(e){s.StoreBoolean("EmbedTextures",e)}})),o.createElement(ee,{title:"FILE"},o.createElement(ue,{label:"Load",onClick:function(t){return e.load(t)},accept:".json"}),o.createElement(le,{label:"Save",onClick:function(){e.save()}}),this.props.globalState.customSave&&o.createElement(le,{label:this.props.globalState.customSave.label,onClick:function(){e.customSave()}}),o.createElement(le,{label:"Generate code",onClick:function(){se.DownloadAsFile(e.props.globalState.hostDocument,e.props.globalState.nodeMaterial.generateCode(),"code.txt")}}),o.createElement(le,{label:"Export shaders",onClick:function(){se.DownloadAsFile(e.props.globalState.hostDocument,e.props.globalState.nodeMaterial.compiledShaders,"shaders.txt")}}))))},t}(o.Component),fe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){return a.createPortal(this.props.children,this.props.globalState.hostElement)},t}(o.Component),de=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 p(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(),a=i.width/i.height,s=this.props.width,u=s/a|1;if(t.isCube){var c=new l.PassCubePostProcess("pass",1,null,l.Texture.NEAREST_SAMPLINGMODE,o,!1,l.Constants.TEXTURETYPE_UNSIGNED_INT);c.face=this.state.face,n=c}else n=new l.PassPostProcess("pass",1,null,l.Texture.NEAREST_SAMPLINGMODE,o,!1,l.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 l.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),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 p(t,e),t.prototype.render=function(){var e=m.GenerateOutputPorts(this.props.node,!1),t=m.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(de,{ref:"textureView",width:140,height:140,texture:this.props.node.texture,hideChannelSelect:!0}))},t}(o.Component),ge=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 p(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=l.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?l.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),me=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 p(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),ve=function(e){function t(){return e.call(this,"reflectiontexture")||this}return p(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(be,{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}(w),ye=function(e){function t(t){var n=e.call(this,t)||this;return n._localChange=!1,n.state={value:n._getValue(t)},n}return p(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),be=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 p(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 l.CubeTexture("",this.props.globalState.nodeMaterial.getScene()),(e=this.props.node.texture).coordinatesMode=l.Texture.CUBIC_MODE):(this.props.node.texture=new l.Texture(null,this.props.globalState.nodeMaterial.getScene(),!1,this.props.node instanceof ve),(e=this.props.node.texture).coordinatesMode=l.Texture.EQUIRECTANGULAR_MODE))},t.prototype.replaceTexture=function(e){var t=this;if(this.props.node){this._prepareTexture();var n=this.props.node.texture;l.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 ve){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 ve,i=[{label:"Cubic",value:l.Texture.CUBIC_MODE},{label:"Equirectangular",value:l.Texture.EQUIRECTANGULAR_MODE},{label:"Explicit",value:l.Texture.EXPLICIT_MODE},{label:"Fixed equirectangular",value:l.Texture.FIXED_EQUIRECTANGULAR_MODE},{label:"Fixed mirrored equirectangular",value:l.Texture.FIXED_EQUIRECTANGULAR_MIRRORED_MODE},{label:"Planar",value:l.Texture.PLANAR_MODE},{label:"Projection",value:l.Texture.PROJECTION_MODE},{label:"Skybox",value:l.Texture.SKYBOX_MODE},{label:"Spherical",value:l.Texture.SPHERICAL_MODE}];return o.createElement("div",null,o.createElement(ee,{title:"GENERAL"},o.createElement(x,{label:"Type",value:this.props.node.block.getClassName()}),o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:this.props.node.block,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(ee,{title:"PROPERTIES"},o.createElement(ne,{label:"Auto select UV",propertyName:"autoSelectUV",target:this.props.node.block,onValueChanged:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&r&&o.createElement(ye,{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(ne,{label:"Gamma space",propertyName:"gammaSpace",target:n,onValueChanged:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ne,{label:"Clamp U",isSelected:function(){return n.wrapU===l.Texture.CLAMP_ADDRESSMODE},onSelect:function(t){n.wrapU=t?l.Texture.CLAMP_ADDRESSMODE:l.Texture.WRAP_ADDRESSMODE,e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ne,{label:"Clamp V",isSelected:function(){return n.wrapV===l.Texture.CLAMP_ADDRESSMODE},onSelect:function(t){n.wrapV=t?l.Texture.CLAMP_ADDRESSMODE:l.Texture.WRAP_ADDRESSMODE,e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(me,{label:"Offset U",target:n,propertyName:"uOffset",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(me,{label:"Offset V",target:n,propertyName:"vOffset",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(me,{label:"Scale U",target:n,propertyName:"uScale",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(me,{label:"Scale V",target:n,propertyName:"vScale",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),n&&!r&&o.createElement(ge,{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(ge,{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(ge,{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(ee,{title:"SOURCE"},o.createElement(ne,{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(ne,{label:"Load as cube texture",isSelected:function(){return e.state.loadAsCubeTexture},onSelect:function(t){return e.setState({loadAsCubeTexture:t})}}),this.state.isEmbedded&&o.createElement(ue,{label:"Upload",onClick:function(t){return e.replaceTexture(t)},accept:".jpg, .png, .tga, .dds, .env"}),!this.state.isEmbedded&&o.createElement(te,{label:"Link",globalState:this.props.globalState,value:t,onChange:function(t){return e.replaceTextureWithUrl(t)}}),!this.state.isEmbedded&&t&&o.createElement(le,{label:"Refresh",onClick:function(){return e.replaceTextureWithUrl(t+"?nocache="+e._generateRandomForCache())}}),n&&o.createElement(le,{label:"Remove",onClick:function(){return e.removeTexture()}})))},t}(o.Component),we=function(e){function t(){return e.call(this,"texture")||this}return p(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(be,{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}(w),xe=function(e){function t(t){var n=e.call(this,"texture")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(he,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new we},t}(d.AbstractNodeFactory),_e=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 p(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),ke=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 p(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(A,{icon:Y}):o.createElement(A,{icon:H});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(_e,{label:"x",step:this.props.step,value:this.state.value.x,onChange:function(t){return e.updateStateX(t)}}),o.createElement(_e,{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),Ee=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){var e=this;return o.createElement(ke,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),Ce=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 p(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(A,{icon:Y}):o.createElement(A,{icon:H});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(_e,{label:"x",step:this.props.step,value:this.state.value.x,onChange:function(t){return e.updateStateX(t)}}),o.createElement(_e,{label:"y",step:this.props.step,value:this.state.value.y,onChange:function(t){return e.updateStateY(t)}}),o.createElement(_e,{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),Se=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){var e=this;return o.createElement(Ce,{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,color:n.props.target[n.props.propertyName].clone()},n}return p(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=l.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 l.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(A,{icon:Y}):o.createElement(A,{icon:H}),n="Color3"===this.state.color.getClassName()?this.state.color:new l.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(A,{icon:z})),o.createElement("div",{className:"expand hoverIcon",onClick:function(){return e.switchExpandState()},title:"Expand"},t)),this.state.isExpanded&&o.createElement("div",{className:"secondLine"},o.createElement(_e,{label:"r",value:this.state.color.r,onChange:function(t){return e.updateStateR(t)}}),o.createElement(_e,{label:"g",value:this.state.color.g,onChange:function(t){return e.updateStateG(t)}}),o.createElement(_e,{label:"b",value:this.state.color.b,onChange:function(t){return e.updateStateB(t)}})))},t}(o.Component),Ne=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(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),Me=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(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),Te=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 p(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(A,{icon:Y}):o.createElement(A,{icon:H});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(_e,{label:"x",step:this.props.step,value:this.state.value.x,onChange:function(t){return e.updateStateX(t)}}),o.createElement(_e,{label:"y",step:this.props.step,value:this.state.value.y,onChange:function(t){return e.updateStateY(t)}}),o.createElement(_e,{label:"z",step:this.props.step,value:this.state.value.z,onChange:function(t){return e.updateStateZ(t)}}),o.createElement(_e,{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),Oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){var e=this;return o.createElement(Te,{label:"Value",target:this.props.inputBlock,propertyName:"value",onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})},t}(o.Component),Le=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 l.Quaternion;r.decompose(void 0,i);var a=i.toEulerAngles();switch(n.props.mode){case 1:o=a.x;break;case 2:o=a.y;break;case 3:o=a.z}}return n.state={value:r,mode:n.props.mode||0,angle:o},n}return p(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:l.Matrix.RotationXToRef(this.state.angle,this.state.value);break;case 2:l.Matrix.RotationYToRef(this.state.angle,this.state.value);break;case 3:l.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(ye,{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]=l.Matrix.Identity(),l.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(Te,{label:"Row #0",value:this.state.value.getRow(0),onChange:function(t){return e.updateRow(t,0)}}),o.createElement(Te,{label:"Row #1",value:this.state.value.getRow(1),onChange:function(t){return e.updateRow(t,1)}}),o.createElement(Te,{label:"Row #2",value:this.state.value.getRow(2),onChange:function(t){return e.updateRow(t,2)}}),o.createElement(Te,{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(ge,{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 p(t,e),t.prototype.render=function(){var e=this;return o.createElement(Le,{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),Ae=function(e){function t(t){return e.call(this,t)||this}return p(t,e),t.prototype.renderValue=function(e){var t=this,n=this.props.inputNode.inputBlock;switch(n.type){case l.NodeMaterialBlockConnectionPointTypes.Float:var r=isNaN(n.min)||isNaN(n.max)||n.min===n.max;return o.createElement(o.Fragment,null,o.createElement(me,{label:"Min",target:n,propertyName:"min",onChange:function(){t.forceUpdate()}}),o.createElement(me,{label:"Max",target:n,propertyName:"max",onChange:function(){t.forceUpdate()}}),r&&o.createElement(Me,{globalState:e,inputBlock:n}),!r&&o.createElement(ge,{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 l.NodeMaterialBlockConnectionPointTypes.Vector2:return o.createElement(Ee,{globalState:e,inputBlock:n});case l.NodeMaterialBlockConnectionPointTypes.Color3:case l.NodeMaterialBlockConnectionPointTypes.Color4:return o.createElement(Ne,{globalState:e,inputBlock:n});case l.NodeMaterialBlockConnectionPointTypes.Vector3:return o.createElement(Se,{globalState:e,inputBlock:n});case l.NodeMaterialBlockConnectionPointTypes.Vector4:return o.createElement(Oe,{globalState:e,inputBlock:n});case l.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 l.NodeMaterialBlockConnectionPointTypes.Float:i=[{label:"None",value:l.AnimatedInputBlockTypes.None},{label:"Time",value:l.AnimatedInputBlockTypes.Time}],n=[{label:"Delta time",value:l.NodeMaterialSystemValues.DeltaTime}];break;case l.NodeMaterialBlockConnectionPointTypes.Matrix:n=[{label:"World",value:l.NodeMaterialSystemValues.World},{label:"World x View",value:l.NodeMaterialSystemValues.WorldView},{label:"World x ViewxProjection",value:l.NodeMaterialSystemValues.WorldViewProjection},{label:"View",value:l.NodeMaterialSystemValues.View},{label:"View x Projection",value:l.NodeMaterialSystemValues.ViewProjection},{label:"Projection",value:l.NodeMaterialSystemValues.Projection}];break;case l.NodeMaterialBlockConnectionPointTypes.Color3:n=[{label:"Fog color",value:l.NodeMaterialSystemValues.FogColor}];break;case l.NodeMaterialBlockConnectionPointTypes.Color4:r=[{label:"color",value:"color"}];break;case l.NodeMaterialBlockConnectionPointTypes.Vector2:r=[{label:"uv",value:"uv"},{label:"uv2",value:"uv2"}];break;case l.NodeMaterialBlockConnectionPointTypes.Vector3:n=[{label:"Camera position",value:l.NodeMaterialSystemValues.CameraPosition}],r=[{label:"position",value:"position"},{label:"normal",value:"normal"},{label:"tangent",value:"tangent"}];break;case l.NodeMaterialBlockConnectionPointTypes.Vector4:r=[{label:"matricesIndices",value:"matricesIndices"},{label:"matricesWeights",value:"matricesWeights"}]}var a=[{label:"User-defined",value:0}];r.length>0&&a.push({label:"Mesh attribute",value:1}),n.length>0&&a.push({label:"System value",value:2});return o.createElement("div",null,o.createElement(ee,{title:"GENERAL"},!t.isAttribute&&o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(x,{label:"Type",value:se.GetBaseType(t.type)})),o.createElement(ee,{title:"PROPERTIES"},t.isUniform&&!t.isSystemValue&&t.animationType===l.AnimatedInputBlockTypes.None&&o.createElement(ye,{label:"Type",options:[{label:"None",value:0},{label:"Visible in the inspector",value:1},{label:"Constant",value:2}],target:t,noDirectUpdate:!0,getSelection:function(e){return e.visibleInInspector?1:e.isConstant?2:0},onSelect:function(n){switch(n){case 0:t.visibleInInspector=!1,t.isConstant=!1;break;case 1:t.visibleInInspector=!0,t.isConstant=!1;break;case 2:t.visibleInInspector=!1,t.isConstant=!0}e.forceUpdate(),e.props.globalState.onUpdateRequiredObservable.notifyObservers(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}}),o.createElement(ye,{label:"Mode",options:a,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(ye,{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(ye,{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===l.AnimatedInputBlockTypes.None&&this.renderValue(this.props.globalState),t.isUniform&&t.isSystemValue&&o.createElement(ye,{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),je=function(e){function t(){return e.call(this,"input")||this}return p(t,e),Object.defineProperty(t.prototype,"inputBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(Ae,{globalState:e,inputNode:this})},t}(w),Re=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 p(t,e),t.prototype.renderValue=function(e){return""!==e?o.createElement("div",{className:"value-text"},e):null},t.prototype.render=function(){var e=m.GenerateOutputPorts(this.props.node,!0),t=this.props.node.inputBlock,n="",r=t.name+" ("+se.GetBaseType(t.output.type)+")",i="";if(t)if(t.isAttribute)n="mesh."+t.name,r=se.GetBaseType(t.output.type);else if(t.isSystemValue)switch(t.systemValue){case l.NodeMaterialSystemValues.World:n="World";break;case l.NodeMaterialSystemValues.WorldView:n="World x View";break;case l.NodeMaterialSystemValues.WorldViewProjection:n="World x View x Projection";break;case l.NodeMaterialSystemValues.View:n="View";break;case l.NodeMaterialSystemValues.ViewProjection:n="View x Projection";break;case l.NodeMaterialSystemValues.Projection:n="Projection";break;case l.NodeMaterialSystemValues.CameraPosition:n="Camera position";break;case l.NodeMaterialSystemValues.FogColor:n="Fog color";break;case l.NodeMaterialSystemValues.DeltaTime:n="Delta time"}else{if(!t||!t.isUniform)return null;switch(t.type){case l.NodeMaterialBlockConnectionPointTypes.Float:n=t.animationType!==l.AnimatedInputBlockTypes.None?l.AnimatedInputBlockTypes[t.animationType]:t.value.toFixed(2);break;case l.NodeMaterialBlockConnectionPointTypes.Vector2:var a=t.value;n="("+a.x.toFixed(2)+", "+a.y.toFixed(2)+")";break;case l.NodeMaterialBlockConnectionPointTypes.Vector3:var s=t.value;n="("+s.x.toFixed(2)+", "+s.y.toFixed(2)+", "+s.z.toFixed(2)+")";break;case l.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 l.NodeMaterialBlockConnectionPointTypes.Color3:case l.NodeMaterialBlockConnectionPointTypes.Color4:i=t.value.toHexString()}}else r="Not connected input";return o.createElement("div",{className:"diagramBlock input"+(t?" "+l.NodeMaterialBlockConnectionPointTypes[t.type]:""),style:{background:i}},o.createElement("div",{className:"header"+(t&&t.isConstant?" constant":"")+(t&&t.visibleInInspector?" inspector":"")},r),o.createElement("div",{className:"outputs"},e),o.createElement("div",{className:"value"},this.renderValue(n)))},t}(o.Component),Ie=function(e){function t(t){var n=e.call(this,"input")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(Re,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new je},t}(d.AbstractNodeFactory);n(142);var De=function(e,t){this.message=e,this.isError=t},Fe=function(e){function t(t){var n=e.call(this,t)||this;return n.state={logs:[]},n}return p(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=a.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),ze=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(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(ee,{title:"GENERAL"},o.createElement(x,{label:"Type",value:"LightBlock"}),o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:this.props.node.block,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(ee,{title:"PROPERTIES"},o.createElement(ye,{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),Ue=function(e){function t(){return e.call(this,"light")||this}return p(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}(w),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 p(t,e),t.prototype.render=function(){var e=m.GenerateOutputPorts(this.props.node,!1),t=m.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),Ve=function(e){function t(t){var n=e.call(this,"light")||this;return n._globalState=t,n}return p(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}(d.AbstractNodeFactory),Ge=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 p(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),Ye=function(e){function t(){var t=e.call(this)||this;return t.type="advanced",t}return p(t,e),t.prototype.getNewInstance=function(e){return new y},t.prototype.generateLinkSegment=function(e,t,n,r){var i=(e.getTargetPort()||e.getSourcePort()).connection.type,a=g.GetColorFromConnectionNodeType(i);return o.createElement("path",{className:n?t.bem("--path-selected"):"",strokeWidth:3,stroke:a,d:r})},t}(d.DefaultLinkFactory),qe=function(e){function t(t){return e.call(this,t)||this}return p(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(ee,{title:"GENERAL"},o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(x,{label:"Type",value:t.getClassName()})),o.createElement(ee,{title:"PROPERTIES"},o.createElement(ke,{label:"From",propertyName:"sourceRange",target:t,onChange:function(){return e.forceRebuild()}}),o.createElement(ke,{label:"To",propertyName:"targetRange",target:t,onChange:function(){return e.forceRebuild()}})))},t}(o.Component),Xe=function(e){function t(){return e.call(this,"remap")||this}return p(t,e),Object.defineProperty(t.prototype,"remapBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(qe,{globalState:e,remapNode:this})},t}(w),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 p(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=m.GenerateInputPorts(this.props.node,void 0,!1),t=m.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),Ze=function(e){function t(t){var n=e.call(this,"remap")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(He,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new Xe},t}(d.AbstractNodeFactory),$e=n(71),Qe=function(){function e(){}return e.DistributeGraph=function(e){var t=this._MapElements(e),n=this._MapEdges(e),r=new $e.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)})),$e.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:f(f({},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}(),Ke=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 l.Engine(e,!0),this._scene=new l.Scene(this._engine),this._camera=new l.ArcRotateCamera("Camera",0,.8,4,l.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 l.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!==l.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),l.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 l.HemisphericLight("Hemispheric light",new l.Vector3(0,1,0),this._scene),this._globalState.directionalLight0){var n=new l.DirectionalLight("Directional light #0",new l.Vector3(.841626576496605,-.2193391004130599,-.49351298337996535),this._scene);n.intensity=.9,n.diffuse=new l.Color3(.9294117647058824,.9725490196078431,.996078431372549),n.specular=new l.Color3(.9294117647058824,.9725490196078431,.996078431372549),n.parent=this._lightParent}if(this._globalState.directionalLight1){var r=new l.DirectionalLight("Directional light #1",new l.Vector3(-.9519937437504213,-.24389315636999764,-.1849974057546125),this._scene);r.intensity=1.2,r.specular=new l.Color3(.9803921568627451,.9529411764705882,.7725490196078432),r.diffuse=new l.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(),l.SceneLoader.ShowLoadingScreen=!1,this._globalState.onIsLoadingChanged.notifyObservers(!0),this._globalState.previewMeshType){case r.Box:l.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(l.Mesh.CreateSphere("dummy-sphere",32,2,this._scene));break;case r.Torus:this._meshes.push(l.Mesh.CreateTorus("dummy-torus",2,.5,32,this._scene));break;case r.Cylinder:return void l.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(l.Mesh.CreateGround("dummy-plane",2,2,128,this._scene));break;case r.ShaderBall:return void l.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 l.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=l.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 De("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}(),Je=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.changeMeshType=function(e){this.props.globalState.previewMeshType!==e&&(this.props.globalState.previewMeshType=e,this.props.globalState.onPreviewCommandActivated.notifyObservers(),s.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(A,{icon:U})),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(A,{icon:D})),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(A,{icon:Z})),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(A,{icon:V})),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(A,{icon:$})),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(A,{icon:W})),o.createElement("div",{className:"button align",title:"Preview with a custom mesh"},o.createElement("label",{htmlFor:"file-picker",id:"file-picker-label"},o.createElement(A,{icon:H})),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),et=function(e){function t(t){return e.call(this,t)||this}return p(t,e),t.prototype.render=function(){var e=this,t=this.props.trigonometryNode.trigonometryBlock,n=[{label:"Cos",value:l.TrigonometryBlockOperations.Cos},{label:"Sin",value:l.TrigonometryBlockOperations.Sin},{label:"Abs",value:l.TrigonometryBlockOperations.Abs},{label:"Exp",value:l.TrigonometryBlockOperations.Exp},{label:"Exp2",value:l.TrigonometryBlockOperations.Exp2},{label:"Round",value:l.TrigonometryBlockOperations.Round},{label:"Ceiling",value:l.TrigonometryBlockOperations.Ceiling},{label:"Floor",value:l.TrigonometryBlockOperations.Floor},{label:"ArcCos",value:l.TrigonometryBlockOperations.ArcCos},{label:"ArcSin",value:l.TrigonometryBlockOperations.ArcSin},{label:"ArcTan",value:l.TrigonometryBlockOperations.ArcTan},{label:"Tan",value:l.TrigonometryBlockOperations.Tan},{label:"Log",value:l.TrigonometryBlockOperations.Log},{label:"Fract",value:l.TrigonometryBlockOperations.Fract},{label:"Sign",value:l.TrigonometryBlockOperations.Sign},{label:"Radians to degrees",value:l.TrigonometryBlockOperations.Degrees},{label:"Degrees to radians",value:l.TrigonometryBlockOperations.Radians}];return n.sort((function(e,t){return e.label.localeCompare(t.label)})),o.createElement("div",null,o.createElement(ee,{title:"GENERAL"},o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(x,{label:"Type",value:t.getClassName()})),o.createElement(ee,{title:"PROPERTIES"},o.createElement(ye,{label:"Operation",options:n,target:t,propertyName:"operation",onSelect:function(t){e.forceUpdate(),e.props.globalState.onRebuildRequiredObservable.notifyObservers()}})))},t}(o.Component),tt=function(e){function t(){return e.call(this,"trigonometry")||this}return p(t,e),Object.defineProperty(t.prototype,"trigonometryBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(et,{globalState:e,trigonometryNode:this})},t}(w),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 p(t,e),t.prototype.render=function(){var e=m.GenerateOutputPorts(this.props.node,!1),t=m.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"},l.TrigonometryBlockOperations[n.operation])))},t}(o.Component),rt=function(e){function t(t){var n=e.call(this,"trigonometry")||this;return n._globalState=t,n}return p(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}(d.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 p(t,e),t.prototype.renderValue=function(e){return e?o.createElement("div",{className:"value-text"},e):null},t.prototype.render=function(){var e=m.GenerateInputPorts(this.props.node,void 0,!0),t=m.GenerateOutputPorts(this.props.node,!0),n=this.props.node.block;return o.createElement("div",{className:"diagramBlock clamp"},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),it=function(e){function t(t){return e.call(this,t)||this}return p(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(ee,{title:"GENERAL"},o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(x,{label:"Type",value:t.getClassName()})),o.createElement(ee,{title:"PROPERTIES"},o.createElement(me,{label:"Minimum",propertyName:"minimum",target:t,onChange:function(){return e.forceRebuild()}}),o.createElement(me,{label:"Maximum",propertyName:"maximum",target:t,onChange:function(){return e.forceRebuild()}})))},t}(o.Component),at=function(e){function t(){return e.call(this,"clamp")||this}return p(t,e),Object.defineProperty(t.prototype,"clampBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(it,{globalState:e,remapNode:this})},t}(w),lt=function(e){function t(t){var n=e.call(this,"clamp")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(ot,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new at},t}(d.AbstractNodeFactory),st=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 p(t,e),t.prototype.render=function(){var e=m.GenerateOutputPorts(this.props.node,!1),t=m.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),ut=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(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(ee,{title:"GENERAL"},o.createElement(x,{label:"Type",value:"LightInformationBlock"}),o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:this.props.node.block,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}})),o.createElement(ee,{title:"PROPERTIES"},o.createElement(ye,{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),ct=function(e){function t(){return e.call(this,"light-information")||this}return p(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(ut,{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}(w),pt=function(e){function t(t){var n=e.call(this,"light-information")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(st,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new ct},t}(d.AbstractNodeFactory),ft=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 p(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=l.Color3.FromHexString(e);s.StoreNumber("BackgroundColorR",t.r),s.StoreNumber("BackgroundColorG",t.g),s.StoreNumber("BackgroundColorB",t.b),this.props.globalState.backgroundColor=l.Color4.FromColor3(t,1),this.props.globalState.onPreviewBackgroundChanged.notifyObservers()},t.prototype.changeBackFaceCulling=function(e){this.props.globalState.backFaceCulling=e,s.StoreBoolean("BackFaceCulling",e),this.props.globalState.onBackFaceCullingChanged.notifyObservers(),this.forceUpdate()},t.prototype.changeDepthPrePass=function(e){this.props.globalState.depthPrePass=e,s.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(A,{icon:this.props.globalState.rotatePreview?Q:X})),o.createElement("div",{title:"Background color",className:"button align"},o.createElement("label",{htmlFor:"color-picker",id:"color-picker-label"},o.createElement(A,{icon:q})),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(A,{icon:R})),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(A,{icon:F})),o.createElement("div",{title:"Turn on/off hemispheric light",onClick:function(){e.props.globalState.hemisphericLight=!e.props.globalState.hemisphericLight,s.StoreBoolean("HemisphericLight",e.props.globalState.hemisphericLight),e.props.globalState.onLightUpdated.notifyObservers(),e.forceUpdate()},className:"button"+(this.props.globalState.hemisphericLight?" selected":"")},o.createElement(A,{icon:K})),o.createElement("div",{title:"Turn on/off direction light #0",onClick:function(){e.props.globalState.directionalLight0=!e.props.globalState.directionalLight0,s.StoreBoolean("DirectionalLight0",e.props.globalState.directionalLight0),e.props.globalState.onLightUpdated.notifyObservers(),e.forceUpdate()},className:"button"+(this.props.globalState.directionalLight0?" selected":"")},o.createElement(A,{icon:G})),o.createElement("div",{title:"Turn on/off direction light #1",onClick:function(){e.props.globalState.directionalLight1=!e.props.globalState.directionalLight1,s.StoreBoolean("DirectionalLight1",e.props.globalState.directionalLight1),e.props.globalState.onLightUpdated.notifyObservers(),e.forceUpdate()},className:"button"+(this.props.globalState.directionalLight1?" selected":"")},o.createElement(A,{icon:G}))))},t}(o.Component),dt=function(e){function t(t){var n=e.call(this,t)||this;return n.state={gradient:t.step.step},n}return p(t,e),t.prototype.updateColor=function(e){this.props.step.color=l.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(A,{icon:J})))},t}(o.Component),ht=function(e){function t(t){return e.call(this,t)||this}return p(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 l.GradientBlockColorStep(1,l.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(ee,{title:"GENERAL"},o.createElement(te,{globalState:this.props.globalState,label:"Name",propertyName:"name",target:t,onChange:function(){return e.props.globalState.onUpdateRequiredObservable.notifyObservers()}}),o.createElement(x,{label:"Type",value:t.getClassName()})),o.createElement(ee,{title:"STEPS"},o.createElement(le,{label:"Add new step",onClick:function(){return e.addNewStep()}}),t.colorSteps.map((function(t,n){return o.createElement(dt,{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),gt=function(e){function t(){return e.call(this,"gradient")||this}return p(t,e),Object.defineProperty(t.prototype,"gradientBlock",{get:function(){return this.block},enumerable:!0,configurable:!0}),t.prototype.renderProperties=function(e){return o.createElement(ht,{globalState:e,gradientNode:this})},t}(w),mt=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 p(t,e),t.prototype.renderValue=function(e){return e?o.createElement("div",{className:"value-text"},e):null},t.prototype.render=function(){var e=m.GenerateInputPorts(this.props.node,void 0,!0),t=m.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),vt=function(e){function t(t){var n=e.call(this,"gradient")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(mt,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new gt},t}(d.AbstractNodeFactory),yt=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 p(t,e),t.prototype.render=function(){var e=m.GenerateOutputPorts(this.props.node,!1),t=m.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(de,{ref:"textureView",width:140,height:140,texture:this.props.node.texture,hideChannelSelect:!0}))},t}(o.Component),bt=function(e){function t(t){var n=e.call(this,"reflectiontexture")||this;return n._globalState=t,n}return p(t,e),t.prototype.generateReactWidget=function(e,t){return o.createElement(yt,{node:t,globalState:this._globalState})},t.prototype.getNewInstance=function(){return new ve},t}(d.AbstractNodeFactory);n(318),n(320),n(322);var wt=function(e){function t(t){var n=e.call(this,t)||this;return n.NodeWidth=100,n._leftWidth=s.ReadNumber("LeftWidth",200),n._rightWidth=s.ReadNumber("RightWidth",300),n._nodes=new Array,n._blocks=new Array,n._copiedNodes=[],n._mouseLocationX=0,n._mouseLocationY=0,n._altKeyIsPressed=!1,n._oldY=-1,n._toAdd=[],n._engine=new d.DiagramEngine,n._engine.installDefaultFactories(),n._engine.registerNodeFactory(new oe(n.props.globalState)),n._engine.registerNodeFactory(new xe(n.props.globalState)),n._engine.registerNodeFactory(new Ve(n.props.globalState)),n._engine.registerNodeFactory(new Ie(n.props.globalState)),n._engine.registerNodeFactory(new Ze(n.props.globalState)),n._engine.registerNodeFactory(new rt(n.props.globalState)),n._engine.registerNodeFactory(new lt(n.props.globalState)),n._engine.registerNodeFactory(new pt(n.props.globalState)),n._engine.registerNodeFactory(new vt(n.props.globalState)),n._engine.registerNodeFactory(new bt(n.props.globalState)),n._engine.registerLinkFactory(new Ye),n.props.globalState.onRebuildRequiredObservable.add((function(){n.props.globalState.nodeMaterial&&n.buildMaterial()})),n.props.globalState.onResetRequiredObservable.add((function(){n.build(!1),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(n._altKeyIsPressed=e.altKey,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 p(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 l.TextureBlock?new we:e.nodeMaterialBlock instanceof l.ReflectionTextureBlock?new ve:e.nodeMaterialBlock instanceof l.LightBlock?new Ue:e.nodeMaterialBlock instanceof l.InputBlock?new je:e.nodeMaterialBlock instanceof l.TrigonometryBlock?new tt:e.nodeMaterialBlock instanceof l.RemapBlock?new Xe:e.nodeMaterialBlock instanceof l.ClampBlock?new at:e.nodeMaterialBlock instanceof l.LightInformationBlock?new ct:e.nodeMaterialBlock instanceof l.GradientBlock?new gt:new re,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=g.GetConnectionNodeTypeFromString(e),n=new l.InputBlock(e,void 0,t);return this.createNodeFromObject({type:e,nodeMaterialBlock:n})},t.prototype.onWidgetKeyUp=function(e){this._altKeyIsPressed=!1,this._oldY=-1;var t=this.refs.test;t&&!this.props.globalState.blockKeyboardEvents&&t.onKeyUp(e)},t.prototype.componentDidMount=function(){var e=this;if(this.props.globalState.hostDocument){var t=this.refs.test;t.setState({document:this.props.globalState.hostDocument}),this._onWidgetKeyUpPointer=this.onWidgetKeyUp.bind(this),this.props.globalState.hostDocument.addEventListener("keyup",this._onWidgetKeyUpPointer,!1),this.props.globalState.hostDocument.defaultView.addEventListener("blur",(function(){return e._altKeyIsPressed=!1}),!1);var n=t.onMouseMove;t.onMouseMove=function(t){if(e._altKeyIsPressed&&1===t.buttons){e._oldY<0&&(e._oldY=t.pageY);var r=(t.pageY-e._oldY)/10;Math.abs(r)>5&&(e._engine.diagramModel.setZoomLevel(e._engine.diagramModel.getZoomLevel()+r),e._engine.repaintCanvas(),e._oldY=t.pageY)}else n(t)};var r=t.onMouseUp;t.onMouseUp=function(t){e._oldY=-1,r(t)},this._previewManager=new Ke(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 De("Node material build successful",!1))}catch(e){this.props.globalState.onLogRequiredObservable.notifyObservers(new De(e,!0))}ce.UpdateLocations(this.props.globalState.nodeMaterial,this.props.globalState)}},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){var t=this;void 0===e&&(e=!1);var n=this.props.globalState.nodeMaterial.editorData;if(this._model=new d.DiagramModel,this._nodes=[],this._blocks=[],this._model.addListener({nodesUpdated:function(e){if(!e.isCreated){var n=e.node.block;if(n){var r=t.props.globalState.nodeMaterial.attachedBlocks.indexOf(n);r>-1&&t.props.globalState.nodeMaterial.attachedBlocks.splice(r,1),n.isFinalMerger&&t.props.globalState.nodeMaterial.removeOutputNode(n);var o=t._blocks.indexOf(n);o>-1&&t._blocks.splice(o,1)}t.props.globalState.onSelectionChangedObservable.notifyObservers(null)}},linksUpdated:function(e){if(e.isCreated)e.link.addListener({sourcePortChanged:function(){},targetPortChanged:function(n){var r=b.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],s=a.getSourcePort().connection,u=a.getTargetPort().connection;s!==r.output.connection&&u!==r.output.connection&&a.remove()}var c=r.output.connection.checkCompatibilityState(r.input.connection);if(c===l.NodeMaterialConnectionPointCompatibilityStates.Compatible)o&&t.applyFragmentOutputConstraints(r.input),r.output.connection.connectTo(r.input.connection);else{n.entity.remove();var p="";switch(c){case l.NodeMaterialConnectionPointCompatibilityStates.TypeIncompatible:p="Cannot connect two different connection types";break;case l.NodeMaterialConnectionPointCompatibilityStates.TargetIncompatible:p="Source block can only work in fragment shader whereas destination block is currently aimed for the vertex shader"}t.props.globalState.onErrorMessageDialogRequiredObservable.notifyObservers(p)}t.forceUpdate()}t.props.globalState.nodeMaterial&&t.buildMaterial()}else e.link.remove()}});else{t.props.globalState.onSelectionChangedObservable.notifyObservers(null);var n=e.link.sourcePort,r=b.SortInputOutput(n,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),t.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==l.NodeMaterialBlockConnectionPointTypes.AutoDetect)return;var i=t.addValueNode(g.GetStringFromConnectionNodeType(o.connection.type)),a=i.ports.output.link(o);i.x=e.link.points[1].x-t.NodeWidth,i.y=e.link.points[1].y,setTimeout((function(){t._model.addLink(a),o.syncWithNodeMaterialConnectionPoint(o.connection),i.ports.output.syncWithNodeMaterialConnectionPoint(i.ports.output.connection),"FragmentOutputBlock"===o.parent.block.getClassName()&&t.applyFragmentOutputConstraints(o),t.forceUpdate()}),1),i.ports.output.connection.connectTo(o.connection),t.props.globalState.onRebuildRequiredObservable.notifyObservers()}t.forceUpdate()}}}),this.props.globalState.nodeMaterial){var r=this.props.globalState.nodeMaterial;r._vertexOutputNodes.forEach((function(e){t.createNodeFromObject({nodeMaterialBlock:e})})),r._fragmentOutputNodes.forEach((function(e){t.createNodeFromObject({nodeMaterialBlock:e})})),r.attachedBlocks.forEach((function(e){t.createNodeFromObject({nodeMaterialBlock:e})}))}setTimeout((function(){var e;t._toAdd&&(e=t._model).addAll.apply(e,t._toAdd),t._toAdd=null,t._engine.setDiagramModel(t._model),t.forceUpdate(),t.reOrganize(n)}),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 Qe.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)),s.StoreNumber("LeftWidth",this._leftWidth)):(this._rightWidth-=n,this._rightWidth=Math.max(250,Math.min(500,this._rightWidth)),s.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;if(-1===n.indexOf("Block"))r=this.addValueNode(n);else if(p=g.GetBlockFromString(n,this.props.globalState.nodeMaterial.getScene(),this.props.globalState.nodeMaterial)){if(p.isUnique)for(var o=p.getClassName(),i=0,a=this._blocks;i<a.length;i++){var l=a[i];if(l!==p&&l.getClassName()===o)return void this.props.globalState.onErrorMessageDialogRequiredObservable.notifyObservers("You can only have one "+o+" per graph")}this._toAdd=[],p.autoConfigure(this.props.globalState.nodeMaterial),r=this.createNodeFromObject({nodeMaterialBlock:p})}if(r){var s=this._engine.diagramModel.getZoomLevel()/100,u=(e.clientX-e.currentTarget.offsetLeft-this._engine.diagramModel.getOffsetX()-this.NodeWidth)/s,c=(e.clientY-e.currentTarget.offsetTop-this._engine.diagramModel.getOffsetY()-20)/s;r.setPosition(u,c);var p=r.block;u-=this.NodeWidth+150,p._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(u,c),c+=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(fe,{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(ae,{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(d.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(pe,{globalState:this.props.globalState}),o.createElement(Je,{globalState:this.props.globalState}),o.createElement(ft,{globalState:this.props.globalState,width:this._rightWidth})),o.createElement(Fe,{globalState:this.props.globalState})),o.createElement(Ge,{globalState:this.props.globalState}),o.createElement("div",{className:"blocker"},"Node Material Editor runs only on desktop"))},t}(o.Component),xt=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}(),_t=function(){function e(){}return e.Show=function(e){this._CurrentState&&((i=xt["node-editor"])&&i.close());var t=e.hostElement;t||(t=xt.CreatePopup("BABYLON.JS NODE EDITOR","node-editor",1e3,800));var n=new u;n.nodeMaterial=e.nodeMaterial,n.hostElement=t,n.hostDocument=t.ownerDocument,n.customSave=e.customSave;var r=o.createElement(wt,{globalState:n});a.render(r,t),e.customLoadObservable&&e.customLoadObservable.add((function(e){ce.Deserialize(e,n)})),this._CurrentState=n;var i=xt["node-editor"];n.nodeMaterial&&i&&(n.nodeMaterial.getScene().onDisposeObservable.addOnce((function(){i&&i.close()})),window.onbeforeunload=function(){var e=xt["node-editor"];e&&e.close()})},e}();n.d(t,"a",(function(){return _t}))},function(e,t,n){"use strict";var r=n(7);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,n,r){var o=""+t,i=""+n;if(!e&&o>i){var a=o;o=i,i=a}var l={v:o,w:i};return r&&(l.name=r),l}function f(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=p(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?f(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?f(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?f(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(15)(n(10),"Map");e.exports=r},function(e,t,n){var r=n(163),o=n(170),i=n(172),a=n(173),l=n(174);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(74),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(33)(e))},function(e,t,n){var r=n(43),o=n(180),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(81),o=n(82),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(87);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(64),o=n(14);e.exports=function(e,t){return e&&r(e,t,o)}},function(e,t,n){var r=n(199)();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(46),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(5),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(60),o=n(233);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(e,r){function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(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){a(e,t,n[t])}))}return e}function s(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 Be})),n.d(t,"b",(function(){return Le}));var u=function(){},c={},p={},f={mark:u,measure:u};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(p=document),"undefined"!=typeof MutationObserver&&MutationObserver,"undefined"!=typeof performance&&(f=performance)}catch(e){}var d=(c.navigator||{}).userAgent,h=void 0===d?"":d,g=c,m=p,v=f,y=(g.document,!!m.documentElement&&!!m.head&&"function"==typeof m.addEventListener&&"function"==typeof m.createElement),b=(~h.indexOf("MSIE")||h.indexOf("Trident/"),"fa"),w="svg-inline--fa",x="data-fa-i2svg",_=(function(){try{}catch(e){return!1}}(),[1,2,3,4,5,6,7,8,9,10]),k=_.concat([11,12,13,14,15,16,17,18,19,20]),E={GROUP:"group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},C=(["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter",E.GROUP,E.SWAP_OPACITY,E.PRIMARY,E.SECONDARY].concat(_.map((function(e){return"".concat(e,"x")}))).concat(k.map((function(e){return"w-".concat(e)}))),g.FontAwesomeConfig||{});if(m&&"function"==typeof m.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-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(e){var t=s(e,2),n=t[0],r=t[1],o=function(e){return""===e||"false"!==e&&("true"===e||e)}(function(e){var t=m.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}(n));null!=o&&(C[r]=o)}))}var S=l({},{familyPrefix:b,replacementClass:w,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},C);S.autoReplaceSvg||(S.observeMutations=!1);var P=l({},S);g.FontAwesomeConfig=P;var N=g||{};N.___FONT_AWESOME___||(N.___FONT_AWESOME___={}),N.___FONT_AWESOME___.styles||(N.___FONT_AWESOME___.styles={}),N.___FONT_AWESOME___.hooks||(N.___FONT_AWESOME___.hooks={}),N.___FONT_AWESOME___.shims||(N.___FONT_AWESOME___.shims=[]);var M=N.___FONT_AWESOME___,T=[];y&&((m.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(m.readyState)||m.addEventListener("DOMContentLoaded",(function e(){m.removeEventListener("DOMContentLoaded",e),1,T.map((function(e){return e()}))})));var O,L="pending",B="settled",A="fulfilled",j="rejected",R=function(){},I=void 0!==e&&void 0!==e.process&&"function"==typeof e.process.emit,D=void 0===r?setTimeout:r,F=[];function z(){for(var e=0;e<F.length;e++)F[e][0](F[e][1]);F=[],O=!1}function U(e,t){F.push([e,t]),O||(O=!0,D(z,0))}function W(e){var t=e.owner,n=t._state,r=t._data,o=e[n],i=e.then;if("function"==typeof o){n=A;try{r=o(r)}catch(e){q(i,e)}}V(i,r)||(n===A&&G(i,r),n===j&&q(i,r))}function V(e,t){var n;try{if(e===t)throw new TypeError("A promises callback cannot return that same promise.");if(t&&("function"==typeof t||"object"===o(t))){var r=t.then;if("function"==typeof r)return r.call(t,(function(r){n||(n=!0,t===r?Y(e,r):G(e,r))}),(function(t){n||(n=!0,q(e,t))})),!0}}catch(t){return n||q(e,t),!0}return!1}function G(e,t){e!==t&&V(e,t)||Y(e,t)}function Y(e,t){e._state===L&&(e._state=B,e._data=t,U(H,e))}function q(e,t){e._state===L&&(e._state=B,e._data=t,U(Z,e))}function X(e){e._then=e._then.forEach(W)}function H(e){e._state=A,X(e)}function Z(t){t._state=j,X(t),!t._handled&&I&&e.process.emit("unhandledRejection",t._data,t)}function $(t){e.process.emit("rejectionHandled",t)}function Q(e){if("function"!=typeof e)throw new TypeError("Promise resolver "+e+" is not a function");if(this instanceof Q==!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(e,t){function n(e){q(t,e)}try{e((function(e){G(t,e)}),n)}catch(e){n(e)}}(e,this)}Q.prototype={constructor:Q,_state:L,_then:null,_data:void 0,_handled:!1,then:function(e,t){var n={owner:this,then:new this.constructor(R),fulfilled:e,rejected:t};return!t&&!e||this._handled||(this._handled=!0,this._state===j&&I&&U($,this)),this._state===A||this._state===j?U(W,n):this._then.push(n),n.then},catch:function(e){return this.then(null,e)}},Q.all=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.all().");return new Q((function(t,n){var r=[],o=0;function i(e){return o++,function(n){r[e]=n,--o||t(r)}}for(var a,l=0;l<e.length;l++)(a=e[l])&&"function"==typeof a.then?a.then(i(l),n):r[l]=a;o||t(r)}))},Q.race=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.race().");return new Q((function(t,n){for(var r,o=0;o<e.length;o++)(r=e[o])&&"function"==typeof r.then?r.then(t,n):t(r)}))},Q.resolve=function(e){return e&&"object"===o(e)&&e.constructor===Q?e:new Q((function(t){t(e)}))},Q.reject=function(e){return new Q((function(t,n){n(e)}))};"function"==typeof Promise&&Promise;var K={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function J(e){if(e&&y){var t=m.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var n=m.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 m.head.insertBefore(t,r),e}}var ee="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function te(){for(var e=12,t="";e-- >0;)t+=ee[62*Math.random()|0];return t}function ne(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function re(e){return Object.keys(e||{}).reduce((function(t,n){return t+"".concat(n,": ").concat(e[n],";")}),"")}function oe(e){return e.size!==K.size||e.x!==K.x||e.y!==K.y||e.rotate!==K.rotate||e.flipX||e.flipY}function ie(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 ae={x:0,y:0,width:"100%",height:"100%"};function le(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function se(e){var t=e.icons,n=t.main,r=t.mask,o=e.prefix,i=e.iconName,a=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=[P.replacementClass,i?"".concat(P.familyPrefix,"-").concat(i):"",m].filter((function(e){return-1===c.classes.indexOf(e)})).concat(c.classes).join(" "),y={children:[],attributes:l({},c.attributes,{"data-prefix":o,"data-icon":i,class:v,role:c.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(h," ").concat(g)})};f&&(y.attributes[x]=""),u&&y.children.push({tag:"title",attributes:{id:y.attributes["aria-labelledby"]||"title-".concat(te())},children:[u]});var b=l({},y,{prefix:o,iconName:i,main:n,mask:r,transform:a,symbol:s,styles:c.styles}),w=r.found&&n.found?function(e){var t,n=e.children,r=e.attributes,o=e.main,i=e.mask,a=e.transform,s=o.width,u=o.icon,c=i.width,p=i.icon,f=ie({transform:a,containerWidth:c,iconWidth:s}),d={tag:"rect",attributes:l({},ae,{fill:"white"})},h=u.children?{children:u.children.map(le)}:{},g={tag:"g",attributes:l({},f.inner),children:[le(l({tag:u.tag,attributes:l({},u.attributes,f.path)},h))]},m={tag:"g",attributes:l({},f.outer),children:[g]},v="mask-".concat(te()),y="clip-".concat(te()),b={tag:"mask",attributes:l({},ae,{id:v,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[d,m]},w={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(t=p,"g"===t.tag?t.children:[t])},b]};return n.push(w,{tag:"rect",attributes:l({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(v,")")},ae)}),{children:n,attributes:r}}(b):function(e){var t=e.children,n=e.attributes,r=e.main,o=e.transform,i=re(e.styles);if(i.length>0&&(n.style=i),oe(o)){var a=ie({transform:o,containerWidth:r.width,iconWidth:r.width});t.push({tag:"g",attributes:l({},a.outer),children:[{tag:"g",attributes:l({},a.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:l({},r.icon.attributes,a.path)}]}]})}else t.push(r.icon);return{children:t,attributes:n}}(b),_=w.children,k=w.attributes;return b.children=_,b.attributes=k,s?function(e){var t=e.prefix,n=e.iconName,r=e.children,o=e.attributes,i=e.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:l({},o,{id:!0===i?"".concat(t,"-").concat(P.familyPrefix,"-").concat(n):i}),children:r}]}]}(b):function(e){var t=e.children,n=e.main,r=e.mask,o=e.attributes,i=e.styles,a=e.transform;if(oe(a)&&n.found&&!r.found){var s={x:n.width/n.height/2,y:.5};o.style=re(l({},i,{"transform-origin":"".concat(s.x+a.x/16,"em ").concat(s.y+a.y/16,"em")}))}return[{tag:"svg",attributes:o,children:t}]}(b)}var ue=function(){},ce=(P.measurePerformance&&v&&v.mark&&v.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});function pe(e,t){var n=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,r=void 0!==n&&n,o=Object.keys(t).reduce((function(e,n){var r=t[n];return!!r.icon?e[r.iconName]=r.icon:e[n]=r,e}),{});"function"!=typeof M.hooks.addPack||r?M.styles[e]=l({},M.styles[e]||{},o):M.hooks.addPack(e,o),"fas"===e&&pe("fa",t)}var fe=M.styles,de=M.shims,he=function(){var e=function(e){return ce(fe,(function(t,n,r){return t[r]=ce(n,e,{}),t}),{})};e((function(e,t,n){return t[3]&&(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 fe;ce(de,(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}),{})};he();M.styles;function ge(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}function me(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?ne(e):"<".concat(t," ").concat(function(e){return Object.keys(e||{}).reduce((function(t,n){return t+"".concat(n,'="').concat(ne(e[n]),'" ')}),"").trim()}(r),">").concat(i.map(me).join(""),"</").concat(t,">")}var ve=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 ye(e){this.name="MissingIcon",this.message=e||"Icon unavailable",this.stack=(new Error).stack}ye.prototype=Object.create(Error.prototype),ye.prototype.constructor=ye;var be={fill:"currentColor"},we={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},xe={tag:"path",attributes:l({},be,{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"})},_e=l({},we,{attributeName:"opacity"});l({},be,{cx:"256",cy:"364",r:"28"}),l({},we,{attributeName:"r",values:"28;14;28;28;14;28;"}),l({},_e,{values:"1;0;1;1;0;1;"}),l({},be,{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"}),l({},_e,{values:"1;0;0;0;0;1;"}),l({},be,{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"}),l({},_e,{values:"0;0;1;1;0;0;"}),M.styles;function ke(e){var t=e[0],n=e[1],r=s(e.slice(4),1)[0];return{found:!0,width:t,height:n,icon:Array.isArray(r)?{tag:"g",attributes:{class:"".concat(P.familyPrefix,"-").concat(E.GROUP)},children:[{tag:"path",attributes:{class:"".concat(P.familyPrefix,"-").concat(E.SECONDARY),fill:"currentColor",d:r[0]}},{tag:"path",attributes:{class:"".concat(P.familyPrefix,"-").concat(E.PRIMARY),fill:"currentColor",d:r[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:r}}}}M.styles;var Ee='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-both, .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:root .fa-flip-both {\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}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';function Ce(){var e=b,t=w,n=P.familyPrefix,r=P.replacementClass,o=Ee;if(n!==e||r!==t){var i=new RegExp("\\.".concat(e,"\\-"),"g"),a=new RegExp("\\--".concat(e,"\\-"),"g"),l=new RegExp("\\.".concat(t),"g");o=o.replace(i,".".concat(n,"-")).replace(a,"--".concat(n,"-")).replace(l,".".concat(r))}return o}function Se(){P.autoAddCss&&!Oe&&(J(Ce()),Oe=!0)}function Pe(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map((function(e){return me(e)}))}}),Object.defineProperty(e,"node",{get:function(){if(y){var t=m.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 ge(Te.definitions,n,r)||ge(M.styles,n,r)}var Me,Te=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,r;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]=l({},e.definitions[t]||{},o[t]),pe(t,o[t]),he()}))}},{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}}])&&i(t.prototype,n),r&&i(t,r),e}()),Oe=!1,Le={transform:function(e){return ve(e)}},Be=(Me=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,r=void 0===n?K:n,o=t.symbol,i=void 0!==o&&o,a=t.mask,s=void 0===a?null:a,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 Pe(l({type:"icon"},e),(function(){return Se(),P.autoA11y&&(c?h["aria-labelledby"]="".concat(P.replacementClass,"-title-").concat(te()):(h["aria-hidden"]="true",h.focusable="false")),se({icons:{main:ke(b),mask:s?ke(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:v,iconName:y,transform:l({},K,r),symbol:i,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||{})),Me(n,l({},t,{mask:r}))})}).call(this,n(18),n(132).setImmediate)},function(e,t,n){e.exports={graphlib:n(9),layout:n(257),debug:n(316),util:{time:n(6).time,notime:n(6).notime},version:n(317)}},function(e,t,n){"use strict";
- /*
- object-assign
- (c) Sindre Sorhus
- @license MIT
- */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,l,s=a(e),u=1;u<arguments.length;u++){for(var c in n=Object(arguments[u]))o.call(n,c)&&(s[c]=n[c]);if(r){l=r(n);for(var p=0;p<l.length;p++)i.call(n,l[p])&&(s[l[p]]=n[l[p]])}}return s}},function(e,t,n){var r=n(34),o=n(55),i=n(39),a=n(175),l=n(181),s=n(79),u=n(80),c=n(184),p=n(185),f=n(84),d=n(186),h=n(25),g=n(190),m=n(191),v=n(89),y=n(5),b=n(23),w=n(195),x=n(8),_=n(197),k=n(14),E=1,C=2,S=4,P="[object Arguments]",N="[object Function]",M="[object GeneratorFunction]",T="[object Object]",O={};O[P]=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[N]=O["[object WeakMap]"]=!1,e.exports=function e(t,n,L,B,A,j){var R,I=n&E,D=n&C,F=n&S;if(L&&(R=A?L(t,B,A,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==N||U==M;if(b(t))return s(t,I);if(U==T||U==P||W&&!A){if(R=D||W?{}:v(t),!I)return D?p(t,l(R,t)):c(t,a(R,t))}else{if(!O[U])return A?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(18))},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(15),o=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=o},function(e,t,n){var r=n(176),o=n(30),i=n(5),a=n(23),l=n(41),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(10),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(33)(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(60),o=n(44),i=n(59),a=n(82),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(85),o=n(59),i=n(14);e.exports=function(e){return r(e,i,o)}},function(e,t,n){var r=n(60),o=n(5);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(15)(n(10),"Set");e.exports=r},function(e,t,n){var r=n(10).Uint8Array;e.exports=r},function(e,t,n){var r=n(61);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(90),o=n(44),i=n(43);e.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:r(o(e))}},function(e,t,n){var r=n(8),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(92)},function(e,t,n){var r=n(55),o=n(45),i=n(93),a=n(5);e.exports=function(e,t){return(a(e)?r:o)(e,i(t))}},function(e,t,n){var r=n(17);e.exports=function(e){return"function"==typeof e?e:r}},function(e,t,n){var r=n(81),o=n(201),i=n(13),a=n(5);e.exports=function(e,t){return(a(e)?r:o)(e,i(t,3))}},function(e,t,n){var r=n(204),o=n(11);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(97),o=n(207),i=n(98),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(54),o=n(205),i=n(206);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(8);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(217);e.exports=function(e){return null==e?"":r(e)}},function(e,t,n){var r=n(218),o=n(103);e.exports=function(e,t){return null!=e&&o(e,t,r)}},function(e,t,n){var r=n(46),o=n(30),i=n(5),a=n(41),l=n(56),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(221),o=n(103);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(47),o=n(13),i=n(108),a=n(5);e.exports=function(e,t){return(a(e)?r:i)(e,o(t,3))}},function(e,t,n){var r=n(45),o=n(12);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(223),o=n(45),i=n(13),a=n(224),l=n(5);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(234),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(235),o=n(236)(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(12),o=n(11);e.exports=function(e){return o(e)&&r(e)}},function(e,t,n){var r=n(245),o=n(14);e.exports=function(e){return null==e?[]:r(e,o(e))}},function(e,t,n){var r=n(7),o=n(116);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(7);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(7);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++};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))}));if(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(7);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(7);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(264),o=1/0,i=17976931348623157e292;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(68);e.exports=function(e){return(null==e?0:e.length)?r(e,1):[]}},function(e,t,n){var r=n(40),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(4),o=n(9).Graph,i=n(50).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(51);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(18))},function(e,t,n){"use strict";
- /** @license React v16.9.0
- * react.production.min.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */var r=n(72),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},P={current:null},N=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)N.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:P.current}}function O(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var L=/\/+/g,B=[];function A(e,t,n,r){if(B.length){var o=B.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>B.length&&B.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(null===t||"object"!=typeof t?c=null:c="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=A(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=A(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=P.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)N.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:P,IsSomeRendererActing:{current:!1},assign:r}},V={default:W},G=V&&W||V;e.exports=G.default||G},function(e,t,n){"use strict";
- /** @license React v16.9.0
- * react-dom.production.min.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */var r=n(0),o=n(72),i=n(129);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={};function g(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)}}var m=!1,v=null,y=!1,b=null,w={onError:function(e){m=!0,v=e}};function x(e,t,n,r,o,i,a,l,s){m=!1,v=null,g.apply(w,arguments)}var _=null,k=null,E=null;function C(e,t,n){var r=e.type||"unknown-event";e.currentTarget=E(n),function(e,t,n,r,o,i,l,s,u){if(x.apply(this,arguments),m){if(!m)throw a(Error(198));var c=v;m=!1,v=null,y||(y=!0,b=c)}}(r,t,void 0,e),e.currentTarget=null}function S(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 P(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var N=null;function M(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)C(e,t[r],n[r]);else t&&C(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function T(e){if(null!==e&&(N=S(N,e)),e=N,N=null,e){if(P(e,M),N)throw a(Error(95));if(y)throw e=b,y=!1,b=null,e}}var O={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 L(e,t){var n=e.stateNode;if(!n)return null;var r=_(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 B=Math.random().toString(36).slice(2),A="__reactInternalInstance$"+B,j="__reactEventHandlers$"+B;function R(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 I(e){return!(e=e[A])||5!==e.tag&&6!==e.tag?null:e}function D(e){if(5===e.tag||6===e.tag)return e.stateNode;throw a(Error(33))}function F(e){return e[j]||null}function z(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function U(e,t,n){(t=L(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=S(n._dispatchListeners,t),n._dispatchInstances=S(n._dispatchInstances,e))}function W(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=z(t);for(t=n.length;0<t--;)U(n[t],"captured",e);for(t=0;t<n.length;t++)U(n[t],"bubbled",e)}}function V(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=L(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=S(n._dispatchListeners,t),n._dispatchInstances=S(n._dispatchInstances,e))}function G(e){e&&e.dispatchConfig.registrationName&&V(e._targetInst,null,e)}function Y(e){P(e,W)}var q=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement);function X(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var H={animationend:X("Animation","AnimationEnd"),animationiteration:X("Animation","AnimationIteration"),animationstart:X("Animation","AnimationStart"),transitionend:X("Transition","TransitionEnd")},Z={},$={};function Q(e){if(Z[e])return Z[e];if(!H[e])return e;var t,n=H[e];for(t in n)if(n.hasOwnProperty(t)&&t in $)return Z[e]=n[t];return e}q&&($=document.createElement("div").style,"AnimationEvent"in window||(delete H.animationend.animation,delete H.animationiteration.animation,delete H.animationstart.animation),"TransitionEvent"in window||delete H.transitionend.transition);var K=Q("animationend"),J=Q("animationiteration"),ee=Q("animationstart"),te=Q("transitionend"),ne="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),re=null,oe=null,ie=null;function ae(){if(ie)return ie;var e,t,n=oe,r=n.length,o="value"in re?re.value:re.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 ie=o.slice(e,1<t?1-t:void 0)}function le(){return!0}function se(){return!1}function ue(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)?le:se,this.isPropagationStopped=se,this}function ce(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 pe(e){if(!(e instanceof this))throw a(Error(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function fe(e){e.eventPool=[],e.getPooled=ce,e.release=pe}o(ue.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=le)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=le)},persist:function(){this.isPersistent=le},isPersistent:se,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=se,this._dispatchInstances=this._dispatchListeners=null}}),ue.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},ue.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,fe(n),n},fe(ue);var de=ue.extend({data:null}),he=ue.extend({data:null}),ge=[9,13,27,32],me=q&&"CompositionEvent"in window,ve=null;q&&"documentMode"in document&&(ve=document.documentMode);var ye=q&&"TextEvent"in window&&!ve,be=q&&(!me||ve&&8<ve&&11>=ve),we=String.fromCharCode(32),xe={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(" ")}},_e=!1;function ke(e,t){switch(e){case"keyup":return-1!==ge.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function Ee(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Ce=!1;var Se={eventTypes:xe,extractEvents:function(e,t,n,r){var o=void 0,i=void 0;if(me)e:{switch(e){case"compositionstart":o=xe.compositionStart;break e;case"compositionend":o=xe.compositionEnd;break e;case"compositionupdate":o=xe.compositionUpdate;break e}o=void 0}else Ce?ke(e,n)&&(o=xe.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=xe.compositionStart);return o?(be&&"ko"!==n.locale&&(Ce||o!==xe.compositionStart?o===xe.compositionEnd&&Ce&&(i=ae()):(oe="value"in(re=r)?re.value:re.textContent,Ce=!0)),o=de.getPooled(o,t,n,r),i?o.data=i:null!==(i=Ee(n))&&(o.data=i),Y(o),i=o):i=null,(e=ye?function(e,t){switch(e){case"compositionend":return Ee(t);case"keypress":return 32!==t.which?null:(_e=!0,we);case"textInput":return(e=t.data)===we&&_e?null:e;default:return null}}(e,n):function(e,t){if(Ce)return"compositionend"===e||!me&&ke(e,t)?(e=ae(),ie=oe=re=null,Ce=!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 be&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=he.getPooled(xe.beforeInput,t,n,r)).data=e,Y(t)):t=null,null===i?t:null===t?i:[i,t]}},Pe=null,Ne=null,Me=null;function Te(e){if(e=k(e)){if("function"!=typeof Pe)throw a(Error(280));var t=_(e.stateNode);Pe(e.stateNode,e.type,t)}}function Oe(e){Ne?Me?Me.push(e):Me=[e]:Ne=e}function Le(){if(Ne){var e=Ne,t=Me;if(Me=Ne=null,Te(e),t)for(e=0;e<t.length;e++)Te(t[e])}}function Be(e,t){return e(t)}function Ae(e,t,n,r){return e(t,n,r)}function je(){}var Re=Be,Ie=!1;function De(){null===Ne&&null===Me||(je(),Le())}var Fe={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 ze(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Fe[e.type]:"textarea"===t}function Ue(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function We(e){if(!q)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 Ve(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function Ge(e){e._valueTracker||(e._valueTracker=function(e){var t=Ve(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 Ye(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Ve(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}var qe=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;qe.hasOwnProperty("ReactCurrentDispatcher")||(qe.ReactCurrentDispatcher={current:null}),qe.hasOwnProperty("ReactCurrentBatchConfig")||(qe.ReactCurrentBatchConfig={suspense:null});var Xe=/^(.*)[\\\/]/,He="function"==typeof Symbol&&Symbol.for,Ze=He?Symbol.for("react.element"):60103,$e=He?Symbol.for("react.portal"):60106,Qe=He?Symbol.for("react.fragment"):60107,Ke=He?Symbol.for("react.strict_mode"):60108,Je=He?Symbol.for("react.profiler"):60114,et=He?Symbol.for("react.provider"):60109,tt=He?Symbol.for("react.context"):60110,nt=He?Symbol.for("react.concurrent_mode"):60111,rt=He?Symbol.for("react.forward_ref"):60112,ot=He?Symbol.for("react.suspense"):60113,it=He?Symbol.for("react.suspense_list"):60120,at=He?Symbol.for("react.memo"):60115,lt=He?Symbol.for("react.lazy"):60116;He&&Symbol.for("react.fundamental"),He&&Symbol.for("react.responder");var st="function"==typeof Symbol&&Symbol.iterator;function ut(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=st&&e[st]||e["@@iterator"])?e:null}function ct(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 Qe:return"Fragment";case $e:return"Portal";case Je:return"Profiler";case Ke:return"StrictMode";case ot:return"Suspense";case it:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case tt:return"Context.Consumer";case et:return"Context.Provider";case rt:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case at:return ct(e.type);case lt:if(e=1===e._status?e._result:null)return ct(e)}return null}function pt(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=ct(e.type);n=null,r&&(n=ct(r.type)),r=i,i="",o?i=" (at "+o.fileName.replace(Xe,"")+":"+o.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}var ft=/^[: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]*$/,dt=Object.prototype.hasOwnProperty,ht={},gt={};function mt(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 vt={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){vt[e]=new mt(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];vt[t]=new mt(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){vt[e]=new mt(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){vt[e]=new mt(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){vt[e]=new mt(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){vt[e]=new mt(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){vt[e]=new mt(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){vt[e]=new mt(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){vt[e]=new mt(e,5,!1,e.toLowerCase(),null,!1)}));var yt=/[\-:]([a-z])/g;function bt(e){return e[1].toUpperCase()}function wt(e,t,n,r){var o=vt.hasOwnProperty(t)?vt[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!!dt.call(gt,e)||!dt.call(ht,e)&&(ft.test(e)?gt[e]=!0:(ht[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 xt(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function _t(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 kt(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=xt(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 Et(e,t){null!=(t=t.checked)&&wt(e,"checked",t,!1)}function Ct(e,t){Et(e,t);var n=xt(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")?Pt(e,t.type,n):t.hasOwnProperty("defaultValue")&&Pt(e,t.type,xt(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function St(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 Pt(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(yt,bt);vt[t]=new mt(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(yt,bt);vt[t]=new mt(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(yt,bt);vt[t]=new mt(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){vt[e]=new mt(e,1,!1,e.toLowerCase(),null,!1)})),vt.xlinkHref=new mt("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){vt[e]=new mt(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 Mt(e,t,n){return(e=ue.getPooled(Nt.change,e,t,n)).type="change",Oe(n),Y(e),e}var Tt=null,Ot=null;function Lt(e){T(e)}function Bt(e){if(Ye(D(e)))return e}function At(e,t){if("change"===e)return t}var jt=!1;function Rt(){Tt&&(Tt.detachEvent("onpropertychange",It),Ot=Tt=null)}function It(e){if("value"===e.propertyName&&Bt(Ot))if(e=Mt(Ot,e,Ue(e)),Ie)T(e);else{Ie=!0;try{Be(Lt,e)}finally{Ie=!1,De()}}}function Dt(e,t,n){"focus"===e?(Rt(),Ot=n,(Tt=t).attachEvent("onpropertychange",It)):"blur"===e&&Rt()}function Ft(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Bt(Ot)}function zt(e,t){if("click"===e)return Bt(t)}function Ut(e,t){if("input"===e||"change"===e)return Bt(t)}q&&(jt=We("input")&&(!document.documentMode||9<document.documentMode));var Wt={eventTypes:Nt,_isInputEventSupported:jt,extractEvents:function(e,t,n,r){var o=t?D(t):window,i=void 0,a=void 0,l=o.nodeName&&o.nodeName.toLowerCase();if("select"===l||"input"===l&&"file"===o.type?i=At:ze(o)?jt?i=Ut:(i=Ft,a=Dt):(l=o.nodeName)&&"input"===l.toLowerCase()&&("checkbox"===o.type||"radio"===o.type)&&(i=zt),i&&(i=i(e,t)))return Mt(i,n,r);a&&a(e,o,t),"blur"===e&&(e=o._wrapperState)&&e.controlled&&"number"===o.type&&Pt(o,"number",o.value)}},Vt=ue.extend({view:null,detail:null}),Gt={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Yt(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Gt[e])&&!!t[e]}function qt(){return Yt}var Xt=0,Ht=0,Zt=!1,$t=!1,Qt=Vt.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:qt,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=Xt;return Xt=e.screenX,Zt?"mousemove"===e.type?e.screenX-t:0:(Zt=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Ht;return Ht=e.screenY,$t?"mousemove"===e.type?e.screenY-t:0:($t=!0,0)}}),Kt=Qt.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Jt={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},en={eventTypes:Jt,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)?R(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=Qt,l=Jt.mouseLeave,s=Jt.mouseEnter,u="mouse"):"pointerout"!==e&&"pointerover"!==e||(a=Kt,l=Jt.pointerLeave,s=Jt.pointerEnter,u="pointer");var c=null==i?o:D(i);if(o=null==t?o:D(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=z(a))u++;for(a=0,s=o;s;s=z(s))a++;for(;0<u-a;)t=z(t),u--;for(;0<a-u;)o=z(o),a--;for(;u--;){if(t===o||t===o.alternate)break e;t=z(t),o=z(o)}t=null}else t=null;for(o=t,t=[];i&&i!==o&&(null===(u=i.alternate)||u!==o);)t.push(i),i=z(i);for(i=[];r&&r!==o&&(null===(u=r.alternate)||u!==o);)i.push(r),r=z(r);for(r=0;r<t.length;r++)V(t[r],"bubbled",e);for(r=i.length;0<r--;)V(i[r],"captured",n);return[e,n]}};function tn(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}var nn=Object.prototype.hasOwnProperty;function rn(e,t){if(tn(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(!nn.call(t,n[r])||!tn(e[n[r]],t[n[r]]))return!1;return!0}function on(e,t){return{responder:e,props:t}}function an(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 ln(e){if(2!==an(e))throw a(Error(188))}function sn(e){if(!(e=function(e){var t=e.alternate;if(!t){if(3===(t=an(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 ln(o),e;if(i===r)return ln(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 un=ue.extend({animationName:null,elapsedTime:null,pseudoElement:null}),cn=ue.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),pn=Vt.extend({relatedTarget:null});function fn(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 dn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},hn={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"},gn=Vt.extend({key:function(e){if(e.key){var t=dn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=fn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?hn[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:qt,charCode:function(e){return"keypress"===e.type?fn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?fn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),mn=Qt.extend({dataTransfer:null}),vn=Vt.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:qt}),yn=ue.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),bn=Qt.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}),wn=[["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],[K,"animationEnd",2],[J,"animationIteration",2],[ee,"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],[te,"transitionEnd",2],["waiting","waiting",2]],xn={},_n={},kn=0;kn<wn.length;kn++){var En=wn[kn],Cn=En[0],Sn=En[1],Pn=En[2],Nn="on"+(Sn[0].toUpperCase()+Sn.slice(1)),Mn={phasedRegistrationNames:{bubbled:Nn,captured:Nn+"Capture"},dependencies:[Cn],eventPriority:Pn};xn[Sn]=Mn,_n[Cn]=Mn}var Tn={eventTypes:xn,getEventPriority:function(e){return void 0!==(e=_n[e])?e.eventPriority:2},extractEvents:function(e,t,n,r){var o=_n[e];if(!o)return null;switch(e){case"keypress":if(0===fn(n))return null;case"keydown":case"keyup":e=gn;break;case"blur":case"focus":e=pn;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=Qt;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=mn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=vn;break;case K:case J:case ee:e=un;break;case te:e=yn;break;case"scroll":e=Vt;break;case"wheel":e=bn;break;case"copy":case"cut":case"paste":e=cn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Kt;break;default:e=ue}return Y(t=e.getPooled(o,t,n,r)),t}},On=Tn.getEventPriority,Ln=[];function Bn(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=R(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var o=Ue(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=S(a,s))}T(a)}}var An=!0;function jn(e,t){Rn(t,e,!1)}function Rn(e,t,n){switch(On(t)){case 0:var r=In.bind(null,t,1);break;case 1:r=Dn.bind(null,t,1);break;default:r=Fn.bind(null,t,1)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function In(e,t,n){Ie||je();var r=Fn,o=Ie;Ie=!0;try{Ae(r,e,t,n)}finally{(Ie=o)||De()}}function Dn(e,t,n){Fn(e,t,n)}function Fn(e,t,n){if(An){if(null===(t=R(t=Ue(n)))||"number"!=typeof t.tag||2===an(t)||(t=null),Ln.length){var r=Ln.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,Ie)Bn(n);else{Ie=!0;try{Re(Bn,n,void 0)}finally{Ie=!1,De()}}}finally{e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>Ln.length&&Ln.push(e)}}}var zn=new("function"==typeof WeakMap?WeakMap:Map);function Un(e){var t=zn.get(e);return void 0===t&&(t=new Set,zn.set(e,t)),t}function Wn(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 Vn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Gn(e,t){var n,r=Vn(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=Vn(r)}}function Yn(){for(var e=window,t=Wn();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=Wn((e=t.contentWindow).document)}return t}function qn(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 Xn=q&&"documentMode"in document&&11>=document.documentMode,Hn={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Zn=null,$n=null,Qn=null,Kn=!1;function Jn(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Kn||null==Zn||Zn!==Wn(n)?null:("selectionStart"in(n=Zn)&&qn(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},Qn&&rn(Qn,n)?null:(Qn=n,(e=ue.getPooled(Hn.select,$n,e,t)).type="select",e.target=Zn,Y(e),e))}var er={eventTypes:Hn,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=Un(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?D(t):window,e){case"focus":(ze(i)||"true"===i.contentEditable)&&(Zn=i,$n=t,Qn=null);break;case"blur":Qn=$n=Zn=null;break;case"mousedown":Kn=!0;break;case"contextmenu":case"mouseup":case"dragend":return Kn=!1,Jn(n,r);case"selectionchange":if(Xn)break;case"keydown":case"keyup":return Jn(n,r)}return null}};function tr(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 nr(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=""+xt(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 rr(e,t){if(null!=t.dangerouslySetInnerHTML)throw a(Error(91));return o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function or(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:xt(n)}}function ir(e,t){var n=xt(t.value),r=xt(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 ar(e){var t=e.textContent;t===e._wrapperState.initialValue&&(e.value=t)}O.injectEventPluginOrder("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),_=F,k=I,E=D,O.injectEventPluginsByName({SimpleEventPlugin:Tn,EnterLeaveEventPlugin:en,ChangeEventPlugin:Wt,SelectEventPlugin:er,BeforeInputEventPlugin:Se});var lr={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function sr(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 ur(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?sr(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var cr=void 0,pr=function(e){return"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction((function(){return e(t,n)}))}:e}((function(e,t){if(e.namespaceURI!==lr.svg||"innerHTML"in e)e.innerHTML=t;else{for((cr=cr||document.createElement("div")).innerHTML="<svg>"+t+"</svg>",t=cr.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function fr(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 dr={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},hr=["Webkit","ms","Moz","O"];function gr(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||dr.hasOwnProperty(e)&&dr[e]?(""+t).trim():t+"px"}function mr(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=gr(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(dr).forEach((function(e){hr.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),dr[t]=dr[e]}))}));var vr=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 yr(e,t){if(t){if(vr[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 br(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 wr(e,t){var n=Un(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":Rn(e,"scroll",!0);break;case"focus":case"blur":Rn(e,"focus",!0),Rn(e,"blur",!0),n.add("blur"),n.add("focus");break;case"cancel":case"close":We(o)&&Rn(e,o,!0);break;case"invalid":case"submit":case"reset":break;default:-1===ne.indexOf(o)&&jn(o,e)}n.add(o)}}}function xr(){}var _r=null,kr=null;function Er(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function Cr(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 Sr="function"==typeof setTimeout?setTimeout:void 0,Pr="function"==typeof clearTimeout?clearTimeout:void 0;function Nr(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}new Set;var Mr=[],Tr=-1;function Or(e){0>Tr||(e.current=Mr[Tr],Mr[Tr]=null,Tr--)}function Lr(e,t){Mr[++Tr]=e.current,e.current=t}var Br={},Ar={current:Br},jr={current:!1},Rr=Br;function Ir(e,t){var n=e.type.contextTypes;if(!n)return Br;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 Dr(e){return null!=(e=e.childContextTypes)}function Fr(e){Or(jr),Or(Ar)}function zr(e){Or(jr),Or(Ar)}function Ur(e,t,n){if(Ar.current!==Br)throw a(Error(168));Lr(Ar,t),Lr(jr,n)}function Wr(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),ct(t)||"Unknown",i);return o({},n,r)}function Vr(e){var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||Br,Rr=Ar.current,Lr(Ar,t),Lr(jr,jr.current),!0}function Gr(e,t,n){var r=e.stateNode;if(!r)throw a(Error(169));n?(t=Wr(e,t,Rr),r.__reactInternalMemoizedMergedChildContext=t,Or(jr),Or(Ar),Lr(Ar,t)):Or(jr),Lr(jr,n)}var Yr=i.unstable_runWithPriority,qr=i.unstable_scheduleCallback,Xr=i.unstable_cancelCallback,Hr=i.unstable_shouldYield,Zr=i.unstable_requestPaint,$r=i.unstable_now,Qr=i.unstable_getCurrentPriorityLevel,Kr=i.unstable_ImmediatePriority,Jr=i.unstable_UserBlockingPriority,eo=i.unstable_NormalPriority,to=i.unstable_LowPriority,no=i.unstable_IdlePriority,ro={},oo=void 0!==Zr?Zr:function(){},io=null,ao=null,lo=!1,so=$r(),uo=1e4>so?$r:function(){return $r()-so};function co(){switch(Qr()){case Kr:return 99;case Jr:return 98;case eo:return 97;case to:return 96;case no:return 95;default:throw a(Error(332))}}function po(e){switch(e){case 99:return Kr;case 98:return Jr;case 97:return eo;case 96:return to;case 95:return no;default:throw a(Error(332))}}function fo(e,t){return e=po(e),Yr(e,t)}function ho(e,t,n){return e=po(e),qr(e,t,n)}function go(e){return null===io?(io=[e],ao=qr(Kr,vo)):io.push(e),ro}function mo(){null!==ao&&Xr(ao),vo()}function vo(){if(!lo&&null!==io){lo=!0;var e=0;try{var t=io;fo(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),io=null}catch(t){throw null!==io&&(io=io.slice(e+1)),qr(Kr,mo),t}finally{lo=!1}}}function yo(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 bo(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 wo={current:null},xo=null,_o=null,ko=null;function Eo(){ko=_o=xo=null}function Co(e,t){var n=e.type._context;Lr(wo,n._currentValue),n._currentValue=t}function So(e){var t=wo.current;Or(wo),e.type._context._currentValue=t}function Po(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 No(e,t){xo=e,ko=_o=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(pa=!0),e.firstContext=null)}function Mo(e,t){if(ko!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(ko=e,t=1073741823),t={context:e,observedBits:t,next:null},null===_o){if(null===xo)throw a(Error(308));_o=t,xo.dependencies={expirationTime:0,firstContext:t,responders:null}}else _o=_o.next=t;return e._currentValue}var To=!1;function Oo(e){return{baseState:e,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Lo(e){return{baseState:e.baseState,firstUpdate:e.firstUpdate,lastUpdate:e.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Bo(e,t){return{expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Ao(e,t){null===e.lastUpdate?e.firstUpdate=e.lastUpdate=t:(e.lastUpdate.next=t,e.lastUpdate=t)}function jo(e,t){var n=e.alternate;if(null===n){var r=e.updateQueue,o=null;null===r&&(r=e.updateQueue=Oo(e.memoizedState))}else r=e.updateQueue,o=n.updateQueue,null===r?null===o?(r=e.updateQueue=Oo(e.memoizedState),o=n.updateQueue=Oo(n.memoizedState)):r=e.updateQueue=Lo(o):null===o&&(o=n.updateQueue=Lo(r));null===o||r===o?Ao(r,t):null===r.lastUpdate||null===o.lastUpdate?(Ao(r,t),Ao(o,t)):(Ao(r,t),o.lastUpdate=t)}function Ro(e,t){var n=e.updateQueue;null===(n=null===n?e.updateQueue=Oo(e.memoizedState):Io(e,n)).lastCapturedUpdate?n.firstCapturedUpdate=n.lastCapturedUpdate=t:(n.lastCapturedUpdate.next=t,n.lastCapturedUpdate=t)}function Io(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=Lo(t)),t}function Do(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:To=!0}return r}function Fo(e,t,n,r,o){To=!1;for(var i=(t=Io(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)):(Wl(c,s.suspenseConfig),u=Do(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=Do(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 zo(e,t,n){null!==t.firstCapturedUpdate&&(null!==t.lastUpdate&&(t.lastUpdate.next=t.firstCapturedUpdate,t.lastUpdate=t.lastCapturedUpdate),t.firstCapturedUpdate=t.lastCapturedUpdate=null),Uo(t.firstEffect,n),t.firstEffect=t.lastEffect=null,Uo(t.firstCapturedEffect,n),t.firstCapturedEffect=t.lastCapturedEffect=null}function Uo(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 Wo=qe.ReactCurrentBatchConfig,Vo=(new r.Component).refs;function Go(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 Yo={isMounted:function(e){return!!(e=e._reactInternalFiber)&&2===an(e)},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=Ml(),o=Wo.suspense;(o=Bo(r=Tl(r,e,o),o)).payload=t,null!=n&&(o.callback=n),jo(e,o),Ll(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=Ml(),o=Wo.suspense;(o=Bo(r=Tl(r,e,o),o)).tag=1,o.payload=t,null!=n&&(o.callback=n),jo(e,o),Ll(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=Ml(),r=Wo.suspense;(r=Bo(n=Tl(n,e,r),r)).tag=2,null!=t&&(r.callback=t),jo(e,r),Ll(e,n)}};function qo(e,t,n,r,o,i,a){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!rn(n,r)||!rn(o,i))}function Xo(e,t,n){var r=!1,o=Br,i=t.contextType;return"object"==typeof i&&null!==i?i=Mo(i):(o=Dr(t)?Rr:Ar.current,i=(r=null!=(r=t.contextTypes))?Ir(e,o):Br),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=Yo,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function Ho(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&&Yo.enqueueReplaceState(t,t.state,null)}function Zo(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=Vo;var i=t.contextType;"object"==typeof i&&null!==i?o.context=Mo(i):(i=Dr(t)?Rr:Ar.current,o.context=Ir(e,i)),null!==(i=e.updateQueue)&&(Fo(e,i,n,o,r),o.state=e.memoizedState),"function"==typeof(i=t.getDerivedStateFromProps)&&(Go(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&&Yo.enqueueReplaceState(o,o.state,null),null!==(i=e.updateQueue)&&(Fo(e,i,n,o,r),o.state=e.memoizedState)),"function"==typeof o.componentDidMount&&(e.effectTag|=4)}var $o=Array.isArray;function Qo(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===Vo&&(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 Ko(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 Jo(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=is(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=ss(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=Qo(e,t,n),r.return=e,r):((r=as(n.type,n.key,n.props,null,e.mode,r)).ref=Qo(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=us(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=ls(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=ss(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case Ze:return(n=as(t.type,t.key,t.props,null,e.mode,n)).ref=Qo(e,null,t),n.return=e,n;case $e:return(t=us(t,e.mode,n)).return=e,t}if($o(t)||ut(t))return(t=ls(t,e.mode,n,null)).return=e,t;Ko(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 Ze:return n.key===o?n.type===Qe?p(e,t,n.props.children,r,o):u(e,t,n,r):null;case $e:return n.key===o?c(e,t,n,r):null}if($o(n)||ut(n))return null!==o?null:p(e,t,n,r,null);Ko(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 Ze:return e=e.get(null===r.key?n:r.key)||null,r.type===Qe?p(t,e,r.props.children,o,r.key):u(t,e,r,o);case $e:return c(t,e=e.get(null===r.key?n:r.key)||null,r,o)}if($o(r)||ut(r))return p(t,e=e.get(n)||null,r,o,null);Ko(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=ut(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===Qe&&null===i.key;u&&(i=i.props.children);var c="object"==typeof i&&null!==i;if(c)switch(i.$$typeof){case Ze:e:{for(c=i.key,u=r;null!==u;){if(u.key===c){if(7===u.tag?i.type===Qe:u.elementType===i.type){n(e,u.sibling),(r=o(u,i.type===Qe?i.props.children:i.props)).ref=Qo(e,u,i),r.return=e,e=r;break e}n(e,u);break}t(e,u),u=u.sibling}i.type===Qe?((r=ls(i.props.children,e.mode,s,i.key)).return=e,e=r):((s=as(i.type,i.key,i.props,null,e.mode,s)).ref=Qo(e,r,i),s.return=e,e=s)}return l(e);case $e: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=us(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=ss(i,e.mode,s)).return=e,e=r),l(e);if($o(i))return g(e,r,i,s);if(ut(i))return m(e,r,i,s);if(c&&Ko(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 ei=Jo(!0),ti=Jo(!1),ni={},ri={current:ni},oi={current:ni},ii={current:ni};function ai(e){if(e===ni)throw a(Error(174));return e}function li(e,t){Lr(ii,t),Lr(oi,e),Lr(ri,ni);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ur(null,"");break;default:t=ur(t=(n=8===n?t.parentNode:t).namespaceURI||null,n=n.tagName)}Or(ri),Lr(ri,t)}function si(e){Or(ri),Or(oi),Or(ii)}function ui(e){ai(ii.current);var t=ai(ri.current),n=ur(t,e.type);t!==n&&(Lr(oi,e),Lr(ri,n))}function ci(e){oi.current===e&&(Or(ri),Or(oi))}var pi=1,fi=1,di=2,hi={current:0};function gi(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 mi=0,vi=2,yi=4,bi=8,wi=16,xi=32,_i=64,ki=128,Ei=qe.ReactCurrentDispatcher,Ci=0,Si=null,Pi=null,Ni=null,Mi=null,Ti=null,Oi=null,Li=0,Bi=null,Ai=0,ji=!1,Ri=null,Ii=0;function Di(){throw a(Error(321))}function Fi(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!tn(e[n],t[n]))return!1;return!0}function zi(e,t,n,r,o,i){if(Ci=i,Si=t,Ni=null!==e?e.memoizedState:null,Ei.current=null===Ni?Ji:ea,t=n(r,o),ji){do{ji=!1,Ii+=1,Ni=null!==e?e.memoizedState:null,Oi=Mi,Bi=Ti=Pi=null,Ei.current=ea,t=n(r,o)}while(ji);Ri=null,Ii=0}if(Ei.current=Ki,(e=Si).memoizedState=Mi,e.expirationTime=Li,e.updateQueue=Bi,e.effectTag|=Ai,e=null!==Pi&&null!==Pi.next,Ci=0,Oi=Ti=Mi=Ni=Pi=Si=null,Li=0,Bi=null,Ai=0,e)throw a(Error(300));return t}function Ui(){Ei.current=Ki,Ci=0,Oi=Ti=Mi=Ni=Pi=Si=null,Li=0,Bi=null,Ai=0,ji=!1,Ri=null,Ii=0}function Wi(){var e={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};return null===Ti?Mi=Ti=e:Ti=Ti.next=e,Ti}function Vi(){if(null!==Oi)Oi=(Ti=Oi).next,Ni=null!==(Pi=Ni)?Pi.next:null;else{if(null===Ni)throw a(Error(310));var e={memoizedState:(Pi=Ni).memoizedState,baseState:Pi.baseState,queue:Pi.queue,baseUpdate:Pi.baseUpdate,next:null};Ti=null===Ti?Mi=e:Ti.next=e,Ni=Pi.next}return Ti}function Gi(e,t){return"function"==typeof t?t(e):t}function Yi(e){var t=Vi(),n=t.queue;if(null===n)throw a(Error(311));if(n.lastRenderedReducer=e,0<Ii){var r=n.dispatch;if(null!==Ri){var o=Ri.get(n);if(void 0!==o){Ri.delete(n);var i=t.memoizedState;do{i=e(i,o.action),o=o.next}while(null!==o);return tn(i,t.memoizedState)||(pa=!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<Ci?(c||(c=!0,s=l,o=i),p>Li&&(Li=p)):(Wl(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),tn(i,t.memoizedState)||(pa=!0),t.memoizedState=i,t.baseUpdate=s,t.baseState=o,n.lastRenderedState=i}return[t.memoizedState,n.dispatch]}function qi(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===Bi?(Bi={lastEffect:null}).lastEffect=e.next=e:null===(t=Bi.lastEffect)?Bi.lastEffect=e.next=e:(n=t.next,t.next=e,e.next=n,Bi.lastEffect=e),e}function Xi(e,t,n,r){var o=Wi();Ai|=e,o.memoizedState=qi(t,n,void 0,void 0===r?null:r)}function Hi(e,t,n,r){var o=Vi();r=void 0===r?null:r;var i=void 0;if(null!==Pi){var a=Pi.memoizedState;if(i=a.destroy,null!==r&&Fi(r,a.deps))return void qi(mi,n,i,r)}Ai|=e,o.memoizedState=qi(t,n,i,r)}function Zi(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 $i(){}function Qi(e,t,n){if(!(25>Ii))throw a(Error(301));var r=e.alternate;if(e===Si||null!==r&&r===Si)if(ji=!0,e={expirationTime:Ci,suspenseConfig:null,action:n,eagerReducer:null,eagerState:null,next:null},null===Ri&&(Ri=new Map),void 0===(n=Ri.get(t)))Ri.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}else{var o=Ml(),i=Wo.suspense;i={expirationTime:o=Tl(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,tn(c,u))return}catch(e){}Ll(e,o)}}var Ki={readContext:Mo,useCallback:Di,useContext:Di,useEffect:Di,useImperativeHandle:Di,useLayoutEffect:Di,useMemo:Di,useReducer:Di,useRef:Di,useState:Di,useDebugValue:Di,useResponder:Di},Ji={readContext:Mo,useCallback:function(e,t){return Wi().memoizedState=[e,void 0===t?null:t],e},useContext:Mo,useEffect:function(e,t){return Xi(516,ki|_i,e,t)},useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Xi(4,yi|xi,Zi.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Xi(4,yi|xi,e,t)},useMemo:function(e,t){var n=Wi();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Wi();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=Qi.bind(null,Si,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Wi().memoizedState=e},useState:function(e){var t=Wi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={last:null,dispatch:null,lastRenderedReducer:Gi,lastRenderedState:e}).dispatch=Qi.bind(null,Si,e),[t.memoizedState,e]},useDebugValue:$i,useResponder:on},ea={readContext:Mo,useCallback:function(e,t){var n=Vi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Fi(t,r[1])?r[0]:(n.memoizedState=[e,t],e)},useContext:Mo,useEffect:function(e,t){return Hi(516,ki|_i,e,t)},useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Hi(4,yi|xi,Zi.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Hi(4,yi|xi,e,t)},useMemo:function(e,t){var n=Vi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Fi(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)},useReducer:Yi,useRef:function(){return Vi().memoizedState},useState:function(e){return Yi(Gi)},useDebugValue:$i,useResponder:on},ta=null,na=null,ra=!1;function oa(e,t){var n=rs(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 ia(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 aa(e){if(ra){var t=na;if(t){var n=t;if(!ia(e,t)){if(!(t=Nr(n.nextSibling))||!ia(e,t))return e.effectTag|=2,ra=!1,void(ta=e);oa(ta,n)}ta=e,na=Nr(t.firstChild)}else e.effectTag|=2,ra=!1,ta=e}}function la(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&18!==e.tag;)e=e.return;ta=e}function sa(e){if(e!==ta)return!1;if(!ra)return la(e),ra=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!Cr(t,e.memoizedProps))for(t=na;t;)oa(e,t),t=Nr(t.nextSibling);return la(e),na=ta?Nr(e.stateNode.nextSibling):null,!0}function ua(){na=ta=null,ra=!1}var ca=qe.ReactCurrentOwner,pa=!1;function fa(e,t,n,r){t.child=null===e?ti(t,null,n,r):ei(t,e.child,n,r)}function da(e,t,n,r,o){n=n.render;var i=t.ref;return No(t,o),r=zi(e,t,n,r,i,o),null===e||pa?(t.effectTag|=1,fa(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Ca(e,t,o))}function ha(e,t,n,r,o,i){if(null===e){var a=n.type;return"function"!=typeof a||os(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=as(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,ga(e,t,a,r,o,i))}return a=e.child,o<i&&(o=a.memoizedProps,(n=null!==(n=n.compare)?n:rn)(o,r)&&e.ref===t.ref)?Ca(e,t,i):(t.effectTag|=1,(e=is(a,r)).ref=t.ref,e.return=t,t.child=e)}function ga(e,t,n,r,o,i){return null!==e&&rn(e.memoizedProps,r)&&e.ref===t.ref&&(pa=!1,o<i)?Ca(e,t,i):va(e,t,n,r,i)}function ma(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function va(e,t,n,r,o){var i=Dr(n)?Rr:Ar.current;return i=Ir(t,i),No(t,o),n=zi(e,t,n,r,i,o),null===e||pa?(t.effectTag|=1,fa(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Ca(e,t,o))}function ya(e,t,n,r,o){if(Dr(n)){var i=!0;Vr(t)}else i=!1;if(No(t,o),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),Xo(t,n,r),Zo(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=Mo(u):u=Ir(t,u=Dr(n)?Rr:Ar.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)&&Ho(t,a,r,u),To=!1;var f=t.memoizedState;s=a.state=f;var d=t.updateQueue;null!==d&&(Fo(t,d,r,a,o),s=t.memoizedState),l!==r||f!==s||jr.current||To?("function"==typeof c&&(Go(t,n,c,r),s=t.memoizedState),(l=To||qo(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:bo(t.type,l),s=a.context,"object"==typeof(u=n.contextType)&&null!==u?u=Mo(u):u=Ir(t,u=Dr(n)?Rr:Ar.current),(p="function"==typeof(c=n.getDerivedStateFromProps)||"function"==typeof a.getSnapshotBeforeUpdate)||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(l!==r||s!==u)&&Ho(t,a,r,u),To=!1,s=t.memoizedState,f=a.state=s,null!==(d=t.updateQueue)&&(Fo(t,d,r,a,o),f=t.memoizedState),l!==r||s!==f||jr.current||To?("function"==typeof c&&(Go(t,n,c,r),f=t.memoizedState),(c=To||qo(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 ba(e,t,n,r,i,o)}function ba(e,t,n,r,o,i){ma(e,t);var a=0!=(64&t.effectTag);if(!r&&!a)return o&&Gr(t,n,!1),Ca(e,t,i);r=t.stateNode,ca.current=t;var l=a&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&a?(t.child=ei(t,e.child,null,i),t.child=ei(t,null,l,i)):fa(e,t,l,i),t.memoizedState=r.state,o&&Gr(t,n,!0),t.child}function wa(e){var t=e.stateNode;t.pendingContext?Ur(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ur(0,t.context,!1),li(e,t.containerInfo)}var xa={};function _a(e,t,n){var r,o=t.mode,i=t.pendingProps,a=hi.current,l=null,s=!1;if((r=0!=(64&t.effectTag))||(r=0!=(a&di)&&(null===e||null!==e.memoizedState)),r?(l=xa,s=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(a|=fi),Lr(hi,a&=pi),null===e)if(s){if(i=i.fallback,(e=ls(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=ls(i,o,n,null)).return=t,e.sibling=n,o=e}else o=n=ti(t,null,i.children,n);else{if(null!==e.memoizedState)if(o=(a=e.child).sibling,s){if(i=i.fallback,(n=is(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=is(o,i,o.expirationTime)).return=t,n.sibling=i,o=n,n.childExpirationTime=0,n=i}else o=n=ei(t,a.child,i.children,n);else if(a=e.child,s){if(s=i.fallback,(i=ls(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=ls(s,o,n,null)).return=t,i.sibling=n,n.effectTag|=2,o=i,i.childExpirationTime=0}else n=o=ei(t,a,i.children,n);t.stateNode=e.stateNode}return t.memoizedState=l,t.child=o,n}function ka(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 Ea(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(fa(e,t,r.children,n),0!=((r=hi.current)&di))r=r&pi|di,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),Po(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&=pi}if(Lr(hi,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===gi(r)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),ka(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===gi(r)){t.child=o;break}r=o.sibling,o.sibling=n,n=o,o=r}ka(t,!0,n,null,i);break;case"together":ka(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Ca(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=is(e=t.child,e.pendingProps,e.expirationTime),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=is(e,e.pendingProps,e.expirationTime)).return=t;n.sibling=null}return t.child}function Sa(e){e.effectTag|=4}var Pa=void 0,Na=void 0,Ma=void 0,Ta=void 0;function Oa(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 La(e){switch(e.tag){case 1:Dr(e.type)&&Fr();var t=e.effectTag;return 2048&t?(e.effectTag=-2049&t|64,e):null;case 3:if(si(),zr(),0!=(64&(t=e.effectTag)))throw a(Error(285));return e.effectTag=-2049&t|64,e;case 5:return ci(e),null;case 13:return Or(hi),2048&(t=e.effectTag)?(e.effectTag=-2049&t|64,e):null;case 18:return null;case 19:return Or(hi),null;case 4:return si(),null;case 10:return So(e),null;default:return null}}function Ba(e,t){return{value:e,source:t,stack:pt(t)}}Pa=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}},Na=function(){},Ma=function(e,t,n,r,i){var a=e.memoizedProps;if(a!==r){var l=t.stateNode;switch(ai(ri.current),e=null,n){case"input":a=_t(l,a),r=_t(l,r),e=[];break;case"option":a=tr(l,a),r=tr(l,r),e=[];break;case"select":a=o({},a,{value:void 0}),r=o({},r,{value:void 0}),e=[];break;case"textarea":a=rr(l,a),r=rr(l,r),e=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(l.onclick=xr)}yr(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&&wr(i,n),e||u===c||(e=[])):(e=e||[]).push(n,c))}s&&(e=e||[]).push("style",s),i=e,(t.updateQueue=i)&&Sa(t)}},Ta=function(e,t,n,r){n!==r&&Sa(t)};var Aa="function"==typeof WeakSet?WeakSet:Set;function ja(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=pt(n)),null!==n&&ct(n.type),t=t.value,null!==e&&1===e.tag&&ct(e.type);try{console.error(t)}catch(e){setTimeout((function(){throw e}))}}function Ra(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){$l(e,t)}else t.current=null}function Ia(e,t,n){if(null!==(n=null!==(n=n.updateQueue)?n.lastEffect:null)){var r=n=n.next;do{if((r.tag&e)!==mi){var o=r.destroy;r.destroy=void 0,void 0!==o&&o()}(r.tag&t)!==mi&&(o=r.create,r.destroy=o()),r=r.next}while(r!==n)}}function Da(e,t){switch("function"==typeof ts&&ts(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;fo(97<t?97:t,(function(){var t=r;do{var n=t.destroy;if(void 0!==n){var o=e;try{n()}catch(e){$l(o,e)}}t=t.next}while(t!==r)}))}break;case 1:Ra(e),"function"==typeof(t=e.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){$l(e,t)}}(e,t);break;case 5:Ra(e);break;case 4:Wa(e,t)}}function Fa(e,t){for(var n=e;;)if(Da(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 za(e){return 5===e.tag||3===e.tag||4===e.tag}function Ua(e){e:{for(var t=e.return;null!==t;){if(za(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&&(fr(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||za(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=xr)):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 Wa(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(Fa(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,Fa(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(Da(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 Va(e,t){switch(t.tag){case 0:case 11:case 14:case 15:Ia(yi,bi,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[j]=r,"input"===e&&"radio"===r.type&&null!=r.name&&Et(n,r),br(e,o),t=br(e,r),o=0;o<i.length;o+=2){var l=i[o],s=i[o+1];"style"===l?mr(n,s):"dangerouslySetInnerHTML"===l?pr(n,s):"children"===l?fr(n,s):wt(n,l,s,t)}switch(e){case"input":Ct(n,r);break;case"textarea":ir(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?nr(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?nr(n,!!r.multiple,r.defaultValue,!0):nr(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,gl=uo()),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=gr("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}Ga(t);break;case 19:Ga(t);break;case 17:case 20:break;default:throw a(Error(163))}}function Ga(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Aa),t.forEach((function(t){var r=Kl.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}var Ya="function"==typeof WeakMap?WeakMap:Map;function qa(e,t,n){(n=Bo(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){yl||(yl=!0,bl=r),ja(e,t)},n}function Xa(e,t,n){(n=Bo(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return ja(e,t),r(o)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof r&&(null===wl?wl=new Set([this]):wl.add(this),ja(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var Ha=Math.ceil,Za=qe.ReactCurrentDispatcher,$a=qe.ReactCurrentOwner,Qa=0,Ka=8,Ja=16,el=32,tl=0,nl=1,rl=2,ol=3,il=4,al=Qa,ll=null,sl=null,ul=0,cl=tl,pl=1073741823,fl=1073741823,dl=null,hl=!1,gl=0,ml=500,vl=null,yl=!1,bl=null,wl=null,xl=!1,_l=null,kl=90,El=0,Cl=null,Sl=0,Pl=null,Nl=0;function Ml(){return(al&(Ja|el))!==Qa?1073741821-(uo()/10|0):0!==Nl?Nl:Nl=1073741821-(uo()/10|0)}function Tl(e,t,n){if(0==(2&(t=t.mode)))return 1073741823;var r=co();if(0==(4&t))return 99===r?1073741823:1073741822;if((al&Ja)!==Qa)return ul;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!==ll&&e===ul&&--e,e}var Ol=0;function Ll(e,t){if(50<Sl)throw Sl=0,Pl=null,a(Error(185));if(null!==(e=Bl(e,t))){e.pingTime=0;var n=co();if(1073741823===t)if((al&Ka)!==Qa&&(al&(Ja|el))===Qa)for(var r=Ul(e,1073741823,!0);null!==r;)r=r(!0);else Al(e,99,1073741823),al===Qa&&mo();else Al(e,n,t);(4&al)===Qa||98!==n&&99!==n||(null===Cl?Cl=new Map([[e,t]]):(void 0===(n=Cl.get(e))||n>t)&&Cl.set(e,t))}}function Bl(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 Al(e,t,n){if(e.callbackExpirationTime<n){var r=e.callbackNode;null!==r&&r!==ro&&Xr(r),e.callbackExpirationTime=n,1073741823===n?e.callbackNode=go(jl.bind(null,e,Ul.bind(null,e,n))):(r=null,1!==n&&(r={timeout:10*(1073741821-n)-uo()}),e.callbackNode=ho(t,jl.bind(null,e,Ul.bind(null,e,n)),r))}}function jl(e,t,n){var r=e.callbackNode,o=null;try{return null!==(o=t(n))?jl.bind(null,e,o):null}finally{null===o&&r===e.callbackNode&&(e.callbackNode=null,e.callbackExpirationTime=0)}}function Rl(){(al&(1|Ja|el))===Qa&&(function(){if(null!==Cl){var e=Cl;Cl=null,e.forEach((function(e,t){go(Ul.bind(null,t,e))})),mo()}}(),Xl())}function Il(e,t){var n=al;al|=1;try{return e(t)}finally{(al=n)===Qa&&mo()}}function Dl(e,t,n,r){var o=al;al|=4;try{return fo(98,e.bind(null,t,n,r))}finally{(al=o)===Qa&&mo()}}function Fl(e,t){var n=al;al&=-2,al|=Ka;try{return e(t)}finally{(al=n)===Qa&&mo()}}function zl(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,Pr(n)),null!==sl)for(n=sl.return;null!==n;){var r=n;switch(r.tag){case 1:var o=r.type.childContextTypes;null!=o&&Fr();break;case 3:si(),zr();break;case 5:ci(r);break;case 4:si();break;case 13:case 19:Or(hi);break;case 10:So(r)}n=n.return}ll=e,sl=is(e.current,null),ul=t,cl=tl,fl=pl=1073741823,dl=null,hl=!1}function Ul(e,t,n){if((al&(Ja|el))!==Qa)throw a(Error(327));if(e.firstPendingTime<t)return null;if(n&&e.finishedExpirationTime===t)return Yl.bind(null,e);if(Xl(),e!==ll||t!==ul)zl(e,t);else if(cl===ol)if(hl)zl(e,t);else{var r=e.lastPendingTime;if(r<t)return Ul.bind(null,e,r)}if(null!==sl){r=al,al|=Ja;var o=Za.current;if(null===o&&(o=Ki),Za.current=Ki,n){if(1073741823!==t){var i=Ml();if(i<t)return al=r,Eo(),Za.current=o,Ul.bind(null,e,i)}}else Nl=0;for(;;)try{if(n)for(;null!==sl;)sl=Vl(sl);else for(;null!==sl&&!Hr();)sl=Vl(sl);break}catch(n){if(Eo(),Ui(),null===(i=sl)||null===i.return)throw zl(e,t),al=r,n;e:{var l=e,s=i.return,u=i,c=n,p=ul;if(u.effectTag|=1024,u.firstEffect=u.lastEffect=null,null!==c&&"object"==typeof c&&"function"==typeof c.then){var f=c,d=0!=(hi.current&fi);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=Bo(1073741823,null)).tag=2,jo(u,p))),u.expirationTime=1073741823;break e}u=l,l=p,null===(d=u.pingCache)?(d=u.pingCache=new Ya,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=Ql.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((ct(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."+pt(u))}cl!==il&&(cl=nl),c=Ba(c,u),u=s;do{switch(u.tag){case 3:u.effectTag|=2048,u.expirationTime=p,Ro(u,p=qa(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===wl||!wl.has(s)))){u.effectTag|=2048,u.expirationTime=p,Ro(u,p=Xa(u,f,p));break e}}u=u.return}while(null!==u)}sl=Gl(i)}if(al=r,Eo(),Za.current=o,null!==sl)return Ul.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)&&(ho(97,(function(){return n._onComplete(),null})),!0)}(e,t))return null;switch(ll=null,cl){case tl:throw a(Error(328));case nl:return(r=e.lastPendingTime)<t?Ul.bind(null,e,r):n?Yl.bind(null,e):(zl(e,t),go(Ul.bind(null,e,t)),null);case rl:return 1073741823===pl&&!n&&10<(n=gl+ml-uo())?hl?(zl(e,t),Ul.bind(null,e,t)):(r=e.lastPendingTime)<t?Ul.bind(null,e,r):(e.timeoutHandle=Sr(Yl.bind(null,e),n),null):Yl.bind(null,e);case ol:if(!n){if(hl)return zl(e,t),Ul.bind(null,e,t);if((n=e.lastPendingTime)<t)return Ul.bind(null,e,n);if(1073741823!==fl?n=10*(1073741821-fl)-uo():1073741823===pl?n=0:(n=10*(1073741821-pl)-5e3,0>(n=(r=uo())-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*Ha(n/1960))-n)&&(n=t)),10<n)return e.timeoutHandle=Sr(Yl.bind(null,e),n),null}return Yl.bind(null,e);case il:return!n&&1073741823!==pl&&null!==dl&&(r=pl,0>=(t=0|(o=dl).busyMinDurationMs)?t=0:(n=0|o.busyDelayMs,t=(r=uo()-(10*(1073741821-r)-(0|o.timeoutMs||5e3)))<=n?0:n+t-r),10<t)?(e.timeoutHandle=Sr(Yl.bind(null,e),t),null):Yl.bind(null,e);default:throw a(Error(329))}}function Wl(e,t){e<pl&&1<e&&(pl=e),null!==t&&e<fl&&1<e&&(fl=e,dl=t)}function Vl(e){var t=Jl(e.alternate,e,ul);return e.memoizedProps=e.pendingProps,null===t&&(t=Gl(e)),$a.current=null,t}function Gl(e){sl=e;do{var t=sl.alternate;if(e=sl.return,0==(1024&sl.effectTag)){e:{var n=t,r=ul,i=(t=sl).pendingProps;switch(t.tag){case 2:case 16:break;case 15:case 0:break;case 1:Dr(t.type)&&Fr();break;case 3:si(),zr(),(r=t.stateNode).pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==n&&null!==n.child||(sa(t),t.effectTag&=-3),Na(t);break;case 5:ci(t),r=ai(ii.current);var l=t.type;if(null!==n&&null!=t.stateNode)Ma(n,t,l,i,r),n.ref!==t.ref&&(t.effectTag|=128);else if(i){var s=ai(ri.current);if(sa(t)){i=void 0,l=(n=t).stateNode;var u=n.type,c=n.memoizedProps;switch(l[A]=n,l[j]=c,u){case"iframe":case"object":case"embed":jn("load",l);break;case"video":case"audio":for(var p=0;p<ne.length;p++)jn(ne[p],l);break;case"source":jn("error",l);break;case"img":case"image":case"link":jn("error",l),jn("load",l);break;case"form":jn("reset",l),jn("submit",l);break;case"details":jn("toggle",l);break;case"input":kt(l,c),jn("invalid",l),wr(r,"onChange");break;case"select":l._wrapperState={wasMultiple:!!c.multiple},jn("invalid",l),wr(r,"onChange");break;case"textarea":or(l,c),jn("invalid",l),wr(r,"onChange")}for(i in yr(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&&wr(r,i));switch(u){case"input":Ge(l),St(l,c,!0);break;case"textarea":Ge(l),ar(l);break;case"select":case"option":break;default:"function"==typeof c.onClick&&(l.onclick=xr)}r=p,n.updateQueue=r,null!==r&&Sa(t)}else{c=l,n=i,u=t,p=9===r.nodeType?r:r.ownerDocument,s===lr.html&&(s=sr(c)),s===lr.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[j]=n,Pa(n=c,t,!1,!1),u=n;var f=r,h=br(l,i);switch(l){case"iframe":case"object":case"embed":jn("load",u),r=i;break;case"video":case"audio":for(r=0;r<ne.length;r++)jn(ne[r],u);r=i;break;case"source":jn("error",u),r=i;break;case"img":case"image":case"link":jn("error",u),jn("load",u),r=i;break;case"form":jn("reset",u),jn("submit",u),r=i;break;case"details":jn("toggle",u),r=i;break;case"input":kt(u,i),r=_t(u,i),jn("invalid",u),wr(f,"onChange");break;case"option":r=tr(u,i);break;case"select":u._wrapperState={wasMultiple:!!i.multiple},r=o({},i,{value:void 0}),jn("invalid",u),wr(f,"onChange");break;case"textarea":or(u,i),r=rr(u,i),jn("invalid",u),wr(f,"onChange");break;default:r=i}yr(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?mr(s,m):"dangerouslySetInnerHTML"===c?null!=(m=m?m.__html:void 0)&&pr(s,m):"children"===c?"string"==typeof m?("textarea"!==p||""!==m)&&fr(s,m):"number"==typeof m&&fr(s,""+m):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(d.hasOwnProperty(c)?null!=m&&wr(f,c):null!=m&&wt(s,c,m,h))}switch(l){case"input":Ge(u),St(u,i,!1);break;case"textarea":Ge(u),ar(u);break;case"option":null!=i.value&&u.setAttribute("value",""+xt(i.value));break;case"select":r=u,u=i,r.multiple=!!u.multiple,null!=(c=u.value)?nr(r,!!u.multiple,c,!1):null!=u.defaultValue&&nr(r,!!u.multiple,u.defaultValue,!0);break;default:"function"==typeof r.onClick&&(u.onclick=xr)}Er(l,i)&&Sa(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)Ta(n,t,n.memoizedProps,i);else{if("string"!=typeof i&&null===t.stateNode)throw a(Error(166));n=ai(ii.current),ai(ri.current),sa(t)?(r=t.stateNode,n=t.memoizedProps,r[A]=t,r.nodeValue!==n&&Sa(t)):(r=t,(n=(9===n.nodeType?n:n.ownerDocument).createTextNode(i))[A]=t,r.stateNode=n)}break;case 11:break;case 13:if(Or(hi),i=t.memoizedState,0!=(64&t.effectTag)){t.expirationTime=r;break e}r=null!==i,i=!1,null===n?sa(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!=(hi.current&fi)?cl===tl&&(cl=rl):cl!==tl&&cl!==rl||(cl=ol)),(r||i)&&(t.effectTag|=4);break;case 7:case 8:case 12:break;case 4:si(),Na(t);break;case 10:So(t);break;case 9:case 14:break;case 17:Dr(t.type)&&Fr();break;case 18:break;case 19:if(Or(hi),null===(i=t.memoizedState))break;if(l=0!=(64&t.effectTag),null===(u=i.rendering)){if(l)Oa(i,!1);else if(cl!==tl||null!==n&&0!=(64&n.effectTag))for(n=t.child;null!==n;){if(null!==(u=gi(n))){for(t.effectTag|=64,Oa(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;Lr(hi,hi.current&pi|di),t=t.child;break e}n=n.sibling}}else{if(!l)if(null!==(n=gi(u))){if(t.effectTag|=64,l=!0,Oa(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 uo()>i.tailExpiration&&1<r&&(t.effectTag|=64,l=!0,Oa(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=uo()+500),r=i.tail,i.rendering=r,i.tail=r.sibling,i.lastEffect=t.lastEffect,r.sibling=null,n=hi.current,Lr(hi,n=l?n&pi|di:n&pi),t=r;break e}break;case 20:break;default:throw a(Error(156))}t=null}if(r=sl,1===ul||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=sl.firstEffect),null!==sl.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=sl.firstEffect),e.lastEffect=sl.lastEffect),1<sl.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=sl:e.firstEffect=sl,e.lastEffect=sl))}else{if(null!==(t=La(sl)))return t.effectTag&=1023,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=1024)}if(null!==(t=sl.sibling))return t;sl=e}while(null!==sl);return cl===tl&&(cl=il),null}function Yl(e){var t=co();return fo(99,ql.bind(null,e,t)),null!==_l&&ho(97,(function(){return Xl(),null})),null}function ql(e,t){if(Xl(),(al&(Ja|el))!==Qa)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===ll&&(sl=ll=null,ul=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,o=n.firstEffect):o=n:o=n.firstEffect,null!==o){i=al,al|=el,$a.current=null,_r=An;var l=Yn();if(qn(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;kr={focusedElem:l,selectionRange:s},An=!1,vl=o;do{try{for(;null!==vl;){if(0!=(256&vl.effectTag)){var w=vl.alternate;switch((l=vl).tag){case 0:case 11:case 15:Ia(vi,mi,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:bo(l.type,x),_);k.__reactInternalSnapshotBeforeUpdate=E}break;case 3:case 5:case 6:case 4:case 17:break;default:throw a(Error(163))}}vl=vl.nextEffect}}catch(e){if(null===vl)throw a(Error(330));$l(vl,e),vl=vl.nextEffect}}while(null!==vl);vl=o;do{try{for(w=t;null!==vl;){var C=vl.effectTag;if(16&C&&fr(vl.stateNode,""),128&C){var S=vl.alternate;if(null!==S){var P=S.ref;null!==P&&("function"==typeof P?P(null):P.current=null)}}switch(14&C){case 2:Ua(vl),vl.effectTag&=-3;break;case 6:Ua(vl),vl.effectTag&=-3,Va(vl.alternate,vl);break;case 4:Va(vl.alternate,vl);break;case 8:Wa(x=vl,w),x.return=null,x.child=null,x.memoizedState=null,x.updateQueue=null,x.dependencies=null;var N=x.alternate;null!==N&&(N.return=null,N.child=null,N.memoizedState=null,N.updateQueue=null,N.dependencies=null)}vl=vl.nextEffect}}catch(e){if(null===vl)throw a(Error(330));$l(vl,e),vl=vl.nextEffect}}while(null!==vl);if(P=kr,S=Yn(),C=P.focusedElem,w=P.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&&qn(C)&&(S=w.start,void 0===(P=w.end)&&(P=S),"selectionStart"in C?(C.selectionStart=S,C.selectionEnd=Math.min(P,C.value.length)):(P=(S=C.ownerDocument||document)&&S.defaultView||window).getSelection&&(P=P.getSelection(),x=C.textContent.length,N=Math.min(w.start,x),w=void 0===w.end?N:Math.min(w.end,x),!P.extend&&N>w&&(x=w,w=N,N=x),x=Gn(C,N),_=Gn(C,w),x&&_&&(1!==P.rangeCount||P.anchorNode!==x.node||P.anchorOffset!==x.offset||P.focusNode!==_.node||P.focusOffset!==_.offset)&&((S=S.createRange()).setStart(x.node,x.offset),P.removeAllRanges(),N>w?(P.addRange(S),P.extend(_.node,_.offset)):(S.setEnd(_.node,_.offset),P.addRange(S))))),S=[];for(P=C;P=P.parentNode;)1===P.nodeType&&S.push({element:P,left:P.scrollLeft,top:P.scrollTop});for("function"==typeof C.focus&&C.focus(),C=0;C<S.length;C++)(P=S[C]).element.scrollLeft=P.left,P.element.scrollTop=P.top}kr=null,An=!!_r,_r=null,e.current=n,vl=o;do{try{for(C=r;null!==vl;){var M=vl.effectTag;if(36&M){var T=vl.alternate;switch(P=C,(S=vl).tag){case 0:case 11:case 15:Ia(wi,xi,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:bo(S.type,T.memoizedProps);O.componentDidUpdate(L,T.memoizedState,O.__reactInternalSnapshotBeforeUpdate)}var B=S.updateQueue;null!==B&&zo(0,B,O);break;case 3:var A=S.updateQueue;if(null!==A){if(N=null,null!==S.child)switch(S.child.tag){case 5:N=S.child.stateNode;break;case 1:N=S.child.stateNode}zo(0,A,N)}break;case 5:var j=S.stateNode;null===T&&4&S.effectTag&&(P=j,Er(S.type,S.memoizedProps)&&P.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=vl.ref;if(null!==R){var I=vl.stateNode;switch(vl.tag){case 5:var D=I;break;default:D=I}"function"==typeof R?R(D):R.current=D}}512&M&&(xl=!0),vl=vl.nextEffect}}catch(e){if(null===vl)throw a(Error(330));$l(vl,e),vl=vl.nextEffect}}while(null!==vl);vl=null,oo(),al=i}else e.current=n;if(xl)xl=!1,_l=e,El=r,kl=t;else for(vl=o;null!==vl;)t=vl.nextEffect,vl.nextEffect=null,vl=t;if(0!==(t=e.firstPendingTime)?Al(e,M=yo(M=Ml(),t),t):wl=null,"function"==typeof es&&es(n.stateNode,r),1073741823===t?e===Pl?Sl++:(Sl=0,Pl=e):Sl=0,yl)throw yl=!1,e=bl,bl=null,e;return(al&Ka)!==Qa?null:(mo(),null)}function Xl(){if(null===_l)return!1;var e=_l,t=El,n=kl;return _l=null,El=0,kl=90,fo(97<n?97:n,Hl.bind(null,e,t))}function Hl(e){if((al&(Ja|el))!==Qa)throw a(Error(331));var t=al;for(al|=el,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!=(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:Ia(ki,mi,n),Ia(mi,_i,n)}}catch(t){if(null===e)throw a(Error(330));$l(e,t)}n=e.nextEffect,e.nextEffect=null,e=n}return al=t,mo(),!0}function Zl(e,t,n){jo(e,t=qa(e,t=Ba(n,t),1073741823)),null!==(e=Bl(e,1073741823))&&Al(e,99,1073741823)}function $l(e,t){if(3===e.tag)Zl(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){Zl(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===wl||!wl.has(r))){jo(n,e=Xa(n,e=Ba(t,e),1073741823)),null!==(n=Bl(n,1073741823))&&Al(n,99,1073741823);break}}n=n.return}}function Ql(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),ll===e&&ul===n?cl===ol||cl===rl&&1073741823===pl&&uo()-gl<ml?zl(e,ul):hl=!0:e.lastPendingTime<n||(0!==(t=e.pingTime)&&t<n||(e.pingTime=n,e.finishedExpirationTime===n&&(e.finishedExpirationTime=0,e.finishedWork=null),Al(e,t=yo(t=Ml(),n),n)))}function Kl(e,t){var n=e.stateNode;null!==n&&n.delete(t),n=yo(n=Ml(),t=Tl(n,e,null)),null!==(e=Bl(e,t))&&Al(e,n,t)}var Jl=void 0;Jl=function(e,t,n){var r=t.expirationTime;if(null!==e){var o=t.pendingProps;if(e.memoizedProps!==o||jr.current)pa=!0;else if(r<n){switch(pa=!1,t.tag){case 3:wa(t),ua();break;case 5:if(ui(t),4&t.mode&&1!==n&&o.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:Dr(t.type)&&Vr(t);break;case 4:li(t,t.stateNode.containerInfo);break;case 10:Co(t,t.memoizedProps.value);break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?_a(e,t,n):(Lr(hi,hi.current&pi),null!==(t=Ca(e,t,n))?t.sibling:null);Lr(hi,hi.current&pi);break;case 19:if(r=t.childExpirationTime>=n,0!=(64&e.effectTag)){if(r)return Ea(e,t,n);t.effectTag|=64}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null),Lr(hi,hi.current),!r)return null}return Ca(e,t,n)}}else pa=!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=Ir(t,Ar.current),No(t,n),o=zi(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,Ui(),Dr(r)){var i=!0;Vr(t)}else i=!1;t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null;var l=r.getDerivedStateFromProps;"function"==typeof l&&Go(t,r,l,e),o.updater=Yo,t.stateNode=o,o._reactInternalFiber=t,Zo(t,r,e,n),t=ba(null,t,r,!0,i,n)}else t.tag=0,fa(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 os(e)?1:0;if(null!=e){if((e=e.$$typeof)===rt)return 11;if(e===at)return 14}return 2}(o),e=bo(o,e),i){case 0:t=va(null,t,o,e,n);break;case 1:t=ya(null,t,o,e,n);break;case 11:t=da(null,t,o,e,n);break;case 14:t=ha(null,t,o,bo(o.type,e),r,n);break;default:throw a(Error(306),o,"")}return t;case 0:return r=t.type,o=t.pendingProps,va(e,t,r,o=t.elementType===r?o:bo(r,o),n);case 1:return r=t.type,o=t.pendingProps,ya(e,t,r,o=t.elementType===r?o:bo(r,o),n);case 3:if(wa(t),null===(r=t.updateQueue))throw a(Error(282));return o=null!==(o=t.memoizedState)?o.element:null,Fo(t,r,t.pendingProps,null,n),(r=t.memoizedState.element)===o?(ua(),t=Ca(e,t,n)):(o=t.stateNode,(o=(null===e||null===e.child)&&o.hydrate)&&(na=Nr(t.stateNode.containerInfo.firstChild),ta=t,o=ra=!0),o?(t.effectTag|=2,t.child=ti(t,null,r,n)):(fa(e,t,r,n),ua()),t=t.child),t;case 5:return ui(t),null===e&&aa(t),r=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,l=o.children,Cr(r,o)?l=null:null!==i&&Cr(r,i)&&(t.effectTag|=16),ma(e,t),4&t.mode&&1!==n&&o.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(fa(e,t,l,n),t=t.child),t;case 6:return null===e&&aa(t),null;case 13:return _a(e,t,n);case 4:return li(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=ei(t,null,r,n):fa(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,da(e,t,r,o=t.elementType===r?o:bo(r,o),n);case 7:return fa(e,t,t.pendingProps,n),t.child;case 8:case 12:return fa(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,l=t.memoizedProps,Co(t,i=o.value),null!==l){var s=l.value;if(0===(i=tn(s,i)?0:0|("function"==typeof r._calculateChangedBits?r._calculateChangedBits(s,i):1073741823))){if(l.children===o.children&&!jr.current){t=Ca(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=Bo(n,null)).tag=2,jo(s,c)),s.expirationTime<n&&(s.expirationTime=n),null!==(c=s.alternate)&&c.expirationTime<n&&(c.expirationTime=n),Po(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}}fa(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=(i=t.pendingProps).children,No(t,n),r=r(o=Mo(o,i.unstable_observedBits)),t.effectTag|=1,fa(e,t,r,n),t.child;case 14:return i=bo(o=t.type,t.pendingProps),ha(e,t,o,i=bo(o.type,i),r,n);case 15:return ga(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:bo(r,o),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,Dr(r)?(e=!0,Vr(t)):e=!1,No(t,n),Xo(t,r,o),Zo(t,r,o,n),ba(null,t,r,!0,e,n);case 19:return Ea(e,t,n)}throw a(Error(156))};var es=null,ts=null;function ns(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 rs(e,t,n,r){return new ns(e,t,n,r)}function os(e){return!(!(e=e.prototype)||!e.isReactComponent)}function is(e,t){var n=e.alternate;return null===n?((n=rs(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 as(e,t,n,r,o,i){var l=2;if(r=e,"function"==typeof e)os(e)&&(l=1);else if("string"==typeof e)l=5;else e:switch(e){case Qe:return ls(n.children,o,i,t);case nt:l=8,o|=7;break;case Ke:l=8,o|=1;break;case Je:return(e=rs(12,n,t,8|o)).elementType=Je,e.type=Je,e.expirationTime=i,e;case ot:return(e=rs(13,n,t,o)).type=ot,e.elementType=ot,e.expirationTime=i,e;case it:return(e=rs(19,n,t,o)).elementType=it,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case et:l=10;break e;case tt:l=9;break e;case rt:l=11;break e;case at:l=14;break e;case lt:l=16,r=null;break e}throw a(Error(130),null==e?e:typeof e,"")}return(t=rs(l,n,t,o)).elementType=e,t.type=r,t.expirationTime=i,t}function ls(e,t,n,r){return(e=rs(7,e,r,t)).expirationTime=n,e}function ss(e,t,n){return(e=rs(6,e,null,t)).expirationTime=n,e}function us(e,t,n){return(t=rs(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function cs(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 ps(e,t,n){return e=new cs(e,t,n),t=rs(3,null,null,2===t?7:1===t?3:0),e.current=t,t.stateNode=e}function fs(e,t,n,r,o,i){var l=t.current;e:if(n){t:{if(2!==an(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(Dr(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(Dr(u)){n=Wr(n,u,s);break e}}n=s}else n=Br;return null===t.context?t.context=n:t.pendingContext=n,t=i,(o=Bo(r,o)).payload={element:e},null!==(t=void 0===t?null:t)&&(o.callback=t),jo(l,o),Ll(l,r),r}function ds(e,t,n,r){var o=t.current,i=Ml(),a=Wo.suspense;return fs(e,t,n,o=Tl(i,o,a),a,r)}function hs(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function gs(e){var t=1073741821-25*(1+((1073741821-Ml()+500)/25|0));t<=Ol&&--t,this._expirationTime=Ol=t,this._root=e,this._callbacks=this._next=null,this._hasChildren=this._didComplete=!1,this._children=null,this._defer=!0}function ms(){this._callbacks=null,this._didCommit=!1,this._onCommit=this._onCommit.bind(this)}function vs(e,t,n){this._internalRoot=ps(e,t,n)}function ys(e,t){this._internalRoot=ps(e,2,t)}function bs(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function ws(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=hs(a);l.call(e)}}ds(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 vs(e,0,t)}(n,r),a=i._internalRoot,"function"==typeof o){var s=o;o=function(){var e=hs(a);s.call(e)}}Fl((function(){ds(t,a,e,o)}))}return hs(a)}function xs(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!bs(t))throw a(Error(200));return function(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:$e,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}(e,t,null,n)}Pe=function(e,t,n){switch(t){case"input":if(Ct(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=F(r);if(!o)throw a(Error(90));Ye(r),Ct(r,o)}}}break;case"textarea":ir(e,n);break;case"select":null!=(t=n.value)&&nr(e,!!n.multiple,t,!1)}},gs.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 ms;return fs(e,t,null,n,null,r._onCommit),r},gs.prototype.then=function(e){if(this._didComplete)e();else{var t=this._callbacks;null===t&&(t=this._callbacks=[]),t.push(e)}},gs.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,(al&(Ja|el))!==Qa)throw a(Error(253));go(Ul.bind(null,e,t)),mo(),t=this._next,this._next=null,null!==(t=e.firstBatch=t)&&t._hasChildren&&t.render(t._children)}else this._next=null,this._defer=!1},gs.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])()}},ms.prototype.then=function(e){if(this._didCommit)e();else{var t=this._callbacks;null===t&&(t=this._callbacks=[]),t.push(e)}},ms.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()}}},ys.prototype.render=vs.prototype.render=function(e,t){var n=this._internalRoot,r=new ms;return null!==(t=void 0===t?null:t)&&r.then(t),ds(e,n,null,r._onCommit),r},ys.prototype.unmount=vs.prototype.unmount=function(e){var t=this._internalRoot,n=new ms;return null!==(e=void 0===e?null:e)&&n.then(e),ds(null,t,null,n._onCommit),n},ys.prototype.createBatch=function(){var e=new gs(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},Be=Il,Ae=Dl,je=Rl,Re=function(e,t){var n=al;al|=2;try{return e(t)}finally{(al=n)===Qa&&mo()}};var _s,ks,Es={createPortal:xs,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=sn(t))?null:e.stateNode}return e},hydrate:function(e,t,n){if(!bs(t))throw a(Error(200));return ws(null,e,t,!0,n)},render:function(e,t,n){if(!bs(t))throw a(Error(200));return ws(null,e,t,!1,n)},unstable_renderSubtreeIntoContainer:function(e,t,n,r){if(!bs(n))throw a(Error(200));if(null==e||void 0===e._reactInternalFiber)throw a(Error(38));return ws(e,t,n,!1,r)},unmountComponentAtNode:function(e){if(!bs(e))throw a(Error(40));return!!e._reactRootContainer&&(Fl((function(){ws(null,null,e,!1,(function(){e._reactRootContainer=null}))})),!0)},unstable_createPortal:function(){return xs.apply(void 0,arguments)},unstable_batchedUpdates:Il,unstable_interactiveUpdates:function(e,t,n,r){return Rl(),Dl(e,t,n,r)},unstable_discreteUpdates:Dl,unstable_flushDiscreteUpdates:Rl,flushSync:function(e,t){if((al&(Ja|el))!==Qa)throw a(Error(187));var n=al;al|=1;try{return fo(99,e.bind(null,t))}finally{al=n,mo()}},unstable_createRoot:function(e,t){if(!bs(e))throw a(Error(299),"unstable_createRoot");return new ys(e,null!=t&&!0===t.hydrate)},unstable_createSyncRoot:function(e,t){if(!bs(e))throw a(Error(299),"unstable_createRoot");return new vs(e,1,null!=t&&!0===t.hydrate)},unstable_flushControlled:function(e){var t=al;al|=1;try{fo(99,e)}finally{(al=t)===Qa&&mo()}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[I,D,F,O.injectEventPluginsByName,f,Y,function(e){P(e,G)},Oe,Le,Fn,T,Xl,{current:!1}]}};ks=(_s={findFiberByHostInstance:R,bundleType:0,version:"16.9.0",rendererPackageName:"react-dom"}).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);es=function(e){try{t.onCommitFiberRoot(n,e,void 0,64==(64&e.current.effectTag))}catch(e){}},ts=function(e){try{t.onCommitFiberUnmount(n,e)}catch(e){}}}catch(e){}}(o({},_s,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:qe.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=sn(e))?null:e.stateNode},findFiberByHostInstance:function(e){return ks?ks(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}));var Cs={default:Es},Ss=Cs&&Es||Cs;e.exports=Ss.default||Ss},function(e,t,n){"use strict";e.exports=n(130)},function(e,t,n){"use strict";
- /** @license React v0.15.0
- * scheduler.production.min.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */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 N.postMessage(null),e}}},P=new MessageChannel,N=P.port2;P.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,N.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,B=3,A=!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=B;var o=L;B=e.priorityLevel,L=e;try{var i=e.expirationTime<=t;switch(B){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{B=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),A=!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{A=!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=B;B=e;try{return t()}finally{B=n}},t.unstable_next=function(e){switch(B){case 1:case 2:case 3:var t=3;break;default:t=B}var n=B;B=t;try{return e()}finally{B=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||A||(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=B;return function(){var n=B;B=t;try{return e.apply(this,arguments)}finally{B=n}}},t.unstable_getCurrentPriorityLevel=function(){return B},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||A||(j=!0,r(z))},t.unstable_pauseExecution=function(){},t.unstable_getFirstCallbackNode=function(){return T}},function(e,t,n){(function(e,r){var o;
- /**
- * @license
- * Lodash <https://lodash.com/>
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
- * Released under MIT license <https://lodash.com/license>
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
- */(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,P=30,N="...",M=800,T=16,O=1,L=2,B=1/0,A=9007199254740991,j=17976931348623157e292,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,Pe=/<%([\s\S]+?)%>/g,Ne=/<%=([\s\S]+?)%>/g,Me=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Te=/^\w*$/,Oe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Le=/[\\^$.*+?()[\]{}|]/g,Be=RegExp(Le.source),Ae=/^\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 Pt={};Pt[U]=Pt[W]=Pt[se]=Pt[ue]=Pt[G]=Pt[Y]=Pt[ce]=Pt[pe]=Pt[fe]=Pt[de]=Pt[he]=Pt[$]=Pt[Q]=Pt[J]=Pt[te]=Pt[ne]=Pt[re]=Pt[oe]=Pt[ge]=Pt[me]=Pt[ve]=Pt[ye]=!0,Pt[X]=Pt[H]=Pt[ae]=!1;var Nt={"\\":"\\","'":"'","\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,Bt=Ot||Lt||Function("return this")(),At=t&&!t.nodeType&&t,jt=At&&"object"==typeof r&&r&&!r.nodeType&&r,Rt=jt&&jt.exports===At,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({"&":"&","<":"<",">":">",'"':""","'":"'"});function En(e){return"\\"+Nt[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 Pn(e,t){return function(n){return e(t(n))}}function Nn(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 Bn=dn({"&":"&","<":"<",">":">",""":'"',"'":"'"});var An=function e(t){var n,r=(t=null==t?Bt:An.defaults(Bt.Object(),t,An.pick(Bt,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=Bt._,mt=nt("^"+ut.call(ct).replace(Le,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),vt=Rt?t.Buffer:i,wt=t.Symbol,_t=t.Uint8Array,Nt=vt?vt.allocUnsafe:i,Ot=Pn(tt.getPrototypeOf,tt),Lt=tt.create,At=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!==Bt.clearTimeout&&t.clearTimeout,Rn=o&&o.now!==Bt.Date.now&&o.now,In=t.setTimeout!==Bt.setTimeout&&t.setTimeout,Dn=et.ceil,Fn=et.floor,zn=tt.getOwnPropertySymbols,Un=vt?vt.isBuffer:i,Wn=t.isFinite,Vn=it.join,Gn=Pn(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(Nl(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(!Pl(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),Ar(t,0,e.length))}function Sr(e){return sa(ri(e))}function Pr(e,t,n){(n===i||dl(e[t],n))&&(n!==i||t in e)||Lr(e,t,n)}function Nr(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 Br(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 Ar(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(!Pl(e))return e;var p=vl(e);if(p){if(l=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ct.call(e,"index")&&(n.index=e.index,n.input=e.input);return 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(!Pt[g])return o?e:{};l=function(e,t,n){var r=e.constructor;switch(t){case se:return Ko(e);case G:case Y:return new r(+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 r;case Q:case re:return new r(e);case te:return function(e){var t=new e.constructor(e.source,Ve.exec(e));return t.lastIndex=e.lastIndex,t}(e);case ne:return new r;case oe:return o=e,pr?tt(pr.call(o)):{}}var o}(e,g,s)}}a||(a=new _r);var v=a.get(e);if(v)return v;a.set(e,l),Bl(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]),Nr(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:Pe,interpolate:Ne,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);r&&(t?e[on]=n:delete e[on]);return 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 Nl(e)&&Kr(e)==U}function io(e,t,n,r,o){return e===t||(null==e||null==t||!Nl(e)&&!Nl(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)}}if(!d)return!1;return 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;var p=u;for(;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);var m=l;for(;++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!(!Pl(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(!Pl(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),Pl(a))!function(e,t,n,r,o,a,l){var s=na(e,n),u=na(t,n),c=l.get(u);if(c)return void Pr(e,n,c);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):Pl(s)&&!El(s)||(p=Gi(u))):f=!1}f&&(l.set(u,p),o(p,u,r,a,l),l.delete(u));Pr(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),Pr(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){var r=-1,o=e.criteria,i=t.criteria,a=o.length,l=n.length;for(;++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)&&Po(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>A)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,Ar(t,0,n.length))}function Po(e,t,n,r){if(!Pl(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=Pl(p)?p:qi(t[o+1])?[]:{})}Nr(s,u,c),s=s[u]}return e}var No=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:Ps(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 Bo(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 Ao(e,t,Ts,n)}function Ao(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==-B?"-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 Po(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 Bt.clearTimeout(e)};function Qo(e,t){if(t)return e.slice();var n=e.length,r=Nt?Nt(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):Nr(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 Pl(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"==Ai(a))var l=new mr([],!0)}for(r=l?r:n;++r<n;){var u=Ai(a=t[r]),c="wrapper"==u?Bi(a):i;l=c&&Zi(c[0])&&c[1]==(E|w|_|C)&&!c[4].length&&1==c[9]?l[Ai(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=Nn(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){var n=e.length,r=qn(t.length,n),o=ri(e);for(;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!==Bt&&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]==B?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:Bi(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?Nn(e[3],p):t[4]}(l=t[5])&&(s=e[5],e[5]=s?ni(s,l,t[6]):l,e[6]=s?Nn(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)P=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?[]:Nn(s,c);return(l-=p.length)<n?xi(e,t,hi,a.placeholder,i,s,p,i,i,n-l):Yt(this&&this!==Bt&&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!==Bt&&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 P=function(e,t,n){var r=t&v,o=pi(e);return function t(){return(this&&this!==Bt&&this instanceof t?o:e).apply(r?n:this,arguments)}}(e,t,n);return aa((m?No:ra)(P,S),e,t)}function Si(e,t,n,r){return e===i||dl(e,lt[n])&&!ct.call(r,n)?t:e}function Pi(e,t,n,r,o,a){return Pl(e)&&Pl(t)&&(a.set(t,e),mo(e,t,i,Pi,a),a.delete(t)),e}function Ni(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 Bi=rr?function(e){return rr.get(e)}:js;function Ai(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 At.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?A:t)&&("number"==n||"symbol"!=n&&He.test(e))&&e>-1&&e%1==0&&e<t}function Xi(e,t,n){if(!Pl(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=Ai(e),n=dr[t];if("function"!=typeof n||!(t in vr.prototype))return!1;if(e===n)return!0;var r=Bi(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&&!Pl(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(No),oa=In||function(e,t){return Bt.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==-B?"-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?0: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=Br(e,t);return xo(e,Jt(t,(function(e){return qi(e,n)?+e:e})).sort(ei)),r}));function Pa(e){return null==e?e:$n.call(e)}var Na=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 Ba=Eo((function(e,t){return wl(e)?Dr(e,t):[]})),Aa=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 Br(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 Bt.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=Nn(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=Nn(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,Pl(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=Nn(t,ji(cl));return Ci(e,_,i,t,n)})),pl=Eo((function(e,t){var n=Nn(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 Nl(e)&&ct.call(e,"callee")&&!At.call(e,"callee")},vl=r.isArray,yl=Ft?vn(Ft):function(e){return Nl(e)&&Kr(e)==se};function bl(e){return null!=e&&Sl(e.length)&&!El(e)}function wl(e){return Nl(e)&&bl(e)}var xl=Un||Vs,_l=zt?vn(zt):function(e){return Nl(e)&&Kr(e)==Y};function kl(e){if(!Nl(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(!Pl(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<=A}function Pl(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Nl(e){return null!=e&&"object"==typeof e}var Ml=Ut?vn(Ut):function(e){return Nl(e)&&Wi(e)==$};function Tl(e){return"number"==typeof e||Nl(e)&&Kr(e)==Q}function Ol(e){if(!Nl(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 Nl(e)&&Kr(e)==te};var Bl=Vt?vn(Vt):function(e){return Nl(e)&&Wi(e)==ne};function Al(e){return"string"==typeof e||!vl(e)&&Nl(e)&&Kr(e)==re}function jl(e){return"symbol"==typeof e||Nl(e)&&Kr(e)==oe}var Rl=Gt?vn(Gt):function(e){return Nl(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 Al(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))===B||e===-B?(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?Ar(Ul(e),0,I):0}function Vl(e){if("number"==typeof e)return e;if(jl(e))return R;if(Pl(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Pl(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(Ae,"");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)&&Nr(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(Br);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,Pi),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}),Ps(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,Ni));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 Ps(e){return function(){return e}}var Ns=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)}})),Bs=Eo((function(e,t){return function(n){return ro(e,n,t)}}));function As(e,t,n){var r=os(t),o=Zr(t,r);null!=n||Pl(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Zr(t,os(t)));var i=!(Pl(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__),o=n.__actions__=ri(this.__actions__);return o.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=Ps,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),B)},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?0:e.length)?Gr(e,B):[]},dr.flattenDepth=function(e,t){return(null==e?0:e.length)?Gr(e,t=t===i?1:Ul(t)):[]},dr.flip=function(e){return Ci(e,S)},dr.flow=Ns,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?0: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=Bs,dr.mixin=As,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=Pa,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:Po(e,t,n)},dr.setWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:Po(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 Pl(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:[]:Pl(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=Na,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=Ba,dr.words=Es,dr.wrap=function(e,t){return cl(qo(t),e)},dr.xor=Aa,dr.xorBy=ja,dr.xorWith=Ra,dr.zip=Ia,dr.zipObject=function(e,t){return Go(e||[],t||[],Nr)},dr.zipObjectDeep=function(e,t){return Go(e||[],t||[],Po)},dr.zipWith=Da,dr.entries=ps,dr.entriesIn=fs,dr.extend=Xl,dr.extendWith=Hl,As(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),Ar(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:Ar(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))&&Be.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)),Al(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||Nl(e)&&Kr(e)==G},dr.isBuffer=xl,dr.isDate=_l,dr.isElement=function(e){return Nl(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=Pl,dr.isObjectLike=Nl,dr.isPlainObject=Ol,dr.isRegExp=Ll,dr.isSafeInteger=function(e){return Cl(e)&&e>=-A&&e<=A},dr.isSet=Bl,dr.isString=Al,dr.isSymbol=jl,dr.isTypedArray=Rl,dr.isUndefined=function(e){return e===i},dr.isWeakMap=function(e){return Nl(e)&&Wi(e)==ae},dr.isWeakSet=function(e){return Nl(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 Bt._===this&&(Bt._=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 Al(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 Bo(e,t)},dr.sortedIndexBy=function(e,t,n){return Ao(e,t,Ri(n,2))},dr.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=Bo(e,t);if(r<n&&dl(e[r],t))return r}return-1},dr.sortedLastIndex=function(e,t){return Bo(e,t,!0)},dr.sortedLastIndexBy=function(e,t,n){return Ao(e,t,Ri(n,2),!0)},dr.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=Bo(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:Ar(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===Ne?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>A)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?Ar(Ul(e),-A,A):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(Ae,"");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=P,r=N;if(Pl(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,Bn):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,As(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){var r=-1,o=n.length;for(;++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:[Pa],thisArg:i}),new mr(t,this.__chain__)}return this.thru(Pa)},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}();Bt._=An,(o=function(){return An}.call(t,n,t,r))===i||(r.exports=o)}).call(this)}).call(this,n(18),n(33)(e))},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(133),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(18))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,o,i,a,l,s=1,u={},c=!1,p=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},r=function(e){i.port2.postMessage(e)}):p&&"onreadystatechange"in p.createElement("script")?(o=p.documentElement,r=function(e){var t=p.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):r=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",l=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",l,!1):e.attachEvent("onmessage",l),r=function(t){e.postMessage(a+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var o={callback:e,args:t};return u[s]=o,r(s),s++},f.clearImmediate=d}function d(e){delete u[e]}function h(e){if(c)setTimeout(h,0,e);else{var t=u[e];if(t){c=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{d(e),c=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(18),n(134))},function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function l(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var s,u=[],c=!1,p=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):p=-1,u.length&&d())}function d(){if(!c){var e=l(f);c=!0;for(var t=u.length;t;){for(s=u,u=[];++p<t;)s&&s[p].run();p=-1,t=u.length}s=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function g(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new h(e,t)),1!==u.length||c||l(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=g,o.addListener=g,o.once=g,o.off=g,o.removeListener=g,o.removeAllListeners=g,o.emit=g,o.prependListener=g,o.prependOnceListener=g,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(e,t,n){"use strict";var r=n(136);function o(){}function i(){}i.resetWarningCache=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,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return 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(138);"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{background:#333333;height:100%;margin:0;padding:0;display:grid;width:100%;overflow:hidden}#nodeList .panes{overflow:hidden}#nodeList .panes .pane{color:white;overflow:hidden;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#nodeList .panes .pane .filter{display:flex;align-items:stretch}#nodeList .panes .pane .filter input{width:100%;margin:10px 10px 5px 10px;display:block;border:none;padding:0;border-bottom:solid 1px #337ab7;background:linear-gradient(to bottom, rgba(255,255,255,0) 96%, #337ab7 4%);background-position:-1000px 0;background-size:1000px 100%;background-repeat:no-repeat;color:white}#nodeList .panes .pane .filter input:focus{box-shadow:none;outline:none;background-position:0 0}#nodeList .panes .pane .filter input::placeholder{color:gray}#nodeList .panes .pane .list-container{overflow-x:hidden;overflow-y:auto;height:calc(100% - 32px)}#nodeList .panes .pane .list-container .underline{border-bottom:0.5px solid rgba(255,255,255,0.5)}#nodeList .panes .pane .list-container .draggableLine{height:30px;display:grid;align-items:center;justify-items:stretch;background:#222222;cursor:grab;text-align:center;margin:0;box-sizing:border-box}#nodeList .panes .pane .list-container .draggableLine:hover{background:#337ab7;color:white}#nodeList .panes .pane .list-container .buttonLine{height:30px;display:grid;align-items:center;justify-items:stretch}#nodeList .panes .pane .list-container .buttonLine button{background:#222222;margin:5px 10px 5px 10px;color:white;padding:4px 5px;opacity:0.9}#nodeList .panes .pane .list-container .buttonLine button:hover{opacity:1.0}#nodeList .panes .pane .list-container .buttonLine button:active{background:#282828}#nodeList .panes .pane .list-container .buttonLine button:focus{outline:0px}#nodeList .panes .pane .list-container .paneContainer{margin-top:3px;display:grid;grid-template-rows:100%;grid-template-columns:100%}#nodeList .panes .pane .list-container .paneContainer .paneContainer-content{grid-row:1;grid-column:1}#nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header{display:grid;grid-template-columns:1fr auto;background:#555555;height:30px;padding-right:5px;cursor:pointer}#nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header .title{border-left:3px solid transparent;padding-left:5px;grid-column:1;display:flex;align-items:center}#nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header .collapse{grid-column:2;display:flex;align-items:center;justify-items:center;transform-origin:center}#nodeList .panes .pane .list-container .paneContainer .paneContainer-content .header .collapse.closed{transform:rotate(180deg)}#nodeList .panes .pane .list-container .paneContainer .paneContainer-content .paneList>div:not(:last-child){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(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,'#propertyTab{color:white;background:#333333}#propertyTab #header{height:30px;font-size:16px;color:white;background:#222222;grid-row:1;text-align:center;display:grid;grid-template-columns:30px 1fr;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#propertyTab #header #logo{position:relative;grid-column:1;width:24px;height:24px;left:0;display:flex;align-self:center;justify-self:center}#propertyTab #header #title{grid-column:2;display:grid;align-items:center;text-align:center}#propertyTab .range{-webkit-appearance:none;width:120px;height:6px;background:#d3d3d3;border-radius:5px;outline:none;opacity:0.7;-webkit-transition:.2s;transition:opacity .2s}#propertyTab .range:hover{opacity:1}#propertyTab .range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#337ab7;cursor:pointer}#propertyTab .range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#337ab7;cursor:pointer}#propertyTab input[type="color"]{-webkit-appearance:none;border:1px solid rgba(255,255,255,0.5);padding:0;width:30px;height:20px}#propertyTab input[type="color"]::-webkit-color-swatch-wrapper{padding:0}#propertyTab input[type="color"]::-webkit-color-swatch{border:none}#propertyTab .sliderLine{padding-left:5px;height:30px;display:grid;grid-template-columns:1fr auto}#propertyTab .sliderLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .sliderLine .slider{grid-column:2;margin-right:5px;display:flex;align-items:center}#propertyTab .textInputLine{padding-left:5px;height:30px;display:grid;grid-template-columns:1fr 120px}#propertyTab .textInputLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .textInputLine .value{display:flex;align-items:center;grid-column:2}#propertyTab .textInputLine .value input{width:calc(100% - 5px)}#propertyTab .paneContainer{margin-top:3px;display:grid;grid-template-rows:100%;grid-template-columns:100%}#propertyTab .paneContainer .paneList{border-left:3px solid transparent}#propertyTab .paneContainer:hover .paneList{border-left:3px solid rgba(51,122,183,0.8)}#propertyTab .paneContainer:hover .paneContainer-content .header .title{border-left:3px solid #337ab7}#propertyTab .paneContainer .paneContainer-highlight-border{grid-row:1;grid-column:1;opacity:1;border:3px solid red;transition:opacity 250ms;pointer-events:none}#propertyTab .paneContainer .paneContainer-highlight-border.transparent{opacity:0}#propertyTab .paneContainer .paneContainer-content{grid-row:1;grid-column:1}#propertyTab .paneContainer .paneContainer-content .header{display:grid;grid-template-columns:1fr auto;background:#555555;height:30px;padding-right:5px;cursor:pointer}#propertyTab .paneContainer .paneContainer-content .header .title{border-left:3px solid transparent;padding-left:5px;grid-column:1;display:flex;align-items:center}#propertyTab .paneContainer .paneContainer-content .header .collapse{grid-column:2;display:flex;align-items:center;justify-items:center;transform-origin:center}#propertyTab .paneContainer .paneContainer-content .header .collapse.closed{transform:rotate(180deg)}#propertyTab .paneContainer .paneContainer-content .paneList>div:not(:last-child){border-bottom:0.5px solid rgba(255,255,255,0.1)}#propertyTab .paneContainer .paneContainer-content .fragment>div:not(:last-child){border-bottom:0.5px solid rgba(255,255,255,0.1)}#propertyTab .gradient-step{display:grid;grid-template-rows:100%;grid-template-columns:30px 30px 40px auto 20px 5px;padding-top:5px;padding-left:5px;padding-bottom:5px}#propertyTab .gradient-step .step{grid-row:1;grid-column:1}#propertyTab .gradient-step .color{grid-row:1;grid-column:2;cursor:pointer}#propertyTab .gradient-step .step-value{margin-left:5px;grid-row:1;grid-column:3;text-align:right;margin-right:5px}#propertyTab .gradient-step .step-slider{grid-row:1;grid-column:4;display:grid;justify-content:stretch;align-content:center;margin-right:5px}#propertyTab .gradient-step .step-slider input{width:unset}#propertyTab .gradient-step .gradient-delete{grid-row:1;grid-column:5;display:grid;align-content:center;justify-content:center}#propertyTab .floatLine{padding-left:5px;height:30px;display:grid;grid-template-columns:1fr 120px}#propertyTab .floatLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .floatLine .value{grid-column:2;display:flex;align-items:center}#propertyTab .floatLine .value input{width:110px}#propertyTab .vector3Line{padding-left:5px;display:grid}#propertyTab .vector3Line .firstLine{display:grid;grid-template-columns:1fr auto 20px;height:30px}#propertyTab .vector3Line .firstLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .vector3Line .firstLine .vector{grid-column:2;display:flex;align-items:center;text-align:right;opacity:0.8}#propertyTab .vector3Line .firstLine .expand{grid-column:3;display:grid;align-items:center;justify-items:center;cursor:pointer}#propertyTab .vector3Line .secondLine{display:grid;padding-right:5px;border-left:1px solid #337ab7}#propertyTab .vector3Line .secondLine .no-right-margin{margin-right:0}#propertyTab .vector3Line .secondLine .numeric{display:grid;grid-template-columns:1fr auto}#propertyTab .vector3Line .secondLine .numeric-label{text-align:right;grid-column:1;display:flex;align-items:center;justify-self:right;margin-right:10px}#propertyTab .vector3Line .secondLine .numeric-value{width:120px;grid-column:2;display:flex;align-items:center;border:1px solid #337ab7}#propertyTab .buttonLine{height:30px;display:grid;align-items:center;justify-items:stretch;padding-bottom:5px}#propertyTab .buttonLine input[type="file"]{display:none}#propertyTab .buttonLine .file-upload{background:#222222;border:1px solid #337ab7;margin:5px 10px;color:white;padding:4px 5px;padding-top:0px;opacity:0.9;cursor:pointer;text-align:center}#propertyTab .buttonLine .file-upload:hover{opacity:1.0}#propertyTab .buttonLine .file-upload:active{transform:scale(0.98);transform-origin:0.5 0.5}#propertyTab .buttonLine button{background:#222222;border:1px solid #337ab7;margin:5px 10px 5px 10px;color:white;padding:4px 5px;opacity:0.9}#propertyTab .buttonLine button:hover{opacity:1.0}#propertyTab .buttonLine button:active{background:#282828}#propertyTab .buttonLine button:focus{border:1px solid #337ab7;outline:0px}#propertyTab .checkBoxLine{padding-left:5px;height:30px;display:grid;grid-template-columns:1fr auto}#propertyTab .checkBoxLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .checkBoxLine .checkBox{grid-column:2;display:flex;align-items:center}#propertyTab .checkBoxLine .checkBox .lbl{position:relative;display:block;height:14px;width:34px;margin-right:5px;background:#898989;border-radius:100px;cursor:pointer;transition:all 0.3s ease}#propertyTab .checkBoxLine .checkBox .lbl:after{position:absolute;left:3px;top:2px;display:block;width:10px;height:10px;border-radius:100px;background:#fff;box-shadow:0px 3px 3px rgba(0,0,0,0.05);content:\'\';transition:all 0.15s ease}#propertyTab .checkBoxLine .checkBox .lbl:active:after{transform:scale(1.15, 0.85)}#propertyTab .checkBoxLine .checkBox .cbx:checked ~ label{background:#337ab7}#propertyTab .checkBoxLine .checkBox .cbx:checked ~ label:after{left:20px;background:#164975}#propertyTab .checkBoxLine .checkBox .hidden{display:none}#propertyTab .listLine{padding-left:5px;height:30px;display:grid;grid-template-columns:1fr auto}#propertyTab .listLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .listLine .options{grid-column:2;display:flex;align-items:center;margin-right:5px}#propertyTab .listLine .options select{width:115px}#propertyTab .color3Line{padding-left:5px;display:grid}#propertyTab .color3Line .firstLine{height:30px;display:grid;grid-template-columns:1fr auto 20px 20px}#propertyTab .color3Line .firstLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .color3Line .firstLine .color3{grid-column:2;display:flex;align-items:center}#propertyTab .color3Line .firstLine .color3 input{margin-right:5px}#propertyTab .color3Line .firstLine .copy{grid-column:3;display:grid;align-items:center;justify-items:center;cursor:pointer}#propertyTab .color3Line .firstLine .expand{grid-column:4;display:grid;align-items:center;justify-items:center;cursor:pointer}#propertyTab .color3Line .secondLine{display:grid;padding-right:5px;border-left:1px solid #337ab7}#propertyTab .color3Line .secondLine .numeric{display:grid;grid-template-columns:1fr auto}#propertyTab .color3Line .secondLine .numeric-label{text-align:right;grid-column:1;display:flex;align-items:center;justify-self:right;margin-right:10px}#propertyTab .color3Line .secondLine .numeric-value{width:120px;grid-column:2;display:flex;align-items:center;border:1px solid #337ab7}#propertyTab .textLine{padding-left:5px;height:30px;display:grid;grid-template-columns:1fr auto}#propertyTab .textLine .label{grid-column:1;display:flex;align-items:center}#propertyTab .textLine .link-value{grid-column:2;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:end;opacity:0.8;margin:5px;margin-top:6px;max-width:140px;text-decoration:underline;cursor:pointer}#propertyTab .textLine .value{grid-column:2;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:end;opacity:0.8;margin:5px;margin-top:6px;max-width:200px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}#propertyTab .textLine .value.check{color:green}#propertyTab .textLine .value.uncheck{color:red}\n',""])},function(e,t,n){var r=n(143);"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{background:#333333;height:120px;box-sizing:border-box;margin:0;padding:10px;width:100%;overflow:hidden;overflow-y:auto}#log-console .log{color:white;font-size:14px;font-family:'Courier New', Courier, monospace}#log-console .log.error{color:red}\n",""])},function(e,t,n){var r=n(145);e.exports={Graph:r.Graph,json:n(247),alg:n(248),version:r.version}},function(e,t,n){e.exports={Graph:n(52),version:n(246)}},function(e,t,n){var r=n(73),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(36),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(36);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(36);e.exports=function(e){return r(this.__data__,e)>-1}},function(e,t,n){var r=n(36);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(35);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(35),o=n(53),i=n(54),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(160),i=n(8),a=n(75),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(161),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(10)["__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(164),o=n(35),i=n(53);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(165),o=n(166),i=n(167),a=n(168),l=n(169);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(37);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(37),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(37),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(37),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(38);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(38);e.exports=function(e){return r(this,e).get(e)}},function(e,t,n){var r=n(38);e.exports=function(e){return r(this,e).has(e)}},function(e,t,n){var r=n(38);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(14);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(16),o=n(11),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(16),o=n(56),i=n(11),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(78)(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(8),o=n(43),i=n(183),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(59);e.exports=function(e,t){return r(e,o(e),t)}},function(e,t,n){var r=n(29),o=n(83);e.exports=function(e,t){return r(e,o(e),t)}},function(e,t,n){var r=n(85),o=n(83),i=n(24);e.exports=function(e){return r(e,i,o)}},function(e,t,n){var r=n(15)(n(10),"DataView");e.exports=r},function(e,t,n){var r=n(15)(n(10),"Promise");e.exports=r},function(e,t,n){var r=n(15)(n(10),"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(61),o=n(192),i=n(193),a=n(194),l=n(88),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 P=e.constructor;switch(t){case m:return r(e);case s:case u:return new P(+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 P;case p:case h:return new P(e);case f:return i(e);case d:return new P;case g:return a(e)}}},function(e,t,n){var r=n(61);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(196),o=n(42),i=n(57),a=i&&i.isMap,l=a?o(a):r;e.exports=l},function(e,t,n){var r=n(25),o=n(11),i="[object Map]";e.exports=function(e){return o(e)&&r(e)==i}},function(e,t,n){var r=n(198),o=n(42),i=n(57),a=i&&i.isSet,l=a?o(a):r;e.exports=l},function(e,t,n){var r=n(25),o=n(11),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(12);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(45);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(203),o=n(211),i=n(100);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(34),o=n(95),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(34),o=n(96),i=n(208),a=n(210),l=n(25),s=n(5),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__"),P=E&&g.call(t,"__wrapped__");if(S||P){var N=S?e.value():e,M=P?t.value():t;return y||(y=new r),v(N,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(87),i=n(21),a=n(96),l=n(209),s=n(65),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 P=r&u;if(S||(S=s),e.size!=t.size&&!P)return!1;var N=C.get(e);if(N)return N==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(84),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(99),o=n(14);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(95),o=n(213),i=n(102),a=n(67),l=n(99),s=n(100),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(66);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(215),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(216),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(54),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(47),i=n(5),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(104),o=n(220),i=n(67),a=n(32);e.exports=function(e){return i(e)?r(a(e)):o(e)}},function(e,t,n){var r=n(66);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(58),o=n(25),i=n(30),a=n(5),l=n(12),s=n(23),u=n(43),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(58),o=n(25),i=n(12),a=n(226),l=n(227),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(16),o=n(5),i=n(11),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(228),o=n(229),i=n(230);e.exports=function(e){return o(e)?i(e):r(e)}},function(e,t,n){var r=n(104)("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(55),o=n(90),i=n(63),a=n(13),l=n(44),s=n(5),u=n(23),c=n(28),p=n(8),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(68),o=n(48),i=n(237),a=n(113),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(5),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(62),o=n(76),i=n(17),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(97),o=n(238),i=n(242),a=n(98),l=n(243),s=n(65),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(239);e.exports=function(e,t){return!!(null==e?0:e.length)&&r(e,t,0)>-1}},function(e,t,n){var r=n(112),o=n(240),i=n(241);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(86),o=n(244),i=n(65),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(47);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(7),o=n(52);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(249),dijkstra:n(115),dijkstraAll:n(250),findCycles:n(251),floydWarshall:n(252),isAcyclic:n(253),postorder:n(254),preorder:n(255),prim:n(256),tarjan:n(117),topsort:n(118)}},function(e,t,n){var r=n(7);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(115),o=n(7);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(7),o=n(117);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(7);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(118);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(119);e.exports=function(e,t){return r(e,t,"post")}},function(e,t,n){var r=n(119);e.exports=function(e,t){return r(e,t,"pre")}},function(e,t,n){var r=n(7),o=n(52),i=n(116);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(4),o=n(295),i=n(298),a=n(299),l=n(6).normalizeRanks,s=n(301),u=n(6).removeEmptyRanks,c=n(302),p=n(303),f=n(304),d=n(305),h=n(314),g=n(6),m=n(9).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={rank:(e.node(t.w).rank-r.rank)/2+r.rank,e:t};g.addDummyNode(e,"edge-proxy",o,"_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(73),o=1,i=4;e.exports=function(e){return r(e,o|i)}},function(e,t,n){var r=n(48),o=n(21),i=n(49),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(261)(n(262));e.exports=r},function(e,t,n){var r=n(13),o=n(12),i=n(14);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(112),o=n(13),i=n(263),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(120);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(8),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(64),o=n(93),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(40),o=n(63),i=n(13);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(69),o=n(269),i=n(17);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(271),o=n(275)((function(e,t,n){r(e,t,n)}));e.exports=o},function(e,t,n){var r=n(34),o=n(122),i=n(64),a=n(272),l=n(8),s=n(24),u=n(123);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(122),o=n(79),i=n(88),a=n(80),l=n(89),s=n(30),u=n(5),c=n(113),p=n(23),f=n(28),d=n(8),h=n(273),g=n(31),m=n(123),v=n(274);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 P=u(k),N=!P&&p(k),M=!P&&!N&&g(k);C=k,P||N||M?u(_)?C=_:c(_)?C=a(_):N?(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(16),o=n(44),i=n(11),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(48),o=n(49);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(69),o=n(124),i=n(17);e.exports=function(e){return e&&e.length?r(e,i,o):void 0}},function(e,t,n){var r=n(69),o=n(13),i=n(124);e.exports=function(e,t){return e&&e.length?r(e,o(t,2),i):void 0}},function(e,t,n){var r=n(10);e.exports=function(){return r.Date.now()}},function(e,t,n){var r=n(280),o=n(283)((function(e,t){return null==e?{}:r(e,t)}));e.exports=o},function(e,t,n){var r=n(281),o=n(102);e.exports=function(e,t){return r(e,t,(function(t,n){return o(e,n)}))}},function(e,t,n){var r=n(66),o=n(282),i=n(46);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(39),o=n(46),i=n(41),a=n(8),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(121),o=n(110),i=n(111);e.exports=function(e){return i(o(e,void 0,r),e+"")}},function(e,t,n){var r=n(285)();e.exports=r},function(e,t,n){var r=n(286),o=n(49),i=n(120);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(68),o=n(288),i=n(48),a=n(49),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(47),o=n(13),i=n(108),a=n(289),l=n(42),s=n(290),u=n(17);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(291);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(101),o=0;e.exports=function(e){var t=++o;return r(e)+t}},function(e,t,n){var r=n(39),o=n(294);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(4),o=n(296);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){if(r.has(o,a))return;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(4),o=n(9).Graph,i=n(297);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(4),o=n(6);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(50).longestPath,o=n(125),i=n(300);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(4),o=n(125),i=n(50).slack,a=n(50).longestPath,l=n(9).alg.preorder,s=n(9).alg.postorder,u=n(6).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(4);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(4),o=n(6);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){e.edge(t).nestingEdge&&e.removeEdge(t)}))}}},function(e,t,n){var r=n(4),o=n(6);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);if(o.length&&r.forEach(o,t),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(4);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(4),o=n(306),i=n(307),a=n(308),l=n(312),s=n(313),u=n(9).Graph,c=n(6);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(4);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))return;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(4);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(4),o=n(309),i=n(310),a=n(311);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(4);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(4);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){t.merged||(r.isUndefined(t.barycenter)||r.isUndefined(e.barycenter)||t.barycenter>=e.barycenter)&&function(e,t){var n=0,r=0;e.weight&&(n+=e.barycenter*e.weight,r+=e.weight);t.weight&&(n+=t.barycenter*t.weight,r+=t.weight);e.vs=t.vs.concat(e.vs),e.barycenter=n/r,e.weight=r,e.i=Math.min(t.i,e.i),t.merged=!0}(e,t)}}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(4),o=n(6);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(4),o=n(9).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(4);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(4),o=n(6),i=n(315).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(4),o=n(9).Graph,i=n(6);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(4),o=n(6),i=n(9).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(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,".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(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,'#node-editor-graph-root{display:grid;grid-template-rows:calc(100% - 120px) 120px;height:100%;width:100%;background:#464646;font:14px "acumin-pro"}#nodeList{grid-row:1 / span 2;grid-column:1}#leftGrab{grid-row:1 / span 2;grid-column:2;cursor:ew-resize}#rightGrab{grid-row:1 / span 2;grid-column:4;cursor:ew-resize}.diagram-container{grid-row:1;grid-column:3;background:#5f5b60;width:100%;height:100%}.diagram-container .diagram{width:100%;height:100%}.right-panel{grid-row:1 / span 2;grid-column:5;display:grid;grid-template-rows:1fr 30px auto 30px;grid-template-columns:100%;height:100%;overflow-y:auto}.right-panel #propertyTab{grid-row:1;grid-column:1}.right-panel .button{display:grid;justify-content:center;align-content:center;height:30px;width:calc(100% / 7);cursor:pointer}.right-panel .button:hover{background:#337ab7;color:white;opacity:0.8}.right-panel .button.selected{background:#337ab7;color:white}.right-panel .button.align{justify-content:stretch;text-align:center}.right-panel #preview-mesh-bar{grid-row:2;grid-column:1;display:flex;color:white;align-items:center;font-size:18px}.right-panel #preview-mesh-bar #file-picker{display:none}.right-panel #preview-mesh-bar #file-picker-label{width:100%;background:transparent;cursor:pointer}.right-panel #preview-config-bar{grid-row:4;grid-column:1;display:flex;flex-direction:row-reverse;color:white;align-items:center;font-size:18px}.right-panel #preview-config-bar .button{width:60px}.right-panel #preview-config-bar #color-picker{display:none}.right-panel #preview-config-bar #color-picker-label{width:100%;background:transparent;cursor:pointer}.right-panel #preview{border-top:1px solid #555;grid-row:3;grid-column:1;width:100%;display:grid;outline:0 !important}.right-panel #preview #preview-canvas{width:100%;height:100%;outline:0 !important;grid-row:1;grid-column:1}.right-panel #preview .waitPanel{width:100%;height:100%;grid-row:1;grid-column:1;color:white;font-size:18px;align-content:center;justify-content:center;background:rgba(20,20,20,0.95);z-index:10;display:grid;transition:opacity 250ms}.right-panel #preview .waitPanel.hidden{opacity:0;pointer-events:none}.blocker{visibility:hidden;position:absolute;width:calc(100% - 40px);height:100%;top:0;left:0;background:rgba(20,20,20,0.95);font-family:"acumin-pro";color:white;font-size:24px;display:grid;align-content:center;justify-content:center;user-select:none;padding:20px;text-align:center}#log-console{grid-row:2;grid-column:3}.dialog-container{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.6);display:grid;font-family:"acumin-pro";top:0}.dialog-container .dialog{align-self:center;justify-self:center;min-height:140px;max-width:400px;border-radius:10px;background:white;display:grid;grid-template-columns:100%;grid-template-rows:calc(100% - 50px) 50px}.dialog-container .dialog .dialog-message{grid-row:1;grid-column:1;margin-top:20px;padding:10px;font-size:18px;color:black}.dialog-container .dialog .dialog-buttons{grid-row:2;grid-column:1;display:grid;grid-template-rows:100%;grid-template-columns:100%;color:white}.dialog-container .dialog .dialog-buttons .dialog-button-ok{cursor:pointer;justify-self:center;background:green;min-width:80px;justify-content:center;display:grid;align-content:center;align-self:center;height:35px;border-radius:10px}.dialog-container .dialog .dialog-buttons .dialog-button-ok:hover{opacity:0.8}.dialog-container .dialog .dialog-buttons .dialog-button-ok.error{background:red}\n',""])},function(e,t,n){var r=n(323);"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{width:200px}.srd-node--selected .diagramBlock{border-color:#fff !important}.srd-default-link--path-selected{animation:0s !important;stroke:#ffffff !important}.srd-port{grid-column:1;grid-row:1;background:#2796B2;border-radius:20px;transform:scale(1);width:20px;height:20px}.srd-port.connected{background:#CAB422}.srd-port:hover{background:#DDDDDD !important}.diagramBlock{background:gray;width:100%;border:4px solid black;border-radius:12px;display:grid;grid-template-rows:30px auto;grid-template-columns:50% 50%;color:white}.diagramBlock.input{background:#40866E;color:white}.diagramBlock.input .value{grid-row:2}.diagramBlock.input .outputs{transform:translateY(5px)}.diagramBlock.input.Float{background:#cb9e27}.diagramBlock.input.Vector2{background:#16bcb1}.diagramBlock.input.Vector3{background:#b786cb}.diagramBlock.input.Color3{background:#b786cb}.diagramBlock.input.Vector4{background:#be5126}.diagramBlock.input.Color4{background:#be5126}.diagramBlock.input.Matrix{background:#591990}.diagramBlock.trigonometry{background:#405c86;color:white}.diagramBlock.trigonometry .value{grid-row:2}.diagramBlock.remap{color:white;background:#4086BB}.diagramBlock.remap .value{grid-row:3}.diagramBlock.remap .outputs,.diagramBlock.remap .inputs{transform:translateY(5px)}.diagramBlock.clamp{color:white;background:#4086BB}.diagramBlock.clamp .value{grid-row:2}.diagramBlock.clamp .outputs,.diagramBlock.clamp .inputs{transform:translateY(5px)}.diagramBlock.gradient{height:70px}.diagramBlock.gradient .outputs,.diagramBlock.gradient .inputs{transform:translateY(5px)}.diagramBlock.attribute{background:#40866E}.diagramBlock.output{background:#6a2c83;color:white}.diagramBlock.output .inputs{color:white}.diagramBlock .header{grid-row:1;grid-column:1 / span 2;border:4px solid black;border-top-right-radius:7px;border-top-left-radius:7px;font-size:16px;text-align:center;margin-top:-1px;transform:scaleX(1.001);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:black;color:white}.diagramBlock .header.constant{border-color:#4E5C74;background:#4E5C74 !important}.diagramBlock .header.inspector{border-color:#396437;background:#396437 !important}.diagramBlock .value{grid-row:3;grid-column:1 / span 2;height:34px;text-align:center;font-size:18px;font-weight:bold;margin:0 10px}.diagramBlock .value .value-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.diagramBlock .inputs{grid-row:2;grid-column:1;padding-bottom:8px}.diagramBlock .inputs .input-port{display:grid;grid-template-columns:12px calc(100% - 12px);grid-template-rows:100%}.diagramBlock .inputs .input-port .input-port-plug{grid-column:1;grid-row:1;display:grid;align-content:center;margin-left:-11px;position:relative}.diagramBlock .inputs .input-port .input-port-plug:hover .input-port-connection{background:greenyellow !important}.diagramBlock .inputs .input-port .input-port-plug .input-port-type{width:15px;pointer-events:none;grid-column:1;grid-row:1;display:grid;align-items:center;justify-items:center;transform:scale(1)}.diagramBlock .inputs .input-port .input-port-plug .input-port-type img{width:20px}.diagramBlock .inputs .input-port .input-port-label{grid-column:2;grid-row:1;margin-bottom:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.diagramBlock .outputs{grid-row:2;grid-column:2;padding-bottom:8px}.diagramBlock .outputs .output-port{display:grid;grid-template-columns:calc(100% - 12px) 12px;grid-template-rows:100%}.diagramBlock .outputs .output-port .output-port-plug{grid-column:2;grid-row:1;display:grid;align-content:center;position:relative;margin-left:4px}.diagramBlock .outputs .output-port .output-port-plug:hover .output-port-connection{background:greenyellow !important}.diagramBlock .outputs .output-port .output-port-plug .output-port-type{pointer-events:none;grid-column:1;grid-row:1;display:grid;align-items:center;justify-items:center;transform:scale(1)}.diagramBlock .outputs .output-port .output-port-plug .output-port-type img{width:20px}.diagramBlock .outputs .output-port .output-port-label{text-align:right;grid-column:1;grid-row:1;margin-bottom:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.diagramBlock.texture-block{display:grid;grid-template-rows:30px auto 1fr;grid-template-columns:calc(100% - 60px) 60px;background:#323232;color:white}.diagramBlock.texture-block .inputs{grid-column:1;grid-row:2}.diagramBlock.texture-block .outputs{grid-column:2;grid-row:2 / span 2}.diagramBlock.texture-block .textureLine{height:140px;grid-column:1;grid-row:3;overflow:hidden;border-bottom-left-radius:7px;border:black 4px solid;border-left:0px;border-bottom:0px}.diagramBlock.texture-block .textureLine canvas{width:100%;height:100%}\n",""])}])}));
|