Fixed and improved minified mode.

Ylian Saint-Hilaire committed May 1, 2020 at 20:16 UTC 8a624bb946523a269e2a0b5bd76df6c449125a72
33 files changed +2977 -2323
meshuser.js
+2
@@ -917,6 +917,8 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
917 try { info.cpuUsage = process.cpuUsage(); } catch (ex) { }
918 try { info.warnings = parent.parent.getServerWarnings(); } catch (ex) { }
919 try { info.database = ["Unknown", "NeDB", "MongoJS", "MongoDB", "MariaDB", "MySQL"][parent.parent.db.databaseType]; } catch (ex) { }
920 + try { info.productionMode = ((process.env.NODE_ENV != null) && (process.env.NODE_ENV == 'production')); } catch (ex) { }
921 +
922 r = JSON.stringify(info, null, 4);
923 break;
924 }
public/minify.bat new
+4
@@ -0,0 +1,4 @@
1 +@ECHO OFF
2 +CD ..\translate
3 +%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js minifyall
4 +DEL ..\emails\translations\*-min_*
\ No newline at end of file
public/scripts/agent-desktop-0.0.2-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateAgentRemoteDesktop=function(e,n){var g={};"string"==typeof(g.CanvasId=e)&&(g.CanvasId=Q(e)),g.Canvas=g.CanvasId.getContext("2d"),g.scrolldiv=n,g.State=0,g.PendingOperations=[],g.tilesReceived=0,g.TilesDrawn=0,g.KillDraw=0,g.ipad=!1,g.tabletKeyboardVisible=!1,g.LastX=0,g.LastY=0,g.touchenabled=0,g.submenuoffset=0,g.touchtimer=null,g.TouchArray={},g.connectmode=0,g.connectioncount=0,g.rotation=0,g.protocol=2,g.debugmode=0,g.firstUpKeys=[],g.stopInput=!1,g.localKeyMap=!0,g.pressedKeys=[],g.sessionid=0,g.username,g.oldie=!1,g.CompressionLevel=50,g.ScalingLevel=1024,g.FrameRateTimer=100,g.FirstDraw=!1,g.ScreenWidth=960,g.ScreenHeight=700,g.width=960,g.height=960,g.onScreenSizeChange=null,g.onMessage=null,g.onConnectCountChanged=null,g.onDebugMessage=null,g.onTouchEnabledChanged=null,g.onDisplayinfo=null,g.accumulator=null;var v=["default","progress","crosshair","pointer","help","text","no-drop","move","nesw-resize","ns-resize","nwse-resize","w-resize","alias","wait","none","not-allowed","col-resize","row-resize","copy","zoom-in","zoom-out"];g.Start=function(){g.State=0,g.accumulator=null},g.Stop=function(){g.setRotation(0),g.UnGrabKeyInput(),g.UnGrabMouseInput(),g.touchenabled=0,null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId),g.Canvas.clearRect(0,0,g.CanvasId.width,g.CanvasId.height)},g.xxStateChange=function(e){if(g.State!=e)switch(g.State=e,g.CanvasId.style.cursor="default",e){case 0:g.Stop()}},g.send=function(e){1<g.debugmode&&console.log("KSend("+e.length+"): "+rstr2hex(e)),null!=g.parent&&g.parent.send(e)},g.ProcessPictureMsg=function(e,n,t){var o=new Image;o.xcount=g.tilesReceived++;var a=g.tilesReceived;o.src="data:image/jpeg;base64,"+btoa(e.substring(4,e.length)),o.onload=function(){if(null!=g.Canvas&&g.KillDraw<a&&0!=g.State)for(g.PendingOperations.push([a,2,o,n,t]);g.DoPendingOperations(););},o.error=function(){console.log("DecodeTileError")}},g.DoPendingOperations=function(){if(0==g.PendingOperations.length)return!1;for(var e=0;e<g.PendingOperations.length;e++){var n=g.PendingOperations[e];if(n[0]==g.TilesDrawn+1)return 1==n[1]?g.ProcessCopyRectMsg(n[2]):2==n[1]&&(g.Canvas.drawImage(n[2],g.rotX(n[3],n[4]),g.rotY(n[3],n[4])),delete n[2]),g.PendingOperations.splice(e,1),delete n,g.TilesDrawn++,g.TilesDrawn==g.tilesReceived&&g.KillDraw<g.TilesDrawn&&(g.KillDraw=g.TilesDrawn=g.tilesReceived=0),!0}return g.oldie&&0<g.PendingOperations.length&&g.TilesDrawn++,!1},g.ProcessCopyRectMsg=function(e){var n=((255&e.charCodeAt(0))<<8)+(255&e.charCodeAt(1)),t=((255&e.charCodeAt(2))<<8)+(255&e.charCodeAt(3)),o=((255&e.charCodeAt(4))<<8)+(255&e.charCodeAt(5)),a=((255&e.charCodeAt(6))<<8)+(255&e.charCodeAt(7)),r=((255&e.charCodeAt(8))<<8)+(255&e.charCodeAt(9)),s=((255&e.charCodeAt(10))<<8)+(255&e.charCodeAt(11));g.Canvas.drawImage(Canvas.canvas,n,t,r,s,o,a,r,s)},g.SendUnPause=function(){g.send(String.fromCharCode(0,8,0,5,0))},g.SendPause=function(){g.send(String.fromCharCode(0,8,0,5,1))},g.SendCompressionLevel=function(e,n,t,o){n&&(g.CompressionLevel=n),t&&(g.ScalingLevel=t),o&&(g.FrameRateTimer=o),g.send(String.fromCharCode(0,5,0,10,e,g.CompressionLevel)+g.shortToStr(g.ScalingLevel)+g.shortToStr(g.FrameRateTimer))},g.SendRefresh=function(){g.send(String.fromCharCode(0,6,0,4))},g.ProcessScreenMsg=function(e,n){for(0<g.debugmode&&console.log("ScreenSize: "+e+" x "+n),g.Canvas.setTransform(1,0,0,1,0,0),g.rotation=0,g.FirstDraw=!0,g.ScreenWidth=g.width=e,g.ScreenHeight=g.height=n,g.KillDraw=g.tilesReceived;0<g.PendingOperations.length;)g.PendingOperations.shift();g.SendCompressionLevel(1),g.SendUnPause(),null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)},g.ProcessData=function(e){for(var n=0;n<e.length;){var t=g.ProcessDataEx(e.substring(n));if(null==t||0==t)break;n+=t}},g.ProcessDataEx=function(e){if(null!=g.accumulator&&(e=g.accumulator+e,g.accumulator=null),1<g.debugmode&&console.log("KRecv("+e.length+"): "+rstr2hex(e.substring(0,Math.min(e.length,40)))),!(e.length<4)){var n=null,t=0,o=0,a=ReadShort(e,0),r=ReadShort(e,2),s=0;if(27==a&&8==r){if(e.length<12)return;if(a=ReadShort(e,8),(r=ReadInt(e,4))+8>e.length)return void(g.accumulator=e);e=e.substring(8),s=8}if(r!=e.length&&0<g.debugmode&&console.log(r,e.length,r==e.length),18<=a&&65!=a&&88!=a)return console.error("Invalid KVM command "+a+" of size "+r),console.log("Invalid KVM data",e.length,rstr2hex(e.substring(0,40))+"..."),void(g.parent&&g.parent.setConsoleMessage&&g.parent.setConsoleMessage("Invalid KVM command "+a+" of size "+r));if(!(r>e.length)){switch(3!=a&&4!=a&&7!=a||(t=((255&(n=e.substring(4,r)).charCodeAt(0))<<8)+(255&n.charCodeAt(1)),o=((255&n.charCodeAt(2))<<8)+(255&n.charCodeAt(3)),0<g.debugmode&&console.log("CMD"+a+" at X="+t+" Y="+o)),a){case 3:g.FirstDraw&&g.onResize(),g.ProcessPictureMsg(n,t,o);break;case 4:g.FirstDraw&&g.onResize(),g.TilesDrawn==g.tilesReceived?g.ProcessCopyRectMsg(n):g.PendingOperations.push([++tilesReceived,1,n]);break;case 7:g.ProcessScreenMsg(t,o),g.SendKeyMsgKC(g.KeyAction.UP,16),g.SendKeyMsgKC(g.KeyAction.UP,17),g.SendKeyMsgKC(g.KeyAction.UP,18),g.SendKeyMsgKC(g.KeyAction.UP,91),g.SendKeyMsgKC(g.KeyAction.UP,92),g.SendKeyMsgKC(g.KeyAction.UP,16),g.send(String.fromCharCode(0,14,0,4));break;case 11:var i=0,c={},u=((255&e.charCodeAt(4))<<8)+(255&e.charCodeAt(5));if(0<u){i=((255&e.charCodeAt(6+2*u))<<8)+(255&e.charCodeAt(7+2*u));for(var l=0;l<u;l++){var d=((255&e.charCodeAt(6+2*l))<<8)+(255&e.charCodeAt(7+2*l));c[d]=65535==d?"All Displays":"Display "+d}}null!=g.onDisplayinfo&&g.onDisplayinfo(g,c,i);break;case 12:break;case 14:g.touchenabled=1,g.TouchArray={},null!=g.onTouchEnabledChanged&&g.onTouchEnabledChanged(g.touchenabled);break;case 15:g.TouchArray={};break;case 16:g.connectioncount=ReadInt(e,4),null!=g.onConnectCountChanged&&g.onConnectCountChanged(g.connectioncount,g);break;case 17:null!=g.onMessage&&g.onMessage(e.substring(4,r),g);break;case 65:"."!=(e=e.substring(4))[0]?(console.log(e),g.parent&&g.parent.setConsoleMessage&&g.parent.setConsoleMessage(e)):console.log("KVM: "+e.substring(1));break;case 88:if(5!=r)break;var h=e.charCodeAt(4);v.length<h&&(h=0),g.CanvasId.style.cursor=v[h]}return r+s}g.accumulator=e}},g.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32},g.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6},g.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15},g.Alternate=0;var o={Pause:19,CapsLock:20,Space:32,Quote:222,Minus:189,NumpadMultiply:106,NumpadAdd:107,PrintScreen:44,Comma:188,NumpadSubtract:109,NumpadDecimal:110,Period:190,Slash:191,NumpadDivide:111,Semicolon:186,Equal:187,OSLeft:91,BracketLeft:219,OSRight:91,Backslash:220,BracketRight:221,ContextMenu:93,Backquote:192,NumLock:144,ScrollLock:145,Backspace:8,Tab:9,Enter:13,NumpadEnter:13,Escape:27,Delete:46,Home:36,PageUp:33,PageDown:34,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,End:35,Insert:45,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,ShiftLeft:16,ShiftRight:16,ControlLeft:17,ControlRight:17,AltLeft:18,AltRight:18,MetaLeft:91,MetaRight:92,VolumeMute:181};return g.SendKeyMsg=function(e,n){var t;null!=e&&((n=n||window.event).code&&0==g.localKeyMap?null!=(t=function(e){return e.code.startsWith("Key")&&4==e.code.length?e.code.charCodeAt(3):e.code.startsWith("Digit")&&6==e.code.length?e.code.charCodeAt(5):e.code.startsWith("Numpad")&&7==e.code.length?e.code.charCodeAt(6)+48:o[e.code]}(n))&&g.SendKeyMsgKC(e,t):(59==(t=n.keyCode)?t=186:173==t?t=189:61==t&&(t=187),g.SendKeyMsgKC(e,t)))},g.SendMessage=function(e){3==g.State&&g.send(String.fromCharCode(0,17)+g.shortToStr(4+e.length)+e)},g.SendKeyMsgKC=function(e,n){if(3==g.State)if("object"==typeof e)for(var t in e)g.SendKeyMsgKC(e[t][0],e[t][1]);else{if(1==e)-1==g.pressedKeys.indexOf(n)&&g.pressedKeys.unshift(n);else if(2==e){-1!=(t=g.pressedKeys.indexOf(n))&&g.pressedKeys.splice(t,1)}g.send(String.fromCharCode(0,g.InputType.KEY,0,6,e-1,n))}},g.sendcad=function(){g.SendCtrlAltDelMsg()},g.SendCtrlAltDelMsg=function(){3==g.State&&g.send(String.fromCharCode(0,g.InputType.CTRLALTDEL,0,4))},g.SendEscKey=function(){3==g.State&&g.send(String.fromCharCode(0,g.InputType.KEY,0,6,0,27,0,g.InputType.KEY,0,6,1,27))},g.SendStartMsg=function(){g.SendKeyMsgKC(g.KeyAction.EXDOWN,91),g.SendKeyMsgKC(g.KeyAction.EXUP,91)},g.SendCharmsMsg=function(){g.SendKeyMsgKC(g.KeyAction.EXDOWN,91),g.SendKeyMsgKC(g.KeyAction.DOWN,67),g.SendKeyMsgKC(g.KeyAction.UP,67),g.SendKeyMsgKC(g.KeyAction.EXUP,91)},g.SendTouchMsg1=function(e,n,t,o){3==g.State&&g.send(String.fromCharCode(0,g.InputType.TOUCH)+g.shortToStr(14)+String.fromCharCode(1,e)+g.intToStr(n)+g.shortToStr(t)+g.shortToStr(o))},g.SendTouchMsg2=function(e,n){var t,o="";for(var a in g.TouchArray)a==e?t=n:1==g.TouchArray[a].f?(t=65542,g.TouchArray[a].f=3,"START"+a):2==g.TouchArray[a].f?(t=262144,"STOP"+a):t=131078,o+=String.fromCharCode(a)+g.intToStr(t)+g.shortToStr(g.TouchArray[a].x)+g.shortToStr(g.TouchArray[a].y),2==g.TouchArray[a].f&&delete g.TouchArray[a];3==g.State&&g.send(String.fromCharCode(0,g.InputType.TOUCH)+g.shortToStr(5+o.length)+String.fromCharCode(2)+o),0==Object.keys(g.TouchArray).length&&null!=g.touchtimer&&(clearInterval(g.touchtimer),g.touchtimer=null)},g.SendMouseMsg=function(e,n){if(3==g.State&&null!=e&&null!=g.Canvas){if(!n)n=window.event;var t=g.Canvas.canvas.height/g.CanvasId.clientHeight,o=g.Canvas.canvas.width/g.CanvasId.clientWidth,a=g.GetPositionOfControl(g.Canvas.canvas),r=(n.pageX-a[0])*o,s=(n.pageY-a[1])*t;if(n.addx&&(r+=n.addx),n.addy&&(s+=n.addy),0<=r&&r<=g.Canvas.canvas.width&&0<=s&&s<=g.Canvas.canvas.height){var i=0,c=0;e==g.KeyAction.UP||e==g.KeyAction.DOWN?n.which?i=1==n.which?g.MouseButton.LEFT:2==n.which?g.MouseButton.MIDDLE:g.MouseButton.RIGHT:n.button&&(i=0==n.button?g.MouseButton.LEFT:1==n.button?g.MouseButton.MIDDLE:g.MouseButton.RIGHT):e==g.KeyAction.SCROLL&&(n.detail?c=120*n.detail*-1:n.wheelDelta&&(c=3*n.wheelDelta));var u="";u=e==g.KeyAction.DBLCLICK?String.fromCharCode(0,g.InputType.MOUSE,0,10,0,136,r/256&255,255&r,s/256&255,255&s):e==g.KeyAction.SCROLL?String.fromCharCode(0,g.InputType.MOUSE,0,12,0,0,r/256&255,255&r,s/256&255,255&s,c/256&255,255&c):String.fromCharCode(0,g.InputType.MOUSE,0,10,0,e==g.KeyAction.DOWN?i:2*i&255,r/256&255,255&r,s/256&255,255&s),g.Action==g.KeyAction.NONE?0==g.Alternate||g.ipad?(g.send(u),g.Alternate=1):g.Alternate=0:g.send(u)}}},g.GetDisplayNumbers=function(){g.send(String.fromCharCode(0,11,0,4))},g.SetDisplay=function(e){g.send(String.fromCharCode(0,12,0,6,e>>8,255&e))},g.intToStr=function(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)},g.shortToStr=function(e){return String.fromCharCode(e>>8&255,255&e)},g.onResize=function(){0!=g.ScreenWidth&&0!=g.ScreenHeight&&(g.Canvas.canvas.width==g.ScreenWidth&&g.Canvas.canvas.height==g.ScreenHeight||(g.FirstDraw&&(g.Canvas.canvas.width=g.ScreenWidth,g.Canvas.canvas.height=g.ScreenHeight,g.Canvas.fillRect(0,0,g.ScreenWidth,g.ScreenHeight),null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)),g.FirstDraw=!1))},g.xxMouseInputGrab=!1,g.xxKeyInputGrab=!1,g.xxMouseMove=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.NONE,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxMouseUp=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxMouseDown=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxMouseDblClick=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.DBLCLICK,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxDOMMouseScroll=function(e){return 3!=g.State||(g.SendMouseMsg(g.KeyAction.SCROLL,e),!1)},g.xxMouseWheel=function(e){return 3!=g.State||(g.SendMouseMsg(g.KeyAction.SCROLL,e),!1)},g.xxKeyUp=function(e){return 3==g.State&&g.SendKeyMsg(g.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyDown=function(e){return 3==g.State&&g.SendKeyMsg(g.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyPress=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.handleKeys=function(e){return 1!=g.stopInput&&3==desktop.State&&g.xxKeyPress(e)},g.handleKeyUp=function(e){if(1==g.stopInput||3!=desktop.State)return!1;if(g.firstUpKeys.length<5&&(g.firstUpKeys.push(e.keyCode),5==g.firstUpKeys.length)){var n=g.firstUpKeys.join(",");"16,17,91,91,16"!=n&&"16,17,18,91,92"!=n||(g.stopInput=!0)}return g.xxKeyUp(e)},g.handleKeyDown=function(e){return 1!=g.stopInput&&3==desktop.State&&g.xxKeyDown(e)},g.handleReleaseKeys=function(){var e=JSON.parse(JSON.stringify(g.pressedKeys));for(var n in e)g.SendKeyMsgKC(g.KeyAction.UP,e[n])},g.mousedblclick=function(e){return 1!=g.stopInput&&g.xxMouseDblClick(e)},g.mousedown=function(e){return 1!=g.stopInput&&g.xxMouseDown(e)},g.mouseup=function(e){return 1!=g.stopInput&&g.xxMouseUp(e)},g.mousemove=function(e){return 1!=g.stopInput&&g.xxMouseMove(e)},g.mousewheel=function(e){return 1!=g.stopInput&&g.xxMouseWheel(e)},g.xxMsTouchEvent=function(e){if(4!=e.originalEvent.pointerType){if(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),"MSPointerDown"==e.type||"MSPointerMove"==e.type||"MSPointerUp"==e.type){var n=0,t=e.originalEvent.pointerId%256,o=e.offsetX*(Canvas.canvas.width/g.CanvasId.clientWidth),a=e.offsetY*(Canvas.canvas.height/g.CanvasId.clientHeight);"MSPointerDown"==e.type?n=65542:"MSPointerMove"==e.type?n=131078:"MSPointerUp"==e.type&&(n=262144),g.TouchArray[t]||(g.TouchArray[t]={x:o,y:a}),g.SendTouchMsg2(t,n),"MSPointerUp"==e.type&&delete g.TouchArray[t]}else alert(e.type);return!0}},g.xxTouchStart=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){if(1<e.originalEvent.touches.length)return;var n=e.originalEvent.touches[0];e.which=1,g.LastX=e.pageX=n.pageX,g.LastY=e.pageY=n.pageY,g.SendMouseMsg(KeyAction.DOWN,e)}else{var t=g.GetPositionOfControl(Canvas.canvas);for(var o in e.originalEvent.changedTouches)if(e.originalEvent.changedTouches[o].identifier){var a=e.originalEvent.changedTouches[o].identifier%256;g.TouchArray[a]||(g.TouchArray[a]={x:(e.originalEvent.touches[o].pageX-t[0])*(Canvas.canvas.width/g.CanvasId.clientWidth),y:(e.originalEvent.touches[o].pageY-t[1])*(Canvas.canvas.height/g.CanvasId.clientHeight),f:1})}0<Object.keys(g.TouchArray).length&&null==touchtimer&&(g.touchtimer=setInterval(function(){g.SendTouchMsg2(256,0)},50))}},g.xxTouchMove=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){if(1<e.originalEvent.touches.length)return;var n=e.originalEvent.touches[0];e.which=1,g.LastX=e.pageX=n.pageX,g.LastY=e.pageY=n.pageY,g.SendMouseMsg(g.KeyAction.NONE,e)}else{var t=g.GetPositionOfControl(Canvas.canvas);for(var o in e.originalEvent.changedTouches)if(e.originalEvent.changedTouches[o].identifier){var a=e.originalEvent.changedTouches[o].identifier%256;g.TouchArray[a]&&(g.TouchArray[a].x=(e.originalEvent.touches[o].pageX-t[0])*(g.Canvas.canvas.width/g.CanvasId.clientWidth),g.TouchArray[a].y=(e.originalEvent.touches[o].pageY-t[1])*(g.Canvas.canvas.height/g.CanvasId.clientHeight))}}},g.xxTouchEnd=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){if(1<e.originalEvent.touches.length)return;e.which=1,e.pageX=LastX,e.pageY=LastY,g.SendMouseMsg(KeyAction.UP,e)}else for(var n in e.originalEvent.changedTouches)if(e.originalEvent.changedTouches[n].identifier){var t=e.originalEvent.changedTouches[n].identifier%256;g.TouchArray[t]&&(g.TouchArray[t].f=2)}},g.GrabMouseInput=function(){if(1!=g.xxMouseInputGrab){var e=g.CanvasId;e.onmousemove=g.xxMouseMove,e.onmouseup=g.xxMouseUp,e.onmousedown=g.xxMouseDown,e.touchstart=g.xxTouchStart,e.touchmove=g.xxTouchMove,e.touchend=g.xxTouchEnd,e.MSPointerDown=g.xxMsTouchEvent,e.MSPointerMove=g.xxMsTouchEvent,e.MSPointerUp=g.xxMsTouchEvent,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=g.xxDOMMouseScroll:e.onmousewheel=g.xxMouseWheel,g.xxMouseInputGrab=!0}},g.UnGrabMouseInput=function(){if(0!=g.xxMouseInputGrab){var e=g.CanvasId;e.onmousemove=null,e.onmouseup=null,e.onmousedown=null,e.touchstart=null,e.touchmove=null,e.touchend=null,e.MSPointerDown=null,e.MSPointerMove=null,e.MSPointerUp=null,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=null:e.onmousewheel=null,g.xxMouseInputGrab=!1}},g.GrabKeyInput=function(){1!=g.xxKeyInputGrab&&(document.onkeyup=g.xxKeyUp,document.onkeydown=g.xxKeyDown,document.onkeypress=g.xxKeyPress,g.xxKeyInputGrab=!0)},g.UnGrabKeyInput=function(){0!=g.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,g.xxKeyInputGrab=!1)},g.GetPositionOfControl=function(e){var n=Array(2);for(n[0]=n[1]=0;e;)n[0]+=e.offsetLeft,n[1]+=e.offsetTop,e=e.offsetParent;return n},g.crotX=function(e,n){return 0==g.rotation?e:1==g.rotation?n:2==g.rotation?g.Canvas.canvas.width-e:3==g.rotation?g.Canvas.canvas.height-n:void 0},g.crotY=function(e,n){return 0==g.rotation?n:1==g.rotation?g.Canvas.canvas.width-e:2==g.rotation?g.Canvas.canvas.height-n:3==g.rotation?e:void 0},g.rotX=function(e,n){return 0==g.rotation||1==g.rotation?e:2==g.rotation?e-g.Canvas.canvas.width:3==g.rotation?e-g.Canvas.canvas.height:void 0},g.rotY=function(e,n){return 0==g.rotation||3==g.rotation?n:1==g.rotation?n-g.Canvas.canvas.width:2==g.rotation?n-g.Canvas.canvas.height:void 0},g.tcanvas=null,g.setRotation=function(e){for(;e<0;)e+=4;var n=e%4;if(n==g.rotation)return!0;var t=g.Canvas.canvas.width,o=g.Canvas.canvas.height;1!=g.rotation&&3!=g.rotation||(t=g.Canvas.canvas.height,o=g.Canvas.canvas.width),null==g.tcanvas&&(g.tcanvas=document.createElement("canvas"));var a=g.tcanvas.getContext("2d");return a.setTransform(1,0,0,1,0,0),a.canvas.width=t,a.canvas.height=o,a.rotate(-90*g.rotation*Math.PI/180),0==g.rotation&&a.drawImage(g.Canvas.canvas,0,0),1==g.rotation&&a.drawImage(g.Canvas.canvas,-g.Canvas.canvas.width,0),2==g.rotation&&a.drawImage(g.Canvas.canvas,-g.Canvas.canvas.width,-g.Canvas.canvas.height),3==g.rotation&&a.drawImage(g.Canvas.canvas,0,-g.Canvas.canvas.height),0!=g.rotation&&2!=g.rotation||(g.Canvas.canvas.height=t,g.Canvas.canvas.width=o),1!=g.rotation&&3!=g.rotation||(g.Canvas.canvas.height=o,g.Canvas.canvas.width=t),g.Canvas.setTransform(1,0,0,1,0,0),g.Canvas.rotate(90*n*Math.PI/180),g.rotation=n,g.Canvas.drawImage(g.tcanvas,g.rotX(0,0),g.rotY(0,0)),g.ScreenWidth=g.Canvas.canvas.width,g.ScreenHeight=g.Canvas.canvas.height,null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId),!0},g.MuchTheSame=function(e,n){return Math.abs(e-n)<4},g.Debug=function(e){console.log(e)},g.getIEVersion=function(){var e=-1;if("Microsoft Internet Explorer"==navigator.appName){var n=navigator.userAgent;null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(n)&&(e=parseFloat(RegExp.$1))}return e},g.haltEvent=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g}
\ No newline at end of file
public/scripts/agent-redir-rtc-0.1.0-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateKvmDataChannel=function(e,t,n){var o={};((o.m=t).parent=o).webchannel=e,o.State=0,o.protocol=t.protocol,o.onStateChanged=null,o.onControlMsg=null,o.debugmode=0,o.keepalive=n,o.rtcKeepAlive=null,o.Start=function(){1==o.debugmode&&console.log("start"),o.xxStateChange(3),o.webchannel.onmessage=o.xxOnMessage,o.rtcKeepAlive=setInterval(o.xxSendRtcKeepAlive,3e4)};var l=new FileReader,i=!1,s=[];return l.readAsBinaryString?l.onload=function(e){o.xxOnSocketData(e.target.result),0==s.length?i=!1:l.readAsBinaryString(new Blob([s.shift()]))}:l.readAsArrayBuffer&&(l.onloadend=function(e){o.xxOnSocketData(e.target.result),0==s.length?i=!1:l.readAsArrayBuffer(s.shift())}),o.xxOnMessage=function(e){if("string"!=typeof e.data)if("object"==typeof e.data){if(1==i)return void s.push(e.data);if(l.readAsBinaryString)i=!0,l.readAsBinaryString(new Blob([e.data]));else if(f.readAsArrayBuffer)i=!0,l.readAsArrayBuffer(e.data);else{for(var t="",n=new Uint8Array(e.data),a=n.byteLength,r=0;r<a;r++)t+=String.fromCharCode(n[r]);o.xxOnSocketData(t)}}else o.xxOnSocketData(e.data);else null!=o.onControlMsg&&o.onControlMsg(e.data)},o.xxOnSocketData=function(e){if(e){if("object"==typeof e){for(var t="",n=new Uint8Array(e),a=n.byteLength,r=0;r<a;r++)t+=String.fromCharCode(n[r]);e=t}else if("string"!=typeof e)return;return o.m.ProcessData(e)}},o.sendCtrlMsg=function(e){"string"==typeof e&&(o.webchannel.send(e),null!=o.keepalive&&o.keepalive.sendKeepAlive())},o.send=function(e){if("string"==typeof e){for(var t=new Uint8Array(e.length),n=0;n<e.length;++n)t[n]=e.charCodeAt(n);e=t}o.webchannel.send(e)},o.xxStateChange=function(e){o.State!=e&&(o.State=e,o.m.xxStateChange(o.State),null!=o.onStateChanged&&o.onStateChanged(o,o.State))},o.Stop=function(){1==o.debugmode&&console.log("stop"),null!=o.rtcKeepAlive&&(clearInterval(o.rtcKeepAlive),o.rtcKeepAlive=null),o.xxStateChange(0)},o.xxSendRtcKeepAlive=function(){o.sendCtrlMsg(JSON.stringify({action:"ping"}))},o}
\ No newline at end of file
public/scripts/agent-redir-ws-0.1.1-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateAgentRedirect=function(e,t,n,o,a,r){var c={};function l(){1==c.webSwitchOk&&1==c.webRtcActive&&(c.latency.current=-1,c.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),c.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=c.onStateChanged&&c.onStateChanged(c,c.State))}((c.m=t).parent=c).meshserver=e,c.authCookie=o,c.rauthCookie=a,c.State=0,c.nodeid=null,c.options=null,c.socket=null,c.connectstate=-1,c.tunnelid=Math.random().toString(36).substring(2),c.protocol=t.protocol,c.onStateChanged=null,c.ctrlMsgAllowed=!0,c.attemptWebRTC=!1,c.webRtcActive=!1,c.webSwitchOk=!1,c.webchannel=null,c.webrtc=null,c.debugmode=0,c.serverIsRecording=!1,c.latency={lastSend:null,current:-1,callback:null},null==r&&(r="/"),c.consoleMessage=null,c.onConsoleMessageChange=null,c.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/meshrelay.ashx?browser=1&p="+c.protocol+"&nodeid="+e+"&id="+c.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),c.nodeid=e,c.connectstate=0,c.socket=new WebSocket(t),c.socket.onopen=c.xxOnSocketConnected,c.socket.onmessage=c.xxOnMessage,c.socket.onerror=function(e){},c.socket.onclose=c.xxOnSocketClosed,c.xxStateChange(1);var n="*"+r+"meshrelay.ashx?p="+c.protocol+"&nodeid="+e+"&id="+c.tunnelid;null!=a&&""!=a&&(n+="&rauth="+a),c.meshserver.send({action:"msg",type:"tunnel",nodeid:c.nodeid,value:n,usage:c.protocol})},c.xxOnSocketConnected=function(){1==c.debugmode&&console.log("onSocketConnected"),c.xxStateChange(2)},c.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?c.setConsoleMessage(t.msg):"rtt"==t.type&&"number"==typeof t.time?(c.latency.current=(new Date).getTime()-t.time,null!=c.latency.callbacks&&c.latency.callback(c.latency.current)):null!=c.webrtc&&("answer"==t.type?c.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},c.xxCloseWebRTC):"webrtc0"==t.type?(c.webSwitchOk=!0,l()):"webrtc1"==t.type?c.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):c.xxOnSocketData(e)},c.setConsoleMessage=function(e){c.consoleMessage!=e&&(c.consoleMessage=e,c.onConsoleMessageChange&&c.onConsoleMessageChange(c,c.consoleMessage))},c.sendCtrlMsg=function(e){if(1==c.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{c.socket.send(e)}catch(e){}}},c.xxOnMessage=function(e){if(c.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(c.serverIsRecording=!0),null!=c.options){delete c.options.action,c.options.type="options";try{c.sendCtrlMsg(JSON.stringify(c.options))}catch(e){}}try{c.socket.send(c.protocol)}catch(e){}if(c.xxStateChange(3),1==c.attemptWebRTC){"undefined"!=typeof RTCPeerConnection?c.webrtc=new RTCPeerConnection(null):"undefined"!=typeof webkitRTCPeerConnection&&(c.webrtc=new webkitRTCPeerConnection(null)),null!=c.webrtc&&c.webrtc.createDataChannel&&(c.webchannel=c.webrtc.createDataChannel("DataChannel",{}),c.webchannel.onmessage=c.xxOnMessage,c.webchannel.onopen=function(){c.webRtcActive=!0,l()},c.webchannel.onclose=function(e){c.webRtcActive&&c.Stop()},c.webrtc.onicecandidate=function(e){if(null==e.candidate)try{c.sendCtrlMsg(JSON.stringify(c.webrtcoffer))}catch(e){}else c.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},c.webrtc.oniceconnectionstatechange=function(){null!=c.webrtc&&("disconnected"==c.webrtc.iceConnectionState?1==c.webRtcActive?c.Stop():c.xxCloseWebRTC():"failed"==c.webrtc.iceConnectionState&&c.xxCloseWebRTC())},c.webrtc.createOffer(function(e){c.webrtcoffer=e,c.webrtc.setLocalDescription(e,function(){},c.xxCloseWebRTC)},c.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))}}else if("string"!=typeof e.data){if("object"==typeof e.data){if(1==i)return void d.push(e.data);if(s.readAsBinaryString&&null==c.m.ProcessBinaryData)i=!0,s.readAsBinaryString(new Blob([e.data]));else if(s.readAsArrayBuffer)i=!0,s.readAsArrayBuffer(e.data);else{for(var t="",n=new Uint8Array(e.data),o=n.byteLength,a=0;a<o;a++)t+=String.fromCharCode(n[a]);c.xxOnSocketData(t)}}else c.xxOnSocketData(e.data);if(1!=c.webRtcActive){var r=(new Date).getTime();(null==c.latency.lastSend||5e3<r-c.latency.lastSend)&&(c.latency.lastSend=r,c.sendCtrlMsg('{"ctrlChannel":"102938","type":"rtt","time":'+r+"}"))}}else c.xxOnControlCommand(e.data)};var s=new FileReader,i=!1,d=[];return s.readAsBinaryString?s.onload=function(e){c.xxOnSocketData(e.target.result),0==d.length?i=!1:s.readAsBinaryString(new Blob([d.shift()]))}:s.readAsArrayBuffer&&(s.onloadend=function(e){c.xxOnSocketData(e.target.result),0==d.length?i=!1:s.readAsArrayBuffer(d.shift())}),c.xxOnSocketData=function(e){if(e&&-1!=c.connectstate){if("object"==typeof e){if(c.m.ProcessBinaryData)return c.m.ProcessBinaryData(e);for(var t="",n=new Uint8Array(e),o=n.byteLength,a=0;a<o;a++)t+=String.fromCharCode(n[a]);e=t}else if("string"!=typeof e)return;return"undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64)),c.m.ProcessData(e)}},c.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),c.send(encode_utf8(e))},c.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=c.socket&&c.socket.readyState==WebSocket.OPEN)if("string"==typeof e)if(1==c.debugmode){for(var t=new Uint8Array(e.length),n=[],o=0;o<e.length;++o)t[o]=e.charCodeAt(o),n.push(e.charCodeAt(o));1==c.webRtcActive?c.webchannel.send(t.buffer):c.socket.send(t.buffer)}else{for(t=new Uint8Array(e.length),o=0;o<e.length;++o)t[o]=e.charCodeAt(o);1==c.webRtcActive?c.webchannel.send(t.buffer):c.socket.send(t.buffer)}else 1==c.webRtcActive?c.webchannel.send(e):c.socket.send(e)}catch(e){}},c.xxOnSocketClosed=function(){c.Stop(1)},c.xxStateChange=function(e){c.State!=e&&(c.State=e,c.m.xxStateChange(c.State),null!=c.onStateChanged&&c.onStateChanged(c,c.State))},c.xxCloseWebRTC=function(){if(null!=c.webchannel){try{c.webchannel.close()}catch(e){}c.webchannel=null}if(null!=c.webrtc){try{c.webrtc.close()}catch(e){}c.webrtc=null}c.webRtcActive=!1},c.Stop=function(e){if(1==c.debugmode&&console.log("stop",e),c.xxCloseWebRTC(),c.connectstate=-1,null!=c.socket){try{1==c.socket.readyState&&(c.sendCtrlMsg('{"ctrlChannel":"102938","type":"close"}'),c.socket.close())}catch(e){}c.socket=null}c.xxStateChange(0)},c}
\ No newline at end of file
public/scripts/amt-0.2.0-min.js new
+1
@@ -0,0 +1 @@
1 +function AmtStackCreateService(e){var E=new Object;E.wsman=e,E.pfx=["http://intel.com/wbem/wscim/1/amt-schema/1/","http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/","http://intel.com/wbem/wscim/1/ips-schema/1/"],E.PendingEnums=[],E.PendingBatchOperations=0,E.ActiveEnumsCount=0,E.MaxActiveEnumsCount=1,E.onProcessChanged=null;var t=0,n=0;function A(){var e=E.GetPendingActions();t<e&&(t=e),null!=E.onProcessChanged&&n!=e&&(n=e,E.onProcessChanged(e,t)),0==e&&(t=0)}function _(e){if(E.ActiveEnumsCount-=e,!(E.ActiveEnumsCount>=E.MaxActiveEnumsCount||0==E.PendingEnums.length)){var t=E.PendingEnums.shift();E.Enum(t[0],t[1],t[2]),_(0)}}function r(o){o.names.length<=o.current?o.callback(E,o.name,o.responses,200,o.tag):(E.wsman.ExecGet(E.CompleteName(o.names[o.current]),function(e,t,n,i){!function(e,t,n){null==t||200!=n?e.callback(E,e.name,null,n,e.tag):(e.responses[t.Header.Method]=t,r(e))}(o,n,i)},o.pri),o.current++),A()}function i(e,t,n,i,o){200==i&&"0"==n.Body.ReturnValue?E.AMT_MessageLog_GetRecords(n.Body.IterationIdentifier,390,l,o):o[0](E,null,o[2])}function l(e,t,n,i,o){if(200==i&&"0"==n.Body.ReturnValue){var r,c,a,s,u,d=o[2],S=new Date,A=n.Body.RecordArray;for(r in"string"==typeof A&&(n.Body.RecordArray=[n.Body.RecordArray]),A){s=null;try{s=window.atob(A[r])}catch(e){}if(null!=s&&0<(u=ReadIntX(s,0))&&u<4294967295){for(a={DeviceAddress:s.charCodeAt(4),EventSensorType:s.charCodeAt(5),EventType:s.charCodeAt(6),EventOffset:s.charCodeAt(7),EventSourceType:s.charCodeAt(8),EventSeverity:s.charCodeAt(9),SensorNumber:s.charCodeAt(10),Entity:s.charCodeAt(11),EntityInstance:s.charCodeAt(12),EventData:[],Time:new Date(1e3*(u+60*S.getTimezoneOffset()))},c=13;c<21;c++)a.EventData.push(s.charCodeAt(c));a.EntityStr=C[a.Entity],a.Desc=m(a.EventSensorType,a.EventOffset,a.EventData,a.Entity),a.EntityStr||(a.EntityStr="Unknown"),d.push(a)}}1!=n.Body.NoMoreRecords?E.AMT_MessageLog_GetRecords(n.Body.IterationIdentifier,390,l,[o[0],d,o[2]]):o[0](E,d,o[2])}else o[0](E,null,o[2])}E.GetPendingActions=function(){return 2*E.PendingEnums.length+E.ActiveEnumsCount+E.wsman.comm.PendingAjax.length+E.wsman.comm.ActiveAjaxCount+E.PendingBatchOperations},E.Subscribe=function(o,e,t,r,c,n,i,a,s,u){E.wsman.ExecSubscribe(E.CompleteName(o),e,t,function(e,t,n,i){A(),r(E,o,n,i,c)},0,n,i,a,s,u),A()},E.UnSubscribe=function(o,r,c,e,t){E.wsman.ExecUnSubscribe(E.CompleteName(o),function(e,t,n,i){A(),r(E,o,n,i,c)},0,e,t),A()},E.Get=function(o,r,c,e){E.wsman.ExecGet(E.CompleteName(o),function(e,t,n,i){A(),r(E,o,n,i,c)},0,e),A()},E.Put=function(o,e,r,c,t,n){E.wsman.ExecPut(E.CompleteName(o),e,function(e,t,n,i){A(),r(E,o,n,i,c)},0,t,n),A()},E.Create=function(o,e,r,c,t){E.wsman.ExecCreate(E.CompleteName(o),e,function(e,t,n,i){A(),r(E,o,n,i,c)},0,t),A()},E.Delete=function(o,e,r,c,t){E.wsman.ExecDelete(E.CompleteName(o),e,function(e,t,n,i){A(),r(E,o,n,i,c)},0,t),A()},E.Exec=function(o,e,t,r,c,n,i){E.wsman.ExecMethod(E.CompleteName(o),e,t,function(e,t,n,i){A(),r(E,o,E.CompleteExecResponse(n),i,c)},0,n,i),A()},E.ExecWithXml=function(o,e,t,r,c,n,i){E.wsman.ExecMethodXml(E.CompleteName(o),e,execArgumentsToXml(t),function(e,t,n,i){A(),r(E,o,E.CompleteExecResponse(n),i,c)},0,n,i),A()},E.Enum=function(r,c,e,t){E.ActiveEnumsCount<E.MaxActiveEnumsCount?(E.ActiveEnumsCount++,E.wsman.ExecEnum(E.CompleteName(r),function(e,t,n,i,o){A(),function(o,e,r,t,n,c){if(200!=n)return r(E,o,null,n,c),_(1);if(null==e||"EnumerateResponse"!=e.Header.Method||!e.Body.EnumerationContext)return r(E,o,null,603,c),_(1);var i=e.Body.EnumerationContext;E.wsman.ExecPull(t,i,function(e,t,n,i){!function o(r,e,c,t,a,n,s,i){if(200!=n)return c(E,r,null,n,s),void _(1);if(null==e||"PullResponse"!=e.Header.Method)return c(E,r,null,604,s),void _(1);for(var u in e.Body.Items)if(e.Body.Items[u]instanceof Array)for(var d in e.Body.Items[u])a.push(e.Body.Items[u][d]);else a.push(e.Body.Items[u]);if(e.Body.EnumerationContext){var S=e.Body.EnumerationContext;E.wsman.ExecPull(t,S,function(e,t,n,i){o(r,n,c,t,a,i,s,1)})}else _(1),c(E,r,a,n,s),A()}(o,n,r,t,[],i,c)})}(r,n,c,t,i,o)},e,t)):E.PendingEnums.push([r,c,e,t]),A()},E.BatchEnum=function(e,t,n,i,o,r){E.PendingBatchOperations+=2*t.length,function r(c,a,s,u,e,d,S){E.PendingBatchOperations-=2;var t=a.shift(),n=E.Enum;"*"==t[0]&&(n=E.Get,t=t.substring(1));n(t,function(e,t,n,i,o){o[2][t]={response:null==n?null:n.Body,responses:n,status:i},0==o[1].length||401==i||1!=d&&200!=i&&400!=i?(E.PendingBatchOperations-=2*a.length,A(),s(E,c,o[2],i,u)):(A(),r(c,a,s,u,o[2],S))},[c,a,e],S);A()}(e,Clone(t),n,i,{},o,r),A()},E.BatchGet=function(e,t,n,i,o){r({name:e,names:t,callback:n,current:0,responses:{},tag:i,pri:o}),A()},E.CompleteName=function(e){return 0==e.indexOf("AMT_")?E.pfx[0]+e:0==e.indexOf("CIM_")?E.pfx[1]+e:0==e.indexOf("IPS_")?E.pfx[2]+e:void 0},E.CompleteExecResponse=function(e){return e&&null!=e&&e.Body&&e.Body.ReturnValue&&(e.Body.ReturnValueStr=E.AmtStatusToStr(e.Body.ReturnValue)),e},E.RequestPowerStateChange=function(e,t){E.CIM_PowerManagementService_RequestPowerStateChange(e,'<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="CreationClassName">CIM_ComputerSystem</Selector><Selector Name="Name">ManagedSystem</Selector></SelectorSet></ReferenceParameters>',null,null,t)},E.SetBootConfigRole=function(e,t){E.CIM_BootService_SetBootConfigRole('<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="InstanceID">Intel(r) AMT: Boot Configuration 0</Selector></SelectorSet></ReferenceParameters>',e,t)},E.CancelAllQueries=function(e){E.wsman.CancelAllQueries(e)},E.AMT_AgentPresenceWatchdog_RegisterAgent=function(e){E.Exec("AMT_AgentPresenceWatchdog","RegisterAgent",{},e)},E.AMT_AgentPresenceWatchdog_AssertPresence=function(e,t){E.Exec("AMT_AgentPresenceWatchdog","AssertPresence",{SequenceNumber:e},t)},E.AMT_AgentPresenceWatchdog_AssertShutdown=function(e,t){E.Exec("AMT_AgentPresenceWatchdog","AssertShutdown",{SequenceNumber:e},t)},E.AMT_AgentPresenceWatchdog_AddAction=function(e,t,n,i,o,r,c,a,s){E.Exec("AMT_AgentPresenceWatchdog","AddAction",{OldState:e,NewState:t,EventOnTransition:n,ActionSd:i,ActionEac:o},r,c,a,s)},E.AMT_AgentPresenceWatchdog_DeleteAllActions=function(e,t,n,i){E.Exec("AMT_AgentPresenceWatchdog","DeleteAllActions",{},e,t,n,i)},E.AMT_AgentPresenceWatchdogAction_GetActionEac=function(e){E.Exec("AMT_AgentPresenceWatchdogAction","GetActionEac",{},e)},E.AMT_AgentPresenceWatchdogVA_RegisterAgent=function(e){E.Exec("AMT_AgentPresenceWatchdogVA","RegisterAgent",{},e)},E.AMT_AgentPresenceWatchdogVA_AssertPresence=function(e,t){E.Exec("AMT_AgentPresenceWatchdogVA","AssertPresence",{SequenceNumber:e},t)},E.AMT_AgentPresenceWatchdogVA_AssertShutdown=function(e,t){E.Exec("AMT_AgentPresenceWatchdogVA","AssertShutdown",{SequenceNumber:e},t)},E.AMT_AgentPresenceWatchdogVA_AddAction=function(e,t,n,i,o,r){E.Exec("AMT_AgentPresenceWatchdogVA","AddAction",{OldState:e,NewState:t,EventOnTransition:n,ActionSd:i,ActionEac:o},r)},E.AMT_AgentPresenceWatchdogVA_DeleteAllActions=function(e,t){E.Exec("AMT_AgentPresenceWatchdogVA","DeleteAllActions",{_method_dummy:e},t)},E.AMT_AuditLog_ClearLog=function(e){E.Exec("AMT_AuditLog","ClearLog",{},e)},E.AMT_AuditLog_RequestStateChange=function(e,t,n){E.Exec("AMT_AuditLog","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.AMT_AuditLog_ReadRecords=function(e,t,n){E.Exec("AMT_AuditLog","ReadRecords",{StartIndex:e},t,n)},E.AMT_AuditLog_SetAuditLock=function(e,t,n,i){E.Exec("AMT_AuditLog","SetAuditLock",{LockTimeoutInSeconds:e,Flag:t,Handle:n},i)},E.AMT_AuditLog_ExportAuditLogSignature=function(e,t){E.Exec("AMT_AuditLog","ExportAuditLogSignature",{SigningMechanism:e},t)},E.AMT_AuditLog_SetSigningKeyMaterial=function(e,t,n,i,o){E.Exec("AMT_AuditLog","SetSigningKeyMaterial",{SigningMechanismType:e,SigningKey:t,LengthOfCertificates:n,Certificates:i},o)},E.AMT_AuditPolicyRule_SetAuditPolicy=function(e,t,n,i,o){E.Exec("AMT_AuditPolicyRule","SetAuditPolicy",{Enable:e,AuditedAppID:t,EventID:n,PolicyType:i},o)},E.AMT_AuditPolicyRule_SetAuditPolicyBulk=function(e,t,n,i,o){E.Exec("AMT_AuditPolicyRule","SetAuditPolicyBulk",{Enable:e,AuditedAppID:t,EventID:n,PolicyType:i},o)},E.AMT_AuthorizationService_AddUserAclEntryEx=function(e,t,n,i,o,r){E.Exec("AMT_AuthorizationService","AddUserAclEntryEx",{DigestUsername:e,DigestPassword:t,KerberosUserSid:n,AccessPermission:i,Realms:o},r)},E.AMT_AuthorizationService_EnumerateUserAclEntries=function(e,t){E.Exec("AMT_AuthorizationService","EnumerateUserAclEntries",{StartIndex:e},t)},E.AMT_AuthorizationService_GetUserAclEntryEx=function(e,t,n){E.Exec("AMT_AuthorizationService","GetUserAclEntryEx",{Handle:e},t,n)},E.AMT_AuthorizationService_UpdateUserAclEntryEx=function(e,t,n,i,o,r,c){E.Exec("AMT_AuthorizationService","UpdateUserAclEntryEx",{Handle:e,DigestUsername:t,DigestPassword:n,KerberosUserSid:i,AccessPermission:o,Realms:r},c)},E.AMT_AuthorizationService_RemoveUserAclEntry=function(e,t){E.Exec("AMT_AuthorizationService","RemoveUserAclEntry",{Handle:e},t)},E.AMT_AuthorizationService_SetAdminAclEntryEx=function(e,t,n){E.Exec("AMT_AuthorizationService","SetAdminAclEntryEx",{Username:e,DigestPassword:t},n)},E.AMT_AuthorizationService_GetAdminAclEntry=function(e){E.Exec("AMT_AuthorizationService","GetAdminAclEntry",{},e)},E.AMT_AuthorizationService_GetAdminAclEntryStatus=function(e){E.Exec("AMT_AuthorizationService","GetAdminAclEntryStatus",{},e)},E.AMT_AuthorizationService_GetAdminNetAclEntryStatus=function(e){E.Exec("AMT_AuthorizationService","GetAdminNetAclEntryStatus",{},e)},E.AMT_AuthorizationService_SetAclEnabledState=function(e,t,n,i){E.Exec("AMT_AuthorizationService","SetAclEnabledState",{Handle:e,Enabled:t},n,i)},E.AMT_AuthorizationService_GetAclEnabledState=function(e,t,n){E.Exec("AMT_AuthorizationService","GetAclEnabledState",{Handle:e},t,n)},E.AMT_EndpointAccessControlService_RequestStateChange=function(e,t,n){E.Exec("AMT_EndpointAccessControlService","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.AMT_EndpointAccessControlService_GetPosture=function(e,t){E.Exec("AMT_EndpointAccessControlService","GetPosture",{PostureType:e},t)},E.AMT_EndpointAccessControlService_GetPostureHash=function(e,t){E.Exec("AMT_EndpointAccessControlService","GetPostureHash",{PostureType:e},t)},E.AMT_EndpointAccessControlService_UpdatePostureState=function(e,t){E.Exec("AMT_EndpointAccessControlService","UpdatePostureState",{UpdateType:e},t)},E.AMT_EndpointAccessControlService_GetEacOptions=function(e){E.Exec("AMT_EndpointAccessControlService","GetEacOptions",{},e)},E.AMT_EndpointAccessControlService_SetEacOptions=function(e,t,n){E.Exec("AMT_EndpointAccessControlService","SetEacOptions",{EacVendors:e,PostureHashAlgorithm:t},n)},E.AMT_EnvironmentDetectionSettingData_SetSystemDefensePolicy=function(e,t){E.Exec("AMT_EnvironmentDetectionSettingData","SetSystemDefensePolicy",{Policy:e},t)},E.AMT_EnvironmentDetectionSettingData_EnableVpnRouting=function(e,t){E.Exec("AMT_EnvironmentDetectionSettingData","EnableVpnRouting",{Enable:e},t)},E.AMT_EthernetPortSettings_SetLinkPreference=function(e,t,n){E.Exec("AMT_EthernetPortSettings","SetLinkPreference",{LinkPreference:e,Timeout:t},n)},E.AMT_HeuristicPacketFilterStatistics_ResetSelectedStats=function(e,t){E.Exec("AMT_HeuristicPacketFilterStatistics","ResetSelectedStats",{SelectedStatistics:e},t)},E.AMT_KerberosSettingData_GetCredentialCacheState=function(e){E.Exec("AMT_KerberosSettingData","GetCredentialCacheState",{},e)},E.AMT_KerberosSettingData_SetCredentialCacheState=function(e,t){E.Exec("AMT_KerberosSettingData","SetCredentialCacheState",{Enable:e},t)},E.AMT_MessageLog_CancelIteration=function(e,t){E.Exec("AMT_MessageLog","CancelIteration",{IterationIdentifier:e},t)},E.AMT_MessageLog_RequestStateChange=function(e,t,n){E.Exec("AMT_MessageLog","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.AMT_MessageLog_ClearLog=function(e){E.Exec("AMT_MessageLog","ClearLog",{},e)},E.AMT_MessageLog_GetRecords=function(e,t,n,i){E.Exec("AMT_MessageLog","GetRecords",{IterationIdentifier:e,MaxReadRecords:t},n,i)},E.AMT_MessageLog_GetRecord=function(e,t,n){E.Exec("AMT_MessageLog","GetRecord",{IterationIdentifier:e,PositionToNext:t},n)},E.AMT_MessageLog_PositionAtRecord=function(e,t,n,i){E.Exec("AMT_MessageLog","PositionAtRecord",{IterationIdentifier:e,MoveAbsolute:t,RecordNumber:n},i)},E.AMT_MessageLog_PositionToFirstRecord=function(e,t){E.Exec("AMT_MessageLog","PositionToFirstRecord",{},e,t)},E.AMT_MessageLog_FreezeLog=function(e,t){E.Exec("AMT_MessageLog","FreezeLog",{Freeze:e},t)},E.AMT_PublicKeyManagementService_AddCRL=function(e,t,n){E.Exec("AMT_PublicKeyManagementService","AddCRL",{Url:e,SerialNumbers:t},n)},E.AMT_PublicKeyManagementService_ResetCRLList=function(e,t){E.Exec("AMT_PublicKeyManagementService","ResetCRLList",{_method_dummy:e},t)},E.AMT_PublicKeyManagementService_AddCertificate=function(e,t){E.Exec("AMT_PublicKeyManagementService","AddCertificate",{CertificateBlob:e},t)},E.AMT_PublicKeyManagementService_AddTrustedRootCertificate=function(e,t){E.Exec("AMT_PublicKeyManagementService","AddTrustedRootCertificate",{CertificateBlob:e},t)},E.AMT_PublicKeyManagementService_AddKey=function(e,t){E.Exec("AMT_PublicKeyManagementService","AddKey",{KeyBlob:e},t)},E.AMT_PublicKeyManagementService_GeneratePKCS10Request=function(e,t,n,i){E.Exec("AMT_PublicKeyManagementService","GeneratePKCS10Request",{KeyPair:e,DNName:t,Usage:n},i)},E.AMT_PublicKeyManagementService_GeneratePKCS10RequestEx=function(e,t,n,i){E.Exec("AMT_PublicKeyManagementService","GeneratePKCS10RequestEx",{KeyPair:e,SigningAlgorithm:t,NullSignedCertificateRequest:n},i)},E.AMT_PublicKeyManagementService_GenerateKeyPair=function(e,t,n){E.Exec("AMT_PublicKeyManagementService","GenerateKeyPair",{KeyAlgorithm:e,KeyLength:t},n)},E.AMT_RedirectionService_RequestStateChange=function(e,t){E.Exec("AMT_RedirectionService","RequestStateChange",{RequestedState:e},t)},E.AMT_RedirectionService_TerminateSession=function(e,t){E.Exec("AMT_RedirectionService","TerminateSession",{SessionType:e},t)},E.AMT_RemoteAccessService_AddMpServer=function(e,t,n,i,o,r,c,a,s){E.Exec("AMT_RemoteAccessService","AddMpServer",{AccessInfo:e,InfoFormat:t,Port:n,AuthMethod:i,Certificate:o,Username:r,Password:c,CN:a},s)},E.AMT_RemoteAccessService_AddRemoteAccessPolicyRule=function(e,t,n,i,o){E.Exec("AMT_RemoteAccessService","AddRemoteAccessPolicyRule",{Trigger:e,TunnelLifeTime:t,ExtendedData:n,MpServer:i},o)},E.AMT_RemoteAccessService_CloseRemoteAccessConnection=function(e,t){E.Exec("AMT_RemoteAccessService","CloseRemoteAccessConnection",{_method_dummy:e},t)},E.AMT_SetupAndConfigurationService_CommitChanges=function(e,t){E.Exec("AMT_SetupAndConfigurationService","CommitChanges",{_method_dummy:e},t)},E.AMT_SetupAndConfigurationService_Unprovision=function(e,t){E.Exec("AMT_SetupAndConfigurationService","Unprovision",{ProvisioningMode:e},t)},E.AMT_SetupAndConfigurationService_PartialUnprovision=function(e,t){E.Exec("AMT_SetupAndConfigurationService","PartialUnprovision",{_method_dummy:e},t)},E.AMT_SetupAndConfigurationService_ResetFlashWearOutProtection=function(e,t){E.Exec("AMT_SetupAndConfigurationService","ResetFlashWearOutProtection",{_method_dummy:e},t)},E.AMT_SetupAndConfigurationService_ExtendProvisioningPeriod=function(e,t){E.Exec("AMT_SetupAndConfigurationService","ExtendProvisioningPeriod",{Duration:e},t)},E.AMT_SetupAndConfigurationService_SetMEBxPassword=function(e,t){E.Exec("AMT_SetupAndConfigurationService","SetMEBxPassword",{Password:e},t)},E.AMT_SetupAndConfigurationService_SetTLSPSK=function(e,t,n){E.Exec("AMT_SetupAndConfigurationService","SetTLSPSK",{PID:e,PPS:t},n)},E.AMT_SetupAndConfigurationService_GetProvisioningAuditRecord=function(e){E.Exec("AMT_SetupAndConfigurationService","GetProvisioningAuditRecord",{},e)},E.AMT_SetupAndConfigurationService_GetUuid=function(e){E.Exec("AMT_SetupAndConfigurationService","GetUuid",{},e)},E.AMT_SetupAndConfigurationService_GetUnprovisionBlockingComponents=function(e){E.Exec("AMT_SetupAndConfigurationService","GetUnprovisionBlockingComponents",{},e)},E.AMT_SetupAndConfigurationService_GetProvisioningAuditRecordV2=function(e){E.Exec("AMT_SetupAndConfigurationService","GetProvisioningAuditRecordV2",{},e)},E.AMT_SystemDefensePolicy_GetTimeout=function(e){E.Exec("AMT_SystemDefensePolicy","GetTimeout",{},e)},E.AMT_SystemDefensePolicy_SetTimeout=function(e,t){E.Exec("AMT_SystemDefensePolicy","SetTimeout",{Timeout:e},t)},E.AMT_SystemDefensePolicy_UpdateStatistics=function(e,t,n,i,o,r){E.Exec("AMT_SystemDefensePolicy","UpdateStatistics",{NetworkInterface:e,ResetOnRead:t},n,i,o,r)},E.AMT_SystemPowerScheme_SetPowerScheme=function(e,t,n){E.Exec("AMT_SystemPowerScheme","SetPowerScheme",{},e,n,0,{InstanceID:t})},E.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch=function(e,t){E.Exec("AMT_TimeSynchronizationService","GetLowAccuracyTimeSynch",{},e,t)},E.AMT_TimeSynchronizationService_SetHighAccuracyTimeSynch=function(e,t,n,i,o){E.Exec("AMT_TimeSynchronizationService","SetHighAccuracyTimeSynch",{Ta0:e,Tm1:t,Tm2:n},i,o)},E.AMT_UserInitiatedConnectionService_RequestStateChange=function(e,t,n){E.Exec("AMT_UserInitiatedConnectionService","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.AMT_WebUIService_RequestStateChange=function(e,t,n){E.Exec("AMT_WebUIService","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.AMT_WiFiPortConfigurationService_AddWiFiSettings=function(e,t,n,i,o,r){E.ExecWithXml("AMT_WiFiPortConfigurationService","AddWiFiSettings",{WiFiEndpoint:e,WiFiEndpointSettingsInput:t,IEEE8021xSettingsInput:n,ClientCredential:i,CACredential:o},r)},E.AMT_WiFiPortConfigurationService_UpdateWiFiSettings=function(e,t,n,i,o,r){E.ExecWithXml("AMT_WiFiPortConfigurationService","UpdateWiFiSettings",{WiFiEndpointSettings:e,WiFiEndpointSettingsInput:t,IEEE8021xSettingsInput:n,ClientCredential:i,CACredential:o},r)},E.AMT_WiFiPortConfigurationService_DeleteAllITProfiles=function(e,t){E.Exec("AMT_WiFiPortConfigurationService","DeleteAllITProfiles",{_method_dummy:e},t)},E.AMT_WiFiPortConfigurationService_DeleteAllUserProfiles=function(e,t){E.Exec("AMT_WiFiPortConfigurationService","DeleteAllUserProfiles",{_method_dummy:e},t)},E.CIM_Account_RequestStateChange=function(e,t,n){E.Exec("CIM_Account","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_AccountManagementService_CreateAccount=function(e,t,n){E.Exec("CIM_AccountManagementService","CreateAccount",{System:e,AccountTemplate:t},n)},E.CIM_BootConfigSetting_ChangeBootOrder=function(e,t){E.Exec("CIM_BootConfigSetting","ChangeBootOrder",{Source:e},t)},E.CIM_BootService_SetBootConfigRole=function(e,t,n){E.Exec("CIM_BootService","SetBootConfigRole",{BootConfigSetting:e,Role:t},n,0,1)},E.CIM_Card_ConnectorPower=function(e,t,n){E.Exec("CIM_Card","ConnectorPower",{Connector:e,PoweredOn:t},n)},E.CIM_Card_IsCompatible=function(e,t){E.Exec("CIM_Card","IsCompatible",{ElementToCheck:e},t)},E.CIM_Chassis_IsCompatible=function(e,t){E.Exec("CIM_Chassis","IsCompatible",{ElementToCheck:e},t)},E.CIM_Fan_SetSpeed=function(e,t){E.Exec("CIM_Fan","SetSpeed",{DesiredSpeed:e},t)},E.CIM_KVMRedirectionSAP_RequestStateChange=function(e,t,n){E.Exec("CIM_KVMRedirectionSAP","RequestStateChange",{RequestedState:e},n)},E.CIM_MediaAccessDevice_LockMedia=function(e,t){E.Exec("CIM_MediaAccessDevice","LockMedia",{Lock:e},t)},E.CIM_MediaAccessDevice_SetPowerState=function(e,t,n){E.Exec("CIM_MediaAccessDevice","SetPowerState",{PowerState:e,Time:t},n)},E.CIM_MediaAccessDevice_Reset=function(e){E.Exec("CIM_MediaAccessDevice","Reset",{},e)},E.CIM_MediaAccessDevice_EnableDevice=function(e,t){E.Exec("CIM_MediaAccessDevice","EnableDevice",{Enabled:e},t)},E.CIM_MediaAccessDevice_OnlineDevice=function(e,t){E.Exec("CIM_MediaAccessDevice","OnlineDevice",{Online:e},t)},E.CIM_MediaAccessDevice_QuiesceDevice=function(e,t){E.Exec("CIM_MediaAccessDevice","QuiesceDevice",{Quiesce:e},t)},E.CIM_MediaAccessDevice_SaveProperties=function(e){E.Exec("CIM_MediaAccessDevice","SaveProperties",{},e)},E.CIM_MediaAccessDevice_RestoreProperties=function(e){E.Exec("CIM_MediaAccessDevice","RestoreProperties",{},e)},E.CIM_MediaAccessDevice_RequestStateChange=function(e,t,n){E.Exec("CIM_MediaAccessDevice","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_PhysicalFrame_IsCompatible=function(e,t){E.Exec("CIM_PhysicalFrame","IsCompatible",{ElementToCheck:e},t)},E.CIM_PhysicalPackage_IsCompatible=function(e,t){E.Exec("CIM_PhysicalPackage","IsCompatible",{ElementToCheck:e},t)},E.CIM_PowerManagementService_RequestPowerStateChange=function(e,t,n,i,o){E.Exec("CIM_PowerManagementService","RequestPowerStateChange",{PowerState:e,ManagedElement:t,Time:n,TimeoutPeriod:i},o,0,1)},E.CIM_PowerSupply_SetPowerState=function(e,t,n){E.Exec("CIM_PowerSupply","SetPowerState",{PowerState:e,Time:t},n)},E.CIM_PowerSupply_Reset=function(e){E.Exec("CIM_PowerSupply","Reset",{},e)},E.CIM_PowerSupply_EnableDevice=function(e,t){E.Exec("CIM_PowerSupply","EnableDevice",{Enabled:e},t)},E.CIM_PowerSupply_OnlineDevice=function(e,t){E.Exec("CIM_PowerSupply","OnlineDevice",{Online:e},t)},E.CIM_PowerSupply_QuiesceDevice=function(e,t){E.Exec("CIM_PowerSupply","QuiesceDevice",{Quiesce:e},t)},E.CIM_PowerSupply_SaveProperties=function(e){E.Exec("CIM_PowerSupply","SaveProperties",{},e)},E.CIM_PowerSupply_RestoreProperties=function(e){E.Exec("CIM_PowerSupply","RestoreProperties",{},e)},E.CIM_PowerSupply_RequestStateChange=function(e,t,n){E.Exec("CIM_PowerSupply","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_Processor_SetPowerState=function(e,t,n){E.Exec("CIM_Processor","SetPowerState",{PowerState:e,Time:t},n)},E.CIM_Processor_Reset=function(e){E.Exec("CIM_Processor","Reset",{},e)},E.CIM_Processor_EnableDevice=function(e,t){E.Exec("CIM_Processor","EnableDevice",{Enabled:e},t)},E.CIM_Processor_OnlineDevice=function(e,t){E.Exec("CIM_Processor","OnlineDevice",{Online:e},t)},E.CIM_Processor_QuiesceDevice=function(e,t){E.Exec("CIM_Processor","QuiesceDevice",{Quiesce:e},t)},E.CIM_Processor_SaveProperties=function(e){E.Exec("CIM_Processor","SaveProperties",{},e)},E.CIM_Processor_RestoreProperties=function(e){E.Exec("CIM_Processor","RestoreProperties",{},e)},E.CIM_Processor_RequestStateChange=function(e,t,n){E.Exec("CIM_Processor","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_RecordLog_ClearLog=function(e){E.Exec("CIM_RecordLog","ClearLog",{},e)},E.CIM_RecordLog_RequestStateChange=function(e,t,n){E.Exec("CIM_RecordLog","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_RedirectionService_RequestStateChange=function(e,t,n){E.Exec("CIM_RedirectionService","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_Sensor_SetPowerState=function(e,t,n){E.Exec("CIM_Sensor","SetPowerState",{PowerState:e,Time:t},n)},E.CIM_Sensor_Reset=function(e){E.Exec("CIM_Sensor","Reset",{},e)},E.CIM_Sensor_EnableDevice=function(e,t){E.Exec("CIM_Sensor","EnableDevice",{Enabled:e},t)},E.CIM_Sensor_OnlineDevice=function(e,t){E.Exec("CIM_Sensor","OnlineDevice",{Online:e},t)},E.CIM_Sensor_QuiesceDevice=function(e,t){E.Exec("CIM_Sensor","QuiesceDevice",{Quiesce:e},t)},E.CIM_Sensor_SaveProperties=function(e){E.Exec("CIM_Sensor","SaveProperties",{},e)},E.CIM_Sensor_RestoreProperties=function(e){E.Exec("CIM_Sensor","RestoreProperties",{},e)},E.CIM_Sensor_RequestStateChange=function(e,t,n){E.Exec("CIM_Sensor","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_StatisticalData_ResetSelectedStats=function(e,t){E.Exec("CIM_StatisticalData","ResetSelectedStats",{SelectedStatistics:e},t)},E.CIM_Watchdog_KeepAlive=function(e){E.Exec("CIM_Watchdog","KeepAlive",{},e)},E.CIM_Watchdog_SetPowerState=function(e,t,n){E.Exec("CIM_Watchdog","SetPowerState",{PowerState:e,Time:t},n)},E.CIM_Watchdog_Reset=function(e){E.Exec("CIM_Watchdog","Reset",{},e)},E.CIM_Watchdog_EnableDevice=function(e,t){E.Exec("CIM_Watchdog","EnableDevice",{Enabled:e},t)},E.CIM_Watchdog_OnlineDevice=function(e,t){E.Exec("CIM_Watchdog","OnlineDevice",{Online:e},t)},E.CIM_Watchdog_QuiesceDevice=function(e,t){E.Exec("CIM_Watchdog","QuiesceDevice",{Quiesce:e},t)},E.CIM_Watchdog_SaveProperties=function(e){E.Exec("CIM_Watchdog","SaveProperties",{},e)},E.CIM_Watchdog_RestoreProperties=function(e){E.Exec("CIM_Watchdog","RestoreProperties",{},e)},E.CIM_Watchdog_RequestStateChange=function(e,t,n){E.Exec("CIM_Watchdog","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.CIM_WiFiPort_SetPowerState=function(e,t,n){E.Exec("CIM_WiFiPort","SetPowerState",{PowerState:e,Time:t},n)},E.CIM_WiFiPort_Reset=function(e){E.Exec("CIM_WiFiPort","Reset",{},e)},E.CIM_WiFiPort_EnableDevice=function(e,t){E.Exec("CIM_WiFiPort","EnableDevice",{Enabled:e},t)},E.CIM_WiFiPort_OnlineDevice=function(e,t){E.Exec("CIM_WiFiPort","OnlineDevice",{Online:e},t)},E.CIM_WiFiPort_QuiesceDevice=function(e,t){E.Exec("CIM_WiFiPort","QuiesceDevice",{Quiesce:e},t)},E.CIM_WiFiPort_SaveProperties=function(e){E.Exec("CIM_WiFiPort","SaveProperties",{},e)},E.CIM_WiFiPort_RestoreProperties=function(e){E.Exec("CIM_WiFiPort","RestoreProperties",{},e)},E.CIM_WiFiPort_RequestStateChange=function(e,t,n){E.Exec("CIM_WiFiPort","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.IPS_HostBasedSetupService_Setup=function(e,t,n,i,o,r,c){E.Exec("IPS_HostBasedSetupService","Setup",{NetAdminPassEncryptionType:e,NetworkAdminPassword:t,McNonce:n,Certificate:i,SigningAlgorithm:o,DigitalSignature:r},c)},E.IPS_HostBasedSetupService_AddNextCertInChain=function(e,t,n,i){E.Exec("IPS_HostBasedSetupService","AddNextCertInChain",{NextCertificate:e,IsLeafCertificate:t,IsRootCertificate:n},i)},E.IPS_HostBasedSetupService_AdminSetup=function(e,t,n,i,o,r){E.Exec("IPS_HostBasedSetupService","AdminSetup",{NetAdminPassEncryptionType:e,NetworkAdminPassword:t,McNonce:n,SigningAlgorithm:i,DigitalSignature:o},r)},E.IPS_HostBasedSetupService_UpgradeClientToAdmin=function(e,t,n,i){E.Exec("IPS_HostBasedSetupService","UpgradeClientToAdmin",{McNonce:e,SigningAlgorithm:t,DigitalSignature:n},i)},E.IPS_HostBasedSetupService_DisableClientControlMode=function(e,t){E.Exec("IPS_HostBasedSetupService","DisableClientControlMode",{_method_dummy:e},t)},E.IPS_KVMRedirectionSettingData_TerminateSession=function(e){E.Exec("IPS_KVMRedirectionSettingData","TerminateSession",{},e)},E.IPS_OptInService_StartOptIn=function(e){E.Exec("IPS_OptInService","StartOptIn",{},e)},E.IPS_OptInService_CancelOptIn=function(e){E.Exec("IPS_OptInService","CancelOptIn",{},e)},E.IPS_OptInService_SendOptInCode=function(e,t){E.Exec("IPS_OptInService","SendOptInCode",{OptInCode:e},t)},E.IPS_OptInService_StartService=function(e){E.Exec("IPS_OptInService","StartService",{},e)},E.IPS_OptInService_StopService=function(e){E.Exec("IPS_OptInService","StopService",{},e)},E.IPS_OptInService_RequestStateChange=function(e,t,n){E.Exec("IPS_OptInService","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.IPS_ProvisioningRecordLog_RequestStateChange=function(e,t,n){E.Exec("IPS_ProvisioningRecordLog","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.IPS_ProvisioningRecordLog_ClearLog=function(e,t){E.Exec("IPS_ProvisioningRecordLog","ClearLog",{_method_dummy:e},t)},E.IPS_SecIOService_RequestStateChange=function(e,t,n){E.Exec("IPS_SecIOService","RequestStateChange",{RequestedState:e,TimeoutPeriod:t},n)},E.AmtStatusToStr=function(e){return E.AmtStatusCodes[e]?E.AmtStatusCodes[e]:"UNKNOWN_ERROR"},E.AmtStatusCodes={0:"SUCCESS",1:"INTERNAL_ERROR",2:"NOT_READY",3:"INVALID_PT_MODE",4:"INVALID_MESSAGE_LENGTH",5:"TABLE_FINGERPRINT_NOT_AVAILABLE",6:"INTEGRITY_CHECK_FAILED",7:"UNSUPPORTED_ISVS_VERSION",8:"APPLICATION_NOT_REGISTERED",9:"INVALID_REGISTRATION_DATA",10:"APPLICATION_DOES_NOT_EXIST",11:"NOT_ENOUGH_STORAGE",12:"INVALID_NAME",13:"BLOCK_DOES_NOT_EXIST",14:"INVALID_BYTE_OFFSET",15:"INVALID_BYTE_COUNT",16:"NOT_PERMITTED",17:"NOT_OWNER",18:"BLOCK_LOCKED_BY_OTHER",19:"BLOCK_NOT_LOCKED",20:"INVALID_GROUP_PERMISSIONS",21:"GROUP_DOES_NOT_EXIST",22:"INVALID_MEMBER_COUNT",23:"MAX_LIMIT_REACHED",24:"INVALID_AUTH_TYPE",25:"AUTHENTICATION_FAILED",26:"INVALID_DHCP_MODE",27:"INVALID_IP_ADDRESS",28:"INVALID_DOMAIN_NAME",29:"UNSUPPORTED_VERSION",30:"REQUEST_UNEXPECTED",31:"INVALID_TABLE_TYPE",32:"INVALID_PROVISIONING_STATE",33:"UNSUPPORTED_OBJECT",34:"INVALID_TIME",35:"INVALID_INDEX",36:"INVALID_PARAMETER",37:"INVALID_NETMASK",38:"FLASH_WRITE_LIMIT_EXCEEDED",39:"INVALID_IMAGE_LENGTH",40:"INVALID_IMAGE_SIGNATURE",41:"PROPOSE_ANOTHER_VERSION",42:"INVALID_PID_FORMAT",43:"INVALID_PPS_FORMAT",44:"BIST_COMMAND_BLOCKED",45:"CONNECTION_FAILED",46:"CONNECTION_TOO_MANY",47:"RNG_GENERATION_IN_PROGRESS",48:"RNG_NOT_READY",49:"CERTIFICATE_NOT_READY",1024:"DISABLED_BY_POLICY",2048:"NETWORK_IF_ERROR_BASE",2049:"UNSUPPORTED_OEM_NUMBER",2050:"UNSUPPORTED_BOOT_OPTION",2051:"INVALID_COMMAND",2052:"INVALID_SPECIAL_COMMAND",2053:"INVALID_HANDLE",2054:"INVALID_PASSWORD",2055:"INVALID_REALM",2056:"STORAGE_ACL_ENTRY_IN_USE",2057:"DATA_MISSING",2058:"DUPLICATE",2059:"EVENTLOG_FROZEN",2060:"PKI_MISSING_KEYS",2061:"PKI_GENERATING_KEYS",2062:"INVALID_KEY",2063:"INVALID_CERT",2064:"CERT_KEY_NOT_MATCH",2065:"MAX_KERB_DOMAIN_REACHED",2066:"UNSUPPORTED",2067:"INVALID_PRIORITY",2068:"NOT_FOUND",2069:"INVALID_CREDENTIALS",2070:"INVALID_PASSPHRASE",2072:"NO_ASSOCIATION",2075:"AUDIT_FAIL",2076:"BLOCKING_COMPONENT",2081:"USER_CONSENT_REQUIRED",4096:"APP_INTERNAL_ERROR",4097:"NOT_INITIALIZED",4098:"LIB_VERSION_UNSUPPORTED",4099:"INVALID_PARAM",4100:"RESOURCES",4101:"HARDWARE_ACCESS_ERROR",4102:"REQUESTOR_NOT_REGISTERED",4103:"NETWORK_ERROR",4104:"PARAM_BUFFER_TOO_SHORT",4105:"COM_NOT_INITIALIZED_IN_THREAD",4106:"URL_REQUIRED"},E.GetMessageLog=function(e,t){E.AMT_MessageLog_PositionToFirstRecord(i,[e,t,[]])};"Platform firmware (e.g. BIOS)|SMI handler|ISV system management software|Alert ASIC|IPMI|BIOS vendor|System board set vendor|System integrator|Third party add-in|OSV|NIC|System management card".split("|");var o="Unspecified.|No system memory is physically installed in the system.|No usable system memory, all installed memory has experienced an unrecoverable failure.|Unrecoverable hard-disk/ATAPI/IDE device failure.|Unrecoverable system-board failure.|Unrecoverable diskette subsystem failure.|Unrecoverable hard-disk controller failure.|Unrecoverable PS/2 or USB keyboard failure.|Removable boot media not found.|Unrecoverable video controller failure.|No video device detected.|Firmware (BIOS) ROM corruption detected.|CPU voltage mismatch (processors that share same supply have mismatched voltage requirements)|CPU speed matching failure".split("|"),c="Unspecified.|Memory initialization.|Starting hard-disk initialization and test|Secondary processor(s) initialization|User authentication|User-initiated system setup|USB resource configuration|PCI resource configuration|Option ROM initialization|Video initialization|Cache initialization|SM Bus initialization|Keyboard controller initialization|Embedded controller/management controller initialization|Docking station attachment|Enabling docking station|Docking station ejection|Disabling docking station|Calling operating system wake-up vector|Starting operating system boot process|Baseboard or motherboard initialization|reserved|Floppy initialization|Keyboard test|Pointing device test|Primary processor initialization".split("|"),C="Unspecified|Other|Unknown|Processor|Disk|Peripheral|System management module|System board|Memory module|Processor module|Power supply|Add in card|Front panel board|Back panel board|Power system board|Drive backplane|System internal expansion board|Other system board|Processor board|Power unit|Power module|Power management board|Chassis back panel board|System chassis|Sub chassis|Other chassis board|Disk drive bay|Peripheral bay|Device bay|Fan cooling|Cooling unit|Cable interconnect|Memory device|System management software|BIOS|Intel(r) ME|System bus|Group|Intel(r) ME|External environment|Battery|Processing blade|Connectivity switch|Processor/memory module|I/O module|Processor I/O module|Management controller firmware|IPMI channel|PCI bus|PCI express bus|SCSI bus|SATA/SAS bus|Processor front side bus".split("|");function m(e,t,n){return 15==e?235==n[0]?"Invalid Data":0==t?o[n[1]]:c[n[1]]:18==e&&170==n[0]?"Agent watchdog "+char2hex(n[4])+char2hex(n[3])+char2hex(n[2])+char2hex(n[1])+"-"+char2hex(n[6])+char2hex(n[5])+"-... changed to "+E.WatchdogCurrentStates[n[7]]:6==e?"Authentication failed "+(n[1]+(n[2]<<8))+" times. The system may be under attack.":30==e?"No bootable media":32==e?"Operating system lockup or power interrupt":35==e?"System boot failure":37==e?"System firmware started (at least one CPU is properly executing).":"Unknown Sensor Type #"+e}E.RealmNames="||Redirection|PT Administration|Hardware Asset|Remote Control|Storage|Event Manager|Storage Admin|Agent Presence Local|Agent Presence Remote|Circuit Breaker|Network Time|General Information|Firmware Update|EIT|LocalUN|Endpoint Access Control|Endpoint Access Control Admin|Event Log Reader|Audit Log|ACL Realm|||Local System".split("|"),E.WatchdogCurrentStates={1:"Not Started",2:"Stopped",4:"Running",8:"Expired",16:"Suspended"};var g={16:"Security Admin",17:"RCO",18:"Redirection Manager",19:"Firmware Update Manager",20:"Security Audit Log",21:"Network Time",22:"Network Administration",23:"Storage Administration",24:"Event Manager",25:"Circuit Breaker Manager",26:"Agent Presence Manager",27:"Wireless Configuration",28:"EAC",29:"KVM",30:"User Opt-In Events",32:"Screen Blanking",33:"Watchdog Events",1600:"Provisioning Started",1601:"Provisioning Completed",1602:"ACL Entry Added",1603:"ACL Entry Modified",1604:"ACL Entry Removed",1605:"ACL Access with Invalid Credentials",1606:"ACL Entry State",1607:"TLS State Changed",1608:"TLS Server Certificate Set",1609:"TLS Server Certificate Remove",1610:"TLS Trusted Root Certificate Added",1611:"TLS Trusted Root Certificate Removed",1612:"TLS Preshared Key Set",1613:"Kerberos Settings Modified",1614:"Kerberos Master Key Modified",1615:"Flash Wear out Counters Reset",1616:"Power Package Modified",1617:"Set Realm Authentication Mode",1618:"Upgrade Client to Admin Control Mode",1619:"Unprovisioning Started",1700:"Performed Power Up",1701:"Performed Power Down",1702:"Performed Power Cycle",1703:"Performed Reset",1704:"Set Boot Options",1800:"IDER Session Opened",1801:"IDER Session Closed",1802:"IDER Enabled",1803:"IDER Disabled",1804:"SoL Session Opened",1805:"SoL Session Closed",1806:"SoL Enabled",1807:"SoL Disabled",1808:"KVM Session Started",1809:"KVM Session Ended",1810:"KVM Enabled",1811:"KVM Disabled",1812:"VNC Password Failed 3 Times",1900:"Firmware Updated",1901:"Firmware Update Failed",2e3:"Security Audit Log Cleared",2001:"Security Audit Policy Modified",2002:"Security Audit Log Disabled",2003:"Security Audit Log Enabled",2004:"Security Audit Log Exported",2005:"Security Audit Log Recovered",2100:"Intel&reg; ME Time Set",2200:"TCPIP Parameters Set",2201:"Host Name Set",2202:"Domain Name Set",2203:"VLAN Parameters Set",2204:"Link Policy Set",2205:"IPv6 Parameters Set",2300:"Global Storage Attributes Set",2301:"Storage EACL Modified",2302:"Storage FPACL Modified",2303:"Storage Write Operation",2400:"Alert Subscribed",2401:"Alert Unsubscribed",2402:"Event Log Cleared",2403:"Event Log Frozen",2500:"CB Filter Added",2501:"CB Filter Removed",2502:"CB Policy Added",2503:"CB Policy Removed",2504:"CB Default Policy Set",2505:"CB Heuristics Option Set",2506:"CB Heuristics State Cleared",2600:"Agent Watchdog Added",2601:"Agent Watchdog Removed",2602:"Agent Watchdog Action Set",2700:"Wireless Profile Added",2701:"Wireless Profile Removed",2702:"Wireless Profile Updated",2800:"EAC Posture Signer SET",2801:"EAC Enabled",2802:"EAC Disabled",2803:"EAC Posture State",2804:"EAC Set Options",2900:"KVM Opt-in Enabled",2901:"KVM Opt-in Disabled",2902:"KVM Password Changed",2903:"KVM Consent Succeeded",2904:"KVM Consent Failed",3e3:"Opt-In Policy Change",3001:"Send Consent Code Event",3002:"Start Opt-In Blocked Event"};function M(e,t,n,i,o){if(200==i){var r,c,a,s,u,d=o[1],S=new Date;if(0<n.Body.RecordsReturned)for(c in n.Body.EventRecords=MakeToArray(n.Body.EventRecords),n.Body.EventRecords){a=null;try{a=window.atob(n.Body.EventRecords[c])}catch(a){console.log(a+" "+n.Body.EventRecords[c])}if((s={AuditAppID:ReadShort(a,0),EventID:ReadShort(a,2),InitiatorType:a.charCodeAt(4)}).AuditApp=g[s.AuditAppID],s.Event=g[100*s.AuditAppID+s.EventID],s.Event||(s.Event="#"+s.EventID),0==s.InitiatorType){var A=a.charCodeAt(5);s.Initiator=a.substring(6,6+A),r=6+A}if(1==s.InitiatorType){s.KerberosUserInDomain=ReadInt(a,5);A=a.charCodeAt(9);s.Initiator=GetSidString(a.substring(10,10+A)),r=10+A}2==s.InitiatorType&&(s.Initiator="<i>Local</i>",r=5),3==s.InitiatorType&&(s.Initiator="<i>KVM Default Port</i>",r=5),u=ReadInt(a,r),s.Time=new Date(1e3*(u+60*S.getTimezoneOffset())),r+=4,s.MCLocationType=a.charCodeAt(r++);var _=a.charCodeAt(r++);s.NetAddress=a.substring(r,r+_),r+=_;var l=a.charCodeAt(r++);s.Ex=a.substring(r,r+l),s.ExStr=E.GetAuditLogExtendedDataStr(100*s.AuditAppID+s.EventID,s.Ex),d.push(s)}n.Body.TotalRecordCount>d.length?E.AMT_AuditLog_ReadRecords(d.length+1,M,[o[0],d]):o[0](E,d,i)}else o[0](E,[],i)}return E.GetAuditLogExtendedDataStr=function(e,t){if((1602==e||1604==e)&&0==t.charCodeAt(0))return t.substring(2,2+t.charCodeAt(1));if(1603==e)return 0==t.charCodeAt(1)?t.substring(3):null;if(1605==e)return["Invalid ME access","Invalid MEBx access"][t.charCodeAt(0)];if(1606==e){var n=["Disabled","Enabled"][t.charCodeAt(0)];return 0==t.charCodeAt(1)&&(n+=", "+t.substring(3)),n}if(1607==e)return"Remote "+["NoAuth","ServerAuth","MutualAuth"][t.charCodeAt(0)]+", Local "+["NoAuth","ServerAuth","MutualAuth"][t.charCodeAt(1)];if(1617==e)return E.RealmNames[ReadInt(t,0)]+", "+["NoAuth","Auth","Disabled"][t.charCodeAt(4)];if(1619==e)return["BIOS","MEBx","Local MEI","Local WSMAN","Remote WSAMN"][t.charCodeAt(0)];if(1900==e)return"From "+ReadShort(t,0)+"."+ReadShort(t,2)+"."+ReadShort(t,4)+"."+ReadShort(t,6)+" to "+ReadShort(t,8)+"."+ReadShort(t,10)+"."+ReadShort(t,12)+"."+ReadShort(t,14);if(2100!=e)return 3e3==e?"From "+["None","KVM","All"][t.charCodeAt(0)]+" to "+["None","KVM","All"][t.charCodeAt(1)]:3001==e?["Success","Failed 3 times"][t.charCodeAt(0)]:null;var i=new Date;return i.setTime(1e3*ReadInt(t,0)+6e4*(new Date).getTimezoneOffset()),i.toLocaleString()},E.GetAuditLog=function(e){E.AMT_AuditLog_ReadRecords(1,M,[e,[]])},E}function hex_md5(e){return null==e&&(e=""),forge.md.md5.create().update(e).digest().toHex()}for(var md5_k=[],i=0;i<64;)md5_k[i]=0|4294967296*Math.abs(Math.sin(++i));function hex_md5(e){null==e&&(e="");for(var t,n,i,o,r=[],c=unescape(encodeURI(e)),a=c.length,s=[t=1732584193,n=-271733879,~t,~n],u=0;u<=a;)r[u>>2]|=(c.charCodeAt(u)||128)<<u++%4*8;for(r[e=16*(a+8>>6)+14]=8*a,u=0;u<e;u+=16){for(a=s,o=0;o<64;)a=[i=a[3],(t=0|a[1])+((i=a[0]+[t&(n=a[2])|~t&i,i&t|~i&n,t^n^i,n^(t|~i)][a=o>>4]+(md5_k[o]+(0|r[[o,5*o+1,3*o+5,7*o][a]%16+u])))<<(a=[7,12,17,22,5,9,14,20,4,11,16,23,6,10,15,21][4*a+o++%4])|i>>>32-a),t,n];for(o=4;o;)s[--o]=s[o]+a[o]}for(e="";o<32;)e+=(s[o>>3]>>4*(1^7&o++)&15).toString(16);return e}function rstr_md5(e){return hex2rstr(hex_md5(e))}function execArgumentsToXml(e){if(null==e)return null;var t="";for(var n in e){var i=e[n];i&&("reference"===i.__parameterType?t+=referenceToXml(n,i):t+=instanceToXml(n,i))}return t}function instanceToXml(e,t){if(null==t)return null;var n=!!t.__namespace,i=n?"<q:":"<",o=n?"</q:":"</",r="<r:"+e+(n?' xmlns:q="'+t.__namespace+'"':"")+">";for(var c in t)t.hasOwnProperty(c)&&0!==c.indexOf("__")&&("function"==typeof t[c]||Array.isArray(t[c])||("object"==typeof t[c]?console.error("only convert one level down..."):r+=i+c+">"+t[c].toString()+o+c+">"));return r+="</r:"+e+">"}function referenceToXml(e,t){if(null==t)return null;var n="<r:"+e+"><a:Address>/wsman</a:Address><a:ReferenceParameters><w:ResourceURI>"+t.__resourceUri+"</w:ResourceURI><w:SelectorSet>";for(var i in t)t.hasOwnProperty(i)&&0!==i.indexOf("__")&&("function"==typeof t[i]||"object"==typeof t[i]||Array.isArray(t[i])||(n+='<w:Selector Name="'+i+'">'+t[i].toString()+"</w:Selector>"));return n+="</w:SelectorSet></a:ReferenceParameters></r:"+e+">"}function GetSidString(e){for(var t="S-"+e.charCodeAt(0)+"-"+e.charCodeAt(7),n=2;n<e.length/4;n++)t+="-"+ReadIntX(e,4*n);return t}function GetSidByteArray(e){if(!e||null==e)return null;var t=e.split("-");if(t.length<4||"s"!=t[0]&&"S"!=t[0])return null;for(var n=1;n<t.length;n++){var i=parseInt(t[n]);if(i!=t[n])return null;t[n]=i}var o=String.fromCharCode(t[1])+String.fromCharCode(t.length-3)+ShortToStr(Math.floor(t[2]/Math.pow(2,32)))+IntToStr(65535&t[2]);for(n=3;n<t.length;n++)o+=IntToStrX(t[n]);return o}
\ No newline at end of file
public/scripts/amt-desktop-0.0.2-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateAmtRemoteDesktop=function(a,t){var S={};function w(a,t,e,n,o,r,c){var s,i,h,d,f=a.charCodeAt(t++),v={},l=0,u=0;if(0==f){if(2==S.bpp)for(d=0;d<c;d++)A(a.charCodeAt(t++)+(a.charCodeAt(t++)<<8),d);else for(d=0;d<c;d++)y(a.charCodeAt(t++),d);C(S.spare,e,n)}else if(1==f){i=a.charCodeAt(t++)+(2==S.bpp?a.charCodeAt(t++)<<8:0),S.canvas.fillStyle="rgb("+(1==S.bpp?(224&i)+","+((28&i)<<3)+","+T((3&i)<<6):(i>>8&248)+","+(i>>3&252)+","+((31&i)<<3))+")";var p=k(e,n);n=K(e,n),e=p,S.canvas.fillRect(e,n,o,r)}else if(1<f&&f<17){var m=4,g=15;if(2==S.bpp){for(d=0;d<f;d++)v[d]=a.charCodeAt(t++)+(a.charCodeAt(t++)<<8);for(2==f?g=m=1:f<=4&&(m=2,g=3);l<c&&t<a.length;)for(i=a.charCodeAt(t++),d=8-m;0<=d;d-=m)A(v[i>>d&g],l++)}else{for(d=0;d<f;d++)v[d]=a.charCodeAt(t++);for(2==f?g=m=1:f<=4&&(m=2,g=3);l<c&&t<a.length;)for(i=a.charCodeAt(t++),d=8-m;0<=d;d-=m)y(v[i>>d&g],l++)}C(S.spare,e,n)}else if(128==f){if(2==S.bpp)for(;l<c&&t<a.length;){for(i=a.charCodeAt(t++)+(a.charCodeAt(t++)<<8),u=1;u+=h=a.charCodeAt(t++),255==h;);if(0==S.rotation)b(i,l,u),l+=u;else for(;0<=--u;)A(i,l++)}else for(;l<c&&t<a.length;){for(i=a.charCodeAt(t++),u=1;u+=h=a.charCodeAt(t++),255==h;);if(0==S.rotation)D(i,l,u),l+=u;else for(;0<=--u;)y(i,l++)}C(S.spare,e,n)}else if(129<f){if(2==S.bpp)for(d=0;d<f-128;d++)v[d]=a.charCodeAt(t++)+(a.charCodeAt(t++)<<8);else for(d=0;d<f-128;d++)v[d]=a.charCodeAt(t++);for(;l<c&&t<a.length;){if(u=1,i=v[(s=a.charCodeAt(t++))%128],127<s)for(;u+=h=a.charCodeAt(t++),255==h;);if(0==S.rotation)2==S.bpp?b(i,l,u):D(i,l,u),l+=u;else if(2==S.bpp)for(;0<=--u;)A(i,l++);else for(;0<=--u;)y(i,l++)}C(S.spare,e,n)}}function C(a,t,e){if(1!=S.holding){var n=function(a,t){return 0==S.rotation?a:1==S.rotation?S.canvas.canvas.width-S.sparew2-t:2==S.rotation?S.canvas.canvas.width-S.sparew2-a:3==S.rotation?t:0}(t,e);e=function(a,t){return 0==S.rotation?t:1==S.rotation?a:2==S.rotation?S.canvas.canvas.height-S.spareh2-t:3==S.rotation?S.canvas.canvas.height-S.spareh-a:0}(t,e),t=n,S.canvas.putImageData(a,t,e)}}function y(a,t){var e=t<<2;if(0<S.rotation)if(1==S.rotation){var n=t%S.sparew,o=Math.floor(t/S.sparew);e=(t=n*S.sparew2+(S.sparew2-1-o))<<2}else if(2==S.rotation)e=S.sparew*S.spareh*4-4-e;else if(3==S.rotation){n=t%S.sparew,o=Math.floor(t/S.sparew);e=(t=(S.sparew2-1-n)*S.sparew2+o)<<2}S.spare.data[e]=224&a,S.spare.data[e+1]=(28&a)<<3,S.spare.data[e+2]=T((3&a)<<6)}function A(a,t){var e=t<<2;if(0<S.rotation)if(1==S.rotation){var n=t%S.sparew,o=Math.floor(t/S.sparew);e=(t=n*S.sparew2+(S.sparew2-1-o))<<2}else if(2==S.rotation)e=S.sparew*S.spareh*4-4-e;else if(3==S.rotation){n=t%S.sparew,o=Math.floor(t/S.sparew);e=(t=(S.sparew2-1-n)*S.sparew2+o)<<2}S.spare.data[e]=a>>8&248,S.spare.data[e+1]=a>>3&252,S.spare.data[e+2]=(31&a)<<3}function D(a,t,e){for(var n=t<<2,o=224&a,r=(28&a)<<3,c=T((3&a)<<6);0<=--e;)S.spare.data[n]=o,S.spare.data[n+1]=r,S.spare.data[n+2]=c,n+=4}function b(a,t,e){for(var n=t<<2,o=a>>8&248,r=a>>3&252,c=(31&a)<<3;0<=--e;)S.spare.data[n]=o,S.spare.data[n+1]=r,S.spare.data[n+2]=c,n+=4}function k(a){return 0==S.rotation?a:1==S.rotation?a:2==S.rotation?a-S.canvas.canvas.width:3==S.rotation?a-S.canvas.canvas.height:0}function K(a,t){return 0==S.rotation?t:1==S.rotation?t-S.canvas.canvas.width:2==S.rotation?t-S.canvas.canvas.height:3==S.rotation?t:0}function T(a){return 127<a?a+32:a}function R(){if(1!=S.holding)if(0<S.focusmode){var a=2*S.focusmode;S.send(String.fromCharCode(3,1)+ShortToStr(Math.max(Math.min(S.ox,S.mx)-S.focusmode,0))+ShortToStr(Math.max(Math.min(S.oy,S.my)-S.focusmode,0))+ShortToStr(a+Math.abs(S.ox-S.mx))+ShortToStr(a+Math.abs(S.oy-S.my))),S.ox=S.mx,S.oy=S.my}else S.send(String.fromCharCode(3,1,0,0,0,0)+ShortToStr(S.rwidth)+ShortToStr(S.rheight))}S.canvasid=a,S.CanvasId=Q(a),S.scrolldiv=t,S.canvas=Q(a).getContext("2d"),S.protocol=2,S.state=0,S.acc="",S.ScreenWidth=960,S.ScreenHeight=700,S.width=0,S.height=0,S.rwidth=0,S.rheight=0,S.bpp=2,S.useZRLE=!0,S.showmouse=!0,S.buttonmask=0,S.localKeyMap=!0,S.spare=null,S.sparew=0,S.spareh=0,S.sparew2=0,S.spareh2=0,S.sparecache={},S.ZRLEfirst=1,S.onScreenSizeChange=null,S.frameRateDelay=0,S.noMouseRotate=!1,S.rotation=0,S.kvmDataSupported=!1,S.onKvmData=null,S.onKvmDataPending=[],S.onKvmDataAck=-1,S.holding=!1,S.lastKeepAlive=Date.now(),S.mNagleTimer=null,S.mx=0,S.my=0,S.ox=-1,S.oy=-1,S.focusmode=0,S.inflate=ZLIB.inflateInit(-15),S.Debug=function(a){console.log(a)},S.xxStateChange=function(a){0==a?(S.canvas.fillStyle="#000000",S.canvas.fillRect(0,0,S.width,S.height),S.canvas.canvas.width=S.rwidth=S.width=640,S.canvas.canvas.height=S.rheight=S.height=400,QS(S.canvasid).cursor="default"):QS(S.canvasid).cursor=S.showmouse?"default":"none"},S.ProcessData=function(a){if(a)for(S.acc+=a;0<S.acc.length;){var t=0;if(0==S.state&&12<=S.acc.length)t=12,S.state=1,S.send("RFB 003.008\n");else if(1==S.state&&1<=S.acc.length)t=S.acc.charCodeAt(0)+1,S.send(String.fromCharCode(1)),S.state=2;else if(2==S.state&&4<=S.acc.length){if(t=4,0!=ReadInt(S.acc,0))return S.Stop();S.send(String.fromCharCode(1)),S.state=3}else if(3==S.state&&24<=S.acc.length){S.rotation=0;var e=ReadInt(S.acc,20);if(S.acc.length<24+e)return;t=24+e,S.canvas.canvas.width=S.rwidth=S.width=S.ScreenWidth=ReadShort(S.acc,0),S.canvas.canvas.height=S.rheight=S.height=S.ScreenHeight=ReadShort(S.acc,2);var n="";S.useZRLE&&(n+=IntToStr(16)),n+=IntToStr(0),n+=IntToStr(1092),S.send(String.fromCharCode(2,0)+ShortToStr(n.length/4+1)+n+IntToStr(-223)),1==S.bpp&&S.send(String.fromCharCode(0,0,0,0,8,8,0,1)+ShortToStr(7)+ShortToStr(7)+ShortToStr(3)+String.fromCharCode(5,2,0,0,0,0)),S.state=4,S.parent&&S.parent.xxStateChange(3),R(),S.ox=-1,null!=S.onScreenSizeChange&&S.onScreenSizeChange(S,S.ScreenWidth,S.ScreenHeight)}else if(4==S.state)switch(S.acc.charCodeAt(0)){case 0:if(S.acc.length<4)return;S.state=100+ReadShort(S.acc,2),t=4;break;case 2:t=1;break;case 3:if(S.acc.length<8)return;var o=ReadInt(S.acc,4)+8;if(S.acc.length<o)return;t=I(S.acc)}else if(100<S.state&&12<=S.acc.length){var r=ReadShort(S.acc,0),c=ReadShort(S.acc,2),s=ReadShort(S.acc,4),i=ReadShort(S.acc,6),h=s*i,d=ReadInt(S.acc,8);if(d<17){if(s<1||64<s||i<1||64<i)return console.log("Invalid tile size ("+s+","+i+"), disconnecting."),S.Stop();if(S.sparew!=s||S.spareh!=i){S.sparew=S.sparew2=s,S.spareh=S.spareh2=i,1!=S.rotation&&3!=S.rotation||(S.sparew2=i,S.spareh2=s);var f=S.sparew2+"x"+S.spareh2;if(S.spare=S.sparecache[f],!S.spare){S.sparecache[f]=S.spare=S.canvas.createImageData(S.sparew2,S.spareh2);for(var v=S.sparew2*S.spareh2<<2,l=3;l<v;l+=4)S.spare.data[l]=255}}}if(4294967073==d)S.canvas.canvas.width=S.rwidth=S.width=s,S.canvas.canvas.height=S.rheight=S.height=i,S.send(String.fromCharCode(3,0,0,0,0,0)+ShortToStr(S.width)+ShortToStr(S.height)),t=12,null!=S.onScreenSizeChange&&S.onScreenSizeChange(S,S.ScreenWidth,S.ScreenHeight);else if(0==d){var u=12,p=12+h*S.bpp;if(S.acc.length<p)return;if(t=p,2==S.bpp)for(l=0;l<h;l++)A(S.acc.charCodeAt(u++)+(S.acc.charCodeAt(u++)<<8),l);else for(l=0;l<h;l++)y(S.acc.charCodeAt(u++),l);C(S.spare,r,c)}else{if(16!=d)return S.Debug("Unknown Encoding: "+d),S.Stop();if(S.acc.length<16)return;var m=ReadInt(S.acc,12);if(S.acc.length<16+m)return;u=16;if(5<m&&0==S.acc.charCodeAt(u)&&ReadShortX(S.acc,u+1)==m-5)w(S.acc,u+5,r,c,s,i,h,m);else{var g=S.inflate.inflate(S.acc.substring(u,u+m-0));0<g.length?w(g,0,r,c,s,i,h,g.length):S.Debug("Invalid deflate data")}t=16+m}100==--S.state&&(S.state=4,0==S.frameRateDelay?R():setTimeout(R,S.frameRateDelay))}if(0==t)return;S.acc=S.acc.substring(t)}},S.hold=function(a){S.holding!=a&&(S.holding=a,S.canvas.fillStyle="#000000",S.canvas.fillRect(0,0,S.width,S.height),0==S.holding?(S.canvas.canvas.width==S.width&&S.canvas.canvas.height==S.height||(S.canvas.canvas.width=S.width,S.canvas.canvas.height=S.height,null!=S.onScreenSizeChange&&S.onScreenSizeChange(S,S.ScreenWidth,S.ScreenHeight)),S.Send(String.fromCharCode(3,0,0,0,0,0)+ShortToStr(S.width)+ShortToStr(S.height))):(S.UnGrabMouseInput(),S.UnGrabKeyInput()))},S.tcanvas=null,S.setRotation=function(a){for(;a<0;)a+=4;var t=a%4;if(1!=S.holding){if(t==S.rotation)return!0;var e=S.canvas.canvas.width,n=S.canvas.canvas.height;1!=S.rotation&&3!=S.rotation||(e=S.canvas.canvas.height,n=S.canvas.canvas.width),null==S.tcanvas&&(S.tcanvas=document.createElement("canvas"));var o=S.tcanvas.getContext("2d");return o.setTransform(1,0,0,1,0,0),o.canvas.width=e,o.canvas.height=n,o.rotate(-90*S.rotation*Math.PI/180),0==S.rotation&&o.drawImage(S.canvas.canvas,0,0),1==S.rotation&&o.drawImage(S.canvas.canvas,-S.canvas.canvas.width,0),2==S.rotation&&o.drawImage(S.canvas.canvas,-S.canvas.canvas.width,-S.canvas.canvas.height),3==S.rotation&&o.drawImage(S.canvas.canvas,0,-S.canvas.canvas.height),0!=S.rotation&&2!=S.rotation||(S.canvas.canvas.height=e,S.canvas.canvas.width=n),1!=S.rotation&&3!=S.rotation||(S.canvas.canvas.height=n,S.canvas.canvas.width=e),S.canvas.setTransform(1,0,0,1,0,0),S.canvas.rotate(90*t*Math.PI/180),S.rotation=t,S.canvas.drawImage(S.tcanvas,k(0),K(0,0)),S.width=S.canvas.canvas.width,S.height=S.canvas.canvas.height,null!=S.onScreenResize&&S.onScreenResize(S,S.width,S.height,S.CanvasId),!0}S.rotation=t},S.Start=function(){for(var a in S.state=0,S.acc="",S.ZRLEfirst=1,S.inflate.inflateReset(),S.onKvmDataPending=[],S.onKvmDataAck=-1,S.kvmDataSupported=!1,S.sparecache)delete S.sparecache[a]},S.Stop=function(){S.UnGrabMouseInput(),S.UnGrabKeyInput(),S.parent&&S.parent.Stop()},S.send=function(a){S.parent&&S.parent.send(a)};var o={Pause:19,CapsLock:20,Space:32,Quote:39,Minus:45,NumpadMultiply:42,NumpadAdd:43,PrintScreen:44,Comma:44,NumpadSubtract:45,NumpadDecimal:46,Period:46,Slash:47,NumpadDivide:47,Semicolon:59,Equal:61,OSLeft:91,BracketLeft:91,OSRight:91,Backslash:92,BracketRight:93,ContextMenu:93,Backquote:96,NumLock:144,ScrollLock:145,Backspace:65288,Tab:65289,Enter:65293,NumpadEnter:65293,Escape:65307,Delete:65535,Home:65360,PageUp:65365,PageDown:65366,ArrowLeft:65361,ArrowUp:65362,ArrowRight:65363,ArrowDown:65364,End:65367,Insert:65379,F1:65470,F2:65471,F3:65472,F4:65473,F5:65474,F6:65475,F7:65476,F8:65477,F9:65478,F10:65479,F11:65480,F12:65481,ShiftLeft:65505,ShiftRight:65506,ControlLeft:65507,ControlRight:65508,AltLeft:65513,AltRight:65514,MetaLeft:65511,MetaRight:65512};function e(a,t){if((t=t||window.event).code&&0==S.localKeyMap){null!=(e=function(a){return a.code.startsWith("Key")&&4==a.code.length?a.code.charCodeAt(3)+(0==a.shiftKey?32:0):a.code.startsWith("Digit")&&6==a.code.length?a.code.charCodeAt(5):a.code.startsWith("Numpad")&&7==a.code.length?a.code.charCodeAt(6):o[a.code]}(t))&&S.sendkey(e,a)}else{var e,n=e=t.keyCode;0==t.shiftKey&&65<=e&&e<=90&&(n=e+32),112<=e&&e<=124&&(n=e+65358),8==e&&(n=65288),9==e&&(n=65289),13==e&&(n=65293),16==e&&(n=65505),17==e&&(n=65507),18==e&&(n=65513),27==e&&(n=65307),33==e&&(n=65365),34==e&&(n=65366),35==e&&(n=65367),36==e&&(n=65360),37==e&&(n=65361),38==e&&(n=65362),39==e&&(n=65363),40==e&&(n=65364),45==e&&(n=65379),46==e&&(n=65535),96<=e&&e<=105&&(n=e-48),106==e&&(n=42),107==e&&(n=43),109==e&&(n=45),110==e&&(n=46),111==e&&(n=47),186==e&&(n=59),187==e&&(n=61),188==e&&(n=44),189==e&&(n=45),190==e&&(n=46),191==e&&(n=47),192==e&&(n=96),219==e&&(n=91),220==e&&(n=92),221==e&&(n=93),222==e&&(n=39),S.sendkey(n,a)}return S.haltEvent(t)}function I(a){if(a.length<8)return 0;var t=ReadInt(S.acc,4)+8;if(a.length<t)return 0;if(null!=S.onKvmData){var e=a.substring(8,t);16<=e.length&&"\0KvmDataChannel"==e.substring(0,15)&&(0==S.kvmDataSupported&&(S.kvmDataSupported=!0,console.log("KVM Data Channel Supported.")),(-1==S.onKvmDataAck&&16==e.length||0!=e.charCodeAt(15))&&(S.onKvmDataAck=!0),16<=e.length&&S.onKvmData(e.substring(16)),1==S.onKvmDataAck&&0<S.onKvmDataPending.length&&S.sendKvmData(S.onKvmDataPending.shift()))}return t}S.sendkey=function(a,t){if("object"==typeof a){var e="";for(var n in a)e+=String.fromCharCode(4,a[n][1],0,0)+IntToStr(a[n][0]);S.send(e)}else S.send(String.fromCharCode(4,t,0,0)+IntToStr(a))},S.sendKvmData=function(a){!0!==S.onKvmDataAck?S.onKvmDataPending.push(a):(a="\0KvmDataChannel\0"+a,S.send(String.fromCharCode(6,0,0,0)+IntToStr(a.length)+a),S.onKvmDataAck=!1)},S.sendKeepAlive=function(){S.lastKeepAlive<Date.now()-5e3&&(S.lastKeepAlive=Date.now(),S.send(String.fromCharCode(6,0,0,0)+IntToStr(16)+"\0KvmDataChannel\0"))},S.SendCtrlAltDelMsg=function(){S.sendcad()};var n=!(S.sendcad=function(){S.sendkey([[65507,1],[65513,1],[65535,1],[65535,0],[65513,0],[65507,0]])}),r=!1;return S.GrabMouseInput=function(){if(1!=n){var a=S.canvas.canvas;a.onmouseup=S.mouseup,a.onmousedown=S.mousedown,a.onmousemove=S.mousemove,n=!0}},S.UnGrabMouseInput=function(){if(0!=n){var a=S.canvas.canvas;a.onmousemove=null,a.onmouseup=null,a.onmousedown=null,n=!1}},S.GrabKeyInput=function(){1!=r&&(document.onkeyup=S.handleKeyUp,document.onkeydown=S.handleKeyDown,document.onkeypress=S.handleKeys,r=!0)},S.UnGrabKeyInput=function(){0!=r&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,r=!1)},S.handleKeys=function(a){return S.haltEvent(a)},S.handleKeyUp=function(a){return e(0,a)},S.handleKeyDown=function(a){return e(1,a)},S.haltEvent=function(a){return a.preventDefault&&a.preventDefault(),a.stopPropagation&&a.stopPropagation(),!1},S.mousedblclick=function(a){},S.mousedown=function(a){return S.buttonmask|=1<<a.button,S.mousemove(a,1)},S.mouseup=function(a){return S.buttonmask&=65535-(1<<a.button),S.mousemove(a,1)},S.mousemove=function(a,t){if(S.state<4)return!0;var e=S.canvas.canvas.height/Q(S.canvasid).offsetHeight,n=S.canvas.canvas.width/Q(S.canvasid).offsetWidth,o=S.getPositionOfControl(Q(S.canvasid));if(S.mx=(event.pageX-o[0])*n,S.my=(event.pageY-o[1])*e,event.addx&&(S.mx+=event.addx),event.addy&&(S.my+=event.addy),1!=S.noMouseRotate&&(S.mx2=function(a,t){return 0==S.rotation?a:1==S.rotation?t:2==S.rotation?S.canvas.canvas.width-a:3==S.rotation?S.canvas.canvas.height-t:0}(S.mx,S.my),S.my=function(a,t){return 0==S.rotation?t:1==S.rotation?S.canvas.canvas.width-a:2==S.rotation?S.canvas.canvas.height-t:3==S.rotation?a:0}(S.mx,S.my),S.mx=S.mx2),1==t?(S.send(String.fromCharCode(5,S.buttonmask)+ShortToStr(S.mx)+ShortToStr(S.my)),null!=S.mNagleTimer&&(clearTimeout(S.mNagleTimer),S.mNagleTimer=null)):null==S.mNagleTimer&&(S.mNagleTimer=setTimeout(function(){S.send(String.fromCharCode(5,S.buttonmask)+ShortToStr(S.mx)+ShortToStr(S.my)),S.mNagleTimer=null},50)),QV("DeskFocus",S.focusmode),0!=S.focusmode){var r=Math.min(S.mx,S.canvas.canvas.width-S.focusmode),c=Math.min(S.my,S.canvas.canvas.height-S.focusmode),s=2*S.focusmode,i=Q(S.canvasid),h=i.offsetHeight/S.canvas.canvas.height,d=i.offsetWidth/S.canvas.canvas.width,f=QS("DeskFocus"),v=S.getPositionOfControl(Q(S.canvasid).parentElement);f.left=Math.max((r-S.focusmode)*h,0)+(pos[0]-v[0])+"px",f.top=Math.max((c-S.focusmode)*d,0)+(pos[1]-v[1])+"px",f.width=s*h-6+"px",f.height=s*h-6+"px"}return S.haltEvent(a)},S.getPositionOfControl=function(a){var t=Array(2);for(t[0]=t[1]=0;a;)t[0]+=a.offsetLeft,t[1]+=a.offsetTop,a=a.offsetParent;return t},S}
\ No newline at end of file
public/scripts/amt-ider-ws-0.0.1-min.js new
+560
@@ -0,0 +1,560 @@
1 +/**
2 +* @description IDER Handling Module
3 +* @author Ylian Saint-Hilaire
4 +* @version v0.0.2
5 +*/
6 +
7 +// Construct a Intel AMT IDER object
8 +var CreateAmtRemoteIder = function () {
9 + var obj = {};
10 + obj.protocol = 3; // IDER
11 + obj.bytesToAmt = 0;
12 + obj.bytesFromAmt = 0;
13 + obj.rx_timeout = 30000; // Default 30000
14 + obj.tx_timeout = 0; // Default 0
15 + obj.heartbeat = 20000; // Default 20000
16 + obj.version = 1;
17 + obj.acc = "";
18 + obj.inSequence = 0;
19 + obj.outSequence = 0;
20 + obj.iderinfo = null;
21 + obj.enabled = false;
22 + obj.iderStart = 0; // OnReboot = 0, Graceful = 1, Now = 2
23 + obj.floppy = null;
24 + obj.cdrom = null;
25 + obj.floppyReady = false;
26 + obj.cdromReady = false;
27 + obj.pingTimer = null;
28 +
29 + // Private method
30 + function debug() { if (urlvars && urlvars['idertrace']) { console.log(...arguments); } }
31 +
32 + // Mode Sense
33 + var IDE_ModeSence_LS120Disk_Page_Array = String.fromCharCode(0x00, 0x26, 0x31, 0x80, 0x00, 0x00, 0x00, 0x00, 0x05, 0x1E, 0x10, 0xA9, 0x08, 0x20, 0x02, 0x00, 0x03, 0xC3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xD0, 0x00, 0x00);
34 + var IDE_ModeSence_3F_LS120_Array = String.fromCharCode(0x00, 0x5c, 0x24, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x16, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x05, 0x1E, 0x10, 0xA9, 0x08, 0x20, 0x02, 0x00, 0x03, 0xC3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xD0, 0x00, 0x00, 0x08, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x11, 0x24, 0x31);
35 + var IDE_ModeSence_FloppyDisk_Page_Array = String.fromCharCode(0x00, 0x26, 0x24, 0x80, 0x00, 0x00, 0x00, 0x00, 0x05, 0x1E, 0x04, 0xB0, 0x02, 0x12, 0x02, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xD0, 0x00, 0x00);
36 + var IDE_ModeSence_3F_Floppy_Array = String.fromCharCode(0x00, 0x5c, 0x24, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x16, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x05, 0x1e, 0x04, 0xb0, 0x02, 0x12, 0x02, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xd0, 0x00, 0x00, 0x08, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x11, 0x24, 0x31);
37 + var IDE_ModeSence_CD_1A_Array = String.fromCharCode(0x00, 0x12, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
38 + //var IDE_ModeSence_CD_1B_Array = String.fromCharCode(0x00, 0x12, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x0A, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
39 + var IDE_ModeSence_CD_1D_Array = String.fromCharCode(0x00, 0x12, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x1D, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
40 + var IDE_ModeSence_CD_2A_Array = String.fromCharCode(0x00, 0x20, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x18, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
41 + //var IDE_ModeSence_CD_01_Array = String.fromCharCode(0x00, 0x0E, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00);
42 + var IDE_ModeSence_3F_CD_Array = String.fromCharCode(0x00, 0x28, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x18, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
43 +
44 + // 0x46 constant data
45 + var IDE_CD_ConfigArrayHeader = String.fromCharCode(0x00, 0x00,0x00, 0x28, 0x00, 0x00, 0x00, 0x08);
46 + var IDE_CD_ConfigArrayProfileList = String.fromCharCode(0x00, 0x00, 0x03, 0x04, 0x00, 0x08, 0x01, 0x00);
47 + var IDE_CD_ConfigArrayCore = String.fromCharCode(0x00, 0x01, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02);
48 + var IDE_CD_Morphing = String.fromCharCode(0x00, 0x02, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00);
49 + var IDE_CD_ConfigArrayRemovable = String.fromCharCode(0x00, 0x03, 0x03, 0x04, 0x29, 0x00, 0x00, 0x02);
50 + var IDE_CD_ConfigArrayRandom = String.fromCharCode(0x00, 0x10, 0x01, 0x08, 0x00, 0x00, 0x08, 0x00, 0x00, 0x01, 0x00, 0x00);
51 + var IDE_CD_Read = String.fromCharCode(0x00, 0x1E, 0x03, 0x00);
52 + var IDE_CD_PowerManagement = String.fromCharCode(0x01, 0x00, 0x03, 0x00);
53 + var IDE_CD_Timeout = String.fromCharCode(0x01, 0x05, 0x03, 0x00);
54 +
55 + // 0x01 constant data
56 + var IDE_ModeSence_FloppyError_Recovery_Array = String.fromCharCode(0x00, 0x12, 0x24, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0A, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00);
57 + var IDE_ModeSence_Ls120Error_Recovery_Array = String.fromCharCode(0x00, 0x12, 0x31, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0A, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00);
58 + var IDE_ModeSence_CDError_Recovery_Array = String.fromCharCode(0x00, 0x0E, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00);
59 +
60 +
61 + // Private method, called by parent when it change state
62 + obj.xxStateChange = function (newstate) {
63 + debug("IDER-StateChange", newstate);
64 + if (newstate == 0) { obj.Stop(); }
65 + if (newstate == 3) { obj.Start(); }
66 + }
67 +
68 + obj.Start = function () {
69 + debug("IDER-Start");
70 + debug(obj.floppy, obj.cdrom);
71 + obj.bytesToAmt = 0;
72 + obj.bytesFromAmt = 0;
73 + obj.inSequence = 0;
74 + obj.outSequence = 0;
75 +
76 + // Send first command, OPEN_SESSION
77 + obj.SendCommand(0x40, ShortToStrX(obj.rx_timeout) + ShortToStrX(obj.tx_timeout) + ShortToStrX(obj.heartbeat) + IntToStrX(obj.version));
78 +
79 + // Setup the ping timer
80 + //obj.pingTimer = setInterval(function () { obj.SendCommand(0x44); }, 5000);
81 + }
82 +
83 + obj.Stop = function () {
84 + debug("IDER-Stop");
85 + if (obj.pingTimer) { clearInterval(obj.pingTimer); obj.pingTimer = null; }
86 + obj.parent.Stop();
87 + }
88 +
89 + // Private method
90 + obj.ProcessData = function (data) {
91 + obj.bytesFromAmt += data.length;
92 + obj.acc += data;
93 + debug('IDER-ProcessData', obj.acc.length, rstr2hex(obj.acc));
94 +
95 + // Process as many commands as possible
96 + while (true) {
97 + var len = obj.ProcessDataEx();
98 + if (len == 0) return;
99 + if (obj.inSequence != ReadIntX(obj.acc, 4)) { debug('ERROR: Out of sequence', obj.inSequence, ReadIntX(obj.acc, 4)); obj.Stop(); return; }
100 + obj.inSequence++;
101 + obj.acc = obj.acc.substring(len);
102 + }
103 + }
104 +
105 + // Private method
106 + obj.SendCommand = function (cmdid, data, completed, dma) {
107 + if (data == null) { data = ''; }
108 + var attributes = ((cmdid > 50) && (completed == true)) ? 2 : 0;
109 + if (dma) { attributes += 1; }
110 + var x = String.fromCharCode(cmdid, 0, 0, attributes) + IntToStrX(obj.outSequence++) + data;
111 + obj.parent.xxSend(x);
112 + obj.bytesToAmt += x.length;
113 + if (cmdid != 0x4B) { debug('IDER-SendData', x.length, rstr2hex(x)); }
114 + }
115 +
116 + // CommandEndResponse (SCSI_SENSE)
117 + obj.SendCommandEndResponse = function (error, sense, device, asc, asq) {
118 + if (error) { obj.SendCommand(0x51, String.fromCharCode(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xc5, 0, 3, 0, 0, 0, device, 0x50, 0, 0, 0), true); }
119 + else { obj.SendCommand(0x51, String.fromCharCode(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x87, (sense << 4), 3, 0, 0, 0, device, 0x51, sense, asc, asq), true); }
120 + }
121 +
122 + //54 00 00 03 71 00 00 00 00 00 0c 00 b4 00 02 00 00 00 a0 58 85 00 03 00 00 00 a0 50 00 00
123 + //54 00 00 02 26 00 00 00 00 00 0c 00 b5 00 02 00 00 0c a0 58 85 00 03 00 00 00 a0 50 00 00
124 +
125 + // DataToHost (SCSI_READ)
126 + obj.SendDataToHost = function (device, completed, data, dma) {
127 + var dmalen = (dma) ? 0 : data.length;
128 + if (completed == true) {
129 + obj.SendCommand(0x54, String.fromCharCode(0, (data.length & 0xff), (data.length >> 8), 0, dma ? 0xb4 : 0xb5, 0, 2, 0, (dmalen & 0xff), (dmalen >> 8), device, 0x58, 0x85, 0, 3, 0, 0, 0, device, 0x50, 0, 0, 0, 0, 0, 0) + data, completed, dma);
130 + } else {
131 + obj.SendCommand(0x54, String.fromCharCode(0, (data.length & 0xff), (data.length >> 8), 0, dma ? 0xb4 : 0xb5, 0, 2, 0, (dmalen & 0xff), (dmalen >> 8), device, 0x58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + data, completed, dma);
132 + }
133 + }
134 +
135 + // GetDataFromHost (SCSI_CHUNK)
136 + obj.SendGetDataFromHost = function (device, chunksize) {
137 + obj.SendCommand(0x52, String.fromCharCode(0, (chunksize & 0xff), (chunksize >> 8), 0, 0xb5, 0, 0, 0, (chunksize & 0xff), (chunksize >> 8), device, 0x58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), false);
138 + }
139 +
140 + // DisableEnableFeatures (STATUS_DATA)
141 + // If type is REGS_TOGGLE (3), 4 bytes of data must be provided.
142 + obj.SendDisableEnableFeatures = function (type, data) { if (data == null) { data = ''; } obj.SendCommand(0x48, String.fromCharCode(type) + data); }
143 +
144 + // Private method
145 + obj.ProcessDataEx = function () {
146 + if (obj.acc.length < 8) return 0;
147 +
148 + // First 8 bytes are the header
149 + // CommandID + 0x000000 + Sequence Number
150 +
151 + switch(obj.acc.charCodeAt(0)) {
152 + case 0x41: // OPEN_SESSION
153 + if (obj.acc.length < 30) return 0;
154 + var len = obj.acc.charCodeAt(29);
155 + if (obj.acc.length < (30 + len)) return 0;
156 + obj.iderinfo = {};
157 + obj.iderinfo.major = obj.acc.charCodeAt(8);
158 + obj.iderinfo.minor = obj.acc.charCodeAt(9);
159 + obj.iderinfo.fwmajor = obj.acc.charCodeAt(10);
160 + obj.iderinfo.fwminor = obj.acc.charCodeAt(11);
161 + obj.iderinfo.readbfr = ReadShortX(obj.acc, 16);
162 + obj.iderinfo.writebfr = ReadShortX(obj.acc, 18);
163 + obj.iderinfo.proto = obj.acc.charCodeAt(21);
164 + obj.iderinfo.iana = ReadIntX(obj.acc, 25);
165 + debug(obj.iderinfo);
166 +
167 + if (obj.iderinfo.proto != 0) { debug("Unknown proto", obj.iderinfo.proto); obj.Stop(); }
168 + if (obj.iderinfo.readbfr > 8192) { debug("Illegal read buffer size", obj.iderinfo.readbfr); obj.Stop(); }
169 + if (obj.iderinfo.writebfr > 8192) { debug("Illegal write buffer size", obj.iderinfo.writebfr); obj.Stop(); }
170 +
171 + if (obj.iderStart == 0) { obj.SendDisableEnableFeatures(3, IntToStrX(0x01 + 0x08)); } // OnReboot
172 + else if (obj.iderStart == 1) { obj.SendDisableEnableFeatures(3, IntToStrX(0x01 + 0x10)); } // Graceful
173 + else if (obj.iderStart == 2) { obj.SendDisableEnableFeatures(3, IntToStrX(0x01 + 0x18)); } // Now
174 + //obj.SendDisableEnableFeatures(1); // GetSupportedFeatures
175 + return 30 + len;
176 + case 0x43: // CLOSE
177 + debug('CLOSE');
178 + obj.Stop();
179 + return 8;
180 + case 0x44: // KEEPALIVEPING
181 + obj.SendCommand(0x45); // Send PONG back
182 + return 8;
183 + case 0x45: // KEEPALIVEPONG
184 + debug('PONG');
185 + return 8;
186 + case 0x46: // RESETOCCURED
187 + if (obj.acc.length < 9) return 0;
188 + var resetMask = obj.acc.charCodeAt(8);
189 + if (g_media === null) {
190 + // No operations are pending
191 + obj.SendCommand(0x47); // Send ResetOccuredResponse
192 + debug('RESETOCCURED1', resetMask);
193 + } else {
194 + // Operations are being done, sent the reset once completed.
195 + g_reset = true;
196 + debug('RESETOCCURED2', resetMask);
197 + }
198 + return 9;
199 + case 0x49: // STATUS_DATA - DisableEnableFeaturesReply
200 + if (obj.acc.length < 13) return 0;
201 + var type = obj.acc.charCodeAt(8);
202 + var value = ReadIntX(obj.acc, 9);
203 + debug('STATUS_DATA', type, value);
204 + switch (type)
205 + {
206 + case 1: // REGS_AVAIL
207 + if (value & 1) {
208 + if (obj.iderStart == 0) { obj.SendDisableEnableFeatures(3, IntToStrX(0x01 + 0x08)); } // OnReboot
209 + else if (obj.iderStart == 1) { obj.SendDisableEnableFeatures(3, IntToStrX(0x01 + 0x10)); } // Graceful
210 + else if (obj.iderStart == 2) { obj.SendDisableEnableFeatures(3, IntToStrX(0x01 + 0x18)); } // Now
211 + }
212 + break;
213 + case 2: // REGS_STATUS
214 + obj.enabled = (value & 2) ? true : false;
215 + debug("IDER Status: " + obj.enabled);
216 + break;
217 + case 3: // REGS_TOGGLE
218 + if (value != 1) { debug("Register toggle failure"); } //else { obj.SendDisableEnableFeatures(2); }
219 + break;
220 + }
221 + return 13;
222 + case 0x4A: // ERROR OCCURED
223 + if (obj.acc.length < 11) return 0;
224 + debug('IDER: ABORT', obj.acc.charCodeAt(8));
225 + //obj.Stop();
226 + return 11;
227 + case 0x4B: // HEARTBEAT
228 + //debug('HEARTBEAT');
229 + return 8;
230 + case 0x50: // COMMAND WRITTEN
231 + if (obj.acc.length < 28) return 0;
232 + var device = (obj.acc.charCodeAt(14) & 0x10) ? 0xB0 : 0xA0;
233 + var deviceFlags = obj.acc.charCodeAt(14);
234 + var cdb = obj.acc.substring(16, 28);
235 + var featureRegister = obj.acc.charCodeAt(9);
236 + debug('SCSI_CMD', device, rstr2hex(cdb), featureRegister, deviceFlags);
237 + handleSCSI(device, cdb, featureRegister, deviceFlags);
238 + return 28;
239 + case 0x53: // DATA FROM HOST
240 + if (obj.acc.length < 14) return 0;
241 + var len = ReadShortX(obj.acc, 9);
242 + if (obj.acc.length < (14 + len)) return 0;
243 + debug('SCSI_WRITE, len = ' + (14 + len));
244 + obj.SendCommand(0x51, String.fromCharCode(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x87, 0x70, 0x03, 0x00, 0x00, 0x00, 0xa0, 0x51, 0x07, 0x27, 0x00), true);
245 + return 14 + len;
246 + default:
247 + debug('Unknown IDER command', obj.acc[0]);
248 + obj.Stop();
249 + break;
250 + }
251 + return 0;
252 + }
253 +
254 + function handleSCSI(dev, cdb, featureRegister, deviceFlags)
255 + {
256 + var lba;
257 + var len;
258 +
259 + switch(cdb.charCodeAt(0))
260 + {
261 + case 0x00: // TEST_UNIT_READY:
262 + debug("SCSI: TEST_UNIT_READY", dev);
263 + switch (dev) {
264 + case 0xA0: // DEV_FLOPPY
265 + if (obj.floppy == null) { obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); return -1; }
266 + if (obj.floppyReady == false) { obj.floppyReady = true; obj.SendCommandEndResponse(1, 0x06, dev, 0x28, 0x00); return -1; } // Switch to ready
267 + break;
268 + case 0xB0: // DEV_CDDVD
269 + if (obj.cdrom == null) { obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); return -1; }
270 + if (obj.cdromReady == false) { obj.cdromReady = true; obj.SendCommandEndResponse(1, 0x06, dev, 0x28, 0x00); return -1; } // Switch to ready
271 + break;
272 + default:
273 + debug("SCSI Internal error 3", dev);
274 + return -1;
275 + }
276 + obj.SendCommandEndResponse(1, 0x00, dev, 0x00, 0x00); // Indicate ready
277 + break;
278 + case 0x08: // READ_6
279 + lba = ((cdb.charCodeAt(1) & 0x1f) << 16) + (cdb.charCodeAt(2) << 8) + cdb.charCodeAt(3);
280 + len = cdb.charCodeAt(4);
281 + if (len == 0) { len = 256; }
282 + debug("SCSI: READ_6", dev, lba, len);
283 + sendDiskData(dev, lba, len, featureRegister);
284 + break;
285 + case 0x0a: // WRITE_6
286 + lba = ((cdb.charCodeAt(1) & 0x1f) << 16) + (cdb.charCodeAt(2) << 8) + cdb.charCodeAt(3);
287 + len = cdb.charCodeAt(4);
288 + if (len == 0) { len = 256; }
289 + debug("SCSI: WRITE_6", dev, lba, len);
290 + obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); // Write is not supported, remote no medium.
291 + return -1;
292 + /*
293 + case 0x15: // MODE_SELECT_6:
294 + debug("SCSI ERROR: MODE_SELECT_6", dev);
295 + obj.SendCommandEndResponse(1, 0x05, dev, 0x20, 0x00);
296 + return -1;
297 + */
298 + case 0x1a: // MODE_SENSE_6
299 + debug("SCSI: MODE_SENSE_6", dev);
300 + if ((cdb.charCodeAt(2) == 0x3f) && (cdb.charCodeAt(3) == 0x00)) {
301 + var a = 0, b = 0;
302 + switch (dev) {
303 + case 0xA0: // DEV_FLOPPY
304 + if (obj.floppy == null) { obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); return -1; }
305 + a = 0x00;
306 + b = 0x80; // Read only = 0x80, Read write = 0x00
307 + break;
308 + case 0xB0: // DEV_CDDVD
309 + if (obj.cdrom == null) { obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); return -1; }
310 + a = 0x05;
311 + b = 0x80;
312 + break;
313 + default:
314 + debug("SCSI Internal error 6", dev);
315 + return -1;
316 + }
317 + obj.SendDataToHost(dev, true, String.fromCharCode(0, a, b, 0), featureRegister & 1);
318 + return;
319 + }
320 + obj.SendCommandEndResponse(1, 0x05, dev, 0x24, 0x00);
321 + break;
322 + case 0x1b: // START_STOP (Called when you eject the CDROM)
323 + //var immediate = cdb.charCodeAt(1) & 0x01;
324 + //var loej = cdb.charCodeAt(4) & 0x02;
325 + //var start = cdb.charCodeAt(4) & 0x01;
326 + obj.SendCommandEndResponse(1, 0, dev);
327 + break;
328 + case 0x1e: // LOCK_UNLOCK - ALLOW_MEDIUM_REMOVAL
329 + debug("SCSI: ALLOW_MEDIUM_REMOVAL", dev);
330 + if ((dev == 0xA0) && (obj.floppy == null)) { obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); return -1; }
331 + if ((dev == 0xB0) && (obj.cdrom == null)) { obj.SendCommandEndResponse(1, 0x02, dev, 0x3a, 0x00); return -1; }
332 + obj.SendCommandEndResponse(1, 0x00, dev, 0x00, 0x00);
333 + break;
334 + case 0x23: // READ_FORMAT_CAPACITIES (Floppy only)
335 + debug("SCSI: READ_FORMAT_CAPACITIES", dev);
336 + var buflen = ReadShort(cdb, 7);
337 + var mediaStatus = 0, sectors;
338 + var mcSize = buflen / 8; // Capacity descriptor size is 8
339 +
340 + switch (dev) {
341 + case 0xA0: // DEV_FLOPPY
342 + if ((obj.floppy == null) || (obj.floppy.size == 0)) { obj.SendCommandEndResponse(0, 0x05, dev, 0x24, 0x00); return -1; }
343 + sectors = (obj.floppy.size >> 9) - 1;
344 + break;
345 + case 0xB0: // DEV_CDDVD
346 + if ((obj.cdrom == null) || (obj.cdrom.size == 0)) { obj.SendCommandEndResponse(0, 0x05, dev, 0x24, 0x00); return -1; }
347 + sectors = (obj.cdrom.size >> 11) - 1; // Number 2048 byte blocks
348 + break;
349 + default:
350 + debug("SCSI Internal error 4", dev);
351 + return -1;
352 + }
353 +
354 + obj.SendDataToHost(dev, true, IntToStr(8) + String.fromCharCode(0x00, 0x00, 0x0b, 0x40, 0x02, 0x00, 0x02, 0x00), featureRegister & 1);
355 + break;
356 + case 0x25: // READ_CAPACITY
357 + debug("SCSI: READ_CAPACITY", dev);
358 + var len = 0;
359 + switch(dev)
360 + {
361 + case 0xA0: // DEV_FLOPPY
362 + if ((obj.floppy == null) || (obj.floppy.size == 0)) { obj.SendCommandEndResponse(0, 0x02, dev, 0x3a, 0x00); return -1; }
363 + if (obj.floppy != null) { len = (obj.floppy.size >> 9) - 1; }
364 + debug('DEV_FLOPPY', len); // Number 512 byte blocks
365 + break;
366 + case 0xB0: // DEV_CDDVD
367 + if ((obj.floppy == null) || (obj.floppy.size == 0)) { obj.SendCommandEndResponse(0, 0x02, dev, 0x3a, 0x00); return -1; }
368 + if (obj.cdrom != null) { len = (obj.cdrom.size >> 11) - 1; } // Number 2048 byte blocks
369 + debug('DEV_CDDVD', len);
370 + break;
371 + default:
372 + debug("SCSI Internal error 4", dev);
373 + return -1;
374 + }
375 + //if (dev == 0xA0) { dev = 0x00; } else { dev = 0x10; } // Weird but seems to work.
376 + debug("SCSI: READ_CAPACITY2", dev, deviceFlags);
377 + obj.SendDataToHost(deviceFlags, true, IntToStr(len) + String.fromCharCode(0, 0, ((dev == 0xB0) ? 0x08 : 0x02), 0), featureRegister & 1);
378 + break;
379 + case 0x28: // READ_10
380 + lba = ReadInt(cdb, 2);
381 + len = ReadShort(cdb, 7);
382 + debug("SCSI: READ_10", dev, lba, len);
383 + sendDiskData(dev, lba, len, featureRegister);
384 + break;
385 + case 0x2a: // WRITE_10 (Floppy only)
386 + case 0x2e: // WRITE_AND_VERIFY (Floppy only)
387 + lba = ReadInt(cdb, 2);
388 + len = ReadShort(cdb, 7);
389 + debug("SCSI: WRITE_10", dev, lba, len);
390 + obj.SendGetDataFromHost(dev, 512 * len); // Floppy writes only, accept sectors of 512 bytes
391 + break;
392 + case 0x43: // READ_TOC (CD Audio only)
393 + var buflen = ReadShort(cdb, 7);
394 + var msf = cdb.charCodeAt(1) & 0x02;
395 + var format = cdb.charCodeAt(2) & 0x07;
396 + if (format == 0) { format = cdb.charCodeAt(9) >> 6; }
397 + debug("SCSI: READ_TOC, dev=" + dev + ", buflen=" + buflen + ", msf=" + msf + ", format=" + format);
398 +
399 + switch (dev) {
400 + case 0xA0: // DEV_FLOPPY
401 + obj.SendCommandEndResponse(1, 0x05, dev, 0x20, 0x00); // Not implemented
402 + return -1;
403 + case 0xB0: // DEV_CDDVD
404 + // NOP
405 + break;
406 + default:
407 + debug("SCSI Internal error 9", dev);
408 + return -1;
409 + }
410 +
411 + if (format == 1) { obj.SendDataToHost(dev, true, String.fromCharCode(0x00, 0x0a, 0x01, 0x01, 0x00, 0x14, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00), featureRegister & 1); }
412 + else if (format == 0) {
413 + if (msf) {
414 + obj.SendDataToHost(dev, true, String.fromCharCode(0x00, 0x12, 0x01, 0x01, 0x00, 0x14, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x14, 0xaa, 0x00, 0x00, 0x00, 0x34, 0x13), featureRegister & 1);
415 + } else {
416 + obj.SendDataToHost(dev, true, String.fromCharCode(0x00, 0x12, 0x01, 0x01, 0x00, 0x14, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0xaa, 0x00, 0x00, 0x00, 0x00, 0x00), featureRegister & 1);
417 + }
418 + }
419 + break;
420 + case 0x46: // GET_CONFIGURATION
421 + var sendall = (cdb.charCodeAt(1) != 2);
422 + var firstcode = ReadShort(cdb, 2);
423 + var buflen = ReadShort(cdb, 7);
424 +
425 + debug("SCSI: GET_CONFIGURATION", dev, sendall, firstcode, buflen);
426 +
427 + if (buflen == 0) { obj.SendDataToHost(dev, true, IntToStr(0x003c) + IntToStr(0x0008), featureRegister & 1); return -1; } // TODO: Fixed this return, it's not correct.
428 +
429 + // Set the header
430 + var r = IntToStr(0x0008);
431 +
432 + // Add the data
433 + if (firstcode == 0) { r += IDE_CD_ConfigArrayProfileList; }
434 + if ((firstcode == 0x1) || (sendall && (firstcode < 0x1))) { r += IDE_CD_ConfigArrayCore; }
435 + if ((firstcode == 0x2) || (sendall && (firstcode < 0x2))) { r += IDE_CD_Morphing; }
436 + if ((firstcode == 0x3) || (sendall && (firstcode < 0x3))) { r += IDE_CD_ConfigArrayRemovable; }
437 + if ((firstcode == 0x10) || (sendall && (firstcode < 0x10))) { r += IDE_CD_ConfigArrayRandom; }
438 + if ((firstcode == 0x1E) || (sendall && (firstcode < 0x1E))) { r += IDE_CD_Read; }
439 + if ((firstcode == 0x100) || (sendall && (firstcode < 0x100))) { r += IDE_CD_PowerManagement; }
440 + if ((firstcode == 0x105) || (sendall && (firstcode < 0x105))) { r += IDE_CD_Timeout; }
441 +
442 + // Set the length
443 + r = IntToStr(r.length) + r;
444 +
445 + // Cut the length to buflen if needed
446 + if (r.length > buflen) { r = r.substring(0, buflen); }
447 +
448 + obj.SendDataToHost(dev, true, r, featureRegister & 1);
449 + return -1;
450 + case 0x4a: // GET_EV_STATUS - GET_EVENT_STATUS_NOTIFICATION
451 + //var buflen = (cdb.charCodeAt(7) << 8) + cdb.charCodeAt(8);
452 + //if (buflen == 0) { obj.SendDataToHost(dev, true, IntToStr(0x003c) + IntToStr(0x0008), featureRegister & 1); return -1; } // TODO: Fixed this return, it's not correct.
453 + debug("SCSI: GET_EVENT_STATUS_NOTIFICATION", dev, cdb.charCodeAt(1), cdb.charCodeAt(4), cdb.charCodeAt(9));
454 + if ((cdb.charCodeAt(1) != 0x01) && (cdb.charCodeAt(4) != 0x10)) { debug('SCSI ERROR'); obj.SendCommandEndResponse(1, 0x05, dev, 0x26, 0x01); break; }
455 + var present = 0x00;
456 + if ((dev == 0xA0) && (obj.floppy != null)) { present = 0x02; }
457 + else if ((dev == 0xB0) && (obj.cdrom != null)) { present = 0x02; }
458 + obj.SendDataToHost(dev, true, String.fromCharCode(0x00, present, 0x80, 0x00), featureRegister & 1); // This is the original version, 4 bytes long
459 + break;
460 + case 0x4c:
461 + obj.SendCommand(0x51, IntToStrX(0) + IntToStrX(0) + IntToStrX(0) + String.fromCharCode(0x87, 0x50, 0x03, 0x00, 0x00, 0x00, 0xb0, 0x51, 0x05, 0x20, 0x00), true);
462 + break;
463 + case 0x51: // READ_DISC_INFO
464 + debug("SCSI READ_DISC_INFO", dev);
465 + obj.SendCommandEndResponse(0, 0x05, dev, 0x20, 0x00); // Correct
466 + return -1;
467 + case 0x55: // MODE_SELECT_10:
468 + debug("SCSI ERROR: MODE_SELECT_10", dev);
469 + obj.SendCommandEndResponse(1, 0x05, dev, 0x20, 0x00);
470 + return -1;
471 + case 0x5a: // MODE_SENSE_10
472 + debug("SCSI: MODE_SENSE_10", dev, cdb.charCodeAt(2) & 0x3f);
473 + var buflen = ReadShort(cdb, 7);
474 + //var pc = cdb.charCodeAt(2) & 0xc0;
475 + var r = null;
476 +
477 + if (buflen == 0) { obj.SendDataToHost(dev, true, IntToStr(0x003c) + IntToStr(0x0008), featureRegister & 1); return -1; } // TODO: Fixed this return, it's not correct.
478 +
479 + // 1.44 mb floppy or LS120 (sectorCount == 0x3c300)
480 + var sectorCount = 0;
481 + if (dev == 0xA0) {
482 + if (obj.floppy != null) { sectorCount = (obj.floppy.size >> 9); }
483 + } else {
484 + if (obj.cdrom != null) { sectorCount = (obj.cdrom.size >> 11); }
485 + }
486 +
487 + switch (cdb.charCodeAt(2) & 0x3f) {
488 + case 0x01: if (dev == 0xA0) { r = (sectorCount <= 0xb40)?IDE_ModeSence_FloppyError_Recovery_Array:IDE_ModeSence_Ls120Error_Recovery_Array; } else { r = IDE_ModeSence_CDError_Recovery_Array; } break;
489 + case 0x05: if (dev == 0xA0) { r = (sectorCount <= 0xb40)?IDE_ModeSence_FloppyDisk_Page_Array:IDE_ModeSence_LS120Disk_Page_Array; } break;
490 + case 0x3f: if (dev == 0xA0) { r = (sectorCount <= 0xb40)?IDE_ModeSence_3F_Floppy_Array:IDE_ModeSence_3F_LS120_Array; } else { r = IDE_ModeSence_3F_CD_Array; } break;
491 + case 0x1A: if (dev == 0xB0) { r = IDE_ModeSence_CD_1A_Array; } break;
492 + case 0x1D: if (dev == 0xB0) { r = IDE_ModeSence_CD_1D_Array; } break;
493 + case 0x2A: if (dev == 0xB0) { r = IDE_ModeSence_CD_2A_Array; } break;
494 + }
495 +
496 + if (r == null) {
497 + obj.SendCommandEndResponse(0, 0x05, dev, 0x20, 0x00); // TODO: Send proper error!!!
498 + } else {
499 + // Set disk to read only (we don't support write).
500 + //ms_data[3] = ms_data[3] | 0x80;
501 + obj.SendDataToHost(dev, true, r, featureRegister & 1);
502 + }
503 + break;
504 + default: // UNKNOWN COMMAND
505 + debug("IDER: Unknown SCSI command", cdb.charCodeAt(0));
506 + obj.SendCommandEndResponse(0, 0x05, dev, 0x20, 0x00);
507 + return -1;
508 + }
509 + return 0;
510 + }
511 +
512 + function sendDiskData(dev, lba, len, featureRegister) {
513 + var media = null;
514 + var mediaBlocks = 0;
515 + if (dev == 0xA0) { media = obj.floppy; if (obj.floppy != null) { mediaBlocks = (obj.floppy.size >> 9); } }
516 + if (dev == 0xB0) { media = obj.cdrom; if (obj.cdrom != null) { mediaBlocks = (obj.cdrom.size >> 11); } }
517 + if ((len < 0) || (lba + len > mediaBlocks)) { obj.SendCommandEndResponse(1, 0x05, dev, 0x21, 0x00); return 0; }
518 + if (len == 0) { obj.SendCommandEndResponse(1, 0x00, dev, 0x00, 0x00); return 0; }
519 + if (media != null) {
520 + if (dev == 0xA0) { lba <<= 9; len <<= 9; } else { lba <<= 11; len <<= 11; }
521 + if (g_media !== null) {
522 + console.log('IDERERROR: Read while performing read');
523 + obj.Stop();
524 + } else {
525 + // obj.iderinfo.readbfr // TODO: MaxRead
526 + g_media = media;
527 + g_dev = dev;
528 + g_lba = lba;
529 + g_len = len;
530 + sendDiskDataEx(featureRegister);
531 + }
532 + }
533 + }
534 +
535 + var g_reset = false;
536 + var g_media = null;
537 + var g_dev;
538 + var g_lba;
539 + var g_len;
540 + function sendDiskDataEx(featureRegister) {
541 + var len = g_len, lba = g_lba;
542 + if (g_len > obj.iderinfo.readbfr) { len = obj.iderinfo.readbfr; }
543 + g_len -= len;
544 + g_lba += len;
545 + var fr = new FileReader();
546 + fr.onload = function () {
547 + obj.SendDataToHost(g_dev, (g_len == 0), this.result, featureRegister & 1);
548 + if ((g_len > 0) && (g_reset == false)) {
549 + sendDiskDataEx(featureRegister);
550 + } else {
551 + g_media = null;
552 + if (g_reset) { obj.SendCommand(0x47); g_reset = false; } // Send ResetOccuredResponse
553 + }
554 + };
555 + //console.log('Read from ' + lba + ' to ' + (lba + len) + ', total of ' + len);
556 + fr.readAsBinaryString(g_media.slice(lba, lba + len));
557 + }
558 +
559 + return obj;
560 +}
\ No newline at end of file
public/scripts/amt-redir-ws-0.1.0-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateAmtRedirect=function(t,c){var O={};((O.m=t).parent=O).authCookie=c,O.State=0,O.socket=null,O.host=null,O.port=0,O.user=null,O.pass=null,O.authuri="/RedirectionService",O.tlsv1only=0,O.inDataCount=0,O.connectstate=0,O.protocol=t.protocol,O.debugmode=0,O.amtaccumulator="",O.amtsequence=1,O.amtkeepalivetimer=null,O.onStateChanged=null,O.Start=function(t,e,r,a,o){O.host=t,O.port=e,O.user=r,O.pass=a,O.connectstate=0,O.inDataCount=0;var n=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webrelay.ashx?p=2&host="+t+"&port="+e+"&tls="+o+("*"==r?"&serverauth=1":"")+(void 0===a?"&serverauth=1&user="+r:"");null!=c&&""!=c&&(n+="&auth="+c),O.socket=new WebSocket(n),O.socket.onopen=O.xxOnSocketConnected,O.socket.onmessage=O.xxOnMessage,O.socket.onclose=O.xxOnSocketClosed,O.xxStateChange(1)},O.xxOnSocketConnected=function(){1==O.debugmode&&console.log("onSocketConnected"),O.xxStateChange(2),1==O.protocol&&O.xxSend(O.RedirectStartSol),2==O.protocol&&O.xxSend(O.RedirectStartKvm),3==O.protocol&&O.xxSend(O.RedirectStartIder)};var n=new FileReader,l=!1,u=[];return n.readAsBinaryString?n.onload=function(t){O.xxOnSocketData(t.target.result),0==u.length?l=!1:n.readAsBinaryString(new Blob([u.shift()]))}:n.readAsArrayBuffer&&(n.onloadend=function(t){O.xxOnSocketData(t.target.result),0==u.length?l=!1:n.readAsArrayBuffer(u.shift())}),O.xxOnMessage=function(t){if(O.inDataCount++,"object"==typeof t.data){if(1==l)return void u.push(t.data);if(n.readAsBinaryString)l=!0,n.readAsBinaryString(new Blob([t.data]));else if(n.readAsArrayBuffer)l=!0,n.readAsArrayBuffer(t.data);else{for(var e="",r=new Uint8Array(t.data),a=r.byteLength,o=0;o<a;o++)e+=String.fromCharCode(r[o]);O.xxOnSocketData(e)}}else O.xxOnSocketData(t.data)},O.xxOnSocketData=function(t){if(t&&-1!=O.connectstate){if("object"==typeof t){for(var e="",r=new Uint8Array(t),a=r.byteLength,o=0;o<a;o++)e+=String.fromCharCode(r[o]);t=e}else if("string"!=typeof t)return;if((2==O.protocol||3==O.protocol)&&1==O.connectstate)return O.m.ProcessData(t);for(O.amtaccumulator+=t;1<=O.amtaccumulator.length;){var n=0;switch(O.amtaccumulator.charCodeAt(0)){case 17:if(O.amtaccumulator.length<4)return;switch(O.amtaccumulator.charCodeAt(1)){case 0:if(O.amtaccumulator.length<13)return;var c=O.amtaccumulator.charCodeAt(12);if(O.amtaccumulator.length<13+c)return;O.xxSend(String.fromCharCode(19,0,0,0,0,0,0,0,0)),n=13+c;break;default:O.Stop(1)}break;case 20:if(O.amtaccumulator.length<9)return;var l=ReadIntX(O.amtaccumulator,5);if(O.amtaccumulator.length<9+l)return;var u=O.amtaccumulator.charCodeAt(1),s=O.amtaccumulator.charCodeAt(4),i=[];for(o=0;o<l;o++)i.push(O.amtaccumulator.charCodeAt(9+o));var h=O.amtaccumulator.substring(9,9+l);if(n=9+l,0==s)0<=i.indexOf(4)?O.xxSend(String.fromCharCode(19,0,0,0,4)+IntToStrX(O.user.length+O.authuri.length+8)+String.fromCharCode(O.user.length)+O.user+String.fromCharCode(0,0)+String.fromCharCode(O.authuri.length)+O.authuri+String.fromCharCode(0,0,0,0)):0<=i.indexOf(3)?O.xxSend(String.fromCharCode(19,0,0,0,3)+IntToStrX(O.user.length+O.authuri.length+7)+String.fromCharCode(O.user.length)+O.user+String.fromCharCode(0,0)+String.fromCharCode(O.authuri.length)+O.authuri+String.fromCharCode(0,0,0)):0<=i.indexOf(1)?O.xxSend(String.fromCharCode(19,0,0,0,1)+IntToStrX(O.user.length+O.pass.length+2)+String.fromCharCode(O.user.length)+O.user+String.fromCharCode(O.pass.length)+O.pass):O.Stop(2);else if(3!=s&&4!=s||1!=u)if(0==u){if(1==O.protocol){O.xxSend(String.fromCharCode(32,0,0,0)+IntToStrX(O.amtsequence++)+ShortToStrX(1e4)+ShortToStrX(100)+ShortToStrX(0)+ShortToStrX(1e4)+ShortToStrX(100)+ShortToStrX(0)+IntToStrX(0))}2==O.protocol&&O.xxSend(String.fromCharCode(64,0,0,0,0,0,0,0)),3==O.protocol&&(O.connectstate=1,O.xxStateChange(3))}else O.Stop(3);else{var d=0,m=h.charCodeAt(d),S=h.substring(d+1,d+1+m);d+=m+1;var g=h.charCodeAt(d),f=h.substring(d+1,d+1+g);d+=g+1;var C=0,x=null,p=O.xxRandomNonce(32),k="00000002",b="";4==s&&(C=h.charCodeAt(d),x=h.substring(d+1,d+1+C),d+=C+1,b=k+":"+p+":"+x+":");var v=hex_md5(hex_md5(O.user+":"+S+":"+O.pass)+":"+f+":"+b+hex_md5("POST:"+O.authuri)),A=O.user.length+S.length+f.length+O.authuri.length+p.length+k.length+v.length+7;4==s&&(A+=x.length+1);var w=String.fromCharCode(19,0,0,0,s)+IntToStrX(A)+String.fromCharCode(O.user.length)+O.user+String.fromCharCode(S.length)+S+String.fromCharCode(f.length)+f+String.fromCharCode(O.authuri.length)+O.authuri+String.fromCharCode(p.length)+p+String.fromCharCode(k.length)+k+String.fromCharCode(v.length)+v;4==s&&(w+=String.fromCharCode(x.length)+x),O.xxSend(w)}break;case 33:if(O.amtaccumulator.length<23)break;n=23,O.xxSend(String.fromCharCode(39,0,0,0)+IntToStrX(O.amtsequence++)+String.fromCharCode(0,0,27,0,0,0)),1==O.protocol&&(O.amtkeepalivetimer=setInterval(O.xxSendAmtKeepAlive,2e3)),O.connectstate=1,O.xxStateChange(3);break;case 41:if(O.amtaccumulator.length<10)break;n=10;break;case 42:if(O.amtaccumulator.length<10)break;var y=10+((255&O.amtaccumulator.charCodeAt(9))<<8)+(255&O.amtaccumulator.charCodeAt(8));if(O.amtaccumulator.length<y)break;O.m.ProcessData(O.amtaccumulator.substring(10,y)),n=y;break;case 43:if(O.amtaccumulator.length<8)break;n=8;break;case 65:if(O.amtaccumulator.length<8)break;O.connectstate=1,O.m.Start(),8<O.amtaccumulator.length&&O.m.ProcessData(O.amtaccumulator.substring(8)),n=O.amtaccumulator.length;break;case 240:O.serverIsRecording=!0,n=1;break;default:return console.log("Unknown Intel AMT command: "+O.amtaccumulator.charCodeAt(0)+" acclen="+O.amtaccumulator.length),void O.Stop(4)}if(0==n)return;O.amtaccumulator=O.amtaccumulator.substring(n)}}},O.xxSend=function(t){if(null!=O.socket&&O.socket.readyState==WebSocket.OPEN){1==O.debugmode&&console.log("Send",t);for(var e=new Uint8Array(t.length),r=0;r<t.length;++r)e[r]=t.charCodeAt(r);try{O.socket.send(e.buffer)}catch(t){}}},O.send=function(t){null!=O.socket&&1==O.connectstate&&(1==O.protocol?O.xxSend(String.fromCharCode(40,0,0,0)+IntToStrX(O.amtsequence++)+ShortToStrX(t.length)+t):O.xxSend(t))},O.xxSendAmtKeepAlive=function(){null!=O.socket&&O.xxSend(String.fromCharCode(43,0,0,0)+IntToStrX(O.amtsequence++))},O.xxRandomNonceX="abcdef0123456789",O.xxRandomNonce=function(t){for(var e="",r=0;r<t;r++)e+=O.xxRandomNonceX.charAt(Math.floor(Math.random()*O.xxRandomNonceX.length));return e},O.xxOnSocketClosed=function(){1==O.debugmode&&console.log("onSocketClosed"),0==O.inDataCount&&0==O.tlsv1only?(O.tlsv1only=1,O.socket=new WebSocket(window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webrelay.ashx?p=2&host="+O.host+"&port="+O.port+"&tls="+O.tls+"&tls1only=1"+("*"==O.user?"&serverauth=1":"")+("undefined"==typeof pass?"&serverauth=1&user="+O.user:"")),O.socket.onopen=O.xxOnSocketConnected,O.socket.onmessage=O.xxOnMessage,O.socket.onclose=O.xxOnSocketClosed):O.Stop(5)},O.xxStateChange=function(t){O.State!=t&&(O.State=t,O.m.xxStateChange(O.State),null!=O.onStateChanged&&O.onStateChanged(O,O.State))},O.Stop=function(t){1==O.debugmode&&console.log("onSocketStop",t),O.xxStateChange(0),O.connectstate=-1,O.amtaccumulator="",null!=O.socket&&(O.socket.close(),O.socket=null),null!=O.amtkeepalivetimer&&(clearInterval(O.amtkeepalivetimer),O.amtkeepalivetimer=null)},O.RedirectStartSol=String.fromCharCode(16,0,0,0,83,79,76,32),O.RedirectStartKvm=String.fromCharCode(16,1,0,0,75,86,77,82),O.RedirectStartIder=String.fromCharCode(16,0,0,0,73,68,69,82),O}
\ No newline at end of file
public/scripts/amt-script-0.2.0-min.js new
+1
@@ -0,0 +1 @@
1 +function script_setup(e,t){var d={startvars:t};return e.length<6?(console.error("Invalid script length"),null):612182341!=ReadInt(e,0)?(console.error("Invalid binary script"),null):1<ReadShort(e,4)?(console.error("Unsupported script version"),null):(d.script=e.substring(6),d.reset=function(e){d.stop(),d.ip=0,d.variables=t,d.state=1},d.start=function(e){d.stop(),0<(d.stepspeed=e)&&(d.timer=setInterval(function(){d.step()},e))},d.stop=function(){null!=d.timer&&clearInterval(d.timer),d.timer=null,d.stepspeed=0},d.getVar=function(e){if(null!=e)return d.getVarEx(e.split("."),d.variables)},d.getVarEx=function(e,t){try{if(null==e)return;return 0==e.length?t:d.getVarEx(e.slice(1),t[e[0]])}catch(e){return null}},d.setVar=function(e,t){d.setVarEx(e.split("."),d.variables,t)},d.setVarEx=function(e,t,r){1==e.length?t[e[0]]=r:d.setVarEx(e.slice(1),t[e[0]],r)},d.step=function(){if(1==d.state){if(d.ip<d.script.length){var e=ReadShort(d.script,d.ip),t=ReadShort(d.script,d.ip+2),r=ReadShort(d.script,d.ip+4),a=d.ip+6,n=[];for(var s in d.variables)s.startsWith("__")&&delete d.variables[s];for(s=0;s<r;s++){var i=ReadShort(d.script,a),o=d.script.substring(a+2,a+2+i),l=o.charCodeAt(0);if(o=o.substring(1),l<2){for(;1<o.split("{").length;){var c=o.split("{").pop().split("}").shift();o=o.replace("{"+c+"}",d.getVar(c))}1==l&&(d.variables["__"+s]=decodeURI(o),o="__"+s),n.push(o)}2!=l&&3!=l||(d.variables["__"+s]=ReadSInt(o,0),n.push("__"+s)),a+=2+i}d.ip+=t;var u,p=[];for(s=0;s<10;s++)p.push(d.getVar(n[s]));try{if(e<1e4)switch(e){case 0:break;case 1:p[2]?("<"==p[2]&&p[1]<p[3]||"<="==p[2]&&p[1]<=p[3]||"!="==p[2]&&p[1]!=p[3]||"="==p[2]&&p[1]==p[3]||">="==p[2]&&p[1]>=p[3]||">"==p[2]&&p[1]>p[3])&&(d.ip=p[0]):d.ip=p[0];break;case 2:null==n[1]?delete d.variables[n[0]]:d.setVar(n[0],p[1]);break;case 3:d.onConsole?d.onConsole(d.toString(p[0]),d):console.log(d.toString(p[0]));break;case 4:d.state=2,d.dialog=!0,setDialogMode(11,p[0],p[2],d.xxStepDialogOk,p[1],d);break;case 5:for(var s in p[1])p[1][s][p[2]]==p[3]&&(u=s);break;case 6:u=p[1].substr(p[2],p[3]);break;case 7:u=p[1].indexOf(p[2]);break;case 8:u=p[1].split(p[2]);break;case 9:u=p[1].join(p[2]);break;case 10:u=p[1].length;break;case 11:u=JSON.parse(p[1]);break;case 12:u=JSON.stringify(p[1]);break;case 13:u=p[1]+p[2];break;case 14:u=p[1]-p[2];break;case 15:u=parseInt(p[1]);break;case 16:d.state=2,d.amtstack.BatchEnum(p[0],p[1],d.xxWsmanReturn,d);break;case 17:d.state=2,d.amtstack.Put(p[0],p[1],d.xxWsmanReturn,d);break;case 18:d.state=2,d.amtstack.Create(p[0],p[1],d.xxWsmanReturn,d);break;case 19:d.state=2,d.amtstack.Delete(p[0],p[1],d.xxWsmanReturn,d);break;case 20:d.state=2,d.amtstack.Exec(p[0],p[1],p[2],d.xxWsmanReturn,d,0,p[3]);break;case 21:d.stepspeed=p[0],null!=d.timer&&(clearInterval(d.timer),d.timer=setInterval(function(){d.step()},d.stepspeed));break;case 22:d.state=2,d.amtstack.Subscribe(p[0],p[1],p[2],d.xxWsmanReturn,d,0,p[3],p[4],p[5],p[6]);break;case 23:d.state=2,d.amtstack.UnSubscribe(p[0],d.xxWsmanReturn,d,0,p[1]);break;case 24:console.log(p[1],p[2],p[1].charCodeAt(p[2])),u=p[1].charCodeAt(p[2]);break;case 25:d.state=2,amtcert_signWithCaKey(p[0],null,p[1],{CN:"Untrusted Root Certificate"},d.xxSignWithDummyCaReturn);break;default:d.state=9,console.error("Script Error, unknown command: "+e)}else e<2e4?u=script_functionTableX2[e-1e4](p[1],p[2],p[3],p[4],p[5],p[6]):script_functionTableX3&&script_functionTableX3[e-2e4]&&(u=script_functionTableX3[e-2e4](d,p[1],p[2],p[3],p[4],p[5],p[6]));null!=u&&d.setVar(n[0],u)}catch(e){"object"==typeof e&&(e=e.message),d.setVar("_exception",e)}}return 1==d.state&&d.ip>=d.script.length&&(d.state=0,d.stop()),d.onStep&&d.onStep(d),d}},d.xxStepDialogOk=function(e){d.variables.DialogSelect=e,d.state=1,d.dialog=!1,d.onStep&&d.onStep(d)},d.xxWsmanReturnFix=function(e){e&&null!=e&&(e.Header&&(e.Header=e.Header,delete e.Header),e.Body&&(e.Body=e.Body,delete e.Body),e.Responses&&(e.Responses=e.Responses,delete e.Responses),e.Response&&(e.Response=e.Response,delete e.Response),e.ReturnValueStr&&(e.ReturnValueStr=e.ReturnValueStr,delete e.ReturnValueStr))},d.xxWsmanReturn=function(e,t,r,a){if(r)for(var n in d.xxWsmanReturnFix(r),r)for(var s in d.xxWsmanReturnFix(r[n]),r[n])d.xxWsmanReturnFix(r[n][s]);d.setVar(t,r),d.setVar("wsman_result",a),d.setVar("wsman_result_str",httpErrorTable[a]?httpErrorTable[a]:"Error #"+a),d.state=1,d.onStep&&d.onStep(d)},d.xxSignWithDummyCaReturn=function(e){d.setVar("signed_cert",btoa(_arrayBufferToString(e))),d.state=1,d.onStep&&d.onStep(d)},d.toString=function(e){return"object"==typeof e?JSON.stringify(e):e},d.reset(),d)}function script_compile(e,t){var r="",a=e.split("\n"),n={},s=[],i=[];for(var o in a){var l=a[o];if(l.startsWith("##SWAP "))3==(c=l.split(" ")).length&&(i[c[1]]=c[2]);if("#"!=l[0]&&0!=l.length){for(var c in i)l=l.split(c).join(i[c]);var u=l.match(/"[^"]*"|[^\s"]+/g);if(0!=u.length)if(":"!=l[0]){var p=script_functionTable1.indexOf(u[0].toLowerCase());if(-1==p&&0<=(p=script_functionTable2.indexOf(u[0].toLowerCase()))&&(p+=1e4),-1==p&&0<=(p=script_functionTable3.indexOf(u[0].toLowerCase()))&&(p+=2e4),-1==p)return t&&t("Unabled to compile, unknown command: "+u[0]),"";var d=ShortToStr(u.length-1);for(var f in u)if(0!=f)if(":"==u[f][0])s.push([u[f],r.length+d.length+7]),d+=ShortToStr(5)+String.fromCharCode(3)+IntToStr(4294967295);else{var h=parseInt(u[f]);h==u[f]?d+=ShortToStr(5)+String.fromCharCode(2)+IntToStr(h):'"'==u[f][0]&&'"'==u[f][u[f].length-1]?d+=ShortToStr(u[f].length-1)+String.fromCharCode(1)+u[f].substring(1,u[f].length-1):d+=ShortToStr(u[f].length+1)+String.fromCharCode(0)+u[f]}r+=d=ShortToStr(p)+ShortToStr(d.length+4)+d}else n[u[0].toUpperCase()]=r.length}}for(o in s){var b=s[o][0].toUpperCase(),g=s[o][1],S=n[b];if(null==S)return t&&t("Unabled to compile, unknown label: "+b),"";r=r.substr(0,g)+IntToStr(S)+r.substr(g+4)}return IntToStr(612182341)+ShortToStr(1)+r}function script_decompile(e,t){var r="",a=6,n={};if(0<=t)a=t;else{if(e.length<6)return"# Invalid script length";var s=ReadInt(e,0),i=ReadShort(e,4);if(612182341!=s)return"# Invalid binary script: "+s;if(1!=i)return"# Invalid script version"}for(;a<e.length;){var o=ReadShort(e,a),l=ReadShort(e,a+2),c=ReadShort(e,a+4),u=a+6,p="";0<=t||(r+=":label"+(a-6)+"\n");for(var d=0;d<c;d++){var f=ReadShort(e,u),h=e.substring(u+2,u+2+f),b=h.charCodeAt(0);if(0==b)p+=" "+h.substring(1);else if(1==b)p+=' "'+h.substring(1)+'"';else if(2==b)p+=" "+ReadInt(h,1);else if(3==b){var g=ReadInt(h,1),S=n[g];S||(n[S=":label"+g]=g),p+=" "+S}u+=2+f}if(r+=o<1e4?script_functionTable1[o]+p+"\n":2e4<=o?script_functionTable3[o-2e4]+p+"\n":script_functionTable2[o-1e4]+p+"\n",a+=l,0<=t)return r}var m=r.split("\n");for(var d in r="",m){var x=m[d];":"!=x[0]?r+=x+"\n":n[x]&&(r+=x+"\n")}return r}script_functionTable1=["nop","jump","set","print","dialog","getitem","substr","indexof","split","join","length","jsonparse","jsonstr","add","substract","parseint","wsbatchenum","wsput","wscreate","wsdelete","wsexec","scriptspeed","wssubscribe","wsunsubscribe","readchar","signwithdummyca"],script_functionTable2=["encodeuri","decodeuri","passwordcheck","atob","btoa","hex2str","str2hex","random","md5","maketoarray","readshort","readshortx","readint","readsint","readintx","shorttostr","shorttostrx","inttostr","inttostrx"],script_functionTableX2=[encodeURI,decodeURI,passwordcheck,window.atob.bind(window),window.btoa.bind(window),hex2rstr,rstr2hex,random,rstr_md5,MakeToArray,ReadShort,ReadShortX,ReadInt,ReadSInt,ReadIntX,ShortToStr,ShortToStrX,IntToStr,IntToStrX],script_functionTable3=["pullsystemstatus","pulleventlog","pullauditlog","pullcertificates","pullwatchdog","pullsystemdefense","pullhardware","pulluserinfo","pullremoteaccess","highlightblock","disconnect","getsidstring","getsidbytearray"],script_functionTableX3=[PullSystemStatus,PullEventLog,PullAuditLog,PullCertificates,PullWatchdog,PullSystemDefense,PullHardware,PullUserInfo,PullRemoteAccess,script_HighlightBlock,disconnect,function(e,t){return GetSidString(t)},function(e,t){return GetSidByteArray(t)}]
\ No newline at end of file
public/scripts/amt-setupbin-0.1.0-min.js new
+1
@@ -0,0 +1 @@
1 +var AmtSetupBinSetupGuids=["µûq‡ËùJ´AÊ{85xù","–²XÏkrL‹‘¡^Q.™Ä","§÷öƉÄöG“íâå\r¥","ª©4Rá)©DM\b¹cS"],AmtSetupBinVarIds={1:{1:[0,"Current MEBx Password"],2:[0,"New MEBx Password"],3:[1,"Manageability Feature Selection"],4:[1,"Firmware Local Update",{0:"Disabled",1:"Enabled",2:"Password Protected"}],5:[1,"Firmware Update Qualifier",{0:"Always",1:"Never",2:"Restricted"}],6:[0,"Power Package"]},2:{1:[0,"Provisioning Preshared Key ID (PID)"],2:[0,"Provisioning Preshared Key (PPS)"],3:[0,"PKI DNS Suffix"],4:[0,"Configuration Server FQDN"],5:[1,"Remote Configuration Enabled (RCFG)",{0:"Off",1:"On"}],6:[1,"Pre-Installed Certificates Enabled",{0:"Off",1:"On"}],7:[1,"User Defined Certificate Configuration",{0:"Disabled",1:"Enabled",2:"Delete"}],8:[0,"User Defined Certificate Addition"],10:[1,"SOL/IDER Redirection Configuration"],11:[0,"Hostname"],12:[0,"Domain Name"],13:[0,"DHCP"],14:[1,"Secure Firmware Update (SFWU)",{0:"Disabled",1:"Enabled"}],15:[0,"ITO"],16:[1,"Provisioning Mode (PM)",{0:"Enterprise",1:"Small Buisness"}],17:[0,"Provisioning Server Address"],18:[2,"Provision Server Port Number (PSPO)"],19:[0,"Static PV4 Parameters"],20:[0,"VLAN"],21:[0,"PASS Policy Flag"],22:[0,"IPv6"],23:[1,"Shared/Dedicated FQDN",{0:"Dedicated",1:"Shared"}],24:[1,"Dynamic DNS Update",{0:"Disabled",1:"Enabled"}],25:[1,"Remote Desktop (KVM) State",{0:"Disabled",1:"Enabled"}],26:[1,"Opt-in User Consent Option",{0:"Disabled",1:"KVM",255:"All"}],27:[1,"Opt-in Remote IT Consent Policy",{0:"Disabled",1:"Enabled"}],28:[1,"ME Provision Halt Active",{0:"Stop",1:"Start"}],29:[1,"Manual Setup and Configuration",{0:"Automated",1:"Manual"}],30:[3,"Support Channel Identifier"],31:[0,"Support Channel Description"],32:[0,"Service Account Number"],33:[0,"Enrollement Passcode"],34:[3,"Service Type"],35:[0,"Service Provider Identifier"]}},AmtSetupBinCreate=function(e,r){var t={};return t.fileType=e,t.recordChunkCount=0,t.recordHeaderByteCount=0,t.recordNumber=0,t.majorVersion=e,t.minorVersion=0,t.flags=r,t.dataRecordsConsumed=0,t.dataRecordChunkCount=0,t.records=[],t},AmtSetupBinDecode=function(e){var r={},t=e.substring(0,16);for(var a in r.fileType=0,AmtSetupBinSetupGuids)t==AmtSetupBinSetupGuids[a]&&(r.fileType=+a+1);if(0!=r.fileType){r.recordChunkCount=ReadShortX(e,16),r.recordHeaderByteCount=ReadShortX(e,18),r.recordNumber=ReadIntX(e,20),r.majorVersion=e.charCodeAt(24),r.minorVersion=e.charCodeAt(25),r.flags=ReadShortX(e,26);var o=ReadIntX(e,28);r.dataRecordsConsumed=ReadIntX(e,32),r.dataRecordChunkCount=ReadShortX(e,36),r.records=[];for(var n=512;n+512<=e.length;){var i={};i.typeIdentifier=ReadIntX(e,n),i.flags=ReadIntX(e,n+4),i.chunkCount=ReadShortX(e,n+8),i.headerByteCount=ReadShortX(e,n+10),i.number=ReadIntX(e,n+12),i.variables=[];var d=0,u=e.substring(n+24,n+512);for(0!=(2&i.flags)&&(u=AmtSetupBinDescrambleRecordData(u));;){var s={};if(s.moduleid=ReadShortX(u,d),s.varid=ReadShortX(u,d+2),0==s.moduleid||0==s.varid)break;AmtSetupBinVarIds[s.moduleid][s.varid]&&(s.length=ReadShortX(u,d+4),s.type=AmtSetupBinVarIds[s.moduleid][s.varid][0],s.desc=AmtSetupBinVarIds[s.moduleid][s.varid][1],s.value=u.substring(d+8,d+8+s.length),1==s.type&&1==s.length?s.value=s.value.charCodeAt(0):2==s.type&&2==s.length?s.value=ReadShortX(s.value,0):3==s.type&&4==s.length&&(s.value=ReadIntX(s.value,0)),i.variables.push(s)),d+=8+4*Math.floor((s.length+3)/4)}i.variables.sort(AmtSetupBinVariableCompare),r.records.push(i),n+=512}if(o==r.records.length)return r}},AmtSetupBinEncode=function(e){if(e.fileType<1&&e.fileType>AmtSetupBinSetupGuids.length)return null;var r=[],t=AmtSetupBinSetupGuids[e.fileType-1],a=0;for(t+=ShortToStrX(e.recordChunkCount),t+=ShortToStrX(e.recordHeaderByteCount),t+=IntToStrX(e.recordNumber),t+=String.fromCharCode(e.majorVersion,e.minorVersion),t+=ShortToStrX(e.flags),t+=IntToStrX(e.records.length),t+=IntToStrX(e.dataRecordsConsumed),t+=ShortToStrX(e.dataRecordChunkCount);t.length<512;)t+="\0";for(var o in r.push(t),e.records){var n="",i=e.records[o];for(var d in n+=IntToStrX(i.typeIdentifier),n+=IntToStrX(i.flags),n+=IntToStrX(0),n+=IntToStrX(0),n+=ShortToStrX(1),n+=ShortToStrX(24),n+=IntToStrX(++a),i.variables.sort(AmtSetupBinVariableCompare),i.variables){var u="",s=i.variables[d],l=s.value;for(s.type=AmtSetupBinVarIds[s.moduleid][s.varid][0],0<s.type&&(l=parseInt(l),1==s.type&&(l=String.fromCharCode(l)),2==s.type&&(l=ShortToStrX(l)),3==s.type&&(l=IntToStrX(l))),u+=ShortToStrX(s.moduleid),u+=ShortToStrX(s.varid),u+=ShortToStrX(l.length),u+=ShortToStrX(0),u+=l;u.length%4!=0;)u+="\0";n+=u}for(;n.length<512;)n+="\0";0!=(2&i.flags)&&(n=n.substring(0,24)+AmtSetupBinScrambleRecordData(n.substring(24))),r.push(n)}return r.join("")};function AmtSetupBinVariableCompare(e,r){return e.moduleid>r.moduleid?1:e.moduleid<r.moduleid?-1:e.varid>r.varid?1:e.varid<r.varid?-1:0}function AmtSetupBinScrambleRecordData(e){for(var r="",t=0;t<e.length;t++)r+=String.fromCharCode(e.charCodeAt(t)+17&255);return r}function AmtSetupBinDescrambleRecordData(e){for(var r="",t=0;t<e.length;t++)r+=String.fromCharCode(e.charCodeAt(t)+239&255);return r}
\ No newline at end of file
public/scripts/amt-terminal-0.0.2-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateAmtRemoteTerminal=function(e,r){var l={};l.DivId=e,l.DivElement=document.getElementById(e),l.protocol=1,r.protocol&&(l.protocol=r.protocol),l.terminalEmulation=1,l.fxEmulation=0,l.lineFeed="\r\n",l.debugmode=0,l.width=80,l.height=25,l.heightLock=0;var m,f=["000000","BB0000","00BB00","BBBB00","0000BB","BB00BB","00BBBB","BBBBBB","555555","FF5555","55FF55","FFFF55","5555FF","FF55FF","55FFFF","FFFFFF"],u=0,g=7,w=0,C=!0,S=0,b=0,a=0,h=0,o=0,c=[],s=0,d=0,T=[],k=[],n=!1,v=!0,p=!1,y=[],t="";function i(e,r){switch(o){case 0:switch(r){case 27:o=1,c=[],d=s=0;break;default:B(e)}break;case 1:switch(e){case"[":o=2;break;case"(":o=4;break;case")":o=5;break;case"]":o=6;break;case"=":p=!0,o=0;break;case">":p=!1,o=0;break;case"7":a=S,h=b,o=0;break;case"8":S=a,b=h,o=0;break;case"M":for(var t=m[1];t>=m[0]+1;t--)for(var i=0;i<l.width;i++)k[t][i]=k[t-1][i],T[t][i]=T[t-1][i];for(t=m[0]+1-1;t>m[0]-1;t--)for(i=0;i<l.width;i++)k[t][i]=" ",T[t][i]=448;o=0;break;default:console.log("unknown terminal short code",e),o=0}break;case 2:if("0"<=e&&e<="9"){c[s]?c[s]=10*c[s]+(e-"0"):c[s]=e-"0";break}if(";"==e){s++;break}if("?"==e){d=1;break}c[0]||(c[0]=0),function(e,r,t,i){if(1==i)switch(e){case"l":25==r[0]&&(v=!1);break;case"h":25==r[0]&&(v=!0)}else if(0==i){var n;switch(e){case"c":l.TermResetScreen();break;case"A":1==t&&(0==r[0]?b--:b-=r[0],b<0&&(b=0));break;case"B":1==t&&(0==r[0]?b++:b+=r[0],b>l.height&&(b=l.height));break;case"C":1==t&&(0==r[0]?S++:S+=r[0],S>l.width&&(S=l.width));break;case"D":1==t&&(0==r[0]?S--:S-=r[0],S<0&&(S=0));break;case"d":1==t&&((b=r[0]-1)>l.height&&(b=l.height),b<0&&(b=0));break;case"G":1==t&&((S=r[0]-1)<0&&(S=0),S>l.width-1&&(S=l.width-1));break;case"P":var a=1;for(1==t&&(a=r[0]),n=S;n<l.width-a;n++)k[b][n]=k[b][n+a],T[b][n]=T[b][n+a];for(n=l.width-a;n<l.width;n++)k[b][n]=" ",T[b][n]=448;break;case"L":var h=1;for(1==t&&(h=r[0]),0==h&&(h=1),c=m[1];b+h<=c;c--)k[c]=k[c-h],T[c]=T[c-h];for(c=b;c<b+h;c++)for(k[c]=[],T[c]=[],a=0;a<l.width;a++)k[c][a]=" ",T[c][a]=448;break;case"J":if(1==t&&2==r[0])l.TermClear((w<<12)+(g<<6)),b=S=0,y=[];else if(0==t||1==t&&0==r[0])for(E(),n=b+1;n<l.height;n++)L(n);else if(1==t&&1==r[0])for(E(),n=0;n<b-1;n++)L(n);break;case"H":S=2==t?(r[0]<1&&(r[0]=1),r[1]<1&&(r[1]=1),r[0]>l.height&&(r[0]=l.height),r[1]>l.width&&(r[1]=l.width),b=r[0]-1,r[1]-1):b=0;break;case"m":for(n=0;n<t;n++)if(r[n]&&0!=r[n])if(1==r[n])g<8&&(g+=8);else if(2==r[n]||22==r[n])8<=g&&(g-=8);else if(7==r[n])u=2;else if(27==r[n])u=0;else if(30<=r[n]&&r[n]<=37){var o=8<=g;g=r[n]-30,o&&g<=8&&(g+=8)}else 40<=r[n]&&r[n]<=47?w=r[n]-40:90<=r[n]&&r[n]<=99?g=r[n]-82:100<=r[n]&&r[n]<=109&&(w=r[n]-92);else g=7,u=w=0;break;case"K":0!=t&&(1!=t||r[0]&&0!=r[0])?1==t&&(1==r[0]?function(){for(var e=(g<<6)+(w<<12)+u,r=0;r<S;r++)k[b][r]=" ",T[b][r]=e}():2==r[0]&&L(b)):E();break;case"h":C=!0;break;case"l":C=!1;break;case"r":2==t&&(m=[r[0]-1,r[1]-1]),m[0]<0&&(m[0]=0),m[0]>l.height-1&&(m[0]=l.height-1),m[1]<0&&(m[1]=0),m[1]>l.height-1&&(m[1]=l.height-1),m[0]>m[1]&&(m[0]=m[1]);break;case"S":a=1;1==t&&(a=r[0]);for(var c=m[0];c<=m[1]-a;c++)for(var f=0;f<l.width;f++)k[c][f]=k[c+a][f],T[c][f]=T[c+a][f];for(c=m[1]-a+1;c<m[1];c++)for(f=0;f<l.width;f++)k[c][f]=" ",T[c][f]=448;break;case"M":a=1;1==t&&(a=r[0]);for(c=b;c<=m[1]-a;c++)for(f=0;f<l.width;f++)k[c][f]=k[c+a][f],T[c][f]=T[c+a][f];for(c=m[1]-a+1;c<m[1];c++)for(f=0;f<l.width;f++)k[c][f]=" ",T[c][f]=448;break;case"T":a=1;1==t&&(a=r[0]);for(c=m[1];c>m[0]+a;c--)for(f=0;f<l.width;f++)k[c][f]=k[c-a][f],T[c][f]=T[c-a][f];for(c=m[0]+a;c>m[0];c--)for(f=0;f<l.width;f++)k[c][f]=" ",T[c][f]=448;break;case"X":a=1;var s=S,d=b;for(1==t&&(a=r[0]);0<a&&d<l.height;)k[d][s]=" ",a--,++s>=l.width&&(s=0,d++);break;default:console.log("Unknown terminal code",e,r,i)}}}(e,c,s+1,d),o=0;break;case 4:case 5:o=0;break;case 6:var n=e.charCodeAt(0);";"==e?s++:7==n?(function(e){if(0==e.length)return;var r=parseInt(e[0]);(0==r||2==r)&&1<e.length&&"?"!=e[1]&&l.onTitleChange&&l.onTitleChange(l,l.title=e[1])}(c),o=0):c[s]?c[s]+=e:c[s]=e}}l.title=null,l.onTitleChange=null,l.Start=function(){},l.Init=function(e,r){l.width=e||80,l.height=r||25;for(var t=0;t<l.height;t++){k[t]=[],T[t]=[];for(var i=0;i<l.width;i++)k[t][i]=" ",T[t][i]=448}l.TermInit(),l.TermDraw()},l.xxStateChange=function(e){},l.ProcessData=function(r){if(2==l.debugmode&&console.log("TRecv("+r.length+"): "+rstr2hex(r)),0==l.terminalEmulation)try{r=decode_utf8(t+r)}catch(e){return void(t+=r)}t="",null!=l.capture&&(l.capture+=r),function(e){for(var r=0;r<e.length;r++)i(String.fromCharCode(e.charCodeAt(r)),e.charCodeAt(r))}(r),l.TermDraw()},l.ProcessVt100String=function(e){for(var r=0;r<e.length;r++)B(String.fromCharCode(e.charCodeAt(r)))};var K=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,171,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160],D=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,174,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160];K=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,171,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160],D=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,174,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160];function B(e){if("\0"!=e&&7!=e.charCodeAt()){var r=e.charCodeAt();switch(1==l.terminalEmulation?0!=(128&r)&&(e=String.fromCharCode(K[127&r])):2==l.terminalEmulation&&0!=(128&r)&&(e=String.fromCharCode(D[127&r])),r){case 16:e=" ";break;case 24:e="↑";break;case 25:e="↓"}switch(S>l.width&&(S=l.width),b>l.height-1&&(b=l.height-1),e){case"\b":0<S&&(S--,n&&F(" "));break;case"\t":for(var t=8-S%8,i=0;i<t;i++)B(" ");break;case"\n":++b>m[1]&&(l.recordLineTobackBuffer(0),P(1),b=m[1]),(l.lineFeed="\r")&&(S=0);break;case"\r":S=0;break;default:S>=l.width&&(S=0,C&&b++,b>=l.height-1&&(P(1),b=l.height-1)),F(e),S++}}}function F(e){k[b][S]=e,T[b][S]=(g<<6)+(w<<12)+u}function E(){for(var e=(g<<6)+(w<<12)+u,r=S;r<l.width;r++)k[b][r]=" ",T[b][r]=e}function L(e){for(var r=(g<<6)+(w<<12)+u,t=0;t<l.width;t++)k[e][t]=" ",T[e][t]=r}function P(e){var r,t;for(t=m[0];t<=m[1]-e;t++)k[t]=k[t+e],T[t]=T[t+e];for(t=m[1]-e+1;t<=m[1];t++)for(k[t]=[],T[t]=[],r=0;r<l.width;r++)k[t][r]=" ",T[t][r]=448}return l.TermClear=function(e){for(var r=0;r<l.height;r++)for(var t=0;t<l.width;t++)k[r][t]=" ",T[r][t]=e;y=[]},l.TermResetScreen=function(){C=v=!(w=u=0),S=b=0,n=!(g=7),m=[0,l.height-1],p=!1,l.TermClear(448),t=""},l.TermSendKeys=function(e){2==l.debugmode&&console.log("TSend("+e.length+"): "+rstr2hex(e),e),l.parent.send(e)},l.TermSendKey=function(e){2==l.debugmode&&console.log("TSend(1): "+rstr2hex(String.fromCharCode(e)),e),l.parent.send(String.fromCharCode(e))},l.TermHandleKeys=function(e){if(!e.ctrlKey)return 127==e.which?l.TermSendKey(8):13==e.which?l.TermSendKeys(l.lineFeed):0!=e.which&&l.TermSendKey(e.which),!1;e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation()},l.TermHandleKeyUp=function(e){return 8!=e.which&&32!=e.which&&9!=e.which||(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1)},l.TermHandleKeyDown=function(e){if(65<=e.which&&e.which<=90&&1==e.ctrlKey)return l.TermSendKey(e.which-64),e.preventDefault&&e.preventDefault(),void(e.stopPropagation&&e.stopPropagation());if(27==e.which)return l.TermSendKeys(String.fromCharCode(27)),!0;if(1==p){if(37==e.which)return l.TermSendKeys(String.fromCharCode(27,79,68)),!0;if(38==e.which)return l.TermSendKeys(String.fromCharCode(27,79,65)),!0;if(39==e.which)return l.TermSendKeys(String.fromCharCode(27,79,67)),!0;if(40==e.which)return l.TermSendKeys(String.fromCharCode(27,79,66)),!0}else{if(37==e.which)return l.TermSendKeys(String.fromCharCode(27,91,68)),!0;if(38==e.which)return l.TermSendKeys(String.fromCharCode(27,91,65)),!0;if(39==e.which)return l.TermSendKeys(String.fromCharCode(27,91,67)),!0;if(40==e.which)return l.TermSendKeys(String.fromCharCode(27,91,66)),!0}if(33==e.which)return l.TermSendKeys(String.fromCharCode(27,91,53,126)),!0;if(34==e.which)return l.TermSendKeys(String.fromCharCode(27,91,54,126)),!0;if(35==e.which)return l.TermSendKeys(String.fromCharCode(27,91,70)),!0;if(36==e.which)return l.TermSendKeys(String.fromCharCode(27,91,72)),!0;if(45==e.which)return l.TermSendKeys(String.fromCharCode(27,91,50,126)),!0;if(46==e.which)return l.TermSendKeys(String.fromCharCode(27,91,51,126)),!0;if(9==e.which)return l.TermSendKeys("\t"),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!0;var r=[80,81,119,120,116,117,113,114,112,77],t=[49,50,51,52,53,54,55,56,57,48,33,64],i=[80,81,82,83,84,85,86,87,88,89,90,91];if(111<e.which&e.which<124&&0==e.repeat){if(0==l.fxEmulation&&e.which<122)return l.TermSendKeys(String.fromCharCode(27,91,79,r[e.which-112])),!0;if(1==l.fxEmulation)return l.TermSendKeys(String.fromCharCode(27,t[e.which-112])),!0;if(2==l.fxEmulation)return l.TermSendKeys(String.fromCharCode(27,79,i[e.which-112])),!0}r=[80,81,119,120,116,117,113,114,112,77];if(111<e.which&e.which<122&&0==e.repeat)return l.TermSendKeys(String.fromCharCode(27,91,79,r[e.which-112])),!0;t=[49,50,51,52,53,54,55,56,57,48,33,64];if(111<e.which&e.which<124&&0==e.repeat)return l.TermSendKeys(String.fromCharCode(27,t[e.which-112])),!0;i=[80,81,82,83,84,85,86,87,88,89,90,91];return 111<e.which&e.which<124&&0==e.repeat?(l.TermSendKeys(String.fromCharCode(27,79,i[e.which-112])),!0):8!=e.which&&32!=e.which&&9!=e.which||(l.TermSendKey(e.which),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1)},l.recordLineTobackBuffer=function(e){var r="",t="",i=l.TermDrawLine(t,e,r);t=i[0],r=i[1],y.push(t+r+"<br>")},l.TermDrawLine=function(e,r,t){for(var i,n,a,h,o=1,c=0;c<l.width;++c)switch(i=T[r][c],S==c&&b==r&&v&&(i|=2),i!=o&&(e+=t,a=6,h=12,2&i&&(a=12,h=6),e+='<span style="color:#'+f[i>>a&63]+";background-color:#"+f[i>>h&63],1&i&&(e+=";text-decoration:underline"),e+=';">',t="</span>"+(t=""),o=i),n=k[r][c]){case"&":e+="&amp;";break;case"<":e+="&lt;";break;case">":e+="&gt;";break;case" ":e+="&nbsp;";break;default:e+=n}return[e,t]},l.TermDraw=function(){for(var e="",r="",t=0;t<l.height;++t){var i=l.TermDrawLine(r,t,e);r=i[0],e=i[1],t!=l.height-1&&(r+="<br>")}800<y.length&&(y=y.slice(y.length-800));var n=y.join("");l.DivElement.innerHTML="<font size='4'><b>"+n+r+e+"</b></font>",l.DivElement.scrollTop=l.DivElement.scrollHeight,0==l.heightLock&&setTimeout(l.TermLockHeight,10)},l.TermLockHeight=function(){l.heightLock=l.DivElement.clientHeight,l.DivElement.style.height=l.DivElement.parentNode.style.height=l.heightLock+"px",l.DivElement.style["overflow-y"]="scroll"},l.TermInit=function(){l.TermResetScreen()},l.heightLock=0,l.DivElement.style.height="",null!=r&&null!=r.cols&&null!=r.rows?l.Init(r.cols,r.rows):l.Init(),l}
\ No newline at end of file
public/scripts/amt-wsman-0.2.0-min.js new
+1
@@ -0,0 +1 @@
1 +var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,c,d){var m="",i="";null!=c&&null!=d&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+c+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+d+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var c in s)l+="<g:"+c+">"+s[c]+"</g:"+c+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var c in r)if(null!=r[c])if(Array.isArray(r[c]))for(var d in r[c])l+="<r:"+c+">"+r[c][d]+"</r:"+c+">";else l+="<r:"+c+">"+r[c]+"</r:"+c+">";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];return(n=n||s.getElementsByTagName("a:Body")[0])?(0<n.childNodes.length&&((e=n.childNodes[0].localName).indexOf("_OUTPUT")==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])),r):null}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
public/scripts/amt-wsman-ws-0.2.0-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateWsmanComm=function(e,t,r,n,a){var u={};function o(){for(i in u.socketState=2,u.pendingAjaxCall)u.sendRequest(u.pendingAjaxCall[i][0],u.pendingAjaxCall[i][3],u.pendingAjaxCall[i][4])}u.PendingAjax=[],u.ActiveAjaxCount=0,u.MaxActiveAjaxCount=1,u.FailAllError=0,u.challengeParams=null,u.noncecounter=1,u.authcounter=0,u.socket=null,u.socketState=0,u.host=e,u.port=t,u.user=r,u.pass=n,u.tls=a,u.tlsv1only=1,u.cnonce=Math.random().toString(36).substring(7),u.PerformAjax=function(e,t,r,n,a,o){u.ActiveAjaxCount<u.MaxActiveAjaxCount&&0==u.PendingAjax.length?u.PerformAjaxEx(e,t,r,a,o):1==n?u.PendingAjax.unshift([e,t,r,a,o]):u.PendingAjax.push([e,t,r,a,o])},u.PerformNextAjax=function(){if(!(u.ActiveAjaxCount>=u.MaxActiveAjaxCount||0==u.PendingAjax.length)){var e=u.PendingAjax.shift();u.PerformAjaxEx(e[0],e[1],e[2],e[3],e[4]),u.PerformNextAjax()}},u.PerformAjaxEx=function(e,t,r,n,a){if(0==u.FailAllError)return e=e||"",u.ActiveAjaxCount++,u.PerformAjaxExNodeJS(e,t,r,n,a);u.gotNextMessagesError({status:u.FailAllError},"error",null,[e,t,r,n,a])},u.pendingAjaxCall=[],u.PerformAjaxExNodeJS=function(e,t,r,n,a){u.PerformAjaxExNodeJS2(e,t,r,n,a,3)},u.PerformAjaxExNodeJS2=function(e,t,r,n,a,o){if(o<=0||0!=u.FailAllError)return u.ActiveAjaxCount--,999!=u.FailAllError&&u.gotNextMessages(null,"error",{status:0==u.FailAllError?408:u.FailAllError},[e,t,r,n,a]),void u.PerformNextAjax();u.pendingAjaxCall.push([e,t,r,n,a,o]),0==u.socketState?u.xxConnectHttpSocket():2==u.socketState&&u.sendRequest(e,n,a)},u.sendRequest=function(e,t,r){var n=(r=r||"POST")+" "+(t=t||"/wsman")+" HTTP/1.1\r\n";if(null!=u.challengeParams){var a=hex_md5(hex_md5(u.user+":"+u.challengeParams.realm+":"+u.pass)+":"+u.challengeParams.nonce+":"+u.noncecounter+":"+u.cnonce+":"+u.challengeParams.qop+":"+hex_md5(r+":"+t+("auth-int"==u.challengeParams.qop?":"+hex_md5(e):"")));n+="Authorization: "+u.renderDigest({username:u.user,realm:u.challengeParams.realm,nonce:u.challengeParams.nonce,uri:t,qop:u.challengeParams.qop,response:a,nc:u.noncecounter++,cnonce:u.cnonce})+"\r\n"}!function(e){if(2==u.socketState&&null!=u.socket&&u.socket.readyState==WebSocket.OPEN){for(var t=new Uint8Array(e.length),r=0;r<e.length;++r)t[r]=e.charCodeAt(r);try{u.socket.send(t.buffer)}catch(e){}}}(n+="Host: "+u.host+":"+u.port+"\r\nTransfer-Encoding: chunked\r\n\r\n"+e.length.toString(16).toUpperCase()+"\r\n"+e+"\r\n0\r\n\r\n")},u.parseDigest=function(e){return function(e){return e.split(",").reduce(function(e,t){return e.ic?e.st[e.st.length-1]+=","+t:e.st.push(t),t.split('"').length%2==0&&(e.ic=!e.ic),e},{st:[],ic:!1}).st}(e.substring(7)).reduce(function(e,t){var r=t.trim().split("=");return e[r[0]]=r[1].replace(new RegExp('"',"g"),""),e},{})},u.renderDigest=function(r){var e=[];for(i in r)e.push(i);return"Digest "+e.reduce(function(e,t){return e+","+t+'="'+r[t]+'"'},"").substring(1)},u.xxConnectHttpSocket=function(){u.socketParseState=0,u.socketAccumulator="",u.socketHeader=null,u.socketData="",u.socketState=1,console.log(u.tlsv1only),u.socket=new WebSocket(window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webrelay.ashx?p=1&host="+u.host+"&port="+u.port+"&tls="+u.tls+"&tlsv1only="+u.tlsv1only+("*"==r?"&serverauth=1":"")+(void 0===n?"&serverauth=1&user="+r:"")),u.socket.onopen=o,u.socket.onmessage=f,u.socket.onclose=g};var s=new FileReader,c=!1,l=[];function f(e){if("object"==typeof e.data){if(1==c)return void l.push(e.data);if(s.readAsBinaryString)c=!0,s.readAsBinaryString(new Blob([e.data]));else if(s.readAsArrayBuffer)c=!0,s.readAsArrayBuffer(e.data);else{for(var t="",r=new Uint8Array(e.data),n=r.byteLength,a=0;a<n;a++)t+=String.fromCharCode(r[a]);A(t)}}else A(e.data)}function A(e){if("object"==typeof e){for(var t="",r=new Uint8Array(e),n=r.byteLength,a=0;a<n;a++)t+=String.fromCharCode(r[a]);e=t}else if("string"!=typeof e)return;for(u.socketAccumulator+=e;;){if(0==u.socketParseState){var o=u.socketAccumulator.indexOf("\r\n\r\n");if(o<0)return;for(a in u.socketHeader=u.socketAccumulator.substring(0,o).split("\r\n"),u.socketAccumulator=u.socketAccumulator.substring(o+4),u.socketParseState=1,u.socketData="",u.socketXHeader={Directive:u.socketHeader[0].split(" ")},u.socketHeader)if(0!=a){var s=u.socketHeader[a].indexOf(":");u.socketXHeader[u.socketHeader[a].substring(0,s).toLowerCase()]=u.socketHeader[a].substring(s+2)}}if(1==u.socketParseState){var c=-1;if(null==u.socketXHeader.connection||"close"!=u.socketXHeader.connection.toLowerCase()||null!=u.socketXHeader["transfer-encoding"]&&"chunked"==u.socketXHeader["transfer-encoding"].toLowerCase())if(null!=u.socketXHeader["content-length"]){if(c=parseInt(u.socketXHeader["content-length"]),u.socketAccumulator.length<c)return;e=u.socketAccumulator.substring(0,c);u.socketAccumulator=u.socketAccumulator.substring(c),u.socketData=e,c=0}else{var l=u.socketAccumulator.indexOf("\r\n");if(l<0)return;if(c=parseInt(u.socketAccumulator.substring(0,l),16),isNaN(c))return void(u.websocket&&u.websocket.close());if(u.socketAccumulator.length<l+2+c+2)return;e=u.socketAccumulator.substring(l+2,l+2+c);u.socketAccumulator=u.socketAccumulator.substring(l+2+c+2),u.socketData+=e}else c=0;0==c&&(d(u.socketXHeader,u.socketData),u.socketParseState=0,u.socketHeader=null)}}}function d(e,t){var r=parseInt(e.Directive[1]);if(isNaN(r)&&(r=602),401==r&&++u.authcounter<3){if(u.challengeParams=u.parseDigest(e["www-authenticate"]),null!=u.challengeParams.qop){var n=u.challengeParams.qop.split(",");for(var a in n)n[a]=n[a].trim();0<=n.indexOf("auth-int")?u.challengeParams.qop="auth-int":u.challengeParams.qop="auth"}}else{var o=u.pendingAjaxCall.shift();u.authcounter=0,u.ActiveAjaxCount--,u.gotNextMessages(t,"success",{status:r},o),u.PerformNextAjax()}}function g(e){if(u.socketState=0,null!=u.socket&&(u.socket.close(),u.socket=null),0<u.pendingAjaxCall.length){var t=u.pendingAjaxCall.shift(),r=t[5];u.PerformAjaxExNodeJS2(t[0],t[1],t[2],t[3],t[4],--r)}}return s.readAsBinaryString?s.onload=function(e){A(e.target.result),0==l.length?c=!1:s.readAsBinaryString(new Blob([l.shift()]))}:s.readAsArrayBuffer&&(s.onloadend=function(e){A(e.target.result),0==l.length?c=!1:s.readAsArrayBuffer(l.shift())}),u.gotNextMessages=function(e,t,r,n){999!=u.FailAllError&&(0==u.FailAllError?200==r.status?n[1](e,200,n[2]):n[1](null,r.status,n[2]):n[1](null,u.FailAllError,n[2]))},u.gotNextMessagesError=function(e,t,r,n){999!=u.FailAllError&&(0==u.FailAllError?n[1](u,null,{Header:{HttpError:e.status}},e.status,n[2]):n[1](null,u.FailAllError,n[2]))},u.CancelAllQueries=function(e){for(;0<u.PendingAjax.length;){var t=u.PendingAjax.shift();t[1](null,e,t[2])}null!=u.websocket&&(u.websocket.close(),u.websocket=null,u.socketState=0)},u}
\ No newline at end of file
public/scripts/charts-min.js new
+1
@@ -0,0 +1 @@
1 +!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Chart=t()}}(function(){return function r(o,s,l){function u(n,t){if(!s[n]){if(!o[n]){var e="function"==typeof require&&require;if(!t&&e)return e(n,!0);if(d)return d(n,!0);var i=new Error("Cannot find module '"+n+"'");throw i.code="MODULE_NOT_FOUND",i}var a=s[n]={exports:{}};o[n][0].call(a.exports,function(t){var e=o[n][1][t];return u(e||t)},a,a.exports,r,o,s,l)}return s[n].exports}for(var d="function"==typeof require&&require,t=0;t<l.length;t++)u(l[t]);return u}({1:[function(t,e,n){var r=t(5);function i(t){if(t){var e=[0,0,0],n=1,i=t.match(/^#([a-fA-F0-9]{3})$/i);if(i){i=i[1];for(var a=0;a<e.length;a++)e[a]=parseInt(i[a]+i[a],16)}else if(i=t.match(/^#([a-fA-F0-9]{6})$/i)){i=i[1];for(a=0;a<e.length;a++)e[a]=parseInt(i.slice(2*a,2*a+2),16)}else if(i=t.match(/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i)){for(a=0;a<e.length;a++)e[a]=parseInt(i[a+1]);n=parseFloat(i[4])}else if(i=t.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i)){for(a=0;a<e.length;a++)e[a]=Math.round(2.55*parseFloat(i[a+1]));n=parseFloat(i[4])}else if(i=t.match(/(\w+)/)){if("transparent"==i[1])return[0,0,0,0];if(!(e=r[i[1]]))return}for(a=0;a<e.length;a++)e[a]=d(e[a],0,255);return n=n||0==n?d(n,0,1):1,e[3]=n,e}}function a(t){if(t){var e=t.match(/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/);if(e){var n=parseFloat(e[4]);return[d(parseInt(e[1]),0,360),d(parseFloat(e[2]),0,100),d(parseFloat(e[3]),0,100),d(isNaN(n)?1:n,0,1)]}}}function o(t){if(t){var e=t.match(/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/);if(e){var n=parseFloat(e[4]);return[d(parseInt(e[1]),0,360),d(parseFloat(e[2]),0,100),d(parseFloat(e[3]),0,100),d(isNaN(n)?1:n,0,1)]}}}function s(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function l(t,e){return"rgba("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%, "+(e||t[3]||1)+")"}function u(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function d(t,e,n){return Math.min(Math.max(e,t),n)}function h(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}e.exports={getRgba:i,getHsla:a,getRgb:function(t){var e=i(t);return e&&e.slice(0,3)},getHsl:function(t){var e=a(t);return e&&e.slice(0,3)},getHwb:o,getAlpha:function(t){var e=i(t);{if(e)return e[3];if(e=a(t))return e[3];if(e=o(t))return e[3]}},hexString:function(t){return"#"+h(t[0])+h(t[1])+h(t[2])},rgbString:function(t,e){if(e<1||t[3]&&t[3]<1)return s(t,e);return"rgb("+t[0]+", "+t[1]+", "+t[2]+")"},rgbaString:s,percentString:function(t,e){if(e<1||t[3]&&t[3]<1)return l(t,e);var n=Math.round(t[0]/255*100),i=Math.round(t[1]/255*100),a=Math.round(t[2]/255*100);return"rgb("+n+"%, "+i+"%, "+a+"%)"},percentaString:l,hslString:function(t,e){if(e<1||t[3]&&t[3]<1)return u(t,e);return"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"},hslaString:u,hwbString:function(t,e){void 0===e&&(e=void 0!==t[3]?t[3]:1);return"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"},keyword:function(t){return c[t.slice(0,3)]}};var c={};for(var f in r)c[r[f]]=f},{5:5}],2:[function(t,e,n){var d=t(4),i=t(1),o=function(t){return t instanceof o?t:this instanceof o?(this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1},void("string"==typeof t?(e=i.getRgba(t))?this.setValues("rgb",e):(e=i.getHsla(t))?this.setValues("hsl",e):(e=i.getHwb(t))&&this.setValues("hwb",e):"object"==typeof t&&(void 0!==(e=t).r||void 0!==e.red?this.setValues("rgb",e):void 0!==e.l||void 0!==e.lightness?this.setValues("hsl",e):void 0!==e.v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb",e):void 0===e.c&&void 0===e.cyan||this.setValues("cmyk",e)))):new o(t);var e};o.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var t=this.values;return 1!==t.alpha?t.hwb.concat([t.alpha]):t.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values;return t.rgb.concat([t.alpha])},hslaArray:function(){var t=this.values;return t.hsl.concat([t.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t=t&&((t%=360)<0?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return i.hexString(this.values.rgb)},rgbString:function(){return i.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return i.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return i.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return i.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return i.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return i.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return i.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var t=this.values.rgb;return t[0]<<16|t[1]<<8|t[2]},luminosity:function(){for(var t=this.values.rgb,e=[],n=0;n<t.length;n++){var i=t[n]/255;e[n]=i<=.03928?i/12.92:Math.pow((.055+i)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),n=t.luminosity();return n<e?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return 7.1<=e?"AAA":4.5<=e?"AA":""},dark:function(){var t=this.values.rgb;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,n=(e[0]+t)%360;return e[0]=n<0?360+n:n,this.setValues("hsl",e),this},mix:function(t,e){var n=this,i=t,a=void 0===e?.5:e,r=2*a-1,o=n.alpha()-i.alpha(),s=(1+(r*o==-1?r:(r+o)/(1+r*o)))/2,l=1-s;return this.rgb(s*n.red()+l*i.red(),s*n.green()+l*i.green(),s*n.blue()+l*i.blue()).alpha(n.alpha()*a+i.alpha()*(1-a))},toJSON:function(){return this.rgb()},clone:function(){var t,e,n=new o,i=this.values,a=n.values;for(var r in i)i.hasOwnProperty(r)&&(t=i[r],"[object Array]"===(e={}.toString.call(t))?a[r]=t.slice(0):"[object Number]"===e?a[r]=t:console.error("unexpected color value:",t));return n}},o.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},o.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},o.prototype.getValues=function(t){for(var e=this.values,n={},i=0;i<t.length;i++)n[t.charAt(i)]=e[t][i];return 1!==e.alpha&&(n.a=e.alpha),n},o.prototype.setValues=function(t,e){var n,i,a=this.values,r=this.spaces,o=this.maxes,s=1;if(this.valid=!0,"alpha"===t)s=e;else if(e.length)a[t]=e.slice(0,t.length),s=e[t.length];else if(void 0!==e[t.charAt(0)]){for(n=0;n<t.length;n++)a[t][n]=e[t.charAt(n)];s=e.a}else if(void 0!==e[r[t][0]]){var l=r[t];for(n=0;n<t.length;n++)a[t][n]=e[l[n]];s=e.alpha}if(a.alpha=Math.max(0,Math.min(1,void 0===s?a.alpha:s)),"alpha"===t)return!1;for(n=0;n<t.length;n++)i=Math.max(0,Math.min(o[t][n],a[t][n])),a[t][n]=Math.round(i);for(var u in r)u!==t&&(a[u]=d[t][u](a[t]));return!0},o.prototype.setSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n),this)},o.prototype.setChannel=function(t,e,n){var i=this.values[t];return void 0===n?i[e]:(n===i[e]||(i[e]=n,this.setValues(t,i)),this)},"undefined"!=typeof window&&(window.Color=o),e.exports=o},{1:1,4:4}],3:[function(t,e,n){function a(t){var e,n,i=t[0]/255,a=t[1]/255,r=t[2]/255,o=Math.min(i,a,r),s=Math.max(i,a,r),l=s-o;return s==o?e=0:i==s?e=(a-r)/l:a==s?e=2+(r-i)/l:r==s&&(e=4+(i-a)/l),(e=Math.min(60*e,360))<0&&(e+=360),n=(o+s)/2,[e,100*(s==o?0:n<=.5?l/(s+o):l/(2-s-o)),100*n]}function i(t){var e,n,i=t[0],a=t[1],r=t[2],o=Math.min(i,a,r),s=Math.max(i,a,r),l=s-o;return n=0==s?0:l/s*1e3/10,s==o?e=0:i==s?e=(a-r)/l:a==s?e=2+(r-i)/l:r==s&&(e=4+(i-a)/l),(e=Math.min(60*e,360))<0&&(e+=360),[e,n,s/255*1e3/10]}function o(t){var e=t[0],n=t[1],i=t[2];return[a(t)[0],100*(1/255*Math.min(e,Math.min(n,i))),100*(i=1-1/255*Math.max(e,Math.max(n,i)))]}function s(t){var e,n=t[0]/255,i=t[1]/255,a=t[2]/255;return[100*((1-n-(e=Math.min(1-n,1-i,1-a)))/(1-e)||0),100*((1-i-e)/(1-e)||0),100*((1-a-e)/(1-e)||0),100*e]}function l(t){return S[JSON.stringify(t)]}function u(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255;return[100*(.4124*(e=.04045<e?Math.pow((e+.055)/1.055,2.4):e/12.92)+.3576*(n=.04045<n?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(i=.04045<i?Math.pow((i+.055)/1.055,2.4):i/12.92)),100*(.2126*e+.7152*n+.0722*i),100*(.0193*e+.1192*n+.9505*i)]}function d(t){var e=u(t),n=e[0],i=e[1],a=e[2];return i/=100,a/=108.883,n=.008856<(n/=95.047)?Math.pow(n,1/3):7.787*n+16/116,[116*(i=.008856<i?Math.pow(i,1/3):7.787*i+16/116)-16,500*(n-i),200*(i-(a=.008856<a?Math.pow(a,1/3):7.787*a+16/116))]}function h(t){var e,n,i,a,r,o=t[0]/360,s=t[1]/100,l=t[2]/100;if(0==s)return[r=255*l,r,r];e=2*l-(n=l<.5?l*(1+s):l+s-l*s),a=[0,0,0];for(var u=0;u<3;u++)(i=o+1/3*-(u-1))<0&&i++,1<i&&i--,r=6*i<1?e+6*(n-e)*i:2*i<1?n:3*i<2?e+(n-e)*(2/3-i)*6:e,a[u]=255*r;return a}function c(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,a=Math.floor(e)%6,r=e-Math.floor(e),o=255*i*(1-n),s=255*i*(1-n*r),l=255*i*(1-n*(1-r));i*=255;switch(a){case 0:return[i,l,o];case 1:return[s,i,o];case 2:return[o,i,l];case 3:return[o,s,i];case 4:return[l,o,i];case 5:return[i,o,s]}}function f(t){var e,n,i,a,o=t[0]/360,s=t[1]/100,l=t[2]/100,u=s+l;switch(1<u&&(s/=u,l/=u),i=6*o-(e=Math.floor(6*o)),0!=(1&e)&&(i=1-i),a=s+i*((n=1-l)-s),e){default:case 6:case 0:r=n,g=a,b=s;break;case 1:r=a,g=n,b=s;break;case 2:r=s,g=n,b=a;break;case 3:r=s,g=a,b=n;break;case 4:r=a,g=s,b=n;break;case 5:r=n,g=s,b=a}return[255*r,255*g,255*b]}function m(t){var e=t[0]/100,n=t[1]/100,i=t[2]/100,a=t[3]/100;return[255*(1-Math.min(1,e*(1-a)+a)),255*(1-Math.min(1,n*(1-a)+a)),255*(1-Math.min(1,i*(1-a)+a))]}function p(t){var e,n,i,a=t[0]/100,r=t[1]/100,o=t[2]/100;return n=-.9689*a+1.8758*r+.0415*o,i=.0557*a+-.204*r+1.057*o,e=.0031308<(e=3.2406*a+-1.5372*r+-.4986*o)?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,n=.0031308<n?1.055*Math.pow(n,1/2.4)-.055:n*=12.92,i=.0031308<i?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,[255*(e=Math.min(Math.max(0,e),1)),255*(n=Math.min(Math.max(0,n),1)),255*(i=Math.min(Math.max(0,i),1))]}function v(t){var e=t[0],n=t[1],i=t[2];return n/=100,i/=108.883,e=.008856<(e/=95.047)?Math.pow(e,1/3):7.787*e+16/116,[116*(n=.008856<n?Math.pow(n,1/3):7.787*n+16/116)-16,500*(e-n),200*(n-(i=.008856<i?Math.pow(i,1/3):7.787*i+16/116))]}function y(t){var e,n,i,a,r=t[0],o=t[1],s=t[2];return a=r<=8?(n=100*r/903.3)/100*7.787+16/116:(n=100*Math.pow((r+16)/116,3),Math.pow(n/100,1/3)),[e=e/95.047<=.008856?e=95.047*(o/500+a-16/116)/7.787:95.047*Math.pow(o/500+a,3),n,i=i/108.883<=.008859?i=108.883*(a-s/200-16/116)/7.787:108.883*Math.pow(a-s/200,3)]}function x(t){var e,n=t[0],i=t[1],a=t[2];return(e=360*Math.atan2(a,i)/2/Math.PI)<0&&(e+=360),[n,Math.sqrt(i*i+a*a),e]}function _(t){return p(y(t))}function k(t){var e,n=t[0],i=t[1];return e=t[2]/360*2*Math.PI,[n,i*Math.cos(e),i*Math.sin(e)]}function w(t){return M[t]}e.exports={rgb2hsl:a,rgb2hsv:i,rgb2hwb:o,rgb2cmyk:s,rgb2keyword:l,rgb2xyz:u,rgb2lab:d,rgb2lch:function(t){return x(d(t))},hsl2rgb:h,hsl2hsv:function(t){var e=t[0],n=t[1]/100,i=t[2]/100;return 0!==i?[e,100*(2*(n*=(i*=2)<=1?i:2-i)/(i+n)),100*((i+n)/2)]:[0,0,0]},hsl2hwb:function(t){return o(h(t))},hsl2cmyk:function(t){return s(h(t))},hsl2keyword:function(t){return l(h(t))},hsv2rgb:c,hsv2hsl:function(t){var e,n,i=t[0],a=t[1]/100,r=t[2]/100;return e=a*r,[i,100*(e=(e/=(n=(2-a)*r)<=1?n:2-n)||0),100*(n/=2)]},hsv2hwb:function(t){return o(c(t))},hsv2cmyk:function(t){return s(c(t))},hsv2keyword:function(t){return l(c(t))},hwb2rgb:f,hwb2hsl:function(t){return a(f(t))},hwb2hsv:function(t){return i(f(t))},hwb2cmyk:function(t){return s(f(t))},hwb2keyword:function(t){return l(f(t))},cmyk2rgb:m,cmyk2hsl:function(t){return a(m(t))},cmyk2hsv:function(t){return i(m(t))},cmyk2hwb:function(t){return o(m(t))},cmyk2keyword:function(t){return l(m(t))},keyword2rgb:w,keyword2hsl:function(t){return a(w(t))},keyword2hsv:function(t){return i(w(t))},keyword2hwb:function(t){return o(w(t))},keyword2cmyk:function(t){return s(w(t))},keyword2lab:function(t){return d(w(t))},keyword2xyz:function(t){return u(w(t))},xyz2rgb:p,xyz2lab:v,xyz2lch:function(t){return x(v(t))},lab2xyz:y,lab2rgb:_,lab2lch:x,lch2lab:k,lch2xyz:function(t){return y(k(t))},lch2rgb:function(t){return _(k(t))}};var M={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},S={};for(var D in M)S[JSON.stringify(M[D])]=D},{}],4:[function(t,e,n){function a(){return new u}var r=t(3);for(var i in r){a[i+"Raw"]=function(e){return function(t){return"number"==typeof t&&(t=Array.prototype.slice.call(arguments)),r[e](t)}}(i);var o=/(\w+)2(\w+)/.exec(i),s=o[1],l=o[2];(a[s]=a[s]||{})[l]=a[i]=function(i){return function(t){"number"==typeof t&&(t=Array.prototype.slice.call(arguments));var e=r[i](t);if("string"==typeof e||void 0===e)return e;for(var n=0;n<e.length;n++)e[n]=Math.round(e[n]);return e}}(i)}var u=function(){this.convs={}};u.prototype.routeSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n))},u.prototype.setValues=function(t,e){return this.space=t,this.convs={},this.convs[t]=e,this},u.prototype.getValues=function(t){var e=this.convs[t];if(!e){var n=this.space,i=this.convs[n];e=a[n][t](i),this.convs[t]=e}return e},["rgb","hsl","hsv","cmyk","keyword"].forEach(function(e){u.prototype[e]=function(t){return this.routeSpace(e,arguments)}}),e.exports=a},{3:3}],5:[function(t,e,n){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],6:[function(jn,Un,t){var e,n;e=this,n=function(){"use strict";var t,a;function c(){return t.apply(null,arguments)}function o(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function s(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function r(t){return void 0===t}function l(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function u(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function i(t,e){var n,i=[];for(n=0;n<t.length;++n)i.push(e(t[n],n));return i}function f(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function d(t,e){for(var n in e)f(e,n)&&(t[n]=e[n]);return f(e,"toString")&&(t.toString=e.toString),f(e,"valueOf")&&(t.valueOf=e.valueOf),t}function h(t,e,n,i){return De(t,e,n,i,!0).utc()}function g(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function m(t){if(null==t._isValid){var e=g(t),n=a.call(e.parsedDateParts,function(t){return null!=t}),i=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n);if(t._strict&&(i=i&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return i;t._isValid=i}return t._isValid}function p(t){var e=h(NaN);return null!=t?d(g(e),t):g(e).userInvalidated=!0,e}a=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,i=0;i<n;i++)if(i in e&&t.call(this,e[i],i,e))return!0;return!1};var v=c.momentProperties=[];function y(t,e){var n,i,a;if(r(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),r(e._i)||(t._i=e._i),r(e._f)||(t._f=e._f),r(e._l)||(t._l=e._l),r(e._strict)||(t._strict=e._strict),r(e._tzm)||(t._tzm=e._tzm),r(e._isUTC)||(t._isUTC=e._isUTC),r(e._offset)||(t._offset=e._offset),r(e._pf)||(t._pf=g(e)),r(e._locale)||(t._locale=e._locale),0<v.length)for(n=0;n<v.length;n++)r(a=e[i=v[n]])||(t[i]=a);return t}var e=!1;function b(t){y(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===e&&(e=!0,c.updateOffset(this),e=!1)}function x(t){return t instanceof b||null!=t&&null!=t._isAMomentObject}function _(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function k(t){var e=+t,n=0;return 0!=e&&isFinite(e)&&(n=_(e)),n}function w(t,e,n){var i,a=Math.min(t.length,e.length),r=Math.abs(t.length-e.length),o=0;for(i=0;i<a;i++)(n&&t[i]!==e[i]||!n&&k(t[i])!==k(e[i]))&&o++;return o+r}function M(t){!1===c.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function n(a,r){var o=!0;return d(function(){if(null!=c.deprecationHandler&&c.deprecationHandler(null,a),o){for(var t,e=[],n=0;n<arguments.length;n++){if(t="","object"==typeof arguments[n]){for(var i in t+="\n["+n+"] ",arguments[0])t+=i+": "+arguments[0][i]+", ";t=t.slice(0,-2)}else t=arguments[n];e.push(t)}M(a+"\nArguments: "+Array.prototype.slice.call(e).join("")+"\n"+(new Error).stack),o=!1}return r.apply(this,arguments)},r)}var S,D={};function C(t,e){null!=c.deprecationHandler&&c.deprecationHandler(t,e),D[t]||(M(e),D[t]=!0)}function P(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function T(t,e){var n,i=d({},t);for(n in e)f(e,n)&&(s(t[n])&&s(e[n])?(i[n]={},d(i[n],t[n]),d(i[n],e[n])):null!=e[n]?i[n]=e[n]:delete i[n]);for(n in t)f(t,n)&&!f(e,n)&&s(t[n])&&(i[n]=d({},i[n]));return i}function O(t){null!=t&&this.set(t)}c.suppressDeprecationWarnings=!1,c.deprecationHandler=null,S=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)f(t,e)&&n.push(e);return n};var I={};function A(t,e){var n=t.toLowerCase();I[n]=I[n+"s"]=I[e]=t}function F(t){return"string"==typeof t?I[t]||I[t.toLowerCase()]:void 0}function R(t){var e,n,i={};for(n in t)f(t,n)&&(e=F(n))&&(i[e]=t[n]);return i}var L={};function W(t,e){L[t]=e}function Y(t,e,n){var i=""+Math.abs(t),a=e-i.length;return(0<=t?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+i}var N=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,z=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,H={},V={};function B(t,e,n,i){var a=i;"string"==typeof i&&(a=function(){return this[i]()}),t&&(V[t]=a),e&&(V[e[0]]=function(){return Y(a.apply(this,arguments),e[1],e[2])}),n&&(V[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),t)})}function E(t,e){return t.isValid()?(e=j(e,t.localeData()),H[e]=H[e]||function(i){var t,a,e,r=i.match(N);for(t=0,a=r.length;t<a;t++)V[r[t]]?r[t]=V[r[t]]:r[t]=(e=r[t]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(t){var e,n="";for(e=0;e<a;e++)n+=P(r[e])?r[e].call(t,i):r[e];return n}}(e),H[e](t)):t.localeData().invalidDate()}function j(t,e){var n=5;function i(t){return e.longDateFormat(t)||t}for(z.lastIndex=0;0<=n&&z.test(t);)t=t.replace(z,i),z.lastIndex=0,n-=1;return t}var U=/\d/,q=/\d\d/,G=/\d{3}/,Z=/\d{4}/,X=/[+-]?\d{6}/,J=/\d\d?/,K=/\d\d\d\d?/,$=/\d\d\d\d\d\d?/,Q=/\d{1,3}/,tt=/\d{1,4}/,et=/[+-]?\d{1,6}/,nt=/\d+/,it=/[+-]?\d+/,at=/Z|[+-]\d\d:?\d\d/gi,rt=/Z|[+-]\d\d(?::?\d\d)?/gi,ot=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,st={};function lt(t,n,i){st[t]=P(n)?n:function(t,e){return t&&i?i:n}}function ut(t,e){return f(st,t)?st[t](e._strict,e._locale):new RegExp(function(t){return dt(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,a){return e||n||i||a}))}(t))}function dt(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var ht={};function ct(t,n){var e,i=n;for("string"==typeof t&&(t=[t]),l(n)&&(i=function(t,e){e[n]=k(t)}),e=0;e<t.length;e++)ht[t[e]]=i}function ft(t,a){ct(t,function(t,e,n,i){n._w=n._w||{},a(t,n._w,n,i)})}var gt=0,mt=1,pt=2,vt=3,yt=4,bt=5,xt=6,_t=7,kt=8;function wt(t){return Mt(t)?366:365}function Mt(t){return t%4==0&&t%100!=0||t%400==0}B("Y",0,0,function(){var t=this.year();return t<=9999?""+t:"+"+t}),B(0,["YY",2],0,function(){return this.year()%100}),B(0,["YYYY",4],0,"year"),B(0,["YYYYY",5],0,"year"),B(0,["YYYYYY",6,!0],0,"year"),A("year","y"),W("year",1),lt("Y",it),lt("YY",J,q),lt("YYYY",tt,Z),lt("YYYYY",et,X),lt("YYYYYY",et,X),ct(["YYYYY","YYYYYY"],gt),ct("YYYY",function(t,e){e[gt]=2===t.length?c.parseTwoDigitYear(t):k(t)}),ct("YY",function(t,e){e[gt]=c.parseTwoDigitYear(t)}),ct("Y",function(t,e){e[gt]=parseInt(t,10)}),c.parseTwoDigitYear=function(t){return k(t)+(68<k(t)?1900:2e3)};var St,Dt=Ct("FullYear",!0);function Ct(e,n){return function(t){return null!=t?(Tt(this,e,t),c.updateOffset(this,n),this):Pt(this,e)}}function Pt(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function Tt(t,e,n){t.isValid()&&!isNaN(n)&&("FullYear"===e&&Mt(t.year())&&1===t.month()&&29===t.date()?t._d["set"+(t._isUTC?"UTC":"")+e](n,t.month(),Ot(n,t.month())):t._d["set"+(t._isUTC?"UTC":"")+e](n))}function Ot(t,e){if(isNaN(t)||isNaN(e))return NaN;var n=function(t,e){return(t%e+e)%e}(e,12);return t+=(e-n)/12,1===n?Mt(t)?29:28:31-n%7%2}St=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},B("M",["MM",2],"Mo",function(){return this.month()+1}),B("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),B("MMMM",0,0,function(t){return this.localeData().months(this,t)}),A("month","M"),W("month",8),lt("M",J),lt("MM",J,q),lt("MMM",function(t,e){return e.monthsShortRegex(t)}),lt("MMMM",function(t,e){return e.monthsRegex(t)}),ct(["M","MM"],function(t,e){e[mt]=k(t)-1}),ct(["MMM","MMMM"],function(t,e,n,i){var a=n._locale.monthsParse(t,i,n._strict);null!=a?e[mt]=a:g(n).invalidMonth=t});var It=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,At="January_February_March_April_May_June_July_August_September_October_November_December".split("_");var Ft="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function Rt(t,e){var n;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=k(e);else if(!l(e=t.localeData().monthsParse(e)))return t;return n=Math.min(t.date(),Ot(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function Lt(t){return null!=t?(Rt(this,t),c.updateOffset(this,!0),this):Pt(this,"Month")}var Wt=ot;var Yt=ot;function Nt(){function t(t,e){return e.length-t.length}var e,n,i=[],a=[],r=[];for(e=0;e<12;e++)n=h([2e3,e]),i.push(this.monthsShort(n,"")),a.push(this.months(n,"")),r.push(this.months(n,"")),r.push(this.monthsShort(n,""));for(i.sort(t),a.sort(t),r.sort(t),e=0;e<12;e++)i[e]=dt(i[e]),a[e]=dt(a[e]);for(e=0;e<24;e++)r[e]=dt(r[e]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function zt(t){var e=new Date(Date.UTC.apply(null,arguments));return t<100&&0<=t&&isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t),e}function Ht(t,e,n){var i=7+e-n;return i-(7+zt(t,0,i).getUTCDay()-e)%7-1}function Vt(t,e,n,i,a){var r,o,s=1+7*(e-1)+(7+n-i)%7+Ht(t,i,a);return o=s<=0?wt(r=t-1)+s:s>wt(t)?(r=t+1,s-wt(t)):(r=t,s),{year:r,dayOfYear:o}}function Bt(t,e,n){var i,a,r=Ht(t.year(),e,n),o=Math.floor((t.dayOfYear()-r-1)/7)+1;return o<1?i=o+Et(a=t.year()-1,e,n):o>Et(t.year(),e,n)?(i=o-Et(t.year(),e,n),a=t.year()+1):(a=t.year(),i=o),{week:i,year:a}}function Et(t,e,n){var i=Ht(t,e,n),a=Ht(t+1,e,n);return(wt(t)-i+a)/7}B("w",["ww",2],"wo","week"),B("W",["WW",2],"Wo","isoWeek"),A("week","w"),A("isoWeek","W"),W("week",5),W("isoWeek",5),lt("w",J),lt("ww",J,q),lt("W",J),lt("WW",J,q),ft(["w","ww","W","WW"],function(t,e,n,i){e[i.substr(0,1)]=k(t)});B("d",0,"do","day"),B("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),B("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),B("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),B("e",0,0,"weekday"),B("E",0,0,"isoWeekday"),A("day","d"),A("weekday","e"),A("isoWeekday","E"),W("day",11),W("weekday",11),W("isoWeekday",11),lt("d",J),lt("e",J),lt("E",J),lt("dd",function(t,e){return e.weekdaysMinRegex(t)}),lt("ddd",function(t,e){return e.weekdaysShortRegex(t)}),lt("dddd",function(t,e){return e.weekdaysRegex(t)}),ft(["dd","ddd","dddd"],function(t,e,n,i){var a=n._locale.weekdaysParse(t,i,n._strict);null!=a?e.d=a:g(n).invalidWeekday=t}),ft(["d","e","E"],function(t,e,n,i){e[i]=k(t)});var jt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_");var Ut="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_");var qt="Su_Mo_Tu_We_Th_Fr_Sa".split("_");var Gt=ot;var Zt=ot;var Xt=ot;function Jt(){function t(t,e){return e.length-t.length}var e,n,i,a,r,o=[],s=[],l=[],u=[];for(e=0;e<7;e++)n=h([2e3,1]).day(e),i=this.weekdaysMin(n,""),a=this.weekdaysShort(n,""),r=this.weekdays(n,""),o.push(i),s.push(a),l.push(r),u.push(i),u.push(a),u.push(r);for(o.sort(t),s.sort(t),l.sort(t),u.sort(t),e=0;e<7;e++)s[e]=dt(s[e]),l[e]=dt(l[e]),u[e]=dt(u[e]);this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Kt(){return this.hours()%12||12}function $t(t,e){B(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function Qt(t,e){return e._meridiemParse}B("H",["HH",2],0,"hour"),B("h",["hh",2],0,Kt),B("k",["kk",2],0,function(){return this.hours()||24}),B("hmm",0,0,function(){return""+Kt.apply(this)+Y(this.minutes(),2)}),B("hmmss",0,0,function(){return""+Kt.apply(this)+Y(this.minutes(),2)+Y(this.seconds(),2)}),B("Hmm",0,0,function(){return""+this.hours()+Y(this.minutes(),2)}),B("Hmmss",0,0,function(){return""+this.hours()+Y(this.minutes(),2)+Y(this.seconds(),2)}),$t("a",!0),$t("A",!1),A("hour","h"),W("hour",13),lt("a",Qt),lt("A",Qt),lt("H",J),lt("h",J),lt("k",J),lt("HH",J,q),lt("hh",J,q),lt("kk",J,q),lt("hmm",K),lt("hmmss",$),lt("Hmm",K),lt("Hmmss",$),ct(["H","HH"],vt),ct(["k","kk"],function(t,e,n){var i=k(t);e[vt]=24===i?0:i}),ct(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),ct(["h","hh"],function(t,e,n){e[vt]=k(t),g(n).bigHour=!0}),ct("hmm",function(t,e,n){var i=t.length-2;e[vt]=k(t.substr(0,i)),e[yt]=k(t.substr(i)),g(n).bigHour=!0}),ct("hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[vt]=k(t.substr(0,i)),e[yt]=k(t.substr(i,2)),e[bt]=k(t.substr(a)),g(n).bigHour=!0}),ct("Hmm",function(t,e,n){var i=t.length-2;e[vt]=k(t.substr(0,i)),e[yt]=k(t.substr(i))}),ct("Hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[vt]=k(t.substr(0,i)),e[yt]=k(t.substr(i,2)),e[bt]=k(t.substr(a))});var te,ee=Ct("Hours",!0),ne={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:At,monthsShort:Ft,week:{dow:0,doy:6},weekdays:jt,weekdaysMin:qt,weekdaysShort:Ut,meridiemParse:/[ap]\.?m?\.?/i},ie={},ae={};function re(t){return t?t.toLowerCase().replace("_","-"):t}function oe(t){var e=null;if(!ie[t]&&void 0!==Un&&Un&&Un.exports)try{e=te._abbr,jn("./locale/"+t),se(e)}catch(t){}return ie[t]}function se(t,e){var n;return t&&(n=r(e)?ue(t):le(t,e))&&(te=n),te._abbr}function le(t,e){if(null===e)return delete ie[t],null;var n=ne;if(e.abbr=t,null!=ie[t])C("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=ie[t]._config;else if(null!=e.parentLocale){if(null==ie[e.parentLocale])return ae[e.parentLocale]||(ae[e.parentLocale]=[]),ae[e.parentLocale].push({name:t,config:e}),null;n=ie[e.parentLocale]._config}return ie[t]=new O(T(n,e)),ae[t]&&ae[t].forEach(function(t){le(t.name,t.config)}),se(t),ie[t]}function ue(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return te;if(!o(t)){if(e=oe(t))return e;t=[t]}return function(t){for(var e,n,i,a,r=0;r<t.length;){for(e=(a=re(t[r]).split("-")).length,n=(n=re(t[r+1]))?n.split("-"):null;0<e;){if(i=oe(a.slice(0,e).join("-")))return i;if(n&&n.length>=e&&w(a,n,!0)>=e-1)break;e--}r++}return null}(t)}function de(t){var e,n=t._a;return n&&-2===g(t).overflow&&(e=n[mt]<0||11<n[mt]?mt:n[pt]<1||n[pt]>Ot(n[gt],n[mt])?pt:n[vt]<0||24<n[vt]||24===n[vt]&&(0!==n[yt]||0!==n[bt]||0!==n[xt])?vt:n[yt]<0||59<n[yt]?yt:n[bt]<0||59<n[bt]?bt:n[xt]<0||999<n[xt]?xt:-1,g(t)._overflowDayOfYear&&(e<gt||pt<e)&&(e=pt),g(t)._overflowWeeks&&-1===e&&(e=_t),g(t)._overflowWeekday&&-1===e&&(e=kt),g(t).overflow=e),t}function he(t,e,n){return null!=t?t:null!=e?e:n}function ce(t){var e,n,i,a,r,o=[];if(!t._d){for(i=function(t){var e=new Date(c.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[pt]&&null==t._a[mt]&&function(t){var e,n,i,a,r,o,s,l;if(null!=(e=t._w).GG||null!=e.W||null!=e.E)r=1,o=4,n=he(e.GG,t._a[gt],Bt(Ce(),1,4).year),i=he(e.W,1),((a=he(e.E,1))<1||7<a)&&(l=!0);else{r=t._locale._week.dow,o=t._locale._week.doy;var u=Bt(Ce(),r,o);n=he(e.gg,t._a[gt],u.year),i=he(e.w,u.week),null!=e.d?((a=e.d)<0||6<a)&&(l=!0):null!=e.e?(a=e.e+r,(e.e<0||6<e.e)&&(l=!0)):a=r}i<1||i>Et(n,r,o)?g(t)._overflowWeeks=!0:null!=l?g(t)._overflowWeekday=!0:(s=Vt(n,i,a,r,o),t._a[gt]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(r=he(t._a[gt],i[gt]),(t._dayOfYear>wt(r)||0===t._dayOfYear)&&(g(t)._overflowDayOfYear=!0),n=zt(r,0,t._dayOfYear),t._a[mt]=n.getUTCMonth(),t._a[pt]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=o[e]=i[e];for(;e<7;e++)t._a[e]=o[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[vt]&&0===t._a[yt]&&0===t._a[bt]&&0===t._a[xt]&&(t._nextDay=!0,t._a[vt]=0),t._d=(t._useUTC?zt:function(t,e,n,i,a,r,o){var s=new Date(t,e,n,i,a,r,o);return t<100&&0<=t&&isFinite(s.getFullYear())&&s.setFullYear(t),s}).apply(null,o),a=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[vt]=24),t._w&&void 0!==t._w.d&&t._w.d!==a&&(g(t).weekdayMismatch=!0)}}var fe=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ge=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,me=/Z|[+-]\d\d(?::?\d\d)?/,pe=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],ve=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ye=/^\/?Date\((\-?\d+)/i;function be(t){var e,n,i,a,r,o,s=t._i,l=fe.exec(s)||ge.exec(s);if(l){for(g(t).iso=!0,e=0,n=pe.length;e<n;e++)if(pe[e][1].exec(l[1])){a=pe[e][0],i=!1!==pe[e][2];break}if(null==a)return void(t._isValid=!1);if(l[3]){for(e=0,n=ve.length;e<n;e++)if(ve[e][1].exec(l[3])){r=(l[2]||" ")+ve[e][0];break}if(null==r)return void(t._isValid=!1)}if(!i&&null!=r)return void(t._isValid=!1);if(l[4]){if(!me.exec(l[4]))return void(t._isValid=!1);o="Z"}t._f=a+(r||"")+(o||""),Me(t)}else t._isValid=!1}var xe=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function _e(t,e,n,i,a,r){var o=[function(t){var e=parseInt(t,10);{if(e<=49)return 2e3+e;if(e<=999)return 1900+e}return e}(t),Ft.indexOf(e),parseInt(n,10),parseInt(i,10),parseInt(a,10)];return r&&o.push(parseInt(r,10)),o}var ke={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function we(t){var e=xe.exec(function(t){return t.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t._i));if(e){var n=_e(e[4],e[3],e[2],e[5],e[6],e[7]);if(!function(t,e,n){return!t||Ut.indexOf(t)===new Date(e[0],e[1],e[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1)}(e[1],n,t))return;t._a=n,t._tzm=function(t,e,n){if(t)return ke[t];if(e)return 0;var i=parseInt(n,10),a=i%100;return 60*((i-a)/100)+a}(e[8],e[9],e[10]),t._d=zt.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),g(t).rfc2822=!0}else t._isValid=!1}function Me(t){if(t._f!==c.ISO_8601)if(t._f!==c.RFC_2822){t._a=[],g(t).empty=!0;var e,n,i,a,r,o,s,l,u=""+t._i,d=u.length,h=0;for(i=j(t._f,t._locale).match(N)||[],e=0;e<i.length;e++)a=i[e],(n=(u.match(ut(a,t))||[])[0])&&(0<(r=u.substr(0,u.indexOf(n))).length&&g(t).unusedInput.push(r),u=u.slice(u.indexOf(n)+n.length),h+=n.length),V[a]?(n?g(t).empty=!1:g(t).unusedTokens.push(a),o=a,l=t,null!=(s=n)&&f(ht,o)&&ht[o](s,l._a,l,o)):t._strict&&!n&&g(t).unusedTokens.push(a);g(t).charsLeftOver=d-h,0<u.length&&g(t).unusedInput.push(u),t._a[vt]<=12&&!0===g(t).bigHour&&0<t._a[vt]&&(g(t).bigHour=void 0),g(t).parsedDateParts=t._a.slice(0),g(t).meridiem=t._meridiem,t._a[vt]=function(t,e,n){var i;if(null==n)return e;return null!=t.meridiemHour?t.meridiemHour(e,n):(null!=t.isPM&&((i=t.isPM(n))&&e<12&&(e+=12),i||12!==e||(e=0)),e)}(t._locale,t._a[vt],t._meridiem),ce(t),de(t)}else we(t);else be(t)}function Se(t){var e=t._i,n=t._f;return t._locale=t._locale||ue(t._l),null===e||void 0===n&&""===e?p({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),x(e)?new b(de(e)):(u(e)?t._d=e:o(n)?function(t){var e,n,i,a,r;if(0===t._f.length)return g(t).invalidFormat=!0,t._d=new Date(NaN);for(a=0;a<t._f.length;a++)r=0,e=y({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[a],Me(e),m(e)&&(r+=g(e).charsLeftOver,r+=10*g(e).unusedTokens.length,g(e).score=r,(null==i||r<i)&&(i=r,n=e));d(t,n||e)}(t):n?Me(t):function(t){var e=t._i;r(e)?t._d=new Date(c.now()):u(e)?t._d=new Date(e.valueOf()):"string"==typeof e?function(t){var e=ye.exec(t._i);null===e?(be(t),!1===t._isValid&&(delete t._isValid,we(t),!1===t._isValid&&(delete t._isValid,c.createFromInputFallback(t)))):t._d=new Date(+e[1])}(t):o(e)?(t._a=i(e.slice(0),function(t){return parseInt(t,10)}),ce(t)):s(e)?function(t){if(!t._d){var e=R(t._i);t._a=i([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],function(t){return t&&parseInt(t,10)}),ce(t)}}(t):l(e)?t._d=new Date(e):c.createFromInputFallback(t)}(t),m(t)||(t._d=null),t))}function De(t,e,n,i,a){var r={};return!0!==n&&!1!==n||(i=n,n=void 0),(s(t)&&function(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(t.hasOwnProperty(e))return!1;return!0}(t)||o(t)&&0===t.length)&&(t=void 0),r._isAMomentObject=!0,r._useUTC=r._isUTC=a,r._l=n,r._i=t,r._f=e,r._strict=i,function(t){var e=new b(de(Se(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}(r)}function Ce(t,e,n,i){return De(t,e,n,i,!1)}c.createFromInputFallback=n("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),c.ISO_8601=function(){},c.RFC_2822=function(){};var Pe=n("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Ce.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:p()}),Te=n("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Ce.apply(null,arguments);return this.isValid()&&t.isValid()?this<t?this:t:p()});function Oe(t,e){var n,i;if(1===e.length&&o(e[0])&&(e=e[0]),!e.length)return Ce();for(n=e[0],i=1;i<e.length;++i)e[i].isValid()&&!e[i][t](n)||(n=e[i]);return n}var Ie=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Ae(t){var e=R(t),n=e.year||0,i=e.quarter||0,a=e.month||0,r=e.week||0,o=e.day||0,s=e.hour||0,l=e.minute||0,u=e.second||0,d=e.millisecond||0;this._isValid=function(t){for(var e in t)if(-1===St.call(Ie,e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,i=0;i<Ie.length;++i)if(t[Ie[i]]){if(n)return!1;parseFloat(t[Ie[i]])!==k(t[Ie[i]])&&(n=!0)}return!0}(e),this._milliseconds=+d+1e3*u+6e4*l+1e3*s*60*60,this._days=+o+7*r,this._months=+a+3*i+12*n,this._data={},this._locale=ue(),this._bubble()}function Fe(t){return t instanceof Ae}function Re(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Le(t,n){B(t,0,0,function(){var t=this.utcOffset(),e="+";return t<0&&(t=-t,e="-"),e+Y(~~(t/60),2)+n+Y(~~t%60,2)})}Le("Z",":"),Le("ZZ",""),lt("Z",rt),lt("ZZ",rt),ct(["Z","ZZ"],function(t,e,n){n._useUTC=!0,n._tzm=Ye(rt,t)});var We=/([\+\-]|\d\d)/gi;function Ye(t,e){var n=(e||"").match(t);if(null===n)return null;var i=((n[n.length-1]||[])+"").match(We)||["-",0,0],a=60*i[1]+k(i[2]);return 0===a?0:"+"===i[0]?a:-a}function Ne(t,e){var n,i;return e._isUTC?(n=e.clone(),i=(x(t)||u(t)?t.valueOf():Ce(t).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+i),c.updateOffset(n,!1),n):Ce(t).local()}function ze(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function He(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}c.updateOffset=function(){};var Ve=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Be=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ee(t,e){var n,i,a,r=t,o=null;return Fe(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:l(t)?(r={},e?r[e]=t:r.milliseconds=t):(o=Ve.exec(t))?(n="-"===o[1]?-1:1,r={y:0,d:k(o[pt])*n,h:k(o[vt])*n,m:k(o[yt])*n,s:k(o[bt])*n,ms:k(Re(1e3*o[xt]))*n}):(o=Be.exec(t))?(n="-"===o[1]?-1:(o[1],1),r={y:je(o[2],n),M:je(o[3],n),w:je(o[4],n),d:je(o[5],n),h:je(o[6],n),m:je(o[7],n),s:je(o[8],n)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(a=function(t,e){var n;if(!t.isValid()||!e.isValid())return{milliseconds:0,months:0};e=Ne(e,t),t.isBefore(e)?n=Ue(t,e):((n=Ue(e,t)).milliseconds=-n.milliseconds,n.months=-n.months);return n}(Ce(r.from),Ce(r.to)),(r={}).ms=a.milliseconds,r.M=a.months),i=new Ae(r),Fe(t)&&f(t,"_locale")&&(i._locale=t._locale),i}function je(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Ue(t,e){var n={milliseconds:0,months:0};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=e-t.clone().add(n.months,"M"),n}function qe(i,a){return function(t,e){var n;return null===e||isNaN(+e)||(C(a,"moment()."+a+"(period, number) is deprecated. Please use moment()."+a+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=t,t=e,e=n),Ge(this,Ee(t="string"==typeof t?+t:t,e),i),this}}function Ge(t,e,n,i){var a=e._milliseconds,r=Re(e._days),o=Re(e._months);t.isValid()&&(i=null==i||i,o&&Rt(t,Pt(t,"Month")+o*n),r&&Tt(t,"Date",Pt(t,"Date")+r*n),a&&t._d.setTime(t._d.valueOf()+a*n),i&&c.updateOffset(t,r||o))}Ee.fn=Ae.prototype,Ee.invalid=function(){return Ee(NaN)};var Ze=qe(1,"add"),Xe=qe(-1,"subtract");function Je(t,e){var n=12*(e.year()-t.year())+(e.month()-t.month()),i=t.clone().add(n,"months");return-(n+(e-i<0?(e-i)/(i-t.clone().add(n-1,"months")):(e-i)/(t.clone().add(1+n,"months")-i)))||0}function Ke(t){var e;return void 0===t?this._locale._abbr:(null!=(e=ue(t))&&(this._locale=e),this)}c.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",c.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var $e=n("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return void 0===t?this.localeData():this.locale(t)});function Qe(){return this._locale}function tn(t,e){B(0,[t,t.length],0,e)}function en(t,e,n,i,a){var r;return null==t?Bt(this,i,a).year:((r=Et(t,i,a))<e&&(e=r),function(t,e,n,i,a){var r=Vt(t,e,n,i,a),o=zt(r.year,0,r.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}.call(this,t,e,n,i,a))}B(0,["gg",2],0,function(){return this.weekYear()%100}),B(0,["GG",2],0,function(){return this.isoWeekYear()%100}),tn("gggg","weekYear"),tn("ggggg","weekYear"),tn("GGGG","isoWeekYear"),tn("GGGGG","isoWeekYear"),A("weekYear","gg"),A("isoWeekYear","GG"),W("weekYear",1),W("isoWeekYear",1),lt("G",it),lt("g",it),lt("GG",J,q),lt("gg",J,q),lt("GGGG",tt,Z),lt("gggg",tt,Z),lt("GGGGG",et,X),lt("ggggg",et,X),ft(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,i){e[i.substr(0,2)]=k(t)}),ft(["gg","GG"],function(t,e,n,i){e[i]=c.parseTwoDigitYear(t)}),B("Q",0,"Qo","quarter"),A("quarter","Q"),W("quarter",7),lt("Q",U),ct("Q",function(t,e){e[mt]=3*(k(t)-1)}),B("D",["DD",2],"Do","date"),A("date","D"),W("date",9),lt("D",J),lt("DD",J,q),lt("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient}),ct(["D","DD"],pt),ct("Do",function(t,e){e[pt]=k(t.match(J)[0])});var nn=Ct("Date",!0);B("DDD",["DDDD",3],"DDDo","dayOfYear"),A("dayOfYear","DDD"),W("dayOfYear",4),lt("DDD",Q),lt("DDDD",G),ct(["DDD","DDDD"],function(t,e,n){n._dayOfYear=k(t)}),B("m",["mm",2],0,"minute"),A("minute","m"),W("minute",14),lt("m",J),lt("mm",J,q),ct(["m","mm"],yt);var an=Ct("Minutes",!1);B("s",["ss",2],0,"second"),A("second","s"),W("second",15),lt("s",J),lt("ss",J,q),ct(["s","ss"],bt);var rn,on=Ct("Seconds",!1);for(B("S",0,0,function(){return~~(this.millisecond()/100)}),B(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),B(0,["SSS",3],0,"millisecond"),B(0,["SSSS",4],0,function(){return 10*this.millisecond()}),B(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),B(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),B(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),B(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),B(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),A("millisecond","ms"),W("millisecond",16),lt("S",Q,U),lt("SS",Q,q),lt("SSS",Q,G),rn="SSSS";rn.length<=9;rn+="S")lt(rn,nt);function sn(t,e){e[xt]=k(1e3*("0."+t))}for(rn="S";rn.length<=9;rn+="S")ct(rn,sn);var ln=Ct("Milliseconds",!1);B("z",0,0,"zoneAbbr"),B("zz",0,0,"zoneName");var un=b.prototype;function dn(t){return t}un.add=Ze,un.calendar=function(t,e){var n=t||Ce(),i=Ne(n,this).startOf("day"),a=c.calendarFormat(this,i)||"sameElse",r=e&&(P(e[a])?e[a].call(this,n):e[a]);return this.format(r||this.localeData().calendar(a,this,Ce(n)))},un.clone=function(){return new b(this)},un.diff=function(t,e,n){var i,a,r;if(!this.isValid())return NaN;if(!(i=Ne(t,this)).isValid())return NaN;switch(a=6e4*(i.utcOffset()-this.utcOffset()),e=F(e)){case"year":r=Je(this,i)/12;break;case"month":r=Je(this,i);break;case"quarter":r=Je(this,i)/3;break;case"second":r=(this-i)/1e3;break;case"minute":r=(this-i)/6e4;break;case"hour":r=(this-i)/36e5;break;case"day":r=(this-i-a)/864e5;break;case"week":r=(this-i-a)/6048e5;break;default:r=this-i}return n?r:_(r)},un.endOf=function(t){return void 0===(t=F(t))||"millisecond"===t?this:("date"===t&&(t="day"),this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms"))},un.format=function(t){t=t||(this.isUtc()?c.defaultFormatUtc:c.defaultFormat);var e=E(this,t);return this.localeData().postformat(e)},un.from=function(t,e){return this.isValid()&&(x(t)&&t.isValid()||Ce(t).isValid())?Ee({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},un.fromNow=function(t){return this.from(Ce(),t)},un.to=function(t,e){return this.isValid()&&(x(t)&&t.isValid()||Ce(t).isValid())?Ee({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},un.toNow=function(t){return this.to(Ce(),t)},un.get=function(t){return P(this[t=F(t)])?this[t]():this},un.invalidAt=function(){return g(this).overflow},un.isAfter=function(t,e){var n=x(t)?t:Ce(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=F(r(e)?"millisecond":e))?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())},un.isBefore=function(t,e){var n=x(t)?t:Ce(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=F(r(e)?"millisecond":e))?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())},un.isBetween=function(t,e,n,i){return("("===(i=i||"()")[0]?this.isAfter(t,n):!this.isBefore(t,n))&&(")"===i[1]?this.isBefore(e,n):!this.isAfter(e,n))},un.isSame=function(t,e){var n,i=x(t)?t:Ce(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(e=F(e||"millisecond"))?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))},un.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},un.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},un.isValid=function(){return m(this)},un.lang=$e,un.locale=Ke,un.localeData=Qe,un.max=Te,un.min=Pe,un.parsingFlags=function(){return d({},g(this))},un.set=function(t,e){if("object"==typeof t)for(var n=function(t){var e=[];for(var n in t)e.push({unit:n,priority:L[n]});return e.sort(function(t,e){return t.priority-e.priority}),e}(t=R(t)),i=0;i<n.length;i++)this[n[i].unit](t[n[i].unit]);else if(P(this[t=F(t)]))return this[t](e);return this},un.startOf=function(t){switch(t=F(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===t&&this.weekday(0),"isoWeek"===t&&this.isoWeekday(1),"quarter"===t&&this.month(3*Math.floor(this.month()/3)),this},un.subtract=Xe,un.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},un.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},un.toDate=function(){return new Date(this.valueOf())},un.toISOString=function(t){if(!this.isValid())return null;var e=!0!==t,n=e?this.clone().utc():this;return n.year()<0||9999<n.year()?E(n,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):P(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this._d.valueOf()).toISOString().replace("Z",E(n,"Z")):E(n,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},un.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a=e+'[")]';return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+a)},un.toJSON=function(){return this.isValid()?this.toISOString():null},un.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},un.unix=function(){return Math.floor(this.valueOf()/1e3)},un.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},un.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},un.year=Dt,un.isLeapYear=function(){return Mt(this.year())},un.weekYear=function(t){return en.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},un.isoWeekYear=function(t){return en.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},un.quarter=un.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},un.month=Lt,un.daysInMonth=function(){return Ot(this.year(),this.month())},un.week=un.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},un.isoWeek=un.isoWeeks=function(t){var e=Bt(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},un.weeksInYear=function(){var t=this.localeData()._week;return Et(this.year(),t.dow,t.doy)},un.isoWeeksInYear=function(){return Et(this.year(),1,4)},un.date=nn,un.day=un.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},un.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},un.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null==t)return this.day()||7;var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)},un.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},un.hour=un.hours=ee,un.minute=un.minutes=an,un.second=un.seconds=on,un.millisecond=un.milliseconds=ln,un.utcOffset=function(t,e,n){var i,a=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null==t)return this._isUTC?a:ze(this);if("string"==typeof t){if(null===(t=Ye(rt,t)))return this}else Math.abs(t)<16&&!n&&(t*=60);return!this._isUTC&&e&&(i=ze(this)),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),a!==t&&(!e||this._changeInProgress?Ge(this,Ee(t-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,c.updateOffset(this,!0),this._changeInProgress=null)),this},un.utc=function(t){return this.utcOffset(0,t)},un.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(ze(this),"m")),this},un.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ye(at,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},un.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?Ce(t).utcOffset():0,(this.utcOffset()-t)%60==0)},un.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},un.isLocal=function(){return!!this.isValid()&&!this._isUTC},un.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},un.isUtc=He,un.isUTC=He,un.zoneAbbr=function(){return this._isUTC?"UTC":""},un.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},un.dates=n("dates accessor is deprecated. Use date instead.",nn),un.months=n("months accessor is deprecated. Use month instead",Lt),un.years=n("years accessor is deprecated. Use year instead",Dt),un.zone=n("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}),un.isDSTShifted=n("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!r(this._isDSTShifted))return this._isDSTShifted;var t={};if(y(t,this),(t=Se(t))._a){var e=t._isUTC?h(t._a):Ce(t._a);this._isDSTShifted=this.isValid()&&0<w(t._a,e.toArray())}else this._isDSTShifted=!1;return this._isDSTShifted});var hn=O.prototype;function cn(t,e,n,i){var a=ue(),r=h().set(i,e);return a[n](r,t)}function fn(t,e,n){if(l(t)&&(e=t,t=void 0),t=t||"",null!=e)return cn(t,e,n,"month");var i,a=[];for(i=0;i<12;i++)a[i]=cn(t,i,n,"month");return a}function gn(t,e,n,i){e=("boolean"==typeof t?l(e)&&(n=e,e=void 0):(e=t,t=!1,l(n=e)&&(n=e,e=void 0)),e||"");var a,r=ue(),o=t?r._week.dow:0;if(null!=n)return cn(e,(n+o)%7,i,"day");var s=[];for(a=0;a<7;a++)s[a]=cn(e,(a+o)%7,i,"day");return s}hn.calendar=function(t,e,n){var i=this._calendar[t]||this._calendar.sameElse;return P(i)?i.call(e,n):i},hn.longDateFormat=function(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])},hn.invalidDate=function(){return this._invalidDate},hn.ordinal=function(t){return this._ordinal.replace("%d",t)},hn.preparse=dn,hn.postformat=dn,hn.relativeTime=function(t,e,n,i){var a=this._relativeTime[n];return P(a)?a(t,e,n,i):a.replace(/%d/i,t)},hn.pastFuture=function(t,e){var n=this._relativeTime[0<t?"future":"past"];return P(n)?n(e):n.replace(/%s/i,e)},hn.set=function(t){var e,n;for(n in t)P(e=t[n])?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},hn.months=function(t,e){return t?o(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||It).test(e)?"format":"standalone"][t.month()]:o(this._months)?this._months:this._months.standalone},hn.monthsShort=function(t,e){return t?o(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[It.test(e)?"format":"standalone"][t.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},hn.monthsParse=function(t,e,n){var i,a,r;if(this._monthsParseExact)return function(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)r=h([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(r,"").toLocaleLowerCase();return n?"MMM"===e?-1!==(a=St.call(this._shortMonthsParse,o))?a:null:-1!==(a=St.call(this._longMonthsParse,o))?a:null:"MMM"===e?-1!==(a=St.call(this._shortMonthsParse,o))?a:-1!==(a=St.call(this._longMonthsParse,o))?a:null:-1!==(a=St.call(this._longMonthsParse,o))?a:-1!==(a=St.call(this._shortMonthsParse,o))?a:null}.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=h([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(r="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(r.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}},hn.monthsRegex=function(t){return this._monthsParseExact?(f(this,"_monthsRegex")||Nt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(f(this,"_monthsRegex")||(this._monthsRegex=Yt),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},hn.monthsShortRegex=function(t){return this._monthsParseExact?(f(this,"_monthsRegex")||Nt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(f(this,"_monthsShortRegex")||(this._monthsShortRegex=Wt),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},hn.week=function(t){return Bt(t,this._week.dow,this._week.doy).week},hn.firstDayOfYear=function(){return this._week.doy},hn.firstDayOfWeek=function(){return this._week.dow},hn.weekdays=function(t,e){return t?o(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(e)?"format":"standalone"][t.day()]:o(this._weekdays)?this._weekdays:this._weekdays.standalone},hn.weekdaysMin=function(t){return t?this._weekdaysMin[t.day()]:this._weekdaysMin},hn.weekdaysShort=function(t){return t?this._weekdaysShort[t.day()]:this._weekdaysShort},hn.weekdaysParse=function(t,e,n){var i,a,r;if(this._weekdaysParseExact)return function(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)r=h([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(r,"").toLocaleLowerCase();return n?"dddd"===e?-1!==(a=St.call(this._weekdaysParse,o))?a:null:"ddd"===e?-1!==(a=St.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=St.call(this._minWeekdaysParse,o))?a:null:"dddd"===e?-1!==(a=St.call(this._weekdaysParse,o))?a:-1!==(a=St.call(this._shortWeekdaysParse,o))?a:-1!==(a=St.call(this._minWeekdaysParse,o))?a:null:"ddd"===e?-1!==(a=St.call(this._shortWeekdaysParse,o))?a:-1!==(a=St.call(this._weekdaysParse,o))?a:-1!==(a=St.call(this._minWeekdaysParse,o))?a:null:-1!==(a=St.call(this._minWeekdaysParse,o))?a:-1!==(a=St.call(this._weekdaysParse,o))?a:-1!==(a=St.call(this._shortWeekdaysParse,o))?a:null}.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(a=h([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(a,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(a,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(a,"").replace(".",".?")+"$","i")),this._weekdaysParse[i]||(r="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[i]=new RegExp(r.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[i].test(t))return i;if(n&&"ddd"===e&&this._shortWeekdaysParse[i].test(t))return i;if(n&&"dd"===e&&this._minWeekdaysParse[i].test(t))return i;if(!n&&this._weekdaysParse[i].test(t))return i}},hn.weekdaysRegex=function(t){return this._weekdaysParseExact?(f(this,"_weekdaysRegex")||Jt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(f(this,"_weekdaysRegex")||(this._weekdaysRegex=Gt),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},hn.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(f(this,"_weekdaysRegex")||Jt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(f(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Zt),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},hn.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(f(this,"_weekdaysRegex")||Jt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(f(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Xt),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},hn.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},hn.meridiem=function(t,e,n){return 11<t?n?"pm":"PM":n?"am":"AM"},se("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===k(t%100/10)?"th":1==e?"st":2==e?"nd":3==e?"rd":"th")}}),c.lang=n("moment.lang is deprecated. Use moment.locale instead.",se),c.langData=n("moment.langData is deprecated. Use moment.localeData instead.",ue);var mn=Math.abs;function pn(t,e,n,i){var a=Ee(e,n);return t._milliseconds+=i*a._milliseconds,t._days+=i*a._days,t._months+=i*a._months,t._bubble()}function vn(t){return t<0?Math.floor(t):Math.ceil(t)}function yn(t){return 4800*t/146097}function bn(t){return 146097*t/4800}function xn(t){return function(){return this.as(t)}}var _n=xn("ms"),kn=xn("s"),wn=xn("m"),Mn=xn("h"),Sn=xn("d"),Dn=xn("w"),Cn=xn("M"),Pn=xn("y");function Tn(t){return function(){return this.isValid()?this._data[t]:NaN}}var On=Tn("milliseconds"),In=Tn("seconds"),An=Tn("minutes"),Fn=Tn("hours"),Rn=Tn("days"),Ln=Tn("months"),Wn=Tn("years");var Yn=Math.round,Nn={ss:44,s:45,m:45,h:22,d:26,M:11};function zn(t,e,n){var i=Ee(t).abs(),a=Yn(i.as("s")),r=Yn(i.as("m")),o=Yn(i.as("h")),s=Yn(i.as("d")),l=Yn(i.as("M")),u=Yn(i.as("y")),d=a<=Nn.ss&&["s",a]||a<Nn.s&&["ss",a]||r<=1&&["m"]||r<Nn.m&&["mm",r]||o<=1&&["h"]||o<Nn.h&&["hh",o]||s<=1&&["d"]||s<Nn.d&&["dd",s]||l<=1&&["M"]||l<Nn.M&&["MM",l]||u<=1&&["y"]||["yy",u];return d[2]=e,d[3]=0<+t,d[4]=n,function(t,e,n,i,a){return a.relativeTime(e||1,!!n,t,i)}.apply(null,d)}var Hn=Math.abs;function Vn(t){return(0<t)-(t<0)||+t}function Bn(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n=Hn(this._milliseconds)/1e3,i=Hn(this._days),a=Hn(this._months);t=_(n/60),e=_(t/60),n%=60,t%=60;var r=_(a/12),o=a%=12,s=i,l=e,u=t,d=n?n.toFixed(3).replace(/\.?0+$/,""):"",h=this.asSeconds();if(!h)return"P0D";var c=h<0?"-":"",f=Vn(this._months)!==Vn(h)?"-":"",g=Vn(this._days)!==Vn(h)?"-":"",m=Vn(this._milliseconds)!==Vn(h)?"-":"";return c+"P"+(r?f+r+"Y":"")+(o?f+o+"M":"")+(s?g+s+"D":"")+(l||u||d?"T":"")+(l?m+l+"H":"")+(u?m+u+"M":"")+(d?m+d+"S":"")}var En=Ae.prototype;return En.isValid=function(){return this._isValid},En.abs=function(){var t=this._data;return this._milliseconds=mn(this._milliseconds),this._days=mn(this._days),this._months=mn(this._months),t.milliseconds=mn(t.milliseconds),t.seconds=mn(t.seconds),t.minutes=mn(t.minutes),t.hours=mn(t.hours),t.months=mn(t.months),t.years=mn(t.years),this},En.add=function(t,e){return pn(this,t,e,1)},En.subtract=function(t,e){return pn(this,t,e,-1)},En.as=function(t){if(!this.isValid())return NaN;var e,n,i=this._milliseconds;if("month"===(t=F(t))||"year"===t)return e=this._days+i/864e5,n=this._months+yn(e),"month"===t?n:n/12;switch(e=this._days+Math.round(bn(this._months)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 1440*e+i/6e4;case"second":return 86400*e+i/1e3;case"millisecond":return Math.floor(864e5*e)+i;default:throw new Error("Unknown unit "+t)}},En.asMilliseconds=_n,En.asSeconds=kn,En.asMinutes=wn,En.asHours=Mn,En.asDays=Sn,En.asWeeks=Dn,En.asMonths=Cn,En.asYears=Pn,En.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*k(this._months/12):NaN},En._bubble=function(){var t,e,n,i,a,r=this._milliseconds,o=this._days,s=this._months,l=this._data;return 0<=r&&0<=o&&0<=s||r<=0&&o<=0&&s<=0||(r+=864e5*vn(bn(s)+o),s=o=0),l.milliseconds=r%1e3,t=_(r/1e3),l.seconds=t%60,e=_(t/60),l.minutes=e%60,n=_(e/60),l.hours=n%24,o+=_(n/24),s+=a=_(yn(o)),o-=vn(bn(a)),i=_(s/12),s%=12,l.days=o,l.months=s,l.years=i,this},En.clone=function(){return Ee(this)},En.get=function(t){return t=F(t),this.isValid()?this[t+"s"]():NaN},En.milliseconds=On,En.seconds=In,En.minutes=An,En.hours=Fn,En.days=Rn,En.weeks=function(){return _(this.days()/7)},En.months=Ln,En.years=Wn,En.humanize=function(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=zn(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)},En.toISOString=Bn,En.toString=Bn,En.toJSON=Bn,En.locale=Ke,En.localeData=Qe,En.toIsoString=n("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Bn),En.lang=$e,B("X",0,0,"unix"),B("x",0,0,"valueOf"),lt("x",it),lt("X",/[+-]?\d+(\.\d{1,3})?/),ct("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),ct("x",function(t,e,n){n._d=new Date(k(t))}),c.version="2.20.1",t=Ce,c.fn=un,c.min=function(){return Oe("isBefore",[].slice.call(arguments,0))},c.max=function(){return Oe("isAfter",[].slice.call(arguments,0))},c.now=function(){return Date.now?Date.now():+new Date},c.utc=h,c.unix=function(t){return Ce(1e3*t)},c.months=function(t,e){return fn(t,e,"months")},c.isDate=u,c.locale=se,c.invalid=p,c.duration=Ee,c.isMoment=x,c.weekdays=function(t,e,n){return gn(t,e,n,"weekdays")},c.parseZone=function(){return Ce.apply(null,arguments).parseZone()},c.localeData=ue,c.isDuration=Fe,c.monthsShort=function(t,e){return fn(t,e,"monthsShort")},c.weekdaysMin=function(t,e,n){return gn(t,e,n,"weekdaysMin")},c.defineLocale=le,c.updateLocale=function(t,e){if(null!=e){var n,i,a=ne;null!=(i=oe(t))&&(a=i._config),(n=new O(e=T(a,e))).parentLocale=ie[t],ie[t]=n,se(t)}else null!=ie[t]&&(null!=ie[t].parentLocale?ie[t]=ie[t].parentLocale:null!=ie[t]&&delete ie[t]);return ie[t]},c.locales=function(){return S(ie)},c.weekdaysShort=function(t,e,n){return gn(t,e,n,"weekdaysShort")},c.normalizeUnits=F,c.relativeTimeRounding=function(t){return void 0===t?Yn:"function"==typeof t&&(Yn=t,!0)},c.relativeTimeThreshold=function(t,e){return void 0!==Nn[t]&&(void 0===e?Nn[t]:(Nn[t]=e,"s"===t&&(Nn.ss=e-1),!0))},c.calendarFormat=function(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},c.prototype=un,c.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"YYYY-[W]WW",MONTH:"YYYY-MM"},c},"object"==typeof t&&void 0!==Un?Un.exports=n():e.moment=n()},{}],7:[function(t,e,n){var i=t(29)();i.helpers=t(45),t(27)(i),i.defaults=t(25),i.Element=t(26),i.elements=t(40),i.Interaction=t(28),i.layouts=t(30),i.platform=t(48),i.plugins=t(31),i.Ticks=t(34),t(22)(i),t(23)(i),t(24)(i),t(33)(i),t(32)(i),t(35)(i),t(55)(i),t(53)(i),t(54)(i),t(56)(i),t(57)(i),t(58)(i),t(15)(i),t(16)(i),t(17)(i),t(18)(i),t(19)(i),t(20)(i),t(21)(i),t(8)(i),t(9)(i),t(10)(i),t(11)(i),t(12)(i),t(13)(i),t(14)(i);var a=t(49);for(var r in a)a.hasOwnProperty(r)&&i.plugins.register(a[r]);i.platform.initialize(),e.exports=i,"undefined"!=typeof window&&(window.Chart=i),i.Legend=a.legend._element,i.Title=a.title._element,i.pluginService=i.plugins,i.PluginBase=i.Element.extend({}),i.canvasHelpers=i.helpers.canvas,i.layoutService=i.layouts},{10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,23:23,24:24,25:25,26:26,27:27,28:28,29:29,30:30,31:31,32:32,33:33,34:34,35:35,40:40,45:45,48:48,49:49,53:53,54:54,55:55,56:56,57:57,58:58,8:8,9:9}],8:[function(t,e,n){"use strict";e.exports=function(n){n.Bar=function(t,e){return e.type="bar",new n(t,e)}}},{}],9:[function(t,e,n){"use strict";e.exports=function(n){n.Bubble=function(t,e){return e.type="bubble",new n(t,e)}}},{}],10:[function(t,e,n){"use strict";e.exports=function(n){n.Doughnut=function(t,e){return e.type="doughnut",new n(t,e)}}},{}],11:[function(t,e,n){"use strict";e.exports=function(n){n.Line=function(t,e){return e.type="line",new n(t,e)}}},{}],12:[function(t,e,n){"use strict";e.exports=function(n){n.PolarArea=function(t,e){return e.type="polarArea",new n(t,e)}}},{}],13:[function(t,e,n){"use strict";e.exports=function(n){n.Radar=function(t,e){return e.type="radar",new n(t,e)}}},{}],14:[function(t,e,n){"use strict";e.exports=function(n){n.Scatter=function(t,e){return e.type="scatter",new n(t,e)}}},{}],15:[function(t,e,n){"use strict";var i=t(25),a=t(40),u=t(45);i._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),i._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{position:"left",type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{callbacks:{title:function(t,e){var n="";return 0<t.length&&(t[0].yLabel?n=t[0].yLabel:0<e.labels.length&&t[0].index<e.labels.length&&(n=e.labels[t[0].index])),n},label:function(t,e){return(e.datasets[t.datasetIndex].label||"")+": "+t.xLabel}},mode:"index",axis:"y"}}),e.exports=function(e){e.controllers.bar=e.DatasetController.extend({dataElementType:a.Rectangle,initialize:function(){var t;e.DatasetController.prototype.initialize.apply(this,arguments),(t=this.getMeta()).stack=this.getDataset().stack,t.bar=!0},update:function(t){var e,n,i=this.getMeta().data;for(this._ruler=this.getRuler(),e=0,n=i.length;e<n;++e)this.updateElement(i[e],e,t)},updateElement:function(t,e,n){var i=this,a=i.chart,r=i.getMeta(),o=i.getDataset(),s=t.custom||{},l=a.options.elements.rectangle;t._xScale=i.getScaleForId(r.xAxisID),t._yScale=i.getScaleForId(r.yAxisID),t._datasetIndex=i.index,t._index=e,t._model={datasetLabel:o.label,label:a.data.labels[e],borderSkipped:s.borderSkipped?s.borderSkipped:l.borderSkipped,backgroundColor:s.backgroundColor?s.backgroundColor:u.valueAtIndexOrDefault(o.backgroundColor,e,l.backgroundColor),borderColor:s.borderColor?s.borderColor:u.valueAtIndexOrDefault(o.borderColor,e,l.borderColor),borderWidth:s.borderWidth?s.borderWidth:u.valueAtIndexOrDefault(o.borderWidth,e,l.borderWidth)},i.updateElementGeometry(t,e,n),t.pivot()},updateElementGeometry:function(t,e,n){var i=this,a=t._model,r=i.getValueScale(),o=r.getBasePixel(),s=r.isHorizontal(),l=i._ruler||i.getRuler(),u=i.calculateBarValuePixels(i.index,e),d=i.calculateBarIndexPixels(i.index,e,l);a.horizontal=s,a.base=n?o:u.base,a.x=s?n?o:u.head:d.center,a.y=s?d.center:n?o:u.head,a.height=s?d.size:void 0,a.width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:function(){return this.getMeta().xAxisID},getValueScale:function(){return this.getScaleForId(this.getValueScaleId())},getIndexScale:function(){return this.getScaleForId(this.getIndexScaleId())},_getStacks:function(t){var e,n,i=this.chart,a=this.getIndexScale().options.stacked,r=void 0===t?i.data.datasets.length:t+1,o=[];for(e=0;e<r;++e)(n=i.getDatasetMeta(e)).bar&&i.isDatasetVisible(e)&&(!1===a||!0===a&&-1===o.indexOf(n.stack)||void 0===a&&(void 0===n.stack||-1===o.indexOf(n.stack)))&&o.push(n.stack);return o},getStackCount:function(){return this._getStacks().length},getStackIndex:function(t,e){var n=this._getStacks(t),i=void 0!==e?n.indexOf(e):-1;return-1===i?n.length-1:i},getRuler:function(){var t,e,n=this.getIndexScale(),i=this.getStackCount(),a=this.index,r=n.isHorizontal(),o=r?n.left:n.top,s=o+(r?n.width:n.height),l=[];for(t=0,e=this.getMeta().data.length;t<e;++t)l.push(n.getPixelForValue(null,t,a));return{min:u.isNullOrUndef(n.options.barThickness)?function(t,e){var n,i,a,r,o=t.isHorizontal()?t.width:t.height,s=t.getTicks();for(a=1,r=e.length;a<r;++a)o=Math.min(o,e[a]-e[a-1]);for(a=0,r=s.length;a<r;++a)i=t.getPixelForTick(a),o=0<a?Math.min(o,i-n):o,n=i;return o}(n,l):-1,pixels:l,start:o,end:s,stackCount:i,scale:n}},calculateBarValuePixels:function(t,e){var n,i,a,r,o,s,l=this.chart,u=this.getMeta(),d=this.getValueScale(),h=l.data.datasets,c=d.getRightValue(h[t].data[e]),f=d.options.stacked,g=u.stack,m=0;if(f||void 0===f&&void 0!==g)for(n=0;n<t;++n)(i=l.getDatasetMeta(n)).bar&&i.stack===g&&i.controller.getValueScaleId()===d.id&&l.isDatasetVisible(n)&&(a=d.getRightValue(h[n].data[e]),(c<0&&a<0||0<=c&&0<a)&&(m+=a));return r=d.getPixelForValue(m),{size:s=((o=d.getPixelForValue(m+c))-r)/2,base:r,head:o,center:o+s/2}},calculateBarIndexPixels:function(t,e,n){var i=n.scale.options,a="flex"===i.barThickness?function(t,e,n){var i,a=e.pixels,r=a[t],o=0<t?a[t-1]:null,s=t<a.length-1?a[t+1]:null,l=n.categoryPercentage;return null===o&&(o=r-(null===s?e.end-r:s-r)),null===s&&(s=r+r-o),i=r-(r-o)/2*l,{chunk:(s-o)/2*l/e.stackCount,ratio:n.barPercentage,start:i}}(e,n,i):function(t,e,n){var i,a,r=n.barThickness,o=e.stackCount,s=e.pixels[t];return a=u.isNullOrUndef(r)?(i=e.min*n.categoryPercentage,n.barPercentage):(i=r*o,1),{chunk:i/o,ratio:a,start:s-i/2}}(e,n,i),r=this.getStackIndex(t,this.getMeta().stack),o=a.start+a.chunk*r+a.chunk/2,s=Math.min(u.valueOrDefault(i.maxBarThickness,1/0),a.chunk*a.ratio);return{base:o-s/2,head:o+s/2,center:o,size:s}},draw:function(){var t=this.chart,e=this.getValueScale(),n=this.getMeta().data,i=this.getDataset(),a=n.length,r=0;for(u.canvas.clipArea(t.ctx,t.chartArea);r<a;++r)isNaN(e.getRightValue(i.data[r]))||n[r].draw();u.canvas.unclipArea(t.ctx)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model;a.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:u.valueAtIndexOrDefault(e.hoverBackgroundColor,n,u.getHoverColor(a.backgroundColor)),a.borderColor=i.hoverBorderColor?i.hoverBorderColor:u.valueAtIndexOrDefault(e.hoverBorderColor,n,u.getHoverColor(a.borderColor)),a.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:u.valueAtIndexOrDefault(e.hoverBorderWidth,n,a.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model,r=this.chart.options.elements.rectangle;a.backgroundColor=i.backgroundColor?i.backgroundColor:u.valueAtIndexOrDefault(e.backgroundColor,n,r.backgroundColor),a.borderColor=i.borderColor?i.borderColor:u.valueAtIndexOrDefault(e.borderColor,n,r.borderColor),a.borderWidth=i.borderWidth?i.borderWidth:u.valueAtIndexOrDefault(e.borderWidth,n,r.borderWidth)}}),e.controllers.horizontalBar=e.controllers.bar.extend({getValueScaleId:function(){return this.getMeta().xAxisID},getIndexScaleId:function(){return this.getMeta().yAxisID}})}},{25:25,40:40,45:45}],16:[function(t,e,n){"use strict";var i=t(25),a=t(40),g=t(45);i._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.datasets[t.datasetIndex].label||"",i=e.datasets[t.datasetIndex].data[t.index];return n+": ("+t.xLabel+", "+t.yLabel+", "+i.r+")"}}}}),e.exports=function(t){t.controllers.bubble=t.DatasetController.extend({dataElementType:a.Point,update:function(n){var i=this,t=i.getMeta().data;g.each(t,function(t,e){i.updateElement(t,e,n)})},updateElement:function(t,e,n){var i=this,a=i.getMeta(),r=t.custom||{},o=i.getScaleForId(a.xAxisID),s=i.getScaleForId(a.yAxisID),l=i._resolveElementOptions(t,e),u=i.getDataset().data[e],d=i.index,h=n?o.getPixelForDecimal(.5):o.getPixelForValue("object"==typeof u?u:NaN,e,d),c=n?s.getBasePixel():s.getPixelForValue(u,e,d);t._xScale=o,t._yScale=s,t._options=l,t._datasetIndex=d,t._index=e,t._model={backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,hitRadius:l.hitRadius,pointStyle:l.pointStyle,radius:n?0:l.radius,skip:r.skip||isNaN(h)||isNaN(c),x:h,y:c},t.pivot()},setHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=g.valueOrDefault(n.hoverBackgroundColor,g.getHoverColor(n.backgroundColor)),e.borderColor=g.valueOrDefault(n.hoverBorderColor,g.getHoverColor(n.borderColor)),e.borderWidth=g.valueOrDefault(n.hoverBorderWidth,n.borderWidth),e.radius=n.radius+n.hoverRadius},removeHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=n.backgroundColor,e.borderColor=n.borderColor,e.borderWidth=n.borderWidth,e.radius=n.radius},_resolveElementOptions:function(t,e){var n,i,a,r=this.chart,o=r.data.datasets[this.index],s=t.custom||{},l=r.options.elements.point,u=g.options.resolve,d=o.data[e],h={},c={chart:r,dataIndex:e,dataset:o,datasetIndex:this.index},f=["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle"];for(n=0,i=f.length;n<i;++n)h[a=f[n]]=u([s[a],o[a],l[a]],c,e);return h.radius=u([s.radius,d?d.r:void 0,o.radius,l.radius],c,e),h}})}},{25:25,40:40,45:45}],17:[function(t,e,n){"use strict";var i=t(25),a=t(40),O=t(45);i._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),a[r]&&e.push(a[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(l){var u=l.data;return u.labels.length&&u.datasets.length?u.labels.map(function(t,e){var n=l.getDatasetMeta(0),i=u.datasets[0],a=n.data[e],r=a&&a.custom||{},o=O.valueAtIndexOrDefault,s=l.options.elements.arc;return{text:t,fillStyle:r.backgroundColor?r.backgroundColor:o(i.backgroundColor,e,s.backgroundColor),strokeStyle:r.borderColor?r.borderColor:o(i.borderColor,e,s.borderColor),lineWidth:r.borderWidth?r.borderWidth:o(i.borderWidth,e,s.borderWidth),hidden:isNaN(i.data[e])||n.data[e].hidden,index:e}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n<i;++n)(a=o.getDatasetMeta(n)).data[r]&&(a.data[r].hidden=!a.data[r].hidden);o.update()}},cutoutPercentage:50,rotation:-.5*Math.PI,circumference:2*Math.PI,tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.labels[t.index],i=": "+e.datasets[t.datasetIndex].data[t.index];return O.isArray(n)?(n=n.slice())[0]+=i:n+=i,n}}}}),i._set("pie",O.clone(i.doughnut)),i._set("pie",{cutoutPercentage:0}),e.exports=function(e){e.controllers.doughnut=e.controllers.pie=e.DatasetController.extend({dataElementType:a.Arc,linkScales:O.noop,getRingIndex:function(t){for(var e=0,n=0;n<t;++n)this.chart.isDatasetVisible(n)&&++e;return e},update:function(n){var i=this,t=i.chart,e=t.chartArea,a=t.options,r=a.elements.arc,o=e.right-e.left-r.borderWidth,s=e.bottom-e.top-r.borderWidth,l=Math.min(o,s),u={x:0,y:0},d=i.getMeta(),h=a.cutoutPercentage,c=a.circumference;if(c<2*Math.PI){var f=a.rotation%(2*Math.PI),g=(f+=2*Math.PI*(f>=Math.PI?-1:f<-Math.PI?1:0))+c,m=Math.cos(f),p=Math.sin(f),v=Math.cos(g),y=Math.sin(g),b=f<=0&&0<=g||f<=2*Math.PI&&2*Math.PI<=g,x=f<=.5*Math.PI&&.5*Math.PI<=g||f<=2.5*Math.PI&&2.5*Math.PI<=g,_=f<=-Math.PI&&-Math.PI<=g||f<=Math.PI&&Math.PI<=g,k=f<=.5*-Math.PI&&.5*-Math.PI<=g||f<=1.5*Math.PI&&1.5*Math.PI<=g,w=h/100,M=_?-1:Math.min(m*(m<0?1:w),v*(v<0?1:w)),S=k?-1:Math.min(p*(p<0?1:w),y*(y<0?1:w)),D=b?1:Math.max(m*(0<m?1:w),v*(0<v?1:w)),C=x?1:Math.max(p*(0<p?1:w),y*(0<y?1:w)),P=.5*(D-M),T=.5*(C-S);l=Math.min(o/P,s/T),u={x:-.5*(D+M),y:-.5*(C+S)}}t.borderWidth=i.getMaxBorderWidth(d.data),t.outerRadius=Math.max((l-t.borderWidth)/2,0),t.innerRadius=Math.max(h?t.outerRadius/100*h:0,0),t.radiusLength=(t.outerRadius-t.innerRadius)/t.getVisibleDatasetCount(),t.offsetX=u.x*t.outerRadius,t.offsetY=u.y*t.outerRadius,d.total=i.calculateTotal(),i.outerRadius=t.outerRadius-t.radiusLength*i.getRingIndex(i.index),i.innerRadius=Math.max(i.outerRadius-t.radiusLength,0),O.each(d.data,function(t,e){i.updateElement(t,e,n)})},updateElement:function(t,e,n){var i=this,a=i.chart,r=a.chartArea,o=a.options,s=o.animation,l=(r.left+r.right)/2,u=(r.top+r.bottom)/2,d=o.rotation,h=o.rotation,c=i.getDataset(),f=n&&s.animateRotate?0:t.hidden?0:i.calculateCircumference(c.data[e])*(o.circumference/(2*Math.PI)),g=n&&s.animateScale?0:i.innerRadius,m=n&&s.animateScale?0:i.outerRadius,p=O.valueAtIndexOrDefault;O.extend(t,{_datasetIndex:i.index,_index:e,_model:{x:l+a.offsetX,y:u+a.offsetY,startAngle:d,endAngle:h,circumference:f,outerRadius:m,innerRadius:g,label:p(c.label,e,a.data.labels[e])}});var v=t._model;this.removeHoverStyle(t),n&&s.animateRotate||(v.startAngle=0===e?o.rotation:i.getMeta().data[e-1]._model.endAngle,v.endAngle=v.startAngle+v.circumference),t.pivot()},removeHoverStyle:function(t){e.DatasetController.prototype.removeHoverStyle.call(this,t,this.chart.options.elements.arc)},calculateTotal:function(){var n,i=this.getDataset(),t=this.getMeta(),a=0;return O.each(t.data,function(t,e){n=i.data[e],isNaN(n)||t.hidden||(a+=Math.abs(n))}),a},calculateCircumference:function(t){var e=this.getMeta().total;return 0<e&&!isNaN(t)?2*Math.PI*(Math.abs(t)/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,a=this.index,r=t.length,o=0;o<r;o++)i=(i=i<(e=t[o]._model?t[o]._model.borderWidth:0)?e:i)<(n=t[o]._chart?t[o]._chart.config.data.datasets[a].hoverBorderWidth:0)?n:i;return i}})}},{25:25,40:40,45:45}],18:[function(t,e,n){"use strict";var i=t(25),a=t(40),g=t(45);i._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}}),e.exports=function(t){function f(t,e){return g.valueOrDefault(t.showLine,e.showLines)}t.controllers.line=t.DatasetController.extend({datasetElementType:a.Line,dataElementType:a.Point,update:function(t){var e,n,i,a=this,r=a.getMeta(),o=r.dataset,s=r.data||[],l=a.chart.options,u=l.elements.line,d=a.getScaleForId(r.yAxisID),h=a.getDataset(),c=f(h,l);for(c&&(i=o.custom||{},void 0!==h.tension&&void 0===h.lineTension&&(h.lineTension=h.tension),o._scale=d,o._datasetIndex=a.index,o._children=s,o._model={spanGaps:h.spanGaps?h.spanGaps:l.spanGaps,tension:i.tension?i.tension:g.valueOrDefault(h.lineTension,u.tension),backgroundColor:i.backgroundColor?i.backgroundColor:h.backgroundColor||u.backgroundColor,borderWidth:i.borderWidth?i.borderWidth:h.borderWidth||u.borderWidth,borderColor:i.borderColor?i.borderColor:h.borderColor||u.borderColor,borderCapStyle:i.borderCapStyle?i.borderCapStyle:h.borderCapStyle||u.borderCapStyle,borderDash:i.borderDash?i.borderDash:h.borderDash||u.borderDash,borderDashOffset:i.borderDashOffset?i.borderDashOffset:h.borderDashOffset||u.borderDashOffset,borderJoinStyle:i.borderJoinStyle?i.borderJoinStyle:h.borderJoinStyle||u.borderJoinStyle,fill:i.fill?i.fill:void 0!==h.fill?h.fill:u.fill,steppedLine:i.steppedLine?i.steppedLine:g.valueOrDefault(h.steppedLine,u.stepped),cubicInterpolationMode:i.cubicInterpolationMode?i.cubicInterpolationMode:g.valueOrDefault(h.cubicInterpolationMode,u.cubicInterpolationMode)},o.pivot()),e=0,n=s.length;e<n;++e)a.updateElement(s[e],e,t);for(c&&0!==o._model.tension&&a.updateBezierControlPoints(),e=0,n=s.length;e<n;++e)s[e].pivot()},getPointBackgroundColor:function(t,e){var n=this.chart.options.elements.point.backgroundColor,i=this.getDataset(),a=t.custom||{};return a.backgroundColor?n=a.backgroundColor:i.pointBackgroundColor?n=g.valueAtIndexOrDefault(i.pointBackgroundColor,e,n):i.backgroundColor&&(n=i.backgroundColor),n},getPointBorderColor:function(t,e){var n=this.chart.options.elements.point.borderColor,i=this.getDataset(),a=t.custom||{};return a.borderColor?n=a.borderColor:i.pointBorderColor?n=g.valueAtIndexOrDefault(i.pointBorderColor,e,n):i.borderColor&&(n=i.borderColor),n},getPointBorderWidth:function(t,e){var n=this.chart.options.elements.point.borderWidth,i=this.getDataset(),a=t.custom||{};return isNaN(a.borderWidth)?!isNaN(i.pointBorderWidth)||g.isArray(i.pointBorderWidth)?n=g.valueAtIndexOrDefault(i.pointBorderWidth,e,n):isNaN(i.borderWidth)||(n=i.borderWidth):n=a.borderWidth,n},updateElement:function(t,e,n){var i,a,r=this,o=r.getMeta(),s=t.custom||{},l=r.getDataset(),u=r.index,d=l.data[e],h=r.getScaleForId(o.yAxisID),c=r.getScaleForId(o.xAxisID),f=r.chart.options.elements.point;void 0!==l.radius&&void 0===l.pointRadius&&(l.pointRadius=l.radius),void 0!==l.hitRadius&&void 0===l.pointHitRadius&&(l.pointHitRadius=l.hitRadius),i=c.getPixelForValue("object"==typeof d?d:NaN,e,u),a=n?h.getBasePixel():r.calculatePointY(d,e,u),t._xScale=c,t._yScale=h,t._datasetIndex=u,t._index=e,t._model={x:i,y:a,skip:s.skip||isNaN(i)||isNaN(a),radius:s.radius||g.valueAtIndexOrDefault(l.pointRadius,e,f.radius),pointStyle:s.pointStyle||g.valueAtIndexOrDefault(l.pointStyle,e,f.pointStyle),backgroundColor:r.getPointBackgroundColor(t,e),borderColor:r.getPointBorderColor(t,e),borderWidth:r.getPointBorderWidth(t,e),tension:o.dataset._model?o.dataset._model.tension:0,steppedLine:!!o.dataset._model&&o.dataset._model.steppedLine,hitRadius:s.hitRadius||g.valueAtIndexOrDefault(l.pointHitRadius,e,f.hitRadius)}},calculatePointY:function(t,e,n){var i,a,r,o=this.chart,s=this.getMeta(),l=this.getScaleForId(s.yAxisID),u=0,d=0;if(l.options.stacked){for(i=0;i<n;i++)if(a=o.data.datasets[i],"line"===(r=o.getDatasetMeta(i)).type&&r.yAxisID===l.id&&o.isDatasetVisible(i)){var h=Number(l.getRightValue(a.data[e]));h<0?d+=h||0:u+=h||0}var c=Number(l.getRightValue(t));return c<0?l.getPixelForValue(d+c):l.getPixelForValue(u+c)}return l.getPixelForValue(t)},updateBezierControlPoints:function(){var t,e,n,i,a=this.getMeta(),r=this.chart.chartArea,o=a.data||[];function s(t,e,n){return Math.max(Math.min(t,n),e)}if(a.dataset._model.spanGaps&&(o=o.filter(function(t){return!t._model.skip})),"monotone"===a.dataset._model.cubicInterpolationMode)g.splineCurveMonotone(o);else for(t=0,e=o.length;t<e;++t)n=o[t]._model,i=g.splineCurve(g.previousItem(o,t)._model,n,g.nextItem(o,t)._model,a.dataset._model.tension),n.controlPointPreviousX=i.previous.x,n.controlPointPreviousY=i.previous.y,n.controlPointNextX=i.next.x,n.controlPointNextY=i.next.y;if(this.chart.options.elements.line.capBezierPoints)for(t=0,e=o.length;t<e;++t)(n=o[t]._model).controlPointPreviousX=s(n.controlPointPreviousX,r.left,r.right),n.controlPointPreviousY=s(n.controlPointPreviousY,r.top,r.bottom),n.controlPointNextX=s(n.controlPointNextX,r.left,r.right),n.controlPointNextY=s(n.controlPointNextY,r.top,r.bottom)},draw:function(){var t=this.chart,e=this.getMeta(),n=e.data||[],i=t.chartArea,a=n.length,r=0;for(g.canvas.clipArea(t.ctx,i),f(this.getDataset(),t.options)&&e.dataset.draw(),g.canvas.unclipArea(t.ctx);r<a;++r)n[r].draw(i)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model;a.radius=i.hoverRadius||g.valueAtIndexOrDefault(e.pointHoverRadius,n,this.chart.options.elements.point.hoverRadius),a.backgroundColor=i.hoverBackgroundColor||g.valueAtIndexOrDefault(e.pointHoverBackgroundColor,n,g.getHoverColor(a.backgroundColor)),a.borderColor=i.hoverBorderColor||g.valueAtIndexOrDefault(e.pointHoverBorderColor,n,g.getHoverColor(a.borderColor)),a.borderWidth=i.hoverBorderWidth||g.valueAtIndexOrDefault(e.pointHoverBorderWidth,n,a.borderWidth)},removeHoverStyle:function(t){var e=this,n=e.chart.data.datasets[t._datasetIndex],i=t._index,a=t.custom||{},r=t._model;void 0!==n.radius&&void 0===n.pointRadius&&(n.pointRadius=n.radius),r.radius=a.radius||g.valueAtIndexOrDefault(n.pointRadius,i,e.chart.options.elements.point.radius),r.backgroundColor=e.getPointBackgroundColor(t,i),r.borderColor=e.getPointBorderColor(t,i),r.borderWidth=e.getPointBorderWidth(t,i)}})}},{25:25,40:40,45:45}],19:[function(t,e,n){"use strict";var i=t(25),a=t(40),_=t(45);i._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),a[r]&&e.push(a[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(s){var l=s.data;return l.labels.length&&l.datasets.length?l.labels.map(function(t,e){var n=s.getDatasetMeta(0),i=l.datasets[0],a=n.data[e].custom||{},r=_.valueAtIndexOrDefault,o=s.options.elements.arc;return{text:t,fillStyle:a.backgroundColor?a.backgroundColor:r(i.backgroundColor,e,o.backgroundColor),strokeStyle:a.borderColor?a.borderColor:r(i.borderColor,e,o.borderColor),lineWidth:a.borderWidth?a.borderWidth:r(i.borderWidth,e,o.borderWidth),hidden:isNaN(i.data[e])||n.data[e].hidden,index:e}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n<i;++n)(a=o.getDatasetMeta(n)).data[r].hidden=!a.data[r].hidden;o.update()}},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+t.yLabel}}}}),e.exports=function(e){e.controllers.polarArea=e.DatasetController.extend({dataElementType:a.Arc,linkScales:_.noop,update:function(n){var i=this,t=i.chart,e=t.chartArea,a=i.getMeta(),r=t.options,o=r.elements.arc,s=Math.min(e.right-e.left,e.bottom-e.top);t.outerRadius=Math.max((s-o.borderWidth/2)/2,0),t.innerRadius=Math.max(r.cutoutPercentage?t.outerRadius/100*r.cutoutPercentage:1,0),t.radiusLength=(t.outerRadius-t.innerRadius)/t.getVisibleDatasetCount(),i.outerRadius=t.outerRadius-t.radiusLength*i.index,i.innerRadius=i.outerRadius-t.radiusLength,a.count=i.countVisibleElements(),_.each(a.data,function(t,e){i.updateElement(t,e,n)})},updateElement:function(t,e,n){for(var i=this,a=i.chart,r=i.getDataset(),o=a.options,s=o.animation,l=a.scale,u=a.data.labels,d=i.calculateCircumference(r.data[e]),h=l.xCenter,c=l.yCenter,f=0,g=i.getMeta(),m=0;m<e;++m)isNaN(r.data[m])||g.data[m].hidden||++f;var p=o.startAngle,v=t.hidden?0:l.getDistanceFromCenterForValue(r.data[e]),y=p+d*f,b=y+(t.hidden?0:d),x=s.animateScale?0:l.getDistanceFromCenterForValue(r.data[e]);_.extend(t,{_datasetIndex:i.index,_index:e,_scale:l,_model:{x:h,y:c,innerRadius:0,outerRadius:n?x:v,startAngle:n&&s.animateRotate?p:y,endAngle:n&&s.animateRotate?p:b,label:_.valueAtIndexOrDefault(u,e,u[e])}}),i.removeHoverStyle(t),t.pivot()},removeHoverStyle:function(t){e.DatasetController.prototype.removeHoverStyle.call(this,t,this.chart.options.elements.arc)},countVisibleElements:function(){var n=this.getDataset(),t=this.getMeta(),i=0;return _.each(t.data,function(t,e){isNaN(n.data[e])||t.hidden||i++}),i},calculateCircumference:function(t){var e=this.getMeta().count;return 0<e&&!isNaN(t)?2*Math.PI/e:0}})}},{25:25,40:40,45:45}],20:[function(t,e,n){"use strict";var i=t(25),a=t(40),u=t(45);i._set("radar",{scale:{type:"radialLinear"},elements:{line:{tension:0}}}),e.exports=function(t){t.controllers.radar=t.DatasetController.extend({datasetElementType:a.Line,dataElementType:a.Point,linkScales:u.noop,update:function(n){var i=this,t=i.getMeta(),e=t.dataset,a=t.data,r=e.custom||{},o=i.getDataset(),s=i.chart.options.elements.line,l=i.chart.scale;void 0!==o.tension&&void 0===o.lineTension&&(o.lineTension=o.tension),u.extend(t.dataset,{_datasetIndex:i.index,_scale:l,_children:a,_loop:!0,_model:{tension:r.tension?r.tension:u.valueOrDefault(o.lineTension,s.tension),backgroundColor:r.backgroundColor?r.backgroundColor:o.backgroundColor||s.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:o.borderWidth||s.borderWidth,borderColor:r.borderColor?r.borderColor:o.borderColor||s.borderColor,fill:r.fill?r.fill:void 0!==o.fill?o.fill:s.fill,borderCapStyle:r.borderCapStyle?r.borderCapStyle:o.borderCapStyle||s.borderCapStyle,borderDash:r.borderDash?r.borderDash:o.borderDash||s.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:o.borderDashOffset||s.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:o.borderJoinStyle||s.borderJoinStyle}}),t.dataset.pivot(),u.each(a,function(t,e){i.updateElement(t,e,n)},i),i.updateBezierControlPoints()},updateElement:function(t,e,n){var i=this,a=t.custom||{},r=i.getDataset(),o=i.chart.scale,s=i.chart.options.elements.point,l=o.getPointPositionForValue(e,r.data[e]);void 0!==r.radius&&void 0===r.pointRadius&&(r.pointRadius=r.radius),void 0!==r.hitRadius&&void 0===r.pointHitRadius&&(r.pointHitRadius=r.hitRadius),u.extend(t,{_datasetIndex:i.index,_index:e,_scale:o,_model:{x:n?o.xCenter:l.x,y:n?o.yCenter:l.y,tension:a.tension?a.tension:u.valueOrDefault(r.lineTension,i.chart.options.elements.line.tension),radius:a.radius?a.radius:u.valueAtIndexOrDefault(r.pointRadius,e,s.radius),backgroundColor:a.backgroundColor?a.backgroundColor:u.valueAtIndexOrDefault(r.pointBackgroundColor,e,s.backgroundColor),borderColor:a.borderColor?a.borderColor:u.valueAtIndexOrDefault(r.pointBorderColor,e,s.borderColor),borderWidth:a.borderWidth?a.borderWidth:u.valueAtIndexOrDefault(r.pointBorderWidth,e,s.borderWidth),pointStyle:a.pointStyle?a.pointStyle:u.valueAtIndexOrDefault(r.pointStyle,e,s.pointStyle),hitRadius:a.hitRadius?a.hitRadius:u.valueAtIndexOrDefault(r.pointHitRadius,e,s.hitRadius)}}),t._model.skip=a.skip?a.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var a=this.chart.chartArea,r=this.getMeta();u.each(r.data,function(t,e){var n=t._model,i=u.splineCurve(u.previousItem(r.data,e,!0)._model,n,u.nextItem(r.data,e,!0)._model,n.tension);n.controlPointPreviousX=Math.max(Math.min(i.previous.x,a.right),a.left),n.controlPointPreviousY=Math.max(Math.min(i.previous.y,a.bottom),a.top),n.controlPointNextX=Math.max(Math.min(i.next.x,a.right),a.left),n.controlPointNextY=Math.max(Math.min(i.next.y,a.bottom),a.top),t.pivot()})},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,a=t._model;a.radius=n.hoverRadius?n.hoverRadius:u.valueAtIndexOrDefault(e.pointHoverRadius,i,this.chart.options.elements.point.hoverRadius),a.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:u.valueAtIndexOrDefault(e.pointHoverBackgroundColor,i,u.getHoverColor(a.backgroundColor)),a.borderColor=n.hoverBorderColor?n.hoverBorderColor:u.valueAtIndexOrDefault(e.pointHoverBorderColor,i,u.getHoverColor(a.borderColor)),a.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:u.valueAtIndexOrDefault(e.pointHoverBorderWidth,i,a.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,a=t._model,r=this.chart.options.elements.point;a.radius=n.radius?n.radius:u.valueAtIndexOrDefault(e.pointRadius,i,r.radius),a.backgroundColor=n.backgroundColor?n.backgroundColor:u.valueAtIndexOrDefault(e.pointBackgroundColor,i,r.backgroundColor),a.borderColor=n.borderColor?n.borderColor:u.valueAtIndexOrDefault(e.pointBorderColor,i,r.borderColor),a.borderWidth=n.borderWidth?n.borderWidth:u.valueAtIndexOrDefault(e.pointBorderWidth,i,r.borderWidth)}})}},{25:25,40:40,45:45}],21:[function(t,e,n){"use strict";t(25)._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},showLines:!1,tooltips:{callbacks:{title:function(){return""},label:function(t){return"("+t.xLabel+", "+t.yLabel+")"}}}}),e.exports=function(t){t.controllers.scatter=t.controllers.line}},{25:25}],22:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:r.noop,onComplete:r.noop}}),e.exports=function(t){t.Animation=a.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,n,i){var a,r,o=this.animations;for(e.chart=t,i||(t.animating=!0),a=0,r=o.length;a<r;++a)if(o[a].chart===t)return void(o[a]=e);o.push(e),1===o.length&&this.requestAnimationFrame()},cancelAnimation:function(e){var t=r.findIndex(this.animations,function(t){return t.chart===e});-1!==t&&(this.animations.splice(t,1),e.animating=!1)},requestAnimationFrame:function(){var t=this;null===t.request&&(t.request=r.requestAnimFrame.call(window,function(){t.request=null,t.startDigest()}))},startDigest:function(){var t=this,e=Date.now(),n=0;1<t.dropFrames&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,0<t.animations.length&&t.requestAnimationFrame()},advance:function(t){for(var e,n,i=this.animations,a=0;a<i.length;)n=(e=i[a]).chart,e.currentStep=(e.currentStep||0)+t,e.currentStep=Math.min(e.currentStep,e.numSteps),r.callback(e.render,[n,e],n),r.callback(e.onAnimationProgress,[e],n),e.currentStep>=e.numSteps?(r.callback(e.onAnimationComplete,[e],n),n.animating=!1,i.splice(a,1)):++a}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},{25:25,26:26,45:45}],23:[function(t,e,n){"use strict";var s=t(25),h=t(45),a=t(28),i=t(30),l=t(48),c=t(31);e.exports=function(u){function d(t){return"top"===t||"bottom"===t}u.types={},u.instances={},u.controllers={},h.extend(u.prototype,{construct:function(t,e){var n=this;e=function(t){var e=(t=t||{}).data=t.data||{};return e.datasets=e.datasets||[],e.labels=e.labels||[],t.options=h.configMerge(s.global,s[t.type],t.options||{}),t}(e);var i=l.acquireContext(t,e),a=i&&i.canvas,r=a&&a.height,o=a&&a.width;n.id=h.uid(),n.ctx=i,n.canvas=a,n.config=e,n.width=o,n.height=r,n.aspectRatio=r?o/r:null,n.options=e.options,n._bufferedRender=!1,(n.chart=n).controller=n,u.instances[n.id]=n,Object.defineProperty(n,"data",{get:function(){return n.config.data},set:function(t){n.config.data=t}}),i&&a?(n.initialize(),n.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var t=this;return c.notify(t,"beforeInit"),h.retinaScale(t,t.options.devicePixelRatio),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildOrUpdateScales(),t.initToolTip(),c.notify(t,"afterInit"),t},clear:function(){return h.canvas.clear(this),this},stop:function(){return u.animationService.cancelAnimation(this),this},resize:function(t){var e=this,n=e.options,i=e.canvas,a=n.maintainAspectRatio&&e.aspectRatio||null,r=Math.max(0,Math.floor(h.getMaximumWidth(i))),o=Math.max(0,Math.floor(a?r/a:h.getMaximumHeight(i)));if((e.width!==r||e.height!==o)&&(i.width=e.width=r,i.height=e.height=o,i.style.width=r+"px",i.style.height=o+"px",h.retinaScale(e,n.devicePixelRatio),!t)){var s={width:r,height:o};c.notify(e,"resize",[s]),e.options.onResize&&e.options.onResize(e,s),e.stop(),e.update(e.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},n=t.scale;h.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),h.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),n&&(n.id=n.id||"scale")},buildOrUpdateScales:function(){var o=this,t=o.options,s=o.scales||{},e=[],l=Object.keys(s).reduce(function(t,e){return t[e]=!1,t},{});t.scales&&(e=e.concat((t.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(t.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),t.scale&&e.push({options:t.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),h.each(e,function(t){var e=t.options,n=e.id,i=h.valueOrDefault(e.type,t.dtype);d(e.position)!==d(t.dposition)&&(e.position=t.dposition),l[n]=!0;var a=null;if(n in s&&s[n].type===i)(a=s[n]).options=e,a.ctx=o.ctx,a.chart=o;else{var r=u.scaleService.getScaleConstructor(i);if(!r)return;a=new r({id:n,type:i,options:e,ctx:o.ctx,chart:o}),s[a.id]=a}a.mergeTicksOptions(),t.isDefault&&(o.scale=a)}),h.each(l,function(t,e){t||delete s[e]}),o.scales=s,u.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var r=this,o=[],s=[];return h.each(r.data.datasets,function(t,e){var n=r.getDatasetMeta(e),i=t.type||r.config.type;if(n.type&&n.type!==i&&(r.destroyDatasetMeta(e),n=r.getDatasetMeta(e)),n.type=i,o.push(n.type),n.controller)n.controller.updateIndex(e),n.controller.linkScales();else{var a=u.controllers[n.type];if(void 0===a)throw new Error('"'+n.type+'" is not a chart type.');n.controller=new a(r,e),s.push(n.controller)}},r),s},resetElements:function(){var n=this;h.each(n.data.datasets,function(t,e){n.getDatasetMeta(e).controller.reset()},n)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(t){var n=this;if(t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]}),function(e){var t=e.options;h.each(e.scales,function(t){i.removeBox(e,t)}),t=h.configMerge(u.defaults.global,u.defaults[e.config.type],t),e.options=e.config.options=t,e.ensureScalesHaveIDs(),e.buildOrUpdateScales(),e.tooltip._options=t.tooltips,e.tooltip.initialize()}(n),c._invalidate(n),!1!==c.notify(n,"beforeUpdate")){n.tooltip._data=n.data;var e=n.buildOrUpdateControllers();h.each(n.data.datasets,function(t,e){n.getDatasetMeta(e).controller.buildOrUpdateElements()},n),n.updateLayout(),n.options.animation&&n.options.animation.duration&&h.each(e,function(t){t.reset()}),n.updateDatasets(),n.tooltip.initialize(),n.lastActive=[],c.notify(n,"afterUpdate"),n._bufferedRender?n._bufferedRequest={duration:t.duration,easing:t.easing,lazy:t.lazy}:n.render(t)}},updateLayout:function(){!1!==c.notify(this,"beforeLayout")&&(i.update(this,this.width,this.height),c.notify(this,"afterScaleUpdate"),c.notify(this,"afterLayout"))},updateDatasets:function(){if(!1!==c.notify(this,"beforeDatasetsUpdate")){for(var t=0,e=this.data.datasets.length;t<e;++t)this.updateDataset(t);c.notify(this,"afterDatasetsUpdate")}},updateDataset:function(t){var e=this.getDatasetMeta(t),n={meta:e,index:t};!1!==c.notify(this,"beforeDatasetUpdate",[n])&&(e.controller.update(),c.notify(this,"afterDatasetUpdate",[n]))},render:function(t){var e=this;t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]});var n=t.duration,i=t.lazy;if(!1!==c.notify(e,"beforeRender")){var a=e.options.animation,r=function(t){c.notify(e,"afterRender"),h.callback(a&&a.onComplete,[t],e)};if(a&&(void 0!==n&&0!==n||void 0===n&&0!==a.duration)){var o=new u.Animation({numSteps:(n||a.duration)/16.66,easing:t.easing||a.easing,render:function(t,e){var n=h.easing.effects[e.easing],i=e.currentStep,a=i/e.numSteps;t.draw(n(a),a,i)},onAnimationProgress:a.onProgress,onAnimationComplete:r});u.animationService.addAnimation(e,o,n,i)}else e.draw(),r(new u.Animation({numSteps:0,chart:e}));return e}},draw:function(t){var e=this;e.clear(),h.isNullOrUndef(t)&&(t=1),e.transition(t),!1!==c.notify(e,"beforeDraw",[t])&&(h.each(e.boxes,function(t){t.draw(e.chartArea)},e),e.scale&&e.scale.draw(),e.drawDatasets(t),e._drawTooltip(t),c.notify(e,"afterDraw",[t]))},transition:function(t){for(var e=0,n=(this.data.datasets||[]).length;e<n;++e)this.isDatasetVisible(e)&&this.getDatasetMeta(e).controller.transition(t);this.tooltip.transition(t)},drawDatasets:function(t){var e=this;if(!1!==c.notify(e,"beforeDatasetsDraw",[t])){for(var n=(e.data.datasets||[]).length-1;0<=n;--n)e.isDatasetVisible(n)&&e.drawDataset(n,t);c.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var n=this.getDatasetMeta(t),i={meta:n,index:t,easingValue:e};!1!==c.notify(this,"beforeDatasetDraw",[i])&&(n.controller.draw(e),c.notify(this,"afterDatasetDraw",[i]))},_drawTooltip:function(t){var e=this.tooltip,n={tooltip:e,easingValue:t};!1!==c.notify(this,"beforeTooltipDraw",[n])&&(e.draw(),c.notify(this,"afterTooltipDraw",[n]))},getElementAtEvent:function(t){return a.modes.single(this,t)},getElementsAtEvent:function(t){return a.modes.label(this,t,{intersect:!0})},getElementsAtXAxis:function(t){return a.modes["x-axis"](this,t,{intersect:!0})},getElementsAtEventForMode:function(t,e,n){var i=a.modes[e];return"function"==typeof i?i(this,t,n):[]},getDatasetAtEvent:function(t){return a.modes.dataset(this,t,{intersect:!0})},getDatasetMeta:function(t){var e=this.data.datasets[t];e._meta||(e._meta={});var n=e._meta[this.id];return n=n||(e._meta[this.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null})},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;e<n;++e)this.isDatasetVisible(e)&&t++;return t},isDatasetVisible:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(t){var e=this.id,n=this.data.datasets[t],i=n._meta&&n._meta[e];i&&(i.controller.destroy(),delete n._meta[e])},destroy:function(){var t,e,n=this,i=n.canvas;for(n.stop(),t=0,e=n.data.datasets.length;t<e;++t)n.destroyDatasetMeta(t);i&&(n.unbindEvents(),h.canvas.clear(n),l.releaseContext(n.ctx),n.canvas=null,n.ctx=null),c.notify(n,"destroy"),delete u.instances[n.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var t=this;t.tooltip=new u.Tooltip({_chart:t,_chartInstance:t,_data:t.data,_options:t.options.tooltips},t)},bindEvents:function(){var e=this,n=e._listeners={},i=function(){e.eventHandler.apply(e,arguments)};h.each(e.options.events,function(t){l.addEventListener(e,t,i),n[t]=i}),e.options.responsive&&(i=function(){e.resize()},l.addEventListener(e,"resize",i),n.resize=i)},unbindEvents:function(){var n=this,t=n._listeners;t&&(delete n._listeners,h.each(t,function(t,e){l.removeEventListener(n,e,t)}))},updateHoverStyle:function(t,e,n){var i,a,r,o=n?"setHoverStyle":"removeHoverStyle";for(a=0,r=t.length;a<r;++a)(i=t[a])&&this.getDatasetMeta(i._datasetIndex).controller[o](i)},eventHandler:function(t){var e=this,n=e.tooltip;if(!1!==c.notify(e,"beforeEvent",[t])){e._bufferedRender=!0,e._bufferedRequest=null;var i=e.handleEvent(t);n&&(i=n._start?n.handleEvent(t):i|n.handleEvent(t)),c.notify(e,"afterEvent",[t]);var a=e._bufferedRequest;return a?e.render(a):i&&!e.animating&&(e.stop(),e.render(e.options.hover.animationDuration,!0)),e._bufferedRender=!1,e._bufferedRequest=null,e}},handleEvent:function(t){var e,n=this,i=n.options||{},a=i.hover;return n.lastActive=n.lastActive||[],"mouseout"===t.type?n.active=[]:n.active=n.getElementsAtEventForMode(t,a.mode,a),h.callback(i.onHover||i.hover.onHover,[t.native,n.active],n),"mouseup"!==t.type&&"click"!==t.type||i.onClick&&i.onClick.call(n,t.native,n.active),n.lastActive.length&&n.updateHoverStyle(n.lastActive,a.mode,!1),n.active.length&&a.mode&&n.updateHoverStyle(n.active,a.mode,!0),e=!h.arrayEquals(n.active,n.lastActive),n.lastActive=n.active,e}}),u.Controller=u}},{25:25,28:28,30:30,31:31,45:45,48:48}],24:[function(t,e,n){"use strict";var s=t(45);e.exports=function(t){var r=["push","pop","shift","splice","unshift"];function i(e,t){var n=e._chartjs;if(n){var i=n.listeners,a=i.indexOf(t);-1!==a&&i.splice(a,1),0<i.length||(r.forEach(function(t){delete e[t]}),delete e._chartjs)}}t.DatasetController=function(t,e){this.initialize(t,e)},s.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){this.chart=t,this.index=e,this.linkScales(),this.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),n=t.getDataset();null!==e.xAxisID&&e.xAxisID in t.chart.scales||(e.xAxisID=n.xAxisID||t.chart.options.scales.xAxes[0].id),null!==e.yAxisID&&e.yAxisID in t.chart.scales||(e.yAxisID=n.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&i(this._data,this)},createMetaDataset:function(){var t=this.datasetElementType;return t&&new t({_chart:this.chart,_datasetIndex:this.index})},createMetaData:function(t){var e=this.dataElementType;return e&&new e({_chart:this.chart,_datasetIndex:this.index,_index:t})},addElements:function(){var t,e,n=this.getMeta(),i=this.getDataset().data||[],a=n.data;for(t=0,e=i.length;t<e;++t)a[t]=a[t]||this.createMetaData(t);n.dataset=n.dataset||this.createMetaDataset()},addElementAndReset:function(t){var e=this.createMetaData(t);this.getMeta().data.splice(t,0,e),this.updateElement(e,t,!0)},buildOrUpdateElements:function(){var t=this,e=t.getDataset(),n=e.data||(e.data=[]);t._data!==n&&(t._data&&i(t._data,t),function(a,t){a._chartjs?a._chartjs.listeners.push(t):(Object.defineProperty(a,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),r.forEach(function(t){var n="onData"+t.charAt(0).toUpperCase()+t.slice(1),i=a[t];Object.defineProperty(a,t,{configurable:!0,enumerable:!1,value:function(){var e=Array.prototype.slice.call(arguments),t=i.apply(this,e);return s.each(a._chartjs.listeners,function(t){"function"==typeof t[n]&&t[n].apply(t,e)}),t}})}))}(n,t),t._data=n),t.resyncElements()},update:s.noop,transition:function(t){for(var e=this.getMeta(),n=e.data||[],i=n.length,a=0;a<i;++a)n[a].transition(t);e.dataset&&e.dataset.transition(t)},draw:function(){var t=this.getMeta(),e=t.data||[],n=e.length,i=0;for(t.dataset&&t.dataset.draw();i<n;++i)e[i].draw()},removeHoverStyle:function(t,e){var n=this.chart.data.datasets[t._datasetIndex],i=t._index,a=t.custom||{},r=s.valueAtIndexOrDefault,o=t._model;o.backgroundColor=a.backgroundColor?a.backgroundColor:r(n.backgroundColor,i,e.backgroundColor),o.borderColor=a.borderColor?a.borderColor:r(n.borderColor,i,e.borderColor),o.borderWidth=a.borderWidth?a.borderWidth:r(n.borderWidth,i,e.borderWidth)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=s.valueAtIndexOrDefault,r=s.getHoverColor,o=t._model;o.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:a(e.hoverBackgroundColor,n,r(o.backgroundColor)),o.borderColor=i.hoverBorderColor?i.hoverBorderColor:a(e.hoverBorderColor,n,r(o.borderColor)),o.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:a(e.hoverBorderWidth,n,o.borderWidth)},resyncElements:function(){var t=this.getMeta(),e=this.getDataset().data,n=t.data.length,i=e.length;i<n?t.data.splice(i,n-i):n<i&&this.insertElements(n,i-n)},insertElements:function(t,e){for(var n=0;n<e;++n)this.addElementAndReset(t+n)},onDataPush:function(){this.insertElements(this.getDataset().data.length-1,arguments.length)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(t,e){this.getMeta().data.splice(t,e),this.insertElements(t,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),t.DatasetController.extend=s.inherits}},{45:45}],25:[function(t,e,n){"use strict";var i=t(45);e.exports={_set:function(t,e){return i.merge(this[t]||(this[t]={}),e)}}},{45:45}],26:[function(t,e,n){"use strict";var g=t(2),i=t(45);function a(t){i.extend(this,t),this.initialize.apply(this,arguments)}i.extend(a.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=i.clone(t._model)),t._start={},t},transition:function(t){var e=this,n=e._model,i=e._start,a=e._view;return n&&1!==t?(a=a||(e._view={}),function(t,e,n,i){var a,r,o,s,l,u,d,h,c,f=Object.keys(n);for(a=0,r=f.length;a<r;++a)if(u=n[o=f[a]],e.hasOwnProperty(o)||(e[o]=u),(s=e[o])!==u&&"_"!==o[0]){if(t.hasOwnProperty(o)||(t[o]=s),(d=typeof u)==typeof(l=t[o]))if("string"==d){if((h=g(l)).valid&&(c=g(u)).valid){e[o]=c.mix(h,i).rgbString();continue}}else if("number"==d&&isFinite(l)&&isFinite(u)){e[o]=l+(u-l)*i;continue}e[o]=u}}(i=i||(e._start={}),a,n,t)):(e._view=n,e._start=null),e},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return i.isNumber(this._model.x)&&i.isNumber(this._model.y)}}),a.extend=i.inherits,e.exports=a},{2:2,45:45}],27:[function(t,e,n){"use strict";var i=t(2),a=t(25),g=t(45);e.exports=function(l){function d(t,e,n){var i;return"string"==typeof t?(i=parseInt(t,10),-1!==t.indexOf("%")&&(i=i/100*e.parentNode[n])):i=t,i}function h(t){return null!=t&&"none"!==t}function e(t,e,n){var i=document.defaultView,a=t.parentNode,r=i.getComputedStyle(t)[e],o=i.getComputedStyle(a)[e],s=h(r),l=h(o),u=Number.POSITIVE_INFINITY;return s||l?Math.min(s?d(r,t,n):u,l?d(o,a,n):u):"none"}g.configMerge=function(){return g.merge(g.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(t,e,n,i){var a=e[t]||{},r=n[t];"scales"===t?e[t]=g.scaleMerge(a,r):"scale"===t?e[t]=g.merge(a,[l.scaleService.getScaleDefaults(r.type),r]):g._merger(t,e,n,i)}})},g.scaleMerge=function(){return g.merge(g.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(t,e,n,i){if("xAxes"===t||"yAxes"===t){var a,r,o,s=n[t].length;for(e[t]||(e[t]=[]),a=0;a<s;++a)o=n[t][a],r=g.valueOrDefault(o.type,"xAxes"===t?"category":"linear"),a>=e[t].length&&e[t].push({}),!e[t][a].type||o.type&&o.type!==e[t][a].type?g.merge(e[t][a],[l.scaleService.getScaleDefaults(r),o]):g.merge(e[t][a],o)}else g._merger(t,e,n,i)}})},g.where=function(t,e){if(g.isArray(t)&&Array.prototype.filter)return t.filter(e);var n=[];return g.each(t,function(t){e(t)&&n.push(t)}),n},g.findIndex=Array.prototype.findIndex?function(t,e,n){return t.findIndex(e,n)}:function(t,e,n){n=void 0===n?t:n;for(var i=0,a=t.length;i<a;++i)if(e.call(n,t[i],i,t))return i;return-1},g.findNextWhere=function(t,e,n){g.isNullOrUndef(n)&&(n=-1);for(var i=n+1;i<t.length;i++){var a=t[i];if(e(a))return a}},g.findPreviousWhere=function(t,e,n){g.isNullOrUndef(n)&&(n=t.length);for(var i=n-1;0<=i;i--){var a=t[i];if(e(a))return a}},g.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},g.almostEquals=function(t,e,n){return Math.abs(t-e)<n},g.almostWhole=function(t,e){var n=Math.round(t);return n-e<t&&t<n+e},g.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},g.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},g.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return 0===(t=+t)||isNaN(t)?t:0<t?1:-1},g.log10=Math.log10?function(t){return Math.log10(t)}:function(t){var e=Math.log(t)*Math.LOG10E,n=Math.round(e);return t===Math.pow(10,n)?n:e},g.toRadians=function(t){return t*(Math.PI/180)},g.toDegrees=function(t){return t*(180/Math.PI)},g.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),r=Math.atan2(i,n);return r<-.5*Math.PI&&(r+=2*Math.PI),{angle:r,distance:a}},g.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},g.aliasPixel=function(t){return t%2==0?0:.5},g.splineCurve=function(t,e,n,i){var a=t.skip?e:t,r=e,o=n.skip?e:n,s=Math.sqrt(Math.pow(r.x-a.x,2)+Math.pow(r.y-a.y,2)),l=Math.sqrt(Math.pow(o.x-r.x,2)+Math.pow(o.y-r.y,2)),u=s/(s+l),d=l/(s+l),h=i*(u=isNaN(u)?0:u),c=i*(d=isNaN(d)?0:d);return{previous:{x:r.x-h*(o.x-a.x),y:r.y-h*(o.y-a.y)},next:{x:r.x+c*(o.x-a.x),y:r.y+c*(o.y-a.y)}}},g.EPSILON=Number.EPSILON||1e-14,g.splineCurveMonotone=function(t){var e,n,i,a,r,o,s,l,u,d=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),h=d.length;for(e=0;e<h;++e)if(!(i=d[e]).model.skip){if(n=0<e?d[e-1]:null,(a=e<h-1?d[e+1]:null)&&!a.model.skip){var c=a.model.x-i.model.x;i.deltaK=0!=c?(a.model.y-i.model.y)/c:0}!n||n.model.skip?i.mK=i.deltaK:!a||a.model.skip?i.mK=n.deltaK:this.sign(n.deltaK)!==this.sign(i.deltaK)?i.mK=0:i.mK=(n.deltaK+i.deltaK)/2}for(e=0;e<h-1;++e)i=d[e],a=d[e+1],i.model.skip||a.model.skip||(g.almostEquals(i.deltaK,0,this.EPSILON)?i.mK=a.mK=0:(r=i.mK/i.deltaK,o=a.mK/i.deltaK,(l=Math.pow(r,2)+Math.pow(o,2))<=9||(s=3/Math.sqrt(l),i.mK=r*s*i.deltaK,a.mK=o*s*i.deltaK)));for(e=0;e<h;++e)(i=d[e]).model.skip||(n=0<e?d[e-1]:null,a=e<h-1?d[e+1]:null,n&&!n.model.skip&&(u=(i.model.x-n.model.x)/3,i.model.controlPointPreviousX=i.model.x-u,i.model.controlPointPreviousY=i.model.y-u*i.mK),a&&!a.model.skip&&(u=(a.model.x-i.model.x)/3,i.model.controlPointNextX=i.model.x+u,i.model.controlPointNextY=i.model.y+u*i.mK))},g.nextItem=function(t,e,n){return n?e>=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},g.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},g.niceNum=function(t,e){var n=Math.floor(g.log10(t)),i=t/Math.pow(10,n);return(e?i<1.5?1:i<3?2:i<7?5:10:i<=1?1:i<=2?2:i<=5?5:10)*Math.pow(10,n)},g.requestAnimFrame="undefined"==typeof window?function(t){t()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)},g.getRelativePosition=function(t,e){var n,i,a=t.originalEvent||t,r=t.currentTarget||t.srcElement,o=r.getBoundingClientRect(),s=a.touches;i=s&&0<s.length?(n=s[0].clientX,s[0].clientY):(n=a.clientX,a.clientY);var l=parseFloat(g.getStyle(r,"padding-left")),u=parseFloat(g.getStyle(r,"padding-top")),d=parseFloat(g.getStyle(r,"padding-right")),h=parseFloat(g.getStyle(r,"padding-bottom")),c=o.right-o.left-l-d,f=o.bottom-o.top-u-h;return{x:n=Math.round((n-o.left-l)/c*r.width/e.currentDevicePixelRatio),y:i=Math.round((i-o.top-u)/f*r.height/e.currentDevicePixelRatio)}},g.getConstraintWidth=function(t){return e(t,"max-width","clientWidth")},g.getConstraintHeight=function(t){return e(t,"max-height","clientHeight")},g.getMaximumWidth=function(t){var e=t.parentNode;if(!e)return t.clientWidth;var n=parseInt(g.getStyle(e,"padding-left"),10),i=parseInt(g.getStyle(e,"padding-right"),10),a=e.clientWidth-n-i,r=g.getConstraintWidth(t);return isNaN(r)?a:Math.min(a,r)},g.getMaximumHeight=function(t){var e=t.parentNode;if(!e)return t.clientHeight;var n=parseInt(g.getStyle(e,"padding-top"),10),i=parseInt(g.getStyle(e,"padding-bottom"),10),a=e.clientHeight-n-i,r=g.getConstraintHeight(t);return isNaN(r)?a:Math.min(a,r)},g.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},g.retinaScale=function(t,e){var n=t.currentDevicePixelRatio=e||window.devicePixelRatio||1;if(1!==n){var i=t.canvas,a=t.height,r=t.width;i.height=a*n,i.width=r*n,t.ctx.scale(n,n),i.style.height||i.style.width||(i.style.height=a+"px",i.style.width=r+"px")}},g.fontString=function(t,e,n){return e+" "+t+"px "+n},g.longestText=function(e,t,n,i){var a=(i=i||{}).data=i.data||{},r=i.garbageCollect=i.garbageCollect||[];i.font!==t&&(a=i.data={},r=i.garbageCollect=[],i.font=t),e.font=t;var o=0;g.each(n,function(t){null!=t&&!0!==g.isArray(t)?o=g.measureText(e,a,r,o,t):g.isArray(t)&&g.each(t,function(t){null==t||g.isArray(t)||(o=g.measureText(e,a,r,o,t))})});var s=r.length/2;if(s>n.length){for(var l=0;l<s;l++)delete a[r[l]];r.splice(0,s)}return o},g.measureText=function(t,e,n,i,a){var r=e[a];return r||(r=e[a]=t.measureText(a).width,n.push(a)),i<r&&(i=r),i},g.numberOfLabelLines=function(t){var e=1;return g.each(t,function(t){g.isArray(t)&&t.length>e&&(e=t.length)}),e},g.color=i?function(t){return t instanceof CanvasGradient&&(t=a.global.defaultColor),i(t)}:function(t){return console.error("Color.js not found!"),t},g.getHoverColor=function(t){return t instanceof CanvasPattern?t:g.color(t).saturate(.5).darken(.1).rgbString()}}},{2:2,25:25,45:45}],28:[function(t,e,n){"use strict";var i=t(45);function s(t,e){return t.native?{x:t.x,y:t.y}:i.getRelativePosition(t,e)}function l(t,e){var n,i,a,r,o;for(i=0,r=t.data.datasets.length;i<r;++i)if(t.isDatasetVisible(i))for(a=0,o=(n=t.getDatasetMeta(i)).data.length;a<o;++a){var s=n.data[a];s._view.skip||e(s)}}function u(t,e){var n=[];return l(t,function(t){t.inRange(e.x,e.y)&&n.push(t)}),n}function d(t,i,a,r){var o=Number.POSITIVE_INFINITY,s=[];return l(t,function(t){if(!a||t.inRange(i.x,i.y)){var e=t.getCenterPoint(),n=r(i,e);n<o?(s=[t],o=n):n===o&&s.push(t)}}),s}function h(t){var a=-1!==t.indexOf("x"),r=-1!==t.indexOf("y");return function(t,e){var n=a?Math.abs(t.x-e.x):0,i=r?Math.abs(t.y-e.y):0;return Math.sqrt(Math.pow(n,2)+Math.pow(i,2))}}function a(i,t,e){var n=s(t,i);e.axis=e.axis||"x";var a=h(e.axis),r=e.intersect?u(i,n):d(i,n,!1,a),o=[];return r.length?(i.data.datasets.forEach(function(t,e){if(i.isDatasetVisible(e)){var n=i.getDatasetMeta(e).data[r[0]._index];n&&!n._view.skip&&o.push(n)}}),o):[]}e.exports={modes:{single:function(t,e){var n=s(e,t),i=[];return l(t,function(t){if(t.inRange(n.x,n.y))return i.push(t),i}),i.slice(0,1)},label:a,index:a,dataset:function(t,e,n){var i=s(e,t);n.axis=n.axis||"xy";var a=h(n.axis),r=n.intersect?u(t,i):d(t,i,!1,a);return 0<r.length&&(r=t.getDatasetMeta(r[0]._datasetIndex).data),r},"x-axis":function(t,e){return a(t,e,{intersect:!1})},point:function(t,e){return u(t,s(e,t))},nearest:function(t,e,n){var i=s(e,t);n.axis=n.axis||"xy";var a=h(n.axis),r=d(t,i,n.intersect,a);return 1<r.length&&r.sort(function(t,e){var n=t.getArea()-e.getArea();return 0===n&&(n=t._datasetIndex-e._datasetIndex),n}),r.slice(0,1)},x:function(t,e,n){var i=s(e,t),a=[],r=!1;return l(t,function(t){t.inXRange(i.x)&&a.push(t),t.inRange(i.x,i.y)&&(r=!0)}),n.intersect&&!r&&(a=[]),a},y:function(t,e,n){var i=s(e,t),a=[],r=!1;return l(t,function(t){t.inYRange(i.y)&&a.push(t),t.inRange(i.x,i.y)&&(r=!0)}),n.intersect&&!r&&(a=[]),a}}}},{45:45}],29:[function(t,e,n){"use strict";t(25)._set("global",{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},layout:{padding:{top:0,right:0,bottom:0,left:0}}}),e.exports=function(){function t(t,e){return this.construct(t,e),this}return t.Chart=t}},{25:25}],30:[function(t,e,n){"use strict";var N=t(45);function z(t,e){return N.where(t,function(t){return t.position===e})}function H(t,a){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,e){var n=a?e:t,i=a?t:e;return n.weight===i.weight?n._tmpIndex_-i._tmpIndex_:n.weight-i.weight}),t.forEach(function(t){delete t._tmpIndex_})}e.exports={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;-1!==n&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,a=["fullWidth","position","weight"],r=a.length,o=0;o<r;++o)i=a[o],n.hasOwnProperty(i)&&(e[i]=n[i])},update:function(e,n,t){if(e){var i=e.options.layout||{},a=N.options.toPadding(i.padding),r=a.left,o=a.right,s=a.top,l=a.bottom,u=z(e.boxes,"left"),d=z(e.boxes,"right"),h=z(e.boxes,"top"),c=z(e.boxes,"bottom"),f=z(e.boxes,"chartArea");H(u,!0),H(d,!1),H(h,!0),H(c,!1);var g=n-r-o,m=t-s-l,p=m/2,v=(n-g/2)/(u.length+d.length),y=(t-p)/(h.length+c.length),b=g,x=m,_=[];N.each(u.concat(d,h,c),function(t){var e,n=t.isHorizontal();n?(e=t.update(t.fullWidth?g:b,y),x-=e.height):(e=t.update(v,x),b-=e.width),_.push({horizontal:n,minSize:e,box:t})});var k=0,w=0,M=0,S=0;N.each(h.concat(c),function(t){if(t.getPadding){var e=t.getPadding();k=Math.max(k,e.left),w=Math.max(w,e.right)}}),N.each(u.concat(d),function(t){if(t.getPadding){var e=t.getPadding();M=Math.max(M,e.top),S=Math.max(S,e.bottom)}});var D=r,C=o,P=s,T=l;N.each(u.concat(d),W),N.each(u,function(t){D+=t.width}),N.each(d,function(t){C+=t.width}),N.each(h.concat(c),W),N.each(h,function(t){P+=t.height}),N.each(c,function(t){T+=t.height}),N.each(u.concat(d),function(e){var t=N.findNextWhere(_,function(t){return t.box===e}),n={left:0,right:0,top:P,bottom:T};t&&e.update(t.minSize.width,x,n)}),D=r,C=o,P=s,T=l,N.each(u,function(t){D+=t.width}),N.each(d,function(t){C+=t.width}),N.each(h,function(t){P+=t.height}),N.each(c,function(t){T+=t.height});var O=Math.max(k-D,0);D+=O,C+=Math.max(w-C,0);var I=Math.max(M-P,0);P+=I,T+=Math.max(S-T,0);var A=t-P-T,F=n-D-C;F===b&&A===x||(N.each(u,function(t){t.height=A}),N.each(d,function(t){t.height=A}),N.each(h,function(t){t.fullWidth||(t.width=F)}),N.each(c,function(t){t.fullWidth||(t.width=F)}),x=A,b=F);var R=r+O,L=s+I;N.each(u.concat(h),Y),R+=b,L+=x,N.each(d,Y),N.each(c,Y),e.chartArea={left:D,top:P,right:D+b,bottom:P+x},N.each(f,function(t){t.left=e.chartArea.left,t.top=e.chartArea.top,t.right=e.chartArea.right,t.bottom=e.chartArea.bottom,t.update(b,x)})}function W(e){var t=N.findNextWhere(_,function(t){return t.box===e});if(t)if(e.isHorizontal()){var n={left:Math.max(D,k),right:Math.max(C,w),top:0,bottom:0};e.update(e.fullWidth?g:b,m/2,n)}else e.update(t.minSize.width,x)}function Y(t){t.isHorizontal()?(t.left=t.fullWidth?r:D,t.right=t.fullWidth?n-o:D+b,t.top=L,t.bottom=L+t.height,L=t.bottom):(t.left=R,t.right=R+t.width,t.top=P,t.bottom=P+x,R=t.right)}}}},{45:45}],31:[function(t,e,n){"use strict";var o=t(25),s=t(45);o._set("global",{plugins:{}}),e.exports={_plugins:[],_cacheId:0,register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)}),this._cacheId++},unregister:function(t){var n=this._plugins;[].concat(t).forEach(function(t){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e,n){var i,a,r,o,s,l=this.descriptors(t),u=l.length;for(i=0;i<u;++i)if("function"==typeof(s=(r=(a=l[i]).plugin)[e])&&((o=[t].concat(n||[])).push(a.options),!1===s.apply(r,o)))return!1;return!0},descriptors:function(t){var e=t.$plugins||(t.$plugins={});if(e.id===this._cacheId)return e.descriptors;var i=[],a=[],n=t&&t.config||{},r=n.options&&n.options.plugins||{};return this._plugins.concat(n.plugins||[]).forEach(function(t){if(-1===i.indexOf(t)){var e=t.id,n=r[e];!1!==n&&(!0===n&&(n=s.clone(o.global.plugins[e])),i.push(t),a.push({plugin:t,options:n||{}}))}}),e.descriptors=a,e.id=this._cacheId,a},_invalidate:function(t){delete t.$plugins}}},{25:25,45:45}],32:[function(t,e,n){"use strict";var x=t(25),i=t(26),B=t(45),a=t(34);function M(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(t[e].label);return i}function E(t,e,n){var i=t.getPixelForTick(e);return n&&(i-=0===e?(t.getPixelForTick(1)-i)/2:(i-t.getPixelForTick(e-1))/2),i}x._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",lineHeight:1.2,padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:a.formatters.values,minor:{},major:{}}}),e.exports=function(t){function _(t,e,n){return B.isArray(e)?B.longestText(t,n,e):t.measureText(e).width}function k(t){var e=B.valueOrDefault,n=x.global,i=e(t.fontSize,n.defaultFontSize),a=e(t.fontStyle,n.defaultFontStyle),r=e(t.fontFamily,n.defaultFontFamily);return{size:i,style:a,family:r,font:B.fontString(i,a,r)}}function w(t){return B.options.toLineHeight(B.valueOrDefault(t.lineHeight,1.2),B.valueOrDefault(t.fontSize,x.global.defaultFontSize))}t.Scale=i.extend({getPadding:function(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}},getTicks:function(){return this._ticks},mergeTicksOptions:function(){var t=this.options.ticks;for(var e in!1===t.minor&&(t.minor={display:!1}),!1===t.major&&(t.major={display:!1}),t)"major"!==e&&"minor"!==e&&(void 0===t.minor[e]&&(t.minor[e]=t[e]),void 0===t.major[e]&&(t.major[e]=t[e]))},beforeUpdate:function(){B.callback(this.options.beforeUpdate,[this])},update:function(t,e,n){var i,a,r,o,s,l,u=this;for(u.beforeUpdate(),u.maxWidth=t,u.maxHeight=e,u.margins=B.extend({left:0,right:0,top:0,bottom:0},n),u.longestTextCache=u.longestTextCache||{},u.beforeSetDimensions(),u.setDimensions(),u.afterSetDimensions(),u.beforeDataLimits(),u.determineDataLimits(),u.afterDataLimits(),u.beforeBuildTicks(),s=u.buildTicks()||[],u.afterBuildTicks(),u.beforeTickToLabelConversion(),r=u.convertTicksToLabels(s)||u.ticks,u.afterTickToLabelConversion(),i=0,a=(u.ticks=r).length;i<a;++i)o=r[i],(l=s[i])?l.label=o:s.push(l={label:o,major:!1});return u._ticks=s,u.beforeCalculateTickRotation(),u.calculateTickRotation(),u.afterCalculateTickRotation(),u.beforeFit(),u.fit(),u.afterFit(),u.afterUpdate(),u.minSize},afterUpdate:function(){B.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){B.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){B.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){B.callback(this.options.beforeDataLimits,[this])},determineDataLimits:B.noop,afterDataLimits:function(){B.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){B.callback(this.options.beforeBuildTicks,[this])},buildTicks:B.noop,afterBuildTicks:function(){B.callback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){B.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this.options.ticks;this.ticks=this.ticks.map(t.userCallback||t.callback,this)},afterTickToLabelConversion:function(){B.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){B.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var t=this,e=t.ctx,n=t.options.ticks,i=M(t._ticks),a=k(n);e.font=a.font;var r=n.minRotation||0;if(i.length&&t.options.display&&t.isHorizontal())for(var o,s=B.longestText(e,a.font,i,t.longestTextCache),l=s,u=t.getPixelForTick(1)-t.getPixelForTick(0)-6;u<l&&r<n.maxRotation;){var d=B.toRadians(r);if(o=Math.cos(d),Math.sin(d)*s>t.maxHeight){r--;break}r++,l=o*s}t.labelRotation=r},afterCalculateTickRotation:function(){B.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){B.callback(this.options.beforeFit,[this])},fit:function(){var t=this,e=t.minSize={width:0,height:0},n=M(t._ticks),i=t.options,a=i.ticks,r=i.scaleLabel,o=i.gridLines,s=i.display,l=t.isHorizontal(),u=k(a),d=i.gridLines.tickMarkLength;if(e.width=l?t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:s&&o.drawTicks?d:0,e.height=l?s&&o.drawTicks?d:0:t.maxHeight,r.display&&s){var h=w(r)+B.options.toPadding(r.padding).height;l?e.height+=h:e.width+=h}if(a.display&&s){var c=B.longestText(t.ctx,u.font,n,t.longestTextCache),f=B.numberOfLabelLines(n),g=.5*u.size,m=t.options.ticks.padding;if(l){t.longestLabelWidth=c;var p=B.toRadians(t.labelRotation),v=Math.cos(p),y=Math.sin(p)*c+u.size*f+g*(f-1)+g;e.height=Math.min(t.maxHeight,e.height+y+m),t.ctx.font=u.font;var b=_(t.ctx,n[0],u.font),x=_(t.ctx,n[n.length-1],u.font);0!==t.labelRotation?(t.paddingLeft="bottom"===i.position?v*b+3:v*g+3,t.paddingRight="bottom"===i.position?v*g+3:v*x+3):(t.paddingLeft=b/2+3,t.paddingRight=x/2+3)}else a.mirror?c=0:c+=m+g,e.width=Math.min(t.maxWidth,e.width+c),t.paddingTop=u.size/2,t.paddingBottom=u.size/2}t.handleMargins(),t.width=e.width,t.height=e.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){B.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){if(B.isNullOrUndef(t))return NaN;if("number"==typeof t&&!isFinite(t))return NaN;if(t)if(this.isHorizontal()){if(void 0!==t.x)return this.getRightValue(t.x)}else if(void 0!==t.y)return this.getRightValue(t.y);return t},getLabelForIndex:B.noop,getPixelForValue:B.noop,getValueForPixel:B.noop,getPixelForTick:function(t){var e=this,n=e.options.offset;if(e.isHorizontal()){var i=(e.width-(e.paddingLeft+e.paddingRight))/Math.max(e._ticks.length-(n?0:1),1),a=i*t+e.paddingLeft;n&&(a+=i/2);var r=e.left+Math.round(a);return r+=e.isFullWidth()?e.margins.left:0}var o=e.height-(e.paddingTop+e.paddingBottom);return e.top+t*(o/(e._ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var n=(e.width-(e.paddingLeft+e.paddingRight))*t+e.paddingLeft,i=e.left+Math.round(n);return i+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this.min,e=this.max;return this.beginAtZero?0:t<0&&e<0?e:0<t&&0<e?t:0},_autoSkip:function(t){var e,n,i,a,r=this,o=r.isHorizontal(),s=r.options.ticks.minor,l=t.length,u=B.toRadians(r.labelRotation),d=Math.cos(u),h=r.longestLabelWidth*d,c=[];for(s.maxTicksLimit&&(a=s.maxTicksLimit),o&&(e=!1,(h+s.autoSkipPadding)*l>r.width-(r.paddingLeft+r.paddingRight)&&(e=1+Math.floor((h+s.autoSkipPadding)*l/(r.width-(r.paddingLeft+r.paddingRight)))),a&&a<l&&(e=Math.max(e,Math.floor(l/a)))),n=0;n<l;n++)i=t[n],(1<e&&0<n%e||n%e==0&&l<=n+e)&&n!==l-1&&delete i.label,c.push(i);return c},draw:function(S){var D=this,C=D.options;if(C.display){var o=D.ctx,P=x.global,T=C.ticks.minor,t=C.ticks.major||T,O=C.gridLines,e=C.scaleLabel,I=0!==D.labelRotation,A=D.isHorizontal(),F=T.autoSkip?D._autoSkip(D.getTicks()):D.getTicks(),s=B.valueOrDefault(T.fontColor,P.defaultFontColor),l=k(T),u=B.valueOrDefault(t.fontColor,P.defaultFontColor),d=k(t),R=O.drawTicks?O.tickMarkLength:0,n=B.valueOrDefault(e.fontColor,P.defaultFontColor),i=k(e),a=B.options.toPadding(e.padding),L=B.toRadians(D.labelRotation),W=[],Y=D.options.gridLines.lineWidth,N="right"===C.position?D.right:D.right-Y-R,z="right"===C.position?D.right+R:D.right,H="bottom"===C.position?D.top+Y:D.bottom-R-Y,V="bottom"===C.position?D.top+Y+R:D.bottom+Y;if(B.each(F,function(t,e){if(!B.isNullOrUndef(t.label)){var n,i,a,r,o,s,l,u,d,h,c,f,g,m,p=t.label;r=e===D.zeroLineIndex&&C.offset===O.offsetGridLines?(n=O.zeroLineWidth,i=O.zeroLineColor,a=O.zeroLineBorderDash,O.zeroLineBorderDashOffset):(n=B.valueAtIndexOrDefault(O.lineWidth,e),i=B.valueAtIndexOrDefault(O.color,e),a=B.valueOrDefault(O.borderDash,P.borderDash),B.valueOrDefault(O.borderDashOffset,P.borderDashOffset));var v="middle",y="middle",b=T.padding;if(A){var x=R+b;m="bottom"===C.position?(y=I?"middle":"top",v=I?"right":"center",D.top+x):(y=I?"middle":"bottom",v=I?"left":"center",D.bottom-x);var _=E(D,e,O.offsetGridLines&&1<F.length);_<D.left&&(i="rgba(0,0,0,0)"),_+=B.aliasPixel(n),g=D.getPixelForTick(e)+T.labelOffset,o=l=d=c=_,s=H,u=V,h=S.top,f=S.bottom+Y}else{var k,w="left"===C.position;k=T.mirror?(v=w?"left":"right",b):(v=w?"right":"left",R+b),g=w?D.right-k:D.left+k;var M=E(D,e,O.offsetGridLines&&1<F.length);M<D.top&&(i="rgba(0,0,0,0)"),M+=B.aliasPixel(n),m=D.getPixelForTick(e)+T.labelOffset,o=N,l=z,d=S.left,c=S.right+Y,s=u=h=f=M}W.push({tx1:o,ty1:s,tx2:l,ty2:u,x1:d,y1:h,x2:c,y2:f,labelX:g,labelY:m,glWidth:n,glColor:i,glBorderDash:a,glBorderDashOffset:r,rotation:-1*L,label:p,major:t.major,textBaseline:y,textAlign:v})}}),B.each(W,function(t){if(O.display&&(o.save(),o.lineWidth=t.glWidth,o.strokeStyle=t.glColor,o.setLineDash&&(o.setLineDash(t.glBorderDash),o.lineDashOffset=t.glBorderDashOffset),o.beginPath(),O.drawTicks&&(o.moveTo(t.tx1,t.ty1),o.lineTo(t.tx2,t.ty2)),O.drawOnChartArea&&(o.moveTo(t.x1,t.y1),o.lineTo(t.x2,t.y2)),o.stroke(),o.restore()),T.display){o.save(),o.translate(t.labelX,t.labelY),o.rotate(t.rotation),o.font=t.major?d.font:l.font,o.fillStyle=t.major?u:s,o.textBaseline=t.textBaseline,o.textAlign=t.textAlign;var e=t.label;if(B.isArray(e))for(var n=e.length,i=1.5*l.size,a=D.isHorizontal()?0:-i*(n-1)/2,r=0;r<n;++r)o.fillText(""+e[r],0,a),a+=i;else o.fillText(e,0,0);o.restore()}}),e.display){var r,h,c=0,f=w(e)/2;if(A)r=D.left+(D.right-D.left)/2,h="bottom"===C.position?D.bottom-f-a.bottom:D.top+f+a.top;else{var g="left"===C.position;r=g?D.left+f+a.top:D.right-f-a.top,h=D.top+(D.bottom-D.top)/2,c=g?-.5*Math.PI:.5*Math.PI}o.save(),o.translate(r,h),o.rotate(c),o.textAlign="center",o.textBaseline="middle",o.fillStyle=n,o.font=i.font,o.fillText(e.labelString,0,0),o.restore()}if(O.drawBorder){o.lineWidth=B.valueAtIndexOrDefault(O.lineWidth,0),o.strokeStyle=B.valueAtIndexOrDefault(O.color,0);var m=D.left,p=D.right+Y,v=D.top,y=D.bottom+Y,b=B.aliasPixel(o.lineWidth);A?(v=y="top"===C.position?D.bottom:D.top,v+=b,y+=b):(m=p="left"===C.position?D.right:D.left,m+=b,p+=b),o.beginPath(),o.moveTo(m,v),o.lineTo(p,y),o.stroke()}}}})}},{25:25,26:26,34:34,45:45}],33:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(30);e.exports=function(t){t.scaleService={constructors:{},defaults:{},registerScaleType:function(t,e,n){this.constructors[t]=e,this.defaults[t]=a.clone(n)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(t){return this.defaults.hasOwnProperty(t)?a.merge({},[i.scale,this.defaults[t]]):{}},updateScaleDefaults:function(t,e){this.defaults.hasOwnProperty(t)&&(this.defaults[t]=a.extend(this.defaults[t],e))},addScalesToLayout:function(e){a.each(e.scales,function(t){t.fullWidth=t.options.fullWidth,t.position=t.options.position,t.weight=t.options.weight,r.addBox(e,t)})}}}},{25:25,30:30,45:45}],34:[function(t,e,n){"use strict";var s=t(45);e.exports={formatters:{values:function(t){return s.isArray(t)?t:""+t},linear:function(t,e,n){var i=3<n.length?n[2]-n[1]:n[1]-n[0];1<Math.abs(i)&&t!==Math.floor(t)&&(i=t-Math.floor(t));var a=s.log10(Math.abs(i)),r="";if(0!==t){var o=-1*Math.floor(a);o=Math.max(Math.min(o,20),0),r=t.toFixed(o)}else r="0";return r},logarithmic:function(t,e,n){var i=t/Math.pow(10,Math.floor(s.log10(t)));return 0===t?"0":1==i||2==i||5==i||0===e||e===n.length-1?t.toExponential():""}}}},{45:45}],35:[function(t,e,n){"use strict";var i=t(25),a=t(26),M=t(45);i._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:M.noop,title:function(t,e){var n="",i=e.labels,a=i?i.length:0;if(0<t.length){var r=t[0];r.xLabel?n=r.xLabel:0<a&&r.index<a&&(n=i[r.index])}return n},afterTitle:M.noop,beforeBody:M.noop,beforeLabel:M.noop,label:function(t,e){var n=e.datasets[t.datasetIndex].label||"";return n&&(n+=": "),n+=t.yLabel},labelColor:function(t,e){var n=e.getDatasetMeta(t.datasetIndex).data[t.index]._view;return{borderColor:n.borderColor,backgroundColor:n.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:M.noop,afterBody:M.noop,beforeFooter:M.noop,footer:M.noop,afterFooter:M.noop}}}),e.exports=function(_){function c(t,e){var n=M.color(t);return n.alpha(e*n.alpha()).rgbaString()}function o(t,e){return e&&(M.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function k(t){var e=i.global,n=M.valueOrDefault;return{xPadding:t.xPadding,yPadding:t.yPadding,xAlign:t.xAlign,yAlign:t.yAlign,bodyFontColor:t.bodyFontColor,_bodyFontFamily:n(t.bodyFontFamily,e.defaultFontFamily),_bodyFontStyle:n(t.bodyFontStyle,e.defaultFontStyle),_bodyAlign:t.bodyAlign,bodyFontSize:n(t.bodyFontSize,e.defaultFontSize),bodySpacing:t.bodySpacing,titleFontColor:t.titleFontColor,_titleFontFamily:n(t.titleFontFamily,e.defaultFontFamily),_titleFontStyle:n(t.titleFontStyle,e.defaultFontStyle),titleFontSize:n(t.titleFontSize,e.defaultFontSize),_titleAlign:t.titleAlign,titleSpacing:t.titleSpacing,titleMarginBottom:t.titleMarginBottom,footerFontColor:t.footerFontColor,_footerFontFamily:n(t.footerFontFamily,e.defaultFontFamily),_footerFontStyle:n(t.footerFontStyle,e.defaultFontStyle),footerFontSize:n(t.footerFontSize,e.defaultFontSize),_footerAlign:t.footerAlign,footerSpacing:t.footerSpacing,footerMarginTop:t.footerMarginTop,caretSize:t.caretSize,cornerRadius:t.cornerRadius,backgroundColor:t.backgroundColor,opacity:0,legendColorBackground:t.multiKeyBackground,displayColors:t.displayColors,borderColor:t.borderColor,borderWidth:t.borderWidth}}function w(t,e){var n=t._chart.ctx,i=2*e.yPadding,a=0,r=e.body,o=r.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);o+=e.beforeBody.length+e.afterBody.length;var s=e.title.length,l=e.footer.length,u=e.titleFontSize,d=e.bodyFontSize,h=e.footerFontSize;i+=s*u,i+=s?(s-1)*e.titleSpacing:0,i+=s?e.titleMarginBottom:0,i+=o*d,i+=o?(o-1)*e.bodySpacing:0,i+=l?e.footerMarginTop:0,i+=l*h,i+=l?(l-1)*e.footerSpacing:0;function c(t){a=Math.max(a,n.measureText(t).width+f)}var f=0;return n.font=M.fontString(u,e._titleFontStyle,e._titleFontFamily),M.each(e.title,c),n.font=M.fontString(d,e._bodyFontStyle,e._bodyFontFamily),M.each(e.beforeBody.concat(e.afterBody),c),f=e.displayColors?d+2:0,M.each(r,function(t){M.each(t.before,c),M.each(t.lines,c),M.each(t.after,c)}),f=0,n.font=M.fontString(h,e._footerFontStyle,e._footerFontFamily),M.each(e.footer,c),{width:a+=2*e.xPadding,height:i}}_.Tooltip=a.extend({initialize:function(){this._model=k(this._options),this._lastActive=[]},getTitle:function(){var t=this._options.callbacks,e=t.beforeTitle.apply(this,arguments),n=t.title.apply(this,arguments),i=t.afterTitle.apply(this,arguments),a=[];return a=o(a,e),a=o(a,n),a=o(a,i)},getBeforeBody:function(){var t=this._options.callbacks.beforeBody.apply(this,arguments);return M.isArray(t)?t:void 0!==t?[t]:[]},getBody:function(t,n){var i=this,a=i._options.callbacks,r=[];return M.each(t,function(t){var e={before:[],lines:[],after:[]};o(e.before,a.beforeLabel.call(i,t,n)),o(e.lines,a.label.call(i,t,n)),o(e.after,a.afterLabel.call(i,t,n)),r.push(e)}),r},getAfterBody:function(){var t=this._options.callbacks.afterBody.apply(this,arguments);return M.isArray(t)?t:void 0!==t?[t]:[]},getFooter:function(){var t=this._options.callbacks,e=t.beforeFooter.apply(this,arguments),n=t.footer.apply(this,arguments),i=t.afterFooter.apply(this,arguments),a=[];return a=o(a,e),a=o(a,n),a=o(a,i)},update:function(t){var e,n,i,a,r,o,s,l=this,u=l._options,d=l._model,h=l._model=k(u),c=l._active,f=l._data,g={xAlign:d.xAlign,yAlign:d.yAlign},m={x:d.x,y:d.y},p={width:d.width,height:d.height},v={x:d.caretX,y:d.caretY};if(c.length){h.opacity=1;var y=[],b=[];v=_.Tooltip.positioners[u.position].call(l,c,l._eventPosition);var x=[];for(e=0,n=c.length;e<n;++e)x.push((i=c[e],r=a=void 0,a=i._xScale,r=i._yScale||i._scale,o=i._index,s=i._datasetIndex,{xLabel:a?a.getLabelForIndex(o,s):"",yLabel:r?r.getLabelForIndex(o,s):"",index:o,datasetIndex:s,x:i._model.x,y:i._model.y}));u.filter&&(x=x.filter(function(t){return u.filter(t,f)})),u.itemSort&&(x=x.sort(function(t,e){return u.itemSort(t,e,f)})),M.each(x,function(t){y.push(u.callbacks.labelColor.call(l,t,l._chart)),b.push(u.callbacks.labelTextColor.call(l,t,l._chart))}),h.title=l.getTitle(x,f),h.beforeBody=l.getBeforeBody(x,f),h.body=l.getBody(x,f),h.afterBody=l.getAfterBody(x,f),h.footer=l.getFooter(x,f),h.x=Math.round(v.x),h.y=Math.round(v.y),h.caretPadding=u.caretPadding,h.labelColors=y,h.labelTextColors=b,h.dataPoints=x,m=function(t,e,n,i){var a=t.x,r=t.y,o=t.caretSize,s=t.caretPadding,l=t.cornerRadius,u=n.xAlign,d=n.yAlign,h=o+s,c=l+s;return"right"===u?a-=e.width:"center"===u&&((a-=e.width/2)+e.width>i.width&&(a=i.width-e.width),a<0&&(a=0)),"top"===d?r+=h:r-="bottom"===d?e.height+h:e.height/2,"center"===d?"left"===u?a+=h:"right"===u&&(a-=h):"left"===u?a-=c:"right"===u&&(a+=c),{x:a,y:r}}(h,p=w(this,h),g=function(t,e){var n,i,a,r,o,s=t._model,l=t._chart,u=t._chart.chartArea,d="center",h="center";s.y<e.height?h="top":s.y>l.height-e.height&&(h="bottom");var c=(u.left+u.right)/2,f=(u.top+u.bottom)/2;i="center"===h?(n=function(t){return t<=c},function(t){return c<t}):(n=function(t){return t<=e.width/2},function(t){return t>=l.width-e.width/2}),a=function(t){return t+e.width+s.caretSize+s.caretPadding>l.width},r=function(t){return t-e.width-s.caretSize-s.caretPadding<0},o=function(t){return t<=f?"top":"bottom"},n(s.x)?(d="left",a(s.x)&&(d="center",h=o(s.y))):i(s.x)&&(d="right",r(s.x)&&(d="center",h=o(s.y)));var g=t._options;return{xAlign:g.xAlign?g.xAlign:d,yAlign:g.yAlign?g.yAlign:h}}(this,p),l._chart)}else h.opacity=0;return h.xAlign=g.xAlign,h.yAlign=g.yAlign,h.x=m.x,h.y=m.y,h.width=p.width,h.height=p.height,h.caretX=v.x,h.caretY=v.y,l._model=h,t&&u.custom&&u.custom.call(l,h),l},drawCaret:function(t,e){var n=this._chart.ctx,i=this._view,a=this.getCaretPosition(t,e,i);n.lineTo(a.x1,a.y1),n.lineTo(a.x2,a.y2),n.lineTo(a.x3,a.y3)},getCaretPosition:function(t,e,n){var i,a,r,o,s,l,u=n.caretSize,d=n.cornerRadius,h=n.xAlign,c=n.yAlign,f=t.x,g=t.y,m=e.width,p=e.height;if("center"===c)s=g+p/2,l="left"===h?(a=(i=f)-u,r=i,o=s+u,s-u):(a=(i=f+m)+u,r=i,o=s-u,s+u);else if(r=(i="left"===h?(a=f+d+u)-u:"right"===h?(a=f+m-d-u)-u:(a=n.caretX)-u,a+u),"top"===c)s=(o=g)-u,l=o;else{s=(o=g+p)+u,l=o;var v=r;r=i,i=v}return{x1:i,x2:a,x3:r,y1:o,y2:s,y3:l}},drawTitle:function(t,e,n,i){var a=e.title;if(a.length){n.textAlign=e._titleAlign,n.textBaseline="top";var r,o,s=e.titleFontSize,l=e.titleSpacing;for(n.fillStyle=c(e.titleFontColor,i),n.font=M.fontString(s,e._titleFontStyle,e._titleFontFamily),r=0,o=a.length;r<o;++r)n.fillText(a[r],t.x,t.y),t.y+=s+l,r+1===a.length&&(t.y+=e.titleMarginBottom-l)}},drawBody:function(i,a,r,o){var s=a.bodyFontSize,e=a.bodySpacing,t=a.body;r.textAlign=a._bodyAlign,r.textBaseline="top",r.font=M.fontString(s,a._bodyFontStyle,a._bodyFontFamily);function l(t){r.fillText(t,i.x+n,i.y),i.y+=s+e}var n=0;r.fillStyle=c(a.bodyFontColor,o),M.each(a.beforeBody,l);var u=a.displayColors;n=u?s+2:0,M.each(t,function(t,e){var n=c(a.labelTextColors[e],o);r.fillStyle=n,M.each(t.before,l),M.each(t.lines,function(t){u&&(r.fillStyle=c(a.legendColorBackground,o),r.fillRect(i.x,i.y,s,s),r.lineWidth=1,r.strokeStyle=c(a.labelColors[e].borderColor,o),r.strokeRect(i.x,i.y,s,s),r.fillStyle=c(a.labelColors[e].backgroundColor,o),r.fillRect(i.x+1,i.y+1,s-2,s-2),r.fillStyle=n),l(t)}),M.each(t.after,l)}),n=0,M.each(a.afterBody,l),i.y-=e},drawFooter:function(e,n,i,t){var a=n.footer;a.length&&(e.y+=n.footerMarginTop,i.textAlign=n._footerAlign,i.textBaseline="top",i.fillStyle=c(n.footerFontColor,t),i.font=M.fontString(n.footerFontSize,n._footerFontStyle,n._footerFontFamily),M.each(a,function(t){i.fillText(t,e.x,e.y),e.y+=n.footerFontSize+n.footerSpacing}))},drawBackground:function(t,e,n,i,a){n.fillStyle=c(e.backgroundColor,a),n.strokeStyle=c(e.borderColor,a),n.lineWidth=e.borderWidth;var r=e.xAlign,o=e.yAlign,s=t.x,l=t.y,u=i.width,d=i.height,h=e.cornerRadius;n.beginPath(),n.moveTo(s+h,l),"top"===o&&this.drawCaret(t,i),n.lineTo(s+u-h,l),n.quadraticCurveTo(s+u,l,s+u,l+h),"center"===o&&"right"===r&&this.drawCaret(t,i),n.lineTo(s+u,l+d-h),n.quadraticCurveTo(s+u,l+d,s+u-h,l+d),"bottom"===o&&this.drawCaret(t,i),n.lineTo(s+h,l+d),n.quadraticCurveTo(s,l+d,s,l+d-h),"center"===o&&"left"===r&&this.drawCaret(t,i),n.lineTo(s,l+h),n.quadraticCurveTo(s,l,s+h,l),n.closePath(),n.fill(),0<e.borderWidth&&n.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},a=Math.abs(e.opacity<.001)?0:e.opacity,r=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&r&&(this.drawBackground(i,e,t,n,a),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,a),this.drawBody(i,e,t,a),this.drawFooter(i,e,t,a))}},handleEvent:function(t){var e,n=this,i=n._options;return n._lastActive=n._lastActive||[],"mouseout"===t.type?n._active=[]:n._active=n._chart.getElementsAtEventForMode(t,i.mode,i),(e=!M.arrayEquals(n._active,n._lastActive))&&(n._lastActive=n._active,(i.enabled||i.custom)&&(n._eventPosition={x:t.x,y:t.y},n.update(!0),n.pivot())),e}}),_.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,a=0,r=0;for(e=0,n=t.length;e<n;++e){var o=t[e];if(o&&o.hasValue()){var s=o.tooltipPosition();i+=s.x,a+=s.y,++r}}return{x:Math.round(i/r),y:Math.round(a/r)}},nearest:function(t,e){var n,i,a,r=e.x,o=e.y,s=Number.POSITIVE_INFINITY;for(n=0,i=t.length;n<i;++n){var l=t[n];if(l&&l.hasValue()){var u=l.getCenterPoint(),d=M.distanceBetweenPoints(e,u);d<s&&(s=d,a=l)}}if(a){var h=a.tooltipPosition();r=h.x,o=h.y}return{x:r,y:o}}}}},{25:25,26:26,45:45}],36:[function(t,e,n){"use strict";var i=t(25),a=t(26),d=t(45);i._set("global",{elements:{arc:{backgroundColor:i.global.defaultColor,borderColor:"#fff",borderWidth:2}}}),e.exports=a.extend({inLabelRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hoverRadius,2)},inRange:function(t,e){var n=this._view;if(n){for(var i=d.getAngleFromPoint(n,{x:t,y:e}),a=i.angle,r=i.distance,o=n.startAngle,s=n.endAngle;s<o;)s+=2*Math.PI;for(;s<a;)a-=2*Math.PI;for(;a<o;)a+=2*Math.PI;var l=o<=a&&a<=s,u=r>=n.innerRadius&&r<=n.outerRadius;return l&&u}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})},{25:25,26:26,45:45}],37:[function(t,e,n){"use strict";var i=t(25),a=t(26),d=t(45),h=i.global;i._set("global",{elements:{line:{tension:.4,backgroundColor:h.defaultColor,borderWidth:3,borderColor:h.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}}),e.exports=a.extend({draw:function(){var t,e,n,i,a=this._view,r=this._chart.ctx,o=a.spanGaps,s=this._children.slice(),l=h.elements.line,u=-1;for(this._loop&&s.length&&s.push(s[0]),r.save(),r.lineCap=a.borderCapStyle||l.borderCapStyle,r.setLineDash&&r.setLineDash(a.borderDash||l.borderDash),r.lineDashOffset=a.borderDashOffset||l.borderDashOffset,r.lineJoin=a.borderJoinStyle||l.borderJoinStyle,r.lineWidth=a.borderWidth||l.borderWidth,r.strokeStyle=a.borderColor||h.defaultColor,r.beginPath(),u=-1,t=0;t<s.length;++t)e=s[t],n=d.previousItem(s,t),i=e._view,0===t?i.skip||(r.moveTo(i.x,i.y),u=t):(n=-1===u?n:s[u],i.skip||(u!==t-1&&!o||-1===u?r.moveTo(i.x,i.y):d.canvas.lineTo(r,n._view,e._view),u=t));r.stroke(),r.restore()}})},{25:25,26:26,45:45}],38:[function(t,e,n){"use strict";var d=t(25),i=t(26),h=t(45),c=d.global.defaultColor;function a(t){var e=this._view;return!!e&&Math.abs(t-e.x)<e.radius+e.hitRadius}d._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:c,borderColor:c,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}}),e.exports=i.extend({inRange:function(t,e){var n=this._view;return!!n&&Math.pow(t-n.x,2)+Math.pow(e-n.y,2)<Math.pow(n.hitRadius+n.radius,2)},inLabelRange:a,inXRange:a,inYRange:function(t){var e=this._view;return!!e&&Math.abs(t-e.y)<e.radius+e.hitRadius},getCenterPoint:function(){var t=this._view;return{x:t.x,y:t.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y,padding:t.radius+t.borderWidth}},draw:function(t){var e=this._view,n=this._model,i=this._chart.ctx,a=e.pointStyle,r=e.radius,o=e.x,s=e.y,l=h.color,u=0;e.skip||(i.strokeStyle=e.borderColor||c,i.lineWidth=h.valueOrDefault(e.borderWidth,d.global.elements.point.borderWidth),i.fillStyle=e.backgroundColor||c,void 0!==t&&(n.x<t.left||1.01*t.right<n.x||n.y<t.top||1.01*t.bottom<n.y)&&(n.x<t.left?u=(o-n.x)/(t.left-n.x):1.01*t.right<n.x?u=(n.x-o)/(n.x-t.right):n.y<t.top?u=(s-n.y)/(t.top-n.y):1.01*t.bottom<n.y&&(u=(n.y-s)/(n.y-t.bottom)),u=Math.round(100*u)/100,i.strokeStyle=l(i.strokeStyle).alpha(u).rgbString(),i.fillStyle=l(i.fillStyle).alpha(u).rgbString()),h.canvas.drawPoint(i,a,r,o,s))}})},{25:25,26:26,45:45}],39:[function(t,e,n){"use strict";var i=t(25),a=t(26);function l(t){return void 0!==t._view.width}function r(t){var e,n,i,a,r=t._view;if(l(t)){var o=r.width/2;e=r.x-o,n=r.x+o,i=Math.min(r.y,r.base),a=Math.max(r.y,r.base)}else{var s=r.height/2;e=Math.min(r.x,r.base),n=Math.max(r.x,r.base),i=r.y-s,a=r.y+s}return{left:e,top:i,right:n,bottom:a}}i._set("global",{elements:{rectangle:{backgroundColor:i.global.defaultColor,borderColor:i.global.defaultColor,borderSkipped:"bottom",borderWidth:0}}}),e.exports=a.extend({draw:function(){var t,e,n,i,a,r,o,s=this._chart.ctx,l=this._view,u=l.borderWidth;if(o=l.horizontal?(t=l.base,e=l.x,n=l.y-l.height/2,i=l.y+l.height/2,a=t<e?1:-1,r=1,l.borderSkipped||"left"):(t=l.x-l.width/2,e=l.x+l.width/2,a=1,r=(n=l.y)<(i=l.base)?1:-1,l.borderSkipped||"bottom"),u){var d=Math.min(Math.abs(t-e),Math.abs(n-i)),h=(u=d<u?d:u)/2,c=t+("left"!==o?h*a:0),f=e+("right"!==o?-h*a:0),g=n+("top"!==o?h*r:0),m=i+("bottom"!==o?-h*r:0);c!==f&&(n=g,i=m),g!==m&&(t=c,e=f)}s.beginPath(),s.fillStyle=l.backgroundColor,s.strokeStyle=l.borderColor,s.lineWidth=u;var p=[[t,i],[t,n],[e,n],[e,i]],v=["bottom","left","top","right"].indexOf(o,0);function y(t){return p[(v+t)%4]}-1===v&&(v=0);var b=y(0);s.moveTo(b[0],b[1]);for(var x=1;x<4;x++)b=y(x),s.lineTo(b[0],b[1]);s.fill(),u&&s.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var n=!1;if(this._view){var i=r(this);n=t>=i.left&&t<=i.right&&e>=i.top&&e<=i.bottom}return n},inLabelRange:function(t,e){if(!this._view)return!1;var n=r(this);return l(this)?t>=n.left&&t<=n.right:e>=n.top&&e<=n.bottom},inXRange:function(t){var e=r(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=r(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,e,n=this._view;return e=l(this)?(t=n.x,(n.y+n.base)/2):(t=(n.x+n.base)/2,n.y),{x:t,y:e}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})},{25:25,26:26}],40:[function(t,e,n){"use strict";e.exports={},e.exports.Arc=t(36),e.exports.Line=t(37),e.exports.Point=t(38),e.exports.Rectangle=t(39)},{36:36,37:37,38:38,39:39}],41:[function(t,e,n){"use strict";var i=t(42);n=e.exports={clear:function(t){t.ctx.clearRect(0,0,t.width,t.height)},roundedRect:function(t,e,n,i,a,r){if(r){var o=Math.min(r,i/2),s=Math.min(r,a/2);t.moveTo(e+o,n),t.lineTo(e+i-o,n),t.quadraticCurveTo(e+i,n,e+i,n+s),t.lineTo(e+i,n+a-s),t.quadraticCurveTo(e+i,n+a,e+i-o,n+a),t.lineTo(e+o,n+a),t.quadraticCurveTo(e,n+a,e,n+a-s),t.lineTo(e,n+s),t.quadraticCurveTo(e,n,e+o,n)}else t.rect(e,n,i,a)},drawPoint:function(t,e,n,i,a){var r,o,s,l,u,d;if(!e||"object"!=typeof e||"[object HTMLImageElement]"!==(r=e.toString())&&"[object HTMLCanvasElement]"!==r){if(!(isNaN(n)||n<=0)){switch(e){default:t.beginPath(),t.arc(i,a,n,0,2*Math.PI),t.closePath(),t.fill();break;case"triangle":t.beginPath(),u=(o=3*n/Math.sqrt(3))*Math.sqrt(3)/2,t.moveTo(i-o/2,a+u/3),t.lineTo(i+o/2,a+u/3),t.lineTo(i,a-2*u/3),t.closePath(),t.fill();break;case"rect":d=1/Math.SQRT2*n,t.beginPath(),t.fillRect(i-d,a-d,2*d,2*d),t.strokeRect(i-d,a-d,2*d,2*d);break;case"rectRounded":var h=n/Math.SQRT2,c=i-h,f=a-h,g=Math.SQRT2*n;t.beginPath(),this.roundedRect(t,c,f,g,g,n/2),t.closePath(),t.fill();break;case"rectRot":d=1/Math.SQRT2*n,t.beginPath(),t.moveTo(i-d,a),t.lineTo(i,a+d),t.lineTo(i+d,a),t.lineTo(i,a-d),t.closePath(),t.fill();break;case"cross":t.beginPath(),t.moveTo(i,a+n),t.lineTo(i,a-n),t.moveTo(i-n,a),t.lineTo(i+n,a),t.closePath();break;case"crossRot":t.beginPath(),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,a-l),t.lineTo(i+s,a+l),t.moveTo(i-s,a+l),t.lineTo(i+s,a-l),t.closePath();break;case"star":t.beginPath(),t.moveTo(i,a+n),t.lineTo(i,a-n),t.moveTo(i-n,a),t.lineTo(i+n,a),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,a-l),t.lineTo(i+s,a+l),t.moveTo(i-s,a+l),t.lineTo(i+s,a-l),t.closePath();break;case"line":t.beginPath(),t.moveTo(i-n,a),t.lineTo(i+n,a),t.closePath();break;case"dash":t.beginPath(),t.moveTo(i,a),t.lineTo(i+n,a),t.closePath()}t.stroke()}}else t.drawImage(e,i-e.width/2,a-e.height/2,e.width,e.height)},clipArea:function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},unclipArea:function(t){t.restore()},lineTo:function(t,e,n,i){if(n.steppedLine)return"after"===n.steppedLine&&!i||"after"!==n.steppedLine&&i?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y);n.tension?t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):t.lineTo(n.x,n.y)}};i.clear=n.clear,i.drawRoundedRectangle=function(t){t.beginPath(),n.roundedRect.apply(n,arguments),t.closePath()}},{42:42}],42:[function(t,e,n){"use strict";var i,d={noop:function(){},uid:(i=0,function(){return i++}),isNullOrUndef:function(t){return null==t},isArray:Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},isObject:function(t){return null!==t&&"[object Object]"===Object.prototype.toString.call(t)},valueOrDefault:function(t,e){return void 0===t?e:t},valueAtIndexOrDefault:function(t,e,n){return d.valueOrDefault(d.isArray(t)?t[e]:t,n)},callback:function(t,e,n){if(t&&"function"==typeof t.call)return t.apply(n,e)},each:function(t,e,n,i){var a,r,o;if(d.isArray(t))if(r=t.length,i)for(a=r-1;0<=a;a--)e.call(n,t[a],a);else for(a=0;a<r;a++)e.call(n,t[a],a);else if(d.isObject(t))for(r=(o=Object.keys(t)).length,a=0;a<r;a++)e.call(n,t[o[a]],o[a])},arrayEquals:function(t,e){var n,i,a,r;if(!t||!e||t.length!==e.length)return!1;for(n=0,i=t.length;n<i;++n)if(a=t[n],r=e[n],a instanceof Array&&r instanceof Array){if(!d.arrayEquals(a,r))return!1}else if(a!==r)return!1;return!0},clone:function(t){if(d.isArray(t))return t.map(d.clone);if(d.isObject(t)){for(var e={},n=Object.keys(t),i=n.length,a=0;a<i;++a)e[n[a]]=d.clone(t[n[a]]);return e}return t},_merger:function(t,e,n,i){var a=e[t],r=n[t];d.isObject(a)&&d.isObject(r)?d.merge(a,r,i):e[t]=d.clone(r)},_mergerIf:function(t,e,n){var i=e[t],a=n[t];d.isObject(i)&&d.isObject(a)?d.mergeIf(i,a):e.hasOwnProperty(t)||(e[t]=d.clone(a))},merge:function(t,e,n){var i,a,r,o,s,l=d.isArray(e)?e:[e],u=l.length;if(!d.isObject(t))return t;for(i=(n=n||{}).merger||d._merger,a=0;a<u;++a)if(e=l[a],d.isObject(e))for(s=0,o=(r=Object.keys(e)).length;s<o;++s)i(r[s],t,e,n);return t},mergeIf:function(t,e){return d.merge(t,e,{merger:d._mergerIf})},extend:function(n){for(var t=function(t,e){n[e]=t},e=1,i=arguments.length;e<i;++e)d.each(arguments[e],t);return n},inherits:function(t){function e(){this.constructor=i}var n=this,i=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return n.apply(this,arguments)};return e.prototype=n.prototype,i.prototype=new e,i.extend=d.inherits,t&&d.extend(i.prototype,t),i.__super__=n.prototype,i}};(e.exports=d).callCallback=d.callback,d.indexOf=function(t,e,n){return Array.prototype.indexOf.call(t,e,n)},d.getValueOrDefault=d.valueOrDefault,d.getValueAtIndexOrDefault=d.valueAtIndexOrDefault},{}],43:[function(t,e,n){"use strict";var i=t(42),a={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return 1<=t?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n=n||.3,e=i<1?(i=1,n/4):n/(2*Math.PI)*Math.asin(1/i),-i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n))},easeOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n=n||.3,e=i<1?(i=1,n/4):n/(2*Math.PI)*Math.asin(1/i),i*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/n)+1)},easeInOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:2==(t/=.5)?1:(n=n||.45,e=i<1?(i=1,n/4):n/(2*Math.PI)*Math.asin(1/i),t<1?i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*-.5:i*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*.5+1)},easeInBack:function(t){return t*t*(2.70158*t-1.70158)},easeOutBack:function(t){return(t-=1)*t*(2.70158*t+1.70158)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:function(t){return 1-a.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*a.easeInBounce(2*t):.5*a.easeOutBounce(2*t-1)+.5}};e.exports={effects:a},i.easingEffects=a},{42:42}],44:[function(t,e,n){"use strict";var o=t(42);e.exports={toLineHeight:function(t,e){var n=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!n||"normal"===n[1])return 1.2*e;switch(t=+n[2],n[3]){case"px":return t;case"%":t/=100}return e*t},toPadding:function(t){var e,n,i,a;return o.isObject(t)?(e=+t.top||0,n=+t.right||0,i=+t.bottom||0,a=+t.left||0):e=n=i=a=+t||0,{top:e,right:n,bottom:i,left:a,height:e+i,width:a+n}},resolve:function(t,e,n){var i,a,r;for(i=0,a=t.length;i<a;++i)if(void 0!==(r=t[i])&&(void 0!==e&&"function"==typeof r&&(r=r(e)),void 0!==n&&o.isArray(r)&&(r=r[n]),void 0!==r))return r}}},{42:42}],45:[function(t,e,n){"use strict";e.exports=t(42),e.exports.easing=t(43),e.exports.canvas=t(41),e.exports.options=t(44)},{41:41,42:42,43:43,44:44}],46:[function(t,e,n){e.exports={acquireContext:function(t){return t&&t.canvas&&(t=t.canvas),t&&t.getContext("2d")||null}}},{}],47:[function(t,e,n){"use strict";var r=t(45),s="$chartjs",l="chartjs-",o=l+"render-monitor",u=l+"render-animation",d=["animationstart","webkitAnimationStart"],h={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function c(t,e){var n=r.getStyle(t,e),i=n&&n.match(/^(\d+)(\.\d+)?px$/);return i?Number(i[1]):void 0}var i=!!function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("e",null,e)}catch(t){}return t}()&&{passive:!0};function f(t,e,n){t.addEventListener(e,n,i)}function g(t,e,n){t.removeEventListener(e,n,i)}function m(t,e,n,i,a){return{type:t,chart:e,native:a||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}function p(e,t,n){var i=e[s]||(e[s]={}),a=i.resizer=function(t){var e=document.createElement("div"),n=l+"size-monitor",i="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;";e.style.cssText=i,e.className=n,e.innerHTML='<div class="'+n+'-expand" style="'+i+'"><div style="position:absolute;width:1000000px;height:1000000px;left:0;top:0"></div></div><div class="'+n+'-shrink" style="'+i+'"><div style="position:absolute;width:200%;height:200%;left:0; top:0"></div></div>';var a=e.childNodes[0],r=e.childNodes[1];function o(){e._reset(),t()}return e._reset=function(){a.scrollLeft=1e6,a.scrollTop=1e6,r.scrollLeft=1e6,r.scrollTop=1e6},f(a,"scroll",o.bind(a,"expand")),f(r,"scroll",o.bind(r,"shrink")),e}(function(t,e){var n=!1,i=[];return function(){i=Array.prototype.slice.call(arguments),e=e||this,n||(n=!0,r.requestAnimFrame.call(window,function(){n=!1,t.apply(e,i)}))}}(function(){if(i.resizer)return t(m("resize",n))}));!function(e,n){var t=e[s]||(e[s]={}),i=t.renderProxy=function(t){t.animationName===u&&n()};r.each(d,function(t){f(e,t,i)}),t.reflow=!!e.offsetParent,e.classList.add(o)}(e,function(){if(i.resizer){var t=e.parentNode;t&&t!==a.parentNode&&t.insertBefore(a,t.firstChild),a._reset()}})}function v(t){var e=t[s]||{},n=e.resizer;delete e.resizer,function(e){var t=e[s]||{},n=t.renderProxy;n&&(r.each(d,function(t){g(e,t,n)}),delete t.renderProxy),e.classList.remove(o)}(t),n&&n.parentNode&&n.parentNode.removeChild(n)}e.exports={_enabled:"undefined"!=typeof window&&"undefined"!=typeof document,initialize:function(){var t="from{opacity:0.99}to{opacity:1}";!function(t,e){var n=t._style||document.createElement("style");t._style||(e="/* Chart.js */\n"+e,(t._style=n).setAttribute("type","text/css"),document.getElementsByTagName("head")[0].appendChild(n)),n.appendChild(document.createTextNode(e))}(this,"@-webkit-keyframes "+u+"{"+t+"}@keyframes "+u+"{"+t+"}."+o+"{-webkit-animation:"+u+" 0.001s;animation:"+u+" 0.001s;}")},acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var n=t&&t.getContext&&t.getContext("2d");return n&&n.canvas===t?(function(t,e){var n=t.style,i=t.getAttribute("height"),a=t.getAttribute("width");if(t[s]={initial:{height:i,width:a,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",null===a||""===a){var r=c(t,"width");void 0!==r&&(t.width=r)}if(null===i||""===i)if(""===t.style.height)t.height=t.width/(e.options.aspectRatio||2);else{var o=c(t,"height");void 0!==r&&(t.height=o)}}(t,e),n):null},releaseContext:function(t){var n=t.canvas;if(n[s]){var i=n[s].initial;["height","width"].forEach(function(t){var e=i[t];r.isNullOrUndef(e)?n.removeAttribute(t):n.setAttribute(t,e)}),r.each(i.style||{},function(t,e){n.style[e]=t}),n.width=n.width,delete n[s]}},addEventListener:function(e,t,n){var i=e.canvas;if("resize"!==t){var a=n[s]||(n[s]={});f(i,t,(a.proxies||(a.proxies={}))[e.id+"_"+t]=function(t){n(function(t,e){var n=h[t.type]||t.type,i=r.getRelativePosition(t,e);return m(n,e,i.x,i.y,t)}(t,e))})}else p(i,n,e)},removeEventListener:function(t,e,n){var i=t.canvas;if("resize"!==e){var a=((n[s]||{}).proxies||{})[t.id+"_"+e];a&&g(i,e,a)}else v(i)}},r.addEvent=f,r.removeEvent=g},{45:45}],48:[function(t,e,n){"use strict";var i=t(45),a=t(46),r=t(47),o=r._enabled?r:a;e.exports=i.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},o)},{45:45,46:46,47:47}],49:[function(t,e,n){"use strict";e.exports={},e.exports.filler=t(50),e.exports.legend=t(51),e.exports.title=t(52)},{50:50,51:51,52:52}],50:[function(t,e,n){"use strict";var u=t(25),c=t(40),d=t(45);u._set("global",{plugins:{filler:{propagate:!0}}});var f={dataset:function(t){var e=t.fill,n=t.chart,i=n.getDatasetMeta(e),a=i&&n.isDatasetVisible(e)&&i.dataset._children||[],r=a.length||0;return r?function(t,e){return e<r&&a[e]._view||null}:null},boundary:function(t){var e=t.boundary,n=e?e.x:null,i=e?e.y:null;return function(t){return{x:null===n?t.x:n,y:null===i?t.y:i}}}};function g(t,e,n){var i,a=t._model||{},r=a.fill;if(void 0===r&&(r=!!a.backgroundColor),!1===r||null===r)return!1;if(!0===r)return"origin";if(i=parseFloat(r,10),isFinite(i)&&Math.floor(i)===i)return"-"!==r[0]&&"+"!==r[0]||(i=e+i),!(i===e||i<0||n<=i)&&i;switch(r){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return r;default:return!1}}function m(t){var e,n=t.el._model||{},i=t.el._scale||{},a=t.fill,r=null;if(isFinite(a))return null;if("start"===a?r=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===a?r=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?r=n.scaleZero:i.getBasePosition?r=i.getBasePosition():i.getBasePixel&&(r=i.getBasePixel()),null!=r){if(void 0!==r.x&&void 0!==r.y)return r;if("number"==typeof r&&isFinite(r))return{x:(e=i.isHorizontal())?r:null,y:e?null:r}}return null}function p(t,e,n){var i,a=t[e].fill,r=[e];if(!n)return a;for(;!1!==a&&-1===r.indexOf(a);){if(!isFinite(a))return a;if(!(i=t[a]))return!1;if(i.visible)return a;r.push(a),a=i.fill}return!1}function b(t){return t&&!t.skip}function x(t,e,n,i,a){var r;if(i&&a){for(t.moveTo(e[0].x,e[0].y),r=1;r<i;++r)d.canvas.lineTo(t,e[r-1],e[r]);for(t.lineTo(n[a-1].x,n[a-1].y),r=a-1;0<r;--r)d.canvas.lineTo(t,n[r],n[r-1],!0)}}e.exports={id:"filler",afterDatasetsUpdate:function(t,e){var n,i,a,r,o,s,l,u=(t.data.datasets||[]).length,d=e.propagate,h=[];for(i=0;i<u;++i)r=null,(a=(n=t.getDatasetMeta(i)).dataset)&&a._model&&a instanceof c.Line&&(r={visible:t.isDatasetVisible(i),fill:g(a,i,u),chart:t,el:a}),n.$filler=r,h.push(r);for(i=0;i<u;++i)(r=h[i])&&(r.fill=p(h,i,d),r.boundary=m(r),r.mapper=(l=void 0,s=(o=r).fill,!(l="dataset")===s?null:(isFinite(s)||(l="boundary"),f[l](o))))},beforeDatasetDraw:function(t,e){var n=e.meta.$filler;if(n){var i=t.ctx,a=n.el,r=a._view,o=a._children||[],s=n.mapper,l=r.backgroundColor||u.global.defaultColor;s&&l&&o.length&&(d.canvas.clipArea(i,t.chartArea),function(t,e,n,i,a,r){var o,s,l,u,d,h,c,f=e.length,g=i.spanGaps,m=[],p=[],v=0,y=0;for(t.beginPath(),o=0,s=f+!!r;o<s;++o)d=n(u=e[l=o%f]._view,l,i),h=b(u),c=b(d),h&&c?(v=m.push(u),y=p.push(d)):v&&y&&(g?(h&&m.push(u),c&&p.push(d)):(x(t,m,p,v,y),v=y=0,m=[],p=[]));x(t,m,p,v,y),t.closePath(),t.fillStyle=a,t.fill()}(i,o,s,r,l,a._loop),d.canvas.unclipArea(i))}}}},{25:25,40:40,45:45}],51:[function(t,e,n){"use strict";var k=t(25),i=t(26),w=t(45),a=t(30),r=w.noop;function M(t,e){return t.usePointStyle?e*Math.SQRT2:t.boxWidth}k._set("global",{legend:{display:!0,position:"top",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var n=e.datasetIndex,i=this.chart,a=i.getDatasetMeta(n);a.hidden=null===a.hidden?!i.data.datasets[n].hidden:null,i.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(n){var t=n.data;return w.isArray(t.datasets)?t.datasets.map(function(t,e){return{text:t.label,fillStyle:w.isArray(t.backgroundColor)?t.backgroundColor[0]:t.backgroundColor,hidden:!n.isDatasetVisible(e),lineCap:t.borderCapStyle,lineDash:t.borderDash,lineDashOffset:t.borderDashOffset,lineJoin:t.borderJoinStyle,lineWidth:t.borderWidth,strokeStyle:t.borderColor,pointStyle:t.pointStyle,datasetIndex:e}},this):[]}}},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');for(var n=0;n<t.data.datasets.length;n++)e.push('<li><span style="background-color:'+t.data.datasets[n].backgroundColor+'"></span>'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("</li>");return e.push("</ul>"),e.join("")}});var o=i.extend({initialize:function(t){w.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:r,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:r,beforeSetDimensions:r,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:r,beforeBuildLabels:r,buildLabels:function(){var e=this,n=e.options.labels||{},t=w.callback(n.generateLabels,[e.chart],e)||[];n.filter&&(t=t.filter(function(t){return n.filter(t,e.chart.data)})),e.options.reverse&&t.reverse(),e.legendItems=t},afterBuildLabels:r,beforeFit:r,fit:function(){var i=this,t=i.options,a=t.labels,e=t.display,r=i.ctx,n=k.global,o=w.valueOrDefault,s=o(a.fontSize,n.defaultFontSize),l=o(a.fontStyle,n.defaultFontStyle),u=o(a.fontFamily,n.defaultFontFamily),d=w.fontString(s,l,u),h=i.legendHitBoxes=[],c=i.minSize,f=i.isHorizontal();if(f?(c.width=i.maxWidth,c.height=e?10:0):(c.width=e?10:0,c.height=i.maxHeight),e)if(r.font=d,f){var g=i.lineWidths=[0],m=i.legendItems.length?s+a.padding:0;r.textAlign="left",r.textBaseline="top",w.each(i.legendItems,function(t,e){var n=M(a,s)+s/2+r.measureText(t.text).width;g[g.length-1]+n+a.padding>=i.width&&(m+=s+a.padding,g[g.length]=i.left),h[e]={left:0,top:0,width:n,height:s},g[g.length-1]+=n+a.padding}),c.height+=m}else{var p=a.padding,v=i.columnWidths=[],y=a.padding,b=0,x=0,_=s+p;w.each(i.legendItems,function(t,e){var n=M(a,s)+s/2+r.measureText(t.text).width;x+_>c.height&&(y+=b+a.padding,v.push(b),x=b=0),b=Math.max(b,n),x+=_,h[e]={left:0,top:0,width:n,height:s}}),y+=b,v.push(b),c.width+=y}i.width=c.width,i.height=c.height},afterFit:r,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var o=this,l=o.options,s=l.labels,u=k.global,d=u.elements.line,h=o.width,c=o.lineWidths;if(l.display){var f,g=o.ctx,m=w.valueOrDefault,t=m(s.fontColor,u.defaultFontColor),p=m(s.fontSize,u.defaultFontSize),e=m(s.fontStyle,u.defaultFontStyle),n=m(s.fontFamily,u.defaultFontFamily),i=w.fontString(p,e,n);g.textAlign="left",g.textBaseline="middle",g.lineWidth=.5,g.strokeStyle=t,g.fillStyle=t,g.font=i;var v=M(s,p),y=o.legendHitBoxes,b=o.isHorizontal();f=b?{x:o.left+(h-c[0])/2,y:o.top+s.padding,line:0}:{x:o.left+s.padding,y:o.top+s.padding,line:0};var x=p+s.padding;w.each(o.legendItems,function(t,e){var n=g.measureText(t.text).width,i=v+p/2+n,a=f.x,r=f.y;b?h<=a+i&&(r=f.y+=x,f.line++,a=f.x=o.left+(h-c[f.line])/2):r+x>o.bottom&&(a=f.x=a+o.columnWidths[f.line]+s.padding,r=f.y=o.top+s.padding,f.line++),function(t,e,n){if(!(isNaN(v)||v<=0)){g.save(),g.fillStyle=m(n.fillStyle,u.defaultColor),g.lineCap=m(n.lineCap,d.borderCapStyle),g.lineDashOffset=m(n.lineDashOffset,d.borderDashOffset),g.lineJoin=m(n.lineJoin,d.borderJoinStyle),g.lineWidth=m(n.lineWidth,d.borderWidth),g.strokeStyle=m(n.strokeStyle,u.defaultColor);var i=0===m(n.lineWidth,d.borderWidth);if(g.setLineDash&&g.setLineDash(m(n.lineDash,d.borderDash)),l.labels&&l.labels.usePointStyle){var a=p*Math.SQRT2/2,r=a/Math.SQRT2,o=t+r,s=e+r;w.canvas.drawPoint(g,n.pointStyle,a,o,s)}else i||g.strokeRect(t,e,v,p),g.fillRect(t,e,v,p);g.restore()}}(a,r,t),function(t,e,n,i){var a=p/2,r=v+a+t,o=e+a;g.fillText(n.text,r,o),n.hidden&&(g.beginPath(),g.lineWidth=2,g.moveTo(r,o),g.lineTo(r+i,o),g.stroke())}(y[e].left=a,y[e].top=r,t,n),b?f.x+=i+s.padding:f.y+=x})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,a=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var r=t.x,o=t.y;if(r>=e.left&&r<=e.right&&o>=e.top&&o<=e.bottom)for(var s=e.legendHitBoxes,l=0;l<s.length;++l){var u=s[l];if(r>=u.left&&r<=u.left+u.width&&o>=u.top&&o<=u.top+u.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[l]),a=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[l]),a=!0;break}}}return a}});function s(t,e){var n=new o({ctx:t.ctx,options:e,chart:t});a.configure(t,n,e),a.addBox(t,n),t.legend=n}e.exports={id:"legend",_element:o,beforeInit:function(t){var e=t.options.legend;e&&s(t,e)},beforeUpdate:function(t){var e=t.options.legend,n=t.legend;e?(w.mergeIf(e,k.global.legend),n?(a.configure(t,n,e),n.options=e):s(t,e)):n&&(a.removeBox(t,n),delete t.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}},{25:25,26:26,30:30,45:45}],52:[function(t,e,n){"use strict";var _=t(25),i=t(26),k=t(45),a=t(30),r=k.noop;_._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,lineHeight:1.2,padding:10,position:"top",text:"",weight:2e3}});var o=i.extend({initialize:function(t){k.extend(this,t),this.legendHitBoxes=[]},beforeUpdate:r,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:r,beforeSetDimensions:r,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:r,beforeBuildLabels:r,buildLabels:r,afterBuildLabels:r,beforeFit:r,fit:function(){var t=k.valueOrDefault,e=this.options,n=e.display,i=t(e.fontSize,_.global.defaultFontSize),a=this.minSize,r=k.isArray(e.text)?e.text.length:1,o=k.options.toLineHeight(e.lineHeight,i),s=n?r*o+2*e.padding:0;this.isHorizontal()?(a.width=this.maxWidth,a.height=s):(a.width=s,a.height=this.maxHeight),this.width=a.width,this.height=a.height},afterFit:r,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var t=this.ctx,e=k.valueOrDefault,n=this.options,i=_.global;if(n.display){var a,r,o,s=e(n.fontSize,i.defaultFontSize),l=e(n.fontStyle,i.defaultFontStyle),u=e(n.fontFamily,i.defaultFontFamily),d=k.fontString(s,l,u),h=k.options.toLineHeight(n.lineHeight,s),c=h/2+n.padding,f=0,g=this.top,m=this.left,p=this.bottom,v=this.right;t.fillStyle=e(n.fontColor,i.defaultFontColor),t.font=d,this.isHorizontal()?(r=m+(v-m)/2,o=g+c,a=v-m):(r="left"===n.position?m+c:v-c,o=g+(p-g)/2,a=p-g,f=Math.PI*("left"===n.position?-.5:.5)),t.save(),t.translate(r,o),t.rotate(f),t.textAlign="center",t.textBaseline="middle";var y=n.text;if(k.isArray(y))for(var b=0,x=0;x<y.length;++x)t.fillText(y[x],0,b,a),b+=h;else t.fillText(y,0,0,a);t.restore()}}});function s(t,e){var n=new o({ctx:t.ctx,options:e,chart:t});a.configure(t,n,e),a.addBox(t,n),t.titleBlock=n}e.exports={id:"title",_element:o,beforeInit:function(t){var e=t.options.title;e&&s(t,e)},beforeUpdate:function(t){var e=t.options.title,n=t.titleBlock;e?(k.mergeIf(e,_.global.title),n?(a.configure(t,n,e),n.options=e):s(t,e)):n&&(a.removeBox(t,n),delete t.titleBlock)}}},{25:25,26:26,30:30,45:45}],53:[function(t,e,n){"use strict";e.exports=function(t){var e=t.Scale.extend({getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t,e=this,n=e.getLabels();e.minIndex=0,e.maxIndex=n.length-1,void 0!==e.options.ticks.min&&(t=n.indexOf(e.options.ticks.min),e.minIndex=-1!==t?t:e.minIndex),void 0!==e.options.ticks.max&&(t=n.indexOf(e.options.ticks.max),e.maxIndex=-1!==t?t:e.maxIndex),e.min=n[e.minIndex],e.max=n[e.maxIndex]},buildTicks:function(){var t=this.getLabels();this.ticks=0===this.minIndex&&this.maxIndex===t.length-1?t:t.slice(this.minIndex,this.maxIndex+1)},getLabelForIndex:function(t,e){var n=this.chart.data,i=this.isHorizontal();return n.yLabels&&!i?this.getRightValue(n.datasets[e].data[t]):this.ticks[t-this.minIndex]},getPixelForValue:function(t,e){var n,i=this,a=i.options.offset,r=Math.max(i.maxIndex+1-i.minIndex-(a?0:1),1);if(null!=t&&(n=i.isHorizontal()?t.x:t.y),void 0!==n||void 0!==t&&isNaN(e)){t=n||t;var o=i.getLabels().indexOf(t);e=-1!==o?o:e}if(i.isHorizontal()){var s=i.width/r,l=s*(e-i.minIndex);return a&&(l+=s/2),i.left+Math.round(l)}var u=i.height/r,d=u*(e-i.minIndex);return a&&(d+=u/2),i.top+Math.round(d)},getPixelForTick:function(t){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null)},getValueForPixel:function(t){var e=this.options.offset,n=Math.max(this._ticks.length-(e?0:1),1),i=this.isHorizontal(),a=(i?this.width:this.height)/n;return t-=i?this.left:this.top,e&&(t-=a/2),(t<=0?0:Math.round(t/a))+this.minIndex},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",e,{position:"bottom"})}},{}],54:[function(t,e,n){"use strict";var i=t(25),h=t(45),a=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:a.formatters.linear}},n=t.LinearScaleBase.extend({determineDataLimits:function(){var o=this,s=o.options,l=o.chart,t=l.data.datasets,e=o.isHorizontal();function u(t){return e?t.xAxisID===o.id:t.yAxisID===o.id}o.min=null,o.max=null;var i=s.stacked;if(void 0===i&&h.each(t,function(t,e){if(!i){var n=l.getDatasetMeta(e);l.isDatasetVisible(e)&&u(n)&&void 0!==n.stack&&(i=!0)}}),s.stacked||i){var d={};h.each(t,function(t,e){var i=l.getDatasetMeta(e),n=[i.type,void 0===s.stacked&&void 0===i.stack?e:"",i.stack].join(".");void 0===d[n]&&(d[n]={positiveValues:[],negativeValues:[]});var a=d[n].positiveValues,r=d[n].negativeValues;l.isDatasetVisible(e)&&u(i)&&h.each(t.data,function(t,e){var n=+o.getRightValue(t);isNaN(n)||i.data[e].hidden||(a[e]=a[e]||0,r[e]=r[e]||0,s.relativePoints?a[e]=100:n<0?r[e]+=n:a[e]+=n)})}),h.each(d,function(t){var e=t.positiveValues.concat(t.negativeValues),n=h.min(e),i=h.max(e);o.min=null===o.min?n:Math.min(o.min,n),o.max=null===o.max?i:Math.max(o.max,i)})}else h.each(t,function(t,e){var i=l.getDatasetMeta(e);l.isDatasetVisible(e)&&u(i)&&h.each(t.data,function(t,e){var n=+o.getRightValue(t);isNaN(n)||i.data[e].hidden||(null===o.min?o.min=n:n<o.min&&(o.min=n),null===o.max?o.max=n:n>o.max&&(o.max=n))})});o.min=isFinite(o.min)&&!isNaN(o.min)?o.min:0,o.max=isFinite(o.max)&&!isNaN(o.max)?o.max:1,this.handleTickRangeOptions()},getTickLimit:function(){var t,e=this.options.ticks;if(this.isHorizontal())t=Math.min(e.maxTicksLimit?e.maxTicksLimit:11,Math.ceil(this.width/50));else{var n=h.valueOrDefault(e.fontSize,i.global.defaultFontSize);t=Math.min(e.maxTicksLimit?e.maxTicksLimit:11,Math.ceil(this.height/(2*n)))}return t},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e=this.start,n=+this.getRightValue(t),i=this.end-e;return this.isHorizontal()?this.left+this.width/i*(n-e):this.bottom-this.height/i*(n-e)},getValueForPixel:function(t){var e=this.isHorizontal(),n=e?this.width:this.height,i=(e?t-this.left:this.bottom-t)/n;return this.start+(this.end-this.start)*i},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",n,e)}},{25:25,34:34,45:45}],55:[function(t,e,n){"use strict";var d=t(45);e.exports=function(e){var t=d.noop;e.LinearScaleBase=e.Scale.extend({getRightValue:function(t){return"string"==typeof t?+t:e.Scale.prototype.getRightValue.call(this,t)},handleTickRangeOptions:function(){var t=this,e=t.options.ticks;if(e.beginAtZero){var n=d.sign(t.min),i=d.sign(t.max);n<0&&i<0?t.max=0:0<n&&0<i&&(t.min=0)}var a=void 0!==e.min||void 0!==e.suggestedMin,r=void 0!==e.max||void 0!==e.suggestedMax;void 0!==e.min?t.min=e.min:void 0!==e.suggestedMin&&(null===t.min?t.min=e.suggestedMin:t.min=Math.min(t.min,e.suggestedMin)),void 0!==e.max?t.max=e.max:void 0!==e.suggestedMax&&(null===t.max?t.max=e.suggestedMax:t.max=Math.max(t.max,e.suggestedMax)),a!=r&&t.min>=t.max&&(a?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,e.beginAtZero||t.min--)},getTickLimit:t,handleDirectionalChanges:t,buildTicks:function(){var t=this,e=t.options.ticks,n=t.getTickLimit(),i={maxTicks:n=Math.max(2,n),min:e.min,max:e.max,stepSize:d.valueOrDefault(e.fixedStepSize,e.stepSize)},a=t.ticks=function(t,e){var n,i=[];if(t.stepSize&&0<t.stepSize)n=t.stepSize;else{var a=d.niceNum(e.max-e.min,!1);n=d.niceNum(a/(t.maxTicks-1),!0)}var r=Math.floor(e.min/n)*n,o=Math.ceil(e.max/n)*n;t.min&&t.max&&t.stepSize&&d.almostWhole((t.max-t.min)/t.stepSize,n/1e3)&&(r=t.min,o=t.max);var s=(o-r)/n;s=d.almostEquals(s,Math.round(s),n/1e3)?Math.round(s):Math.ceil(s);var l=1;n<1&&(l=Math.pow(10,n.toString().length-2),r=Math.round(r*l)/l,o=Math.round(o*l)/l),i.push(void 0!==t.min?t.min:r);for(var u=1;u<s;++u)i.push(Math.round((r+u*n)*l)/l);return i.push(void 0!==t.max?t.max:o),i}(i,t);t.handleDirectionalChanges(),t.max=d.max(a),t.min=d.min(a),e.reverse?(a.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){this.ticksAsNumbers=this.ticks.slice(),this.zeroLineIndex=this.ticks.indexOf(0),e.Scale.prototype.convertTicksToLabels.call(this)}})}},{45:45}],56:[function(t,e,n){"use strict";var c=t(45),i=t(34);e.exports=function(h){var t={position:"left",ticks:{callback:i.formatters.logarithmic}},e=h.Scale.extend({determineDataLimits:function(){var o=this,n=o.options,s=o.chart,t=s.data.datasets,e=o.isHorizontal();function l(t){return e?t.xAxisID===o.id:t.yAxisID===o.id}o.min=null,o.max=null,o.minNotZero=null;var i=n.stacked;if(void 0===i&&c.each(t,function(t,e){if(!i){var n=s.getDatasetMeta(e);s.isDatasetVisible(e)&&l(n)&&void 0!==n.stack&&(i=!0)}}),n.stacked||i){var u={};c.each(t,function(t,e){var a=s.getDatasetMeta(e),r=[a.type,void 0===n.stacked&&void 0===a.stack?e:"",a.stack].join(".");s.isDatasetVisible(e)&&l(a)&&(void 0===u[r]&&(u[r]=[]),c.each(t.data,function(t,e){var n=u[r],i=+o.getRightValue(t);isNaN(i)||a.data[e].hidden||i<0||(n[e]=n[e]||0,n[e]+=i)}))}),c.each(u,function(t){if(0<t.length){var e=c.min(t),n=c.max(t);o.min=null===o.min?e:Math.min(o.min,e),o.max=null===o.max?n:Math.max(o.max,n)}})}else c.each(t,function(t,e){var i=s.getDatasetMeta(e);s.isDatasetVisible(e)&&l(i)&&c.each(t.data,function(t,e){var n=+o.getRightValue(t);isNaN(n)||i.data[e].hidden||n<0||(null===o.min?o.min=n:n<o.min&&(o.min=n),null===o.max?o.max=n:n>o.max&&(o.max=n),0!=n&&(null===o.minNotZero||n<o.minNotZero)&&(o.minNotZero=n))})});this.handleTickRangeOptions()},handleTickRangeOptions:function(){var t=this,e=t.options.ticks,n=c.valueOrDefault;t.min=n(e.min,t.min),t.max=n(e.max,t.max),t.min===t.max&&(0!==t.min&&null!==t.min?(t.min=Math.pow(10,Math.floor(c.log10(t.min))-1),t.max=Math.pow(10,Math.floor(c.log10(t.max))+1)):(t.min=1,t.max=10)),null===t.min&&(t.min=Math.pow(10,Math.floor(c.log10(t.max))-1)),null===t.max&&(t.max=0!==t.min?Math.pow(10,Math.floor(c.log10(t.min))+1):10),null===t.minNotZero&&(0<t.min?t.minNotZero=t.min:t.max<1?t.minNotZero=Math.pow(10,Math.floor(c.log10(t.max))):t.minNotZero=1)},buildTicks:function(){var t=this,e=t.options.ticks,n=!t.isHorizontal(),i={min:e.min,max:e.max},a=t.ticks=function(t,e){var n,i,a=[],r=c.valueOrDefault,o=r(t.min,Math.pow(10,Math.floor(c.log10(e.min)))),s=Math.floor(c.log10(e.max)),l=Math.ceil(e.max/Math.pow(10,s));0===o?(n=Math.floor(c.log10(e.minNotZero)),i=Math.floor(e.minNotZero/Math.pow(10,n)),a.push(o),o=i*Math.pow(10,n)):(n=Math.floor(c.log10(o)),i=Math.floor(o/Math.pow(10,n)));for(var u=n<0?Math.pow(10,Math.abs(n)):1;a.push(o),10===++i&&(i=1,u=0<=++n?1:u),o=Math.round(i*Math.pow(10,n)*u)/u,n<s||n===s&&i<l;);var d=r(t.max,o);return a.push(d),a}(i,t);t.max=c.max(a),t.min=c.min(a),e.reverse?(n=!n,t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max),n&&a.reverse()},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),h.Scale.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForTick:function(t){return this.getPixelForValue(this.tickValues[t])},_getFirstTickValue:function(t){var e=Math.floor(c.log10(t));return Math.floor(t/Math.pow(10,e))*Math.pow(10,e)},getPixelForValue:function(t){var e,n,i,a,r,o=this,s=o.options.ticks.reverse,l=c.log10,u=o._getFirstTickValue(o.minNotZero),d=0;return t=+o.getRightValue(t),r=s?(i=o.end,a=o.start,-1):(i=o.start,a=o.end,1),n=o.isHorizontal()?(e=o.width,s?o.right:o.left):(e=o.height,r*=-1,s?o.top:o.bottom),t!==i&&(0===i&&(e-=d=c.getValueOrDefault(o.options.ticks.fontSize,h.defaults.global.defaultFontSize),i=u),0!==t&&(d+=e/(l(a)-l(i))*(l(t)-l(i))),n+=r*d),n},getValueForPixel:function(t){var e,n,i,a,r=this,o=r.options.ticks.reverse,s=c.log10,l=r._getFirstTickValue(r.minNotZero);if(i=o?(n=r.end,r.start):(n=r.start,r.end),(a=r.isHorizontal()?(e=r.width,o?r.right-t:t-r.left):(e=r.height,o?t-r.top:r.bottom-t))!==n){if(0===n){var u=c.getValueOrDefault(r.options.ticks.fontSize,h.defaults.global.defaultFontSize);a-=u,e-=u,n=l}a*=s(i)-s(n),a/=e,a=Math.pow(10,s(n)+a)}return a}});h.scaleService.registerScaleType("logarithmic",e,t)}},{34:34,45:45}],57:[function(t,e,n){"use strict";var i=t(25),_=t(45),a=t(34);e.exports=function(t){var v=i.global,e={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:a.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}};function y(t){var e=t.options;return e.angleLines.display||e.pointLabels.display?t.chart.data.labels.length:0}function b(t){var e=t.options.pointLabels,n=_.valueOrDefault(e.fontSize,v.defaultFontSize),i=_.valueOrDefault(e.fontStyle,v.defaultFontStyle),a=_.valueOrDefault(e.fontFamily,v.defaultFontFamily);return{size:n,style:i,family:a,font:_.fontString(n,i,a)}}function p(t,e,n,i,a){return t===i||t===a?{start:e-n/2,end:e+n/2}:t<i||a<t?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function x(t,e,n,i){if(_.isArray(e))for(var a=n.y,r=1.5*i,o=0;o<e.length;++o)t.fillText(e[o],n.x,a),a+=r;else t.fillText(e,n.x,n.y)}function s(t){return _.isNumber(t)?t:0}var n=t.LinearScaleBase.extend({setDimensions:function(){var t=this,e=t.options,n=e.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var i=_.min([t.height,t.width]),a=_.valueOrDefault(n.fontSize,v.defaultFontSize);t.drawingArea=e.display?i/2-(a/2+n.backdropPaddingY):i/2},determineDataLimits:function(){var a=this,n=a.chart,r=Number.POSITIVE_INFINITY,o=Number.NEGATIVE_INFINITY;_.each(n.data.datasets,function(t,e){if(n.isDatasetVisible(e)){var i=n.getDatasetMeta(e);_.each(t.data,function(t,e){var n=+a.getRightValue(t);isNaN(n)||i.data[e].hidden||(r=Math.min(n,r),o=Math.max(n,o))})}}),a.min=r===Number.POSITIVE_INFINITY?0:r,a.max=o===Number.NEGATIVE_INFINITY?0:o,a.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,e=_.valueOrDefault(t.fontSize,v.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*e)))},convertTicksToLabels:function(){t.LinearScaleBase.prototype.convertTicksToLabels.call(this),this.pointLabels=this.chart.data.labels.map(this.options.pointLabels.callback,this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){this.options.pointLabels.display?function(t){var e,n,i,a=b(t),r=Math.min(t.height/2,t.width/2),o={r:t.width,l:0,t:t.height,b:0},s={};t.ctx.font=a.font,t._pointLabelSizes=[];var l,u,d,h=y(t);for(e=0;e<h;e++){i=t.getPointPosition(e,r),l=t.ctx,u=a.size,d=t.pointLabels[e]||"",n=_.isArray(d)?{w:_.longestText(l,l.font,d),h:d.length*u+1.5*(d.length-1)*u}:{w:l.measureText(d).width,h:u},t._pointLabelSizes[e]=n;var c=t.getIndexAngle(e),f=_.toDegrees(c)%360,g=p(f,i.x,n.w,0,180),m=p(f,i.y,n.h,90,270);g.start<o.l&&(o.l=g.start,s.l=c),g.end>o.r&&(o.r=g.end,s.r=c),m.start<o.t&&(o.t=m.start,s.t=c),m.end>o.b&&(o.b=m.end,s.b=c)}t.setReductions(r,o,s)}(this):function(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}(this)},setReductions:function(t,e,n){var i=e.l/Math.sin(n.l),a=Math.max(e.r-this.width,0)/Math.sin(n.r),r=-e.t/Math.cos(n.t),o=-Math.max(e.b-this.height,0)/Math.cos(n.b);i=s(i),a=s(a),r=s(r),o=s(o),this.drawingArea=Math.min(Math.round(t-(i+a)/2),Math.round(t-(r+o)/2)),this.setCenterPoint(i,a,r,o)},setCenterPoint:function(t,e,n,i){var a=this,r=a.width-e-a.drawingArea,o=t+a.drawingArea,s=n+a.drawingArea,l=a.height-i-a.drawingArea;a.xCenter=Math.round((o+r)/2+a.left),a.yCenter=Math.round((s+l)/2+a.top)},getIndexAngle:function(t){return t*(2*Math.PI/y(this))+(this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0)*Math.PI*2/360},getDistanceFromCenterForValue:function(t){if(null===t)return 0;var e=this.drawingArea/(this.max-this.min);return this.options.ticks.reverse?(this.max-t)*e:(t-this.min)*e},getPointPosition:function(t,e){var n=this.getIndexAngle(t)-Math.PI/2;return{x:Math.round(Math.cos(n)*e)+this.xCenter,y:Math.round(Math.sin(n)*e)+this.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this.min,e=this.max;return this.getPointPositionForValue(0,this.beginAtZero?0:t<0&&e<0?e:0<t&&0<e?t:0)},draw:function(){var r=this,t=r.options,o=t.gridLines,s=t.ticks,l=_.valueOrDefault;if(t.display){var u=r.ctx,d=this.getIndexAngle(0),h=l(s.fontSize,v.defaultFontSize),e=l(s.fontStyle,v.defaultFontStyle),n=l(s.fontFamily,v.defaultFontFamily),c=_.fontString(h,e,n);_.each(r.ticks,function(t,e){if(0<e||s.reverse){var n=r.getDistanceFromCenterForValue(r.ticksAsNumbers[e]);if(o.display&&0!==e&&function(t,e,n,i){var a=t.ctx;if(a.strokeStyle=_.valueAtIndexOrDefault(e.color,i-1),a.lineWidth=_.valueAtIndexOrDefault(e.lineWidth,i-1),t.options.gridLines.circular)a.beginPath(),a.arc(t.xCenter,t.yCenter,n,0,2*Math.PI),a.closePath(),a.stroke();else{var r=y(t);if(0===r)return;a.beginPath();var o=t.getPointPosition(0,n);a.moveTo(o.x,o.y);for(var s=1;s<r;s++)o=t.getPointPosition(s,n),a.lineTo(o.x,o.y);a.closePath(),a.stroke()}}(r,o,n,e),s.display){var i=l(s.fontColor,v.defaultFontColor);if(u.font=c,u.save(),u.translate(r.xCenter,r.yCenter),u.rotate(d),s.showLabelBackdrop){var a=u.measureText(t).width;u.fillStyle=s.backdropColor,u.fillRect(-a/2-s.backdropPaddingX,-n-h/2-s.backdropPaddingY,a+2*s.backdropPaddingX,h+2*s.backdropPaddingY)}u.textAlign="center",u.textBaseline="middle",u.fillStyle=i,u.fillText(t,0,-n),u.restore()}}}),(t.angleLines.display||t.pointLabels.display)&&function(t){var e=t.ctx,n=t.options,i=n.angleLines,a=n.pointLabels;e.lineWidth=i.lineWidth,e.strokeStyle=i.color;var r,o,s,l,u=t.getDistanceFromCenterForValue(n.ticks.reverse?t.min:t.max),d=b(t);e.textBaseline="top";for(var h=y(t)-1;0<=h;h--){if(i.display){var c=t.getPointPosition(h,u);e.beginPath(),e.moveTo(t.xCenter,t.yCenter),e.lineTo(c.x,c.y),e.stroke(),e.closePath()}if(a.display){var f=t.getPointPosition(h,u+5),g=_.valueAtIndexOrDefault(a.fontColor,h,v.defaultFontColor);e.font=d.font,e.fillStyle=g;var m=t.getIndexAngle(h),p=_.toDegrees(m);e.textAlign=0===(l=p)||180===l?"center":l<180?"left":"right",r=p,o=t._pointLabelSizes[h],s=f,90===r||270===r?s.y-=o.h/2:(270<r||r<90)&&(s.y-=o.h),x(e,t.pointLabels[h]||"",f,d.size)}}}(r)}}});t.scaleService.registerScaleType("radialLinear",n,e)}},{25:25,34:34,45:45}],58:[function(t,e,n){"use strict";var m=t(6);m="function"==typeof m?m:window.moment;var o=t(25),p=t(45),v=Number.MIN_SAFE_INTEGER||-9007199254740991,y=Number.MAX_SAFE_INTEGER||9007199254740991,b={millisecond:{common:!0,size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{common:!0,size:1e3,steps:[1,2,5,10,30]},minute:{common:!0,size:6e4,steps:[1,2,5,10,30]},hour:{common:!0,size:36e5,steps:[1,2,3,6,12]},day:{common:!0,size:864e5,steps:[1,2,5]},week:{common:!1,size:6048e5,steps:[1,2,3,4]},month:{common:!0,size:2628e6,steps:[1,2,3]},quarter:{common:!1,size:7884e6,steps:[1,2,3,4]},year:{common:!0,size:3154e7}},x=Object.keys(b);function _(t,e){return t-e}function k(t){var e,n,i,a={},r=[];for(e=0,n=t.length;e<n;++e)a[i=t[e]]||(a[i]=!0,r.push(i));return r}function d(t,e,n,i){var a=function(t,e,n){for(var i,a,r,o=0,s=t.length-1;0<=o&&o<=s;){if(a=t[(i=o+s>>1)-1]||null,r=t[i],!a)return{lo:null,hi:r};if(r[e]<n)o=1+i;else{if(!(a[e]>n))return{lo:a,hi:r};s=i-1}}return{lo:r,hi:null}}(t,e,n),r=a.lo?a.hi?a.lo:t[t.length-2]:t[0],o=a.lo?a.hi?a.hi:t[t.length-1]:t[1],s=o[e]-r[e],l=s?(n-r[e])/s:0,u=(o[i]-r[i])*l;return r[i]+u}function h(t,e){var n=e.parser,i=e.parser||e.format;return"function"==typeof n?n(t):"string"==typeof t&&"string"==typeof i?m(t,i):(t instanceof m||(t=m(t)),t.isValid()?t:"function"==typeof i?i(t):t)}function w(t,e){if(p.isNullOrUndef(t))return null;var n=e.options.time,i=h(e.getRightValue(t),n);return i.isValid()?(n.round&&i.startOf(n.round),i.valueOf()):null}function M(t){for(var e=x.indexOf(t)+1,n=x.length;e<n;++e)if(b[x[e]].common)return x[e]}function c(t,e,n,i){var a,r=i.time,o=r.unit||function(t,e,n,i){var a,r,o,s=x.length;for(a=x.indexOf(t);a<s-1;++a)if(o=(r=b[x[a]]).steps?r.steps[r.steps.length-1]:y,r.common&&Math.ceil((n-e)/(o*r.size))<=i)return x[a];return x[s-1]}(r.minUnit,t,e,n),s=M(o),l=p.valueOrDefault(r.stepSize,r.unitStepSize),u="week"===o&&r.isoWeekday,d=i.ticks.major.enabled,h=b[o],c=m(t),f=m(e),g=[];for(l=l||function(t,e,n,i){var a,r,o,s=e-t,l=b[n],u=l.size,d=l.steps;if(!d)return Math.ceil(s/(i*u));for(a=0,r=d.length;a<r&&(o=d[a],!(Math.ceil(s/(u*o))<=i));++a);return o}(t,e,o,n),u&&(c=c.isoWeekday(u),f=f.isoWeekday(u)),c=c.startOf(u?"day":o),(f=f.startOf(u?"day":o))<e&&f.add(1,o),a=m(c),d&&s&&!u&&!r.round&&(a.startOf(s),a.add(~~((c-a)/(h.size*l))*l,o));a<f;a.add(l,o))g.push(+a);return g.push(+a),g}e.exports=function(e){var t=e.Scale.extend({initialize:function(){if(!m)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");this.mergeTicksOptions(),e.Scale.prototype.initialize.call(this)},update:function(){var t=this.options;return t.time&&t.time.format&&console.warn("options.time.format is deprecated and replaced by options.time.parser."),e.Scale.prototype.update.apply(this,arguments)},getRightValue:function(t){return t&&void 0!==t.t&&(t=t.t),e.Scale.prototype.getRightValue.call(this,t)},determineDataLimits:function(){var t,e,n,i,a,r,o=this,s=o.chart,l=o.options.time,u=l.unit||"day",d=y,h=v,c=[],f=[],g=[];for(t=0,n=s.data.labels.length;t<n;++t)g.push(w(s.data.labels[t],o));for(t=0,n=(s.data.datasets||[]).length;t<n;++t)if(s.isDatasetVisible(t))if(a=s.data.datasets[t].data,p.isObject(a[0]))for(f[t]=[],e=0,i=a.length;e<i;++e)r=w(a[e],o),c.push(r),f[t][e]=r;else c.push.apply(c,g),f[t]=g.slice(0);else f[t]=[];g.length&&(g=k(g).sort(_),d=Math.min(d,g[0]),h=Math.max(h,g[g.length-1])),c.length&&(c=k(c).sort(_),d=Math.min(d,c[0]),h=Math.max(h,c[c.length-1])),d=w(l.min,o)||d,h=w(l.max,o)||h,d=d===y?+m().startOf(u):d,h=h===v?+m().endOf(u)+1:h,o.min=Math.min(d,h),o.max=Math.max(d+1,h),o._horizontal=o.isHorizontal(),o._table=[],o._timestamps={data:c,datasets:f,labels:g}},buildTicks:function(){var t,e,n,i=this,a=i.min,r=i.max,o=i.options,s=o.time,l=[],u=[];switch(o.ticks.source){case"data":l=i._timestamps.data;break;case"labels":l=i._timestamps.labels;break;case"auto":default:l=c(a,r,i.getLabelCapacity(a),o)}for("ticks"===o.bounds&&l.length&&(a=l[0],r=l[l.length-1]),a=w(s.min,i)||a,r=w(s.max,i)||r,t=0,e=l.length;t<e;++t)a<=(n=l[t])&&n<=r&&u.push(n);return i.min=a,i.max=r,i._unit=s.unit||function(t,e,n,i){var a,r,o=m.duration(m(i).diff(m(n)));for(a=x.length-1;a>=x.indexOf(e);a--)if(r=x[a],b[r].common&&o.as(r)>=t.length)return r;return x[e?x.indexOf(e):0]}(u,s.minUnit,i.min,i.max),i._majorUnit=M(i._unit),i._table=function(t,e,n,i){if("linear"===i||!t.length)return[{time:e,pos:0},{time:n,pos:1}];var a,r,o,s,l,u=[],d=[e];for(a=0,r=t.length;a<r;++a)e<(s=t[a])&&s<n&&d.push(s);for(d.push(n),a=0,r=d.length;a<r;++a)l=d[a+1],o=d[a-1],s=d[a],void 0!==o&&void 0!==l&&Math.round((l+o)/2)===s||u.push({time:s,pos:a/(r-1)});return u}(i._timestamps.data,a,r,o.distribution),i._offsets=function(t,e,n,i,a){var r,o,s=0,l=0;return a.offset&&e.length&&(a.time.min||(r=1<e.length?e[1]:i,o=e[0],s=(d(t,"time",r,"pos")-d(t,"time",o,"pos"))/2),a.time.max||(r=e[e.length-1],o=1<e.length?e[e.length-2]:n,l=(d(t,"time",r,"pos")-d(t,"time",o,"pos"))/2)),{left:s,right:l}}(i._table,u,a,r,o),i._labelFormat=function(t,e){var n,i,a,r=t.length;for(n=0;n<r;n++){if(0!==(i=h(t[n],e)).millisecond())return"MMM D, YYYY h:mm:ss.SSS a";0===i.second()&&0===i.minute()&&0===i.hour()||(a=!0)}return a?"MMM D, YYYY h:mm:ss a":"MMM D, YYYY"}(i._timestamps.data,s),function(t,e){var n,i,a,r,o=[];for(n=0,i=t.length;n<i;++n)a=t[n],r=!!e&&a===+m(a).startOf(e),o.push({value:a,major:r});return o}(u,i._majorUnit)},getLabelForIndex:function(t,e){var n=this.chart.data,i=this.options.time,a=n.labels&&t<n.labels.length?n.labels[t]:"",r=n.datasets[e].data[t];return p.isObject(r)&&(a=this.getRightValue(r)),i.tooltipFormat?h(a,i).format(i.tooltipFormat):"string"==typeof a?a:h(a,i).format(this._labelFormat)},tickFormatFunction:function(t,e,n,i){var a=this.options,r=t.valueOf(),o=a.time.displayFormats,s=o[this._unit],l=this._majorUnit,u=o[l],d=t.clone().startOf(l).valueOf(),h=a.ticks.major,c=h.enabled&&l&&u&&r===d,f=t.format(i||(c?u:s)),g=c?h:a.ticks.minor,m=p.valueOrDefault(g.callback,g.userCallback);return m?m(f,e,n):f},convertTicksToLabels:function(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(this.tickFormatFunction(m(t[e].value),e,t));return i},getPixelForOffset:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,a=d(e._table,"time",t,"pos");return i+n*(e._offsets.left+a)/(e._offsets.left+1+e._offsets.right)},getPixelForValue:function(t,e,n){var i=null;if(void 0!==e&&void 0!==n&&(i=this._timestamps.datasets[n][e]),null===i&&(i=w(t,this)),null!==i)return this.getPixelForOffset(i)},getPixelForTick:function(t){var e=this.getTicks();return 0<=t&&t<e.length?this.getPixelForOffset(e[t].value):null},getValueForPixel:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,a=(n?(t-i)/n:0)*(e._offsets.left+1+e._offsets.left)-e._offsets.right,r=d(e._table,"pos",a,"time");return m(r)},getLabelWidth:function(t){var e=this.options.ticks,n=this.ctx.measureText(t).width,i=p.toRadians(e.maxRotation),a=Math.cos(i),r=Math.sin(i);return n*a+p.valueOrDefault(e.fontSize,o.global.defaultFontSize)*r},getLabelCapacity:function(t){var e=this.options.time.displayFormats.millisecond,n=this.tickFormatFunction(m(t),0,[],e),i=this.getLabelWidth(n),a=this.isHorizontal()?this.width:this.height,r=Math.floor(a/i);return 0<r?r:1}});e.scaleService.registerScaleType("time",t,{position:"bottom",distribution:"linear",bounds:"data",time:{parser:!1,format:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}})}},{25:25,45:45,6:6}]},{},[7])(7)})
\ No newline at end of file
public/scripts/common-0.0.1-min.js new
+1
@@ -0,0 +1 @@
1 +function Q(t){return document.getElementById(t)}function QS(t){try{return Q(t).style}catch(t){}}function QE(t,r){try{Q(t).disabled=!r}catch(t){}}function QV(t,r){try{QS(t).display=r?"":"none"}catch(t){}}function QA(t,r){Q(t).innerHTML+=r}function QH(t,r){Q(t).innerHTML=r}function QC(t){try{return Q(t).classList}catch(t){}}function inputBoxFocus(t){Q(t).focus();var r=Q(t).value;Q(t).value="",Q(t).value=r}function ReadShort(t,r){return(t.charCodeAt(r)<<8)+t.charCodeAt(r+1)}function ReadShortX(t,r){return(t.charCodeAt(r+1)<<8)+t.charCodeAt(r)}function ReadInt(t,r){return 16777216*t.charCodeAt(r)+(t.charCodeAt(r+1)<<16)+(t.charCodeAt(r+2)<<8)+t.charCodeAt(r+3)}function ReadSInt(t,r){return(t.charCodeAt(r)<<24)+(t.charCodeAt(r+1)<<16)+(t.charCodeAt(r+2)<<8)+t.charCodeAt(r+3)}function ReadIntX(t,r){return 16777216*t.charCodeAt(r+3)+(t.charCodeAt(r+2)<<16)+(t.charCodeAt(r+1)<<8)+t.charCodeAt(r)}function ShortToStr(t){return String.fromCharCode(t>>8&255,255&t)}function ShortToStrX(t){return String.fromCharCode(255&t,t>>8&255)}function IntToStr(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,255&t)}function IntToStrX(t){return String.fromCharCode(255&t,t>>8&255,t>>16&255,t>>24&255)}function MakeToArray(t){return t&&null!=t&&"object"!=typeof t?[t]:t}function SplitArray(t){return t.split(",")}function Clone(t){return JSON.parse(JSON.stringify(t))}function EscapeHtml(t){return"string"==typeof t?t.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"):"boolean"==typeof t?t:"number"==typeof t?t:void 0}function EscapeHtmlBreaks(t){return"string"==typeof t?t.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/\r/g,"<br />").replace(/\n/g,"").replace(/\t/g,"&nbsp;&nbsp;"):"boolean"==typeof t?t:"number"==typeof t?t:void 0}function ArrayElementMove(t,r,n){t.splice(n,0,t.splice(r,1)[0])}function ObjectToStringEx(t,r){var n="";if(0!=t&&(!t||null==t))return"(Null)";if(t instanceof Array)for(var e in t)n+="<br />"+gap(r)+"Item #"+e+": "+ObjectToStringEx(t[e],r+1);else if(t instanceof Object)for(var e in t)n+="<br />"+gap(r)+e+" = "+ObjectToStringEx(t[e],r+1);else n+=EscapeHtml(t);return n}function ObjectToStringEx2(t,r){var n="";if(0!=t&&(!t||null==t))return"(Null)";if(t instanceof Array)for(var e in t)n+="\r\n"+gap2(r)+"Item #"+e+": "+ObjectToStringEx2(t[e],r+1);else if(t instanceof Object)for(var e in t)n+="\r\n"+gap2(r)+e+" = "+ObjectToStringEx2(t[e],r+1);else n+=EscapeHtml(t);return n}function gap(t){for(var r="",n=0;n<4*t;n++)r+="&nbsp;";return r}function gap2(t){for(var r="",n=0;n<4*t;n++)r+=" ";return r}function ObjectToString(t){return ObjectToStringEx(t,0)}function ObjectToString2(t){return ObjectToStringEx2(t,0)}function hex2rstr(t){if("string"!=typeof t||0==t.length)return"";for(var r,n="",e=(""+t).match(/../g);r=e.shift();)n+=String.fromCharCode("0x"+r);return n}function char2hex(t){return(t+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(t){var r,n="";for(r=0;r<t.length;r++)n+=char2hex(t.charCodeAt(r));return n}function encode_utf8(t){return unescape(encodeURIComponent(t))}function decode_utf8(t){return decodeURIComponent(escape(t))}function data2blob(t){for(var r=new Array(t.length),n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return new Blob([new Uint8Array(r)])}function utf2blob(t){for(var r=[],n=unescape(encodeURIComponent(t)),e=0;e<n.length;e++)r.push(n.charCodeAt(e));return new Blob([new Uint8Array(r)])}function random(t){return Math.floor(Math.random()*t)}function trademarks(t){return t.replace(/\(R\)/g,"&reg;").replace(/\(TM\)/g,"&trade;")}function zeroPad(t,r){null==r&&(r=2);var n="00000000"+t;return n.substr(n.length-r)}String.prototype.startsWith||(String.prototype.startsWith=function(t){return 0===this.lastIndexOf(t,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return-1!==this.indexOf(t,this.length-t.length)})
\ No newline at end of file
public/scripts/meshcentral-min.js new
+1
@@ -0,0 +1 @@
1 +var MeshServerCreateControl=function(t,e){var o={State:0,connectstate:0,pingTimer:null};return o.authCookie=e,o.trace=!1,o.xxStateChange=function(e,t){if(o.State!=e){var n=o.State;o.State=e,o.onStateChanged&&o.onStateChanged(o,o.State,n,t)}},o.Start=function(){if(0==o.connectstate){o.connectstate=0;var e=window.location.protocol.replace("http","ws")+"//"+window.location.host+t+"control.ashx";o.authCookie&&""!=o.authCookie&&(e+="?auth="+o.authCookie),o.socket=new WebSocket(e),o.socket.onopen=function(e){o.connectstate=1},o.socket.onmessage=o.xxOnMessage,o.socket.onclose=function(e){o.Stop(e.code)},o.xxStateChange(1,0),null!=o.pingTimer&&clearInterval(o.pingTimer),o.pingTimer=setInterval(function(){o.send({action:"ping"})},29e3)}},o.Stop=function(e){o.connectstate=0,o.socket&&(o.socket.close(),delete o.socket),null!=o.pingTimer&&(clearInterval(o.pingTimer),o.pingTimer=null),o.xxStateChange(0,e)},o.xxOnMessage=function(e){var t;1==o.State&&o.xxStateChange(2);try{t=JSON.parse(e.data)}catch(e){return}if("object"==typeof t&&"pong"!=t.action){if("close"==t.action)return t.msg&&console.log(t.msg),void o.Stop(t.cause);o.trace&&console.log("RECV",t),o.onMessage&&o.onMessage(o,t)}},o.send=function(e){null!=o.socket&&1==o.connectstate&&(o.trace&&"ping"!=e.action&&console.log("SEND",e),o.socket.send(JSON.stringify(e)))},o}
\ No newline at end of file
public/scripts/ol-min.js new
+1
@@ -0,0 +1 @@
1 +!function(t,e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define([],e):t.ol=e()}(this,function(){var t,e,o,r={},n=this;function i(t,e){var o,i=r;t=t.split("."),i=i||n,t[0]in i||!i.execScript||i.execScript("var "+t[0]);for(;t.length&&(o=t.shift());)t.length||void 0===e?i=i[o]&&i[o]!==Object.prototype[o]?i[o]:i[o]={}:i[o]=e}function N(t,e){return e<t?1:t<e?-1:0}function d(t,e){return 0<=t.indexOf(e)}function l(t,e,o){var i=t.length;if(t[0]<=e)return 0;if(!(e<=t[i-1]))if(0<o){for(o=1;o<i;++o)if(t[o]<e)return o-1}else if(o<0){for(o=1;o<i;++o)if(t[o]<=e)return o}else for(o=1;o<i;++o){if(t[o]==e)return o;if(t[o]<e)return t[o-1]-e<e-t[o]?o-1:o}return i-1}function c(t,e){var o=Array.isArray(e)?e:[e],i=o.length;for(e=0;e<i;e++)t[t.length]=o[e]}function p(t,e){-1<(e=t.indexOf(e))&&t.splice(e,1)}function v(t,e){for(var o,i=t.length>>>0,r=0;r<i;r++)if(e(o=t[r],r,t))return o;return null}function U(t,e){var o=t.length;if(o!==e.length)return!1;for(var i=0;i<o;i++)if(t[i]!==e[i])return!1;return!0}function u(t){var e,o=cp,i=t.length,r=Array(t.length);for(e=0;e<i;e++)r[e]={index:e,value:t[e]};for(r.sort(function(t,e){return o(t.value,e.value)||t.index-e.index}),e=0;e<t.length;e++)t[e]=r[e].value}function b(o,i){var r;return o.every(function(t,e){return!i(t,r=e,o)})?-1:r}function s(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t}function m(){}function G(t){return t.Vo||(t.Vo=++a)}var a=0;function h(t){this.message="Assertion failed. See https://openlayers.org/en/v4.2.0/doc/errors/#"+t+" for details.",this.code=t,this.name="AssertionError"}function R(t,e){if(!t)throw new h(e)}function I(t,e,o,i){this.ca=t,this.$=e,this.da=o,this.ia=i}function y(t,e,o){return t.ca<=e&&e<=t.$&&t.da<=o&&o<=t.ia}function C(t,e){return t.ca<=e.$&&t.$>=e.ca&&t.da<=e.ia&&t.ia>=e.da}function w(t,e,o){return Math.min(Math.max(t,e),o)}s(h,Error);var f="cosh"in Math?Math.cosh:function(t){return((t=Math.exp(t))+1/t)/2};function x(t,e,o,i,r,n){var p=r-o,s=n-i;if(p||s){var a=((t-o)*p+(e-i)*s)/(p*p+s*s);1<a?(o=r,i=n):0<a&&(o+=p*a,i+=s*a)}return g(t,e,o,i)}function g(t,e,o,i){return(t=o-t)*t+(e=i-e)*e}function S(t){return t*Math.PI/180}function L(t,e){return(t%=e)*e<0?t+e:t}function M(t,e,o){return t+o*(e-t)}function P(t,e,o){return void 0===o&&(o=[0,0]),o[0]=t[0]+2*e,o[1]=t[1]+2*e,o}function A(t,e,o){return void 0===o&&(o=[0,0]),o[0]=t[0]*e+.5|0,o[1]=t[1]*e+.5|0,o}function F(t,e){return Array.isArray(t)?t:(void 0===e?e=[t,t]:e[0]=e[1]=t,e)}function E(t){for(var e=V(),o=0,i=t.length;o<i;++o)q(e,t[o]);return e}function T(t,e,o){return o?(o[0]=t[0]-e,o[1]=t[1]-e,o[2]=t[2]+e,o[3]=t[3]+e,o):[t[0]-e,t[1]-e,t[2]+e,t[3]+e]}function j(t,e){return e?(e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e):t.slice()}function k(t,e,o){return(e=e<t[0]?t[0]-e:t[2]<e?e-t[2]:0)*e+(t=o<t[1]?t[1]-o:t[3]<o?o-t[3]:0)*t}function D(t,e){return B(t,e[0],e[1])}function O(t,e){return t[0]<=e[0]&&e[2]<=t[2]&&t[1]<=e[1]&&e[3]<=t[3]}function B(t,e,o){return t[0]<=e&&e<=t[2]&&t[1]<=o&&o<=t[3]}function X(t,e){var o=t[1],i=t[2],r=t[3],n=e[0];e=e[1];var p=0;return n<t[0]?p|=16:i<n&&(p|=4),e<o?p|=8:r<e&&(p|=2),p=p||1}function V(){return[1/0,1/0,-1/0,-1/0]}function W(t,e,o,i,r){return r?(r[0]=t,r[1]=e,r[2]=o,r[3]=i,r):[t,e,o,i]}function Z(t){return W(1/0,1/0,-1/0,-1/0,t)}function K(t,e){var o=t[0];return W(o,t=t[1],o,t,e)}function z(t,e,o,i,r){return J(r=Z(r),t,e,o,i)}function Y(t,e){return t[0]==e[0]&&t[2]==e[2]&&t[1]==e[1]&&t[3]==e[3]}function H(t,e){return e[0]<t[0]&&(t[0]=e[0]),e[2]>t[2]&&(t[2]=e[2]),e[1]<t[1]&&(t[1]=e[1]),e[3]>t[3]&&(t[3]=e[3]),t}function q(t,e){e[0]<t[0]&&(t[0]=e[0]),e[0]>t[2]&&(t[2]=e[0]),e[1]<t[1]&&(t[1]=e[1]),e[1]>t[3]&&(t[3]=e[1])}function J(t,e,o,i,r){for(;o<i;o+=r){var n=t,p=e[o],s=e[o+1];n[0]=Math.min(n[0],p),n[1]=Math.min(n[1],s),n[2]=Math.max(n[2],p),n[3]=Math.max(n[3],s)}return t}function _(t,e,o){var i;return(i=e.call(o,Q(t)))||(i=e.call(o,tt(t)))||(i=e.call(o,pt(t)))?i:!!(i=e.call(o,nt(t)))&&i}function $(t){var e=0;return ht(t)||(e=st(t)*it(t)),e}function Q(t){return[t[0],t[1]]}function tt(t){return[t[2],t[1]]}function et(t){return[(t[0]+t[2])/2,(t[1]+t[3])/2]}function ot(t,e,o,i,r){var n=e*i[0]/2;i=e*i[1]/2,e=Math.cos(o);var p=Math.sin(o);o=n*e,n*=p,e*=i;var s=i*p,a=t[0],h=t[1];t=a-o+s,i=a-o-s,p=a+o-s,o=a+o+s;s=h-n-e,a=h-n+e;var l=h+n+e;n=h+n-e;return W(Math.min(t,i,p,o),Math.min(s,a,l,n),Math.max(t,i,p,o),Math.max(s,a,l,n),r)}function it(t){return t[3]-t[1]}function rt(t,e,o){return o=o||[1/0,1/0,-1/0,-1/0],at(t,e)&&(o[0]=t[0]>e[0]?t[0]:e[0],o[1]=t[1]>e[1]?t[1]:e[1],o[2]=t[2]<e[2]?t[2]:e[2],o[3]=t[3]<e[3]?t[3]:e[3]),o}function nt(t){return[t[0],t[3]]}function pt(t){return[t[2],t[3]]}function st(t){return t[2]-t[0]}function at(t,e){return t[0]<=e[2]&&t[2]>=e[0]&&t[1]<=e[3]&&t[3]>=e[1]}function ht(t){return t[2]<t[0]||t[3]<t[1]}function lt(t,e){var o=(t[2]-t[0])/2*(e-1);e=(t[3]-t[1])/2*(e-1),t[0]-=o,t[2]+=o,t[1]-=e,t[3]+=e}function ut(t,e,o){e(t=[t[0],t[1],t[0],t[3],t[2],t[1],t[2],t[3]],t,2);var i=[t[0],t[2],t[4],t[6]],r=[t[1],t[3],t[5],t[7]];return W(e=Math.min.apply(null,i),t=Math.min.apply(null,r),i=Math.max.apply(null,i),r=Math.max.apply(null,r),o)}var ct="function"==typeof Object.assign?Object.assign:function(t,e){if(!t||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var o=Object(t),i=1,r=arguments.length;i<r;++i){var n=arguments[i];if(null!=n)for(var p in n)n.hasOwnProperty(p)&&(o[p]=n[p])}return o};function yt(t){for(var e in t)delete t[e]}function ft(t){var e,o=[];for(e in t)o.push(t[e]);return o}function gt(t){for(var e in t)return!1;return!e}function dt(t){this.radius=t}dt.prototype.a=function(t){for(var e=0,o=t.length,i=t[o-1][0],r=t[o-1][1],n=0;n<o;n++){var p=t[n][0],s=t[n][1];e=e+S(p-i)*(2+Math.sin(S(r))+Math.sin(S(s))),i=p,r=s}return e*this.radius*this.radius/2},dt.prototype.b=function(t,e){var o=S(t[1]),i=S(e[1]),r=(i-o)/2;return t=S(e[0]-t[0])/2,o=Math.sin(r)*Math.sin(r)+Math.sin(t)*Math.sin(t)*Math.cos(o)*Math.cos(i),2*this.radius*Math.atan2(Math.sqrt(o),Math.sqrt(1-o))},dt.prototype.offset=function(t,e,o){var i=S(t[1]);e/=this.radius;var r=Math.asin(Math.sin(i)*Math.cos(e)+Math.cos(i)*Math.sin(e)*Math.cos(o));return[180*(S(t[0])+Math.atan2(Math.sin(o)*Math.sin(e)*Math.cos(i),Math.cos(e)-Math.sin(i)*Math.sin(r)))/Math.PI,180*r/Math.PI]};var vt=new dt(6370997),bt={};bt.degrees=2*Math.PI*vt.radius/360,bt.ft=.3048,bt.m=1,bt["us-ft"]=1200/3937;var mt=null;function wt(t){this.mb=t.code,this.a=t.units,this.f=void 0!==t.extent?t.extent:null,this.g=void 0!==t.worldExtent?t.worldExtent:null,this.b=void 0!==t.axisOrientation?t.axisOrientation:"enu",this.c=void 0!==t.global&&t.global,this.i=!(!this.c||!this.f),this.o=t.getPointResolution,this.j=null,this.l=t.metersPerUnit;var e=t.code,o=mt||window.proj4;"function"!=typeof o||void 0!==(e=o.defs(e))&&(void 0!==e.axis&&void 0===t.axisOrientation&&(this.b=e.axis),void 0===t.metersPerUnit&&(this.l=e.to_meter),void 0===t.units&&(this.a=e.units))}function xt(t){wt.call(this,{code:t,units:"m",extent:Mt,global:!0,worldExtent:Pt,getPointResolution:function(t,e){return t/f(e[1]/6378137)}})}(t=wt.prototype).Jk=function(){return this.mb},t.G=function(){return this.f},t.Un=function(){return this.a},t.sc=function(){return this.l||bt[this.a]},t.tl=function(){return this.g},t.dm=function(){return this.c},t.$p=function(t){this.c=t,this.i=!(!t||!this.f)},t.Vn=function(t){this.f=t,this.i=!(!this.c||!t)},t.kq=function(t){this.g=t},t.Zp=function(t){this.o=t},s(xt,wt);var St=6378137*Math.PI,Mt=[-St,-St,St,St],Pt=[-180,-85,180,85],At="EPSG:3857 EPSG:102100 EPSG:102113 EPSG:900913 urn:ogc:def:crs:EPSG:6.18:3:3857 urn:ogc:def:crs:EPSG::3857 http://www.opengis.net/gml/srs/epsg.xml#3857".split(" ").map(function(t){return new xt(t)});function Et(t,e,o){var i=t.length;o=1<o?o:2,void 0===e&&(e=2<o?t.slice():Array(i));for(var r=0;r<i;r+=o){e[r]=St*t[r]/180;var n=6378137*Math.log(Math.tan(Math.PI*(t[r+1]+90)/360));St<n?n=St:n<-St&&(n=-St),e[r+1]=n}return e}function Tt(t,e,o){var i=t.length;o=1<o?o:2,void 0===e&&(e=2<o?t.slice():Array(i));for(var r=0;r<i;r+=o)e[r]=180*t[r]/St,e[r+1]=360*Math.atan(Math.exp(t[r+1]/6378137))/Math.PI-90;return e}var jt=new dt(6378137);function Ct(t,e){wt.call(this,{code:t,units:"degrees",extent:Lt,axisOrientation:e,global:!0,metersPerUnit:Rt,worldExtent:Lt})}s(Ct,wt);var Lt=[-180,-90,180,90],Rt=Math.PI*jt.radius/180,It=[new Ct("CRS:84"),new Ct("EPSG:4326","neu"),new Ct("urn:ogc:def:crs:EPSG::4326","neu"),new Ct("urn:ogc:def:crs:EPSG:6.6:4326","neu"),new Ct("urn:ogc:def:crs:OGC:1.3:CRS84"),new Ct("urn:ogc:def:crs:OGC:2:84"),new Ct("http://www.opengis.net/gml/srs/epsg.xml#4326","neu"),new Ct("urn:x-ogc:def:crs:EPSG:4326","neu")],Nt={},Ft={};function kt(t,e,o){t=t.mb,e=e.mb,t in Ft||(Ft[t]={}),Ft[t][e]=o}function Dt(t,e){var o;return t in Ft&&e in Ft[t]&&(o=Ft[t][e]),o}function Ot(t,e,o){var i=(t=Wt(t)).o;return i?e=i(e,o):"degrees"!=t.a&&(e=(i=zt(t,Wt("EPSG:4326")))(e=[o[0]-e/2,o[1],o[0]+e/2,o[1],o[0],o[1]-e/2,o[0],o[1]+e/2],e,2),e=(vt.b(e.slice(0,2),e.slice(2,4))+vt.b(e.slice(4,6),e.slice(6,8)))/2,void 0!==(t=t.sc())&&(e/=t)),e}function Ut(t){t.forEach(Gt),t.forEach(function(e){t.forEach(function(t){e!==t&&kt(e,t,Ht)})})}function Gt(t){kt(Nt[t.mb]=t,t,Ht)}function Bt(t){return t?"string"==typeof t?Wt(t):t:Wt("EPSG:3857")}function Xt(t,e,o,i){kt(t=Wt(t),e=Wt(e),Vt(o)),kt(e,t,Vt(i))}function Vt(p){return function(t,e,o){var i,r=t.length;for(o=void 0!==o?o:2,e=void 0!==e?e:Array(r),i=0;i<r;i+=o){var n=p([t[i],t[i+1]]);for(e[i]=n[0],e[i+1]=n[1],n=o-1;2<=n;--n)e[i+n]=t[i+n]}return e}}function Wt(t){var e=null;if(t instanceof wt)e=t;else if("string"==typeof t){e=Nt[t]||null;var o=mt||window.proj4;e||"function"!=typeof o||void 0===o.defs(t)||Gt(e=new wt({code:t}))}return e}function Zt(t,e){if(t===e)return!0;var o=t.a===e.a;return t.mb===e.mb?o:zt(t,e)===Ht&&o}function Kt(t,e){return zt(t=Wt(t),e=Wt(e))}function zt(t,e){var o=t.mb,i=e.mb,r=Dt(o,i);if(!r){var n=mt||window.proj4;if("function"==typeof n){var p=n.defs(o),s=n.defs(i);void 0!==p&&void 0!==s&&(p===s?Ut([e,t]):Xt(e,t,(r=n(i,o)).forward,r.inverse),r=Dt(o,i))}}return r=r||Yt}function Yt(t,e){if(void 0!==e&&t!==e){for(var o=0,i=t.length;o<i;++o)e[o]=t[o];t=e}return t}function Ht(t,e){if(void 0!==e){for(var o=0,i=t.length;o<i;++o)e[o]=t[o];t=e}else t=t.slice();return t}function qt(t,e,o){return Kt(e,o)(t,void 0,t.length)}function Jt(t,e,o){return ut(t,e=Kt(e,o))}function _t(){Ut(At),Ut(It),It.forEach(function(e){At.forEach(function(t){kt(e,t,Et),kt(t,e,Tt)})})}function $t(t,e,o,i){return void 0!==i?(i[0]=t,i[1]=e,i[2]=o,i):[t,e,o]}function Qt(t){this.minZoom=void 0!==t.minZoom?t.minZoom:0,this.b=t.resolutions,R(function(o,t){var i=t||N;return o.every(function(t,e){return!e||!(0<(t=i(o[e-1],t))||0===t)})}(this.b,function(t,e){return e-t}),17),this.maxZoom=this.b.length-1,this.i=void 0!==t.origin?t.origin:null,this.c=null,void 0!==t.origins&&(this.c=t.origins,R(this.c.length==this.b.length,20));var e=t.extent;void 0===e||this.i||this.c||(this.i=nt(e)),R(!this.i&&this.c||this.i&&!this.c,18),this.f=null,void 0!==t.tileSizes&&(this.f=t.tileSizes,R(this.f.length==this.b.length,19)),this.g=void 0!==t.tileSize?t.tileSize:this.f?null:256,R(!this.g&&this.f||this.g&&!this.f,22),this.v=void 0!==e?e:null,this.a=null,this.j=[0,0],void 0!==t.sizes?this.a=t.sizes.map(function(t){return new I(Math.min(0,t[0]),Math.max(t[0]-1,-1),Math.min(0,t[1]),Math.max(t[1]-1,-1))},this):e&&function(t,e){for(var o=t.b.length,i=Array(o),r=t.minZoom;r<o;++r)i[r]=re(t,e,r);t.a=i}(this,e)}_t();var te=[0,0,0];function ee(t,e,o,i,r){for(r=t.Aa(e,r),e=e[0]-1;e>=t.minZoom;){if(o.call(null,e,re(t,r,e,i)))return!0;--e}return!1}function oe(t,e,o,i){return e[0]<t.maxZoom?(i=t.Aa(e,i),re(t,i,e[0]+1,o)):null}function ie(t,e,o,i){pe(t,e[0],e[1],o,!1,te);var r=te[1],n=te[2];return pe(t,e[2],e[3],o,!0,te),t=te[1],e=te[2],void 0!==i?(i.ca=r,i.$=t,i.da=n,i.ia=e):i=new I(r,t,n,e),i}function re(t,e,o,i){return ie(t,e,t.Da(o),i)}function ne(t,e){var o=t.Pc(e[0]),i=t.Da(e[0]);return t=F(t.gb(e[0]),t.j),[o[0]+(e[1]+.5)*t[0]*i,o[1]+(e[2]+.5)*t[1]*i]}function pe(t,e,o,i,r,n){var p=t.tc(i),s=i/t.Da(p),a=t.Pc(p);return t=F(t.gb(p),t.j),e=s*Math.floor((e-a[0])/i+(r?.5:0))/t[0],o=s*Math.floor((o-a[1])/i+(r?0:.5))/t[1],o=r?(e=Math.ceil(e)-1,Math.ceil(o)-1):(e=Math.floor(e),Math.floor(o)),$t(p,e,o,n)}function se(t){var e=t.j;return e||(e=le(t),t.j=e),e}function ae(t){var e={};return ct(e,t||{}),void 0===e.extent&&(e.extent=Wt("EPSG:3857").G()),e.resolutions=he(e.extent,e.maxZoom,e.tileSize),delete e.maxZoom,new Qt(e)}function he(t,e,o){e=void 0!==e?e:42;var i=it(t);for(t=st(t),o=F(void 0!==o?o:256),o=Math.max(t/o[0],i/o[1]),e+=1,i=Array(e),t=0;t<e;++t)i[t]=o/Math.pow(2,t);return i}function le(t,e,o){return e=he(t=ue(t),e,o),new Qt({extent:t,origin:nt(t),resolutions:e,tileSize:o})}function ue(t){var e=(t=Wt(t)).G();return e||(e=W(-(t=180*bt.degrees/t.sc()),-t,t,t)),e}function ce(t){this.b=t.html,this.a=t.tileRanges?t.tileRanges:null}function ye(t){return t}function fe(i){return i.mh=function(t){var e=i.listener,o=i.lh||i.target;return i.nh&&Se(i),e.call(o,t)}}function ge(t,e,o,i){for(var r,n=0,p=t.length;n<p;++n)if((r=t[n]).listener===e&&r.lh===o)return i&&(r.deleteIndex=n),r}function de(t,e){return(t=t.fb)?t[e]:void 0}function ve(t){var e=t.fb;return e=e||(t.fb={})}function be(t,e){var o=de(t,e);if(o){for(var i=0,r=o.length;i<r;++i)t.removeEventListener(e,o[i].mh),yt(o[i]);o.length=0,(o=t.fb)&&(delete o[e],Object.keys(o).length||delete t.fb)}}function me(t,e,o,i,r){var n=ve(t),p=n[e];return(n=ge(p=p||(n[e]=[]),o,i,!1))?r||(n.nh=!1):(n={lh:i,nh:!!r,listener:o,target:t,type:e},t.addEventListener(e,fe(n)),p.push(n)),n}function we(t,e,o,i){return me(t,e,o,i,!0)}function xe(t,e,o,i){(t=de(t,e))&&(o=ge(t,o,i,!0))&&Se(o)}function Se(t){if(t&&t.target){t.target.removeEventListener(t.type,t.mh);var e=de(t.target,t.type);if(e){var o="deleteIndex"in t?t.deleteIndex:e.indexOf(t);-1!==o&&e.splice(o,1),e.length||be(t.target,t.type)}yt(t)}}function Me(t){var e,o=ve(t);for(e in o)be(t,e)}function Pe(){}function Ae(t){t.Jb||(t.Jb=!0,t.ka())}function Ee(t){this.type=t,this.target=null}function Te(t){t.stopPropagation()}function je(){this.Ua={},this.ra={},this.oa={}}function Ce(t,e){return e?e in t.oa:0<Object.keys(t.oa).length}function Le(){je.call(this),this.i=0}function Re(t){Le.call(this),G(this),this.S={},void 0!==t&&this.H(t)}(t=Qt.prototype).Rf=function(t,e,o){for(var i=(t=re(this,t,e)).ca,r=t.$;i<=r;++i)for(var n=t.da,p=t.ia;n<=p;++n)o([e,i,n])},t.G=function(){return this.v},t.Ti=function(){return this.maxZoom},t.Ui=function(){return this.minZoom},t.Pc=function(t){return this.i?this.i:this.c[t]},t.Da=function(t){return this.b[t]},t.Vi=function(){return this.b},t.Aa=function(t,e){var o=this.Pc(t[0]),i=this.Da(t[0]),r=F(this.gb(t[0]),this.j),n=o[0]+t[1]*r[0]*i;return W(n,t=o[1]+t[2]*r[1]*i,n+r[0]*i,t+r[1]*i,e)},t.Be=function(t,e,o){return pe(this,t[0],t[1],e,!1,o)},t.bg=function(t,e,o){return pe(this,t[0],t[1],this.Da(e),!1,o)},t.gb=function(t){return this.g?this.g:this.f[t]},t.tc=function(t,e){return w(l(this.b,t,e||0),this.minZoom,this.maxZoom)},Pe.prototype.Jb=!(ce.prototype.i=function(){return this.b}),Pe.prototype.ka=m,Ee.prototype.preventDefault=Ee.prototype.stopPropagation=function(){this.qp=!0},s(je,Pe),je.prototype.addEventListener=function(t,e){var o=this.oa[t];-1===(o=o||(this.oa[t]=[])).indexOf(e)&&o.push(e)},je.prototype.b=function(t){var e="string"==typeof t?new Ee(t):t;t=e.type;var o=(e.target=this).oa[t];if(o){t in this.ra||(this.ra[t]=0,this.Ua[t]=0),++this.ra[t];for(var i=0,r=o.length;i<r;++i)if(!1===o[i].call(this,e)||e.qp){var n=!1;break}if(--this.ra[t],!this.ra[t]){for(e=this.Ua[t],delete this.Ua[t];e--;)this.removeEventListener(t,m);delete this.ra[t]}return n}},je.prototype.ka=function(){Me(this)},je.prototype.removeEventListener=function(t,e){var o=this.oa[t];o&&(e=o.indexOf(e),t in this.Ua?(o[e]=m,++this.Ua[t]):(o.splice(e,1),o.length||delete this.oa[t]))},s(Le,je),(t=Le.prototype).s=function(){++this.i,this.b("change")},t.L=function(){return this.i},t.J=function(t,e,o){if(Array.isArray(t)){for(var i=t.length,r=Array(i),n=0;n<i;++n)r[n]=me(this,t[n],e,o);return r}return me(this,t,e,o)},t.once=function(t,e,o){if(Array.isArray(t)){for(var i=t.length,r=Array(i),n=0;n<i;++n)r[n]=we(this,t[n],e,o);return r}return we(this,t,e,o)},t.K=function(t,e,o){if(Array.isArray(t))for(var i=0,r=t.length;i<r;++i)xe(this,t[i],e,o);else xe(this,t,e,o)},s(Re,Le);var Ie={};function Ne(t){return Ie.hasOwnProperty(t)?Ie[t]:Ie[t]="change:"+t}function Fe(t,e,o){var i=Ne(e);t.b(new ke(i,e,o)),t.b(new ke("propertychange",e,o))}function ke(t,e,o){Ee.call(this,t),this.key=e,this.oldValue=o}function De(t,e){if(Re.call(this),this.c=!!(e||{}).unique,this.a=t||[],this.c)for(t=0,e=this.a.length;t<e;++t)Ue(this,this.a[t],t);Oe(this)}function Oe(t){t.set(Ge,t.a.length)}function Ue(t,e,o){for(var i=0,r=t.a.length;i<r;++i)if(t.a[i]===e&&i!==o)throw new h(58)}(t=Re.prototype).get=function(t){var e;return this.S.hasOwnProperty(t)&&(e=this.S[t]),e},t.O=function(){return Object.keys(this.S)},t.N=function(){return ct({},this.S)},t.set=function(t,e,o){o?this.S[t]=e:(o=this.S[t])!==(this.S[t]=e)&&Fe(this,t,o)},t.H=function(t,e){for(var o in t)this.set(o,t[o],e)},t.P=function(t,e){if(t in this.S){var o=this.S[t];delete this.S[t],e||Fe(this,t,o)}},s(ke,Ee),s(De,Re),(t=De.prototype).clear=function(){for(;0<this.dc();)this.pop()},t.fg=function(t){var e,o=0;for(e=t.length;o<e;++o)this.push(t[o]);return this},t.forEach=function(t,e){this.a.forEach(t,e)},t.tm=function(){return this.a},t.item=function(t){return this.a[t]},t.dc=function(){return this.get(Ge)},t.He=function(t,e){this.c&&Ue(this,e),this.a.splice(t,0,e),Oe(this),this.b(new Be("add",e))},t.pop=function(){return this.Hg(this.dc()-1)},t.push=function(t){this.c&&Ue(this,t);var e=this.dc();return this.He(e,t),this.dc()},t.remove=function(t){var e,o=this.a,i=0;for(e=o.length;i<e;++i)if(o[i]===t)return this.Hg(i)},t.Hg=function(t){var e=this.a[t];return this.a.splice(t,1),Oe(this),this.b(new Be("remove",e)),e},t.Wp=function(t,e){var o=this.dc();if(t<o)this.c&&Ue(this,e,t),o=this.a[t],this.a[t]=e,this.b(new Be("remove",o)),this.b(new Be("add",e));else{for(;o<t;++o)this.He(o,void 0);this.He(t,e)}};var Ge="length";function Be(t,e){Ee.call(this,t),this.element=e}s(Be,Ee);var Xe=/^#(?:[0-9a-f]{3}){1,2}$/i,Ve=/^([a-z]*)$/i;function We(t){return Array.isArray(t)?t:Ye(t)}function Ze(t){if("string"!=typeof t){var e=t[0];e!=(0|e)&&(e=e+.5|0);var o=t[1];o!=(0|o)&&(o=o+.5|0);var i=t[2];i!=(0|i)&&(i=i+.5|0),t="rgba("+e+","+o+","+i+","+(void 0===t[3]?1:t[3])+")"}return t}var Ke,ze,Ye=(Ke={},ze=0,function(t){if(Ke.hasOwnProperty(t))var e=Ke[t];else{if(1024<=ze)for(var o in e=0,Ke)3&e++||(delete Ke[o],--ze);if(e=t,Ve.exec(e)&&((o=document.createElement("div")).style.color=e,document.body.appendChild(o),e=getComputedStyle(o).color,document.body.removeChild(o)),Xe.exec(e)){var i=e.length-1;R(3==i||6==i,54);var r=3==i?1:2;i=parseInt(e.substr(1+0*r,r),16),o=parseInt(e.substr(1+1*r,r),16),e=parseInt(e.substr(1+2*r,r),16),1==r&&(i=(i<<4)+i,o=(o<<4)+o,e=(e<<4)+e),i=[i,o,e,1]}else e.indexOf("rgba(")?e.indexOf("rgb(")?R(!1,14):((e=e.slice(4,-1).split(",").map(Number)).push(1),i=He(e)):i=He(e=e.slice(5,-1).split(",").map(Number));e=i,Ke[t]=e,++ze}return e});function He(t){var e=[];return e[0]=w(t[0]+.5|0,0,255),e[1]=w(t[1]+.5|0,0,255),e[2]=w(t[2]+.5|0,0,255),e[3]=w(t[3],0,1),e}function qe(t){return"string"==typeof t||t instanceof CanvasPattern||t instanceof CanvasGradient?t:Ze(t)}function Je(t,e){var o=document.createElement("CANVAS");return t&&(o.width=t),e&&(o.height=e),o.getContext("2d")}function _e(t,e){var o=e.parentNode;o&&o.replaceChild(t,e)}function $e(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function Qe(t){Re.call(this),this.element=t.element?t.element:null,this.a=this.R=null,this.v=[],this.render=t.render?t.render:m,t.target&&this.f(t.target)}function to(t){t=t||{},this.I=document.createElement("UL"),this.u=document.createElement("LI"),this.I.appendChild(this.u),this.u.style.display="none",this.c=void 0===t.collapsed||t.collapsed,this.o=void 0===t.collapsible||t.collapsible,this.o||(this.c=!1);var e=void 0!==t.className?t.className:"ol-attribution",o=void 0!==t.tipLabel?t.tipLabel:"Attributions";"string"==typeof(i=void 0!==t.collapseLabel?t.collapseLabel:"»")?(this.D=document.createElement("span"),this.D.textContent=i):this.D=i,"string"==typeof(i=void 0!==t.label?t.label:"i")?(this.C=document.createElement("span"),this.C.textContent=i):this.C=i;var i,r=this.o&&!this.c?this.D:this.C;(i=document.createElement("button")).setAttribute("type","button"),i.title=o,i.appendChild(r),me(i,"click",this.Vm,this),(o=document.createElement("div")).className=e+" ol-unselectable ol-control"+(this.c&&this.o?" ol-collapsed":"")+(this.o?"":" ol-uncollapsible"),o.appendChild(this.I),o.appendChild(i),Qe.call(this,{element:o,render:t.render?t.render:eo,target:t.target}),this.B=!0,this.l={},this.j={},this.T={}}function eo(t){if(t=t.frameState){var e,o,i,r,n,p=t.layerStatesArray,s=ct({},t.attributions),a={},h={},l=t.viewState.projection,u=0;for(e=p.length;u<e;u++)if(r=p[u].layer.ha()){var c=G(r).toString();if(n=r.j){var y=0;for(o=n.length;y<o;y++){var f=n[y],g=G(f).toString();if(!(g in s)){if(i=t.usedTiles[c])t:{var d,v=void 0,b=f,m=x=r.Ta(l),w=l;if(b.a){for(v in i)if(v in b.a){var x=i[v],S=0;for(d=b.a[v].length;S<d;++S){var M=b.a[v][S];if(C(M,x)){v=!0;break t}var P=re(m,ue(w),parseInt(v,10)),A=P.$-P.ca+1;if((x.ca<P.ca||x.$>P.$)&&(C(M,new I(L(x.ca,A),L(x.$,A),x.da,x.ia))||x.$-x.ca+1>A&&C(M,P))){v=!0;break t}}}v=!1}else v=!0}else v=!1;v?(g in a&&delete a[g],(v=f.b)in h||(h[v]=!0,s[g]=f)):a[g]=f}}}}for(var E in u=(e=[s,a])[0],e=e[1],this.l)E in u?(this.j[E]||(this.l[E].style.display="",this.j[E]=!0),delete u[E]):E in e?(this.j[E]&&(this.l[E].style.display="none",delete this.j[E]),delete e[E]):($e(this.l[E]),delete this.l[E],delete this.j[E]);for(E in u)(y=document.createElement("LI")).innerHTML=u[E].b,this.I.appendChild(y),this.l[E]=y,this.j[E]=!0;for(E in e)(y=document.createElement("LI")).innerHTML=e[E].b,y.style.display="none",this.I.appendChild(y),this.l[E]=y;for(j in E=!gt(this.j)||!gt(t.logos),this.B!=E&&(this.element.style.display=E?"":"none",this.B=E),E&&gt(this.j)?this.element.classList.add("ol-logo-only"):this.element.classList.remove("ol-logo-only"),t=t.logos,E=this.T)j in t||($e(E[j]),delete E[j]);for(var T in t)if((e=t[T])instanceof HTMLElement&&(this.u.appendChild(e),E[T]=e),!(T in E)){var j=new Image;j.src=T,""===e?u=j:((u=document.createElement("a")).href=e,u.appendChild(j)),this.u.appendChild(u),E[T]=u}this.u.style.display=gt(t)?"none":""}else this.B&&(this.element.style.display="none",this.B=!1)}function oo(t){t.element.classList.toggle("ol-collapsed"),t.c?_e(t.D,t.C):_e(t.C,t.D),t.c=!t.c}function io(t){return Math.pow(t,3)}function ro(t){return 1-io(1-t)}function no(t){return 3*t*t-2*t*t*t}function po(t){return t}function so(t){var e=void 0!==(t=t||{}).className?t.className:"ol-rotate",o=void 0!==t.label?t.label:"⇧";this.c=null,"string"==typeof o?(this.c=document.createElement("span"),this.c.className="ol-compass",this.c.textContent=o):(this.c=o,this.c.classList.add("ol-compass"));var i=t.tipLabel?t.tipLabel:"Reset rotation";(o=document.createElement("button")).className=e+"-reset",o.setAttribute("type","button"),o.title=i,o.appendChild(this.c),me(o,"click",so.prototype.D,this),(i=document.createElement("div")).className=e+" ol-unselectable ol-control",i.appendChild(o),e=t.render?t.render:ao,this.o=t.resetNorth?t.resetNorth:void 0,Qe.call(this,{element:i,render:e,target:t.target}),this.l=void 0!==t.duration?t.duration:250,this.j=void 0===t.autoHide||t.autoHide,this.u=void 0,this.j&&this.element.classList.add("ol-hidden")}function ao(t){if(t=t.frameState){if((t=t.viewState.rotation)!=this.u){var e="rotate("+t+"rad)";if(this.j){var o=this.element.classList.contains("ol-hidden");o||t?o&&t&&this.element.classList.remove("ol-hidden"):this.element.classList.add("ol-hidden")}this.c.style.msTransform=e,this.c.style.webkitTransform=e,this.c.style.transform=e}this.u=t}}function ho(t){var e=void 0!==(t=t||{}).className?t.className:"ol-zoom",o=void 0!==t.delta?t.delta:1,i=void 0!==t.zoomInLabel?t.zoomInLabel:"+",r=void 0!==t.zoomOutLabel?t.zoomOutLabel:"−",n=void 0!==t.zoomInTipLabel?t.zoomInTipLabel:"Zoom in",p=void 0!==t.zoomOutTipLabel?t.zoomOutTipLabel:"Zoom out",s=document.createElement("button");s.className=e+"-in",s.setAttribute("type","button"),s.title=n,s.appendChild("string"==typeof i?document.createTextNode(i):i),me(s,"click",ho.prototype.j.bind(this,o)),(i=document.createElement("button")).className=e+"-out",i.setAttribute("type","button"),i.title=p,i.appendChild("string"==typeof r?document.createTextNode(r):r),me(i,"click",ho.prototype.j.bind(this,-o)),(o=document.createElement("div")).className=e+" ol-unselectable ol-control",o.appendChild(s),o.appendChild(i),Qe.call(this,{element:o,target:t.target}),this.c=void 0!==t.duration?t.duration:250}function lo(t){t=t||{};var e=new De;return void 0!==t.zoom&&!t.zoom||e.push(new ho(t.zoomOptions)),void 0!==t.rotate&&!t.rotate||e.push(new so(t.rotateOptions)),void 0!==t.attribution&&!t.attribution||e.push(new to(t.attributionOptions)),e}function uo(t){t=t||{},this.c=void 0!==t.className?t.className:"ol-full-screen";var e=void 0!==t.label?t.label:"⤢";this.o="string"==typeof e?document.createTextNode(e):e,e=void 0!==t.labelActive?t.labelActive:"×",this.l="string"==typeof e?document.createTextNode(e):e;var o=t.tipLabel?t.tipLabel:"Toggle full-screen";(e=document.createElement("button")).className=this.c+"-"+yo(),e.setAttribute("type","button"),e.title=o,e.appendChild(this.o),me(e,"click",this.C,this),(o=document.createElement("div")).className=this.c+" ol-unselectable ol-control "+(co()?"":"ol-unsupported"),o.appendChild(e),Qe.call(this,{element:o,target:t.target}),this.D=void 0!==t.keys&&t.keys,this.j=t.source}function co(){var t=document.body;return!!(t.webkitRequestFullscreen||t.mozRequestFullScreen&&document.mozFullScreenEnabled||t.msRequestFullscreen&&document.msFullscreenEnabled||t.requestFullscreen&&document.fullscreenEnabled)}function yo(){return!!(document.webkitIsFullScreen||document.mozFullScreen||document.msFullscreenElement||document.fullscreenElement)}function fo(t){t.requestFullscreen?t.requestFullscreen():t.msRequestFullscreen?t.msRequestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.webkitRequestFullscreen&&t.webkitRequestFullscreen()}s(Qe,Re),Qe.prototype.ka=function(){$e(this.element),Re.prototype.ka.call(this)},Qe.prototype.g=function(){return this.a},Qe.prototype.setMap=function(t){this.a&&$e(this.element);for(var e=0,o=this.v.length;e<o;++e)Se(this.v[e]);this.v.length=0,(this.a=t)&&((this.R?this.R:t.D).appendChild(this.element),this.render!==m&&this.v.push(me(t,"postrender",this.render,this)),t.render())},Qe.prototype.f=function(t){this.R="string"==typeof t?document.getElementById(t):t},s(to,Qe),(t=to.prototype).Vm=function(t){t.preventDefault(),oo(this)},t.Um=function(){return this.o},t.Xm=function(t){this.o!==t&&(this.o=t,this.element.classList.toggle("ol-uncollapsible"),!t&&this.c&&oo(this))},t.Wm=function(t){this.o&&this.c!==t&&oo(this)},t.Tm=function(){return this.c},s(so,Qe),so.prototype.D=function(t){t.preventDefault(),this.o?this.o():(t=this.a.Z())&&void 0!==t.Qa()&&(0<this.l?t.animate({rotation:0,duration:this.l,easing:ro}):t.Oe(0))},s(ho,Qe),ho.prototype.j=function(t,e){if(e.preventDefault(),e=this.a.Z()){var o=e.Pa();o&&(t=e.constrainResolution(o,t),0<this.c?(e.Ic()&&e.ed(),e.animate({resolution:t,duration:this.c,easing:ro})):e.Vc(t))}},s(uo,Qe),uo.prototype.C=function(t){t.preventDefault(),co()&&(t=this.a)&&(yo()?document.exitFullscreen?document.exitFullscreen():document.msExitFullscreen?document.msExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen():(t=this.j?"string"==typeof this.j?document.getElementById(this.j):this.j:t.jd(),this.D?t.mozRequestFullScreenWithKeys?t.mozRequestFullScreenWithKeys():t.webkitRequestFullscreen?t.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT):fo(t):fo(t)))},uo.prototype.u=function(){var t=this.element.firstElementChild,e=this.a;yo()?(t.className=this.c+"-true",_e(this.l,this.o)):(t.className=this.c+"-false",_e(this.o,this.l)),e&&e.Ad()},uo.prototype.setMap=function(t){Qe.prototype.setMap.call(this,t),t&&this.v.push(me(document,vo(),this.u,this))};var go,vo=function(){if(!go){var t=document.body;t.webkitRequestFullscreen?go="webkitfullscreenchange":t.mozRequestFullScreen?go="mozfullscreenchange":t.msRequestFullscreen?go="MSFullscreenChange":t.requestFullscreen&&(go="fullscreenchange")}return go};function bo(t){t=t||{};var e=document.createElement("DIV");e.className=void 0!==t.className?t.className:"ol-mouse-position",Qe.call(this,{element:e,render:t.render?t.render:mo,target:t.target}),me(this,Ne(xo),this.Ym,this),t.coordinateFormat&&this.kj(t.coordinateFormat),t.projection&&this.$h(t.projection),this.u=void 0!==t.undefinedHTML?t.undefinedHTML:"",this.l=e.innerHTML,this.o=this.j=this.c=null}function mo(t){(t=t.frameState)?this.c!=t.viewState.projection&&(this.c=t.viewState.projection,this.j=null):this.c=null,wo(this,this.o)}function wo(t,e){var o=t.u;if(e&&t.c){if(!t.j){var i=t.Zh();t.j=i?zt(t.c,i):Yt}(e=t.a.Wa(e))&&(t.j(e,e),o=(o=t.xh())?o(e):e.toString())}t.l&&o==t.l||(t.element.innerHTML=o,t.l=o)}s(bo,Qe),(t=bo.prototype).Ym=function(){this.j=null},t.xh=function(){return this.get(So)},t.Zh=function(){return this.get(xo)},t.Ll=function(t){this.o=this.a.xe(t),wo(this,this.o)},t.Ml=function(){wo(this,null),this.o=null},t.setMap=function(t){Qe.prototype.setMap.call(this,t),t&&(t=t.a,this.v.push(me(t,"mousemove",this.Ll,this),me(t,"mouseout",this.Ml,this)))},t.kj=function(t){this.set(So,t)},t.$h=function(t){this.set(xo,Wt(t))};var xo="projection",So="coordinateFormat";function Mo(t,e,o){Ee.call(this,t),this.map=e,this.frameState=void 0!==o?o:null}function Po(t,e,o,i,r){Mo.call(this,t,e,r),this.originalEvent=o,this.pixel=e.xe(o),this.coordinate=e.Wa(this.pixel),this.dragging=void 0!==i&&i}s(Mo,Ee),s(Po,Mo),Po.prototype.preventDefault=function(){Mo.prototype.preventDefault.call(this),this.originalEvent.preventDefault()},Po.prototype.stopPropagation=function(){Mo.prototype.stopPropagation.call(this),this.originalEvent.stopPropagation()};var Ao=["experimental-webgl","webgl","webkit-3d","moz-webgl"];function Eo(t,e){var o,i,r=Ao.length;for(i=0;i<r;++i)try{if(o=t.getContext(Ao[i],e))return o}catch(t){}return null}var To,jo,Co="undefined"!=typeof navigator?navigator.userAgent.toLowerCase():"",Lo=-1!==Co.indexOf("firefox"),Ro=-1!==Co.indexOf("safari")&&-1==Co.indexOf("chrom"),Io=-1!==Co.indexOf("webkit")&&-1==Co.indexOf("edge"),No=-1!==Co.indexOf("macintosh"),Fo=window.devicePixelRatio||1,ko=!1,Do=function(){if(!("HTMLCanvasElement"in window))return!1;try{var t=document.createElement("CANVAS").getContext("2d");return!!t&&(void 0!==t.setLineDash&&(ko=!0),!0)}catch(t){return!1}}(),Oo="DeviceOrientationEvent"in window,Uo="geolocation"in navigator,Go="ontouchstart"in window,Bo="PointerEvent"in window,Xo=!!navigator.msPointerEnabled,Vo=!1,Wo=[];if("WebGLRenderingContext"in window)try{var Zo=Eo(document.createElement("CANVAS"),{failIfMajorPerformanceCaveat:!0});Zo&&(Vo=!0,jo=Zo.getParameter(Zo.MAX_TEXTURE_SIZE),Wo=Zo.getSupportedExtensions())}catch(t){}To=Vo,o=Wo,e=jo;var Ko={Iq:"singleclick",xq:"click",yq:"dblclick",Bq:"pointerdrag",Eq:"pointermove",Aq:"pointerdown",Hq:"pointerup",Gq:"pointerover",Fq:"pointerout",Cq:"pointerenter",Dq:"pointerleave",zq:"pointercancel"};function zo(t,e,o,i,r){Po.call(this,t,e,o.b,i,r),this.b=o}function Yo(t,e){this.b=t,this.f=e}function Ho(t){Yo.call(this,t,{mousedown:this.fm,mousemove:this.gm,mouseup:this.jm,mouseover:this.im,mouseout:this.hm}),this.a=t.i,this.i=[]}function qo(t,e){t=t.i;var o=e.clientX;e=e.clientY;for(var i,r=0,n=t.length;r<n&&(i=t[r]);r++){var p=Math.abs(e-i[1]);if(Math.abs(o-i[0])<=25&&p<=25)return!0}return!1}function Jo(t){var e=si(t,t),o=e.preventDefault;return e.preventDefault=function(){t.preventDefault(),o()},e.pointerId=1,e.isPrimary=!0,e.pointerType="mouse",e}function _o(t){Yo.call(this,t,{MSPointerDown:this.om,MSPointerMove:this.pm,MSPointerUp:this.sm,MSPointerOut:this.qm,MSPointerOver:this.rm,MSPointerCancel:this.nm,MSGotPointerCapture:this.lm,MSLostPointerCapture:this.mm}),this.a=t.i,this.i=["","unavailable","touch","pen","mouse"]}function $o(t,e){var o=e;return"number"==typeof e.pointerType&&((o=si(e,e)).pointerType=t.i[e.pointerType]),o}function Qo(t){Yo.call(this,t,{pointerdown:this.ip,pointermove:this.jp,pointerup:this.mp,pointerout:this.kp,pointerover:this.lp,pointercancel:this.hp,gotpointercapture:this.ul,lostpointercapture:this.em})}function ti(t,e,o){Ee.call(this,t),this.b=e,t=o||{},this.buttons=function(t){if(t.buttons||ei)t=t.buttons;else switch(t.which){case 1:t=1;break;case 2:t=4;break;case 3:t=2;break;default:t=0}return t}(t),this.pressure=function(t,e){return t.pressure?t.pressure:e?.5:0}(t,this.buttons),this.bubbles="bubbles"in t&&t.bubbles,this.cancelable="cancelable"in t&&t.cancelable,this.view="view"in t?t.view:null,this.detail="detail"in t?t.detail:null,this.screenX="screenX"in t?t.screenX:0,this.screenY="screenY"in t?t.screenY:0,this.clientX="clientX"in t?t.clientX:0,this.clientY="clientY"in t?t.clientY:0,this.ctrlKey="ctrlKey"in t&&t.ctrlKey,this.altKey="altKey"in t&&t.altKey,this.shiftKey="shiftKey"in t&&t.shiftKey,this.metaKey="metaKey"in t&&t.metaKey,this.button="button"in t?t.button:0,this.relatedTarget="relatedTarget"in t?t.relatedTarget:null,this.pointerId="pointerId"in t?t.pointerId:0,this.width="width"in t?t.width:0,this.height="height"in t?t.height:0,this.tiltX="tiltX"in t?t.tiltX:0,this.tiltY="tiltY"in t?t.tiltY:0,this.pointerType="pointerType"in t?t.pointerType:"",this.isPrimary="isPrimary"in t&&t.isPrimary,e.preventDefault&&(this.preventDefault=function(){e.preventDefault()})}s(zo,Po),s(Ho,Yo),(t=Ho.prototype).fm=function(t){if(!qo(this,t)){1..toString()in this.a&&this.cancel(t);var e=Jo(t);this.a[1..toString()]=t,ui(this.b,"pointerdown",e,t)}},t.gm=function(t){if(!qo(this,t)){var e=Jo(t);ui(this.b,"pointermove",e,t)}},t.jm=function(t){if(!qo(this,t)){var e=this.a[1..toString()];e&&e.button===t.button&&(e=Jo(t),ui(this.b,"pointerup",e,t),delete this.a[1..toString()])}},t.im=function(t){if(!qo(this,t)){var e=Jo(t);li(this.b,e,t)}},t.hm=function(t){if(!qo(this,t)){var e=Jo(t);hi(this.b,e,t)}},t.cancel=function(t){var e=Jo(t);this.b.cancel(e,t),delete this.a[1..toString()]},s(_o,Yo),(t=_o.prototype).om=function(t){this.a[t.pointerId.toString()]=t;var e=$o(this,t);ui(this.b,"pointerdown",e,t)},t.pm=function(t){var e=$o(this,t);ui(this.b,"pointermove",e,t)},t.sm=function(t){var e=$o(this,t);ui(this.b,"pointerup",e,t),delete this.a[t.pointerId.toString()]},t.qm=function(t){var e=$o(this,t);hi(this.b,e,t)},t.rm=function(t){var e=$o(this,t);li(this.b,e,t)},t.nm=function(t){var e=$o(this,t);this.b.cancel(e,t),delete this.a[t.pointerId.toString()]},t.mm=function(t){this.b.b(new ti("lostpointercapture",t,t))},t.lm=function(t){this.b.b(new ti("gotpointercapture",t,t))},s(Qo,Yo),(t=Qo.prototype).ip=function(t){ci(this.b,t)},t.jp=function(t){ci(this.b,t)},t.mp=function(t){ci(this.b,t)},t.kp=function(t){ci(this.b,t)},t.lp=function(t){ci(this.b,t)},t.hp=function(t){ci(this.b,t)},t.em=function(t){ci(this.b,t)},t.ul=function(t){ci(this.b,t)},s(ti,Ee);var ei=!1;try{ei=1===new MouseEvent("click",{buttons:1}).buttons}catch(t){}function oi(t,e){Yo.call(this,t,{touchstart:this.rq,touchmove:this.qq,touchend:this.pq,touchcancel:this.oq}),this.a=t.i,this.j=e,this.i=void 0,this.g=0,this.c=void 0}function ii(t,e,o){function i(){e.preventDefault()}var r,n,p,s,a=Array.prototype.slice.call(e.changedTouches),h=a.length;for(r=0;r<h;++r){var l=(n=t,p=e,s=a[r],(p=si(p,s)).pointerId=s.identifier+2,p.bubbles=!0,p.cancelable=!0,p.detail=n.g,p.button=0,p.buttons=1,p.width=s.webkitRadiusX||s.radiusX||0,p.height=s.webkitRadiusY||s.radiusY||0,p.pressure=s.webkitForce||s.force||.5,p.isPrimary=n.i===s.identifier,p.pointerType="touch",p.clientX=s.clientX,p.clientY=s.clientY,p.screenX=s.screenX,p.screenY=s.screenY,p);l.preventDefault=i,o.call(t,e,l)}}function ri(t,e){var o=t.j.i;if(e=e.changedTouches[0],t.i===e.identifier){var i=[e.clientX,e.clientY];o.push(i),setTimeout(function(){p(o,i)},2500)}}function ni(t){je.call(this),this.g=t,this.i={},this.f={},this.a=[],Bo?pi(this,new Qo(this)):Xo?pi(this,new _o(this)):(pi(this,t=new Ho(this)),Go&&pi(this,new oi(this,t))),t=this.a.length;for(var e,o=0;o<t;o++)e=this.a[o],i=this,Object.keys(e.f).forEach(function(t){me(this.g,t,this.c,this)},i);var i}function pi(t,o){var e=Object.keys(o.f);e&&(e.forEach(function(t){var e=o.f[t];e&&(this.f[t]=e.bind(o))},t),t.a.push(o))}function si(t,e){for(var o,i={},r=0,n=yi.length;r<n;r++)i[o=yi[r][0]]=t[o]||e[o]||yi[r][1];return i}function ai(t,e,o){e.bubbles=!1,ui(t,"pointerleave",e,o)}function hi(t,e,o){t.out(e,o);var i=e.target,r=e.relatedTarget;i&&r&&i.contains(r)||ai(t,e,o)}function li(t,e,o){e.bubbles=!0,ui(t,"pointerover",e,o);var i=e.target,r=e.relatedTarget;i&&r&&i.contains(r)||(e.bubbles=!1,ui(t,"pointerenter",e,o))}function ui(t,e,o,i){t.b(new ti(e,i,o))}function ci(t,e){t.b(new ti(e.type,e,e))}s(oi,Yo),(t=oi.prototype).ij=function(){this.g=0,this.c=void 0},t.rq=function(t){var e=t.touches,o=Object.keys(this.a),i=o.length;if(i>=e.length){var r,n=[];for(r=0;r<i;++r){var p,s=o[r],a=this.a[s];if(!(p=1==s))t:{for(var h=e.length,l=0;l<h;l++)if((p=e[l]).identifier===s-2){p=!0;break t}p=!1}p||n.push(a.out)}for(r=0;r<n.length;++r)this.Kf(t,n[r])}e=t.changedTouches[0],(!(o=Object.keys(this.a).length)||1===o&&1..toString()in this.a)&&(this.i=e.identifier,void 0!==this.c&&clearTimeout(this.c)),ri(this,t),this.g++,ii(this,t,this.cp)},t.cp=function(t,e){this.a[e.pointerId]={target:e.target,out:e,Wi:e.target};var o=this.b;e.bubbles=!0,ui(o,"pointerover",e,t),o=this.b,e.bubbles=!1,ui(o,"pointerenter",e,t),ui(this.b,"pointerdown",e,t)},t.qq=function(t){t.preventDefault(),ii(this,t,this.km)},t.km=function(t,e){var o=this.a[e.pointerId];if(o){var i=o.out,r=o.Wi;ui(this.b,"pointermove",e,t),i&&r!==e.target&&(i.relatedTarget=e.target,e.relatedTarget=r,i.target=r,e.target?(hi(this.b,i,t),li(this.b,e,t)):(e.target=r,e.relatedTarget=null,this.Kf(t,e))),o.out=e,o.Wi=e.target}},t.pq=function(t){ri(this,t),ii(this,t,this.sq)},t.sq=function(t,e){ui(this.b,"pointerup",e,t),this.b.out(e,t),ai(this.b,e,t),delete this.a[e.pointerId],e.isPrimary&&(this.i=void 0,this.c=setTimeout(this.ij.bind(this),200))},t.oq=function(t){ii(this,t,this.Kf)},t.Kf=function(t,e){this.b.cancel(e,t),this.b.out(e,t),ai(this.b,e,t),delete this.a[e.pointerId],e.isPrimary&&(this.i=void 0,this.c=setTimeout(this.ij.bind(this),200))},s(ni,je),ni.prototype.c=function(t){var e=this.f[t.type];e&&e(t)},ni.prototype.out=function(t,e){t.bubbles=!0,ui(this,"pointerout",t,e)},ni.prototype.cancel=function(t,e){ui(this,"pointercancel",t,e)};var yi=[["bubbles",!(ni.prototype.ka=function(){for(var t,e=this.a.length,o=0;o<e;o++)t=this.a[o],i=this,Object.keys(t.f).forEach(function(t){xe(this.g,t,this.c,this)},i);var i;je.prototype.ka.call(this)})],["cancelable",!1],["view",null],["detail",null],["screenX",0],["screenY",0],["clientX",0],["clientY",0],["ctrlKey",!1],["altKey",!1],["shiftKey",!1],["metaKey",!1],["button",0],["relatedTarget",null],["buttons",0],["pointerId",0],["width",0],["height",0],["pressure",0],["tiltX",0],["tiltY",0],["pointerType",""],["hwTimestamp",0],["isPrimary",!1],["type",""],["target",null],["currentTarget",null],["which",0]];function fi(t,e){je.call(this),this.i=t,this.j=0,this.o=!1,this.f=[],this.D=e?e*Fo:Fo,this.c=null,t=this.i.a,this.S=0,this.u={},this.g=new ni(t),this.a=null,this.l=me(this.g,"pointerdown",this.Ol,this),this.v=me(this.g,"pointermove",this.Lp,this)}function gi(t,e){"pointerup"==e.type||"pointercancel"==e.type?delete t.u[e.pointerId]:"pointerdown"==e.type&&(t.u[e.pointerId]=!0),t.S=Object.keys(t.u).length}function di(t,e){return Math.abs(e.clientX-t.c.clientX)>t.D||Math.abs(e.clientY-t.c.clientY)>t.D}function vi(t,e){this.l=t,this.c=e,this.b=[],this.i=[],this.a={}}function bi(t){var e=t.b,o=t.i,i=e[0];return 1==e.length?(e.length=0,o.length=0):(e[0]=e.pop(),o[0]=o.pop(),mi(t,0)),e=t.c(i),delete t.a[e],i}function mi(t,e){for(var o=t.b,i=t.i,r=o.length,n=o[e],p=i[e],s=e;e<r>>1;){var a=2*e+1,h=2*e+2;a=h<r&&i[h]<i[a]?h:a;o[e]=o[a],i[e]=i[a],e=a}o[e]=n,i[e]=p,wi(t,s,e)}function wi(t,e,o){var i=t.b;t=t.i;for(var r=i[o],n=t[o];e<o;){var p=o-1>>1;if(!(t[p]>n))break;i[o]=i[p],t[o]=t[p],o=p}i[o]=r,t[o]=n}function xi(t){var e,o=t.l,i=t.b,r=t.i,n=0,p=i.length;for(e=0;e<p;++e){var s=i[e],a=o(s);1/0==a?delete t.a[t.c(s)]:(r[n]=a,i[n++]=s)}for(i.length=n,r.length=n,o=(t.b.length>>1)-1;0<=o;o--)mi(t,o)}function Si(e,t){vi.call(this,function(t){return e.apply(null,t)},function(t){return t[0].bb()}),this.v=t,this.j=0,this.g={}}function Mi(t,e,o){for(var i,r,n=0;t.j<e&&n<o&&0<t.b.length;)r=(i=bi(t)[0]).bb(),0!==i.getState()||r in t.g||(t.g[r]=!0,++t.j,++n,i.load())}function Pi(t){if(void 0!==t)return 0}function Ai(t,e){if(void 0!==t)return t+e}function Ei(t,e){return 2<(e=-1===(e=(t=void 0!==e?t.toFixed(e):""+t).indexOf("."))?t.length:e)?t:Array(3-e).join("0")+t}function Ti(t){t=(""+t).split(".");for(var e=["1","3"],o=0;o<Math.max(t.length,e.length);o++){var i=parseInt(t[o]||"0",10),r=parseInt(e[o]||"0",10);if(r<i)return 1;if(i<r)return-1}return 0}function ji(t,e){return t[0]+=e[0],t[1]+=e[1],t}function Ci(t,e){var o=t[0];t=t[1];var i=e[0],r=e[1];e=i[0];i=i[1];var n=r[0],p=n-e,s=(r=r[1])-i;return o=(o=p||s?(p*(o-e)+s*(t-i))/(p*p+s*s||0):0)<=0?(t=e,i):1<=o?(t=n,r):(t=e+o*p,i+o*s),[t,o]}function Li(t,e,o){e=L(e+180,360)-180;var i=Math.abs(3600*e);o=o||0;var r=Math.pow(10,o),n=Math.floor(i/3600),p=Math.floor((i-3600*n)/60);return 60<=(i=Math.ceil((i-3600*n-60*p)*r)/r)&&(i=0,p+=1),60<=p&&(p=0,n+=1),n+"° "+Ei(p)+"′ "+Ei(i,o)+"″"+(e?" "+t.charAt(e<0?1:0):"")}function Ri(t,e,o){return t?e.replace("{x}",t[0].toFixed(o)).replace("{y}",t[1].toFixed(o)):""}function Ii(t,e){for(var o=!0,i=t.length-1;0<=i;--i)if(t[i]!=e[i]){o=!1;break}return o}function Ni(t,e){var o=Math.cos(e);e=Math.sin(e);var i=t[1]*o+t[0]*e;return t[0]=t[0]*o-t[1]*e,t[1]=i,t}function Fi(t,e){t[0]*=e,t[1]*=e}function ki(t,e){var o=t[0]-e[0];return o*o+(t=t[1]-e[1])*t}function Di(t,e){return Math.sqrt(ki(t,e))}function Oi(t,e){return ki(t,Ci(t,e))}function Ui(t,e){return Ri(t,"{x}, {y}",e)}function Gi(){return!0}function Bi(){return!1}function Xi(){Re.call(this),this.l=[1/0,1/0,-1/0,-1/0],this.v=-1,this.f={},this.o=this.g=0}function Vi(t,e,o,i,r,n){for(var p=n||[],s=0;e<o;e+=i){var a=t[e],h=t[e+1];p[s++]=r[0]*a+r[2]*h+r[4],p[s++]=r[1]*a+r[3]*h+r[5]}return n&&p.length!=s&&(p.length=s),p}function Wi(t,e,o,i,r,n,p){for(var s,a=p||[],h=0;e<o;e+=i)for(a[h++]=t[e]+r,a[h++]=t[e+1]+n,s=e+2;s<e+i;++s)a[h++]=t[s];return p&&a.length!=h&&(a.length=h),a}function Zi(){Xi.call(this),this.ja="XY",this.a=2,this.A=null}function Ki(t){var e;return"XY"==t?e=2:"XYZ"==t||"XYM"==t?e=3:"XYZM"==t&&(e=4),e}function zi(t,e,o){t.a=Ki(e),t.ja=e,t.A=o}function Yi(t,e,o,i){if(e)o=Ki(e);else{for(e=0;e<i;++e){if(!o.length)return t.ja="XY",void(t.a=2);o=o[0]}var r;2==(o=o.length)?r="XY":3==o?r="XYZ":4==o&&(r="XYZM"),e=r}t.ja=e,t.a=o}function Hi(t,e,o,i){for(var r=0,n=t[o-i],p=t[o-i+1];e<o;e+=i){var s=t[e],a=t[e+1];r=r+(p*s-n*a),n=s,p=a}return r/2}function qi(t,e,o,i){var r,n=0,p=0;for(r=o.length;p<r;++p){var s=o[p];n=n+Hi(t,e,s,i);e=s}return n}function Ji(t,e,o,i,r,n,p){var s=t[e],a=t[e+1],h=t[o]-s,l=t[o+1]-a;if(h||l)if(1<(n=((r-s)*h+(n-a)*l)/(h*h+l*l)))e=o;else if(0<n){for(r=0;r<i;++r)p[r]=M(t[e+r],t[o+r],n);return void(p.length=i)}for(r=0;r<i;++r)p[r]=t[e+r];p.length=i}function _i(t,e,o,i,r){var n=t[e],p=t[e+1];for(e+=i;e<o;e+=i){var s=t[e],a=t[e+1];r<(n=g(n,p,s,a))&&(r=n),n=s,p=a}return r}function $i(t,e,o,i,r){var n,p=0;for(n=o.length;p<n;++p){var s=o[p];r=_i(t,e,s,i,r),e=s}return r}function Qi(t,e,o,i,r,n,p,s,a,h,l){if(e==o)return h;if(!r){var u=g(p,s,t[e],t[e+1]);if(u<h){for(l=0;l<i;++l)a[l]=t[e+l];return a.length=i,u}return h}for(var c=l||[NaN,NaN],y=e+i;y<o;)if(Ji(t,y-i,y,i,p,s,c),(u=g(p,s,c[0],c[1]))<h){for(h=u,l=0;l<i;++l)a[l]=c[l];y+=a.length=i}else y+=i*Math.max((Math.sqrt(u)-Math.sqrt(h))/r|0,1);if(n&&(Ji(t,o-i,e,i,p,s,c),(u=g(p,s,c[0],c[1]))<h)){for(h=u,l=0;l<i;++l)a[l]=c[l];a.length=i}return h}function tr(t,e,o,i,r,n,p,s,a,h,l){var u;l=l||[NaN,NaN];var c=0;for(u=o.length;c<u;++c){var y=o[c];h=Qi(t,e,y,i,r,n,p,s,a,h,l),e=y}return h}function er(t,e){var o,i=0,r=0;for(o=e.length;r<o;++r)t[i++]=e[r];return i}function or(t,e,o,i){var r,n=0;for(r=o.length;n<r;++n){var p,s=o[n];for(p=0;p<i;++p)t[e++]=s[p]}return e}function ir(t,e,o,i,r){r=r||[];var n,p=0,s=0;for(n=o.length;s<n;++s)e=or(t,e,o[s],i),r[p++]=e;return r.length=p,r}function rr(t,e,o,i,r){r=void 0!==r?r:[];for(var n=0;e<o;e+=i)r[n++]=t.slice(e,e+i);return r.length=n,r}function nr(t,e,o,i,r){r=void 0!==r?r:[];var n,p=0,s=0;for(n=o.length;s<n;++s){var a=o[s];r[p++]=rr(t,e,a,i,r[p]),e=a}return r.length=p,r}function pr(t,e,o,i,r,n,p){var s=(o-e)/i;if(s<3){for(;e<o;e+=i)n[p++]=t[e],n[p++]=t[e+1];return p}var a=Array(s);a[0]=1,a[s-1]=1,o=[e,o-i];for(var h,l=0;0<o.length;){var u=o.pop(),c=o.pop(),y=0,f=t[c],g=t[c+1],d=t[u],v=t[u+1];for(h=c+i;h<u;h+=i){var b=x(t[h],t[h+1],f,g,d,v);y<b&&(l=h,y=b)}r<y&&(a[(l-e)/i]=1,c+i<l&&o.push(c,l),l+i<u&&o.push(l,u))}for(h=0;h<s;++h)a[h]&&(n[p++]=t[e+h*i],n[p++]=t[e+h*i+1]);return p}function sr(t,e,o,i,r,n,p,s){var a,h=0;for(a=o.length;h<a;++h){var l=o[h];t:{var u=t,c=l,y=i,f=r,g=n,d=p;if(e!=c){var v=f*Math.round(u[e]/f),b=f*Math.round(u[e+1]/f);e+=y,g[d++]=v,g[d++]=b;do{var m=f*Math.round(u[e]/f);if(p=f*Math.round(u[e+1]/f),(e+=y)==c){g[d++]=m,g[d++]=p,p=d;break t}}while(m==v&&p==b);for(;e<c;){var w=f*Math.round(u[e]/f),x=f*Math.round(u[e+1]/f);if(e+=y,w!=m||x!=p){var S=m-v,M=p-b,P=w-v,A=x-b;S*A==M*P&&(S<0&&P<S||S==P||0<S&&S<P)&&(M<0&&A<M||M==A||0<M&&M<A)||(v=g[d++]=m,b=g[d++]=p),m=w,p=x}}g[d++]=m,g[d++]=p}p=d}s.push(p),e=l}return p}function ar(t,e){Zi.call(this),this.c=this.j=-1,this.ma(t,e)}function hr(t,e,o){zi(t,e,o),t.s()}function lr(t,e){Zi.call(this),this.ma(t,e)}function ur(e,o,i,r,t){return!_(t,function(t){return!cr(e,o,i,r,t[0],t[1])})}function cr(t,e,o,i,r,n){for(var p=0,s=t[o-i],a=t[o-i+1];e<o;e+=i){var h=t[e],l=t[e+1];a<=n?n<l&&0<(h-s)*(n-a)-(r-s)*(l-a)&&p++:l<=n&&(h-s)*(n-a)-(r-s)*(l-a)<0&&p--,s=h,a=l}return!!p}function yr(t,e,o,i,r,n){if(!o.length||!cr(t,e,o[0],i,r,n))return!1;var p;for(e=1,p=o.length;e<p;++e)if(cr(t,o[e-1],o[e],i,r,n))return!1;return!0}function fr(t,e,o,i,r,n,p){var s,a=r[n+1],h=[],l=o[0],u=t[l-i],c=t[l-i+1];for(s=e;s<l;s+=i){var y=t[s],f=t[s+1];(a<=c&&f<=a||c<=a&&a<=f)&&(u=(a-c)/(f-c)*(y-u)+u,h.push(u)),u=y,c=f}for(l=NaN,c=-1/0,h.sort(N),u=h[0],s=1,f=h.length;s<f;++s){y=h[s];var g=Math.abs(y-u);c<g&&(yr(t,e,o,i,u=(u+y)/2,a)&&(l=u,c=g)),u=y}return isNaN(l)&&(l=r[n]),p?(p.push(l,a),p):[l,a]}function gr(t,e,o,i,r,n){for(var p,s=[t[e],t[e+1]],a=[];e+i<o;e+=i){if(a[0]=t[e+i],a[1]=t[e+i+1],p=r.call(n,s,a))return p;s[0]=a[0],s[1]=a[1]}return!1}function dr(t,e,o,i,l){var r=J([1/0,1/0,-1/0,-1/0],t,e,o,i);return!!at(l,r)&&(!!(O(l,r)||r[0]>=l[0]&&r[2]<=l[2]||r[1]>=l[1]&&r[3]<=l[3])||gr(t,e,o,i,function(t,e){var o=!1,i=X(l,t),r=X(l,e);if(1===i||1===r)o=!0;else{var n=l[0],p=l[1],s=l[2],a=l[3],h=e[0];t=((e=e[1])-t[1])/(h-t[0]),2&r&&!(2&i)&&(o=n<=(o=h-(e-a)/t)&&o<=s),o||!(4&r)||4&i||(o=p<=(o=e-(h-s)*t)&&o<=a),o||!(8&r)||8&i||(o=n<=(o=h-(e-p)/t)&&o<=s),o||!(16&r)||16&i||(o=p<=(o=e-(h-n)*t)&&o<=a)}return o}))}function vr(t,e,o,i,r){var n=o[0];if(!(dr(t,e,n,i,r)||cr(t,e,n,i,r[0],r[1])||cr(t,e,n,i,r[0],r[3])||cr(t,e,n,i,r[2],r[1])||cr(t,e,n,i,r[2],r[3])))return!1;if(1===o.length)return!0;for(e=1,n=o.length;e<n;++e)if(ur(t,o[e-1],o[e],i,r))return!1;return!0}function br(t,e,o,i){for(var r=0,n=t[o-i],p=t[o-i+1];e<o;e+=i){var s=t[e],a=t[e+1];r=r+(s-n)*(a+p),n=s,p=a}return 0<r}function mr(t,e,o,i){var r,n=0;i=void 0!==i&&i;var p=0;for(r=e.length;p<r;++p){var s=e[p];n=br(t,n,s,o);if(p){if(i&&!n||!i&&n)return!1}else if(i&&n||!i&&!n)return!1;n=s}return!0}function wr(t,e,o,i,r){var n;r=void 0!==r&&r;var p=0;for(n=o.length;p<n;++p){var s=o[p],a=br(t,e,s,i);if(p?r&&!a||!r&&a:r&&a||!r&&!a){a=t;for(var h=s,l=i;e<h-l;){var u;for(u=0;u<l;++u){var c=a[e+u];a[e+u]=a[h-l+u],a[h-l+u]=c}e+=l,h-=l}}e=s}return e}function xr(t,e,o,i){var r,n=0,p=0;for(r=e.length;p<r;++p)n=wr(t,n,e[p],o,i);return n}function Sr(t,e){Zi.call(this),this.c=[],this.u=-1,this.D=null,this.I=this.C=this.B=-1,this.j=null,this.ma(t,e)}function Mr(t){if(t.u!=t.i){var e=et(t.G());t.D=fr(t.ec(),0,t.c,t.a,e,0),t.u=t.i}return t.D}function Pr(t,e,o,i){var r,n=i||32;for(i=[],r=0;r<n;++r)c(i,t.offset(e,o,2*Math.PI*r/n));return i.push(i[0],i[1]),(t=new Sr(null)).ba("XY",i,[i.length]),t}function Ar(t){var e=t[0],o=t[1],i=t[2];return e=[e,o,e,t=t[3],i,t,i,o,e,o],(o=new Sr(null)).ba("XY",e,[e.length]),o}function Er(t,e,o){for(var i=e||32,r=t.qa(),n=new Sr(null,e=t.ja),p=(i=r*(i+1),r=Array(i),0);p<i;p++)r[p]=0;return n.ba(e,r,[r.length]),Tr(n,t.wa(),t.pd(),o),n}function Tr(t,e,o,i){var r=t.ga(),n=t.ja,p=t.qa(),s=t.Bb(),a=r.length/p-1;i=i||0;for(var h,l,u=0;u<=a;++u)l=u*p,h=i+2*L(u,a)*Math.PI/a,r[l]=e[0]+o*Math.cos(h),r[1+l]=e[1]+o*Math.sin(h);t.ba(n,r,s)}function jr(t){Re.call(this),t=ct({},t),this.o=[0,0],this.c=[],this.wf=this.wf.bind(this),this.v=Bt(t.projection),Cr(this,t)}function Cr(t,e){var o={};o.center=void 0!==e.center?e.center:null;var i=void 0!==e.minZoom?e.minZoom:0,r=void 0!==e.maxZoom?e.maxZoom:28,n=void 0!==e.zoomFactor?e.zoomFactor:2;if(void 0!==e.resolutions){var p=(r=e.resolutions)[0],s=r[r.length-1];r=function(i){return function(t,e,o){if(void 0!==t)return(t=w((t=l(i,t,o))+e,0,i.length-1))!=(e=Math.floor(t))&&e<i.length-1?i[e]/Math.pow(i[e]/i[e+1],t-e):i[e]}}(r)}else{var a=((s=(p=Bt(e.projection)).G())?Math.max(st(s),it(s)):360*bt.degrees/p.sc())/256/Math.pow(2,0),h=a/Math.pow(2,28);void 0!==(p=e.maxResolution)?i=0:p=a/Math.pow(n,i),void 0===(s=e.minResolution)&&(s=void 0!==e.maxZoom?void 0!==e.maxResolution?p/Math.pow(n,r):a/Math.pow(n,r):h),r=i+Math.floor(Math.log(p/s)/Math.log(n)),s=p/Math.pow(n,r-i),r=function(i,r,n){return function(t,e,o){if(void 0!==t)return t=Math.max(Math.floor(Math.log(r/t)/Math.log(i)+(-o/2+.5))+e,0),void 0!==n&&(t=Math.min(t,n)),r/Math.pow(i,t)}}(n,p,r-i)}t.a=p,t.f=s,t.C=n,t.j=e.resolutions,t.l=i,i=void 0===e.enableRotation||e.enableRotation?void 0===(i=e.constrainRotation)||!0===i?function(){var o=S(5);return function(t,e){if(void 0!==t)return Math.abs(t+e)<=o?0:t+e}}():!1===i?Ai:"number"==typeof i?function(t){var o=2*Math.PI/t;return function(t,e){if(void 0!==t)return Math.floor((t+e)/o+.5)*o}}(i):Ai:Pi,t.g={center:void 0!==e.extent?function(e){return function(t){if(t)return[w(t[0],e[0],e[2]),w(t[1],e[1],e[3])]}}(e.extent):ye,resolution:r,rotation:i},void 0!==e.resolution?o.resolution=e.resolution:void 0!==e.zoom&&(o.resolution=t.constrainResolution(t.a,e.zoom-t.l)),o.rotation=void 0!==e.rotation?e.rotation:0,t.H(o),t.D=e}function Lr(t,e){var o=ct({},t.D);return void 0!==o.resolution?o.resolution=t.Pa():o.zoom=t.Hh(),o.center=t.wa(),o.rotation=t.Qa(),ct({},o,e)}function Rr(t,e,o){var i=t.wa();if(void 0!==i){var r=[i[0]-o[0],i[1]-o[1]];Ni(r,e-t.Qa()),ji(r,o)}return r}function Ir(t,e,o){var i,r=t.wa();return t=t.Pa(),void 0!==r&&void 0!==t&&(i=[o[0]-e*(o[0]-r[0])/t,o[1]-e*(o[1]-r[1])/t]),i}function Nr(t){var e=[100,100];return t='.ol-viewport[data-view="'+G(t)+'"]',(t=document.querySelector(t))&&(t=getComputedStyle(t),e[0]=parseInt(t.width,10),e[1]=parseInt(t.height,10)),e}function Fr(t,e){return void 0!==e?(e[0]=t.o[0],e[1]=t.o[1],e):t.o.slice()}function kr(t){return!!t.wa()&&void 0!==t.Pa()}function Dr(t,e,o){t.o[e]+=o,t.s()}function Or(t,e,o){this.f=t,this.c=e,this.g=o,this.b=[],this.a=this.i=0}function Ur(t){t.b.length=0,t.i=0,t.a=0}function Gr(t){Re.call(this),this.v=null,this.Ha(!0),this.handleEvent=t.handleEvent}function Br(t,e,o,i){if(void 0!==e){var r=t.Qa(),n=t.wa();void 0!==r&&n&&0<i?t.animate({rotation:e,anchor:o,duration:i,easing:ro}):t.rotate(e,o)}}function Xr(t,e,o,i){var r=t.Pa();if(e=t.constrainResolution(r,e,0),o&&void 0!==e&&e!==r){var n=t.wa();o=Ir(t,e,o),o=t.Ec(o),o=[(e*n[0]-r*o[0])/(e-r),(e*n[1]-r*o[1])/(e-r)]}Vr(t,e,o,i)}function Vr(t,e,o,i){if(e){var r=t.Pa(),n=t.wa();void 0!==r&&n&&e!==r&&i?t.animate({resolution:e,anchor:o,duration:i,easing:ro}):(o&&(o=Ir(t,e,o),t.ob(o)),t.Vc(e))}}function Wr(t){t=t||{},this.a=t.delta?t.delta:1,Gr.call(this,{handleEvent:Zr}),this.g=void 0!==t.duration?t.duration:250}function Zr(t){var e=!1,o=t.originalEvent;if("dblclick"==t.type){e=t.coordinate,o=o.shiftKey?-this.a:this.a;Xr(t.map.Z(),o,e,this.g),t.preventDefault(),e=!0}return!e}function Kr(t){return(t=t.originalEvent).altKey&&!(t.metaKey||t.ctrlKey)&&t.shiftKey}function zr(t){return!((t=t.originalEvent).button||Io&&No&&t.ctrlKey)}function Yr(t){return"pointermove"==t.type}function Hr(t){return"singleclick"==t.type}function qr(t){return!(t=t.originalEvent).altKey&&!(t.metaKey||t.ctrlKey)&&!t.shiftKey}function Jr(t){return!(t=t.originalEvent).altKey&&!(t.metaKey||t.ctrlKey)&&t.shiftKey}function _r(t){return"INPUT"!==(t=t.originalEvent.target.tagName)&&"SELECT"!==t&&"TEXTAREA"!==t}function $r(t){return R(t.b,56),"mouse"==t.b.pointerType}function Qr(t){return(t=t.b).isPrimary&&0===t.button}function tn(t){Gr.call(this,{handleEvent:(t=t||{}).handleEvent?t.handleEvent:on}),this.yf=t.handleDownEvent?t.handleDownEvent:Bi,this.If=t.handleDragEvent?t.handleDragEvent:m,this.Jf=t.handleMoveEvent?t.handleMoveEvent:m,this.sk=t.handleUpEvent?t.handleUpEvent:Bi,this.D=!1,this.na={},this.o=[]}function en(t){for(var e=t.length,o=0,i=0,r=0;r<e;r++)o+=t[r].clientX,i+=t[r].clientY;return[o/e,i/e]}function on(t){if(!(t instanceof zo))return!0;var e=!1,o=t.type;return"pointerdown"!==o&&"pointerdrag"!==o&&"pointerup"!==o||(o=t.b,"pointerup"==t.type?delete this.na[o.pointerId]:"pointerdown"==t.type?this.na[o.pointerId]=o:o.pointerId in this.na&&(this.na[o.pointerId]=o),this.o=ft(this.na)),this.D?"pointerdrag"==t.type?this.If(t):"pointerup"==t.type&&(this.D=this.sk(t)&&0<this.o.length):"pointerdown"==t.type?(this.D=t=this.yf(t),e=this.Xc(t)):"pointermove"==t.type&&this.Jf(t),!e}function rn(t){tn.call(this,{handleDownEvent:sn,handleDragEvent:nn,handleUpEvent:pn}),t=t||{},this.a=t.kinetic,this.g=null,this.u=t.condition?t.condition:qr,this.j=!1}function nn(t){var e=this.o,o=en(e);if(e.length==this.l){if(this.a&&this.a.b.push(o[0],o[1],Date.now()),this.g){var i=this.g[0]-o[0],r=o[1]-this.g[1],n=(t=t.map.Z()).getState();Fi(i=[i,r],n.resolution),Ni(i,n.rotation),ji(i,n.center),i=t.Ec(i),t.ob(i)}}else this.a&&Ur(this.a);this.g=o,this.l=e.length}function pn(t){if(t=(r=t.map).Z(),this.o.length)return this.a&&Ur(this.a),!(this.g=null);if(!this.j&&this.a&&function(t){if(t.b.length<6)return!1;var e=Date.now()-t.g,o=t.b.length-3;if(t.b[o+2]<e)return!1;for(var i=o-3;0<i&&t.b[i+2]>e;)i-=3;if((e=t.b[o+2]-t.b[i+2])<1e3/60)return!1;var r=t.b[o]-t.b[i];return o=t.b[o+1]-t.b[i+1],t.i=Math.atan2(o,r),t.a=Math.sqrt(r*r+o*o)/e,t.a>t.c}(this.a)){var e=this.a;e=(e.c-e.a)/e.f;var o=this.a.i,i=t.wa(),r=(i=r.Ja(i),r.Wa([i[0]-e*Math.cos(o),i[1]-e*Math.sin(o)]));t.animate({center:t.Ec(r),duration:500,easing:ro})}return Dr(t,1,-1),!1}function sn(t){if(0<this.o.length&&this.u(t)){var e=t.map.Z();return this.g=null,this.D||Dr(e,1,1),Fr(e)[0]&&e.ob(t.frameState.viewState.center),this.a&&Ur(this.a),this.j=1<this.o.length,!0}return!1}function an(t){t=t||{},tn.call(this,{handleDownEvent:un,handleDragEvent:hn,handleUpEvent:ln}),this.g=t.condition?t.condition:Kr,this.a=void 0,this.j=void 0!==t.duration?t.duration:250}function hn(t){if($r(t)){var e=(o=t.map).Z();if(e.g.rotation!==Pi){if(o=o.Ob(),t=t.pixel,t=Math.atan2(o[1]/2-t[1],t[0]-o[0]/2),void 0!==this.a){var o=t-this.a,i=e.Qa();Br(e,i-o)}this.a=t}}}function ln(t){if(!$r(t))return!0;Dr(t=t.map.Z(),1,-1);var e=t.Qa(),o=this.j;e=t.constrainRotation(e,0);return Br(t,e,void 0,o),!1}function un(t){return!!($r(t)&&zr(t)&&this.g(t))&&(Dr(t.map.Z(),1,1),!(this.a=void 0))}function cn(t){this.Gc=null,this.a=document.createElement("div"),this.a.style.position="absolute",this.a.className="ol-box "+t,this.i=this.c=this.b=null}function yn(t){var e=t.c,o=t.i;(t=t.a.style).left=Math.min(e[0],o[0])+"px",t.top=Math.min(e[1],o[1])+"px",t.width=Math.abs(o[0]-e[0])+"px",t.height=Math.abs(o[1]-e[1])+"px"}function fn(t){var e=t.c,o=t.i;(e=[e,[e[0],o[1]],o,[o[0],e[1]]].map(t.b.Wa,t.b))[4]=e[0].slice(),t.Gc?t.Gc.ma([e]):t.Gc=new Sr([e])}function gn(t){tn.call(this,{handleDownEvent:mn,handleDragEvent:vn,handleUpEvent:bn}),t=t||{},this.a=new cn(t.className||"ol-dragbox"),this.u=void 0!==t.minArea?t.minArea:64,this.g=null,this.C=t.condition?t.condition:Gi,this.l=t.boxEndCondition?t.boxEndCondition:dn}function dn(t,e,o){return(t=o[0]-e[0])*t+(e=o[1]-e[1])*e>=this.u}function vn(t){if($r(t)){var e=this.a,o=t.pixel;e.c=this.g,e.i=o,fn(e),yn(e),this.b(new Mn(xn,t.coordinate,t))}}function bn(t){return!$r(t)||(this.a.setMap(null),this.l(t,this.g,t.pixel)&&(this.j(t),this.b(new Mn(Sn,t.coordinate,t))),!1)}function mn(t){if($r(t)&&zr(t)&&this.C(t)){this.g=t.pixel,this.a.setMap(t.map);var e=this.a,o=this.g;return e.c=this.g,e.i=o,fn(e),yn(e),this.b(new Mn(wn,t.coordinate,t)),!0}return!1}s(fi,je),(t=fi.prototype).Jh=function(t){gi(this,t);var e=new zo("pointerup",this.i,t);this.b(e),this.o||t.button||function(t,e){var o=new zo("click",t.i,e);t.b(o),t.j?(clearTimeout(t.j),t.j=0,o=new zo("dblclick",t.i,e),t.b(o)):t.j=setTimeout(function(){this.j=0;var t=new zo("singleclick",this.i,e);this.b(t)}.bind(t),250)}(this,this.c),this.S||(this.f.forEach(Se),this.f.length=0,this.o=!1,this.c=null,Ae(this.a),this.a=null)},t.Ol=function(t){gi(this,t);var e=new zo("pointerdown",this.i,t);this.b(e),this.c=t,this.f.length||(this.a=new ni(document),this.f.push(me(this.a,"pointermove",this.Hm,this),me(this.a,"pointerup",this.Jh,this),me(this.g,"pointercancel",this.Jh,this)))},t.Hm=function(t){if(di(this,t)){this.o=!0;var e=new zo("pointerdrag",this.i,t,this.o);this.b(e)}t.preventDefault()},t.Lp=function(t){this.b(new zo(t.type,this.i,t,!(!this.c||!di(this,t))))},t.ka=function(){this.v&&(Se(this.v),this.v=null),this.l&&(Se(this.l),this.l=null),this.f.forEach(Se),this.f.length=0,this.a&&(Ae(this.a),this.a=null),this.g&&(Ae(this.g),this.g=null),je.prototype.ka.call(this)},vi.prototype.clear=function(){this.b.length=0,this.i.length=0,yt(this.a)},vi.prototype.f=function(t){R(!(this.c(t)in this.a),31);var e=this.l(t);return 1/0!=e&&(this.b.push(t),this.i.push(e),this.a[this.c(t)]=!0,wi(this,0,this.b.length-1),!0)},s(Si,vi),Si.prototype.f=function(t){var e=vi.prototype.f.call(this,t);return e&&me(t[0],"change",this.o,this),e},Si.prototype.o=function(t){var e=(t=t.target).getState();2!==e&&3!==e&&4!==e&&5!==e||(xe(t,"change",this.o,this),(t=t.bb())in this.g&&(delete this.g[t],--this.j),this.v())},s(Xi,Re),(t=Xi.prototype).Ab=function(t,e){return e=e||[NaN,NaN],this.Kb(t[0],t[1],e,1/0),e},t.sb=function(t){return this.Mc(t[0],t[1])},t.Mc=Bi,t.G=function(t){this.v!=this.i&&(this.l=this.se(this.l),this.v=this.i);var e=this.l;return t?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3]):t=e,t},t.Rb=function(t){return this.Vd(t*t)},t.tb=function(t,e){return this.Dc(Kt(t,e)),this},s(Zi,Xi),(t=Zi.prototype).Mc=Bi,t.se=function(t){return z(this.A,0,this.A.length,this.a,t)},t.ac=function(){return this.A.slice(0,this.a)},t.ga=function(){return this.A},t.bc=function(){return this.A.slice(this.A.length-this.a)},t.cc=function(){return this.ja},t.Vd=function(t){if(this.o!=this.i&&(yt(this.f),this.g=0,this.o=this.i),t<0||this.g&&t<=this.g)return this;var e=t.toString();if(this.f.hasOwnProperty(e))return this.f[e];var o=this.hd(t);return o.ga().length<this.A.length?this.f[e]=o:(this.g=t,this)},t.hd=function(){return this},t.qa=function(){return this.a},t.Dc=function(t){this.A&&(t(this.A,this.A,this.a),this.s())},t.rotate=function(t,e){var o=this.ga();if(o){var i=o.length,r=this.qa(),n=o||[],p=Math.cos(t);t=Math.sin(t);var s=e[0];e=e[1];for(var a=0,h=0;h<i;h+=r){var l=o[h]-s,u=o[h+1]-e;for(n[a++]=s+l*p-u*t,n[a++]=e+l*t+u*p,l=h+2;l<h+r;++l)n[a++]=o[l]}o&&n.length!=a&&(n.length=a),this.s()}},t.scale=function(t,e,o){var i=e;if(void 0===i&&(i=t),s=(s=o)||et(this.G()),o=this.ga()){e=o.length;for(var r=this.qa(),n=o||[],p=s[0],s=s[1],a=0,h=0;h<e;h+=r){var l=o[h]-p,u=o[h+1]-s;for(n[a++]=p+t*l,n[a++]=s+i*u,l=h+2;l<h+r;++l)n[a++]=o[l]}o&&n.length!=a&&(n.length=a),this.s()}},t.translate=function(t,e){var o=this.ga();o&&(Wi(o,0,o.length,this.qa(),t,e,o),this.s())},s(ar,Zi),(t=ar.prototype).clone=function(){var t=new ar(null);return hr(t,this.ja,this.A.slice()),t},t.Kb=function(t,e,o,i){return i<k(this.G(),t,e)?i:(this.c!=this.i&&(this.j=Math.sqrt(_i(this.A,0,this.A.length,this.a,0)),this.c=this.i),Qi(this.A,0,this.A.length,this.a,this.j,!0,t,e,o,i))},t.qn=function(){return Hi(this.A,0,this.A.length,this.a)},t.X=function(){return rr(this.A,0,this.A.length,this.a)},t.hd=function(t){var e=[];return e.length=pr(this.A,0,this.A.length,this.a,t,e,0),hr(t=new ar(null),"XY",e),t},t.U=function(){return"LinearRing"},t.Xa=function(){},t.ma=function(t,e){t?(Yi(this,e,t,1),this.A||(this.A=[]),this.A.length=or(this.A,0,t,this.a),this.s()):hr(this,"XY",null)},s(lr,Zi),(t=lr.prototype).clone=function(){var t=new lr(null);return t.ba(this.ja,this.A.slice()),t},t.Kb=function(t,e,o,i){var r=this.A;if((t=g(t,e,r[0],r[1]))<i){for(i=this.a,e=0;e<i;++e)o[e]=r[e];return o.length=i,t}return i},t.X=function(){return this.A?this.A.slice():[]},t.se=function(t){return K(this.A,t)},t.U=function(){return"Point"},t.Xa=function(t){return B(t,this.A[0],this.A[1])},t.ma=function(t,e){t?(Yi(this,e,t,0),this.A||(this.A=[]),this.A.length=er(this.A,t),this.s()):this.ba("XY",null)},t.ba=function(t,e){zi(this,t,e),this.s()},s(Sr,Zi),(t=Sr.prototype).pk=function(t){this.A?c(this.A,t.ga()):this.A=t.ga().slice(),this.c.push(this.A.length),this.s()},t.clone=function(){var t=new Sr(null);return t.ba(this.ja,this.A.slice(),this.c.slice()),t},t.Kb=function(t,e,o,i){return i<k(this.G(),t,e)?i:(this.C!=this.i&&(this.B=Math.sqrt($i(this.A,0,this.c,this.a,0)),this.C=this.i),tr(this.A,0,this.c,this.a,this.B,!0,t,e,o,i))},t.Mc=function(t,e){return yr(this.ec(),0,this.c,this.a,t,e)},t.tn=function(){return qi(this.ec(),0,this.c,this.a)},t.X=function(t){if(void 0!==t){var e=this.ec().slice();wr(e,0,this.c,this.a,t)}else e=this.A;return nr(e,0,this.c,this.a)},t.Bb=function(){return this.c},t.Tk=function(){return new lr(Mr(this))},t.Zk=function(){return this.c.length},t.Ch=function(t){if(t<0||this.c.length<=t)return null;var e=new ar(null);return hr(e,this.ja,this.A.slice(t?this.c[t-1]:0,this.c[t])),e},t.Sd=function(){var t,e=this.ja,o=this.A,i=this.c,r=[],n=0,p=0;for(t=i.length;p<t;++p){var s=i[p],a=new ar(null);hr(a,e,o.slice(n,s)),r.push(a),n=s}return r},t.ec=function(){if(this.I!=this.i){var t=this.A;mr(t,this.c,this.a)?this.j=t:(this.j=t.slice(),this.j.length=wr(this.j,0,this.c,this.a)),this.I=this.i}return this.j},t.hd=function(t){var e=[],o=[];return e.length=sr(this.A,0,this.c,this.a,Math.sqrt(t),e,0,o),(t=new Sr(null)).ba("XY",e,o),t},t.U=function(){return"Polygon"},t.Xa=function(t){return vr(this.ec(),0,this.c,this.a,t)},t.ma=function(t,e){t?(Yi(this,e,t,2),this.A||(this.A=[]),t=ir(this.A,0,t,this.a,this.c),this.A.length=t.length?t[t.length-1]:0,this.s()):this.ba("XY",null,this.c)},t.ba=function(t,e,o){zi(this,t,e),this.c=o,this.s()},s(jr,Re),(t=jr.prototype).animate=function(t){var e=Date.now(),o=this.wa().slice(),i=this.Pa(),r=this.Qa(),n=arguments.length;if(1<n&&"function"==typeof arguments[n-1]){var p=arguments[n-1];--n}for(var s=[],a=0;a<n;++a){var h=arguments[a],l={start:e,complete:!1,anchor:h.anchor,duration:void 0!==h.duration?h.duration:1e3,easing:h.easing||no};h.center&&(l.Rg=o,l.Tg=h.center,o=l.Tg),void 0!==h.zoom?(l.tf=i,l.zd=this.constrainResolution(this.a,h.zoom-this.l,0),i=l.zd):h.resolution&&(l.tf=i,l.zd=h.resolution,i=l.zd),void 0!==h.rotation&&(l.Sg=r,l.uf=h.rotation,r=l.uf),l.callback=p,e+=l.duration,s.push(l)}this.c.push(s),Dr(this,0,1),this.wf()},t.Ic=function(){return 0<Fr(this)[0]},t.Rk=function(){return 0<Fr(this)[1]},t.ed=function(){Dr(this,0,-Fr(this)[0]);for(var t=0,e=this.c.length;t<e;++t){var o=this.c[t];o[0].callback&&o[0].callback(!1)}this.c.length=0},t.wf=function(){if(void 0!==this.u&&(cancelAnimationFrame(this.u),this.u=void 0),this.Ic()){for(var t=Date.now(),e=!1,o=this.c.length-1;0<=o;--o){for(var i=this.c[o],r=!0,n=0,p=i.length;n<p;++n){var s=i[n];if(!s.complete){if(e=t-s.start,1<=(e=0<s.duration?e/s.duration:1)?(s.complete=!0,e=1):r=!1,e=s.easing(e),s.Rg){var a=s.Rg[0],h=s.Rg[1];this.set("center",[a+e*(s.Tg[0]-a),h+e*(s.Tg[1]-h)])}if(s.tf&&s.zd&&(a=1===e?s.zd:s.tf+e*(s.zd-s.tf),s.anchor&&this.set("center",Ir(this,a,s.anchor)),this.set("resolution",a)),void 0!==s.Sg&&void 0!==s.uf&&(e=1===e?s.uf:s.Sg+e*(s.uf-s.Sg),s.anchor&&this.set("center",Rr(this,e,s.anchor)),this.set("rotation",e)),e=!0,!s.complete)break}}r&&(this.c[o]=null,Dr(this,0,-1),(i=i[0].callback)&&i(!0))}this.c=this.c.filter(Boolean),e&&void 0===this.u&&(this.u=requestAnimationFrame(this.wf))}},t.Ec=function(t){return this.g.center(t)},t.constrainResolution=function(t,e,o){return this.g.resolution(t,e||0,o||0)},t.constrainRotation=function(t,e){return this.g.rotation(t,e||0)},t.wa=function(){return this.get("center")},t.dd=function(t){t=t||Nr(this);var e=this.wa();R(e,1);var o=this.Pa();R(void 0!==o,2);var i=this.Qa();return R(void 0!==i,3),ot(e,o,i,t)},t.Nm=function(){return this.a},t.Pm=function(){return this.f},t.Om=function(){return this.Ce(this.f)},t.eq=function(t){Cr(this,Lr(this,{maxZoom:t}))},t.Qm=function(){return this.Ce(this.a)},t.fq=function(t){Cr(this,Lr(this,{minZoom:t}))},t.Rm=function(){return this.v},t.Pa=function(){return this.get("resolution")},t.Sm=function(){return this.j},t.ze=function(t,e){return e=e||Nr(this),Math.max(st(t)/e[0],it(t)/e[1])},t.Qa=function(){return this.get("rotation")},t.getState=function(){var t=this.wa(),e=this.v,o=this.Pa(),i=this.Qa();return{center:t.slice(),projection:void 0!==e?e:null,resolution:o,rotation:i}},t.Hh=function(){var t,e=this.Pa();return void 0!==e&&(t=this.Ce(e)),t},t.Ce=function(t){if(t>=this.f&&t<=this.a){var e=this.l||0;if(this.j){var o=l(this.j,t,1);if(e+=o,o==this.j.length-1)return e;var i=this.j[o];o=i/this.j[o+1]}else i=this.a,o=this.C;e+=Math.log(i/t)/Math.log(o)}return e},t.Qf=function(t,e){var o=(e=e||{}).size;if(o=o||Nr(this),t instanceof Zi)if("Circle"===t.U()){var i=Ar(t=t.G());i.rotate(this.Qa(),et(t))}else i=t;else R(Array.isArray(t),24),R(!ht(t),25),i=Ar(t);var r,n=e.padding?e.padding:[0,0,0,0],p=void 0===e.constrainResolution||e.constrainResolution,s=void 0!==e.nearest&&e.nearest;r=void 0!==e.minResolution?e.minResolution:void 0!==e.maxZoom?this.constrainResolution(this.a,e.maxZoom-this.l,0):0;var a=i.ga(),h=this.Qa();t=Math.cos(-h);h=Math.sin(-h);var l=1/0,u=1/0,c=-1/0,y=-1/0;i=i.qa();for(var f=0,g=a.length;f<g;f+=i){var d=a[f]*t-a[f+1]*h,v=a[f]*h+a[f+1]*t;l=Math.min(l,d),u=Math.min(u,v),c=Math.max(c,d),y=Math.max(y,v)}o=this.ze([l,u,c,y],[o[0]-n[1]-n[3],o[1]-n[0]-n[2]]),o=isNaN(o)?r:Math.max(o,r),p&&(r=this.constrainResolution(o,0,0),!s&&r<o&&(r=this.constrainResolution(r,-1,0)),o=r),h=-h,t=[(r=(l+c)/2+(n[1]-n[3])/2*o)*t-(n=(u+y)/2+(n[0]-n[2])/2*o)*h,n*t+r*h],n=e.callback?e.callback:m,void 0!==e.duration?this.animate({resolution:o,center:t,duration:e.duration,easing:e.easing},n):(this.Vc(o),this.ob(t),setTimeout(n.bind(void 0,!0),0))},t.uk=function(t,e,o){var i=this.Qa(),r=Math.cos(-i),n=(i=Math.sin(-i),t[0]*r-t[1]*i);t=t[1]*r+t[0]*i;var p=this.Pa();n+=(e[0]/2-o[0])*p;t+=(o[1]-e[1]/2)*p,i=-i,this.ob([n*r-t*i,t*r+n*i])},t.rotate=function(t,e){void 0!==e&&(e=Rr(this,t,e),this.ob(e)),this.Oe(t)},t.ob=function(t){this.set("center",t),this.Ic()&&this.ed()},t.Vc=function(t){this.set("resolution",t),this.Ic()&&this.ed()},t.Oe=function(t){this.set("rotation",t),this.Ic()&&this.ed()},t.lq=function(t){t=this.constrainResolution(this.a,t-this.l,0),this.Vc(t)},s(Gr,Re),Gr.prototype.c=function(){return this.get("active")},Gr.prototype.f=function(){return this.v},Gr.prototype.Ha=function(t){this.set("active",t)},Gr.prototype.setMap=function(t){this.v=t},s(Wr,Gr),s(tn,Gr),tn.prototype.Xc=function(t){return t},s(rn,tn),rn.prototype.Xc=Bi,s(an,tn),an.prototype.Xc=Bi,s(cn,Pe),cn.prototype.ka=function(){this.setMap(null)},cn.prototype.setMap=function(t){if(this.b){this.b.C.removeChild(this.a);var e=this.a.style;e.left=e.top=e.width=e.height="inherit"}(this.b=t)&&this.b.C.appendChild(this.a)},cn.prototype.V=function(){return this.Gc},s(gn,tn),gn.prototype.V=function(){return this.a.V()},gn.prototype.j=m;var wn="boxstart",xn="boxdrag",Sn="boxend";function Mn(t,e,o){Ee.call(this,t),this.coordinate=e,this.mapBrowserEvent=o}function Pn(t){var e=(t=t||{}).condition?t.condition:Jr;this.B=void 0!==t.duration?t.duration:200,this.I=void 0!==t.out&&t.out,gn.call(this,{condition:e,className:t.className||"ol-dragzoom"})}function An(t){Gr.call(this,{handleEvent:En}),t=t||{},this.a=function(t){return qr(t)&&_r(t)},this.g=t.condition?t.condition:this.a,this.j=void 0!==t.duration?t.duration:100,this.o=void 0!==t.pixelDelta?t.pixelDelta:128}function En(t){var e=!1;if("keydown"==t.type){var o=t.originalEvent.keyCode;if(this.g(t)&&(40==o||37==o||39==o||38==o)){var i=(e=t.map.Z()).Pa()*this.o,r=0,n=0;40==o?n=-i:37==o?r=-i:39==o?r=i:n=i,Ni(i=[r,n],e.Qa()),o=this.j,(r=e.wa())&&(i=e.Ec([r[0]+i[0],r[1]+i[1]]),o?e.animate({duration:o,easing:po,center:i}):e.ob(i)),t.preventDefault(),e=!0}}return!e}function Tn(t){Gr.call(this,{handleEvent:jn}),t=t||{},this.g=t.condition?t.condition:_r,this.a=t.delta?t.delta:1,this.j=void 0!==t.duration?t.duration:100}function jn(t){var e=!1;if("keydown"==t.type||"keypress"==t.type){var o=t.originalEvent.charCode;!this.g(t)||43!=o&&45!=o||(e=43==o?this.a:-this.a,Xr(o=t.map.Z(),e,void 0,this.j),t.preventDefault(),e=!0)}return!e}function Cn(t){Gr.call(this,{handleEvent:Ln}),t=t||{},this.j=0,this.D=void 0!==t.duration?t.duration:250,this.na=void 0!==t.timeout?t.timeout:80,this.C=void 0===t.useAnchor||t.useAnchor,this.R=t.constrainResolution||!1,this.a=null,this.l=this.o=this.u=this.g=void 0}function Ln(t){if("wheel"!==(e=t.type)&&"mousewheel"!==e)return!0;t.preventDefault();var e=t.map,o=t.originalEvent;if(this.C&&(this.a=t.coordinate),"wheel"==t.type){var i=o.deltaY;Lo&&o.deltaMode===WheelEvent.DOM_DELTA_PIXEL&&(i/=Fo),o.deltaMode===WheelEvent.DOM_DELTA_LINE&&(i*=40)}else"mousewheel"==t.type&&(i=-o.wheelDeltaY,Ro&&(i/=3));if(0===i)return!1;if(t=Date.now(),void 0===this.g&&(this.g=t),(!this.o||400<t-this.g)&&(this.o=Math.abs(i)<4?Rn:In),this.o!==Rn)return this.j+=i,i=Math.max(this.na-(t-this.g),0),clearTimeout(this.u),this.u=setTimeout(this.I.bind(this,e),i),!1;e=e.Z(),this.l?clearTimeout(this.l):Dr(e,1,1),this.l=setTimeout(this.B.bind(this),400);o=e.Pa()*Math.pow(2,i/300);var r=e.f,n=e.a,p=0;if(o<r?(o=Math.max(o,r/1.5),p=1):n<o&&(o=Math.min(o,1.5*n),p=-1),this.a){var s=Ir(e,o,this.a);e.ob(e.Ec(s))}return e.Vc(o),!p&&this.R&&e.animate({resolution:e.constrainResolution(o,0<i?-1:1),easing:ro,anchor:this.a,duration:this.D}),0<p?e.animate({resolution:r,easing:ro,anchor:this.a,duration:500}):p<0&&e.animate({resolution:n,easing:ro,anchor:this.a,duration:500}),this.g=t,!1}s(Mn,Ee),s(Pn,gn),Pn.prototype.j=function(){var t=(n=this.v).Z(),e=n.Ob(),o=this.V().G();if(this.I){var i,r=t.dd(e),n=(o=[n.Ja(Q(o)),n.Ja(pt(o))],Z(void 0)),p=0;for(i=o.length;p<i;++p)q(n,o[p]);lt(r,1/(o=t.ze(n,e))),o=r}e=t.constrainResolution(t.ze(o,e)),r=et(o),r=t.Ec(r),t.animate({resolution:e,center:r,duration:this.B,easing:ro})},s(An,Gr),s(Tn,Gr),s(Cn,Gr),Cn.prototype.B=function(){this.l=void 0,Dr(this.v.Z(),1,-1)},Cn.prototype.I=function(t){(t=t.Z()).Ic()&&t.ed(),Xr(t,-w(this.j,-1,1),this.a,this.D),this.o=void 0,this.j=0,this.a=null,this.u=this.g=void 0},Cn.prototype.T=function(t){(this.C=t)||(this.a=null)};var Rn="trackpad",In="wheel";function Nn(t){tn.call(this,{handleDownEvent:Dn,handleDragEvent:Fn,handleUpEvent:kn}),t=t||{},this.g=null,this.j=void 0,this.a=!1,this.l=0,this.C=void 0!==t.threshold?t.threshold:.3,this.u=void 0!==t.duration?t.duration:250}function Fn(t){var e=0,o=this.o[0],i=this.o[1];o=Math.atan2(i.clientY-o.clientY,i.clientX-o.clientX);if(void 0!==this.j&&(e=o-this.j,this.l+=e,!this.a&&Math.abs(this.l)>this.C&&(this.a=!0)),this.j=o,(o=(t=t.map).Z()).g.rotation!==Pi){i=t.a.getBoundingClientRect();var r=en(this.o);r[0]-=i.left,r[1]-=i.top,this.g=t.Wa(r),this.a&&(i=o.Qa(),t.render(),Br(o,i+e,this.g))}}function kn(t){if(this.o.length<2){if(Dr(t=t.map.Z(),1,-1),this.a){var e=t.Qa(),o=this.g,i=this.u;e=t.constrainRotation(e,0);Br(t,e,o,i)}return!1}return!0}function Dn(t){return 2<=this.o.length&&(t=t.map,this.g=null,this.j=void 0,this.a=!1,this.l=0,this.D||Dr(t.Z(),1,1),!0)}function On(t){tn.call(this,{handleDownEvent:Bn,handleDragEvent:Un,handleUpEvent:Gn}),t=t||{},this.l=t.constrainResolution||!1,this.g=null,this.u=void 0!==t.duration?t.duration:400,this.a=void 0,this.j=1}function Un(t){var e=1,o=this.o[0],i=this.o[1],r=o.clientX-i.clientX;o=o.clientY-i.clientY,r=Math.sqrt(r*r+o*o);void 0!==this.a&&(e=this.a/r),this.a=r;i=(r=(t=t.map).Z()).Pa();var n=r.a,p=r.f;n<(o=i*e)?(e=n/i,o=n):o<p&&(e=p/i,o=p),1!=e&&(this.j=e),e=t.a.getBoundingClientRect(),(i=en(this.o))[0]-=e.left,i[1]-=e.top,this.g=t.Wa(i),t.render(),Vr(r,o,this.g)}function Gn(t){if(this.o.length<2){Dr(t=t.map.Z(),1,-1);var e=t.Pa();if(this.l||e<t.f||e>t.a){var o=this.g,i=this.u;e=t.constrainResolution(e,0,this.j-1);Vr(t,e,o,i)}return!1}return!0}function Bn(t){return 2<=this.o.length&&(t=t.map,this.g=null,this.a=void 0,this.j=1,this.D||Dr(t.Z(),1,1),!0)}function Xn(t){t=t||{};var e=new De,o=new Or(-.005,.05,100);return void 0!==t.altShiftDragRotate&&!t.altShiftDragRotate||e.push(new an),void 0!==t.doubleClickZoom&&!t.doubleClickZoom||e.push(new Wr({delta:t.zoomDelta,duration:t.zoomDuration})),void 0!==t.dragPan&&!t.dragPan||e.push(new rn({kinetic:o})),void 0!==t.pinchRotate&&!t.pinchRotate||e.push(new Nn),void 0!==t.pinchZoom&&!t.pinchZoom||e.push(new On({constrainResolution:t.constrainResolution,duration:t.zoomDuration})),void 0!==t.keyboard&&!t.keyboard||(e.push(new An),e.push(new Tn({delta:t.zoomDelta,duration:t.zoomDuration}))),void 0!==t.mouseWheelZoom&&!t.mouseWheelZoom||e.push(new Cn({constrainResolution:t.constrainResolution,duration:t.zoomDuration})),void 0!==t.shiftDragZoom&&!t.shiftDragZoom||e.push(new Pn({duration:t.zoomDuration})),e}function Vn(t){Re.call(this);var e=ct({},t);e.opacity=void 0!==t.opacity?t.opacity:1,e.visible=void 0===t.visible||t.visible,e.zIndex=void 0!==t.zIndex?t.zIndex:0,e.maxResolution=void 0!==t.maxResolution?t.maxResolution:1/0,e.minResolution=void 0!==t.minResolution?t.minResolution:0,this.H(e),this.a={layer:this,Je:!0}}function Wn(t){return t.a.opacity=w(t.hc(),0,1),t.a.yj=t.$f(),t.a.visible=t.Mb(),t.a.extent=t.G(),t.a.zIndex=t.Ba(),t.a.maxResolution=t.fc(),t.a.minResolution=Math.max(t.gc(),0),t.a}function Zn(t){var e=t||{};delete(t=ct({},e)).layers,e=e.layers,Vn.call(this,t),this.f=[],this.c={},me(this,Ne(Kn),this.Hl,this),e?Array.isArray(e)?e=new De(e.slice(),{unique:!0}):R(e instanceof De,43):e=new De(void 0,{unique:!0}),this.xi(e)}s(Nn,tn),Nn.prototype.Xc=Bi,s(On,tn),On.prototype.Xc=Bi,s(Vn,Re),(t=Vn.prototype).G=function(){return this.get("extent")},t.fc=function(){return this.get("maxResolution")},t.gc=function(){return this.get("minResolution")},t.hc=function(){return this.get("opacity")},t.Mb=function(){return this.get("visible")},t.Ba=function(){return this.get("zIndex")},t.vc=function(t){this.set("extent",t)},t.Ac=function(t){this.set("maxResolution",t)},t.Bc=function(t){this.set("minResolution",t)},t.wc=function(t){this.set("opacity",t)},t.xc=function(t){this.set("visible",t)},t.Vb=function(t){this.set("zIndex",t)},s(Zn,Vn),(t=Zn.prototype).Fd=function(){},t.Fe=function(){this.Mb()&&this.s()},t.Hl=function(){this.f.forEach(Se),this.f.length=0;var t,e=this.qd();for(var o in this.f.push(me(e,"add",this.Gl,this),me(e,"remove",this.Il,this)),this.c)this.c[o].forEach(Se);for(yt(this.c),o=0,t=(e=e.a).length;o<t;o++){var i=e[o];this.c[G(i).toString()]=[me(i,"propertychange",this.Fe,this),me(i,"change",this.Fe,this)]}this.s()},t.Gl=function(t){var e=G(t=t.element).toString();this.c[e]=[me(t,"propertychange",this.Fe,this),me(t,"change",this.Fe,this)],this.s()},t.Il=function(t){t=G(t.element).toString(),this.c[t].forEach(Se),delete this.c[t],this.s()},t.qd=function(){return this.get(Kn)},t.xi=function(t){this.set(Kn,t)},t.Yf=function(t){var e,o=void 0!==t?t:[],i=o.length;for(this.qd().forEach(function(t){t.Yf(o)}),t=Wn(this),e=o.length;i<e;i++){var r=o[i];r.opacity*=t.opacity,r.visible=r.visible&&t.visible,r.maxResolution=Math.min(r.maxResolution,t.maxResolution),r.minResolution=Math.max(r.minResolution,t.minResolution),void 0!==t.extent&&(r.extent=void 0!==r.extent?rt(r.extent,t.extent):t.extent)}return o},t.$f=function(){return"ready"};var Kn="layers";function zn(t){var e=ct({},t);delete e.source,Vn.call(this,e),this.v=this.l=this.o=null,t.map&&this.setMap(t.map),me(this,Ne("source"),this.Ul,this),this.Wc(t.source?t.source:null)}function Yn(t,e){return t.visible&&e>=t.minResolution&&e<t.maxResolution}function Hn(){this.b={},this.a=0}s(zn,Vn),(t=zn.prototype).Yf=function(t){return(t=t||[]).push(Wn(this)),t},t.ha=function(){return this.get("source")||null},t.$f=function(){var t=this.ha();return t?t.getState():"undefined"},t.Tn=function(){this.s()},t.Ul=function(){this.v&&(Se(this.v),this.v=null);var t=this.ha();t&&(this.v=me(t,"change",this.Tn,this)),this.s()},t.setMap=function(t){this.o&&(Se(this.o),this.o=null),t||this.s(),this.l&&(Se(this.l),this.l=null),t&&(this.o=me(t,"precompose",function(t){var e=Wn(this);e.Je=!1,e.zIndex=1/0,t.frameState.layerStatesArray.push(e),t.frameState.layerStates[G(this)]=e},this),this.l=me(this,"change",t.render,t),this.s())},t.Wc=function(t){this.set("source",t)},Hn.prototype.clear=function(){this.b={},this.a=0},Hn.prototype.get=function(t,e,o){return(t=e+":"+t+":"+(o?Ze(o):"null"))in this.b?this.b[t]:null},Hn.prototype.set=function(t,e,o,i){this.b[e+":"+t+":"+(o?Ze(o):"null")]=i,++this.a};var qn=new Hn,Jn=Array(6);function _n(t){return Qn(t,1,0,0,1,0,0)}function $n(t,e){var o=t[0],i=t[1],r=t[2],n=t[3],p=t[4],s=t[5],a=e[0],h=e[1],l=e[2],u=e[3],c=e[4];return e=e[5],t[0]=o*a+r*h,t[1]=i*a+n*h,t[2]=o*l+r*u,t[3]=i*l+n*u,t[4]=o*c+r*e+p,t[5]=i*c+n*e+s,t}function Qn(t,e,o,i,r,n,p){return t[0]=e,t[1]=o,t[2]=i,t[3]=r,t[4]=n,t[5]=p,t}function tp(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function ep(t,e){var o=e[0],i=e[1];return e[0]=t[0]*o+t[2]*i+t[4],e[1]=t[1]*o+t[3]*i+t[5],e}function op(t,e){var o=Math.cos(e);e=Math.sin(e),$n(t,Qn(Jn,o,e,-e,o,0,0))}function ip(t,e,o){return $n(t,Qn(Jn,e,0,0,o,0,0))}function rp(t,e,o){$n(t,Qn(Jn,1,0,0,1,e,o))}function np(t,e,o,i,r,n,p,s){var a=Math.sin(n);return n=Math.cos(n),t[0]=i*n,t[1]=r*a,t[2]=-i*a,t[3]=r*n,t[4]=p*i*n-s*i*a+e,t[5]=p*r*a+s*r*n+o,t}function pp(t){var e=t[0]*t[3]-t[1]*t[2];R(!!e,32);var o=t[0],i=t[1],r=t[2],n=t[3],p=t[4],s=t[5];return t[0]=n/e,t[1]=-i/e,t[2]=-r/e,t[3]=o/e,t[4]=(r*s-n*p)/e,t[5]=-(o*s-i*p)/e,t}function sp(t,e){this.o=e,this.c={},this.v={}}function ap(t){var e=t.viewState,o=t.coordinateToPixelTransform,i=t.pixelToCoordinateTransform;np(o,t.size[0]/2,t.size[1]/2,1/e.resolution,-1/e.resolution,-e.rotation,-e.center[0],-e.center[1]),pp(tp(i,o))}function hp(){if(32<qn.a){var t,e=0;for(t in qn.b){var o=qn.b[t];3&e++||Ce(o)||(delete qn.b[t],--qn.a)}}}function lp(t,e){var o=G(e).toString();return o in t.c?t.c[o]:(e=e.Fd(t),t.c[o]=e,t.v[o]=me(e,"change",t.Fl,t),e)}function up(t,e){for(var o in t.c)if(!(o in e.layerStates)){e.postRenderFunctions.push(t.Rp.bind(t));break}}function cp(t,e){return t.zIndex-e.zIndex}function yp(t,e,o,i,r){Ee.call(this,t),this.vectorContext=e,this.frameState=o,this.context=i,this.glContext=r}s(sp,Pe),(t=sp.prototype).ka=function(){for(var t in this.c)Ae(this.c[t])},t.Ea=function(t,r,e,n,p,o,i){function s(t,e){var o=G(t).toString(),i=r.layerStates[G(e)].Je;if(!(o in r.skippedFeatureUids)||i)return n.call(p,t,i?e:null)}var a,h=(u=r.viewState).resolution,l=u.projection,u=t;if(l.i){var c=st(l=l.G());((f=t[0])<l[0]||f>l[2])&&(u=[f+c*Math.ceil((l[0]-f)/c),t[1]])}for(c=(l=r.layerStatesArray).length-1;0<=c;--c){var y=l[c],f=y.layer;if(Yn(y,h)&&o.call(i,f)&&(y=lp(this,f),f.ha()&&(a=y.Ea(f.ha().u?u:t,r,e,s,p)),a))return a}},t.Ei=function(t,e,o,i,r){return void 0!==this.Ea(t,e,o,Gi,this,i,r)},t.Fl=function(){this.o.render()},t.Jg=m,t.Rp=function(t,e){for(var o in this.c)if(!(e&&o in e.layerStates)){t=o;var i=this.c[t];delete this.c[t],Se(this.v[t]),delete this.v[t],Ae(i)}},s(yp,Ee);var fp=[0,0,0,1],gp=[],dp=[0,0,0,1];function vp(t,e,o,i){e&&(t.translate(o,i),t.rotate(e),t.translate(-o,-i))}function bp(){}function mp(t,e,o,i,r){this.i=t,this.u=e,this.c=o,this.S=i,this.Yb=r,this.M=this.b=this.a=this.Ua=this.R=this.I=null,this.na=this.T=this.l=this.B=this.C=this.D=0,this.fa=!1,this.f=this.fb=0,this.pa=!1,this.oa=0,this.Ia="",this.va=this.Jb=0,this.Sa=!1,this.j=this.$a=0,this.ra=this.o=this.g=null,this.v=[],this.xb=[1,0,0,1,0,0]}function wp(t,e,o){if(t.M){e=Vi(e,0,o,2,t.S,t.v),o=t.i;var i=t.xb,r=o.globalAlpha;1!=t.l&&(o.globalAlpha=r*t.l);var n,p=t.fb;t.fa&&(p+=t.Yb);var s=0;for(n=e.length;s<n;s+=2){var a=e[s]-t.D,h=e[s+1]-t.C;if(t.pa&&(a=Math.round(a),h=Math.round(h)),p||1!=t.f){var l=a+t.D,u=h+t.C;np(i,l,u,t.f,t.f,p,-l,-u),o.setTransform.apply(o,i)}o.drawImage(t.M,t.T,t.na,t.oa,t.B,a,h,t.oa,t.B)}!p&&1==t.f||o.setTransform(1,0,0,1,0,0),1!=t.l&&(o.globalAlpha=r)}}function xp(t,e,o,i){var r=0;if(t.ra&&""!==t.Ia){t.g&&Pp(t,t.g),t.o&&Ap(t,t.o);var n=t.ra,p=t.i;for((s=t.Ua)?(s.font!=n.font&&(s.font=p.font=n.font),s.textAlign!=n.textAlign&&(s.textAlign=p.textAlign=n.textAlign),s.textBaseline!=n.textBaseline&&(s.textBaseline=p.textBaseline=n.textBaseline)):(p.font=n.font,p.textAlign=n.textAlign,p.textBaseline=n.textBaseline,t.Ua={font:n.font,textAlign:n.textAlign,textBaseline:n.textBaseline}),e=Vi(e,r,o,i,t.S,t.v),n=t.i,p=t.$a,t.Sa&&(p+=t.Yb);r<o;r+=i){var s=e[r]+t.Jb,a=e[r+1]+t.va;if(p||1!=t.j){var h=np(t.xb,s,a,t.j,t.j,p,-s,-a);n.setTransform.apply(n,h)}t.o&&n.strokeText(t.Ia,s,a),t.g&&n.fillText(t.Ia,s,a)}!p&&1==t.j||n.setTransform(1,0,0,1,0,0)}}function Sp(t,e,o,i,r,n){var p=t.i;for(t=Vi(e,o,i,r,t.S,t.v),p.moveTo(t[0],t[1]),e=t.length,n&&(e-=2),o=2;o<e;o+=2)p.lineTo(t[o],t[o+1]);return n&&p.closePath(),i}function Mp(t,e,o,i,r){var n,p=0;for(n=i.length;p<n;++p)o=Sp(t,e,o,i[p],r,!0);return o}function Pp(t,e){var o=t.i,i=t.I;i?i.fillStyle!=e.fillStyle&&(i.fillStyle=o.fillStyle=e.fillStyle):(o.fillStyle=e.fillStyle,t.I={fillStyle:e.fillStyle})}function Ap(t,e){var o=t.i,i=t.R;i?(i.lineCap!=e.lineCap&&(i.lineCap=o.lineCap=e.lineCap),ko&&!U(i.lineDash,e.lineDash)&&o.setLineDash(i.lineDash=e.lineDash),i.lineJoin!=e.lineJoin&&(i.lineJoin=o.lineJoin=e.lineJoin),i.lineWidth!=e.lineWidth&&(i.lineWidth=o.lineWidth=e.lineWidth),i.miterLimit!=e.miterLimit&&(i.miterLimit=o.miterLimit=e.miterLimit),i.strokeStyle!=e.strokeStyle&&(i.strokeStyle=o.strokeStyle=e.strokeStyle)):(o.lineCap=e.lineCap,ko&&o.setLineDash(e.lineDash),o.lineJoin=e.lineJoin,o.lineWidth=e.lineWidth,o.miterLimit=e.miterLimit,o.strokeStyle=e.strokeStyle,t.R={lineCap:e.lineCap,lineDash:e.lineDash,lineJoin:e.lineJoin,lineWidth:e.lineWidth,miterLimit:e.miterLimit,strokeStyle:e.strokeStyle})}function Ep(t,e){sp.call(this,0,e),this.i=Je(),this.b=this.i.canvas,this.b.style.width="100%",this.b.style.height="100%",this.b.style.display="block",this.b.className="ol-unselectable",t.insertBefore(this.b,t.childNodes[0]||null),this.a=!0,this.f=[1,0,0,1,0,0]}function Tp(t,e,o){var i=t.o,r=t.i;if(Ce(i,e)){var n=o.extent,p=o.pixelRatio,s=o.viewState.rotation,a=o.viewState,h=o.pixelRatio/a.resolution;t=np(t.f,t.b.width/2,t.b.height/2,h,-h,-a.rotation,-a.center[0],-a.center[1]),i.b(new yp(e,new mp(r,p,n,t,s),o,r,null))}}(t=bp.prototype).zb=function(){},t.rd=function(){},t.Zb=function(){},t.te=function(){},t.ue=function(){},t.mc=function(){},t.nc=function(){},t.oc=function(){},t.pc=function(){},t.qc=function(){},t.rc=function(){},t.yc=function(){},t.Ma=function(){},t.Ub=function(){},t.Cb=function(){},s(mp,bp),(t=mp.prototype).Zb=function(t){if(at(this.c,t.G())){if(this.a||this.b){this.a&&Pp(this,this.a),this.b&&Ap(this,this.b);var e=this.S,o=this.v,i=t.ga();o=(e=i?Vi(i,0,i.length,t.qa(),e,o):null)[2]-e[0],i=e[3]-e[1],o=Math.sqrt(o*o+i*i),(i=this.i).beginPath(),i.arc(e[0],e[1],o,0,2*Math.PI),this.a&&i.fill(),this.b&&i.stroke()}""!==this.Ia&&xp(this,t.wa(),2,2)}},t.rd=function(t){this.Ma(t.Fa(),t.Ga()),this.Ub(t.Y()),this.Cb(t.Na())},t.zb=function(t){switch(t.U()){case"Point":this.qc(t);break;case"LineString":this.mc(t);break;case"Polygon":this.rc(t);break;case"MultiPoint":this.oc(t);break;case"MultiLineString":this.nc(t);break;case"MultiPolygon":this.pc(t);break;case"GeometryCollection":this.ue(t);break;case"Circle":this.Zb(t)}},t.te=function(t,e){(t=(0,e.Za)(t))&&at(this.c,t.G())&&(this.rd(e),this.zb(t))},t.ue=function(t){var e,o=0;for(e=(t=t.a).length;o<e;++o)this.zb(t[o])},t.qc=function(t){var e=t.ga();t=t.qa(),this.M&&wp(this,e,e.length),""!==this.Ia&&xp(this,e,e.length,t)},t.oc=function(t){var e=t.ga();t=t.qa(),this.M&&wp(this,e,e.length),""!==this.Ia&&xp(this,e,e.length,t)},t.mc=function(t){if(at(this.c,t.G())){if(this.b){Ap(this,this.b);var e=this.i,o=t.ga();e.beginPath(),Sp(this,o,0,o.length,t.qa(),!1),e.stroke()}""!==this.Ia&&xp(this,t=yl(t),2,2)}},t.nc=function(t){var e=t.G();if(at(this.c,e)){if(this.b){Ap(this,this.b);e=this.i;var o,i=t.ga(),r=0,n=t.Bb(),p=t.qa();e.beginPath();var s=0;for(o=n.length;s<o;++s)r=Sp(this,i,r,n[s],p,!1);e.stroke()}""!==this.Ia&&xp(this,t=gl(t),t.length,2)}},t.rc=function(t){if(at(this.c,t.G())){if(this.b||this.a){this.a&&Pp(this,this.a),this.b&&Ap(this,this.b);var e=this.i;e.beginPath(),Mp(this,t.ec(),0,t.Bb(),t.qa()),this.a&&e.fill(),this.b&&e.stroke()}""!==this.Ia&&xp(this,t=Mr(t),2,2)}},t.pc=function(t){if(at(this.c,t.G())){if(this.b||this.a){this.a&&Pp(this,this.a),this.b&&Ap(this,this.b);var e,o=this.i,i=wl(t),r=0,n=t.c,p=t.qa();o.beginPath();var s=0;for(e=n.length;s<e;++s)r=Mp(this,i,r,n[s],p);this.a&&o.fill(),this.b&&o.stroke()}""!==this.Ia&&xp(this,t=ml(t),t.length,2)}},t.Ma=function(t,e){if(t?(t=t.b,this.a={fillStyle:qe(t||fp)}):this.a=null,e){t=e.a;var o=e.f,i=e.i,r=e.g,n=e.j,p=e.c;e=e.o,this.b={lineCap:void 0!==o?o:"round",lineDash:i||gp,lineDashOffset:r||0,lineJoin:void 0!==n?n:"round",lineWidth:this.u*(void 0!==p?p:1),miterLimit:void 0!==e?e:10,strokeStyle:qe(t||dp)}}else this.b=null},t.Ub=function(t){if(t){var e=t.Hc(),o=t.Y(1),i=t.Oc(),r=t.ic();this.D=e[0],this.C=e[1],this.B=r[1],this.M=o,this.l=t.f,this.T=i[0],this.na=i[1],this.fa=t.l,this.fb=t.g,this.f=t.a,this.pa=t.v,this.oa=r[0]}else this.M=null},t.Cb=function(t){if(t){if((e=t.Fa())?(e=e.b,this.g={fillStyle:qe(e||fp)}):this.g=null,s=t.Ga()){var e=s.a,o=s.f,i=s.i,r=s.g,n=s.j,p=s.c,s=s.o;this.o={lineCap:void 0!==o?o:"round",lineDash:i||gp,lineDashOffset:r||0,lineJoin:void 0!==n?n:"round",lineWidth:void 0!==p?p:1,miterLimit:void 0!==s?s:10,strokeStyle:qe(e||dp)}}else this.o=null;e=t.a,o=t.i,i=t.c,r=t.o,n=t.f,p=t.b,s=t.Na();var a=t.g;t=t.j,this.ra={font:void 0!==e?e:"10px sans-serif",textAlign:void 0!==a?a:"center",textBaseline:void 0!==t?t:"middle"},this.Ia=void 0!==s?s:"",this.Jb=void 0!==o?this.u*o:0,this.va=void 0!==i?this.u*i:0,this.Sa=void 0!==r&&r,this.$a=void 0!==n?n:0,this.j=this.u*(void 0!==p?p:1)}else this.Ia=""},s(Ep,sp),Ep.prototype.U=function(){return"canvas"},Ep.prototype.Jg=function(t){if(t){var e=this.i,o=t.pixelRatio,i=Math.round(t.size[0]*o),r=Math.round(t.size[1]*o);this.b.width!=i||this.b.height!=r?(this.b.width=i,this.b.height=r):e.clearRect(0,0,i,r),o=t.viewState.rotation,ap(t),Tp(this,"precompose",t);var n=t.layerStatesArray;u(n),o&&(e.save(),vp(e,o,i/2,r/2));var p;i=t.viewState.resolution,r=0;for(p=n.length;r<p;++r){var s=n[r],a=s.layer;a=lp(this,a),Yn(s,i)&&"ready"==s.yj&&a.sd(t,s)&&a.S(t,s,e)}o&&e.restore(),Tp(this,"postcompose",t),this.a||(this.b.style.display="",this.a=!0),up(this,t),t.postRenderFunctions.push(hp)}else this.a&&(this.b.style.display="none",this.a=!1)},Ep.prototype.Di=function(t,e,o,i,r,n){var p=e.viewState.resolution,s=e.layerStatesArray,a=s.length;for(t=ep(e.pixelToCoordinateTransform,t.slice()),--a;0<=a;--a){var h=s[a],l=h.layer;if(Yn(h,p)&&r.call(n,l)&&(h=lp(this,l).u(t,e,o,i)))return h}};var jp=["Polygon","Circle","LineString","Image","Text"];function Cp(){}function Lp(t){this.b=t}function Rp(t){this.b=t}function Ip(t){this.b=t}function Np(){this.b="precision mediump float;varying vec2 a;varying vec2 b;varying float c;varying float d;uniform float m;uniform vec4 n;uniform vec4 o;uniform vec2 p;void main(void){vec2 windowCenter=vec2((a.x+1.0)/2.0*p.x*d,(a.y+1.0)/2.0*p.y*d);vec2 windowOffset=vec2((b.x+1.0)/2.0*p.x*d,(b.y+1.0)/2.0*p.y*d);float radius=length(windowCenter-windowOffset);float dist=length(windowCenter-gl_FragCoord.xy);if(dist>radius+c){if(o.a==0.0){gl_FragColor=n;}else{gl_FragColor=o;}gl_FragColor.a=gl_FragColor.a-(dist-(radius+c));}else if(n.a==0.0){gl_FragColor=o;if(dist<radius-c){gl_FragColor.a=gl_FragColor.a-(radius-c-dist);}} else{gl_FragColor=n;float strokeDist=radius-c;float antialias=2.0*d;if(dist>strokeDist){gl_FragColor=o;}else if(dist>=strokeDist-antialias){float step=smoothstep(strokeDist-antialias,strokeDist,dist);gl_FragColor=mix(n,o,step);}} gl_FragColor.a=gl_FragColor.a*m;if(gl_FragColor.a<=0.0){discard;}}"}s(Rp,Lp),Rp.prototype.U=function(){return 35632},s(Ip,Lp),Ip.prototype.U=function(){return 35633},s(Np,Rp);var Fp=new Np;function kp(){this.b="varying vec2 a;varying vec2 b;varying float c;varying float d;attribute vec2 e;attribute float f;attribute float g;uniform mat4 h;uniform mat4 i;uniform mat4 j;uniform float k;uniform float l;void main(void){mat4 offsetMatrix=i*j;a=vec4(h*vec4(e,0.0,1.0)).xy;d=l;float lineWidth=k*l;c=lineWidth/2.0;if(lineWidth==0.0){lineWidth=2.0*l;}vec2 offset;float radius=g+3.0*l;if(f==0.0){offset=vec2(-1.0,1.0);}else if(f==1.0){offset=vec2(-1.0,-1.0);}else if(f==2.0){offset=vec2(1.0,-1.0);}else{offset=vec2(1.0,1.0);}gl_Position=h*vec4(e+offset*radius,0.0,1.0)+offsetMatrix*vec4(offset*lineWidth,0.0,0.0);b=vec4(h*vec4(e.x+g,e.y,0.0,1.0)).xy;if(distance(a,b)>20000.0){gl_Position=vec4(a,0.0,1.0);}}"}s(kp,Ip);var Dp=new kp;function Op(t,e){this.B=t.getUniformLocation(e,"n"),this.oa=t.getUniformLocation(e,"k"),this.c=t.getUniformLocation(e,"j"),this.f=t.getUniformLocation(e,"i"),this.a=t.getUniformLocation(e,"m"),this.ra=t.getUniformLocation(e,"l"),this.i=t.getUniformLocation(e,"h"),this.I=t.getUniformLocation(e,"p"),this.R=t.getUniformLocation(e,"o"),this.j=t.getAttribLocation(e,"f"),this.b=t.getAttribLocation(e,"e"),this.S=t.getAttribLocation(e,"g")}function Up(t,e){return t[0]=e[0],t[1]=e[1],t[4]=e[2],t[5]=e[3],t[12]=e[4],t[13]=e[5],t}function Gp(t,e){this.origin=et(e),this.xb=[1,0,0,1,0,0],this.Sa=[1,0,0,1,0,0],this.$a=[1,0,0,1,0,0],this.Jb=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],this.b=[],this.o=null,this.i=[],this.f=[],this.a=[],this.l=null,this.g=void 0}function Bp(t,e,o,i){t.drawElements(4,i-o,e.g?5125:5123,o*(e.g?4:2))}s(Gp,bp),Gp.prototype.La=function(t,e,o,i,r,n,p,s,a,h,l){var u=t.b;if(this.g){var c=u.isEnabled(u.STENCIL_TEST),y=u.getParameter(u.STENCIL_FUNC),f=u.getParameter(u.STENCIL_VALUE_MASK),g=u.getParameter(u.STENCIL_REF),d=u.getParameter(u.STENCIL_WRITEMASK),v=u.getParameter(u.STENCIL_FAIL),b=u.getParameter(u.STENCIL_PASS_DEPTH_PASS),m=u.getParameter(u.STENCIL_PASS_DEPTH_FAIL);u.enable(u.STENCIL_TEST),u.clear(u.STENCIL_BUFFER_BIT),u.stencilMask(255),u.stencilFunc(u.ALWAYS,1,255),u.stencilOp(u.KEEP,u.KEEP,u.REPLACE),this.g.La(t,e,o,i,r,n,p,s,a,h,l),u.stencilMask(0),u.stencilFunc(u.NOTEQUAL,1,255)}os(t,34962,this.l),os(t,34963,this.o),n=this.rf(u,t,r,n);var w=_n(this.xb);if(ip(w,2/(o*r[0]),2/(o*r[1])),op(w,-i),rp(w,-(e[0]-this.origin[0]),-(e[1]-this.origin[1])),ip(e=_n(this.$a),2/r[0],2/r[1]),r=_n(this.Sa),i&&op(r,-i),u.uniformMatrix4fv(n.i,!1,Up(this.Jb,w)),u.uniformMatrix4fv(n.f,!1,Up(this.Jb,e)),u.uniformMatrix4fv(n.c,!1,Up(this.Jb,r)),u.uniform1f(n.a,p),a)var x=t=h?this.ve(u,t,s,a,l):(u.clear(u.COLOR_BUFFER_BIT|u.DEPTH_BUFFER_BIT),this.Od(u,t,s,!0),(t=a(null))?t:void 0);else this.Od(u,t,s,!1);return this.sf(u,n),this.g&&(c||u.disable(u.STENCIL_TEST),u.clear(u.STENCIL_BUFFER_BIT),u.stencilFunc(y,g,f),u.stencilMask(d),u.stencilOp(v,m,b)),x};var Xp=[0,0,0,1],Vp=[],Wp=[0,0,0,1];function Zp(t,e,o,i,r,n){return(t=(o-t)*(n-e)-(r-t)*(i-e))<=Kp&&-Kp<=t?void 0:0<t}var Kp=Number.EPSILON||2220446049250313e-31;function zp(t){this.b=void 0!==t?t:[],this.a=Yp}var Yp=35044;function Hp(t,e){Gp.call(this,0,e),this.v=null,this.j=[],this.u=[],this.S=0,this.c={fillColor:null,strokeColor:null,lineDash:null,lineDashOffset:void 0,lineWidth:void 0,s:!1}}function qp(t,e,o,i){e.uniform4fv(t.v.R,o),e.uniform1f(t.v.oa,i)}function Jp(){this.b="precision mediump float;varying vec2 a;varying float b;uniform float k;uniform sampler2D l;void main(void){vec4 texColor=texture2D(l,a);gl_FragColor.rgb=texColor.rgb;float alpha=texColor.a*b*k;if(alpha==0.0){discard;}gl_FragColor.a=alpha;}"}s(Hp,Gp),(t=Hp.prototype).Zb=function(t,e){var o=t.pd(),i=t.qa();if(o){this.i.push(this.b.length),this.f.push(e),this.c.s&&(this.u.push(this.b.length),this.c.s=!1),this.S=o,t=Wi(t=t.ga(),0,2,i,-this.origin[0],-this.origin[1]),e=this.a.length;o=this.b.length;var r,n=e/4;for(r=0;r<2;r+=i)this.a[e++]=t[r],this.a[e++]=t[r+1],this.a[e++]=0,this.a[e++]=this.S,this.a[e++]=t[r],this.a[e++]=t[r+1],this.a[e++]=1,this.a[e++]=this.S,this.a[e++]=t[r],this.a[e++]=t[r+1],this.a[e++]=2,this.a[e++]=this.S,this.a[e++]=t[r],this.a[e++]=t[r+1],this.a[e++]=3,this.a[e++]=this.S,this.b[o++]=n,this.b[o++]=n+1,this.b[o++]=n+2,this.b[o++]=n+2,this.b[o++]=n+3,this.b[o++]=n,n+=4}else this.c.s&&(this.j.pop(),this.j.length&&(i=this.j[this.j.length-1],this.c.fillColor=i[0],this.c.strokeColor=i[1],this.c.lineWidth=i[2],this.c.s=!1))},t.Db=function(){this.l=new zp(this.a),this.o=new zp(this.b),this.i.push(this.b.length),!this.u.length&&0<this.j.length&&(this.j=[]),this.b=this.a=null},t.Eb=function(t){var e=this.l,o=this.o;return function(){is(t,e),is(t,o)}},t.rf=function(t,e,o,i){var r=ps(e,Fp,Dp);if(this.v)var n=this.v;else this.v=n=new Op(t,r);return e.Qc(r),t.enableVertexAttribArray(n.b),t.vertexAttribPointer(n.b,2,5126,!1,16,0),t.enableVertexAttribArray(n.j),t.vertexAttribPointer(n.j,1,5126,!1,16,8),t.enableVertexAttribArray(n.S),t.vertexAttribPointer(n.S,1,5126,!1,16,12),t.uniform2fv(n.I,o),t.uniform1f(n.ra,i),n},t.sf=function(t,e){t.disableVertexAttribArray(e.b),t.disableVertexAttribArray(e.j),t.disableVertexAttribArray(e.S)},t.Od=function(t,e,o){if(gt(o)){var i=this.i[this.i.length-1];for(o=this.u.length-1;0<=o;--o){var r=this.u[o],n=this.j[o];t.uniform4fv(this.v.B,n[0]),qp(this,t,n[1],n[2]),Bp(t,e,r,i),i=r}}else{var p=this.i.length-2;for(n=i=this.i[p+1],r=this.u.length-1;0<=r;--r){var s=this.j[r];for(t.uniform4fv(this.v.B,s[0]),qp(this,t,s[1],s[2]),s=this.u[r];0<=p&&this.i[p]>=s;){var a=this.i[p],h=this.f[p];o[h=G(h).toString()]&&(i!==n&&Bp(t,e,i,n),n=a),p--,i=a}i!==n&&Bp(t,e,i,n),i=n=s}}},t.ve=function(t,e,o,i,r){var n,p,s=this.i.length-2,a=this.i[s+1];for(n=this.u.length-1;0<=n;--n){var h=this.j[n];for(t.uniform4fv(this.v.B,h[0]),qp(this,t,h[1],h[2]),p=this.u[n];0<=s&&this.i[s]>=p;){h=this.i[s];var l=this.f[s];if(void 0===o[G(l).toString()]&&l.V()&&(void 0===r||at(r,l.V().G()))&&(t.clear(t.COLOR_BUFFER_BIT|t.DEPTH_BUFFER_BIT),Bp(t,e,h,a),a=i(l)))return a;s--,a=h}}},t.Ma=function(t,e){if(e){var o=e.i;this.c.lineDash=o||Vp,o=e.g,this.c.lineDashOffset=o||0,o=(o=e.a)instanceof CanvasGradient||o instanceof CanvasPattern?Wp:We(o).map(function(t,e){return 3!=e?t/255:t})||Wp,e=void 0!==(e=e.c)?e:1}else o=[0,0,0,0],e=0;t=(t=t?t.b:[0,0,0,0])instanceof CanvasGradient||t instanceof CanvasPattern?Xp:We(t).map(function(t,e){return 3!=e?t/255:t})||Xp,this.c.strokeColor&&U(this.c.strokeColor,o)&&this.c.fillColor&&U(this.c.fillColor,t)&&this.c.lineWidth===e||(this.c.s=!0,this.c.fillColor=t,this.c.strokeColor=o,this.c.lineWidth=e,this.j.push([t,o,e]))},s(Jp,Rp);var _p=new Jp;function $p(){this.b="varying vec2 a;varying float b;attribute vec2 c;attribute vec2 d;attribute vec2 e;attribute float f;attribute float g;uniform mat4 h;uniform mat4 i;uniform mat4 j;void main(void){mat4 offsetMatrix=i;if(g==1.0){offsetMatrix=i*j;}vec4 offsets=offsetMatrix*vec4(e,0.0,0.0);gl_Position=h*vec4(c,0.0,1.0)+offsets;a=d;b=f;}"}s($p,Ip);var Qp=new $p;function ts(t,e){this.c=t.getUniformLocation(e,"j"),this.f=t.getUniformLocation(e,"i"),this.a=t.getUniformLocation(e,"k"),this.i=t.getUniformLocation(e,"h"),this.v=t.getAttribLocation(e,"e"),this.u=t.getAttribLocation(e,"f"),this.b=t.getAttribLocation(e,"c"),this.D=t.getAttribLocation(e,"g"),this.C=t.getAttribLocation(e,"d")}function es(t,e){this.j=t,this.b=e,this.a={},this.c={},this.i={},this.l=this.v=this.f=this.o=null,(this.g=d(o,"OES_element_index_uint"))&&e.getExtension("OES_element_index_uint"),me(this.j,"webglcontextlost",this.Xo,this),me(this.j,"webglcontextrestored",this.Yo,this)}function os(t,e,o){var i=t.b,r=o.b,n=String(G(o));if(n in t.a)i.bindBuffer(e,t.a[n].buffer);else{var p,s=i.createBuffer();i.bindBuffer(e,s),34962==e?p=new Float32Array(r):34963==e&&(p=t.g?new Uint32Array(r):new Uint16Array(r)),i.bufferData(e,p,o.a),t.a[n]={lc:o,buffer:s}}}function is(t,e){var o=t.b;e=String(G(e));var i=t.a[e];o.isContextLost()||o.deleteBuffer(i.buffer),delete t.a[e]}function rs(t){if(!t.f){var e=t.b,o=e.createFramebuffer();e.bindFramebuffer(e.FRAMEBUFFER,o);var i=as(e,1,1),r=e.createRenderbuffer();e.bindRenderbuffer(e.RENDERBUFFER,r),e.renderbufferStorage(e.RENDERBUFFER,e.DEPTH_COMPONENT16,1,1),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,i,0),e.framebufferRenderbuffer(e.FRAMEBUFFER,e.DEPTH_ATTACHMENT,e.RENDERBUFFER,r),e.bindTexture(e.TEXTURE_2D,null),e.bindRenderbuffer(e.RENDERBUFFER,null),e.bindFramebuffer(e.FRAMEBUFFER,null),t.f=o,t.v=i,t.l=r}return t.f}function ns(t,e){var o=String(G(e));if(o in t.c)return t.c[o];var i=t.b,r=i.createShader(e.U());return i.shaderSource(r,e.b),i.compileShader(r),t.c[o]=r}function ps(t,e,o){var i=G(e)+"/"+G(o);if(i in t.i)return t.i[i];var r=t.b,n=r.createProgram();return r.attachShader(n,ns(t,e)),r.attachShader(n,ns(t,o)),r.linkProgram(n),t.i[i]=n}function ss(t,e,o){var i=t.createTexture();return t.bindTexture(t.TEXTURE_2D,i),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MAG_FILTER,t.LINEAR),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MIN_FILTER,t.LINEAR),void 0!==e&&t.texParameteri(3553,10242,e),void 0!==o&&t.texParameteri(3553,10243,o),i}function as(t,e,o){var i=ss(t,void 0,void 0);return t.texImage2D(t.TEXTURE_2D,0,t.RGBA,e,o,0,t.RGBA,t.UNSIGNED_BYTE,null),i}function hs(t,e){var o=ss(t,33071,33071);return t.texImage2D(t.TEXTURE_2D,0,t.RGBA,t.RGBA,t.UNSIGNED_BYTE,e),o}function ls(t,e){Gp.call(this,0,e),this.C=this.D=void 0,this.S=[],this.v=[],this.oa=void 0,this.j=[],this.c=[],this.I=this.ra=void 0,this.B=null,this.fb=this.fa=this.na=this.T=this.Ua=this.R=void 0,this.va=[],this.u=[],this.pa=void 0}function us(t,e,o,i){var r,n=t.D,p=t.C,s=t.oa,a=t.ra,h=t.I,l=t.R,u=t.Ua,c=t.T,y=t.na?1:0,f=-t.fa,g=t.fb,d=t.pa,v=Math.cos(f),b=(f=Math.sin(f),t.b.length),m=t.a.length;for(r=0;r<o;r+=i){var w=e[r]-t.origin[0],x=e[r+1]-t.origin[1],S=m/8,M=-g*n,P=-g*(s-p);t.a[m++]=w,t.a[m++]=x,t.a[m++]=M*v-P*f,t.a[m++]=M*f+P*v,t.a[m++]=u/h,t.a[m++]=(c+s)/a,t.a[m++]=l,t.a[m++]=y,M=g*(d-n),P=-g*(s-p),t.a[m++]=w,t.a[m++]=x,t.a[m++]=M*v-P*f,t.a[m++]=M*f+P*v,t.a[m++]=(u+d)/h,t.a[m++]=(c+s)/a,t.a[m++]=l,t.a[m++]=y,M=g*(d-n),P=g*p,t.a[m++]=w,t.a[m++]=x,t.a[m++]=M*v-P*f,t.a[m++]=M*f+P*v,t.a[m++]=(u+d)/h,t.a[m++]=c/a,t.a[m++]=l,t.a[m++]=y,M=-g*n,P=g*p,t.a[m++]=w,t.a[m++]=x,t.a[m++]=M*v-P*f,t.a[m++]=M*f+P*v,t.a[m++]=u/h,t.a[m++]=c/a,t.a[m++]=l,t.a[m++]=y,t.b[b++]=S,t.b[b++]=1+S,t.b[b++]=2+S,t.b[b++]=S,t.b[b++]=2+S,t.b[b++]=3+S}}function cs(t,e,o,i){var r,n=e.length;for(r=0;r<n;++r){var p=e[r],s=G(p).toString();s in o?p=o[s]:(p=hs(i,p),o[s]=p),t[r]=p}}function ys(t,e,o){var i=e-o;return t[0]===t[i]&&t[1]===t[1+i]&&3<(e-0)/o&&!!Hi(t,0,e,o)}function fs(){this.b="precision mediump float;varying float a;varying vec2 b;varying float c;uniform float m;uniform vec4 n;uniform vec2 o;uniform float p;void main(void){if(a>0.0){vec2 windowCoords=vec2((b.x+1.0)/2.0*o.x*p,(b.y+1.0)/2.0*o.y*p);if(length(windowCoords-gl_FragCoord.xy)>c*p){discard;}} gl_FragColor=n;float alpha=n.a*m;if(alpha==0.0){discard;}gl_FragColor.a=alpha;}"}s(es,Pe),(t=es.prototype).ka=function(){Me(this.j);var t=this.b;if(!t.isContextLost()){for(var e in this.a)t.deleteBuffer(this.a[e].buffer);for(e in this.i)t.deleteProgram(this.i[e]);for(e in this.c)t.deleteShader(this.c[e]);t.deleteFramebuffer(this.f),t.deleteRenderbuffer(this.l),t.deleteTexture(this.v)}},t.Wo=function(){return this.b},t.Xo=function(){yt(this.a),yt(this.c),yt(this.i),this.l=this.v=this.f=this.o=null},t.Yo=function(){},t.Qc=function(t){return t!=this.o&&(this.b.useProgram(t),this.o=t,!0)},s(ls,Gp),(t=ls.prototype).Eb=function(o){var i=this.l,r=this.o,n=this.va,p=this.u,s=o.b;return function(){if(!s.isContextLost()){var t,e=0;for(t=n.length;e<t;++e)s.deleteTexture(n[e]);for(e=0,t=p.length;e<t;++e)s.deleteTexture(p[e])}is(o,i),is(o,r)}},t.oc=function(t,e){this.i.push(this.b.length),this.f.push(e),us(this,e=t.ga(),e.length,t.qa())},t.qc=function(t,e){this.i.push(this.b.length),this.f.push(e),us(this,e=t.ga(),e.length,t.qa())},t.Db=function(t){t=t.b,this.S.push(this.b.length),this.v.push(this.b.length),this.l=new zp(this.a),this.o=new zp(this.b);var e={};cs(this.va,this.j,e,t),cs(this.u,this.c,e,t),this.oa=this.C=this.D=void 0,this.c=this.j=null,this.I=this.ra=void 0,this.b=null,this.fb=this.fa=this.na=this.T=this.Ua=this.R=void 0,this.a=null,this.pa=void 0},t.rf=function(t,e){var o=ps(e,_p,Qp);if(this.B)var i=this.B;else this.B=i=new ts(t,o);return e.Qc(o),t.enableVertexAttribArray(i.b),t.vertexAttribPointer(i.b,2,5126,!1,32,0),t.enableVertexAttribArray(i.v),t.vertexAttribPointer(i.v,2,5126,!1,32,8),t.enableVertexAttribArray(i.C),t.vertexAttribPointer(i.C,2,5126,!1,32,16),t.enableVertexAttribArray(i.u),t.vertexAttribPointer(i.u,1,5126,!1,32,24),t.enableVertexAttribArray(i.D),t.vertexAttribPointer(i.D,1,5126,!1,32,28),i},t.sf=function(t,e){t.disableVertexAttribArray(e.b),t.disableVertexAttribArray(e.v),t.disableVertexAttribArray(e.C),t.disableVertexAttribArray(e.u),t.disableVertexAttribArray(e.D)},t.Od=function(t,e,o,i){var r=i?this.u:this.va;if(i=i?this.v:this.S,gt(o)){var n;o=0;var p=r.length;for(n=0;o<p;++o){t.bindTexture(3553,r[o]);var s=i[o];Bp(t,e,n,s),n=s}}else for(n=p=0,s=r.length;n<s;++n){t.bindTexture(3553,r[n]);for(var a=0<n?i[n-1]:0,h=i[n],l=a;p<this.i.length&&this.i[p]<=h;){a=void 0!==o[G(this.f[p]).toString()]?(l!==a&&Bp(t,e,l,a),l=p===this.i.length-1?h:this.i[p+1]):p===this.i.length-1?h:this.i[p+1],p++}l!==a&&Bp(t,e,l,a)}},t.ve=function(t,e,o,i,r){var n,p,s=this.i.length-1;for(n=this.u.length-1;0<=n;--n){t.bindTexture(3553,this.u[n]);var a=0<n?this.v[n-1]:0;for(p=this.v[n];0<=s&&this.i[s]>=a;){var h=this.i[s],l=this.f[s];if(void 0===o[G(l).toString()]&&l.V()&&(void 0===r||at(r,l.V().G()))&&(t.clear(t.COLOR_BUFFER_BIT|t.DEPTH_BUFFER_BIT),Bp(t,e,h,p),p=i(l)))return p;p=h,s--}}},t.Ub=function(t){var e=t.Hc(),o=t.Y(1),i=t.ye(),r=t.qg(1),n=t.f,p=t.Oc(),s=t.l,a=t.g,h=t.ic();if(t=t.a,this.j.length){var l=this.j[this.j.length-1];G(l)!=G(o)&&(this.S.push(this.b.length),this.j.push(o))}else this.j.push(o);this.c.length?G(l=this.c[this.c.length-1])!=G(r)&&(this.v.push(this.b.length),this.c.push(r)):this.c.push(r),this.D=e[0],this.C=e[1],this.oa=h[1],this.ra=i[1],this.I=i[0],this.R=n,this.Ua=p[0],this.T=p[1],this.fa=a,this.na=s,this.fb=t,this.pa=h[0]},s(fs,Rp);var gs=new fs;function ds(){this.b="varying float a;varying vec2 b;varying float c;attribute vec2 d;attribute vec2 e;attribute vec2 f;attribute float g;uniform mat4 h;uniform mat4 i;uniform mat4 j;uniform float k;uniform float l;bool nearlyEquals(in float value,in float ref){float epsilon=0.000000000001;return value>=ref-epsilon&&value<=ref+epsilon;}void alongNormal(out vec2 offset,in vec2 nextP,in float turnDir,in float direction){vec2 dirVect=nextP-e;vec2 normal=normalize(vec2(-turnDir*dirVect.y,turnDir*dirVect.x));offset=k/2.0*normal*direction;}void miterUp(out vec2 offset,out float round,in bool isRound,in float direction){float halfWidth=k/2.0;vec2 tangent=normalize(normalize(f-e)+normalize(e-d));vec2 normal=vec2(-tangent.y,tangent.x);vec2 dirVect=f-e;vec2 tmpNormal=normalize(vec2(-dirVect.y,dirVect.x));float miterLength=abs(halfWidth/dot(normal,tmpNormal));offset=normal*direction*miterLength;round=0.0;if(isRound){round=1.0;}else if(miterLength>l+k){offset=halfWidth*tmpNormal*direction;}} bool miterDown(out vec2 offset,in vec4 projPos,in mat4 offsetMatrix,in float direction){bool degenerate=false;vec2 tangent=normalize(normalize(f-e)+normalize(e-d));vec2 normal=vec2(-tangent.y,tangent.x);vec2 dirVect=d-e;vec2 tmpNormal=normalize(vec2(-dirVect.y,dirVect.x));vec2 longOffset,shortOffset,longVertex;vec4 shortProjVertex;float halfWidth=k/2.0;if(length(f-e)>length(d-e)){longOffset=tmpNormal*direction*halfWidth;shortOffset=normalize(vec2(dirVect.y,-dirVect.x))*direction*halfWidth;longVertex=f;shortProjVertex=h*vec4(d,0.0,1.0);}else{shortOffset=tmpNormal*direction*halfWidth;longOffset=normalize(vec2(dirVect.y,-dirVect.x))*direction*halfWidth;longVertex=d;shortProjVertex=h*vec4(f,0.0,1.0);}vec4 p1=h*vec4(longVertex,0.0,1.0)+offsetMatrix*vec4(longOffset,0.0,0.0);vec4 p2=projPos+offsetMatrix*vec4(longOffset,0.0,0.0);vec4 p3=shortProjVertex+offsetMatrix*vec4(-shortOffset,0.0,0.0);vec4 p4=shortProjVertex+offsetMatrix*vec4(shortOffset,0.0,0.0);float denom=(p4.y-p3.y)*(p2.x-p1.x)-(p4.x-p3.x)*(p2.y-p1.y);float firstU=((p4.x-p3.x)*(p1.y-p3.y)-(p4.y-p3.y)*(p1.x-p3.x))/denom;float secondU=((p2.x-p1.x)*(p1.y-p3.y)-(p2.y-p1.y)*(p1.x-p3.x))/denom;float epsilon=0.000000000001;if(firstU>epsilon&&firstU<1.0-epsilon&&secondU>epsilon&&secondU<1.0-epsilon){shortProjVertex.x=p1.x+firstU*(p2.x-p1.x);shortProjVertex.y=p1.y+firstU*(p2.y-p1.y);offset=shortProjVertex.xy;degenerate=true;}else{float miterLength=abs(halfWidth/dot(normal,tmpNormal));offset=normal*direction*miterLength;}return degenerate;}void squareCap(out vec2 offset,out float round,in bool isRound,in vec2 nextP,in float turnDir,in float direction){round=0.0;vec2 dirVect=e-nextP;vec2 firstNormal=normalize(dirVect);vec2 secondNormal=vec2(turnDir*firstNormal.y*direction,-turnDir*firstNormal.x*direction);vec2 hypotenuse=normalize(firstNormal-secondNormal);vec2 normal=vec2(turnDir*hypotenuse.y*direction,-turnDir*hypotenuse.x*direction);float length=sqrt(c*c*2.0);offset=normal*length;if(isRound){round=1.0;}} void main(void){bool degenerate=false;float direction=float(sign(g));mat4 offsetMatrix=i*j;vec2 offset;vec4 projPos=h*vec4(e,0.0,1.0);bool round=nearlyEquals(mod(g,2.0),0.0);a=0.0;c=k/2.0;b=projPos.xy;if(nearlyEquals(mod(g,3.0),0.0)||nearlyEquals(mod(g,17.0),0.0)){alongNormal(offset,f,1.0,direction);}else if(nearlyEquals(mod(g,5.0),0.0)||nearlyEquals(mod(g,13.0),0.0)){alongNormal(offset,d,-1.0,direction);}else if(nearlyEquals(mod(g,23.0),0.0)){miterUp(offset,a,round,direction);}else if(nearlyEquals(mod(g,19.0),0.0)){degenerate=miterDown(offset,projPos,offsetMatrix,direction);}else if(nearlyEquals(mod(g,7.0),0.0)){squareCap(offset,a,round,f,1.0,direction);}else if(nearlyEquals(mod(g,11.0),0.0)){squareCap(offset,a,round,d,-1.0,direction);}if(!degenerate){vec4 offsets=offsetMatrix*vec4(offset,0.0,0.0);gl_Position=projPos+offsets;}else{gl_Position=vec4(offset,0.0,1.0);}}"}s(ds,Ip);var vs=new ds;function bs(t,e){this.B=t.getUniformLocation(e,"n"),this.oa=t.getUniformLocation(e,"k"),this.R=t.getUniformLocation(e,"l"),this.c=t.getUniformLocation(e,"j"),this.f=t.getUniformLocation(e,"i"),this.a=t.getUniformLocation(e,"m"),this.ra=t.getUniformLocation(e,"p"),this.i=t.getUniformLocation(e,"h"),this.I=t.getUniformLocation(e,"o"),this.g=t.getAttribLocation(e,"g"),this.o=t.getAttribLocation(e,"d"),this.l=t.getAttribLocation(e,"f"),this.b=t.getAttribLocation(e,"e")}function ms(t,e){Gp.call(this,0,e),this.v=null,this.u=[],this.j=[],this.c={strokeColor:null,lineCap:void 0,lineDash:null,lineDashOffset:void 0,lineJoin:void 0,lineWidth:void 0,miterLimit:void 0,s:!1}}function ws(t,e,o,i){var r,n=t.a.length,p=t.b.length,s="bevel"===t.c.lineJoin?0:"miter"===t.c.lineJoin?1:2,a="butt"===t.c.lineCap?0:"square"===t.c.lineCap?1:2,h=ys(e,o,i),l=p,u=1;for(r=0;r<o;r+=i){var c=n/7,y=f,f=g||[e[r],e[r+1]];if(r){if(r===o-i){if(h)var g=d;else n=xs(t,y=y||[0,0],f,[0,0],u*Ts*(a||1),n),n=xs(t,y,f,[0,0],-u*Ts*(a||1),n),t.b[p++]=c,t.b[p++]=l-1,t.b[p++]=l,t.b[p++]=l,t.b[p++]=c+1,t.b[p++]=c,a&&(n=xs(t,y,f,[0,0],u*Cs*a,n),n=xs(t,y,f,[0,0],-u*Cs*a,n),t.b[p++]=c+2,t.b[p++]=c,t.b[p++]=c+1,t.b[p++]=c+1,t.b[p++]=c+3,t.b[p++]=c+2);break}g=[e[r+i],e[r+i+1]]}else{if(g=[e[r+i],e[r+i+1]],o-0==2*i&&U(f,g))break;if(!h){a&&(n=xs(t,[0,0],f,g,u*js*a,n),n=xs(t,[0,0],f,g,-u*js*a,n),t.b[p++]=c+2,t.b[p++]=c,t.b[p++]=c+1,t.b[p++]=c+1,t.b[p++]=c+3,t.b[p++]=c+2),n=xs(t,[0,0],f,g,u*Es*(a||1),n),l=(n=xs(t,[0,0],f,g,-u*Es*(a||1),n))/7-1;continue}y=[e[o-2*i],e[o-2*i+1]];var d=g}var v=Zp(y[0],y[1],f[0],f[1],g[0],g[1])?-1:1;n=xs(t,y,f,g,v*Ls*(s||1),n),n=xs(t,y,f,g,v*Rs*(s||1),n),n=xs(t,y,f,g,-v*Is*(s||1),n),0<r&&(t.b[p++]=c,t.b[p++]=l-1,t.b[p++]=l,t.b[p++]=c+2,t.b[p++]=c,t.b[p++]=0<u*v?l:l-1),t.b[p++]=c,t.b[p++]=c+2,t.b[p++]=c+1,l=c+2,u=v,s&&(n=xs(t,y,f,g,v*Ns*s,n),t.b[p++]=c+1,t.b[p++]=c+3,t.b[p++]=c)}h&&(c=c||n/7,n=xs(t,y,f,g,(v=br([y[0],y[1],f[0],f[1],g[0],g[1]],0,6,2)?1:-1)*Ls*(s||1),n),xs(t,y,f,g,-v*Is*(s||1),n),t.b[p++]=c,t.b[p++]=l-1,t.b[p++]=l,t.b[p++]=c+1,t.b[p++]=c,t.b[p++]=0<u*v?l:l-1)}function xs(t,e,o,i,r,n){return t.a[n++]=e[0],t.a[n++]=e[1],t.a[n++]=o[0],t.a[n++]=o[1],t.a[n++]=i[0],t.a[n++]=i[1],t.a[n++]=r,n}function Ss(t,e,o,i){return!((o-=e)<2*i)&&(o!==2*i||!U([t[e],t[e+1]],[t[e+i],t[e+i+1]]))}function Ms(t,e,o,i){var r;if(ys(e,e.length,i)||(e.push(e[0]),e.push(e[1])),ws(t,e,e.length,i),o.length)for(e=0,r=o.length;e<r;++e)ys(o[e],o[e].length,i)||(o[e].push(o[e][0]),o[e].push(o[e][1])),ws(t,o[e],o[e].length,i)}function Ps(t,e,o){o=void 0===o?t.b.length:o,t.i.push(o),t.f.push(e),t.c.s&&(t.j.push(o),t.c.s=!1)}function As(t,e,o,i,r){e.uniform4fv(t.v.B,o),e.uniform1f(t.v.oa,i),e.uniform1f(t.v.R,r)}s(ms,Gp),(t=ms.prototype).mc=function(t,e){var o=t.ga();t=t.qa(),Ss(o,0,o.length,t)&&(o=Wi(o,0,o.length,t,-this.origin[0],-this.origin[1]),this.c.s&&(this.j.push(this.b.length),this.c.s=!1),this.i.push(this.b.length),this.f.push(e),ws(this,o,o.length,t))},t.nc=function(t,e){var o=this.b.length,i=t.Bb();i.unshift(0);var r,n=t.ga();if(t=t.qa(),1<i.length){var p=1;for(r=i.length;p<r;++p)if(Ss(n,i[p-1],i[p],t)){var s=Wi(n,i[p-1],i[p],t,-this.origin[0],-this.origin[1]);ws(this,s,s.length,t)}}this.b.length>o&&(this.i.push(o),this.f.push(e),this.c.s&&(this.j.push(o),this.c.s=!1))},t.Db=function(){this.l=new zp(this.a),this.o=new zp(this.b),this.i.push(this.b.length),!this.j.length&&0<this.u.length&&(this.u=[]),this.b=this.a=null},t.Eb=function(t){var e=this.l,o=this.o;return function(){is(t,e),is(t,o)}},t.rf=function(t,e,o,i){var r=ps(e,gs,vs);if(this.v)var n=this.v;else this.v=n=new bs(t,r);return e.Qc(r),t.enableVertexAttribArray(n.o),t.vertexAttribPointer(n.o,2,5126,!1,28,0),t.enableVertexAttribArray(n.b),t.vertexAttribPointer(n.b,2,5126,!1,28,8),t.enableVertexAttribArray(n.l),t.vertexAttribPointer(n.l,2,5126,!1,28,16),t.enableVertexAttribArray(n.g),t.vertexAttribPointer(n.g,1,5126,!1,28,24),t.uniform2fv(n.I,o),t.uniform1f(n.ra,i),n},t.sf=function(t,e){t.disableVertexAttribArray(e.o),t.disableVertexAttribArray(e.b),t.disableVertexAttribArray(e.l),t.disableVertexAttribArray(e.g)},t.Od=function(t,e,o,i){var r=t.getParameter(t.DEPTH_FUNC),n=t.getParameter(t.DEPTH_WRITEMASK);if(i||(t.enable(t.DEPTH_TEST),t.depthMask(!0),t.depthFunc(t.NOTEQUAL)),gt(o)){var p=this.i[this.i.length-1];for(o=this.j.length-1;0<=o;--o){var s=this.j[o],a=this.u[o];As(this,t,a[0],a[1],a[2]),Bp(t,e,s,p),t.clear(t.DEPTH_BUFFER_BIT),p=s}}else{var h=this.i.length-2;for(a=p=this.i[h+1],s=this.j.length-1;0<=s;--s){var l=this.u[s];for(As(this,t,l[0],l[1],l[2]),l=this.j[s];0<=h&&this.i[h]>=l;){var u=this.i[h],c=this.f[h];o[c=G(c).toString()]&&(p!==a&&(Bp(t,e,p,a),t.clear(t.DEPTH_BUFFER_BIT)),a=u),h--,p=u}p!==a&&(Bp(t,e,p,a),t.clear(t.DEPTH_BUFFER_BIT)),p=a=l}}i||(t.disable(t.DEPTH_TEST),t.clear(t.DEPTH_BUFFER_BIT),t.depthMask(n),t.depthFunc(r))},t.ve=function(t,e,o,i,r){var n,p,s=this.i.length-2,a=this.i[s+1];for(n=this.j.length-1;0<=n;--n){var h=this.u[n];for(As(this,t,h[0],h[1],h[2]),p=this.j[n];0<=s&&this.i[s]>=p;){h=this.i[s];var l=this.f[s];if(void 0===o[G(l).toString()]&&l.V()&&(void 0===r||at(r,l.V().G()))&&(t.clear(t.COLOR_BUFFER_BIT|t.DEPTH_BUFFER_BIT),Bp(t,e,h,a),a=i(l)))return a;s--,a=h}}},t.Ma=function(t,e){t=e.f,this.c.lineCap=void 0!==t?t:"round",t=e.i,this.c.lineDash=t||Vp,t=e.g,this.c.lineDashOffset=t||0,t=e.j,this.c.lineJoin=void 0!==t?t:"round",t=(t=e.a)instanceof CanvasGradient||t instanceof CanvasPattern?Wp:We(t).map(function(t,e){return 3!=e?t/255:t})||Wp;var o=void 0!==(o=e.c)?o:1;e=void 0!==(e=e.o)?e:10,this.c.strokeColor&&U(this.c.strokeColor,t)&&this.c.lineWidth===o&&this.c.miterLimit===e||(this.c.s=!0,this.c.strokeColor=t,this.c.lineWidth=o,this.c.miterLimit=e,this.u.push([t,o,e]))};var Es=3,Ts=5,js=7,Cs=11,Ls=13,Rs=17,Is=19,Ns=23;function Fs(){this.b="precision mediump float;uniform vec4 e;uniform float f;void main(void){gl_FragColor=e;float alpha=e.a*f;if(alpha==0.0){discard;}gl_FragColor.a=alpha;}"}s(Fs,Rp);var ks=new Fs;function Ds(){this.b="attribute vec2 a;uniform mat4 b;uniform mat4 c;uniform mat4 d;void main(void){gl_Position=b*vec4(a,0.0,1.0);}"}s(Ds,Ip);var Os=new Ds;function Us(t,e){this.B=t.getUniformLocation(e,"e"),this.c=t.getUniformLocation(e,"d"),this.f=t.getUniformLocation(e,"c"),this.a=t.getUniformLocation(e,"f"),this.i=t.getUniformLocation(e,"b"),this.b=t.getAttribLocation(e,"a")}function Gs(t){t=t||{},this.a=void 0!==t.color?t.color:null,this.f=t.lineCap,this.i=void 0!==t.lineDash?t.lineDash:null,this.g=t.lineDashOffset,this.j=t.lineJoin,this.o=t.miterLimit,this.c=t.width,this.b=void 0}function Bs(t){this.b=this.a=this.i=void 0,this.f=void 0===t||t,this.c=0}function Xs(t){var e=t.b;if(e){var o=e.next,i=e.ub;o&&(o.ub=i),i&&(i.next=o),t.b=o||i,t.i===t.a?(t.b=void 0,t.i=void 0,t.a=void 0):t.i===e?t.i=t.b:t.a===e&&(t.a=i?t.b.ub:t.b),t.c--}}function Vs(t){if(t.b=t.i,t.b)return t.b.data}function Ws(t){if(t.b&&t.b.next)return t.b=t.b.next,t.b.data}function Zs(t){if(t.b&&t.b.next)return t.b.next.data}function Ks(t){if(t.b&&t.b.ub)return t.b=t.b.ub,t.b.data}function zs(t){if(t.b&&t.b.ub)return t.b.ub.data}function Ys(t){if(t.b)return t.b.data}(t=Gs.prototype).clone=function(){var t=this.a;return new Gs({color:t&&t.slice?t.slice():t||void 0,lineCap:this.f,lineDash:this.i?this.i.slice():void 0,lineDashOffset:this.g,lineJoin:this.j,miterLimit:this.o,width:this.c})},t.No=function(){return this.a},t.Vk=function(){return this.f},t.Oo=function(){return this.i},t.Wk=function(){return this.g},t.Xk=function(){return this.j},t.bl=function(){return this.o},t.Po=function(){return this.c},t.Qo=function(t){this.a=t,this.b=void 0},t.aq=function(t){this.f=t,this.b=void 0},t.setLineDash=function(t){this.i=t,this.b=void 0},t.bq=function(t){this.g=t,this.b=void 0},t.cq=function(t){this.j=t,this.b=void 0},t.gq=function(t){this.o=t,this.b=void 0},t.jq=function(t){this.c=t,this.b=void 0},Bs.prototype.concat=function(t){if(t.b){if(this.b){var e=this.b.next;this.b.next=t.i,t.i.ub=this.b,e.ub=t.a,t.a.next=e,this.c+=t.c}else this.b=t.b,this.i=t.i,this.a=t.a,this.c=t.c;t.b=void 0,t.i=void 0,t.a=void 0,t.c=0}};var Hs,qs,Js={$d:function(){}};function _s(t,e,o){var i=t[e];t[e]=t[o],t[o]=i}function $s(t,e){return t<e?-1:e<t?1:0}function Qs(t,e){if(!(this instanceof Qs))return new Qs(t,e);this.Hf=Math.max(4,t||9),this.fh=Math.max(2,Math.ceil(.4*this.Hf)),e&&this.ek(e),this.clear()}function ta(t,e){ea(t,0,t.children.length,e,t)}function ea(t,e,o,i,r){(r=r||ha(null)).ca=1/0,r.da=1/0,r.$=-1/0,r.ia=-1/0;for(var n;e<o;e++)n=t.children[e],oa(r,t.ib?i(n):n);return r}function oa(t,e){t.ca=Math.min(t.ca,e.ca),t.da=Math.min(t.da,e.da),t.$=Math.max(t.$,e.$),t.ia=Math.max(t.ia,e.ia)}function ia(t,e){return t.ca-e.ca}function ra(t,e){return t.da-e.da}function na(t){return(t.$-t.ca)*(t.ia-t.da)}function pa(t){return t.$-t.ca+(t.ia-t.da)}function sa(t,e){return t.ca<=e.ca&&t.da<=e.da&&e.$<=t.$&&e.ia<=t.ia}function aa(t,e){return e.ca<=t.$&&e.da<=t.ia&&e.$>=t.ca&&e.ia>=t.da}function ha(t){return{children:t,height:1,ib:!0,ca:1/0,da:1/0,$:-1/0,ia:-1/0}}function la(t,e,o,i,r){for(var n,p=[e,o];p.length;)(o=p.pop())-(e=p.pop())<=i||(n=e+Math.ceil((o-e)/i/2)*i,qs(t,n,e,o,r),p.push(e,n,n,o))}function ua(t){this.a=Js.$d(t),this.b={}}function ca(t,e,o){var i=t.b[G(o)];Y([i.ca,i.da,i.$,i.ia],e)||(t.remove(o),t.Ca(e,o))}function ya(t){return t.a.all().map(function(t){return t.value})}function fa(t,e){return t.a.search({ca:e[0],da:e[1],$:e[2],ia:e[3]}).map(function(t){return t.value})}function ga(t,e,o,i){return da(fa(t,e),o,i)}function da(t,e,o){for(var i,r=0,n=t.length;r<n&&!(i=e.call(o,t[r]));r++);return i}function va(t,e){Gp.call(this,0,e),this.g=new ms(0,e),this.v=null,this.u=[],this.c=[],this.j={fillColor:null,s:!1}}function ba(t,e,o,i){var r=new Bs,n=new ua;if(e=ma(t,e,i,r,n,!0),o.length){var p,s=[],a=0;for(p=o.length;a<p;++a){var h={list:new Bs,$:void 0,Mg:new ua};s.push(h),h.$=ma(t,o[a],i,h.list,h.Mg,!1)}for(s.sort(function(t,e){return e.$[0]===t.$[0]?t.$[1]-e.$[1]:e.$[0]-t.$[0]}),a=0;a<s.length;++a){p=i=Vs(o=s[a].list);do{if(Ca(p,n).length){var l=!0;break}p=Ws(o)}while(i!==p);l||(wa(o,s[a].Mg,!0),xa(o,s[a].$[0],r,e[0],n)&&(n.concat(s[a].Mg),wa(r,n,!1)))}}else wa(r,n,!1);!function t(e,o,i){for(var r=!1,n=Pa(o,i);3<o.c;)if(n){if(!Sa(e,o,i,n,r)&&!wa(o,i,r)&&!Ma(e,o,i,!0))break}else if(!Sa(e,o,i,n,r)&&!wa(o,i,r)&&!Ma(e,o,i)){if(!(n=Pa(o,i))){n=e,p=s=Vs(r=o);do{if((a=Ca(p,i)).length){for(s=a[0],a=La(p.aa,p.W,s.aa,s.W),a=Aa(n,a[0],a[1],n.a.length/2),h=new Bs,l=new ua,Ea(a,p.W,h,l),p.W=a,ca(i,[Math.min(p.aa.x,a.x),Math.min(p.aa.y,a.y),Math.max(p.aa.x,a.x),Math.max(p.aa.y,a.y)],p),p=Ws(r);p!==s;)Ea(p.aa,p.W,h,l),i.remove(p),Xs(r),p=Ys(r);Ea(s.aa,a,h,l),s.aa=a,ca(i,[Math.min(s.W.x,a.x),Math.min(s.W.y,a.y),Math.max(s.W.x,a.x),Math.max(s.W.y,a.y)],s),wa(r,i,!1),t(n,r,i),wa(h,l,!1),t(n,h,l);break}p=Ws(r)}while(p!==s);break}for(var r=o,p=2*r.c,s=Array(p),a=Vs(r),h=a,l=0;s[l++]=h.aa.x,s[l++]=h.aa.y,(h=Ws(r))!==a;);r=!br(s,0,p,2),wa(o,i,r)}3===o.c&&(n=e.b.length,e.b[n++]=zs(o).aa.hb,e.b[n++]=Ys(o).aa.hb,e.b[n++]=Zs(o).aa.hb)}(t,r,n)}function ma(t,e,o,i,r,n){var p,s,a=t.a.length/2,h=[],l=[];if(n===br(e,0,e.length,o)){var u=s=Aa(t,e[0],e[1],a++);n=e[0];var c=e[1],y=o;for(p=e.length;y<p;y+=o){var f=Aa(t,e[y],e[y+1],a++);l.push(Ea(u,f,i)),h.push([Math.min(u.x,f.x),Math.min(u.y,f.y),Math.max(u.x,f.x),Math.max(u.y,f.y)]),e[y]>n&&(n=e[y],c=e[y+1]),u=f}}else for(u=s=Aa(t,e[y=e.length-o],e[y+1],a++),n=e[y],c=e[y+1],y-=o,p=0;p<=y;y-=o)f=Aa(t,e[y],e[y+1],a++),l.push(Ea(u,f,i)),h.push([Math.min(u.x,f.x),Math.min(u.y,f.y),Math.max(u.x,f.x),Math.max(u.y,f.y)]),e[y]>n&&(n=e[y],c=e[y+1]),u=f;return l.push(Ea(f,s,i)),h.push([Math.min(u.x,f.x),Math.min(u.y,f.y),Math.max(u.x,f.x),Math.max(u.y,f.y)]),r.load(h,l),[n,c]}function wa(t,e,o){var i=Vs(t),r=i,n=Ws(t),p=!1;do{var s=o?Zp(n.W.x,n.W.y,r.W.x,r.W.y,r.aa.x,r.aa.y):Zp(r.aa.x,r.aa.y,r.W.x,r.W.y,n.W.x,n.W.y);void 0===s?(Ta(r,n,t,e),p=!0,n===i&&(i=Zs(t)),n=r,Ks(t)):r.W.Fb!==s&&(r.W.Fb=s,p=!0),r=n,n=Ws(t)}while(r!==i);return p}function xa(t,e,o,i,r){for(var n=Vs(t);n.W.x!==e;)n=Ws(t);var p,s=1/0,a=Ca({aa:e=n.W,W:i={x:i,y:e.y,hb:-1}},r,!0),h=0;for(p=a.length;h<p;++h){var l=a[h],u=La(e,i,l.aa,l.W,!0),c=Math.abs(e.x-u[0]);if(c<s&&void 0!==Zp(e.x,e.y,l.aa.x,l.aa.y,l.W.x,l.W.y)){s=c;var y={x:u[0],y:u[1],hb:-1};n=l}}if(1/0===s)return!1;if(a=n.W,0<s&&(n=ja(e,y,n.W,r)).length)for(y=1/0,h=0,p=n.length;h<p;++h)s=n[h],((l=Math.atan2(e.y-s.y,i.x-s.x))<y||l===y&&s.x<a.x)&&(y=l,a=s);for(n=Vs(o);n.W.x!==a.x||n.W.y!==a.y;)n=Ws(o);return i={x:e.x,y:e.y,hb:e.hb,Fb:void 0},h={x:n.W.x,y:n.W.y,hb:n.W.hb,Fb:void 0},Zs(t).aa=i,Ea(e,n.W,t,r),Ea(h,i,t,r),n.W=h,t.f&&t.b&&(t.i=t.b,t.a=t.b.ub),o.concat(t),!0}function Sa(t,e,o,i,r){var n=t.b.length,p=Vs(e),s=zs(e),a=p,h=Ws(e),l=Zs(e),u=!1;do{var c=a.aa,y=a.W,f=h.W;if(!1===y.Fb){var g=r?Ra(l.W,f,y,c,s.aa):Ra(s.aa,c,y,f,l.W);!i&&Ca({aa:c,W:f},o).length||!g||ja(c,y,f,o,!0).length||!i&&!1!==c.Fb&&!1!==f.Fb&&br([s.aa.x,s.aa.y,c.x,c.y,y.x,y.y,f.x,f.y,l.W.x,l.W.y],0,10,2)!==!r||(t.b[n++]=c.hb,t.b[n++]=y.hb,t.b[n++]=f.hb,Ta(a,h,e,o),h===p&&(p=l),u=!0)}s=zs(e),a=Ys(e),h=Ws(e),l=Zs(e)}while(a!==p&&3<e.c);return u}function Ma(t,e,o,i){var r=Vs(e);Ws(e);var n=r,p=Ws(e),s=!1;do{var a=La(n.aa,n.W,p.aa,p.W,i);if(a){s=t.b.length;var h=t.a.length/2,l=Ks(e);Xs(e),o.remove(l);var u=l===r;if(i?(u=a[0]===n.aa.x&&a[1]===n.aa.y?(Ks(e),a=n.aa,p.aa=a,o.remove(n),u||n===r):(a=p.W,n.W=a,o.remove(p),u||p===r),Xs(e)):(a=Aa(t,a[0],a[1],h),n.W=a,p.aa=a,ca(o,[Math.min(n.aa.x,n.W.x),Math.min(n.aa.y,n.W.y),Math.max(n.aa.x,n.W.x),Math.max(n.aa.y,n.W.y)],n),ca(o,[Math.min(p.aa.x,p.W.x),Math.min(p.aa.y,p.W.y),Math.max(p.aa.x,p.W.x),Math.max(p.aa.y,p.W.y)],p)),t.b[s++]=l.aa.hb,t.b[s++]=l.W.hb,t.b[s++]=a.hb,s=!0,u)break}n=zs(e),p=Ws(e)}while(n!==r);return s}function Pa(t,e){var o=Vs(t),i=o;do{if(Ca(i,e).length)return!1;i=Ws(t)}while(i!==o);return!0}function Aa(t,e,o,i){var r=t.a.length;return{x:t.a[r++]=e,y:t.a[r++]=o,hb:i,Fb:void 0}}function Ea(t,e,o,i){var r={aa:t,W:e},n={ub:void 0,next:void 0,data:r},p=o.b;if(p){var s=p.next;n.ub=p,n.next=s,p.next=n,s&&(s.ub=n),p===o.a&&(o.a=n)}else o.i=n,o.a=n,o.f&&((n.next=n).ub=n);return o.b=n,o.c++,i&&i.Ca([Math.min(t.x,e.x),Math.min(t.y,e.y),Math.max(t.x,e.x),Math.max(t.y,e.y)],r),r}function Ta(t,e,o,i){Ys(o)===e&&(Xs(o),t.W=e.W,i.remove(e),ca(i,[Math.min(t.aa.x,t.W.x),Math.min(t.aa.y,t.W.y),Math.max(t.aa.x,t.W.x),Math.max(t.aa.y,t.W.y)],t))}function ja(t,e,o,i,r){var n,p,s=[],a=fa(i,[Math.min(t.x,e.x,o.x),Math.min(t.y,e.y,o.y),Math.max(t.x,e.x,o.x),Math.max(t.y,e.y,o.y)]);for(i=0,n=a.length;i<n;++i)for(p in a[i]){var h=a[i][p];"object"!=typeof h||r&&!h.Fb||h.x===t.x&&h.y===t.y||h.x===e.x&&h.y===e.y||h.x===o.x&&h.y===o.y||-1!==s.indexOf(h)||!cr([t.x,t.y,e.x,e.y,o.x,o.y],0,6,2,h.x,h.y)||s.push(h)}return s}function Ca(t,e,o){var i,r=t.aa,n=t.W,p=[],s=0;for(i=(e=fa(e,[Math.min(r.x,n.x),Math.min(r.y,n.y),Math.max(r.x,n.x),Math.max(r.y,n.y)])).length;s<i;++s){var a=e[s];t!==a&&(o||a.aa!==n||a.W!==r)&&La(r,n,a.aa,a.W,o)&&p.push(a)}return p}function La(t,e,o,i,r){var n=(i.y-o.y)*(e.x-t.x)-(i.x-o.x)*(e.y-t.y);if(n&&(i=((i.x-o.x)*(t.y-o.y)-(i.y-o.y)*(t.x-o.x))/n,o=((e.x-t.x)*(t.y-o.y)-(e.y-t.y)*(t.x-o.x))/n,!r&&Kp<i&&i<1-Kp&&Kp<o&&o<1-Kp||r&&0<=i&&i<=1&&0<=o&&o<=1))return[t.x+i*(e.x-t.x),t.y+i*(e.y-t.y)]}function Ra(t,e,o,i,r){if(void 0===e.Fb||void 0===i.Fb)return!1;var n=(o.x-i.x)*(e.y-i.y)>(o.y-i.y)*(e.x-i.x);return r=(r.x-i.x)*(e.y-i.y)<(r.y-i.y)*(e.x-i.x),t=(t.x-e.x)*(i.y-e.y)>(t.y-e.y)*(i.x-e.x),o=(o.x-e.x)*(i.y-e.y)<(o.y-e.y)*(i.x-e.x),e=e.Fb?o||t:o&&t,(i.Fb?r||n:r&&n)&&e}function Ia(){}function Na(t,e,o){this.f=e,this.g=t,this.c=o,this.a={}}function Fa(t,e){var o,i=[];for(o in t.a){var r,n=t.a[o];for(r in n)i.push(n[r].Eb(e))}return function(){for(var t,e=i.length,o=0;o<e;o++)t=i[o].apply(this,arguments);return t}}function ka(t,e,o,i,r,n,p,s,a,h,l){var u,c,y=Da,f=Object.keys(t.a).map(Number);f.sort(function(t,e){return e-t});var g=0;for(u=f.length;g<u;++g){var d=t.a[f[g].toString()];for(c=jp.length-1;0<=c;--c){var v=d[jp[c]];if(void 0!==v&&(v=v.La(e,o,i,r,y,n,p,s,a,h,l)))return v}}}Hs=Js.$d=Js.$d||{},qs=function t(e,o,i,r,n){for(i=i||0,r=r||e.length-1,n=n||$s;i<r;){if(600<r-i){var p=r-i+1,s=o-i+1,a=Math.log(p),h=.5*Math.exp(2*a/3);a=.5*Math.sqrt(a*h*(p-h)/p)*(s-p/2<0?-1:1),t(e,o,Math.max(i,Math.floor(o-s*h/p+a)),Math.min(r,Math.floor(o+(p-s)*h/p+a)),n)}for(p=e[o],h=r,_s(e,s=i,o),0<n(e[r],p)&&_s(e,i,r);s<h;){for(_s(e,s,h),s++,h--;n(e[s],p)<0;)s++;for(;0<n(e[h],p);)h--}0===n(e[i],p)?_s(e,i,h):_s(e,++h,r),h<=o&&(i=h+1),o<=h&&(r=h-1)}},Qs.prototype={all:function(){return this.$g(this.data,[])},search:function(t){var e=this.data,o=[],i=this.wb;if(!aa(t,e))return o;for(var r,n,p,s,a=[];e;){for(r=0,n=e.children.length;r<n;r++)p=e.children[r],aa(t,s=e.ib?i(p):p)&&(e.ib?o.push(p):sa(t,s)?this.$g(p,o):a.push(p));e=a.pop()}return o},load:function(t){if(!t||!t.length)return this;if(t.length<this.fh){for(var e=0,o=t.length;e<o;e++)this.Ca(t[e]);return this}return t=this.bh(t.slice(),0,t.length-1,0),this.data.children.length?this.data.height===t.height?this.hh(this.data,t):(this.data.height<t.height&&(e=this.data,this.data=t,t=e),this.eh(t,this.data.height-t.height-1,!0)):this.data=t,this},Ca:function(t){return t&&this.eh(t,this.data.height-1),this},clear:function(){return this.data=ha([]),this},remove:function(t,e){if(!t)return this;for(var o,i,r,n,p=this.data,s=this.wb(t),a=[],h=[];p||a.length;){if(p||(p=a.pop(),i=a[a.length-1],o=h.pop(),n=!0),p.ib){t:{r=t;var l=p.children,u=e;if(u){for(var c=0;c<l.length;c++)if(u(r,l[c])){r=c;break t}r=-1}else r=l.indexOf(r)}if(-1!==r){p.children.splice(r,1),a.push(p),this.ck(a);break}}n||p.ib||!sa(p,s)?i?(o++,p=i.children[o],n=!1):p=null:(a.push(p),h.push(o),o=0,p=(i=p).children[0])}return this},wb:function(t){return t},Lf:ia,Mf:ra,toJSON:function(){return this.data},$g:function(t,e){for(var o=[];t;)t.ib?e.push.apply(e,t.children):o.push.apply(o,t.children),t=o.pop();return e},bh:function(t,e,o,i){var r,n,p;if((r=o-e+1)<=(n=this.Hf)){var s=ha(t.slice(e,o+1));return ta(s,this.wb),s}for(i||(i=Math.ceil(Math.log(r)/Math.log(n)),n=Math.ceil(r/Math.pow(n,i-1))),(s=ha([])).ib=!1,s.height=i,la(t,e,o,n=(r=Math.ceil(r/n))*Math.ceil(Math.sqrt(n)),this.Lf);e<=o;e+=n){var a=Math.min(e+n-1,o);for(la(t,e,a,r,this.Mf),p=e;p<=a;p+=r){var h=Math.min(p+r-1,a);s.children.push(this.bh(t,p,h,i-1))}}return ta(s,this.wb),s},bk:function(t,e,o,i){for(var r,n,p,s,a,h,l,u;i.push(e),!e.ib&&i.length-1!==o;){for(l=u=1/0,r=0,n=e.children.length;r<n;r++)a=na(p=e.children[r]),(h=(Math.max(p.$,t.$)-Math.min(p.ca,t.ca))*(Math.max(p.ia,t.ia)-Math.min(p.da,t.da))-a)<u?(u=h,l=a<l?a:l,s=p):h===u&&a<l&&(l=a,s=p);e=s||e.children[0]}return e},eh:function(t,e,o){var i=this.wb;o=o?t:i(t);i=[];var r=this.bk(o,this.data,e,i);for(r.children.push(t),oa(r,o);0<=e&&i[e].children.length>this.Hf;)this.jk(i,e),e--;this.Zj(o,i,e)},jk:function(t,e){var o=t[e],i=o.children.length,r=this.fh;this.$j(o,r,i),i=this.ak(o,r,i),(i=ha(o.children.splice(i,o.children.length-i))).height=o.height,i.ib=o.ib,ta(o,this.wb),ta(i,this.wb),e?t[e-1].children.push(i):this.hh(o,i)},hh:function(t,e){this.data=ha([t,e]),this.data.height=t.height+1,this.data.ib=!1,ta(this.data,this.wb)},ak:function(t,e,o){var i,r,n=r=1/0;for(i=e;i<=o-e;i++){var p=ea(t,0,i,this.wb),s=ea(t,i,o,this.wb),a=Math.max(0,Math.min(p.$,s.$)-Math.max(p.ca,s.ca))*Math.max(0,Math.min(p.ia,s.ia)-Math.max(p.da,s.da));if(p=na(p)+na(s),a<n){n=a;var h=i;r=p<r?p:r}else a===n&&p<r&&(r=p,h=i)}return h},$j:function(t,e,o){var i=t.ib?this.Lf:ia,r=t.ib?this.Mf:ra;this.ah(t,e,o,i)<(e=this.ah(t,e,o,r))&&t.children.sort(i)},ah:function(t,e,o,i){t.children.sort(i);var r,n=ea(t,0,e,i=this.wb),p=ea(t,o-e,o,i),s=pa(n)+pa(p);for(r=e;r<o-e;r++){var a=t.children[r];oa(n,t.ib?i(a):a),s+=pa(n)}for(r=o-e-1;e<=r;r--)a=t.children[r],oa(p,t.ib?i(a):a),s+=pa(p);return s},Zj:function(t,e,o){for(;0<=o;o--)oa(e[o],t)},ck:function(t){for(var e,o=t.length-1;0<=o;o--)0===t[o].children.length?0<o?(e=t[o-1].children).splice(e.indexOf(t[o]),1):this.clear():ta(t[o],this.wb)},ek:function(t){var e=["return a"," - b",";"];this.Lf=new Function("a","b",e.join(t[0])),this.Mf=new Function("a","b",e.join(t[1])),this.wb=new Function("a","return {minX: a"+t[0]+", minY: a"+t[1]+", maxX: a"+t[2]+", maxY: a"+t[3]+"};")}},Hs.default=Qs,Js.$d=Js.$d.default,(t=ua.prototype).Ca=function(t,e){t={ca:t[0],da:t[1],$:t[2],ia:t[3],value:e},this.a.Ca(t),this.b[G(e)]=t},t.load=function(t,e){for(var o=Array(e.length),i=0,r=e.length;i<r;i++){var n=t[i],p=e[i];n={ca:n[0],da:n[1],$:n[2],ia:n[3],value:p};o[i]=n,this.b[G(p)]=n}this.a.load(o)},t.remove=function(t){t=G(t);var e=this.b[t];return delete this.b[t],null!==this.a.remove(e)},t.forEach=function(t,e){return da(ya(this),t,e)},t.clear=function(){this.a.clear(),this.b={}},t.G=function(t){var e=this.a.data;return W(e.ca,e.da,e.$,e.ia,t)},t.concat=function(t){for(var e in this.a.load(t.a.all()),t.b)this.b[0|e]=t.b[0|e]},s(va,Gp),(t=va.prototype).pc=function(t,e){var o,i,r,n=t.c,p=t.qa(),s=this.b.length,a=this.g.b.length;t=t.ga();var h=i=0;for(o=n.length;h<o;++h){var l=n[h];if(0<l.length){var u=Wi(t,i,l[0],p,-this.origin[0],-this.origin[1]);if(u.length){var c=[];for(i=1,r=l.length;i<r;++i)if(l[i]!==l[i-1]){var y=Wi(t,l[i-1],l[i],p,-this.origin[0],-this.origin[1]);c.push(y)}Ms(this.g,u,c,p),ba(this,u,c,p)}}i=l[l.length-1]}this.b.length>s&&(this.i.push(s),this.f.push(e),this.j.s&&(this.c.push(s),this.j.s=!1)),this.g.b.length>a&&Ps(this.g,e,a)},t.rc=function(t,e){var o=t.Bb(),i=t.qa();if(0<o.length){var r=Wi(t=t.ga().map(Number),0,o[0],i,-this.origin[0],-this.origin[1]);if(r.length){var n,p=[],s=1;for(n=o.length;s<n;++s)if(o[s]!==o[s-1]){var a=Wi(t,o[s-1],o[s],i,-this.origin[0],-this.origin[1]);p.push(a)}this.i.push(this.b.length),this.f.push(e),this.j.s&&(this.c.push(this.b.length),this.j.s=!1),Ps(this.g,e),Ms(this.g,r,p,i),ba(this,r,p,i)}}},t.Db=function(t){this.l=new zp(this.a),this.o=new zp(this.b),this.i.push(this.b.length),this.g.Db(t),!this.c.length&&0<this.u.length&&(this.u=[]),this.b=this.a=null},t.Eb=function(t){var e=this.l,o=this.o,i=this.g.Eb(t);return function(){is(t,e),is(t,o),i()}},t.rf=function(t,e){var o=ps(e,ks,Os);if(this.v)var i=this.v;else this.v=i=new Us(t,o);return e.Qc(o),t.enableVertexAttribArray(i.b),t.vertexAttribPointer(i.b,2,5126,!1,8,0),i},t.sf=function(t,e){t.disableVertexAttribArray(e.b)},t.Od=function(t,e,o,i){var r=t.getParameter(t.DEPTH_FUNC),n=t.getParameter(t.DEPTH_WRITEMASK);if(i||(t.enable(t.DEPTH_TEST),t.depthMask(!0),t.depthFunc(t.NOTEQUAL)),gt(o)){var p=this.i[this.i.length-1];for(o=this.c.length-1;0<=o;--o){var s=this.c[o],a=this.u[o];t.uniform4fv(this.v.B,a),Bp(t,e,s,p),p=s}}else{var h=this.i.length-2;for(a=p=this.i[h+1],s=this.c.length-1;0<=s;--s){var l=this.u[s];for(t.uniform4fv(this.v.B,l),l=this.c[s];0<=h&&this.i[h]>=l;){var u=this.i[h],c=this.f[h];o[c=G(c).toString()]&&(p!==a&&(Bp(t,e,p,a),t.clear(t.DEPTH_BUFFER_BIT)),a=u),h--,p=u}p!==a&&(Bp(t,e,p,a),t.clear(t.DEPTH_BUFFER_BIT)),p=a=l}}i||(t.disable(t.DEPTH_TEST),t.clear(t.DEPTH_BUFFER_BIT),t.depthMask(n),t.depthFunc(r))},t.ve=function(t,e,o,i,r){var n,p,s=this.i.length-2,a=this.i[s+1];for(n=this.c.length-1;0<=n;--n){var h=this.u[n];for(t.uniform4fv(this.v.B,h),p=this.c[n];0<=s&&this.i[s]>=p;){h=this.i[s];var l=this.f[s];if(void 0===o[G(l).toString()]&&l.V()&&(void 0===r||at(r,l.V().G()))&&(t.clear(t.COLOR_BUFFER_BIT|t.DEPTH_BUFFER_BIT),Bp(t,e,h,a),a=i(l)))return a;s--,a=h}}},t.Ma=function(t,e){t=(t=t?t.b:[0,0,0,0])instanceof CanvasGradient||t instanceof CanvasPattern?Xp:We(t).map(function(t,e){return 3!=e?t/255:t})||Xp,this.j.fillColor&&U(t,this.j.fillColor)||(this.j.fillColor=t,this.j.s=!0,this.u.push(t)),e?this.g.Ma(null,e):this.g.Ma(null,new Gs({color:[0,0,0,0],lineWidth:0}))},Ia.prototype.La=function(){},s(Na,Cp),Na.prototype.b=function(t,e){var o=void 0!==t?t.toString():"0";return void 0===(t=this.a[o])&&(t={},this.a[o]=t),void 0===(o=t[e])&&(o=new Oa[e](this.g,this.f),t[e]=o),o},Na.prototype.i=function(){return gt(this.a)},Na.prototype.La=function(t,e,o,i,r,n,p,s){var a,h,l=Object.keys(this.a).map(Number);l.sort(N);var u=0;for(a=l.length;u<a;++u){var c=this.a[l[u].toString()],y=0;for(h=jp.length;y<h;++y){var f=c[jp[y]];void 0!==f&&f.La(t,e,o,i,r,n,p,s,void 0,!1)}}},Na.prototype.Ea=function(t,e,o,i,r,n,p,s,a,h){var l,u=e.b;return u.bindFramebuffer(u.FRAMEBUFFER,rs(e)),void 0!==this.c&&(l=T(K(t),i*this.c)),ka(this,e,t,i,r,p,s,a,function(t){var e=new Uint8Array(4);if(u.readPixels(0,0,1,1,u.RGBA,u.UNSIGNED_BYTE,e),0<e[3]&&(t=h(t)))return t},!0,l)};var Da=[1,1],Oa={Circle:Hp,Image:ls,LineString:ms,Polygon:va,Text:Ia};function Ua(t,e,o,i,r,n,p){this.b=t,this.i=e,this.a=n,this.c=p,this.j=r,this.g=i,this.f=o,this.o=this.l=this.v=null}function Ga(){this.c=0,this.b={},this.i=this.a=null}function Ba(t,e){sp.call(this,0,e),this.b=document.createElement("CANVAS"),this.b.style.width="100%",this.b.style.height="100%",this.b.style.display="block",this.b.className="ol-unselectable",t.insertBefore(this.b,t.childNodes[0]||null),this.S=this.D=0,this.C=Je(),this.l=!0,this.i=Eo(this.b,{antialias:!0,depth:!0,failIfMajorPerformanceCaveat:!0,preserveDrawingBuffer:!1,stencil:!0}),this.f=new es(this.b,this.i),me(this.b,"webglcontextlost",this.Yn,this),me(this.b,"webglcontextrestored",this.Zn,this),this.a=new Ga,this.u=null,this.j=new vi(function(t){var e=t[1];t=t[2];var o=e[0]-this.u[0];e=e[1]-this.u[1];return 65536*Math.log(t)+Math.sqrt(o*o+e*e)/t}.bind(this),function(t){return t[0].bb()}),this.B=function(){if(this.j.b.length){xi(this.j);var t=bi(this.j);Xa(this,t[0],t[3],t[4])}return!1}.bind(this),this.g=0,Wa(this)}function Xa(t,e,o,i){var r=t.i,n=e.bb();if(t.a.b.hasOwnProperty(n))t=t.a.get(n),r.bindTexture(3553,t.Ib),9729!=t.Ph&&(r.texParameteri(3553,10240,9729),t.Ph=9729),9729!=t.Rh&&(r.texParameteri(3553,10241,9729),t.Rh=9729);else{var p=r.createTexture();if(r.bindTexture(3553,p),0<i){var s=t.C.canvas,a=t.C;t.D!==o[0]||t.S!==o[1]?(s.width=o[0],s.height=o[1],t.D=o[0],t.S=o[1]):a.clearRect(0,0,o[0],o[1]),a.drawImage(e.Y(),i,i,o[0],o[1],0,0,o[0],o[1]),r.texImage2D(3553,0,6408,6408,5121,s)}else r.texImage2D(3553,0,6408,6408,5121,e.Y());r.texParameteri(3553,10240,9729),r.texParameteri(3553,10241,9729),r.texParameteri(3553,10242,33071),r.texParameteri(3553,10243,33071),t.a.set(n,{Ib:p,Ph:9729,Rh:9729})}}function Va(t,e,o){var i=t.o;if(Ce(i,e)){t=t.f;var r=o.viewState;i.b(new yp(e,new Ua(t,r.center,r.resolution,r.rotation,o.size,o.extent,o.pixelRatio),o,null,t))}}function Wa(t){(t=t.i).activeTexture(33984),t.blendFuncSeparate(770,771,1,771),t.disable(2884),t.disable(2929),t.disable(3089),t.disable(2960)}s(Ua,bp),(t=Ua.prototype).rd=function(t){this.Ma(t.Fa(),t.Ga()),this.Ub(t.Y())},t.zb=function(t){switch(t.U()){case"Point":this.qc(t,null);break;case"LineString":this.mc(t,null);break;case"Polygon":this.rc(t,null);break;case"MultiPoint":this.oc(t,null);break;case"MultiLineString":this.nc(t,null);break;case"MultiPolygon":this.pc(t,null);break;case"GeometryCollection":this.ue(t,null);break;case"Circle":this.Zb(t,null)}},t.te=function(t,e){(t=(0,e.Za)(t))&&at(this.a,t.G())&&(this.rd(e),this.zb(t))},t.ue=function(t){var e,o=0;for(e=(t=t.a).length;o<e;++o)this.zb(t[o])},t.qc=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"Image");i.Ub(this.v),i.qc(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.oc=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"Image");i.Ub(this.v),i.oc(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.mc=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"LineString");i.Ma(null,this.o),i.mc(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.nc=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"LineString");i.Ma(null,this.o),i.nc(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.rc=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"Polygon");i.Ma(this.l,this.o),i.rc(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.pc=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"Polygon");i.Ma(this.l,this.o),i.pc(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.Zb=function(t,e){var o=this.b,i=new Na(1,this.a).b(0,"Circle");i.Ma(this.l,this.o),i.Zb(t,e),i.Db(o),i.La(this.b,this.i,this.f,this.g,this.j,this.c,1,{},void 0,!1),i.Eb(o)()},t.Ub=function(t){this.v=t},t.Ma=function(t,e){this.l=t,this.o=e},(t=Ga.prototype).clear=function(){this.c=0,this.b={},this.i=this.a=null},t.forEach=function(t,e){for(var o=this.a;o;)t.call(e,o.Yc,o.uc,this),o=o.Nb},t.get=function(t){return R(!!(t=this.b[t]),15),t===this.i||(t===this.a?(this.a=this.a.Nb,this.a.vd=null):(t.Nb.vd=t.vd,t.vd.Nb=t.Nb),t.Nb=null,t.vd=this.i,this.i=this.i.Nb=t),t.Yc},t.pop=function(){var t=this.a;return delete this.b[t.uc],t.Nb&&(t.Nb.vd=null),this.a=t.Nb,this.a||(this.i=null),--this.c,t.Yc},t.replace=function(t,e){this.get(t),this.b[t].Yc=e},t.set=function(t,e){R(!(t in this.b),16),e={uc:t,Nb:null,vd:this.i,Yc:e},this.i?this.i.Nb=e:this.a=e,this.i=e,this.b[t]=e,++this.c},s(Ba,sp),(t=Ba.prototype).ka=function(){var e=this.i;e.isContextLost()||this.a.forEach(function(t){t&&e.deleteTexture(t.Ib)}),Ae(this.f),sp.prototype.ka.call(this)},t.xk=function(t,e){t=this.i;for(var o;1024<this.a.c-this.g;){if(o=this.a.a.Yc)t.deleteTexture(o.Ib);else{if(+this.a.a.uc==e.index)break;--this.g}this.a.pop()}},t.U=function(){return"webgl"},t.Yn=function(t){for(var e in t.preventDefault(),this.a.clear(),this.g=0,t=this.c)t[e].mg()},t.Zn=function(){Wa(this),this.o.render()},t.Jg=function(t){var e=this.f,o=this.i;if(o.isContextLost())return!1;if(!t)return this.l&&(this.b.style.display="none",this.l=!1),!1;this.u=t.focus,this.a.set((-t.index).toString(),null),++this.g,Va(this,"precompose",t);var i=[],r=t.layerStatesArray;u(r);var n,p=t.viewState.resolution,s=0;for(n=r.length;s<n;++s){var a=r[s];if(Yn(a,p)&&"ready"==a.yj){var h=lp(this,a.layer);h.ng(t,a,e)&&i.push(a)}}for(r=t.size[0]*t.pixelRatio,p=t.size[1]*t.pixelRatio,this.b.width==r&&this.b.height==p||(this.b.width=r,this.b.height=p),o.bindFramebuffer(36160,null),o.clearColor(0,0,0,0),o.clear(16384),o.enable(3042),o.viewport(0,0,this.b.width,this.b.height),s=0,n=i.length;s<n;++s)(h=lp(this,(a=i[s]).layer)).Gi(t,a,e);this.l||(this.b.style.display="",this.l=!0),ap(t),1024<this.a.c-this.g&&t.postRenderFunctions.push(this.xk.bind(this)),this.j.b.length&&(t.postRenderFunctions.push(this.B),t.animate=!0),Va(this,"postcompose",t),up(this,t),t.postRenderFunctions.push(hp)},t.Ea=function(t,e,o,i,r,n,p){if(this.i.isContextLost())return!1;var s,a=e.viewState,h=e.layerStatesArray;for(s=h.length-1;0<=s;--s){var l=h[s],u=l.layer;if(Yn(l,a.resolution)&&n.call(p,u)&&(l=lp(this,u).Ea(t,e,o,i,r)))return l}},t.Ei=function(t,e,o,i,r){if(o=!1,this.i.isContextLost())return!1;var n,p=e.viewState,s=e.layerStatesArray;for(n=s.length-1;0<=n;--n){var a=s[n],h=a.layer;if(Yn(a,p.resolution)&&i.call(r,h)&&(o=lp(this,h).Ue(t,e)))return!0}return o},t.Di=function(t,e,o,i,r){if(this.i.isContextLost())return!1;var n,p=e.viewState,s=e.layerStatesArray;for(n=s.length-1;0<=n;--n){var a=s[n],h=a.layer;if(Yn(a,p.resolution)&&r.call(i,h)&&(a=lp(this,h).lg(t,e,o,i)))return a}};var Za=["canvas","webgl"];function Ka(t){Re.call(this);var e=function(t){var e=null;void 0!==t.keyboardEventTarget&&(e="string"==typeof t.keyboardEventTarget?document.getElementById(t.keyboardEventTarget):t.keyboardEventTarget);var o={},i={};if(void 0===t.logo||"boolean"==typeof t.logo&&t.logo)i["data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAHGAAABxgEXwfpGAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAhNQTFRF////AP//AICAgP//AFVVQECA////K1VVSbbbYL/fJ05idsTYJFtbbcjbJllmZszWWMTOIFhoHlNiZszTa9DdUcHNHlNlV8XRIVdiasrUHlZjIVZjaMnVH1RlIFRkH1RkH1ZlasvYasvXVsPQH1VkacnVa8vWIVZjIFRjVMPQa8rXIVVkXsXRsNveIFVkIFZlIVVj3eDeh6GmbMvXH1ZkIFRka8rWbMvXIFVkIFVjIFVkbMvWH1VjbMvWIFVlbcvWIFVla8vVIFVkbMvWbMvVH1VkbMvWIFVlbcvWIFVkbcvVbMvWjNPbIFVkU8LPwMzNIFVkbczWIFVkbsvWbMvXIFVkRnB8bcvW2+TkW8XRIFVkIlZlJVloJlpoKlxrLl9tMmJwOWd0Omh1RXF8TneCT3iDUHiDU8LPVMLPVcLPVcPQVsPPVsPQV8PQWMTQWsTQW8TQXMXSXsXRX4SNX8bSYMfTYcfTYsfTY8jUZcfSZsnUaIqTacrVasrVa8jTa8rWbI2VbMvWbcvWdJObdcvUdszUd8vVeJaee87Yfc3WgJyjhqGnitDYjaarldPZnrK2oNbborW5o9bbo9fbpLa6q9ndrL3ArtndscDDutzfu8fJwN7gwt7gxc/QyuHhy+HizeHi0NfX0+Pj19zb1+Tj2uXk29/e3uLg3+Lh3+bl4uXj4ufl4+fl5Ofl5ufl5ujm5+jmySDnBAAAAFp0Uk5TAAECAgMEBAYHCA0NDg4UGRogIiMmKSssLzU7PkJJT1JTVFliY2hrdHZ3foSFhYeJjY2QkpugqbG1tre5w8zQ09XY3uXn6+zx8vT09vf4+Pj5+fr6/P39/f3+gz7SsAAAAVVJREFUOMtjYKA7EBDnwCPLrObS1BRiLoJLnte6CQy8FLHLCzs2QUG4FjZ5GbcmBDDjxJBXDWxCBrb8aM4zbkIDzpLYnAcE9VXlJSWlZRU13koIeW57mGx5XjoMZEUqwxWYQaQbSzLSkYGfKFSe0QMsX5WbjgY0YS4MBplemI4BdGBW+DQ11eZiymfqQuXZIjqwyadPNoSZ4L+0FVM6e+oGI6g8a9iKNT3o8kVzNkzRg5lgl7p4wyRUL9Yt2jAxVh6mQCogae6GmflI8p0r13VFWTHBQ0rWPW7ahgWVcPm+9cuLoyy4kCJDzCm6d8PSFoh0zvQNC5OjDJhQopPPJqph1doJBUD5tnkbZiUEqaCnB3bTqLTFG1bPn71kw4b+GFdpLElKIzRxxgYgWNYc5SCENVHKeUaltHdXx0dZ8uBI1hJ2UUDgq82CM2MwKeibqAvSO7MCABq0wXEPiqWEAAAAAElFTkSuQmCC"]="https://openlayers.org/";else{"string"==typeof(p=t.logo)?i[p]="":p instanceof HTMLElement?i[G(p).toString()]=p:p&&(R("string"==typeof p.href,44),R("string"==typeof p.src,45),i[p.src]=p.href)}p=t.layers instanceof Zn?t.layers:new Zn({layers:t.layers}),o.layergroup=p,o.target=t.target,o.view=void 0!==t.view?t.view:new jr;var r,n,p=sp;void 0!==t.renderer?(Array.isArray(t.renderer)?r=t.renderer:"string"==typeof t.renderer?r=[t.renderer]:R(!1,46),0<=r.indexOf("dom")&&(r=r.concat(Za))):r=Za;var s=0;for(n=r.length;s<n;++s){var a=r[s];if("canvas"==a){if(Do){p=Ep;break}}else if("webgl"==a&&To){p=Ba;break}}return r=void 0!==t.controls?Array.isArray(t.controls)?new De(t.controls.slice()):(R(t.controls instanceof De,47),t.controls):lo(),s=void 0!==t.interactions?Array.isArray(t.interactions)?new De(t.interactions.slice()):(R(t.interactions instanceof De,48),t.interactions):Xn(),t=void 0!==t.overlays?Array.isArray(t.overlays)?new De(t.overlays.slice()):(R(t.overlays instanceof De,49),t.overlays):new De,{controls:r,interactions:s,keyboardEventTarget:e,logos:i,overlays:t,Up:p,values:o}}(t);this.Cf=void 0!==t.loadTilesWhileAnimating&&t.loadTilesWhileAnimating,this.Df=void 0!==t.loadTilesWhileInteracting&&t.loadTilesWhileInteracting,this.If=void 0!==t.pixelRatio?t.pixelRatio:Fo,this.yf=e.logos,this.pa=function(){this.j=void 0,this.Sp.call(this,Date.now())}.bind(this),this.Yb=[1,0,0,1,0,0],this.Jf=[1,0,0,1,0,0],this.ad=0,this.I=this.R=this.T=this.g=this.c=null,this.a=document.createElement("DIV"),this.a.className="ol-viewport"+(Go?" ol-touch":""),this.a.style.position="relative",this.a.style.overflow="hidden",this.a.style.width="100%",this.a.style.height="100%",this.a.style.msTouchAction="none",this.a.style.touchAction="none",this.C=document.createElement("DIV"),this.C.className="ol-overlaycontainer",this.a.appendChild(this.C),this.D=document.createElement("DIV"),this.D.className="ol-overlaycontainer-stopevent";for(var o="click dblclick mousedown touchstart MSPointerDown pointerdown mousewheel wheel".split(" "),i=0,r=o.length;i<r;++i)me(this.D,o[i],Te);for(var n in this.a.appendChild(this.D),this.Sa=new fi(this,t.moveTolerance),Ko)me(this.Sa,Ko[n],this.Ih,this);this.va=e.keyboardEventTarget,this.u=null,me(this.a,"wheel",this.ld,this),me(this.a,"mousewheel",this.ld,this),this.l=e.controls,this.o=e.interactions,this.v=e.overlays,this.rg={},this.B=new e.Up(this.a,this),this.na=null,this.xb=[],this.$a=new Si(this.ql.bind(this),this.Wl.bind(this)),this.fa={},me(this,Ne("layergroup"),this.El,this),me(this,Ne("view"),this.Xl,this),me(this,Ne("size"),this.Tl,this),me(this,Ne("target"),this.Vl,this),this.H(e.values),this.l.forEach(function(t){t.setMap(this)},this),me(this.l,"add",function(t){t.element.setMap(this)},this),me(this.l,"remove",function(t){t.element.setMap(null)},this),this.o.forEach(function(t){t.setMap(this)},this),me(this.o,"add",function(t){t.element.setMap(this)},this),me(this.o,"remove",function(t){t.element.setMap(null)},this),this.v.forEach(this.kh,this),me(this.v,"add",function(t){this.kh(t.element)},this),me(this.v,"remove",function(t){var e=t.element.g;void 0!==e&&delete this.rg[e.toString()],t.element.setMap(null)},this)}function za(t){Re.call(this),this.g=t.id,this.l=void 0===t.insertFirst||t.insertFirst,this.v=void 0===t.stopEvent||t.stopEvent,this.c=document.createElement("DIV"),this.c.className="ol-overlay-container ol-selectable",this.c.style.position="absolute",this.autoPan=void 0!==t.autoPan&&t.autoPan,this.j=t.autoPanAnimation||{},this.o=void 0!==t.autoPanMargin?t.autoPanMargin:20,this.a={re:"",Ie:"",nf:"",vf:"",visible:!0},this.f=null,me(this,Ne(Ja),this.zl,this),me(this,Ne(_a),this.Jl,this),me(this,Ne($a),this.Nl,this),me(this,Ne(Qa),this.Pl,this),me(this,Ne(th),this.Ql,this),void 0!==t.element&&this.lj(t.element),this.rj(void 0!==t.offset?t.offset:[0,0]),this.uj(void 0!==t.positioning?t.positioning:"top-left"),void 0!==t.position&&this.Ne(t.position)}function Ya(t,e){var o=t.getBoundingClientRect();return[t=o.left+window.pageXOffset,o=o.top+window.pageYOffset,t+e[0],o+e[1]]}function Ha(t,e){t.a.visible!==e&&(t.c.style.display=e?"":"none",t.a.visible=e)}function qa(t){var e=t.Me(),o=t.Yh();if(e&&e.c&&o){o=e.Ja(o);var i=e.Ob(),r=(e=t.c.style,t.Dh()),n=t.Eh();Ha(t,!0);var p=r[0];r=r[1];"bottom-right"==n||"center-right"==n||"top-right"==n?(""!==t.a.Ie&&(t.a.Ie=e.left=""),p=Math.round(i[0]-o[0]-p)+"px",t.a.nf!=p&&(t.a.nf=e.right=p)):(""!==t.a.nf&&(t.a.nf=e.right=""),"bottom-center"!=n&&"center-center"!=n&&"top-center"!=n||(p-=t.c.offsetWidth/2),p=Math.round(o[0]+p)+"px",t.a.Ie!=p&&(t.a.Ie=e.left=p)),"bottom-left"==n||"bottom-center"==n||"bottom-right"==n?(""!==t.a.vf&&(t.a.vf=e.top=""),o=Math.round(i[1]-o[1]-r)+"px",t.a.re!=o&&(t.a.re=e.bottom=o)):(""!==t.a.re&&(t.a.re=e.bottom=""),"center-left"!=n&&"center-center"!=n&&"center-right"!=n||(r-=t.c.offsetHeight/2),o=Math.round(o[1]+r)+"px",t.a.vf!=o&&(t.a.vf=e.top=o))}else Ha(t,!1)}s(Ka,Re),(t=Ka.prototype).kk=function(t){this.l.push(t)},t.lk=function(t){this.o.push(t)},t.ih=function(t){this.Kc().qd().push(t)},t.jh=function(t){this.v.push(t)},t.kh=function(t){var e=t.g;void 0!==e&&(this.rg[e.toString()]=t),t.setMap(this)},t.ka=function(){Ae(this.Sa),Ae(this.B),xe(this.a,"wheel",this.ld,this),xe(this.a,"mousewheel",this.ld,this),this.f&&(window.removeEventListener("resize",this.f,!1),this.f=void 0),this.j&&(cancelAnimationFrame(this.j),this.j=void 0),this.Le(null),Re.prototype.ka.call(this)},t.we=function(t,e,o){if(this.c)return t=this.Wa(t),o=o||{},this.B.Ea(t,this.c,void 0!==o.hitTolerance?o.hitTolerance*this.c.pixelRatio:0,e,null,o.layerFilter?o.layerFilter:Gi,null)},t.Im=function(t,e,o,i,r){if(this.c)return this.B.Di(t,this.c,e,void 0!==o?o:null,i||Gi,void 0!==r?r:null)},t.Yl=function(t,e){return!!this.c&&(t=this.Wa(t),e=e||{},this.B.Ei(t,this.c,void 0!==e.hitTolerance?e.hitTolerance*this.c.pixelRatio:0,e.layerFilter?e.layerFilter:Gi,null))},t.Tf=function(t){return this.Wa(this.xe(t))},t.xe=function(t){var e=this.a.getBoundingClientRect();return[(t=t.changedTouches?t.changedTouches[0]:t).clientX-e.left,t.clientY-e.top]},t.ag=function(){return this.get("target")},t.jd=function(){var t=this.ag();return void 0!==t?"string"==typeof t?document.getElementById(t):t:null},t.Wa=function(t){var e=this.c;return e?ep(e.pixelToCoordinateTransform,t.slice()):null},t.Lk=function(){return this.l},t.fl=function(){return this.v},t.el=function(t){return void 0!==(t=this.rg[t.toString()])?t:null},t.Sk=function(){return this.o},t.Kc=function(){return this.get("layergroup")},t.Xh=function(){return this.Kc().qd()},t.Ja=function(t){var e=this.c;return e?ep(e.coordinateToPixelTransform,t.slice(0,2)):null},t.Ob=function(){return this.get("size")},t.Z=function(){return this.get("view")},t.sl=function(){return this.a},t.ql=function(t,e,o,i){var r=this.c;return r&&e in r.wantedTiles&&r.wantedTiles[e][t.bb()]?(t=o[0]-r.focus[0],o=o[1]-r.focus[1],65536*Math.log(i)+Math.sqrt(t*t+o*o)/i):1/0},t.ld=function(t,e){t=new Po(e||t.type,this,t),this.Ih(t)},t.Ih=function(t){if(this.c){this.na=t.coordinate,t.frameState=this.c;var e,o=this.o.a;if(!1!==this.b(t))for(e=o.length-1;0<=e;e--){var i=o[e];if(i.c()&&!i.handleEvent(t))break}}},t.Rl=function(){var t=this.c,e=this.$a;if(e.b.length){var o=16,i=o;if(t){var r=t.viewHints;r[0]&&(o=this.Cf?8:0,i=2),r[1]&&(o=this.Df?8:0,i=2)}e.j<o&&(xi(e),Mi(e,o,i))}for(o=0,i=(e=this.xb).length;o<i;++o)e[o](this,t);e.length=0},t.Tl=function(){this.render()},t.Vl=function(){var t;if(this.ag()&&(t=this.jd()),this.u){for(var e=0,o=this.u.length;e<o;++e)Se(this.u[e]);this.u=null}t?(t.appendChild(this.a),t=this.va?this.va:t,this.u=[me(t,"keydown",this.ld,this),me(t,"keypress",this.ld,this)],this.f||(this.f=this.Ad.bind(this),window.addEventListener("resize",this.f,!1))):($e(this.a),this.f&&(window.removeEventListener("resize",this.f,!1),this.f=void 0)),this.Ad()},t.Wl=function(){this.render()},t.Lh=function(){this.render()},t.Xl=function(){this.T&&(Se(this.T),this.T=null),this.R&&(Se(this.R),this.R=null);var t=this.Z();t&&(this.a.setAttribute("data-view",G(t)),this.T=me(t,"propertychange",this.Lh,this),this.R=me(t,"change",this.Lh,this)),this.render()},t.El=function(){this.I&&(this.I.forEach(Se),this.I=null);var t=this.Kc();t&&(this.I=[me(t,"propertychange",this.render,this),me(t,"change",this.render,this)]),this.render()},t.Tp=function(){this.j&&cancelAnimationFrame(this.j),this.pa()},t.render=function(){void 0===this.j&&(this.j=requestAnimationFrame(this.pa))},t.Mp=function(t){return this.l.remove(t)},t.Np=function(t){return this.o.remove(t)},t.Pp=function(t){return this.Kc().qd().remove(t)},t.Qp=function(t){return this.v.remove(t)},t.Sp=function(t){var e,o=this.Ob(),i=this.Z(),r=[1/0,1/0,-1/0,-1/0],n=this.c,p=null;if(void 0!==o&&0<o[0]&&0<o[1]&&i&&kr(i)){p=Fr(i,this.c?this.c.viewHints:void 0);var s=this.Kc().Yf(),a={},h=0;for(e=s.length;h<e;++h)a[G(s[h].layer)]=s[h];h=i.getState(),p={animate:!1,attributions:{},coordinateToPixelTransform:this.Yb,extent:r,focus:this.na?this.na:h.center,index:this.ad++,layerStates:a,layerStatesArray:s,logos:ct({},this.yf),pixelRatio:this.If,pixelToCoordinateTransform:this.Jf,postRenderFunctions:[],size:o,skippedFeatureUids:this.fa,tileQueue:this.$a,time:t,usedTiles:{},viewState:h,viewHints:p,wantedTiles:{}}}p&&(p.extent=ot(h.center,h.resolution,h.rotation,p.size,r)),this.c=p,this.B.Jg(p),p&&(p.animate&&this.render(),Array.prototype.push.apply(this.xb,p.postRenderFunctions),!n||this.g&&(ht(this.g)||Y(p.extent,this.g))||(this.b(new Mo("movestart",this,n)),this.g=Z(this.g)),!this.g||p.viewHints[0]||p.viewHints[1]||Y(p.extent,this.g)||(this.b(new Mo("moveend",this,p)),j(p.extent,this.g))),this.b(new Mo("postrender",this,p)),setTimeout(this.Rl.bind(this),0)},t.qj=function(t){this.set("layergroup",t)},t.Qg=function(t){this.set("size",t)},t.Le=function(t){this.set("target",t)},t.iq=function(t){this.set("view",t)},t.xj=function(t){t=G(t).toString(),this.fa[t]=!0,this.render()},t.Ad=function(){var t=this.jd();if(t){var e=getComputedStyle(t);this.Qg([t.offsetWidth-parseFloat(e.borderLeftWidth)-parseFloat(e.paddingLeft)-parseFloat(e.paddingRight)-parseFloat(e.borderRightWidth),t.offsetHeight-parseFloat(e.borderTopWidth)-parseFloat(e.paddingTop)-parseFloat(e.paddingBottom)-parseFloat(e.borderBottomWidth)])}else this.Qg(void 0)},t.Cj=function(t){t=G(t).toString(),delete this.fa[t],this.render()},s(za,Re),(t=za.prototype).Rd=function(){return this.get(Ja)},t.Jm=function(){return this.g},t.Me=function(){return this.get(_a)},t.Dh=function(){return this.get($a)},t.Yh=function(){return this.get(Qa)},t.Eh=function(){return this.get(th)},t.zl=function(){for(var t=this.c;t.lastChild;)t.removeChild(t.lastChild);(t=this.Rd())&&this.c.appendChild(t)},t.Jl=function(){this.f&&($e(this.c),Se(this.f),this.f=null);var t=this.Me();t&&(this.f=me(t,"postrender",this.render,this),qa(this),t=this.v?t.D:t.C,this.l?t.insertBefore(this.c,t.childNodes[0]||null):t.appendChild(this.c))},t.render=function(){qa(this)},t.Nl=function(){qa(this)},t.Pl=function(){if(qa(this),this.get(Qa)&&this.autoPan){var t=this.Me();if(t&&t.jd()){var e=Ya(t.jd(),t.Ob()),o=(p=this.Rd()).offsetWidth,i=getComputedStyle(p),r=(o=o+(parseInt(i.marginLeft,10)+parseInt(i.marginRight,10)),i=p.offsetHeight,getComputedStyle(p)),n=Ya(p,[o,i=i+(parseInt(r.marginTop,10)+parseInt(r.marginBottom,10))]),p=this.o;O(e,n)||(o=n[0]-e[0],i=e[2]-n[2],r=n[1]-e[1],n=e[3]-n[3],e=[0,0],o<0?e[0]=o-p:i<0&&(e[0]=Math.abs(i)+p),r<0?e[1]=r-p:n<0&&(e[1]=Math.abs(n)+p),0===e[0]&&0===e[1])||(p=t.Z().wa(),e=[(p=t.Ja(p))[0]+e[0],p[1]+e[1]],t.Z().animate({center:t.Wa(e),duration:this.j.duration,easing:this.j.easing}))}}},t.Ql=function(){qa(this)},t.lj=function(t){this.set(Ja,t)},t.setMap=function(t){this.set(_a,t)},t.rj=function(t){this.set($a,t)},t.Ne=function(t){this.set(Qa,t)},t.uj=function(t){this.set(th,t)};var Ja="element",_a="map",$a="offset",Qa="position",th="positioning";function eh(t){function e(t){t=s.Tf(t),a.a.Z().ob(t),window.removeEventListener("mousemove",o),window.removeEventListener("mouseup",e)}function o(t){t=s.Tf({clientX:t.clientX-l.offsetWidth/2,clientY:t.clientY+l.offsetHeight/2}),h.Ne(t)}t=t||{},this.j=void 0===t.collapsed||t.collapsed,this.o=void 0===t.collapsible||t.collapsible,this.o||(this.j=!1);var i=void 0!==t.className?t.className:"ol-overviewmap",r=void 0!==t.tipLabel?t.tipLabel:"Overview map";"string"==typeof(n=void 0!==t.collapseLabel?t.collapseLabel:"«")?(this.u=document.createElement("span"),this.u.textContent=n):this.u=n,"string"==typeof(n=void 0!==t.label?t.label:"»")?(this.D=document.createElement("span"),this.D.textContent=n):this.D=n;var n,p=this.o&&!this.j?this.u:this.D;(n=document.createElement("button")).setAttribute("type","button"),n.title=r,n.appendChild(p),me(n,"click",this.an,this),this.C=document.createElement("DIV"),this.C.className="ol-overviewmap-map";var s=this.c=new Ka({controls:new De,interactions:new De,view:t.view});t.layers&&t.layers.forEach(function(t){s.ih(t)},this),(r=document.createElement("DIV")).className="ol-overviewmap-box",r.style.boxSizing="border-box",this.l=new za({position:[0,0],positioning:"bottom-left",element:r}),this.c.jh(this.l),(r=document.createElement("div")).className=i+" ol-unselectable ol-control"+(this.j&&this.o?" ol-collapsed":"")+(this.o?"":" ol-uncollapsible"),r.appendChild(this.C),r.appendChild(n),Qe.call(this,{element:r,render:t.render?t.render:oh,target:t.target});var a=this,h=this.l,l=this.l.Rd();l.addEventListener("mousedown",function(){window.addEventListener("mousemove",o),window.addEventListener("mouseup",e)})}function oh(){var t=this.a,e=this.c;if(t.c&&e.c){var o=t.Ob(),i=(t=t.Z().dd(o),e.Ob()),r=(o=e.Z().dd(i),e.Ja(nt(t))),n=e.Ja(tt(t));e=Math.abs(r[0]-n[0]),r=Math.abs(r[1]-n[1]),n=i[0],i=i[1];e<.1*n||r<.1*i||.75*n<e||.75*i<r?ih(this):O(o,t)||(t=this.c,o=this.a.Z(),t.Z().ob(o.wa()))}rh(this)}function ih(t){var e=t.a;t=t.c;var o=e.Ob();e=e.Z().dd(o);t=t.Z(),lt(e,1/(.1*Math.pow(2,Math.log(7.5)/Math.LN2/2))),t.Qf(e)}function rh(t){var e=t.a,o=t.c;if(e.c&&o.c){var i=e.Ob(),r=e.Z(),n=o.Z(),p=(o=r.Qa(),e=t.l,t.l.Rd()),s=r.dd(i);i=n.Pa(),r=Q(s),n=pt(s);if(t=t.a.Z().wa()){var a=[r[0]-t[0],r[1]-t[1]];Ni(a,o),ji(a,t)}e.Ne(a),p&&(p.style.width=Math.abs((r[0]-n[0])/i)+"px",p.style.height=Math.abs((n[1]-r[1])/i)+"px")}}function nh(t){t.element.classList.toggle("ol-collapsed"),t.j?_e(t.u,t.D):_e(t.D,t.u),t.j=!t.j;var e=t.c;t.j||e.c||(e.Ad(),ih(t),we(e,"postrender",function(){rh(this)},t))}function ph(t){var e=void 0!==(t=t||{}).className?t.className:"ol-scale-line";this.o=document.createElement("DIV"),this.o.className=e+"-inner",this.c=document.createElement("DIV"),this.c.className=e+" ol-unselectable",this.c.appendChild(this.o),this.u=null,this.l=void 0!==t.minWidth?t.minWidth:64,this.j=!1,this.B=void 0,this.D="",Qe.call(this,{element:this.c,render:t.render?t.render:ah,target:t.target}),me(this,Ne(lh),this.T,this),this.I(t.units||"metric")}s(eh,Qe),(t=eh.prototype).setMap=function(t){var e=this.a;t!==e&&(e&&((e=e.Z())&&xe(e,Ne("rotation"),this.Ge,this),this.c.Le(null)),Qe.prototype.setMap.call(this,t),t&&(this.c.Le(this.C),this.v.push(me(t,"propertychange",this.Kl,this)),this.c.Xh().dc()||this.c.qj(t.Kc()),t=t.Z()))&&(me(t,Ne("rotation"),this.Ge,this),kr(t)&&(this.c.Ad(),ih(this)))},t.Kl=function(t){"view"===t.key&&((t=t.oldValue)&&xe(t,Ne("rotation"),this.Ge,this),me(t=this.a.Z(),Ne("rotation"),this.Ge,this))},t.Ge=function(){this.c.Z().Oe(this.a.Z().Qa())},t.an=function(t){t.preventDefault(),nh(this)},t.$m=function(){return this.o},t.cn=function(t){this.o!==t&&(this.o=t,this.element.classList.toggle("ol-uncollapsible"),!t&&this.j&&nh(this))},t.bn=function(t){this.o&&this.j!==t&&nh(this)},t.Zm=function(){return this.j},t.gl=function(){return this.c},s(ph,Qe);var sh=[1,2,5];function ah(t){(t=t.frameState)?this.u=t.viewState:this.u=null,hh(this)}function hh(t){if(o=t.u){var e=(i=o.projection).sc(),o=Ot(i,o.resolution,o.center)*e,i=(e=t.l*o,"");"degrees"==(n=t.C())?(o/=i=bt.degrees,e<i/60?(i="″",o*=3600):e<i?(i="′",o*=60):i="°"):"imperial"==n?e<.9144?(i="in",o/=.0254):e<1609.344?(i="ft",o/=.3048):(i="mi",o/=1609.344):"nautical"==n?(o/=1852,i="nm"):"metric"==n?e<.001?(i="μm",o*=1e6):e<1?(i="mm",o*=1e3):e<1e3?i="m":(i="km",o/=1e3):"us"==n?e<.9144?(i="in",o*=39.37):e<1609.344?(i="ft",o/=.30480061):(i="mi",o/=1609.3472):R(!1,33);for(var r,n=3*Math.floor(Math.log(t.l*o)/Math.log(10));;){if(r=sh[(n%3+3)%3]*Math.pow(10,Math.floor(n/3)),e=Math.round(r/o),isNaN(e))return t.c.style.display="none",void(t.j=!1);if(e>=t.l)break;++n}o=r+" "+i,t.D!=o&&(t.o.innerHTML=o,t.D=o),t.B!=e&&(t.o.style.width=e+"px",t.B=e),t.j||(t.c.style.display="",t.j=!0)}else t.j&&(t.c.style.display="none",t.j=!1)}ph.prototype.C=function(){return this.get(lh)},ph.prototype.T=function(){hh(this)},ph.prototype.I=function(t){this.set(lh,t)};var lh="units";function uh(t){t=t||{},this.c=void 0,this.j=ch,this.D=this.l=0,this.I=null,this.na=!1,this.T=void 0!==t.duration?t.duration:200;var e=void 0!==t.className?t.className:"ol-zoomslider",o=document.createElement("button");o.setAttribute("type","button"),o.className=e+"-thumb ol-unselectable";var i=document.createElement("div");i.className=e+" ol-unselectable ol-control",i.appendChild(o),this.o=new ni(i),me(this.o,"pointerdown",this.yl,this),me(this.o,"pointermove",this.wl,this),me(this.o,"pointerup",this.xl,this),me(i,"click",this.vl,this),me(o,"click",Te),Qe.call(this,{element:i,render:t.render?t.render:yh})}s(uh,Qe),uh.prototype.ka=function(){Ae(this.o),Qe.prototype.ka.call(this)};var ch=0;function yh(t){if(t.frameState){if(!this.na){var e=(n=this.element).offsetWidth,o=n.offsetHeight,i=n.firstElementChild,r=getComputedStyle(i),n=i.offsetWidth+parseFloat(r.marginRight)+parseFloat(r.marginLeft);i=i.offsetHeight+parseFloat(r.marginTop)+parseFloat(r.marginBottom);this.I=[n,i],o<e?(this.j=1,this.D=e-n):(this.j=ch,this.l=o-i),this.na=!0}(t=t.frameState.viewState.resolution)!==this.c&&(this.c=t,fh(this,t))}}function fh(t,e){e=1-function(t){var e=t.a,o=Math.log(e/t.f)/Math.log(2);return function(t){return Math.log(e/t)/Math.log(2)/o}}(t.a.Z())(e);var o=t.element.firstElementChild;1==t.j?o.style.left=t.D*e+"px":o.style.top=t.l*e+"px"}function gh(t,e){return function(t){var e=t.a,o=Math.log(e/t.f)/Math.log(2);return function(t){return e/Math.pow(2,t*o)}}(t.a.Z())(1-e)}function dh(t){t=t||{},this.c=t.extent?t.extent:null;var e=void 0!==t.className?t.className:"ol-zoom-extent",o=void 0!==t.label?t.label:"E",i=void 0!==t.tipLabel?t.tipLabel:"Fit to extent",r=document.createElement("button");r.setAttribute("type","button"),r.title=i,r.appendChild("string"==typeof o?document.createTextNode(o):o),me(r,"click",this.j,this),(o=document.createElement("div")).className=e+" ol-unselectable ol-control",o.appendChild(r),Qe.call(this,{element:o,target:t.target})}function vh(t){Re.call(this),t=t||{},this.a=null,me(this,Ne(Sh),this.vm,this),this.gg(void 0!==t.tracking&&t.tracking)}(t=uh.prototype).setMap=function(t){Qe.prototype.setMap.call(this,t),t&&t.render()},t.vl=function(t){var e=this.a.Z();t=gh(this,w(1===this.j?(t.offsetX-this.I[0]/2)/this.D:(t.offsetY-this.I[1]/2)/this.l,0,1)),e.animate({resolution:e.constrainResolution(t),duration:this.T,easing:ro})},t.yl=function(t){this.u||t.b.target!==this.element.firstElementChild||(Dr(this.a.Z(),1,1),this.C=t.clientX,this.B=t.clientY,this.u=!0)},t.wl=function(t){if(this.u){var e=this.element.firstElementChild;this.c=gh(this,w(1===this.j?(t.clientX-this.C+parseInt(e.style.left,10))/this.D:(t.clientY-this.B+parseInt(e.style.top,10))/this.l,0,1)),this.a.Z().Vc(this.c),fh(this,this.c),this.C=t.clientX,this.B=t.clientY}},t.xl=function(){if(this.u){var t=this.a.Z();Dr(t,1,-1),t.animate({resolution:t.constrainResolution(this.c),duration:this.T,easing:ro}),this.u=!1,this.B=this.C=void 0}},s(dh,Qe),dh.prototype.j=function(t){t.preventDefault(),t=this.a.Z();var e=this.c?this.c:t.v.G();t.Qf(e)},s(vh,Re),(t=vh.prototype).ka=function(){this.gg(!1),Re.prototype.ka.call(this)},t.ap=function(t){if(null!==t.alpha){var e=S(t.alpha);this.set(bh,e),"boolean"==typeof t.absolute&&t.absolute?this.set(xh,e):"number"==typeof t.webkitCompassHeading&&-1!=t.webkitCompassAccuracy&&this.set(xh,S(t.webkitCompassHeading))}null!==t.beta&&this.set(mh,S(t.beta)),null!==t.gamma&&this.set(wh,S(t.gamma)),this.s()},t.Fk=function(){return this.get(bh)},t.Ik=function(){return this.get(mh)},t.Ok=function(){return this.get(wh)},t.um=function(){return this.get(xh)},t.Th=function(){return this.get(Sh)},t.vm=function(){if(Oo){var t=this.Th();t&&!this.a?this.a=me(window,"deviceorientation",this.ap,this):t||null===this.a||(Se(this.a),this.a=null)}},t.gg=function(t){this.set(Sh,t)};var bh="alpha",mh="beta",wh="gamma",xh="heading",Sh="tracking";function Mh(t){this.f=t.opacity,this.l=t.rotateWithView,this.g=t.rotation,this.a=t.scale,this.v=t.snapToPixel}function Ph(t){this.D=this.u=this.c=null,this.Va=void 0!==t.fill?t.fill:null,this.oa=[0,0],this.o=t.points,this.b=void 0!==t.radius?t.radius:t.radius1,this.i=t.radius2,this.j=void 0!==t.angle?t.angle:0,this.Ya=void 0!==t.stroke?t.stroke:null,this.B=this.ra=this.C=null,this.S=t.atlasManager,Ah(this,this.S),Mh.call(this,{opacity:1,rotateWithView:void 0!==t.rotateWithView&&t.rotateWithView,rotation:void 0!==t.rotation?t.rotation:0,scale:1,snapToPixel:void 0===t.snapToPixel||t.snapToPixel})}function Ah(t,e){var o="",i="",r=0,n=null,p=0;if(t.Ya){var s=t.Ya.a;null===s&&(s=dp),s=qe(s),void 0===(p=t.Ya.c)&&(p=1),n=t.Ya.i,ko||(n=null),void 0===(i=t.Ya.j)&&(i="round"),void 0===(o=t.Ya.f)&&(o="round"),void 0===(r=t.Ya.o)&&(r=10)}var a=2*(t.b+p)+1;o={strokeStyle:s,zj:p,size:a,lineCap:o,lineDash:n,lineJoin:i,miterLimit:r};if(void 0===e){var h=Je(a,a);t.u=h.canvas,e=a=t.u.width,t.rh(o,h,0,0),t.Va?t.D=t.u:(h=Je(o.size,o.size),t.D=h.canvas,t.qh(o,h,0,0))}else a=Math.round(a),(i=!t.Va)&&(h=t.qh.bind(t,o)),r=t.Ya?(void 0===(r=t.Ya).b&&(r.b="s",r.b=r.a?"string"==typeof r.a?r.b+r.a:r.b+G(r.a).toString():r.b+"-",r.b+=","+(void 0!==r.f?r.f.toString():"-")+","+(r.i?r.i.toString():"-")+","+(void 0!==r.g?r.g:"-")+","+(void 0!==r.j?r.j:"-")+","+(void 0!==r.o?r.o.toString():"-")+","+(void 0!==r.c?r.c.toString():"-")),r.b):"-",n=t.Va?(void 0===(n=t.Va).a&&(n.a=n.b instanceof CanvasPattern||n.b instanceof CanvasGradient?G(n.b).toString():"f"+(n.b?Ze(n.b):"-")),n.a):"-",t.c&&r==t.c[1]&&n==t.c[2]&&t.b==t.c[3]&&t.i==t.c[4]&&t.j==t.c[5]&&t.o==t.c[6]||(t.c=["r"+r+n+(void 0!==t.b?t.b.toString():"-")+(void 0!==t.i?t.i.toString():"-")+(void 0!==t.j?t.j.toString():"-")+(void 0!==t.o?t.o.toString():"-"),r,n,t.b,t.i,t.j,t.o]),h=e.add(t.c[0],a,a,t.rh.bind(t,o),h),t.u=h.image,t.oa=[h.offsetX,h.offsetY],e=h.image.width,t.D=i?h.Zl:t.u;t.C=[a/2,a/2],t.ra=[a,a],t.B=[e,e]}function Eh(t){Ph.call(this,{points:1/0,fill:(t=t||{}).fill,radius:t.radius,snapToPixel:t.snapToPixel,stroke:t.stroke,atlasManager:t.atlasManager})}function Th(t){t=t||{},this.b=void 0!==t.color?t.color:null,this.a=void 0}function jh(t){t=t||{},this.Gc=null,this.Za=Nh,void 0!==t.geometry&&this.Ra(t.geometry),this.Va=void 0!==t.fill?t.fill:null,this.M=void 0!==t.image?t.image:null,this.Ya=void 0!==t.stroke?t.stroke:null,this.Ia=void 0!==t.text?t.text:null,this.Fj=t.zIndex}function Ch(t){if("function"!=typeof t){if(Array.isArray(t))var e=t;else R(t instanceof jh,41),e=[t];t=function(){return e}}return t}(t=Mh.prototype).Ze=function(){return this.f},t.$e=function(){return this.l},t.af=function(){return this.g},t.bf=function(){return this.a},t.Ae=function(){return this.v},t.td=function(t){this.f=t},t.cf=function(t){this.g=t},t.ud=function(t){this.a=t},s(Ph,Mh),(t=Ph.prototype).clone=function(){var t=new Ph({fill:this.Fa()?this.Fa().clone():void 0,points:this.o,radius:this.b,radius2:this.i,angle:this.j,snapToPixel:this.v,stroke:this.Ga()?this.Ga().clone():void 0,rotation:this.g,rotateWithView:this.l,atlasManager:this.S});return t.td(this.f),t.ud(this.a),t},t.Hc=function(){return this.C},t.Pi=function(){return this.j},t.Fa=function(){return this.Va},t.qg=function(){return this.D},t.Y=function(){return this.u},t.ye=function(){return this.B},t.Ye=function(){return 2},t.Oc=function(){return this.oa},t.Qi=function(){return this.o},t.Ri=function(){return this.b},t.Fh=function(){return this.i},t.ic=function(){return this.ra},t.Ga=function(){return this.Ya},t.Nh=function(){},t.load=function(){},t.Bj=function(){},t.rh=function(t,e,o,i){e.setTransform(1,0,0,1,0,0),e.translate(o,i),e.beginPath();var r=this.o;if(1/0===r)e.arc(t.size/2,t.size/2,this.b,0,2*Math.PI,!0);else{var n=void 0!==this.i?this.i:this.b;for(n!==this.b&&(r*=2),o=0;o<=r;o++){i=2*o*Math.PI/r-Math.PI/2+this.j;var p=o%2?n:this.b;e.lineTo(t.size/2+p*Math.cos(i),t.size/2+p*Math.sin(i))}}this.Va&&(null===(o=this.Va.b)&&(o=fp),e.fillStyle=qe(o),e.fill()),this.Ya&&(e.strokeStyle=t.strokeStyle,e.lineWidth=t.zj,t.lineDash&&e.setLineDash(t.lineDash),e.lineCap=t.lineCap,e.lineJoin=t.lineJoin,e.miterLimit=t.miterLimit,e.stroke()),e.closePath()},t.qh=function(t,e,o,i){var r;if(e.setTransform(1,0,0,1,0,0),e.translate(o,i),e.beginPath(),1/0===(o=this.o))e.arc(t.size/2,t.size/2,this.b,0,2*Math.PI,!0);else for((i=void 0!==this.i?this.i:this.b)!==this.b&&(o*=2),r=0;r<=o;r++){var n=2*r*Math.PI/o-Math.PI/2+this.j,p=r%2?i:this.b;e.lineTo(t.size/2+p*Math.cos(n),t.size/2+p*Math.sin(n))}e.fillStyle=fp,e.fill(),this.Ya&&(e.strokeStyle=t.strokeStyle,e.lineWidth=t.zj,t.lineDash&&e.setLineDash(t.lineDash),e.stroke()),e.closePath()},s(Eh,Ph),Eh.prototype.clone=function(){var t=new Eh({fill:this.Fa()?this.Fa().clone():void 0,stroke:this.Ga()?this.Ga().clone():void 0,radius:this.b,snapToPixel:this.v,atlasManager:this.S});return t.td(this.f),t.ud(this.a),t},Eh.prototype.Uc=function(t){this.b=t,Ah(this,this.S)},Th.prototype.clone=function(){var t=this.b;return new Th({color:t&&t.slice?t.slice():t||void 0})},Th.prototype.i=function(){return this.b},Th.prototype.c=function(t){this.b=t,this.a=void 0},(t=jh.prototype).clone=function(){var t=this.V();return t&&t.clone&&(t=t.clone()),new jh({geometry:t,fill:this.Fa()?this.Fa().clone():void 0,image:this.Y()?this.Y().clone():void 0,stroke:this.Ga()?this.Ga().clone():void 0,text:this.Na()?this.Na().clone():void 0,zIndex:this.Ba()})},t.V=function(){return this.Gc},t.Pk=function(){return this.Za},t.Fa=function(){return this.Va},t.pf=function(t){this.Va=t},t.Y=function(){return this.M},t.Og=function(t){this.M=t},t.Ga=function(){return this.Ya},t.qf=function(t){this.Ya=t},t.Na=function(){return this.Ia},t.xd=function(t){this.Ia=t},t.Ba=function(){return this.Fj},t.Ra=function(e){"function"==typeof e?this.Za=e:"string"==typeof e?this.Za=function(t){return t.get(e)}:e?e&&(this.Za=function(){return e}):this.Za=Nh,this.Gc=e},t.Vb=function(t){this.Fj=t};var Lh=null;function Rh(){if(!Lh){var t=new Th({color:"rgba(255,255,255,0.4)"}),e=new Gs({color:"#3399CC",width:1.25});Lh=[new jh({image:new Eh({fill:t,stroke:e,radius:5}),fill:t,stroke:e})]}return Lh}function Ih(){var t={},e=[255,255,255,1],o=[0,153,255,1];return t.Polygon=[new jh({fill:new Th({color:[255,255,255,.5]})})],t.MultiPolygon=t.Polygon,t.LineString=[new jh({stroke:new Gs({color:e,width:5})}),new jh({stroke:new Gs({color:o,width:3})})],t.MultiLineString=t.LineString,t.Circle=t.Polygon.concat(t.LineString),t.Point=[new jh({image:new Eh({radius:6,fill:new Th({color:o}),stroke:new Gs({color:e,width:1.5})}),zIndex:1/0})],t.MultiPoint=t.Point,t.GeometryCollection=t.Polygon.concat(t.LineString,t.Point),t}function Nh(t){return t.V()}function Fh(t){Re.call(this),this.a=void 0,this.c="geometry",this.g=null,this.j=void 0,this.f=null,me(this,Ne(this.c),this.Ee,this),void 0!==t&&(t instanceof Xi||!t?this.Ra(t):this.H(t))}s(Fh,Re),(t=Fh.prototype).clone=function(){var t=new Fh(this.N());t.Tc(this.c);var e=this.V();return e&&t.Ra(e.clone()),(e=this.g)&&t.hg(e),t},t.V=function(){return this.get(this.c)},t.wm=function(){return this.a},t.Qk=function(){return this.c},t.xm=function(){return this.g},t.Lc=function(){return this.j},t.Al=function(){this.s()},t.Ee=function(){this.f&&(Se(this.f),this.f=null);var t=this.V();t&&(this.f=me(t,"change",this.Al,this)),this.s()},t.Ra=function(t){this.set(this.c,t)},t.hg=function(t){this.j=(this.g=t)?function(e){var t;if("function"==typeof e)t=2==e.length?function(t){return e(this,t)}:e;else{if(Array.isArray(e))var o=e;else R(e instanceof jh,41),o=[e];t=function(){return o}}return t}(t):void 0,this.s()},t.jc=function(t){this.a=t,this.s()},t.Tc=function(t){xe(this,Ne(this.c),this.Ee,this),this.c=t,me(this,Ne(this.c),this.Ee,this),this.Ee()};var kh=document.implementation.createDocument("","",null);function Dh(t,e){return kh.createElementNS(t,e)}function Oh(t,e){return function t(e,o,i){if(e.nodeType==Node.CDATA_SECTION_NODE||e.nodeType==Node.TEXT_NODE)o?i.push(String(e.nodeValue).replace(/(\r\n|\r|\n)/g,"")):i.push(e.nodeValue);else for(e=e.firstChild;e;e=e.nextSibling)t(e,o,i);return i}(t,e,[]).join("")}function Uh(t){return t instanceof Document}function Gh(t){return t instanceof Node}function Bh(t){return(new DOMParser).parseFromString(t,"application/xml")}function Xh(o,i){return function(t,e){void 0!==(t=o.call(i,t,e))&&c(e[e.length-1],t)}}function Vh(o,i){return function(t,e){void 0!==(t=o.call(void 0!==i?i:this,t,e))&&e[e.length-1].push(t)}}function Wh(o,i){return function(t,e){void 0!==(t=o.call(void 0!==i?i:this,t,e))&&(e[e.length-1]=t)}}function Zh(i){return function(t,e){var o=i.call(this,t,e);void 0!==o&&(e=e[e.length-1],((t=t.localName)in e?e[t]:e[t]=[]).push(o))}}function Kh(i,r){return function(t,e){var o=i.call(this,t,e);void 0!==o&&(e[e.length-1][void 0!==r?r:t.localName]=o)}}function zh(i,r){return function(t,e,o){i.call(void 0!==r?r:this,t,e,o),o[o.length-1].node.appendChild(t)}}function Yh(r){var n,p;return function(t,e,o){if(!n){n={};var i={};i[t.localName]=r,n[t.namespaceURI]=i,p=Hh(t.localName)}tl(n,p,e,o)}}function Hh(i,r){return function(t,e,o){return t=e[e.length-1].node,void 0===(e=i)&&(e=o),void 0===(o=r)&&(o=t.namespaceURI),Dh(o,e)}}var qh=Hh();function Jh(t,e){for(var o=e.length,i=Array(o),r=0;r<o;++r)i[r]=t[e[r]];return i}function _h(t,e,o){var i;o=void 0!==o?o:{};var r=0;for(i=t.length;r<i;++r)o[t[r]]=e;return o}function $h(t,e,o,i){for(e=e.firstElementChild;e;e=e.nextElementSibling){var r=t[e.namespaceURI];void 0!==r&&(r=r[e.localName])&&r.call(i,e,o)}}function Qh(t,e,o,i,r){return i.push(t),$h(e,o,i,r),i.pop()}function tl(t,e,o,i,r,n){for(var p,s,a=(void 0!==r?r:o).length,h=0;h<a;++h)void 0!==(p=o[h])&&(void 0!==(s=e.call(n,p,i,void 0!==r?r[h]:void 0))&&t[s.namespaceURI][s.localName].call(n,s,p,i))}function el(t,e,o,i,r,n,p){r.push(t),tl(e,o,i,r,n,p),r.pop()}function ol(r,n,p,s){return function(t,e,o){var i=new XMLHttpRequest;i.open("GET","function"==typeof r?r(t,e,o):r,!0),"arraybuffer"==n.U()&&(i.responseType="arraybuffer"),i.onload=function(){if(!i.status||200<=i.status&&i.status<300){var t=n.U();if("json"==t||"text"==t)var e=i.responseText;else"xml"==t?(e=i.responseXML)||(e=Bh(i.responseText)):"arraybuffer"==t&&(e=i.response);e?p.call(this,n.Oa(e,{featureProjection:o}),n.kb(e)):s.call(this)}else s.call(this)}.bind(this),i.onerror=function(){s.call(this)}.bind(this),i.send()}}function il(t,e){return ol(t,e,function(t){this.cd(t)},m)}function rl(){this.f=this.defaultDataProjection=null}function nl(t,e,o){var i;return o&&(i={dataProjection:o.dataProjection?o.dataProjection:t.kb(e),featureProjection:o.featureProjection}),pl(t,i)}function pl(t,e){return ct({dataProjection:t.defaultDataProjection,featureProjection:t.f},e)}function sl(t,e,o){var i,r=o?Wt(o.featureProjection):null,n=o?Wt(o.dataProjection):null;if(i=r&&n&&!Zt(r,n)?t instanceof Xi?(e?t.clone():t).tb(e?r:n,e?n:r):Jt(t,n,r):t,e&&o&&void 0!==o.decimals){var p=Math.pow(10,o.decimals);i===t&&(i=i.clone()),i.Dc(function(t){for(var e=0,o=t.length;e<o;++e)t[e]=Math.round(t[e]*p)/p;return t})}return i}function al(){rl.call(this)}function hl(t){return"string"==typeof t?(t=JSON.parse(t))?t:null:null!==t?t:null}function ll(t,e,o,i,r,n){var p=NaN,s=NaN;if(1===(h=(o-e)/i))p=t[e],s=t[e+1];else if(2==h)p=(1-r)*t[e]+r*t[e+i],s=(1-r)*t[e+1]+r*t[e+i+1];else if(h){s=t[e];var a,h=t[e+1],l=0;p=[0];for(a=e+i;a<o;a+=i){var u=t[a],c=t[a+1];l=l+Math.sqrt((u-s)*(u-s)+(c-h)*(c-h));p.push(l),s=u,h=c}for(o=r*l,h=0,l=p.length,a=!1;h<l;)(s=+N(p[r=h+(l-h>>1)],o))<0?h=r+1:(l=r,a=!s);s=(r=a?h:~h)<0?(o=(o-p[-r-2])/(p[-r-1]-p[-r-2]),p=M(t[e+=(-r-2)*i],t[e+i],o),M(t[e+1],t[e+i+1],o)):(p=t[e+r*i],t[e+r*i+1])}return n?(n[0]=p,n[1]=s,n):[p,s]}function ul(t,e,o,i,r,n){if(o==e)return null;if(r<t[e+i-1])return n?((o=t.slice(e,e+i))[i-1]=r,o):null;if(t[o-1]<r)return n?((o=t.slice(o-i,o))[i-1]=r,o):null;if(r==t[e+i-1])return t.slice(e,e+i);for(e/=i,o/=i;e<o;)r<t[((n=e+o>>1)+1)*i-1]?o=n:e=n+1;if(r==(o=t[e*i-1]))return t.slice((e-1)*i,(e-1)*i+i);var p;for(n=(r-o)/(t[(e+1)*i-1]-o),o=[],p=0;p<i-1;++p)o.push(M(t[(e-1)*i+p],t[e*i+p],n));return o.push(r),o}function cl(t,e){Zi.call(this),this.c=null,this.u=this.D=this.j=-1,this.ma(t,e)}function yl(t){return t.j!=t.i&&(t.c=t.wh(.5,t.c),t.j=t.i),t.c}function fl(t,e){Zi.call(this),this.c=[],this.j=this.u=-1,this.ma(t,e)}function gl(t){var e,o=[],i=t.A,r=0,n=t.c;t=t.a;var p=0;for(e=n.length;p<e;++p){var s=n[p];c(o,r=ll(i,r,s,t,.5)),r=s}return o}function dl(t,e){var o,i=t.ja,r=[],n=[],p=0;for(o=e.length;p<o;++p){var s=e[p];p||(i=s.ja),c(r,s.ga()),n.push(r.length)}t.ba(i,r,n)}function vl(t,e){Zi.call(this),this.ma(t,e)}function bl(t,e){Zi.call(this),this.c=[],this.u=-1,this.D=null,this.I=this.C=this.B=-1,this.j=null,this.ma(t,e)}function ml(t){if(t.u!=t.i){var e,o=t.A,i=t.c,r=t.a,n=0,p=[],s=0;for(e=i.length;s<e;++s){var a=i[s];n=z(o,n,a[0],r);p.push((n[0]+n[2])/2,(n[1]+n[3])/2),n=a[a.length-1]}for(o=wl(t),i=t.c,r=t.a,e=[],a=s=0,n=i.length;a<n;++a){var h=i[a];e=fr(o,s,h,r,p,2*a,e),s=h[h.length-1]}t.D=e,t.u=t.i}return t.D}function wl(t){if(t.I!=t.i){var e=t.A;t:{var o,i=t.c,r=0;for(o=i.length;r<o;++r)if(!mr(e,i[r],t.a,void 0)){i=!1;break t}i=!0}i?t.j=e:(t.j=e.slice(),t.j.length=xr(t.j,t.c,t.a)),t.I=t.i}return t.j}function xl(t,e,o,i){zi(t,e,o),t.c=i,t.s()}function Sl(t,e){var o,i=t.ja,r=[],n=[],p=0;for(o=e.length;p<o;++p){var s=e[p];p||(i=s.ja);var a,h=r.length,l=s.Bb(),u=0;for(a=l.length;u<a;++u)l[u]+=h;c(r,s.ga()),n.push(l)}xl(t,i,r,n)}function Ml(t){t=t||{},rl.call(this),this.b=t.geometryName}function Pl(t,e){if(!t)return null;if("number"==typeof t.x&&"number"==typeof t.y)var o="Point";else if(t.points)o="MultiPoint";else if(t.paths)o=1===t.paths.length?"LineString":"MultiLineString";else if(t.rings){var i,r=t.rings,n=Al(t),p=[],s=[];o=[];var a=0;for(i=r.length;a<i;++a)p.length=0,or(p,0,r[a],n.length),br(p,0,p.length,n.length)?s.push([r[a]]):o.push(r[a]);for(;o.length;){for(r=o.shift(),n=!1,a=s.length-1;0<=a;a--)if(O(new ar(s[a][0]).G(),new ar(r).G())){s[a].push(r),n=!0;break}n||s.push([r.reverse()])}t=ct({},t),1===s.length?(o="Polygon",t.rings=s[0]):(o="MultiPolygon",t.rings=s)}return sl((0,Tl[o])(t),!1,e)}function Al(t){var e="XY";return!0===t.hasZ&&!0===t.hasM?e="XYZM":!0===t.hasZ?e="XYZ":!0===t.hasM&&(e="XYM"),e}function El(t){return{hasZ:"XYZ"===(t=t.ja)||"XYZM"===t,hasM:"XYM"===t||"XYZM"===t}}s(al,rl),(t=al.prototype).U=function(){return"json"},t.Tb=function(t,e){return this.Rc(hl(t),nl(this,t,e))},t.Oa=function(t,e){return this.yg(hl(t),nl(this,t,e))},t.Sc=function(t,e){return this.Cg(hl(t),nl(this,t,e))},t.kb=function(t){return this.Fg(hl(t))},t.Bd=function(t,e){return JSON.stringify(this.Zc(t,e))},t.Wb=function(t,e){return JSON.stringify(this.he(t,e))},t.$c=function(t,e){return JSON.stringify(this.je(t,e))},s(cl,Zi),(t=cl.prototype).mk=function(t){this.A?c(this.A,t):this.A=t.slice(),this.s()},t.clone=function(){var t=new cl(null);return t.ba(this.ja,this.A.slice()),t},t.Kb=function(t,e,o,i){return i<k(this.G(),t,e)?i:(this.u!=this.i&&(this.D=Math.sqrt(_i(this.A,0,this.A.length,this.a,0)),this.u=this.i),Qi(this.A,0,this.A.length,this.a,this.D,!1,t,e,o,i))},t.Ck=function(t,e){return gr(this.A,0,this.A.length,this.a,t,e)},t.nn=function(t,e){return"XYM"!=this.ja&&"XYZM"!=this.ja?null:ul(this.A,0,this.A.length,this.a,t,void 0!==e&&e)},t.X=function(){return rr(this.A,0,this.A.length,this.a)},t.wh=function(t,e){return ll(this.A,0,this.A.length,this.a,t,e)},t.pn=function(){var t,e=this.A,o=this.a,i=e[0],r=e[1],n=0;for(t=0+o;t<this.A.length;t+=o){var p=e[t],s=e[t+1];n=n+Math.sqrt((p-i)*(p-i)+(s-r)*(s-r)),i=p,r=s}return n},t.hd=function(t){var e=[];return e.length=pr(this.A,0,this.A.length,this.a,t,e,0),(t=new cl(null)).ba("XY",e),t},t.U=function(){return"LineString"},t.Xa=function(t){return dr(this.A,0,this.A.length,this.a,t)},t.ma=function(t,e){t?(Yi(this,e,t,1),this.A||(this.A=[]),this.A.length=or(this.A,0,t,this.a),this.s()):this.ba("XY",null)},t.ba=function(t,e){zi(this,t,e),this.s()},s(fl,Zi),(t=fl.prototype).nk=function(t){this.A?c(this.A,t.ga().slice()):this.A=t.ga().slice(),this.c.push(this.A.length),this.s()},t.clone=function(){var t=new fl(null);return t.ba(this.ja,this.A.slice(),this.c.slice()),t},t.Kb=function(t,e,o,i){return i<k(this.G(),t,e)?i:(this.j!=this.i&&(this.u=Math.sqrt($i(this.A,0,this.c,this.a,0)),this.j=this.i),tr(this.A,0,this.c,this.a,this.u,!1,t,e,o,i))},t.rn=function(t,e,o){return"XYM"!=this.ja&&"XYZM"!=this.ja||!this.A.length?null:function(t,e,o,i,r,n){var p=0;if(n)return ul(t,p,e[e.length-1],o,i,r);if(i<t[o-1])return r?((t=t.slice(0,o))[o-1]=i,t):null;if(t[t.length-1]<i)return r?((t=t.slice(t.length-o))[o-1]=i,t):null;for(r=0,n=e.length;r<n;++r){var s=e[r];if(p!=s){if(i<t[p+o-1])break;if(i<=t[s-1])return ul(t,p,s,o,i,!1);p=s}}return null}(this.A,this.c,this.a,t,void 0!==e&&e,void 0!==o&&o)},t.X=function(){return nr(this.A,0,this.c,this.a)},t.Bb=function(){return this.c},t.Yk=function(t){if(t<0||this.c.length<=t)return null;var e=new cl(null);return e.ba(this.ja,this.A.slice(t?this.c[t-1]:0,this.c[t])),e},t.gd=function(){var t,e=this.A,o=this.c,i=this.ja,r=[],n=0,p=0;for(t=o.length;p<t;++p){var s=o[p],a=new cl(null);a.ba(i,e.slice(n,s)),r.push(a),n=s}return r},t.hd=function(t){var e,o=[],i=[],r=this.A,n=this.c,p=this.a,s=0,a=0,h=0;for(e=n.length;h<e;++h){var l=n[h];a=pr(r,s,l,p,t,o,a);i.push(a),s=l}return o.length=a,(t=new fl(null)).ba("XY",o,i),t},t.U=function(){return"MultiLineString"},t.Xa=function(t){t:{var e,o=this.A,i=this.c,r=this.a,n=0,p=0;for(e=i.length;p<e;++p){if(dr(o,n,i[p],r,t)){t=!0;break t}n=i[p]}t=!1}return t},t.ma=function(t,e){t?(Yi(this,e,t,2),this.A||(this.A=[]),t=ir(this.A,0,t,this.a,this.c),this.A.length=t.length?t[t.length-1]:0,this.s()):this.ba("XY",null,this.c)},t.ba=function(t,e,o){zi(this,t,e),this.c=o,this.s()},s(vl,Zi),(t=vl.prototype).qk=function(t){this.A?c(this.A,t.ga()):this.A=t.ga().slice(),this.s()},t.clone=function(){var t=new vl(null);return t.ba(this.ja,this.A.slice()),t},t.Kb=function(t,e,o,i){if(i<k(this.G(),t,e))return i;var r,n=this.A,p=this.a,s=0;for(r=n.length;s<r;s+=p){var a=g(t,e,n[s],n[s+1]);if(a<i){for(i=a,a=0;a<p;++a)o[a]=n[s+a];o.length=p}}return i},t.X=function(){return rr(this.A,0,this.A.length,this.a)},t.il=function(t){var e=this.A?this.A.length/this.a:0;return t<0||e<=t?null:((e=new lr(null)).ba(this.ja,this.A.slice(t*this.a,(t+1)*this.a)),e)},t.Zd=function(){var t,e=this.A,o=this.ja,i=this.a,r=[],n=0;for(t=e.length;n<t;n+=i){var p=new lr(null);p.ba(o,e.slice(n,n+i)),r.push(p)}return r},t.U=function(){return"MultiPoint"},t.Xa=function(t){var e,o=this.A,i=this.a,r=0;for(e=o.length;r<e;r+=i){if(B(t,o[r],o[r+1]))return!0}return!1},t.ma=function(t,e){t?(Yi(this,e,t,1),this.A||(this.A=[]),this.A.length=or(this.A,0,t,this.a),this.s()):this.ba("XY",null)},t.ba=function(t,e){zi(this,t,e),this.s()},s(bl,Zi),(t=bl.prototype).rk=function(t){if(this.A){var e,o=this.A.length;c(this.A,t.ga());var i=0;for(e=(t=t.Bb().slice()).length;i<e;++i)t[i]+=o}else this.A=t.ga().slice(),t=t.Bb().slice(),this.c.push();this.c.push(t),this.s()},t.clone=function(){for(var t=new bl(null),e=this.c.length,o=Array(e),i=0;i<e;++i)o[i]=this.c[i].slice();return xl(t,this.ja,this.A.slice(),o),t},t.Kb=function(t,e,o,i){if(i<k(this.G(),t,e))return i;if(this.C!=this.i){var r,n=this.c,p=0,s=0,a=0;for(r=n.length;a<r;++a){var h=n[a];s=$i(this.A,p,h,this.a,s),p=h[h.length-1]}this.B=Math.sqrt(s),this.C=this.i}n=wl(this),p=this.c,s=this.a,a=this.B;h=[NaN,NaN];var l,u=r=0;for(l=p.length;u<l;++u){var c=p[u];i=tr(n,r,c,s,a,!0,t,e,o,i,h),r=c[c.length-1]}return i},t.Mc=function(t,e){t:{var o=wl(this),i=this.c,r=0;if(i.length){var n,p=0;for(n=i.length;p<n;++p){var s=i[p];if(yr(o,r,s,this.a,t,e)){t=!0;break t}r=s[s.length-1]}}t=!1}return t},t.sn=function(){var t,e=wl(this),o=this.c,i=0,r=0,n=0;for(t=o.length;n<t;++n){var p=o[n];r=r+qi(e,i,p,this.a),i=p[p.length-1]}return r},t.X=function(t){if(void 0!==t){var e=wl(this).slice();xr(e,this.c,this.a,t)}else e=this.A;t=e,e=this.c;var o,i=this.a,r=0,n=[],p=0,s=0;for(o=e.length;s<o;++s){var a=e[s];n[p++]=nr(t,r,a,i,n[p]),r=a[a.length-1]}return n.length=p,n},t.Uk=function(){var t=new vl(null);return t.ba("XY",ml(this).slice()),t},t.hd=function(t){var e=[],o=[],i=this.A,r=this.c,n=this.a;t=Math.sqrt(t);var p,s=0,a=0,h=0;for(p=r.length;h<p;++h){var l=r[h],u=[];a=sr(i,s,l,n,t,e,a,u);o.push(u),s=l[l.length-1]}return e.length=a,xl(i=new bl(null),"XY",e,o),i},t.jl=function(t){if(t<0||this.c.length<=t)return null;if(t){var e=this.c[t-1];e=e[e.length-1]}else e=0;var o=(t=this.c[t].slice())[t.length-1];if(e){var i,r=0;for(i=t.length;r<i;++r)t[r]-=e}return(r=new Sr(null)).ba(this.ja,this.A.slice(e,o),t),r},t.Td=function(){var t,e,o=this.ja,i=this.A,r=this.c,n=[],p=0,s=0;for(t=r.length;s<t;++s){var a=r[s].slice(),h=a[a.length-1];if(p){var l=0;for(e=a.length;l<e;++l)a[l]-=p}(l=new Sr(null)).ba(o,i.slice(p,h),a),n.push(l),p=h}return n},t.U=function(){return"MultiPolygon"},t.Xa=function(t){t:{var e,o=wl(this),i=this.c,r=this.a,n=0,p=0;for(e=i.length;p<e;++p){var s=i[p];if(vr(o,n,s,r,t)){t=!0;break t}n=s[s.length-1]}t=!1}return t},t.ma=function(t,e){if(t){Yi(this,e,t,3),this.A||(this.A=[]),e=this.A;var o,i=this.a,r=0,n=(n=this.c)||[],p=0,s=0;for(o=t.length;s<o;++s)r=ir(e,r,t[s],i,n[p]),r=(n[p++]=r)[r.length-1];n.length=p,n.length?(t=n[n.length-1],this.A.length=t.length?t[t.length-1]:0):this.A.length=0,this.s()}else xl(this,"XY",null,this.c)},s(Ml,al);var Tl={Point:function(t){return void 0!==t.m&&void 0!==t.z?new lr([t.x,t.y,t.z,t.m],"XYZM"):void 0!==t.z?new lr([t.x,t.y,t.z],"XYZ"):void 0!==t.m?new lr([t.x,t.y,t.m],"XYM"):new lr([t.x,t.y])},LineString:function(t){return new cl(t.paths[0],Al(t))},Polygon:function(t){return new Sr(t.rings,Al(t))},MultiPoint:function(t){return new vl(t.points,Al(t))},MultiLineString:function(t){return new fl(t.paths,Al(t))},MultiPolygon:function(t){return new bl(t.rings,Al(t))}},jl={Point:function(t){var e,o=t.X();return"XYZ"===(t=t.ja)?e={x:o[0],y:o[1],z:o[2]}:"XYM"===t?e={x:o[0],y:o[1],m:o[2]}:"XYZM"===t?e={x:o[0],y:o[1],z:o[2],m:o[3]}:"XY"===t?e={x:o[0],y:o[1]}:R(!1,34),e},LineString:function(t){var e=El(t);return{hasZ:e.hasZ,hasM:e.hasM,paths:[t.X()]}},Polygon:function(t){var e=El(t);return{hasZ:e.hasZ,hasM:e.hasM,rings:t.X(!1)}},MultiPoint:function(t){var e=El(t);return{hasZ:e.hasZ,hasM:e.hasM,points:t.X()}},MultiLineString:function(t){var e=El(t);return{hasZ:e.hasZ,hasM:e.hasM,paths:t.X()}},MultiPolygon:function(t){var e=El(t);t=t.X(!1);for(var o=[],i=0;i<t.length;i++)for(var r=t[i].length-1;0<=r;r--)o.push(t[i][r]);return{hasZ:e.hasZ,hasM:e.hasM,rings:o}}};function Cl(t,e){return(0,jl[t.U()])(sl(t,!0,e),e)}function Ll(t){this.kc=t}function Rl(t,e){this.kc=t,this.b=Array.prototype.slice.call(arguments,1),R(2<=this.b.length,57)}function Il(t){var e=["And"].concat(Array.prototype.slice.call(arguments));Rl.apply(this,e)}function Nl(t,e,o){this.kc="BBOX",this.geometryName=t,this.extent=e,this.srsName=o}function Fl(t,e){this.kc=t,this.b=e}function kl(t,e,o){Fl.call(this,"During",t),this.a=e,this.i=o}function Dl(t,e,o,i){Fl.call(this,t,e),this.i=o,this.a=i}function Ol(t,e,o){Dl.call(this,"PropertyIsEqualTo",t,e,o)}function Ul(t,e){Dl.call(this,"PropertyIsGreaterThan",t,e)}function Gl(t,e){Dl.call(this,"PropertyIsGreaterThanOrEqualTo",t,e)}function Bl(t,e,o,i){this.kc=t,this.geometryName=e||"the_geom",this.geometry=o,this.srsName=i}function Xl(t,e,o){Bl.call(this,"Intersects",t,e,o)}function Vl(t,e,o){Fl.call(this,"PropertyIsBetween",t),this.a=e,this.i=o}function Wl(t,e,o,i,r,n){Fl.call(this,"PropertyIsLike",t),this.c=e,this.g=void 0!==o?o:"*",this.f=void 0!==i?i:".",this.i=void 0!==r?r:"!",this.a=n}function Zl(t){Fl.call(this,"PropertyIsNull",t)}function Kl(t,e){Dl.call(this,"PropertyIsLessThan",t,e)}function zl(t,e){Dl.call(this,"PropertyIsLessThanOrEqualTo",t,e)}function Yl(t){this.kc="Not",this.condition=t}function Hl(t,e,o){Dl.call(this,"PropertyIsNotEqualTo",t,e,o)}function ql(t){var e=["Or"].concat(Array.prototype.slice.call(arguments));Rl.apply(this,e)}function Jl(t,e,o){Bl.call(this,"Within",t,e,o)}function _l(t){var e=[null].concat(Array.prototype.slice.call(arguments));return new(Function.prototype.bind.apply(Il,e))}function $l(t,e,o){return new Nl(t,e,o)}function Ql(t){Xi.call(this),this.a=t||null,ou(this)}function tu(t){var e,o=[],i=0;for(e=t.length;i<e;++i)o.push(t[i].clone());return o}function eu(t){var e;if(t.a){var o=0;for(e=t.a.length;o<e;++o)xe(t.a[o],"change",t.s,t)}}function ou(t){var e;if(t.a){var o=0;for(e=t.a.length;o<e;++o)me(t.a[o],"change",t.s,t)}}function iu(t){t=t||{},rl.call(this),this.defaultDataProjection=Wt(t.defaultDataProjection?t.defaultDataProjection:"EPSG:4326"),t.featureProjection&&(this.f=Wt(t.featureProjection)),this.b=t.geometryName}function ru(t,e){return t?sl((0,pu[t.type])(t),!1,e):null}function nu(t,e){return(0,su[t.U()])(sl(t,!0,e),e)}(t=Ml.prototype).Rc=function(t,e){var o=Pl(t.geometry,e),i=new Fh;return this.b&&i.Tc(this.b),i.Ra(o),e&&e.dg&&t.attributes[e.dg]&&i.jc(t.attributes[e.dg]),t.attributes&&i.H(t.attributes),i},t.yg=function(t,e){if(e=e||{},t.features){var o,i=[],r=t.features;for(e.dg=t.objectIdFieldName,t=0,o=r.length;t<o;++t)i.push(this.Rc(r[t],e));return i}return[this.Rc(t,e)]},t.Cg=function(t,e){return Pl(t,e)},t.Fg=function(t){return t.spatialReference&&t.spatialReference.wkid?Wt("EPSG:"+t.spatialReference.wkid):null},t.je=function(t,e){return Cl(t,pl(this,e))},t.Zc=function(t,e){e=pl(this,e);var o={},i=t.V();return i&&(o.geometry=Cl(i,e)),delete(i=t.N())[t.c],o.attributes=gt(i)?{}:i,e&&e.featureProjection&&(o.spatialReference={wkid:Wt(e.featureProjection).mb.split(":").pop()}),o},t.he=function(t,e){e=pl(this,e);var o,i=[],r=0;for(o=t.length;r<o;++r)i.push(this.Zc(t[r],e));return{features:i}},s(Rl,Ll),s(Il,Rl),s(Nl,Ll),s(Fl,Ll),s(kl,Fl),s(Dl,Fl),s(Ol,Dl),s(Ul,Dl),s(Gl,Dl),s(Bl,Ll),s(Xl,Bl),s(Vl,Fl),s(Wl,Fl),s(Zl,Fl),s(Kl,Dl),s(zl,Dl),s(Yl,Ll),s(Hl,Dl),s(ql,Rl),s(Jl,Bl),s(Ql,Xi),(t=Ql.prototype).clone=function(){var t=new Ql(null);return t.oj(this.a),t},t.Kb=function(t,e,o,i){if(i<k(this.G(),t,e))return i;var r,n=this.a,p=0;for(r=n.length;p<r;++p)i=n[p].Kb(t,e,o,i);return i},t.Mc=function(t,e){var o,i=this.a,r=0;for(o=i.length;r<o;++r)if(i[r].Mc(t,e))return!0;return!1},t.se=function(t){Z(t);for(var e=this.a,o=0,i=e.length;o<i;++o)H(t,e[o].G());return t},t.Vf=function(){return tu(this.a)},t.Vd=function(t){if(this.o!=this.i&&(yt(this.f),this.g=0,this.o=this.i),t<0||this.g&&t<this.g)return this;var e=t.toString();if(this.f.hasOwnProperty(e))return this.f[e];var o,i=[],r=this.a,n=!1,p=0;for(o=r.length;p<o;++p){var s=r[p],a=s.Vd(t);i.push(a),a!==s&&(n=!0)}return n?(eu(t=new Ql(null)),t.a=i,ou(t),t.s(),this.f[e]=t):(this.g=t,this)},t.U=function(){return"GeometryCollection"},t.Xa=function(t){var e,o=this.a,i=0;for(e=o.length;i<e;++i)if(o[i].Xa(t))return!0;return!1},t.rotate=function(t,e){for(var o=this.a,i=0,r=o.length;i<r;++i)o[i].rotate(t,e);this.s()},t.scale=function(t,e,o){o=o||et(this.G());for(var i=this.a,r=0,n=i.length;r<n;++r)i[r].scale(t,e,o);this.s()},t.oj=function(t){t=tu(t),eu(this),this.a=t,ou(this),this.s()},t.Dc=function(t){var e,o=this.a,i=0;for(e=o.length;i<e;++i)o[i].Dc(t);this.s()},t.translate=function(t,e){var o,i=this.a,r=0;for(o=i.length;r<o;++r)i[r].translate(t,e);this.s()},t.ka=function(){eu(this),Xi.prototype.ka.call(this)},s(iu,al);var pu={Point:function(t){return new lr(t.coordinates)},LineString:function(t){return new cl(t.coordinates)},Polygon:function(t){return new Sr(t.coordinates)},MultiPoint:function(t){return new vl(t.coordinates)},MultiLineString:function(t){return new fl(t.coordinates)},MultiPolygon:function(t){return new bl(t.coordinates)},GeometryCollection:function(t,e){return new Ql(t=t.geometries.map(function(t){return ru(t,e)}))}},su={Point:function(t){return{type:"Point",coordinates:t.X()}},LineString:function(t){return{type:"LineString",coordinates:t.X()}},Polygon:function(t,e){if(e)var o=e.rightHanded;return{type:"Polygon",coordinates:t.X(o)}},MultiPoint:function(t){return{type:"MultiPoint",coordinates:t.X()}},MultiLineString:function(t){return{type:"MultiLineString",coordinates:t.X()}},MultiPolygon:function(t,e){if(e)var o=e.rightHanded;return{type:"MultiPolygon",coordinates:t.X(o)}},GeometryCollection:function(t,o){return{type:"GeometryCollection",geometries:t.a.map(function(t){var e=ct({},o);return delete e.featureProjection,nu(t,e)})}},Circle:function(){return{type:"GeometryCollection",geometries:[]}}};function au(){this.i=new XMLSerializer,rl.call(this)}function hu(t,e,o){return 0<(t=lu(t,e,o)).length?t[0]:null}function lu(t,e,o){var i=[];for(e=e.firstChild;e;e=e.nextSibling)e.nodeType==Node.ELEMENT_NODE&&c(i,t.zc(e,o));return i}function uu(t){t=t||{},this.featureType=t.featureType,this.featureNS=t.featureNS,this.srsName=t.srsName,this.schemaLocation="",this.b={},this.b["http://www.opengis.net/gml"]={featureMember:Wh(uu.prototype.be),featureMembers:Wh(uu.prototype.be)},au.call(this)}(t=iu.prototype).Rc=function(t,e){e=ru((t="Feature"===t.type?t:{type:"Feature",geometry:t}).geometry,e);var o=new Fh;return this.b&&o.Tc(this.b),o.Ra(e),void 0!==t.id&&o.jc(t.id),t.properties&&o.H(t.properties),o},t.yg=function(t,e){if("FeatureCollection"===t.type){var o,i=[],r=0;for(o=(t=t.features).length;r<o;++r)i.push(this.Rc(t[r],e))}else i=[this.Rc(t,e)];return i},t.Cg=function(t,e){return ru(t,e)},t.Fg=function(t){var e;return(t=t.crs)?"name"==t.type?e=Wt(t.properties.name):"EPSG"==t.type?e=Wt("EPSG:"+t.properties.code):R(!1,36):e=this.defaultDataProjection,e},t.Zc=function(t,e){e=pl(this,e);var o={type:"Feature"},i=t.a;return void 0!==i&&(o.id=i),(i=t.V())?o.geometry=nu(i,e):o.geometry=null,delete(e=t.N())[t.c],gt(e)?o.properties=null:o.properties=e,o},t.he=function(t,e){e=pl(this,e);var o,i=[],r=0;for(o=t.length;r<o;++r)i.push(this.Zc(t[r],e));return{type:"FeatureCollection",features:i}},t.je=function(t,e){return nu(t,pl(this,e))},s(au,rl),(t=au.prototype).U=function(){return"xml"},t.Tb=function(t,e){return Uh(t)?hu(this,t,e):Gh(t)?this.xg(t,e):"string"==typeof t?hu(this,t=Bh(t),e):null},t.xg=function(){return null},t.Oa=function(t,e){return Uh(t)?lu(this,t,e):Gh(t)?this.zc(t,e):"string"==typeof t?lu(this,t=Bh(t),e):[]},t.Sc=function(t,e){return Uh(t)?null:Gh(t)?this.aj(t,e):("string"==typeof t&&Bh(t),null)},t.aj=function(){return null},t.kb=function(t){return Uh(t)?this.Eg(t):Gh(t)?this.kf(t):"string"==typeof t?(t=Bh(t),this.Eg(t)):null},t.Eg=function(){return this.defaultDataProjection},t.kf=function(){return this.defaultDataProjection},t.Bd=function(t,e){return this.i.serializeToString(this.Vg(t,e))},t.Vg=function(){return null},t.Wb=function(t,e){return t=this.Xb(t,e),this.i.serializeToString(t)},t.Xb=function(){return null},t.$c=function(t,e){return t=this.ie(t,e),this.i.serializeToString(t)},t.ie=function(){return null},s(uu,au);var cu=/^[\s\xa0]*$/;function yu(t){return fu(t=Oh(t,!1))}function fu(t){if(t=/^\s*(true|1)|(false|0)\s*$/.exec(t))return void 0!==t[1]||!1}function gu(t){return t=Oh(t,!1),t=Date.parse(t),isNaN(t)?void 0:t/1e3}function du(t){return vu(t=Oh(t,!1))}function vu(t){if(t=/^\s*([+\-]?\d*\.?\d+(?:e[+\-]?\d+)?)\s*$/i.exec(t))return parseFloat(t[1])}function bu(t){return mu(t=Oh(t,!1))}function mu(t){if(t=/^\s*(\d+)\s*$/.exec(t))return parseInt(t[1],10)}function wu(t){return Oh(t,!1).trim()}function xu(t,e){Pu(t,e?"1":"0")}function Su(t,e){t.appendChild(kh.createTextNode(e.toPrecision()))}function Mu(t,e){t.appendChild(kh.createTextNode(e.toString()))}function Pu(t,e){t.appendChild(kh.createTextNode(e))}function Au(t){uu.call(this,t=t||{}),this.l=void 0!==t.surface&&t.surface,this.c=void 0!==t.curve&&t.curve,this.g=void 0===t.multiCurve||t.multiCurve,this.j=void 0===t.multiSurface||t.multiSurface,this.schemaLocation=t.schemaLocation?t.schemaLocation:"http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsf.xsd"}function Eu(t,e,o){var i=o[o.length-1];o=i.hasZ,i=i.srsName;for(var r,n=(e=e.X()).length,p=Array(n),s=0;s<n;++s){r=e[s];var a=s,h=o,l="enu";i&&(l=Wt(i).b),l="en"===l.substr(0,2)?r[0]+" "+r[1]:r[1]+" "+r[0],h&&(l+=" "+(r[2]||0)),p[a]=l}Pu(t,p.join(" "))}(t=uu.prototype).be=function(t,e){var o=t.localName,i=null;if("FeatureCollection"==o)i="http://www.opengis.net/wfs"===t.namespaceURI?Qh([],this.b,t,e,this):Qh(null,this.b,t,e,this);else if("featureMembers"==o||"featureMember"==o){var r,n=(f=e[0]).featureType,p=f.featureNS;if(!n&&t.childNodes){n=[],p={};var s=0;for(r=t.childNodes.length;s<r;++s){if(1===(c=t.childNodes[s]).nodeType){var a=c.nodeName.split(":").pop();if(-1===n.indexOf(a)){var h,l="",u=0,c=c.namespaceURI;for(h in p){if(p[h]===c){l=h;break}++u}l||(p[l="p"+u]=c),n.push(l+":"+a)}}}"featureMember"!=o&&(f.featureType=n,f.featureNS=p)}"string"==typeof p&&(s=p,(p={}).p0=s);var y,f={};n=Array.isArray(n)?n:[n];for(y in p){for(a={},s=0,r=n.length;s<r;++s)(-1===n[s].indexOf(":")?"p0":n[s].split(":")[0])===y&&(a[n[s].split(":").pop()]="featureMembers"==o?Vh(this.wg,this):Wh(this.wg,this));f[p[y]]=a}i=Qh("featureMember"==o?void 0:[],f,t,e)}return null===i&&(i=[]),i},t.gf=function(t,e){var o=e[0];if(o.srsName=t.firstElementChild.getAttribute("srsName"),t=Qh(null,this.Zg,t,e,this))return sl(t,!1,o)},t.wg=function(t,e){var o;(o=t.getAttribute("fid"))||(o=t.getAttributeNS("http://www.opengis.net/gml","id")||"");var i,r={};for(t=t.firstElementChild;t;t=t.nextElementSibling){var n=t.localName;if(0===t.childNodes.length||1===t.childNodes.length&&(3===t.firstChild.nodeType||4===t.firstChild.nodeType)){var p=Oh(t,!1);cu.test(p)&&(p=void 0),r[n]=p}else"boundedBy"!==n&&(i=n),r[n]=this.gf(t,e)}return e=new Fh(r),i&&e.Tc(i),o&&e.jc(o),e},t.fj=function(t,e){if(t=this.ff(t,e))return(e=new lr(null)).ba("XYZ",t),e},t.dj=function(t,e){if(t=Qh([],this.Nj,t,e,this))return new vl(t)},t.cj=function(t,e){if(t=Qh([],this.Mj,t,e,this))return dl(e=new fl(null),t),e},t.ej=function(t,e){if(t=Qh([],this.Oj,t,e,this))return Sl(e=new bl(null),t),e},t.Xi=function(t,e){$h(this.Rj,t,e,this)},t.Mh=function(t,e){$h(this.Kj,t,e,this)},t.Yi=function(t,e){$h(this.Sj,t,e,this)},t.hf=function(t,e){if(t=this.ff(t,e))return(e=new cl(null)).ba("XYZ",t),e},t.wp=function(t,e){if(t=Qh(null,this.ke,t,e,this))return t},t.bj=function(t,e){if(t=this.ff(t,e))return hr(e=new ar(null),"XYZ",t),e},t.jf=function(t,e){if((t=Qh([null],this.zf,t,e,this))&&t[0]){e=new Sr(null);var o,i=t[0],r=[i.length],n=1;for(o=t.length;n<o;++n)c(i,t[n]),r.push(i.length);return e.ba("XYZ",i,r),e}},t.ff=function(t,e){return Qh(null,this.ke,t,e,this)},t.Nj={"http://www.opengis.net/gml":{pointMember:Vh(uu.prototype.Xi),pointMembers:Vh(uu.prototype.Xi)}},t.Mj={"http://www.opengis.net/gml":{lineStringMember:Vh(uu.prototype.Mh),lineStringMembers:Vh(uu.prototype.Mh)}},t.Oj={"http://www.opengis.net/gml":{polygonMember:Vh(uu.prototype.Yi),polygonMembers:Vh(uu.prototype.Yi)}},t.Rj={"http://www.opengis.net/gml":{Point:Vh(uu.prototype.ff)}},t.Kj={"http://www.opengis.net/gml":{LineString:Vh(uu.prototype.hf)}},t.Sj={"http://www.opengis.net/gml":{Polygon:Vh(uu.prototype.jf)}},t.le={"http://www.opengis.net/gml":{LinearRing:Wh(uu.prototype.wp)}},t.aj=function(t,e){return(t=this.gf(t,[nl(this,t,e||{})]))?t:null},t.zc=function(t,e){var o={featureType:this.featureType,featureNS:this.featureNS};return e&&ct(o,nl(this,t,e)),this.be(t,[o])||[]},t.kf=function(t){return Wt(this.srsName?this.srsName:t.firstElementChild.getAttribute("srsName"))},s(Au,uu),(t=Au.prototype).Ap=function(t,e){if(t=Qh([],this.Lj,t,e,this))return dl(e=new fl(null),t),e},t.Bp=function(t,e){if(t=Qh([],this.Pj,t,e,this))return Sl(e=new bl(null),t),e},t.ph=function(t,e){$h(this.Hj,t,e,this)},t.Aj=function(t,e){$h(this.Uj,t,e,this)},t.Ep=function(t,e){return Qh([null],this.Qj,t,e,this)},t.Hp=function(t,e){return Qh([null],this.Tj,t,e,this)},t.Fp=function(t,e){return Qh([null],this.zf,t,e,this)},t.zp=function(t,e){return Qh([null],this.ke,t,e,this)},t.cm=function(t,e){(t=Qh(void 0,this.le,t,e,this))&&e[e.length-1].push(t)},t.yk=function(t,e){(t=Qh(void 0,this.le,t,e,this))&&(e[e.length-1][0]=t)},t.gj=function(t,e){if((t=Qh([null],this.Vj,t,e,this))&&t[0]){e=new Sr(null);var o,i=t[0],r=[i.length],n=1;for(o=t.length;n<o;++n)c(i,t[n]),r.push(i.length);return e.ba("XYZ",i,r),e}},t.Zi=function(t,e){if(t=Qh([null],this.Ij,t,e,this))return(e=new cl(null)).ba("XYZ",t),e},t.vp=function(t,e){return W((t=Qh([null],this.Jj,t,e,this))[1][0],t[1][1],t[2][0],t[2][1])},t.xp=function(t,e){var o,i=Oh(t,!1),r=/^\s*([+\-]?\d*\.?\d+(?:[eE][+\-]?\d+)?)\s*/;for(t=[];o=r.exec(i);)t.push(parseFloat(o[1])),i=i.substr(o[0].length);if(""===i){if(i="enu",(e=e[0].srsName)&&(i=Wt(e).b),"neu"===i)for(e=0,i=t.length;e<i;e+=3)r=t[e],t[e]=t[e+1],t[e+1]=r;if(2==(e=t.length)&&t.push(0),e)return t}},t.Bg=function(t,e){var o=Oh(t,!1).replace(/^\s*|\s*$/g,""),i=e[0].srsName,r=t.parentNode.getAttribute("srsDimension");e="enu",i&&(e=Wt(i).b),o=o.split(/\s+/),i=2,t.getAttribute("srsDimension")?i=mu(t.getAttribute("srsDimension")):t.getAttribute("dimension")?i=mu(t.getAttribute("dimension")):r&&(i=mu(r));for(var n,p=[],s=0,a=o.length;s<a;s+=i)t=parseFloat(o[s]),r=parseFloat(o[s+1]),n=3===i?parseFloat(o[s+2]):0,"en"===e.substr(0,2)?p.push(t,r,n):p.push(r,t,n);return p},t.ke={"http://www.opengis.net/gml":{pos:Wh(Au.prototype.xp),posList:Wh(Au.prototype.Bg)}},t.zf={"http://www.opengis.net/gml":{interior:Au.prototype.cm,exterior:Au.prototype.yk}},t.Zg={"http://www.opengis.net/gml":{Point:Wh(uu.prototype.fj),MultiPoint:Wh(uu.prototype.dj),LineString:Wh(uu.prototype.hf),MultiLineString:Wh(uu.prototype.cj),LinearRing:Wh(uu.prototype.bj),Polygon:Wh(uu.prototype.jf),MultiPolygon:Wh(uu.prototype.ej),Surface:Wh(Au.prototype.gj),MultiSurface:Wh(Au.prototype.Bp),Curve:Wh(Au.prototype.Zi),MultiCurve:Wh(Au.prototype.Ap),Envelope:Wh(Au.prototype.vp)}},t.Lj={"http://www.opengis.net/gml":{curveMember:Vh(Au.prototype.ph),curveMembers:Vh(Au.prototype.ph)}},t.Pj={"http://www.opengis.net/gml":{surfaceMember:Vh(Au.prototype.Aj),surfaceMembers:Vh(Au.prototype.Aj)}},t.Hj={"http://www.opengis.net/gml":{LineString:Vh(uu.prototype.hf),Curve:Vh(Au.prototype.Zi)}},t.Uj={"http://www.opengis.net/gml":{Polygon:Vh(uu.prototype.jf),Surface:Vh(Au.prototype.gj)}},t.Vj={"http://www.opengis.net/gml":{patches:Wh(Au.prototype.Ep)}},t.Ij={"http://www.opengis.net/gml":{segments:Wh(Au.prototype.Hp)}},t.Jj={"http://www.opengis.net/gml":{lowerCorner:Vh(Au.prototype.Bg),upperCorner:Vh(Au.prototype.Bg)}},t.Qj={"http://www.opengis.net/gml":{PolygonPatch:Wh(Au.prototype.Fp)}},t.Tj={"http://www.opengis.net/gml":{LineStringSegment:Wh(Au.prototype.zp)}},t.ni=function(t,e,o){var i=o[o.length-1].srsName;i&&t.setAttribute("srsName",i),i=Dh(t.namespaceURI,"pos"),t.appendChild(i),t=(o=o[o.length-1]).hasZ;var r=o.srsName;o="enu",r&&(o=Wt(r).b),e=e.X(),o="en"===o.substr(0,2)?e[0]+" "+e[1]:e[1]+" "+e[0],t&&(o+=" "+(e[2]||0)),Pu(i,o)};var Tu={"http://www.opengis.net/gml":{lowerCorner:zh(Pu),upperCorner:zh(Pu)}};(t=Au.prototype).jn=function(t,e,o){var i=o[o.length-1].srsName;i&&t.setAttribute("srsName",i),el({node:t},Tu,qh,[e[0]+" "+e[1],e[2]+" "+e[3]],o,["lowerCorner","upperCorner"],this)},t.ki=function(t,e,o){var i=o[o.length-1].srsName;i&&t.setAttribute("srsName",i),i=Dh(t.namespaceURI,"posList"),t.appendChild(i),Eu(i,e,o)},t.hn=function(t,e){e=(t=e[e.length-1]).node;var o=t.exteriorWritten;return void 0===o&&(t.exteriorWritten=!0),Dh(e.namespaceURI,void 0!==o?"interior":"exterior")},t.Se=function(t,e,o){var i=(r=o[o.length-1]).hasZ,r=r.srsName;"PolygonPatch"!==t.nodeName&&r&&t.setAttribute("srsName",r),"Polygon"===t.nodeName||"PolygonPatch"===t.nodeName?(e=e.Sd(),el({node:t,hasZ:i,srsName:r},Ru,this.hn,e,o,void 0,this)):"Surface"===t.nodeName&&(i=Dh(t.namespaceURI,"patches"),t.appendChild(i),t=Dh(i.namespaceURI,"PolygonPatch"),i.appendChild(t),this.Se(t,e,o))},t.Re=function(t,e,o){var i=o[o.length-1].srsName;"LineStringSegment"!==t.nodeName&&i&&t.setAttribute("srsName",i),"LineString"===t.nodeName||"LineStringSegment"===t.nodeName?(i=Dh(t.namespaceURI,"posList"),t.appendChild(i),Eu(i,e,o)):"Curve"===t.nodeName&&(i=Dh(t.namespaceURI,"segments"),t.appendChild(i),t=Dh(i.namespaceURI,"LineStringSegment"),i.appendChild(t),this.Re(t,e,o))},t.mi=function(t,e,o){var i=(n=o[o.length-1]).hasZ,r=n.srsName,n=n.surface;r&&t.setAttribute("srsName",r),e=e.Td(),el({node:t,hasZ:i,srsName:r,surface:n},ju,this.o,e,o,void 0,this)},t.kn=function(t,e,o){var i=(r=o[o.length-1]).srsName,r=r.hasZ;i&&t.setAttribute("srsName",i),e=e.Zd(),el({node:t,hasZ:r,srsName:i},Cu,Hh("pointMember"),e,o,void 0,this)},t.li=function(t,e,o){var i=(n=o[o.length-1]).hasZ,r=n.srsName,n=n.curve;r&&t.setAttribute("srsName",r),e=e.gd(),el({node:t,hasZ:i,srsName:r,curve:n},Lu,this.o,e,o,void 0,this)},t.oi=function(t,e,o){var i=Dh(t.namespaceURI,"LinearRing");t.appendChild(i),this.ki(i,e,o)},t.pi=function(t,e,o){var i=this.a(e,o);i&&(t.appendChild(i),this.Se(i,e,o))},t.ln=function(t,e,o){var i=Dh(t.namespaceURI,"Point");t.appendChild(i),this.ni(i,e,o)},t.ji=function(t,e,o){var i=this.a(e,o);i&&(t.appendChild(i),this.Re(i,e,o))},t.od=function(t,e,o){var i,r=o[o.length-1],n=ct({},r);n.node=t,i=Array.isArray(e)?r.dataProjection?Jt(e,r.featureProjection,r.dataProjection):e:sl(e,!0,r),el(n,Iu,this.a,[i],o,void 0,this)},t.ii=function(t,e,o){(i=e.a)&&t.setAttribute("fid",i);var i,r=(i=o[o.length-1]).featureNS,n=e.c;i.lb||(i.lb={},i.lb[r]={});var p=e.N();e=[];var s=[];for(h in p){var a=p[h];null!==a&&(e.push(h),s.push(a),h==n||a instanceof Xi?h in i.lb[r]||(i.lb[r][h]=zh(this.od,this)):h in i.lb[r]||(i.lb[r][h]=zh(Pu)))}var h=ct({},i);h.node=t,el(h,i.lb,Hh(void 0,r),s,o,e)};var ju={"http://www.opengis.net/gml":{surfaceMember:zh(Au.prototype.pi),polygonMember:zh(Au.prototype.pi)}},Cu={"http://www.opengis.net/gml":{pointMember:zh(Au.prototype.ln)}},Lu={"http://www.opengis.net/gml":{lineStringMember:zh(Au.prototype.ji),curveMember:zh(Au.prototype.ji)}},Ru={"http://www.opengis.net/gml":{exterior:zh(Au.prototype.oi),interior:zh(Au.prototype.oi)}},Iu={"http://www.opengis.net/gml":{Curve:zh(Au.prototype.Re),MultiCurve:zh(Au.prototype.li),Point:zh(Au.prototype.ni),MultiPoint:zh(Au.prototype.kn),LineString:zh(Au.prototype.Re),MultiLineString:zh(Au.prototype.li),LinearRing:zh(Au.prototype.ki),Polygon:zh(Au.prototype.Se),MultiPolygon:zh(Au.prototype.mi),Surface:zh(Au.prototype.Se),MultiSurface:zh(Au.prototype.mi),Envelope:zh(Au.prototype.jn)}},Nu={MultiLineString:"lineStringMember",MultiCurve:"curveMember",MultiPolygon:"polygonMember",MultiSurface:"surfaceMember"};function Fu(t){uu.call(this,t=t||{}),this.b["http://www.opengis.net/gml"].featureMember=Vh(uu.prototype.be),this.schemaLocation=t.schemaLocation?t.schemaLocation:"http://www.opengis.net/gml http://schemas.opengis.net/gml/2.1.2/feature.xsd"}function ku(t){return(t=Dh(t,"coordinates")).setAttribute("decimal","."),t.setAttribute("cs",","),t.setAttribute("ts"," "),t}function Du(t,e,o){var i=o[o.length-1];o=i.hasZ,i=i.srsName;for(var r,n=(e=e.X()).length,p=Array(n),s=0;s<n;++s)r=e[s],p[s]=Ou(r,i,o);Pu(t,p.join(" "))}function Ou(t,e,o){var i="enu";return e&&(i=Wt(e).b),e="en"===i.substr(0,2)?t[0]+","+t[1]:t[1]+","+t[0],o&&(e+=","+(t[2]||0)),e}Au.prototype.o=function(t,e){return Dh("http://www.opengis.net/gml",Nu[e[e.length-1].node.nodeName])},Au.prototype.a=function(t,e){e=(r=e[e.length-1]).multiSurface;var o=r.surface,i=r.curve,r=r.multiCurve;return Array.isArray(t)?t="Envelope":"MultiPolygon"===(t=t.U())&&!0===e?t="MultiSurface":"Polygon"===t&&!0===o?t="Surface":"LineString"===t&&!0===i?t="Curve":"MultiLineString"===t&&!0===r&&(t="MultiCurve"),Dh("http://www.opengis.net/gml",t)},Au.prototype.ie=function(t,e){e=pl(this,e);var o=Dh("http://www.opengis.net/gml","geom"),i={node:o,hasZ:this.hasZ,srsName:this.srsName,curve:this.c,surface:this.l,multiSurface:this.j,multiCurve:this.g};return e&&ct(i,e),this.od(o,t,[i]),o},Au.prototype.Xb=function(t,e){e=pl(this,e);var o=Dh("http://www.opengis.net/gml","featureMembers");o.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","xsi:schemaLocation",this.schemaLocation);var i={srsName:this.srsName,hasZ:this.hasZ,curve:this.c,surface:this.l,multiSurface:this.j,multiCurve:this.g,featureNS:this.featureNS,featureType:this.featureType};e&&ct(i,e);var r=(e=[i])[e.length-1],n=(i=r.featureType,r.featureNS),p={};return p[n]={},p[n][i]=zh(this.ii,this),(r=ct({},r)).node=o,el(r,p,Hh(i,n),t,e),o},s(Fu,uu),(t=Fu.prototype).$i=function(t,e){t=Oh(t,!1).replace(/^\s*|\s*$/g,"");var o=e[0].srsName;e="enu",(o=o&&Wt(o))&&(e=o.b);for(var i,r,n=[],p=0,s=(t=t.trim().split(/\s+/)).length;p<s;p++)r=t[p].split(/,+/),o=parseFloat(r[0]),i=parseFloat(r[1]),r=3===r.length?parseFloat(r[2]):0,"en"===e.substr(0,2)?n.push(o,i,r):n.push(i,o,r);return n},t.tp=function(t,e){return W((t=Qh([null],this.Gj,t,e,this))[1][0],t[1][1],t[1][3],t[1][4])},t.am=function(t,e){(t=Qh(void 0,this.le,t,e,this))&&e[e.length-1].push(t)},t.bp=function(t,e){(t=Qh(void 0,this.le,t,e,this))&&(e[e.length-1][0]=t)},t.ke={"http://www.opengis.net/gml":{coordinates:Wh(Fu.prototype.$i)}},t.zf={"http://www.opengis.net/gml":{innerBoundaryIs:Fu.prototype.am,outerBoundaryIs:Fu.prototype.bp}},t.Gj={"http://www.opengis.net/gml":{coordinates:Vh(Fu.prototype.$i)}},t.Zg={"http://www.opengis.net/gml":{Point:Wh(uu.prototype.fj),MultiPoint:Wh(uu.prototype.dj),LineString:Wh(uu.prototype.hf),MultiLineString:Wh(uu.prototype.cj),LinearRing:Wh(uu.prototype.bj),Polygon:Wh(uu.prototype.jf),MultiPolygon:Wh(uu.prototype.ej),Box:Wh(Fu.prototype.tp)}},t.jg=function(t,e){e=(i=e[e.length-1]).multiSurface;var o=i.surface,i=i.multiCurve;return Array.isArray(t)?t="Envelope":"MultiPolygon"===(t=t.U())&&!0===e?t="MultiSurface":"Polygon"===t&&!0===o?t="Surface":"MultiLineString"===t&&!0===i&&(t="MultiCurve"),Dh("http://www.opengis.net/gml",t)},t.ai=function(t,e,o){var i,r=o[o.length-1],n=ct({},r);n.node=t,i=Array.isArray(e)?r.dataProjection?Jt(e,r.featureProjection,r.dataProjection):e:sl(e,!0,r),el(n,Uu,this.jg,[i],o,void 0,this)},t.Pe=function(t,e,o){var i=o[o.length-1].srsName;"LineStringSegment"!==t.nodeName&&i&&t.setAttribute("srsName",i),"LineString"===t.nodeName||"LineStringSegment"===t.nodeName?(i=ku(t.namespaceURI),t.appendChild(i),Du(i,e,o)):"Curve"===t.nodeName&&(i=Dh(t.namespaceURI,"segments"),t.appendChild(i),t=Dh(i.namespaceURI,"LineStringSegment"),i.appendChild(t),this.Pe(t,e,o))},t.Qe=function(t,e,o){var i=(r=o[o.length-1]).hasZ,r=r.srsName;"PolygonPatch"!==t.nodeName&&r&&t.setAttribute("srsName",r),"Polygon"===t.nodeName||"PolygonPatch"===t.nodeName?(e=e.Sd(),el({node:t,hasZ:i,srsName:r},Gu,this.dn,e,o,void 0,this)):"Surface"===t.nodeName&&(i=Dh(t.namespaceURI,"patches"),t.appendChild(i),t=Dh(i.namespaceURI,"PolygonPatch"),i.appendChild(t),this.Qe(t,e,o))},t.dn=function(t,e){e=(t=e[e.length-1]).node;var o=t.exteriorWritten;return void 0===o&&(t.exteriorWritten=!0),Dh(e.namespaceURI,void 0!==o?"innerBoundaryIs":"outerBoundaryIs")},t.gi=function(t,e,o){var i=Dh(t.namespaceURI,"LinearRing");t.appendChild(i),this.ci(i,e,o)},t.di=function(t,e,o){var i=(n=o[o.length-1]).hasZ,r=n.srsName,n=n.curve;r&&t.setAttribute("srsName",r),e=e.gd(),el({node:t,hasZ:i,srsName:r,curve:n},Xu,this.a,e,o,void 0,this)},t.fi=function(t,e,o){var i=o[o.length-1];o=i.hasZ;var r=i.srsName;r&&t.setAttribute("srsName",r),i=ku(t.namespaceURI),t.appendChild(i),Pu(i,t=Ou(t=e.X(),r,o))},t.fn=function(t,e,o){var i=o[o.length-1],r=i.hasZ;(i=i.srsName)&&t.setAttribute("srsName",i),e=e.Zd(),el({node:t,hasZ:r,srsName:i},Bu,Hh("pointMember"),e,o,void 0,this)},t.gn=function(t,e,o){var i=Dh(t.namespaceURI,"Point");t.appendChild(i),this.fi(i,e,o)},t.bi=function(t,e,o){var i=this.jg(e,o);i&&(t.appendChild(i),this.Pe(i,e,o))},t.ci=function(t,e,o){var i=o[o.length-1].srsName;i&&t.setAttribute("srsName",i),i=ku(t.namespaceURI),t.appendChild(i),Du(i,e,o)},t.ei=function(t,e,o){var i=(n=o[o.length-1]).hasZ,r=n.srsName,n=n.surface;r&&t.setAttribute("srsName",r),e=e.Td(),el({node:t,hasZ:i,srsName:r,surface:n},Wu,this.a,e,o,void 0,this)},t.hi=function(t,e,o){var i=this.jg(e,o);i&&(t.appendChild(i),this.Qe(i,e,o))},t.en=function(t,e,o){var i=o[o.length-1].srsName;i&&t.setAttribute("srsName",i),el({node:t},Zu,qh,[e[0]+" "+e[1],e[2]+" "+e[3]],o,["lowerCorner","upperCorner"],this)};var Uu={"http://www.opengis.net/gml":{Curve:zh(Fu.prototype.Pe),MultiCurve:zh(Fu.prototype.di),Point:zh(Fu.prototype.fi),MultiPoint:zh(Fu.prototype.fn),LineString:zh(Fu.prototype.Pe),MultiLineString:zh(Fu.prototype.di),LinearRing:zh(Fu.prototype.ci),Polygon:zh(Fu.prototype.Qe),MultiPolygon:zh(Fu.prototype.ei),Surface:zh(Fu.prototype.Qe),MultiSurface:zh(Fu.prototype.ei),Envelope:zh(Fu.prototype.en)}},Gu={"http://www.opengis.net/gml":{outerBoundaryIs:zh(Fu.prototype.gi),innerBoundaryIs:zh(Fu.prototype.gi)}},Bu={"http://www.opengis.net/gml":{pointMember:zh(Fu.prototype.gn)}},Xu={"http://www.opengis.net/gml":{lineStringMember:zh(Fu.prototype.bi),curveMember:zh(Fu.prototype.bi)}};Fu.prototype.a=function(t,e){return Dh("http://www.opengis.net/gml",Vu[e[e.length-1].node.nodeName])};var Vu={MultiLineString:"lineStringMember",MultiCurve:"curveMember",MultiPolygon:"polygonMember",MultiSurface:"surfaceMember"},Wu={"http://www.opengis.net/gml":{surfaceMember:zh(Fu.prototype.hi),polygonMember:zh(Fu.prototype.hi)}},Zu={"http://www.opengis.net/gml":{lowerCorner:zh(Pu),upperCorner:zh(Pu)}};function Ku(t){t=t||{},au.call(this),this.defaultDataProjection=Wt("EPSG:4326"),this.b=t.readExtensions}s(Ku,au);var zu=[null,"http://www.topografix.com/GPX/1/0","http://www.topografix.com/GPX/1/1"];function Yu(t,e,o,i){return t.push(parseFloat(o.getAttribute("lon")),parseFloat(o.getAttribute("lat"))),"ele"in i?(t.push(i.ele),delete i.ele,e.hasZ=!0):t.push(0),"time"in i?(t.push(i.time),delete i.time,e.hasM=!0):t.push(0),t}function Hu(t,e,o){var i="XY",r=2;if(t.hasZ&&t.hasM?(i="XYZM",r=4):t.hasZ?(i="XYZ",r=3):t.hasM&&(i="XYM",r=3),4!==r){var n,p=0;for(n=e.length/4;p<n;p++)e[p*r]=e[4*p],e[p*r+1]=e[4*p+1],t.hasZ&&(e[p*r+2]=e[4*p+2]),t.hasM&&(e[p*r+2]=e[4*p+3]);if(e.length=e.length/4*r,o)for(p=0,n=o.length;p<n;p++)o[p]=o[p]/4*r}return i}function qu(t,e){var o=e[e.length-1],i=t.getAttribute("href");null!==i&&(o.link=i),$h(oc,t,e)}function Ju(t,e){e[e.length-1].extensionsNode_=t}function _u(t,e){var o=e[0];if(t=Qh({flatCoordinates:[],layoutOptions:{}},ic,t,e)){e=t.flatCoordinates,delete t.flatCoordinates;var i=t.layoutOptions;delete t.layoutOptions;i=Hu(i,e);var r=new cl(null);return r.ba(i,e),sl(r,!1,o),(o=new Fh(r)).H(t),o}}function $u(t,e){var o=e[0];if(t=Qh({flatCoordinates:[],ends:[],layoutOptions:{}},nc,t,e)){e=t.flatCoordinates,delete t.flatCoordinates;var i=t.ends;delete t.ends;var r=t.layoutOptions;delete t.layoutOptions;r=Hu(r,e,i);var n=new fl(null);return n.ba(r,e,i),sl(n,!1,o),(o=new Fh(n)).H(t),o}}function Qu(t,e){var o=e[0];if(e=Qh({},ac,t,e)){var i={};return sl(t=new lr(t=Yu([],i,t,e),i=Hu(i,t)),!1,o),(o=new Fh(t)).H(e),o}}var tc={rte:_u,trk:$u,wpt:Qu},ec=_h(zu,{rte:Vh(_u),trk:Vh($u),wpt:Vh(Qu)}),oc=_h(zu,{text:Kh(wu,"linkText"),type:Kh(wu,"linkType")}),ic=_h(zu,{name:Kh(wu),cmt:Kh(wu),desc:Kh(wu),src:Kh(wu),link:qu,number:Kh(bu),extensions:Ju,type:Kh(wu),rtept:function(t,e){var o=Qh({},rc,t,e);o&&Yu((e=e[e.length-1]).flatCoordinates,e.layoutOptions,t,o)}}),rc=_h(zu,{ele:Kh(du),time:Kh(gu)}),nc=_h(zu,{name:Kh(wu),cmt:Kh(wu),desc:Kh(wu),src:Kh(wu),link:qu,number:Kh(bu),type:Kh(wu),extensions:Ju,trkseg:function(t,e){var o=e[e.length-1];$h(pc,t,e),o.ends.push(o.flatCoordinates.length)}}),pc=_h(zu,{trkpt:function(t,e){var o=Qh({},sc,t,e);o&&Yu((e=e[e.length-1]).flatCoordinates,e.layoutOptions,t,o)}}),sc=_h(zu,{ele:Kh(du),time:Kh(gu)}),ac=_h(zu,{ele:Kh(du),time:Kh(gu),magvar:Kh(du),geoidheight:Kh(du),name:Kh(wu),cmt:Kh(wu),desc:Kh(wu),src:Kh(wu),link:qu,sym:Kh(wu),type:Kh(wu),fix:Kh(wu),sat:Kh(bu),hdop:Kh(du),vdop:Kh(du),pdop:Kh(du),ageofdgpsdata:Kh(du),dgpsid:Kh(bu),extensions:Ju});function hc(t,e){for(var o=0,i=(e=e||[]).length;o<i;++o){var r=e[o];if(t.b){var n=r.get("extensionsNode_")||null;t.b(r,n)}r.set("extensionsNode_",void 0)}}function lc(t,e,o){t.setAttribute("href",e),e=o[o.length-1].properties,el({node:t},yc,qh,[e.linkText,e.linkType],o,cc)}function uc(t,e,o){var i=o[o.length-1],r=i.node.namespaceURI,n=i.properties;switch(t.setAttributeNS(null,"lat",e[1]),t.setAttributeNS(null,"lon",e[0]),i.geometryLayout){case"XYZM":e[3]&&(n.time=e[3]);case"XYZ":e[2]&&(n.ele=e[2]);break;case"XYM":e[2]&&(n.time=e[2])}i=Jh(n,e="rtept"==t.nodeName?dc[r]:xc[r]),el({node:t,properties:n},Sc,qh,i,o,e)}Ku.prototype.xg=function(t,e){if(!d(zu,t.namespaceURI))return null;var o=tc[t.localName];return o&&(t=o(t,[nl(this,t,e)]))?(hc(this,[t]),t):null},Ku.prototype.zc=function(t,e){return d(zu,t.namespaceURI)&&"gpx"==t.localName&&(t=Qh([],ec,t,[nl(this,t,e)]))?(hc(this,t),t):[]};var cc=["text","type"],yc=_h(zu,{text:zh(Pu),type:zh(Pu)}),fc=_h(zu,"name cmt desc src link number type rtept".split(" ")),gc=_h(zu,{name:zh(Pu),cmt:zh(Pu),desc:zh(Pu),src:zh(Pu),link:zh(lc),number:zh(Mu),type:zh(Pu),rtept:Yh(zh(uc))}),dc=_h(zu,["ele","time"]),vc=_h(zu,"name cmt desc src link number type trkseg".split(" ")),bc=_h(zu,{name:zh(Pu),cmt:zh(Pu),desc:zh(Pu),src:zh(Pu),link:zh(lc),number:zh(Mu),type:zh(Pu),trkseg:Yh(zh(function(t,e,o){el({node:t,geometryLayout:e.ja,properties:{}},wc,mc,e.X(),o)}))}),mc=Hh("trkpt"),wc=_h(zu,{trkpt:zh(uc)}),xc=_h(zu,"ele time magvar geoidheight name cmt desc src link sym type fix sat hdop vdop pdop ageofdgpsdata dgpsid".split(" ")),Sc=_h(zu,{ele:zh(Su),time:zh(function(t,e){e=new Date(1e3*e),t.appendChild(kh.createTextNode(e.getUTCFullYear()+"-"+Ei(e.getUTCMonth()+1)+"-"+Ei(e.getUTCDate())+"T"+Ei(e.getUTCHours())+":"+Ei(e.getUTCMinutes())+":"+Ei(e.getUTCSeconds())+"Z"))}),magvar:zh(Su),geoidheight:zh(Su),name:zh(Pu),cmt:zh(Pu),desc:zh(Pu),src:zh(Pu),link:zh(lc),sym:zh(Pu),type:zh(Pu),fix:zh(Pu),sat:zh(Mu),hdop:zh(Su),vdop:zh(Su),pdop:zh(Su),ageofdgpsdata:zh(Su),dgpsid:zh(Mu)}),Mc={Point:"wpt",LineString:"rte",MultiLineString:"trk"};function Pc(t,e){if((t=t.V())&&(t=Mc[t.U()]))return Dh(e[e.length-1].node.namespaceURI,t)}var Ac=_h(zu,{rte:zh(function(t,e,o){var i=o[0],r=e.N();t={node:t,properties:r},(e=e.V())&&(e=sl(e,!0,i),t.geometryLayout=e.ja,r.rtept=e.X()),r=Jh(r,i=fc[o[o.length-1].node.namespaceURI]),el(t,gc,qh,r,o,i)}),trk:zh(function(t,e,o){var i=o[0],r=e.N();t={node:t,properties:r},(e=e.V())&&(e=sl(e,!0,i),r.trkseg=e.gd()),r=Jh(r,i=vc[o[o.length-1].node.namespaceURI]),el(t,bc,qh,r,o,i)}),wpt:zh(function(t,e,o){var i=o[0],r=o[o.length-1];r.properties=e.N(),(e=e.V())&&(e=sl(e,!0,i),r.geometryLayout=e.ja,uc(t,e.X(),o))})});function Ec(){rl.call(this)}function Tc(t){return"string"==typeof t?t:""}function jc(t){t=t||{},rl.call(this),this.defaultDataProjection=Wt("EPSG:4326"),this.b=t.altitudeMode?t.altitudeMode:"none"}Ku.prototype.Xb=function(t,e){e=pl(this,e);var o=Dh("http://www.topografix.com/GPX/1/1","gpx");return o.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xsi","http://www.w3.org/2001/XMLSchema-instance"),o.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","xsi:schemaLocation","http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"),o.setAttribute("version","1.1"),o.setAttribute("creator","OpenLayers"),el({node:o},Ac,Pc,t,[e]),o},s(Ec,rl),(t=Ec.prototype).U=function(){return"text"},t.Tb=function(t,e){return this.ae(Tc(t),pl(this,e))},t.Oa=function(t,e){return this.zg(Tc(t),pl(this,e))},t.Sc=function(t,e){return this.wd(Tc(t),pl(this,e))},t.kb=function(){return this.defaultDataProjection},t.Bd=function(t,e){return this.ge(t,pl(this,e))},t.Wb=function(t,e){return this.Wg(t,pl(this,e))},t.$c=function(t,e){return this.Cd(t,pl(this,e))},s(jc,Ec);var Cc,Lc,Rc,Ic,Nc,Fc,kc,Dc,Oc,Uc,Gc,Bc,Xc,Vc,Wc,Zc=/^B(\d{2})(\d{2})(\d{2})(\d{2})(\d{5})([NS])(\d{3})(\d{5})([EW])([AV])(\d{5})(\d{5})/,Kc=/^H.([A-Z]{3}).*?:(.*)/,zc=/^HFDTE(\d{2})(\d{2})(\d{2})/,Yc=/\r\n|\r|\n/;function Hc(t,e,o,i,r,n){je.call(this),this.j=null,this.M=t||new Image,null!==i&&(this.M.crossOrigin=i),this.c=n?document.createElement("CANVAS"):null,this.g=n,this.f=null,this.i=r,this.a=o,this.o=e,this.l=!1,2==this.i&&qc(this)}function qc(e){var t=Je(1,1);try{t.drawImage(e.M,0,0),t.getImageData(0,0,1,1)}catch(t){e.l=!0}}function Jc(t){t=t||{},this.o=void 0!==t.anchor?t.anchor:[.5,.5],this.u=null,this.i=void 0!==t.anchorOrigin?t.anchorOrigin:"top-left",this.C=void 0!==t.anchorXUnits?t.anchorXUnits:"fraction",this.B=void 0!==t.anchorYUnits?t.anchorYUnits:"fraction",this.ra=void 0!==t.crossOrigin?t.crossOrigin:null;var e=void 0!==t.img?t.img:null,o=void 0!==t.imgSize?t.imgSize:null,i=t.src;R(!(void 0!==i&&e),4),R(!e||e&&o,5),void 0!==i&&i.length||!e||(i=e.src||G(e).toString()),R(void 0!==i&&0<i.length,6);var r=void 0!==t.src?0:2;this.j=void 0!==t.color?We(t.color):null;var n=this.ra,p=this.j,s=qn.get(i,n,p);s||(s=new Hc(e,i,o,n,r,p),qn.set(i,n,p,s)),this.b=s,this.oa=void 0!==t.offset?t.offset:[0,0],this.c=void 0!==t.offsetOrigin?t.offsetOrigin:"top-left",this.S=null,this.D=void 0!==t.size?t.size:null,Mh.call(this,{opacity:void 0!==t.opacity?t.opacity:1,rotation:void 0!==t.rotation?t.rotation:0,scale:void 0!==t.scale?t.scale:1,snapToPixel:void 0===t.snapToPixel||t.snapToPixel,rotateWithView:void 0!==t.rotateWithView&&t.rotateWithView})}function _c(t){t=t||{},this.a=t.font,this.f=t.rotation,this.o=t.rotateWithView,this.b=t.scale,this.Ia=t.text,this.g=t.textAlign,this.j=t.textBaseline,this.Va=void 0!==t.fill?t.fill:new Th({color:"#333"}),this.Ya=void 0!==t.stroke?t.stroke:null,this.i=void 0!==t.offsetX?t.offsetX:0,this.c=void 0!==t.offsetY?t.offsetY:0}function $c(t){t=t||{},au.call(this),Cc||(Rc=new Th({color:Lc=[255,255,255,1]}),Fc=Nc="pixels",Uc=new Jc({anchor:Ic=[20,2],anchorOrigin:"bottom-left",anchorXUnits:Nc,anchorYUnits:Fc,crossOrigin:"anonymous",rotation:0,scale:Oc=.5,size:kc=[64,64],src:Dc="https://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png"}),Gc="NO_IMAGE",Bc=new Gs({color:Lc,width:1}),Xc=new Gs({color:[51,51,51,1],width:2}),Vc=new _c({font:"bold 16px Helvetica",fill:Rc,stroke:Xc,scale:.8}),Wc=new jh({fill:Rc,image:Uc,text:Vc,stroke:Bc,zIndex:0}),Cc=[Wc]),this.defaultDataProjection=Wt("EPSG:4326"),this.a=t.defaultStyle?t.defaultStyle:Cc,this.c=void 0===t.extractStyles||t.extractStyles,this.j=void 0===t.writeStyles||t.writeStyles,this.b={},this.g=void 0===t.showPointNames||t.showPointNames}(t=jc.prototype).ae=function(t,e){var o=this.b,i=t.split(Yc);t={};var r,n=[],p=2e3,s=0,a=1,h=-1,l=0;for(r=i.length;l<r;++l){var u;if("B"==(c=i[l]).charAt(0)){if(u=Zc.exec(c)){var c=parseInt(u[1],10),y=parseInt(u[2],10),f=parseInt(u[3],10),g=parseInt(u[4],10)+parseInt(u[5],10)/6e4;"S"==u[6]&&(g=-g);var d=parseInt(u[7],10)+parseInt(u[8],10)/6e4;"W"==u[9]&&(d=-d),n.push(d,g),"none"!=o&&n.push("gps"==o?parseInt(u[11],10):"barometric"==o?parseInt(u[12],10):0),(u=Date.UTC(p,s,a,c,y,f))<h&&(u=Date.UTC(p,s,a+1,c,y,f)),n.push(u/1e3),h=u}}else"H"==c.charAt(0)&&((u=zc.exec(c))?(a=parseInt(u[1],10),s=parseInt(u[2],10)-1,p=2e3+parseInt(u[3],10)):(u=Kc.exec(c))&&(t[u[1]]=u[2].trim()))}return n.length?((i=new cl(null)).ba("none"==o?"XYM":"XYZM",n),(e=new Fh(sl(i,!1,e))).H(t),e):null},t.zg=function(t,e){return(t=this.ae(t,e))?[t]:[]},t.ge=function(){},t.Wg=function(){},t.Cd=function(){},t.wd=function(){},s(Hc,je),Hc.prototype.v=function(){this.i=3,this.f.forEach(Se),this.f=null,this.b("change")},Hc.prototype.u=function(){if(this.i=2,this.a&&(this.M.width=this.a[0],this.M.height=this.a[1]),this.a=[this.M.width,this.M.height],this.f.forEach(Se),this.f=null,qc(this),!this.l&&null!==this.g){this.c.width=this.M.width,this.c.height=this.M.height;var t=this.c.getContext("2d");t.drawImage(this.M,0,0);for(var e=t.getImageData(0,0,this.M.width,this.M.height),o=e.data,i=this.g[0]/255,r=this.g[1]/255,n=this.g[2]/255,p=0,s=o.length;p<s;p+=4)o[p]*=i,o[p+1]*=r,o[p+2]*=n;t.putImageData(e,0,0)}this.b("change")},Hc.prototype.Y=function(){return this.c?this.c:this.M},Hc.prototype.load=function(){if(0==this.i){this.i=1,this.f=[we(this.M,"error",this.v,this),we(this.M,"load",this.u,this)];try{this.M.src=this.o}catch(t){this.v()}}},s(Jc,Mh),(t=Jc.prototype).clone=function(){var t=this.Y(1);if(2===this.b.i)if("IMG"===t.tagName.toUpperCase())var e=t.cloneNode(!0);else{var o=(e=document.createElement("canvas")).getContext("2d");e.width=t.width,e.height=t.height,o.drawImage(t,0,0)}return new Jc({anchor:this.o.slice(),anchorOrigin:this.i,anchorXUnits:this.C,anchorYUnits:this.B,crossOrigin:this.ra,color:this.j&&this.j.slice?this.j.slice():this.j||void 0,img:e||void 0,imgSize:e?this.b.a.slice():void 0,src:e?void 0:this.b.o,offset:this.oa.slice(),offsetOrigin:this.c,size:null!==this.D?this.D.slice():void 0,opacity:this.f,scale:this.a,snapToPixel:this.v,rotation:this.g,rotateWithView:this.l})},t.Hc=function(){if(this.u)return this.u;var t=this.o,e=this.ic();if("fraction"==this.C||"fraction"==this.B){if(!e)return null;t=this.o.slice(),"fraction"==this.C&&(t[0]*=e[0]),"fraction"==this.B&&(t[1]*=e[1])}if("top-left"!=this.i){if(!e)return null;t===this.o&&(t=this.o.slice()),"top-right"!=this.i&&"bottom-right"!=this.i||(t[0]=-t[0]+e[0]),"bottom-left"!=this.i&&"bottom-right"!=this.i||(t[1]=-t[1]+e[1])}return this.u=t},t.Lo=function(){return this.j},t.Y=function(t){return this.b.Y(t)},t.ye=function(){return this.b.a},t.Ye=function(){return this.b.i},t.qg=function(){var t=this.b;if(!t.j)if(t.l){var e=t.a[0],o=t.a[1],i=Je(e,o);i.fillRect(0,0,e,o),t.j=i.canvas}else t.j=t.M;return t.j},t.Oc=function(){if(this.S)return this.S;var t=this.oa;if("top-left"!=this.c){var e=this.ic(),o=this.b.a;if(!e||!o)return null;t=t.slice(),"top-right"!=this.c&&"bottom-right"!=this.c||(t[0]=o[0]-e[0]-t[0]),"bottom-left"!=this.c&&"bottom-right"!=this.c||(t[1]=o[1]-e[1]-t[1])}return this.S=t},t.Mo=function(){return this.b.o},t.ic=function(){return this.D?this.D:this.b.a},t.Nh=function(t,e){return me(this.b,"change",t,e)},t.load=function(){this.b.load()},t.Bj=function(t,e){xe(this.b,"change",t,e)},(t=_c.prototype).clone=function(){return new _c({font:this.a,rotation:this.f,rotateWithView:this.o,scale:this.b,text:this.Na(),textAlign:this.g,textBaseline:this.j,fill:this.Fa()?this.Fa().clone():void 0,stroke:this.Ga()?this.Ga().clone():void 0,offsetX:this.i,offsetY:this.c})},t.Nk=function(){return this.a},t.cl=function(){return this.i},t.dl=function(){return this.c},t.Fa=function(){return this.Va},t.Ro=function(){return this.o},t.So=function(){return this.f},t.To=function(){return this.b},t.Ga=function(){return this.Ya},t.Na=function(){return this.Ia},t.nl=function(){return this.g},t.ol=function(){return this.j},t.nj=function(t){this.a=t},t.sj=function(t){this.i=t},t.tj=function(t){this.c=t},t.pf=function(t){this.Va=t},t.Uo=function(t){this.f=t},t.Si=function(t){this.b=t},t.qf=function(t){this.Ya=t},t.xd=function(t){this.Ia=t},t.vj=function(t){this.g=t},t.hq=function(t){this.j=t},s($c,au);var Qc=["http://www.google.com/kml/ext/2.2"],ty=[null,"http://earth.google.com/kml/2.0","http://earth.google.com/kml/2.1","http://earth.google.com/kml/2.2","http://www.opengis.net/kml/2.2"],ey={fraction:"fraction",pixels:"pixels",insetPixels:"pixels"};function oy(t,e){var o=[0,0],i="start";if(t.Y()){var r=t.Y().ye();null===r&&(r=kc),2==r.length&&(i=t.Y().a,o[0]=i*r[0]/2,o[1]=-i*r[1]/2,i="left")}return null!==t.Na()?((t=(r=t.Na()).clone()).nj(r.a||Vc.a),t.Si(r.b||Vc.b),t.pf(r.Fa()||Vc.Fa()),t.qf(r.Ga()||Xc)):t=Vc.clone(),t.xd(e),t.sj(o[0]),t.tj(o[1]),t.vj(i),new jh({text:t})}function iy(i,r,n,p,s){return function(){var t=s,e="";if(t&&this.V()&&(t="Point"===this.V().U()),t&&(e=this.get("name"),t=t&&e),i)return t?(t=oy(i[0],e),i.concat(t)):i;if(r){var o=function t(e,o,i){return Array.isArray(e)?e:"string"==typeof e?(!(e in i)&&"#"+e in i&&(e="#"+e),t(i[e],o,i)):o}(r,n,p);return t?(t=oy(o[0],e),o.concat(t)):o}return t?(t=oy(n[0],e),n.concat(t)):n}}function ry(t){if(t=Oh(t,!1),t=/^\s*#?\s*([0-9A-Fa-f]{8})\s*$/.exec(t))return t=t[1],[parseInt(t.substr(6,2),16),parseInt(t.substr(4,2),16),parseInt(t.substr(2,2),16),parseInt(t.substr(0,2),16)/255]}function ny(t){t=Oh(t,!1);for(var e,o=[],i=/^\s*([+\-]?\d*\.?\d+(?:e[+\-]?\d+)?)\s*,\s*([+\-]?\d*\.?\d+(?:e[+\-]?\d+)?)(?:\s*,\s*([+\-]?\d*\.?\d+(?:e[+\-]?\d+)?))?\s*/i;e=i.exec(t);)o.push(parseFloat(e[1]),parseFloat(e[2]),e[3]?parseFloat(e[3]):0),t=t.substr(e[0].length);if(""===t)return o}function py(t){var e=Oh(t,!1).trim();return t.baseURI&&"about:blank"!==t.baseURI?new URL(e,t.baseURI).href:e}function sy(t){return du(t)}function ay(t,e){return Qh(null,Ay,t,e)}function hy(t,e){if(e=Qh({A:[],Ej:[]},Ty,t,e)){var o;t=e.A,e=e.Ej;var i=0;for(o=Math.min(t.length,e.length);i<o;++i)t[4*i+3]=e[i];return(e=new cl(null)).ba("XYZM",t),e}}function ly(t,e){var o=Qh({},Py,t,e);if(t=Qh(null,jy,t,e))return(e=new cl(null)).ba("XYZ",t),e.H(o),e}function uy(t,e){var o=Qh({},Py,t,e);if(t=Qh(null,jy,t,e))return(e=new Sr(null)).ba("XYZ",t,[t.length]),e.H(o),e}function cy(t,e){if(!(t=Qh([],Fy,t,e)))return null;if(!t.length)return new Ql(t);var o,i=!0,r=t[0].U(),n=1;for(o=t.length;n<o;++n)if((e=t[n]).U()!=r){i=!1;break}if(i)if("Point"==r){var p=t[0];for(i=p.ja,r=p.ga(),n=1,o=t.length;n<o;++n)c(r,(e=t[n]).ga());(p=new vl(null)).ba(i,r),dy(p,t)}else"LineString"==r?(dl(p=new fl(null),t),dy(p,t)):"Polygon"==r?(Sl(p=new bl(null),t),dy(p,t)):"GeometryCollection"==r?p=new Ql(t):R(!1,37);else p=new Ql(t);return p}function yy(t,e){var o=Qh({},Py,t,e);if(t=Qh(null,jy,t,e))return(e=new lr(null)).ba("XYZ",t),e.H(o),e}function fy(t,e){var o=Qh({},Py,t,e);if((t=Qh([null],Ey,t,e))&&t[0]){e=new Sr(null);var i,r=t[0],n=[r.length],p=1;for(i=t.length;p<i;++p)c(r,t[p]),n.push(r.length);return e.ba("XYZ",r,n),e.H(o),e}}function gy(t,e){if(!(e=Qh({},Wy,t,e)))return null;t="fillStyle"in e?e.fillStyle:Rc;var o=e.fill;void 0===o||o||(t=null),(o="imageStyle"in e?e.imageStyle:Uc)==Gc&&(o=void 0);var i="textStyle"in e?e.textStyle:Vc,r="strokeStyle"in e?e.strokeStyle:Bc;return void 0===(e=e.outline)||e||(r=null),[new jh({fill:t,image:o,stroke:r,text:i,zIndex:void 0})]}function dy(t,e){var o,i,r=e.length,n=Array(e.length),p=Array(e.length),s=i=!1;for(o=0;o<r;++o){var a=e[o];n[o]=a.get("extrude"),p[o]=a.get("altitudeMode"),s=s||void 0!==n[o],i=i||p[o]}s&&t.set("extrude",n),i&&t.set("altitudeMode",p)}function vy(t,e){$h(wy,t,e)}function by(t,e){$h(xy,t,e)}var my=_h(ty,{displayName:Kh(wu),value:Kh(wu)}),wy=_h(ty,{Data:function(t,e){var o=t.getAttribute("name");$h(my,t,e),t=e[e.length-1],null!==o?t[o]=t.value:null!==t.displayName&&(t[t.displayName]=t.value)},SchemaData:function(t,e){$h(Vy,t,e)}}),xy=_h(ty,{LatLonAltBox:function(t,e){(t=Qh({},Sy,t,e))&&((e=e[e.length-1]).extent=[parseFloat(t.west),parseFloat(t.south),parseFloat(t.east),parseFloat(t.north)],e.altitudeMode=t.altitudeMode,e.minAltitude=parseFloat(t.minAltitude),e.maxAltitude=parseFloat(t.maxAltitude))},Lod:function(t,e){(t=Qh({},My,t,e))&&((e=e[e.length-1]).minLodPixels=parseFloat(t.minLodPixels),e.maxLodPixels=parseFloat(t.maxLodPixels),e.minFadeExtent=parseFloat(t.minFadeExtent),e.maxFadeExtent=parseFloat(t.maxFadeExtent))}}),Sy=_h(ty,{altitudeMode:Kh(wu),minAltitude:Kh(du),maxAltitude:Kh(du),north:Kh(du),south:Kh(du),east:Kh(du),west:Kh(du)}),My=_h(ty,{minLodPixels:Kh(du),maxLodPixels:Kh(du),minFadeExtent:Kh(du),maxFadeExtent:Kh(du)}),Py=_h(ty,{extrude:Kh(yu),altitudeMode:Kh(wu)}),Ay=_h(ty,{coordinates:Wh(ny)}),Ey=_h(ty,{innerBoundaryIs:function(t,e){(t=Qh(void 0,Ry,t,e))&&e[e.length-1].push(t)},outerBoundaryIs:function(t,e){(t=Qh(void 0,Uy,t,e))&&(e[e.length-1][0]=t)}}),Ty=_h(ty,{when:function(t,e){e=e[e.length-1].Ej,t=Oh(t,!1),t=Date.parse(t),e.push(isNaN(t)?0:t)}},_h(Qc,{coord:function(t,e){e=e[e.length-1].A,t=Oh(t,!1),(t=/^\s*([+\-]?\d+(?:\.\d*)?(?:e[+\-]?\d*)?)\s+([+\-]?\d+(?:\.\d*)?(?:e[+\-]?\d*)?)\s+([+\-]?\d+(?:\.\d*)?(?:e[+\-]?\d*)?)\s*$/i.exec(t))?e.push(parseFloat(t[1]),parseFloat(t[2]),parseFloat(t[3]),0):e.push(0,0,0,0)}})),jy=_h(ty,{coordinates:Wh(ny)}),Cy=_h(ty,{href:Kh(py)},_h(Qc,{x:Kh(du),y:Kh(du),w:Kh(du),h:Kh(du)})),Ly=_h(ty,{Icon:Kh(function(t,e){return(t=Qh({},Cy,t,e))?t:null}),heading:Kh(du),hotSpot:Kh(function(t){var e=t.getAttribute("xunits"),o=t.getAttribute("yunits"),i="insetPixels"!==e?"insetPixels"!==o?"bottom-left":"top-left":"insetPixels"!==o?"bottom-right":"top-right";return{x:parseFloat(t.getAttribute("x")),Xg:ey[e],y:parseFloat(t.getAttribute("y")),Yg:ey[o],origin:i}}),scale:Kh(sy)}),Ry=_h(ty,{LinearRing:Wh(ay)}),Iy=_h(ty,{color:Kh(ry),scale:Kh(sy)}),Ny=_h(ty,{color:Kh(ry),width:Kh(du)}),Fy=_h(ty,{LineString:Vh(ly),LinearRing:Vh(uy),MultiGeometry:Vh(cy),Point:Vh(yy),Polygon:Vh(fy)}),ky=_h(Qc,{Track:Vh(hy)}),Dy=_h(ty,{ExtendedData:vy,Region:by,Link:function(t,e){$h(Oy,t,e)},address:Kh(wu),description:Kh(wu),name:Kh(wu),open:Kh(yu),phoneNumber:Kh(wu),visibility:Kh(yu)}),Oy=_h(ty,{href:Kh(py)}),Uy=_h(ty,{LinearRing:Wh(ay)}),Gy=_h(ty,{Style:Kh(gy),key:Kh(wu),styleUrl:Kh(py)}),By=_h(ty,{ExtendedData:vy,Region:by,MultiGeometry:Kh(cy,"geometry"),LineString:Kh(ly,"geometry"),LinearRing:Kh(uy,"geometry"),Point:Kh(yy,"geometry"),Polygon:Kh(fy,"geometry"),Style:Kh(gy),StyleMap:function(t,e){(t=Qh(void 0,Zy,t,e))&&(e=e[e.length-1],Array.isArray(t)?e.Style=t:"string"==typeof t?e.styleUrl=t:R(!1,38))},address:Kh(wu),description:Kh(wu),name:Kh(wu),open:Kh(yu),phoneNumber:Kh(wu),styleUrl:Kh(py),visibility:Kh(yu)},_h(Qc,{MultiTrack:Kh(function(t,e){if(t=Qh([],ky,t,e))return dl(e=new fl(null),t),e},"geometry"),Track:Kh(hy,"geometry")})),Xy=_h(ty,{color:Kh(ry),fill:Kh(yu),outline:Kh(yu)}),Vy=_h(ty,{SimpleData:function(t,e){var o=t.getAttribute("name");null!==o&&(t=wu(t),e[e.length-1][o]=t)}}),Wy=_h(ty,{IconStyle:function(t,e){if(t=Qh({},Ly,t,e)){e=e[e.length-1];var o,i="Icon"in t?t.Icon:{},r=!("Icon"in t)||0<Object.keys(i).length;(n=i.href)?o=n:r&&(o=Dc);var n="bottom-left";if(l=t.hotSpot){var p=[l.x,l.y],s=l.Xg,a=l.Yg;n=l.origin}else o===Dc?(p=Ic,s=Nc,a=Fc):/^http:\/\/maps\.(?:google|gstatic)\.com\//.test(o)&&(p=[.5,0],a=s="fraction");var h,l=i.x,u=i.y;void 0!==l&&void 0!==u&&(h=[l,u]);var c,y;l=i.w,i=i.h;void 0!==l&&void 0!==i&&(c=[l,i]),void 0!==(i=t.heading)&&(y=S(i)),t=t.scale,r?(o==Dc&&(c=kc,void 0===t&&(t=Oc)),o=new Jc({anchor:p,anchorOrigin:n,anchorXUnits:s,anchorYUnits:a,crossOrigin:"anonymous",offset:h,offsetOrigin:"bottom-left",rotation:y,scale:t,size:c,src:o}),e.imageStyle=o):e.imageStyle=Gc}},LabelStyle:function(t,e){(t=Qh({},Iy,t,e))&&(e[e.length-1].textStyle=new _c({fill:new Th({color:"color"in t?t.color:Lc}),scale:t.scale}))},LineStyle:function(t,e){(t=Qh({},Ny,t,e))&&(e[e.length-1].strokeStyle=new Gs({color:"color"in t?t.color:Lc,width:"width"in t?t.width:1}))},PolyStyle:function(t,e){if(t=Qh({},Xy,t,e)){(e=e[e.length-1]).fillStyle=new Th({color:"color"in t?t.color:Lc});var o=t.fill;void 0!==o&&(e.fill=o),void 0!==(t=t.outline)&&(e.outline=t)}}}),Zy=_h(ty,{Pair:function(t,e){if(t=Qh({},Gy,t,e)){var o=t.key;o&&"normal"==o&&((o=t.styleUrl)&&(e[e.length-1]=o),(t=t.Style)&&(e[e.length-1]=t))}}});function Ky(t,e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType==Node.ELEMENT_NODE){var o=zy(t,e);if(o)return o}}function zy(t,e){var o;for(o=e.firstElementChild;o;o=o.nextElementSibling)if(d(ty,o.namespaceURI)&&"name"==o.localName)return wu(o);for(o=e.firstElementChild;o;o=o.nextElementSibling)if(e=o.localName,d(ty,o.namespaceURI)&&("Document"==e||"Folder"==e||"Placemark"==e||"kml"==e)&&(e=zy(t,o)))return e}function Yy(t,e){var o=[];for(e=e.firstChild;e;e=e.nextSibling)e.nodeType==Node.ELEMENT_NODE&&c(o,Hy(t,e));return o}function Hy(t,e){var o,i=[];for(o=e.firstElementChild;o;o=o.nextElementSibling)if(d(ty,o.namespaceURI)&&"NetworkLink"==o.localName){var r=Qh({},Dy,o,[]);i.push(r)}for(o=e.firstElementChild;o;o=o.nextElementSibling)e=o.localName,!d(ty,o.namespaceURI)||"Document"!=e&&"Folder"!=e&&"kml"!=e||c(i,Hy(t,o));return i}function qy(t,e){var o=[];for(e=e.firstChild;e;e=e.nextSibling)e.nodeType==Node.ELEMENT_NODE&&c(o,t.lf(e));return o}function Jy(t,e){var o;for(e=[255*(4==(e=We(e)).length?e[3]:1),e[2],e[1],e[0]],o=0;o<4;++o){var i=parseInt(e[o],10).toString(16);e[o]=1==i.length?"0"+i:i}Pu(t,e.join(""))}function _y(t,e,o){t={node:t};var i=e.U();if("GeometryCollection"==i)var r=e.Vf(),n=jf;else"MultiPoint"==i?(r=e.Zd(),n=Df):"MultiLineString"==i?(r=e.gd(),n=Of):"MultiPolygon"==i?(r=e.Td(),n=Gf):R(!1,39);el(t,bf,n,r,o)}function $y(t,e,o){el({node:t},vf,Uf,[e],o)}function Qy(t,e,o){var i={node:t};e.a&&t.setAttribute("id",e.a),t=e.N();var r={address:1,description:1,name:1,open:1,phoneNumber:1,styleUrl:1,visibility:1};r[e.c]=1;var n=Object.keys(t||{}).sort().filter(function(t){return!r[t]});if(0<n.length){var p=Jh(t,n);el(i,wf,Ff,[{names:n,values:p}],o)}(n=e.Lc())&&(n=n.call(e,0))&&(n=Array.isArray(n)?n[0]:n,this.j&&(t.Style=n),(n=n.Na())&&(t.name=n.Na())),t=Jh(t,n=mf[o[o.length-1].node.namespaceURI]),el(i,wf,qh,t,o,n),t=o[0],(e=e.V())&&(e=sl(e,!0,t)),el(i,wf,jf,[e],o)}function tf(t,e,o){var i=e.ga();(t={node:t}).layout=e.ja,t.stride=e.qa(),el(t,xf,If,[i],o)}function ef(t,e,o){var i=(e=e.Sd()).shift();el(t={node:t},Sf,kf,e,o),el(t,Sf,Bf,[i],o)}function of(t,e){Su(t,Math.round(1e6*e)/1e6)}(t=$c.prototype).vg=function(t,e){if(t=Qh([],_h(ty,{Document:Xh(this.vg,this),Folder:Xh(this.vg,this),Placemark:Vh(this.Dg,this),Style:this.Jp.bind(this),StyleMap:this.Ip.bind(this)}),t,e,this))return t},t.Dg=function(t,e){var o=Qh({geometry:null},By,t,e);if(o){var i=new Fh;return null!==(t=t.getAttribute("id"))&&i.jc(t),e=e[0],(t=o.geometry)&&sl(t,!1,e),i.Ra(t),delete o.geometry,this.c&&i.hg(iy(o.Style,o.styleUrl,this.a,this.b,this.g)),delete o.Style,i.H(o),i}},t.Jp=function(t,e){var o=t.getAttribute("id");null!==o&&(e=gy(t,e))&&(t=t.baseURI&&"about:blank"!==t.baseURI?new URL("#"+o,t.baseURI).href:"#"+o,this.b[t]=e)},t.Ip=function(t,e){var o=t.getAttribute("id");null!==o&&(e=Qh(void 0,Zy,t,e))&&(t=t.baseURI&&"about:blank"!==t.baseURI?new URL("#"+o,t.baseURI).href:"#"+o,this.b[t]=e)},t.xg=function(t,e){return d(ty,t.namespaceURI)&&(t=this.Dg(t,[nl(this,t,e)]))?t:null},t.zc=function(t,e){if(!d(ty,t.namespaceURI))return[];var o=t.localName;if("Document"==o||"Folder"==o)return(o=this.vg(t,[nl(this,t,e)]))?o:[];if("Placemark"==o)return(e=this.Dg(t,[nl(this,t,e)]))?[e]:[];if("kml"!=o)return[];for(o=[],t=t.firstElementChild;t;t=t.nextElementSibling){var i=this.zc(t,e);i&&c(o,i)}return o},t.Cp=function(t){return Uh(t)?Ky(this,t):Gh(t)?zy(this,t):"string"==typeof t?Ky(this,t=Bh(t)):void 0},t.Dp=function(t){var e=[];return Uh(t)?c(e,Yy(this,t)):Gh(t)?c(e,Hy(this,t)):"string"==typeof t&&c(e,Yy(this,t=Bh(t))),e},t.Gp=function(t){var e=[];return Uh(t)?c(e,qy(this,t)):Gh(t)?c(e,this.lf(t)):"string"==typeof t&&c(e,qy(this,t=Bh(t))),e},t.lf=function(t){var e,o=[];for(e=t.firstElementChild;e;e=e.nextElementSibling)if(d(ty,e.namespaceURI)&&"Region"==e.localName){var i=Qh({},xy,e,[]);o.push(i)}for(e=t.firstElementChild;e;e=e.nextElementSibling)t=e.localName,!d(ty,e.namespaceURI)||"Document"!=t&&"Folder"!=t&&"kml"!=t||c(o,this.lf(e));return o};var rf=_h(ty,["Document","Placemark"]),nf=_h(ty,{Document:zh(function(t,e,o){el({node:t},pf,Tf,e,o,void 0,this)}),Placemark:zh(Qy)}),pf=_h(ty,{Placemark:zh(Qy)}),sf=_h(ty,{Data:zh(function(t,e,o){t.setAttribute("name",e.name),t={node:t},"object"==typeof(e=e.value)?(null!==e&&e.displayName&&el(t,sf,qh,[e.displayName],o,["displayName"]),null!==e&&e.value&&el(t,sf,qh,[e.value],o,["value"])):el(t,sf,qh,[e],o,["value"])}),value:zh(function(t,e){Pu(t,e)}),displayName:zh(function(t,e){t.appendChild(kh.createCDATASection(e))})}),af={Point:"Point",LineString:"LineString",LinearRing:"LinearRing",Polygon:"Polygon",MultiPoint:"MultiGeometry",MultiLineString:"MultiGeometry",MultiPolygon:"MultiGeometry",GeometryCollection:"MultiGeometry"},hf=_h(ty,["href"],_h(Qc,["x","y","w","h"])),lf=_h(ty,{href:zh(Pu)},_h(Qc,{x:zh(Su),y:zh(Su),w:zh(Su),h:zh(Su)})),uf=_h(ty,["scale","heading","Icon","hotSpot"]),cf=_h(ty,{Icon:zh(function(t,e,o){t={node:t};var i=hf[o[o.length-1].node.namespaceURI],r=Jh(e,i);el(t,lf,qh,r,o,i),r=Jh(e,i=hf[Qc[0]]),el(t,lf,Ef,r,o,i)}),heading:zh(Su),hotSpot:zh(function(t,e){t.setAttribute("x",e.x),t.setAttribute("y",e.y),t.setAttribute("xunits",e.Xg),t.setAttribute("yunits",e.Yg)}),scale:zh(of)}),yf=_h(ty,["color","scale"]),ff=_h(ty,{color:zh(Jy),scale:zh(of)}),gf=_h(ty,["color","width"]),df=_h(ty,{color:zh(Jy),width:zh(Su)}),vf=_h(ty,{LinearRing:zh(tf)}),bf=_h(ty,{LineString:zh(tf),Point:zh(tf),Polygon:zh(ef),GeometryCollection:zh(_y)}),mf=_h(ty,"name open visibility address phoneNumber description styleUrl Style".split(" ")),wf=_h(ty,{ExtendedData:zh(function(t,e,o){t={node:t};var i=e.names;e=e.values;for(var r=i.length,n=0;n<r;n++)el(t,sf,Nf,[{name:i[n],value:e[n]}],o)}),MultiGeometry:zh(_y),LineString:zh(tf),LinearRing:zh(tf),Point:zh(tf),Polygon:zh(ef),Style:zh(function(t,e,o){t={node:t};var i={},r=e.Fa(),n=e.Ga(),p=e.Y();e=e.Na(),p instanceof Jc&&(i.IconStyle=p),e&&(i.LabelStyle=e),n&&(i.LineStyle=n),r&&(i.PolyStyle=r),i=Jh(i,e=Pf[o[o.length-1].node.namespaceURI]),el(t,Af,qh,i,o,e)}),address:zh(Pu),description:zh(Pu),name:zh(Pu),open:zh(xu),phoneNumber:zh(Pu),styleUrl:zh(Pu),visibility:zh(xu)}),xf=_h(ty,{coordinates:zh(function(t,e,o){var i,r=(o=o[o.length-1]).layout;o=o.stride,"XY"==r||"XYM"==r?i=2:"XYZ"==r||"XYZM"==r?i=3:R(!1,34);var n,p=e.length,s="";if(0<p){for(s+=e[0],r=1;r<i;++r)s+=","+e[r];for(n=o;n<p;n+=o)for(s+=" "+e[n],r=1;r<i;++r)s+=","+e[n+r]}Pu(t,s)})}),Sf=_h(ty,{outerBoundaryIs:zh($y),innerBoundaryIs:zh($y)}),Mf=_h(ty,{color:zh(Jy)}),Pf=_h(ty,["IconStyle","LabelStyle","LineStyle","PolyStyle"]),Af=_h(ty,{IconStyle:zh(function(t,e,o){t={node:t};var i={},r=e.ic(),n=e.ye(),p={href:e.b.o};if(r){p.w=r[0],p.h=r[1];var s=e.Hc(),a=e.Oc();a&&n&&a[0]&&a[1]!==r[1]&&(p.x=a[0],p.y=n[1]-(a[1]+r[1])),s&&s[0]&&s[1]!==r[1]&&(i.hotSpot={x:s[0],Xg:"pixels",y:r[1]-s[1],Yg:"pixels"})}i.Icon=p,1!==(r=e.a)&&(i.scale=r),(e=e.g)&&(i.heading=e),i=Jh(i,e=uf[o[o.length-1].node.namespaceURI]),el(t,cf,qh,i,o,e)}),LabelStyle:zh(function(t,e,o){t={node:t};var i={},r=e.Fa();r&&(i.color=r.b),(e=e.b)&&1!==e&&(i.scale=e),i=Jh(i,e=yf[o[o.length-1].node.namespaceURI]),el(t,ff,qh,i,o,e)}),LineStyle:zh(function(t,e,o){t={node:t};var i=gf[o[o.length-1].node.namespaceURI];e=Jh({color:e.a,width:e.c},i),el(t,df,qh,e,o,i)}),PolyStyle:zh(function(t,e,o){el({node:t},Mf,Rf,[e.b],o)})});function Ef(t,e,o){return Dh(Qc[0],"gx:"+o)}function Tf(t,e){return Dh(e[e.length-1].node.namespaceURI,"Placemark")}function jf(t,e){if(t)return Dh(e[e.length-1].node.namespaceURI,af[t.U()])}var Cf,Lf,Rf=Hh("color"),If=Hh("coordinates"),Nf=Hh("Data"),Ff=Hh("ExtendedData"),kf=Hh("innerBoundaryIs"),Df=Hh("Point"),Of=Hh("LineString"),Uf=Hh("LinearRing"),Gf=Hh("Polygon"),Bf=Hh("outerBoundaryIs");function Xf(t){this.lc=ArrayBuffer.isView&&ArrayBuffer.isView(t)?t:new Uint8Array(t||0),this.type=this.ea=0,this.length=this.lc.length}function Vf(t,e,o){return o?4294967296*e+(t>>>0):4294967296*(e>>>0)+(t>>>0)}function Wf(t,e,o,i,r){this.g=r,this.i=t,this.b=e,this.f=o,this.c=i}function Zf(t){rl.call(this),t=t||{},this.defaultDataProjection=new wt({code:"",units:"tile-pixels"}),this.b=t.featureClass?t.featureClass:Wf,this.a=t.geometryName,this.i=t.layerName?t.layerName:"layer",this.c=t.layers?t.layers:null}function Kf(t,e,o){for(var i=0,r=0,n=t.length;r<n;++r){var p,s=t[r],a=0;for(p=s.length;a<p;++a){var h=s[a];e.push(h.x,h.y)}i+=2*a,o.push(i)}}function zf(){au.call(this),this.defaultDataProjection=Wt("EPSG:4326")}function Yf(t,e){e[e.length-1].fe[t.getAttribute("k")]=t.getAttribute("v")}$c.prototype.Xb=function(t,e){e=pl(this,e);var o=Dh(ty[4],"kml");o.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:gx",Qc[0]),o.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xsi","http://www.w3.org/2001/XMLSchema-instance"),o.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","xsi:schemaLocation","http://www.opengis.net/kml/2.2 https://developers.google.com/kml/schema/kml22gx.xsd");var i={node:o},r={};return 1<t.length?r.Document=t:1==t.length&&(r.Placemark=t[0]),r=Jh(r,t=rf[o.namespaceURI]),el(i,nf,qh,r,[e],t,this),o},Js.Dd=function(){},Cf=Js.Dd=Js.Dd||{},Lf=function(t,e,o,i,r){var n=8*r-i-1,p=(1<<n)-1,s=p>>1,a=-7,h=o?-1:1,l=t[e+(r=o?r-1:0)];for(r+=h,o=l&(1<<-a)-1,l>>=-a,a+=n;0<a;o=256*o+t[e+r],r+=h,a-=8);for(n=o&(1<<-a)-1,o>>=-a,a+=i;0<a;n=256*n+t[e+r],r+=h,a-=8);if(0===o)o=1-s;else{if(o===p)return n?NaN:1/0*(l?-1:1);n+=Math.pow(2,i),o-=s}return(l?-1:1)*n*Math.pow(2,o-i)},Xf.c=0,Xf.i=1,Xf.b=2,Xf.a=5,Xf.prototype={Ag:function(t,e,o){for(o=o||this.length;this.ea<o;){var i=this.Ka(),r=i>>3,n=this.ea;this.type=7&i,t(r,e,this),this.ea===n&&this.mq(i)}return e},yp:function(){var t=Lf(this.lc,this.ea,!0,23,4);return this.ea+=4,t},up:function(){var t=Lf(this.lc,this.ea,!0,52,8);return this.ea+=8,t},Ka:function(t){var e=this.lc,o=e[this.ea++],i=127&o;return o<128?i:(i|=(127&(o=e[this.ea++]))<<7,o<128?i:(i|=(127&(o=e[this.ea++]))<<14,o<128?i:(i|=(127&(o=e[this.ea++]))<<21,o<128?i:function(t,e,o){var i=o.lc,r=i[o.ea++],n=(112&r)>>4;if(r<128)return Vf(t,n,e);if(n|=(127&(r=i[o.ea++]))<<3,r<128)return Vf(t,n,e);if(n|=(127&(r=i[o.ea++]))<<10,r<128)return Vf(t,n,e);if(n|=(127&(r=i[o.ea++]))<<17,r<128)return Vf(t,n,e);if(n|=(127&(r=i[o.ea++]))<<24,r<128)return Vf(t,n,e);if((r=i[o.ea++])<128)return Vf(t,n|(1&r)<<31,e);throw Error("Expected varint not more than 10 bytes")}(i|(15&(o=e[this.ea]))<<28,t,this))))},Kp:function(){return this.Ka(!0)},ce:function(){var t=this.Ka();return 1==t%2?(t+1)/-2:t/2},sp:function(){return!!this.Ka()},Gg:function(){for(var t=this.Ka()+this.ea,e=this.lc,o="",i=this.ea;i<t;){var r=e[i],n=null,p=239<r?4:223<r?3:191<r?2:1;if(t<i+p)break;if(1===p)r<128&&(n=r);else if(2===p){var s=e[i+1];128==(192&s)&&((n=(31&r)<<6|63&s)<=127&&(n=null))}else if(3===p){s=e[i+1];var a=e[i+2];128==(192&s)&&128==(192&a)&&((n=(15&r)<<12|(63&s)<<6|63&a)<=2047||55296<=n&&n<=57343)&&(n=null)}else if(4===p){s=e[i+1],a=e[i+2];var h=e[i+3];128==(192&s)&&128==(192&a)&&128==(192&h)&&((n=(15&r)<<18|(63&s)<<12|(63&a)<<6|63&h)<=65535||1114112<=n)&&(n=null)}null===n?(n=65533,p=1):65535<n&&(n-=65536,o+=String.fromCharCode(n>>>10&1023|55296),n=56320|1023&n),o+=String.fromCharCode(n),i+=p}return this.ea=t,o},mq:function(t){if((t&=7)===Xf.c)for(;127<this.lc[this.ea++];);else if(t===Xf.b)this.ea=this.Ka()+this.ea;else if(t===Xf.a)this.ea+=4;else{if(t!==Xf.i)throw Error("Unimplemented type: "+t);this.ea+=8}}},Cf.default=Xf,Js.Dd=Js.Dd.default,Js.xf={},Js.xf.Bf=function(){},function(t){function e(t,e){this.layers=t.Ag(p,{},e)}function a(t,e){this.x=t,this.y=e}function o(t,e,o,i,r){this.properties={},this.extent=o,this.type=0,this.Cc=t,this.Ef=-1,this.ne=i,this.pe=r,t.Ag(n,this,e)}function n(t,e,o){if(1==t)e.id=o.Ka();else if(2==t)for(t=o.Ka()+o.ea;o.ea<t;){var i=e.ne[o.Ka()],r=e.pe[o.Ka()];e.properties[i]=r}else 3==t?e.type=o.Ka():4==t&&(e.Ef=o.ea)}function i(t,e){this.version=1,this.name=null,this.extent=4096,this.length=0,this.Cc=t,this.ne=[],this.pe=[],this.me=[],t.Ag(r,this,e),this.length=this.me.length}function r(t,e,o){15===t?e.version=o.Ka():1===t?e.name=o.Gg():5===t?e.extent=o.Ka():2===t?e.me.push(o.ea):3===t?e.ne.push(o.Gg()):4===t&&e.pe.push(function(t){for(var e=null,o=t.Ka()+t.ea;t.ea<o;)e=1==(e=t.Ka()>>3)?t.Gg():2===e?t.yp():3===e?t.up():4===e?t.Kp():5===e?t.Ka():6===e?t.ce():7===e?t.sp():null;return e}(o))}function p(t,e,o){3===t&&((t=new s(o,o.Ka()+o.ea)).length&&(e[t.name]=t))}a.prototype={clone:function(){return new a(this.x,this.y)},add:function(t){return this.clone().Yj(t)},rotate:function(t){return this.clone().hk(t)},round:function(){return this.clone().ik()},angle:function(){return Math.atan2(this.y,this.x)},Yj:function(t){return this.x+=t.x,this.y+=t.y,this},hk:function(t){var e=Math.cos(t),o=(t=Math.sin(t))*this.x+e*this.y;return this.x=e*this.x-t*this.y,this.y=o,this},ik:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}},a.Kq=function(t){return t instanceof a?t:Array.isArray(t)?new a(t[0],t[1]):t},o.b=["Unknown","Point","LineString","Polygon"],o.prototype.Oh=function(){var t=this.Cc;t.ea=this.Ef;for(var e,o=t.Ka()+t.ea,i=1,r=0,n=0,p=0,s=[];t.ea<o;)if(r||(i=7&(r=t.Ka()),r>>=3),r--,1===i||2===i)n+=t.ce(),p+=t.ce(),1===i&&(e&&s.push(e),e=[]),e.push(new a(n,p));else{if(7!==i)throw Error("unknown command "+i);e&&e.push(e[0].clone())}return e&&s.push(e),s},o.prototype.bbox=function(){var t=this.Cc;t.ea=this.Ef;for(var e=t.Ka()+t.ea,o=1,i=0,r=0,n=0,p=1/0,s=-1/0,a=1/0,h=-1/0;t.ea<e;)if(i||(o=7&(i=t.Ka()),i>>=3),i--,1===o||2===o)(r+=t.ce())<p&&(p=r),s<r&&(s=r),(n+=t.ce())<a&&(a=n),h<n&&(h=n);else if(7!==o)throw Error("unknown command "+o);return[p,a,s,h]};var s=i;i.prototype.feature=function(t){if(t<0||t>=this.me.length)throw Error("feature index out of bounds");return this.Cc.ea=this.me[t],t=this.Cc.Ka()+this.Cc.ea,new o(this.Cc,t,this.extent,this.ne,this.pe)};var h=s;t.default={Bf:e,Wj:o,Xj:h},t.Bf=e,t.Wj=o,t.Xj=h}(Js.xf=Js.xf||{}),(t=Wf.prototype).get=function(t){return this.c[t]},t.Bb=function(){return this.f},t.G=function(){return this.a||(this.a="Point"===this.i?K(this.b):z(this.b,0,this.b.length,2)),this.a},t.Wn=function(){return this.g},t.ec=function(){return this.b},t.ga=Wf.prototype.ec,t.V=function(){return this},t.Xn=function(){return this.c},t.Vd=Wf.prototype.V,t.qa=function(){return 2},t.Lc=m,t.U=function(){return this.i},s(Zf,rl),(t=Zf.prototype).U=function(){return"arraybuffer"},t.Oa=function(t,e){var o=this.c;t=new Js.Dd(t),t=new Js.xf.Bf(t);var i,r=[],n=this.b;for(i in t.layers)if(!o||-1!=o.indexOf(i))for(var p=t.layers[i],s=0,a=p.length;s<a;++s){if(n===Wf){var h=void 0,l=p.feature(s),u=i,c=l.Oh(),y=[],f=[];Kf(c,f,y),1===(g=l.type)?h=1===c.length?"Point":"MultiPoint":2===g?h=1===c.length?"LineString":"MultiLineString":3===g&&(h="Polygon"),(c=l.properties)[this.i]=u,h=new this.b(h,f,y,c,l.id)}else{if(g=p.feature(s),f=i,y=e,h=new this.b,l=g.id,(u=g.properties)[this.i]=f,this.a&&h.Tc(this.a),f=void 0,0===(c=g.type))f=null;else{var g,d=[],v=[];Kf(g=g.Oh(),v,d),1===c?f=1===g.length?new lr(null):new vl(null):2===c?f=1===g.length?new cl(null):new fl(null):3===c&&(f=new Sr(null)),f.ba("XY",v,d)}y=sl(f,!1,pl(this,y)),h.Ra(y),h.jc(l),h.H(u)}r.push(h)}return r},t.kb=function(){return this.defaultDataProjection},t.mn=function(t){this.c=t},t.Tb=function(){},t.Sc=function(){},t.Bd=function(){},t.$c=function(){},t.Wb=function(){},s(zf,au);var Hf=[null],qf=_h(Hf,{nd:function(t,e){e[e.length-1].md.push(t.getAttribute("ref"))},tag:Yf}),Jf=_h(Hf,{node:function(t,e){var o=e[0],i=e[e.length-1],r=t.getAttribute("id"),n=[parseFloat(t.getAttribute("lon")),parseFloat(t.getAttribute("lat"))];i.Sh[r]=n,gt((t=Qh({fe:{}},_f,t,e)).fe)||(sl(n=new lr(n),!1,o),(o=new Fh(n)).jc(r),o.H(t.fe),i.features.push(o))},way:function(t,e){var o=e[0],i=t.getAttribute("id");t=Qh({md:[],fe:{}},qf,t,e),e=e[e.length-1];for(var r=[],n=0,p=t.md.length;n<p;n++)c(r,e.Sh[t.md[n]]);t.md[0]==t.md[t.md.length-1]?(n=new Sr(null)).ba("XY",r,[r.length]):(n=new cl(null)).ba("XY",r),sl(n,!1,o),(o=new Fh(n)).jc(i),o.H(t.fe),e.features.push(o)}}),_f=_h(Hf,{tag:Yf});function $f(t){return t.getAttributeNS("http://www.w3.org/1999/xlink","href")}function Qf(){}function tg(){}zf.prototype.zc=function(t,e){return e=nl(this,t,e),"osm"==t.localName&&(t=Qh({Sh:{},features:[]},Jf,t,[e])).features?t.features:[]},zf.prototype.Vg=function(){},zf.prototype.Xb=function(){},zf.prototype.ie=function(){},Qf.prototype.read=function(t){return Uh(t)?this.a(t):Gh(t)?this.b(t):"string"==typeof t?(t=Bh(t),this.a(t)):null},s(tg,Qf),tg.prototype.a=function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType==Node.ELEMENT_NODE)return this.b(t);return null},tg.prototype.b=function(t){return(t=Qh({},og,t,[]))?t:null};var eg=[null,"http://www.opengis.net/ows/1.1"],og=_h(eg,{ServiceIdentification:Kh(function(t,e){return Qh({},fg,t,e)}),ServiceProvider:Kh(function(t,e){return Qh({},gg,t,e)}),OperationsMetadata:Kh(function(t,e){return Qh({},lg,t,e)})}),ig=_h(eg,{DeliveryPoint:Kh(wu),City:Kh(wu),AdministrativeArea:Kh(wu),PostalCode:Kh(wu),Country:Kh(wu),ElectronicMailAddress:Kh(wu)}),rg=_h(eg,{Value:Zh(function(t){return wu(t)})}),ng=_h(eg,{AllowedValues:Kh(function(t,e){return Qh({},rg,t,e)})}),pg=_h(eg,{Phone:Kh(function(t,e){return Qh({},ug,t,e)}),Address:Kh(function(t,e){return Qh({},ig,t,e)})}),sg=_h(eg,{HTTP:Kh(function(t,e){return Qh({},ag,t,e)})}),ag=_h(eg,{Get:Zh(function(t,e){var o=$f(t);if(o)return Qh({href:o},cg,t,e)}),Post:void 0}),hg=_h(eg,{DCP:Kh(function(t,e){return Qh({},sg,t,e)})}),lg=_h(eg,{Operation:function(t,e){var o=t.getAttribute("name");(t=Qh({},hg,t,e))&&(e[e.length-1][o]=t)}}),ug=_h(eg,{Voice:Kh(wu),Facsimile:Kh(wu)}),cg=_h(eg,{Constraint:Zh(function(t,e){var o=t.getAttribute("name");if(o)return Qh({name:o},ng,t,e)})}),yg=_h(eg,{IndividualName:Kh(wu),PositionName:Kh(wu),ContactInfo:Kh(function(t,e){return Qh({},pg,t,e)})}),fg=_h(eg,{Title:Kh(wu),ServiceTypeVersion:Kh(wu),ServiceType:Kh(wu)}),gg=_h(eg,{ProviderName:Kh(wu),ProviderSite:Kh($f),ServiceContact:Kh(function(t,e){return Qh({},yg,t,e)})});function dg(t,e,o,i){var r;r=void 0!==i?i:[];for(var n=i=0;n<e;){var p=t[n++];for(r[i++]=t[n++],r[i++]=p,p=2;p<o;++p)r[i++]=t[n++]}r.length=i}function vg(t){t=t||{},rl.call(this),this.defaultDataProjection=Wt("EPSG:4326"),this.b=t.factor?t.factor:1e5,this.a=t.geometryLayout?t.geometryLayout:"XY"}function bg(t,e,o){var i,r,n=Array(e);for(i=0;i<e;++i)n[i]=0;var p=0;for(r=t.length;p<r;)for(i=0;i<e;++i,++p){var s=t[p],a=s-n[i];n[i]=s,t[p]=a}return wg(t,o||1e5)}function mg(t,e,o){var i,r,n=Array(e);for(i=0;i<e;++i)n[i]=0;for(t=xg(t,o||1e5),o=0,r=t.length;o<r;)for(i=0;i<e;++i,++o)n[i]+=t[o],t[o]=n[i];return t}function wg(t,e){var o;e=e||1e5;var i=0;for(o=t.length;i<o;++i)t[i]=Math.round(t[i]*e);for(e=0,i=t.length;e<i;++e)o=t[e],t[e]=o<0?~(o<<1):o<<1;for(e="",i=0,o=t.length;i<o;++i){for(var r,n=t[i],p="";32<=n;)r=63+(32|31&n),p+=String.fromCharCode(r),n>>=5;e+=p+=String.fromCharCode(n+63)}return e}function xg(t,e){e=e||1e5;var o,i=[],r=0,n=0,p=0;for(o=t.length;p<o;++p){var s=t.charCodeAt(p)-63;r=r|(31&s)<<n;s<32?(i.push(r),n=r=0):n+=5}for(t=0,r=i.length;t<r;++t)n=i[t],i[t]=1&n?~(n>>1):n>>1;for(t=0,r=i.length;t<r;++t)i[t]/=e;return i}function Sg(t){t=t||{},rl.call(this),this.a=t.layerName,this.b=t.layers?t.layers:null,this.defaultDataProjection=Wt(t.defaultDataProjection?t.defaultDataProjection:"EPSG:4326")}function Mg(t,e){var o,i,r=[],n=0;for(i=t.length;n<i;++n){var p=t[n];0<n&&r.pop(),o=0<=p?e[p]:e[~p].slice().reverse(),r.push.apply(r,o)}for(t=0,e=r.length;t<e;++t)r[t]=r[t].slice();return r}function Pg(t,e,o,i,r,n,p){var s,a=[],h=0;for(s=(t=t.geometries).length;h<s;++h)a[h]=Ag(t[h],e,o,i,r,n,p);return a}function Ag(t,e,o,i,r,n,p){var s=t.type,a=Tg[s];return o="Point"===s||"MultiPoint"===s?a(t,o,i):a(t,e),(e=new Fh).Ra(sl(o,!1,p)),void 0!==t.id&&e.jc(t.id),t=t.properties,r&&((t=t||{})[r]=n),t&&e.H(t),e}function Eg(t,e,o){t[0]=t[0]*e[0]+o[0],t[1]=t[1]*e[1]+o[1]}s(vg,Ec),(t=vg.prototype).ae=function(t,e){return new Fh(t=this.wd(t,e))},t.zg=function(t,e){return[this.ae(t,e)]},t.wd=function(t,e){var o=Ki(this.a);return dg(t=mg(t,o,this.b),t.length,o,t),sl(new cl(o=rr(t,0,t.length,o),this.a),!1,pl(this,e))},t.ge=function(t,e){return(t=t.V())?this.Cd(t,e):(R(!1,40),"")},t.Wg=function(t,e){return this.ge(t[0],e)},t.Cd=function(t,e){return e=(t=sl(t,!0,pl(this,e))).ga(),t=t.qa(),dg(e,e.length,t,e),bg(e,t,this.b)},s(Sg,al),Sg.prototype.yg=function(t,e){if("Topology"!=t.type)return[];var o=null,i=null;if(t.transform){var r=t.transform;o=r.scale,i=r.translate}var n=t.arcs;if(r){r=o;var p,s=i,a=0;for(p=n.length;a<p;++a){var h,l=n[a],u=r,c=s,y=0,f=0,g=0;for(h=l.length;g<h;++g){var d=l[g];y+=d[0],f+=d[1],d[0]=y,d[1]=f,Eg(d,u,c)}}}r=[],t=t.objects;var v;s=this.a;for(v in t)this.b&&-1==this.b.indexOf(v)||("GeometryCollection"===t[v].type?(a=t[v],r.push.apply(r,Pg(a,n,o,i,s,v,e))):(a=t[v],r.push(Ag(a,n,o,i,s,v,e))));return r},Sg.prototype.Fg=function(){return this.defaultDataProjection};var Tg={Point:function(t,e,o){return t=t.coordinates,e&&o&&Eg(t,e,o),new lr(t)},LineString:function(t,e){return new cl(t=Mg(t.arcs,e))},Polygon:function(t,e){var o,i=[],r=0;for(o=t.arcs.length;r<o;++r)i[r]=Mg(t.arcs[r],e);return new Sr(i)},MultiPoint:function(t,e,o){var i;if(t=t.coordinates,e&&o){var r=0;for(i=t.length;r<i;++r)Eg(t[r],e,o)}return new vl(t)},MultiLineString:function(t,e){var o,i=[],r=0;for(o=t.arcs.length;r<o;++r)i[r]=Mg(t.arcs[r],e);return new fl(i)},MultiPolygon:function(t,e){var o,i,r=[],n=0;for(i=t.arcs.length;n<i;++n){var p=t.arcs[n],s=[],a=0;for(o=p.length;a<o;++a)s[a]=Mg(p[a],e);r[n]=s}return new bl(r)}};function jg(t){t=t||{},this.c=t.featureType,this.a=t.featureNS,this.b=t.gmlFormat?t.gmlFormat:new Au,this.o=t.schemaLocation?t.schemaLocation:Cg["1.1.0"],au.call(this)}(t=Sg.prototype).Zc=function(){},t.he=function(){},t.je=function(){},t.Cg=function(){},t.Rc=function(){},s(jg,au);var Cg={"1.1.0":"http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd","1.0.0":"http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/wfs.xsd"};function Lg(t,e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType==Node.ELEMENT_NODE)return Ig(t,e)}jg.prototype.zc=function(t,e){var o={featureType:this.c,featureNS:this.a};return ct(o,nl(this,t,e||{})),e=[o],this.b.b["http://www.opengis.net/gml"].featureMember=Vh(uu.prototype.be),(t=Qh([],this.b.b,t,e,this.b))||(t=[]),t},jg.prototype.j=function(t){return Uh(t)?Og(t):Gh(t)?Qh({},Dg,t,[]):"string"==typeof t?Og(t=Bh(t)):void 0},jg.prototype.g=function(t){return Uh(t)?Lg(this,t):Gh(t)?Ig(this,t):"string"==typeof t?Lg(this,t=Bh(t)):void 0};var Rg={"http://www.opengis.net/gml":{boundedBy:Kh(uu.prototype.gf,"bounds")}};function Ig(t,e){var o={},i=mu(e.getAttribute("numberOfFeatures"));return o.numberOfFeatures=i,Qh(o,Rg,e,[],t.b)}var Ng={"http://www.opengis.net/wfs":{totalInserted:Kh(bu),totalUpdated:Kh(bu),totalDeleted:Kh(bu)}},Fg={"http://www.opengis.net/ogc":{FeatureId:Vh(function(t){return t.getAttribute("fid")})}},kg={"http://www.opengis.net/wfs":{Feature:function(t,e){$h(Fg,t,e)}}},Dg={"http://www.opengis.net/wfs":{TransactionSummary:Kh(function(t,e){return Qh({},Ng,t,e)},"transactionSummary"),InsertResults:Kh(function(t,e){return Qh([],kg,t,e)},"insertIds")}};function Og(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType==Node.ELEMENT_NODE)return Qh({},Dg,t,[])}var Ug={"http://www.opengis.net/wfs":{PropertyName:zh(Pu)}};function Gg(t,e){var o=Dh("http://www.opengis.net/ogc","Filter"),i=Dh("http://www.opengis.net/ogc","FeatureId");o.appendChild(i),i.setAttribute("fid",e),t.appendChild(o)}function Bg(t,e){return t=(t||"feature")+":",e.indexOf(t)?t+e:e}var Xg={"http://www.opengis.net/wfs":{Insert:zh(function(t,e,o){var i=(r=o[o.length-1]).gmlVersion,r=Dh(r.featureNS,r.featureType);if(t.appendChild(r),2===i){t=Fu.prototype,(i=e.a)&&r.setAttribute("fid",i);var n=(i=o[o.length-1]).featureNS,p=e.c;i.lb||(i.lb={},i.lb[n]={});var s=e.N();e=[];var a=[];for(l in s){var h=s[l];null!==h&&(e.push(l),a.push(h),l==p||h instanceof Xi?l in i.lb[n]||(i.lb[n][l]=zh(t.ai,t)):l in i.lb[n]||(i.lb[n][l]=zh(Pu)))}var l=ct({},i);l.node=r,el(l,i.lb,Hh(void 0,n),a,o,e)}else Au.prototype.ii(r,e,o)}),Update:zh(function(t,e,o){var i=o[o.length-1];R(void 0!==e.a,27);var r=i.featurePrefix,n=i.featureNS;if(t.setAttribute("typeName",Bg(r,i.featureType)),t.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:"+r,n),void 0!==(r=e.a)){for(var p=[],s=0,a=(n=e.O()).length;s<a;s++){var h=e.get(n[s]);void 0!==h&&p.push({name:n[s],value:h})}el({gmlVersion:i.gmlVersion,node:t,hasZ:i.hasZ,srsName:i.srsName},Xg,Hh("Property"),p,o),Gg(t,r)}}),Delete:zh(function(t,e,o){o=o[o.length-1],R(void 0!==e.a,26);var i=o.featurePrefix,r=o.featureNS;t.setAttribute("typeName",Bg(i,o.featureType)),t.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:"+i,r),void 0!==(e=e.a)&&Gg(t,e)}),Property:zh(function(t,e,o){var i=Dh("http://www.opengis.net/wfs","Name"),r=o[o.length-1].gmlVersion;t.appendChild(i),Pu(i,e.name),void 0!==e.value&&null!==e.value&&(i=Dh("http://www.opengis.net/wfs","Value"),t.appendChild(i),e.value instanceof Xi?2===r?Fu.prototype.ai(i,e.value,o):Au.prototype.od(i,e.value,o):Pu(i,e.value))}),Native:zh(function(t,e){e.vq&&t.setAttribute("vendorId",e.vq),void 0!==e.Vp&&t.setAttribute("safeToIgnore",e.Vp),void 0!==e.value&&Pu(t,e.value)})}};function Vg(t,e,o){var i={node:t};e.b.forEach(function(t){el(i,Hg,Hh(t.kc),[t],o)})}function Wg(t,e){void 0!==e.a&&t.setAttribute("matchCase",e.a.toString()),Kg(t,e.b),zg(t,""+e.i)}function Zg(t,e,o){Pu(t=Dh("http://www.opengis.net/ogc",t),o),e.appendChild(t)}function Kg(t,e){Zg("PropertyName",t,e)}function zg(t,e){Zg("Literal",t,e)}function Yg(t,e){var o=Dh("http://www.opengis.net/gml","TimeInstant");t.appendChild(o),t=Dh("http://www.opengis.net/gml","timePosition"),o.appendChild(t),Pu(t,e)}var Hg={"http://www.opengis.net/wfs":{Query:zh(function(t,e,o){var i=o[o.length-1],r=i.featurePrefix,n=i.featureNS,p=i.propertyNames,s=i.srsName;t.setAttribute("typeName",r?Bg(r,e):e),s&&t.setAttribute("srsName",s),n&&t.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:"+r,n),(e=ct({},i)).node=t,el(e,Ug,Hh("PropertyName"),p,o),(i=i.filter)&&(p=Dh("http://www.opengis.net/ogc","Filter"),t.appendChild(p),el({node:p},Hg,Hh(i.kc),[i],o))})},"http://www.opengis.net/ogc":{During:zh(function(t,e){var o=Dh("http://www.opengis.net/fes","ValueReference");Pu(o,e.b),t.appendChild(o),o=Dh("http://www.opengis.net/gml","TimePeriod"),t.appendChild(o),t=Dh("http://www.opengis.net/gml","begin"),o.appendChild(t),Yg(t,e.a),t=Dh("http://www.opengis.net/gml","end"),o.appendChild(t),Yg(t,e.i)}),And:zh(Vg),Or:zh(Vg),Not:zh(function(t,e,o){e=e.condition,el({node:t},Hg,Hh(e.kc),[e],o)}),BBOX:zh(function(t,e,o){o[o.length-1].srsName=e.srsName,Kg(t,e.geometryName),Au.prototype.od(t,e.extent,o)}),Intersects:zh(function(t,e,o){o[o.length-1].srsName=e.srsName,Kg(t,e.geometryName),Au.prototype.od(t,e.geometry,o)}),Within:zh(function(t,e,o){o[o.length-1].srsName=e.srsName,Kg(t,e.geometryName),Au.prototype.od(t,e.geometry,o)}),PropertyIsEqualTo:zh(Wg),PropertyIsNotEqualTo:zh(Wg),PropertyIsLessThan:zh(Wg),PropertyIsLessThanOrEqualTo:zh(Wg),PropertyIsGreaterThan:zh(Wg),PropertyIsGreaterThanOrEqualTo:zh(Wg),PropertyIsNull:zh(function(t,e){Kg(t,e.b)}),PropertyIsBetween:zh(function(t,e){Kg(t,e.b);var o=Dh("http://www.opengis.net/ogc","LowerBoundary");t.appendChild(o),zg(o,""+e.a),o=Dh("http://www.opengis.net/ogc","UpperBoundary"),t.appendChild(o),zg(o,""+e.i)}),PropertyIsLike:zh(function(t,e){t.setAttribute("wildCard",e.g),t.setAttribute("singleChar",e.f),t.setAttribute("escapeChar",e.i),void 0!==e.a&&t.setAttribute("matchCase",e.a.toString()),Kg(t,e.b),zg(t,""+e.c)})}};function qg(t){t=t||{},rl.call(this),this.b=void 0!==t.splitCollection&&t.splitCollection}function Jg(t){return(t=t.X()).length?t.join(" "):""}function _g(t){for(var e=[],o=0,i=(t=t.X()).length;o<i;++o)e.push(t[o].join(" "));return e.join(",")}function $g(t){for(var e=[],o=0,i=(t=t.Sd()).length;o<i;++o)e.push("("+_g(t[o])+")");return e.join(",")}function Qg(t){var e=t.U(),o=(0,td[e])(t);e=e.toUpperCase();if(t instanceof Zi){var i="";"XYZ"!==(t=t.ja)&&"XYZM"!==t||(i+="Z"),"XYM"!==t&&"XYZM"!==t||(i+="M"),0<(t=i).length&&(e+=" "+t)}return o.length?e+"("+o+")":e+" EMPTY"}jg.prototype.l=function(t){var e=Dh("http://www.opengis.net/wfs","GetFeature");if(e.setAttribute("service","WFS"),e.setAttribute("version","1.1.0"),t){t.handle&&e.setAttribute("handle",t.handle),t.outputFormat&&e.setAttribute("outputFormat",t.outputFormat),void 0!==t.maxFeatures&&e.setAttribute("maxFeatures",t.maxFeatures),t.resultType&&e.setAttribute("resultType",t.resultType),void 0!==t.startIndex&&e.setAttribute("startIndex",t.startIndex),void 0!==t.count&&e.setAttribute("count",t.count);var o=t.filter;if(t.bbox){R(t.geometryName,12);var i=$l(t.geometryName,t.bbox,t.srsName);o=o?_l(o,i):i}}return e.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","xsi:schemaLocation",this.o),o={node:e,srsName:t.srsName,featureNS:t.featureNS?t.featureNS:this.a,featurePrefix:t.featurePrefix,geometryName:t.geometryName,filter:o,propertyNames:t.propertyNames?t.propertyNames:[]},R(Array.isArray(t.featureTypes),11),t=t.featureTypes,(i=ct({},(o=[o])[o.length-1])).node=e,el(i,Hg,Hh("Query"),t,o),e},jg.prototype.v=function(t,e,o,i){var r=[],n=Dh("http://www.opengis.net/wfs","Transaction"),p=i.version?i.version:"1.1.0",s="1.0.0"===p?2:3;if(n.setAttribute("service","WFS"),n.setAttribute("version",p),i){var a=i.gmlOptions?i.gmlOptions:{};i.handle&&n.setAttribute("handle",i.handle)}return n.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","xsi:schemaLocation",Cg[p]),t&&(p={node:n,featureNS:i.featureNS,featureType:i.featureType,featurePrefix:i.featurePrefix,gmlVersion:s,hasZ:i.hasZ,srsName:i.srsName},ct(p,a),el(p,Xg,Hh("Insert"),t,r)),e&&(p={node:n,featureNS:i.featureNS,featureType:i.featureType,featurePrefix:i.featurePrefix,gmlVersion:s,hasZ:i.hasZ,srsName:i.srsName},ct(p,a),el(p,Xg,Hh("Update"),e,r)),o&&el({node:n,featureNS:i.featureNS,featureType:i.featureType,featurePrefix:i.featurePrefix,gmlVersion:s,srsName:i.srsName},Xg,Hh("Delete"),o,r),i.nativeElements&&el({node:n,featureNS:i.featureNS,featureType:i.featureType,featurePrefix:i.featurePrefix,gmlVersion:s,srsName:i.srsName},Xg,Hh("Native"),i.nativeElements,r),n},jg.prototype.Eg=function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType==Node.ELEMENT_NODE)return this.kf(t);return null},jg.prototype.kf=function(t){if(t.firstElementChild&&t.firstElementChild.firstElementChild)for(t=(t=t.firstElementChild.firstElementChild).firstElementChild;t;t=t.nextElementSibling)if(0!==t.childNodes.length&&(1!==t.childNodes.length||3!==t.firstChild.nodeType)){var e=[{}];return this.b.gf(t,e),Wt(e.pop().srsName)}return null},s(qg,Ec);var td={Point:Jg,LineString:_g,Polygon:$g,MultiPoint:function(t){for(var e=[],o=0,i=(t=t.Zd()).length;o<i;++o)e.push("("+Jg(t[o])+")");return e.join(",")},MultiLineString:function(t){for(var e=[],o=0,i=(t=t.gd()).length;o<i;++o)e.push("("+_g(t[o])+")");return e.join(",")},MultiPolygon:function(t){for(var e=[],o=0,i=(t=t.Td()).length;o<i;++o)e.push("("+$g(t[o])+")");return e.join(",")},GeometryCollection:function(t){for(var e=[],o=0,i=(t=t.Vf()).length;o<i;++o)e.push(Qg(t[o]));return e.join(",")}};function ed(t){this.a=t,this.b=-1}function od(t){this.i=t,this.a="XY"}function id(t){t.b=function t(e){var o=e.a.charAt(++e.b),i={position:e.b,value:o};if("("==o)i.type=2;else if(","==o)i.type=5;else if(")"==o)i.type=3;else if("0"<=o&&o<="9"||"."==o||"-"==o){i.type=4,o=e.b;var r=!1,n=!1;do{"."==p?r=!0:"e"!=p&&"E"!=p||(n=!0);var p=e.a.charAt(++e.b)}while("0"<=p&&p<="9"||"."==p&&(void 0===r||!r)||!n&&("e"==p||"E"==p)||n&&("-"==p||"+"==p));e=parseFloat(e.a.substring(o,e.b--)),i.value=e}else if("a"<=o&&o<="z"||"A"<=o&&o<="Z"){for(i.type=1,o=e.b;"a"<=(p=e.a.charAt(++e.b))&&p<="z"||"A"<=p&&p<="Z";);e=e.a.substring(o,e.b--).toUpperCase(),i.value=e}else{if(" "==o||"\t"==o||"\r"==o||"\n"==o)return t(e);if(""!==o)throw Error("Unexpected character: "+o);i.type=6}return i}(t.i)}function rd(t,e){return(e=t.b.type==e)&&id(t),e}function nd(t){for(var e=[],o=t.a.length,i=0;i<o;++i){var r=t.b;if(!rd(t,4))break;e.push(r.value)}if(e.length==o)return e;throw Error(hd(t))}function pd(t){for(var e=[nd(t)];rd(t,5);)e.push(nd(t));return e}function sd(t){for(var e=[t.sg()];rd(t,5);)e.push(t.sg());return e}function ad(t){var e=1==t.b.type&&"EMPTY"==t.b.value;return e&&id(t),e}function hd(t){return"Unexpected `"+t.b.value+"` at position "+t.b.position+" in `"+t.i.a+"`"}(t=qg.prototype).ae=function(t,e){return(t=this.wd(t,e))?((e=new Fh).Ra(t),e):null},t.zg=function(t,e){var o=[];t=this.wd(t,e),e=[];for(var i=0,r=(o=this.b&&"GeometryCollection"==t.U()?t.a:[t]).length;i<r;++i)(t=new Fh).Ra(o[i]),e.push(t);return e},t.wd=function(t,e){return id(t=new od(new ed(t))),(t=function t(e){var o=e.b;if(rd(e,1)){var o=o.value,i="XY",r=e.b;if(1==e.b.type&&("Z"===(r=r.value)?i="XYZ":"M"===r?i="XYM":"ZM"===r&&(i="XYZM"),"XY"!==i&&id(e)),e.a=i,"GEOMETRYCOLLECTION"==o){t:{if(rd(e,2)){for(o=[];o.push(t(e)),rd(e,5););if(rd(e,3)){e=o;break t}}else if(ad(e)){e=[];break t}throw Error(hd(e))}return new Ql(e)}if(r=ud[o],i=ld[o],!r||!i)throw Error("Invalid geometry type: "+o);return o=r.call(e),new i(o,e.a)}throw Error(hd(e))}(t))?sl(t,!1,e):null},t.ge=function(t,e){return(t=t.V())?this.Cd(t,e):""},t.Wg=function(t,e){if(1==t.length)return this.ge(t[0],e);for(var o=[],i=0,r=t.length;i<r;++i)o.push(t[i].V());return t=new Ql(o),this.Cd(t,e)},t.Cd=function(t,e){return Qg(sl(t,!0,e))},(t=od.prototype).tg=function(){if(rd(this,2)){var t=nd(this);if(rd(this,3))return t}else if(ad(this))return null;throw Error(hd(this))},t.sg=function(){if(rd(this,2)){var t=pd(this);if(rd(this,3))return t}else if(ad(this))return[];throw Error(hd(this))},t.ug=function(){if(rd(this,2)){var t=sd(this);if(rd(this,3))return t}else if(ad(this))return[];throw Error(hd(this))},t.fp=function(){if(rd(this,2)){var t;if(2==this.b.type)for(t=[this.tg()];rd(this,5);)t.push(this.tg());else t=pd(this);if(rd(this,3))return t}else if(ad(this))return[];throw Error(hd(this))},t.ep=function(){if(rd(this,2)){var t=sd(this);if(rd(this,3))return t}else if(ad(this))return[];throw Error(hd(this))},t.gp=function(){if(rd(this,2)){for(var t=[this.ug()];rd(this,5);)t.push(this.ug());if(rd(this,3))return t}else if(ad(this))return[];throw Error(hd(this))};var ld={POINT:lr,LINESTRING:cl,POLYGON:Sr,MULTIPOINT:vl,MULTILINESTRING:fl,MULTIPOLYGON:bl},ud={POINT:od.prototype.tg,LINESTRING:od.prototype.sg,POLYGON:od.prototype.ug,MULTIPOINT:od.prototype.fp,MULTILINESTRING:od.prototype.ep,MULTIPOLYGON:od.prototype.gp};function cd(){this.version=void 0}function yd(t,e){return Qh({},Nd,t,e)}function fd(t,e){return Qh({},Cd,t,e)}function gd(t,e){if(e=yd(t,e))return t=[mu(t.getAttribute("width")),mu(t.getAttribute("height"))],e.size=t,e}function dd(t,e){return Qh([],Fd,t,e)}s(cd,Qf),cd.prototype.a=function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType==Node.ELEMENT_NODE)return this.b(t);return null},cd.prototype.b=function(t){return this.version=t.getAttribute("version").trim(),(t=Qh({version:this.version},bd,t,[]))?t:null};var vd=[null,"http://www.opengis.net/wms"],bd=_h(vd,{Service:Kh(function(t,e){return Qh({},wd,t,e)}),Capability:Kh(function(t,e){return Qh({},md,t,e)})}),md=_h(vd,{Request:Kh(function(t,e){return Qh({},jd,t,e)}),Exception:Kh(function(t,e){return Qh([],Pd,t,e)}),Layer:Kh(function(t,e){return Qh({},Ad,t,e)})}),wd=_h(vd,{Name:Kh(wu),Title:Kh(wu),Abstract:Kh(wu),KeywordList:Kh(dd),OnlineResource:Kh($f),ContactInformation:Kh(function(t,e){return Qh({},xd,t,e)}),Fees:Kh(wu),AccessConstraints:Kh(wu),LayerLimit:Kh(bu),MaxWidth:Kh(bu),MaxHeight:Kh(bu)}),xd=_h(vd,{ContactPersonPrimary:Kh(function(t,e){return Qh({},Sd,t,e)}),ContactPosition:Kh(wu),ContactAddress:Kh(function(t,e){return Qh({},Md,t,e)}),ContactVoiceTelephone:Kh(wu),ContactFacsimileTelephone:Kh(wu),ContactElectronicMailAddress:Kh(wu)}),Sd=_h(vd,{ContactPerson:Kh(wu),ContactOrganization:Kh(wu)}),Md=_h(vd,{AddressType:Kh(wu),Address:Kh(wu),City:Kh(wu),StateOrProvince:Kh(wu),PostCode:Kh(wu),Country:Kh(wu)}),Pd=_h(vd,{Format:Vh(wu)}),Ad=_h(vd,{Name:Kh(wu),Title:Kh(wu),Abstract:Kh(wu),KeywordList:Kh(dd),CRS:Zh(wu),EX_GeographicBoundingBox:Kh(function(t,e){if(i=Qh({},Td,t,e)){t=i.westBoundLongitude,e=i.southBoundLatitude;var o=i.eastBoundLongitude,i=i.northBoundLatitude;if(void 0!==t&&void 0!==e&&void 0!==o&&void 0!==i)return[t,e,o,i]}}),BoundingBox:Zh(function(t){var e=[vu(t.getAttribute("minx")),vu(t.getAttribute("miny")),vu(t.getAttribute("maxx")),vu(t.getAttribute("maxy"))],o=[vu(t.getAttribute("resx")),vu(t.getAttribute("resy"))];return{crs:t.getAttribute("CRS"),extent:e,res:o}}),Dimension:Zh(function(t){return{name:t.getAttribute("name"),units:t.getAttribute("units"),unitSymbol:t.getAttribute("unitSymbol"),default:t.getAttribute("default"),multipleValues:fu(t.getAttribute("multipleValues")),nearestValue:fu(t.getAttribute("nearestValue")),current:fu(t.getAttribute("current")),values:wu(t)}}),Attribution:Kh(function(t,e){return Qh({},Ed,t,e)}),AuthorityURL:Zh(function(t,e){if(e=yd(t,e))return e.name=t.getAttribute("name"),e}),Identifier:Zh(wu),MetadataURL:Zh(function(t,e){if(e=yd(t,e))return e.type=t.getAttribute("type"),e}),DataURL:Zh(yd),FeatureListURL:Zh(yd),Style:Zh(function(t,e){return Qh({},Id,t,e)}),MinScaleDenominator:Kh(du),MaxScaleDenominator:Kh(du),Layer:Zh(function(t,e){var o=e[e.length-1],i=Qh({},Ad,t,e);if(i)return void 0===(e=fu(t.getAttribute("queryable")))&&(e=o.queryable),i.queryable=void 0!==e&&e,void 0===(e=mu(t.getAttribute("cascaded")))&&(e=o.cascaded),i.cascaded=e,void 0===(e=fu(t.getAttribute("opaque")))&&(e=o.opaque),i.opaque=void 0!==e&&e,void 0===(e=fu(t.getAttribute("noSubsets")))&&(e=o.noSubsets),i.noSubsets=void 0!==e&&e,(e=vu(t.getAttribute("fixedWidth")))||(e=o.fixedWidth),i.fixedWidth=e,(t=vu(t.getAttribute("fixedHeight")))||(t=o.fixedHeight),i.fixedHeight=t,["Style","CRS","AuthorityURL"].forEach(function(t){t in o&&(i[t]=(i[t]||[]).concat(o[t]))}),"EX_GeographicBoundingBox BoundingBox Dimension Attribution MinScaleDenominator MaxScaleDenominator".split(" ").forEach(function(t){t in i||(i[t]=o[t])}),i})}),Ed=_h(vd,{Title:Kh(wu),OnlineResource:Kh($f),LogoURL:Kh(gd)}),Td=_h(vd,{westBoundLongitude:Kh(du),eastBoundLongitude:Kh(du),southBoundLatitude:Kh(du),northBoundLatitude:Kh(du)}),jd=_h(vd,{GetCapabilities:Kh(fd),GetMap:Kh(fd),GetFeatureInfo:Kh(fd)}),Cd=_h(vd,{Format:Zh(wu),DCPType:Zh(function(t,e){return Qh({},Ld,t,e)})}),Ld=_h(vd,{HTTP:Kh(function(t,e){return Qh({},Rd,t,e)})}),Rd=_h(vd,{Get:Kh(yd),Post:Kh(yd)}),Id=_h(vd,{Name:Kh(wu),Title:Kh(wu),Abstract:Kh(wu),LegendURL:Zh(gd),StyleSheetURL:Kh(yd),StyleURL:Kh(yd)}),Nd=_h(vd,{Format:Kh(wu),OnlineResource:Kh($f)}),Fd=_h(vd,{Keyword:Vh(wu)});function kd(t){t=t||{},this.a="http://mapserver.gis.umn.edu/mapserver",this.b=new Fu,this.c=t.layers?t.layers:null,au.call(this)}function Dd(){this.i=new tg}function Od(t){var e=wu(t).split(" ");if(e&&2==e.length&&(t=+e[0],e=+e[1],!isNaN(t)&&!isNaN(e)))return[t,e]}s(kd,au),kd.prototype.zc=function(t,e){var o={};e&&ct(o,nl(this,t,e)),o=[o],t.setAttribute("namespaceURI",this.a);var i=t.localName;if(e=[],t.childNodes.length){if("msGMLOutput"==i)for(var r=0,n=t.childNodes.length;r<n;r++){var p=t.childNodes[r];if(p.nodeType===Node.ELEMENT_NODE){var s=o[0],a=p.localName.replace("_layer","");if(!this.c||d(this.c,a)){a+="_feature",s.featureType=a,s.featureNS=this.a;var h={};h[a]=Vh(this.b.wg,this.b),s=_h([s.featureNS,null],h),p.setAttribute("namespaceURI",this.a),(p=Qh([],s,p,o,this.b))&&c(e,p)}}}"FeatureCollection"==i&&(t=Qh([],this.b.b,t,[{}],this.b))&&(e=t)}return e},kd.prototype.Vg=function(){},kd.prototype.Xb=function(){},kd.prototype.ie=function(){},s(Dd,Qf),Dd.prototype.a=function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType==Node.ELEMENT_NODE)return this.b(t);return null},Dd.prototype.b=function(t){var e=t.getAttribute("version").trim(),o=this.i.b(t);return o?(o.version=e,(o=Qh(o,Bd,t,[]))?o:null):null};var Ud=[null,"http://www.opengis.net/wmts/1.0"],Gd=[null,"http://www.opengis.net/ows/1.1"],Bd=_h(Ud,{Contents:Kh(function(t,e){return Qh({},Xd,t,e)})}),Xd=_h(Ud,{Layer:Zh(function(t,e){return Qh({},Vd,t,e)}),TileMatrixSet:Zh(function(t,e){return Qh({},qd,t,e)})}),Vd=_h(Ud,{Style:Zh(function(t,e){if(e=Qh({},Wd,t,e))return t="true"===t.getAttribute("isDefault"),e.isDefault=t,e}),Format:Zh(wu),TileMatrixSetLink:Zh(function(t,e){return Qh({},Zd,t,e)}),Dimension:Zh(function(t,e){return Qh({},Yd,t,e)}),ResourceURL:Zh(function(t){var e=t.getAttribute("format"),o=t.getAttribute("template");t=t.getAttribute("resourceType");var i={};return e&&(i.format=e),o&&(i.template=o),t&&(i.resourceType=t),i})},_h(Gd,{Title:Kh(wu),Abstract:Kh(wu),WGS84BoundingBox:Kh(function(t,e){if(2==(t=Qh([],Hd,t,e)).length)return E(t)}),Identifier:Kh(wu)})),Wd=_h(Ud,{LegendURL:Zh(function(t){var e={};return e.format=t.getAttribute("format"),e.href=$f(t),e})},_h(Gd,{Title:Kh(wu),Identifier:Kh(wu)})),Zd=_h(Ud,{TileMatrixSet:Kh(wu),TileMatrixSetLimits:Kh(function(t,e){return Qh([],Kd,t,e)})}),Kd=_h(Ud,{TileMatrixLimits:Vh(function(t,e){return Qh({},zd,t,e)})}),zd=_h(Ud,{TileMatrix:Kh(wu),MinTileRow:Kh(bu),MaxTileRow:Kh(bu),MinTileCol:Kh(bu),MaxTileCol:Kh(bu)}),Yd=_h(Ud,{Default:Kh(wu),Value:Zh(wu)},_h(Gd,{Identifier:Kh(wu)})),Hd=_h(Gd,{LowerCorner:Vh(Od),UpperCorner:Vh(Od)}),qd=_h(Ud,{WellKnownScaleSet:Kh(wu),TileMatrix:Zh(function(t,e){return Qh({},Jd,t,e)})},_h(Gd,{SupportedCRS:Kh(wu),Identifier:Kh(wu)})),Jd=_h(Ud,{TopLeftCorner:Kh(Od),ScaleDenominator:Kh(du),TileWidth:Kh(bu),TileHeight:Kh(bu),MatrixWidth:Kh(bu),MatrixHeight:Kh(bu)},_h(Gd,{Identifier:Kh(wu)}));function _d(t){Re.call(this),t=t||{},this.a=null,this.f=Yt,this.c=void 0,me(this,Ne("projection"),this.Am,this),me(this,Ne("tracking"),this.Bm,this),void 0!==t.projection&&this.Wh(t.projection),void 0!==t.trackingOptions&&this.wj(t.trackingOptions),this.Ke(void 0!==t.tracking&&t.tracking)}function $d(t,e,o){Zi.call(this),this.Ng(t,e||0,o)}function Qd(t){var e=t.A[t.a]-t.A[0];return e*e+(t=t.A[t.a+1]-t.A[1])*t}function tv(t,e,o){for(var i,r,n,p,s,a=[],h=t(0),l=t(1),u=e(h),c=e(l),y=[l,h],f=[c,u],g=[1,0],d={},v=1e5;0<--v&&0<g.length;)n=g.pop(),h=y.pop(),u=f.pop(),(l=n.toString())in d||(a.push(u[0],u[1]),d[l]=!0),p=g.pop(),l=y.pop(),c=f.pop(),x((r=e(i=t(s=(n+p)/2)))[0],r[1],u[0],u[1],c[0],c[1])<o?(a.push(c[0],c[1]),d[l=p.toString()]=!0):(g.push(p,s,s,n),f.push(c,r,r,u),y.push(l,i,i,h));return a}function ev(t){t=t||{},this.j=this.v=null,this.f=this.o=1/0,this.g=this.l=-1/0,this.ra=this.oa=1/0,this.R=this.I=-1/0,this.Jb=void 0!==t.targetSize?t.targetSize:100,this.fb=void 0!==t.maxLines?t.maxLines:100,this.i=[],this.c=[],this.pa=void 0!==t.strokeStyle?t.strokeStyle:ov,this.D=this.u=void 0,this.a=this.b=this.S=null,1==t.showLabels&&(this.na=t.lonLabelFormatter?t.lonLabelFormatter:Li.bind(this,"EW"),this.Ua=t.latLabelFormatter?t.latLabelFormatter:Li.bind(this,"NS"),this.fa=null==t.lonLabelPosition?0:t.lonLabelPosition,this.T=null==t.latLabelPosition?1:t.latLabelPosition,this.B=void 0!==t.lonLabelStyle?t.lonLabelStyle:new _c({font:"12px Calibri,sans-serif",textBaseline:"bottom",fill:new Th({color:"rgba(0,0,0,1)"}),stroke:new Gs({color:"rgba(255,255,255,1)",width:3})}),this.C=void 0!==t.latLabelStyle?t.latLabelStyle:new _c({font:"12px Calibri,sans-serif",textAlign:"end",fill:new Th({color:"rgba(0,0,0,1)"}),stroke:new Gs({color:"rgba(255,255,255,1)",width:3})}),this.b=[],this.a=[]),this.setMap(void 0!==t.map?t.map:null)}s(_d,Re),(t=_d.prototype).ka=function(){this.Ke(!1),Re.prototype.ka.call(this)},t.Am=function(){var t=this.Uh();t&&(this.f=zt(Wt("EPSG:4326"),t),this.a&&this.set("position",this.f(this.a)))},t.Bm=function(){if(Uo){var t=this.Vh();t&&void 0===this.c?this.c=navigator.geolocation.watchPosition(this.np.bind(this),this.op.bind(this),this.Gh()):t||void 0===this.c||(navigator.geolocation.clearWatch(this.c),this.c=void 0)}},t.np=function(t){t=t.coords,this.set("accuracy",t.accuracy),this.set("altitude",null===t.altitude?void 0:t.altitude),this.set("altitudeAccuracy",null===t.altitudeAccuracy?void 0:t.altitudeAccuracy),this.set("heading",null===t.heading?void 0:S(t.heading)),this.a?(this.a[0]=t.longitude,this.a[1]=t.latitude):this.a=[t.longitude,t.latitude];var e=this.f(this.a);this.set("position",e),this.set("speed",null===t.speed?void 0:t.speed),(t=Pr(jt,this.a,t.accuracy)).Dc(this.f),this.set("accuracyGeometry",t),this.s()},t.op=function(t){t.type="error",this.Ke(!1),this.b(t)},t.Dk=function(){return this.get("accuracy")},t.Ek=function(){return this.get("accuracyGeometry")||null},t.Gk=function(){return this.get("altitude")},t.Hk=function(){return this.get("altitudeAccuracy")},t.ym=function(){return this.get("heading")},t.zm=function(){return this.get("position")},t.Uh=function(){return this.get("projection")},t.ll=function(){return this.get("speed")},t.Vh=function(){return this.get("tracking")},t.Gh=function(){return this.get("trackingOptions")},t.Wh=function(t){this.set("projection",Wt(t))},t.Ke=function(t){this.set("tracking",t)},t.wj=function(t){this.set("trackingOptions",t)},s($d,Zi),(t=$d.prototype).clone=function(){var t=new $d(null);return zi(t,this.ja,this.A.slice()),t.s(),t},t.Kb=function(t,e,o,i){var r=this.A;t-=r[0];var n=e-r[1];if((e=t*t+n*n)<i){if(e)for(i=this.pd()/Math.sqrt(e),o[0]=r[0]+i*t,o[1]=r[1]+i*n,i=2;i<this.a;++i)o[i]=r[i];else for(i=0;i<this.a;++i)o[i]=r[i];return o.length=this.a,e}return i},t.Mc=function(t,e){var o=this.A;return(t-=o[0])*t+(e-=o[1])*e<=Qd(this)},t.wa=function(){return this.A.slice(0,this.a)},t.se=function(t){var e=this.A,o=e[this.a]-e[0];return W(e[0]-o,e[1]-o,e[0]+o,e[1]+o,t)},t.pd=function(){return Math.sqrt(Qd(this))},t.U=function(){return"Circle"},t.Xa=function(t){var e=this.G();return!!at(t,e)&&(e=this.wa(),t[0]<=e[0]&&t[2]>=e[0]||t[1]<=e[1]&&t[3]>=e[1]||_(t,this.sb,this))},t.ob=function(t){var e,o=this.a,i=t.slice();for(i[o]=i[0]+(this.A[o]-this.A[0]),e=1;e<o;++e)i[o+e]=t[e];zi(this,this.ja,i),this.s()},t.Ng=function(t,e,o){if(t){var i;for(Yi(this,o,t,0),this.A||(this.A=[]),t=er(o=this.A,t),o[t++]=o[0]+e,e=1,i=this.a;e<i;++e)o[t++]=o[e];o.length=t}else zi(this,"XY",null);this.s()},t.X=function(){},t.ma=function(){},t.Uc=function(t){this.A[this.a]=this.A[0]+t,this.s()};var ov=new Gs({color:"rgba(0,0,0,0.2)"}),iv=[90,45,30,20,10,5,2,1,.5,.2,.1,.05,.01,.005,.002,.001];function rv(t,e,o,i,r,n,p){var s=p;return o=function(e,o,i,t,r){return tv(function(t){return[e,o+(i-o)*t]},Kt(Wt("EPSG:4326"),t),r)}(e,o,i,t.j,r),(s=void 0!==t.i[s]?t.i[s]:new cl(null)).ba("XY",o),at(s.G(),n)&&(t.b&&(o=p,n=[(i=s.ga())[0],w(n[1]+Math.abs(n[1]-n[3])*t.fa,Math.max(n[1],i[1]),Math.min(n[3],i[i.length-1]))],(o=t.b[o]?t.b[o].Qd:new lr(null)).ma(n),t.b[p]={Qd:o,text:t.na(e)}),t.i[p++]=s),p}function nv(t,e,o,i,r){var n=r;if(o=function(e,o,i,t,r){return tv(function(t){return[o+(i-o)*t,e]},Kt(Wt("EPSG:4326"),t),r)}(e,t.g,t.f,t.j,o),(n=void 0!==t.c[n]?t.c[n]:new cl(null)).ba("XY",o),at(n.G(),i)){if(t.a){o=r;var p=n.ga();i=[w(i[0]+Math.abs(i[0]-i[2])*t.T,Math.max(i[0],p[0]),Math.min(i[2],p[p.length-2])),p[1]],(o=t.a[o]?t.a[o].Qd:new lr(null)).ma(i),t.a[r]={Qd:o,text:t.Ua(e)}}t.c[r++]=n}return r}function pv(t,e,o,i,r){je.call(this),this.f=r,this.extent=t,this.a=o,this.resolution=e,this.state=i}function sv(t,e,o,i,r,n,p){pv.call(this,t,e,o,0,i),this.j=r,this.M=new Image,null!==n&&(this.M.crossOrigin=n),this.c={},this.i=null,this.state=0,this.g=p}function av(t,e,o,i,r,n){this.c=n||null,pv.call(this,t,e,o,n?0:2,i),this.i=r}function hv(t,e){je.call(this),this.ta=t,this.state=e,this.i=null,this.key=""}function lv(t){if(!t.i)return t;var e=t.i;do{if(2==e.getState())return e;e=e.i}while(e);return t}function uv(t,e){t.state=e,t.s()}function cv(t,e,o,i,r){hv.call(this,t,e),this.g=o,this.M=new Image,null!==i&&(this.M.crossOrigin=i),this.c=null,this.j=r}function yv(t){t.c.forEach(Se),t.c=null}(t=ev.prototype).Cm=function(){return this.v},t.al=function(){return this.i},t.hl=function(){return this.c},t.Kh=function(t){var e=t.vectorContext,o=t.frameState,i=o.extent,r=(t=o.viewState).center,n=t.projection,p=t.resolution;if(t=p*p/(4*(t=o.pixelRatio)*t),!this.j||!Zt(this.j,n)){var s=Wt("EPSG:4326"),a=n.G(),h=n.g,l=Jt(h,s,n),u=h[2],c=h[1],y=h[0],f=l[3],g=l[2],d=l[1];l=l[0];this.o=h[3],this.f=u,this.l=c,this.g=y,this.oa=f,this.ra=g,this.I=d,this.R=l,this.u=Kt(s,n),this.D=Kt(n,s),this.S=this.D(et(a)),this.j=n}for(n.i&&(s=st(n=n.G()),(o=o.focus[0])<n[0]||o>n[2])&&(o=s*Math.ceil((n[0]-o)/s),i=[i[0]+o,i[1],i[2]+o,i[3]]),o=this.S[0],n=this.S[1],s=-1,h=Math.pow(this.Jb*p,2),u=[],c=[],p=0,a=iv.length;p<a&&(y=iv[p]/2,u[0]=o-y,u[1]=n-y,c[0]=o+y,c[1]=n+y,this.u(u,u),this.u(c,c),!((y=Math.pow(c[0]-u[0],2)+Math.pow(c[1]-u[1],2))<=h));++p)s=iv[p];if(-1==(p=s))this.i.length=this.c.length=0,this.b&&(this.b.length=0),this.a&&(this.a.length=0);else{for(r=(o=this.D(r))[0],o=o[1],n=this.fb,h=(s=Jt(s=[Math.max(i[0],this.R),Math.max(i[1],this.I),Math.min(i[2],this.ra),Math.min(i[3],this.oa)],this.j,"EPSG:4326"))[3],c=s[1],a=rv(this,u=w(r=Math.floor(r/p)*p,this.g,this.f),c,h,t,i,0),s=0;u!=this.g&&s++<n;)a=rv(this,u=Math.max(u-p,this.g),c,h,t,i,a);for(u=w(r,this.g,this.f),s=0;u!=this.f&&s++<n;)a=rv(this,u=Math.min(u+p,this.f),c,h,t,i,a);for(this.i.length=a,this.b&&(this.b.length=a),a=nv(this,r=w(o=Math.floor(o/p)*p,this.l,this.o),t,i,0),s=0;r!=this.l&&s++<n;)a=nv(this,r=Math.max(r-p,this.l),t,i,a);for(r=w(o,this.l,this.o),s=0;r!=this.o&&s++<n;)a=nv(this,r=Math.min(r+p,this.o),t,i,a);this.c.length=a,this.a&&(this.a.length=a)}for(e.Ma(null,this.pa),t=0,r=this.i.length;t<r;++t)p=this.i[t],e.zb(p);for(t=0,r=this.c.length;t<r;++t)p=this.c[t],e.zb(p);if(this.b)for(t=0,r=this.b.length;t<r;++t)p=this.b[t],this.B.xd(p.text),e.Cb(this.B),e.zb(p.Qd);if(this.a)for(t=0,r=this.a.length;t<r;++t)p=this.a[t],this.C.xd(p.text),e.Cb(this.C),e.zb(p.Qd)},t.setMap=function(t){this.v&&(this.v.K("postcompose",this.Kh,this),this.v.render()),t&&(t.J("postcompose",this.Kh,this),t.render()),this.v=t},s(pv,je),pv.prototype.s=function(){this.b("change")},pv.prototype.G=function(){return this.extent},pv.prototype.getState=function(){return this.state},s(sv,pv),(t=sv.prototype).Y=function(t){return void 0===t?this.M:(t=G(t))in this.c?this.c[t]:(e=gt(this.c)?this.M:this.M.cloneNode(!1),this.c[t]=e);var e},t.Fm=function(){this.state=3,this.i.forEach(Se),this.i=null,this.s()},t.Gm=function(){void 0===this.resolution&&(this.resolution=it(this.extent)/this.M.height),this.state=2,this.i.forEach(Se),this.i=null,this.s()},t.load=function(){0!=this.state&&3!=this.state||(this.state=1,this.s(),this.i=[we(this.M,"error",this.Fm,this),we(this.M,"load",this.Gm,this)],this.g(this,this.j))},t.Og=function(t){this.M=t},s(av,pv),av.prototype.g=function(t){this.state=t?3:2,this.s()},av.prototype.load=function(){0==this.state&&(this.state=1,this.s(),this.c(this.g.bind(this)))},av.prototype.Y=function(){return this.i},s(hv,je),hv.prototype.s=function(){this.b("change")},hv.prototype.bb=function(){return this.key+"/"+this.ta},hv.prototype.f=function(){return this.ta},hv.prototype.getState=function(){return this.state},s(cv,hv),(t=cv.prototype).ka=function(){1==this.state&&yv(this),this.i&&Ae(this.i),this.state=5,this.s(),hv.prototype.ka.call(this)},t.Y=function(){return this.M},t.bb=function(){return this.g},t.Dm=function(){this.state=3,this.M=fv,yv(this),this.s()},t.Em=function(){this.state=this.M.naturalWidth&&this.M.naturalHeight?2:4,yv(this),this.s()},t.load=function(){0!=this.state&&3!=this.state||(this.state=1,this.s(),this.c=[we(this.M,"error",this.Dm,this),we(this.M,"load",this.Em,this)],this.j(this,this.g))};var fv=new Image;function gv(t){t=t||{},Gr.call(this,{handleEvent:Gi}),this.g=t.formatConstructors?t.formatConstructors:[],this.o=t.projection?Wt(t.projection):null,this.a=null,this.target=t.target?t.target:null}function dv(t){var e,o=0;for(e=(t=t.dataTransfer.files).length;o<e;++o){var i=t.item(o),r=new FileReader;r.addEventListener("load",this.j.bind(this,i)),r.readAsText(i)}}function vv(t){t.stopPropagation(),t.preventDefault(),t.dataTransfer.dropEffect="copy"}function bv(t){var e=t.v;e&&(e=t.target?t.target:e.a,t.a=[me(e,"drop",dv,t),me(e,"dragenter",vv,t),me(e,"dragover",vv,t),me(e,"drop",vv,t)])}function mv(t){t.a&&(t.a.forEach(Se),t.a=null)}fv.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",s(gv,Gr),gv.prototype.j=function(t,e){e=e.target.result;var o=this.v,i=this.o;i=i||o.Z().v;var r,n=[],p=0;for(r=(o=this.g).length;p<r;++p){var s=new o[p],a={featureProjection:i};try{n=s.Oa(e,a)}catch(t){n=null}if(n&&0<n.length)break}this.b(new xv(wv,t,n,i))},gv.prototype.Ha=function(t){Gr.prototype.Ha.call(this,t),t?bv(this):mv(this)},gv.prototype.setMap=function(t){mv(this),Gr.prototype.setMap.call(this,t),this.c()&&bv(this)};var wv="addfeatures";function xv(t,e,o,i){Ee.call(this,t),this.features=o,this.file=e,this.projection=i}function Sv(t){t=t||{},tn.call(this,{handleDownEvent:Av,handleDragEvent:Mv,handleUpEvent:Pv}),this.l=t.condition?t.condition:Jr,this.a=this.g=void 0,this.j=0,this.u=void 0!==t.duration?t.duration:400}function Mv(t){if($r(t)){var e=t.map,o=e.Ob(),i=t.pixel;t=i[0]-o[0]/2,i=o[1]/2-i[1],o=Math.atan2(i,t),t=Math.sqrt(t*t+i*i),(e=e.Z()).g.rotation!==Pi&&void 0!==this.g&&(i=o-this.g,Br(e,e.Qa()-i)),this.g=o,void 0!==this.a&&(o=this.a*(e.Pa()/t),Vr(e,o)),void 0!==this.a&&(this.j=this.a/t),this.a=t}}function Pv(t){if(!$r(t))return!0;Dr(t=t.map.Z(),1,-1);var e=this.j-1,o=t.Qa();o=t.constrainRotation(o,0);Br(t,o,void 0,void 0);o=t.Pa();var i=this.u;o=t.constrainResolution(o,0,e);return Vr(t,o,void 0,i),this.j=0,!1}function Av(t){return!(!$r(t)||!this.l(t))&&(Dr(t.map.Z(),1,1),this.a=this.g=void 0,!0)}function Ev(t,e,o,i){this.fb=t,this.Ua=e,this.overlaps=i,this.c=0,this.resolution=o,this.ra=this.oa=null,this.a=[],this.coordinates=[],this.T=[1,0,0,1,0,0],this.b=[],this.B=null,this.fa=[1,0,0,1,0,0],this.na=[1,0,0,1,0,0]}function Tv(t,e,o,i,r,n,p){var s=t.coordinates.length,a=t.Sf();p&&(o+=r),p=[e[o],e[o+1]];var h,l=[NaN,NaN],u=!0;for(h=o+r;h<i;h+=r){l[0]=e[h],l[1]=e[h+1];var c=X(a,l);u=c!==y?(u&&(t.coordinates[s++]=p[0],t.coordinates[s++]=p[1]),t.coordinates[s++]=l[0],t.coordinates[s++]=l[1],!1):1!==c||(t.coordinates[s++]=l[0],t.coordinates[s++]=l[1],!1),p[0]=l[0],p[1]=l[1];var y=c}return(n&&u||h===o+r)&&(t.coordinates[s++]=p[0],t.coordinates[s++]=p[1]),s}function jv(t,e){t.oa=[0,e,0],t.a.push(t.oa),t.ra=[0,e,0],t.b.push(t.ra)}function Cv(t,e,o,i,r,n,p,s,a){if(t.B&&U(i,t.T))var h=t.B;else t.B||(t.B=[]),h=Vi(t.coordinates,0,t.coordinates.length,2,i,t.B),tp(t.T,i);i=!gt(n);for(var l,u,c,y,f,g=0,d=p.length,v=0,b=t.fa,m=t.na,w=0,x=0,S=t.a!=p||t.overlaps?0:200;g<d;){var M=p[g];switch(M[0]){case 0:v=M[1],i&&n[G(v).toString()]||!v.V()?g=M[2]:void 0===a||at(a,v.V().G())?++g:g=M[2]+1;break;case 1:S<w&&(t.Va(e,r),w=0),S<x&&(e.stroke(),x=0),w||x||(e.beginPath(),u=c=NaN),++g;break;case 2:l=h[v=M[1]],M=h[v+1],y=h[v+2]-l,v=h[v+3]-M,v=Math.sqrt(y*y+v*v),e.moveTo(l+v,M),e.arc(l,M,v,0,2*Math.PI,!0),++g;break;case 3:e.closePath(),++g;break;case 4:v=M[1],l=M[2];var P=M[3],A=M[4]*o,E=M[5]*o,T=M[6],j=M[7],C=M[8],L=M[9],R=M[10];y=M[11],f=M[12];var I=M[13],N=M[14];for(R&&(y+=r);v<l;v+=2){if(M=h[v]-A,R=h[v+1]-E,I&&(M=Math.round(M),R=Math.round(R)),1!=f||y){var F=M+A;np(b,F,k=R+E,f,f,y,-F,-k),e.setTransform.apply(e,b)}F=e.globalAlpha,1!=j&&(e.globalAlpha=F*j);var k=N+C>P.width?P.width-C:N,D=T+L>P.height?P.height-L:T;e.drawImage(P,C,L,k,D,M,R,k*o,D*o),1!=j&&(e.globalAlpha=F),1==f&&!y||e.setTransform.apply(e,m)}++g;break;case 5:for(v=M[1],l=M[2],E=M[3],T=M[4]*o,j=M[5]*o,y=M[6],f=M[7]*o,P=M[8],A=M[9],(R=M[10])&&(y+=r);v<l;v+=2){for(M=h[v]+T,R=h[v+1]+j,1==f&&!y||(np(b,M,R,f,f,y,-M,-R),e.setTransform.apply(e,b)),1<(L=(C=E.split("\n")).length)?R-=(L-1)/2*(I=Math.round(1.5*e.measureText("M").width)):I=0,N=0;N<L;N++)F=C[N],A&&e.strokeText(F,M,R),P&&e.fillText(F,M,R),R+=I;1==f&&!y||e.setTransform.apply(e,m)}++g;break;case 6:if(s&&(v=s(v=M[1])))return v;++g;break;case 7:S?w++:t.Va(e,r),++g;break;case 8:for(v=M[1],l=M[2],M=h[v],f=(R=h[v+1])+.5|0,(y=M+.5|0)===u&&f===c||(e.moveTo(M,R),u=y,c=f),v+=2;v<l;v+=2)y=(M=h[v])+.5|0,f=(R=h[v+1])+.5|0,v!=l-2&&y===u&&f===c||(e.lineTo(M,R),u=y,c=f);++g;break;case 9:t.R=M[2],w&&(t.Va(e,r),w=0,x&&(e.stroke(),x=0)),e.fillStyle=M[1],++g;break;case 10:v=void 0===M[8]||M[8];var O=M[9];l=M[2],x&&(e.stroke(),x=0),e.strokeStyle=M[1],e.lineWidth=v?l*o:l,e.lineCap=M[3],e.lineJoin=M[4],e.miterLimit=M[5],ko&&(l=M[6],y=M[7],v&&o!==O&&(l=l.map(function(t){return t*o/O}),y*=o/O,M[6]=l,M[7]=y,M[9]=o),e.lineDashOffset=y,e.setLineDash(l)),++g;break;case 11:e.font=M[1],e.textAlign=M[2],e.textBaseline=M[3],++g;break;case 12:S?x++:e.stroke(),++g;break;default:++g}}w&&t.Va(e,r),x&&e.stroke()}function Lv(t){var e=t.b;e.reverse();var o,i=e.length,r=-1;for(o=0;o<i;++o){var n=e[o],p=n[0];if(6==p)r=o;else if(0==p){for(n[2]=o,n=t.b,p=o;r<p;){var s=n[r];n[r]=n[p],n[p]=s,++r,--p}r=-1}}}function Rv(t,e){t.oa[2]=t.a.length,t.oa=null,t.ra[2]=t.b.length,t.ra=null,e=[6,e],t.a.push(e),t.b.push(e)}function Iv(t,e,o,i){Ev.call(this,t,e,o,i),this.M=this.I=null,this.C=this.D=this.S=this.u=this.v=this.l=this.o=this.j=this.g=this.f=this.i=void 0}function Nv(t,e,o,i){Ev.call(this,t,e,o,i),this.f=null,this.i={Md:void 0,Gd:void 0,Hd:null,Id:void 0,Jd:void 0,Kd:void 0,Ld:void 0,eg:0,strokeStyle:void 0,lineCap:void 0,lineDash:null,lineDashOffset:void 0,lineJoin:void 0,lineWidth:void 0,miterLimit:void 0}}function Fv(t,e,o,i,r){var n=t.coordinates.length;return n=[8,n,e=Tv(t,e,o,i,r,!1,!1)],t.a.push(n),t.b.push(n),i}function kv(t){var e=t.i,o=e.strokeStyle,i=e.lineCap,r=e.lineDash,n=e.lineDashOffset,p=e.lineJoin,s=e.lineWidth,a=e.miterLimit;e.Md==o&&e.Gd==i&&U(e.Hd,r)&&e.Id==n&&e.Jd==p&&e.Kd==s&&e.Ld==a||(e.eg!=t.coordinates.length&&(t.a.push([12]),e.eg=t.coordinates.length),t.a.push([10,o,s,i,p,a,r,n,!0,1],[1]),e.Md=o,e.Gd=i,e.Hd=r,e.Id=n,e.Jd=p,e.Kd=s,e.Ld=a)}function Dv(t,e,o,i){Ev.call(this,t,e,o,i),this.f=null,this.i={oh:void 0,Md:void 0,Gd:void 0,Hd:null,Id:void 0,Jd:void 0,Kd:void 0,Ld:void 0,fillStyle:void 0,strokeStyle:void 0,lineCap:void 0,lineDash:null,lineDashOffset:void 0,lineJoin:void 0,lineWidth:void 0,miterLimit:void 0}}function Ov(t,e,o,i,r){var n=void 0!==(p=t.i).fillStyle,p=null!=p.strokeStyle,s=i.length,a=[1];for(t.a.push(a),t.b.push(a),a=0;a<s;++a){var h=i[a];o=[8,t.coordinates.length,o=Tv(t,e,o,h,r,!0,!p)],t.a.push(o),t.b.push(o),p&&(o=[3],t.a.push(o),t.b.push(o)),o=h}return e=[7],t.b.push(e),n&&t.a.push(e),p&&(n=[12],t.a.push(n),t.b.push(n)),o}function Uv(t,e){var o=t.i,i=o.fillStyle,r=o.strokeStyle,n=o.lineCap,p=o.lineDash,s=o.lineDashOffset,a=o.lineJoin,h=o.lineWidth,l=o.miterLimit;if(void 0!==i&&("string"!=typeof i||o.oh!=i)){var u=[9,i];"string"!=typeof i&&(e=e.G(),u.push([e[0],e[3]])),t.a.push(u),o.oh=o.fillStyle}void 0===r||o.Md==r&&o.Gd==n&&U(o.Hd,p)&&o.Id==s&&o.Jd==a&&o.Kd==h&&o.Ld==l||(t.a.push([10,r,h,n,a,l,p,s,!0,1]),o.Md=r,o.Gd=n,o.Hd=p,o.Id=s,o.Jd=a,o.Kd=h,o.Ld=l)}function Gv(t,e,o,i){Ev.call(this,t,e,o,i),this.C=this.D=this.S=null,this.Ia="",this.o=this.j=0,this.l=void 0,this.u=this.v=0,this.g=this.f=this.i=null}function Bv(t,e,o,i,r){this.v=t,this.c=e,this.o=i,this.l=o,this.f=r,this.a={},this.g=Je(1,1),this.j=[1,0,0,1,0,0]}s(xv,Ee),s(Sv,tn),s(Ev,bp),Ev.prototype.Va=function(t,e){if(this.R){var o=ep(this.T,this.R.slice());t.translate(o[0],o[1]),t.rotate(e)}t.fill(),this.R&&t.setTransform.apply(t,this.na)},Ev.prototype.La=function(t,e,o,i,r){Cv(this,t,e,o,i,r,this.a,void 0,void 0)},Ev.prototype.Te=m,Ev.prototype.Sf=function(){return this.Ua},s(Iv,Ev),Iv.prototype.qc=function(t,e){if(this.M){jv(this,e);var o=t.ga(),i=this.coordinates.length;t=Tv(this,o,0,o.length,t.qa(),!1,!1),this.a.push([4,i,t,this.M,this.i,this.f,this.g,this.j,this.o,this.l,this.v,this.u,this.S,this.D,this.C]),this.b.push([4,i,t,this.I,this.i,this.f,this.g,this.j,this.o,this.l,this.v,this.u,this.S,this.D,this.C]),Rv(this,e)}},Iv.prototype.oc=function(t,e){if(this.M){jv(this,e);var o=t.ga(),i=this.coordinates.length;t=Tv(this,o,0,o.length,t.qa(),!1,!1),this.a.push([4,i,t,this.M,this.i,this.f,this.g,this.j,this.o,this.l,this.v,this.u,this.S,this.D,this.C]),this.b.push([4,i,t,this.I,this.i,this.f,this.g,this.j,this.o,this.l,this.v,this.u,this.S,this.D,this.C]),Rv(this,e)}},Iv.prototype.Te=function(){Lv(this),this.f=this.i=void 0,this.M=this.I=null,this.C=this.D=this.u=this.v=this.l=this.o=this.j=this.S=this.g=void 0},Iv.prototype.Ub=function(t){var e=t.Hc(),o=t.ic(),i=t.qg(1),r=t.Y(1),n=t.Oc();this.i=e[0],this.f=e[1],this.I=i,this.M=r,this.g=o[1],this.j=t.f,this.o=n[0],this.l=n[1],this.v=t.l,this.u=t.g,this.S=t.a,this.D=t.v,this.C=o[0]},s(Nv,Ev),(t=Nv.prototype).Sf=function(){return this.f||(this.f=j(this.Ua),0<this.c&&T(this.f,this.resolution*(this.c+1)/2,this.f)),this.f},t.mc=function(t,e){var o=this.i,i=o.lineWidth;void 0!==o.strokeStyle&&void 0!==i&&(kv(this),jv(this,e),this.b.push([10,o.strokeStyle,o.lineWidth,o.lineCap,o.lineJoin,o.miterLimit,o.lineDash,o.lineDashOffset,!0,1],[1]),Fv(this,o=t.ga(),0,o.length,t.qa()),this.b.push([12]),Rv(this,e))},t.nc=function(t,e){var o=this.i,i=o.lineWidth;if(void 0!==o.strokeStyle&&void 0!==i){kv(this),jv(this,e),this.b.push([10,o.strokeStyle,o.lineWidth,o.lineCap,o.lineJoin,o.miterLimit,o.lineDash,o.lineDashOffset,!0,1],[1]),o=t.Bb(),i=t.ga(),t=t.qa();var r,n=0,p=0;for(r=o.length;p<r;++p)n=Fv(this,i,n,o[p],t);this.b.push([12]),Rv(this,e)}},t.Te=function(){this.i.eg!=this.coordinates.length&&this.a.push([12]),Lv(this),this.i=null},t.Ma=function(t,e){t=e.a,this.i.strokeStyle=qe(t||dp),t=e.f,this.i.lineCap=void 0!==t?t:"round",t=e.i,this.i.lineDash=t||gp,t=e.g,this.i.lineDashOffset=t||0,t=e.j,this.i.lineJoin=void 0!==t?t:"round",t=e.c,this.i.lineWidth=void 0!==t?t:1,e=e.o,this.i.miterLimit=void 0!==e?e:10,this.i.lineWidth>this.c&&(this.c=this.i.lineWidth,this.f=null)},s(Dv,Ev),(t=Dv.prototype).Zb=function(t,e){var o=this.i,i=o.strokeStyle;if(void 0!==o.fillStyle||void 0!==i){Uv(this,t),jv(this,e),this.b.push([9,Ze(fp)]),void 0!==o.strokeStyle&&this.b.push([10,o.strokeStyle,o.lineWidth,o.lineCap,o.lineJoin,o.miterLimit,o.lineDash,o.lineDashOffset,!0,1]);var r=t.ga();i=this.coordinates.length;Tv(this,r,0,r.length,t.qa(),!1,!1),t=[1],i=[2,i],this.a.push(t,i),this.b.push(t,i),t=[7],this.b.push(t),void 0!==o.fillStyle&&this.a.push(t),void 0!==o.strokeStyle&&(o=[12],this.a.push(o),this.b.push(o)),Rv(this,e)}},t.rc=function(t,e){var o=this.i;Uv(this,t),jv(this,e),this.b.push([9,Ze(fp)]),void 0!==o.strokeStyle&&this.b.push([10,o.strokeStyle,o.lineWidth,o.lineCap,o.lineJoin,o.miterLimit,o.lineDash,o.lineDashOffset,!0,1]);o=t.Bb();Ov(this,t.ec(),0,o,t.qa()),Rv(this,e)},t.pc=function(t,e){var o=this.i,i=o.strokeStyle;if(void 0!==o.fillStyle||void 0!==i){Uv(this,t),jv(this,e),this.b.push([9,Ze(fp)]),void 0!==o.strokeStyle&&this.b.push([10,o.strokeStyle,o.lineWidth,o.lineCap,o.lineJoin,o.miterLimit,o.lineDash,o.lineDashOffset,!0,1]),o=t.c,i=wl(t),t=t.qa();var r,n=0,p=0;for(r=o.length;p<r;++p)n=Ov(this,i,n,o[p],t);Rv(this,e)}},t.Te=function(){Lv(this),this.i=null;var t=this.fb;if(t){var e,o=this.coordinates,i=0;for(e=o.length;i<e;++i)o[i]=t*Math.round(o[i]/t)}},t.Sf=function(){return this.f||(this.f=j(this.Ua),0<this.c&&T(this.f,this.resolution*(this.c+1)/2,this.f)),this.f},t.Ma=function(t,e){var o=this.i;t?(t=t.b,o.fillStyle=qe(t||fp)):o.fillStyle=void 0,e?(t=e.a,o.strokeStyle=qe(t||dp),t=e.f,o.lineCap=void 0!==t?t:"round",t=e.i,o.lineDash=t?t.slice():gp,t=e.g,o.lineDashOffset=t||0,t=e.j,o.lineJoin=void 0!==t?t:"round",t=e.c,o.lineWidth=void 0!==t?t:1,e=e.o,o.miterLimit=void 0!==e?e:10,o.lineWidth>this.c&&(this.c=o.lineWidth,this.f=null)):(o.strokeStyle=void 0,o.lineCap=void 0,o.lineDash=null,o.lineDashOffset=void 0,o.lineJoin=void 0,o.lineWidth=void 0,o.miterLimit=void 0)},s(Gv,Ev),Gv.prototype.yc=function(t,e,o,i,r,n){if(""!==this.Ia&&this.g&&(this.i||this.f)){if(this.i){r=this.i;var p=this.S;if(!p||p.fillStyle!=r.fillStyle){var s=[9,r.fillStyle];this.a.push(s),this.b.push(s),p?p.fillStyle=r.fillStyle:this.S={fillStyle:r.fillStyle}}}this.f&&(r=this.f,(p=this.D)&&p.lineCap==r.lineCap&&p.lineDash==r.lineDash&&p.lineDashOffset==r.lineDashOffset&&p.lineJoin==r.lineJoin&&p.lineWidth==r.lineWidth&&p.miterLimit==r.miterLimit&&p.strokeStyle==r.strokeStyle||(s=[10,r.strokeStyle,r.lineWidth,r.lineCap,r.lineJoin,r.miterLimit,r.lineDash,r.lineDashOffset,!1,1],this.a.push(s),this.b.push(s),p?(p.lineCap=r.lineCap,p.lineDash=r.lineDash,p.lineDashOffset=r.lineDashOffset,p.lineJoin=r.lineJoin,p.lineWidth=r.lineWidth,p.miterLimit=r.miterLimit,p.strokeStyle=r.strokeStyle):this.D={lineCap:r.lineCap,lineDash:r.lineDash,lineDashOffset:r.lineDashOffset,lineJoin:r.lineJoin,lineWidth:r.lineWidth,miterLimit:r.miterLimit,strokeStyle:r.strokeStyle})),r=this.g,(p=this.C)&&p.font==r.font&&p.textAlign==r.textAlign&&p.textBaseline==r.textBaseline||(s=[11,r.font,r.textAlign,r.textBaseline],this.a.push(s),this.b.push(s),p?(p.font=r.font,p.textAlign=r.textAlign,p.textBaseline=r.textBaseline):this.C={font:r.font,textAlign:r.textAlign,textBaseline:r.textBaseline}),jv(this,n),t=[5,r=this.coordinates.length,t=Tv(this,t,e,o,i,!1,!1),this.Ia,this.j,this.o,this.v,this.u,!!this.i,!!this.f,this.l],this.a.push(t),this.b.push(t),Rv(this,n)}},Gv.prototype.Cb=function(t){if(t){if((e=t.Fa())?(e=qe((e=e.b)||fp),this.i?this.i.fillStyle=e:this.i={fillStyle:e}):this.i=null,s=t.Ga()){var e=s.a,o=s.f,i=s.i,r=s.g,n=s.j,p=s.c,s=s.o;o=void 0!==o?o:"round",i=i?i.slice():gp,r=void 0!==r?r:0,n=void 0!==n?n:"round",p=void 0!==p?p:1,s=void 0!==s?s:10,e=qe(e||dp);if(this.f)(h=this.f).lineCap=o,h.lineDash=i,h.lineDashOffset=r,h.lineJoin=n,h.lineWidth=p,h.miterLimit=s,h.strokeStyle=e;else this.f={lineCap:o,lineDash:i,lineDashOffset:r,lineJoin:n,lineWidth:p,miterLimit:s,strokeStyle:e}}else this.f=null;var a=t.a,h=(e=t.i,o=t.c,i=t.o,p=t.f,s=t.b,r=t.Na(),n=t.g,t.j);t=void 0!==a?a:"10px sans-serif",n=void 0!==n?n:"center",h=void 0!==h?h:"middle",this.g?((a=this.g).font=t,a.textAlign=n,a.textBaseline=h):this.g={font:t,textAlign:n,textBaseline:h},this.Ia=void 0!==r?r:"",this.j=void 0!==e?e:0,this.o=void 0!==o?o:0,this.l=void 0!==i&&i,this.v=void 0!==p?p:0,this.u=void 0!==s?s:1}else this.Ia=""},s(Bv,Cp);var Xv={0:[[!0]]};function Vv(t,e,o){var i,r=Math.floor(t.length/2);if(r<=e)for(i=r;i<e;i++)t[i][o]=!0;else if(e<r)for(i=e+1;i<r;i++)t[i][o]=!0}function Wv(t){for(var e in t.a){var o,i=t.a[e];for(o in i)i[o].Te()}}function Zv(t,e){t=(o=t.c)[0];var o,i=o[1],r=o[2];return Vi(t=[t,i,t,o=o[3],r,o,r,i],0,8,2,e,t),t}Bv.prototype.Ea=function(t,e,o,i,r,n){var p=2*(i=Math.round(i))+1,s=np(this.j,i+.5,i+.5,1/e,-1/e,-o,-t[0],-t[1]),a=this.g;if(a.canvas.width!==p||a.canvas.height!==p?(a.canvas.width=p,a.canvas.height=p):a.clearRect(0,0,p,p),void 0!==this.f){var h=[1/0,1/0,-1/0,-1/0];q(h,t),T(h,e*(this.f+i),h)}var l=function(t){if(void 0!==Xv[t])return Xv[t];for(var e=2*t+1,o=Array(e),i=0;i<e;i++)o[i]=Array(e);e=t;for(var r=i=0;i<=e;)Vv(o,t+e,t+i),Vv(o,t+i,t+e),Vv(o,t-i,t+e),Vv(o,t-e,t+i),Vv(o,t-e,t-i),Vv(o,t-i,t-e),Vv(o,t+i,t-e),Vv(o,t+e,t-i),0<2*((r+=1+2*++i)-e)+1&&(r+=1-2*--e);return Xv[t]=o}(i);return function(t,e,o,i,r,n,p){var s,a,h=Object.keys(t.a).map(Number);h.sort(function(t,e){return e-t});var l=0;for(s=h.length;l<s;++l){var u=t.a[h[l].toString()];for(a=jp.length-1;0<=a;--a){var c=u[jp[a]];if(void 0!==c&&(c=Cv(c,e,1,o,i,r,c.b,n,p)))return c}}}(this,a,s,o,r,function(t){for(var e=a.getImageData(0,0,p,p).data,o=0;o<p;o++)for(var i=0;i<p;i++)if(l[o][i]&&0<e[4*(i*p+o)+3])return(t=n(t))?t:void a.clearRect(0,0,p,p)},h)},Bv.prototype.b=function(t,e){var o=void 0!==t?t.toString():"0";return void 0===(t=this.a[o])&&(t={},this.a[o]=t),void 0===(o=t[e])&&(o=new Kv[e](this.v,this.c,this.l,this.o),t[e]=o),o},Bv.prototype.i=function(){return gt(this.a)},Bv.prototype.La=function(t,e,o,i,r,n){var p=Object.keys(this.a).map(Number);p.sort(N);var s=Zv(this,o);t.save(),t.beginPath(),t.moveTo(s[0],s[1]),t.lineTo(s[2],s[3]),t.lineTo(s[4],s[5]),t.lineTo(s[6],s[7]),t.clip(),n=n||jp;var a,h;s=0;for(a=p.length;s<a;++s){var l=this.a[p[s].toString()],u=0;for(h=n.length;u<h;++u){var c=l[n[u]];void 0!==c&&c.La(t,e,o,i,r)}}t.restore()};var Kv={Circle:Dv,Image:Iv,LineString:Nv,Polygon:Dv,Text:Gv};function zv(t){Le.call(this),this.a=t}function Yv(t,e){var o=e.getState();return 2!=o&&3!=o&&me(e,"change",t.na,t),0==o&&(e.load(),o=e.getState()),2==o}function Hv(t){var e=t.a;e.Mb()&&"ready"==e.$f()&&t.s()}function qv(t,e){e.Ki()&&t.postRenderFunctions.push(function(t,e,o){e=G(t).toString(),t.fd(o.viewState.projection,o.usedTiles[e])}.bind(null,e))}function Jv(t,e){if(e){var o,i=0;for(o=e.length;i<o;++i){var r=e[i];t[G(r).toString()]=r}}}function _v(t,e){void 0!==(e=e.D)&&("string"==typeof e?t.logos[e]="":e&&(R("string"==typeof e.href,44),R("string"==typeof e.src,45),t.logos[e.src]=e.href))}function $v(t,e,o,i){e=G(e).toString(),o=o.toString(),e in t?o in t[e]?(t=t[e][o],i.ca<t.ca&&(t.ca=i.ca),i.$>t.$&&(t.$=i.$),i.da<t.da&&(t.da=i.da),i.ia>t.ia&&(t.ia=i.ia)):t[e][o]=i:(t[e]={},t[e][o]=i)}function Qv(t,e,o,i,r,n,p,s,a,h){var l=G(e).toString();l in t.wantedTiles||(t.wantedTiles[l]={});var u=t.wantedTiles[l];t=t.tileQueue;var c,y,f,g=o.minZoom;for(f=p;g<=f;--f){var d=re(o,n,f,d),v=o.Da(f);for(c=d.ca;c<=d.$;++c)for(y=d.da;y<=d.ia;++y)if(p-f<=s){var b=e.Nc(f,c,y,i,r);0==b.getState()&&(u[b.bb()]=!0,b.bb()in t.a||t.f([b,l,ne(o,b.ta),v])),a&&a.call(h,b)}else e.Ug(f,c,y,r)}}function tb(t){zv.call(this,t),this.fa=[1,0,0,1,0,0]}function eb(t,e,o){var i=e.pixelRatio,r=e.size[0]*i,n=e.size[1]*i,p=e.viewState.rotation,s=nt(o),a=pt(o),h=tt(o);o=Q(o),ep(e.coordinateToPixelTransform,s),ep(e.coordinateToPixelTransform,a),ep(e.coordinateToPixelTransform,h),ep(e.coordinateToPixelTransform,o),t.save(),vp(t,-p,r/2,n/2),t.beginPath(),t.moveTo(s[0]*i,s[1]*i),t.lineTo(a[0]*i,a[1]*i),t.lineTo(h[0]*i,h[1]*i),t.lineTo(o[0]*i,o[1]*i),t.clip(),vp(t,p,r/2,n/2)}function ob(t,e,o,i,r){var n=t.a;if(Ce(n,e)){var p=i.size[0]*i.pixelRatio,s=i.size[1]*i.pixelRatio,a=i.viewState.rotation;vp(o,-a,p/2,s/2),t=r||ib(t,i,0),n.b(new yp(e,new mp(o,i.pixelRatio,i.extent,t,i.viewState.rotation),i,o,null)),vp(o,a,p/2,s/2)}}function ib(t,e,o){var i=e.viewState,r=e.pixelRatio,n=r/i.resolution;return np(t.fa,r*e.size[0]/2,r*e.size[1]/2,n,-n,-i.rotation,-i.center[0]+o,-i.center[1])}function rb(t,e){return G(t)-G(e)}function nb(t,e){return(t=.5*t/e)*t}function pb(t,e,o,i,r,n){var p,s=!1;if(p=o.Y()){var a=p.Ye();2==a||3==a?p.Bj(r,n):(0==a&&p.load(),p.Nh(r,n),s=!0)}return(r=(0,o.Za)(e))&&(i=r.Vd(i),(0,sb[i.U()])(t,i,o,e)),s}s(zv,Le),zv.prototype.Ea=m,zv.prototype.Ue=Bi,zv.prototype.Nf=function(o,i,r){return function(e,t){return Pw(o,i,e,t,function(t){r[e]||(r[e]={}),r[e][t.ta.toString()]=t})}},zv.prototype.na=function(t){2===t.target.getState()&&Hv(this)},s(tb,zv),tb.prototype.u=function(t,e,o,i){if(this.Ea(t,e,0,Gi,this))return o.call(i,this.a,null)},tb.prototype.ef=function(t,e,o,i){ob(this,"postcompose",t,e,i)};var sb={Point:function(t,e,o,i){var r=o.Y();if(r){if(2!=r.Ye())return;var n=t.b(o.Ba(),"Image");n.Ub(r),n.qc(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),t.yc(e.ga(),0,2,2,e,i))},LineString:function(t,e,o,i){var r=o.Ga();if(r){var n=t.b(o.Ba(),"LineString");n.Ma(null,r),n.mc(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),t.yc(yl(e),0,2,2,e,i))},Polygon:function(t,e,o,i){var r=o.Fa(),n=o.Ga();if(r||n){var p=t.b(o.Ba(),"Polygon");p.Ma(r,n),p.rc(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),t.yc(Mr(e),0,2,2,e,i))},MultiPoint:function(t,e,o,i){var r=o.Y();if(r){if(2!=r.Ye())return;var n=t.b(o.Ba(),"Image");n.Ub(r),n.oc(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),o=e.ga(),t.yc(o,0,o.length,e.qa(),e,i))},MultiLineString:function(t,e,o,i){var r=o.Ga();if(r){var n=t.b(o.Ba(),"LineString");n.Ma(null,r),n.nc(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),o=gl(e),t.yc(o,0,o.length,2,e,i))},MultiPolygon:function(t,e,o,i){var r=o.Fa(),n=o.Ga();if(n||r){var p=t.b(o.Ba(),"Polygon");p.Ma(r,n),p.pc(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),o=ml(e),t.yc(o,0,o.length,2,e,i))},GeometryCollection:function(t,e,o,i){var r,n=0;for(r=(e=e.a).length;n<r;++n)(0,sb[e[n].U()])(t,e[n],o,i)},Circle:function(t,e,o,i){var r=o.Fa(),n=o.Ga();if(r||n){var p=t.b(o.Ba(),"Circle");p.Ma(r,n),p.Zb(e,i)}(r=o.Na())&&((t=t.b(o.Ba(),"Text")).Cb(r),t.yc(e.wa(),0,2,2,e,i))}};function ab(t){tb.call(this,t),this.c=!1,this.v=-1,this.l=NaN,this.j=[1/0,1/0,-1/0,-1/0],this.f=this.o=null,this.g=Je()}function hb(){this.b="precision mediump float;varying vec2 a;uniform float f;uniform sampler2D g;void main(void){vec4 texColor=texture2D(g,a);gl_FragColor.rgb=texColor.rgb;gl_FragColor.a=texColor.a*f;}"}s(ab,tb),ab.prototype.S=function(t,e,o){var i=t.extent,r=t.pixelRatio,n=e.Je?t.skippedFeatureUids:{},p=(s=t.viewState).projection,s=s.rotation,a=p.G(),h=this.a.ha(),l=ib(this,t,0);ob(this,"precompose",o,t,l);var u=e.extent,c=void 0!==u;if(c&&eb(o,t,u),(u=this.f)&&!u.i()){var y=0,f=0;if(Ce(this.a,"render")){var g=o.canvas.width,d=o.canvas.height;if(s){y=((v=Math.round(Math.sqrt(g*g+d*d)))-g)/2,f=(v-d)/2;g=d=v}this.g.canvas.width=g,this.g.canvas.height=d,g=this.g}else g=o;d=g.globalAlpha,g.globalAlpha=e.opacity,g!=o&&g.translate(y,f);var v=t.size[0]*r,b=t.size[1]*r;if(vp(g,-s,v/2,b/2),u.La(g,r,l,s,n),h.u&&p.i&&!O(a,i)){p=i[0],h=st(a);for(var m=0;p<a[0];)l=ib(this,t,l=h*--m),u.La(g,r,l,s,n),p+=h;for(m=0,p=i[2];p>a[2];)l=ib(this,t,l=h*++m),u.La(g,r,l,s,n),p-=h;l=ib(this,t,0)}vp(g,s,v/2,b/2),g!=o&&(ob(this,"render",g,t,l),o.drawImage(g.canvas,-y,-f),g.translate(-y,-f)),g.globalAlpha=d}c&&o.restore(),this.ef(o,t,e,l)},ab.prototype.Ea=function(t,e,o,i,r){if(this.f){var n=this.a,p={};return this.f.Ea(t,e.viewState.resolution,e.viewState.rotation,o,{},function(t){var e=G(t).toString();if(!(e in p))return p[e]=!0,i.call(r,t,n)})}},ab.prototype.D=function(){Hv(this)},ab.prototype.sd=function(t){function e(t){var e=t.Lc();if(e)var o=e.call(t,h);else(e=n.f)&&(o=e(t,h));if(o){if(o){if(e=!1,Array.isArray(o))for(var i=0,r=o.length;i<r;++i)e=pb(c,t,o[i],nb(h,l),this.D,this)||e;else e=pb(c,t,o,nb(h,l),this.D,this)||e;t=e}else t=!1;this.c=this.c||t}}var n=this.a,o=n.ha();Jv(t.attributions,o.j),_v(t,o);var i=t.viewHints[0],r=t.viewHints[1],p=n.T,s=n.na;if(!this.c&&!p&&i||!s&&r)return!0;var a=t.extent,h=(i=(s=t.viewState).projection,s.resolution),l=t.pixelRatio,u=(r=n.i,n.c);if(void 0===(p=n.get(bb))&&(p=rb),a=T(a,u*h),u=s.projection.G(),o.u&&s.projection.i&&!O(u,t.extent)&&(t=Math.max(st(a)/2,st(u)),a[0]=u[0]-t,a[2]=u[2]+t),!this.c&&this.l==h&&this.v==r&&this.o==p&&O(this.j,a))return!0;this.f=null,this.c=!1;var c=new Bv(.5*h/l,a,h,o.T,n.c);if(o.Yd(a,h,i),p){var y=[];o.$b(a,function(t){y.push(t)},this),y.sort(p),y.forEach(e,this)}else o.$b(a,e,this);return Wv(c),this.l=h,this.v=r,this.o=p,this.j=a,this.f=c,!0},s(hb,Rp);var lb=new hb;function ub(){this.b="varying vec2 a;attribute vec2 b;attribute vec2 c;uniform mat4 d;uniform mat4 e;void main(void){gl_Position=e*vec4(b,0.,1.);a=(d*vec4(c,0.,1.)).st;}"}s(ub,Ip);var cb=new ub;function yb(t,e){this.i=t.getUniformLocation(e,"f"),this.c=t.getUniformLocation(e,"e"),this.g=t.getUniformLocation(e,"d"),this.f=t.getUniformLocation(e,"g"),this.b=t.getAttribLocation(e,"b"),this.a=t.getAttribLocation(e,"c")}function fb(t,e){zv.call(this,e),this.c=t,this.T=new zp([-1,-1,0,0,1,-1,1,0,-1,1,0,1,1,1,1,1]),this.g=this.Ib=null,this.j=void 0,this.v=[1,0,0,1,0,0],this.S=[1,0,0,1,0,0],this.C=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],this.u=null}function gb(t,e,o,i){if(Ce(t=t.a,e)){var r=i.viewState;t.b(new yp(e,new Ua(o,r.center,r.resolution,r.rotation,i.size,i.extent,i.pixelRatio),i,null,o))}}function db(t,e){fb.call(this,t,e),this.l=!1,this.R=-1,this.I=NaN,this.D=[1/0,1/0,-1/0,-1/0],this.o=this.f=this.B=null}function vb(t){var e=ct({},t=t||{});delete e.style,delete e.renderBuffer,delete e.updateWhileAnimating,delete e.updateWhileInteracting,zn.call(this,e),this.c=void 0!==t.renderBuffer?t.renderBuffer:100,this.u=null,this.f=void 0,this.g(t.style),this.T=void 0!==t.updateWhileAnimating&&t.updateWhileAnimating,this.na=void 0!==t.updateWhileInteracting&&t.updateWhileInteracting}s(fb,zv),fb.prototype.Gi=function(t,e,o){gb(this,"precompose",o,t),os(o,34962,this.T);var i=o.b,r=ps(o,lb,cb);if(this.u)var n=this.u;else this.u=n=new yb(i,r);o.Qc(r)&&(i.enableVertexAttribArray(n.b),i.vertexAttribPointer(n.b,2,5126,!1,16,0),i.enableVertexAttribArray(n.a),i.vertexAttribPointer(n.a,2,5126,!1,16,8),i.uniform1i(n.f,0)),i.uniformMatrix4fv(n.g,!1,Up(this.C,this.v)),i.uniformMatrix4fv(n.c,!1,Up(this.C,this.S)),i.uniform1f(n.i,e.opacity),i.bindTexture(3553,this.Ib),i.drawArrays(5,0,4),gb(this,"postcompose",o,t)},fb.prototype.mg=function(){this.g=this.Ib=null,this.j=void 0},s(db,fb),(t=db.prototype).Gi=function(t,e,o){this.o=e;var i=t.viewState,r=this.f,n=t.size,p=t.pixelRatio,s=this.c.i;r&&!r.i()&&(s.enable(s.SCISSOR_TEST),s.scissor(0,0,n[0]*p,n[1]*p),r.La(o,i.center,i.resolution,i.rotation,n,p,e.opacity,e.Je?t.skippedFeatureUids:{}),s.disable(s.SCISSOR_TEST))},t.ka=function(){var t=this.f;t&&(Fa(t,this.c.f)(),this.f=null),fb.prototype.ka.call(this)},t.Ea=function(t,e,o,i,r){if(this.f&&this.o){o=e.viewState;var n=this.a,p={};return this.f.Ea(t,this.c.f,o.center,o.resolution,o.rotation,e.size,e.pixelRatio,this.o.opacity,{},function(t){var e=G(t).toString();if(!(e in p))return p[e]=!0,i.call(r,t,n)})}},t.Ue=function(t,e){if(this.f&&this.o){var o=e.viewState;return function(t,e,o,i,r,n,p,s){var a=o.b;return a.bindFramebuffer(a.FRAMEBUFFER,rs(o)),void 0!==ka(t,o,e,i,r,n,p,s,function(){var t=new Uint8Array(4);return a.readPixels(0,0,1,1,a.RGBA,a.UNSIGNED_BYTE,t),0<t[3]},!1)}(this.f,t,this.c.f,o.resolution,o.rotation,e.pixelRatio,this.o.opacity,e.skippedFeatureUids)}return!1},t.lg=function(t,e,o,i){if(t=ep(e.pixelToCoordinateTransform,t.slice()),this.Ue(t,e))return o.call(i,this.a,null)},t.Hi=function(){Hv(this)},t.ng=function(t,e,o){function i(t){var e=t.Lc();if(e)var o=e.call(t,h);else(e=r.f)&&(o=e(t,h));if(o){if(o){if(e=!1,Array.isArray(o))for(var i=o.length-1;0<=i;--i)e=pb(c,t,o[i],nb(h,l),this.Hi,this)||e;else e=pb(c,t,o,nb(h,l),this.Hi,this)||e;t=e}else t=!1;this.l=this.l||t}}var r=this.a;e=r.ha(),Jv(t.attributions,e.j),_v(t,e);var n=t.viewHints[0],p=t.viewHints[1],s=r.T,a=r.na;if(!this.l&&!s&&n||!a&&p)return!0;p=t.extent,n=(s=t.viewState).projection;var h=s.resolution,l=t.pixelRatio,u=(s=r.i,r.c);if(void 0===(a=r.get(bb))&&(a=rb),p=T(p,u*h),!this.l&&this.I==h&&this.R==s&&this.B==a&&O(this.D,p))return!0;this.f&&t.postRenderFunctions.push(Fa(this.f,o)),this.l=!1;var c=new Na(.5*h/l,p,r.c);if(e.Yd(p,h,n),a){var y=[];e.$b(p,function(t){y.push(t)},this),y.sort(a),y.forEach(i,this)}else e.$b(p,i,this);return function(t,e){for(var o in t.a){var i,r=t.a[o];for(i in r)r[i].Db(e)}}(c,o),this.I=h,this.R=s,this.B=a,this.D=p,this.f=c,!0},s(vb,zn),vb.prototype.Fd=function(t){var e=null,o=t.U();return"canvas"===o?e=new ab(this):"webgl"===o&&(e=new db(t,this)),e},vb.prototype.D=function(){return this.u},vb.prototype.C=function(){return this.f},vb.prototype.g=function(t){this.u=void 0!==t?t:Rh,this.f=null===t?void 0:Ch(this.u),this.s()};var bb="renderOrder";function mb(){return[[-1/0,-1/0,1/0,1/0]]}function wb(t){Re.call(this),this.c=Wt(t.projection),this.j=xb(t.attributions),this.D=t.logo,this.na=void 0!==t.state?t.state:"ready",this.u=void 0!==t.wrapX&&t.wrapX}function xb(t){if("string"==typeof t)return[new ce({html:t})];if(t instanceof ce)return[t];if(Array.isArray(t)){for(var e=t.length,o=Array(e),i=0;i<e;i++){var r=t[i];o[i]="string"==typeof r?new ce({html:r}):r}return o}return null}function Sb(t,e){t.na=e,t.s()}function Mb(t){wb.call(this,{attributions:(t=t||{}).attributions,logo:t.logo,projection:void 0,state:"ready",wrapX:void 0===t.wrapX||t.wrapX}),this.B=m,this.C=t.format,this.T=null==t.overlaps||t.overlaps,this.I=t.url,t.loader?this.B=t.loader:void 0!==this.I&&(R(this.C,7),this.B=il(this.I,this.C)),this.fa=t.strategy?t.strategy:mb;var e=void 0===t.useSpatialIndex||t.useSpatialIndex;if(this.a=e?new ua:null,this.R=new ua,this.g={},this.o={},this.l={},this.v={},this.f=null,t.features instanceof De)var o=t.features,i=o.a;else Array.isArray(t.features)&&(i=t.features);e||o||(o=new De(i)),i&&Eb(this,i),o&&function(t,e){var o=!1;me(t,"addfeature",function(t){o||(o=!0,e.push(t.feature),o=!1)}),me(t,"removefeature",function(t){o||(o=!0,e.remove(t.feature),o=!1)}),me(e,"add",function(t){o||(o=!0,this.yb(t.element),o=!1)},t),me(e,"remove",function(t){o||(o=!0,this.Gb(t.element),o=!1)},t),t.f=e}(this,o)}function Pb(t,e,o){t.v[e]=[me(o,"change",t.Oi,t),me(o,"propertychange",t.Oi,t)]}function Ab(t,e,o){var i=!0,r=o.a;return void 0!==r?r.toString()in t.o?i=!1:t.o[r.toString()]=o:(R(!(e in t.l),30),t.l[e]=o),i}function Eb(t,e){var o,i=[],r=[],n=[],p=0;for(o=e.length;p<o;p++){var s=e[p],a=G(s).toString();Ab(t,a,s)&&r.push(s)}for(p=0,o=r.length;p<o;p++)Pb(t,a=G(s=r[p]).toString(),s),(e=s.V())?(a=e.G(),i.push(a),n.push(s)):t.g[a]=s;for(t.a&&t.a.load(i,n),p=0,o=r.length;p<o;p++)t.b(new jb("addfeature",r[p]))}function Tb(t,e){for(var o in t.o)if(t.o[o]===e){delete t.o[o];break}}function jb(t,e){Ee.call(this,t),this.feature=e}function Cb(t){tn.call(this,{handleDownEvent:Rb,handleEvent:Lb,handleUpEvent:Ib}),this.T=!1,this.fa=null,this.u=!1,this.Yb=t.source?t.source:null,this.$a=t.features?t.features:null,this.wk=t.snapTolerance?t.snapTolerance:12,this.R=t.type,this.g=function(t){var e;return"Point"===t||"MultiPoint"===t?e=Gb:"LineString"===t||"MultiLineString"===t?e=Bb:"Polygon"===t||"MultiPolygon"===t?e=Xb:"Circle"===t&&(e=Vb),e}(this.R),this.Sa=t.minPoints?t.minPoints:this.g===Xb?3:2,this.va=t.maxPoints?t.maxPoints:1/0,this.Cf=t.finishCondition?t.finishCondition:Gi;var e=t.geometryFunction;if(!e)if("Circle"===this.R)e=function(t,e){return(e=e||new $d([NaN,NaN])).Ng(t[0],Math.sqrt(ki(t[0],t[1]))),e};else{var o,i=this.g;i===Gb?o=lr:i===Bb?o=cl:i===Xb&&(o=Sr),e=function(t,e){return e?i===Xb?e.ma([t[0].concat([t[0][0]])]):e.ma(t):e=new o(t),e}}this.Za=e,this.I=this.C=this.a=this.B=this.j=this.l=null,this.ad=t.clickTolerance?t.clickTolerance*t.clickTolerance:36,this.pa=new vb({source:new Mb({useSpatialIndex:!1,wrapX:!!t.wrapX&&t.wrapX}),style:t.style?t.style:function(){var e=Ih();return function(t){return e[t.V().U()]}}()}),this.xb=t.geometryName,this.vk=t.condition?t.condition:qr,this.Df=t.freehand?Gi:t.freehandCondition?t.freehandCondition:Jr,me(this,Ne("active"),this.ri,this)}function Lb(t){this.u=this.g!==Gb&&this.Df(t);var e=!this.u;return this.u&&"pointerdrag"===t.type&&null!==this.j?(Db(this,t),e=!1):"pointermove"===t.type?e=Nb(this,t):"dblclick"===t.type&&(e=!1),on.call(this,t)&&e}function Rb(t){return this.T=!this.u,this.u?(this.fa=t.pixel,this.l||kb(this,t),!0):!!this.vk(t)&&(this.fa=t.pixel,!0)}function Ib(t){var e=!0;Nb(this,t);var o=this.g===Vb;return this.T?(this.l?this.u||o?this.Pd():Fb(this,t)?this.Cf(t)&&this.Pd():Db(this,t):(kb(this,t),this.g===Gb&&this.Pd()),e=!1):this.u&&(this.l=null,Ob(this)),e}function Nb(t,e){if(t.fa&&(!t.u&&t.T||t.u&&!t.T)){var o=t.fa,i=e.pixel,r=(r=o[0]-i[0])*r+(o=o[1]-i[1])*o;t.T=t.u?r>t.ad:r<=t.ad}return t.l?(r=e.coordinate,o=t.j.V(),t.g===Gb?i=t.a:t.g===Xb?(i=(i=t.a[0])[i.length-1],Fb(t,e)&&(r=t.l.slice())):i=(i=t.a)[i.length-1],i[0]=r[0],i[1]=r[1],t.Za(t.a,o),t.B&&t.B.V().ma(r),o instanceof Sr&&t.g!==Xb?(t.C||(t.C=new Fh(new cl(null))),r=o.Ch(0),(e=t.C.V()).ba(r.ja,r.ga())):t.I&&(e=t.C.V()).ma(t.I),Ub(t)):(e=e.coordinate.slice(),t.B?t.B.V().ma(e):(t.B=new Fh(new lr(e)),Ub(t))),!0}function Fb(t,e){var o=!1;if(t.j){var i=!1,r=[t.l];if(t.g===Bb?i=t.a.length>t.Sa:t.g===Xb&&(i=t.a[0].length>t.Sa,r=[t.a[0][0],t.a[0][t.a[0].length-2]]),i){i=e.map;for(var n=0,p=r.length;n<p;n++){var s=r[n],a=i.Ja(s),h=e.pixel;o=h[0]-a[0],a=h[1]-a[1];if(o=Math.sqrt(o*o+a*a)<=(t.u?1:t.wk)){t.l=s;break}}}}return o}function kb(t,e){e=e.coordinate,t.l=e,t.g===Gb?t.a=e.slice():t.g===Xb?(t.a=[[e.slice(),e.slice()]],t.I=t.a[0]):(t.a=[e.slice(),e.slice()],t.g===Vb&&(t.I=t.a)),t.I&&(t.C=new Fh(new cl(t.I))),e=t.Za(t.a),t.j=new Fh,t.xb&&t.j.Tc(t.xb),t.j.Ra(e),Ub(t),t.b(new Wb("drawstart",t.j))}function Db(t,e){e=e.coordinate;var o,i=t.j.V();if(t.g===Bb){t.l=e.slice();var r=t.a;r.length>=t.va&&(t.u?r.pop():o=!0),r.push(e.slice()),t.Za(r,i)}else t.g===Xb&&((r=t.a[0]).length>=t.va&&(t.u?r.pop():o=!0),r.push(e.slice()),o&&(t.l=r[0]),t.Za(t.a,i));Ub(t),o&&t.Pd()}function Ob(t){t.l=null;var e=t.j;return e&&(t.j=null,t.B=null,t.C=null,t.pa.ha().clear(!0)),e}function Ub(t){var e=[];t.j&&e.push(t.j),t.C&&e.push(t.C),t.B&&e.push(t.B),(t=t.pa.ha()).clear(!0),t.cd(e)}s(wb,Re),(t=wb.prototype).Ea=m,t.ya=function(){return this.j},t.xa=function(){return this.D},t.za=function(){return this.c},t.getState=function(){return this.na},t.sa=function(){this.s()},t.ua=function(t){this.j=xb(t),this.s()},s(Mb,wb),(t=Mb.prototype).yb=function(t){var e=G(t).toString();if(Ab(this,e,t)){Pb(this,e,t);var o=t.V();o?(e=o.G(),this.a&&this.a.Ca(e,t)):this.g[e]=t,this.b(new jb("addfeature",t))}this.s()},t.cd=function(t){Eb(this,t),this.s()},t.clear=function(t){if(t){for(var e in this.v)this.v[e].forEach(Se);this.f||(this.v={},this.o={},this.l={})}else if(this.a)for(var o in this.a.forEach(this.Ig,this),this.g)this.Ig(this.g[o]);this.f&&this.f.clear(),this.a&&this.a.clear(),this.R.clear(),this.g={},this.b(new jb("clear")),this.s()},t.sh=function(t,e){return this.a?this.a.forEach(t,e):this.f?this.f.forEach(t,e):void 0},t.$b=function(t,e,o){return this.a?ga(this.a,t,e,o):this.f?this.f.forEach(e,o):void 0},t.th=function(e,o,i){return this.$b(e,function(t){if(t.V().Xa(e)&&(t=o.call(i,t)))return t})},t.Ah=function(){return this.f},t.Xe=function(){if(this.f)var t=this.f.a;else this.a&&(t=ya(this.a),gt(this.g)||c(t,ft(this.g)));return t},t.zh=function(t){var e=[];return function(t,e,o){t.$b([e[0],e[1],e[0],e[1]],function(t){if(t.V().sb(e))return o.call(void 0,t)})}(this,t,function(t){e.push(t)}),e},t.Uf=function(t){return fa(this.a,t)},t.vh=function(t,e){var i=t[0],r=t[1],n=null,p=[NaN,NaN],s=1/0,a=[-1/0,-1/0,1/0,1/0],h=e||Gi;return ga(this.a,a,function(t){if(h(t)){var e=t.V(),o=s;(s=e.Kb(i,r,p,s))<o&&(n=t,t=Math.sqrt(s),a[0]=i-t,a[1]=r-t,a[2]=i+t,a[3]=r+t)}}),n},t.G=function(t){return this.a.G(t)},t.yh=function(t){return void 0!==(t=this.o[t.toString()])?t:null},t.Mi=function(){return this.C},t.Ni=function(){return this.I},t.Oi=function(t){var e=G(t=t.target).toString(),o=t.V();o?(o=o.G(),e in this.g?(delete this.g[e],this.a&&this.a.Ca(o,t)):this.a&&ca(this.a,o,t)):e in this.g||(this.a&&this.a.remove(t),this.g[e]=t),void 0!==(o=t.a)?(o=o.toString(),e in this.l?(delete this.l[e],this.o[o]=t):this.o[o]!==t&&(Tb(this,t),this.o[o]=t)):e in this.l||(Tb(this,t),this.l[e]=t),this.s(),this.b(new jb("changefeature",t))},t.Yd=function(t,e,o){var i,r=this.R,n=0;for(i=(t=this.fa(t,e)).length;n<i;++n){var p=t[n];ga(r,p,function(t){return O(t.extent,p)})||(this.B.call(this,p,e,o),r.Ca(p,{extent:p.slice()}))}},t.Gb=function(t){var e=G(t).toString();e in this.g?delete this.g[e]:this.a&&this.a.remove(t),this.Ig(t),this.s()},t.Ig=function(t){var e=G(t).toString();this.v[e].forEach(Se),delete this.v[e];var o=t.a;void 0!==o?delete this.o[o.toString()]:delete this.l[e],this.b(new jb("removefeature",t))},s(jb,Ee),s(Cb,tn),(t=Cb.prototype).setMap=function(t){tn.prototype.setMap.call(this,t),this.ri()},t.Op=function(){if(this.j){var t=this.j.V();if(this.g===Bb){var e=this.a;e.splice(-2,1),this.Za(e,t),2<=e.length&&(this.l=e[e.length-2].slice())}else if(this.g===Xb){(e=this.a[0]).splice(-2,1),this.C.V().ma(e),this.Za(this.a,t)}0===e.length&&(this.l=null),Ub(this)}},t.Pd=function(){var t=Ob(this),e=this.a,o=t.V();this.g===Bb?(e.pop(),this.Za(e,o)):this.g===Xb&&(e[0].pop(),this.Za(e,o),e=o.X()),"MultiPoint"===this.R?t.Ra(new vl([e])):"MultiLineString"===this.R?t.Ra(new fl([e])):"MultiPolygon"===this.R&&t.Ra(new bl([e])),this.b(new Wb("drawend",t)),this.$a&&this.$a.push(t),this.Yb&&this.Yb.yb(t)},t.vn=function(t){var e=t.V();this.j=t,this.a=e.X(),t=this.a[this.a.length-1],this.l=t.slice(),this.a.push(t.slice()),Ub(this),this.b(new Wb("drawstart",this.j))},t.Xc=Bi,t.ri=function(){var t=this.v,e=this.c();t&&e||Ob(this),this.pa.setMap(e?t:null)};var Gb="Point",Bb="LineString",Xb="Polygon",Vb="Circle";function Wb(t,e){Ee.call(this,t),this.feature=e}function Zb(t){this.a=this.j=null,this.C=!1,this.B=this.l=null,(t=t||{}).extent&&this.g(t.extent),tn.call(this,{handleDownEvent:zb,handleDragEvent:Yb,handleEvent:Kb,handleUpEvent:Hb}),this.u=new vb({source:new Mb({useSpatialIndex:!1,wrapX:!!t.wrapX}),style:t.boxStyle?t.boxStyle:function(){var t=Ih();return function(){return t.Polygon}}(),updateWhileAnimating:!0,updateWhileInteracting:!0}),this.I=new vb({source:new Mb({useSpatialIndex:!1,wrapX:!!t.wrapX}),style:t.pointerStyle?t.pointerStyle:function(){var t=Ih();return function(){return t.Point}}(),updateWhileAnimating:!0,updateWhileInteracting:!0})}function Kb(t){if(!(t instanceof zo))return!0;if("pointermove"==t.type&&!this.D){var e=t.pixel,o=t.map,i=_b(this,e,o);$b(this,i=i||o.Wa(e))}return on.call(this,t),!1}function zb(t){function e(t){var e=null,o=null;return t[0]==r[0]?e=r[2]:t[0]==r[2]&&(e=r[0]),t[1]==r[1]?o=r[3]:t[1]==r[3]&&(o=r[1]),null!==e&&null!==o?[e,o]:null}var o=t.pixel,i=t.map,r=this.G();return(t=_b(this,o,i))&&r?(o=t[0]==r[0]||t[0]==r[2]?t[0]:null,i=t[1]==r[1]||t[1]==r[3]?t[1]:null,null!==o&&null!==i?this.a=qb(e(t)):null!==o?this.a=Jb(e([o,r[1]]),e([o,r[3]])):null!==i&&(this.a=Jb(e([r[0],i]),e([r[2],i])))):(t=i.Wa(o),this.g([t[0],t[1],t[0],t[1]]),this.a=qb(t)),!0}function Yb(t){return this.a&&(t=t.coordinate,this.g(this.a(t)),$b(this,t)),!0}function Hb(){this.a=null;var t=this.G();return t&&$(t)||this.g(null),!1}function qb(e){return function(t){return E([e,t])}}function Jb(e,o){return e[0]==o[0]?function(t){return E([e,[t[0],o[1]]])}:e[1]==o[1]?function(t){return E([e,[o[0],t[1]]])}:null}function _b(t,e,o){var i=o.Wa(e);if(r=t.G()){(r=[[[r[0],r[1]],[r[0],r[3]]],[[r[0],r[3]],[r[2],r[3]]],[[r[2],r[3]],[r[2],r[1]]],[[r[2],r[1]],[r[0],r[1]]]]).sort(function(t,e){return Oi(i,t)-Oi(i,e)});var r=r[0],n=Ci(i,r),p=o.Ja(n);if(Di(e,p)<=10)return e=o.Ja(r[0]),o=o.Ja(r[1]),e=ki(p,e),o=ki(p,o),t.C=Math.sqrt(Math.min(e,o))<=10,t.C&&(n=o<e?r[1]:r[0]),n}return null}function $b(t,e){var o=t.B;o?o.V().ma(e):(o=new Fh(new lr(e)),t.B=o,t.I.ha().yb(o))}function Qb(t){Ee.call(this,tm),this.b=t}s(Wb,Ee),s(Zb,tn),Zb.prototype.setMap=function(t){this.u.setMap(t),this.I.setMap(t),tn.prototype.setMap.call(this,t)},Zb.prototype.G=function(){return this.j},Zb.prototype.g=function(t){this.j=t||null;var e=this.l;e?t?e.Ra(Ar(t)):e.Ra(void 0):(this.l=e=new Fh(t?Ar(t):{}),this.u.ha().yb(e)),this.b(new Qb(this.j))},s(Qb,Ee);var tm="extentchanged";function em(t){tn.call(this,{handleDownEvent:pm,handleDragEvent:sm,handleEvent:hm,handleUpEvent:am}),this.ad=t.condition?t.condition:Qr,this.$a=function(t){return qr(t)&&Hr(t)},this.xb=t.deleteCondition?t.deleteCondition:this.$a,this.Yb=t.insertVertexCondition?t.insertVertexCondition:Gi,this.Sa=this.g=null,this.va=[0,0],this.C=this.I=!1,this.a=new ua,this.fa=void 0!==t.pixelTolerance?t.pixelTolerance:10,this.l=this.pa=!1,this.j=[],this.B=new vb({source:new Mb({useSpatialIndex:!1,wrapX:!!t.wrapX}),style:t.style?t.style:function(){var t=Ih();return function(){return t.Point}}(),updateWhileAnimating:!0,updateWhileInteracting:!0}),this.T={Point:this.Dn,LineString:this.ti,LinearRing:this.ti,Polygon:this.En,MultiPoint:this.Bn,MultiLineString:this.An,MultiPolygon:this.Cn,Circle:this.yn,GeometryCollection:this.zn},this.u=t.features,this.u.forEach(this.kg,this),me(this.u,"add",this.wn,this),me(this.u,"remove",this.xn,this),this.R=null}function om(t,e){t.C||(t.C=!0,t.b(new fm("modifystart",t.u,e)))}function im(t,e){!function(t,e){t=t.a;var o=[];t.forEach(function(t){e===t.feature&&o.push(t)});for(var i=o.length-1;0<=i;--i)t.remove(o[i])}(t,e),t.g&&!t.u.dc()&&(t.B.ha().Gb(t.g),t.g=null),xe(e,"change",t.si,t)}function rm(t,e){var o=t.g;o?o.V().ma(e):(o=new Fh(new lr(e)),t.g=o,t.B.ha().yb(o))}function nm(t,e){return t.index-e.index}function pm(t){if(!this.ad(t))return!1;lm(this,t.pixel,t.map);var e=t.map.Wa(t.pixel);if(this.j.length=0,this.C=!1,o=this.g){var o,i=[],r=E([o=o.V().X()]),n={};(r=fa(this.a,r)).sort(nm);for(var p=0,s=r.length;p<s;++p){var a=r[p],h=a.la,l=G(a.feature),u=a.depth;u&&(l+="-"+u.join("-")),n[l]||(n[l]=Array(2)),"Circle"===a.geometry.U()&&1===a.index?Ii(h=cm(e,a),o)&&!n[l][0]&&(this.j.push([a,0]),n[l][0]=a):Ii(h[0],o)&&!n[l][0]?(this.j.push([a,0]),n[l][0]=a):Ii(h[1],o)&&!n[l][1]?("LineString"===a.geometry.U()||"MultiLineString"===a.geometry.U())&&n[l][0]&&0===n[l][0].index||(this.j.push([a,1]),n[l][1]=a):this.Yb(t)&&G(h)in this.Sa&&!n[l][0]&&!n[l][1]&&i.push([a,o])}for(i.length&&om(this,t),t=i.length-1;0<=t;--t)this.bm.apply(this,i[t])}return!!this.g}function sm(t){this.I=!1,om(this,t),t=t.coordinate;for(var e=0,o=this.j.length;e<o;++e){for(var i,r=(a=this.j[e])[0],n=r.depth,p=r.geometry,s=r.la,a=a[1];t.length<p.qa();)t.push(s[a][t.length]);switch(p.U()){case"Point":i=t,s[0]=s[1]=t;break;case"MultiPoint":(i=p.X())[r.index]=t,s[0]=s[1]=t;break;case"LineString":(i=p.X())[r.index+a]=t,s[a]=t;break;case"MultiLineString":case"Polygon":(i=p.X())[n[0]][r.index+a]=t,s[a]=t;break;case"MultiPolygon":(i=p.X())[n[1]][n[0]][r.index+a]=t,s[a]=t;break;case"Circle":s[0]=s[1]=t,0===r.index?(this.l=!0,p.ob(t)):(this.l=!0,p.Uc(Di(p.wa(),t))),this.l=!1}i&&(r=p,n=i,this.l=!0,r.ma(n),this.l=!1)}rm(this,t)}function am(t){for(var e,o,i=this.j.length-1;0<=i;--i)if("Circle"===(o=(e=this.j[i][0]).geometry).U()){var r=o.wa(),n=e.Pf[0];e=e.Pf[1],n.la[0]=n.la[1]=r,e.la[0]=e.la[1]=r,ca(this.a,K(r),n),ca(this.a,o.G(),e)}else ca(this.a,E(e.la),e);return this.C&&(this.b(new fm("modifyend",this.u,t)),this.C=!1),!1}function hm(t){return!(t instanceof zo)||(Fr((this.R=t).map.Z())[1]||"pointermove"!=t.type||this.D||(this.va=t.pixel,lm(this,t.pixel,t.map)),this.g&&this.xb(t)&&(e=!("singleclick"!=t.type||!this.I)||this.hj()),"singleclick"==t.type&&(this.I=!1),on.call(this,t)&&!e);var e}function lm(t,e,o){var i=o.Wa(e),r=T(K(i),o.Z().Pa()*t.fa);if(0<(r=fa(t.a,r)).length){r.sort(function(t,e){return um(i,t)-um(i,e)});var n=r[0],p=n.la,s=cm(i,n),a=o.Ja(s),h=Di(e,a);if(h<=t.fa){if(e={},"Circle"===n.geometry.U()&&1===n.index)t.pa=!0,rm(t,s);else for(h=o.Ja(p[0]),n=o.Ja(p[1]),o=ki(a,h),a=ki(a,n),h=Math.sqrt(Math.min(o,a)),t.pa=h<=t.fa,t.pa&&(s=a<o?p[1]:p[0]),rm(t,s),a=1,o=r.length;a<o&&(s=r[a].la,Ii(p[0],s[0])&&Ii(p[1],s[1])||Ii(p[0],s[1])&&Ii(p[1],s[0]));++a)e[G(s)]=!0;return e[G(p)]=!0,void(t.Sa=e)}}t.g&&(t.B.ha().Gb(t.g),t.g=null)}function um(t,e){var o=e.geometry;return"Circle"===o.U()&&1===e.index?(t=ki(o.wa(),t),(o=Math.sqrt(t)-o.pd())*o):Oi(t,e.la)}function cm(t,e){var o=e.geometry;return"Circle"===o.U()&&1===e.index?o.Ab(t):Ci(t,e.la)}function ym(t,e,o,i,r){ga(t.a,e.G(),function(t){t.geometry===e&&(void 0===i||void 0===t.depth||U(t.depth,i))&&t.index>o&&(t.index+=r)})}function fm(t,e,o){Ee.call(this,t),this.features=e,this.mapBrowserEvent=o}function gm(t){if(Gr.call(this,{handleEvent:dm}),t=t||{},this.C=t.condition?t.condition:Hr,this.D=t.addCondition?t.addCondition:Bi,this.B=t.removeCondition?t.removeCondition:Bi,this.I=t.toggleCondition?t.toggleCondition:Jr,this.l=!!t.multi&&t.multi,this.o=t.filter?t.filter:Gi,this.j=t.hitTolerance?t.hitTolerance:0,this.g=new vb({source:new Mb({useSpatialIndex:!1,features:t.features,wrapX:t.wrapX}),style:t.style?t.style:function(){var e=Ih();return c(e.Polygon,e.LineString),c(e.GeometryCollection,e.LineString),function(t){return t.V()?e[t.V().U()]:null}}(),updateWhileAnimating:!0,updateWhileInteracting:!0}),t.layers)if("function"==typeof t.layers)t=t.layers;else{var e=t.layers;t=function(t){return d(e,t)}}else t=Gi;this.u=t,this.a={},me(t=this.g.ha().f,"add",this.Fn,this),me(t,"remove",this.Jn,this)}function dm(t){if(!this.C(t))return!0;var o=this.D(t),i=this.B(t),r=this.I(t),e=!o&&!i&&!r,n=t.map,p=this.g.ha().f,s=[],a=[];if(e){for(yt(this.a),n.we(t.pixel,function(t,e){if(this.o(t,e))return a.push(t),t=G(t),this.a[t]=e,!this.l}.bind(this),{layerFilter:this.u,hitTolerance:this.j}),e=p.dc()-1;0<=e;--e){n=p.item(e);var h=a.indexOf(n);-1<h?a.splice(h,1):(p.remove(n),s.push(n))}a.length&&p.fg(a)}else{for(n.we(t.pixel,function(t,e){if(this.o(t,e))return!o&&!r||d(p.a,t)?(i||r)&&d(p.a,t)&&(s.push(t),e=G(t),delete this.a[e]):(a.push(t),t=G(t),this.a[t]=e),!this.l}.bind(this),{layerFilter:this.u,hitTolerance:this.j}),e=s.length-1;0<=e;--e)p.remove(s[e]);p.fg(a)}return(0<a.length||0<s.length)&&this.b(new vm(bm,a,s,t)),Yr(t)}function vm(t,e,o,i){Ee.call(this,t),this.selected=e,this.deselected=o,this.mapBrowserEvent=i}s(em,tn),(t=em.prototype).kg=function(t){var e=t.V();e&&e.U()in this.T&&this.T[e.U()].call(this,t,e),(e=this.v)&&e.c&&this.c()&&lm(this,this.va,e),me(t,"change",this.si,this)},t.Ha=function(t){this.g&&!t&&(this.B.ha().Gb(this.g),this.g=null),tn.prototype.Ha.call(this,t)},t.setMap=function(t){this.B.setMap(t),tn.prototype.setMap.call(this,t)},t.wn=function(t){this.kg(t.element)},t.si=function(t){this.l||(im(this,t=t.target),this.kg(t))},t.xn=function(t){im(this,t.element)},t.Dn=function(t,e){var o=e.X();t={feature:t,geometry:e,la:[o,o]},this.a.Ca(e.G(),t)},t.Bn=function(t,e){var o,i=e.X(),r=0;for(o=i.length;r<o;++r){var n=i[r];n={feature:t,geometry:e,depth:[r],index:r,la:[n,n]},this.a.Ca(e.G(),n)}},t.ti=function(t,e){var o,i=e.X(),r=0;for(o=i.length-1;r<o;++r){var n=i.slice(r,r+2),p={feature:t,geometry:e,index:r,la:n};this.a.Ca(E(n),p)}},t.An=function(t,e){var o,i,r=e.X(),n=0;for(i=r.length;n<i;++n){var p=r[n],s=0;for(o=p.length-1;s<o;++s){var a=p.slice(s,s+2),h={feature:t,geometry:e,depth:[n],index:s,la:a};this.a.Ca(E(a),h)}}},t.En=function(t,e){var o,i,r=e.X(),n=0;for(i=r.length;n<i;++n){var p=r[n],s=0;for(o=p.length-1;s<o;++s){var a=p.slice(s,s+2),h={feature:t,geometry:e,depth:[n],index:s,la:a};this.a.Ca(E(a),h)}}},t.Cn=function(t,e){var o,i,r,n=e.X(),p=0;for(r=n.length;p<r;++p){var s=n[p],a=0;for(i=s.length;a<i;++a){var h=s[a],l=0;for(o=h.length-1;l<o;++l){var u=h.slice(l,l+2),c={feature:t,geometry:e,depth:[a,p],index:l,la:u};this.a.Ca(E(u),c)}}}},t.yn=function(t,e){var o=e.wa(),i={feature:t,geometry:e,index:0,la:[o,o]};t={feature:t,geometry:e,index:1,la:[o,o]},i.Pf=t.Pf=[i,t],this.a.Ca(K(o),i),this.a.Ca(e.G(),t)},t.zn=function(t,e){var o=e.a;for(e=0;e<o.length;++e)this.T[o[e].U()].call(this,t,o[e])},t.bm=function(t,e){for(var o,i=t.la,r=t.feature,n=t.geometry,p=t.depth,s=t.index;e.length<n.qa();)e.push(0);switch(n.U()){case"MultiLineString":case"Polygon":(o=n.X())[p[0]].splice(s+1,0,e);break;case"MultiPolygon":(o=n.X())[p[1]][p[0]].splice(s+1,0,e);break;case"LineString":(o=n.X()).splice(s+1,0,e);break;default:return}this.l=!0,n.ma(o),this.l=!1,(o=this.a).remove(t),ym(this,n,s,p,1),t={la:[i[0],e],feature:r,geometry:n,depth:p,index:s},o.Ca(E(t.la),t),this.j.push([t,1]),e={la:[e,i[1]],feature:r,geometry:n,depth:p,index:s+1},o.Ca(E(e.la),e),this.j.push([e,0]),this.I=!0},t.hj=function(){if(this.R&&"pointerdrag"!=this.R.type){var t=this.R;om(this,t);var e,o,i=this.j,r={};for(o=i.length-1;0<=o;--o){var n=i[o],p=n[0],s=G(p.feature);p.depth&&(s+="-"+p.depth.join("-")),s in r||(r[s]={}),0===n[1]?(r[s].right=p,r[s].index=p.index):1==n[1]&&(r[s].left=p,r[s].index=p.index+1)}for(s in r){var a=r[s].right,h=r[s].left,l=(o=r[s].index)-1;l<0&&(l=0);var u=e=(n=(p=void 0!==h?h:a).geometry).X(),c=!1;switch(n.U()){case"MultiLineString":2<e[p.depth[0]].length&&(e[p.depth[0]].splice(o,1),c=!0);break;case"LineString":2<e.length&&(e.splice(o,1),c=!0);break;case"MultiPolygon":u=u[p.depth[1]];case"Polygon":4<(u=u[p.depth[0]]).length&&(o==u.length-1&&(o=0),u.splice(o,1),c=!0,0===o&&(u.pop(),u.push(u[0]),l=u.length-1))}c&&(c=n,this.l=!0,c.ma(e),this.l=!1,e=[],void 0!==h&&(this.a.remove(h),e.push(h.la[0])),void 0!==a&&(this.a.remove(a),e.push(a.la[1])),void 0!==h&&void 0!==a&&(h={depth:p.depth,feature:p.feature,geometry:p.geometry,index:l,la:e},this.a.Ca(E(h.la),h)),ym(this,n,o,p.depth,-1),this.g&&(this.B.ha().Gb(this.g),this.g=null),i.length=0)}return this.b(new fm("modifyend",this.u,t)),!(this.C=!1)}return!1},s(fm,Ee),s(gm,Gr),(t=gm.prototype).Gn=function(){return this.g.ha().f},t.Hn=function(){return this.j},t.In=function(t){return t=G(t),this.a[t]},t.Kn=function(t){this.j=t},t.setMap=function(t){var e=this.v,o=this.g.ha().f;e&&o.forEach(e.Cj,e),Gr.prototype.setMap.call(this,t),this.g.setMap(t),t&&o.forEach(t.xj,t)},t.Fn=function(t){var e=this.v;e&&e.xj(t.element)},t.Jn=function(t){var e=this.v;e&&e.Cj(t.element)},s(vm,Ee);var bm="select";function mm(t){tn.call(this,{handleEvent:xm,handleDownEvent:Gi,handleUpEvent:Sm}),t=t||{},this.l=t.source?t.source:null,this.R=void 0===t.vertex||t.vertex,this.C=void 0===t.edge||t.edge,this.j=t.features?t.features:null,this.pa=[],this.B={},this.T={},this.u={},this.I=null,this.g=void 0!==t.pixelTolerance?t.pixelTolerance:10,this.va=function(t,e){return Oi(this.I,t.la)-Oi(this.I,e.la)}.bind(this),this.a=new ua,this.fa={Point:this.Rn,LineString:this.wi,LinearRing:this.wi,Polygon:this.Sn,MultiPoint:this.Pn,MultiLineString:this.On,MultiPolygon:this.Qn,GeometryCollection:this.Nn,Circle:this.Mn}}function wm(t,e,o,i){var r=i.Wa([e[0]-t.g,e[1]+t.g]),n=i.Wa([e[0]+t.g,e[1]-t.g]),p=(r=E([r,n]),fa(t.a,r));t.R&&!t.C&&(p=p.filter(function(t){return"Circle"!==t.feature.V().U()}));var s=!1,a=(r=!1,n=null);if(0<p.length){t.I=o,p.sort(t.va);var h=p[0].la;s="Circle"===p[0].feature.V().U();t.R&&!t.C?(o=i.Ja(h[0]),s=i.Ja(h[1]),o=ki(e,o),e=ki(e,s),(s=(s=Math.sqrt(Math.min(o,e)))<=t.g)&&(r=!0,n=e<o?h[1]:h[0],a=i.Ja(n))):t.C&&(n=s?function(t,e){var o=e.pd();e=(i=e.wa())[0];var i=i[1],r=t[0]-e;t=t[1]-i,r||t||(r=1);var n=Math.sqrt(r*r+t*t);return[e+o*r/n,i+o*t/n]}(o,p[0].feature.V()):Ci(o,h),Di(e,a=i.Ja(n))<=t.g&&(r=!0,t.R&&!s&&(o=i.Ja(h[0]),s=i.Ja(h[1]),o=ki(a,o),e=ki(a,s),s=(s=Math.sqrt(Math.min(o,e)))<=t.g)))&&(n=e<o?h[1]:h[0],a=i.Ja(n)),r&&(a=[Math.round(a[0]),Math.round(a[1])])}return{nq:r,vertex:n,wq:a}}function xm(t){var e=wm(this,t.pixel,t.coordinate,t.map);return e.nq&&(t.coordinate=e.vertex.slice(0,2),t.pixel=e.wq),on.call(this,t)}function Sm(){var t=ft(this.u);return t.length&&(t.forEach(this.Dj,this),this.u={}),!1}function Mm(t){if(tn.call(this,{handleDownEvent:Pm,handleDragEvent:Em,handleMoveEvent:Tm,handleUpEvent:Am}),t=t||{},this.a=null,this.j=void 0!==t.features?t.features:null,t.layers)if("function"==typeof t.layers)var e=t.layers;else{var o=t.layers;e=function(t){return d(o,t)}}else e=Gi;this.C=e,this.l=t.hitTolerance?t.hitTolerance:0,this.g=null,me(this,Ne("active"),this.u,this)}function Pm(t){if(this.g=jm(this,t.pixel,t.map),this.a||!this.g)return!1;this.a=t.coordinate,Tm.call(this,t);var e=this.j||new De([this.g]);return this.b(new Lm("translatestart",e,t.coordinate)),!0}function Am(t){if(this.a){this.a=null,Tm.call(this,t);var e=this.j||new De([this.g]);return this.b(new Lm("translateend",e,t.coordinate)),!0}return!1}function Em(t){if(this.a){var o=(t=t.coordinate)[0]-this.a[0],i=t[1]-this.a[1],e=this.j||new De([this.g]);e.forEach(function(t){var e=t.V();e.translate(o,i),t.Ra(e)}),this.a=t,this.b(new Lm("translating",e,t))}}function Tm(t){var e=t.map.a;jm(this,t.pixel,t.map)?(e.classList.remove(this.a?"ol-grab":"ol-grabbing"),e.classList.add(this.a?"ol-grabbing":"ol-grab")):e.classList.remove("ol-grab","ol-grabbing")}function jm(t,e,o){return o.we(e,function(t){if(!this.j||d(this.j.a,t))return t}.bind(t),{layerFilter:t.C,hitTolerance:t.l})}function Cm(t,e){var o=t.v;t=t.c(),o&&t||(o=o||e).a.classList.remove("ol-grab","ol-grabbing")}function Lm(t,e,o){Ee.call(this,t),this.features=e,this.coordinate=o}function Rm(t){var e=ct({},t=t||{});delete e.gradient,delete e.radius,delete e.blur,delete e.shadow,delete e.weight,vb.call(this,e),this.j=null,this.R=void 0!==t.shadow?t.shadow:250,this.I=void 0,this.B=null,me(this,Ne(Fm),this.Bl,this),this.pj(t.gradient?t.gradient:Im),this.jj(void 0!==t.blur?t.blur:15),this.Uc(void 0!==t.radius?t.radius:8),me(this,Ne(Nm),this.cg,this),me(this,Ne(km),this.cg,this),this.cg();var i,o=t.weight?t.weight:"weight";i="string"==typeof o?function(t){return t.get(o)}:o,this.g(function(t){var e=255*(t=void 0!==(t=i(t))?w(t,0,1):1)|0,o=this.B[e];return o||(o=[new jh({image:new Jc({opacity:t,src:this.I})})],this.B[e]=o),o}.bind(this)),this.set(bb,null),me(this,"render",this.Sl,this)}s(mm,tn),(t=mm.prototype).yb=function(t,e){e=void 0===e||e;var o=G(t),i=t.V();if(i){var r=this.fa[i.U()];r&&(this.T[o]=i.G([1/0,1/0,-1/0,-1/0]),r.call(this,t,i))}e&&(this.B[o]=me(t,"change",this.Ln,this))},t.Ak=function(t){this.yb(t)},t.Bk=function(t){this.Gb(t)},t.ui=function(t){if(t instanceof jb)var e=t.feature;else t instanceof Be&&(e=t.element);this.yb(e)},t.vi=function(t){if(t instanceof jb)var e=t.feature;else t instanceof Be&&(e=t.element);this.Gb(e)},t.Ln=function(t){if(t=t.target,this.D){var e=G(t);e in this.u||(this.u[e]=t)}else this.Dj(t)},t.Gb=function(e,t){t=void 0===t||t;var o=G(e),i=this.T[o];if(i){var r=this.a,n=[];for(ga(r,i,function(t){e===t.feature&&n.push(t)}),i=n.length-1;0<=i;--i)r.remove(n[i])}t&&(Se(this.B[o]),delete this.B[o])},t.setMap=function(t){var e,o=this.v,i=this.pa;this.j?e=this.j:this.l&&(e=this.l.Xe()),o&&(i.forEach(Se),i.length=0,e.forEach(this.Bk,this)),tn.prototype.setMap.call(this,t),t&&(this.j?i.push(me(this.j,"add",this.ui,this),me(this.j,"remove",this.vi,this)):this.l&&i.push(me(this.l,"addfeature",this.ui,this),me(this.l,"removefeature",this.vi,this)),e.forEach(this.Ak,this))},t.Xc=Bi,t.Dj=function(t){this.Gb(t,!1),this.yb(t,!1)},t.Mn=function(t,e){var o,i=0;for(o=(e=Er(e).X()[0]).length-1;i<o;++i){var r=e.slice(i,i+2),n={feature:t,la:r};this.a.Ca(E(r),n)}},t.Nn=function(t,e){var o=e.a;for(e=0;e<o.length;++e){var i=this.fa[o[e].U()];i&&i.call(this,t,o[e])}},t.wi=function(t,e){var o,i=0;for(o=(e=e.X()).length-1;i<o;++i){var r=e.slice(i,i+2),n={feature:t,la:r};this.a.Ca(E(r),n)}},t.On=function(t,e){var o,i,r=0;for(i=(e=e.X()).length;r<i;++r){var n=e[r],p=0;for(o=n.length-1;p<o;++p){var s=n.slice(p,p+2),a={feature:t,la:s};this.a.Ca(E(s),a)}}},t.Pn=function(t,e){var o,i=e.X(),r=0;for(o=i.length;r<o;++r){var n=i[r];n={feature:t,la:[n,n]},this.a.Ca(e.G(),n)}},t.Qn=function(t,e){var o,i,r,n=0;for(r=(e=e.X()).length;n<r;++n){var p=e[n],s=0;for(i=p.length;s<i;++s){var a=p[s],h=0;for(o=a.length-1;h<o;++h){var l=a.slice(h,h+2),u={feature:t,la:l};this.a.Ca(E(l),u)}}}},t.Rn=function(t,e){var o=e.X();t={feature:t,la:[o,o]},this.a.Ca(e.G(),t)},t.Sn=function(t,e){var o,i,r=0;for(i=(e=e.X()).length;r<i;++r){var n=e[r],p=0;for(o=n.length-1;p<o;++p){var s=n.slice(p,p+2),a={feature:t,la:s};this.a.Ca(E(s),a)}}},s(Mm,tn),Mm.prototype.B=function(){return this.l},Mm.prototype.I=function(t){this.l=t},Mm.prototype.setMap=function(t){var e=this.v;tn.prototype.setMap.call(this,t),Cm(this,e)},Mm.prototype.u=function(){Cm(this,null)},s(Lm,Ee),s(Rm,vb);var Im=["#00f","#0ff","#0f0","#ff0","#f00"];(t=Rm.prototype).uh=function(){return this.get(Nm)},t.Bh=function(){return this.get(Fm)},t.yi=function(){return this.get(km)},t.Bl=function(){for(var t=this.Bh(),e=Je(1,256),o=e.createLinearGradient(0,0,1,256),i=1/(t.length-1),r=0,n=t.length;r<n;++r)o.addColorStop(r*i,t[r]);e.fillStyle=o,e.fillRect(0,0,1,256),this.j=e.getImageData(0,0,1,256).data},t.cg=function(){var t,e=this.yi(),o=this.uh(),i=e+o+1;(t=Je(t=2*i,t)).shadowOffsetX=t.shadowOffsetY=this.R,t.shadowBlur=o,t.shadowColor="#000",t.beginPath(),o=i-this.R,t.arc(o,o,e,0,2*Math.PI,!0),t.fill(),this.I=t.canvas.toDataURL(),this.B=Array(256),this.s()},t.Sl=function(t){var e,o,i=(t=t.context).canvas,r=(i=t.getImageData(0,0,i.width,i.height)).data,n=0;for(e=r.length;n<e;n+=4)(o=4*r[n+3])&&(r[n]=this.j[o],r[n+1]=this.j[1+o],r[n+2]=this.j[2+o]);t.putImageData(i,0,0)},t.jj=function(t){this.set(Nm,t)},t.pj=function(t){this.set(Fm,t)},t.Uc=function(t){this.set(km,t)};var Nm="blur",Fm="gradient",km="radius";function Dm(t){tb.call(this,t),this.v=[1,0,0,1,0,0],this.j=null}function Om(t){Dm.call(this,t),this.M=null,this.c=[1,0,0,1,0,0]}function Um(t,e,o,i){var r=qt(o,e,t);return o=Ot(e,i,o),void 0!==(e=e.sc())&&(o*=e),void 0!==(e=t.sc())&&(o/=e),t=Ot(t,o,r)/o,isFinite(t)&&0<t&&(o/=t),o}function Gm(t,e,o,i){t=o-t,e=i-e;var r=Math.sqrt(t*t+e*e);return[Math.round(o+t/r),Math.round(i+e/r)]}function Bm(t,e,g,d,o,v,i,r,n,p,s){var b=Je(Math.round(g*t),Math.round(g*e));if(!n.length)return b.canvas;b.scale(g,g);var m=[1/0,1/0,-1/0,-1/0];n.forEach(function(t){H(m,t.extent)});var w=Je(Math.round(g*st(m)/d),Math.round(g*it(m)/d)),a=g/d;n.forEach(function(t){w.drawImage(t.image,p,p,t.image.width-2*p,t.image.height-2*p,(t.extent[0]-m[0])*a,-(t.extent[3]-m[3])*a,st(t.extent)*a,it(t.extent)*a)});var x=nt(i);return r.c.forEach(function(t){var e=t.source,o=t.target,i=e[1][0],r=e[1][1],n=e[2][0],p=e[2][1];t=(o[0][0]-x[0])/v;var s=-(o[0][1]-x[1])/v,a=(o[1][0]-x[0])/v,h=-(o[1][1]-x[1])/v,l=(o[2][0]-x[0])/v,u=-(o[2][1]-x[1])/v;t:{for(r=(i=[[i=i-(o=e[0][0]),r=r-(e=e[0][1]),0,0,a-t],[n=n-o,p=p-e,0,0,l-t],[0,0,i,r,h-s],[0,0,n,p,u-s]]).length,n=0;n<r;n++){p=n;for(var c=Math.abs(i[n][n]),y=n+1;y<r;y++){var f=Math.abs(i[y][n]);c<f&&(c=f,p=y)}if(!c){i=null;break t}for(c=i[p],i[p]=i[n],i[n]=c,p=n+1;p<r;p++)for(c=-i[p][n]/i[n][n],y=n;y<r+1;y++)i[p][y]=n==y?0:i[p][y]+c*i[n][y]}for(n=Array(r),p=r-1;0<=p;p--)for(n[p]=i[p][r]/i[p][p],c=p-1;0<=c;c--)i[c][r]-=i[c][p]*n[p];i=n}i&&(b.save(),b.beginPath(),r=Gm(n=(t+a+l)/3,p=(s+h+u)/3,t,s),a=Gm(n,p,a,h),l=Gm(n,p,l,u),b.moveTo(a[0],a[1]),b.lineTo(r[0],r[1]),b.lineTo(l[0],l[1]),b.clip(),b.transform(i[0],i[2],i[1],i[3],t,s),b.translate(m[0]-o,m[3]-e),b.scale(d/g,-d/g),b.drawImage(w.canvas,0,0),b.restore())}),s&&(b.save(),b.strokeStyle="black",b.lineWidth=1,r.c.forEach(function(t){t=((n=t.target)[0][0]-x[0])/v;var e=-(n[0][1]-x[1])/v,o=(n[1][0]-x[0])/v,i=-(n[1][1]-x[1])/v,r=(n[2][0]-x[0])/v,n=-(n[2][1]-x[1])/v;b.beginPath(),b.moveTo(o,i),b.lineTo(t,e),b.lineTo(r,n),b.closePath(),b.stroke()}),b.restore()),b.canvas}function Xm(t,e,o,i,r){this.i=t,this.f=e;var n={},p=Kt(this.f,this.i);this.a=function(t){var e=t[0]+"/"+t[1];return n[e]||(n[e]=p(t)),n[e]},this.g=i,this.v=r*r,this.c=[],this.o=!1,this.l=this.i.i&&!!i&&!!this.i.G()&&st(i)==st(this.i.G()),this.b=this.i.G()?st(this.i.G()):null,this.j=this.f.G()?st(this.f.G()):null,t=nt(o),e=pt(o),i=tt(o),o=Q(o),r=this.a(t);var s=this.a(e),a=this.a(i),h=this.a(o);if(!function t(e,o,i,r,n,p,s,a,h,l){var u=E([p,s,a,h]),c=e.b?st(u)/e.b:null,y=e.b,f=e.i.i&&.5<c&&c<1,g=!1;if(0<l){if(e.f.c&&e.j)var d=E([o,i,r,n]),g=g|.25<st(d)/e.j;!f&&e.i.c&&c&&(g|=.25<c)}if(g||!e.g||at(u,e.g)){if(!(g||isFinite(p[0])&&isFinite(p[1])&&isFinite(s[0])&&isFinite(s[1])&&isFinite(a[0])&&isFinite(a[1])&&isFinite(h[0])&&isFinite(h[1]))){if(!(0<l))return;g=!0}if(0<l&&(g||(u=e.a([(o[0]+r[0])/2,(o[1]+r[1])/2]),y=f?(L(p[0],y)+L(a[0],y))/2-L(u[0],y):(p[0]+a[0])/2-u[0],u=(p[1]+a[1])/2-u[1],g=y*y+u*u>e.v),g))return void(Math.abs(o[0]-r[0])<=Math.abs(o[1]-r[1])?(f=[(i[0]+r[0])/2,(i[1]+r[1])/2],y=e.a(f),u=[(n[0]+o[0])/2,(n[1]+o[1])/2],c=e.a(u),t(e,o,i,f,u,p,s,y,c,l-1),t(e,u,f,r,n,c,y,a,h,l-1)):(f=[(o[0]+i[0])/2,(o[1]+i[1])/2],y=e.a(f),u=[(r[0]+n[0])/2,(r[1]+n[1])/2],c=e.a(u),t(e,o,f,u,n,p,y,c,h,l-1),t(e,f,i,r,u,y,s,a,c,l-1)));if(f){if(!e.l)return;e.o=!0}e.c.push({source:[p,a,h],target:[o,r,n]}),e.c.push({source:[p,s,a],target:[o,i,r]})}}(this,t,e,i,o,r,s,a,h,10),this.o){var l=1/0;this.c.forEach(function(t){l=Math.min(l,t.source[0][0],t.source[1][0],t.source[2][0])}),this.c.forEach(function(t){if(Math.max(t.source[0][0],t.source[1][0],t.source[2][0])-l>this.b/2){var e=[[t.source[0][0],t.source[0][1]],[t.source[1][0],t.source[1][1]],[t.source[2][0],t.source[2][1]]];e[0][0]-l>this.b/2&&(e[0][0]-=this.b),e[1][0]-l>this.b/2&&(e[1][0]-=this.b),e[2][0]-l>this.b/2&&(e[2][0]-=this.b),Math.max(e[0][0],e[1][0],e[2][0])-Math.min(e[0][0],e[1][0],e[2][0])<this.b/2&&(t.source=e)}},this)}n={}}function Vm(t){var e=[1/0,1/0,-1/0,-1/0];return t.c.forEach(function(t){t=t.source,q(e,t[0]),q(e,t[1]),q(e,t[2])}),e}function Wm(t,e,o,i,r,n){this.v=e,this.l=t.G();var p=(s=e.G())?rt(o,s):o,s=Um(t,e,et(p),i);this.j=new Xm(t,e,p,this.l,.5*s),this.c=i,this.i=o,t=Vm(this.j),this.o=(this.Hb=n(t,s,r))?this.Hb.a:1,this.ee=this.g=null,r=2,n=[],this.Hb&&(r=0,n=this.Hb.f),pv.call(this,o,i,this.o,r,n)}function Zm(t){wb.call(this,{attributions:t.attributions,extent:t.extent,logo:t.logo,projection:t.projection,state:t.state}),this.C=void 0!==t.resolutions?t.resolutions:null,this.a=null,this.fa=0}function Km(t,e){return t.C&&(e=t.C[l(t.C,e,0)]),e}function zm(t,e){t.Y().src=e}function Ym(t,e){Ee.call(this,t),this.image=e}s(Dm,tb),Dm.prototype.S=function(t,e,o){ob(this,"precompose",o,t,void 0);var i=this.Y();if(i){var r=void 0!==(n=e.extent)&&!O(n,t.extent)&&at(n,t.extent);r&&eb(o,t,n);var n=this.C(),p=o.globalAlpha;o.globalAlpha=e.opacity,o.drawImage(i,0,0,+i.width,+i.height,Math.round(n[4]),Math.round(n[5]),Math.round(i.width*n[0]),Math.round(i.height*n[3])),o.globalAlpha=p,r&&o.restore()}this.ef(o,t,e)},Dm.prototype.Ea=function(t,e,o,i,r){var n=this.a;return n.ha().Ea(t,e.viewState.resolution,e.viewState.rotation,o,e.skippedFeatureUids,function(t){return i.call(r,t,n)})},Dm.prototype.u=function(t,e,o,i){if(this.Y()){if(this.a.ha().Ea!==m)return tb.prototype.u.apply(this,arguments);var r=ep(this.v,t.slice());if(Fi(r,e.viewState.resolution/this.f),this.j||(this.j=Je(1,1)),this.j.clearRect(0,0,1,1),this.j.drawImage(this.Y(),r[0],r[1],1,1,0,0,1,1),0<(r=this.j.getImageData(0,0,1,1).data)[3])return o.call(i,this.a,r)}},s(Om,Dm),Om.prototype.Y=function(){return this.M?this.M.Y():null},Om.prototype.C=function(){return this.c},Om.prototype.sd=function(t,e){var o=t.pixelRatio,i=t.size,r=(h=t.viewState).center,n=h.resolution,p=this.a.ha(),s=t.viewHints,a=t.extent;if(void 0!==e.extent&&(a=rt(a,e.extent)),s[0]||s[1]||ht(a)||(e=p.Y(a,n,o,h.projection))&&Yv(this,e)&&(this.M=e),this.M){s=(e=this.M).G();var h,l=o*(a=e.resolution)/(n*(h=e.a));s=np(this.c,o*i[0]/2,o*i[1]/2,l,l,0,h*(s[0]-r[0])/a,h*(r[1]-s[3])/a);np(this.v,o*i[0]/2-s[4],o*i[1]/2-s[5],o/n,-o/n,0,-r[0],-r[1]),Jv(t.attributions,e.f),_v(t,p),this.f=n*o/h}return!!this.M},s(Wm,pv),Wm.prototype.ka=function(){1==this.state&&(Se(this.ee),this.ee=null),pv.prototype.ka.call(this)},Wm.prototype.Y=function(){return this.g},Wm.prototype.de=function(){var t=this.Hb.getState();2==t&&(this.g=Bm(st(this.i)/this.c,it(this.i)/this.c,this.o,this.Hb.resolution,0,this.c,this.i,this.j,[{extent:this.Hb.G(),image:this.Hb.Y()}],0)),this.state=t,this.s()},Wm.prototype.load=function(){if(0==this.state){this.state=1,this.s();var t=this.Hb.getState();2==t||3==t?this.de():(this.ee=me(this.Hb,"change",function(){var t=this.Hb.getState();2!=t&&3!=t||(Se(this.ee),this.ee=null,this.de())},this),this.Hb.load())}},s(Zm,wb),Zm.prototype.Y=function(t,e,o,i){var r=this.c;if(r&&i&&!Zt(r,i)){if(this.a){if(this.fa==this.i&&Zt(this.a.v,i)&&this.a.resolution==e&&this.a.a==o&&Y(this.a.G(),t))return this.a;Ae(this.a),this.a=null}return this.a=new Wm(r,i,t,e,o,function(t,e,o){return this.Jc(t,e,o,r)}.bind(this)),this.fa=this.i,this.a}return r&&(i=r),this.Jc(t,e,o,i)},Zm.prototype.o=function(t){switch((t=t.target).getState()){case 1:this.b(new Ym(Hm,t));break;case 2:this.b(new Ym(qm,t));break;case 3:this.b(new Ym(Jm,t))}},s(Ym,Ee);var Hm="imageloadstart",qm="imageloadend",Jm="imageloaderror";function _m(t){Zm.call(this,{attributions:t.attributions,logo:t.logo,projection:t.projection,resolutions:t.resolutions,state:t.state}),this.pa=t.canvasFunction,this.R=null,this.T=0,this.va=void 0!==t.ratio?t.ratio:1.5}function $m(t){this.f=t.source,this.$a=[1,0,0,1,0,0],this.g=Je(),this.l=[0,0],this.Sa=null==t.renderBuffer?100:t.renderBuffer,this.B=null,_m.call(this,{attributions:t.attributions,canvasFunction:this.tk.bind(this),logo:t.logo,projection:t.projection,ratio:t.ratio,resolutions:t.resolutions,state:this.f.getState()}),this.I=null,this.v=void 0,this.Ii(t.style),me(this.f,"change",this.ro,this)}function Qm(t,e){fb.call(this,t,e),this.o=this.f=this.M=null}function tw(t){zn.call(this,t||{})}function ew(t){Dm.call(this,t),this.c=null===this.c?null:Je(),this.o=null,this.g=[],this.l=[1/0,1/0,-1/0,-1/0],this.va=new I(0,0,0,0),this.B=[1,0,0,1,0,0],this.T=0}function ow(t,e){return e=e.getState(),t=t.a.kd(),2==e||4==e||3==e&&!t}function iw(){this.b="precision mediump float;varying vec2 a;uniform sampler2D e;void main(void){gl_FragColor=texture2D(e,a);}"}s(_m,Zm),_m.prototype.Jc=function(t,e,o,i){e=Km(this,e);var r=this.R;return r&&this.T==this.i&&r.resolution==e&&r.a==o&&O(r.G(),t)||(lt(t=t.slice(),this.va),(i=this.pa(t,e,o,[st(t)/e*o,it(t)/e*o],i))&&(r=new av(t,e,o,this.j,i)),this.R=r,this.T=this.i),r},s($m,_m),(t=$m.prototype).tk=function(t,n,p,e,o){var s=new Bv(.5*n/p,t,n,this.f.T,this.Sa);this.f.Yd(t,n,o);var a=!1;return this.f.$b(t,function(t){var e,o;if(!(e=a))if((e=t.Lc())?o=e.call(t,n):this.v&&(o=this.v(t,n)),o){var i,r=!1;for(Array.isArray(o)||(o=[o]),e=0,i=o.length;e<i;++e)r=pb(s,t,o[e],nb(n,p),this.qo,this)||r;e=r}else e=!1;a=e},this),Wv(s),a?null:(this.l[0]!=e[0]||this.l[1]!=e[1]?(this.g.canvas.width=e[0],this.g.canvas.height=e[1],this.l[0]=e[0],this.l[1]=e[1]):this.g.clearRect(0,0,e[0],e[1]),t=function(t,e,o,i,r){return o=i/o,np(t.$a,r[0]/2,r[1]/2,o,-o,0,-e[0],-e[1])}(this,et(t),n,p,e),s.La(this.g,p,t,0,{}),this.B=s,this.g.canvas)},t.Ea=function(t,e,o,i,r,n){if(this.B){var p={};return this.B.Ea(t,e,0,i,r,function(t){var e=G(t).toString();if(!(e in p))return p[e]=!0,n(t)})}},t.no=function(){return this.f},t.oo=function(){return this.I},t.po=function(){return this.v},t.qo=function(){this.s()},t.ro=function(){Sb(this,this.f.getState())},t.Ii=function(t){this.I=void 0!==t?t:Rh,this.v=t?Ch(this.I):void 0,this.s()},s(Qm,fb),Qm.prototype.Ea=function(t,e,o,i,r){var n=this.a;return n.ha().Ea(t,e.viewState.resolution,e.viewState.rotation,o,e.skippedFeatureUids,function(t){return i.call(r,t,n)})},Qm.prototype.ng=function(t,e){var o=this.c.i,i=t.pixelRatio,r=t.viewState,n=r.center,p=r.resolution,s=r.rotation,a=this.M,h=this.Ib,l=this.a.ha(),u=t.viewHints,c=t.extent;return void 0!==e.extent&&(c=rt(c,e.extent)),u[0]||u[1]||ht(c)||(e=l.Y(c,p,i,r.projection))&&Yv(this,e)&&(h=function(t,e){return e=e.Y(),hs(t.c.i,e)}(this,a=e),this.Ib&&t.postRenderFunctions.push(function(t,e){t.isContextLost()||t.deleteTexture(e)}.bind(null,o,this.Ib))),a&&(function(t,e,o,i,r,n,p,s){e*=n,o*=n,_n(t=t.S),ip(t,2*i/e,2*i/o),op(t,-p),rp(t,s[0]-r[0],s[1]-r[1]),ip(t,(s[2]-s[0])/2,(s[3]-s[1])/2),rp(t,1,1)}(this,(o=this.c.f.j).width,o.height,i,n,p,s,a.G()),this.o=null,_n(i=this.v),ip(i,1,-1),rp(i,0,-1),this.M=a,this.Ib=h,Jv(t.attributions,a.f),_v(t,l)),!!a},Qm.prototype.Ue=function(t,e){return void 0!==this.Ea(t,e,0,Gi,this)},Qm.prototype.lg=function(t,e,o,i){if(this.M&&this.M.Y())if(this.a.ha()instanceof $m){var r=ep(e.pixelToCoordinateTransform,t.slice());if(this.Ea(r,e,0,Gi,this))return o.call(i,this.a,null)}else{if(r=[this.M.Y().width,this.M.Y().height],!this.o){var n=e.size;rp(e=[1,0,0,1,0,0],-1,-1),ip(e,2/n[0],2/n[1]),rp(e,0,n[1]),ip(e,1,-1);n=pp(this.S.slice());var p=[1,0,0,1,0,0];rp(p,0,r[1]),ip(p,1,-1),ip(p,r[0]/2,r[1]/2),rp(p,1,1),$n(p,n),$n(p,e),this.o=p}if(!((t=ep(this.o,t.slice()))[0]<0||t[0]>r[0]||t[1]<0||t[1]>r[1])&&(this.f||(this.f=Je(1,1)),this.f.clearRect(0,0,1,1),this.f.drawImage(this.M.Y(),t[0],t[1],1,1,0,0,1,1),0<(r=this.f.getImageData(0,0,1,1).data)[3]))return o.call(i,this.a,r)}},s(tw,zn),tw.prototype.Fd=function(t){var e=null,o=t.U();return"canvas"===o?e=new Om(this):"webgl"===o&&(e=new Qm(t,this)),e},s(ew,Dm),ew.prototype.sd=function(t,e){var o=t.pixelRatio,i=t.size,r=(p=t.viewState).projection,n=p.resolution,p=p.center,s=this.a,a=s.ha(),h=a.i,l=a.Ta(r),u=l.tc(n,this.T),c=l.Da(u),y=Math.round(n/c)||1,f=t.extent;if(void 0!==e.extent&&(f=rt(f,e.extent)),ht(f))return!1;var g=ie(l,f,c),d=l.Pc(u),v=l.Da(u),b=F(l.gb(u),l.j);d=W(d[0]+g.ca*b[0]*v,d[1]+g.da*b[1]*v,d[0]+(g.$+1)*b[0]*v,d[1]+(g.ia+1)*b[1]*v,void 0),v=a.nb(o),(b={})[u]={};var m,w,x=this.Nf(a,r,b),S=this.l,M=this.va,P=!1;for(m=g.ca;m<=g.$;++m)for(w=g.da;w<=g.ia;++w){var A=a.Nc(u,m,w,o,r);3!=A.getState()||this.a.kd()||uv(A,2),ow(this,A)||(A=lv(A)),ow(this,A)?2==A.getState()&&(b[u][A.ta.toString()]=A,P||-1!=this.g.indexOf(A)||(P=!0)):ee(l,A.ta,x,M,S)||(A=oe(l,A.ta,M,S))&&x(u+1,A)}if(m=(m=t.viewHints)[0]||m[1],!(this.f&&16<Date.now()-t.time&&m||!P&&this.o&&O(this.o,f)&&this.mf==h&&y==this.R&&(m||c*o/v*y==this.f))){(m=this.c)&&(w=a.Xd(u,o,r),A=Math.round((g.$-g.ca+1)*w[0]/y),w=Math.round((g.ia-g.da+1)*w[1]/y),(P=m.canvas).width!=A||P.height!=w?(this.R=y,P.width=A,P.height=w):(m.clearRect(0,0,A,w),y=this.R)),this.g.length=0,(P=Object.keys(b).map(Number)).sort(N);var E;M=0;for(E=P.length;M<E;++M){m=P[M],x=a.Xd(m,o,r);var T=(A=l.Da(m))/c,j=v*a.Wf(r),C=b[m];for(var L in C){A=C[L],m=((w=l.Aa(A.ta,S))[0]-d[0])/c*v/y,w=(d[3]-w[3])/c*v/y;var R=x[0]*T/y,I=x[1]*T/y;this.Of(A,t,e,m,w,R,I,j),this.g.push(A)}}this.mf=h,this.f=c*o/v*y,this.o=d}return e=this.f/n,e=np(this.B,o*i[0]/2,o*i[1]/2,e,e,0,(this.o[0]-p[0])/this.f*o,(p[1]-this.o[3])/this.f*o),np(this.v,o*i[0]/2-e[4],o*i[1]/2-e[5],o/n,-o/n,0,-p[0],-p[1]),$v(t.usedTiles,a,u,g),Qv(t,a,l,o,r,f,u,s.Ud()),qv(t,a),_v(t,a),0<this.g.length},ew.prototype.Of=function(t,e,o,i,r,n,p,s){this.a.ha().Zf(e.viewState.projection)||this.c.clearRect(i,r,n,p),(t=t.Y())&&this.c.drawImage(t,s,s,t.width-2*s,t.height-2*s,i,r,n,p)},ew.prototype.Y=function(){var t=this.c;return t?t.canvas:null},ew.prototype.C=function(){return this.B},s(iw,Rp);var rw=new iw;function nw(){this.b="varying vec2 a;attribute vec2 b;attribute vec2 c;uniform vec4 d;void main(void){gl_Position=vec4(b*d.xy+d.zw,0.,1.);a=c;}"}s(nw,Ip);var pw=new nw;function sw(t,e){this.i=t.getUniformLocation(e,"e"),this.c=t.getUniformLocation(e,"d"),this.b=t.getAttribLocation(e,"b"),this.a=t.getAttribLocation(e,"c")}function aw(t,e){fb.call(this,t,e),this.I=rw,this.fa=pw,this.f=null,this.B=new zp([0,0,0,1,1,0,1,1,0,1,0,0,1,1,1,0]),this.D=this.o=null,this.l=-1,this.R=[0,0]}function hw(t){var e=ct({},t=t||{});delete e.preload,delete e.useInterimTilesOnError,zn.call(this,e),this.zi(void 0!==t.preload?t.preload:0),this.Ai(void 0===t.useInterimTilesOnError||t.useInterimTilesOnError)}function lw(t){this.c=null,ew.call(this,t),this.I=!1,this.D=[1,0,0,1,0,0],this.T="vector"==t.j?1:0}s(aw,fb),(t=aw.prototype).ka=function(){is(this.c.f,this.B),fb.prototype.ka.call(this)},t.Nf=function(e,i,r){var n=this.c;return function(o,t){return Pw(e,i,o,t,function(t){var e=n.a.b.hasOwnProperty(t.bb());return e&&(r[o]||(r[o]={}),r[o][t.ta.toString()]=t),e})}},t.mg=function(){fb.prototype.mg.call(this),this.f=null},t.ng=function(t,e,o){var i=this.c,r=o.b,n=t.viewState,p=n.projection,s=this.a,a=s.ha(),h=a.Ta(p),l=h.tc(n.resolution),u=h.Da(l),c=a.Xd(l,t.pixelRatio,p),y=c[0]/F(h.gb(l),this.R)[0],f=u/y,g=a.nb(y)*a.Wf(p),d=n.center,v=t.extent,b=ie(h,v,u);if(this.o&&function(t,e){return t.ca==e.ca&&t.da==e.da&&t.$==e.$&&t.ia==e.ia}(this.o,b)&&this.l==a.i)f=this.D;else{var m=[b.$-b.ca+1,b.ia-b.da+1],w=(m=f*(A=function(t){return R(0<t,29),Math.pow(2,Math.ceil(Math.log(t)/Math.LN2))}(Math.max(m[0]*c[0],m[1]*c[1]))),h.Pc(l));f=[E=w[0]+b.ca*c[0]*f,f=w[1]+b.da*c[1]*f,E+m,f+m];!function(t,e,o){var i=t.c.i;if(void 0===t.j||t.j!=o){e.postRenderFunctions.push(function(t,e,o){t.isContextLost()||(t.deleteFramebuffer(e),t.deleteTexture(o))}.bind(null,i,t.g,t.Ib)),e=as(i,o,o);var r=i.createFramebuffer();i.bindFramebuffer(36160,r),i.framebufferTexture2D(36160,36064,3553,e,0),t.Ib=e,t.g=r,t.j=o}else i.bindFramebuffer(36160,t.g)}(this,t,A),r.viewport(0,0,A,A),r.clearColor(0,0,0,0),r.clear(16384),r.disable(3042),A=ps(o,this.I,this.fa),o.Qc(A),this.f||(this.f=new sw(r,A)),os(o,34962,this.B),r.enableVertexAttribArray(this.f.b),r.vertexAttribPointer(this.f.b,2,5126,!1,16,0),r.enableVertexAttribArray(this.f.a),r.vertexAttribPointer(this.f.a,2,5126,!1,16,8),r.uniform1i(this.f.i,0),(o={})[l]={};var x,S,M=this.Nf(a,p,o),P=s.kd(),A=!0,E=[1/0,1/0,-1/0,-1/0],T=new I(0,0,0,0);for(x=b.ca;x<=b.$;++x)for(S=b.da;S<=b.ia;++S){if(w=a.Nc(l,x,S,y,p),void 0!==e.extent){var j=h.Aa(w.ta,E);if(!at(j,e.extent))continue}if((j=2==(j=w.getState())||4==j||3==j&&!P)||(w=lv(w)),2==(j=w.getState())){if(i.a.b.hasOwnProperty(w.bb())){o[l][w.ta.toString()]=w;continue}}else if(4==j||3==j&&!P)continue;A=!1,(j=ee(h,w.ta,M,T,E))||(w=oe(h,w.ta,T,E))&&M(l+1,w)}(e=Object.keys(o).map(Number)).sort(N);var C;for(M=new Float32Array(4),P=0,T=e.length;P<T;++P)for(C in x=o[e[P]])w=x[C],j=h.Aa(w.ta,E),M[0]=2*(j[2]-j[0])/m,M[1]=2*(j[3]-j[1])/m,M[2]=2*(j[0]-f[0])/m-1,M[3]=2*(j[1]-f[1])/m-1,r.uniform4fv(this.f.c,M),Xa(i,w,c,g*y),r.drawArrays(5,0,4);A?(this.o=b,this.D=f,this.l=a.i):(this.D=this.o=null,this.l=-1,t.animate=!0)}$v(t.usedTiles,a,l,b);var L=i.j;return Qv(t,a,h,y,p,v,l,s.Ud(),function(t){2!=t.getState()||i.a.b.hasOwnProperty(t.bb())||t.bb()in L.a||L.f([t,ne(h,t.ta),h.Da(t.ta[0]),c,g*y])},this),qv(t,a),_v(t,a),_n(r=this.v),rp(r,(Math.round(d[0]/u)*u-f[0])/(f[2]-f[0]),(Math.round(d[1]/u)*u-f[1])/(f[3]-f[1])),n.rotation&&op(r,n.rotation),ip(r,t.size[0]*n.resolution/(f[2]-f[0]),t.size[1]*n.resolution/(f[3]-f[1])),rp(r,-.5,-.5),!0},t.lg=function(t,e,o,i){if(this.g){t=[(t=ep(this.v,[t[0]/e.size[0],(e.size[1]-t[1])/e.size[1]].slice()))[0]*this.j,t[1]*this.j],(e=this.c.f.b).bindFramebuffer(e.FRAMEBUFFER,this.g);var r=new Uint8Array(4);if(e.readPixels(t[0],t[1],1,1,e.RGBA,e.UNSIGNED_BYTE,r),0<r[3])return o.call(i,this.a,r)}},s(hw,zn),(t=hw.prototype).Fd=function(t){var e=null,o=t.U();return"canvas"===o?e=new ew(this):"webgl"===o&&(e=new aw(t,this)),e},t.Ud=function(){return this.get("preload")},t.zi=function(t){this.set("preload",t)},t.kd=function(){return this.get("useInterimTilesOnError")},t.Ai=function(t){this.set("useInterimTilesOnError",t)},s(lw,ew);var uw={image:jp,hybrid:["Polygon","LineString"]},cw={hybrid:["Image","Text"],vector:jp};function yw(t){var e=ct({},t=t||{});delete e.preload,delete e.useInterimTilesOnError,vb.call(this,e),this.Bi(t.preload?t.preload:0),this.Ci(!t.useInterimTilesOnError||t.useInterimTilesOnError),R(null==t.renderMode||"image"==t.renderMode||"hybrid"==t.renderMode||"vector"==t.renderMode,28),this.j=t.renderMode||"hybrid"}function fw(t,e,o,i){function r(){delete window[p],n.parentNode.removeChild(n)}var n=document.createElement("script"),p="olc_"+G(e);n.async=!0,n.src=t+(-1==t.indexOf("?")?"?":"&")+(i||"callback")+"="+p;var s=setTimeout(function(){r(),o&&o()},1e4);window[p]=function(t){clearTimeout(s),r(),e(t)},document.getElementsByTagName("head")[0].appendChild(n)}function gw(t,e,o,i,r,n,p,s,a,h,l){if(hv.call(this,r,0),this.D=void 0!==l&&l,this.S=p,this.u=s,this.v=null,this.c=e,this.j=i,this.o=n||r,this.a=[],this.yd=null,this.g=0,n=i.Aa(this.o),s=this.j.G(),r=this.c.G(),$(n=s?rt(n,s):n))if((s=t.G())&&(r=r?rt(r,s):s),i=Um(t,o,et(n),i.Da(this.o[0])),!isFinite(i)||i<=0)this.state=4;else if(this.l=new Xm(t,o,n,r,i*(void 0!==h?h:.5)),this.l.c.length)if(this.g=e.tc(i),o=Vm(this.l),r&&(t.i?(o[1]=w(o[1],r[1],r[3]),o[3]=w(o[3],r[1],r[3])):o=rt(o,r)),$(o)){for(e=(t=re(e,o,this.g)).ca;e<=t.$;e++)for(o=t.da;o<=t.ia;o++)(h=a(this.g,e,o,p))&&this.a.push(h);this.a.length||(this.state=4)}else this.state=4;else this.state=4;else this.state=4}function dw(t,o){var i=/\{z\}/g,r=/\{x\}/g,n=/\{y\}/g,p=/\{-y\}/g;return function(e){if(e)return t.replace(i,e[0].toString()).replace(r,e[1].toString()).replace(n,function(){return(-e[2]-1).toString()}).replace(p,function(){var t=o.a?o.a[e[0]]:null;return R(t,55),(t.ia-t.da+1+e[2]).toString()})}}function vw(t,e){for(var o=t.length,i=Array(o),r=0;r<o;++r)i[r]=dw(t[r],e);return bw(i)}function bw(i){return 1===i.length?i[0]:function(t,e,o){if(t)return i[L((t[1]<<t[0])+t[2],i.length)](t,e,o)}}function mw(){}function ww(t){var e=[],o=/\{([a-z])-([a-z])\}/.exec(t);if(o){var i,r=o[2].charCodeAt(0);for(i=o[1].charCodeAt(0);i<=r;++i)e.push(t.replace(o[0],String.fromCharCode(i)));return e}if(o=/\{(\d+)-(\d+)\}/.exec(t)){for(r=parseInt(o[2],10),i=parseInt(o[1],10);i<=r;i++)e.push(t.replace(o[0],i.toString()));return e}return e.push(t),e}function xw(t){Ga.call(this),this.highWaterMark=void 0!==t?t:2048}function Sw(t){return t.c>t.highWaterMark}function Mw(t){wb.call(this,{attributions:t.attributions,extent:t.extent,logo:t.logo,projection:t.projection,state:t.state,wrapX:t.wrapX}),this.va=void 0!==t.opaque&&t.opaque,this.$a=void 0!==t.tilePixelRatio?t.tilePixelRatio:1,this.tileGrid=void 0!==t.tileGrid?t.tileGrid:null,this.a=new xw(t.cacheSize),this.o=[0,0],this.uc=""}function Pw(t,e,o,i,r){if(!(e=t.Wd(e)))return!1;for(var n,p,s=!0,a=i.ca;a<=i.$;++a)for(var h=i.da;h<=i.ia;++h)n=t.Sb(o,a,h),p=!1,e.b.hasOwnProperty(n)&&((p=2===(n=e.get(n)).getState())&&(p=!1!==r(n))),p||(s=!1);return s}function Aw(t,e){t.uc!==e&&(t.uc=e,t.s())}function Ew(t,e,o){var i=void 0!==o?o:t.c;if(o=t.Ta(i),t.u&&i.c){var r=e;e=r[0],t=ne(o,r),e=D(i=ue(i),t)?r:(r=st(i),t[0]+=r*Math.ceil((i[0]-t[0])/r),o.bg(t,e))}if(r=e[0],i=e[1],t=e[2],o.minZoom>r||r>o.maxZoom)o=!1;else{var n=o.G();o=!(o=n?re(o,n,r):o.a?o.a[r]:null)||y(o,i,t)}return o?e:null}function Tw(t,e){Ee.call(this,t),this.tile=e}function jw(t){Mw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,extent:t.extent,logo:t.logo,opaque:t.opaque,projection:t.projection,state:t.state,tileGrid:t.tileGrid,tilePixelRatio:t.tilePixelRatio,wrapX:t.wrapX}),this.tileLoadFunction=t.tileLoadFunction,this.tileUrlFunction=this.Fc?this.Fc.bind(this):mw,this.urls=null,t.urls?this.eb(t.urls):t.url&&this.jb(t.url),t.tileUrlFunction&&this.cb(t.tileUrlFunction)}function Cw(t){jw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,extent:t.extent,logo:t.logo,opaque:t.opaque,projection:t.projection,state:t.state,tileGrid:t.tileGrid,tileLoadFunction:t.tileLoadFunction?t.tileLoadFunction:Iw,tilePixelRatio:t.tilePixelRatio,tileUrlFunction:t.tileUrlFunction,url:t.url,urls:t.urls,wrapX:t.wrapX}),this.crossOrigin=void 0!==t.crossOrigin?t.crossOrigin:null,this.tileClass=t.tileClass?t.tileClass:cv,this.g={},this.v={},this.Sa=t.reprojectionErrorThreshold,this.I=!1}function Lw(t,e,o,i,r,n,p){return r=(o=Ew(t,e=[e,o,i],n))?t.tileUrlFunction(o,r,n):void 0,(r=new t.tileClass(e,void 0!==r?0:4,void 0!==r?r:"",t.crossOrigin,t.tileLoadFunction)).key=p,me(r,"change",t.Li,t),r}function Rw(t,e,o,i,r,n){var p=t.Sb(e,o,i),s=t.uc;if(t.a.b.hasOwnProperty(p)){var a=t.a.get(p);if(a.key!=s){var h=a;if(a=Lw(t,e,o,i,r,n,s),0==h.getState()?a.i=h.i:a.i=h,a.i){e=a.i,o=a;do{if(2==e.getState()){e.i=null;break}1==e.getState()?o=e:0==e.getState()?o.i=e.i:o=e,e=o.i}while(e)}t.a.replace(p,a)}}else a=Lw(t,e,o,i,r,n,s),t.a.set(p,a);return a}function Iw(t,e){t.Y().src=e}function Nw(t){this.B=void 0!==t.hidpi&&t.hidpi,Cw.call(this,{cacheSize:t.cacheSize,crossOrigin:"anonymous",opaque:!0,projection:Wt("EPSG:3857"),reprojectionErrorThreshold:t.reprojectionErrorThreshold,state:"loading",tileLoadFunction:t.tileLoadFunction,tilePixelRatio:this.B?2:1,wrapX:void 0===t.wrapX||t.wrapX}),this.R=void 0!==t.culture?t.culture:"en-us",this.C=void 0!==t.maxZoom?t.maxZoom:-1,this.f=t.key,this.l=t.imagerySet,fw("https://dev.virtualearth.net/REST/v1/Imagery/Metadata/"+this.l+"?uriScheme=https&include=ImageryProviders&key="+this.f,this.pa.bind(this),void 0,"jsonp")}(t=lw.prototype).sd=function(t,e){var o=this.a,i=o.i;return this.pa!=i&&(this.g.length=0,o=o.j,this.c||"vector"==o||(this.c=Je()),this.c&&"vector"==o&&(this.c=null)),this.pa=i,ew.prototype.sd.apply(this,arguments)},t.Of=function(t,e,o,i,r,n,p,s){var a=t,h=this.a,l=e.pixelRatio,u=e.viewState.projection,c=h.i,y=h.get(bb)||null,f=a.o;if(f.Nd||f.mf!=c||f.Kg!=y){for(var g=0,d=a.a.length;g<d;++g){var v=a.c[a.a[g]];v.S=null,f.Nd=!1;var b=h.ha(),m=b.tileGrid,w=v.ta,x=v.a,S=(P=b.Ta(u)).Da(a.ta[0]),M=m.Da(v.ta[0]),P=rt(P=P.Aa(a.v),w=m.Aa(w));if("tile-pixels"==x.a){var A=m=b.nb();M=ep(M=np(this.D,0,0,1/M*A,-1/M*A,0,-w[0],-w[3]),[P[0],P[3]]).concat(ep(M,[P[2],P[1]]))}else if(m=S,M=P,!Zt(u,x)){var E=!0;v.ig(u)}for(f.Nd=!1,b=new Bv(0,M,m,b.l,h.c),M=nb(m,l),m=v.g,y&&y!==f.Kg&&m.sort(y),w=0,P=m.length;w<P;++w){A=m[w],E&&A.V().tb(x,u);var T=void 0;if((j=A.Lc())?T=j.call(A,S):(j=h.f)&&(T=j(A,S)),T){Array.isArray(T)||(T=[T]);var j=M,C=b;if(T){var L=!1;if(Array.isArray(T))for(var R=0,I=T.length;R<I;++R)L=pb(C,A,T[R],j,this.Fi,this)||L;else L=pb(C,A,T,j,this.Fi,this)||L;A=L}else A=!1;this.I=this.I||A,f.Nd=f.Nd||A}}Wv(b),v.c[a.ta.toString()]=b}f.mf=c,f.Kg=y}if(this.c){if(g=e,u=this.a,l=a.o,c=u.i,(h=uw[u.j])&&l.Lg!==c)for(l.Lg=c,v=(d=a.v)[0],l=g.pixelRatio,u=(S=u.ha()).tileGrid,c=(x=S.Ta(g.viewState.projection)).Da(v),y=S.nb(),a.j||(a.j=Je()),f=a.j,g=S.Xd(v,l,g.viewState.projection),f.canvas.width=g[0],f.canvas.height=g[1],g=x.Aa(d),d=0,v=a.a.length;d<v;++d)b=(x=a.c[a.a[d]]).ta,E=l/c,S=_n(this.D),"tile-pixels"==x.a.a?(E=u.Aa(b,this.l),ip(S,M=l/y*(b=u.Da(b[0]))/c,M),rp(S,Math.round((E[0]-g[0])/b*y),Math.round((g[3]-E[3])/b*y))):(ip(S,E,-E),rp(S,-g[0],-g[3])),x.c[a.ta.toString()].La(f,l,S,0,{},h);ew.prototype.Of.apply(this,arguments)}},t.Ea=function(t,e,o,i,r){var n=e.viewState.resolution,p=e.viewState.rotation;o=null==o?0:o;var s=this.a,a={},h=this.g,l=s.ha();e=l.Ta(e.viewState.projection);var u,c=l.tileGrid,y=0;for(u=h.length;y<u;++y){var f=h[y],g=f.ta,d=T(g=e.Aa(g,this.l),o*n,d);if(D(d,t)){g=0;for(var v=f.a.length;g<v;++g){var b=f.c[f.a[g]];if("tile-pixels"===b.a.a){var m=b.ta,w=nt(n=c.Aa(m,this.l));n=l.nb(),m=c.Da(m[0])/n,w=[(t[0]-w[0])/m,(w[1]-t[1])/m]}else w=t;b=b.c[f.ta];var x=x||b.Ea(w,n,p,o,{},function(t){var e=G(t).toString();if(!(e in a))return a[e]=!0,i.call(r,t,s)})}}}return x},t.Fi=function(){Hv(this)},t.ef=function(t,e,o){var i=(l=this.a).ha(),r=cw[l.j];if(r)for(var n=e.pixelRatio,p=e.viewState.rotation,s=e.size,a=Math.round(n*s[0]/2),h=(s=Math.round(n*s[1]/2),this.g),l=l.ha().nb(),u=i.tileGrid,c=(i=i.Ta(e.viewState.projection),[]),y=[],f=h.length-1;0<=f;--f){var g=h[f];if(5!=g.getState())for(var d=g.ta,v=i.Aa(d)[0]-i.Aa(g.v)[0],b=0,m=g.a.length;b<m;++b){var w=g.c[g.a[b]],x=w.ta[0],S=u.Da(x),M=e;if("tile-pixels"==(T=w).a.a){var P=(E=this.a.ha()).tileGrid,A=T.ta,E=P.Da(A[0])/E.nb(),T=M.viewState,j=M.pixelRatio,C=T.resolution/j;A=P.Aa(A,this.l),P=T.center,A=nt(A);M=M.size,M=np(this.D,Math.round(j*M[0]/2),Math.round(j*M[1]/2),E/C,E/C,T.rotation,(A[0]-P[0])/E,(P[1]-A[1])/E)}else M=ib(this,M,0);for(rp(M,v*l/S,0),S=Zv(w=w.c[d.toString()],M),t.save(),t.globalAlpha=o.opacity,vp(t,-p,a,s),E=0,T=c.length;E<T;++E)j=c[E],x<y[E]&&(t.beginPath(),t.moveTo(S[0],S[1]),t.lineTo(S[2],S[3]),t.lineTo(S[4],S[5]),t.lineTo(S[6],S[7]),t.moveTo(j[6],j[7]),t.lineTo(j[4],j[5]),t.lineTo(j[2],j[3]),t.lineTo(j[0],j[1]),t.clip());w.La(t,n,M,p,{},r),t.restore(),c.push(S),y.push(x)}}ew.prototype.ef.apply(this,arguments)},s(yw,vb),(t=yw.prototype).Fd=function(t){var e=null;return"canvas"===t.U()&&(e=new lw(this)),e},t.Ud=function(){return this.get("preload")},t.kd=function(){return this.get("useInterimTilesOnError")},t.Bi=function(t){this.set("preload",t)},t.Ci=function(t){this.set("useInterimTilesOnError",t)},s(gw,hv),gw.prototype.ka=function(){1==this.state&&(this.yd.forEach(Se),this.yd=null),hv.prototype.ka.call(this)},gw.prototype.Y=function(){return this.v},gw.prototype.de=function(){var e=[];if(this.a.forEach(function(t){t&&2==t.getState()&&e.push({extent:this.c.Aa(t.ta),image:t.Y()})},this),this.a.length=0,e.length){var t=this.o[0],o="number"==typeof(i=this.j.gb(t))?i:i[0],i="number"==typeof i?i:i[1],r=(t=this.j.Da(t),this.c.Da(this.g)),n=this.j.Aa(this.o);this.v=Bm(o,i,this.S,r,this.c.G(),t,n,this.l,e,this.u,this.D),this.state=2}else this.state=3;this.s()},gw.prototype.load=function(){if(0==this.state){this.state=1,this.s();var i=0;this.yd=[],this.a.forEach(function(e){var t=e.getState();if(0==t||1==t){i++;var o=me(e,"change",function(){var t=e.getState();2!=t&&3!=t&&4!=t||(Se(o),--i||(this.yd.forEach(Se),this.yd=null,this.de()))},this);this.yd.push(o)}},this),this.a.forEach(function(t){0==t.getState()&&t.load()}),i||setTimeout(this.de.bind(this),0)}},s(xw,Ga),xw.prototype.fd=function(t){for(var e,o;Sw(this);){var i;if((i=(o=(e=this.a.Yc).ta[0].toString())in t)&&(e=e.ta,i=y(t[o],e[1],e[2])),i)break;Ae(this.pop())}},s(Mw,wb),(t=Mw.prototype).Ki=function(){return Sw(this.a)},t.fd=function(t,e){(t=this.Wd(t))&&t.fd(e)},t.Wf=function(){return 0},t.Sb=function(t,e,o){return t+"/"+e+"/"+o},t.Zf=function(){return this.va},t.ab=function(){return this.tileGrid},t.Ta=function(t){return this.tileGrid?this.tileGrid:se(t)},t.Wd=function(t){var e=this.c;return e&&!Zt(e,t)?null:this.a},t.nb=function(){return this.$a},t.Xd=function(t,e,o){return o=this.Ta(o),e=this.nb(e),t=F(o.gb(t),this.o),1==e?t:A(t,e,this.o)},t.sa=function(){this.a.clear(),this.s()},t.Ug=m,s(Tw,Ee),s(jw,Mw),(t=jw.prototype).pb=function(){return this.tileLoadFunction},t.qb=function(){return this.tileUrlFunction},t.rb=function(){return this.urls},t.Li=function(t){switch((t=t.target).getState()){case 1:this.b(new Tw("tileloadstart",t));break;case 2:this.b(new Tw("tileloadend",t));break;case 3:this.b(new Tw("tileloaderror",t))}},t.vb=function(t){this.a.clear(),this.tileLoadFunction=t,this.s()},t.cb=function(t,e){this.tileUrlFunction=t,void 0!==e?Aw(this,e):this.s()},t.jb=function(t){var e=this.urls=ww(t);this.cb(this.Fc?this.Fc.bind(this):vw(e,this.tileGrid),t)},t.eb=function(t){var e=(this.urls=t).join("\n");this.cb(this.Fc?this.Fc.bind(this):vw(t,this.tileGrid),e)},t.Ug=function(t,e,o){t=this.Sb(t,e,o),this.a.b.hasOwnProperty(t)&&this.a.get(t)},s(Cw,jw),(t=Cw.prototype).Ki=function(){if(Sw(this.a))return!0;for(var t in this.g)if(Sw(this.g[t]))return!0;return!1},t.fd=function(t,e){for(var o in t=this.Wd(t),this.a.fd(this.a==t?e:{}),this.g){var i=this.g[o];i.fd(i==t?e:{})}},t.Wf=function(t){return this.c&&t&&!Zt(this.c,t)?0:this.Xf()},t.Xf=function(){return 0},t.Zf=function(t){return!(this.c&&t&&!Zt(this.c,t))&&jw.prototype.Zf.call(this,t)},t.Ta=function(t){var e=this.c;return!this.tileGrid||e&&!Zt(e,t)?((e=G(t).toString())in this.v||(this.v[e]=se(t)),this.v[e]):this.tileGrid},t.Wd=function(t){var e=this.c;return!e||Zt(e,t)?this.a:((t=G(t).toString())in this.g||(this.g[t]=new xw(this.a.highWaterMark)),this.g[t])},t.Nc=function(t,e,o,i,r){if(this.c&&r&&!Zt(this.c,r)){var n,p=this.Wd(r);if(o=[t,e,o],t=this.Sb.apply(this,o),p.b.hasOwnProperty(t)&&(n=p.get(t)),e=this.uc,n&&n.key==e)return n;var s=this.c,a=this.Ta(s),h=this.Ta(r),l=Ew(this,o,r);return(i=new gw(s,a,r,h,o,l,this.nb(i),this.Xf(),function(t,e,o,i){return Rw(this,t,e,o,i,s)}.bind(this),this.Sa,this.I)).key=e,n?(i.i=n,p.replace(t,i)):p.set(t,i),i}return Rw(this,t,e,o,i,r)},t.Pb=function(t){if(this.I!=t){for(var e in this.I=t,this.g)this.g[e].clear();this.s()}},t.Qb=function(t,e){(t=Wt(t))&&((t=G(t).toString())in this.v||(this.v[t]=e))},s(Nw,Cw);var Fw=new ce({html:'<a class="ol-attribution-bing-tos" href="http://www.microsoft.com/maps/product/terms.html">Terms of Use</a>'});function kw(t){var e=void 0!==(t=t||{}).projection?t.projection:"EPSG:3857",o=void 0!==t.tileGrid?t.tileGrid:ae({extent:ue(e),maxZoom:t.maxZoom,minZoom:t.minZoom,tileSize:t.tileSize});Cw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,logo:t.logo,opaque:t.opaque,projection:e,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileGrid:o,tileLoadFunction:t.tileLoadFunction,tilePixelRatio:t.tilePixelRatio,tileUrlFunction:t.tileUrlFunction,url:t.url,urls:t.urls,wrapX:void 0===t.wrapX||t.wrapX})}function Dw(t){this.C=t.account,this.B=t.map||"",this.f=t.config||{},this.l={},kw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,logo:t.logo,maxZoom:void 0!==t.maxZoom?t.maxZoom:18,minZoom:t.minZoom,projection:t.projection,state:"loading",wrapX:t.wrapX}),Ow(this)}function Ow(t){var e=JSON.stringify(t.f);if(t.l[e])Uw(t,t.l[e]);else{var o="https://"+t.C+".cartodb.com/api/v1/map";t.B&&(o+="/named/"+t.B);var i=new XMLHttpRequest;i.addEventListener("load",t.Dl.bind(t,e)),i.addEventListener("error",t.Cl.bind(t)),i.open("POST",o),i.setRequestHeader("Content-type","application/json"),i.send(JSON.stringify(t.f))}}function Uw(t,e){t.jb("https://"+e.cdn_url.https+"/"+t.C+"/api/v1/map/"+e.layergroupid+"/{z}/{x}/{y}.png")}function Gw(t){Mb.call(this,{attributions:t.attributions,extent:t.extent,logo:t.logo,projection:t.projection,wrapX:t.wrapX}),this.resolution=void 0,this.distance=void 0!==t.distance?t.distance:20,this.features=[],this.geometryFunction=t.geometryFunction||function(t){return R((t=t.V())instanceof lr,10),t},this.source=t.source,this.source.J("change",Gw.prototype.sa,this)}function Bw(t){if(void 0!==t.resolution)for(var e=[1/(t.features.length=0),1/0,-1/0,-1/0],o=t.distance*t.resolution,i=t.source.Xe(),r={},n=0,p=i.length;n<p;n++){var s=i[n];G(s).toString()in r||!(s=t.geometryFunction(s))||(K(s=s.X(),e),T(e,o,e),s=(s=t.source.Uf(e)).filter(function(t){return!((t=G(t).toString())in r)&&(r[t]=!0)}),t.features.push(Xw(t,s)))}}function Xw(t,e){for(var o=[0,0],i=e.length-1;0<=i;--i){var r=t.geometryFunction(e[i]);r?ji(o,r.X()):e.splice(i,1)}return Fi(o,1/e.length),(t=new Fh(new lr(o))).set("features",e),t}function Vw(t,e){var o=[];Object.keys(e).forEach(function(t){null!==e[t]&&void 0!==e[t]&&o.push(t+"="+encodeURIComponent(e[t]))});var i=o.join("&");return(t=-1===(t=t.replace(/[?&]$/,"")).indexOf("?")?t+"?":t+"&")+i}function Ww(t){Zm.call(this,{attributions:(t=t||{}).attributions,logo:t.logo,projection:t.projection,resolutions:t.resolutions}),this.R=void 0!==t.crossOrigin?t.crossOrigin:null,this.T=void 0===t.hidpi||t.hidpi,this.f=t.url,this.g=t.imageLoadFunction?t.imageLoadFunction:zm,this.v=t.params||{},this.M=null,this.l=[0,0],this.I=0,this.B=void 0!==t.ratio?t.ratio:1.5}function Zw(t){Zm.call(this,{projection:t.projection,resolutions:t.resolutions}),this.R=void 0!==t.crossOrigin?t.crossOrigin:null,this.l=void 0!==t.displayDpi?t.displayDpi:96,this.g=t.params||{},this.I=t.url,this.f=t.imageLoadFunction?t.imageLoadFunction:zm,this.T=void 0===t.hidpi||t.hidpi,this.pa=void 0!==t.metersPerUnit?t.metersPerUnit:1,this.v=void 0!==t.ratio?t.ratio:1,this.va=void 0!==t.useOverlay&&t.useOverlay,this.M=null,this.B=0}function Kw(t){var e=t.imageExtent,o=void 0!==t.crossOrigin?t.crossOrigin:null,i=t.imageLoadFunction?t.imageLoadFunction:zm;Zm.call(this,{attributions:t.attributions,logo:t.logo,projection:Wt(t.projection)}),this.M=new sv(e,void 0,1,this.j,t.url,o,i),this.f=t.imageSize?t.imageSize:null,me(this.M,"change",this.o,this)}function zw(t){Zm.call(this,{attributions:(t=t||{}).attributions,logo:t.logo,projection:t.projection,resolutions:t.resolutions}),this.pa=void 0!==t.crossOrigin?t.crossOrigin:null,this.g=t.url,this.v=t.imageLoadFunction?t.imageLoadFunction:zm,this.f=t.params||{},this.l=!0,qw(this),this.T=t.serverType,this.va=void 0===t.hidpi||t.hidpi,this.M=null,this.B=[0,0],this.R=0,this.I=void 0!==t.ratio?t.ratio:1.5}Nw.prototype.T=function(){return this.f},Nw.prototype.fa=function(){return this.l},Nw.prototype.pa=function(t){if(200!=t.statusCode||"OK"!=t.statusDescription||"ValidCredentials"!=t.authenticationResultCode||1!=t.resourceSets.length||1!=t.resourceSets[0].resources.length)Sb(this,"error");else{var e=t.brandLogoUri;-1==e.indexOf("https")&&(e=e.replace("http","https"));var i=t.resourceSets[0].resources[0],p=-1==this.C?i.zoomMax:this.C,s=ae({extent:t=ue(this.c),minZoom:i.zoomMin,maxZoom:p,tileSize:(i.imageWidth==i.imageHeight?i.imageWidth:[i.imageWidth,i.imageHeight])/this.nb()});this.tileGrid=s;var r=this.R,n=this.B;if(this.tileUrlFunction=bw(i.imageUrlSubdomains.map(function(t){var e=[0,0,0],o=i.imageUrl.replace("{subdomain}",t).replace("{culture}",r);return function(t){if(t)return $t(t[0],t[1],-t[2]-1,e),t=o,n&&(t+="&dpi=d1&device=mobile"),t.replace("{quadkey}",function(t){var e,o=t[0],i=Array(o),r=1<<o-1;for(e=0;e<o;++e){var n=48;t[1]&r&&(n+=1),t[2]&r&&(n+=2),i[e]=String.fromCharCode(n),r>>=1}return i.join("")}(e))}})),i.imageryProviders){var a=zt(Wt("EPSG:4326"),this.c);(t=i.imageryProviders.map(function(t){var e=t.attribution,n={};return t.coverageAreas.forEach(function(t){var e,o=t.zoomMin,i=Math.min(t.zoomMax,p);for(t=ut([(t=t.bbox)[1],t[0],t[3],t[2]],a),e=o;e<=i;++e){var r=e.toString();o=re(s,t,e),r in n?n[r].push(o):n[r]=[o]}}),new ce({html:e,tileRanges:n})})).push(Fw),this.ua(t)}this.D=e,Sb(this,"ready")}},s(kw,Cw),s(Dw,kw),(t=Dw.prototype).Kk=function(){return this.f},t.tq=function(t){ct(this.f,t),Ow(this)},t.Xp=function(t){this.f=t||{},Ow(this)},t.Dl=function(t,e){if(!(e=e.target).status||200<=e.status&&e.status<300){try{var o=JSON.parse(e.responseText)}catch(t){return void Sb(this,"error")}Uw(this,o),this.l[t]=o,Sb(this,"ready")}else Sb(this,"error")},t.Cl=function(){Sb(this,"error")},s(Gw,Mb),(t=Gw.prototype).$n=function(){return this.distance},t.ao=function(){return this.source},t.Yd=function(t,e,o){this.source.Yd(t,e,o),e!==this.resolution&&(this.clear(),this.resolution=e,Bw(this),this.cd(this.features))},t.Yp=function(t){this.distance=t,this.sa()},t.sa=function(){this.clear(),Bw(this),this.cd(this.features),Mb.prototype.sa.call(this)},s(Ww,Zm),(t=Ww.prototype).co=function(){return this.v},t.Jc=function(t,e,o,i){if(void 0===this.f)return null;e=Km(this,e),o=this.T?o:1;var r=this.M;if(r&&this.I==this.i&&r.resolution==e&&r.a==o&&O(r.G(),t))return r;ct(r={F:"image",FORMAT:"PNG32",TRANSPARENT:!0},this.v);var n=((t=t.slice())[0]+t[2])/2,p=(t[1]+t[3])/2;if(1!=this.B){var s=this.B*st(t)/2,a=this.B*it(t)/2;t[0]=n-s,t[1]=p-a,t[2]=n+s,t[3]=p+a}s=e/o,a=Math.ceil(st(t)/s);var h=Math.ceil(it(t)/s);return t[0]=n-s*a/2,t[2]=n+s*a/2,t[1]=p-s*h/2,t[3]=p+s*h/2,this.l[0]=a,this.l[1]=h,n=t,p=this.l,s=o,i=i.mb.split(":").pop(),r.SIZE=p[0]+","+p[1],r.BBOX=n.join(","),r.BBOXSR=i,r.IMAGESR=i,r.DPI=Math.round(90*s),(n=(i=this.f).replace(/MapServer\/?$/,"MapServer/export").replace(/ImageServer\/?$/,"ImageServer/exportImage"))==i&&R(!1,50),r=Vw(n,r),this.M=new sv(t,e,o,this.j,r,this.R,this.g),this.I=this.i,me(this.M,"change",this.o,this),this.M},t.bo=function(){return this.g},t.eo=function(){return this.f},t.fo=function(t){this.M=null,this.g=t,this.s()},t.ho=function(t){t!=this.f&&(this.f=t,this.M=null,this.s())},t.io=function(t){ct(this.v,t),this.M=null,this.s()},s(Zw,Zm),(t=Zw.prototype).ko=function(){return this.g},t.Jc=function(t,e,o){if(e=Km(this,e),o=this.T?o:1,(r=this.M)&&this.B==this.i&&r.resolution==e&&r.a==o&&O(r.G(),t))return r;1!=this.v&&lt(t=t.slice(),this.v);var i=[st(t)/e*o,it(t)/e*o];if(void 0!==this.I){var r=this.I,n=et(t),p=this.pa,s=st(t),a=it(t),h=i[0],l=i[1],u=.0254/this.l;i={OPERATION:this.va?"GETDYNAMICMAPOVERLAYIMAGE":"GETMAPIMAGE",VERSION:"2.0.0",LOCALE:"en",CLIENTAGENT:"ol.source.ImageMapGuide source",CLIP:"1",SETDISPLAYDPI:this.l,SETDISPLAYWIDTH:Math.round(i[0]),SETDISPLAYHEIGHT:Math.round(i[1]),SETVIEWSCALE:h*a<l*s?s*p/(h*u):a*p/(l*u),SETVIEWCENTERX:n[0],SETVIEWCENTERY:n[1]};ct(i,this.g),r=Vw(r,i),me(r=new sv(t,e,o,this.j,r,this.R,this.f),"change",this.o,this)}else r=null;return this.M=r,this.B=this.i,r},t.jo=function(){return this.f},t.mo=function(t){ct(this.g,t),this.s()},t.lo=function(t){this.M=null,this.f=t,this.s()},s(Kw,Zm),Kw.prototype.Jc=function(t){return at(t,this.M.G())?this.M:null},Kw.prototype.o=function(t){if(2==this.M.getState()){var e=this.M.G(),o=this.M.Y();if(this.f)var i=this.f[0],r=this.f[1];else i=o.width,r=o.height;if((e=Math.ceil(st(e)/(it(e)/r)))!=i){var n=(e=Je(e,r)).canvas;e.drawImage(o,0,0,i,r,0,0,n.width,n.height),this.M.Og(n)}}Zm.prototype.o.call(this,t)},s(zw,Zm);var Yw=[101,101];function Hw(t,e,o,i,r,n){if(R(void 0!==t.g,9),n[t.l?"CRS":"SRS"]=r.mb,"STYLES"in t.f||(n.STYLES=""),1!=i)switch(t.T){case"geoserver":i=90*i+.5|0,n.FORMAT_OPTIONS="FORMAT_OPTIONS"in n?n.FORMAT_OPTIONS+";dpi:"+i:"dpi:"+i;break;case"mapserver":n.MAP_RESOLUTION=90*i;break;case"carmentaserver":case"qgis":n.DPI=90*i;break;default:R(!1,8)}var p;return n.WIDTH=o[0],n.HEIGHT=o[1],o=r.b,p=t.l&&"ne"==o.substr(0,2)?[e[1],e[0],e[3],e[2]]:e,n.BBOX=p.join(","),Vw(t.g,n)}function qw(t){t.l=0<=Ti(t.f.VERSION||"1.3.0")}function Jw(t){var e;e=void 0!==(t=t||{}).attributions?t.attributions:[_w],kw.call(this,{attributions:e,cacheSize:t.cacheSize,crossOrigin:void 0!==t.crossOrigin?t.crossOrigin:"anonymous",opaque:void 0===t.opaque||t.opaque,maxZoom:void 0!==t.maxZoom?t.maxZoom:19,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileLoadFunction:t.tileLoadFunction,url:void 0!==t.url?t.url:"https://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png",wrapX:t.wrapX})}(t=zw.prototype).so=function(t,e,o,i){if(void 0!==this.g){var r=ot(t,e,0,Yw),n={SERVICE:"WMS",VERSION:"1.3.0",REQUEST:"GetFeatureInfo",FORMAT:"image/png",TRANSPARENT:!0,QUERY_LAYERS:this.f.LAYERS};return ct(n,this.f,i),i=Math.floor((r[3]-t[1])/e),n[this.l?"I":"X"]=Math.floor((t[0]-r[0])/e),n[this.l?"J":"Y"]=i,Hw(this,r,Yw,1,Wt(o),n)}},t.uo=function(){return this.f},t.Jc=function(t,e,o,i){if(void 0===this.g)return null;e=Km(this,e),1==o||this.va&&void 0!==this.T||(o=1);var r=e/o,n=et(t),p=ot(n,r,0,[Math.ceil(st(t)/r),Math.ceil(it(t)/r)]);return t=ot(n,r,0,[Math.ceil(this.I*st(t)/r),Math.ceil(this.I*it(t)/r)]),(n=this.M)&&this.R==this.i&&n.resolution==e&&n.a==o&&O(n.G(),p)?n:(ct(p={SERVICE:"WMS",VERSION:"1.3.0",REQUEST:"GetMap",FORMAT:"image/png",TRANSPARENT:!0},this.f),this.B[0]=Math.round(st(t)/r),this.B[1]=Math.round(it(t)/r),i=Hw(this,t,this.B,o,i,p),this.M=new sv(t,e,o,this.j,i,this.pa,this.v),this.R=this.i,me(this.M,"change",this.o,this),this.M)},t.to=function(){return this.v},t.vo=function(){return this.g},t.wo=function(t){this.M=null,this.v=t,this.s()},t.xo=function(t){t!=this.g&&(this.g=t,this.M=null,this.s())},t.yo=function(t){ct(this.f,t),qw(this),this.M=null,this.s()},s(Jw,kw);var _w=new ce({html:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors.'});function $w(t){this.B=null,this.va=void 0!==t.operationType?t.operationType:"pixel",this.Sa=void 0!==t.threads?t.threads:1,this.g=function(t){for(var e=t.length,o=Array(e),i=0;i<e;++i){var r=i,n=t[i],p=null;n instanceof Mw?(n=new hw({source:n}),p=new ew(n)):n instanceof Zm&&(n=new tw({source:n}),p=new Om(n)),o[r]=p}return o}(t.sources);for(var e=0,o=this.g.length;e<o;++e)me(this.g[e],"change",this.s,this);this.T=new Si(function(){return 1},this.s.bind(this));o={};for(var i=0,r=(e=function(t){return t.map(function(t){return Wn(t.a)})}(this.g)).length;i<r;++i)o[G(e[i].layer)]=e[i];this.f=null,this.I={animate:!1,attributions:{},coordinateToPixelTransform:[1,0,0,1,0,0],extent:null,focus:null,index:0,layerStates:o,layerStatesArray:e,logos:{},pixelRatio:1,pixelToCoordinateTransform:[1,0,0,1,0,0],postRenderFunctions:[],size:[0,0],skippedFeatureUids:{},tileQueue:this.T,time:Date.now(),usedTiles:{},viewState:{rotation:0},viewHints:[],wantedTiles:{}},Zm.call(this,{}),t.operation&&this.v(t.operation,t.lib)}Js.df={},Js.df.Af=function(){},function(t){function r(u){var c=!0;try{new ImageData(10,10)}catch(t){c=!1}return function(t){var e=t.buffers,o=t.meta,i=t.width,r=t.height,n=e.length,p=e[0].byteLength;if(t.imageOps){for(p=Array(n),t=0;t<n;++t){var s=t,a=new Uint8ClampedArray(e[t]),h=i,l=r;a=c?new ImageData(a,h,l):{data:a,width:h,height:l},p[s]=a}i=u(p,o).data}else{for(i=new Uint8ClampedArray(p),r=Array(n),s=Array(n),t=0;t<n;++t)r[t]=new Uint8ClampedArray(e[t]),s[t]=[0,0,0,0];for(e=0;e<p;e+=4){for(t=0;t<n;++t)a=r[t],s[t][0]=a[e],s[t][1]=a[e+1],s[t][2]=a[e+2],s[t][3]=a[e+3];t=u(s,o),i[e]=t[0],i[e+1]=t[1],i[e+2]=t[2],i[e+3]=t[3]}}return i.buffer}}function n(e,t){var o=Object.keys(e.lib||{}).map(function(t){return"var "+t+" = "+e.lib[t].toString()+";"}).concat(["var __minion__ = ("+r.toString()+")(",e.operation.toString(),");",'self.addEventListener("message", function(event) {'," var buffer = __minion__(event.data);"," self.postMessage({buffer: buffer, meta: event.data.meta}, [buffer]);","});"]);o=URL.createObjectURL(new Blob(o,{type:"text/javascript"}));return(o=new Worker(o)).addEventListener("message",t),o}function e(t){var e;this.Ff=!!t.$l;var o=[];if(e=0===t.threads?0:this.Ff?1:t.threads||1)for(var i=0;i<e;++i)o[i]=n(t,this.gh.bind(this,i));else o[0]=function(t,e){var o=r(t.operation);return{postMessage:function(t){setTimeout(function(){e({data:{buffer:o(t),meta:t.meta}})},0)}}}(t,this.gh.bind(this,0));this.qe=o,this.Ed=[],this.fk=t.rp||1/0,this.oe=0,this.bd={},this.Gf=null}var s=!0;try{new ImageData(10,10)}catch(t){s=!1}var a=document.createElement("canvas").getContext("2d");e.prototype.pp=function(t,e,o){this.dk({inputs:t,Qh:e,callback:o}),this.dh()},e.prototype.dk=function(t){for(this.Ed.push(t);this.Ed.length>this.fk;)this.Ed.shift().callback(null,null)},e.prototype.dh=function(){if(0===this.oe&&0<this.Ed.length){var t=this.Gf=this.Ed.shift(),e=t.inputs[0].width,o=t.inputs[0].height,i=t.inputs.map(function(t){return t.data.buffer}),r=this.qe.length;if(1===(this.oe=r))this.qe[0].postMessage({buffers:i,meta:t.Qh,imageOps:this.Ff,width:e,height:o},i);else for(var n=4*Math.ceil(t.inputs[0].data.length/4/r),p=0;p<r;++p){for(var s=p*n,a=[],h=0,l=i.length;h<l;++h)a.push(i[p].slice(s,s+n));this.qe[p].postMessage({buffers:a,meta:t.Qh,imageOps:this.Ff,width:e,height:o},a)}}},e.prototype.gh=function(t,e){this.Jq||(this.bd[t]=e.data,--this.oe,0===this.oe&&this.gk())},e.prototype.gk=function(){var t=this.Gf,e=this.qe.length;if(1===e)var o=new Uint8ClampedArray(this.bd[0].buffer),i=this.bd[0].meta;else{var r=t.inputs[0].data.length;o=new Uint8ClampedArray(r),i=Array(r);r=4*Math.ceil(r/4/e);for(var n=0;n<e;++n){var p=n*r;o.set(new Uint8ClampedArray(this.bd[n].buffer),p),i[n]=this.bd[n].meta}}this.Gf=null,this.bd={},t.callback(null,function(t,e,o){return s?new ImageData(t,e,o):((e=a.createImageData(e,o)).data.set(t),e)}(o,t.inputs[0].width,t.inputs[0].height),i),this.dh()},t.default={Af:e},t.Af=e}(Js.df=Js.df||{}),s($w,Zm),$w.prototype.v=function(t,e){this.B=new Js.df.Af({operation:t,$l:"image"===this.va,rp:1,lib:e,threads:this.Sa}),this.s()},$w.prototype.Y=function(t,e,o,i){o=!0;for(var r,n=0,p=this.g.length;n<p;++n)if("ready"!==(r=this.g[n].a.ha()).getState()){o=!1;break}if(!o)return null;if((o=ct({},this.I)).viewState=ct({},o.viewState),r=et(t),o.extent=t.slice(),o.focus=r,o.size[0]=Math.round(st(t)/e),o.size[1]=Math.round(it(t)/e),(n=o.viewState).center=r,n.projection=i,n.resolution=e,Mi((this.l=o).tileQueue,16,16),this.f&&(i=this.f.resolution,o=this.f.G(),e===i&&Y(t,o)||(this.f=null)),!this.f||this.i!==this.R)t:{for(t=this.l,i=this.g.length,e=Array(i),o=0;o<i;++o){if(r=this.g[o],p=(n=t).layerStatesArray[o],r.sd(n,p)){var s=n.size[0],a=n.size[1];if(Qw){var h=Qw.canvas;h.width!==s||h.height!==a?Qw=Je(s,a):Qw.clearRect(0,0,s,a)}else Qw=Je(s,a);r.S(n,p,Qw),r=Qw.getImageData(0,0,s,a)}else r=null;if(!r)break t;e[o]=r}i={},this.b(new tx(ex,t,i)),this.B.pp(e,i,this.pa.bind(this,t))}return this.f},$w.prototype.pa=function(t,e,o,i){if(!e&&o){e=t.extent;var r=t.viewState.resolution;if(r===this.l.viewState.resolution&&Y(e,this.l.extent)){if(this.f)var n=this.f.Y().getContext("2d");else n=Je(Math.round(st(e)/r),Math.round(it(e)/r)),this.f=new av(e,r,1,this.j,n.canvas);n.putImageData(o,0,0),this.s(),this.R=this.i,this.b(new tx(ox,t,i))}}};var Qw=null;function tx(t,e,o){Ee.call(this,t),this.extent=e.extent,this.resolution=e.viewState.resolution/e.pixelRatio,this.data=o}s(tx,Ee),$w.prototype.Jc=function(){return null};var ex="beforeoperations",ox="afteroperations";function ix(t){var e=t.layer.indexOf("-"),o=(e=px[-1==e?t.layer:t.layer.slice(0,e)],nx[t.layer]);kw.call(this,{attributions:rx,cacheSize:t.cacheSize,crossOrigin:"anonymous",maxZoom:null!=t.maxZoom?t.maxZoom:e.maxZoom,minZoom:null!=t.minZoom?t.minZoom:e.minZoom,opaque:o.opaque,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileLoadFunction:t.tileLoadFunction,url:void 0!==t.url?t.url:"https://stamen-tiles-{a-d}.a.ssl.fastly.net/"+t.layer+"/{z}/{x}/{y}."+o.Lb,wrapX:t.wrapX})}s(ix,kw);var rx=[new ce({html:'Map tiles by <a href="http://stamen.com/">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.'}),_w],nx={terrain:{Lb:"jpg",opaque:!0},"terrain-background":{Lb:"jpg",opaque:!0},"terrain-labels":{Lb:"png",opaque:!1},"terrain-lines":{Lb:"png",opaque:!1},"toner-background":{Lb:"png",opaque:!0},toner:{Lb:"png",opaque:!0},"toner-hybrid":{Lb:"png",opaque:!1},"toner-labels":{Lb:"png",opaque:!1},"toner-lines":{Lb:"png",opaque:!1},"toner-lite":{Lb:"png",opaque:!0},watercolor:{Lb:"jpg",opaque:!0}},px={terrain:{minZoom:4,maxZoom:18},toner:{minZoom:0,maxZoom:20},watercolor:{minZoom:1,maxZoom:16}};function sx(t){Cw.call(this,{attributions:(t=t||{}).attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,logo:t.logo,projection:t.projection,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileGrid:t.tileGrid,tileLoadFunction:t.tileLoadFunction,url:t.url,urls:t.urls,wrapX:void 0===t.wrapX||t.wrapX}),this.f=t.params||{},this.l=[1/0,1/0,-1/0,-1/0],Aw(this,ax(this))}function ax(t){var e,o=0,i=[];for(e in t.f)i[o++]=e+"-"+t.f[e];return i.join("/")}function hx(t){Mw.call(this,{opaque:!1,projection:t.projection,tileGrid:t.tileGrid,wrapX:void 0===t.wrapX||t.wrapX})}function lx(t,e,o){hv.call(this,t,2),this.c=e,this.Ia=o,this.a=null}function ux(t){if(this.f=null,Cw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,projection:Wt("EPSG:3857"),reprojectionErrorThreshold:t.reprojectionErrorThreshold,state:"loading",tileLoadFunction:t.tileLoadFunction,wrapX:void 0===t.wrapX||t.wrapX}),t.url)if(t.jsonp)fw(t.url,this.og.bind(this),this.Ve.bind(this));else{var e=new XMLHttpRequest;e.addEventListener("load",this.Ao.bind(this)),e.addEventListener("error",this.zo.bind(this)),e.open("GET",t.url),e.send()}else t.tileJSON?this.og(t.tileJSON):R(!1,51)}function cx(t){if(Mw.call(this,{projection:Wt("EPSG:3857"),state:"loading"}),this.v=void 0===t.preemptive||t.preemptive,this.l=mw,this.g=void 0,this.f=t.jsonp||!1,t.url)if(this.f)fw(t.url,this.pg.bind(this),this.We.bind(this));else{var e=new XMLHttpRequest;e.addEventListener("load",this.Eo.bind(this)),e.addEventListener("error",this.Do.bind(this)),e.open("GET",t.url),e.send()}else t.tileJSON?this.pg(t.tileJSON):R(!1,51)}function yx(t,e,o,i,r,n){hv.call(this,t,e),this.o=o,this.a=i,this.v=r,this.c=this.j=this.g=null,this.l=n}function fx(t){if(0==t.state)if(t.state=1,t.l)fw(t.o,t.Ji.bind(t),t.De.bind(t));else{var e=new XMLHttpRequest;e.addEventListener("load",t.Co.bind(t)),e.addEventListener("error",t.Bo.bind(t)),e.open("GET",t.o),e.send()}}function gx(t){var e=(t=t||{}).params||{};Cw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,logo:t.logo,opaque:!(!("TRANSPARENT"in e)||e.TRANSPARENT),projection:t.projection,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileGrid:t.tileGrid,tileLoadFunction:t.tileLoadFunction,url:t.url,urls:t.urls,wrapX:void 0===t.wrapX||t.wrapX}),this.C=void 0!==t.gutter?t.gutter:0,this.f=e,this.l=!0,this.B=t.serverType,this.T=void 0===t.hidpi||t.hidpi,this.R="",vx(this),this.fa=[1/0,1/0,-1/0,-1/0],mx(this),Aw(this,bx(this))}function dx(t,e,o,i,r,n,p){var s=t.urls;if(s){if(p.WIDTH=o[0],p.HEIGHT=o[1],p[t.l?"CRS":"SRS"]=n.mb,"STYLES"in t.f||(p.STYLES=""),1!=r)switch(t.B){case"geoserver":o=90*r+.5|0,p.FORMAT_OPTIONS="FORMAT_OPTIONS"in p?p.FORMAT_OPTIONS+";dpi:"+o:"dpi:"+o;break;case"mapserver":p.MAP_RESOLUTION=90*r;break;case"carmentaserver":case"qgis":p.DPI=90*r;break;default:R(!1,52)}return n=n.b,t.l&&"ne"==n.substr(0,2)&&(t=i[0],i[0]=i[1],i[1]=t,t=i[2],i[2]=i[3],i[3]=t),p.BBOX=i.join(","),Vw(1==s.length?s[0]:s[L((e[1]<<e[0])+e[2],s.length)],p)}}function vx(t){var e=0,o=[];if(t.urls){var i,r=0;for(i=t.urls.length;r<i;++r)o[e++]=t.urls[r]}t.R=o.join("#")}function bx(t){var e,o=0,i=[];for(e in t.f)i[o++]=e+"-"+t.f[e];return i.join("/")}function mx(t){t.l=0<=Ti(t.f.VERSION||"1.3.0")}function wx(t,e,o,i,r,n,p,s,a,h,l,u,c,y){if(hv.call(this,t,e),this.j=null,this.o={Nd:!1,Kg:null,mf:-1,Lg:-1},this.c=h,this.a=[],this.u=o,this.v=n,this.g=[],this.l=[],n){var f=a.Aa(n),g=a.Da(t[0]);s.Rf(f,s.tc(g),function(t){if(.5<=st(e=rt(f,s.Aa(t)))/g&&.5<=it(e)/g){var e=t.toString(),o=h[e];o||(o=p(t,l,u),o=h[e]=new c(t,null==o?4:0,null==o?"":o,i,r),this.l.push(me(o,"change",y))),o.j++,this.a.push(e)}}.bind(this))}}function xx(t,e){t.Pg(ol(e,t.o,t.$o.bind(t),t.Zo.bind(t)))}function Sx(t,e,o,i,r){hv.call(this,t,e),this.j=0,this.o=i,this.g=null,this.c={},this.u=r,this.l=o}function Mx(t){jw.call(this,{attributions:t.attributions,cacheSize:void 0!==t.cacheSize?t.cacheSize:128,extent:t.extent,logo:t.logo,opaque:!1,projection:t.projection,state:t.state,tileGrid:t.tileGrid,tileLoadFunction:t.tileLoadFunction?t.tileLoadFunction:xx,tileUrlFunction:t.tileUrlFunction,tilePixelRatio:t.tilePixelRatio,url:t.url,urls:t.urls,wrapX:void 0===t.wrapX||t.wrapX}),this.g=t.format?t.format:null,this.v={},this.l=null==t.overlaps||t.overlaps,this.tileClass=t.tileClass?t.tileClass:Sx,this.f={},this.tileGrid||(this.tileGrid=this.Ta(Wt(t.projection||"EPSG:3857")))}function Px(t){this.o=t.matrixIds,Qt.call(this,{extent:t.extent,origin:t.origin,origins:t.origins,resolutions:t.resolutions,tileSize:t.tileSize,tileSizes:t.tileSizes,sizes:t.sizes})}function Ax(t,e,o){var r=[],n=[],p=[],s=[],a=[],h=void 0!==o?o:[],l=(o=Wt(t.SupportedCRS.replace(/urn:ogc:def:crs:(\w+):(.*:)?(\w+)$/,"$1:$3"))).sc(),u="ne"==o.b.substr(0,2);return t.TileMatrix.sort(function(t,e){return e.ScaleDenominator-t.ScaleDenominator}),t.TileMatrix.forEach(function(e){var t;if(t=!(0<h.length)||v(h,function(t){return e.Identifier==t.TileMatrix})){n.push(e.Identifier),t=28e-5*e.ScaleDenominator/l;var o=e.TileWidth,i=e.TileHeight;u?p.push([e.TopLeftCorner[1],e.TopLeftCorner[0]]):p.push(e.TopLeftCorner),r.push(t),s.push(o==i?o:[o,i]),a.push([e.MatrixWidth,-e.MatrixHeight])}}),new Px({extent:e,origins:p,resolutions:r,matrixIds:n,tileSizes:s,sizes:a})}function Ex(t){this.fa=void 0!==t.version?t.version:"1.0.0",this.C=void 0!==t.format?t.format:"image/jpeg",this.f=t.dimensions?t.dimensions:{},this.B=t.layer,this.l=t.matrixSet,this.R=t.style;var e=t.urls;void 0===e&&void 0!==t.url&&(e=ww(t.url));var i=this.T=void 0!==t.requestEncoding?t.requestEncoding:"KVP",r=t.tileGrid,o={layer:this.B,style:this.R,tilematrixset:this.l};"KVP"==i&&ct(o,{Service:"WMTS",Request:"GetTile",Version:this.fa,Format:this.C});var n=this.f,p=e&&0<e.length?bw(e.map(function(e){return e="KVP"==i?Vw(e,o):e.replace(/\{(\w+?)\}/g,function(t,e){return e.toLowerCase()in o?o[e.toLowerCase()]:t}),function(t){if(t){var o={TileMatrix:r.o[t[0]],TileCol:t[1],TileRow:-t[2]-1};return ct(o,n),t=e,"KVP"==i?Vw(t,o):t.replace(/\{(\w+?)\}/g,function(t,e){return o[e]})}}})):mw;Cw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,logo:t.logo,projection:t.projection,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileClass:t.tileClass,tileGrid:r,tileLoadFunction:t.tileLoadFunction,tilePixelRatio:t.tilePixelRatio,tileUrlFunction:p,urls:e,wrapX:void 0!==t.wrapX&&t.wrapX}),Aw(this,Tx(this))}function Tx(t){var e,o=0,i=[];for(e in t.f)i[o++]=e+"-"+t.f[e];return i.join("/")}function jx(t){var e=(t=t||{}).size,o=e[0],i=e[1],n=[],r=256;switch(void 0!==t.tierSizeCalculation?t.tierSizeCalculation:Lx){case Lx:for(;r<o||r<i;)n.push([Math.ceil(o/r),Math.ceil(i/r)]),r+=r;break;case Rx:for(;r<o||r<i;)n.push([Math.ceil(o/r),Math.ceil(i/r)]),o>>=1,i>>=1;break;default:R(!1,53)}n.push([1,1]),n.reverse();r=[1];var p=[0];for(i=1,o=n.length;i<o;i++)r.push(1<<i),p.push(n[i-1][0]*n[i-1][1]+p[i-1]);r.reverse(),e=new Qt({extent:e=[0,-e[1],e[0],0],origin:nt(e),resolutions:r}),(r=t.url)&&-1==r.indexOf("{TileGroup}")&&(r+="{TileGroup}/{z}-{x}-{y}.jpg"),r=bw((r=ww(r)).map(function(r){return function(t){if(t){var e=t[0],o=t[1],i={z:e,x:o,y:t=-t[2]-1,TileGroup:"TileGroup"+((o+t*n[e][0]+p[e])/256|0)};return r.replace(/\{(\w+?)\}/g,function(t,e){return i[e]})}}})),Cw.call(this,{attributions:t.attributions,cacheSize:t.cacheSize,crossOrigin:t.crossOrigin,logo:t.logo,projection:t.projection,reprojectionErrorThreshold:t.reprojectionErrorThreshold,tileClass:Cx,tileGrid:e,tileUrlFunction:r})}function Cx(t,e,o,i,r){cv.call(this,t,e,o,i,r),this.a=null}s(sx,Cw),sx.prototype.C=function(){return this.f},sx.prototype.nb=function(t){return t},sx.prototype.Fc=function(t,e,o){var i=this.tileGrid;if(!((i=i||this.Ta(o)).b.length<=t[0])){var r=i.Aa(t,this.l),n=F(i.gb(t[0]),this.o);1!=e&&(n=A(n,e,this.o)),ct(i={F:"image",FORMAT:"PNG32",TRANSPARENT:!0},this.f);var p=this.urls;return t=p?(o=o.mb.split(":").pop(),i.SIZE=n[0]+","+n[1],i.BBOX=r.join(","),i.BBOXSR=o,i.IMAGESR=o,i.DPI=Math.round(i.DPI?i.DPI*e:90*e),Vw(t=(1==p.length?p[0]:p[L((t[1]<<t[0])+t[2],p.length)]).replace(/MapServer\/?$/,"MapServer/export").replace(/ImageServer\/?$/,"ImageServer/exportImage"),i)):void 0}},sx.prototype.B=function(t){ct(this.f,t),Aw(this,ax(this))},s(hx,Mw),hx.prototype.Nc=function(t,e,o){var i=this.Sb(t,e,o);if(this.a.b.hasOwnProperty(i))return this.a.get(i);var r=F(this.tileGrid.gb(t));return r=new lx(t=[t,e,o],r,e=(e=Ew(this,t))?Ew(this,e).toString():""),this.a.set(i,r),r},s(lx,hv),lx.prototype.Y=function(){if(this.a)return this.a;var t=this.c,e=Je(t[0],t[1]);return e.strokeStyle="black",e.strokeRect(.5,.5,t[0]+.5,t[1]+.5),e.fillStyle="black",e.textAlign="center",e.textBaseline="middle",e.font="24px sans-serif",e.fillText(this.Ia,t[0]/2,t[1]/2),this.a=e.canvas},lx.prototype.load=function(){},s(ux,Cw),(t=ux.prototype).Ao=function(t){if(!(t=t.target).status||200<=t.status&&t.status<300){try{var e=JSON.parse(t.responseText)}catch(t){return void this.Ve()}this.og(e)}else this.Ve()},t.zo=function(){this.Ve()},t.pl=function(){return this.f},t.og=function(t){var e=Wt("EPSG:4326"),o=this.c;if(t.bounds)var i=zt(e,o),r=ut(t.bounds,i);var n=t.minzoom||0;i=t.maxzoom||22;if(this.tileGrid=o=ae({extent:ue(o),maxZoom:i,minZoom:n}),this.tileUrlFunction=vw(t.tiles,o),void 0!==t.attribution&&!this.j){e=void 0!==r?r:e.G(),r={};for(;n<=i;++n)r[n.toString()]=[re(o,e,n)];this.ua([new ce({html:t.attribution,tileRanges:r})])}this.f=t,Sb(this,"ready")},t.Ve=function(){Sb(this,"error")},s(cx,Mw),(t=cx.prototype).Eo=function(t){if(!(t=t.target).status||200<=t.status&&t.status<300){try{var e=JSON.parse(t.responseText)}catch(t){return void this.We()}this.pg(e)}else this.We()},t.Do=function(){this.We()},t.ml=function(){return this.g},t.zk=function(t,e,o,i,r){this.tileGrid?(e=this.tileGrid.Be(t,e),function(t,e,o,i,r){0==t.state&&!0===r?(we(t,"change",function(){o.call(i,this.getData(e))},t),fx(t)):!0===r?setTimeout(function(){o.call(i,this.getData(e))}.bind(t),0):o.call(i,t.getData(e))}(this.Nc(e[0],e[1],e[2],1,this.c),t,o,i,r)):!0===r?setTimeout(function(){o.call(i,null)},0):o.call(i,null)},t.We=function(){Sb(this,"error")},t.pg=function(t){var e=Wt("EPSG:4326"),o=this.c;if(t.bounds)var i=zt(e,o),r=ut(t.bounds,i);var n=t.minzoom||0;i=t.maxzoom||22;this.tileGrid=o=ae({extent:ue(o),maxZoom:i,minZoom:n}),this.g=t.template;var p=t.grids;if(p){if(this.l=vw(p,o),void 0!==t.attribution){for(e=void 0!==r?r:e.G(),r={};n<=i;++n)r[p=n.toString()]=[re(o,e,n)];this.ua([new ce({html:t.attribution,tileRanges:r})])}Sb(this,"ready")}else Sb(this,"error")},t.Nc=function(t,e,o,i,r){var n=this.Sb(t,e,o);return this.a.b.hasOwnProperty(n)?this.a.get(n):(e=Ew(this,t=[t,e,o],r),i=new yx(t,void 0!==(i=this.l(e,i,r))?0:4,void 0!==i?i:"",this.tileGrid.Aa(t),this.v,this.f),this.a.set(n,i),i)},t.Ug=function(t,e,o){t=this.Sb(t,e,o),this.a.b.hasOwnProperty(t)&&this.a.get(t)},s(yx,hv),(t=yx.prototype).Y=function(){return null},t.getData=function(t){if(!this.g||!this.j)return null;var e=this.g[Math.floor((1-(t[1]-this.a[1])/(this.a[3]-this.a[1]))*this.g.length)];return"string"!=typeof e?null:(93<=(e=e.charCodeAt(Math.floor((t[0]-this.a[0])/(this.a[2]-this.a[0])*e.length)))&&e--,35<=e&&e--,t=null,(e-=32)in this.j&&(e=this.j[e],t=this.c&&e in this.c?this.c[e]:e),t)},t.bb=function(){return this.o},t.De=function(){this.state=3,this.s()},t.Ji=function(t){this.g=t.grid,this.j=t.keys,this.c=t.data,this.state=4,this.s()},t.Co=function(t){if(!(t=t.target).status||200<=t.status&&t.status<300){try{var e=JSON.parse(t.responseText)}catch(t){return void this.De()}this.Ji(e)}else this.De()},t.Bo=function(){this.De()},t.load=function(){this.v&&fx(this)},s(gx,Cw),(t=gx.prototype).Fo=function(t,e,o,i){if(o=Wt(o),e=(p=(p=this.tileGrid)||this.Ta(o)).Be(t,e),!(p.b.length<=e[0])){var r=p.Da(e[0]),n=p.Aa(e,this.fa),p=F(p.gb(e[0]),this.o),s=this.C;return s&&(p=P(p,s,this.o),n=T(n,r*s,n)),s={SERVICE:"WMS",VERSION:"1.3.0",REQUEST:"GetFeatureInfo",FORMAT:"image/png",TRANSPARENT:!0,QUERY_LAYERS:this.f.LAYERS},ct(s,this.f,i),i=Math.floor((n[3]-t[1])/r),s[this.l?"I":"X"]=Math.floor((t[0]-n[0])/r),s[this.l?"J":"Y"]=i,dx(this,e,p,n,1,o,s)}},t.Xf=function(){return this.C},t.Sb=function(t,e,o){return this.R+Cw.prototype.Sb.call(this,t,e,o)},t.Go=function(){return this.f},t.nb=function(t){return this.T&&void 0!==this.B?t:1},t.Fc=function(t,e,o){if(!((n=(n=this.tileGrid)||this.Ta(o)).b.length<=t[0])){1==e||this.T&&void 0!==this.B||(e=1);var i=n.Da(t[0]),r=n.Aa(t,this.fa),n=F(n.gb(t[0]),this.o),p=this.C;return p&&(n=P(n,p,this.o),r=T(r,i*p,r)),1!=e&&(n=A(n,e,this.o)),ct(i={SERVICE:"WMS",VERSION:"1.3.0",REQUEST:"GetMap",FORMAT:"image/png",TRANSPARENT:!0},this.f),dx(this,t,n,r,e,o,i)}},t.eb=function(t){Cw.prototype.eb.call(this,t),vx(this)},t.Ho=function(t){ct(this.f,t),vx(this),mx(this),Aw(this,bx(this))},s(wx,hv),wx.prototype.ka=function(){for(var t=0,e=this.a.length;t<e;++t){var o=this.a[t],i=this.c[o];i.j--,i.j||(delete this.c[o],Ae(i))}this.a.length=0,this.c=null,1==this.state&&(this.g.forEach(Se),this.g.length=0),this.i&&Ae(this.i),this.state=5,this.s(),this.l.forEach(Se),this.l.length=0,hv.prototype.ka.call(this)},wx.prototype.Y=function(){return-1==this.o.Lg?null:this.j.canvas},wx.prototype.bb=function(){return this.a.join("/")+"/"+this.u},wx.prototype.load=function(){var r=0,n=!1;0==this.state&&uv(this,1),1==this.state&&this.a.forEach(function(e){var o=this.c[e];if(0==o.state?(o.Pg(this.S),o.load()):3==o.state?n=!0:4==o.state&&p(this.a,e),1==o.state){var i=me(o,"change",function(){var t=o.getState();2!=t&&3!=t||(--r,Se(i),p(this.g,i),3==t&&(p(this.a,e),n=!0),r||uv(this,0<this.a.length?2:3))}.bind(this));this.g.push(i),++r}}.bind(this)),r||setTimeout(function(){uv(this,0<this.a.length?2:n?3:4)}.bind(this),0)},s(Sx,hv),(t=Sx.prototype).ka=function(){this.g=null,this.c={},this.state=5,this.s(),hv.prototype.ka.call(this)},t.Lm=function(){return this.o},t.Km=function(){return this.g},t.bb=function(){return this.l},t.Mm=function(){return this.a},t.load=function(){0==this.state&&(uv(this,1),this.u(this,this.l),this.v(null,NaN,null))},t.$o=function(t,e){this.ig(e),this.mj(t)},t.Zo=function(){uv(this,3)},t.mj=function(t){this.g=t,uv(this,2)},t.ig=function(t){this.a=t},t.Pg=function(t){this.v=t},s(Mx,jw),Mx.prototype.Nc=function(t,e,o,i,r){var n=this.Sb(t,e,o);return this.a.b.hasOwnProperty(n)?this.a.get(n):(i=new wx(t=[t,e,o],void 0!==(o=(e=Ew(this,t,r))?this.tileUrlFunction(e,i,r):void 0)?0:4,void 0!==o?o:"",this.g,this.tileLoadFunction,e,this.tileUrlFunction,this.tileGrid,this.Ta(r),this.v,i,r,this.tileClass,this.Li.bind(this)),this.a.set(n,i),i)},Mx.prototype.Ta=function(t){var e=t.mb,o=this.f[e];return o||(o=this.tileGrid,o=this.f[e]=le(t,void 0,o?o.gb(o.minZoom):void 0)),o},Mx.prototype.nb=function(t){return null==t?jw.prototype.nb.call(this,t):t},Mx.prototype.Xd=function(t,e,o){return t=F(this.Ta(o).gb(t)),[Math.round(t[0]*e),Math.round(t[1]*e)]},s(Px,Qt),Px.prototype.l=function(){return this.o},s(Ex,Cw),(t=Ex.prototype).Mk=function(){return this.f},t.Io=function(){return this.C},t.Jo=function(){return this.B},t.$k=function(){return this.l},t.kl=function(){return this.T},t.Ko=function(){return this.R},t.rl=function(){return this.fa},t.uq=function(t){ct(this.f,t),Aw(this,Tx(this))},s(jx,Cw),s(Cx,cv),Cx.prototype.Y=function(){if(this.a)return this.a;var t=cv.prototype.Y.call(this);if(2!=this.state)return t;if(256==t.width&&256==t.height)return this.a=t;var e=Je(256,256);return e.drawImage(t,0,0),this.a=e.canvas};var Lx="default",Rx="truncated";function Ix(t,e){this.b=e,this.a=[{x:0,y:0,width:t,height:t}],this.c={},this.i=Je(t,t),this.f=this.i.canvas}function Nx(t,e,o,i){e=[e,1],0<o.width&&0<o.height&&e.push(o),0<i.width&&0<i.height&&e.push(i),t.a.splice.apply(t.a,e)}function Fx(t){t=t||{},this.a=void 0!==t.initialSize?t.initialSize:256,this.i=void 0!==t.maxSize?t.maxSize:void 0!==e?e:2048,this.b=void 0!==t.space?t.space:1,this.f=[new Ix(this.a,this.b)],this.c=this.a,this.g=[new Ix(this.c,this.b)]}function kx(t,e,o,i,r,n,p){var s,a=e?t.g:t.f,h=0;for(s=a.length;h<s;++h){var l=a[h];if(l=l.add(o,i,r,n,p))return l;l||h!==s-1||(e?(l=Math.min(2*t.c,t.i),t.c=l):(l=Math.min(2*t.a,t.i),t.a=l),l=new Ix(l,t.b),a.push(l),++s)}return null}return Ix.prototype.get=function(t){return this.c[t]||null},Ix.prototype.add=function(t,e,o,i,r){var n,p=0;for(n=this.a.length;p<n;++p){var s=this.a[p];if(s.width>=e+this.b&&s.height>=o+this.b)return n={offsetX:s.x+this.b,offsetY:s.y+this.b,image:this.f},this.c[t]=n,i.call(r,this.i,s.x+this.b,s.y+this.b),t=p,e+=this.b,i=o+this.b,e=s.width-e>s.height-i?(o={x:s.x+e,y:s.y,width:s.width-e,height:s.height},{x:s.x,y:s.y+i,width:e,height:s.height-i}):(o={x:s.x+e,y:s.y,width:s.width-e,height:i},{x:s.x,y:s.y+i,width:s.width,height:s.height-i}),Nx(this,t,o,e),n}return null},Fx.prototype.add=function(t,e,o,i,r,n){return e+this.b>this.i||o+this.b>this.i?null:(i=kx(this,!1,t,e,o,i,n))?(t=kx(this,!0,t,e,o,r||m,n),{offsetX:i.offsetX,offsetY:i.offsetY,image:i.image,Zl:t.image}):null},h.prototype.code=h.prototype.code,i("ol.Attribution",ce),ce.prototype.getHTML=ce.prototype.i,i("ol.Collection",De),De.prototype.clear=De.prototype.clear,De.prototype.extend=De.prototype.fg,De.prototype.forEach=De.prototype.forEach,De.prototype.getArray=De.prototype.tm,De.prototype.item=De.prototype.item,De.prototype.getLength=De.prototype.dc,De.prototype.insertAt=De.prototype.He,De.prototype.pop=De.prototype.pop,De.prototype.push=De.prototype.push,De.prototype.remove=De.prototype.remove,De.prototype.removeAt=De.prototype.Hg,De.prototype.setAt=De.prototype.Wp,Be.prototype.element=Be.prototype.element,i("ol.color.asArray",We),i("ol.color.asString",Ze),i("ol.colorlike.asColorLike",qe),i("ol.control.defaults",lo),i("ol.coordinate.add",ji),i("ol.coordinate.createStringXY",function(e){return function(t){return Ui(t,e)}}),i("ol.coordinate.format",Ri),i("ol.coordinate.rotate",Ni),i("ol.coordinate.toStringHDMS",function(t,e){return t?Li("NS",t[1],e)+" "+Li("EW",t[0],e):""}),i("ol.coordinate.toStringXY",Ui),i("ol.DeviceOrientation",vh),vh.prototype.getAlpha=vh.prototype.Fk,vh.prototype.getBeta=vh.prototype.Ik,vh.prototype.getGamma=vh.prototype.Ok,vh.prototype.getHeading=vh.prototype.um,vh.prototype.getTracking=vh.prototype.Th,vh.prototype.setTracking=vh.prototype.gg,i("ol.easing.easeIn",io),i("ol.easing.easeOut",ro),i("ol.easing.inAndOut",no),i("ol.easing.linear",po),i("ol.easing.upAndDown",function(t){return t<.5?no(2*t):1-no(2*(t-.5))}),i("ol.extent.boundingExtent",E),i("ol.extent.buffer",T),i("ol.extent.containsCoordinate",D),i("ol.extent.containsExtent",O),i("ol.extent.containsXY",B),i("ol.extent.createEmpty",V),i("ol.extent.equals",Y),i("ol.extent.extend",H),i("ol.extent.getArea",$),i("ol.extent.getBottomLeft",Q),i("ol.extent.getBottomRight",tt),i("ol.extent.getCenter",et),i("ol.extent.getHeight",it),i("ol.extent.getIntersection",rt),i("ol.extent.getSize",function(t){return[t[2]-t[0],t[3]-t[1]]}),i("ol.extent.getTopLeft",nt),i("ol.extent.getTopRight",pt),i("ol.extent.getWidth",st),i("ol.extent.intersects",at),i("ol.extent.isEmpty",ht),i("ol.extent.applyTransform",ut),i("ol.Feature",Fh),Fh.prototype.clone=Fh.prototype.clone,Fh.prototype.getGeometry=Fh.prototype.V,Fh.prototype.getId=Fh.prototype.wm,Fh.prototype.getGeometryName=Fh.prototype.Qk,Fh.prototype.getStyle=Fh.prototype.xm,Fh.prototype.getStyleFunction=Fh.prototype.Lc,Fh.prototype.setGeometry=Fh.prototype.Ra,Fh.prototype.setStyle=Fh.prototype.hg,Fh.prototype.setId=Fh.prototype.jc,Fh.prototype.setGeometryName=Fh.prototype.Tc,i("ol.featureloader.xhr",il),i("ol.Geolocation",_d),_d.prototype.getAccuracy=_d.prototype.Dk,_d.prototype.getAccuracyGeometry=_d.prototype.Ek,_d.prototype.getAltitude=_d.prototype.Gk,_d.prototype.getAltitudeAccuracy=_d.prototype.Hk,_d.prototype.getHeading=_d.prototype.ym,_d.prototype.getPosition=_d.prototype.zm,_d.prototype.getProjection=_d.prototype.Uh,_d.prototype.getSpeed=_d.prototype.ll,_d.prototype.getTracking=_d.prototype.Vh,_d.prototype.getTrackingOptions=_d.prototype.Gh,_d.prototype.setProjection=_d.prototype.Wh,_d.prototype.setTracking=_d.prototype.Ke,_d.prototype.setTrackingOptions=_d.prototype.wj,i("ol.Graticule",ev),ev.prototype.getMap=ev.prototype.Cm,ev.prototype.getMeridians=ev.prototype.al,ev.prototype.getParallels=ev.prototype.hl,ev.prototype.setMap=ev.prototype.setMap,i("ol.has.DEVICE_PIXEL_RATIO",Fo),i("ol.has.CANVAS",Do),i("ol.has.DEVICE_ORIENTATION",Oo),i("ol.has.GEOLOCATION",Uo),i("ol.has.TOUCH",Go),i("ol.has.WEBGL",To),sv.prototype.getImage=sv.prototype.Y,sv.prototype.load=sv.prototype.load,cv.prototype.getImage=cv.prototype.Y,i("ol.inherits",s),i("ol.interaction.defaults",Xn),i("ol.Kinetic",Or),i("ol.loadingstrategy.all",mb),i("ol.loadingstrategy.bbox",function(t){return[t]}),i("ol.loadingstrategy.tile",function(i){return function(t,e){e=i.tc(e),t=re(i,t,e);var o=[];for((e=[e,0,0])[1]=t.ca;e[1]<=t.$;++e[1])for(e[2]=t.da;e[2]<=t.ia;++e[2])o.push(i.Aa(e));return o}}),i("ol.Map",Ka),Ka.prototype.addControl=Ka.prototype.kk,Ka.prototype.addInteraction=Ka.prototype.lk,Ka.prototype.addLayer=Ka.prototype.ih,Ka.prototype.addOverlay=Ka.prototype.jh,Ka.prototype.forEachFeatureAtPixel=Ka.prototype.we,Ka.prototype.forEachLayerAtPixel=Ka.prototype.Im,Ka.prototype.hasFeatureAtPixel=Ka.prototype.Yl,Ka.prototype.getEventCoordinate=Ka.prototype.Tf,Ka.prototype.getEventPixel=Ka.prototype.xe,Ka.prototype.getTarget=Ka.prototype.ag,Ka.prototype.getTargetElement=Ka.prototype.jd,Ka.prototype.getCoordinateFromPixel=Ka.prototype.Wa,Ka.prototype.getControls=Ka.prototype.Lk,Ka.prototype.getOverlays=Ka.prototype.fl,Ka.prototype.getOverlayById=Ka.prototype.el,Ka.prototype.getInteractions=Ka.prototype.Sk,Ka.prototype.getLayerGroup=Ka.prototype.Kc,Ka.prototype.getLayers=Ka.prototype.Xh,Ka.prototype.getPixelFromCoordinate=Ka.prototype.Ja,Ka.prototype.getSize=Ka.prototype.Ob,Ka.prototype.getView=Ka.prototype.Z,Ka.prototype.getViewport=Ka.prototype.sl,Ka.prototype.renderSync=Ka.prototype.Tp,Ka.prototype.render=Ka.prototype.render,Ka.prototype.removeControl=Ka.prototype.Mp,Ka.prototype.removeInteraction=Ka.prototype.Np,Ka.prototype.removeLayer=Ka.prototype.Pp,Ka.prototype.removeOverlay=Ka.prototype.Qp,Ka.prototype.setLayerGroup=Ka.prototype.qj,Ka.prototype.setSize=Ka.prototype.Qg,Ka.prototype.setTarget=Ka.prototype.Le,Ka.prototype.setView=Ka.prototype.iq,Ka.prototype.updateSize=Ka.prototype.Ad,Po.prototype.originalEvent=Po.prototype.originalEvent,Po.prototype.pixel=Po.prototype.pixel,Po.prototype.coordinate=Po.prototype.coordinate,Po.prototype.dragging=Po.prototype.dragging,Mo.prototype.map=Mo.prototype.map,Mo.prototype.frameState=Mo.prototype.frameState,i("ol.Object",Re),Re.prototype.get=Re.prototype.get,Re.prototype.getKeys=Re.prototype.O,Re.prototype.getProperties=Re.prototype.N,Re.prototype.set=Re.prototype.set,Re.prototype.setProperties=Re.prototype.H,Re.prototype.unset=Re.prototype.P,ke.prototype.key=ke.prototype.key,ke.prototype.oldValue=ke.prototype.oldValue,i("ol.Observable",Le),i("ol.Observable.unByKey",function(t){if(Array.isArray(t))for(var e=0,o=t.length;e<o;++e)Se(t[e]);else Se(t)}),Le.prototype.changed=Le.prototype.s,Le.prototype.dispatchEvent=Le.prototype.b,Le.prototype.getRevision=Le.prototype.L,Le.prototype.on=Le.prototype.J,Le.prototype.once=Le.prototype.once,Le.prototype.un=Le.prototype.K,i("ol.Overlay",za),za.prototype.getElement=za.prototype.Rd,za.prototype.getId=za.prototype.Jm,za.prototype.getMap=za.prototype.Me,za.prototype.getOffset=za.prototype.Dh,za.prototype.getPosition=za.prototype.Yh,za.prototype.getPositioning=za.prototype.Eh,za.prototype.setElement=za.prototype.lj,za.prototype.setMap=za.prototype.setMap,za.prototype.setOffset=za.prototype.rj,za.prototype.setPosition=za.prototype.Ne,za.prototype.setPositioning=za.prototype.uj,i("ol.proj.METERS_PER_UNIT",bt),i("ol.proj.setProj4",function(t){mt=t}),i("ol.proj.getPointResolution",Ot),i("ol.proj.addEquivalentProjections",Ut),i("ol.proj.addProjection",Gt),i("ol.proj.addCoordinateTransforms",Xt),i("ol.proj.fromLonLat",function(t,e){return qt(t,"EPSG:4326",void 0!==e?e:"EPSG:3857")}),i("ol.proj.toLonLat",function(t,e){return qt(t,void 0!==e?e:"EPSG:3857","EPSG:4326")}),i("ol.proj.get",Wt),i("ol.proj.equivalent",Zt),i("ol.proj.getTransform",Kt),i("ol.proj.transform",qt),i("ol.proj.transformExtent",Jt),i("ol.render.toContext",function(t,e){var o=t.canvas,i=e||{};return e=i.pixelRatio||Fo,(i=i.size)&&(o.width=i[0]*e,o.height=i[1]*e,o.style.width=i[0]+"px",o.style.height=i[1]+"px"),new mp(t,e,o=[0,0,o.width,o.height],i=ip([1,0,0,1,0,0],e,e),0)}),i("ol.size.toSize",F),i("ol.Sphere",dt),dt.prototype.geodesicArea=dt.prototype.a,dt.prototype.haversineDistance=dt.prototype.b,hv.prototype.getTileCoord=hv.prototype.f,hv.prototype.load=hv.prototype.load,i("ol.tilegrid.createXYZ",ae),Sx.prototype.getFormat=Sx.prototype.Lm,Sx.prototype.getFeatures=Sx.prototype.Km,Sx.prototype.getProjection=Sx.prototype.Mm,Sx.prototype.setFeatures=Sx.prototype.mj,Sx.prototype.setProjection=Sx.prototype.ig,Sx.prototype.setLoader=Sx.prototype.Pg,i("ol.View",jr),jr.prototype.animate=jr.prototype.animate,jr.prototype.getAnimating=jr.prototype.Ic,jr.prototype.getInteracting=jr.prototype.Rk,jr.prototype.cancelAnimations=jr.prototype.ed,jr.prototype.constrainCenter=jr.prototype.Ec,jr.prototype.constrainResolution=jr.prototype.constrainResolution,jr.prototype.constrainRotation=jr.prototype.constrainRotation,jr.prototype.getCenter=jr.prototype.wa,jr.prototype.calculateExtent=jr.prototype.dd,jr.prototype.getMaxResolution=jr.prototype.Nm,jr.prototype.getMinResolution=jr.prototype.Pm,jr.prototype.getMaxZoom=jr.prototype.Om,jr.prototype.setMaxZoom=jr.prototype.eq,jr.prototype.getMinZoom=jr.prototype.Qm,jr.prototype.setMinZoom=jr.prototype.fq,jr.prototype.getProjection=jr.prototype.Rm,jr.prototype.getResolution=jr.prototype.Pa,jr.prototype.getResolutions=jr.prototype.Sm,jr.prototype.getResolutionForExtent=jr.prototype.ze,jr.prototype.getRotation=jr.prototype.Qa,jr.prototype.getZoom=jr.prototype.Hh,jr.prototype.getZoomForResolution=jr.prototype.Ce,jr.prototype.fit=jr.prototype.Qf,jr.prototype.centerOn=jr.prototype.uk,jr.prototype.rotate=jr.prototype.rotate,jr.prototype.setCenter=jr.prototype.ob,jr.prototype.setResolution=jr.prototype.Vc,jr.prototype.setRotation=jr.prototype.Oe,jr.prototype.setZoom=jr.prototype.lq,i("ol.xml.getAllTextContent",Oh),i("ol.xml.parse",Bh),es.prototype.getGL=es.prototype.Wo,es.prototype.useProgram=es.prototype.Qc,i("ol.tilegrid.TileGrid",Qt),Qt.prototype.forEachTileCoord=Qt.prototype.Rf,Qt.prototype.getMaxZoom=Qt.prototype.Ti,Qt.prototype.getMinZoom=Qt.prototype.Ui,Qt.prototype.getOrigin=Qt.prototype.Pc,Qt.prototype.getResolution=Qt.prototype.Da,Qt.prototype.getResolutions=Qt.prototype.Vi,Qt.prototype.getTileCoordExtent=Qt.prototype.Aa,Qt.prototype.getTileCoordForCoordAndResolution=Qt.prototype.Be,Qt.prototype.getTileCoordForCoordAndZ=Qt.prototype.bg,Qt.prototype.getTileSize=Qt.prototype.gb,Qt.prototype.getZForResolution=Qt.prototype.tc,i("ol.tilegrid.WMTS",Px),Px.prototype.getMatrixIds=Px.prototype.l,i("ol.tilegrid.WMTS.createFromCapabilitiesMatrixSet",Ax),i("ol.style.AtlasManager",Fx),i("ol.style.Circle",Eh),Eh.prototype.setRadius=Eh.prototype.Uc,i("ol.style.Fill",Th),Th.prototype.clone=Th.prototype.clone,Th.prototype.getColor=Th.prototype.i,Th.prototype.setColor=Th.prototype.c,i("ol.style.Icon",Jc),Jc.prototype.clone=Jc.prototype.clone,Jc.prototype.getAnchor=Jc.prototype.Hc,Jc.prototype.getColor=Jc.prototype.Lo,Jc.prototype.getImage=Jc.prototype.Y,Jc.prototype.getOrigin=Jc.prototype.Oc,Jc.prototype.getSrc=Jc.prototype.Mo,Jc.prototype.getSize=Jc.prototype.ic,Jc.prototype.load=Jc.prototype.load,i("ol.style.Image",Mh),Mh.prototype.getOpacity=Mh.prototype.Ze,Mh.prototype.getRotateWithView=Mh.prototype.$e,Mh.prototype.getRotation=Mh.prototype.af,Mh.prototype.getScale=Mh.prototype.bf,Mh.prototype.getSnapToPixel=Mh.prototype.Ae,Mh.prototype.setOpacity=Mh.prototype.td,Mh.prototype.setRotation=Mh.prototype.cf,Mh.prototype.setScale=Mh.prototype.ud,i("ol.style.RegularShape",Ph),Ph.prototype.clone=Ph.prototype.clone,Ph.prototype.getAnchor=Ph.prototype.Hc,Ph.prototype.getAngle=Ph.prototype.Pi,Ph.prototype.getFill=Ph.prototype.Fa,Ph.prototype.getImage=Ph.prototype.Y,Ph.prototype.getOrigin=Ph.prototype.Oc,Ph.prototype.getPoints=Ph.prototype.Qi,Ph.prototype.getRadius=Ph.prototype.Ri,Ph.prototype.getRadius2=Ph.prototype.Fh,Ph.prototype.getSize=Ph.prototype.ic,Ph.prototype.getStroke=Ph.prototype.Ga,i("ol.style.Stroke",Gs),Gs.prototype.clone=Gs.prototype.clone,Gs.prototype.getColor=Gs.prototype.No,Gs.prototype.getLineCap=Gs.prototype.Vk,Gs.prototype.getLineDash=Gs.prototype.Oo,Gs.prototype.getLineDashOffset=Gs.prototype.Wk,Gs.prototype.getLineJoin=Gs.prototype.Xk,Gs.prototype.getMiterLimit=Gs.prototype.bl,Gs.prototype.getWidth=Gs.prototype.Po,Gs.prototype.setColor=Gs.prototype.Qo,Gs.prototype.setLineCap=Gs.prototype.aq,Gs.prototype.setLineDash=Gs.prototype.setLineDash,Gs.prototype.setLineDashOffset=Gs.prototype.bq,Gs.prototype.setLineJoin=Gs.prototype.cq,Gs.prototype.setMiterLimit=Gs.prototype.gq,Gs.prototype.setWidth=Gs.prototype.jq,i("ol.style.Style",jh),jh.prototype.clone=jh.prototype.clone,jh.prototype.getGeometry=jh.prototype.V,jh.prototype.getGeometryFunction=jh.prototype.Pk,jh.prototype.getFill=jh.prototype.Fa,jh.prototype.setFill=jh.prototype.pf,jh.prototype.getImage=jh.prototype.Y,jh.prototype.setImage=jh.prototype.Og,jh.prototype.getStroke=jh.prototype.Ga,jh.prototype.setStroke=jh.prototype.qf,jh.prototype.getText=jh.prototype.Na,jh.prototype.setText=jh.prototype.xd,jh.prototype.getZIndex=jh.prototype.Ba,jh.prototype.setGeometry=jh.prototype.Ra,jh.prototype.setZIndex=jh.prototype.Vb,i("ol.style.Text",_c),_c.prototype.clone=_c.prototype.clone,_c.prototype.getFont=_c.prototype.Nk,_c.prototype.getOffsetX=_c.prototype.cl,_c.prototype.getOffsetY=_c.prototype.dl,_c.prototype.getFill=_c.prototype.Fa,_c.prototype.getRotateWithView=_c.prototype.Ro,_c.prototype.getRotation=_c.prototype.So,_c.prototype.getScale=_c.prototype.To,_c.prototype.getStroke=_c.prototype.Ga,_c.prototype.getText=_c.prototype.Na,_c.prototype.getTextAlign=_c.prototype.nl,_c.prototype.getTextBaseline=_c.prototype.ol,_c.prototype.setFont=_c.prototype.nj,_c.prototype.setOffsetX=_c.prototype.sj,_c.prototype.setOffsetY=_c.prototype.tj,_c.prototype.setFill=_c.prototype.pf,_c.prototype.setRotation=_c.prototype.Uo,_c.prototype.setScale=_c.prototype.Si,_c.prototype.setStroke=_c.prototype.qf,_c.prototype.setText=_c.prototype.xd,_c.prototype.setTextAlign=_c.prototype.vj,_c.prototype.setTextBaseline=_c.prototype.hq,i("ol.source.BingMaps",Nw),i("ol.source.BingMaps.TOS_ATTRIBUTION",Fw),Nw.prototype.getApiKey=Nw.prototype.T,Nw.prototype.getImagerySet=Nw.prototype.fa,i("ol.source.CartoDB",Dw),Dw.prototype.getConfig=Dw.prototype.Kk,Dw.prototype.updateConfig=Dw.prototype.tq,Dw.prototype.setConfig=Dw.prototype.Xp,i("ol.source.Cluster",Gw),Gw.prototype.getDistance=Gw.prototype.$n,Gw.prototype.getSource=Gw.prototype.ao,Gw.prototype.setDistance=Gw.prototype.Yp,i("ol.source.Image",Zm),Ym.prototype.image=Ym.prototype.image,i("ol.source.ImageArcGISRest",Ww),Ww.prototype.getParams=Ww.prototype.co,Ww.prototype.getImageLoadFunction=Ww.prototype.bo,Ww.prototype.getUrl=Ww.prototype.eo,Ww.prototype.setImageLoadFunction=Ww.prototype.fo,Ww.prototype.setUrl=Ww.prototype.ho,Ww.prototype.updateParams=Ww.prototype.io,i("ol.source.ImageCanvas",_m),i("ol.source.ImageMapGuide",Zw),Zw.prototype.getParams=Zw.prototype.ko,Zw.prototype.getImageLoadFunction=Zw.prototype.jo,Zw.prototype.updateParams=Zw.prototype.mo,Zw.prototype.setImageLoadFunction=Zw.prototype.lo,i("ol.source.ImageStatic",Kw),i("ol.source.ImageVector",$m),$m.prototype.getSource=$m.prototype.no,$m.prototype.getStyle=$m.prototype.oo,$m.prototype.getStyleFunction=$m.prototype.po,$m.prototype.setStyle=$m.prototype.Ii,i("ol.source.ImageWMS",zw),zw.prototype.getGetFeatureInfoUrl=zw.prototype.so,zw.prototype.getParams=zw.prototype.uo,zw.prototype.getImageLoadFunction=zw.prototype.to,zw.prototype.getUrl=zw.prototype.vo,zw.prototype.setImageLoadFunction=zw.prototype.wo,zw.prototype.setUrl=zw.prototype.xo,zw.prototype.updateParams=zw.prototype.yo,i("ol.source.OSM",Jw),i("ol.source.OSM.ATTRIBUTION",_w),i("ol.source.Raster",$w),$w.prototype.setOperation=$w.prototype.v,tx.prototype.extent=tx.prototype.extent,tx.prototype.resolution=tx.prototype.resolution,tx.prototype.data=tx.prototype.data,i("ol.source.Source",wb),wb.prototype.getAttributions=wb.prototype.ya,wb.prototype.getLogo=wb.prototype.xa,wb.prototype.getProjection=wb.prototype.za,wb.prototype.getState=wb.prototype.getState,wb.prototype.refresh=wb.prototype.sa,wb.prototype.setAttributions=wb.prototype.ua,i("ol.source.Stamen",ix),i("ol.source.Tile",Mw),Mw.prototype.getTileGrid=Mw.prototype.ab,Tw.prototype.tile=Tw.prototype.tile,i("ol.source.TileArcGISRest",sx),sx.prototype.getParams=sx.prototype.C,sx.prototype.updateParams=sx.prototype.B,i("ol.source.TileDebug",hx),i("ol.source.TileImage",Cw),Cw.prototype.setRenderReprojectionEdges=Cw.prototype.Pb,Cw.prototype.setTileGridForProjection=Cw.prototype.Qb,i("ol.source.TileJSON",ux),ux.prototype.getTileJSON=ux.prototype.pl,i("ol.source.TileUTFGrid",cx),cx.prototype.getTemplate=cx.prototype.ml,cx.prototype.forDataAtCoordinateAndResolution=cx.prototype.zk,i("ol.source.TileWMS",gx),gx.prototype.getGetFeatureInfoUrl=gx.prototype.Fo,gx.prototype.getParams=gx.prototype.Go,gx.prototype.updateParams=gx.prototype.Ho,jw.prototype.getTileLoadFunction=jw.prototype.pb,jw.prototype.getTileUrlFunction=jw.prototype.qb,jw.prototype.getUrls=jw.prototype.rb,jw.prototype.setTileLoadFunction=jw.prototype.vb,jw.prototype.setTileUrlFunction=jw.prototype.cb,jw.prototype.setUrl=jw.prototype.jb,jw.prototype.setUrls=jw.prototype.eb,i("ol.source.Vector",Mb),Mb.prototype.addFeature=Mb.prototype.yb,Mb.prototype.addFeatures=Mb.prototype.cd,Mb.prototype.clear=Mb.prototype.clear,Mb.prototype.forEachFeature=Mb.prototype.sh,Mb.prototype.forEachFeatureInExtent=Mb.prototype.$b,Mb.prototype.forEachFeatureIntersectingExtent=Mb.prototype.th,Mb.prototype.getFeaturesCollection=Mb.prototype.Ah,Mb.prototype.getFeatures=Mb.prototype.Xe,Mb.prototype.getFeaturesAtCoordinate=Mb.prototype.zh,Mb.prototype.getFeaturesInExtent=Mb.prototype.Uf,Mb.prototype.getClosestFeatureToCoordinate=Mb.prototype.vh,Mb.prototype.getExtent=Mb.prototype.G,Mb.prototype.getFeatureById=Mb.prototype.yh,Mb.prototype.getFormat=Mb.prototype.Mi,Mb.prototype.getUrl=Mb.prototype.Ni,Mb.prototype.removeFeature=Mb.prototype.Gb,jb.prototype.feature=jb.prototype.feature,i("ol.source.VectorTile",Mx),i("ol.source.WMTS",Ex),Ex.prototype.getDimensions=Ex.prototype.Mk,Ex.prototype.getFormat=Ex.prototype.Io,Ex.prototype.getLayer=Ex.prototype.Jo,Ex.prototype.getMatrixSet=Ex.prototype.$k,Ex.prototype.getRequestEncoding=Ex.prototype.kl,Ex.prototype.getStyle=Ex.prototype.Ko,Ex.prototype.getVersion=Ex.prototype.rl,Ex.prototype.updateDimensions=Ex.prototype.uq,i("ol.source.WMTS.optionsFromCapabilities",function(t,r){var e=v(t.Contents.Layer,function(t){return t.Identifier==r.layer});if(null===e)return null;var n=t.Contents.TileMatrixSet,o=1<e.TileMatrixSetLink.length?b(e.TileMatrixSetLink,"projection"in r?function(e){var t=v(n,function(t){return t.Identifier==e.TileMatrixSet}).SupportedCRS.replace(/urn:ogc:def:crs:(\w+):(.*:)?(\w+)$/,"$1:$3"),o=Wt(t),i=Wt(r.projection);return o&&i?Zt(o,i):t==r.projection}:function(t){return t.TileMatrixSet==r.matrixSet}):0;o<0&&(o=0);var i=e.TileMatrixSetLink[o].TileMatrixSet,p=e.TileMatrixSetLink[o].TileMatrixSetLimits,s=e.Format[0];"format"in r&&(s=r.format),(o=b(e.Style,function(t){return"style"in r?t.Title==r.style:t.isDefault}))<0&&(o=0),o=e.Style[o].Identifier;var a={};"Dimension"in e&&e.Dimension.forEach(function(t){var e=t.Identifier,o=t.Default;void 0===o&&(o=t.Value[0]),a[e]=o});var h=v(t.Contents.TileMatrixSet,function(t){return t.Identifier==i}),l=Wt("projection"in r?r.projection:h.SupportedCRS.replace(/urn:ogc:def:crs:(\w+):(.*:)?(\w+)$/,"$1:$3")),u=e.WGS84BoundingBox;if(void 0!==u){var c=Wt("EPSG:4326").G();c=u[0]==c[0]&&u[2]==c[2];var y=Jt(u,"EPSG:4326",l);(u=l.G())&&(O(u,y)||(y=void 0))}p=Ax(h,y,p);var f=[];h=void 0!==(h=r.requestEncoding)?h:"";if("OperationsMetadata"in t&&"GetTile"in t.OperationsMetadata)for(y=0,u=(t=t.OperationsMetadata.GetTile.DCP.HTTP.Get).length;y<u;++y){var g=v(t[y].Constraint,function(t){return"GetEncoding"==t.name}).AllowedValues.Value;if(""===h&&(h=g[0]),"KVP"!==h)break;d(g,"KVP")&&f.push(t[y].href)}return f.length||(h="REST",e.ResourceURL.forEach(function(t){"tile"===t.resourceType&&(s=t.format,f.push(t.template))})),{urls:f,layer:r.layer,matrixSet:i,format:s,projection:l,requestEncoding:h,tileGrid:p,style:o,dimensions:a,wrapX:c,crossOrigin:r.crossOrigin}}),i("ol.source.XYZ",kw),i("ol.source.Zoomify",jx),yp.prototype.vectorContext=yp.prototype.vectorContext,yp.prototype.frameState=yp.prototype.frameState,yp.prototype.context=yp.prototype.context,yp.prototype.glContext=yp.prototype.glContext,Wf.prototype.get=Wf.prototype.get,Wf.prototype.getExtent=Wf.prototype.G,Wf.prototype.getId=Wf.prototype.Wn,Wf.prototype.getGeometry=Wf.prototype.V,Wf.prototype.getProperties=Wf.prototype.Xn,Wf.prototype.getType=Wf.prototype.U,i("ol.render.VectorContext",bp),Ua.prototype.setStyle=Ua.prototype.rd,Ua.prototype.drawGeometry=Ua.prototype.zb,Ua.prototype.drawFeature=Ua.prototype.te,mp.prototype.drawCircle=mp.prototype.Zb,mp.prototype.setStyle=mp.prototype.rd,mp.prototype.drawGeometry=mp.prototype.zb,mp.prototype.drawFeature=mp.prototype.te,i("ol.proj.common.add",_t),i("ol.proj.Projection",wt),wt.prototype.getCode=wt.prototype.Jk,wt.prototype.getExtent=wt.prototype.G,wt.prototype.getUnits=wt.prototype.Un,wt.prototype.getMetersPerUnit=wt.prototype.sc,wt.prototype.getWorldExtent=wt.prototype.tl,wt.prototype.isGlobal=wt.prototype.dm,wt.prototype.setGlobal=wt.prototype.$p,wt.prototype.setExtent=wt.prototype.Vn,wt.prototype.setWorldExtent=wt.prototype.kq,wt.prototype.setGetPointResolution=wt.prototype.Zp,i("ol.proj.Units.METERS_PER_UNIT",bt),i("ol.layer.Base",Vn),Vn.prototype.getExtent=Vn.prototype.G,Vn.prototype.getMaxResolution=Vn.prototype.fc,Vn.prototype.getMinResolution=Vn.prototype.gc,Vn.prototype.getOpacity=Vn.prototype.hc,Vn.prototype.getVisible=Vn.prototype.Mb,Vn.prototype.getZIndex=Vn.prototype.Ba,Vn.prototype.setExtent=Vn.prototype.vc,Vn.prototype.setMaxResolution=Vn.prototype.Ac,Vn.prototype.setMinResolution=Vn.prototype.Bc,Vn.prototype.setOpacity=Vn.prototype.wc,Vn.prototype.setVisible=Vn.prototype.xc,Vn.prototype.setZIndex=Vn.prototype.Vb,i("ol.layer.Group",Zn),Zn.prototype.getLayers=Zn.prototype.qd,Zn.prototype.setLayers=Zn.prototype.xi,i("ol.layer.Heatmap",Rm),Rm.prototype.getBlur=Rm.prototype.uh,Rm.prototype.getGradient=Rm.prototype.Bh,Rm.prototype.getRadius=Rm.prototype.yi,Rm.prototype.setBlur=Rm.prototype.jj,Rm.prototype.setGradient=Rm.prototype.pj,Rm.prototype.setRadius=Rm.prototype.Uc,i("ol.layer.Image",tw),tw.prototype.getSource=tw.prototype.ha,i("ol.layer.Layer",zn),zn.prototype.getSource=zn.prototype.ha,zn.prototype.setMap=zn.prototype.setMap,zn.prototype.setSource=zn.prototype.Wc,i("ol.layer.Tile",hw),hw.prototype.getPreload=hw.prototype.Ud,hw.prototype.getSource=hw.prototype.ha,hw.prototype.setPreload=hw.prototype.zi,hw.prototype.getUseInterimTilesOnError=hw.prototype.kd,hw.prototype.setUseInterimTilesOnError=hw.prototype.Ai,i("ol.layer.Vector",vb),vb.prototype.getSource=vb.prototype.ha,vb.prototype.getStyle=vb.prototype.D,vb.prototype.getStyleFunction=vb.prototype.C,vb.prototype.setStyle=vb.prototype.g,i("ol.layer.VectorTile",yw),yw.prototype.getPreload=yw.prototype.Ud,yw.prototype.getUseInterimTilesOnError=yw.prototype.kd,yw.prototype.setPreload=yw.prototype.Bi,yw.prototype.setUseInterimTilesOnError=yw.prototype.Ci,i("ol.interaction.DoubleClickZoom",Wr),i("ol.interaction.DoubleClickZoom.handleEvent",Zr),i("ol.interaction.DragAndDrop",gv),i("ol.interaction.DragAndDrop.handleEvent",Gi),xv.prototype.features=xv.prototype.features,xv.prototype.file=xv.prototype.file,xv.prototype.projection=xv.prototype.projection,i("ol.interaction.DragBox",gn),gn.prototype.getGeometry=gn.prototype.V,Mn.prototype.coordinate=Mn.prototype.coordinate,Mn.prototype.mapBrowserEvent=Mn.prototype.mapBrowserEvent,i("ol.interaction.DragPan",rn),i("ol.interaction.DragRotate",an),i("ol.interaction.DragRotateAndZoom",Sv),i("ol.interaction.DragZoom",Pn),i("ol.interaction.Draw",Cb),i("ol.interaction.Draw.handleEvent",Lb),Cb.prototype.removeLastPoint=Cb.prototype.Op,Cb.prototype.finishDrawing=Cb.prototype.Pd,Cb.prototype.extend=Cb.prototype.vn,i("ol.interaction.Draw.createRegularPolygon",function(r,n){return function(t,e){var o=t[0];t=t[1];var i=Math.sqrt(ki(o,t));return Tr(e=e||Er(new $d(o),r),o,i,n||Math.atan((t[1]-o[1])/(t[0]-o[0]))),e}}),i("ol.interaction.Draw.createBox",function(){return function(t,e){return t=E(t),(e=e||new Sr(null)).ma([[Q(t),tt(t),pt(t),nt(t),Q(t)]]),e}}),Wb.prototype.feature=Wb.prototype.feature,i("ol.interaction.Extent",Zb),Zb.prototype.getExtent=Zb.prototype.G,Zb.prototype.setExtent=Zb.prototype.g,Qb.prototype.extent_=Qb.prototype.b,i("ol.interaction.Interaction",Gr),Gr.prototype.getActive=Gr.prototype.c,Gr.prototype.getMap=Gr.prototype.f,Gr.prototype.setActive=Gr.prototype.Ha,i("ol.interaction.KeyboardPan",An),i("ol.interaction.KeyboardPan.handleEvent",En),i("ol.interaction.KeyboardZoom",Tn),i("ol.interaction.KeyboardZoom.handleEvent",jn),i("ol.interaction.Modify",em),i("ol.interaction.Modify.handleEvent",hm),em.prototype.removePoint=em.prototype.hj,fm.prototype.features=fm.prototype.features,fm.prototype.mapBrowserEvent=fm.prototype.mapBrowserEvent,i("ol.interaction.MouseWheelZoom",Cn),i("ol.interaction.MouseWheelZoom.handleEvent",Ln),Cn.prototype.setMouseAnchor=Cn.prototype.T,i("ol.interaction.PinchRotate",Nn),i("ol.interaction.PinchZoom",On),i("ol.interaction.Pointer",tn),i("ol.interaction.Pointer.handleEvent",on),i("ol.interaction.Select",gm),gm.prototype.getFeatures=gm.prototype.Gn,gm.prototype.getHitTolerance=gm.prototype.Hn,gm.prototype.getLayer=gm.prototype.In,i("ol.interaction.Select.handleEvent",dm),gm.prototype.setHitTolerance=gm.prototype.Kn,gm.prototype.setMap=gm.prototype.setMap,vm.prototype.selected=vm.prototype.selected,vm.prototype.deselected=vm.prototype.deselected,vm.prototype.mapBrowserEvent=vm.prototype.mapBrowserEvent,i("ol.interaction.Snap",mm),mm.prototype.addFeature=mm.prototype.yb,mm.prototype.removeFeature=mm.prototype.Gb,i("ol.interaction.Translate",Mm),Mm.prototype.getHitTolerance=Mm.prototype.B,Mm.prototype.setHitTolerance=Mm.prototype.I,Lm.prototype.features=Lm.prototype.features,Lm.prototype.coordinate=Lm.prototype.coordinate,i("ol.geom.Circle",$d),$d.prototype.clone=$d.prototype.clone,$d.prototype.getCenter=$d.prototype.wa,$d.prototype.getRadius=$d.prototype.pd,$d.prototype.getType=$d.prototype.U,$d.prototype.intersectsExtent=$d.prototype.Xa,$d.prototype.setCenter=$d.prototype.ob,$d.prototype.setCenterAndRadius=$d.prototype.Ng,$d.prototype.setRadius=$d.prototype.Uc,$d.prototype.transform=$d.prototype.tb,i("ol.geom.Geometry",Xi),Xi.prototype.getClosestPoint=Xi.prototype.Ab,Xi.prototype.intersectsCoordinate=Xi.prototype.sb,Xi.prototype.getExtent=Xi.prototype.G,Xi.prototype.rotate=Xi.prototype.rotate,Xi.prototype.scale=Xi.prototype.scale,Xi.prototype.simplify=Xi.prototype.Rb,Xi.prototype.transform=Xi.prototype.tb,i("ol.geom.GeometryCollection",Ql),Ql.prototype.clone=Ql.prototype.clone,Ql.prototype.getGeometries=Ql.prototype.Vf,Ql.prototype.getType=Ql.prototype.U,Ql.prototype.intersectsExtent=Ql.prototype.Xa,Ql.prototype.setGeometries=Ql.prototype.oj,Ql.prototype.applyTransform=Ql.prototype.Dc,Ql.prototype.translate=Ql.prototype.translate,i("ol.geom.LinearRing",ar),ar.prototype.clone=ar.prototype.clone,ar.prototype.getArea=ar.prototype.qn,ar.prototype.getCoordinates=ar.prototype.X,ar.prototype.getType=ar.prototype.U,ar.prototype.setCoordinates=ar.prototype.ma,i("ol.geom.LineString",cl),cl.prototype.appendCoordinate=cl.prototype.mk,cl.prototype.clone=cl.prototype.clone,cl.prototype.forEachSegment=cl.prototype.Ck,cl.prototype.getCoordinateAtM=cl.prototype.nn,cl.prototype.getCoordinates=cl.prototype.X,cl.prototype.getCoordinateAt=cl.prototype.wh,cl.prototype.getLength=cl.prototype.pn,cl.prototype.getType=cl.prototype.U,cl.prototype.intersectsExtent=cl.prototype.Xa,cl.prototype.setCoordinates=cl.prototype.ma,i("ol.geom.MultiLineString",fl),fl.prototype.appendLineString=fl.prototype.nk,fl.prototype.clone=fl.prototype.clone,fl.prototype.getCoordinateAtM=fl.prototype.rn,fl.prototype.getCoordinates=fl.prototype.X,fl.prototype.getLineString=fl.prototype.Yk,fl.prototype.getLineStrings=fl.prototype.gd,fl.prototype.getType=fl.prototype.U,fl.prototype.intersectsExtent=fl.prototype.Xa,fl.prototype.setCoordinates=fl.prototype.ma,i("ol.geom.MultiPoint",vl),vl.prototype.appendPoint=vl.prototype.qk,vl.prototype.clone=vl.prototype.clone,vl.prototype.getCoordinates=vl.prototype.X,vl.prototype.getPoint=vl.prototype.il,vl.prototype.getPoints=vl.prototype.Zd,vl.prototype.getType=vl.prototype.U,vl.prototype.intersectsExtent=vl.prototype.Xa,vl.prototype.setCoordinates=vl.prototype.ma,i("ol.geom.MultiPolygon",bl),bl.prototype.appendPolygon=bl.prototype.rk,bl.prototype.clone=bl.prototype.clone,bl.prototype.getArea=bl.prototype.sn,bl.prototype.getCoordinates=bl.prototype.X,bl.prototype.getInteriorPoints=bl.prototype.Uk,bl.prototype.getPolygon=bl.prototype.jl,bl.prototype.getPolygons=bl.prototype.Td,bl.prototype.getType=bl.prototype.U,bl.prototype.intersectsExtent=bl.prototype.Xa,bl.prototype.setCoordinates=bl.prototype.ma,i("ol.geom.Point",lr),lr.prototype.clone=lr.prototype.clone,lr.prototype.getCoordinates=lr.prototype.X,lr.prototype.getType=lr.prototype.U,lr.prototype.intersectsExtent=lr.prototype.Xa,lr.prototype.setCoordinates=lr.prototype.ma,i("ol.geom.Polygon",Sr),Sr.prototype.appendLinearRing=Sr.prototype.pk,Sr.prototype.clone=Sr.prototype.clone,Sr.prototype.getArea=Sr.prototype.tn,Sr.prototype.getCoordinates=Sr.prototype.X,Sr.prototype.getInteriorPoint=Sr.prototype.Tk,Sr.prototype.getLinearRingCount=Sr.prototype.Zk,Sr.prototype.getLinearRing=Sr.prototype.Ch,Sr.prototype.getLinearRings=Sr.prototype.Sd,Sr.prototype.getType=Sr.prototype.U,Sr.prototype.intersectsExtent=Sr.prototype.Xa,Sr.prototype.setCoordinates=Sr.prototype.ma,i("ol.geom.Polygon.circular",Pr),i("ol.geom.Polygon.fromExtent",Ar),i("ol.geom.Polygon.fromCircle",Er),i("ol.geom.SimpleGeometry",Zi),Zi.prototype.getFirstCoordinate=Zi.prototype.ac,Zi.prototype.getLastCoordinate=Zi.prototype.bc,Zi.prototype.getLayout=Zi.prototype.cc,Zi.prototype.applyTransform=Zi.prototype.Dc,Zi.prototype.translate=Zi.prototype.translate,i("ol.format.EsriJSON",Ml),Ml.prototype.readFeature=Ml.prototype.Tb,Ml.prototype.readFeatures=Ml.prototype.Oa,Ml.prototype.readGeometry=Ml.prototype.Sc,Ml.prototype.readProjection=Ml.prototype.kb,Ml.prototype.writeGeometry=Ml.prototype.$c,Ml.prototype.writeGeometryObject=Ml.prototype.je,Ml.prototype.writeFeature=Ml.prototype.Bd,Ml.prototype.writeFeatureObject=Ml.prototype.Zc,Ml.prototype.writeFeatures=Ml.prototype.Wb,Ml.prototype.writeFeaturesObject=Ml.prototype.he,i("ol.format.Feature",rl),i("ol.format.filter.and",_l),i("ol.format.filter.or",function(t){var e=[null].concat(Array.prototype.slice.call(arguments));return new(Function.prototype.bind.apply(ql,e))}),i("ol.format.filter.not",function(t){return new Yl(t)}),i("ol.format.filter.bbox",$l),i("ol.format.filter.intersects",function(t,e,o){return new Xl(t,e,o)}),i("ol.format.filter.within",function(t,e,o){return new Jl(t,e,o)}),i("ol.format.filter.equalTo",function(t,e,o){return new Ol(t,e,o)}),i("ol.format.filter.notEqualTo",function(t,e,o){return new Hl(t,e,o)}),i("ol.format.filter.lessThan",function(t,e){return new Kl(t,e)}),i("ol.format.filter.lessThanOrEqualTo",function(t,e){return new zl(t,e)}),i("ol.format.filter.greaterThan",function(t,e){return new Ul(t,e)}),i("ol.format.filter.greaterThanOrEqualTo",function(t,e){return new Gl(t,e)}),i("ol.format.filter.isNull",function(t){return new Zl(t)}),i("ol.format.filter.between",function(t,e,o){return new Vl(t,e,o)}),i("ol.format.filter.like",function(t,e,o,i,r,n){return new Wl(t,e,o,i,r,n)}),i("ol.format.filter.during",function(t,e,o){return new kl(t,e,o)}),i("ol.format.GeoJSON",iu),iu.prototype.readFeature=iu.prototype.Tb,iu.prototype.readFeatures=iu.prototype.Oa,iu.prototype.readGeometry=iu.prototype.Sc,iu.prototype.readProjection=iu.prototype.kb,iu.prototype.writeFeature=iu.prototype.Bd,iu.prototype.writeFeatureObject=iu.prototype.Zc,iu.prototype.writeFeatures=iu.prototype.Wb,iu.prototype.writeFeaturesObject=iu.prototype.he,iu.prototype.writeGeometry=iu.prototype.$c,iu.prototype.writeGeometryObject=iu.prototype.je,i("ol.format.GML",Au),Au.prototype.writeFeatures=Au.prototype.Wb,Au.prototype.writeFeaturesNode=Au.prototype.Xb,i("ol.format.GML2",Fu),i("ol.format.GML3",Au),Au.prototype.writeGeometryNode=Au.prototype.ie,Au.prototype.writeFeatures=Au.prototype.Wb,Au.prototype.writeFeaturesNode=Au.prototype.Xb,uu.prototype.readFeatures=uu.prototype.Oa,i("ol.format.GPX",Ku),Ku.prototype.readFeature=Ku.prototype.Tb,Ku.prototype.readFeatures=Ku.prototype.Oa,Ku.prototype.readProjection=Ku.prototype.kb,Ku.prototype.writeFeatures=Ku.prototype.Wb,Ku.prototype.writeFeaturesNode=Ku.prototype.Xb,i("ol.format.IGC",jc),jc.prototype.readFeature=jc.prototype.Tb,jc.prototype.readFeatures=jc.prototype.Oa,jc.prototype.readProjection=jc.prototype.kb,i("ol.format.KML",$c),$c.prototype.readFeature=$c.prototype.Tb,$c.prototype.readFeatures=$c.prototype.Oa,$c.prototype.readName=$c.prototype.Cp,$c.prototype.readNetworkLinks=$c.prototype.Dp,$c.prototype.readRegion=$c.prototype.Gp,$c.prototype.readRegionFromNode=$c.prototype.lf,$c.prototype.readProjection=$c.prototype.kb,$c.prototype.writeFeatures=$c.prototype.Wb,$c.prototype.writeFeaturesNode=$c.prototype.Xb,i("ol.format.MVT",Zf),Zf.prototype.readFeatures=Zf.prototype.Oa,Zf.prototype.readProjection=Zf.prototype.kb,Zf.prototype.setLayers=Zf.prototype.mn,i("ol.format.OSMXML",zf),zf.prototype.readFeatures=zf.prototype.Oa,zf.prototype.readProjection=zf.prototype.kb,i("ol.format.Polyline",vg),i("ol.format.Polyline.encodeDeltas",bg),i("ol.format.Polyline.decodeDeltas",mg),i("ol.format.Polyline.encodeFloats",wg),i("ol.format.Polyline.decodeFloats",xg),vg.prototype.readFeature=vg.prototype.Tb,vg.prototype.readFeatures=vg.prototype.Oa,vg.prototype.readGeometry=vg.prototype.Sc,vg.prototype.readProjection=vg.prototype.kb,vg.prototype.writeGeometry=vg.prototype.$c,i("ol.format.TopoJSON",Sg),Sg.prototype.readFeatures=Sg.prototype.Oa,Sg.prototype.readProjection=Sg.prototype.kb,i("ol.format.WFS",jg),jg.prototype.readFeatures=jg.prototype.Oa,jg.prototype.readTransactionResponse=jg.prototype.j,jg.prototype.readFeatureCollectionMetadata=jg.prototype.g,i("ol.format.WFS.writeFilter",function(t){var e=Dh("http://www.opengis.net/ogc","Filter");return el({node:e},Hg,Hh(t.kc),[t],[]),e}),jg.prototype.writeGetFeature=jg.prototype.l,jg.prototype.writeTransaction=jg.prototype.v,jg.prototype.readProjection=jg.prototype.kb,i("ol.format.WKT",qg),qg.prototype.readFeature=qg.prototype.Tb,qg.prototype.readFeatures=qg.prototype.Oa,qg.prototype.readGeometry=qg.prototype.Sc,qg.prototype.writeFeature=qg.prototype.Bd,qg.prototype.writeFeatures=qg.prototype.Wb,qg.prototype.writeGeometry=qg.prototype.$c,i("ol.format.WMSCapabilities",cd),cd.prototype.read=cd.prototype.read,i("ol.format.WMSGetFeatureInfo",kd),kd.prototype.readFeatures=kd.prototype.Oa,i("ol.format.WMTSCapabilities",Dd),Dd.prototype.read=Dd.prototype.read,i("ol.format.filter.And",Il),i("ol.format.filter.Bbox",Nl),i("ol.format.filter.Comparison",Fl),i("ol.format.filter.ComparisonBinary",Dl),i("ol.format.filter.During",kl),i("ol.format.filter.EqualTo",Ol),i("ol.format.filter.Filter",Ll),i("ol.format.filter.GreaterThan",Ul),i("ol.format.filter.GreaterThanOrEqualTo",Gl),i("ol.format.filter.Intersects",Xl),i("ol.format.filter.IsBetween",Vl),i("ol.format.filter.IsLike",Wl),i("ol.format.filter.IsNull",Zl),i("ol.format.filter.LessThan",Kl),i("ol.format.filter.LessThanOrEqualTo",zl),i("ol.format.filter.Not",Yl),i("ol.format.filter.NotEqualTo",Hl),i("ol.format.filter.Or",ql),i("ol.format.filter.Spatial",Bl),i("ol.format.filter.Within",Jl),i("ol.events.condition.altKeyOnly",function(t){return(t=t.originalEvent).altKey&&!(t.metaKey||t.ctrlKey)&&!t.shiftKey}),i("ol.events.condition.altShiftKeysOnly",Kr),i("ol.events.condition.always",Gi),i("ol.events.condition.click",function(t){return"click"==t.type}),i("ol.events.condition.never",Bi),i("ol.events.condition.pointerMove",Yr),i("ol.events.condition.singleClick",Hr),i("ol.events.condition.doubleClick",function(t){return"dblclick"==t.type}),i("ol.events.condition.noModifierKeys",qr),i("ol.events.condition.platformModifierKeyOnly",function(t){return!(t=t.originalEvent).altKey&&(No?t.metaKey:t.ctrlKey)&&!t.shiftKey}),i("ol.events.condition.shiftKeyOnly",Jr),i("ol.events.condition.targetNotEditable",_r),i("ol.events.condition.mouseOnly",$r),i("ol.events.condition.primaryAction",Qr),Ee.prototype.type=Ee.prototype.type,Ee.prototype.target=Ee.prototype.target,Ee.prototype.preventDefault=Ee.prototype.preventDefault,Ee.prototype.stopPropagation=Ee.prototype.stopPropagation,i("ol.control.Attribution",to),i("ol.control.Attribution.render",eo),to.prototype.getCollapsible=to.prototype.Um,to.prototype.setCollapsible=to.prototype.Xm,to.prototype.setCollapsed=to.prototype.Wm,to.prototype.getCollapsed=to.prototype.Tm,i("ol.control.Control",Qe),Qe.prototype.getMap=Qe.prototype.g,Qe.prototype.setMap=Qe.prototype.setMap,Qe.prototype.setTarget=Qe.prototype.f,i("ol.control.FullScreen",uo),i("ol.control.MousePosition",bo),i("ol.control.MousePosition.render",mo),bo.prototype.getCoordinateFormat=bo.prototype.xh,bo.prototype.getProjection=bo.prototype.Zh,bo.prototype.setCoordinateFormat=bo.prototype.kj,bo.prototype.setProjection=bo.prototype.$h,i("ol.control.OverviewMap",eh),i("ol.control.OverviewMap.render",oh),eh.prototype.getCollapsible=eh.prototype.$m,eh.prototype.setCollapsible=eh.prototype.cn,eh.prototype.setCollapsed=eh.prototype.bn,eh.prototype.getCollapsed=eh.prototype.Zm,eh.prototype.getOverviewMap=eh.prototype.gl,i("ol.control.Rotate",so),i("ol.control.Rotate.render",ao),i("ol.control.ScaleLine",ph),ph.prototype.getUnits=ph.prototype.C,i("ol.control.ScaleLine.render",ah),ph.prototype.setUnits=ph.prototype.I,i("ol.control.Zoom",ho),i("ol.control.ZoomSlider",uh),i("ol.control.ZoomSlider.render",yh),i("ol.control.ZoomToExtent",dh),Re.prototype.changed=Re.prototype.s,Re.prototype.dispatchEvent=Re.prototype.b,Re.prototype.getRevision=Re.prototype.L,Re.prototype.on=Re.prototype.J,Re.prototype.once=Re.prototype.once,Re.prototype.un=Re.prototype.K,De.prototype.get=De.prototype.get,De.prototype.getKeys=De.prototype.O,De.prototype.getProperties=De.prototype.N,De.prototype.set=De.prototype.set,De.prototype.setProperties=De.prototype.H,De.prototype.unset=De.prototype.P,De.prototype.changed=De.prototype.s,De.prototype.dispatchEvent=De.prototype.b,De.prototype.getRevision=De.prototype.L,De.prototype.on=De.prototype.J,De.prototype.once=De.prototype.once,De.prototype.un=De.prototype.K,Be.prototype.type=Be.prototype.type,Be.prototype.target=Be.prototype.target,Be.prototype.preventDefault=Be.prototype.preventDefault,Be.prototype.stopPropagation=Be.prototype.stopPropagation,vh.prototype.get=vh.prototype.get,vh.prototype.getKeys=vh.prototype.O,vh.prototype.getProperties=vh.prototype.N,vh.prototype.set=vh.prototype.set,vh.prototype.setProperties=vh.prototype.H,vh.prototype.unset=vh.prototype.P,vh.prototype.changed=vh.prototype.s,vh.prototype.dispatchEvent=vh.prototype.b,vh.prototype.getRevision=vh.prototype.L,vh.prototype.on=vh.prototype.J,vh.prototype.once=vh.prototype.once,vh.prototype.un=vh.prototype.K,Fh.prototype.get=Fh.prototype.get,Fh.prototype.getKeys=Fh.prototype.O,Fh.prototype.getProperties=Fh.prototype.N,Fh.prototype.set=Fh.prototype.set,Fh.prototype.setProperties=Fh.prototype.H,Fh.prototype.unset=Fh.prototype.P,Fh.prototype.changed=Fh.prototype.s,Fh.prototype.dispatchEvent=Fh.prototype.b,Fh.prototype.getRevision=Fh.prototype.L,Fh.prototype.on=Fh.prototype.J,Fh.prototype.once=Fh.prototype.once,Fh.prototype.un=Fh.prototype.K,_d.prototype.get=_d.prototype.get,_d.prototype.getKeys=_d.prototype.O,_d.prototype.getProperties=_d.prototype.N,_d.prototype.set=_d.prototype.set,_d.prototype.setProperties=_d.prototype.H,_d.prototype.unset=_d.prototype.P,_d.prototype.changed=_d.prototype.s,_d.prototype.dispatchEvent=_d.prototype.b,_d.prototype.getRevision=_d.prototype.L,_d.prototype.on=_d.prototype.J,_d.prototype.once=_d.prototype.once,_d.prototype.un=_d.prototype.K,cv.prototype.getTileCoord=cv.prototype.f,cv.prototype.load=cv.prototype.load,Ka.prototype.get=Ka.prototype.get,Ka.prototype.getKeys=Ka.prototype.O,Ka.prototype.getProperties=Ka.prototype.N,Ka.prototype.set=Ka.prototype.set,Ka.prototype.setProperties=Ka.prototype.H,Ka.prototype.unset=Ka.prototype.P,Ka.prototype.changed=Ka.prototype.s,Ka.prototype.dispatchEvent=Ka.prototype.b,Ka.prototype.getRevision=Ka.prototype.L,Ka.prototype.on=Ka.prototype.J,Ka.prototype.once=Ka.prototype.once,Ka.prototype.un=Ka.prototype.K,Mo.prototype.type=Mo.prototype.type,Mo.prototype.target=Mo.prototype.target,Mo.prototype.preventDefault=Mo.prototype.preventDefault,Mo.prototype.stopPropagation=Mo.prototype.stopPropagation,Po.prototype.map=Po.prototype.map,Po.prototype.frameState=Po.prototype.frameState,Po.prototype.type=Po.prototype.type,Po.prototype.target=Po.prototype.target,Po.prototype.preventDefault=Po.prototype.preventDefault,Po.prototype.stopPropagation=Po.prototype.stopPropagation,zo.prototype.originalEvent=zo.prototype.originalEvent,zo.prototype.pixel=zo.prototype.pixel,zo.prototype.coordinate=zo.prototype.coordinate,zo.prototype.dragging=zo.prototype.dragging,zo.prototype.preventDefault=zo.prototype.preventDefault,zo.prototype.stopPropagation=zo.prototype.stopPropagation,zo.prototype.map=zo.prototype.map,zo.prototype.frameState=zo.prototype.frameState,zo.prototype.type=zo.prototype.type,zo.prototype.target=zo.prototype.target,ke.prototype.type=ke.prototype.type,ke.prototype.target=ke.prototype.target,ke.prototype.preventDefault=ke.prototype.preventDefault,ke.prototype.stopPropagation=ke.prototype.stopPropagation,za.prototype.get=za.prototype.get,za.prototype.getKeys=za.prototype.O,za.prototype.getProperties=za.prototype.N,za.prototype.set=za.prototype.set,za.prototype.setProperties=za.prototype.H,za.prototype.unset=za.prototype.P,za.prototype.changed=za.prototype.s,za.prototype.dispatchEvent=za.prototype.b,za.prototype.getRevision=za.prototype.L,za.prototype.on=za.prototype.J,za.prototype.once=za.prototype.once,za.prototype.un=za.prototype.K,wx.prototype.getTileCoord=wx.prototype.f,wx.prototype.load=wx.prototype.load,Sx.prototype.getTileCoord=Sx.prototype.f,Sx.prototype.load=Sx.prototype.load,jr.prototype.get=jr.prototype.get,jr.prototype.getKeys=jr.prototype.O,jr.prototype.getProperties=jr.prototype.N,jr.prototype.set=jr.prototype.set,jr.prototype.setProperties=jr.prototype.H,jr.prototype.unset=jr.prototype.P,jr.prototype.changed=jr.prototype.s,jr.prototype.dispatchEvent=jr.prototype.b,jr.prototype.getRevision=jr.prototype.L,jr.prototype.on=jr.prototype.J,jr.prototype.once=jr.prototype.once,jr.prototype.un=jr.prototype.K,Px.prototype.forEachTileCoord=Px.prototype.Rf,Px.prototype.getMaxZoom=Px.prototype.Ti,Px.prototype.getMinZoom=Px.prototype.Ui,Px.prototype.getOrigin=Px.prototype.Pc,Px.prototype.getResolution=Px.prototype.Da,Px.prototype.getResolutions=Px.prototype.Vi,Px.prototype.getTileCoordExtent=Px.prototype.Aa,Px.prototype.getTileCoordForCoordAndResolution=Px.prototype.Be,Px.prototype.getTileCoordForCoordAndZ=Px.prototype.bg,Px.prototype.getTileSize=Px.prototype.gb,Px.prototype.getZForResolution=Px.prototype.tc,Ph.prototype.getOpacity=Ph.prototype.Ze,Ph.prototype.getRotateWithView=Ph.prototype.$e,Ph.prototype.getRotation=Ph.prototype.af,Ph.prototype.getScale=Ph.prototype.bf,Ph.prototype.getSnapToPixel=Ph.prototype.Ae,Ph.prototype.setOpacity=Ph.prototype.td,Ph.prototype.setRotation=Ph.prototype.cf,Ph.prototype.setScale=Ph.prototype.ud,Eh.prototype.clone=Eh.prototype.clone,Eh.prototype.getAngle=Eh.prototype.Pi,Eh.prototype.getFill=Eh.prototype.Fa,Eh.prototype.getPoints=Eh.prototype.Qi,Eh.prototype.getRadius=Eh.prototype.Ri,Eh.prototype.getRadius2=Eh.prototype.Fh,Eh.prototype.getStroke=Eh.prototype.Ga,Eh.prototype.getOpacity=Eh.prototype.Ze,Eh.prototype.getRotateWithView=Eh.prototype.$e,Eh.prototype.getRotation=Eh.prototype.af,Eh.prototype.getScale=Eh.prototype.bf,Eh.prototype.getSnapToPixel=Eh.prototype.Ae,Eh.prototype.setOpacity=Eh.prototype.td,Eh.prototype.setRotation=Eh.prototype.cf,Eh.prototype.setScale=Eh.prototype.ud,Jc.prototype.getOpacity=Jc.prototype.Ze,Jc.prototype.getRotateWithView=Jc.prototype.$e,Jc.prototype.getRotation=Jc.prototype.af,Jc.prototype.getScale=Jc.prototype.bf,Jc.prototype.getSnapToPixel=Jc.prototype.Ae,Jc.prototype.setOpacity=Jc.prototype.td,Jc.prototype.setRotation=Jc.prototype.cf,Jc.prototype.setScale=Jc.prototype.ud,wb.prototype.get=wb.prototype.get,wb.prototype.getKeys=wb.prototype.O,wb.prototype.getProperties=wb.prototype.N,wb.prototype.set=wb.prototype.set,wb.prototype.setProperties=wb.prototype.H,wb.prototype.unset=wb.prototype.P,wb.prototype.changed=wb.prototype.s,wb.prototype.dispatchEvent=wb.prototype.b,wb.prototype.getRevision=wb.prototype.L,wb.prototype.on=wb.prototype.J,wb.prototype.once=wb.prototype.once,wb.prototype.un=wb.prototype.K,Mw.prototype.getAttributions=Mw.prototype.ya,Mw.prototype.getLogo=Mw.prototype.xa,Mw.prototype.getProjection=Mw.prototype.za,Mw.prototype.getState=Mw.prototype.getState,Mw.prototype.refresh=Mw.prototype.sa,Mw.prototype.setAttributions=Mw.prototype.ua,Mw.prototype.get=Mw.prototype.get,Mw.prototype.getKeys=Mw.prototype.O,Mw.prototype.getProperties=Mw.prototype.N,Mw.prototype.set=Mw.prototype.set,Mw.prototype.setProperties=Mw.prototype.H,Mw.prototype.unset=Mw.prototype.P,Mw.prototype.changed=Mw.prototype.s,Mw.prototype.dispatchEvent=Mw.prototype.b,Mw.prototype.getRevision=Mw.prototype.L,Mw.prototype.on=Mw.prototype.J,Mw.prototype.once=Mw.prototype.once,Mw.prototype.un=Mw.prototype.K,jw.prototype.getTileGrid=jw.prototype.ab,jw.prototype.refresh=jw.prototype.sa,jw.prototype.getAttributions=jw.prototype.ya,jw.prototype.getLogo=jw.prototype.xa,jw.prototype.getProjection=jw.prototype.za,jw.prototype.getState=jw.prototype.getState,jw.prototype.setAttributions=jw.prototype.ua,jw.prototype.get=jw.prototype.get,jw.prototype.getKeys=jw.prototype.O,jw.prototype.getProperties=jw.prototype.N,jw.prototype.set=jw.prototype.set,jw.prototype.setProperties=jw.prototype.H,jw.prototype.unset=jw.prototype.P,jw.prototype.changed=jw.prototype.s,jw.prototype.dispatchEvent=jw.prototype.b,jw.prototype.getRevision=jw.prototype.L,jw.prototype.on=jw.prototype.J,jw.prototype.once=jw.prototype.once,jw.prototype.un=jw.prototype.K,Cw.prototype.getTileLoadFunction=Cw.prototype.pb,Cw.prototype.getTileUrlFunction=Cw.prototype.qb,Cw.prototype.getUrls=Cw.prototype.rb,Cw.prototype.setTileLoadFunction=Cw.prototype.vb,Cw.prototype.setTileUrlFunction=Cw.prototype.cb,Cw.prototype.setUrl=Cw.prototype.jb,Cw.prototype.setUrls=Cw.prototype.eb,Cw.prototype.getTileGrid=Cw.prototype.ab,Cw.prototype.refresh=Cw.prototype.sa,Cw.prototype.getAttributions=Cw.prototype.ya,Cw.prototype.getLogo=Cw.prototype.xa,Cw.prototype.getProjection=Cw.prototype.za,Cw.prototype.getState=Cw.prototype.getState,Cw.prototype.setAttributions=Cw.prototype.ua,Cw.prototype.get=Cw.prototype.get,Cw.prototype.getKeys=Cw.prototype.O,Cw.prototype.getProperties=Cw.prototype.N,Cw.prototype.set=Cw.prototype.set,Cw.prototype.setProperties=Cw.prototype.H,Cw.prototype.unset=Cw.prototype.P,Cw.prototype.changed=Cw.prototype.s,Cw.prototype.dispatchEvent=Cw.prototype.b,Cw.prototype.getRevision=Cw.prototype.L,Cw.prototype.on=Cw.prototype.J,Cw.prototype.once=Cw.prototype.once,Cw.prototype.un=Cw.prototype.K,Nw.prototype.setRenderReprojectionEdges=Nw.prototype.Pb,Nw.prototype.setTileGridForProjection=Nw.prototype.Qb,Nw.prototype.getTileLoadFunction=Nw.prototype.pb,Nw.prototype.getTileUrlFunction=Nw.prototype.qb,Nw.prototype.getUrls=Nw.prototype.rb,Nw.prototype.setTileLoadFunction=Nw.prototype.vb,Nw.prototype.setTileUrlFunction=Nw.prototype.cb,Nw.prototype.setUrl=Nw.prototype.jb,Nw.prototype.setUrls=Nw.prototype.eb,Nw.prototype.getTileGrid=Nw.prototype.ab,Nw.prototype.refresh=Nw.prototype.sa,Nw.prototype.getAttributions=Nw.prototype.ya,Nw.prototype.getLogo=Nw.prototype.xa,Nw.prototype.getProjection=Nw.prototype.za,Nw.prototype.getState=Nw.prototype.getState,Nw.prototype.setAttributions=Nw.prototype.ua,Nw.prototype.get=Nw.prototype.get,Nw.prototype.getKeys=Nw.prototype.O,Nw.prototype.getProperties=Nw.prototype.N,Nw.prototype.set=Nw.prototype.set,Nw.prototype.setProperties=Nw.prototype.H,Nw.prototype.unset=Nw.prototype.P,Nw.prototype.changed=Nw.prototype.s,Nw.prototype.dispatchEvent=Nw.prototype.b,Nw.prototype.getRevision=Nw.prototype.L,Nw.prototype.on=Nw.prototype.J,Nw.prototype.once=Nw.prototype.once,Nw.prototype.un=Nw.prototype.K,kw.prototype.setRenderReprojectionEdges=kw.prototype.Pb,kw.prototype.setTileGridForProjection=kw.prototype.Qb,kw.prototype.getTileLoadFunction=kw.prototype.pb,kw.prototype.getTileUrlFunction=kw.prototype.qb,kw.prototype.getUrls=kw.prototype.rb,kw.prototype.setTileLoadFunction=kw.prototype.vb,kw.prototype.setTileUrlFunction=kw.prototype.cb,kw.prototype.setUrl=kw.prototype.jb,kw.prototype.setUrls=kw.prototype.eb,kw.prototype.getTileGrid=kw.prototype.ab,kw.prototype.refresh=kw.prototype.sa,kw.prototype.getAttributions=kw.prototype.ya,kw.prototype.getLogo=kw.prototype.xa,kw.prototype.getProjection=kw.prototype.za,kw.prototype.getState=kw.prototype.getState,kw.prototype.setAttributions=kw.prototype.ua,kw.prototype.get=kw.prototype.get,kw.prototype.getKeys=kw.prototype.O,kw.prototype.getProperties=kw.prototype.N,kw.prototype.set=kw.prototype.set,kw.prototype.setProperties=kw.prototype.H,kw.prototype.unset=kw.prototype.P,kw.prototype.changed=kw.prototype.s,kw.prototype.dispatchEvent=kw.prototype.b,kw.prototype.getRevision=kw.prototype.L,kw.prototype.on=kw.prototype.J,kw.prototype.once=kw.prototype.once,kw.prototype.un=kw.prototype.K,Dw.prototype.setRenderReprojectionEdges=Dw.prototype.Pb,Dw.prototype.setTileGridForProjection=Dw.prototype.Qb,Dw.prototype.getTileLoadFunction=Dw.prototype.pb,Dw.prototype.getTileUrlFunction=Dw.prototype.qb,Dw.prototype.getUrls=Dw.prototype.rb,Dw.prototype.setTileLoadFunction=Dw.prototype.vb,Dw.prototype.setTileUrlFunction=Dw.prototype.cb,Dw.prototype.setUrl=Dw.prototype.jb,Dw.prototype.setUrls=Dw.prototype.eb,Dw.prototype.getTileGrid=Dw.prototype.ab,Dw.prototype.refresh=Dw.prototype.sa,Dw.prototype.getAttributions=Dw.prototype.ya,Dw.prototype.getLogo=Dw.prototype.xa,Dw.prototype.getProjection=Dw.prototype.za,Dw.prototype.getState=Dw.prototype.getState,Dw.prototype.setAttributions=Dw.prototype.ua,Dw.prototype.get=Dw.prototype.get,Dw.prototype.getKeys=Dw.prototype.O,Dw.prototype.getProperties=Dw.prototype.N,Dw.prototype.set=Dw.prototype.set,Dw.prototype.setProperties=Dw.prototype.H,Dw.prototype.unset=Dw.prototype.P,Dw.prototype.changed=Dw.prototype.s,Dw.prototype.dispatchEvent=Dw.prototype.b,Dw.prototype.getRevision=Dw.prototype.L,Dw.prototype.on=Dw.prototype.J,Dw.prototype.once=Dw.prototype.once,Dw.prototype.un=Dw.prototype.K,Mb.prototype.getAttributions=Mb.prototype.ya,Mb.prototype.getLogo=Mb.prototype.xa,Mb.prototype.getProjection=Mb.prototype.za,Mb.prototype.getState=Mb.prototype.getState,Mb.prototype.refresh=Mb.prototype.sa,Mb.prototype.setAttributions=Mb.prototype.ua,Mb.prototype.get=Mb.prototype.get,Mb.prototype.getKeys=Mb.prototype.O,Mb.prototype.getProperties=Mb.prototype.N,Mb.prototype.set=Mb.prototype.set,Mb.prototype.setProperties=Mb.prototype.H,Mb.prototype.unset=Mb.prototype.P,Mb.prototype.changed=Mb.prototype.s,Mb.prototype.dispatchEvent=Mb.prototype.b,Mb.prototype.getRevision=Mb.prototype.L,Mb.prototype.on=Mb.prototype.J,Mb.prototype.once=Mb.prototype.once,Mb.prototype.un=Mb.prototype.K,Gw.prototype.addFeature=Gw.prototype.yb,Gw.prototype.addFeatures=Gw.prototype.cd,Gw.prototype.clear=Gw.prototype.clear,Gw.prototype.forEachFeature=Gw.prototype.sh,Gw.prototype.forEachFeatureInExtent=Gw.prototype.$b,Gw.prototype.forEachFeatureIntersectingExtent=Gw.prototype.th,Gw.prototype.getFeaturesCollection=Gw.prototype.Ah,Gw.prototype.getFeatures=Gw.prototype.Xe,Gw.prototype.getFeaturesAtCoordinate=Gw.prototype.zh,Gw.prototype.getFeaturesInExtent=Gw.prototype.Uf,Gw.prototype.getClosestFeatureToCoordinate=Gw.prototype.vh,Gw.prototype.getExtent=Gw.prototype.G,Gw.prototype.getFeatureById=Gw.prototype.yh,Gw.prototype.getFormat=Gw.prototype.Mi,Gw.prototype.getUrl=Gw.prototype.Ni,Gw.prototype.removeFeature=Gw.prototype.Gb,Gw.prototype.getAttributions=Gw.prototype.ya,Gw.prototype.getLogo=Gw.prototype.xa,Gw.prototype.getProjection=Gw.prototype.za,Gw.prototype.getState=Gw.prototype.getState,Gw.prototype.refresh=Gw.prototype.sa,Gw.prototype.setAttributions=Gw.prototype.ua,Gw.prototype.get=Gw.prototype.get,Gw.prototype.getKeys=Gw.prototype.O,Gw.prototype.getProperties=Gw.prototype.N,Gw.prototype.set=Gw.prototype.set,Gw.prototype.setProperties=Gw.prototype.H,Gw.prototype.unset=Gw.prototype.P,Gw.prototype.changed=Gw.prototype.s,Gw.prototype.dispatchEvent=Gw.prototype.b,Gw.prototype.getRevision=Gw.prototype.L,Gw.prototype.on=Gw.prototype.J,Gw.prototype.once=Gw.prototype.once,Gw.prototype.un=Gw.prototype.K,Zm.prototype.getAttributions=Zm.prototype.ya,Zm.prototype.getLogo=Zm.prototype.xa,Zm.prototype.getProjection=Zm.prototype.za,Zm.prototype.getState=Zm.prototype.getState,Zm.prototype.refresh=Zm.prototype.sa,Zm.prototype.setAttributions=Zm.prototype.ua,Zm.prototype.get=Zm.prototype.get,Zm.prototype.getKeys=Zm.prototype.O,Zm.prototype.getProperties=Zm.prototype.N,Zm.prototype.set=Zm.prototype.set,Zm.prototype.setProperties=Zm.prototype.H,Zm.prototype.unset=Zm.prototype.P,Zm.prototype.changed=Zm.prototype.s,Zm.prototype.dispatchEvent=Zm.prototype.b,Zm.prototype.getRevision=Zm.prototype.L,Zm.prototype.on=Zm.prototype.J,Zm.prototype.once=Zm.prototype.once,Zm.prototype.un=Zm.prototype.K,Ym.prototype.type=Ym.prototype.type,Ym.prototype.target=Ym.prototype.target,Ym.prototype.preventDefault=Ym.prototype.preventDefault,Ym.prototype.stopPropagation=Ym.prototype.stopPropagation,Ww.prototype.getAttributions=Ww.prototype.ya,Ww.prototype.getLogo=Ww.prototype.xa,Ww.prototype.getProjection=Ww.prototype.za,Ww.prototype.getState=Ww.prototype.getState,Ww.prototype.refresh=Ww.prototype.sa,Ww.prototype.setAttributions=Ww.prototype.ua,Ww.prototype.get=Ww.prototype.get,Ww.prototype.getKeys=Ww.prototype.O,Ww.prototype.getProperties=Ww.prototype.N,Ww.prototype.set=Ww.prototype.set,Ww.prototype.setProperties=Ww.prototype.H,Ww.prototype.unset=Ww.prototype.P,Ww.prototype.changed=Ww.prototype.s,Ww.prototype.dispatchEvent=Ww.prototype.b,Ww.prototype.getRevision=Ww.prototype.L,Ww.prototype.on=Ww.prototype.J,Ww.prototype.once=Ww.prototype.once,Ww.prototype.un=Ww.prototype.K,_m.prototype.getAttributions=_m.prototype.ya,_m.prototype.getLogo=_m.prototype.xa,_m.prototype.getProjection=_m.prototype.za,_m.prototype.getState=_m.prototype.getState,_m.prototype.refresh=_m.prototype.sa,_m.prototype.setAttributions=_m.prototype.ua,_m.prototype.get=_m.prototype.get,_m.prototype.getKeys=_m.prototype.O,_m.prototype.getProperties=_m.prototype.N,_m.prototype.set=_m.prototype.set,_m.prototype.setProperties=_m.prototype.H,_m.prototype.unset=_m.prototype.P,_m.prototype.changed=_m.prototype.s,_m.prototype.dispatchEvent=_m.prototype.b,_m.prototype.getRevision=_m.prototype.L,_m.prototype.on=_m.prototype.J,_m.prototype.once=_m.prototype.once,_m.prototype.un=_m.prototype.K,Zw.prototype.getAttributions=Zw.prototype.ya,Zw.prototype.getLogo=Zw.prototype.xa,Zw.prototype.getProjection=Zw.prototype.za,Zw.prototype.getState=Zw.prototype.getState,Zw.prototype.refresh=Zw.prototype.sa,Zw.prototype.setAttributions=Zw.prototype.ua,Zw.prototype.get=Zw.prototype.get,Zw.prototype.getKeys=Zw.prototype.O,Zw.prototype.getProperties=Zw.prototype.N,Zw.prototype.set=Zw.prototype.set,Zw.prototype.setProperties=Zw.prototype.H,Zw.prototype.unset=Zw.prototype.P,Zw.prototype.changed=Zw.prototype.s,Zw.prototype.dispatchEvent=Zw.prototype.b,Zw.prototype.getRevision=Zw.prototype.L,Zw.prototype.on=Zw.prototype.J,Zw.prototype.once=Zw.prototype.once,Zw.prototype.un=Zw.prototype.K,Kw.prototype.getAttributions=Kw.prototype.ya,Kw.prototype.getLogo=Kw.prototype.xa,Kw.prototype.getProjection=Kw.prototype.za,Kw.prototype.getState=Kw.prototype.getState,Kw.prototype.refresh=Kw.prototype.sa,Kw.prototype.setAttributions=Kw.prototype.ua,Kw.prototype.get=Kw.prototype.get,Kw.prototype.getKeys=Kw.prototype.O,Kw.prototype.getProperties=Kw.prototype.N,Kw.prototype.set=Kw.prototype.set,Kw.prototype.setProperties=Kw.prototype.H,Kw.prototype.unset=Kw.prototype.P,Kw.prototype.changed=Kw.prototype.s,Kw.prototype.dispatchEvent=Kw.prototype.b,Kw.prototype.getRevision=Kw.prototype.L,Kw.prototype.on=Kw.prototype.J,Kw.prototype.once=Kw.prototype.once,Kw.prototype.un=Kw.prototype.K,$m.prototype.getAttributions=$m.prototype.ya,$m.prototype.getLogo=$m.prototype.xa,$m.prototype.getProjection=$m.prototype.za,$m.prototype.getState=$m.prototype.getState,$m.prototype.refresh=$m.prototype.sa,$m.prototype.setAttributions=$m.prototype.ua,$m.prototype.get=$m.prototype.get,$m.prototype.getKeys=$m.prototype.O,$m.prototype.getProperties=$m.prototype.N,$m.prototype.set=$m.prototype.set,$m.prototype.setProperties=$m.prototype.H,$m.prototype.unset=$m.prototype.P,$m.prototype.changed=$m.prototype.s,$m.prototype.dispatchEvent=$m.prototype.b,$m.prototype.getRevision=$m.prototype.L,$m.prototype.on=$m.prototype.J,$m.prototype.once=$m.prototype.once,$m.prototype.un=$m.prototype.K,zw.prototype.getAttributions=zw.prototype.ya,zw.prototype.getLogo=zw.prototype.xa,zw.prototype.getProjection=zw.prototype.za,zw.prototype.getState=zw.prototype.getState,zw.prototype.refresh=zw.prototype.sa,zw.prototype.setAttributions=zw.prototype.ua,zw.prototype.get=zw.prototype.get,zw.prototype.getKeys=zw.prototype.O,zw.prototype.getProperties=zw.prototype.N,zw.prototype.set=zw.prototype.set,zw.prototype.setProperties=zw.prototype.H,zw.prototype.unset=zw.prototype.P,zw.prototype.changed=zw.prototype.s,zw.prototype.dispatchEvent=zw.prototype.b,zw.prototype.getRevision=zw.prototype.L,zw.prototype.on=zw.prototype.J,zw.prototype.once=zw.prototype.once,zw.prototype.un=zw.prototype.K,Jw.prototype.setRenderReprojectionEdges=Jw.prototype.Pb,Jw.prototype.setTileGridForProjection=Jw.prototype.Qb,Jw.prototype.getTileLoadFunction=Jw.prototype.pb,Jw.prototype.getTileUrlFunction=Jw.prototype.qb,Jw.prototype.getUrls=Jw.prototype.rb,Jw.prototype.setTileLoadFunction=Jw.prototype.vb,Jw.prototype.setTileUrlFunction=Jw.prototype.cb,Jw.prototype.setUrl=Jw.prototype.jb,Jw.prototype.setUrls=Jw.prototype.eb,Jw.prototype.getTileGrid=Jw.prototype.ab,Jw.prototype.refresh=Jw.prototype.sa,Jw.prototype.getAttributions=Jw.prototype.ya,Jw.prototype.getLogo=Jw.prototype.xa,Jw.prototype.getProjection=Jw.prototype.za,Jw.prototype.getState=Jw.prototype.getState,Jw.prototype.setAttributions=Jw.prototype.ua,Jw.prototype.get=Jw.prototype.get,Jw.prototype.getKeys=Jw.prototype.O,Jw.prototype.getProperties=Jw.prototype.N,Jw.prototype.set=Jw.prototype.set,Jw.prototype.setProperties=Jw.prototype.H,Jw.prototype.unset=Jw.prototype.P,Jw.prototype.changed=Jw.prototype.s,Jw.prototype.dispatchEvent=Jw.prototype.b,Jw.prototype.getRevision=Jw.prototype.L,Jw.prototype.on=Jw.prototype.J,Jw.prototype.once=Jw.prototype.once,Jw.prototype.un=Jw.prototype.K,$w.prototype.getAttributions=$w.prototype.ya,$w.prototype.getLogo=$w.prototype.xa,$w.prototype.getProjection=$w.prototype.za,$w.prototype.getState=$w.prototype.getState,$w.prototype.refresh=$w.prototype.sa,$w.prototype.setAttributions=$w.prototype.ua,$w.prototype.get=$w.prototype.get,$w.prototype.getKeys=$w.prototype.O,$w.prototype.getProperties=$w.prototype.N,$w.prototype.set=$w.prototype.set,$w.prototype.setProperties=$w.prototype.H,$w.prototype.unset=$w.prototype.P,$w.prototype.changed=$w.prototype.s,$w.prototype.dispatchEvent=$w.prototype.b,$w.prototype.getRevision=$w.prototype.L,$w.prototype.on=$w.prototype.J,$w.prototype.once=$w.prototype.once,$w.prototype.un=$w.prototype.K,tx.prototype.type=tx.prototype.type,tx.prototype.target=tx.prototype.target,tx.prototype.preventDefault=tx.prototype.preventDefault,tx.prototype.stopPropagation=tx.prototype.stopPropagation,ix.prototype.setRenderReprojectionEdges=ix.prototype.Pb,ix.prototype.setTileGridForProjection=ix.prototype.Qb,ix.prototype.getTileLoadFunction=ix.prototype.pb,ix.prototype.getTileUrlFunction=ix.prototype.qb,ix.prototype.getUrls=ix.prototype.rb,ix.prototype.setTileLoadFunction=ix.prototype.vb,ix.prototype.setTileUrlFunction=ix.prototype.cb,ix.prototype.setUrl=ix.prototype.jb,ix.prototype.setUrls=ix.prototype.eb,ix.prototype.getTileGrid=ix.prototype.ab,ix.prototype.refresh=ix.prototype.sa,ix.prototype.getAttributions=ix.prototype.ya,ix.prototype.getLogo=ix.prototype.xa,ix.prototype.getProjection=ix.prototype.za,ix.prototype.getState=ix.prototype.getState,ix.prototype.setAttributions=ix.prototype.ua,ix.prototype.get=ix.prototype.get,ix.prototype.getKeys=ix.prototype.O,ix.prototype.getProperties=ix.prototype.N,ix.prototype.set=ix.prototype.set,ix.prototype.setProperties=ix.prototype.H,ix.prototype.unset=ix.prototype.P,ix.prototype.changed=ix.prototype.s,ix.prototype.dispatchEvent=ix.prototype.b,ix.prototype.getRevision=ix.prototype.L,ix.prototype.on=ix.prototype.J,ix.prototype.once=ix.prototype.once,ix.prototype.un=ix.prototype.K,Tw.prototype.type=Tw.prototype.type,Tw.prototype.target=Tw.prototype.target,Tw.prototype.preventDefault=Tw.prototype.preventDefault,Tw.prototype.stopPropagation=Tw.prototype.stopPropagation,sx.prototype.setRenderReprojectionEdges=sx.prototype.Pb,sx.prototype.setTileGridForProjection=sx.prototype.Qb,sx.prototype.getTileLoadFunction=sx.prototype.pb,sx.prototype.getTileUrlFunction=sx.prototype.qb,sx.prototype.getUrls=sx.prototype.rb,sx.prototype.setTileLoadFunction=sx.prototype.vb,sx.prototype.setTileUrlFunction=sx.prototype.cb,sx.prototype.setUrl=sx.prototype.jb,sx.prototype.setUrls=sx.prototype.eb,sx.prototype.getTileGrid=sx.prototype.ab,sx.prototype.refresh=sx.prototype.sa,sx.prototype.getAttributions=sx.prototype.ya,sx.prototype.getLogo=sx.prototype.xa,sx.prototype.getProjection=sx.prototype.za,sx.prototype.getState=sx.prototype.getState,sx.prototype.setAttributions=sx.prototype.ua,sx.prototype.get=sx.prototype.get,sx.prototype.getKeys=sx.prototype.O,sx.prototype.getProperties=sx.prototype.N,sx.prototype.set=sx.prototype.set,sx.prototype.setProperties=sx.prototype.H,sx.prototype.unset=sx.prototype.P,sx.prototype.changed=sx.prototype.s,sx.prototype.dispatchEvent=sx.prototype.b,sx.prototype.getRevision=sx.prototype.L,sx.prototype.on=sx.prototype.J,sx.prototype.once=sx.prototype.once,sx.prototype.un=sx.prototype.K,hx.prototype.getTileGrid=hx.prototype.ab,hx.prototype.refresh=hx.prototype.sa,hx.prototype.getAttributions=hx.prototype.ya,hx.prototype.getLogo=hx.prototype.xa,hx.prototype.getProjection=hx.prototype.za,hx.prototype.getState=hx.prototype.getState,hx.prototype.setAttributions=hx.prototype.ua,hx.prototype.get=hx.prototype.get,hx.prototype.getKeys=hx.prototype.O,hx.prototype.getProperties=hx.prototype.N,hx.prototype.set=hx.prototype.set,hx.prototype.setProperties=hx.prototype.H,hx.prototype.unset=hx.prototype.P,hx.prototype.changed=hx.prototype.s,hx.prototype.dispatchEvent=hx.prototype.b,hx.prototype.getRevision=hx.prototype.L,hx.prototype.on=hx.prototype.J,hx.prototype.once=hx.prototype.once,hx.prototype.un=hx.prototype.K,ux.prototype.setRenderReprojectionEdges=ux.prototype.Pb,ux.prototype.setTileGridForProjection=ux.prototype.Qb,ux.prototype.getTileLoadFunction=ux.prototype.pb,ux.prototype.getTileUrlFunction=ux.prototype.qb,ux.prototype.getUrls=ux.prototype.rb,ux.prototype.setTileLoadFunction=ux.prototype.vb,ux.prototype.setTileUrlFunction=ux.prototype.cb,ux.prototype.setUrl=ux.prototype.jb,ux.prototype.setUrls=ux.prototype.eb,ux.prototype.getTileGrid=ux.prototype.ab,ux.prototype.refresh=ux.prototype.sa,ux.prototype.getAttributions=ux.prototype.ya,ux.prototype.getLogo=ux.prototype.xa,ux.prototype.getProjection=ux.prototype.za,ux.prototype.getState=ux.prototype.getState,ux.prototype.setAttributions=ux.prototype.ua,ux.prototype.get=ux.prototype.get,ux.prototype.getKeys=ux.prototype.O,ux.prototype.getProperties=ux.prototype.N,ux.prototype.set=ux.prototype.set,ux.prototype.setProperties=ux.prototype.H,ux.prototype.unset=ux.prototype.P,ux.prototype.changed=ux.prototype.s,ux.prototype.dispatchEvent=ux.prototype.b,ux.prototype.getRevision=ux.prototype.L,ux.prototype.on=ux.prototype.J,ux.prototype.once=ux.prototype.once,ux.prototype.un=ux.prototype.K,cx.prototype.getTileGrid=cx.prototype.ab,cx.prototype.refresh=cx.prototype.sa,cx.prototype.getAttributions=cx.prototype.ya,cx.prototype.getLogo=cx.prototype.xa,cx.prototype.getProjection=cx.prototype.za,cx.prototype.getState=cx.prototype.getState,cx.prototype.setAttributions=cx.prototype.ua,cx.prototype.get=cx.prototype.get,cx.prototype.getKeys=cx.prototype.O,cx.prototype.getProperties=cx.prototype.N,cx.prototype.set=cx.prototype.set,cx.prototype.setProperties=cx.prototype.H,cx.prototype.unset=cx.prototype.P,cx.prototype.changed=cx.prototype.s,cx.prototype.dispatchEvent=cx.prototype.b,cx.prototype.getRevision=cx.prototype.L,cx.prototype.on=cx.prototype.J,cx.prototype.once=cx.prototype.once,cx.prototype.un=cx.prototype.K,gx.prototype.setRenderReprojectionEdges=gx.prototype.Pb,gx.prototype.setTileGridForProjection=gx.prototype.Qb,gx.prototype.getTileLoadFunction=gx.prototype.pb,gx.prototype.getTileUrlFunction=gx.prototype.qb,gx.prototype.getUrls=gx.prototype.rb,gx.prototype.setTileLoadFunction=gx.prototype.vb,gx.prototype.setTileUrlFunction=gx.prototype.cb,gx.prototype.setUrl=gx.prototype.jb,gx.prototype.setUrls=gx.prototype.eb,gx.prototype.getTileGrid=gx.prototype.ab,gx.prototype.refresh=gx.prototype.sa,gx.prototype.getAttributions=gx.prototype.ya,gx.prototype.getLogo=gx.prototype.xa,gx.prototype.getProjection=gx.prototype.za,gx.prototype.getState=gx.prototype.getState,gx.prototype.setAttributions=gx.prototype.ua,gx.prototype.get=gx.prototype.get,gx.prototype.getKeys=gx.prototype.O,gx.prototype.getProperties=gx.prototype.N,gx.prototype.set=gx.prototype.set,gx.prototype.setProperties=gx.prototype.H,gx.prototype.unset=gx.prototype.P,gx.prototype.changed=gx.prototype.s,gx.prototype.dispatchEvent=gx.prototype.b,gx.prototype.getRevision=gx.prototype.L,gx.prototype.on=gx.prototype.J,gx.prototype.once=gx.prototype.once,gx.prototype.un=gx.prototype.K,jb.prototype.type=jb.prototype.type,jb.prototype.target=jb.prototype.target,jb.prototype.preventDefault=jb.prototype.preventDefault,jb.prototype.stopPropagation=jb.prototype.stopPropagation,Mx.prototype.getTileLoadFunction=Mx.prototype.pb,Mx.prototype.getTileUrlFunction=Mx.prototype.qb,Mx.prototype.getUrls=Mx.prototype.rb,Mx.prototype.setTileLoadFunction=Mx.prototype.vb,Mx.prototype.setTileUrlFunction=Mx.prototype.cb,Mx.prototype.setUrl=Mx.prototype.jb,Mx.prototype.setUrls=Mx.prototype.eb,Mx.prototype.getTileGrid=Mx.prototype.ab,Mx.prototype.refresh=Mx.prototype.sa,Mx.prototype.getAttributions=Mx.prototype.ya,Mx.prototype.getLogo=Mx.prototype.xa,Mx.prototype.getProjection=Mx.prototype.za,Mx.prototype.getState=Mx.prototype.getState,Mx.prototype.setAttributions=Mx.prototype.ua,Mx.prototype.get=Mx.prototype.get,Mx.prototype.getKeys=Mx.prototype.O,Mx.prototype.getProperties=Mx.prototype.N,Mx.prototype.set=Mx.prototype.set,Mx.prototype.setProperties=Mx.prototype.H,Mx.prototype.unset=Mx.prototype.P,Mx.prototype.changed=Mx.prototype.s,Mx.prototype.dispatchEvent=Mx.prototype.b,Mx.prototype.getRevision=Mx.prototype.L,Mx.prototype.on=Mx.prototype.J,Mx.prototype.once=Mx.prototype.once,Mx.prototype.un=Mx.prototype.K,Ex.prototype.setRenderReprojectionEdges=Ex.prototype.Pb,Ex.prototype.setTileGridForProjection=Ex.prototype.Qb,Ex.prototype.getTileLoadFunction=Ex.prototype.pb,Ex.prototype.getTileUrlFunction=Ex.prototype.qb,Ex.prototype.getUrls=Ex.prototype.rb,Ex.prototype.setTileLoadFunction=Ex.prototype.vb,Ex.prototype.setTileUrlFunction=Ex.prototype.cb,Ex.prototype.setUrl=Ex.prototype.jb,Ex.prototype.setUrls=Ex.prototype.eb,Ex.prototype.getTileGrid=Ex.prototype.ab,Ex.prototype.refresh=Ex.prototype.sa,Ex.prototype.getAttributions=Ex.prototype.ya,Ex.prototype.getLogo=Ex.prototype.xa,Ex.prototype.getProjection=Ex.prototype.za,Ex.prototype.getState=Ex.prototype.getState,Ex.prototype.setAttributions=Ex.prototype.ua,Ex.prototype.get=Ex.prototype.get,Ex.prototype.getKeys=Ex.prototype.O,Ex.prototype.getProperties=Ex.prototype.N,Ex.prototype.set=Ex.prototype.set,Ex.prototype.setProperties=Ex.prototype.H,Ex.prototype.unset=Ex.prototype.P,Ex.prototype.changed=Ex.prototype.s,Ex.prototype.dispatchEvent=Ex.prototype.b,Ex.prototype.getRevision=Ex.prototype.L,Ex.prototype.on=Ex.prototype.J,Ex.prototype.once=Ex.prototype.once,Ex.prototype.un=Ex.prototype.K,jx.prototype.setRenderReprojectionEdges=jx.prototype.Pb,jx.prototype.setTileGridForProjection=jx.prototype.Qb,jx.prototype.getTileLoadFunction=jx.prototype.pb,jx.prototype.getTileUrlFunction=jx.prototype.qb,jx.prototype.getUrls=jx.prototype.rb,jx.prototype.setTileLoadFunction=jx.prototype.vb,jx.prototype.setTileUrlFunction=jx.prototype.cb,jx.prototype.setUrl=jx.prototype.jb,jx.prototype.setUrls=jx.prototype.eb,jx.prototype.getTileGrid=jx.prototype.ab,jx.prototype.refresh=jx.prototype.sa,jx.prototype.getAttributions=jx.prototype.ya,jx.prototype.getLogo=jx.prototype.xa,jx.prototype.getProjection=jx.prototype.za,jx.prototype.getState=jx.prototype.getState,jx.prototype.setAttributions=jx.prototype.ua,jx.prototype.get=jx.prototype.get,jx.prototype.getKeys=jx.prototype.O,jx.prototype.getProperties=jx.prototype.N,jx.prototype.set=jx.prototype.set,jx.prototype.setProperties=jx.prototype.H,jx.prototype.unset=jx.prototype.P,jx.prototype.changed=jx.prototype.s,jx.prototype.dispatchEvent=jx.prototype.b,jx.prototype.getRevision=jx.prototype.L,jx.prototype.on=jx.prototype.J,jx.prototype.once=jx.prototype.once,jx.prototype.un=jx.prototype.K,gw.prototype.getTileCoord=gw.prototype.f,gw.prototype.load=gw.prototype.load,zv.prototype.changed=zv.prototype.s,zv.prototype.dispatchEvent=zv.prototype.b,zv.prototype.getRevision=zv.prototype.L,zv.prototype.on=zv.prototype.J,zv.prototype.once=zv.prototype.once,zv.prototype.un=zv.prototype.K,fb.prototype.changed=fb.prototype.s,fb.prototype.dispatchEvent=fb.prototype.b,fb.prototype.getRevision=fb.prototype.L,fb.prototype.on=fb.prototype.J,fb.prototype.once=fb.prototype.once,fb.prototype.un=fb.prototype.K,Qm.prototype.changed=Qm.prototype.s,Qm.prototype.dispatchEvent=Qm.prototype.b,Qm.prototype.getRevision=Qm.prototype.L,Qm.prototype.on=Qm.prototype.J,Qm.prototype.once=Qm.prototype.once,Qm.prototype.un=Qm.prototype.K,aw.prototype.changed=aw.prototype.s,aw.prototype.dispatchEvent=aw.prototype.b,aw.prototype.getRevision=aw.prototype.L,aw.prototype.on=aw.prototype.J,aw.prototype.once=aw.prototype.once,aw.prototype.un=aw.prototype.K,db.prototype.changed=db.prototype.s,db.prototype.dispatchEvent=db.prototype.b,db.prototype.getRevision=db.prototype.L,db.prototype.on=db.prototype.J,db.prototype.once=db.prototype.once,db.prototype.un=db.prototype.K,tb.prototype.changed=tb.prototype.s,tb.prototype.dispatchEvent=tb.prototype.b,tb.prototype.getRevision=tb.prototype.L,tb.prototype.on=tb.prototype.J,tb.prototype.once=tb.prototype.once,tb.prototype.un=tb.prototype.K,Dm.prototype.changed=Dm.prototype.s,Dm.prototype.dispatchEvent=Dm.prototype.b,Dm.prototype.getRevision=Dm.prototype.L,Dm.prototype.on=Dm.prototype.J,Dm.prototype.once=Dm.prototype.once,Dm.prototype.un=Dm.prototype.K,Om.prototype.changed=Om.prototype.s,Om.prototype.dispatchEvent=Om.prototype.b,Om.prototype.getRevision=Om.prototype.L,Om.prototype.on=Om.prototype.J,Om.prototype.once=Om.prototype.once,Om.prototype.un=Om.prototype.K,ew.prototype.changed=ew.prototype.s,ew.prototype.dispatchEvent=ew.prototype.b,ew.prototype.getRevision=ew.prototype.L,ew.prototype.on=ew.prototype.J,ew.prototype.once=ew.prototype.once,ew.prototype.un=ew.prototype.K,ab.prototype.changed=ab.prototype.s,ab.prototype.dispatchEvent=ab.prototype.b,ab.prototype.getRevision=ab.prototype.L,ab.prototype.on=ab.prototype.J,ab.prototype.once=ab.prototype.once,ab.prototype.un=ab.prototype.K,lw.prototype.changed=lw.prototype.s,lw.prototype.dispatchEvent=lw.prototype.b,lw.prototype.getRevision=lw.prototype.L,lw.prototype.on=lw.prototype.J,lw.prototype.once=lw.prototype.once,lw.prototype.un=lw.prototype.K,yp.prototype.type=yp.prototype.type,yp.prototype.target=yp.prototype.target,yp.prototype.preventDefault=yp.prototype.preventDefault,yp.prototype.stopPropagation=yp.prototype.stopPropagation,ti.prototype.type=ti.prototype.type,ti.prototype.target=ti.prototype.target,ti.prototype.preventDefault=ti.prototype.preventDefault,ti.prototype.stopPropagation=ti.prototype.stopPropagation,Vn.prototype.get=Vn.prototype.get,Vn.prototype.getKeys=Vn.prototype.O,Vn.prototype.getProperties=Vn.prototype.N,Vn.prototype.set=Vn.prototype.set,Vn.prototype.setProperties=Vn.prototype.H,Vn.prototype.unset=Vn.prototype.P,Vn.prototype.changed=Vn.prototype.s,Vn.prototype.dispatchEvent=Vn.prototype.b,Vn.prototype.getRevision=Vn.prototype.L,Vn.prototype.on=Vn.prototype.J,Vn.prototype.once=Vn.prototype.once,Vn.prototype.un=Vn.prototype.K,Zn.prototype.getExtent=Zn.prototype.G,Zn.prototype.getMaxResolution=Zn.prototype.fc,Zn.prototype.getMinResolution=Zn.prototype.gc,Zn.prototype.getOpacity=Zn.prototype.hc,Zn.prototype.getVisible=Zn.prototype.Mb,Zn.prototype.getZIndex=Zn.prototype.Ba,Zn.prototype.setExtent=Zn.prototype.vc,Zn.prototype.setMaxResolution=Zn.prototype.Ac,Zn.prototype.setMinResolution=Zn.prototype.Bc,Zn.prototype.setOpacity=Zn.prototype.wc,Zn.prototype.setVisible=Zn.prototype.xc,Zn.prototype.setZIndex=Zn.prototype.Vb,Zn.prototype.get=Zn.prototype.get,Zn.prototype.getKeys=Zn.prototype.O,Zn.prototype.getProperties=Zn.prototype.N,Zn.prototype.set=Zn.prototype.set,Zn.prototype.setProperties=Zn.prototype.H,Zn.prototype.unset=Zn.prototype.P,Zn.prototype.changed=Zn.prototype.s,Zn.prototype.dispatchEvent=Zn.prototype.b,Zn.prototype.getRevision=Zn.prototype.L,Zn.prototype.on=Zn.prototype.J,Zn.prototype.once=Zn.prototype.once,Zn.prototype.un=Zn.prototype.K,zn.prototype.getExtent=zn.prototype.G,zn.prototype.getMaxResolution=zn.prototype.fc,zn.prototype.getMinResolution=zn.prototype.gc,zn.prototype.getOpacity=zn.prototype.hc,zn.prototype.getVisible=zn.prototype.Mb,zn.prototype.getZIndex=zn.prototype.Ba,zn.prototype.setExtent=zn.prototype.vc,zn.prototype.setMaxResolution=zn.prototype.Ac,zn.prototype.setMinResolution=zn.prototype.Bc,zn.prototype.setOpacity=zn.prototype.wc,zn.prototype.setVisible=zn.prototype.xc,zn.prototype.setZIndex=zn.prototype.Vb,zn.prototype.get=zn.prototype.get,zn.prototype.getKeys=zn.prototype.O,zn.prototype.getProperties=zn.prototype.N,zn.prototype.set=zn.prototype.set,zn.prototype.setProperties=zn.prototype.H,zn.prototype.unset=zn.prototype.P,zn.prototype.changed=zn.prototype.s,zn.prototype.dispatchEvent=zn.prototype.b,zn.prototype.getRevision=zn.prototype.L,zn.prototype.on=zn.prototype.J,zn.prototype.once=zn.prototype.once,zn.prototype.un=zn.prototype.K,vb.prototype.setMap=vb.prototype.setMap,vb.prototype.setSource=vb.prototype.Wc,vb.prototype.getExtent=vb.prototype.G,vb.prototype.getMaxResolution=vb.prototype.fc,vb.prototype.getMinResolution=vb.prototype.gc,vb.prototype.getOpacity=vb.prototype.hc,vb.prototype.getVisible=vb.prototype.Mb,vb.prototype.getZIndex=vb.prototype.Ba,vb.prototype.setExtent=vb.prototype.vc,vb.prototype.setMaxResolution=vb.prototype.Ac,vb.prototype.setMinResolution=vb.prototype.Bc,vb.prototype.setOpacity=vb.prototype.wc,vb.prototype.setVisible=vb.prototype.xc,vb.prototype.setZIndex=vb.prototype.Vb,vb.prototype.get=vb.prototype.get,vb.prototype.getKeys=vb.prototype.O,vb.prototype.getProperties=vb.prototype.N,vb.prototype.set=vb.prototype.set,vb.prototype.setProperties=vb.prototype.H,vb.prototype.unset=vb.prototype.P,vb.prototype.changed=vb.prototype.s,vb.prototype.dispatchEvent=vb.prototype.b,vb.prototype.getRevision=vb.prototype.L,vb.prototype.on=vb.prototype.J,vb.prototype.once=vb.prototype.once,vb.prototype.un=vb.prototype.K,Rm.prototype.getSource=Rm.prototype.ha,Rm.prototype.getStyle=Rm.prototype.D,Rm.prototype.getStyleFunction=Rm.prototype.C,Rm.prototype.setStyle=Rm.prototype.g,Rm.prototype.setMap=Rm.prototype.setMap,Rm.prototype.setSource=Rm.prototype.Wc,Rm.prototype.getExtent=Rm.prototype.G,Rm.prototype.getMaxResolution=Rm.prototype.fc,Rm.prototype.getMinResolution=Rm.prototype.gc,Rm.prototype.getOpacity=Rm.prototype.hc,Rm.prototype.getVisible=Rm.prototype.Mb,Rm.prototype.getZIndex=Rm.prototype.Ba,Rm.prototype.setExtent=Rm.prototype.vc,Rm.prototype.setMaxResolution=Rm.prototype.Ac,Rm.prototype.setMinResolution=Rm.prototype.Bc,Rm.prototype.setOpacity=Rm.prototype.wc,Rm.prototype.setVisible=Rm.prototype.xc,Rm.prototype.setZIndex=Rm.prototype.Vb,Rm.prototype.get=Rm.prototype.get,Rm.prototype.getKeys=Rm.prototype.O,Rm.prototype.getProperties=Rm.prototype.N,Rm.prototype.set=Rm.prototype.set,Rm.prototype.setProperties=Rm.prototype.H,Rm.prototype.unset=Rm.prototype.P,Rm.prototype.changed=Rm.prototype.s,Rm.prototype.dispatchEvent=Rm.prototype.b,Rm.prototype.getRevision=Rm.prototype.L,Rm.prototype.on=Rm.prototype.J,Rm.prototype.once=Rm.prototype.once,Rm.prototype.un=Rm.prototype.K,tw.prototype.setMap=tw.prototype.setMap,tw.prototype.setSource=tw.prototype.Wc,tw.prototype.getExtent=tw.prototype.G,tw.prototype.getMaxResolution=tw.prototype.fc,tw.prototype.getMinResolution=tw.prototype.gc,tw.prototype.getOpacity=tw.prototype.hc,tw.prototype.getVisible=tw.prototype.Mb,tw.prototype.getZIndex=tw.prototype.Ba,tw.prototype.setExtent=tw.prototype.vc,tw.prototype.setMaxResolution=tw.prototype.Ac,tw.prototype.setMinResolution=tw.prototype.Bc,tw.prototype.setOpacity=tw.prototype.wc,tw.prototype.setVisible=tw.prototype.xc,tw.prototype.setZIndex=tw.prototype.Vb,tw.prototype.get=tw.prototype.get,tw.prototype.getKeys=tw.prototype.O,tw.prototype.getProperties=tw.prototype.N,tw.prototype.set=tw.prototype.set,tw.prototype.setProperties=tw.prototype.H,tw.prototype.unset=tw.prototype.P,tw.prototype.changed=tw.prototype.s,tw.prototype.dispatchEvent=tw.prototype.b,tw.prototype.getRevision=tw.prototype.L,tw.prototype.on=tw.prototype.J,tw.prototype.once=tw.prototype.once,tw.prototype.un=tw.prototype.K,hw.prototype.setMap=hw.prototype.setMap,hw.prototype.setSource=hw.prototype.Wc,hw.prototype.getExtent=hw.prototype.G,hw.prototype.getMaxResolution=hw.prototype.fc,hw.prototype.getMinResolution=hw.prototype.gc,hw.prototype.getOpacity=hw.prototype.hc,hw.prototype.getVisible=hw.prototype.Mb,hw.prototype.getZIndex=hw.prototype.Ba,hw.prototype.setExtent=hw.prototype.vc,hw.prototype.setMaxResolution=hw.prototype.Ac,hw.prototype.setMinResolution=hw.prototype.Bc,hw.prototype.setOpacity=hw.prototype.wc,hw.prototype.setVisible=hw.prototype.xc,hw.prototype.setZIndex=hw.prototype.Vb,hw.prototype.get=hw.prototype.get,hw.prototype.getKeys=hw.prototype.O,hw.prototype.getProperties=hw.prototype.N,hw.prototype.set=hw.prototype.set,hw.prototype.setProperties=hw.prototype.H,hw.prototype.unset=hw.prototype.P,hw.prototype.changed=hw.prototype.s,hw.prototype.dispatchEvent=hw.prototype.b,hw.prototype.getRevision=hw.prototype.L,hw.prototype.on=hw.prototype.J,hw.prototype.once=hw.prototype.once,hw.prototype.un=hw.prototype.K,yw.prototype.getSource=yw.prototype.ha,yw.prototype.getStyle=yw.prototype.D,yw.prototype.getStyleFunction=yw.prototype.C,yw.prototype.setStyle=yw.prototype.g,yw.prototype.setMap=yw.prototype.setMap,yw.prototype.setSource=yw.prototype.Wc,yw.prototype.getExtent=yw.prototype.G,yw.prototype.getMaxResolution=yw.prototype.fc,yw.prototype.getMinResolution=yw.prototype.gc,yw.prototype.getOpacity=yw.prototype.hc,yw.prototype.getVisible=yw.prototype.Mb,yw.prototype.getZIndex=yw.prototype.Ba,yw.prototype.setExtent=yw.prototype.vc,yw.prototype.setMaxResolution=yw.prototype.Ac,yw.prototype.setMinResolution=yw.prototype.Bc,yw.prototype.setOpacity=yw.prototype.wc,yw.prototype.setVisible=yw.prototype.xc,yw.prototype.setZIndex=yw.prototype.Vb,yw.prototype.get=yw.prototype.get,yw.prototype.getKeys=yw.prototype.O,yw.prototype.getProperties=yw.prototype.N,yw.prototype.set=yw.prototype.set,yw.prototype.setProperties=yw.prototype.H,yw.prototype.unset=yw.prototype.P,yw.prototype.changed=yw.prototype.s,yw.prototype.dispatchEvent=yw.prototype.b,yw.prototype.getRevision=yw.prototype.L,yw.prototype.on=yw.prototype.J,yw.prototype.once=yw.prototype.once,yw.prototype.un=yw.prototype.K,Gr.prototype.get=Gr.prototype.get,Gr.prototype.getKeys=Gr.prototype.O,Gr.prototype.getProperties=Gr.prototype.N,Gr.prototype.set=Gr.prototype.set,Gr.prototype.setProperties=Gr.prototype.H,Gr.prototype.unset=Gr.prototype.P,Gr.prototype.changed=Gr.prototype.s,Gr.prototype.dispatchEvent=Gr.prototype.b,Gr.prototype.getRevision=Gr.prototype.L,Gr.prototype.on=Gr.prototype.J,Gr.prototype.once=Gr.prototype.once,Gr.prototype.un=Gr.prototype.K,Wr.prototype.getActive=Wr.prototype.c,Wr.prototype.getMap=Wr.prototype.f,Wr.prototype.setActive=Wr.prototype.Ha,Wr.prototype.get=Wr.prototype.get,Wr.prototype.getKeys=Wr.prototype.O,Wr.prototype.getProperties=Wr.prototype.N,Wr.prototype.set=Wr.prototype.set,Wr.prototype.setProperties=Wr.prototype.H,Wr.prototype.unset=Wr.prototype.P,Wr.prototype.changed=Wr.prototype.s,Wr.prototype.dispatchEvent=Wr.prototype.b,Wr.prototype.getRevision=Wr.prototype.L,Wr.prototype.on=Wr.prototype.J,Wr.prototype.once=Wr.prototype.once,Wr.prototype.un=Wr.prototype.K,gv.prototype.getActive=gv.prototype.c,gv.prototype.getMap=gv.prototype.f,gv.prototype.setActive=gv.prototype.Ha,gv.prototype.get=gv.prototype.get,gv.prototype.getKeys=gv.prototype.O,gv.prototype.getProperties=gv.prototype.N,gv.prototype.set=gv.prototype.set,gv.prototype.setProperties=gv.prototype.H,gv.prototype.unset=gv.prototype.P,gv.prototype.changed=gv.prototype.s,gv.prototype.dispatchEvent=gv.prototype.b,gv.prototype.getRevision=gv.prototype.L,gv.prototype.on=gv.prototype.J,gv.prototype.once=gv.prototype.once,gv.prototype.un=gv.prototype.K,xv.prototype.type=xv.prototype.type,xv.prototype.target=xv.prototype.target,xv.prototype.preventDefault=xv.prototype.preventDefault,xv.prototype.stopPropagation=xv.prototype.stopPropagation,tn.prototype.getActive=tn.prototype.c,tn.prototype.getMap=tn.prototype.f,tn.prototype.setActive=tn.prototype.Ha,tn.prototype.get=tn.prototype.get,tn.prototype.getKeys=tn.prototype.O,tn.prototype.getProperties=tn.prototype.N,tn.prototype.set=tn.prototype.set,tn.prototype.setProperties=tn.prototype.H,tn.prototype.unset=tn.prototype.P,tn.prototype.changed=tn.prototype.s,tn.prototype.dispatchEvent=tn.prototype.b,tn.prototype.getRevision=tn.prototype.L,tn.prototype.on=tn.prototype.J,tn.prototype.once=tn.prototype.once,tn.prototype.un=tn.prototype.K,gn.prototype.getActive=gn.prototype.c,gn.prototype.getMap=gn.prototype.f,gn.prototype.setActive=gn.prototype.Ha,gn.prototype.get=gn.prototype.get,gn.prototype.getKeys=gn.prototype.O,gn.prototype.getProperties=gn.prototype.N,gn.prototype.set=gn.prototype.set,gn.prototype.setProperties=gn.prototype.H,gn.prototype.unset=gn.prototype.P,gn.prototype.changed=gn.prototype.s,gn.prototype.dispatchEvent=gn.prototype.b,gn.prototype.getRevision=gn.prototype.L,gn.prototype.on=gn.prototype.J,gn.prototype.once=gn.prototype.once,gn.prototype.un=gn.prototype.K,Mn.prototype.type=Mn.prototype.type,Mn.prototype.target=Mn.prototype.target,Mn.prototype.preventDefault=Mn.prototype.preventDefault,Mn.prototype.stopPropagation=Mn.prototype.stopPropagation,rn.prototype.getActive=rn.prototype.c,rn.prototype.getMap=rn.prototype.f,rn.prototype.setActive=rn.prototype.Ha,rn.prototype.get=rn.prototype.get,rn.prototype.getKeys=rn.prototype.O,rn.prototype.getProperties=rn.prototype.N,rn.prototype.set=rn.prototype.set,rn.prototype.setProperties=rn.prototype.H,rn.prototype.unset=rn.prototype.P,rn.prototype.changed=rn.prototype.s,rn.prototype.dispatchEvent=rn.prototype.b,rn.prototype.getRevision=rn.prototype.L,rn.prototype.on=rn.prototype.J,rn.prototype.once=rn.prototype.once,rn.prototype.un=rn.prototype.K,an.prototype.getActive=an.prototype.c,an.prototype.getMap=an.prototype.f,an.prototype.setActive=an.prototype.Ha,an.prototype.get=an.prototype.get,an.prototype.getKeys=an.prototype.O,an.prototype.getProperties=an.prototype.N,an.prototype.set=an.prototype.set,an.prototype.setProperties=an.prototype.H,an.prototype.unset=an.prototype.P,an.prototype.changed=an.prototype.s,an.prototype.dispatchEvent=an.prototype.b,an.prototype.getRevision=an.prototype.L,an.prototype.on=an.prototype.J,an.prototype.once=an.prototype.once,an.prototype.un=an.prototype.K,Sv.prototype.getActive=Sv.prototype.c,Sv.prototype.getMap=Sv.prototype.f,Sv.prototype.setActive=Sv.prototype.Ha,Sv.prototype.get=Sv.prototype.get,Sv.prototype.getKeys=Sv.prototype.O,Sv.prototype.getProperties=Sv.prototype.N,Sv.prototype.set=Sv.prototype.set,Sv.prototype.setProperties=Sv.prototype.H,Sv.prototype.unset=Sv.prototype.P,Sv.prototype.changed=Sv.prototype.s,Sv.prototype.dispatchEvent=Sv.prototype.b,Sv.prototype.getRevision=Sv.prototype.L,Sv.prototype.on=Sv.prototype.J,Sv.prototype.once=Sv.prototype.once,Sv.prototype.un=Sv.prototype.K,Pn.prototype.getGeometry=Pn.prototype.V,Pn.prototype.getActive=Pn.prototype.c,Pn.prototype.getMap=Pn.prototype.f,Pn.prototype.setActive=Pn.prototype.Ha,Pn.prototype.get=Pn.prototype.get,Pn.prototype.getKeys=Pn.prototype.O,Pn.prototype.getProperties=Pn.prototype.N,Pn.prototype.set=Pn.prototype.set,Pn.prototype.setProperties=Pn.prototype.H,Pn.prototype.unset=Pn.prototype.P,Pn.prototype.changed=Pn.prototype.s,Pn.prototype.dispatchEvent=Pn.prototype.b,Pn.prototype.getRevision=Pn.prototype.L,Pn.prototype.on=Pn.prototype.J,Pn.prototype.once=Pn.prototype.once,Pn.prototype.un=Pn.prototype.K,Cb.prototype.getActive=Cb.prototype.c,Cb.prototype.getMap=Cb.prototype.f,Cb.prototype.setActive=Cb.prototype.Ha,Cb.prototype.get=Cb.prototype.get,Cb.prototype.getKeys=Cb.prototype.O,Cb.prototype.getProperties=Cb.prototype.N,Cb.prototype.set=Cb.prototype.set,Cb.prototype.setProperties=Cb.prototype.H,Cb.prototype.unset=Cb.prototype.P,Cb.prototype.changed=Cb.prototype.s,Cb.prototype.dispatchEvent=Cb.prototype.b,Cb.prototype.getRevision=Cb.prototype.L,Cb.prototype.on=Cb.prototype.J,Cb.prototype.once=Cb.prototype.once,Cb.prototype.un=Cb.prototype.K,Wb.prototype.type=Wb.prototype.type,Wb.prototype.target=Wb.prototype.target,Wb.prototype.preventDefault=Wb.prototype.preventDefault,Wb.prototype.stopPropagation=Wb.prototype.stopPropagation,Zb.prototype.getActive=Zb.prototype.c,Zb.prototype.getMap=Zb.prototype.f,Zb.prototype.setActive=Zb.prototype.Ha,Zb.prototype.get=Zb.prototype.get,Zb.prototype.getKeys=Zb.prototype.O,Zb.prototype.getProperties=Zb.prototype.N,Zb.prototype.set=Zb.prototype.set,Zb.prototype.setProperties=Zb.prototype.H,Zb.prototype.unset=Zb.prototype.P,Zb.prototype.changed=Zb.prototype.s,Zb.prototype.dispatchEvent=Zb.prototype.b,Zb.prototype.getRevision=Zb.prototype.L,Zb.prototype.on=Zb.prototype.J,Zb.prototype.once=Zb.prototype.once,Zb.prototype.un=Zb.prototype.K,Qb.prototype.type=Qb.prototype.type,Qb.prototype.target=Qb.prototype.target,Qb.prototype.preventDefault=Qb.prototype.preventDefault,Qb.prototype.stopPropagation=Qb.prototype.stopPropagation,An.prototype.getActive=An.prototype.c,An.prototype.getMap=An.prototype.f,An.prototype.setActive=An.prototype.Ha,An.prototype.get=An.prototype.get,An.prototype.getKeys=An.prototype.O,An.prototype.getProperties=An.prototype.N,An.prototype.set=An.prototype.set,An.prototype.setProperties=An.prototype.H,An.prototype.unset=An.prototype.P,An.prototype.changed=An.prototype.s,An.prototype.dispatchEvent=An.prototype.b,An.prototype.getRevision=An.prototype.L,An.prototype.on=An.prototype.J,An.prototype.once=An.prototype.once,An.prototype.un=An.prototype.K,Tn.prototype.getActive=Tn.prototype.c,Tn.prototype.getMap=Tn.prototype.f,Tn.prototype.setActive=Tn.prototype.Ha,Tn.prototype.get=Tn.prototype.get,Tn.prototype.getKeys=Tn.prototype.O,Tn.prototype.getProperties=Tn.prototype.N,Tn.prototype.set=Tn.prototype.set,Tn.prototype.setProperties=Tn.prototype.H,Tn.prototype.unset=Tn.prototype.P,Tn.prototype.changed=Tn.prototype.s,Tn.prototype.dispatchEvent=Tn.prototype.b,Tn.prototype.getRevision=Tn.prototype.L,Tn.prototype.on=Tn.prototype.J,Tn.prototype.once=Tn.prototype.once,Tn.prototype.un=Tn.prototype.K,em.prototype.getActive=em.prototype.c,em.prototype.getMap=em.prototype.f,em.prototype.setActive=em.prototype.Ha,em.prototype.get=em.prototype.get,em.prototype.getKeys=em.prototype.O,em.prototype.getProperties=em.prototype.N,em.prototype.set=em.prototype.set,em.prototype.setProperties=em.prototype.H,em.prototype.unset=em.prototype.P,em.prototype.changed=em.prototype.s,em.prototype.dispatchEvent=em.prototype.b,em.prototype.getRevision=em.prototype.L,em.prototype.on=em.prototype.J,em.prototype.once=em.prototype.once,em.prototype.un=em.prototype.K,fm.prototype.type=fm.prototype.type,fm.prototype.target=fm.prototype.target,fm.prototype.preventDefault=fm.prototype.preventDefault,fm.prototype.stopPropagation=fm.prototype.stopPropagation,Cn.prototype.getActive=Cn.prototype.c,Cn.prototype.getMap=Cn.prototype.f,Cn.prototype.setActive=Cn.prototype.Ha,Cn.prototype.get=Cn.prototype.get,Cn.prototype.getKeys=Cn.prototype.O,Cn.prototype.getProperties=Cn.prototype.N,Cn.prototype.set=Cn.prototype.set,Cn.prototype.setProperties=Cn.prototype.H,Cn.prototype.unset=Cn.prototype.P,Cn.prototype.changed=Cn.prototype.s,Cn.prototype.dispatchEvent=Cn.prototype.b,Cn.prototype.getRevision=Cn.prototype.L,Cn.prototype.on=Cn.prototype.J,Cn.prototype.once=Cn.prototype.once,Cn.prototype.un=Cn.prototype.K,Nn.prototype.getActive=Nn.prototype.c,Nn.prototype.getMap=Nn.prototype.f,Nn.prototype.setActive=Nn.prototype.Ha,Nn.prototype.get=Nn.prototype.get,Nn.prototype.getKeys=Nn.prototype.O,Nn.prototype.getProperties=Nn.prototype.N,Nn.prototype.set=Nn.prototype.set,Nn.prototype.setProperties=Nn.prototype.H,Nn.prototype.unset=Nn.prototype.P,Nn.prototype.changed=Nn.prototype.s,Nn.prototype.dispatchEvent=Nn.prototype.b,Nn.prototype.getRevision=Nn.prototype.L,Nn.prototype.on=Nn.prototype.J,Nn.prototype.once=Nn.prototype.once,Nn.prototype.un=Nn.prototype.K,On.prototype.getActive=On.prototype.c,On.prototype.getMap=On.prototype.f,On.prototype.setActive=On.prototype.Ha,On.prototype.get=On.prototype.get,On.prototype.getKeys=On.prototype.O,On.prototype.getProperties=On.prototype.N,On.prototype.set=On.prototype.set,On.prototype.setProperties=On.prototype.H,On.prototype.unset=On.prototype.P,On.prototype.changed=On.prototype.s,On.prototype.dispatchEvent=On.prototype.b,On.prototype.getRevision=On.prototype.L,On.prototype.on=On.prototype.J,On.prototype.once=On.prototype.once,On.prototype.un=On.prototype.K,gm.prototype.getActive=gm.prototype.c,gm.prototype.getMap=gm.prototype.f,gm.prototype.setActive=gm.prototype.Ha,gm.prototype.get=gm.prototype.get,gm.prototype.getKeys=gm.prototype.O,gm.prototype.getProperties=gm.prototype.N,gm.prototype.set=gm.prototype.set,gm.prototype.setProperties=gm.prototype.H,gm.prototype.unset=gm.prototype.P,gm.prototype.changed=gm.prototype.s,gm.prototype.dispatchEvent=gm.prototype.b,gm.prototype.getRevision=gm.prototype.L,gm.prototype.on=gm.prototype.J,gm.prototype.once=gm.prototype.once,gm.prototype.un=gm.prototype.K,vm.prototype.type=vm.prototype.type,vm.prototype.target=vm.prototype.target,vm.prototype.preventDefault=vm.prototype.preventDefault,vm.prototype.stopPropagation=vm.prototype.stopPropagation,mm.prototype.getActive=mm.prototype.c,mm.prototype.getMap=mm.prototype.f,mm.prototype.setActive=mm.prototype.Ha,mm.prototype.get=mm.prototype.get,mm.prototype.getKeys=mm.prototype.O,mm.prototype.getProperties=mm.prototype.N,mm.prototype.set=mm.prototype.set,mm.prototype.setProperties=mm.prototype.H,mm.prototype.unset=mm.prototype.P,mm.prototype.changed=mm.prototype.s,mm.prototype.dispatchEvent=mm.prototype.b,mm.prototype.getRevision=mm.prototype.L,mm.prototype.on=mm.prototype.J,mm.prototype.once=mm.prototype.once,mm.prototype.un=mm.prototype.K,Mm.prototype.getActive=Mm.prototype.c,Mm.prototype.getMap=Mm.prototype.f,Mm.prototype.setActive=Mm.prototype.Ha,Mm.prototype.get=Mm.prototype.get,Mm.prototype.getKeys=Mm.prototype.O,Mm.prototype.getProperties=Mm.prototype.N,Mm.prototype.set=Mm.prototype.set,Mm.prototype.setProperties=Mm.prototype.H,Mm.prototype.unset=Mm.prototype.P,Mm.prototype.changed=Mm.prototype.s,Mm.prototype.dispatchEvent=Mm.prototype.b,Mm.prototype.getRevision=Mm.prototype.L,Mm.prototype.on=Mm.prototype.J,Mm.prototype.once=Mm.prototype.once,Mm.prototype.un=Mm.prototype.K,Lm.prototype.type=Lm.prototype.type,Lm.prototype.target=Lm.prototype.target,Lm.prototype.preventDefault=Lm.prototype.preventDefault,Lm.prototype.stopPropagation=Lm.prototype.stopPropagation,Xi.prototype.get=Xi.prototype.get,Xi.prototype.getKeys=Xi.prototype.O,Xi.prototype.getProperties=Xi.prototype.N,Xi.prototype.set=Xi.prototype.set,Xi.prototype.setProperties=Xi.prototype.H,Xi.prototype.unset=Xi.prototype.P,Xi.prototype.changed=Xi.prototype.s,Xi.prototype.dispatchEvent=Xi.prototype.b,Xi.prototype.getRevision=Xi.prototype.L,Xi.prototype.on=Xi.prototype.J,Xi.prototype.once=Xi.prototype.once,Xi.prototype.un=Xi.prototype.K,Zi.prototype.getClosestPoint=Zi.prototype.Ab,Zi.prototype.intersectsCoordinate=Zi.prototype.sb,Zi.prototype.getExtent=Zi.prototype.G,Zi.prototype.rotate=Zi.prototype.rotate,Zi.prototype.scale=Zi.prototype.scale,Zi.prototype.simplify=Zi.prototype.Rb,Zi.prototype.transform=Zi.prototype.tb,Zi.prototype.get=Zi.prototype.get,Zi.prototype.getKeys=Zi.prototype.O,Zi.prototype.getProperties=Zi.prototype.N,Zi.prototype.set=Zi.prototype.set,Zi.prototype.setProperties=Zi.prototype.H,Zi.prototype.unset=Zi.prototype.P,Zi.prototype.changed=Zi.prototype.s,Zi.prototype.dispatchEvent=Zi.prototype.b,Zi.prototype.getRevision=Zi.prototype.L,Zi.prototype.on=Zi.prototype.J,Zi.prototype.once=Zi.prototype.once,Zi.prototype.un=Zi.prototype.K,$d.prototype.getFirstCoordinate=$d.prototype.ac,$d.prototype.getLastCoordinate=$d.prototype.bc,$d.prototype.getLayout=$d.prototype.cc,$d.prototype.rotate=$d.prototype.rotate,$d.prototype.scale=$d.prototype.scale,$d.prototype.getClosestPoint=$d.prototype.Ab,$d.prototype.intersectsCoordinate=$d.prototype.sb,$d.prototype.getExtent=$d.prototype.G,$d.prototype.simplify=$d.prototype.Rb,$d.prototype.get=$d.prototype.get,$d.prototype.getKeys=$d.prototype.O,$d.prototype.getProperties=$d.prototype.N,$d.prototype.set=$d.prototype.set,$d.prototype.setProperties=$d.prototype.H,$d.prototype.unset=$d.prototype.P,$d.prototype.changed=$d.prototype.s,$d.prototype.dispatchEvent=$d.prototype.b,$d.prototype.getRevision=$d.prototype.L,$d.prototype.on=$d.prototype.J,$d.prototype.once=$d.prototype.once,$d.prototype.un=$d.prototype.K,Ql.prototype.getClosestPoint=Ql.prototype.Ab,Ql.prototype.intersectsCoordinate=Ql.prototype.sb,Ql.prototype.getExtent=Ql.prototype.G,Ql.prototype.rotate=Ql.prototype.rotate,Ql.prototype.scale=Ql.prototype.scale,Ql.prototype.simplify=Ql.prototype.Rb,Ql.prototype.transform=Ql.prototype.tb,Ql.prototype.get=Ql.prototype.get,Ql.prototype.getKeys=Ql.prototype.O,Ql.prototype.getProperties=Ql.prototype.N,Ql.prototype.set=Ql.prototype.set,Ql.prototype.setProperties=Ql.prototype.H,Ql.prototype.unset=Ql.prototype.P,Ql.prototype.changed=Ql.prototype.s,Ql.prototype.dispatchEvent=Ql.prototype.b,Ql.prototype.getRevision=Ql.prototype.L,Ql.prototype.on=Ql.prototype.J,Ql.prototype.once=Ql.prototype.once,Ql.prototype.un=Ql.prototype.K,ar.prototype.getFirstCoordinate=ar.prototype.ac,ar.prototype.getLastCoordinate=ar.prototype.bc,ar.prototype.getLayout=ar.prototype.cc,ar.prototype.rotate=ar.prototype.rotate,ar.prototype.scale=ar.prototype.scale,ar.prototype.getClosestPoint=ar.prototype.Ab,ar.prototype.intersectsCoordinate=ar.prototype.sb,ar.prototype.getExtent=ar.prototype.G,ar.prototype.simplify=ar.prototype.Rb,ar.prototype.transform=ar.prototype.tb,ar.prototype.get=ar.prototype.get,ar.prototype.getKeys=ar.prototype.O,ar.prototype.getProperties=ar.prototype.N,ar.prototype.set=ar.prototype.set,ar.prototype.setProperties=ar.prototype.H,ar.prototype.unset=ar.prototype.P,ar.prototype.changed=ar.prototype.s,ar.prototype.dispatchEvent=ar.prototype.b,ar.prototype.getRevision=ar.prototype.L,ar.prototype.on=ar.prototype.J,ar.prototype.once=ar.prototype.once,ar.prototype.un=ar.prototype.K,cl.prototype.getFirstCoordinate=cl.prototype.ac,cl.prototype.getLastCoordinate=cl.prototype.bc,cl.prototype.getLayout=cl.prototype.cc,cl.prototype.rotate=cl.prototype.rotate,cl.prototype.scale=cl.prototype.scale,cl.prototype.getClosestPoint=cl.prototype.Ab,cl.prototype.intersectsCoordinate=cl.prototype.sb,cl.prototype.getExtent=cl.prototype.G,cl.prototype.simplify=cl.prototype.Rb,cl.prototype.transform=cl.prototype.tb,cl.prototype.get=cl.prototype.get,cl.prototype.getKeys=cl.prototype.O,cl.prototype.getProperties=cl.prototype.N,cl.prototype.set=cl.prototype.set,cl.prototype.setProperties=cl.prototype.H,cl.prototype.unset=cl.prototype.P,cl.prototype.changed=cl.prototype.s,cl.prototype.dispatchEvent=cl.prototype.b,cl.prototype.getRevision=cl.prototype.L,cl.prototype.on=cl.prototype.J,cl.prototype.once=cl.prototype.once,cl.prototype.un=cl.prototype.K,fl.prototype.getFirstCoordinate=fl.prototype.ac,fl.prototype.getLastCoordinate=fl.prototype.bc,fl.prototype.getLayout=fl.prototype.cc,fl.prototype.rotate=fl.prototype.rotate,fl.prototype.scale=fl.prototype.scale,fl.prototype.getClosestPoint=fl.prototype.Ab,fl.prototype.intersectsCoordinate=fl.prototype.sb,fl.prototype.getExtent=fl.prototype.G,fl.prototype.simplify=fl.prototype.Rb,fl.prototype.transform=fl.prototype.tb,fl.prototype.get=fl.prototype.get,fl.prototype.getKeys=fl.prototype.O,fl.prototype.getProperties=fl.prototype.N,fl.prototype.set=fl.prototype.set,fl.prototype.setProperties=fl.prototype.H,fl.prototype.unset=fl.prototype.P,fl.prototype.changed=fl.prototype.s,fl.prototype.dispatchEvent=fl.prototype.b,fl.prototype.getRevision=fl.prototype.L,fl.prototype.on=fl.prototype.J,fl.prototype.once=fl.prototype.once,fl.prototype.un=fl.prototype.K,vl.prototype.getFirstCoordinate=vl.prototype.ac,vl.prototype.getLastCoordinate=vl.prototype.bc,vl.prototype.getLayout=vl.prototype.cc,vl.prototype.rotate=vl.prototype.rotate,vl.prototype.scale=vl.prototype.scale,vl.prototype.getClosestPoint=vl.prototype.Ab,vl.prototype.intersectsCoordinate=vl.prototype.sb,vl.prototype.getExtent=vl.prototype.G,vl.prototype.simplify=vl.prototype.Rb,vl.prototype.transform=vl.prototype.tb,vl.prototype.get=vl.prototype.get,vl.prototype.getKeys=vl.prototype.O,vl.prototype.getProperties=vl.prototype.N,vl.prototype.set=vl.prototype.set,vl.prototype.setProperties=vl.prototype.H,vl.prototype.unset=vl.prototype.P,vl.prototype.changed=vl.prototype.s,vl.prototype.dispatchEvent=vl.prototype.b,vl.prototype.getRevision=vl.prototype.L,vl.prototype.on=vl.prototype.J,vl.prototype.once=vl.prototype.once,vl.prototype.un=vl.prototype.K,bl.prototype.getFirstCoordinate=bl.prototype.ac,bl.prototype.getLastCoordinate=bl.prototype.bc,bl.prototype.getLayout=bl.prototype.cc,bl.prototype.rotate=bl.prototype.rotate,bl.prototype.scale=bl.prototype.scale,bl.prototype.getClosestPoint=bl.prototype.Ab,bl.prototype.intersectsCoordinate=bl.prototype.sb,bl.prototype.getExtent=bl.prototype.G,bl.prototype.simplify=bl.prototype.Rb,bl.prototype.transform=bl.prototype.tb,bl.prototype.get=bl.prototype.get,bl.prototype.getKeys=bl.prototype.O,bl.prototype.getProperties=bl.prototype.N,bl.prototype.set=bl.prototype.set,bl.prototype.setProperties=bl.prototype.H,bl.prototype.unset=bl.prototype.P,bl.prototype.changed=bl.prototype.s,bl.prototype.dispatchEvent=bl.prototype.b,bl.prototype.getRevision=bl.prototype.L,bl.prototype.on=bl.prototype.J,bl.prototype.once=bl.prototype.once,bl.prototype.un=bl.prototype.K,lr.prototype.getFirstCoordinate=lr.prototype.ac,lr.prototype.getLastCoordinate=lr.prototype.bc,lr.prototype.getLayout=lr.prototype.cc,lr.prototype.rotate=lr.prototype.rotate,lr.prototype.scale=lr.prototype.scale,lr.prototype.getClosestPoint=lr.prototype.Ab,lr.prototype.intersectsCoordinate=lr.prototype.sb,lr.prototype.getExtent=lr.prototype.G,lr.prototype.simplify=lr.prototype.Rb,lr.prototype.transform=lr.prototype.tb,lr.prototype.get=lr.prototype.get,lr.prototype.getKeys=lr.prototype.O,lr.prototype.getProperties=lr.prototype.N,lr.prototype.set=lr.prototype.set,lr.prototype.setProperties=lr.prototype.H,lr.prototype.unset=lr.prototype.P,lr.prototype.changed=lr.prototype.s,lr.prototype.dispatchEvent=lr.prototype.b,lr.prototype.getRevision=lr.prototype.L,lr.prototype.on=lr.prototype.J,lr.prototype.once=lr.prototype.once,lr.prototype.un=lr.prototype.K,Sr.prototype.getFirstCoordinate=Sr.prototype.ac,Sr.prototype.getLastCoordinate=Sr.prototype.bc,Sr.prototype.getLayout=Sr.prototype.cc,Sr.prototype.rotate=Sr.prototype.rotate,Sr.prototype.scale=Sr.prototype.scale,Sr.prototype.getClosestPoint=Sr.prototype.Ab,Sr.prototype.intersectsCoordinate=Sr.prototype.sb,Sr.prototype.getExtent=Sr.prototype.G,Sr.prototype.simplify=Sr.prototype.Rb,Sr.prototype.transform=Sr.prototype.tb,Sr.prototype.get=Sr.prototype.get,Sr.prototype.getKeys=Sr.prototype.O,Sr.prototype.getProperties=Sr.prototype.N,Sr.prototype.set=Sr.prototype.set,Sr.prototype.setProperties=Sr.prototype.H,Sr.prototype.unset=Sr.prototype.P,Sr.prototype.changed=Sr.prototype.s,Sr.prototype.dispatchEvent=Sr.prototype.b,Sr.prototype.getRevision=Sr.prototype.L,Sr.prototype.on=Sr.prototype.J,Sr.prototype.once=Sr.prototype.once,Sr.prototype.un=Sr.prototype.K,Au.prototype.readFeatures=Au.prototype.Oa,Fu.prototype.readFeatures=Fu.prototype.Oa,Au.prototype.readFeatures=Au.prototype.Oa,Qe.prototype.get=Qe.prototype.get,Qe.prototype.getKeys=Qe.prototype.O,Qe.prototype.getProperties=Qe.prototype.N,Qe.prototype.set=Qe.prototype.set,Qe.prototype.setProperties=Qe.prototype.H,Qe.prototype.unset=Qe.prototype.P,Qe.prototype.changed=Qe.prototype.s,Qe.prototype.dispatchEvent=Qe.prototype.b,Qe.prototype.getRevision=Qe.prototype.L,Qe.prototype.on=Qe.prototype.J,Qe.prototype.once=Qe.prototype.once,Qe.prototype.un=Qe.prototype.K,to.prototype.getMap=to.prototype.g,to.prototype.setMap=to.prototype.setMap,to.prototype.setTarget=to.prototype.f,to.prototype.get=to.prototype.get,to.prototype.getKeys=to.prototype.O,to.prototype.getProperties=to.prototype.N,to.prototype.set=to.prototype.set,to.prototype.setProperties=to.prototype.H,to.prototype.unset=to.prototype.P,to.prototype.changed=to.prototype.s,to.prototype.dispatchEvent=to.prototype.b,to.prototype.getRevision=to.prototype.L,to.prototype.on=to.prototype.J,to.prototype.once=to.prototype.once,to.prototype.un=to.prototype.K,uo.prototype.getMap=uo.prototype.g,uo.prototype.setMap=uo.prototype.setMap,uo.prototype.setTarget=uo.prototype.f,uo.prototype.get=uo.prototype.get,uo.prototype.getKeys=uo.prototype.O,uo.prototype.getProperties=uo.prototype.N,uo.prototype.set=uo.prototype.set,uo.prototype.setProperties=uo.prototype.H,uo.prototype.unset=uo.prototype.P,uo.prototype.changed=uo.prototype.s,uo.prototype.dispatchEvent=uo.prototype.b,uo.prototype.getRevision=uo.prototype.L,uo.prototype.on=uo.prototype.J,uo.prototype.once=uo.prototype.once,uo.prototype.un=uo.prototype.K,bo.prototype.getMap=bo.prototype.g,bo.prototype.setMap=bo.prototype.setMap,bo.prototype.setTarget=bo.prototype.f,bo.prototype.get=bo.prototype.get,bo.prototype.getKeys=bo.prototype.O,bo.prototype.getProperties=bo.prototype.N,bo.prototype.set=bo.prototype.set,bo.prototype.setProperties=bo.prototype.H,bo.prototype.unset=bo.prototype.P,bo.prototype.changed=bo.prototype.s,bo.prototype.dispatchEvent=bo.prototype.b,bo.prototype.getRevision=bo.prototype.L,bo.prototype.on=bo.prototype.J,bo.prototype.once=bo.prototype.once,bo.prototype.un=bo.prototype.K,eh.prototype.getMap=eh.prototype.g,eh.prototype.setMap=eh.prototype.setMap,eh.prototype.setTarget=eh.prototype.f,eh.prototype.get=eh.prototype.get,eh.prototype.getKeys=eh.prototype.O,eh.prototype.getProperties=eh.prototype.N,eh.prototype.set=eh.prototype.set,eh.prototype.setProperties=eh.prototype.H,eh.prototype.unset=eh.prototype.P,eh.prototype.changed=eh.prototype.s,eh.prototype.dispatchEvent=eh.prototype.b,eh.prototype.getRevision=eh.prototype.L,eh.prototype.on=eh.prototype.J,eh.prototype.once=eh.prototype.once,eh.prototype.un=eh.prototype.K,so.prototype.getMap=so.prototype.g,so.prototype.setMap=so.prototype.setMap,so.prototype.setTarget=so.prototype.f,so.prototype.get=so.prototype.get,so.prototype.getKeys=so.prototype.O,so.prototype.getProperties=so.prototype.N,so.prototype.set=so.prototype.set,so.prototype.setProperties=so.prototype.H,so.prototype.unset=so.prototype.P,so.prototype.changed=so.prototype.s,so.prototype.dispatchEvent=so.prototype.b,so.prototype.getRevision=so.prototype.L,so.prototype.on=so.prototype.J,so.prototype.once=so.prototype.once,so.prototype.un=so.prototype.K,ph.prototype.getMap=ph.prototype.g,ph.prototype.setMap=ph.prototype.setMap,ph.prototype.setTarget=ph.prototype.f,ph.prototype.get=ph.prototype.get,ph.prototype.getKeys=ph.prototype.O,ph.prototype.getProperties=ph.prototype.N,ph.prototype.set=ph.prototype.set,ph.prototype.setProperties=ph.prototype.H,ph.prototype.unset=ph.prototype.P,ph.prototype.changed=ph.prototype.s,ph.prototype.dispatchEvent=ph.prototype.b,ph.prototype.getRevision=ph.prototype.L,ph.prototype.on=ph.prototype.J,ph.prototype.once=ph.prototype.once,ph.prototype.un=ph.prototype.K,ho.prototype.getMap=ho.prototype.g,ho.prototype.setMap=ho.prototype.setMap,ho.prototype.setTarget=ho.prototype.f,ho.prototype.get=ho.prototype.get,ho.prototype.getKeys=ho.prototype.O,ho.prototype.getProperties=ho.prototype.N,ho.prototype.set=ho.prototype.set,ho.prototype.setProperties=ho.prototype.H,ho.prototype.unset=ho.prototype.P,ho.prototype.changed=ho.prototype.s,ho.prototype.dispatchEvent=ho.prototype.b,ho.prototype.getRevision=ho.prototype.L,ho.prototype.on=ho.prototype.J,ho.prototype.once=ho.prototype.once,ho.prototype.un=ho.prototype.K,uh.prototype.getMap=uh.prototype.g,uh.prototype.setMap=uh.prototype.setMap,uh.prototype.setTarget=uh.prototype.f,uh.prototype.get=uh.prototype.get,uh.prototype.getKeys=uh.prototype.O,uh.prototype.getProperties=uh.prototype.N,uh.prototype.set=uh.prototype.set,uh.prototype.setProperties=uh.prototype.H,uh.prototype.unset=uh.prototype.P,uh.prototype.changed=uh.prototype.s,uh.prototype.dispatchEvent=uh.prototype.b,uh.prototype.getRevision=uh.prototype.L,uh.prototype.on=uh.prototype.J,uh.prototype.once=uh.prototype.once,uh.prototype.un=uh.prototype.K,dh.prototype.getMap=dh.prototype.g,dh.prototype.setMap=dh.prototype.setMap,dh.prototype.setTarget=dh.prototype.f,dh.prototype.get=dh.prototype.get,dh.prototype.getKeys=dh.prototype.O,dh.prototype.getProperties=dh.prototype.N,dh.prototype.set=dh.prototype.set,dh.prototype.setProperties=dh.prototype.H,dh.prototype.unset=dh.prototype.P,dh.prototype.changed=dh.prototype.s,dh.prototype.dispatchEvent=dh.prototype.b,dh.prototype.getRevision=dh.prototype.L,dh.prototype.on=dh.prototype.J,dh.prototype.once=dh.prototype.once,dh.prototype.un=dh.prototype.K,r.ol})
\ No newline at end of file
public/scripts/ol3-contextmenu-min.js new
+1
@@ -0,0 +1 @@
1 +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.ContextMenu=e()}(this,function(){"use strict";function e(t){return this.Base=t,this.map=void 0,this.viewport=void 0,this.coordinateClicked=void 0,this.pixelClicked=void 0,this.lineHeight=0,this.items={},this.opened=!1,this.submenu={left:t.options.width-15+"px",lastLeft:""},this.eventHandler=this.handleEvent.bind(this),this}var t="ol-ctx-menu",i="beforeopen",n="open",s="close",o="contextmenu",c={container:t+"-container",separator:t+"-separator",submenu:t+"-submenu",hidden:t+"-hidden",icon:t+"-icon",zoomIn:t+"-zoom-in",zoomOut:t+"-zoom-out",OL_unselectable:"ol-unselectable"},a={width:150,scrollAt:4,eventType:o,defaultItems:!0},r=[{text:"Zoom In",classname:[c.zoomIn,c.icon].join(" "),callback:function(t,e){var n=e.getView();n.animate({zoom:+n.getZoom()+1,duration:700,center:t.coordinate})}},{text:"Zoom Out",classname:[c.zoomOut,c.icon].join(" "),callback:function(t,e){var n=e.getView();n.animate({zoom:n.getZoom()-1,duration:700,center:t.coordinate})}}],h={isNumeric:function(t){return/^\d+$/.test(t)},classRegex:function(t){return new RegExp("(^|\\s+) "+t+" (\\s+|$)")},addClass:function(t,e,n){var i=this;if(Array.isArray(t))t.forEach(function(t){i.addClass(t,e)});else for(var s=Array.isArray(e)?e:e.split(/\s+/),o=s.length;o--;)i.hasClass(t,s[o])||i._addClass(t,s[o],n)},_addClass:function(t,e,n){var i=this;t.classList?t.classList.add(e):t.className=(t.className+" "+e).trim(),n&&this.isNumeric(n)&&window.setTimeout(function(){i._removeClass(t,e)},n)},removeClass:function(t,e,n){var i=this;if(Array.isArray(t))t.forEach(function(t){i.removeClass(t,e,n)});else for(var s=Array.isArray(e)?e:e.split(/\s+/),o=s.length;o--;)i.hasClass(t,s[o])&&i._removeClass(t,s[o],n)},_removeClass:function(t,e,n){var i=this;t.classList?t.classList.remove(e):t.className=t.className.replace(this.classRegex(e)," ").trim(),n&&this.isNumeric(n)&&window.setTimeout(function(){i._addClass(t,e)},n)},hasClass:function(t,e){return t.classList?t.classList.contains(e):this.classRegex(e).test(t.className)},toggleClass:function(t,e){var n=this;return Array.isArray(t)?void t.forEach(function(t){n.toggleClass(t,e)}):void(t.classList?t.classList.toggle(e):this.hasClass(t,e)?this._removeClass(t,e):this._addClass(t,e))},$:function(t){return t="#"===t[0]?t.substr(1,t.length):t,document.getElementById(t)},isElement:function(t){return"HTMLElement"in window?!!t&&t instanceof HTMLElement:!!t&&"object"==typeof t&&1===t.nodeType&&!!t.nodeName},find:function(t,e,n){void 0===e&&(e=window.document);var i=Array.prototype.slice,s=[];if(/^(#?[\w-]+|\.[\w-.]+)$/.test(t))switch(t[0]){case"#":s=[this.$(t.substr(1))];break;case".":s=i.call(e.getElementsByClassName(t.substr(1).replace(/\./g," ")));break;default:s=i.call(e.getElementsByTagName(t))}else s=i.call(e.querySelectorAll(t));return n?s:s[0]},offset:function(t){var e=t.getBoundingClientRect(),n=document.documentElement;return{left:e.left+window.pageXOffset-n.clientLeft,top:e.top+window.pageYOffset-n.clientTop,width:t.offsetWidth,height:t.offsetHeight}},getViewportSize:function(){return{w:window.innerWidth||document.documentElement.clientWidth,h:window.innerHeight||document.documentElement.clientHeight}},getAllChildren:function(t,e){return[].slice.call(t.getElementsByTagName(e))},isEmpty:function(t){return!t||0===t.length},emptyArray:function(t){for(;t.length;)t.pop()},removeAllChildren:function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},mergeOptions:function(t,e){var n={};for(var i in t)n[i]=t[i];for(var s in e)n[s]=e[s];return n},createFragment:function(t){var e=document.createDocumentFragment(),n=document.createElement("div");for(n.innerHTML=t;n.firstChild;)e.appendChild(n.firstChild);return e},contains:function(t,e){return!!~e.indexOf(t)},getUniqueId:function(){return"_"+Math.random().toString(36).substr(2,9)},isDefAndNotNull:function(t){return null!=t},assertEqual:function(t,e,n){if(t!==e)throw new Error(n+" mismatch: "+t+" != "+e)},assert:function(t,e){if(void 0===e&&(e="Assertion failed"),!t){if("undefined"!=typeof Error)throw new Error(e);throw e}}};e.prototype.init=function(t){this.map=t,this.viewport=t.getViewport(),this.setListeners(),this.Base.Html.createMenu(),this.lineHeight=0<this.getItemsLength()?this.Base.container.offsetHeight/this.getItemsLength():this.Base.Html.cloneAndGetLineHeight()},e.prototype.getItemsLength=function(){var e=this,n=0;return Object.keys(this.items).forEach(function(t){e.items[t].submenu||e.items[t].separator||n++}),n},e.prototype.getPixelClicked=function(){return this.pixelClicked},e.prototype.getCoordinateClicked=function(){return this.coordinateClicked},e.prototype.positionContainer=function(t){var o=this,e=this.map.getSize(),n=e[0],a=e[1]-t[1],i=n-t[0],s=this.Base.container.offsetWidth,r=Math.round(this.lineHeight*this.getItemsLength()),l=h.find("li."+c.submenu+"> div",this.Base.container,!0);s<=i?(this.Base.container.style.right="auto",this.Base.container.style.left=t[0]+5+"px"):(this.Base.container.style.left="auto",this.Base.container.style.right="15px"),r<=a?(this.Base.container.style.bottom="auto",this.Base.container.style.top=t[1]-10+"px"):(this.Base.container.style.top="auto",this.Base.container.style.bottom=0),h.removeClass(this.Base.container,c.hidden),l.length&&(this.submenu.lastLeft=i<2*s?"-"+s+"px":this.submenu.left,l.forEach(function(t){var e=h.getViewportSize(),n=h.offset(t),i=n.height,s=a-i;s<0&&(s=i-(e.h-n.top),t.style.top="-"+s+"px"),t.style.left=o.submenu.lastLeft}))},e.prototype.openMenu=function(t,e){this.Base.dispatchEvent({type:n,pixel:t,coordinate:e}),this.opened=!0,this.positionContainer(t)},e.prototype.closeMenu=function(){this.opened=!1,h.addClass(this.Base.container,c.hidden),this.Base.dispatchEvent({type:s})},e.prototype.setListeners=function(){this.viewport.addEventListener(this.Base.options.eventType,this.eventHandler,!1)},e.prototype.removeListeners=function(){this.viewport.removeEventListener(this.Base.options.eventType,this.eventHandler,!1)},e.prototype.handleEvent=function(e){var n=this;this.coordinateClicked=this.map.getEventCoordinate(e),this.pixelClicked=this.map.getEventPixel(e),this.Base.dispatchEvent({type:i,pixel:this.pixelClicked,coordinate:this.coordinateClicked}),this.Base.disabled||(this.Base.options.eventType===o&&(e.stopPropagation(),e.preventDefault()),this.openMenu(this.pixelClicked,this.coordinateClicked),e.target.addEventListener("mousedown",{handleEvent:function(t){n.closeMenu(),e.target.removeEventListener(t.type,this,!1)}},!1))},e.prototype.setItemListener=function(t,n){var i,s=this;t&&"function"==typeof this.items[n].callback&&(i=this.items[n].callback,t.addEventListener("click",function(t){t.preventDefault();var e={coordinate:s.getCoordinateClicked(),data:s.items[n].data||null};s.closeMenu(),i(e,s.map)},!1))};function l(t){return this.Base=t,this.Base.container=this.container=this.createContainer(),this}var d;function u(t){void 0===t&&(t={}),h.assert("object"==typeof t,"@param `opt_options` should be object type!"),"default_items"in t&&(a.defaultItems=t.default_items),this.options=h.mergeOptions(a,t),this.disabled=!1,this.Internal=new e(this),this.Html=new l(this),d.call(this,{element:this.container})}return l.prototype.createContainer=function(t){var e=document.createElement("div"),n=document.createElement("ul"),i=[c.container,c.OL_unselectable];return t&&i.push(c.hidden),e.className=i.join(" "),e.style.width=parseInt(this.Base.options.width,10)+"px",e.appendChild(n),e},l.prototype.createMenu=function(){var t=[];return"items"in this.Base.options?t=this.Base.options.defaultItems?this.Base.options.items.concat(r):this.Base.options.items:this.Base.options.defaultItems&&(t=r),0!==t.length&&void t.forEach(this.addMenuEntry,this)},l.prototype.addMenuEntry=function(t){var e=this;if(t.items&&Array.isArray(t.items)){t.classname=t.classname||"",h.contains(c.submenu,t.classname)||(t.classname=t.classname.length?" "+c.submenu:c.submenu);var n=this.generateHtmlAndPublish(this.container,t),i=this.createContainer();i.style.left=this.Base.Internal.submenu.lastLeft||this.Base.Internal.submenu.left,n.appendChild(i),t.items.forEach(function(t){e.generateHtmlAndPublish(i,t,!0)})}else this.generateHtmlAndPublish(this.container,t)},l.prototype.generateHtmlAndPublish=function(t,e,n){var i,s,o,a=!1,r=h.getUniqueId();return"string"==typeof e&&"-"===e.trim()?(i=['<li id="',r,'" class="',c.separator,'">',"<hr></li>"].join(""),s=h.createFragment(i),o=[].slice.call(s.childNodes,0)[0],t.firstChild.appendChild(s),a=!0):(e.classname=e.classname||"",i="<span>"+e.text+"</span>",s=h.createFragment(i),o=document.createElement("li"),e.icon&&(""===e.classname?e.classname=c.icon:-1===e.classname.indexOf(c.icon)&&(e.classname+=" "+c.icon),o.setAttribute("style","background-image:url("+e.icon+")")),o.id=r,o.className=e.classname,o.appendChild(s),t.firstChild.appendChild(o)),this.Base.Internal.items[r]={id:r,submenu:n||0,separator:a,callback:e.callback,data:e.data||null},this.Base.Internal.setItemListener(o,r),o},l.prototype.removeMenuEntry=function(t){var e=h.find("#"+t,this.container.firstChild);e&&this.container.firstChild.removeChild(e),delete this.Base.Internal.items[t]},l.prototype.cloneAndGetLineHeight=function(){var t=this.container.cloneNode(),e=h.createFragment("<span>Foo</span>"),n=h.createFragment("<span>Foo</span>"),i=document.createElement("li"),s=document.createElement("li");i.appendChild(e),s.appendChild(n),t.appendChild(i),t.appendChild(s),this.container.parentNode.appendChild(t);var o=t.offsetHeight/2;return this.container.parentNode.removeChild(t),o},(d=ol.control.Control)&&(u.__proto__=d),((u.prototype=Object.create(d&&d.prototype)).constructor=u).prototype.clear=function(){var e=this;Object.keys(this.Internal.items).forEach(function(t){e.Html.removeMenuEntry(t)})},u.prototype.close=function(){this.Internal.closeMenu()},u.prototype.enable=function(){this.disabled=!1},u.prototype.disable=function(){this.disabled=!0},u.prototype.getDefaultItems=function(){return r},u.prototype.extend=function(t){h.assert(Array.isArray(t),"@param `arr` should be an Array."),t.forEach(this.push,this)},u.prototype.isOpened=function(){return this.isOpen()},u.prototype.isOpen=function(){return this.Internal.opened},u.prototype.updatePosition=function(t){h.assert(Array.isArray(t),"@param `pixel` should be an Array."),this.isOpen()&&this.Internal.positionContainer(t)},u.prototype.pop=function(){var t=Object.keys(this.Internal.items);this.Html.removeMenuEntry(t[t.length-1])},u.prototype.push=function(t){h.assert(h.isDefAndNotNull(t),"@param `item` must be informed."),this.Html.addMenuEntry(t)},u.prototype.shift=function(){this.Html.removeMenuEntry(Object.keys(this.Internal.items)[0])},u.prototype.setMap=function(t){ol.control.Control.prototype.setMap.call(this,t),t?this.Internal.init(t,this):this.Internal.removeListeners()},u})
\ No newline at end of file
public/scripts/u2f-api-min.js new
+1
@@ -0,0 +1 @@
1 +"use strict";if(!window.u2f){var js_api_version,u2f=u2f||{};u2f.EXTENSION_ID="kmendfapggjehodndflmmgagdbamhnfd",u2f.MessageTypes={U2F_REGISTER_REQUEST:"u2f_register_request",U2F_REGISTER_RESPONSE:"u2f_register_response",U2F_SIGN_REQUEST:"u2f_sign_request",U2F_SIGN_RESPONSE:"u2f_sign_response",U2F_GET_API_VERSION_REQUEST:"u2f_get_api_version_request",U2F_GET_API_VERSION_RESPONSE:"u2f_get_api_version_response"},u2f.ErrorCodes={OK:0,OTHER_ERROR:1,BAD_REQUEST:2,CONFIGURATION_UNSUPPORTED:3,DEVICE_INELIGIBLE:4,TIMEOUT:5},u2f.U2fRequest,u2f.U2fResponse,u2f.Error,u2f.Transport,u2f.Transports,u2f.SignRequest,u2f.SignResponse,u2f.RegisterRequest,u2f.RegisterResponse,u2f.RegisteredKey,u2f.GetJsApiVersionResponse,u2f.getMessagePort=function(e){if("undefined"!=typeof chrome&&chrome.runtime){var t={type:u2f.MessageTypes.U2F_SIGN_REQUEST,signRequests:[]};chrome.runtime.sendMessage(u2f.EXTENSION_ID,t,function(){chrome.runtime.lastError?u2f.getIframePort_(e):u2f.getChromeRuntimePort_(e)})}else u2f.isAndroidChrome_()?u2f.getAuthenticatorPort_(e):u2f.isIosChrome_()?u2f.getIosPort_(e):u2f.getIframePort_(e)},u2f.isAndroidChrome_=function(){var e=navigator.userAgent;return-1!=e.indexOf("Chrome")&&-1!=e.indexOf("Android")},u2f.isIosChrome_=function(){var e=["iPhone","iPad","iPod"];for(var t in e)if(navigator.platform==e[t])return!0;return!1},u2f.getChromeRuntimePort_=function(e){var t=chrome.runtime.connect(u2f.EXTENSION_ID,{includeTlsChannelId:!0});setTimeout(function(){e(new u2f.WrappedChromeRuntimePort_(t))},0)},u2f.getAuthenticatorPort_=function(e){setTimeout(function(){e(new u2f.WrappedAuthenticatorPort_)},0)},u2f.getIosPort_=function(e){setTimeout(function(){e(new u2f.WrappedIosPort_)},0)},u2f.WrappedChromeRuntimePort_=function(e){this.port_=e},u2f.formatSignRequest_=function(e,t,r,o,n){if(void 0===js_api_version||js_api_version<1.1){for(var s=[],u=0;u<r.length;u++)s[u]={version:r[u].version,challenge:t,keyHandle:r[u].keyHandle,appId:e};return{type:u2f.MessageTypes.U2F_SIGN_REQUEST,signRequests:s,timeoutSeconds:o,requestId:n}}return{type:u2f.MessageTypes.U2F_SIGN_REQUEST,appId:e,challenge:t,registeredKeys:r,timeoutSeconds:o,requestId:n}},u2f.formatRegisterRequest_=function(e,t,r,o,n){if(void 0===js_api_version||js_api_version<1.1){for(var s=0;s<r.length;s++)r[s].appId=e;var u=[];for(s=0;s<t.length;s++)u[s]={version:t[s].version,challenge:r[0],keyHandle:t[s].keyHandle,appId:e};return{type:u2f.MessageTypes.U2F_REGISTER_REQUEST,signRequests:u,registerRequests:r,timeoutSeconds:o,requestId:n}}return{type:u2f.MessageTypes.U2F_REGISTER_REQUEST,appId:e,registerRequests:r,registeredKeys:t,timeoutSeconds:o,requestId:n}},u2f.WrappedChromeRuntimePort_.prototype.postMessage=function(e){this.port_.postMessage(e)},u2f.WrappedChromeRuntimePort_.prototype.addEventListener=function(e,t){var r=e.toLowerCase();"message"==r||"onmessage"==r?this.port_.onMessage.addListener(function(e){t({data:e})}):console.error("WrappedChromeRuntimePort only supports onMessage")},u2f.WrappedAuthenticatorPort_=function(){this.requestId_=-1,this.requestObject_=null},u2f.WrappedAuthenticatorPort_.prototype.postMessage=function(e){var t=u2f.WrappedAuthenticatorPort_.INTENT_URL_BASE_+";S.request="+encodeURIComponent(JSON.stringify(e))+";end";document.location=t},u2f.WrappedAuthenticatorPort_.prototype.getPortType=function(){return"WrappedAuthenticatorPort_"},u2f.WrappedAuthenticatorPort_.prototype.addEventListener=function(e,t){if("message"==e.toLowerCase()){window.addEventListener("message",this.onRequestUpdate_.bind(this,t),!1)}else console.error("WrappedAuthenticatorPort only supports message")},u2f.WrappedAuthenticatorPort_.prototype.onRequestUpdate_=function(e,t){var r=JSON.parse(t.data),o=(r.intentURL,r.errorCode,null);r.hasOwnProperty("data")&&(o=JSON.parse(r.data)),e({data:o})},u2f.WrappedAuthenticatorPort_.INTENT_URL_BASE_="intent:#Intent;action=com.google.android.apps.authenticator.AUTHENTICATE",u2f.WrappedIosPort_=function(){},u2f.WrappedIosPort_.prototype.postMessage=function(e){var t=JSON.stringify(e),r="u2f://auth?"+encodeURI(t);location.replace(r)},u2f.WrappedIosPort_.prototype.getPortType=function(){return"WrappedIosPort_"},u2f.WrappedIosPort_.prototype.addEventListener=function(e,t){"message"!==e.toLowerCase()&&console.error("WrappedIosPort only supports message")},u2f.getIframePort_=function(t){var e="chrome-extension://"+u2f.EXTENSION_ID,r=document.createElement("iframe");r.src=e+"/u2f-comms.html",r.setAttribute("style","display:none"),document.body.appendChild(r);var o=new MessageChannel,n=function(e){"ready"==e.data?(o.port1.removeEventListener("message",n),t(o.port1)):console.error('First event on iframe port was not "ready"')};o.port1.addEventListener("message",n),o.port1.start(),r.addEventListener("load",function(){r.contentWindow.postMessage("init",e,[o.port2])})},u2f.EXTENSION_TIMEOUT_SEC=30,u2f.port_=null,u2f.waitingForPort_=[],u2f.reqCounter_=0,u2f.callbackMap_={},u2f.getPortSingleton_=function(e){u2f.port_?e(u2f.port_):(0==u2f.waitingForPort_.length&&u2f.getMessagePort(function(e){for(u2f.port_=e,u2f.port_.addEventListener("message",u2f.responseHandler_);u2f.waitingForPort_.length;)u2f.waitingForPort_.shift()(u2f.port_)}),u2f.waitingForPort_.push(e))},u2f.responseHandler_=function(e){var t=e.data,r=t.requestId;if(r&&u2f.callbackMap_[r]){var o=u2f.callbackMap_[r];delete u2f.callbackMap_[r],o(t.responseData)}else console.error("Unknown or missing requestId in response.")},u2f.sign=function(t,r,o,n,s){void 0===js_api_version?u2f.getApiVersion(function(e){js_api_version=void 0===e.js_api_version?0:e.js_api_version,u2f.sendSignRequest(t,r,o,n,s)}):u2f.sendSignRequest(t,r,o,n,s)},u2f.sendSignRequest=function(n,s,u,i,a){u2f.getPortSingleton_(function(e){var t=++u2f.reqCounter_;u2f.callbackMap_[t]=i;var r=void 0!==a?a:u2f.EXTENSION_TIMEOUT_SEC,o=u2f.formatSignRequest_(n,s,u,r,t);e.postMessage(o)})},u2f.register=function(t,r,o,n,s){void 0===js_api_version?u2f.getApiVersion(function(e){js_api_version=void 0===e.js_api_version?0:e.js_api_version,u2f.sendRegisterRequest(t,r,o,n,s)}):u2f.sendRegisterRequest(t,r,o,n,s)},u2f.sendRegisterRequest=function(n,s,u,i,a){u2f.getPortSingleton_(function(e){var t=++u2f.reqCounter_;u2f.callbackMap_[t]=i;var r=void 0!==a?a:u2f.EXTENSION_TIMEOUT_SEC,o=u2f.formatRegisterRequest_(n,u,s,r,t);e.postMessage(o)})},u2f.getApiVersion=function(n,s){u2f.getPortSingleton_(function(e){if(e.getPortType){var t;switch(e.getPortType()){case"WrappedIosPort_":case"WrappedAuthenticatorPort_":t=1.1;break;default:t=0}n({js_api_version:t})}else{var r=++u2f.reqCounter_;u2f.callbackMap_[r]=n;var o={type:u2f.MessageTypes.U2F_GET_API_VERSION_REQUEST,timeoutSeconds:void 0!==s?s:u2f.EXTENSION_TIMEOUT_SEC,requestId:r};e.postMessage(o)}})}}
\ No newline at end of file
public/scripts/xterm-addon-fit-min.js new
+1
@@ -0,0 +1 @@
1 +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.FitAddon=t():e.FitAddon=t()}(window,function(){return n={},o.m=r=[function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=(o.prototype.activate=function(e){this._terminal=e},o.prototype.dispose=function(){},o.prototype.fit=function(){var e=this.proposeDimensions();if(e&&this._terminal){var t=this._terminal._core;this._terminal.rows===e.rows&&this._terminal.cols===e.cols||(t._renderService.clear(),this._terminal.resize(e.cols,e.rows))}},o.prototype.proposeDimensions=function(){if(this._terminal&&this._terminal.element&&this._terminal.element.parentElement){var e=this._terminal._core,t=window.getComputedStyle(this._terminal.element.parentElement),r=parseInt(t.getPropertyValue("height")),n=Math.max(0,parseInt(t.getPropertyValue("width"))),o=window.getComputedStyle(this._terminal.element),i=r-(parseInt(o.getPropertyValue("padding-top"))+parseInt(o.getPropertyValue("padding-bottom"))),a=n-(parseInt(o.getPropertyValue("padding-right"))+parseInt(o.getPropertyValue("padding-left")))-e.viewport.scrollBarWidth;return{cols:Math.max(2,Math.floor(a/e._renderService.dimensions.actualCellWidth)),rows:Math.max(1,Math.floor(i/e._renderService.dimensions.actualCellHeight))}}},o);function o(){}t.FitAddon=n}],o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=0);function o(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return r[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}var r,n})
\ No newline at end of file
public/scripts/xterm-min.js new
+1
@@ -0,0 +1 @@
1 +!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var i=t();for(var r in i)("object"==typeof exports?exports:e)[r]=i[r]}}(window,function(){return r={},n.m=i=[function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(14);t.IBufferService=r.createDecorator("BufferService"),t.ICoreMouseService=r.createDecorator("CoreMouseService"),t.ICoreService=r.createDecorator("CoreService"),t.ICharsetService=r.createDecorator("CharsetService"),t.IDirtyRowService=r.createDecorator("DirtyRowService"),t.IInstantiationService=r.createDecorator("InstantiationService"),t.ILogService=r.createDecorator("LogService"),t.IOptionsService=r.createDecorator("OptionsService"),t.IUnicodeService=r.createDecorator("UnicodeService")},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(Object.defineProperty(n.prototype,"event",{get:function(){var i=this;return this._event||(this._event=function(t){return i._listeners.push(t),{dispose:function(){if(!i._disposed)for(var e=0;e<i._listeners.length;e++)if(i._listeners[e]===t)return void i._listeners.splice(e,1)}}}),this._event},enumerable:!0,configurable:!0}),n.prototype.fire=function(e,t){for(var i=[],r=0;r<this._listeners.length;r++)i.push(this._listeners[r]);for(r=0;r<i.length;r++)i[r].call(void 0,e,t)},n.prototype.dispose=function(){this._listeners&&(this._listeners.length=0),this._disposed=!0},n);function n(){this._listeners=[],this._disposed=!1}t.EventEmitter=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.dispose=function(){this._isDisposed=!0,this._disposables.forEach(function(e){return e.dispose()}),this._disposables.length=0},n.prototype.register=function(e){this._disposables.push(e)},n.prototype.unregister=function(e){var t=this._disposables.indexOf(e);-1!==t&&this._disposables.splice(t,1)},n);function n(){this._disposables=[],this._isDisposed=!1}t.Disposable=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_COLOR=256,t.DEFAULT_ATTR=256|t.DEFAULT_COLOR<<9,t.CHAR_DATA_ATTR_INDEX=0,t.CHAR_DATA_CHAR_INDEX=1,t.CHAR_DATA_WIDTH_INDEX=2,t.CHAR_DATA_CODE_INDEX=3,t.NULL_CELL_CHAR="",t.NULL_CELL_WIDTH=1,t.NULL_CELL_CODE=0,t.WHITESPACE_CELL_CHAR=" ",t.WHITESPACE_CELL_WIDTH=1,t.WHITESPACE_CELL_CODE=32},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(14);t.ICharSizeService=r.createDecorator("CharSizeService"),t.ICoreBrowserService=r.createDecorator("CoreBrowserService"),t.IMouseService=r.createDecorator("MouseService"),t.IRenderService=r.createDecorator("RenderService"),t.ISelectionService=r.createDecorator("SelectionService"),t.ISoundService=r.createDecorator("SoundService")},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var o,s=i(7),a=i(3),c=(o=i(6).AttributeData,n(l,o),l.fromCharData=function(e){var t=new l;return t.setFromCharData(e),t},l.prototype.isCombined=function(){return 2097152&this.content},l.prototype.getWidth=function(){return this.content>>22},l.prototype.getChars=function(){return 2097152&this.content?this.combinedData:2097151&this.content?s.stringFromCodePoint(2097151&this.content):""},l.prototype.getCode=function(){return this.isCombined()?this.combinedData.charCodeAt(this.combinedData.length-1):2097151&this.content},l.prototype.setFromCharData=function(e){this.fg=e[a.CHAR_DATA_ATTR_INDEX],this.bg=0;var t=!1;if(2<e[a.CHAR_DATA_CHAR_INDEX].length)t=!0;else if(2===e[a.CHAR_DATA_CHAR_INDEX].length){var i=e[a.CHAR_DATA_CHAR_INDEX].charCodeAt(0);if(55296<=i&&i<=56319){var r=e[a.CHAR_DATA_CHAR_INDEX].charCodeAt(1);56320<=r&&r<=57343?this.content=1024*(i-55296)+r-56320+65536|e[a.CHAR_DATA_WIDTH_INDEX]<<22:t=!0}else t=!0}else this.content=e[a.CHAR_DATA_CHAR_INDEX].charCodeAt(0)|e[a.CHAR_DATA_WIDTH_INDEX]<<22;t&&(this.combinedData=e[a.CHAR_DATA_CHAR_INDEX],this.content=2097152|e[a.CHAR_DATA_WIDTH_INDEX]<<22)},l.prototype.getAsCharData=function(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]},l);function l(){var e=null!==o&&o.apply(this,arguments)||this;return e.content=0,e.fg=0,e.bg=0,e.combinedData="",e}t.CellData=c},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.toColorRGB=function(e){return[e>>>16&255,e>>>8&255,255&e]},n.fromColorRGB=function(e){return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},n.prototype.clone=function(){var e=new n;return e.fg=this.fg,e.bg=this.bg,e},n.prototype.isInverse=function(){return 67108864&this.fg},n.prototype.isBold=function(){return 134217728&this.fg},n.prototype.isUnderline=function(){return 268435456&this.fg},n.prototype.isBlink=function(){return 536870912&this.fg},n.prototype.isInvisible=function(){return 1073741824&this.fg},n.prototype.isItalic=function(){return 67108864&this.bg},n.prototype.isDim=function(){return 134217728&this.bg},n.prototype.getFgColorMode=function(){return 50331648&this.fg},n.prototype.getBgColorMode=function(){return 50331648&this.bg},n.prototype.isFgRGB=function(){return 50331648==(50331648&this.fg)},n.prototype.isBgRGB=function(){return 50331648==(50331648&this.bg)},n.prototype.isFgPalette=function(){return 16777216==(50331648&this.fg)||33554432==(50331648&this.fg)},n.prototype.isBgPalette=function(){return 16777216==(50331648&this.bg)||33554432==(50331648&this.bg)},n.prototype.isFgDefault=function(){return 0==(50331648&this.fg)},n.prototype.isBgDefault=function(){return 0==(50331648&this.bg)},n.prototype.isAttributeDefault=function(){return 0===this.fg&&0===this.bg},n.prototype.getFgColor=function(){switch(50331648&this.fg){case 16777216:case 33554432:return 255&this.fg;case 50331648:return 16777215&this.fg;default:return-1}},n.prototype.getBgColor=function(){switch(50331648&this.bg){case 16777216:case 33554432:return 255&this.bg;case 50331648:return 16777215&this.bg;default:return-1}},n);function n(){this.fg=0,this.bg=0}t.AttributeData=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.stringFromCodePoint=function(e){return 65535<e?(e-=65536,String.fromCharCode(55296+(e>>10))+String.fromCharCode(e%1024+56320)):String.fromCharCode(e)},t.utf32ToString=function(e,t,i){void 0===t&&(t=0),void 0===i&&(i=e.length);for(var r="",n=t;n<i;++n){var o=e[n];65535<o?(o-=65536,r+=String.fromCharCode(55296+(o>>10))+String.fromCharCode(o%1024+56320)):r+=String.fromCharCode(o)}return r};var r=(n.prototype.clear=function(){this._interim=0},n.prototype.decode=function(e,t){var i=e.length;if(!i)return 0;var r=0,n=0;this._interim&&(56320<=(a=e.charCodeAt(n++))&&a<=57343?t[r++]=1024*(this._interim-55296)+a-56320+65536:(t[r++]=this._interim,t[r++]=a),this._interim=0);for(var o=n;o<i;++o){var s=e.charCodeAt(o);if(55296<=s&&s<=56319){if(++o>=i)return this._interim=s,r;var a;56320<=(a=e.charCodeAt(o))&&a<=57343?t[r++]=1024*(s-55296)+a-56320+65536:(t[r++]=s,t[r++]=a)}else t[r++]=s}return r},n);function n(){this._interim=0}t.StringToUtf32=r;var o=(s.prototype.clear=function(){this.interim.fill(0)},s.prototype.decode=function(e,t){var i=e.length;if(!i)return 0;var r,n,o,s,a=0,c=0,l=0;if(this.interim[0]){var h=!1,u=this.interim[0];u&=192==(224&u)?31:224==(240&u)?15:7;for(var f=0,_=void 0;(_=63&this.interim[++f])&&f<4;)u<<=6,u|=_;for(var d=192==(224&this.interim[0])?2:224==(240&this.interim[0])?3:4,p=d-f;l<p;){if(i<=l)return 0;if(128!=(192&(_=e[l++]))){l--,h=!0;break}u<<=6,u|=63&(this.interim[f++]=_)}h||(2==d?u<128?l--:t[a++]=u:3==d?u<2048||55296<=u&&u<=57343||(t[a++]=u):u<65536||1114111<u||(t[a++]=u)),this.interim.fill(0)}for(var v=i-4,g=l;g<i;){for(;!(!(g<v)||128&(r=e[g])||128&(n=e[g+1])||128&(o=e[g+2])||128&(s=e[g+3]));)t[a++]=r,t[a++]=n,t[a++]=o,t[a++]=s,g+=4;if((r=e[g++])<128)t[a++]=r;else if(192==(224&r)){if(i<=g)return this.interim[0]=r,a;if(128!=(192&(n=e[g++]))){g--;continue}if((c=(31&r)<<6|63&n)<128){g--;continue}t[a++]=c}else if(224==(240&r)){if(i<=g)return this.interim[0]=r,a;if(128!=(192&(n=e[g++]))){g--;continue}if(i<=g)return this.interim[0]=r,this.interim[1]=n,a;if(128!=(192&(o=e[g++]))){g--;continue}if((c=(15&r)<<12|(63&n)<<6|63&o)<2048||55296<=c&&c<=57343)continue;t[a++]=c}else if(240==(248&r)){if(i<=g)return this.interim[0]=r,a;if(128!=(192&(n=e[g++]))){g--;continue}if(i<=g)return this.interim[0]=r,this.interim[1]=n,a;if(128!=(192&(o=e[g++]))){g--;continue}if(i<=g)return this.interim[0]=r,this.interim[1]=n,this.interim[2]=o,a;if(128!=(192&(s=e[g++]))){g--;continue}if((c=(7&r)<<18|(63&n)<<12|(63&o)<<6|63&s)<65536||1114111<c)continue;t[a++]=c}}return a},s);function s(){this.interim=new Uint8Array(3)}t.Utf8ToUtf32=o},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addDisposableDomListener=function(e,t,i,r){e.addEventListener(t,i,r);var n=!1;return{dispose:function(){n&&(n=!0,e.removeEventListener(t,i,r))}}}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.INVERTED_DEFAULT_COLOR=257,t.DIM_OPACITY=.5,t.CHAR_ATLAS_CELL_SPACING=1},function(e,t,i){"use strict";var f,r,h,s,n,o,a;function c(e){var t=e.toString(16);return t.length<2?"0"+t:t}function u(e,t){return e<t?(t+.05)/(e+.05):(e+.05)/(t+.05)}function l(e,t,i){for(var r=e>>24&255,n=e>>16&255,o=e>>8&255,s=t>>24&255,a=t>>16&255,c=t>>8&255,l=u(h.relativeLuminance2(s,c,a),h.relativeLuminance2(r,n,o));l<i&&(0<s||0<a||0<c);)s-=Math.max(0,Math.ceil(.1*s)),a-=Math.max(0,Math.ceil(.1*a)),c-=Math.max(0,Math.ceil(.1*c)),l=u(h.relativeLuminance2(s,c,a),h.relativeLuminance2(r,n,o));return(s<<24|a<<16|c<<8|255)>>>0}function _(e,t,i){for(var r=e>>24&255,n=e>>16&255,o=e>>8&255,s=t>>24&255,a=t>>16&255,c=t>>8&255,l=u(h.relativeLuminance2(s,c,a),h.relativeLuminance2(r,n,o));l<i&&(s<255||a<255||c<255);)s=Math.min(255,s+Math.ceil(.1*(255-s))),a=Math.min(255,a+Math.ceil(.1*(255-a))),c=Math.min(255,c+Math.ceil(.1*(255-c))),l=u(h.relativeLuminance2(s,c,a),h.relativeLuminance2(r,n,o));return(s<<24|a<<16|c<<8|255)>>>0}function d(e,t,i){var r=e/255,n=t/255,o=i/255;return.2126*(r<=.03928?r/12.92:Math.pow((.055+r)/1.055,2.4))+.7152*(n<=.03928?n/12.92:Math.pow((.055+n)/1.055,2.4))+.0722*(o<=.03928?o/12.92:Math.pow((.055+o)/1.055,2.4))}Object.defineProperty(t,"__esModule",{value:!0}),(a=f=t.channels||(t.channels={})).toCss=function(e,t,i,r){return void 0!==r?"#"+c(e)+c(t)+c(i)+c(r):"#"+c(e)+c(t)+c(i)},a.toRgba=function(e,t,i,r){return void 0===r&&(r=255),(e<<24|t<<16|i<<8|r)>>>0},(r=t.color||(t.color={})).blend=function(e,t){var i=(255&t.rgba)/255;if(1==i)return{css:t.css,rgba:t.rgba};var r=t.rgba>>24&255,n=t.rgba>>16&255,o=t.rgba>>8&255,s=e.rgba>>24&255,a=e.rgba>>16&255,c=e.rgba>>8&255,l=s+Math.round((r-s)*i),h=a+Math.round((n-a)*i),u=c+Math.round((o-c)*i);return{css:f.toCss(l,h,u),rgba:f.toRgba(l,h,u)}},r.ensureContrastRatio=function(e,t,i){var r=s.ensureContrastRatio(e.rgba,t.rgba,i);if(r)return s.toColor(r>>24&255,r>>16&255,r>>8&255)},r.opaque=function(e){var t=(255|e.rgba)>>>0,i=s.toChannels(t),r=i[0],n=i[1],o=i[2];return{css:f.toCss(r,n,o),rgba:t}},(t.css||(t.css={})).toColor=function(e){return{css:e,rgba:(parseInt(e.slice(1),16)<<8|255)>>>0}},(o=h=t.rgb||(t.rgb={})).relativeLuminance=function(e){return d(e>>16&255,e>>8&255,255&e)},o.relativeLuminance2=d,(n=s=t.rgba||(t.rgba={})).ensureContrastRatio=function(e,t,i){var r=h.relativeLuminance(e>>8),n=h.relativeLuminance(t>>8);if(u(r,n)<i)return n<r?l(e,t,i):_(e,t,i)},n.reduceLuminance=l,n.increaseLuminance=_,n.toChannels=function(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]},n.toColor=function(e,t,i){return{css:f.toCss(e,t,i),rgba:f.toRgba(e,t,i)}},t.toPaddedHex=c,t.contrastRatio=u},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="undefined"==typeof navigator,n=r?"node":navigator.userAgent,o=r?"node":navigator.platform;function s(e,t){return 0<=e.indexOf(t)}t.isFirefox=!!~n.indexOf("Firefox"),t.isSafari=/^((?!chrome|android).)*safari/i.test(n),t.isMac=s(["Macintosh","MacIntel","MacPPC","Mac68K"],o),t.isIpad="iPad"===o,t.isIphone="iPhone"===o,t.isWindows=s(["Windows","Win16","Win32","WinCE"],o),t.isLinux=0<=o.indexOf("Linux")},function(e,t,i){"use strict";var r,n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.C0||(t.C0={})).NUL="\0",n.SOH="",n.STX="",n.ETX="",n.EOT="",n.ENQ="",n.ACK="",n.BEL="",n.BS="\b",n.HT="\t",n.LF="\n",n.VT="\v",n.FF="\f",n.CR="\r",n.SO="",n.SI="",n.DLE="",n.DC1="",n.DC2="",n.DC3="",n.DC4="",n.NAK="",n.SYN="",n.ETB="",n.CAN="",n.EM="",n.SUB="",n.ESC="",n.FS="",n.GS="",n.RS="",n.US="",n.SP=" ",n.DEL="",(r=t.C1||(t.C1={})).PAD="€",r.HOP="",r.BPH="‚",r.NBH="ƒ",r.IND="„",r.NEL="…",r.SSA="†",r.ESA="‡",r.HTS="ˆ",r.HTJ="‰",r.VTS="Š",r.PLD="‹",r.PLU="Œ",r.RI="",r.SS2="Ž",r.SS3="",r.DCS="",r.PU1="‘",r.PU2="’",r.STS="“",r.CCH="”",r.MW="•",r.SPA="–",r.EPA="—",r.SOS="˜",r.SGCI="™",r.SCI="š",r.CSI="›",r.ST="œ",r.OSC="",r.PM="ž",r.APC="Ÿ"},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=i(3),a=i(9),r=i(23),c=i(6),n=i(26),d=i(10),o=(l.prototype.dispose=function(){var e;this._container.removeChild(this._canvas),null===(e=this._charAtlas)||void 0===e||e.dispose()},l.prototype._initCanvas=function(){this._ctx=n.throwIfFalsy(this._canvas.getContext("2d",{alpha:this._alpha})),this._alpha||this._clearAll()},l.prototype.onOptionsChanged=function(){},l.prototype.onBlur=function(){},l.prototype.onFocus=function(){},l.prototype.onCursorMove=function(){},l.prototype.onGridChanged=function(e,t){},l.prototype.onSelectionChanged=function(e,t,i){void 0===i&&(i=!1)},l.prototype.setColors=function(e){this._refreshCharAtlas(e)},l.prototype._setTransparency=function(e){if(e!==this._alpha){var t=this._canvas;this._alpha=e,this._canvas=this._canvas.cloneNode(),this._initCanvas(),this._container.replaceChild(this._canvas,t),this._refreshCharAtlas(this._colors),this.onGridChanged(0,this._bufferService.rows-1)}},l.prototype._refreshCharAtlas=function(e){this._scaledCharWidth<=0&&this._scaledCharHeight<=0||(this._charAtlas=r.acquireCharAtlas(this._optionsService.options,this._rendererId,e,this._scaledCharWidth,this._scaledCharHeight),this._charAtlas.warmUp())},l.prototype.resize=function(e){this._scaledCellWidth=e.scaledCellWidth,this._scaledCellHeight=e.scaledCellHeight,this._scaledCharWidth=e.scaledCharWidth,this._scaledCharHeight=e.scaledCharHeight,this._scaledCharLeft=e.scaledCharLeft,this._scaledCharTop=e.scaledCharTop,this._canvas.width=e.scaledCanvasWidth,this._canvas.height=e.scaledCanvasHeight,this._canvas.style.width=e.canvasWidth+"px",this._canvas.style.height=e.canvasHeight+"px",this._alpha||this._clearAll(),this._refreshCharAtlas(this._colors)},l.prototype._fillCells=function(e,t,i,r){this._ctx.fillRect(e*this._scaledCellWidth,t*this._scaledCellHeight,i*this._scaledCellWidth,r*this._scaledCellHeight)},l.prototype._fillBottomLineAtCells=function(e,t,i){void 0===i&&(i=1),this._ctx.fillRect(e*this._scaledCellWidth,(t+1)*this._scaledCellHeight-window.devicePixelRatio-1,i*this._scaledCellWidth,window.devicePixelRatio)},l.prototype._fillLeftLineAtCell=function(e,t,i){this._ctx.fillRect(e*this._scaledCellWidth,t*this._scaledCellHeight,window.devicePixelRatio*i,this._scaledCellHeight)},l.prototype._strokeRectAtCell=function(e,t,i,r){this._ctx.lineWidth=window.devicePixelRatio,this._ctx.strokeRect(e*this._scaledCellWidth+window.devicePixelRatio/2,t*this._scaledCellHeight+window.devicePixelRatio/2,i*this._scaledCellWidth-window.devicePixelRatio,r*this._scaledCellHeight-window.devicePixelRatio)},l.prototype._clearAll=function(){this._alpha?this._ctx.clearRect(0,0,this._canvas.width,this._canvas.height):(this._ctx.fillStyle=this._colors.background.css,this._ctx.fillRect(0,0,this._canvas.width,this._canvas.height))},l.prototype._clearCells=function(e,t,i,r){this._alpha?this._ctx.clearRect(e*this._scaledCellWidth,t*this._scaledCellHeight,i*this._scaledCellWidth,r*this._scaledCellHeight):(this._ctx.fillStyle=this._colors.background.css,this._ctx.fillRect(e*this._scaledCellWidth,t*this._scaledCellHeight,i*this._scaledCellWidth,r*this._scaledCellHeight))},l.prototype._fillCharTrueColor=function(e,t,i){this._ctx.font=this._getFont(!1,!1),this._ctx.textBaseline="middle",this._clipRow(i),this._ctx.fillText(e.getChars(),t*this._scaledCellWidth+this._scaledCharLeft,i*this._scaledCellHeight+this._scaledCharTop+this._scaledCharHeight/2)},l.prototype._drawChars=function(e,t,i){var r,n,o=this._getContrastColor(e);o||e.isFgRGB()||e.isBgRGB()?this._drawUncachedChars(e,t,i,o):(e.isInverse()?(r=e.isBgDefault()?a.INVERTED_DEFAULT_COLOR:e.getBgColor(),n=e.isFgDefault()?a.INVERTED_DEFAULT_COLOR:e.getFgColor()):(n=e.isBgDefault()?s.DEFAULT_COLOR:e.getBgColor(),r=e.isFgDefault()?s.DEFAULT_COLOR:e.getFgColor()),r+=this._optionsService.options.drawBoldTextInBrightColors&&e.isBold()&&r<8?8:0,this._currentGlyphIdentifier.chars=e.getChars()||s.WHITESPACE_CELL_CHAR,this._currentGlyphIdentifier.code=e.getCode()||s.WHITESPACE_CELL_CODE,this._currentGlyphIdentifier.bg=n,this._currentGlyphIdentifier.fg=r,this._currentGlyphIdentifier.bold=!!e.isBold(),this._currentGlyphIdentifier.dim=!!e.isDim(),this._currentGlyphIdentifier.italic=!!e.isItalic(),this._charAtlas&&this._charAtlas.draw(this._ctx,this._currentGlyphIdentifier,t*this._scaledCellWidth+this._scaledCharLeft,i*this._scaledCellHeight+this._scaledCharTop)||this._drawUncachedChars(e,t,i))},l.prototype._drawUncachedChars=function(e,t,i,r){if(this._ctx.save(),this._ctx.font=this._getFont(!!e.isBold(),!!e.isItalic()),this._ctx.textBaseline="middle",e.isInverse())if(r)this._ctx.fillStyle=r.css;else if(e.isBgDefault())this._ctx.fillStyle=d.color.opaque(this._colors.background).css;else if(e.isBgRGB())this._ctx.fillStyle="rgb("+c.AttributeData.toColorRGB(e.getBgColor()).join(",")+")";else{var n=e.getBgColor();this._optionsService.options.drawBoldTextInBrightColors&&e.isBold()&&n<8&&(n+=8),this._ctx.fillStyle=this._colors.ansi[n].css}else if(r)this._ctx.fillStyle=r.css;else if(e.isFgDefault())this._ctx.fillStyle=this._colors.foreground.css;else if(e.isFgRGB())this._ctx.fillStyle="rgb("+c.AttributeData.toColorRGB(e.getFgColor()).join(",")+")";else{var o=e.getFgColor();this._optionsService.options.drawBoldTextInBrightColors&&e.isBold()&&o<8&&(o+=8),this._ctx.fillStyle=this._colors.ansi[o].css}this._clipRow(i),e.isDim()&&(this._ctx.globalAlpha=a.DIM_OPACITY),this._ctx.fillText(e.getChars(),t*this._scaledCellWidth+this._scaledCharLeft,i*this._scaledCellHeight+this._scaledCharTop+this._scaledCharHeight/2),this._ctx.restore()},l.prototype._clipRow=function(e){this._ctx.beginPath(),this._ctx.rect(0,e*this._scaledCellHeight,this._bufferService.cols*this._scaledCellWidth,this._scaledCellHeight),this._ctx.clip()},l.prototype._getFont=function(e,t){return(t?"italic":"")+" "+(e?this._optionsService.options.fontWeightBold:this._optionsService.options.fontWeight)+" "+this._optionsService.options.fontSize*window.devicePixelRatio+"px "+this._optionsService.options.fontFamily},l.prototype._getContrastColor=function(e){if(1!==this._optionsService.options.minimumContrastRatio){var t=this._colors.contrastCache.getColor(e.bg,e.fg);if(void 0!==t)return t||void 0;var i=e.getFgColor(),r=e.getFgColorMode(),n=e.getBgColor(),o=e.getBgColorMode(),s=!!e.isInverse(),a=!!e.isInverse();if(s){var c=i;i=n,n=c;var l=r;r=o,o=l}var h=this._resolveBackgroundRgba(o,n,s),u=this._resolveForegroundRgba(r,i,s,a),f=d.rgba.ensureContrastRatio(h,u,this._optionsService.options.minimumContrastRatio);if(f){var _={css:d.channels.toCss(f>>24&255,f>>16&255,f>>8&255),rgba:f};return this._colors.contrastCache.setColor(e.bg,e.fg,_),_}this._colors.contrastCache.setColor(e.bg,e.fg,null)}},l.prototype._resolveBackgroundRgba=function(e,t,i){switch(e){case 16777216:case 33554432:return this._colors.ansi[t].rgba;case 50331648:return t<<8;case 0:default:return i?this._colors.foreground.rgba:this._colors.background.rgba}},l.prototype._resolveForegroundRgba=function(e,t,i,r){switch(e){case 16777216:case 33554432:return this._optionsService.options.drawBoldTextInBrightColors&&r&&t<8&&(t+=8),this._colors.ansi[t].rgba;case 50331648:return t<<8;case 0:default:return i?this._colors.background.rgba:this._colors.foreground.rgba}},l);function l(e,t,i,r,n,o,s,a){this._container=e,this._alpha=r,this._colors=n,this._rendererId=o,this._bufferService=s,this._optionsService=a,this._scaledCharWidth=0,this._scaledCharHeight=0,this._scaledCellWidth=0,this._scaledCellHeight=0,this._scaledCharLeft=0,this._scaledCharTop=0,this._currentGlyphIdentifier={chars:"",code:0,bg:0,fg:0,bold:!1,dim:!1,italic:!1},this._canvas=document.createElement("canvas"),this._canvas.classList.add("xterm-"+t+"-layer"),this._canvas.style.zIndex=i.toString(),this._initCanvas(),this._container.appendChild(this._canvas)}t.BaseRenderLayer=o},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n="di$target",o="di$dependencies";t.serviceRegistry=new Map,t.getServiceDependencies=function(e){return e[o]||[]},t.createDecorator=function(e){if(t.serviceRegistry.has(e))return t.serviceRegistry.get(e);var r=function(e,t,i){if(3!==arguments.length)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");!function(e,t,i){t[n]===t?t[o].push({id:e,index:i}):(t[o]=[{id:e,index:i}],t[n]=t)}(r,e,i)};return r.toString=function(){return e},t.serviceRegistry.set(e,r),r}},function(e,t,i){"use strict";function n(e,t,i,r){if(void 0===i&&(i=0),void 0===r&&(r=e.length),i>=e.length)return e;i=(e.length+i)%e.length,r=r>=e.length?e.length:(e.length+r)%e.length;for(var n=i;n<r;++n)e[n]=t;return e}Object.defineProperty(t,"__esModule",{value:!0}),t.fill=function(e,t,i,r){return e.fill?e.fill(t,i,r):n(e,t,i,r)},t.fillFallback=n,t.concat=function(e,t){var i=new e.constructor(e.length+t.length);return i.set(e),i.set(t,e.length),i}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=i(7),a=i(3),h=i(5),r=i(6);t.DEFAULT_ATTR_DATA=Object.freeze(new r.AttributeData);var n=(o.prototype.get=function(e){var t=this._data[3*e+0],i=2097151&t;return[this._data[3*e+1],2097152&t?this._combined[e]:i?s.stringFromCodePoint(i):"",t>>22,2097152&t?this._combined[e].charCodeAt(this._combined[e].length-1):i]},o.prototype.set=function(e,t){this._data[3*e+1]=t[a.CHAR_DATA_ATTR_INDEX],1<t[a.CHAR_DATA_CHAR_INDEX].length?(this._combined[e]=t[1],this._data[3*e+0]=2097152|e|t[a.CHAR_DATA_WIDTH_INDEX]<<22):this._data[3*e+0]=t[a.CHAR_DATA_CHAR_INDEX].charCodeAt(0)|t[a.CHAR_DATA_WIDTH_INDEX]<<22},o.prototype.getWidth=function(e){return this._data[3*e+0]>>22},o.prototype.hasWidth=function(e){return 12582912&this._data[3*e+0]},o.prototype.getFg=function(e){return this._data[3*e+1]},o.prototype.getBg=function(e){return this._data[3*e+2]},o.prototype.hasContent=function(e){return 4194303&this._data[3*e+0]},o.prototype.getCodePoint=function(e){var t=this._data[3*e+0];return 2097152&t?this._combined[e].charCodeAt(this._combined[e].length-1):2097151&t},o.prototype.isCombined=function(e){return 2097152&this._data[3*e+0]},o.prototype.getString=function(e){var t=this._data[3*e+0];return 2097152&t?this._combined[e]:2097151&t?s.stringFromCodePoint(2097151&t):""},o.prototype.loadCell=function(e,t){var i=3*e;return t.content=this._data[0+i],t.fg=this._data[1+i],t.bg=this._data[2+i],2097152&t.content&&(t.combinedData=this._combined[e]),t},o.prototype.setCell=function(e,t){2097152&t.content&&(this._combined[e]=t.combinedData),this._data[3*e+0]=t.content,this._data[3*e+1]=t.fg,this._data[3*e+2]=t.bg},o.prototype.setCellFromCodePoint=function(e,t,i,r,n){this._data[3*e+0]=t|i<<22,this._data[3*e+1]=r,this._data[3*e+2]=n},o.prototype.addCodepointToCell=function(e,t){var i=this._data[3*e+0];2097152&i?this._combined[e]+=s.stringFromCodePoint(t):(2097151&i?(this._combined[e]=s.stringFromCodePoint(2097151&i)+s.stringFromCodePoint(t),i&=-2097152,i|=2097152):i=t|1<<22,this._data[3*e+0]=i)},o.prototype.insertCells=function(e,t,i,r){var n,o,s,a;if((e%=this.length)&&2===this.getWidth(e-1)&&this.setCellFromCodePoint(e-1,0,1,(null===(n=r)||void 0===n?void 0:n.fg)||0,(null===(o=r)||void 0===o?void 0:o.bg)||0),t<this.length-e){for(var c=new h.CellData,l=this.length-e-t-1;0<=l;--l)this.setCell(e+t+l,this.loadCell(e+l,c));for(l=0;l<t;++l)this.setCell(e+l,i)}else for(l=e;l<this.length;++l)this.setCell(l,i);2===this.getWidth(this.length-1)&&this.setCellFromCodePoint(this.length-1,0,1,(null===(s=r)||void 0===s?void 0:s.fg)||0,(null===(a=r)||void 0===a?void 0:a.bg)||0)},o.prototype.deleteCells=function(e,t,i,r){var n,o,s,a;if(e%=this.length,t<this.length-e){for(var c=new h.CellData,l=0;l<this.length-e-t;++l)this.setCell(e+l,this.loadCell(e+t+l,c));for(l=this.length-t;l<this.length;++l)this.setCell(l,i)}else for(l=e;l<this.length;++l)this.setCell(l,i);e&&2===this.getWidth(e-1)&&this.setCellFromCodePoint(e-1,0,1,(null===(n=r)||void 0===n?void 0:n.fg)||0,(null===(o=r)||void 0===o?void 0:o.bg)||0),0!==this.getWidth(e)||this.hasContent(e)||this.setCellFromCodePoint(e,0,1,(null===(s=r)||void 0===s?void 0:s.fg)||0,(null===(a=r)||void 0===a?void 0:a.bg)||0)},o.prototype.replaceCells=function(e,t,i,r){var n,o,s,a;for(e&&2===this.getWidth(e-1)&&this.setCellFromCodePoint(e-1,0,1,(null===(n=r)||void 0===n?void 0:n.fg)||0,(null===(o=r)||void 0===o?void 0:o.bg)||0),t<this.length&&2===this.getWidth(t-1)&&this.setCellFromCodePoint(t,0,1,(null===(s=r)||void 0===s?void 0:s.fg)||0,(null===(a=r)||void 0===a?void 0:a.bg)||0);e<t&&e<this.length;)this.setCell(e++,i)},o.prototype.resize=function(e,t){if(e!==this.length){if(e>this.length){var i=new Uint32Array(3*e);this.length&&(3*e<this._data.length?i.set(this._data.subarray(0,3*e)):i.set(this._data)),this._data=i;for(var r=this.length;r<e;++r)this.setCell(r,t)}else if(e){(i=new Uint32Array(3*e)).set(this._data.subarray(0,3*e)),this._data=i;var n=Object.keys(this._combined);for(r=0;r<n.length;r++){var o=parseInt(n[r],10);e<=o&&delete this._combined[o]}}else this._data=new Uint32Array(0),this._combined={};this.length=e}},o.prototype.fill=function(e){this._combined={};for(var t=0;t<this.length;++t)this.setCell(t,e)},o.prototype.copyFrom=function(e){for(var t in this.length!==e.length?this._data=new Uint32Array(e._data):this._data.set(e._data),this.length=e.length,this._combined={},e._combined)this._combined[t]=e._combined[t];this.isWrapped=e.isWrapped},o.prototype.clone=function(){var e=new o(0);for(var t in e._data=new Uint32Array(this._data),e.length=this.length,this._combined)e._combined[t]=this._combined[t];return e.isWrapped=this.isWrapped,e},o.prototype.getTrimmedLength=function(){for(var e=this.length-1;0<=e;--e)if(4194303&this._data[3*e+0])return e+(this._data[3*e+0]>>22);return 0},o.prototype.copyCellsFrom=function(e,t,i,r,n){var o=e._data;if(n)for(var s=r-1;0<=s;s--)for(var a=0;a<3;a++)this._data[3*(i+s)+a]=o[3*(t+s)+a];else for(s=0;s<r;s++)for(a=0;a<3;a++)this._data[3*(i+s)+a]=o[3*(t+s)+a];var c=Object.keys(e._combined);for(a=0;a<c.length;a++){var l=parseInt(c[a],10);t<=l&&(this._combined[l-t+i]=e._combined[l])}},o.prototype.translateToString=function(e,t,i){void 0===e&&(e=!1),void 0===t&&(t=0),void 0===i&&(i=this.length),e&&(i=Math.min(i,this.getTrimmedLength()));for(var r="";t<i;){var n=this._data[3*t+0],o=2097151&n;r+=2097152&n?this._combined[t]:o?s.stringFromCodePoint(o):a.WHITESPACE_CELL_CHAR,t+=n>>22||1}return r},o);function o(e,t,i){void 0===i&&(i=!1),this.isWrapped=i,this._combined={},this._data=new Uint32Array(3*e);for(var r=t||h.CellData.fromCharData([0,a.NULL_CELL_CHAR,a.NULL_CELL_WIDTH,a.NULL_CELL_CODE]),n=0;n<e;++n)this.setCell(n,r);this.length=e}t.BufferLine=n},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.promptLabel="Terminal input",t.tooMuchOutput="Too much output to announce, navigate to rows manually to read"},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CHARSETS={},t.DEFAULT_CHARSET=t.CHARSETS.B,t.CHARSETS[0]={"`":"◆",a:"▒",b:"␉",c:"␌",d:"␍",e:"␊",f:"°",g:"±",h:"␤",i:"␋",j:"┘",k:"┐",l:"┌",m:"└",n:"┼",o:"⎺",p:"⎻",q:"─",r:"⎼",s:"⎽",t:"├",u:"┤",v:"┴",w:"┬",x:"│",y:"≤",z:"≥","{":"π","|":"≠","}":"£","~":"·"},t.CHARSETS.A={"#":"£"},t.CHARSETS.B=null,t.CHARSETS[4]={"#":"£","@":"¾","[":"ij","\\":"½","]":"|","{":"¨","|":"f","}":"¼","~":"´"},t.CHARSETS.C=t.CHARSETS[5]={"[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"},t.CHARSETS.R={"#":"£","@":"à","[":"°","\\":"ç","]":"§","{":"é","|":"ù","}":"è","~":"¨"},t.CHARSETS.Q={"@":"à","[":"â","\\":"ç","]":"ê","^":"î","`":"ô","{":"é","|":"ù","}":"è","~":"û"},t.CHARSETS.K={"@":"§","[":"Ä","\\":"Ö","]":"Ü","{":"ä","|":"ö","}":"ü","~":"ß"},t.CHARSETS.Y={"#":"£","@":"§","[":"°","\\":"ç","]":"é","`":"ù","{":"à","|":"ò","}":"è","~":"ì"},t.CHARSETS.E=t.CHARSETS[6]={"@":"Ä","[":"Æ","\\":"Ø","]":"Å","^":"Ü","`":"ä","{":"æ","|":"ø","}":"å","~":"ü"},t.CHARSETS.Z={"#":"£","@":"§","[":"¡","\\":"Ñ","]":"¿","{":"°","|":"ñ","}":"ç"},t.CHARSETS.H=t.CHARSETS[7]={"@":"É","[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"},t.CHARSETS["="]={"#":"ù","@":"à","[":"é","\\":"ç","]":"ê","^":"î",_:"è","`":"ô","{":"ä","|":"ö","}":"ü","~":"û"}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(o.fromArray=function(e){var t=new o;if(!e.length)return t;for(var i=e[0]instanceof Array?1:0;i<e.length;++i){var r=e[i];if(r instanceof Array)for(var n=0;n<r.length;++n)t.addSubParam(r[n]);else t.addParam(r)}return t},o.prototype.clone=function(){var e=new o(this.maxLength,this.maxSubParamsLength);return e.params.set(this.params),e.length=this.length,e._subParams.set(this._subParams),e._subParamsLength=this._subParamsLength,e._subParamsIdx.set(this._subParamsIdx),e._rejectDigits=this._rejectDigits,e._rejectSubDigits=this._rejectSubDigits,e._digitIsSub=this._digitIsSub,e},o.prototype.toArray=function(){for(var e=[],t=0;t<this.length;++t){e.push(this.params[t]);var i=this._subParamsIdx[t]>>8,r=255&this._subParamsIdx[t];0<r-i&&e.push(Array.prototype.slice.call(this._subParams,i,r))}return e},o.prototype.reset=function(){this.length=0,this._subParamsLength=0,this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1},o.prototype.addParam=function(e){if(this._digitIsSub=!1,this.length>=this.maxLength)this._rejectDigits=!0;else{if(e<-1)throw new Error("values lesser than -1 are not allowed");this._subParamsIdx[this.length]=this._subParamsLength<<8|this._subParamsLength,this.params[this.length++]=2147483647<e?2147483647:e}},o.prototype.addSubParam=function(e){if(this._digitIsSub=!0,this.length)if(this._rejectDigits||this._subParamsLength>=this.maxSubParamsLength)this._rejectSubDigits=!0;else{if(e<-1)throw new Error("values lesser than -1 are not allowed");this._subParams[this._subParamsLength++]=2147483647<e?2147483647:e,this._subParamsIdx[this.length-1]++}},o.prototype.hasSubParams=function(e){return 0<(255&this._subParamsIdx[e])-(this._subParamsIdx[e]>>8)},o.prototype.getSubParams=function(e){var t=this._subParamsIdx[e]>>8,i=255&this._subParamsIdx[e];return 0<i-t?this._subParams.subarray(t,i):null},o.prototype.getSubParamsAll=function(){for(var e={},t=0;t<this.length;++t){var i=this._subParamsIdx[t]>>8,r=255&this._subParamsIdx[t];0<r-i&&(e[t]=this._subParams.slice(i,r))}return e},o.prototype.addDigit=function(e){var t;if(!(this._rejectDigits||!(t=this._digitIsSub?this._subParamsLength:this.length)||this._digitIsSub&&this._rejectSubDigits)){var i=this._digitIsSub?this._subParams:this.params,r=i[t-1];i[t-1]=~r?Math.min(10*r+e,2147483647):e}},o);function o(e,t){if(void 0===e&&(e=32),void 0===t&&(t=32),this.maxLength=e,256<(this.maxSubParamsLength=t))throw new Error("maxSubParamsLength must not be greater than 256");this.params=new Int32Array(e),this.length=0,this._subParams=new Int32Array(t),this._subParamsLength=0,this._subParamsIdx=new Uint16Array(e),this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}t.Params=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(21),o=i(7),n=(s.prototype.addHandler=function(e,t){void 0===this._handlers[e]&&(this._handlers[e]=[]);var i=this._handlers[e];return i.push(t),{dispose:function(){var e=i.indexOf(t);-1!==e&&i.splice(e,1)}}},s.prototype.setHandler=function(e,t){this._handlers[e]=[t]},s.prototype.clearHandler=function(e){this._handlers[e]&&delete this._handlers[e]},s.prototype.setHandlerFallback=function(e){this._handlerFb=e},s.prototype.dispose=function(){this._handlers=Object.create(null),this._handlerFb=function(){}},s.prototype.reset=function(){2===this._state&&this.end(!1),this._id=-1,this._state=0},s.prototype._start=function(){var e=this._handlers[this._id];if(e)for(var t=e.length-1;0<=t;t--)e[t].start();else this._handlerFb(this._id,"START")},s.prototype._put=function(e,t,i){var r=this._handlers[this._id];if(r)for(var n=r.length-1;0<=n;n--)r[n].put(e,t,i);else this._handlerFb(this._id,"PUT",o.utf32ToString(e,t,i))},s.prototype._end=function(e){var t=this._handlers[this._id];if(t){for(var i=t.length-1;0<=i&&!1===t[i].end(e);i--);for(i--;0<=i;i--)t[i].end(!1)}else this._handlerFb(this._id,"END",e)},s.prototype.start=function(){this.reset(),this._id=-1,this._state=1},s.prototype.put=function(e,t,i){if(3!==this._state){if(1===this._state)for(;t<i;){var r=e[t++];if(59===r){this._state=2,this._start();break}if(r<48||57<r)return void(this._state=3);-1===this._id&&(this._id=0),this._id=10*this._id+r-48}2===this._state&&0<i-t&&this._put(e,t,i)}},s.prototype.end=function(e){0!==this._state&&(3!==this._state&&(1===this._state&&this._start(),this._end(e)),this._id=-1,this._state=0)},s);function s(){this._state=0,this._id=-1,this._handlers=Object.create(null),this._handlerFb=function(){}}t.OscParser=n;var a=(c.prototype.start=function(){this._data="",this._hitLimit=!1},c.prototype.put=function(e,t,i){this._hitLimit||(this._data+=o.utf32ToString(e,t,i),this._data.length>r.PAYLOAD_LIMIT&&(this._data="",this._hitLimit=!0))},c.prototype.end=function(e){var t;return this._hitLimit?t=!1:e&&(t=this._handler(this._data)),this._data="",this._hitLimit=!1,t},c);function c(e){this._handler=e,this._data="",this._hitLimit=!1}t.OscHandler=a},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PAYLOAD_LIMIT=1e7},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(7),r=i(19),o=i(21),s=[],a=(c.prototype.dispose=function(){this._handlers=Object.create(null),this._handlerFb=function(){}},c.prototype.addHandler=function(e,t){void 0===this._handlers[e]&&(this._handlers[e]=[]);var i=this._handlers[e];return i.push(t),{dispose:function(){var e=i.indexOf(t);-1!==e&&i.splice(e,1)}}},c.prototype.setHandler=function(e,t){this._handlers[e]=[t]},c.prototype.clearHandler=function(e){this._handlers[e]&&delete this._handlers[e]},c.prototype.setHandlerFallback=function(e){this._handlerFb=e},c.prototype.reset=function(){this._active.length&&this.unhook(!1),this._active=s,this._ident=0},c.prototype.hook=function(e,t){if(this.reset(),this._ident=e,this._active=this._handlers[e]||s,this._active.length)for(var i=this._active.length-1;0<=i;i--)this._active[i].hook(t);else this._handlerFb(this._ident,"HOOK",t)},c.prototype.put=function(e,t,i){if(this._active.length)for(var r=this._active.length-1;0<=r;r--)this._active[r].put(e,t,i);else this._handlerFb(this._ident,"PUT",n.utf32ToString(e,t,i))},c.prototype.unhook=function(e){if(this._active.length){for(var t=this._active.length-1;0<=t&&!1===this._active[t].unhook(e);t--);for(t--;0<=t;t--)this._active[t].unhook(!1)}else this._handlerFb(this._ident,"UNHOOK",e);this._active=s,this._ident=0},c);function c(){this._handlers=Object.create(null),this._active=s,this._ident=0,this._handlerFb=function(){}}t.DcsParser=a;var l=(h.prototype.hook=function(e){this._params=e.clone(),this._data="",this._hitLimit=!1},h.prototype.put=function(e,t,i){this._hitLimit||(this._data+=n.utf32ToString(e,t,i),this._data.length>o.PAYLOAD_LIMIT&&(this._data="",this._hitLimit=!0))},h.prototype.unhook=function(e){var t;return this._hitLimit?t=!1:e&&(t=this._handler(this._data,this._params?this._params:new r.Params)),this._params=void 0,this._data="",this._hitLimit=!1,t},h);function h(e){this._handler=e,this._data="",this._hitLimit=!1}t.DcsHandler=l},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var h=i(24),u=i(42),f=[];t.acquireCharAtlas=function(e,t,i,r,n){for(var o=h.generateConfig(r,n,e,i),s=0;s<f.length;s++){var a=(c=f[s]).ownedBy.indexOf(t);if(0<=a){if(h.configEquals(c.config,o))return c.atlas;1===c.ownedBy.length?(c.atlas.dispose(),f.splice(s,1)):c.ownedBy.splice(a,1);break}}for(s=0;s<f.length;s++){var c=f[s];if(h.configEquals(c.config,o))return c.ownedBy.push(t),c.atlas}var l={atlas:new u.DynamicCharAtlas(document,o),config:o,ownedBy:[t]};return f.push(l),l.atlas},t.removeTerminalFromCache=function(e){for(var t=0;t<f.length;t++){var i=f[t].ownedBy.indexOf(e);if(-1!==i){1===f[t].ownedBy.length?(f[t].atlas.dispose(),f.splice(t,1)):f[t].ownedBy.splice(i,1);break}}}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(3);t.generateConfig=function(e,t,i,r){var n={foreground:r.foreground,background:r.background,cursor:void 0,cursorAccent:void 0,selection:void 0,ansi:r.ansi.slice(0,16)};return{devicePixelRatio:window.devicePixelRatio,scaledCharWidth:e,scaledCharHeight:t,fontFamily:i.fontFamily,fontSize:i.fontSize,fontWeight:i.fontWeight,fontWeightBold:i.fontWeightBold,allowTransparency:i.allowTransparency,colors:n}},t.configEquals=function(e,t){for(var i=0;i<e.colors.ansi.length;i++)if(e.colors.ansi[i].rgba!==t.colors.ansi[i].rgba)return!1;return e.devicePixelRatio===t.devicePixelRatio&&e.fontFamily===t.fontFamily&&e.fontSize===t.fontSize&&e.fontWeight===t.fontWeight&&e.fontWeightBold===t.fontWeightBold&&e.allowTransparency===t.allowTransparency&&e.scaledCharWidth===t.scaledCharWidth&&e.scaledCharHeight===t.scaledCharHeight&&e.colors.foreground===t.colors.foreground&&e.colors.background===t.colors.background},t.is256Color=function(e){return e<r.DEFAULT_COLOR}},function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var h=t(10),o=t(44),s=h.css.toColor("#ffffff"),a=h.css.toColor("#000000"),c=h.css.toColor("#ffffff"),l=h.css.toColor("#000000"),u={css:"rgba(255, 255, 255, 0.3)",rgba:4294967117};n.DEFAULT_ANSI_COLORS=function(){for(var e=[h.css.toColor("#2e3436"),h.css.toColor("#cc0000"),h.css.toColor("#4e9a06"),h.css.toColor("#c4a000"),h.css.toColor("#3465a4"),h.css.toColor("#75507b"),h.css.toColor("#06989a"),h.css.toColor("#d3d7cf"),h.css.toColor("#555753"),h.css.toColor("#ef2929"),h.css.toColor("#8ae234"),h.css.toColor("#fce94f"),h.css.toColor("#729fcf"),h.css.toColor("#ad7fa8"),h.css.toColor("#34e2e2"),h.css.toColor("#eeeeec")],t=[0,95,135,175,215,255],i=0;i<216;i++){var r=t[i/36%6|0],n=t[i/6%6|0],o=t[i%6];e.push({css:h.channels.toCss(r,n,o),rgba:h.channels.toRgba(r,n,o)})}for(i=0;i<24;i++){var s=8+10*i;e.push({css:h.channels.toCss(s,s,s),rgba:h.channels.toRgba(s,s,s)})}return e}();var i=(r.prototype.onOptionsChange=function(e){"minimumContrastRatio"===e&&this._contrastCache.clear()},r.prototype.setTheme=function(e){void 0===e&&(e={}),this.colors.foreground=this._parseColor(e.foreground,s),this.colors.background=this._parseColor(e.background,a),this.colors.cursor=this._parseColor(e.cursor,c,!0),this.colors.cursorAccent=this._parseColor(e.cursorAccent,l,!0),this.colors.selection=this._parseColor(e.selection,u,!0),this.colors.selectionOpaque=h.color.blend(this.colors.background,this.colors.selection),this.colors.ansi[0]=this._parseColor(e.black,n.DEFAULT_ANSI_COLORS[0]),this.colors.ansi[1]=this._parseColor(e.red,n.DEFAULT_ANSI_COLORS[1]),this.colors.ansi[2]=this._parseColor(e.green,n.DEFAULT_ANSI_COLORS[2]),this.colors.ansi[3]=this._parseColor(e.yellow,n.DEFAULT_ANSI_COLORS[3]),this.colors.ansi[4]=this._parseColor(e.blue,n.DEFAULT_ANSI_COLORS[4]),this.colors.ansi[5]=this._parseColor(e.magenta,n.DEFAULT_ANSI_COLORS[5]),this.colors.ansi[6]=this._parseColor(e.cyan,n.DEFAULT_ANSI_COLORS[6]),this.colors.ansi[7]=this._parseColor(e.white,n.DEFAULT_ANSI_COLORS[7]),this.colors.ansi[8]=this._parseColor(e.brightBlack,n.DEFAULT_ANSI_COLORS[8]),this.colors.ansi[9]=this._parseColor(e.brightRed,n.DEFAULT_ANSI_COLORS[9]),this.colors.ansi[10]=this._parseColor(e.brightGreen,n.DEFAULT_ANSI_COLORS[10]),this.colors.ansi[11]=this._parseColor(e.brightYellow,n.DEFAULT_ANSI_COLORS[11]),this.colors.ansi[12]=this._parseColor(e.brightBlue,n.DEFAULT_ANSI_COLORS[12]),this.colors.ansi[13]=this._parseColor(e.brightMagenta,n.DEFAULT_ANSI_COLORS[13]),this.colors.ansi[14]=this._parseColor(e.brightCyan,n.DEFAULT_ANSI_COLORS[14]),this.colors.ansi[15]=this._parseColor(e.brightWhite,n.DEFAULT_ANSI_COLORS[15]),this._contrastCache.clear()},r.prototype._parseColor=function(e,t,i){if(void 0===i&&(i=this.allowTransparency),void 0===e)return t;if(this._ctx.fillStyle=this._litmusColor,this._ctx.fillStyle=e,"string"!=typeof this._ctx.fillStyle)return console.warn("Color: "+e+" is invalid using fallback "+t.css),t;this._ctx.fillRect(0,0,1,1);var r=this._ctx.getImageData(0,0,1,1).data;if(255===r[3])return{css:this._ctx.fillStyle,rgba:h.channels.toRgba(r[0],r[1],r[2],r[3])};if(!i)return console.warn("Color: "+e+" is using transparency, but allowTransparency is false. Using fallback "+t.css+"."),t;var n=this._ctx.fillStyle.substring(5,this._ctx.fillStyle.length-1).split(",").map(function(e){return Number(e)}),o=n[0],s=n[1],a=n[2],c=n[3],l=Math.round(255*c);return{rgba:h.channels.toRgba(o,s,a,l),css:h.channels.toCss(o,s,a,l)}},r);function r(e,t){this.allowTransparency=t;var i=e.createElement("canvas");i.width=1,i.height=1;var r=i.getContext("2d");if(!r)throw new Error("Could not get rendering context");this._ctx=r,this._ctx.globalCompositeOperation="copy",this._litmusColor=this._ctx.createLinearGradient(0,0,1,1),this._contrastCache=new o.ColorContrastCache,this.colors={foreground:s,background:a,cursor:c,cursorAccent:l,selection:u,selectionOpaque:h.color.blend(a,u),ansi:n.DEFAULT_ANSI_COLORS.slice(),contrastCache:this._contrastCache}}n.ColorManager=i},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.throwIfFalsy=function(e){if(!e)throw new Error("value must not be falsy");return e}},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var o,s=i(6),f=i(3),a=i(5),c=(o=s.AttributeData,n(l,o),l.prototype.isCombined=function(){return 2097152},l.prototype.getWidth=function(){return this._width},l.prototype.getChars=function(){return this.combinedData},l.prototype.getCode=function(){return 2097151},l.prototype.setFromCharData=function(e){throw new Error("not implemented")},l.prototype.getAsCharData=function(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]},l);function l(e,t,i){var r=o.call(this)||this;return r.content=0,r.combinedData="",r.fg=e.fg,r.bg=e.bg,r.combinedData=t,r._width=i,r}t.JoinedCellData=c;var h=(u.prototype.registerCharacterJoiner=function(e){var t={id:this._nextCharacterJoinerId++,handler:e};return this._characterJoiners.push(t),t.id},u.prototype.deregisterCharacterJoiner=function(e){for(var t=0;t<this._characterJoiners.length;t++)if(this._characterJoiners[t].id===e)return this._characterJoiners.splice(t,1),!0;return!1},u.prototype.getJoinedCharacters=function(e){if(0===this._characterJoiners.length)return[];var t=this._bufferService.buffer.lines.get(e);if(!t||0===t.length)return[];for(var i=[],r=t.translateToString(!0),n=0,o=0,s=0,a=t.getFg(0),c=t.getBg(0),l=0;l<t.getTrimmedLength();l++)if(t.loadCell(l,this._workCell),0!==this._workCell.getWidth()){if(this._workCell.fg!==a||this._workCell.bg!==c){if(1<l-n)for(var h=this._getJoinedRanges(r,s,o,t,n),u=0;u<h.length;u++)i.push(h[u]);n=l,s=o,a=this._workCell.fg,c=this._workCell.bg}o+=this._workCell.getChars().length||f.WHITESPACE_CELL_CHAR.length}if(1<this._bufferService.cols-n)for(h=this._getJoinedRanges(r,s,o,t,n),u=0;u<h.length;u++)i.push(h[u]);return i},u.prototype._getJoinedRanges=function(e,t,i,r,n){for(var o=e.substring(t,i),s=this._characterJoiners[0].handler(o),a=1;a<this._characterJoiners.length;a++)for(var c=this._characterJoiners[a].handler(o),l=0;l<c.length;l++)u._mergeRanges(s,c[l]);return this._stringRangesToCellRanges(s,r,n),s},u.prototype._stringRangesToCellRanges=function(e,t,i){var r=0,n=!1,o=0,s=e[r];if(s){for(var a=i;a<this._bufferService.cols;a++){var c=t.getWidth(a),l=t.getString(a).length||f.WHITESPACE_CELL_CHAR.length;if(0!==c){if(!n&&s[0]<=o&&(s[0]=a,n=!0),s[1]<=o){if(s[1]=a,!(s=e[++r]))break;n=s[0]<=o&&(s[0]=a,!0)}o+=l}}s&&(s[1]=this._bufferService.cols)}},u._mergeRanges=function(e,t){for(var i=!1,r=0;r<e.length;r++){var n=e[r];if(i){if(t[1]<=n[0])return e[r-1][1]=t[1],e;if(t[1]<=n[1])return e[r-1][1]=Math.max(t[1],n[1]),e.splice(r,1),e;e.splice(r,1),r--}else{if(t[1]<=n[0])return e.splice(r,0,t),e;if(t[1]<=n[1])return n[0]=Math.min(t[0],n[0]),e;t[0]<n[1]&&(n[0]=Math.min(t[0],n[0]),i=!0)}}return i?e[e.length-1][1]=t[1]:e.push(t),e},u);function u(e){this._bufferService=e,this._characterJoiners=[],this._nextCharacterJoinerId=0,this._workCell=new a.CellData}t.CharacterJoinerRegistry=h},function(e,t,i){"use strict";function l(e,t){var i=t.getBoundingClientRect();return[e.clientX-i.left,e.clientY-i.top]}Object.defineProperty(t,"__esModule",{value:!0}),t.getCoordsRelativeToElement=l,t.getCoords=function(e,t,i,r,n,o,s,a){if(n){var c=l(e,t);if(c)return c[0]=Math.ceil((c[0]+(a?o/2:0))/o),c[1]=Math.ceil(c[1]/s),c[0]=Math.min(Math.max(c[0],1),i+(a?1:0)),c[1]=Math.min(Math.max(c[1],1),r),c}},t.getRawByteCoords=function(e){if(e)return{x:e[0]+32,y:e[1]+32}}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.dispose=function(){this._animationFrame&&(window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)},n.prototype.refresh=function(e,t,i){var r=this;this._rowCount=i,e=void 0!==e?e:0,t=void 0!==t?t:this._rowCount-1,this._rowStart=void 0!==this._rowStart?Math.min(this._rowStart,e):e,this._rowEnd=void 0!==this._rowEnd?Math.max(this._rowEnd,t):t,this._animationFrame||(this._animationFrame=window.requestAnimationFrame(function(){return r._innerRefresh()}))},n.prototype._innerRefresh=function(){void 0!==this._rowStart&&void 0!==this._rowEnd&&void 0!==this._rowCount&&(this._rowStart=Math.max(this._rowStart,0),this._rowEnd=Math.min(this._rowEnd,this._rowCount-1),this._renderCallback(this._rowStart,this._rowEnd),this._rowStart=void 0,this._rowEnd=void 0,this._animationFrame=void 0)},n);function n(e){this._renderCallback=e}t.RenderDebouncer=r},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var o,s=(o=i(2).Disposable,n(a,o),a.prototype.setListener=function(e){var t=this;this._listener&&this.clearListener(),this._listener=e,this._outerListener=function(){t._listener&&(t._listener(window.devicePixelRatio,t._currentDevicePixelRatio),t._updateDpr())},this._updateDpr()},a.prototype.dispose=function(){o.prototype.dispose.call(this),this.clearListener()},a.prototype._updateDpr=function(){this._resolutionMediaMatchList&&this._outerListener&&(this._resolutionMediaMatchList.removeListener(this._outerListener),this._currentDevicePixelRatio=window.devicePixelRatio,this._resolutionMediaMatchList=window.matchMedia("screen and (resolution: "+window.devicePixelRatio+"dppx)"),this._resolutionMediaMatchList.addListener(this._outerListener))},a.prototype.clearListener=function(){this._resolutionMediaMatchList&&this._listener&&this._outerListener&&(this._resolutionMediaMatchList.removeListener(this._outerListener),this._resolutionMediaMatchList=void 0,this._listener=void 0,this._outerListener=void 0)},a);function a(){var e=null!==o&&o.apply(this,arguments)||this;return e._currentDevicePixelRatio=window.devicePixelRatio,e}t.ScreenDprMonitor=s},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.clone=function e(t,i){if(void 0===i&&(i=5),"object"!=typeof t)return t;var r=Array.isArray(t)?[]:{};for(var n in t)r[n]=i<=1?t[n]:t[n]?e(t[n],i-1):t[n];return r}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(5),n=i(33),o=i(17),s=i(80),a=(Object.defineProperty(c.prototype,"onCursorMove",{get:function(){return this._core.onCursorMove},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onLineFeed",{get:function(){return this._core.onLineFeed},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onSelectionChange",{get:function(){return this._core.onSelectionChange},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onData",{get:function(){return this._core.onData},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onBinary",{get:function(){return this._core.onBinary},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onTitleChange",{get:function(){return this._core.onTitleChange},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onScroll",{get:function(){return this._core.onScroll},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onKey",{get:function(){return this._core.onKey},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onRender",{get:function(){return this._core.onRender},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onResize",{get:function(){return this._core.onResize},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"element",{get:function(){return this._core.element},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"parser",{get:function(){return this._parser||(this._parser=new u(this._core)),this._parser},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"unicode",{get:function(){return new f(this._core)},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"textarea",{get:function(){return this._core.textarea},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"rows",{get:function(){return this._core.rows},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"cols",{get:function(){return this._core.cols},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"buffer",{get:function(){return new l(this._core.buffer)},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"markers",{get:function(){return this._core.markers},enumerable:!0,configurable:!0}),c.prototype.blur=function(){this._core.blur()},c.prototype.focus=function(){this._core.focus()},c.prototype.resize=function(e,t){this._verifyIntegers(e,t),this._core.resize(e,t)},c.prototype.open=function(e){this._core.open(e)},c.prototype.attachCustomKeyEventHandler=function(e){this._core.attachCustomKeyEventHandler(e)},c.prototype.registerLinkMatcher=function(e,t,i){return this._core.registerLinkMatcher(e,t,i)},c.prototype.deregisterLinkMatcher=function(e){this._core.deregisterLinkMatcher(e)},c.prototype.registerCharacterJoiner=function(e){return this._core.registerCharacterJoiner(e)},c.prototype.deregisterCharacterJoiner=function(e){this._core.deregisterCharacterJoiner(e)},c.prototype.registerMarker=function(e){return this._verifyIntegers(e),this._core.addMarker(e)},c.prototype.addMarker=function(e){return this.registerMarker(e)},c.prototype.hasSelection=function(){return this._core.hasSelection()},c.prototype.select=function(e,t,i){this._verifyIntegers(e,t,i),this._core.select(e,t,i)},c.prototype.getSelection=function(){return this._core.getSelection()},c.prototype.getSelectionPosition=function(){return this._core.getSelectionPosition()},c.prototype.clearSelection=function(){this._core.clearSelection()},c.prototype.selectAll=function(){this._core.selectAll()},c.prototype.selectLines=function(e,t){this._verifyIntegers(e,t),this._core.selectLines(e,t)},c.prototype.dispose=function(){this._addonManager.dispose(),this._core.dispose()},c.prototype.scrollLines=function(e){this._verifyIntegers(e),this._core.scrollLines(e)},c.prototype.scrollPages=function(e){this._verifyIntegers(e),this._core.scrollPages(e)},c.prototype.scrollToTop=function(){this._core.scrollToTop()},c.prototype.scrollToBottom=function(){this._core.scrollToBottom()},c.prototype.scrollToLine=function(e){this._verifyIntegers(e),this._core.scrollToLine(e)},c.prototype.clear=function(){this._core.clear()},c.prototype.write=function(e,t){this._core.write(e,t)},c.prototype.writeUtf8=function(e,t){this._core.write(e,t)},c.prototype.writeln=function(e,t){this._core.write(e),this._core.write("\r\n",t)},c.prototype.paste=function(e){this._core.paste(e)},c.prototype.getOption=function(e){return this._core.optionsService.getOption(e)},c.prototype.setOption=function(e,t){this._core.optionsService.setOption(e,t)},c.prototype.refresh=function(e,t){this._verifyIntegers(e,t),this._core.refresh(e,t)},c.prototype.reset=function(){this._core.reset()},c.prototype.loadAddon=function(e){return this._addonManager.loadAddon(this,e)},Object.defineProperty(c,"strings",{get:function(){return o},enumerable:!0,configurable:!0}),c.prototype._verifyIntegers=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];e.forEach(function(e){if(e===1/0||isNaN(e)||e%1!=0)throw new Error("This API only accepts integers")})},c);function c(e){this._core=new n.Terminal(e),this._addonManager=new s.AddonManager}t.Terminal=a;var l=(Object.defineProperty(v.prototype,"cursorY",{get:function(){return this._buffer.y},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"cursorX",{get:function(){return this._buffer.x},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"viewportY",{get:function(){return this._buffer.ydisp},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"baseY",{get:function(){return this._buffer.ybase},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"length",{get:function(){return this._buffer.lines.length},enumerable:!0,configurable:!0}),v.prototype.getLine=function(e){var t=this._buffer.lines.get(e);if(t)return new h(t)},v.prototype.getNullCell=function(){return new r.CellData},v),h=(Object.defineProperty(p.prototype,"isWrapped",{get:function(){return this._line.isWrapped},enumerable:!0,configurable:!0}),Object.defineProperty(p.prototype,"length",{get:function(){return this._line.length},enumerable:!0,configurable:!0}),p.prototype.getCell=function(e,t){if(!(e<0||e>=this._line.length))return t?(this._line.loadCell(e,t),t):this._line.loadCell(e,new r.CellData)},p.prototype.translateToString=function(e,t,i){return this._line.translateToString(e,t,i)},p),u=(d.prototype.registerCsiHandler=function(e,t){return this._core.addCsiHandler(e,function(e){return t(e.toArray())})},d.prototype.addCsiHandler=function(e,t){return this.registerCsiHandler(e,t)},d.prototype.registerDcsHandler=function(e,i){return this._core.addDcsHandler(e,function(e,t){return i(e,t.toArray())})},d.prototype.addDcsHandler=function(e,t){return this.registerDcsHandler(e,t)},d.prototype.registerEscHandler=function(e,t){return this._core.addEscHandler(e,t)},d.prototype.addEscHandler=function(e,t){return this.registerEscHandler(e,t)},d.prototype.registerOscHandler=function(e,t){return this._core.addOscHandler(e,t)},d.prototype.addOscHandler=function(e,t){return this.registerOscHandler(e,t)},d),f=(_.prototype.register=function(e){this._core.unicodeService.register(e)},Object.defineProperty(_.prototype,"versions",{get:function(){return this._core.unicodeService.versions},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"activeVersion",{get:function(){return this._core.unicodeService.activeVersion},set:function(e){this._core.unicodeService.activeVersion=e},enumerable:!0,configurable:!0}),_);function _(e){this._core=e}function d(e){this._core=e}function p(e){this._line=e}function v(e){this._buffer=e}},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var o,s=i(34),a=i(35),c=i(36),h=i(12),l=i(37),u=i(39),f=i(49),_=i(50),d=i(11),p=i(8),v=i(17),g=i(53),y=i(54),b=i(55),m=i(56),S=i(58),C=i(1),w=i(16),E=i(59),L=i(25),A=i(60),R=i(0),x=i(61),k=i(4),D=i(62),T=i(63),O=i(2),M=i(69),P=i(70),H=i(71),I=i(72),B=i(73),F=i(74),j=i(75),W=i(76),q=i(77),U=i(79),N="undefined"!=typeof window?window.document:null,z=(o=O.Disposable,n(K,o),Object.defineProperty(K.prototype,"options",{get:function(){return this.optionsService.options},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"cols",{get:function(){return this._bufferService.cols},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"rows",{get:function(){return this._bufferService.rows},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onCursorMove",{get:function(){return this._onCursorMove.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onData",{get:function(){return this._onData.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onBinary",{get:function(){return this._onBinary.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onKey",{get:function(){return this._onKey.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onLineFeed",{get:function(){return this._onLineFeed.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onRender",{get:function(){return this._onRender.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onResize",{get:function(){return this._onResize.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onScroll",{get:function(){return this._onScroll.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onSelectionChange",{get:function(){return this._onSelectionChange.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onTitleChange",{get:function(){return this._onTitleChange.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onFocus",{get:function(){return this._onFocus.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onBlur",{get:function(){return this._onBlur.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onA11yChar",{get:function(){return this.onA11yCharEmitter.event},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"onA11yTab",{get:function(){return this.onA11yTabEmitter.event},enumerable:!0,configurable:!0}),K.prototype.dispose=function(){var e,t,i,r;this._isDisposed||(o.prototype.dispose.call(this),null===(e=this._windowsMode)||void 0===e||e.dispose(),this._windowsMode=void 0,null===(t=this._renderService)||void 0===t||t.dispose(),this._customKeyEventHandler=null,this.write=function(){},null===(r=null===(i=this.element)||void 0===i?void 0:i.parentNode)||void 0===r||r.removeChild(this.element))},K.prototype._setup=function(){var i=this;this._customKeyEventHandler=null,this.insertMode=!1,this.bracketedPasteMode=!1,this._userScrolling=!1,this._inputHandler?this._inputHandler.reset():(this._inputHandler=new l.InputHandler(this,this._bufferService,this._charsetService,this._coreService,this._dirtyRowService,this._logService,this.optionsService,this._coreMouseService,this.unicodeService,this._instantiationService),this._inputHandler.onRequestBell(function(){return i.bell()}),this._inputHandler.onRequestRefreshRows(function(e,t){return i.refresh(e,t)}),this._inputHandler.onRequestReset(function(){return i.reset()}),this._inputHandler.onCursorMove(function(){return i._onCursorMove.fire()}),this._inputHandler.onLineFeed(function(){return i._onLineFeed.fire()}),this.register(this._inputHandler)),this.linkifier||(this.linkifier=new f.Linkifier(this._bufferService,this._logService,this.optionsService,this.unicodeService)),this.options.windowsMode&&this._enableWindowsMode()},K.prototype._enableWindowsMode=function(){var e=this;if(!this._windowsMode){var t=[];t.push(this.onLineFeed(E.updateWindowsModeWrappedState.bind(null,this._bufferService))),t.push(this.addCsiHandler({final:"H"},function(){return E.updateWindowsModeWrappedState(e._bufferService),!1})),this._windowsMode={dispose:function(){t.forEach(function(e){return e.dispose()})}}}},Object.defineProperty(K.prototype,"buffer",{get:function(){return this.buffers.active},enumerable:!0,configurable:!0}),Object.defineProperty(K.prototype,"buffers",{get:function(){return this._bufferService.buffers},enumerable:!0,configurable:!0}),K.prototype.focus=function(){this.textarea&&this.textarea.focus({preventScroll:!0})},K.prototype._setupOptionsListeners=function(){var s=this;this.optionsService.onOptionChange(function(e){var t,i,r,n,o;switch(e){case"fontFamily":case"fontSize":null===(t=s._renderService)||void 0===t||t.clear(),null===(i=s._charSizeService)||void 0===i||i.measure();break;case"cursorBlink":case"cursorStyle":s.refresh(s.buffer.y,s.buffer.y);break;case"drawBoldTextInBrightColors":case"letterSpacing":case"lineHeight":case"fontWeight":case"fontWeightBold":case"minimumContrastRatio":s._renderService&&(s._renderService.clear(),s._renderService.onResize(s.cols,s.rows),s.refresh(0,s.rows-1));break;case"rendererType":s._renderService&&(s._renderService.setRenderer(s._createRenderer()),s._renderService.onResize(s.cols,s.rows));break;case"scrollback":s.buffers.resize(s.cols,s.rows),null===(r=s.viewport)||void 0===r||r.syncScrollArea();break;case"screenReaderMode":s.optionsService.options.screenReaderMode?!s._accessibilityManager&&s._renderService&&(s._accessibilityManager=new b.AccessibilityManager(s,s._renderService)):(null===(n=s._accessibilityManager)||void 0===n||n.dispose(),s._accessibilityManager=null);break;case"tabStopWidth":s.buffers.setupTabStops();break;case"theme":s._setTheme(s.optionsService.options.theme);break;case"windowsMode":s.optionsService.options.windowsMode?s._enableWindowsMode():(null===(o=s._windowsMode)||void 0===o||o.dispose(),s._windowsMode=void 0)}})},K.prototype._onTextAreaFocus=function(e){this.sendFocus&&this._coreService.triggerDataEvent(h.C0.ESC+"[I"),this.updateCursorStyle(e),this.element.classList.add("focus"),this.showCursor(),this._onFocus.fire()},K.prototype.blur=function(){return this.textarea.blur()},K.prototype._onTextAreaBlur=function(){this.textarea.value="",this.refresh(this.buffer.y,this.buffer.y),this.sendFocus&&this._coreService.triggerDataEvent(h.C0.ESC+"[O"),this.element.classList.remove("focus"),this._onBlur.fire()},K.prototype._initGlobal=function(){var t=this;function e(e){return c.handlePasteEvent(e,t.textarea,t.bracketedPasteMode,t._coreService)}this._bindKeys(),this.register(p.addDisposableDomListener(this.element,"copy",function(e){t.hasSelection()&&c.copyHandler(e,t._selectionService)})),this.register(p.addDisposableDomListener(this.textarea,"paste",e)),this.register(p.addDisposableDomListener(this.element,"paste",e)),d.isFirefox?this.register(p.addDisposableDomListener(this.element,"mousedown",function(e){2===e.button&&c.rightClickHandler(e,t.textarea,t.screenElement,t._selectionService,t.options.rightClickSelectsWord)})):this.register(p.addDisposableDomListener(this.element,"contextmenu",function(e){c.rightClickHandler(e,t.textarea,t.screenElement,t._selectionService,t.options.rightClickSelectsWord)})),d.isLinux&&this.register(p.addDisposableDomListener(this.element,"auxclick",function(e){1===e.button&&c.moveTextAreaUnderMouseCursor(e,t.textarea,t.screenElement)}))},K.prototype._bindKeys=function(){var t=this;this.register(p.addDisposableDomListener(this.textarea,"keyup",function(e){return t._keyUp(e)},!0)),this.register(p.addDisposableDomListener(this.textarea,"keydown",function(e){return t._keyDown(e)},!0)),this.register(p.addDisposableDomListener(this.textarea,"keypress",function(e){return t._keyPress(e)},!0)),this.register(p.addDisposableDomListener(this.textarea,"compositionstart",function(){return t._compositionHelper.compositionstart()})),this.register(p.addDisposableDomListener(this.textarea,"compositionupdate",function(e){return t._compositionHelper.compositionupdate(e)})),this.register(p.addDisposableDomListener(this.textarea,"compositionend",function(){return t._compositionHelper.compositionend()})),this.register(this.onRender(function(){return t._compositionHelper.updateCompositionElements()})),this.register(this.onRender(function(e){return t._queueLinkification(e.start,e.end)}))},K.prototype.open=function(e){var i=this;if(!e)throw new Error("Terminal requires a parent element.");N.body.contains(e)||this._logService.warn("Terminal.open was called on an element that was not attached to the DOM"),this._document=e.ownerDocument,this.element=this._document.createElement("div"),this.element.dir="ltr",this.element.classList.add("terminal"),this.element.classList.add("xterm"),this.element.setAttribute("tabindex","0"),e.appendChild(this.element);var t=N.createDocumentFragment();this._viewportElement=N.createElement("div"),this._viewportElement.classList.add("xterm-viewport"),t.appendChild(this._viewportElement),this._viewportScrollArea=N.createElement("div"),this._viewportScrollArea.classList.add("xterm-scroll-area"),this._viewportElement.appendChild(this._viewportScrollArea),this.screenElement=N.createElement("div"),this.screenElement.classList.add("xterm-screen"),this._helperContainer=N.createElement("div"),this._helperContainer.classList.add("xterm-helpers"),this.screenElement.appendChild(this._helperContainer),t.appendChild(this.screenElement),this.textarea=N.createElement("textarea"),this.textarea.classList.add("xterm-helper-textarea"),this.textarea.setAttribute("aria-label",v.promptLabel),this.textarea.setAttribute("aria-multiline","false"),this.textarea.setAttribute("autocorrect","off"),this.textarea.setAttribute("autocapitalize","off"),this.textarea.setAttribute("spellcheck","false"),this.textarea.tabIndex=0,this.register(p.addDisposableDomListener(this.textarea,"focus",function(e){return i._onTextAreaFocus(e)})),this.register(p.addDisposableDomListener(this.textarea,"blur",function(){return i._onTextAreaBlur()})),this._helperContainer.appendChild(this.textarea);var r=this._instantiationService.createInstance(W.CoreBrowserService,this.textarea);this._instantiationService.setService(k.ICoreBrowserService,r),this._charSizeService=this._instantiationService.createInstance(D.CharSizeService,this._document,this._helperContainer),this._instantiationService.setService(k.ICharSizeService,this._charSizeService),this._compositionView=N.createElement("div"),this._compositionView.classList.add("composition-view"),this._compositionHelper=this._instantiationService.createInstance(s.CompositionHelper,this.textarea,this._compositionView),this._helperContainer.appendChild(this._compositionView),this.element.appendChild(t),this._theme=this.options.theme||this._theme,this.options.theme=void 0,this._colorManager=new L.ColorManager(N,this.options.allowTransparency),this.optionsService.onOptionChange(function(e){return i._colorManager.onOptionsChange(e)}),this._colorManager.setTheme(this._theme);var n=this._createRenderer();this._renderService=this._instantiationService.createInstance(A.RenderService,n,this.rows,this.screenElement),this._instantiationService.setService(k.IRenderService,this._renderService),this._renderService.onRender(function(e){return i._onRender.fire(e)}),this.onResize(function(e){return i._renderService.resize(e.cols,e.rows)}),this._soundService=this._instantiationService.createInstance(g.SoundService),this._instantiationService.setService(k.ISoundService,this._soundService),this._mouseService=this._instantiationService.createInstance(M.MouseService),this._instantiationService.setService(k.IMouseService,this._mouseService),this.viewport=this._instantiationService.createInstance(a.Viewport,function(e,t){return i.scrollLines(e,t)},this._viewportElement,this._viewportScrollArea),this.viewport.onThemeChange(this._colorManager.colors),this.register(this.viewport),this.register(this.onCursorMove(function(){return i._renderService.onCursorMove()})),this.register(this.onResize(function(){return i._renderService.onResize(i.cols,i.rows)})),this.register(this.onBlur(function(){return i._renderService.onBlur()})),this.register(this.onFocus(function(){return i._renderService.onFocus()})),this.register(this._renderService.onDimensionsChange(function(){return i.viewport.syncScrollArea()})),this._selectionService=this._instantiationService.createInstance(_.SelectionService,function(e,t){return i.scrollLines(e,t)},this.element,this.screenElement),this._instantiationService.setService(k.ISelectionService,this._selectionService),this.register(this._selectionService.onSelectionChange(function(){return i._onSelectionChange.fire()})),this.register(this._selectionService.onRedrawRequest(function(e){return i._renderService.onSelectionChanged(e.start,e.end,e.columnSelectMode)})),this.register(this._selectionService.onLinuxMouseSelection(function(e){i.textarea.value=e,i.textarea.focus(),i.textarea.select()})),this.register(this.onScroll(function(){i.viewport.syncScrollArea(),i._selectionService.refresh()})),this.register(p.addDisposableDomListener(this._viewportElement,"scroll",function(){return i._selectionService.refresh()})),this._mouseZoneManager=this._instantiationService.createInstance(y.MouseZoneManager,this.element,this.screenElement),this.register(this._mouseZoneManager),this.register(this.onScroll(function(){return i._mouseZoneManager.clearAll()})),this.linkifier.attachToDom(this.element,this._mouseZoneManager),this.register(p.addDisposableDomListener(this.element,"mousedown",function(e){return i._selectionService.onMouseDown(e)})),this.mouseEvents?(this._selectionService.disable(),this.element.classList.add("enable-mouse-events")):this._selectionService.enable(),this.options.screenReaderMode&&(this._accessibilityManager=new b.AccessibilityManager(this,this._renderService)),this._charSizeService.measure(),this.refresh(0,this.rows-1),this._initGlobal(),this.bindMouse()},K.prototype._createRenderer=function(){switch(this.options.rendererType){case"canvas":return this._instantiationService.createInstance(u.Renderer,this._colorManager.colors,this.screenElement,this.linkifier);case"dom":return this._instantiationService.createInstance(m.DomRenderer,this._colorManager.colors,this.element,this.screenElement,this._viewportElement,this.linkifier);default:throw new Error('Unrecognized rendererType "'+this.options.rendererType+'"')}},K.prototype._setTheme=function(e){var t,i,r;this._theme=e,null===(t=this._colorManager)||void 0===t||t.setTheme(e),null===(i=this._renderService)||void 0===i||i.setColors(this._colorManager.colors),null===(r=this.viewport)||void 0===r||r.onThemeChange(this._colorManager.colors)},K.prototype.bindMouse=function(){var o=this,n=this,t=this.element;function i(e){var t,i,r;if(!(t=n._mouseService.getRawByteCoords(e,n.screenElement,n.cols,n.rows)))return!1;switch(e.overrideType||e.type){case"mousemove":r=32,void 0===e.buttons?(i=3,void 0!==e.button&&(i=e.button<3?e.button:3)):i=1&e.buttons?0:4&e.buttons?1:2&e.buttons?2:3;break;case"mouseup":r=0,i=e.button<3?e.button:3;break;case"mousedown":r=1,i=e.button<3?e.button:3;break;case"wheel":0!==e.deltaY&&(r=e.deltaY<0?0:1),i=4;break;default:return!1}return!(void 0===r||void 0===i||4<i)&&n._coreMouseService.triggerMouseEvent({col:t.x-33,row:t.y-33,button:i,action:r,ctrl:e.ctrlKey,alt:e.altKey,shift:e.shiftKey})}function r(e){return i(e),e.buttons||(o._document.removeEventListener("mouseup",l.mouseup),l.mousedrag&&o._document.removeEventListener("mousemove",l.mousedrag)),o.cancel(e)}function s(e){return i(e),e.preventDefault(),o.cancel(e)}function a(e){e.buttons&&i(e)}function c(e){e.buttons||i(e)}var l={mouseup:null,wheel:null,mousedrag:null,mousemove:null};this._coreMouseService.onProtocolChange(function(e){(o.mouseEvents=e)?("debug"===o.optionsService.options.logLevel&&o._logService.debug("Binding to mouse events:",o._coreMouseService.explainEvents(e)),o.element.classList.add("enable-mouse-events"),o._selectionService.disable()):(o._logService.debug("Unbinding from mouse events."),o.element.classList.remove("enable-mouse-events"),o._selectionService.enable()),8&e?l.mousemove||(t.addEventListener("mousemove",c),l.mousemove=c):(t.removeEventListener("mousemove",l.mousemove),l.mousemove=null),16&e?l.wheel||(t.addEventListener("wheel",s),l.wheel=s):(t.removeEventListener("wheel",l.wheel),l.wheel=null),2&e?l.mouseup||(l.mouseup=r):(o._document.removeEventListener("mouseup",l.mouseup),l.mouseup=null),4&e?l.mousedrag||(l.mousedrag=a):(o._document.removeEventListener("mousemove",l.mousedrag),l.mousedrag=null)}),this._coreMouseService.activeProtocol=this._coreMouseService.activeProtocol,this.register(p.addDisposableDomListener(t,"mousedown",function(e){if(e.preventDefault(),o.focus(),o.mouseEvents&&!o._selectionService.shouldForceSelection(e))return i(e),l.mouseup&&o._document.addEventListener("mouseup",l.mouseup),l.mousedrag&&o._document.addEventListener("mousemove",l.mousedrag),o.cancel(e)})),this.register(p.addDisposableDomListener(t,"wheel",function(e){if(!l.wheel&&!o.buffer.hasScrollback){var t=o.viewport.getLinesScrolled(e);if(0===t)return;for(var i=h.C0.ESC+(o._coreService.decPrivateModes.applicationCursorKeys?"O":"[")+(e.deltaY<0?"A":"B"),r="",n=0;n<Math.abs(t);n++)r+=i;o._coreService.triggerDataEvent(r,!0)}})),this.register(p.addDisposableDomListener(t,"wheel",function(e){if(!l.wheel)return o.viewport.onWheel(e)?void 0:o.cancel(e)})),this.register(p.addDisposableDomListener(t,"touchstart",function(e){if(!o.mouseEvents)return o.viewport.onTouchStart(e),o.cancel(e)})),this.register(p.addDisposableDomListener(t,"touchmove",function(e){if(!o.mouseEvents)return o.viewport.onTouchMove(e)?void 0:o.cancel(e)}))},K.prototype.refresh=function(e,t){var i;null===(i=this._renderService)||void 0===i||i.refreshRows(e,t)},K.prototype._queueLinkification=function(e,t){var i;null===(i=this.linkifier)||void 0===i||i.linkifyRows(e,t)},K.prototype.updateCursorStyle=function(e){this._selectionService&&this._selectionService.shouldColumnSelect(e)?this.element.classList.add("column-select"):this.element.classList.remove("column-select")},K.prototype.showCursor=function(){this._coreService.isCursorInitialized||(this._coreService.isCursorInitialized=!0,this.refresh(this.buffer.y,this.buffer.y))},K.prototype.scroll=function(e,t){var i;void 0===t&&(t=!1),(i=this._blankLine)&&i.length===this.cols&&i.getFg(0)===e.fg&&i.getBg(0)===e.bg||(i=this.buffer.getBlankLine(e,t),this._blankLine=i),i.isWrapped=t;var r=this.buffer.ybase+this.buffer.scrollTop,n=this.buffer.ybase+this.buffer.scrollBottom;if(0===this.buffer.scrollTop){var o=this.buffer.lines.isFull;n===this.buffer.lines.length-1?o?this.buffer.lines.recycle().copyFrom(i):this.buffer.lines.push(i.clone()):this.buffer.lines.splice(n+1,0,i.clone()),o?this._userScrolling&&(this.buffer.ydisp=Math.max(this.buffer.ydisp-1,0)):(this.buffer.ybase++,this._userScrolling||this.buffer.ydisp++)}else{var s=n-r+1;this.buffer.lines.shiftElements(r+1,s-1,-1),this.buffer.lines.set(n,i.clone())}this._userScrolling||(this.buffer.ydisp=this.buffer.ybase),this._dirtyRowService.markRangeDirty(this.buffer.scrollTop,this.buffer.scrollBottom),this._onScroll.fire(this.buffer.ydisp)},K.prototype.scrollLines=function(e,t){if(e<0){if(0===this.buffer.ydisp)return;this._userScrolling=!0}else e+this.buffer.ydisp>=this.buffer.ybase&&(this._userScrolling=!1);var i=this.buffer.ydisp;this.buffer.ydisp=Math.max(Math.min(this.buffer.ydisp+e,this.buffer.ybase),0),i!==this.buffer.ydisp&&(t||this._onScroll.fire(this.buffer.ydisp),this.refresh(0,this.rows-1))},K.prototype.scrollPages=function(e){this.scrollLines(e*(this.rows-1))},K.prototype.scrollToTop=function(){this.scrollLines(-this.buffer.ydisp)},K.prototype.scrollToBottom=function(){this.scrollLines(this.buffer.ybase-this.buffer.ydisp)},K.prototype.scrollToLine=function(e){var t=e-this.buffer.ydisp;0!=t&&this.scrollLines(t)},K.prototype.paste=function(e){c.paste(e,this.textarea,this.bracketedPasteMode,this._coreService)},K.prototype.attachCustomKeyEventHandler=function(e){this._customKeyEventHandler=e},K.prototype.addEscHandler=function(e,t){return this._inputHandler.addEscHandler(e,t)},K.prototype.addDcsHandler=function(e,t){return this._inputHandler.addDcsHandler(e,t)},K.prototype.addCsiHandler=function(e,t){return this._inputHandler.addCsiHandler(e,t)},K.prototype.addOscHandler=function(e,t){return this._inputHandler.addOscHandler(e,t)},K.prototype.registerLinkMatcher=function(e,t,i){var r=this.linkifier.registerLinkMatcher(e,t,i);return this.refresh(0,this.rows-1),r},K.prototype.deregisterLinkMatcher=function(e){this.linkifier.deregisterLinkMatcher(e)&&this.refresh(0,this.rows-1)},K.prototype.registerCharacterJoiner=function(e){var t=this._renderService.registerCharacterJoiner(e);return this.refresh(0,this.rows-1),t},K.prototype.deregisterCharacterJoiner=function(e){this._renderService.deregisterCharacterJoiner(e)&&this.refresh(0,this.rows-1)},Object.defineProperty(K.prototype,"markers",{get:function(){return this.buffer.markers},enumerable:!0,configurable:!0}),K.prototype.addMarker=function(e){if(this.buffer===this.buffers.normal)return this.buffer.addMarker(this.buffer.ybase+this.buffer.y+e)},K.prototype.hasSelection=function(){return!!this._selectionService&&this._selectionService.hasSelection},K.prototype.select=function(e,t,i){this._selectionService.setSelection(e,t,i)},K.prototype.getSelection=function(){return this._selectionService?this._selectionService.selectionText:""},K.prototype.getSelectionPosition=function(){if(this._selectionService.hasSelection)return{startColumn:this._selectionService.selectionStart[0],startRow:this._selectionService.selectionStart[1],endColumn:this._selectionService.selectionEnd[0],endRow:this._selectionService.selectionEnd[1]}},K.prototype.clearSelection=function(){var e;null===(e=this._selectionService)||void 0===e||e.clearSelection()},K.prototype.selectAll=function(){var e;null===(e=this._selectionService)||void 0===e||e.selectAll()},K.prototype.selectLines=function(e,t){var i;null===(i=this._selectionService)||void 0===i||i.selectLines(e,t)},K.prototype._keyDown=function(e){if(this._keyDownHandled=!1,this._customKeyEventHandler&&!1===this._customKeyEventHandler(e))return!1;if(!this._compositionHelper.keydown(e))return this.buffer.ybase!==this.buffer.ydisp&&this.scrollToBottom(),!1;var t=S.evaluateKeyboardEvent(e,this._coreService.decPrivateModes.applicationCursorKeys,this.browser.isMac,this.options.macOptionIsMeta);if(this.updateCursorStyle(e),3!==t.type&&2!==t.type)return 1===t.type&&this.selectAll(),!!this._isThirdLevelShift(this.browser,e)||(t.cancel&&this.cancel(e,!0),!t.key||(t.key!==h.C0.ETX&&t.key!==h.C0.CR||(this.textarea.value=""),this._onKey.fire({key:t.key,domEvent:e}),this.showCursor(),this._coreService.triggerDataEvent(t.key,!0),this.optionsService.options.screenReaderMode?void(this._keyDownHandled=!0):this.cancel(e,!0)));var i=this.rows-1;return this.scrollLines(2===t.type?-i:i),this.cancel(e,!0)},K.prototype._isThirdLevelShift=function(e,t){var i=e.isMac&&!this.options.macOptionIsMeta&&t.altKey&&!t.ctrlKey&&!t.metaKey||e.isWindows&&t.altKey&&t.ctrlKey&&!t.metaKey;return"keypress"===t.type?i:i&&(!t.keyCode||47<t.keyCode)},K.prototype._keyUp=function(e){var t;this._customKeyEventHandler&&!1===this._customKeyEventHandler(e)||(16===(t=e).keyCode||17===t.keyCode||18===t.keyCode||this.focus(),this.updateCursorStyle(e))},K.prototype._keyPress=function(e){var t;if(this._keyDownHandled)return!1;if(this._customKeyEventHandler&&!1===this._customKeyEventHandler(e))return!1;if(this.cancel(e),e.charCode)t=e.charCode;else if(null===e.which||void 0===e.which)t=e.keyCode;else{if(0===e.which||0===e.charCode)return!1;t=e.which}return!(!t||(e.altKey||e.ctrlKey||e.metaKey)&&!this._isThirdLevelShift(this.browser,e)||(t=String.fromCharCode(t),this._onKey.fire({key:t,domEvent:e}),this.showCursor(),this._coreService.triggerDataEvent(t,!0),0))},K.prototype.bell=function(){var e=this;this._soundBell()&&this._soundService.playBellSound(),this._visualBell()&&(this.element.classList.add("visual-bell-active"),clearTimeout(this._visualBellTimer),this._visualBellTimer=window.setTimeout(function(){e.element.classList.remove("visual-bell-active")},200))},K.prototype.resize=function(e,t){var i,r;isNaN(e)||isNaN(t)||(e!==this.cols||t!==this.rows?(e<T.MINIMUM_COLS&&(e=T.MINIMUM_COLS),t<T.MINIMUM_ROWS&&(t=T.MINIMUM_ROWS),this.buffers.resize(e,t),this._bufferService.resize(e,t),this.buffers.setupTabStops(this.cols),null===(i=this._charSizeService)||void 0===i||i.measure(),null===(r=this.viewport)||void 0===r||r.syncScrollArea(!0),this.refresh(0,this.rows-1),this._onResize.fire({cols:e,rows:t})):this._charSizeService&&!this._charSizeService.hasValidSize&&this._charSizeService.measure())},K.prototype.clear=function(){if(0!==this.buffer.ybase||0!==this.buffer.y){this.buffer.lines.set(0,this.buffer.lines.get(this.buffer.ybase+this.buffer.y)),this.buffer.lines.length=1,this.buffer.ydisp=0,this.buffer.ybase=0,this.buffer.y=0;for(var e=1;e<this.rows;e++)this.buffer.lines.push(this.buffer.getBlankLine(w.DEFAULT_ATTR_DATA));this.refresh(0,this.rows-1),this._onScroll.fire(this.buffer.ydisp)}},K.prototype.is=function(e){return 0===(this.options.termName+"").indexOf(e)},K.prototype.handleTitle=function(e){this._onTitleChange.fire(e)},K.prototype.reset=function(){var e,t;this.options.rows=this.rows,this.options.cols=this.cols;var i=this._customKeyEventHandler,r=this._userScrolling;this._setup(),this._bufferService.reset(),this._charsetService.reset(),this._coreService.reset(),this._coreMouseService.reset(),null===(e=this._selectionService)||void 0===e||e.reset(),this._customKeyEventHandler=i,this._userScrolling=r,this.refresh(0,this.rows-1),null===(t=this.viewport)||void 0===t||t.syncScrollArea()},K.prototype.cancel=function(e,t){if(this.options.cancelEvents||t)return e.preventDefault(),e.stopPropagation(),!1},K.prototype._visualBell=function(){return!1},K.prototype._soundBell=function(){return"sound"===this.options.bellStyle},K.prototype.write=function(e,t){this._writeBuffer.write(e,t)},K.prototype.writeSync=function(e){this._writeBuffer.writeSync(e)},K);function K(e){void 0===e&&(e={});var t=o.call(this)||this;return t.browser=d,t.mouseEvents=0,t._keyDownHandled=!1,t._blankLine=null,t._onCursorMove=new C.EventEmitter,t._onData=new C.EventEmitter,t._onBinary=new C.EventEmitter,t._onKey=new C.EventEmitter,t._onLineFeed=new C.EventEmitter,t._onRender=new C.EventEmitter,t._onResize=new C.EventEmitter,t._onScroll=new C.EventEmitter,t._onSelectionChange=new C.EventEmitter,t._onTitleChange=new C.EventEmitter,t._onFocus=new C.EventEmitter,t._onBlur=new C.EventEmitter,t.onA11yCharEmitter=new C.EventEmitter,t.onA11yTabEmitter=new C.EventEmitter,t._instantiationService=new B.InstantiationService,t.optionsService=new x.OptionsService(e),t._instantiationService.setService(R.IOptionsService,t.optionsService),t._bufferService=t._instantiationService.createInstance(T.BufferService),t._instantiationService.setService(R.IBufferService,t._bufferService),t._logService=t._instantiationService.createInstance(H.LogService),t._instantiationService.setService(R.ILogService,t._logService),t._coreService=t._instantiationService.createInstance(P.CoreService,function(){return t.scrollToBottom()}),t._instantiationService.setService(R.ICoreService,t._coreService),t._coreService.onData(function(e){return t._onData.fire(e)}),t._coreService.onBinary(function(e){return t._onBinary.fire(e)}),t._coreMouseService=t._instantiationService.createInstance(F.CoreMouseService),t._instantiationService.setService(R.ICoreMouseService,t._coreMouseService),t._dirtyRowService=t._instantiationService.createInstance(I.DirtyRowService),t._instantiationService.setService(R.IDirtyRowService,t._dirtyRowService),t.unicodeService=t._instantiationService.createInstance(q.UnicodeService),t._instantiationService.setService(R.IUnicodeService,t.unicodeService),t._charsetService=t._instantiationService.createInstance(U.CharsetService),t._instantiationService.setService(R.ICharsetService,t._charsetService),t._setupOptionsListeners(),t._setup(),t._writeBuffer=new j.WriteBuffer(function(e){return t._inputHandler.parse(e)}),t}t.Terminal=z},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(4),s=i(0),a=(c.prototype.compositionstart=function(){this._isComposing=!0,this._compositionPosition.start=this._textarea.value.length,this._compositionView.textContent="",this._compositionView.classList.add("active")},c.prototype.compositionupdate=function(e){var t=this;this._compositionView.textContent=e.data,this.updateCompositionElements(),setTimeout(function(){t._compositionPosition.end=t._textarea.value.length},0)},c.prototype.compositionend=function(){this._finalizeComposition(!0)},c.prototype.keydown=function(e){if(this._isComposing||this._isSendingComposition){if(229===e.keyCode)return!1;if(16===e.keyCode||17===e.keyCode||18===e.keyCode)return!1;this._finalizeComposition(!1)}return 229!==e.keyCode||(this._handleAnyTextareaChanges(),!1)},c.prototype._finalizeComposition=function(e){var t=this;if(this._compositionView.classList.remove("active"),this._isComposing=!1,this._clearTextareaPosition(),e){var i={start:this._compositionPosition.start,end:this._compositionPosition.end};this._isSendingComposition=!0,setTimeout(function(){var e;t._isSendingComposition&&(t._isSendingComposition=!1,e=t._isComposing?t._textarea.value.substring(i.start,i.end):t._textarea.value.substring(i.start),t._coreService.triggerDataEvent(e,!0))},0)}else{this._isSendingComposition=!1;var r=this._textarea.value.substring(this._compositionPosition.start,this._compositionPosition.end);this._coreService.triggerDataEvent(r,!0)}},c.prototype._handleAnyTextareaChanges=function(){var t=this,i=this._textarea.value;setTimeout(function(){if(!t._isComposing){var e=t._textarea.value.replace(i,"");0<e.length&&t._coreService.triggerDataEvent(e,!0)}},0)},c.prototype.updateCompositionElements=function(e){var t=this;if(this._isComposing){if(this._bufferService.buffer.isCursorInViewport){var i=Math.ceil(this._charSizeService.height*this._optionsService.options.lineHeight),r=this._bufferService.buffer.y*i,n=this._bufferService.buffer.x*this._charSizeService.width;this._compositionView.style.left=n+"px",this._compositionView.style.top=r+"px",this._compositionView.style.height=i+"px",this._compositionView.style.lineHeight=i+"px",this._compositionView.style.fontFamily=this._optionsService.options.fontFamily,this._compositionView.style.fontSize=this._optionsService.options.fontSize+"px";var o=this._compositionView.getBoundingClientRect();this._textarea.style.left=n+"px",this._textarea.style.top=r+"px",this._textarea.style.width=o.width+"px",this._textarea.style.height=o.height+"px",this._textarea.style.lineHeight=o.height+"px"}e||setTimeout(function(){return t.updateCompositionElements(!0)},0)}},c.prototype._clearTextareaPosition=function(){this._textarea.style.left="",this._textarea.style.top=""},r([n(2,s.IBufferService),n(3,s.IOptionsService),n(4,o.ICharSizeService),n(5,s.ICoreService)],c));function c(e,t,i,r,n,o){this._textarea=e,this._compositionView=t,this._bufferService=i,this._optionsService=r,this._charSizeService=n,this._coreService=o,this._isComposing=!1,this._isSendingComposition=!1,this._compositionPosition={start:0,end:0}}t.CompositionHelper=a},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}),o=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},s=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var c,a=i(2),l=i(8),h=i(4),u=i(0),f=(c=a.Disposable,n(_,c),_.prototype.onThemeChange=function(e){this._viewportElement.style.backgroundColor=e.background.css},_.prototype._refresh=function(e){var t=this;if(e)return this._innerRefresh(),void(null!==this._refreshAnimationFrame&&cancelAnimationFrame(this._refreshAnimationFrame));null===this._refreshAnimationFrame&&(this._refreshAnimationFrame=requestAnimationFrame(function(){return t._innerRefresh()}))},_.prototype._innerRefresh=function(){if(0<this._charSizeService.height){this._currentRowHeight=this._renderService.dimensions.scaledCellHeight/window.devicePixelRatio,this._lastRecordedViewportHeight=this._viewportElement.offsetHeight;var e=Math.round(this._currentRowHeight*this._lastRecordedBufferLength)+(this._lastRecordedViewportHeight-this._renderService.dimensions.canvasHeight);this._lastRecordedBufferHeight!==e&&(this._lastRecordedBufferHeight=e,this._scrollArea.style.height=this._lastRecordedBufferHeight+"px")}var t=this._bufferService.buffer.ydisp*this._currentRowHeight;this._viewportElement.scrollTop!==t&&(this._ignoreNextScrollEvent=!0,this._viewportElement.scrollTop=t),this._refreshAnimationFrame=null},_.prototype.syncScrollArea=function(e){if(void 0===e&&(e=!1),this._lastRecordedBufferLength!==this._bufferService.buffer.lines.length)return this._lastRecordedBufferLength=this._bufferService.buffer.lines.length,void this._refresh(e);if(this._lastRecordedViewportHeight===this._renderService.dimensions.canvasHeight){var t=this._bufferService.buffer.ydisp*this._currentRowHeight;this._lastScrollTop===t&&this._lastScrollTop===this._viewportElement.scrollTop&&this._renderService.dimensions.scaledCellHeight/window.devicePixelRatio===this._currentRowHeight||this._refresh(e)}else this._refresh(e)},_.prototype._onScroll=function(e){if(this._lastScrollTop=this._viewportElement.scrollTop,this._viewportElement.offsetParent)if(this._ignoreNextScrollEvent)this._ignoreNextScrollEvent=!1;else{var t=Math.round(this._lastScrollTop/this._currentRowHeight)-this._bufferService.buffer.ydisp;this._scrollLines(t,!0)}},_.prototype._bubbleScroll=function(e,t){var i=this._viewportElement.scrollTop+this._lastRecordedViewportHeight;return!(t<0&&0!==this._viewportElement.scrollTop||0<t&&i<this._lastRecordedBufferHeight)||(e.cancelable&&e.preventDefault(),!1)},_.prototype.onWheel=function(e){var t=this._getPixelsScrolled(e);return 0!==t&&(this._viewportElement.scrollTop+=t,this._bubbleScroll(e,t))},_.prototype._getPixelsScrolled=function(e){if(0===e.deltaY)return 0;var t=this._applyScrollModifier(e.deltaY,e);return e.deltaMode===WheelEvent.DOM_DELTA_LINE?t*=this._currentRowHeight:e.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(t*=this._currentRowHeight*this._bufferService.rows),t},_.prototype.getLinesScrolled=function(e){if(0===e.deltaY)return 0;var t=this._applyScrollModifier(e.deltaY,e);return e.deltaMode===WheelEvent.DOM_DELTA_PIXEL?(t/=this._currentRowHeight+0,this._wheelPartialScroll+=t,t=Math.floor(Math.abs(this._wheelPartialScroll))*(0<this._wheelPartialScroll?1:-1),this._wheelPartialScroll%=1):e.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(t*=this._bufferService.rows),t},_.prototype._applyScrollModifier=function(e,t){var i=this._optionsService.options.fastScrollModifier;return"alt"===i&&t.altKey||"ctrl"===i&&t.ctrlKey||"shift"===i&&t.shiftKey?e*this._optionsService.options.fastScrollSensitivity*this._optionsService.options.scrollSensitivity:e*this._optionsService.options.scrollSensitivity},_.prototype.onTouchStart=function(e){this._lastTouchY=e.touches[0].pageY},_.prototype.onTouchMove=function(e){var t=this._lastTouchY-e.touches[0].pageY;return this._lastTouchY=e.touches[0].pageY,0!=t&&(this._viewportElement.scrollTop+=t,this._bubbleScroll(e,t))},o([s(3,u.IBufferService),s(4,u.IOptionsService),s(5,h.ICharSizeService),s(6,h.IRenderService)],_));function _(e,t,i,r,n,o,s){var a=c.call(this)||this;return a._scrollLines=e,a._viewportElement=t,a._scrollArea=i,a._bufferService=r,a._optionsService=n,a._charSizeService=o,a._renderService=s,a.scrollBarWidth=0,a._currentRowHeight=0,a._lastRecordedBufferLength=0,a._lastRecordedViewportHeight=0,a._lastRecordedBufferHeight=0,a._lastTouchY=0,a._lastScrollTop=0,a._wheelPartialScroll=0,a._refreshAnimationFrame=null,a._ignoreNextScrollEvent=!1,a.scrollBarWidth=a._viewportElement.offsetWidth-a._scrollArea.offsetWidth||15,a.register(l.addDisposableDomListener(a._viewportElement,"scroll",a._onScroll.bind(a))),setTimeout(function(){return a.syncScrollArea()},0),a}t.Viewport=f},function(e,t,i){"use strict";function n(e){return e.replace(/\r?\n/g,"\r")}function o(e,t){return t?"[200~"+e+"[201~":e}function s(e,t,i,r){e=o(e=n(e),i),r.triggerDataEvent(e,!0),t.value=""}function a(e,t,i){var r=i.getBoundingClientRect(),n=e.clientX-r.left-10,o=e.clientY-r.top-10;t.style.position="absolute",t.style.width="20px",t.style.height="20px",t.style.left=n+"px",t.style.top=o+"px",t.style.zIndex="1000",t.focus(),setTimeout(function(){t.style.position="",t.style.width="",t.style.height="",t.style.left="",t.style.top="",t.style.zIndex=""},200)}Object.defineProperty(t,"__esModule",{value:!0}),t.prepareTextForTerminal=n,t.bracketTextForPaste=o,t.copyHandler=function(e,t){e.clipboardData&&e.clipboardData.setData("text/plain",t.selectionText),e.preventDefault()},t.handlePasteEvent=function(e,t,i,r){e.stopPropagation(),e.clipboardData&&s(e.clipboardData.getData("text/plain"),t,i,r)},t.paste=s,t.moveTextAreaUnderMouseCursor=a,t.rightClickHandler=function(e,t,i,r,n){a(e,t,i),n&&!r.isClickInSelection(e)&&r.selectWordAtCursor(e),t.value=r.selectionText,t.select()}},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var p=i(12),v=i(18),g=i(38),o=i(2),s=i(15),y=i(7),b=i(16),m=i(1),S=i(3),C=i(5),c=i(6),w=i(20),a=i(22),l=i(4),h={"(":0,")":1,"*":2,"+":3,"-":1,".":2};function u(e,t){if(24<e)return t.setWinLines||!1;switch(e){case 1:return!!t.restoreWin;case 2:return!!t.minimizeWin;case 3:return!!t.setWinPosition;case 4:return!!t.setWinSizePixels;case 5:return!!t.raiseWin;case 6:return!!t.lowerWin;case 7:return!!t.refreshWin;case 8:return!!t.setWinSizeChars;case 9:return!!t.maximizeWin;case 10:return!!t.fullscreenWin;case 11:return!!t.getWinState;case 13:return!!t.getWinPosition;case 14:return!!t.getWinSizePixels;case 15:return!!t.getScreenSizePixels;case 16:return!!t.getCellSizePixels;case 18:return!!t.getWinSizeChars;case 19:return!!t.getScreenSizeChars;case 20:return!!t.getIconTitle;case 21:return!!t.getWinTitle;case 22:return!!t.pushTitle;case 23:return!!t.popTitle;case 24:return!!t.setWinLines}return!1}var E,L=(d.prototype.hook=function(e){this._data=new Uint32Array(0)},d.prototype.put=function(e,t,i){this._data=s.concat(this._data,e.subarray(t,i))},d.prototype.unhook=function(e){if(e){var t=y.utf32ToString(this._data);switch(this._data=new Uint32Array(0),t){case'"q':return this._coreService.triggerDataEvent(p.C0.ESC+'P1$r0"q'+p.C0.ESC+"\\");case'"p':return this._coreService.triggerDataEvent(p.C0.ESC+'P1$r61;1"p'+p.C0.ESC+"\\");case"r":var i=this._bufferService.buffer.scrollTop+1+";"+(this._bufferService.buffer.scrollBottom+1)+"r";return this._coreService.triggerDataEvent(p.C0.ESC+"P1$r"+i+p.C0.ESC+"\\");case"m":return this._coreService.triggerDataEvent(p.C0.ESC+"P1$r0m"+p.C0.ESC+"\\");case" q":var r={block:2,underline:4,bar:6}[this._optionsService.options.cursorStyle];return r-=this._optionsService.options.cursorBlink?1:0,this._coreService.triggerDataEvent(p.C0.ESC+"P1$r"+r+" q"+p.C0.ESC+"\\");default:this._logService.debug("Unknown DCS $q %s",t),this._coreService.triggerDataEvent(p.C0.ESC+"P0$r"+p.C0.ESC+"\\")}}else this._data=new Uint32Array(0)},d),f=(E=o.Disposable,n(_,E),Object.defineProperty(_.prototype,"onRequestRefreshRows",{get:function(){return this._onRequestRefreshRows.event},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"onRequestReset",{get:function(){return this._onRequestReset.event},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"onRequestBell",{get:function(){return this._onRequestBell.event},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"onCursorMove",{get:function(){return this._onCursorMove.event},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"onLineFeed",{get:function(){return this._onLineFeed.event},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"onScroll",{get:function(){return this._onScroll.event},enumerable:!0,configurable:!0}),_.prototype.dispose=function(){E.prototype.dispose.call(this)},_.prototype.parse=function(e){var t=this._bufferService.buffer,i=t.x,r=t.y;if(this._logService.debug("parsing data",e),this._parseBuffer.length<e.length&&this._parseBuffer.length<131072&&(this._parseBuffer=new Uint32Array(Math.min(e.length,131072))),this._dirtyRowService.clearRange(),131072<e.length)for(var n=0;n<e.length;n+=131072){var o=n+131072<e.length?n+131072:e.length,s="string"==typeof e?this._stringDecoder.decode(e.substring(n,o),this._parseBuffer):this._utf8Decoder.decode(e.subarray(n,o),this._parseBuffer);this._parser.parse(this._parseBuffer,s)}else s="string"==typeof e?this._stringDecoder.decode(e,this._parseBuffer):this._utf8Decoder.decode(e,this._parseBuffer),this._parser.parse(this._parseBuffer,s);(t=this._bufferService.buffer).x===i&&t.y===r||this._onCursorMove.fire(),this._onRequestRefreshRows.fire(this._dirtyRowService.start,this._dirtyRowService.end)},_.prototype.print=function(e,t,i){var r,n,o=this._bufferService.buffer,s=this._charsetService.charset,a=this._optionsService.options.screenReaderMode,c=this._bufferService.cols,l=this._coreService.decPrivateModes.wraparound,h=this._terminal.insertMode,u=this._curAttrData,f=o.lines.get(o.y+o.ybase);this._dirtyRowService.markDirty(o.y),o.x&&0<i-t&&2===f.getWidth(o.x-1)&&f.setCellFromCodePoint(o.x-1,0,1,u.fg,u.bg);for(var _=t;_<i;++_){if(r=e[_],n=this._unicodeService.wcwidth(r),r<127&&s){var d=s[String.fromCharCode(r)];d&&(r=d.charCodeAt(0))}if(a&&this._terminal.onA11yCharEmitter.fire(y.stringFromCodePoint(r)),n||!o.x){if(o.x+n-1>=c)if(l)o.x=0,o.y++,o.y===o.scrollBottom+1?(o.y--,this._terminal.scroll(this._eraseAttrData(),!0)):(o.y>=this._bufferService.rows&&(o.y=this._bufferService.rows-1),o.lines.get(o.y).isWrapped=!0),f=o.lines.get(o.y+o.ybase);else if(o.x=c-1,2===n)continue;if(h&&(f.insertCells(o.x,n,o.getNullCell(u),u),2===f.getWidth(c-1)&&f.setCellFromCodePoint(c-1,S.NULL_CELL_CODE,S.NULL_CELL_WIDTH,u.fg,u.bg)),f.setCellFromCodePoint(o.x++,r,n,u.fg,u.bg),0<n)for(;--n;)f.setCellFromCodePoint(o.x++,0,0,u.fg,u.bg)}else f.getWidth(o.x-1)?f.addCodepointToCell(o.x-1,r):f.addCodepointToCell(o.x-2,r)}0<i-t&&(f.loadCell(o.x-1,this._workCell),2===this._workCell.getWidth()||65535<this._workCell.getCode()?this._parser.precedingCodepoint=0:this._workCell.isCombined()?this._parser.precedingCodepoint=this._workCell.getChars().charCodeAt(0):this._parser.precedingCodepoint=this._workCell.content),o.x<c&&0<i-t&&0===f.getWidth(o.x)&&!f.hasContent(o.x)&&f.setCellFromCodePoint(o.x,0,1,u.fg,u.bg),this._dirtyRowService.markDirty(o.y)},_.prototype.addCsiHandler=function(e,t){var i=this;return"t"!==e.final||e.prefix||e.intermediates?this._parser.addCsiHandler(e,t):this._parser.addCsiHandler(e,function(e){return!u(e.params[0],i._optionsService.options.windowOptions)||t(e)})},_.prototype.addDcsHandler=function(e,t){return this._parser.addDcsHandler(e,new a.DcsHandler(t))},_.prototype.addEscHandler=function(e,t){return this._parser.addEscHandler(e,t)},_.prototype.addOscHandler=function(e,t){return this._parser.addOscHandler(e,new w.OscHandler(t))},_.prototype.bell=function(){this._onRequestBell.fire()},_.prototype.lineFeed=function(){var e=this._bufferService.buffer;this._dirtyRowService.markDirty(e.y),this._optionsService.options.convertEol&&(e.x=0),e.y++,e.y===e.scrollBottom+1?(e.y--,this._terminal.scroll(this._eraseAttrData())):e.y>=this._bufferService.rows&&(e.y=this._bufferService.rows-1),e.x>=this._bufferService.cols&&e.x--,this._dirtyRowService.markDirty(e.y),this._onLineFeed.fire()},_.prototype.carriageReturn=function(){this._bufferService.buffer.x=0},_.prototype.backspace=function(){this._restrictCursor(),0<this._bufferService.buffer.x&&this._bufferService.buffer.x--},_.prototype.tab=function(){if(!(this._bufferService.buffer.x>=this._bufferService.cols)){var e=this._bufferService.buffer.x;this._bufferService.buffer.x=this._bufferService.buffer.nextStop(),this._optionsService.options.screenReaderMode&&this._terminal.onA11yTabEmitter.fire(this._bufferService.buffer.x-e)}},_.prototype.shiftOut=function(){this._charsetService.setgLevel(1)},_.prototype.shiftIn=function(){this._charsetService.setgLevel(0)},_.prototype._restrictCursor=function(){this._bufferService.buffer.x=Math.min(this._bufferService.cols-1,Math.max(0,this._bufferService.buffer.x)),this._bufferService.buffer.y=this._coreService.decPrivateModes.origin?Math.min(this._bufferService.buffer.scrollBottom,Math.max(this._bufferService.buffer.scrollTop,this._bufferService.buffer.y)):Math.min(this._bufferService.rows-1,Math.max(0,this._bufferService.buffer.y)),this._dirtyRowService.markDirty(this._bufferService.buffer.y)},_.prototype._setCursor=function(e,t){this._dirtyRowService.markDirty(this._bufferService.buffer.y),this._coreService.decPrivateModes.origin?(this._bufferService.buffer.x=e,this._bufferService.buffer.y=this._bufferService.buffer.scrollTop+t):(this._bufferService.buffer.x=e,this._bufferService.buffer.y=t),this._restrictCursor(),this._dirtyRowService.markDirty(this._bufferService.buffer.y)},_.prototype._moveCursor=function(e,t){this._restrictCursor(),this._setCursor(this._bufferService.buffer.x+e,this._bufferService.buffer.y+t)},_.prototype.cursorUp=function(e){var t=this._bufferService.buffer.y-this._bufferService.buffer.scrollTop;0<=t?this._moveCursor(0,-Math.min(t,e.params[0]||1)):this._moveCursor(0,-(e.params[0]||1))},_.prototype.cursorDown=function(e){var t=this._bufferService.buffer.scrollBottom-this._bufferService.buffer.y;0<=t?this._moveCursor(0,Math.min(t,e.params[0]||1)):this._moveCursor(0,e.params[0]||1)},_.prototype.cursorForward=function(e){this._moveCursor(e.params[0]||1,0)},_.prototype.cursorBackward=function(e){this._moveCursor(-(e.params[0]||1),0)},_.prototype.cursorNextLine=function(e){this.cursorDown(e),this._bufferService.buffer.x=0},_.prototype.cursorPrecedingLine=function(e){this.cursorUp(e),this._bufferService.buffer.x=0},_.prototype.cursorCharAbsolute=function(e){this._setCursor((e.params[0]||1)-1,this._bufferService.buffer.y)},_.prototype.cursorPosition=function(e){this._setCursor(2<=e.length?(e.params[1]||1)-1:0,(e.params[0]||1)-1)},_.prototype.charPosAbsolute=function(e){this._setCursor((e.params[0]||1)-1,this._bufferService.buffer.y)},_.prototype.hPositionRelative=function(e){this._moveCursor(e.params[0]||1,0)},_.prototype.linePosAbsolute=function(e){this._setCursor(this._bufferService.buffer.x,(e.params[0]||1)-1)},_.prototype.vPositionRelative=function(e){this._moveCursor(0,e.params[0]||1)},_.prototype.hVPosition=function(e){this.cursorPosition(e)},_.prototype.tabClear=function(e){var t=e.params[0];0===t?delete this._bufferService.buffer.tabs[this._bufferService.buffer.x]:3===t&&(this._bufferService.buffer.tabs={})},_.prototype.cursorForwardTab=function(e){if(!(this._bufferService.buffer.x>=this._bufferService.cols))for(var t=e.params[0]||1;t--;)this._bufferService.buffer.x=this._bufferService.buffer.nextStop()},_.prototype.cursorBackwardTab=function(e){if(!(this._bufferService.buffer.x>=this._bufferService.cols))for(var t=e.params[0]||1,i=this._bufferService.buffer;t--;)i.x=i.prevStop()},_.prototype._eraseInBufferLine=function(e,t,i,r){void 0===r&&(r=!1);var n=this._bufferService.buffer.lines.get(this._bufferService.buffer.ybase+e);n.replaceCells(t,i,this._bufferService.buffer.getNullCell(this._eraseAttrData()),this._eraseAttrData()),r&&(n.isWrapped=!1)},_.prototype._resetBufferLine=function(e){var t=this._bufferService.buffer.lines.get(this._bufferService.buffer.ybase+e);t.fill(this._bufferService.buffer.getNullCell(this._eraseAttrData())),t.isWrapped=!1},_.prototype.eraseInDisplay=function(e){var t;switch(this._restrictCursor(),e.params[0]){case 0:for(t=this._bufferService.buffer.y,this._dirtyRowService.markDirty(t),this._eraseInBufferLine(t++,this._bufferService.buffer.x,this._bufferService.cols,0===this._bufferService.buffer.x);t<this._bufferService.rows;t++)this._resetBufferLine(t);this._dirtyRowService.markDirty(t);break;case 1:for(t=this._bufferService.buffer.y,this._dirtyRowService.markDirty(t),this._eraseInBufferLine(t,0,this._bufferService.buffer.x+1,!0),this._bufferService.buffer.x+1>=this._bufferService.cols&&(this._bufferService.buffer.lines.get(t+1).isWrapped=!1);t--;)this._resetBufferLine(t);this._dirtyRowService.markDirty(0);break;case 2:for(t=this._bufferService.rows,this._dirtyRowService.markDirty(t-1);t--;)this._resetBufferLine(t);this._dirtyRowService.markDirty(0);break;case 3:var i=this._bufferService.buffer.lines.length-this._bufferService.rows;0<i&&(this._bufferService.buffer.lines.trimStart(i),this._bufferService.buffer.ybase=Math.max(this._bufferService.buffer.ybase-i,0),this._bufferService.buffer.ydisp=Math.max(this._bufferService.buffer.ydisp-i,0),this._onScroll.fire(0))}},_.prototype.eraseInLine=function(e){switch(this._restrictCursor(),e.params[0]){case 0:this._eraseInBufferLine(this._bufferService.buffer.y,this._bufferService.buffer.x,this._bufferService.cols);break;case 1:this._eraseInBufferLine(this._bufferService.buffer.y,0,this._bufferService.buffer.x+1);break;case 2:this._eraseInBufferLine(this._bufferService.buffer.y,0,this._bufferService.cols)}this._dirtyRowService.markDirty(this._bufferService.buffer.y)},_.prototype.insertLines=function(e){this._restrictCursor();var t=e.params[0]||1,i=this._bufferService.buffer;if(!(i.y>i.scrollBottom||i.y<i.scrollTop)){for(var r=i.y+i.ybase,n=this._bufferService.rows-1-i.scrollBottom,o=this._bufferService.rows-1+i.ybase-n+1;t--;)i.lines.splice(o-1,1),i.lines.splice(r,0,i.getBlankLine(this._eraseAttrData()));this._dirtyRowService.markRangeDirty(i.y,i.scrollBottom),i.x=0}},_.prototype.deleteLines=function(e){this._restrictCursor();var t=e.params[0]||1,i=this._bufferService.buffer;if(!(i.y>i.scrollBottom||i.y<i.scrollTop)){var r,n=i.y+i.ybase;for(r=this._bufferService.rows-1-i.scrollBottom,r=this._bufferService.rows-1+i.ybase-r;t--;)i.lines.splice(n,1),i.lines.splice(r,0,i.getBlankLine(this._eraseAttrData()));this._dirtyRowService.markRangeDirty(i.y,i.scrollBottom),i.x=0}},_.prototype.insertChars=function(e){this._restrictCursor();var t=this._bufferService.buffer.lines.get(this._bufferService.buffer.y+this._bufferService.buffer.ybase);t&&(t.insertCells(this._bufferService.buffer.x,e.params[0]||1,this._bufferService.buffer.getNullCell(this._eraseAttrData()),this._eraseAttrData()),this._dirtyRowService.markDirty(this._bufferService.buffer.y))},_.prototype.deleteChars=function(e){this._restrictCursor();var t=this._bufferService.buffer.lines.get(this._bufferService.buffer.y+this._bufferService.buffer.ybase);t&&(t.deleteCells(this._bufferService.buffer.x,e.params[0]||1,this._bufferService.buffer.getNullCell(this._eraseAttrData()),this._eraseAttrData()),this._dirtyRowService.markDirty(this._bufferService.buffer.y))},_.prototype.scrollUp=function(e){for(var t=e.params[0]||1,i=this._bufferService.buffer;t--;)i.lines.splice(i.ybase+i.scrollTop,1),i.lines.splice(i.ybase+i.scrollBottom,0,i.getBlankLine(this._eraseAttrData()));this._dirtyRowService.markRangeDirty(i.scrollTop,i.scrollBottom)},_.prototype.scrollDown=function(e){for(var t=e.params[0]||1,i=this._bufferService.buffer;t--;)i.lines.splice(i.ybase+i.scrollBottom,1),i.lines.splice(i.ybase+i.scrollTop,0,i.getBlankLine(b.DEFAULT_ATTR_DATA));this._dirtyRowService.markRangeDirty(i.scrollTop,i.scrollBottom)},_.prototype.scrollLeft=function(e){var t=this._bufferService.buffer;if(!(t.y>t.scrollBottom||t.y<t.scrollTop)){for(var i=e.params[0]||1,r=t.scrollTop;r<=t.scrollBottom;++r){var n=t.lines.get(t.ybase+r);n.deleteCells(0,i,t.getNullCell(this._eraseAttrData()),this._eraseAttrData()),n.isWrapped=!1}this._dirtyRowService.markRangeDirty(t.scrollTop,t.scrollBottom)}},_.prototype.scrollRight=function(e){var t=this._bufferService.buffer;if(!(t.y>t.scrollBottom||t.y<t.scrollTop)){for(var i=e.params[0]||1,r=t.scrollTop;r<=t.scrollBottom;++r){var n=t.lines.get(t.ybase+r);n.insertCells(0,i,t.getNullCell(this._eraseAttrData()),this._eraseAttrData()),n.isWrapped=!1}this._dirtyRowService.markRangeDirty(t.scrollTop,t.scrollBottom)}},_.prototype.insertColumns=function(e){var t=this._bufferService.buffer;if(!(t.y>t.scrollBottom||t.y<t.scrollTop)){for(var i=e.params[0]||1,r=t.scrollTop;r<=t.scrollBottom;++r){var n=this._bufferService.buffer.lines.get(t.ybase+r);n.insertCells(t.x,i,t.getNullCell(this._eraseAttrData()),this._eraseAttrData()),n.isWrapped=!1}this._dirtyRowService.markRangeDirty(t.scrollTop,t.scrollBottom)}},_.prototype.deleteColumns=function(e){var t=this._bufferService.buffer;if(!(t.y>t.scrollBottom||t.y<t.scrollTop)){for(var i=e.params[0]||1,r=t.scrollTop;r<=t.scrollBottom;++r){var n=t.lines.get(t.ybase+r);n.deleteCells(t.x,i,t.getNullCell(this._eraseAttrData()),this._eraseAttrData()),n.isWrapped=!1}this._dirtyRowService.markRangeDirty(t.scrollTop,t.scrollBottom)}},_.prototype.eraseChars=function(e){this._restrictCursor();var t=this._bufferService.buffer.lines.get(this._bufferService.buffer.y+this._bufferService.buffer.ybase);t&&(t.replaceCells(this._bufferService.buffer.x,this._bufferService.buffer.x+(e.params[0]||1),this._bufferService.buffer.getNullCell(this._eraseAttrData()),this._eraseAttrData()),this._dirtyRowService.markDirty(this._bufferService.buffer.y))},_.prototype.repeatPrecedingCharacter=function(e){if(this._parser.precedingCodepoint){for(var t=e.params[0]||1,i=new Uint32Array(t),r=0;r<t;++r)i[r]=this._parser.precedingCodepoint;this.print(i,0,i.length)}},_.prototype.sendDeviceAttributesPrimary=function(e){0<e.params[0]||(this._terminal.is("xterm")||this._terminal.is("rxvt-unicode")||this._terminal.is("screen")?this._coreService.triggerDataEvent(p.C0.ESC+"[?1;2c"):this._terminal.is("linux")&&this._coreService.triggerDataEvent(p.C0.ESC+"[?6c"))},_.prototype.sendDeviceAttributesSecondary=function(e){0<e.params[0]||(this._terminal.is("xterm")?this._coreService.triggerDataEvent(p.C0.ESC+"[>0;276;0c"):this._terminal.is("rxvt-unicode")?this._coreService.triggerDataEvent(p.C0.ESC+"[>85;95;0c"):this._terminal.is("linux")?this._coreService.triggerDataEvent(e.params[0]+"c"):this._terminal.is("screen")&&this._coreService.triggerDataEvent(p.C0.ESC+"[>83;40003;0c"))},_.prototype.setMode=function(e){for(var t=0;t<e.length;t++)switch(e.params[t]){case 4:this._terminal.insertMode=!0}},_.prototype.setModePrivate=function(e){for(var t,i,r=0;r<e.length;r++)switch(e.params[r]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!0;break;case 2:this._charsetService.setgCharset(0,v.DEFAULT_CHARSET),this._charsetService.setgCharset(1,v.DEFAULT_CHARSET),this._charsetService.setgCharset(2,v.DEFAULT_CHARSET),this._charsetService.setgCharset(3,v.DEFAULT_CHARSET);break;case 3:this._optionsService.options.windowOptions.setWinLines&&(this._terminal.resize(132,this._bufferService.rows),this._onRequestReset.fire());break;case 6:this._coreService.decPrivateModes.origin=!0,this._setCursor(0,0);break;case 7:this._coreService.decPrivateModes.wraparound=!0;break;case 12:break;case 66:this._logService.debug("Serial port requested application keypad."),this._coreService.decPrivateModes.applicationKeypad=!0,null===(t=this._terminal.viewport)||void 0===t||t.syncScrollArea();break;case 9:this._coreMouseService.activeProtocol="X10";break;case 1e3:this._coreMouseService.activeProtocol="VT200";break;case 1002:this._coreMouseService.activeProtocol="DRAG";break;case 1003:this._coreMouseService.activeProtocol="ANY";break;case 1004:this._terminal.sendFocus=!0;break;case 1005:this._logService.debug("DECSET 1005 not supported (see #2507)");break;case 1006:this._coreMouseService.activeEncoding="SGR";break;case 1015:this._logService.debug("DECSET 1015 not supported (see #2507)");break;case 25:this._coreService.isCursorHidden=!1;break;case 1048:this.saveCursor();break;case 1049:this.saveCursor();case 47:case 1047:this._bufferService.buffers.activateAltBuffer(this._eraseAttrData()),this._onRequestRefreshRows.fire(0,this._bufferService.rows-1),null===(i=this._terminal.viewport)||void 0===i||i.syncScrollArea(),this._terminal.showCursor();break;case 2004:this._terminal.bracketedPasteMode=!0}},_.prototype.resetMode=function(e){for(var t=0;t<e.length;t++)switch(e.params[t]){case 4:this._terminal.insertMode=!1}},_.prototype.resetModePrivate=function(e){for(var t,i,r=0;r<e.length;r++)switch(e.params[r]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!1;break;case 3:this._optionsService.options.windowOptions.setWinLines&&(this._terminal.resize(80,this._bufferService.rows),this._onRequestReset.fire());break;case 6:this._coreService.decPrivateModes.origin=!1,this._setCursor(0,0);break;case 7:this._coreService.decPrivateModes.wraparound=!1;break;case 12:break;case 66:this._logService.debug("Switching back to normal keypad."),this._coreService.decPrivateModes.applicationKeypad=!1,null===(t=this._terminal.viewport)||void 0===t||t.syncScrollArea();break;case 9:case 1e3:case 1002:case 1003:this._coreMouseService.activeProtocol="NONE";break;case 1004:this._terminal.sendFocus=!1;break;case 1005:this._logService.debug("DECRST 1005 not supported (see #2507)");break;case 1006:this._coreMouseService.activeEncoding="DEFAULT";break;case 1015:this._logService.debug("DECRST 1015 not supported (see #2507)");break;case 25:this._coreService.isCursorHidden=!0;break;case 1048:this.restoreCursor();break;case 1049:case 47:case 1047:this._bufferService.buffers.activateNormalBuffer(),1049===e.params[r]&&this.restoreCursor(),this._onRequestRefreshRows.fire(0,this._bufferService.rows-1),null===(i=this._terminal.viewport)||void 0===i||i.syncScrollArea(),this._terminal.showCursor();break;case 2004:this._terminal.bracketedPasteMode=!1}},_.prototype._extractColor=function(e,t,i){var r=[0,0,-1,0,0,0],n=0,o=0;do{if(r[o+n]=e.params[t+o],e.hasSubParams(t+o)){for(var s=e.getSubParams(t+o),a=0;5===r[1]&&(n=1),r[o+a+1+n]=s[a],++a<s.length&&a+o+1+n<r.length;);break}if(5===r[1]&&2<=o+n||2===r[1]&&5<=o+n)break;r[1]&&(n=1)}while(++o+t<e.length&&o+n<r.length);for(a=2;a<r.length;++a)-1===r[a]&&(r[a]=0);return 38===r[0]?2===r[1]?(i.fg|=50331648,i.fg&=-16777216,i.fg|=c.AttributeData.fromColorRGB([r[3],r[4],r[5]])):5===r[1]&&(i.fg&=-50331904,i.fg|=33554432|255&r[3]):48===r[0]&&(2===r[1]?(i.bg|=50331648,i.bg&=-16777216,i.bg|=c.AttributeData.fromColorRGB([r[3],r[4],r[5]])):5===r[1]&&(i.bg&=-50331904,i.bg|=33554432|255&r[3])),o},_.prototype.charAttributes=function(e){if(1===e.length&&0===e.params[0])return this._curAttrData.fg=b.DEFAULT_ATTR_DATA.fg,void(this._curAttrData.bg=b.DEFAULT_ATTR_DATA.bg);for(var t,i=e.length,r=this._curAttrData,n=0;n<i;n++)30<=(t=e.params[n])&&t<=37?(r.fg&=-50331904,r.fg|=16777216|t-30):40<=t&&t<=47?(r.bg&=-50331904,r.bg|=16777216|t-40):90<=t&&t<=97?(r.fg&=-50331904,r.fg|=16777224|t-90):100<=t&&t<=107?(r.bg&=-50331904,r.bg|=16777224|t-100):0===t?(r.fg=b.DEFAULT_ATTR_DATA.fg,r.bg=b.DEFAULT_ATTR_DATA.bg):1===t?r.fg|=134217728:3===t?r.bg|=67108864:4===t?r.fg|=268435456:5===t?r.fg|=536870912:7===t?r.fg|=67108864:8===t?r.fg|=1073741824:2===t?r.bg|=134217728:22===t?(r.fg&=-134217729,r.bg&=-134217729):23===t?r.bg&=-67108865:24===t?r.fg&=-268435457:25===t?r.fg&=-536870913:27===t?r.fg&=-67108865:28===t?r.fg&=-1073741825:39===t?(r.fg&=-67108864,r.fg|=16777215&b.DEFAULT_ATTR_DATA.fg):49===t?(r.bg&=-67108864,r.bg|=16777215&b.DEFAULT_ATTR_DATA.bg):38===t||48===t?n+=this._extractColor(e,n,r):100===t?(r.fg&=-67108864,r.fg|=16777215&b.DEFAULT_ATTR_DATA.fg,r.bg&=-67108864,r.bg|=16777215&b.DEFAULT_ATTR_DATA.bg):this._logService.debug("Unknown SGR attribute: %d.",t)},_.prototype.deviceStatus=function(e){switch(e.params[0]){case 5:this._coreService.triggerDataEvent(p.C0.ESC+"[0n");break;case 6:var t=this._bufferService.buffer.y+1,i=this._bufferService.buffer.x+1;this._coreService.triggerDataEvent(p.C0.ESC+"["+t+";"+i+"R")}},_.prototype.deviceStatusPrivate=function(e){switch(e.params[0]){case 6:var t=this._bufferService.buffer.y+1,i=this._bufferService.buffer.x+1;this._coreService.triggerDataEvent(p.C0.ESC+"[?"+t+";"+i+"R")}},_.prototype.softReset=function(e){var t;this._coreService.isCursorHidden=!1,this._terminal.insertMode=!1,null===(t=this._terminal.viewport)||void 0===t||t.syncScrollArea(),this._bufferService.buffer.scrollTop=0,this._bufferService.buffer.scrollBottom=this._bufferService.rows-1,this._curAttrData=b.DEFAULT_ATTR_DATA.clone(),this._bufferService.buffer.x=this._bufferService.buffer.y=0,this._coreService.reset(),this._charsetService.reset()},_.prototype.setCursorStyle=function(e){var t=e.params[0]||1;switch(t){case 1:case 2:this._optionsService.options.cursorStyle="block";break;case 3:case 4:this._optionsService.options.cursorStyle="underline";break;case 5:case 6:this._optionsService.options.cursorStyle="bar"}var i=t%2==1;this._optionsService.options.cursorBlink=i},_.prototype.setScrollRegion=function(e){var t,i=e.params[0]||1;(e.length<2||(t=e.params[1])>this._bufferService.rows||0===t)&&(t=this._bufferService.rows),i<t&&(this._bufferService.buffer.scrollTop=i-1,this._bufferService.buffer.scrollBottom=t-1,this._setCursor(0,0))},_.prototype.windowOptions=function(e){if(u(e.params[0],this._optionsService.options.windowOptions)){var t=1<e.length?e.params[1]:0,i=this._instantiationService.getService(l.IRenderService);switch(e.params[0]){case 14:if(i&&2!==t){console.log(i.dimensions);var r=i.dimensions.scaledCanvasWidth.toFixed(0),n=i.dimensions.scaledCanvasHeight.toFixed(0);this._coreService.triggerDataEvent(p.C0.ESC+"[4;"+n+";"+r+"t")}break;case 16:i&&(r=i.dimensions.scaledCellWidth.toFixed(0),n=i.dimensions.scaledCellHeight.toFixed(0),this._coreService.triggerDataEvent(p.C0.ESC+"[6;"+n+";"+r+"t"));break;case 18:this._bufferService&&this._coreService.triggerDataEvent(p.C0.ESC+"[8;"+this._bufferService.rows+";"+this._bufferService.cols+"t");break;case 22:0!==t&&2!==t||(this._windowTitleStack.push(this._windowTitle),10<this._windowTitleStack.length&&this._windowTitleStack.shift()),0!==t&&1!==t||(this._iconNameStack.push(this._iconName),10<this._iconNameStack.length&&this._iconNameStack.shift());break;case 23:0!==t&&2!==t||this._windowTitleStack.length&&this.setTitle(this._windowTitleStack.pop()),0!==t&&1!==t||this._iconNameStack.length&&this.setIconName(this._iconNameStack.pop())}}},_.prototype.saveCursor=function(e){this._bufferService.buffer.savedX=this._bufferService.buffer.x,this._bufferService.buffer.savedY=this._bufferService.buffer.ybase+this._bufferService.buffer.y,this._bufferService.buffer.savedCurAttrData.fg=this._curAttrData.fg,this._bufferService.buffer.savedCurAttrData.bg=this._curAttrData.bg,this._bufferService.buffer.savedCharset=this._charsetService.charset},_.prototype.restoreCursor=function(e){this._bufferService.buffer.x=this._bufferService.buffer.savedX||0,this._bufferService.buffer.y=Math.max(this._bufferService.buffer.savedY-this._bufferService.buffer.ybase,0),this._curAttrData.fg=this._bufferService.buffer.savedCurAttrData.fg,this._curAttrData.bg=this._bufferService.buffer.savedCurAttrData.bg,this._charsetService.charset=this._savedCharset,this._bufferService.buffer.savedCharset&&(this._charsetService.charset=this._bufferService.buffer.savedCharset),this._restrictCursor()},_.prototype.setTitle=function(e){this._windowTitle=e,this._terminal.handleTitle(e)},_.prototype.setIconName=function(e){this._iconName=e},_.prototype.nextLine=function(){this._bufferService.buffer.x=0,this.index()},_.prototype.keypadApplicationMode=function(){var e;this._logService.debug("Serial port requested application keypad."),this._coreService.decPrivateModes.applicationKeypad=!0,null===(e=this._terminal.viewport)||void 0===e||e.syncScrollArea()},_.prototype.keypadNumericMode=function(){var e;this._logService.debug("Switching back to normal keypad."),this._coreService.decPrivateModes.applicationKeypad=!1,null===(e=this._terminal.viewport)||void 0===e||e.syncScrollArea()},_.prototype.selectDefaultCharset=function(){this._charsetService.setgLevel(0),this._charsetService.setgCharset(0,v.DEFAULT_CHARSET)},_.prototype.selectCharset=function(e){2===e.length?"/"!==e[0]&&this._charsetService.setgCharset(h[e[0]],v.CHARSETS[e[1]]||v.DEFAULT_CHARSET):this.selectDefaultCharset()},_.prototype.index=function(){this._restrictCursor();var e=this._bufferService.buffer;this._bufferService.buffer.y++,e.y===e.scrollBottom+1?(e.y--,this._terminal.scroll(this._eraseAttrData())):e.y>=this._bufferService.rows&&(e.y=this._bufferService.rows-1),this._restrictCursor()},_.prototype.tabSet=function(){this._bufferService.buffer.tabs[this._bufferService.buffer.x]=!0},_.prototype.reverseIndex=function(){this._restrictCursor();var e=this._bufferService.buffer;if(e.y===e.scrollTop){var t=e.scrollBottom-e.scrollTop;e.lines.shiftElements(e.y+e.ybase,t,1),e.lines.set(e.y+e.ybase,e.getBlankLine(this._eraseAttrData())),this._dirtyRowService.markRangeDirty(e.scrollTop,e.scrollBottom)}else e.y--,this._restrictCursor()},_.prototype.fullReset=function(){this._parser.reset(),this._onRequestReset.fire()},_.prototype.reset=function(){this._curAttrData=b.DEFAULT_ATTR_DATA.clone(),this._eraseAttrDataInternal=b.DEFAULT_ATTR_DATA.clone()},_.prototype._eraseAttrData=function(){return this._eraseAttrDataInternal.bg&=-67108864,this._eraseAttrDataInternal.bg|=67108863&this._curAttrData.bg,this._eraseAttrDataInternal},_.prototype.setgLevel=function(e){this._charsetService.setgLevel(e)},_.prototype.screenAlignmentPattern=function(){var e=new C.CellData;e.content=1<<22|"E".charCodeAt(0),e.fg=this._curAttrData.fg,e.bg=this._curAttrData.bg;var t=this._bufferService.buffer;this._setCursor(0,0);for(var i=0;i<this._bufferService.rows;++i){var r=t.y+t.ybase+i;t.lines.get(r).fill(e),t.lines.get(r).isWrapped=!1}this._dirtyRowService.markAllDirty(),this._setCursor(0,0)},_);function _(e,t,i,r,n,o,s,a,c,l,h){void 0===h&&(h=new g.EscapeSequenceParser);var u=E.call(this)||this;u._terminal=e,u._bufferService=t,u._charsetService=i,u._coreService=r,u._dirtyRowService=n,u._logService=o,u._optionsService=s,u._coreMouseService=a,u._unicodeService=c,u._instantiationService=l,u._parser=h,u._parseBuffer=new Uint32Array(4096),u._stringDecoder=new y.StringToUtf32,u._utf8Decoder=new y.Utf8ToUtf32,u._workCell=new C.CellData,u._windowTitle="",u._iconName="",u._windowTitleStack=[],u._iconNameStack=[],u._curAttrData=b.DEFAULT_ATTR_DATA.clone(),u._eraseAttrDataInternal=b.DEFAULT_ATTR_DATA.clone(),u._onRequestRefreshRows=new m.EventEmitter,u._onRequestReset=new m.EventEmitter,u._onRequestBell=new m.EventEmitter,u._onCursorMove=new m.EventEmitter,u._onLineFeed=new m.EventEmitter,u._onScroll=new m.EventEmitter,u.register(u._parser),u._parser.setCsiHandlerFallback(function(e,t){u._logService.debug("Unknown CSI code: ",{identifier:u._parser.identToString(e),params:t.toArray()})}),u._parser.setEscHandlerFallback(function(e){u._logService.debug("Unknown ESC code: ",{identifier:u._parser.identToString(e)})}),u._parser.setExecuteHandlerFallback(function(e){u._logService.debug("Unknown EXECUTE code: ",{code:e})}),u._parser.setOscHandlerFallback(function(e,t,i){u._logService.debug("Unknown OSC code: ",{identifier:e,action:t,data:i})}),u._parser.setDcsHandlerFallback(function(e,t,i){"HOOK"===t&&(i=i.toArray()),u._logService.debug("Unknown DCS code: ",{identifier:u._parser.identToString(e),action:t,payload:i})}),u._parser.setPrintHandler(function(e,t,i){return u.print(e,t,i)}),u._parser.setCsiHandler({final:"@"},function(e){return u.insertChars(e)}),u._parser.setCsiHandler({intermediates:" ",final:"@"},function(e){return u.scrollLeft(e)}),u._parser.setCsiHandler({final:"A"},function(e){return u.cursorUp(e)}),u._parser.setCsiHandler({intermediates:" ",final:"A"},function(e){return u.scrollRight(e)}),u._parser.setCsiHandler({final:"B"},function(e){return u.cursorDown(e)}),u._parser.setCsiHandler({final:"C"},function(e){return u.cursorForward(e)}),u._parser.setCsiHandler({final:"D"},function(e){return u.cursorBackward(e)}),u._parser.setCsiHandler({final:"E"},function(e){return u.cursorNextLine(e)}),u._parser.setCsiHandler({final:"F"},function(e){return u.cursorPrecedingLine(e)}),u._parser.setCsiHandler({final:"G"},function(e){return u.cursorCharAbsolute(e)}),u._parser.setCsiHandler({final:"H"},function(e){return u.cursorPosition(e)}),u._parser.setCsiHandler({final:"I"},function(e){return u.cursorForwardTab(e)}),u._parser.setCsiHandler({final:"J"},function(e){return u.eraseInDisplay(e)}),u._parser.setCsiHandler({prefix:"?",final:"J"},function(e){return u.eraseInDisplay(e)}),u._parser.setCsiHandler({final:"K"},function(e){return u.eraseInLine(e)}),u._parser.setCsiHandler({prefix:"?",final:"K"},function(e){return u.eraseInLine(e)}),u._parser.setCsiHandler({final:"L"},function(e){return u.insertLines(e)}),u._parser.setCsiHandler({final:"M"},function(e){return u.deleteLines(e)}),u._parser.setCsiHandler({final:"P"},function(e){return u.deleteChars(e)}),u._parser.setCsiHandler({final:"S"},function(e){return u.scrollUp(e)}),u._parser.setCsiHandler({final:"T"},function(e){return u.scrollDown(e)}),u._parser.setCsiHandler({final:"X"},function(e){return u.eraseChars(e)}),u._parser.setCsiHandler({final:"Z"},function(e){return u.cursorBackwardTab(e)}),u._parser.setCsiHandler({final:"`"},function(e){return u.charPosAbsolute(e)}),u._parser.setCsiHandler({final:"a"},function(e){return u.hPositionRelative(e)}),u._parser.setCsiHandler({final:"b"},function(e){return u.repeatPrecedingCharacter(e)}),u._parser.setCsiHandler({final:"c"},function(e){return u.sendDeviceAttributesPrimary(e)}),u._parser.setCsiHandler({prefix:">",final:"c"},function(e){return u.sendDeviceAttributesSecondary(e)}),u._parser.setCsiHandler({final:"d"},function(e){return u.linePosAbsolute(e)}),u._parser.setCsiHandler({final:"e"},function(e){return u.vPositionRelative(e)}),u._parser.setCsiHandler({final:"f"},function(e){return u.hVPosition(e)}),u._parser.setCsiHandler({final:"g"},function(e){return u.tabClear(e)}),u._parser.setCsiHandler({final:"h"},function(e){return u.setMode(e)}),u._parser.setCsiHandler({prefix:"?",final:"h"},function(e){return u.setModePrivate(e)}),u._parser.setCsiHandler({final:"l"},function(e){return u.resetMode(e)}),u._parser.setCsiHandler({prefix:"?",final:"l"},function(e){return u.resetModePrivate(e)}),u._parser.setCsiHandler({final:"m"},function(e){return u.charAttributes(e)}),u._parser.setCsiHandler({final:"n"},function(e){return u.deviceStatus(e)}),u._parser.setCsiHandler({prefix:"?",final:"n"},function(e){return u.deviceStatusPrivate(e)}),u._parser.setCsiHandler({intermediates:"!",final:"p"},function(e){return u.softReset(e)}),u._parser.setCsiHandler({intermediates:" ",final:"q"},function(e){return u.setCursorStyle(e)}),u._parser.setCsiHandler({final:"r"},function(e){return u.setScrollRegion(e)}),u._parser.setCsiHandler({final:"s"},function(e){return u.saveCursor(e)}),u._parser.setCsiHandler({final:"t"},function(e){return u.windowOptions(e)}),u._parser.setCsiHandler({final:"u"},function(e){return u.restoreCursor(e)}),u._parser.setCsiHandler({intermediates:"'",final:"}"},function(e){return u.insertColumns(e)}),u._parser.setCsiHandler({intermediates:"'",final:"~"},function(e){return u.deleteColumns(e)}),u._parser.setExecuteHandler(p.C0.BEL,function(){return u.bell()}),u._parser.setExecuteHandler(p.C0.LF,function(){return u.lineFeed()}),u._parser.setExecuteHandler(p.C0.VT,function(){return u.lineFeed()}),u._parser.setExecuteHandler(p.C0.FF,function(){return u.lineFeed()}),u._parser.setExecuteHandler(p.C0.CR,function(){return u.carriageReturn()}),u._parser.setExecuteHandler(p.C0.BS,function(){return u.backspace()}),u._parser.setExecuteHandler(p.C0.HT,function(){return u.tab()}),u._parser.setExecuteHandler(p.C0.SO,function(){return u.shiftOut()}),u._parser.setExecuteHandler(p.C0.SI,function(){return u.shiftIn()}),u._parser.setExecuteHandler(p.C1.IND,function(){return u.index()}),u._parser.setExecuteHandler(p.C1.NEL,function(){return u.nextLine()}),u._parser.setExecuteHandler(p.C1.HTS,function(){return u.tabSet()}),u._parser.setOscHandler(0,new w.OscHandler(function(e){u.setTitle(e),u.setIconName(e)})),u._parser.setOscHandler(1,new w.OscHandler(function(e){return u.setIconName(e)})),u._parser.setOscHandler(2,new w.OscHandler(function(e){return u.setTitle(e)})),u._parser.setEscHandler({final:"7"},function(){return u.saveCursor()}),u._parser.setEscHandler({final:"8"},function(){return u.restoreCursor()}),u._parser.setEscHandler({final:"D"},function(){return u.index()}),u._parser.setEscHandler({final:"E"},function(){return u.nextLine()}),u._parser.setEscHandler({final:"H"},function(){return u.tabSet()}),u._parser.setEscHandler({final:"M"},function(){return u.reverseIndex()}),u._parser.setEscHandler({final:"="},function(){return u.keypadApplicationMode()}),u._parser.setEscHandler({final:">"},function(){return u.keypadNumericMode()}),u._parser.setEscHandler({final:"c"},function(){return u.fullReset()}),u._parser.setEscHandler({final:"n"},function(){return u.setgLevel(2)}),u._parser.setEscHandler({final:"o"},function(){return u.setgLevel(3)}),u._parser.setEscHandler({final:"|"},function(){return u.setgLevel(3)}),u._parser.setEscHandler({final:"}"},function(){return u.setgLevel(2)}),u._parser.setEscHandler({final:"~"},function(){return u.setgLevel(1)}),u._parser.setEscHandler({intermediates:"%",final:"@"},function(){return u.selectDefaultCharset()}),u._parser.setEscHandler({intermediates:"%",final:"G"},function(){return u.selectDefaultCharset()});function f(e){_._parser.setEscHandler({intermediates:"(",final:e},function(){return u.selectCharset("("+e)}),_._parser.setEscHandler({intermediates:")",final:e},function(){return u.selectCharset(")"+e)}),_._parser.setEscHandler({intermediates:"*",final:e},function(){return u.selectCharset("*"+e)}),_._parser.setEscHandler({intermediates:"+",final:e},function(){return u.selectCharset("+"+e)}),_._parser.setEscHandler({intermediates:"-",final:e},function(){return u.selectCharset("-"+e)}),_._parser.setEscHandler({intermediates:".",final:e},function(){return u.selectCharset("."+e)}),_._parser.setEscHandler({intermediates:"/",final:e},function(){return u.selectCharset("/"+e)})}var _=this;for(var d in v.CHARSETS)f(d);return u._parser.setEscHandler({intermediates:"#",final:"8"},function(){return u.screenAlignmentPattern()}),u._parser.setErrorHandler(function(e){return u._logService.error("Parsing error: ",e),e}),u._parser.setDcsHandler({intermediates:"$",final:"q"},new L(u._bufferService,u._coreService,u._logService,u._optionsService)),u}function d(e,t,i,r){this._bufferService=e,this._coreService=t,this._logService=i,this._optionsService=r,this._data=new Uint32Array(0)}t.InputHandler=f},function(e,i,t){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(i,"__esModule",{value:!0});var o=t(2),s=t(15),a=t(19),c=t(20),l=t(22),h=(u.prototype.setDefault=function(e,t){s.fill(this.table,e<<4|t)},u.prototype.add=function(e,t,i,r){this.table[t<<8|e]=i<<4|r},u.prototype.addMany=function(e,t,i,r){for(var n=0;n<e.length;n++)this.table[t<<8|e[n]]=i<<4|r},u);function u(e){this.table=new Uint8Array(e)}i.TransitionTable=h,i.VT500_TRANSITION_TABLE=function(){function e(e,t){return i.slice(e,t)}var t=new h(4095),i=Array.apply(null,Array(256)).map(function(e,t){return t}),r=e(32,127),n=e(0,24);n.push(25),n.push.apply(n,e(28,32));var o,s=e(0,14);for(o in t.setDefault(1,0),t.addMany(r,0,2,0),s)t.addMany([24,26,153,154],o,3,0),t.addMany(e(128,144),o,3,0),t.addMany(e(144,152),o,3,0),t.add(156,o,0,0),t.add(27,o,11,1),t.add(157,o,4,8),t.addMany([152,158,159],o,0,7),t.add(155,o,11,3),t.add(144,o,11,9);return t.addMany(n,0,3,0),t.addMany(n,1,3,1),t.add(127,1,0,1),t.addMany(n,8,0,8),t.addMany(n,3,3,3),t.add(127,3,0,3),t.addMany(n,4,3,4),t.add(127,4,0,4),t.addMany(n,6,3,6),t.addMany(n,5,3,5),t.add(127,5,0,5),t.addMany(n,2,3,2),t.add(127,2,0,2),t.add(93,1,4,8),t.addMany(r,8,5,8),t.add(127,8,5,8),t.addMany([156,27,24,26,7],8,6,0),t.addMany(e(28,32),8,0,8),t.addMany([88,94,95],1,0,7),t.addMany(r,7,0,7),t.addMany(n,7,0,7),t.add(156,7,0,0),t.add(127,7,0,7),t.add(91,1,11,3),t.addMany(e(64,127),3,7,0),t.addMany(e(48,60),3,8,4),t.addMany([60,61,62,63],3,9,4),t.addMany(e(48,60),4,8,4),t.addMany(e(64,127),4,7,0),t.addMany([60,61,62,63],4,0,6),t.addMany(e(32,64),6,0,6),t.add(127,6,0,6),t.addMany(e(64,127),6,0,0),t.addMany(e(32,48),3,9,5),t.addMany(e(32,48),5,9,5),t.addMany(e(48,64),5,0,6),t.addMany(e(64,127),5,7,0),t.addMany(e(32,48),4,9,5),t.addMany(e(32,48),1,9,2),t.addMany(e(32,48),2,9,2),t.addMany(e(48,127),2,10,0),t.addMany(e(48,80),1,10,0),t.addMany(e(81,88),1,10,0),t.addMany([89,90,92],1,10,0),t.addMany(e(96,127),1,10,0),t.add(80,1,11,9),t.addMany(n,9,0,9),t.add(127,9,0,9),t.addMany(e(28,32),9,0,9),t.addMany(e(32,48),9,9,12),t.addMany(e(48,60),9,8,10),t.addMany([60,61,62,63],9,9,10),t.addMany(n,11,0,11),t.addMany(e(32,128),11,0,11),t.addMany(e(28,32),11,0,11),t.addMany(n,10,0,10),t.add(127,10,0,10),t.addMany(e(28,32),10,0,10),t.addMany(e(48,60),10,8,10),t.addMany([60,61,62,63],10,0,11),t.addMany(e(32,48),10,9,12),t.addMany(n,12,0,12),t.add(127,12,0,12),t.addMany(e(28,32),12,0,12),t.addMany(e(32,48),12,9,12),t.addMany(e(48,64),12,0,11),t.addMany(e(64,127),12,12,13),t.addMany(e(64,127),10,12,13),t.addMany(e(64,127),9,12,13),t.addMany(n,13,13,13),t.addMany(r,13,13,13),t.add(127,13,0,13),t.addMany([27,156,24,26],13,14,0),t.add(160,0,2,0),t.add(160,8,5,8),t.add(160,6,0,6),t.add(160,11,0,11),t.add(160,13,13,13),t}();var f,_=(f=o.Disposable,n(d,f),d.prototype._identifier=function(e,t){void 0===t&&(t=[64,126]);var i=0;if(e.prefix){if(1<e.prefix.length)throw new Error("only one byte as prefix supported");if((i=e.prefix.charCodeAt(0))&&i<60||63<i)throw new Error("prefix must be in range 0x3c .. 0x3f")}if(e.intermediates){if(2<e.intermediates.length)throw new Error("only two bytes as intermediates are supported");for(var r=0;r<e.intermediates.length;++r){var n=e.intermediates.charCodeAt(r);if(n<32||47<n)throw new Error("intermediate must be in range 0x20 .. 0x2f");i<<=8,i|=n}}if(1!==e.final.length)throw new Error("final must be a single byte");var o=e.final.charCodeAt(0);if(t[0]>o||o>t[1])throw new Error("final must be in range "+t[0]+" .. "+t[1]);return(i<<=8)|o},d.prototype.identToString=function(e){for(var t=[];e;)t.push(String.fromCharCode(255&e)),e>>=8;return t.reverse().join("")},d.prototype.dispose=function(){this._csiHandlers=Object.create(null),this._executeHandlers=Object.create(null),this._escHandlers=Object.create(null),this._oscParser.dispose(),this._dcsParser.dispose()},d.prototype.setPrintHandler=function(e){this._printHandler=e},d.prototype.clearPrintHandler=function(){this._printHandler=this._printHandlerFb},d.prototype.addEscHandler=function(e,t){var i=this._identifier(e,[48,126]);void 0===this._escHandlers[i]&&(this._escHandlers[i]=[]);var r=this._escHandlers[i];return r.push(t),{dispose:function(){var e=r.indexOf(t);-1!==e&&r.splice(e,1)}}},d.prototype.setEscHandler=function(e,t){this._escHandlers[this._identifier(e,[48,126])]=[t]},d.prototype.clearEscHandler=function(e){this._escHandlers[this._identifier(e,[48,126])]&&delete this._escHandlers[this._identifier(e,[48,126])]},d.prototype.setEscHandlerFallback=function(e){this._escHandlerFb=e},d.prototype.setExecuteHandler=function(e,t){this._executeHandlers[e.charCodeAt(0)]=t},d.prototype.clearExecuteHandler=function(e){this._executeHandlers[e.charCodeAt(0)]&&delete this._executeHandlers[e.charCodeAt(0)]},d.prototype.setExecuteHandlerFallback=function(e){this._executeHandlerFb=e},d.prototype.addCsiHandler=function(e,t){var i=this._identifier(e);void 0===this._csiHandlers[i]&&(this._csiHandlers[i]=[]);var r=this._csiHandlers[i];return r.push(t),{dispose:function(){var e=r.indexOf(t);-1!==e&&r.splice(e,1)}}},d.prototype.setCsiHandler=function(e,t){this._csiHandlers[this._identifier(e)]=[t]},d.prototype.clearCsiHandler=function(e){this._csiHandlers[this._identifier(e)]&&delete this._csiHandlers[this._identifier(e)]},d.prototype.setCsiHandlerFallback=function(e){this._csiHandlerFb=e},d.prototype.addDcsHandler=function(e,t){return this._dcsParser.addHandler(this._identifier(e),t)},d.prototype.setDcsHandler=function(e,t){this._dcsParser.setHandler(this._identifier(e),t)},d.prototype.clearDcsHandler=function(e){this._dcsParser.clearHandler(this._identifier(e))},d.prototype.setDcsHandlerFallback=function(e){this._dcsParser.setHandlerFallback(e)},d.prototype.addOscHandler=function(e,t){return this._oscParser.addHandler(e,t)},d.prototype.setOscHandler=function(e,t){this._oscParser.setHandler(e,t)},d.prototype.clearOscHandler=function(e){this._oscParser.clearHandler(e)},d.prototype.setOscHandlerFallback=function(e){this._oscParser.setHandlerFallback(e)},d.prototype.setErrorHandler=function(e){this._errorHandler=e},d.prototype.clearErrorHandler=function(){this._errorHandler=this._errorHandlerFb},d.prototype.reset=function(){this.currentState=this.initialState,this._oscParser.reset(),this._dcsParser.reset(),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingCodepoint=0},d.prototype.parse=function(e,t){for(var i=0,r=0,n=this.currentState,o=this._oscParser,s=this._dcsParser,a=this._collect,c=this._params,l=this.TRANSITIONS.table,h=0;h<t;++h){switch((r=l[n<<8|((i=e[h])<160?i:160)])>>4){case 2:for(var u=h+1;;++u){if(t<=u||(i=e[u])<32||126<i&&i<160){this._printHandler(e,h,u),h=u-1;break}if(++u>=t||(i=e[u])<32||126<i&&i<160){this._printHandler(e,h,u),h=u-1;break}if(++u>=t||(i=e[u])<32||126<i&&i<160){this._printHandler(e,h,u),h=u-1;break}if(++u>=t||(i=e[u])<32||126<i&&i<160){this._printHandler(e,h,u),h=u-1;break}}break;case 3:this._executeHandlers[i]?this._executeHandlers[i]():this._executeHandlerFb(i),this.precedingCodepoint=0;break;case 0:break;case 1:if(this._errorHandler({position:h,code:i,currentState:n,collect:a,params:c,abort:!1}).abort)return;break;case 7:for(var f=this._csiHandlers[a<<8|i],_=f?f.length-1:-1;0<=_&&!1===f[_](c);_--);_<0&&this._csiHandlerFb(a<<8|i,c),this.precedingCodepoint=0;break;case 8:do{switch(i){case 59:c.addParam(0);break;case 58:c.addSubParam(-1);break;default:c.addDigit(i-48)}}while(++h<t&&47<(i=e[h])&&i<60);h--;break;case 9:a<<=8,a|=i;break;case 10:for(var d=this._escHandlers[a<<8|i],p=d?d.length-1:-1;0<=p&&!1===d[p]();p--);p<0&&this._escHandlerFb(a<<8|i),this.precedingCodepoint=0;break;case 11:c.reset(),c.addParam(0),a=0;break;case 12:s.hook(a<<8|i,c);break;case 13:for(var v=h+1;;++v)if(t<=v||24===(i=e[v])||26===i||27===i||127<i&&i<160){s.put(e,h,v),h=v-1;break}break;case 14:s.unhook(24!==i&&26!==i),27===i&&(r|=1),c.reset(),c.addParam(0),a=0,this.precedingCodepoint=0;break;case 4:o.start();break;case 5:for(var g=h+1;;g++)if(t<=g||(i=e[g])<32||127<i&&i<=159){o.put(e,h,g),h=g-1;break}break;case 6:o.end(24!==i&&26!==i),27===i&&(r|=1),c.reset(),c.addParam(0),a=0,this.precedingCodepoint=0}n=15&r}this._collect=a,this.currentState=n},d);function d(e){void 0===e&&(e=i.VT500_TRANSITION_TABLE);var t=f.call(this)||this;return t.TRANSITIONS=e,t.initialState=0,t.currentState=t.initialState,t._params=new a.Params,t._params.addParam(0),t._collect=0,t.precedingCodepoint=0,t._printHandlerFb=function(e,t,i){},t._executeHandlerFb=function(e){},t._csiHandlerFb=function(e,t){},t._escHandlerFb=function(e){},t._errorHandlerFb=function(e){return e},t._printHandler=t._printHandlerFb,t._executeHandlers=Object.create(null),t._csiHandlers=Object.create(null),t._escHandlers=Object.create(null),t._oscParser=new c.OscParser,t._dcsParser=new l.DcsParser,t._errorHandler=t._errorHandlerFb,t.setEscHandler({final:"\\"},function(){}),t}i.EscapeSequenceParser=_},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}),o=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},s=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var h,u=i(40),f=i(46),_=i(47),d=i(48),p=i(27),a=i(2),c=i(4),l=i(0),v=i(23),g=i(1),y=1,b=(h=a.Disposable,n(m,h),Object.defineProperty(m.prototype,"onRequestRefreshRows",{get:function(){return this._onRequestRefreshRows.event},enumerable:!0,configurable:!0}),m.prototype.dispose=function(){h.prototype.dispose.call(this),this._renderLayers.forEach(function(e){return e.dispose()}),v.removeTerminalFromCache(this._id)},m.prototype.onDevicePixelRatioChange=function(){this._devicePixelRatio!==window.devicePixelRatio&&(this._devicePixelRatio=window.devicePixelRatio,this.onResize(this._bufferService.cols,this._bufferService.rows))},m.prototype.setColors=function(e){var t=this;this._colors=e,this._renderLayers.forEach(function(e){e.setColors(t._colors),e.reset()})},m.prototype.onResize=function(e,t){var i=this;this._updateDimensions(),this._renderLayers.forEach(function(e){return e.resize(i.dimensions)}),this._screenElement.style.width=this.dimensions.canvasWidth+"px",this._screenElement.style.height=this.dimensions.canvasHeight+"px"},m.prototype.onCharSizeChanged=function(){this.onResize(this._bufferService.cols,this._bufferService.rows)},m.prototype.onBlur=function(){this._runOperation(function(e){return e.onBlur()})},m.prototype.onFocus=function(){this._runOperation(function(e){return e.onFocus()})},m.prototype.onSelectionChanged=function(t,i,r){void 0===r&&(r=!1),this._runOperation(function(e){return e.onSelectionChanged(t,i,r)})},m.prototype.onCursorMove=function(){this._runOperation(function(e){return e.onCursorMove()})},m.prototype.onOptionsChanged=function(){this._runOperation(function(e){return e.onOptionsChanged()})},m.prototype.clear=function(){this._runOperation(function(e){return e.reset()})},m.prototype._runOperation=function(t){this._renderLayers.forEach(function(e){return t(e)})},m.prototype.renderRows=function(t,i){this._renderLayers.forEach(function(e){return e.onGridChanged(t,i)})},m.prototype._updateDimensions=function(){this._charSizeService.hasValidSize&&(this.dimensions.scaledCharWidth=Math.floor(this._charSizeService.width*window.devicePixelRatio),this.dimensions.scaledCharHeight=Math.ceil(this._charSizeService.height*window.devicePixelRatio),this.dimensions.scaledCellHeight=Math.floor(this.dimensions.scaledCharHeight*this._optionsService.options.lineHeight),this.dimensions.scaledCharTop=1===this._optionsService.options.lineHeight?0:Math.round((this.dimensions.scaledCellHeight-this.dimensions.scaledCharHeight)/2),this.dimensions.scaledCellWidth=this.dimensions.scaledCharWidth+Math.round(this._optionsService.options.letterSpacing),this.dimensions.scaledCharLeft=Math.floor(this._optionsService.options.letterSpacing/2),this.dimensions.scaledCanvasHeight=this._bufferService.rows*this.dimensions.scaledCellHeight,this.dimensions.scaledCanvasWidth=this._bufferService.cols*this.dimensions.scaledCellWidth,this.dimensions.canvasHeight=Math.round(this.dimensions.scaledCanvasHeight/window.devicePixelRatio),this.dimensions.canvasWidth=Math.round(this.dimensions.scaledCanvasWidth/window.devicePixelRatio),this.dimensions.actualCellHeight=this.dimensions.canvasHeight/this._bufferService.rows,this.dimensions.actualCellWidth=this.dimensions.canvasWidth/this._bufferService.cols)},m.prototype.registerCharacterJoiner=function(e){return this._characterJoinerRegistry.registerCharacterJoiner(e)},m.prototype.deregisterCharacterJoiner=function(e){return this._characterJoinerRegistry.deregisterCharacterJoiner(e)},o([s(3,l.IBufferService),s(4,c.ICharSizeService),s(5,l.IOptionsService),s(6,l.ICoreService),s(7,c.ICoreBrowserService)],m));function m(e,t,i,r,n,o,s,a){var c=h.call(this)||this;c._colors=e,c._screenElement=t,c._linkifier=i,c._bufferService=r,c._charSizeService=n,c._optionsService=o,c.coreService=s,c.coreBrowserService=a,c._id=y++,c._onRequestRefreshRows=new g.EventEmitter;var l=c._optionsService.options.allowTransparency;return c._characterJoinerRegistry=new p.CharacterJoinerRegistry(c._bufferService),c._renderLayers=[new u.TextRenderLayer(c._screenElement,0,c._colors,c._characterJoinerRegistry,l,c._id,c._bufferService,o),new f.SelectionRenderLayer(c._screenElement,1,c._colors,c._id,c._bufferService,o),new d.LinkRenderLayer(c._screenElement,2,c._colors,c._id,c._linkifier,c._bufferService,o),new _.CursorRenderLayer(c._screenElement,3,c._colors,c._id,c._onRequestRefreshRows,c._bufferService,o,s,a)],c.dimensions={scaledCharWidth:0,scaledCharHeight:0,scaledCellWidth:0,scaledCellHeight:0,scaledCharLeft:0,scaledCharTop:0,scaledCanvasWidth:0,scaledCanvasHeight:0,canvasWidth:0,canvasHeight:0,actualCellWidth:0,actualCellHeight:0},c._devicePixelRatio=window.devicePixelRatio,c._updateDimensions(),c.onOptionsChanged(),c}t.Renderer=b},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var l,h=i(41),o=i(13),u=i(6),_=i(3),d=i(27),f=i(5),s=(l=o.BaseRenderLayer,n(a,l),a.prototype.resize=function(e){l.prototype.resize.call(this,e);var t=this._getFont(!1,!1);this._characterWidth===e.scaledCharWidth&&this._characterFont===t||(this._characterWidth=e.scaledCharWidth,this._characterFont=t,this._characterOverlapCache={}),this._state.clear(),this._state.resize(this._bufferService.cols,this._bufferService.rows)},a.prototype.reset=function(){this._state.clear(),this._clearAll()},a.prototype._forEachCell=function(e,t,i,r){for(var n=e;n<=t;n++)for(var o=n+this._bufferService.buffer.ydisp,s=this._bufferService.buffer.lines.get(o),a=i?i.getJoinedCharacters(o):[],c=0;c<this._bufferService.cols;c++){s.loadCell(c,this._workCell);var l=this._workCell,h=!1,u=c;if(0!==l.getWidth()){if(0<a.length&&c===a[0][0]){h=!0;var f=a.shift();l=new d.JoinedCellData(this._workCell,s.translateToString(!0,f[0],f[1]),f[1]-f[0]),u=f[1]-1}!h&&this._isOverlapping(l)&&u<s.length-1&&s.getCodePoint(u+1)===_.NULL_CELL_CODE&&(l.content&=-12582913,l.content|=2<<22),r(l,c,n),c=u}}},a.prototype._drawBackground=function(e,t){var n=this,o=this._ctx,s=this._bufferService.cols,a=0,c=0,l=null;o.save(),this._forEachCell(e,t,null,function(e,t,i){var r=null;e.isInverse()?r=e.isFgDefault()?n._colors.foreground.css:e.isFgRGB()?"rgb("+u.AttributeData.toColorRGB(e.getFgColor()).join(",")+")":n._colors.ansi[e.getFgColor()].css:e.isBgRGB()?r="rgb("+u.AttributeData.toColorRGB(e.getBgColor()).join(",")+")":e.isBgPalette()&&(r=n._colors.ansi[e.getBgColor()].css),null===l&&(a=t,c=i),i!==c?(o.fillStyle=l||"",n._fillCells(a,c,s-a,1),a=t,c=i):l!==r&&(o.fillStyle=l||"",n._fillCells(a,c,t-a,1),a=t,c=i),l=r}),null!==l&&(o.fillStyle=l,this._fillCells(a,c,s-a,1)),o.restore()},a.prototype._drawForeground=function(e,t){var o=this;this._forEachCell(e,t,this._characterJoinerRegistry,function(e,t,i){if(!e.isInvisible()&&(o._drawChars(e,t,i),e.isUnderline())){if(o._ctx.save(),e.isInverse())if(e.isBgDefault())o._ctx.fillStyle=o._colors.background.css;else if(e.isBgRGB())o._ctx.fillStyle="rgb("+u.AttributeData.toColorRGB(e.getBgColor()).join(",")+")";else{var r=e.getBgColor();o._optionsService.options.drawBoldTextInBrightColors&&e.isBold()&&r<8&&(r+=8),o._ctx.fillStyle=o._colors.ansi[r].css}else if(e.isFgDefault())o._ctx.fillStyle=o._colors.foreground.css;else if(e.isFgRGB())o._ctx.fillStyle="rgb("+u.AttributeData.toColorRGB(e.getFgColor()).join(",")+")";else{var n=e.getFgColor();o._optionsService.options.drawBoldTextInBrightColors&&e.isBold()&&n<8&&(n+=8),o._ctx.fillStyle=o._colors.ansi[n].css}o._fillBottomLineAtCells(t,i,e.getWidth()),o._ctx.restore()}})},a.prototype.onGridChanged=function(e,t){0!==this._state.cache.length&&(this._charAtlas&&this._charAtlas.beginFrame(),this._clearCells(0,e,this._bufferService.cols,t-e+1),this._drawBackground(e,t),this._drawForeground(e,t))},a.prototype.onOptionsChanged=function(){this._setTransparency(this._optionsService.options.allowTransparency)},a.prototype._isOverlapping=function(e){if(1!==e.getWidth())return!1;if(e.getCode()<256)return!1;var t=e.getChars();if(this._characterOverlapCache.hasOwnProperty(t))return this._characterOverlapCache[t];this._ctx.save(),this._ctx.font=this._characterFont;var i=Math.floor(this._ctx.measureText(t).width)>this._characterWidth;return this._ctx.restore(),this._characterOverlapCache[t]=i},a);function a(e,t,i,r,n,o,s,a){var c=l.call(this,e,"text",t,n,i,o,s,a)||this;return c.bufferService=s,c.optionsService=a,c._characterWidth=0,c._characterFont="",c._characterOverlapCache={},c._workCell=new f.CellData,c._state=new h.GridCache,c._characterJoinerRegistry=r,c}t.TextRenderLayer=s},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.resize=function(e,t){for(var i=0;i<e;i++){this.cache.length<=i&&this.cache.push([]);for(var r=this.cache[i].length;r<t;r++)this.cache[i].push(void 0);this.cache[i].length=t}this.cache.length=e},n.prototype.clear=function(){for(var e=0;e<this.cache.length;e++)for(var t=0;t<this.cache[e].length;t++)this.cache[e][t]=void 0},n);function n(){this.cache=[]}t.GridCache=r},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var h=i(9),o=i(43),s=i(25),a=i(45),c=i(11),l=i(26),u=i(10),f={css:"rgba(0, 0, 0, 0)",rgba:0};function _(e){return e.code<<21|e.bg<<12|e.fg<<3|(e.bold?0:4)+(e.dim?0:2)+(e.italic?0:1)}t.getGlyphCacheKey=_;var d,p=(d=o.BaseCharAtlas,n(v,d),v.prototype.dispose=function(){null!==this._bitmapCommitTimeout&&(window.clearTimeout(this._bitmapCommitTimeout),this._bitmapCommitTimeout=null)},v.prototype.beginFrame=function(){this._drawToCacheCount=0},v.prototype.draw=function(e,t,i,r){if(32===t.code)return!0;if(!this._canCache(t))return!1;var n=_(t),o=this._cacheMap.get(n);if(null!=o)return this._drawFromCache(e,o,i,r),!0;if(this._drawToCacheCount<100){var s;s=this._cacheMap.size<this._cacheMap.capacity?this._cacheMap.size:this._cacheMap.peek().index;var a=this._drawToCache(t,s);return this._cacheMap.set(n,a),this._drawFromCache(e,a,i,r),!0}return!1},v.prototype._canCache=function(e){return e.code<256},v.prototype._toCoordinateX=function(e){return e%this._width*this._config.scaledCharWidth},v.prototype._toCoordinateY=function(e){return Math.floor(e/this._width)*this._config.scaledCharHeight},v.prototype._drawFromCache=function(e,t,i,r){if(!t.isEmpty){var n=this._toCoordinateX(t.index),o=this._toCoordinateY(t.index);e.drawImage(t.inBitmap?this._bitmap:this._cacheCanvas,n,o,this._config.scaledCharWidth,this._config.scaledCharHeight,i,r,this._config.scaledCharWidth,this._config.scaledCharHeight)}},v.prototype._getColorFromAnsiIndex=function(e){return e<this._config.colors.ansi.length?this._config.colors.ansi[e]:s.DEFAULT_ANSI_COLORS[e]},v.prototype._getBackgroundColor=function(e){return this._config.allowTransparency?f:e.bg===h.INVERTED_DEFAULT_COLOR?this._config.colors.foreground:e.bg<256?this._getColorFromAnsiIndex(e.bg):this._config.colors.background},v.prototype._getForegroundColor=function(e){return e.fg===h.INVERTED_DEFAULT_COLOR?u.color.opaque(this._config.colors.background):e.fg<256?this._getColorFromAnsiIndex(e.fg):this._config.colors.foreground},v.prototype._drawToCache=function(e,t){this._drawToCacheCount++,this._tmpCtx.save();var i=this._getBackgroundColor(e);this._tmpCtx.globalCompositeOperation="copy",this._tmpCtx.fillStyle=i.css,this._tmpCtx.fillRect(0,0,this._config.scaledCharWidth,this._config.scaledCharHeight),this._tmpCtx.globalCompositeOperation="source-over";var r=e.bold?this._config.fontWeightBold:this._config.fontWeight,n=e.italic?"italic":"";this._tmpCtx.font=n+" "+r+" "+this._config.fontSize*this._config.devicePixelRatio+"px "+this._config.fontFamily,this._tmpCtx.textBaseline="middle",this._tmpCtx.fillStyle=this._getForegroundColor(e).css,e.dim&&(this._tmpCtx.globalAlpha=h.DIM_OPACITY),this._tmpCtx.fillText(e.chars,0,this._config.scaledCharHeight/2),this._tmpCtx.restore();var o=this._tmpCtx.getImageData(0,0,this._config.scaledCharWidth,this._config.scaledCharHeight),s=!1;this._config.allowTransparency||(s=function(e,t){for(var i=!0,r=t.rgba>>>24,n=t.rgba>>>16&255,o=t.rgba>>>8&255,s=0;s<e.data.length;s+=4)e.data[s]===r&&e.data[s+1]===n&&e.data[s+2]===o?e.data[s+3]=0:i=!1;return i}(o,i));var a=this._toCoordinateX(t),c=this._toCoordinateY(t);this._cacheCtx.putImageData(o,a,c);var l={index:t,isEmpty:s,inBitmap:!1};return this._addGlyphToBitmap(l),l},v.prototype._addGlyphToBitmap=function(e){var t=this;"createImageBitmap"in window&&!c.isFirefox&&!c.isSafari&&(this._glyphsWaitingOnBitmap.push(e),null===this._bitmapCommitTimeout&&(this._bitmapCommitTimeout=window.setTimeout(function(){return t._generateBitmap()},100)))},v.prototype._generateBitmap=function(){var i=this,r=this._glyphsWaitingOnBitmap;this._glyphsWaitingOnBitmap=[],window.createImageBitmap(this._cacheCanvas).then(function(e){i._bitmap=e;for(var t=0;t<r.length;t++)r[t].inBitmap=!0}),this._bitmapCommitTimeout=null},v);function v(e,t){var i=d.call(this)||this;i._config=t,i._drawToCacheCount=0,i._glyphsWaitingOnBitmap=[],i._bitmapCommitTimeout=null,i._bitmap=null,i._cacheCanvas=e.createElement("canvas"),i._cacheCanvas.width=1024,i._cacheCanvas.height=1024,i._cacheCtx=l.throwIfFalsy(i._cacheCanvas.getContext("2d",{alpha:!0}));var r=e.createElement("canvas");r.width=i._config.scaledCharWidth,r.height=i._config.scaledCharHeight,i._tmpCtx=l.throwIfFalsy(r.getContext("2d",{alpha:i._config.allowTransparency})),i._width=Math.floor(1024/i._config.scaledCharWidth),i._height=Math.floor(1024/i._config.scaledCharHeight);var n=i._width*i._height;return i._cacheMap=new a.LRUMap(n),i._cacheMap.prealloc(n),i}t.DynamicCharAtlas=p;var g,y=(g=o.BaseCharAtlas,n(b,g),b.prototype.draw=function(e,t,i,r){return!1},b);function b(e,t){return g.call(this)||this}t.NoneCharAtlas=y},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.dispose=function(){},n.prototype.warmUp=function(){this._didWarmUp||(this._doWarmUp(),this._didWarmUp=!0)},n.prototype._doWarmUp=function(){},n.prototype.beginFrame=function(){},n);function n(){this._didWarmUp=!1}t.BaseCharAtlas=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.clear=function(){this._color={},this._rgba={}},n.prototype.setCss=function(e,t,i){this._rgba[e]||(this._rgba[e]={}),this._rgba[e][t]=i},n.prototype.getCss=function(e,t){return this._rgba[e]?this._rgba[e][t]:void 0},n.prototype.setColor=function(e,t,i){this._color[e]||(this._color[e]={}),this._color[e][t]=i},n.prototype.getColor=function(e,t){return this._color[e]?this._color[e][t]:void 0},n);function n(){this._color={},this._rgba={}}t.ColorContrastCache=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype._unlinkNode=function(e){var t=e.prev,i=e.next;e===this._head&&(this._head=i),e===this._tail&&(this._tail=t),null!==t&&(t.next=i),null!==i&&(i.prev=t)},n.prototype._appendNode=function(e){var t=this._tail;null!==t&&(t.next=e),e.prev=t,e.next=null,this._tail=e,null===this._head&&(this._head=e)},n.prototype.prealloc=function(e){for(var t=this._nodePool,i=0;i<e;i++)t.push({prev:null,next:null,key:null,value:null})},n.prototype.get=function(e){var t=this._map[e];return void 0!==t?(this._unlinkNode(t),this._appendNode(t),t.value):null},n.prototype.peekValue=function(e){var t=this._map[e];return void 0!==t?t.value:null},n.prototype.peek=function(){var e=this._head;return null===e?null:e.value},n.prototype.set=function(e,t){var i=this._map[e];if(void 0!==i)i=this._map[e],this._unlinkNode(i),i.value=t;else if(this.size>=this.capacity)i=this._head,this._unlinkNode(i),delete this._map[i.key],i.key=e,i.value=t,this._map[e]=i;else{var r=this._nodePool;0<r.length?((i=r.pop()).key=e,i.value=t):i={prev:null,next:null,key:e,value:t},this._map[e]=i,this.size++}this._appendNode(i)},n);function n(e){this.capacity=e,this._map={},this._head=null,this._tail=null,this._nodePool=[],this.size=0}t.LRUMap=r},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var a,o=(a=i(13).BaseRenderLayer,n(s,a),s.prototype._clearState=function(){this._state={start:void 0,end:void 0,columnSelectMode:void 0,ydisp:void 0}},s.prototype.resize=function(e){a.prototype.resize.call(this,e),this._clearState()},s.prototype.reset=function(){this._state.start&&this._state.end&&(this._clearState(),this._clearAll())},s.prototype.onSelectionChanged=function(e,t,i){if(this._didStateChange(e,t,i,this._bufferService.buffer.ydisp))if(this._clearAll(),e&&t){var r=e[1]-this._bufferService.buffer.ydisp,n=t[1]-this._bufferService.buffer.ydisp,o=Math.max(r,0),s=Math.min(n,this._bufferService.rows-1);if(!(o>=this._bufferService.rows||s<0)){if(this._ctx.fillStyle=this._colors.selection.css,i){var a=e[0],c=t[0]-a,l=s-o+1;this._fillCells(a,o,c,l)}else{a=r===o?e[0]:0;var h=o===s?t[0]:this._bufferService.cols;this._fillCells(a,o,h-a,1);var u=Math.max(s-o-1,0);if(this._fillCells(0,o+1,this._bufferService.cols,u),o!==s){var f=n===s?t[0]:this._bufferService.cols;this._fillCells(0,s,f,1)}}this._state.start=[e[0],e[1]],this._state.end=[t[0],t[1]],this._state.columnSelectMode=i,this._state.ydisp=this._bufferService.buffer.ydisp}}else this._clearState()},s.prototype._didStateChange=function(e,t,i,r){return!this._areCoordinatesEqual(e,this._state.start)||!this._areCoordinatesEqual(t,this._state.end)||i!==this._state.columnSelectMode||r!==this._state.ydisp},s.prototype._areCoordinatesEqual=function(e,t){return!(!e||!t)&&e[0]===t[0]&&e[1]===t[1]},s);function s(e,t,i,r,n,o){var s=a.call(this,e,"selection",t,!0,i,r,n,o)||this;return s.bufferService=n,s.optionsService=o,s._clearState(),s}t.SelectionRenderLayer=o},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var h,o=i(13),u=i(5),s=(h=o.BaseRenderLayer,n(a,h),a.prototype.resize=function(e){h.prototype.resize.call(this,e),this._state={x:0,y:0,isFocused:!1,style:"",width:0}},a.prototype.reset=function(){this._clearCursor(),this._cursorBlinkStateManager&&(this._cursorBlinkStateManager.dispose(),this._cursorBlinkStateManager=void 0,this.onOptionsChanged())},a.prototype.onBlur=function(){this._cursorBlinkStateManager&&this._cursorBlinkStateManager.pause(),this._onRequestRefreshRowsEvent.fire({start:this._bufferService.buffer.y,end:this._bufferService.buffer.y})},a.prototype.onFocus=function(){this._cursorBlinkStateManager?this._cursorBlinkStateManager.resume():this._onRequestRefreshRowsEvent.fire({start:this._bufferService.buffer.y,end:this._bufferService.buffer.y})},a.prototype.onOptionsChanged=function(){var e,t=this;this._optionsService.options.cursorBlink?this._cursorBlinkStateManager||(this._cursorBlinkStateManager=new c(this._coreBrowserService.isFocused,function(){t._render(!0)})):(null===(e=this._cursorBlinkStateManager)||void 0===e||e.dispose(),this._cursorBlinkStateManager=void 0),this._onRequestRefreshRowsEvent.fire({start:this._bufferService.buffer.y,end:this._bufferService.buffer.y})},a.prototype.onCursorMove=function(){this._cursorBlinkStateManager&&this._cursorBlinkStateManager.restartBlinkAnimation()},a.prototype.onGridChanged=function(e,t){!this._cursorBlinkStateManager||this._cursorBlinkStateManager.isPaused?this._render(!1):this._cursorBlinkStateManager.restartBlinkAnimation()},a.prototype._render=function(e){if(this._coreService.isCursorInitialized&&!this._coreService.isCursorHidden){var t=this._bufferService.buffer.ybase+this._bufferService.buffer.y,i=t-this._bufferService.buffer.ydisp;if(i<0||i>=this._bufferService.rows)this._clearCursor();else if(this._bufferService.buffer.lines.get(t).loadCell(this._bufferService.buffer.x,this._cell),void 0!==this._cell.content){if(!this._coreBrowserService.isFocused){this._clearCursor(),this._ctx.save(),this._ctx.fillStyle=this._colors.cursor.css;var r=this._optionsService.options.cursorStyle;return r&&"block"!==r?this._cursorRenderers[r](this._bufferService.buffer.x,i,this._cell):this._renderBlurCursor(this._bufferService.buffer.x,i,this._cell),this._ctx.restore(),this._state.x=this._bufferService.buffer.x,this._state.y=i,this._state.isFocused=!1,this._state.style=r,void(this._state.width=this._cell.getWidth())}if(!this._cursorBlinkStateManager||this._cursorBlinkStateManager.isCursorVisible){if(this._state){if(this._state.x===this._bufferService.buffer.x&&this._state.y===i&&this._state.isFocused===this._coreBrowserService.isFocused&&this._state.style===this._optionsService.options.cursorStyle&&this._state.width===this._cell.getWidth())return;this._clearCursor()}this._ctx.save(),this._cursorRenderers[this._optionsService.options.cursorStyle||"block"](this._bufferService.buffer.x,i,this._cell),this._ctx.restore(),this._state.x=this._bufferService.buffer.x,this._state.y=i,this._state.isFocused=!1,this._state.style=this._optionsService.options.cursorStyle,this._state.width=this._cell.getWidth()}else this._clearCursor()}}else this._clearCursor()},a.prototype._clearCursor=function(){this._state&&(this._clearCells(this._state.x,this._state.y,this._state.width,1),this._state={x:0,y:0,isFocused:!1,style:"",width:0})},a.prototype._renderBarCursor=function(e,t,i){this._ctx.save(),this._ctx.fillStyle=this._colors.cursor.css,this._fillLeftLineAtCell(e,t,this._optionsService.options.cursorWidth),this._ctx.restore()},a.prototype._renderBlockCursor=function(e,t,i){this._ctx.save(),this._ctx.fillStyle=this._colors.cursor.css,this._fillCells(e,t,i.getWidth(),1),this._ctx.fillStyle=this._colors.cursorAccent.css,this._fillCharTrueColor(i,e,t),this._ctx.restore()},a.prototype._renderUnderlineCursor=function(e,t,i){this._ctx.save(),this._ctx.fillStyle=this._colors.cursor.css,this._fillBottomLineAtCells(e,t),this._ctx.restore()},a.prototype._renderBlurCursor=function(e,t,i){this._ctx.save(),this._ctx.strokeStyle=this._colors.cursor.css,this._strokeRectAtCell(e,t,i.getWidth(),1),this._ctx.restore()},a);function a(e,t,i,r,n,o,s,a,c){var l=h.call(this,e,"cursor",t,!0,i,r,o,s)||this;return l._onRequestRefreshRowsEvent=n,l.bufferService=o,l.optionsService=s,l._coreService=a,l._coreBrowserService=c,l._cell=new u.CellData,l._state={x:0,y:0,isFocused:!1,style:"",width:0},l._cursorRenderers={bar:l._renderBarCursor.bind(l),block:l._renderBlockCursor.bind(l),underline:l._renderUnderlineCursor.bind(l)},l}t.CursorRenderLayer=s;var c=(Object.defineProperty(l.prototype,"isPaused",{get:function(){return!(this._blinkStartTimeout||this._blinkInterval)},enumerable:!0,configurable:!0}),l.prototype.dispose=function(){this._blinkInterval&&(window.clearInterval(this._blinkInterval),this._blinkInterval=void 0),this._blinkStartTimeout&&(window.clearTimeout(this._blinkStartTimeout),this._blinkStartTimeout=void 0),this._animationFrame&&(window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)},l.prototype.restartBlinkAnimation=function(){var e=this;this.isPaused||(this._animationTimeRestarted=Date.now(),this.isCursorVisible=!0,this._animationFrame||(this._animationFrame=window.requestAnimationFrame(function(){e._renderCallback(),e._animationFrame=void 0})))},l.prototype._restartInterval=function(e){var t=this;void 0===e&&(e=600),this._blinkInterval&&window.clearInterval(this._blinkInterval),this._blinkStartTimeout=setTimeout(function(){if(t._animationTimeRestarted){var e=600-(Date.now()-t._animationTimeRestarted);if(t._animationTimeRestarted=void 0,0<e)return void t._restartInterval(e)}t.isCursorVisible=!1,t._animationFrame=window.requestAnimationFrame(function(){t._renderCallback(),t._animationFrame=void 0}),t._blinkInterval=setInterval(function(){if(t._animationTimeRestarted){var e=600-(Date.now()-t._animationTimeRestarted);return t._animationTimeRestarted=void 0,void t._restartInterval(e)}t.isCursorVisible=!t.isCursorVisible,t._animationFrame=window.requestAnimationFrame(function(){t._renderCallback(),t._animationFrame=void 0})},600)},e)},l.prototype.pause=function(){this.isCursorVisible=!0,this._blinkInterval&&(window.clearInterval(this._blinkInterval),this._blinkInterval=void 0),this._blinkStartTimeout&&(window.clearTimeout(this._blinkStartTimeout),this._blinkStartTimeout=void 0),this._animationFrame&&(window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)},l.prototype.resume=function(){this._animationTimeRestarted=void 0,this._restartInterval(),this.restartBlinkAnimation()},l);function l(e,t){this._renderCallback=t,this.isCursorVisible=!0,e&&this._restartInterval()}},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var c,o=i(13),s=i(9),a=i(24),l=(c=o.BaseRenderLayer,n(h,c),h.prototype.resize=function(e){c.prototype.resize.call(this,e),this._state=void 0},h.prototype.reset=function(){this._clearCurrentLink()},h.prototype._clearCurrentLink=function(){if(this._state){this._clearCells(this._state.x1,this._state.y1,this._state.cols-this._state.x1,1);var e=this._state.y2-this._state.y1-1;0<e&&this._clearCells(0,this._state.y1+1,this._state.cols,e),this._clearCells(0,this._state.y2,this._state.x2,1),this._state=void 0}},h.prototype._onLinkHover=function(e){if(e.fg===s.INVERTED_DEFAULT_COLOR?this._ctx.fillStyle=this._colors.background.css:e.fg&&a.is256Color(e.fg)?this._ctx.fillStyle=this._colors.ansi[e.fg].css:this._ctx.fillStyle=this._colors.foreground.css,e.y1===e.y2)this._fillBottomLineAtCells(e.x1,e.y1,e.x2-e.x1);else{this._fillBottomLineAtCells(e.x1,e.y1,e.cols-e.x1);for(var t=e.y1+1;t<e.y2;t++)this._fillBottomLineAtCells(0,t,e.cols);this._fillBottomLineAtCells(0,e.y2,e.x2)}this._state=e},h.prototype._onLinkLeave=function(e){this._clearCurrentLink()},h);function h(e,t,i,r,n,o,s){var a=c.call(this,e,"link",t,!0,i,r,o,s)||this;return a.bufferService=o,a.optionsService=s,n.onLinkHover(function(e){return a._onLinkHover(e)}),n.onLinkLeave(function(e){return a._onLinkLeave(e)}),a}t.LinkRenderLayer=l},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(1),r=(Object.defineProperty(o.prototype,"onLinkHover",{get:function(){return this._onLinkHover.event},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"onLinkLeave",{get:function(){return this._onLinkLeave.event},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"onLinkTooltip",{get:function(){return this._onLinkTooltip.event},enumerable:!0,configurable:!0}),o.prototype.attachToDom=function(e,t){this._element=e,this._mouseZoneManager=t},o.prototype.linkifyRows=function(e,t){var i=this;this._mouseZoneManager&&(void 0===this._rowsToLinkify.start||void 0===this._rowsToLinkify.end?(this._rowsToLinkify.start=e,this._rowsToLinkify.end=t):(this._rowsToLinkify.start=Math.min(this._rowsToLinkify.start,e),this._rowsToLinkify.end=Math.max(this._rowsToLinkify.end,t)),this._mouseZoneManager.clearAll(e,t),this._rowsTimeoutId&&clearTimeout(this._rowsTimeoutId),this._rowsTimeoutId=setTimeout(function(){return i._linkifyRows()},o._timeBeforeLatency))},o.prototype._linkifyRows=function(){this._rowsTimeoutId=void 0;var e=this._bufferService.buffer;if(void 0!==this._rowsToLinkify.start&&void 0!==this._rowsToLinkify.end){var t=e.ydisp+this._rowsToLinkify.start;if(!(t>=e.lines.length)){for(var i=e.ydisp+Math.min(this._rowsToLinkify.end,this._bufferService.rows)+1,r=Math.ceil(2e3/this._bufferService.cols),n=this._bufferService.buffer.iterator(!1,t,i,r,r);n.hasNext();)for(var o=n.next(),s=0;s<this._linkMatchers.length;s++)this._doLinkifyRow(o.range.first,o.content,this._linkMatchers[s]);this._rowsToLinkify.start=void 0,this._rowsToLinkify.end=void 0}}else this._logService.debug("_rowToLinkify was unset before _linkifyRows was called")},o.prototype.registerLinkMatcher=function(e,t,i){if(void 0===i&&(i={}),!t)throw new Error("handler must be defined");var r={id:this._nextLinkMatcherId++,regex:e,handler:t,matchIndex:i.matchIndex,validationCallback:i.validationCallback,hoverTooltipCallback:i.tooltipCallback,hoverLeaveCallback:i.leaveCallback,willLinkActivate:i.willLinkActivate,priority:i.priority||0};return this._addLinkMatcherToList(r),r.id},o.prototype._addLinkMatcherToList=function(e){if(0!==this._linkMatchers.length){for(var t=this._linkMatchers.length-1;0<=t;t--)if(e.priority<=this._linkMatchers[t].priority)return void this._linkMatchers.splice(t+1,0,e);this._linkMatchers.splice(0,0,e)}else this._linkMatchers.push(e)},o.prototype.deregisterLinkMatcher=function(e){for(var t=0;t<this._linkMatchers.length;t++)if(this._linkMatchers[t].id===e)return this._linkMatchers.splice(t,1),!0;return!1},o.prototype._doLinkifyRow=function(o,s,a){for(var c,l=this,h=new RegExp(a.regex.source,(a.regex.flags||"")+"g"),u=-1,e=function(){var t=c["number"!=typeof a.matchIndex?0:a.matchIndex];if(!t)return f._logService.debug("match found without corresponding matchIndex",c,a),"break";if(u=s.indexOf(t,u+1),h.lastIndex=u+t.length,u<0)return"break";var i=f._bufferService.buffer.stringIndexToBufferIndex(o,u);if(i[0]<0)return"break";var e=f._bufferService.buffer.lines.get(i[0]);if(!e)return"break";var r=e.getFg(i[1]),n=r?r>>9&511:void 0;a.validationCallback?a.validationCallback(t,function(e){l._rowsTimeoutId||e&&l._addLink(i[1],i[0]-l._bufferService.buffer.ydisp,t,a,n)}):f._addLink(i[1],i[0]-f._bufferService.buffer.ydisp,t,a,n)},f=this;null!==(c=h.exec(s))&&"break"!==e(););},o.prototype._addLink=function(e,t,i,r,n){var o=this;if(this._mouseZoneManager&&this._element){var s=this._unicodeService.getStringCellWidth(i),a=e%this._bufferService.cols,c=t+Math.floor(e/this._bufferService.cols),l=(a+s)%this._bufferService.cols,h=c+Math.floor((a+s)/this._bufferService.cols);0===l&&(l=this._bufferService.cols,h--),this._mouseZoneManager.add(new u(1+a,c+1,l+1,h+1,function(e){if(r.handler)return r.handler(e,i);var t=window.open();t?(t.opener=null,t.location.href=i):console.warn("Opening link blocked as opener could not be cleared")},function(){o._onLinkHover.fire(o._createLinkHoverEvent(a,c,l,h,n)),o._element.classList.add("xterm-cursor-pointer")},function(e){o._onLinkTooltip.fire(o._createLinkHoverEvent(a,c,l,h,n)),r.hoverTooltipCallback&&r.hoverTooltipCallback(e,i,{start:{x:a,y:c},end:{x:l,y:h}})},function(){o._onLinkLeave.fire(o._createLinkHoverEvent(a,c,l,h,n)),o._element.classList.remove("xterm-cursor-pointer"),r.hoverLeaveCallback&&r.hoverLeaveCallback()},function(e){return!r.willLinkActivate||r.willLinkActivate(e,i)}))}},o.prototype._createLinkHoverEvent=function(e,t,i,r,n){return{x1:e,y1:t,x2:i,y2:r,cols:this._bufferService.cols,fg:n}},o._timeBeforeLatency=200,o);function o(e,t,i,r){this._bufferService=e,this._logService=t,this._optionsService=i,this._unicodeService=r,this._linkMatchers=[],this._nextLinkMatcherId=0,this._onLinkHover=new n.EventEmitter,this._onLinkLeave=new n.EventEmitter,this._onLinkTooltip=new n.EventEmitter,this._rowsToLinkify={start:void 0,end:void 0}}t.Linkifier=r;var u=function(e,t,i,r,n,o,s,a,c){this.x1=e,this.y1=t,this.x2=i,this.y2=r,this.clickCallback=n,this.hoverCallback=o,this.tooltipCallback=s,this.leaveCallback=a,this.willLinkActivate=c};t.MouseZone=u},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var c=i(11),l=i(51),h=i(5),u=i(1),o=i(4),s=i(0),a=i(28),f=i(52),_=String.fromCharCode(160),d=new RegExp(_,"g"),p=(Object.defineProperty(v.prototype,"onLinuxMouseSelection",{get:function(){return this._onLinuxMouseSelection.event},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"onRedrawRequest",{get:function(){return this._onRedrawRequest.event},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"onSelectionChange",{get:function(){return this._onSelectionChange.event},enumerable:!0,configurable:!0}),v.prototype.dispose=function(){this._removeMouseDownListeners()},v.prototype.reset=function(){this.clearSelection()},v.prototype.disable=function(){this.clearSelection(),this._enabled=!1},v.prototype.enable=function(){this._enabled=!0},Object.defineProperty(v.prototype,"selectionStart",{get:function(){return this._model.finalSelectionStart},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"selectionEnd",{get:function(){return this._model.finalSelectionEnd},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"hasSelection",{get:function(){var e=this._model.finalSelectionStart,t=this._model.finalSelectionEnd;return!(!e||!t||e[0]===t[0]&&e[1]===t[1])},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"selectionText",{get:function(){var e=this._model.finalSelectionStart,t=this._model.finalSelectionEnd;if(!e||!t)return"";var i=this._bufferService.buffer,r=[];if(3===this._activeSelectionMode){if(e[0]===t[0])return"";for(var n=e[1];n<=t[1];n++){var o=i.translateBufferLineToString(n,!0,e[0],t[0]);r.push(o)}}else{var s=e[1]===t[1]?t[0]:void 0;for(r.push(i.translateBufferLineToString(e[1],!0,e[0],s)),n=e[1]+1;n<=t[1]-1;n++){var a=i.lines.get(n);o=i.translateBufferLineToString(n,!0),a&&a.isWrapped?r[r.length-1]+=o:r.push(o)}e[1]!==t[1]&&(a=i.lines.get(t[1]),o=i.translateBufferLineToString(t[1],!0,0,t[0]),a&&a.isWrapped?r[r.length-1]+=o:r.push(o))}return r.map(function(e){return e.replace(d," ")}).join(c.isWindows?"\r\n":"\n")},enumerable:!0,configurable:!0}),v.prototype.clearSelection=function(){this._model.clearSelection(),this._removeMouseDownListeners(),this.refresh(),this._onSelectionChange.fire()},v.prototype.refresh=function(e){var t=this;this._refreshAnimationFrame||(this._refreshAnimationFrame=window.requestAnimationFrame(function(){return t._refresh()})),c.isLinux&&e&&this.selectionText.length&&this._onLinuxMouseSelection.fire(this.selectionText)},v.prototype._refresh=function(){this._refreshAnimationFrame=void 0,this._onRedrawRequest.fire({start:this._model.finalSelectionStart,end:this._model.finalSelectionEnd,columnSelectMode:3===this._activeSelectionMode})},v.prototype.isClickInSelection=function(e){var t=this._getMouseBufferCoords(e),i=this._model.finalSelectionStart,r=this._model.finalSelectionEnd;return!!(i&&r&&t)&&this._areCoordsInSelection(t,i,r)},v.prototype._areCoordsInSelection=function(e,t,i){return e[1]>t[1]&&e[1]<i[1]||t[1]===i[1]&&e[1]===t[1]&&e[0]>=t[0]&&e[0]<i[0]||t[1]<i[1]&&e[1]===i[1]&&e[0]<i[0]||t[1]<i[1]&&e[1]===t[1]&&e[0]>=t[0]},v.prototype.selectWordAtCursor=function(e){var t=this._getMouseBufferCoords(e);t&&(this._selectWordAt(t,!1),this._model.selectionEnd=void 0,this.refresh(!0))},v.prototype.selectAll=function(){this._model.isSelectAllActive=!0,this.refresh(),this._onSelectionChange.fire()},v.prototype.selectLines=function(e,t){this._model.clearSelection(),e=Math.max(e,0),t=Math.min(t,this._bufferService.buffer.lines.length-1),this._model.selectionStart=[0,e],this._model.selectionEnd=[this._bufferService.cols,t],this.refresh(),this._onSelectionChange.fire()},v.prototype._onTrim=function(e){this._model.onTrim(e)&&this.refresh()},v.prototype._getMouseBufferCoords=function(e){var t=this._mouseService.getCoords(e,this._screenElement,this._bufferService.cols,this._bufferService.rows,!0);if(t)return t[0]--,t[1]--,t[1]+=this._bufferService.buffer.ydisp,t},v.prototype._getMouseEventScrollAmount=function(e){var t=a.getCoordsRelativeToElement(e,this._screenElement)[1],i=this._bufferService.rows*Math.ceil(this._charSizeService.height*this._optionsService.options.lineHeight);return 0<=t&&t<=i?0:(i<t&&(t-=i),t=Math.min(Math.max(t,-50),50),(t/=50)/Math.abs(t)+Math.round(14*t))},v.prototype.shouldForceSelection=function(e){return c.isMac?e.altKey&&this._optionsService.options.macOptionClickForcesSelection:e.shiftKey},v.prototype.onMouseDown=function(e){if(this._mouseDownTimeStamp=e.timeStamp,(2!==e.button||!this.hasSelection)&&0===e.button){if(!this._enabled){if(!this.shouldForceSelection(e))return;e.stopPropagation()}e.preventDefault(),this._dragScrollAmount=0,this._enabled&&e.shiftKey?this._onIncrementalClick(e):1===e.detail?this._onSingleClick(e):2===e.detail?this._onDoubleClick(e):3===e.detail&&this._onTripleClick(e),this._addMouseDownListeners(),this.refresh(!0)}},v.prototype._addMouseDownListeners=function(){var e=this;this._screenElement.ownerDocument&&(this._screenElement.ownerDocument.addEventListener("mousemove",this._mouseMoveListener),this._screenElement.ownerDocument.addEventListener("mouseup",this._mouseUpListener)),this._dragScrollIntervalTimer=window.setInterval(function(){return e._dragScroll()},50)},v.prototype._removeMouseDownListeners=function(){this._screenElement.ownerDocument&&(this._screenElement.ownerDocument.removeEventListener("mousemove",this._mouseMoveListener),this._screenElement.ownerDocument.removeEventListener("mouseup",this._mouseUpListener)),clearInterval(this._dragScrollIntervalTimer),this._dragScrollIntervalTimer=void 0},v.prototype._onIncrementalClick=function(e){this._model.selectionStart&&(this._model.selectionEnd=this._getMouseBufferCoords(e))},v.prototype._onSingleClick=function(e){if(this._model.selectionStartLength=0,this._model.isSelectAllActive=!1,this._activeSelectionMode=this.shouldColumnSelect(e)?3:0,this._model.selectionStart=this._getMouseBufferCoords(e),this._model.selectionStart){this._model.selectionEnd=void 0;var t=this._bufferService.buffer.lines.get(this._model.selectionStart[1]);t&&t.length!==this._model.selectionStart[0]&&0===t.hasWidth(this._model.selectionStart[0])&&this._model.selectionStart[0]++}},v.prototype._onDoubleClick=function(e){var t=this._getMouseBufferCoords(e);t&&(this._activeSelectionMode=1,this._selectWordAt(t,!0))},v.prototype._onTripleClick=function(e){var t=this._getMouseBufferCoords(e);t&&(this._activeSelectionMode=2,this._selectLineAt(t[1]))},v.prototype.shouldColumnSelect=function(e){return e.altKey&&!(c.isMac&&this._optionsService.options.macOptionClickForcesSelection)},v.prototype._onMouseMove=function(e){if(e.stopImmediatePropagation(),this._model.selectionStart){var t=this._model.selectionEnd?[this._model.selectionEnd[0],this._model.selectionEnd[1]]:null;if(this._model.selectionEnd=this._getMouseBufferCoords(e),this._model.selectionEnd){2===this._activeSelectionMode?this._model.selectionEnd[1]<this._model.selectionStart[1]?this._model.selectionEnd[0]=0:this._model.selectionEnd[0]=this._bufferService.cols:1===this._activeSelectionMode&&this._selectToWordAt(this._model.selectionEnd),this._dragScrollAmount=this._getMouseEventScrollAmount(e),3!==this._activeSelectionMode&&(0<this._dragScrollAmount?this._model.selectionEnd[0]=this._bufferService.cols:this._dragScrollAmount<0&&(this._model.selectionEnd[0]=0));var i=this._bufferService.buffer;if(this._model.selectionEnd[1]<i.lines.length){var r=i.lines.get(this._model.selectionEnd[1]);r&&0===r.hasWidth(this._model.selectionEnd[0])&&this._model.selectionEnd[0]++}t&&t[0]===this._model.selectionEnd[0]&&t[1]===this._model.selectionEnd[1]||this.refresh(!0)}else this.refresh(!0)}},v.prototype._dragScroll=function(){if(this._model.selectionEnd&&this._model.selectionStart&&this._dragScrollAmount){this._scrollLines(this._dragScrollAmount,!1);var e=this._bufferService.buffer;0<this._dragScrollAmount?(3!==this._activeSelectionMode&&(this._model.selectionEnd[0]=this._bufferService.cols),this._model.selectionEnd[1]=Math.min(e.ydisp+this._bufferService.rows,e.lines.length-1)):(3!==this._activeSelectionMode&&(this._model.selectionEnd[0]=0),this._model.selectionEnd[1]=e.ydisp),this.refresh()}},v.prototype._onMouseUp=function(e){var t=e.timeStamp-this._mouseDownTimeStamp;if(this._removeMouseDownListeners(),this.selectionText.length<=1&&t<500){if(e.altKey&&this._bufferService.buffer.ybase===this._bufferService.buffer.ydisp){var i=this._mouseService.getCoords(e,this._element,this._bufferService.cols,this._bufferService.rows,!1);if(i&&void 0!==i[0]&&void 0!==i[1]){var r=f.moveToCellSequence(i[0]-1,i[1]-1,this._bufferService,this._coreService.decPrivateModes.applicationCursorKeys);this._coreService.triggerDataEvent(r,!0)}}}else this.hasSelection&&this._onSelectionChange.fire()},v.prototype._onBufferActivate=function(e){var t=this;this.clearSelection(),this._trimListener.dispose(),this._trimListener=e.activeBuffer.lines.onTrim(function(e){return t._onTrim(e)})},v.prototype._convertViewportColToCharacterIndex=function(e,t){for(var i=t[0],r=0;t[0]>=r;r++){var n=e.loadCell(r,this._workCell).getChars().length;0===this._workCell.getWidth()?i--:1<n&&t[0]!==r&&(i+=n-1)}return i},v.prototype.setSelection=function(e,t,i){this._model.clearSelection(),this._removeMouseDownListeners(),this._model.selectionStart=[e,t],this._model.selectionStartLength=i,this.refresh()},v.prototype._getWordAt=function(e,t,i,r){if(void 0===i&&(i=!0),void 0===r&&(r=!0),!(e[0]>=this._bufferService.cols)){var n=this._bufferService.buffer,o=n.lines.get(e[1]);if(o){var s=n.translateBufferLineToString(e[1],!1),a=this._convertViewportColToCharacterIndex(o,e),c=a,l=e[0]-a,h=0,u=0,f=0,_=0;if(" "===s.charAt(a)){for(;0<a&&" "===s.charAt(a-1);)a--;for(;c<s.length&&" "===s.charAt(c+1);)c++}else{var d=e[0],p=e[0];0===o.getWidth(d)&&(h++,d--),2===o.getWidth(p)&&(u++,p++);var v=o.getString(p).length;for(1<v&&(_+=v-1,c+=v-1);0<d&&0<a&&!this._isCharWordSeparator(o.loadCell(d-1,this._workCell));){o.loadCell(d-1,this._workCell);var g=this._workCell.getChars().length;0===this._workCell.getWidth()?(h++,d--):1<g&&(f+=g-1,a-=g-1),a--,d--}for(;p<o.length&&c+1<s.length&&!this._isCharWordSeparator(o.loadCell(p+1,this._workCell));){o.loadCell(p+1,this._workCell);var y=this._workCell.getChars().length;2===this._workCell.getWidth()?(u++,p++):1<y&&(_+=y-1,c+=y-1),c++,p++}}c++;var b=a+l-h+f,m=Math.min(this._bufferService.cols,c-a+h+u-f-_);if(t||""!==s.slice(a,c).trim()){if(i&&0===b&&32!==o.getCodePoint(0)){var S=n.lines.get(e[1]-1);if(S&&o.isWrapped&&32!==S.getCodePoint(this._bufferService.cols-1)){var C=this._getWordAt([this._bufferService.cols-1,e[1]-1],!1,!0,!1);if(C){var w=this._bufferService.cols-C.start;b-=w,m+=w}}}if(r&&b+m===this._bufferService.cols&&32!==o.getCodePoint(this._bufferService.cols-1)){var E=n.lines.get(e[1]+1);if(E&&E.isWrapped&&32!==E.getCodePoint(0)){var L=this._getWordAt([0,e[1]+1],!1,!1,!0);L&&(m+=L.length)}}return{start:b,length:m}}}}},v.prototype._selectWordAt=function(e,t){var i=this._getWordAt(e,t);if(i){for(;i.start<0;)i.start+=this._bufferService.cols,e[1]--;this._model.selectionStart=[i.start,e[1]],this._model.selectionStartLength=i.length}},v.prototype._selectToWordAt=function(e){var t=this._getWordAt(e,!0);if(t){for(var i=e[1];t.start<0;)t.start+=this._bufferService.cols,i--;if(!this._model.areSelectionValuesReversed())for(;t.start+t.length>this._bufferService.cols;)t.length-=this._bufferService.cols,i++;this._model.selectionEnd=[this._model.areSelectionValuesReversed()?t.start:t.start+t.length,i]}},v.prototype._isCharWordSeparator=function(e){return 0!==e.getWidth()&&0<=this._optionsService.options.wordSeparator.indexOf(e.getChars())},v.prototype._selectLineAt=function(e){var t=this._bufferService.buffer.getWrappedRangeForLine(e);this._model.selectionStart=[0,t.first],this._model.selectionEnd=[this._bufferService.cols,t.last],this._model.selectionStartLength=0},r([n(3,o.ICharSizeService),n(4,s.IBufferService),n(5,s.ICoreService),n(6,o.IMouseService),n(7,s.IOptionsService)],v));function v(e,t,i,r,n,o,s,a){var c=this;this._scrollLines=e,this._element=t,this._screenElement=i,this._charSizeService=r,this._bufferService=n,this._coreService=o,this._mouseService=s,this._optionsService=a,this._dragScrollAmount=0,this._enabled=!0,this._workCell=new h.CellData,this._mouseDownTimeStamp=0,this._onLinuxMouseSelection=new u.EventEmitter,this._onRedrawRequest=new u.EventEmitter,this._onSelectionChange=new u.EventEmitter,this._mouseMoveListener=function(e){return c._onMouseMove(e)},this._mouseUpListener=function(e){return c._onMouseUp(e)},this._coreService.onUserInput(function(){c.hasSelection&&c.clearSelection()}),this._trimListener=this._bufferService.buffer.lines.onTrim(function(e){return c._onTrim(e)}),this._bufferService.buffers.onBufferActivate(function(e){return c._onBufferActivate(e)}),this.enable(),this._model=new l.SelectionModel(this._bufferService),this._activeSelectionMode=0}t.SelectionService=p},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.clearSelection=function(){this.selectionStart=void 0,this.selectionEnd=void 0,this.isSelectAllActive=!1,this.selectionStartLength=0},Object.defineProperty(n.prototype,"finalSelectionStart",{get:function(){return this.isSelectAllActive?[0,0]:this.selectionEnd&&this.selectionStart&&this.areSelectionValuesReversed()?this.selectionEnd:this.selectionStart},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"finalSelectionEnd",{get:function(){if(this.isSelectAllActive)return[this._bufferService.cols,this._bufferService.buffer.ybase+this._bufferService.rows-1];if(this.selectionStart){if(this.selectionEnd&&!this.areSelectionValuesReversed())return this.selectionStartLength&&this.selectionEnd[1]===this.selectionStart[1]?[Math.max(this.selectionStart[0]+this.selectionStartLength,this.selectionEnd[0]),this.selectionEnd[1]]:this.selectionEnd;var e=this.selectionStart[0]+this.selectionStartLength;return e>this._bufferService.cols?[e%this._bufferService.cols,this.selectionStart[1]+Math.floor(e/this._bufferService.cols)]:[e,this.selectionStart[1]]}},enumerable:!0,configurable:!0}),n.prototype.areSelectionValuesReversed=function(){var e=this.selectionStart,t=this.selectionEnd;return!(!e||!t)&&(e[1]>t[1]||e[1]===t[1]&&e[0]>t[0])},n.prototype.onTrim=function(e){return this.selectionStart&&(this.selectionStart[1]-=e),this.selectionEnd&&(this.selectionEnd[1]-=e),this.selectionEnd&&this.selectionEnd[1]<0?(this.clearSelection(),!0):(this.selectionStart&&this.selectionStart[1]<0&&(this.selectionStart[1]=0),!1)},n);function n(e){this._bufferService=e,this.isSelectAllActive=!1,this.selectionStartLength=0}t.SelectionModel=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(12);function _(e,t,i,r){var n=e-d(i,e),o=t-d(i,t);return g(Math.abs(n-o)-function(e,t,i){for(var r=0,n=e-d(i,e),o=t-d(i,t),s=0;s<Math.abs(n-o);s++){var a="A"===l(e,t)?-1:1,c=i.buffer.lines.get(n+a*s);c&&c.isWrapped&&r++}return r}(e,t,i),v(l(e,t),r))}function d(e,t){for(var i=0,r=e.buffer.lines.get(t),n=r&&r.isWrapped;n&&0<=t&&t<e.rows;)i++,n=(r=e.buffer.lines.get(--t))&&r.isWrapped;return i}function l(e,t){return t<e?"A":"B"}function p(e,t,i,r,n,o){for(var s=e,a=t,c="";s!==i||a!==r;)s+=n?1:-1,n&&s>o.cols-1?(c+=o.buffer.translateBufferLineToString(a,!1,e,s),e=s=0,a++):!n&&s<0&&(c+=o.buffer.translateBufferLineToString(a,!1,0,e+1),e=s=o.cols-1,a--);return c+o.buffer.translateBufferLineToString(a,!1,e,s)}function v(e,t){var i=t?"O":"[";return r.C0.ESC+i+e}function g(e,t){e=Math.floor(e);for(var i="",r=0;r<e;r++)i+=t;return i}t.moveToCellSequence=function(e,t,i,r){var n,o,s,a,c,l=i.buffer.x,h=i.buffer.y;if(!i.buffer.hasScrollback)return o=l,(0===_(s=h,t,a=i,c=r).length?"":g(p(o,s,o,s-d(a,s),!1,a).length,v("D",c)))+_(h,t,i,r)+function(e,t,i,r,n,o){var s;s=0<_(t,r,n,o).length?r-d(n,r):t;var a=r,c=function(e,t,i,r,n,o){var s;return s=0<_(i,r,n,o).length?r-d(n,r):t,e<i&&s<=r||i<=e&&s<r?"C":"D"}(e,t,i,r,n,o);return g(p(e,s,i,a,"C"===c,n).length,v(c,o))}(l,h,e,t,i,r);if(h===t)return n=e<l?"D":"C",g(Math.abs(l-e),v(n,r));n=t<h?"D":"C";var u,f=Math.abs(h-t);return g((u=t<h?e:l,i.cols-u+(f-1)*i.cols+1+((t<h?l:e)-1)),v(n,r))}},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(0),s=(Object.defineProperty(a,"audioContext",{get:function(){if(!a._audioContext){var e=window.AudioContext||window.webkitAudioContext;if(!e)return console.warn("Web Audio API is not supported by this browser. Consider upgrading to the latest version"),null;a._audioContext=new e}return a._audioContext},enumerable:!0,configurable:!0}),a.prototype.playBellSound=function(){var t=a.audioContext;if(t){var i=t.createBufferSource();t.decodeAudioData(this._base64ToArrayBuffer(this._removeMimeType(this._optionsService.options.bellSound)),function(e){i.buffer=e,i.connect(t.destination),i.start(0)})}},a.prototype._base64ToArrayBuffer=function(e){for(var t=window.atob(e),i=t.length,r=new Uint8Array(i),n=0;n<i;n++)r[n]=t.charCodeAt(n);return r.buffer},a.prototype._removeMimeType=function(e){return e.split(",")[1]},a=r([n(0,o.IOptionsService)],a));function a(e){this._optionsService=e}t.SoundService=s},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}),o=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},s=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var a,c=i(2),l=i(8),h=i(4),u=i(0),f=(a=c.Disposable,n(_,a),_.prototype.dispose=function(){a.prototype.dispose.call(this),this._deactivate()},_.prototype.add=function(e){this._zones.push(e),1===this._zones.length&&this._activate()},_.prototype.clearAll=function(e,t){if(0!==this._zones.length){e&&t||(e=0,t=this._bufferService.rows-1);for(var i=0;i<this._zones.length;i++){var r=this._zones[i];(r.y1>e&&r.y1<=t+1||r.y2>e&&r.y2<=t+1||r.y1<e&&r.y2>t+1)&&(this._currentZone&&this._currentZone===r&&(this._currentZone.leaveCallback(),this._currentZone=void 0),this._zones.splice(i--,1))}0===this._zones.length&&this._deactivate()}},_.prototype._activate=function(){this._areZonesActive||(this._areZonesActive=!0,this._element.addEventListener("mousemove",this._mouseMoveListener),this._element.addEventListener("mouseleave",this._mouseLeaveListener),this._element.addEventListener("click",this._clickListener))},_.prototype._deactivate=function(){this._areZonesActive&&(this._areZonesActive=!1,this._element.removeEventListener("mousemove",this._mouseMoveListener),this._element.removeEventListener("mouseleave",this._mouseLeaveListener),this._element.removeEventListener("click",this._clickListener))},_.prototype._onMouseMove=function(e){this._lastHoverCoords[0]===e.pageX&&this._lastHoverCoords[1]===e.pageY||(this._onHover(e),this._lastHoverCoords=[e.pageX,e.pageY])},_.prototype._onHover=function(e){var t=this,i=this._findZoneEventAt(e);i!==this._currentZone&&(this._currentZone&&(this._currentZone.leaveCallback(),this._currentZone=void 0,this._tooltipTimeout&&clearTimeout(this._tooltipTimeout)),i&&((this._currentZone=i).hoverCallback&&i.hoverCallback(e),this._tooltipTimeout=setTimeout(function(){return t._onTooltip(e)},500)))},_.prototype._onTooltip=function(e){this._tooltipTimeout=void 0;var t=this._findZoneEventAt(e);t&&t.tooltipCallback&&t.tooltipCallback(e)},_.prototype._onMouseDown=function(e){var t;this._initialSelectionLength=this._getSelectionLength(),this._areZonesActive&&(null===(t=this._findZoneEventAt(e))||void 0===t?void 0:t.willLinkActivate(e))&&(e.preventDefault(),e.stopImmediatePropagation())},_.prototype._onMouseLeave=function(e){this._currentZone&&(this._currentZone.leaveCallback(),this._currentZone=void 0,this._tooltipTimeout&&clearTimeout(this._tooltipTimeout))},_.prototype._onClick=function(e){var t=this._findZoneEventAt(e),i=this._getSelectionLength();t&&i===this._initialSelectionLength&&(t.clickCallback(e),e.preventDefault(),e.stopImmediatePropagation())},_.prototype._getSelectionLength=function(){var e=this._selectionService.selectionText;return e?e.length:0},_.prototype._findZoneEventAt=function(e){var t=this._mouseService.getCoords(e,this._screenElement,this._bufferService.cols,this._bufferService.rows);if(t)for(var i=t[0],r=t[1],n=0;n<this._zones.length;n++){var o=this._zones[n];if(o.y1===o.y2){if(r===o.y1&&i>=o.x1&&i<o.x2)return o}else if(r===o.y1&&i>=o.x1||r===o.y2&&i<o.x2||r>o.y1&&r<o.y2)return o}},o([s(2,u.IBufferService),s(3,h.IMouseService),s(4,h.ISelectionService)],_));function _(e,t,i,r,n){var o=a.call(this)||this;return o._element=e,o._screenElement=t,o._bufferService=i,o._mouseService=r,o._selectionService=n,o._zones=[],o._areZonesActive=!1,o._lastHoverCoords=[void 0,void 0],o._initialSelectionLength=0,o.register(l.addDisposableDomListener(o._element,"mousedown",function(e){return o._onMouseDown(e)})),o._mouseMoveListener=function(e){return o._onMouseMove(e)},o._mouseLeaveListener=function(e){return o._onMouseLeave(e)},o._clickListener=function(e){return o._onClick(e)},o}t.MouseZoneManager=f},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var o,s=i(17),a=i(11),c=i(29),l=i(8),h=i(2),u=i(30),f=(o=h.Disposable,n(_,o),_.prototype.dispose=function(){o.prototype.dispose.call(this),this._terminal.element.removeChild(this._accessibilityTreeRoot),this._rowElements.length=0},_.prototype._onBoundaryFocus=function(e,t){var i=e.target,r=this._rowElements[0===t?1:this._rowElements.length-2];if(i.getAttribute("aria-posinset")!==(0===t?"1":""+this._terminal.buffer.lines.length)&&e.relatedTarget===r){var n,o;if(0===t?(n=i,o=this._rowElements.pop(),this._rowContainer.removeChild(o)):(n=this._rowElements.shift(),o=i,this._rowContainer.removeChild(n)),n.removeEventListener("focus",this._topBoundaryFocusListener),o.removeEventListener("focus",this._bottomBoundaryFocusListener),0===t){var s=this._createAccessibilityTreeNode();this._rowElements.unshift(s),this._rowContainer.insertAdjacentElement("afterbegin",s)}else s=this._createAccessibilityTreeNode(),this._rowElements.push(s),this._rowContainer.appendChild(s);this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._terminal.scrollLines(0===t?-1:1),this._rowElements[0===t?1:this._rowElements.length-2].focus(),e.preventDefault(),e.stopImmediatePropagation()}},_.prototype._onResize=function(e){this._rowElements[this._rowElements.length-1].removeEventListener("focus",this._bottomBoundaryFocusListener);for(var t=this._rowContainer.children.length;t<this._terminal.rows;t++)this._rowElements[t]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[t]);for(;this._rowElements.length>e;)this._rowContainer.removeChild(this._rowElements.pop());this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions()},_.prototype._createAccessibilityTreeNode=function(){var e=document.createElement("div");return e.setAttribute("role","listitem"),e.tabIndex=-1,this._refreshRowDimensions(e),e},_.prototype._onTab=function(e){for(var t=0;t<e;t++)this._onChar(" ")},_.prototype._onChar=function(e){var t=this;this._liveRegionLineCount<21&&(0<this._charsToConsume.length?this._charsToConsume.shift()!==e&&(this._charsToAnnounce+=e):this._charsToAnnounce+=e,"\n"===e&&(this._liveRegionLineCount++,21===this._liveRegionLineCount&&(this._liveRegion.textContent+=s.tooMuchOutput)),a.isMac&&this._liveRegion.textContent&&0<this._liveRegion.textContent.length&&!this._liveRegion.parentNode&&setTimeout(function(){t._accessibilityTreeRoot.appendChild(t._liveRegion)},0))},_.prototype._clearLiveRegion=function(){this._liveRegion.textContent="",this._liveRegionLineCount=0,a.isMac&&this._liveRegion.parentNode&&this._accessibilityTreeRoot.removeChild(this._liveRegion)},_.prototype._onKey=function(e){this._clearLiveRegion(),this._charsToConsume.push(e)},_.prototype._refreshRows=function(e,t){this._renderRowsDebouncer.refresh(e,t,this._terminal.rows)},_.prototype._renderRows=function(e,t){for(var i=this._terminal.buffer,r=i.lines.length.toString(),n=e;n<=t;n++){var o=i.translateBufferLineToString(i.ydisp+n,!0),s=(i.ydisp+n+1).toString(),a=this._rowElements[n];a&&(0===o.length?a.innerHTML="&nbsp;":a.textContent=o,a.setAttribute("aria-posinset",s),a.setAttribute("aria-setsize",r))}this._announceCharacters()},_.prototype._refreshRowsDimensions=function(){if(this._renderService.dimensions.actualCellHeight){this._rowElements.length!==this._terminal.rows&&this._onResize(this._terminal.rows);for(var e=0;e<this._terminal.rows;e++)this._refreshRowDimensions(this._rowElements[e])}},_.prototype._refreshRowDimensions=function(e){e.style.height=this._renderService.dimensions.actualCellHeight+"px"},_.prototype._announceCharacters=function(){0!==this._charsToAnnounce.length&&(this._liveRegion.textContent+=this._charsToAnnounce,this._charsToAnnounce="")},_);function _(e,t){var i=o.call(this)||this;i._terminal=e,i._renderService=t,i._liveRegionLineCount=0,i._charsToConsume=[],i._charsToAnnounce="",i._accessibilityTreeRoot=document.createElement("div"),i._accessibilityTreeRoot.classList.add("xterm-accessibility"),i._rowContainer=document.createElement("div"),i._rowContainer.classList.add("xterm-accessibility-tree"),i._rowElements=[];for(var r=0;r<i._terminal.rows;r++)i._rowElements[r]=i._createAccessibilityTreeNode(),i._rowContainer.appendChild(i._rowElements[r]);return i._topBoundaryFocusListener=function(e){return i._onBoundaryFocus(e,0)},i._bottomBoundaryFocusListener=function(e){return i._onBoundaryFocus(e,1)},i._rowElements[0].addEventListener("focus",i._topBoundaryFocusListener),i._rowElements[i._rowElements.length-1].addEventListener("focus",i._bottomBoundaryFocusListener),i._refreshRowsDimensions(),i._accessibilityTreeRoot.appendChild(i._rowContainer),i._renderRowsDebouncer=new c.RenderDebouncer(i._renderRows.bind(i)),i._refreshRows(),i._liveRegion=document.createElement("div"),i._liveRegion.classList.add("live-region"),i._liveRegion.setAttribute("aria-live","assertive"),i._accessibilityTreeRoot.appendChild(i._liveRegion),i._terminal.element.insertAdjacentElement("afterbegin",i._accessibilityTreeRoot),i.register(i._renderRowsDebouncer),i.register(i._terminal.onResize(function(e){return i._onResize(e.rows)})),i.register(i._terminal.onRender(function(e){return i._refreshRows(e.start,e.end)})),i.register(i._terminal.onScroll(function(){return i._refreshRows()})),i.register(i._terminal.onA11yChar(function(e){return i._onChar(e)})),i.register(i._terminal.onLineFeed(function(){return i._onChar("\n")})),i.register(i._terminal.onA11yTab(function(e){return i._onTab(e)})),i.register(i._terminal.onKey(function(e){return i._onKey(e.key)})),i.register(i._terminal.onBlur(function(){return i._clearLiveRegion()})),i.register(i._renderService.onDimensionsChange(function(){return i._refreshRowsDimensions()})),i._screenDprMonitor=new u.ScreenDprMonitor,i.register(i._screenDprMonitor),i._screenDprMonitor.setListener(function(){return i._refreshRowsDimensions()}),i.register(l.addDisposableDomListener(window,"resize",function(){return i._refreshRowsDimensions()})),i}t.AccessibilityManager=f},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}),o=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},s=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var l,h=i(57),a=i(9),c=i(2),u=i(4),f=i(0),_=i(1),d=i(10),p="xterm-dom-renderer-owner-",v="xterm-rows",g="xterm-selection",y=1,b=(l=c.Disposable,n(m,l),Object.defineProperty(m.prototype,"onRequestRefreshRows",{get:function(){return this._onRequestRefreshRows.event},enumerable:!0,configurable:!0}),m.prototype.dispose=function(){this._element.classList.remove(p+this._terminalClass),this._screenElement.removeChild(this._rowContainer),this._screenElement.removeChild(this._selectionContainer),this._screenElement.removeChild(this._themeStyleElement),this._screenElement.removeChild(this._dimensionsStyleElement),l.prototype.dispose.call(this)},m.prototype._updateDimensions=function(){var t=this;this.dimensions.scaledCharWidth=this._charSizeService.width*window.devicePixelRatio,this.dimensions.scaledCharHeight=Math.ceil(this._charSizeService.height*window.devicePixelRatio),this.dimensions.scaledCellWidth=this.dimensions.scaledCharWidth+Math.round(this._optionsService.options.letterSpacing),this.dimensions.scaledCellHeight=Math.floor(this.dimensions.scaledCharHeight*this._optionsService.options.lineHeight),this.dimensions.scaledCharLeft=0,this.dimensions.scaledCharTop=0,this.dimensions.scaledCanvasWidth=this.dimensions.scaledCellWidth*this._bufferService.cols,this.dimensions.scaledCanvasHeight=this.dimensions.scaledCellHeight*this._bufferService.rows,this.dimensions.canvasWidth=Math.round(this.dimensions.scaledCanvasWidth/window.devicePixelRatio),this.dimensions.canvasHeight=Math.round(this.dimensions.scaledCanvasHeight/window.devicePixelRatio),this.dimensions.actualCellWidth=this.dimensions.canvasWidth/this._bufferService.cols,this.dimensions.actualCellHeight=this.dimensions.canvasHeight/this._bufferService.rows,this._rowElements.forEach(function(e){e.style.width=t.dimensions.canvasWidth+"px",e.style.height=t.dimensions.actualCellHeight+"px",e.style.lineHeight=t.dimensions.actualCellHeight+"px",e.style.overflow="hidden"}),this._dimensionsStyleElement||(this._dimensionsStyleElement=document.createElement("style"),this._screenElement.appendChild(this._dimensionsStyleElement));var e=this._terminalSelector+" ."+v+" span { display: inline-block; height: 100%; vertical-align: top; width: "+this.dimensions.actualCellWidth+"px}";this._dimensionsStyleElement.innerHTML=e,this._selectionContainer.style.height=this._viewportElement.style.height,this._screenElement.style.width=this.dimensions.canvasWidth+"px",this._screenElement.style.height=this.dimensions.canvasHeight+"px"},m.prototype.setColors=function(e){this._colors=e,this._injectCss()},m.prototype._injectCss=function(){var i=this;this._themeStyleElement||(this._themeStyleElement=document.createElement("style"),this._screenElement.appendChild(this._themeStyleElement));var r=this._terminalSelector+" ."+v+" { color: "+this._colors.foreground.css+"; background-color: "+this._colors.background.css+"; font-family: "+this._optionsService.options.fontFamily+"; font-size: "+this._optionsService.options.fontSize+"px;}";r+=this._terminalSelector+" span:not(."+h.BOLD_CLASS+") { font-weight: "+this._optionsService.options.fontWeight+";}"+this._terminalSelector+" span."+h.BOLD_CLASS+" { font-weight: "+this._optionsService.options.fontWeightBold+";}"+this._terminalSelector+" span."+h.ITALIC_CLASS+" { font-style: italic;}",r+="@keyframes blink_box_shadow_"+this._terminalClass+" { 50% { box-shadow: none; }}",r+="@keyframes blink_block_"+this._terminalClass+" { 0% { background-color: "+this._colors.cursor.css+"; color: "+this._colors.cursorAccent.css+"; } 50% { background-color: "+this._colors.cursorAccent.css+"; color: "+this._colors.cursor.css+"; }}",r+=this._terminalSelector+" ."+v+":not(.xterm-focus) ."+h.CURSOR_CLASS+"."+h.CURSOR_STYLE_BLOCK_CLASS+" { outline: 1px solid "+this._colors.cursor.css+"; outline-offset: -1px;}"+this._terminalSelector+" ."+v+".xterm-focus ."+h.CURSOR_CLASS+"."+h.CURSOR_BLINK_CLASS+":not(."+h.CURSOR_STYLE_BLOCK_CLASS+") { animation: blink_box_shadow_"+this._terminalClass+" 1s step-end infinite;}"+this._terminalSelector+" ."+v+".xterm-focus ."+h.CURSOR_CLASS+"."+h.CURSOR_BLINK_CLASS+"."+h.CURSOR_STYLE_BLOCK_CLASS+" { animation: blink_block_"+this._terminalClass+" 1s step-end infinite;}"+this._terminalSelector+" ."+v+".xterm-focus ."+h.CURSOR_CLASS+"."+h.CURSOR_STYLE_BLOCK_CLASS+" { background-color: "+this._colors.cursor.css+"; color: "+this._colors.cursorAccent.css+";}"+this._terminalSelector+" ."+v+" ."+h.CURSOR_CLASS+"."+h.CURSOR_STYLE_BAR_CLASS+" { box-shadow: "+this._optionsService.options.cursorWidth+"px 0 0 "+this._colors.cursor.css+" inset;}"+this._terminalSelector+" ."+v+" ."+h.CURSOR_CLASS+"."+h.CURSOR_STYLE_UNDERLINE_CLASS+" { box-shadow: 0 -1px 0 "+this._colors.cursor.css+" inset;}",r+=this._terminalSelector+" ."+g+" { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none;}"+this._terminalSelector+" ."+g+" div { position: absolute; background-color: "+this._colors.selection.css+";}",this._colors.ansi.forEach(function(e,t){r+=i._terminalSelector+" .xterm-fg-"+t+" { color: "+e.css+"; }"+i._terminalSelector+" .xterm-bg-"+t+" { background-color: "+e.css+"; }"}),r+=this._terminalSelector+" .xterm-fg-"+a.INVERTED_DEFAULT_COLOR+" { color: "+d.color.opaque(this._colors.background).css+"; }"+this._terminalSelector+" .xterm-bg-"+a.INVERTED_DEFAULT_COLOR+" { background-color: "+this._colors.foreground.css+"; }",this._themeStyleElement.innerHTML=r},m.prototype.onDevicePixelRatioChange=function(){this._updateDimensions()},m.prototype._refreshRowElements=function(e,t){for(var i=this._rowElements.length;i<=t;i++){var r=document.createElement("div");this._rowContainer.appendChild(r),this._rowElements.push(r)}for(;this._rowElements.length>t;)this._rowContainer.removeChild(this._rowElements.pop())},m.prototype.onResize=function(e,t){this._refreshRowElements(e,t),this._updateDimensions()},m.prototype.onCharSizeChanged=function(){this._updateDimensions()},m.prototype.onBlur=function(){this._rowContainer.classList.remove("xterm-focus")},m.prototype.onFocus=function(){this._rowContainer.classList.add("xterm-focus")},m.prototype.onSelectionChanged=function(e,t,i){for(;this._selectionContainer.children.length;)this._selectionContainer.removeChild(this._selectionContainer.children[0]);if(e&&t){var r=e[1]-this._bufferService.buffer.ydisp,n=t[1]-this._bufferService.buffer.ydisp,o=Math.max(r,0),s=Math.min(n,this._bufferService.rows-1);if(!(o>=this._bufferService.rows||s<0)){var a=document.createDocumentFragment();if(i)a.appendChild(this._createSelectionElement(o,e[0],t[0],s-o+1));else{var c=r===o?e[0]:0,l=o===s?t[0]:this._bufferService.cols;a.appendChild(this._createSelectionElement(o,c,l));var h=s-o-1;if(a.appendChild(this._createSelectionElement(o+1,0,this._bufferService.cols,h)),o!==s){var u=n===s?t[0]:this._bufferService.cols;a.appendChild(this._createSelectionElement(s,0,u))}}this._selectionContainer.appendChild(a)}}},m.prototype._createSelectionElement=function(e,t,i,r){void 0===r&&(r=1);var n=document.createElement("div");return n.style.height=r*this.dimensions.actualCellHeight+"px",n.style.top=e*this.dimensions.actualCellHeight+"px",n.style.left=t*this.dimensions.actualCellWidth+"px",n.style.width=this.dimensions.actualCellWidth*(i-t)+"px",n},m.prototype.onCursorMove=function(){},m.prototype.onOptionsChanged=function(){this._updateDimensions(),this._injectCss()},m.prototype.clear=function(){this._rowElements.forEach(function(e){return e.innerHTML=""})},m.prototype.renderRows=function(e,t){for(var i=this._bufferService.buffer.ybase+this._bufferService.buffer.y,r=this._bufferService.buffer.x,n=this._optionsService.options.cursorBlink,o=e;o<=t;o++){var s=this._rowElements[o];s.innerHTML="";var a=o+this._bufferService.buffer.ydisp,c=this._bufferService.buffer.lines.get(a),l=this._optionsService.options.cursorStyle;s.appendChild(this._rowFactory.createRow(c,a===i,l,r,n,this.dimensions.actualCellWidth,this._bufferService.cols))}},Object.defineProperty(m.prototype,"_terminalSelector",{get:function(){return"."+p+this._terminalClass},enumerable:!0,configurable:!0}),m.prototype.registerCharacterJoiner=function(e){return-1},m.prototype.deregisterCharacterJoiner=function(e){return!1},m.prototype._onLinkHover=function(e){this._setCellUnderline(e.x1,e.x2,e.y1,e.y2,e.cols,!0)},m.prototype._onLinkLeave=function(e){this._setCellUnderline(e.x1,e.x2,e.y1,e.y2,e.cols,!1)},m.prototype._setCellUnderline=function(e,t,i,r,n,o){for(;e!==t||i!==r;){var s=this._rowElements[i];if(!s)return;var a=s.children[e];a&&(a.style.textDecoration=o?"underline":"none"),++e>=n&&(e=0,i++)}},o([s(5,u.ICharSizeService),s(6,f.IOptionsService),s(7,f.IBufferService)],m));function m(e,t,i,r,n,o,s,a){var c=l.call(this)||this;return c._colors=e,c._element=t,c._screenElement=i,c._viewportElement=r,c._linkifier=n,c._charSizeService=o,c._optionsService=s,c._bufferService=a,c._terminalClass=y++,c._rowElements=[],c._onRequestRefreshRows=new _.EventEmitter,c._rowContainer=document.createElement("div"),c._rowContainer.classList.add(v),c._rowContainer.style.lineHeight="normal",c._rowContainer.setAttribute("aria-hidden","true"),c._refreshRowElements(c._bufferService.cols,c._bufferService.rows),c._selectionContainer=document.createElement("div"),c._selectionContainer.classList.add(g),c._selectionContainer.setAttribute("aria-hidden","true"),c.dimensions={scaledCharWidth:0,scaledCharHeight:0,scaledCellWidth:0,scaledCellHeight:0,scaledCharLeft:0,scaledCharTop:0,scaledCanvasWidth:0,scaledCanvasHeight:0,canvasWidth:0,canvasHeight:0,actualCellWidth:0,actualCellHeight:0},c._updateDimensions(),c._injectCss(),c._rowFactory=new h.DomRendererRowFactory(document,c._optionsService,c._colors),c._element.classList.add(p+c._terminalClass),c._screenElement.appendChild(c._rowContainer),c._screenElement.appendChild(c._selectionContainer),c._linkifier.onLinkHover(function(e){return c._onLinkHover(e)}),c._linkifier.onLinkLeave(function(e){return c._onLinkLeave(e)}),c}t.DomRenderer=b},function(e,m,t){"use strict";Object.defineProperty(m,"__esModule",{value:!0});var S=t(9),C=t(3),r=t(5),w=t(10);m.BOLD_CLASS="xterm-bold",m.DIM_CLASS="xterm-dim",m.ITALIC_CLASS="xterm-italic",m.UNDERLINE_CLASS="xterm-underline",m.CURSOR_CLASS="xterm-cursor",m.CURSOR_BLINK_CLASS="xterm-cursor-blink",m.CURSOR_STYLE_BLOCK_CLASS="xterm-cursor-block",m.CURSOR_STYLE_BAR_CLASS="xterm-cursor-bar",m.CURSOR_STYLE_UNDERLINE_CLASS="xterm-cursor-underline";var i=(n.prototype.setColors=function(e){this._colors=e},n.prototype.createRow=function(e,t,i,r,n,o,s){for(var a=this._document.createDocumentFragment(),c=0,l=Math.min(e.length,s)-1;0<=l;l--)if(e.loadCell(l,this._workCell).getCode()!==C.NULL_CELL_CODE||t&&l===r){c=l+1;break}for(l=0;l<c;l++){e.loadCell(l,this._workCell);var h=this._workCell.getWidth();if(0!==h){var u=this._document.createElement("span");if(1<h&&(u.style.width=o*h+"px"),t&&l===r)switch(u.classList.add(m.CURSOR_CLASS),n&&u.classList.add(m.CURSOR_BLINK_CLASS),i){case"bar":u.classList.add(m.CURSOR_STYLE_BAR_CLASS);break;case"underline":u.classList.add(m.CURSOR_STYLE_UNDERLINE_CLASS);break;default:u.classList.add(m.CURSOR_STYLE_BLOCK_CLASS)}this._workCell.isBold()&&u.classList.add(m.BOLD_CLASS),this._workCell.isItalic()&&u.classList.add(m.ITALIC_CLASS),this._workCell.isDim()&&u.classList.add(m.DIM_CLASS),this._workCell.isUnderline()&&u.classList.add(m.UNDERLINE_CLASS),this._workCell.isInvisible()?u.textContent=C.WHITESPACE_CELL_CHAR:u.textContent=this._workCell.getChars()||C.WHITESPACE_CELL_CHAR;var f=this._workCell.getFgColor(),_=this._workCell.getFgColorMode(),d=this._workCell.getBgColor(),p=this._workCell.getBgColorMode(),v=!!this._workCell.isInverse();if(v){var g=f;f=d,d=g;var y=_;_=p,p=y}switch(_){case 16777216:case 33554432:this._workCell.isBold()&&f<8&&this._optionsService.options.drawBoldTextInBrightColors&&(f+=8),this._applyMinimumContrast(u,this._colors.background,this._colors.ansi[f])||u.classList.add("xterm-fg-"+f);break;case 50331648:var b=w.rgba.toColor(f>>16&255,f>>8&255,255&f);this._applyMinimumContrast(u,this._colors.background,b)||this._addStyle(u,"color:#"+E(f.toString(16),"0",6));break;case 0:default:this._applyMinimumContrast(u,this._colors.background,this._colors.foreground)||v&&u.classList.add("xterm-fg-"+S.INVERTED_DEFAULT_COLOR)}switch(p){case 16777216:case 33554432:u.classList.add("xterm-bg-"+d);break;case 50331648:this._addStyle(u,"background-color:#"+E(d.toString(16),"0",6));break;case 0:default:v&&u.classList.add("xterm-bg-"+S.INVERTED_DEFAULT_COLOR)}a.appendChild(u)}}return a},n.prototype._applyMinimumContrast=function(e,t,i){if(1===this._optionsService.options.minimumContrastRatio)return!1;var r=this._colors.contrastCache.getColor(this._workCell.bg,this._workCell.fg);return void 0===r&&(r=w.color.ensureContrastRatio(t,i,this._optionsService.options.minimumContrastRatio),this._colors.contrastCache.setColor(this._workCell.bg,this._workCell.fg,null!=r?r:null)),!!r&&(this._addStyle(e,"color:"+r.css),!0)},n.prototype._addStyle=function(e,t){e.setAttribute("style",""+(e.getAttribute("style")||"")+t+";")},n);function n(e,t,i){this._document=e,this._optionsService=t,this._colors=i,this._workCell=new r.CellData}function E(e,t,i){for(;e.length<i;)e=t+e;return e}m.DomRendererRowFactory=i},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var l=i(12),h={48:["0",")"],49:["1","!"],50:["2","@"],51:["3","#"],52:["4","$"],53:["5","%"],54:["6","^"],55:["7","&"],56:["8","*"],57:["9","("],186:[";",":"],187:["=","+"],188:[",","<"],189:["-","_"],190:[".",">"],191:["/","?"],192:["`","~"],219:["[","{"],220:["\\","|"],221:["]","}"],222:["'",'"']};t.evaluateKeyboardEvent=function(e,t,i,r){var n={type:0,cancel:!1,key:void 0},o=(e.shiftKey?1:0)|(e.altKey?2:0)|(e.ctrlKey?4:0)|(e.metaKey?8:0);switch(e.keyCode){case 0:"UIKeyInputUpArrow"===e.key?n.key=t?l.C0.ESC+"OA":l.C0.ESC+"[A":"UIKeyInputLeftArrow"===e.key?n.key=t?l.C0.ESC+"OD":l.C0.ESC+"[D":"UIKeyInputRightArrow"===e.key?n.key=t?l.C0.ESC+"OC":l.C0.ESC+"[C":"UIKeyInputDownArrow"===e.key&&(n.key=t?l.C0.ESC+"OB":l.C0.ESC+"[B");break;case 8:if(e.shiftKey){n.key=l.C0.BS;break}if(e.altKey){n.key=l.C0.ESC+l.C0.DEL;break}n.key=l.C0.DEL;break;case 9:if(e.shiftKey){n.key=l.C0.ESC+"[Z";break}n.key=l.C0.HT,n.cancel=!0;break;case 13:n.key=l.C0.CR,n.cancel=!0;break;case 27:n.key=l.C0.ESC,n.cancel=!0;break;case 37:if(e.metaKey)break;o?(n.key=l.C0.ESC+"[1;"+(1+o)+"D",n.key===l.C0.ESC+"[1;3D"&&(n.key=l.C0.ESC+(i?"b":"[1;5D"))):n.key=t?l.C0.ESC+"OD":l.C0.ESC+"[D";break;case 39:if(e.metaKey)break;o?(n.key=l.C0.ESC+"[1;"+(1+o)+"C",n.key===l.C0.ESC+"[1;3C"&&(n.key=l.C0.ESC+(i?"f":"[1;5C"))):n.key=t?l.C0.ESC+"OC":l.C0.ESC+"[C";break;case 38:if(e.metaKey)break;o?(n.key=l.C0.ESC+"[1;"+(1+o)+"A",i||n.key!==l.C0.ESC+"[1;3A"||(n.key=l.C0.ESC+"[1;5A")):n.key=t?l.C0.ESC+"OA":l.C0.ESC+"[A";break;case 40:if(e.metaKey)break;o?(n.key=l.C0.ESC+"[1;"+(1+o)+"B",i||n.key!==l.C0.ESC+"[1;3B"||(n.key=l.C0.ESC+"[1;5B")):n.key=t?l.C0.ESC+"OB":l.C0.ESC+"[B";break;case 45:e.shiftKey||e.ctrlKey||(n.key=l.C0.ESC+"[2~");break;case 46:n.key=o?l.C0.ESC+"[3;"+(1+o)+"~":l.C0.ESC+"[3~";break;case 36:n.key=o?l.C0.ESC+"[1;"+(1+o)+"H":t?l.C0.ESC+"OH":l.C0.ESC+"[H";break;case 35:n.key=o?l.C0.ESC+"[1;"+(1+o)+"F":t?l.C0.ESC+"OF":l.C0.ESC+"[F";break;case 33:e.shiftKey?n.type=2:n.key=l.C0.ESC+"[5~";break;case 34:e.shiftKey?n.type=3:n.key=l.C0.ESC+"[6~";break;case 112:n.key=o?l.C0.ESC+"[1;"+(1+o)+"P":l.C0.ESC+"OP";break;case 113:n.key=o?l.C0.ESC+"[1;"+(1+o)+"Q":l.C0.ESC+"OQ";break;case 114:n.key=o?l.C0.ESC+"[1;"+(1+o)+"R":l.C0.ESC+"OR";break;case 115:n.key=o?l.C0.ESC+"[1;"+(1+o)+"S":l.C0.ESC+"OS";break;case 116:n.key=o?l.C0.ESC+"[15;"+(1+o)+"~":l.C0.ESC+"[15~";break;case 117:n.key=o?l.C0.ESC+"[17;"+(1+o)+"~":l.C0.ESC+"[17~";break;case 118:n.key=o?l.C0.ESC+"[18;"+(1+o)+"~":l.C0.ESC+"[18~";break;case 119:n.key=o?l.C0.ESC+"[19;"+(1+o)+"~":l.C0.ESC+"[19~";break;case 120:n.key=o?l.C0.ESC+"[20;"+(1+o)+"~":l.C0.ESC+"[20~";break;case 121:n.key=o?l.C0.ESC+"[21;"+(1+o)+"~":l.C0.ESC+"[21~";break;case 122:n.key=o?l.C0.ESC+"[23;"+(1+o)+"~":l.C0.ESC+"[23~";break;case 123:n.key=o?l.C0.ESC+"[24;"+(1+o)+"~":l.C0.ESC+"[24~";break;default:if(!e.ctrlKey||e.shiftKey||e.altKey||e.metaKey)if(i&&!r||!e.altKey||e.metaKey)i&&!e.altKey&&!e.ctrlKey&&e.metaKey?65===e.keyCode&&(n.type=1):e.key&&!e.ctrlKey&&!e.altKey&&!e.metaKey&&48<=e.keyCode&&1===e.key.length?n.key=e.key:e.key&&e.ctrlKey&&"_"===e.key&&(n.key=l.C0.US);else{var s=h[e.keyCode],a=s&&s[e.shiftKey?1:0];if(a)n.key=l.C0.ESC+a;else if(65<=e.keyCode&&e.keyCode<=90){var c=e.ctrlKey?e.keyCode-64:e.keyCode+32;n.key=l.C0.ESC+String.fromCharCode(c)}}else 65<=e.keyCode&&e.keyCode<=90?n.key=String.fromCharCode(e.keyCode-64):32===e.keyCode?n.key=l.C0.NUL:51<=e.keyCode&&e.keyCode<=55?n.key=String.fromCharCode(e.keyCode-51+27):56===e.keyCode?n.key=l.C0.DEL:219===e.keyCode?n.key=l.C0.ESC:220===e.keyCode?n.key=l.C0.FS:221===e.keyCode&&(n.key=l.C0.GS)}return n}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(3);t.updateWindowsModeWrappedState=function(e){var t,i=null===(t=e.buffer.lines.get(e.buffer.ybase+e.buffer.y-1))||void 0===t?void 0:t.get(e.cols-1),r=e.buffer.lines.get(e.buffer.ybase+e.buffer.y);r&&i&&(r.isWrapped=i[n.CHAR_DATA_CODE_INDEX]!==n.NULL_CELL_CODE&&i[n.CHAR_DATA_CODE_INDEX]!==n.WHITESPACE_CELL_CODE)}},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}),o=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},s=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var a,c=i(29),l=i(1),h=i(2),u=i(30),f=i(8),_=i(0),d=i(4),p=(a=h.Disposable,n(v,a),Object.defineProperty(v.prototype,"onDimensionsChange",{get:function(){return this._onDimensionsChange.event},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"onRender",{get:function(){return this._onRender.event},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"onRefreshRequest",{get:function(){return this._onRefreshRequest.event},enumerable:!0,configurable:!0}),Object.defineProperty(v.prototype,"dimensions",{get:function(){return this._renderer.dimensions},enumerable:!0,configurable:!0}),v.prototype._onIntersectionChange=function(e){this._isPaused=0===e.intersectionRatio,!this._isPaused&&this._needsFullRefresh&&(this.refreshRows(0,this._rowCount-1),this._needsFullRefresh=!1)},v.prototype.refreshRows=function(e,t){this._isPaused?this._needsFullRefresh=!0:this._renderDebouncer.refresh(e,t,this._rowCount)},v.prototype._renderRows=function(e,t){this._renderer.renderRows(e,t),this._onRender.fire({start:e,end:t})},v.prototype.resize=function(e,t){this._rowCount=t,this._fireOnCanvasResize()},v.prototype.changeOptions=function(){this._renderer.onOptionsChanged(),this.refreshRows(0,this._rowCount-1),this._fireOnCanvasResize()},v.prototype._fireOnCanvasResize=function(){this._renderer.dimensions.canvasWidth===this._canvasWidth&&this._renderer.dimensions.canvasHeight===this._canvasHeight||this._onDimensionsChange.fire(this._renderer.dimensions)},v.prototype.dispose=function(){this._renderer.dispose(),a.prototype.dispose.call(this)},v.prototype.setRenderer=function(e){var t=this;this._renderer.dispose(),this._renderer=e,this._renderer.onRequestRefreshRows(function(e){return t.refreshRows(e.start,e.end)}),this.refreshRows(0,this._rowCount-1)},v.prototype._fullRefresh=function(){this._isPaused?this._needsFullRefresh=!0:this.refreshRows(0,this._rowCount-1)},v.prototype.setColors=function(e){this._renderer.setColors(e),this._fullRefresh()},v.prototype.onDevicePixelRatioChange=function(){this._renderer.onDevicePixelRatioChange(),this.refreshRows(0,this._rowCount-1)},v.prototype.onResize=function(e,t){this._renderer.onResize(e,t),this._fullRefresh()},v.prototype.onCharSizeChanged=function(){this._renderer.onCharSizeChanged()},v.prototype.onBlur=function(){this._renderer.onBlur()},v.prototype.onFocus=function(){this._renderer.onFocus()},v.prototype.onSelectionChanged=function(e,t,i){this._renderer.onSelectionChanged(e,t,i)},v.prototype.onCursorMove=function(){this._renderer.onCursorMove()},v.prototype.clear=function(){this._renderer.clear()},v.prototype.registerCharacterJoiner=function(e){return this._renderer.registerCharacterJoiner(e)},v.prototype.deregisterCharacterJoiner=function(e){return this._renderer.deregisterCharacterJoiner(e)},o([s(3,_.IOptionsService),s(4,d.ICharSizeService)],v));function v(e,t,i,r,n){var o=a.call(this)||this;if(o._renderer=e,o._rowCount=t,o.screenElement=i,o.optionsService=r,o.charSizeService=n,o._isPaused=!1,o._needsFullRefresh=!1,o._canvasWidth=0,o._canvasHeight=0,o._onDimensionsChange=new l.EventEmitter,o._onRender=new l.EventEmitter,o._onRefreshRequest=new l.EventEmitter,o._renderDebouncer=new c.RenderDebouncer(function(e,t){return o._renderRows(e,t)}),o.register(o._renderDebouncer),o._screenDprMonitor=new u.ScreenDprMonitor,o._screenDprMonitor.setListener(function(){return o.onDevicePixelRatioChange()}),o.register(o._screenDprMonitor),o.register(r.onOptionChange(function(){return o._renderer.onOptionsChanged()})),o.register(n.onCharSizeChange(function(){return o.onCharSizeChanged()})),o._renderer.onRequestRefreshRows(function(e){return o.refreshRows(e.start,e.end)}),o.register(f.addDisposableDomListener(window,"resize",function(){return o.onDevicePixelRatioChange()})),"IntersectionObserver"in window){var s=new IntersectionObserver(function(e){return o._onIntersectionChange(e[e.length-1])},{threshold:0});s.observe(i),o.register({dispose:function(){return s.disconnect()}})}return o}t.RenderService=p},function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var o=t(1),i=t(11),s=t(31);n.DEFAULT_BELL_SOUND="data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU4LjMyLjEwNAAAAAAAAAAAAAAA//tQxAADB8AhSmxhIIEVCSiJrDCQBTcu3UrAIwUdkRgQbFAZC1CQEwTJ9mjRvBA4UOLD8nKVOWfh+UlK3z/177OXrfOdKl7pyn3Xf//WreyTRUoAWgBgkOAGbZHBgG1OF6zM82DWbZaUmMBptgQhGjsyYqc9ae9XFz280948NMBWInljyzsNRFLPWdnZGWrddDsjK1unuSrVN9jJsK8KuQtQCtMBjCEtImISdNKJOopIpBFpNSMbIHCSRpRR5iakjTiyzLhchUUBwCgyKiweBv/7UsQbg8isVNoMPMjAAAA0gAAABEVFGmgqK////9bP/6XCykxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq",n.DEFAULT_OPTIONS=Object.freeze({cols:80,rows:24,cursorBlink:!1,cursorStyle:"block",cursorWidth:1,bellSound:n.DEFAULT_BELL_SOUND,bellStyle:"none",drawBoldTextInBrightColors:!0,fastScrollModifier:"alt",fastScrollSensitivity:5,fontFamily:"courier-new, courier, monospace",fontSize:15,fontWeight:"normal",fontWeightBold:"bold",lineHeight:1,letterSpacing:0,logLevel:"info",scrollback:1e3,scrollSensitivity:1,screenReaderMode:!1,macOptionIsMeta:!1,macOptionClickForcesSelection:!1,minimumContrastRatio:1,disableStdin:!1,allowTransparency:!1,tabStopWidth:8,theme:{},rightClickSelectsWord:i.isMac,rendererType:"canvas",windowOptions:{},windowsMode:!1,wordSeparator:" ()[]{}',\"`",convertEol:!1,termName:"xterm",cancelEvents:!1});var r=["cols","rows"],a=(Object.defineProperty(c.prototype,"onOptionChange",{get:function(){return this._onOptionChange.event},enumerable:!0,configurable:!0}),c.prototype.setOption=function(e,t){if(!(e in n.DEFAULT_OPTIONS))throw new Error('No option with key "'+e+'"');if(-1!==r.indexOf(e))throw new Error('Option "'+e+'" can only be set in the constructor');this.options[e]!==t&&(t=this._sanitizeAndValidateOption(e,t),this.options[e]!==t&&(this.options[e]=t,this._onOptionChange.fire(e)))},c.prototype._sanitizeAndValidateOption=function(e,t){switch(e){case"bellStyle":case"cursorStyle":case"fontWeight":case"fontWeightBold":case"rendererType":case"wordSeparator":t=t||n.DEFAULT_OPTIONS[e];break;case"cursorWidth":t=Math.floor(t);case"lineHeight":case"tabStopWidth":if(t<1)throw new Error(e+" cannot be less than 1, value: "+t);break;case"minimumContrastRatio":t=Math.max(1,Math.min(21,Math.round(10*t)/10));break;case"scrollback":if((t=Math.min(t,4294967295))<0)throw new Error(e+" cannot be less than 0, value: "+t);break;case"fastScrollSensitivity":case"scrollSensitivity":if(t<=0)throw new Error(e+" cannot be less than or equal to 0, value: "+t)}return t},c.prototype.getOption=function(e){if(!(e in n.DEFAULT_OPTIONS))throw new Error('No option with key "'+e+'"');return this.options[e]},c);function c(i){var r=this;this._onOptionChange=new o.EventEmitter,this.options=s.clone(n.DEFAULT_OPTIONS),Object.keys(i).forEach(function(e){if(e in r.options){var t=i[e];r.options[e]=t}})}n.OptionsService=a},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(0),s=i(1),a=(Object.defineProperty(c.prototype,"hasValidSize",{get:function(){return 0<this.width&&0<this.height},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onCharSizeChange",{get:function(){return this._onCharSizeChange.event},enumerable:!0,configurable:!0}),c.prototype.measure=function(){var e=this._measureStrategy.measure();e.width===this.width&&e.height===this.height||(this.width=e.width,this.height=e.height,this._onCharSizeChange.fire())},r([n(2,o.IOptionsService)],c));function c(e,t,i){this.document=e,this.parentElement=t,this._optionsService=i,this.width=0,this.height=0,this._onCharSizeChange=new s.EventEmitter,this._measureStrategy=new l(e,t,this._optionsService)}t.CharSizeService=a;var l=(h.prototype.measure=function(){this._measureElement.style.fontFamily=this._optionsService.options.fontFamily,this._measureElement.style.fontSize=this._optionsService.options.fontSize+"px";var e=this._measureElement.getBoundingClientRect();return 0!==e.width&&0!==e.height&&(this._result.width=e.width,this._result.height=Math.ceil(e.height)),this._result},h);function h(e,t,i){this._document=e,this._parentElement=t,this._optionsService=i,this._result={width:0,height:0},this._measureElement=this._document.createElement("span"),this._measureElement.classList.add("xterm-char-measure-element"),this._measureElement.textContent="W",this._measureElement.setAttribute("aria-hidden","true"),this._parentElement.appendChild(this._measureElement)}},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(0),s=i(64);t.MINIMUM_COLS=2,t.MINIMUM_ROWS=1;var a=(Object.defineProperty(c.prototype,"buffer",{get:function(){return this.buffers.active},enumerable:!0,configurable:!0}),c.prototype.resize=function(e,t){this.cols=e,this.rows=t},c.prototype.reset=function(){this.buffers=new s.BufferSet(this._optionsService,this)},r([n(0,o.IOptionsService)],c));function c(e){this._optionsService=e,this.cols=Math.max(e.options.cols,t.MINIMUM_COLS),this.rows=Math.max(e.options.rows,t.MINIMUM_ROWS),this.buffers=new s.BufferSet(e,this)}t.BufferService=a},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(65),n=i(1),o=(Object.defineProperty(s.prototype,"onBufferActivate",{get:function(){return this._onBufferActivate.event},enumerable:!0,configurable:!0}),Object.defineProperty(s.prototype,"alt",{get:function(){return this._alt},enumerable:!0,configurable:!0}),Object.defineProperty(s.prototype,"active",{get:function(){return this._activeBuffer},enumerable:!0,configurable:!0}),Object.defineProperty(s.prototype,"normal",{get:function(){return this._normal},enumerable:!0,configurable:!0}),s.prototype.activateNormalBuffer=function(){this._activeBuffer!==this._normal&&(this._normal.x=this._alt.x,this._normal.y=this._alt.y,this._alt.clear(),this._activeBuffer=this._normal,this._onBufferActivate.fire({activeBuffer:this._normal,inactiveBuffer:this._alt}))},s.prototype.activateAltBuffer=function(e){this._activeBuffer!==this._alt&&(this._alt.fillViewportRows(e),this._alt.x=this._normal.x,this._alt.y=this._normal.y,this._activeBuffer=this._alt,this._onBufferActivate.fire({activeBuffer:this._alt,inactiveBuffer:this._normal}))},s.prototype.resize=function(e,t){this._normal.resize(e,t),this._alt.resize(e,t)},s.prototype.setupTabStops=function(e){this._normal.setupTabStops(e),this._alt.setupTabStops(e)},s);function s(e,t){this.optionsService=e,this.bufferService=t,this._onBufferActivate=new n.EventEmitter,this._normal=new r.Buffer(!0,e,t),this._normal.fillViewportRows(),this._alt=new r.Buffer(!1,e,t),this._activeBuffer=this._normal,this.setupTabStops()}t.BufferSet=o},function(e,i,t){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var r=t(66),M=t(16),n=t(5),s=t(3),P=t(67),o=t(68),a=t(18);i.MAX_BUFFER_SIZE=4294967295;var c=(l.prototype.getNullCell=function(e){return e?(this._nullCell.fg=e.fg,this._nullCell.bg=e.bg):(this._nullCell.fg=0,this._nullCell.bg=0),this._nullCell},l.prototype.getWhitespaceCell=function(e){return e?(this._whitespaceCell.fg=e.fg,this._whitespaceCell.bg=e.bg):(this._whitespaceCell.fg=0,this._whitespaceCell.bg=0),this._whitespaceCell},l.prototype.getBlankLine=function(e,t){return new M.BufferLine(this._bufferService.cols,this.getNullCell(e),t)},Object.defineProperty(l.prototype,"hasScrollback",{get:function(){return this._hasScrollback&&this.lines.maxLength>this._rows},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"isCursorInViewport",{get:function(){var e=this.ybase+this.y-this.ydisp;return 0<=e&&e<this._rows},enumerable:!0,configurable:!0}),l.prototype._getCorrectBufferLength=function(e){if(!this._hasScrollback)return e;var t=e+this._optionsService.options.scrollback;return t>i.MAX_BUFFER_SIZE?i.MAX_BUFFER_SIZE:t},l.prototype.fillViewportRows=function(e){if(0===this.lines.length){void 0===e&&(e=M.DEFAULT_ATTR_DATA);for(var t=this._rows;t--;)this.lines.push(this.getBlankLine(e))}},l.prototype.clear=function(){this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.lines=new r.CircularList(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()},l.prototype.resize=function(e,t){var i=this.getNullCell(M.DEFAULT_ATTR_DATA),r=this._getCorrectBufferLength(t);if(r>this.lines.maxLength&&(this.lines.maxLength=r),0<this.lines.length){if(this._cols<e)for(var n=0;n<this.lines.length;n++)this.lines.get(n).resize(e,i);var o=0;if(this._rows<t)for(var s=this._rows;s<t;s++)this.lines.length<t+this.ybase&&(this._optionsService.options.windowsMode?this.lines.push(new M.BufferLine(e,i)):0<this.ybase&&this.lines.length<=this.ybase+this.y+o+1?(this.ybase--,o++,0<this.ydisp&&this.ydisp--):this.lines.push(new M.BufferLine(e,i)));else for(s=this._rows;t<s;s--)this.lines.length>t+this.ybase&&(this.lines.length>this.ybase+this.y+1?this.lines.pop():(this.ybase++,this.ydisp++));if(r<this.lines.maxLength){var a=this.lines.length-r;0<a&&(this.lines.trimStart(a),this.ybase=Math.max(this.ybase-a,0),this.ydisp=Math.max(this.ydisp-a,0),this.savedY=Math.max(this.savedY-a,0)),this.lines.maxLength=r}this.x=Math.min(this.x,e-1),this.y=Math.min(this.y,t-1),o&&(this.y+=o),this.savedX=Math.min(this.savedX,e-1),this.scrollTop=0}if(this.scrollBottom=t-1,this._isReflowEnabled&&(this._reflow(e,t),this._cols>e))for(n=0;n<this.lines.length;n++)this.lines.get(n).resize(e,i);this._cols=e,this._rows=t},Object.defineProperty(l.prototype,"_isReflowEnabled",{get:function(){return this._hasScrollback&&!this._optionsService.options.windowsMode},enumerable:!0,configurable:!0}),l.prototype._reflow=function(e,t){this._cols!==e&&(e>this._cols?this._reflowLarger(e,t):this._reflowSmaller(e,t))},l.prototype._reflowLarger=function(e,t){var i=P.reflowLargerGetLinesToRemove(this.lines,this._cols,e,this.ybase+this.y,this.getNullCell(M.DEFAULT_ATTR_DATA));if(0<i.length){var r=P.reflowLargerCreateNewLayout(this.lines,i);P.reflowLargerApplyNewLayout(this.lines,r.layout),this._reflowLargerAdjustViewport(e,t,r.countRemoved)}},l.prototype._reflowLargerAdjustViewport=function(e,t,i){for(var r=this.getNullCell(M.DEFAULT_ATTR_DATA),n=i;0<n--;)0===this.ybase?(0<this.y&&this.y--,this.lines.length<t&&this.lines.push(new M.BufferLine(e,r))):(this.ydisp===this.ybase&&this.ydisp--,this.ybase--);this.savedY=Math.max(this.savedY-i,0)},l.prototype._reflowSmaller=function(e,t){for(var i=this.getNullCell(M.DEFAULT_ATTR_DATA),r=[],n=0,o=this.lines.length-1;0<=o;o--){var s=this.lines.get(o);if(!(!s||!s.isWrapped&&s.getTrimmedLength()<=e)){for(var a=[s];s.isWrapped&&0<o;)s=this.lines.get(--o),a.unshift(s);var c=this.ybase+this.y;if(!(o<=c&&c<o+a.length)){var l,h=a[a.length-1].getTrimmedLength(),u=P.reflowSmallerGetNewLineLengths(a,this._cols,e),f=u.length-a.length;l=0===this.ybase&&this.y!==this.lines.length-1?Math.max(0,this.y-this.lines.maxLength+f):Math.max(0,this.lines.length-this.lines.maxLength+f);for(var _=[],d=0;d<f;d++){var p=this.getBlankLine(M.DEFAULT_ATTR_DATA,!0);_.push(p)}0<_.length&&(r.push({start:o+a.length+n,newLines:_}),n+=_.length),a.push.apply(a,_);var v=u.length-1,g=u[v];0===g&&(g=u[--v]);for(var y=a.length-f-1,b=h;0<=y;){var m=Math.min(b,g);if(a[v].copyCellsFrom(a[y],b-m,g-m,m,!0),0==(g-=m)&&(g=u[--v]),0==(b-=m)){y--;var S=Math.max(y,0);b=P.getWrappedLineTrimmedLength(a,S,this._cols)}}for(d=0;d<a.length;d++)u[d]<e&&a[d].setCell(u[d],i);for(var C=f-l;0<C--;)0===this.ybase?this.y<t-1?(this.y++,this.lines.pop()):(this.ybase++,this.ydisp++):this.ybase<Math.min(this.lines.maxLength,this.lines.length+n)-t&&(this.ybase===this.ydisp&&this.ydisp++,this.ybase++);this.savedY=Math.min(this.savedY+f,this.ybase+t-1)}}}if(0<r.length){var w=[],E=[];for(d=0;d<this.lines.length;d++)E.push(this.lines.get(d));var L=this.lines.length,A=L-1,R=0,x=r[R];this.lines.length=Math.min(this.lines.maxLength,this.lines.length+n);var k=0;for(d=Math.min(this.lines.maxLength-1,L+n-1);0<=d;d--)if(x&&x.start>A+k){for(var D=x.newLines.length-1;0<=D;D--)this.lines.set(d--,x.newLines[D]);d++,w.push({index:A+1,amount:x.newLines.length}),k+=x.newLines.length,x=r[++R]}else this.lines.set(d,E[A--]);var T=0;for(d=w.length-1;0<=d;d--)w[d].index+=T,this.lines.onInsertEmitter.fire(w[d]),T+=w[d].amount;var O=Math.max(0,L+n-this.lines.maxLength);0<O&&this.lines.onTrimEmitter.fire(O)}},l.prototype.stringIndexToBufferIndex=function(e,t,i){for(void 0===i&&(i=!1);t;){var r=this.lines.get(e);if(!r)return[-1,-1];for(var n=i?r.getTrimmedLength():r.length,o=0;o<n;++o)if(r.get(o)[s.CHAR_DATA_WIDTH_INDEX]&&(t-=r.get(o)[s.CHAR_DATA_CHAR_INDEX].length||1),t<0)return[e,o];e++}return[e,0]},l.prototype.translateBufferLineToString=function(e,t,i,r){void 0===i&&(i=0);var n=this.lines.get(e);return n?n.translateToString(t,i,r):""},l.prototype.getWrappedRangeForLine=function(e){for(var t=e,i=e;0<t&&this.lines.get(t).isWrapped;)t--;for(;i+1<this.lines.length&&this.lines.get(i+1).isWrapped;)i++;return{first:t,last:i}},l.prototype.setupTabStops=function(e){for(null!=e?this.tabs[e]||(e=this.prevStop(e)):(this.tabs={},e=0);e<this._cols;e+=this._optionsService.options.tabStopWidth)this.tabs[e]=!0},l.prototype.prevStop=function(e){for(null==e&&(e=this.x);!this.tabs[--e]&&0<e;);return e>=this._cols?this._cols-1:e<0?0:e},l.prototype.nextStop=function(e){for(null==e&&(e=this.x);!this.tabs[++e]&&e<this._cols;);return e>=this._cols?this._cols-1:e<0?0:e},l.prototype.addMarker=function(e){var t=this,i=new o.Marker(e);return this.markers.push(i),i.register(this.lines.onTrim(function(e){i.line-=e,i.line<0&&i.dispose()})),i.register(this.lines.onInsert(function(e){i.line>=e.index&&(i.line+=e.amount)})),i.register(this.lines.onDelete(function(e){i.line>=e.index&&i.line<e.index+e.amount&&i.dispose(),i.line>e.index&&(i.line-=e.amount)})),i.register(i.onDispose(function(){return t._removeMarker(i)})),i},l.prototype._removeMarker=function(e){this.markers.splice(this.markers.indexOf(e),1)},l.prototype.iterator=function(e,t,i,r,n){return new h(this,e,t,i,r,n)},l);function l(e,t,i){this._hasScrollback=e,this._optionsService=t,this._bufferService=i,this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.savedY=0,this.savedX=0,this.savedCurAttrData=M.DEFAULT_ATTR_DATA.clone(),this.savedCharset=a.DEFAULT_CHARSET,this.markers=[],this._nullCell=n.CellData.fromCharData([0,s.NULL_CELL_CHAR,s.NULL_CELL_WIDTH,s.NULL_CELL_CODE]),this._whitespaceCell=n.CellData.fromCharData([0,s.WHITESPACE_CELL_CHAR,s.WHITESPACE_CELL_WIDTH,s.WHITESPACE_CELL_CODE]),this._cols=this._bufferService.cols,this._rows=this._bufferService.rows,this.lines=new r.CircularList(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}i.Buffer=c;var h=(u.prototype.hasNext=function(){return this._current<this._endIndex},u.prototype.next=function(){var e=this._buffer.getWrappedRangeForLine(this._current);e.first<this._startIndex-this._startOverscan&&(e.first=this._startIndex-this._startOverscan),e.last>this._endIndex+this._endOverscan&&(e.last=this._endIndex+this._endOverscan),e.first=Math.max(e.first,0),e.last=Math.min(e.last,this._buffer.lines.length);for(var t="",i=e.first;i<=e.last;++i)t+=this._buffer.translateBufferLineToString(i,this._trimRight);return this._current=e.last+1,{range:e,content:t}},u);function u(e,t,i,r,n,o){void 0===i&&(i=0),void 0===r&&(r=e.lines.length),void 0===n&&(n=0),void 0===o&&(o=0),this._buffer=e,this._trimRight=t,this._startIndex=i,this._endIndex=r,this._startOverscan=n,this._endOverscan=o,this._startIndex<0&&(this._startIndex=0),this._endIndex>this._buffer.lines.length&&(this._endIndex=this._buffer.lines.length),this._current=this._startIndex}i.BufferStringIterator=h},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),n=(Object.defineProperty(o.prototype,"onDelete",{get:function(){return this.onDeleteEmitter.event},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"onInsert",{get:function(){return this.onInsertEmitter.event},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"onTrim",{get:function(){return this.onTrimEmitter.event},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"maxLength",{get:function(){return this._maxLength},set:function(e){if(this._maxLength!==e){for(var t=new Array(e),i=0;i<Math.min(e,this.length);i++)t[i]=this._array[this._getCyclicIndex(i)];this._array=t,this._maxLength=e,this._startIndex=0}},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"length",{get:function(){return this._length},set:function(e){if(e>this._length)for(var t=this._length;t<e;t++)this._array[t]=void 0;this._length=e},enumerable:!0,configurable:!0}),o.prototype.get=function(e){return this._array[this._getCyclicIndex(e)]},o.prototype.set=function(e,t){this._array[this._getCyclicIndex(e)]=t},o.prototype.push=function(e){this._array[this._getCyclicIndex(this._length)]=e,this._length===this._maxLength?(this._startIndex=++this._startIndex%this._maxLength,this.onTrimEmitter.fire(1)):this._length++},o.prototype.recycle=function(){if(this._length!==this._maxLength)throw new Error("Can only recycle when the buffer is full");return this._startIndex=++this._startIndex%this._maxLength,this.onTrimEmitter.fire(1),this._array[this._getCyclicIndex(this._length-1)]},Object.defineProperty(o.prototype,"isFull",{get:function(){return this._length===this._maxLength},enumerable:!0,configurable:!0}),o.prototype.pop=function(){return this._array[this._getCyclicIndex(this._length---1)]},o.prototype.splice=function(e,t){for(var i=[],r=2;r<arguments.length;r++)i[r-2]=arguments[r];if(t){for(var n=e;n<this._length-t;n++)this._array[this._getCyclicIndex(n)]=this._array[this._getCyclicIndex(n+t)];this._length-=t}for(n=this._length-1;e<=n;n--)this._array[this._getCyclicIndex(n+i.length)]=this._array[this._getCyclicIndex(n)];for(n=0;n<i.length;n++)this._array[this._getCyclicIndex(e+n)]=i[n];if(this._length+i.length>this._maxLength){var o=this._length+i.length-this._maxLength;this._startIndex+=o,this._length=this._maxLength,this.onTrimEmitter.fire(o)}else this._length+=i.length},o.prototype.trimStart=function(e){e>this._length&&(e=this._length),this._startIndex+=e,this._length-=e,this.onTrimEmitter.fire(e)},o.prototype.shiftElements=function(e,t,i){if(!(t<=0)){if(e<0||e>=this._length)throw new Error("start argument out of range");if(e+i<0)throw new Error("Cannot shift elements in list beyond index 0");if(0<i){for(var r=t-1;0<=r;r--)this.set(e+r+i,this.get(e+r));var n=e+t+i-this._length;if(0<n)for(this._length+=n;this._length>this._maxLength;)this._length--,this._startIndex++,this.onTrimEmitter.fire(1)}else for(r=0;r<t;r++)this.set(e+r+i,this.get(e+r))}},o.prototype._getCyclicIndex=function(e){return(this._startIndex+e)%this._maxLength},o);function o(e){this._maxLength=e,this.onDeleteEmitter=new r.EventEmitter,this.onInsertEmitter=new r.EventEmitter,this.onTrimEmitter=new r.EventEmitter,this._array=new Array(this._maxLength),this._startIndex=0,this._length=0}t.CircularList=n},function(e,t,i){"use strict";function m(e,t,i){if(t===e.length-1)return e[t].getTrimmedLength();var r=!e[t].hasContent(i-1)&&1===e[t].getWidth(i-1),n=2===e[t+1].getWidth(0);return r&&n?i-1:i}Object.defineProperty(t,"__esModule",{value:!0}),t.reflowLargerGetLinesToRemove=function(e,t,i,r,n){for(var o=[],s=0;s<e.length-1;s++){var a=s,c=e.get(++a);if(c.isWrapped){for(var l=[e.get(s)];a<e.length&&c.isWrapped;)l.push(c),c=e.get(++a);if(s<=r&&r<a)s+=l.length-1;else{for(var h=0,u=m(l,h,t),f=1,_=0;f<l.length;){var d=m(l,f,t),p=d-_,v=i-u,g=Math.min(p,v);l[h].copyCellsFrom(l[f],_,u,g,!1),(u+=g)===i&&(h++,u=0),(_+=g)===d&&(f++,_=0),0===u&&0!==h&&2===l[h-1].getWidth(i-1)&&(l[h].copyCellsFrom(l[h-1],i-1,u++,1,!1),l[h-1].setCell(i-1,n))}l[h].replaceCells(u,i,n);for(var y=0,b=l.length-1;0<b&&(h<b||0===l[b].getTrimmedLength());b--)y++;0<y&&(o.push(s+l.length-y),o.push(y)),s+=l.length-1}}}return o},t.reflowLargerCreateNewLayout=function(e,t){for(var i=[],r=0,n=t[r],o=0,s=0;s<e.length;s++)if(n===s){var a=t[++r];e.onDeleteEmitter.fire({index:s-o,amount:a}),s+=a-1,o+=a,n=t[++r]}else i.push(s);return{layout:i,countRemoved:o}},t.reflowLargerApplyNewLayout=function(e,t){for(var i=[],r=0;r<t.length;r++)i.push(e.get(t[r]));for(r=0;r<i.length;r++)e.set(r,i[r]);e.length=t.length},t.reflowSmallerGetNewLineLengths=function(i,r,e){for(var t=[],n=i.map(function(e,t){return m(i,t,r)}).reduce(function(e,t){return e+t}),o=0,s=0,a=0;a<n;){if(n-a<e){t.push(n-a);break}o+=e;var c=m(i,s,r);c<o&&(o-=c,s++);var l=2===i[s].getWidth(o-1);l&&o--;var h=l?e-1:e;t.push(h),a+=h}return t},t.getWrappedLineTrimmedLength=m},function(e,t,i){"use strict";var r,n=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)});Object.defineProperty(t,"__esModule",{value:!0});var o,s=i(1),a=(o=i(2).Disposable,n(c,o),Object.defineProperty(c.prototype,"id",{get:function(){return this._id},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"onDispose",{get:function(){return this._onDispose.event},enumerable:!0,configurable:!0}),c.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this.line=-1,this._onDispose.fire())},c._nextId=1,c);function c(e){var t=o.call(this)||this;return t.line=e,t._id=c._nextId++,t.isDisposed=!1,t._onDispose=new s.EventEmitter,t}t.Marker=a},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(4),s=i(28),a=(c.prototype.getCoords=function(e,t,i,r,n){return s.getCoords(e,t,i,r,this._charSizeService.hasValidSize,this._renderService.dimensions.actualCellWidth,this._renderService.dimensions.actualCellHeight,n)},c.prototype.getRawByteCoords=function(e,t,i,r){var n=this.getCoords(e,t,i,r);return s.getRawByteCoords(n)},r([n(0,o.IRenderService),n(1,o.ICharSizeService)],c));function c(e,t){this._renderService=e,this._charSizeService=t}t.MouseService=a},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(0),s=i(1),a=i(31),c=Object.freeze({applicationCursorKeys:!1,applicationKeypad:!1,origin:!1,wraparound:!0}),l=(Object.defineProperty(h.prototype,"onData",{get:function(){return this._onData.event},enumerable:!0,configurable:!0}),Object.defineProperty(h.prototype,"onUserInput",{get:function(){return this._onUserInput.event},enumerable:!0,configurable:!0}),Object.defineProperty(h.prototype,"onBinary",{get:function(){return this._onBinary.event},enumerable:!0,configurable:!0}),h.prototype.reset=function(){this.decPrivateModes=a.clone(c)},h.prototype.triggerDataEvent=function(e,t){if(void 0===t&&(t=!1),!this._optionsService.options.disableStdin){var i=this._bufferService.buffer;i.ybase!==i.ydisp&&this._scrollToBottom(),t&&this._onUserInput.fire(),this._logService.debug('sending data "'+e+'"',function(){return e.split("").map(function(e){return e.charCodeAt(0)})}),this._onData.fire(e)}},h.prototype.triggerBinaryEvent=function(e){this._optionsService.options.disableStdin||(this._logService.debug('sending binary "'+e+'"',function(){return e.split("").map(function(e){return e.charCodeAt(0)})}),this._onBinary.fire(e))},r([n(1,o.IBufferService),n(2,o.ILogService),n(3,o.IOptionsService)],h));function h(e,t,i,r){this._scrollToBottom=e,this._bufferService=t,this._logService=i,this._optionsService=r,this.isCursorInitialized=!1,this.isCursorHidden=!1,this._onData=new s.EventEmitter,this._onUserInput=new s.EventEmitter,this._onBinary=new s.EventEmitter,this.decPrivateModes=a.clone(c)}t.CoreService=l},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}},o=this&&this.__spreadArrays||function(){for(var e=0,t=0,i=arguments.length;t<i;t++)e+=arguments[t].length;var r=Array(e),n=0;for(t=0;t<i;t++)for(var o=arguments[t],s=0,a=o.length;s<a;s++,n++)r[n]=o[s];return r};Object.defineProperty(t,"__esModule",{value:!0});var s,a,c=i(0);(a=s=t.LogLevel||(t.LogLevel={}))[a.DEBUG=0]="DEBUG",a[a.INFO=1]="INFO",a[a.WARN=2]="WARN",a[a.ERROR=3]="ERROR",a[a.OFF=4]="OFF";var l={debug:s.DEBUG,info:s.INFO,warn:s.WARN,error:s.ERROR,off:s.OFF},h=(u.prototype._updateLogLevel=function(){this._logLevel=l[this._optionsService.options.logLevel]},u.prototype._evalLazyOptionalParams=function(e){for(var t=0;t<e.length;t++)"function"==typeof e[t]&&(e[t]=e[t]())},u.prototype._log=function(e,t,i){this._evalLazyOptionalParams(i),e.call.apply(e,o([console,"xterm.js: "+t],i))},u.prototype.debug=function(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];this._logLevel<=s.DEBUG&&this._log(console.log,e,t)},u.prototype.info=function(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];this._logLevel<=s.INFO&&this._log(console.info,e,t)},u.prototype.warn=function(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];this._logLevel<=s.WARN&&this._log(console.warn,e,t)},u.prototype.error=function(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];this._logLevel<=s.ERROR&&this._log(console.error,e,t)},r([n(0,c.IOptionsService)],u));function u(e){var t=this;this._optionsService=e,this._updateLogLevel(),this._optionsService.onOptionChange(function(e){"logLevel"===e&&t._updateLogLevel()})}t.LogService=h},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(0),s=(Object.defineProperty(a.prototype,"start",{get:function(){return this._start},enumerable:!0,configurable:!0}),Object.defineProperty(a.prototype,"end",{get:function(){return this._end},enumerable:!0,configurable:!0}),a.prototype.clearRange=function(){this._start=this._bufferService.buffer.y,this._end=this._bufferService.buffer.y},a.prototype.markDirty=function(e){e<this._start?this._start=e:e>this._end&&(this._end=e)},a.prototype.markRangeDirty=function(e,t){if(t<e){var i=e;e=t,t=i}e<this._start&&(this._start=e),t>this._end&&(this._end=t)},a.prototype.markAllDirty=function(){this.markRangeDirty(0,this._bufferService.rows-1)},r([n(0,o.IBufferService)],a));function a(e){this._bufferService=e,this.clearRange()}t.DirtyRowService=s},function(e,t,i){"use strict";var h=this&&this.__spreadArrays||function(){for(var e=0,t=0,i=arguments.length;t<i;t++)e+=arguments[t].length;var r=Array(e),n=0;for(t=0;t<i;t++)for(var o=arguments[t],s=0,a=o.length;s<a;s++,n++)r[n]=o[s];return r};Object.defineProperty(t,"__esModule",{value:!0});var r=i(0),u=i(14),n=(o.prototype.set=function(e,t){var i=this._entries.get(e);return this._entries.set(e,t),i},o.prototype.forEach=function(i){this._entries.forEach(function(e,t){return i(t,e)})},o.prototype.has=function(e){return this._entries.has(e)},o.prototype.get=function(e){return this._entries.get(e)},o);function o(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._entries=new Map;for(var i=0,r=e;i<r.length;i++){var n=r[i],o=n[0],s=n[1];this.set(o,s)}}t.ServiceCollection=n;var s=(a.prototype.setService=function(e,t){this._services.set(e,t)},a.prototype.getService=function(e){return this._services.get(e)},a.prototype.createInstance=function(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];for(var r=u.getServiceDependencies(e).sort(function(e,t){return e.index-t.index}),n=[],o=0,s=r;o<s.length;o++){var a=s[o],c=this._services.get(a.id);if(!c)throw new Error("[createInstance] "+e.name+" depends on UNKNOWN service "+a.id+".");n.push(c)}var l=0<r.length?r[0].index:t.length;if(t.length!==l)throw new Error("[createInstance] First service dependency of "+e.name+" at position "+(l+1)+" conflicts with "+t.length+" static arguments");return new(e.bind.apply(e,h([void 0],h(t,n))))},a);function a(){this._services=new n,this._services.set(r.IInstantiationService,this)}t.InstantiationService=s},function(e,t,i){"use strict";var r=this&&this.__decorate||function(e,t,i,r){var n,o=arguments.length,s=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,r);else for(var a=e.length-1;0<=a;a--)(n=e[a])&&(s=(o<3?n(s):3<o?n(t,i,s):n(t,i))||s);return 3<o&&s&&Object.defineProperty(t,i,s),s},n=this&&this.__param||function(i,r){return function(e,t){r(e,t,i)}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(0),s=i(1),a={NONE:{events:0,restrict:function(){return!1}},X10:{events:1,restrict:function(e){return 4!==e.button&&1===e.action&&(e.ctrl=!1,e.alt=!1,!(e.shift=!1))}},VT200:{events:19,restrict:function(e){return 32!==e.action}},DRAG:{events:23,restrict:function(e){return 32!==e.action||3!==e.button}},ANY:{events:31,restrict:function(e){return!0}}};function c(e,t){var i=(e.ctrl?16:0)|(e.shift?4:0)|(e.alt?8:0);return 4===e.button?(i|=64,i|=e.action):(i|=3&e.button,4&e.button&&(i|=64),8&e.button&&(i|=128),32===e.action?i|=32:0!==e.action||t||(i|=3)),i}var l=String.fromCharCode,h={DEFAULT:function(e){var t=[c(e,!1)+32,e.col+32,e.row+32];return 255<t[0]||255<t[1]||255<t[2]?"":""+l(t[0])+l(t[1])+l(t[2])},SGR:function(e){var t=0===e.action&&4!==e.button?"m":"M";return"[<"+c(e,!0)+";"+e.col+";"+e.row+t}},u=(f.prototype.addProtocol=function(e,t){this._protocols[e]=t},f.prototype.addEncoding=function(e,t){this._encodings[e]=t},Object.defineProperty(f.prototype,"activeProtocol",{get:function(){return this._activeProtocol},set:function(e){if(!this._protocols[e])throw new Error('unknown protocol "'+e+'"');this._activeProtocol=e,this._onProtocolChange.fire(this._protocols[e].events)},enumerable:!0,configurable:!0}),Object.defineProperty(f.prototype,"activeEncoding",{get:function(){return this._activeEncoding},set:function(e){if(!this._encodings[e])throw new Error('unknown encoding "'+e+'"');this._activeEncoding=e},enumerable:!0,configurable:!0}),f.prototype.reset=function(){this.activeProtocol="NONE",this.activeEncoding="DEFAULT",this._lastEvent=null},Object.defineProperty(f.prototype,"onProtocolChange",{get:function(){return this._onProtocolChange.event},enumerable:!0,configurable:!0}),f.prototype.triggerMouseEvent=function(e){if(e.col<0||e.col>=this._bufferService.cols||e.row<0||e.row>=this._bufferService.rows)return!1;if(4===e.button&&32===e.action)return!1;if(3===e.button&&32!==e.action)return!1;if(4!==e.button&&(2===e.action||3===e.action))return!1;if(e.col++,e.row++,32===e.action&&this._lastEvent&&this._compareEvents(this._lastEvent,e))return!1;if(!this._protocols[this._activeProtocol].restrict(e))return!1;var t=this._encodings[this._activeEncoding](e);return t&&("DEFAULT"===this._activeEncoding?this._coreService.triggerBinaryEvent(t):this._coreService.triggerDataEvent(t,!0)),this._lastEvent=e,!0},f.prototype.explainEvents=function(e){return{DOWN:!!(1&e),UP:!!(2&e),DRAG:!!(4&e),MOVE:!!(8&e),WHEEL:!!(16&e)}},f.prototype._compareEvents=function(e,t){return e.col===t.col&&e.row===t.row&&e.button===t.button&&e.action===t.action&&e.ctrl===t.ctrl&&e.alt===t.alt&&e.shift===t.shift},r([n(0,o.IBufferService),n(1,o.ICoreService)],f));function f(e,t){var i=this;this._bufferService=e,this._coreService=t,this._protocols={},this._encodings={},this._activeProtocol="",this._activeEncoding="",this._onProtocolChange=new s.EventEmitter,this._lastEvent=null,Object.keys(a).forEach(function(e){return i.addProtocol(e,a[e])}),Object.keys(h).forEach(function(e){return i.addEncoding(e,h[e])}),this.reset()}t.CoreMouseService=u},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.writeSync=function(e){if(this._writeBuffer.length){for(var t=this._bufferOffset;t<this._writeBuffer.length;++t){var i=this._writeBuffer[t],r=this._callbacks[t];this._action(i),r&&r()}this._writeBuffer=[],this._callbacks=[],this._pendingData=0,this._bufferOffset=2147483647}this._action(e)},n.prototype.write=function(e,t){var i=this;if(5e7<this._pendingData)throw new Error("write data discarded, use flow control to avoid losing data");this._writeBuffer.length||(this._bufferOffset=0,setTimeout(function(){return i._innerWrite()})),this._pendingData+=e.length,this._writeBuffer.push(e),this._callbacks.push(t)},n.prototype._innerWrite=function(){for(var e=this,t=Date.now();this._writeBuffer.length>this._bufferOffset;){var i=this._writeBuffer[this._bufferOffset],r=this._callbacks[this._bufferOffset];if(this._bufferOffset++,this._action(i),this._pendingData-=i.length,r&&r(),12<=Date.now()-t)break}this._writeBuffer.length>this._bufferOffset?(50<this._bufferOffset&&(this._writeBuffer=this._writeBuffer.slice(this._bufferOffset),this._callbacks=this._callbacks.slice(this._bufferOffset),this._bufferOffset=0),setTimeout(function(){return e._innerWrite()},0)):(this._writeBuffer=[],this._callbacks=[],this._pendingData=0,this._bufferOffset=0)},n);function n(e){this._action=e,this._writeBuffer=[],this._callbacks=[],this._pendingData=0,this._bufferOffset=0}t.WriteBuffer=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(Object.defineProperty(n.prototype,"isFocused",{get:function(){return document.activeElement===this._textarea&&document.hasFocus()},enumerable:!0,configurable:!0}),n);function n(e){this._textarea=e}t.CoreBrowserService=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(1),n=i(78),o=(Object.defineProperty(s.prototype,"onChange",{get:function(){return this._onChange.event},enumerable:!0,configurable:!0}),Object.defineProperty(s.prototype,"versions",{get:function(){return Object.keys(this._providers)},enumerable:!0,configurable:!0}),Object.defineProperty(s.prototype,"activeVersion",{get:function(){return this._active},set:function(e){if(!this._providers[e])throw new Error('unknown Unicode version "'+e+'"');this._active=e,this._activeProvider=this._providers[e],this._onChange.fire(e)},enumerable:!0,configurable:!0}),s.prototype.register=function(e){this._providers[e.version]=e},s.prototype.wcwidth=function(e){return this._activeProvider.wcwidth(e)},s.prototype.getStringCellWidth=function(e){for(var t=0,i=e.length,r=0;r<i;++r){var n=e.charCodeAt(r);if(55296<=n&&n<=56319){if(++r>=i)return t+this.wcwidth(n);var o=e.charCodeAt(r);56320<=o&&o<=57343?n=1024*(n-55296)+o-56320+65536:t+=this.wcwidth(o)}t+=this.wcwidth(n)}return t},s);function s(){this._providers=Object.create(null),this._active="",this._onChange=new r.EventEmitter;var e=new n.UnicodeV6;this.register(e),this._active=e.version,this._activeProvider=e}t.UnicodeService=o},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,n=i(15),o=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531]],s=[[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]],a=(c.prototype.wcwidth=function(e){return e<32?0:e<127?1:e<65536?r[e]:function(e,t){var i,r=0,n=t.length-1;if(e<t[0][0]||e>t[n][1])return 0;for(;r<=n;)if(e>t[i=r+n>>1][1])r=1+i;else{if(!(e<t[i][0]))return 1;n=i-1}return 0}(e,s)?0:131072<=e&&e<=196605||196608<=e&&e<=262141?2:1},c);function c(){if(this.version="6",!r){r=new Uint8Array(65536),n.fill(r,1),r[0]=0,n.fill(r,0,1,32),n.fill(r,0,127,160),n.fill(r,2,4352,4448),r[9001]=2,r[9002]=2,n.fill(r,2,11904,42192),r[12351]=1,n.fill(r,2,44032,55204),n.fill(r,2,63744,64256),n.fill(r,2,65040,65050),n.fill(r,2,65072,65136),n.fill(r,2,65280,65377),n.fill(r,2,65504,65511);for(var e=0;e<o.length;++e)n.fill(r,0,o[e][0],o[e][1]+1)}}t.UnicodeV6=a},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.reset=function(){this.charset=void 0,this.charsets=[],this.glevel=0},n.prototype.setgLevel=function(e){this.glevel=e,this.charset=this.charsets[e]},n.prototype.setgCharset=function(e,t){this.charsets[e]=t,this.glevel===e&&(this.charset=t)},n);function n(){this.charsets=[],this.glevel=0}t.CharsetService=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n.prototype.dispose=function(){for(var e=this._addons.length-1;0<=e;e--)this._addons[e].instance.dispose()},n.prototype.loadAddon=function(e,t){var i=this,r={instance:t,dispose:t.dispose,isDisposed:!1};this._addons.push(r),t.dispose=function(){return i._wrappedAddonDispose(r)},t.activate(e)},n.prototype._wrappedAddonDispose=function(e){if(!e.isDisposed){for(var t=-1,i=0;i<this._addons.length;i++)if(this._addons[i]===e){t=i;break}if(-1===t)throw new Error("Could not dispose an addon that has not been loaded");e.isDisposed=!0,e.dispose.apply(e.instance),this._addons.splice(t,1)}},n);function n(){this._addons=[]}t.AddonManager=r}],n.c=r,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},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(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},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=32);function n(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return i[e].call(t.exports,t,t.exports,n),t.l=!0,t.exports}var i,r})
\ No newline at end of file
public/scripts/zlib-adler32-min.js new
+1
@@ -0,0 +1 @@
1 +"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-adler32.js"),function(){var c=65521,C=5552;ZLIB.adler32=function(r,e,o,t){return"string"==typeof e?function(r,e,o,t){var a,d;if(a=r>>>16&65535,r&=65535,1==t)return r+=255&e.charCodeAt(o),c<=r&&(r-=c),c<=(a+=r)&&(a-=c),r|a<<16;if(null===e)return 1;if(t<16){for(;t--;)a+=r+=255&e.charCodeAt(o++);return c<=r&&(r-=c),r|(a%=c)<<16}for(;C<=t;){for(t-=C,d=347;a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),--d;);r%=c,a%=c}if(t){for(;16<=t;)t-=16,a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++);for(;t--;)a+=r+=255&e.charCodeAt(o++);r%=c,a%=c}return r|a<<16}(r,e,o,t):function(r,e,o,t){var a,d;if(a=r>>>16&65535,r&=65535,1==t)return r+=e[o],c<=r&&(r-=c),c<=(a+=r)&&(a-=c),r|a<<16;if(null===e)return 1;if(t<16){for(;t--;)a+=r+=e[o++];return c<=r&&(r-=c),r|(a%=c)<<16}for(;C<=t;){for(t-=C,d=347;a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],--d;);r%=c,a%=c}if(t){for(;16<=t;)t-=16,a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++];for(;t--;)a+=r+=e[o++];r%=c,a%=c}return r|a<<16}(r,e,o,t)},ZLIB.adler32_combine=function(r,e,o){var t,a,d;return o<0?4294967295:(a=(d=o%=c)*(t=65535&r),a%=c,c<=(t+=(65535&e)+c-1)&&(t-=c),c<=t&&(t-=c),c<<1<=(a+=(r>>16&65535)+(e>>16&65535)+c-d)&&(a-=c<<1),c<=a&&(a-=c),t|a<<16)}}()
\ No newline at end of file
public/scripts/zlib-crc32-min.js new
+1
@@ -0,0 +1 @@
1 +"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-crc32.js"),function(){var t=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];ZLIB.crc32=function(r,e,n,o){return"string"==typeof e?function(r,e,n,o){if(null==e)return 0;for(r^=4294967295;8<=o;)r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,o-=8;if(o)for(;r=t[255&(r^e.charCodeAt(n++))]^r>>>8,--o;);return 4294967295^r}(r,e,n,o):function(r,e,n,o){if(null==e)return 0;for(r^=4294967295;8<=o;)r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,o-=8;if(o)for(;r=t[255&(r^e[n++])]^r>>>8,--o;);return 4294967295^r}(r,e,n,o)};function i(r,e){var n,o=0;for(n=0;e;)1&e&&(n^=r[o]),e>>=1,o++;return n}function u(r,e){var n;for(n=0;n<32;n++)r[n]=i(e,e[n])}ZLIB.crc32_combine=function(r,e,n){var o,t,f,c;if(n<=0)return r;for(f=new Array(32),(c=new Array(32))[0]=3988292384,o=t=1;o<32;o++)c[o]=t,t<<=1;u(f,c),u(c,f);do{if(u(f,c),1&n&&(r=i(f,r)),0==(n>>=1))break;u(c,f),1&n&&(r=i(c,r)),n>>=1}while(0!=n);return r^=e}}()
\ No newline at end of file
public/scripts/zlib-inflate-min.js new
+1
@@ -0,0 +1 @@
1 +"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-inflate.js"),function(){var B=11,E=29,z=852,C=592,i=z+C,T=0,y=1,M=2,K=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],D=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,203,69],F=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],N=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];function _(t,a){var i,s,o,l,b,e,v,p,n,d,r,h,c,f,u,_,m,k,g,w,Z,x,I=t.next,R=a==M?t.distbits:t.lenbits,L=t.work,B=t.lens,E=a==M?t.nlen:0,A=t.codes;i=a==y?t.nlen:a==M?t.ndist:19;var O=new Array(16),S=new Array(16);for(s=0;s<=15;s++)O[s]=0;for(o=0;o<i;o++)O[B[E+o]]++;for(e=R,b=15;1<=b&&0==O[b];b--);if(b<e&&(e=b),0==b)return _={op:64,bits:1,val:0},A[I++]=_,A[I++]=_,a==M?t.distbits=1:t.lenbits=1,t.next=I,0;for(l=1;l<b&&0==O[l];l++);for(e<l&&(e=l),s=n=1;s<=15;s++)if(n<<=1,(n-=O[s])<0)return-1;if(0<n&&(a==T||1!=b))return t.next=I,-1;for(S[1]=0,s=1;s<15;s++)S[s+1]=S[s]+O[s];for(o=0;o<i;o++)0!=B[E+o]&&(L[S[B[E+o]]++]=o);switch(a){case T:k=w=L,Z=g=0,x=19;break;case y:k=K,w=D,Z=g=-257,x=256;break;default:k=F,w=N,Z=g=0,x=-1}if(s=l,m=I,p=o=r=0,f=-1,u=(d=1<<(v=e))-1,a==y&&z<=d||a==M&&C<=d)return t.next=I,1;for(;;){for(_={op:0,bits:s-p,val:0},L[o]<x?_.val=L[o]:L[o]>x?(_.op=w[Z+L[o]],_.val=k[g+L[o]]):_.op=96,h=1<<s-p,l=c=1<<v;A[m+(r>>>p)+(c-=h)]=_,0!=c;);for(h=1<<s-1;r&h;)h>>>=1;if(0!=h?(r&=h-1,r+=h):r=0,o++,0==--O[s]){if(s==b)break;s=B[E+L[o]]}if(e<s&&(r&u)!=f){for(0==p&&(p=e),m+=l,n=1<<(v=s-p);v+p<b&&!((n-=O[v+p])<=0);)v++,n<<=1;if(d+=1<<v,a==y&&z<=d||a==M&&C<=d)return t.next=I,1;A[I+(f=r&u)]={op:v,bits:e,val:m-I}}}return 0!=r&&(A[m+r]={op:64,bits:s-p,val:0}),t.next=I+d,a==M?t.distbits=e:t.lenbits=e,0}function m(t,a){var i,s,o,l,b,e,v,p,n,d,r,h,c,f,u,_,m,k,g,w,Z,x,I=-1,R=-1;i=t.state,s=t.input_data,l=(o=t.next_in)+t.avail_in-5,e=(b=t.next_out)-(a-t.avail_out),v=b+(t.avail_out-257),p=i.wsize,n=i.whave,d=i.wnext,r=i.window,h=i.hold,c=i.bits,f=i.codes,u=i.lencode,_=i.distcode,m=(1<<i.lenbits)-1,k=(1<<i.distbits)-1;t:do{c<15&&(h+=(255&s.charCodeAt(o++))<<c,c+=8,h+=(255&s.charCodeAt(o++))<<c,c+=8),g=f[u+(h&m)];a:for(;;){if(h>>>=w=g.bits,c-=w,0==(w=g.op))t.output_data+=String.fromCharCode(g.val),b++;else{if(!(16&w)){if(0==(64&w)){g=f[u+(g.val+(h&(1<<w)-1))];continue a}if(32&w){i.mode=B;break t}t.msg="invalid literal/length code",i.mode=E;break t}Z=g.val,(w&=15)&&(c<w&&(h+=(255&s.charCodeAt(o++))<<c,c+=8),Z+=h&(1<<w)-1,h>>>=w,c-=w),c<15&&(h+=(255&s.charCodeAt(o++))<<c,c+=8,h+=(255&s.charCodeAt(o++))<<c,c+=8),g=f[_+(h&k)];i:for(;;){if(h>>>=w=g.bits,c-=w,!(16&(w=g.op))){if(0==(64&w)){g=f[_+(g.val+(h&(1<<w)-1))];continue i}t.msg="invalid distance code",i.mode=E;break t}if(x=g.val,c<(w&=15)&&(h+=(255&s.charCodeAt(o++))<<c,(c+=8)<w&&(h+=(255&s.charCodeAt(o++))<<c,c+=8)),x+=h&(1<<w)-1,h>>>=w,c-=w,(w=b-e)<x){if(n<(w=x-w)&&i.sane){t.msg="invalid distance too far back",i.mode=E;break t}R=-1,(I=0)==d?(I+=p-w,w<Z&&(Z-=w,t.output_data+=r.substring(I,I+w),b+=w,w=0,I=-1,R=b-x)):(I+=d-w,w<Z&&(Z-=w,t.output_data+=r.substring(I,I+w),I=-1,R=(b+=w)-x))}else I=-1,R=b-x;if(0<=I)t.output_data+=r.substring(I,I+Z),b+=Z,I+=Z;else{var L=Z;for(b-R<L&&(L=b-R),t.output_data+=t.output_data.substring(R,R+L),b+=L,R+=L,b+=Z-=L;2<Z;)t.output_data+=t.output_data.charAt(R++),t.output_data+=t.output_data.charAt(R++),t.output_data+=t.output_data.charAt(R++),Z-=3;Z&&(t.output_data+=t.output_data.charAt(R++),1<Z&&(t.output_data+=t.output_data.charAt(R++)))}break i}}break a}}while(o<l&&b<v);o-=Z=c>>>3,h&=(1<<(c-=Z<<3))-1,t.next_in=o,t.next_out=b,t.avail_in=o<l?l-o+5:5-(o-l),t.avail_out=b<v?v-b+257:257-(b-v),i.hold=h,i.bits=c}function s(t){var a,i=new Array(t);for(a=0;a<t;a++)i[a]=0;return i}function l(t,a,i){return t&&a in t?t[a]:i}function o(){return 0}function b(){var t;this.mode=0,this.last=0,this.wrap=0,this.havedict=0,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=0,this.distcode=0,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=0,this.lens=s(320),this.work=s(288),this.codes=new Array(i);var a={op:0,bits:0,val:0};for(t=0;t<i;t++)this.codes[t]=a;this.sane=0,this.back=0,this.was=0}ZLIB.inflate_copyright=" inflate 1.2.6 Copyright 1995-2012 Mark Adler ",ZLIB.inflateResetKeep=function(t){var a;return t&&t.state?(a=t.state,t.total_in=t.total_out=a.total=0,t.msg=null,a.wrap&&(t.adler=1&a.wrap),a.mode=0,a.last=0,a.havedict=0,a.dmax=32768,a.head=null,a.hold=0,a.bits=0,a.lencode=0,a.distcode=0,a.next=0,a.sane=1,a.back=-1,ZLIB.Z_OK):ZLIB.Z_STREAM_ERROR},ZLIB.inflateReset=function(t,a){var i,s;return t&&t.state?(s=t.state,void 0===a&&(a=15),a<0?(i=0,a=-a):(i=1+(a>>>4),a<48&&(a&=15)),1==i&&"function"==typeof ZLIB.adler32?t.checksum_function=ZLIB.adler32:2==i&&"function"==typeof ZLIB.crc32?t.checksum_function=ZLIB.crc32:t.checksum_function=o,a&&(a<8||15<a)?ZLIB.Z_STREAM_ERROR:(s.window&&s.wbits!=a&&(s.window=null),s.wrap=i,s.wbits=a,s.wsize=0,s.whave=0,s.wnext=0,ZLIB.inflateResetKeep(t))):ZLIB.Z_STREAM_ERROR},ZLIB.inflateInit=function(t){var a=new ZLIB.z_stream;return a.state=new b,ZLIB.inflateReset(a,t),a},ZLIB.inflatePrime=function(t,a,i){var s;return t&&t.state?(s=t.state,a<0?(s.hold=0,s.bits=0,ZLIB.Z_OK):16<a||32<s.bits+a?ZLIB.Z_STREAM_ERROR:(i&=(1<<a)-1,s.hold+=i<<s.bits,s.bits+=a,ZLIB.Z_OK)):ZLIB.Z_STREAM_ERROR};var e=null,v=null;function k(t){var a;for(e=e||[{op:96,bits:7,val:0},{op:0,bits:8,val:80},{op:0,bits:8,val:16},{op:20,bits:8,val:115},{op:18,bits:7,val:31},{op:0,bits:8,val:112},{op:0,bits:8,val:48},{op:0,bits:9,val:192},{op:16,bits:7,val:10},{op:0,bits:8,val:96},{op:0,bits:8,val:32},{op:0,bits:9,val:160},{op:0,bits:8,val:0},{op:0,bits:8,val:128},{op:0,bits:8,val:64},{op:0,bits:9,val:224},{op:16,bits:7,val:6},{op:0,bits:8,val:88},{op:0,bits:8,val:24},{op:0,bits:9,val:144},{op:19,bits:7,val:59},{op:0,bits:8,val:120},{op:0,bits:8,val:56},{op:0,bits:9,val:208},{op:17,bits:7,val:17},{op:0,bits:8,val:104},{op:0,bits:8,val:40},{op:0,bits:9,val:176},{op:0,bits:8,val:8},{op:0,bits:8,val:136},{op:0,bits:8,val:72},{op:0,bits:9,val:240},{op:16,bits:7,val:4},{op:0,bits:8,val:84},{op:0,bits:8,val:20},{op:21,bits:8,val:227},{op:19,bits:7,val:43},{op:0,bits:8,val:116},{op:0,bits:8,val:52},{op:0,bits:9,val:200},{op:17,bits:7,val:13},{op:0,bits:8,val:100},{op:0,bits:8,val:36},{op:0,bits:9,val:168},{op:0,bits:8,val:4},{op:0,bits:8,val:132},{op:0,bits:8,val:68},{op:0,bits:9,val:232},{op:16,bits:7,val:8},{op:0,bits:8,val:92},{op:0,bits:8,val:28},{op:0,bits:9,val:152},{op:20,bits:7,val:83},{op:0,bits:8,val:124},{op:0,bits:8,val:60},{op:0,bits:9,val:216},{op:18,bits:7,val:23},{op:0,bits:8,val:108},{op:0,bits:8,val:44},{op:0,bits:9,val:184},{op:0,bits:8,val:12},{op:0,bits:8,val:140},{op:0,bits:8,val:76},{op:0,bits:9,val:248},{op:16,bits:7,val:3},{op:0,bits:8,val:82},{op:0,bits:8,val:18},{op:21,bits:8,val:163},{op:19,bits:7,val:35},{op:0,bits:8,val:114},{op:0,bits:8,val:50},{op:0,bits:9,val:196},{op:17,bits:7,val:11},{op:0,bits:8,val:98},{op:0,bits:8,val:34},{op:0,bits:9,val:164},{op:0,bits:8,val:2},{op:0,bits:8,val:130},{op:0,bits:8,val:66},{op:0,bits:9,val:228},{op:16,bits:7,val:7},{op:0,bits:8,val:90},{op:0,bits:8,val:26},{op:0,bits:9,val:148},{op:20,bits:7,val:67},{op:0,bits:8,val:122},{op:0,bits:8,val:58},{op:0,bits:9,val:212},{op:18,bits:7,val:19},{op:0,bits:8,val:106},{op:0,bits:8,val:42},{op:0,bits:9,val:180},{op:0,bits:8,val:10},{op:0,bits:8,val:138},{op:0,bits:8,val:74},{op:0,bits:9,val:244},{op:16,bits:7,val:5},{op:0,bits:8,val:86},{op:0,bits:8,val:22},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:118},{op:0,bits:8,val:54},{op:0,bits:9,val:204},{op:17,bits:7,val:15},{op:0,bits:8,val:102},{op:0,bits:8,val:38},{op:0,bits:9,val:172},{op:0,bits:8,val:6},{op:0,bits:8,val:134},{op:0,bits:8,val:70},{op:0,bits:9,val:236},{op:16,bits:7,val:9},{op:0,bits:8,val:94},{op:0,bits:8,val:30},{op:0,bits:9,val:156},{op:20,bits:7,val:99},{op:0,bits:8,val:126},{op:0,bits:8,val:62},{op:0,bits:9,val:220},{op:18,bits:7,val:27},{op:0,bits:8,val:110},{op:0,bits:8,val:46},{op:0,bits:9,val:188},{op:0,bits:8,val:14},{op:0,bits:8,val:142},{op:0,bits:8,val:78},{op:0,bits:9,val:252},{op:96,bits:7,val:0},{op:0,bits:8,val:81},{op:0,bits:8,val:17},{op:21,bits:8,val:131},{op:18,bits:7,val:31},{op:0,bits:8,val:113},{op:0,bits:8,val:49},{op:0,bits:9,val:194},{op:16,bits:7,val:10},{op:0,bits:8,val:97},{op:0,bits:8,val:33},{op:0,bits:9,val:162},{op:0,bits:8,val:1},{op:0,bits:8,val:129},{op:0,bits:8,val:65},{op:0,bits:9,val:226},{op:16,bits:7,val:6},{op:0,bits:8,val:89},{op:0,bits:8,val:25},{op:0,bits:9,val:146},{op:19,bits:7,val:59},{op:0,bits:8,val:121},{op:0,bits:8,val:57},{op:0,bits:9,val:210},{op:17,bits:7,val:17},{op:0,bits:8,val:105},{op:0,bits:8,val:41},{op:0,bits:9,val:178},{op:0,bits:8,val:9},{op:0,bits:8,val:137},{op:0,bits:8,val:73},{op:0,bits:9,val:242},{op:16,bits:7,val:4},{op:0,bits:8,val:85},{op:0,bits:8,val:21},{op:16,bits:8,val:258},{op:19,bits:7,val:43},{op:0,bits:8,val:117},{op:0,bits:8,val:53},{op:0,bits:9,val:202},{op:17,bits:7,val:13},{op:0,bits:8,val:101},{op:0,bits:8,val:37},{op:0,bits:9,val:170},{op:0,bits:8,val:5},{op:0,bits:8,val:133},{op:0,bits:8,val:69},{op:0,bits:9,val:234},{op:16,bits:7,val:8},{op:0,bits:8,val:93},{op:0,bits:8,val:29},{op:0,bits:9,val:154},{op:20,bits:7,val:83},{op:0,bits:8,val:125},{op:0,bits:8,val:61},{op:0,bits:9,val:218},{op:18,bits:7,val:23},{op:0,bits:8,val:109},{op:0,bits:8,val:45},{op:0,bits:9,val:186},{op:0,bits:8,val:13},{op:0,bits:8,val:141},{op:0,bits:8,val:77},{op:0,bits:9,val:250},{op:16,bits:7,val:3},{op:0,bits:8,val:83},{op:0,bits:8,val:19},{op:21,bits:8,val:195},{op:19,bits:7,val:35},{op:0,bits:8,val:115},{op:0,bits:8,val:51},{op:0,bits:9,val:198},{op:17,bits:7,val:11},{op:0,bits:8,val:99},{op:0,bits:8,val:35},{op:0,bits:9,val:166},{op:0,bits:8,val:3},{op:0,bits:8,val:131},{op:0,bits:8,val:67},{op:0,bits:9,val:230},{op:16,bits:7,val:7},{op:0,bits:8,val:91},{op:0,bits:8,val:27},{op:0,bits:9,val:150},{op:20,bits:7,val:67},{op:0,bits:8,val:123},{op:0,bits:8,val:59},{op:0,bits:9,val:214},{op:18,bits:7,val:19},{op:0,bits:8,val:107},{op:0,bits:8,val:43},{op:0,bits:9,val:182},{op:0,bits:8,val:11},{op:0,bits:8,val:139},{op:0,bits:8,val:75},{op:0,bits:9,val:246},{op:16,bits:7,val:5},{op:0,bits:8,val:87},{op:0,bits:8,val:23},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:119},{op:0,bits:8,val:55},{op:0,bits:9,val:206},{op:17,bits:7,val:15},{op:0,bits:8,val:103},{op:0,bits:8,val:39},{op:0,bits:9,val:174},{op:0,bits:8,val:7},{op:0,bits:8,val:135},{op:0,bits:8,val:71},{op:0,bits:9,val:238},{op:16,bits:7,val:9},{op:0,bits:8,val:95},{op:0,bits:8,val:31},{op:0,bits:9,val:158},{op:20,bits:7,val:99},{op:0,bits:8,val:127},{op:0,bits:8,val:63},{op:0,bits:9,val:222},{op:18,bits:7,val:27},{op:0,bits:8,val:111},{op:0,bits:8,val:47},{op:0,bits:9,val:190},{op:0,bits:8,val:15},{op:0,bits:8,val:143},{op:0,bits:8,val:79},{op:0,bits:9,val:254},{op:96,bits:7,val:0},{op:0,bits:8,val:80},{op:0,bits:8,val:16},{op:20,bits:8,val:115},{op:18,bits:7,val:31},{op:0,bits:8,val:112},{op:0,bits:8,val:48},{op:0,bits:9,val:193},{op:16,bits:7,val:10},{op:0,bits:8,val:96},{op:0,bits:8,val:32},{op:0,bits:9,val:161},{op:0,bits:8,val:0},{op:0,bits:8,val:128},{op:0,bits:8,val:64},{op:0,bits:9,val:225},{op:16,bits:7,val:6},{op:0,bits:8,val:88},{op:0,bits:8,val:24},{op:0,bits:9,val:145},{op:19,bits:7,val:59},{op:0,bits:8,val:120},{op:0,bits:8,val:56},{op:0,bits:9,val:209},{op:17,bits:7,val:17},{op:0,bits:8,val:104},{op:0,bits:8,val:40},{op:0,bits:9,val:177},{op:0,bits:8,val:8},{op:0,bits:8,val:136},{op:0,bits:8,val:72},{op:0,bits:9,val:241},{op:16,bits:7,val:4},{op:0,bits:8,val:84},{op:0,bits:8,val:20},{op:21,bits:8,val:227},{op:19,bits:7,val:43},{op:0,bits:8,val:116},{op:0,bits:8,val:52},{op:0,bits:9,val:201},{op:17,bits:7,val:13},{op:0,bits:8,val:100},{op:0,bits:8,val:36},{op:0,bits:9,val:169},{op:0,bits:8,val:4},{op:0,bits:8,val:132},{op:0,bits:8,val:68},{op:0,bits:9,val:233},{op:16,bits:7,val:8},{op:0,bits:8,val:92},{op:0,bits:8,val:28},{op:0,bits:9,val:153},{op:20,bits:7,val:83},{op:0,bits:8,val:124},{op:0,bits:8,val:60},{op:0,bits:9,val:217},{op:18,bits:7,val:23},{op:0,bits:8,val:108},{op:0,bits:8,val:44},{op:0,bits:9,val:185},{op:0,bits:8,val:12},{op:0,bits:8,val:140},{op:0,bits:8,val:76},{op:0,bits:9,val:249},{op:16,bits:7,val:3},{op:0,bits:8,val:82},{op:0,bits:8,val:18},{op:21,bits:8,val:163},{op:19,bits:7,val:35},{op:0,bits:8,val:114},{op:0,bits:8,val:50},{op:0,bits:9,val:197},{op:17,bits:7,val:11},{op:0,bits:8,val:98},{op:0,bits:8,val:34},{op:0,bits:9,val:165},{op:0,bits:8,val:2},{op:0,bits:8,val:130},{op:0,bits:8,val:66},{op:0,bits:9,val:229},{op:16,bits:7,val:7},{op:0,bits:8,val:90},{op:0,bits:8,val:26},{op:0,bits:9,val:149},{op:20,bits:7,val:67},{op:0,bits:8,val:122},{op:0,bits:8,val:58},{op:0,bits:9,val:213},{op:18,bits:7,val:19},{op:0,bits:8,val:106},{op:0,bits:8,val:42},{op:0,bits:9,val:181},{op:0,bits:8,val:10},{op:0,bits:8,val:138},{op:0,bits:8,val:74},{op:0,bits:9,val:245},{op:16,bits:7,val:5},{op:0,bits:8,val:86},{op:0,bits:8,val:22},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:118},{op:0,bits:8,val:54},{op:0,bits:9,val:205},{op:17,bits:7,val:15},{op:0,bits:8,val:102},{op:0,bits:8,val:38},{op:0,bits:9,val:173},{op:0,bits:8,val:6},{op:0,bits:8,val:134},{op:0,bits:8,val:70},{op:0,bits:9,val:237},{op:16,bits:7,val:9},{op:0,bits:8,val:94},{op:0,bits:8,val:30},{op:0,bits:9,val:157},{op:20,bits:7,val:99},{op:0,bits:8,val:126},{op:0,bits:8,val:62},{op:0,bits:9,val:221},{op:18,bits:7,val:27},{op:0,bits:8,val:110},{op:0,bits:8,val:46},{op:0,bits:9,val:189},{op:0,bits:8,val:14},{op:0,bits:8,val:142},{op:0,bits:8,val:78},{op:0,bits:9,val:253},{op:96,bits:7,val:0},{op:0,bits:8,val:81},{op:0,bits:8,val:17},{op:21,bits:8,val:131},{op:18,bits:7,val:31},{op:0,bits:8,val:113},{op:0,bits:8,val:49},{op:0,bits:9,val:195},{op:16,bits:7,val:10},{op:0,bits:8,val:97},{op:0,bits:8,val:33},{op:0,bits:9,val:163},{op:0,bits:8,val:1},{op:0,bits:8,val:129},{op:0,bits:8,val:65},{op:0,bits:9,val:227},{op:16,bits:7,val:6},{op:0,bits:8,val:89},{op:0,bits:8,val:25},{op:0,bits:9,val:147},{op:19,bits:7,val:59},{op:0,bits:8,val:121},{op:0,bits:8,val:57},{op:0,bits:9,val:211},{op:17,bits:7,val:17},{op:0,bits:8,val:105},{op:0,bits:8,val:41},{op:0,bits:9,val:179},{op:0,bits:8,val:9},{op:0,bits:8,val:137},{op:0,bits:8,val:73},{op:0,bits:9,val:243},{op:16,bits:7,val:4},{op:0,bits:8,val:85},{op:0,bits:8,val:21},{op:16,bits:8,val:258},{op:19,bits:7,val:43},{op:0,bits:8,val:117},{op:0,bits:8,val:53},{op:0,bits:9,val:203},{op:17,bits:7,val:13},{op:0,bits:8,val:101},{op:0,bits:8,val:37},{op:0,bits:9,val:171},{op:0,bits:8,val:5},{op:0,bits:8,val:133},{op:0,bits:8,val:69},{op:0,bits:9,val:235},{op:16,bits:7,val:8},{op:0,bits:8,val:93},{op:0,bits:8,val:29},{op:0,bits:9,val:155},{op:20,bits:7,val:83},{op:0,bits:8,val:125},{op:0,bits:8,val:61},{op:0,bits:9,val:219},{op:18,bits:7,val:23},{op:0,bits:8,val:109},{op:0,bits:8,val:45},{op:0,bits:9,val:187},{op:0,bits:8,val:13},{op:0,bits:8,val:141},{op:0,bits:8,val:77},{op:0,bits:9,val:251},{op:16,bits:7,val:3},{op:0,bits:8,val:83},{op:0,bits:8,val:19},{op:21,bits:8,val:195},{op:19,bits:7,val:35},{op:0,bits:8,val:115},{op:0,bits:8,val:51},{op:0,bits:9,val:199},{op:17,bits:7,val:11},{op:0,bits:8,val:99},{op:0,bits:8,val:35},{op:0,bits:9,val:167},{op:0,bits:8,val:3},{op:0,bits:8,val:131},{op:0,bits:8,val:67},{op:0,bits:9,val:231},{op:16,bits:7,val:7},{op:0,bits:8,val:91},{op:0,bits:8,val:27},{op:0,bits:9,val:151},{op:20,bits:7,val:67},{op:0,bits:8,val:123},{op:0,bits:8,val:59},{op:0,bits:9,val:215},{op:18,bits:7,val:19},{op:0,bits:8,val:107},{op:0,bits:8,val:43},{op:0,bits:9,val:183},{op:0,bits:8,val:11},{op:0,bits:8,val:139},{op:0,bits:8,val:75},{op:0,bits:9,val:247},{op:16,bits:7,val:5},{op:0,bits:8,val:87},{op:0,bits:8,val:23},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:119},{op:0,bits:8,val:55},{op:0,bits:9,val:207},{op:17,bits:7,val:15},{op:0,bits:8,val:103},{op:0,bits:8,val:39},{op:0,bits:9,val:175},{op:0,bits:8,val:7},{op:0,bits:8,val:135},{op:0,bits:8,val:71},{op:0,bits:9,val:239},{op:16,bits:7,val:9},{op:0,bits:8,val:95},{op:0,bits:8,val:31},{op:0,bits:9,val:159},{op:20,bits:7,val:99},{op:0,bits:8,val:127},{op:0,bits:8,val:63},{op:0,bits:9,val:223},{op:18,bits:7,val:27},{op:0,bits:8,val:111},{op:0,bits:8,val:47},{op:0,bits:9,val:191},{op:0,bits:8,val:15},{op:0,bits:8,val:143},{op:0,bits:8,val:79},{op:0,bits:9,val:255}],v=v||[{op:16,bits:5,val:1},{op:23,bits:5,val:257},{op:19,bits:5,val:17},{op:27,bits:5,val:4097},{op:17,bits:5,val:5},{op:25,bits:5,val:1025},{op:21,bits:5,val:65},{op:29,bits:5,val:16385},{op:16,bits:5,val:3},{op:24,bits:5,val:513},{op:20,bits:5,val:33},{op:28,bits:5,val:8193},{op:18,bits:5,val:9},{op:26,bits:5,val:2049},{op:22,bits:5,val:129},{op:64,bits:5,val:0},{op:16,bits:5,val:2},{op:23,bits:5,val:385},{op:19,bits:5,val:25},{op:27,bits:5,val:6145},{op:17,bits:5,val:7},{op:25,bits:5,val:1537},{op:21,bits:5,val:97},{op:29,bits:5,val:24577},{op:16,bits:5,val:4},{op:24,bits:5,val:769},{op:20,bits:5,val:49},{op:28,bits:5,val:12289},{op:18,bits:5,val:13},{op:26,bits:5,val:3073},{op:22,bits:5,val:193},{op:64,bits:5,val:0}],t.lencode=0,t.distcode=512,a=0;a<512;a++)t.codes[a]=e[a];for(a=0;a<32;a++)t.codes[a+512]=v[a];t.lenbits=9,t.distbits=5}function g(t,a){var i=[255&a,a>>>8&255];t.state.check=t.checksum_function(t.state.check,i,0,2)}function w(t,a){return a.strm=t,a.left=t.avail_out,a.next=t.next_in,a.have=t.avail_in,a.hold=t.state.hold,a.bits=t.state.bits,a}function Z(t){var a=t.strm;a.next_in=t.next,a.avail_out=t.left,a.avail_in=t.have,a.state.hold=t.hold,a.state.bits=t.bits}function x(t){t.hold=0,t.bits=0}function I(t){return 0!=t.have&&(t.have--,t.hold+=(255&t.strm.input_data.charCodeAt(t.next++))<<t.bits,t.bits+=8,!0)}function R(t,a){for(;t.bits<a;)if(!I(t))return!1;return!0}function L(t,a){return t.hold&(1<<a)-1}function A(t,a){t.hold>>>=a,t.bits-=a}function O(t){t.hold>>>=7&t.bits,t.bits-=7&t.bits}function S(t){return(t>>>24&255)+(t>>>8&65280)+((65280&t)<<8)+((255&t)<<24)}var H=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];ZLIB.inflate=function(t,a){var i,s,o,l,b,e,v,p,n,d,r,h,c=-1,f=-1;if(!t||!t.state||!t.input_data&&0!=t.avail_in)return ZLIB.Z_STREAM_ERROR;(i=t.state).mode==B&&(i.mode=12),w(t,s={}),o=s.have,l=s.left,n=ZLIB.Z_OK;t:for(;;)switch(i.mode){case 0:if(0==i.wrap){i.mode=12;break}if(!R(s,16))break t;if(2&i.wrap&&35615==s.hold){i.check=t.checksum_function(0,null,0,0),g(t,s.hold),x(s),i.mode=1;break}if(i.flags=0,null!==i.head&&(i.head.done=-1),!(1&i.wrap)||((L(s,8)<<8)+(s.hold>>>8))%31){t.msg="incorrect header check",i.mode=E;break}if(L(s,4)!=ZLIB.Z_DEFLATED){t.msg="unknown compression method",i.mode=E;break}if(A(s,4),p=L(s,4)+8,0==i.wbits)i.wbits=p;else if(p>i.wbits){t.msg="invalid window size",i.mode=E;break}i.dmax=1<<p,t.adler=i.check=t.checksum_function(0,null,0,0),i.mode=512&s.hold?9:B,x(s);break;case 1:if(!R(s,16))break t;if(i.flags=s.hold,(255&i.flags)!=ZLIB.Z_DEFLATED){t.msg="unknown compression method",i.mode=E;break}if(57344&i.flags){t.msg="unknown header flags set",i.mode=E;break}null!==i.head&&(i.head.text=s.hold>>>8&1),512&i.flags&&g(t,s.hold),x(s),i.mode=2;case 2:if(!R(s,32))break t;null!==i.head&&(i.head.time=s.hold),512&i.flags&&(d=t,r=s.hold,void 0,h=[255&r,r>>>8&255,r>>>16&255,r>>>24&255],d.state.check=d.checksum_function(d.state.check,h,0,4)),x(s),i.mode=3;case 3:if(!R(s,16))break t;null!==i.head&&(i.head.xflags=255&s.hold,i.head.os=s.hold>>>8),512&i.flags&&g(t,s.hold),x(s),i.mode=4;case 4:if(1024&i.flags){if(!R(s,16))break t;i.length=s.hold,null!==i.head&&(i.head.extra_len=s.hold),512&i.flags&&g(t,s.hold),x(s),i.head.extra=""}else null!==i.head&&(i.head.extra=null);i.mode=5;case 5:if(1024&i.flags&&((b=i.length)>s.have&&(b=s.have),b&&(null!==i.head&&null!==i.head.extra&&(p=i.head.extra_len-i.length,i.head.extra+=t.input_data.substring(s.next,s.next+(p+b>i.head.extra_max?i.head.extra_max-p:b))),512&i.flags&&(i.check=t.checksum_function(i.check,t.input_data,s.next,b)),s.have-=b,s.next+=b,i.length-=b),i.length))break t;i.length=0,i.mode=6;case 6:if(2048&i.flags){if(0==s.have)break t;null!==i.head&&null===i.head.name&&(i.head.name=""),b=0;do{if(p=t.input_data.charAt(s.next+b),b++,"\0"===p)break;null!==i.head&&i.length<i.head.name_max&&(i.head.name+=p,i.length++)}while(b<s.have);if(512&i.flags&&(i.check=t.checksum_function(i.check,t.input_data,s.next,b)),s.have-=b,s.next+=b,"\0"!==p)break t}else null!==i.head&&(i.head.name=null);i.length=0,i.mode=7;case 7:if(4096&i.flags){if(0==s.have)break t;b=0,null!==i.head&&null===i.head.comment&&(i.head.comment="");do{if(p=t.input_data.charAt(s.next+b),b++,"\0"===p)break;null!==i.head&&i.length<i.head.comm_max&&(i.head.comment+=p,i.length++)}while(b<s.have);if(512&i.flags&&(i.check=t.checksum_function(i.check,t.input_data,s.next,b)),s.have-=b,s.next+=b,"\0"!==p)break t}else null!==i.head&&(i.head.comment=null);i.mode=8;case 8:if(512&i.flags){if(!R(s,16))break t;if(s.hold!=(65535&i.check)){t.msg="header crc mismatch",i.mode=E;break}x(s)}null!==i.head&&(i.head.hcrc=i.flags>>>9&1,i.head.done=1),t.adler=i.check=t.checksum_function(0,null,0,0),i.mode=B;break;case 9:if(!R(s,32))break t;t.adler=i.check=S(s.hold),x(s),i.mode=10;case 10:if(0==i.havedict)return Z(s),ZLIB.Z_NEED_DICT;t.adler=i.check=t.checksum_function(0,null,0,0),i.mode=B;case B:if(a==ZLIB.Z_BLOCK||a==ZLIB.Z_TREES)break t;case 12:if(i.last){O(s),i.mode=26;break}if(!R(s,3))break t;switch(i.last=L(s,1),A(s,1),L(s,2)){case 0:i.mode=13;break;case 1:if(k(i),i.mode=19,a!=ZLIB.Z_TREES)break;A(s,2);break t;case 2:i.mode=16;break;case 3:t.msg="invalid block type",i.mode=E}A(s,2);break;case 13:if(O(s),!R(s,32))break t;if((65535&s.hold)!=(s.hold>>>16&65535^65535)){t.msg="invalid stored block lengths",i.mode=E;break}if(i.length=65535&s.hold,x(s),i.mode=14,a==ZLIB.Z_TREES)break t;case 14:i.mode=15;case 15:if(b=i.length){if(b>s.have&&(b=s.have),b>s.left&&(b=s.left),0==b)break t;t.output_data+=t.input_data.substring(s.next,s.next+b),t.next_out+=b,s.have-=b,s.next+=b,s.left-=b,i.length-=b;break}i.mode=B;break;case 16:if(!R(s,14))break t;if(i.nlen=L(s,5)+257,A(s,5),i.ndist=L(s,5)+1,A(s,5),i.ncode=L(s,4)+4,A(s,4),286<i.nlen||30<i.ndist){t.msg="too many length or distance symbols",i.mode=E;break}i.have=0,i.mode=17;case 17:for(;i.have<i.ncode;){if(!R(s,3))break t;var u=L(s,3);i.lens[H[i.have++]]=u,A(s,3)}for(;i.have<19;)i.lens[H[i.have++]]=0;if(i.next=0,i.lencode=0,i.lenbits=7,n=_(i,T)){t.msg="invalid code lengths set",i.mode=E;break}i.have=0,i.mode=18;case 18:for(;i.have<i.nlen+i.ndist;){for(;!((e=i.codes[i.lencode+L(s,i.lenbits)]).bits<=s.bits);)if(!I(s))break t;if(e.val<16)A(s,e.bits),i.lens[i.have++]=e.val;else{if(16==e.val){if(!R(s,e.bits+2))break t;if(A(s,e.bits),0==i.have){t.msg="invalid bit length repeat",i.mode=E;break}p=i.lens[i.have-1],b=3+L(s,2),A(s,2)}else if(17==e.val){if(!R(s,e.bits+3))break t;A(s,e.bits),p=0,b=3+L(s,3),A(s,3)}else{if(!R(s,e.bits+7))break t;A(s,e.bits),p=0,b=11+L(s,7),A(s,7)}if(i.have+b>i.nlen+i.ndist){t.msg="invalid bit length repeat",i.mode=E;break}for(;b--;)i.lens[i.have++]=p}}if(i.mode==E)break;if(0==i.lens[256]){t.msg="invalid code -- missing end-of-block",i.mode=E;break}if(i.next=0,i.lencode=i.next,i.lenbits=9,n=_(i,y)){t.msg="invalid literal/lengths set",i.mode=E;break}if(i.distcode=i.next,i.distbits=6,n=_(i,M)){t.msg="invalid distances set",i.mode=E;break}if(i.mode=19,a==ZLIB.Z_TREES)break t;case 19:i.mode=20;case 20:if(6<=s.have&&258<=s.left){Z(s),m(t,l),w(t,s),i.mode==B&&(i.back=-1);break}for(i.back=0;!((e=i.codes[i.lencode+L(s,i.lenbits)]).bits<=s.bits);)if(!I(s))break t;if(e.op&&0==(240&e.op)){for(v=e;e=i.codes[i.lencode+v.val+(L(s,v.bits+v.op)>>>v.bits)],!(v.bits+e.bits<=s.bits);)if(!I(s))break t;A(s,v.bits),i.back+=v.bits}if(A(s,e.bits),i.back+=e.bits,i.length=e.val,0==e.op){i.mode=25;break}if(32&e.op){i.back=-1,i.mode=B;break}if(64&e.op){t.msg="invalid literal/length code",i.mode=E;break}i.extra=15&e.op,i.mode=21;case 21:if(i.extra){if(!R(s,i.extra))break t;i.length+=L(s,i.extra),A(s,i.extra),i.back+=i.extra}i.was=i.length,i.mode=22;case 22:for(;!((e=i.codes[i.distcode+L(s,i.distbits)]).bits<=s.bits);)if(!I(s))break t;if(0==(240&e.op)){for(v=e;e=i.codes[i.distcode+v.val+(L(s,v.bits+v.op)>>>v.bits)],!(v.bits+e.bits<=s.bits);)if(!I(s))break t;A(s,v.bits),i.back+=v.bits}if(A(s,e.bits),i.back+=e.bits,64&e.op){t.msg="invalid distance code",i.mode=E;break}i.offset=e.val,i.extra=15&e.op,i.mode=23;case 23:if(i.extra){if(!R(s,i.extra))break t;i.offset+=L(s,i.extra),A(s,i.extra),i.back+=i.extra}i.mode=24;case 24:if(0==s.left)break t;if(b=l-s.left,i.offset>b){if((b=i.offset-b)>i.whave&&i.sane){t.msg="invalid distance too far back",i.mode=E;break}f=(c=b>i.wnext?(b-=i.wnext,i.wsize-b):i.wnext-b,-1),b>i.length&&(b=i.length)}else c=-1,f=t.next_out-i.offset,b=i.length;if(b>s.left&&(b=s.left),s.left-=b,i.length-=b,0<=c)t.output_data+=i.window.substring(c,c+b),t.next_out+=b,b=0;else for(t.next_out+=b;t.output_data+=t.output_data.charAt(f++),--b;);0==i.length&&(i.mode=20);break;case 25:if(0==s.left)break t;t.output_data+=String.fromCharCode(i.length),t.next_out++,s.left--,i.mode=20;break;case 26:if(i.wrap){if(!R(s,32))break t;if(l-=s.left,t.total_out+=l,i.total+=l,l&&(t.adler=i.check=t.checksum_function(i.check,t.output_data,t.output_data.length-l,l)),l=s.left,(i.flags?s.hold:S(s.hold))!=i.check){t.msg="incorrect data check",i.mode=E;break}x(s)}i.mode=27;case 27:if(i.wrap&&i.flags){if(!R(s,32))break t;if(s.hold!=(4294967295&i.total)){t.msg="incorrect length check",i.mode=E;break}x(s)}i.mode=28;case 28:n=ZLIB.Z_STREAM_END;break t;case E:n=ZLIB.Z_DATA_ERROR;break t;case 30:return ZLIB.Z_MEM_ERROR;case 31:default:return ZLIB.Z_STREAM_ERROR}return Z(s),(i.wsize||l!=t.avail_out&&i.mode<E&&(i.mode<26||a!=ZLIB.Z_FINISH))&&function(t){var a=t.state,i=t.output_data.length;return null===a.window&&(a.window=""),0==a.wsize&&(a.wsize=1<<a.wbits),i>=a.wsize?a.window=t.output_data.substring(i-a.wsize):a.whave+i<a.wsize?a.window+=t.output_data:a.window=a.window.substring(a.whave-(a.wsize-i))+t.output_data,a.whave=a.window.length,a.whave<a.wsize?a.wnext=a.whave:a.wnext=0,0}(t)?(i.mode=30,ZLIB.Z_MEM_ERROR):(o-=t.avail_in,l-=t.avail_out,t.total_in+=o,t.total_out+=l,i.total+=l,i.wrap&&l&&(t.adler=i.check=t.checksum_function(i.check,t.output_data,0,t.output_data.length)),t.data_type=i.bits+(i.last?64:0)+(i.mode==B?128:0)+(19==i.mode||14==i.mode?256:0),(0==o&&0==l||a==ZLIB.Z_FINISH)&&n==ZLIB.Z_OK&&(n=ZLIB.Z_BUF_ERROR),n)},ZLIB.inflateEnd=function(t){return t&&t.state?(t.state.window=null,t.state=null,ZLIB.Z_OK):ZLIB.Z_STREAM_ERROR},ZLIB.z_stream.prototype.inflate=function(t,a){var i,s;this.input_data=t,this.next_in=l(a,"next_in",0),this.avail_in=l(a,"avail_in",t.length-this.next_in),i=l(a,"flush",ZLIB.Z_SYNC_FLUSH),s=l(a,"avail_out",-1);var o="";do{if(this.avail_out=0<=s?s:16384,this.output_data="",this.next_out=0,this.error=ZLIB.inflate(this,i),0<=s)return this.output_data;if(o+=this.output_data,0<this.avail_out)break}while(this.error==ZLIB.Z_OK);return o},ZLIB.z_stream.prototype.inflateReset=function(t){return ZLIB.inflateReset(this,t)}}()
\ No newline at end of file
public/scripts/zlib-min.js new
+1
@@ -0,0 +1 @@
1 +var ZLIB=ZLIB||{};void 0===ZLIB.common_initialized&&(ZLIB.Z_NO_FLUSH=0,ZLIB.Z_PARTIAL_FLUSH=1,ZLIB.Z_SYNC_FLUSH=2,ZLIB.Z_FULL_FLUSH=3,ZLIB.Z_FINISH=4,ZLIB.Z_BLOCK=5,ZLIB.Z_TREES=6,ZLIB.Z_OK=0,ZLIB.Z_STREAM_END=1,ZLIB.Z_NEED_DICT=2,ZLIB.Z_ERRNO=-1,ZLIB.Z_STREAM_ERROR=-2,ZLIB.Z_DATA_ERROR=-3,ZLIB.Z_MEM_ERROR=-4,ZLIB.Z_BUF_ERROR=-5,ZLIB.Z_VERSION_ERROR=-6,ZLIB.Z_DEFLATED=8,ZLIB.z_stream=function(){this.next_in=0,this.avail_in=0,this.total_in=0,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg=null,this.state=null,this.data_type=0,this.adler=0,this.input_data="",this.output_data="",this.error=0,this.checksum_function=null},ZLIB.gz_header=function(){this.text=0,this.time=0,this.xflags=0,this.os=255,this.extra=null,this.extra_len=0,this.extra_max=0,this.name=null,this.name_max=0,this.comment=null,this.comm_max=0,this.hcrc=0,this.done=0},ZLIB.common_initialized=!0)
\ No newline at end of file
translate/translate.js
+55 -4
@@ -60,7 +60,31 @@ var minifyMeshCentralSourceFiles = [
60 "../views/xterm.handlebars",
61 "../views/message.handlebars",
62 "../views/messenger.handlebars",
63 - "../views/player.handlebars"
63 + "../views/player.handlebars",
64 + "../public/scripts/agent-desktop-0.0.2.js",
65 + "../public/scripts/agent-redir-rtc-0.1.0.js",
66 + "../public/scripts/agent-redir-ws-0.1.1.js",
67 + "../public/scripts/amt-0.2.0.js",
68 + "../public/scripts/amt-desktop-0.0.2.js",
69 + "../public/scripts/amt-ider-ws-0.0.1.js",
70 + "../public/scripts/amt-redir-ws-0.1.0.js",
71 + "../public/scripts/amt-script-0.2.0.js",
72 + "../public/scripts/amt-setupbin-0.1.0.js",
73 + "../public/scripts/amt-terminal-0.0.2.js",
74 + "../public/scripts/amt-wsman-0.2.0.js",
75 + "../public/scripts/amt-wsman-ws-0.2.0.js",
76 + "../public/scripts/charts.js",
77 + "../public/scripts/common-0.0.1.js",
78 + "../public/scripts/meshcentral.js",
79 + "../public/scripts/ol.js",
80 + "../public/scripts/ol3-contextmenu.js",
81 + "../public/scripts/u2f-api.js",
82 + "../public/scripts/xterm-addon-fit.js",
83 + "../public/scripts/xterm.js",
84 + "../public/scripts/zlib-adler32.js",
85 + "../public/scripts/zlib-crc32.js",
86 + "../public/scripts/zlib-inflate.js",
87 + "../public/scripts/zlib.js"
88 ];
89
90 // True is this module is run directly using NodeJS
@@ -286,14 +310,36 @@ function startEx(argv) {
310 outnamemin = (outname.substring(0, outname.length - 5) + '-min.html');
311 } else if (outname.endsWith('.htm')) {
312 outnamemin = (outname.substring(0, outname.length - 4) + '-min.htm');
313 + } else if (outname.endsWith('.js')) {
314 + outnamemin = (outname.substring(0, outname.length - 3) + '-min.js');
315 } else {
316 outnamemin = (outname, outname + '.min');
317 }
318 log('Generating ' + outnamemin + '...');
319
320 + /*
321 + // Minify the file
322 + if (minifyLib == 1) {
323 + minify.file({
324 + file: outname,
325 + dist: outnamemin
326 + }, function (e, compress) {
327 + if (e) { log('ERROR ', e); return done(); }
328 + compress.run((e) => { e ? log('Minification fail', e) : log('Minification sucess'); minifyDone(); });
329 + }
330 + );
331 + }
332 + */
333 +
334 // Minify the file
295 - if (minifyLib = 2) {
296 - var minifiedOut = minify(fs.readFileSync(outname).toString(), {
335 + if (minifyLib == 2) {
336 + var inFile = fs.readFileSync(outname).toString();
337 +
338 + // Perform minification pre-processing
339 + if (outname.indexOf('default.handlebars') >= 0) { inFile = inFile.split('{{{pluginHandler}}}').join('"{{{pluginHandler}}}"'); }
340 + if (outname.endsWith('.js')) { inFile = '<script>' + inFile + '</script>'; }
341 +
342 + var minifiedOut = minify(inFile, {
343 collapseBooleanAttributes: true,
344 collapseInlineTagWhitespace: false, // This is not good.
345 collapseWhitespace: true,
@@ -309,6 +355,11 @@ function startEx(argv) {
355 preserveLineBreaks: false,
356 useShortDoctype: true
357 });
358 +
359 + // Perform minification post-processing
360 + if (outname.endsWith('.js')) { minifiedOut = minifiedOut.substring(8, minifiedOut.length - 9); }
361 + if (outname.indexOf('default.handlebars') >= 0) { minifiedOut = minifiedOut.split('"{{{pluginHandler}}}"').join('{{{pluginHandler}}}'); }
362 +
363 fs.writeFileSync(outnamemin, minifiedOut, { flag: 'w+' });
364 }
365 }
@@ -698,7 +749,7 @@ function translateFromHtml(lang, file, createSubDir) {
749 minify.file({
750 file: outname,
751 dist: outnamemin
701 - }, (e, compress) => {
752 + }, function(e, compress) {
753 if (e) { log('ERROR ', e); return done(); }
754 compress.run((e) => { e ? log('Minification fail', e) : log('Minification sucess'); minifyDone(); });
755 }
translate/translate.json
+1755 -1737
@@ -14,8 +14,8 @@
14 "ru": " + CIRA",
15 "zh-chs": " + CIRA",
16 "xloc": [
17 - "default.handlebars->29->1151",
18 - "default.handlebars->29->1153"
17 + "default.handlebars->23->1152",
18 + "default.handlebars->23->1154"
19 ]
20 },
21 {
@@ -33,7 +33,7 @@
33 "zh-chs": " - 1天后重設。",
34 "xloc": [
35 "default-mobile.handlebars->9->15",
36 - "default.handlebars->29->57"
36 + "default.handlebars->23->57"
37 ]
38 },
39 {
@@ -51,7 +51,7 @@
51 "zh-chs": " - 1小時後重設。",
52 "xloc": [
53 "default-mobile.handlebars->9->13",
54 - "default.handlebars->29->55"
54 + "default.handlebars->23->55"
55 ]
56 },
57 {
@@ -69,7 +69,7 @@
69 "zh-chs": " - 1分鐘後重設。",
70 "xloc": [
71 "default-mobile.handlebars->9->11",
72 - "default.handlebars->29->53"
72 + "default.handlebars->23->53"
73 ]
74 },
75 {
@@ -87,7 +87,7 @@
87 "zh-chs": " - 在{0}天內重置。",
88 "xloc": [
89 "default-mobile.handlebars->9->16",
90 - "default.handlebars->29->58"
90 + "default.handlebars->23->58"
91 ]
92 },
93 {
@@ -105,7 +105,7 @@
105 "zh-chs": " - 在{0}小時內重置。",
106 "xloc": [
107 "default-mobile.handlebars->9->14",
108 - "default.handlebars->29->56"
108 + "default.handlebars->23->56"
109 ]
110 },
111 {
@@ -123,7 +123,7 @@
123 "zh-chs": " - 在{0}分鐘內重置。",
124 "xloc": [
125 "default-mobile.handlebars->9->12",
126 - "default.handlebars->29->54"
126 + "default.handlebars->23->54"
127 ]
128 },
129 {
@@ -142,8 +142,8 @@
142 "xloc": [
143 "default-mobile.handlebars->9->10",
144 "default-mobile.handlebars->9->9",
145 - "default.handlebars->29->51",
146 - "default.handlebars->29->52"
145 + "default.handlebars->23->51",
146 + "default.handlebars->23->52"
147 ]
148 },
149 {
@@ -174,7 +174,7 @@
174 "ru": " Может быть использована подсказка пароля, но не рекоммендуется.",
175 "zh-chs": " 可以使用密碼提示,但不建議使用。",
176 "xloc": [
177 - "default.handlebars->29->1080"
177 + "default.handlebars->23->1081"
178 ]
179 },
180 {
@@ -191,8 +191,8 @@
191 "ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.",
192 "zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。",
193 "xloc": [
194 - "default.handlebars->29->1226",
195 - "default.handlebars->29->1527"
194 + "default.handlebars->23->1227",
195 + "default.handlebars->23->1528"
196 ]
197 },
198 {
@@ -209,7 +209,7 @@
209 "ru": " и задайте указанное ниже имя пользователя и любой пароль.",
210 "zh-chs": " 並使用該用戶名和任何密碼對服務器進行身份驗證。",
211 "xloc": [
212 - "default.handlebars->29->260"
212 + "default.handlebars->23->260"
213 ]
214 },
215 {
@@ -226,7 +226,7 @@
226 "ru": " и задайте указанные ниже имя пользователя и пароль.",
227 "zh-chs": " 並使用該用戶名和密碼向服務器驗證身份。",
228 "xloc": [
229 - "default.handlebars->29->259"
229 + "default.handlebars->23->259"
230 ]
231 },
232 {
@@ -277,7 +277,7 @@
277 "ru": " с TLS.",
278 "zh-chs": " TLS。",
279 "xloc": [
280 - "default.handlebars->29->154"
280 + "default.handlebars->23->154"
281 ]
282 },
283 {
@@ -294,7 +294,7 @@
294 "ru": " без TLS",
295 "zh-chs": " 沒有TLS。",
296 "xloc": [
297 - "default.handlebars->29->155"
297 + "default.handlebars->23->155"
298 ]
299 },
300 {
@@ -326,7 +326,7 @@
326 "ru": "(необязательно)",
327 "zh-chs": "(可選的)",
328 "xloc": [
329 - "default.handlebars->29->299"
329 + "default.handlebars->23->299"
330 ]
331 },
332 {
@@ -358,7 +358,7 @@
358 "ru": "* Для BSD сначала запустите \\\"pkg install wget sudo bash\\\".",
359 "zh-chs": "*對於BSD,首先運行 “pkg install wget sudo bash”。",
360 "xloc": [
361 - "default.handlebars->29->332"
361 + "default.handlebars->23->332"
362 ]
363 },
364 {
@@ -375,7 +375,7 @@
375 "ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
376 "zh-chs": "*保留空白以為每個設備分配一個隨機密碼。",
377 "xloc": [
378 - "default.handlebars->29->1198"
378 + "default.handlebars->23->1199"
379 ]
380 },
381 {
@@ -408,7 +408,7 @@
408 "zh-chs": ",",
409 "xloc": [
410 "default-mobile.handlebars->9->338",
411 - "default.handlebars->29->1292"
411 + "default.handlebars->23->1293"
412 ]
413 },
414 {
@@ -426,7 +426,7 @@
426 "zh-chs": ",僅限Intel&reg;AMT",
427 "xloc": [
428 "default-mobile.handlebars->9->102",
429 - "default.handlebars->29->172"
429 + "default.handlebars->23->172"
430 ]
431 },
432 {
@@ -443,7 +443,7 @@
443 "ru": ", MQTT онлайн",
444 "zh-chs": ",MQTT在線",
445 "xloc": [
446 - "default.handlebars->29->823"
446 + "default.handlebars->23->824"
447 ]
448 },
449 {
@@ -460,7 +460,7 @@
460 "ru": ", Soft-KVM",
461 "zh-chs": ",軟KVM",
462 "xloc": [
463 - "default.handlebars->29->675"
463 + "default.handlebars->23->676"
464 ]
465 },
466 {
@@ -479,9 +479,9 @@
479 "xloc": [
480 "default-mobile.handlebars->9->238",
481 "default-mobile.handlebars->9->246",
482 - "default.handlebars->29->676",
483 - "default.handlebars->29->707",
484 - "default.handlebars->29->719",
482 + "default.handlebars->23->677",
483 + "default.handlebars->23->708",
484 + "default.handlebars->23->720",
485 "xterm.handlebars->9->6"
486 ]
487 },
@@ -604,9 +604,9 @@
604 "xloc": [
605 "default-mobile.handlebars->9->251",
606 "default-mobile.handlebars->9->77",
607 - "default.handlebars->29->1333",
608 - "default.handlebars->29->1642",
609 - "default.handlebars->29->721"
607 + "default.handlebars->23->1334",
608 + "default.handlebars->23->1643",
609 + "default.handlebars->23->722"
610 ]
611 },
612 {
@@ -654,7 +654,7 @@
654 "ru": "1 активная сессия",
655 "zh-chs": "1個活動會話",
656 "xloc": [
657 - "default.handlebars->29->1587"
657 + "default.handlebars->23->1588"
658 ]
659 },
660 {
@@ -673,7 +673,7 @@
673 "xloc": [
674 "default-mobile.handlebars->9->342",
675 "default-mobile.handlebars->9->87",
676 - "default.handlebars->29->1352"
676 + "default.handlebars->23->1353"
677 ]
678 },
679 {
@@ -690,9 +690,9 @@
690 "ru": "1 день",
691 "zh-chs": "1天",
692 "xloc": [
693 - "default.handlebars->29->162",
694 - "default.handlebars->29->290",
695 - "default.handlebars->29->304"
693 + "default.handlebars->23->162",
694 + "default.handlebars->23->290",
695 + "default.handlebars->23->304"
696 ]
697 },
698 {
@@ -709,7 +709,7 @@
709 "ru": "1 группа",
710 "zh-chs": "1組",
711 "xloc": [
712 - "default.handlebars->29->1554"
712 + "default.handlebars->23->1555"
713 ]
714 },
715 {
@@ -726,9 +726,9 @@
726 "ru": "1 час",
727 "zh-chs": "1小時",
728 "xloc": [
729 - "default.handlebars->29->160",
730 - "default.handlebars->29->288",
731 - "default.handlebars->29->302"
729 + "default.handlebars->23->160",
730 + "default.handlebars->23->288",
731 + "default.handlebars->23->302"
732 ]
733 },
734 {
@@ -745,7 +745,7 @@
745 "ru": "1 минута до разъединения",
746 "zh-chs": "1分鐘直到斷開連接",
747 "xloc": [
748 - "default.handlebars->29->61"
748 + "default.handlebars->23->61"
749 ]
750 },
751 {
@@ -762,9 +762,9 @@
762 "ru": "1 месяц",
763 "zh-chs": "1個月",
764 "xloc": [
765 - "default.handlebars->29->164",
766 - "default.handlebars->29->292",
767 - "default.handlebars->29->306"
765 + "default.handlebars->23->164",
766 + "default.handlebars->23->292",
767 + "default.handlebars->23->306"
768 ]
769 },
770 {
@@ -781,7 +781,7 @@
781 "ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
782 "zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
783 "xloc": [
784 - "default.handlebars->29->1387"
784 + "default.handlebars->23->1388"
785 ]
786 },
787 {
@@ -798,7 +798,7 @@
798 "ru": "1 устройство",
799 "zh-chs": "1個節點",
800 "xloc": [
801 - "default.handlebars->29->346"
801 + "default.handlebars->23->346"
802 ]
803 },
804 {
@@ -815,7 +815,7 @@
815 "ru": "1 секунда до разъединения",
816 "zh-chs": "1秒,直到斷開連接",
817 "xloc": [
818 - "default.handlebars->29->59"
818 + "default.handlebars->23->59"
819 ]
820 },
821 {
@@ -832,7 +832,7 @@
832 "ru": "1 сессия",
833 "zh-chs": "1節",
834 "xloc": [
835 - "default.handlebars->29->1391"
835 + "default.handlebars->23->1392"
836 ]
837 },
838 {
@@ -849,9 +849,9 @@
849 "ru": "1 неделя",
850 "zh-chs": "1週",
851 "xloc": [
852 - "default.handlebars->29->163",
853 - "default.handlebars->29->291",
854 - "default.handlebars->29->305"
852 + "default.handlebars->23->163",
853 + "default.handlebars->23->291",
854 + "default.handlebars->23->305"
855 ]
856 },
857 {
@@ -1010,7 +1010,7 @@
1010 "ru": "Активация двухэтапного входа не удалась.",
1011 "zh-chs": "兩步登錄激活失敗。",
1012 "xloc": [
1013 - "default.handlebars->29->112"
1013 + "default.handlebars->23->112"
1014 ]
1015 },
1016 {
@@ -1027,7 +1027,7 @@
1027 "ru": "Удаление активации двухэтапного входа не удалось.",
1028 "zh-chs": "兩步登錄激活刪除失敗。",
1029 "xloc": [
1030 - "default.handlebars->29->117"
1030 + "default.handlebars->23->117"
1031 ]
1032 },
1033 {
@@ -1100,8 +1100,8 @@
1100 "ru": "двухфакторная аутентификация включена",
1101 "zh-chs": "啟用第二因素身份驗證",
1102 "xloc": [
1103 - "default.handlebars->29->1404",
1104 - "default.handlebars->29->1576"
1103 + "default.handlebars->23->1405",
1104 + "default.handlebars->23->1577"
1105 ]
1106 },
1107 {
@@ -1202,8 +1202,8 @@
1202 "ru": "32-разрядная версия MeshAgent",
1203 "zh-chs": "MeshAgent的32位版本",
1204 "xloc": [
1205 - "default.handlebars->29->322",
1206 - "default.handlebars->29->339"
1205 + "default.handlebars->23->322",
1206 + "default.handlebars->23->339"
1207 ]
1208 },
1209 {
@@ -1416,7 +1416,7 @@
1416 "ru": "64-битная версия MacOS Mesh Agent",
1417 "zh-chs": "64位版本的MacOS Mesh Agent",
1418 "xloc": [
1419 - "default.handlebars->29->335"
1419 + "default.handlebars->23->335"
1420 ]
1421 },
1422 {
@@ -1433,8 +1433,8 @@
1433 "ru": "64-разрядная версия MeshAgent",
1434 "zh-chs": "MeshAgent的64位版本",
1435 "xloc": [
1436 - "default.handlebars->29->326",
1437 - "default.handlebars->29->342"
1436 + "default.handlebars->23->326",
1437 + "default.handlebars->23->342"
1438 ]
1439 },
1440 {
@@ -1465,7 +1465,7 @@
1465 "ru": "7-дневная статистика работы",
1466 "zh-chs": "7天電源狀態",
1467 "xloc": [
1468 - "default.handlebars->29->615"
1468 + "default.handlebars->23->616"
1469 ]
1470 },
1471 {
@@ -1518,8 +1518,8 @@
1518 "ru": "8 часов",
1519 "zh-chs": "8小時",
1520 "xloc": [
1521 - "default.handlebars->29->289",
1522 - "default.handlebars->29->303"
1521 + "default.handlebars->23->289",
1522 + "default.handlebars->23->303"
1523 ]
1524 },
1525 {
@@ -1602,7 +1602,7 @@
1602 "ru": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Аппаратные ключи</a> используются в качестве дополнительной аутентификации.",
1603 "zh-chs": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">硬件密鑰</a>用作輔助登錄身份驗證。",
1604 "xloc": [
1605 - "default.handlebars->29->126"
1605 + "default.handlebars->23->126"
1606 ]
1607 },
1608 {
@@ -1705,7 +1705,7 @@
1705 "zh-chs": "ACM",
1706 "xloc": [
1707 "default-mobile.handlebars->9->192",
1708 - "default.handlebars->29->476"
1708 + "default.handlebars->23->476"
1709 ]
1710 },
1711 {
@@ -1722,8 +1722,8 @@
1722 "ru": "AMT",
1723 "zh-chs": "AMT",
1724 "xloc": [
1725 - "default.handlebars->29->181",
1726 - "default.handlebars->29->374"
1725 + "default.handlebars->23->181",
1726 + "default.handlebars->23->374"
1727 ]
1728 },
1729 {
@@ -1741,7 +1741,7 @@
1741 "zh-chs": "ARM-Linaro",
1742 "xloc": [
1743 "default-mobile.handlebars->9->177",
1744 - "default.handlebars->29->37"
1744 + "default.handlebars->23->37"
1745 ]
1746 },
1747 {
@@ -1759,7 +1759,7 @@
1759 "zh-chs": "ARMv6l / ARMv7l",
1760 "xloc": [
1761 "default-mobile.handlebars->9->178",
1762 - "default.handlebars->29->38"
1762 + "default.handlebars->23->38"
1763 ]
1764 },
1765 {
@@ -1777,7 +1777,7 @@
1777 "zh-chs": "ARMv6l / ARMv7l / NoKVM",
1778 "xloc": [
1779 "default-mobile.handlebars->9->180",
1780 - "default.handlebars->29->40"
1780 + "default.handlebars->23->40"
1781 ]
1782 },
1783 {
@@ -1795,7 +1795,7 @@
1795 "zh-chs": "ARMv8 64位",
1796 "xloc": [
1797 "default-mobile.handlebars->9->179",
1798 - "default.handlebars->29->39"
1798 + "default.handlebars->23->39"
1799 ]
1800 },
1801 {
@@ -1812,7 +1812,7 @@
1812 "ru": "Отказано в доступе",
1813 "zh-chs": "拒絕訪問",
1814 "xloc": [
1815 - "default.handlebars->29->824"
1815 + "default.handlebars->23->825"
1816 ]
1817 },
1818 {
@@ -1847,7 +1847,7 @@
1847 "ru": "Доступ к файлам сервера",
1848 "zh-chs": "訪問服務器文件",
1849 "xloc": [
1850 - "default.handlebars->29->1533"
1850 + "default.handlebars->23->1534"
1851 ]
1852 },
1853 {
@@ -1922,10 +1922,10 @@
1922 "default-mobile.handlebars->9->62",
1923 "default-mobile.handlebars->9->64",
1924 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->1->0",
1925 - "default.handlebars->29->1089",
1926 - "default.handlebars->29->1091",
1927 - "default.handlebars->29->448",
1928 - "default.handlebars->29->450"
1925 + "default.handlebars->23->1090",
1926 + "default.handlebars->23->1092",
1927 + "default.handlebars->23->448",
1928 + "default.handlebars->23->450"
1929 ]
1930 },
1931 {
@@ -1964,8 +1964,8 @@
1964 "ru": "Аккаунт заблокирован",
1965 "zh-chs": "帐户已被锁定",
1966 "xloc": [
1967 - "default.handlebars->29->1406",
1968 - "default.handlebars->29->1530"
1967 + "default.handlebars->23->1407",
1968 + "default.handlebars->23->1531"
1969 ]
1970 },
1971 {
@@ -2053,7 +2053,7 @@
2053 "ru": "Действиe",
2054 "zh-chs": "行動",
2055 "xloc": [
2056 - "default.handlebars->29->829",
2056 + "default.handlebars->23->830",
2057 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2058 ]
2059 },
@@ -2071,8 +2071,8 @@
2071 "ru": "Файл действий",
2072 "zh-chs": "動作文件",
2073 "xloc": [
2074 - "default.handlebars->29->656",
2075 - "default.handlebars->29->658"
2074 + "default.handlebars->23->657",
2075 + "default.handlebars->23->659"
2076 ]
2077 },
2078 {
@@ -2091,7 +2091,7 @@
2091 "xloc": [
2092 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
2093 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
2094 - "default.handlebars->29->520",
2094 + "default.handlebars->23->521",
2095 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
2096 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
2097 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -2147,9 +2147,9 @@
2147 "xloc": [
2148 "default-mobile.handlebars->9->187",
2149 "default-mobile.handlebars->9->189",
2150 - "default.handlebars->29->469",
2151 - "default.handlebars->29->471",
2152 - "default.handlebars->29->787"
2150 + "default.handlebars->23->469",
2151 + "default.handlebars->23->471",
2152 + "default.handlebars->23->788"
2153 ]
2154 },
2155 {
@@ -2166,10 +2166,10 @@
2166 "ru": "Активация",
2167 "zh-chs": "激活",
2168 "xloc": [
2169 - "default.handlebars->29->1164",
2170 - "default.handlebars->29->1166",
2171 - "default.handlebars->29->223",
2172 - "default.handlebars->29->225"
2169 + "default.handlebars->23->1165",
2170 + "default.handlebars->23->1167",
2171 + "default.handlebars->23->223",
2172 + "default.handlebars->23->225"
2173 ]
2174 },
2175 {
@@ -2186,7 +2186,7 @@
2186 "ru": "Активный пользователь",
2187 "zh-chs": "活動用戶{0}",
2188 "xloc": [
2189 - "default.handlebars->29->495"
2189 + "default.handlebars->23->496"
2190 ]
2191 },
2192 {
@@ -2203,8 +2203,8 @@
2203 "ru": "Добавить агент",
2204 "zh-chs": "添加代理",
2205 "xloc": [
2206 - "default.handlebars->29->1168",
2207 - "default.handlebars->29->227"
2206 + "default.handlebars->23->1169",
2207 + "default.handlebars->23->227"
2208 ]
2209 },
2210 {
@@ -2221,7 +2221,7 @@
2221 "ru": "Добавить CIRA",
2222 "zh-chs": "添加CIRA",
2223 "xloc": [
2224 - "default.handlebars->29->217"
2224 + "default.handlebars->23->217"
2225 ]
2226 },
2227 {
@@ -2238,8 +2238,8 @@
2238 "ru": "Добавить устройство",
2239 "zh-chs": "添加設備",
2240 "xloc": [
2241 - "default.handlebars->29->1507",
2242 - "default.handlebars->29->1620"
2241 + "default.handlebars->23->1508",
2242 + "default.handlebars->23->1621"
2243 ]
2244 },
2245 {
@@ -2256,7 +2256,7 @@
2256 "ru": "Добавить событие к устройству",
2257 "zh-chs": "添加設備事件",
2258 "xloc": [
2259 - "default.handlebars->29->598"
2259 + "default.handlebars->23->599"
2260 ]
2261 },
2262 {
@@ -2273,10 +2273,10 @@
2273 "ru": "Добавить группу устройств",
2274 "zh-chs": "添加設備組",
2275 "xloc": [
2276 - "default.handlebars->29->1258",
2277 - "default.handlebars->29->1501",
2278 - "default.handlebars->29->1608",
2279 - "default.handlebars->29->198"
2276 + "default.handlebars->23->1259",
2277 + "default.handlebars->23->1502",
2278 + "default.handlebars->23->1609",
2279 + "default.handlebars->23->198"
2280 ]
2281 },
2282 {
@@ -2285,7 +2285,7 @@
2285 "ja": "デバイスグループ権限を追加",
2286 "nl": "Machtigingen voor apparaatgroep toevoegen",
2287 "xloc": [
2288 - "default.handlebars->29->1255"
2288 + "default.handlebars->23->1256"
2289 ]
2290 },
2291 {
@@ -2299,8 +2299,8 @@
2299 "ru": "Добавить разрешения для устройства",
2300 "zh-chs": "添加设备权限",
2301 "xloc": [
2302 - "default.handlebars->29->1260",
2303 - "default.handlebars->29->1262"
2302 + "default.handlebars->23->1261",
2303 + "default.handlebars->23->1263"
2304 ]
2305 },
2306 {
@@ -2317,7 +2317,7 @@
2317 "ru": "Добавить Intel&reg; AMT CIRA устройство",
2318 "zh-chs": "添加英特爾&reg;AMT CIRA設備",
2319 "xloc": [
2320 - "default.handlebars->29->273"
2320 + "default.handlebars->23->273"
2321 ]
2322 },
2323 {
@@ -2334,7 +2334,7 @@
2334 "ru": "Добавить Intel&reg; AMT устройство",
2335 "zh-chs": "添加英特爾&reg;AMT設備",
2336 "xloc": [
2337 - "default.handlebars->29->240"
2337 + "default.handlebars->23->240"
2338 ]
2339 },
2340 {
@@ -2351,7 +2351,7 @@
2351 "ru": "Добавить ключ",
2352 "zh-chs": "新增金鑰",
2353 "xloc": [
2354 - "default.handlebars->29->130"
2354 + "default.handlebars->23->130"
2355 ]
2356 },
2357 {
@@ -2368,7 +2368,7 @@
2368 "ru": "Добавить локально",
2369 "zh-chs": "添加本地",
2370 "xloc": [
2371 - "default.handlebars->29->219"
2371 + "default.handlebars->23->219"
2372 ]
2373 },
2374 {
@@ -2385,7 +2385,7 @@
2385 "ru": "Добавить участие",
2386 "zh-chs": "添加會員",
2387 "xloc": [
2388 - "default.handlebars->29->1638"
2388 + "default.handlebars->23->1639"
2389 ]
2390 },
2391 {
@@ -2402,7 +2402,7 @@
2402 "ru": "Добавить Mesh Agent",
2403 "zh-chs": "添加網格代理",
2404 "xloc": [
2405 - "default.handlebars->29->345"
2405 + "default.handlebars->23->345"
2406 ]
2407 },
2408 {
@@ -2419,12 +2419,12 @@
2419 "ru": "Добавить ключ безопасности",
2420 "zh-chs": "添加安全密鑰",
2421 "xloc": [
2422 - "default.handlebars->29->133",
2423 - "default.handlebars->29->135",
2424 - "default.handlebars->29->138",
2425 - "default.handlebars->29->139",
2426 - "default.handlebars->29->857",
2427 - "default.handlebars->29->858"
2422 + "default.handlebars->23->133",
2423 + "default.handlebars->23->135",
2424 + "default.handlebars->23->138",
2425 + "default.handlebars->23->139",
2426 + "default.handlebars->23->858",
2427 + "default.handlebars->23->859"
2428 ]
2429 },
2430 {
@@ -2442,7 +2442,7 @@
2442 "zh-chs": "添加用戶",
2443 "xloc": [
2444 "default-mobile.handlebars->9->288",
2445 - "default.handlebars->29->555"
2445 + "default.handlebars->23->556"
2446 ]
2447 },
2448 {
@@ -2456,7 +2456,7 @@
2456 "ru": "Добавить разрешения для пользовательских устройств",
2457 "zh-chs": "添加用户设备权限",
2458 "xloc": [
2459 - "default.handlebars->29->1265"
2459 + "default.handlebars->23->1266"
2460 ]
2461 },
2462 {
@@ -2473,10 +2473,10 @@
2473 "ru": "Добавить группу пользователей",
2474 "zh-chs": "添加用戶組",
2475 "xloc": [
2476 - "default.handlebars->29->1158",
2477 - "default.handlebars->29->1257",
2478 - "default.handlebars->29->1614",
2479 - "default.handlebars->29->556"
2476 + "default.handlebars->23->1159",
2477 + "default.handlebars->23->1258",
2478 + "default.handlebars->23->1615",
2479 + "default.handlebars->23->557"
2480 ]
2481 },
2482 {
@@ -2485,7 +2485,7 @@
2485 "ja": "ユーザーグループデバイスのアクセス許可を追加する",
2486 "nl": "Gebruikersmachtigingen voor apparaatgroep toevoegen",
2487 "xloc": [
2488 - "default.handlebars->29->1267"
2488 + "default.handlebars->23->1268"
2489 ]
2490 },
2491 {
@@ -2525,8 +2525,8 @@
2525 "ru": "Добавить пользователей",
2526 "zh-chs": "添加用戶",
2527 "xloc": [
2528 - "default.handlebars->29->1157",
2529 - "default.handlebars->29->1496"
2528 + "default.handlebars->23->1158",
2529 + "default.handlebars->23->1497"
2530 ]
2531 },
2532 {
@@ -2543,7 +2543,7 @@
2543 "ru": "Добавить пользователей в группу устройств",
2544 "zh-chs": "將用戶添加到設備組",
2545 "xloc": [
2546 - "default.handlebars->29->1254"
2546 + "default.handlebars->23->1255"
2547 ]
2548 },
2549 {
@@ -2560,7 +2560,7 @@
2560 "ru": "Добавить пользователей в группу",
2561 "zh-chs": "將用戶添加到用戶組",
2562 "xloc": [
2563 - "default.handlebars->29->1529"
2563 + "default.handlebars->23->1530"
2564 ]
2565 },
2566 {
@@ -2577,7 +2577,7 @@
2577 "ru": "Добавить YubiKey&reg; OTP",
2578 "zh-chs": "添加YubiKey&reg;OTP",
2579 "xloc": [
2580 - "default.handlebars->29->131"
2580 + "default.handlebars->23->131"
2581 ]
2582 },
2583 {
@@ -2594,7 +2594,7 @@
2594 "ru": "Добавить новый Intel&reg; AMT компьютер сканированием локальной сети.",
2595 "zh-chs": "通過掃描本地網絡添加新的英特爾&reg;AMT計算機。",
2596 "xloc": [
2597 - "default.handlebars->29->220"
2597 + "default.handlebars->23->220"
2598 ]
2599 },
2600 {
@@ -2611,8 +2611,8 @@
2611 "ru": "Добавить новый Intel&reg; AMT компьютер, находящийся в интернете.",
2612 "zh-chs": "添加位於互聯網上的新英特爾&reg;AMT計算機。",
2613 "xloc": [
2614 - "default.handlebars->29->1159",
2615 - "default.handlebars->29->216"
2614 + "default.handlebars->23->1160",
2615 + "default.handlebars->23->216"
2616 ]
2617 },
2618 {
@@ -2629,8 +2629,8 @@
2629 "ru": "Добавить новый Intel&reg; AMT компьютер, находящийся в локальной сети.",
2630 "zh-chs": "添加位於本地網絡上的新英特爾&reg;AMT計算機。",
2631 "xloc": [
2632 - "default.handlebars->29->1161",
2633 - "default.handlebars->29->218"
2632 + "default.handlebars->23->1162",
2633 + "default.handlebars->23->218"
2634 ]
2635 },
2636 {
@@ -2647,7 +2647,7 @@
2647 "ru": "Добавить новое Intel&reg; AMT устройство к группе устройств \\\"{0}\\\".",
2648 "zh-chs": "將新的英特爾&reg;AMT設備添加到設備組“{0}”。",
2649 "xloc": [
2650 - "default.handlebars->29->230"
2650 + "default.handlebars->23->230"
2651 ]
2652 },
2653 {
@@ -2656,8 +2656,8 @@
2656 "ja": "メッシュエージェントをインストールして、このデバイスグループに新しいコンピューターを追加します。",
2657 "nl": "Voeg een nieuwe computer toe aan deze apparaatgroep door de mesh-agent te installeren.",
2658 "xloc": [
2659 - "default.handlebars->29->1167",
2660 - "default.handlebars->29->226"
2659 + "default.handlebars->23->1168",
2660 + "default.handlebars->23->226"
2661 ]
2662 },
2663 {
@@ -2674,7 +2674,7 @@
2674 "ru": "Адрес",
2675 "zh-chs": "地址",
2676 "xloc": [
2677 - "default.handlebars->29->194"
2677 + "default.handlebars->23->194"
2678 ]
2679 },
2680 {
@@ -2708,7 +2708,7 @@
2708 "ru": "Режим управления администратора (ACM)",
2709 "zh-chs": "管理員控制模式(ACM)",
2710 "xloc": [
2711 - "default.handlebars->29->789"
2711 + "default.handlebars->23->790"
2712 ]
2713 },
2714 {
@@ -2725,7 +2725,7 @@
2725 "ru": "Учетные данные администратора",
2726 "zh-chs": "管理員憑證",
2727 "xloc": [
2728 - "default.handlebars->29->795"
2728 + "default.handlebars->23->796"
2729 ]
2730 },
2731 {
@@ -2760,7 +2760,7 @@
2760 "ru": "Области администратора",
2761 "zh-chs": "管理領域",
2762 "xloc": [
2763 - "default.handlebars->29->1558"
2763 + "default.handlebars->23->1559"
2764 ]
2765 },
2766 {
@@ -2795,7 +2795,7 @@
2795 "ru": "Административные области",
2796 "zh-chs": "行政領域",
2797 "xloc": [
2798 - "default.handlebars->29->1454"
2798 + "default.handlebars->23->1455"
2799 ]
2800 },
2801 {
@@ -2812,7 +2812,7 @@
2812 "ru": "Администратор",
2813 "zh-chs": "管理員",
2814 "xloc": [
2815 - "default.handlebars->29->1398"
2815 + "default.handlebars->23->1399"
2816 ]
2817 },
2818 {
@@ -2829,7 +2829,7 @@
2829 "ru": "Африканский",
2830 "zh-chs": "南非語",
2831 "xloc": [
2832 - "default.handlebars->29->860"
2832 + "default.handlebars->23->861"
2833 ]
2834 },
2835 {
@@ -2849,10 +2849,10 @@
2849 "default-mobile.handlebars->9->131",
2850 "default-mobile.handlebars->9->184",
2851 "default-mobile.handlebars->9->200",
2852 - "default.handlebars->29->1319",
2853 - "default.handlebars->29->1327",
2854 - "default.handlebars->29->177",
2855 - "default.handlebars->29->370",
2852 + "default.handlebars->23->1320",
2853 + "default.handlebars->23->1328",
2854 + "default.handlebars->23->177",
2855 + "default.handlebars->23->370",
2856 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
2857 ]
2858 },
@@ -2870,8 +2870,8 @@
2870 "ru": "Агент + Intel AMT",
2871 "zh-chs": "代理+英特爾AMT",
2872 "xloc": [
2873 - "default.handlebars->29->1321",
2874 - "default.handlebars->29->1329"
2873 + "default.handlebars->23->1322",
2874 + "default.handlebars->23->1330"
2875 ]
2876 },
2877 {
@@ -2906,7 +2906,7 @@
2906 "zh-chs": "代理控制台",
2907 "xloc": [
2908 "default-mobile.handlebars->9->323",
2909 - "default.handlebars->29->1275"
2909 + "default.handlebars->23->1276"
2910 ]
2911 },
2912 {
@@ -2923,7 +2923,7 @@
2923 "ru": "Счетчик ошибок агента",
2924 "zh-chs": "座席錯誤計數器",
2925 "xloc": [
2926 - "default.handlebars->29->1652"
2926 + "default.handlebars->23->1653"
2927 ]
2928 },
2929 {
@@ -2992,7 +2992,7 @@
2992 "ru": "Сессии агентов",
2993 "zh-chs": "座席會議",
2994 "xloc": [
2995 - "default.handlebars->29->1668"
2995 + "default.handlebars->23->1669"
2996 ]
2997 },
2998 {
@@ -3010,7 +3010,7 @@
3010 "zh-chs": "代理商標籤",
3011 "xloc": [
3012 "default-mobile.handlebars->9->199",
3013 - "default.handlebars->29->488"
3013 + "default.handlebars->23->489"
3014 ]
3015 },
3016 {
@@ -3027,7 +3027,7 @@
3027 "ru": "Типы агента",
3028 "zh-chs": "代理類型",
3029 "xloc": [
3030 - "default.handlebars->29->1325",
3030 + "default.handlebars->23->1326",
3031 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
3032 ]
3033 },
@@ -3045,9 +3045,9 @@
3045 "ru": "Агент подключен",
3046 "zh-chs": "代理已連接",
3047 "xloc": [
3048 - "default.handlebars->29->144",
3049 - "default.handlebars->29->546",
3050 - "default.handlebars->29->547"
3048 + "default.handlebars->23->144",
3049 + "default.handlebars->23->547",
3050 + "default.handlebars->23->548"
3051 ]
3052 },
3053 {
@@ -3064,7 +3064,7 @@
3064 "ru": "Агент отключился",
3065 "zh-chs": "代理已斷開連接",
3066 "xloc": [
3067 - "default.handlebars->29->148"
3067 + "default.handlebars->23->148"
3068 ]
3069 },
3070 {
@@ -3081,7 +3081,7 @@
3081 "ru": "Агент оффлайн",
3082 "zh-chs": "代理離線",
3083 "xloc": [
3084 - "default.handlebars->29->822"
3084 + "default.handlebars->23->823"
3085 ]
3086 },
3087 {
@@ -3098,7 +3098,7 @@
3098 "ru": "Агент онлайн",
3099 "zh-chs": "代理在線",
3100 "xloc": [
3101 - "default.handlebars->29->821"
3101 + "default.handlebars->23->822"
3102 ]
3103 },
3104 {
@@ -3115,7 +3115,7 @@
3115 "ru": "Агенты",
3116 "zh-chs": "代理商",
3117 "xloc": [
3118 - "default.handlebars->29->1681"
3118 + "default.handlebars->23->1682"
3119 ]
3120 },
3121 {
@@ -3132,7 +3132,7 @@
3132 "ru": "Албанский",
3133 "zh-chs": "阿爾巴尼亞語",
3134 "xloc": [
3135 - "default.handlebars->29->861"
3135 + "default.handlebars->23->862"
3136 ]
3137 },
3138 {
@@ -3185,9 +3185,9 @@
3185 "ru": "Фокусирование всех",
3186 "zh-chs": "全部聚焦",
3187 "xloc": [
3188 - "default.handlebars->29->677",
3189 - "default.handlebars->29->679",
3190 - "default.handlebars->29->680"
3188 + "default.handlebars->23->678",
3189 + "default.handlebars->23->680",
3190 + "default.handlebars->23->681"
3191 ]
3192 },
3193 {
@@ -3204,8 +3204,8 @@
3204 "ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.",
3205 "zh-chs": "允許用戶管理此設備組和該組中的設備。",
3206 "xloc": [
3207 - "default.handlebars->29->1224",
3208 - "default.handlebars->29->1526"
3207 + "default.handlebars->23->1225",
3208 + "default.handlebars->23->1527"
3209 ]
3210 },
3211 {
@@ -3219,7 +3219,7 @@
3219 "ru": "Разрешить пользователям управлять этим устройством.",
3220 "zh-chs": "允许用户管理此设备。",
3221 "xloc": [
3222 - "default.handlebars->29->1225"
3222 + "default.handlebars->23->1226"
3223 ]
3224 },
3225 {
@@ -3272,7 +3272,7 @@
3272 "ru": "Поменять (F10 = ESC+0)",
3273 "zh-chs": "備用(F10 = ESC + 0)",
3274 "xloc": [
3275 - "default.handlebars->29->712"
3275 + "default.handlebars->23->713"
3276 ]
3277 },
3278 {
@@ -3306,9 +3306,9 @@
3306 "ru": "Всегда уведомлять",
3307 "zh-chs": "始終通知",
3308 "xloc": [
3309 - "default.handlebars->29->1138",
3310 - "default.handlebars->29->1567",
3311 - "default.handlebars->29->504"
3309 + "default.handlebars->23->1139",
3310 + "default.handlebars->23->1568",
3311 + "default.handlebars->23->505"
3312 ]
3313 },
3314 {
@@ -3325,9 +3325,9 @@
3325 "ru": "Всегда запрашивать",
3326 "zh-chs": "總是提示",
3327 "xloc": [
3328 - "default.handlebars->29->1139",
3329 - "default.handlebars->29->1568",
3330 - "default.handlebars->29->505"
3328 + "default.handlebars->23->1140",
3329 + "default.handlebars->23->1569",
3330 + "default.handlebars->23->506"
3331 ]
3332 },
3333 {
@@ -3380,7 +3380,7 @@
3380 "zh-chs": "Android APK",
3381 "xloc": [
3382 "default-mobile.handlebars->9->167",
3383 - "default.handlebars->29->27"
3383 + "default.handlebars->23->27"
3384 ]
3385 },
3386 {
@@ -3398,7 +3398,7 @@
3398 "zh-chs": "Android ARM",
3399 "xloc": [
3400 "default-mobile.handlebars->9->162",
3401 - "default.handlebars->29->22"
3401 + "default.handlebars->23->22"
3402 ]
3403 },
3404 {
@@ -3416,7 +3416,7 @@
3416 "zh-chs": "安卓x86",
3417 "xloc": [
3418 "default-mobile.handlebars->9->165",
3419 - "default.handlebars->29->25"
3419 + "default.handlebars->23->25"
3420 ]
3421 },
3422 {
@@ -3433,7 +3433,7 @@
3433 "ru": "Антивирус",
3434 "zh-chs": "防毒軟件",
3435 "xloc": [
3436 - "default.handlebars->29->494"
3436 + "default.handlebars->23->495"
3437 ]
3438 },
3439 {
@@ -3450,7 +3450,7 @@
3450 "ru": "Любые поддерживаемые",
3451 "zh-chs": "任何支持",
3452 "xloc": [
3453 - "default.handlebars->29->283"
3453 + "default.handlebars->23->283"
3454 ]
3455 },
3456 {
@@ -3467,7 +3467,7 @@
3467 "ru": "Apple MacOS",
3468 "zh-chs": "蘋果MacOS",
3469 "xloc": [
3470 - "default.handlebars->29->313"
3470 + "default.handlebars->23->313"
3471 ]
3472 },
3473 {
@@ -3484,7 +3484,7 @@
3484 "ru": "Только Apple MacOS",
3485 "zh-chs": "僅限Apple MacOS",
3486 "xloc": [
3487 - "default.handlebars->29->285"
3487 + "default.handlebars->23->285"
3488 ]
3489 },
3490 {
@@ -3518,7 +3518,7 @@
3518 "ru": "Арабский (Алжир)",
3519 "zh-chs": "阿拉伯文(阿爾及利亞)",
3520 "xloc": [
3521 - "default.handlebars->29->863"
3521 + "default.handlebars->23->864"
3522 ]
3523 },
3524 {
@@ -3535,7 +3535,7 @@
3535 "ru": "Арабский (Бахрейн)",
3536 "zh-chs": "阿拉伯文(巴林)",
3537 "xloc": [
3538 - "default.handlebars->29->864"
3538 + "default.handlebars->23->865"
3539 ]
3540 },
3541 {
@@ -3552,7 +3552,7 @@
3552 "ru": "Арабский (Египет)",
3553 "zh-chs": "阿拉伯文(埃及)",
3554 "xloc": [
3555 - "default.handlebars->29->865"
3555 + "default.handlebars->23->866"
3556 ]
3557 },
3558 {
@@ -3569,7 +3569,7 @@
3569 "ru": "Арабский (Ирак)",
3570 "zh-chs": "阿拉伯文(伊拉克)",
3571 "xloc": [
3572 - "default.handlebars->29->866"
3572 + "default.handlebars->23->867"
3573 ]
3574 },
3575 {
@@ -3586,7 +3586,7 @@
3586 "ru": "Арабский (Иордания)",
3587 "zh-chs": "阿拉伯語(約旦)",
3588 "xloc": [
3589 - "default.handlebars->29->867"
3589 + "default.handlebars->23->868"
3590 ]
3591 },
3592 {
@@ -3603,7 +3603,7 @@
3603 "ru": "Арабский (Кувейт)",
3604 "zh-chs": "阿拉伯文(科威特)",
3605 "xloc": [
3606 - "default.handlebars->29->868"
3606 + "default.handlebars->23->869"
3607 ]
3608 },
3609 {
@@ -3620,7 +3620,7 @@
3620 "ru": "Арабский (Ливан)",
3621 "zh-chs": "阿拉伯語(黎巴嫩)",
3622 "xloc": [
3623 - "default.handlebars->29->869"
3623 + "default.handlebars->23->870"
3624 ]
3625 },
3626 {
@@ -3637,7 +3637,7 @@
3637 "ru": "Арабский (Ливия)",
3638 "zh-chs": "阿拉伯文(利比亞)",
3639 "xloc": [
3640 - "default.handlebars->29->870"
3640 + "default.handlebars->23->871"
3641 ]
3642 },
3643 {
@@ -3654,7 +3654,7 @@
3654 "ru": "Арабский (Марокко)",
3655 "zh-chs": "阿拉伯文(摩洛哥)",
3656 "xloc": [
3657 - "default.handlebars->29->871"
3657 + "default.handlebars->23->872"
3658 ]
3659 },
3660 {
@@ -3671,7 +3671,7 @@
3671 "ru": "Арабский (Оман)",
3672 "zh-chs": "阿拉伯文(阿曼)",
3673 "xloc": [
3674 - "default.handlebars->29->872"
3674 + "default.handlebars->23->873"
3675 ]
3676 },
3677 {
@@ -3688,7 +3688,7 @@
3688 "ru": "Арабский (Катар)",
3689 "zh-chs": "阿拉伯語(卡塔爾)",
3690 "xloc": [
3691 - "default.handlebars->29->873"
3691 + "default.handlebars->23->874"
3692 ]
3693 },
3694 {
@@ -3705,7 +3705,7 @@
3705 "ru": "Арабский (Саудовская Аравия)",
3706 "zh-chs": "阿拉伯語(沙特阿拉伯)",
3707 "xloc": [
3708 - "default.handlebars->29->874"
3708 + "default.handlebars->23->875"
3709 ]
3710 },
3711 {
@@ -3722,7 +3722,7 @@
3722 "ru": "Арабский (стандартный)",
3723 "zh-chs": "阿拉伯語(標準)",
3724 "xloc": [
3725 - "default.handlebars->29->862"
3725 + "default.handlebars->23->863"
3726 ]
3727 },
3728 {
@@ -3739,7 +3739,7 @@
3739 "ru": "Арабский (Сирия)",
3740 "zh-chs": "阿拉伯語(敘利亞)",
3741 "xloc": [
3742 - "default.handlebars->29->875"
3742 + "default.handlebars->23->876"
3743 ]
3744 },
3745 {
@@ -3756,7 +3756,7 @@
3756 "ru": "Арабский (Тунис)",
3757 "zh-chs": "阿拉伯文(突尼斯)",
3758 "xloc": [
3759 - "default.handlebars->29->876"
3759 + "default.handlebars->23->877"
3760 ]
3761 },
3762 {
@@ -3773,7 +3773,7 @@
3773 "ru": "Арабский (О.А.Э.)",
3774 "zh-chs": "阿拉伯文(阿聯酋)",
3775 "xloc": [
3776 - "default.handlebars->29->877"
3776 + "default.handlebars->23->878"
3777 ]
3778 },
3779 {
@@ -3790,7 +3790,7 @@
3790 "ru": "Арабский (Йемен)",
3791 "zh-chs": "阿拉伯文(也門)",
3792 "xloc": [
3793 - "default.handlebars->29->878"
3793 + "default.handlebars->23->879"
3794 ]
3795 },
3796 {
@@ -3807,7 +3807,7 @@
3807 "ru": "Арагонский",
3808 "zh-chs": "阿拉貢人",
3809 "xloc": [
3810 - "default.handlebars->29->879"
3810 + "default.handlebars->23->880"
3811 ]
3812 },
3813 {
@@ -3824,7 +3824,7 @@
3824 "ru": "Архитектура",
3825 "zh-chs": "建築",
3826 "xloc": [
3827 - "default.handlebars->29->763"
3827 + "default.handlebars->23->764"
3828 ]
3829 },
3830 {
@@ -3841,7 +3841,7 @@
3841 "ru": "Вы действительно хотите подключиться к {0} устройствам?",
3842 "zh-chs": "您確定要連接到{0}設備嗎?",
3843 "xloc": [
3844 - "default.handlebars->29->211"
3844 + "default.handlebars->23->211"
3845 ]
3846 },
3847 {
@@ -3859,7 +3859,7 @@
3859 "zh-chs": "您確定要刪除組{0}嗎?刪除設備組還將刪除該組中有關設備的所有信息。",
3860 "xloc": [
3861 "default-mobile.handlebars->9->294",
3862 - "default.handlebars->29->1202"
3862 + "default.handlebars->23->1203"
3863 ]
3864 },
3865 {
@@ -3876,7 +3876,7 @@
3876 "ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?",
3877 "zh-chs": "您確定要刪除節點{0}嗎?",
3878 "xloc": [
3879 - "default.handlebars->29->637"
3879 + "default.handlebars->23->638"
3880 ]
3881 },
3882 {
@@ -3893,7 +3893,7 @@
3893 "ru": "Вы действительно хотите деинсталировать выбранного агента?",
3894 "zh-chs": "您確定要卸載所選代理嗎?",
3895 "xloc": [
3896 - "default.handlebars->29->626"
3896 + "default.handlebars->23->627"
3897 ]
3898 },
3899 {
@@ -3910,7 +3910,7 @@
3910 "ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?",
3911 "zh-chs": "您確定要卸載所選的{0}代理嗎?",
3912 "xloc": [
3913 - "default.handlebars->29->625"
3913 + "default.handlebars->23->626"
3914 ]
3915 },
3916 {
@@ -3927,7 +3927,7 @@
3927 "ru": "Вы уверенны, что {0} плагин: {1}",
3928 "zh-chs": "您確定要{0}插件嗎:{1}",
3929 "xloc": [
3930 - "default.handlebars->29->1721"
3930 + "default.handlebars->23->1722"
3931 ]
3932 },
3933 {
@@ -3944,7 +3944,7 @@
3944 "ru": "Армянский",
3945 "zh-chs": "亞美尼亞人",
3946 "xloc": [
3947 - "default.handlebars->29->880"
3947 + "default.handlebars->23->881"
3948 ]
3949 },
3950 {
@@ -3979,7 +3979,7 @@
3979 "ru": "Ассамский",
3980 "zh-chs": "阿薩姆語",
3981 "xloc": [
3982 - "default.handlebars->29->881"
3982 + "default.handlebars->23->882"
3983 ]
3984 },
3985 {
@@ -3996,7 +3996,7 @@
3996 "ru": "Астурии",
3997 "zh-chs": "阿斯圖里亞斯人",
3998 "xloc": [
3999 - "default.handlebars->29->882"
3999 + "default.handlebars->23->883"
4000 ]
4001 },
4002 {
@@ -4013,7 +4013,7 @@
4013 "ru": "Приложение аутентификации",
4014 "zh-chs": "身份驗證應用",
4015 "xloc": [
4016 - "default.handlebars->29->1571"
4016 + "default.handlebars->23->1572"
4017 ]
4018 },
4019 {
@@ -4034,10 +4034,10 @@
4034 "default-mobile.handlebars->9->21",
4035 "default-mobile.handlebars->9->40",
4036 "default-mobile.handlebars->9->42",
4037 - "default.handlebars->29->109",
4038 - "default.handlebars->29->114",
4039 - "default.handlebars->29->846",
4040 - "default.handlebars->29->848"
4037 + "default.handlebars->23->109",
4038 + "default.handlebars->23->114",
4039 + "default.handlebars->23->847",
4040 + "default.handlebars->23->849"
4041 ]
4042 },
4043 {
@@ -4054,7 +4054,7 @@
4054 "ru": "Приложение для аутентификации активированно успешно.",
4055 "zh-chs": "身份驗證器應用程序激活成功。",
4056 "xloc": [
4057 - "default.handlebars->29->110"
4057 + "default.handlebars->23->110"
4058 ]
4059 },
4060 {
@@ -4071,7 +4071,7 @@
4071 "ru": "Приложение для аутентификации удалено.",
4072 "zh-chs": "身份驗證器應用程序已刪除。",
4073 "xloc": [
4074 - "default.handlebars->29->115"
4074 + "default.handlebars->23->115"
4075 ]
4076 },
4077 {
@@ -4105,7 +4105,7 @@
4105 "ru": "Автоудаление",
4106 "zh-chs": "自動刪除",
4107 "xloc": [
4108 - "default.handlebars->29->1126"
4108 + "default.handlebars->23->1127"
4109 ]
4110 },
4111 {
@@ -4159,7 +4159,7 @@
4159 "ru": "Азербайджанский",
4160 "zh-chs": "阿塞拜疆",
4161 "xloc": [
4162 - "default.handlebars->29->883"
4162 + "default.handlebars->23->884"
4163 ]
4164 },
4165 {
@@ -4176,7 +4176,7 @@
4176 "ru": "BIOS",
4177 "zh-chs": "的BIOS",
4178 "xloc": [
4179 - "default.handlebars->29->801"
4179 + "default.handlebars->23->802"
4180 ]
4181 },
4182 {
@@ -4256,7 +4256,7 @@
4256 "ru": "Фоновый и интерактивный",
4257 "zh-chs": "背景與互動",
4258 "xloc": [
4259 - "default.handlebars->29->317"
4259 + "default.handlebars->23->317"
4260 ]
4261 },
4262 {
@@ -4273,9 +4273,9 @@
4273 "ru": "Фоновый и интерактивный",
4274 "zh-chs": "背景與互動",
4275 "xloc": [
4276 - "default.handlebars->29->1302",
4277 - "default.handlebars->29->1309",
4278 - "default.handlebars->29->295"
4276 + "default.handlebars->23->1303",
4277 + "default.handlebars->23->1310",
4278 + "default.handlebars->23->295"
4279 ]
4280 },
4281 {
@@ -4292,10 +4292,10 @@
4292 "ru": "Только фоновый",
4293 "zh-chs": "僅背景",
4294 "xloc": [
4295 - "default.handlebars->29->1303",
4296 - "default.handlebars->29->1310",
4297 - "default.handlebars->29->296",
4298 - "default.handlebars->29->318"
4295 + "default.handlebars->23->1304",
4296 + "default.handlebars->23->1311",
4297 + "default.handlebars->23->296",
4298 + "default.handlebars->23->318"
4299 ]
4300 },
4301 {
@@ -4329,7 +4329,7 @@
4329 "ru": "Резервные коды",
4330 "zh-chs": "備用碼",
4331 "xloc": [
4332 - "default.handlebars->29->1573"
4332 + "default.handlebars->23->1574"
4333 ]
4334 },
4335 {
@@ -4346,7 +4346,7 @@
4346 "ru": "Плохой ключ",
4347 "zh-chs": "錯誤的簽名",
4348 "xloc": [
4349 - "default.handlebars->29->1659"
4349 + "default.handlebars->23->1660"
4350 ]
4351 },
4352 {
@@ -4363,7 +4363,7 @@
4363 "ru": "Плохой веб-сертификат",
4364 "zh-chs": "錯誤的網絡證書",
4365 "xloc": [
4366 - "default.handlebars->29->1658"
4366 + "default.handlebars->23->1659"
4367 ]
4368 },
4369 {
@@ -4380,7 +4380,7 @@
4380 "ru": "Баскский",
4381 "zh-chs": "巴斯克",
4382 "xloc": [
4383 - "default.handlebars->29->884"
4383 + "default.handlebars->23->885"
4384 ]
4385 },
4386 {
@@ -4414,7 +4414,7 @@
4414 "ru": "Белорусский",
4415 "zh-chs": "白俄羅斯語",
4416 "xloc": [
4417 - "default.handlebars->29->886"
4417 + "default.handlebars->23->887"
4418 ]
4419 },
4420 {
@@ -4431,7 +4431,7 @@
4431 "ru": "Бенгальский",
4432 "zh-chs": "孟加拉",
4433 "xloc": [
4434 - "default.handlebars->29->887"
4434 + "default.handlebars->23->888"
4435 ]
4436 },
4437 {
@@ -4465,7 +4465,7 @@
4465 "ru": "Боснийский",
4466 "zh-chs": "波斯尼亞人",
4467 "xloc": [
4468 - "default.handlebars->29->888"
4468 + "default.handlebars->23->889"
4469 ]
4470 },
4471 {
@@ -4482,7 +4482,7 @@
4482 "ru": "Бретонский",
4483 "zh-chs": "布列塔尼",
4484 "xloc": [
4485 - "default.handlebars->29->889"
4485 + "default.handlebars->23->890"
4486 ]
4487 },
4488 {
@@ -4499,7 +4499,7 @@
4499 "ru": "Отправить сообщение",
4500 "zh-chs": "廣播",
4501 "xloc": [
4502 - "default.handlebars->29->1494",
4502 + "default.handlebars->23->1495",
4503 "default.handlebars->container->column_l->p4->3->1->0->3->1"
4504 ]
4505 },
@@ -4517,7 +4517,7 @@
4517 "ru": "Отправить сообщение",
4518 "zh-chs": "廣播消息",
4519 "xloc": [
4520 - "default.handlebars->29->1439"
4520 + "default.handlebars->23->1440"
4521 ]
4522 },
4523 {
@@ -4534,7 +4534,7 @@
4534 "ru": "Отправить сообщение всем подключенным пользователям.",
4535 "zh-chs": "向所有連接的用戶廣播消息。",
4536 "xloc": [
4537 - "default.handlebars->29->1438"
4537 + "default.handlebars->23->1439"
4538 ]
4539 },
4540 {
@@ -4551,7 +4551,7 @@
4551 "ru": "Болгарский",
4552 "zh-chs": "保加利亞語",
4553 "xloc": [
4554 - "default.handlebars->29->885"
4554 + "default.handlebars->23->886"
4555 ]
4556 },
4557 {
@@ -4568,7 +4568,7 @@
4568 "ru": "Бирманский",
4569 "zh-chs": "緬甸人",
4570 "xloc": [
4571 - "default.handlebars->29->890"
4571 + "default.handlebars->23->891"
4572 ]
4573 },
4574 {
@@ -4586,7 +4586,7 @@
4586 "zh-chs": "CCM",
4587 "xloc": [
4588 "default-mobile.handlebars->9->191",
4589 - "default.handlebars->29->474"
4589 + "default.handlebars->23->474"
4590 ]
4591 },
4592 {
@@ -4604,10 +4604,10 @@
4604 "zh-chs": "CIRA",
4605 "xloc": [
4606 "default-mobile.handlebars->9->132",
4607 - "default.handlebars->29->1190",
4608 - "default.handlebars->29->1195",
4609 - "default.handlebars->29->179",
4610 - "default.handlebars->29->372"
4607 + "default.handlebars->23->1191",
4608 + "default.handlebars->23->1196",
4609 + "default.handlebars->23->179",
4610 + "default.handlebars->23->372"
4611 ]
4612 },
4613 {
@@ -4624,7 +4624,7 @@
4624 "ru": "CIRA Сервер",
4625 "zh-chs": "CIRA服務器",
4626 "xloc": [
4627 - "default.handlebars->29->1709"
4627 + "default.handlebars->23->1710"
4628 ]
4629 },
4630 {
@@ -4641,7 +4641,7 @@
4641 "ru": "CIRA Сервер команды",
4642 "zh-chs": "CIRA服務器命令",
4643 "xloc": [
4644 - "default.handlebars->29->1710"
4644 + "default.handlebars->23->1711"
4645 ]
4646 },
4647 {
@@ -4656,7 +4656,7 @@
4656 "ru": "CPU",
4657 "zh-chs": "CPU",
4658 "xloc": [
4659 - "default.handlebars->29->807"
4659 + "default.handlebars->23->808"
4660 ]
4661 },
4662 {
@@ -4673,7 +4673,7 @@
4673 "ru": "Загрузка CPU",
4674 "zh-chs": "CPU負載",
4675 "xloc": [
4676 - "default.handlebars->29->1673"
4676 + "default.handlebars->23->1674"
4677 ]
4678 },
4679 {
@@ -4690,7 +4690,7 @@
4690 "ru": "Загрузка CPU за последние 15 минут",
4691 "zh-chs": "最近15分鐘的CPU負載",
4692 "xloc": [
4693 - "default.handlebars->29->1676"
4693 + "default.handlebars->23->1677"
4694 ]
4695 },
4696 {
@@ -4707,7 +4707,7 @@
4707 "ru": "Загрузка CPU за последние 5 минут",
4708 "zh-chs": "最近5分鐘的CPU負載",
4709 "xloc": [
4710 - "default.handlebars->29->1675"
4710 + "default.handlebars->23->1676"
4711 ]
4712 },
4713 {
@@ -4724,7 +4724,7 @@
4724 "ru": "Загрузка CPU за последнюю минуту",
4725 "zh-chs": "最後一分鐘的CPU負載",
4726 "xloc": [
4727 - "default.handlebars->29->1674"
4727 + "default.handlebars->23->1675"
4728 ]
4729 },
4730 {
@@ -4741,8 +4741,8 @@
4741 "ru": "CR+LF",
4742 "zh-chs": "CR +低頻",
4743 "xloc": [
4744 - "default.handlebars->29->705",
4745 - "default.handlebars->29->714",
4744 + "default.handlebars->23->706",
4745 + "default.handlebars->23->715",
4746 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
4747 ]
4748 },
@@ -4760,9 +4760,9 @@
4760 "ru": "Формат CSV",
4761 "zh-chs": "CSV格式",
4762 "xloc": [
4763 - "default.handlebars->29->1373",
4764 - "default.handlebars->29->1430",
4765 - "default.handlebars->29->399"
4763 + "default.handlebars->23->1374",
4764 + "default.handlebars->23->1431",
4765 + "default.handlebars->23->399"
4766 ]
4767 },
4768 {
@@ -4779,7 +4779,7 @@
4779 "ru": "Ошибка вызова",
4780 "zh-chs": "通話錯誤",
4781 "xloc": [
4782 - "default.handlebars->29->1722"
4782 + "default.handlebars->23->1723"
4783 ]
4784 },
4785 {
@@ -4798,7 +4798,7 @@
4798 "xloc": [
4799 "default-mobile.handlebars->9->51",
4800 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
4801 - "default.handlebars->29->1110",
4801 + "default.handlebars->23->1111",
4802 "default.handlebars->container->dialog->idx_dlgButtonBar",
4803 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
4804 "login.handlebars->dialog->idx_dlgButtonBar",
@@ -4811,8 +4811,8 @@
4811 "ja": "容量",
4812 "nl": "Capaciteit",
4813 "xloc": [
4814 - "default.handlebars->29->815",
4815 - "default.handlebars->29->817"
4814 + "default.handlebars->23->816",
4815 + "default.handlebars->23->818"
4816 ]
4817 },
4818 {
@@ -4829,7 +4829,7 @@
4829 "ru": "Объем / Скорость",
4830 "zh-chs": "容量/速度",
4831 "xloc": [
4832 - "default.handlebars->29->810"
4832 + "default.handlebars->23->811"
4833 ]
4834 },
4835 {
@@ -4846,7 +4846,7 @@
4846 "ru": "Каталонский",
4847 "zh-chs": "加泰羅尼亞語",
4848 "xloc": [
4849 - "default.handlebars->29->891"
4849 + "default.handlebars->23->892"
4850 ]
4851 },
4852 {
@@ -4863,7 +4863,7 @@
4863 "ru": "Установить центр карты здесь",
4864 "zh-chs": "中心地圖在這裡",
4865 "xloc": [
4866 - "default.handlebars->29->439"
4866 + "default.handlebars->23->439"
4867 ]
4868 },
4869 {
@@ -4880,7 +4880,7 @@
4880 "ru": "Чаморро",
4881 "zh-chs": "查莫羅",
4882 "xloc": [
4883 - "default.handlebars->29->892"
4883 + "default.handlebars->23->893"
4884 ]
4885 },
4886 {
@@ -4906,7 +4906,7 @@
4906 "ru": "Смена email для {0}",
4907 "zh-chs": "更改{0}的電子郵件",
4908 "xloc": [
4909 - "default.handlebars->29->1597"
4909 + "default.handlebars->23->1598"
4910 ]
4911 },
4912 {
@@ -4923,9 +4923,9 @@
4923 "ru": "Смена группы",
4924 "zh-chs": "變更組",
4925 "xloc": [
4926 - "default.handlebars->29->527",
4927 - "default.handlebars->29->634",
4928 - "default.handlebars->29->635"
4926 + "default.handlebars->23->528",
4927 + "default.handlebars->23->635",
4928 + "default.handlebars->23->636"
4929 ]
4930 },
4931 {
@@ -4943,8 +4943,8 @@
4943 "zh-chs": "更改密碼",
4944 "xloc": [
4945 "default-mobile.handlebars->9->59",
4946 - "default.handlebars->29->1086",
4947 - "default.handlebars->29->1586"
4946 + "default.handlebars->23->1087",
4947 + "default.handlebars->23->1587"
4948 ]
4949 },
4950 {
@@ -4961,7 +4961,7 @@
4961 "ru": "Смена пароля для {0}",
4962 "zh-chs": "更改{0}的密碼",
4963 "xloc": [
4964 - "default.handlebars->29->1604"
4964 + "default.handlebars->23->1605"
4965 ]
4966 },
4967 {
@@ -5031,7 +5031,7 @@
5031 "ru": "Изменить пароль для этого пользователя",
5032 "zh-chs": "更改該用戶的密碼",
5033 "xloc": [
5034 - "default.handlebars->29->1585"
5034 + "default.handlebars->23->1586"
5035 ]
5036 },
5037 {
@@ -5065,7 +5065,7 @@
5065 "ru": "Измените адрес электронной почты вашей учетной записи здесь.",
5066 "zh-chs": "在此處更改您的帳戶電子郵件地址。",
5067 "xloc": [
5068 - "default.handlebars->29->1073"
5068 + "default.handlebars->23->1074"
5069 ]
5070 },
5071 {
@@ -5082,7 +5082,7 @@
5082 "ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
5083 "zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
5084 "xloc": [
5085 - "default.handlebars->29->1079"
5085 + "default.handlebars->23->1080"
5086 ]
5087 },
5088 {
@@ -5099,7 +5099,7 @@
5099 "ru": "Изменение языка потребует перезагрузить страницу.",
5100 "zh-chs": "更改語言將需要刷新頁面。",
5101 "xloc": [
5102 - "default.handlebars->29->1058"
5102 + "default.handlebars->23->1059"
5103 ]
5104 },
5105 {
@@ -5116,9 +5116,9 @@
5116 "ru": "Чат",
5117 "zh-chs": "聊天室",
5118 "xloc": [
5119 - "default.handlebars->29->1390",
5120 - "default.handlebars->29->576",
5121 - "default.handlebars->29->595"
5119 + "default.handlebars->23->1391",
5120 + "default.handlebars->23->577",
5121 + "default.handlebars->23->596"
5122 ]
5123 },
5124 {
@@ -5137,8 +5137,8 @@
5137 "xloc": [
5138 "default-mobile.handlebars->9->315",
5139 "default-mobile.handlebars->9->333",
5140 - "default.handlebars->29->1252",
5141 - "default.handlebars->29->1286"
5140 + "default.handlebars->23->1253",
5141 + "default.handlebars->23->1287"
5142 ]
5143 },
5144 {
@@ -5155,7 +5155,7 @@
5155 "ru": "Чеченский",
5156 "zh-chs": "車臣",
5157 "xloc": [
5158 - "default.handlebars->29->893"
5158 + "default.handlebars->23->894"
5159 ]
5160 },
5161 {
@@ -5172,7 +5172,7 @@
5172 "ru": "Установите флажок и нажмите ОК для очищения журнала ошибок.",
5173 "zh-chs": "檢查並單擊確定以清除錯誤日誌。",
5174 "xloc": [
5175 - "default.handlebars->29->105"
5175 + "default.handlebars->23->105"
5176 ]
5177 },
5178 {
@@ -5189,7 +5189,7 @@
5189 "ru": "Установите флажок и нажмите ОК для начала самообновления.",
5190 "zh-chs": "檢查並單擊確定以開始服務器自我更新。",
5191 "xloc": [
5192 - "default.handlebars->29->100"
5192 + "default.handlebars->23->100"
5193 ]
5194 },
5195 {
@@ -5214,7 +5214,7 @@
5214 "nl": "Controleer uw telefoon en voer de verificatiecode in.",
5215 "ja": "スマートフォンを確認し、確認コードを入力してください。",
5216 "xloc": [
5217 - "default.handlebars->29->141"
5217 + "default.handlebars->23->141"
5218 ]
5219 },
5220 {
@@ -5231,8 +5231,8 @@
5231 "ru": "Проверка...",
5232 "zh-chs": "檢查...",
5233 "xloc": [
5234 - "default.handlebars->29->1716",
5235 - "default.handlebars->29->859"
5234 + "default.handlebars->23->1717",
5235 + "default.handlebars->23->860"
5236 ]
5237 },
5238 {
@@ -5249,7 +5249,7 @@
5249 "ru": "Китайский",
5250 "zh-chs": "中文",
5251 "xloc": [
5252 - "default.handlebars->29->894"
5252 + "default.handlebars->23->895"
5253 ]
5254 },
5255 {
@@ -5266,7 +5266,7 @@
5266 "ru": "Китайский (Гонконг)",
5267 "zh-chs": "中文(香港)",
5268 "xloc": [
5269 - "default.handlebars->29->895"
5269 + "default.handlebars->23->896"
5270 ]
5271 },
5272 {
@@ -5283,7 +5283,7 @@
5283 "ru": "Китайский (КНР)",
5284 "zh-chs": "中文(中國)",
5285 "xloc": [
5286 - "default.handlebars->29->896"
5286 + "default.handlebars->23->897"
5287 ]
5288 },
5289 {
@@ -5298,7 +5298,7 @@
5298 "ru": "Упрощенный китайский)",
5299 "zh-chs": "简体中文)",
5300 "xloc": [
5301 - "default.handlebars->29->1056"
5301 + "default.handlebars->23->1057"
5302 ]
5303 },
5304 {
@@ -5315,7 +5315,7 @@
5315 "ru": "Китайский (Сингапур)",
5316 "zh-chs": "中文(新加坡)",
5317 "xloc": [
5318 - "default.handlebars->29->897"
5318 + "default.handlebars->23->898"
5319 ]
5320 },
5321 {
@@ -5332,7 +5332,7 @@
5332 "ru": "Китайский (Тайвань)",
5333 "zh-chs": "中文(台灣)",
5334 "xloc": [
5335 - "default.handlebars->29->898"
5335 + "default.handlebars->23->899"
5336 ]
5337 },
5338 {
@@ -5350,7 +5350,7 @@
5350 "zh-chs": "ChromeOS",
5351 "xloc": [
5352 "default-mobile.handlebars->9->170",
5353 - "default.handlebars->29->30"
5353 + "default.handlebars->23->30"
5354 ]
5355 },
5356 {
@@ -5367,7 +5367,7 @@
5367 "ru": "Чувашский",
5368 "zh-chs": "楚瓦什",
5369 "xloc": [
5370 - "default.handlebars->29->899"
5370 + "default.handlebars->23->900"
5371 ]
5372 },
5373 {
@@ -5384,7 +5384,7 @@
5384 "ru": "Очистка CIRA",
5385 "zh-chs": "清理CIRA",
5386 "xloc": [
5387 - "default.handlebars->29->257"
5387 + "default.handlebars->23->257"
5388 ]
5389 },
5390 {
@@ -5407,11 +5407,11 @@
5407 "default-mobile.handlebars->9->274",
5408 "default-mobile.handlebars->9->276",
5409 "default-mobile.handlebars->9->28",
5410 - "default.handlebars->29->1367",
5411 - "default.handlebars->29->740",
5412 - "default.handlebars->29->742",
5413 - "default.handlebars->29->744",
5414 - "default.handlebars->29->746",
5410 + "default.handlebars->23->1368",
5411 + "default.handlebars->23->741",
5412 + "default.handlebars->23->743",
5413 + "default.handlebars->23->745",
5414 + "default.handlebars->23->747",
5415 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
5416 "default.handlebars->container->column_l->p41->3->1",
5417 "messenger.handlebars->xbottom"
@@ -5431,7 +5431,7 @@
5431 "ru": "Очистить токены",
5432 "zh-chs": "清除令牌",
5433 "xloc": [
5434 - "default.handlebars->29->123"
5434 + "default.handlebars->23->123"
5435 ]
5436 },
5437 {
@@ -5440,7 +5440,7 @@
5440 "ja": "すべてクリア",
5441 "nl": "Wis alle meldingen",
5442 "xloc": [
5443 - "default.handlebars->29->1646"
5443 + "default.handlebars->23->1647"
5444 ]
5445 },
5446 {
@@ -5457,7 +5457,7 @@
5457 "ru": "Очистить ядро",
5458 "zh-chs": "清除核心",
5459 "xloc": [
5460 - "default.handlebars->29->831"
5460 + "default.handlebars->23->832"
5461 ]
5462 },
5463 {
@@ -5474,7 +5474,7 @@
5474 "ru": "Удалите ключ из приложения и попробуйте еще раз. У вас есть всего несколько минут, чтобы ввести правильный код.",
5475 "zh-chs": "從應用程序中清除機密,然後重試。您只有幾分鐘的時間來輸入正確的代碼。",
5476 "xloc": [
5477 - "default.handlebars->29->113"
5477 + "default.handlebars->23->113"
5478 ]
5479 },
5480 {
@@ -5488,7 +5488,7 @@
5488 "ru": "Очистить это уведомление",
5489 "zh-chs": "清除此通知",
5490 "xloc": [
5491 - "default.handlebars->29->1645"
5491 + "default.handlebars->23->1646"
5492 ]
5493 },
5494 {
@@ -5524,8 +5524,8 @@
5524 "ja": "ここをクリックしてデバイスグループ名を編集します",
5525 "nl": "Klik hier om de apparaatgroepsnaam te bewerken",
5526 "xloc": [
5527 - "default.handlebars->29->1119",
5528 - "default.handlebars->29->1323"
5527 + "default.handlebars->23->1120",
5528 + "default.handlebars->23->1324"
5529 ]
5530 },
5531 {
@@ -5542,7 +5542,7 @@
5542 "ru": "Для изменения имени устройства на сервере нажмите сюда",
5543 "zh-chs": "單擊此處編輯服務器端設備名稱",
5544 "xloc": [
5545 - "default.handlebars->29->453"
5545 + "default.handlebars->23->453"
5546 ]
5547 },
5548 {
@@ -5550,7 +5550,7 @@
5550 "ja": "ユーザーグループ名を編集するには、ここをクリックしてください",
5551 "nl": "Klik hier om de gebruikersgroepsnaam te bewerken",
5552 "xloc": [
5553 - "default.handlebars->29->1487"
5553 + "default.handlebars->23->1488"
5554 ]
5555 },
5556 {
@@ -5596,7 +5596,7 @@
5596 "zh-chs": "單擊確定將驗證郵件發送到:",
5597 "xloc": [
5598 "default-mobile.handlebars->9->44",
5599 - "default.handlebars->29->1070"
5599 + "default.handlebars->23->1071"
5600 ]
5601 },
5602 {
@@ -5630,7 +5630,7 @@
5630 "ru": "Режим управления клиентом (CCM)",
5631 "zh-chs": "客戶端控制模式(CCM)",
5632 "xloc": [
5633 - "default.handlebars->29->788"
5633 + "default.handlebars->23->789"
5634 ]
5635 },
5636 {
@@ -5647,8 +5647,8 @@
5647 "ru": "Клиент инициировал удаленный доступ",
5648 "zh-chs": "客戶端啟動的遠程訪問",
5649 "xloc": [
5650 - "default.handlebars->29->1189",
5651 - "default.handlebars->29->1194"
5650 + "default.handlebars->23->1190",
5651 + "default.handlebars->23->1195"
5652 ]
5653 },
5654 {
@@ -5683,9 +5683,9 @@
5683 "zh-chs": "關",
5684 "xloc": [
5685 "default-mobile.handlebars->9->26",
5686 - "default.handlebars->29->121",
5687 - "default.handlebars->29->129",
5688 - "default.handlebars->29->698"
5686 + "default.handlebars->23->121",
5687 + "default.handlebars->23->129",
5688 + "default.handlebars->23->699"
5689 ]
5690 },
5691 {
@@ -5720,8 +5720,8 @@
5720 "ru": "Общие группы устройств",
5721 "zh-chs": "通用設備組",
5722 "xloc": [
5723 - "default.handlebars->29->1502",
5724 - "default.handlebars->29->1609"
5723 + "default.handlebars->23->1503",
5724 + "default.handlebars->23->1610"
5725 ]
5726 },
5727 {
@@ -5738,8 +5738,8 @@
5738 "ru": "Общие устройства",
5739 "zh-chs": "通用設備",
5740 "xloc": [
5741 - "default.handlebars->29->1508",
5742 - "default.handlebars->29->1621"
5741 + "default.handlebars->23->1509",
5742 + "default.handlebars->23->1622"
5743 ]
5744 },
5745 {
@@ -5757,7 +5757,7 @@
5757 "zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
5758 "xloc": [
5759 "default-mobile.handlebars->9->96",
5760 - "default.handlebars->29->1362"
5760 + "default.handlebars->23->1363"
5761 ]
5762 },
5763 {
@@ -5776,14 +5776,14 @@
5776 "xloc": [
5777 "default-mobile.handlebars->9->230",
5778 "default-mobile.handlebars->9->295",
5779 - "default.handlebars->29->1203",
5780 - "default.handlebars->29->1416",
5781 - "default.handlebars->29->1479",
5782 - "default.handlebars->29->1522",
5783 - "default.handlebars->29->1607",
5784 - "default.handlebars->29->396",
5785 - "default.handlebars->29->629",
5786 - "default.handlebars->29->638"
5779 + "default.handlebars->23->1204",
5780 + "default.handlebars->23->1417",
5781 + "default.handlebars->23->1480",
5782 + "default.handlebars->23->1523",
5783 + "default.handlebars->23->1608",
5784 + "default.handlebars->23->396",
5785 + "default.handlebars->23->630",
5786 + "default.handlebars->23->639"
5787 ]
5788 },
5789 {
@@ -5801,7 +5801,7 @@
5801 "zh-chs": "確認將1個副本複製到此位置?",
5802 "xloc": [
5803 "default-mobile.handlebars->9->265",
5804 - "default.handlebars->29->735"
5804 + "default.handlebars->23->736"
5805 ]
5806 },
5807 {
@@ -5819,7 +5819,7 @@
5819 "zh-chs": "確認{0}個條目的副本到此位置?",
5820 "xloc": [
5821 "default-mobile.handlebars->9->264",
5822 - "default.handlebars->29->734"
5822 + "default.handlebars->23->735"
5823 ]
5824 },
5825 {
@@ -5828,7 +5828,7 @@
5828 "ja": "選択したアカウントの削除を確認しますか?",
5829 "nl": "Bevestig verwijdering geselecteerde account(s)?",
5830 "xloc": [
5831 - "default.handlebars->29->1415"
5831 + "default.handlebars->23->1416"
5832 ]
5833 },
5834 {
@@ -5845,7 +5845,7 @@
5845 "ru": "Подтвердить удаление выбранных устройств?",
5846 "zh-chs": "確認刪除所選設備?",
5847 "xloc": [
5848 - "default.handlebars->29->395"
5848 + "default.handlebars->23->395"
5849 ]
5850 },
5851 {
@@ -5854,7 +5854,7 @@
5854 "ja": "選択したユーザーグループの削除を確認しますか?",
5855 "nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?",
5856 "xloc": [
5857 - "default.handlebars->29->1478"
5857 + "default.handlebars->23->1479"
5858 ]
5859 },
5860 {
@@ -5871,7 +5871,7 @@
5871 "ru": "Подтвердить удаление пользователя {0}?",
5872 "zh-chs": "確認刪除用戶{0}?",
5873 "xloc": [
5874 - "default.handlebars->29->1606"
5874 + "default.handlebars->23->1607"
5875 ]
5876 },
5877 {
@@ -5880,7 +5880,7 @@
5880 "ja": "ユーザー\\\"{0}\\\"のメンバーシップの削除を確認しますか?",
5881 "nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?",
5882 "xloc": [
5883 - "default.handlebars->29->1525"
5883 + "default.handlebars->23->1526"
5884 ]
5885 },
5886 {
@@ -5889,7 +5889,7 @@
5889 "ja": "ユーザーグループ\\\"{0}\\\"のメンバーシップの削除を確認しますか?",
5890 "nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?",
5891 "xloc": [
5892 - "default.handlebars->29->1636"
5892 + "default.handlebars->23->1637"
5893 ]
5894 },
5895 {
@@ -5907,7 +5907,7 @@
5907 "zh-chs": "確認將1個入口移動到此位置?",
5908 "xloc": [
5909 "default-mobile.handlebars->9->267",
5910 - "default.handlebars->29->737"
5910 + "default.handlebars->23->738"
5911 ]
5912 },
5913 {
@@ -5925,7 +5925,7 @@
5925 "zh-chs": "確認將{0}個條目移到此位置?",
5926 "xloc": [
5927 "default-mobile.handlebars->9->266",
5928 - "default.handlebars->29->736"
5928 + "default.handlebars->23->737"
5929 ]
5930 },
5931 {
@@ -5942,7 +5942,7 @@
5942 "ru": "Подтвердить перезапись?",
5943 "zh-chs": "確認覆蓋?",
5944 "xloc": [
5945 - "default.handlebars->29->1361"
5945 + "default.handlebars->23->1362"
5946 ]
5947 },
5948 {
@@ -5951,8 +5951,8 @@
5951 "ja": "デバイス「{0}」のアクセス権の削除を確認しますか?",
5952 "nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?",
5953 "xloc": [
5954 - "default.handlebars->29->1515",
5955 - "default.handlebars->29->1627"
5954 + "default.handlebars->23->1516",
5955 + "default.handlebars->23->1628"
5956 ]
5957 },
5958 {
@@ -5961,8 +5961,8 @@
5961 "ja": "デバイスグループ「{0}」のアクセス権の削除を確認しますか?",
5962 "nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?",
5963 "xloc": [
5964 - "default.handlebars->29->1517",
5965 - "default.handlebars->29->1640"
5964 + "default.handlebars->23->1518",
5965 + "default.handlebars->23->1641"
5966 ]
5967 },
5968 {
@@ -5971,7 +5971,7 @@
5971 "ja": "ユーザー\\\"{0}\\\"のアクセス権の削除を確認しますか?",
5972 "nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?",
5973 "xloc": [
5974 - "default.handlebars->29->1629"
5974 + "default.handlebars->23->1630"
5975 ]
5976 },
5977 {
@@ -5980,7 +5980,7 @@
5980 "ja": "ユーザーグループ「{0}」のアクセス権の削除を確認しますか?",
5981 "nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?",
5982 "xloc": [
5983 - "default.handlebars->29->1632"
5983 + "default.handlebars->23->1633"
5984 ]
5985 },
5986 {
@@ -5989,8 +5989,8 @@
5989 "ja": "アクセス権の削除を確認しますか?",
5990 "nl": "Verwijdering van toegangsrechten bevestigen?",
5991 "xloc": [
5992 - "default.handlebars->29->1630",
5993 - "default.handlebars->29->1633"
5992 + "default.handlebars->23->1631",
5993 + "default.handlebars->23->1634"
5994 ]
5995 },
5996 {
@@ -6008,7 +6008,7 @@
6008 "zh-chs": "確認刪除身份驗證器應用程序兩步登錄?",
6009 "xloc": [
6010 "default-mobile.handlebars->9->43",
6011 - "default.handlebars->29->849"
6011 + "default.handlebars->23->850"
6012 ]
6013 },
6014 {
@@ -6056,7 +6056,7 @@
6056 "ja": "ユーザー「{0}」の権限の削除を確認しますか?",
6057 "nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?",
6058 "xloc": [
6059 - "default.handlebars->29->1295"
6059 + "default.handlebars->23->1296"
6060 ]
6061 },
6062 {
@@ -6065,7 +6065,7 @@
6065 "ja": "ユーザーグループ「{0}」の権限の削除を確認しますか?",
6066 "nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?",
6067 "xloc": [
6068 - "default.handlebars->29->1297"
6068 + "default.handlebars->23->1298"
6069 ]
6070 },
6071 {
@@ -6108,8 +6108,8 @@
6108 "default-mobile.handlebars->9->244",
6109 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
6110 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
6111 - "default.handlebars->29->1142",
6112 - "default.handlebars->29->717",
6111 + "default.handlebars->23->1143",
6112 + "default.handlebars->23->718",
6113 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
6114 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
6115 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -6130,7 +6130,7 @@
6130 "ru": "Подключиться ко всем",
6131 "zh-chs": "全部連接",
6132 "xloc": [
6133 - "default.handlebars->29->210",
6133 + "default.handlebars->23->210",
6134 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
6135 ]
6136 },
@@ -6148,8 +6148,8 @@
6148 "ru": "Подключиться к серверу",
6149 "zh-chs": "連接到服務器",
6150 "xloc": [
6151 - "default.handlebars->29->1193",
6152 - "default.handlebars->29->1197"
6151 + "default.handlebars->23->1194",
6152 + "default.handlebars->23->1198"
6153 ]
6154 },
6155 {
@@ -6202,7 +6202,7 @@
6202 "zh-chs": "連接的",
6203 "xloc": [
6204 "default-mobile.handlebars->9->4",
6205 - "default.handlebars->29->11",
6205 + "default.handlebars->23->11",
6206 "xterm.handlebars->9->4"
6207 ]
6208 },
@@ -6220,7 +6220,7 @@
6220 "ru": "Подключено Intel&reg; AMT",
6221 "zh-chs": "連接的英特爾&reg;AMT",
6222 "xloc": [
6223 - "default.handlebars->29->1664"
6223 + "default.handlebars->23->1665"
6224 ]
6225 },
6226 {
@@ -6237,7 +6237,7 @@
6237 "ru": "Подключенные пользователи",
6238 "zh-chs": "關聯用戶",
6239 "xloc": [
6240 - "default.handlebars->29->1669"
6240 + "default.handlebars->23->1670"
6241 ]
6242 },
6243 {
@@ -6254,7 +6254,7 @@
6254 "ru": "Подключено сейчас",
6255 "zh-chs": "現在已連接",
6256 "xloc": [
6257 - "default.handlebars->29->767"
6257 + "default.handlebars->23->768"
6258 ]
6259 },
6260 {
@@ -6291,11 +6291,11 @@
6291 "default-mobile.handlebars->9->2",
6292 "default-mobile.handlebars->9->280",
6293 "default-mobile.handlebars->9->6",
6294 - "default.handlebars->29->204",
6295 - "default.handlebars->29->207",
6296 - "default.handlebars->29->213",
6297 - "default.handlebars->29->758",
6298 - "default.handlebars->29->9",
6294 + "default.handlebars->23->204",
6295 + "default.handlebars->23->207",
6296 + "default.handlebars->23->213",
6297 + "default.handlebars->23->759",
6298 + "default.handlebars->23->9",
6299 "xterm.handlebars->9->2"
6300 ]
6301 },
@@ -6313,7 +6313,7 @@
6313 "ru": "Подключений ",
6314 "zh-chs": "連接數",
6315 "xloc": [
6316 - "default.handlebars->29->1680"
6316 + "default.handlebars->23->1681"
6317 ]
6318 },
6319 {
@@ -6330,7 +6330,7 @@
6330 "ru": "Ретранслятор подключения",
6331 "zh-chs": "連接繼電器",
6332 "xloc": [
6333 - "default.handlebars->29->1708"
6333 + "default.handlebars->23->1709"
6334 ]
6335 },
6336 {
@@ -6382,9 +6382,9 @@
6382 "zh-chs": "連接性",
6383 "xloc": [
6384 "default-mobile.handlebars->9->205",
6385 - "default.handlebars->29->1330",
6386 - "default.handlebars->29->195",
6387 - "default.handlebars->29->518",
6385 + "default.handlebars->23->1331",
6386 + "default.handlebars->23->195",
6387 + "default.handlebars->23->519",
6388 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
6389 ]
6390 },
@@ -6402,8 +6402,8 @@
6402 "ru": "Консоль",
6403 "zh-chs": "安慰",
6404 "xloc": [
6405 - "default.handlebars->29->571",
6406 - "default.handlebars->29->590",
6405 + "default.handlebars->23->572",
6406 + "default.handlebars->23->591",
6407 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
6408 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
6409 "default.handlebars->contextMenu->cxconsole"
@@ -6423,7 +6423,7 @@
6423 "ru": "Консоль - ",
6424 "zh-chs": "安慰 -",
6425 "xloc": [
6426 - "default.handlebars->29->454"
6426 + "default.handlebars->23->454"
6427 ]
6428 },
6429 {
@@ -6437,8 +6437,8 @@
6437 "ru": "контроль",
6438 "zh-chs": "控制",
6439 "xloc": [
6440 - "default.handlebars->29->570",
6441 - "default.handlebars->29->589"
6440 + "default.handlebars->23->571",
6441 + "default.handlebars->23->590"
6442 ]
6443 },
6444 {
@@ -6455,7 +6455,7 @@
6455 "ru": "Cookie-кодировщик",
6456 "zh-chs": "Cookie編碼器",
6457 "xloc": [
6458 - "default.handlebars->29->1694"
6458 + "default.handlebars->23->1695"
6459 ]
6460 },
6461 {
@@ -6492,8 +6492,8 @@
6492 "ru": "Скопировать МАС адрес в буфер обмена",
6493 "zh-chs": "將MAC地址複製到剪貼板",
6494 "xloc": [
6495 - "default.handlebars->29->82",
6496 - "default.handlebars->29->90"
6495 + "default.handlebars->23->82",
6496 + "default.handlebars->23->90"
6497 ]
6498 },
6499 {
@@ -6510,7 +6510,7 @@
6510 "ru": "Скопировать ссылку MacOS agent в буфер обмена",
6511 "zh-chs": "將MacOS代理URL複製到剪貼板",
6512 "xloc": [
6513 - "default.handlebars->29->336"
6513 + "default.handlebars->23->336"
6514 ]
6515 },
6516 {
@@ -6524,7 +6524,7 @@
6524 "ru": "Скопировать URL-адрес агента Windows 32bit в буфер обмена",
6525 "zh-chs": "将Windows 32位代理URL复制到剪贴板",
6526 "xloc": [
6527 - "default.handlebars->29->324"
6527 + "default.handlebars->23->324"
6528 ]
6529 },
6530 {
@@ -6538,7 +6538,7 @@
6538 "ru": "Скопировать URL-адрес агента Windows 64bit в буфер обмена",
6539 "zh-chs": "将Windows 64位代理URL复制到剪贴板",
6540 "xloc": [
6541 - "default.handlebars->29->328"
6541 + "default.handlebars->23->328"
6542 ]
6543 },
6544 {
@@ -6555,12 +6555,12 @@
6555 "ru": "Скопировать адрес в буфер обмена",
6556 "zh-chs": "將地址複製到剪貼板",
6557 "xloc": [
6558 - "default.handlebars->29->71",
6559 - "default.handlebars->29->73",
6560 - "default.handlebars->29->75",
6561 - "default.handlebars->29->84",
6562 - "default.handlebars->29->86",
6563 - "default.handlebars->29->88"
6558 + "default.handlebars->23->71",
6559 + "default.handlebars->23->73",
6560 + "default.handlebars->23->75",
6561 + "default.handlebars->23->84",
6562 + "default.handlebars->23->86",
6563 + "default.handlebars->23->88"
6564 ]
6565 },
6566 {
@@ -6577,9 +6577,9 @@
6577 "ru": "Скопировать ссылку в буфер обмена",
6578 "zh-chs": "複製鏈接到剪貼板",
6579 "xloc": [
6580 - "default.handlebars->29->1335",
6581 - "default.handlebars->29->1349",
6582 - "default.handlebars->29->308"
6580 + "default.handlebars->23->1336",
6581 + "default.handlebars->23->1350",
6582 + "default.handlebars->23->308"
6583 ]
6584 },
6585 {
@@ -6596,7 +6596,7 @@
6596 "ru": "Скопировать имя в буфер обмена",
6597 "zh-chs": "將名稱複製到剪貼板",
6598 "xloc": [
6599 - "default.handlebars->29->80"
6599 + "default.handlebars->23->80"
6600 ]
6601 },
6602 {
@@ -6631,7 +6631,7 @@
6631 "ru": "Скопировать действительные коды в буфер обмена",
6632 "zh-chs": "將有效代碼複製到剪貼板",
6633 "xloc": [
6634 - "default.handlebars->29->124"
6634 + "default.handlebars->23->124"
6635 ]
6636 },
6637 {
@@ -6756,7 +6756,7 @@
6756 "ru": "Основной сервер",
6757 "zh-chs": "核心服務器",
6758 "xloc": [
6759 - "default.handlebars->29->1693"
6759 + "default.handlebars->23->1694"
6760 ]
6761 },
6762 {
@@ -6773,7 +6773,7 @@
6773 "ru": "Kорсиканский",
6774 "zh-chs": "科西嘉人",
6775 "xloc": [
6776 - "default.handlebars->29->900"
6776 + "default.handlebars->23->901"
6777 ]
6778 },
6779 {
@@ -6790,7 +6790,7 @@
6790 "ru": "Создать учетную запись",
6791 "zh-chs": "創建帳號",
6792 "xloc": [
6793 - "default.handlebars->29->1450",
6793 + "default.handlebars->23->1451",
6794 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
6795 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
6796 ]
@@ -6826,7 +6826,7 @@
6826 "ru": "Создать группу пользователей",
6827 "zh-chs": "創建用戶組",
6828 "xloc": [
6829 - "default.handlebars->29->1484"
6829 + "default.handlebars->23->1485"
6830 ]
6831 },
6832 {
@@ -6843,7 +6843,7 @@
6843 "ru": "Создайте новую группу устройств, используя параметры ниже.",
6844 "zh-chs": "使用以下選項創建一個新的設備組。",
6845 "xloc": [
6846 - "default.handlebars->29->1093"
6846 + "default.handlebars->23->1094"
6847 ]
6848 },
6849 {
@@ -6860,7 +6860,7 @@
6860 "ru": "Создать новую группу устройств.",
6861 "zh-chs": "創建一個新的設備組。",
6862 "xloc": [
6863 - "default.handlebars->29->197"
6863 + "default.handlebars->23->197"
6864 ]
6865 },
6866 {
@@ -6877,7 +6877,7 @@
6877 "ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
6878 "zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
6879 "xloc": [
6880 - "default.handlebars->29->1421"
6880 + "default.handlebars->23->1422"
6881 ]
6882 },
6883 {
@@ -6912,7 +6912,7 @@
6912 "ru": "Создано",
6913 "zh-chs": "創建",
6914 "xloc": [
6915 - "default.handlebars->29->1547"
6915 + "default.handlebars->23->1548"
6916 ]
6917 },
6918 {
@@ -6947,7 +6947,7 @@
6947 "ru": "Кри (Канадский язык)",
6948 "zh-chs": "克里",
6949 "xloc": [
6950 - "default.handlebars->29->901"
6950 + "default.handlebars->23->902"
6951 ]
6952 },
6953 {
@@ -6964,7 +6964,7 @@
6964 "ru": "Хорватский",
6965 "zh-chs": "克羅地亞語",
6966 "xloc": [
6967 - "default.handlebars->29->902"
6967 + "default.handlebars->23->903"
6968 ]
6969 },
6970 {
@@ -7015,7 +7015,7 @@
7015 "ru": "Ctrl",
7016 "zh-chs": "Ctrl",
7017 "xloc": [
7018 - "default.handlebars->29->46"
7018 + "default.handlebars->23->46"
7019 ]
7020 },
7021 {
@@ -7068,7 +7068,7 @@
7068 "ru": "Текущая версия",
7069 "zh-chs": "當前版本",
7070 "xloc": [
7071 - "default.handlebars->29->94"
7071 + "default.handlebars->23->94"
7072 ]
7073 },
7074 {
@@ -7105,7 +7105,7 @@
7105 "ru": "Чешский",
7106 "zh-chs": "捷克文",
7107 "xloc": [
7108 - "default.handlebars->29->903"
7108 + "default.handlebars->23->904"
7109 ]
7110 },
7111 {
@@ -7122,7 +7122,7 @@
7122 "ru": "DNS-суффикс",
7123 "zh-chs": "DNS後綴",
7124 "xloc": [
7125 - "default.handlebars->29->79"
7125 + "default.handlebars->23->79"
7126 ]
7127 },
7128 {
@@ -7139,7 +7139,7 @@
7139 "ru": "Датский",
7140 "zh-chs": "丹麥文",
7141 "xloc": [
7142 - "default.handlebars->29->904"
7142 + "default.handlebars->23->905"
7143 ]
7144 },
7145 {
@@ -7156,7 +7156,7 @@
7156 "ru": "DataChannel",
7157 "zh-chs": "數據通道",
7158 "xloc": [
7159 - "default.handlebars->29->674"
7159 + "default.handlebars->23->675"
7160 ]
7161 },
7162 {
@@ -7173,7 +7173,7 @@
7173 "ru": "Дата & Время",
7174 "zh-chs": "日期和時間",
7175 "xloc": [
7176 - "default.handlebars->29->1061"
7176 + "default.handlebars->23->1062"
7177 ]
7178 },
7179 {
@@ -7190,7 +7190,7 @@
7190 "ru": "День",
7191 "zh-chs": "天",
7192 "xloc": [
7193 - "default.handlebars->29->613"
7193 + "default.handlebars->23->614"
7194 ]
7195 },
7196 {
@@ -7207,7 +7207,7 @@
7207 "ru": "Деактивировать режим управления клиентом (CCM)",
7208 "zh-chs": "停用客戶端控制模式(CCM)",
7209 "xloc": [
7210 - "default.handlebars->29->1181"
7210 + "default.handlebars->23->1182"
7211 ]
7212 },
7213 {
@@ -7225,7 +7225,7 @@
7225 "zh-chs": "沉睡",
7226 "xloc": [
7227 "default-mobile.handlebars->9->120",
7228 - "default.handlebars->29->355"
7228 + "default.handlebars->23->355"
7229 ]
7230 },
7231 {
@@ -7246,9 +7246,9 @@
7246 "default-mobile.handlebars->9->91",
7247 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
7248 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
7249 - "default.handlebars->29->1356",
7250 - "default.handlebars->29->426",
7251 - "default.handlebars->29->727",
7249 + "default.handlebars->23->1357",
7250 + "default.handlebars->23->426",
7251 + "default.handlebars->23->728",
7252 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
7253 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
7254 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -7272,7 +7272,7 @@
7272 "zh-chs": "刪除帳戶",
7273 "xloc": [
7274 "default-mobile.handlebars->9->53",
7275 - "default.handlebars->29->1078"
7275 + "default.handlebars->23->1079"
7276 ]
7277 },
7278 {
@@ -7281,7 +7281,7 @@
7281 "ja": "アカウントを削除",
7282 "nl": "Verwijder accounts",
7283 "xloc": [
7284 - "default.handlebars->29->1417"
7284 + "default.handlebars->23->1418"
7285 ]
7286 },
7287 {
@@ -7299,7 +7299,7 @@
7299 "zh-chs": "刪除裝置",
7300 "xloc": [
7301 "default-mobile.handlebars->9->209",
7302 - "default.handlebars->29->529"
7302 + "default.handlebars->23->530"
7303 ]
7304 },
7305 {
@@ -7318,8 +7318,8 @@
7318 "xloc": [
7319 "default-mobile.handlebars->9->293",
7320 "default-mobile.handlebars->9->296",
7321 - "default.handlebars->29->1174",
7322 - "default.handlebars->29->1204"
7321 + "default.handlebars->23->1175",
7322 + "default.handlebars->23->1205"
7323 ]
7324 },
7325 {
@@ -7337,7 +7337,7 @@
7337 "zh-chs": "刪除節點",
7338 "xloc": [
7339 "default-mobile.handlebars->9->228",
7340 - "default.handlebars->29->639"
7340 + "default.handlebars->23->640"
7341 ]
7342 },
7343 {
@@ -7354,7 +7354,7 @@
7354 "ru": "Удалить устройства",
7355 "zh-chs": "刪除節點",
7356 "xloc": [
7357 - "default.handlebars->29->397"
7357 + "default.handlebars->23->397"
7358 ]
7359 },
7360 {
@@ -7371,7 +7371,7 @@
7371 "ru": "Удалить пользователя",
7372 "zh-chs": "刪除用戶",
7373 "xloc": [
7374 - "default.handlebars->29->1584"
7374 + "default.handlebars->23->1585"
7375 ]
7376 },
7377 {
@@ -7388,8 +7388,8 @@
7388 "ru": "Удалить группу пользователей",
7389 "zh-chs": "刪除用戶組",
7390 "xloc": [
7391 - "default.handlebars->29->1513",
7392 - "default.handlebars->29->1523"
7391 + "default.handlebars->23->1514",
7392 + "default.handlebars->23->1524"
7393 ]
7394 },
7395 {
@@ -7398,7 +7398,7 @@
7398 "ja": "ユーザーグループの削除",
7399 "nl": "Gebruikersgroepen verwijderen",
7400 "xloc": [
7401 - "default.handlebars->29->1480"
7401 + "default.handlebars->23->1481"
7402 ]
7403 },
7404 {
@@ -7415,7 +7415,7 @@
7415 "ru": "Удалить пользователя {0}",
7416 "zh-chs": "刪除用戶{0}",
7417 "xloc": [
7418 - "default.handlebars->29->1605"
7418 + "default.handlebars->23->1606"
7419 ]
7420 },
7421 {
@@ -7433,7 +7433,7 @@
7433 "zh-chs": "刪除帳戶",
7434 "xloc": [
7435 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->7->9->0",
7436 - "default.handlebars->29->1413",
7436 + "default.handlebars->23->1414",
7437 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
7438 ]
7439 },
@@ -7451,7 +7451,7 @@
7451 "ru": "Удалить устройства",
7452 "zh-chs": "刪除設備",
7453 "xloc": [
7454 - "default.handlebars->29->392"
7454 + "default.handlebars->23->392"
7455 ]
7456 },
7457 {
@@ -7460,7 +7460,7 @@
7460 "ja": "グループを削除",
7461 "nl": "Verwijder groep",
7462 "xloc": [
7463 - "default.handlebars->29->1476"
7463 + "default.handlebars->23->1477"
7464 ]
7465 },
7466 {
@@ -7477,7 +7477,7 @@
7477 "ru": "Удалить пункт?",
7478 "zh-chs": "刪除項目?",
7479 "xloc": [
7480 - "default.handlebars->29->427"
7480 + "default.handlebars->23->427"
7481 ]
7482 },
7483 {
@@ -7496,8 +7496,8 @@
7496 "xloc": [
7497 "default-mobile.handlebars->9->259",
7498 "default-mobile.handlebars->9->93",
7499 - "default.handlebars->29->1358",
7500 - "default.handlebars->29->729"
7499 + "default.handlebars->23->1359",
7500 + "default.handlebars->23->730"
7501 ]
7502 },
7503 {
@@ -7514,7 +7514,7 @@
7514 "ru": "Удалить группу пользователей {0}?",
7515 "zh-chs": "刪除用戶組{0}?",
7516 "xloc": [
7517 - "default.handlebars->29->1521"
7517 + "default.handlebars->23->1522"
7518 ]
7519 },
7520 {
@@ -7533,8 +7533,8 @@
7533 "xloc": [
7534 "default-mobile.handlebars->9->258",
7535 "default-mobile.handlebars->9->92",
7536 - "default.handlebars->29->1357",
7537 - "default.handlebars->29->728"
7536 + "default.handlebars->23->1358",
7537 + "default.handlebars->23->729"
7538 ]
7539 },
7540 {
@@ -7634,18 +7634,18 @@
7634 "default-mobile.handlebars->9->285",
7635 "default-mobile.handlebars->9->298",
7636 "default-mobile.handlebars->9->70",
7637 - "default.handlebars->29->1098",
7638 - "default.handlebars->29->1123",
7639 - "default.handlebars->29->1206",
7640 - "default.handlebars->29->1483",
7641 - "default.handlebars->29->1489",
7642 - "default.handlebars->29->1490",
7643 - "default.handlebars->29->1519",
7644 - "default.handlebars->29->464",
7645 - "default.handlebars->29->465",
7646 - "default.handlebars->29->670",
7647 - "default.handlebars->29->773",
7648 - "default.handlebars->29->78",
7637 + "default.handlebars->23->1099",
7638 + "default.handlebars->23->1124",
7639 + "default.handlebars->23->1207",
7640 + "default.handlebars->23->1484",
7641 + "default.handlebars->23->1490",
7642 + "default.handlebars->23->1491",
7643 + "default.handlebars->23->1520",
7644 + "default.handlebars->23->464",
7645 + "default.handlebars->23->465",
7646 + "default.handlebars->23->671",
7647 + "default.handlebars->23->774",
7648 + "default.handlebars->23->78",
7649 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
7650 ]
7651 },
@@ -7677,8 +7677,8 @@
7677 "ru": "Рабочий стол",
7678 "zh-chs": "桌面",
7679 "xloc": [
7680 - "default.handlebars->29->1211",
7681 - "default.handlebars->29->432",
7680 + "default.handlebars->23->1212",
7681 + "default.handlebars->23->432",
7682 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
7683 "default.handlebars->contextMenu->cxdesktop"
7684 ]
@@ -7714,9 +7714,9 @@
7714 "ru": "Уведомление на рабочем столе",
7715 "zh-chs": "桌面通知",
7716 "xloc": [
7717 - "default.handlebars->29->1133",
7718 - "default.handlebars->29->1562",
7719 - "default.handlebars->29->499"
7717 + "default.handlebars->23->1134",
7718 + "default.handlebars->23->1563",
7719 + "default.handlebars->23->500"
7720 ]
7721 },
7722 {
@@ -7733,9 +7733,9 @@
7733 "ru": "Запрос рабочего стола",
7734 "zh-chs": "桌面提示",
7735 "xloc": [
7736 - "default.handlebars->29->1132",
7737 - "default.handlebars->29->1561",
7738 - "default.handlebars->29->498"
7736 + "default.handlebars->23->1133",
7737 + "default.handlebars->23->1562",
7738 + "default.handlebars->23->499"
7739 ]
7740 },
7741 {
@@ -7752,9 +7752,9 @@
7752 "ru": "Запрос рабочего стола + панель инструментов",
7753 "zh-chs": "桌面提示+工具欄",
7754 "xloc": [
7755 - "default.handlebars->29->1130",
7756 - "default.handlebars->29->1559",
7757 - "default.handlebars->29->496"
7755 + "default.handlebars->23->1131",
7756 + "default.handlebars->23->1560",
7757 + "default.handlebars->23->497"
7758 ]
7759 },
7760 {
@@ -7780,9 +7780,9 @@
7780 "ru": "Панель инструментов рабочего стола",
7781 "zh-chs": "桌面工具欄",
7782 "xloc": [
7783 - "default.handlebars->29->1131",
7784 - "default.handlebars->29->1560",
7785 - "default.handlebars->29->497"
7783 + "default.handlebars->23->1132",
7784 + "default.handlebars->23->1561",
7785 + "default.handlebars->23->498"
7786 ]
7787 },
7788 {
@@ -7851,8 +7851,8 @@
7851 "ru": "Устройство",
7852 "zh-chs": "設備",
7853 "xloc": [
7854 - "default.handlebars->29->1233",
7855 - "default.handlebars->29->1624",
7854 + "default.handlebars->23->1234",
7855 + "default.handlebars->23->1625",
7856 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
7857 ]
7858 },
@@ -7871,7 +7871,7 @@
7871 "zh-chs": "設備動作",
7872 "xloc": [
7873 "default-mobile.handlebars->9->221",
7874 - "default.handlebars->29->612"
7874 + "default.handlebars->23->613"
7875 ]
7876 },
7877 {
@@ -7888,12 +7888,12 @@
7888 "ru": "Группа устройства",
7889 "zh-chs": "設備組",
7890 "xloc": [
7891 - "default.handlebars->29->1228",
7892 - "default.handlebars->29->1231",
7893 - "default.handlebars->29->1232",
7894 - "default.handlebars->29->1505",
7895 - "default.handlebars->29->1511",
7896 - "default.handlebars->29->1612"
7891 + "default.handlebars->23->1229",
7892 + "default.handlebars->23->1232",
7893 + "default.handlebars->23->1233",
7894 + "default.handlebars->23->1506",
7895 + "default.handlebars->23->1512",
7896 + "default.handlebars->23->1613"
7897 ]
7898 },
7899 {
@@ -7911,7 +7911,7 @@
7911 "zh-chs": "設備組用戶",
7912 "xloc": [
7913 "default-mobile.handlebars->9->339",
7914 - "default.handlebars->29->1293"
7914 + "default.handlebars->23->1294"
7915 ]
7916 },
7917 {
@@ -7929,11 +7929,11 @@
7929 "zh-chs": "設備組",
7930 "xloc": [
7931 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
7932 - "default.handlebars->29->1382",
7933 - "default.handlebars->29->1470",
7934 - "default.handlebars->29->1492",
7935 - "default.handlebars->29->1556",
7936 - "default.handlebars->29->1667",
7932 + "default.handlebars->23->1383",
7933 + "default.handlebars->23->1471",
7934 + "default.handlebars->23->1493",
7935 + "default.handlebars->23->1557",
7936 + "default.handlebars->23->1668",
7937 "default.handlebars->container->column_l->p2->p2info->7"
7938 ]
7939 },
@@ -7951,7 +7951,7 @@
7951 "ru": "Экспорт информации об устройстве",
7952 "zh-chs": "設備信息導出",
7953 "xloc": [
7954 - "default.handlebars->29->403"
7954 + "default.handlebars->23->403"
7955 ]
7956 },
7957 {
@@ -7968,7 +7968,7 @@
7968 "ru": "Местонахождение устройства",
7969 "zh-chs": "設備位置",
7970 "xloc": [
7971 - "default.handlebars->29->640"
7971 + "default.handlebars->23->641"
7972 ]
7973 },
7974 {
@@ -7986,8 +7986,8 @@
7986 "zh-chs": "設備名稱",
7987 "xloc": [
7988 "default-mobile.handlebars->9->232",
7989 - "default.handlebars->29->231",
7990 - "default.handlebars->29->668",
7989 + "default.handlebars->23->231",
7990 + "default.handlebars->23->669",
7991 "player.handlebars->3->9"
7992 ]
7993 },
@@ -8005,7 +8005,7 @@
8005 "ru": "Уведомление устройства",
8006 "zh-chs": "設備通知",
8007 "xloc": [
8008 - "default.handlebars->29->603"
8008 + "default.handlebars->23->604"
8009 ]
8010 },
8011 {
@@ -8039,8 +8039,8 @@
8039 "ru": "Подключения устройств.",
8040 "zh-chs": "設備連接。",
8041 "xloc": [
8042 - "default.handlebars->29->1066",
8043 - "default.handlebars->29->1314"
8042 + "default.handlebars->23->1067",
8043 + "default.handlebars->23->1315"
8044 ]
8045 },
8046 {
@@ -8057,8 +8057,8 @@
8057 "ru": "Отключения устройств.",
8058 "zh-chs": "設備斷開連接。",
8059 "xloc": [
8060 - "default.handlebars->29->1067",
8061 - "default.handlebars->29->1315"
8060 + "default.handlebars->23->1068",
8061 + "default.handlebars->23->1316"
8062 ]
8063 },
8064 {
@@ -8075,7 +8075,7 @@
8075 "ru": "Примечания могут быть просмотрены и изменены другими администраторами.",
8076 "zh-chs": "其他設備組管理員可以查看和更改設備組註釋。",
8077 "xloc": [
8078 - "default.handlebars->29->601"
8078 + "default.handlebars->23->602"
8079 ]
8080 },
8081 {
@@ -8092,7 +8092,7 @@
8092 "ru": "Устройство обнаружено, но состояние питания не может быть получено.",
8093 "zh-chs": "檢測到設備,但無法獲得電源狀態。",
8094 "xloc": [
8095 - "default.handlebars->29->360"
8095 + "default.handlebars->23->360"
8096 ]
8097 },
8098 {
@@ -8110,7 +8110,7 @@
8110 "zh-chs": "設備正在休眠(S4)",
8111 "xloc": [
8112 "default-mobile.handlebars->9->128",
8113 - "default.handlebars->29->366"
8113 + "default.handlebars->23->366"
8114 ]
8115 },
8116 {
@@ -8128,7 +8128,7 @@
8128 "zh-chs": "設備處於深度睡眠狀態(S3)",
8129 "xloc": [
8130 "default-mobile.handlebars->9->127",
8131 - "default.handlebars->29->365"
8131 + "default.handlebars->23->365"
8132 ]
8133 },
8134 {
@@ -8145,7 +8145,7 @@
8145 "ru": "Устройство находится в состоянии глубокого сна (S3).",
8146 "zh-chs": "設備處於深度睡眠狀態(S3)。",
8147 "xloc": [
8148 - "default.handlebars->29->354"
8148 + "default.handlebars->23->354"
8149 ]
8150 },
8151 {
@@ -8162,7 +8162,7 @@
8162 "ru": "Устройство находится в режиме гибернации (S4).",
8163 "zh-chs": "設備處於休眠狀態(S4)。",
8164 "xloc": [
8165 - "default.handlebars->29->356"
8165 + "default.handlebars->23->356"
8166 ]
8167 },
8168 {
@@ -8179,7 +8179,7 @@
8179 "ru": "Устройство находится в выключенном состоянии (S5).",
8180 "zh-chs": "設備處於關機狀態(S5)。",
8181 "xloc": [
8182 - "default.handlebars->29->358"
8182 + "default.handlebars->23->358"
8183 ]
8184 },
8185 {
@@ -8197,7 +8197,7 @@
8197 "zh-chs": "設備處於睡眠狀態(S1)",
8198 "xloc": [
8199 "default-mobile.handlebars->9->125",
8200 - "default.handlebars->29->363"
8200 + "default.handlebars->23->363"
8201 ]
8202 },
8203 {
@@ -8214,7 +8214,7 @@
8214 "ru": "Устройство находится в спящем режиме (S1).",
8215 "zh-chs": "設備處於睡眠狀態(S1)。",
8216 "xloc": [
8217 - "default.handlebars->29->350"
8217 + "default.handlebars->23->350"
8218 ]
8219 },
8220 {
@@ -8232,7 +8232,7 @@
8232 "zh-chs": "設備處於睡眠狀態(S2)",
8233 "xloc": [
8234 "default-mobile.handlebars->9->126",
8235 - "default.handlebars->29->364"
8235 + "default.handlebars->23->364"
8236 ]
8237 },
8238 {
@@ -8249,7 +8249,7 @@
8249 "ru": "Устройство находится в спящем режиме (S2).",
8250 "zh-chs": "設備處於睡眠狀態(S2)。",
8251 "xloc": [
8252 - "default.handlebars->29->352"
8252 + "default.handlebars->23->352"
8253 ]
8254 },
8255 {
@@ -8267,7 +8267,7 @@
8267 "zh-chs": "設備處於軟斷開狀態(S5)",
8268 "xloc": [
8269 "default-mobile.handlebars->9->129",
8270 - "default.handlebars->29->367"
8270 + "default.handlebars->23->367"
8271 ]
8272 },
8273 {
@@ -8285,7 +8285,7 @@
8285 "zh-chs": "設備已上電",
8286 "xloc": [
8287 "default-mobile.handlebars->9->124",
8288 - "default.handlebars->29->362"
8288 + "default.handlebars->23->362"
8289 ]
8290 },
8291 {
@@ -8302,7 +8302,7 @@
8302 "ru": "Устройство включено.",
8303 "zh-chs": "設備上電。",
8304 "xloc": [
8305 - "default.handlebars->29->348"
8305 + "default.handlebars->23->348"
8306 ]
8307 },
8308 {
@@ -8320,7 +8320,7 @@
8320 "zh-chs": "設備存在,但無法確定電源狀態",
8321 "xloc": [
8322 "default-mobile.handlebars->9->130",
8323 - "default.handlebars->29->368"
8323 + "default.handlebars->23->368"
8324 ]
8325 },
8326 {
@@ -8337,7 +8337,7 @@
8337 "ru": "Имя устройства",
8338 "zh-chs": "設備名稱",
8339 "xloc": [
8340 - "default.handlebars->29->444"
8340 + "default.handlebars->23->444"
8341 ]
8342 },
8343 {
@@ -8354,7 +8354,7 @@
8354 "ru": "DeviceCheckbox",
8355 "zh-chs": "設備複選框",
8356 "xloc": [
8357 - "default.handlebars->29->394"
8357 + "default.handlebars->23->394"
8358 ]
8359 },
8360 {
@@ -8363,8 +8363,8 @@
8363 "ja": "デバイス",
8364 "nl": "Apparaten",
8365 "xloc": [
8366 - "default.handlebars->29->1471",
8367 - "default.handlebars->29->1493"
8366 + "default.handlebars->23->1472",
8367 + "default.handlebars->23->1494"
8368 ]
8369 },
8370 {
@@ -8381,7 +8381,7 @@
8381 "ru": "Отключено",
8382 "zh-chs": "殘障人士",
8383 "xloc": [
8384 - "default.handlebars->29->491"
8384 + "default.handlebars->23->492"
8385 ]
8386 },
8387 {
@@ -8400,8 +8400,8 @@
8400 "xloc": [
8401 "default-mobile.handlebars->9->245",
8402 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
8403 - "default.handlebars->29->1143",
8404 - "default.handlebars->29->718",
8403 + "default.handlebars->23->1144",
8404 + "default.handlebars->23->719",
8405 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
8406 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
8407 "xterm.handlebars->p11->deskarea0->deskarea1->3"
@@ -8441,11 +8441,11 @@
8441 "default-mobile.handlebars->9->1",
8442 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
8443 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
8444 - "default.handlebars->29->186",
8445 - "default.handlebars->29->203",
8446 - "default.handlebars->29->206",
8447 - "default.handlebars->29->212",
8448 - "default.handlebars->29->8",
8444 + "default.handlebars->23->186",
8445 + "default.handlebars->23->203",
8446 + "default.handlebars->23->206",
8447 + "default.handlebars->23->212",
8448 + "default.handlebars->23->8",
8449 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
8450 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
8451 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3->p13Status",
@@ -8483,7 +8483,7 @@
8483 "ru": "Отобразить имя группы устройств",
8484 "zh-chs": "顯示設備組名稱",
8485 "xloc": [
8486 - "default.handlebars->29->1065"
8486 + "default.handlebars->23->1066"
8487 ]
8488 },
8489 {
@@ -8500,7 +8500,7 @@
8500 "ru": "Отображаемое имя",
8501 "zh-chs": "顯示名稱",
8502 "xloc": [
8503 - "default.handlebars->29->689"
8503 + "default.handlebars->23->690"
8504 ]
8505 },
8506 {
@@ -8514,7 +8514,7 @@
8514 "ru": "Показать публичную ссылку",
8515 "zh-chs": "显示公共链接",
8516 "xloc": [
8517 - "default.handlebars->29->1334"
8517 + "default.handlebars->23->1335"
8518 ]
8519 },
8520 {
@@ -8531,7 +8531,20 @@
8531 "ru": "Ничего не делать",
8532 "zh-chs": "沒做什麼",
8533 "xloc": [
8534 - "default.handlebars->29->1187"
8534 + "default.handlebars->23->1188"
8535 + ]
8536 + },
8537 + {
8538 + "en": "Don't configure",
8539 + "xloc": [
8540 + "default.handlebars->23->1192",
8541 + "default.handlebars->23->1197"
8542 + ]
8543 + },
8544 + {
8545 + "en": "Don't connect to server",
8546 + "xloc": [
8547 + "default.handlebars->23->1193"
8548 ]
8549 },
8550 {
@@ -8564,11 +8577,7 @@
8577 "nl": "Niet configureren",
8578 "pt": "Não configure",
8579 "ru": "Не настраивать",
8567 - "zh-chs": "不要配置",
8568 - "xloc": [
8569 - "default.handlebars->29->1191",
8570 - "default.handlebars->29->1196"
8571 - ]
8580 + "zh-chs": "不要配置"
8581 },
8582 {
8583 "cs": "Nepřipojovat se k serveru",
@@ -8582,10 +8591,7 @@
8591 "nl": "Maak geen verbinding met de server",
8592 "pt": "Não conecte ao servidor",
8593 "ru": "Не подключаться к серверу",
8585 - "zh-chs": "不連接服務器",
8586 - "xloc": [
8587 - "default.handlebars->29->1192"
8588 - ]
8594 + "zh-chs": "不連接服務器"
8595 },
8596 {
8597 "cs": "Stažení",
@@ -8638,7 +8644,7 @@
8644 "zh-chs": "下載文件",
8645 "xloc": [
8646 "default-mobile.handlebars->9->278",
8641 - "default.handlebars->29->747"
8647 + "default.handlebars->23->748"
8648 ]
8649 },
8650 {
@@ -8655,7 +8661,7 @@
8661 "ru": "Скачать MeshCentral Router, инструмент сопоставления TCP портов.",
8662 "zh-chs": "下載MeshCentral Router,一個TCP端口映射工具。",
8663 "xloc": [
8658 - "default.handlebars->29->201"
8664 + "default.handlebars->23->201"
8665 ]
8666 },
8667 {
@@ -8672,7 +8678,7 @@
8678 "ru": "Скачать MeshCmd",
8679 "zh-chs": "下載MeshCmd",
8680 "xloc": [
8675 - "default.handlebars->29->660"
8681 + "default.handlebars->23->661"
8682 ]
8683 },
8684 {
@@ -8689,7 +8695,7 @@
8695 "ru": "Скачать MeshCmd, инструмент командной строки, выполняющий множество функций.",
8696 "zh-chs": "下載MeshCmd,這是一個執行許多功能的命令行工具。",
8697 "xloc": [
8692 - "default.handlebars->29->199"
8698 + "default.handlebars->23->199"
8699 ]
8700 },
8701 {
@@ -8723,7 +8729,7 @@
8729 "ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.",
8730 "zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。",
8731 "xloc": [
8726 - "default.handlebars->29->653"
8732 + "default.handlebars->23->654"
8733 ]
8734 },
8735 {
@@ -8774,7 +8780,7 @@
8780 "ru": "Скачать журнал ошибок",
8781 "zh-chs": "下載錯誤日誌",
8782 "xloc": [
8777 - "default.handlebars->29->104"
8783 + "default.handlebars->23->104"
8784 ]
8785 },
8786 {
@@ -8791,7 +8797,7 @@
8797 "ru": "Скачать события состояния питания",
8798 "zh-chs": "下載電源事件",
8799 "xloc": [
8794 - "default.handlebars->29->614"
8800 + "default.handlebars->23->615"
8801 ]
8802 },
8803 {
@@ -8842,7 +8848,7 @@
8848 "ru": "Загрузите список устройств с одним из форматов файлов ниже.",
8849 "zh-chs": "使用以下一種文件格式下載設備列表。",
8850 "xloc": [
8845 - "default.handlebars->29->398"
8851 + "default.handlebars->23->398"
8852 ]
8853 },
8854 {
@@ -8859,7 +8865,7 @@
8865 "ru": "Скачать список событий в одном из форматов ниже.",
8866 "zh-chs": "使用以下一種文件格式下載事件列表。",
8867 "xloc": [
8862 - "default.handlebars->29->1372"
8868 + "default.handlebars->23->1373"
8869 ]
8870 },
8871 {
@@ -8876,7 +8882,7 @@
8882 "ru": "Скачать список пользователей в одном из форматов ниже.",
8883 "zh-chs": "使用以下一種文件格式下載用戶列表。",
8884 "xloc": [
8879 - "default.handlebars->29->1429"
8885 + "default.handlebars->23->1430"
8886 ]
8887 },
8888 {
@@ -8954,7 +8960,7 @@
8960 "ja": "エージェントの複製",
8961 "nl": "Dubbele agent",
8962 "xloc": [
8957 - "default.handlebars->29->1663"
8963 + "default.handlebars->23->1664"
8964 ]
8965 },
8966 {
@@ -8988,7 +8994,7 @@
8994 "ru": "Скопировать группу пользователей",
8995 "zh-chs": "重複的用戶組",
8996 "xloc": [
8991 - "default.handlebars->29->1485"
8997 + "default.handlebars->23->1486"
8998 ]
8999 },
9000 {
@@ -9036,7 +9042,7 @@
9042 "ru": "Во время активации агент будет иметь доступ к паролю администратора.",
9043 "zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。",
9044 "xloc": [
9039 - "default.handlebars->29->1201"
9045 + "default.handlebars->23->1202"
9046 ]
9047 },
9048 {
@@ -9053,7 +9059,7 @@
9059 "ru": "Голландский (Бельгийский)",
9060 "zh-chs": "荷蘭語(比利時)",
9061 "xloc": [
9056 - "default.handlebars->29->906"
9062 + "default.handlebars->23->907"
9063 ]
9064 },
9065 {
@@ -9070,7 +9076,7 @@
9076 "ru": "Голландский (Стандартный)",
9077 "zh-chs": "荷蘭語(標準)",
9078 "xloc": [
9073 - "default.handlebars->29->905"
9079 + "default.handlebars->23->906"
9080 ]
9081 },
9082 {
@@ -9111,7 +9117,7 @@
9117 "ru": "ОШИБКА:",
9118 "zh-chs": "錯誤:",
9119 "xloc": [
9114 - "default.handlebars->29->140"
9120 + "default.handlebars->23->140"
9121 ]
9122 },
9123 {
@@ -9168,7 +9174,7 @@
9174 "ru": "ОШИБКА: Невозможно добавить ключ.",
9175 "zh-chs": "錯誤:無法添加密鑰。",
9176 "xloc": [
9171 - "default.handlebars->29->136"
9177 + "default.handlebars->23->136"
9178 ]
9179 },
9180 {
@@ -9221,7 +9227,7 @@
9227 "zh-chs": "編輯裝置",
9228 "xloc": [
9229 "default-mobile.handlebars->9->237",
9224 - "default.handlebars->29->673"
9230 + "default.handlebars->23->674"
9231 ]
9232 },
9233 {
@@ -9241,10 +9247,10 @@
9247 "default-mobile.handlebars->9->299",
9248 "default-mobile.handlebars->9->301",
9249 "default-mobile.handlebars->9->319",
9244 - "default.handlebars->29->1207",
9245 - "default.handlebars->29->1237",
9246 - "default.handlebars->29->1259",
9247 - "default.handlebars->29->1271"
9250 + "default.handlebars->23->1208",
9251 + "default.handlebars->23->1238",
9252 + "default.handlebars->23->1260",
9253 + "default.handlebars->23->1272"
9254 ]
9255 },
9256 {
@@ -9261,7 +9267,7 @@
9267 "ru": "Редактировать функции группы устройств",
9268 "zh-chs": "編輯設備組功能",
9269 "xloc": [
9264 - "default.handlebars->29->1223"
9270 + "default.handlebars->23->1224"
9271 ]
9272 },
9273 {
@@ -9278,8 +9284,8 @@
9284 "ru": "Редактировать права группы устройств",
9285 "zh-chs": "編輯設備組權限",
9286 "xloc": [
9281 - "default.handlebars->29->1256",
9282 - "default.handlebars->29->1268"
9287 + "default.handlebars->23->1257",
9288 + "default.handlebars->23->1269"
9289 ]
9290 },
9291 {
@@ -9296,7 +9302,7 @@
9302 "ru": "Редактировать согласие пользователя группы устройств",
9303 "zh-chs": "編輯設備組用戶同意",
9304 "xloc": [
9299 - "default.handlebars->29->1208"
9305 + "default.handlebars->23->1209"
9306 ]
9307 },
9308 {
@@ -9314,7 +9320,7 @@
9320 "zh-chs": "編輯設備說明",
9321 "xloc": [
9322 "default-mobile.handlebars->9->313",
9317 - "default.handlebars->29->1250"
9323 + "default.handlebars->23->1251"
9324 ]
9325 },
9326 {
@@ -9328,8 +9334,8 @@
9334 "ru": "Изменить разрешения устройства",
9335 "zh-chs": "编辑设备权限",
9336 "xloc": [
9331 - "default.handlebars->29->1261",
9332 - "default.handlebars->29->1263"
9337 + "default.handlebars->23->1262",
9338 + "default.handlebars->23->1264"
9339 ]
9340 },
9341 {
@@ -9338,7 +9344,7 @@
9344 "ja": "デバイスのユーザー同意の編集",
9345 "nl": "Gebruikerstoestemming apparaat bewerken",
9346 "xloc": [
9341 - "default.handlebars->29->1210"
9347 + "default.handlebars->23->1211"
9348 ]
9349 },
9350 {
@@ -9352,7 +9358,7 @@
9358 "ru": "Редактировать группу",
9359 "zh-chs": "编辑组",
9360 "xloc": [
9355 - "default.handlebars->29->580"
9361 + "default.handlebars->23->581"
9362 ]
9363 },
9364 {
@@ -9370,9 +9376,9 @@
9376 "zh-chs": "編輯英特爾&reg;AMT憑據",
9377 "xloc": [
9378 "default-mobile.handlebars->9->227",
9373 - "default.handlebars->29->479",
9374 - "default.handlebars->29->482",
9375 - "default.handlebars->29->621"
9379 + "default.handlebars->23->479",
9380 + "default.handlebars->23->482",
9381 + "default.handlebars->23->622"
9382 ]
9383 },
9384 {
@@ -9390,7 +9396,7 @@
9396 "zh-chs": "編輯筆記",
9397 "xloc": [
9398 "default-mobile.handlebars->9->326",
9393 - "default.handlebars->29->1278"
9399 + "default.handlebars->23->1279"
9400 ]
9401 },
9402 {
@@ -9399,7 +9405,7 @@
9405 "ja": "ユーザーの同意を編集",
9406 "nl": "Gebruikerstoestemming bewerken",
9407 "xloc": [
9402 - "default.handlebars->29->1209"
9408 + "default.handlebars->23->1210"
9409 ]
9410 },
9411 {
@@ -9416,7 +9422,7 @@
9422 "ru": "Редактировать права пользователя для группы устройств",
9423 "zh-chs": "編輯用戶設備組權限",
9424 "xloc": [
9419 - "default.handlebars->29->1269"
9425 + "default.handlebars->23->1270"
9426 ]
9427 },
9428 {
@@ -9430,7 +9436,7 @@
9436 "ru": "Изменить разрешения для пользовательских устройств",
9437 "zh-chs": "编辑用户设备权限",
9438 "xloc": [
9433 - "default.handlebars->29->1264"
9439 + "default.handlebars->23->1265"
9440 ]
9441 },
9442 {
@@ -9447,7 +9453,7 @@
9453 "ru": "Редактировать группу пользователей",
9454 "zh-chs": "編輯用戶組",
9455 "xloc": [
9450 - "default.handlebars->29->1520"
9456 + "default.handlebars->23->1521"
9457 ]
9458 },
9459 {
@@ -9456,7 +9462,7 @@
9462 "ja": "ユーザーグループデバイス権限の編集",
9463 "nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
9464 "xloc": [
9459 - "default.handlebars->29->1266"
9465 + "default.handlebars->23->1267"
9466 ]
9467 },
9468 {
@@ -9491,11 +9497,11 @@
9497 "zh-chs": "電子郵件",
9498 "xloc": [
9499 "default-mobile.handlebars->9->47",
9494 - "default.handlebars->29->1441",
9495 - "default.handlebars->29->1541",
9496 - "default.handlebars->29->1542",
9497 - "default.handlebars->29->1593",
9498 - "default.handlebars->29->279",
9500 + "default.handlebars->23->1442",
9501 + "default.handlebars->23->1542",
9502 + "default.handlebars->23->1543",
9503 + "default.handlebars->23->1594",
9504 + "default.handlebars->23->279",
9505 "login-mobile.handlebars->5->42",
9506 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
9507 "login.handlebars->5->43",
@@ -9517,7 +9523,7 @@
9523 "zh-chs": "電郵地址變更",
9524 "xloc": [
9525 "default-mobile.handlebars->9->48",
9520 - "default.handlebars->29->1074"
9526 + "default.handlebars->23->1075"
9527 ]
9528 },
9529 {
@@ -9535,7 +9541,7 @@
9541 "zh-chs": "郵件認證",
9542 "xloc": [
9543 "default-mobile.handlebars->9->37",
9538 - "default.handlebars->29->843"
9544 + "default.handlebars->23->844"
9545 ]
9546 },
9547 {
@@ -9573,7 +9579,7 @@
9579 "zh-chs": "電子郵件驗證",
9580 "xloc": [
9581 "default-mobile.handlebars->9->46",
9576 - "default.handlebars->29->1072"
9582 + "default.handlebars->23->1073"
9583 ]
9584 },
9585 {
@@ -9583,7 +9589,7 @@
9589 "ja": "招待メール",
9590 "nl": "E-mail uitnodiging",
9591 "xloc": [
9586 - "default.handlebars->29->276"
9592 + "default.handlebars->23->276"
9593 ]
9594 },
9595 {
@@ -9597,7 +9603,7 @@
9603 "ru": "Электронная почта не подтверждена",
9604 "zh-chs": "邮件未验证",
9605 "xloc": [
9600 - "default.handlebars->29->1401"
9606 + "default.handlebars->23->1402"
9607 ]
9608 },
9609 {
@@ -9614,8 +9620,8 @@
9620 "ru": "Email подтвержден",
9621 "zh-chs": "電子郵件已驗證",
9622 "xloc": [
9617 - "default.handlebars->29->1402",
9618 - "default.handlebars->29->1538"
9623 + "default.handlebars->23->1403",
9624 + "default.handlebars->23->1539"
9625 ]
9626 },
9627 {
@@ -9632,7 +9638,7 @@
9638 "ru": "Email подтвержден.",
9639 "zh-chs": "電子郵件已驗證。",
9640 "xloc": [
9635 - "default.handlebars->29->1447"
9641 + "default.handlebars->23->1448"
9642 ]
9643 },
9644 {
@@ -9649,7 +9655,7 @@
9655 "ru": "Email не подтвержден",
9656 "zh-chs": "電子郵件未驗證",
9657 "xloc": [
9652 - "default.handlebars->29->1539"
9658 + "default.handlebars->23->1540"
9659 ]
9660 },
9661 {
@@ -9684,7 +9690,7 @@
9690 "ja": "メール/ SMSトラフィック",
9691 "nl": "Email/SMS verkeer",
9692 "xloc": [
9687 - "default.handlebars->29->1702"
9693 + "default.handlebars->23->1703"
9694 ]
9695 },
9696 {
@@ -9723,7 +9729,7 @@
9729 "ru": "Включить коды приглашения",
9730 "zh-chs": "啟用邀請代碼",
9731 "xloc": [
9726 - "default.handlebars->29->1299"
9732 + "default.handlebars->23->1300"
9733 ]
9734 },
9735 {
@@ -9758,7 +9764,7 @@
9764 "zh-chs": "啟用電子郵件兩因素驗證。",
9765 "xloc": [
9766 "default-mobile.handlebars->9->39",
9761 - "default.handlebars->29->845"
9767 + "default.handlebars->23->846"
9768 ]
9769 },
9770 {
@@ -9809,7 +9815,7 @@
9815 "ru": "Английский",
9816 "zh-chs": "英語",
9817 "xloc": [
9812 - "default.handlebars->29->907"
9818 + "default.handlebars->23->908"
9819 ]
9820 },
9821 {
@@ -9826,7 +9832,7 @@
9832 "ru": "Английский (Австралия)",
9833 "zh-chs": "英文(澳洲)",
9834 "xloc": [
9829 - "default.handlebars->29->908"
9835 + "default.handlebars->23->909"
9836 ]
9837 },
9838 {
@@ -9843,7 +9849,7 @@
9849 "ru": "Английский (Белиз)",
9850 "zh-chs": "英語(伯利茲)",
9851 "xloc": [
9846 - "default.handlebars->29->909"
9852 + "default.handlebars->23->910"
9853 ]
9854 },
9855 {
@@ -9860,7 +9866,7 @@
9866 "ru": "Английский (Канада)",
9867 "zh-chs": "英文(加拿大)",
9868 "xloc": [
9863 - "default.handlebars->29->910"
9869 + "default.handlebars->23->911"
9870 ]
9871 },
9872 {
@@ -9877,7 +9883,7 @@
9883 "ru": "Английский (Ирландия)",
9884 "zh-chs": "英文(愛爾蘭)",
9885 "xloc": [
9880 - "default.handlebars->29->911"
9886 + "default.handlebars->23->912"
9887 ]
9888 },
9889 {
@@ -9894,7 +9900,7 @@
9900 "ru": "Английский (Ямайка)",
9901 "zh-chs": "英文(牙買加)",
9902 "xloc": [
9897 - "default.handlebars->29->912"
9903 + "default.handlebars->23->913"
9904 ]
9905 },
9906 {
@@ -9911,7 +9917,7 @@
9917 "ru": "Английский (Новая Зеландия)",
9918 "zh-chs": "英文(紐西蘭)",
9919 "xloc": [
9914 - "default.handlebars->29->913"
9920 + "default.handlebars->23->914"
9921 ]
9922 },
9923 {
@@ -9928,7 +9934,7 @@
9934 "ru": "Английский (Филиппины)",
9935 "zh-chs": "英文(菲律賓)",
9936 "xloc": [
9931 - "default.handlebars->29->914"
9937 + "default.handlebars->23->915"
9938 ]
9939 },
9940 {
@@ -9945,7 +9951,7 @@
9951 "ru": "Английский (Южная Африка)",
9952 "zh-chs": "英語(南非)",
9953 "xloc": [
9948 - "default.handlebars->29->915"
9954 + "default.handlebars->23->916"
9955 ]
9956 },
9957 {
@@ -9962,7 +9968,7 @@
9968 "ru": "Английский (Тринидад и Тобаго)",
9969 "zh-chs": "英文(特立尼達和多巴哥)",
9970 "xloc": [
9965 - "default.handlebars->29->916"
9971 + "default.handlebars->23->917"
9972 ]
9973 },
9974 {
@@ -9979,7 +9985,7 @@
9985 "ru": "Английский (Великобритания)",
9986 "zh-chs": "英文(英國)",
9987 "xloc": [
9982 - "default.handlebars->29->917"
9988 + "default.handlebars->23->918"
9989 ]
9990 },
9991 {
@@ -9996,7 +10002,7 @@
10002 "ru": "Английский (Соединенные Штаты)",
10003 "zh-chs": "美國英語)",
10004 "xloc": [
9999 - "default.handlebars->29->918"
10005 + "default.handlebars->23->919"
10006 ]
10007 },
10008 {
@@ -10013,7 +10019,7 @@
10019 "ru": "Английский (Зимбабве)",
10020 "zh-chs": "英文(津巴布韋)",
10021 "xloc": [
10016 - "default.handlebars->29->919"
10022 + "default.handlebars->23->920"
10023 ]
10024 },
10025 {
@@ -10030,8 +10036,8 @@
10036 "ru": "Ввод",
10037 "zh-chs": "輸入",
10038 "xloc": [
10033 - "default.handlebars->29->1100",
10034 - "default.handlebars->29->1101"
10039 + "default.handlebars->23->1101",
10040 + "default.handlebars->23->1102"
10041 ]
10042 },
10043 {
@@ -10048,7 +10054,7 @@
10054 "ru": "Введите разделенный запятыми список имен административных областей.",
10055 "zh-chs": "輸入管理領域名稱的逗號分隔列表。",
10056 "xloc": [
10051 - "default.handlebars->29->1451"
10057 + "default.handlebars->23->1452"
10058 ]
10059 },
10060 {
@@ -10065,7 +10071,7 @@
10071 "ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.",
10072 "zh-chs": "輸入IP地址範圍以掃描Intel AMT設備。",
10073 "xloc": [
10068 - "default.handlebars->29->246"
10074 + "default.handlebars->23->246"
10075 ]
10076 },
10077 {
@@ -10082,7 +10088,7 @@
10088 "ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.",
10089 "zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
10090 "xloc": [
10085 - "default.handlebars->29->683"
10091 + "default.handlebars->23->684"
10092 ]
10093 },
10094 {
@@ -10117,7 +10123,7 @@
10123 "ru": "Для двухэтапного входа введите токен здесь:",
10124 "zh-chs": "在此處輸入令牌以進行兩步登錄:",
10125 "xloc": [
10120 - "default.handlebars->29->108"
10126 + "default.handlebars->23->108"
10127 ]
10128 },
10129 {
@@ -10125,7 +10131,7 @@
10131 "nl": "Voer uw telefoonnummer in dat geschikt is voor SMS. Na verificatie kan het nummer worden gebruikt voor inlogverificatie en andere meldingen.",
10132 "ja": "SMS対応の電話番号を入力します。確認後、番号はログイン確認やその他の通知に使用できます。",
10133 "xloc": [
10128 - "default.handlebars->29->840"
10134 + "default.handlebars->23->841"
10135 ]
10136 },
10137 {
@@ -10142,7 +10148,7 @@
10148 "ru": "Ошибка, Невозможно добавить код.",
10149 "zh-chs": "錯誤,無法添加密鑰。",
10150 "xloc": [
10145 - "default.handlebars->29->134"
10151 + "default.handlebars->23->134"
10152 ]
10153 },
10154 {
@@ -10176,7 +10182,7 @@
10182 "ru": "Эсперанто",
10183 "zh-chs": "世界語",
10184 "xloc": [
10179 - "default.handlebars->29->920"
10185 + "default.handlebars->23->921"
10186 ]
10187 },
10188 {
@@ -10193,7 +10199,7 @@
10199 "ru": "Эстонский",
10200 "zh-chs": "愛沙尼亞語",
10201 "xloc": [
10196 - "default.handlebars->29->921"
10202 + "default.handlebars->23->922"
10203 ]
10204 },
10205 {
@@ -10210,7 +10216,7 @@
10216 "ru": "Детали события",
10217 "zh-chs": "活動詳情",
10218 "xloc": [
10213 - "default.handlebars->29->760"
10219 + "default.handlebars->23->761"
10220 ]
10221 },
10222 {
@@ -10227,7 +10233,7 @@
10233 "ru": "Экспорт списка событий",
10234 "zh-chs": "活動列表導出",
10235 "xloc": [
10230 - "default.handlebars->29->1377"
10236 + "default.handlebars->23->1378"
10237 ]
10238 },
10239 {
@@ -10299,7 +10305,7 @@
10305 "ru": "Экспорт информации об устройстве",
10306 "zh-chs": "導出設備信息",
10307 "xloc": [
10302 - "default.handlebars->29->390"
10308 + "default.handlebars->23->390"
10309 ]
10310 },
10311 {
@@ -10316,7 +10322,7 @@
10322 "ru": "Расширенный ASCII",
10323 "zh-chs": "擴展ASCII",
10324 "xloc": [
10319 - "default.handlebars->29->709"
10325 + "default.handlebars->23->710"
10326 ]
10327 },
10328 {
@@ -10350,7 +10356,7 @@
10356 "ru": "Внешний",
10357 "zh-chs": "外部",
10358 "xloc": [
10353 - "default.handlebars->29->1687"
10359 + "default.handlebars->23->1688"
10360 ]
10361 },
10362 {
@@ -10367,7 +10373,7 @@
10373 "ru": "Mакедонский (БЮР)",
10374 "zh-chs": "FYRO馬其頓語",
10375 "xloc": [
10370 - "default.handlebars->29->971"
10376 + "default.handlebars->23->972"
10377 ]
10378 },
10379 {
@@ -10384,7 +10390,7 @@
10390 "ru": "Фарерский",
10391 "zh-chs": "法羅語",
10392 "xloc": [
10387 - "default.handlebars->29->922"
10393 + "default.handlebars->23->923"
10394 ]
10395 },
10396 {
@@ -10401,7 +10407,7 @@
10407 "ru": "Не удалось",
10408 "zh-chs": "失敗的",
10409 "xloc": [
10404 - "default.handlebars->29->67"
10410 + "default.handlebars->23->67"
10411 ]
10412 },
10413 {
@@ -10418,7 +10424,7 @@
10424 "ru": "Фарси (Персидский)",
10425 "zh-chs": "波斯語(波斯語)",
10426 "xloc": [
10421 - "default.handlebars->29->923"
10427 + "default.handlebars->23->924"
10428 ]
10429 },
10430 {
@@ -10453,7 +10459,7 @@
10459 "ru": "Функции",
10460 "zh-chs": "特徵",
10461 "xloc": [
10456 - "default.handlebars->29->1129"
10462 + "default.handlebars->23->1130"
10463 ]
10464 },
10465 {
@@ -10470,7 +10476,7 @@
10476 "ru": "Фиджи",
10477 "zh-chs": "斐濟",
10478 "xloc": [
10473 - "default.handlebars->29->924"
10479 + "default.handlebars->23->925"
10480 ]
10481 },
10482 {
@@ -10488,8 +10494,8 @@
10494 "zh-chs": "文件編輯器",
10495 "xloc": [
10496 "default-mobile.handlebars->9->262",
10491 - "default.handlebars->29->424",
10492 - "default.handlebars->29->732"
10497 + "default.handlebars->23->424",
10498 + "default.handlebars->23->733"
10499 ]
10500 },
10501 {
@@ -10523,7 +10529,7 @@
10529 "ru": "Драйвер файловой системы",
10530 "zh-chs": "FileSystemDriver",
10531 "xloc": [
10526 - "default.handlebars->29->692"
10532 + "default.handlebars->23->693"
10533 ]
10534 },
10535 {
@@ -10540,7 +10546,7 @@
10546 "ru": "Файлы",
10547 "zh-chs": "檔案",
10548 "xloc": [
10543 - "default.handlebars->29->1218",
10549 + "default.handlebars->23->1219",
10550 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
10551 "default.handlebars->contextMenu->cxfiles"
10552 ]
@@ -10576,9 +10582,9 @@
10582 "ru": "Уведомление файлов",
10583 "zh-chs": "文件通知",
10584 "xloc": [
10579 - "default.handlebars->29->1137",
10580 - "default.handlebars->29->1566",
10581 - "default.handlebars->29->503"
10585 + "default.handlebars->23->1138",
10586 + "default.handlebars->23->1567",
10587 + "default.handlebars->23->504"
10588 ]
10589 },
10590 {
@@ -10595,9 +10601,9 @@
10601 "ru": "Запрос файлов",
10602 "zh-chs": "文件提示",
10603 "xloc": [
10598 - "default.handlebars->29->1136",
10599 - "default.handlebars->29->1565",
10600 - "default.handlebars->29->502"
10604 + "default.handlebars->23->1137",
10605 + "default.handlebars->23->1566",
10606 + "default.handlebars->23->503"
10607 ]
10608 },
10609 {
@@ -10632,7 +10638,7 @@
10638 "ru": "Финский",
10639 "zh-chs": "芬蘭",
10640 "xloc": [
10635 - "default.handlebars->29->925"
10641 + "default.handlebars->23->926"
10642 ]
10643 },
10644 {
@@ -10749,8 +10755,8 @@
10755 "ru": "Принудительно сбросить пароль при следующем входе в систему.",
10756 "zh-chs": "下次登錄時強制重置密碼。",
10757 "xloc": [
10752 - "default.handlebars->29->1445",
10753 - "default.handlebars->29->1602"
10758 + "default.handlebars->23->1446",
10759 + "default.handlebars->23->1603"
10760 ]
10761 },
10762 {
@@ -10836,8 +10842,8 @@
10842 "ru": "Свободно",
10843 "zh-chs": "自由",
10844 "xloc": [
10839 - "default.handlebars->29->1648",
10840 - "default.handlebars->29->1650"
10845 + "default.handlebars->23->1649",
10846 + "default.handlebars->23->1651"
10847 ]
10848 },
10849 {
@@ -10855,7 +10861,7 @@
10861 "zh-chs": "FreeBSD x86-64",
10862 "xloc": [
10863 "default-mobile.handlebars->9->183",
10858 - "default.handlebars->29->43"
10864 + "default.handlebars->23->43"
10865 ]
10866 },
10867 {
@@ -10872,7 +10878,7 @@
10878 "ru": "Французский (Бельгия)",
10879 "zh-chs": "法語(比利時)",
10880 "xloc": [
10875 - "default.handlebars->29->927"
10881 + "default.handlebars->23->928"
10882 ]
10883 },
10884 {
@@ -10889,7 +10895,7 @@
10895 "ru": "Французский (Канада)",
10896 "zh-chs": "法語(加拿大)",
10897 "xloc": [
10892 - "default.handlebars->29->928"
10898 + "default.handlebars->23->929"
10899 ]
10900 },
10901 {
@@ -10906,7 +10912,7 @@
10912 "ru": "Французский (Франция)",
10913 "zh-chs": "法語(法國)",
10914 "xloc": [
10909 - "default.handlebars->29->929"
10915 + "default.handlebars->23->930"
10916 ]
10917 },
10918 {
@@ -10923,7 +10929,7 @@
10929 "ru": "Французский (Люксембург)",
10930 "zh-chs": "法語(盧森堡)",
10931 "xloc": [
10926 - "default.handlebars->29->930"
10932 + "default.handlebars->23->931"
10933 ]
10934 },
10935 {
@@ -10940,7 +10946,7 @@
10946 "ru": "Французский (Монако)",
10947 "zh-chs": "法語(摩納哥)",
10948 "xloc": [
10943 - "default.handlebars->29->931"
10949 + "default.handlebars->23->932"
10950 ]
10951 },
10952 {
@@ -10957,7 +10963,7 @@
10963 "ru": "Французский (Стандартный)",
10964 "zh-chs": "法語(標準)",
10965 "xloc": [
10960 - "default.handlebars->29->926"
10966 + "default.handlebars->23->927"
10967 ]
10968 },
10969 {
@@ -10974,7 +10980,7 @@
10980 "ru": "Французский (Швейцария)",
10981 "zh-chs": "法語(瑞士)",
10982 "xloc": [
10977 - "default.handlebars->29->932"
10983 + "default.handlebars->23->933"
10984 ]
10985 },
10986 {
@@ -10991,7 +10997,7 @@
10997 "ru": "Фризский",
10998 "zh-chs": "弗里斯蘭語",
10999 "xloc": [
10994 - "default.handlebars->29->933"
11000 + "default.handlebars->23->934"
11001 ]
11002 },
11003 {
@@ -11008,7 +11014,7 @@
11014 "ru": "Фриульский",
11015 "zh-chs": "弗留利",
11016 "xloc": [
11011 - "default.handlebars->29->934"
11017 + "default.handlebars->23->935"
11018 ]
11019 },
11020 {
@@ -11029,9 +11035,9 @@
11035 "default-mobile.handlebars->9->300",
11036 "default-mobile.handlebars->9->318",
11037 "default-mobile.handlebars->9->74",
11032 - "default.handlebars->29->1107",
11033 - "default.handlebars->29->1236",
11034 - "default.handlebars->29->1457"
11038 + "default.handlebars->23->1108",
11039 + "default.handlebars->23->1237",
11040 + "default.handlebars->23->1458"
11041 ]
11042 },
11043 {
@@ -11048,7 +11054,7 @@
11054 "ru": "Администратор с полным доступом (все права)",
11055 "zh-chs": "正式管理員(保留所有權利)",
11056 "xloc": [
11051 - "default.handlebars->29->1270"
11057 + "default.handlebars->23->1271"
11058 ]
11059 },
11060 {
@@ -11079,7 +11085,7 @@
11085 "ru": "Полные права на устройство",
11086 "zh-chs": "完整的設備權限",
11087 "xloc": [
11082 - "default.handlebars->29->563"
11088 + "default.handlebars->23->564"
11089 ]
11090 },
11091 {
@@ -11093,7 +11099,7 @@
11099 "ru": "Полные права",
11100 "zh-chs": "完全权利",
11101 "xloc": [
11096 - "default.handlebars->29->579"
11102 + "default.handlebars->23->580"
11103 ]
11104 },
11105 {
@@ -11129,7 +11135,7 @@
11135 "ru": "Администратор с полным доступом",
11136 "zh-chs": "正式管理員",
11137 "xloc": [
11132 - "default.handlebars->29->1534"
11138 + "default.handlebars->23->1535"
11139 ]
11140 },
11141 {
@@ -11137,7 +11143,7 @@
11143 "ja": "GPU",
11144 "nl": "GPU",
11145 "xloc": [
11140 - "default.handlebars->29->808"
11146 + "default.handlebars->23->809"
11147 ]
11148 },
11149 {
@@ -11154,7 +11160,7 @@
11160 "ru": "Гэльский (Ирландский)",
11161 "zh-chs": "蓋爾語(愛爾蘭)",
11162 "xloc": [
11157 - "default.handlebars->29->936"
11163 + "default.handlebars->23->937"
11164 ]
11165 },
11166 {
@@ -11171,7 +11177,7 @@
11177 "ru": "Гэльский (Шотландия)",
11178 "zh-chs": "蓋爾語(蘇格蘭語)",
11179 "xloc": [
11174 - "default.handlebars->29->935"
11180 + "default.handlebars->23->936"
11181 ]
11182 },
11183 {
@@ -11188,7 +11194,7 @@
11194 "ru": "Галицкий",
11195 "zh-chs": "加拉契人",
11196 "xloc": [
11191 - "default.handlebars->29->937"
11197 + "default.handlebars->23->938"
11198 ]
11199 },
11200 {
@@ -11205,7 +11211,7 @@
11211 "ru": "MAC шлюза",
11212 "zh-chs": "網關MAC",
11213 "xloc": [
11208 - "default.handlebars->29->89"
11214 + "default.handlebars->23->89"
11215 ]
11216 },
11217 {
@@ -11261,7 +11267,7 @@
11267 "ru": "Общая информация",
11268 "zh-chs": "一般信息",
11269 "xloc": [
11264 - "default.handlebars->29->431"
11270 + "default.handlebars->23->431"
11271 ]
11272 },
11273 {
@@ -11278,7 +11284,7 @@
11284 "ru": "Генерация новых токенов",
11285 "zh-chs": "生成新令牌",
11286 "xloc": [
11281 - "default.handlebars->29->122"
11287 + "default.handlebars->23->122"
11288 ]
11289 },
11290 {
@@ -11295,7 +11301,7 @@
11301 "ru": "Грузинский",
11302 "zh-chs": "格魯吉亞人",
11303 "xloc": [
11298 - "default.handlebars->29->938"
11304 + "default.handlebars->23->939"
11305 ]
11306 },
11307 {
@@ -11312,7 +11318,7 @@
11318 "ru": "Немецкий (Австрия)",
11319 "zh-chs": "德語(奧地利)",
11320 "xloc": [
11315 - "default.handlebars->29->940"
11321 + "default.handlebars->23->941"
11322 ]
11323 },
11324 {
@@ -11329,7 +11335,7 @@
11335 "ru": "Немецкий (Германия)",
11336 "zh-chs": "德文(德國)",
11337 "xloc": [
11332 - "default.handlebars->29->941"
11338 + "default.handlebars->23->942"
11339 ]
11340 },
11341 {
@@ -11346,7 +11352,7 @@
11352 "ru": "Немецкий (Лихтенштейн)",
11353 "zh-chs": "德文(列支敦士登)",
11354 "xloc": [
11349 - "default.handlebars->29->942"
11355 + "default.handlebars->23->943"
11356 ]
11357 },
11358 {
@@ -11363,7 +11369,7 @@
11369 "ru": "Немецкий (Люксембург)",
11370 "zh-chs": "德語(盧森堡)",
11371 "xloc": [
11366 - "default.handlebars->29->943"
11372 + "default.handlebars->23->944"
11373 ]
11374 },
11375 {
@@ -11380,7 +11386,7 @@
11386 "ru": "Немецкий (Стандартный)",
11387 "zh-chs": "德語(標準)",
11388 "xloc": [
11383 - "default.handlebars->29->939"
11389 + "default.handlebars->23->940"
11390 ]
11391 },
11392 {
@@ -11397,7 +11403,7 @@
11403 "ru": "Немецкий (Швейцария)",
11404 "zh-chs": "德語(瑞士)",
11405 "xloc": [
11400 - "default.handlebars->29->944"
11406 + "default.handlebars->23->945"
11407 ]
11408 },
11409 {
@@ -11414,7 +11420,7 @@
11420 "ru": "Получить учетные данные MQTT для этого устройства.",
11421 "zh-chs": "獲取此設備的MQTT登錄憑據。",
11422 "xloc": [
11417 - "default.handlebars->29->544"
11423 + "default.handlebars->23->545"
11424 ]
11425 },
11426 {
@@ -11475,7 +11481,7 @@
11481 "ru": "Хорошо",
11482 "zh-chs": "好",
11483 "xloc": [
11478 - "default.handlebars->29->1103"
11484 + "default.handlebars->23->1104"
11485 ]
11486 },
11487 {
@@ -11512,7 +11518,7 @@
11518 "ru": "Греческий",
11519 "zh-chs": "希臘語",
11520 "xloc": [
11515 - "default.handlebars->29->945"
11521 + "default.handlebars->23->946"
11522 ]
11523 },
11524 {
@@ -11530,7 +11536,7 @@
11536 "zh-chs": "組",
11537 "xloc": [
11538 "default-mobile.handlebars->9->144",
11533 - "default.handlebars->29->456",
11539 + "default.handlebars->23->456",
11540 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
11541 ]
11542 },
@@ -11548,9 +11554,9 @@
11554 "ru": "Групповое действие",
11555 "zh-chs": "集體行動",
11556 "xloc": [
11551 - "default.handlebars->29->1414",
11552 - "default.handlebars->29->1477",
11553 - "default.handlebars->29->393",
11557 + "default.handlebars->23->1415",
11558 + "default.handlebars->23->1478",
11559 + "default.handlebars->23->393",
11560 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
11561 "default.handlebars->container->column_l->p4->3->1->0->3->3",
11562 "default.handlebars->container->column_l->p50->3->1->0->3->3"
@@ -11570,7 +11576,7 @@
11576 "ru": "Члены группы",
11577 "zh-chs": "小組成員",
11578 "xloc": [
11573 - "default.handlebars->29->1497"
11579 + "default.handlebars->23->1498"
11580 ]
11581 },
11582 {
@@ -11587,7 +11593,7 @@
11593 "ru": "Права на группу для пользователя {0}.",
11594 "zh-chs": "用戶{0}的組權限。",
11595 "xloc": [
11590 - "default.handlebars->29->1235"
11596 + "default.handlebars->23->1236"
11597 ]
11598 },
11599 {
@@ -11604,7 +11610,7 @@
11610 "ru": "Права на группу для {0}.",
11611 "zh-chs": "{0}的組權限。",
11612 "xloc": [
11607 - "default.handlebars->29->1234"
11613 + "default.handlebars->23->1235"
11614 ]
11615 },
11616 {
@@ -11655,7 +11661,7 @@
11661 "ru": "Гуджарати",
11662 "zh-chs": "古久拉提",
11663 "xloc": [
11658 - "default.handlebars->29->946"
11664 + "default.handlebars->23->947"
11665 ]
11666 },
11667 {
@@ -11691,7 +11697,7 @@
11697 "ru": "Гаитянский",
11698 "zh-chs": "海地",
11699 "xloc": [
11694 - "default.handlebars->29->947"
11700 + "default.handlebars->23->948"
11701 ]
11702 },
11703 {
@@ -11725,7 +11731,7 @@
11731 "ru": "Жесткое отключение агента",
11732 "zh-chs": "硬斷開劑",
11733 "xloc": [
11728 - "default.handlebars->29->835"
11734 + "default.handlebars->23->836"
11735 ]
11736 },
11737 {
@@ -11742,7 +11748,7 @@
11748 "ru": "Всего кучи",
11749 "zh-chs": "堆總數",
11750 "xloc": [
11745 - "default.handlebars->29->1689"
11751 + "default.handlebars->23->1690"
11752 ]
11753 },
11754 {
@@ -11759,7 +11765,7 @@
11765 "ru": "Куча используется",
11766 "zh-chs": "堆使用",
11767 "xloc": [
11762 - "default.handlebars->29->1688"
11768 + "default.handlebars->23->1689"
11769 ]
11770 },
11771 {
@@ -11776,7 +11782,7 @@
11782 "ru": "Иврит",
11783 "zh-chs": "希伯來語",
11784 "xloc": [
11779 - "default.handlebars->29->948"
11785 + "default.handlebars->23->949"
11786 ]
11787 },
11788 {
@@ -11808,7 +11814,7 @@
11814 "ru": "Помочь перевести MeshCentral",
11815 "zh-chs": "幫助翻譯MeshCentral",
11816 "xloc": [
11811 - "default.handlebars->29->1062"
11817 + "default.handlebars->23->1063"
11818 ]
11819 },
11820 {
@@ -11870,8 +11876,8 @@
11876 "xloc": [
11877 "default-mobile.handlebars->9->114",
11878 "default-mobile.handlebars->9->121",
11873 - "default.handlebars->29->357",
11874 - "default.handlebars->29->5"
11879 + "default.handlebars->23->357",
11880 + "default.handlebars->23->5"
11881 ]
11882 },
11883 {
@@ -11888,7 +11894,7 @@
11894 "ru": "Хинди",
11895 "zh-chs": "印地語",
11896 "xloc": [
11891 - "default.handlebars->29->949"
11897 + "default.handlebars->23->950"
11898 ]
11899 },
11900 {
@@ -11924,7 +11930,7 @@
11930 "zh-chs": "持有1份副本",
11931 "xloc": [
11932 "default-mobile.handlebars->9->271",
11927 - "default.handlebars->29->741"
11933 + "default.handlebars->23->742"
11934 ]
11935 },
11936 {
@@ -11942,7 +11948,7 @@
11948 "zh-chs": "持有1個搬家公司",
11949 "xloc": [
11950 "default-mobile.handlebars->9->275",
11945 - "default.handlebars->29->745"
11951 + "default.handlebars->23->746"
11952 ]
11953 },
11954 {
@@ -11960,7 +11966,7 @@
11966 "zh-chs": "保留{0}個條目進行複制",
11967 "xloc": [
11968 "default-mobile.handlebars->9->269",
11963 - "default.handlebars->29->739"
11969 + "default.handlebars->23->740"
11970 ]
11971 },
11972 {
@@ -11978,7 +11984,7 @@
11984 "zh-chs": "保留{0}個條目以進行移動",
11985 "xloc": [
11986 "default-mobile.handlebars->9->273",
11981 - "default.handlebars->29->743"
11987 + "default.handlebars->23->744"
11988 ]
11989 },
11990 {
@@ -11996,7 +12002,7 @@
12002 "zh-chs": "保持{2}的{0}入口{1}",
12003 "xloc": [
12004 "default-mobile.handlebars->9->98",
11999 - "default.handlebars->29->1364"
12005 + "default.handlebars->23->1365"
12006 ]
12007 },
12008 {
@@ -12017,9 +12023,9 @@
12023 "default-mobile.handlebars->9->147",
12024 "default-mobile.handlebars->9->149",
12025 "default-mobile.handlebars->9->233",
12020 - "default.handlebars->29->232",
12021 - "default.handlebars->29->461",
12022 - "default.handlebars->29->669"
12026 + "default.handlebars->23->232",
12027 + "default.handlebars->23->461",
12028 + "default.handlebars->23->670"
12029 ]
12030 },
12031 {
@@ -12036,7 +12042,7 @@
12042 "ru": "Синхронизация имени хоста",
12043 "zh-chs": "主機名同步",
12044 "xloc": [
12039 - "default.handlebars->29->1127"
12045 + "default.handlebars->23->1128"
12046 ]
12047 },
12048 {
@@ -12053,7 +12059,7 @@
12059 "ru": "Венгерский",
12060 "zh-chs": "匈牙利",
12061 "xloc": [
12056 - "default.handlebars->29->950"
12062 + "default.handlebars->23->951"
12063 ]
12064 },
12065 {
@@ -12070,7 +12076,7 @@
12076 "ru": "Диапазон IP",
12077 "zh-chs": "IP範圍",
12078 "xloc": [
12073 - "default.handlebars->29->247"
12079 + "default.handlebars->23->247"
12080 ]
12081 },
12082 {
@@ -12105,7 +12111,7 @@
12111 "ru": "IP: {0}",
12112 "zh-chs": "IP:{0}",
12113 "xloc": [
12108 - "default.handlebars->29->781"
12114 + "default.handlebars->23->782"
12115 ]
12116 },
12117 {
@@ -12122,7 +12128,7 @@
12128 "ru": "IP: {0}, маска: {1}, шлюз: {2}",
12129 "zh-chs": "IP:{0},掩碼:{1},網關:{2}",
12130 "xloc": [
12125 - "default.handlebars->29->779"
12131 + "default.handlebars->23->780"
12132 ]
12133 },
12134 {
@@ -12139,8 +12145,8 @@
12145 "ru": "Уровень IPv4",
12146 "zh-chs": "IPv4層",
12147 "xloc": [
12142 - "default.handlebars->29->778",
12143 - "default.handlebars->29->780"
12148 + "default.handlebars->23->779",
12149 + "default.handlebars->23->781"
12150 ]
12151 },
12152 {
@@ -12157,7 +12163,7 @@
12163 "ru": "IPv4 адрес",
12164 "zh-chs": "IPv4地址",
12165 "xloc": [
12160 - "default.handlebars->29->83"
12166 + "default.handlebars->23->83"
12167 ]
12168 },
12169 {
@@ -12174,7 +12180,7 @@
12180 "ru": "IPv4 шлюз",
12181 "zh-chs": "IPv4網關",
12182 "xloc": [
12177 - "default.handlebars->29->87"
12183 + "default.handlebars->23->87"
12184 ]
12185 },
12186 {
@@ -12191,7 +12197,7 @@
12197 "ru": "IPv4 маска",
12198 "zh-chs": "IPv4掩碼",
12199 "xloc": [
12194 - "default.handlebars->29->85"
12200 + "default.handlebars->23->85"
12201 ]
12202 },
12203 {
@@ -12208,7 +12214,7 @@
12214 "ru": "Исландский",
12215 "zh-chs": "冰島的",
12216 "xloc": [
12211 - "default.handlebars->29->951"
12217 + "default.handlebars->23->952"
12218 ]
12219 },
12220 {
@@ -12226,7 +12232,7 @@
12232 "zh-chs": "圖標選擇",
12233 "xloc": [
12234 "default-mobile.handlebars->9->231",
12229 - "default.handlebars->29->667"
12235 + "default.handlebars->23->668"
12236 ]
12237 },
12238 {
@@ -12243,7 +12249,7 @@
12249 "ru": "Идентификатор",
12250 "zh-chs": "識別碼",
12251 "xloc": [
12246 - "default.handlebars->29->806"
12252 + "default.handlebars->23->807"
12253 ]
12254 },
12255 {
@@ -12325,7 +12331,7 @@
12331 "zh-chs": "个别装置",
12332 "xloc": [
12333 "default-mobile.handlebars->9->103",
12328 - "default.handlebars->29->173"
12334 + "default.handlebars->23->173"
12335 ]
12336 },
12337 {
@@ -12342,7 +12348,7 @@
12348 "ru": "Индонезийский",
12349 "zh-chs": "印度尼西亞",
12350 "xloc": [
12345 - "default.handlebars->29->952"
12351 + "default.handlebars->23->953"
12352 ]
12353 },
12354 {
@@ -12424,7 +12430,7 @@
12430 "ru": "Установите <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> или совместимое приложение и отсканируйте штрих-код, используйте <a href=\\\"{0}\\\" rel=\\\"noreferrer noopener\\\" target=_blank>эту ссылку</a> или введите код. Затем введите ниже текущий токен из 6 цифр для активации двухшаговой авторизации.",
12431 "zh-chs": "安裝<a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank> Google身份驗證器</a>或兼容的應用程序並掃描條形碼,使用<a href=\\\"{0}\\\" rel=\\\"noreferrer noopener\\\" target=_blank>此鏈接</a>或輸入密碼。然後,在下面輸入當前的6位數令牌以激活兩步登錄。",
12432 "xloc": [
12427 - "default.handlebars->29->107"
12433 + "default.handlebars->23->107"
12434 ]
12435 },
12436 {
@@ -12457,7 +12463,7 @@
12463 "ru": "Установка CIRA",
12464 "zh-chs": "安裝CIRA",
12465 "xloc": [
12460 - "default.handlebars->29->1160"
12466 + "default.handlebars->23->1161"
12467 ]
12468 },
12469 {
@@ -12474,7 +12480,7 @@
12480 "ru": "Локальная установка",
12481 "zh-chs": "安裝本地",
12482 "xloc": [
12477 - "default.handlebars->29->1162"
12483 + "default.handlebars->23->1163"
12484 ]
12485 },
12486 {
@@ -12491,10 +12497,10 @@
12497 "ru": "Тип установки",
12498 "zh-chs": "安裝類型",
12499 "xloc": [
12494 - "default.handlebars->29->1301",
12495 - "default.handlebars->29->1308",
12496 - "default.handlebars->29->294",
12497 - "default.handlebars->29->316"
12500 + "default.handlebars->23->1302",
12501 + "default.handlebars->23->1309",
12502 + "default.handlebars->23->294",

This file is too large to show in full.

views/default-mobile.handlebars
+13 -13
@@ -7,18 +7,18 @@
7 <meta name="apple-mobile-web-app-capable" content="yes" />
8 <meta name="format-detection" content="telephone=no" />
9 <link rel="shortcut icon" type="image/x-icon" href="{{{domainurl}}}favicon.ico" />
10 - <script type="text/javascript" src="scripts/common-0.0.1.js"></script>
11 - <script type="text/javascript" src="scripts/meshcentral.js"></script>
12 - <script type="text/javascript" src="scripts/agent-redir-ws-0.1.1.js"></script>
13 - <script type="text/javascript" src="scripts/agent-desktop-0.0.2.js"></script>
14 - <script type="text/javascript" src="scripts/amt-0.2.0.js"></script>
15 - <script type="text/javascript" src="scripts/amt-redir-ws-0.1.0.js"></script>
16 - <script type="text/javascript" src="scripts/amt-desktop-0.0.2.js"></script>
17 - <script type="text/javascript" src="scripts/zlib.js"></script>
18 - <script type="text/javascript" src="scripts/zlib-inflate.js"></script>
19 - <script type="text/javascript" src="scripts/zlib-adler32.js"></script>
20 - <script type="text/javascript" src="scripts/zlib-crc32.js"></script>
21 - <script keeplink=1 type="text/javascript" src="scripts/filesaver.js"></script>
10 + <script type="text/javascript" src="scripts/common-0.0.1{{{min}}}.js"></script>
11 + <script type="text/javascript" src="scripts/meshcentral{{{min}}}.js"></script>
12 + <script type="text/javascript" src="scripts/agent-redir-ws-0.1.1{{{min}}}.js"></script>
13 + <script type="text/javascript" src="scripts/agent-desktop-0.0.2{{{min}}}.js"></script>
14 + <script type="text/javascript" src="scripts/amt-0.2.0{{{min}}}.js"></script>
15 + <script type="text/javascript" src="scripts/amt-redir-ws-0.1.0{{{min}}}.js"></script>
16 + <script type="text/javascript" src="scripts/amt-desktop-0.0.2{{{min}}}.js"></script>
17 + <script type="text/javascript" src="scripts/zlib{{{min}}}.js"></script>
18 + <script type="text/javascript" src="scripts/zlib-inflate{{{min}}}.js"></script>
19 + <script type="text/javascript" src="scripts/zlib-adler32{{{min}}}.js"></script>
20 + <script type="text/javascript" src="scripts/zlib-crc32{{{min}}}.js"></script>
21 + <script keeplink=1 type="text/javascript" src="scripts/filesaver.min.js"></script>
22 <title>{{{title}}}</title>
23 <style>
24 a {
@@ -621,7 +621,7 @@
621 for (var i in webState) { localStorage.setItem(i, webState[i]); }
622 if (!webState.loctag) { delete localStorage.removeItem('loctag'); }
623
624 - var args = parseUriArgs();
624 + var args = parseUriArgs(), urlargs = args;
625 var debugLevel = parseInt('{{{debuglevel}}}');
626 var features = parseInt('{{{features}}}');
627 var sessionTime = parseInt('{{{sessiontime}}}');
views/default.handlebars
+266 -269
@@ -11,31 +11,29 @@
11 <link type="text/css" href="styles/ol.css" media="screen" rel="stylesheet" title="CSS" />
12 <link type="text/css" href="styles/ol3-contextmenu.min.css" media="screen" rel="stylesheet" title="CSS" />
13 <link type="text/css" href="styles/xterm.css" media="screen" rel="stylesheet" title="CSS" />
14 - <script type="text/javascript" src="scripts/common-0.0.1.js"></script>
15 - <script type="text/javascript" src="scripts/meshcentral.js"></script>
16 - <script type="text/javascript" src="scripts/amt-0.2.0.js"></script>
17 - <script type="text/javascript" src="scripts/amt-wsman-0.2.0.js"></script>
18 - <script type="text/javascript" src="scripts/amt-desktop-0.0.2.js"></script>
19 - <script type="text/javascript" src="scripts/amt-terminal-0.0.2.js"></script>
20 - <script type="text/javascript" src="scripts/zlib.js"></script>
21 - <script type="text/javascript" src="scripts/zlib-inflate.js"></script>
22 - <script type="text/javascript" src="scripts/zlib-adler32.js"></script>
23 - <script type="text/javascript" src="scripts/zlib-crc32.js"></script>
24 - <script type="text/javascript" src="scripts/amt-redir-ws-0.1.0.js"></script>
25 - <script type="text/javascript" src="scripts/amt-wsman-ws-0.2.0.js"></script>
26 - <script type="text/javascript" src="scripts/agent-redir-ws-0.1.1.js"></script>
27 - <script type="text/javascript" src="scripts/agent-redir-rtc-0.1.0.js"></script>
28 - <script type="text/javascript" src="scripts/agent-desktop-0.0.2.js"></script>
14 + <script type="text/javascript" src="scripts/common-0.0.1{{{min}}}.js"></script>
15 + <script type="text/javascript" src="scripts/meshcentral{{{min}}}.js"></script>
16 + <script type="text/javascript" src="scripts/amt-0.2.0{{{min}}}.js"></script>
17 + <script type="text/javascript" src="scripts/amt-wsman-0.2.0{{{min}}}.js"></script>
18 + <script type="text/javascript" src="scripts/amt-desktop-0.0.2{{{min}}}.js"></script>
19 + <script type="text/javascript" src="scripts/amt-terminal-0.0.2{{{min}}}.js"></script>
20 + <script type="text/javascript" src="scripts/zlib{{{min}}}.js"></script>
21 + <script type="text/javascript" src="scripts/zlib-inflate{{{min}}}.js"></script>
22 + <script type="text/javascript" src="scripts/zlib-adler32{{{min}}}.js"></script>
23 + <script type="text/javascript" src="scripts/zlib-crc32{{{min}}}.js"></script>
24 + <script type="text/javascript" src="scripts/amt-redir-ws-0.1.0{{{min}}}.js"></script>
25 + <script type="text/javascript" src="scripts/amt-wsman-ws-0.2.0{{{min}}}.js"></script>
26 + <script type="text/javascript" src="scripts/agent-redir-ws-0.1.1{{{min}}}.js"></script>
27 + <script type="text/javascript" src="scripts/agent-redir-rtc-0.1.0{{{min}}}.js"></script>
28 + <script type="text/javascript" src="scripts/agent-desktop-0.0.2{{{min}}}.js"></script>
29 <script type="text/javascript" src="scripts/qrcode.min.js"></script>
30 - <script type="text/javascript" src="scripts/xterm.js"></script>
31 - <script type="text/javascript" src="scripts/xterm-addon-fit.js"></script>
32 - <script keeplink=1 type="text/javascript" src="scripts/u2f-api.js"></script>
33 - <script keeplink=1 type="text/javascript" src="scripts/charts.js"></script>
34 - <script keeplink=1 type="text/javascript" src="scripts/filesaver.js"></script>
35 - {{{StartGeoLocation}}}
36 - <script keeplink=1 type="text/javascript" src="scripts/ol.js"></script>
37 - <script keeplink=1 type="text/javascript" src="scripts/ol3-contextmenu.js"></script>
38 - {{{EndGeoLocation}}}
30 + <script type="text/javascript" src="scripts/xterm{{{min}}}.js"></script>
31 + <script type="text/javascript" src="scripts/xterm-addon-fit{{{min}}}.js"></script>
32 + <script keeplink=1 type="text/javascript" src="scripts/u2f-api{{{min}}}.js"></script>
33 + <script keeplink=1 type="text/javascript" src="scripts/charts{{{min}}}.js"></script>
34 + <script keeplink=1 type="text/javascript" src="scripts/filesaver.min.js"></script>
35 + <script keeplink=1 type="text/javascript" src="scripts/ol{{{min}}}.js"></script>
36 + <script keeplink=1 type="text/javascript" src="scripts/ol3-contextmenu{{{min}}}.js"></script>
37 <title>{{{title}}}</title>
38 </head>
39 <body id="body" onload="if (typeof(startup) !== 'undefined') startup();" oncontextmenu="handleContextMenu(event)" style="display:none;min-width:495px">
@@ -277,7 +275,7 @@
275 <table>
276 <tr>
277 <td valign="top" style="width:50px">
280 - <img src="images/info.png" />
278 + <img src="images/info.png" loading="lazy" />
279 </td>
280 <td>
281 <div id="getStarted1">To get started, <a href=# onclick="return account_createMesh()"><strong>click here to create a device group</strong></a>.</div>
@@ -302,7 +300,7 @@
300 <div id=p2 style="display:none">
301 <div id="p2title"><h1>My Account</h1></div>
302 <div id="p2info" style="overflow-y:auto">
305 - <img id="p2AccountImage" alt="" src="images/clipboard-128.png" />
303 + <img id="p2AccountImage" alt="" loading="lazy" src="images/clipboard-128.png" />
304 <div id="p2AccountSecurity" style="display:none">
305 <p><strong>Account security</strong></p>
306 <div style="margin-left:25px">
@@ -1188,7 +1186,7 @@
1186 var domainUrl = '{{{domainurl}}}';
1187 var authCookie = '{{{authCookie}}}';
1188 var authRelayCookie = '{{{authRelayCookie}}}';
1191 - var logoutControls = {{{logoutControls}}};
1189 + var logoutControls = JSON.parse(decodeURIComponent('{{{logoutControls}}}'));
1190 var authCookieRenewTimer = null;
1191 var multiDesktop = {};
1192 var multiDesktopFilter = null;
@@ -1273,7 +1271,7 @@
1271 var logoutControl = '';
1272 if (logoutControls)
1273 if (logoutControls.name != null) { logoutControl = format("Welcome {0}.", logoutControls.name); }
1276 - if (logoutControls.logoutUrl != null) { logoutControl += format(' <a href=\"' + logoutControls.logoutUrl + '\" style="color:white">' + "Logout" + '</a>'); }
1274 + if (logoutControls.logoutUrl != null) { logoutControl += format(' <a href="' + logoutControls.logoutUrl + '" style="color:white">' + "Logout" + '</a>'); }
1275 if (args.hide & 1) { QH('logoutControlSpan2', logoutControl); } else { QH('logoutControlSpan', logoutControl); }
1276
1277 // Setup the context menu
@@ -1363,7 +1361,7 @@
1361 if (pluginHandler != null) pluginHandler.callHook('onWebUIStartupEnd');
1362
1363 // Deleted non-english style and fix all topbar titles
1366 - if (('{{{lang}}}' != 'en') && ('{{{lang}}}' != '')) { QC('body').add('nonenglish'); }
1364 + if (('{{{lang}}}'.toLowerCase() != 'en') && ('{{{lang}}}'.toLowerCase() != '')) { QC('body').add('nonenglish'); }
1365 var elements = document.getElementsByClassName('topbar_td');
1366 for (var i in elements) { if (elements[i].innerHTML) { elements[i].innerHTML = elements[i].innerHTML.split(' ').join('&nbsp;'); } }
1367 }
@@ -1468,7 +1466,7 @@
1466 QS('p41events')['max-height'] = 'calc(100vh - ' + (48 + xh + xh2) + 'px)';
1467
1468 // We are looking at a single device, remove all the back buttons
1471 - if ('{{currentNode}}' != '') {
1469 + if ('{{currentNode}}'.toLowerCase() != '') {
1470 QV('p10BackButton', false);
1471 QV('p11BackButton', false);
1472 QV('p12BackButton', false);
@@ -1553,7 +1551,7 @@
1551 //QV('page_leftbar', false);
1552 } else {
1553 QC('body').add('fullscreen');
1556 - if (args.hide & 16) QC('body').add('arg_hide'); // This is replacement for QV('page_leftbar', !(args.hide & 16));
1554 + if (args.hide & 16) QC('body').add('arg_hide');
1555 QV('page_leftbar', !(args.hide & 16));
1556 QV('MainMenuSpan', !(args.hide & 16));
1557 if (xxcurrentView >= 10) QC('column_l').remove('room4submenu');
@@ -1594,8 +1592,8 @@
1592 meshserver.send({ action: 'meshes' });
1593 meshserver.send({ action: 'nodes', id: '{{currentNode}}' });
1594 if (pluginHandler != null) { meshserver.send({ action: 'plugins' }); }
1597 - if ('{{currentNode}}' == '') { meshserver.send({ action: 'files' }); }
1598 - if ('{{viewmode}}' == '') { go(1); }
1595 + if ('{{currentNode}}'.toLowerCase() == '') { meshserver.send({ action: 'files' }); }
1596 + if ('{{viewmode}}'.toLowerCase() == '') { go(1); }
1597 authCookieRenewTimer = setInterval(function () { meshserver.send({ action: 'authcookie' }); }, 1800000); // Request a cookie refresh every 30 minutes.
1598 }
1599 }
@@ -1678,9 +1676,9 @@
1676 if (updateNaggleFlags & 128) { updateMeshes(); }
1677 if (updateNaggleFlags & 4) { updateDevices(); updateDeviceDetails(); if (xxcurrentView == 21) { p21updateMesh(); } }
1678 if (updateNaggleFlags & 8) { drawNotifications(); }
1681 - {{{StartGeoLocationJS}}}if (updateNaggleFlags & 16) { updateMapMarkers(); }{{{EndGeoLocationJS}}}
1679 + if ((updateNaggleFlags & 16) && (features & 0x00008000)) { updateMapMarkers(); }
1680 if (updateNaggleFlags & 32) { eventsUpdate(); }
1683 - {{{StartGeoLocationJS}}}if (updateNaggleFlags & 64) { refreshMap(false, true); }{{{EndGeoLocationJS}}}
1681 + if ((updateNaggleFlags & 64) && (features & 0x00008000)) { refreshMap(false, true); }
1682 if (updateNaggleFlags & 256) { drawDeviceTimeline(); }
1683 if (updateNaggleFlags & 1024) { deviceEventsUpdate(); }
1684 if (updateNaggleFlags & 2048) { userEventsUpdate(); }
@@ -1980,13 +1978,13 @@
1978 var splitip = currentNode.lastaddr.split(':');
1979 if (splitip.length > 2) {
1980 // IPv6
1983 - x += addHtmlValue2("Last agent address", currentNode.lastaddr + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(currentNode.lastaddr) + '\") width=10 height=10>');
1981 + x += addHtmlValue2("Last agent address", currentNode.lastaddr + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(currentNode.lastaddr) + '") width=10 height=10>');
1982 } else {
1983 // IPv4
1984 if (isPrivateIP(currentNode.lastaddr)) {
1987 - x += addHtmlValue2("Last agent address", splitip[0] + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(splitip[0]) + '\") width=10 height=10>');
1985 + x += addHtmlValue2("Last agent address", splitip[0] + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(splitip[0]) + '") width=10 height=10>');
1986 } else {
1989 - x += addHtmlValue2("Last agent address", '<a href="https://iplocation.com/?ip=' + splitip[0] + '" rel="noreferrer noopener" target="MeshIPLoopup">' + splitip[0] + '</a> <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(splitip[0]) + '\") width=10 height=10>');
1987 + x += addHtmlValue2("Last agent address", '<a href="https://iplocation.com/?ip=' + splitip[0] + '" rel="noreferrer noopener" target="MeshIPLoopup">' + splitip[0] + '</a> <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(splitip[0]) + '") width=10 height=10>');
1988 }
1989 }
1990 }
@@ -1997,12 +1995,12 @@
1995 x += '<hr />'
1996 if (net.name) { x += addHtmlValue2("Name", '<b>' + EscapeHtml(net.name) + '</b>'); }
1997 if (net.desc) { x += addHtmlValue2("Description", EscapeHtml(net.desc).replace('(R)', '&reg;').replace('(r)', '&reg;')); }
2000 - if (net.dnssuffix) { x += addHtmlValue2("DNS suffix", EscapeHtml(net.dnssuffix) + ' <img src="images/link4.png" title="' + "Copy name to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(net.dnssuffix) + '\") width=10 height=10>'); }
2001 - if (net.mac) { x += addHtmlValue2("MAC address", '<a href="https://dnslytics.com/mac-address-lookup/' + net.mac.substring(0, 6) + '" rel="noreferrer noopener" target="MeshMACLoopup">' + EscapeHtml(net.mac.toLowerCase()) + '</a> <img src="images/link4.png" title="' + "Copy MAC address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(net.mac.toLowerCase()) + '\") width=10 height=10>'); }
2002 - if (net.v4addr) { x += addHtmlValue2("IPv4 address", EscapeHtml(net.v4addr) + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(net.v4addr) + '\") width=10 height=10>'); }
2003 - if (net.v4mask) { x += addHtmlValue2("IPv4 mask", EscapeHtml(net.v4mask) + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(net.v4mask) + '\") width=10 height=10>'); }
2004 - if (net.v4gateway) { x += addHtmlValue2("IPv4 gateway", EscapeHtml(net.v4gateway) + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(net.v4gateway) + '\") width=10 height=10>'); }
2005 - if (net.gatewaymac) { x += addHtmlValue2("Gateway MAC", '<a href="https://dnslytics.com/mac-address-lookup/' + net.gatewaymac.substring(0, 6) + '" rel="noreferrer noopener" target="MeshMACLoopup">' + EscapeHtml(net.gatewaymac.toLowerCase()) + '</a> <img src="images/link4.png" title="' + "Copy MAC address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(net.gatewaymac.toLowerCase()) + '\") width=10 height=10>'); }
1998 + if (net.dnssuffix) { x += addHtmlValue2("DNS suffix", EscapeHtml(net.dnssuffix) + ' <img src="images/link4.png" title="' + "Copy name to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(net.dnssuffix) + '") width=10 height=10>'); }
1999 + if (net.mac) { x += addHtmlValue2("MAC address", '<a href="https://dnslytics.com/mac-address-lookup/' + net.mac.substring(0, 6) + '" rel="noreferrer noopener" target="MeshMACLoopup">' + EscapeHtml(net.mac.toLowerCase()) + '</a> <img src="images/link4.png" title="' + "Copy MAC address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(net.mac.toLowerCase()) + '") width=10 height=10>'); }
2000 + if (net.v4addr) { x += addHtmlValue2("IPv4 address", EscapeHtml(net.v4addr) + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(net.v4addr) + '") width=10 height=10>'); }
2001 + if (net.v4mask) { x += addHtmlValue2("IPv4 mask", EscapeHtml(net.v4mask) + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(net.v4mask) + '") width=10 height=10>'); }
2002 + if (net.v4gateway) { x += addHtmlValue2("IPv4 gateway", EscapeHtml(net.v4gateway) + ' <img src="images/link4.png" title="' + "Copy address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(net.v4gateway) + '") width=10 height=10>'); }
2003 + if (net.gatewaymac) { x += addHtmlValue2("Gateway MAC", '<a href="https://dnslytics.com/mac-address-lookup/' + net.gatewaymac.substring(0, 6) + '" rel="noreferrer noopener" target="MeshMACLoopup">' + EscapeHtml(net.gatewaymac.toLowerCase()) + '</a> <img src="images/link4.png" title="' + "Copy MAC address to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(net.gatewaymac.toLowerCase()) + '") width=10 height=10>'); }
2004 }
2005 x += '</div>';
2006 QH('d2netinfo', x);
@@ -2071,7 +2069,7 @@
2069 newWindow.opener = null;
2070 } else {
2071 // Not a trusted certificate, use HTTP port.
2074 - var basicPort = '{{{serverRedirPort}}}' == '' ? '{{{serverPublicPort}}}' : '{{{serverRedirPort}}}';
2072 + var basicPort = ('{{{serverRedirPort}}}'.toLowerCase() == '') ? '{{{serverPublicPort}}}' : '{{{serverRedirPort}}}';
2073 var rdpurl = 'http://' + window.location.hostname + ':' + basicPort + domainUrl + 'clickonce/minirouter/MeshMiniRouter.application?WS=wss%3A%2F%2F' + window.location.hostname + '%2Fmeshrelay.ashx%3Fauth=' + message.cookie + '&CH={{{webcerthash}}}&AP=' + message.protocol + ((debugmode == 1) ? '' : '&HOL=1');
2074 var newWindow = window.open(rdpurl, '_blank');
2075 newWindow.opener = null;
@@ -2098,7 +2096,7 @@
2096 var secret = message.secret;
2097 if (secret.length == 52) { secret = secret.split(/(.............)/).filter(Boolean).join(' '); }
2098 else if (secret.length == 32) { secret = secret.split(/(....)/).filter(Boolean).join(' '); secret = secret.substring(0, 20) + '<br/>' + secret.substring(20) }
2101 - QH('d2optinfo', '<table style=width:380px><tr><td style=vertical-align:top>' + format("Install <a href=\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\" rel=\"noreferrer noopener\" target=_blank>Google Authenticator</a> or a compatible application and scan the barcode, use <a href=\"{0}\" rel=\"noreferrer noopener\" target=_blank>this link</a> or enter the secret. Then, enter the current 6 digit token below to activate 2-Step login.", message.url) + '<br /><br />Secret<br /><tt id=d2optsecret secret=\"' + message.secret + '\" style=font-size:12px>' + secret + '</tt><br /><br /></td><td style=width:1px;vertical-align:top><a href=\"' + message.url + '\" rel=\"noreferrer noopener\" target=_blank><div id="qrcode"></div></a></td><tr><td colspan=2 style="text-align:center;border-top:1px solid black"><br />' + "Enter the token here for 2-step login:" + ' <input type=text autocomplete="one-time-code" inputmode="numeric" pattern="[0-9]*" onkeypress=\"return (event.keyCode == 8) || (event.charCode >= 48 && event.charCode <= 57)\" onkeyup=account_addOtpCheck(event) onkeydown=account_addOtpCheck() maxlength=6 id=d2otpauthinput type=text></td></table>');
2099 + QH('d2optinfo', '<table style=width:380px><tr><td style=vertical-align:top>' + format("Install <a href=\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\" rel=\"noreferrer noopener\" target=_blank>Google Authenticator</a> or a compatible application and scan the barcode, use <a href=\"{0}\" rel=\"noreferrer noopener\" target=_blank>this link</a> or enter the secret. Then, enter the current 6 digit token below to activate 2-Step login.", message.url) + '<br /><br />Secret<br /><tt id=d2optsecret secret="' + message.secret + '" style=font-size:12px>' + secret + '</tt><br /><br /></td><td style=width:1px;vertical-align:top><a href="' + message.url + '" rel="noreferrer noopener" target=_blank><div id="qrcode"></div></a></td><tr><td colspan=2 style="text-align:center;border-top:1px solid black"><br />' + "Enter the token here for 2-step login:" + ' <input type=text autocomplete="one-time-code" inputmode="numeric" pattern="[0-9]*" onkeypress="return (event.keyCode == 8) || (event.charCode >= 48 && event.charCode <= 57)" onkeyup=account_addOtpCheck(event) onkeydown=account_addOtpCheck() maxlength=6 id=d2otpauthinput type=text></td></table>');
2100 new QRCode(Q('qrcode'), { text: message.url, width: 128, height: 128, colorDark: '#000000', colorLight: '#EEE', correctLevel: QRCode.CorrectLevel.H });
2101 QV('idx_dlgOkButton', true);
2102 QE('idx_dlgOkButton', false);
@@ -2776,31 +2774,32 @@
2774
2775 // Go to the correct starting view page
2776 function gotoStartViewPage() {
2777 + var xviewmode = parseInt('{{viewmode}}');
2778 if (xxcurrentView != -1) return;
2780 - if ('{{currentNode}}' != '') {
2779 + if ('{{currentNode}}'.toLowerCase() != '') { // The .toLowerCase here is the minifier will not optimize this out.
2780 if (getNodeFromId('{{currentNode}}') == null) return; // This node is not loaded yet
2782 - gotoDevice('{{currentNode}}', parseInt('{{viewmode}}'));
2781 + gotoDevice('{{currentNode}}', xviewmode);
2782 } else if (args.gotonode != null) {
2783 if (getNodeFromId('node/' + domain + '/' + args.gotonode) == null) return; // This node is not loaded yet
2785 - gotoDevice('node/' + domain + '/' + args.gotonode, parseInt('{{viewmode}}'));
2784 + gotoDevice('node/' + domain + '/' + args.gotonode, xviewmode);
2785 goBackStack.push(1);
2786 } else if (args.gotomesh != null) {
2787 if (meshes['mesh/' + domain + '/' + args.gotomesh] == null) return; // This device group is not loaded yet
2788 gotoMesh('mesh/' + domain + '/' + args.gotomesh);
2790 - go(parseInt('{{viewmode}}'));
2789 + go(xviewmode);
2790 goBackStack.push(2);
2791 } else if (args.gotouser != null) {
2792 if ((users == null) || (users['user/' + domain + '/' + args.gotouser] == null)) return; // This user is not loaded yet
2793 gotoUser('user/' + domain + '/' + args.gotouser);
2795 - go(parseInt('{{viewmode}}'));
2794 + go(xviewmode);
2795 goBackStack.push(4);
2796 } else if (args.gotougrp != null) {
2797 if ((usergroups == null) || usergroups['ugrp/' + domain + '/' + args.gotougrp] == null) return; // This user group is not loaded yet
2798 gotoUserGroup('ugrp/' + domain + '/' + args.gotougrp);
2800 - go(parseInt('{{viewmode}}'));
2799 + go(xviewmode);
2800 goBackStack.push(50);
2802 - } else if ('{{viewmode}}' != '') {
2803 - go(parseInt('{{viewmode}}'));
2801 + } else if (!isNaN(xviewmode)) {
2802 + go(xviewmode);
2803 } else {
2804 setDialogMode(0);
2805 go(1);
@@ -3048,7 +3047,7 @@
3047 r += '</span>';
3048 if ((view == 1) || (view == 2) || (view == 3)) {
3049 var collapsed = CollapsedGroups[node.meshid];
3051 - r += '<img class=collapseImage id=\"DevxColImg' + deviceHeaderId + '\" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup(\"' + deviceHeaderId + '\",\"' + node.meshid + '\",' + view + ')></img>'; // Collapse action
3050 + r += '<img class=collapseImage id="DevxColImg' + deviceHeaderId + '" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup("' + deviceHeaderId + '","' + node.meshid + '",' + view + ')></img>'; // Collapse action
3051 }
3052 if (meshes[node.meshid]) {
3053 r += '<span id=MxMESH cmenu=meshContextMenu tabindex=0 style=cursor:pointer onclick=gotoMesh("' + node.meshid + '") onkeypress="if (event.key==\'Enter\') gotoMesh(\'' + node.meshid + '\')">' + EscapeHtml(meshes[node.meshid].name) + '</span>' + getMeshActions(mesh2, meshrights) + '</div>';
@@ -3074,7 +3073,7 @@
3073 r += '<div class=DevSt style=width:100%;padding-top:4px><span id=DevxHeader' + deviceHeaderId + ' class=devHeaderx style=float:right></span>';
3074 if ((view == 1) || (view == 2) || (view == 3)) {
3075 var collapsed = CollapsedGroups['pwr:' + pwr];
3077 - r += '<img class=collapseImage id=\"DevxColImg' + deviceHeaderId + '\" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup(\"' + deviceHeaderId + '\",\"pwr:' + pwr + '\",' + view + ')></img>'; // Collapse action
3076 + r += '<img class=collapseImage id="DevxColImg' + deviceHeaderId + '" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup("' + deviceHeaderId + '","pwr:' + pwr + '",' + view + ')></img>'; // Collapse action
3077 }
3078 r += '<span>' + PowerStateStr2(node.pwr) + '</span></div>';
3079
@@ -3103,11 +3102,11 @@
3102 } else if (view == 2) {
3103 var states = [];
3104 if (node.conn) {
3106 - if ((node.conn & 1) != 0) { states.push('<span title=\"' + "Mesh agent is connected and ready for use." + '\">' + "Agent" + '</span>'); }
3107 - if ((node.conn & 2) != 0) { states.push('<span title=\"' + "Intel&reg; AMT CIRA is connected and ready for use." + '\">' + "CIRA" + '</span>'); }
3108 - else if ((node.conn & 4) != 0) { states.push('<span title=\"' + "Intel&reg; AMT is routable." + '\">' + "AMT" + '</span>'); }
3109 - if ((node.conn & 8) != 0) { states.push('<span title=\"' + "Mesh agent is reachable using another agent as relay." + '\">' + "Relay" + '</span>'); }
3110 - if ((node.conn & 16) != 0) { states.push('<span title=\"' + "MQTT connection to the device is active." + '\">' + "MQTT" + '</span>'); }
3105 + if ((node.conn & 1) != 0) { states.push('<span title="' + "Mesh agent is connected and ready for use." + '">' + "Agent" + '</span>'); }
3106 + if ((node.conn & 2) != 0) { states.push('<span title="' + "Intel&reg; AMT CIRA is connected and ready for use." + '">' + "CIRA" + '</span>'); }
3107 + else if ((node.conn & 4) != 0) { states.push('<span title="' + "Intel&reg; AMT is routable." + '">' + "AMT" + '</span>'); }
3108 + if ((node.conn & 8) != 0) { states.push('<span title="' + "Mesh agent is reachable using another agent as relay." + '">' + "Relay" + '</span>'); }
3109 + if ((node.conn & 16) != 0) { states.push('<span title="' + "MQTT connection to the device is active." + '">' + "MQTT" + '</span>'); }
3110 }
3111
3112 var collapseName = node.meshid;
@@ -3116,7 +3115,7 @@
3115 var collapsed = (sort != 3) & CollapsedGroups[collapseName];
3116 r += '<tr name=DevxCol' + collapseName + (collapsed?' style=display:none':'') + '><td><div id=devs cmenu=devsContentMenu class=bar18 tabindex=0 onmouseover=devMouseHover(this,1) onmouseout=devMouseHover(this,0) style=height:18px;width:100%;font-size:medium onkeypress="if (event.key==\'Enter\') gotoDevice(\'' + node._id + '\',null,null,event)">';
3117 r += '<div class=deviceBarCheckbox><input class="' + node.meshid + ' DeviceCheckbox" onclick=p1updateInfo() value=devid_' + node._id + ' type=checkbox></div>';
3119 - r += '<div class=deviceBarIcon onclick=gotoDevice(\'' + node._id + '\',null,null,event)><div class=\"j' + icon + '\" style=width:16px;margin-top:1px;margin-left:2px;height:16px></div></div>';
3118 + r += '<div class=deviceBarIcon onclick=gotoDevice(\'' + node._id + '\',null,null,event)><div class="j' + icon + '" style=width:16px;margin-top:1px;margin-left:2px;height:16px></div></div>';
3119 r += '<div class=g1 style=height:18px;float:left></div><div class=g2 style=height:18px;float:right></div>';
3120 r += '<div class=style10 style=cursor:pointer;font-size:14px title="' + title + '" onclick=gotoDevice(\'' + node._id + '\',null,null,event)><span style=width:300px>' + name + '</span></div></div></td>';
3121 r += '<td style=text-align:center>' + getUserShortStr(node);
@@ -3169,12 +3168,12 @@
3168 if (view == 2) {
3169 r += '<tr><td colspan=4><div class=DevSt style=width:100%;padding-top:4px>';
3170 var collapsed = CollapsedGroups['tag:' + encodeURIComponent(i)];
3172 - r += '<img class=collapseImage id=\"DevxColImg' + tagDeviceHeaderId + '\" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup(\"' + tagDeviceHeaderId + '\",\"tag:' + encodeURIComponent(i) + '\",2)></img>'; // Collapse action
3171 + r += '<img class=collapseImage id="DevxColImg' + tagDeviceHeaderId + '" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup("' + tagDeviceHeaderId + '","tag:' + encodeURIComponent(i) + '",2)></img>'; // Collapse action
3172 r += '<span class=devHeaderx style=float:right>' + groupCount[i] + ' node' + ((groupCount[i] > 1) ? 's' : '') + '</span><span>' + i + '</span></div>' + groups[i];
3173 } else {
3174 r += '<div class=DevSt style=width:100%;padding-top:4px><span class=devHeaderx style=float:right>' + groupCount[i] + ' node' + ((groupCount[i] > 1) ? 's' : '') + '</span>';
3175 var collapsed = CollapsedGroups['tag:' + encodeURIComponent(i)];
3177 - r += '<img class=collapseImage id=\"DevxColImg' + tagDeviceHeaderId + '\" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup(\"' + tagDeviceHeaderId + '\",\"tag:' + encodeURIComponent(i) + '\")></img>'; // Collapse action
3176 + r += '<img class=collapseImage id="DevxColImg' + tagDeviceHeaderId + '" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup("' + tagDeviceHeaderId + '","tag:' + encodeURIComponent(i) + '")></img>'; // Collapse action
3177 r += '<span>' + i + '</span></div>';
3178 r += '<div id=DevxCol' + tagDeviceHeaderId + ((collapsed === true)?' style=display:none':'') + '>'; // Open collapse div
3179 r += groups[i];
@@ -3189,7 +3188,7 @@
3188 if ((r == '') && (nodes.length > 0) && (Q('SearchInput').value != '')) {
3189 viewNothing = true;
3190 if (sort == 3) {
3192 - r = '<div style="margin:30px">' + "No devices are included in any groups, click on a device\'s \"Groups\" to add to a group." + '</div>';
3191 + r = '<div style="margin:30px">' + "No devices are included in any groups, click on a device's \"Groups\" to add to a group." + '</div>';
3192 } else {
3193 r = '<div style="margin:30px">' + "No devices matching this search." + '</div>';
3194 }
@@ -3211,19 +3210,19 @@
3210 // Collapsing header & start collapsing area
3211 deviceHeaderId2++;
3212 var collapsed = CollapsedGroups[mesh._id];
3214 - r += '<img class=collapseImage id=\"DevxColImg' + deviceHeaderId2 + '\" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup(\"' + deviceHeaderId2 + '\",\"' + mesh._id + '\")></img>'; // Collapse action
3213 + r += '<img class=collapseImage id="DevxColImg' + deviceHeaderId2 + '" src=images/c' + ((collapsed === true)?'1':'2') + '.png height=8 width=8 style=margin-left:2px;margin-right:2px;cursor:pointer onclick=toggleCollapseGroup("' + deviceHeaderId2 + '","' + mesh._id + '")></img>'; // Collapse action
3214
3215 r += '<span id=MxMESH style=cursor:pointer onclick=gotoMesh("' + mesh._id + '")>' + EscapeHtml(mesh.name) + '</span><span>';
3216 r += getMeshActions(mesh, meshrights);
3217 r += '</span></td></tr><tr>';
3218 if (mesh.mtype == 1) {
3219 r += '<td><div style=padding:10px><i>' + "No Intel&reg; AMT devices in this mesh";
3221 - if ((meshrights & 4) != 0) { r += ', <a href=# style=cursor:pointer onclick=\'return addDeviceToMesh(\"' + mesh._id + '\")\'>' + "add one" + '</a>'; }
3220 + if ((meshrights & 4) != 0) { r += ', <a href=# style=cursor:pointer onclick=\'return addDeviceToMesh("' + mesh._id + '")\'>' + "add one" + '</a>'; }
3221 } else if (mesh.mtype == 2) {
3222 r += '<td>';
3223 r += '<div id=DevxCol' + deviceHeaderId2 + ((collapsed === true)?' style=display:none':'') + '>'; // Open collapse div
3224 r += '<div style=padding:10px><i>' + "No devices in this group";
3226 - if ((meshrights & 4) != 0) { r += ', <a href=# style=cursor:pointer onclick=\'return addAgentToMesh(\"' + mesh._id + '\")\'>' + "add one" + '</a>'; }
3225 + if ((meshrights & 4) != 0) { r += ', <a href=# style=cursor:pointer onclick=\'return addAgentToMesh("' + mesh._id + '")\'>' + "add one" + '</a>'; }
3226 }
3227 r += '.</i></div></td>';
3228 r += '</div>'; // End collapsing area
@@ -3248,11 +3247,11 @@
3247 // Add a "Add Device Group" option
3248 r += '<div style=border-top-style:solid;border-top-width:1px;border-top-color:#DDDDDD;cursor:pointer;font-size:10px>';
3249 if ((view < 3) && (sort == 0) && (nodes.length > 0) && ((userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.siteadmin & 64) == 0))) {
3251 - r += '<a href=# onclick="return account_createMesh()" title=\"' + "Create a new group of devices." + '\" style=cursor:pointer>' + "Add Device Group" + '</a>&nbsp';
3250 + r += '<a href=# onclick="return account_createMesh()" title="' + "Create a new group of devices." + '" style=cursor:pointer>' + "Add Device Group" + '</a>&nbsp';
3251 }
3252 if ((userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.siteadmin & 128) == 0)) {
3254 - r += '<a href=# onclick=\'return p10showMeshCmdDialog(0)\' style=cursor:pointer title=\"' + "Download MeshCmd, a command line tool that performs many functions." + '\">' + "MeshCmd" + '</a>&nbsp';
3255 - if (navigator.platform.toLowerCase() == 'win32') { r += '<a href=# onclick=\'return p10showMeshRouterDialog()\' style=cursor:pointer title=\"' + "Download MeshCentral Router, a TCP port mapping tool." + '\">' + "Router" + '</a>&nbsp'; }
3253 + r += '<a href=# onclick=\'return p10showMeshCmdDialog(0)\' style=cursor:pointer title="' + "Download MeshCmd, a command line tool that performs many functions." + '">' + "MeshCmd" + '</a>&nbsp';
3254 + if (navigator.platform.toLowerCase() == 'win32') { r += '<a href=# onclick=\'return p10showMeshRouterDialog()\' style=cursor:pointer title="' + "Download MeshCentral Router, a TCP port mapping tool." + '">' + "Router" + '</a>&nbsp'; }
3255 }
3256 r += '</div><br/>';
3257
@@ -3472,22 +3471,22 @@
3471 if ((meshrights & 4) == 0) return '';
3472 var r = '';
3473 if ((features & 1024) == 0) { // If CIRA is allowed
3475 - r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Add a new Intel&reg; AMT computer that is located on the internet." + '\" onclick=\'return addCiraDeviceToMesh(\"' + mesh._id + '\")\'>' + "Add CIRA" + '</a>';
3474 + r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Add a new Intel&reg; AMT computer that is located on the internet." + '" onclick=\'return addCiraDeviceToMesh("' + mesh._id + '")\'>' + "Add CIRA" + '</a>';
3475 }
3476 if (mesh.mtype == 1) {
3477 if ((features & 1) == 0) { // If not WAN-Only
3479 - r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Add a new Intel&reg; AMT computer that is located on the local network." + '\" onclick=\'return addDeviceToMesh(\"' + mesh._id + '\")\'>' + "Add Local" + '</a>';
3480 - r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Add a new Intel&reg; AMT computer by scanning the local network." + '\" onclick=\'return addAmtScanToMesh(\"' + mesh._id + '\")\'>' + "Scan Network" + '</a>';
3478 + r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '" onclick=\'return addDeviceToMesh("' + mesh._id + '")\'>' + "Add Local" + '</a>';
3479 + r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Add a new Intel&reg; AMT computer by scanning the local network." + '" onclick=\'return addAmtScanToMesh("' + mesh._id + '")\'>' + "Scan Network" + '</a>';
3480 }
3481 if (mesh.amt && (mesh.amt.type == 2)) { // CCM activation
3483 - r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Perform Intel AMT client control mode (CCM) activation." + '\" onclick=\'return showCcmActivation(\"' + mesh._id + '\")\'>' + "Activation" + '</a>';
3482 + r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Perform Intel AMT client control mode (CCM) activation." + '" onclick=\'return showCcmActivation("' + mesh._id + '")\'>' + "Activation" + '</a>';
3483 } else if (mesh.amt && (mesh.amt.type == 3) && ((features & 0x00100000) != 0)) { // ACM activation
3485 - r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Perform Intel AMT admin control mode (ACM) activation." + '\" onclick=\'return showAcmActivation(\"' + mesh._id + '\")\'>' + "Activation" + '</a>';
3484 + r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Perform Intel AMT admin control mode (ACM) activation." + '" onclick=\'return showAcmActivation("' + mesh._id + '")\'>' + "Activation" + '</a>';
3485 }
3486 }
3487 if (mesh.mtype == 2) {
3489 - r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Add a new computer to this device group by installing the mesh agent." + '\" onclick=\'return addAgentToMesh(\"' + mesh._id + '\")\'>' + "Add Agent" + '</a>';
3490 - if ((features & 2) == 0) { r += ' <a href=# style=cursor:pointer;font-size:10px title=\"' + "Invite someone to install the mesh agent on this device group." + '\" onclick=\'return inviteAgentToMesh(\"' + mesh._id + '\")\'>' + "Invite" + '</a>'; }
3488 + r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Add a new computer to this device group by installing the mesh agent." + '" onclick=\'return addAgentToMesh("' + mesh._id + '")\'>' + "Add Agent" + '</a>';
3489 + if ((features & 2) == 0) { r += ' <a href=# style=cursor:pointer;font-size:10px title="' + "Invite someone to install the mesh agent on this device group." + '" onclick=\'return inviteAgentToMesh("' + mesh._id + '")\'>' + "Invite" + '</a>'; }
3490 }
3491 return r;
3492 }
@@ -3497,8 +3496,8 @@
3496 var mesh = meshes[meshid];
3497 var x = format("Add a new Intel&reg; AMT device to device group \"{0}\".", EscapeHtml(mesh.name)) + '<br /><br />';
3498 x += addHtmlValue("Device Name", '<input id=dp1devicename style=width:230px maxlength=32 autocomplete=off onchange=validateDeviceToMesh() onkeyup=validateDeviceToMesh() />');
3500 - x += addHtmlValue("Hostname", '<input id=dp1hostname style=width:230px maxlength=32 autocomplete=off placeholder=\"' + "Same as device name" + '\" onchange=validateDeviceToMesh() onkeyup=validateDeviceToMesh() />');
3501 - x += addHtmlValue("Username", '<input id=dp1username style=width:230px maxlength=32 autocomplete=off placeholder=\"' + "admin" + '\" onchange=validateDeviceToMesh() onkeyup=validateDeviceToMesh() />');
3499 + x += addHtmlValue("Hostname", '<input id=dp1hostname style=width:230px maxlength=32 autocomplete=off placeholder="' + "Same as device name" + '" onchange=validateDeviceToMesh() onkeyup=validateDeviceToMesh() />');
3500 + x += addHtmlValue("Username", '<input id=dp1username style=width:230px maxlength=32 autocomplete=off placeholder="' + "admin" + '" onchange=validateDeviceToMesh() onkeyup=validateDeviceToMesh() />');
3501 x += addHtmlValue("Password", '<input id=dp1password type=password style=width:230px autocomplete=off maxlength=32 onchange=validateDeviceToMesh() onkeyup=validateDeviceToMesh() />');
3502 x += addHtmlValue("Security", '<select id=dp1tls style=width:236px><option value=0>' + "No TLS security" + '</option><option value=1>' + "TLS security required" + '</option></select>');
3503 setDialogMode(2, "Add Intel&reg; AMT device", 3, addDeviceToMeshEx, x, meshid);
@@ -3554,7 +3553,7 @@
3553 function addAmtScanToMesh(meshid) {
3554 if (xxdialogMode) return false;
3555 var x = "Enter a range of IP addresses to scan for Intel AMT devices." + '<br /><br />';
3557 - x += addHtmlValue("IP Range", '<input id=dp1range style=width:184px value="192.168.1.0/24" onkeyup=addAmtScanToMeshKeyUp(event) /><input id=dp1rangebutton type=button value=\"' + "Scan" + '\" onclick=addAmtScanToMeshButton()></input>');
3556 + x += addHtmlValue("IP Range", '<input id=dp1range style=width:184px value="192.168.1.0/24" onkeyup=addAmtScanToMeshKeyUp(event) /><input id=dp1rangebutton type=button value="' + "Scan" + '" onclick=addAmtScanToMeshButton()></input>');
3557 x += '<div id=dp1results style="width:100%;height:200px;background-color:white;border:1px gray solid;overflow-y:scroll"></div>';
3558 setDialogMode(2, "Scan for Intel&reg; AMT devices", 3, addAmtScanToMeshEx, x, meshid);
3559 QE('idx_dlgOkButton', false);
@@ -3620,7 +3619,7 @@
3619 // Setup CIRA with user/pass authentication (Somewhat difficult)
3620 x += '<div id=dlgAddCira1 style=display:none>' + format("To add a new Intel&reg; AMT device to device group \"{0}\" with CIRA, load the following certificate as trusted root within Intel AMT", EscapeHtml(mesh.name));
3621 if (serverinfo.mpspass) { x += (" and authenticate to the server using this username and password." + '<br /><br />'); } else { x += (" and authenticate to the server using this username and any password." + '<br /><br />'); }
3623 - x += addHtmlValue("Root Certificate", '<a href=\"' + "MeshServerRootCert.cer" + (urlargs.key?('?key=' + urlargs.key):'') + '\" download>' + "Root Certificate File" + '</a>');
3622 + x += addHtmlValue("Root Certificate", '<a href="' + "MeshServerRootCert.cer" + (urlargs.key?('?key=' + urlargs.key):'') + '" download>' + "Root Certificate File" + '</a>');
3623 x += addHtmlValue("Username", '<input style=width:230px readonly value="' + meshidx.substring(0, 16) + '" />');
3624 if (serverinfo.mpspass) { x += addHtmlValue("Password", '<input style=width:230px readonly value="' + EscapeHtml(serverinfo.mpspass) + '" />'); }
3625 if (serverinfo != null) { x += addHtmlValue("MPS Server", '<input style=width:230px readonly value="' + EscapeHtml(serverinfo.mpsname) + ':' + serverinfo.mpsport + '" />'); }
@@ -3662,7 +3661,7 @@
3661 x += addHtmlValue("Invitation Type", '<select id=d2InviteType onchange=d2ChangedInviteType() style=width:236px><option value=0>' + "Link invitation" + '</option><option value=1>' + "Email invitation" + '</option></select>') + '<hr />';
3662 x += '<div id=emailInviteDiv style=display:none>' + format("Invite someone to install the mesh agent. An email with be sent with the link to the mesh agent installation for the \"{0}\" device group.", EscapeHtml(mesh.name)) + '<br /><br />';
3663 x += addHtmlValue("Name (optional)", '<input id=agentInviteName value="" style=width:230px maxlength=64 />');
3665 - x += addHtmlValue("Email", '<input id=agentInviteEmail style=width:230px placeholder=\"' + "example@email.com" + '\" onkeyup=validateAgentInvite()></input>');
3664 + x += addHtmlValue("Email", '<input id=agentInviteEmail style=width:230px placeholder="' + "example@email.com" + '" onkeyup=validateAgentInvite()></input>');
3665 x += addHtmlValue("Operating System", '<select id=agentInviteNameOs onchange=d2ChangedInviteType() style=width:236px><option value=4>' + "Send installation link" + '</option><option value=0 selected>' + "Any supported" + '</option><option value=1>' + "Windows only" + '</option><option value=3>' + "Apple MacOS only" + '</option><option value=2>' + "Linux only" + '</option></select>');
3666 x += '<div id=d2agentexpirediv>';
3667 x += addHtmlValue("Link Expiration", '<select id=agentInviteExpire style=width:236px><option value=1>' + "1 hour" + '</option><option value=8>' + "8 hours" + '</option><option value=24>' + "1 day" + '</option><option value=168>' + "1 week" + '</option><option value=5040>' + "1 month" + '</option><option value=0>' + "Unlimited" + '</option></select>');
@@ -3673,7 +3672,7 @@
3672 }
3673 x += '<div id=urlInviteDiv>' + format("Invite someone to install the mesh agent by sharing an invitation link. This link points the user to installation instructions for the \"{0}\" device group. The link is public and no account for this server is needed.", EscapeHtml(mesh.name)) + '<br /><br />';
3674 x += addHtmlValue("Link Expiration", '<select id=d2inviteExpire style=width:236px onchange=d2RequestInvitationLink()><option value=1>' + "1 hour" + '</option><option value=8>' + "8 hours" + '</option><option value=24>' + "1 day" + '</option><option value=168>' + "1 week" + '</option><option value=5040>' + "1 month" + '</option><option value=0>' + "Unlimited" + '</option></select>');
3676 - x += '<div id=agentInvitationLinkDiv style="text-align:center;font-size:large;margin:16px;display:none"><a href=# id=agentInvitationLink target="_blank" style=cursor:pointer></a> <img src=images/link4.png height=10 width=10 title=\"' + "Copy link to clipboard" + '\" style=cursor:pointer onclick=d2CopyInviteToClip()></div></div>';
3675 + x += '<div id=agentInvitationLinkDiv style="text-align:center;font-size:large;margin:16px;display:none"><a href=# id=agentInvitationLink target="_blank" style=cursor:pointer></a> <img src=images/link4.png height=10 width=10 title="' + "Copy link to clipboard" + '" style=cursor:pointer onclick=d2CopyInviteToClip()></div></div>';
3676 setDialogMode(2, "Invite", 3, performAgentInvite, x, meshid);
3677 if (features & 64) { Q('d2InviteType').focus(); d2ChangedInviteType(); } else { Q('d2inviteExpire').focus(); validateAgentInvite(); }
3678 d2RequestInvitationLink();
@@ -3724,8 +3723,8 @@
3723 // Windows agent install
3724 //x += "<div id=agins_windows>To add a new computer to device group \"" + EscapeHtml(mesh.name) + "\", download the mesh agent and configuration file and install the agent on the computer to manage.<br /><br />";
3725 x += '<div id=agins_windows>' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
3727 - x += addHtmlValue("Mesh Agent", '<a id=aginsw32lnk href="meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" download onclick="setDialogMode(0)" title=\"' + "32bit version of the MeshAgent" + '\">' + "Windows (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows 32bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
3728 - x += addHtmlValue("Mesh Agent", '<a id=aginsw64lnk href="meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" download onclick="setDialogMode(0)" title=\"' + "64bit version of the MeshAgent" + '\">' + "Windows x64 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
3726 + x += addHtmlValue("Mesh Agent", '<a id=aginsw32lnk href="meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" download onclick="setDialogMode(0)" title="' + "32bit version of the MeshAgent" + '">' + "Windows (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows 32bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
3727 + x += addHtmlValue("Mesh Agent", '<a id=aginsw64lnk href="meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" download onclick="setDialogMode(0)" title="' + "64bit version of the MeshAgent" + '">' + "Windows x64 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
3728 if (debugmode > 0) { x += addHtmlValue("Settings File", '<a id=aginswmshlnk href="meshsettings?id=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" rel="noreferrer noopener" target="_blank">' + format("{0} settings (.msh)", EscapeHtml(mesh.name)) + '</a>'); }
3729 x += '</div>';
3730
@@ -3839,18 +3838,18 @@
3838 deviceHeaderTotal = 0;
3839 }
3840
3842 - var powerStateStrings = ['', '<span title=\"' + "Device is powered on." + '\">' + "Powered" + '</span>', '<span title=\"' + "Device is in sleep state (S1)." + '\">' + "Sleeping" + '</span>', '<span title=\"' + "Device is in sleep state (S2)." + '\">' + "Sleeping" + '</span>', '<span title=\"' + "Device is in deep sleep state (S3)." + '\">' + "Deep Sleep" + '</span>', '<span title=\"' + "Device is in hibernating state (S4)." + '\">' + "Hibernating" + '</span>', '<span title=\"' + "Device is in powered off state (S5)." + '\">' + "Soft-Off" + '</span>', '<span title=\"' + "Device is detected but power state could not be obtained." + '\">' + "Present" + '</span>'];
3841 + var powerStateStrings = ['', '<span title="' + "Device is powered on." + '">' + "Powered" + '</span>', '<span title="' + "Device is in sleep state (S1)." + '">' + "Sleeping" + '</span>', '<span title="' + "Device is in sleep state (S2)." + '">' + "Sleeping" + '</span>', '<span title="' + "Device is in deep sleep state (S3)." + '">' + "Deep Sleep" + '</span>', '<span title="' + "Device is in hibernating state (S4)." + '">' + "Hibernating" + '</span>', '<span title="' + "Device is in powered off state (S5)." + '">' + "Soft-Off" + '</span>', '<span title="' + "Device is detected but power state could not be obtained." + '">' + "Present" + '</span>'];
3842 var powerStateStrings2 = ['', "Device is powered", "Device is in sleep state (S1)", "Device is in sleep state (S2)", "Device is in deep sleep state (S3)", "Device is hibernating (S4)", "Device is in soft-off state (S5)", "Device is present, but power state cannot be determined"];
3843 var powerColorTable = ['pwsTransparent', 'pwsBlack', 'pwsBlue', 'pwsBlue2', 'pwsLightblue', 'pwsBlueviolet', 'pwsDarkgreen', 'pwsLightseagreen', 'pwsLightseagreen2'];
3844 function NodeStateStr(node) {
3845 var states = [];
3846 if (node.state > 0 && node.state < powerStatetable.length) state.push(powerStatetable[node.state]);
3847 if (node.conn) {
3849 - if ((node.conn & 1) != 0) { states.push('<span title=\"' + "Mesh agent is connected and ready for use." + '\">' + "Agent" + '</span>'); }
3850 - if ((node.conn & 2) != 0) { states.push('<span title=\"' + "Intel&reg; AMT CIRA is connected and ready for use." + '\">' + "CIRA" + '</span>'); }
3851 - else if ((node.conn & 4) != 0) { states.push('<span title=\"' + "Intel&reg; AMT is routable." + '\">' + "AMT" + '</span>'); }
3852 - if ((node.conn & 8) != 0) { states.push('<span title=\"' + "Mesh agent is reachable using another agent as relay." + '\">' + "Relay" + '</span>'); }
3853 - if ((node.conn & 16) != 0) { states.push('<span title=\"' + "MQTT connection to the device is active." + '\">' + "MQTT" + '</span>'); }
3848 + if ((node.conn & 1) != 0) { states.push('<span title="' + "Mesh agent is connected and ready for use." + '">' + "Agent" + '</span>'); }
3849 + if ((node.conn & 2) != 0) { states.push('<span title="' + "Intel&reg; AMT CIRA is connected and ready for use." + '">' + "CIRA" + '</span>'); }
3850 + else if ((node.conn & 4) != 0) { states.push('<span title="' + "Intel&reg; AMT is routable." + '">' + "AMT" + '</span>'); }
3851 + if ((node.conn & 8) != 0) { states.push('<span title="' + "Mesh agent is reachable using another agent as relay." + '">' + "Relay" + '</span>'); }
3852 + if ((node.conn & 16) != 0) { states.push('<span title="' + "MQTT connection to the device is active." + '">' + "MQTT" + '</span>'); }
3853 }
3854 if ((node.pwr != null) && (node.pwr != 0)) { states.push(powerStateStrings[node.pwr]); }
3855 return states.join(', ');
@@ -3957,7 +3956,7 @@
3956 var csv = "id, name, rname, host, icon, ip, osdesc, state, groupname, conn, pwr" + '\r\n', chkNodeIds = getCheckedDevices(), r = [];
3957 for (var i in chkNodeIds) {
3958 var n = getNodeFromId(chkNodeIds[i]);
3960 - csv += '\"' + n._id.split(',').join('') + '\",\"' + n.name.split(',').join('') + '\",\"' + (n.rname?(n.rname.split(',').join('')):'') + '\",\"' + (n.host?(n.host.split(',').join('')):'') + '\",\"' + n.icon + '\",\"' + (n.ip?n.ip:'') + '\",\"' + (n.osdesc?(n.osdesc.split(',').join('')):'') + '\",\"' + n.state + '\",\"' + meshes[n.meshid].name.split(',').join('') + '\",\"' + (n.conn?n.conn:'') + '\",\"' + (n.pwr?n.pwr:'') + '\"\r\n';
3959 + csv += '"' + n._id.split(',').join('') + '","' + n.name.split(',').join('') + '","' + (n.rname?(n.rname.split(',').join('')):'') + '","' + (n.host?(n.host.split(',').join('')):'') + '","' + n.icon + '","' + (n.ip?n.ip:'') + '","' + (n.osdesc?(n.osdesc.split(',').join('')):'') + '","' + n.state + '","' + meshes[n.meshid].name.split(',').join('') + '","' + (n.conn?n.conn:'') + '","' + (n.pwr?n.pwr:'') + '"\r\n';
3960 }
3961 saveAs(new Blob([csv], { type: 'application/octet-stream' }), "devicelist.csv");
3962 return false;
@@ -4166,7 +4165,7 @@
4165
4166 function cmaltportaction(action) {
4167 if (xxdialogMode) return;
4169 - var x = "RDP remote connection port:" + '<br /><br /><input type=text placeholder="3389" inputmode="numeric" pattern="[0-9]*" onkeypress=\"return (event.keyCode == 8) || (event.charCode >= 48 && event.charCode <= 57)\" maxlength=5 id=d10rdpport type=text>';
4168 + var x = "RDP remote connection port:" + '<br /><br /><input type=text placeholder="3389" inputmode="numeric" pattern="[0-9]*" onkeypress="return (event.keyCode == 8) || (event.charCode >= 48 && event.charCode <= 57)" maxlength=5 id=d10rdpport type=text>';
4169 setDialogMode(2, "RDP Connection", 3, function() {
4170 setDialogMode(0);
4171 // Save the new RDP port to the server
@@ -4228,8 +4227,6 @@
4227 // DEVICES MAP
4228 //
4229
4231 - {{{StartGeoLocationJS}}}
4232 -
4230 // Maps code starts from here. Initialize all the variables
4231 var xxmap = {
4232 map: null,
@@ -4244,6 +4241,7 @@
4241
4242 // Add a feature for every Node and change style if connection status changes
4243 function updateMapMarkers(selectedMesh) {
4244 + if ((features & 0x00008000) == 0) return;
4245 if ((xxmap != null) && (xxmap.map == null)) { try { loadmap(); } catch (ex) { console.error('loadmap() exception', ex); } }
4246 if (xxmap == null) return;
4247 var boundingBox = null;
@@ -4262,38 +4260,43 @@
4260 return boundingBox;
4261 }
4262
4265 - // Show node details on hovering over a feature
4266 - var map_cm_popup = new ol.Overlay({ element: Q('xmap-info-window'), positioning: 'bottom-center', stopEvent: false });
4267 -
4268 - // Edit Marker item
4269 - var map_cm_editMarker = { text: "Modify node location", callback: function (obj) { modifyMarkerloc(obj.data); } };
4270 -
4271 - // Clear Marker item
4272 - var map_cm_clearMarker = { text: "Remove node location", callback: function (obj) {
4273 - meshserver.send({ action: 'changedevice', nodeid: obj.data.a, userloc: [] }); // Clear the user position marker
4274 - }};
4263 + var map_cm_popup, map_cm_editMarker, map_cm_clearMarker, map_cm_saveMarker, map_cm_nodemenu_items, contextmenu_items;
4264 + if (features & 0x00008000) {
4265 + // Show node details on hovering over a feature
4266 + map_cm_popup = new ol.Overlay({ element: Q('xmap-info-window'), positioning: 'bottom-center', stopEvent: false });
4267
4276 - // Save Marker item
4277 - var map_cm_saveMarker = { text: "Save node location", callback: function (obj) { saveMarkerloc(obj.data); } };
4268 + // Edit Marker item
4269 + map_cm_editMarker = { text: "Modify node location", callback: function (obj) { modifyMarkerloc(obj.data); } };
4270
4279 - // Build a context menu for a feature
4280 - var map_cm_nodemenu_items = [
4281 - { text: "General information", callback: function (obj) { if (obj.data !=null) { gotoDevice(obj.data, 10); } } },
4282 - { text: "Desktop", callback: function (obj) { if (obj.data !=null) { gotoDevice(obj.data, 11); } } },
4283 - { text: "Terminal", callback: function (obj) { if (obj.data !=null) { gotoDevice(obj.data, 12); } } },
4284 - { text: "Intel&reg; AMT", callback: function (obj) { if (obj.data !=null) { gotoDevice(obj.data, 14); } } },
4285 - '-',
4286 - { text: "Zoom-in to extent", callback: function(obj) { var coords = obj.data.getGeometry().getCoordinates(); zoomToLocation(coords, 19); } },
4287 - { text: "Zoom-out to extent", callback: function(obj) { var coords = obj.data.getGeometry().getCoordinates(); zoomToLocation(coords, 2); } }
4288 - ];
4271 + // Clear Marker item
4272 + map_cm_clearMarker = {
4273 + text: "Remove node location", callback: function (obj) {
4274 + meshserver.send({ action: 'changedevice', nodeid: obj.data.a, userloc: [] }); // Clear the user position marker
4275 + }
4276 + };
4277
4290 - // Context menu for clicks other than on feature
4291 - var contextmenu_items = [
4292 - { text: "Refresh", callback: function () { refreshMap(true, true); } },
4293 - { text: "Zoom to fit extent", callback: function () { zoomToFitExtent(); } },
4294 - { text: "Center map here", callback: function(obj) { xxmap.mapView.animate({ center: obj.coordinate } ); } },
4295 - { text: "Place node here", callback: function(obj) { placeNode(obj.coordinate); } }
4296 - ];
4278 + // Save Marker item
4279 + map_cm_saveMarker = { text: "Save node location", callback: function (obj) { saveMarkerloc(obj.data); } };
4280 +
4281 + // Build a context menu for a feature
4282 + map_cm_nodemenu_items = [
4283 + { text: "General information", callback: function (obj) { if (obj.data != null) { gotoDevice(obj.data, 10); } } },
4284 + { text: "Desktop", callback: function (obj) { if (obj.data != null) { gotoDevice(obj.data, 11); } } },
4285 + { text: "Terminal", callback: function (obj) { if (obj.data != null) { gotoDevice(obj.data, 12); } } },
4286 + { text: "Intel&reg; AMT", callback: function (obj) { if (obj.data != null) { gotoDevice(obj.data, 14); } } },
4287 + '-',
4288 + { text: "Zoom-in to extent", callback: function (obj) { var coords = obj.data.getGeometry().getCoordinates(); zoomToLocation(coords, 19); } },
4289 + { text: "Zoom-out to extent", callback: function (obj) { var coords = obj.data.getGeometry().getCoordinates(); zoomToLocation(coords, 2); } }
4290 + ];
4291 +
4292 + // Context menu for clicks other than on feature
4293 + contextmenu_items = [
4294 + { text: "Refresh", callback: function () { refreshMap(true, true); } },
4295 + { text: "Zoom to fit extent", callback: function () { zoomToFitExtent(); } },
4296 + { text: "Center map here", callback: function (obj) { xxmap.mapView.animate({ center: obj.coordinate }); } },
4297 + { text: "Place node here", callback: function (obj) { placeNode(obj.coordinate); } }
4298 + ];
4299 + }
4300
4301 function stringToIntHash(str) {
4302 var hash = 0, i;
@@ -4321,6 +4324,7 @@
4324
4325 // Load the entire map
4326 function loadmap() {
4327 + if ((features & 0x00008000) == 0) return;
4328 if (xxmap == null) return;
4329 if ((features & 0x8000) == 0) { xxmap = null; return; } // Geolocation not supported
4330 QV('viewselectmapoption', true);
@@ -4822,8 +4826,6 @@
4826 var boundingExtent = ol.proj.transformExtent(extent, ol.proj.get('EPSG:4326'), ol.proj.get('EPSG:3857'));
4827 xxmap.map.getView().fit(boundingExtent, xxmap.map.getSize());
4828 }
4825 -
4826 - {{{EndGeoLocationJS}}}
4829
4830 //
4831 // MY DEVICE
@@ -4863,7 +4865,7 @@
4865 // Add node name
4866 var nname = EscapeHtml(node.name);
4867 if (nname.length == 0) { nname = '<i>' + "None" + '</i>'; }
4866 - if (((meshrights & 4) != 0) && ((!mesh.flags) || ((mesh.flags & 2) == 0))) { nname = '<span tabindex=0 title=\"' + "Click here to edit the server-side device name" + '\" onclick=showEditNodeValueDialog(0) onkeyup="if (event.key == \'Enter\') showEditNodeValueDialog(0)" style=cursor:pointer>' + nname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
4868 + if (((meshrights & 4) != 0) && ((!mesh.flags) || ((mesh.flags & 2) == 0))) { nname = '<span tabindex=0 title="' + "Click here to edit the server-side device name" + '" onclick=showEditNodeValueDialog(0) onkeyup="if (event.key == \'Enter\') showEditNodeValueDialog(0)" style=cursor:pointer>' + nname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
4869 if (mesh) { nname += '<span style=color:#AAA;font-size:small> - ' + EscapeHtml(mesh.name) + '</span>'; }
4870 QH('p10deviceName', nname);
4871 QH('p11deviceName', nname);
@@ -4879,7 +4881,7 @@
4881 var x = '<table style=width:100%>';
4882
4883 // Attribute: Mesh
4882 - if (mesh) { x += addDeviceAttribute('<span title=\"' + "The name of the device group this computer belong to." + '\">' + "Group" + '</span>', '<a href=# title=\"' + "The name of the device group this computer belong to" + '\" onclick=gotoMesh("' + node.meshid + '") style=cursor:pointer>' + EscapeHtml(meshes[node.meshid].name) + '</a>'); }
4884 + if (mesh) { x += addDeviceAttribute('<span title="' + "The name of the device group this computer belong to." + '">' + "Group" + '</span>', '<a href=# title="' + "The name of the device group this computer belong to" + '" onclick=gotoMesh("' + node.meshid + '") style=cursor:pointer>' + EscapeHtml(meshes[node.meshid].name) + '</a>'); }
4885
4886 // Attribute: Name
4887 if ((node.rname != null) && (node.name != node.rname)) { x += addDeviceAttribute('<span title="' + "The name of this computer as set in the operating system" + '">' + "Name" + '</span>', '<span title="' + "The name of this computer as set in the operating system" + '">' + EscapeHtml(node.rname) + '</span>'); }
@@ -4915,29 +4917,29 @@
4917 else if ((node.intelamt.ver == null) || (node.intelamt.state == null)) { str += '<i>' + "Unknown Version & State" + '</i>'; }
4918 else {
4919 str += provisioningStates[node.intelamt.state];
4918 - if ((node.intelamt.state == 2) && node.intelamt.flags) { if (node.intelamt.flags & 2) { str += ' <span title=\"' + "Intel AMT is activated in Client Control Mode" + '\">' + "CCM" + '</span>'; } else if (node.intelamt.flags & 4) { str += ' <span title=\"' + "Intel AMT is activated in Admin Control Mode" + '\">' + "ACM" + '</span>'; } }
4920 + if ((node.intelamt.state == 2) && node.intelamt.flags) { if (node.intelamt.flags & 2) { str += ' <span title="' + "Intel AMT is activated in Client Control Mode" + '">' + "CCM" + '</span>'; } else if (node.intelamt.flags & 4) { str += ' <span title="' + "Intel AMT is activated in Admin Control Mode" + '">' + "ACM" + '</span>'; } }
4921 str += (', v' + node.intelamt.ver);
4922 }
4923
4922 - if (node.intelamt.tls == 1) { str += ', <span title=\"' + "Intel AMT is setup with TLS network security" + '\">' + "TLS" + '</span>'; }
4924 + if (node.intelamt.tls == 1) { str += ', <span title="' + "Intel AMT is setup with TLS network security" + '">' + "TLS" + '</span>'; }
4925 if (node.intelamt.state == 2) {
4926 if (node.intelamt.user == null || node.intelamt.user == '') {
4927 if ((meshrights & 4) != 0) {
4926 - str += ', <i style=color:#FF0000;cursor:pointer title=\"' + "Edit Intel&reg; AMT credentials" + '\" onclick=editDeviceAmtSettings("' + node._id + '")>' + "No Credentials" + '</i>';
4928 + str += ', <i style=color:#FF0000;cursor:pointer title="' + "Edit Intel&reg; AMT credentials" + '" onclick=editDeviceAmtSettings("' + node._id + '")>' + "No Credentials" + '</i>';
4929 } else {
4930 str += ', <i style=color:#FF0000>' + "No Credentials" + '</i>';
4931 }
4932 }
4933 str += ' ';
4934 if ((meshrights & 4) != 0) {
4933 - str += '<img src=images/link4.png height=10 width=10 title=\"' + "Edit Intel&reg; AMT credentials" + '\" style=cursor:pointer onclick=editDeviceAmtSettings("' + node._id + '")>';
4935 + str += '<img src=images/link4.png height=10 width=10 title="' + "Edit Intel&reg; AMT credentials" + '" style=cursor:pointer onclick=editDeviceAmtSettings("' + node._id + '")>';
4936 }
4937 }
4938
4937 - var meName = '<span title=\"Intel&reg; Manageability Engine\">' + "Intel&reg; ME" + '<span>';
4939 + var meName = '<span title="' + "Intel&reg; Manageability Engine" + '">' + "Intel&reg; ME" + '<span>';
4940 if (typeof node.intelamt.sku == 'number') {
4939 - if ((node.intelamt.sku & 8) != 0) { meName = '<span title=\"' + "Intel&reg; Active Management Technology" + '\">' + "Intel&reg; AMT" + '<span>'; }
4940 - else if ((node.intelamt.sku & 16) != 0) { meName = '<span title=\"' + "Intel&reg; Standard Manageability" + '\">' + "Intel&reg; SM" + '<span>'; }
4941 + if ((node.intelamt.sku & 8) != 0) { meName = '<span title="' + "Intel&reg; Active Management Technology" + '">' + "Intel&reg; AMT" + '<span>'; }
4942 + else if ((node.intelamt.sku & 16) != 0) { meName = '<span title="' + "Intel&reg; Standard Manageability" + '">' + "Intel&reg; SM" + '<span>'; }
4943 }
4944 x += addDeviceAttribute(meName, str);
4945 }
@@ -4999,11 +5001,11 @@
5001 var connectivity = node.conn;
5002 if (connectivity && connectivity > 1) {
5003 var cstate = [];
5002 - if ((node.conn & 1) != 0) cstate.push('<span title=\"' + "Mesh agent is connected and ready for use." + '\">' + "Mesh Agent" + '</span>');
5003 - if ((node.conn & 2) != 0) cstate.push('<span title=\"' + "Intel&reg; AMT CIRA is connected and ready for use." + '\">' + "Intel&reg; AMT CIRA" + '</span>');
5004 - else if ((node.conn & 4) != 0) cstate.push('<span title=\"' + "Intel&reg; AMT is routable and ready for use." + '\">' + "Intel&reg; AMT" + '</span>');
5005 - if ((node.conn & 8) != 0) cstate.push('<span title=\"' + "Mesh agent is reachable using another agent as relay." + '\">' + "Mesh Relay" + '</span>');
5006 - if ((node.conn & 16) != 0) { cstate.push('<span title=\"' + "MQTT connection to the device is active." + '\">' + "MQTT" + '</span>'); }
5004 + if ((node.conn & 1) != 0) cstate.push('<span title="' + "Mesh agent is connected and ready for use." + '">' + "Mesh Agent" + '</span>');
5005 + if ((node.conn & 2) != 0) cstate.push('<span title="' + "Intel&reg; AMT CIRA is connected and ready for use." + '">' + "Intel&reg; AMT CIRA" + '</span>');
5006 + else if ((node.conn & 4) != 0) cstate.push('<span title="' + "Intel&reg; AMT is routable and ready for use." + '">' + "Intel&reg; AMT" + '</span>');
5007 + if ((node.conn & 8) != 0) cstate.push('<span title="' + "Mesh agent is reachable using another agent as relay." + '">' + "Mesh Relay" + '</span>');
5008 + if ((node.conn & 16) != 0) { cstate.push('<span title="' + "MQTT connection to the device is active." + '">' + "MQTT" + '</span>'); }
5009 x += addDeviceAttribute("Connectivity", cstate.join(', '));
5010 }
5011
@@ -5018,9 +5020,9 @@
5020
5021 x += '</table><br />';
5022 // Show action button, only show if we have permissions 4, 8, 64
5021 - if ((meshrights & 76) != 0) { x += '<input type=button value=\"' + "Actions" + '\" title=\"' + "Perform power actions on the device" + '\" onclick=deviceActionFunction() />'; }
5022 - x += '<input type=button value=\"' + "Notes" + '\" title=\"' + "View notes about this device" + '\" onclick=showNotes(' + ((meshrights & 128) == 0) + ',"' + encodeURIComponent(node._id) + '") />';
5023 - x += '<input type=button value=\"' + "Log Event" + '\" title=\"' + "Write an event for this device" + '\" onclick=writeDeviceEvent("' + encodeURIComponent(node._id) + '") />';
5023 + if ((meshrights & 76) != 0) { x += '<input type=button value="' + "Actions" + '" title="' + "Perform power actions on the device" + '" onclick=deviceActionFunction() />'; }
5024 + x += '<input type=button value="' + "Notes" + '" title="' + "View notes about this device" + '" onclick=showNotes(' + ((meshrights & 128) == 0) + ',"' + encodeURIComponent(node._id) + '") />';
5025 + x += '<input type=button value="' + "Log Event" + '" title="' + "Write an event for this device" + '" onclick=writeDeviceEvent("' + encodeURIComponent(node._id) + '") />';
5026 //if ((connectivity & 1) && (meshrights & 8) && (node.agent.id < 5)) { x += '<input type=button value=Toast title="' + "Display a text message of the remote device" + '" onclick=deviceToastFunction() />'; }
5027 QH('p10html', x);
5028
@@ -5037,30 +5039,28 @@
5039 x = '<div class="p10html3right">';
5040 if ((meshrights & 4) != 0) {
5041 // TODO: Show change group only if there is another mesh of the same type.
5040 - x += '&nbsp;<a href=# onclick=p10showChangeGroupDialog(["' + node._id + '"]) title=\"' + "Move this device to a different device group" + '\">' + "Change Group" + '</a>';
5041 - x += '&nbsp;<a href=# onclick=p10showDeleteNodeDialog("' + node._id + '") title=\"' + "Remove this device" + '\">' + "Delete Device" + '</a>';
5042 + x += '&nbsp;<a href=# onclick=p10showChangeGroupDialog(["' + node._id + '"]) title="' + "Move this device to a different device group" + '">' + "Change Group" + '</a>';
5043 + x += '&nbsp;<a href=# onclick=p10showDeleteNodeDialog("' + node._id + '") title="' + "Remove this device" + '">' + "Delete Device" + '</a>';
5044 }
5045 x += '</div><div class="p10html3left">';
5044 - if (node.agent) x += '<a href=# onclick=p10showNodeNetInfoDialog("' + node._id + '") title=\"' + "Show device network interface information" + '\">' + "Interfaces" + '</a>&nbsp;';
5045 - {{{StartGeoLocationJS}}}
5046 - if (xxmap != null) x += '<a href=# onclick=p10showNodeLocationDialog("' + node._id + '") title=\"' + "Show device locations information" + '\">' + "Location" + '</a>&nbsp;';
5047 - {{{EndGeoLocationJS}}}
5046 + if (node.agent) x += '<a href=# onclick=p10showNodeNetInfoDialog("' + node._id + '") title="' + "Show device network interface information" + '">' + "Interfaces" + '</a>&nbsp;';
5047 + if ((features & 0x00008000) && (xxmap != null)) x += '<a href=# onclick=p10showNodeLocationDialog("' + node._id + '") title="' + "Show device locations information" + '">' + "Location" + '</a>&nbsp;';
5048 if ((userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.siteadmin & 128) == 0)) { // Check if we should view tools
5049 - if ((terminalAccess) && ((meshrights & 8) != 0) && (node.agent != null)) x += '<a href=# onclick=p10showMeshCmdDialog(1,"' + node._id + '") title=\"' + "Traffic router used to connect to a device thru this server" + '.\">' + "MeshCmd" + '</a>&nbsp;';
5049 + if ((terminalAccess) && ((meshrights & 8) != 0) && (node.agent != null)) x += '<a href=# onclick=p10showMeshCmdDialog(1,"' + node._id + '") title="' + "Traffic router used to connect to a device thru this server" + '.">' + "MeshCmd" + '</a>&nbsp;';
5050 }
5051 - if ((args.xterm === 0) && (node.agent) && ((node.agent.caps & 2) != 0) && ((meshrights & 8) != 0) && ((meshrights == 0xFFFFFFFF) || ((meshrights & 512) == 0))) { x += '<a href=# onclick=p10openxterm(event,"' + node._id + '") title=\"' + "Open XTerm terminal" + '\">' + "XTerm" + '</a>&nbsp;'; }
5051 + if ((args.xterm === 0) && (node.agent) && ((node.agent.caps & 2) != 0) && ((meshrights & 8) != 0) && ((meshrights == 0xFFFFFFFF) || ((meshrights & 512) == 0))) { x += '<a href=# onclick=p10openxterm(event,"' + node._id + '") title="' + "Open XTerm terminal" + '">' + "XTerm" + '</a>&nbsp;'; }
5052
5053 // RDP link, show this link only of the remote machine is Windows.
5054 if (((connectivity & 1) != 0) && (clickOnce == true) && (node.agent) && ((meshrights & 8) != 0)) {
5055 - if ((node.agent.id > 0) && (node.agent.id < 5)) { x += '<a href=# cmenu=altPortContextMenu id=rdpClickOnceLink onclick=p10clickOnce("' + node._id + '","RDP2") title=\"' + "Requires Microsoft ClickOnce support in your browser" + '.\">' + "RDP" + '</a>&nbsp;'; }
5055 + if ((node.agent.id > 0) && (node.agent.id < 5)) { x += '<a href=# cmenu=altPortContextMenu id=rdpClickOnceLink onclick=p10clickOnce("' + node._id + '","RDP2") title="' + "Requires Microsoft ClickOnce support in your browser" + '.">' + "RDP" + '</a>&nbsp;'; }
5056 if (node.agent.id > 4) {
5057 - x += '<a href=# onclick=p10clickOnce("' + node._id + '","PSSH",22) title=\"' + "Requires Microsoft ClickOnce support in your browser." + '\">' + "Putty" + '</a>&nbsp;';
5058 - x += '<a href=# onclick=p10clickOnce("' + node._id + '","WSCP",22) title=\"' + "Requires Microsoft ClickOnce support in your browser." + '\">' + "WinSCP" + '</a>&nbsp;';
5057 + x += '<a href=# onclick=p10clickOnce("' + node._id + '","PSSH",22) title="' + "Requires Microsoft ClickOnce support in your browser." + '">' + "Putty" + '</a>&nbsp;';
5058 + x += '<a href=# onclick=p10clickOnce("' + node._id + '","WSCP",22) title="' + "Requires Microsoft ClickOnce support in your browser." + '">' + "WinSCP" + '</a>&nbsp;';
5059 }
5060 }
5061
5062 // MQTT options
5063 - if ((meshrights == 0xFFFFFFFF) && (features & 0x00400000)) { x += '<a href=# onclick=p10showMqttLoginDialog("' + node._id + '") title=\"' + "Get MQTT login credentials for this device." + '\">' + "MQTT Login" + '</a>&nbsp;'; }
5063 + if ((meshrights == 0xFFFFFFFF) && (features & 0x00400000)) { x += '<a href=# onclick=p10showMqttLoginDialog("' + node._id + '") title="' + "Get MQTT login credentials for this device." + '">' + "MQTT Login" + '</a>&nbsp;'; }
5064 x += '</div><br>'
5065
5066 QH('p10html3', x);
@@ -5068,10 +5068,10 @@
5068 // Set the node power state
5069 var powerstate = PowerStateStr(node.state);
5070 //if (node.state == 0) { powerstate = 'Unknown State'; }
5071 - if ((connectivity & 1) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title=\"' + "Agent connected" + '\">' + "Agent connected" + '</span>'; }
5072 - if ((connectivity & 2) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title=\"' + "Intel&reg; AMT connected" + '\">' + "Intel&reg; AMT connected" + '</span>'; }
5073 - else if ((connectivity & 4) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title=\"' + "Intel&reg; AMT detected" + '\">' + "Intel&reg; AMT detected" + '</span>'; }
5074 - if ((connectivity & 16) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title=\"' + "MQTT connected" + '\">' + "MQTT channel connected" + '</span>'; }
5071 + if ((connectivity & 1) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Agent connected" + '">' + "Agent connected" + '</span>'; }
5072 + if ((connectivity & 2) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Intel&reg; AMT connected" + '">' + "Intel&reg; AMT connected" + '</span>'; }
5073 + else if ((connectivity & 4) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Intel&reg; AMT detected" + '">' + "Intel&reg; AMT detected" + '</span>'; }
5074 + if ((connectivity & 16) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "MQTT connected" + '">' + "MQTT channel connected" + '</span>'; }
5075 if ((powerstate == '') && node.lastconnect) { powerstate = '<span style=font-size:12px>' + "Last seen:" + '<br />' + printDateTime(new Date(node.lastconnect)) + '</span>'; }
5076 QH('MainComputerState', powerstate);
5077
@@ -5175,11 +5175,11 @@
5175 if ((usergroups != null) && (usergroups[userid] != null)) { username = EscapeHtml(usergroups[userid].name); ugroup = true; }
5176 if ((meshrights & 2) != 0) {
5177 if (ugroup) {
5178 - trash = '<a href=# onclick=\'return p30removeUserFromNode(event,"' + encodeURIComponent(userid) + '")\' title=\"' + "Remove user group rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
5179 - rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(6,\"' + encodeURIComponent(userid) + '\")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
5178 + trash = '<a href=# onclick=\'return p30removeUserFromNode(event,"' + encodeURIComponent(userid) + '")\' title="' + "Remove user group rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
5179 + rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(6,"' + encodeURIComponent(userid) + '")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
5180 } else {
5181 - trash = '<a href=# onclick=\'return p30removeUserFromNode(event,"' + encodeURIComponent(userid) + '")\' title=\"' + "Remove user rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
5182 - rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(5,\"' + encodeURIComponent(userid) + '\")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
5181 + trash = '<a href=# onclick=\'return p30removeUserFromNode(event,"' + encodeURIComponent(userid) + '")\' title="' + "Remove user rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
5182 + rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(5,"' + encodeURIComponent(userid) + '")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
5183 }
5184 }
5185 if (users != null) {
@@ -5190,7 +5190,7 @@
5190 }
5191 }
5192
5193 - x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title=\"' + (ugroup?"User Group":"User") + '\" class=m' + (ugroup?4:2) + '></div><div>&nbsp;' + username + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
5193 + x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title="' + (ugroup?"User Group":"User") + '" class=m' + (ugroup?4:2) + '></div><div>&nbsp;' + username + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
5194 }
5195 }
5196 if (count == 1) { x += '<tr><td><div style=padding:6px>&nbsp;<i>' + "No users with special device permissions" + '</i><div></div></div></td><td></td></tr>'; }
@@ -5263,7 +5263,7 @@
5263
5264 function writeDeviceEvent(nodeid) {
5265 if (xxdialogMode) return;
5266 - setDialogMode(2, "Add Device Event", 3, writeDeviceEventEx, '<textarea id=d2devEvent style=background-color:#fcf3cf;width:100%;height:200px;resize:none;overflow-y:scroll></textarea><span style=font-size:10px>' + "This will add an entry to this device\'s event log." + '<span>', nodeid);
5266 + setDialogMode(2, "Add Device Event", 3, writeDeviceEventEx, '<textarea id=d2devEvent style=background-color:#fcf3cf;width:100%;height:200px;resize:none;overflow-y:scroll></textarea><span style=font-size:10px>' + "This will add an entry to this device's event log." + '<span>', nodeid);
5267 Q('d2devEvent').focus();
5268 }
5269
@@ -5417,7 +5417,7 @@
5417 date = new Date(date.getTime() - (1000 * 60 * 60 * 24)); // Substract one day
5418 }
5419
5420 - QH('p10html2', '<table cellpadding=2 cellspacing=0><thead><tr style=><th scope=col style=text-align:center;width:150px>' + "Day" + '</th><th scope=col style=text-align:center><a download href="devicepowerevents.ashx?id=' + currentNode._id + (urlargs.key?('&key=' + urlargs.key):'') + '" onclick="setDialogMode(0)"><img title=\"' + "Download power events" + '\" src="images/link4.png" /></a>' + "7 Day Power State" + '</th></tr></thead><tbody>' + x + '</tbody></table>');
5420 + QH('p10html2', '<table cellpadding=2 cellspacing=0><thead><tr style=><th scope=col style=text-align:center;width:150px>' + "Day" + '</th><th scope=col style=text-align:center><a download href="devicepowerevents.ashx?id=' + currentNode._id + (urlargs.key?('&key=' + urlargs.key):'') + '" onclick="setDialogMode(0)"><img title="' + "Download power events" + '" src="images/link4.png" /></a>' + "7 Day Power State" + '</th></tr></thead><tbody>' + x + '</tbody></table>');
5421 }
5422
5423 // Return a color for the given power state
@@ -6503,7 +6503,7 @@
6503 if (service.status.isSharedProcess === true) { serviceTypes.push("SharedProcess"); }
6504 if (serviceTypes.length > 0) { x += addHtmlValue("Type", serviceTypes.join(', ')); }
6505 }
6506 - x += '<br/><div style=float:right;margin-bottom:12px><input type=button value=\"' + "Close" + '\" onclick=showServiceDetailsDialogEx(0,' + index + ')></div><div style=margin-bottom:12px><input type=button value=\"' + "Start" + '\" onclick=showServiceDetailsDialogEx(1,' + index + ')><input type=button value=\"' + "Stop" + '\" onclick=showServiceDetailsDialogEx(2,' + index + ')><input type=button value=\"' + "Restart" + '\" onclick=showServiceDetailsDialogEx(3,' + index + ')></div>';
6506 + x += '<br/><div style=float:right;margin-bottom:12px><input type=button value="' + "Close" + '" onclick=showServiceDetailsDialogEx(0,' + index + ')></div><div style=margin-bottom:12px><input type=button value="' + "Start" + '" onclick=showServiceDetailsDialogEx(1,' + index + ')><input type=button value="' + "Stop" + '" onclick=showServiceDetailsDialogEx(2,' + index + ')><input type=button value="' + "Restart" + '" onclick=showServiceDetailsDialogEx(3,' + index + ')></div>';
6507 setDialogMode(2, "Service Details", 8, null, x, name);
6508 }
6509 }
@@ -7018,10 +7018,10 @@
7018 var h = '';
7019 if (f.t < 3) {
7020 var right = '', title = '';
7021 - h = '<div class=filelist file=999><input file=999 style=float:left name=fd class=fcb type=checkbox onchange=p13setActions() value=\'' + f.nx + '\'>&nbsp;<span style=float:right title=\"' + title + '\">' + right + '</span><span><div class=fileIcon' + f.t + ' onclick=p13folderset(\"' + encodeURIComponent(f.nx) + '\")></div><a href=# style=cursor:pointer onclick=\'return p13folderset(\"' + encodeURIComponent(f.nx) + '\")\'>' + shortname + '</a></span></div>';
7021 + h = '<div class=filelist file=999><input file=999 style=float:left name=fd class=fcb type=checkbox onchange=p13setActions() value=\'' + f.nx + '\'>&nbsp;<span style=float:right title="' + title + '">' + right + '</span><span><div class=fileIcon' + f.t + ' onclick=p13folderset("' + encodeURIComponent(f.nx) + '")></div><a href=# style=cursor:pointer onclick=\'return p13folderset("' + encodeURIComponent(f.nx) + '")\'>' + shortname + '</a></span></div>';
7022 } else {
7023 var link = shortname;
7024 - if (f.s > 0) { link = '<a hrf=# rel=\"noreferrer noopener\" target=\"_blank\" style=cursor:pointer onclick=\"return p13downloadfile(\'' + encodeURIComponent(newlinkpath + '/' + name) + '\',\'' + encodeURIComponent(name) + '\',' + f.s + ')\">' + shortname + '</a>'; }
7024 + if (f.s > 0) { link = '<a hrf=# rel="noreferrer noopener" target="_blank" style=cursor:pointer onclick="return p13downloadfile(\'' + encodeURIComponent(newlinkpath + '/' + name) + '\',\'' + encodeURIComponent(name) + '\',' + f.s + ')">' + shortname + '</a>'; }
7025 h = '<div id=fileEntry cmenu=filesContextMenu fileIndex=' + i + ' class=filelist file=3><input file=3 style=float:left name=fd class=fcb type=checkbox onchange=p13setActions() value=\'' + f.nx + '\'>&nbsp;<span class=fsize>' + fdatestr + '</span><span style=float:right>' + fsize + '</span><span><div class=fileIcon' + f.t + '></div>' + link + '</span></div>';
7026 }
7027
@@ -7649,8 +7649,7 @@
7649 if (hardware.windows.memory) {
7650 var x = '';
7651 // Sort Memory
7652 - function memorySort(a, b) { if (a.BankLabel > b.BankLabel) return 1; if (a.BankLabel < b.BankLabel) return -1; return 0; }
7653 - hardware.windows.memory.sort(memorySort);
7652 + hardware.windows.memory.sort(function(a, b) { if (a.BankLabel > b.BankLabel) return 1; if (a.BankLabel < b.BankLabel) return -1; return 0; });
7653
7654 x += '<table style=width:100%>';
7655 for (var i in hardware.windows.memory) {
@@ -7671,8 +7670,7 @@
7670 if (hardware.identifiers && ident.storage_devices) {
7671 var x = '';
7672 // Sort Memory
7674 - function storageSort(a, b) { if (a.Caption > b.Caption) return 1; if (a.Caption < b.Caption) return -1; return 0; }
7675 - ident.storage_devices.sort(storageSort);
7673 + ident.storage_devices.sort(function(a, b) { if (a.Caption > b.Caption) return 1; if (a.Caption < b.Caption) return -1; return 0; });
7674
7675 x += '<table style=width:100%>';
7676 for (var i in ident.storage_devices) {
@@ -8042,12 +8040,12 @@
8040 function account_showLocalizationSettings() {
8041 if (xxdialogMode) return false;
8042 var n = getstore('loctag', 0), y = '';
8045 - var x = '<select id=d2locselect style=width:240px><option value=\"*\">' + "User browser value" + '</option>';
8043 + var x = '<select id=d2locselect style=width:240px><option value="*">' + "User browser value" + '</option>';
8044 for (var i in loclist) { x += '<option value="' + i + '"' + ((n == i)?' selected':'') + '>' + i + ' - ' + loclist[i] + '</option>'; }
8045 x += '</select>';
8046 if (serverinfo.languages && serverinfo.languages.length > 0) {
8047 y += "Changing the language will require a refresh of the page." + '<br /><br />';
8050 - var z = '<select id=d2langselect style=width:240px><option value=\"*\">' + "User browser value" + '</option>';
8048 + var z = '<select id=d2langselect style=width:240px><option value="*">' + "User browser value" + '</option>';
8049 for (var i in serverinfo.languages) {
8050 var lang = serverinfo.languages[i];
8051 z += '<option value="' + lang + '"' + ((userinfo.lang == lang)?' selected':'') + '>' + lang + ' - ' + (loclist[lang]?loclist[lang]:loclistex[lang]) + '</option>';
@@ -8368,7 +8366,7 @@
8366 // Add device group name
8367 var meshrights = GetMeshRights(currentMesh), mname = EscapeHtml(currentMesh.name);
8368 if (mname.length == 0) { mname = '<i>' + "None" + '</i>'; }
8371 - if ((meshrights & 1) != 0) { mname = '<span tabindex=0 title=\"' + "Click here to edit the device group name" + '\" onclick=p20editmesh(1) onkeyup="if (event.key == \'Enter\') p20editmesh(1)" style=cursor:pointer>' + mname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
8369 + if ((meshrights & 1) != 0) { mname = '<span tabindex=0 title="' + "Click here to edit the device group name" + '" onclick=p20editmesh(1) onkeyup="if (event.key == \'Enter\') p20editmesh(1)" style=cursor:pointer>' + mname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
8370 QH('p20meshName', mname);
8371
8372 var meshtype = format("Unknown #{0}", currentMesh.mtype);
@@ -8441,7 +8439,7 @@
8439 x += addHtmlValue("Intel&reg; AMT", addLinkConditional(intelAmtPolicy, 'p20editMeshAmt()', meshrights & 1));
8440
8441 // Display group note support
8444 - if (meshrights & 1) { x += '<br><input type=button value=' + "Notes" + ' title=\"' + "View notes about this device group" + '\" onclick=showNotes(false,"' + encodeURIComponent(currentMesh._id) + '") />'; }
8442 + if (meshrights & 1) { x += '<br><input type=button value=' + "Notes" + ' title="' + "View notes about this device group" + '" onclick=showNotes(false,"' + encodeURIComponent(currentMesh._id) + '") />'; }
8443
8444 x += '<br style=clear:both><br>';
8445 if (meshrights & 2) {
@@ -8455,17 +8453,17 @@
8453
8454 if (meshrights & 4) {
8455 if (currentMesh.mtype == 1) {
8458 - x += '<a href=# onclick=\'return addCiraDeviceToMesh(\"' + currentMesh._id + '\")\' style=cursor:pointer;margin-right:10px title=\"' + "Add a new Intel&reg; AMT computer that is located on the internet." + '\"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install CIRA" + '</a>';
8459 - x += '<a href=# onclick=\'return addDeviceToMesh(\"' + currentMesh._id + '\")\' style=cursor:pointer;margin-right:10px title=\"' + "Add a new Intel&reg; AMT computer that is located on the local network." + '\"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';
8456 + x += '<a href=# onclick=\'return addCiraDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the internet." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install CIRA" + '</a>';
8457 + x += '<a href=# onclick=\'return addDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';
8458 if (currentMesh.amt && (currentMesh.amt.type == 2)) { // CCM activation
8461 - x += '<a href=# onclick=\'return showCcmActivation(\"' + currentMesh._id + '\")\' style=cursor:pointer;margin-right:10px title=\"' + "Perform Intel AMT client control mode (CCM) activation." + '\"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
8459 + x += '<a href=# onclick=\'return showCcmActivation("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Perform Intel AMT client control mode (CCM) activation." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
8460 } else if (currentMesh.amt && (currentMesh.amt.type == 3) && ((features & 0x00100000) != 0)) { // ACM activation
8463 - x += '<a href=# onclick=\'return showAcmActivation(\"' + currentMesh._id + '\")\' style=cursor:pointer;margin-right:10px title=\"' + "Perform Intel AMT admin control mode (ACM) activation." + '\"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
8461 + x += '<a href=# onclick=\'return showAcmActivation("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Perform Intel AMT admin control mode (ACM) activation." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
8462 }
8463 }
8464 if (currentMesh.mtype == 2) {
8467 - x += '<a href=# onclick=\'return addAgentToMesh(\"' + currentMesh._id + '\")\' style=cursor:pointer;margin-right:10px title=\"' + "Add a new computer to this device group by installing the mesh agent." + '\"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Add Agent" + '</a>';
8468 - x += '<a href=# onclick=\'return inviteAgentToMesh(\"' + currentMesh._id + '\")\' style=cursor:pointer;margin-right:10px title=\"' + "Invite someone to install the mesh agent on this device group." + '\"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Invite" + '</a>';
8465 + x += '<a href=# onclick=\'return addAgentToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new computer to this device group by installing the mesh agent." + '"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Add Agent" + '</a>';
8466 + x += '<a href=# onclick=\'return inviteAgentToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Invite someone to install the mesh agent on this device group." + '"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Invite" + '</a>';
8467 }
8468 }
8469
@@ -8487,7 +8485,7 @@
8485 var trash = '', r = sortedusers[i].rights, rights = makeDeviceGroupRightsString(r), icon = 2;
8486 if ((sortedusers[i].id != userinfo._id) && (meshrights == 0xFFFFFFFF || (((meshrights & 2) != 0)))) {
8487 if ((meshrights == 0xFFFFFFFF) || (currentMesh.links[sortedusers[i].id].rights != 0xFFFFFFFF)) {
8490 - trash = '<a href=# onclick=\'return p20deleteUser(event,"' + encodeURIComponent(sortedusers[i].id) + '")\' title=\"' + "Remove user rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
8488 + trash = '<a href=# onclick=\'return p20deleteUser(event,"' + encodeURIComponent(sortedusers[i].id) + '")\' title="' + "Remove user rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
8489 }
8490 rights = '<span tabindex=0 style=cursor:pointer onclick=p20viewuser("' + encodeURIComponent(sortedusers[i].id) + '") onkeypress="if (event.key==\'Enter\') p20viewuser(\'' + encodeURIComponent(sortedusers[i].id) + '\')">' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
8491 }
@@ -8495,7 +8493,7 @@
8493 var username = EscapeHtml(decodeURIComponent(sortedusers[i].name));
8494 if ((usergroups != null) && sortedusers[i].id.startsWith('ugrp/')) { username = '<a tabindex=0 href=# onclick=\'gotoUserGroup("' + encodeURIComponent(sortedusers[i].id) + '");haltEvent(event);\'>' + username + '</a>'; }
8495 if ((users != null) && sortedusers[i].id.startsWith('user/')) { username = '<a tabindex=0 href=# onclick=\'gotoUser("' + encodeURIComponent(sortedusers[i].id) + '");haltEvent(event);\'>' + username + '</a>'; }
8498 - x += '<tr style=' + (((count % 2) == 0) ? ';background-color:#DDD' : '') + '><td style=width:30%><div title=\"' + "User" + '\" class=m' + icon + '></div><div>&nbsp;' + username + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
8496 + x += '<tr style=' + (((count % 2) == 0) ? ';background-color:#DDD' : '') + '><td style=width:30%><div title="' + "User" + '" class=m' + icon + '></div><div>&nbsp;' + username + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
8497 ++count;
8498 }
8499
@@ -8547,9 +8545,9 @@
8545 if ((ptype == 2) && (currentMesh.mtype == 2)) { x += addHtmlValue("Password mismatch", '<select id=dp20amtbadpass style=width:230px><option value=0>' + "Do nothing" + '</option><option value=1>' + "Reactivate Intel&reg; AMT" + '</option></select>'); }
8546 if ((features & 0x400) == 0) {
8547 if (ptype == 2) {
8550 - x += addHtmlValue('<span title="' + "Client Initiated Remote Access" + '">' + "CIRA" + '</span>', '<select id=dp20amtcira style=width:230px><option value=0>' + "Don\'t configure" + '</option><option value=1>' + "Don\'t connect to server" + '</option><option value=2>' + "Connect to server" + '</option></select>');
8548 + x += addHtmlValue('<span title="' + "Client Initiated Remote Access" + '">' + "CIRA" + '</span>', '<select id=dp20amtcira style=width:230px><option value=0>' + "Don't configure" + '</option><option value=1>' + "Don't connect to server" + '</option><option value=2>' + "Connect to server" + '</option></select>');
8549 } else {
8552 - x += addHtmlValue('<span title="' + "Client Initiated Remote Access" + '">' + "CIRA" + '</span>', '<select id=dp20amtcira style=width:230px><option value=0>' + "Don\'t configure" + '</option><option value=2>' + "Connect to server" + '</option></select>');
8550 + x += addHtmlValue('<span title="' + "Client Initiated Remote Access" + '">' + "CIRA" + '</span>', '<select id=dp20amtcira style=width:230px><option value=0>' + "Don't configure" + '</option><option value=2>' + "Connect to server" + '</option></select>');
8551 }
8552 }
8553 x += '<br/><span style="font-size:10px">' + "* Leave blank to assign a random password to each device." + '</span><br/>';
@@ -9188,8 +9186,8 @@
9186 Chart.controllers.doughnut = Chart.controllers.doughnut.extend({
9187 draw: function() {
9188 draw.apply(this, arguments);
9191 - let ctx = this.chart.chart.ctx;
9192 - let _fill = ctx.fill;
9189 + var ctx = this.chart.chart.ctx;
9190 + var _fill = ctx.fill;
9191 ctx.fill = function() {
9192 ctx.save();
9193 ctx.shadowColor = 'blue';
@@ -9225,7 +9223,7 @@
9223 // Add device group name
9224 var meshrights = GetMeshRights(currentMesh), mname = EscapeHtml(currentMesh.name);
9225 if (mname.length == 0) { mname = '<i>' + "None" + '</i>'; }
9228 - if ((meshrights & 1) != 0) { mname = '<span tabindex=0 title=\"' + "Click here to edit the device group name" + '\" onclick=p20editmesh(1) onkeyup="if (event.key == \'Enter\') p20editmesh(1)" style=cursor:pointer>' + mname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
9226 + if ((meshrights & 1) != 0) { mname = '<span tabindex=0 title="' + "Click here to edit the device group name" + '" onclick=p20editmesh(1) onkeyup="if (event.key == \'Enter\') p20editmesh(1)" style=cursor:pointer>' + mname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
9227 QH('p21meshName', mname);
9228
9229 // Update charts
@@ -9363,10 +9361,10 @@
9361 var h = '';
9362 if (f.t < 3 || f.t == 4) {
9363 var right = (f.t == 1 || f.t == 4)?p5getQuotabar(f):'', title = '';
9366 - h = '<div class=filelist file=999><input file=999 style=float:left name=fc class=fcb type=checkbox onchange=p5setActions() value="' + name + '">&nbsp;<span style=float:right title=\"' + title + '\">' + right + '</span><span><div class=fileIcon' + f.t + ' onclick=p5folderset(\"' + encodeURIComponent(f.nx) + '\")></div><a href=# style=cursor:pointer onclick=\'return p5folderset(\"' + encodeURIComponent(f.nx) + '\")\'>' + shortname + '</a></span></div>';
9364 + h = '<div class=filelist file=999><input file=999 style=float:left name=fc class=fcb type=checkbox onchange=p5setActions() value="' + name + '">&nbsp;<span style=float:right title="' + title + '">' + right + '</span><span><div class=fileIcon' + f.t + ' onclick=p5folderset("' + encodeURIComponent(f.nx) + '")></div><a href=# style=cursor:pointer onclick=\'return p5folderset("' + encodeURIComponent(f.nx) + '")\'>' + shortname + '</a></span></div>';
9365 } else {
9366 var link = shortname, publiclink = '';
9369 - if (publicfolder) { publiclink = '<img src="images/link2.png" style=cursor:pointer title="' + "Display public link" + '" onclick=\'return p5showPublicLink("' + (publicPath + '/' + encodeURIComponent(f.nx)) + '?download=1' + '")\' width=10 height=10 /> <img src="images/link4.png" title="' + "Copy link to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(publicPath + '/' + encodeURIComponent(f.nx) + '?download=1') + '\") width=10 height=10>'; }
9367 + if (publicfolder) { publiclink = '<img src="images/link2.png" style=cursor:pointer title="' + "Display public link" + '" onclick=\'return p5showPublicLink("' + (publicPath + '/' + encodeURIComponent(f.nx)) + '?download=1' + '")\' width=10 height=10 /> <img src="images/link4.png" title="' + "Copy link to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(publicPath + '/' + encodeURIComponent(f.nx) + '?download=1') + '") width=10 height=10>'; }
9368 if (f.s > 0) { link = publiclink + ' <a rel="noreferrer noopener" target="_blank" download href="downloadfile.ashx?link=' + encodeURIComponent(filetreelinkpath + '/' + f.nx) + '">' + shortname + '</a>'; }
9369 h = '<div class=filelist file=3><input file=3 style=float:left name=fc class=fcb type=checkbox onchange=p5setActions() value="' + f.nx + '">&nbsp;<span class=fsize>' + fdatestr + '</span><span style=float:right>' + fsize + '</span><span><div class=fileIcon' + f.t + '></div>' + link + '</span></div>';
9370 }
@@ -9417,7 +9415,7 @@
9415 }
9416
9417 function p5showPublicLink(u) {
9420 - setDialogMode(2, "Public Link", 1, null, '<input type=text style=width:350px value="' + u + '" readonly /> <img src="images/link4.png" title="' + "Copy link to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2(\"' + encodeURIComponent(u) + '\") width=10 height=10>');
9418 + setDialogMode(2, "Public Link", 1, null, '<input type=text style=width:350px value="' + u + '" readonly /> <img src="images/link4.png" title="' + "Copy link to clipboard" + '" style="cursor:pointer" onclick=copyTextToClip2("' + encodeURIComponent(u) + '") width=10 height=10>');
9419 return false;
9420 }
9421
@@ -9467,7 +9465,7 @@
9465 function p5renamefileEx(b, t) { t.newname = Q('p5renameinput').value; meshserver.send(t); }
9466 function p5fileNameCheck(e) { var x = isFilenameValid(Q('p5renameinput').value); QE('idx_dlgOkButton', x); if ((x == true) && (e && e.keyCode == 13)) { dialogclose(1); } }
9467 var isFilenameValid = (function(){ var x1=/^[^\\/:\*\?"<>\|]+$/, x2=/^\./, x3=/^(nul|prn|con|lpt[0-9]|com[0-9])(\.|$)/i; return function isFilenameValid(fname){ return x1.test(fname)&&!x2.test(fname)&&!x3.test(fname)&&(fname[0] != '.'); } })();
9470 - function p5uploadFile() { setDialogMode(2, "Upload File", 3, p5uploadFileEx, '<form method=post enctype=multipart/form-data action=uploadfile.ashx target=fileUploadFrame><input type=text name=link style=display:none id=p5uploadpath value=\"' + encodeURIComponent(filetreelinkpath) + '\" /><input type=file name=files id=p5uploadinput style=width:100% multiple=multiple onchange="p5updateUploadDialogOk(\'p5uploadinput\')" /><input type=hidden name=authCookie value=' + authCookie + ' /><input type=submit id=p5loginSubmit style=display:none /><span id=p5confirmOverwriteSpan style=display:none><br /><label><input type=checkbox id=p5confirmOverwrite onchange="p5updateUploadDialogOk(\'p5uploadinput\')" />' + "Confirm overwrite?" + '</label></span></form>'); p5updateUploadDialogOk('p5uploadinput'); }
9468 + function p5uploadFile() { setDialogMode(2, "Upload File", 3, p5uploadFileEx, '<form method=post enctype=multipart/form-data action=uploadfile.ashx target=fileUploadFrame><input type=text name=link style=display:none id=p5uploadpath value="' + encodeURIComponent(filetreelinkpath) + '" /><input type=file name=files id=p5uploadinput style=width:100% multiple=multiple onchange="p5updateUploadDialogOk(\'p5uploadinput\')" /><input type=hidden name=authCookie value=' + authCookie + ' /><input type=submit id=p5loginSubmit style=display:none /><span id=p5confirmOverwriteSpan style=display:none><br /><label><input type=checkbox id=p5confirmOverwrite onchange="p5updateUploadDialogOk(\'p5uploadinput\')" />' + "Confirm overwrite?" + '</label></span></form>'); p5updateUploadDialogOk('p5uploadinput'); }
9469 function p5uploadFileEx() { Q('p5loginSubmit').click(); }
9470 function p5updateUploadDialogOk() {
9471 // Check if these are files we can upload, remove all folders.
@@ -9700,7 +9698,7 @@
9698 for (var i in eventList) {
9699 var nodename = '';
9700 if (eventList[i].nodeid) { var node = getNodeFromId(eventList[i].nodeid); if (node && node.name) { nodename = node.name; } }
9703 - csv += '\"' + eventList[i].time + '\",\"' + printDateTime(new Date(eventList[i].time)) + '\",\"' + eventList[i].etype + '\",\"' + ((eventList[i].action != null) ? eventList[i].action : '') + '\",\"' + ((eventList[i].username != null) ? eventList[i].username : '') + '\",\"' + EscapeHtml(nodename) + '\",\"' + ((eventList[i].msg != null) ? eventList[i].msg : '').split(',').join(' -') + '\"\r\n';
9701 + csv += '"' + eventList[i].time + '","' + printDateTime(new Date(eventList[i].time)) + '","' + eventList[i].etype + '","' + ((eventList[i].action != null) ? eventList[i].action : '') + '","' + ((eventList[i].username != null) ? eventList[i].username : '') + '","' + EscapeHtml(nodename) + '","' + ((eventList[i].msg != null) ? eventList[i].msg : '').split(',').join(' -') + '"\r\n';
9702 }
9703 saveAs(new Blob([csv], { type: 'application/octet-stream' }), "eventslist.csv");
9704 return false;
@@ -9803,14 +9801,14 @@
9801 if (sessions != null) {
9802 gray = '';
9803 if (self) {
9806 - msg = '<span style=float:right;margin-top:1px;margin-right:4px title=' + "Chat" + '><a href=# onclick=userChat(event,\"' + encodeURIComponent(user._id) + '\",\"' + encodeURIComponent(user.name) + '\")><img src=\'images/icon-chat.png\' height=16 width=16 style=padding-top:2px /></a></span>';
9807 - msg += '<span style=float:right;margin-top:1px;margin-left:4px;margin-right:4px title=Notify><a href=# onclick=\'return showUserAlertDialog(event,\"' + encodeURIComponent(user._id) + '\")\'><img src=\'images/icon-notify.png\' height=16 width=16 style=padding-top:2px /></a></span>';
9804 + msg = '<span style=float:right;margin-top:1px;margin-right:4px title=' + "Chat" + '><a href=# onclick=userChat(event,"' + encodeURIComponent(user._id) + '","' + encodeURIComponent(user.name) + '")><img src=\'images/icon-chat.png\' height=16 width=16 style=padding-top:2px /></a></span>';
9805 + msg += '<span style=float:right;margin-top:1px;margin-left:4px;margin-right:4px title=Notify><a href=# onclick=\'return showUserAlertDialog(event,"' + encodeURIComponent(user._id) + '")\'><img src=\'images/icon-notify.png\' height=16 width=16 style=padding-top:2px /></a></span>';
9806 }
9807 if (sessions == 1) { lastAccess += nobreak("1 session"); } else { lastAccess += nobreak(format("{0} sessions", sessions)); }
9808 } else {
9811 - if (user.login) { lastAccess += '<span title=\"' + format("Last login: {0}", printDateTime(new Date(user.login * 1000))) + '\">' + printDate(new Date(user.login * 1000)) + '</span>'; }
9809 + if (user.login) { lastAccess += '<span title="' + format("Last login: {0}", printDateTime(new Date(user.login * 1000))) + '">' + printDate(new Date(user.login * 1000)) + '</span>'; }
9810 }
9813 - if (self) { permissions += '<a href=# style=cursor:pointer onclick=\'return showUserAdminDialog(event,\"' + encodeURIComponent(user._id) + '\")\'>'; }
9811 + if (self) { permissions += '<a href=# style=cursor:pointer onclick=\'return showUserAdminDialog(event,"' + encodeURIComponent(user._id) + '")\'>'; }
9812 if ((user.siteadmin != null) && ((user.siteadmin & 32) != 0) && (user.siteadmin != 0xFFFFFFFF)) { permissions += "Locked" + ',&nbsp;'; }
9813 permissions += '<span title=\'' + "Server Permissions" + '\'>';
9814
@@ -9851,7 +9849,7 @@
9849 if ((user.siteadmin != null) && ((user.siteadmin & 32) != 0) && (user.siteadmin != 0xFFFFFFFF)) { username += ' <img src="images/padlock12.png" height=12 width=8 title="' + "Account is locked" + '" style="margin-top:2px" />'; }
9850 x += '<tr tabindex=0 onmouseover=userMouseHover(this,1) onmouseout=userMouseHover(this,0) onkeypress="if (event.key==\'Enter\') gotoUser(\'' + encodeURIComponent(user._id) + '\')"><td>';
9851 x += '<div class=bar>';
9854 - x += '<div class=baricon><input class=UserCheckbox value=' + encodeURIComponent(user._id) + ' onclick=p3updateInfo() type=checkbox' + ((user._id == userinfo._id)?' disabled':'') + '></div><div style=cursor:pointer onclick=gotoUser(\"' + encodeURIComponent(user._id) + '\",false,event)>';
9852 + x += '<div class=baricon><input class=UserCheckbox value=' + encodeURIComponent(user._id) + ' onclick=p3updateInfo() type=checkbox' + ((user._id == userinfo._id)?' disabled':'') + '></div><div style=cursor:pointer onclick=gotoUser("' + encodeURIComponent(user._id) + '",false,event)>';
9853 x += '<div class=baricon><div class="' + icon + gray + '"></div></div>';
9854 x += '<div class=g1></div><div class=g2></div><div>';
9855 x += '<div><span>' + username + '</span>' + msg + '</div></div><td style=text-align:center>' + groups + '<td style=text-align:center>' + lastAccess + '<td style=text-align:center>' + permissions;
@@ -10023,7 +10021,7 @@
10021 if (users[i].otphkeys > 0) { factors.push('SecurityKey'); }
10022 if (users[i].otpkeys > 0) { factors.push('BackupCodes'); }
10023 }
10026 - csv += '\"' + users[i]._id + '\",\"' + users[i].name + '\",\"' + (users[i].email ? users[i].email : '') + '\",\"' + (users[i].creation ? new Date(users[i].creation * 1000) : '') + '\",\"' + (users[i].login ? new Date(users[i].login * 1000) : '') + '\",\"' + (users[i].groups ? users[i].groups.join(',') : '') + '\",\"' + (multiFactor ? factors.join(',') : '') + '\"\r\n';
10024 + csv += '"' + users[i]._id + '","' + users[i].name + '","' + (users[i].email ? users[i].email : '') + '","' + (users[i].creation ? new Date(users[i].creation * 1000) : '') + '","' + (users[i].login ? new Date(users[i].login * 1000) : '') + '","' + (users[i].groups ? users[i].groups.join(',') : '') + '","' + (multiFactor ? factors.join(',') : '') + '"\r\n';
10025 }
10026 saveAs(new Blob([csv], { type: 'application/octet-stream' }), "userlist.csv");
10027 return false;
@@ -10117,7 +10115,7 @@
10115 var user = users[userid.toLowerCase()], groups = "";
10116 if (user.groups != null) { groups = user.groups.join(', ') }
10117 var x = "Enter a comma seperate list of administrative realms names." + '<br /><br />';
10120 - x += addHtmlValue("Realms", '<input id=dp4usergroups style=width:230px value="' + groups + '" placeholder=\"' + "Name1, Name2, Name3" + '\" maxlength=256 onchange=p4validateUserGroups() onkeyup=p4validateUserGroups() />');
10118 + x += addHtmlValue("Realms", '<input id=dp4usergroups style=width:230px value="' + groups + '" placeholder="' + "Name1, Name2, Name3" + '" maxlength=256 onchange=p4validateUserGroups() onkeyup=p4validateUserGroups() />');
10119 setDialogMode(2, "Administrative Realms", 3, showUserGroupDialogEx, x, user);
10120 focusTextBox('dp4usergroups');
10121 p4validateUserGroups();
@@ -10126,7 +10124,7 @@
10124
10125 function p4validateUserGroups() {
10126 var groups = Q('dp4usergroups').value;
10129 - var k = 0, i = groups.indexOf('\"') + groups.indexOf('/') + groups.indexOf('>') + groups.indexOf('<') + groups.indexOf('\'');
10127 + var k = 0, i = groups.indexOf('"') + groups.indexOf('/') + groups.indexOf('>') + groups.indexOf('<') + groups.indexOf('\'');
10128 var g = groups.split(',');
10129 for (var j in g) { if (g[j].trim().length == 0) k++; }
10130 QE('idx_dlgOkButton', (groups == '') || ((i == -5) && (k < 1)));
@@ -10265,9 +10263,9 @@
10263 var x = '<tr tabindex=0 onmouseover=userMouseHover2(this,1) onmouseout=userMouseHover2(this,0) onkeypress="if (event.key==\'Enter\') gotoUserGroup(\'' + encodeURIComponent(group._id) + '\')"><td style=cursor:pointer>';
10264 x += '<div class=bar style=width:100%>';
10265 x += '<div class=baricon><input class=UserGroupCheckbox value=' + encodeURIComponent(group._id) + ' onclick=p50updateInfo() type=checkbox></div>';
10268 - x += '<div class=baricon onclick=gotoUserGroup(\"' + encodeURIComponent(group._id) + '\")><div class=m4></div></div>';
10269 - x += '<div class=g1 onclick=gotoUserGroup(\"' + encodeURIComponent(group._id) + '\")></div><div class=g2 onclick=gotoUserGroup(\"' + encodeURIComponent(group._id) + '\")></div>';
10270 - x += '<div onclick=gotoUserGroup(\"' + encodeURIComponent(group._id) + '\")><span style=font-size:16px>' + group.name + '</span></div></div><td style=text-align:center>' + usercount + '<td style=text-align:center>' + meshcount + '<td style=text-align:center>' + devicecount;
10266 + x += '<div class=baricon onclick=gotoUserGroup("' + encodeURIComponent(group._id) + '")><div class=m4></div></div>';
10267 + x += '<div class=g1 onclick=gotoUserGroup("' + encodeURIComponent(group._id) + '")></div><div class=g2 onclick=gotoUserGroup("' + encodeURIComponent(group._id) + '")></div>';
10268 + x += '<div onclick=gotoUserGroup("' + encodeURIComponent(group._id) + '")><span style=font-size:16px>' + group.name + '</span></div></div><td style=text-align:center>' + usercount + '<td style=text-align:center>' + meshcount + '<td style=text-align:center>' + devicecount;
10269 return x;
10270 }
10271
@@ -10354,7 +10352,7 @@
10352 // Add user group name
10353 var gname = EscapeHtml(group.name);
10354 if (gname.length == 0) { gname = '<i>' + "None" + '</i>'; }
10357 - if ((userinfo.siteadmin & 256) != 0) { gname = '<span tabindex=0 title=\"' + "Click here to edit the user group name" + '\" onclick=p51editgroup(1) onkeyup="if (event.key == \'Enter\') p51editgroup(1)" style=cursor:pointer>' + gname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
10355 + if ((userinfo.siteadmin & 256) != 0) { gname = '<span tabindex=0 title="' + "Click here to edit the user group name" + '" onclick=p51editgroup(1) onkeyup="if (event.key == \'Enter\') p51editgroup(1)" style=cursor:pointer>' + gname + ' <img class=hoverButton src="images/link5.png" /></span>'; }
10356 QH('p51groupName', gname);
10357
10358 var usercount = 0, meshcount = 0, devicecount = 0;
@@ -10381,7 +10379,7 @@
10379 x += '</table></div><br />';
10380
10381 if ((userinfo.siteadmin & 256) != 0) {
10384 - x += '<input type=button value=\"' + "Broadcast" + '\" title=\"' + "Send a notice to all users in this group." + '\" onclick=showUserBroadcastDialog("' + encodeURIComponent(group._id) + '") />';
10382 + x += '<input type=button value="' + "Broadcast" + '" title="' + "Send a notice to all users in this group." + '" onclick=showUserBroadcastDialog("' + encodeURIComponent(group._id) + '") />';
10383 }
10384
10385 // Setup the panel
@@ -10406,10 +10404,10 @@
10404
10405 // Display all users for this user group
10406 for (var i in sortedusers) {
10409 - var trash = '<a href=# onclick=\'return p51deleteUser(event,"' + encodeURIComponent(sortedusers[i].id) + '")\' title=\"' + "Remove user rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10407 + var trash = '<a href=# onclick=\'return p51deleteUser(event,"' + encodeURIComponent(sortedusers[i].id) + '")\' title="' + "Remove user rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10408 var username = EscapeHtml(decodeURIComponent(sortedusers[i].name));
10409 if (users != null) { username = '<a href=# onclick=\'gotoUser("' + encodeURIComponent(sortedusers[i].id) + '");haltEvent(event);\'>' + username + '</a>'; }
10412 - x += '<tr ' + (((count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td><div title=\"' + "User" + '\" class=m2></div><div>&nbsp;' + username + '<div></div></div></td><td><div style=float:right>' + trash + '</div></td></tr>';
10410 + x += '<tr ' + (((count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td><div title="' + "User" + '" class=m2></div><div>&nbsp;' + username + '<div></div></div></td><td><div style=float:right>' + trash + '</div></td></tr>';
10411 ++count;
10412 }
10413
@@ -10433,10 +10431,10 @@
10431 var meshname = '<i>' + "Unknown Device Group" + '</i>';
10432 if (mesh) { meshname = '<a href=# onclick=\'gotoMesh("' + mesh._id + '");haltEvent(event);\'>' + mesh.name + '</a>'; } else {}
10433 if ((cr & 2) != 0) {
10436 - trash = '<a href=# onclick=\'return p51removeMeshFromUserGroup(event,"' + encodeURIComponent(mesh._id) + '")\' title=\"' + "Remove user group rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10437 - rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(3,\"' + encodeURIComponent(mesh._id) + '\")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10434 + trash = '<a href=# onclick=\'return p51removeMeshFromUserGroup(event,"' + encodeURIComponent(mesh._id) + '")\' title="' + "Remove user group rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10435 + rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(3,"' + encodeURIComponent(mesh._id) + '")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10436 }
10439 - x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title=\"' + "Device Group" + '\" class=m99></div><div>&nbsp;' + meshname + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10437 + x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title="' + "Device Group" + '" class=m99></div><div>&nbsp;' + meshname + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10438 }
10439 }
10440 if (count == 1) { x += '<tr><td><div style=padding:6px>&nbsp;<i>' + "No device groups in common" + '</i><div></div></div></td><td></td></tr>'; }
@@ -10455,10 +10453,10 @@
10453 var nodename = '<i>' + "Unknown Device" + '</i>';
10454 if (node) { nodename = '<a href=# onclick=\'gotoDevice("' + node._id + '");haltEvent(event);\'>' + node.name + '</a>'; } else {}
10455 if ((cr & 2) != 0) {
10458 - trash = '<a href=# onclick=\'return p51removeDeviceFromUserGroup(event,"' + encodeURIComponent(node._id) + '")\' title=\"' + "Remove user group rights to this device" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10459 - rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(7,\"' + encodeURIComponent(node._id) + '\")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10456 + trash = '<a href=# onclick=\'return p51removeDeviceFromUserGroup(event,"' + encodeURIComponent(node._id) + '")\' title="' + "Remove user group rights to this device" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10457 + rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(7,"' + encodeURIComponent(node._id) + '")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10458 }
10461 - x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title=\"' + "Device Group" + '\" class=m99></div><div>&nbsp;' + nodename + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10459 + x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title="' + "Device Group" + '" class=m99></div><div>&nbsp;' + nodename + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10460 }
10461 }
10462 if (count == 1) { x += '<tr><td><div style=padding:6px>&nbsp;<i>' + "No devices in common" + '</i><div></div></div></td><td></td></tr>'; }
@@ -10649,10 +10647,10 @@
10647 // Show user attributes
10648 var x = '<div style=min-height:80px><table style=width:100%>';
10649 var email = user.email?EscapeHtml(user.email):'<i>' + "Not set" + '</i>', everify = '';
10652 - if (serverinfo.emailcheck) { everify = ((user.emailVerified == true) ? '<b style=color:green;cursor:pointer title=\"' + "Email is verified" + '\">&#x2713</b> ' : '<b style=color:red;cursor:pointer title=\"' + "Email not verified" + '\">&#x2717;</b> '); }
10650 + if (serverinfo.emailcheck) { everify = ((user.emailVerified == true) ? '<b style=color:green;cursor:pointer title="' + "Email is verified" + '">&#x2713</b> ' : '<b style=color:red;cursor:pointer title="' + "Email not verified" + '">&#x2717;</b> '); }
10651 if (user.name.toLowerCase() != user._id.split('/')[2]) { x += addDeviceAttribute("User Identifier", user._id.split('/')[2]); }
10652 if (((user.siteadmin != 0xFFFFFFFF) || (userinfo.siteadmin == 0xFFFFFFFF))) { // If we are not site admin, we can't change a admin email.
10655 - x += addDeviceAttribute("Email", everify + email + ' <a href="mailto:' + user.email + '" \'><img class=hoverButton src="images/link1.png" /></a>' + ' <img class=hoverButton style=cursor:pointer src="images/link5.png" onclick=p30showUserEmailChangeDialog(event,\"' + userid + '\") />');
10653 + x += addDeviceAttribute("Email", everify + email + ' <a href="mailto:' + user.email + '" \'><img class=hoverButton src="images/link1.png" /></a>' + ' <img class=hoverButton style=cursor:pointer src="images/link5.png" onclick=p30showUserEmailChangeDialog(event,"' + userid + '") />');
10654 } else {
10655 x += addDeviceAttribute("Email", everify + email + ' <a href="mailto:' + user.email + '" \'><img class=hoverButton src="images/link1.png" /></a>');
10656 }
@@ -10661,7 +10659,7 @@
10659 x += addDeviceAttribute("Phone Number", (user.phone?user.phone:('<i>' + "None" + '</i>')) + ' <img class=hoverButton style=cursor:pointer src="images/link5.png" onclick=p30editPhone() />');
10660 }
10661
10664 - x += addDeviceAttribute("Server Rights", premsg + msg.join(', ') + ' <img style=cursor:pointer class=hoverButton onclick=\'return showUserAdminDialog(event,\"' + userid + '\")\' src="images/link5.png" />');
10662 + x += addDeviceAttribute("Server Rights", premsg + msg.join(', ') + ' <img style=cursor:pointer class=hoverButton onclick=\'return showUserAdminDialog(event,"' + userid + '")\' src="images/link5.png" />');
10663 if (user.quota) x += addDeviceAttribute("Server Quota", EscapeHtml(parseInt(user.quota) / 1024) + ' k');
10664 x += addDeviceAttribute("Creation", printDateTime(new Date(user.creation * 1000)));
10665 if (user.login) x += addDeviceAttribute("Last Login", printDateTime(new Date(user.login * 1000)));
@@ -10680,7 +10678,7 @@
10678 if ((userinfo.siteadmin == 0xFFFFFFFF) || (userinfo.siteadmin & 2)) {
10679 var xuserGroups = '<i>' + "None" + '</i>';
10680 if (user.groups) { xuserGroups = ''; for (var i in user.groups) { xuserGroups += '<span class="tagSpan">' + user.groups[i] + '</span>'; } }
10683 - x += addDeviceAttribute("Admin Realms", addLinkConditional(xuserGroups, 'showUserGroupDialog(event,\"' + userid + '\")', (userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.groups == null) && (userinfo._id != user._id) && (user.siteadmin != 0xFFFFFFFF))));
10681 + x += addDeviceAttribute("Admin Realms", addLinkConditional(xuserGroups, 'showUserGroupDialog(event,"' + userid + '")', (userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.groups == null) && (userinfo._id != user._id) && (user.siteadmin != 0xFFFFFFFF))));
10682 }
10683
10684 // Display device user consent
@@ -10707,15 +10705,15 @@
10705 if (user.otphkeys > 0) { factors.push("Security Key"); }
10706 if (user.otpkeys > 0) { factors.push("Backup Codes"); }
10707 if ((user.phone != null) && (features & 0x04000000)) { factors.push("SMS"); }
10710 - x += addDeviceAttribute("Security", '<img src="images/key12.png" height=12 width=11 title=\"' + "2nd factor authentication enabled" + '\" style="margin-top:2px" /> ' + factors.join(', '));
10708 + x += addDeviceAttribute("Security", '<img src="images/key12.png" height=12 width=11 title="' + "2nd factor authentication enabled" + '" style="margin-top:2px" /> ' + factors.join(', '));
10709 }
10710
10711 x += '</table></div><br />';
10712
10713 // Add action buttons
10716 - x += '<input type=button value=\"' + "Notes" + '\" title=\"' + "View notes about this user" + '\" onclick=showNotes(false,"' + userid + '") />';
10717 - if (user.phone && (features & 0x02000000)) { x += '<input type=button value=\"' + "SMS" + '\" title=\"' + "Send a SMS message to this user" + '\" onclick=showSendSMS("' + userid + '") />'; }
10718 - if (!self && (activeSessions > 0)) { x += '<input type=button value=\"' + "Notify" + '\" title=\"' + "Send user notification" + '\" onclick=showUserAlertDialog(event,"' + userid + '") />'; }
10714 + x += '<input type=button value="' + "Notes" + '" title="' + "View notes about this user" + '" onclick=showNotes(false,"' + userid + '") />';
10715 + if (user.phone && (features & 0x02000000)) { x += '<input type=button value="' + "SMS" + '" title="' + "Send a SMS message to this user" + '" onclick=showSendSMS("' + userid + '") />'; }
10716 + if (!self && (activeSessions > 0)) { x += '<input type=button value="' + "Notify" + '" title="' + "Send user notification" + '" onclick=showUserAlertDialog(event,"' + userid + '") />'; }
10717
10718 // Setup the panel
10719 QH('p30html', x);
@@ -10873,10 +10871,10 @@
10871 var meshname = '<i>' + "Unknown Device Group" + '</i>';
10872 if (mesh) { meshname = '<a href=# onclick=\'gotoMesh("' + mesh._id + '");haltEvent(event);\'>' + EscapeHtml(mesh.name) + '</a>'; }
10873 if ((currentUser._id != userinfo._id) && ((cr & 2) != 0)) { // 2 = MESHRIGHT_MANAGEUSERS
10876 - trash = '<a href=# onclick=\'return p30removeMeshFromUser(event,"' + encodeURIComponent(mesh._id) + '")\' title=\"' + "Remove user rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10877 - rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(1,\"' + encodeURIComponent(mesh._id) + '\")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10874 + trash = '<a href=# onclick=\'return p30removeMeshFromUser(event,"' + encodeURIComponent(mesh._id) + '")\' title="' + "Remove user rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10875 + rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(1,"' + encodeURIComponent(mesh._id) + '")>' + rights + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10876 }
10879 - x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title=\"' + "Device Group" + '\" class=m99></div><div>&nbsp;' + meshname + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10877 + x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title="' + "Device Group" + '" class=m99></div><div>&nbsp;' + meshname + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10878 }
10879 }
10880 if (count == 1) { x += '<tr><td><div style=padding:6px>&nbsp;<i>' + "No device groups in common" + '</i><div></div></div></td><td></td></tr>'; }
@@ -10903,8 +10901,8 @@
10901 groupname = EscapeHtml(group.name);
10902 if (usergroups != null) { groupname = '<a href=# onclick=\'gotoUserGroup("' + encodeURIComponent(ougroups[i]._id) + '");haltEvent(event);\'>' + groupname + '</a>'; }
10903 }
10906 - if ((userinfo.siteadmin & 256) != 0) { trash = '<a href=# onclick=\'return p30RemoveUserGroup(event,"' + encodeURIComponent(ougroups[i]._id) + '")\' title=\"' + "Remove user group membership" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>'; }
10907 - x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td><div title=\"' + "User Group" + '\" class=m4></div><div>&nbsp;' + groupname + '<div></div></div></td><td><div style=float:right>' + trash + '</div></td></tr>';
10904 + if ((userinfo.siteadmin & 256) != 0) { trash = '<a href=# onclick=\'return p30RemoveUserGroup(event,"' + encodeURIComponent(ougroups[i]._id) + '")\' title="' + "Remove user group membership" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>'; }
10905 + x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td><div title="' + "User Group" + '" class=m4></div><div>&nbsp;' + groupname + '<div></div></div></td><td><div style=float:right>' + trash + '</div></td></tr>';
10906 }
10907 }
10908 if (count == 1) { x += '<tr><td><div style=padding:6px>&nbsp;<i>' + "No user group memberships" + '</i><div></div></div></td><td></td></tr>'; }
@@ -10925,11 +10923,11 @@
10923 if ((userinfo.links) && (userinfo.links[i] != null) && (userinfo.links[i].rights != null)) { cr = userinfo.links[i].rights; }
10924 var nodename = node?EscapeHtml(node.name):('<i>' + "Unknown Device" + '</i>');
10925 if ((cr & 2) != 0) {
10928 - trash = '<a href=# onclick=\'return p30removeNodeFromUser(event,"' + encodeURIComponent(node._id) + '")\' title=\"' + "Remove user rights to this device group" + '\" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10929 - rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(4,\"' + encodeURIComponent(node._id) + '\")>' + makeUserDeviceRightsString(r) + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10926 + trash = '<a href=# onclick=\'return p30removeNodeFromUser(event,"' + encodeURIComponent(node._id) + '")\' title="' + "Remove user rights to this device group" + '" style=cursor:pointer><img src=images/trash.png border=0 height=10 width=10></a>';
10927 + rights = '<span style=cursor:pointer onclick=p20showAddMeshUserDialog(4,"' + encodeURIComponent(node._id) + '")>' + makeUserDeviceRightsString(r) + ' <img class=hoverButton style=cursor:pointer src=images/link5.png></span>';
10928 }
10929 nodename = '<a href=# onclick=\'gotoDevice("' + node._id + '",10);haltEvent(event);\'>' + nodename + '</a>';
10932 - x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title=\"' + "Device" + '\" class=si' + node.icon + '></div><div>&nbsp;' + nodename + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10930 + x += '<tr ' + (((++count % 2) == 0) ? 'style=background-color:#DDD' : '') + '><td style=width:30%><div title="' + "Device" + '" class=si' + node.icon + '></div><div>&nbsp;' + nodename + '<div></div></div></td><td style=width:70%><div style=float:right>' + trash + '</div><div>' + rights + '</div></td></tr>';
10931 }
10932 }
10933 if (count == 1) { x += '<tr><td><div style=padding:6px>&nbsp;<i>' + "No devices in common" + '</i><div></div></div></td><td></td></tr>'; }
@@ -11106,7 +11104,7 @@
11104 var h = '';
11105 if (f.t < 3) {
11106 var title = '';
11109 - h = '<div class=filelist file=999><span style=float:right title=\"' + title + '\"></span><span><div class=fileIcon' + f.t + ' onclick=d3folderset(\"' + encodeURIComponent(f.nx) + '\")></div>&nbsp;<a href=# style=cursor:pointer onclick=\'return d3folderset(\"' + encodeURIComponent(f.nx) + '\")\'>' + shortname + '</a></span></div>';
11107 + h = '<div class=filelist file=999><span style=float:right title="' + title + '"></span><span><div class=fileIcon' + f.t + ' onclick=d3folderset("' + encodeURIComponent(f.nx) + '")></div>&nbsp;<a href=# style=cursor:pointer onclick=\'return d3folderset("' + encodeURIComponent(f.nx) + '")\'>' + shortname + '</a></span></div>';
11108 } else {
11109 var link = shortname;
11110 //if (f.s > 0) { link = "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"downloadfile.ashx?link=" + encodeURIComponent(filetreelinkpath + '/' + f.nx) + "\">" + shortname + "</a>"; }
@@ -11296,41 +11294,41 @@
11294 });
11295 }
11296
11299 - var serverStatsStrings = {
11300 - ServerState: "Server State",
11301 - AgentErrorCounters: "Agent Error Counters",
11302 - UnknownGroup: "Unknown Group",
11303 - InvalidPKCSsignature: "Invalid PKCS signature",
11304 - InvalidRSAsiguature: "Invalid RSA siguature",
11305 - InvalidJSON: "Invalid JSON",
11306 - UnknownAction: "Unknown Action",
11307 - BadWebCertificate: "Bad Web Certificate",
11308 - BadSignature: "Bad Signature",
11309 - MaxSessionsReached: "Max Sessions Reached",
11310 - UnknownDeviceGroup: "Unknown Device Group",
11311 - InvalidDeviceGroupType: "Invalid Device Group Type",
11312 - DuplicateAgent: "Duplicate Agent",
11313 - ConnectedIntelAMT: "Connected Intel&reg; AMT",
11314 - RelayErrors: "Relay Errors",
11315 - UserAccounts: "User Accounts",
11316 - DeviceGroups: "Device Groups",
11317 - AgentSessions: "Agent Sessions",
11318 - ConnectedUsers: "Connected Users",
11319 - UsersSessions: "Users Sessions",
11320 - RelaySessions: "Relay Sessions",
11321 - RelayCount: "Relay Count"
11322 - };
11323 -
11297 var lastServerStats = null;
11298 function updateGeneralServerStats(message) {
11299 if (message != null) { lastServerStats = message; } else { message = lastServerStats; }
11300 if (message == null) return;
11301
11302 + var serverStatsStrings = {
11303 + ServerState: "Server State",
11304 + AgentErrorCounters: "Agent Error Counters",
11305 + UnknownGroup: "Unknown Group",
11306 + InvalidPKCSsignature: "Invalid PKCS signature",
11307 + InvalidRSAsiguature: "Invalid RSA siguature",
11308 + InvalidJSON: "Invalid JSON",
11309 + UnknownAction: "Unknown Action",
11310 + BadWebCertificate: "Bad Web Certificate",
11311 + BadSignature: "Bad Signature",
11312 + MaxSessionsReached: "Max Sessions Reached",
11313 + UnknownDeviceGroup: "Unknown Device Group",
11314 + InvalidDeviceGroupType: "Invalid Device Group Type",
11315 + DuplicateAgent: "Duplicate Agent",
11316 + ConnectedIntelAMT: "Connected Intel&reg; AMT",
11317 + RelayErrors: "Relay Errors",
11318 + UserAccounts: "User Accounts",
11319 + DeviceGroups: "Device Groups",
11320 + AgentSessions: "Agent Sessions",
11321 + ConnectedUsers: "Connected Users",
11322 + UsersSessions: "Users Sessions",
11323 + RelaySessions: "Relay Sessions",
11324 + RelayCount: "Relay Count"
11325 + };
11326 +
11327 // Paint the pie graphs
11328 if (typeof message.cpuavg == 'object') {
11329 var m = Math.min(message.cpuavg[0], 1);
11330 window.serverStatCpu.config.data.datasets[0].data = [m, 1 - m];
11333 - QH('serverCpuChartText', '<div style=margin-bottom:5px>' + "CPU Load" + '</div><div><b title=\"' + "CPU load in the last minute" + '\">' + (Math.round(message.cpuavg[0] * 100.0) / 100.0) + '</b>, <b title=\"' + "CPU load in the last 5 minutes" + '\">' + (Math.round(message.cpuavg[1] * 100.0) / 100.0) + '</b>, <b title=\"' + "CPU load in the last 15 minutes" + '\">' + (Math.round(message.cpuavg[2] * 100.0) / 100.0) + '</b></div>');
11331 + QH('serverCpuChartText', '<div style=margin-bottom:5px>' + "CPU Load" + '</div><div><b title="' + "CPU load in the last minute" + '">' + (Math.round(message.cpuavg[0] * 100.0) / 100.0) + '</b>, <b title="' + "CPU load in the last 5 minutes" + '">' + (Math.round(message.cpuavg[1] * 100.0) / 100.0) + '</b>, <b title="' + "CPU load in the last 15 minutes" + '">' + (Math.round(message.cpuavg[2] * 100.0) / 100.0) + '</b></div>');
11332 QS('serverCpuChartView')['display'] = 'inline-block';
11333 window.serverStatCpu.update();
11334 }
@@ -11342,7 +11340,6 @@
11340 }
11341
11342 // Display all of the server values
11345 - // serverStatsStrings
11343 var x = '<div style=width:100% cellpadding=0 cellspacing=0>';
11344 if (typeof message.values == 'object') {
11345 for (var i in message.values) {
@@ -11548,7 +11545,7 @@
11545
11546 function p41downloadServerTrace() {
11547 var csv = "time, source, message" + '\r\n';
11551 - for (var i in serverTrace) { csv += '\"' + new Date(serverTrace[i].time).toLocaleTimeString() + '\",\"' + serverTrace[i].source + '\",\"' + serverTrace[i].args.join(', ') + '\"\r\n'; }
11548 + for (var i in serverTrace) { csv += '"' + new Date(serverTrace[i].time).toLocaleTimeString() + '","' + serverTrace[i].source + '","' + serverTrace[i].args.join(', ') + '"\r\n'; }
11549 saveAs(new Blob([csv], { type: 'application/octet-stream' }), "servertrace.csv");
11550 return false;
11551 }
@@ -11620,7 +11617,7 @@
11617 QV('uiMenu', false);
11618
11619 // If "shift" is pressed, open a new tab.
11623 - if (event && (event.shiftKey == true) && (x != 15) && ('{{currentNode}}' == '')) {
11620 + if (event && (event.shiftKey == true) && (x != 15) && ('{{{currentNode}}}'.toLowerCase() == '')) {
11621 // Open the device in a different tab
11622 if ((x >= 10) && (x <= 19)) {
11623 if (currentNode) { window.open(window.location.origin + '?gotonode=' + currentNode._id.split('/')[2] + '&viewmode=' + x + '&hide=16', 'meshcentral:' + currentNode._id); }
@@ -11852,8 +11849,8 @@
11849 }
11850 p.actions += '</select>';
11851
11855 - let tpl = '<td><img style=margin-top:3px src=images/plugin24.png></td><td class=gradTable1>&nbsp;</td><td class=gradTable2>' + p.nameHtml + '</td><td class=gradTable2>' + p.description + '</td><td class=gradTable2 style=text-align:center><a href="' + p.homepage + '" target="_blank">Home</a></td><td class=gradTable2 style=text-align:center>' + p.version + '</td><td style=text-align:center class="pluginUpgradeAvailable gradTable2">' + p.upgradeAvail + '</td><td class=gradTable2 style="text-align:center;color:#' + p.statusColor + '">' + p.statusText + '</td><td class="pluginAction gradTable2" style=text-align:center>' + p.actions + '</td><td class=gradTable3>&nbsp;</td>';
11856 - let tr = tbl.insertRow(-1);
11852 + var tpl = '<td><img style=margin-top:3px src=images/plugin24.png></td><td class=gradTable1>&nbsp;</td><td class=gradTable2>' + p.nameHtml + '</td><td class=gradTable2>' + p.description + '</td><td class=gradTable2 style=text-align:center><a href="' + p.homepage + '" target="_blank">Home</a></td><td class=gradTable2 style=text-align:center>' + p.version + '</td><td style=text-align:center class="pluginUpgradeAvailable gradTable2">' + p.upgradeAvail + '</td><td class=gradTable2 style="text-align:center;color:#' + p.statusColor + '">' + p.statusText + '</td><td class="pluginAction gradTable2" style=text-align:center>' + p.actions + '</td><td class=gradTable3>&nbsp;</td>';
11853 + var tr = tbl.insertRow(-1);
11854 tr.innerHTML = tpl;
11855 tr.classList.add('p42tblRow');
11856 tr.setAttribute('data-id', p._id);
@@ -12098,7 +12095,7 @@
12095 }
12096 }
12097 function getstore(name, val) { try { if (typeof (localStorage) === 'undefined') return val; var v = localStorage.getItem(name); if ((v == null) || (v == null)) return val; return v; } catch (e) { return val; } }
12101 - function addLink(x, f) { return '<span tabindex=0 style=cursor:pointer;text-decoration:none onclick=\'' + f + '\' onkeypress=\"if (event.key==\'Enter\') {' + f + '} \">' + x + ' <img class=hoverButton src=images/link5.png></span>'; }
12098 + function addLink(x, f) { return '<span tabindex=0 style=cursor:pointer;text-decoration:none onclick=\'' + f + '\' onkeypress="if (event.key==\'Enter\') {' + f + '} ">' + x + ' <img class=hoverButton src=images/link5.png></span>'; }
12099 function addLinkConditional(x, f, c) { if (c) return addLink(x, f); return x; }
12100 function haltEvent(e) { if (e.preventDefault) e.preventDefault(); if (e.stopPropagation) e.stopPropagation(); return false; }
12101 function addOption(q, t, i) { var option = document.createElement('option'); option.text = t; option.value = i; Q(q).add(option); }
@@ -12112,8 +12109,8 @@
12109 function AddButton(v, f) { return '<input type=button value="' + v + '" onclick="' + f + '" style=margin:4px>'; }
12110 function AddButton2(v, f) { return '<input type=button value="' + v + '" onclick="' + f + '">'; }
12111 function AddRefreshButton(f) { return '<input type=button name=refreshbtn value=Refresh onclick="refreshButtons(false);' + f + '" style=margin:4px ' + (refreshButtonsState==false?'disabled':'') + '>'; }
12115 - function MoreStart() { return '<a href=# style=cursor:pointer;color:blue id=morexxx1 onclick=QV(\"morexxx1\",false);QV(\"morexxx2\",true)>&#x25BC; ' + "More" + '</a><div id=morexxx2 style=display:none><br><hr>'; };
12116 - function MoreEnd() { return '<a href=# style=cursor:pointer;color:blue onclick=QV(\"morexxx2\",false);QV(\"morexxx1\",true)>&#x25B2; ' + "Less" + '</a></div>'; };
12112 + function MoreStart() { return '<a href=# style=cursor:pointer;color:blue id=morexxx1 onclick=QV("morexxx1",false);QV("morexxx2",true)>&#x25BC; ' + "More" + '</a><div id=morexxx2 style=display:none><br><hr>'; };
12113 + function MoreEnd() { return '<a href=# style=cursor:pointer;color:blue onclick=QV("morexxx2",false);QV("morexxx1",true)>&#x25B2; ' + "Less" + '</a></div>'; };
12114 function getSelectedOptions(sel) { var opts = [], opt; for (var i = 0, len = sel.options.length; i < len; i++) { opt = sel.options[i]; if (opt.selected) { opts.push(opt.value); } } return opts; }
12115 function getInstance(x, y) { for (var i in x) { if (x[i]['InstanceID'] == y) return x[i]; } return null; }
12116 function getItem(x, y, z) { for (var i in x) { if (x[i][y] == z) return x[i]; } return null; }
@@ -12138,7 +12135,7 @@
12135 function printDateTime(d) { return d.toLocaleString(args.locale); }
12136 function addDetailItem(title, value, state) { return '<table style=width:100%><td>' + nobreak(title) + '<td style=text-align:right>' + value + '</table>'; }
12137 function format(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); };
12141 - function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href=\"' + link + '\">' + subtext + '</a>' + text.substring(i + subtext.length); }
12138 + function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href="' + link + '">' + subtext + '</a>' + text.substring(i + subtext.length); }
12139 function getOrderedList(objList, oname) { var r = []; for (var i in objList) { r.push(objList[i]); } r.sort(function(a, b) { var aa = a[oname].toLowerCase(), bb = b[oname].toLowerCase(); if (aa > bb) return 1; if (aa < bb) return -1; return 0; }); return r; }
12140 function capitalizeFirstLetter(string) { return string.charAt(0).toUpperCase() + string.slice(1); }
12141 function nobreak(x) { return x.split(' ').join('&nbsp;'); }
views/login.handlebars
+288 -287
@@ -19,248 +19,248 @@
19 <div class="title">{{{title1}}}</div>
20 <div class="title2">{{{title2}}}</div>
21 </div>
22 - <div id=topbar class="noselect style3" style="height:24px">
23 - <div id=uiMenuButton title="User interface selection" onclick="showUserInterfaceSelectMenu()">
24 - &diams;
25 - <div id=uiMenu style="display:none">
26 - <div id=uiViewButton1 class=uiSelector onclick=userInterfaceSelectMenu(1) title="Left bar interface"><div class="uiSelector1"></div></div>
27 - <div id=uiViewButton2 class=uiSelector onclick=userInterfaceSelectMenu(2) title="Top bar interface"><div class="uiSelector2"></div></div>
28 - <div id=uiViewButton3 class=uiSelector onclick=userInterfaceSelectMenu(3) title="Fixed width interface"><div class="uiSelector3"></div></div>
29 - <div id=uiViewButton4 class=uiSelector onclick=toggleNightMode() title="Toggle night mode"><div class="uiSelector4"></div></div>
30 - </div>
22 + <div id=topbar class="noselect style3" style="height:24px">
23 + <div id=uiMenuButton title="User interface selection" onclick="showUserInterfaceSelectMenu()">
24 + &diams;
25 + <div id=uiMenu style="display:none">
26 + <div id=uiViewButton1 class=uiSelector onclick=userInterfaceSelectMenu(1) title="Left bar interface"><div class="uiSelector1"></div></div>
27 + <div id=uiViewButton2 class=uiSelector onclick=userInterfaceSelectMenu(2) title="Top bar interface"><div class="uiSelector2"></div></div>
28 + <div id=uiViewButton3 class=uiSelector onclick=userInterfaceSelectMenu(3) title="Fixed width interface"><div class="uiSelector3"></div></div>
29 + <div id=uiViewButton4 class=uiSelector onclick=toggleNightMode() title="Toggle night mode"><div class="uiSelector4"></div></div>
30 </div>
31 </div>
33 - <div id=column_l>
34 - <h1>Welcome</h1>
35 - <div id="welcomeText" style="display:none">Connect to your home or office devices from anywhere in the world using MeshCentral, the real time, open source remote monitoring and management web site. You will need to download and install a management agent on your computers. Once installed, computers will show up in the &quot;My Devices&quot; section of this web site and you will be able to monitor them and take control of them.</div>
36 - <table id="centralTable" style="">
37 - <tr>
38 - <td id="welcomeimage">
39 - <picture>
40 - <img alt="" src=welcome.jpg style="border-radius:20px" />
41 - </picture>
42 - </td>
43 - <td id="logincell">
44 - <div id=loginpanel style="display:none">
45 - <form method=post>
46 - <input type=hidden name=action value=login />
47 - <div id=message1></div>
48 - <div>
49 - <b>Log In</b>
50 - </div>
51 - <table>
52 - <tr>
53 - <td id=loginusername align=right width=100>Username:</td>
54 - <td><input id=username autocomplete="username" type=text maxlength=64 name=username onchange=validateLogin(1) onkeyup=validateLogin(1,event) /></td>
55 - </tr>
56 - <tr>
57 - <td align=right>Password:</td>
58 - <td><input id=password autocomplete="current-password" type=password maxlength=256 name=password onchange=validateLogin(2) onkeyup=validateLogin(2,event) /></td>
59 - </tr>
60 - <tr>
61 - <td><div id=showPassHintLink style=display:none><a onclick="return showPassHint(event);" href="#" style="cursor:pointer">Show Hint</a></div></td>
62 - <td align=right><input id=loginButton type=submit value="Log In" disabled="disabled" /></td>
63 - </tr>
64 - </table>
65 - <div id="hrAccountDiv" style="display:none"><hr /></div>
66 - <div id="resetAccountDiv" style="display:none;padding:2px">
67 - <span id="resetAccountSpan">Forgot username/password?</span> <a onclick="return xgo(3,event);" href="#" style=cursor:pointer>Reset account</a>.
68 - </div>
69 - <div id="newAccountDiv" style="display:none;padding:2px">
70 - Don&#39;t have an account? <a onclick="return xgo(2,event);" href="#" style=cursor:pointer>Create one</a>.
71 - </div>
72 - <input id=loginformargs name="urlargs" type="hidden" value="" />
73 - </form>
74 - </div>
75 - <div id=createpanel style="display:none;position:relative">
76 - <form method=post>
77 - <input type=hidden name=action value=createaccount />
78 - <div id=message2></div>
79 - <div>
80 - <b>Account Creation</b>
81 - </div>
82 - <div id="passwordPolicyCallout" style="display:none"></div>
83 - <table>
84 - <tr id="nuUserRow">
85 - <td id="nuUser" align=right width=100>Username:</td>
86 - <td><input id=ausername type=text autocomplete="username" name=username onchange=validateCreate(1) maxlength=64 onkeydown=haltReturn(event) onkeyup=validateCreate(1,event) /></td>
87 - </tr>
88 - <tr>
89 - <td id="nuEmail" align=right width=100>Email:</td>
90 - <td><input id=aemail type=text autocomplete="email" inputmode="email" name=email onchange=validateCreate(2) maxlength=256 onkeydown=haltReturn(event) onkeyup=validateCreate(2,event) /></td>
91 - </tr>
92 - <tr>
93 - <td id="nuPass1" align=right>Password:</td>
94 - <td><input id=apassword1 type=password name=password1 autocomplete="new-password" maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(3,event) onkeyup=validateCreate(3,event) /></td>
95 - </tr>
96 - <tr>
97 - <td id="nuPass2" align=right>Password:</td>
98 - <td><input id=apassword2 type=password name=password2 autocomplete="new-password" maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(4,event) onkeyup=validateCreate(4,event) /></td>
99 - </tr>
100 - <tr id="createPanelHint" style="display:none">
101 - <td id="nuHint" align=right>Password Hint:</td>
102 - <td><input id=apasswordhint type=text name=apasswordhint autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(5,event) onkeyup=validateCreate(5,event) /></td>
103 - </tr>
104 - <tr id=newAccountPass title="Enter the account creation token">
105 - <td id="nuToken" align=right>Creation Token:</td>
106 - <td><input id=anewaccountpass type=password name=anewaccountpass autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(6,event) onkeyup=validateCreate(6,event) /></td>
107 - </tr>
108 - <tr>
109 - <td colspan=2>
110 - <div style=float:right><input id=createButton type=submit value="Create Account" disabled="disabled" /></div>
111 - <div id=passWarning style="padding-top:6px"></div>
112 - </td>
113 - </tr>
114 - </table>
115 - <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
116 - <input id=createformargs name="urlargs" type="hidden" value="" />
117 - </form>
118 - </div>
119 - <div id=resetpanel style="display:none">
120 - <form method=post>
121 - <input type=hidden name=action value=resetaccount />
122 - <div id=message3></div>
123 - <div>
124 - <b>Account Reset</b>
125 - </div>
126 - <table>
127 - <tr>
128 - <td align=right width=100>Email:</td>
129 - <td><input id=remail type=text inputmode="email" name=email maxlength=256 onchange=validateReset() onkeyup=validateReset(event) /></td>
130 - </tr>
131 - <tr>
132 - <td colspan=2>
133 - <div style=float:right><input id=eresetButton type=submit value="Reset Account" disabled="disabled" /></div>
134 - <div id=passWarning style="padding-top:6px"></div>
135 - </td>
136 - </tr>
137 - </table>
138 - <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
139 - <input id=resetformargs name="urlargs" type="hidden" value="" />
140 - </form>
141 - </div>
142 - <div id=tokenpanel style="display:none">
143 - <form method=post autocomplete=off>
144 - <input type=hidden name=action value=tokenlogin />
145 - <input type=hidden name=hwstate value="{{{hwstate}}}" />
146 - <div id=message4></div>
147 - <table>
148 - <tr>
149 - <td align=right width=100>Login token:</td>
150 - <td>
151 - <input id=tokenInput autocomplete="one-time-code" inputmode="numeric" type=text name=token maxlength=50 onchange=checkToken(event) onpaste=resetCheckToken(event) onkeyup=checkToken(event) onkeydown=checkToken(event) /><br />
152 - <input id=hwtokenInput type=text name=hwtoken style="display:none" />
153 - </td>
154 - </tr>
155 - <tr>
156 - <td colspan="2" style="align-content:center">
157 - <label id=tokenInputRememberLabel><input id=tokenInputRemember name=remembertoken type=checkbox /><span id=tokenInputRememberSpan></span></label>
158 - </td>
159 - </tr>
160 - <tr>
161 - <td colspan=2>
162 - <div style=float:right><input id=tokenOkButton type=submit value="Login" disabled="disabled" /></div>
163 - <div style=float:right>
164 - <input style="display:none;float:right" id=securityKeyButton type=button value="Use Security Key" onclick="useSecurityKey()" />
165 - <input style="display:none;float:right" id=emailKeyButton type=button value="Email" onclick="useEmailToken()" />
166 - <input style="display:none;float:right" id=smsKeyButton type=button value="SMS" onclick="useSMSToken()" />
167 - </div>
168 - </td>
169 - </tr>
170 - </table>
171 - <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
172 - <input id=tokenformargs name="urlargs" type="hidden" value="" />
173 - </form>
174 - </div>
175 - <div id=resettokenpanel style="display:none">
176 - <form method=post>
177 - <input type=hidden name=action value=resetaccount />
178 - <div id=message5></div>
179 - <table>
180 - <tr>
181 - <td align=right width=100>Login token:</td>
182 - <td>
183 - <input id=resetTokenInput type=text name=token maxlength=50 onchange=resetCheckToken(event) onkeyup=resetCheckToken(event) onkeydown=resetCheckToken(event) />
184 - <input id=resetHwtokenInput type=text name=hwtoken style="display:none" />
185 - </td>
186 - </tr>
187 - <tr>
188 - <td colspan=2>
189 - <div style=float:right><input id=resetTokenOkButton type=submit value="Login" disabled="disabled" /></div>
190 - </td>
191 - </tr>
192 - </table>
193 - <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
194 - <input id=resettokenformargs name="urlargs" type="hidden" value="" />
195 - </form>
196 - </div>
197 - <div id=resetpasswordpanel style="display:none;position:relative">
198 - <form method=post>
199 - <input type=hidden name=action value=resetpassword />
200 - <div id=message6></div>
201 - <div id="rpasswordPolicyCallout" style="display:none"></div>
202 - <table>
203 - <tr>
204 - <td id="rnuPass1" width=100 align=right>Password:</td>
205 - <td><input id=rapassword1 type=password name=rpassword1 autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validatePassReset(3,event) onkeyup=validatePassReset(3,event) /></td>
206 - </tr>
207 - <tr>
208 - <td id="rnuPass2" align=right>Password:</td>
209 - <td><input id=rapassword2 type=password name=rpassword2 autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validatePassReset(4,event) onkeyup=validatePassReset(4,event) /></td>
210 - </tr>
211 - <tr id="resetpasswordpanelHint" style="display:none">
212 - <td id="rnuHint" align=right>Password Hint:</td>
213 - <td><input id=rapasswordhint type=text name=rpasswordhint autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validatePassReset(5,event) onkeyup=validatePassReset(5,event) /></td>
214 - </tr>
215 - <tr>
216 - <td colspan=2>
217 - <div style=float:right><input id=resetPassButton type=submit value="Reset Password" disabled="disabled" /></div>
218 - <div id=rpassWarning style="padding-top:6px"></div>
219 - </td>
220 - </tr>
221 - </table>
222 - <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
223 - <input id=resetpasswordformargs name="urlargs" type="hidden" value="" />
224 - </form>
225 - </div>
226 - <div id=checkemailpanel style="display:none;position:relative">
227 - <form method=post>
228 - <input type=hidden name=action value=checkemail />
229 - <div id=message7></div>
230 - <table id="checkCheckOperations" style="width:100%;display:none">
231 - <tr>
232 - <td>
233 - <div id="unconfirmedEmail"></div><br />
234 - </td>
235 - </tr>
236 - <tr>
237 - <td>
238 - <div>
239 - <input id=changeEmailButton type=button value="Change Email Address" onclick="changeEmailAddress()" />
240 - <input id=checkEmailButton2 type=button value="Resend Confirmation Email" onclick="resentEmailConfirmation()" />
241 - <input id=checkEmailButton type=submit style="display:none" />
242 - <input id=checkEmailVal name=email type="hidden" value="" />
243 - </div>
244 - </td>
245 - </tr>
246 - </table>
247 - <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
248 - <input id=checkemailformargs name="urlargs" type="hidden" value="" />
249 - </form>
250 - </div>
251 - </td>
252 - </tr>
253 - </table>
254 - <br />
255 - </div>
256 - <div id="footer">
257 - <div class="footer1">{{{footer}}}</div>
258 - <div class="footer2">
259 - {{{rootCertLink}}}
260 - &nbsp;<a id="termsLinkFooter" href=terms>Terms &amp; Privacy</a>
261 - </div>
32 + </div>
33 + <div id=column_l>
34 + <h1>Welcome</h1>
35 + <div id="welcomeText" style="display:none">Connect to your home or office devices from anywhere in the world using MeshCentral, the real time, open source remote monitoring and management web site. You will need to download and install a management agent on your computers. Once installed, computers will show up in the &quot;My Devices&quot; section of this web site and you will be able to monitor them and take control of them.</div>
36 + <table id="centralTable" style="">
37 + <tr>
38 + <td id="welcomeimage">
39 + <picture>
40 + <img alt="" src=welcome.jpg style="border-radius:20px" />
41 + </picture>
42 + </td>
43 + <td id="logincell">
44 + <div id=loginpanel style="display:none">
45 + <form method=post>
46 + <input type=hidden name=action value=login />
47 + <div id=message1></div>
48 + <div>
49 + <b>Log In</b>
50 + </div>
51 + <table>
52 + <tr>
53 + <td id=loginusername align=right width=100>Username:</td>
54 + <td><input id=username autocomplete="username" type=text maxlength=64 name=username onchange=validateLogin(1) onkeyup=validateLogin(1,event) /></td>
55 + </tr>
56 + <tr>
57 + <td align=right>Password:</td>
58 + <td><input id=password autocomplete="current-password" type=password maxlength=256 name=password onchange=validateLogin(2) onkeyup=validateLogin(2,event) /></td>
59 + </tr>
60 + <tr>
61 + <td><div id=showPassHintLink style=display:none><a onclick="return showPassHint(event);" href="#" style="cursor:pointer">Show Hint</a></div></td>
62 + <td align=right><input id=loginButton type=submit value="Log In" disabled="disabled" /></td>
63 + </tr>
64 + </table>
65 + <div id="hrAccountDiv" style="display:none"><hr /></div>
66 + <div id="resetAccountDiv" style="display:none;padding:2px">
67 + <span id="resetAccountSpan">Forgot username/password?</span> <a onclick="return xgo(3,event);" href="#" style=cursor:pointer>Reset account</a>.
68 + </div>
69 + <div id="newAccountDiv" style="display:none;padding:2px">
70 + Don&#39;t have an account? <a onclick="return xgo(2,event);" href="#" style=cursor:pointer>Create one</a>.
71 + </div>
72 + <input id=loginformargs name="urlargs" type="hidden" value="" />
73 + </form>
74 + </div>
75 + <div id=createpanel style="display:none;position:relative">
76 + <form method=post>
77 + <input type=hidden name=action value=createaccount />
78 + <div id=message2></div>
79 + <div>
80 + <b>Account Creation</b>
81 + </div>
82 + <div id="passwordPolicyCallout" style="display:none"></div>
83 + <table>
84 + <tr id="nuUserRow">
85 + <td id="nuUser" align=right width=100>Username:</td>
86 + <td><input id=ausername type=text autocomplete="username" name=username onchange=validateCreate(1) maxlength=64 onkeydown=haltReturn(event) onkeyup=validateCreate(1,event) /></td>
87 + </tr>
88 + <tr>
89 + <td id="nuEmail" align=right width=100>Email:</td>
90 + <td><input id=aemail type=text autocomplete="email" inputmode="email" name=email onchange=validateCreate(2) maxlength=256 onkeydown=haltReturn(event) onkeyup=validateCreate(2,event) /></td>
91 + </tr>
92 + <tr>
93 + <td id="nuPass1" align=right>Password:</td>
94 + <td><input id=apassword1 type=password name=password1 autocomplete="new-password" maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(3,event) onkeyup=validateCreate(3,event) /></td>
95 + </tr>
96 + <tr>
97 + <td id="nuPass2" align=right>Password:</td>
98 + <td><input id=apassword2 type=password name=password2 autocomplete="new-password" maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(4,event) onkeyup=validateCreate(4,event) /></td>
99 + </tr>
100 + <tr id="createPanelHint" style="display:none">
101 + <td id="nuHint" align=right>Password Hint:</td>
102 + <td><input id=apasswordhint type=text name=apasswordhint autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(5,event) onkeyup=validateCreate(5,event) /></td>
103 + </tr>
104 + <tr id=newAccountPass title="Enter the account creation token">
105 + <td id="nuToken" align=right>Creation Token:</td>
106 + <td><input id=anewaccountpass type=password name=anewaccountpass autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validateCreate(6,event) onkeyup=validateCreate(6,event) /></td>
107 + </tr>
108 + <tr>
109 + <td colspan=2>
110 + <div style=float:right><input id=createButton type=submit value="Create Account" disabled="disabled" /></div>
111 + <div id=passWarning style="padding-top:6px"></div>
112 + </td>
113 + </tr>
114 + </table>
115 + <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
116 + <input id=createformargs name="urlargs" type="hidden" value="" />
117 + </form>
118 + </div>
119 + <div id=resetpanel style="display:none">
120 + <form method=post>
121 + <input type=hidden name=action value=resetaccount />
122 + <div id=message3></div>
123 + <div>
124 + <b>Account Reset</b>
125 + </div>
126 + <table>
127 + <tr>
128 + <td align=right width=100>Email:</td>
129 + <td><input id=remail type=text inputmode="email" name=email maxlength=256 onchange=validateReset() onkeyup=validateReset(event) /></td>
130 + </tr>
131 + <tr>
132 + <td colspan=2>
133 + <div style=float:right><input id=eresetButton type=submit value="Reset Account" disabled="disabled" /></div>
134 + <div id=passWarning style="padding-top:6px"></div>
135 + </td>
136 + </tr>
137 + </table>
138 + <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
139 + <input id=resetformargs name="urlargs" type="hidden" value="" />
140 + </form>
141 + </div>
142 + <div id=tokenpanel style="display:none">
143 + <form method=post autocomplete=off>
144 + <input type=hidden name=action value=tokenlogin />
145 + <input type=hidden name=hwstate value="{{{hwstate}}}" />
146 + <div id=message4></div>
147 + <table>
148 + <tr>
149 + <td align=right width=100>Login token:</td>
150 + <td>
151 + <input id=tokenInput autocomplete="one-time-code" inputmode="numeric" type=text name=token maxlength=50 onchange=checkToken(event) onpaste=resetCheckToken(event) onkeyup=checkToken(event) onkeydown=checkToken(event) /><br />
152 + <input id=hwtokenInput type=text name=hwtoken style="display:none" />
153 + </td>
154 + </tr>
155 + <tr>
156 + <td colspan="2" style="align-content:center">
157 + <label id=tokenInputRememberLabel><input id=tokenInputRemember name=remembertoken type=checkbox /><span id=tokenInputRememberSpan></span></label>
158 + </td>
159 + </tr>
160 + <tr>
161 + <td colspan=2>
162 + <div style=float:right><input id=tokenOkButton type=submit value="Login" disabled="disabled" /></div>
163 + <div style=float:right>
164 + <input style="display:none;float:right" id=securityKeyButton type=button value="Use Security Key" onclick="useSecurityKey()" />
165 + <input style="display:none;float:right" id=emailKeyButton type=button value="Email" onclick="useEmailToken()" />
166 + <input style="display:none;float:right" id=smsKeyButton type=button value="SMS" onclick="useSMSToken()" />
167 + </div>
168 + </td>
169 + </tr>
170 + </table>
171 + <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
172 + <input id=tokenformargs name="urlargs" type="hidden" value="" />
173 + </form>
174 + </div>
175 + <div id=resettokenpanel style="display:none">
176 + <form method=post>
177 + <input type=hidden name=action value=resetaccount />
178 + <div id=message5></div>
179 + <table>
180 + <tr>
181 + <td align=right width=100>Login token:</td>
182 + <td>
183 + <input id=resetTokenInput type=text name=token maxlength=50 onchange=resetCheckToken(event) onkeyup=resetCheckToken(event) onkeydown=resetCheckToken(event) />
184 + <input id=resetHwtokenInput type=text name=hwtoken style="display:none" />
185 + </td>
186 + </tr>
187 + <tr>
188 + <td colspan=2>
189 + <div style=float:right><input id=resetTokenOkButton type=submit value="Login" disabled="disabled" /></div>
190 + </td>
191 + </tr>
192 + </table>
193 + <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
194 + <input id=resettokenformargs name="urlargs" type="hidden" value="" />
195 + </form>
196 + </div>
197 + <div id=resetpasswordpanel style="display:none;position:relative">
198 + <form method=post>
199 + <input type=hidden name=action value=resetpassword />
200 + <div id=message6></div>
201 + <div id="rpasswordPolicyCallout" style="display:none"></div>
202 + <table>
203 + <tr>
204 + <td id="rnuPass1" width=100 align=right>Password:</td>
205 + <td><input id=rapassword1 type=password name=rpassword1 autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validatePassReset(3,event) onkeyup=validatePassReset(3,event) /></td>
206 + </tr>
207 + <tr>
208 + <td id="rnuPass2" align=right>Password:</td>
209 + <td><input id=rapassword2 type=password name=rpassword2 autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validatePassReset(4,event) onkeyup=validatePassReset(4,event) /></td>
210 + </tr>
211 + <tr id="resetpasswordpanelHint" style="display:none">
212 + <td id="rnuHint" align=right>Password Hint:</td>
213 + <td><input id=rapasswordhint type=text name=rpasswordhint autocomplete=off maxlength=256 onkeydown=haltReturn(event) onchange=validatePassReset(5,event) onkeyup=validatePassReset(5,event) /></td>
214 + </tr>
215 + <tr>
216 + <td colspan=2>
217 + <div style=float:right><input id=resetPassButton type=submit value="Reset Password" disabled="disabled" /></div>
218 + <div id=rpassWarning style="padding-top:6px"></div>
219 + </td>
220 + </tr>
221 + </table>
222 + <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
223 + <input id=resetpasswordformargs name="urlargs" type="hidden" value="" />
224 + </form>
225 + </div>
226 + <div id=checkemailpanel style="display:none;position:relative">
227 + <form method=post>
228 + <input type=hidden name=action value=checkemail />
229 + <div id=message7></div>
230 + <table id="checkCheckOperations" style="width:100%;display:none">
231 + <tr>
232 + <td>
233 + <div id="unconfirmedEmail"></div><br />
234 + </td>
235 + </tr>
236 + <tr>
237 + <td>
238 + <div>
239 + <input id=changeEmailButton type=button value="Change Email Address" onclick="changeEmailAddress()" />
240 + <input id=checkEmailButton2 type=button value="Resend Confirmation Email" onclick="resentEmailConfirmation()" />
241 + <input id=checkEmailButton type=submit style="display:none" />
242 + <input id=checkEmailVal name=email type="hidden" value="" />
243 + </div>
244 + </td>
245 + </tr>
246 + </table>
247 + <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
248 + <input id=checkemailformargs name="urlargs" type="hidden" value="" />
249 + </form>
250 + </div>
251 + </td>
252 + </tr>
253 + </table>
254 + <br />
255 + </div>
256 + <div id="footer">
257 + <div class="footer1">{{{footer}}}</div>
258 + <div class="footer2">
259 + {{{rootCertLink}}}
260 + &nbsp;<a id="termsLinkFooter" href=terms>Terms &amp; Privacy</a>
261 </div>
263 -
262 + </div>
263 +
264 </div>
265 <div id=dialog style="display:none">
266 <div id=dialogHeader>
@@ -303,52 +303,53 @@
303 var otpsms = (decodeURIComponent('{{{otpsms}}}') === 'true');
304 var twoFactorCookieDays = parseInt('{{{twoFactorCookieDays}}}');
305
306 - // Display the right server message
307 - var messageid = parseInt('{{{messageid}}}');
308 - var okmessages = ['', "Hold on, reset mail sent.", "Email sent.", "Email verification required, check your mailbox and click the confirmation link.", "SMS sent."];
309 - var failmessages = ["Unable to create account.", "Account limit reached.", "Existing account with this email address.", "Invalid account creation token.", "Username already exists.", "Password rejected, use a different one.", "Invalid email.", "Account not found.", "Invalid token, try again.", "Unable to sent email.", "Account locked.", "Access denied.", "Login failed, check username and password.", "Password change requested.", "IP address blocked, try again later."];
310 - if (messageid > 0) {
311 - var msg = '';
312 - if ((messageid < 100) && (messageid < okmessages.length)) { msg = okmessages[messageid]; }
313 - else if ((messageid >= 100) && ((messageid - 100) < failmessages.length)) { msg = failmessages[messageid - 100]; }
314 - if (msg != '') {
315 - if (messageid >= 100) { msg = ('<span class="msg error"><b style=color:#8C001A>' + msg + '<b></span><br /><br />'); } else { msg = ('<span class="msg success"><b>' + msg + '</b></span><br /><br />'); }
316 - for (var i = 1; i < 8; i++) { QH('message' + i, msg); }
306 + function startup() {
307 + // Display the right server message
308 + var i;
309 + var messageid = parseInt('{{{messageid}}}');
310 + var okmessages = ['', "Hold on, reset mail sent.", "Email sent.", "Email verification required, check your mailbox and click the confirmation link.", "SMS sent."];
311 + var failmessages = ["Unable to create account.", "Account limit reached.", "Existing account with this email address.", "Invalid account creation token.", "Username already exists.", "Password rejected, use a different one.", "Invalid email.", "Account not found.", "Invalid token, try again.", "Unable to sent email.", "Account locked.", "Access denied.", "Login failed, check username and password.", "Password change requested.", "IP address blocked, try again later."];
312 + if (messageid > 0) {
313 + var msg = '';
314 + if ((messageid < 100) && (messageid < okmessages.length)) { msg = okmessages[messageid]; }
315 + else if ((messageid >= 100) && ((messageid - 100) < failmessages.length)) { msg = failmessages[messageid - 100]; }
316 + if (msg != '') {
317 + if (messageid >= 100) { msg = ('<span class="msg error"><b style=color:#8C001A>' + msg + '<b></span><br /><br />'); } else { msg = ('<span class="msg success"><b>' + msg + '</b></span><br /><br />'); }
318 + for (i = 1; i < 8; i++) { QH('message' + i, msg); }
319 + }
320 }
318 - }
321
320 - // Fix links if a loginKey if used
321 - var urlargs = parseUriArgs();
322 - if (urlargs.key) {
323 - Q('termsLinkFooter').href += '?key=' + urlargs.key;
324 - }
322 + // Fix links if a loginKey if used
323 + var urlargs = parseUriArgs();
324 + if (urlargs.key) {
325 + Q('termsLinkFooter').href += '?key=' + urlargs.key;
326 + }
327
326 - // Setup two factor cookie time
327 - if (twoFactorCookieDays > 0) {
328 - QV('tokenInputRememberLabel', true);
329 - QH('tokenInputRememberSpan', format("Remember this device for {0} days.", twoFactorCookieDays));
330 - } else {
331 - QV('tokenInputRememberLabel', false);
332 - }
328 + // Setup two factor cookie time
329 + if (twoFactorCookieDays > 0) {
330 + QV('tokenInputRememberLabel', true);
331 + QH('tokenInputRememberSpan', format("Remember this device for {0} days.", twoFactorCookieDays));
332 + } else {
333 + QV('tokenInputRememberLabel', false);
334 + }
335
334 - // If URL arguments are provided, add them to form posts
335 - if (window.location.href.indexOf('?') > 0) {
336 - var xurlargs = window.location.href.substring(window.location.href.indexOf('?'));
337 - Q('loginformargs').value = xurlargs;
338 - Q('createformargs').value = xurlargs;
339 - Q('resetformargs').value = xurlargs;
340 - Q('tokenformargs').value = xurlargs;
341 - Q('resettokenformargs').value = xurlargs;
342 - Q('resetpasswordformargs').value = xurlargs;
343 - Q('checkemailformargs').value = xurlargs;
344 - }
336 + // If URL arguments are provided, add them to form posts
337 + if (window.location.href.indexOf('?') > 0) {
338 + var xurlargs = window.location.href.substring(window.location.href.indexOf('?'));
339 + Q('loginformargs').value = xurlargs;
340 + Q('createformargs').value = xurlargs;
341 + Q('resetformargs').value = xurlargs;
342 + Q('tokenformargs').value = xurlargs;
343 + Q('resettokenformargs').value = xurlargs;
344 + Q('resetpasswordformargs').value = xurlargs;
345 + Q('checkemailformargs').value = xurlargs;
346 + }
347
346 - //var webPageFullScreen = getstore('webPageFullScreen', true);
347 - //if (webPageFullScreen == 'false') { webPageFullScreen = false; }
348 - //if (webPageFullScreen == 'true') { webPageFullScreen = true; }
349 - //toggleFullScreen();
348 + //var webPageFullScreen = getstore('webPageFullScreen', true);
349 + //if (webPageFullScreen == 'false') { webPageFullScreen = false; }
350 + //if (webPageFullScreen == 'true') { webPageFullScreen = true; }
351 + //toggleFullScreen();
352
351 - function startup() {
353 if ((features & 32) == 0) {
354 // Guard against other site's top frames (web bugs).
355 var loc = null;
@@ -544,11 +545,11 @@
545 var ok = (userok && emailok && pass1ok && pass2ok && newAccOk);
546
547 // Color the fields
547 - QS('nuUser').color = userok?'black':'#7b241c';
548 - QS('nuEmail').color = emailok?'black':'#7b241c';
549 - QS('nuPass1').color = pass1ok?'black':'#7b241c';
550 - QS('nuPass2').color = pass2ok?'black':'#7b241c';
551 - QS('nuToken').color = newAccOk?'black':'#7b241c';
548 + QS('nuUser').color = userok ? 'black' : '#7b241c';
549 + QS('nuEmail').color = emailok ? 'black' : '#7b241c';
550 + QS('nuPass1').color = pass1ok ? 'black' : '#7b241c';
551 + QS('nuPass2').color = pass2ok ? 'black' : '#7b241c';
552 + QS('nuToken').color = newAccOk ? 'black' : '#7b241c';
553
554 if (Q('apassword1').value == '') {
555 QH('passWarning', '');
@@ -666,7 +667,7 @@
667 function checkPasswordStrength(password) {
668 var r = 0, letters = {}, varCount = 0, variations = { digits: /\d/.test(password), lower: /[a-z]/.test(password), upper: /[A-Z]/.test(password), nonWords: /\W/.test(password) }
669 if (!password) return 0;
669 - for (var i = 0; i< password.length; i++) { letters[password[i]] = (letters[password[i]] || 0) + 1; r += 5.0 / letters[password[i]]; }
670 + for (var i = 0; i < password.length; i++) { letters[password[i]] = (letters[password[i]] || 0) + 1; r += 5.0 / letters[password[i]]; }
671 for (var c in variations) { varCount += (variations[c] == true) ? 1 : 0; }
672 return parseInt(r + (varCount - 1) * 10);
673 }
@@ -695,7 +696,7 @@
696 }
697 return counts;
698 }
698 -
699 +
700 function checkToken() {
701 var t1 = Q('tokenInput').value;
702 var t2 = t1.split(' ').join('');
@@ -826,7 +827,7 @@
827 function putstore(name, val) { try { if (typeof (localStorage) === 'undefined') return; localStorage.setItem(name, val); } catch (e) { } }
828 function getstore(name, val) { try { if (typeof (localStorage) === 'undefined') return val; var v = localStorage.getItem(name); if ((v == null) || (v == null)) return val; return v; } catch (e) { return val; } }
829 function format(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); };
829 - function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href=\"' + link + '\">' + subtext + '</a>' + text.substring(i + subtext.length); }
830 + function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href="' + link + '">' + subtext + '</a>' + text.substring(i + subtext.length); }
831 function parseUriArgs() { var href = window.document.location.href; if (href.endsWith('#')) { href = href.substring(0, href.length - 1); } var name, r = {}, parsedUri = href.split(/[\?&|\=]/); parsedUri.splice(0, 1); for (x in parsedUri) { switch (x % 2) { case 0: { name = decodeURIComponent(parsedUri[x]); break; } case 1: { r[name] = decodeURIComponent(parsedUri[x]); var x = parseInt(r[name]); if (x == r[name]) { r[name] = x; } break; } default: { break; } } } return r; }
832 function addHtmlValue(t, v) { return '<table><td style=width:120px;text-align:left>' + t + '<td><b>' + v + '</b></table>'; }
833
views/terms.handlebars
+2 -1
@@ -163,7 +163,8 @@
163 var webPageStackMenu = false;
164 var webPageFullScreen = true;
165 var nightMode = (getstore('_nightMode', '0') == '1');
166 - var logoutControls = {{{logoutControls}}};
166 + var logoutControls = JSON.parse(decodeURIComponent('{{{logoutControls}}}'));
167 + console.log(logoutControls);
168
169 var terms = '{{{terms}}}';
170 if (terms != '') { QH('column_l', decodeURIComponent(terms)); }
webserver.js
+9 -12
@@ -1893,10 +1893,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1893 // Clean up the U2F challenge if needed
1894 if (req.session.u2fchallenge) { delete req.session.u2fchallenge; };
1895
1896 - // If geolocation is disabled, comment out all geolocation code to speed up the web application
1897 - var StartGeoLocation = '', EndGeoLocation = '', StartGeoLocationJS = '', EndGeoLocationJS = '';
1898 - if (domain.geolocation !== true) { StartGeoLocation = '<!--'; EndGeoLocation = '-->'; StartGeoLocationJS = '/*'; EndGeoLocationJS = '*/'; }
1899 -
1896 // Fetch the web state
1897 parent.debug('web', 'handleRootRequestEx: success.');
1898 obj.db.Get('ws' + user._id, function (err, states) {
@@ -1908,7 +1904,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1904 for (var i in domain.forceduserwebstate) { webstate2[i] = domain.forceduserwebstate[i]; }
1905 webstate = JSON.stringify(webstate2);
1906 }
1911 - render(req, res, getRenderPage('default', req, domain), getRenderArgs({ authCookie: authCookie, authRelayCookie: authRelayCookie, viewmode: viewmode, currentNode: currentNode, logoutControls: JSON.stringify(logoutcontrols), domain: domain.id, debuglevel: parent.debugLevel, serverDnsName: obj.getWebServerName(domain), serverRedirPort: args.redirport, serverPublicPort: httpsPort, noServerBackup: (args.noserverbackup == 1 ? 1 : 0), features: features, sessiontime: args.sessiontime, mpspass: args.mpspass, passRequirements: passRequirements, webcerthash: Buffer.from(obj.webCertificateFullHashs[domain.id], 'binary').toString('base64').replace(/\+/g, '@').replace(/\//g, '$'), footer: (domain.footer == null) ? '' : domain.footer, webstate: encodeURIComponent(webstate), pluginHandler: (parent.pluginHandler == null) ? 'null' : parent.pluginHandler.prepExports(), StartGeoLocation: StartGeoLocation, EndGeoLocation: EndGeoLocation, StartGeoLocationJS: StartGeoLocationJS, EndGeoLocationJS: EndGeoLocationJS }, domain));
1907 + render(req, res, getRenderPage('default', req, domain), getRenderArgs({ authCookie: authCookie, authRelayCookie: authRelayCookie, viewmode: viewmode, currentNode: currentNode, logoutControls: encodeURIComponent(JSON.stringify(logoutcontrols)), domain: domain.id, debuglevel: parent.debugLevel, serverDnsName: obj.getWebServerName(domain), serverRedirPort: args.redirport, serverPublicPort: httpsPort, noServerBackup: (args.noserverbackup == 1 ? 1 : 0), features: features, sessiontime: args.sessiontime, mpspass: args.mpspass, passRequirements: passRequirements, webcerthash: Buffer.from(obj.webCertificateFullHashs[domain.id], 'binary').toString('base64').replace(/\+/g, '@').replace(/\//g, '$'), footer: (domain.footer == null) ? '' : domain.footer, webstate: encodeURIComponent(webstate), pluginHandler: (parent.pluginHandler == null) ? 'null' : parent.pluginHandler.prepExports() }, domain));
1908 });
1909 } else {
1910 // Send back the login application
@@ -2058,7 +2054,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2054 const authCookie = obj.parent.encodeCookie({ userid: user._id, domainid: domain.id, ip: cleanRemoteAddr(req.ip) }, obj.parent.loginCookieEncryptionKey);
2055 const authRelayCookie = obj.parent.encodeCookie({ ruserid: user._id, domainid: domain.id }, obj.parent.loginCookieEncryptionKey);
2056 var httpsPort = ((obj.args.aliasport == null) ? obj.args.port : obj.args.aliasport); // Use HTTPS alias port is specified
2061 - render(req, res, getRenderPage('xterm', req, domain), getRenderArgs({ serverDnsName: obj.getWebServerName(domain), serverRedirPort: args.redirport, serverPublicPort: httpsPort, authCookie: authCookie, authRelayCookie: authRelayCookie, logoutControls: JSON.stringify(logoutcontrols), name: EscapeHtml(node.name) }, domain));
2057 + render(req, res, getRenderPage('xterm', req, domain), getRenderArgs({ serverDnsName: obj.getWebServerName(domain), serverRedirPort: args.redirport, serverPublicPort: httpsPort, authCookie: authCookie, authRelayCookie: authRelayCookie, logoutControls: encodeURIComponent(JSON.stringify(logoutcontrols)), name: EscapeHtml(node.name) }, domain));
2058 });
2059 } else {
2060 res.redirect(domain.url + getQueryPortion(req));
@@ -2082,9 +2078,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2078 var logoutcontrols = { name: user.name };
2079 var extras = (req.query.key != null) ? ('&key=' + req.query.key) : '';
2080 if ((domain.ldap == null) && (domain.sspi == null) && (obj.args.user == null) && (obj.args.nousers != true)) { logoutcontrols.logoutUrl = (domain.url + 'logout?' + Math.random() + extras); } // If a default user is in use or no user mode, don't display the logout button
2085 - render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(parent.configurationFiles['terms.txt'].toString()).split('\'').join('\\\''), logoutControls: JSON.stringify(logoutcontrols) }, domain));
2081 + render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(parent.configurationFiles['terms.txt'].toString()).split('\'').join('\\\''), logoutControls: encodeURIComponent(JSON.stringify(logoutcontrols)) }, domain));
2082 } else {
2087 - render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(parent.configurationFiles['terms.txt'].toString()).split('\'').join('\\\''), logoutControls: '{}' }, domain));
2083 + render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(parent.configurationFiles['terms.txt'].toString()).split('\'').join('\\\''), logoutControls: encodeURIComponent('{}') }, domain));
2084 }
2085 } else {
2086 // See if there is a terms.txt file in meshcentral-data
@@ -2101,9 +2097,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2097 var logoutcontrols = { name: user.name };
2098 var extras = (req.query.key != null) ? ('&key=' + req.query.key) : '';
2099 if ((domain.ldap == null) && (domain.sspi == null) && (obj.args.user == null) && (obj.args.nousers != true)) { logoutcontrols.logoutUrl = (domain.url + 'logout?' + Math.random() + extras); } // If a default user is in use or no user mode, don't display the logout button
2104 - render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(data).split('\'').join('\\\''), logoutControls: JSON.stringify(logoutcontrols) }, domain));
2100 + render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(data).split('\'').join('\\\''), logoutControls: encodeURIComponent(JSON.stringify(logoutcontrols)) }, domain));
2101 } else {
2106 - render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(data).split('\'').join('\\\''), logoutControls: '{}' }, domain));
2102 + render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ terms: encodeURIComponent(data).split('\'').join('\\\''), logoutControls: encodeURIComponent('{}') }, domain));
2103 }
2104 });
2105 } else {
@@ -2116,9 +2112,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2112 var logoutcontrols = { name: user.name };
2113 var extras = (req.query.key != null) ? ('&key=' + req.query.key) : '';
2114 if ((domain.ldap == null) && (domain.sspi == null) && (obj.args.user == null) && (obj.args.nousers != true)) { logoutcontrols.logoutUrl = (domain.url + 'logout?' + Math.random() + extras); } // If a default user is in use or no user mode, don't display the logout button
2119 - render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ logoutControls: JSON.stringify(logoutcontrols) }, domain));
2115 + render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ logoutControls: encodeURIComponent(JSON.stringify(logoutcontrols)) }, domain));
2116 } else {
2121 - render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ logoutControls: '{}' }, domain));
2117 + render(req, res, getRenderPage('terms', req, domain), getRenderArgs({ logoutControls: encodeURIComponent('{}') }, domain));
2118 }
2119 }
2120 }
@@ -4802,6 +4798,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
4798
4799 // Return the correct render page arguments.
4800 function getRenderArgs(xargs, domain) {
4801 + xargs.min = obj.args.minify?'-min':'';
4802 xargs.titlehtml = domain.titlehtml;
4803 xargs.title = (domain.title != null) ? domain.title : 'MeshCentral';
4804 if ((domain.titlepicture == null) && (domain.titlehtml == null)) {